mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-01 11:17:48 +02:00
Issue #138: fix diving tower priority.
This commit is contained in:
parent
010982789c
commit
8f78e93bc8
1 changed files with 13 additions and 10 deletions
|
@ -1151,16 +1151,6 @@ node_icons:
|
||||||
shapes: [tower_cooling]
|
shapes: [tower_cooling]
|
||||||
- tags: {man_made: tower, tower:type: defensive}
|
- tags: {man_made: tower, tower:type: defensive}
|
||||||
shapes: [tower_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}
|
- tags: {man_made: tower, tower:type: pagoda}
|
||||||
shapes: [pagoda]
|
shapes: [pagoda]
|
||||||
- tags: {man_made: tower, tower:type: observation}
|
- tags: {man_made: tower, tower:type: observation}
|
||||||
|
@ -1414,6 +1404,19 @@ node_icons:
|
||||||
- {shape: wave_left, offset: [-4, -3]}
|
- {shape: wave_left, offset: [-4, -3]}
|
||||||
- {shape: wave_right, offset: [3, -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"}
|
- tags: {communication:mobile_phone: "yes"}
|
||||||
add_shapes: [phone]
|
add_shapes: [phone]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue