Skip to content

Commit

Permalink
Add sidewalk and crossing
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorenzo Stucchi committed Jun 30, 2020
1 parent 133415e commit 4b12009
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions accessibility_style.mapcss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 4b12009

Please sign in to comment.