mirror of
https://github.com/enzet/map-machine.git
synced 2025-06-02 02:41:57 +02:00
Add icons for exhibit and indoor features.
Add icons for exhibit=artwork with artwork_type values statue, sculpture, painting, and stained_glass. Add icon for indoor=pillar as well.
This commit is contained in:
parent
1fd7149f32
commit
1f978bb75b
2 changed files with 248 additions and 19 deletions
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.3 MiB |
|
@ -1102,8 +1102,16 @@ node_icons:
|
|||
shapes: [picture]
|
||||
- tags: {tourism: artwork, artwork_type: statue}
|
||||
shapes: [statue]
|
||||
- tags: {exhibit: artwork, artwork_type: statue}
|
||||
shapes: [statue_exhibit]
|
||||
- tags: {tourism: artwork, artwork_type: sculpture}
|
||||
shapes: [statue]
|
||||
- tags: {exhibit: artwork, artwork_type: sculpture}
|
||||
shapes: [statue_exhibit]
|
||||
- tags: {exhibit: artwork, artwork_type: painting}
|
||||
shapes: [picture]
|
||||
- tags: {exhibit: artwork, artwork_type: stained_glass}
|
||||
shapes: [stained_glass]
|
||||
- tags: {tourism: attraction}
|
||||
shapes: [photo_camera]
|
||||
- tags: {xmas:feature: tree}
|
||||
|
@ -1359,6 +1367,8 @@ node_icons:
|
|||
tags:
|
||||
- tags: {door: "yes"}
|
||||
shapes: [entrance]
|
||||
- tags: {indoor: pillar}
|
||||
shapes: [pillar]
|
||||
|
||||
- group: "Add and over"
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue