mirror of
https://github.com/enzet/map-machine.git
synced 2025-08-03 16:49:10 +02:00
Issue #57: add icons for incomplete man_made=mast.
Add icons for tags with man_made=mast and without tower:construction=* or tower:type=* tags.
This commit is contained in:
parent
76aeed6885
commit
701e4a2156
1 changed files with 14 additions and 0 deletions
|
@ -636,6 +636,20 @@ node_icons:
|
|||
shapes: [tower_defensive]
|
||||
- tags: {man_made: tower, tower:type: pagoda}
|
||||
shapes: [pagoda]
|
||||
- tags: {man_made: mast}
|
||||
shapes: [tube]
|
||||
- tags: {man_made: mast, tower:construction: guyed_tube}
|
||||
shapes: [tube_guyed]
|
||||
- tags: {man_made: mast, tower:construction: freestanding}
|
||||
shapes: [tube]
|
||||
- tags: {man_made: mast, tower:construction: lattice}
|
||||
shapes: [lattice]
|
||||
- tags: {man_made: mast, tower:construction: lattice_guyed}
|
||||
shapes: [lattice_guyed]
|
||||
- tags: {man_made: mast, tower:type: lighting}
|
||||
shapes: [tube, {shape: light_left, offset: [-3, -3]}, {shape: light_right, offset: [3, -3]}]
|
||||
- tags: {man_made: mast, tower:type: communication}
|
||||
shapes: [tube, {shape: wave_left, offset: [-3, -3]}, {shape: wave_right, offset: [3, -3]}]
|
||||
- tags: {man_made: mast, tower:type: lighting, tower:construction: guyed_tube}
|
||||
shapes: [tube_guyed, {shape: light_left, offset: [-3, -3]}, {shape: light_right, offset: [3, -3]}]
|
||||
- tags: {man_made: mast, tower:type: communication, tower:construction: guyed_tube}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue