diff --git a/assets/themes/cycle_infra/cycle_infra.json b/assets/themes/cycle_infra/cycle_infra.json index 7fc345eca..ed0595d41 100644 --- a/assets/themes/cycle_infra/cycle_infra.json +++ b/assets/themes/cycle_infra/cycle_infra.json @@ -35,7 +35,11 @@ "highway=cycleway", "cycleway=shared_lane", "cycleway=lane", - "cyclestreet=yes" + "cycleway=track", + "cyclestreet=yes", + { + "and": ["highway=path", "bicycle=designated"] + } ] } }, @@ -46,7 +50,9 @@ }, "mappings": [ { - "if": "highway=cycleway", + "if": { + "or": ["highway=cycleway", "highway=path"] + }, "then": { "nl": "Fietsweg", "en": "Bike road" @@ -62,10 +68,17 @@ { "if": "cycleway=lane", "then": { - "nl": "Fietsweg naast de weg", + "nl": "Fietsstrook", "en": "Bike lane" } }, + { + "if": "cycleway=track", + "then": { + "en": "Bike road next to the road", + "nl": "Fietsweg naast de weg" + } + }, { "if": "cyclestreet=yes", "then": { @@ -447,9 +460,15 @@ "render": "#aaaaaa", "mappings": [ { - "if": "highway=cycleway", + "if": { + "or": ["highway=cycleway", "highway=path"] + }, "then": "#00ff00" }, + { + "if": "cycleway=track", + "then": "#45c445" + }, { "if": "cycleway=shared_lane", "then": "#ff0000"