Skip to content

Commit

Permalink
Issue #139: fix style for indoor=room.
Browse files Browse the repository at this point in the history
`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.
  • Loading branch information
enzet committed Aug 14, 2022
1 parent 3c5a151 commit 24851f7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions map_machine/scheme/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 24851f7

Please sign in to comment.