diff --git a/cyclePathsNONE.json b/cyclePathsNONE.json new file mode 100644 index 0000000..7f6540f --- /dev/null +++ b/cyclePathsNONE.json @@ -0,0 +1,19 @@ +{ + "type": "overpass", + "name": { + "en": "Cycleway (no sign)", + "nl": "Fietspad (geen bord)" + }, + "query": { + "14": "way[\"highway\"=\"cycleway\"][\"traffic_sign\"=\"none\"];" + }, + "feature": { + "markerSymbol": null, + "listMarkerSymbol": "line", + "style": { + "width": "3", + "color": "#ffff00" + } + } + +}