mirror of
https://github.com/enzet/map-machine.git
synced 2025-06-07 05:11:53 +02:00
Close #78: fix footway area.
This commit is contained in:
parent
3e328c1722
commit
d071002376
1 changed files with 11 additions and 4 deletions
|
@ -1646,7 +1646,7 @@ ways:
|
||||||
stroke-linejoin: round
|
stroke-linejoin: round
|
||||||
priority: 41
|
priority: 41
|
||||||
- tags: {highway: footway}
|
- tags: {highway: footway}
|
||||||
exception: {area: "yes"}
|
exception: {area: "yes", type: "multipolygon"}
|
||||||
style:
|
style:
|
||||||
stroke-width: 3
|
stroke-width: 3
|
||||||
stroke: foot_border_color
|
stroke: foot_border_color
|
||||||
|
@ -1681,7 +1681,7 @@ ways:
|
||||||
priority: 41
|
priority: 41
|
||||||
|
|
||||||
- tags: {highway: footway}
|
- tags: {highway: footway}
|
||||||
exception: {area: "yes"}
|
exception: {area: "yes", type: "multipolygon"}
|
||||||
style:
|
style:
|
||||||
stroke-width: 1.5
|
stroke-width: 1.5
|
||||||
stroke-dasharray: 7,3
|
stroke-dasharray: 7,3
|
||||||
|
@ -1700,11 +1700,18 @@ ways:
|
||||||
priority: 42
|
priority: 42
|
||||||
- tags: {highway: footway, area: "yes"}
|
- tags: {highway: footway, area: "yes"}
|
||||||
style:
|
style:
|
||||||
stroke: none
|
stroke: "#BBBBBB"
|
||||||
fill: "#DDDDDD"
|
fill: "#DDDDDD"
|
||||||
stroke-linecap: round
|
stroke-linecap: round
|
||||||
stroke-linejoin: round
|
stroke-linejoin: round
|
||||||
priority: -55 # FIXME
|
priority: 55
|
||||||
|
- tags: {highway: footway, type: "multipolygon"}
|
||||||
|
style:
|
||||||
|
stroke: "#BBBBBB"
|
||||||
|
fill: "#DDDDDD"
|
||||||
|
stroke-linecap: round
|
||||||
|
stroke-linejoin: round
|
||||||
|
priority: 55
|
||||||
- tags: {highway: pedestrian, area: "yes"}
|
- tags: {highway: pedestrian, area: "yes"}
|
||||||
style:
|
style:
|
||||||
stroke: none
|
stroke: none
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue