diff --git a/assets/layers/cycle_highways/cycle_highways.json b/assets/layers/cycle_highways/cycle_highways.json index a35d80ea54..1a6f908d10 100644 --- a/assets/layers/cycle_highways/cycle_highways.json +++ b/assets/layers/cycle_highways/cycle_highways.json @@ -87,14 +87,14 @@ "source": { "osmTags": "cycle_network=BE-VLG:cycle_highway" }, - "minzoom": 8, + "minzoom": 6, "title": { "render": { - "en": "cycle highway", + "en": "Cycle highway", "de": "Radschnellweg", - "ca": "via ciclista", + "ca": "Via ciclista", "fr": "Aménagement cyclable", - "nl": "fietssnelweg", + "nl": "Fietssnelweg", "es": "autovía ciclista", "nb_NO": "sykkelmotorvei", "da": "cykelmotorvej", @@ -213,4 +213,4 @@ "width": "4" } ] -} \ No newline at end of file +} diff --git a/assets/themes/cycle_highways/cycle_highways.json b/assets/themes/cycle_highways/cycle_highways.json index c6de4fe664..6a0a73699b 100644 --- a/assets/themes/cycle_highways/cycle_highways.json +++ b/assets/themes/cycle_highways/cycle_highways.json @@ -38,8 +38,45 @@ ], "hideFromOverview": true, "layers": [ + { + "builtin": "cycle_highways", + "override": { + "source": { + "osmTags": { + "and+": [ + "note:state=has_highway_no" + ] + } + }, + "id": "cycle_highways_no_highway", + "lineRendering": [ + { + "dashArray": "0.25 2" + } + ] + } + }, + { + "builtin": "cycle_highways", + "override": { + "source": { + "osmTags": { + "and+": [ + "note:state=has_highway_under_construction" + ] + } + }, + "id": "cycle_highways_under-construction", + "lineRendering": [ + { + "dashArray": "0.75 2" + } + ] + } + }, + "cycle_highways" ], "overpassTimeout": 60, "widenFactor": 1.1 -} \ No newline at end of file +}