Add icons for tower:type=monitoring.

This commit is contained in:
Sergey Vartanov 2021-11-14 07:46:45 +03:00
parent 3a652d55bc
commit 3af9186f51
4 changed files with 72 additions and 9 deletions

View file

@ -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]