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