mirror of
https://github.com/enzet/map-machine.git
synced 2025-04-29 02:08:03 +02:00
Issue #139: fix style for indoor=room.
`indoor=room` tag was processed only if `area=yes` is set. Probably there are cases that require such behavior, but I'm not sure about it.
This commit is contained in:
parent
3c5a151984
commit
24851f73f9
1 changed files with 2 additions and 3 deletions
|
@ -2131,11 +2131,10 @@ ways:
|
|||
stroke-width: 1.0
|
||||
fill: indoor_color
|
||||
priority: 12.0
|
||||
- tags: {indoor: room, area: "yes"}
|
||||
- tags: {indoor: room}
|
||||
style:
|
||||
stroke: indoor_color
|
||||
stroke: "#AAAAAA"
|
||||
stroke-width: 1.0
|
||||
fill: indoor_color
|
||||
priority: 12.0
|
||||
- tags: {indoor: elevator, area: "yes"}
|
||||
style:
|
||||
|
|
Loading…
Add table
Reference in a new issue