Skip to content

Commit ef349c1

Browse files
Andreas HelmsAndreas Helms
authored andcommitted
feat(map-layer): add bicycle network wmst layer
1 parent a5c9b50 commit ef349c1

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

app/configurations/config.herrenberg.js

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,22 @@ export default configMerger(parentConfig, {
364364
category: 'bicycle_car',
365365
icon: 'icon-icon_bike_repair',
366366
},
367+
// Bicycle network layer
368+
{
369+
name: {
370+
fi: '',
371+
en: "Bicycle network",
372+
de: 'Radnetz',
373+
},
374+
category: 'bicycle_car',
375+
url: 'https://api.mobidata-bw.de/geoserver/MobiData-BW/wms',
376+
icon: 'icon-icon_radnetz',
377+
isOffByDefault: true,
378+
minZoom: 12,
379+
type: 'wmst',
380+
layers: 'MobiData-BW:radvis_cycle_network',
381+
attribution: 'RadNETZ-BW',
382+
},
367383
// LoRaWan map layer
368384
{
369385
name: {

0 commit comments

Comments
 (0)