diff --git a/charging_station.json b/charging_station.json new file mode 100644 index 0000000..9c037c0 --- /dev/null +++ b/charging_station.json @@ -0,0 +1,13 @@ +{ + "type": "overpass", + "name": { + "en": "charging stations", + "de": "Ladesäulen" + }, + "query": { + "13": "node[amenity=charging_station]" + }, + "feature": { + "markerSign": "" + } +}