diff --git a/accessibility_style.mapcss b/accessibility_style.mapcss index 18d6b5c..7e51be6 100644 --- a/accessibility_style.mapcss +++ b/accessibility_style.mapcss @@ -60,4 +60,18 @@ node|z16-[wheelchair = no]::wheelchair, area|z16-[wheelchair = no]::wheelchair{ icon-image: "https://github.com/LorenzoStucchi/accessibility_JOSM_preset/raw/master/symbols/accessibility_red.png"; icon-width: 15; icon-offset-x: 15; +} + +way|z14-[footway = sidewalk]{ + z-index: 10; + color: dodgerblue; + width: 3; + dashes: 6, 2; +} + +way|z14-[footway = crossing], way|z14-[cycleway = crossing], way|z14-[path = crossing]{ + z-index: 10; + color: darkblue; + width: 3; + dashes: 6, 2; } \ No newline at end of file