diff --git a/map_machine/icons/config.json b/map_machine/icons/config.json
index 97c8b7f..c6c9877 100644
--- a/map_machine/icons/config.json
+++ b/map_machine/icons/config.json
@@ -394,6 +394,7 @@
},
"tower": {
"city_gate": {"name": "city gate"},
+ "diving_platform": {"name": "diving platform"},
"lattice": {"name": "lattice mast"},
"lattice_guyed": {"name": "guyed lattice mast"},
"observatory": {"name": "observatory"},
diff --git a/map_machine/icons/icons.svg b/map_machine/icons/icons.svg
index d21b929..ab5ff4e 100644
--- a/map_machine/icons/icons.svg
+++ b/map_machine/icons/icons.svg
@@ -145,12 +145,12 @@
inkscape:object-paths="true"
inkscape:guide-bbox="true"
showguides="false"
- showgrid="true"
+ showgrid="false"
inkscape:document-units="px"
inkscape:current-layer="layer1"
- inkscape:cy="280.72139"
- inkscape:cx="446.53793"
- inkscape:zoom="2.8284271"
+ inkscape:cy="345"
+ inkscape:cx="405"
+ inkscape:zoom="4"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
borderopacity="1.0"
@@ -17904,7 +17904,7 @@
sodipodi:nodetypes="ccccccc" />
@@ -17913,7 +17913,7 @@
id="rect9556"
width="1"
height="2"
- x="231"
+ x="455"
y="296"
rx="0.5"
ry="0.5" />
@@ -17922,7 +17922,7 @@
id="rect9558"
width="1"
height="1"
- x="231"
+ x="455"
y="297"
rx="0"
ry="0" />
@@ -17930,17 +17930,18 @@
style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path9560"
sodipodi:type="arc"
- sodipodi:cx="231.5"
+ sodipodi:cx="455.5"
sodipodi:cy="-291"
sodipodi:rx="1.5"
sodipodi:ry="1.5"
sodipodi:start="0"
sodipodi:end="3.1415927"
- d="m 233,-291 a 1.5,1.5 0 0 1 -0.75,1.29904 1.5,1.5 0 0 1 -1.5,0 A 1.5,1.5 0 0 1 230,-291 l 1.5,0 z"
- transform="scale(1,-1)" />
+ d="m 457,-291 a 1.5,1.5 0 0 1 -0.75,1.29904 1.5,1.5 0 0 1 -1.5,0 A 1.5,1.5 0 0 1 454,-291 h 1.5 z"
+ transform="scale(1,-1)"
+ sodipodi:arc-type="slice" />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/map_machine/scheme/default.yml b/map_machine/scheme/default.yml
index cdf0705..2654b5a 100644
--- a/map_machine/scheme/default.yml
+++ b/map_machine/scheme/default.yml
@@ -875,6 +875,8 @@ 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: pagoda}
shapes: [pagoda]
- tags: {man_made: tower, tower:type: observation}