Issue #138: fix diving tower priority.

This commit is contained in:
Sergey Vartanov 2022-07-03 21:35:03 +03:00
parent 010982789c
commit 8f78e93bc8

View file

@ -1151,16 +1151,6 @@ node_icons:
shapes: [tower_cooling]
- tags: {man_made: tower, tower:type: defensive}
shapes: [tower_defensive]
- tags: {man_made: tower, tower:type: diving}
shapes: [diving_platform]
- tags: {man_made: tower, tower:type: diving, tower:platforms: "1"}
shapes: [diving_platform]
- tags: {man_made: tower, tower:type: diving, tower:platforms: "2"}
shapes: [diving_2_platforms]
- tags: {man_made: tower, tower:type: diving, tower:platforms: "3"}
shapes: [diving_3_platforms]
- tags: {man_made: tower, tower:type: diving, tower:platforms: "4"}
shapes: [diving_4_platforms]
- tags: {man_made: tower, tower:type: pagoda}
shapes: [pagoda]
- tags: {man_made: tower, tower:type: observation}
@ -1414,6 +1404,19 @@ node_icons:
- {shape: wave_left, offset: [-4, -3]}
- {shape: wave_right, offset: [3, -3]}
# Diving towers.
- tags: {man_made: tower, tower:type: diving}
shapes: [diving_platform]
- tags: {man_made: tower, tower:type: diving, tower:platforms: "1"}
shapes: [diving_platform]
- tags: {man_made: tower, tower:type: diving, tower:platforms: "2"}
shapes: [diving_2_platforms]
- tags: {man_made: tower, tower:type: diving, tower:platforms: "3"}
shapes: [diving_3_platforms]
- tags: {man_made: tower, tower:type: diving, tower:platforms: "4"}
shapes: [diving_4_platforms]
- tags: {communication:mobile_phone: "yes"}
add_shapes: [phone]