mirror of
https://github.com/enzet/map-machine.git
synced 2025-08-02 16:19:20 +02:00
Add icons for genus=Malus and genus=Pyrus.
This commit is contained in:
parent
e74d3c10d9
commit
244e5a12a2
1 changed files with 8 additions and 0 deletions
|
@ -848,6 +848,14 @@ node_icons:
|
|||
shapes: [{shape: tree, color: tree_color}]
|
||||
add_shapes: [{shape: leaf_maple, color: tree_color}]
|
||||
|
||||
- tags: {natural: tree, genus: Malus}
|
||||
shapes: [{shape: tree, color: tree_color}]
|
||||
add_shapes: [{shape: apple, color: tree_color}]
|
||||
|
||||
- tags: {natural: tree, genus: Pyrus}
|
||||
shapes: [{shape: tree, color: tree_color}]
|
||||
add_shapes: [{shape: pear, color: tree_color}]
|
||||
|
||||
- tags: {railway: buffer_stop}
|
||||
shapes: [buffer_stop]
|
||||
- tags: {traffic_sign: city_limit}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue