From 694b2b1f49ff2b6339b456f83a82521f87ec84ae Mon Sep 17 00:00:00 2001 From: Robin van der Linde Date: Mon, 17 Dec 2018 08:09:07 +0100 Subject: [PATCH] Added G12a --- cyclePathsG12a.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 cyclePathsG12a.json diff --git a/cyclePathsG12a.json b/cyclePathsG12a.json new file mode 100644 index 0000000..1b40092 --- /dev/null +++ b/cyclePathsG12a.json @@ -0,0 +1,18 @@ +{ + "type": "overpass", + "name": { + "en": "G12a Cycleway" + }, + "query": { + "14": "way[\"highway\"=\"cycleway\"][\"traffic_sign\"=\"NL:G12a\"];" + }, + "feature": { + "markerSymbol": null, + "listMarkerSymbol": "line", + "style": { + "width": "3", + "color": "#bf00ff" + } + } + +}