mirror of
https://github.com/enzet/map-machine.git
synced 2025-08-03 00:29:53 +02:00
Add icons for tower:type=monitoring.
This commit is contained in:
parent
3a652d55bc
commit
3af9186f51
4 changed files with 72 additions and 9 deletions
|
@ -903,6 +903,11 @@ node_icons:
|
|||
- tube
|
||||
- {shape: siren_left, offset: [-3, -3]}
|
||||
- {shape: siren_right, offset: [3, -3]}
|
||||
- tags: {man_made: mast, tower:type: monitoring}
|
||||
shapes:
|
||||
- tube
|
||||
- {shape: dish_antenna_left, offset: [-3, -3]}
|
||||
- {shape: dish_antenna_right, offset: [3, -3]}
|
||||
- tags:
|
||||
man_made: mast
|
||||
tower:type: lighting
|
||||
|
@ -927,6 +932,14 @@ node_icons:
|
|||
- tube_guyed
|
||||
- {shape: siren_left, offset: [-3, -3]}
|
||||
- {shape: siren_right, offset: [3, -3]}
|
||||
- tags:
|
||||
man_made: mast
|
||||
tower:type: monitoring
|
||||
tower:construction: guyed_tube
|
||||
shapes:
|
||||
- tube_guyed
|
||||
- {shape: dish_antenna_left, offset: [-3, -3]}
|
||||
- {shape: dish_antenna_right, offset: [3, -3]}
|
||||
- tags:
|
||||
man_made: mast
|
||||
tower:type: lighting
|
||||
|
@ -951,6 +964,14 @@ node_icons:
|
|||
- tube
|
||||
- {shape: siren_left, offset: [-3, -3]}
|
||||
- {shape: siren_right, offset: [3, -3]}
|
||||
- tags:
|
||||
man_made: mast
|
||||
tower:type: monitoring
|
||||
tower:construction: freestanding
|
||||
shapes:
|
||||
- tube
|
||||
- {shape: dish_antenna_left, offset: [-3, -3]}
|
||||
- {shape: dish_antenna_right, offset: [3, -3]}
|
||||
- tags:
|
||||
man_made: mast
|
||||
tower:type: lighting
|
||||
|
@ -975,6 +996,14 @@ node_icons:
|
|||
- lattice_guyed
|
||||
- {shape: siren_left, offset: [-4, -3]}
|
||||
- {shape: siren_right, offset: [3, -3]}
|
||||
- tags:
|
||||
man_made: mast
|
||||
tower:type: monitoring
|
||||
tower:construction: guyed_lattice
|
||||
shapes:
|
||||
- lattice_guyed
|
||||
- {shape: dish_antenna_left, offset: [-4, -3]}
|
||||
- {shape: dish_antenna_right, offset: [3, -3]}
|
||||
- tags:
|
||||
man_made: mast
|
||||
tower:type: lighting
|
||||
|
@ -999,6 +1028,14 @@ node_icons:
|
|||
- lattice
|
||||
- {shape: siren_left, offset: [-4, -3]}
|
||||
- {shape: siren_right, offset: [3, -3]}
|
||||
- tags:
|
||||
man_made: mast
|
||||
tower:type: monitoring
|
||||
tower:construction: lattice
|
||||
shapes:
|
||||
- lattice
|
||||
- {shape: dish_antenna_left, offset: [-4, -3]}
|
||||
- {shape: dish_antenna_right, offset: [3, -3]}
|
||||
|
||||
- tags: {man_made: tower, tower:construction: guyed_tube}
|
||||
shapes: [tube_guyed]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue