mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-30 01:16:30 +02:00
Add icons for ventilation and manhole=drain.
For tags man_made=ventilation_shaft and manhole=drain.
This commit is contained in:
parent
fb3faaaa29
commit
5d3669891c
2 changed files with 15 additions and 1 deletions
|
@ -81,6 +81,10 @@ tags:
|
|||
icon: [pole_lamp]
|
||||
- tags: {man_made: flagpole}
|
||||
icon: [flagpole]
|
||||
- tags: {man_made: ventilation_shaft}
|
||||
icon: [ventilation]
|
||||
- tags: {building: ventilation_shaft}
|
||||
icon: [ventilation]
|
||||
|
||||
- tags: {amenity: bicycle_parking}
|
||||
icon: [bicycle_parking]
|
||||
|
@ -99,6 +103,11 @@ tags:
|
|||
- tags: {vending: public_transport_tickets}
|
||||
add_icon: [ticket]
|
||||
|
||||
# Leisure
|
||||
|
||||
- tags: {leisure: playground}
|
||||
icon: [toy_horse]
|
||||
|
||||
# Support
|
||||
|
||||
- tags: {support: pole}
|
||||
|
@ -195,6 +204,8 @@ tags:
|
|||
icon: [shop_convenience]
|
||||
- tags: {building: store}
|
||||
icon: [shop_convenience]
|
||||
- tags: {shop: kiosk}
|
||||
icon: [kiosk]
|
||||
- tags: {building: 'yes', shop: kiosk}
|
||||
icon: [kiosk]
|
||||
- tags: {amenity: shop, shop: kiosk}
|
||||
|
@ -366,8 +377,11 @@ tags:
|
|||
icon: [lowered_kerb]
|
||||
- tags: {traffic_calming: cushion}
|
||||
icon: [traffic_cushion]
|
||||
- tags: {manhole: unknown}
|
||||
|
||||
- tags: {man_made: manhole}
|
||||
icon: [manhole]
|
||||
- tags: {manhole: drain}
|
||||
icon: [manhole_drain]
|
||||
|
||||
# Tourism
|
||||
|
||||
|
|
BIN
doc/grid.png
BIN
doc/grid.png
Binary file not shown.
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 35 KiB |
Loading…
Add table
Add a link
Reference in a new issue