diff --git a/charging_stations.json b/charging_stations.json new file mode 100644 index 0000000..cf14003 --- /dev/null +++ b/charging_stations.json @@ -0,0 +1,26 @@ +{ + "type": "overpass", + "name": { + "en": "charging stations", + "de": "Ladestationen" + }, + "query": { + "13": null + }, + "lists": { + "cars": { + "prefix": "cars", + "name": { + "de": "für PKW", + "en": "for cars" + } + }, + "bicycles": { + "prefix": "bicycles", + "name": { + "de": "für Fahrräder", + "en": "for bicycles" + } + } + } +}