Skip to content

Commit

Permalink
fix(map-layer): rename geojson category to bicycle
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Helms authored and Andreas Helms committed Dec 19, 2024
1 parent 06921b7 commit 9281ece
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/component/MapLayersDialogContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ class MapLayersDialogContent extends React.Component {
]
.concat(
this.layerOptionsByCategory(
'bicycle_car',
'bicycle',
config.geoJson?.layers,
geoJson,
this.props.lang,
Expand Down
4 changes: 2 additions & 2 deletions app/configurations/config.herrenberg.js
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ export default configMerger(parentConfig, {
de: 'Service Stationen und Läden',
},
url: 'https://data.mfdz.de/hbg/dt-layers/bicycleinfrastructure.geojson',
category: 'bicycle_car',
category: 'bicycle',
icon: 'icon-icon_bike_repair',
},
// Bicycle network layer
Expand All @@ -370,7 +370,7 @@ export default configMerger(parentConfig, {
en: "Bicycle network",
de: 'Radnetz',
},
category: 'bicycle_car',
category: 'bicycle',
url: 'https://api.mobidata-bw.de/geoserver/MobiData-BW/wms',
icon: 'icon-icon_radnetz',
isOffByDefault: true,
Expand Down

0 comments on commit 9281ece

Please sign in to comment.