diff --git a/cyclePathsG13.json b/cyclePathsG13.json new file mode 100644 index 0000000..e9c1f81 --- /dev/null +++ b/cyclePathsG13.json @@ -0,0 +1,19 @@ +{ + "type": "overpass", + "name": { + "en": "Unobligatory Cyclway (G13)", + "nl": "Onverplicht Fietspad (G13)" + }, + "query": { + "14": "way[\"highway\"=\"cycleway\"][\"traffic_sign\"=\"NL:G13\"];" + }, + "feature": { + "markerSymbol": null, + "listMarkerSymbol": "line", + "style": { + "width": "3", + "color": "#00faff" + } + } + +}