diff --git a/map_machine/scheme/default.yml b/map_machine/scheme/default.yml index 491e6b8..3671d70 100644 --- a/map_machine/scheme/default.yml +++ b/map_machine/scheme/default.yml @@ -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]