mirror of
https://github.com/enzet/map-machine.git
synced 2025-08-04 00:59:54 +02:00
Add icon for Acer.
This commit is contained in:
parent
bb5e0ff925
commit
d93aeba1ea
2 changed files with 12 additions and 0 deletions
BIN
doc/grid.png
BIN
doc/grid.png
Binary file not shown.
Before Width: | Height: | Size: 75 KiB After Width: | Height: | Size: 76 KiB |
|
@ -721,6 +721,7 @@ node_icons:
|
|||
set_main_color: evergreen_color
|
||||
- tags: {natural: bush}
|
||||
shapes: [{shape: bush, color: tree_color}]
|
||||
|
||||
- tags: {natural: tree, genus: Betula}
|
||||
shapes: [{shape: betula, color: tree_color}]
|
||||
- tags: {natural: tree, "genus:en": Birch}
|
||||
|
@ -728,6 +729,13 @@ node_icons:
|
|||
- tags: {natural: tree, "genus:ru": Берёза}
|
||||
shapes: [{shape: betula, color: tree_color}]
|
||||
|
||||
- tags: {natural: tree, genus: Acer}
|
||||
shapes: [{shape: tree, color: tree_color}]
|
||||
add_shapes: [{shape: leaf_maple, color: tree_color}]
|
||||
- tags: {natural: tree, "genus:en": Maple}
|
||||
shapes: [{shape: tree, color: tree_color}]
|
||||
add_shapes: [{shape: leaf_maple, color: tree_color}]
|
||||
|
||||
- tags: {railway: buffer_stop}
|
||||
shapes: [buffer_stop]
|
||||
- tags: {traffic_sign: city_limit}
|
||||
|
@ -1227,6 +1235,10 @@ ways:
|
|||
style:
|
||||
fill: grass_color
|
||||
opacity: 0.5
|
||||
- tags: {leisure: golf_course}
|
||||
style:
|
||||
fill: grass_color
|
||||
opacity: 0.5
|
||||
- tags: {leisure: pitch}
|
||||
style:
|
||||
fill: pitch_color
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue