mirror of
https://github.com/enzet/map-machine.git
synced 2025-08-06 10:09:52 +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
|
set_main_color: evergreen_color
|
||||||
- tags: {natural: bush}
|
- tags: {natural: bush}
|
||||||
shapes: [{shape: bush, color: tree_color}]
|
shapes: [{shape: bush, color: tree_color}]
|
||||||
|
|
||||||
- tags: {natural: tree, genus: Betula}
|
- tags: {natural: tree, genus: Betula}
|
||||||
shapes: [{shape: betula, color: tree_color}]
|
shapes: [{shape: betula, color: tree_color}]
|
||||||
- tags: {natural: tree, "genus:en": Birch}
|
- tags: {natural: tree, "genus:en": Birch}
|
||||||
|
@ -728,6 +729,13 @@ node_icons:
|
||||||
- tags: {natural: tree, "genus:ru": Берёза}
|
- tags: {natural: tree, "genus:ru": Берёза}
|
||||||
shapes: [{shape: betula, color: tree_color}]
|
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}
|
- tags: {railway: buffer_stop}
|
||||||
shapes: [buffer_stop]
|
shapes: [buffer_stop]
|
||||||
- tags: {traffic_sign: city_limit}
|
- tags: {traffic_sign: city_limit}
|
||||||
|
@ -1227,6 +1235,10 @@ ways:
|
||||||
style:
|
style:
|
||||||
fill: grass_color
|
fill: grass_color
|
||||||
opacity: 0.5
|
opacity: 0.5
|
||||||
|
- tags: {leisure: golf_course}
|
||||||
|
style:
|
||||||
|
fill: grass_color
|
||||||
|
opacity: 0.5
|
||||||
- tags: {leisure: pitch}
|
- tags: {leisure: pitch}
|
||||||
style:
|
style:
|
||||||
fill: pitch_color
|
fill: pitch_color
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue