Skip to content

Commit

Permalink
add overpass layer for bicycle charging (fixes #690)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaschen committed Jun 11, 2023
1 parent bdb7d1f commit 8f31322
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions layers/config/tree.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ BR.confLayers.tree = {
'restaurant',
],
'transportation': [
'bicycle_charging_station',
'bicycle_parking',
'bicycle_rental',
'bicycle_repair_station',
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"geometry": null,
"properties": {
"name": "Bicycle Charging Station",
"id": "bicycle_charging_station",
"overlay": true,
"dataSource": "OverpassAPI",
"icon": "fas-charging-station",
"query": "nwr[amenity=charging_station][bicycle=yes];"
},
"type": "Feature"
}

0 comments on commit 8f31322

Please sign in to comment.