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.

19 lines
537 B

4 years ago
4 years ago
  1. {
  2. "type": "overpass",
  3. "name": {
  4. "en": "Charging stations: Car",
  5. "de": "Ladestationen: PKW",
  6. "fr": "Bornes de recharge: voitures"
  7. },
  8. "query": {
  9. "13": [
  10. "node[amenity=charging_station][motorcar=yes];",
  11. "way[amenity=charging_station][motorcar=yes];",
  12. "node[amenity=charging_station][car=yes];",
  13. "way[amenity=charging_station][car=yes];"
  14. ]
  15. },
  16. "feature": {
  17. "markerSign": "<img data-src=\"maki:charging-station\">"
  18. }
  19. }