Issue #36: add playground icons.

This commit is contained in:
Sergey Vartanov 2021-04-22 02:52:12 +03:00
parent abde4b19b4
commit ad6cc61f8c
2 changed files with 918 additions and 200 deletions

View file

@ -5,6 +5,8 @@ colors:
direction_view_color: "#E0F0FF" direction_view_color: "#E0F0FF"
direction_camera_color: "#0088FF" direction_camera_color: "#0088FF"
background_color: "#EEEEEE"
allotments_color: "#D0E0D0" allotments_color: "#D0E0D0"
beach_color: "#F0E0C0" beach_color: "#F0E0C0"
boundary_color: "#880088" boundary_color: "#880088"
@ -45,7 +47,7 @@ colors:
road_border_color: "#CCCCCC" road_border_color: "#CCCCCC"
rock_color: "#DDDDDD" rock_color: "#DDDDDD"
route_color: "#FFFFFF" route_color: "#FFFFFF"
sand_color: "#F0E0D0" sand_color: "#E8E0C0"
secondary_border_color: "#BB9911" secondary_border_color: "#BB9911"
secondary_color: "#FFEE77" secondary_color: "#FFEE77"
scree_color: "#CCCCCC" scree_color: "#CCCCCC"
@ -552,6 +554,16 @@ node_icons:
icon: [horizontal_ladder] icon: [horizontal_ladder]
- tags: {fitness_station: push-up} - tags: {fitness_station: push-up}
icon: [low_horizontal_bars] icon: [low_horizontal_bars]
- tags: {playground: slide}
icon: [slide]
- tags: {playground: roundabout}
icon: [roundabout]
- tags: {playground: seesaw}
icon: [seesaw]
- tags: {playground: horizontal_bar}
icon: [horizontal_bar]
- tags: {leisure: picnic_table}
icon: [table]
# Entrances # Entrances
@ -757,6 +769,9 @@ node_icons:
- tags: {trolleybus: "yes"} - tags: {trolleybus: "yes"}
add_icon: [trolleybus] add_icon: [trolleybus]
- tags: {recycling:glass_bottles: "yes"}
add_icon: [bottle]
ways: ways:
- tags: {indoor: area} - tags: {indoor: area}
stroke: indoor_border_color stroke: indoor_border_color

File diff suppressed because it is too large Load diff

Before

Width:  |  Height:  |  Size: 739 KiB

After

Width:  |  Height:  |  Size: 772 KiB

Before After
Before After