Add icon for entrance=garage; support entrances.

This commit is contained in:
Sergey Vartanov 2021-09-22 08:40:22 +03:00
parent 88554f2f2d
commit 4a85c9c397
3 changed files with 16 additions and 6 deletions

View file

@ -464,7 +464,7 @@ class Scheme:
color = self.get_color(tags[tag_key])
processed.add(tag_key)
for color_tag_key in ["color", "colour"]:
for color_tag_key in ["colour", "color", "building:colour"]:
if color_tag_key in tags:
color = self.get_color(tags[color_tag_key])
processed.add(color_tag_key)