mirror of
https://github.com/enzet/map-machine.git
synced 2025-04-29 18:27:19 +02:00
Add natural=shrub.
This commit is contained in:
parent
825eb34191
commit
0e9031eb66
3 changed files with 6 additions and 4 deletions
|
@ -1903,6 +1903,8 @@ node_icons:
|
|||
set_main_color: evergreen_color
|
||||
- tags: {natural: bush}
|
||||
shapes: [{shape: bush, color: tree_color}]
|
||||
- tags: {natural: shrub}
|
||||
shapes: [{shape: bush, color: tree_color}]
|
||||
|
||||
- tags: {natural: tree, genus: Betula}
|
||||
shapes: [{shape: betula, color: tree_color}]
|
||||
|
|
Loading…
Add table
Reference in a new issue