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.

14 lines
364 B

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