Skip to content

Commit

Permalink
Merge pull request #864 from stadtnavi/fix/geojson-layers
Browse files Browse the repository at this point in the history
fix(map-layer): rename geojson category to bicycle
  • Loading branch information
andreashelms authored Jan 13, 2025
2 parents 4186172 + 9281ece commit d7f594c
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 @@ -369,7 +369,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 @@ -377,7 +377,7 @@ export default configMerger(parentConfig, {
de: 'Radservice-Punkte',
},
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 @@ -388,7 +388,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 d7f594c

Please sign in to comment.