Amenities for electrified private transport (e-car, e-bike)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
349 B

  1. {
  2. "type": "overpass",
  3. "name": {
  4. "en": "Charging stations: Bicycle",
  5. "de": "Ladestationen: Fahrrad"
  6. },
  7. "query": {
  8. "13": "node[amenity=charging_station][bicycle=yes]"
  9. },
  10. "feature": {
  11. "markerSign": "<img data-src=\"maki:bicycle?size=11\"><img data-src=\"maki:charging-station?size=11\">"
  12. }
  13. }