Add icons for genus=Malus and genus=Pyrus.

This commit is contained in:
Sergey Vartanov 2021-06-24 23:42:59 +03:00
parent e74d3c10d9
commit 244e5a12a2

View file

@ -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}