From c5764d92dc46defec05e140da2f4555a010435ff Mon Sep 17 00:00:00 2001 From: osmc Date: Sun, 24 Nov 2019 11:10:24 +0100 Subject: [PATCH] =?UTF-8?q?'charging=5Fstations.json'=20hinzuf=C3=BCgen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- charging_stations.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 charging_stations.json 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" + } + } + } +}