]> git.openstreetmap.org Git - rails.git/commitdiff
Update to iD v1.8.0
authorBryan Housel <bryan@mapbox.com>
Sun, 8 Nov 2015 04:18:03 +0000 (23:18 -0500)
committerBryan Housel <bryan@mapbox.com>
Sun, 8 Nov 2015 04:18:03 +0000 (23:18 -0500)
65 files changed:
vendor/assets/iD/iD.css.erb
vendor/assets/iD/iD.js
vendor/assets/iD/iD/img/iD-sprite.svg [new file with mode: 0644]
vendor/assets/iD/iD/img/line-presets.png [deleted file]
vendor/assets/iD/iD/img/maki-sprite.png [deleted file]
vendor/assets/iD/iD/img/maki-sprite.svg [new file with mode: 0644]
vendor/assets/iD/iD/img/relation-presets.png [deleted file]
vendor/assets/iD/iD/img/sprite.svg [deleted file]
vendor/assets/iD/iD/locales/af.json
vendor/assets/iD/iD/locales/ar-AA.json
vendor/assets/iD/iD/locales/ar.json
vendor/assets/iD/iD/locales/ast.json
vendor/assets/iD/iD/locales/bg-BG.json
vendor/assets/iD/iD/locales/bn.json
vendor/assets/iD/iD/locales/bs.json
vendor/assets/iD/iD/locales/ca.json
vendor/assets/iD/iD/locales/cs.json
vendor/assets/iD/iD/locales/da.json
vendor/assets/iD/iD/locales/de.json
vendor/assets/iD/iD/locales/el.json
vendor/assets/iD/iD/locales/en-GB.json
vendor/assets/iD/iD/locales/en.json
vendor/assets/iD/iD/locales/es.json
vendor/assets/iD/iD/locales/et.json
vendor/assets/iD/iD/locales/fa.json
vendor/assets/iD/iD/locales/fi.json
vendor/assets/iD/iD/locales/fr.json
vendor/assets/iD/iD/locales/gl.json
vendor/assets/iD/iD/locales/hi-IN.json [deleted file]
vendor/assets/iD/iD/locales/hr.json
vendor/assets/iD/iD/locales/hu.json
vendor/assets/iD/iD/locales/id.json
vendor/assets/iD/iD/locales/is.json
vendor/assets/iD/iD/locales/it.json
vendor/assets/iD/iD/locales/ja.json
vendor/assets/iD/iD/locales/kn.json
vendor/assets/iD/iD/locales/ko-KR.json
vendor/assets/iD/iD/locales/ko.json
vendor/assets/iD/iD/locales/lt.json
vendor/assets/iD/iD/locales/lv.json
vendor/assets/iD/iD/locales/nl.json
vendor/assets/iD/iD/locales/no.json
vendor/assets/iD/iD/locales/pl.json
vendor/assets/iD/iD/locales/pt-BR.json
vendor/assets/iD/iD/locales/pt.json
vendor/assets/iD/iD/locales/ro.json [moved from vendor/assets/iD/iD/locales/ro-RO.json with 87% similarity]
vendor/assets/iD/iD/locales/ru.json
vendor/assets/iD/iD/locales/si.json
vendor/assets/iD/iD/locales/sk.json
vendor/assets/iD/iD/locales/sl.json
vendor/assets/iD/iD/locales/sq.json
vendor/assets/iD/iD/locales/sr.json
vendor/assets/iD/iD/locales/sv.json
vendor/assets/iD/iD/locales/te.json
vendor/assets/iD/iD/locales/tl.json
vendor/assets/iD/iD/locales/tr.json
vendor/assets/iD/iD/locales/uk.json
vendor/assets/iD/iD/locales/vi.json
vendor/assets/iD/iD/locales/yue.json
vendor/assets/iD/iD/locales/zh-CN.json
vendor/assets/iD/iD/locales/zh-HK.json
vendor/assets/iD/iD/locales/zh-TW.json
vendor/assets/iD/iD/locales/zh.json
vendor/assets/iD/imagery.js
vendor/assets/iD/presets.js

index 69374d7db9ece90656f0738f6d5aaee114939812..25103657d84ec12eb8c0b738c6574c82b960bd28 100644 (file)
@@ -184,14 +184,11 @@ img.tile-removing {
     opacity: 0;
 }
 
-/* base styles */
-path {
-    fill: none;
-}
+use { pointer-events: none; }
 
-use {
-    pointer-events: none;
-}
+/* base styles */
+.layer path { fill: none; }
+.layer use path { fill: #333; }  /* FF svg icons */
 
 g.point .shadow,
 g.vertex .shadow,
@@ -310,13 +307,18 @@ g.vertex.selected .shadow {
 
 /* lines */
 
+.preset-icon .icon.other-line {
+    color: #fff;
+    fill: #777;
+}
+
 path.line {
     stroke-linecap: round;
     stroke-linejoin: bevel;
 }
 
 path.stroke {
-    stroke: black;
+    stroke: #000;
     stroke-width: 4;
 }
 
@@ -335,12 +337,12 @@ path.shadow.selected {
 }
 
 path.line.stroke {
-    stroke: white;
+    stroke: #fff;
     stroke-width: 2;
 }
 
 path.area.stroke {
-    stroke: white;
+    stroke: #fff;
     stroke-width: 1;
 }
 path.area.fill {
@@ -450,8 +452,7 @@ path.fill.tag-landuse-residential {
 }
 .preset-icon-fill-area.tag-landuse-residential {
     border-color: rgb(196, 189, 25);
-    background: none;
-    box-shadow: inset 0 0 0 5px rgba(196, 189, 25, 0.3);
+    background: rgba(196, 189, 25, 0.3);
 }
 
 path.stroke.tag-landuse-retail,
@@ -466,8 +467,7 @@ path.fill.tag-landuse-commercial {
 .preset-icon-fill-area.tag-landuse-retail,
 .preset-icon-fill-area.tag-landuse-commercial {
     border-color: rgb(214, 136, 26);
-    background: none;
-    box-shadow: inset 0 0 0 5px rgba(214, 136, 26, 0.3);
+    background-color: rgba(214, 136, 26, 0.3);
 }
 
 path.stroke.tag-landuse-industrial {
@@ -479,8 +479,7 @@ path.fill.tag-landuse-industrial {
 }
 .preset-icon-fill-area.tag-landuse-industrial {
     border-color: rgb(228, 164, 245);
-    background: none;
-    box-shadow: inset 0 0 0 5px rgba(228, 164, 245, 0.3);
+    background-color: rgba(228, 164, 245, 0.3);
 }
 
 path.stroke.tag-landuse-quarry {
@@ -627,6 +626,11 @@ path.stroke.area.tag-highway {
 
 /* wide highways */
 
+.preset-icon .icon.tag-highway.other-line {
+    color: #fff;
+    fill: #777;
+}
+
 path.shadow.tag-highway {
     stroke-width:16;
 }
@@ -649,33 +653,47 @@ path.stroke.tag-highway {
     stroke-width:4;
 }
 
+.preset-icon .icon.highway-motorway,
+.preset-icon .icon.highway-motorway-link {
+    color: #CF2081;
+    fill: #70372f;
+}
 path.stroke.tag-highway-motorway,
 path.stroke.tag-highway-motorway_link,
 path.stroke.tag-motorway {
-    stroke:#58a9ed;
+    stroke:#CF2081;
 }
-
 path.casing.tag-highway-motorway,
 path.casing.tag-highway-motorway_link,
 path.casing.tag-motorway {
-    stroke:#2c5476;
+    stroke:#70372f;
 }
 
+.preset-icon .icon.highway-trunk,
+.preset-icon .icon.highway-trunk-link {
+    color: #DD2F22;
+    fill: #70372f;
+}
 path.stroke.tag-highway-trunk,
 path.stroke.tag-highway-trunk_link,
 path.stroke.tag-trunk {
-    stroke:#8cd05f;
+    stroke:#DD2F22;
 }
 path.casing.tag-highway-trunk,
 path.casing.tag-highway-trunk_link,
 path.casing.tag-trunk {
-    stroke:#46682f;
+    stroke:#70372f;
 }
 
+.preset-icon .icon.highway-primary,
+.preset-icon .icon.highway-primary-link {
+    color: #F99806;
+    fill: #70372f;
+}
 path.stroke.tag-highway-primary,
 path.stroke.tag-highway-primary_link,
 path.stroke.tag-primary {
-    stroke:#e06d5f;
+    stroke:#F99806;
 }
 path.casing.tag-highway-primary,
 path.casing.tag-highway-primary_link,
@@ -683,28 +701,122 @@ path.casing.tag-primary {
     stroke:#70372f;
 }
 
+.preset-icon .icon.highway-secondary,
+.preset-icon .icon.highway-secondary-link {
+    color: #F3F312;
+    fill: #70372f;
+}
 path.stroke.tag-highway-secondary,
 path.stroke.tag-highway-secondary_link,
 path.stroke.tag-secondary {
-    stroke:#eab056;
+    stroke:#F3F312;
 }
 path.casing.tag-highway-secondary,
 path.casing.tag-highway-secondary_link,
 path.casing.tag-secondary {
-    stroke:#75582b;
+    stroke:#70372f;
 }
 
+.preset-icon .icon.highway-tertiary,
+.preset-icon .icon.highway-tertiary-link {
+    color: #FFF9B3;
+    fill: #70372f;
+}
 path.stroke.tag-highway-tertiary,
 path.stroke.tag-highway-tertiary_link,
 path.stroke.tag-tertiary {
-    stroke:#ffff7e;
+    stroke:#FFF9B3;
 }
 path.casing.tag-highway-tertiary,
 path.casing.tag-highway-tertiary_link,
 path.casing.tag-tertiary {
+    stroke:#70372f;
+}
+
+.legacy-carto .preset-icon .icon.highway-motorway,
+.legacy-carto .preset-icon .icon.highway-motorway-link {
+    color: #58a9ed;
+    fill: #2c5476;
+}
+.legacy-carto path.stroke.tag-highway-motorway,
+.legacy-carto path.stroke.tag-highway-motorway_link,
+.legacy-carto path.stroke.tag-motorway {
+    stroke:#58a9ed;
+}
+.legacy-carto path.casing.tag-highway-motorway,
+.legacy-carto path.casing.tag-highway-motorway_link,
+.legacy-carto path.casing.tag-motorway {
+    stroke:#2c5476;
+}
+
+.legacy-carto .preset-icon .icon.highway-trunk,
+.legacy-carto .preset-icon .icon.highway-trunk-link {
+    color: #8cd05f;
+    fill: #46682f;
+}
+.legacy-carto path.stroke.tag-highway-trunk,
+.legacy-carto path.stroke.tag-highway-trunk_link,
+.legacy-carto path.stroke.tag-trunk {
+    stroke:#8cd05f;
+}
+.legacy-carto path.casing.tag-highway-trunk,
+.legacy-carto path.casing.tag-highway-trunk_link,
+.legacy-carto path.casing.tag-trunk {
+    stroke:#46682f;
+}
+
+.legacy-carto .preset-icon .icon.highway-primary,
+.legacy-carto .preset-icon .icon.highway-primary-link {
+    color: #e06d5f;
+    fill: #70372f;
+}
+.legacy-carto path.stroke.tag-highway-primary,
+.legacy-carto path.stroke.tag-highway-primary_link,
+.legacy-carto path.stroke.tag-primary {
+    stroke:#e06d5f;
+}
+.legacy-carto path.casing.tag-highway-primary,
+.legacy-carto path.casing.tag-highway-primary_link,
+.legacy-carto path.casing.tag-primary {
+    stroke:#70372f;
+}
+
+.legacy-carto .preset-icon .icon.highway-secondary,
+.legacy-carto .preset-icon .icon.highway-secondary-link {
+    color: #eab056;
+    fill: #75582b;
+}
+.legacy-carto path.stroke.tag-highway-secondary,
+.legacy-carto path.stroke.tag-highway-secondary_link,
+.legacy-carto path.stroke.tag-secondary {
+    stroke:#eab056;
+}
+.legacy-carto path.casing.tag-highway-secondary,
+.legacy-carto path.casing.tag-highway-secondary_link,
+.legacy-carto path.casing.tag-secondary {
+    stroke:#75582b;
+}
+
+.legacy-carto .preset-icon .icon.highway-tertiary,
+.legacy-carto .preset-icon .icon.highway-tertiary-link {
+    color: #ffff7e;
+    fill: #7f7f3f;
+}
+.legacy-carto path.stroke.tag-highway-tertiary,
+.legacy-carto path.stroke.tag-highway-tertiary_link,
+.legacy-carto path.stroke.tag-tertiary {
+    stroke:#ffff7e;
+}
+.legacy-carto path.casing.tag-highway-tertiary,
+.legacy-carto path.casing.tag-highway-tertiary_link,
+.legacy-carto path.casing.tag-tertiary {
     stroke:#7f7f3f;
 }
 
+.preset-icon .icon.highway-unclassified {
+    color: #eaeaea;
+    fill: #444;
+}
 path.stroke.tag-highway-unclassified,
 path.stroke.tag-unclassified {
     stroke:#eaeaea;
@@ -714,6 +826,10 @@ path.casing.tag-unclassified {
     stroke:#444;
 }
 
+.preset-icon .icon.highway-residential {
+    color: #fff;
+    fill: #444;
+}
 path.stroke.tag-highway-residential,
 path.stroke.tag-residential {
     stroke:#fff;
@@ -822,7 +938,10 @@ path.casing.tag-road {
     stroke-width:4;
 }
 
-
+.preset-icon .icon.highway-living-street {
+    color: #ccc;
+    fill: #fff;
+}
 path.stroke.tag-highway-living_street,
 path.stroke.tag-living_street {
     stroke:#ccc;
@@ -832,6 +951,10 @@ path.casing.tag-living_street {
     stroke:#fff;
 }
 
+.preset-icon .icon.highway-pedestrian {
+    color: #8cd05f;
+    fill: #fff;
+}
 path.stroke.tag-highway-corridor,
 path.stroke.tag-highway-pedestrian,
 path.stroke.tag-corridor,
@@ -846,15 +969,23 @@ path.casing.tag-pedestrian {
     stroke:#8cd05f;
 }
 
+.preset-icon .icon.highway-road {
+    color: #9e9e9e;
+    fill: #666;
+}
 path.stroke.tag-highway-road,
 path.stroke.tag-road {
     stroke:#9e9e9e;
 }
 path.casing.tag-highway-road,
 path.casing.tag-road {
-    stroke:#444;
+    stroke:#666;
 }
 
+.preset-icon .icon.highway-service {
+    color: #fff;
+    fill: #666;
+}
 path.stroke.tag-highway-service,
 path.stroke.tag-service {
     stroke:#fff;
@@ -864,6 +995,10 @@ path.casing.tag-service {
     stroke:#666;
 }
 
+.preset-icon .icon.highway-track {
+    color: #ccc;
+    fill: #996600;
+}
 path.stroke.tag-highway-track,
 path.stroke.tag-track {
     stroke: #ccc;
@@ -893,19 +1028,46 @@ path.casing.tag-highway-bridleway {
     stroke: #fff;
 }
 
+.preset-icon .icon.category-path,
+.preset-icon .icon.highway-path {
+    color: #746f6f;
+    fill: #c5b59f;
+}
 path.stroke.tag-highway-path {
     stroke: #746f6f;
 }
+
+.preset-icon .icon.tag-route-foot,
+.preset-icon .icon.tag-route-hiking,
+.preset-icon .icon.highway-footway {
+    color: #ae8681;
+    fill: #fff;
+}
 path.stroke.tag-highway-footway {
     stroke: #ae8681;
 }
+
+.preset-icon .icon.tag-route-bicycle,
+.preset-icon .icon.highway-cycleway {
+    color: #58a9ed;
+    fill: #fff;
+}
 path.stroke.tag-highway-cycleway {
     stroke: #58a9ed;
 }
+
+.preset-icon .icon.highway-bridleway {
+    color: #e06d5f;
+    fill: #fff;
+}
 path.stroke.tag-highway-bridleway {
     stroke: #e06d5f;
 }
 
+.preset-icon .icon.highway-steps {
+    color: #81d25c;
+    fill: #fff;
+}
 path.stroke.tag-highway-steps {
     stroke: #81d25c;
     stroke-linecap: butt;
@@ -949,19 +1111,30 @@ path.fill.tag-aeroway-apron {
 
 
 /* railways */
-
+.preset-icon .icon.tag-railway.other-line {
+    color: #fff;
+    fill: #777;
+}
+.preset-icon .icon.tag-railway {
+    color: #555;
+    fill: #eee;
+}
 path.stroke.tag-railway {
     stroke: #eee;
     stroke-width: 2;
     stroke-linecap: butt;
     stroke-dasharray: 12,12;
 }
-
 path.casing.tag-railway {
     stroke: #555;
     stroke-width: 4;
 }
 
+.preset-icon .icon.tag-railway-disused,
+.preset-icon .icon.tag-railway-abandoned {
+    color: #999;
+    fill: #eee;
+}
 path.stroke.tag-railway-abandoned {
     stroke: #eee;
 }
@@ -969,8 +1142,12 @@ path.casing.tag-railway-abandoned {
     stroke: #999;
 }
 
+.preset-icon .icon.tag-railway-subway {
+    color: #222;
+    fill: #bbb;
+}
 path.stroke.tag-railway-subway {
-    stroke: #666;
+    stroke: #bbb;
 }
 path.casing.tag-railway-subway {
     stroke: #222;
@@ -995,6 +1172,16 @@ path.casing.tag-railway-platform {
 }
 
 /* waterways */
+.preset-icon .icon.tag-waterway.other-line {
+    color: #77d3de;
+    fill: #77d3de;
+}
+.preset-icon .icon.category-water,
+.preset-icon .icon.tag-route-ferry,
+.preset-icon .icon.tag-waterway {
+    color: #77d3de;
+    fill: #fff;
+}
 
 path.fill.tag-waterway {
     stroke: rgba(119, 211, 222, 0.3);
@@ -1017,6 +1204,9 @@ path.casing.tag-waterway-river {
     stroke-width: 6;
 }
 
+.preset-icon .icon.tag-waterway-ditch {
+    color: #6591ff;
+}
 path.stroke.tag-waterway-ditch {
     stroke: #6591ff;
     stroke-width: 1;
@@ -1027,6 +1217,11 @@ path.casing.tag-waterway-ditch {
 }
 
 /* power */
+.preset-icon .icon.tag-man_made-pipeline,
+.preset-icon .icon.tag-power {
+    color: #939393;
+    fill: #939393;
+}
 
 path.stroke.tag-power {
     stroke: #939393;
@@ -2003,19 +2198,38 @@ button.save.has-count .count::before {
 /* Icons */
 
 .icon {
-  display:inline-block;
-  vertical-align:top;
-  width:20px;
-  height:20px;
-  background:transparent url(<%= asset_path("iD/img/sprite.svg") %>) no-repeat 0 0;
-  text-indent:-9999px;
-  overflow:hidden;
-  }
-
-.icon-pre-text {
+    vertical-align: top;
+    width: 20px;
+    height: 20px;
+}
+
+.icon.inline {
+    vertical-align: text-top;
+    width: 14px;
+    height: 14px;
+    margin: 0px 3px;
+}
+
+.icon.pre-text {
     margin-right: 3px;
 }
 
+.icon.light {
+    color: #fff;
+}
+
+.icon.created {
+    color: #00ca07;
+}
+
+.icon.modified {
+    color: #666;
+}
+
+.icon.deleted {
+    color: #ea0000;
+}
+
 .user-icon {
     max-height: 20px;
     max-width: 20px;
@@ -2024,107 +2238,6 @@ button.save.has-count .count::before {
     border-radius: 3px;
 }
 
-/* Definitions for every icon */
-.icon.alert     { background-position:   0 0;}
-.icon.point,
-.icon.add-point  { background-position: -20px 0;}
-.icon.line,
-.icon.add-line   { background-position: -40px 0;}
-.icon.area,
-.icon.add-area   { background-position: -60px 0;}
-.icon.undo       { background-position: -80px 0;}
-.icon.redo       { background-position: -100px 0;}
-.icon.apply      { background-position: -120px 0;}
-.icon.save       { background-position: -140px 0;}
-.icon.close      { background-position: -160px 0;}
-.icon.delete     { background-position: -180px 0;}
-.icon.remove     { background-position: -200px 0;}
-.icon.inspect    { background-position: -220px 0;}
-.icon.plus       { background-position: -240px 0;}
-.icon.search     { background-position: -280px 0;}
-.icon.geocode    { background-position: -280px 0;}
-.icon.layers     { background-position: -300px 0;}
-.icon.avatar     { background-position: -320px 0;}
-.icon.nearby     { background-position: -340px 0;}
-.icon.geolocate  { background-position: -360px 0;}
-.icon.warning    { background-position: -380px 0;}
-.icon.bug        { background-position: -400px 0;}
-.icon.back       { background-position: -420px 0;}
-.icon.forward    { background-position: -440px 0;}
-.icon.help       { background-position: -460px 0;}
-.icon.relation    { background-position: -520px 0;}
-.icon.relation.route         { background-position: -540px 0;}
-.icon.relation.multipolygon  { background-position: -560px 0;}
-.icon.vertex     { background-position: -580px 0;}
-.icon.data       { background-position: -600px 0;}
-
-.icon.inspect.light    { background-position: -220px -20px;}
-.icon.plus.light       { background-position: -240px -20px;}
-.icon.zoom-in          { background-position: -240px -20px;}
-.icon.zoom-out         { background-position: -260px -20px;}
-.icon.geocode.light    { background-position: -280px -20px;}
-.icon.layers.light     { background-position: -300px -20px;}
-.icon.avatar.light     { background-position: -320px -20px;}
-.icon.nearby.light     { background-position: -340px -20px;}
-.icon.geolocate.light  { background-position: -360px -20px;}
-.icon.bug.light        { background-position: -400px -20px;}
-.icon.help.light       { background-position: -460px -20px;}
-.icon.data.light       { background-position: -600px -20px;}
-
-.icon.back.blue        { background-position: -420px -20px;}
-.icon.forward.blue     { background-position: -440px -20px;}
-
-.icon.full-screen              { background-position: -620px -20px;}
-.active .icon.full-screen      { background-position: -640px -20px;}
-
-button[disabled] .icon.alert      { background-position:   0 -40px;}
-button[disabled] .icon.add-point  { background-position: -20px -40px;}
-button[disabled] .icon.add-line   { background-position: -40px -40px;}
-button[disabled] .icon.add-area   { background-position: -60px -40px;}
-button.disabled  .icon.undo       { background-position: -80px -40px;}
-button.disabled  .icon.redo       { background-position: -100px -40px;}
-button[disabled] .apply.icon      { background-position: -120px -40px;}
-button[disabled] .close.icon      { background-position: -160px -40px;}
-button[disabled] .delete.icon     { background-position: -180px -40px;}
-button[disabled] .icon.remove     { background-position: -200px -40px;}
-button[disabled] .icon.inspect    { background-position: -220px -40px;}
-button[disabled] .icon.zoom-in    { background-position: -240px -40px;}
-button[disabled] .icon.zoom-out   { background-position: -260px -40px;}
-button[disabled] .icon.geocode    { background-position: -280px -40px;}
-button[disabled] .icon.layers     { background-position: -300px -40px;}
-button[disabled] .icon.avatar     { background-position: -320px -40px;}
-button[disabled] .icon.nearby     { background-position: -340px -40px;}
-button[disabled] .icon.data       { background-position: -600px -40px;}
-
-.icon.point.deleted  { background-position: -480px -80px;}
-.icon.line.deleted   { background-position: -500px -80px;}
-.icon.area.deleted   { background-position: -520px -80px;}
-
-.icon.point.created  { background-position: -480px -100px;}
-.icon.line.created   { background-position: -500px -100px;}
-.icon.area.created   { background-position: -520px -100px;}
-
-.icon.point.modified  { background-position: -22px 0; }
-
-.icon.modified { opacity: .5; }
-
-/* Out link is special */
-
-.icon.out-link   { height: 14px; width: 14px; background-position: -500px 0;}
-a:hover .icon.out-link   { background-position: -500px -14px;}
-
-.icon.plus-dark    { background-position: -240px -40px;}
-
-/* Universal preset icons */
-
-.icon.source     { background-position:   0 -200px;}
-.icon.address    { background-position: -20px -200px;}
-.icon.telephone  { background-position: -40px -200px;}
-.icon.website    { background-position: -60px -200px;}
-.icon.elevation  { background-position: -80px -200px;}
-.icon.wikipedia  { background-position: -100px -200px;}
-.icon.note       { background-position: -120px -200px;}
-.icon.wheelchair { background-position: -140px -200px;}
 
 /* ToolBar / Persistent UI Elements
 ------------------------------------------------------- */
@@ -2177,6 +2290,12 @@ a:hover .icon.out-link   { background-position: -500px -14px;}
     top: 0;
 }
 
+.preset-choose {
+    font-size: 16px;
+    line-height: 1.25;
+    font-weight: bold;
+}
+
 .modal > button {
     position: absolute;
     right: 0;
@@ -2399,17 +2518,52 @@ a:hover .icon.out-link   { background-position: -500px -14px;}
     background: #ececec;
 }
 
-.preset-icon {
+.preset-icon-fill-area {
+    cursor: inherit;
+    height: 40px;
+    width: 40px;
+    margin: auto;
     position: absolute;
-    top: 17px;
-    left: 17px;
+    left: 10px;
+    top: 10px;
+}
+
+.preset-icon-frame {
+    position: absolute;
+    top: 7px;
+    left: 7px;
+    height: 42px;
+    width: 42px;
     margin: auto;
 }
 
-.preset-icon-line,
-.preset-icon-relation {
-    top: 0;
-    left: 0;
+.preset-icon-frame .icon {
+    width: 46px;
+    height: 46px;
+}
+
+.preset-icon-60 {
+    position: absolute;
+    top: 0px;
+    left: 0px;
+    margin: auto;
+}
+
+.preset-icon-60 .icon {
+    width: 60px;
+    height: 60px;
+}
+
+.preset-icon-32 {
+    position: absolute;
+    top: 14px;
+    left: 13px;   /* Maki icons off center? */
+    margin: auto;
+}
+
+.preset-icon-32 .icon {
+    width: 32px;
+    height: 32px;
 }
 
 .preset-list-button .label {
@@ -2444,6 +2598,10 @@ a:hover .icon.out-link   { background-position: -500px -14px;}
     background: #fafafa;
 }
 
+.preset-list-item button.tag-reference-button:hover {
+    background: #f1f1f1;
+}
+
 .preset-list-item button.tag-reference-button .icon {
     opacity: .5;
 }
@@ -2489,27 +2647,6 @@ a:hover .icon.out-link   { background-position: -500px -14px;}
     margin-top: -10px;
 }
 
-/* Preset icon colors */
-
-.preset-icon-fill-area {
-    cursor: inherit;
-    height: 39px;
-    width: 39px;
-    margin: auto;
-    position: absolute;
-    left: 10px;
-    top: 10px;
-}
-
-.preset-icon-fill-area:after {
-    content: '';
-    left: -4px;
-    top: -4px;
-    height: 45px;
-    width: 45px;
-    position: absolute;
-    background:transparent url(<%= asset_path("iD/img/sprite.svg") %>) no-repeat 0 -80px;
-}
 
 /* preset form basics */
 
@@ -2589,7 +2726,10 @@ a:hover .icon.out-link   { background-position: -500px -14px;}
     width: 10%;
     height: 100%;
     border-radius: 0;
-    background: #fafafa;
+    background: #f6f6f6;
+}
+.form-label button:hover {
+    background: #f1f1f1;
 }
 
 .form-label .modified-icon,
@@ -3781,6 +3921,7 @@ div.full-screen > button:hover {
     right:0;
     bottom:0;
     border-radius: 0;
+    pointer-events: none;
 }
 
 #attrib {
@@ -3789,7 +3930,6 @@ div.full-screen > button:hover {
     margin-bottom: 5px;
     float: left;
     clear: both;
-    pointer-events: none;
 }
 
 #attrib * { pointer-events: all; }
@@ -3822,19 +3962,20 @@ div.full-screen > button:hover {
     width: 100%;
     float: left;
     clear: both;
+    pointer-events: all;
 }
 
 #scale-block {
     display: table-cell;
     vertical-align: bottom;
     width: 250px;
-    height: 30px;
+    max-height: 30px;
     float: left;
     clear: left;
 }
 
 #info-block {
-    float: right;
+    max-height: 30px;
     clear: right;
 }
 
@@ -3861,6 +4002,7 @@ div.full-screen > button:hover {
     text-align: right;
     margin-right: 10px;
     clear: right;
+    overflow: hidden;
 }
 
 #about-list li {
@@ -3998,7 +4140,7 @@ div.full-screen > button:hover {
 }
 
 .modal-actions button:before,
-.save-success a.button:before,
+.save-success a.button.osm:before,
 .walkthrough a:before {
     display: block;
     content: '';
@@ -4007,7 +4149,7 @@ div.full-screen > button:hover {
     max-width: 100px;
     margin: auto;
     margin-bottom: 10px;
-    background:transparent url(<%= asset_path("iD/img/sprite.svg") %>) no-repeat 0 -220px;
+    background:transparent url(<%= asset_path("iD/img/iD-sprite.svg") %>) no-repeat -200px -460px;
 }
 
 .modal-actions :first-child {
@@ -4022,11 +4164,11 @@ div.full-screen > button:hover {
 ------------------------------------------------------- */
 
 .modal-actions .restore:before {
-    background-position: -600px -220px;
+    background-position: -500px -460px;
 }
 
 .modal-actions .reset:before {
-    background-position: -700px -220px;
+    background-position: -600px -460px;
 }
 
 /* Success Modal
@@ -4040,28 +4182,18 @@ div.full-screen > button:hover {
     padding-top: 15px;
 }
 
-.save-success .button.social {
-    height: 80px;
+.save-success a.button.social {
+    height: auto;
 }
 
-.save-success .button.social:before {
-    height: 50px;
+.save-success .icon.social {
+    height: 80px;
+    width: 80px;
+    color: #7092FF;
 }
 
 .save-success .button.osm:before {
-    background-position: 0px -220px;
-}
-
-.save-success .button.twitter:before {
-    background-position: -100px -245px;
-}
-
-.save-success .button.facebook:before {
-    background-position: -200px -245px;
-}
-
-.save-success .button.google:before {
-    background-position: -300px -245px;
+    background-position: -200px -460px;
 }
 
 /* Splash Modal
@@ -4069,11 +4201,11 @@ div.full-screen > button:hover {
 
 .modal-actions .walkthrough:before,
 .walkthrough a:before {
-    background-position: -400px -220px;
+    background-position: -300px -460px;
 }
 
 .modal-actions .start:before {
-    background-position: -500px -220px;
+    background-position: -400px -460px;
 }
 
 /* Commit Modal
@@ -4231,10 +4363,6 @@ div.full-screen > button:hover {
     margin-right:10px;
 }
 
-.icon.zoom-in-invert {
-    background-position: -240px -40px;
-}
-
 /* Tooltips
 ------------------------------------------------------- */
 
@@ -4443,27 +4571,35 @@ div.full-screen > button:hover {
 }
 
 .radial-menu-background {
+    fill: none;
     stroke: black;
     stroke-opacity: 0.5;
 }
 
-.radial-menu-item {
-    fill: white;
-}
-
-.radial-menu-item:hover {
-    fill: #ececec;
+.radial-menu-item circle {
+    fill: #eee;
 }
 
-.radial-menu-item:active {
-    fill: #ececec;
+.radial-menu-item circle:active,
+.radial-menu-item circle:hover {
+    fill: #fff;
 }
 
-.radial-menu-item.disabled {
+.radial-menu-item.disabled circle {
     cursor: auto;
     fill: rgba(255,255,255,.5);
 }
 
+.radial-menu-item use {
+    fill: #222;
+    color: #79f;
+}
+
+.radial-menu-item.disabled use {
+    fill: rgba(32,32,32,.5);
+    color: rgba(40,40,40,.5);
+}
+
 .lasso-box {
     fill-opacity:0.1;
     stroke: #fff;
@@ -4476,7 +4612,6 @@ div.full-screen > button:hover {
 ------------------------------------------------------- */
 
 @media only screen and (max-width: 840px) {
-    #bar .icon.icon-pre-text { margin-right: 0;}
     /* override hide for save button */
     #bar .save .label { display: block;}
 }
@@ -4598,7 +4733,7 @@ div.full-screen > button:hover {
     content: "";
     height: 80px;
     width: 200px;
-    background:transparent url(<%= asset_path("iD/img/sprite.svg") %>) no-repeat 0 -320px;
+    background:transparent url(<%= asset_path("iD/img/iD-sprite.svg") %>) no-repeat 0 -320px;
 }
 
 .intro-areas-add .tooltip-inner::before {
@@ -4618,189 +4753,6 @@ div.full-screen > button:hover {
 .huge-modal-button .illustration {
     height: 100px;
     width: 100px;
-    background: rgba(0, 0, 0, 0) url(<%= asset_path("iD/img/sprite.svg") %>) no-repeat -400px -220px;
+    background: rgba(0, 0, 0, 0) url(<%= asset_path("iD/img/iD-sprite.svg") %>) no-repeat -300px -460px;
     margin: auto;
 }
-/* This file is generated by make. Do NOT edit manually. */
-
-.preset-icon{background-image:url(<%= asset_path("iD/img/maki-sprite.png") %>);background-repeat:no-repeat;width:24px;height:24px;}
-.preset-icon-line{background-image:url(<%= asset_path("iD/img/line-presets.png") %>);background-repeat:no-repeat;width:60px;height:60px;}
-.preset-icon-relation{background-image:url(<%= asset_path("iD/img/relation-presets.png") %>);background-repeat:no-repeat;width:60px;height:60px;}
-.feature-circle-stroked{background-position:-0px -0px;}
-.feature-circle{background-position:-54px -0px;}
-.feature-square-stroked{background-position:-108px -0px;}
-.feature-square{background-position:-162px -0px;}
-.feature-triangle-stroked{background-position:-216px -0px;}
-.feature-triangle{background-position:-0px -24px;}
-.feature-star-stroked{background-position:-54px -24px;}
-.feature-star{background-position:-108px -24px;}
-.feature-cross{background-position:-162px -24px;}
-.feature-marker-stroked{background-position:-216px -24px;}
-.feature-marker{background-position:-0px -48px;}
-.feature-religious-jewish{background-position:-54px -48px;}
-.feature-religious-christian{background-position:-108px -48px;}
-.feature-religious-muslim{background-position:-162px -48px;}
-.feature-cemetery{background-position:-216px -48px;}
-.feature-rocket{background-position:-0px -72px;}
-.feature-airport{background-position:-54px -72px;}
-.feature-heliport{background-position:-108px -72px;}
-.feature-rail{background-position:-162px -72px;}
-.feature-rail-metro{background-position:-216px -72px;}
-.feature-rail-light{background-position:-0px -96px;}
-.feature-bus{background-position:-54px -96px;}
-.feature-fuel{background-position:-108px -96px;}
-.feature-parking{background-position:-162px -96px;}
-.feature-parking-garage{background-position:-216px -96px;}
-.feature-airfield{background-position:-0px -120px;}
-.feature-roadblock{background-position:-54px -120px;}
-.feature-ferry{background-position:-108px -120px;}
-.feature-harbor{background-position:-162px -120px;}
-.feature-bicycle{background-position:-216px -120px;}
-.feature-park{background-position:-0px -144px;}
-.feature-park2{background-position:-54px -144px;}
-.feature-museum{background-position:-108px -144px;}
-.feature-lodging{background-position:-162px -144px;}
-.feature-monument{background-position:-216px -144px;}
-.feature-zoo{background-position:-0px -168px;}
-.feature-garden{background-position:-54px -168px;}
-.feature-campsite{background-position:-108px -168px;}
-.feature-theatre{background-position:-162px -168px;}
-.feature-art-gallery{background-position:-216px -168px;}
-.feature-pitch{background-position:-0px -192px;}
-.feature-soccer{background-position:-54px -192px;}
-.feature-america-football{background-position:-108px -192px;}
-.feature-tennis{background-position:-162px -192px;}
-.feature-basketball{background-position:-216px -192px;}
-.feature-baseball{background-position:-0px -216px;}
-.feature-golf{background-position:-54px -216px;}
-.feature-swimming{background-position:-108px -216px;}
-.feature-cricket{background-position:-162px -216px;}
-.feature-skiing{background-position:-216px -216px;}
-.feature-school{background-position:-0px -240px;}
-.feature-college{background-position:-54px -240px;}
-.feature-library{background-position:-108px -240px;}
-.feature-post{background-position:-162px -240px;}
-.feature-fire-station{background-position:-216px -240px;}
-.feature-town-hall{background-position:-0px -264px;}
-.feature-police{background-position:-54px -264px;}
-.feature-prison{background-position:-108px -264px;}
-.feature-embassy{background-position:-162px -264px;}
-.feature-beer{background-position:-216px -264px;}
-.feature-restaurant{background-position:-0px -288px;}
-.feature-cafe{background-position:-54px -288px;}
-.feature-shop{background-position:-108px -288px;}
-.feature-fast-food{background-position:-162px -288px;}
-.feature-bar{background-position:-216px -288px;}
-.feature-bank{background-position:-0px -312px;}
-.feature-grocery{background-position:-54px -312px;}
-.feature-cinema{background-position:-108px -312px;}
-.feature-pharmacy{background-position:-162px -312px;}
-.feature-hospital{background-position:-216px -312px;}
-.feature-danger{background-position:-0px -336px;}
-.feature-industrial{background-position:-54px -336px;}
-.feature-warehouse{background-position:-108px -336px;}
-.feature-commercial{background-position:-162px -336px;}
-.feature-building{background-position:-216px -336px;}
-.feature-place-of-worship{background-position:-0px -360px;}
-.feature-alcohol-shop{background-position:-54px -360px;}
-.feature-logging{background-position:-108px -360px;}
-.feature-oil-well{background-position:-162px -360px;}
-.feature-slaughterhouse{background-position:-216px -360px;}
-.feature-dam{background-position:-0px -384px;}
-.feature-water{background-position:-54px -384px;}
-.feature-wetland{background-position:-108px -384px;}
-.feature-disability{background-position:-162px -384px;}
-.feature-telephone{background-position:-216px -384px;}
-.feature-emergency-telephone{background-position:-0px -408px;}
-.feature-toilets{background-position:-54px -408px;}
-.feature-waste-basket{background-position:-108px -408px;}
-.feature-music{background-position:-162px -408px;}
-.feature-land-use{background-position:-216px -408px;}
-.feature-city{background-position:-0px -432px;}
-.feature-town{background-position:-54px -432px;}
-.feature-village{background-position:-108px -432px;}
-.feature-farm{background-position:-162px -432px;}
-.feature-bakery{background-position:-216px -432px;}
-.feature-dog-park{background-position:-0px -456px;}
-.feature-lighthouse{background-position:-54px -456px;}
-.feature-clothing-store{background-position:-108px -456px;}
-.feature-polling-place{background-position:-162px -456px;}
-.feature-playground{background-position:-216px -456px;}
-.feature-entrance{background-position:-0px -480px;}
-.feature-heart{background-position:-54px -480px;}
-.feature-london-underground{background-position:-108px -480px;}
-.feature-minefield{background-position:-162px -480px;}
-.feature-rail-underground{background-position:-216px -480px;}
-.feature-rail-above{background-position:-0px -504px;}
-.feature-camera{background-position:-54px -504px;}
-.feature-laundry{background-position:-108px -504px;}
-.feature-car{background-position:-162px -504px;}
-.feature-suitcase{background-position:-216px -504px;}
-.feature-hairdresser{background-position:-0px -528px;}
-.feature-chemist{background-position:-54px -528px;}
-.feature-mobilephone{background-position:-108px -528px;}
-.feature-scooter{background-position:-162px -528px;}
-.feature-gift{background-position:-216px -528px;}
-.feature-ice-cream{background-position:-0px -552px;}
-.preset-icon-line.feature-highway-motorway{background-position:-20px -25px;}
-.preset-icon-line.feature-highway-trunk{background-position:-80px -25px;}
-.preset-icon-line.feature-highway-primary{background-position:-140px -25px;}
-.preset-icon-line.feature-highway-secondary{background-position:-200px -25px;}
-.preset-icon-line.feature-highway-tertiary{background-position:-260px -25px;}
-.preset-icon-line.feature-highway-motorway-link{background-position:-320px -25px;}
-.preset-icon-line.feature-highway-trunk-link{background-position:-380px -25px;}
-.preset-icon-line.feature-highway-primary-link{background-position:-440px -25px;}
-.preset-icon-line.feature-highway-secondary-link{background-position:-500px -25px;}
-.preset-icon-line.feature-highway-tertiary-link{background-position:-560px -25px;}
-.preset-icon-line.feature-highway-residential{background-position:-620px -25px;}
-.preset-icon-line.feature-highway-unclassified{background-position:-680px -25px;}
-.preset-icon-line.feature-highway-service{background-position:-740px -25px;}
-.preset-icon-line.feature-highway-road{background-position:-800px -25px;}
-.preset-icon-line.feature-highway-track{background-position:-860px -25px;}
-.preset-icon-line.feature-highway-living-street{background-position:-920px -25px;}
-.preset-icon-line.feature-highway-path{background-position:-980px -25px;}
-.preset-icon-line.feature-highway-cycleway{background-position:-1040px -25px;}
-.preset-icon-line.feature-highway-footway{background-position:-1100px -25px;}
-.preset-icon-line.feature-highway-bridleway{background-position:-1160px -25px;}
-.preset-icon-line.feature-highway-steps{background-position:-1220px -25px;}
-.preset-icon-line.feature-railway-rail{background-position:-1280px -25px;}
-.preset-icon-line.feature-railway-disused{background-position:-1340px -25px;}
-.preset-icon-line.feature-railway-abandoned{background-position:-1400px -25px;}
-.preset-icon-line.feature-railway-subway{background-position:-1460px -25px;}
-.preset-icon-line.feature-railway-light-rail{background-position:-1520px -25px;}
-.preset-icon-line.feature-railway-monorail{background-position:-1580px -25px;}
-.preset-icon-line.feature-waterway-river{background-position:-1640px -25px;}
-.preset-icon-line.feature-waterway-stream{background-position:-1700px -25px;}
-.preset-icon-line.feature-waterway-canal{background-position:-1760px -25px;}
-.preset-icon-line.feature-waterway-ditch{background-position:-1820px -25px;}
-.preset-icon-line.feature-power-line{background-position:-1880px -25px;}
-.preset-icon-line.feature-other-line{background-position:-1940px -25px;}
-.preset-icon-line.feature-category-roads{background-position:-2000px -25px;}
-.preset-icon-line.feature-category-rail{background-position:-2060px -25px;}
-.preset-icon-line.feature-category-path{background-position:-2120px -25px;}
-.preset-icon-line.feature-category-water{background-position:-2180px -25px;}
-.preset-icon-line.feature-ferry{background-position:-2240px -25px;}
-.preset-icon-line.feature-pipeline{background-position:-2300px -25px;}
-.preset-icon-relation.feature-relation{background-position:-20px -25px;}
-.preset-icon-relation.feature-restriction{background-position:-80px -25px;}
-.preset-icon-relation.feature-multipolygon{background-position:-141px -25px;}
-.preset-icon-relation.feature-boundary{background-position:-200px -25px;}
-.preset-icon-relation.feature-route{background-position:-260px -25px;}
-.preset-icon-relation.feature-route-road{background-position:-320px -25px;}
-.preset-icon-relation.feature-route-bicycle{background-position:-380px -25px;}
-.preset-icon-relation.feature-route-foot{background-position:-440px -25px;}
-.preset-icon-relation.feature-route-bus{background-position:-500px -25px;}
-.preset-icon-relation.feature-route-train{background-position:-560px -25px;}
-.preset-icon-relation.feature-route-detour{background-position:-620px -25px;}
-.preset-icon-relation.feature-route-tram{background-position:-680px -25px;}
-.preset-icon-relation.feature-route-ferry{background-position:-740px -25px;}
-.preset-icon-relation.feature-route-power{background-position:-800px -25px;}
-.preset-icon-relation.feature-route-pipeline{background-position:-860px -25px;}
-.preset-icon-relation.feature-route-master{background-position:-920px -25px;}
-.preset-icon-relation.feature-restriction-no-straight-on{background-position:-980px -25px;}
-.preset-icon-relation.feature-restriction-no-u-turn{background-position:-1040px -25px;}
-.preset-icon-relation.feature-restriction-no-left-turn{background-position:-1100px -25px;}
-.preset-icon-relation.feature-restriction-no-right-turn{background-position:-1160px -25px;}
-.preset-icon-relation.feature-restriction-only-straight-on{background-position:-1220px -25px;}
-.preset-icon-relation.feature-restriction-only-left-turn{background-position:-1280px -25px;}
-.preset-icon-relation.feature-restriction-only-right-turn{background-position:-1340px -25px;}
index 25bc49f8975a1580b3084931f72facfc2ebcaa17..3adf062d3d9fad5c8cee0c9fdd7e59c3fe75b9d0 100644 (file)
@@ -6407,7 +6407,7 @@ d3.combobox = function() {
 
             for (var i = 0; i < suggestions.length; i++) {
                 if (suggestions[i].value.toLowerCase().indexOf(v.toLowerCase()) === 0) {
-                    var completion = v + suggestions[i].value.substr(v.length);
+                    var completion = suggestions[i].value;
                     idx = i;
                     input.property('value', completion);
                     input.node().setSelectionRange(v.length, completion.length);
@@ -19333,7 +19333,7 @@ window.iD = function () {
     return d3.rebind(context, dispatch, 'on');
 };
 
-iD.version = '1.7.4';
+iD.version = '1.8.0';
 
 (function() {
     var detected = {};
@@ -19380,7 +19380,7 @@ iD.version = '1.7.4';
     // Added due to incomplete svg style support. See #715
     detected.opera = (detected.browser.toLowerCase() === 'opera' && parseFloat(detected.version) < 15 );
 
-    detected.locale = navigator.language || navigator.userLanguage || 'en-US';
+    detected.locale = navigator.languages ? navigator.languages[0] : (navigator.language || navigator.userLanguage || 'en-US');
 
     detected.filedrop = (window.FileReader && 'ondrop' in window);
 
@@ -19486,19 +19486,10 @@ iD.taginfo = function() {
         return _.omit(parameters, 'geometry', 'debounce');
     }
 
-    function shorten(parameters) {
-        if (!parameters.query) {
-            delete parameters.query;
-        } else {
-            parameters.query = parameters.query.slice(0, 3);
-        }
-        return parameters;
-    }
-
     function popularKeys(parameters) {
         var pop_field = 'count_all';
         if (parameters.filter) pop_field = 'count_' + parameters.filter;
-        return function(d) { return parseFloat(d[pop_field]) > 10000; };
+        return function(d) { return parseFloat(d[pop_field]) > 5000 || d.in_wiki; };
     }
 
     function popularValues() {
@@ -19533,7 +19524,7 @@ iD.taginfo = function() {
 
     taginfo.keys = function(parameters, callback) {
         var debounce = parameters.debounce;
-        parameters = clean(shorten(setSort(parameters)));
+        parameters = clean(setSort(parameters));
         request(endpoint + 'keys/all?' +
             iD.util.qsString(_.extend({
                 rp: 10,
@@ -19548,7 +19539,7 @@ iD.taginfo = function() {
 
     taginfo.values = function(parameters, callback) {
         var debounce = parameters.debounce;
-        parameters = clean(shorten(setSort(setFilter(parameters))));
+        parameters = clean(setSort(setFilter(parameters)));
         request(endpoint + 'key/values?' +
             iD.util.qsString(_.extend({
                 rp: 25,
@@ -20236,43 +20227,82 @@ iD.geo.Turn = function(turn) {
 
 iD.geo.Intersection = function(graph, vertexId) {
     var vertex = graph.entity(vertexId),
-        highways = [];
+        parentWays = graph.parentWays(vertex),
+        coincident = [],
+        highways = {};
+
+    function addHighway(way, adjacentNodeId) {
+        if (highways[adjacentNodeId]) {
+            coincident.push(adjacentNodeId);
+        } else {
+            highways[adjacentNodeId] = way;
+        }
+    }
 
     // Pre-split ways that would need to be split in
     // order to add a restriction. The real split will
     // happen when the restriction is added.
-    graph.parentWays(vertex).forEach(function(way) {
+    parentWays.forEach(function(way) {
         if (!way.tags.highway || way.isArea() || way.isDegenerate())
             return;
 
-        if (way.affix(vertexId)) {
-            highways.push(way);
-        } else {
-            var idx = _.indexOf(way.nodes, vertex.id, 1),
-                wayA = iD.Way({id: way.id + '-a', tags: way.tags, nodes: way.nodes.slice(0, idx + 1)}),
-                wayB = iD.Way({id: way.id + '-b', tags: way.tags, nodes: way.nodes.slice(idx)});
+        var isFirst = (vertexId === way.first()),
+            isLast = (vertexId === way.last()),
+            isAffix = (isFirst || isLast),
+            isClosingNode = (isFirst && isLast);
 
-            graph = graph.replace(wayA);
-            graph = graph.replace(wayB);
+        if (isAffix && !isClosingNode) {
+            var index = (isFirst ? 1 : way.nodes.length - 2);
+            addHighway(way, way.nodes[index]);
 
-            highways.push(wayA);
-            highways.push(wayB);
+        } else {
+            var splitIndex, wayA, wayB, indexA, indexB;
+            if (isClosingNode) {
+                splitIndex = Math.ceil(way.nodes.length / 2);  // split at midpoint
+                wayA = iD.Way({id: way.id + '-a', tags: way.tags, nodes: way.nodes.slice(0, splitIndex)});
+                wayB = iD.Way({id: way.id + '-b', tags: way.tags, nodes: way.nodes.slice(splitIndex)});
+                indexA = 1;
+                indexB = way.nodes.length - 2;
+            } else {
+                splitIndex = _.indexOf(way.nodes, vertex.id, 1);  // split at vertexid
+                wayA = iD.Way({id: way.id + '-a', tags: way.tags, nodes: way.nodes.slice(0, splitIndex + 1)});
+                wayB = iD.Way({id: way.id + '-b', tags: way.tags, nodes: way.nodes.slice(splitIndex)});
+                indexA = splitIndex - 1;
+                indexB = splitIndex + 1;
+            }
+            graph = graph.replace(wayA).replace(wayB);
+            addHighway(wayA, way.nodes[indexA]);
+            addHighway(wayB, way.nodes[indexB]);
         }
     });
 
+    // remove any ways from this intersection that are coincident
+    // (i.e. any adjacent node used by more than one intersecting way)
+    coincident.forEach(function (n) {
+        delete highways[n];
+    });
+
+
     var intersection = {
         highways: highways,
+        ways: _.values(highways),
         graph: graph
     };
 
-    intersection.turns = function(fromNodeID) {
-        if (!fromNodeID)
+    intersection.adjacentNodeId = function(fromWayId) {
+        return _.find(_.keys(highways), function(k) {
+            return highways[k].id === fromWayId;
+        });
+    };
+
+    intersection.turns = function(fromNodeId) {
+        var start = highways[fromNodeId];
+        if (!start)
             return [];
 
-        var way = _.find(highways, function(way) { return way.contains(fromNodeID); });
-        if (way.first() === vertex.id && way.tags.oneway === 'yes')
+        if (start.first() === vertex.id && start.tags.oneway === 'yes')
             return [];
-        if (way.last() === vertex.id && way.tags.oneway === '-1')
+        if (start.last() === vertex.id && start.tags.oneway === '-1')
             return [];
 
         function withRestriction(turn) {
@@ -20301,39 +20331,44 @@ iD.geo.Intersection = function(graph, vertexId) {
         }
 
         var from = {
-                node: way.nodes[way.first() === vertex.id ? 1 : way.nodes.length - 2],
-                way: way.id.split(/-(a|b)/)[0]
+                node: fromNodeId,
+                way: start.id.split(/-(a|b)/)[0]
             },
-            via = {node: vertex.id},
+            via = { node: vertex.id },
             turns = [];
 
-        highways.forEach(function(parent) {
-            if (parent === way)
+        _.each(highways, function(end, adjacentNodeId) {
+            if (end === start)
                 return;
 
-            var index = parent.nodes.indexOf(vertex.id);
-
             // backward
-            if (parent.first() !== vertex.id && parent.tags.oneway !== 'yes') {
+            if (end.first() !== vertex.id && end.tags.oneway !== 'yes') {
                 turns.push(withRestriction({
                     from: from,
                     via: via,
-                    to: {node: parent.nodes[index - 1], way: parent.id.split(/-(a|b)/)[0]}
+                    to: {
+                        node: adjacentNodeId,
+                        way: end.id.split(/-(a|b)/)[0]
+                    }
                 }));
             }
 
             // forward
-            if (parent.last() !== vertex.id && parent.tags.oneway !== '-1') {
+            if (end.last() !== vertex.id && end.tags.oneway !== '-1') {
                 turns.push(withRestriction({
                     from: from,
                     via: via,
-                    to: {node: parent.nodes[index + 1], way: parent.id.split(/-(a|b)/)[0]}
+                    to: {
+                        node: adjacentNodeId,
+                        way: end.id.split(/-(a|b)/)[0]
+                    }
                 }));
             }
+
         });
 
         // U-turn
-        if (way.tags.oneway !== 'yes' && way.tags.oneway !== '-1') {
+        if (start.tags.oneway !== 'yes' && start.tags.oneway !== '-1') {
             turns.push(withRestriction({
                 from: from,
                 via: via,
@@ -20461,7 +20496,7 @@ iD.geo.joinWays = function(array, graph) {
     }
 
     function reverse(member) {
-        return member.tags ? iD.actions.Reverse(member.id)(graph).entity(member.id) : member;
+        return member.tags ? iD.actions.Reverse(member.id, {reverseOneway: true})(graph).entity(member.id) : member;
     }
 
     while (array.length) {
@@ -21251,7 +21286,9 @@ iD.actions.Join = function(ids) {
             return 'not_adjacent';
 
         var nodeIds = _.pluck(joined[0].nodes, 'id').slice(1, -1),
-            relation;
+            relation,
+            tags = {},
+            conflicting = false;
 
         joined[0].forEach(function(way) {
             var parents = graph.parentRelations(way);
@@ -21259,10 +21296,21 @@ iD.actions.Join = function(ids) {
                 if (parent.isRestriction() && parent.members.some(function(m) { return nodeIds.indexOf(m.id) >= 0; }))
                     relation = parent;
             });
+
+            for (var k in way.tags) {
+                if (!(k in tags)) {
+                    tags[k] = way.tags[k];
+                } else if (tags[k] && iD.interestingTag(k) && tags[k] !== way.tags[k]) {
+                    conflicting = true;
+                }
+            }
         });
 
         if (relation)
             return 'restriction';
+
+        if (conflicting)
+            return 'conflicting_tags';
     };
 
     return action;
@@ -22167,6 +22215,10 @@ iD.actions.RestrictTurn = function(turn, projection, restrictionId) {
             via  = graph.entity(turn.via.node),
             to   = graph.entity(turn.to.way);
 
+        function isClosingNode(way, nodeId) {
+            return nodeId === way.first() && nodeId === way.last();
+        }
+
         function split(toOrFrom) {
             var newID = toOrFrom.newID || iD.Way().id;
             graph = iD.actions.Split(via.id, [newID])
@@ -22182,12 +22234,12 @@ iD.actions.RestrictTurn = function(turn, projection, restrictionId) {
             }
         }
 
-        if (!from.affix(via.id)) {
+        if (!from.affix(via.id) || isClosingNode(from, via.id)) {
             if (turn.from.node === turn.to.node) {
                 // U-turn
                 from = to = split(turn.from)[0];
             } else if (turn.from.way === turn.to.way) {
-                // Straight-on
+                // Straight-on or circular
                 var s = split(turn.from);
                 from = s[0];
                 to   = s[1];
@@ -22197,7 +22249,7 @@ iD.actions.RestrictTurn = function(turn, projection, restrictionId) {
             }
         }
 
-        if (!to.affix(via.id)) {
+        if (!to.affix(via.id) || isClosingNode(to, via.id)) {
             to = split(turn.to)[0];
         }
 
@@ -22252,7 +22304,7 @@ iD.actions.RestrictTurn = function(turn, projection, restrictionId) {
       http://wiki.openstreetmap.org/wiki/Route#Members
       http://josm.openstreetmap.de/browser/josm/trunk/src/org/openstreetmap/josm/corrector/ReverseWayTagCorrector.java
  */
-iD.actions.Reverse = function(wayId) {
+iD.actions.Reverse = function(wayId, options) {
     var replacements = [
             [/:right$/, ':left'], [/:left$/, ':right'],
             [/:forward$/, ':backward'], [/:backward$/, ':forward']
@@ -22282,6 +22334,8 @@ iD.actions.Reverse = function(wayId) {
             return value.replace(numeric, function(_, sign) { return sign === '-' ? '' : '-'; });
         } else if (key === 'incline' || key === 'direction') {
             return {up: 'down', down: 'up'}[value] || value;
+        } else if (options && options.reverseOneway && key === 'oneway') {
+            return {yes: '-1', '1': '-1', '-1': 'yes'}[value] || value;
         } else {
             return {left: 'right', right: 'left'}[value] || value;
         }
@@ -22971,7 +23025,7 @@ iD.behavior.drag = function() {
 };
 iD.behavior.Draw = function(context) {
     var event = d3.dispatch('move', 'click', 'clickWay',
-        'clickNode', 'undo', 'cancel', 'finish'),
+            'clickNode', 'undo', 'cancel', 'finish'),
         keybinding = d3.keybinding('draw'),
         hover = iD.behavior.Hover(context)
             .altDisables(true)
@@ -22989,7 +23043,7 @@ iD.behavior.Draw = function(context) {
     function mousedown() {
 
         function point() {
-            var p = element.node().parentNode;
+            var p = context.container().node();
             return touchId !== null ? d3.touches(p).filter(function(p) {
                 return p.identifier === touchId;
             })[0] : d3.mouse(p);
@@ -22997,17 +23051,20 @@ iD.behavior.Draw = function(context) {
 
         var element = d3.select(this),
             touchId = d3.event.touches ? d3.event.changedTouches[0].identifier : null,
-            time = +new Date(),
-            pos = point();
+            t1 = +new Date(),
+            p1 = point();
 
         element.on('mousemove.draw', null);
 
         d3.select(window).on('mouseup.draw', function() {
+            var t2 = +new Date(),
+                p2 = point(),
+                dist = iD.geo.euclideanDistance(p1, p2);
+
             element.on('mousemove.draw', mousemove);
-            if (iD.geo.euclideanDistance(pos, point()) < closeTolerance ||
-                (iD.geo.euclideanDistance(pos, point()) < tolerance &&
-                (+new Date() - time) < 500)) {
+            d3.select(window).on('mouseup.draw', null);
 
+            if (dist < closeTolerance || (dist < tolerance && (t2 - t1) < 500)) {
                 // Prevent a quick second click
                 d3.select(window).on('click.draw-block', function() {
                     d3.event.stopPropagation();
@@ -23366,6 +23423,7 @@ iD.behavior.Hash = function(context) {
     };
 
     function update() {
+        if (context.inIntro()) return;
         var s1 = formatter(context.map());
         if (s0 !== s1) location.replace(s0 = s1); // don't recenter the map!
     }
@@ -26370,13 +26428,7 @@ iD.Entity.prototype = {
     },
 
     hasInterestingTags: function() {
-        return _.keys(this.tags).some(function(key) {
-            return key !== 'attribution' &&
-                key !== 'created_by' &&
-                key !== 'source' &&
-                key !== 'odbl' &&
-                key.indexOf('tiger:') !== 0;
-        });
+        return _.keys(this.tags).some(iD.interestingTag);
     },
 
     isHighwayIntersection: function() {
@@ -27149,37 +27201,6 @@ _.extend(iD.Node.prototype, {
         };
     }
 });
-iD.oneWayTags = {
-    'aerialway': {
-        'chair_lift': true,
-        'mixed_lift': true,
-        't-bar': true,
-        'j-bar': true,
-        'platter': true,
-        'rope_tow': true,
-        'magic_carpet': true,
-        'yes': true
-    },
-    'highway': {
-        'motorway': true,
-        'motorway_link': true
-    },
-    'junction': {
-        'roundabout': true
-    },
-    'man_made': {
-        'piste:halfpipe': true
-    },
-    'piste:type': {
-        'downhill': true,
-        'sled': true,
-        'yes': true
-    },
-    'waterway': {
-        'river': true,
-        'stream': true
-    }
-};
 iD.Relation = iD.Entity.relation = function iD_Relation() {
     if (!(this instanceof iD_Relation)) {
         return (new iD_Relation()).initialize(arguments);
@@ -27460,6 +27481,46 @@ _.extend(iD.Relation.prototype, {
         return result;
     }
 });
+iD.oneWayTags = {
+    'aerialway': {
+        'chair_lift': true,
+        'mixed_lift': true,
+        't-bar': true,
+        'j-bar': true,
+        'platter': true,
+        'rope_tow': true,
+        'magic_carpet': true,
+        'yes': true
+    },
+    'highway': {
+        'motorway': true,
+        'motorway_link': true
+    },
+    'junction': {
+        'roundabout': true
+    },
+    'man_made': {
+        'piste:halfpipe': true
+    },
+    'piste:type': {
+        'downhill': true,
+        'sled': true,
+        'yes': true
+    },
+    'waterway': {
+        'river': true,
+        'stream': true
+    }
+};
+
+iD.interestingTag = function (key) {
+    return key !== 'attribution' &&
+        key !== 'created_by' &&
+        key !== 'source' &&
+        key !== 'odbl' &&
+        key.indexOf('tiger:') !== 0;
+
+};
 iD.Tree = function(head) {
     var rtree = rbush(),
         rectangles = {};
@@ -29314,18 +29375,16 @@ iD.MapillaryLayer = function (context) {
         enter.append('button')
             .on('click', hide)
             .append('div')
-            .attr('class', 'icon close');
+            .call(iD.svg.Icon('#icon-close'));
 
         enter.append('img');
 
-        var link = enter.append('a')
+        enter
+            .append('a')
             .attr('class', 'link')
-            .attr('target', '_blank');
-
-        link.append('span')
-            .attr('class', 'icon icon-pre-text out-link');
-
-        link.append('span')
+            .attr('target', '_blank')
+            .call(iD.svg.Icon('#icon-out-link', 'inline'))
+            .append('span')
             .text(t('mapillary.view_on_mapillary'));
 
         if (!enable) {
@@ -29815,36 +29874,22 @@ iD.svg.Areas = function(projection) {
     used once globally, since defs IDs must be unique within a document.
 */
 iD.svg.Defs = function(context) {
-    function autosize(image) {
-        var img = document.createElement('img');
-        img.src = image.attr('xlink:href');
-        img.onload = function() {
-            image.attr({
-                width: img.width,
-                height: img.height
-            });
-        };
-    }
 
-    function SpriteDefinition(id, href, data) {
+    function SVGSpriteDefinition(id, href) {
         return function(defs) {
-            defs.append('image')
-                .attr('id', id)
-                .attr('xlink:href', href)
-                .call(autosize);
-
-            defs.selectAll()
-                .data(data)
-                .enter().append('use')
-                .attr('id', function(d) { return d.key; })
-                .attr('transform', function(d) { return 'translate(-' + d.value[0] + ',-' + d.value[1] + ')'; })
-                .attr('xlink:href', '#' + id);
+            d3.xml(href, 'image/svg+xml', function(err, svg) {
+                if (err) return;
+                defs.node().appendChild(
+                    d3.select(svg.documentElement).attr('id', id).node()
+                );
+            });
         };
     }
 
     return function (selection) {
         var defs = selection.append('defs');
 
+        // marker
         defs.append('marker')
             .attr({
                 id: 'oneway-marker',
@@ -29858,6 +29903,7 @@ iD.svg.Defs = function(context) {
             .append('path')
             .attr('d', 'M 5 3 L 0 3 L 0 2 L 5 2 L 5 0 L 10 2.5 L 5 5 z');
 
+        // patterns
         var patterns = defs.selectAll('pattern')
             .data([
                 // pattern name, pattern image name
@@ -29903,6 +29949,7 @@ iD.svg.Defs = function(context) {
                 return context.imagePath('pattern/' + d[1] + '.png');
             });
 
+        // clip paths
         defs.selectAll()
             .data([12, 18, 20, 32, 45])
             .enter().append('clipPath')
@@ -29919,24 +29966,25 @@ iD.svg.Defs = function(context) {
                 return d;
             });
 
-        var maki = [];
-        _.forEach(iD.data.featureIcons, function (dimensions, name) {
-            if (dimensions['12'] && dimensions['18'] && dimensions['24']) {
-                maki.push({key: 'maki-' + name + '-12', value: dimensions['12']});
-                maki.push({key: 'maki-' + name + '-18', value: dimensions['18']});
-                maki.push({key: 'maki-' + name + '-24', value: dimensions['24']});
-            }
-        });
+        defs.call(SVGSpriteDefinition(
+            'iD-sprite',
+            context.imagePath('iD-sprite.svg')));
 
-        defs.call(SpriteDefinition(
-            'sprite',
-            context.imagePath('sprite.svg'),
-            d3.entries(iD.data.operations)));
-
-        defs.call(SpriteDefinition(
+        defs.call(SVGSpriteDefinition(
             'maki-sprite',
-            context.imagePath('maki-sprite.png'),
-            maki));
+            context.imagePath('maki-sprite.svg')));
+    };
+};
+iD.svg.Icon = function(name, svgklass, useklass) {
+    return function (selection) {
+        selection.selectAll('svg')
+            .data([0])
+            .enter()
+            .append('svg')
+            .attr('class', 'icon ' + (svgklass || ''))
+            .append('use')
+            .attr('xlink:href', name)
+            .attr('class', useklass);
     };
 };
 iD.svg.Labels = function(projection, context) {
@@ -30102,19 +30150,18 @@ iD.svg.Labels = function(projection, context) {
     }
 
     function drawAreaIcons(group, entities, filter, classes, labels) {
-
         var icons = group.selectAll('use')
             .filter(filter)
             .data(entities, iD.Entity.key);
 
         icons.enter()
             .append('use')
-            .attr('clip-path', 'url(#clip-square-18)')
-            .attr('class', 'icon');
+            .attr('width', '18px')
+            .attr('height', '18px');
 
         icons.attr('transform', get(labels, 'transform'))
             .attr('xlink:href', function(d) {
-                return '#maki-' + context.presets().match(d, context.graph()).icon + '-18';
+                return '#' + context.presets().match(d, context.graph()).icon + '-18';
             });
 
 
@@ -30646,9 +30693,10 @@ iD.svg.Points = function(projection, context) {
             .call(markerPath, 'stroke');
 
         group.append('use')
-            .attr('class', 'icon')
             .attr('transform', 'translate(-6, -20)')
-            .attr('clip-path', 'url(#clip-square-12)');
+            .attr('class', 'icon')
+            .attr('width', '12px')
+            .attr('height', '12px');
 
         groups.attr('transform', iD.svg.PointTransform(projection))
             .call(iD.svg.TagClasses());
@@ -30660,7 +30708,7 @@ iD.svg.Points = function(projection, context) {
         groups.select('.icon')
             .attr('xlink:href', function(entity) {
                 var preset = context.presets().match(entity, context.graph());
-                return preset.icon ? '#maki-' + preset.icon + '-12' : '';
+                return preset.icon ? '#' + preset.icon + '-12' : '';
             });
 
         groups.exit()
@@ -30787,9 +30835,9 @@ iD.svg.Turns = function(projection) {
         function icon(turn) {
             var u = turn.u ? '-u' : '';
             if (!turn.restriction)
-                return '#icon-restriction-yes' + u;
+                return '#turn-yes' + u;
             var restriction = graph.entity(turn.restriction).tags.restriction;
-            return '#icon-restriction-' +
+            return '#turn-' +
                 (!turn.indirect_restriction && /^only_/.test(restriction) ? 'only' : 'no') + u;
         }
 
@@ -30797,20 +30845,20 @@ iD.svg.Turns = function(projection) {
             .data(turns, key);
 
         // Enter
-
         var enter = groups.enter().append('g')
             .attr('class', 'turn');
 
         var nEnter = enter.filter(function (turn) { return !turn.u; });
 
         nEnter.append('rect')
-            .attr('transform', 'translate(-12, -12)')
-            .attr('width', '45')
-            .attr('height', '25');
+            .attr('transform', 'translate(-22, -12)')
+            .attr('width', '44')
+            .attr('height', '24');
 
         nEnter.append('use')
-            .attr('transform', 'translate(-12, -12)')
-            .attr('clip-path', 'url(#clip-square-45)');
+            .attr('width', '44')
+            .attr('height', '24');
+
 
         var uEnter = enter.filter(function (turn) { return turn.u; });
 
@@ -30818,11 +30866,11 @@ iD.svg.Turns = function(projection) {
             .attr('r', '16');
 
         uEnter.append('use')
-            .attr('transform', 'translate(-16, -16)')
-            .attr('clip-path', 'url(#clip-square-32)');
+            .attr('width', '32')
+            .attr('height', '32');
 
-        // Update
 
+        // Update
         groups
             .attr('transform', function (turn) {
                 var v = graph.entity(turn.via.node),
@@ -30831,7 +30879,7 @@ iD.svg.Turns = function(projection) {
                     p = projection(v.loc),
                     r = turn.u ? 0 : 60;
 
-                return 'translate(' + (r * Math.cos(a) + p[0]) + ',' + (r * Math.sin(a) + p[1]) + ')' +
+                return 'translate(' + (r * Math.cos(a) + p[0]) + ',' + (r * Math.sin(a) + p[1]) + ') ' +
                     'rotate(' + a * 180 / Math.PI + ')';
             });
 
@@ -30841,8 +30889,8 @@ iD.svg.Turns = function(projection) {
         groups.select('rect');
         groups.select('circle');
 
-        // Exit
 
+        // Exit
         groups.exit()
             .remove();
 
@@ -30970,8 +31018,9 @@ iD.svg.Vertices = function(projection, context) {
         enter.filter(function(d) { return icon(d); })
             .append('use')
             .attr('transform', 'translate(-6, -6)')
-            .attr('clip-path', 'url(#clip-square-12)')
-            .attr('xlink:href', function(d) { return '#maki-' + icon(d) + '-12'; });
+            .attr('xlink:href', function(d) { return '#' + icon(d) + '-12'; })
+            .attr('width', '12px')
+            .attr('height', '12px');
 
         // Vertices with tags get a fill.
         enter.filter(function(d) { return d.hasInterestingTags(); })
@@ -31162,20 +31211,28 @@ iD.ui = function(context) {
             .attr('href', 'http://github.com/openstreetmap/iD')
             .text(iD.version);
 
-        var bugReport = aboutList.append('li')
-            .append('a')
+        var issueLinks = aboutList.append('li');
+
+        issueLinks.append('a')
             .attr('target', '_blank')
             .attr('tabindex', -1)
-            .attr('href', 'https://github.com/openstreetmap/iD/issues');
-
-        bugReport.append('span')
-            .attr('class','icon bug light');
-
-        bugReport.call(bootstrap.tooltip()
+            .attr('href', 'https://github.com/openstreetmap/iD/issues')
+            .call(iD.svg.Icon('#icon-bug', 'light'))
+            .call(bootstrap.tooltip()
                 .title(t('report_a_bug'))
                 .placement('top')
             );
 
+        issueLinks.append('a')
+            .attr('target', '_blank')
+            .attr('tabindex', -1)
+            .attr('href', 'https://github.com/openstreetmap/iD/blob/master/CONTRIBUTING.md#translating')
+            .call(iD.svg.Icon('#icon-translate', 'light'))
+            .call(bootstrap.tooltip()
+                .title(t('help_translate'))
+                .placement('top')
+            );
+
         aboutList.append('li')
             .attr('class', 'feature-warning')
             .attr('tabindex', -1)
@@ -31299,11 +31356,11 @@ iD.ui.Account = function(context) {
             // Add thumbnail or dont
             if (details.image_url) {
                 userLink.append('img')
-                    .attr('class', 'icon icon-pre-text user-icon')
+                    .attr('class', 'icon pre-text user-icon')
                     .attr('src', details.image_url);
             } else {
-                userLink.append('span')
-                    .attr('class', 'icon avatar light icon-pre-text');
+                userLink
+                    .call(iD.svg.Icon('#icon-avatar', 'pre-text light'));
             }
 
             // Add user name
@@ -31424,11 +31481,11 @@ iD.ui.Background = function(context) {
             ['right', [-1, 0]],
             ['bottom', [0, 1]]],
         opacityDefault = (context.storage('background-opacity') !== null) ?
-            (+context.storage('background-opacity')) : 0.5,
+            (+context.storage('background-opacity')) : 1.0,
         customTemplate = context.storage('background-custom-template') || '';
 
     // Can be 0 from <1.3.0 use or due to issue #1923.
-    if (opacityDefault === 0) opacityDefault = 0.5;
+    if (opacityDefault === 0) opacityDefault = 1.0;
 
     function background(selection) {
 
@@ -31603,13 +31660,10 @@ iD.ui.Background = function(context) {
             button = selection.append('button')
                 .attr('tabindex', -1)
                 .on('click', toggle)
+                .call(iD.svg.Icon('#icon-layers', 'light'))
                 .call(tooltip),
             shown = false;
 
-        button.append('span')
-            .attr('class', 'icon layers light');
-
-
         var opa = content.append('div')
                 .attr('class', 'opacity-options-wrapper');
 
@@ -31647,8 +31701,7 @@ iD.ui.Background = function(context) {
                 .title(t('background.custom_button'))
                 .placement('left'))
             .on('click', editCustom)
-            .append('span')
-            .attr('class', 'icon geocode');
+            .call(iD.svg.Icon('#icon-search'));
 
         var label = custom.append('label');
 
@@ -31716,15 +31769,14 @@ iD.ui.Background = function(context) {
             .attr('class', function(d) { return d[0] + ' nudge'; })
             .on('mousedown', clickNudge);
 
-        var resetButton = nudgeContainer.append('button')
+        var resetButton = nudgeContainer
+            .append('button')
             .attr('class', 'reset disabled')
             .on('click', function () {
                 context.background().offset([0, 0]);
                 resetButton.classed('disabled', true);
-            });
-
-        resetButton.append('div')
-            .attr('class', 'icon undo');
+            })
+            .call(iD.svg.Icon('#icon-undo'));
 
         context.map()
             .on('move.background-update', _.debounce(update, 1000));
@@ -31752,30 +31804,32 @@ iD.ui.Background = function(context) {
 // Translate a MacOS key command into the appropriate Windows/Linux equivalent.
 // For example, ⌘Z -> Ctrl+Z
 iD.ui.cmd = function(code) {
-    if (iD.detect().os === 'mac')
+    if (iD.detect().os === 'mac') {
         return code;
-
-    var replacements = {
-        '⌘': 'Ctrl',
-        '⇧': 'Shift',
-        '⌥': 'Alt',
-        '⌫': 'Backspace',
-        '⌦': 'Delete'
-    }, keys = [];
+    }
 
     if (iD.detect().os === 'win') {
         if (code === '⌘⇧Z') return 'Ctrl+Y';
     }
 
+    var result = '',
+        replacements = {
+            '⌘': 'Ctrl',
+            '⇧': 'Shift',
+            '⌥': 'Alt',
+            '⌫': 'Backspace',
+            '⌦': 'Delete'
+        };
+
     for (var i = 0; i < code.length; i++) {
         if (code[i] in replacements) {
-            keys.push(replacements[code[i]]);
+            result += replacements[code[i]] + '+';
         } else {
-            keys.push(code[i]);
+            result += code[i];
         }
     }
 
-    return keys.join('+');
+    return result;
 };
 iD.ui.Commit = function(context) {
     var dispatch = d3.dispatch('cancel', 'save');
@@ -31817,7 +31871,11 @@ iD.ui.Commit = function(context) {
             .attr('placeholder', t('commit.description_placeholder'))
             .attr('maxlength', 255)
             .property('value', context.storage('comment') || '')
-            .on('blur.save', function () {
+            .on('input.save', function() {
+                d3.selectAll('.save-section .save-button')
+                    .attr('disabled', (this.value.length ? null : true));
+            })
+            .on('blur.save', function() {
                 context.storage('comment', this.value);
             });
 
@@ -31847,12 +31905,13 @@ iD.ui.Commit = function(context) {
             .on('mouseout', mouseout)
             .on('click', warningClick);
 
-        warningLi.append('span')
-            .attr('class', 'alert icon icon-pre-text');
+        warningLi
+            .call(iD.svg.Icon('#icon-alert', 'pre-text'));
 
-        warningLi.append('strong').text(function(d) {
-            return d.message;
-        });
+        warningLi
+            .append('strong').text(function(d) {
+                return d.message;
+            });
 
         warningLi.filter(function(d) { return d.tooltip; })
             .call(bootstrap.tooltip()
@@ -31877,7 +31936,7 @@ iD.ui.Commit = function(context) {
             if (user.image_url) {
                 userLink.append('img')
                     .attr('src', user.image_url)
-                    .attr('class', 'icon icon-pre-text user-icon');
+                    .attr('class', 'icon pre-text user-icon');
             }
 
             userLink.append('a')
@@ -31896,7 +31955,11 @@ iD.ui.Commit = function(context) {
             .attr('class','buttons fillL cf');
 
         var saveButton = buttonSection.append('button')
-            .attr('class', 'action col5 button')
+            .attr('class', 'action col5 button save-button')
+            .attr('disabled', function() {
+                var n = d3.select('.commit-form textarea').node();
+                return (n && n.value.length) ? null : true;
+            })
             .on('click.save', function() {
                 dispatch.save({
                     comment: commentField.node().value
@@ -31908,7 +31971,7 @@ iD.ui.Commit = function(context) {
             .text(t('commit.save'));
 
         var cancelButton = buttonSection.append('button')
-            .attr('class', 'action col5 button')
+            .attr('class', 'action col5 button cancel-button')
             .on('click.cancel', function() { dispatch.cancel(); });
 
         cancelButton.append('span')
@@ -31936,10 +31999,10 @@ iD.ui.Commit = function(context) {
             .on('mouseout', mouseout)
             .on('click', zoomToEntity);
 
-        li.append('span')
-            .attr('class', function(d) {
-                return d.entity.geometry(d.graph) + ' ' + d.changeType + ' icon icon-pre-text';
-            });
+        li.each(function(d) {
+            d3.select(this)
+                .call(iD.svg.Icon('#icon-' + d.entity.geometry(d.graph), 'pre-text ' + d.changeType));
+        });
 
         li.append('span')
             .attr('class', 'change-type')
@@ -32039,8 +32102,7 @@ iD.ui.Conflicts = function(context) {
             .append('button')
             .attr('class', 'fr')
             .on('click', function() { dispatch.cancel(); })
-            .append('span')
-            .attr('class', 'icon close');
+            .call(iD.svg.Icon('#icon-close'));
 
         header
             .append('h3')
@@ -32291,8 +32353,7 @@ iD.ui.Contributors = function(context) {
             subset = u.slice(0, u.length > limit ? limit - 1 : limit);
 
         selection.html('')
-            .append('span')
-            .attr('class', 'icon nearby light icon-pre-text');
+            .call(iD.svg.Icon('#icon-nearby', 'pre-text light'));
 
         var userList = d3.select(document.createElement('span'));
 
@@ -32423,8 +32484,7 @@ iD.ui.EntityEditor = function(context) {
 
         $enter.append('button')
             .attr('class', 'fr preset-close')
-            .append('span')
-            .attr('class', 'icon close');
+            .call(iD.svg.Icon('#icon-close'));
 
         $enter.append('h3');
 
@@ -32689,8 +32749,8 @@ iD.ui.FeatureList = function(context) {
             .on('keypress', keypress)
             .on('input', inputevent);
 
-        searchWrap.append('span')
-            .attr('class', 'icon search');
+        searchWrap
+            .call(iD.svg.Icon('#icon-search', 'pre-text'));
 
         var listWrap = selection.append('div')
             .attr('class', 'inspector-body');
@@ -32797,10 +32857,8 @@ iD.ui.FeatureList = function(context) {
                 .data([0])
                 .enter().append('button')
                 .property('disabled', true)
-                .attr('class', 'no-results-item');
-
-            resultsIndicator.append('span')
-                .attr('class', 'icon alert');
+                .attr('class', 'no-results-item')
+                .call(iD.svg.Icon('#icon-alert', 'pre-text'));
 
             resultsIndicator.append('span')
                 .attr('class', 'entity-name');
@@ -32832,17 +32890,21 @@ iD.ui.FeatureList = function(context) {
             var items = list.selectAll('.feature-list-item')
                 .data(results, function(d) { return d.id; });
 
-            var enter = items.enter().insert('button', '.geocode-item')
+            var enter = items.enter()
+                .insert('button', '.geocode-item')
                 .attr('class', 'feature-list-item')
                 .on('mouseover', mouseover)
                 .on('mouseout', mouseout)
                 .on('click', click);
 
-            var label = enter.append('div')
+            var label = enter
+                .append('div')
                 .attr('class', 'label');
 
-            label.append('span')
-                .attr('class', function(d) { return d.geometry + ' icon icon-pre-text'; });
+            label.each(function(d) {
+                d3.select(this)
+                    .call(iD.svg.Icon('#icon-' + d.geometry, 'pre-text'));
+            });
 
             label.append('span')
                 .attr('class', 'entity-type')
@@ -32982,7 +33044,7 @@ iD.ui.FullScreen = function(context) {
         //     .attr('class', 'icon full-screen');
 
         keybinding
-            .on(iD.ui.cmd('f11'), fullScreen)
+            .on('f11', fullScreen)
             .on(iD.ui.cmd('⌘⇧F'), fullScreen);
 
         d3.select(document)
@@ -33007,15 +33069,13 @@ iD.ui.Geolocate = function(map) {
     return function(selection) {
         if (!navigator.geolocation) return;
 
-        var button = selection.append('button')
+        selection.append('button')
             .attr('tabindex', -1)
             .attr('title', t('geolocate.title'))
             .on('click', click)
+            .call(iD.svg.Icon('#icon-geolocate', 'light'))
             .call(bootstrap.tooltip()
                 .placement('left'));
-
-         button.append('span')
-             .attr('class', 'icon geolocate light');
     };
 };
 iD.ui.Help = function(context) {
@@ -33097,8 +33157,7 @@ iD.ui.Help = function(context) {
                     .on('click', function() {
                         clickHelp(docs[i - 1], i - 1);
                     });
-                prevLink.append('span').attr('class', 'icon back blue');
-                prevLink.append('span').html(docs[i - 1].title);
+                prevLink.append('span').html('&#9668; ' + docs[i - 1].title);
             }
             if (i < docs.length - 1) {
                 var nextLink = nav.append('a')
@@ -33106,8 +33165,7 @@ iD.ui.Help = function(context) {
                     .on('click', function() {
                         clickHelp(docs[i + 1], i + 1);
                     });
-                nextLink.append('span').html(docs[i + 1].title);
-                nextLink.append('span').attr('class', 'icon forward blue');
+                nextLink.append('span').html(docs[i + 1].title + ' &#9658;');
             }
         }
 
@@ -33126,12 +33184,10 @@ iD.ui.Help = function(context) {
             button = selection.append('button')
                 .attr('tabindex', -1)
                 .on('click', toggle)
+                .call(iD.svg.Icon('#icon-help', 'light'))
                 .call(tooltip),
             shown = false;
 
-        button.append('span')
-            .attr('class', 'icon help light');
-
 
         var toc = pane.append('ul')
             .attr('class', 'toc');
@@ -33193,6 +33249,19 @@ iD.ui.Info = function(context) {
             return r / 12.56637 * 510065621724000;
         }
 
+        function toLineString(feature) {
+            if (feature.type === 'LineString') return feature;
+
+            var result = { type: 'LineString', coordinates: [] };
+            if (feature.type === 'Polygon') {
+                result.coordinates = feature.coordinates[0];
+            } else if (feature.type === 'MultiPolygon') {
+                result.coordinates = feature.coordinates[0][0];
+            }
+
+            return result;
+        }
+
         function displayLength(m) {
             var d = m * (imperial ? 3.28084 : 1),
                 p, unit;
@@ -33265,7 +33334,7 @@ iD.ui.Info = function(context) {
             if (hidden()) return;
 
             var resolver = context.graph(),
-                selected = context.selectedIDs(),
+                selected = _.filter(context.selectedIDs(), function(e) { return context.hasEntity(e); }),
                 singular = selected.length === 1 ? selected[0] : null,
                 extent = iD.geo.Extent(),
                 entity;
@@ -33301,7 +33370,7 @@ iD.ui.Info = function(context) {
             if (geometry === 'line' || geometry === 'area') {
                 var closed = (entity.type === 'relation') || (entity.isClosed() && !entity.isDegenerate()),
                     feature = entity.asGeoJSON(resolver),
-                    length = radiansToMeters(d3.geo.length(feature)),
+                    length = radiansToMeters(d3.geo.length(toLineString(feature))),
                     lengthLabel = t('infobox.' + (closed ? 'perimeter' : 'length')),
                     centroid = d3.geo.centroid(feature);
 
@@ -33561,20 +33630,24 @@ iD.ui.intro = function(context) {
             .attr('class', 'joined')
             .selectAll('button.step');
 
-        var entered = buttonwrap.data(steps)
-            .enter().append('button')
-                .attr('class', 'step')
-                .on('click', enter);
+        var entered = buttonwrap
+            .data(steps)
+            .enter()
+            .append('button')
+            .attr('class', 'step')
+            .on('click', enter);
+
+        entered
+            .call(iD.svg.Icon('#icon-apply', 'pre-text'));
+
+        entered
+            .append('label')
+            .text(function(d) { return t(d.title); });
 
-        entered.append('div').attr('class','icon icon-pre-text apply');
-        entered.append('label').text(function(d) { return t(d.title); });
         enter(steps[0]);
 
         function enter (newStep) {
-
-            if (step) {
-                step.exit();
-            }
+            if (step) { step.exit(); }
 
             context.enter(iD.modes.Browse(context));
 
@@ -33893,12 +33966,10 @@ iD.ui.MapData = function(context) {
             button = selection.append('button')
                 .attr('tabindex', -1)
                 .on('click', togglePanel)
+                .call(iD.svg.Icon('#icon-data', 'light'))
                 .call(tooltip),
             shown = false;
 
-        button.append('span')
-            .attr('class', 'icon data light');
-
         content.append('h4')
             .text(t('map_data.title'));
 
@@ -33954,8 +34025,7 @@ iD.ui.MapData = function(context) {
                 d3.event.stopPropagation();
                 context.background().zoomToGpxLayer();
             })
-            .append('span')
-            .attr('class', 'icon geolocate');
+            .call(iD.svg.Icon('#icon-search'));
 
         gpxLayerItem.append('button')
             .attr('class', 'layer-browse')
@@ -33970,8 +34040,7 @@ iD.ui.MapData = function(context) {
                     })
                     .node().click();
             })
-            .append('span')
-            .attr('class', 'icon geocode');
+            .call(iD.svg.Icon('#icon-geolocate'));
 
         label = gpxLayerItem.append('label')
             .call(bootstrap.tooltip()
@@ -34449,8 +34518,10 @@ iD.ui.Modes = function(context) {
         context
             .on('enter.modes', update);
 
-        buttons.append('span')
-            .attr('class', function(mode) { return mode.id + ' icon icon-pre-text'; });
+        buttons.each(function(d) {
+            d3.select(this)
+                .call(iD.svg.Icon('#icon-' + d.button, 'pre-text'));
+        });
 
         buttons.append('span')
             .attr('class', 'label')
@@ -34490,10 +34561,9 @@ iD.ui.Notice = function(context) {
             .attr('class', 'zoom-to notice')
             .on('click', function() { context.map().zoom(context.minEditableZoom()); });
 
-        button.append('span')
-            .attr('class', 'icon zoom-in-invert');
-
-        button.append('span')
+        button
+            .call(iD.svg.Icon('#icon-plus', 'pre-text'))
+            .append('span')
             .attr('class', 'label')
             .text(t('zoom_in_edit'));
 
@@ -34622,13 +34692,12 @@ iD.ui.preset = function(context) {
 
         wrap.append('button')
             .attr('class', 'remove-icon')
-            .append('span').attr('class', 'icon delete');
+            .call(iD.svg.Icon('#operation-delete'));
 
         wrap.append('button')
             .attr('class', 'modified-icon')
             .attr('tabindex', -1)
-            .append('div')
-            .attr('class', 'icon undo');
+            .call(iD.svg.Icon('#icon-undo'));
 
         // Update
 
@@ -34761,13 +34830,26 @@ iD.ui.PresetIcon = function() {
     var preset, geometry;
 
     function presetIcon(selection) {
-        selection.each(setup);
+        selection.each(render);
     }
 
-    function setup() {
+    function render() {
         var selection = d3.select(this),
             p = preset.apply(this, arguments),
-            geom = geometry.apply(this, arguments);
+            geom = geometry.apply(this, arguments),
+            icon = p.icon || (geom === 'line' ? 'other-line' : 'marker-stroked'),
+            maki = iD.data.featureIcons.hasOwnProperty(icon + '-24');
+
+        function tag_classes(p) {
+            var s = '';
+            for (var i in p.tags) {
+                s += ' tag-' + i;
+                if (p.tags[i] !== '*') {
+                    s += ' tag-' + i + '-' + p.tags[i];
+                }
+            }
+            return s;
+        }
 
         var $fill = selection.selectAll('.preset-icon-fill')
             .data([0]);
@@ -34775,32 +34857,39 @@ iD.ui.PresetIcon = function() {
         $fill.enter().append('div');
 
         $fill.attr('class', function() {
-            var s = 'preset-icon-fill preset-icon-fill-' + geom;
-            for (var i in p.tags) {
-                s += ' tag-' + i + ' tag-' + i + '-' + p.tags[i];
-            }
-            return s;
+            return 'preset-icon-fill preset-icon-fill-' + geom + tag_classes(p);
+        });
+
+        var $frame = selection.selectAll('.preset-icon-frame')
+            .data([0]);
+
+        $frame.enter()
+            .append('div')
+            .call(iD.svg.Icon('#preset-icon-frame'));
+
+        $frame.attr('class', function() {
+            return 'preset-icon-frame ' + (geom === 'area' ? '' : 'hide');
         });
 
+
         var $icon = selection.selectAll('.preset-icon')
             .data([0]);
 
-        $icon.enter().append('div');
+        $icon.enter()
+            .append('div')
+            .attr('class', 'preset-icon')
+            .call(iD.svg.Icon(''));
 
-        $icon.attr('class', function() {
-            var icon = p.icon || (geom === 'line' ? 'other-line' : 'marker-stroked'),
-                klass = 'feature-' + icon + ' preset-icon';
+        $icon
+            .attr('class', 'preset-icon preset-icon-' + (maki ? '32' : '60'));
 
-            var featureicon = iD.data.featureIcons[icon];
-            if (featureicon && featureicon[geom]) {
-                klass += ' preset-icon-' + geom;
-            } else if (icon === 'multipolygon') {
-                // Special case (geometry === 'area')
-                klass += ' preset-icon-relation';
-            }
+        $icon.selectAll('svg')
+            .attr('class', function() {
+                return 'icon ' + icon + tag_classes(p);
+            });
 
-            return klass;
-        });
+        $icon.selectAll('use')       // workaround: maki parking-24 broken?
+            .attr('href', '#' + icon + (maki ? ( icon === 'parking' ? '-18' : '-24') : ''));
     }
 
     presetIcon.preset = function(_) {
@@ -34840,15 +34929,14 @@ iD.ui.PresetList = function(context) {
                 .attr('class', 'preset-choose')
                 .on('click', function() { event.choose(currentPreset); })
                 .append('span')
-                .attr('class', 'icon forward');
+                .html('&#9658;');
         } else {
             messagewrap.append('button')
                 .attr('class', 'close')
                 .on('click', function() {
                     context.enter(iD.modes.Browse(context));
                 })
-                .append('span')
-                .attr('class', 'icon close');
+                .call(iD.svg.Icon('#icon-close'));
         }
 
         function keydown() {
@@ -34905,8 +34993,8 @@ iD.ui.PresetList = function(context) {
             .on('keypress', keypress)
             .on('input', inputevent);
 
-        searchWrap.append('span')
-            .attr('class', 'icon search');
+        searchWrap
+            .call(iD.svg.Icon('#icon-search', 'pre-text'));
 
         if (autofocus) {
             search.node().focus();
@@ -35102,25 +35190,28 @@ iD.ui.RadialMenu = function(context, operations) {
 
         var button = menu.selectAll()
             .data(operations)
-            .enter().append('g')
+            .enter()
+            .append('g')
+            .attr('class', function(d) { return 'radial-menu-item radial-menu-item-' + d.id; })
+            .classed('disabled', function(d) { return d.disabled(); })
             .attr('transform', function(d, i) {
-                return 'translate(' + r * Math.sin(a0 + i * a) + ',' +
-                                      r * Math.cos(a0 + i * a) + ')';
+                return 'translate(' + iD.geo.roundCoords([
+                        r * Math.sin(a0 + i * a),
+                        r * Math.cos(a0 + i * a)]).join(',') + ')';
             });
 
         button.append('circle')
-            .attr('class', function(d) { return 'radial-menu-item radial-menu-item-' + d.id; })
             .attr('r', 15)
-            .classed('disabled', function(d) { return d.disabled(); })
             .on('click', click)
             .on('mousedown', mousedown)
             .on('mouseover', mouseover)
             .on('mouseout', mouseout);
 
         button.append('use')
-            .attr('transform', 'translate(-10, -10)')
-            .attr('clip-path', 'url(#clip-square-20)')
-            .attr('xlink:href', function(d) { return '#icon-operation-' + (d.disabled() ? 'disabled-' : '') + d.id; });
+            .attr('transform', 'translate(-10,-10)')
+            .attr('width', '20')
+            .attr('height', '20')
+            .attr('xlink:href', function(d) { return '#operation-' + d.id; });
 
         tooltip = d3.select(document.body)
             .append('div')
@@ -35291,8 +35382,7 @@ iD.ui.RawMemberEditor = function(context) {
                 .attr('tabindex', -1)
                 .attr('class', 'remove button-input-action member-delete minor')
                 .on('click', deleteMember)
-                .append('span')
-                .attr('class', 'icon delete');
+                .call(iD.svg.Icon('#operation-delete'));
 
             $items.exit()
                 .remove();
@@ -35444,8 +35534,7 @@ iD.ui.RawMembershipEditor = function(context) {
                 .attr('tabindex', -1)
                 .attr('class', 'remove button-input-action member-delete minor')
                 .on('click', deleteMembership)
-                .append('span')
-                .attr('class', 'icon delete');
+                .call(iD.svg.Icon('#operation-delete'));
 
             $items.exit()
                 .remove();
@@ -35480,8 +35569,7 @@ iD.ui.RawMembershipEditor = function(context) {
                     .attr('tabindex', -1)
                     .attr('class', 'remove button-input-action member-delete minor')
                     .on('click', deleteMembership)
-                    .append('span')
-                    .attr('class', 'icon delete');
+                    .call(iD.svg.Icon('#operation-delete'));
 
             } else {
                 $list.selectAll('.member-row-new')
@@ -35491,10 +35579,10 @@ iD.ui.RawMembershipEditor = function(context) {
             var $add = $wrap.selectAll('.add-relation')
                 .data([0]);
 
-            $add.enter().append('button')
+            $add.enter()
+                .append('button')
                 .attr('class', 'add-relation')
-                .append('span')
-                .attr('class', 'icon plus light');
+                .call(iD.svg.Icon('#icon-plus', 'light'));
 
             $wrap.selectAll('.add-relation')
                 .on('click', function() {
@@ -35555,11 +35643,10 @@ iD.ui.RawTagEditor = function(context) {
         var $newTag = $wrap.selectAll('.add-tag')
             .data([0]);
 
-        var $enter = $newTag.enter().append('button')
-            .attr('class', 'add-tag');
-
-        $enter.append('span')
-            .attr('class', 'icon plus light');
+        $newTag.enter()
+            .append('button')
+            .attr('class', 'add-tag')
+            .call(iD.svg.Icon('#icon-plus', 'light'));
 
         $newTag.on('click', addTag);
 
@@ -35568,7 +35655,7 @@ iD.ui.RawTagEditor = function(context) {
 
         // Enter
 
-        $enter = $items.enter().append('li')
+        var $enter = $items.enter().append('li')
             .attr('class', 'tag-row cf');
 
         $enter.append('div')
@@ -35588,8 +35675,7 @@ iD.ui.RawTagEditor = function(context) {
         $enter.append('button')
             .attr('tabindex', -1)
             .attr('class', 'remove minor')
-            .append('span')
-            .attr('class', 'icon delete');
+            .call(iD.svg.Icon('#operation-delete'));
 
         if (context.taginfo()) {
             $enter.each(bindTypeahead);
@@ -35600,7 +35686,12 @@ iD.ui.RawTagEditor = function(context) {
         $items.order();
 
         $items.each(function(tag) {
-            var reference = iD.ui.TagReference({key: tag.key, value: tag.value}, context);
+            var isRelation = (context.entity(id).type === 'relation'),
+                reference;
+            if (isRelation && tag.key === 'type')
+                reference = iD.ui.TagReference({rtype: tag.value}, context);
+            else
+                reference = iD.ui.TagReference({key: tag.key, value: tag.value}, context);
 
             if (state === 'hover') {
                 reference.showing(false);
@@ -35980,12 +36071,9 @@ iD.ui.SelectionList = function(context, selectedIDs) {
                 .on('click', selectEntity);
 
             // Enter
-
             var label = enter.append('div')
-                .attr('class', 'label');
-
-            label.append('span')
-                .attr('class', 'icon icon-pre-text');
+                .attr('class', 'label')
+                .call(iD.svg.Icon('', 'pre-text'));
 
             label.append('span')
                 .attr('class', 'entity-type');
@@ -35994,9 +36082,11 @@ iD.ui.SelectionList = function(context, selectedIDs) {
                 .attr('class', 'entity-name');
 
             // Update
-
-            items.selectAll('.icon')
-                .attr('class', function(entity) { return context.geometry(entity.id) + ' icon icon-pre-text'; });
+            items.selectAll('use')
+                .attr('href', function() {
+                    var entity = this.parentElement.parentElement.__data__;
+                    return '#icon-' + context.geometry(entity.id);
+                });
 
             items.selectAll('.entity-type')
                 .text(function(entity) { return context.presets().match(entity, context.graph()).name(); });
@@ -36005,7 +36095,6 @@ iD.ui.SelectionList = function(context, selectedIDs) {
                 .text(function(entity) { return iD.util.displayName(entity); });
 
             // Exit
-
             items.exit()
                 .remove();
         }
@@ -36251,8 +36340,7 @@ iD.ui.Success = function(context) {
         header.append('button')
             .attr('class', 'fr')
             .on('click', function() { dispatch.cancel(); })
-            .append('span')
-            .attr('class', 'icon close');
+            .call(iD.svg.Icon('#icon-close'));
 
         header.append('h3')
             .text(t('success.just_edited'));
@@ -36279,13 +36367,15 @@ iD.ui.Success = function(context) {
 
         body.selectAll('.button.social')
             .data(d3.entries(sharing))
-            .enter().append('a')
-            .attr('class', function(d) { return 'button social col4 ' + d.key; })
+            .enter()
+            .append('a')
+            .attr('class', 'button social col4')
             .attr('target', '_blank')
             .attr('href', function(d) { return d.value; })
             .call(bootstrap.tooltip()
                 .title(function(d) { return t('success.' + d.key); })
-                .placement('bottom'));
+                .placement('bottom'))
+            .each(function(d) { d3.select(this).call(iD.svg.Icon('#logo-' + d.key, 'social')); });
     }
 
     success.changeset = function(_) {
@@ -36361,15 +36451,12 @@ iD.ui.TagReference = function(tag, context) {
                 .append('p')
                 .text(docs.description);
 
-            var wikiLink = body
+            body
                 .append('a')
                 .attr('target', '_blank')
-                .attr('href', 'http://wiki.openstreetmap.org/wiki/' + docs.title);
-
-            wikiLink.append('span')
-                .attr('class','icon icon-pre-text out-link');
-
-            wikiLink.append('span')
+                .attr('href', 'http://wiki.openstreetmap.org/wiki/' + docs.title)
+                .call(iD.svg.Icon('#icon-out-link', 'inline'))
+                .append('span')
                 .text(t('inspector.reference'));
 
             return true;
@@ -36403,12 +36490,11 @@ iD.ui.TagReference = function(tag, context) {
         button = selection.selectAll('.tag-reference-button')
             .data([0]);
 
-        var enter = button.enter().append('button')
+        button.enter()
+            .append('button')
+            .attr('class', 'tag-reference-button')
             .attr('tabindex', -1)
-            .attr('class', 'tag-reference-button');
-
-        enter.append('span')
-            .attr('class', 'icon inspect');
+            .call(iD.svg.Icon('#icon-inspect'));
 
         button.on('click', function () {
             d3.event.stopPropagation();
@@ -36446,7 +36532,8 @@ iD.ui.TagReference = function(tag, context) {
     };
 
     return tagReference;
-};// toggles the visibility of ui elements, using a combination of the
+};
+// toggles the visibility of ui elements, using a combination of the
 // hide class, which sets display=none, and a d3 transition for opacity.
 // this will cause blinking when called repeatedly, so check that the
 // value actually changes between calls.
@@ -36497,8 +36584,10 @@ iD.ui.UndoRedo = function(context) {
             .on('click', function(d) { return d.action(); })
             .call(tooltip);
 
-        buttons.append('span')
-            .attr('class', function(d) { return 'icon ' + d.id; });
+        buttons.each(function(d) {
+            d3.select(this)
+                .call(iD.svg.Icon('#icon-' + d.id));
+        });
 
         var keybinding = d3.keybinding('undo')
             .on(commands[0].cmd, function() { d3.event.preventDefault(); commands[0].action(); })
@@ -36537,17 +36626,16 @@ iD.ui.ViewOnOSM = function(context) {
         var $link = selection.selectAll('.view-on-osm')
             .data([0]);
 
-        var $enter = $link.enter().append('a')
+        $link.enter()
+            .append('a')
             .attr('class', 'view-on-osm')
-            .attr('target', '_blank');
-
-        $enter.append('span')
-            .attr('class', 'icon icon-pre-text out-link');
-
-        $enter.append('span')
+            .attr('target', '_blank')
+            .call(iD.svg.Icon('#icon-out-link', 'inline'))
+            .append('span')
             .text(t('inspector.view_on_osm'));
 
-        $link.attr('href', context.connection().entityURL(entity));
+        $link
+            .attr('href', context.connection().entityURL(entity));
     }
 
     viewOnOSM.entityID = function(_) {
@@ -36561,11 +36649,13 @@ iD.ui.ViewOnOSM = function(context) {
 iD.ui.Zoom = function(context) {
     var zooms = [{
         id: 'zoom-in',
+        icon: 'plus',
         title: t('zoom.in'),
         action: context.zoomIn,
         key: '+'
     }, {
         id: 'zoom-out',
+        icon: 'minus',
         title: t('zoom.out'),
         action: context.zoomOut,
         key: '-'
@@ -36606,8 +36696,10 @@ iD.ui.Zoom = function(context) {
                     return iD.ui.tooltipHtml(d.title, d.key);
                 }));
 
-        button.append('span')
-            .attr('class', function(d) { return d.id + ' icon'; });
+        button.each(function(d) {
+            d3.select(this)
+                .call(iD.svg.Icon('#icon-' + d.icon, 'light'));
+        });
 
         var keybinding = d3.keybinding('zoom');
 
@@ -37410,13 +37502,13 @@ iD.ui.preset.localized = function(field, context) {
         var translateButton = selection.selectAll('.localized-add')
             .data([0]);
 
-        translateButton.enter().append('button')
+        translateButton.enter()
+            .append('button')
             .attr('class', 'button-input-action localized-add minor')
+            .call(iD.svg.Icon('#icon-plus'))
             .call(bootstrap.tooltip()
                 .title(t('translate.translate'))
-                .placement('left'))
-            .append('span')
-            .attr('class', 'icon plus');
+                .placement('left'));
 
         translateButton
             .on('click', addBlank);
@@ -37522,7 +37614,7 @@ iD.ui.preset.localized = function(field, context) {
                             .style('max-height','0px')
                             .remove();
                     })
-                    .append('span').attr('class', 'icon delete');
+                    .call(iD.svg.Icon('#operation-delete'));
 
                 wrap.append('input')
                     .attr('class', 'localized-lang')
@@ -37590,11 +37682,11 @@ iD.ui.preset.localized = function(field, context) {
 
         input.value(tags[field.key] || '');
 
-        var postfixed = [];
-        for (var i in tags) {
-            var m = i.match(new RegExp(field.key + ':([a-zA-Z_-]+)$'));
-            if (m && m[1]) {
-                postfixed.push({ lang: m[1], value: tags[i]});
+        var postfixed = [], k, m;
+        for (k in tags) {
+            m = k.match(/^(.*):([a-zA-Z_-]+)$/);
+            if (m && m[1] === field.key && m[2]) {
+                postfixed.push({ lang: m[2], value: tags[k] });
             }
         }
 
@@ -37843,7 +37935,7 @@ iD.ui.preset.restrictions = function(field, context) {
 
         surface
             .call(vertices, graph, [vertex], filter, extent, z)
-            .call(lines, graph, intersection.highways, filter)
+            .call(lines, graph, intersection.ways, filter)
             .call(turns, graph, intersection.turns(fromNodeID));
 
         surface
@@ -37857,7 +37949,7 @@ iD.ui.preset.restrictions = function(field, context) {
 
         if (fromNodeID) {
             surface
-                .selectAll('.' + _.find(intersection.highways, function(way) { return way.contains(fromNodeID); }).id)
+                .selectAll('.' + intersection.highways[fromNodeID].id)
                 .classed('selected', true);
         }
 
@@ -37872,7 +37964,7 @@ iD.ui.preset.restrictions = function(field, context) {
         function click() {
             var datum = d3.event.target.__data__;
             if (datum instanceof iD.Entity) {
-                fromNodeID = datum.nodes[(datum.first() === vertexID) ? 1 : datum.nodes.length - 2];
+                fromNodeID = intersection.adjacentNodeId(datum.id);
                 render();
             } else if (datum instanceof iD.geo.Turn) {
                 if (datum.restriction) {
@@ -38039,17 +38131,19 @@ iD.ui.preset.wikipedia = function(field, context) {
         link.enter().append('a')
             .attr('class', 'wiki-link button-input-action minor')
             .attr('target', '_blank')
-            .append('span')
-            .attr('class', 'icon out-link');
+            .call(iD.svg.Icon('#icon-out-link', 'inline'));
     }
 
     function language() {
         var value = lang.value().toLowerCase();
+        var locale = iD.detect().locale.toLowerCase();
+        var localeLanguage;
         return _.find(iD.data.wikipedia, function(d) {
+            if (d[2] === locale) localeLanguage = d;
             return d[0].toLowerCase() === value ||
                 d[1].toLowerCase() === value ||
-                d[2].toLowerCase() === value;
-        }) || iD.data.wikipedia[0];
+                d[2] === value;
+        }) || localeLanguage || ['English', 'English', 'en'];
     }
 
     function changeLang() {
@@ -38849,6 +38943,11 @@ iD.presets.Collection = function(collection) {
                     return a.suggestion === true;
                 });
 
+            function leading(a) {
+                var index = a.indexOf(value);
+                return index === 0 || a[index - 1] === ' ';
+            }
+
             // matches value to preset.name
             var leading_name = _.filter(searchable, function(a) {
                     return leading(a.name().toLowerCase());
@@ -38868,10 +38967,6 @@ iD.presets.Collection = function(collection) {
                     return _.any(_.without(_.values(a.tags || {}), '*'), leading);
                 });
 
-            function leading(a) {
-                var index = a.indexOf(value);
-                return index === 0 || a[index - 1] === ' ';
-            }
 
             // finds close matches to value in preset.name
             var levenstein_name = searchable.map(function(a) {
@@ -39016,7 +39111,7 @@ iD.presets.Preset = function(id, preset, fields) {
     };
 
     preset.terms = function() {
-        return preset.t('terms', {'default': ''}).toLowerCase().split(/\s*,+\s*/);
+        return preset.t('terms', {'default': ''}).toLowerCase().trim().split(/\s*,+\s*/);
     };
 
     preset.isFallback = function() {
@@ -39385,464 +39480,445 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
         "yh:STRUCTURE",
         "yh:TOTYUMONO",
         "yh:TYPE",
+        "yh:WIDTH",
         "yh:WIDTH_RANK",
         "SK53_bulk:load"
     ],
     "wikipedia": [
         [
-            "English",
-            "English",
-            "en"
-        ],
-        [
-            "German",
-            "Deutsch",
-            "de"
-        ],
-        [
-            "Dutch",
-            "Nederlands",
-            "nl"
-        ],
-        [
-            "French",
-            "Français",
-            "fr"
-        ],
-        [
-            "Italian",
-            "Italiano",
-            "it"
+            "Abkhazian",
+            "Аҧсшәа",
+            "ab"
         ],
         [
-            "Russian",
-            "Русский",
-            "ru"
+            "Achinese",
+            "Acèh",
+            "ace"
         ],
         [
-            "Spanish",
-            "Español",
-            "es"
+            "Afrikaans",
+            "Afrikaans",
+            "af"
         ],
         [
-            "Polish",
-            "Polski",
-            "pl"
+            "Akan",
+            "Akan",
+            "ak"
         ],
         [
-            "Swedish",
-            "Svenska",
-            "sv"
+            "Alemannisch",
+            "Alemannisch",
+            "als"
         ],
         [
-            "Japanese",
-            "日本語",
-            "ja"
+            "Amharic",
+            "አማርኛ",
+            "am"
         ],
         [
-            "Portuguese",
-            "Português",
-            "pt"
+            "Aragonese",
+            "aragonés",
+            "an"
         ],
         [
-            "Chinese",
-            "中文",
-            "zh"
+            "Old English",
+            "Ænglisc",
+            "ang"
         ],
         [
-            "Vietnamese",
-            "Tiếng Việt",
-            "vi"
+            "Arabic",
+            "العربية",
+            "ar"
         ],
         [
-            "Ukrainian",
-            "Українська",
-            "uk"
+            "Aramaic",
+            "ܐܪܡܝܐ",
+            "arc"
         ],
         [
-            "Catalan",
-            "Català",
-            "ca"
+            "Egyptian Arabic",
+            "مصرى",
+            "arz"
         ],
         [
-            "Norwegian (Bokmål)",
-            "Norsk (Bokmål)",
-            "no"
+            "Assamese",
+            "অসমীয়া",
+            "as"
         ],
         [
-            "Waray-Waray",
-            "Winaray",
-            "war"
+            "Asturian",
+            "asturianu",
+            "ast"
         ],
         [
-            "Cebuano",
-            "Sinugboanong Binisaya",
-            "ceb"
+            "Avaric",
+            "авар",
+            "av"
         ],
         [
-            "Finnish",
-            "Suomi",
-            "fi"
+            "Aymara",
+            "Aymar aru",
+            "ay"
         ],
         [
-            "Persian",
-            "فارسی",
-            "fa"
+            "Azerbaijani",
+            "azərbaycanca",
+            "az"
         ],
         [
-            "Czech",
-            "Čeština",
-            "cs"
+            "South Azerbaijani",
+            "تۆرکجه",
+            "azb"
         ],
         [
-            "Hungarian",
-            "Magyar",
-            "hu"
+            "Bashkir",
+            "башҡортса",
+            "ba"
         ],
         [
-            "Korean",
-            "한국어",
-            "ko"
+            "Bavarian",
+            "Boarisch",
+            "bar"
         ],
         [
-            "Romanian",
-            "Română",
-            "ro"
+            "Samogitian",
+            "žemaitėška",
+            "bat-smg"
         ],
         [
-            "Arabic",
-            "العربية",
-            "ar"
+            "Bikol Central",
+            "Bikol Central",
+            "bcl"
         ],
         [
-            "Turkish",
-            "Türkçe",
-            "tr"
+            "Belarusian",
+            "беларуская",
+            "be"
         ],
         [
-            "Indonesian",
-            "Bahasa Indonesia",
-            "id"
+            "беларуская (тарашкевіца)‎",
+            "беларуская (тарашкевіца)‎",
+            "be-x-old"
         ],
         [
-            "Kazakh",
-            "Қазақша",
-            "kk"
+            "Bulgarian",
+            "български",
+            "bg"
         ],
         [
-            "Malay",
-            "Bahasa Melayu",
-            "ms"
+            "भोजपुरी",
+            "भोजपुरी",
+            "bh"
         ],
         [
-            "Serbian",
-            "Српски / Srpski",
-            "sr"
+            "Bislama",
+            "Bislama",
+            "bi"
         ],
         [
-            "Slovak",
-            "Slovenčina",
-            "sk"
+            "Banjar",
+            "Bahasa Banjar",
+            "bjn"
         ],
         [
-            "Esperanto",
-            "Esperanto",
-            "eo"
+            "Bambara",
+            "bamanankan",
+            "bm"
         ],
         [
-            "Danish",
-            "Dansk",
-            "da"
+            "Bengali",
+            "বাংলা",
+            "bn"
         ],
         [
-            "Lithuanian",
-            "Lietuvių",
-            "lt"
+            "Tibetan",
+            "བོད་ཡིག",
+            "bo"
         ],
         [
-            "Basque",
-            "Euskara",
-            "eu"
+            "Bishnupriya",
+            "বিষ্ণুপ্রিয়া মণিপুরী",
+            "bpy"
         ],
         [
-            "Bulgarian",
-            "Български",
-            "bg"
+            "Breton",
+            "brezhoneg",
+            "br"
         ],
         [
-            "Hebrew",
-            "עברית",
-            "he"
+            "Bosnian",
+            "bosanski",
+            "bs"
         ],
         [
-            "Slovenian",
-            "Slovenščina",
-            "sl"
+            "Buginese",
+            "ᨅᨔ ᨕᨘᨁᨗ",
+            "bug"
         ],
         [
-            "Croatian",
-            "Hrvatski",
-            "hr"
+            "буряад",
+            "буряад",
+            "bxr"
         ],
         [
-            "Volapük",
-            "Volapük",
-            "vo"
+            "Catalan",
+            "català",
+            "ca"
         ],
         [
-            "Estonian",
-            "Eesti",
-            "et"
+            "Chavacano de Zamboanga",
+            "Chavacano de Zamboanga",
+            "cbk-zam"
         ],
         [
-            "Hindi",
-            "हिन्दी",
-            "hi"
+            "Min Dong Chinese",
+            "Mìng-dĕ̤ng-ngṳ̄",
+            "cdo"
         ],
         [
-            "Uzbek",
-            "O‘zbek",
-            "uz"
+            "Chechen",
+            "нохчийн",
+            "ce"
         ],
         [
-            "Galician",
-            "Galego",
-            "gl"
+            "Cebuano",
+            "Cebuano",
+            "ceb"
         ],
         [
-            "Norwegian (Nynorsk)",
-            "Nynorsk",
-            "nn"
+            "Chamorro",
+            "Chamoru",
+            "ch"
         ],
         [
-            "Simple English",
-            "Simple English",
-            "simple"
+            "Cherokee",
+            "ᏣᎳᎩ",
+            "chr"
         ],
         [
-            "Azerbaijani",
-            "Azərbaycanca",
-            "az"
+            "Cheyenne",
+            "Tsetsêhestâhese",
+            "chy"
         ],
         [
-            "Latin",
-            "Latina",
-            "la"
+            "Central Kurdish",
+            "کوردیی ناوەندی",
+            "ckb"
         ],
         [
-            "Greek",
-            "Ελληνικά",
-            "el"
+            "Corsican",
+            "corsu",
+            "co"
         ],
         [
-            "Thai",
-            "ไทย",
-            "th"
+            "Cree",
+            "Nēhiyawēwin / ᓀᐦᐃᔭᐍᐏᐣ",
+            "cr"
         ],
         [
-            "Serbo-Croatian",
-            "Srpskohrvatski / Српскохрватски",
-            "sh"
+            "Crimean Turkish",
+            "qırımtatarca",
+            "crh"
         ],
         [
-            "Georgian",
-            "ქართული",
-            "ka"
+            "Czech",
+            "čeština",
+            "cs"
         ],
         [
-            "Occitan",
-            "Occitan",
-            "oc"
+            "Kashubian",
+            "kaszëbsczi",
+            "csb"
         ],
         [
-            "Macedonian",
-            "Македонски",
-            "mk"
+            "Church Slavic",
+            "словѣньскъ / ⰔⰎⰑⰂⰡⰐⰠⰔⰍⰟ",
+            "cu"
         ],
         [
-            "Newar / Nepal Bhasa",
-            "नेपाल भाषा",
-            "new"
+            "Chuvash",
+            "Чӑвашла",
+            "cv"
         ],
         [
-            "Tagalog",
-            "Tagalog",
-            "tl"
+            "Welsh",
+            "Cymraeg",
+            "cy"
         ],
         [
-            "Piedmontese",
-            "Piemontèis",
-            "pms"
+            "Danish",
+            "dansk",
+            "da"
         ],
         [
-            "Belarusian",
-            "Беларуская",
-            "be"
+            "German",
+            "Deutsch",
+            "de"
         ],
         [
-            "Haitian",
-            "Krèyol ayisyen",
-            "ht"
+            "Zazaki",
+            "Zazaki",
+            "diq"
         ],
         [
-            "Tamil",
-            "தமிழ்",
-            "ta"
+            "Lower Sorbian",
+            "dolnoserbski",
+            "dsb"
         ],
         [
-            "Telugu",
-            "తెలుగు",
-            "te"
+            "Divehi",
+            "ދިވެހިބަސް",
+            "dv"
         ],
         [
-            "Belarusian (Taraškievica)",
-            "Беларуская (тарашкевіца)",
-            "be-x-old"
+            "Dzongkha",
+            "ཇོང་ཁ",
+            "dz"
         ],
         [
-            "Latvian",
-            "Latviešu",
-            "lv"
+            "Ewe",
+            "eʋegbe",
+            "ee"
         ],
         [
-            "Breton",
-            "Brezhoneg",
-            "br"
+            "Greek",
+            "Ελληνικά",
+            "el"
         ],
         [
-            "Malagasy",
-            "Malagasy",
-            "mg"
+            "Emiliano-Romagnolo",
+            "emiliàn e rumagnòl",
+            "eml"
         ],
         [
-            "Albanian",
-            "Shqip",
-            "sq"
+            "English",
+            "English",
+            "en"
         ],
         [
-            "Armenian",
-            "Հայերեն",
-            "hy"
+            "Esperanto",
+            "Esperanto",
+            "eo"
         ],
         [
-            "Tatar",
-            "Tatarça / Татарча",
-            "tt"
+            "Spanish",
+            "español",
+            "es"
         ],
         [
-            "Javanese",
-            "Basa Jawa",
-            "jv"
+            "Estonian",
+            "eesti",
+            "et"
         ],
         [
-            "Welsh",
-            "Cymraeg",
-            "cy"
+            "Basque",
+            "euskara",
+            "eu"
         ],
         [
-            "Marathi",
-            "मराठी",
-            "mr"
+            "Extremaduran",
+            "estremeñu",
+            "ext"
         ],
         [
-            "Luxembourgish",
-            "Lëtzebuergesch",
-            "lb"
+            "Persian",
+            "فارسی",
+            "fa"
         ],
         [
-            "Icelandic",
-            "Íslenska",
-            "is"
+            "Fulah",
+            "Fulfulde",
+            "ff"
         ],
         [
-            "Bosnian",
-            "Bosanski",
-            "bs"
+            "Finnish",
+            "suomi",
+            "fi"
         ],
         [
-            "Burmese",
-            "မြန်မာဘာသာ",
-            "my"
+            "Võro",
+            "Võro",
+            "fiu-vro"
         ],
         [
-            "Yoruba",
-            "Yorùbá",
-            "yo"
+            "Fijian",
+            "Na Vosa Vakaviti",
+            "fj"
         ],
         [
-            "Bashkir",
-            "Башҡорт",
-            "ba"
+            "Faroese",
+            "føroyskt",
+            "fo"
         ],
         [
-            "Malayalam",
-            "മലയാളം",
-            "ml"
+            "French",
+            "français",
+            "fr"
         ],
         [
-            "Aragonese",
-            "Aragonés",
-            "an"
+            "Arpitan",
+            "arpetan",
+            "frp"
         ],
         [
-            "Lombard",
-            "Lumbaart",
-            "lmo"
+            "Northern Frisian",
+            "Nordfriisk",
+            "frr"
         ],
         [
-            "Afrikaans",
-            "Afrikaans",
-            "af"
+            "Friulian",
+            "furlan",
+            "fur"
         ],
         [
-            "West Frisian",
+            "Western Frisian",
             "Frysk",
             "fy"
         ],
         [
-            "Western Panjabi",
-            "شاہ مکھی پنجابی (Shāhmukhī Pañjābī)",
-            "pnb"
+            "Irish",
+            "Gaeilge",
+            "ga"
         ],
         [
-            "Bengali",
-            "বাংলা",
-            "bn"
+            "Gagauz",
+            "Gagauz",
+            "gag"
         ],
         [
-            "Swahili",
-            "Kiswahili",
-            "sw"
+            "Gan Chinese",
+            "贛語",
+            "gan"
         ],
         [
-            "Bishnupriya Manipuri",
-            "ইমার ঠার/বিষ্ণুপ্রিয়া মণিপুরী",
-            "bpy"
+            "Scottish Gaelic",
+            "Gàidhlig",
+            "gd"
         ],
         [
-            "Ido",
-            "Ido",
-            "io"
+            "Galician",
+            "galego",
+            "gl"
         ],
         [
-            "Kirghiz",
-            "Кыргызча",
-            "ky"
+            "Gilaki",
+            "گیلکی",
+            "glk"
         ],
         [
-            "Urdu",
-            "اردو",
-            "ur"
+            "Guarani",
+            "Avañe'ẽ",
+            "gn"
         ],
         [
-            "Nepali",
-            "नà¥\87पालà¥\80",
-            "ne"
+            "Goan Konkani",
+            "à¤\97à¥\8bवा à¤\95à¥\8bà¤\82à¤\95णà¥\80 / Gova Konknni",
+            "gom"
         ],
         [
-            "Sicilian",
-            "Sicilianu",
-            "scn"
+            "Gothic",
+            "𐌲𐌿𐍄𐌹𐍃𐌺",
+            "got"
         ],
         [
             "Gujarati",
@@ -39850,439 +39926,439 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
             "gu"
         ],
         [
-            "Cantonese",
-            "粵語",
-            "zh-yue"
+            "Manx",
+            "Gaelg",
+            "gv"
         ],
         [
-            "Low Saxon",
-            "Plattdüütsch",
-            "nds"
+            "Hausa",
+            "Hausa",
+            "ha"
         ],
         [
-            "Kurdish",
-            "Kurdî / كوردی",
-            "ku"
+            "Hakka Chinese",
+            "客家語/Hak-kâ-ngî",
+            "hak"
         ],
         [
-            "Irish",
-            "Gaeilge",
-            "ga"
+            "Hawaiian",
+            "Hawai`i",
+            "haw"
         ],
         [
-            "Asturian",
-            "Asturianu",
-            "ast"
+            "Hebrew",
+            "עברית",
+            "he"
         ],
         [
-            "Quechua",
-            "Runa Simi",
-            "qu"
+            "Hindi",
+            "हिन्दी",
+            "hi"
         ],
         [
-            "Sundanese",
-            "Basa Sunda",
-            "su"
+            "Fiji Hindi",
+            "Fiji Hindi",
+            "hif"
         ],
         [
-            "Chuvash",
-            "Чăваш",
-            "cv"
+            "Croatian",
+            "hrvatski",
+            "hr"
         ],
         [
-            "Scots",
-            "Scots",
-            "sco"
+            "Upper Sorbian",
+            "hornjoserbsce",
+            "hsb"
         ],
         [
-            "Interlingua",
-            "Interlingua",
-            "ia"
+            "Haitian",
+            "Kreyòl ayisyen",
+            "ht"
         ],
         [
-            "Alemannic",
-            "Alemannisch",
-            "als"
+            "Hungarian",
+            "magyar",
+            "hu"
         ],
         [
-            "Buginese",
-            "Basa Ugi",
-            "bug"
+            "Armenian",
+            "Հայերեն",
+            "hy"
         ],
         [
-            "Neapolitan",
-            "Nnapulitano",
-            "nap"
+            "Interlingua",
+            "interlingua",
+            "ia"
         ],
         [
-            "Samogitian",
-            "Žemaitėška",
-            "bat-smg"
+            "Indonesian",
+            "Bahasa Indonesia",
+            "id"
         ],
         [
-            "Kannada",
-            "ಕನ್ನಡ",
-            "kn"
+            "Interlingue",
+            "Interlingue",
+            "ie"
         ],
         [
-            "Banyumasan",
-            "Basa Banyumasan",
-            "map-bms"
+            "Igbo",
+            "Igbo",
+            "ig"
         ],
         [
-            "Walloon",
-            "Walon",
-            "wa"
+            "Inupiaq",
+            "Iñupiak",
+            "ik"
         ],
         [
-            "Amharic",
-            "አማርኛ",
-            "am"
+            "Iloko",
+            "Ilokano",
+            "ilo"
         ],
         [
-            "Sorani",
-            "Soranî / کوردی",
-            "ckb"
+            "Ido",
+            "Ido",
+            "io"
         ],
         [
-            "Scottish Gaelic",
-            "Gàidhlig",
-            "gd"
+            "Icelandic",
+            "íslenska",
+            "is"
         ],
         [
-            "Fiji Hindi",
-            "Fiji Hindi",
-            "hif"
+            "Italian",
+            "italiano",
+            "it"
         ],
         [
-            "Min Nan",
-            "Bân-lâm-gú",
-            "zh-min-nan"
+            "Inuktitut",
+            "ᐃᓄᒃᑎᑐᑦ/inuktitut",
+            "iu"
         ],
         [
-            "Tajik",
-            "Тоҷикӣ",
-            "tg"
+            "Japanese",
+            "日本語",
+            "ja"
         ],
         [
-            "Mazandarani",
-            "مَزِروني",
-            "mzn"
+            "Lojban",
+            "Lojban",
+            "jbo"
         ],
         [
-            "Egyptian Arabic",
-            "مصرى (Maṣrī)",
-            "arz"
+            "Javanese",
+            "Basa Jawa",
+            "jv"
         ],
         [
-            "Yiddish",
-            "ייִדיש",
-            "yi"
+            "Georgian",
+            "ქართული",
+            "ka"
         ],
         [
-            "Venetian",
-            "Vèneto",
-            "vec"
+            "Kara-Kalpak",
+            "Qaraqalpaqsha",
+            "kaa"
         ],
         [
-            "Mongolian",
-            "Монгол",
-            "mn"
+            "Kabyle",
+            "Taqbaylit",
+            "kab"
         ],
         [
-            "Tarantino",
-            "Tarandíne",
-            "roa-tara"
+            "Kabardian",
+            "Адыгэбзэ",
+            "kbd"
         ],
         [
-            "Sanskrit",
-            "संस्कृतम्",
-            "sa"
+            "Kongo",
+            "Kongo",
+            "kg"
         ],
         [
-            "Nahuatl",
-            "Nāhuatl",
-            "nah"
+            "Kikuyu",
+            "Gĩkũyũ",
+            "ki"
         ],
         [
-            "Ossetian",
-            "Иронау",
-            "os"
+            "Kazakh",
+            "қазақша",
+            "kk"
         ],
         [
-            "Sakha",
-            "Саха тыла (Saxa Tyla)",
-            "sah"
+            "Kalaallisut",
+            "kalaallisut",
+            "kl"
         ],
         [
-            "Kapampangan",
-            "Kapampangan",
-            "pam"
+            "Khmer",
+            "ភាសាខ្មែរ",
+            "km"
         ],
         [
-            "Upper Sorbian",
-            "Hornjoserbsce",
-            "hsb"
+            "Kannada",
+            "ಕನ್ನಡ",
+            "kn"
         ],
         [
-            "Sinhalese",
-            "සිංහල",
-            "si"
+            "Korean",
+            "한국어",
+            "ko"
         ],
         [
-            "Northern Sami",
-            "Sámegiella",
-            "se"
+            "Komi-Permyak",
+            "Перем Коми",
+            "koi"
         ],
         [
-            "Limburgish",
-            "Limburgs",
-            "li"
+            "Karachay-Balkar",
+            "къарачай-малкъар",
+            "krc"
         ],
         [
-            "Maori",
-            "Māori",
-            "mi"
+            "Kashmiri",
+            "कॉशुर / کٲشُر",
+            "ks"
         ],
         [
-            "Bavarian",
-            "Boarisch",
-            "bar"
+            "Colognian",
+            "Ripoarisch",
+            "ksh"
         ],
         [
-            "Corsican",
-            "Corsu",
-            "co"
+            "Kurdish",
+            "Kurdî",
+            "ku"
         ],
         [
-            "Ilokano",
-            "Ilokano",
-            "ilo"
+            "Komi",
+            "коми",
+            "kv"
         ],
         [
-            "Gan",
-            "贛語",
-            "gan"
+            "Cornish",
+            "kernowek",
+            "kw"
         ],
         [
-            "Tibetan",
-            "བོད་སྐད",
-            "bo"
+            "Kyrgyz",
+            "Кыргызча",
+            "ky"
         ],
         [
-            "Gilaki",
-            "گیلکی",
-            "glk"
+            "Latin",
+            "Latina",
+            "la"
         ],
         [
-            "Faroese",
-            "Føroyskt",
-            "fo"
+            "Ladino",
+            "Ladino",
+            "lad"
         ],
         [
-            "Rusyn",
-            "русиньскый язык",
-            "rue"
+            "Luxembourgish",
+            "Lëtzebuergesch",
+            "lb"
         ],
         [
-            "Punjabi",
-            "ਪੰਜਾਬੀ",
-            "pa"
+            "лакку",
+            "лакку",
+            "lbe"
         ],
         [
-            "Central_Bicolano",
-            "Bikol",
-            "bcl"
+            "Lezghian",
+            "лезги",
+            "lez"
         ],
         [
-            "Hill Mari",
-            "Кырык Мары (Kyryk Mary) ",
-            "mrj"
+            "Ganda",
+            "Luganda",
+            "lg"
         ],
         [
-            "Võro",
-            "Võro",
-            "fiu-vro"
+            "Limburgish",
+            "Limburgs",
+            "li"
         ],
         [
-            "Dutch Low Saxon",
-            "Nedersaksisch",
-            "nds-nl"
+            "Ligurian",
+            "Ligure",
+            "lij"
         ],
         [
-            "Turkmen",
-            "تركمن / Туркмен",
-            "tk"
+            "Lombard",
+            "lumbaart",
+            "lmo"
         ],
         [
-            "Pashto",
-            "پښتو",
-            "ps"
+            "Lingala",
+            "lingála",
+            "ln"
         ],
         [
-            "West Flemish",
-            "West-Vlams",
-            "vls"
+            "Lao",
+            "ລາວ",
+            "lo"
         ],
         [
-            "Mingrelian",
-            "მარგალური (Margaluri)",
-            "xmf"
+            "Northern Luri",
+            "لۊری شومالی",
+            "lrc"
         ],
         [
-            "Manx",
-            "Gaelg",
-            "gv"
+            "Lithuanian",
+            "lietuvių",
+            "lt"
         ],
         [
-            "Zazaki",
-            "Zazaki",
-            "diq"
+            "Latgalian",
+            "latgaļu",
+            "ltg"
         ],
         [
-            "Pangasinan",
-            "Pangasinan",
-            "pag"
+            "Latvian",
+            "latviešu",
+            "lv"
         ],
         [
-            "Komi",
-            "Коми",
-            "kv"
+            "Maithili",
+            "मैथिली",
+            "mai"
         ],
         [
-            "Zeelandic",
-            "Zeêuws",
-            "zea"
+            "Basa Banyumasan",
+            "Basa Banyumasan",
+            "map-bms"
         ],
         [
-            "Divehi",
-            "ދިވެހިބަސް",
-            "dv"
+            "Moksha",
+            "мокшень",
+            "mdf"
         ],
         [
-            "Oriya",
-            "ଓଡ଼ିଆ",
-            "or"
+            "Malagasy",
+            "Malagasy",
+            "mg"
         ],
         [
-            "Khmer",
-            "ភាសាខ្មែរ",
-            "km"
+            "Eastern Mari",
+            "олык марий",
+            "mhr"
         ],
         [
-            "Norman",
-            "Nouormand/Normaund",
-            "nrm"
+            "Maori",
+            "Māori",
+            "mi"
         ],
         [
-            "Romansh",
-            "Rumantsch",
-            "rm"
+            "Minangkabau",
+            "Baso Minangkabau",
+            "min"
         ],
         [
-            "Komi-Permyak",
-            "Ð\9fеÑ\80ем Ð\9aоми (Perem Komi)",
-            "koi"
+            "Macedonian",
+            "македонÑ\81ки",
+            "mk"
         ],
         [
-            "Udmurt",
-            "Удмурт кыл",
-            "udm"
+            "Malayalam",
+            "മലയാളം",
+            "ml"
         ],
         [
-            "Meadow Mari",
-            "Ð\9eлÑ\8bк Ð\9cаÑ\80ий (Olyk Marij)",
-            "mhr"
+            "Mongolian",
+            "монгол",
+            "mn"
         ],
         [
-            "Ladino",
-            "Dzhudezmo",
-            "lad"
+            "Marathi",
+            "मराठी",
+            "mr"
         ],
         [
-            "North Frisian",
-            "Nordfriisk",
-            "frr"
+            "Western Mari",
+            "кырык мары",
+            "mrj"
         ],
         [
-            "Kashubian",
-            "Kaszëbsczi",
-            "csb"
+            "Malay",
+            "Bahasa Melayu",
+            "ms"
         ],
         [
-            "Ligurian",
-            "Líguru",
-            "lij"
+            "Maltese",
+            "Malti",
+            "mt"
         ],
         [
-            "Wu",
-            "吴语",
-            "wuu"
+            "Mirandese",
+            "Mirandés",
+            "mwl"
         ],
         [
-            "Friulian",
-            "Furlan",
-            "fur"
+            "Burmese",
+            "မြန်မာဘာသာ",
+            "my"
         ],
         [
-            "Vepsian",
-            "Vepsän",
-            "vep"
+            "Erzya",
+            "эрзянь",
+            "myv"
         ],
         [
-            "Classical Chinese",
-            "古文 / 文言文",
-            "zh-classical"
+            "Mazanderani",
+            "مازِرونی",
+            "mzn"
         ],
         [
-            "Uyghur",
-            "ئۇيغۇر تىلى",
-            "ug"
+            "Nauru",
+            "Dorerin Naoero",
+            "na"
         ],
         [
-            "Saterland Frisian",
-            "Seeltersk",
-            "stq"
+            "Nāhuatl",
+            "Nāhuatl",
+            "nah"
         ],
         [
-            "Sardinian",
-            "Sardu",
-            "sc"
+            "Neapolitan",
+            "Napulitano",
+            "nap"
         ],
         [
-            "Aromanian",
-            "Armãneashce",
-            "roa-rup"
+            "Low German",
+            "Plattdüütsch",
+            "nds"
         ],
         [
-            "Pali",
-            "पाऴि",
-            "pi"
+            "Low Saxon (Netherlands)",
+            "Nedersaksies",
+            "nds-nl"
         ],
         [
-            "Somali",
-            "Soomaaliga",
-            "so"
+            "Nepali",
+            "नेपाली",
+            "ne"
         ],
         [
-            "Bihari",
-            "भà¥\8bà¤\9cपà¥\81रà¥\80",
-            "bh"
+            "Newari",
+            "नà¥\87पाल à¤­à¤¾à¤·à¤¾",
+            "new"
         ],
         [
-            "Maltese",
-            "Malti",
-            "mt"
+            "Dutch",
+            "Nederlands",
+            "nl"
         ],
         [
-            "Aymara",
-            "Aymar",
-            "ay"
+            "Norwegian Nynorsk",
+            "norsk nynorsk",
+            "nn"
         ],
         [
-            "Ripuarian",
-            "Ripoarisch",
-            "ksh"
+            "Norwegian",
+            "norsk bokmål",
+            "no"
         ],
         [
             "Novial",
@@ -40290,14 +40366,14 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
             "nov"
         ],
         [
-            "Anglo-Saxon",
-            "Englisc",
-            "ang"
+            "Nouormand",
+            "Nouormand",
+            "nrm"
         ],
         [
-            "Cornish",
-            "Kernewek/Karnuack",
-            "kw"
+            "Northern Sotho",
+            "Sesotho sa Leboa",
+            "nso"
         ],
         [
             "Navajo",
@@ -40305,459 +40381,454 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
             "nv"
         ],
         [
-            "Picard",
-            "Picard",
-            "pcd"
+            "Nyanja",
+            "Chi-Chewa",
+            "ny"
         ],
         [
-            "Hakka",
-            "Hak-kâ-fa / 客家話",
-            "hak"
+            "Occitan",
+            "occitan",
+            "oc"
         ],
         [
-            "Guarani",
-            "Avañe'ẽ",
-            "gn"
+            "Oromo",
+            "Oromoo",
+            "om"
         ],
         [
-            "Extremaduran",
-            "Estremeñu",
-            "ext"
+            "Oriya",
+            "ଓଡ଼ିଆ",
+            "or"
         ],
         [
-            "Franco-Provençal/Arpitan",
-            "Arpitan",
-            "frp"
+            "Ossetic",
+            "Ирон",
+            "os"
         ],
         [
-            "Assamese",
-            "à¦\85সমà§\80à§\9fা",
-            "as"
+            "Punjabi",
+            "ਪੰà¨\9cਾਬà©\80",
+            "pa"
         ],
         [
-            "Silesian",
-            "Ślůnski",
-            "szl"
+            "Pangasinan",
+            "Pangasinan",
+            "pag"
         ],
         [
-            "Gagauz",
-            "Gagauz",
-            "gag"
+            "Pampanga",
+            "Kapampangan",
+            "pam"
         ],
         [
-            "Interlingue",
-            "Interlingue",
-            "ie"
+            "Papiamento",
+            "Papiamentu",
+            "pap"
         ],
         [
-            "Lingala",
-            "Lingala",
-            "ln"
+            "Picard",
+            "Picard",
+            "pcd"
         ],
         [
-            "Emilian-Romagnol",
-            "Emiliàn e rumagnòl",
-            "eml"
+            "Pennsylvania German",
+            "Deitsch",
+            "pdc"
         ],
         [
-            "Chechen",
-            "Нохчийн",
-            "ce"
+            "Palatine German",
+            "Pälzisch",
+            "pfl"
         ],
         [
-            "Kalmyk",
-            "Хальмг",
-            "xal"
+            "Pali",
+            "पालि",
+            "pi"
         ],
         [
-            "Palatinate German",
-            "Pfälzisch",
-            "pfl"
+            "Norfuk / Pitkern",
+            "Norfuk / Pitkern",
+            "pih"
         ],
         [
-            "Hawaiian",
-            "Hawai`i",
-            "haw"
+            "Polish",
+            "polski",
+            "pl"
         ],
         [
-            "Karachay-Balkar",
-            "Къарачай-Малкъар (Qarachay-Malqar)",
-            "krc"
+            "Piedmontese",
+            "Piemontèis",
+            "pms"
         ],
         [
-            "Pennsylvania German",
-            "Deitsch",
-            "pdc"
+            "Western Punjabi",
+            "پنجابی",
+            "pnb"
         ],
         [
-            "Kinyarwanda",
-            "Ikinyarwanda",
-            "rw"
+            "Pontic",
+            "Ποντιακά",
+            "pnt"
         ],
         [
-            "Crimean Tatar",
-            "Qırımtatarca",
-            "crh"
+            "Pashto",
+            "پښتو",
+            "ps"
         ],
         [
-            "Acehnese",
-            "Bahsa Acèh",
-            "ace"
+            "Portuguese",
+            "português",
+            "pt"
         ],
         [
-            "Tongan",
-            "faka Tonga",
-            "to"
+            "Quechua",
+            "Runa Simi",
+            "qu"
         ],
         [
-            "Greenlandic",
-            "Kalaallisut",
-            "kl"
+            "Romansh",
+            "rumantsch",
+            "rm"
         ],
         [
-            "Lower Sorbian",
-            "Dolnoserbski",
-            "dsb"
+            "Romani",
+            "Romani",
+            "rmy"
         ],
         [
-            "Aramaic",
-            "ܐܪܡܝܐ",
-            "arc"
+            "Rundi",
+            "Kirundi",
+            "rn"
         ],
         [
-            "Erzya",
-            "Эрзянь (Erzjanj Kelj)",
-            "myv"
+            "Romanian",
+            "română",
+            "ro"
         ],
         [
-            "Lezgian",
-            "Лезги чІал (Lezgi č’al)",
-            "lez"
+            "Aromanian",
+            "armãneashti",
+            "roa-rup"
         ],
         [
-            "Banjar",
-            "Bahasa Banjar",
-            "bjn"
+            "tarandíne",
+            "tarandíne",
+            "roa-tara"
         ],
         [
-            "Shona",
-            "chiShona",
-            "sn"
+            "Russian",
+            "русский",
+            "ru"
         ],
         [
-            "Papiamentu",
-            "Papiamentu",
-            "pap"
+            "Rusyn",
+            "русиньскый",
+            "rue"
         ],
         [
-            "Kabyle",
-            "Taqbaylit",
-            "kab"
+            "Kinyarwanda",
+            "Kinyarwanda",
+            "rw"
         ],
         [
-            "Tok Pisin",
-            "Tok Pisin",
-            "tpi"
+            "Sanskrit",
+            "संस्कृतम्",
+            "sa"
         ],
         [
-            "Lak",
-            "Лакку",
-            "lbe"
+            "Sakha",
+            "саха тыла",
+            "sah"
         ],
         [
-            "Buryat (Russia)",
-            "Буряад",
-            "bxr"
+            "Sardinian",
+            "sardu",
+            "sc"
         ],
         [
-            "Lojban",
-            "Lojban",
-            "jbo"
+            "Sicilian",
+            "sicilianu",
+            "scn"
         ],
         [
-            "Wolof",
-            "Wolof",
-            "wo"
+            "Scots",
+            "Scots",
+            "sco"
         ],
         [
-            "Moksha",
-            "Мокшень (Mokshanj Kälj)",
-            "mdf"
+            "Sindhi",
+            "سنڌي",
+            "sd"
         ],
         [
-            "Zamboanga Chavacano",
-            "Chavacano de Zamboanga",
-            "cbk-zam"
+            "Northern Sami",
+            "sámegiella",
+            "se"
         ],
         [
-            "Avar",
-            "Авар",
-            "av"
+            "Sango",
+            "Sängö",
+            "sg"
         ],
         [
-            "Sranan",
-            "Sranantongo",
-            "srn"
+            "Serbo-Croatian",
+            "srpskohrvatski / српскохрватски",
+            "sh"
         ],
         [
-            "Mirandese",
-            "Mirandés",
-            "mwl"
+            "Sinhala",
+            "සිංහල",
+            "si"
         ],
         [
-            "Kabardian Circassian",
-            "Адыгэбзэ (Adighabze)",
-            "kbd"
+            "Simple English",
+            "Simple English",
+            "simple"
         ],
         [
-            "Tahitian",
-            "Reo Mā`ohi",
-            "ty"
+            "Slovak",
+            "slovenčina",
+            "sk"
         ],
         [
-            "Lao",
-            "ລາວ",
-            "lo"
-        ],
-        [
-            "Abkhazian",
-            "Аҧсуа",
-            "ab"
+            "Slovenian",
+            "slovenščina",
+            "sl"
         ],
         [
-            "Tetum",
-            "Tetun",
-            "tet"
+            "Samoan",
+            "Gagana Samoa",
+            "sm"
         ],
         [
-            "Latgalian",
-            "Latgaļu",
-            "ltg"
+            "Shona",
+            "chiShona",
+            "sn"
         ],
         [
-            "Nauruan",
-            "dorerin Naoero",
-            "na"
+            "Somali",
+            "Soomaaliga",
+            "so"
         ],
         [
-            "Kongo",
-            "KiKongo",
-            "kg"
+            "Albanian",
+            "shqip",
+            "sq"
         ],
         [
-            "Igbo",
-            "Igbo",
-            "ig"
+            "Serbian",
+            "српски / srpski",
+            "sr"
         ],
         [
-            "Northern Sotho",
-            "Sesotho sa Leboa",
-            "nso"
+            "Sranan Tongo",
+            "Sranantongo",
+            "srn"
         ],
         [
-            "Zhuang",
-            "Cuengh",
-            "za"
+            "Swati",
+            "SiSwati",
+            "ss"
         ],
         [
-            "Karakalpak",
-            "Qaraqalpaqsha",
-            "kaa"
+            "Southern Sotho",
+            "Sesotho",
+            "st"
         ],
         [
-            "Zulu",
-            "isiZulu",
-            "zu"
+            "Saterland Frisian",
+            "Seeltersk",
+            "stq"
         ],
         [
-            "Cheyenne",
-            "Tsetsêhestâhese",
-            "chy"
+            "Sundanese",
+            "Basa Sunda",
+            "su"
         ],
         [
-            "Romani",
-            "romani - रोमानी",
-            "rmy"
+            "Swedish",
+            "svenska",
+            "sv"
         ],
         [
-            "Old Church Slavonic",
-            "Словѣньскъ",
-            "cu"
+            "Swahili",
+            "Kiswahili",
+            "sw"
         ],
         [
-            "Tswana",
-            "Setswana",
-            "tn"
+            "Silesian",
+            "ślůnski",
+            "szl"
         ],
         [
-            "Cherokee",
-            "ᏣᎳᎩ",
-            "chr"
+            "Tamil",
+            "தமிழ்",
+            "ta"
         ],
         [
-            "Bislama",
-            "Bislama",
-            "bi"
+            "Telugu",
+            "తెలుగు",
+            "te"
         ],
         [
-            "Min Dong",
-            "Mìng-dĕ̤ng-ngṳ̄",
-            "cdo"
+            "Tetum",
+            "tetun",
+            "tet"
         ],
         [
-            "Gothic",
-            "𐌲𐌿𐍄𐌹𐍃𐌺",
-            "got"
+            "Tajik",
+            "тоҷикӣ",
+            "tg"
         ],
         [
-            "Samoan",
-            "Gagana Samoa",
-            "sm"
+            "Thai",
+            "ไทย",
+            "th"
         ],
         [
-            "Moldovan",
-            "Молдовеняскэ",
-            "mo"
+            "Tigrinya",
+            "ትግርኛ",
+            "ti"
         ],
         [
-            "Bambara",
-            "Bamanankan",
-            "bm"
+            "Turkmen",
+            "Türkmençe",
+            "tk"
         ],
         [
-            "Inuktitut",
-            "ᐃᓄᒃᑎᑐᑦ",
-            "iu"
+            "Tagalog",
+            "Tagalog",
+            "tl"
         ],
         [
-            "Norfolk",
-            "Norfuk",
-            "pih"
+            "Tswana",
+            "Setswana",
+            "tn"
         ],
         [
-            "Pontic",
-            "Ποντιακά",
-            "pnt"
+            "Tongan",
+            "lea faka-Tonga",
+            "to"
         ],
         [
-            "Sindhi",
-            "سنڌي، سندھی ، सिन्ध",
-            "sd"
+            "Tok Pisin",
+            "Tok Pisin",
+            "tpi"
         ],
         [
-            "Swati",
-            "SiSwati",
-            "ss"
+            "Turkish",
+            "Türkçe",
+            "tr"
         ],
         [
-            "Kikuyu",
-            "Gĩkũyũ",
-            "ki"
+            "Tsonga",
+            "Xitsonga",
+            "ts"
         ],
         [
-            "Ewe",
-            "Eʋegbe",
-            "ee"
+            "Tatar",
+            "татарча/tatarça",
+            "tt"
         ],
         [
-            "Hausa",
-            "هَوُسَ",
-            "ha"
+            "Tumbuka",
+            "chiTumbuka",
+            "tum"
         ],
         [
-            "Oromo",
-            "Oromoo",
-            "om"
+            "Twi",
+            "Twi",
+            "tw"
         ],
         [
-            "Fijian",
-            "Na Vosa Vakaviti",
-            "fj"
+            "Tahitian",
+            "reo tahiti",
+            "ty"
         ],
         [
-            "Tigrinya",
-            "ትግርኛ",
-            "ti"
+            "Tuvinian",
+            "тыва дыл",
+            "tyv"
         ],
         [
-            "Tsonga",
-            "Xitsonga",
-            "ts"
+            "Udmurt",
+            "удмурт",
+            "udm"
         ],
         [
-            "Kashmiri",
-            "कश्मीरी / كشميري",
-            "ks"
+            "Uyghur",
+            "ئۇيغۇرچە / Uyghurche",
+            "ug"
         ],
         [
-            "Venda",
-            "Tshivenda",
-            "ve"
+            "Ukrainian",
+            "українська",
+            "uk"
         ],
         [
-            "Sango",
-            "Sängö",
-            "sg"
+            "Urdu",
+            "اردو",
+            "ur"
         ],
         [
-            "Kirundi",
-            "Kirundi",
-            "rn"
+            "Uzbek",
+            "oʻzbekcha/ўзбекча",
+            "uz"
         ],
         [
-            "Sesotho",
-            "Sesotho",
-            "st"
+            "Venda",
+            "Tshivenda",
+            "ve"
         ],
         [
-            "Dzongkha",
-            "ཇོང་ཁ",
-            "dz"
+            "Venetian",
+            "vèneto",
+            "vec"
         ],
         [
-            "Cree",
-            "Nehiyaw",
-            "cr"
+            "Veps",
+            "vepsän kel’",
+            "vep"
         ],
         [
-            "Akan",
-            "Akana",
-            "ak"
+            "Vietnamese",
+            "Tiếng Việt",
+            "vi"
         ],
         [
-            "Tumbuka",
-            "chiTumbuka",
-            "tum"
+            "West Flemish",
+            "West-Vlams",
+            "vls"
         ],
         [
-            "Luganda",
-            "Luganda",
-            "lg"
+            "Volapük",
+            "Volapük",
+            "vo"
         ],
         [
-            "Chichewa",
-            "Chi-Chewa",
-            "ny"
+            "Walloon",
+            "walon",
+            "wa"
         ],
         [
-            "Fula",
-            "Fulfulde",
-            "ff"
+            "Waray",
+            "Winaray",
+            "war"
         ],
         [
-            "Inupiak",
-            "Iñupiak",
-            "ik"
+            "Wolof",
+            "Wolof",
+            "wo"
         ],
         [
-            "Chamorro",
-            "Chamoru",
-            "ch"
+            "Wu Chinese",
+            "吴语",
+            "wuu"
         ],
         [
-            "Twi",
-            "Twi",
-            "tw"
+            "Kalmyk",
+            "хальмг",
+            "xal"
         ],
         [
             "Xhosa",
@@ -40765,54 +40836,54 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
             "xh"
         ],
         [
-            "Ndonga",
-            "Oshiwambo",
-            "ng"
+            "Mingrelian",
+            "მარგალური",
+            "xmf"
         ],
         [
-            "Sichuan Yi",
-            "ꆇꉙ",
-            "ii"
+            "Yiddish",
+            "ייִדיש",
+            "yi"
         ],
         [
-            "Choctaw",
-            "Choctaw",
-            "cho"
+            "Yoruba",
+            "Yorùbá",
+            "yo"
         ],
         [
-            "Marshallese",
-            "Ebon",
-            "mh"
+            "Zhuang",
+            "Vahcuengh",
+            "za"
         ],
         [
-            "Afar",
-            "Afar",
-            "aa"
+            "Zeelandic",
+            "Zeêuws",
+            "zea"
         ],
         [
-            "Kuanyama",
-            "Kuanyama",
-            "kj"
+            "Chinese",
+            "中文",
+            "zh"
         ],
         [
-            "Hiri Motu",
-            "Hiri Motu",
-            "ho"
+            "Classical Chinese",
+            "文言",
+            "zh-classical"
         ],
         [
-            "Muscogee",
-            "Muskogee",
-            "mus"
+            "Chinese (Min Nan)",
+            "Bân-lâm-gú",
+            "zh-min-nan"
         ],
         [
-            "Kanuri",
-            "Kanuri",
-            "kr"
+            "Cantonese",
+            "粵語",
+            "zh-yue"
         ],
         [
-            "Herero",
-            "Otsiherero",
-            "hz"
+            "Zulu",
+            "isiZulu",
+            "zu"
         ]
     ],
     "imperial": {
@@ -50198,2612 +50269,2584 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                                 [
                                     -132.455735,
                                     57.420992
-                                ],
-                                [
-                                    -132.362304,
-                                    57.3457
-                                ],
-                                [
-                                    -132.304684,
-                                    57.280355
-                                ],
-                                [
-                                    -132.230994,
-                                    57.19682
-                                ],
-                                [
-                                    -132.276366,
-                                    57.14889
-                                ],
-                                [
-                                    -132.34122,
-                                    57.080393
-                                ],
-                                [
-                                    -132.16229,
-                                    57.050317
-                                ],
-                                [
-                                    -132.031859,
-                                    57.028406
-                                ],
-                                [
-                                    -132.107384,
-                                    56.858753
-                                ],
-                                [
-                                    -131.871558,
-                                    56.79346
-                                ],
-                                [
-                                    -131.865874,
-                                    56.785708
-                                ],
-                                [
-                                    -131.872411,
-                                    56.77297
-                                ],
-                                [
-                                    -131.882617,
-                                    56.759146
-                                ],
-                                [
-                                    -131.887966,
-                                    56.747958
-                                ],
-                                [
-                                    -131.886028,
-                                    56.737055
-                                ],
-                                [
-                                    -131.880705,
-                                    56.728838
-                                ],
-                                [
-                                    -131.864789,
-                                    56.71349
-                                ],
-                                [
-                                    -131.838976,
-                                    56.682278
-                                ],
-                                [
-                                    -131.830424,
-                                    56.664759
-                                ],
-                                [
-                                    -131.826574,
-                                    56.644606
-                                ],
-                                [
-                                    -131.832103,
-                                    56.603368
-                                ],
-                                [
-                                    -131.825592,
-                                    56.593343
-                                ],
-                                [
-                                    -131.799108,
-                                    56.587658
-                                ],
-                                [
-                                    -131.692293,
-                                    56.585074
-                                ],
-                                [
-                                    -131.585891,
-                                    56.595048
-                                ],
-                                [
-                                    -131.560363,
-                                    56.594066
-                                ],
-                                [
-                                    -131.536437,
-                                    56.585229
-                                ],
-                                [
-                                    -131.491659,
-                                    56.560166
-                                ],
-                                [
-                                    -131.345699,
-                                    56.503271
-                                ],
-                                [
-                                    -131.215604,
-                                    56.45255
-                                ],
-                                [
-                                    -131.100546,
-                                    56.407669
-                                ],
-                                [
-                                    -131.016934,
-                                    56.38705
-                                ],
-                                [
-                                    -130.839089,
-                                    56.372452
-                                ],
-                                [
-                                    -130.760334,
-                                    56.345192
-                                ],
-                                [
-                                    -130.645768,
-                                    56.261942
-                                ],
-                                [
-                                    -130.602256,
-                                    56.247059
-                                ],
-                                [
-                                    -130.495518,
-                                    56.232434
-                                ],
-                                [
-                                    -130.47229,
-                                    56.22489
-                                ],
-                                [
-                                    -130.458053,
-                                    56.210653
-                                ],
-                                [
-                                    -130.427926,
-                                    56.143964
-                                ],
-                                [
-                                    -130.418159,
-                                    56.129702
-                                ],
-                                [
-                                    -130.403974,
-                                    56.121898
-                                ],
-                                [
-                                    -130.290311,
-                                    56.10097
-                                ],
-                                [
-                                    -130.243156,
-                                    56.092391
-                                ],
-                                [
-                                    -130.211246,
-                                    56.089962
-                                ],
-                                [
-                                    -130.116756,
-                                    56.105646
-                                ],
-                                [
-                                    -130.094328,
-                                    56.101486
-                                ],
-                                [
-                                    -130.071539,
-                                    56.084123
-                                ],
-                                [
-                                    -130.039319,
-                                    56.045521
-                                ],
-                                [
-                                    -130.026632,
-                                    56.024101
-                                ],
-                                [
-                                    -130.01901,
-                                    56.002216
-                                ],
-                                [
-                                    -130.014695,
-                                    55.963252
-                                ],
-                                [
-                                    -130.016788,
-                                    55.918913
-                                ],
-                                [
-                                    -130.019612,
-                                    55.907978
-                                ],
-                                [
-                                    -130.019618,
-                                    55.907952
-                                ],
-                                [
-                                    -130.022817,
-                                    55.901353
-                                ],
-                                [
-                                    -130.049387,
-                                    55.871405
-                                ],
-                                [
-                                    -130.104726,
-                                    55.825263
-                                ],
-                                [
-                                    -130.136627,
-                                    55.806464
-                                ],
-                                [
-                                    -130.148834,
-                                    55.795356
-                                ],
-                                [
-                                    -130.163482,
-                                    55.771145
-                                ],
-                                [
-                                    -130.167307,
-                                    55.766262
-                                ],
-                                [
-                                    -130.170806,
-                                    55.759833
-                                ],
-                                [
-                                    -130.173655,
-                                    55.749498
-                                ],
-                                [
-                                    -130.170806,
-                                    55.740953
-                                ],
-                                [
-                                    -130.163808,
-                                    55.734565
-                                ],
-                                [
-                                    -130.160064,
-                                    55.727118
-                                ],
-                                [
-                                    -130.167388,
-                                    55.715399
-                                ],
-                                [
-                                    -130.155914,
-                                    55.700141
-                                ],
-                                [
-                                    -130.142893,
-                                    55.689521
-                                ],
-                                [
-                                    -130.131825,
-                                    55.676581
-                                ],
-                                [
-                                    -130.126454,
-                                    55.653998
-                                ],
-                                [
-                                    -130.12857,
-                                    55.63642
-                                ],
-                                [
-                                    -130.135121,
-                                    55.619127
-                                ],
-                                [
-                                    -130.153147,
-                                    55.58511
-                                ],
-                                [
-                                    -130.148671,
-                                    55.578192
-                                ],
-                                [
-                                    -130.146881,
-                                    55.569322
-                                ],
-                                [
-                                    -130.146962,
-                                    55.547187
-                                ],
-                                [
-                                    -130.112172,
-                                    55.509345
-                                ],
-                                [
-                                    -130.101674,
-                                    55.481147
-                                ],
-                                [
-                                    -130.095082,
-                                    55.472113
-                                ],
-                                [
-                                    -130.065419,
-                                    55.446112
-                                ],
-                                [
-                                    -130.057525,
-                                    55.434882
-                                ],
-                                [
-                                    -130.052561,
-                                    55.414008
-                                ],
-                                [
-                                    -130.054311,
-                                    55.366645
-                                ],
-                                [
-                                    -130.05012,
-                                    55.345445
-                                ],
-                                [
-                                    -130.039296,
-                                    55.330756
-                                ],
-                                [
-                                    -129.989247,
-                                    55.284003
-                                ],
-                                [
-                                    -130.031239,
-                                    55.26435
-                                ],
-                                [
-                                    -130.050038,
-                                    55.252875
-                                ],
-                                [
-                                    -130.067494,
-                                    55.239
-                                ],
-                                [
-                                    -130.078236,
-                                    55.233791
-                                ],
-                                [
-                                    -130.100494,
-                                    55.230292
-                                ],
-                                [
-                                    -130.104726,
-                                    55.225653
-                                ],
-                                [
-                                    -130.105702,
-                                    55.211127
-                                ],
-                                [
-                                    -130.10912,
-                                    55.200751
-                                ],
-                                [
-                                    -130.115793,
-                                    55.191596
-                                ],
-                                [
-                                    -130.126454,
-                                    55.180976
-                                ],
-                                [
-                                    -130.151967,
-                                    55.163275
-                                ],
-                                [
-                                    -130.159983,
-                                    55.153713
-                                ],
-                                [
-                                    -130.167592,
-                                    55.129584
-                                ],
-                                [
-                                    -130.173695,
-                                    55.117743
-                                ],
-                                [
-                                    -130.200266,
-                                    55.104153
-                                ],
-                                [
-                                    -130.211781,
-                                    55.084133
-                                ],
-                                [
-                                    -130.228871,
-                                    55.04385
-                                ],
-                                [
-                                    -130.238678,
-                                    55.03441
-                                ],
-                                [
-                                    -130.261342,
-                                    55.022895
-                                ],
-                                [
-                                    -130.269846,
-                                    55.016547
-                                ],
-                                [
-                                    -130.275706,
-                                    55.006985
-                                ],
-                                [
-                                    -130.286366,
-                                    54.983222
-                                ],
-                                [
-                                    -130.294342,
-                                    54.971869
-                                ],
-                                [
-                                    -130.326568,
-                                    54.952094
-                                ],
-                                [
-                                    -130.335561,
-                                    54.938707
-                                ],
-                                [
-                                    -130.365387,
-                                    54.907294
-                                ],
-                                [
-                                    -130.385243,
-                                    54.896552
-                                ],
-                                [
-                                    -130.430816,
-                                    54.881252
-                                ],
-                                [
-                                    -130.488759,
-                                    54.844184
-                                ],
-                                [
-                                    -130.580312,
-                                    54.806383
-                                ],
-                                [
-                                    -130.597485,
-                                    54.803391
-                                ],
-                                [
-                                    -130.71074,
-                                    54.733215
-                                ],
-                                [
-                                    -131.160718,
-                                    54.787192
-                                ]
-                            ]
-                        ]
-                    ]
-                }
-            }
-        ]
-    },
-    "featureIcons": {
-        "circle-stroked": {
-            "12": [
-                42,
-                0
-            ],
-            "18": [
-                24,
-                0
-            ],
-            "24": [
-                0,
-                0
-            ]
-        },
-        "circle": {
-            "12": [
-                96,
-                0
-            ],
-            "18": [
-                78,
-                0
-            ],
-            "24": [
-                54,
-                0
-            ]
-        },
-        "square-stroked": {
-            "12": [
-                150,
-                0
-            ],
-            "18": [
-                132,
-                0
-            ],
-            "24": [
-                108,
-                0
-            ]
-        },
-        "square": {
-            "12": [
-                204,
-                0
-            ],
-            "18": [
-                186,
-                0
-            ],
-            "24": [
-                162,
-                0
-            ]
-        },
-        "triangle-stroked": {
-            "12": [
-                258,
-                0
-            ],
-            "18": [
-                240,
-                0
-            ],
-            "24": [
-                216,
-                0
-            ]
-        },
-        "triangle": {
-            "12": [
-                42,
-                24
-            ],
-            "18": [
-                24,
-                24
-            ],
-            "24": [
-                0,
-                24
-            ]
-        },
-        "star-stroked": {
-            "12": [
-                96,
-                24
-            ],
-            "18": [
-                78,
-                24
-            ],
-            "24": [
-                54,
-                24
-            ]
-        },
-        "star": {
-            "12": [
-                150,
-                24
-            ],
-            "18": [
-                132,
-                24
-            ],
-            "24": [
-                108,
-                24
-            ]
-        },
-        "cross": {
-            "12": [
-                204,
-                24
-            ],
-            "18": [
-                186,
-                24
-            ],
-            "24": [
-                162,
-                24
-            ]
-        },
-        "marker-stroked": {
-            "12": [
-                258,
-                24
-            ],
-            "18": [
-                240,
-                24
-            ],
-            "24": [
-                216,
-                24
-            ]
-        },
-        "marker": {
-            "12": [
-                42,
-                48
-            ],
-            "18": [
-                24,
-                48
-            ],
-            "24": [
-                0,
-                48
-            ]
-        },
-        "religious-jewish": {
-            "12": [
-                96,
-                48
-            ],
-            "18": [
-                78,
-                48
-            ],
-            "24": [
-                54,
-                48
-            ]
-        },
-        "religious-christian": {
-            "12": [
-                150,
-                48
-            ],
-            "18": [
-                132,
-                48
-            ],
-            "24": [
-                108,
-                48
-            ]
-        },
-        "religious-muslim": {
-            "12": [
-                204,
-                48
-            ],
-            "18": [
-                186,
-                48
-            ],
-            "24": [
-                162,
-                48
-            ]
-        },
-        "cemetery": {
-            "12": [
-                258,
-                48
-            ],
-            "18": [
-                240,
-                48
-            ],
-            "24": [
-                216,
-                48
-            ]
-        },
-        "rocket": {
-            "12": [
-                42,
-                72
-            ],
-            "18": [
-                24,
-                72
-            ],
-            "24": [
-                0,
-                72
-            ]
-        },
-        "airport": {
-            "12": [
-                96,
-                72
-            ],
-            "18": [
-                78,
-                72
-            ],
-            "24": [
-                54,
-                72
-            ]
-        },
-        "heliport": {
-            "12": [
-                150,
-                72
-            ],
-            "18": [
-                132,
-                72
-            ],
-            "24": [
-                108,
-                72
-            ]
-        },
-        "rail": {
-            "12": [
-                204,
-                72
-            ],
-            "18": [
-                186,
-                72
-            ],
-            "24": [
-                162,
-                72
-            ]
-        },
-        "rail-metro": {
-            "12": [
-                258,
-                72
-            ],
-            "18": [
-                240,
-                72
-            ],
-            "24": [
-                216,
-                72
-            ]
-        },
-        "rail-light": {
-            "12": [
-                42,
-                96
-            ],
-            "18": [
-                24,
-                96
-            ],
-            "24": [
-                0,
-                96
-            ]
-        },
-        "bus": {
-            "12": [
-                96,
-                96
-            ],
-            "18": [
-                78,
-                96
-            ],
-            "24": [
-                54,
-                96
-            ]
-        },
-        "fuel": {
-            "12": [
-                150,
-                96
-            ],
-            "18": [
-                132,
-                96
-            ],
-            "24": [
-                108,
-                96
-            ]
-        },
-        "parking": {
-            "12": [
-                204,
-                96
-            ],
-            "18": [
-                186,
-                96
-            ],
-            "24": [
-                162,
-                96
-            ]
-        },
-        "parking-garage": {
-            "12": [
-                258,
-                96
-            ],
-            "18": [
-                240,
-                96
-            ],
-            "24": [
-                216,
-                96
-            ]
-        },
-        "airfield": {
-            "12": [
-                42,
-                120
-            ],
-            "18": [
-                24,
-                120
-            ],
-            "24": [
-                0,
-                120
-            ]
-        },
-        "roadblock": {
-            "12": [
-                96,
-                120
-            ],
-            "18": [
-                78,
-                120
-            ],
-            "24": [
-                54,
-                120
-            ]
-        },
-        "ferry": {
-            "12": [
-                150,
-                120
-            ],
-            "18": [
-                132,
-                120
-            ],
-            "24": [
-                108,
-                120
-            ],
-            "line": [
-                2240,
-                25
-            ]
-        },
-        "harbor": {
-            "12": [
-                204,
-                120
-            ],
-            "18": [
-                186,
-                120
-            ],
-            "24": [
-                162,
-                120
-            ]
-        },
-        "bicycle": {
-            "12": [
-                258,
-                120
-            ],
-            "18": [
-                240,
-                120
-            ],
-            "24": [
-                216,
-                120
-            ]
-        },
-        "park": {
-            "12": [
-                42,
-                144
-            ],
-            "18": [
-                24,
-                144
-            ],
-            "24": [
-                0,
-                144
-            ]
-        },
-        "park2": {
-            "12": [
-                96,
-                144
-            ],
-            "18": [
-                78,
-                144
-            ],
-            "24": [
-                54,
-                144
-            ]
-        },
-        "museum": {
-            "12": [
-                150,
-                144
-            ],
-            "18": [
-                132,
-                144
-            ],
-            "24": [
-                108,
-                144
-            ]
-        },
-        "lodging": {
-            "12": [
-                204,
-                144
-            ],
-            "18": [
-                186,
-                144
-            ],
-            "24": [
-                162,
-                144
-            ]
-        },
-        "monument": {
-            "12": [
-                258,
-                144
-            ],
-            "18": [
-                240,
-                144
-            ],
-            "24": [
-                216,
-                144
-            ]
-        },
-        "zoo": {
-            "12": [
-                42,
-                168
-            ],
-            "18": [
-                24,
-                168
-            ],
-            "24": [
-                0,
-                168
-            ]
-        },
-        "garden": {
-            "12": [
-                96,
-                168
-            ],
-            "18": [
-                78,
-                168
-            ],
-            "24": [
-                54,
-                168
-            ]
-        },
-        "campsite": {
-            "12": [
-                150,
-                168
-            ],
-            "18": [
-                132,
-                168
-            ],
-            "24": [
-                108,
-                168
-            ]
-        },
-        "theatre": {
-            "12": [
-                204,
-                168
-            ],
-            "18": [
-                186,
-                168
-            ],
-            "24": [
-                162,
-                168
-            ]
-        },
-        "art-gallery": {
-            "12": [
-                258,
-                168
-            ],
-            "18": [
-                240,
-                168
-            ],
-            "24": [
-                216,
-                168
-            ]
-        },
-        "pitch": {
-            "12": [
-                42,
-                192
-            ],
-            "18": [
-                24,
-                192
-            ],
-            "24": [
-                0,
-                192
-            ]
-        },
-        "soccer": {
-            "12": [
-                96,
-                192
-            ],
-            "18": [
-                78,
-                192
-            ],
-            "24": [
-                54,
-                192
-            ]
-        },
-        "america-football": {
-            "12": [
-                150,
-                192
-            ],
-            "18": [
-                132,
-                192
-            ],
-            "24": [
-                108,
-                192
-            ]
-        },
-        "tennis": {
-            "12": [
-                204,
-                192
-            ],
-            "18": [
-                186,
-                192
-            ],
-            "24": [
-                162,
-                192
-            ]
-        },
-        "basketball": {
-            "12": [
-                258,
-                192
-            ],
-            "18": [
-                240,
-                192
-            ],
-            "24": [
-                216,
-                192
-            ]
-        },
-        "baseball": {
-            "12": [
-                42,
-                216
-            ],
-            "18": [
-                24,
-                216
-            ],
-            "24": [
-                0,
-                216
-            ]
-        },
-        "golf": {
-            "12": [
-                96,
-                216
-            ],
-            "18": [
-                78,
-                216
-            ],
-            "24": [
-                54,
-                216
-            ]
-        },
-        "swimming": {
-            "12": [
-                150,
-                216
-            ],
-            "18": [
-                132,
-                216
-            ],
-            "24": [
-                108,
-                216
-            ]
-        },
-        "cricket": {
-            "12": [
-                204,
-                216
-            ],
-            "18": [
-                186,
-                216
-            ],
-            "24": [
-                162,
-                216
-            ]
-        },
-        "skiing": {
-            "12": [
-                258,
-                216
-            ],
-            "18": [
-                240,
-                216
-            ],
-            "24": [
-                216,
-                216
-            ]
-        },
-        "school": {
-            "12": [
-                42,
-                240
-            ],
-            "18": [
-                24,
-                240
-            ],
-            "24": [
-                0,
-                240
-            ]
-        },
-        "college": {
-            "12": [
-                96,
-                240
-            ],
-            "18": [
-                78,
-                240
-            ],
-            "24": [
-                54,
-                240
-            ]
-        },
-        "library": {
-            "12": [
-                150,
-                240
-            ],
-            "18": [
-                132,
-                240
-            ],
-            "24": [
-                108,
-                240
-            ]
-        },
-        "post": {
-            "12": [
-                204,
-                240
-            ],
-            "18": [
-                186,
-                240
-            ],
-            "24": [
-                162,
-                240
-            ]
-        },
-        "fire-station": {
-            "12": [
-                258,
-                240
-            ],
-            "18": [
-                240,
-                240
-            ],
-            "24": [
-                216,
-                240
-            ]
-        },
-        "town-hall": {
-            "12": [
-                42,
-                264
-            ],
-            "18": [
-                24,
-                264
-            ],
-            "24": [
-                0,
-                264
-            ]
-        },
-        "police": {
-            "12": [
-                96,
-                264
-            ],
-            "18": [
-                78,
-                264
-            ],
-            "24": [
-                54,
-                264
-            ]
-        },
-        "prison": {
-            "12": [
-                150,
-                264
-            ],
-            "18": [
-                132,
-                264
-            ],
-            "24": [
-                108,
-                264
-            ]
-        },
-        "embassy": {
-            "12": [
-                204,
-                264
-            ],
-            "18": [
-                186,
-                264
-            ],
-            "24": [
-                162,
-                264
-            ]
-        },
-        "beer": {
-            "12": [
-                258,
-                264
-            ],
-            "18": [
-                240,
-                264
-            ],
-            "24": [
-                216,
-                264
-            ]
-        },
-        "restaurant": {
-            "12": [
-                42,
-                288
-            ],
-            "18": [
-                24,
-                288
-            ],
-            "24": [
-                0,
-                288
-            ]
-        },
-        "cafe": {
-            "12": [
-                96,
-                288
-            ],
-            "18": [
-                78,
-                288
-            ],
-            "24": [
-                54,
-                288
-            ]
-        },
-        "shop": {
-            "12": [
-                150,
-                288
-            ],
-            "18": [
-                132,
-                288
-            ],
-            "24": [
-                108,
-                288
-            ]
-        },
-        "fast-food": {
-            "12": [
-                204,
-                288
-            ],
-            "18": [
-                186,
-                288
-            ],
-            "24": [
-                162,
-                288
-            ]
-        },
-        "bar": {
-            "12": [
-                258,
-                288
-            ],
-            "18": [
-                240,
-                288
-            ],
-            "24": [
-                216,
-                288
-            ]
-        },
-        "bank": {
-            "12": [
-                42,
-                312
-            ],
-            "18": [
-                24,
-                312
-            ],
-            "24": [
-                0,
-                312
-            ]
-        },
-        "grocery": {
-            "12": [
-                96,
-                312
-            ],
-            "18": [
-                78,
-                312
-            ],
-            "24": [
-                54,
-                312
-            ]
-        },
-        "cinema": {
-            "12": [
-                150,
-                312
-            ],
-            "18": [
-                132,
-                312
-            ],
-            "24": [
-                108,
-                312
-            ]
-        },
-        "pharmacy": {
-            "12": [
-                204,
-                312
-            ],
-            "18": [
-                186,
-                312
-            ],
-            "24": [
-                162,
-                312
-            ]
-        },
-        "hospital": {
-            "12": [
-                258,
-                312
-            ],
-            "18": [
-                240,
-                312
-            ],
-            "24": [
-                216,
-                312
-            ]
-        },
-        "danger": {
-            "12": [
-                42,
-                336
-            ],
-            "18": [
-                24,
-                336
-            ],
-            "24": [
-                0,
-                336
-            ]
-        },
-        "industrial": {
-            "12": [
-                96,
-                336
-            ],
-            "18": [
-                78,
-                336
-            ],
-            "24": [
-                54,
-                336
-            ]
-        },
-        "warehouse": {
-            "12": [
-                150,
-                336
-            ],
-            "18": [
-                132,
-                336
-            ],
-            "24": [
-                108,
-                336
-            ]
-        },
-        "commercial": {
-            "12": [
-                204,
-                336
-            ],
-            "18": [
-                186,
-                336
-            ],
-            "24": [
-                162,
-                336
-            ]
-        },
-        "building": {
-            "12": [
-                258,
-                336
-            ],
-            "18": [
-                240,
-                336
-            ],
-            "24": [
-                216,
-                336
-            ]
-        },
-        "place-of-worship": {
-            "12": [
-                42,
-                360
-            ],
-            "18": [
-                24,
-                360
-            ],
-            "24": [
-                0,
-                360
-            ]
-        },
-        "alcohol-shop": {
-            "12": [
-                96,
-                360
-            ],
-            "18": [
-                78,
-                360
-            ],
-            "24": [
-                54,
-                360
-            ]
-        },
-        "logging": {
-            "12": [
-                150,
-                360
-            ],
-            "18": [
-                132,
-                360
-            ],
-            "24": [
-                108,
-                360
-            ]
-        },
-        "oil-well": {
-            "12": [
-                204,
-                360
-            ],
-            "18": [
-                186,
-                360
-            ],
-            "24": [
-                162,
-                360
-            ]
-        },
-        "slaughterhouse": {
-            "12": [
-                258,
-                360
-            ],
-            "18": [
-                240,
-                360
-            ],
-            "24": [
-                216,
-                360
-            ]
-        },
-        "dam": {
-            "12": [
-                42,
-                384
-            ],
-            "18": [
-                24,
-                384
-            ],
-            "24": [
-                0,
-                384
-            ]
-        },
-        "water": {
-            "12": [
-                96,
-                384
-            ],
-            "18": [
-                78,
-                384
-            ],
-            "24": [
-                54,
-                384
-            ]
-        },
-        "wetland": {
-            "12": [
-                150,
-                384
-            ],
-            "18": [
-                132,
-                384
-            ],
-            "24": [
-                108,
-                384
-            ]
-        },
-        "disability": {
-            "12": [
-                204,
-                384
-            ],
-            "18": [
-                186,
-                384
-            ],
-            "24": [
-                162,
-                384
-            ]
-        },
-        "telephone": {
-            "12": [
-                258,
-                384
-            ],
-            "18": [
-                240,
-                384
-            ],
-            "24": [
-                216,
-                384
-            ]
-        },
-        "emergency-telephone": {
-            "12": [
-                42,
-                408
-            ],
-            "18": [
-                24,
-                408
-            ],
-            "24": [
-                0,
-                408
-            ]
-        },
-        "toilets": {
-            "12": [
-                96,
-                408
-            ],
-            "18": [
-                78,
-                408
-            ],
-            "24": [
-                54,
-                408
-            ]
-        },
-        "waste-basket": {
-            "12": [
-                150,
-                408
-            ],
-            "18": [
-                132,
-                408
-            ],
-            "24": [
-                108,
-                408
-            ]
-        },
-        "music": {
-            "12": [
-                204,
-                408
-            ],
-            "18": [
-                186,
-                408
-            ],
-            "24": [
-                162,
-                408
-            ]
-        },
-        "land-use": {
-            "12": [
-                258,
-                408
-            ],
-            "18": [
-                240,
-                408
-            ],
-            "24": [
-                216,
-                408
-            ]
-        },
-        "city": {
-            "12": [
-                42,
-                432
-            ],
-            "18": [
-                24,
-                432
-            ],
-            "24": [
-                0,
-                432
-            ]
-        },
-        "town": {
-            "12": [
-                96,
-                432
-            ],
-            "18": [
-                78,
-                432
-            ],
-            "24": [
-                54,
-                432
-            ]
-        },
-        "village": {
-            "12": [
-                150,
-                432
-            ],
-            "18": [
-                132,
-                432
-            ],
-            "24": [
-                108,
-                432
-            ]
-        },
-        "farm": {
-            "12": [
-                204,
-                432
-            ],
-            "18": [
-                186,
-                432
-            ],
-            "24": [
-                162,
-                432
-            ]
-        },
-        "bakery": {
-            "12": [
-                258,
-                432
-            ],
-            "18": [
-                240,
-                432
-            ],
-            "24": [
-                216,
-                432
-            ]
-        },
-        "dog-park": {
-            "12": [
-                42,
-                456
-            ],
-            "18": [
-                24,
-                456
-            ],
-            "24": [
-                0,
-                456
-            ]
-        },
-        "lighthouse": {
-            "12": [
-                96,
-                456
-            ],
-            "18": [
-                78,
-                456
-            ],
-            "24": [
-                54,
-                456
-            ]
-        },
-        "clothing-store": {
-            "12": [
-                150,
-                456
-            ],
-            "18": [
-                132,
-                456
-            ],
-            "24": [
-                108,
-                456
-            ]
-        },
-        "polling-place": {
-            "12": [
-                204,
-                456
-            ],
-            "18": [
-                186,
-                456
-            ],
-            "24": [
-                162,
-                456
-            ]
-        },
-        "playground": {
-            "12": [
-                258,
-                456
-            ],
-            "18": [
-                240,
-                456
-            ],
-            "24": [
-                216,
-                456
-            ]
-        },
-        "entrance": {
-            "12": [
-                42,
-                480
-            ],
-            "18": [
-                24,
-                480
-            ],
-            "24": [
-                0,
-                480
-            ]
-        },
-        "heart": {
-            "12": [
-                96,
-                480
-            ],
-            "18": [
-                78,
-                480
-            ],
-            "24": [
-                54,
-                480
-            ]
-        },
-        "london-underground": {
-            "12": [
-                150,
-                480
-            ],
-            "18": [
-                132,
-                480
-            ],
-            "24": [
-                108,
-                480
-            ]
-        },
-        "minefield": {
-            "12": [
-                204,
-                480
-            ],
-            "18": [
-                186,
-                480
-            ],
-            "24": [
-                162,
-                480
-            ]
-        },
-        "rail-underground": {
-            "12": [
-                258,
-                480
-            ],
-            "18": [
-                240,
-                480
-            ],
-            "24": [
-                216,
-                480
-            ]
-        },
-        "rail-above": {
-            "12": [
-                42,
-                504
-            ],
-            "18": [
-                24,
-                504
-            ],
-            "24": [
-                0,
-                504
-            ]
-        },
-        "camera": {
-            "12": [
-                96,
-                504
-            ],
-            "18": [
-                78,
-                504
-            ],
-            "24": [
-                54,
-                504
-            ]
-        },
-        "laundry": {
-            "12": [
-                150,
-                504
-            ],
-            "18": [
-                132,
-                504
-            ],
-            "24": [
-                108,
-                504
-            ]
-        },
-        "car": {
-            "12": [
-                204,
-                504
-            ],
-            "18": [
-                186,
-                504
-            ],
-            "24": [
-                162,
-                504
-            ]
-        },
-        "suitcase": {
-            "12": [
-                258,
-                504
-            ],
-            "18": [
-                240,
-                504
-            ],
-            "24": [
-                216,
-                504
-            ]
-        },
-        "hairdresser": {
-            "12": [
-                42,
-                528
-            ],
-            "18": [
-                24,
-                528
-            ],
-            "24": [
-                0,
-                528
-            ]
-        },
-        "chemist": {
-            "12": [
-                96,
-                528
-            ],
-            "18": [
-                78,
-                528
-            ],
-            "24": [
-                54,
-                528
-            ]
-        },
-        "mobilephone": {
-            "12": [
-                150,
-                528
-            ],
-            "18": [
-                132,
-                528
-            ],
-            "24": [
-                108,
-                528
-            ]
-        },
-        "scooter": {
-            "12": [
-                204,
-                528
-            ],
-            "18": [
-                186,
-                528
-            ],
-            "24": [
-                162,
-                528
-            ]
-        },
-        "gift": {
-            "12": [
-                258,
-                528
-            ],
-            "18": [
-                240,
-                528
-            ],
-            "24": [
-                216,
-                528
-            ]
-        },
-        "ice-cream": {
-            "12": [
-                42,
-                552
-            ],
-            "18": [
-                24,
-                552
-            ],
-            "24": [
-                0,
-                552
-            ]
-        },
-        "highway-motorway": {
-            "line": [
-                20,
-                25
-            ]
-        },
-        "highway-trunk": {
-            "line": [
-                80,
-                25
-            ]
-        },
-        "highway-primary": {
-            "line": [
-                140,
-                25
-            ]
-        },
-        "highway-secondary": {
-            "line": [
-                200,
-                25
-            ]
-        },
-        "highway-tertiary": {
-            "line": [
-                260,
-                25
-            ]
-        },
-        "highway-motorway-link": {
-            "line": [
-                320,
-                25
-            ]
-        },
-        "highway-trunk-link": {
-            "line": [
-                380,
-                25
-            ]
-        },
-        "highway-primary-link": {
-            "line": [
-                440,
-                25
-            ]
-        },
-        "highway-secondary-link": {
-            "line": [
-                500,
-                25
-            ]
-        },
-        "highway-tertiary-link": {
-            "line": [
-                560,
-                25
-            ]
-        },
-        "highway-residential": {
-            "line": [
-                620,
-                25
-            ]
-        },
-        "highway-unclassified": {
-            "line": [
-                680,
-                25
-            ]
-        },
-        "highway-service": {
-            "line": [
-                740,
-                25
-            ]
-        },
-        "highway-road": {
-            "line": [
-                800,
-                25
-            ]
-        },
-        "highway-track": {
-            "line": [
-                860,
-                25
-            ]
-        },
-        "highway-living-street": {
-            "line": [
-                920,
-                25
-            ]
-        },
-        "highway-path": {
-            "line": [
-                980,
-                25
-            ]
-        },
-        "highway-cycleway": {
-            "line": [
-                1040,
-                25
-            ]
-        },
-        "highway-footway": {
-            "line": [
-                1100,
-                25
-            ]
-        },
-        "highway-bridleway": {
-            "line": [
-                1160,
-                25
-            ]
-        },
-        "highway-steps": {
-            "line": [
-                1220,
-                25
-            ]
-        },
-        "railway-rail": {
-            "line": [
-                1280,
-                25
-            ]
-        },
-        "railway-disused": {
-            "line": [
-                1340,
-                25
-            ]
-        },
-        "railway-abandoned": {
-            "line": [
-                1400,
-                25
-            ]
-        },
-        "railway-subway": {
-            "line": [
-                1460,
-                25
-            ]
-        },
-        "railway-light-rail": {
-            "line": [
-                1520,
-                25
-            ]
-        },
-        "railway-monorail": {
-            "line": [
-                1580,
-                25
-            ]
-        },
-        "waterway-river": {
-            "line": [
-                1640,
-                25
-            ]
-        },
-        "waterway-stream": {
-            "line": [
-                1700,
-                25
-            ]
-        },
-        "waterway-canal": {
-            "line": [
-                1760,
-                25
-            ]
-        },
-        "waterway-ditch": {
-            "line": [
-                1820,
-                25
-            ]
-        },
-        "power-line": {
-            "line": [
-                1880,
-                25
-            ]
-        },
-        "other-line": {
-            "line": [
-                1940,
-                25
-            ]
-        },
-        "category-roads": {
-            "line": [
-                2000,
-                25
-            ]
-        },
-        "category-rail": {
-            "line": [
-                2060,
-                25
-            ]
-        },
-        "category-path": {
-            "line": [
-                2120,
-                25
-            ]
-        },
-        "category-water": {
-            "line": [
-                2180,
-                25
-            ]
-        },
-        "pipeline": {
-            "line": [
-                2300,
-                25
-            ]
-        },
-        "relation": {
-            "relation": [
-                20,
-                25
-            ]
-        },
-        "restriction": {
-            "relation": [
-                80,
-                25
-            ]
-        },
-        "multipolygon": {
-            "relation": [
-                141,
-                25
-            ]
-        },
-        "boundary": {
-            "relation": [
-                200,
-                25
-            ]
-        },
-        "route": {
-            "relation": [
-                260,
-                25
-            ]
-        },
-        "route-road": {
-            "relation": [
-                320,
-                25
-            ]
-        },
-        "route-bicycle": {
-            "relation": [
-                380,
-                25
-            ]
-        },
-        "route-foot": {
-            "relation": [
-                440,
-                25
-            ]
-        },
-        "route-bus": {
-            "relation": [
-                500,
-                25
-            ]
-        },
-        "route-train": {
-            "relation": [
-                560,
-                25
-            ]
-        },
-        "route-detour": {
-            "relation": [
-                620,
-                25
-            ]
-        },
-        "route-tram": {
-            "relation": [
-                680,
-                25
-            ]
-        },
-        "route-ferry": {
-            "relation": [
-                740,
-                25
-            ]
-        },
-        "route-power": {
-            "relation": [
-                800,
-                25
-            ]
-        },
-        "route-pipeline": {
-            "relation": [
-                860,
-                25
-            ]
-        },
-        "route-master": {
-            "relation": [
-                920,
-                25
-            ]
-        },
-        "restriction-no-straight-on": {
-            "relation": [
-                980,
-                25
-            ]
-        },
-        "restriction-no-u-turn": {
-            "relation": [
-                1040,
-                25
-            ]
-        },
-        "restriction-no-left-turn": {
-            "relation": [
-                1100,
-                25
-            ]
-        },
-        "restriction-no-right-turn": {
-            "relation": [
-                1160,
-                25
-            ]
-        },
-        "restriction-only-straight-on": {
-            "relation": [
-                1220,
-                25
-            ]
-        },
-        "restriction-only-left-turn": {
-            "relation": [
-                1280,
-                25
-            ]
-        },
-        "restriction-only-right-turn": {
-            "relation": [
-                1340,
-                25
-            ]
-        }
-    },
-    "operations": {
-        "icon-operation-delete": [
-            0,
-            140
-        ],
-        "icon-operation-circularize": [
-            20,
-            140
-        ],
-        "icon-operation-straighten": [
-            40,
-            140
-        ],
-        "icon-operation-split": [
-            60,
-            140
-        ],
-        "icon-operation-disconnect": [
-            80,
-            140
-        ],
-        "icon-operation-reverse": [
-            100,
-            140
-        ],
-        "icon-operation-move": [
-            120,
-            140
-        ],
-        "icon-operation-merge": [
-            140,
-            140
-        ],
-        "icon-operation-orthogonalize": [
-            160,
-            140
-        ],
-        "icon-operation-rotate": [
-            180,
-            140
-        ],
-        "icon-operation-simplify": [
-            200,
-            140
-        ],
-        "icon-operation-continue": [
-            220,
-            140
-        ],
-        "icon-operation-disabled-delete": [
-            0,
-            160
-        ],
-        "icon-operation-disabled-circularize": [
-            20,
-            160
-        ],
-        "icon-operation-disabled-straighten": [
-            40,
-            160
-        ],
-        "icon-operation-disabled-split": [
-            60,
-            160
-        ],
-        "icon-operation-disabled-disconnect": [
-            80,
-            160
-        ],
-        "icon-operation-disabled-reverse": [
-            100,
-            160
-        ],
-        "icon-operation-disabled-move": [
-            120,
-            160
-        ],
-        "icon-operation-disabled-merge": [
-            140,
-            160
-        ],
-        "icon-operation-disabled-orthogonalize": [
-            160,
-            160
-        ],
-        "icon-operation-disabled-rotate": [
-            180,
-            160
-        ],
-        "icon-operation-disabled-simplify": [
-            200,
-            160
-        ],
-        "icon-operation-disabled-continue": [
-            220,
-            160
-        ],
-        "icon-restriction-yes": [
-            50,
-            80
-        ],
-        "icon-restriction-no": [
-            95,
-            80
-        ],
-        "icon-restriction-only": [
-            140,
-            80
-        ],
-        "icon-restriction-yes-u": [
-            185,
-            80
-        ],
-        "icon-restriction-no-u": [
-            230,
-            80
-        ],
-        "icon-restriction-only-u": [
-            275,
-            80
+                                ],
+                                [
+                                    -132.362304,
+                                    57.3457
+                                ],
+                                [
+                                    -132.304684,
+                                    57.280355
+                                ],
+                                [
+                                    -132.230994,
+                                    57.19682
+                                ],
+                                [
+                                    -132.276366,
+                                    57.14889
+                                ],
+                                [
+                                    -132.34122,
+                                    57.080393
+                                ],
+                                [
+                                    -132.16229,
+                                    57.050317
+                                ],
+                                [
+                                    -132.031859,
+                                    57.028406
+                                ],
+                                [
+                                    -132.107384,
+                                    56.858753
+                                ],
+                                [
+                                    -131.871558,
+                                    56.79346
+                                ],
+                                [
+                                    -131.865874,
+                                    56.785708
+                                ],
+                                [
+                                    -131.872411,
+                                    56.77297
+                                ],
+                                [
+                                    -131.882617,
+                                    56.759146
+                                ],
+                                [
+                                    -131.887966,
+                                    56.747958
+                                ],
+                                [
+                                    -131.886028,
+                                    56.737055
+                                ],
+                                [
+                                    -131.880705,
+                                    56.728838
+                                ],
+                                [
+                                    -131.864789,
+                                    56.71349
+                                ],
+                                [
+                                    -131.838976,
+                                    56.682278
+                                ],
+                                [
+                                    -131.830424,
+                                    56.664759
+                                ],
+                                [
+                                    -131.826574,
+                                    56.644606
+                                ],
+                                [
+                                    -131.832103,
+                                    56.603368
+                                ],
+                                [
+                                    -131.825592,
+                                    56.593343
+                                ],
+                                [
+                                    -131.799108,
+                                    56.587658
+                                ],
+                                [
+                                    -131.692293,
+                                    56.585074
+                                ],
+                                [
+                                    -131.585891,
+                                    56.595048
+                                ],
+                                [
+                                    -131.560363,
+                                    56.594066
+                                ],
+                                [
+                                    -131.536437,
+                                    56.585229
+                                ],
+                                [
+                                    -131.491659,
+                                    56.560166
+                                ],
+                                [
+                                    -131.345699,
+                                    56.503271
+                                ],
+                                [
+                                    -131.215604,
+                                    56.45255
+                                ],
+                                [
+                                    -131.100546,
+                                    56.407669
+                                ],
+                                [
+                                    -131.016934,
+                                    56.38705
+                                ],
+                                [
+                                    -130.839089,
+                                    56.372452
+                                ],
+                                [
+                                    -130.760334,
+                                    56.345192
+                                ],
+                                [
+                                    -130.645768,
+                                    56.261942
+                                ],
+                                [
+                                    -130.602256,
+                                    56.247059
+                                ],
+                                [
+                                    -130.495518,
+                                    56.232434
+                                ],
+                                [
+                                    -130.47229,
+                                    56.22489
+                                ],
+                                [
+                                    -130.458053,
+                                    56.210653
+                                ],
+                                [
+                                    -130.427926,
+                                    56.143964
+                                ],
+                                [
+                                    -130.418159,
+                                    56.129702
+                                ],
+                                [
+                                    -130.403974,
+                                    56.121898
+                                ],
+                                [
+                                    -130.290311,
+                                    56.10097
+                                ],
+                                [
+                                    -130.243156,
+                                    56.092391
+                                ],
+                                [
+                                    -130.211246,
+                                    56.089962
+                                ],
+                                [
+                                    -130.116756,
+                                    56.105646
+                                ],
+                                [
+                                    -130.094328,
+                                    56.101486
+                                ],
+                                [
+                                    -130.071539,
+                                    56.084123
+                                ],
+                                [
+                                    -130.039319,
+                                    56.045521
+                                ],
+                                [
+                                    -130.026632,
+                                    56.024101
+                                ],
+                                [
+                                    -130.01901,
+                                    56.002216
+                                ],
+                                [
+                                    -130.014695,
+                                    55.963252
+                                ],
+                                [
+                                    -130.016788,
+                                    55.918913
+                                ],
+                                [
+                                    -130.019612,
+                                    55.907978
+                                ],
+                                [
+                                    -130.019618,
+                                    55.907952
+                                ],
+                                [
+                                    -130.022817,
+                                    55.901353
+                                ],
+                                [
+                                    -130.049387,
+                                    55.871405
+                                ],
+                                [
+                                    -130.104726,
+                                    55.825263
+                                ],
+                                [
+                                    -130.136627,
+                                    55.806464
+                                ],
+                                [
+                                    -130.148834,
+                                    55.795356
+                                ],
+                                [
+                                    -130.163482,
+                                    55.771145
+                                ],
+                                [
+                                    -130.167307,
+                                    55.766262
+                                ],
+                                [
+                                    -130.170806,
+                                    55.759833
+                                ],
+                                [
+                                    -130.173655,
+                                    55.749498
+                                ],
+                                [
+                                    -130.170806,
+                                    55.740953
+                                ],
+                                [
+                                    -130.163808,
+                                    55.734565
+                                ],
+                                [
+                                    -130.160064,
+                                    55.727118
+                                ],
+                                [
+                                    -130.167388,
+                                    55.715399
+                                ],
+                                [
+                                    -130.155914,
+                                    55.700141
+                                ],
+                                [
+                                    -130.142893,
+                                    55.689521
+                                ],
+                                [
+                                    -130.131825,
+                                    55.676581
+                                ],
+                                [
+                                    -130.126454,
+                                    55.653998
+                                ],
+                                [
+                                    -130.12857,
+                                    55.63642
+                                ],
+                                [
+                                    -130.135121,
+                                    55.619127
+                                ],
+                                [
+                                    -130.153147,
+                                    55.58511
+                                ],
+                                [
+                                    -130.148671,
+                                    55.578192
+                                ],
+                                [
+                                    -130.146881,
+                                    55.569322
+                                ],
+                                [
+                                    -130.146962,
+                                    55.547187
+                                ],
+                                [
+                                    -130.112172,
+                                    55.509345
+                                ],
+                                [
+                                    -130.101674,
+                                    55.481147
+                                ],
+                                [
+                                    -130.095082,
+                                    55.472113
+                                ],
+                                [
+                                    -130.065419,
+                                    55.446112
+                                ],
+                                [
+                                    -130.057525,
+                                    55.434882
+                                ],
+                                [
+                                    -130.052561,
+                                    55.414008
+                                ],
+                                [
+                                    -130.054311,
+                                    55.366645
+                                ],
+                                [
+                                    -130.05012,
+                                    55.345445
+                                ],
+                                [
+                                    -130.039296,
+                                    55.330756
+                                ],
+                                [
+                                    -129.989247,
+                                    55.284003
+                                ],
+                                [
+                                    -130.031239,
+                                    55.26435
+                                ],
+                                [
+                                    -130.050038,
+                                    55.252875
+                                ],
+                                [
+                                    -130.067494,
+                                    55.239
+                                ],
+                                [
+                                    -130.078236,
+                                    55.233791
+                                ],
+                                [
+                                    -130.100494,
+                                    55.230292
+                                ],
+                                [
+                                    -130.104726,
+                                    55.225653
+                                ],
+                                [
+                                    -130.105702,
+                                    55.211127
+                                ],
+                                [
+                                    -130.10912,
+                                    55.200751
+                                ],
+                                [
+                                    -130.115793,
+                                    55.191596
+                                ],
+                                [
+                                    -130.126454,
+                                    55.180976
+                                ],
+                                [
+                                    -130.151967,
+                                    55.163275
+                                ],
+                                [
+                                    -130.159983,
+                                    55.153713
+                                ],
+                                [
+                                    -130.167592,
+                                    55.129584
+                                ],
+                                [
+                                    -130.173695,
+                                    55.117743
+                                ],
+                                [
+                                    -130.200266,
+                                    55.104153
+                                ],
+                                [
+                                    -130.211781,
+                                    55.084133
+                                ],
+                                [
+                                    -130.228871,
+                                    55.04385
+                                ],
+                                [
+                                    -130.238678,
+                                    55.03441
+                                ],
+                                [
+                                    -130.261342,
+                                    55.022895
+                                ],
+                                [
+                                    -130.269846,
+                                    55.016547
+                                ],
+                                [
+                                    -130.275706,
+                                    55.006985
+                                ],
+                                [
+                                    -130.286366,
+                                    54.983222
+                                ],
+                                [
+                                    -130.294342,
+                                    54.971869
+                                ],
+                                [
+                                    -130.326568,
+                                    54.952094
+                                ],
+                                [
+                                    -130.335561,
+                                    54.938707
+                                ],
+                                [
+                                    -130.365387,
+                                    54.907294
+                                ],
+                                [
+                                    -130.385243,
+                                    54.896552
+                                ],
+                                [
+                                    -130.430816,
+                                    54.881252
+                                ],
+                                [
+                                    -130.488759,
+                                    54.844184
+                                ],
+                                [
+                                    -130.580312,
+                                    54.806383
+                                ],
+                                [
+                                    -130.597485,
+                                    54.803391
+                                ],
+                                [
+                                    -130.71074,
+                                    54.733215
+                                ],
+                                [
+                                    -131.160718,
+                                    54.787192
+                                ]
+                            ]
+                        ]
+                    ]
+                }
+            }
         ]
     },
+    "featureIcons": {
+        "circle-stroked-24": {
+            "x": 0,
+            "y": 0,
+            "width": 24,
+            "height": 24
+        },
+        "circle-stroked-18": {
+            "x": 24,
+            "y": 0,
+            "width": 18,
+            "height": 18
+        },
+        "circle-stroked-12": {
+            "x": 42,
+            "y": 0,
+            "width": 12,
+            "height": 12
+        },
+        "circle-24": {
+            "x": 54,
+            "y": 0,
+            "width": 24,
+            "height": 24
+        },
+        "circle-18": {
+            "x": 78,
+            "y": 0,
+            "width": 18,
+            "height": 18
+        },
+        "circle-12": {
+            "x": 96,
+            "y": 0,
+            "width": 12,
+            "height": 12
+        },
+        "square-stroked-24": {
+            "x": 108,
+            "y": 0,
+            "width": 24,
+            "height": 24
+        },
+        "square-stroked-18": {
+            "x": 132,
+            "y": 0,
+            "width": 18,
+            "height": 18
+        },
+        "square-stroked-12": {
+            "x": 150,
+            "y": 0,
+            "width": 12,
+            "height": 12
+        },
+        "square-24": {
+            "x": 162,
+            "y": 0,
+            "width": 24,
+            "height": 24
+        },
+        "square-18": {
+            "x": 186,
+            "y": 0,
+            "width": 18,
+            "height": 18
+        },
+        "square-12": {
+            "x": 204,
+            "y": 0,
+            "width": 12,
+            "height": 12
+        },
+        "triangle-stroked-24": {
+            "x": 216,
+            "y": 0,
+            "width": 24,
+            "height": 24
+        },
+        "triangle-stroked-18": {
+            "x": 240,
+            "y": 0,
+            "width": 18,
+            "height": 18
+        },
+        "triangle-stroked-12": {
+            "x": 258,
+            "y": 0,
+            "width": 12,
+            "height": 12
+        },
+        "triangle-24": {
+            "x": 0,
+            "y": 24,
+            "width": 24,
+            "height": 24
+        },
+        "triangle-18": {
+            "x": 24,
+            "y": 24,
+            "width": 18,
+            "height": 18
+        },
+        "triangle-12": {
+            "x": 42,
+            "y": 24,
+            "width": 12,
+            "height": 12
+        },
+        "star-stroked-24": {
+            "x": 54,
+            "y": 24,
+            "width": 24,
+            "height": 24
+        },
+        "star-stroked-18": {
+            "x": 78,
+            "y": 24,
+            "width": 18,
+            "height": 18
+        },
+        "star-stroked-12": {
+            "x": 96,
+            "y": 24,
+            "width": 12,
+            "height": 12
+        },
+        "star-24": {
+            "x": 108,
+            "y": 24,
+            "width": 24,
+            "height": 24
+        },
+        "star-18": {
+            "x": 132,
+            "y": 24,
+            "width": 18,
+            "height": 18
+        },
+        "star-12": {
+            "x": 150,
+            "y": 24,
+            "width": 12,
+            "height": 12
+        },
+        "cross-24": {
+            "x": 162,
+            "y": 24,
+            "width": 24,
+            "height": 24
+        },
+        "cross-18": {
+            "x": 186,
+            "y": 24,
+            "width": 18,
+            "height": 18
+        },
+        "cross-12": {
+            "x": 204,
+            "y": 24,
+            "width": 12,
+            "height": 12
+        },
+        "marker-stroked-24": {
+            "x": 216,
+            "y": 24,
+            "width": 24,
+            "height": 24
+        },
+        "marker-stroked-18": {
+            "x": 240,
+            "y": 24,
+            "width": 18,
+            "height": 18
+        },
+        "marker-stroked-12": {
+            "x": 258,
+            "y": 24,
+            "width": 12,
+            "height": 12
+        },
+        "marker-24": {
+            "x": 0,
+            "y": 48,
+            "width": 24,
+            "height": 24
+        },
+        "marker-18": {
+            "x": 24,
+            "y": 48,
+            "width": 18,
+            "height": 18
+        },
+        "marker-12": {
+            "x": 42,
+            "y": 48,
+            "width": 12,
+            "height": 12
+        },
+        "religious-jewish-24": {
+            "x": 54,
+            "y": 48,
+            "width": 24,
+            "height": 24
+        },
+        "religious-jewish-18": {
+            "x": 78,
+            "y": 48,
+            "width": 18,
+            "height": 18
+        },
+        "religious-jewish-12": {
+            "x": 96,
+            "y": 48,
+            "width": 12,
+            "height": 12
+        },
+        "religious-christian-24": {
+            "x": 108,
+            "y": 48,
+            "width": 24,
+            "height": 24
+        },
+        "religious-christian-18": {
+            "x": 132,
+            "y": 48,
+            "width": 18,
+            "height": 18
+        },
+        "religious-christian-12": {
+            "x": 150,
+            "y": 48,
+            "width": 12,
+            "height": 12
+        },
+        "religious-muslim-24": {
+            "x": 162,
+            "y": 48,
+            "width": 24,
+            "height": 24
+        },
+        "religious-muslim-18": {
+            "x": 186,
+            "y": 48,
+            "width": 18,
+            "height": 18
+        },
+        "religious-muslim-12": {
+            "x": 204,
+            "y": 48,
+            "width": 12,
+            "height": 12
+        },
+        "cemetery-24": {
+            "x": 216,
+            "y": 48,
+            "width": 24,
+            "height": 24
+        },
+        "cemetery-18": {
+            "x": 240,
+            "y": 48,
+            "width": 18,
+            "height": 18
+        },
+        "cemetery-12": {
+            "x": 258,
+            "y": 48,
+            "width": 12,
+            "height": 12
+        },
+        "rocket-24": {
+            "x": 0,
+            "y": 72,
+            "width": 24,
+            "height": 24
+        },
+        "rocket-18": {
+            "x": 24,
+            "y": 72,
+            "width": 18,
+            "height": 18
+        },
+        "rocket-12": {
+            "x": 42,
+            "y": 72,
+            "width": 12,
+            "height": 12
+        },
+        "airport-24": {
+            "x": 54,
+            "y": 72,
+            "width": 24,
+            "height": 24
+        },
+        "airport-18": {
+            "x": 78,
+            "y": 72,
+            "width": 18,
+            "height": 18
+        },
+        "airport-12": {
+            "x": 96,
+            "y": 72,
+            "width": 12,
+            "height": 12
+        },
+        "heliport-24": {
+            "x": 108,
+            "y": 72,
+            "width": 24,
+            "height": 24
+        },
+        "heliport-18": {
+            "x": 132,
+            "y": 72,
+            "width": 18,
+            "height": 18
+        },
+        "heliport-12": {
+            "x": 150,
+            "y": 72,
+            "width": 12,
+            "height": 12
+        },
+        "rail-24": {
+            "x": 162,
+            "y": 72,
+            "width": 24,
+            "height": 24
+        },
+        "rail-18": {
+            "x": 186,
+            "y": 72,
+            "width": 18,
+            "height": 18
+        },
+        "rail-12": {
+            "x": 204,
+            "y": 72,
+            "width": 12,
+            "height": 12
+        },
+        "rail-metro-24": {
+            "x": 216,
+            "y": 72,
+            "width": 24,
+            "height": 24
+        },
+        "rail-metro-18": {
+            "x": 240,
+            "y": 72,
+            "width": 18,
+            "height": 18
+        },
+        "rail-metro-12": {
+            "x": 258,
+            "y": 72,
+            "width": 12,
+            "height": 12
+        },
+        "rail-light-24": {
+            "x": 0,
+            "y": 96,
+            "width": 24,
+            "height": 24
+        },
+        "rail-light-18": {
+            "x": 24,
+            "y": 96,
+            "width": 18,
+            "height": 18
+        },
+        "rail-light-12": {
+            "x": 42,
+            "y": 96,
+            "width": 12,
+            "height": 12
+        },
+        "bus-24": {
+            "x": 54,
+            "y": 96,
+            "width": 24,
+            "height": 24
+        },
+        "bus-18": {
+            "x": 78,
+            "y": 96,
+            "width": 18,
+            "height": 18
+        },
+        "bus-12": {
+            "x": 96,
+            "y": 96,
+            "width": 12,
+            "height": 12
+        },
+        "fuel-24": {
+            "x": 108,
+            "y": 96,
+            "width": 24,
+            "height": 24
+        },
+        "fuel-18": {
+            "x": 132,
+            "y": 96,
+            "width": 18,
+            "height": 18
+        },
+        "fuel-12": {
+            "x": 150,
+            "y": 96,
+            "width": 12,
+            "height": 12
+        },
+        "parking-24": {
+            "x": 162,
+            "y": 96,
+            "width": 24,
+            "height": 24
+        },
+        "parking-18": {
+            "x": 186,
+            "y": 96,
+            "width": 18,
+            "height": 18
+        },
+        "parking-12": {
+            "x": 204,
+            "y": 96,
+            "width": 12,
+            "height": 12
+        },
+        "parking-garage-24": {
+            "x": 216,
+            "y": 96,
+            "width": 24,
+            "height": 24
+        },
+        "parking-garage-18": {
+            "x": 240,
+            "y": 96,
+            "width": 18,
+            "height": 18
+        },
+        "parking-garage-12": {
+            "x": 258,
+            "y": 96,
+            "width": 12,
+            "height": 12
+        },
+        "airfield-24": {
+            "x": 0,
+            "y": 120,
+            "width": 24,
+            "height": 24
+        },
+        "airfield-18": {
+            "x": 24,
+            "y": 120,
+            "width": 18,
+            "height": 18
+        },
+        "airfield-12": {
+            "x": 42,
+            "y": 120,
+            "width": 12,
+            "height": 12
+        },
+        "roadblock-24": {
+            "x": 54,
+            "y": 120,
+            "width": 24,
+            "height": 24
+        },
+        "roadblock-18": {
+            "x": 78,
+            "y": 120,
+            "width": 18,
+            "height": 18
+        },
+        "roadblock-12": {
+            "x": 96,
+            "y": 120,
+            "width": 12,
+            "height": 12
+        },
+        "ferry-24": {
+            "x": 108,
+            "y": 120,
+            "width": 24,
+            "height": 24
+        },
+        "ferry-18": {
+            "x": 132,
+            "y": 120,
+            "width": 18,
+            "height": 18
+        },
+        "ferry-12": {
+            "x": 150,
+            "y": 120,
+            "width": 12,
+            "height": 12
+        },
+        "harbor-24": {
+            "x": 162,
+            "y": 120,
+            "width": 24,
+            "height": 24
+        },
+        "harbor-18": {
+            "x": 186,
+            "y": 120,
+            "width": 18,
+            "height": 18
+        },
+        "harbor-12": {
+            "x": 204,
+            "y": 120,
+            "width": 12,
+            "height": 12
+        },
+        "bicycle-24": {
+            "x": 216,
+            "y": 120,
+            "width": 24,
+            "height": 24
+        },
+        "bicycle-18": {
+            "x": 240,
+            "y": 120,
+            "width": 18,
+            "height": 18
+        },
+        "bicycle-12": {
+            "x": 258,
+            "y": 120,
+            "width": 12,
+            "height": 12
+        },
+        "park-24": {
+            "x": 0,
+            "y": 144,
+            "width": 24,
+            "height": 24
+        },
+        "park-18": {
+            "x": 24,
+            "y": 144,
+            "width": 18,
+            "height": 18
+        },
+        "park-12": {
+            "x": 42,
+            "y": 144,
+            "width": 12,
+            "height": 12
+        },
+        "park2-24": {
+            "x": 54,
+            "y": 144,
+            "width": 24,
+            "height": 24
+        },
+        "park2-18": {
+            "x": 78,
+            "y": 144,
+            "width": 18,
+            "height": 18
+        },
+        "park2-12": {
+            "x": 96,
+            "y": 144,
+            "width": 12,
+            "height": 12
+        },
+        "museum-24": {
+            "x": 108,
+            "y": 144,
+            "width": 24,
+            "height": 24
+        },
+        "museum-18": {
+            "x": 132,
+            "y": 144,
+            "width": 18,
+            "height": 18
+        },
+        "museum-12": {
+            "x": 150,
+            "y": 144,
+            "width": 12,
+            "height": 12
+        },
+        "lodging-24": {
+            "x": 162,
+            "y": 144,
+            "width": 24,
+            "height": 24
+        },
+        "lodging-18": {
+            "x": 186,
+            "y": 144,
+            "width": 18,
+            "height": 18
+        },
+        "lodging-12": {
+            "x": 204,
+            "y": 144,
+            "width": 12,
+            "height": 12
+        },
+        "monument-24": {
+            "x": 216,
+            "y": 144,
+            "width": 24,
+            "height": 24
+        },
+        "monument-18": {
+            "x": 240,
+            "y": 144,
+            "width": 18,
+            "height": 18
+        },
+        "monument-12": {
+            "x": 258,
+            "y": 144,
+            "width": 12,
+            "height": 12
+        },
+        "zoo-24": {
+            "x": 0,
+            "y": 168,
+            "width": 24,
+            "height": 24
+        },
+        "zoo-18": {
+            "x": 24,
+            "y": 168,
+            "width": 18,
+            "height": 18
+        },
+        "zoo-12": {
+            "x": 42,
+            "y": 168,
+            "width": 12,
+            "height": 12
+        },
+        "garden-24": {
+            "x": 54,
+            "y": 168,
+            "width": 24,
+            "height": 24
+        },
+        "garden-18": {
+            "x": 78,
+            "y": 168,
+            "width": 18,
+            "height": 18
+        },
+        "garden-12": {
+            "x": 96,
+            "y": 168,
+            "width": 12,
+            "height": 12
+        },
+        "campsite-24": {
+            "x": 108,
+            "y": 168,
+            "width": 24,
+            "height": 24
+        },
+        "campsite-18": {
+            "x": 132,
+            "y": 168,
+            "width": 18,
+            "height": 18
+        },
+        "campsite-12": {
+            "x": 150,
+            "y": 168,
+            "width": 12,
+            "height": 12
+        },
+        "theatre-24": {
+            "x": 162,
+            "y": 168,
+            "width": 24,
+            "height": 24
+        },
+        "theatre-18": {
+            "x": 186,
+            "y": 168,
+            "width": 18,
+            "height": 18
+        },
+        "theatre-12": {
+            "x": 204,
+            "y": 168,
+            "width": 12,
+            "height": 12
+        },
+        "art-gallery-24": {
+            "x": 216,
+            "y": 168,
+            "width": 24,
+            "height": 24
+        },
+        "art-gallery-18": {
+            "x": 240,
+            "y": 168,
+            "width": 18,
+            "height": 18
+        },
+        "art-gallery-12": {
+            "x": 258,
+            "y": 168,
+            "width": 12,
+            "height": 12
+        },
+        "pitch-24": {
+            "x": 0,
+            "y": 192,
+            "width": 24,
+            "height": 24
+        },
+        "pitch-18": {
+            "x": 24,
+            "y": 192,
+            "width": 18,
+            "height": 18
+        },
+        "pitch-12": {
+            "x": 42,
+            "y": 192,
+            "width": 12,
+            "height": 12
+        },
+        "soccer-24": {
+            "x": 54,
+            "y": 192,
+            "width": 24,
+            "height": 24
+        },
+        "soccer-18": {
+            "x": 78,
+            "y": 192,
+            "width": 18,
+            "height": 18
+        },
+        "soccer-12": {
+            "x": 96,
+            "y": 192,
+            "width": 12,
+            "height": 12
+        },
+        "america-football-24": {
+            "x": 108,
+            "y": 192,
+            "width": 24,
+            "height": 24
+        },
+        "america-football-18": {
+            "x": 132,
+            "y": 192,
+            "width": 18,
+            "height": 18
+        },
+        "america-football-12": {
+            "x": 150,
+            "y": 192,
+            "width": 12,
+            "height": 12
+        },
+        "tennis-24": {
+            "x": 162,
+            "y": 192,
+            "width": 24,
+            "height": 24
+        },
+        "tennis-18": {
+            "x": 186,
+            "y": 192,
+            "width": 18,
+            "height": 18
+        },
+        "tennis-12": {
+            "x": 204,
+            "y": 192,
+            "width": 12,
+            "height": 12
+        },
+        "basketball-24": {
+            "x": 216,
+            "y": 192,
+            "width": 24,
+            "height": 24
+        },
+        "basketball-18": {
+            "x": 240,
+            "y": 192,
+            "width": 18,
+            "height": 18
+        },
+        "basketball-12": {
+            "x": 258,
+            "y": 192,
+            "width": 12,
+            "height": 12
+        },
+        "baseball-24": {
+            "x": 0,
+            "y": 216,
+            "width": 24,
+            "height": 24
+        },
+        "baseball-18": {
+            "x": 24,
+            "y": 216,
+            "width": 18,
+            "height": 18
+        },
+        "baseball-12": {
+            "x": 42,
+            "y": 216,
+            "width": 12,
+            "height": 12
+        },
+        "golf-24": {
+            "x": 54,
+            "y": 216,
+            "width": 24,
+            "height": 24
+        },
+        "golf-18": {
+            "x": 78,
+            "y": 216,
+            "width": 18,
+            "height": 18
+        },
+        "golf-12": {
+            "x": 96,
+            "y": 216,
+            "width": 12,
+            "height": 12
+        },
+        "swimming-24": {
+            "x": 108,
+            "y": 216,
+            "width": 24,
+            "height": 24
+        },
+        "swimming-18": {
+            "x": 132,
+            "y": 216,
+            "width": 18,
+            "height": 18
+        },
+        "swimming-12": {
+            "x": 150,
+            "y": 216,
+            "width": 12,
+            "height": 12
+        },
+        "cricket-24": {
+            "x": 162,
+            "y": 216,
+            "width": 24,
+            "height": 24
+        },
+        "cricket-18": {
+            "x": 186,
+            "y": 216,
+            "width": 18,
+            "height": 18
+        },
+        "cricket-12": {
+            "x": 204,
+            "y": 216,
+            "width": 12,
+            "height": 12
+        },
+        "skiing-24": {
+            "x": 216,
+            "y": 216,
+            "width": 24,
+            "height": 24
+        },
+        "skiing-18": {
+            "x": 240,
+            "y": 216,
+            "width": 18,
+            "height": 18
+        },
+        "skiing-12": {
+            "x": 258,
+            "y": 216,
+            "width": 12,
+            "height": 12
+        },
+        "school-24": {
+            "x": 0,
+            "y": 240,
+            "width": 24,
+            "height": 24
+        },
+        "school-18": {
+            "x": 24,
+            "y": 240,
+            "width": 18,
+            "height": 18
+        },
+        "school-12": {
+            "x": 42,
+            "y": 240,
+            "width": 12,
+            "height": 12
+        },
+        "college-24": {
+            "x": 54,
+            "y": 240,
+            "width": 24,
+            "height": 24
+        },
+        "college-18": {
+            "x": 78,
+            "y": 240,
+            "width": 18,
+            "height": 18
+        },
+        "college-12": {
+            "x": 96,
+            "y": 240,
+            "width": 12,
+            "height": 12
+        },
+        "library-24": {
+            "x": 108,
+            "y": 240,
+            "width": 24,
+            "height": 24
+        },
+        "library-18": {
+            "x": 132,
+            "y": 240,
+            "width": 18,
+            "height": 18
+        },
+        "library-12": {
+            "x": 150,
+            "y": 240,
+            "width": 12,
+            "height": 12
+        },
+        "post-24": {
+            "x": 162,
+            "y": 240,
+            "width": 24,
+            "height": 24
+        },
+        "post-18": {
+            "x": 186,
+            "y": 240,
+            "width": 18,
+            "height": 18
+        },
+        "post-12": {
+            "x": 204,
+            "y": 240,
+            "width": 12,
+            "height": 12
+        },
+        "fire-station-24": {
+            "x": 216,
+            "y": 240,
+            "width": 24,
+            "height": 24
+        },
+        "fire-station-18": {
+            "x": 240,
+            "y": 240,
+            "width": 18,
+            "height": 18
+        },
+        "fire-station-12": {
+            "x": 258,
+            "y": 240,
+            "width": 12,
+            "height": 12
+        },
+        "town-hall-24": {
+            "x": 0,
+            "y": 264,
+            "width": 24,
+            "height": 24
+        },
+        "town-hall-18": {
+            "x": 24,
+            "y": 264,
+            "width": 18,
+            "height": 18
+        },
+        "town-hall-12": {
+            "x": 42,
+            "y": 264,
+            "width": 12,
+            "height": 12
+        },
+        "police-24": {
+            "x": 54,
+            "y": 264,
+            "width": 24,
+            "height": 24
+        },
+        "police-18": {
+            "x": 78,
+            "y": 264,
+            "width": 18,
+            "height": 18
+        },
+        "police-12": {
+            "x": 96,
+            "y": 264,
+            "width": 12,
+            "height": 12
+        },
+        "prison-24": {
+            "x": 108,
+            "y": 264,
+            "width": 24,
+            "height": 24
+        },
+        "prison-18": {
+            "x": 132,
+            "y": 264,
+            "width": 18,
+            "height": 18
+        },
+        "prison-12": {
+            "x": 150,
+            "y": 264,
+            "width": 12,
+            "height": 12
+        },
+        "embassy-24": {
+            "x": 162,
+            "y": 264,
+            "width": 24,
+            "height": 24
+        },
+        "embassy-18": {
+            "x": 186,
+            "y": 264,
+            "width": 18,
+            "height": 18
+        },
+        "embassy-12": {
+            "x": 204,
+            "y": 264,
+            "width": 12,
+            "height": 12
+        },
+        "beer-24": {
+            "x": 216,
+            "y": 264,
+            "width": 24,
+            "height": 24
+        },
+        "beer-18": {
+            "x": 240,
+            "y": 264,
+            "width": 18,
+            "height": 18
+        },
+        "beer-12": {
+            "x": 258,
+            "y": 264,
+            "width": 12,
+            "height": 12
+        },
+        "restaurant-24": {
+            "x": 0,
+            "y": 288,
+            "width": 24,
+            "height": 24
+        },
+        "restaurant-18": {
+            "x": 24,
+            "y": 288,
+            "width": 18,
+            "height": 18
+        },
+        "restaurant-12": {
+            "x": 42,
+            "y": 288,
+            "width": 12,
+            "height": 12
+        },
+        "cafe-24": {
+            "x": 54,
+            "y": 288,
+            "width": 24,
+            "height": 24
+        },
+        "cafe-18": {
+            "x": 78,
+            "y": 288,
+            "width": 18,
+            "height": 18
+        },
+        "cafe-12": {
+            "x": 96,
+            "y": 288,
+            "width": 12,
+            "height": 12
+        },
+        "shop-24": {
+            "x": 108,
+            "y": 288,
+            "width": 24,
+            "height": 24
+        },
+        "shop-18": {
+            "x": 132,
+            "y": 288,
+            "width": 18,
+            "height": 18
+        },
+        "shop-12": {
+            "x": 150,
+            "y": 288,
+            "width": 12,
+            "height": 12
+        },
+        "fast-food-24": {
+            "x": 162,
+            "y": 288,
+            "width": 24,
+            "height": 24
+        },
+        "fast-food-18": {
+            "x": 186,
+            "y": 288,
+            "width": 18,
+            "height": 18
+        },
+        "fast-food-12": {
+            "x": 204,
+            "y": 288,
+            "width": 12,
+            "height": 12
+        },
+        "bar-24": {
+            "x": 216,
+            "y": 288,
+            "width": 24,
+            "height": 24
+        },
+        "bar-18": {
+            "x": 240,
+            "y": 288,
+            "width": 18,
+            "height": 18
+        },
+        "bar-12": {
+            "x": 258,
+            "y": 288,
+            "width": 12,
+            "height": 12
+        },
+        "bank-24": {
+            "x": 0,
+            "y": 312,
+            "width": 24,
+            "height": 24
+        },
+        "bank-18": {
+            "x": 24,
+            "y": 312,
+            "width": 18,
+            "height": 18
+        },
+        "bank-12": {
+            "x": 42,
+            "y": 312,
+            "width": 12,
+            "height": 12
+        },
+        "grocery-24": {
+            "x": 54,
+            "y": 312,
+            "width": 24,
+            "height": 24
+        },
+        "grocery-18": {
+            "x": 78,
+            "y": 312,
+            "width": 18,
+            "height": 18
+        },
+        "grocery-12": {
+            "x": 96,
+            "y": 312,
+            "width": 12,
+            "height": 12
+        },
+        "cinema-24": {
+            "x": 108,
+            "y": 312,
+            "width": 24,
+            "height": 24
+        },
+        "cinema-18": {
+            "x": 132,
+            "y": 312,
+            "width": 18,
+            "height": 18
+        },
+        "cinema-12": {
+            "x": 150,
+            "y": 312,
+            "width": 12,
+            "height": 12
+        },
+        "pharmacy-24": {
+            "x": 162,
+            "y": 312,
+            "width": 24,
+            "height": 24
+        },
+        "pharmacy-18": {
+            "x": 186,
+            "y": 312,
+            "width": 18,
+            "height": 18
+        },
+        "pharmacy-12": {
+            "x": 204,
+            "y": 312,
+            "width": 12,
+            "height": 12
+        },
+        "hospital-24": {
+            "x": 216,
+            "y": 312,
+            "width": 24,
+            "height": 24
+        },
+        "hospital-18": {
+            "x": 240,
+            "y": 312,
+            "width": 18,
+            "height": 18
+        },
+        "hospital-12": {
+            "x": 258,
+            "y": 312,
+            "width": 12,
+            "height": 12
+        },
+        "danger-24": {
+            "x": 0,
+            "y": 336,
+            "width": 24,
+            "height": 24
+        },
+        "danger-18": {
+            "x": 24,
+            "y": 336,
+            "width": 18,
+            "height": 18
+        },
+        "danger-12": {
+            "x": 42,
+            "y": 336,
+            "width": 12,
+            "height": 12
+        },
+        "industrial-24": {
+            "x": 54,
+            "y": 336,
+            "width": 24,
+            "height": 24
+        },
+        "industrial-18": {
+            "x": 78,
+            "y": 336,
+            "width": 18,
+            "height": 18
+        },
+        "industrial-12": {
+            "x": 96,
+            "y": 336,
+            "width": 12,
+            "height": 12
+        },
+        "warehouse-24": {
+            "x": 108,
+            "y": 336,
+            "width": 24,
+            "height": 24
+        },
+        "warehouse-18": {
+            "x": 132,
+            "y": 336,
+            "width": 18,
+            "height": 18
+        },
+        "warehouse-12": {
+            "x": 150,
+            "y": 336,
+            "width": 12,
+            "height": 12
+        },
+        "commercial-24": {
+            "x": 162,
+            "y": 336,
+            "width": 24,
+            "height": 24
+        },
+        "commercial-18": {
+            "x": 186,
+            "y": 336,
+            "width": 18,
+            "height": 18
+        },
+        "commercial-12": {
+            "x": 204,
+            "y": 336,
+            "width": 12,
+            "height": 12
+        },
+        "building-24": {
+            "x": 216,
+            "y": 336,
+            "width": 24,
+            "height": 24
+        },
+        "building-18": {
+            "x": 240,
+            "y": 336,
+            "width": 18,
+            "height": 18
+        },
+        "building-12": {
+            "x": 258,
+            "y": 336,
+            "width": 12,
+            "height": 12
+        },
+        "place-of-worship-24": {
+            "x": 0,
+            "y": 360,
+            "width": 24,
+            "height": 24
+        },
+        "place-of-worship-18": {
+            "x": 24,
+            "y": 360,
+            "width": 18,
+            "height": 18
+        },
+        "place-of-worship-12": {
+            "x": 42,
+            "y": 360,
+            "width": 12,
+            "height": 12
+        },
+        "alcohol-shop-24": {
+            "x": 54,
+            "y": 360,
+            "width": 24,
+            "height": 24
+        },
+        "alcohol-shop-18": {
+            "x": 78,
+            "y": 360,
+            "width": 18,
+            "height": 18
+        },
+        "alcohol-shop-12": {
+            "x": 96,
+            "y": 360,
+            "width": 12,
+            "height": 12
+        },
+        "logging-24": {
+            "x": 108,
+            "y": 360,
+            "width": 24,
+            "height": 24
+        },
+        "logging-18": {
+            "x": 132,
+            "y": 360,
+            "width": 18,
+            "height": 18
+        },
+        "logging-12": {
+            "x": 150,
+            "y": 360,
+            "width": 12,
+            "height": 12
+        },
+        "oil-well-24": {
+            "x": 162,
+            "y": 360,
+            "width": 24,
+            "height": 24
+        },
+        "oil-well-18": {
+            "x": 186,
+            "y": 360,
+            "width": 18,
+            "height": 18
+        },
+        "oil-well-12": {
+            "x": 204,
+            "y": 360,
+            "width": 12,
+            "height": 12
+        },
+        "slaughterhouse-24": {
+            "x": 216,
+            "y": 360,
+            "width": 24,
+            "height": 24
+        },
+        "slaughterhouse-18": {
+            "x": 240,
+            "y": 360,
+            "width": 18,
+            "height": 18
+        },
+        "slaughterhouse-12": {
+            "x": 258,
+            "y": 360,
+            "width": 12,
+            "height": 12
+        },
+        "dam-24": {
+            "x": 0,
+            "y": 384,
+            "width": 24,
+            "height": 24
+        },
+        "dam-18": {
+            "x": 24,
+            "y": 384,
+            "width": 18,
+            "height": 18
+        },
+        "dam-12": {
+            "x": 42,
+            "y": 384,
+            "width": 12,
+            "height": 12
+        },
+        "water-24": {
+            "x": 54,
+            "y": 384,
+            "width": 24,
+            "height": 24
+        },
+        "water-18": {
+            "x": 78,
+            "y": 384,
+            "width": 18,
+            "height": 18
+        },
+        "water-12": {
+            "x": 96,
+            "y": 384,
+            "width": 12,
+            "height": 12
+        },
+        "wetland-24": {
+            "x": 108,
+            "y": 384,
+            "width": 24,
+            "height": 24
+        },
+        "wetland-18": {
+            "x": 132,
+            "y": 384,
+            "width": 18,
+            "height": 18
+        },
+        "wetland-12": {
+            "x": 150,
+            "y": 384,
+            "width": 12,
+            "height": 12
+        },
+        "disability-24": {
+            "x": 162,
+            "y": 384,
+            "width": 24,
+            "height": 24
+        },
+        "disability-18": {
+            "x": 186,
+            "y": 384,
+            "width": 18,
+            "height": 18
+        },
+        "disability-12": {
+            "x": 204,
+            "y": 384,
+            "width": 12,
+            "height": 12
+        },
+        "telephone-24": {
+            "x": 216,
+            "y": 384,
+            "width": 24,
+            "height": 24
+        },
+        "telephone-18": {
+            "x": 240,
+            "y": 384,
+            "width": 18,
+            "height": 18
+        },
+        "telephone-12": {
+            "x": 258,
+            "y": 384,
+            "width": 12,
+            "height": 12
+        },
+        "emergency-telephone-24": {
+            "x": 0,
+            "y": 408,
+            "width": 24,
+            "height": 24
+        },
+        "emergency-telephone-18": {
+            "x": 24,
+            "y": 408,
+            "width": 18,
+            "height": 18
+        },
+        "emergency-telephone-12": {
+            "x": 42,
+            "y": 408,
+            "width": 12,
+            "height": 12
+        },
+        "toilets-24": {
+            "x": 54,
+            "y": 408,
+            "width": 24,
+            "height": 24
+        },
+        "toilets-18": {
+            "x": 78,
+            "y": 408,
+            "width": 18,
+            "height": 18
+        },
+        "toilets-12": {
+            "x": 96,
+            "y": 408,
+            "width": 12,
+            "height": 12
+        },
+        "waste-basket-24": {
+            "x": 108,
+            "y": 408,
+            "width": 24,
+            "height": 24
+        },
+        "waste-basket-18": {
+            "x": 132,
+            "y": 408,
+            "width": 18,
+            "height": 18
+        },
+        "waste-basket-12": {
+            "x": 150,
+            "y": 408,
+            "width": 12,
+            "height": 12
+        },
+        "music-24": {
+            "x": 162,
+            "y": 408,
+            "width": 24,
+            "height": 24
+        },
+        "music-18": {
+            "x": 186,
+            "y": 408,
+            "width": 18,
+            "height": 18
+        },
+        "music-12": {
+            "x": 204,
+            "y": 408,
+            "width": 12,
+            "height": 12
+        },
+        "land-use-24": {
+            "x": 216,
+            "y": 408,
+            "width": 24,
+            "height": 24
+        },
+        "land-use-18": {
+            "x": 240,
+            "y": 408,
+            "width": 18,
+            "height": 18
+        },
+        "land-use-12": {
+            "x": 258,
+            "y": 408,
+            "width": 12,
+            "height": 12
+        },
+        "city-24": {
+            "x": 0,
+            "y": 432,
+            "width": 24,
+            "height": 24
+        },
+        "city-18": {
+            "x": 24,
+            "y": 432,
+            "width": 18,
+            "height": 18
+        },
+        "city-12": {
+            "x": 42,
+            "y": 432,
+            "width": 12,
+            "height": 12
+        },
+        "town-24": {
+            "x": 54,
+            "y": 432,
+            "width": 24,
+            "height": 24
+        },
+        "town-18": {
+            "x": 78,
+            "y": 432,
+            "width": 18,
+            "height": 18
+        },
+        "town-12": {
+            "x": 96,
+            "y": 432,
+            "width": 12,
+            "height": 12
+        },
+        "village-24": {
+            "x": 108,
+            "y": 432,
+            "width": 24,
+            "height": 24
+        },
+        "village-18": {
+            "x": 132,
+            "y": 432,
+            "width": 18,
+            "height": 18
+        },
+        "village-12": {
+            "x": 150,
+            "y": 432,
+            "width": 12,
+            "height": 12
+        },
+        "farm-24": {
+            "x": 162,
+            "y": 432,
+            "width": 24,
+            "height": 24
+        },
+        "farm-18": {
+            "x": 186,
+            "y": 432,
+            "width": 18,
+            "height": 18
+        },
+        "farm-12": {
+            "x": 204,
+            "y": 432,
+            "width": 12,
+            "height": 12
+        },
+        "bakery-24": {
+            "x": 216,
+            "y": 432,
+            "width": 24,
+            "height": 24
+        },
+        "bakery-18": {
+            "x": 240,
+            "y": 432,
+            "width": 18,
+            "height": 18
+        },
+        "bakery-12": {
+            "x": 258,
+            "y": 432,
+            "width": 12,
+            "height": 12
+        },
+        "dog-park-24": {
+            "x": 0,
+            "y": 456,
+            "width": 24,
+            "height": 24
+        },
+        "dog-park-18": {
+            "x": 24,
+            "y": 456,
+            "width": 18,
+            "height": 18
+        },
+        "dog-park-12": {
+            "x": 42,
+            "y": 456,
+            "width": 12,
+            "height": 12
+        },
+        "lighthouse-24": {
+            "x": 54,
+            "y": 456,
+            "width": 24,
+            "height": 24
+        },
+        "lighthouse-18": {
+            "x": 78,
+            "y": 456,
+            "width": 18,
+            "height": 18
+        },
+        "lighthouse-12": {
+            "x": 96,
+            "y": 456,
+            "width": 12,
+            "height": 12
+        },
+        "clothing-store-24": {
+            "x": 108,
+            "y": 456,
+            "width": 24,
+            "height": 24
+        },
+        "clothing-store-18": {
+            "x": 132,
+            "y": 456,
+            "width": 18,
+            "height": 18
+        },
+        "clothing-store-12": {
+            "x": 150,
+            "y": 456,
+            "width": 12,
+            "height": 12
+        },
+        "polling-place-24": {
+            "x": 162,
+            "y": 456,
+            "width": 24,
+            "height": 24
+        },
+        "polling-place-18": {
+            "x": 186,
+            "y": 456,
+            "width": 18,
+            "height": 18
+        },
+        "polling-place-12": {
+            "x": 204,
+            "y": 456,
+            "width": 12,
+            "height": 12
+        },
+        "playground-24": {
+            "x": 216,
+            "y": 456,
+            "width": 24,
+            "height": 24
+        },
+        "playground-18": {
+            "x": 240,
+            "y": 456,
+            "width": 18,
+            "height": 18
+        },
+        "playground-12": {
+            "x": 258,
+            "y": 456,
+            "width": 12,
+            "height": 12
+        },
+        "entrance-24": {
+            "x": 0,
+            "y": 480,
+            "width": 24,
+            "height": 24
+        },
+        "entrance-18": {
+            "x": 24,
+            "y": 480,
+            "width": 18,
+            "height": 18
+        },
+        "entrance-12": {
+            "x": 42,
+            "y": 480,
+            "width": 12,
+            "height": 12
+        },
+        "heart-24": {
+            "x": 54,
+            "y": 480,
+            "width": 24,
+            "height": 24
+        },
+        "heart-18": {
+            "x": 78,
+            "y": 480,
+            "width": 18,
+            "height": 18
+        },
+        "heart-12": {
+            "x": 96,
+            "y": 480,
+            "width": 12,
+            "height": 12
+        },
+        "london-underground-24": {
+            "x": 108,
+            "y": 480,
+            "width": 24,
+            "height": 24
+        },
+        "london-underground-18": {
+            "x": 132,
+            "y": 480,
+            "width": 18,
+            "height": 18
+        },
+        "london-underground-12": {
+            "x": 150,
+            "y": 480,
+            "width": 12,
+            "height": 12
+        },
+        "minefield-24": {
+            "x": 162,
+            "y": 480,
+            "width": 24,
+            "height": 24
+        },
+        "minefield-18": {
+            "x": 186,
+            "y": 480,
+            "width": 18,
+            "height": 18
+        },
+        "minefield-12": {
+            "x": 204,
+            "y": 480,
+            "width": 12,
+            "height": 12
+        },
+        "rail-underground-24": {
+            "x": 216,
+            "y": 480,
+            "width": 24,
+            "height": 24
+        },
+        "rail-underground-18": {
+            "x": 240,
+            "y": 480,
+            "width": 18,
+            "height": 18
+        },
+        "rail-underground-12": {
+            "x": 258,
+            "y": 480,
+            "width": 12,
+            "height": 12
+        },
+        "rail-above-24": {
+            "x": 0,
+            "y": 504,
+            "width": 24,
+            "height": 24
+        },
+        "rail-above-18": {
+            "x": 24,
+            "y": 504,
+            "width": 18,
+            "height": 18
+        },
+        "rail-above-12": {
+            "x": 42,
+            "y": 504,
+            "width": 12,
+            "height": 12
+        },
+        "camera-24": {
+            "x": 54,
+            "y": 504,
+            "width": 24,
+            "height": 24
+        },
+        "camera-18": {
+            "x": 78,
+            "y": 504,
+            "width": 18,
+            "height": 18
+        },
+        "camera-12": {
+            "x": 96,
+            "y": 504,
+            "width": 12,
+            "height": 12
+        },
+        "laundry-24": {
+            "x": 108,
+            "y": 504,
+            "width": 24,
+            "height": 24
+        },
+        "laundry-18": {
+            "x": 132,
+            "y": 504,
+            "width": 18,
+            "height": 18
+        },
+        "laundry-12": {
+            "x": 150,
+            "y": 504,
+            "width": 12,
+            "height": 12
+        },
+        "car-24": {
+            "x": 162,
+            "y": 504,
+            "width": 24,
+            "height": 24
+        },
+        "car-18": {
+            "x": 186,
+            "y": 504,
+            "width": 18,
+            "height": 18
+        },
+        "car-12": {
+            "x": 204,
+            "y": 504,
+            "width": 12,
+            "height": 12
+        },
+        "suitcase-24": {
+            "x": 216,
+            "y": 504,
+            "width": 24,
+            "height": 24
+        },
+        "suitcase-18": {
+            "x": 240,
+            "y": 504,
+            "width": 18,
+            "height": 18
+        },
+        "suitcase-12": {
+            "x": 258,
+            "y": 504,
+            "width": 12,
+            "height": 12
+        },
+        "hairdresser-24": {
+            "x": 0,
+            "y": 528,
+            "width": 24,
+            "height": 24
+        },
+        "hairdresser-18": {
+            "x": 24,
+            "y": 528,
+            "width": 18,
+            "height": 18
+        },
+        "hairdresser-12": {
+            "x": 42,
+            "y": 528,
+            "width": 12,
+            "height": 12
+        },
+        "chemist-24": {
+            "x": 54,
+            "y": 528,
+            "width": 24,
+            "height": 24
+        },
+        "chemist-18": {
+            "x": 78,
+            "y": 528,
+            "width": 18,
+            "height": 18
+        },
+        "chemist-12": {
+            "x": 96,
+            "y": 528,
+            "width": 12,
+            "height": 12
+        },
+        "mobilephone-24": {
+            "x": 108,
+            "y": 528,
+            "width": 24,
+            "height": 24
+        },
+        "mobilephone-18": {
+            "x": 132,
+            "y": 528,
+            "width": 18,
+            "height": 18
+        },
+        "mobilephone-12": {
+            "x": 150,
+            "y": 528,
+            "width": 12,
+            "height": 12
+        },
+        "scooter-24": {
+            "x": 162,
+            "y": 528,
+            "width": 24,
+            "height": 24
+        },
+        "scooter-18": {
+            "x": 186,
+            "y": 528,
+            "width": 18,
+            "height": 18
+        },
+        "scooter-12": {
+            "x": 204,
+            "y": 528,
+            "width": 12,
+            "height": 12
+        },
+        "gift-24": {
+            "x": 216,
+            "y": 528,
+            "width": 24,
+            "height": 24
+        },
+        "gift-18": {
+            "x": 240,
+            "y": 528,
+            "width": 18,
+            "height": 18
+        },
+        "gift-12": {
+            "x": 258,
+            "y": 528,
+            "width": 12,
+            "height": 12
+        },
+        "ice-cream-24": {
+            "x": 0,
+            "y": 552,
+            "width": 24,
+            "height": 24
+        },
+        "ice-cream-18": {
+            "x": 24,
+            "y": 552,
+            "width": 18,
+            "height": 18
+        },
+        "ice-cream-12": {
+            "x": 42,
+            "y": 552,
+            "width": 12,
+            "height": 12
+        }
+    },
     "locales": [
         "af",
         "sq",
@@ -52832,7 +52875,6 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
         "gl",
         "de",
         "el",
-        "hi-IN",
         "hu",
         "is",
         "id",
@@ -52848,7 +52890,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
         "pl",
         "pt",
         "pt-BR",
-        "ro-RO",
+        "ro",
         "ru",
         "sc",
         "sr",
@@ -53009,7 +53051,8 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 "not_eligible": "These features can't be merged.",
                 "not_adjacent": "These lines can't be merged because they aren't connected.",
                 "restriction": "These lines can't be merged because at least one is a member of a \"{relation}\" relation.",
-                "incomplete_relation": "These features can't be merged because at least one hasn't been fully downloaded."
+                "incomplete_relation": "These features can't be merged because at least one hasn't been fully downloaded.",
+                "conflicting_tags": "These lines can't be merged because some of their tags have conflicting values."
             },
             "move": {
                 "title": "Move",
@@ -53092,7 +53135,8 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
         "zoom_in_edit": "Zoom in to Edit",
         "logout": "logout",
         "loading_auth": "Connecting to OpenStreetMap...",
-        "report_a_bug": "report a bug",
+        "report_a_bug": "Report a bug",
+        "help_translate": "Help translate",
         "feature_info": {
             "hidden_warning": "{count} hidden features",
             "hidden_details": "These features are currently hidden: {details}"
@@ -54289,6 +54333,9 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                         "grade5": "Soft: soil/sand/grass"
                     }
                 },
+                "traffic_signals": {
+                    "label": "Type"
+                },
                 "trail_visibility": {
                     "label": "Trail Visibility",
                     "placeholder": "Excellent, Good, Bad...",
@@ -54589,6 +54636,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                     "name": "Marketplace",
                     "terms": ""
                 },
+                "amenity/motorcycle_parking": {
+                    "name": "Motorcycle Parking",
+                    "terms": ""
+                },
                 "amenity/nightclub": {
                     "name": "Nightclub",
                     "terms": "disco*,night club,dancing,dance club"
@@ -54858,8 +54909,8 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                     "terms": ""
                 },
                 "building/detached": {
-                    "name": "Detached Home",
-                    "terms": ""
+                    "name": "Detached House",
+                    "terms": "home,single,family,residence,dwelling"
                 },
                 "building/dormitory": {
                     "name": "Dormitory",
@@ -54891,7 +54942,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 },
                 "building/house": {
                     "name": "House",
-                    "terms": ""
+                    "terms": "home,family,residence,dwelling"
                 },
                 "building/hut": {
                     "name": "Hut",
@@ -54925,6 +54976,10 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                     "name": "School Building",
                     "terms": "academy,elementary school,middle school,high school"
                 },
+                "building/semidetached_house": {
+                    "name": "Semi-Detached House",
+                    "terms": "home,double,duplex,twin,family,residence,dwelling"
+                },
                 "building/shed": {
                     "name": "Shed",
                     "terms": ""
@@ -54939,7 +54994,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                 },
                 "building/terrace": {
                     "name": "Row Houses",
-                    "terms": ""
+                    "terms": "home,terrace,brownstone,family,residence,dwelling"
                 },
                 "building/train_station": {
                     "name": "Train Station",
@@ -55418,8 +55473,8 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                     "terms": ""
                 },
                 "landuse/allotments": {
-                    "name": "Allotments",
-                    "terms": ""
+                    "name": "Community Garden",
+                    "terms": "allotment,garden"
                 },
                 "landuse/basin": {
                     "name": "Basin",
@@ -55573,6 +55628,14 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                     "name": "Basketball Court",
                     "terms": ""
                 },
+                "leisure/pitch/rugby_league": {
+                    "name": "Rugby League Field",
+                    "terms": ""
+                },
+                "leisure/pitch/rugby_union": {
+                    "name": "Rugby Union Field",
+                    "terms": ""
+                },
                 "leisure/pitch/skateboard": {
                     "name": "Skate Park",
                     "terms": ""
@@ -55713,10 +55776,30 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                     "name": "Bunker",
                     "terms": ""
                 },
+                "military/checkpoint": {
+                    "name": "Checkpoint",
+                    "terms": ""
+                },
+                "military/danger_area": {
+                    "name": "Danger Area",
+                    "terms": ""
+                },
+                "military/naval_base": {
+                    "name": "Naval Base",
+                    "terms": ""
+                },
+                "military/obstacle_course": {
+                    "name": "Obstacle Course",
+                    "terms": ""
+                },
                 "military/range": {
                     "name": "Military Range",
                     "terms": ""
                 },
+                "military/training_area": {
+                    "name": "Training area",
+                    "terms": ""
+                },
                 "natural": {
                     "name": "Natural",
                     "terms": ""
diff --git a/vendor/assets/iD/iD/img/iD-sprite.svg b/vendor/assets/iD/iD/img/iD-sprite.svg
new file mode 100644 (file)
index 0000000..6937fb4
--- /dev/null
@@ -0,0 +1,1118 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="0" width="800" height="560" viewBox="0, 0, 800, 560">
+  <defs>
+    <linearGradient id="Gradient_1" gradientUnits="userSpaceOnUse" x1="-360.5" y1="177.987" x2="-362" y2="172.362" gradientTransform="matrix(1, 0, 0, 1, 934, -132.362)">
+      <stop offset="0" stop-color="#444444"/>
+      <stop offset="1" stop-color="#B5B5B5"/>
+    </linearGradient>
+    <linearGradient id="Gradient_2" gradientUnits="userSpaceOnUse" x1="-360.5" y1="177.987" x2="-362" y2="172.362" gradientTransform="matrix(1, 0, 0, 1, 874, -132.362)">
+      <stop offset="0" stop-color="#444444"/>
+      <stop offset="1" stop-color="#B5B5B5"/>
+    </linearGradient>
+    <linearGradient id="Gradient_3" gradientUnits="userSpaceOnUse" x1="-360.5" y1="177.987" x2="-362" y2="172.362" gradientTransform="matrix(1, 0, 0, 1, 820, -132.362)">
+      <stop offset="0" stop-color="#444444"/>
+      <stop offset="1" stop-color="#B5B5B5"/>
+    </linearGradient>
+    <linearGradient id="Gradient_4" gradientUnits="userSpaceOnUse" x1="-360.5" y1="177.987" x2="-362" y2="172.362" gradientTransform="matrix(1, 0, 0, 1, 760, -132.362)">
+      <stop offset="0" stop-color="#444444"/>
+      <stop offset="1" stop-color="#B5B5B5"/>
+    </linearGradient>
+    <linearGradient id="Gradient_5" gradientUnits="userSpaceOnUse" x1="-360.5" y1="177.987" x2="-362" y2="172.362" gradientTransform="matrix(1, 0, 0, 1, 701, -132.362)">
+      <stop offset="0" stop-color="#444444"/>
+      <stop offset="1" stop-color="#B5B5B5"/>
+    </linearGradient>
+    <clipPath id="Clip_1">
+      <path d="M349.5,4 C352.543,4 355,6.457 355,9.5 C355,12.543 352.543,15 349.5,15 C346.457,15 344,12.543 344,9.5 C344,6.457 346.457,4 349.5,4 z"/>
+    </clipPath>
+    <clipPath id="Clip_2">
+      <path d="M349.5,4 C352.543,4 355,6.457 355,9.5 C355,12.543 352.543,15 349.5,15 C346.457,15 344,12.543 344,9.5 C344,6.457 346.457,4 349.5,4 z"/>
+    </clipPath>
+  </defs>
+  <g id="feature-images">
+    <path d="M0,480 L200,480 L200,560 L0,560 z" fill="#FFFFFF" id="rect8477"/>
+    <g id="img-waterway-river">
+      <path d="M140,530 L180,530 L180,533 L140,533 z" fill="#60D4DE" id="rect24309"/>
+      <path d="M146.762,526 C146.762,526 146.226,524.154 146.417,523.25 C146.638,522.203 148.071,520.5 148.071,520.5 C148.071,520.5 149.505,518.797 149.726,517.75 C149.917,516.846 149.381,515 149.381,515 C149.381,515 148.845,513.154 149.036,512.25 C149.257,511.203 150.69,509.5 150.69,509.5 C150.69,509.5 152.124,507.797 152.345,506.75 C152.536,505.846 152,504 152,504 L168.5,504 C168.5,504 169.933,505.703 170.155,506.75 C170.346,507.654 169.81,509.5 169.81,509.5 C169.81,509.5 169.273,511.346 169.464,512.25 C169.686,513.297 171.119,515 171.119,515 C171.119,515 172.552,516.703 172.774,517.75 C172.965,518.654 172.429,520.5 172.429,520.5 C172.429,520.5 171.892,522.346 172.083,523.25 C172.305,524.297 173.738,526 173.738,526 z" fill="#60D4DE" id="245"/>
+      <path d="M147.966,517.759 C147.752,518.559 147.145,519.092 146.612,518.949 C146.078,518.806 145.82,518.041 146.034,517.241 C146.248,516.441 146.855,515.908 147.388,516.051 C147.922,516.194 148.18,516.959 147.966,517.759 z" fill="#60D4DE" id="path25543" opacity="0.5"/>
+      <path d="M149.799,507.75 C149.247,508.707 148.217,509.146 147.5,508.732 C146.783,508.318 146.649,507.207 147.201,506.25 C147.753,505.293 148.783,504.854 149.5,505.268 C150.217,505.682 150.351,506.793 149.799,507.75 z" fill="#60D4DE" id="path25545" opacity="0.5"/>
+      <path d="M171.422,511.708 C171.637,512.508 172.243,513.041 172.776,512.898 C173.31,512.755 173.569,511.99 173.354,511.19 C173.14,510.39 172.533,509.857 172,510 C171.467,510.143 171.208,510.908 171.422,511.708 z" fill="#60D4DE" id="path25547" opacity="0.5"/>
+      <path d="M174.299,522.75 C174.851,523.707 175.881,524.146 176.598,523.732 C177.316,523.318 177.449,522.207 176.897,521.25 C176.345,520.293 175.316,519.854 174.598,520.268 C173.881,520.682 173.747,521.793 174.299,522.75 z" fill="#60D4DE" id="path25549" opacity="0.5"/>
+      <path d="M182,531.5 C182,532.881 180.881,534 179.5,534 C178.119,534 177,532.881 177,531.5 C177,530.119 178.119,529 179.5,529 C180.881,529 182,530.119 182,531.5 z" fill="#60D4DE" id="path26103"/>
+      <path d="M181,531.5 C181,532.328 180.328,533 179.5,533 C178.672,533 178,532.328 178,531.5 C178,530.672 178.672,530 179.5,530 C180.328,530 181,530.672 181,531.5 z" fill="#FFFFFF" id="path26105"/>
+      <path d="M143,531.5 C143,532.881 141.881,534 140.5,534 C139.119,534 138,532.881 138,531.5 C138,530.119 139.119,529 140.5,529 C141.881,529 143,530.119 143,531.5 z" fill="#60D4DE" id="path26107"/>
+      <path d="M142,531.5 C142,532.328 141.328,533 140.5,533 C139.672,533 139,532.328 139,531.5 C139,530.672 139.672,530 140.5,530 C141.328,530 142,530.672 142,531.5 z" fill="#FFFFFF" id="path26109"/>
+    </g>
+    <g id="img-railway-rail">
+      <path d="M93.5,503 L92,504 L91.531,506 L88.25,506 C87.696,506 87.384,506.463 87.25,507 L87,508 C86.866,508.537 87.446,509 88,509 L112,509 C112.554,509 113.134,508.537 113,508 L112.75,507 C112.616,506.463 112.304,506 111.75,506 L108.969,506 L108.5,504 L107,503 L106,504 L106.469,506 L94.031,506 L94.5,504 L93.5,503 z M91.5,507 C91.776,507 92,507.224 92,507.5 C92,507.776 91.776,508 91.5,508 C91.224,508 91,507.776 91,507.5 C91,507.224 91.224,507 91.5,507 z M108.5,507 C108.776,507 109,507.224 109,507.5 C109,507.776 108.776,508 108.5,508 C108.224,508 108,507.776 108,507.5 C108,507.224 108.224,507 108.5,507 z M90.562,510 L90.094,512 L87.25,512 C86.696,512 86.384,512.463 86.25,513 L86,514 C85.866,514.537 86.446,515 87,515 L113,515 C113.554,515 114.134,514.537 114,514 L113.75,513 C113.616,512.463 113.304,512 112.75,512 L110.406,512 L109.938,510 L107.438,510 L107.906,512 L92.594,512 L93.062,510 L90.562,510 z M90.5,513 C90.776,513 91,513.224 91,513.5 C91,513.776 90.776,514 90.5,514 C90.224,514 90,513.776 90,513.5 C90,513.224 90.224,513 90.5,513 z M109.5,513 C109.776,513 110,513.224 110,513.5 C110,513.776 109.776,514 109.5,514 C109.224,514 109,513.776 109,513.5 C109,513.224 109.224,513 109.5,513 z M89.156,516 L88.688,518 L86.25,518 C85.696,518 85.384,518.463 85.25,519 L85,520 C84.866,520.537 85.446,521 86,521 L114,521 C114.554,521 115.134,520.537 115,520 L114.75,519 C114.616,518.463 114.304,518 113.75,518 L111.812,518 L111.344,516 L108.844,516 L109.312,518 L91.188,518 L91.656,516 L89.156,516 z M89.5,519 C89.776,519 90,519.224 90,519.5 C90,519.776 89.776,520 89.5,520 C89.224,520 89,519.776 89,519.5 C89,519.224 89.224,519 89.5,519 z M110.5,519 C110.776,519 111,519.224 111,519.5 C111,519.776 110.776,520 110.5,520 C110.224,520 110,519.776 110,519.5 C110,519.224 110.224,519 110.5,519 z M87.719,522 L87,525 L88.5,526 L89.5,525 L90.219,522 L87.719,522 z M110.281,522 L111,525 L112,526 L113.5,525 L112.781,522 L110.281,522 z" fill="#A9A9A9" id="rect17528-7"/>
+      <g id="g22103">
+        <path d="M80,530 L120,530 L120,533 L80,533 z" fill="#A9A9A9" id="rect22091"/>
+        <path d="M114,531 L119,531 L119,532 L114,532 z" fill="#FFFFFF" id="rect22093"/>
+        <path d="M103,531 L108,531 L108,532 L103,532 z" fill="#FFFFFF" id="rect22095"/>
+        <path d="M92,531 L97,531 L97,532 L92,532 z" fill="#FFFFFF" id="rect22097"/>
+        <path d="M81,531 L86,531 L86,532 L81,532 z" fill="#FFFFFF" id="rect22099"/>
+      </g>
+      <path d="M122,531.5 C122,532.881 120.881,534 119.5,534 C118.119,534 117,532.881 117,531.5 C117,530.119 118.119,529 119.5,529 C120.881,529 122,530.119 122,531.5 z" fill="#A9A9A9" id="path26156"/>
+      <path d="M121,531.5 C121,532.328 120.328,533 119.5,533 C118.672,533 118,532.328 118,531.5 C118,530.672 118.672,530 119.5,530 C120.328,530 121,530.672 121,531.5 z" fill="#FFFFFF" id="path26158"/>
+      <path d="M83,531.5 C83,532.881 81.881,534 80.5,534 C79.119,534 78,532.881 78,531.5 C78,530.119 79.119,529 80.5,529 C81.881,529 83,530.119 83,531.5 z" fill="#A9A9A9" id="path26160"/>
+      <path d="M82,531.5 C82,532.328 81.328,533 80.5,533 C79.672,533 79,532.328 79,531.5 C79,530.672 79.672,530 80.5,530 C81.328,530 82,530.672 82,531.5 z" fill="#FFFFFF" id="path26162"/>
+    </g>
+    <g id="img-highway-unclassified">
+      <path d="M32.5,505 L29.625,511 L28,511 L27,512 L27,514 L28.406,514 L28,515 L28,520 L28,521 L28,521 C28,521 28.608,521.608 29,522 L30,522 L34,522 L36,523 L44,523 L46,522 L50,522 L51,522 L52,521 L52,521 L52,520 L52,515 L51.594,514 L53,514 L53,512 L52,511 L50.375,511 L47.5,505 z M33.5,508 L46.5,508 L48,512 L47,513 L33,513 L32,512 z M31,516 L34,516 L35,518 L35,519 L31,519 L30,518 L30,517 z M46,516 L49,516 L50,517 L50,518 L49,519 L45,519 L45,518 z M29,523 L29,525 L30,526 L33,526 L34,525 L34,523 z M46,523 L46,525 L47,526 L50,526 L51,525 L51,523 z" fill="#A9A9A9" id="path7143"/>
+      <path d="M21,531 L59,531 L59,532 L21,532 z" fill="#7092FF" id="rect7157"/>
+      <g id="g7159">
+        <path d="M20.5,530 C19.119,530 18,531.119 18,532.5 C18,533.881 19.119,535 20.5,535 L59.5,535 C60.881,535 62,533.881 62,532.5 C62,531.119 60.881,530 59.5,530 z" fill="#A9A9A9" id="path7161"/>
+        <path d="M22.5,531 C22.81,531.416 23,531.941 23,532.5 C23,533.059 22.81,533.584 22.5,534 L57.5,534 C57.19,533.584 57,533.059 57,532.5 C57,531.941 57.19,531.416 57.5,531 L22.5,531 z" fill="#FFFFFF" id="path7163"/>
+        <path d="M22,532.5 C22,533.328 21.328,534 20.5,534 C19.672,534 19,533.328 19,532.5 C19,531.672 19.672,531 20.5,531 C21.328,531 22,531.672 22,532.5 z" fill="#FFFFFF" id="path7165"/>
+        <path d="M61,532.5 C61,533.328 60.328,534 59.5,534 C58.672,534 58,533.328 58,532.5 C58,531.672 58.672,531 59.5,531 C60.328,531 61,531.672 61,532.5 z" fill="#FFFFFF" id="path7169"/>
+      </g>
+    </g>
+  </g>
+  <g id="landuse-images">
+    <path d="M0,400 L200,400 L200,480 L0,480 z" fill="#FFFFFF" id="rect9903"/>
+    <path d="M128.955,427.415 C126.526,433.621 112.429,437.423 97.471,435.906 C82.513,434.39 72.36,428.129 74.795,421.924 C77.229,415.721 91.324,411.921 106.278,413.437 C121.231,414.953 131.384,421.211 128.955,427.415 z" fill="#7092FF" id="path10275"/>
+    <path d="M53,436 L18,446 L18,440 L53,430 z" fill="#A9A9A9" id="path9990"/>
+    <path d="M54,430.5 L54,436.5 L83,451 L83,445 L54,430.5 z" fill="#A9A9A9" id="path9986"/>
+    <path d="M173.5,428 C172.271,428 171.272,428.893 171.062,430.062 C170.879,430.02 170.697,430 170.5,430 C169.119,430 168,431.119 168,432.5 C168,433.139 168.23,433.714 168.625,434.156 C167.68,434.513 167,435.43 167,436.5 C167,437.881 168,439 169.5,439 L170,439 L172,442.5 L172,443.938 C170.521,443.506 169.114,443.057 168,442.5 C163,440 158.566,435.517 153,435 C146.959,434.439 141.333,438.333 135.5,440 C129.667,441.667 118.561,441.959 118,448 L148,463 L183,453 C183.326,449.495 179.292,446.013 175,444.781 L175,442.5 L177,439 L177.719,439 C179,439.014 180,437.805 180,436.5 C180,435.43 179.32,434.513 178.375,434.156 C178.77,433.714 179,433.139 179,432.5 C179,431.119 177.881,430 176.5,430 C176.303,430 176.121,430.02 175.938,430.062 C175.728,428.893 174.729,428 173.5,428 z M172,439 L175,439 L174,441 L173,441 z" fill="#8CD05F" id="path10000"/>
+    <g id="path10048">
+      <path d="M18,446 L48,461 L48,455 L18,440 z" fill="#C1C1C1"/>
+      <path d="M18,446 L48,461 L48,455 L18,440 z" fill-opacity="0" stroke="#FFFFFF" stroke-width="2"/>
+    </g>
+    <g id="path10050">
+      <path d="M83,451 L48,461 L48,455 L83,445 z" fill="#C1C1C1"/>
+      <path d="M83,451 L48,461 L48,455 L83,445 z" fill-opacity="0" stroke="#FFFFFF" stroke-width="2"/>
+    </g>
+    <path d="M18,446 L48,461 L48,455 L18,440 z" fill="#A9A9A9" id="path9980"/>
+    <path d="M83,451 L48,461 L48,455 L83,445 z" fill="#A9A9A9" id="path9982"/>
+    <path d="M107,417 C107,417 109.636,420.529 112.438,420.969 C107.96,420.816 107,419 107,419 C107,419 106.04,420.816 101.562,420.969 C104.364,420.529 107,417 107,417 z" fill="#FFFFFF" id="path10271"/>
+    <path d="M93,419 C93,419 95.636,422.529 98.438,422.969 C93.96,422.816 93,421 93,421 C93,421 92.04,422.816 87.562,422.969 C90.364,422.529 93,419 93,419 z" fill="#FFFFFF" id="path10269"/>
+    <path d="M103,424 C103,424 105.636,427.529 108.438,427.969 C103.96,427.816 103,426 103,426 C103,426 102.04,427.816 97.562,427.969 C100.364,427.529 103,424 103,424 z" fill="#FFFFFF" id="path10253"/>
+  </g>
+  <g id="poi-images">
+    <path d="M0,320 L200,320 L200,400 L0,400 z" fill="#FFFFFF"/>
+    <path d="M170,351 C161.716,351 155,357.716 155,366 C155,374.284 170,387 170,387 C170,387 185,374.284 185,366 C185,357.716 178.284,351 170,351 z" fill="#7092FF"/>
+    <path d="M100,351 C91.716,351 85,357.716 85,366 C85,374.284 100,387 100,387 C100,387 115,374.284 115,366 C115,357.716 108.284,351 100,351 z" fill="#7092FF"/>
+    <path d="M30,351 C21.716,351 15,357.716 15,366 C15,374.284 30,387 30,387 C30,387 45,374.284 45,366 C45,357.716 38.284,351 30,351 z" fill="#7092FF"/>
+    <path d="M135,331 C126.716,331 120,337.716 120,346 C120,354.284 135,367 135,367 C135,367 150,354.284 150,346 C150,337.716 143.284,331 135,331 z" fill="#7092FF"/>
+    <path d="M65,331 C56.716,331 50,337.716 50,346 C50,354.284 65,367 65,367 C65,367 80,354.284 80,346 C80,337.716 73.284,331 65,331 z" fill="#7092FF"/>
+    <path d="M162,358 C161.529,358 161,358.5 161,359 L161,366 C161,368.216 162,371 166,371 C166.359,371 166.686,370.983 167,370.938 L167,368 L163,368 C163,368 163.5,366 166,366 C166.5,366 166.697,366.074 167,366.188 L167,364 C167,363.084 167.365,362.318 168,362 C169,361.5 169.404,361.702 170,362 C171,362.5 171,362.5 171,362.5 L171,359 C171,358.5 170.471,358 170,358 C169,358 168,359 166,359 C164,359 163,358 162,358 z M163.75,361.5 C164.44,361.5 165,362.06 165,362.75 C165,363.44 164.44,364 163.75,364 C163.06,364 162.5,363.44 162.5,362.75 C162.5,362.06 163.06,361.5 163.75,361.5 z M169,363 C168.529,363 168,363.5 168,364 L168,371 C168,373.216 169,376 173,376 C177,376 178,373.216 178,371 L178,364 C178,363.5 177.471,363 177,363 C176,363 175,364 173,364 C171,364 170,363 169,363 z M170.75,366.5 C171.44,366.5 172,367.06 172,367.75 C172,368.44 171.44,369 170.75,369 C170.06,369 169.5,368.44 169.5,367.75 C169.5,367.06 170.06,366.5 170.75,366.5 z M175.25,366.5 C175.94,366.5 176.5,367.06 176.5,367.75 C176.5,368.44 175.94,369 175.25,369 C174.56,369 174,368.44 174,367.75 C174,367.06 174.56,366.5 175.25,366.5 z M170,372 L176,372 C176,372 175.5,374 173,374 C170.5,374 170,372 170,372 z" fill="#FFFFFF"/>
+    <path d="M98,358 C95,358 92,359.5 92,362 L92,364 L109,364 L109,362 C109,359.5 106,358 103,358 z M98.5,359 C98.777,359 99,359.223 99,359.5 C99,359.777 98.777,360 98.5,360 C98.223,360 98,359.777 98,359.5 C98,359.223 98.223,359 98.5,359 z M102.5,359 C102.777,359 103,359.223 103,359.5 C103,359.777 102.777,360 102.5,360 C102.223,360 102,359.777 102,359.5 C102,359.223 102.223,359 102.5,359 z M96.5,361 C96.777,361 97,361.223 97,361.5 C97,361.777 96.777,362 96.5,362 C96.223,362 96,361.777 96,361.5 C96,361.223 96.223,361 96.5,361 z M100.5,361 C100.777,361 101,361.223 101,361.5 C101,361.777 100.777,362 100.5,362 C100.223,362 100,361.777 100,361.5 C100,361.223 100.223,361 100.5,361 z M104.5,361 C104.777,361 105,361.223 105,361.5 C105,361.777 104.777,362 104.5,362 C104.223,362 104,361.777 104,361.5 C104,361.223 104.223,361 104.5,361 z M92,365 C91.5,365 91,365.5 91,366 C91,366.5 91.5,367 92,367 L109,367 C109.5,367 110,366.5 110,366 C110,365.5 109.5,365 109,365 z M92,368 L92,369 C92,370 93,371 94,371 L107,371 C108,371 109,370 109,369 L109,368 z" fill="#FFFFFF"/>
+    <path d="M24,356 C23.446,356 23,356.446 23,357 L23,373 C23,373.5 23.5,374 24,374 L33,374 C33.5,374 34,373.5 34,373 L34,368 L34.5,368 C35,368 35,368.5 35,368.5 L35,370.5 C35,371.5 35.5,372 36.5,372 C37.5,372 38,371.5 38,370.5 C38,369.333 38,366 38,365 C38,364 36,363 36,362 L36,359 L35,359 L34,358 L34,357 C34,356.446 33.554,356 33,356 z M25,358 L32,358 L32,362 L25,362 z M34,361 L35,361 C35,361 35,361.833 35,362.5 C35,363.5 37,364.5 37,365.5 L37,370.5 C37,371 36.5,371 36.5,371 C36.5,371 36,371 36,370.5 C36,370.5 36,368.5 36,368 C36,367.5 35.5,367 35,367 C34.667,367 34,367 34,367 z" fill="#FFFFFF"/>
+    <path d="M134,338 C133.446,338 133,338.446 133,339 L133,343 L129,343 C128.446,343 128,343.446 128,344 L128,347 C128,347.554 128.446,348 129,348 L133,348 L133,352 C133,352.554 133.446,353 134,353 L137,353 C137.554,353 138,352.554 138,352 L138,348 L142,348 C142.554,348 143,347.554 143,347 L143,344 C143,343.446 142.554,343 142,343 L138,343 L138,339 C138,338.446 137.554,338 137,338 z" fill="#FFFFFF"/>
+    <path d="M59,338 C58.446,338 58,338.446 58,339 L58,348 C58,348.554 58.446,349 59,349 L70,349 C70.554,349 71,348.554 71,348 L71,347 L71.5,347 C72,347 72,346.5 72,346.5 L72,346 L73,346 C74,346 75,345 75,344 L75,343 L75,341 C75,340.5 74.5,340 74,340 L71,340 L71,339 C71,338.446 70.554,338 70,338 z M71,341 L73.5,341 C74,341 74,341.5 74,341.5 L74,344 C74,344.5 73.5,345 73,345 L72,345 L71,345 z M56,350 L57,351 L58,352 L71,352 L72,351 L73,350 z" fill="#FFFFFF"/>
+  </g>
+  <g id="logos">
+    <g id="logo-reset">
+      <path d="M620,477 L617,480 L617,485 L642,510 L617,535 L617,540 L620,543 L625,543 L650,518 L675,543 L680,543 L683,540 L683,535 L658,510 L683,485 L683,480 L680,477 L675,477 L650,502 L625,477 L620,477 z" fill="#E06D5F" id="logo-reset-shape"/>
+    </g>
+    <g id="logo-restore">
+      <path d="M550,471 L548,473 L548,478.062 C529.66,479.114 515,494.406 515,513 C515,532.271 530.729,548 550,548 C569.271,548 585,532.271 585,513 C585,501.334 579.233,490.963 570.406,484.594 L563.219,491.781 C570.301,496.179 575,503.999 575,513 C575,526.866 563.866,538 550,538 C536.134,538 525,526.866 525,513 C525,499.81 535.083,489.108 548,488.094 L548,493 L550,495 L553,495 L565,483 L553,471 L550,471 z" fill="#7092FF" id="logo-restore-shape"/>
+    </g>
+    <g id="logo-features">
+      <path d="M467.531,471 C459.247,471 452.531,477.716 452.531,486 C452.531,494.284 467.531,507 467.531,507 C467.531,507 482.531,494.284 482.531,486 C482.531,477.716 475.816,471 467.531,471 z M468,480 C471.314,480 474,482.686 474,486 C474,489.314 471.314,492 468,492 C464.687,492 462,489.314 462,486 C462,482.686 464.687,480 468,480 z" fill="#7092FF" id="logo-features-shape3"/>
+      <path d="M483.5,508 C479.358,508 476,511.358 476,515.5 C476,516.256 476.136,516.969 476.344,517.656 L457.656,536.344 C456.968,536.136 456.256,536 455.5,536 C451.358,536 448,539.358 448,543.5 C448,547.642 451.358,551 455.5,551 C459.642,551 463,547.642 463,543.5 C463,542.744 462.864,542.031 462.656,541.344 L481.344,522.656 C482.032,522.864 482.744,523 483.5,523 C487.642,523 491,519.642 491,515.5 C491,511.358 487.642,508 483.5,508 z M483.5,512.5 C485.157,512.5 486.5,513.843 486.5,515.5 C486.5,517.157 485.157,518.5 483.5,518.5 C481.843,518.5 480.5,517.157 480.5,515.5 C480.5,513.843 481.843,512.5 483.5,512.5 z M455.5,540.5 C457.157,540.5 458.5,541.843 458.5,543.5 C458.5,545.157 457.157,546.5 455.5,546.5 C453.843,546.5 452.5,545.157 452.5,543.5 C452.5,541.843 453.843,540.5 455.5,540.5 z" fill="#7092FF" id="logo-features-shape2"/>
+      <path d="M416.5,493 C412.358,493 409,496.358 409,500.5 C409,503.373 410.628,505.865 413,507.125 L413,520.875 C410.628,522.135 409,524.627 409,527.5 C409,531.642 412.358,535 416.5,535 C419.373,535 421.865,533.372 423.125,531 L436.875,531 C438.135,533.372 440.627,535 443.5,535 C447.642,535 451,531.642 451,527.5 C451,524.627 449.372,522.135 447,520.875 L447,507.125 C449.372,505.865 451,503.373 451,500.5 C451,496.358 447.642,493 443.5,493 C440.592,493 438.088,494.675 436.844,497.094 L436.656,497 L423.125,497 C421.865,494.628 419.373,493 416.5,493 z M416.5,497.5 C418.157,497.5 419.5,498.843 419.5,500.5 C419.5,502.157 418.157,503.5 416.5,503.5 C414.843,503.5 413.5,502.157 413.5,500.5 C413.5,498.843 414.843,497.5 416.5,497.5 z M443.5,497.5 C445.157,497.5 446.5,498.843 446.5,500.5 C446.5,502.157 445.157,503.5 443.5,503.5 C441.843,503.5 440.5,502.157 440.5,500.5 C440.5,498.843 441.843,497.5 443.5,497.5 z M423.125,504 L436.875,504 C437.578,505.323 438.677,506.422 440,507.125 L440,520.875 C438.677,521.578 437.578,522.677 436.875,524 L423.125,524 C422.422,522.677 421.323,521.578 420,520.875 L420,507.125 C421.323,506.422 422.422,505.323 423.125,504 z M416.5,524.5 C418.157,524.5 419.5,525.843 419.5,527.5 C419.5,529.157 418.157,530.5 416.5,530.5 C414.843,530.5 413.5,529.157 413.5,527.5 C413.5,525.843 414.843,524.5 416.5,524.5 z M443.5,524.5 C445.157,524.5 446.5,525.843 446.5,527.5 C446.5,529.157 445.157,530.5 443.5,530.5 C441.843,530.5 440.5,529.157 440.5,527.5 C440.5,525.843 441.843,524.5 443.5,524.5 z" fill="#7092FF" id="logo-features-shape1"/>
+    </g>
+    <g id="logo-walkthrough">
+      <path d="M305,468 C305,492.885 305,517.771 305,542.656 C312.5,546.104 320,549.552 327.5,553 C335,549.667 342.5,546.333 350,543 C357.5,546.333 365,549.667 372.5,553 C380,549.552 387.5,546.104 395,542.656 C395,517.771 395,492.885 395,468 C387.5,471.333 380,474.667 372.5,478 C365,474.667 357.5,471.333 350,468 C342.5,471.333 335,474.667 327.5,478 C320,474.667 312.5,471.333 305,468 z M362.406,491.594 L368,497.188 L373.594,491.594 L376.056,494.756 L370.812,500 L376.406,505.594 L373.244,508.056 L368,502.812 L362.406,508.406 L359.319,505.431 L365.188,500 L359.594,494.406 z M337.219,503.906 C340.248,504.171 343.258,505.231 345.594,507.219 L342.688,510 C340.99,508.733 338.912,508.062 336.813,507.875 C336.948,506.552 337.084,505.229 337.219,503.906 z M332.375,504.281 C332.609,505.537 333.708,507.147 333.656,508.094 C331.677,509.095 330.374,511.09 329.25,512.844 L326.101,510.327 C327.697,507.9 329.611,505.435 332.375,504.281 z M365.844,510.562 L369.531,512.156 C368.676,514.791 367.472,517.356 365.656,519.469 L362.875,516.562 C364.255,514.787 365.19,512.705 365.844,510.562 z M348.625,510.656 C350.155,512.869 351.085,515.419 352.469,517.719 L348.875,519.5 C347.613,517.332 346.722,514.942 345.281,512.875 C346.396,512.135 347.511,511.396 348.625,510.656 z M323.875,514.469 L327.312,516.5 C326.366,518.654 325.484,520.883 324.781,523.094 L321.113,521.432 C321.904,519.065 322.803,516.724 323.875,514.469 z M360.125,519.094 L361.725,522.775 C359.006,524.297 355.468,524.858 352.594,523.438 L354.762,520.026 C356.531,520.57 358.608,520.033 360.125,519.094 z" fill="#7092FF" id="logo-walkthrough-shape"/>
+    </g>
+    <g id="logo-osm">
+      <path d="M204,465 L211.812,485.5 L204,506 L211.812,526.531 L204,547.031 L208.812,548.875 L234.844,522.812 L239.531,523.531 L245.219,517.844 C241.87,513.964 239.339,509.332 237.969,504.219 L240.656,502.062 C240.199,499.939 239.938,497.726 239.938,495.469 C239.938,484.191 245.95,474.277 254.938,468.781 L245.031,465 L224.5,472.812 L204,465 z M271.094,469.312 C256.734,469.312 245.094,480.953 245.094,495.312 C245.094,509.672 256.734,521.312 271.094,521.312 C285.453,521.312 297.094,509.672 297.094,495.312 C297.094,480.953 285.453,469.312 271.094,469.312 z M291.156,519.469 C285.735,523.987 278.776,526.719 271.188,526.719 C268.93,526.719 266.717,526.458 264.594,526 L262.438,528.656 C257.582,527.355 253.131,525.067 249.375,521.969 L243.5,527.844 L244.219,532.188 L222.406,554.031 L224.5,554.844 L245.031,547.031 L265.531,554.844 L286.031,547.031 L293.844,526.531 L291.156,519.469 z" fill="#7092FF" id="logo-osm-shape"/>
+    </g>
+    <symbol id="logo-google" viewBox="320 400 60 60">
+      <path d="M333.5,411 C332.115,411 331,412.115 331,413.5 L331,451 C331,452.385 332.115,453.5 333.5,453.5 L368.5,453.5 C369.885,453.5 371,452.385 371,451 L371,413.5 C371,412.115 369.885,411 368.5,411 L333.5,411 z M345.922,419.953 L353.656,419.953 L351.922,421.219 L349.469,421.219 C351.095,421.844 351.953,423.727 351.953,425.672 C351.953,427.306 351.06,428.72 349.781,429.719 C348.534,430.693 348.297,431.093 348.297,431.922 C348.297,432.629 349.629,433.833 350.328,434.328 C352.371,435.773 353.031,437.12 353.031,439.359 C353.031,442.152 350.333,444.922 345.438,444.922 C341.144,444.922 337.516,443.183 337.516,440.391 C337.516,437.555 340.816,434.812 345.109,434.812 L346.453,434.812 C345.866,434.241 345.406,433.536 345.406,432.672 C345.406,432.159 345.568,431.657 345.797,431.219 C345.564,431.236 345.324,431.25 345.078,431.25 C341.551,431.25 339.188,428.734 339.188,425.625 C339.188,422.583 342.455,419.953 345.922,419.953 z M360.5,420.5 L362,420.5 L362,425 L366.5,425 L366.5,426.5 L362,426.5 L362,431 L360.5,431 L360.5,426.5 L356,426.5 L356,425 L360.5,425 L360.5,420.5 z M344.594,421.062 C342.807,421.243 341.647,423.156 341.969,425.609 C342.312,428.225 344.211,430.394 346.203,430.453 C346.231,430.454 346.253,430.453 346.281,430.453 C348.226,430.453 349.526,428.408 349.187,425.828 C348.843,423.212 346.945,421.122 344.953,421.062 C344.829,421.059 344.713,421.051 344.594,421.062 z M345.938,435.531 C342.97,435.499 340.312,437.351 340.312,439.562 C340.312,441.819 342.454,443.688 345.422,443.688 C349.594,443.688 351.047,441.929 351.047,439.672 C351.047,439.4 351.014,439.134 350.953,438.875 C350.627,437.598 349.471,436.964 347.859,435.844 C347.273,435.654 346.63,435.538 345.938,435.531 z" fill="currentColor" id="logo-google-shape"/>
+    </symbol>
+    <symbol id="logo-facebook" viewBox="260 400 60 60">
+      <path d="M273.5,411 C272.115,411 271,412.115 271,413.5 L271,451 C271,452.385 272.115,453.5 273.5,453.5 L293.5,453.5 L293.609,433.5 L288.5,433.5 L288.5,428.5 L293.5,428.5 L293.5,427 C293.5,425.172 293.675,423.889 294,423 C294.444,421.804 295.389,420.735 296.5,420 C297.628,419.248 298.984,418.5 301,418.5 C303.5,418.5 305.195,419.372 306.46,420.531 L304.824,424.167 C303.867,423.997 302.354,423.5 301.5,423.5 C300.099,423.5 299.711,423.516 299.13,424.114 C298.549,424.712 298.5,424.86 298.5,426.5 L298.5,428.5 L305,428.5 L305,433.5 L298.5,433.5 L298.5,453.5 L308.5,453.5 C309.885,453.5 311,452.385 311,451 L311,413.5 C311,412.115 309.885,411 308.5,411 z" fill="currentColor" id="logo-facebook-shape"/>
+    </symbol>
+    <symbol id="logo-twitter" viewBox="200 400 60 60">
+      <path d="M256,416.735 C254.161,417.539 252.183,418.081 250.109,418.325 C252.226,417.076 253.853,415.097 254.619,412.738 C252.637,413.896 250.441,414.736 248.105,415.189 C246.234,413.226 243.568,412 240.617,412 C234.952,412 230.359,416.521 230.359,422.098 C230.359,422.89 230.449,423.661 230.625,424.4 C222.099,423.979 214.54,419.958 209.481,413.848 C208.598,415.34 208.092,417.075 208.092,418.925 C208.092,422.429 209.903,425.52 212.655,427.331 C210.974,427.277 209.392,426.824 208.009,426.068 C208.008,426.11 208.008,426.152 208.008,426.194 C208.008,431.086 211.544,435.168 216.237,436.096 C215.376,436.327 214.47,436.45 213.534,436.45 C212.873,436.45 212.231,436.387 211.605,436.269 C212.91,440.281 216.698,443.201 221.187,443.282 C217.676,445.991 213.253,447.605 208.447,447.605 C207.619,447.605 206.802,447.558 206,447.464 C210.54,450.329 215.932,452.001 221.725,452.001 C240.593,452.001 250.912,436.613 250.912,423.268 C250.912,422.831 250.893,422.395 250.88,421.962 C252.885,420.538 254.624,418.76 255.999,416.734" fill="currentColor" id="logo-twitter-shape"/>
+    </symbol>
+  </g>
+  <g id="operations">
+    <symbol id="operation-continue" viewBox="440 380 20 20">
+      <path d="M454,384 C450.686,384 448,386.686 448,390 C448,393.314 450.686,396 454,396 C457.314,396 460,393.314 460,390 C460,386.686 457.314,384 454,384 z M453,386 L455,386 L455,389 L458,389 L458,391 L455,391 L455,394 L453,394 L453,391 L450,391 L450,389 L453,389 L453,386 z M445,389 L445,391 L447,391 L447,389 L445,389 z" fill="currentColor" id="operation-continue-shape2"/>
+      <path d="M442,388 C440.895,388 440,388.895 440,390 C440,391.105 440.895,392 442,392 C443.105,392 444,391.105 444,390 C444,388.895 443.105,388 442,388 z" fill="inherit" id="operation-continue-shape"/>
+    </symbol>
+    <symbol id="operation-smooth" viewBox="420 380 20 20">
+      <path d="M429,385 L429,388 L428,388 L427,389 L430,392 L433,389 L432,388 L431,388 L431,385 C431,385 429,385 429,385 z" fill="currentColor" id="operation-smooth-shape2"/>
+      <path d="M432,398 C433.333,398 434.219,397.219 434.719,396.719 C435.219,396.219 435.333,396 436,396 L437,396 L437,394 L436,394 C434.667,394 433.781,394.781 433.281,395.281 C432.781,395.781 432.667,396 432,396 C431.833,396 431.794,395.991 431.594,395.75 C431.393,395.509 431.156,395.062 430.906,394.562 C430.656,394.062 430.393,393.509 429.969,393 C429.544,392.491 428.833,392 428,392 C426.667,392 425.781,392.781 425.281,393.281 C424.781,393.781 424.667,394 424,394 L423,394 L423,396 L424,396 C425.333,396 426.219,395.219 426.719,394.719 C427.219,394.219 427.333,394 428,394 C428.167,394 428.206,394.009 428.406,394.25 C428.607,394.491 428.844,394.938 429.094,395.438 C429.344,395.938 429.607,396.491 430.031,397 C430.456,397.509 431.167,398 432,398 z M437,384 L423,384 L423,382 L437,382 L437,384 z" fill="inherit" id="operation-smooth-shape"/>
+    </symbol>
+    <symbol id="operation-simplify" viewBox="400 380 20 20">
+      <path d="M409.005,387.5 L409.005,391 L408.005,391 L407.005,392 L410.005,395 L413.005,392 L412.005,391 L411.005,391 L411.005,389.5 C409.305,388.65 409.005,387.5 409.005,387.5 z" fill="currentColor" id="operation-simplify-shape2"/>
+      <path d="M408.005,382 C406.672,382 405.786,382.781 405.286,383.281 C404.786,383.781 404.672,384 404.005,384 L403.005,384 L403.005,386 L404.005,386 C405.338,386 406.224,385.219 406.724,384.719 C407.224,384.219 407.338,384 408.005,384 C408.172,384 408.211,384.009 408.411,384.25 C408.612,384.491 408.849,384.938 409.099,385.438 C409.349,385.938 409.612,386.491 410.036,387 C410.461,387.509 411.172,388 412.005,388 C413.338,388 414.224,387.219 414.724,386.719 C415.224,386.219 415.338,386 416.005,386 L417.005,386 L417.005,384 L416.005,384 C414.672,384 413.786,384.781 413.286,385.281 C412.786,385.781 412.672,386 412.005,386 C411.838,386 411.799,385.991 411.599,385.75 C411.398,385.509 411.161,385.062 410.911,384.562 C410.661,384.062 410.398,383.509 409.974,383 C409.549,382.491 408.838,382 408.005,382 z M403.005,396 L417.005,396 L417.005,398 L403.005,398 L403.005,396 z" fill="inherit" id="operation-simplify-shape"/>
+    </symbol>
+    <symbol id="operation-rotate" viewBox="380 380 20 20">
+      <path d="M390.005,380 L389.005,381 L389.005,382.062 C385.06,382.556 382.005,385.922 382.005,390 C382.005,394.418 385.587,398 390.005,398 C394.423,398 398.005,394.418 398.005,390 C398.005,387.533 396.886,385.341 395.13,383.875 L393.724,385.281 C395.119,386.38 396.005,388.086 396.005,390 C396.005,393.314 393.319,396 390.005,396 C386.691,396 384.005,393.314 384.005,390 C384.005,387.024 386.164,384.567 389.005,384.094 L389.005,385 L390.005,386 L393.005,383 L390.005,380 z" fill="currentColor" id="operation-rotate-shape2"/>
+      <path d="M390.005,388 C388.9,388 388.005,388.895 388.005,390 C388.005,391.105 388.9,392 390.005,392 C391.109,392 392.005,391.105 392.005,390 C392.005,388.895 391.109,388 390.005,388 z" fill="inherit" id="operation-rotate-shape"/>
+    </symbol>
+    <symbol id="operation-orthogonalize" viewBox="360 380 20 20">
+      <path d="M367.005,395 L373.005,395 L373.005,397 L367.005,397 z M363.005,393 L365.005,393 L365.005,387 L363.005,387 z M375.005,393 L377.005,393 L377.005,387 L375.005,387 z M367.005,385 L373.005,385 L373.005,383 L367.005,383 z" fill="currentColor" id="operation-orthogonalize-shape2"/>
+      <path d="M364.005,382 C362.9,382 362.005,382.895 362.005,384 C362.005,385.105 362.9,386 364.005,386 C365.109,386 366.005,385.105 366.005,384 C366.005,382.895 365.109,382 364.005,382 z M364.005,394 C365.109,394 366.005,394.895 366.005,396 C366.005,397.105 365.109,398 364.005,398 C362.9,398 362.005,397.105 362.005,396 C362.005,394.895 362.9,394 364.005,394 z M376.005,394 C377.109,394 378.005,394.895 378.005,396 C378.005,397.105 377.109,398 376.005,398 C374.9,398 374.005,397.105 374.005,396 C374.005,394.895 374.9,394 376.005,394 z M376.005,382 C377.109,382 378.005,382.895 378.005,384 C378.005,385.105 377.109,386 376.005,386 C374.9,386 374.005,385.105 374.005,384 C374.005,382.895 374.9,382 376.005,382 z" fill="inherit" id="operation-orthogonalize-shape"/>
+    </symbol>
+    <symbol id="operation-merge" viewBox="340 380 20 20">
+      <path d="M356.148,388.488 C356.384,388.488 356.586,388.572 356.754,388.738 C356.921,388.905 357.005,389.107 357.005,389.343 L357.005,390.657 C357.005,390.895 356.921,391.095 356.754,391.262 C356.586,391.43 356.384,391.513 356.148,391.513 L351.518,391.513 L351.518,396.126 C351.518,396.376 351.434,396.583 351.268,396.749 C351.101,396.916 350.897,397 350.661,397 L349.349,397 C349.113,397 348.909,396.916 348.742,396.749 C348.574,396.583 348.492,396.381 348.492,396.143 L348.492,391.513 L343.881,391.513 C343.631,391.513 343.422,391.434 343.256,391.272 C343.089,391.112 343.005,390.906 343.005,390.657 L343.005,389.343 C343.005,389.107 343.089,388.905 343.256,388.738 C343.422,388.572 343.624,388.488 343.862,388.488 L348.492,388.488 L348.492,383.876 C348.492,383.626 348.572,383.419 348.732,383.251 C348.894,383.086 349.1,383 349.349,383 L350.661,383 C350.897,383 351.101,383.086 351.268,383.251 C351.434,383.419 351.518,383.621 351.518,383.857 L351.518,388.488 z" fill="inherit" id="operation-merge-shape"/>
+    </symbol>
+    <symbol id="operation-move" viewBox="320 380 20 20">
+      <path d="M330.005,381 L327.005,384 L328.005,385 L329.005,385 L329.005,387 L331.005,387 L331.005,385 L332.005,385 L333.005,384 L330.005,381 z M324.005,387 L325.005,388 L325.005,389 L327.005,389 L327.005,391 L325.005,391 L325.005,392 L324.005,393 L321.005,390 L324.005,387 z M336.005,387 L339.005,390 L336.005,393 L335.005,392 L335.005,391 L333.005,391 L333.005,389 L335.005,389 L335.005,388 L336.005,387 z M329.005,393 L331.005,393 L331.005,395 L332.005,395 L333.005,396 L330.005,399 L327.005,396 L328.005,395 L329.005,395 L329.005,393 z" fill="currentColor" id="operation-move-shape2"/>
+      <path d="M330.005,388 C328.9,388 328.005,388.895 328.005,390 C328.005,391.105 328.9,392 330.005,392 C331.109,392 332.005,391.105 332.005,390 C332.005,388.895 331.109,388 330.005,388 z" fill="inherit" id="operation-move-shape"/>
+    </symbol>
+    <symbol id="operation-reverse" viewBox="300 380 20 20">
+      <path d="M308.005,385 L304.005,390 L308.005,395 L310.005,395 L310.005,394 L306.505,390 L310.005,386 L310.005,385 L308.005,385 z M314.005,385 L316.005,385 L316.005,386 L312.505,390 L316.005,394 L316.005,395 L314.005,395 L310.005,390 L314.005,385 z" fill="inherit" id="operation-reverse-shape"/>
+    </symbol>
+    <symbol id="operation-disconnect" viewBox="280 380 20 20">
+      <path d="M284.005,386.013 L280.005,390.013 L284.005,394.013 L285.005,393.013 L285.005,391.013 L287.192,391.013 C287.079,390.696 287.005,390.368 287.005,390.013 C287.005,389.668 287.085,389.322 287.192,389.013 L285.005,389.013 L285.005,387.013 L284.005,386.013 z M296.005,386.013 L295.005,387.013 L295.005,389.013 L292.817,389.013 C292.925,389.322 293.005,389.668 293.005,390.013 C293.005,390.368 292.931,390.696 292.817,391.013 L295.005,391.013 L295.005,393.013 L296.005,394.013 L300.005,390.013 L296.005,386.013 z" fill="currentColor" id="operation-disconnect-shape2"/>
+      <path d="M290.005,388 C288.9,388 288.005,388.895 288.005,390 C288.005,391.105 288.9,392 290.005,392 C291.109,392 292.005,391.105 292.005,390 C292.005,388.895 291.109,388 290.005,388 z" fill="inherit" id="operation-disconnect-shape"/>
+    </symbol>
+    <symbol id="operation-split" viewBox="260 380 20 20">
+      <path d="M264.005,385.013 C263.005,385.013 262.005,386.013 262.005,387.013 L262.005,389.013 L265.005,389.013 L267.005,390.013 L265.005,391.013 L262.005,391.013 L262.005,393.013 C262.005,394.013 263.005,395.013 264.005,395.013 L265.005,395.013 C267.005,395.013 267.492,394.038 268.005,393.013 L269.005,391.013 L278.005,386.013 C278.005,386.013 278.005,385.013 276.005,385.013 L268.974,388.919 L268.005,387.013 C267.511,386.025 267.005,385.013 265.005,385.013 z M264.005,386.013 L266.005,386.013 L267.005,388.013 L263.005,388.013 C263.005,388.013 263.005,387.346 263.005,387.013 C263.005,386 264.005,386.013 264.005,386.013 z M272.099,390.732 L270.099,391.732 L276.005,395.013 C278.005,395.013 278.005,394.013 278.005,394.013 z M263.005,392.013 L267.005,392.013 L266.005,394.013 L264.005,394.013 C264.005,394.013 263.005,394.013 263.005,393.013 z" fill="inherit" id="operation-split-shape"/>
+    </symbol>
+    <symbol id="operation-straighten" viewBox="240 380 20 20">
+      <path d="M245.005,389 L247.005,389 L247.005,391 L245.005,391 z M253.005,391 L255.005,391 L255.005,389 L253.005,389 z" fill="currentColor" id="operation-straighten-shape2"/>
+      <path d="M242.005,388 C240.9,388 240.005,388.895 240.005,390 C240.005,391.105 240.9,392 242.005,392 C243.11,392 244.005,391.105 244.005,390 C244.005,388.895 243.11,388 242.005,388 z M250.005,388 C251.11,388 252.005,388.895 252.005,390 C252.005,391.105 251.11,392 250.005,392 C248.9,392 248.005,391.105 248.005,390 C248.005,388.895 248.9,388 250.005,388 z M258.005,388 C259.11,388 260.005,388.895 260.005,390 C260.005,391.105 259.11,392 258.005,392 C256.9,392 256.005,391.105 256.005,390 C256.005,388.895 256.9,388 258.005,388 z" fill="inherit" id="operation-straighten-shape"/>
+    </symbol>
+    <symbol id="operation-circularize" viewBox="220 380 20 20">
+      <path d="M227.036,382.607 C225.707,383.138 224.592,384.026 223.724,385.138 C223.795,385.156 223.873,385.147 223.942,385.169 C224.463,385.338 224.884,385.659 225.224,386.044 C225.807,385.347 226.545,384.806 227.38,384.419 C227.152,383.997 227.005,383.522 227.005,383.013 C227.005,382.873 227.017,382.742 227.036,382.607 z M232.974,382.607 C232.993,382.742 233.005,382.873 233.005,383.013 C233.005,383.522 232.858,383.997 232.63,384.419 C233.465,384.806 234.203,385.347 234.786,386.044 C235.126,385.659 235.547,385.338 236.067,385.169 C236.135,385.147 236.214,385.13 236.286,385.107 C235.42,384.004 234.295,383.135 232.974,382.607 z M222.036,390.825 C222.169,392.179 222.655,393.44 223.38,394.513 C223.434,394.417 223.502,394.322 223.567,394.232 C223.866,393.821 224.257,393.509 224.692,393.294 C224.253,392.573 223.964,391.733 223.849,390.857 C223.285,391.021 222.664,391.019 222.067,390.825 C222.058,390.822 222.045,390.828 222.036,390.825 z M237.942,390.825 C237.346,391.019 236.725,391.021 236.161,390.857 C236.046,391.733 235.757,392.573 235.317,393.294 C235.755,393.498 236.139,393.813 236.442,394.232 C236.508,394.322 236.576,394.417 236.63,394.513 C237.355,393.44 237.841,392.179 237.974,390.825 C237.965,390.828 237.951,390.822 237.942,390.825 z M229.005,396.169 C228.975,396.727 228.791,397.283 228.442,397.763 C228.415,397.8 228.377,397.821 228.349,397.857 C228.889,397.972 229.431,398.044 230.005,398.044 C230.579,398.044 231.121,397.972 231.661,397.857 C231.633,397.821 231.594,397.8 231.567,397.763 C231.219,397.283 231.035,396.727 231.005,396.169 C230.676,396.223 230.35,396.263 230.005,396.263 C229.66,396.263 229.334,396.222 229.005,396.169 z" fill="currentColor" id="operation-circularize-shape2"/>
+      <path d="M230.005,381 C228.9,381 228.005,381.895 228.005,383 C228.005,384.105 228.9,385 230.005,385 C231.11,385 232.005,384.105 232.005,383 C232.005,381.895 231.11,381 230.005,381 z M222.849,386 C223.108,385.978 223.367,386.008 223.63,386.094 C224.68,386.435 225.253,387.574 224.911,388.625 C224.57,389.676 223.43,390.248 222.38,389.906 C221.329,389.565 220.757,388.426 221.099,387.375 C221.355,386.587 222.072,386.067 222.849,386 z M236.786,386 C237.711,385.896 238.613,386.456 238.911,387.375 C239.253,388.425 238.68,389.565 237.63,389.906 C236.579,390.248 235.44,389.675 235.099,388.625 C234.757,387.574 235.329,386.435 236.38,386.094 C236.511,386.051 236.654,386.015 236.786,386 z M226.067,394 C226.452,394.013 226.857,394.132 227.192,394.375 C228.086,395.024 228.279,396.294 227.63,397.188 C226.981,398.081 225.711,398.274 224.817,397.625 C223.924,396.976 223.731,395.706 224.38,394.812 C224.786,394.254 225.426,393.978 226.067,394 z M233.942,394 C234.584,393.978 235.224,394.254 235.63,394.812 C236.279,395.706 236.086,396.976 235.192,397.625 C234.299,398.274 233.029,398.081 232.38,397.188 C231.731,396.294 231.924,395.024 232.817,394.375 C233.153,394.132 233.557,394.013 233.942,394 z" fill="inherit" id="operation-circularize-shape"/>
+    </symbol>
+    <symbol id="operation-delete" viewBox="200 380 20 20">
+      <path d="M212.156,394.787 C212.156,394.878 212.191,394.954 212.258,395.015 C212.325,395.075 212.412,395.105 212.515,395.105 L212.875,395.105 C212.973,395.105 213.057,395.075 213.126,395.019 C213.197,394.961 213.234,394.884 213.234,394.787 L213.234,389.497 C213.234,389.405 213.197,389.324 213.126,389.26 C213.057,389.193 212.973,389.159 212.875,389.159 L212.515,389.159 C212.417,389.159 212.333,389.193 212.264,389.26 C212.193,389.324 212.156,389.405 212.156,389.497 z M210.537,389.497 C210.537,389.405 210.504,389.324 210.433,389.26 C210.36,389.193 210.276,389.159 210.18,389.159 L209.82,389.159 C209.722,389.159 209.64,389.193 209.576,389.26 C209.513,389.324 209.48,389.405 209.48,389.497 L209.48,394.787 C209.48,394.878 209.511,394.954 209.573,395.015 C209.634,395.075 209.715,395.105 209.82,395.105 L210.18,395.105 C210.276,395.105 210.36,395.075 210.433,395.019 C210.504,394.961 210.537,394.884 210.537,394.787 z M208.672,384.964 C209.555,384.951 210.445,384.951 211.348,384.964 C211.348,384.895 211.353,384.829 211.367,384.762 C211.378,384.695 211.378,384.632 211.367,384.575 L211.367,384.447 C211.152,384.389 210.923,384.357 210.685,384.352 C210.445,384.346 210.218,384.343 210.005,384.343 C209.778,384.343 209.548,384.346 209.311,384.352 C209.075,384.357 208.848,384.389 208.635,384.447 L208.635,384.575 C208.635,384.632 208.637,384.697 208.645,384.766 C208.651,384.836 208.66,384.901 208.672,384.964 M207.844,389.497 C207.844,389.405 207.807,389.324 207.738,389.26 C207.667,389.193 207.583,389.159 207.485,389.159 L207.127,389.159 C207.027,389.159 206.947,389.193 206.883,389.26 C206.818,389.324 206.785,389.405 206.785,389.497 L206.785,394.787 C206.785,394.878 206.818,394.954 206.883,395.015 C206.947,395.075 207.027,395.105 207.127,395.105 L207.485,395.105 C207.583,395.105 207.667,395.075 207.738,395.019 C207.807,394.961 207.844,394.884 207.844,394.787 z M210.005,388.185 C210.796,388.174 211.586,388.156 212.377,388.135 C213.167,388.111 213.958,388.056 214.751,387.962 L214.751,395.174 C214.751,395.535 214.615,395.848 214.346,396.108 C214.075,396.37 213.747,396.5 213.361,396.5 L206.639,396.5 C206.253,396.5 205.921,396.372 205.64,396.111 C205.362,395.856 205.224,395.543 205.224,395.174 L205.224,387.962 C205.977,388.056 206.726,388.115 207.467,388.144 C208.209,388.171 208.956,388.185 209.711,388.185 z M216,386.076 L216,386.67 C215.773,386.785 215.397,386.877 214.869,386.95 C214.342,387.022 213.774,387.076 213.163,387.112 C212.554,387.152 211.96,387.174 211.384,387.177 C210.808,387.183 210.349,387.186 210.005,387.186 C209.667,387.186 209.208,387.183 208.626,387.177 C208.042,387.174 207.446,387.152 206.835,387.112 C206.226,387.076 205.662,387.022 205.141,386.954 C204.619,386.884 204.246,386.79 204.019,386.67 C204.006,386.578 204,386.479 204,386.371 L204,386.076 L204,385.764 C204,385.662 204.006,385.557 204.019,385.453 C204.171,385.376 204.39,385.305 204.672,385.251 C204.953,385.198 205.252,385.153 205.571,385.118 C205.89,385.084 206.205,385.059 206.514,385.041 C206.826,385.025 207.066,385.009 207.237,384.998 C207.187,384.528 207.223,384.161 207.342,383.894 C207.463,383.632 207.644,383.434 207.89,383.306 C208.134,383.176 208.435,383.092 208.795,383.054 C209.154,383.018 209.555,383 210.005,383 C210.343,383 210.677,383.007 211.011,383.025 C211.346,383.043 211.643,383.103 211.908,383.2 C212.172,383.302 212.381,383.459 212.538,383.671 C212.694,383.884 212.773,384.184 212.773,384.575 L212.773,384.782 C212.773,384.852 212.765,384.924 212.756,384.998 C212.932,385.009 213.174,385.025 213.48,385.041 C213.787,385.059 214.102,385.084 214.425,385.118 C214.746,385.153 215.051,385.198 215.337,385.251 C215.627,385.305 215.848,385.376 216,385.453 z" fill="inherit" id="operation-delete-shape"/>
+    </symbol>
+  </g>
+  <g id="turns">
+    <symbol id="turn-only-u" viewBox="264 344 32 32" x="-16" y="-16">
+      <path d="M280,344 C271.211,344 264,351.211 264,360 C264,368.789 271.211,376 280,376 C288.789,376 296,368.789 296,360 C296,351.211 288.789,344 280,344 z" fill="#000000" id="path4163-9" opacity="0.5"/>
+      <path d="M268,360 C268,353.373 273.373,348 280,348 C286.627,348 292,353.373 292,360 C292,366.627 286.627,372 280,372 C273.373,372 268,366.627 268,360 z" fill="#7092FF" id="path11970-3"/>
+      <path d="M281,368 L281,365 L278,365 L276,364 L275,363 L274,361 L274,358 L275,356 L276,355 L278,354 L283,354 L284,355 L284,356 L283,357 L278,357 L277,358 L277,361 L278,362 L281,362 L281,359 L286,363.5 z" fill="#000000" id="path2997-6-6-8" opacity="0.5"/>
+    </symbol>
+    <symbol id="turn-no-u" viewBox="232 344 32 32" x="-16" y="-16">
+      <path d="M232,360 C232,351.211 239.211,344 248,344 C256.789,344 264,351.211 264,360 C264,368.789 256.789,376 248,376 C239.211,376 232,368.789 232,360 z" fill="#000000" id="path13862" opacity="0.5"/>
+      <path d="M236,360 C236,353.373 241.373,348 248,348 C254.627,348 260,353.373 260,360 C260,366.627 254.627,372 248,372 C241.373,372 236,366.627 236,360 z" fill="#E06D5F" id="path12055"/>
+      <path d="M241.138,364.5 L246.138,359.5 L248.138,357.5 L252.138,353.5 L253.138,353.5 L254.138,354.5 L254.138,355.5 L250.138,359.5 L248.138,361.5 L243.138,366.5 L242.138,366.5 L241.138,365.5 L241.138,364.5 z M242.013,358 L243.013,356 L244.013,355 L246.013,354 L250.2,354 L247.419,356.781 L247.2,357 L246.013,357 L245.013,358 L245.013,359.188 L242.419,361.781 L242.013,361 L242.013,358 z M246.044,365 L248.825,362.219 L249.013,362 L250.607,360.438 L254.013,363.5 L249.013,368 L249.013,365 L246.044,365 z" fill="#000000" id="path12057" opacity="0.5"/>
+    </symbol>
+    <symbol id="turn-yes-u" viewBox="200 344 32 32" x="-16" y="-16">
+      <path d="M216,344 C207.211,344 200,351.211 200,360 C200,368.789 207.211,376 216,376 C224.789,376 232,368.789 232,360 C232,351.211 224.789,344 216,344 z" fill="#000000" id="path4163" opacity="0.5"/>
+      <path d="M204,360 C204,353.373 209.373,348 216,348 C222.627,348 228,353.373 228,360 C228,366.627 222.627,372 216,372 C209.373,372 204,366.627 204,360 z" fill="#8CD05F" id="path11970"/>
+      <path d="M217,368 L217,365 L214,365 L212,364 L211,363 L210,361 L210,358 L211,356 L212,355 L214,354 L219,354 L220,355 L220,356 L219,357 L214,357 L213,358 L213,361 L214,362 L217,362 L217,359 L222,363.5 z" fill="#000000" id="path2997-6-6" opacity="0.5"/>
+    </symbol>
+    <symbol id="turn-only" viewBox="288 320 44 24" x="-22" y="-12">
+      <path d="M332,332 C332,330 330.85,328.71 330,328 L321.581,320.969 C320.069,319.689 317.578,319.79 316.175,321.188 L315.175,322.188 C314.432,322.922 313.996,323.956 313.987,325 L309.612,325 C307.425,322.013 303.941,320 299.987,320 C293.407,320 288,325.42 288,332 C288,338.58 293.407,344 299.987,344 C303.956,344 307.458,342.007 309.643,339 L313.987,339 C313.987,340.055 314.425,341.102 315.175,341.844 L316.175,342.844 C317.578,344.241 320.069,344.342 321.581,343.062 L330,336 C330.921,335.228 332,334 332,332 z" fill="#000000" id="path3352" opacity="0.5"/>
+      <path d="M328,332 L318.987,324 L317.987,325 L317.987,329 L307.393,329 C306.201,326.08 303.336,324 299.987,324 C295.569,324 292,327.582 292,332 C292,336.418 295.569,340 299.987,340 C303.351,340 306.242,337.94 307.425,335 L317.987,335 L317.987,339 L318.987,340 z" fill="#7092FF" id="path3354"/>
+      <path d="M302.997,332.015 C302.997,333.672 301.654,335.015 299.997,335.015 C298.34,335.015 296.997,333.672 296.997,332.015 C296.997,330.358 298.34,329.015 299.997,329.015 C301.654,329.015 302.997,330.358 302.997,332.015 z" fill="#000000" id="path3356" opacity="0.5"/>
+    </symbol>
+    <symbol id="turn-no" viewBox="244 320 44 24" x="-22" y="-12">
+      <path d="M288,332 C288,330 286.85,328.71 286,328 L277.581,320.969 C276.069,319.689 273.578,319.79 272.175,321.188 L271.175,322.188 C270.432,322.922 269.996,323.956 269.987,325 L265.612,325 C263.425,322.013 259.941,320 255.987,320 C249.407,320 244,325.42 244,332 C244,338.58 249.407,344 255.987,344 C259.956,344 263.458,342.007 265.643,339 L269.987,339 C269.987,340.055 270.425,341.102 271.175,341.844 L272.175,342.844 C273.578,344.241 276.069,344.342 277.581,343.062 L286,336 C286.921,335.228 288,334 288,332 z" fill="#000000" id="path12182-9" opacity="0.5"/>
+      <path d="M284,332 L274.987,324 L273.987,325 L273.987,329 L263.393,329 C262.201,326.08 259.336,324 255.987,324 C251.569,324 248,327.582 248,332 C248,336.418 251.569,340 255.987,340 C259.351,340 262.242,337.94 263.425,335 L273.987,335 L273.987,339 L274.987,340 z" fill="#E06D5F" id="path12188-3"/>
+      <path d="M258,328 L258,336 L257,337 L255,337 L254,336 L254,328 L255,327 L257,327 z" fill="#000000" id="rect10944" opacity="0.5"/>
+    </symbol>
+    <symbol id="turn-yes" viewBox="200 320 44 24" x="-22" y="-12">
+      <path d="M244,332 C244,330 242.85,328.71 242,328 L233.581,320.969 C232.069,319.689 229.578,319.79 228.175,321.188 L227.175,322.188 C226.432,322.922 225.996,323.956 225.987,325 L221.612,325 C219.425,322.013 215.941,320 211.987,320 C205.407,320 200,325.42 200,332 C200,338.58 205.407,344 211.987,344 C215.956,344 219.458,342.007 221.643,339 L225.987,339 C225.987,340.055 226.425,341.102 227.175,341.844 L228.175,342.844 C229.578,344.241 232.069,344.342 233.581,343.062 L242,336 C242.921,335.228 244,334 244,332 z" fill="#000000" id="path12182" opacity="0.5"/>
+      <path d="M240,332 L230.987,324 L229.987,325 L229.987,329 L219.393,329 C218.201,326.08 215.336,324 211.987,324 C207.569,324 204,327.582 204,332 C204,336.418 207.569,340 211.987,340 C215.351,340 218.242,337.94 219.425,335 L229.987,335 L229.987,339 L230.987,340 z" fill="#8CD05F" id="path12188"/>
+      <path d="M214.997,332.015 C214.997,333.672 213.654,335.015 211.997,335.015 C210.34,335.015 208.997,333.672 208.997,332.015 C208.997,330.358 210.34,329.015 211.997,329.015 C213.654,329.015 214.997,330.358 214.997,332.015 z" fill="#000000" id="path12196" opacity="0.5"/>
+    </symbol>
+  </g>
+  <g id="relations">
+    <symbol id="multipolygon" viewBox="540 260 60 60">
+      <g id="g24832">
+        <g id="g24743">
+          <g id="rect24790">
+            <path d="M560.5,280.5 L578.5,280.5 L578.5,298.5 L560.5,298.5 z" fill="#FFFFFF"/>
+            <path d="M560.5,280.5 L578.5,280.5 L578.5,298.5 L560.5,298.5 z" fill-opacity="0" stroke="#AAAAAA" stroke-width="1" stroke-dasharray="2,1"/>
+          </g>
+        </g>
+        <path d="M582,280.5 C582,282.433 580.433,284 578.5,284 C576.567,284 575,282.433 575,280.5 C575,278.567 576.567,277 578.5,277 C580.433,277 582,278.567 582,280.5 z" fill="#000000" id="path20311-4" opacity="0.2"/>
+        <path d="M581,280.5 C581,281.881 579.881,283 578.5,283 C577.119,283 576,281.881 576,280.5 C576,279.119 577.119,278 578.5,278 C579.881,278 581,279.119 581,280.5 z" fill="#FFFFFF" id="path20313-8"/>
+        <path d="M564,298.5 C564,300.433 562.433,302 560.5,302 C558.567,302 557,300.433 557,298.5 C557,296.567 558.567,295 560.5,295 C562.433,295 564,296.567 564,298.5 z" fill="#000000" id="path24813" opacity="0.2"/>
+        <path d="M563,298.5 C563,299.881 561.881,301 560.5,301 C559.119,301 558,299.881 558,298.5 C558,297.119 559.119,296 560.5,296 C561.881,296 563,297.119 563,298.5 z" fill="#FFFFFF" id="path24815"/>
+        <path d="M564,280.5 C564,282.433 562.433,284 560.5,284 C558.567,284 557,282.433 557,280.5 C557,278.567 558.567,277 560.5,277 C562.433,277 564,278.567 564,280.5 z" fill="#000000" id="path24817" opacity="0.2"/>
+        <path d="M563,280.5 C563,281.881 561.881,283 560.5,283 C559.119,283 558,281.881 558,280.5 C558,279.119 559.119,278 560.5,278 C561.881,278 563,279.119 563,280.5 z" fill="#FFFFFF" id="path24819"/>
+        <path d="M582,298.5 C582,300.433 580.433,302 578.5,302 C576.567,302 575,300.433 575,298.5 C575,296.567 576.567,295 578.5,295 C580.433,295 582,296.567 582,298.5 z" fill="#000000" id="path24821" opacity="0.2"/>
+        <path d="M581,298.5 C581,299.881 579.881,301 578.5,301 C577.119,301 576,299.881 576,298.5 C576,297.119 577.119,296 578.5,296 C579.881,296 581,297.119 581,298.5 z" fill="#FFFFFF" id="path24823"/>
+      </g>
+    </symbol>
+    <symbol id="restriction" viewBox="480 260 60 60">
+      <path d="M510,274.5 C501.44,274.5 494.5,281.44 494.5,290 C494.5,298.56 501.44,305.5 510,305.5 C518.56,305.5 525.5,298.56 525.5,290 C525.5,281.44 518.56,274.5 510,274.5 z M510,278.5 C516.351,278.5 521.5,283.649 521.5,290 C521.5,292.454 520.716,294.726 519.406,296.594 L503.406,280.594 C505.274,279.284 507.546,278.5 510,278.5 z M500.594,283.406 L516.594,299.406 C514.726,300.716 512.454,301.5 510,301.5 C503.649,301.5 498.5,296.351 498.5,290 C498.5,287.546 499.284,285.274 500.594,283.406 z" fill="#E06D5F" id="path23512"/>
+    </symbol>
+    <symbol id="restriction-only-right-turn" viewBox="420 260 60 60">
+      <path d="M450,274 C441.163,274 434,281.163 434,290 C434,298.837 441.163,306 450,306 C458.836,306 466,298.837 466,290 C466,281.163 458.836,274 450,274 z M452,278 L462,287 L458.969,289.719 L452,296 L452,290 L448,290 L446,292 L446,300.219 C443.336,299.177 441.183,297.152 440,294.562 L440,290 L441,288 L444,285 L446,284 L452,284 L452,279.781 L452,278 z" fill="#58A9ED" id="path5148"/>
+    </symbol>
+    <symbol id="restriction-only-left-turn" viewBox="360 260 60 60">
+      <path d="M390,274 C381.163,274 374,281.163 374,290 C374,298.837 381.163,306 390,306 C398.836,306 406,298.837 406,290 C406,281.163 398.836,274 390,274 z M388,278 L388,279.781 L388,284 L394,284 L396,285 L399,288 L400,290 L400,294.562 C398.817,297.152 396.664,299.177 394,300.219 L394,292 L392,290 L388,290 L388,296 L381.031,289.719 L378,287 L388,278 z" fill="#58A9ED" id="path5144"/>
+    </symbol>
+    <symbol id="restriction-only-straight-on" viewBox="300 260 60 60">
+      <path d="M330,274 C321.163,274 314,281.163 314,290 C314,298.837 321.163,306 330,306 C338.836,306 346,298.837 346,290 C346,281.163 338.836,274 330,274 z M330,278 L339,288 L333,288 L333,300.531 C332.047,300.832 331.051,301 330,301 C328.96,301 327.953,300.863 327,300.594 L327,288 L321,288 L330,278 z" fill="#58A9ED" id="path5016"/>
+    </symbol>
+    <symbol id="restriction-no-right-turn" viewBox="240 260 60 60">
+      <g id="g4552">
+        <path d="M279,277 L279,283 L269,283 L267.344,283.812 L272.531,289 L279,289 L279,295 L289,286 z M263.25,286.75 L263,287 L261,290 L261,296.312 C262.434,298.355 264.536,299.899 267,300.594 L267,291 L267.25,290.75 z" fill="#989898" id="path4620"/>
+        <path d="M270,275 C261.71,275 255,281.71 255,290 C255,298.29 261.71,305 270,305 C277.973,305 284.482,298.787 284.969,290.938 L281.156,294.375 C280.803,295.268 280.355,296.101 279.812,296.875 L279.469,297.344 L263.062,280.938 L262.625,280.5 L263.125,280.156 C265.072,278.791 267.439,278 270,278 C273.08,278 275.874,279.183 278,281.094 L278,277.344 C275.68,275.874 272.952,275 270,275 z M260.531,282.625 L260.937,283.031 L276.937,299.031 L277.375,299.469 L276.875,299.812 C274.928,301.178 272.561,302 270,302 C263.378,302 258,296.621 258,290 C258,287.439 258.822,285.041 260.187,283.094 z" fill="#E06D5F" id="path4564"/>
+      </g>
+    </symbol>
+    <symbol id="restriction-no-left-turn" viewBox="180 260 60 60">
+      <g id="g4600">
+        <path d="M200,277 L190,286 L200,295 L200,289 L205.5,289 L200,283.5 L200,277 z M206.531,283 L218,294.469 L218,291 L216,287 L214,285 L210,283 L206.531,283 z M212,295.5 L212,300.812 C213.354,300.53 214.611,299.958 215.75,299.25 L212,295.5 z" fill="#989898" id="path4604"/>
+        <path d="M210,275 C206.612,275 203.51,276.14 201,278.031 L201,283.094 L217.375,299.469 L216.875,299.812 C214.928,301.178 212.561,302 210,302 C205.527,302 201.626,299.541 199.562,295.906 L195.125,291.938 C196.076,299.309 202.368,305 210,305 C218.29,305 225,298.29 225,290 C225,281.71 218.29,275 210,275 z M210,278 C216.621,278 222,283.379 222,290 C222,292.561 221.178,294.928 219.812,296.875 L219.469,297.344 L202.625,280.5 L203.125,280.156 C205.072,278.791 207.439,278 210,278 z" fill="#E06D5F" id="path4612"/>
+      </g>
+    </symbol>
+    <symbol id="restriction-no-u-turn" viewBox="120 260 60 60">
+      <path d="M149,282 L146.687,283.156 L151.531,288 L155,288 L157,290 L157,296 L151,296 L160,306 L169,296 L163,296 L163,290 L161.719,287.406 L161,286 L159,284 L155,282 z M142.844,286.344 L141,290 L141,296.312 C142.343,298.225 144.267,299.72 146.531,300.469 L147,300 L147,290.5 z" fill="#989898" id="path4860"/>
+      <path d="M150,275 C141.71,275 135,281.71 135,290 C135,298.29 141.71,305 150,305 C152.307,305 154.486,304.46 156.437,303.531 L154.312,301.156 C152.974,301.679 151.522,302 150,302 C143.378,302 138,296.621 138,290 C138,287.439 138.822,285.041 140.187,283.094 L140.531,282.625 L140.937,283.031 L152.906,295 L156,295 L156,293.875 L143.062,280.938 L142.625,280.5 L143.125,280.156 C145.072,278.791 147.439,278 150,278 C154.385,278 158.219,280.359 160.312,283.875 L161.812,285.406 L164,289.75 L164,295 L164.125,295 C164.677,293.436 165,291.754 165,290 C165,281.71 158.29,275 150,275 z" fill="#E06D5F" id="path4852"/>
+    </symbol>
+    <symbol id="restriction-no-straight-on" viewBox="60 260 60 60">
+      <g id="g4998">
+        <path d="M90,275 L81,285 L88.531,285 L93,289.469 L93,285 L99,285 L90,275 z M87,290.5 L87,300.594 C87.953,300.863 88.96,301 90,301 C91.051,301 92.047,300.832 93,300.531 L93,296.5 L87,290.5 z" fill="#989898" id="path4995"/>
+        <path d="M88.469,275.062 C80.901,275.83 75,282.228 75,290 C75,298.29 81.71,305 90,305 C98.29,305 105,298.29 105,290 C105,282.186 99.034,275.773 91.406,275.062 L95.094,279.156 C99.163,281.078 102,285.206 102,290 C102,292.561 101.178,294.928 99.812,296.875 L99.469,297.344 L99.062,296.938 L88.125,286 L87,286 L83.906,286 L96.938,299.031 L97.375,299.469 L96.875,299.812 C94.928,301.178 92.561,302 90,302 C83.379,302 78,296.621 78,290 C78,287.439 78.822,285.041 80.188,283.094 L80.531,282.625 L80.938,283.031 L81.188,283.281 L83.188,281.062 L83.062,280.938 L82.625,280.5 L83.125,280.156 C83.688,279.762 84.279,279.418 84.906,279.125 L88.594,275.062 C88.553,275.066 88.51,275.058 88.469,275.062 z" fill="#E06D5F" id="path4989"/>
+      </g>
+    </symbol>
+    <symbol id="route-master" viewBox="0 260 60 60">
+      <g id="g3425">
+        <g id="g3427">
+          <path d="M36.969,305.469 L34.031,309.531 L23.031,301.531 L25.969,297.469 z" fill="#46682F" id="path3429"/>
+          <path d="M34.125,305.406 L36.875,309.594 L48.875,301.594 L46.125,297.406 z" fill="#70372F" id="path3431"/>
+          <path d="M11.125,305.419 L13.875,309.575 L25.875,301.575 L23.125,297.419 z" fill="#2C5476" id="path3433"/>
+        </g>
+        <path d="M36.375,306.281 L34.625,308.719 L23.625,300.719 L25.375,298.281 z" fill="#8CD05F" id="path3437"/>
+        <path d="M34.656,306.25 L36.344,308.75 L48.344,300.75 L46.656,298.25 z" fill="#E06D5F" id="path3441"/>
+        <path d="M11.656,306.263 L13.344,308.763 L25.344,300.763 L23.656,298.263 z" fill="#58A9ED" id="path3443"/>
+        <path d="M50,299.5 C50,300.881 48.881,302 47.5,302 C46.119,302 45,300.881 45,299.5 C45,298.119 46.119,297 47.5,297 C48.881,297 50,298.119 50,299.5 z" fill="#70372F" id="path3445"/>
+        <path d="M15,307.5 C15,308.881 13.881,310 12.5,310 C11.119,310 10,308.881 10,307.5 C10,306.119 11.119,305 12.5,305 C13.881,305 15,306.119 15,307.5 z" fill="#2C5476" id="path3447"/>
+        <path d="M27,299.5 C27,300.881 25.881,302 24.5,302 C23.119,302 22,300.881 22,299.5 C22,298.119 23.119,297 24.5,297 C25.881,297 27,298.119 27,299.5 z" fill="#395E53" id="path3449"/>
+        <path d="M38,307.5 C38,308.881 36.881,310 35.5,310 C34.119,310 33,308.881 33,307.5 C33,306.119 34.119,305 35.5,305 C36.881,305 38,306.119 38,307.5 z" fill="#5B502F" id="path3451"/>
+        <path d="M49,299.5 C49,300.328 48.328,301 47.5,301 C46.672,301 46,300.328 46,299.5 C46,298.672 46.672,298 47.5,298 C48.328,298 49,298.672 49,299.5 z" fill="#FFFFFF" id="path3453"/>
+        <path d="M37,307.5 C37,308.328 36.328,309 35.5,309 C34.672,309 34,308.328 34,307.5 C34,306.672 34.672,306 35.5,306 C36.328,306 37,306.672 37,307.5 z" fill="#FFFFFF" id="path3455"/>
+        <path d="M26,299.5 C26,300.328 25.328,301 24.5,301 C23.672,301 23,300.328 23,299.5 C23,298.672 23.672,298 24.5,298 C25.328,298 26,298.672 26,299.5 z" fill="#FFFFFF" id="path3457"/>
+        <path d="M14,307.5 C14,308.328 13.328,309 12.5,309 C11.672,309 11,308.328 11,307.5 C11,306.672 11.672,306 12.5,306 C13.328,306 14,306.672 14,307.5 z" fill="#FFFFFF" id="path3459"/>
+      </g>
+      <g id="g3473">
+        <g id="g3475">
+          <path d="M36.969,305.469 L34.031,309.531 L23.031,301.531 L25.969,297.469 z" fill="#46682F" id="path3477"/>
+          <path d="M34.125,305.406 L36.875,309.594 L48.875,301.594 L46.125,297.406 z" fill="#70372F" id="path3479"/>
+          <path d="M11.125,305.419 L13.875,309.575 L25.875,301.575 L23.125,297.419 z" fill="#2C5476" id="path3481"/>
+        </g>
+        <path d="M36.375,306.281 L34.625,308.719 L23.625,300.719 L25.375,298.281 z" fill="#8CD05F" id="path3485"/>
+        <path d="M34.656,306.25 L36.344,308.75 L48.344,300.75 L46.656,298.25 z" fill="#E06D5F" id="path3489"/>
+        <path d="M11.656,306.263 L13.344,308.763 L25.344,300.763 L23.656,298.263 z" fill="#58A9ED" id="path3491"/>
+        <path d="M50,299.5 C50,300.881 48.881,302 47.5,302 C46.119,302 45,300.881 45,299.5 C45,298.119 46.119,297 47.5,297 C48.881,297 50,298.119 50,299.5 z" fill="#70372F" id="path3493"/>
+        <path d="M15,307.5 C15,308.881 13.881,310 12.5,310 C11.119,310 10,308.881 10,307.5 C10,306.119 11.119,305 12.5,305 C13.881,305 15,306.119 15,307.5 z" fill="#2C5476" id="path3495"/>
+        <path d="M27,299.5 C27,300.881 25.881,302 24.5,302 C23.119,302 22,300.881 22,299.5 C22,298.119 23.119,297 24.5,297 C25.881,297 27,298.119 27,299.5 z" fill="#395E53" id="path3497"/>
+        <path d="M38,307.5 C38,308.881 36.881,310 35.5,310 C34.119,310 33,308.881 33,307.5 C33,306.119 34.119,305 35.5,305 C36.881,305 38,306.119 38,307.5 z" fill="#5B502F" id="path3499"/>
+        <path d="M49,299.5 C49,300.328 48.328,301 47.5,301 C46.672,301 46,300.328 46,299.5 C46,298.672 46.672,298 47.5,298 C48.328,298 49,298.672 49,299.5 z" fill="#FFFFFF" id="path3501"/>
+        <path d="M37,307.5 C37,308.328 36.328,309 35.5,309 C34.672,309 34,308.328 34,307.5 C34,306.672 34.672,306 35.5,306 C36.328,306 37,306.672 37,307.5 z" fill="#FFFFFF" id="path3503"/>
+        <path d="M26,299.5 C26,300.328 25.328,301 24.5,301 C23.672,301 23,300.328 23,299.5 C23,298.672 23.672,298 24.5,298 C25.328,298 26,298.672 26,299.5 z" fill="#FFFFFF" id="path3505"/>
+        <path d="M14,307.5 C14,308.328 13.328,309 12.5,309 C11.672,309 11,308.328 11,307.5 C11,306.672 11.672,306 12.5,306 C13.328,306 14,306.672 14,307.5 z" fill="#FFFFFF" id="path3507"/>
+      </g>
+      <g id="g3545">
+        <g id="g3547">
+          <path d="M36.969,291.469 L34.031,295.531 L23.031,287.531 L25.969,283.469 z" fill="#46682F" id="path3549"/>
+          <path d="M34.125,291.406 L36.875,295.594 L48.875,287.594 L46.125,283.406 z" fill="#70372F" id="path3551"/>
+          <path d="M11.125,291.419 L13.875,295.575 L25.875,287.575 L23.125,283.419 z" fill="#2C5476" id="path3553"/>
+        </g>
+        <path d="M36.375,292.281 L34.625,294.719 L23.625,286.719 L25.375,284.281 z" fill="#8CD05F" id="path3557"/>
+        <path d="M34.656,292.25 L36.344,294.75 L48.344,286.75 L46.656,284.25 z" fill="#E06D5F" id="path3561"/>
+        <path d="M11.656,292.263 L13.344,294.763 L25.344,286.763 L23.656,284.263 z" fill="#58A9ED" id="path3563"/>
+        <path d="M50,285.5 C50,286.881 48.881,288 47.5,288 C46.119,288 45,286.881 45,285.5 C45,284.119 46.119,283 47.5,283 C48.881,283 50,284.119 50,285.5 z" fill="#70372F" id="path3565"/>
+        <path d="M15,293.5 C15,294.881 13.881,296 12.5,296 C11.119,296 10,294.881 10,293.5 C10,292.119 11.119,291 12.5,291 C13.881,291 15,292.119 15,293.5 z" fill="#2C5476" id="path3567"/>
+        <path d="M27,285.5 C27,286.881 25.881,288 24.5,288 C23.119,288 22,286.881 22,285.5 C22,284.119 23.119,283 24.5,283 C25.881,283 27,284.119 27,285.5 z" fill="#395E53" id="path3569"/>
+        <path d="M38,293.5 C38,294.881 36.881,296 35.5,296 C34.119,296 33,294.881 33,293.5 C33,292.119 34.119,291 35.5,291 C36.881,291 38,292.119 38,293.5 z" fill="#5B502F" id="path3571"/>
+        <path d="M49,285.5 C49,286.328 48.328,287 47.5,287 C46.672,287 46,286.328 46,285.5 C46,284.672 46.672,284 47.5,284 C48.328,284 49,284.672 49,285.5 z" fill="#FFFFFF" id="path3573"/>
+        <path d="M37,293.5 C37,294.328 36.328,295 35.5,295 C34.672,295 34,294.328 34,293.5 C34,292.672 34.672,292 35.5,292 C36.328,292 37,292.672 37,293.5 z" fill="#FFFFFF" id="path3575"/>
+        <path d="M26,285.5 C26,286.328 25.328,287 24.5,287 C23.672,287 23,286.328 23,285.5 C23,284.672 23.672,284 24.5,284 C25.328,284 26,284.672 26,285.5 z" fill="#FFFFFF" id="path3577"/>
+        <path d="M14,293.5 C14,294.328 13.328,295 12.5,295 C11.672,295 11,294.328 11,293.5 C11,292.672 11.672,292 12.5,292 C13.328,292 14,292.672 14,293.5 z" fill="#FFFFFF" id="path3579"/>
+      </g>
+      <g id="g3581">
+        <g id="g3583">
+          <path d="M36.969,277.469 L34.031,281.531 L23.031,273.531 L25.969,269.469 z" fill="#46682F" id="path3585"/>
+          <path d="M34.125,277.406 L36.875,281.594 L48.875,273.594 L46.125,269.406 z" fill="#70372F" id="path3587"/>
+          <path d="M11.125,277.419 L13.875,281.575 L25.875,273.575 L23.125,269.419 z" fill="#2C5476" id="path3589"/>
+        </g>
+        <path d="M36.375,278.281 L34.625,280.719 L23.625,272.719 L25.375,270.281 z" fill="#8CD05F" id="path3593"/>
+        <path d="M34.656,278.25 L36.344,280.75 L48.344,272.75 L46.656,270.25 z" fill="#E06D5F" id="path3597"/>
+        <path d="M11.656,278.263 L13.344,280.763 L25.344,272.763 L23.656,270.263 z" fill="#58A9ED" id="path3599"/>
+        <path d="M50,271.5 C50,272.881 48.881,274 47.5,274 C46.119,274 45,272.881 45,271.5 C45,270.119 46.119,269 47.5,269 C48.881,269 50,270.119 50,271.5 z" fill="#70372F" id="path3601"/>
+        <path d="M15,279.5 C15,280.881 13.881,282 12.5,282 C11.119,282 10,280.881 10,279.5 C10,278.119 11.119,277 12.5,277 C13.881,277 15,278.119 15,279.5 z" fill="#2C5476" id="path3603"/>
+        <path d="M27,271.5 C27,272.881 25.881,274 24.5,274 C23.119,274 22,272.881 22,271.5 C22,270.119 23.119,269 24.5,269 C25.881,269 27,270.119 27,271.5 z" fill="#395E53" id="path3605"/>
+        <path d="M38,279.5 C38,280.881 36.881,282 35.5,282 C34.119,282 33,280.881 33,279.5 C33,278.119 34.119,277 35.5,277 C36.881,277 38,278.119 38,279.5 z" fill="#5B502F" id="path3607"/>
+        <path d="M49,271.5 C49,272.328 48.328,273 47.5,273 C46.672,273 46,272.328 46,271.5 C46,270.672 46.672,270 47.5,270 C48.328,270 49,270.672 49,271.5 z" fill="#FFFFFF" id="path3609"/>
+        <path d="M37,279.5 C37,280.328 36.328,281 35.5,281 C34.672,281 34,280.328 34,279.5 C34,278.672 34.672,278 35.5,278 C36.328,278 37,278.672 37,279.5 z" fill="#FFFFFF" id="path3611"/>
+        <path d="M26,271.5 C26,272.328 25.328,273 24.5,273 C23.672,273 23,272.328 23,271.5 C23,270.672 23.672,270 24.5,270 C25.328,270 26,270.672 26,271.5 z" fill="#FFFFFF" id="path3613"/>
+        <path d="M14,279.5 C14,280.328 13.328,281 12.5,281 C11.672,281 11,280.328 11,279.5 C11,278.672 11.672,278 12.5,278 C13.328,278 14,278.672 14,279.5 z" fill="#FFFFFF" id="path3615"/>
+      </g>
+    </symbol>
+    <symbol id="route-pipeline" viewBox="720 200 60 60">
+      <g id="g25089">
+        <g id="g25091">
+          <path d="M756.969,245.469 L754.031,249.531 L743.031,241.531 L745.969,237.469 z" fill="#46682F" id="path25093"/>
+          <path d="M754.125,245.406 L756.875,249.594 L768.875,241.594 L766.125,237.406 z" fill="#70372F" id="path25095"/>
+          <path d="M731.125,245.419 L733.875,249.575 L745.875,241.575 L743.125,237.419 z" fill="#2C5476" id="path25097"/>
+        </g>
+        <path d="M756.375,246.281 L754.625,248.719 L743.625,240.719 L745.375,238.281 z" fill="#8CD05F" id="path25101"/>
+        <path d="M754.656,246.25 L756.344,248.75 L768.344,240.75 L766.656,238.25 z" fill="#E06D5F" id="path25105"/>
+        <path d="M731.656,246.263 L733.344,248.763 L745.344,240.763 L743.656,238.263 z" fill="#58A9ED" id="path25107"/>
+        <path d="M770,239.5 C770,240.881 768.881,242 767.5,242 C766.119,242 765,240.881 765,239.5 C765,238.119 766.119,237 767.5,237 C768.881,237 770,238.119 770,239.5 z" fill="#70372F" id="path25109"/>
+        <path d="M735,247.5 C735,248.881 733.881,250 732.5,250 C731.119,250 730,248.881 730,247.5 C730,246.119 731.119,245 732.5,245 C733.881,245 735,246.119 735,247.5 z" fill="#2C5476" id="path25111"/>
+        <path d="M747,239.5 C747,240.881 745.881,242 744.5,242 C743.119,242 742,240.881 742,239.5 C742,238.119 743.119,237 744.5,237 C745.881,237 747,238.119 747,239.5 z" fill="#395E53" id="path25113"/>
+        <path d="M758,247.5 C758,248.881 756.881,250 755.5,250 C754.119,250 753,248.881 753,247.5 C753,246.119 754.119,245 755.5,245 C756.881,245 758,246.119 758,247.5 z" fill="#5B502F" id="path25115"/>
+        <path d="M769,239.5 C769,240.328 768.328,241 767.5,241 C766.672,241 766,240.328 766,239.5 C766,238.672 766.672,238 767.5,238 C768.328,238 769,238.672 769,239.5 z" fill="#FFFFFF" id="path25117"/>
+        <path d="M757,247.5 C757,248.328 756.328,249 755.5,249 C754.672,249 754,248.328 754,247.5 C754,246.672 754.672,246 755.5,246 C756.328,246 757,246.672 757,247.5 z" fill="#FFFFFF" id="path25119"/>
+        <path d="M746,239.5 C746,240.328 745.328,241 744.5,241 C743.672,241 743,240.328 743,239.5 C743,238.672 743.672,238 744.5,238 C745.328,238 746,238.672 746,239.5 z" fill="#FFFFFF" id="path25121"/>
+        <path d="M734,247.5 C734,248.328 733.328,249 732.5,249 C731.672,249 731,248.328 731,247.5 C731,246.672 731.672,246 732.5,246 C733.328,246 734,246.672 734,247.5 z" fill="#FFFFFF" id="path25123"/>
+      </g>
+      <g id="g26258-9">
+        <path d="M735.5,213 C734.119,213 733,215.239 733,218 C733,220.761 734.119,223 735.5,223 L746,223 L746,213 L735.5,213 z M750,213 L750,223 L764.5,223 L764.5,213 L750,213 z" fill="#B5B5B5" id="rect25143-4"/>
+        <path d="M767,218 C767,220.761 765.881,223 764.5,223 C763.119,223 762,220.761 762,218 C762,215.239 763.119,213 764.5,213 C765.881,213 767,215.239 767,218 z" fill="#989898" id="path25154-8"/>
+        <path d="M747,210 L747,224 L745,234 L747,234 L748.594,226 L753.406,226 L755,234 L757,234 L755,224 L754,224 L749,224 L749,210 L747,210 z M753,210 L753,212 L755,212 L755,210 L753,210 z M741,213 C740,213 738.5,215.239 738.5,218 C738.5,220.761 740,223 741,223 L743,223 C741.619,223 740,220.761 740,218 C740,215.239 741.619,213 743,213 L741,213 z M756,213 C755,213 753.5,215.239 753.5,218 C753.5,220.761 755,223 756,223 L758,223 C756.619,223 755,220.761 755,218 C755,215.239 756.619,213 758,213 L756,213 z M764.5,213 C763.119,213 762,215.239 762,218 C762,220.761 763.119,223 764.5,223 C765.881,223 767,220.761 767,218 C767,215.239 765.881,213 764.5,213 z" fill="#989898" id="path25145-3"/>
+      </g>
+    </symbol>
+    <symbol id="route-power" viewBox="660 200 60 60">
+      <g id="#g3890">
+        <path d="M680,208 L680,209 L682,209 L682,208 L680,208 z M684,208 L684,209 L686,209 L686,208 L684,208 z M694,208 L694,209 L696,209 L696,208 L694,208 z M698,208 L698,209 L700,209 L700,208 L698,208 z M680.312,213 C679.647,216.533 677.267,218.5 675,218.5 L674,218.5 L674,219.5 L675,219.5 C676.042,219.5 677.082,219.196 678,218.594 L678,219.5 L679,219.5 C681.879,219.5 684.615,217.022 685.312,213 L684.312,213 C683.647,216.533 681.267,218.5 679,218.5 L678.125,218.5 C679.686,217.42 680.885,215.509 681.312,213 L680.312,213 z M694.687,213 C695.385,217.022 698.121,219.5 701,219.5 L702,219.5 L702,218.594 C702.918,219.196 703.958,219.5 705,219.5 L706,219.5 L706,218.5 L705,218.5 C702.733,218.5 700.353,216.533 699.687,213 L698.687,213 C699.115,215.509 700.314,217.42 701.875,218.5 L701,218.5 C698.733,218.5 696.353,216.533 695.687,213 L694.687,213 z" fill="#989898" id="rect4103-5"/>
+        <path d="M688,208 L688,210 L679,210 L679,212 L688,212 L688,234 L692,234 L692,212 L701,212 L701,210 L692,210 L692,208 L688,208 z" fill="#B5B5B5" id="rect4101-1"/>
+      </g>
+      <g id="g22802">
+        <g id="g22804">
+          <path d="M696.969,245.469 L694.031,249.531 L683.031,241.531 L685.969,237.469 z" fill="#46682F" id="path22806"/>
+          <path d="M694.125,245.406 L696.875,249.594 L708.875,241.594 L706.125,237.406 z" fill="#70372F" id="path22808"/>
+          <path d="M671.125,245.419 L673.875,249.575 L685.875,241.575 L683.125,237.419 z" fill="#2C5476" id="path22810"/>
+        </g>
+        <path d="M696.375,246.281 L694.625,248.719 L683.625,240.719 L685.375,238.281 z" fill="#8CD05F" id="path22814"/>
+        <path d="M694.656,246.25 L696.344,248.75 L708.344,240.75 L706.656,238.25 z" fill="#E06D5F" id="path22818"/>
+        <path d="M671.656,246.263 L673.344,248.763 L685.344,240.763 L683.656,238.263 z" fill="#58A9ED" id="path22820"/>
+        <path d="M710,239.5 C710,240.881 708.881,242 707.5,242 C706.119,242 705,240.881 705,239.5 C705,238.119 706.119,237 707.5,237 C708.881,237 710,238.119 710,239.5 z" fill="#70372F" id="path22822"/>
+        <path d="M675,247.5 C675,248.881 673.881,250 672.5,250 C671.119,250 670,248.881 670,247.5 C670,246.119 671.119,245 672.5,245 C673.881,245 675,246.119 675,247.5 z" fill="#2C5476" id="path22824"/>
+        <path d="M687,239.5 C687,240.881 685.881,242 684.5,242 C683.119,242 682,240.881 682,239.5 C682,238.119 683.119,237 684.5,237 C685.881,237 687,238.119 687,239.5 z" fill="#395E53" id="path22826"/>
+        <path d="M698,247.5 C698,248.881 696.881,250 695.5,250 C694.119,250 693,248.881 693,247.5 C693,246.119 694.119,245 695.5,245 C696.881,245 698,246.119 698,247.5 z" fill="#5B502F" id="path22828"/>
+        <path d="M709,239.5 C709,240.328 708.328,241 707.5,241 C706.672,241 706,240.328 706,239.5 C706,238.672 706.672,238 707.5,238 C708.328,238 709,238.672 709,239.5 z" fill="#FFFFFF" id="path22830"/>
+        <path d="M697,247.5 C697,248.328 696.328,249 695.5,249 C694.672,249 694,248.328 694,247.5 C694,246.672 694.672,246 695.5,246 C696.328,246 697,246.672 697,247.5 z" fill="#FFFFFF" id="path22832"/>
+        <path d="M686,239.5 C686,240.328 685.328,241 684.5,241 C683.672,241 683,240.328 683,239.5 C683,238.672 683.672,238 684.5,238 C685.328,238 686,238.672 686,239.5 z" fill="#FFFFFF" id="path22834"/>
+        <path d="M674,247.5 C674,248.328 673.328,249 672.5,249 C671.672,249 671,248.328 671,247.5 C671,246.672 671.672,246 672.5,246 C673.328,246 674,246.672 674,247.5 z" fill="#FFFFFF" id="path22836"/>
+      </g>
+    </symbol>
+    <symbol id="route-ferry" viewBox="600 200 60 60">
+      <g id="g25015">
+        <g id="g25017">
+          <path d="M636.969,245.469 L634.031,249.531 L623.031,241.531 L625.969,237.469 z" fill="#46682F" id="path25019"/>
+          <path d="M634.125,245.406 L636.875,249.594 L648.875,241.594 L646.125,237.406 z" fill="#70372F" id="path25021"/>
+          <path d="M611.125,245.419 L613.875,249.575 L625.875,241.575 L623.125,237.419 z" fill="#2C5476" id="path25023"/>
+        </g>
+        <path d="M636.375,246.281 L634.625,248.719 L623.625,240.719 L625.375,238.281 z" fill="#8CD05F" id="path25027"/>
+        <path d="M634.656,246.25 L636.344,248.75 L648.344,240.75 L646.656,238.25 z" fill="#E06D5F" id="path25031"/>
+        <path d="M611.656,246.263 L613.344,248.763 L625.344,240.763 L623.656,238.263 z" fill="#58A9ED" id="path25033"/>
+        <path d="M650,239.5 C650,240.881 648.881,242 647.5,242 C646.119,242 645,240.881 645,239.5 C645,238.119 646.119,237 647.5,237 C648.881,237 650,238.119 650,239.5 z" fill="#70372F" id="path25035"/>
+        <path d="M615,247.5 C615,248.881 613.881,250 612.5,250 C611.119,250 610,248.881 610,247.5 C610,246.119 611.119,245 612.5,245 C613.881,245 615,246.119 615,247.5 z" fill="#2C5476" id="path25037"/>
+        <path d="M627,239.5 C627,240.881 625.881,242 624.5,242 C623.119,242 622,240.881 622,239.5 C622,238.119 623.119,237 624.5,237 C625.881,237 627,238.119 627,239.5 z" fill="#395E53" id="path25039"/>
+        <path d="M638,247.5 C638,248.881 636.881,250 635.5,250 C634.119,250 633,248.881 633,247.5 C633,246.119 634.119,245 635.5,245 C636.881,245 638,246.119 638,247.5 z" fill="#5B502F" id="path25041"/>
+        <path d="M649,239.5 C649,240.328 648.328,241 647.5,241 C646.672,241 646,240.328 646,239.5 C646,238.672 646.672,238 647.5,238 C648.328,238 649,238.672 649,239.5 z" fill="#FFFFFF" id="path25043"/>
+        <path d="M637,247.5 C637,248.328 636.328,249 635.5,249 C634.672,249 634,248.328 634,247.5 C634,246.672 634.672,246 635.5,246 C636.328,246 637,246.672 637,247.5 z" fill="#FFFFFF" id="path25045"/>
+        <path d="M626,239.5 C626,240.328 625.328,241 624.5,241 C623.672,241 623,240.328 623,239.5 C623,238.672 623.672,238 624.5,238 C625.328,238 626,238.672 626,239.5 z" fill="#FFFFFF" id="path25047"/>
+        <path d="M614,247.5 C614,248.328 613.328,249 612.5,249 C611.672,249 611,248.328 611,247.5 C611,246.672 611.672,246 612.5,246 C613.328,246 614,246.672 614,247.5 z" fill="#FFFFFF" id="path25049"/>
+      </g>
+      <path d="M627,205.969 L626,206.969 L626,208.969 L623,208.969 L622,209.969 L622,216.875 L624,216.156 L624,211.969 L625,210.969 L627,210.969 L627,215.062 L628,214.688 L628,210.969 L632,210.969 L632,214.5 L633,214.781 L633,210.969 L635,210.969 L636,211.969 L636,215.594 L638,216.156 L638,209.969 L637,208.969 L634,208.969 L634,206.969 L633,205.969 L627,205.969 z M630,214.969 L619,218.969 L619,228.031 C618.979,228.024 618.958,228.007 618.938,228 C617.518,227.513 616.407,227.031 616.407,227.031 C616.077,226.883 615.693,226.924 615.401,227.137 C615.109,227.35 614.953,227.703 614.993,228.062 C615.033,228.421 615.263,228.731 615.594,228.875 C615.594,228.875 616.816,229.393 618.313,229.906 C619.81,230.42 621.548,230.969 623,230.969 C624.453,230.969 626.191,230.42 627.688,229.906 C629.185,229.393 630.407,228.875 630.407,228.875 C630.407,228.875 631.518,228.393 632.938,227.906 C634.357,227.42 636.119,226.969 637,226.969 C637.881,226.969 639.643,227.42 641.062,227.906 C642.482,228.393 643.594,228.875 643.594,228.875 C643.924,229.023 644.307,228.983 644.599,228.77 C644.891,228.557 645.047,228.204 645.007,227.844 C644.967,227.485 644.738,227.175 644.406,227.031 C644.406,227.031 643.184,226.513 641.687,226 C641.465,225.924 641.231,225.856 641,225.781 L641,217.969 L630,214.969 z M637,228.969 C635.548,228.969 633.809,229.487 632.312,230 C630.815,230.513 629.594,231.031 629.594,231.031 C629.594,231.031 628.482,231.513 627.062,232 C625.643,232.487 623.881,232.969 623,232.969 C622.119,232.969 620.357,232.487 618.937,232 C617.518,231.513 616.406,231.031 616.406,231.031 C616.076,230.883 615.693,230.924 615.401,231.137 C615.109,231.35 614.953,231.703 614.993,232.062 C615.033,232.421 615.262,232.731 615.594,232.875 C615.594,232.875 616.815,233.393 618.312,233.906 C619.809,234.42 621.548,234.969 623,234.969 C624.452,234.969 626.19,234.42 627.687,233.906 C629.184,233.393 630.406,232.875 630.406,232.875 C630.406,232.875 631.518,232.393 632.937,231.906 C634.357,231.42 636.119,230.969 637,230.969 C637.881,230.969 639.643,231.42 641.062,231.906 C642.482,232.393 643.594,232.875 643.594,232.875 C643.924,233.023 644.307,232.983 644.599,232.77 C644.891,232.557 645.047,232.204 645.007,231.844 C644.967,231.485 644.738,231.175 644.406,231.031 C644.406,231.031 643.184,230.513 641.687,230 C640.19,229.487 638.452,228.969 637,228.969 z" fill="currentColor" id="route-ferry-stroke"/>
+    </symbol>
+    <symbol id="route-tram" viewBox="540 200 60 60">
+      <g id="railway-subway-3">
+        <path d="M576.031,232 L577,234 L578,235 L579.5,234 L578.531,232 z" fill="#989898" id="path4893-1"/>
+        <path d="M563.5,232 L562.531,234 L561.531,235 L560.031,234 L561,232 z" fill="#989898" id="path5119-4"/>
+        <path d="M565,208 L559,214 L559,229 L561,231 L579,231 L581,229 L581,214 L575,208 L565,208 z M566,210 L574,210 L574,212 L566,212 L566,210 z M562,214 L564,214 L576,214 L578,214 L579,215 L579,219 L576,221 L564,221 L561,219 L561,215 L562,214 z M561,225 L564,225 L566,227 L566,228 L562,228 L561,227 L561,225 z M576,225 L579,225 L579,227 L578,228 L574,228 L574,227 L576,225 z" fill="#989898" id="rect5077-7"/>
+      </g>
+      <g id="g22976">
+        <g id="g22978">
+          <path d="M576.969,245.469 L574.031,249.531 L563.031,241.531 L565.969,237.469 z" fill="#46682F" id="path22980"/>
+          <path d="M574.125,245.406 L576.875,249.594 L588.875,241.594 L586.125,237.406 z" fill="#70372F" id="path22982"/>
+          <path d="M551.125,245.419 L553.875,249.575 L565.875,241.575 L563.125,237.419 z" fill="#2C5476" id="path22984"/>
+        </g>
+        <path d="M576.375,246.281 L574.625,248.719 L563.625,240.719 L565.375,238.281 z" fill="#8CD05F" id="path22988"/>
+        <path d="M574.656,246.25 L576.344,248.75 L588.344,240.75 L586.656,238.25 z" fill="#E06D5F" id="path22992"/>
+        <path d="M551.656,246.263 L553.344,248.763 L565.344,240.763 L563.656,238.263 z" fill="#58A9ED" id="path22994"/>
+        <path d="M590,239.5 C590,240.881 588.881,242 587.5,242 C586.119,242 585,240.881 585,239.5 C585,238.119 586.119,237 587.5,237 C588.881,237 590,238.119 590,239.5 z" fill="#70372F" id="path22996"/>
+        <path d="M555,247.5 C555,248.881 553.881,250 552.5,250 C551.119,250 550,248.881 550,247.5 C550,246.119 551.119,245 552.5,245 C553.881,245 555,246.119 555,247.5 z" fill="#2C5476" id="path22998"/>
+        <path d="M567,239.5 C567,240.881 565.881,242 564.5,242 C563.119,242 562,240.881 562,239.5 C562,238.119 563.119,237 564.5,237 C565.881,237 567,238.119 567,239.5 z" fill="#395E53" id="path23000"/>
+        <path d="M578,247.5 C578,248.881 576.881,250 575.5,250 C574.119,250 573,248.881 573,247.5 C573,246.119 574.119,245 575.5,245 C576.881,245 578,246.119 578,247.5 z" fill="#5B502F" id="path23002"/>
+        <path d="M589,239.5 C589,240.328 588.328,241 587.5,241 C586.672,241 586,240.328 586,239.5 C586,238.672 586.672,238 587.5,238 C588.328,238 589,238.672 589,239.5 z" fill="#FFFFFF" id="path23004"/>
+        <path d="M577,247.5 C577,248.328 576.328,249 575.5,249 C574.672,249 574,248.328 574,247.5 C574,246.672 574.672,246 575.5,246 C576.328,246 577,246.672 577,247.5 z" fill="#FFFFFF" id="path23006"/>
+        <path d="M566,239.5 C566,240.328 565.328,241 564.5,241 C563.672,241 563,240.328 563,239.5 C563,238.672 563.672,238 564.5,238 C565.328,238 566,238.672 566,239.5 z" fill="#FFFFFF" id="path23008"/>
+        <path d="M554,247.5 C554,248.328 553.328,249 552.5,249 C551.672,249 551,248.328 551,247.5 C551,246.672 551.672,246 552.5,246 C553.328,246 554,246.672 554,247.5 z" fill="#FFFFFF" id="path23010"/>
+      </g>
+    </symbol>
+    <symbol id="route-detour" viewBox="480 200 60 60">
+      <path d="M497,214 L495,216 L495,231 L497,233 L525,233 L527,231 L527,216 L525,214 L497,214 z M513,219 L518,223.5 L513,228 L512,227 L512,225 L506,225 L505,224 L505,223 L506,222 L512,222 L512,220 L513,219 z" fill="#EAB056" id="path22874"/>
+      <g id="g22876">
+        <g id="g22878">
+          <path d="M516.969,245.469 L514.031,249.531 L503.031,241.531 L505.969,237.469 z" fill="#46682F" id="path22880"/>
+          <path d="M514.125,245.406 L516.875,249.594 L528.875,241.594 L526.125,237.406 z" fill="#70372F" id="path22882"/>
+          <path d="M491.125,245.419 L493.875,249.575 L505.875,241.575 L503.125,237.419 z" fill="#2C5476" id="path22884"/>
+        </g>
+        <path d="M516.375,246.281 L514.625,248.719 L503.625,240.719 L505.375,238.281 z" fill="#8CD05F" id="path22888"/>
+        <path d="M514.656,246.25 L516.344,248.75 L528.344,240.75 L526.656,238.25 z" fill="#E06D5F" id="path22892"/>
+        <path d="M491.656,246.263 L493.344,248.763 L505.344,240.763 L503.656,238.263 z" fill="#58A9ED" id="path22894"/>
+        <path d="M530,239.5 C530,240.881 528.881,242 527.5,242 C526.119,242 525,240.881 525,239.5 C525,238.119 526.119,237 527.5,237 C528.881,237 530,238.119 530,239.5 z" fill="#70372F" id="path22896"/>
+        <path d="M495,247.5 C495,248.881 493.881,250 492.5,250 C491.119,250 490,248.881 490,247.5 C490,246.119 491.119,245 492.5,245 C493.881,245 495,246.119 495,247.5 z" fill="#2C5476" id="path22898"/>
+        <path d="M507,239.5 C507,240.881 505.881,242 504.5,242 C503.119,242 502,240.881 502,239.5 C502,238.119 503.119,237 504.5,237 C505.881,237 507,238.119 507,239.5 z" fill="#395E53" id="path22900"/>
+        <path d="M518,247.5 C518,248.881 516.881,250 515.5,250 C514.119,250 513,248.881 513,247.5 C513,246.119 514.119,245 515.5,245 C516.881,245 518,246.119 518,247.5 z" fill="#5B502F" id="path22902"/>
+        <path d="M529,239.5 C529,240.328 528.328,241 527.5,241 C526.672,241 526,240.328 526,239.5 C526,238.672 526.672,238 527.5,238 C528.328,238 529,238.672 529,239.5 z" fill="#FFFFFF" id="path22904"/>
+        <path d="M517,247.5 C517,248.328 516.328,249 515.5,249 C514.672,249 514,248.328 514,247.5 C514,246.672 514.672,246 515.5,246 C516.328,246 517,246.672 517,247.5 z" fill="#FFFFFF" id="path22906"/>
+        <path d="M506,239.5 C506,240.328 505.328,241 504.5,241 C503.672,241 503,240.328 503,239.5 C503,238.672 503.672,238 504.5,238 C505.328,238 506,238.672 506,239.5 z" fill="#FFFFFF" id="path22908"/>
+        <path d="M494,247.5 C494,248.328 493.328,249 492.5,249 C491.672,249 491,248.328 491,247.5 C491,246.672 491.672,246 492.5,246 C493.328,246 494,246.672 494,247.5 z" fill="#FFFFFF" id="path22910"/>
+      </g>
+      <path d="M497,216.013 L497,216.513 L497,230.513 L497,231.013 L497.5,231.013 L524.5,231.013 L525,231.013 L525,230.513 L525,216.513 L525,216.013 L524.5,216.013 L497.5,216.013 L497,216.013 z M498,217.013 L524,217.013 L524,230.013 L498,230.013 L498,217.013 z" fill="#B68943" id="rect22914"/>
+    </symbol>
+    <symbol id="route-train" viewBox="420 200 60 60">
+      <path d="M443.5,211 L442,212 L441.531,214 L438.25,214 C437.696,214 437.384,214.463 437.25,215 L437,216 C436.866,216.537 437.446,217 438,217 L462,217 C462.554,217 463.134,216.537 463,216 L462.75,215 C462.616,214.463 462.304,214 461.75,214 L458.969,214 L458.5,212 L457,211 L456,212 L456.469,214 L444.031,214 L444.5,212 L443.5,211 z M441.5,215 C441.776,215 442,215.224 442,215.5 C442,215.776 441.776,216 441.5,216 C441.224,216 441,215.776 441,215.5 C441,215.224 441.224,215 441.5,215 z M458.5,215 C458.776,215 459,215.224 459,215.5 C459,215.776 458.776,216 458.5,216 C458.224,216 458,215.776 458,215.5 C458,215.224 458.224,215 458.5,215 z M440.563,218 L440.094,220 L437.25,220 C436.696,220 436.384,220.463 436.25,221 L436,222 C435.866,222.537 436.446,223 437,223 L463,223 C463.554,223 464.134,222.537 464,222 L463.75,221 C463.616,220.463 463.304,220 462.75,220 L460.406,220 L459.938,218 L457.438,218 L457.906,220 L442.594,220 L443.063,218 L440.563,218 z M440.5,221 C440.776,221 441,221.224 441,221.5 C441,221.776 440.776,222 440.5,222 C440.224,222 440,221.776 440,221.5 C440,221.224 440.224,221 440.5,221 z M459.5,221 C459.776,221 460,221.224 460,221.5 C460,221.776 459.776,222 459.5,222 C459.224,222 459,221.776 459,221.5 C459,221.224 459.224,221 459.5,221 z M439.156,224 L438.688,226 L436.25,226 C435.696,226 435.384,226.463 435.25,227 L435,228 C434.866,228.537 435.446,229 436,229 L464,229 C464.554,229 465.134,228.537 465,228 L464.75,227 C464.616,226.463 464.304,226 463.75,226 L461.813,226 L461.344,224 L458.844,224 L459.313,226 L441.188,226 L441.656,224 L439.156,224 z M439.5,227 C439.776,227 440,227.224 440,227.5 C440,227.776 439.776,228 439.5,228 C439.224,228 439,227.776 439,227.5 C439,227.224 439.224,227 439.5,227 z M460.5,227 C460.776,227 461,227.224 461,227.5 C461,227.776 460.776,228 460.5,228 C460.224,228 460,227.776 460,227.5 C460,227.224 460.224,227 460.5,227 z M437.719,230 L437,233 L438.5,234 L439.5,233 L440.219,230 L437.719,230 z M460.281,230 L461,233 L462,234 L463.5,233 L462.781,230 L460.281,230 z" fill="#989898" id="rect17528-7-8"/>
+      <g id="g22838">
+        <g id="g22840">
+          <path d="M456.969,245.469 L454.031,249.531 L443.031,241.531 L445.969,237.469 z" fill="#46682F" id="path22842"/>
+          <path d="M454.125,245.406 L456.875,249.594 L468.875,241.594 L466.125,237.406 z" fill="#70372F" id="path22844"/>
+          <path d="M431.125,245.419 L433.875,249.575 L445.875,241.575 L443.125,237.419 z" fill="#2C5476" id="path22846"/>
+        </g>
+        <path d="M456.375,246.281 L454.625,248.719 L443.625,240.719 L445.375,238.281 z" fill="#8CD05F" id="path22850"/>
+        <path d="M454.656,246.25 L456.344,248.75 L468.344,240.75 L466.656,238.25 z" fill="#E06D5F" id="path22854"/>
+        <path d="M431.656,246.263 L433.344,248.763 L445.344,240.763 L443.656,238.263 z" fill="#58A9ED" id="path22856"/>
+        <path d="M470,239.5 C470,240.881 468.881,242 467.5,242 C466.119,242 465,240.881 465,239.5 C465,238.119 466.119,237 467.5,237 C468.881,237 470,238.119 470,239.5 z" fill="#70372F" id="path22858"/>
+        <path d="M435,247.5 C435,248.881 433.881,250 432.5,250 C431.119,250 430,248.881 430,247.5 C430,246.119 431.119,245 432.5,245 C433.881,245 435,246.119 435,247.5 z" fill="#2C5476" id="path22860"/>
+        <path d="M447,239.5 C447,240.881 445.881,242 444.5,242 C443.119,242 442,240.881 442,239.5 C442,238.119 443.119,237 444.5,237 C445.881,237 447,238.119 447,239.5 z" fill="#395E53" id="path22862"/>
+        <path d="M458,247.5 C458,248.881 456.881,250 455.5,250 C454.119,250 453,248.881 453,247.5 C453,246.119 454.119,245 455.5,245 C456.881,245 458,246.119 458,247.5 z" fill="#5B502F" id="path22864"/>
+        <path d="M469,239.5 C469,240.328 468.328,241 467.5,241 C466.672,241 466,240.328 466,239.5 C466,238.672 466.672,238 467.5,238 C468.328,238 469,238.672 469,239.5 z" fill="#FFFFFF" id="path22866"/>
+        <path d="M457,247.5 C457,248.328 456.328,249 455.5,249 C454.672,249 454,248.328 454,247.5 C454,246.672 454.672,246 455.5,246 C456.328,246 457,246.672 457,247.5 z" fill="#FFFFFF" id="path22868"/>
+        <path d="M446,239.5 C446,240.328 445.328,241 444.5,241 C443.672,241 443,240.328 443,239.5 C443,238.672 443.672,238 444.5,238 C445.328,238 446,238.672 446,239.5 z" fill="#FFFFFF" id="path22870"/>
+        <path d="M434,247.5 C434,248.328 433.328,249 432.5,249 C431.672,249 431,248.328 431,247.5 C431,246.672 431.672,246 432.5,246 C433.328,246 434,246.672 434,247.5 z" fill="#FFFFFF" id="path22872"/>
+      </g>
+    </symbol>
+    <symbol id="route-bus" viewBox="360 200 60 60">
+      <path d="M382,208 L380,210 L380,228 L381,229 L401,229 L402,228 L402,210 L400,208 L382,208 z M387,210 L395,210 L395,212 L387,212 L387,210 z M383,214 L385,214 L397,214 L399,214 L400,215 L400,219 L397,221 L385,221 L382,219 L382,215 L383,214 z M382,224 L385,224 L387,226 L387,227 L383,227 L382,226 L382,224 z M397,224 L400,224 L400,226 L399,227 L395,227 L395,226 L397,224 z" fill="#989898" id="rect5077-9"/>
+      <path d="M381,230 L386,230 L386,232 L385,233 L382,233 L381,232 z" fill="#989898" id="path22279"/>
+      <path d="M396,230 L401,230 L401,232 L400,233 L397,233 L396,232 z" fill="#989898" id="path22281"/>
+      <g id="g22697-4">
+        <g id="g22699-6">
+          <path d="M396.969,245.469 L394.031,249.531 L383.031,241.531 L385.969,237.469 z" fill="#46682F" id="path22701-2"/>
+          <path d="M394.125,245.406 L396.875,249.594 L408.875,241.594 L406.125,237.406 z" fill="#70372F" id="path22703-6"/>
+          <path d="M371.125,245.419 L373.875,249.575 L385.875,241.575 L383.125,237.419 z" fill="#2C5476" id="path22705-7"/>
+        </g>
+        <path d="M396.375,246.281 L394.625,248.719 L383.625,240.719 L385.375,238.281 z" fill="#8CD05F" id="path22709-0"/>
+        <path d="M394.656,246.25 L396.344,248.75 L408.344,240.75 L406.656,238.25 z" fill="#E06D5F" id="path22713-1"/>
+        <path d="M371.656,246.263 L373.344,248.763 L385.344,240.763 L383.656,238.263 z" fill="#58A9ED" id="path22715-7"/>
+        <path d="M410,239.5 C410,240.881 408.881,242 407.5,242 C406.119,242 405,240.881 405,239.5 C405,238.119 406.119,237 407.5,237 C408.881,237 410,238.119 410,239.5 z" fill="#70372F" id="path22717-4"/>
+        <path d="M375,247.5 C375,248.881 373.881,250 372.5,250 C371.119,250 370,248.881 370,247.5 C370,246.119 371.119,245 372.5,245 C373.881,245 375,246.119 375,247.5 z" fill="#2C5476" id="path22719-8"/>
+        <path d="M387,239.5 C387,240.881 385.881,242 384.5,242 C383.119,242 382,240.881 382,239.5 C382,238.119 383.119,237 384.5,237 C385.881,237 387,238.119 387,239.5 z" fill="#395E53" id="path22721-0"/>
+        <path d="M398,247.5 C398,248.881 396.881,250 395.5,250 C394.119,250 393,248.881 393,247.5 C393,246.119 394.119,245 395.5,245 C396.881,245 398,246.119 398,247.5 z" fill="#5B502F" id="path22723-7"/>
+        <path d="M409,239.5 C409,240.328 408.328,241 407.5,241 C406.672,241 406,240.328 406,239.5 C406,238.672 406.672,238 407.5,238 C408.328,238 409,238.672 409,239.5 z" fill="#FFFFFF" id="path22725-7"/>
+        <path d="M397,247.5 C397,248.328 396.328,249 395.5,249 C394.672,249 394,248.328 394,247.5 C394,246.672 394.672,246 395.5,246 C396.328,246 397,246.672 397,247.5 z" fill="#FFFFFF" id="path22727-1"/>
+        <path d="M386,239.5 C386,240.328 385.328,241 384.5,241 C383.672,241 383,240.328 383,239.5 C383,238.672 383.672,238 384.5,238 C385.328,238 386,238.672 386,239.5 z" fill="#FFFFFF" id="path22729-7"/>
+        <path d="M374,247.5 C374,248.328 373.328,249 372.5,249 C371.672,249 371,248.328 371,247.5 C371,246.672 371.672,246 372.5,246 C373.328,246 374,246.672 374,247.5 z" fill="#FFFFFF" id="path22731-4"/>
+      </g>
+    </symbol>
+    <symbol id="route-foot" viewBox="300 200 60 60">
+      <g id="g22697-5">
+        <g id="g22699-66">
+          <path d="M336.969,245.469 L334.031,249.531 L323.031,241.531 L325.969,237.469 z" fill="#46682F" id="path22701-4"/>
+          <path d="M334.125,245.406 L336.875,249.594 L348.875,241.594 L346.125,237.406 z" fill="#70372F" id="path22703-5"/>
+          <path d="M311.125,245.419 L313.875,249.575 L325.875,241.575 L323.125,237.419 z" fill="#2C5476" id="path22705-6"/>
+        </g>
+        <path d="M336.375,246.281 L334.625,248.719 L323.625,240.719 L325.375,238.281 z" fill="#8CD05F" id="path22709-3"/>
+        <path d="M334.656,246.25 L336.344,248.75 L348.344,240.75 L346.656,238.25 z" fill="#E06D5F" id="path22713-9"/>
+        <path d="M311.656,246.263 L313.344,248.763 L325.344,240.763 L323.656,238.263 z" fill="#58A9ED" id="path22715-2"/>
+        <path d="M350,239.5 C350,240.881 348.881,242 347.5,242 C346.119,242 345,240.881 345,239.5 C345,238.119 346.119,237 347.5,237 C348.881,237 350,238.119 350,239.5 z" fill="#70372F" id="path22717-9"/>
+        <path d="M315,247.5 C315,248.881 313.881,250 312.5,250 C311.119,250 310,248.881 310,247.5 C310,246.119 311.119,245 312.5,245 C313.881,245 315,246.119 315,247.5 z" fill="#2C5476" id="path22719-5"/>
+        <path d="M327,239.5 C327,240.881 325.881,242 324.5,242 C323.119,242 322,240.881 322,239.5 C322,238.119 323.119,237 324.5,237 C325.881,237 327,238.119 327,239.5 z" fill="#395E53" id="path22721-8"/>
+        <path d="M338,247.5 C338,248.881 336.881,250 335.5,250 C334.119,250 333,248.881 333,247.5 C333,246.119 334.119,245 335.5,245 C336.881,245 338,246.119 338,247.5 z" fill="#5B502F" id="path22723-1"/>
+        <path d="M349,239.5 C349,240.328 348.328,241 347.5,241 C346.672,241 346,240.328 346,239.5 C346,238.672 346.672,238 347.5,238 C348.328,238 349,238.672 349,239.5 z" fill="#FFFFFF" id="path22725-4"/>
+        <path d="M337,247.5 C337,248.328 336.328,249 335.5,249 C334.672,249 334,248.328 334,247.5 C334,246.672 334.672,246 335.5,246 C336.328,246 337,246.672 337,247.5 z" fill="#FFFFFF" id="path22727-18"/>
+        <path d="M326,239.5 C326,240.328 325.328,241 324.5,241 C323.672,241 323,240.328 323,239.5 C323,238.672 323.672,238 324.5,238 C325.328,238 326,238.672 326,239.5 z" fill="#FFFFFF" id="path22729-2"/>
+        <path d="M314,247.5 C314,248.328 313.328,249 312.5,249 C311.672,249 311,248.328 311,247.5 C311,246.672 311.672,246 312.5,246 C313.328,246 314,246.672 314,247.5 z" fill="#FFFFFF" id="path22731-43"/>
+      </g>
+      <path d="M332,212.5 C332,213.881 330.881,215 329.5,215 C328.119,215 327,213.881 327,212.5 C327,211.119 328.119,210 329.5,210 C330.881,210 332,211.119 332,212.5 z M327,216 L328,216 L328.5,216 L337,222.5 L337,224 L336,224 L331,220.125 L331,224 L333,228 L335,233 L334,234 L333,234 L331,229 L327,223 L327,218.344 L324.5,220.5 L322.5,224 L321,224 L321,223 L322.5,220 L327,216 z M327.844,226.406 L325.531,234 L324.5,234 L323.5,233 L326.312,224.562 z" fill="currentColor" id="route-foot-stroke"/>
+    </symbol>
+    <symbol id="route-bicycle" viewBox="240 200 60 60">
+      <g id="g22697">
+        <g id="g22699">
+          <path d="M276.974,245.469 L274.036,249.531 L263.036,241.531 L265.974,237.469 z" fill="#46682F" id="path22701"/>
+          <path d="M274.13,245.406 L276.88,249.594 L288.88,241.594 L286.13,237.406 z" fill="#70372F" id="path22703"/>
+          <path d="M251.13,245.419 L253.88,249.575 L265.88,241.575 L263.13,237.419 z" fill="#2C5476" id="path22705"/>
+        </g>
+        <path d="M276.38,246.281 L274.63,248.719 L263.63,240.719 L265.38,238.281 z" fill="#8CD05F" id="path22709"/>
+        <path d="M274.661,246.25 L276.349,248.75 L288.349,240.75 L286.661,238.25 z" fill="#E06D5F" id="path22713"/>
+        <path d="M251.661,246.263 L253.349,248.763 L265.349,240.763 L263.661,238.263 z" fill="#58A9ED" id="path22715"/>
+        <path d="M290.005,239.5 C290.005,240.881 288.886,242 287.505,242 C286.124,242 285.005,240.881 285.005,239.5 C285.005,238.119 286.124,237 287.505,237 C288.886,237 290.005,238.119 290.005,239.5 z" fill="#70372F" id="path22717"/>
+        <path d="M255.005,247.5 C255.005,248.881 253.886,250 252.505,250 C251.124,250 250.005,248.881 250.005,247.5 C250.005,246.119 251.124,245 252.505,245 C253.886,245 255.005,246.119 255.005,247.5 z" fill="#2C5476" id="path22719"/>
+        <path d="M267.005,239.5 C267.005,240.881 265.886,242 264.505,242 C263.124,242 262.005,240.881 262.005,239.5 C262.005,238.119 263.124,237 264.505,237 C265.886,237 267.005,238.119 267.005,239.5 z" fill="#395E53" id="path22721"/>
+        <path d="M278.005,247.5 C278.005,248.881 276.886,250 275.505,250 C274.124,250 273.005,248.881 273.005,247.5 C273.005,246.119 274.124,245 275.505,245 C276.886,245 278.005,246.119 278.005,247.5 z" fill="#5B502F" id="path22723"/>
+        <path d="M289.005,239.5 C289.005,240.328 288.333,241 287.505,241 C286.676,241 286.005,240.328 286.005,239.5 C286.005,238.672 286.676,238 287.505,238 C288.333,238 289.005,238.672 289.005,239.5 z" fill="#FFFFFF" id="path22725"/>
+        <path d="M277.005,247.5 C277.005,248.328 276.333,249 275.505,249 C274.676,249 274.005,248.328 274.005,247.5 C274.005,246.672 274.676,246 275.505,246 C276.333,246 277.005,246.672 277.005,247.5 z" fill="#FFFFFF" id="path22727"/>
+        <path d="M266.005,239.5 C266.005,240.328 265.333,241 264.505,241 C263.677,241 263.005,240.328 263.005,239.5 C263.005,238.672 263.677,238 264.505,238 C265.333,238 266.005,238.672 266.005,239.5 z" fill="#FFFFFF" id="path22729"/>
+        <path d="M254.005,247.5 C254.005,248.328 253.333,249 252.505,249 C251.677,249 251.005,248.328 251.005,247.5 C251.005,246.672 251.677,246 252.505,246 C253.333,246 254.005,246.672 254.005,247.5 z" fill="#FFFFFF" id="path22731"/>
+      </g>
+      <path d="M262.599,211 L262.599,213 L263.443,213 L264.005,216 L261.505,216 L256.005,226 L256.005,227 L257.005,228 L268.005,228 L275.568,218.531 L279.505,227 L280.005,227 L281.005,227 L281.005,226 L275.005,213 L278.005,213 L278.005,212 L277.005,211 L273.005,211 L273.005,213 L274.411,216 L266.068,216 L265.505,213 L267.599,213 L267.599,212 L266.599,211 L262.599,211 z M262.505,218 L264.505,218 L266.505,226 L258.005,226 L262.505,218 z M266.505,218 L273.505,218 L268.005,224.5 L266.505,218 z M257.505,220 C253.915,220 251.005,222.91 251.005,226.5 C251.005,230.09 253.915,233 257.505,233 C260.208,233 262.525,231.347 263.505,229 L261.255,229 C260.449,230.216 259.073,231 257.505,231 C255.02,231 253.005,228.985 253.005,226.5 C253.005,224.176 254.775,222.301 257.036,222.062 L258.161,220.031 C257.943,220.009 257.73,220 257.505,220 z M279.349,220 L280.286,222.094 C282.397,222.466 284.005,224.283 284.005,226.5 C284.005,228.985 281.99,231 279.505,231 C277.02,231 275.005,228.985 275.005,226.5 C275.005,225.126 275.628,223.919 276.599,223.094 L275.724,221.219 C274.082,222.398 273.005,224.324 273.005,226.5 C273.005,230.09 275.915,233 279.505,233 C283.095,233 286.005,230.09 286.005,226.5 C286.005,222.91 283.095,220 279.505,220 C279.452,220 279.402,219.999 279.349,220 z M261.692,221.531 L260.692,223.312 C261.159,223.779 261.497,224.366 261.724,225 L263.817,225 C263.493,223.628 262.733,222.413 261.692,221.531 z" fill="currentColor" id="route-bicycle-stroke"/>
+    </symbol>
+    <symbol id="route-road" viewBox="180 200 60 60">
+      <path d="M202.5,212 L199.625,218 L198,218 L197,219 L197,221 L198.406,221 L198,222 L198,227 L198,228 L198,228 C198,228 198.608,228.608 199,229 L200,229 L204,229 L206,230 L214,230 L216,229 L220,229 L221,229 L222,228 L222,228 L222,227 L222,222 L221.594,221 L223,221 L223,219 L222,218 L220.375,218 L217.5,212 z M203.5,215 L216.5,215 L218,219 L217,220 L203,220 L202,219 z M201,223 L204,223 L205,225 L205,226 L201,226 L200,225 L200,224 z M216,223 L219,223 L220,224 L220,225 L219,226 L215,226 L215,225 z M199,230 L199,232 L200,233 L203,233 L204,232 L204,230 z M216,230 L216,232 L217,233 L220,233 L221,232 L221,230 z" fill="#989898" id="path21794"/>
+      <g id="g21796">
+        <g id="g21798">
+          <path d="M216.969,245.469 L214.031,249.531 L203.031,241.531 L205.969,237.469 z" fill="#46682F" id="path21800"/>
+          <path d="M214.125,245.406 L216.875,249.594 L228.875,241.594 L226.125,237.406 z" fill="#70372F" id="path21802"/>
+          <path d="M191.125,245.419 L193.875,249.575 L205.875,241.575 L203.125,237.419 z" fill="#2C5476" id="path21804"/>
+        </g>
+        <path d="M216.375,246.281 L214.625,248.719 L203.625,240.719 L205.375,238.281 z" fill="#8CD05F" id="path21808"/>
+        <path d="M214.656,246.25 L216.344,248.75 L228.344,240.75 L226.656,238.25 z" fill="#E06D5F" id="path21812"/>
+        <path d="M191.656,246.263 L193.344,248.763 L205.344,240.763 L203.656,238.263 z" fill="#58A9ED" id="path21814"/>
+        <path d="M230,239.5 C230,240.881 228.881,242 227.5,242 C226.119,242 225,240.881 225,239.5 C225,238.119 226.119,237 227.5,237 C228.881,237 230,238.119 230,239.5 z" fill="#70372F" id="path21816"/>
+        <path d="M195,247.5 C195,248.881 193.881,250 192.5,250 C191.119,250 190,248.881 190,247.5 C190,246.119 191.119,245 192.5,245 C193.881,245 195,246.119 195,247.5 z" fill="#2C5476" id="path21818"/>
+        <path d="M207,239.5 C207,240.881 205.881,242 204.5,242 C203.119,242 202,240.881 202,239.5 C202,238.119 203.119,237 204.5,237 C205.881,237 207,238.119 207,239.5 z" fill="#395E53" id="path21820"/>
+        <path d="M218,247.5 C218,248.881 216.881,250 215.5,250 C214.119,250 213,248.881 213,247.5 C213,246.119 214.119,245 215.5,245 C216.881,245 218,246.119 218,247.5 z" fill="#5B502F" id="path21822"/>
+        <path d="M229,239.5 C229,240.328 228.328,241 227.5,241 C226.672,241 226,240.328 226,239.5 C226,238.672 226.672,238 227.5,238 C228.328,238 229,238.672 229,239.5 z" fill="#FFFFFF" id="path21824"/>
+        <path d="M217,247.5 C217,248.328 216.328,249 215.5,249 C214.672,249 214,248.328 214,247.5 C214,246.672 214.672,246 215.5,246 C216.328,246 217,246.672 217,247.5 z" fill="#FFFFFF" id="path21826"/>
+        <path d="M206,239.5 C206,240.328 205.328,241 204.5,241 C203.672,241 203,240.328 203,239.5 C203,238.672 203.672,238 204.5,238 C205.328,238 206,238.672 206,239.5 z" fill="#FFFFFF" id="path21828"/>
+        <path d="M194,247.5 C194,248.328 193.328,249 192.5,249 C191.672,249 191,248.328 191,247.5 C191,246.672 191.672,246 192.5,246 C193.328,246 194,246.672 194,247.5 z" fill="#FFFFFF" id="path21830"/>
+      </g>
+    </symbol>
+    <symbol id="route" viewBox="120 200 60 60">
+      <g id="g21796-6">
+        <g id="g21798-3">
+          <path d="M156.969,232.469 L154.031,236.531 L143.031,228.531 L145.969,224.469 z" fill="#46682F" id="path21800-1"/>
+          <path d="M154.125,232.406 L156.875,236.594 L168.875,228.594 L166.125,224.406 z" fill="#70372F" id="path21802-6"/>
+          <path d="M131.125,232.419 L133.875,236.575 L145.875,228.575 L143.125,224.419 z" fill="#2C5476" id="path21804-1"/>
+        </g>
+        <path d="M156.375,233.281 L154.625,235.719 L143.625,227.719 L145.375,225.281 z" fill="#8CD05F" id="path21808-4"/>
+        <path d="M154.656,233.25 L156.344,235.75 L168.344,227.75 L166.656,225.25 z" fill="#E06D5F" id="path21812-6"/>
+        <path d="M131.656,233.263 L133.344,235.763 L145.344,227.763 L143.656,225.263 z" fill="#58A9ED" id="path21814-3"/>
+        <path d="M170,226.5 C170,227.881 168.881,229 167.5,229 C166.119,229 165,227.881 165,226.5 C165,225.119 166.119,224 167.5,224 C168.881,224 170,225.119 170,226.5 z" fill="#70372F" id="path21816-0"/>
+        <path d="M135,234.5 C135,235.881 133.881,237 132.5,237 C131.119,237 130,235.881 130,234.5 C130,233.119 131.119,232 132.5,232 C133.881,232 135,233.119 135,234.5 z" fill="#2C5476" id="path21818-5"/>
+        <path d="M147,226.5 C147,227.881 145.881,229 144.5,229 C143.119,229 142,227.881 142,226.5 C142,225.119 143.119,224 144.5,224 C145.881,224 147,225.119 147,226.5 z" fill="#395E53" id="path21820-6"/>
+        <path d="M158,234.5 C158,235.881 156.881,237 155.5,237 C154.119,237 153,235.881 153,234.5 C153,233.119 154.119,232 155.5,232 C156.881,232 158,233.119 158,234.5 z" fill="#5B502F" id="path21822-2"/>
+        <path d="M169,226.5 C169,227.328 168.328,228 167.5,228 C166.672,228 166,227.328 166,226.5 C166,225.672 166.672,225 167.5,225 C168.328,225 169,225.672 169,226.5 z" fill="#FFFFFF" id="path21824-7"/>
+        <path d="M157,234.5 C157,235.328 156.328,236 155.5,236 C154.672,236 154,235.328 154,234.5 C154,233.672 154.672,233 155.5,233 C156.328,233 157,233.672 157,234.5 z" fill="#FFFFFF" id="path21826-1"/>
+        <path d="M146,226.5 C146,227.328 145.329,228 144.5,228 C143.672,228 143,227.328 143,226.5 C143,225.672 143.672,225 144.5,225 C145.329,225 146,225.672 146,226.5 z" fill="#FFFFFF" id="path21828-2"/>
+        <path d="M134,234.5 C134,235.328 133.329,236 132.5,236 C131.672,236 131,235.328 131,234.5 C131,233.672 131.672,233 132.5,233 C133.329,233 134,233.672 134,234.5 z" fill="#FFFFFF" id="path21830-4"/>
+      </g>
+    </symbol>
+    <symbol id="boundary" viewBox="60 200 60 60">
+      <g id="g24949">
+        <path d="M90.5,251.5 L79.5,240.5 L100.5,219.5 L111.5,230.5 z" fill="#58A9ED" id="path24911"/>
+        <path d="M79.5,240.5 L68.5,229.5 L89.5,208.5 L100.5,219.5 z" fill="#8CD05F" id="path24909"/>
+        <g id="path24886">
+          <path d="M79.5,240.5 L90,230 L100.5,219.5" fill="#FFFFFF"/>
+          <path d="M79.5,240.5 L90,230 L100.5,219.5" fill-opacity="0" stroke="#444444" stroke-width="1" stroke-dasharray="2,1"/>
+        </g>
+        <path d="M83,240 C83,241.657 81.657,243 80,243 C78.343,243 77,241.657 77,240 C77,238.343 78.343,237 80,237 C81.657,237 83,238.343 83,240 z" fill="#444444" id="path21818-5-8"/>
+        <path d="M82,240 C82,241.105 81.105,242 80,242 C78.896,242 78,241.105 78,240 C78,238.895 78.896,238 80,238 C81.105,238 82,238.895 82,240 z" fill="#FFFFFF" id="path21830-4-8"/>
+        <path d="M103,220 C103,221.657 101.657,223 100,223 C98.343,223 97,221.657 97,220 C97,218.343 98.343,217 100,217 C101.657,217 103,218.343 103,220 z" fill="#444444" id="path24882"/>
+        <path d="M102,220 C102,221.105 101.105,222 100,222 C98.896,222 98,221.105 98,220 C98,218.895 98.896,218 100,218 C101.105,218 102,218.895 102,220 z" fill="#FFFFFF" id="path24884"/>
+        <path d="M93,230 C93,231.657 91.657,233 90,233 C88.343,233 87,231.657 87,230 C87,228.343 88.343,227 90,227 C91.657,227 93,228.343 93,230 z" fill="#444444" id="path24888"/>
+        <path d="M92,230 C92,231.105 91.105,232 90,232 C88.896,232 88,231.105 88,230 C88,228.895 88.896,228 90,228 C91.105,228 92,228.895 92,230 z" fill="#FFFFFF" id="path24890"/>
+      </g>
+    </symbol>
+    <symbol id="relation" viewBox="0 200 60 60">
+      <g id="g23477">
+        <path d="M26.906,220 C26.96,220.323 27,220.662 27,221 C27,221.338 26.96,221.677 26.906,222 L35.094,222 C35.027,221.674 35,221.345 35,221 C35,220.655 35.027,220.325 35.094,220 L26.906,220 z M25.875,224.438 C25.485,224.988 25.018,225.483 24.469,225.875 L31.844,233.219 C32.211,232.675 32.703,232.175 33.25,231.812 L25.875,224.438 z M20,226.906 L20,235.094 C20.325,235.027 20.655,235 21,235 C21.345,235 21.675,235.027 22,235.094 L22,226.906 C21.677,226.96 21.338,227 21,227 C20.662,227 20.323,226.96 20,226.906 z" fill="#CCCCCC" id="path23097"/>
+        <g id="g23138">
+          <path d="M40,217 C42.209,217 44,218.791 44,221 C44,223.209 42.209,225 40,225 C37.791,225 36,223.209 36,221 C36,218.791 37.791,217 40,217 z" fill="#70372F" id="path23132"/>
+          <path d="M40,218 C41.657,218 43,219.343 43,221 C43,222.657 41.657,224 40,224 C38.343,224 37,222.657 37,221 C37,219.343 38.343,218 40,218 z" fill="#E06D5F" id="path23134"/>
+          <path d="M40,220 C40.552,220 41,220.448 41,221 C41,221.552 40.552,222 40,222 C39.448,222 39,221.552 39,221 C39,220.448 39.448,220 40,220 z" fill="#FFFFFF" id="path23136"/>
+        </g>
+        <path d="M26,221 C26,223.761 23.761,226 21,226 C18.239,226 16,223.761 16,221 C16,218.239 18.239,216 21,216 C23.761,216 26,218.239 26,221 z" fill="#444444" id="path23083"/>
+        <path d="M25,221 C25,223.209 23.209,225 21,225 C18.791,225 17,223.209 17,221 C17,218.791 18.791,217 21,217 C23.209,217 25,218.791 25,221 z" fill="#CCCCCC" id="path23085"/>
+        <path d="M25,240 C25,242.209 23.209,244 21,244 C18.791,244 17,242.209 17,240 C17,237.791 18.791,236 21,236 C23.209,236 25,237.791 25,240 z" fill="#2C5476" id="path23079"/>
+        <path d="M24,240 C24,241.657 22.657,243 21,243 C19.343,243 18,241.657 18,240 C18,238.343 19.343,237 21,237 C22.657,237 24,238.343 24,240 z" fill="#58A9ED" id="path23081"/>
+        <path d="M22,240 C22,240.552 21.552,241 21,241 C20.448,241 20,240.552 20,240 C20,239.448 20.448,239 21,239 C21.552,239 22,239.448 22,240 z" fill="#FFFFFF" id="path23089"/>
+        <path d="M23,221 C23,222.105 22.105,223 21,223 C19.895,223 19,222.105 19,221 C19,219.895 19.895,219 21,219 C22.105,219 23,219.895 23,221 z" fill="#FFFFFF" id="path23154"/>
+        <g id="g23162">
+          <path d="M40,236 C40,238.209 38.209,240 36,240 C33.791,240 32,238.209 32,236 C32,233.791 33.791,232 36,232 C38.209,232 40,233.791 40,236 z" fill="#46682F" id="path23156"/>
+          <path d="M39,236 C39,237.657 37.657,239 36,239 C34.343,239 33,237.657 33,236 C33,234.343 34.343,233 36,233 C37.657,233 39,234.343 39,236 z" fill="#8CD05F" id="path23158"/>
+          <path d="M37,236 C37,236.552 36.552,237 36,237 C35.448,237 35,236.552 35,236 C35,235.448 35.448,235 36,235 C36.552,235 37,235.448 37,236 z" fill="#FFFFFF" id="path23160"/>
+        </g>
+        <g id="g23167">
+          <path d="M40,236 C40,238.209 38.209,240 36,240 C33.791,240 32,238.209 32,236 C32,233.791 33.791,232 36,232 C38.209,232 40,233.791 40,236 z" fill="#46682F" id="path23169"/>
+          <path d="M39,236 C39,237.657 37.657,239 36,239 C34.343,239 33,237.657 33,236 C33,234.343 34.343,233 36,233 C37.657,233 39,234.343 39,236 z" fill="#8CD05F" id="path23171"/>
+          <path d="M37,236 C37,236.552 36.552,237 36,237 C35.448,237 35,236.552 35,236 C35,235.448 35.448,235 36,235 C36.552,235 37,235.448 37,236 z" fill="#FFFFFF" id="path23173"/>
+        </g>
+      </g>
+    </symbol>
+  </g>
+  <g id="presets">
+    <symbol id="preset-icon-frame" viewBox="340 320 45 45">
+      <path d="M347,323.5 C347,325.433 345.433,327 343.5,327 C341.567,327 340,325.433 340,323.5 C340,321.567 341.567,320 343.5,320 C345.433,320 347,321.567 347,323.5 z" fill="#000000" opacity="0.2"/>
+      <path d="M343.5,343.999 C342.963,344 342.467,343.714 342.199,343.25 C341.93,342.786 341.93,342.213 342.199,341.749 C342.467,341.284 342.963,340.999 343.5,340.999 C344.327,341.001 344.997,341.672 344.997,342.499 C344.997,343.327 344.327,343.998 343.5,343.999 z" fill="#000000" opacity="0.2"/>
+      <path d="M347,361.5 C347,363.433 345.433,365 343.5,365 C341.567,365 340,363.433 340,361.5 C340,359.567 341.567,358 343.5,358 C345.433,358 347,359.567 347,361.5 z" fill="#000000" opacity="0.2"/>
+      <path d="M364,361.5 C364,362.328 363.328,363 362.5,363 C361.672,363 361,362.328 361,361.5 C361,360.672 361.672,360 362.5,360 C363.328,360 364,360.672 364,361.5 z" fill="#000000" opacity="0.2"/>
+      <path d="M385,361.5 C385,363.433 383.433,365 381.5,365 C379.567,365 378,363.433 378,361.5 C378,359.567 379.567,358 381.5,358 C383.433,358 385,359.567 385,361.5 z" fill="#000000" opacity="0.2"/>
+      <path d="M381.5,343.999 C380.672,343.999 380.001,343.327 380.001,342.499 C380.001,341.671 380.672,341 381.5,340.999 C382.329,340.999 383.001,341.67 383.001,342.499 C383.001,343.328 382.329,344 381.5,343.999 z" fill="#000000" opacity="0.2"/>
+      <path d="M385,323.5 C385,325.433 383.433,327 381.5,327 C379.567,327 378,325.433 378,323.5 C378,321.567 379.567,320 381.5,320 C383.433,320 385,321.567 385,323.5 z" fill="#000000" opacity="0.2"/>
+      <path d="M364,323.5 C364,324.328 363.328,325 362.5,325 C361.672,325 361,324.328 361,323.5 C361,322.672 361.672,322 362.5,322 C363.328,322 364,322.672 364,323.5 z" fill="#000000" opacity="0.2"/>
+      <path d="M346,323.5 C346,324.881 344.881,326 343.5,326 C342.119,326 341,324.881 341,323.5 C341,322.119 342.119,321 343.5,321 C344.881,321 346,322.119 346,323.5 z" fill="#FFFFFF"/>
+      <path d="M343.5,342 L343.5,342 C343.776,342 344,342.224 344,342.5 L344,342.5 C344,342.776 343.776,343 343.5,343 L343.5,343 C343.224,343 343,342.776 343,342.5 L343,342.5 C343,342.224 343.224,342 343.5,342 z" fill="#FFFFFF" opacity="0.5"/>
+      <path d="M346,361.5 C346,362.881 344.881,364 343.5,364 C342.119,364 341,362.881 341,361.5 C341,360.119 342.119,359 343.5,359 C344.881,359 346,360.119 346,361.5 z" fill="#FFFFFF"/>
+      <path d="M363,361.5 L363,361.5 C363,361.776 362.776,362 362.5,362 L362.5,362 C362.224,362 362,361.776 362,361.5 L362,361.5 C362,361.224 362.224,361 362.5,361 L362.5,361 C362.776,361 363,361.224 363,361.5 z" fill="#FFFFFF" opacity="0.5"/>
+      <path d="M384,361.5 C384,362.881 382.881,364 381.5,364 C380.119,364 379,362.881 379,361.5 C379,360.119 380.119,359 381.5,359 C382.881,359 384,360.119 384,361.5 z" fill="#FFFFFF"/>
+      <path d="M381.5,342 L381.5,342 C381.776,342 382,342.224 382,342.5 L382,342.5 C382,342.776 381.776,343 381.5,343 L381.5,343 C381.224,343 381,342.776 381,342.5 L381,342.5 C381,342.224 381.224,342 381.5,342 z" fill="#FFFFFF" opacity="0.5"/>
+      <path d="M384,323.5 C384,324.881 382.881,326 381.5,326 C380.119,326 379,324.881 379,323.5 C379,322.119 380.119,321 381.5,321 C382.881,321 384,322.119 384,323.5 z" fill="#FFFFFF"/>
+      <path d="M363,323.5 L363,323.5 C363,323.776 362.776,324 362.5,324 L362.5,324 C362.224,324 362,323.776 362,323.5 L362,323.5 C362,323.224 362.224,323 362.5,323 L362.5,323 C362.776,323 363,323.224 363,323.5 z" fill="#FFFFFF" opacity="0.5"/>
+    </symbol>
+    <symbol id="pipeline-line" viewBox="720 140 60 60">
+      <g id="g26258">
+        <path d="M736.5,155 C735.119,155 734,157.239 734,160 C734,162.761 735.119,165 736.5,165 L747,165 L747,155 L736.5,155 z M751,155 L751,165 L765.5,165 L765.5,155 L751,155 z" fill="#B5B5B5" id="rect25143"/>
+        <path d="M768,160 C768,162.761 766.881,165 765.5,165 C764.119,165 763,162.761 763,160 C763,157.239 764.119,155 765.5,155 C766.881,155 768,157.239 768,160 z" fill="#989898" id="path25154"/>
+        <path d="M748,152 L748,166 L746,176 L748,176 L749.594,168 L754.406,168 L756,176 L758,176 L756,166 L755,166 L750,166 L750,152 L748,152 z M754,152 L754,154 L756,154 L756,152 L754,152 z M742,155 C741,155 739.5,157.239 739.5,160 C739.5,162.761 741,165 742,165 L744,165 C742.619,165 741,162.761 741,160 C741,157.239 742.619,155 744,155 L742,155 z M757,155 C756,155 754.5,157.239 754.5,160 C754.5,162.761 756,165 757,165 L759,165 C757.619,165 756,162.761 756,160 C756,157.239 757.619,155 759,155 L757,155 z M765.5,155 C764.119,155 763,157.239 763,160 C763,162.761 764.119,165 765.5,165 C766.881,165 768,162.761 768,160 C768,157.239 766.881,155 765.5,155 z" fill="#989898" id="path25145"/>
+      </g>
+      <path d="M769.5,179 C770.881,179 772,180.119 772,181.5 C772,182.881 770.881,184 769.5,184 C768.076,183.93 767.556,183.207 767.05,182 L732.95,182 C732.591,183.231 731.753,183.874 730.5,184 C729.119,184 728,182.881 728,181.5 C728,180.119 729.119,179 730.5,179 C731.924,179.069 732.443,179.793 732.95,181 L767.05,181 C767.409,179.768 768.247,179.126 769.5,179 z" fill="currentColor" id="pipeline-line-stroke"/>
+      <path d="M771,181.5 C771,182.328 770.328,183 769.5,183 C768.672,183 768,182.328 768,181.5 C768,180.672 768.672,180 769.5,180 C770.328,180 771,180.672 771,181.5 z" fill="#FFFFFF" id="path3936-9"/>
+      <path d="M732,181.5 C732,182.328 731.328,183 730.5,183 C729.672,183 729,182.328 729,181.5 C729,180.672 729.672,180 730.5,180 C731.328,180 732,180.672 732,181.5 z" fill="#FFFFFF" id="path3940-7"/>
+    </symbol>
+    <symbol id="ferry-line" viewBox="660 140 60 60">
+      <path d="M687,146 L686,147 L686,149 L683,149 L682,150 L682,156.906 L684,156.188 L684,152 L685,151 L687,151 L687,155.094 L688,154.719 L688,151 L692,151 L692,154.531 L693,154.812 L693,151 L695,151 L696,152 L696,155.625 L698,156.188 L698,150 L697,149 L694,149 L694,147 L693,146 L687,146 z M690,155 L679,159 L679,168.062 C678.979,168.055 678.958,168.038 678.938,168.031 C677.518,167.545 676.407,167.062 676.407,167.062 C676.077,166.915 675.693,166.955 675.401,167.168 C675.109,167.381 674.953,167.734 674.993,168.093 C675.033,168.452 675.263,168.763 675.594,168.906 C675.594,168.906 676.816,169.424 678.313,169.938 C679.81,170.451 681.548,171 683,171 C684.453,171 686.191,170.451 687.688,169.938 C689.185,169.424 690.407,168.906 690.407,168.906 C690.407,168.906 691.518,168.424 692.938,167.938 C694.357,167.451 696.119,167 697,167 C697.881,167 699.643,167.451 701.062,167.938 C702.482,168.424 703.594,168.906 703.594,168.906 C703.924,169.054 704.307,169.014 704.599,168.801 C704.891,168.588 705.047,168.235 705.007,167.876 C704.967,167.516 704.738,167.206 704.406,167.062 C704.406,167.062 703.185,166.545 701.688,166.031 C701.465,165.955 701.231,165.887 701,165.812 L701,158 L690,155 z M697,169 C695.548,169 693.81,169.518 692.312,170.031 C690.815,170.545 689.594,171.062 689.594,171.062 C689.594,171.062 688.482,171.545 687.062,172.031 C685.643,172.518 683.881,173 683,173 C682.119,173 680.357,172.518 678.938,172.031 C677.518,171.545 676.406,171.062 676.406,171.062 C676.076,170.915 675.693,170.955 675.401,171.168 C675.109,171.381 674.953,171.734 674.993,172.093 C675.033,172.452 675.262,172.763 675.594,172.906 C675.594,172.906 676.815,173.424 678.312,173.938 C679.81,174.451 681.548,175 683,175 C684.452,175 686.19,174.451 687.688,173.938 C689.185,173.424 690.406,172.906 690.406,172.906 C690.406,172.906 691.518,172.424 692.938,171.938 C694.357,171.451 696.119,171 697,171 C697.881,171 699.643,171.451 701.062,171.938 C702.482,172.424 703.594,172.906 703.594,172.906 C703.924,173.054 704.307,173.014 704.599,172.801 C704.891,172.588 705.047,172.235 705.007,171.876 C704.967,171.516 704.738,171.206 704.406,171.062 C704.406,171.062 703.185,170.545 701.688,170.031 C700.19,169.518 698.452,169 697,169 z" fill="currentColor" id="ferry-line-stroke2"/>
+      <path d="M709.5,179 C710.881,179 712,180.119 712,181.5 C712,182.881 710.881,184 709.5,184 C708.593,184.004 708.127,183.598 707.529,183 L672.471,183 C671.978,183.678 671.297,183.92 670.5,184 C669.119,184 668,182.881 668,181.5 C668,180.119 669.119,179 670.5,179 C671.407,178.996 671.873,179.402 672.471,180 L707.529,180 C708.022,179.322 708.703,179.08 709.5,179 z" fill="currentColor" id="ferry-line-stroke1"/>
+      <path d="M676,181 L676,182 L672.95,182 L673,181.5 L672.95,181 L676,181 z M687,181 L682,181 L682,182 L687,182 L687,181 z M698,181 L693,181 L693,182 L698,182 L698,181 z M707.05,181 L704,181 L704,182 L707.05,182 L707,181.5 L707.05,181 z" fill="inherit" id="ferry-line-dashes"/>
+      <path d="M711,181.5 C711,182.328 710.328,183 709.5,183 C708.672,183 708,182.328 708,181.5 C708,180.672 708.672,180 709.5,180 C710.328,180 711,180.672 711,181.5 z" fill="#FFFFFF" id="path6848-7"/>
+      <path d="M672,181.5 C672,182.328 671.328,183 670.5,183 C669.672,183 669,182.328 669,181.5 C669,180.672 669.672,180 670.5,180 C671.328,180 672,180.672 672,181.5 z" fill="#FFFFFF" id="path6852-2"/>
+    </symbol>
+    <symbol id="category-water" viewBox="600 140 60 60">
+      <path d="M616.762,181 C616.762,181 616.225,179.154 616.417,178.25 C616.638,177.203 618.071,175.5 618.071,175.5 C618.071,175.5 619.505,173.797 619.726,172.75 C619.917,171.846 619.381,170 619.381,170 C619.381,170 618.844,168.154 619.036,167.25 C619.257,166.203 620.69,164.5 620.69,164.5 C620.69,164.5 622.124,162.797 622.345,161.75 C622.536,160.846 622,159 622,159 L638.5,159 C638.5,159 639.933,160.703 640.155,161.75 C640.346,162.654 639.809,164.5 639.809,164.5 C639.809,164.5 639.273,166.346 639.464,167.25 C639.686,168.297 641.119,170 641.119,170 C641.119,170 642.552,171.703 642.774,172.75 C642.965,173.654 642.428,175.5 642.428,175.5 C642.428,175.5 641.892,177.346 642.083,178.25 C642.305,179.297 643.738,181 643.738,181 z" fill="currentColor" id="category-water-stroke1"/>
+      <path d="M617.966,172.759 C617.751,173.559 617.145,174.092 616.612,173.949 C616.078,173.806 615.82,173.041 616.034,172.241 C616.248,171.441 616.855,170.908 617.388,171.051 C617.922,171.194 618.18,171.959 617.966,172.759 z M619.799,162.75 C620.351,161.793 620.217,160.682 619.5,160.268 C618.783,159.854 617.753,160.293 617.201,161.25 C616.649,162.207 616.783,163.318 617.5,163.732 C618.217,164.146 619.247,163.707 619.799,162.75 z M641.422,166.708 C641.208,165.908 641.467,165.143 642,165 C642.534,164.857 643.14,165.39 643.354,166.19 C643.569,166.99 643.31,167.755 642.776,167.898 C642.243,168.041 641.637,167.508 641.422,166.708 z M644.299,177.75 C643.747,176.793 643.881,175.682 644.598,175.268 C645.316,174.854 646.345,175.293 646.897,176.25 C647.449,177.207 647.316,178.318 646.598,178.732 C645.881,179.146 644.851,178.707 644.299,177.75 z" fill="currentColor" id="category-water-stroke2" opacity="0.5"/>
+    </symbol>
+    <symbol id="category-path" viewBox="540 140 60 60">
+      <path d="M562,181 L565,170 L568,159 L572,159 L575,170 L578,181 z" fill="currentColor" id="category-path-stroke"/>
+    </symbol>
+    <symbol id="category-rail" viewBox="480 140 60 60">
+      <path d="M503.5,158 L502,159 L501.531,161 L498.25,161 C497.696,161 497.384,161.463 497.25,162 L497,163 C496.866,163.537 497.446,164 498,164 L522,164 C522.554,164 523.134,163.537 523,163 L522.75,162 C522.616,161.463 522.304,161 521.75,161 L518.969,161 L518.5,159 L517,158 L516,159 L516.469,161 L504.031,161 L504.5,159 L503.5,158 z M501.5,162 C501.776,162 502,162.224 502,162.5 C502,162.776 501.776,163 501.5,163 C501.224,163 501,162.776 501,162.5 C501,162.224 501.224,162 501.5,162 z M518.5,162 C518.776,162 519,162.224 519,162.5 C519,162.776 518.776,163 518.5,163 C518.224,163 518,162.776 518,162.5 C518,162.224 518.224,162 518.5,162 z M500.562,165 L500.094,167 L497.25,167 C496.696,167 496.384,167.463 496.25,168 L496,169 C495.866,169.537 496.446,170 497,170 L523,170 C523.554,170 524.134,169.537 524,169 L523.75,168 C523.616,167.463 523.304,167 522.75,167 L520.406,167 L519.938,165 L517.438,165 L517.906,167 L502.594,167 L503.062,165 L500.562,165 z M500.5,168 C500.776,168 501,168.224 501,168.5 C501,168.776 500.776,169 500.5,169 C500.224,169 500,168.776 500,168.5 C500,168.224 500.224,168 500.5,168 z M519.5,168 C519.776,168 520,168.224 520,168.5 C520,168.776 519.776,169 519.5,169 C519.224,169 519,168.776 519,168.5 C519,168.224 519.224,168 519.5,168 z M499.156,171 L498.688,173 L496.25,173 C495.696,173 495.384,173.463 495.25,174 L495,175 C494.866,175.537 495.446,176 496,176 L524,176 C524.554,176 525.134,175.537 525,175 L524.75,174 C524.616,173.463 524.304,173 523.75,173 L521.812,173 L521.344,171 L518.844,171 L519.312,173 L501.188,173 L501.656,171 L499.156,171 z M499.5,174 C499.776,174 500,174.224 500,174.5 C500,174.776 499.776,175 499.5,175 C499.224,175 499,174.776 499,174.5 C499,174.224 499.224,174 499.5,174 z M520.5,174 C520.776,174 521,174.224 521,174.5 C521,174.776 520.776,175 520.5,175 C520.224,175 520,174.776 520,174.5 C520,174.224 520.224,174 520.5,174 z M497.719,177 L497,180 L498.5,181 L499.5,180 L500.219,177 L497.719,177 z M520.281,177 L521,180 L522,181 L523.5,180 L522.781,177 L520.281,177 z" fill="#989898" id="rect17528-7-7"/>
+    </symbol>
+    <symbol id="category-roads" viewBox="420 140 60 60">
+      <path d="M442.5,160 L439.625,166 L438,166 L437,167 L437,169 L438.406,169 L438,170 L438,175 L438,176 L438,176 C438,176 438.608,176.608 439,177 L440,177 L444,177 L446,178 L454,178 L456,177 L460,177 L461,177 L462,176 L462,176 L462,175 L462,170 L461.594,169 L463,169 L463,167 L462,166 L460.375,166 L457.5,160 z M443.5,163 L456.5,163 L458,167 L457,168 L443,168 L442,167 z M441,171 L444,171 L445,173 L445,174 L441,174 L440,173 L440,172 z M456,171 L459,171 L460,172 L460,173 L459,174 L455,174 L455,173 z M439,178 L439,180 L440,181 L443,181 L444,180 L444,178 z M456,178 L456,180 L457,181 L460,181 L461,180 L461,178 z" fill="#989898" id="path4709"/>
+    </symbol>
+    <symbol id="other-line" viewBox="360 140 60 60">
+      <path d="M409.5,179 C410.881,179 412,180.119 412,181.5 C412,182.881 410.881,184 409.5,184 C408.57,184.002 408.113,183.584 407.5,182.971 L407.5,183 L372.5,183 L372.5,182.971 C371.996,183.663 371.316,183.918 370.5,184 C369.119,184 368,182.881 368,181.5 C368,180.119 369.119,179 370.5,179 C371.43,178.998 371.887,179.417 372.5,180.029 L372.5,180 L407.5,180 L407.5,180.029 C408.004,179.336 408.684,179.082 409.5,179 z" fill="inherit" id="other-line-casing1"/>
+      <path d="M407.05,181 L407,181.5 L407.05,182 L372.95,182 L373,181.5 L372.95,181 L407.05,181 z" fill="currentColor" id="other-line-stroke1"/>
+      <path d="M411,181.5 C411,182.328 410.328,183 409.5,183 C408.672,183 408,182.328 408,181.5 C408,180.672 408.672,180 409.5,180 C410.328,180 411,180.672 411,181.5 z" fill="#FFFFFF" id="path4657"/>
+      <path d="M372,181.5 C372,182.328 371.328,183 370.5,183 C369.672,183 369,182.328 369,181.5 C369,180.672 369.672,180 370.5,180 C371.328,180 372,180.672 372,181.5 z" fill="#FFFFFF" id="path4661"/>
+      <path d="M382.375,176 L385.375,165 L388.375,154 L392.375,154 L395.375,165 L398.375,176 z" fill="#989898" id="path26176-5-7-8"/>
+    </symbol>
+    <symbol id="power-line" viewBox="300 140 60 60">
+      <path d="M349.5,179 C350.881,179 352,180.119 352,181.5 C352,182.881 350.881,184 349.5,184 C348.075,183.93 347.556,183.207 347.05,182 L312.949,182 C312.591,183.232 311.753,183.874 310.5,184 C309.119,184 308,182.881 308,181.5 C308,180.119 309.119,179 310.5,179 C311.924,179.069 312.443,179.793 312.949,181 L347.05,181 C347.409,179.768 348.247,179.126 349.5,179 z" fill="currentColor" id="power-line-stroke"/>
+      <path d="M351,181.5 C351,182.328 350.328,183 349.5,183 C348.672,183 348,182.328 348,181.5 C348,180.672 348.672,180 349.5,180 C350.328,180 351,180.672 351,181.5 z" fill="#FFFFFF" id="path3936"/>
+      <path d="M312,181.5 C312,182.328 311.328,183 310.5,183 C309.672,183 309,182.328 309,181.5 C309,180.672 309.672,180 310.5,180 C311.328,180 312,180.672 312,181.5 z" fill="#FFFFFF" id="path3940"/>
+      <path d="M320,150 L320,151 L322,151 L322,150 L320,150 z M324,150 L324,151 L326,151 L326,150 L324,150 z M334,150 L334,151 L336,151 L336,150 L334,150 z M338,150 L338,151 L340,151 L340,150 L338,150 z M320.312,155 C319.647,158.533 317.267,160.5 315,160.5 L314,160.5 L314,161.5 L315,161.5 C316.042,161.5 317.082,161.196 318,160.594 L318,161.5 L319,161.5 C321.879,161.5 324.615,159.022 325.312,155 L324.312,155 C323.647,158.533 321.267,160.5 319,160.5 L318.125,160.5 C319.686,159.42 320.885,157.509 321.312,155 L320.312,155 z M334.687,155 C335.385,159.022 338.121,161.5 341,161.5 L342,161.5 L342,160.594 C342.918,161.196 343.958,161.5 345,161.5 L346,161.5 L346,160.5 L345,160.5 C342.733,160.5 340.353,158.533 339.687,155 L338.687,155 C339.115,157.509 340.314,159.42 341.875,160.5 L341,160.5 C338.733,160.5 336.353,158.533 335.687,155 L334.687,155 z" fill="#989898" id="rect4103"/>
+      <path d="M328,150 L328,152 L319,152 L319,154 L328,154 L328,176 L332,176 L332,154 L341,154 L341,152 L332,152 L332,150 L328,150 z" fill="#B5B5B5" id="rect4101"/>
+    </symbol>
+    <symbol id="waterway-ditch" viewBox="240 140 60 60">
+      <path d="M266,154 L261.75,176 L263.75,176 L268,154 L266,154 z M272.5,154 L276.75,176 L278.75,176 L274.5,154 L272.5,154 z" fill="#B5B5B5" id="path7019"/>
+      <path d="M289.5,179 C290.881,179 292,180.119 292,181.5 C292,182.881 290.881,184 289.5,184 C288.259,183.944 287.613,183.339 287.154,182.25 L252.846,182.25 C252.509,183.364 251.607,183.888 250.5,184 C249.119,184 248,182.881 248,181.5 C248,180.119 249.119,179 250.5,179 C251.741,179.056 252.387,179.661 252.846,180.75 L287.154,180.75 C287.491,179.636 288.393,179.111 289.5,179 z" fill="currentColor" id="waterway-ditch-stroke1"/>
+      <path d="M264.762,176 L269,154 L271.5,154 L275.738,176 z" fill="currentColor" id="waterway-ditch-stroke2"/>
+      <path d="M291,181.5 C291,182.328 290.328,183 289.5,183 C288.672,183 288,182.328 288,181.5 C288,180.672 288.672,180 289.5,180 C290.328,180 291,180.672 291,181.5 z" fill="#FFFFFF" id="path26188-3"/>
+      <path d="M252,181.5 C252,182.328 251.328,183 250.5,183 C249.672,183 249,182.328 249,181.5 C249,180.672 249.672,180 250.5,180 C251.328,180 252,180.672 252,181.5 z" fill="#FFFFFF" id="path26192-1"/>
+    </symbol>
+    <symbol id="waterway-canal" viewBox="180 140 60 60">
+      <path d="M229.5,179 C230.881,179 232,180.119 232,181.5 C232,182.881 230.881,184 229.5,184 C228.259,183.944 227.613,183.339 227.154,182.25 L192.846,182.25 C192.509,183.364 191.607,183.888 190.5,184 C189.119,184 188,182.881 188,181.5 C188,180.119 189.119,179 190.5,179 C191.741,179.056 192.387,179.661 192.846,180.75 L227.154,180.75 C227.491,179.636 228.393,179.111 229.5,179 z" fill="currentColor" id="waterway-canal-stroke1"/>
+      <path d="M202,154 C202,154 202.535,155.846 202.344,156.75 C202.122,157.797 200.688,159.5 200.688,159.5 C200.688,159.5 199.253,161.203 199.031,162.25 C198.84,163.154 199.375,165 199.375,165 C199.375,165 199.91,166.846 199.719,167.75 C199.497,168.797 198.063,170.5 198.063,170.5 C198.063,170.5 196.628,172.203 196.406,173.25 C196.215,174.154 196.75,176 196.75,176 L223.75,176 C223.75,176 222.315,174.297 222.094,173.25 C221.903,172.346 222.438,170.5 222.438,170.5 C222.438,170.5 222.972,168.654 222.781,167.75 C222.56,166.703 221.125,165 221.125,165 C221.125,165 219.69,163.297 219.469,162.25 C219.278,161.346 219.813,159.5 219.813,159.5 C219.813,159.5 220.347,157.654 220.156,156.75 C219.935,155.703 218.5,154 218.5,154 z M208,156 L212,156 L214,158 L216,170 L212,172 L208,172 L204,170 L206,158 z M212.2,164 L213,168 L207,168 L207.8,164 z M211.6,161 L212,163 L208,163 L208.4,161 z M211,158 L211.4,160 L208.6,160 L209,158 z" fill="currentColor" id="waterway-canal-stroke2"/>
+      <path d="M204,170 L216,170 L212,172 L208,172 z" fill="currentColor" id="waterway-canal-stroke3" opacity="0.601"/>
+      <path d="M231,181.5 C231,182.328 230.328,183 229.5,183 C228.672,183 228,182.328 228,181.5 C228,180.672 228.672,180 229.5,180 C230.328,180 231,180.672 231,181.5 z" fill="#FFFFFF" id="path6848"/>
+      <path d="M192,181.5 C192,182.328 191.328,183 190.5,183 C189.672,183 189,182.328 189,181.5 C189,180.672 189.672,180 190.5,180 C191.328,180 192,180.672 192,181.5 z" fill="#FFFFFF" id="path6852"/>
+    </symbol>
+    <symbol id="waterway-stream" viewBox="120 140 60 60">
+      <path d="M169.5,179 C170.881,179 172,180.119 172,181.5 C172,182.881 170.881,184 169.5,184 C168.259,183.944 167.613,183.339 167.154,182.25 L132.846,182.25 C132.509,183.364 131.607,183.888 130.5,184 C129.119,184 128,182.881 128,181.5 C128,180.119 129.119,179 130.5,179 C131.741,179.056 132.387,179.661 132.846,180.75 L167.154,180.75 C167.491,179.636 168.393,179.111 169.5,179 z" fill="currentColor" id="waterway-stream-stroke1"/>
+      <path d="M142.762,176 C142.762,176 142.226,174.154 142.417,173.25 C142.638,172.203 144.071,170.5 144.071,170.5 C144.071,170.5 145.505,168.797 145.726,167.75 C145.917,166.846 145.381,165 145.381,165 C145.381,165 144.845,163.154 145.036,162.25 C145.257,161.203 146.691,159.5 146.691,159.5 C146.691,159.5 148.124,157.797 148.345,156.75 C148.536,155.846 148,154 148,154 L152.5,154 C152.5,154 153.933,155.703 154.155,156.75 C154.346,157.654 153.81,159.5 153.81,159.5 C153.81,159.5 153.273,161.346 153.464,162.25 C153.686,163.297 155.119,165 155.119,165 C155.119,165 156.553,166.703 156.774,167.75 C156.965,168.654 156.429,170.5 156.429,170.5 C156.429,170.5 155.892,172.346 156.083,173.25 C156.305,174.297 157.738,176 157.738,176 z" fill="currentColor" id="waterway-stream-stroke2"/>
+      <path d="M143.966,167.759 C143.751,168.559 143.145,169.092 142.612,168.949 C142.078,168.806 141.82,168.041 142.034,167.241 C142.248,166.441 142.855,165.908 143.388,166.051 C143.922,166.194 144.18,166.959 143.966,167.759 z M145.799,157.75 C146.351,156.793 146.217,155.682 145.5,155.268 C144.783,154.854 143.753,155.293 143.201,156.25 C142.649,157.207 142.783,158.318 143.5,158.732 C144.217,159.146 145.247,158.707 145.799,157.75 z M155.422,161.708 C155.208,160.908 155.467,160.143 156,160 C156.534,159.857 157.14,160.39 157.354,161.19 C157.569,161.99 157.31,162.755 156.777,162.898 C156.243,163.041 155.637,162.508 155.422,161.708 z M158.299,172.75 C157.747,171.793 157.881,170.682 158.598,170.268 C159.316,169.854 160.345,170.293 160.897,171.25 C161.449,172.207 161.316,173.318 160.598,173.732 C159.881,174.146 158.851,173.707 158.299,172.75 z" fill="currentColor" id="waterway-stream-stroke3" opacity="0.5"/>
+      <path d="M171,181.5 C171,182.328 170.328,183 169.5,183 C168.672,183 168,182.328 168,181.5 C168,180.672 168.672,180 169.5,180 C170.328,180 171,180.672 171,181.5 z" fill="#FFFFFF" id="path26188"/>
+      <path d="M132,181.5 C132,182.328 131.328,183 130.5,183 C129.672,183 129,182.328 129,181.5 C129,180.672 129.672,180 130.5,180 C131.328,180 132,180.672 132,181.5 z" fill="#FFFFFF" id="path26192"/>
+    </symbol>
+    <symbol id="waterway-river" viewBox="60 140 60 60">
+      <path d="M109.5,179 C110.881,179 112,180.119 112,181.5 C112,182.881 110.881,184 109.5,184 C108.593,184.004 108.127,183.598 107.529,183 L72.471,183 C71.978,183.678 71.297,183.92 70.5,184 C69.119,184 68,182.881 68,181.5 C68,180.119 69.119,179 70.5,179 C71.407,178.996 71.873,179.402 72.471,180 L107.529,180 C108.022,179.322 108.703,179.08 109.5,179 z" fill="currentColor" id="waterway-river-stroke1"/>
+      <path d="M76.762,176 C76.762,176 76.226,174.154 76.417,173.25 C76.638,172.203 78.071,170.5 78.071,170.5 C78.071,170.5 79.505,168.797 79.726,167.75 C79.917,166.846 79.381,165 79.381,165 C79.381,165 78.845,163.154 79.036,162.25 C79.257,161.203 80.691,159.5 80.691,159.5 C80.691,159.5 82.124,157.797 82.345,156.75 C82.536,155.846 82,154 82,154 L98.5,154 C98.5,154 99.933,155.703 100.155,156.75 C100.346,157.654 99.81,159.5 99.81,159.5 C99.81,159.5 99.273,161.346 99.464,162.25 C99.686,163.297 101.119,165 101.119,165 C101.119,165 102.553,166.703 102.774,167.75 C102.965,168.654 102.429,170.5 102.429,170.5 C102.429,170.5 101.892,172.346 102.083,173.25 C102.305,174.297 103.738,176 103.738,176 z" fill="currentColor" id="waterway-river-stroke2"/>
+      <path d="M77.966,167.759 C77.752,168.559 77.145,169.092 76.612,168.949 C76.078,168.806 75.82,168.041 76.034,167.241 C76.248,166.441 76.855,165.908 77.388,166.051 C77.922,166.194 78.18,166.959 77.966,167.759 z M79.799,157.75 C80.351,156.793 80.217,155.682 79.5,155.268 C78.783,154.854 77.753,155.293 77.201,156.25 C76.649,157.207 76.783,158.318 77.5,158.732 C78.217,159.146 79.247,158.707 79.799,157.75 z M101.422,161.708 C101.208,160.908 101.467,160.143 102,160 C102.534,159.857 103.14,160.39 103.354,161.19 C103.569,161.99 103.31,162.755 102.777,162.898 C102.243,163.041 101.637,162.508 101.422,161.708 z M104.299,172.75 C103.747,171.793 103.881,170.682 104.598,170.268 C105.316,169.854 106.345,170.293 106.897,171.25 C107.449,172.207 107.316,173.318 106.598,173.732 C105.881,174.146 104.851,173.707 104.299,172.75 z" fill="currentColor" id="waterway-river-stroke3" opacity="0.5"/>
+      <path d="M111,181.5 C111,182.328 110.328,183 109.5,183 C108.672,183 108,182.328 108,181.5 C108,180.672 108.672,180 109.5,180 C110.328,180 111,180.672 111,181.5 z" fill="#FFFFFF" id="path26105"/>
+      <path d="M72,181.5 C72,182.328 71.328,183 70.5,183 C69.672,183 69,182.328 69,181.5 C69,180.672 69.672,180 70.5,180 C71.328,180 72,180.672 72,181.5 z" fill="#FFFFFF" id="path26109"/>
+    </symbol>
+    <symbol id="railway-monorail" viewBox="0 140 60 60">
+      <path d="M49.5,179 C50.881,179 52,180.119 52,181.5 C52,182.881 50.881,184 49.5,184 C48.593,184.004 48.127,183.598 47.529,183 L12.471,183 C11.978,183.678 11.297,183.92 10.5,184 C9.119,184 8,182.881 8,181.5 C8,180.119 9.119,179 10.5,179 C11.407,178.996 11.873,179.402 12.471,180 L47.529,180 C48.022,179.322 48.703,179.08 49.5,179 z" fill="currentColor" id="railway-monorail-stroke"/>
+      <path d="M16,181 L16,182 L12.95,182 L13,181.5 L12.95,181 L16,181 z M27,181 L22,181 L22,182 L27,182 L27,181 z M38,181 L33,181 L33,182 L38,182 L38,181 z M47.05,181 L44,181 L44,182 L47.05,182 L47,181.5 L47.05,181 z" fill="inherit" id="railway-monorail-dashes"/>
+      <path d="M50.833,181.5 C50.833,182.328 50.162,183 49.333,183 C48.505,183 47.833,182.328 47.833,181.5 C47.833,180.672 48.505,180 49.333,180 C50.162,180 50.833,180.672 50.833,181.5 z" fill="#FFFFFF" id="path7251"/>
+      <path d="M11.833,181.5 C11.833,182.328 11.162,183 10.333,183 C9.505,183 8.833,182.328 8.833,181.5 C8.833,180.672 9.505,180 10.333,180 C11.162,180 11.833,180.672 11.833,181.5 z" fill="#FFFFFF" id="path7255"/>
+      <path d="M25.833,150 L20.833,156 L20.833,169 L22.833,171 L36.833,171 L38.833,169 L38.833,156 L33.833,150 L25.833,150 z M25.833,151 L33.833,151 L33.833,153 L25.833,153 L25.833,151 z M23.833,156 L25.833,156 L33.833,156 L35.833,156 L36.833,157 L36.833,161 L33.833,161 L25.833,161 L22.833,161 L22.833,157 L23.833,156 z M22.833,164 L26.833,164 L27.833,166 L27.833,167 L23.833,167 L22.833,166 L22.833,164 z M32.833,164 L36.833,164 L36.833,166 L35.833,167 L31.833,167 L31.833,166 L32.833,164 z" fill="#989898" id="path7225"/>
+      <path d="M28.833,172 L30.833,172 L30.833,175 L28.833,175 z" fill="#B5B5B5" id="rect7259"/>
+      <path d="M30.833,171 L31.833,172 L31.833,174 L33.833,174 L33.833,171 z" fill="#989898" id="path7261"/>
+      <path d="M28.833,171 L27.833,172 L27.833,174 L25.833,174 L25.833,171 z" fill="#989898" id="path7263"/>
+      <path d="M26.833,176 L29.833,176 L32.833,176 L32.833,175 L26.833,175 z" fill="#B5B5B5" id="rect7265"/>
+    </symbol>
+    <symbol id="railway-light-rail" viewBox="720 80 60 60">
+      <path d="M769.5,119 C770.881,119 772,120.119 772,121.5 C772,122.881 770.881,124 769.5,124 C768.593,124.004 768.127,123.598 767.529,123 L732.471,123 C731.978,123.678 731.297,123.92 730.5,124 C729.119,124 728,122.881 728,121.5 C728,120.119 729.119,119 730.5,119 C731.407,118.996 731.873,119.402 732.471,120 L767.529,120 C768.022,119.322 768.703,119.08 769.5,119 z" fill="currentColor" id="railway-light-rail-stroke"/>
+      <path d="M736,121 L736,122 L732.95,122 L733,121.5 L732.95,121 L736,121 z M747,121 L742,121 L742,122 L747,122 L747,121 z M758,121 L753,121 L753,122 L758,122 L758,121 z M767.05,121 L764,121 L764,122 L767.05,122 L767,121.5 L767.05,121 z" fill="inherit" id="railway-light-rail-dashes"/>
+      <path d="M771,121.5 C771,122.328 770.328,123 769.5,123 C768.672,123 768,122.328 768,121.5 C768,120.672 768.672,120 769.5,120 C770.328,120 771,120.672 771,121.5 z" fill="#FFFFFF" id="path26158-5"/>
+      <path d="M732,121.5 C732,122.328 731.328,123 730.5,123 C729.672,123 729,122.328 729,121.5 C729,120.672 729.672,120 730.5,120 C731.328,120 732,120.672 732,121.5 z" fill="#FFFFFF" id="path26162-0"/>
+      <path d="M755.031,113 L756,115 L757,116 L758.5,115 L757.531,113 z" fill="#989898" id="path7074"/>
+      <path d="M744.5,113 L743.531,115 L742.531,116 L741.031,115 L742,113 z" fill="#989898" id="path7096"/>
+      <path d="M746,90 L741,96 L741,110 L743,112 L757,112 L759,110 L759,96 L754,90 L746,90 z M746,91 L754,91 L754,93 L746,93 L746,91 z M744,96 L746,96 L754,96 L756,96 L757,97 L757,101 L754,101 L746,101 L743,101 L743,97 L744,96 z M743,106 L746,106 L748,108 L748,109 L744,109 L743,108 L743,106 z M754,106 L757,106 L757,108 L756,109 L752,109 L752,108 L754,106 z" fill="#989898" id="path7098"/>
+      <path d="M745,86 L745,87 L749,87 L749,89 L751,89 L751,87 L755,87 L755,86 z" fill="#B5B5B5" id="path7167"/>
+    </symbol>
+    <symbol id="railway-subway" viewBox="660 80 60 60">
+      <path d="M709.5,119 C710.881,119 712,120.119 712,121.5 C712,122.881 710.881,124 709.5,124 C708.593,124.004 708.127,123.598 707.529,123 L672.471,123 C671.978,123.678 671.297,123.92 670.5,124 C669.119,124 668,122.881 668,121.5 C668,120.119 669.119,119 670.5,119 C671.407,118.996 671.873,119.402 672.471,120 L707.529,120 C708.021,119.322 708.703,119.08 709.5,119 z" fill="currentColor" id="railway-subway-stroke"/>
+      <path d="M676,121 L676,122 L672.95,122 L673,121.5 L672.95,121 L676,121 z M687,121 L682,121 L682,122 L687,122 L687,121 z M698,121 L693,121 L693,122 L698,122 L698,121 z M707.05,121 L704,121 L704,122 L707.05,122 L707,121.5 L707.05,121 z" fill="inherit" id="railway-subway-dashes"/>
+      <path d="M696.031,113 L697,115 L698,116 L699.5,115 L698.531,113 z" fill="#989898" id="path4893"/>
+      <path d="M711,121.5 C711,122.328 710.328,123 709.5,123 C708.672,123 708,122.328 708,121.5 C708,120.672 708.672,120 709.5,120 C710.328,120 711,120.672 711,121.5 z" fill="#FFFFFF" id="path4909"/>
+      <path d="M672,121.5 C672,122.328 671.328,123 670.5,123 C669.672,123 669,122.328 669,121.5 C669,120.672 669.672,120 670.5,120 C671.328,120 672,120.672 672,121.5 z" fill="#FFFFFF" id="path4913"/>
+      <path d="M683.5,113 L682.531,115 L681.531,116 L680.031,115 L681,113 z" fill="#989898" id="path5119"/>
+      <path d="M685,89 L679,95 L679,110 L681,112 L699,112 L701,110 L701,95 L695,89 L685,89 z M686,91 L694,91 L694,93 L686,93 L686,91 z M682,95 L684,95 L696,95 L698,95 L699,96 L699,100 L696,102 L684,102 L681,100 L681,96 L682,95 z M681,106 L684,106 L686,108 L686,109 L682,109 L681,108 L681,106 z M696,106 L699,106 L699,108 L698,109 L694,109 L694,108 L696,106 z" fill="#989898" id="rect5077"/>
+      <path d="M683,84 C678,84 674,87 674,93 L674,113 L677,112 L677,93 C677,89 680,87 683,87 L689,87 L691,87 L697,87 C700,87 703,89 703,93 L703,112 L706,113 L706,93 C706,87 701.932,84.822 697,84 L691,84 L689,84 z" fill="#B5B5B5" id="rect5093"/>
+    </symbol>
+    <symbol id="railway-abandoned" viewBox="600 80 60 60">
+      <path d="M623.5,93 L622,94 L621.531,96 L618.25,96 C617.696,96 617.384,96.463 617.25,97 L617,98 C616.866,98.537 617.446,99 618,99 L628.938,99 L632.188,96 L624.031,96 L624.5,94 L623.5,93 z M641,96 L637.75,99 L641.969,99 C642.523,99 643.103,98.537 642.969,98 L642.719,97 C642.584,96.463 642.273,96 641.719,96 L641,96 z M621.5,97 C621.776,97 622,97.224 622,97.5 C622,97.776 621.776,98 621.5,98 C621.224,98 621,97.776 621,97.5 C621,97.224 621.224,97 621.5,97 z M620.562,100 L620.094,102 L617.25,102 C616.696,102 616.384,102.463 616.25,103 L616,104 C615.866,104.537 616.446,105 617,105 L622.438,105 L625.688,102 L622.594,102 L623.062,100 L620.562,100 z M636.906,100 L637.375,102 L634.5,102 L631.281,105 L642.969,105 C643.523,105 644.103,104.537 643.969,104 L643.719,103 C643.584,102.463 643.273,102 642.719,102 L639.875,102 L639.406,100 L636.906,100 z M620.5,103 C620.776,103 621,103.224 621,103.5 C621,103.776 620.776,104 620.5,104 C620.224,104 620,103.776 620,103.5 C620,103.224 620.224,103 620.5,103 z M639.469,103 C639.745,103 639.969,103.224 639.969,103.5 C639.969,103.776 639.745,104 639.469,104 C639.193,104 638.969,103.776 638.969,103.5 C638.969,103.224 639.193,103 639.469,103 z M619.156,106 L618.688,108 L616.25,108 C615.696,108 615.384,108.463 615.25,109 L615,110 C614.868,110.528 615.424,110.984 615.969,111 C615.979,111 615.99,111 616,111 L621.375,106 L619.156,106 z M638.312,106 L638.781,108 L628.031,108 L624.781,111 L643.969,111 C644.523,111 645.103,110.537 644.969,110 L644.719,109 C644.584,108.463 644.273,108 643.719,108 L641.281,108 L640.812,106 L638.312,106 z M640.469,109 C640.745,109 640.969,109.224 640.969,109.5 C640.969,109.776 640.745,110 640.469,110 C640.193,110 639.969,109.776 639.969,109.5 C639.969,109.224 640.193,109 640.469,109 z M639.75,112 L640.469,115 L641.469,116 L642.969,115 L642.25,112 L639.75,112 z" fill="#B5B5B5" id="path4185"/>
+      <path d="M649.5,119 C650.881,119 652,120.119 652,121.5 C652,122.881 650.881,124 649.5,124 C648.593,124.004 648.127,123.598 647.529,123 L612.471,123 C611.978,123.678 611.297,123.92 610.5,124 C609.119,124 608,122.881 608,121.5 C608,120.119 609.119,119 610.5,119 C611.407,118.996 611.873,119.402 612.471,120 L647.529,120 C648.022,119.322 648.703,119.08 649.5,119 z" fill="currentColor" id="railway-abandoned-stroke" opacity="0.697"/>
+      <path d="M616,121 L616,122 L612.95,122 L613,121.5 L612.95,121 L616,121 z M627,121 L622,121 L622,122 L627,122 L627,121 z M638,121 L633,121 L633,122 L638,122 L638,121 z M647.05,121 L644,121 L644,122 L647.05,122 L647,121.5 L647.05,121 z" fill="inherit" id="railway-abandoned-dashes"/>
+      <path d="M651,121.5 C651,122.328 650.328,123 649.5,123 C648.672,123 648,122.328 648,121.5 C648,120.672 648.672,120 649.5,120 C650.328,120 651,120.672 651,121.5 z" fill="#FFFFFF" id="path4201"/>
+      <path d="M612,121.5 C612,122.328 611.328,123 610.5,123 C609.672,123 609,122.328 609,121.5 C609,120.672 609.672,120 610.5,120 C611.328,120 612,120.672 612,121.5 z" fill="#FFFFFF" id="path4205"/>
+      <g id="path4212">
+        <path d="M615,116 L642,91" fill="#989898"/>
+        <path d="M615,116 L642,91" fill-opacity="0" stroke="#444444" stroke-width="3"/>
+      </g>
+    </symbol>
+    <symbol id="railway-disused" viewBox="540 80 60 60">
+      <path d="M563.5,93 L562,94 L561.531,96 L558.25,96 C557.696,96 557.384,96.463 557.25,97 L557,98 C556.866,98.537 557.446,99 558,99 L568.938,99 L572.188,96 L564.031,96 L564.5,94 L563.5,93 z M581,96 L577.75,99 L581.969,99 C582.523,99 583.103,98.537 582.969,98 L582.719,97 C582.584,96.463 582.273,96 581.719,96 L581,96 z M561.5,97 C561.776,97 562,97.224 562,97.5 C562,97.776 561.776,98 561.5,98 C561.224,98 561,97.776 561,97.5 C561,97.224 561.224,97 561.5,97 z M560.562,100 L560.094,102 L557.25,102 C556.696,102 556.384,102.463 556.25,103 L556,104 C555.866,104.537 556.446,105 557,105 L562.438,105 L565.688,102 L562.594,102 L563.062,100 L560.562,100 z M576.906,100 L577.375,102 L574.5,102 L571.281,105 L582.969,105 C583.523,105 584.103,104.537 583.969,104 L583.719,103 C583.584,102.463 583.273,102 582.719,102 L579.875,102 L579.406,100 L576.906,100 z M560.5,103 C560.776,103 561,103.224 561,103.5 C561,103.776 560.776,104 560.5,104 C560.224,104 560,103.776 560,103.5 C560,103.224 560.224,103 560.5,103 z M579.469,103 C579.745,103 579.969,103.224 579.969,103.5 C579.969,103.776 579.745,104 579.469,104 C579.193,104 578.969,103.776 578.969,103.5 C578.969,103.224 579.193,103 579.469,103 z M559.156,106 L558.688,108 L556.25,108 C555.696,108 555.384,108.463 555.25,109 L555,110 C554.868,110.528 555.424,110.984 555.969,111 C555.979,111 555.99,111 556,111 L561.375,106 L559.156,106 z M578.312,106 L578.781,108 L568.031,108 L564.781,111 L583.969,111 C584.523,111 585.103,110.537 584.969,110 L584.719,109 C584.584,108.463 584.273,108 583.719,108 L581.281,108 L580.812,106 L578.312,106 z M580.469,109 C580.745,109 580.969,109.224 580.969,109.5 C580.969,109.776 580.745,110 580.469,110 C580.193,110 579.969,109.776 579.969,109.5 C579.969,109.224 580.193,109 580.469,109 z M579.75,112 L580.469,115 L581.469,116 L582.969,115 L582.25,112 L579.75,112 z" fill="#B5B5B5" id="path7042"/>
+      <path d="M589.5,119 C590.881,119 592,120.119 592,121.5 C592,122.881 590.881,124 589.5,124 C588.593,124.004 588.127,123.598 587.529,123 L552.471,123 C551.978,123.678 551.297,123.92 550.5,124 C549.119,124 548,122.881 548,121.5 C548,120.119 549.119,119 550.5,119 C551.407,118.996 551.873,119.402 552.471,120 L587.529,120 C588.022,119.322 588.703,119.08 589.5,119 z" fill="currentColor" id="railway-disused-stroke" opacity="0.703"/>
+      <path d="M556,121 L556,122 L552.95,122 L553,121.5 L552.95,121 L556,121 z M567,121 L562,121 L562,122 L567,122 L567,121 z M578,121 L573,121 L573,122 L578,122 L578,121 z M587.05,121 L584,121 L584,122 L587.05,122 L587,121.5 L587.05,121 z" fill="inherit" id="railway-disused-dashes"/>
+      <path d="M591,121.5 C591,122.328 590.328,123 589.5,123 C588.672,123 588,122.328 588,121.5 C588,120.672 588.672,120 589.5,120 C590.328,120 591,120.672 591,121.5 z" fill="#FFFFFF" id="path7058"/>
+      <path d="M552,121.5 C552,122.328 551.328,123 550.5,123 C549.672,123 549,122.328 549,121.5 C549,120.672 549.672,120 550.5,120 C551.328,120 552,120.672 552,121.5 z" fill="#FFFFFF" id="path7062"/>
+      <path d="M578.844,91.857 L580.906,94.075 L583.031,92.107 L580.969,89.888 z M572.25,97.982 L574.281,100.169 L578.688,96.107 L576.656,93.919 z M565.656,104.107 L567.688,106.294 L572.094,102.232 L570.063,100.013 z M559.031,110.2 L561.094,112.419 L565.5,108.325 L563.438,106.138 z M553.969,114.888 L556.031,117.107 L558.875,114.45 L556.844,112.263 z" fill="#444444" id="path7066"/>
+    </symbol>
+    <symbol id="railway-rail" viewBox="480 80 60 60">
+      <path d="M529.5,119 C530.881,119 532,120.119 532,121.5 C532,122.881 530.881,124 529.5,124 C528.593,124.004 528.127,123.598 527.529,123 L492.471,123 C491.978,123.678 491.297,123.92 490.5,124 C489.119,124 488,122.881 488,121.5 C488,120.119 489.119,119 490.5,119 C491.407,118.996 491.873,119.402 492.471,120 L527.529,120 C528.022,119.322 528.703,119.08 529.5,119 z" fill="currentColor" id="railway-rail-stroke"/>
+      <path d="M496,121 L496,122 L492.95,122 L493,121.5 L492.95,121 L496,121 z M507,121 L502,121 L502,122 L507,122 L507,121 z M518,121 L513,121 L513,122 L518,122 L518,121 z M527.05,121 L524,121 L524,122 L527.05,122 L527,121.5 L527.05,121 z" fill="inherit" id="railway-rail-dashes"/>
+      <path d="M531,121.5 C531,122.328 530.328,123 529.5,123 C528.672,123 528,122.328 528,121.5 C528,120.672 528.672,120 529.5,120 C530.328,120 531,120.672 531,121.5 z" fill="#FFFFFF" id="path26158"/>
+      <path d="M492,121.5 C492,122.328 491.328,123 490.5,123 C489.672,123 489,122.328 489,121.5 C489,120.672 489.672,120 490.5,120 C491.328,120 492,120.672 492,121.5 z" fill="#FFFFFF" id="path26162"/>
+      <path d="M503.5,93 L502,94 L501.531,96 L498.25,96 C497.696,96 497.384,96.463 497.25,97 L497,98 C496.866,98.537 497.446,99 498,99 L522,99 C522.554,99 523.134,98.537 523,98 L522.75,97 C522.616,96.463 522.304,96 521.75,96 L518.969,96 L518.5,94 L517,93 L516,94 L516.469,96 L504.031,96 L504.5,94 L503.5,93 z M501.5,97 C501.776,97 502,97.224 502,97.5 C502,97.776 501.776,98 501.5,98 C501.224,98 501,97.776 501,97.5 C501,97.224 501.224,97 501.5,97 z M518.5,97 C518.776,97 519,97.224 519,97.5 C519,97.776 518.776,98 518.5,98 C518.224,98 518,97.776 518,97.5 C518,97.224 518.224,97 518.5,97 z M500.563,100 L500.094,102 L497.25,102 C496.696,102 496.384,102.463 496.25,103 L496,104 C495.866,104.537 496.446,105 497,105 L523,105 C523.554,105 524.134,104.537 524,104 L523.75,103 C523.616,102.463 523.304,102 522.75,102 L520.406,102 L519.938,100 L517.438,100 L517.906,102 L502.594,102 L503.063,100 L500.563,100 z M500.5,103 C500.776,103 501,103.224 501,103.5 C501,103.776 500.776,104 500.5,104 C500.224,104 500,103.776 500,103.5 C500,103.224 500.224,103 500.5,103 z M519.5,103 C519.776,103 520,103.224 520,103.5 C520,103.776 519.776,104 519.5,104 C519.224,104 519,103.776 519,103.5 C519,103.224 519.224,103 519.5,103 z M499.156,106 L498.688,108 L496.25,108 C495.696,108 495.384,108.463 495.25,109 L495,110 C494.866,110.537 495.446,111 496,111 L524,111 C524.554,111 525.134,110.537 525,110 L524.75,109 C524.616,108.463 524.304,108 523.75,108 L521.813,108 L521.344,106 L518.844,106 L519.313,108 L501.188,108 L501.656,106 L499.156,106 z M499.5,109 C499.776,109 500,109.224 500,109.5 C500,109.776 499.776,110 499.5,110 C499.224,110 499,109.776 499,109.5 C499,109.224 499.224,109 499.5,109 z M520.5,109 C520.776,109 521,109.224 521,109.5 C521,109.776 520.776,110 520.5,110 C520.224,110 520,109.776 520,109.5 C520,109.224 520.224,109 520.5,109 z M497.719,112 L497,115 L498.5,116 L499.5,115 L500.219,112 L497.719,112 z M520.281,112 L521,115 L522,116 L523.5,115 L522.781,112 L520.281,112 z" fill="#989898" id="rect17528-7"/>
+    </symbol>
+    <symbol id="highway-steps" viewBox="420 80 60 60">
+      <path d="M447,94 L447,96 L446,98 L446,100 L445,102 L445,104 L444,106 L444,108 L443,110 L443,112 L442,114 L442,116 L450,116 L458,116 L458,114 L457,112 L457,110 L456,108 L456,106 L455,104 L455,102 L454,100 L454,98 L453,96 L453,94 L450,94 L447,94 z" fill="currentColor" id="highway-steps-stroke3" opacity="0.496"/>
+      <path d="M443,112 L443,110 L457,110 L457,112 z M458,116 L458,114 L442,114 L442,116 z M456,108 L456,106 L444,106 L444,108 z M455,104 L455,102 L445,102 L445,104 z M454,100 L454,98 L446,98 L446,100 z M453,96 L453,94 L447,94 L447,96 z" fill="currentColor" id="highway-steps-stroke2"/>
+      <path d="M469.5,119 C470.881,119 472,120.119 472,121.5 C472,122.881 470.881,124 469.5,124 C468.593,124.004 468.127,123.598 467.529,123 L432.471,123 C431.978,123.678 431.297,123.92 430.5,124 C429.119,124 428,122.881 428,121.5 C428,120.119 429.119,119 430.5,119 C431.407,118.996 431.873,119.402 432.471,120 L467.529,120 C468.022,119.322 468.703,119.08 469.5,119 z" fill="currentColor" id="highway-steps-stroke1"/>
+      <path d="M463,121 L466,121 L466,122 L463,122 z M453,122 L456,122 L456,121 L453,121 z M443,122 L446,122 L446,121 L443,121 z M433,122 L436,122 L436,121 L433,121 z M438,122 L441,122 L441,121 L438,121 z M448,122 L451,122 L451,121 L448,121 z M458,122 L461,122 L461,121 L458,121 z" fill="inherit" id="highway-steps-dashes"/>
+      <path d="M471,121.5 C471,122.328 470.328,123 469.5,123 C468.672,123 468,122.328 468,121.5 C468,120.672 468.672,120 469.5,120 C470.328,120 471,120.672 471,121.5 z" fill="#FFFFFF" id="path26138-3"/>
+      <path d="M432,121.5 C432,122.328 431.328,123 430.5,123 C429.672,123 429,122.328 429,121.5 C429,120.672 429.672,120 430.5,120 C431.328,120 432,120.672 432,121.5 z" fill="#FFFFFF" id="path26142-8"/>
+    </symbol>
+    <symbol id="highway-bridleway" viewBox="360 80 60 60">
+      <path d="M389.5,86 C388.119,86 387,87.119 387,88.5 C387,89.881 388.119,91 389.5,91 C390.881,91 392,89.881 392,88.5 C392,87.119 390.881,86 389.5,86 z M403,89.156 L400,93 L395.719,98 L395,98 L393,98 L392,97.656 L392,93 C392,92.446 391.554,92 391,92 L388,92 C387.446,92 387,92.446 387,93 L387,97 L385,97 L381,97 L377,101 L376,107 L378,107 L379,105 L380,102 L381,100.656 L381,104.156 L379,108.5 L379,114 C379,115 379,116 380.5,116 C382,116 382,115 382,114 L382,108.5 L383.156,106 L385,106 L385,108.5 L387.5,114.5 C387.751,115.435 388.405,116 389.25,116 C390.059,116 390.346,115.124 390,114 L388,108.5 L388,106.188 L391,107 L395,107 L395,114 C395,114.5 395,116 396.5,116 C398,116 398,114.5 398,114 L398,107 L403,98 L405,98 L407,99 L408,98 L408,96 L404,93 L403,93 z M387,98 L390,98 L393,101 L393,105 L392,106 L391,105 L391,102 L387,99 z" fill="currentColor" id="highway-bridleway-stroke2"/>
+      <path d="M409.5,119 C410.881,119 412,120.119 412,121.5 C412,122.881 410.881,124 409.5,124 C408.593,124.004 408.127,123.598 407.529,123 L372.471,123 C371.978,123.678 371.297,123.92 370.5,124 C369.119,124 368,122.881 368,121.5 C368,120.119 369.119,119 370.5,119 C371.407,118.996 371.873,119.402 372.471,120 L407.529,120 C408.022,119.322 408.703,119.08 409.5,119 z" fill="currentColor" id="highway-bridleway-stroke1"/>
+      <path d="M376,121 L376,122 L372.95,122 L373,121.5 L372.95,121 L376,121 z M387,121 L382,121 L382,122 L387,122 L387,121 z M398,121 L393,121 L393,122 L398,122 L398,121 z M407.05,121 L404,121 L404,122 L407.05,122 L407,121.5 L407.05,121 z" fill="inherit" id="highway-bridleway-dashes"/>
+      <path d="M411,121.5 C411,122.328 410.328,123 409.5,123 C408.672,123 408,122.328 408,121.5 C408,120.672 408.672,120 409.5,120 C410.328,120 411,120.672 411,121.5 z" fill="#FFFFFF" id="path5205"/>
+      <path d="M372,121.5 C372,122.328 371.328,123 370.5,123 C369.672,123 369,122.328 369,121.5 C369,120.672 369.672,120 370.5,120 C371.328,120 372,120.672 372,121.5 z" fill="#FFFFFF" id="path5209"/>
+    </symbol>
+    <symbol id="highway-footway" viewBox="300 80 60 60">
+      <path d="M332,94.5 C332,95.881 330.881,97 329.5,97 C328.119,97 327,95.881 327,94.5 C327,93.119 328.119,92 329.5,92 C330.881,92 332,93.119 332,94.5 z M327,98 L328,98 L328.5,98 L337,104.5 L337,106 L336,106 L331,102.125 L331,106 L333,110 L335,115 L334,116 L333,116 L331,111 L327,105 L327,100.344 L324.5,102.5 L322.5,106 L321,106 L321,105 L322.5,102 L327,98 z M327.844,108.406 L325.531,116 L324.5,116 L323.5,115 L326.313,106.562 z" fill="currentColor" id="highway-footway-stroke2"/>
+      <path d="M349.5,119 C350.881,119 352,120.119 352,121.5 C352,122.881 350.881,124 349.5,124 C348.593,124.004 348.127,123.598 347.529,123 L312.471,123 C311.978,123.678 311.297,123.92 310.5,124 C309.119,124 308,122.881 308,121.5 C308,120.119 309.119,119 310.5,119 C311.407,118.996 311.873,119.402 312.471,120 L347.529,120 C348.022,119.322 348.703,119.08 349.5,119 z" fill="currentColor" id="highway-footway-stroke1"/>
+      <path d="M316,121 L316,122 L312.95,122 L313,121.5 L312.95,121 L316,121 z M327,121 L322,121 L322,122 L327,122 L327,121 z M338,121 L333,121 L333,122 L338,122 L338,121 z M347.05,121 L344,121 L344,122 L347.05,122 L347,121.5 L347.05,121 z" fill="inherit" id="highway-footway-dashes"/>
+      <path d="M351,121.5 C351,122.328 350.328,123 349.5,123 C348.672,123 348,122.328 348,121.5 C348,120.672 348.672,120 349.5,120 C350.328,120 351,120.672 351,121.5 z" fill="#FFFFFF" id="path26138"/>
+      <path d="M312,121.5 C312,122.328 311.328,123 310.5,123 C309.672,123 309,122.328 309,121.5 C309,120.672 309.672,120 310.5,120 C311.328,120 312,120.672 312,121.5 z" fill="#FFFFFF" id="path26142"/>
+    </symbol>
+    <symbol id="highway-cycleway" viewBox="240 80 60 60">
+      <path d="M263.594,94 L263.594,96 L264.438,96 L265,99 L262.5,99 L257,109 L257,110 L258,111 L269,111 L276.563,101.531 L280.5,110 L281,110 L282,110 L282,109 L276,96 L279,96 L279,95 L278,94 L274,94 L274,96 L275.406,99 L267.063,99 L266.5,96 L268.594,96 L268.594,95 L267.594,94 L263.594,94 z M263.5,101 L265.5,101 L267.5,109 L259,109 L263.5,101 z M267.5,101 L274.5,101 L269,107.5 L267.5,101 z M258.5,103 C254.91,103 252,105.91 252,109.5 C252,113.09 254.91,116 258.5,116 C261.203,116 263.52,114.347 264.5,112 L262.25,112 C261.444,113.216 260.068,114 258.5,114 C256.015,114 254,111.985 254,109.5 C254,107.176 255.77,105.301 258.031,105.062 L259.156,103.031 C258.938,103.009 258.724,103 258.5,103 z M280.344,103 L281.281,105.094 C283.392,105.466 285,107.283 285,109.5 C285,111.985 282.985,114 280.5,114 C278.015,114 276,111.985 276,109.5 C276,108.126 276.623,106.919 277.594,106.094 L276.719,104.219 C275.076,105.398 274,107.324 274,109.5 C274,113.09 276.91,116 280.5,116 C284.09,116 287,113.09 287,109.5 C287,105.91 284.09,103 280.5,103 C280.447,103 280.397,102.999 280.344,103 z M262.687,104.531 L261.687,106.312 C262.154,106.779 262.492,107.366 262.719,108 L264.812,108 C264.488,106.628 263.728,105.413 262.687,104.531 z" fill="currentColor" id="highway-cycleway-stroke2"/>
+      <path d="M289.5,119 C290.881,119 292,120.119 292,121.5 C292,122.881 290.881,124 289.5,124 C288.593,124.004 288.127,123.598 287.529,123 L252.471,123 C251.978,123.678 251.297,123.92 250.5,124 C249.119,124 248,122.881 248,121.5 C248,120.119 249.119,119 250.5,119 C251.407,118.996 251.873,119.402 252.471,120 L287.529,120 C288.022,119.322 288.703,119.08 289.5,119 z" fill="currentColor" id="highway-cycleway-stroke1"/>
+      <path d="M256,121 L256,122 L252.95,122 L253,121.5 L252.95,121 L256,121 z M267,121 L262,121 L262,122 L267,122 L267,121 z M278,121 L273,121 L273,122 L278,122 L278,121 z M287.05,121 L284,121 L284,122 L287.05,122 L287,121.5 L287.05,121 z" fill="inherit" id="highway-cycleway-dashes"/>
+      <path d="M291,121.5 C291,122.328 290.328,123 289.5,123 C288.672,123 288,122.328 288,121.5 C288,120.672 288.672,120 289.5,120 C290.328,120 291,120.672 291,121.5 z" fill="#FFFFFF" id="path26166"/>
+      <path d="M252,121.5 C252,122.328 251.328,123 250.5,123 C249.672,123 249,122.328 249,121.5 C249,120.672 249.672,120 250.5,120 C251.328,120 252,120.672 252,121.5 z" fill="#FFFFFF" id="path26170"/>
+    </symbol>
+    <symbol id="highway-path" viewBox="180 80 60 60">
+      <path d="M229.5,119 C230.881,119 232,120.119 232,121.5 C232,122.881 230.881,124 229.5,124 C228.593,124.004 228.127,123.598 227.529,123 L192.471,123 C191.978,123.678 191.297,123.92 190.5,124 C189.119,124 188,122.881 188,121.5 C188,120.119 189.119,119 190.5,119 C191.407,118.996 191.873,119.402 192.471,120 L227.529,120 C228.022,119.322 228.703,119.08 229.5,119 z" fill="currentColor" id="highway-path-stroke1"/>
+      <path d="M196,121 L196,122 L192.95,122 L193,121.5 L192.95,121 L196,121 z M207,121 L202,121 L202,122 L207,122 L207,121 z M218,121 L213,121 L213,122 L218,122 L218,121 z M227.05,121 L224,121 L224,122 L227.05,122 L227,121.5 L227.05,121 z" fill="inherit" id="highway-path-dashes"/>
+      <path d="M231,121.5 C231,122.328 230.328,123 229.5,123 C228.672,123 228,122.328 228,121.5 C228,120.672 228.672,120 229.5,120 C230.328,120 231,120.672 231,121.5 z" fill="#FFFFFF" id="path5032"/>
+      <path d="M192,121.5 C192,122.328 191.328,123 190.5,123 C189.672,123 189,122.328 189,121.5 C189,120.672 189.672,120 190.5,120 C191.328,120 192,120.672 192,121.5 z" fill="#FFFFFF" id="path5036"/>
+      <path d="M202,116 L205,105 L208,94 L212,94 L215,105 L218,116 z" fill="currentColor" id="highway-path-stroke2"/>
+    </symbol>
+    <symbol id="highway-living-street" viewBox="120 80 60 60">
+      <path d="M142.5,95 L139.625,101 L138,101 L137,102 L137,104 L138.406,104 L138,105 L138,110 L138,111 L138,111 C138,111 138.608,111.608 139,112 L140,112 L144,112 L146,113 L154,113 L156,112 L160,112 L161,112 L162,111 L162,111 L162,110 L162,105 L161.594,104 L163,104 L163,102 L162,101 L160.375,101 L157.5,95 z M143.5,98 L156.5,98 L158,102 L157,103 L143,103 L142,102 z M141,106 L144,106 L145,108 L145,109 L141,109 L140,108 L140,107 z M156,106 L159,106 L160,107 L160,108 L159,109 L155,109 L155,108 z M139,113 L139,115 L140,116 L143,116 L144,115 L144,113 z M156,113 L156,115 L157,116 L160,116 L161,115 L161,113 z" fill="#989898" id="path25561"/>
+      <path d="M136,112.625 L136,114.125 L131,116 L127,116 z" fill="#989898" id="path25567"/>
+      <path d="M138,92 L134,93.5 L134,111.375 L127,114 L127,101.625 L130,100.5 L130,96.5 L129,96.875 L127,97.625 L127,96.5 L127,87 z" fill="#B5B5B5" id="path25569"/>
+      <path d="M170,89 L169,90 L169,92 L170,93 L172,93 L173,92 L173,90 L172,89 z M169,94 L168,95 L163,100 L165.5,100 L168,97.5 L168,102 L168,109 L169,109 L170,108 L170,102 L172.188,102 L173,106 L175,106 L177,106 L178,105 L178,104 L174.594,104 L174,101 L174,95 L173,94 z M164.5,105 C163.672,105 163,105.672 163,106.5 C163,107.328 163.672,108 164.5,108 C165.328,108 166,107.328 166,106.5 C166,105.672 165.328,105 164.5,105 z" fill="#989898" id="rect24381-9"/>
+      <path d="M164,112.625 L164,114.125 L169,116 L173,116 z" fill="#989898" id="path25668"/>
+      <g id="g26083">
+        <path d="M169.5,119 C170.881,119 172,120.119 172,121.5 C172,122.881 170.881,124 169.5,124 C168.57,124.002 168.113,123.584 167.5,122.971 L167.5,123 L132.5,123 L132.5,122.971 C131.996,123.663 131.316,123.918 130.5,124 C129.119,124 128,122.881 128,121.5 C128,120.119 129.119,119 130.5,119 C131.43,118.998 131.887,119.416 132.5,120.029 L132.5,120 L167.5,120 L167.5,120.029 C168.004,119.336 168.684,119.082 169.5,119 z" fill="inherit" id="highway-living-street-casing1"/>
+        <path d="M167.05,121 L167,121.5 L167.05,122 L132.95,122 L133,121.5 L132.95,121 L167.05,121 z" fill="currentColor" id="highway-living-street-stroke1"/>
+        <path d="M171,121.5 C171,122.328 170.328,123 169.5,123 C168.672,123 168,122.328 168,121.5 C168,120.672 168.672,120 169.5,120 C170.328,120 171,120.672 171,121.5 z" fill="#FFFFFF" id="path26054"/>
+        <path d="M132,121.5 C132,122.328 131.328,123 130.5,123 C129.672,123 129,122.328 129,121.5 C129,120.672 129.672,120 130.5,120 C131.328,120 132,120.672 132,121.5 z" fill="#FFFFFF" id="path26081"/>
+      </g>
+    </symbol>
+    <symbol id="highway-track" viewBox="60 80 60 60">
+      <g id="g26083">
+        <g id="g4983"/>
+        <path d="M109.5,119 C110.881,119 112,120.119 112,121.5 C112,122.881 110.881,124 109.5,124 C108.57,124.002 108.113,123.584 107.5,122.971 L107.5,123 L72.5,123 L72.5,122.971 C71.996,123.663 71.316,123.918 70.5,124 C69.119,124 68,122.881 68,121.5 C68,120.119 69.119,119 70.5,119 C71.43,118.998 71.887,119.416 72.5,120.029 L72.5,120 L107.5,120 L107.5,120.029 C108.004,119.336 108.684,119.082 109.5,119 z" fill="inherit" id="highway-track-casing1"/>
+        <path d="M107.05,121 L107,121.5 L107.05,122 L72.95,122 L73,121.5 L72.95,121 L107.05,121 z" fill="currentColor" id="highway-track-stroke1"/>
+        <path d="M73.5,120 L73.5,121 L76,121 L76,120 z M78,120 L78,121 L81,121 L81,120 z M83,120 L83,121 L86,121 L86,120 z M88,120 L88,121 L91,121 L91,120 z M93,120 L93,121 L96,121 L96,120 z M98,120 L98,121 L101,121 L101,120 z M103,120 L103,121 L106,121 L106,120 z M73.5,122 L73.5,123 L76,123 L76,122 z M78,122 L78,123 L81,123 L81,122 z M83,122 L83,123 L86,123 L86,122 z M88,122 L88,123 L91,123 L91,122 z M93,122 L93,123 L96,123 L96,122 z M98,122 L98,123 L101,123 L101,122 z M103,122 L103,123 L106,123 L106,122 z" fill="currentColor" id="highway-track-stroke2" opacity="0.503"/>
+        <path d="M111,121.5 C111,122.328 110.328,123 109.5,123 C108.672,123 108,122.328 108,121.5 C108,120.672 108.672,120 109.5,120 C110.328,120 111,120.672 111,121.5 z" fill="#FFFFFF" id="path26054"/>
+        <path d="M72,121.5 C72,122.328 71.328,123 70.5,123 C69.672,123 69,122.328 69,121.5 C69,120.672 69.672,120 70.5,120 C71.328,120 72,120.672 72,121.5 z" fill="#FFFFFF" id="path26081"/>
+      </g>
+      <path d="M87,94 L81,116 L87.5,116 L89,94 L87,94 z M91,94 L92.5,116 L99,116 L93,94 L91,94 z" fill="#989898" id="path5001"/>
+    </symbol>
+    <symbol id="highway-road" viewBox="0 80 60 60">
+      <g id="g26083">
+        <path d="M49.5,119 C50.881,119 52,120.119 52,121.5 C52,122.881 50.881,124 49.5,124 C48.57,124.002 48.113,123.584 47.5,122.971 L47.5,123 L12.5,123 L12.5,122.971 C11.996,123.663 11.316,123.918 10.5,124 C9.119,124 8,122.881 8,121.5 C8,120.119 9.119,119 10.5,119 C11.43,118.998 11.887,119.416 12.5,120.029 L12.5,120 L47.5,120 L47.5,120.029 C48.004,119.336 48.684,119.082 49.5,119 z" fill="inherit" id="highway-road-casing1"/>
+        <path d="M47.05,121 L47,121.5 L47.05,122 L12.95,122 L13,121.5 L12.95,121 L47.05,121 z" fill="currentColor" id="highway-road-stroke1"/>
+        <path d="M51,121.5 C51,122.328 50.328,123 49.5,123 C48.672,123 48,122.328 48,121.5 C48,120.672 48.672,120 49.5,120 C50.328,120 51,120.672 51,121.5 z" fill="#FFFFFF" id="path26054"/>
+        <path d="M12,121.5 C12,122.328 11.328,123 10.5,123 C9.672,123 9,122.328 9,121.5 C9,120.672 9.672,120 10.5,120 C11.328,120 12,120.672 12,121.5 z" fill="#FFFFFF" id="path26081"/>
+      </g>
+      <path d="M22.375,116 L25.375,105 L28.375,94 L32.375,94 L35.375,105 L38.375,116 z" fill="#989898" id="path26176-5-7"/>
+    </symbol>
+    <symbol id="highway-service" viewBox="720 20 60 60">
+      <path d="M767,47 L767,50.25 L768,50.625 L768,47 L767,47 z M765,48 L765,50.5 L766,50.875 L766,48 L765,48 z M771,48 L771,51.75 L771.656,52 L772,52 L772,48 L771,48 z M769,49 L769,52 L770,52.375 L770,49 L769,49 z M773,50 L773,53.5 L774,53.875 L774,50 L773,50 z" fill="#989898" id="path24215"/>
+      <path d="M742.5,35 L739.625,41 L738,41 L737,42 L737,44 L738.406,44 L738,45 L738,50 L738,51 L738,51 C738,51 738.608,51.608 739,52 L740,52 L744,52 L746,53 L754,53 L756,52 L760,52 L761,52 L762,51 L762,51 L762,50 L762,45 L761.594,44 L763,44 L763,42 L762,41 L760.375,41 L757.5,35 z M743.5,38 L756.5,38 L758,42 L757,43 L743,43 L742,42 z M741,46 L744,46 L745,48 L745,49 L741,49 L740,48 L740,47 z M756,46 L759,46 L760,47 L760,48 L759,49 L755,49 L755,48 z M739,53 L739,55 L740,56 L743,56 L744,55 L744,53 z M756,53 L756,55 L757,56 L760,56 L761,55 L761,53 z" fill="#989898" id="path23925"/>
+      <path d="M764,52.625 L764,54.125 L769,56 L773,56 z" fill="#989898" id="path24231"/>
+      <path d="M736,52.625 L736,54.125 L731,56 L727,56 z" fill="#989898" id="path24233"/>
+      <g id="g26083">
+        <path d="M769.5,59 C770.881,59 772,60.119 772,61.5 C772,62.881 770.881,64 769.5,64 C768.57,64.002 768.113,63.584 767.5,62.971 L767.5,63 L732.5,63 L732.5,62.971 C731.996,63.663 731.316,63.918 730.5,64 C729.119,64 728,62.881 728,61.5 C728,60.119 729.119,59 730.5,59 C731.43,58.998 731.887,59.416 732.5,60.029 L732.5,60 L767.5,60 L767.5,60.029 C768.004,59.336 768.684,59.082 769.5,59 z" fill="inherit" id="highway-service-casing1"/>
+        <path d="M767.05,61 L767,61.5 L767.05,62 L732.95,62 L733,61.5 L732.95,61 L767.05,61 z" fill="currentColor" id="highway-service-stroke1"/>
+        <path d="M771,61.5 C771,62.328 770.328,63 769.5,63 C768.672,63 768,62.328 768,61.5 C768,60.672 768.672,60 769.5,60 C770.328,60 771,60.672 771,61.5 z" fill="#FFFFFF" id="path26054"/>
+        <path d="M732,61.5 C732,62.328 731.328,63 730.5,63 C729.672,63 729,62.328 729,61.5 C729,60.672 729.672,60 730.5,60 C731.328,60 732,60.672 732,61.5 z" fill="#FFFFFF" id="path26081"/>
+      </g>
+      <path d="M733,47 L733,50.25 L732,50.625 L732,47 L733,47 z M735,48 L735,50.5 L734,50.875 L734,48 L735,48 z M729,48 L729,51.75 L728.344,52 L728,52 L728,48 L729,48 z M731,49 L731,52 L730,52.375 L730,49 L731,49 z M727,50 L727,53.5 L726,53.875 L726,50 L727,50 z" fill="#989898" id="path7005"/>
+    </symbol>
+    <symbol id="highway-unclassified" viewBox="660 20 60 60">
+      <path d="M682.5,35 L679.625,41 L678,41 L677,42 L677,44 L678.406,44 L678,45 L678,50 L678,51 L678,51 C678,51 678.608,51.608 679,52 L680,52 L684,52 L686,53 L694,53 L696,52 L700,52 L701,52 L702,51 L702,51 L702,50 L702,45 L701.594,44 L703,44 L703,42 L702,41 L700.375,41 L697.5,35 z M683.5,38 L696.5,38 L698,42 L697,43 L683,43 L682,42 z M681,46 L684,46 L685,48 L685,49 L681,49 L680,48 L680,47 z M696,46 L699,46 L700,47 L700,48 L699,49 L695,49 L695,48 z M679,53 L679,55 L680,56 L683,56 L684,55 L684,53 z M696,53 L696,55 L697,56 L700,56 L701,55 L701,53 z" fill="#989898" id="path7143"/>
+      <g id="g7159">
+        <path d="M670.5,60 C669.119,60 668,61.119 668,62.5 C668,63.881 669.119,65 670.5,65 L709.5,65 C710.881,65 712,63.881 712,62.5 C712,61.119 710.881,60 709.5,60 z" fill="inherit" id="highway-unclassified-casing1"/>
+        <path d="M672.5,61 C672.81,61.416 673,61.941 673,62.5 C673,63.059 672.81,63.584 672.5,64 L707.5,64 C707.19,63.584 707,63.059 707,62.5 C707,61.941 707.19,61.416 707.5,61 L672.5,61 z" fill="currentColor" id="highway-unclassified-stroke1"/>
+        <path d="M672,62.5 C672,63.328 671.328,64 670.5,64 C669.672,64 669,63.328 669,62.5 C669,61.672 669.672,61 670.5,61 C671.328,61 672,61.672 672,62.5 z" fill="#FFFFFF" id="path7165"/>
+        <path d="M711,62.5 C711,63.328 710.328,64 709.5,64 C708.672,64 708,63.328 708,62.5 C708,61.672 708.672,61 709.5,61 C710.328,61 711,61.672 711,62.5 z" fill="#FFFFFF" id="path7169"/>
+      </g>
+    </symbol>
+    <symbol id="highway-residential" viewBox="600 20 60 60">
+      <path d="M622.5,35 L619.625,41 L618,41 L617,42 L617,44 L618.406,44 L618,45 L618,50 L618,51 L618,51 C618,51 618.608,51.608 619,52 L620,52 L624,52 L626,53 L634,53 L636,52 L640,52 L641,52 L642,51 L642,51 L642,50 L642,45 L641.594,44 L643,44 L643,42 L642,41 L640.375,41 L637.5,35 z M623.5,38 L636.5,38 L638,42 L637,43 L623,43 L622,42 z M621,46 L624,46 L625,48 L625,49 L621,49 L620,48 L620,47 z M636,46 L639,46 L640,47 L640,48 L639,49 L635,49 L635,48 z M619,53 L619,55 L620,56 L623,56 L624,55 L624,53 z M636,53 L636,55 L637,56 L640,56 L641,55 L641,53 z" fill="#989898" id="path23923"/>
+      <path d="M642,32 L646,33.5 L646,51.375 L653,54 L653,41.625 L650,40.5 L650,36.5 L651,36.875 L653,37.625 L653,36.5 L653,27 z" fill="#B5B5B5" id="path23978"/>
+      <path d="M644,52.625 L644,54.125 L649,56 L653,56 z" fill="#B5B5B5" id="path23689-9"/>
+      <path d="M616,52.625 L616,54.125 L611,56 L607,56 z" fill="#B5B5B5" id="path23985"/>
+      <path d="M618,32 L614,33.5 L614,51.375 L607,54 L607,41.625 L610,40.5 L610,36.5 L609,36.875 L607,37.625 L607,36.5 L607,27 z" fill="#B5B5B5" id="path23989"/>
+      <g id="g25860-7-3-7">
+        <path d="M610.5,60 C609.119,60 608,61.119 608,62.5 C608,63.881 609.119,65 610.5,65 L649.5,65 C650.881,65 652,63.881 652,62.5 C652,61.119 650.881,60 649.5,60 z" fill="inherit" id="highway-residential-casing1"/>
+        <path d="M612.5,61 C612.81,61.416 613,61.941 613,62.5 C613,63.059 612.81,63.584 612.5,64 L647.5,64 C647.19,63.584 647,63.059 647,62.5 C647,61.941 647.19,61.416 647.5,61 L612.5,61 z" fill="currentColor" id="highway-residential-stroke1"/>
+        <path d="M612,62.5 C612,63.328 611.328,64 610.5,64 C609.672,64 609,63.328 609,62.5 C609,61.672 609.672,61 610.5,61 C611.328,61 612,61.672 612,62.5 z" fill="#FFFFFF" id="path25868-3-4-3"/>
+        <path d="M651,62.5 C651,63.328 650.328,64 649.5,64 C648.672,64 648,63.328 648,62.5 C648,61.672 648.672,61 649.5,61 C650.328,61 651,61.672 651,62.5 z" fill="#FFFFFF" id="path25872-3-8-9"/>
+      </g>
+    </symbol>
+    <symbol id="highway-tertiary-link" viewBox="540 20 60 60">
+      <path d="M567,34 L565.781,37 L564.062,37 L563.656,38 L565.375,38 L564.125,41 L562.375,41 L561.938,42 L563.719,42 L562.5,45 L560.688,45 L560.25,46 L562.094,46 L560.875,49 L558.969,49 L558.562,50 L560.469,50 L559.219,53 L557.281,53 L556.844,54 L558.812,54 L558,56 L569,56 L570.156,48.375 C568.72,47.032 567,45.193 567,44 L567,42 L570.906,43.5 L572.344,34 L567,34 z" fill="#B5B5B5" id="path5739"/>
+      <path d="M565.5,53 L566.75,49 L563.75,49 L562.5,53 z" fill="currentColor" id="highway-tertiary-link-stroke3"/>
+      <path d="M575,56 L575,52 C575,47.548 567,46.172 567,42 C567,39 567.375,34 567.375,34 L572.375,34 C572.375,34 572,37.996 572,40 C572,42 580.595,44.072 582,48 L584,56 z" fill="url(#Gradient_1)" id="path5745"/>
+      <g id="g6182">
+        <g id="g6186">
+          <path d="M550.5,59 C549.119,59 548,60.119 548,61.5 C548,62.881 549.119,64 550.5,64 L589.5,64 C590.881,64 592,62.881 592,61.5 C592,60.119 590.881,59 589.5,59 L550.5,59 z M552.5,60 L587.5,60 C587.19,60.416 587,60.941 587,61.5 C587,62.059 587.19,62.584 587.5,63 L552.5,63 C552.81,62.584 553,62.059 553,61.5 C553,60.941 552.81,60.416 552.5,60 z" fill="inherit" id="highway-tertiary-link-casing2" opacity="0.5"/>
+          <path d="M552.5,60 C552.81,60.416 553,60.941 553,61.5 C553,62.059 552.81,62.584 552.5,63 L587.5,63 C587.19,62.584 587,62.059 587,61.5 C587,60.941 587.19,60.416 587.5,60 L552.5,60 z" fill="currentColor" id="highway-tertiary-link-stroke2" opacity="0.5"/>
+          <path d="M552,61.5 C552,62.328 551.328,63 550.5,63 C549.672,63 549,62.328 549,61.5 C549,60.672 549.672,60 550.5,60 C551.328,60 552,60.672 552,61.5 z" fill="#FFFFFF" id="path6190"/>
+          <path d="M591,61.5 C591,62.328 590.328,63 589.5,63 C588.672,63 588,62.328 588,61.5 C588,60.672 588.672,60 589.5,60 C590.328,60 591,60.672 591,61.5 z" fill="#FFFFFF" id="path6192"/>
+        </g>
+        <path d="M567,59 C565.631,59 564.5,60.131 564.5,61.5 C564.5,62.869 565.631,64 567,64 C568.485,64.542 570.65,66.959 572.344,69.781 L575.344,74.781 C575.347,74.785 575.372,74.777 575.375,74.781 C575.815,75.509 576.597,76 577.5,76 C578.869,76 580,74.869 580,73.5 C580,73.034 579.852,72.594 579.625,72.219 L579.656,72.188 L576.656,67.188 C574.402,63.422 571.368,60.841 568.011,59.225 C567.703,59.082 567.362,59 567,59 z" fill="inherit" id="highway-tertiary-link-casing1"/>
+        <path d="M569.469,61.312 C569.474,61.376 569.5,61.436 569.5,61.5 C569.5,62.434 568.97,63.253 568.199,63.681 C569.981,64.753 572.223,67.633 573.219,69.25 L575.188,72.531 C575.57,71.636 576.473,71 577.5,71 C577.596,71 577.688,71.02 577.781,71.031 L575.781,67.719 C574.066,64.86 571.632,62.315 569.469,61.312 z M577.5,73 C577.212,73 577,73.212 577,73.5 C577,73.597 577.02,73.676 577.062,73.75 L577.906,73.25 C577.82,73.112 577.684,73 577.5,73 z" fill="currentColor" id="highway-tertiary-link-stroke1"/>
+        <path d="M579,73.5 C579,74.328 578.328,75 577.5,75 C576.672,75 576,74.328 576,73.5 C576,72.672 576.672,72 577.5,72 C578.328,72 579,72.672 579,73.5 z" fill="#FFFFFF" id="path6198"/>
+        <path d="M568.5,61.5 C568.5,62.328 567.828,63 567,63 C566.172,63 565.5,62.328 565.5,61.5 C565.5,60.672 566.172,60 567,60 C567.828,60 568.5,60.672 568.5,61.5 z" fill="#FFFFFF" id="path6202"/>
+      </g>
+    </symbol>
+    <symbol id="highway-secondary-link" viewBox="480 20 60 60">
+      <g id="g5815">
+        <path d="M507,34 L498,56 L509,56 L510.156,48.375 C508.72,47.032 507,45.193 507,44 L507,42 L510.906,43.5 L512.344,34 L507,34 z" fill="#B5B5B5" id="path5635-2"/>
+        <path d="M505.5,53 L506.75,49 L503.75,49 L502.5,53 z" fill="currentColor" id="highway-secondary-link-stroke3"/>
+        <path d="M515,56 L515,52 C515,47.548 507,46.172 507,42 C507,39 507.375,34 507.375,34 L512.375,34 C512.375,34 512,37.996 512,40 C512,42 520.595,44.072 522,48 L524,56 z" fill="url(#Gradient_2)" id="path5720"/>
+      </g>
+      <g id="g6160">
+        <g id="g6164">
+          <path d="M490.5,59 C489.119,59 488,60.119 488,61.5 C488,62.881 489.119,64 490.5,64 L529.5,64 C530.881,64 532,62.881 532,61.5 C532,60.119 530.881,59 529.5,59 L490.5,59 z M492.5,60 L527.5,60 C527.19,60.416 527,60.941 527,61.5 C527,62.059 527.19,62.584 527.5,63 L492.5,63 C492.81,62.584 493,62.059 493,61.5 C493,60.941 492.81,60.416 492.5,60 z" fill="inherit" id="highway-secondary-link-casing2" opacity="0.5"/>
+          <path d="M492.5,60 C492.81,60.416 493,60.941 493,61.5 C493,62.059 492.81,62.584 492.5,63 L527.5,63 C527.19,62.584 527,62.059 527,61.5 C527,60.941 527.19,60.416 527.5,60 L492.5,60 z" fill="currentColor" id="highway-secondary-link-stroke2" opacity="0.5"/>
+          <path d="M492,61.5 C492,62.328 491.328,63 490.5,63 C489.672,63 489,62.328 489,61.5 C489,60.672 489.672,60 490.5,60 C491.328,60 492,60.672 492,61.5 z" fill="#FFFFFF" id="path6168"/>
+          <path d="M531,61.5 C531,62.328 530.328,63 529.5,63 C528.672,63 528,62.328 528,61.5 C528,60.672 528.672,60 529.5,60 C530.328,60 531,60.672 531,61.5 z" fill="#FFFFFF" id="path6170"/>
+        </g>
+        <path d="M507,59 C505.631,59 504.5,60.131 504.5,61.5 C504.5,62.869 505.631,64 507,64 C508.485,64.542 510.65,66.959 512.344,69.781 L515.344,74.781 C515.347,74.785 515.372,74.777 515.375,74.781 C515.815,75.509 516.597,76 517.5,76 C518.869,76 520,74.869 520,73.5 C520,73.034 519.852,72.594 519.625,72.219 L519.656,72.188 L516.656,67.188 C514.575,63.719 511.766,61.094 508.812,59.813 C508.354,59.32 507.717,59 507,59 z" fill="inherit" id="highway-secondary-link-casing1"/>
+        <path d="M509.469,61.312 C509.474,61.376 509.5,61.436 509.5,61.5 C509.5,62.434 508.97,63.253 508.199,63.681 C509.981,64.753 512.223,67.633 513.219,69.25 L515.188,72.531 C515.57,71.636 516.473,71 517.5,71 C517.596,71 517.688,71.02 517.781,71.031 L515.781,67.719 C514.066,64.86 511.632,62.315 509.469,61.312 z M517.5,73 C517.212,73 517,73.212 517,73.5 C517,73.597 517.02,73.676 517.062,73.75 L517.906,73.25 C517.82,73.112 517.684,73 517.5,73 z" fill="currentColor" id="highway-secondary-link-stroke1"/>
+        <path d="M519,73.5 C519,74.328 518.328,75 517.5,75 C516.672,75 516,74.328 516,73.5 C516,72.672 516.672,72 517.5,72 C518.328,72 519,72.672 519,73.5 z" fill="#FFFFFF" id="path6176"/>
+        <path d="M508.5,61.5 C508.5,62.328 507.828,63 507,63 C506.172,63 505.5,62.328 505.5,61.5 C505.5,60.672 506.172,60 507,60 C507.828,60 508.5,60.672 508.5,61.5 z" fill="#FFFFFF" id="path6180"/>
+      </g>
+    </symbol>
+    <symbol id="highway-primary-link" viewBox="420 20 60 60">
+      <g id="g5827">
+        <path d="M446,34 L431,56 L442,56 L442.844,54 L444.812,54 L444,56 L455,56 L456.156,48.375 C454.72,47.032 453,45.193 453,44 L453,42 L456.906,43.5 L458.344,34 L453,34 L451.781,37 L450.062,37 L451.344,34 L446,34 z M449.656,38 L451.375,38 L450.125,41 L448.375,41 L449.656,38 z M447.938,42 L449.719,42 L448.5,45 L446.688,45 L447.938,42 z M446.25,46 L448.094,46 L446.875,49 L444.969,49 L446.25,46 z M444.562,50 L446.469,50 L445.219,53 L443.281,53 L444.562,50 z" fill="#B5B5B5" id="path5525"/>
+        <path d="M451.5,53 L452.75,49 L449.75,49 L448.5,53 z M443.5,41 L445.5,37.5 L448.5,37.5 L446.5,41 z" fill="currentColor" id="highway-primary-link-stroke3"/>
+        <path d="M461,56 L461,52 C461,47.548 453,46.172 453,42 C453,39 453.375,34 453.375,34 L458.375,34 C458.375,34 458,37.996 458,40 C458,42 466.595,44.072 468,48 L470,56 z" fill="url(#Gradient_3)" id="path5696"/>
+      </g>
+      <g id="g6072-8">
+        <g id="g5377-1-7">
+          <path d="M430.5,59 C429.119,59 428,60.119 428,61.5 C428,62.881 429.119,64 430.5,64 L469.5,64 C470.881,64 472,62.881 472,61.5 C472,60.119 470.881,59 469.5,59 L430.5,59 z M432.5,60 L467.5,60 C467.19,60.416 467,60.941 467,61.5 C467,62.059 467.19,62.584 467.5,63 L432.5,63 C432.81,62.584 433,62.059 433,61.5 C433,60.941 432.81,60.416 432.5,60 z" fill="inherit" id="highway-primary-link-casing2" opacity="0.5"/>
+          <path d="M432.5,60 C432.81,60.416 433,60.941 433,61.5 C433,62.059 432.81,62.584 432.5,63 L467.5,63 C467.19,62.584 467,62.059 467,61.5 C467,60.941 467.19,60.416 467.5,60 L432.5,60 z" fill="currentColor" id="highway-primary-link-stroke2" opacity="0.5"/>
+          <path d="M432,61.5 C432,62.328 431.328,63 430.5,63 C429.672,63 429,62.328 429,61.5 C429,60.672 429.672,60 430.5,60 C431.328,60 432,60.672 432,61.5 z" fill="#FFFFFF" id="path5383-3-4"/>
+          <path d="M471,61.5 C471,62.328 470.328,63 469.5,63 C468.672,63 468,62.328 468,61.5 C468,60.672 468.672,60 469.5,60 C470.328,60 471,60.672 471,61.5 z" fill="#FFFFFF" id="path5385-4-7"/>
+        </g>
+        <path d="M447,59 C445.631,59 444.5,60.131 444.5,61.5 C444.5,62.869 445.631,64 447,64 C448.485,64.542 450.651,66.959 452.344,69.781 L455.344,74.781 C455.347,74.785 455.372,74.777 455.375,74.781 C455.815,75.509 456.597,76 457.5,76 C458.869,76 460,74.869 460,73.5 C460,73.034 459.852,72.594 459.625,72.219 L459.656,72.188 L456.656,67.188 C454.575,63.719 451.766,61.094 448.812,59.813 C448.354,59.32 447.717,59 447,59 z" fill="inherit" id="highway-primary-link-casing1"/>
+        <path d="M449.469,61.312 C449.474,61.376 449.5,61.436 449.5,61.5 C449.5,62.434 448.97,63.253 448.199,63.681 C449.981,64.753 452.223,67.633 453.219,69.25 L455.187,72.531 C455.57,71.636 456.473,71 457.5,71 C457.596,71 457.688,71.02 457.781,71.031 L455.781,67.719 C454.066,64.86 451.632,62.315 449.469,61.312 z M457.5,73 C457.212,73 457,73.212 457,73.5 C457,73.597 457.02,73.676 457.062,73.75 L457.906,73.25 C457.82,73.112 457.684,73 457.5,73 z" fill="currentColor" id="highway-primary-link-stroke1"/>
+        <path d="M459,73.5 C459,74.328 458.328,75 457.5,75 C456.672,75 456,74.328 456,73.5 C456,72.672 456.672,72 457.5,72 C458.328,72 459,72.672 459,73.5 z" fill="#FFFFFF" id="path5383-5-05-1"/>
+        <path d="M448.5,61.5 C448.5,62.328 447.828,63 447,63 C446.172,63 445.5,62.328 445.5,61.5 C445.5,60.672 446.172,60 447,60 C447.828,60 448.5,60.672 448.5,61.5 z" fill="#FFFFFF" id="path5383-5-0-8-6"/>
+      </g>
+    </symbol>
+    <symbol id="highway-trunk-link" viewBox="360 20 60 60">
+      <g id="g5840">
+        <g id="g5633">
+          <path d="M393,34 L384,56 L395,56 L396.156,48.375 C394.72,47.032 393,45.193 393,44 L393,42 L396.906,43.5 L398.344,34 L393,34 z" fill="#B5B5B5" id="path5635"/>
+          <path d="M382,56 L391.359,34 L386,34 L371,56 z" fill="#B5B5B5" id="path5643"/>
+          <path d="M391.5,53 L392.75,49 L389.75,49 L388.5,53 z M383.5,41 L385.5,37.5 L388.5,37.5 L386.5,41 z" fill="currentColor" id="highway-trunk-link-stroke3"/>
+        </g>
+        <path d="M401,56 L401,52 C401,47.548 393,46.172 393,42 C393,39 393.375,34 393.375,34 L398.375,34 C398.375,34 398,37.996 398,40 C398,42 406.595,44.072 408,48 L410,56 z" fill="url(#Gradient_4)" id="path5657"/>
+      </g>
+      <g id="g6072">
+        <g id="g5377-1">
+          <path d="M370.5,59 C369.119,59 368,60.119 368,61.5 C368,62.881 369.119,64 370.5,64 L409.5,64 C410.881,64 412,62.881 412,61.5 C412,60.119 410.881,59 409.5,59 L370.5,59 z M372.5,60 L407.5,60 C407.19,60.416 407,60.941 407,61.5 C407,62.059 407.19,62.584 407.5,63 L372.5,63 C372.81,62.584 373,62.059 373,61.5 C373,60.941 372.81,60.416 372.5,60 z" fill="inherit" id="highway-trunk-link-casing2" opacity="0.5"/>
+          <path d="M372.5,60 C372.81,60.416 373,60.941 373,61.5 C373,62.059 372.81,62.584 372.5,63 L407.5,63 C407.19,62.584 407,62.059 407,61.5 C407,60.941 407.19,60.416 407.5,60 L372.5,60 z" fill="currentColor" id="highway-trunk-link-stroke2" opacity="0.5"/>
+          <path d="M372,61.5 C372,62.328 371.328,63 370.5,63 C369.672,63 369,62.328 369,61.5 C369,60.672 369.672,60 370.5,60 C371.328,60 372,60.672 372,61.5 z" fill="#FFFFFF" id="path5383-3"/>
+          <path d="M411,61.5 C411,62.328 410.328,63 409.5,63 C408.672,63 408,62.328 408,61.5 C408,60.672 408.672,60 409.5,60 C410.328,60 411,60.672 411,61.5 z" fill="#FFFFFF" id="path5385-4"/>
+        </g>
+        <path d="M387,59 C385.631,59 384.5,60.131 384.5,61.5 C384.5,62.869 385.631,64 387,64 C388.485,64.542 390.651,66.959 392.344,69.781 L395.344,74.781 C395.347,74.785 395.372,74.777 395.375,74.781 C395.815,75.509 396.597,76 397.5,76 C398.869,76 400,74.869 400,73.5 C400,73.034 399.852,72.594 399.625,72.219 L399.656,72.188 L396.656,67.188 C394.575,63.719 391.766,61.094 388.812,59.813 C388.354,59.32 387.717,59 387,59 z" fill="inherit" id="highway-trunk-link-casing1"/>
+        <path d="M389.469,61.312 C389.474,61.376 389.5,61.436 389.5,61.5 C389.5,62.434 388.97,63.253 388.199,63.681 C389.981,64.753 392.223,67.633 393.219,69.25 L395.187,72.531 C395.57,71.636 396.473,71 397.5,71 C397.596,71 397.688,71.02 397.781,71.031 L395.781,67.719 C394.066,64.86 391.632,62.315 389.469,61.312 z M397.5,73 C397.212,73 397,73.212 397,73.5 C397,73.597 397.02,73.676 397.062,73.75 L397.906,73.25 C397.82,73.112 397.684,73 397.5,73 z" fill="currentColor" id="highway-trunk-link-stroke1"/>
+        <path d="M399,73.5 C399,74.328 398.328,75 397.5,75 C396.672,75 396,74.328 396,73.5 C396,72.672 396.672,72 397.5,72 C398.328,72 399,72.672 399,73.5 z" fill="#FFFFFF" id="path5383-5-05"/>
+        <path d="M388.5,61.5 C388.5,62.328 387.828,63 387,63 C386.172,63 385.5,62.328 385.5,61.5 C385.5,60.672 386.172,60 387,60 C387.828,60 388.5,60.672 388.5,61.5 z" fill="#FFFFFF" id="path5383-5-0-8"/>
+      </g>
+    </symbol>
+    <symbol id="highway-motorway-link" viewBox="300 20 60 60">
+      <g id="g5855">
+        <g id="g5625">
+          <path d="M334,34 L325,56 L336,56 L337.156,48.375 C335.72,47.032 334,45.193 334,44 L334,42 L337.906,43.5 L339.344,34 L334,34 z" fill="#B5B5B5" id="path5425"/>
+          <path d="M342,56 L342,52 C342,47.548 334,46.172 334,42 C334,39 334.375,34 334.375,34 L339.375,34 C339.375,34 339,37.996 339,40 C339,42 347.595,44.072 349,48 L351,56 z" fill="url(#Gradient_5)" id="path26176-5-7-3"/>
+          <path d="M319,56 L330.359,34 L325,34 L308,56 z" fill="#B5B5B5" id="path5450"/>
+          <path d="M332.5,53 L333.75,49 L330.75,49 L329.5,53 z M322.5,41 L324.5,37.5 L327.5,37.5 L325.5,41 z" fill="currentColor" id="highway-motorway-link-stroke3"/>
+        </g>
+        <g id="g6072">
+          <g id="g5377-1">
+            <path d="M310.5,59 C309.119,59 308,60.119 308,61.5 C308,62.881 309.119,64 310.5,64 L349.5,64 C350.881,64 352,62.881 352,61.5 C352,60.119 350.881,59 349.5,59 L310.5,59 z M312.5,60 L347.5,60 C347.19,60.416 347,60.941 347,61.5 C347,62.059 347.19,62.584 347.5,63 L312.5,63 C312.81,62.584 313,62.059 313,61.5 C313,60.941 312.81,60.416 312.5,60 z" fill="inherit" id="highway-motorway-link-casing2" opacity="0.5"/>
+            <path d="M312.5,60 C312.81,60.416 313,60.941 313,61.5 C313,62.059 312.81,62.584 312.5,63 L347.5,63 C347.19,62.584 347,62.059 347,61.5 C347,60.941 347.19,60.416 347.5,60 L312.5,60 z" fill="currentColor" id="highway-motorway-link-stroke2" opacity="0.5"/>
+            <path d="M312,61.5 C312,62.328 311.328,63 310.5,63 C309.672,63 309,62.328 309,61.5 C309,60.672 309.672,60 310.5,60 C311.328,60 312,60.672 312,61.5 z" fill="#FFFFFF" id="path5383-3"/>
+            <path d="M351,61.5 C351,62.328 350.328,63 349.5,63 C348.672,63 348,62.328 348,61.5 C348,60.672 348.672,60 349.5,60 C350.328,60 351,60.672 351,61.5 z" fill="#FFFFFF" id="path5385-4"/>
+          </g>
+          <path d="M327,59 C325.631,59 324.5,60.131 324.5,61.5 C324.5,62.869 325.631,64 327,64 C328.485,64.542 330.651,66.959 332.344,69.781 L335.344,74.781 C335.347,74.785 335.372,74.777 335.375,74.781 C335.815,75.509 336.597,76 337.5,76 C338.869,76 340,74.869 340,73.5 C340,73.034 339.852,72.594 339.625,72.219 L339.656,72.188 L336.656,67.188 C334.575,63.719 331.766,61.094 328.812,59.813 C328.354,59.32 327.717,59 327,59 z" fill="inherit" id="highway-motorway-link-casing1"/>
+          <path d="M329.469,61.312 C329.474,61.376 329.5,61.436 329.5,61.5 C329.5,62.434 328.97,63.253 328.199,63.681 C329.981,64.753 332.223,67.633 333.219,69.25 L335.187,72.531 C335.57,71.636 336.473,71 337.5,71 C337.596,71 337.688,71.02 337.781,71.031 L335.781,67.719 C334.066,64.86 331.632,62.315 329.469,61.312 z M337.5,73 C337.212,73 337,73.212 337,73.5 C337,73.597 337.02,73.676 337.062,73.75 L337.906,73.25 C337.82,73.112 337.684,73 337.5,73 z" fill="currentColor" id="highway-motorway-link-stroke1"/>
+          <path d="M339,73.5 C339,74.328 338.328,75 337.5,75 C336.672,75 336,74.328 336,73.5 C336,72.672 336.672,72 337.5,72 C338.328,72 339,72.672 339,73.5 z" fill="#FFFFFF" id="path5383-5-05"/>
+          <path d="M328.5,61.5 C328.5,62.328 327.828,63 327,63 C326.172,63 325.5,62.328 325.5,61.5 C325.5,60.672 326.172,60 327,60 C327.828,60 328.5,60.672 328.5,61.5 z" fill="#FFFFFF" id="path5383-5-0-8"/>
+        </g>
+      </g>
+    </symbol>
+    <symbol id="highway-tertiary" viewBox="240 20 60 60">
+      <g id="g26993">
+        <path d="M250.5,59 C249.119,59 248,60.119 248,61.5 C248,62.881 249.119,64 250.5,64 L289.5,64 C290.881,64 292,62.881 292,61.5 C292,60.119 290.881,59 289.5,59 z" fill="inherit" id="highway-tertiary-casing1"/>
+        <path d="M252.5,60 C252.81,60.416 253,60.941 253,61.5 C253,62.059 252.81,62.584 252.5,63 L287.5,63 C287.19,62.584 287,62.059 287,61.5 C287,60.941 287.19,60.416 287.5,60 L252.5,60 z" fill="currentColor" id="highway-tertiary-stroke1"/>
+        <path d="M252,61.5 C252,62.328 251.328,63 250.5,63 C249.672,63 249,62.328 249,61.5 C249,60.672 249.672,60 250.5,60 C251.328,60 252,60.672 252,61.5 z" fill="#FFFFFF" id="path26999"/>
+        <path d="M291,61.5 C291,62.328 290.328,63 289.5,63 C288.672,63 288,62.328 288,61.5 C288,60.672 288.672,60 289.5,60 C290.328,60 291,60.672 291,61.5 z" fill="#FFFFFF" id="path27001"/>
+      </g>
+      <path d="M262,34 L258,56 L269,56 L269.031,54 L270.969,54 L271,56 L282,56 L277.5,34 L270.5,34 L270.562,37 L269.437,37 L269.5,34 L262,34 z M269.406,38 L270.594,38 L270.656,41 L269.344,41 L269.406,38 z M269.313,42 L270.688,42 L270.75,45 L269.25,45 L269.313,42 z M269.219,46 L270.781,46 L270.844,49 L269.156,49 L269.219,46 z M269.125,50 L270.875,50 L270.938,53 L269.063,53 L269.125,50 z" fill="#444444" id="path27005"/>
+      <path d="M275,53 L274.5,49 L277.5,49 L278,53 z M263.25,40 L263.562,36 L266.438,36 L266.125,40 z" fill="currentColor" id="highway-tertiary-stroke2"/>
+    </symbol>
+    <symbol id="highway-secondary" viewBox="180 20 60 60">
+      <g id="g26924">
+        <path d="M190.5,59 C189.119,59 188,60.119 188,61.5 C188,62.881 189.119,64 190.5,64 L229.5,64 C230.881,64 232,62.881 232,61.5 C232,60.119 230.881,59 229.5,59 z" fill="inherit" id="highway-secondary-casing1"/>
+        <path d="M192.5,60 C192.81,60.416 193,60.941 193,61.5 C193,62.059 192.81,62.584 192.5,63 L227.5,63 C227.19,62.584 227,62.059 227,61.5 C227,60.941 227.19,60.416 227.5,60 L192.5,60 z" fill="currentColor" id="highway-secondary-stroke1"/>
+        <path d="M192,61.5 C192,62.328 191.328,63 190.5,63 C189.672,63 189,62.328 189,61.5 C189,60.672 189.672,60 190.5,60 C191.328,60 192,60.672 192,61.5 z" fill="#FFFFFF" id="path26930"/>
+        <path d="M231,61.5 C231,62.328 230.328,63 229.5,63 C228.672,63 228,62.328 228,61.5 C228,60.672 228.672,60 229.5,60 C230.328,60 231,60.672 231,61.5 z" fill="#FFFFFF" id="path26932"/>
+      </g>
+      <path d="M202,34 L198,56 L209,56 L209.5,34 L202,34 z M210.5,34 L211,56 L222,56 L217.5,34 L210.5,34 z" fill="#444444" id="path26936"/>
+      <path d="M215,53 L214.5,49 L217.5,49 L218,53 z M203.25,40 L203.562,36 L206.438,36 L206.125,40 z" fill="currentColor" id="highway-secondary-stroke2"/>
+    </symbol>
+    <symbol id="highway-primary" viewBox="120 20 60 60">
+      <g id="g26753">
+        <path d="M130.5,59 C129.119,59 128,60.119 128,61.5 C128,62.881 129.119,64 130.5,64 L169.5,64 C170.881,64 172,62.881 172,61.5 C172,60.119 170.881,59 169.5,59 z" fill="inherit" id="highway-primary-casing1"/>
+        <path d="M132.5,60 C132.81,60.416 133,60.941 133,61.5 C133,62.059 132.81,62.584 132.5,63 L167.5,63 C167.19,62.584 167,62.059 167,61.5 C167,60.941 167.19,60.416 167.5,60 L132.5,60 z" fill="currentColor" id="highway-primary-stroke1"/>
+        <path d="M132,61.5 C132,62.328 131.328,63 130.5,63 C129.672,63 129,62.328 129,61.5 C129,60.672 129.672,60 130.5,60 C131.328,60 132,60.672 132,61.5 z" fill="#FFFFFF" id="path26759"/>
+        <path d="M171,61.5 C171,62.328 170.328,63 169.5,63 C168.672,63 168,62.328 168,61.5 C168,60.672 168.672,60 169.5,60 C170.328,60 171,60.672 171,61.5 z" fill="#FFFFFF" id="path26761"/>
+      </g>
+      <path d="M137,34 L133,56 L140,56 L140.281,54 L142.219,54 L142,56 L149,56 L149.5,34 L144.5,34 L144.156,37 L142.594,37 L143,34 L137,34 z M150.5,34 L151,56 L158,56 L157.781,54 L159.719,54 L160,56 L167,56 L162.5,34 L157,34 L157.406,37 L155.844,37 L155.5,34 L150.5,34 z M142.469,38 L144.031,38 L143.719,41 L142.031,41 L142.469,38 z M155.969,38 L157.531,38 L157.969,41 L156.281,41 L155.969,38 z M141.906,42 L143.594,42 L143.25,45 L141.5,45 L141.906,42 z M156.406,42 L158.094,42 L158.5,45 L156.75,45 L156.406,42 z M141.375,46 L143.125,46 L142.781,49 L140.969,49 L141.375,46 z M156.875,46 L158.625,46 L159.031,49 L157.219,49 L156.875,46 z M140.812,50 L142.688,50 L142.344,53 L140.406,53 L140.812,50 z M157.312,50 L159.188,50 L159.594,53 L157.656,53 L157.312,50 z" fill="#444444" id="path26765"/>
+      <path d="M139,53 L139.5,49 L136.5,49 L136,53 z M162,40 L161.25,36 L158.375,36 L159.125,40 z M156,53 L155.5,49 L152.5,49 L153,53 z M145.25,40 L145.562,36 L148.438,36 L148.125,40 z" fill="currentColor" id="highway-primary-stroke2"/>
+    </symbol>
+    <symbol id="highway-trunk" viewBox="60 20 60 60">
+      <g id="g25912-3-1">
+        <path d="M70.5,59 C69.119,59 68,60.119 68,61.5 C68,62.881 69.119,64 70.5,64 L109.5,64 C110.881,64 112,62.881 112,61.5 C112,60.119 110.881,59 109.5,59 z" fill="inherit" id="highway-trunk-casing1"/>
+        <path d="M72.5,60 C72.81,60.416 73,60.941 73,61.5 C73,62.059 72.81,62.584 72.5,63 L107.5,63 C107.19,62.584 107,62.059 107,61.5 C107,60.941 107.19,60.416 107.5,60 L72.5,60 z" fill="currentColor" id="highway-trunk-stroke1"/>
+        <path d="M72,61.5 C72,62.328 71.328,63 70.5,63 C69.672,63 69,62.328 69,61.5 C69,60.672 69.672,60 70.5,60 C71.328,60 72,60.672 72,61.5 z" fill="#FFFFFF" id="path25918-8-49"/>
+        <path d="M111,61.5 C111,62.328 110.328,63 109.5,63 C108.672,63 108,62.328 108,61.5 C108,60.672 108.672,60 109.5,60 C110.328,60 111,60.672 111,61.5 z" fill="#FFFFFF" id="path25920-1-2"/>
+      </g>
+      <path d="M75,34 L70,56 L77.5,56 L80.5,34 L75,34 z M82,34 L79.5,56 L89,56 L89.5,34 L82,34 z M90.5,34 L91,56 L100,56 L97.5,34 L90.5,34 z M99,34 L102,56 L110,56 L104.5,34 L99,34 z" fill="#444444" id="path26832"/>
+      <path d="M101.75,40 L101,36 L103.875,36 L104.625,40 z M97,53 L96.5,49 L93.5,49 L94,53 z M73.5,53 L74,49 L77,49 L76.5,53 z M83.25,40 L83.562,36 L86.438,36 L86.125,40 z" fill="currentColor" id="highway-trunk-stroke2"/>
+    </symbol>
+    <symbol id="highway-motorway" viewBox="0 20 60 60">
+      <g id="g25912-3-7-6">
+        <path d="M10.5,59 C9.119,59 8,60.119 8,61.5 C8,62.881 9.119,64 10.5,64 L49.5,64 C50.881,64 52,62.881 52,61.5 C52,60.119 50.881,59 49.5,59 z" fill="inherit" id="highway-motorway-casing1"/>
+        <path d="M12.5,60 C12.81,60.416 13,60.941 13,61.5 C13,62.059 12.81,62.584 12.5,63 L47.5,63 C47.19,62.584 47,62.059 47,61.5 C47,60.941 47.19,60.416 47.5,60 L12.5,60 z" fill="currentColor" id="highway-motorway-stroke1"/>
+        <path d="M12,61.5 C12,62.328 11.328,63 10.5,63 C9.672,63 9,62.328 9,61.5 C9,60.672 9.672,60 10.5,60 C11.328,60 12,60.672 12,61.5 z" fill="#FFFFFF" id="path25918-8-4-5"/>
+        <path d="M51,61.5 C51,62.328 50.328,63 49.5,63 C48.672,63 48,62.328 48,61.5 C48,60.672 48.672,60 49.5,60 C50.328,60 51,60.672 51,61.5 z" fill="#FFFFFF" id="path25920-1-6-2"/>
+      </g>
+      <g id="g26811">
+        <path d="M13,34 L8,56 L16.5,56 L19.5,34 L13,34 z M21,34 L18.5,56 L27,56 L28,34 L21,34 z M32,34 L33,56 L40.5,56 L38,34 L32,34 z M39.5,34 L42.5,56 L52,56 L46.5,34 L39.5,34 z" fill="#444444" id="path24321-8"/>
+        <path d="M42.75,40 L42,36 L44.875,36 L45.625,40 z M38,53 L37.5,49 L34.5,49 L35,53 z M11.5,53 L12,49 L15,49 L14.5,53 z M23.25,40 L23.562,36 L26.438,36 L26.125,40 z" fill="currentColor" id="highway-motorway-stroke2"/>
+      </g>
+    </symbol>
+  </g>
+  <g id="icons">
+    <symbol id="icon-collapse-screen" viewBox="520 0 20 20">
+      <path d="M536.599,4.555 C536.672,4.624 536.707,4.715 536.707,4.827 C536.707,4.937 536.672,5.036 536.599,5.125 L534.146,7.55 L535.628,9.033 C535.859,9.266 535.939,9.461 535.867,9.618 C535.796,9.776 535.6,9.855 535.279,9.855 L530.639,9.855 C530.395,9.855 530.213,9.78 530.095,9.633 C529.933,9.471 529.853,9.29 529.853,9.088 L529.853,4.43 C529.853,4.115 529.933,3.921 530.089,3.852 C530.248,3.785 530.442,3.867 530.673,4.1 L532.155,5.58 L534.601,3.125 C534.672,3.043 534.765,3 534.877,3 C534.99,3 535.087,3.043 535.171,3.125 z M529.068,9.873 C529.294,9.873 529.476,9.948 529.612,10.097 C529.773,10.257 529.853,10.438 529.853,10.641 L529.853,15.3 C529.853,15.615 529.774,15.805 529.616,15.874 C529.459,15.943 529.264,15.859 529.031,15.628 L527.55,14.148 L525.105,16.601 C525.034,16.685 524.943,16.726 524.829,16.726 C524.715,16.726 524.616,16.685 524.534,16.601 L523.106,15.173 C523.035,15.102 523,15.011 523,14.903 C523,14.791 523.035,14.692 523.106,14.603 L525.56,12.176 L524.079,10.693 C523.846,10.46 523.766,10.267 523.837,10.108 C523.91,9.952 524.105,9.873 524.428,9.873 z" fill="currentColor" id="icon-collapse-screen-shape"/>
+    </symbol>
+    <symbol id="icon-full-screen" viewBox="500 0 20 20">
+      <path d="M516.554,11.794 C516.773,11.577 516.958,11.501 517.11,11.566 C517.262,11.632 517.338,11.823 517.338,12.141 L517.338,16.593 C517.338,16.812 517.26,16.981 517.106,17.108 C516.962,17.264 516.792,17.34 516.593,17.34 L512.139,17.34 C511.821,17.34 511.632,17.264 511.564,17.112 C511.499,16.958 511.575,16.775 511.794,16.556 L513.344,15.006 L510.206,11.87 L507.031,15.043 L508.545,16.556 C508.763,16.775 508.839,16.958 508.773,17.112 C508.708,17.264 508.517,17.34 508.199,17.34 L503.747,17.34 C503.552,17.34 503.382,17.264 503.232,17.108 C503.076,16.981 503,16.812 503,16.593 L503,12.141 C503,11.823 503.074,11.632 503.228,11.566 C503.38,11.501 503.566,11.577 503.782,11.794 L505.295,13.307 L508.469,10.152 L505.313,6.996 L503.782,8.527 C503.566,8.745 503.38,8.825 503.228,8.765 C503.074,8.706 503,8.517 503,8.199 L503,3.747 C503,3.554 503.07,3.376 503.213,3.216 C503.382,3.07 503.56,3 503.747,3 L508.199,3 C508.517,3 508.708,3.076 508.773,3.228 C508.839,3.382 508.763,3.566 508.545,3.784 L507.051,5.258 L510.206,8.416 L513.305,5.297 L511.794,3.784 C511.575,3.566 511.499,3.382 511.564,3.228 C511.632,3.076 511.821,3 512.139,3 L516.593,3 C516.798,3 516.97,3.07 517.106,3.216 C517.26,3.371 517.338,3.546 517.338,3.747 L517.338,8.199 C517.338,8.517 517.262,8.708 517.11,8.775 C516.958,8.839 516.773,8.763 516.554,8.545 L515.043,7.033 L511.924,10.152 L515.08,13.29 z" fill="currentColor" id="icon-full-screen-shape"/>
+    </symbol>
+    <symbol id="icon-data" viewBox="480 0 20 20">
+      <path d="M489,2 L488,3 L488,4.594 L483.594,9 L482,9 L481,10 L481,12 L482,13 L484,13 L485,12 L485,10.406 L489.406,6 L491,6 L492,5 L492,3 L491,2 z M491,13 L491,15 L492,16 L494,16 L495,15 L495,13 L494,12 L492,12 z M491,9 L492,10 L494,10 L495,9 L497,9 L498,10 L498,12 L497,13 L497,15 L498,16 L498,18 L497,19 L495,19 L494,18 L492,18 L491,19 L489,19 L488,18 L488,16 L489,15 L489,13 L488,12 L488,10 L489,9 z" fill="currentColor" id="icon-data-shape"/>
+    </symbol>
+    <symbol id="icon-help" viewBox="460 0 20 20">
+      <path d="M464,2 L463,3 L463,16 L464,17 L475,17 L476,16 L476,6 L472,6 L472,12 L469.5,10.5 L467,12 L467,6 L465,6 L465,5 L465,4 L476,4 L476,3 L476,2 L464,2 z" fill="currentColor" id="icon-help-shape"/>
+    </symbol>
+    <symbol id="icon-translate" viewBox="420 0 20 20">
+      <path d="M434.429,2.256 C434.679,2.252 434.86,2.384 434.862,2.648 C434.862,2.697 434.864,3.033 434.867,3.569 C434.867,3.586 434.867,3.586 434.868,3.603 C434.87,4.107 434.869,3.883 434.871,4.276 L435.056,4.25 C435.524,4.184 435.524,4.184 436.085,4.105 L436.094,4.103 C436.969,3.979 437.535,3.899 437.572,3.892 C437.809,3.851 437.992,3.921 438.05,4.188 C438.058,4.227 438.075,4.317 438.137,4.644 C438.137,4.645 438.137,4.645 438.137,4.645 C438.191,4.927 438.214,5.047 438.222,5.086 C438.273,5.325 438.185,5.551 437.919,5.596 C437.475,5.673 437.475,5.673 436.298,5.876 L436.298,5.876 C435.827,5.957 435.355,6.039 434.884,6.12 L434.895,7.551 C436.886,7.548 438.558,8.404 439.412,10.225 L439.177,10.31 L439.412,10.225 C440.19,12.356 439.055,15.029 436.68,16.665 C436.516,16.778 436.268,16.788 436.111,16.599 C436.051,16.527 435.645,16.03 435.539,15.9 C435.385,15.712 435.457,15.46 435.621,15.347 C436.843,14.432 438.544,12.274 437.705,10.624 C436.753,12.963 434.929,14.652 432.35,14.635 C430.916,14.46 429.988,13.436 429.988,11.907 C429.988,10.851 430.418,9.796 431.168,9.008 C431.707,8.418 432.425,8.053 433.172,7.803 L433.148,6.421 C432.481,6.536 432.834,6.475 432.088,6.604 C432.088,6.604 432.088,6.604 432.088,6.604 C431.119,6.771 431.119,6.771 430.744,6.835 C430.516,6.875 430.33,6.756 430.285,6.544 C430.277,6.508 430.257,6.39 430.187,5.993 L430.187,5.993 C430.125,5.635 430.1,5.493 430.094,5.464 C430.038,5.207 430.215,5.071 430.434,5.034 C430.824,4.966 430.824,4.966 431.88,4.784 L431.88,4.783 C432.293,4.713 432.705,4.641 433.118,4.57 C433.11,4.031 433.114,4.314 433.106,3.721 C433.106,3.713 433.106,3.713 433.106,3.705 C433.097,3.089 433.092,2.702 433.091,2.663 C433.086,2.426 433.255,2.274 433.485,2.271 C433.574,2.27 434.299,2.258 434.429,2.256 z M433.206,9.586 C432.787,9.796 433.037,9.648 432.498,10.095 C432.038,10.58 431.761,11.26 431.761,11.907 L431.761,11.939 C431.761,12.128 431.764,12.218 431.775,12.323 C431.818,12.736 431.979,12.941 432.411,12.995 C433.049,13.002 432.764,13.039 433.27,12.926 L433.206,9.586 z M434.903,9.196 L434.871,12.073 C435.5,11.367 435.114,11.836 435.937,10.596 C436.275,10.007 436.458,9.472 436.501,9.496 C435.529,9.184 436.059,9.299 434.903,9.196 z M425.301,7.603 L426.304,11.243 L424.297,11.243 L425.301,7.603 z M426.198,5.297 L424.403,5.297 C424.208,5.297 424.046,5.414 423.986,5.603 C423.788,6.23 423.788,6.23 423.391,7.483 C422.927,8.946 422.927,8.946 422.398,10.617 C421.182,14.459 420.775,15.742 420.768,15.763 C420.703,15.974 420.829,16.159 421.065,16.159 L422.66,16.159 C422.832,16.159 422.956,16.073 423.004,15.915 C423.125,15.516 423.125,15.516 423.467,14.388 L423.467,14.388 C423.604,13.938 423.741,13.489 423.877,13.038 L426.724,13.039 C426.861,13.488 426.997,13.938 427.134,14.388 C427.134,14.389 427.134,14.389 427.134,14.389 C427.477,15.516 427.592,15.895 427.598,15.916 C427.646,16.073 427.769,16.159 427.942,16.159 L429.537,16.159 C429.773,16.159 429.899,15.973 429.833,15.763 C429.816,15.711 426.957,6.682 426.615,5.603 L426.615,5.603 C426.405,5.305 426.545,5.407 426.198,5.297 z" fill="currentColor" id="icon-translate-shape"/>
+    </symbol>
+    <symbol id="icon-bug" viewBox="400 0 20 20">
+      <path d="M406,3 L406,4 L408,6.406 L408,8 L412,8 L412,6.406 L414,4 L414,3 L413,3 L411,5 L409,5 L407,3 L406,3 z M407,9 L406,10 L403,10 L402,11 L403,12 L406,12 L406,13 L404,14 L403,15 L403,16 L404,16 L406,15 L408,17 L412,17 L414,15 L416,16 L417,16 L417,15 L416,14 L414,13 L414,12 L417,12 L418,11 L417,10 L414,10 L413,9 L407,9 z" fill="currentColor" id="icon-bug-shape"/>
+    </symbol>
+    <symbol id="icon-geolocate" viewBox="360 0 20 20">
+      <path d="M363,10 L363,8 L373,4 L375,4 L375,6 L371,16 L369,16 L369,10 z" fill="currentColor" id="icon-geolocate-shape"/>
+    </symbol>
+    <symbol id="icon-nearby" viewBox="340 0 20 20">
+      <g>
+        <image xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAAXNSR0IArs4c6QAAAQhJREFUGBlNkUluhTAQRL8nxgUSZ4AVV8m1cpucjMAOMdrm97M+UZBacrurqouy6rrux3uvz/M01HEcZts2d13Xt5ztuq72mVnnXFRKvfhijC8BaelvEVAC1iGER0gDDlrrKGUgMNz33coRsOEsAobtNs/zIIpKQNEYEyEA+JCc2HDSGzC2KArPepSE6Muy9DTjOFbTNJWimIDcmb7vv7Isi9ip69o3TXMMw/ArM8VqLPzZEGU831jAUlVVV9u22zzPJWr0CDFPnvlBUsGS2Lggobosi4Mg9yqBYVlro1gJFKRPdBoCiUAQTEjRAXgKomxinmIkd2zSp0dhxb+6UZaPOJUkxcMk8BvNntGWzlp0zgAAAABJRU5ErkJggg==" preserveAspectRatio="none" x="344" y="4" width="11" height="11" clip-path="url(#Clip_2)"/>
+        <g clip-path="url(#Clip_1)">
+          <path d="M355,9.5 C355,12.538 352.538,15 349.5,15 L349.5,9.5 z M349.5,16 L349.5,9.5 L354,14 z M349.5,9.5 L349.5,15 C346.462,15 344,12.538 344,9.5 z M349.5,9.5 L349.5,4 C346.462,4 344,6.462 344,9.5 z M342.812,9.5 L345.5,14 L349.5,9.5 z M349.5,3 L349.5,9.5 L345,5 z" fill="currentColor" id="icon-nearby-shape2" opacity="0.2"/>
+        </g>
+      </g>
+      <path d="M349,4 L350,4 L350,10 L349,10 z M349.5,3 C345.916,3 343,5.916 343,9.5 C343,13.084 345.916,16 349.5,16 C353.084,16 356,13.084 356,9.5 C356,5.916 353.084,3 349.5,3 z M349.5,2 C353.642,2 357,5.358 357,9.5 C357,13.642 353.642,17 349.5,17 C345.358,17 342,13.642 342,9.5 C342,5.358 345.358,2 349.5,2 z" fill="currentColor" id="icon-nearby-shape"/>
+    </symbol>
+    <symbol id="icon-avatar" viewBox="320 0 20 20">
+      <path d="M329.5,3 C328,3 327,5 327,6 C327,6.667 327,7.333 327,8 C327,9 328,10.154 328,10.154 L328,11 L326.308,11.385 C324.853,11.715 324.282,12.621 324.154,14.154 L324,16 L336,16 L335.846,14.154 C335.718,12.621 335.147,11.715 333.692,11.385 L332,11 L332,10.154 C332,10.154 333,9 333,8 C333,7.333 333,6.667 333,6 C333,5 332,3 330.5,3 z" fill="currentColor" id="icon-avatar-shape"/>
+    </symbol>
+    <symbol id="icon-layers" viewBox="300 0 20 20">
+      <path d="M309.5,3 L303,6 L303,7 L309.5,10 L310.5,10 L317,7 L317,6 L310.5,3 L309.5,3 z M304.094,9.5 L303,10 L303,11 L309.5,14 L310.5,14 L317,11 L317,10 L315.906,9.5 L310.5,12 L309.5,12 L304.094,9.5 z M304.094,13.5 L303,14 L303,15 L309.5,18 L310.5,18 L317,15 L317,14 L315.906,13.5 L310.5,16 L309.5,16 L304.094,13.5 z" fill="currentColor" id="icon-layers-shape"/>
+    </symbol>
+    <symbol id="icon-search" viewBox="280 0 20 20">
+      <path d="M284.676,8.445 C284.676,6.363 286.363,4.675 288.445,4.675 C290.527,4.675 292.382,6.53 292.382,8.612 C292.382,10.694 290.694,12.382 288.612,12.382 C286.531,12.382 284.676,10.527 284.676,8.445 M296.593,14.764 L293.267,11.439 C293.769,10.615 294.057,9.647 294.057,8.612 C294.057,5.606 291.452,3 288.445,3 C285.438,3 283,5.438 283,8.445 C283,11.452 285.606,14.057 288.612,14.057 C289.612,14.057 290.548,13.786 291.354,13.316 L294.697,16.66 C295.024,16.987 295.555,16.987 295.882,16.66 L296.711,15.831 C297.039,15.503 296.92,15.092 296.593,14.764" fill="currentColor" id="icon-search-shape"/>
+    </symbol>
+    <symbol id="icon-minus" viewBox="260 0 20 20">
+      <path d="M275,8.5 C275.828,8.5 276.5,9.172 276.5,10 C276.5,10.828 275.828,11.5 275,11.5 L265,11.5 C264.172,11.5 263.5,10.828 263.5,10 C263.5,9.172 264.172,8.5 265,8.5 L275,8.5 z" fill="currentColor" id="icon-minus-shape"/>
+    </symbol>
+    <symbol id="icon-plus" viewBox="240 0 20 20">
+      <path d="M250,3.5 C250.828,3.5 251.5,4.172 251.5,5 L251.5,8.5 L255,8.5 C255.828,8.5 256.5,9.172 256.5,10 C256.5,10.828 255.828,11.5 255,11.5 L251.5,11.5 L251.5,15 C251.5,15.828 250.828,16.5 250,16.5 C249.172,16.5 248.5,15.828 248.5,15 L248.5,11.5 L245,11.5 C244.172,11.5 243.5,10.828 243.5,10 C243.5,9.172 244.172,8.5 245,8.5 L248.5,8.5 L248.5,5 C248.5,4.172 249.172,3.5 250,3.5 z" fill="currentColor" id="icon-plus-shape"/>
+    </symbol>
+    <symbol id="icon-inspect" viewBox="220 0 20 20">
+      <path d="M229.974,3 Q230.537,3 230.937,3.4 Q231.337,3.8 231.337,4.371 Q231.337,4.934 230.937,5.333 Q230.537,5.733 229.965,5.733 Q229.403,5.733 229.003,5.333 Q228.603,4.934 228.603,4.371 Q228.603,3.8 229.003,3.4 Q229.403,3 229.974,3 z M227.522,15.744 L227.522,15.015 Q228.515,14.979 228.669,14.892 Q228.823,14.804 228.867,14.399 Q228.937,13.846 228.937,11.956 Q228.937,11.139 228.911,10.444 L228.884,9.416 Q228.884,8.906 228.774,8.788 Q228.665,8.669 228.181,8.651 L227.522,8.625 L227.522,7.948 Q229.64,7.79 231.011,7.201 L231.231,7.377 Q231.108,9.056 231.108,12.264 Q231.108,14.118 231.17,14.505 Q231.213,14.777 231.332,14.856 Q231.451,14.936 232.488,15.015 L232.488,15.744 Q230.897,15.691 230.027,15.691 Q229.561,15.691 227.522,15.744 z" fill="currentColor" id="icon-inspect-shape"/>
+    </symbol>
+    <symbol id="icon-out-link" viewBox="380 0 20 20">
+      <path d="M390.13,3.582 L390.041,4.159 C390.032,4.214 390.025,4.262 390.01,4.37 L390.009,4.381 C390.002,4.421 389.999,4.472 389.999,4.534 L389.999,5.233 C389.999,5.311 390.01,5.398 390.033,5.496 L390.179,6.112 L384.932,6.112 C384.819,6.112 384.731,6.148 384.65,6.229 C384.565,6.314 384.53,6.4 384.53,6.516 L384.53,13.824 C384.53,13.94 384.565,14.026 384.648,14.108 C384.732,14.192 384.819,14.228 384.932,14.228 L393.454,14.228 C393.57,14.228 393.658,14.192 393.746,14.105 C393.83,14.023 393.867,13.937 393.866,13.824 L393.866,10.124 L394.668,10.73 C394.845,10.864 395.039,10.97 395.249,11.048 C395.465,11.126 395.684,11.169 395.911,11.175 L396.396,11.189 L396.396,13.824 C396.396,14.226 396.315,14.61 396.153,14.972 C395.995,15.318 395.784,15.626 395.52,15.89 C395.256,16.154 394.949,16.364 394.6,16.522 C394.244,16.679 393.861,16.758 393.454,16.758 L384.932,16.758 C384.533,16.758 384.149,16.68 383.786,16.522 C383.429,16.366 383.118,16.153 382.856,15.886 C382.6,15.623 382.393,15.317 382.236,14.965 C382.079,14.607 382,14.224 382,13.824 L382,6.516 C382,6.116 382.078,5.734 382.235,5.369 C382.391,5.012 382.599,4.704 382.86,4.442 C383.121,4.181 383.432,3.973 383.786,3.82 C384.147,3.661 384.531,3.582 384.932,3.582 L390.13,3.582 z M396.656,3.582 L392.091,3.582 C391.836,3.582 391.604,3.677 391.418,3.853 C391.214,4.054 391.116,4.307 391.142,4.582 L391.139,5.216 C391.14,5.476 391.23,5.712 391.408,5.894 C391.586,6.079 391.826,6.175 392.091,6.175 L393.018,6.175 L387.765,11.443 C387.584,11.611 387.485,11.856 387.489,12.127 C387.495,12.388 387.587,12.617 387.762,12.795 L388.389,13.43 C388.586,13.616 388.82,13.705 389.075,13.705 C389.334,13.705 389.569,13.613 389.749,13.433 L395.015,8.181 L395.015,9.101 C395.016,9.358 395.111,9.593 395.293,9.775 C395.475,9.957 395.712,10.051 395.974,10.051 L396.656,10.051 C396.873,10.075 397.121,9.982 397.316,9.793 C397.509,9.605 397.608,9.367 397.608,9.101 L397.608,4.534 C397.608,4.284 397.509,4.054 397.329,3.871 C397.15,3.685 396.915,3.582 396.656,3.582 z" fill="currentColor" id="icon-out-link-shape"/>
+    </symbol>
+    <symbol id="icon-close" viewBox="200 0 20 20">
+      <path d="M214.462,4.323 L214.981,4.615 C215.608,5.157 215.676,6.105 215.134,6.731 L211.983,10.375 L215.134,14.019 C215.676,14.645 215.608,15.593 214.981,16.135 C214.355,16.676 213.407,16.608 212.865,15.981 L210,12.668 L207.134,15.981 C206.593,16.608 205.645,16.676 205.019,16.135 C204.392,15.593 204.324,14.645 204.865,14.019 L208.017,10.375 L204.865,6.731 C204.324,6.105 204.392,5.157 205.019,4.615 C205.645,4.074 206.593,4.142 207.134,4.769 L210,8.082 L212.865,4.769 C213.634,4.174 213.138,4.419 214.462,4.323 z" fill="currentColor" id="icon-close-shape"/>
+    </symbol>
+    <symbol id="icon-save" viewBox="180 0 20 20">
+      <path d="M190.02,6.5 C190.849,6.5 191.521,7.172 191.52,8 L191.52,15 C191.521,15.828 190.849,16.5 190.02,16.5 C189.192,16.5 188.521,15.828 188.52,15 L188.52,8 C188.521,7.172 189.192,6.5 190.02,6.5 z M185,8 L190.026,3 L195,8 z" fill="currentColor" id="icon-save-shape"/>
+    </symbol>
+    <symbol id="icon-apply" viewBox="160 0 20 20">
+      <path d="M176.283,3.526 L176.834,3.753 C177.522,4.213 177.707,5.145 177.247,5.834 L170.561,15.834 C170.095,16.531 169.147,16.711 168.458,16.232 C167.918,15.857 167.918,15.857 166.301,14.731 C164.683,13.607 164.683,13.607 164.143,13.231 C163.463,12.759 163.295,11.824 163.768,11.144 C164.241,10.463 165.176,10.296 165.856,10.768 C166.396,11.143 166.396,11.143 168.013,12.268 C168.671,12.726 168.37,12.516 168.916,12.896 L174.753,4.166 C175.442,3.481 174.981,3.785 176.283,3.526 z" fill="currentColor" id="icon-apply-shape"/>
+    </symbol>
+    <symbol id="icon-redo" viewBox="140 0 20 20">
+      <path d="M151.792,3 L151.792,5.209 L151.567,5.157 C147.247,5.045 143.021,7.848 144.201,12.074 C145.18,15.581 148.588,16.707 152.964,16.439 C153.791,16.389 154.42,15.677 154.37,14.851 C154.319,14.024 153.608,13.394 152.781,13.445 C149.672,13.635 147.556,12.936 147.09,11.267 C146.62,9.584 148.876,8.088 151.489,8.156 L151.792,8.103 L151.792,10 L156.531,6.5 L151.792,3 z" fill="currentColor" id="icon-redo-shape"/>
+    </symbol>
+    <symbol id="icon-undo" viewBox="120 0 20 20">
+      <path d="M128.738,3 L128.738,5.209 L128.964,5.157 C133.284,5.045 137.51,7.848 136.33,12.074 C135.351,15.581 131.943,16.707 127.567,16.439 C126.74,16.389 126.11,15.677 126.161,14.851 C126.211,14.024 126.923,13.394 127.749,13.445 C130.858,13.635 132.975,12.936 133.44,11.267 C133.91,9.584 131.655,8.088 129.041,8.156 L128.738,8.103 L128.738,10 L124,6.5 L128.738,3 z" fill="currentColor" id="icon-undo-shape"/>
+    </symbol>
+    <symbol id="icon-vertex" viewBox="100 0 20 20">
+      <path d="M110,7 C111.657,7 113,8.343 113,10 C113,11.657 111.657,13 110,13 C108.343,13 107,11.657 107,10 C107,8.343 108.343,7 110,7 z M110,8.8 C109.337,8.8 108.8,9.337 108.8,10 C108.8,10.663 109.337,11.2 110,11.2 C110.663,11.2 111.2,10.663 111.2,10 C111.2,9.337 110.663,8.8 110,8.8 z" fill="currentColor" id="icon-vertex-shape"/>
+    </symbol>
+    <symbol id="icon-relation" viewBox="80 0 20 20">
+      <path d="M94.5,3 C95.881,3 97,4.119 97,5.5 C97,6.881 95.881,8 94.5,8 C93.489,7.97 92.651,7.429 92.26,6.5 L88.029,6.5 L92.027,10.248 C92.652,9.985 92.327,10.068 93,10 C94.381,10 95.5,11.119 95.5,12.5 C95.5,13.881 94.381,15 93,15 C91.619,15 90.5,13.881 90.5,12.5 C90.561,11.895 90.485,12.152 90.669,11.716 L86.5,7.808 L86.5,12.259 C87.49,12.593 87.903,13.534 88,14.5 C88,15.881 86.881,17 85.5,17 C84.119,17 83,15.881 83,14.5 C83.03,13.489 83.571,12.651 84.5,12.26 L84.5,7.74 C83.51,7.407 83.097,6.465 83,5.5 C83,4.119 84.119,3 85.5,3 C86.511,3.03 87.35,3.571 87.74,4.5 L92.26,4.5 C92.593,3.51 93.535,3.097 94.5,3 z M85.5,13.5 C84.948,13.5 84.5,13.948 84.5,14.5 C84.5,15.052 84.948,15.5 85.5,15.5 C86.052,15.5 86.5,15.052 86.5,14.5 C86.5,13.948 86.052,13.5 85.5,13.5 z M93,11.5 C92.448,11.5 92,11.948 92,12.5 C92,13.052 92.448,13.5 93,13.5 C93.552,13.5 94,13.052 94,12.5 C94,11.948 93.552,11.5 93,11.5 z M85.5,4.5 C84.948,4.5 84.5,4.948 84.5,5.5 C84.5,6.052 84.948,6.5 85.5,6.5 C86.052,6.5 86.5,6.052 86.5,5.5 C86.5,4.948 86.052,4.5 85.5,4.5 z M94.5,4.5 C93.948,4.5 93.5,4.948 93.5,5.5 C93.5,6.052 93.948,6.5 94.5,6.5 C95.052,6.5 95.5,6.052 95.5,5.5 C95.5,4.948 95.052,4.5 94.5,4.5 z" fill="currentColor" id="icon-relation-shape"/>
+    </symbol>
+    <symbol id="icon-area" viewBox="60 0 20 20">
+      <path d="M65.5,3 C64.119,3 63,4.119 63,5.5 C63,6.458 63.543,7.288 64.333,7.708 L64.333,12.292 C63.543,12.712 63,13.542 63,14.5 C63,15.881 64.119,17 65.5,17 C66.458,17 67.288,16.457 67.708,15.667 L72.292,15.667 C72.712,16.457 73.542,17 74.5,17 C75.881,17 77,15.881 77,14.5 C77,13.542 76.457,12.712 75.667,12.292 L75.667,7.708 C76.457,7.288 77,6.458 77,5.5 C77,4.119 75.881,3 74.5,3 C73.531,3 72.696,3.558 72.281,4.365 L72.219,4.333 L67.708,4.333 C67.288,3.543 66.458,3 65.5,3 z M65.5,4.5 C66.052,4.5 66.5,4.948 66.5,5.5 C66.5,6.052 66.052,6.5 65.5,6.5 C64.948,6.5 64.5,6.052 64.5,5.5 C64.5,4.948 64.948,4.5 65.5,4.5 z M74.5,4.5 C75.052,4.5 75.5,4.948 75.5,5.5 C75.5,6.052 75.052,6.5 74.5,6.5 C73.948,6.5 73.5,6.052 73.5,5.5 C73.5,4.948 73.948,4.5 74.5,4.5 z M67.708,6.667 L72.292,6.667 C72.526,7.108 72.892,7.474 73.333,7.708 L73.333,12.292 C72.892,12.526 72.526,12.892 72.292,13.333 L67.708,13.333 C67.474,12.892 67.108,12.526 66.667,12.292 L66.667,7.708 C67.108,7.474 67.474,7.108 67.708,6.667 z M65.5,13.5 C66.052,13.5 66.5,13.948 66.5,14.5 C66.5,15.052 66.052,15.5 65.5,15.5 C64.948,15.5 64.5,15.052 64.5,14.5 C64.5,13.948 64.948,13.5 65.5,13.5 z M74.5,13.5 C75.052,13.5 75.5,13.948 75.5,14.5 C75.5,15.052 75.052,15.5 74.5,15.5 C73.948,15.5 73.5,15.052 73.5,14.5 C73.5,13.948 73.948,13.5 74.5,13.5 z" fill="currentColor" id="icon-area-shape"/>
+    </symbol>
+    <symbol id="icon-line" viewBox="40 0 20 20">
+      <path d="M53.558,3 C52.21,3 51.116,4.093 51.116,5.442 C51.116,5.688 51.161,5.92 51.228,6.144 L45.144,12.228 C44.92,12.161 44.688,12.116 44.442,12.116 C43.093,12.116 42,13.21 42,14.558 C42,15.907 43.093,17 44.442,17 C45.79,17 46.884,15.907 46.884,14.558 C46.884,14.312 46.839,14.08 46.772,13.856 L52.856,7.772 C53.08,7.839 53.312,7.884 53.558,7.884 C54.907,7.884 56,6.79 56,5.442 C56,4.093 54.907,3 53.558,3 z M53.558,4.465 C54.098,4.465 54.535,4.902 54.535,5.442 C54.535,5.981 54.098,6.419 53.558,6.419 C53.019,6.419 52.581,5.981 52.581,5.442 C52.581,4.902 53.019,4.465 53.558,4.465 z M44.442,13.581 C44.981,13.581 45.419,14.019 45.419,14.558 C45.419,15.098 44.981,15.535 44.442,15.535 C43.902,15.535 43.465,15.098 43.465,14.558 C43.465,14.019 43.902,13.581 44.442,13.581 z" fill="currentColor" id="icon-line-shape"/>
+    </symbol>
+    <symbol id="icon-point" viewBox="20 0 20 20">
+      <path d="M29.833,3 C26.612,3 24,5.612 24,8.833 C24,12.055 29.833,17 29.833,17 C29.833,17 35.667,12.055 35.667,8.833 C35.667,5.612 33.055,3 29.833,3 z M30.016,6.5 C31.304,6.5 32.349,7.545 32.349,8.833 C32.349,10.122 31.304,11.167 30.016,11.167 C28.727,11.167 27.682,10.122 27.682,8.833 C27.682,7.545 28.727,6.5 30.016,6.5 z" fill="currentColor" id="icon-point-shape"/>
+    </symbol>
+    <symbol id="icon-alert" viewBox="0 0 20 20">
+      <path d="M11.292,14.388 C11.292,14.3 11.268,14.227 11.217,14.168 C11.169,14.111 11.099,14.081 11.011,14.081 L9.733,14.081 C9.655,14.081 9.587,14.109 9.528,14.165 C9.469,14.22 9.442,14.295 9.442,14.388 L9.442,15.609 C9.442,15.698 9.469,15.769 9.528,15.821 C9.587,15.873 9.655,15.899 9.733,15.899 L11.011,15.899 C11.203,15.899 11.299,15.802 11.292,15.609 z M10.936,13.301 C11.013,13.301 11.08,13.272 11.139,13.215 C11.196,13.156 11.226,13.088 11.226,13.012 L11.351,7.756 C11.351,7.678 11.321,7.61 11.262,7.553 C11.205,7.494 11.137,7.466 11.059,7.466 L9.681,7.466 C9.594,7.466 9.521,7.494 9.469,7.553 C9.417,7.61 9.391,7.678 9.391,7.756 L9.492,13.012 C9.492,13.088 9.521,13.156 9.579,13.215 C9.636,13.272 9.703,13.301 9.782,13.301 z M10.362,3.997 C10.544,3.997 10.7,4.056 10.831,4.174 C10.962,4.295 11.072,4.427 11.16,4.578 L17.55,15.626 C17.607,15.715 17.652,15.809 17.687,15.911 C17.725,16.015 17.742,16.124 17.742,16.239 C17.742,16.511 17.636,16.707 17.427,16.825 C17.217,16.944 16.991,17.003 16.754,17.003 L3.987,17.003 C3.749,17.003 3.525,16.944 3.314,16.825 C3.104,16.707 3,16.511 3,16.239 C3,16.129 3.017,16.02 3.049,15.916 C3.083,15.81 3.13,15.715 3.191,15.626 L9.566,4.578 C9.655,4.427 9.762,4.295 9.892,4.174 C10.024,4.056 10.179,3.997 10.362,3.997" fill="currentColor" id="icon-alert-shape"/>
+    </symbol>
+  </g>
+</svg>
\ No newline at end of file
diff --git a/vendor/assets/iD/iD/img/line-presets.png b/vendor/assets/iD/iD/img/line-presets.png
deleted file mode 100644 (file)
index bc20ef4..0000000
Binary files a/vendor/assets/iD/iD/img/line-presets.png and /dev/null differ
diff --git a/vendor/assets/iD/iD/img/maki-sprite.png b/vendor/assets/iD/iD/img/maki-sprite.png
deleted file mode 100644 (file)
index a65f104..0000000
Binary files a/vendor/assets/iD/iD/img/maki-sprite.png and /dev/null differ
diff --git a/vendor/assets/iD/iD/img/maki-sprite.svg b/vendor/assets/iD/iD/img/maki-sprite.svg
new file mode 100644 (file)
index 0000000..cac0e8e
--- /dev/null
@@ -0,0 +1,4063 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg width="0" height="0" style="position:absolute" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+  <symbol viewBox="0 0 12 12" id="aerialway-12">
+    <g transform="translate(0 -1028.362)">
+      <path opacity=".3" fill="#444" stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M7.436 1031.682l2.564-.32v-1l-2.758.345c-.184-.208-.443-.345-.742-.345-.186 0-.35.064-.5.153-.15-.088-.313-.153-.5-.153-.44 0-.8.286-.936.68l-2.564.32v1l2.757-.345c.184.208.444.345.743.345v1H3c-.552 0-1 .448-1 1v3c0 .553.448 1 1 1h6c.553 0 1-.447 1-1v-3c0-.552-.447-1-1-1H6.5v-1c.44 0 .8-.286.936-.68zm-1.936 4.68H3v-2h2.5v2zm3.5 0H6.5v-2H9v2z"/>
+      <path fill="#49484A" d="M7.436 1031.682l2.564-.32v-1l-2.758.345c-.184-.208-.443-.345-.742-.345-.186 0-.35.064-.5.153-.15-.088-.313-.153-.5-.153-.44 0-.8.286-.936.68l-2.564.32v1l2.757-.345c.184.208.444.345.743.345v1H3c-.552 0-1 .448-1 1v3c0 .553.448 1 1 1h6c.553 0 1-.447 1-1v-3c0-.552-.447-1-1-1H6.5v-1c.44 0 .8-.286.936-.68zm-1.936 4.68H3v-2h2.5v2zm3.5 0H6.5v-2H9v2z"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="aerialway-18">
+    <g transform="translate(0 -1028.362)">
+      <path opacity=".3" fill="#444" stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M15 1031.862l-3.9.487c-.272-.3-.662-.488-1.1-.488-.386 0-.734.15-1 .39-.265-.24-.613-.39-1-.39-.67 0-1.234.444-1.425 1.053l-3.575.447v1l3.607-.452c.22.557.76.952 1.395.952.176 0 .342-.036.5-.09v1.09h-4c-.83 0-1.5.672-1.5 1.5v4.5c0 .83.67 1.5 1.5 1.5h9c.828 0 1.5-.67 1.5-1.5v-4.5c0-.828-.672-1.5-1.5-1.5h-4v-1.092c.156.056.322.092.5.092.828 0 1.5-.67 1.5-1.5 0-.02-.007-.04-.007-.062l3.506-.438v-1zm-6.5 8.5h-4v-3h4v3zm5-3v3h-4v-3h4z"/>
+      <path fill="#49484A" d="M15 1031.862l-3.9.487c-.272-.3-.662-.488-1.1-.488-.386 0-.734.15-1 .39-.265-.24-.613-.39-1-.39-.67 0-1.234.444-1.425 1.053l-3.575.447v1l3.607-.452c.22.557.76.952 1.395.952.176 0 .342-.036.5-.09v1.09h-4c-.83 0-1.5.672-1.5 1.5v4.5c0 .83.67 1.5 1.5 1.5h9c.828 0 1.5-.67 1.5-1.5v-4.5c0-.828-.672-1.5-1.5-1.5h-4v-1.092c.156.056.322.092.5.092.828 0 1.5-.67 1.5-1.5 0-.02-.007-.04-.007-.062l3.506-.438v-1zm-6.5 8.5h-4v-3h4v3zm5-3v3h-4v-3h4z"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="aerialway-24">
+    <g transform="translate(0 -1028.362)">
+      <path opacity=".3" fill="#444" stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M14.87 1035.003l5.13-.64v-2l-5.516.688c-.367-.414-.887-.688-1.484-.688-.37 0-.7.13-1 .306-.297-.177-.625-.306-.998-.306-.878 0-1.603.572-1.872 1.358l-5.13.64v2l5.516-.688c.367.416.888.69 1.484.69v2H6c-1.104 0-2 .896-2 2v6c0 1.105.896 2 2 2h12c1.105 0 2-.895 2-2v-6c0-1.104-.895-2-2-2h-4.998v-2c.877 0 1.6-.573 1.87-1.36zm-3.87 9.36H6v-4h5v4zm7 0h-5v-4h5v4z"/>
+      <path fill="#49484A" d="M14.87 1035.003l5.13-.64v-2l-5.516.688c-.367-.414-.887-.688-1.484-.688-.37 0-.7.13-1 .306-.297-.177-.625-.306-.998-.306-.878 0-1.603.572-1.872 1.358l-5.13.642v2l5.516-.69c.367.416.888.69 1.484.69v2H6c-1.104 0-2 .896-2 2v6c0 1.105.896 2 2 2h12c1.105 0 2-.895 2-2v-6c0-1.104-.895-2-2-2h-5l.002-2c.877 0 1.6-.573 1.87-1.36zm-3.87 9.36H6v-4h5v4zm7 0h-5v-4h5v4z"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="airfield-12">
+    <g transform="translate(-127 -1291.362)">
+      <path d="M131.25 1292.862c-.139 0-.25.112-.25.25 0 .14.112.25.25.25h2l-.25 1v1l-4 1v1h4v2l-1 .5v.5h3v-.5l-1-.5v-2h4v-1l-4-1v-1l-.25-1h2c.139 0 .25-.11.25-.25 0-.138-.112-.25-.25-.25z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M131.25 1292.862c-.139 0-.25.112-.25.25 0 .14.112.25.25.25h2l-.25 1v1l-4 1v1h4v2l-1 .5v.5h3v-.5l-1-.5v-2h4v-1l-4-1v-1l-.25-1h2c.139 0 .25-.11.25-.25 0-.138-.112-.25-.25-.25z" fill="#444"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="airfield-18">
+    <g transform="translate(-108 -1289.362)">
+      <path d="M113.324 1292.362c-.212 0-.383.17-.383.383 0 .21.172.382.384.382h3.058l-.382 2.235v.94l-5 1.53v1.53h5v3.412l-2 .824v.764h7v-.765l-2-.823v-3.412h5v-1.53l-5-1.53v-.94l-.382-2.235h3.058c.212 0 .383-.17.383-.382s-.172-.383-.384-.383z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M113.324 1292.362c-.212 0-.383.17-.383.383 0 .21.172.382.384.382h3.058l-.382 2.235v.94l-5 1.53v1.53h5v3.412l-2 .824v.764h7v-.765l-2-.823v-3.412h5v-1.53l-5-1.53v-.94l-.382-2.235h3.058c.212 0 .383-.17.383-.382s-.172-.383-.384-.383z" fill="#444"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="airfield-24">
+    <g transform="translate(-84 -1290.362)">
+      <path d="M91.5 1294.362c-.277 0-.5.223-.5.5s.223.5.5.5h4l-.5 3v1l-7 2v2h7v4l-2.5 1v1h8v-1l-2.5-1v-4h7v-2l-7-2v-1l-.5-3h4c.277 0 .5-.223.5-.5s-.223-.5-.5-.5z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M91.5 1294.362c-.277 0-.5.223-.5.5s.223.5.5.5h4l-.5 3v1l-7 2v2h7v4l-2.5 1v1h8v-1l-2.5-1v-4h7v-2l-7-2v-1l-.5-3h4c.277 0 .5-.223.5-.5s-.223-.5-.5-.5z" fill="#444"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="airport-12">
+    <g transform="translate(-127 -1051.362)">
+      <path d="M137 1057.79v.572l-3-.5v2l1 1.056v.444h-3v-.444l1-1.056v-2l-3 .5v-.57l3-1.43v-2c0-.444.056-1 .5-1s.5.556.5 1v2z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M137 1057.79v.572l-3-.5v2l1 1.056v.444h-3v-.444l1-1.056v-2l-3 .5v-.57l3-1.43v-2c0-.444.056-1 .5-1s.5.556.5 1v2z" fill="#444"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="airport-18">
+    <g transform="translate(-108 -1050.362)">
+      <path d="M124.5 1060.362v1l-5.5-1v3l2 1.222v.778h-6v-.778l2-1.222v-3l-5.5 1v-1l5.5-3v-3c0-.778.222-2 1-2s1 1.222 1 2v3z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M124.5 1060.362v1l-5.5-1v3l2 1.222v.778h-6v-.778l2-1.222v-3l-5.5 1v-1l5.5-3v-3c0-.778.222-2 1-2s1 1.222 1 2v3z" fill="#444"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="airport-24">
+    <g transform="translate(0 -1052.362)">
+      <path d="M21 1065.362v1l-7-1v4l2 2c0 .5-.5 1-1 1h-5c-.5 0-1-.5-1-1l2-2v-4l-7 1v-1l7-4v-2c0-1 .5-4 1.5-4s1.5 3 1.5 4v2z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M21 1065.862v.5l-7-1v4l2 2c0 .5-.5 1-1 1h-5c-.5 0-1-.5-1-1l2-2v-4l-7 1v-.5c0-.5.306-.638.5-.75l6.5-3.75v-2c0-1 .5-4 1.5-4s1.5 3 1.5 4v2l6.5 3.75c.278.16.5.24.5.75z" fill="#444"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="alcohol-shop-12">
+    <g transform="translate(-594 -1074.362)" color="#000">
+      <path d="M598 1075.362v2l-2 2v5.406l.594.594h4.03l.376-.5v-5.5l-2-2v-2h-1zm4 4v2l1 1v2l-1 1h3l-1-1v-2l1-1v-2h-3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M598 1075.362v2l-2 2v5.406l.594.594h4.03l.376-.5v-5.5l-2-2v-2h-1zm4 4v2l1 1v2l-1 1h3l-1-1v-2l1-1v-2h-3z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="alcohol-shop-18">
+    <g transform="translate(-576 -1074.362)" color="#000">
+      <path d="M582.5 1076.362l-.5.5v3l-2 2.5v8h6v-8l-2-2.5v-3l-.5-.5h-1zm4.5 6v3s0 1 1 1h1v3l-1.5.5-.5.5h5l-.5-.5-1.5-.5v-3h1c1 0 1-1 1-1v-3h-5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M582.5 1076.362l-.5.5v3l-2 2.5v8h6v-8l-2-2.5v-3l-.5-.5h-1zm4.5 6v3s0 1 1 1h1v3l-1.5.5-.5.5h5l-.5-.5-1.5-.5v-3h1c1 0 1-1 1-1v-3h-5z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="alcohol-shop-24">
+    <g transform="translate(-552 -1074.362)" color="#000">
+      <path d="M560 1077.362c-.554 0-.5.627-.5 1v2.5c0 .5-.498 1.25-1 1.5-1 .5-1.5 1-1.5 2v9c0 .554.446 1 1 1h5c.554 0 1-.446 1-1v-9c0-1-.5-1.5-1.5-2-.5-.25-1-1-1-1.5v-2.5c0-.5.054-1-.5-1zm6 7v3c0 1 1 2 2 2h1v2.5c0 .5-1 1.5-2 1.5s-1 1-1 1h7s0-1-1-1-2-1-2-1.5v-2.5h1c1 0 2-1 2-2v-3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M560 1077.362c-.554 0-.5.627-.5 1v2.5c0 .5-.498 1.25-1 1.5-1 .5-1.5 1-1.5 2v9c0 .554.446 1 1 1h5c.554 0 1-.446 1-1v-9c0-1-.5-1.5-1.5-2-.5-.25-1-1-1-1.5v-2.5c0-.5.054-1-.5-1zm6 7v3c0 1 1 2 2 2h1v2.5c0 .5-1 1.5-2 1.5s-1 1-1 1h7s0-1-1-1-2-1-2-1.5v-2.5h1c1 0 2-1 2-2v-3z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="america-football-12">
+    <g color="#000" transform="translate(-516 -1098.362)">
+      <path d="M522.5 1101.362c-3.25 0-4.5 3-4.5 3s1.25 3 4.5 3 4.5-3 4.5-3-1.25-3-4.5-3zm-1 2.5h3.5c.139 0 .25.112.25.25 0 .14-.112.25-.25.25h-4.75c-.139 0-.25-.11-.25-.25 0-.138.112-.25.25-.25h.75z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M522.5 1101.362c-3.25 0-4.5 3-4.5 3s1.25 3 4.5 3 4.5-3 4.5-3-1.25-3-4.5-3zm-1 2.5h3.5c.139 0 .25.112.25.25 0 .14-.112.25-.25.25h-4.75c-.139 0-.25-.11-.25-.25 0-.138.112-.25.25-.25h.75z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="america-football-18">
+    <g color="#000" transform="translate(-498 -1098.362)">
+      <path d="M507.5 1102.362c-4.79 0-6.5 4.5-6.5 4.5s1.71 4.5 6.5 4.5 6.5-4.5 6.5-4.5-1.71-4.5-6.5-4.5zm-2.25 3c.139 0 .25.112.25.25v.75h1.75v-.75c0-.138.112-.25.25-.25.139 0 .25.112.25.25v.75h1.75v-.75c0-.138.112-.25.25-.25.139 0 .284.116.25.25v.75h.563c.246 0 .437.223.437.5s-.19.5-.438.5H510v.75c0 .14-.112.25-.25.25-.139 0-.216-.115-.25-.25v-.75h-1.75v.75c0 .14-.112.25-.25.25-.139 0-.25-.11-.25-.25v-.75h-1.75v.75c0 .14-.112.25-.25.25-.139 0-.25-.11-.25-.25v-.75h-.563c-.246 0-.437-.223-.437-.5s.19-.5.438-.5H505v-.75c0-.138.112-.25.25-.25z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" overflow="visible"/>
+      <path d="M507.5 1102.362c-4.79 0-6.5 4.5-6.5 4.5s1.71 4.5 6.5 4.5 6.5-4.5 6.5-4.5-1.71-4.5-6.5-4.5zm-2.25 3c.139 0 .25.112.25.25v.75h1.75v-.75c0-.138.112-.25.25-.25.139 0 .25.112.25.25v.75h1.75v-.75c0-.138.112-.25.25-.25.139 0 .284.116.25.25v.75h.563c.246 0 .437.223.437.5s-.19.5-.438.5H510v.75c0 .14-.112.25-.25.25-.139 0-.216-.115-.25-.25v-.75h-1.75v.75c0 .14-.112.25-.25.25-.139 0-.25-.11-.25-.25v-.75h-1.75v.75c0 .14-.112.25-.25.25-.139 0-.25-.11-.25-.25v-.75h-.563c-.246 0-.437-.223-.437-.5s.19-.5.438-.5H505v-.75c0-.138.112-.25.25-.25z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="america-football-24">
+    <g transform="translate(0 -1004.362)" color="#000">
+      <path d="M12.5 1009.362c-6.5 0-9.5 6.5-9.5 6.5s3 6.5 9.5 6.5 9.5-6.5 9.5-6.5-3-6.5-9.5-6.5zm-3 5c.277 0 .5.223.5.5v.5h2v-.5c0-.277.223-.5.5-.5s.5.223.5.5v.5h2v-.5c0-.277.223-.5.5-.5s.5.223.5.5v.5h1.5c.277 0 .5.223.5.5s-.223.5-.5.5H16v.5c0 .277-.223.5-.5.5s-.5-.223-.5-.5v-.5h-2v.5c0 .277-.223.5-.5.5s-.5-.223-.5-.5v-.5h-2v.5c0 .277-.223.5-.5.5s-.5-.223-.5-.5v-.5H7.5c-.277 0-.5-.223-.5-.5s.223-.5.5-.5H9v-.5c0-.277.223-.5.5-.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" overflow="visible"/>
+      <path d="M12.5 1009.362c-6.5 0-9.5 6.5-9.5 6.5s3 6.5 9.5 6.5 9.5-6.5 9.5-6.5-3-6.5-9.5-6.5zm-3 5c.277 0 .5.223.5.5v.5h2v-.5c0-.277.223-.5.5-.5s.5.223.5.5v.5h2v-.5c0-.277.223-.5.5-.5s.5.223.5.5v.5h1.5c.277 0 .5.223.5.5s-.223.5-.5.5H16v.5c0 .277-.223.5-.5.5s-.5-.223-.5-.5v-.5h-2v.5c0 .277-.223.5-.5.5s-.5-.223-.5-.5v-.5h-2v.5c0 .277-.223.5-.5.5s-.5-.223-.5-.5v-.5H7.5c-.277 0-.5-.223-.5-.5s.223-.5.5-.5H9v-.5c0-.277.223-.5.5-.5z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="art-gallery-12">
+    <g transform="translate(-360 -1290.362)" color="#000">
+      <path d="M366 1292.362c-2.5 0-4 1.5-4 3 0 1 .5 2 2 2 1 0 1 .25 1 1 0 1.5 1.5 2 2.5 2 2.5 0 3.5-2.25 3.5-4 0-3.5-2.515-4-5-4zm-.625 1c.345 0 .625.28.625.625s-.28.625-.625.625-.625-.28-.625-.625.28-.625.625-.625zm2 0c.345 0 .625.28.625.625s-.28.625-.625.625-.625-.28-.625-.625.28-.625.625-.625zm-3.75.75c.345 0 .625.28.625.625s-.28.625-.625.625-.625-.28-.625-.625.28-.625.625-.625zm5.75.25c.345 0 .625.28.625.625s-.28.625-.625.625-.625-.28-.625-.625.28-.625.625-.625zm-2.375 2.5c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M366 1292.362c-2.5 0-4 1.5-4 3 0 1 .5 2 2 2 1 0 1 .25 1 1 0 1.5 1.5 2 2.5 2 2.5 0 3.5-2.25 3.5-4 0-3.5-2.515-4-5-4zm-.625 1c.345 0 .625.28.625.625s-.28.625-.625.625-.625-.28-.625-.625.28-.625.625-.625zm2 0c.345 0 .625.28.625.625s-.28.625-.625.625-.625-.28-.625-.625.28-.625.625-.625zm-3.75.75c.345 0 .625.28.625.625s-.28.625-.625.625-.625-.28-.625-.625.28-.625.625-.625zm5.75.25c.345 0 .625.28.625.625s-.28.625-.625.625-.625-.28-.625-.625.28-.625.625-.625zm-2.375 2.5c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="art-gallery-18">
+    <g transform="matrix(.77778 0 0 .77778 -247.667 -1003.726)" color="#000">
+      <path d="M329.357 1294.362c-5 0-8.357 4.43-8.357 6.43 0 1.927 1.286 3.213 3.214 3.213 2 0 3.857.43 3.857 1.93 0 2 1.86 3.213 3.86 3.213 5.784 0 8.356-3.572 8.356-7.072 0-7.07-5.958-7.714-10.93-7.714zm-1.928 1.93c.71 0 1.284.574 1.284 1.284 0 .71-.575 1.286-1.285 1.286s-1.287-.575-1.287-1.286c0-.71.576-1.285 1.286-1.285zm3.856 0c.71 0 1.285.574 1.285 1.284 0 .71-.574 1.286-1.284 1.286-.71 0-1.286-.575-1.286-1.286 0-.71.576-1.285 1.286-1.285zm3.857 1.927c.7 0 1.245.585 1.245 1.285s-.545 1.246-1.245 1.246c-.7 0-1.286-.545-1.286-1.245 0-.7.586-1.286 1.286-1.286zm-10.286 1.285c.71 0 1.286.576 1.286 1.286 0 .71-.576 1.286-1.286 1.286-.71 0-1.286-.575-1.286-1.285s.577-1.285 1.287-1.285zm6.75 4.5c.888 0 1.607.72 1.607 1.607 0 .888-.72 1.607-1.607 1.607s-1.607-.72-1.607-1.608c0-.887.72-1.607 1.607-1.607z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2.57142" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M329.357 1294.362c-5 0-8.357 4.43-8.357 6.43 0 1.927 1.286 3.213 3.214 3.213 2 0 3.857.43 3.857 1.93 0 2 1.86 3.213 3.86 3.213 5.784 0 8.356-3.572 8.356-7.072 0-7.07-5.958-7.714-10.93-7.714zm-1.928 1.93c.71 0 1.284.574 1.284 1.284 0 .71-.575 1.286-1.285 1.286s-1.287-.575-1.287-1.286c0-.71.576-1.285 1.286-1.285zm3.856 0c.71 0 1.285.574 1.285 1.284 0 .71-.574 1.286-1.284 1.286-.71 0-1.286-.575-1.286-1.286 0-.71.576-1.285 1.286-1.285zm3.857 1.927c.7 0 1.245.585 1.245 1.285s-.545 1.246-1.245 1.246c-.7 0-1.286-.545-1.286-1.245 0-.7.586-1.286 1.286-1.286zm-10.286 1.285c.71 0 1.286.576 1.286 1.286 0 .71-.576 1.286-1.286 1.286-.71 0-1.286-.575-1.286-1.285s.577-1.285 1.287-1.285zm6.75 4.5c.888 0 1.607.72 1.607 1.607 0 .888-.72 1.607-1.607 1.607s-1.607-.72-1.607-1.608c0-.887.72-1.607 1.607-1.607z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="art-gallery-24">
+    <g color="#000" transform="translate(-318 -1290.362)">
+      <path d="M329 1294.362c-5 0-8 4-8 6s1 3.5 3 3.5 3 .5 3 2c0 2 1.5 3.5 3.5 3.5 6.5 0 9.5-3.5 9.5-7 0-6-5-8-11-8zm-1.25 2c.69 0 1.25.56 1.25 1.25s-.56 1.25-1.25 1.25-1.25-.56-1.25-1.25.56-1.25 1.25-1.25zm4 0c.69 0 1.25.56 1.25 1.25s-.56 1.25-1.25 1.25-1.25-.56-1.25-1.25.56-1.25 1.25-1.25zm4 2c.69 0 1.25.56 1.25 1.25s-.56 1.25-1.25 1.25-1.25-.56-1.25-1.25.56-1.25 1.25-1.25zm-11.5 1c.69 0 1.25.56 1.25 1.25s-.56 1.25-1.25 1.25-1.25-.56-1.25-1.25.56-1.25 1.25-1.25zm6.25 5c.828 0 1.5.672 1.5 1.5 0 .83-.672 1.5-1.5 1.5s-1.5-.67-1.5-1.5c0-.828.672-1.5 1.5-1.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M329 1294.362c-5 0-8 4-8 6s1 3.5 3 3.5 3 .5 3 2c0 2 1.5 3.5 3.5 3.5 6.5 0 9.5-3.5 9.5-7 0-6-5-8-11-8zm-1.25 2c.69 0 1.25.56 1.25 1.25s-.56 1.25-1.25 1.25-1.25-.56-1.25-1.25.56-1.25 1.25-1.25zm4 0c.69 0 1.25.56 1.25 1.25s-.56 1.25-1.25 1.25-1.25-.56-1.25-1.25.56-1.25 1.25-1.25zm4 2c.69 0 1.25.56 1.25 1.25s-.56 1.25-1.25 1.25-1.25-.56-1.25-1.25.56-1.25 1.25-1.25zm-11.5 1c.69 0 1.25.56 1.25 1.25s-.56 1.25-1.25 1.25-1.25-.56-1.25-1.25.56-1.25 1.25-1.25zm6.25 5c.828 0 1.5.672 1.5 1.5 0 .83-.672 1.5-1.5 1.5s-1.5-.67-1.5-1.5c0-.828.672-1.5 1.5-1.5z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="bakery-12">
+    <g color="#000" transform="translate(0 -1040.362)">
+      <path d="M6 1043.862l-1 .5 1 4h1l1-4-1-.5zm-2 1l-.5.5-1.5 2.5v.5l.5.5H3l1-.5h1zm5 0l-1 3.5h1l1 .5h.5l.5-.5v-1l-1.5-2z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/>
+      <path d="M6 1043.862l-1 .5 1 4h1l1-4-1-.5zm-2 1l-.5.5-1.5 2.5v.5l.5.5H3l1-.5h1zm5 0l-1 3.5h1l1 .5h.5l.5-.5v-1l-1.5-2z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="bakery-18">
+    <g color="#000" transform="translate(0 -1034.362)">
+      <path d="M9 1040.362c-1 0-1.5.5-1.5 1.5l1 4 .5.5h1l.5-.5 1-4c0-1-.5-1.5-1.5-1.5zm-2.5 1.5l-2 1 1.5 3.5h1l.5-.5zm6 0l-1 4 .5.5h1l1.5-3.5zm-8.5 2l-.5.5-.5 1.5v1.5h.5l1.5-1zm11 0l-1 2.5 1 1h1v-1.5l-.5-1.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/>
+      <path d="M9 1040.362c-1 0-1.5.5-1.5 1.5l1 4 .5.5h1l.5-.5 1-4c0-1-.5-1.5-1.5-1.5zm-2.5 1.5l-2 1 1.5 3.5h1l.5-.5zm6 0l-1 4 .5.5h1l1.5-3.5zm-8.5 2l-.5.5-.5 1.5v1.5h.5l1.5-1zm11 0l-1 2.5 1 1h1v-1.5l-.5-1.5z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="bakery-24">
+    <path d="M12.5 6c-1.5 0-2.764.536-2.438 2l1.438 6.5c.05.23.19.5.5.5h2c.31 0 .45-.27.5-.5L15.938 8C16.264 6.536 15 6 13.5 6H13zM7 9c-1 0-1.95.6-1.5 1.5l2 4c.167.333.5.5 1 .5h1s.615.018.5-.5L9 10c-.112-.503-.5-1-1-1zm11 0c-.5 0-.888.497-1 1l-1 4.5c-.115.518.5.5.5.5h1c.5 0 .833-.167 1-.5l2-4C20.95 9.6 20 9 19 9zM4.437 12.125c-.193 0-.356.118-.437.375l-.958 2.994c-.12.375-.037.566.47.47L6 15.5c.49-.094.572-.266.438-.5L5 12.5c-.146-.253-.37-.374-.563-.375zm17.125 0c-.193 0-.416.122-.562.375L19.562 15c-.134.234-.053.406.438.5l2.454.474c.506.097.62-.094.5-.468L22 12.5c-.082-.257-.244-.376-.438-.375z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/>
+    <path d="M12.5 6c-1.5 0-2.764.536-2.438 2l1.438 6.5c.05.23.19.5.5.5h2c.31 0 .45-.27.5-.5L15.938 8C16.264 6.536 15 6 13.5 6H13zM7 9c-1 0-1.95.6-1.5 1.5l2 4c.167.333.5.5 1 .5h1s.615.018.5-.5L9 10c-.112-.503-.5-1-1-1zm11 0c-.5 0-.888.497-1 1l-1 4.5c-.115.518.5.5.5.5h1c.5 0 .833-.167 1-.5l2-4C20.95 9.6 20 9 19 9zM4.437 12.125c-.193 0-.356.118-.437.375l-.958 2.994c-.12.375-.037.566.47.47L6 15.5c.49-.094.572-.266.438-.5L5 12.5c-.146-.253-.37-.374-.563-.375zm17.125 0c-.193 0-.416.122-.562.375L19.562 15c-.134.234-.053.406.438.5l2.454.474c.506.097.62-.094.5-.468L22 12.5c-.082-.257-.244-.376-.438-.375z" color="#000" fill="#444" overflow="visible"/>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="bank-12">
+    <g transform="translate(-361 -1172.362)" color="#000" fill="#444">
+      <path d="M363.5 1175.362c-.277 0-.5.223-.5.5v5c0 .277.223.5.5.5h8c.277 0 .5-.223.5-.5v-5c0-.277-.223-.5-.5-.5zm0 1h8v1h-8zm0 3h1.5v1h-1.5zm4.5.5h3v.5h-3z" opacity=".3" stroke="#fff" stroke-width="2" overflow="visible"/>
+      <path d="M363.5 1175.362c-.277 0-.5.223-.5.5v5c0 .277.223.5.5.5h8c.277 0 .5-.223.5-.5v-5c0-.277-.223-.5-.5-.5zm0 1h8v1h-8zm0 3h1.5v1h-1.5zm4.5.5h3v.5h-3z" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="bank-18">
+    <g transform="translate(-343 -1172.362)" color="#000" fill="#444">
+      <path d="M346.722 1177.362c-.4 0-.722.322-.722.722v6.556c0 .4.322.722.722.722h11.556c.4 0 .722-.322.722-.722v-6.556c0-.4-.322-.722-.722-.722zm-.222 1.5h12v1.5h-12zm.5 4h2v1.5h-2zm6 .778h5v.722h-5z" opacity=".3" stroke="#fff" stroke-width="2" overflow="visible"/>
+      <path d="M346.722 1177.362c-.4 0-.722.322-.722.722v6.556c0 .4.322.722.722.722h11.556c.4 0 .722-.322.722-.722v-6.556c0-.4-.322-.722-.722-.722zm-.222 1.5h12v1.5h-12zm.5 4h2v1.5h-2zm6 .778h5v.722h-5z" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="bank-24">
+    <g transform="translate(0 -1003.362)" color="#000" fill="#444">
+      <path d="M4 1009.362c-.554 0-1 .446-1 1v10c0 .554.446 1 1 1h17c.554 0 1-.446 1-1v-10c0-.554-.446-1-1-1zm-.5 2h18v2h-18zm.5 6h3v2H4zm9 1h7v1h-7z" opacity=".3" stroke="#fff" stroke-width="2" overflow="visible"/>
+      <path d="M4 1009.362c-.554 0-1 .446-1 1v10c0 .554.446 1 1 1h17c.554 0 1-.446 1-1v-10c0-.554-.446-1-1-1zm-.5 2h18v2h-18zm.5 6h3v2H4zm9 1h7v1h-7z" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="bar-12">
+    <g transform="translate(-361 -1147.362)" color="#000">
+      <path d="M363.5 1149.362c-.28 0-.5 0-.5.14 0 .142.193.31.28.423l3.72 4.437v2.5c-1 .5-2.5 1-2.5 1.5h6c0-.5-1.5-1-2.5-1.5v-2.5l3.72-4.437c.087-.114.28-.28.28-.422 0-.14-.22-.14-.5-.14z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M363.5 1149.362c-.28 0-.5 0-.5.14 0 .142.193.31.28.423l3.72 4.437v2.5c-1 .5-2.5 1-2.5 1.5h6c0-.5-1.5-1-2.5-1.5v-2.5l3.72-4.437c.087-.114.28-.28.28-.422 0-.14-.22-.14-.5-.14z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="bar-18">
+    <g color="#000" transform="translate(-342 -1146.362)">
+      <path d="M346 1149.362c-.406 0-1 .047-1 .25 0 .204.372.586.5.75l5.5 6v4l-2.813 1.188c-.406.135-.687.312-.687.812h8c0-.5-.406-.677-.813-.812l-2.687-1.188v-4l5.5-6c.128-.164.5-.546.5-.75 0-.202-.594-.25-1-.25z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M346 1149.362c-.406 0-1 .047-1 .25 0 .204.372.586.5.75l5.5 6v4l-2.813 1.188c-.406.135-.687.312-.687.812h8c0-.5-.406-.677-.813-.812l-2.687-1.188v-4l5.5-6c.128-.164.5-.546.5-.75 0-.202-.594-.25-1-.25z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="bar-24">
+    <g transform="translate(-319 -1146.362)" color="#000">
+      <path d="M324 1150.362c-.5 0-1 0-1 .25s.343.548.5.75l7.5 7.813v6.187l-4 1c-.5.167-1 .5-1 1h11c0-.5-.5-.833-1-1l-4-1v-6.187l7.5-7.813c.157-.202.5-.5.5-.75s-.5-.25-1-.25z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M324 1150.362c-.5 0-1 0-1 .25s.343.548.5.75l7.5 7.813v6.187l-4 1c-.5.167-1 .5-1 1h11c0-.5-.5-.833-1-1l-4-1v-6.187l7.5-7.813c.157-.202.5-.5.5-.75s-.5-.25-1-.25z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="baseball-12">
+    <g color="#000" transform="translate(-516 -1170.362)">
+      <path d="M518 1171.862v1.5c1.5 2 4.587 3.588 6.5 5.5l1 1v1h1l.5-.5v-1h-1l-1-1c-1.784-1.784-3.5-5-5.5-6.5zm2 5.5c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M518 1171.862v1.5c1.5 2 4.587 3.588 6.5 5.5l1 1v1h1l.5-.5v-1h-1l-1-1c-1.784-1.784-3.5-5-5.5-6.5zm2 5.5c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="baseball-18">
+    <g color="#000" transform="translate(-498 -1170.362)">
+      <path d="M503 1172.362s-1 0-1.5.5-.5 1.5-.5 1.5c2.5 3.5 7.08 6.142 8 7l2.594 2.406-.594.594v1h1l1-1 1-1v-1h-1l-.594.594-2.406-2.594c-2.362-2.533-3.5-5.5-7-8zm1.75 9c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M503 1172.362s-1 0-1.5.5-.5 1.5-.5 1.5c2.5 3.5 7.08 6.142 8 7l2.594 2.406-.594.594v1h1l1-1 1-1v-1h-1l-.594.594-2.406-2.594c-2.362-2.533-3.5-5.5-7-8zm1.75 9c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="baseball-24">
+    <g color="#000" transform="translate(-474 -1170.362)">
+      <path d="M480 1173.362c-1.252 0-2 .754-2 2 0 1 2 2.5 3 3.5 2 2 5.302 3.802 8.5 7l3 3-.5.5c0 .5.5 1 1 1l1-1 1-1c0-.5-.5-1-1-1l-.5.5-3-3c-2.863-2.863-5-6.5-7-8.5-1-1-2.5-3-3.5-3zm3.5 10c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M480 1173.362c-1.252 0-2 .754-2 2 0 1 2 2.5 3 3.5 2 2 5.302 3.802 8.5 7l3 3-.5.5c0 .5.5 1 1 1l1-1 1-1c0-.5-.5-1-1-1l-.5.5-3-3c-2.863-2.863-5-6.5-7-8.5-1-1-2.5-3-3.5-3zm3.5 10c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="basketball-12">
+    <g transform="translate(-517 -1147.362)" color="#000">
+      <path d="M521 1148.362l-2 2v4.5c0 .25.25.5.5.5h1.5l1 1 1 1h1l1-1 1-1h1.5c.25 0 .5-.25.5-.5v-4.5l-2-2h-5zm0 2h5v3h-5v-3zm.688.688v1.625h3.625v-1.625h-3.625zm.312 3.312h1v1h1v-1h1v1l-1 1h-1l-1-1v-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M521 1148.362l-2 2v4.5c0 .25.25.5.5.5h1.5l1 1 1 1h1l1-1 1-1h1.5c.25 0 .5-.25.5-.5v-4.5l-2-2h-5zm0 2h5v3h-5v-3zm.688.688v1.625h3.625v-1.625h-3.625zm.312 3.312h1v1h1v-1h1v1l-1 1h-1l-1-1v-1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="basketball-18">
+    <g transform="translate(-499 -1147.362)" color="#000">
+      <path d="M505 1149.362l-3 2v7c0 .5.5 1 1 1h2.5l2 3h2l2-3h2.5c.5 0 1-.5 1-1v-6.5l-3-2.5h-7zm0 3h7v5h-7v-5zm1 1v3h5v-3h-5zm.5 6h1.5v1h1v-1h1.5l-.688 1H509v1h-1v-1h-.813l-.687-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M505 1149.362l-3 2v7c0 .5.5 1 1 1h2.5l2 3h2l2-3h2.5c.5 0 1-.5 1-1v-6.5l-3-2.5h-7zm0 3h7v5h-7v-5zm1 1v3h5v-3h-5zm.5 6h1.5v1h1v-1h1.5l-.688 1H509v1h-1v-1h-.813l-.687-1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="basketball-24">
+    <g transform="translate(-476 -1146.362)" color="#000">
+      <path d="M484.5 1149.362l-4.5 4v8c0 .5.5 1 1 1h3.563l1.937 3.5c.278.5.5.5 1 .5h2c.5 0 .722 0 1-.5l1.938-3.5H496c.5 0 1-.5 1-1v-8l-4.5-4h-8zm-.5 4h9v6h-9v-6zm1 1v4h7v-4h-7zm.563 8H487v1h1v-1h1v1h1v-1h1.438l-.563 1H490v1h.344l-.344.625v-.625h-1v1h-1v-1h-1v.625l-.344-.625H487v-1h-.875l-.563-1zm2.437 2h1v-1h-1v1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M484.5 1149.362l-4.5 4v8c0 .5.5 1 1 1h3.563l1.937 3.5c.278.5.5.5 1 .5h2c.5 0 .722 0 1-.5l1.938-3.5H496c.5 0 1-.5 1-1v-8l-4.5-4h-8zm-.5 4h9v6h-9v-6zm1 1v4h7v-4h-7zm.563 8H487v1h1v-1h1v1h1v-1h1.438l-.563 1H490v1h.344l-.344.625v-.625h-1v1h-1v-1h-1v.625l-.344-.625H487v-1h-.875l-.563-1zm2.437 2h1v-1h-1v1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="beer-12">
+    <g transform="translate(-360 -1242.362)" color="#000">
+      <path d="M363 1243.362l1 8.5c.036.286.214.5.5.5h4c.286 0 .45-.216.5-.5l1-8.5zm1.5 1h4l-.25 2h-3.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M363 1243.362l1 8.5c.036.286.214.5.5.5h4c.286 0 .45-.216.5-.5l1-8.5zm1.5 1h4l-.25 2h-3.5z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="beer-18">
+    <g transform="translate(-342 -1242.362)" color="#000">
+      <path d="M346 1244.362l1.5 13c.058.5.5 1 1 1h6c.5 0 .942-.5 1-1l1.5-13zm2 2h7l-.4 3h-6.2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M346 1244.362l1.5 13c.058.5.5 1 1 1h6c.5 0 .942-.5 1-1l1.5-13zm2 2h7l-.4 3h-6.2z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="beer-24">
+    <g transform="translate(-389 -1243.362)" color="#000">
+      <path d="M394 1246.362l2 16c.063.5.5 1 1 1h9c.5 0 .938-.5 1-1l2-16zm2.25 2h10.5l-.47 4h-9.56z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M394 1246.362l2 16c.063.5.5 1 1 1h9c.5 0 .938-.5 1-1l2-16zm2.25 2h10.5l-.47 4h-9.56z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="bicycle-12">
+    <g transform="translate(-126 -1386.362)" color="#000">
+      <path d="M133 1388.362v1h1v1h-2v-1h-1v1l-.5.5-.5.5h-1l-1 2 1 2h2l1-2 1.5-2h1l-1.5 2 1 2h2l1-2-1-2h-.5l-.5-1v-1l-1-1h-1zm-2 3h1v1h-1v2h-2v-2h2zm3 1h2v2h-2v-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M133 1388.362v1h1v1h-2v-1h-1v1l-.5.5-.5.5h-1l-1 2 1 2h2l1-2 1.5-2h1l-1.5 2 1 2h2l1-2-1-2h-.5l-.5-1v-1l-1-1h-1zm-2 3h1v1h-1v2h-2v-2h2zm3 1h2v2h-2v-1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="bicycle-18">
+    <g transform="translate(-108 -1386.362)" color="#000">
+      <path d="M120 1389.362v1l1 .5v1.5h-5v-1h1v-.5l-1-.5h-2v1h1v1l-1.25 2.125c-.245-.065-.484-.125-.75-.125-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3h1l2.5-4h1.5l.53 1.063c-1.427.23-2.53 1.444-2.53 2.937 0 1.657 1.343 3 3 3s3-1.343 3-3c0-1.44-1.023-2.646-2.375-2.937l-.625-1.563v-2.5l-.5-.5-1.5-.5zm-4.5 4h3l-2 3h-.688c-.212-.59-.587-1.115-1.093-1.47l.78-1.53zm-2.5 2c1.105 0 2 .896 2 2 0 1.105-.895 2-2 2s-2-.895-2-2c0-1.104.895-2 2-2zm9 0c1.105 0 2 .896 2 2 0 1.105-.895 2-2 2s-2-.895-2-2c0-1.104.895-2 2-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M120 1389.362v1l1 .5v1.5h-5v-1h1v-.5l-1-.5h-2v1h1v1l-1.25 2.125c-.245-.065-.484-.125-.75-.125-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3h1l2.5-4h1.5l.53 1.063c-1.427.23-2.53 1.444-2.53 2.937 0 1.657 1.343 3 3 3s3-1.343 3-3c0-1.44-1.023-2.646-2.375-2.937l-.625-1.563v-2.5l-.5-.5-1.5-.5zm-4.5 4h3l-2 3h-.688c-.212-.59-.587-1.115-1.093-1.47l.78-1.53zm-2.5 2.25c.967 0 1.75.784 1.75 1.75 0 .967-.783 1.75-1.75 1.75s-1.75-.783-1.75-1.75c0-.966.783-1.75 1.75-1.75zm9 0c.967 0 1.75.784 1.75 1.75 0 .967-.783 1.75-1.75 1.75s-1.75-.783-1.75-1.75c0-.966.783-1.75 1.75-1.75z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="bicycle-24">
+    <g transform="translate(-84 -1386.362)" color="#000">
+      <path d="M98.875 1390.362c-.562.076-.637 1.058-.094 1.22l2.22.874v1.906h-7v-1h1.375c.33 0 .625-.295.625-.625s-.295-.63-.625-.625H91.5c-.062-.01-.125-.01-.188 0-.327.05-.58.392-.53.72.048.326.39.58.718.53H93v1l-1.063 3.125c-.3-.072-.615-.125-.937-.125-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4c0-.3-.062-.593-.125-.875H96c.2-.01.39-.115.5-.28l3.375-4.845H101l.688 2.03c-2.062.162-3.688 1.867-3.688 3.97 0 2.21 1.79 4 4 4s4-1.79 4-4c0-1.828-1.23-3.335-2.906-3.812l-1.094-3.188v-2.344c0-.104-.042-.21-.094-.312-.004-.01.004-.024 0-.03-.015-.033-.043-.065-.062-.095-.032-.044-.055-.085-.094-.124-.017-.016-.044-.017-.062-.03-.02-.016-.044-.02-.063-.032-.032-.02-.058-.05-.094-.062l-.03-.03-.437-.157-1.844-.75c-.066-.025-.15-.028-.22-.03-.047 0-.08-.012-.125 0zm-4.875 5h4.406l-2.72 3.875h-1.31c-.31-.494-.7-.9-1.19-1.22l.814-2.655zm-3 3.5c1.38 0 2.5 1.12 2.5 2.5s-1.12 2.5-2.5 2.5-2.5-1.12-2.5-2.5 1.12-2.5 2.5-2.5zm11 0c1.38 0 2.5 1.12 2.5 2.5s-1.12 2.5-2.5 2.5-2.5-1.12-2.5-2.5c0-.172.03-.337.063-.5.233-1.14 1.23-2 2.437-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M98.875 1390.362c-.562.076-.637 1.058-.094 1.22l2.22.874v1.906h-7v-1h1.375c.33 0 .625-.295.625-.625s-.295-.63-.625-.625H91.5c-.062-.01-.125-.01-.188 0-.327.05-.58.392-.53.72.048.326.39.58.718.53H93v1l-1.063 3.125c-.3-.072-.615-.125-.937-.125-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4c0-.3-.062-.593-.125-.875H96c.2-.01.39-.115.5-.28l3.375-4.845H101l.688 2.03c-2.062.162-3.688 1.867-3.688 3.97 0 2.21 1.79 4 4 4s4-1.79 4-4c0-1.828-1.23-3.335-2.906-3.812l-1.094-3.188v-2.344c0-.104-.042-.21-.094-.312-.004-.01.004-.024 0-.03-.015-.033-.043-.065-.062-.095-.032-.044-.055-.085-.094-.124-.017-.016-.044-.017-.062-.03-.02-.016-.044-.02-.063-.032-.032-.02-.058-.05-.094-.062l-.03-.03-.437-.157-1.844-.75c-.066-.025-.15-.028-.22-.03-.047 0-.08-.012-.125 0zm-4.875 5h4.406l-2.72 3.875h-1.31c-.31-.494-.7-.9-1.19-1.22l.814-2.655zm-3 3.5c1.38 0 2.5 1.12 2.5 2.5s-1.12 2.5-2.5 2.5-2.5-1.12-2.5-2.5 1.12-2.5 2.5-2.5zm11 0c1.38 0 2.5 1.12 2.5 2.5s-1.12 2.5-2.5 2.5-2.5-1.12-2.5-2.5c0-.172.03-.337.063-.5.233-1.14 1.23-2 2.437-2z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="building-12">
+    <g transform="translate(-672 -1122.362)" color="#000">
+      <path d="M679 1124.362h-1l-4 3.308v.692h1v4h7v-4h1v-.692z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M679 1124.362h-1l-4 3.308v.692h1v4h7v-4h1v-.692z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="building-18">
+    <g transform="translate(-654 -1122.362)" color="#000">
+      <path d="M664 1125.362h-1l-6 5v1h1v6h11v-6h1v-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M664 1125.362h-1l-6 5v1h1v6h11v-6h1v-1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="building-24">
+    <g transform="translate(-630 -1074.362)" color="#000">
+      <path d="M641 1077.362l-7.5 6.5c-.356.31-.5.5-.5.75 0 .496.5.75 1 .75h1v8c0 .554.446 1 1 1h13c.554 0 1-.446 1-1v-8h1c.5 0 1-.254 1-.75 0-.25-.138-.448-.5-.75l-7.5-6.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M641 1077.362l-7.5 6.5c-.356.31-.5.5-.5.75 0 .496.5.75 1 .75h1v8c0 .554.446 1 1 1h13c.554 0 1-.446 1-1v-8h1c.5 0 1-.254 1-.75 0-.25-.138-.448-.5-.75l-7.5-6.5z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="bus-12">
+    <g color="#000" transform="translate(-126 -1146.362)">
+      <path d="M131 1147.362v1h-2v7h1v1h1v-1h3v1h1v-1h1v-7h-2v-1zm-1 2h5v3h-5zm.5 4c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M131 1147.362v1h-2v7h1v1h1v-1h3v1h1v-1h1v-7h-2v-1zm-1 2h5v3h-5zm.5 4c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="bus-18">
+    <path d="M6.5 2v1H5c-.5 0-1 .5-1 1v10h1v1h2v-1h5v1h2v-1h1V4c0-.5-.5-1-1-1h-1.5V2h-6zM6 4h7v4H6V4zm.75 6.5c.414 0 .75.336.75.75s-.336.75-.75.75-.75-.336-.75-.75.336-.75.75-.75zm5.5 0c.414 0 .75.336.75.75s-.336.75-.75.75-.75-.336-.75-.75.336-.75.75-.75z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+    <path d="M6.5 2v1H5c-.5 0-1 .5-1 1v10h1v1h2v-1h5v1h2v-1h1V4c0-.5-.5-1-1-1h-1.5V2h-6zM6 4h7v4H6V4zm.75 6.5c.414 0 .75.336.75.75s-.336.75-.75.75-.75-.336-.75-.75.336-.75.75-.75zm5.5 0c.414 0 .75.336.75.75s-.336.75-.75.75-.75-.336-.75-.75.336-.75.75-.75z" color="#000" fill="#444" overflow="visible"/>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="bus-24">
+    <path d="M9 3v1H7c-.5 0-1 .5-1 1v13h1v2h2v-2h7v2h2v-2h1V5c0-.5-.5-1-1-1h-2V3zM8 6h9v5H8zm1 8c.554 0 1 .446 1 1s-.446 1-1 1-1-.446-1-1 .446-1 1-1zm7 0c.554 0 1 .446 1 1s-.446 1-1 1-1-.446-1-1 .446-1 1-1z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+    <path d="M9 3v1H7c-.5 0-1 .5-1 1v13h1v2h2v-2h7v2h2v-2h1V5c0-.5-.5-1-1-1h-2V3zM8 6h9v5H8zm1 8c.554 0 1 .446 1 1s-.446 1-1 1-1-.446-1-1 .446-1 1-1zm7 0c.554 0 1 .446 1 1s-.446 1-1 1-1-.446-1-1 .446-1 1-1z" color="#000" fill="#444" overflow="visible"/>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="cafe-12">
+    <g color="#000" transform="translate(-360 -1074.362)">
+      <path d="M363.5 1076.362c-.277 0-.5.223-.5.5v4.5c0 .277.223.5.5.5h5c.277 0 .5-.223.5-.5v-.5h.25c.25 0 .25-.25.25-.25v-.25h.5c.5 0 1-.5 1-1v-1.5c0-.25-.25-.5-.5-.5H369v-.5c0-.277-.223-.5-.5-.5zm5.5 1.5h1.25c.25 0 .25.25.25.25v1.25c0 .25-.25.5-.5.5h-1zm-7 4.5l1.5 1.5h5l1.5-1.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M363.5 1076.362c-.277 0-.5.223-.5.5v4.5c0 .277.223.5.5.5h5c.277 0 .5-.223.5-.5v-.5h.25c.25 0 .25-.25.25-.25v-.25h.5c.5 0 1-.5 1-1v-1.5c0-.25-.25-.5-.5-.5H369v-.5c0-.277-.223-.5-.5-.5zm5.5 1.5h1.25c.25 0 .25.25.25.25v1.25c0 .25-.25.5-.5.5h-1zm-7 4.5l2 1h4l2-1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="cafe-18">
+    <g color="#000" transform="translate(-342 -1074.362)">
+      <path d="M347 1077.362c-.5 0-1 .5-1 1v6c0 .5.5 1 1 1h7c.4 0 1-.5 1-1v-.444h.36c.362 0 .362-.36.362-.36v-.362h.445c.722 0 1.833-.334 1.833-1.445v-1.888c0-.5-.25-1-.75-1H355v-.5c0-.5-.5-1-1-1zm8 2.222h1.89c.36 0 .36.278.36.278v1.89c0 .57-.722.606-1.083.61H355zm-10 6.778l2 2h7l2-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M347 1077.362c-.5 0-1 .5-1 1v6c0 .5.5 1 1 1h7c.4 0 1-.5 1-1v-.444h.36c.362 0 .362-.36.362-.36v-.362h.445c.722 0 1.833-.334 1.833-1.445v-1.888c0-.5-.25-1-.75-1H355v-.5c0-.5-.5-1-1-1zm8 2.222h1.89c.36 0 .36.278.36.278v1.89c0 .57-.722.606-1.083.61H355zm-10 6.778l2 2h7l2-2z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="cafe-24">
+    <g color="#000" transform="translate(-318 -1074.362)">
+      <path d="M324 1079.362c-.554 0-1 .446-1 1v9c0 .554.446 1 1 1h11c.554 0 1-.446 1-1v-1h.5c.5 0 .5-.5.5-.5v-.5h1c1 0 2-1 2-2v-3c0-.5-.5-1-1-1h-3v-1c0-.554-.446-1-1-1zm12 3h2.5c.5 0 .5.5.5.5v2.5c0 .5-.5 1-1 1h-2zm-15 9l1 1 1 1h13l1-1 1-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M324 1079.362c-.554 0-1 .446-1 1v9c0 .554.446 1 1 1h11c.554 0 1-.446 1-1v-1h.5c.5 0 .5-.5.5-.5v-.5h1c1 0 2-1 2-2v-3c0-.5-.5-1-1-1h-3v-1c0-.554-.446-1-1-1zm12 3h2.5c.5 0 .5.5.5.5v2.5c0 .5-.5 1-1 1h-2zm-15 9l1 1 1 1h13l1-1 1-1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="-402.5 403.5 12 12" id="camera-12">
+    <path d="M-395 410.485l.5-.5v-.97l-.5-.5-1-.015-.5.515v.97l.5.515" opacity=".3" fill="#fff"/>
+    <path d="M-399.5 405.5v1h-1v6h9v-6h-2v-1h-3v1h-1.5v-1h-1.5zm3 2h2l1 1v2l-1 1h-2l-1-1v-2l1-1zm.5 1l-.5.5v1l.5.5h1l.5-.5v-1l-.5-.5h-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
+    <path d="M-399.5 405.5v1h-1v6h9v-6h-2v-1h-3v1h-1.5v-1h-1.5zm3 2h2l1 1v2l-1 1h-2l-1-1v-2l1-1zm.5 1l-.5.5v1l.5.5h1l.5-.5v-1l-.5-.5h-1z" fill="#454545"/>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="-402.5 403.5 18 18" id="camera-18">
+    <path d="M-393.5 405.5c-.552 0-1 .447-1 1v1h-1v-1h-3v1h-1v8c0 .553.448 1 1 1h11c.552 0 1-.447 1-1v-7c0-.553-.447-1-1-1h-2v-1c0-.553-.448-1-1-1zm1.5 3.5c1.657 0 3 1.343 3 3s-1.343 3-3 3-3-1.343-3-3 1.343-3 3-3z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
+    <path d="M-393.5 405.5c-.552 0-1 .447-1 1v1h-1v-1h-3v1h-1v8c0 .553.448 1 1 1h11c.552 0 1-.447 1-1v-7c0-.553-.447-1-1-1h-2v-1c0-.553-.448-1-1-1zm1.5 3.5c1.657 0 3 1.343 3 3s-1.343 3-3 3-3-1.343-3-3 1.343-3 3-3z" fill="#454545"/>
+    <path d="M-390.5 412c0 .828-.672 1.5-1.5 1.5s-1.5-.672-1.5-1.5.672-1.5 1.5-1.5 1.5.672 1.5 1.5z" fill="#454545"/>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="-402.5 403.5 24 24" id="camera-24">
+    <path d="M-390.5 407.5c-.552 0-1 .447-1 1v1h-3c0-.553-.448-1-1-1h-1c-.552 0-1 .447-1 1h-1c-.552 0-1 .447-1 1v10c0 .553.448 1 1 1h17c.552 0 1-.447 1-1v-10c0-.553-.448-1-1-1h-4v-1c0-.553-.448-1-1-1h-4zm2 4c2.21 0 4 1.79 4 4s-1.79 4-4 4-4-1.79-4-4 1.79-4 4-4zm0 2c-1.105 0-2 .895-2 2s.895 2 2 2 2-.895 2-2-.895-2-2-2z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-miterlimit="10" overflow="visible"/>
+    <path d="M-390.5 407.5c-.552 0-1 .447-1 1v1h-3c0-.553-.448-1-1-1h-1c-.552 0-1 .447-1 1h-1c-.552 0-1 .447-1 1v10c0 .553.448 1 1 1h17c.552 0 1-.447 1-1v-10c0-.553-.448-1-1-1h-4v-1c0-.553-.448-1-1-1h-4zm2 4c2.21 0 4 1.79 4 4s-1.79 4-4 4-4-1.79-4-4 1.79-4 4-4zm0 2c-1.105 0-2 .895-2 2s.895 2 2 2 2-.895 2-2-.895-2-2-2z" fill="#454545"/>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="campsite-12">
+    <g transform="translate(-205 -1219.362)" color="#000" font-family="Sans">
+      <path d="M211.53 1221.362c-.25 0-.362.12-.436.25l-2.86 5.75h-.734c-.293 0-.5.223-.5.5s.207.5.5.5H215.47c.292 0 .53-.223.53-.5s-.238-.5-.53-.5h-.642l-2.86-5.75c-.074-.13-.187-.25-.437-.25z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M211.53 1221.362c-.25 0-.362.12-.436.25l-2.86 5.75h-.734c-.293 0-.5.223-.5.5s.207.5.5.5H215.47c.292 0 .53-.223.53-.5s-.238-.5-.53-.5h-.642l-2.86-5.75c-.074-.13-.187-.25-.437-.25zm0 2.5l1.5 3.5h-3z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="campsite-18">
+    <g transform="translate(-187 -1221.362)" color="#000" font-family="Sans">
+      <path d="M196.5 1225.363c-.36 0-.524.172-.632.36l-3.868 8.14h-1.5c-.5 0-.5.777-.5.777s0 .722.5.722h12c.5 0 .5-.722.5-.722s0-.778-.5-.778H201l-3.868-8.14c-.108-.187-.27-.36-.632-.36z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M196.5 1225.363c-.36 0-.524.172-.632.36l-3.868 8.14h-1.5c-.5 0-.5.777-.5.777s0 .722.5.722h12c.5 0 .5-.722.5-.722s0-.778-.5-.778H201l-3.868-8.14c-.108-.187-.27-.36-.632-.36zm0 3l2.5 5.5h-5z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="campsite-24">
+    <g transform="translate(0 -1005.362)" color="#000" font-family="Sans">
+      <path d="M12.5 1009.362c-.5 0-.726.24-.875.5l-6.22 11.5H4.063c-.586 0-1.062.446-1.062 1s.476 1 1.063 1h16.875c.586 0 1.062-.446 1.062-1s-.476-1-1.063-1h-1.343l-6.22-11.5c-.148-.26-.374-.5-.874-.5zm0 5l3.5 7H9z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M12.5 1009.362c-.5 0-.726.24-.875.5l-6.22 11.5H4.063c-.586 0-1.062.446-1.062 1s.476 1 1.063 1h16.875c.586 0 1.062-.446 1.062-1s-.476-1-1.063-1h-1.343l-6.22-11.5c-.148-.26-.374-.5-.874-.5zm0 5l3.5 7H9z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="-402.5 403.5 12 12" id="car-12">
+    <g transform="translate(0 -1040.362)">
+      <path d="M-398.5 1445.862l-1 3-1 1v3h1v1h1v-1h5v1h1v-1h1v-3l-1-1-1-3zm1 1h3l.667 2h-4.334zm-1.5 4c.276 0 .5.224.5.5s-.224.5-.5.5-.5-.224-.5-.5.224-.5.5-.5zm6 0c.276 0 .5.224.5.5s-.224.5-.5.5-.5-.224-.5-.5.224-.5.5-.5z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M-398.5 1445.862l-1 3-1 1v3h1v1h1v-1h5v1h1v-1h1v-3l-1-1-1-3zm1 1h3l.667 2h-4.334zm-1.5 4c.276 0 .5.224.5.5s-.224.5-.5.5-.5-.224-.5-.5.224-.5.5-.5zm6 0c.276 0 .5.224.5.5s-.224.5-.5.5-.5-.224-.5-.5.224-.5.5-.5z" color="#000" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="-402.5 403.5 18 18" id="car-18">
+    <g transform="matrix(.8 0 0 .8 -403.3 -365.5)" color="#000">
+      <path d="M8.923 1009.593L5 1015.478v7.192h2.615v1.308h2.616v-1.308h6.54v1.308h2.615v-1.308H22v-6.947l-3.923-6.13zm1.308 2.615h6.54l1.96 2.616H8.27zm-1.307 5.23l1.308 1.31-1.307 1.307-1.308-1.308zm9.154 0l1.308 1.31-1.308 1.307-1.308-1.308z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2.61538" stroke-linejoin="round" overflow="visible"/>
+      <path d="M8.923 1009.593L5 1015.478v7.192h2.615v1.308h2.616v-1.308h6.54v1.308h2.615v-1.308H22v-6.947l-3.923-6.13zm1.308 2.615h6.54l1.96 2.616H8.27zm-1.307 5.23l1.308 1.31-1.307 1.307-1.308-1.308zm9.154 0l1.308 1.31-1.308 1.307-1.308-1.308z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="-402.5 403.5 24 24" id="car-24">
+    <g transform="translate(-403.5 -600.9)" color="#000">
+      <path d="M9 1009.362c-1 0-1.313.5-1.5 1l-1.5 4c-.188.5-1 1-1 2v5h2v1c0 .5.5 1 1 1h1c.5 0 1-.5 1-1v-1h7v1c0 .5.5 1 1 1h1c.5 0 1-.5 1-1v-1h2v-5c0-1-.738-1.302-1-2l-1.5-4c-.188-.5-.5-1-1.5-1H9zm.5 2h8l1 3h-10zm-.5 6c.554 0 1 .446 1 1s-.446 1-1 1-1-.446-1-1 .446-1 1-1zm9 0c.554 0 1 .446 1 1s-.446 1-1 1-1-.446-1-1 .446-1 1-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M9 1009.362c-1 0-1.313.5-1.5 1l-1.5 4c-.188.5-1 1-1 2v5h2v1c0 .5.5 1 1 1h1c.5 0 1-.5 1-1v-1h7v1c0 .5.5 1 1 1h1c.5 0 1-.5 1-1v-1h2v-5c0-1-.738-1.302-1-2l-1.5-4c-.188-.5-.5-1-1.5-1H9zm.5 2h8l1 3h-10zm-.5 6c.554 0 1 .446 1 1s-.446 1-1 1-1-.446-1-1 .446-1 1-1zm9 0c.554 0 1 .446 1 1s-.446 1-1 1-1-.446-1-1 .446-1 1-1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="cemetery-12">
+    <g color="#000" transform="translate(-48 -1122.4)">
+      <path d="M54.5 1124.362c-1.865 0-2.5 1.286-2.5 2.786v3.714c-.5 0-1 .5-1 1v.5h7v-.5c0-.5-.5-1-1-1v-3.5c0-1.714-.635-3-2.5-3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M54.5 1124.362c-1.865 0-2.5 1.286-2.5 2.786v3.714c-.5 0-1 .5-1 1v.5h7v-.5c0-.5-.5-1-1-1v-3.5c0-1.714-.635-3-2.5-3z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="cemetery-18">
+    <g color="#000" transform="translate(-30 -1122.4)">
+      <path d="M39.5 1124.362c-2.61 0-3.5 1.875-3.5 4.5v6.5c-.435 0-1 .688-1 1.125v.875h9v-.875c0-.437-.565-1.125-1-1.125v-6.501c0-2.625-.89-4.5-3.5-4.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M39.5 1124.362c-2.61 0-3.5 1.875-3.5 4.5v6.5c-.435 0-1 .688-1 1.125v.875h9v-.875c0-.437-.565-1.125-1-1.125v-6.5c0-2.625-.89-4.5-3.5-4.5z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="cemetery-24">
+    <g color="#000" transform="translate(-6 -1122.4)">
+      <path d="M18.5 1126.362c-3.074 0-4.5 2-4.5 5v9c-.5 0-1 .5-1 1v1h11v-1c0-.5-.5-1-1-1v-9c0-3-1.5-5-4.5-5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M18.5 1126.362c-3.074 0-4.5 2-4.5 5v9c-.5 0-1 .5-1 1v1h11v-1c0-.5-.5-1-1-1v-9c0-3-1.5-5-4.5-5z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="chemist-12">
+    <g transform="translate(0 -1040.4)">
+      <path d="M4 1041.362v1h1v2l-3 6h9l-3-6v-2h1v-1H4zm2 1h1v2l1.5 3h-4l1.5-3v-2z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M4 1041.362v1h1v2l-3 6h9l-3-6v-2h1v-1H4zm2 1h1v2l1.5 3h-4l1.5-3v-2z" opacity=".99" fill="#454545" fill-rule="evenodd"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="chemist-18">
+    <g transform="translate(0 -1034.4)">
+      <path d="M6 1036.362v1h1v3l-4 9h13l-4-9v-3h1v-1H7zm3 1h1v3l2 5H7l2-5z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M6 1036.362v1h1v3l-4 9h13l-4-9v-3h1v-1H7zm3 1h1v3l2 5H7l2-5z" opacity=".99" fill="#454545" fill-rule="evenodd"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="chemist-24">
+    <g transform="translate(0 -1028.4)">
+      <path d="M9.28 1031.362c-.71 0-1.28.446-1.28 1s.57 1 1.28 1H10v4l-5 10 .97 1H18.97l1.03-1-5-10v-4h.72c.71 0 1.28-.446 1.28-1s-.57-1-1.28-1H9.28zm2.72 2h1v4l3 6H9l3-6v-4z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M9.28 1031.362c-.71 0-1.28.446-1.28 1s.57 1 1.28 1H10v4l-5 10 .97 1H18.97l1.03-1-5-10v-4h.72c.71 0 1.28-.446 1.28-1s-.57-1-1.28-1H9.28zm2.72 2h1v4l3 6H9l3-6v-4z" opacity=".99" fill="#454545" fill-rule="evenodd"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="cinema-12">
+    <g color="#000" transform="translate(-282 -1170.4)">
+      <path d="M291.5 1171.862l-7 2 .5 1.5 7-2-.5-1.5zm-6.5 3.5v4.5c0 .308.192.5.5.5h6c.308 0 .5-.192.5-.5v-4.5h-7zm1 1h5v1h-5v-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M291.5 1171.862l-7 2 .5 1.5 7-2-.5-1.5zm-6.5 3.5v4.5c0 .308.192.5.5.5h6c.308 0 .5-.192.5-.5v-4.5h-7zm1 1h5v1h-5v-1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="cinema-18">
+    <g color="#000" transform="translate(-264 -1170.4)">
+      <path d="M278.235 1172.01l-1.72.503.836 2.27 1.65-.478zm-2.772.79l-2.246.645.86 2.27 2.247-.645zm-3.274.932l-1.984.573.86 2.27 1.984-.573zm-3.012.86l-2.178.77 1 2 2.015-.5zm-1.178 2.77v7c0 .5.5 1 1 1h10c.5 0 1-.5 1-1v-7zm2 2h8v2h-8z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M278.235 1172.01l-1.72.503.836 2.27 1.65-.478zm-2.772.79l-2.246.645.86 2.27 2.247-.645zm-3.274.932l-1.984.573.86 2.27 1.984-.573zm-3.012.86l-2.178.77 1 2 2.015-.5zm-1.178 2.77v7c0 .5.5 1 1 1h10c.5 0 1-.5 1-1v-7zm2 2h8v2h-8z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="cinema-24">
+    <g color="#000" transform="translate(-240 -1170.4)">
+      <path d="M258 1173.362l-2.25.656 1.094 2.97 2.156-.626zm-3.625 1.03l-2.938.845.063.125.563 1.53.5 1.314 2.937-.844zm-4.28 1.22l-2.595.75 1.125 2.97 2.594-.75-.657-1.688zm-3.94 1.125l-2.155.625 1 3 2.25-.656zm-1.155 3.625v9c0 .554.446 1 1 1h13c.554 0 1-.446 1-1v-9zm2 2h11v3h-11z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M258 1173.362l-2.25.656 1.094 2.97 2.156-.626zm-3.625 1.03l-2.938.845.063.125.563 1.53.5 1.314 2.937-.844zm-4.28 1.22l-2.595.75 1.125 2.97 2.594-.75-.657-1.688zm-3.94 1.125l-2.155.625 1 3 2.25-.656zm-1.155 3.625v9c0 .554.446 1 1 1h13c.554 0 1-.446 1-1v-9zm2 2h11v3h-11z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="circle-12">
+    <path d="M2 5.5C2 7.985 4.015 10 6.5 10S11 7.985 11 5.5 8.985 1 6.5 1 2 3.015 2 5.5z" color="#000" overflow="visible" opacity=".3" fill="#444" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
+    <path d="M2 5.5C2 7.985 4.015 10 6.5 10S11 7.985 11 5.5 8.985 1 6.5 1 2 3.015 2 5.5z" color="#000" overflow="visible" fill="#444"/>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="circle-18">
+    <g color="#000" transform="translate(48 -1074.4)">
+      <path d="M-45 1082.862c0 3.59 2.91 6.5 6.5 6.5s6.5-2.91 6.5-6.5-2.91-6.5-6.5-6.5-6.5 2.91-6.5 6.5z" overflow="visible" opacity=".3" fill="#fff" stroke="#fff" stroke-width="1.99963944"/>
+      <path d="M-45 1082.862c0 3.59 2.91 6.5 6.5 6.5s6.5-2.91 6.5-6.5-2.91-6.5-6.5-6.5-6.5 2.91-6.5 6.5z" overflow="visible" fill="#444"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="circle-24">
+    <g transform="matrix(-1 0 0 1 -36 -1004.4)" color="#000">
+      <path d="M-40 1015.862c0 4.695-3.806 8.5-8.5 8.5s-8.5-3.805-8.5-8.5c0-4.694 3.806-8.5 8.5-8.5s8.5 3.806 8.5 8.5z" overflow="visible" opacity=".3" fill="#fff" stroke="#fff" stroke-width="1.9998317100000003"/>
+      <path d="M-40 1015.862c0 4.695-3.806 8.5-8.5 8.5s-8.5-3.805-8.5-8.5c0-4.694 3.806-8.5 8.5-8.5s8.5 3.806 8.5 8.5z" overflow="visible" fill="#444"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="circle-stroked-12">
+    <g transform="translate(30 -1051.4)" color="#000">
+      <path d="M-23.5 1052.362c2.485 0 4.5 2.015 4.5 4.5s-2.015 4.5-4.5 4.5-4.5-2.015-4.5-4.5 2.015-4.5 4.5-4.5zm0 1c-1.933 0-3.5 1.567-3.5 3.5s1.567 3.5 3.5 3.5 3.5-1.567 3.5-3.5-1.567-3.5-3.5-3.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" overflow="visible"/>
+      <path d="M-23.5 1052.362c2.485 0 4.5 2.015 4.5 4.5s-2.015 4.5-4.5 4.5-4.5-2.015-4.5-4.5 2.015-4.5 4.5-4.5zm0 1c-1.933 0-3.5 1.567-3.5 3.5s1.567 3.5 3.5 3.5 3.5-1.567 3.5-3.5-1.567-3.5-3.5-3.5z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="circle-stroked-18">
+    <g color="#000" transform="translate(48 -1050.4)">
+      <path d="M-38.5 1052.362c3.59 0 6.5 2.91 6.5 6.5s-2.91 6.5-6.5 6.5-6.5-2.91-6.5-6.5 2.91-6.5 6.5-6.5zm0 1.445c-2.792 0-5.056 2.263-5.056 5.055s2.264 5.056 5.056 5.056c2.792 0 5.056-2.264 5.056-5.056 0-2.792-2.264-5.055-5.056-5.055z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" overflow="visible"/>
+      <path d="M-38.5 1052.362c3.59 0 6.5 2.91 6.5 6.5s-2.91 6.5-6.5 6.5-6.5-2.91-6.5-6.5 2.91-6.5 6.5-6.5zm0 1.445c-2.792 0-5.056 2.263-5.056 5.055s2.264 5.056 5.056 5.056c2.792 0 5.056-2.264 5.056-5.056 0-2.792-2.264-5.055-5.056-5.055z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="circle-stroked-24">
+    <g transform="translate(72 -1050.4)" color="#000">
+      <path d="M-59.5 1053.362c-4.694 0-8.5 3.806-8.5 8.5 0 4.695 3.806 8.5 8.5 8.5s8.5-3.805 8.5-8.5c0-4.694-3.806-8.5-8.5-8.5zm0 2c3.59 0 6.5 2.91 6.5 6.5s-2.91 6.5-6.5 6.5-6.5-2.91-6.5-6.5 2.91-6.5 6.5-6.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" overflow="visible"/>
+      <path d="M-59.5 1053.362c-4.694 0-8.5 3.806-8.5 8.5 0 4.695 3.806 8.5 8.5 8.5s8.5-3.805 8.5-8.5c0-4.694-3.806-8.5-8.5-8.5zm0 2c3.59 0 6.5 2.91 6.5 6.5s-2.91 6.5-6.5 6.5-6.5-2.91-6.5-6.5 2.91-6.5 6.5-6.5z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="city-12">
+    <g transform="translate(-672 -1266.4)" color="#000">
+      <path d="M675 1267.362v1h-1v8h4v-8h-1v-1h-2zm5 1v2h-1v7h4v-7h-1v-2h-.5v2h-1v-2h-.5zm-5 1h2v.5h-2v-.5zm0 2h2v.5h-2v-.5zm5 0h2v.5h-2v-.5zm-5 2h2v.5h-2v-.5zm5 0h2v.5h-2v-.5zm0 2h2v.5h-2v-.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M675 1267.362v1h-1v8h4v-8h-1v-1h-2zm5 1v2h-1v7h4v-7h-1v-2h-.5v2h-1v-2h-.5zm-5 1h2v.5h-2v-.5zm0 2h2v.5h-2v-.5zm5 0h2v.5h-2v-.5zm-5 2h2v.5h-2v-.5zm5 0h2v.5h-2v-.5zm0 2h2v.5h-2v-.5z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="city-18">
+    <g transform="translate(-654 -1266.4)" color="#000">
+      <path d="M658 1268.362v2h-1v10h6v-10h-1v-2h-4zm7 2v3h-1v9h6v-9h-1v-3h-1v3h-2v-3h-1zm-7 1h1v1h-1v-1zm3 0h1v1h-1v-1zm-3 2h1v1h-1v-1zm3 0h1v1h-1v-1zm4 1h1v1h-1v-1zm3 0h1v1h-1v-1zm-10 1h1v1h-1v-1zm3 0h1v1h-1v-1zm4 1h1v1h-1v-1zm3 0h1v1h-1v-1zm-10 1h1v1h-1v-1zm3 0h1v1h-1v-1zm4 1h1v1h-1v-1zm3 0h1v1h-1v-1zm-3 2h1v1h-1v-1zm3 0h1v1h-1v-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M658 1268.362v2h-1v10h6v-10h-1v-2h-4zm7 2v3h-1v9h6v-9h-1v-3h-1v3h-2v-3h-1zm-7 1h1v1h-1v-1zm3 0h1v1h-1v-1zm-3 2h1v1h-1v-1zm3 0h1v1h-1v-1zm4 1h1v1h-1v-1zm3 0h1v1h-1v-1zm-10 1h1v1h-1v-1zm3 0h1v1h-1v-1zm4 1h1v1h-1v-1zm3 0h1v1h-1v-1zm-10 1h1v1h-1v-1zm3 0h1v1h-1v-1zm4 1h1v1h-1v-1zm3 0h1v1h-1v-1zm-3 2h1v1h-1v-1zm3 0h1v1h-1v-1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="city-24">
+    <g transform="translate(-630 -1266.4)" color="#000">
+      <path d="M636 1269.362v2h-2v13h8v-13h-2v-2h-4zm9 2v3h-2v12h8v-12h-2v-3h-1v3h-2v-3h-1zm-10 2h2v1h-2v-1zm4 0h2v1h-2v-1zm-4 2h2v1h-2v-1zm4 0h2v1h-2v-1zm5 1h2v1h-2v-1zm4 0h2v1h-2v-1zm-13 1h2v1h-2v-1zm4 0h2v1h-2v-1zm5 1h2v1h-2v-1zm4 0h2v1h-2v-1zm-13 1h2v1h-2v-1zm4 0h2v1h-2v-1zm5 1h2v1h-2v-1zm4 0h2v1h-2v-1zm-13 1h2v1h-2v-1zm4 0h2v1h-2v-1zm5 1h2v1h-2v-1zm4 0h2v1h-2v-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M636 1269.362v2h-2v13h8v-13h-2v-2h-4zm9 2v3h-2v12h8v-12h-2v-3h-1v3h-2v-3h-1zm-10 2h2v1h-2v-1zm4 0h2v1h-2v-1zm-4 2h2v1h-2v-1zm4 0h2v1h-2v-1zm5 1h2v1h-2v-1zm4 0h2v1h-2v-1zm-13 1h2v1h-2v-1zm4 0h2v1h-2v-1zm5 1h2v1h-2v-1zm4 0h2v1h-2v-1zm-13 1h2v1h-2v-1zm4 0h2v1h-2v-1zm5 1h2v1h-2v-1zm4 0h2v1h-2v-1zm-13 1h2v1h-2v-1zm4 0h2v1h-2v-1zm5 1h2v1h-2v-1zm4 0h2v1h-2v-1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="clothing-store-12">
+    <g fill="#444" transform="translate(0 -1040.4)">
+      <path d="M4 1041.362l-1 1-1 2v1h2v5h5v-5h2v-1l-1-2-1-1H8v.75c0 .5-.5 1.25-1.5 1.25s-1.5-.75-1.5-1.25v-.75z" opacity=".3" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
+      <path d="M4 1041.362l-1 1-1 2v1h2v5h5v-5h2v-1l-1-2-1-1H8v.75c0 .5-.5 1.25-1.5 1.25s-1.5-.75-1.5-1.25v-.75z"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="clothing-store-18">
+    <g transform="translate(0 -1034.4)">
+      <path d="M7 1036.362l-2 1-3 4 2 2 1-1h1v7h7v-7h1l1 1 2-2-3-4-2-1c0 .773-.256 1.468-.656 2-.458.608-1.108 1-1.844 1s-1.386-.392-1.844-1c-.4-.532-.656-1.227-.656-2z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M7 1036.362l-2 1-3 4 2 2 1-1h1v7h7v-7h1l1 1 2-2-3-4-2-1c0 .773-.256 1.468-.656 2-.458.608-1.108 1-1.844 1s-1.386-.392-1.844-1c-.4-.532-.656-1.227-.656-2z" fill="#444"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="clothing-store-24">
+    <g transform="translate(0 -1028.4)" fill="#444">
+      <path d="M9.438 1032.362c-.124-.01-.273.02-.438.094-1.018.444-2 .906-2 .906s-2.822 2.604-3.875 3.657c-.183.182-.192.473 0 .717l2.5 2.47c.175.203.544.24.75.03l.625-.875h1v8h9v-8h1l.625.875c.206.21.575.173.75-.03l2.5-2.47c.192-.245.183-.535 0-.718-1.053-1.054-3.875-3.658-3.875-3.658s-.982-.462-2-.906c-.662-.298-.986.178-1 .438.018 1.04-1.09 2.497-2.5 2.468-1.41.03-2.518-1.43-2.5-2.468-.01-.195-.19-.51-.563-.532z" opacity=".3" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
+      <path d="M9.438 1032.362c-.124-.01-.273.02-.438.094-1.018.444-2 .906-2 .906s-2.822 2.604-3.875 3.657c-.183.182-.192.473 0 .717l2.5 2.47c.175.203.544.24.75.03l.625-.875h1v8h9v-8h1l.625.875c.206.21.575.173.75-.03l2.5-2.47c.192-.245.183-.535 0-.718-1.053-1.054-3.875-3.658-3.875-3.658s-.982-.462-2-.906c-.662-.298-.986.178-1 .438.018 1.04-1.09 2.497-2.5 2.468-1.41.03-2.518-1.43-2.5-2.468-.01-.195-.19-.51-.563-.532z"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="college-12">
+    <g transform="translate(-283 -1075.4)" color="#000">
+      <path d="M289.5 1077.362l-4.5 2.5 4.5 2.5 2.5-1.5v1.25l-2.5 1.25-2.5-1.25v1.25l2.5 1.5 2.5-1.5c0 .5 1 .5 1 .5v-.5s-.5-.03-.5-.5v-2l1.5-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M289.5 1077.362l-4.5 2.5 4.5 2.5 2.5-1.5v1.25l-2.5 1.25-2.5-1.25v1.25l2.5 1.5 2.5-1.5c0 .5 1 .5 1 .5v-.5s-.5-.03-.5-.5v-2l1.5-1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="college-18">
+    <g transform="translate(-265 -1074.4)" color="#000">
+      <path d="M274.5 1078.362l-6.5 3.5 6.5 3.5 4.5-2.344v3.563c0 1.782 1.5 1.532 1.5 1.532v-.75s-.78 0-.78-.78v-3.97l1.28-.75zm-3.5 6.5v1.438c0 .36.513.818 1 1.062l2.5 1 2.5-1c.487-.244 1-.704 1-1.062v-1.438l-3.5 1.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M274.5 1078.362l-6.5 3.5 6.5 3.5 4.5-2.344v3.563c0 1.782 1.5 1.532 1.5 1.532v-.75s-.78 0-.78-.78v-3.97l1.28-.75zm-3.5 6.5v1.438c0 .36.513.818 1 1.062l2.5 1 2.5-1c.487-.244 1-.704 1-1.062v-1.438l-3.5 1.5z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="college-24">
+    <g transform="translate(0 -1006.4)" color="#000">
+      <path d="M12.5 1011.362l-9.5 5 9.5 5 5.5-2.78v3.78c0 2 2 2 2 2v-1s-1-.057-1-1v-4.344l3-1.656zm-4.5 9v2c0 .497.325 1.163 1 1.5l3.5 1.5 3-1.5c.675-.337 1.547-1.005 1.5-1.5v-2l-4.5 2.188z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M12.5 1011.362l-9.5 5 9.5 5 5.5-2.78v3.78c0 2 2 2 2 2v-1s-1-.057-1-1v-4.344l3-1.656zm-4.5 9v2c0 .497.325 1.163 1 1.5l3.5 1.5 3-1.5c.675-.337 1.547-1.005 1.5-1.5v-2l-4.5 2.188z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="commercial-12">
+    <g transform="translate(-672 -1098.4)" color="#000">
+      <path d="M675.5 1099.362l-.5.5v9.5h3v-2h1v2h3v-9.5l-.5-.5h-6zm.5 2h2v.5h-2v-.5zm3 0h2v.5h-2v-.5zm-3 2h2v.5h-2v-.5zm3 0h2v.5h-2v-.5zm-3 2h2v.5h-2v-.5zm3 0h2v.5h-2v-.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M675.5 1099.362l-.5.5v9.5h3v-2h1v2h3v-9.5l-.5-.5zm.5 2h2v1h-2zm3 0h2v1h-2zm-3 2h2v1h-2zm3 0h2v1h-2zm-3 2h2v1h-2zm3 0h2v1h-2z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="commercial-18">
+    <g transform="translate(-654 -1098.4)" color="#000">
+      <path d="M658.78 1100.362l-.78.78v13.22h11v-13.22l-.78-.78zm1.22 2.5h2v.5h-2zm5 0h2v.5h-2zm-5 2h2v.5h-2zm5 0h2v.5h-2zm-5 2h2v.5h-2zm5 0h2v.5h-2zm-5 2h2v.5h-2zm5 0h2v.5h-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M658.78 1100.362l-.78.78v13.22h4v-3h3v3h4v-13.22l-.78-.78h-9.44zm1.22 2h2v1h-2v-1zm5 0h2v1h-2v-1zm-5 2h2v1h-2v-1zm5 0h2v1h-2v-1zm-5 2h2v1h-2v-1zm5 0h2v1h-2v-1zm-5 2h2v1h-2v-1zm5 0h2v1h-2v-1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="commercial-24">
+    <g transform="translate(-630 -1098.4)" color="#000">
+      <path d="M636 1100.362c-.5 0-1 .5-1 1v18h6.5v-3h2v3h6.5v-18c0-.5-.5-1-1-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M636 1100.362c-.5 0-1 .5-1 1v18h6v-3h3v3h6v-18c0-.5-.5-1-1-1zm2 3h3v1h-3zm6 0h3v1h-3zm-6 3h3v1h-3zm6 0h3v1h-3zm-6 3h3v1h-3zm6 0h3v1h-3zm-6 3h3v1h-3zm6 0h3v1h-3z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="cricket-12">
+    <g transform="translate(-516 -1242.4)" color="#000">
+      <path d="M520 1243.612s-.5.25-1 .75-.75 1-.75 1l5 5h1.25l2 2h.5v-.5l-2-2v-1.25l-5-5zm-1 5.25c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M520 1243.612s-.5.25-1 .75-.75 1-.75 1l5 5h1.25l2 2h.5v-.5l-2-2v-1.25l-5-5zm-1 5.25c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="cricket-18">
+    <g transform="translate(-499 -1243.4)" color="#000">
+      <path d="M504.438 1245.33s-.813 0-1.625.813c-.813.813-.813 1.625-.813 1.625l8.125 8.125 1.22-.406 2.436 2.438c.258.257.426.406.75.406.103 0 .218 0 .345-.124.127-.127.125-.242.125-.344 0-.325-.177-.52-.406-.75l-2.438-2.437.407-1.22-8.125-8.124zm2.312 10.032c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M504.438 1245.33s-.813 0-1.625.813c-.813.813-.813 1.625-.813 1.625l8.125 8.125 1.22-.406 2.436 2.438c.258.257.426.406.75.406.103 0 .218 0 .345-.124.127-.127.125-.242.125-.344 0-.325-.177-.52-.406-.75l-2.438-2.437.407-1.22-8.125-8.124zm2.312 10.032c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="cricket-24">
+    <g color="#000" transform="translate(-474 -1242.4)">
+      <path d="M479 1246.362c-1 1-1 2-1 2l10 10 1.5-.5 4 4c.316.317.506.5.906.5.125 0 .28 0 .438-.156.156-.156.156-.312.156-.437 0-.4-.218-.626-.5-.908l-4-4 .5-1.5-10-10s-1 0-2 1zm3.5 9c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/>
+      <path d="M479 1246.362c-1 1-1 2-1 2l10 10 1.5-.5 4 4c.316.317.506.5.906.5.125 0 .28 0 .438-.156.156-.156.156-.312.156-.437 0-.4-.218-.626-.5-.908l-4-4 .5-1.5-10-10s-1 0-2 1zm3.5 9c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="cross-12">
+    <g color="#000" font-family="Sans" transform="translate(30 -1242.4)">
+      <path d="M-27.5 1243.362c-.25 0-.5.25-.5.5 0 .125.04.244.14.344l3.657 3.656-3.656 3.656c-.1.1-.14.22-.14.344 0 .25.25.5.5.5.125 0 .25-.03.36-.14l3.64-3.64 3.64 3.64c.11.11.235.14.36.14.25 0 .5-.25.5-.5 0-.124-.04-.244-.14-.344l-3.657-3.656 3.656-3.656c.1-.1.14-.22.14-.344 0-.25-.25-.5-.5-.5-.125 0-.25.03-.36.14l-3.64 3.642-3.64-3.64c-.11-.11-.235-.142-.36-.142z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M-27.5 1243.362c-.25 0-.5.25-.5.5 0 .125.04.244.14.344l3.657 3.656-3.656 3.656c-.1.1-.14.22-.14.344 0 .25.25.5.5.5.125 0 .25-.03.36-.14l3.64-3.64 3.64 3.64c.11.11.235.14.36.14.25 0 .5-.25.5-.5 0-.124-.04-.244-.14-.344l-3.657-3.656 3.656-3.656c.1-.1.14-.22.14-.344 0-.25-.25-.5-.5-.5-.125 0-.25.03-.36.14l-3.64 3.642-3.64-3.64c-.11-.11-.235-.142-.36-.142z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="cross-18">
+    <g color="#000" font-family="Sans" transform="translate(48 -1242.4)">
+      <path d="M-43.917 1244.362c-.54 0-1.083.542-1.083 1.083 0 .27.088.53.305.745l4.672 4.672-4.672 4.672c-.217.217-.305.475-.305.745 0 .54.542 1.082 1.083 1.082.27 0 .542-.067.78-.304l4.637-4.638 4.638 4.638c.237.237.508.304.78.304.54 0 1.082-.542 1.082-1.083 0-.27-.088-.53-.305-.746l-4.672-4.672 4.672-4.672c.217-.216.305-.475.305-.745 0-.54-.542-1.083-1.083-1.083-.27 0-.542.067-.78.305l-4.637 4.638-4.638-4.638c-.237-.238-.508-.305-.78-.305z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M-43.917 1244.362c-.54 0-1.083.542-1.083 1.083 0 .27.088.53.305.745l4.672 4.672-4.672 4.672c-.217.217-.305.475-.305.745 0 .54.542 1.082 1.083 1.082.27 0 .542-.067.78-.304l4.637-4.638 4.638 4.638c.237.237.508.304.78.304.54 0 1.082-.542 1.082-1.083 0-.27-.088-.53-.305-.746l-4.672-4.672 4.672-4.672c.217-.216.305-.475.305-.745 0-.54-.542-1.083-1.083-1.083-.27 0-.542.067-.78.305l-4.637 4.638-4.638-4.638c-.237-.238-.508-.305-.78-.305z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="cross-24">
+    <g transform="translate(72 -1242.4)" color="#000" font-family="Sans">
+      <path d="M-66.917 1245.362c-.54 0-1.083.542-1.083 1.083 0 .27.088.53.305.745l6.672 6.672-6.672 6.672c-.217.217-.305.475-.305.745 0 .54.542 1.082 1.083 1.082.27 0 .542-.067.78-.304l6.637-6.638 6.638 6.638c.237.237.508.304.78.304.54 0 1.082-.542 1.082-1.083 0-.27-.088-.53-.305-.746l-6.672-6.672 6.672-6.672c.217-.216.305-.475.305-.745 0-.54-.542-1.083-1.083-1.083-.27 0-.542.067-.78.305l-6.637 6.638-6.638-6.638c-.237-.238-.508-.305-.78-.305z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M-66.917 1245.362c-.54 0-1.083.542-1.083 1.083 0 .27.088.53.305.745l6.672 6.672-6.672 6.672c-.217.217-.305.475-.305.745 0 .54.542 1.082 1.083 1.082.27 0 .542-.067.78-.304l6.637-6.638 6.638 6.638c.237.237.508.304.78.304.54 0 1.082-.542 1.082-1.083 0-.27-.088-.53-.305-.746l-6.672-6.672 6.672-6.672c.217-.216.305-.475.305-.745 0-.54-.542-1.083-1.083-1.083-.27 0-.542.067-.78.305l-6.637 6.638-6.638-6.638c-.237-.238-.508-.305-.78-.305z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="dam-12">
+    <g transform="translate(-516 -1315.4)" color="#000">
+      <path d="M518 1316.362v9h4l-3-9zm4.5 5.5l-.594.188.282.906.312-.094 1.5.5 1.5-.5 1.5.5v-1.03l-1.5-.47-1.5.47zm0 2l.375 1.125 1.125.375 1.5-.5 1.5.5v-1.03l-1.5-.47-1.5.47z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M518 1316.362v9h4l-3-9zm4.5 5.5l-.594.188.282.906.312-.094 1.5.5 1.5-.5 1.5.5v-1.03l-1.5-.47-1.5.47zm0 2l.375 1.125 1.125.375 1.5-.5 1.5.5v-1.03l-1.5-.47-1.5.47z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="dam-18">
+    <g transform="translate(-498 -1314.4)" color="#000">
+      <path d="M501 1316.362v12h5l-3-12zm6.5 6.5l-1.22.625.345 1.313.875-.438 2 1 2.5-.844 2 .844v-1.5l-2-1-2.5 1zm0 3l-.563.28.344 1.345.22-.125 2 1 2.5-.844 2 .844v-1.5l-2-1-2.5 1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M501 1316.362v12h5l-3-12zm6.5 6.5l-1.22.625.345 1.313.875-.438 2 1 2.5-.844 2 .844v-1.5l-2-1-2.5 1zm0 3l-.563.28.344 1.345.22-.125 2 1 2.5-.844 2 .844v-1.5l-2-1-2.5 1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="dam-24">
+    <g transform="translate(-474 -1314.4)" color="#000">
+      <path d="M478 1320.362v12c0 .5.5 1 1 1h5l-4-14h-1c-.5 0-1 .5-1 1zm8.5 6c-.106 0-.217.033-.313.062l-2.437.844.53 1.875 2.22-.78 2.688.936c.103.033.207.06.312.06.105 0 .214-.03.313-.06l3.187-.938 2 .656v-2.03l-1.688-.564c-.1-.033-.206-.062-.312-.062-.106 0-.21.03-.313.062l-3.187.938-2.688-.938c-.105-.035-.206-.062-.312-.062zm0 4c-.106 0-.217.033-.313.062l-1.375.47.532 1.874 1.156-.406 2.688.937c.103.033.207.06.312.06.105 0 .214-.03.313-.06l3.187-.938 2 .656v-2.03l-1.688-.564c-.1-.033-.206-.062-.312-.062-.106 0-.21.03-.313.062l-3.187.938-2.688-.938c-.105-.035-.206-.062-.312-.062z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M478 1320.362v12c0 .5.5 1 1 1h5l-4-14h-1c-.5 0-1 .5-1 1zm8.5 6c-.106 0-.217.033-.313.062l-2.437.844.53 1.875 2.22-.78 2.688.936c.103.033.207.06.312.06.105 0 .214-.03.313-.06l3.187-.938 2 .656v-2.03l-1.688-.564c-.1-.033-.206-.062-.312-.062-.106 0-.21.03-.313.062l-3.187.938-2.688-.938c-.105-.035-.206-.062-.312-.062zm0 4c-.106 0-.217.033-.313.062l-1.375.47.532 1.874 1.156-.406 2.688.937c.103.033.207.06.312.06.105 0 .214-.03.313-.06l3.187-.938 2 .656v-2.03l-1.688-.564c-.1-.033-.206-.062-.312-.062-.106 0-.21.03-.313.062l-3.187.938-2.688-.938c-.105-.035-.206-.062-.312-.062z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="danger-12">
+    <g transform="translate(-594 -1050.4)" color="#000">
+      <path d="M599.5 1051.362l-1.5 1.5v2l1 1v.5l1.5 1 1.5-1v-.5l1-1v-2l-1.5-1.5zm-.5 2h1v.5h-1zm2 0h1v.5h-1zm-5 3v1l.56.28 2.44 1.22-3 1.5v1h.5l5.5-2.5 3-1.5v-1h-.5l-3 1.5-.5.5h-1l-.5-.5-3-1.5zm7 3l-1.5.5 3 1.5h.5v-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M599.5 1051.362l-1.5 1.5v2l1 1v.5l1.5 1 1.5-1v-.5l1-1v-2l-1.5-1.5zm-.5 2h1v.5h-1zm2 0h1v.5h-1zm-5 3v1l.56.28 2.44 1.22-3 1.5v1h.5l5.5-2.5 3-1.5v-1h-.5l-3 1.5-.5.5h-1l-.5-.5-3-1.5zm7 3l-1.5.5 3 1.5h.5v-1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="danger-18">
+    <g transform="translate(-576 -1050.4)" color="#000">
+      <path d="M584.5 1052.362l-1.5.5-1 1.5v2.5l1.5 1v1.5l2 1 2-1v-1.5l1.5-1v-2.5l-1-1.5-1.5-.5zm-.5 2.5h.5l.5.5v.5l-.5.5h-.5l-.5-.5v-.5zm2.5 0h.5l.5.5v.5l-.5.5h-.5l-.5-.5v-.5zm-6.5 5v1l3.875 1.75-3.875 1.75v1h1l10-4.5v-1h-1l-4.5 2.03-4.5-2.03zm8.22 3.25l-1.595.72 3.375 1.53h1v-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M584.5 1052.362l-1.5.5-1 1.5v2.5l1.5 1v1.5l2 1 2-1v-1.5l1.5-1v-2.5l-1-1.5-1.5-.5zm-.5 2.5h.5l.5.5v.5l-.5.5h-.5l-.5-.5v-.5zm2.5 0h.5l.5.5v.5l-.5.5h-.5l-.5-.5v-.5zm-6.5 5v1l3.875 1.75-3.875 1.75v1h1l10-4.5v-1h-1l-4.5 2.03-4.5-2.03zm8.22 3.25l-1.595.72 3.375 1.53h1v-1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="danger-24">
+    <g transform="translate(-552 -1050.4)" color="#000">
+      <path d="M564.5 1054.362c-2.5 0-4.5 2-4.5 4v2c0 1 2 1 2 2v1l2.5 1 2.5-1v-1c0-1 2-1 2-2v-2c0-2-2-4-4.5-4zm-1.5 3c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm3 0c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm-8 6c-.5 0-1 .5-1 1v.5l5.25 2.25-5.25 2.25v.5c0 .5.5 1 1 1l14-6v-.5c0-.5-.5-1-1-1l-6.5 2.78-6.5-2.78zm10.5 4.5l-2.25.97 4.75 2.03c.5 0 1-.5 1-1v-.5l-3.5-1.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M564.5 1054.362c-2.5 0-4.5 2-4.5 4v2c0 1 2 1 2 2v1l2.5 1 2.5-1v-1c0-1 2-1 2-2v-2c0-2-2-4-4.5-4zm-1.5 3c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm3 0c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm-8 6c-.5 0-1 .5-1 1v.5l5.25 2.25-5.25 2.25v.5c0 .5.5 1 1 1l14-6v-.5c0-.5-.5-1-1-1l-6.5 2.78-6.5-2.78zm10.5 4.5l-2.25.97 4.75 2.03c.5 0 1-.5 1-1v-.5l-3.5-1.5z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="dentist-12">
+    <g transform="translate(-162 -1170.4)" fill="#444">
+      <path d="M166 1180.862c-1 0-1.438-2.802-1.77-4.397-.284-1.354-.728-3.832.926-4.103 1.632-.27 1.666 1 2.843 1s1.21-1.27 2.84-1c1.657.27 1.212 2.748.93 4.103-.334 1.595-.77 4.397-1.77 4.397s-.823-2-2-2c-1.184 0-1 2-2 2z" opacity=".3" stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
+      <path d="M166 1180.862c-1 0-1.438-2.802-1.77-4.397-.284-1.354-.728-3.832.926-4.103 1.632-.27 1.666 1 2.843 1s1.21-1.27 2.84-1c1.657.27 1.212 2.748.93 4.103-.334 1.595-.77 4.397-1.77 4.397s-.823-2-2-2c-1.184 0-1 2-2 2z"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="dentist-18">
+    <g transform="translate(-162 -1170.4)" fill="#444">
+      <path d="M167.5 1185.862c-1.5 0-1.656-3.953-2.156-6.346-.424-2.03-1.09-5.747 1.39-6.154 2.45-.403 2.5 1.5 4.266 1.5 1.767 0 1.814-1.904 4.262-1.5 2.485.407 1.817 4.122 1.394 6.154-.5 2.393-.655 6.346-2.155 6.346s-1.732-3-3.5-3c-1.776 0-2 3-3.5 3z" opacity=".3" stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
+      <path d="M167.5 1185.862c-1.5 0-1.656-3.953-2.156-6.346-.424-2.03-1.09-5.747 1.39-6.154 2.45-.403 2.5 1.5 4.266 1.5 1.767 0 1.814-1.904 4.262-1.5 2.485.407 1.817 4.122 1.394 6.154-.5 2.393-.655 6.346-2.155 6.346s-1.732-3-3.5-3c-1.776 0-2 3-3.5 3z"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="dentist-24">
+    <g transform="translate(-162 -1170.4)" fill="#444">
+      <path d="M169.5 1190.862c-2 0-2.375-5.104-3.04-8.294-.567-2.71-1.455-8.086 1.853-8.63 3.264-.537 3.33 1.93 5.686 1.93 2.354 0 2.42-2.468 5.682-1.93 3.314.544 2.424 5.92 1.858 8.63-.668 3.19-1.04 8.294-3.04 8.294s-2.146-4.494-4.5-4.494c-2.37 0-2.5 4.494-4.5 4.494z" opacity=".3" stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
+      <path d="M169.5 1190.862c-2 0-2.375-5.104-3.04-8.294-.567-2.71-1.455-8.086 1.853-8.63 3.264-.537 3.33 1.93 5.686 1.93 2.354 0 2.42-2.468 5.682-1.93 3.314.544 2.424 5.92 1.858 8.63-.668 3.19-1.04 8.294-3.04 8.294s-2.146-4.493-4.5-4.493c-2.37-.002-2.5 4.492-4.5 4.492z"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="disability-12">
+    <g transform="translate(-360 -1363.4)" color="#000">
+      <path d="M365.5 1364.362c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5zm-.5 3.5v3.5h3.25l1.75 2h1v-.5l-2-2.5h-1.656l-.844-2.5H365zm-1 .5c-1.166.412-2 1.694-2 3 0 1.657 1.343 3 3 3 1.368 0 2.514-.77 2.875-2h-1.03c-.325.642-.903 1-1.72 1-1.174 0-2.125-.95-2.125-2.125 0-.76.402-1.5 1-1.875v-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M365.5 1364.362c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5zm-.5 3.5v3.5h3.25l1.75 2h1v-.5l-2-2.5h-1.656l-.844-2.5H365zm-1 .5c-1.166.412-2 1.694-2 3 0 1.657 1.343 3 3 3 1.368 0 2.514-.77 2.875-2h-1.03c-.325.642-.903 1-1.72 1-1.174 0-2.125-.95-2.125-2.125 0-.76.402-1.5 1-1.875v-1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="disability-18">
+    <g transform="translate(-342 -1363.4)" color="#000">
+      <path d="M350.5 1364.362c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm-.5 5l-1 1v4l1 1h4.375l2.625 3h1v-1l-2.5-3.125-.5-.375h-2l-1-3.5-1-1h-1zm-2 1.5c-1.748.618-3 2.54-3 4.5 0 2.485 2.015 4.5 4.5 4.5 2.232 0 4.083-1.37 4.438-3.5H352.5c-.404 1.298-1.382 2-2.813 2-1.76 0-3.187-1.427-3.187-3.187 0-1.138.603-2.25 1.5-2.813v-1.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M350.5 1364.362c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm-.5 5l-1 1v4l1 1h4.375l2.625 3h1v-1l-2.5-3.125-.5-.375h-2l-1-3.5-1-1h-1zm-2 1.5c-1.748.618-3 2.54-3 4.5 0 2.485 2.015 4.5 4.5 4.5 2.232 0 4.083-1.37 4.438-3.5H352.5c-.404 1.298-1.382 2-2.813 2-1.76 0-3.187-1.427-3.187-3.187 0-1.138.603-2.25 1.5-2.813v-1.5z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="disability-24">
+    <g color="#000" transform="translate(-318 -1363.4)">
+      <path d="M329.5 1365.362c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm-.5 6c-1 0-2 1-2 2v3.5c0 1.5 1 2.5 2.5 2.5h5l2.625 3.5c.226.332.484.5.875.5.5 0 1-.5 1-1 0-.293-.167-.52-.28-.72l-2.72-3.78c-.18-.314-.5-.5-1-.5h-2.5l-1-4c-.243-.97-.5-2-1.5-2zm-3 2c-2.33.823-4 3.387-4 6 0 3.314 2.686 6 6 6 2.976 0 5.433-2.158 5.906-5H332c-.538 1.73-1.843 3-3.75 3-2.347 0-4.25-1.903-4.25-4.25 0-1.517.803-2.998 2-3.75z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M329.5 1365.362c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm-.5 6c-1 0-2 1-2 2v3.5c0 1.5 1 2.5 2.5 2.5h5l2.625 3.5c.226.332.484.5.875.5.5 0 1-.5 1-1 0-.293-.167-.52-.28-.72l-2.72-3.78c-.18-.314-.5-.5-1-.5h-2.5l-1-4c-.243-.97-.5-2-1.5-2zm-3 2c-2.33.823-4 3.387-4 6 0 3.314 2.686 6 6 6 2.976 0 5.433-2.158 5.906-5H332c-.538 1.73-1.843 3-3.75 3-2.347 0-4.25-1.903-4.25-4.25 0-1.517.803-2.998 2-3.75z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="dog-park-12">
+    <path d="M7.906 1.5c-.174.037-.323.174-.375.344l-.5 1.5-.468 1.437-.28-.186C6.2 4.534 6.1 4.502 6 4.5H4.5v-.313l.844-.843c.263-.277.038-.83-.344-.844H4c-.13.005-.255.062-.344.156l-1 1c-.094.09-.15.215-.156.344V7l-.97 2.844c-.096.297.157.652.47.656h1c.182-.005.358-.117.438-.28l.062-.126c.044.23.267.41.5.406h1c.233.004.456-.177.5-.406.044.23.267.41.5.406h1c.207-.003.404-.147.47-.344l.03-.062c.044.23.267.41.5.406h1c.262 0 .5-.238.5-.5V7c-.002-.16-.087-.316-.22-.406L9.126 6.5H10c.13-.005.255-.062.344-.156l1-1c.094-.09.15-.215.156-.344V4c0-.262-.238-.5-.5-.5h-.813L9.5 2.812V2c0-.262-.238-.5-.5-.5H8c-.03-.003-.063-.003-.094 0z" opacity=".3" fill="#fff"/>
+    <path d="M4 3L3 4v3l-1 3h1l.725-1.45L4 8v2h1V8h1.5L6 10h1l.5-1.5H8V10h1V7L6 5H4V4l1-1zM9 6h1l1-1V4h-1L9 3V2H8l-.5 1.5L7 5z" fill="#444"/>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="dog-park-18">
+    <path d="M14 3l-1.5 1-1 2 2 2 .5-1h2.5l.5-1-3-1.5L15 3h-1zM5 4L3.5 6l1.125 2.125-.475 1.2.1.675L2 14h1l2.5-3-.5 3h1l1-4 3.5 1-1 3H11l1-3 .5 3H14l-1-3V8.5l-2-2-1 .5H6L4.5 6 6 4H5z" fill="#444" stroke="#fff" stroke-width="2" stroke-linejoin="round" stroke-linecap="round" opacity=".3"/>
+    <path d="M14 3l-1.5 1-1 2 2 2 .5-1h2.5l.5-1-3-1.5L15 3h-1zM5 4L3.5 6l1.125 2.125-.475 1.2.1.675L2 14h1l2.5-3-.5 3h1l1-4 3.5 1-1 3H11l1-3 .5 3H14l-1-3V8.5l-2-2-1 .5H6L4.5 6 6 4H5z" fill="#444"/>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="dog-park-24">
+    <path d="M6 5L5 7l1 3c-1 1-1 2-1 3l-2 5h2c-.482-1.39.753-2.384 1.5-3.5L6 18h2c-1.004-1.587.4-3.4 1-5 1 0 1.5 1 4 1l-1 4h2c-.876-1.118-.076-1.85.5-3l1.5 3h2c-1.578-.91-1.583-2.332-2-4l.5-2.5-2-3L13 9H7.5L6 7l1-2H6zm12 0l-2 1-1 2 2 3c.5-1 2-1 4.5-1l.5-1.5-4-2V6l1-1h-1z" fill="#444" stroke="#fff" stroke-width="2" stroke-linejoin="round" stroke-linecap="round" opacity=".3"/>
+    <path d="M6 5L5 7l1 3c-1 1-1 2-1 3l-2 5h2c-.482-1.39.753-2.384 1.5-3.5L6 18h2c-1.004-1.587.4-3.4 1-5 1 0 1.5 1 4 1l-1 4h2c-.876-1.118-.076-1.85.5-3l1.5 3h2c-1.578-.91-1.583-2.332-2-4l.5-2.5-2-3L13 9H7.5L6 7l1-2H6zm12 0l-2 1-1 2 2 3c.5-1 2-1 4.5-1l.5-1.5-4-2V6l1-1h-1z" fill="#444"/>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="embassy-12">
+    <g transform="translate(-360 -1242.4)" color="#000">
+      <path d="M365.5 1244.362l-2.5 1v8h1v-5l1.5-.5 2.5 1.5 2-1v-3.5l-2 1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M365.5 1244.362l-2.5 1v8h1v-5l1.5-.5 2.5 1.5 2-1v-3.5l-2 1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="embassy-18">
+    <g transform="translate(-342 -1242.4)" color="#000">
+      <path d="M350 1244.362l-3 1.5v12.5h1v-8l2-1 3.5 2 2.5-1v-5l-2.5 1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M350 1244.362l-3 1.5v12.5h1v-8l2-1 3.5 2 2.5-1v-5l-2.5 1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="embassy-24">
+    <g transform="translate(-1 -1004.4)" color="#000">
+      <path d="M11 1006.362l-2 1-2 1v15c0 .5.5 1 1 1s1-.5 1-1v-9l2-1c2-1 4.21 2.895 6 2l3-1.5v-7l-3 1.5c-1.79.895-4-3-6-2z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M11 1006.362l-2 1-2 1v15c0 .5.5 1 1 1s1-.5 1-1v-9l2-1c2-1 4.21 2.895 6 2l3-1.5v-7l-3 1.5c-1.79.895-4-3-6-2z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="emergency-telephone-12">
+    <g transform="translate(-360 -1338.4)">
+      <path d="M364 1339.862l-2.5 2.5h2.5v-2.5zm3.5.5l-5.5 5.5v2l1 1h1l1-1v-1l-1-1 3.5-3.5 1 1h1l1-1v-1l-1-1h-2z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M364 1339.862l-2.5 2.5h2.5v-2.5zm3.5.5l-5.5 5.5v2l1 1h1l1-1v-1l-1-1 3.5-3.5 1 1h1l1-1v-1l-1-1h-2z" color="#000" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="emergency-telephone-18">
+    <g transform="matrix(.8 0 0 .8 -240 -985.8)" color="#000">
+      <path d="M328 1316.362l-4.667 4.667H328zm7.333.667L324 1328.36v3.333l1.75 1.75 4-4-1.083-1.083 6.666-6.667 1.084 1.084 4-4-1.75-1.75zm5.584 2.25l-4 4 .416.416h1.334l2.666-2.667v-1.334zm-10.667 10.666l-4 4 .417.416H328l2.667-2.667v-1.333z" opacity=".3" fill="none" stroke="#fff" stroke-width="2.667" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M328 1316.362l-4.667 4.667H328zm7.333.667L324 1328.36v3.333l1.75 1.75 4-4-1.083-1.083 6.666-6.667 1.084 1.084 4-4-1.75-1.75zm5.584 2.25l-4 4 .416.416h1.334l2.666-2.667v-1.334zm-10.667 10.666l-4 4 .417.416H328l2.667-2.667v-1.333z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="emergency-telephone-24">
+    <g transform="translate(-320 -1314.4)" color="#000" fill="#444">
+      <path d="M329 1317.862l-4.5 4.5h4.5v-4.5zm7 .5c-1 0-1.326.326-2 1l-8 8c-.5.5-1 1-1 2v1.5c0 1 .5 1.5 1 2l.563.563 3.5-3.5-.563-.563c-.5-.5 0-1 0-1l5.5-5.5s.5-.5 1 0l.563.563 3.5-3.5-.563-.563c-.5-.5-1-1-2-1H336zm4.438 1.938l-3.5 3.5.562.562c.354.354 1.146.354 1.5 0l2-2c.354-.354.354-1.146 0-1.5l-.563-.562zm-10 10l-3.5 3.5.562.562c.354.354 1.146.354 1.5 0l2-2c.354-.353.354-1.146 0-1.5l-.563-.562z" opacity=".3" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M329 1317.862l-4.5 4.5h4.5v-4.5zm7 .5c-1 0-1.326.326-2 1l-8 8c-.5.5-1 1-1 2v1.5c0 1 .5 1.5 1 2l.563.563 3.5-3.5-.563-.563c-.5-.5 0-1 0-1l5.5-5.5s.5-.5 1 0l.563.563 3.5-3.5-.563-.563c-.5-.5-1-1-2-1H336zm4.438 1.938l-3.5 3.5.562.562c.354.354 1.146.354 1.5 0l2-2c.354-.354.354-1.146 0-1.5l-.563-.562zm-10 10l-3.5 3.5.562.562c.354.354 1.146.354 1.5 0l2-2c.354-.353.354-1.146 0-1.5l-.563-.562z" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="entrance-12">
+    <g transform="translate(0 -1040.4)">
+      <path d="M3 1041.362v3h1v-2h5v7H4v-2H3v3h7v-9zm2 2v2H1v1h4v2h.5l3-2.5-3-2.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
+      <path d="M3 1041.362v3h1v-2h5v7H4v-2H3v3h7v-9zm2 2v2H1v1h4v2h.5l3-2.5-3-2.5z" fill="#444"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="entrance-18">
+    <path d="M4.813 2c-.46.087-.82.533-.813 1v3h2V4h7v9H6v-2H4v3c0 .524.476 1 1 1h9c.524 0 1-.476 1-1V3c0-.524-.476-1-1-1H5c-.062-.01-.125-.01-.188 0zM7 5v2H2v3h5v2l5-3.5L7 5z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible" font-family="Sans"/>
+    <path d="M4.813 2c-.46.087-.82.533-.813 1v3h2V4h7v9H6v-2H4v3c0 .524.476 1 1 1h9c.524 0 1-.476 1-1V3c0-.524-.476-1-1-1H5c-.062-.01-.125-.01-.188 0zM7 5v2H2v3h5v2l5-3.5L7 5z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" color="#000" fill="#444" overflow="visible" font-family="Sans"/>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="entrance-24">
+    <path d="M7 3c-.5 0-1.008.534-1 1v4h2V5h9v13H8v-3H6v4c0 .523.476 1 1 1h11c.524 0 1-.477 1-1V4c0-.523-.476-1-1-1H7zm3.5 4c-.292-.028-.5.22-.5.5V10H3.5c-.828 0-1.5.672-1.5 1.5S2.672 13 3.5 13H10v2.5c.005.358.485.64.78.438l5-4.032c.265-.174.282-.62.033-.812l-5-3.97c-.114-.077-.216-.115-.313-.124z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
+    <path d="M7 3c-.5 0-1.008.534-1 1v4h2V5h9v13H8v-3H6v4c0 .523.476 1 1 1h11c.524 0 1-.477 1-1V4c0-.523-.476-1-1-1H7zm3.5 4c-.292-.028-.5.22-.5.5V10H3.5c-.828 0-1.5.672-1.5 1.5S2.672 13 3.5 13H10v2.5c.005.358.485.64.78.438l5-4.032c.265-.174.282-.62.033-.812l-5-3.97c-.114-.077-.216-.115-.313-.124z" fill="#444"/>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="farm-12">
+    <g transform="translate(-672 -1338.4)" color="#000">
+      <path d="M682 1340.362l-1 1v6h2v-6zm-6.5 2l-2 2h.5v3h6v-3h.5l-2-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M682 1340.362l-1 1v6h2v-6zm-6.5 2l-2 2h.5v3h3v-2h1v2h2v-3h.5l-2-2zm2 1l1 1h-2z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="farm-18">
+    <g transform="translate(-654 -1338.4)" color="#000">
+      <path d="M667 1344.362v8h4v-8l-1-2h-2zm-9.5 0l-2.5 3h1v5h9v-5h1l-2-3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M667 1344.362v8h4v-8l-1-2h-2zm-9.5 0l-2.5 3h1v5h6v-2h1v2h2v-5h1l-2-3zm5 2l1.5 1v1h-3v-1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="farm-24">
+    <g color="#000" transform="translate(-630 -1338.4)">
+      <path d="M647 1345.362v10h5v-10c0-1.5-.5-3-2.5-3s-2.5 1.5-2.5 3zm-11 0c-.5 0-1 .5-1.5 1l-2.5 3h1v6h12v-6h1l-2.5-3c-.5-.5-1-1-1.5-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M647 1345.362v10h5v-10c0-1.5-.5-3-2.5-3s-2.5 1.5-2.5 3zm-11 0c-.5 0-1 .5-1.5 1l-2.5 3h1v6h7v-3h2v3h3v-6h1l-2.5-3c-.5-.5-1-1-1.5-1zm5 2s2 1.255 2 2v1h-4v-1c0-.745 2-2 2-2z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="fast-food-12">
+    <g color="#000" transform="translate(-360 -1122.4)">
+      <path d="M365.5 1125.362c-1.42 0-3.15.872-3.053 2.053v1.197h8.053v-1.197c0-1.184-1.58-2.053-3-2.053zm-3.5 4v1h9v-1zm.5 1.75c0 .474.526 1.25 1 1.25h6c.474 0 1-.776 1-1.25z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M365.5 1125.362c-1.42 0-3.15.872-3.053 2.053v1.197h8.053v-1.197c0-1.184-1.58-2.053-3-2.053zm-3.5 4v1h9v-1zm.5 1.75c0 .474.526 1.25 1 1.25h6c.474 0 1-.776 1-1.25z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="fast-food-18">
+    <g transform="translate(-343 -1123.4)" color="#000">
+      <path d="M350.5 1127.362c-2.053 0-3.5.79-3.5 2.5v1.5h11v-1.5c0-1.71-1.447-2.5-3.5-2.5h-4zm0 1.125c.207 0 .375.168.375.375s-.168.375-.375.375-.375-.168-.375-.375.168-.375.375-.375zm4 0c.207 0 .375.168.375.375s-.168.375-.375.375-.375-.168-.375-.375.168-.375.375-.375zm-6 1c.207 0 .375.168.375.375s-.168.375-.375.375-.375-.168-.375-.375.168-.375.375-.375zm4 0c.207 0 .375.168.375.375s-.168.375-.375.375-.375-.168-.375-.375.168-.375.375-.375zm4 0c.207 0 .375.168.375.375s-.168.375-.375.375-.375-.168-.375-.375.168-.375.375-.375zm-9.5 2.875c-.342 0-.5.158-.5.5 0 .342.158.5.5.5h11c.342 0 .5-.158.5-.5 0-.342-.158-.5-.5-.5h-11zm0 2v.625c0 .684.69 1.375 1.375 1.375h8.25c.684 0 1.375-.69 1.375-1.375v-.625h-11z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M350.5 1127.362c-2.053 0-3.5.79-3.5 2.5v1.5h11v-1.5c0-1.71-1.447-2.5-3.5-2.5h-4zm0 1.125c.207 0 .375.168.375.375s-.168.375-.375.375-.375-.168-.375-.375.168-.375.375-.375zm4 0c.207 0 .375.168.375.375s-.168.375-.375.375-.375-.168-.375-.375.168-.375.375-.375zm-6 1c.207 0 .375.168.375.375s-.168.375-.375.375-.375-.168-.375-.375.168-.375.375-.375zm4 0c.207 0 .375.168.375.375s-.168.375-.375.375-.375-.168-.375-.375.168-.375.375-.375zm4 0c.207 0 .375.168.375.375s-.168.375-.375.375-.375-.168-.375-.375.168-.375.375-.375zm-9.5 2.875c-.342 0-.5.158-.5.5 0 .342.158.5.5.5h11c.342 0 .5-.158.5-.5 0-.342-.158-.5-.5-.5h-11zm0 2v.625c0 .684.69 1.375 1.375 1.375h8.25c.684 0 1.375-.69 1.375-1.375v-.625h-11z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="fast-food-24">
+    <g color="#000" transform="translate(-318 -1122.4)">
+      <path d="M328 1127.362c-3 0-6 1.5-6 4v2h17v-2c0-2.5-3-4-6-4zm.5 1c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm-6 2c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm-12.5 4c-.5 0-1 .5-1 1s.5 1 1 1h17c.5 0 1-.5 1-1s-.5-1-1-1zm0 3v1c0 1 1 2 2 2h13c1 0 2-1 2-2v-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M328 1127.362c-3 0-6 1.5-6 4v2h17v-2c0-2.5-3-4-6-4zm.5 1c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm-6 2c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm-12.5 4c-.5 0-1 .5-1 1s.5 1 1 1h17c.5 0 1-.5 1-1s-.5-1-1-1zm0 3v1c0 1 1 2 2 2h13c1 0 2-1 2-2v-1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="ferry-12">
+    <g transform="translate(-127 -1338.4)" color="#000">
+      <path d="M130.5 1339.362c-.277 0-.5.223-.5.5v3.5l-1 .5 1 2v1l2 .5 1.5-.5 1.5.5 2-.5v-1l1-2-1-.47v-3.53c0-.277-.223-.5-.5-.5h-5zm.5 1h5v2.563l-2.5-1.563-2.5 1.5zm-.5 7.5l-1.5.468v1.032l.156-.062 1.344-.438 1.5.5 1.5-.5 1.5.5 1.5-.5 1.5.5v-1.03l-1.5-.47-1.5.47-1.5-.47-1.5.47z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M130.5 1339.362c-.277 0-.5.223-.5.5v3.5l-1 .5 1 2v1l2 .5 1.5-.5 1.5.5 2-.5v-1l1-2-1-.47v-3.53c0-.277-.223-.5-.5-.5h-5zm.5 1h5v2.563l-2.5-1.563-2.5 1.5zm-.5 7.5l-1.5.468v1.032l.156-.062 1.344-.438 1.5.5 1.5-.5 1.5.5 1.5-.5 1.5.5v-1.03l-1.5-.47-1.5.47-1.5-.47-1.5.47z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="ferry-18">
+    <g transform="translate(-108 -1338.4)" color="#000">
+      <path d="M116 1339.362c-.5 0-1 .5-1 1h-1.176c-.457 0-.853.544-.853 1l.03 3.5-2 1 2 3.5v1.5l2.5 1 2-1 2 1 2.5-1v-1.5l2-3.5-2-1v-3.5c0-.456-.367-1-.824-1H120c0-.5-.5-1-1-1zm-2 2h7v3.044l-3.5-2.044-3.5 2.044zm-1 11l-2 1v1.5l2-1 2.5 1 2-1 2 1 2.5-.853 2 .852v-1.5l-2-1-2.5 1-2-1-2 1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M116 1339.362c-.5 0-1 .5-1 1h-1.176c-.457 0-.853.544-.853 1l.03 3.5-2 1 2 3.5v1.5l2.5 1 2-1 2 1 2.5-1v-1.5l2-3.5-2-1v-3.5c0-.456-.367-1-.824-1H120c0-.5-.5-1-1-1zm-2 2h7v3.044l-3.5-2.044-3.5 2.044zm-1 11l-2 1v1.5l2-1 2.5 1 2-1 2 1 2.5-.853 2 .852v-1.5l-2-1-2.5 1-2-1-2 1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="ferry-24">
+    <g transform="translate(-84 -1338.4)" color="#000">
+      <path d="M94 1339.362c-.554 0-1 .446-1 1h-2c-.554 0-1 .446-1 1v6.063l-2 .937 2 4v2c1.5 0 2.5 1 3.5 1s1.5-1 3-1 2 1 3 1 2-1 3.5-1v-2l2-4-2-.937v-6.063c0-.554-.446-1-1-1h-2c0-.554-.446-1-1-1h-5zm-2 3h9v4.125l-4.5-2.125-4.5 2.125v-4.125zm-2 14c-.694 0-1.34.405-2 .625v2.03s1-.654 2-.655c1 0 2 1 3.5 1s1.974-.965 3-1c1 0 1.5 1 3 1s2.5-1 3.5-1c.702 0 2 .656 2 .656v-2.03c-.642-.248-1.343-.626-2-.626-1.5 0-2.5 1-3.5 1s-1.5-1-3-1-2 1-3 1-2-1-3.5-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M94 1339.362c-.554 0-1 .446-1 1h-2c-.554 0-1 .446-1 1v6.063l-2 .937 2 4v2c1.5 0 2.5 1 3.5 1s1.5-1 3-1 2 1 3 1 2-1 3.5-1v-2l2-4-2-.937v-6.063c0-.554-.446-1-1-1h-2c0-.554-.446-1-1-1h-5zm-2 3h9v4.125l-4.5-2.125-4.5 2.125v-4.125zm-2 14c-.694 0-1.34.405-2 .625v2.03s1-.654 2-.655c1 0 2 1 3.5 1s1.974-.965 3-1c1 0 1.5 1 3 1s2.5-1 3.5-1c.702 0 2 .656 2 .656v-2.03c-.642-.248-1.343-.626-2-.626-1.5 0-2.5 1-3.5 1s-1.5-1-3-1-2 1-3 1-2-1-3.5-1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="fire-station-12">
+    <path d="M6.5 1L5 4 3.5 2.5C3.17 3.083 2 4.5 2 6c0 2.21 2.29 4 4.5 4S11 8.21 11 6c0-1.5-1.17-2.917-1.5-3.5L8 4zm0 4.5S8 6.842 8 8c0 .5-.5 1-1.5 1S5 8.5 5 8c0-1.118 1.5-2.5 1.5-2.5z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+    <path d="M6.5 1L5 4 3.5 2.5C3.17 3.083 2 4.5 2 6c0 2.21 2.29 4 4.5 4S11 8.21 11 6c0-1.5-1.17-2.917-1.5-3.5L8 4zm0 4.5S8 6.842 8 8c0 .5-.5 1-1.5 1S5 8.5 5 8c0-1.118 1.5-2.5 1.5-2.5z" color="#000" fill="#444" overflow="visible"/>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="fire-station-18">
+    <path d="M9.5 2L7 6 5.5 4C4.96 4.947 3 7.063 3 9.5 3 13.09 5.91 16 9.5 16S16 13.09 16 9.5c0-2.438-1.96-4.553-2.5-5.5L12 6zm0 6.5s2.5 2.37 2.5 4.25c0 .813-.875 1.75-2.5 1.75S7 13.562 7 12.75C7 10.933 9.5 8.5 9.5 8.5z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+    <path d="M9.5 2L7 6 5.5 4C4.96 4.947 3 7.063 3 9.5 3 13.09 5.91 16 9.5 16S16 13.09 16 9.5c0-2.438-1.96-4.553-2.5-5.5L12 6zm0 6.5s2.5 2.37 2.5 4.25c0 .813-.875 1.75-2.5 1.75S7 13.562 7 12.75C7 10.933 9.5 8.5 9.5 8.5z" color="#000" fill="#444" overflow="visible"/>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="fire-station-24">
+    <path d="M12.5 3L9 8 7 5c-.663 1.165-3 4-3 7 0 4.418 4.082 8 8.5 8s8.5-3.582 8.5-8c0-3-2.337-5.835-3-7l-2 3zm0 8s3.5 2.685 3.5 5c0 1-1.5 2-3.5 2S9 17 9 16c0-2.236 3.5-5 3.5-5z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+    <path d="M12.5 3L9 8 7 5c-.663 1.165-3 4-3 7 0 4.418 4.082 8 8.5 8s8.5-3.582 8.5-8c0-3-2.337-5.835-3-7l-2 3zm0 8s3.5 2.685 3.5 5c0 1-1.5 2-3.5 2S9 17 9 16c0-2.236 3.5-5 3.5-5z" color="#000" fill="#444" overflow="visible"/>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="fuel-12">
+    <g color="#000" transform="translate(-126 -1170.4)">
+      <path d="M130.5 1171.362c-.277 0-.5.223-.5.5v8c0 .25.25.5.5.5h4c.25 0 .5-.25.5-.5v-.5h1.25c.5 0 .75-.25.75-.75v-2.75c0-.5-1-1-1-1.5v-1l-1-1v-.5c0-.277-.223-.5-.5-.5h-4zm.5 1h3v2h-3v-2zm4 1.5h.5v.75c0 .5 1 1 1 1.5v2.5c0 .25-.25.25-.25.25h-.75v-1.5h-.5v-3.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M130.5 1171.362c-.277 0-.5.223-.5.5v8c0 .25.25.5.5.5h4c.25 0 .5-.25.5-.5v-.5h1.25c.5 0 .75-.25.75-.75v-2.75c0-.5-1-1-1-1.5v-1l-1-1v-.5c0-.277-.223-.5-.5-.5h-4zm.5 1h3v2h-3v-2zm4 1.5h.5v.75c0 .5 1 1 1 1.5v2.5c0 .25-.25.25-.25.25h-.75v-1.5h-.5v-3.5z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="fuel-18">
+    <g transform="translate(-664 -1218.4)" color="#000">
+      <path d="M670 1220.362c-.5 0-1 .5-1 1v11c0 .5.5 1 1 1h6c.5 0 1-.5 1-1v-3h.25c.137 0 .25.096.25.25v.75c0 .5.5 1 1 1h.5c.5 0 1-.407 1-1v-3.5c0-1-1-1-1-2v-1.5h-1l-1-1v-1c0-.5-.5-1-1-1zm0 1.5h6v2.5h-6zm7 3.5h1c0 1 1 1 1 2v2.75c0 .25-.25.25-.25.25s-.25 0-.25-.25v-.75c0-.59-.5-1-1-1h-.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M670 1220.362c-.5 0-1 .5-1 1v11c0 .5.5 1 1 1h6c.5 0 1-.5 1-1v-3h.25c.137 0 .25.096.25.25v.75c0 .5.5 1 1 1h.5c.5 0 1-.407 1-1v-3.5c0-1-1-1-1-2v-1.5h-1l-1-1v-1c0-.5-.5-1-1-1zm0 1.5h6v2.5h-6zm7 3.5h1c0 1 1 1 1 2v2.75c0 .25-.25.25-.25.25s-.25 0-.25-.25v-.75c0-.59-.5-1-1-1h-.5z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="fuel-24">
+    <g transform="translate(-1 -1004.4)" color="#000">
+      <path d="M9 1007.362c-.554 0-1 .446-1 1v16c0 .5.5 1 1 1h9c.5 0 1-.5 1-1v-5h.5c.5 0 .5.5.5.5v2c0 1 .5 1.5 1.5 1.5s1.5-.5 1.5-1.5v-5.5c0-1-2-2-2-3v-3h-1l-1-1v-1c0-.554-.446-1-1-1zm1 2h7v4h-7zm9 3h1v1.5c0 1 2 2 2 3v5c0 .5-.5.5-.5.5s-.5 0-.5-.5v-2.5c0-.5-.5-1-1-1h-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M9 1007.362c-.554 0-1 .446-1 1v16c0 .5.5 1 1 1h9c.5 0 1-.5 1-1v-5h.5c.5 0 .5.5.5.5v2c0 1 .5 1.5 1.5 1.5s1.5-.5 1.5-1.5v-5.5c0-1-2-2-2-3v-3h-1l-1-1v-1c0-.554-.446-1-1-1zm1 2h7v4h-7zm9 3h1v1.5c0 1 2 2 2 3v5c0 .5-.5.5-.5.5s-.5 0-.5-.5v-2.5c0-.5-.5-1-1-1h-1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="garden-12">
+    <g color="#000" fill="#444" transform="translate(-204 -1194.4)">
+      <path d="M208 1195.362v2c0 .867.935 1.754 2 1.97v4.03c-.5-1-1.5-2-3-1 0 0 1 2 3.5 2s3.5-2 3.5-2c-1.5-1-2.5 0-3 1v-4.03c1.065-.216 2-1.103 2-1.97v-2l-1.563 1.25-.937-1.25-.938 1.25-1.562-1.25z" opacity=".3" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M208 1195.362v2c0 .867.935 1.754 2 1.97v4.03c-.5-1-1.5-2-3-1 0 0 1 2 3.5 2s3.5-2 3.5-2c-1.5-1-2.5 0-3 1v-4.03c1.065-.216 2-1.103 2-1.97v-2l-1.563 1.25-.937-1.25-.938 1.25-1.562-1.25z" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="garden-18">
+    <g transform="translate(-186 -1194.4)">
+      <path d="M192 1196.362v2.5c0 1.65 1.375 2.55 3 2.5v6.5c-.813-1.625-2.5-3.5-5-2.5 0 0 1.5 4 5.5 4s5.5-4 5.5-4c-2.5-1-4.188.875-5 2.5v-6.5c1.625.05 3-.85 3-2.5v-2.5l-2 2-1.5-2-1.5 2z" opacity=".3" color="#000" fill="#444" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <g transform="translate(-123.5 911)">
+        <path d="M315.493 285.39v2.5c0 1.65 1.375 2.55 3 2.5v6.5c-.812-1.625-2.5-3.5-5-2.5 0 0 1.5 4 5.5 4s5.5-4 5.5-4c-2.5-1-4.187.875-5 2.5v-6.5c1.625.05 3-.85 3-2.5v-2.5l-2 2-1.5-2-1.5 2z" color="#000" fill="#444" overflow="visible"/>
+      </g>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="garden-24">
+    <g transform="translate(-162 -1194.4)" color="#000" fill="#444">
+      <path d="M170.3 1198.362c-.253 0-.3.56-.3 1v2c0 2.03 2 3.063 4 3v8c-1-2-4-5-7-4 0 0 2.5 6 7.5 6s7.5-6 7.5-6c-3-1-6 2-7 4v-8c2 .062 4-.97 4-3v-2c0-.44-.047-1-.3-1-.193 0-.426.226-.7.5l-1.5 1.5-1.5-1.687c-.157-.176-.247-.313-.5-.313s-.343.137-.5.313l-1.5 1.687-1.5-1.5c-.274-.274-.507-.5-.7-.5z" opacity=".3" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M170.3 1198.362c-.253 0-.3.56-.3 1v2c0 2.03 2 3.063 4 3v8c-1-2-4-5-7-4 0 0 2.5 6 7.5 6s7.5-6 7.5-6c-3-1-6 2-7 4v-8c2 .062 4-.97 4-3v-2c0-.44-.047-1-.3-1-.193 0-.426.226-.7.5l-1.5 1.5-1.5-1.687c-.157-.176-.247-.313-.5-.313s-.343.137-.5.313l-1.5 1.687-1.5-1.5c-.274-.274-.507-.5-.7-.5z" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="-402.5 403.5 12 12" id="gift-12">
+    <g opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-miterlimit="10">
+      <path d="M-399 408.498c-.276 0-.5.224-.5.5v1.496l2.5.006v-1.996l-2-.006zM-394 408.498c.276 0 .5.224.5.5v1.496l-2.5.006v-1.996l2-.006zM-399 413.5c-.276 0-.5-.224-.5-.5v-1.506l2.5.006v2.006l-2-.006zM-394 413.5c.276 0 .5-.224.5-.5v-1.506l-2.5.006v2.006l2-.006zM-394.97 405.502c-.733 0-1.26.505-1.53 1-.272-.495-.798-1.002-1.53-1.002-.46 0-.97.405-.97.986 0 .636.362 1.016.97 1.016l1.828.002h1.233c.607 0 .97-.38.97-1.016 0-.58-.51-.986-.97-.986zm-3.06 1.5c-.245 0-.47-.062-.47-.516 0-.324.3-.486.47-.486.66 0 1.034.613 1.18 1l-1.18.002zm3.06.002h-1.18c.147-.388.52-1.002 1.18-1.002.17 0 .47.162.47.486 0 .453-.225.516-.47.516z"/>
+    </g>
+    <g fill="#454545">
+      <path d="M-399 408.498c-.276 0-.5.224-.5.5v1.496l2.5.006v-1.996l-2-.006zM-394 408.498c.276 0 .5.224.5.5v1.496l-2.5.006v-1.996l2-.006zM-399 413.5c-.276 0-.5-.224-.5-.5v-1.506l2.5.006v2.006l-2-.006zM-394 413.5c.276 0 .5-.224.5-.5v-1.506l-2.5.006v2.006l2-.006zM-394.97 405.502c-.733 0-1.26.505-1.53 1-.272-.495-.798-1.002-1.53-1.002-.46 0-.97.405-.97.986 0 .636.362 1.016.97 1.016l1.828.002h1.233c.607 0 .97-.38.97-1.016 0-.58-.51-.986-.97-.986zm-3.06 1.5c-.245 0-.47-.062-.47-.516 0-.324.3-.486.47-.486.66 0 1.034.613 1.18 1l-1.18.002zm3.06.002h-1.18c.147-.388.52-1.002 1.18-1.002.17 0 .47.162.47.486 0 .453-.225.516-.47.516z"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="-402.5 403.5 18 18" id="gift-18">
+    <g opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-miterlimit="10">
+      <path d="M-397.5 414.5v2c0 .553.448 1 1 1h2.5v-3h-3.5zM-393 414.5v3h2.5c.552 0 1-.447 1-1v-2h-3.5z"/>
+      <g>
+        <path d="M-394 410.5h-2.5c-.552 0-1 .447-1 1v2h3.5v-3zM-390.5 410.5h-2.5v3h3.5v-2c0-.553-.448-1-1-1z"/>
+      </g>
+      <path d="M-391.417 406.665c-1.074 0-1.855.643-2.126 1.585-.27-.942-.942-1.585-2.04-1.585-.707 0-1.416.497-1.416 1.417s.434 1.418 1.353 1.418h4.241c.92 0 1.406-.485 1.406-1.406 0-.92-.71-1.43-1.417-1.43zm0 .708c.708 0 .708.68.708.71 0 .03.037.708-.707.708h-1.417c.075-.507.27-1.417 1.417-1.417zm-2.748 1.418h-1.417c-.745 0-.708-.677-.708-.708 0-.03-.036-.71.708-.71 1.147 0 1.34.91 1.417 1.42z"/>
+    </g>
+    <g fill="#454545">
+      <path d="M-397.5 414.5v2c0 .553.448 1 1 1h2.5v-3h-3.5zM-393 414.5v3h2.5c.552 0 1-.447 1-1v-2h-3.5z"/>
+      <g>
+        <path d="M-394 410.5h-2.5c-.552 0-1 .447-1 1v2h3.5v-3zM-390.5 410.5h-2.5v3h3.5v-2c0-.553-.448-1-1-1z"/>
+      </g>
+      <path d="M-391.417 406.665c-1.074 0-1.855.643-2.126 1.585-.27-.942-.942-1.585-2.04-1.585-.707 0-1.416.497-1.416 1.417s.434 1.418 1.353 1.418h4.241c.92 0 1.406-.485 1.406-1.406 0-.92-.71-1.43-1.417-1.43zm0 .708c.708 0 .708.68.708.71 0 .03.037.708-.707.708h-1.417c.075-.507.27-1.417 1.417-1.417zm-2.748 1.418h-1.417c-.745 0-.708-.677-.708-.708 0-.03-.036-.71.708-.71 1.147 0 1.34.91 1.417 1.42z"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="-402.5 403.5 24 24" id="gift-24">
+    <g opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round">
+      <path d="M-387.5 407.5c-1.516 0-2.62.904-3 2.236-.382-1.332-1.45-2.236-3-2.236-1 0-2 .7-2 2s.61 2 1.91 2h6.106c1.3 0 1.985-.686 1.985-1.984 0-1.3-1-2.016-2-2.016zm0 1c1 0 1 .957 1 1 0 .043.05 1-1 1h-2c.107-.72.38-2 2-2zm-4 2h-2c-1.05 0-1-.957-1-1 0-.043-.05-1 1-1 1.62 0 1.893 1.28 2 2zM-391.5 417.5v-4h-3.5c-.83 0-1.5.672-1.5 1.5v2.5h5zM-389.5 417.5h5V415c0-.828-.67-1.5-1.5-1.5h-3.5v4zM-389.5 419.5v4h3.5c.83 0 1.5-.672 1.5-1.5v-2.5h-5zM-391.5 419.5h-5v2.5c0 .828.67 1.5 1.5 1.5h3.5v-4z"/>
+    </g>
+    <path d="M-393.5 407.5c-1 0-2 .7-2 2s.607 2 1.906 2h6.125c1.3 0 1.97-.67 1.97-1.97 0-1.3-1-2.03-2-2.03-1.516 0-2.62.918-3 2.25-.382-1.332-1.45-2.25-3-2.25zm0 1c1.62 0 1.893 1.28 2 2h-2c-1.05 0-1-.957-1-1 0-.043-.05-1 1-1zm6 0c1 0 1 .957 1 1 0 .043.05 1-1 1h-2c.107-.72.38-2 2-2zm-7.5 5c-.83 0-1.5.672-1.5 1.5v2.5h5v-4h-3.5zm5.5 0v4h5V415c0-.828-.67-1.5-1.5-1.5h-3.5zm-7 6v2.5c0 .828.67 1.5 1.5 1.5h3.5v-4h-5zm7 0v4h3.5c.83 0 1.5-.672 1.5-1.5v-2.5h-5z" fill="#444"/>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="golf-12">
+    <g color="#000" transform="translate(-516 -1194.4)">
+      <path d="M521 1195.362c-.195 0-.5.214-.5.5v7.75c-1.143.035-1.5.893-1.5 1.464 0 .286.286.286.286.286h6.428s.286 0 .286-.286c0-1.428-.643-2.57-1.5-2.57-.898 0-1.182 1.588-2.07 1.713-.392.054-1.054-.198-1.43-.394v-4.964l4-1.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M521 1195.362c-.195 0-.5.214-.5.5v7.75c-1.143.035-1.5.893-1.5 1.464 0 .286.286.286.286.286h6.428s.286 0 .286-.286c0-1.428-.643-2.57-1.5-2.57-.898 0-1.182 1.588-2.07 1.713-.392.054-1.054-.198-1.43-.394v-4.964l4-1.5z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="golf-18">
+    <g color="#000" transform="translate(-498 -1194.4)">
+      <path d="M505.382 1196.362c-.26 0-.382 0-.382.382v10.276c-1.53.047-2 1.077-2 1.842 0 .382.5.5.5.5h8s.5-.118.5-.5c0-1.912-.853-3.5-2-3.5-1.202 0-1.515 2.303-2.706 2.47-.522.075-1.026-.263-1.53-.525v-6.357l5.354-2.294-4.97-2.13c-.288-.123-.574-.164-.766-.164z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M505.382 1196.362c-.26 0-.382 0-.382.382v10.276c-1.53.047-2 1.077-2 1.842 0 .382.5.5.5.5h8s.5-.118.5-.5c0-1.912-.853-3.5-2-3.5-1.202 0-1.515 2.303-2.706 2.47-.522.075-1.026-.263-1.53-.525v-6.357l5.354-2.294-4.97-2.13c-.288-.123-.574-.164-.766-.164z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="golf-24">
+    <g color="#000" transform="translate(-474 -1194.4)">
+      <path d="M483.5 1196.362c-.34 0-.5 0-.5.5v14.438c-2 .062-3 1.562-3 2.562 0 .5.5.5.5.5h12s.5 0 .5-.5c0-2.5-1.5-4.5-3-4.5-1.572 0-2.443 2.78-4 3-.683.096-1.342-.345-2-.687v-9.313l7-3-6.498-2.785c-.377-.16-.752-.215-1.002-.215z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M483.5 1196.362c-.34 0-.5 0-.5.5v14.438c-2 .062-3 1.562-3 2.562 0 .5.5.5.5.5h12s.5 0 .5-.5c0-2.5-1.5-4.5-3-4.5-1.572 0-2.443 2.78-4 3-.683.096-1.342-.345-2-.687v-9.313l7-3-6.498-2.785c-.377-.16-.752-.215-1.002-.215z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="grocery-12">
+    <g transform="translate(-361 -1194.4)" color="#000">
+      <path d="M371.5 1196.362c-.292 0-.55.082-.734.266-.184.184-.266.443-.266.734H363l1 4h6.5v1h-6.133c-.5 0-.5.5 0 .5h6.133c.25 0 .5-.25.5-.5v-5s.043-.324.11-.39c.065-.066.182-.11.39-.11h.5v-.5h-.5zm-1.75 6.5c-.414 0-.75.336-.75.75s.336.75.75.75.75-.336.75-.75-.336-.75-.75-.75zm-4.5 0c-.414 0-.75.336-.75.75s.336.75.75.75.75-.336.75-.75-.336-.75-.75-.75z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M371.5 1196.362c-.292 0-.55.082-.734.266-.184.184-.266.443-.266.734H363l1 4h6.5v1h-6.133c-.5 0-.5.5 0 .5h6.133c.25 0 .5-.25.5-.5v-5s.043-.324.11-.39c.065-.066.182-.11.39-.11h.5v-.5h-.5zm-1.75 6.5c-.414 0-.75.336-.75.75s.336.75.75.75.75-.336.75-.75-.336-.75-.75-.75zm-4.5 0c-.414 0-.75.336-.75.75s.336.75.75.75.75-.336.75-.75-.336-.75-.75-.75z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="grocery-18">
+    <g transform="translate(-343 -1195.4)" color="#000">
+      <path d="M357.5 1198.862c-1 0-1.5.5-1.5 1.5h-10l1.06 6h9.175v1h-8.41c-.766 0-.766.74 0 .765h8.411c.383 0 .765-.382.765-.765v-7c0-.5.238-.735.765-.735H359v-.765zm-2.5 9.206c-.633 0-1.147.514-1.147 1.147 0 .634.513 1.147 1.147 1.147s1.147-.513 1.147-1.147c0-.633-.513-1.147-1.147-1.147zm-6 0c-.634 0-1.147.514-1.147 1.147 0 .634.513 1.147 1.147 1.147.633 0 1.147-.513 1.147-1.147 0-.633-.513-1.147-1.147-1.147z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M357.5 1198.862c-1 0-1.5.5-1.5 1.5h-10l1.06 6h9.175v1h-8.41c-.766 0-.766.74 0 .765h8.411c.383 0 .765-.382.765-.765v-7c0-.5.238-.735.765-.735H359v-.765zm-2.5 9.206c-.633 0-1.147.514-1.147 1.147 0 .634.513 1.147 1.147 1.147s1.147-.513 1.147-1.147c0-.633-.513-1.147-1.147-1.147zm-6 0c-.634 0-1.147.514-1.147 1.147 0 .634.513 1.147 1.147 1.147.633 0 1.147-.513 1.147-1.147 0-.633-.513-1.147-1.147-1.147z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="grocery-24">
+    <g transform="translate(-1 23)" color="#000">
+      <path d="M21-19c-.583 0-1.1.163-1.47.53-.367.37-.53.887-.53 1.47H5l2 9h12v1H8C7-7 7-6 8-6h11c.5 0 1-.5 1-1v-10s.087-.65.22-.78c.13-.133.363-.22.78-.22h.4c.5 0 .6-.25.6-.5 0-.247-.1-.5-.6-.5H21zM17.5-6c-.828 0-1.5.672-1.5 1.5S16.672-3 17.5-3 19-3.672 19-4.5 18.328-6 17.5-6zm-8 0C8.672-6 8-5.328 8-4.5S8.672-3 9.5-3 11-3.672 11-4.5 10.328-6 9.5-6z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M21-19c-.583 0-1.1.163-1.47.53-.367.37-.53.887-.53 1.47H5l2 9h12v1H8C7-7 7-6 8-6h11c.5 0 1-.5 1-1v-10s.087-.65.22-.78c.13-.133.363-.22.78-.22h.4c.5 0 .6-.25.6-.5 0-.247-.1-.5-.6-.5H21zM17.5-6c-.828 0-1.5.672-1.5 1.5S16.672-3 17.5-3 19-3.672 19-4.5 18.328-6 17.5-6zm-8 0C8.672-6 8-5.328 8-4.5S8.672-3 9.5-3 11-3.672 11-4.5 10.328-6 9.5-6z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="hairdresser-12">
+    <g color="#000" transform="translate(0 -1040.4)">
+      <path d="M3 1042.362c-.552 0-1 .448-1 1s.448 1 1 1c.178 0 .324-.075.47-.156l.53.47v2.28l-.563.53c-.135-.068-.274-.124-.437-.124-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1c0-.08-.044-.143-.063-.22l7.063-5.78H8.5l-3.063 2.438-1.5-1.22c.02-.075.063-.137.063-.218 0-.552-.448-1-1-1zm4.438 4.094l-1.25 1.03 2.312 1.876H11z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M3 1042.362c-.552 0-1 .448-1 1s.448 1 1 1c.178 0 .324-.075.47-.156l.53.47v2.28l-.563.53c-.135-.068-.274-.124-.437-.124-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1c0-.08-.044-.143-.063-.22l7.063-5.78H8.5l-3.063 2.438-1.5-1.22c.02-.075.063-.137.063-.218 0-.552-.448-1-1-1zm4.438 4.094l-1.25 1.03 2.312 1.876H11z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="hairdresser-18">
+    <g transform="translate(0 -1034.4)">
+      <g transform="matrix(.8 0 0 .8 -.3 242.9)" color="#000">
+        <path d="M5.6 1032.862c-1.436 0-2.6 1.164-2.6 2.6 0 1.436 1.164 2.6 2.6 2.6.474 0 .917-.144 1.3-.366l3.25 2.316-3.25 2.316c-.383-.222-.826-.366-1.3-.366-1.436 0-2.6 1.164-2.6 2.6 0 1.436 1.164 2.6 2.6 2.6 1.436 0 2.6-1.164 2.6-2.6 0-.238-.02-.472-.08-.69l14.38-10.36-1.3-.65h-3.372l-1.828 1.3-5.322 3.82-2.56-1.83c.06-.218.082-.452.082-.69 0-1.436-1.164-2.6-2.6-2.6zm9.71 8.49l-2.804 1.99 3.494 2.52 1.828 1.3H21.2l1.3-.65z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2.6" stroke-linejoin="round" overflow="visible"/>
+        <path d="M5.6 1032.862c-1.436 0-2.6 1.164-2.6 2.6 0 1.436 1.164 2.6 2.6 2.6.474 0 .917-.144 1.3-.366l3.25 2.316-3.25 2.316c-.383-.222-.826-.366-1.3-.366-1.436 0-2.6 1.164-2.6 2.6 0 1.436 1.164 2.6 2.6 2.6 1.436 0 2.6-1.164 2.6-2.6 0-.238-.02-.472-.08-.69l14.38-10.36-1.3-.65h-3.372l-1.828 1.3-5.322 3.82-2.56-1.83c.06-.218.082-.452.082-.69 0-1.436-1.164-2.6-2.6-2.6zm9.71 8.49l-2.804 1.99 3.494 2.52 1.828 1.3H21.2l1.3-.65z" fill="#444" overflow="visible"/>
+      </g>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="hairdresser-24">
+    <g transform="translate(0 -1028.4)" color="#000">
+      <path d="M6 1032.862c-1.657 0-3 1.343-3 3s1.343 3 3 3c.685 0 1.308-.24 1.813-.625l2.406 1.625-2.408 1.625c-.504-.386-1.127-.625-1.812-.625-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3c0-.266-.06-.504-.125-.75l13.625-9.094c-.5-.333-1-.656-2-.656H19c-1 0-1.5.324-2 .656l-6 4-2.125-1.406c.065-.245.125-.484.125-.75 0-1.657-1.343-3-3-3zm9.125 7.906l-2.75 1.844 4.625 3.094c.5.333 1 .656 2 .656h1.5c1 0 1.5-.323 2-.656z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M6 1032.862c-1.657 0-3 1.343-3 3s1.343 3 3 3c.685 0 1.308-.24 1.813-.625l2.406 1.625-2.408 1.625c-.504-.386-1.127-.625-1.812-.625-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3c0-.266-.06-.504-.125-.75l13.625-9.094c-.5-.333-1-.656-2-.656H19c-1 0-1.5.324-2 .656l-6 4-2.125-1.406c.065-.245.125-.484.125-.75 0-1.657-1.343-3-3-3zm9.125 7.906l-2.75 1.844 4.625 3.094c.5.333 1 .656 2 .656h1.5c1 0 1.5-.323 2-.656z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="harbor-12">
+    <g transform="translate(-126 -1362.4)" color="#000">
+      <path d="M134 1363.362l-1 1v1.938l-3.406 3.406c-.346-.455-.594-.844-.594-1.344v-1l1 .5v-2.5l-2 1.5v5.5h5.5l1.5-2h-2.5l.5 1h-1c-.5 0-.89-.247-1.344-.594l3.406-3.406H136l1-1v-2l-1-1zm.5 1h1l.5.5v1l-.5.5-1 .015-.5-.515v-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M134 1363.362l-1 1v1.938l-3.406 3.406c-.346-.455-.594-.844-.594-1.344v-1l1 .5v-2.5l-2 1.5v5.5h5.5l1.5-2h-2.5l.5 1h-1c-.5 0-.89-.247-1.344-.594l3.406-3.406H136l1-1v-2l-1-1zm.5 1h1l.5.5v1l-.5.5-1 .015-.5-.515v-1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="harbor-18">
+    <g transform="translate(-108 -1362.4)" color="#000">
+      <path d="M121 1364.362l-1 .5-.5.5-.5 1v1l.094.406-6.344 6.344c-.75-.75-.75-2.75.25-3.75l1 1v-4l-1.5 1.5c-1 1-1.5 1.5-1.5 3v5.5h5.5c1 0 2-.5 3-1.5l.5-.5 1-1h-4l1 1c-1 1-3 1-3.75.25l6.344-6.344.406.095h1l1-.5.5-.5.5-1v-1l-.5-1-.5-.5-1-.5h-1zm0 1.5h1l.5.5v1l-.5.5h-1l-.5-.5v-1l.5-.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M121 1364.362l-1 .5-.5.5-.5 1v1l.094.406-6.344 6.344c-.75-.75-.75-2.75.25-3.75l1 1v-4l-1.5 1.5c-1 1-1.5 1.5-1.5 3v5.5h5.5c1 0 2-.5 3-1.5l.5-.5 1-1h-4l1 1c-1 1-3 1-3.75.25l6.344-6.344.406.095h1l1-.5.5-.5.5-1v-1l-.5-1-.5-.5-1-.5h-1zm0 1.5h1l.5.5v1l-.5.5h-1l-.5-.5v-1l.5-.5z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="harbor-24">
+    <g transform="translate(-84 -1362.4)" color="#000">
+      <path d="M101.5 1365.362c-1.933 0-3.5 1.567-3.5 3.5 0 .44.103.863.25 1.25l-8.25 8.25v-4c0-1.5 1-2 1-2l1 1v-4c0-1-.5-.5-1 0-3 3-3 2.973-3 5v7c0 .5.5 1 1 1h7c2.028 0 3.667-1.667 5-3 .5-.5 1-.987 0-1h-4l1 1s-.5 1-2 1h-4l8.25-8.25c.387.147.812.25 1.25.25 1.933 0 3.5-1.567 3.5-3.5s-1.567-3.5-3.5-3.5zm0 2c.828 0 1.5.672 1.5 1.5 0 .83-.672 1.5-1.5 1.5s-1.5-.67-1.5-1.5c0-.828.672-1.5 1.5-1.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M101.5 1365.362c-1.933 0-3.5 1.567-3.5 3.5 0 .44.103.863.25 1.25l-8.25 8.25v-4c0-1.5 1-2 1-2l1 1v-4c0-1-.5-.5-1 0-3 3-3 2.973-3 5v7c0 .5.5 1 1 1h7c2.028 0 3.667-1.667 5-3 .5-.5 1-.987 0-1h-4l1 1s-.5 1-2 1h-4l8.25-8.25c.387.147.812.25 1.25.25 1.933 0 3.5-1.567 3.5-3.5s-1.567-3.5-3.5-3.5zm0 2c.828 0 1.5.672 1.5 1.5 0 .83-.672 1.5-1.5 1.5s-1.5-.67-1.5-1.5c0-.828.672-1.5 1.5-1.5z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="heart-12">
+    <g transform="translate(0 -1039.4)">
+      <path d="M2.813 1040.37c-.304.053-.578.255-.718.53l-1 1.997c-.07.145-.1.307-.094.468v.998c0 .117.023.234.063.343l1 2.652c.058.13.144.25.25.343l3.5 3.402c.367.347 1.007.347 1.374 0l3.5-3.4c.106-.096.192-.213.25-.344l1-2.652c.04-.11.062-.226.062-.343v-.998c.006-.16-.026-.323-.095-.468l-1-1.997c-.172-.325-.537-.54-.906-.53H8c-.31-.01-.62.133-.813.374l-.687.905-.687-.906c-.193-.24-.504-.384-.813-.374H3c-.062-.01-.125-.01-.187 0z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" color="#000" fill="#fff" overflow="visible" font-family="Sans"/>
+      <path d="M10 1041.362l1 2v1l-1 2.644-3.5 3.386-3.5-3.386-1-2.644v-1l1-2h2l1.5 2 1.5-2z" fill="#444"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="heart-18">
+    <g transform="translate(0 -1032.4)" color="#000">
+      <path d="M5.87 1035.373c-.58.017-1.16.173-1.658.438-1.99 1.06-2.937 3.84-1.565 6.66 1.315 2.702 4.558 6.077 6.165 7.632.367.347 1.01.347 1.377 0 1.605-1.555 4.85-4.93 6.163-7.63 1.373-2.82.425-5.6-1.565-6.66-.995-.532-2.245-.627-3.38-.095-.714.335-1.346.982-1.908 1.75-.56-.767-1.194-1.385-1.91-1.72-.565-.265-1.14-.392-1.72-.374z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" fill="#fff" overflow="visible" font-family="Sans"/>
+      <path d="M15.44 1042.033c-1.158 2.383-4.387 5.825-5.94 7.33-1.554-1.505-4.783-4.947-5.942-7.33-2.376-4.886 3.447-8.473 5.942-2.673 2.506-5.81 8.317-2.213 5.94 2.673z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="heart-24">
+    <g transform="translate(0 -1026.4)" color="#000">
+      <path d="M7.803 1031.373c-.688.047-1.368.223-1.972.532-2.418 1.238-3.795 4.493-2.035 7.894 1.69 3.262 5.924 7.4 8.016 9.3.37.35 1.01.35 1.38 0 2.09-1.9 6.325-6.038 8.015-9.3 1.76-3.402.383-6.657-2.036-7.894-2.07-1.06-4.833-.524-6.67 1.754-1.3-1.613-3.03-2.4-4.697-2.287z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" fill="#fff" overflow="visible" font-family="Sans"/>
+      <path d="M20.285 1039.344c-1.52 2.932-5.75 7.167-7.785 9.018-2.036-1.85-6.266-6.086-7.785-9.018-3.114-6.012 4.77-10.02 7.785-4.008 3.015-6.012 10.9-2.004 7.785 4.008z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="heliport-12">
+    <g transform="translate(-126 -1075.4)" color="#000">
+      <path d="M132.625 1084.362h3.875c.25 0 .5-.25.5-.5v-1.5c0-.5-.24-.74-.5-1l-.5-.5c-.167-.166-.5-.5-1-.5h-1v-1h2.5c.277 0 .5-.223.5-.5s-.223-.5-.5-.5h-6c-.277 0-.5.223-.5.5s.223.5.5.5h2.5v1h-3.14c-.174-.298-.49-.5-.86-.5-.552 0-1 .448-1 1s.448 1 1 1c.29 0 .536-.132.72-.328l1.78 1.828c.5.513.875 1 1.125 1zm-3.625-4c.276 0 .5.224.5.5s-.224.5-.5.5-.5-.224-.5-.5.224-.5.5-.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M132.625 1084.362h3.875c.25 0 .5-.25.5-.5v-1.5c0-.5-.24-.74-.5-1l-.5-.5c-.167-.166-.5-.5-1-.5h-1v-1h2.5c.277 0 .5-.223.5-.5s-.223-.5-.5-.5h-6c-.277 0-.5.223-.5.5s.223.5.5.5h2.5v1h-3.14c-.174-.298-.49-.5-.86-.5-.552 0-1 .448-1 1s.448 1 1 1c.29 0 .536-.132.72-.328l1.78 1.828c.5.513.875 1 1.125 1zm-3.625-4c.276 0 .5.224.5.5s-.224.5-.5.5-.5-.224-.5-.5.224-.5.5-.5z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="heliport-18">
+    <g color="#000" transform="translate(-108 -1074.4)">
+      <path d="M118.194 1087.362h5.028c.39 0 .778-.39.778-.778v-2.333c0-.777-.374-1.15-.778-1.555l-.778-.777c-.26-.26-.777-.556-1.555-.556H119v-2h3.222c.43 0 .778-.125.778-.555 0-.43-.29-.445-.722-.445h-7.334c-.43 0-.833.014-.833.445 0 .43.35.51.78.555H118v2H113.892c-.27-.464-.76-.778-1.336-.778-.86 0-1.556.697-1.556 1.556 0 .86.696 1.555 1.556 1.555.448 0 .834-.206 1.118-.51l2.77 2.622c.81.766 1.362 1.555 1.75 1.555zm-5.638-6c.43 0 .777.348.777.778 0 .43-.348.778-.777.778-.43 0-.778-.348-.778-.778 0-.43.348-.778.778-.778z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M118.194 1087.362h5.028c.39 0 .778-.39.778-.778v-2.333c0-.777-.374-1.15-.778-1.555l-.778-.777c-.26-.26-.777-.556-1.555-.556H119v-2h3.222c.43 0 .778-.125.778-.555 0-.43-.29-.445-.722-.445h-7.334c-.43 0-.833.014-.833.445 0 .43.35.51.78.555H118v2H113.892c-.27-.464-.76-.778-1.336-.778-.86 0-1.556.697-1.556 1.556 0 .86.696 1.555 1.556 1.555.448 0 .834-.206 1.118-.51l2.77 2.622c.81.766 1.362 1.555 1.75 1.555zm-5.638-6c.43 0 .777.348.777.778 0 .43-.348.778-.777.778-.43 0-.778-.348-.778-.778 0-.43.348-.778.778-.778z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="heliport-24">
+    <g transform="translate(-84 -1073.4)" color="#000">
+      <path d="M96.25 1091.362H105c.5 0 1-.5 1-1v-3c0-1-.48-1.48-1-2l-1-1c-.333-.333-1-1-2-1h-3v-2h6c.554 0 1-.446 1-1s-.446-1-1-1H92c-.554 0-1 .446-1 1s.446 1 1 1h6v2h-7.28c-.347-.597-.98-1-1.72-1-1.105 0-2 .896-2 2 0 1.105.895 2 2 2 .577 0 1.072-.265 1.438-.656l3.562 3.656c1 1.026 1.75 2 2.25 2zm-7.25-8c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M96.25 1091.362H105c.5 0 1-.5 1-1v-3c0-1-.48-1.48-1-2l-1-1c-.333-.333-1-1-2-1h-3v-2h6c.554 0 1-.446 1-1s-.446-1-1-1H92c-.554 0-1 .446-1 1s.446 1 1 1h6v2h-7.28c-.347-.597-.98-1-1.72-1-1.105 0-2 .896-2 2 0 1.105.895 2 2 2 .577 0 1.072-.265 1.438-.656l3.562 3.656c1 1.026 1.75 2 2.25 2zm-7.25-8c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="hospital-12">
+    <g transform="translate(-282 -1123.4)">
+      <path d="M284 1128.362c0-.554.446-1 1-1h2v-2c0-.554.446-1 1-1h1c.554 0 1 .446 1 1v2h2c.554 0 1 .446 1 1v1c0 .554-.446 1-1 1h-2v2c0 .554-.446 1-1 1h-1c-.554 0-1-.446-1-1v-2h-2c-.554 0-1-.446-1-1z" overflow="visible" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2"/>
+      <path d="M284 1128.362c0-.554.446-1 1-1h2v-2c0-.554.446-1 1-1h1c.554 0 1 .446 1 1v2h2c.554 0 1 .446 1 1v1c0 .554-.446 1-1 1h-2v2c0 .554-.446 1-1 1h-1c-.554 0-1-.446-1-1v-2h-2c-.554 0-1-.446-1-1z" color="#000" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="hospital-18">
+    <g transform="translate(-3 -1007.4)" color="#000">
+      <path d="M11 1009.362c-.554 0-1 .446-1 1v3H7c-.554 0-1 .446-1 1v3c0 .554.474 1.175 1 1h3v3c0 .554.446 1 1 1h3c.554 0 1-.446 1-1v-3h3c.554 0 1-.446 1-1v-3c0-.554-.446-1-1-1h-3v-3c0-.554-.446-1-1-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/>
+      <path d="M11 1009.362c-.554 0-1 .446-1 1v3H7c-.554 0-1 .446-1 1v3c0 .554.474 1.175 1 1h3v3c0 .554.446 1 1 1h3c.554 0 1-.446 1-1v-3h3c.554 0 1-.446 1-1v-3c0-.554-.446-1-1-1h-3v-3c0-.554-.446-1-1-1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="hospital-24">
+    <g transform="translate(0 -1004.4)" color="#000">
+      <path d="M11 1008.362c-.554 0-1 .446-1 1v4H6c-.554 0-1 .446-1 1v3c0 .554.446 1 1 1h4v4c0 .554.446 1 1 1h3c.554 0 1.07-.45 1-1v-4h4c.554 0 1-.446 1-1v-3c0-.554-.446-1-1-1h-4v-4c0-.554-.446-1-1-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/>
+      <path d="M11 1008.362c-.554 0-1 .446-1 1v4H6c-.554 0-1 .446-1 1v3c0 .554.446 1 1 1h4v4c0 .554.446 1 1 1h3c.554 0 1-.446 1-1v-4h4c.554 0 1-.446 1-1v-3c0-.554-.446-1-1-1h-4v-4c0-.554-.446-1-1-1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="-402.5 403.5 12 12" id="ice-cream-12">
+    <g opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-miterlimit="10">
+      <path d="M-399.452 407.426c.005.024.016.046.02.07.03.114.067.228.116.333.006.012.014.022.02.035.057.115.123.227.2.33 0 0 .002 0 .003.003.084.11.18.21.283.302h2.62c.42-.366.69-.9.69-1.5 0-.738-.405-1.377-1-1.723-.136-.08-.282-.14-.434-.186-.022-.006-.045-.015-.068-.02-.16-.043-.325-.07-.5-.07-1.103 0-2 .896-2 2 .002.146.02.29.05.426zM-394.75 407c0 .554-.167 1.068-.45 1.5h1.01c.42-.366.69-.9.69-1.5 0-1.104-.896-2-2-2-.037 0-.07.013-.106.015.525.5.856 1.204.856 1.985zM-398.5 409.5c1 2.5 1.5 4.5 2 4.5s1-2 2-4.5h-4z"/>
+    </g>
+    <g fill="#464545">
+      <path d="M-399.452 407.426c.005.024.016.046.02.07.03.114.067.228.116.333.006.012.014.022.02.035.057.115.123.227.2.33 0 0 .002 0 .003.003.084.11.18.21.283.302h2.62c.42-.366.69-.9.69-1.5 0-.738-.405-1.377-1-1.723-.136-.08-.282-.14-.434-.186-.022-.006-.045-.015-.068-.02-.16-.043-.325-.07-.5-.07-1.103 0-2 .896-2 2 .002.146.02.29.05.426zM-394.75 407c0 .554-.167 1.068-.45 1.5h1.01c.42-.366.69-.9.69-1.5 0-1.104-.896-2-2-2-.037 0-.07.013-.106.015.525.5.856 1.204.856 1.985z"/>
+    </g>
+    <path d="M-398.5 409.5c1 2.5 1.5 4.5 2 4.5s1-2 2-4.5h-4z" fill="#464545"/>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="-402.5 403.5 18 18" id="ice-cream-18">
+    <g fill="#fff" stroke="#fff" stroke-width="2" stroke-miterlimit="10">
+      <path d="M-390 412.5h-7s2.44 5.9 2.5 6c.128.344.5 1 1 1s.87-.656 1-1c.06-.1 2.5-6 2.5-6zM-392.78 411.5c.48-.53.78-1.228.78-2 0-1.656-1.343-3-3-3s-3 1.344-3 3c0 .772.3 1.47.78 2h4.44z" opacity=".3"/>
+      <path d="M-391.554 411.5h1.774c.48-.53.78-1.228.78-2 0-1.656-1.343-3-3-3-.117 0-.387-.013-.5 0 .817.733 1.5 1.82 1.5 3 0 .706-.197 1.393-.554 2z" opacity=".3"/>
+    </g>
+    <path d="M-392.78 411.5c.48-.53.78-1.228.78-2 0-1.656-1.343-3-3-3s-3 1.344-3 3c0 .772.3 1.47.78 2h4.44z" fill="#464545"/>
+    <path d="M-391.554 411.5h1.774c.48-.53.78-1.228.78-2 0-1.656-1.343-3-3-3-.117 0-.387-.013-.5 0 .817.733 1.5 1.82 1.5 3 0 .706-.197 1.393-.554 2zM-390 412.5h-7s2.44 5.9 2.5 6c.128.344.5 1 1 1s.87-.656 1-1c.06-.1 2.5-6 2.5-6z" fill="#464545"/>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="-402.5 403.5 24 24" id="ice-cream-24">
+    <g opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-miterlimit="10">
+      <path d="M-386.5 415.5h-8s2.92 7.87 3 8c.17.457.625 1 1 1s.83-.543 1-1c.08-.13 3-8 3-8zM-395.907 412.274c.047.206.106.407.188.598l.002.003c.18.42.44.8.762 1.115h4.912c.644-.635 1.044-1.516 1.044-2.49 0-1.188-.595-2.233-1.5-2.866-.074-.052-.156-.093-.234-.14-.098-.058-.196-.114-.3-.162-.08-.037-.16-.07-.244-.1-.122-.047-.247-.085-.375-.117-.07-.018-.142-.038-.214-.052-.206-.037-.417-.063-.633-.063-1.933 0-3.5 1.567-3.5 3.5 0 .243.025.48.072.71.005.022.015.042.02.064zM-387.5 411.5c0 .91-.263 1.754-.69 2.49h2.146c.644-.635 1.044-1.516 1.044-2.49 0-1.933-1.567-3.5-3.5-3.5-.14 0-.276.017-.412.032.87.9 1.412 2.12 1.412 3.468z"/>
+    </g>
+    <path d="M-392.5 408c-1.933 0-3.5 1.567-3.5 3.5 0 .243.015.49.063.72.005.02.025.04.03.06.048.207.106.404.188.595.182.42.43.81.75 1.125h4.94c.643-.635 1.03-1.526 1.03-2.5 0-1.188-.595-2.242-1.5-2.875-.074-.052-.14-.078-.22-.125-.097-.058-.208-.108-.31-.156-.08-.037-.168-.093-.25-.125-.123-.047-.248-.063-.376-.095-.07-.018-.147-.048-.22-.063-.205-.037-.408-.062-.624-.062zm4 0c-.14 0-.27.016-.406.03.87.902 1.406 2.122 1.406 3.47 0 .91-.26 1.764-.688 2.5h2.157c.643-.635 1.03-1.526 1.03-2.5 0-1.933-1.567-3.5-3.5-3.5zm-6 7.5s2.92 7.87 3 8c.17.457.625 1 1 1s.83-.543 1-1c.08-.13 3-8 3-8h-8z" fill="#444"/>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="industrial-12">
+    <g transform="translate(-672 -1098.4)" color="#000">
+      <path d="M681 1099.362v4h-1v-2l-3 2v-2l-3 2v4.427c0 .317.255.572.57.572h7.86c.315 0 .57-.255.57-.57v-3.858c0-.317-.255-.572-.57-.572H682v-4z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M681 1099.362v4h-1v-2l-3 2v-2l-3 2v4.427c0 .317.255.572.57.572h7.86c.315 0 .57-.255.57-.57v-3.858c0-.317-.255-.572-.57-.572H682v-4z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="industrial-18">
+    <g transform="translate(-654 -1098.4)" color="#000">
+      <path d="M666 1101.362v4h-2v-2.47l-3 2.47v-2.47l-3.176 2.47c-.36.28-.824.412-.824 1.236v5.94c0 .457.367.824.824.824h11.352c.457 0 .824-.367.824-.823v-6.354c0-.456-.367-.824-.824-.824H668v-4l-1-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M666 1101.362v4h-2v-2.47l-3 2.47v-2.47l-3.176 2.47c-.36.28-.824.412-.824 1.236v5.94c0 .457.367.824.824.824h11.352c.457 0 .824-.367.824-.823v-6.354c0-.456-.367-.824-.824-.824H668v-4l-1-1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="industrial-24">
+    <g transform="translate(-630 -1098.4)" color="#000">
+      <path d="M646 1102.362v4h-3v-3l-4 3v-3l-4 3c-.443.333-1 .5-1 1.5v8.5c0 .554.446 1 1 1h15c.554 0 1-.446 1-1v-9c0-.554-.446-1-1-1h-2v-4c0-.5-.53-1-1-1s-1 .5-1 1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M646 1102.362v4h-3v-3l-4 3v-3l-4 3c-.443.333-1 .5-1 1.5v8.5c0 .554.446 1 1 1h15c.554 0 1-.446 1-1v-9c0-.554-.446-1-1-1h-2v-4c0-.5-.53-1-1-1s-1 .5-1 1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="land-use-12">
+    <g transform="matrix(.6 0 0 .6 -369.8 -732.2)" color="#000">
+      <path d="M633.7 1246.362l-3.4 3.4h1.7v3.4h5.1v-3.4h1.7l-3.4-3.4zm10.2 0v1.7h-2.23l-1.17 1.275v3.825h5.1v-6.8zm-10.2 10.2H632v6.8h1.7v-1.7h1.7v1.7h1.7v-6.8h-1.7zm9.35-1.7l-3.4 4.25h1.7l-1.7 2.55h2.55v1.7h1.7v-1.7h2.55l-1.7-2.55h1.7z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="3.4" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M633.7 1246.362l-3.4 3.4h1.7v3.4h5.1v-3.4h1.7l-3.4-3.4zm10.2 0v1.7h-2.23l-1.17 1.275v3.825h5.1v-6.8zm-10.2 10.2H632v6.8h1.7v-1.7h1.7v1.7h1.7v-6.8h-1.7zm9.35-1.7l-3.4 4.25h1.7l-1.7 2.55h2.55v1.7h1.7v-1.7h2.55l-1.7-2.55h1.7z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="land-use-18">
+    <g transform="translate(-654 -1242.4)" color="#000">
+      <path d="M658 1244.362l-2 3h1v3h5v-3h1l-2-3zm11 0v2h-3l-1 1v3h5v-6zm-12 8v6h1v-2h1v2h3v-6zm10.5-1l-2.5 4h1.5l-1.5 2h2v1h1v-1h2l-1.5-2h1.5zm-9.5 3h1v1h-1zm2 0h1v1h-1zm0 2h1v1h-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M658 1244.362l-2 3h1v3h5v-3h1l-2-3zm11 0v2h-3l-1 1v3h5v-6zm-12 8v6h1v-2h1v2h3v-6zm10.5-1l-2.5 4h1.5l-1.5 2h2v1h1v-1h2l-1.5-2h1.5zm-9.5 3h1v1h-1zm2 0h1v1h-1zm0 2h1v1h-1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="land-use-24">
+    <g transform="translate(-630 -1242.4)" color="#000">
+      <path d="M637.5 1245.362c-.5 0-.783.197-1 .5l-2.5 3.5h2v3h5v-3h2l-2.5-3.5c-.217-.303-.5-.5-1-.5zm12.5 0v2h-4c-.5 0-1 .5-1 1v4h6v-7zm-14 9c-.5 0-1 .5-1 1v7h2v-2h1v2h4v-7c0-.5-.5-1-1-1zm12-1l-3 4h1.5l-1.5 3h2v2h2v-2h2l-1.5-3h1.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M637.5 1245.362c-.5 0-.783.197-1 .5l-2.5 3.5h2v3h5v-3h2l-2.5-3.5c-.217-.303-.5-.5-1-.5h-2zm12.5 0v2h-4c-.5 0-1 .5-1 1v4h6v-7h-1zm-2 8l-3 4h1.5l-1.5 3h2v2h2v-2h2l-1.5-3h1.5l-3-4zm-12 1c-.5 0-1 .5-1 1v7h2v-2h1v2h4v-7c0-.5-.5-1-1-1h-5zm1 2h1v1h-1v-1zm2 0h1v1h-1v-1zm-2 2h1v1h-1v-1zm2 0h1v1h-1v-1zm0 2h1v1h-1v-1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="-402.5 403.5 12 12" id="laundry-12">
+    <g transform="translate(0 -1040.4)">
+      <path d="M-396.594 1443.862c-.232.017-.458.12-.625.28l-1.717 1.72h-.563c-.524 0-1 .477-1 1v7c0 .524.476 1 1 1h7c.524 0 1-.476 1-1v-9c0-.523-.476-1-1-1h-4.094z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" color="#000" fill="#fff" overflow="visible" font-family="Sans"/>
+      <path d="M-396.5 1444.862l-2 2h-1v7h7v-9h-1zm0 1h1v1h-1zm2 0h1v1h-1zm-2 2h1l2 2v1l-2 2h-1l-2-2v-1zm-1 2v1h1v1h1v-1h1v-1z" fill="#454545"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="-402.5 403.5 18 18" id="laundry-18">
+    <g transform="translate(-14 -6)">
+      <path d="M-379.344 411.5l-3.156 3h-2v11h11v-13.22l-.78-.78h-5.064zm.844 1l1 1-1 1-1-1 1-1zm3 0l1 1-1 1-1-1 1-1zm-3.5 4c1.933 0 3.5 1.567 3.5 3.5s-1.567 3.5-3.5 3.5-3.5-1.567-3.5-3.5 1.567-3.5 3.5-3.5zm-2 3.5c0 1.105.895 2 2 2s2-.895 2-2h-4z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/>
+      <path d="M-379.344 411.5l-3.156 3h-2v11h11v-13.22l-.78-.78h-5.064zm.844 1l1 1-1 1-1-1 1-1zm3 0l1 1-1 1-1-1 1-1zm-3.5 4c1.933 0 3.5 1.567 3.5 3.5s-1.567 3.5-3.5 3.5-3.5-1.567-3.5-3.5 1.567-3.5 3.5-3.5zm-2 3.5c0 1.105.895 2 2 2s2-.895 2-2h-4z" fill="#454545"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="-402.5 403.5 24 24" id="laundry-24">
+    <path d="M-390 406.5c-.484 0-1.146.646-1.5 1l-1 1c-.354.354-1 1-1.5 1h-2.5c-.5 0-1 .5-1 1v13c0 .553.448 1 1 1h13c.552 0 1-.447 1-1v-16c0-.553-.448-1-1-1zm1.5 1c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm3 0c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm-4.5 5c2.485 0 4.5 2.015 4.5 4.5s-2.015 4.5-4.5 4.5-4.5-2.015-4.5-4.5 2.015-4.5 4.5-4.5zm-2.5 4v.5c0 1.38 1.12 2.5 2.5 2.5s2.5-1.12 2.5-2.5v-.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2"/>
+    <path d="M-390 406.5c-.484 0-1.146.646-1.5 1l-1 1c-.354.354-1 1-1.5 1h-2.5c-.5 0-1 .5-1 1v13c0 .553.448 1 1 1h13c.552 0 1-.447 1-1v-16c0-.553-.448-1-1-1zm1.5 1c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm3 0c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm-4.5 5c2.485 0 4.5 2.015 4.5 4.5s-2.015 4.5-4.5 4.5-4.5-2.015-4.5-4.5 2.015-4.5 4.5-4.5zm-2.5 4v.5c0 1.38 1.12 2.5 2.5 2.5s2.5-1.12 2.5-2.5v-.5z" fill="#454545"/>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="library-12">
+    <g transform="translate(-283 -1098.4)" color="#000">
+      <path d="M285 1100.362v6c1.5 1.5 3.75 1 3.75 2h.5v-5.5c0-1.5-2.75-1.5-4.25-2.5zm9 0c-1.5 1-4.25 1-4.25 2.5v5.5h.5c0-1 2.25-.5 3.75-2z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M285 1100.362v6c1.5 1.5 3.75 1 3.75 2h.5v-5.5c0-1.5-2.75-1.5-4.25-2.5zm9 0c-1.5 1-4.25 1-4.25 2.5v5.5h.5c0-1 2.25-.5 3.75-2z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="library-18">
+    <g transform="translate(-263 -1099.4)" color="#000">
+      <path d="M266 1103.715v7.647c2 2.5 5 1.47 5 3h1v-6.882c0-2.294-3-1.618-6-3.765zm13 0c-3 2.147-6 1.47-6 3.765v6.882h1c0-1.53 3-.5 5-3z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M266 1103.715v7.647c2 2.5 5 1.47 5 3h1v-6.882c0-2.294-3-1.618-6-3.765zm13 0c-3 2.147-6 1.47-6 3.765v6.882h1c0-1.53 3-.5 5-3z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="library-24">
+    <g transform="translate(-240 -1096.4)">
+      <path d="M244 1101.362v10c3 3 7 2 7 4h1v-9c0-3-5-3-8-5zm17 0c-3 2-8 2-8 5v9h1c0-2 4-1 7-4z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M244 1101.362v10c3 3 7 2 7 4h1v-9c0-3-5-3-8-5zm17 0c-3 2-8 2-8 5v9h1c0-2 4-1 7-4z" color="#000" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="lighthouse-12">
+    <g transform="translate(0 -1040.4)" color="#000">
+      <path d="M6 1041.362l-1 1v2H4v1l1 1v1l-1 4h5l-1-4v-1l1-1v-1H8v-2l-1-1zm0 1h1v2H6z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" overflow="visible"/>
+      <path d="M6 1041.362l-1 1v2H4v1l1 1v1l-1 4h5l-1-4v-1l1-1v-1H8v-2l-1-1zm0 1h1v2H6z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="lighthouse-18">
+    <g transform="translate(0 -1034.4)" color="#000">
+      <path d="M9.5 1035.362l-2.5 2v3H6v1l1 1-1 8h7l-1-8 1-1v-1h-1v-3zm0 2l1 1v2h-2v-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" overflow="visible"/>
+      <path d="M9.5 1035.362l-2.5 2v3H6v1l1 1-1 8h7l-1-8 1-1v-1h-1v-3zm0 2l1 1v2h-2v-2z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="lighthouse-24">
+    <g transform="translate(0 -1028.4)" color="#000">
+      <path d="M13 1030.362l-2.5 1.5c-.514.308-.5 1-.5 1v3.5H9v2l1 1v1l-1 9h8l-1-9v-1l1-1v-2h-1v-3.5s.005-.697-.5-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" overflow="visible"/>
+      <path d="M13 1030.362l-2.5 1.5c-.514.308-.5 1-.5 1v3.5H9v2l1 1v1l-1 9h8l-1-9v-1l1-1v-2h-1v-3.5s.005-.697-.5-1zm1 4v2h-2v-2s0-1 1-1 1 1 1 1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="lodging-12">
+    <g color="#000" transform="translate(-204 -1098.4)">
+      <path d="M207 1100.362c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zm2 1c0 1-.5 2-2 2h-.75c-.126 0-.25 0-.25.25v.5c0 .25.194.25.25.25H215v-1.5c0-.5 0-1.5-2.5-1.5zm-2.5 4c-.25 0-.5.25-.5.5v1c0 .25.25.5.5.5s.5-.25.5-.5v-.5h7v.5c0 .25.25.5.5.5s.5-.25.5-.5v-1c0-.25-.25-.5-.5-.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M207 1100.362c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zm2 1c0 1-.5 2-2 2h-.75c-.126 0-.25 0-.25.25v.5c0 .25.194.25.25.25H215v-1.5c0-.5 0-1.5-2.5-1.5zm-2.5 4c-.25 0-.5.25-.5.5v1c0 .25.25.5.5.5s.5-.25.5-.5v-.5h7v.5c0 .25.25.5.5.5s.5-.25.5-.5v-1c0-.25-.25-.5-.5-.5z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="lodging-18">
+    <g color="#000" transform="translate(-186 -1098.4)">
+      <path d="M190.5 1102.112c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5zm2.5 1.25c0 2-1 3-2.5 3h-1c-.5 0-.5.5-.5.5s0 .5.5.5H202v-1.75c0-.75 0-2.25-3.75-2.25zm-3.25 5c-.375 0-.75.375-.75.75v1.5c0 .375.375.75.75.75s.75-.375.75-.75v-1.25h10v1.25c0 .375.375.75.75.75s.75-.375.75-.75v-1.5c0-.375-.375-.75-.75-.75z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M190.5 1102.112c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5zm2.5 1.25c0 2-1 3-2.5 3h-1c-.5 0-.5.5-.5.5s0 .5.5.5H202v-1.75c0-.75 0-2.25-3.75-2.25zm-3.25 5c-.375 0-.75.375-.75.75v1.5c0 .375.375.75.75.75s.75-.375.75-.75v-1.25h10v1.25c0 .375.375.75.75.75s.75-.375.75-.75v-1.5c0-.375-.375-.75-.75-.75z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="lodging-24">
+    <g transform="translate(0 -1004.4)" color="#000">
+      <path d="M6 1010.362c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm3 2c0 1.657-1.343 3-3 3H4.5c-.253 0-.5 0-.5.5v1c0 .5.39.5.5.5H21v-2c0-1 0-3-5-3zm-4 6c-.5 0-1 .5-1 1v3c0 .5.5 1 1 1s1-.5 1-1v-2h13v2c0 .5.5 1 1 1s1-.5 1-1v-3c0-.5-.5-1-1-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M6 1010.362c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm3 2c0 1.657-1.343 3-3 3H4.5c-.253 0-.5 0-.5.5v1c0 .5.39.5.5.5H21v-2c0-1 0-3-5-3zm-4 6c-.5 0-1 .5-1 1v3c0 .5.5 1 1 1s1-.5 1-1v-2h13v2c0 .5.5 1 1 1s1-.5 1-1v-3c0-.5-.5-1-1-1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="logging-12">
+    <g transform="translate(-516 -1244.4)" color="#000">
+      <path d="M525.5 1245.862l-4 4 1.5 1.5 4-4v-1l-.5-.5zm-6 3l-1.5 1.5v.5h.5l.5-.5.5.5-1.5 1.5v1.5l1.5 1.5h1.5l2.5-2.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M525.5 1245.862l-4 4 1.5 1.5 4-4v-1l-.5-.5zm-6 3l-1.5 1.5v.5h.5l.5-.5.5.5-1.5 1.5v1.5l1.5 1.5h1.5l2.5-2.5z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="logging-18">
+    <g transform="translate(-498 -1244.4)" color="#000">
+      <path d="M511.5 1245.862l-5.75 5.75 1 1 5.25-5.25.5.5-5.25 5.25 1 1 5.75-5.75v-1.5l-1-1zm-8.25 4.25l-2.25 2.25v.5h.5l1-1 1 1-2.5 2.5v1.5l2.5 2.5h1.5l3.75-3.75z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M511.5 1245.862l-5.75 5.75 1 1 5.25-5.25.5.5-5.25 5.25 1 1 5.75-5.75v-1.5l-1-1zm-8.25 4.25l-2.25 2.25v.5h.5l1-1 1 1-2.5 2.5v1.5l2.5 2.5h1.5l3.75-3.75z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="logging-24">
+    <g transform="translate(-474 -1242.4)" color="#000">
+      <path d="M492 1245.362l-7.5 7.5 1.25 1.25 7.25-7.25.5.5-7.25 7.25 1.25 1.25 7.5-7.5v-2l-1-1zm-11.5 5.5l-2.5 2.5.5.5h1l1-1 1 1-3.5 3.5v2l3 3h2l4.5-4.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M492 1245.362l-7.5 7.5 1.25 1.25 7.25-7.25.5.5-7.25 7.25 1.25 1.25 7.5-7.5v-2l-1-1zm-11.5 5.5l-2.5 2.5.5.5h1l1-1 1 1-3.5 3.5v2l3 3h2l4.5-4.5z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="london-underground-12">
+    <g transform="translate(-126 -1268.4)" color="#000">
+      <path d="M132.5 1270.362c-1.765 0-3.23 1.3-3.47 3H128v1h1.03c.24 1.7 1.705 3 3.47 3 1.765 0 3.23-1.3 3.47-3H137v-1h-1.03c-.24-1.7-1.705-3-3.47-3zm0 1.5c.932 0 1.716.637 1.938 1.5h-3.875c.22-.863 1.005-1.5 1.937-1.5zm-1.938 2.5h3.875c-.22.863-1.005 1.5-1.937 1.5-.932 0-1.716-.637-1.938-1.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M132.5 1270.362c-1.765 0-3.23 1.3-3.47 3H128v1h1.03c.24 1.7 1.705 3 3.47 3 1.765 0 3.23-1.3 3.47-3H137v-1h-1.03c-.24-1.7-1.705-3-3.47-3zm0 1.5c.932 0 1.716.637 1.938 1.5h-3.875c.22-.863 1.005-1.5 1.937-1.5zm-1.938 2.5h3.875c-.22.863-1.005 1.5-1.937 1.5-.932 0-1.716-.637-1.938-1.5z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="london-underground-18">
+    <g transform="translate(-108 -1266.4)" color="#000">
+      <path d="M117.5 1269.362c-2.976 0-5.433 2.16-5.906 5H110.5c-.277 0-.5.223-.5.5v1c0 .277.223.5.5.5h1.094c.473 2.842 2.93 5 5.906 5 2.976 0 5.433-2.158 5.906-5h1.094c.277 0 .5-.223.5-.5v-1c0-.277-.223-.5-.5-.5h-1.094c-.473-2.84-2.93-5-5.906-5zm0 2c1.863 0 3.4 1.276 3.844 3h-7.688c.445-1.724 1.98-3 3.844-3zm-3.844 5h7.688c-.445 1.725-1.98 3-3.844 3-1.863 0-3.4-1.275-3.844-3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M117.5 1269.362c-2.976 0-5.433 2.16-5.906 5H110.5c-.277 0-.5.223-.5.5v1c0 .277.223.5.5.5h1.094c.473 2.842 2.93 5 5.906 5 2.976 0 5.433-2.158 5.906-5h1.094c.277 0 .5-.223.5-.5v-1c0-.277-.223-.5-.5-.5h-1.094c-.473-2.84-2.93-5-5.906-5zm0 2c1.863 0 3.4 1.276 3.844 3h-7.688c.445-1.724 1.98-3 3.844-3zm-3.844 5h7.688c-.445 1.725-1.98 3-3.844 3-1.863 0-3.4-1.275-3.844-3z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="london-underground-24">
+    <g transform="translate(-84 -1266.4)" color="#000">
+      <path d="M96.5 1270.362c-3.624 0-6.644 2.583-7.344 6H88c-.5 0-1 .5-1 1v1c0 .5.5 1 1 1h1.156c.7 3.418 3.72 6 7.344 6s6.644-2.582 7.344-6H105c.5 0 1-.5 1-1v-1c0-.5-.5-1-1-1h-1.156c-.7-3.417-3.72-6-7.344-6zm0 2.5c2.056 0 3.868 1.658 4.5 3.5h-9c.632-1.842 2.444-3.5 4.5-3.5zm-4.5 6.5h9c-.632 1.842-2.444 3.5-4.5 3.5s-3.868-1.658-4.5-3.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M96.5 1270.362c-3.624 0-6.644 2.583-7.344 6H88c-.5 0-1 .5-1 1v1c0 .5.5 1 1 1h1.156c.7 3.418 3.72 6 7.344 6s6.644-2.582 7.344-6H105c.5 0 1-.5 1-1v-1c0-.5-.5-1-1-1h-1.156c-.7-3.417-3.72-6-7.344-6zm0 2.5c2.056 0 3.868 1.658 4.5 3.5h-9c.632-1.842 2.444-3.5 4.5-3.5zm-4.5 6.5h9c-.632 1.842-2.444 3.5-4.5 3.5s-3.868-1.658-4.5-3.5z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="maki-12-base">
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="maki-18-base">
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="maki-24-base">
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="maki-icons">
+    <g transform="translate(120 -1050.4)">
+      <g transform="translate(0 -24)" color="#000">
+        <path d="M134 1363.362l-1 1v1.938l-3.406 3.406c-.346-.455-.594-.844-.594-1.344v-1l1 .5v-2.5l-2 1.5v5.5h5.5l1.5-2h-2.5l.5 1h-1c-.5 0-.89-.247-1.344-.594l3.406-3.406H136l1-1v-2l-1-1zm.5 1h1l.5.5v1l-.5.5-1 .015-.5-.515v-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+        <path d="M134 1363.362l-1 1v1.938l-3.406 3.406c-.346-.455-.594-.844-.594-1.344v-1l1 .5v-2.5l-2 1.5v5.5h5.5l1.5-2h-2.5l.5 1h-1c-.5 0-.89-.247-1.344-.594l3.406-3.406H136l1-1v-2l-1-1zm.5 1h1l.5.5v1l-.5.5-1 .015-.5-.515v-1z" fill="#444" overflow="visible"/>
+        <path opacity=".3" fill="none" overflow="visible" d="M126 1362.362h12v12h-12z"/>
+      </g>
+      <g transform="translate(-156 -24)" color="#000">
+        <path d="M323 1269.362c-.47 0-1 .5-1 1v7c0 2.216 1 5 5 5 .36 0 .686-.017 1-.062v-2.937h-4s.5-2 3-2c.5 0 .697.074 1 .187v-2.187c0-.917.365-1.683 1-2 1-.5 1.404-.298 2 0l1 .5v-3.5c0-.5-.53-1-1-1-1 0-2 1-4 1s-3-1-4-1zm7 5c-.47 0-1 .5-1 1v7c0 2.216 1 5 5 5s5-2.784 5-5v-7c0-.5-.53-1-1-1-1 0-2 1-4 1s-3-1-4-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path fill="none" overflow="visible" d="M318 1266.362h24v24h-24z"/>
+        <path d="M323 1269.362c-.47 0-1 .5-1 1v7c0 2.216 1 5 5 5 .36 0 .686-.017 1-.062v-2.937h-4s.5-2 3-2c.5 0 .697.074 1 .187v-2.187c0-.917.365-1.683 1-2 1-.5 1.404-.298 2 0l1 .5v-3.5c0-.5-.53-1-1-1-1 0-2 1-4 1s-3-1-4-1zm1.75 3.5c.69 0 1.25.56 1.25 1.25s-.56 1.25-1.25 1.25-1.25-.56-1.25-1.25.56-1.25 1.25-1.25zm5.25 1.5c-.47 0-1 .5-1 1v7c0 2.216 1 5 5 5s5-2.784 5-5v-7c0-.5-.53-1-1-1-1 0-2 1-4 1s-3-1-4-1zm1.75 3.5c.69 0 1.25.56 1.25 1.25s-.56 1.25-1.25 1.25-1.25-.56-1.25-1.25.56-1.25 1.25-1.25zm4.5 0c.69 0 1.25.56 1.25 1.25s-.56 1.25-1.25 1.25-1.25-.56-1.25-1.25.56-1.25 1.25-1.25zm-5.25 5.5h6s-.5 2-3 2-3-2-3-2z" fill="#444" overflow="visible"/>
+      </g>
+      <g color="#000">
+        <path opacity=".5" fill="none" overflow="visible" d="M-30 1050.362h12v12h-12z"/>
+        <g transform="translate(0 -1)">
+          <path d="M-23.5 1052.362c2.485 0 4.5 2.015 4.5 4.5s-2.015 4.5-4.5 4.5-4.5-2.015-4.5-4.5 2.015-4.5 4.5-4.5zm0 1c-1.933 0-3.5 1.567-3.5 3.5s1.567 3.5 3.5 3.5 3.5-1.567 3.5-3.5-1.567-3.5-3.5-3.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" overflow="visible"/>
+          <path d="M-23.5 1052.362c2.485 0 4.5 2.015 4.5 4.5s-2.015 4.5-4.5 4.5-4.5-2.015-4.5-4.5 2.015-4.5 4.5-4.5zm0 1c-1.933 0-3.5 1.567-3.5 3.5s1.567 3.5 3.5 3.5 3.5-1.567 3.5-3.5-1.567-3.5-3.5-3.5z" fill="#444" overflow="visible"/>
+        </g>
+      </g>
+      <g color="#000">
+        <path opacity=".5" fill="none" overflow="visible" d="M-48 1050.362h18v18h-18z"/>
+        <path d="M-38.5 1052.362c3.59 0 6.5 2.91 6.5 6.5s-2.91 6.5-6.5 6.5-6.5-2.91-6.5-6.5 2.91-6.5 6.5-6.5zm0 1.445c-2.792 0-5.056 2.263-5.056 5.055s2.264 5.056 5.056 5.056c2.792 0 5.056-2.264 5.056-5.056 0-2.792-2.264-5.055-5.056-5.055z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" overflow="visible"/>
+        <path d="M-38.5 1052.362c3.59 0 6.5 2.91 6.5 6.5s-2.91 6.5-6.5 6.5-6.5-2.91-6.5-6.5 2.91-6.5 6.5-6.5zm0 1.445c-2.792 0-5.056 2.263-5.056 5.055s2.264 5.056 5.056 5.056c2.792 0 5.056-2.264 5.056-5.056 0-2.792-2.264-5.055-5.056-5.055z" fill="#444" overflow="visible"/>
+      </g>
+      <g color="#000">
+        <g transform="matrix(-1 0 0 1 -108 70)">
+          <path d="M-40 1015.862a8.5 8.5 0 1 1-17 0 8.5 8.5 0 1 1 17 0z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="1.9998317100000003" overflow="visible"/>
+          <path d="M-40 1015.862a8.5 8.5 0 1 1-17 0 8.5 8.5 0 1 1 17 0z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M-72 1074.362h24v24h-24z"/>
+      </g>
+      <g color="#000">
+        <path d="M-45 1082.862a6.5 6.5 0 1 1 13 0 6.5 6.5 0 1 1-13 0z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="1.99963944" overflow="visible"/>
+        <path d="M-45 1082.862a6.5 6.5 0 1 1 13 0 6.5 6.5 0 1 1-13 0z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M-48 1074.362h18v18h-18z"/>
+      </g>
+      <g color="#000">
+        <g transform="translate(1)">
+          <path d="M-29 1079.862a4.5 4.5 0 1 1 9 0 4.5 4.5 0 1 1-9 0z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2.00016515" overflow="visible"/>
+          <path d="M-29 1079.862a4.5 4.5 0 1 1 9 0 4.5 4.5 0 1 1-9 0z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M-30 1074.362h12v12h-12z"/>
+      </g>
+      <g color="#000">
+        <g transform="translate(-72 94)">
+          <path d="M5 1007.362c-.554 0-1 .446-1 1v15c0 .554.446 1 1 1h15c.554 0 1-.446 1-1v-15c0-.554-.446-1-1-1zm1 2h13v13H6z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/>
+          <path d="M5 1007.362c-.554 0-1 .446-1 1v15c0 .554.446 1 1 1h15c.554 0 1-.446 1-1v-15c0-.554-.446-1-1-1zm1 2h13v13H6z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M-72 1098.362h24v24h-24z"/>
+      </g>
+      <g color="#000">
+        <path d="M-44 1100.362c-.554 0-1 .446-1 1v11c0 .554.446 1 1 1h11c.554 0 1-.446 1-1v-11c0-.554-.446-1-1-1h-11zm1.438 2h8.124c.25 0 .438.188.438.438v8.125c0 .25-.188.437-.438.437h-8.124c-.25 0-.438-.188-.438-.437v-8.125c0-.25.188-.438.438-.438z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/>
+        <path d="M-44 1100.362c-.554 0-1 .446-1 1v11c0 .554.446 1 1 1h11c.554 0 1-.446 1-1v-11c0-.554-.446-1-1-1h-11zm1.438 2h8.124c.25 0 .438.188.438.438v8.125c0 .25-.188.437-.438.437h-8.124c-.25 0-.438-.188-.438-.437v-8.125c0-.25.188-.438.438-.438z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M-48 1098.362h18v18h-18z"/>
+      </g>
+      <g color="#000">
+        <g transform="translate(1)">
+          <path d="M-28.5 1099.362c-.277 0-.5.223-.5.5v8c0 .277.223.5.5.5h8c.277 0 .5-.223.5-.5v-8c0-.277-.223-.5-.5-.5zm.5 1h7v7h-7z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/>
+          <path d="M-28.5 1099.362c-.277 0-.5.223-.5.5v8c0 .277.223.5.5.5h8c.277 0 .5-.223.5-.5v-8c0-.277-.223-.5-.5-.5zm.5 1h7v7h-7z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M-30 1098.362h12v12h-12z"/>
+      </g>
+      <g color="#000">
+        <g transform="translate(-32 118)">
+          <rect width="17" height="17" rx="1.125" ry="1.125" x="-36" y="1007.362" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/>
+          <rect width="17" height="17" rx="1.125" ry="1.125" x="-36" y="1007.362" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M-72 1122.362h24v24h-24z"/>
+      </g>
+      <g color="#000">
+        <rect width="13" height="13" rx="1" ry="1" x="-45" y="1124.362" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/>
+        <rect width="13" height="13" rx="1" ry="1" x="-45" y="1124.362" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M-48 1122.362h18v18h-18z"/>
+      </g>
+      <g color="#000">
+        <g transform="translate(1)">
+          <path d="M-28.5 1123.362h7.875c.312 0 .563.25.563.563v7.875c0 .31-.25.562-.563.562H-28.5c-.312 0-.563-.25-.563-.562v-7.875c0-.312.25-.563.563-.563z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/>
+          <path d="M-28.5 1123.362h7.875c.312 0 .563.25.563.563v7.875c0 .31-.25.562-.563.562H-28.5c-.312 0-.563-.25-.563-.562v-7.875c0-.312.25-.563.563-.563z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M-30 1122.362h12v12h-12z"/>
+      </g>
+      <g color="#000">
+        <g transform="translate(-3.1 -11.5)" fill="#444" font-family="Sans">
+          <path d="M-56.375 1161.862c-.5 0-.726.24-.875.5l-8.5 14c-.088.154-.125.328-.125.5 0 .75.5 1 1 1h17c.5 0 1-.25 1-1 0-.172-.037-.346-.125-.5l-8.5-14c-.15-.26-.375-.5-.875-.5zm0 3l6.78 11h-13.56z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" stroke="#fff" stroke-width="2" overflow="visible"/>
+          <path d="M-56.375 1161.862c-.5 0-.726.24-.875.5l-8.5 14c-.088.154-.125.328-.125.5 0 .75.5 1 1 1h17c.5 0 1-.25 1-1 0-.172-.037-.346-.125-.5l-8.5-14c-.15-.26-.375-.5-.875-.5zm0 3l6.78 11h-13.56z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M-72 1146.362h24v24h-24z"/>
+      </g>
+      <g color="#000">
+        <g fill="#444" font-family="Sans">
+          <path d="M-38.5 1149.362c-.36 0-.517.187-.625.375l-5.78 10.53c-.065.113-.095.252-.095.377 0 .54.358.718.72.718h11.56c.362 0 .72-.177.72-.72 0-.123-.03-.262-.094-.373l-5.78-10.533c-.11-.188-.265-.375-.626-.375zm0 2l4.5 8.5h-9l4.5-8.5z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" stroke="#fff" stroke-width="2" overflow="visible"/>
+          <path d="M-38.5 1149.362c-.36 0-.517.187-.625.375l-5.78 10.53c-.065.113-.095.252-.095.377 0 .54.358.718.72.718h11.56c.362 0 .72-.177.72-.72 0-.123-.03-.262-.094-.373l-5.78-10.533c-.11-.188-.265-.375-.626-.375zm0 2l4.5 8.5h-9l4.5-8.5z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M-48 1146.362h18v18h-18z"/>
+      </g>
+      <g color="#000">
+        <g fill="#444" font-family="Sans">
+          <path d="M-23.5 1148.362c-.25 0-.363.12-.438.25l-4 7c-.044.077-.062.164-.062.25 0 .375.25.5.5.5h8c.25 0 .5-.125.5-.5 0-.086-.018-.173-.063-.25l-4-7c-.074-.13-.187-.25-.437-.25zm0 1.5l3 5.5h-6l3-5.5z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" stroke="#fff" stroke-width="2" overflow="visible"/>
+          <path d="M-23.5 1148.362c-.25 0-.363.12-.438.25l-4 7c-.044.077-.062.164-.062.25 0 .375.25.5.5.5h8c.25 0 .5-.125.5-.5 0-.086-.018-.173-.063-.25l-4-7c-.074-.13-.187-.25-.437-.25zm0 1.5l3 5.5h-6l3-5.5z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M-30 1146.362h12v12h-12z"/>
+      </g>
+      <g color="#000">
+        <g transform="translate(36.9 12.5)" fill="#444" font-family="Sans">
+          <path d="M-96.375 1161.862c-.5 0-.726.24-.875.5l-8.5 14c-.088.154-.125.328-.125.5 0 .75.5 1 1 1h17c.5 0 1-.25 1-1 0-.172-.037-.346-.125-.5l-8.5-14c-.15-.26-.375-.5-.875-.5z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" stroke="#fff" stroke-width="2" overflow="visible"/>
+          <path d="M-96.375 1161.862c-.5 0-.726.24-.875.5l-8.5 14c-.088.154-.125.328-.125.5 0 .75.5 1 1 1h17c.5 0 1-.25 1-1 0-.172-.037-.346-.125-.5l-8.5-14c-.15-.26-.375-.5-.875-.5z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M-72 1170.362h24v24h-24z"/>
+      </g>
+      <g color="#000">
+        <g fill="#444" font-family="Sans">
+          <path d="M-38.5 1173.362c-.36 0-.524.173-.632.36l-5.778 10.557c-.063.11-.09.235-.09.36 0 .542.36.722.722.722h11.556c.36 0 .722-.18.722-.722 0-.124-.027-.25-.09-.36l-5.778-10.557c-.108-.188-.27-.36-.632-.36z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" stroke="#fff" stroke-width="2" overflow="visible"/>
+          <path d="M-38.5 1173.362c-.36 0-.524.173-.632.36l-5.778 10.557c-.063.11-.09.235-.09.36 0 .542.36.722.722.722h11.556c.36 0 .722-.18.722-.722 0-.124-.027-.25-.09-.36l-5.778-10.557c-.108-.188-.27-.36-.632-.36z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M-48 1170.362h18v18h-18z"/>
+      </g>
+      <g color="#000">
+        <g fill="#444" font-family="Sans">
+          <path d="M-23.5 1172.362c-.25 0-.363.12-.438.25l-4 7c-.044.077-.062.164-.062.25 0 .375.25.5.5.5h8c.25 0 .5-.125.5-.5 0-.086-.018-.173-.063-.25l-4-7c-.074-.13-.187-.25-.437-.25z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" stroke="#fff" stroke-width="2" overflow="visible"/>
+          <path d="M-23.5 1172.362c-.25 0-.363.12-.438.25l-4 7c-.044.077-.062.164-.062.25 0 .375.25.5.5.5h8c.25 0 .5-.125.5-.5 0-.086-.018-.173-.063-.25l-4-7c-.074-.13-.187-.25-.437-.25z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M-30 1170.362h12v12h-12z"/>
+      </g>
+      <g transform="translate(0 24)">
+        <g transform="translate(-202 993)" color="#000">
+          <path d="M142.493 204.362l-2 6h-6.5l5 5-2.5 7 6-4 6 4-2.5-7 5-5h-6z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+          <path d="M142.493 204.362l-2 6h-6.5l5 5-2.5 7 6-4 6 4-2.5-7 5-5h-6z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" color="#000" fill="none" overflow="visible" d="M-72 1194.362h24v24h-24z"/>
+      </g>
+      <g transform="translate(0 24)" color="#000">
+        <path d="M-38.5 1196.362l-2 4H-45l3.5 4-1.694 5 4.694-2.89 4.694 2.89-1.694-5 3.5-4h-4.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+        <path d="M-38.5 1196.362l-2 4H-45l3.5 4-1.694 5 4.694-2.89 4.694 2.89-1.694-5 3.5-4h-4.5z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M-48 1194.362h18v18h-18z"/>
+      </g>
+      <g transform="translate(0 24)" color="#000">
+        <g transform="translate(0 -1)">
+          <path d="M-23.5 1196.362l-1.25 3H-28l2.5 2.5-1.25 3.5 3.25-2 3.25 2-1.25-3.5 2.5-2.5h-3.25z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+          <path d="M-23.5 1196.362l-1.25 3H-28l2.5 2.5-1.25 3.5 3.25-2 3.25 2-1.25-3.5 2.5-2.5h-3.25z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M-30 1194.362h12v12h-12z"/>
+      </g>
+      <g transform="translate(0 -24)">
+        <g transform="translate(-203 1017)" color="#000">
+          <path d="M143.493 204.362l-2 6h-6.5l5 5-2.5 7 6-4 6 4-2.5-7 5-5h-6.5zm0 4l1 3.5h4l-3.5 3.5 1.5 3.5-3-2.5-3 2.5 1.5-3.5-3.5-3.5h4z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+          <path d="M143.493 204.362l-2 6h-6.5l5 5-2.5 7 6-4 6 4-2.5-7 5-5h-6.5l-2-6zm0 4l1 3.5h4l-3.5 3.5 1.5 3.5-3-2.5-3 2.5 1.5-3.5-3.5-3.5h4l1-3.5z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" color="#000" fill="none" overflow="visible" d="M-72 1218.362h24v24h-24z"/>
+      </g>
+      <g transform="translate(0 -24)" color="#000">
+        <path d="M-38.5 1220.362l-2 4H-45l3.5 4-1.688 5 4.688-2.875 4.688 2.875-1.688-5 3.5-4h-4.5zm0 2.5l1 2.5h3l-2.5 3 1.156 2.5-2.656-2-2.656 2 1.156-2.5-2.5-3h3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+        <path d="M-38.5 1220.362l-2 4H-45l3.5 4-1.688 5 4.688-2.875 4.688 2.875-1.688-5 3.5-4h-4.5zm0 2.5l1 2.5h3l-2.5 3 1.156 2.5-2.656-2-2.656 2 1.156-2.5-2.5-3h3z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M-48 1218.362h18v18h-18z"/>
+      </g>
+      <g transform="translate(0 -24)" color="#000">
+        <g transform="translate(0 -1)">
+          <path d="M-23.5 1220.362l-1.25 3H-28l2.5 2.5-1.25 3.5 3.25-2 3.25 2-1.25-3.5 2.5-2.5h-3.25l-1.25-3zm0 2l1 2h1.5l-1.5 1.5.5 1.5-1.5-1-1.5 1 .5-1.5-1.5-1.5h1.5l.5-1 .5-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+          <path d="M-23.5 1220.362l-1.25 3H-28l2.5 2.5-1.25 3.5 3.25-2 3.25 2-1.25-3.5 2.5-2.5h-3.25l-1.25-3zm0 2l1 2h1.5l-1.5 1.5.5 1.5-1.5-1-1.5 1 .5-1.5-1.5-1.5h1.5l.5-1 .5-1z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M-30 1218.362h12v12h-12z"/>
+      </g>
+      <g color="#000">
+        <g font-family="Sans">
+          <path d="M-43.917 1244.362c-.54 0-1.083.542-1.083 1.083 0 .27.088.53.305.745l4.672 4.672-4.672 4.672c-.217.217-.305.475-.305.745 0 .54.542 1.082 1.083 1.082.27 0 .542-.067.78-.304l4.637-4.638 4.638 4.638c.237.237.508.304.78.304.54 0 1.082-.542 1.082-1.083 0-.27-.088-.53-.305-.746l-4.672-4.672 4.672-4.672c.217-.216.305-.475.305-.745 0-.54-.542-1.083-1.083-1.083-.27 0-.542.067-.78.305l-4.637 4.638-4.638-4.638c-.237-.238-.508-.305-.78-.305z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+          <path d="M-43.917 1244.362c-.54 0-1.083.542-1.083 1.083 0 .27.088.53.305.745l4.672 4.672-4.672 4.672c-.217.217-.305.475-.305.745 0 .54.542 1.082 1.083 1.082.27 0 .542-.067.78-.304l4.637-4.638 4.638 4.638c.237.237.508.304.78.304.54 0 1.082-.542 1.082-1.083 0-.27-.088-.53-.305-.746l-4.672-4.672 4.672-4.672c.217-.216.305-.475.305-.745 0-.54-.542-1.083-1.083-1.083-.27 0-.542.067-.78.305l-4.637 4.638-4.638-4.638c-.237-.238-.508-.305-.78-.305z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M-48 1242.362h18v18h-18z"/>
+      </g>
+      <g color="#000">
+        <g font-family="Sans">
+          <path d="M-27.5 1243.362c-.25 0-.5.25-.5.5 0 .125.04.244.14.344l3.657 3.656-3.656 3.656c-.1.1-.14.22-.14.344 0 .25.25.5.5.5.125 0 .25-.03.36-.14l3.64-3.64 3.64 3.64c.11.11.235.14.36.14.25 0 .5-.25.5-.5 0-.124-.04-.244-.14-.344l-3.657-3.656 3.656-3.656c.1-.1.14-.22.14-.344 0-.25-.25-.5-.5-.5-.125 0-.25.03-.36.14l-3.64 3.642-3.64-3.64c-.11-.11-.235-.142-.36-.142z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+          <path d="M-27.5 1243.362c-.25 0-.5.25-.5.5 0 .125.04.244.14.344l3.657 3.656-3.656 3.656c-.1.1-.14.22-.14.344 0 .25.25.5.5.5.125 0 .25-.03.36-.14l3.64-3.64 3.64 3.64c.11.11.235.14.36.14.25 0 .5-.25.5-.5 0-.124-.04-.244-.14-.344l-3.657-3.656 3.656-3.656c.1-.1.14-.22.14-.344 0-.25-.25-.5-.5-.5-.125 0-.25.03-.36.14l-3.64 3.642-3.64-3.64c-.11-.11-.235-.142-.36-.142z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M-30 1242.362h12v12h-12z"/>
+      </g>
+      <g transform="translate(-174 965)" color="#000">
+        <path d="M114.493 304.362c-3.23 0-6.5 3-6.5 6.5s5 9.5 6.5 11.5c1.5-2 6.5-8 6.5-11.5s-3.27-6.5-6.5-6.5zm0 2c2.51 0 4.5 1.778 4.5 4.5s-3.333 6.945-4.5 8.5c-1.167-1.555-4.5-5.778-4.5-8.5 0-2.722 1.99-4.5 4.5-4.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+        <path d="M114.493 304.362c-3.23 0-6.5 3-6.5 6.5s5 9.5 6.5 11.5c1.5-2 6.5-8 6.5-11.5s-3.27-6.5-6.5-6.5zm0 2c2.51 0 4.5 1.778 4.5 4.5s-3.333 6.945-4.5 8.5c-1.167-1.555-4.5-5.778-4.5-8.5 0-2.722 1.99-4.5 4.5-4.5z" fill="#444" overflow="visible"/>
+      </g>
+      <path opacity=".5" color="#000" fill="none" overflow="visible" d="M-72 1266.362h24v24h-24z"/>
+      <g color="#000">
+        <path d="M-38.5 1268.362c-2.332 0-4.5 2-4.5 4.5 0 2.528 3.417 7.056 4.5 8.5 1.083-1.444 4.5-5.972 4.5-8.5 0-2.5-2.168-4.5-4.5-4.5zm0 1.5c1.5 0 3 1.25 3 3 0 2-2.25 5-3 6-.75-1-3-4-3-6 0-1.75 1.5-3 3-3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+        <path d="M-38.5 1268.362c-2.332 0-4.5 2-4.5 4.5 0 2.528 3.417 7.056 4.5 8.5 1.083-1.444 4.5-5.972 4.5-8.5 0-2.5-2.168-4.5-4.5-4.5zm0 1.5c1.5 0 3 1.25 3 3 0 2-2.25 5-3 6-.75-1-3-4-3-6 0-1.75 1.5-3 3-3z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M-48 1266.362h18v18h-18z"/>
+      </g>
+      <g color="#000">
+        <path d="M-23.5 1267.362c-1.614 0-3.5 1-3.5 3.5 0 1.75 2.75 5.5 3.5 6.5.75-1 3.5-4.75 3.5-6.5 0-2.5-1.886-3.5-3.5-3.5zm0 1c1.256 0 2.5 1 2.5 2.5 0 1.36-1.917 4.222-2.5 5-.583-.778-2.5-3.64-2.5-5 0-1.5 1.244-2.5 2.5-2.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+        <path d="M-23.5 1267.362c-1.614 0-3.5 1-3.5 3.5 0 1.75 2.75 5.5 3.5 6.5.75-1 3.5-4.75 3.5-6.5 0-2.5-1.886-3.5-3.5-3.5zm0 1c1.256 0 2.5 1 2.5 2.5 0 1.36-1.917 4.222-2.5 5-.583-.778-2.5-3.64-2.5-5 0-1.5 1.244-2.5 2.5-2.5z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M-30 1266.362h12v12h-12z"/>
+      </g>
+      <g transform="translate(0 33)">
+        <path d="M-53 1266.862c0 3.5-5 9.5-6.5 11.5-1.5-2-6.5-8-6.5-11.5s3.27-6.5 6.5-6.5 6.5 3 6.5 6.5z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+        <path d="M-53 1266.862c0 3.5-5 9.5-6.5 11.5-1.5-2-6.5-8-6.5-11.5s3.27-6.5 6.5-6.5 6.5 3 6.5 6.5z" color="#000" fill="#444" overflow="visible"/>
+      </g>
+      <path opacity=".5" color="#000" fill="none" overflow="visible" d="M-72 1290.362h24v24h-24z"/>
+      <path d="M-38.5 1292.362c-2.332 0-4.5 2-4.5 4.5 0 2.528 3.417 7.056 4.5 8.5 1.083-1.444 4.5-5.972 4.5-8.5 0-2.5-2.168-4.5-4.5-4.5z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path opacity=".5" color="#000" fill="none" overflow="visible" d="M-48 1290.362h18v18h-18z"/>
+      <path d="M-38.5 1292.362c-2.332 0-4.5 2-4.5 4.5 0 2.528 3.417 7.056 4.5 8.5 1.083-1.444 4.5-5.972 4.5-8.5 0-2.5-2.168-4.5-4.5-4.5z" color="#000" fill="#444" overflow="visible"/>
+      <g transform="translate(0 24)" color="#000">
+        <path d="M18.5 1053.362c-.83 0-1.5.67-1.5 1.5v3.5h-5v3h5v10h3v-10h5v-3h-5v-3.5c0-.83-.67-1.5-1.5-1.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M18.5 1053.362c-.83 0-1.5.67-1.5 1.5v3.5h-5v3h5v10h3v-10h5v-3h-5v-3.5c0-.83-.67-1.5-1.5-1.5z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M6 1050.362h24v24H6z"/>
+      </g>
+      <g transform="translate(0 24)" color="#000">
+        <g transform="translate(1)">
+          <path d="M38 1051.362c-.74 0-1 .762-1 1.5v2.5h-4v2h4v9h2v-9h4v-2h-4v-2.5c0-.738-.26-1.5-1-1.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+          <path d="M38 1051.362c-.74 0-1 .762-1 1.5v2.5h-4v2h4v9h2v-9h4v-2h-4v-2.5c0-.738-.26-1.5-1-1.5z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M30 1050.362h18v18H30z"/>
+      </g>
+      <g transform="translate(0 24)" color="#000">
+        <path d="M54.25 1051.362c-.462 0-.745.372-.75.833v2.167h-3v1.5h3v5.5H55v-5.5h3v-1.5h-3v-2.166c0-.462-.288-.833-.75-.833z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+        <path d="M54.25 1051.362c-.462 0-.745.372-.75.833v2.167h-3v1.5h3v5.5H55v-5.5h3v-1.5h-3v-2.166c0-.462-.288-.833-.75-.833z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M48 1050.362h12v12H48z"/>
+      </g>
+      <g transform="translate(0 24)" color="#000">
+        <path d="M18.5 1077.362c-4.694 0-8.5 3.806-8.5 8.5 0 4.695 3.806 8.5 8.5 8.5 2.625 0 4.972-1.193 6.53-3.062-1.018.663-2.224 1.062-3.53 1.062-3.59 0-6.5-2.91-6.5-6.5s2.91-6.5 6.5-6.5c1.306 0 2.512.4 3.53 1.063-1.558-1.87-3.905-3.063-6.53-3.063zm5 4l-1 3H19l3 2-1.5 3.5 3-2 3 2-1.5-3.5 3-2h-3.5l-1-3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+        <path d="M18.5 1077.362c-4.694 0-8.5 3.806-8.5 8.5 0 4.695 3.806 8.5 8.5 8.5 2.625 0 4.972-1.193 6.53-3.062-1.018.663-2.224 1.062-3.53 1.062-3.59 0-6.5-2.91-6.5-6.5s2.91-6.5 6.5-6.5c1.306 0 2.512.4 3.53 1.063-1.558-1.87-3.905-3.063-6.53-3.063zm5 4l-1 3H19l3 2-1.5 3.5 3-2 3 2-1.5-3.5 3-2h-3.5l-1-3z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M6 1074.362h24v24H6z"/>
+      </g>
+      <g transform="translate(0 24)" color="#000">
+        <path d="M40 1077.362c-3.39 0-6 2.61-6 6s2.61 6 6 6c1.896 0 3.874-.65 5-2-.736.48-2.057 1-3 1-2.593 0-4.528-2.546-4.528-5.14 0-2.59 1.935-4.86 4.528-4.86.943 0 2.264.52 3 1-1.126-1.35-3.104-2-5-2zm3.61 2.61l-.72 2.39H40l2.528 1.222-1.528 2.778 2.61-1.694 2.39 1.694-1.306-2.778 2.306-1.222h-2.667z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+        <path d="M40 1077.362c-3.39 0-6 2.61-6 6s2.61 6 6 6c1.896 0 3.874-.65 5-2-.736.48-2.057 1-3 1-2.593 0-4.528-2.546-4.528-5.14 0-2.59 1.935-4.86 4.528-4.86.943 0 2.264.52 3 1-1.126-1.35-3.104-2-5-2zm3.61 2.61l-.72 2.39H40l2.528 1.222-1.528 2.778 2.61-1.694 2.39 1.694-1.306-2.778 2.306-1.222h-2.667z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M30 1074.362h18v18H30z"/>
+      </g>
+      <g transform="translate(0 24)" color="#000">
+        <path d="M54 1076.362c-2.21 0-4 1.79-4 4s1.79 4 4 4c.715 0 1.388-.202 1.97-.53-.153.02-.313.03-.47.03-1.933 0-3.5-1.567-3.5-3.5s1.567-3.5 3.5-3.5c.157 0 .317.01.47.03-.658-.373-1.216-.53-1.97-.53zm3 1.5l-1 1.5h-1l1 1.5-.5 1.5 1.5-1 1.5 1-.5-1.5 1-1.5h-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+        <path d="M54 1076.362c-2.21 0-4 1.79-4 4s1.79 4 4 4c.715 0 1.388-.202 1.97-.53-.153.02-.313.03-.47.03-1.933 0-3.5-1.567-3.5-3.5s1.567-3.5 3.5-3.5c.157 0 .317.01.47.03-.658-.373-1.216-.53-1.97-.53zm3 1.5l-1 1.5h-1l1 1.5-.5 1.5 1.5-1 1.5 1-.5-1.5 1-1.5h-1z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M48 1074.362h12v12H48z"/>
+      </g>
+      <g transform="translate(0 -48)">
+        <path d="M18.5 1101.362l-3 4h-5l3 5-3 5h5l3 4 3-4h5l-3-5 3-5h-5z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+        <path d="M18.5 1101.362l-3 4h-5l3 5-3 5h5l3 4 3-4h5l-3-5 3-5h-5z" fill="#444"/>
+        <path opacity=".5" color="#000" fill="none" overflow="visible" d="M6 1098.362h24v24H6z"/>
+      </g>
+      <g transform="translate(0 -48)">
+        <path d="M39.5 1099.362l-2.5 3h-4l2.5 4.5-2.5 4.5h4l2.5 3 2.5-3h4l-2.5-4.5 2.5-4.5h-4l-2.5-3z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+        <path d="M39.5 1099.362l-2.5 3h-4l2.5 4.5-2.5 4.5h4l2.5 3 2.5-3h4l-2.5-4.5 2.5-4.5h-4l-2.5-3z" fill="#444"/>
+        <path opacity=".5" color="#000" fill="none" overflow="visible" d="M30 1098.362h18v18H30z"/>
+      </g>
+      <g transform="translate(0 -48)">
+        <path d="M54.5 1099.362l-1.5 2h-3l2 2.5-2 2.5h3l1.5 2 1.5-2h3l-2-2.5 2-2.5h-3z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+        <path d="M54.5 1099.362l-1.5 2h-3l2 2.5-2 2.5h3l1.5 2 1.5-2h3l-2-2.5 2-2.5h-3z" fill="#444"/>
+        <path opacity=".5" color="#000" fill="none" overflow="visible" d="M48 1098.362h12v12H48z"/>
+      </g>
+      <g color="#000">
+        <path d="M18.5 1126.362c-3.074 0-4.5 2-4.5 5v9c-.5 0-1 .5-1 1v1h11v-1c0-.5-.5-1-1-1v-9c0-3-1.5-5-4.5-5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+        <path d="M18.5 1126.362c-3.074 0-4.5 2-4.5 5v9c-.5 0-1 .5-1 1v1h11v-1c0-.5-.5-1-1-1v-9c0-3-1.5-5-4.5-5z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M6 1122.362h24v24H6z"/>
+      </g>
+      <g color="#000">
+        <path d="M39.5 1124.362c-2.61 0-3.5 1.875-3.5 4.5v6.5c-.435 0-1 .688-1 1.125v.875h9v-.875c0-.437-.565-1.125-1-1.125v-6.501c0-2.625-.89-4.5-3.5-4.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+        <path d="M39.5 1124.362c-2.61 0-3.5 1.875-3.5 4.5v6.5c-.435 0-1 .688-1 1.125v.875h9v-.875c0-.437-.565-1.125-1-1.125v-6.5c0-2.625-.89-4.5-3.5-4.5z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M30 1122.362h18v18H30z"/>
+      </g>
+      <g color="#000">
+        <path d="M54.5 1124.362c-1.865 0-2.5 1.286-2.5 2.786v3.714c-.5 0-1 .5-1 1v.5h7v-.5c0-.5-.5-1-1-1v-3.5c0-1.714-.635-3-2.5-3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+        <path d="M54.5 1124.362c-1.865 0-2.5 1.286-2.5 2.786v3.714c-.5 0-1 .5-1 1v.5h7v-.5c0-.5-.5-1-1-1v-3.5c0-1.714-.635-3-2.5-3z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M48 1122.362h12v12H48z"/>
+      </g>
+      <g color="#000" transform="translate(162 23)">
+        <path d="M12.5 1030.362l-5.5 5h3l-4 4h3l-3 4h5v4c0 .554.446 1 1 1h1c.554 0 1-.446 1-1v-4h5l-3-4h3l-4-4h3l-5.5-5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M12.5 1030.362l-5.5 5h3l-4 4h3l-3 4h5v4c0 .554.446 1 1 1h1c.554 0 1-.446 1-1v-4h5l-3-4h3l-1-1-3-3h3z" fill="#444" overflow="visible"/>
+      </g>
+      <path opacity=".5" color="#000" fill="none" overflow="visible" d="M162 1050.362h24v24h-24z"/>
+      <g color="#000">
+        <path d="M195.5 1052.362l-4 4h2.5l-3 3h2.5l-2.5 3h4v3h1v-3h4l-2.5-3h2.5l-3-3h2.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M195.5 1052.362l-4 4h2.5l-3 3h2.5l-2.5 3h4v3h1v-3h4l-2.5-3h2.5l-3-3h2.5z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M186 1050.362h18v18h-18z"/>
+      </g>
+      <g color="#000">
+        <g transform="translate(0 -2)">
+          <path d="M210.5 1053.362l-3 3h1.72l-2.22 2h2l-2 2h3v2h1v-2h3l-2-2h2l-2.22-2h1.72z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M210.5 1053.362l-3 3h1.72l-2.22 2h2l-2 2h3v2h1v-2h3l-2-2h2l-2.22-2h1.72z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M204 1050.362h12v12h-12z"/>
+      </g>
+      <g color="#000">
+        <g transform="translate(129)">
+          <path d="M52 1085.862c0-1.07-.68-1.987-1.625-2.344.395-.44.625-1.017.625-1.656 0-1.38-1.12-2.5-2.5-2.5-.197 0-.38.02-.563.062-.21-1.17-1.208-2.062-2.437-2.062-1.23 0-2.228.893-2.438 2.063-.183-.043-.365-.062-.562-.062-1.38 0-2.5 1.12-2.5 2.5 0 .64.23 1.214.625 1.656-.945.356-1.625 1.272-1.625 2.342 0 1.38 1 2.5 2.5 2.5h.5l2 3.5v3.5h3v-3.5l2-3.5.72-.014c1.28.014 2.28-1.18 2.28-2.486zm-8 2.5h3l-1 2h-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" overflow="visible"/>
+          <path d="M52 1085.862c0-1.07-.68-1.987-1.625-2.344.395-.44.625-1.017.625-1.656 0-1.38-1.12-2.5-2.5-2.5-.197 0-.38.02-.563.062-.21-1.17-1.208-2.062-2.437-2.062-1.23 0-2.228.893-2.438 2.063-.183-.043-.365-.062-.562-.062-1.38 0-2.5 1.12-2.5 2.5 0 .64.23 1.214.625 1.656-.945.356-1.625 1.272-1.625 2.342 0 1.38 1 2.5 2.5 2.5h.5l2 3.5v3.5h3v-3.5l2-3.5.72-.014c1.28.014 2.28-1.18 2.28-2.486zm-8 2.5h3l-1 2h-1z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M162 1074.362h24v24h-24z"/>
+      </g>
+      <g color="#000">
+        <path d="M200 1083.362c0-1-1-2-1.5-2 .307-.344.61-1.003.61-1.5 0-1.074-1.11-2-2.11-2 0-1-.5-1.5-1.5-1.5s-1.5.5-1.5 1.5c-1 0-2.11.927-2.11 2 0 .498.303 1.157.61 1.5-.5 0-1.5 1-1.5 2s.5 2.056 2.056 2.056h.388l.056.944 1.5 1.5v2.5h1v-2.5l1.5-1.5.055-.944.56-.012c1.385-.044 1.885-1.044 1.885-2.044zm-5.5 2h2v.5l-1 1-1-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M200 1083.362c0-1-1-2-1.5-2 .307-.344.61-1.003.61-1.5 0-1.074-1.11-2-2.11-2 0-1-.5-1.5-1.5-1.5s-1.5.5-1.5 1.5c-1 0-2.11.927-2.11 2 0 .498.303 1.157.61 1.5-.5 0-1.5 1-1.5 2s.5 2.056 2.056 2.056h.388l.056.944 1.5 1.5v2.5h1v-2.5l1.5-1.5.055-.944.56-.012c1.385-.044 1.885-1.044 1.885-2.044zm-5.5 2h2v.5l-1 1-1-1z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M186 1074.362h18v18h-18z"/>
+      </g>
+      <g color="#000">
+        <g transform="translate(-1 -1)">
+          <path d="M210.844 1076.362c-.563.047-.844.75-.844 1.5-1-.5-1.5-.25-1.5.75s1 1.25 1 1.25-1.5-.246-1.5 1.25c0 .69.81 1.25 1.5 1.25v1h1.5v3h1v-3h1.5v-1c1 0 1.5-.597 1.5-1.25 0-1.496-1.5-1.25-1.5-1.25s1-.25 1-1.25-1-1.25-1.5-.75c0-1-.5-1.5-1.5-1.5-.25 0-.47-.016-.656 0zm-.344 6h2l-.5 1h-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M210.844 1076.362c-.563.047-.844.75-.844 1.5-1-.5-1.5-.25-1.5.75s1 1.25 1 1.25-1.5-.246-1.5 1.25c0 .69.81 1.25 1.5 1.25v1h1.5v3h1v-3h1.5v-1c1 0 1.5-.597 1.5-1.25 0-1.496-1.5-1.25-1.5-1.25s1-.25 1-1.25-1-1.25-1.5-.75c0-1-.5-1.5-1.5-1.5-.25 0-.47-.016-.656 0zm-.344 6h2l-.5 1h-1z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M204 1074.362h12v12h-12z"/>
+      </g>
+      <g transform="translate(0 24)" color="#000">
+        <g transform="translate(162 94)">
+          <path d="M6 1010.362c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm3 2c0 1.657-1.343 3-3 3H4.5c-.253 0-.5 0-.5.5v1c0 .5.39.5.5.5H21v-2c0-1 0-3-5-3zm-4 6c-.5 0-1 .5-1 1v3c0 .5.5 1 1 1s1-.5 1-1v-2h13v2c0 .5.5 1 1 1s1-.5 1-1v-3c0-.5-.5-1-1-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M6 1010.362c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm3 2c0 1.657-1.343 3-3 3H4.5c-.253 0-.5 0-.5.5v1c0 .5.39.5.5.5H21v-2c0-1 0-3-5-3zm-4 6c-.5 0-1 .5-1 1v3c0 .5.5 1 1 1s1-.5 1-1v-2h13v2c0 .5.5 1 1 1s1-.5 1-1v-3c0-.5-.5-1-1-1z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M162 1098.362h24v24h-24z"/>
+      </g>
+      <g transform="translate(0 24)" color="#000">
+        <path d="M190.5 1102.112c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5zm2.5 1.25c0 2-1 3-2.5 3h-1c-.5 0-.5.5-.5.5s0 .5.5.5H202v-1.75c0-.75 0-2.25-3.75-2.25zm-3.25 5c-.375 0-.75.375-.75.75v1.5c0 .375.375.75.75.75s.75-.375.75-.75v-1.25h10v1.25c0 .375.375.75.75.75s.75-.375.75-.75v-1.5c0-.375-.375-.75-.75-.75z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M190.5 1102.112c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5zm2.5 1.25c0 2-1 3-2.5 3h-1c-.5 0-.5.5-.5.5s0 .5.5.5H202v-1.75c0-.75 0-2.25-3.75-2.25zm-3.25 5c-.375 0-.75.375-.75.75v1.5c0 .375.375.75.75.75s.75-.375.75-.75v-1.25h10v1.25c0 .375.375.75.75.75s.75-.375.75-.75v-1.5c0-.375-.375-.75-.75-.75z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M186 1098.362h18v18h-18z"/>
+      </g>
+      <g transform="translate(0 24)" color="#000">
+        <path d="M207 1100.362c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zm2 1c0 1-.5 2-2 2h-.75c-.126 0-.25 0-.25.25v.5c0 .25.194.25.25.25H215v-1.5c0-.5 0-1.5-2.5-1.5zm-2.5 4c-.25 0-.5.25-.5.5v1c0 .25.25.5.5.5s.5-.25.5-.5v-.5h7v.5c0 .25.25.5.5.5s.5-.25.5-.5v-1c0-.25-.25-.5-.5-.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M207 1100.362c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zm2 1c0 1-.5 2-2 2h-.75c-.126 0-.25 0-.25.25v.5c0 .25.194.25.25.25H215v-1.5c0-.5 0-1.5-2.5-1.5zm-2.5 4c-.25 0-.5.25-.5.5v1c0 .25.25.5.5.5s.5-.25.5-.5v-.5h7v.5c0 .25.25.5.5.5s.5-.25.5-.5v-1c0-.25-.25-.5-.5-.5z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M204 1098.362h12v12h-12z"/>
+      </g>
+      <g transform="translate(0 -24)" color="#000">
+        <g transform="translate(0 -1)">
+          <path d="M174.5 1126.362l-6.5 5h13zm-5.5 6c-.554 0-.922.452-1 1v7l-1.75 3c-.148.254-.25.357-.25.5 0 .5.632.5 1 .5h15c.355 0 1 0 1-.5 0-.146-.087-.22-.25-.5l-1.75-3v-7c0-.554-.446-1-1-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M174.5 1126.362l-6.5 5h13zm-5.5 6c-.554 0-.922.452-1 1v7l-1.75 3c-.148.254-.25.357-.25.5 0 .5.632.5 1 .5h15c.355 0 1 0 1-.5 0-.146-.087-.22-.25-.5l-1.75-3v-7c0-.554-.446-1-1-1zm2 2h1.5c.5 0 1 1 1 1l1 2.5 1-2.5c.223-.558.5-1 1-1h1.5c.554 0 1 .446 1 1v5c0 .5-.5 1-1 1s-1-.5-1-1v-4l-1.5 3s-.5 1-1 1-1-1-1-1l-1.5-3v4c0 .5-.5 1-1 1s-1-.5-1-1v-5c0-.554.446-1 1-1z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M162 1122.362h24v24h-24z"/>
+      </g>
+      <g transform="translate(0 -24)" color="#000">
+        <g transform="translate(-1 -1)">
+          <path d="M201 1129.362l-4.5-3-4.5 3v7l-1 1.5c0 .36.234.5.5.5h10c.256 0 .5-.14.5-.5l-1-1.5v-5.055z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M196.5 1126.362l-4.5 3h9zm-3.5 4c-.5 0-1 .5-1 .945v5.055l-1 1.5c0 .36.234.5.5.5h10c.256 0 .5-.14.5-.5l-1-1.5v-5.055c0-.445-.5-.945-1-.945zm2 1.5c.5 0 .5 0 1 1l.5 1 .5-1c.5-1 .5-1 1-1s1 .5 1 1v3.5c0 .36-.14.5-.5.5s-.5-.14-.5-.5v-2.89l-1 1.89c-.265.5-.735.5-1 0l-1-1.89v2.89c0 .36-.14.5-.5.5s-.5-.14-.5-.5v-3.5c0-.5.5-1 1-1z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M186 1122.362h18v18h-18z"/>
+      </g>
+      <g transform="translate(0 -24)" color="#000">
+        <g transform="translate(1)">
+          <path d="M213 1125.362l-3.5-2-3.5 2v6l-1 1h9l-1-1v-1zm-5.5 2h.75c.25 0 .5.5.5.5l.75 1.5.75-1.5c.134-.27.25-.5.5-.5h.75c.277 0 .5.223.5.5v2.5c0 .25-.25.5-.5.5s-.5-.25-.5-.5v-2l-.75 1.5c-.12.24-.25.5-.75.5s-.63-.26-.75-.5l-.75-1.5v2c0 .25-.25.5-.5.5s-.5-.25-.5-.5v-2.5c0-.277.223-.5.5-.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M209.5 1123.362l-3.5 2h7zm-3 3c-.277 0-.5.223-.5.5v4.5l-1 1h9l-1-1v-4.5c0-.277-.223-.5-.5-.5zm1 1h.75c.25 0 .5.5.5.5l.75 1.5.75-1.5c.134-.27.25-.5.5-.5h.75c.277 0 .5.223.5.5v2.5c0 .25-.25.5-.5.5s-.5-.25-.5-.5v-2l-.75 1.5c-.12.24-.25.5-.75.5s-.63-.26-.75-.5l-.75-1.5v2c0 .25-.25.5-.5.5s-.5-.25-.5-.5v-2.5c0-.277.223-.5.5-.5z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M204 1122.362h12v12h-12z"/>
+      </g>
+      <g color="#000">
+        <g transform="translate(0 1)">
+          <path d="M174.5 1147.362s-2.59 2.004-2.5 3v11h-2c-.554 0-1 .446-1 1v2h-1c-.554 0-1 .446-1 1v1h15v-1c0-.554-.446-1-1-1h-1v-2c0-.554-.446-1-1-1h-2v-11c0-1-2.5-3-2.5-3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M174.5 1147.362s-2.59 2.004-2.5 3v11h-2c-.554 0-1 .446-1 1v2h-1c-.554 0-1 .446-1 1v1h15v-1c0-.554-.446-1-1-1h-1v-2c0-.554-.446-1-1-1h-2v-11c0-1-2.5-3-2.5-3z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M162 1146.362h24v24h-24z"/>
+      </g>
+      <g color="#000">
+        <path d="M195.444 1148.362s-1.444 1.722-1.444 2.5v7.5h-1c-.43 0-1 .514-1 .945v1.555h-1c-.5 0-1 .5-1 1v.5h11v-.5c0-.5-.5-1-1-1h-1v-1.5c0-.5-.5-1-1-1h-1v-7.5c0-.778-1.556-2.5-1.556-2.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M195.444 1148.362s-1.444 1.722-1.444 2.5v7.5h-1c-.43 0-1 .514-1 .945v1.555h-1c-.5 0-1 .5-1 1v.5h11v-.5c0-.5-.5-1-1-1h-1v-1.5c0-.5-.5-1-1-1h-1v-7.5c0-.778-1.556-2.5-1.556-2.5z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M186 1146.362h18v18h-18z"/>
+      </g>
+      <g color="#000">
+        <path d="M210.5 1147.362s-1.5 1.5-1.5 2v4h-.5c-.277 0-.464.226-.5.5v1.5h-.5c-.277 0-.5.223-.5.5v.5h7v-.5c0-.277-.223-.5-.5-.5h-.5v-1.5c0-.277-.223-.5-.5-.5h-.5v-4c0-.5-1.5-2-1.5-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M210.5 1147.362s-1.5 1.5-1.5 2v4h-.5c-.277 0-.464.226-.5.5v1.5h-.5c-.277 0-.5.223-.5.5v.5h7v-.5c0-.277-.223-.5-.5-.5h-.5v-1.5c0-.277-.223-.5-.5-.5h-.5v-4c0-.5-1.5-2-1.5-2z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M204 1146.362h12v12h-12z"/>
+      </g>
+      <g transform="translate(162 165)">
+        <path d="M17 1007.362c-2 3-3.784 5.005-6 7-2.117 1.906-6 1.252-6 4v1c0 1 1 1.952 1 3v1c0 1.5-.5 1.5-1 3h1l2-3v3h1v-6h2v6h1v-4.5l1 1.5 1 3h1l-1.53-6.28c.588-.36.53-1.026.53-1.72v-3l4-5.5 1.437.446c.3.093.563.055.563-.196 0-.5-.327-.61-.5-.75z" opacity=".3" color="#000" fill="#444" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M17 1007.362c-2 3-3.784 5.005-6 7-2.117 1.906-6 1.25-6 4v1c0 1 1 1.952 1 3v1c0 1.5-.5 1.5-1 3h1l2-3v3h1v-6h2v6h1v-4.5l1 1.5 1 3h1l-1.53-6.28c.588-.36.53-1.026.53-1.72v-3l4-5.5 1.437.445c.3.093.563.055.563-.195 0-.5-.327-.61-.5-.75z" color="#000" fill="#444" overflow="visible"/>
+      </g>
+      <path opacity=".5" color="#000" fill="none" overflow="visible" d="M162 1170.362h24v24h-24z"/>
+      <g color="#000">
+        <g fill="#444">
+          <path d="M199 1172.362c-1.333 2-1.523 3.67-3 5-1.41 1.27-4 .834-4 2.667v.666c0 .666.667 1.3.667 2v.666c0 1-.334 1-.667 2h.667l1.333-2v2h1v-4h1v4h1v-3l1 3h.667l-1.02-4.187c.392-.24.353-.683.353-1.146v-2l1.5-3.668 1.5.5v-.5l-.333-.333z" opacity=".3" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M199 1172.362c-1.333 2-1.523 3.67-3 5-1.41 1.27-4 .834-4 2.667v.666c0 .666.667 1.3.667 2v.666c0 1-.334 1-.667 2h.667l1.333-2v2h1v-4h1v4h1v-3l1 3h.667l-1.02-4.187c.392-.24.353-.683.353-1.146v-2l1.5-3.668 1.5.5v-.5l-.333-.333z" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M186 1170.362h18v18h-18z"/>
+      </g>
+      <path d="M212.5 1171.362c-1 1.5-.892 3.003-2 4-1.058.953-3.5.626-3.5 2v.5c0 .5.5.976.5 1.5v.5c0 .75-.25.75-.5 1.5h.5l1-1.5v1.5h.5v-3h1v3h.5v-2.5h1l.5 2.5h.5l-.5-4v-1.5l1-3.5h1v-1z" opacity=".3" color="#000" fill="#444" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M212.5 1171.362c-1 1.5-.892 3.003-2 4-1.058.953-3.5.626-3.5 2v.5c0 .5.5.976.5 1.5v.5c0 .75-.25.75-.5 1.5h.5l1-1.5v1.5h.5v-3h1v3h.5v-2.5h1l.5 2.5h.5l-.5-4v-1.5l1-3.5h1v-1z" color="#000" fill="#444" overflow="visible"/>
+      <path opacity=".5" color="#000" fill="none" overflow="visible" d="M204 1170.362h12v12h-12z"/>
+      <g color="#000">
+        <path d="M170.3 1198.362c-.253 0-.3.56-.3 1v2c0 2.03 2 3.063 4 3v8c-1-2-4-5-7-4 0 0 2.5 6 7.5 6s7.5-6 7.5-6c-3-1-6 2-7 4v-8c2 .062 4-.97 4-3v-2c0-.44-.047-1-.3-1-.193 0-.426.226-.7.5l-1.5 1.5-1.5-1.687c-.157-.176-.247-.313-.5-.313s-.343.137-.5.313l-1.5 1.687-1.5-1.5c-.274-.274-.507-.5-.7-.5z" opacity=".3" fill="#444" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M170.3 1198.362c-.253 0-.3.56-.3 1v2c0 2.03 2 3.063 4 3v8c-1-2-4-5-7-4 0 0 2.5 6 7.5 6s7.5-6 7.5-6c-3-1-6 2-7 4v-8c2 .062 4-.97 4-3v-2c0-.44-.047-1-.3-1-.193 0-.426.226-.7.5l-1.5 1.5-1.5-1.687c-.157-.176-.247-.313-.5-.313s-.343.137-.5.313l-1.5 1.687-1.5-1.5c-.274-.274-.507-.5-.7-.5z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M162 1194.362h24v24h-24z"/>
+      </g>
+      <path d="M192 1196.362v2.5c0 1.65 1.375 2.55 3 2.5v6.5c-.813-1.625-2.5-3.5-5-2.5 0 0 1.5 4 5.5 4s5.5-4 5.5-4c-2.5-1-4.188.875-5 2.5v-6.5c1.625.05 3-.85 3-2.5v-2.5l-2 2-1.5-2-1.5 2z" opacity=".3" color="#000" fill="#444" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <g transform="translate(-123.5 911)">
+        <path d="M315.493 285.39v2.5c0 1.65 1.375 2.55 3 2.5v6.5c-.812-1.625-2.5-3.5-5-2.5 0 0 1.5 4 5.5 4s5.5-4 5.5-4c-2.5-1-4.187.875-5 2.5v-6.5c1.625.05 3-.85 3-2.5v-2.5l-2 2-1.5-2-1.5 2z" color="#000" fill="#444" overflow="visible"/>
+      </g>
+      <path opacity=".5" color="#000" fill="none" overflow="visible" d="M186 1194.362h18v18h-18z"/>
+      <g color="#000">
+        <g fill="#444">
+          <path d="M208 1195.362v2c0 .867.935 1.754 2 1.97v4.03c-.5-1-1.5-2-3-1 0 0 1 2 3.5 2s3.5-2 3.5-2c-1.5-1-2.5 0-3 1v-4.03c1.065-.216 2-1.103 2-1.97v-2l-1.563 1.25-.937-1.25-.938 1.25-1.562-1.25z" opacity=".3" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M208 1195.362v2c0 .867.935 1.754 2 1.97v4.03c-.5-1-1.5-2-3-1 0 0 1 2 3.5 2s3.5-2 3.5-2c-1.5-1-2.5 0-3 1v-4.03c1.065-.216 2-1.103 2-1.97v-2l-1.563 1.25-.937-1.25-.938 1.25-1.562-1.25z" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M204 1194.362h12v12h-12z"/>
+      </g>
+      <g color="#000">
+        <g transform="translate(162 213)" font-family="Sans">
+          <path d="M12.5 1009.362c-.5 0-.726.24-.875.5l-6.22 11.5H4.063c-.586 0-1.062.446-1.062 1s.476 1 1.063 1h16.875c.586 0 1.062-.446 1.062-1s-.476-1-1.063-1h-1.343l-6.22-11.5c-.148-.26-.374-.5-.874-.5zm0 5l3.5 7H9z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M12.5 1009.362c-.5 0-.726.24-.875.5l-6.22 11.5H4.063c-.586 0-1.062.446-1.062 1s.476 1 1.063 1h16.875c.586 0 1.062-.446 1.062-1s-.476-1-1.063-1h-1.343l-6.22-11.5c-.148-.26-.374-.5-.874-.5zm0 5l3.5 7H9z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M162 1218.362h24v24h-24z"/>
+      </g>
+      <g color="#000">
+        <g transform="translate(-1 -3)" font-family="Sans">
+          <path d="M196.5 1225.363c-.36 0-.524.172-.632.36l-3.868 8.14h-1.5c-.5 0-.5.777-.5.777s0 .722.5.722h12c.5 0 .5-.722.5-.722s0-.778-.5-.778H201l-3.868-8.14c-.108-.187-.27-.36-.632-.36z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M196.5 1225.363c-.36 0-.524.172-.632.36l-3.868 8.14h-1.5c-.5 0-.5.777-.5.777s0 .722.5.722h12c.5 0 .5-.722.5-.722s0-.778-.5-.778H201l-3.868-8.14c-.108-.187-.27-.36-.632-.36zm0 3l2.5 5.5h-5z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M186 1218.362h18v18h-18z"/>
+      </g>
+      <g color="#000">
+        <g transform="translate(-1 -1)" font-family="Sans">
+          <path d="M211.53 1221.362c-.25 0-.362.12-.436.25l-2.86 5.75h-.734c-.293 0-.5.223-.5.5s.207.5.5.5H215.47c.292 0 .53-.223.53-.5s-.238-.5-.53-.5h-.642l-2.86-5.75c-.074-.13-.187-.25-.437-.25z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M211.53 1221.362c-.25 0-.362.12-.436.25l-2.86 5.75h-.734c-.293 0-.5.223-.5.5s.207.5.5.5H215.47c.292 0 .53-.223.53-.5s-.238-.5-.53-.5h-.642l-2.86-5.75c-.074-.13-.187-.25-.437-.25zm0 2.5l1.5 3.5h-3z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M204 1218.362h12v12h-12z"/>
+      </g>
+      <g transform="translate(78)">
+        <path d="M254.75 1053.362c-.97 0-1.75.78-1.75 1.75s.78 1.75 1.75 1.75 1.75-.78 1.75-1.75-.78-1.75-1.75-1.75zm-8 2c-.97 0-1.75.78-1.75 1.75s.78 1.75 1.75 1.75 1.75-.78 1.75-1.75-.78-1.75-1.75-1.75zm9.25 2c-.373 0-.986.135-1.5.5l-3.25 2.313c-.882.627-.073 1.732.75 1.187l2.125-1.406s1.4 3.004.875 4.406c-.018.047-.033.09-.03.125l-2.19 5.813c-.25.67.233 1.07.72 1.062.32 0 .625-.193.78-.562l2.72-6.438s.5 3 2.5 3h2.75c.75 0 .75-.75.75-.75s0-.75-.75-.75H260c-1.067 0-1-1.602-1-2.5 0-1.5-1-4-1-4l3 2c.906.604 1.692-.466.813-1.125l-3.313-2.375c-.604-.43-.797-.5-1.5-.5h-1zm-10.5 2c-.5 0-.736.237-1 .5l-2.125 2.125c-.274.274-.375.52-.375.875 0 .5.764.736 1.188.313l1.812-1.813c1 0 1.375 2.5 1 3.5l-1.5 4c-.415 1.108 1.144 1.45 1.5.5l1.5-4s.5 1 1.5 1h3c1 0 1-1.5 0-1.5h-2.5c-.5 0-.5-1-.5-1.5 0-2-1-4-2-4z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M254.75 1053.362c-.97 0-1.75.78-1.75 1.75s.78 1.75 1.75 1.75 1.75-.78 1.75-1.75-.78-1.75-1.75-1.75zm-8 2c-.97 0-1.75.78-1.75 1.75s.78 1.75 1.75 1.75 1.75-.78 1.75-1.75-.78-1.75-1.75-1.75zm9.25 2c-.373 0-.986.135-1.5.5l-3.25 2.313c-.882.627-.073 1.732.75 1.187l2.125-1.406s1.4 3.004.875 4.406c-.018.047-.033.09-.03.125l-2.19 5.813c-.25.67.233 1.07.72 1.062.32-.004.625-.193.78-.562l2.72-6.438s.5 3 2.5 3h2.75c.75 0 .75-.75.75-.75s0-.75-.75-.75H260c-1.067 0-1-1.602-1-2.5 0-1.5-1-4-1-4l3 2c.906.604 1.692-.466.813-1.125l-3.313-2.375c-.604-.43-.797-.5-1.5-.5h-1zm-10.5 2c-.5 0-.736.237-1 .5l-2.125 2.125c-.274.274-.375.52-.375.875 0 .5.764.736 1.188.313l1.812-1.813c1 0 1.375 2.5 1 3.5l-1.5 4c-.415 1.108 1.144 1.45 1.5.5l1.5-4s.5 1 1.5 1h3c1 0 1-1.5 0-1.5h-2.5c-.5 0-.5-1-.5-1.5 0-2-1-4-2-4z" color="#000" fill="#444" overflow="visible"/>
+        <path opacity=".5" color="#000" fill="none" overflow="visible" d="M240 1050.362h24v24h-24z"/>
+      </g>
+      <g transform="translate(78)" color="#000">
+        <g transform="translate(0 -1)">
+          <path d="M274.75 1053.362c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25zm-5.688 1c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25zm6.688 2c-.28 0-.74.1-1.125.375l-2.438 1.75c-.66.47-.054 1.283.563.875l1.594-1.062s.436.356.656 1.062l-.03 1.844-1.626 4.344c-.188.502.166.817.53.812.24 0 .477-.16.595-.437l2.03-4.563s.375 2 1.875 2h2.125c.5 0 .5-.5.5-.5s0-.5-.5-.5h-2s-.5 0-.5-1c0-.704-.78-2.498-1-3v-.5l2.5 1.375c.68.453 1.284-.35.625-.844l-2.625-1.53c-.517-.29-1.082-.5-1.75-.5zm-7.125 1c-.375 0-.552.178-.75.375l-1.594 1.594c-.204.206-.28.39-.28.657 0 .375.558.567.875.25l1.375-1.375c.315 0 .75.04.75.5v2.125l-1.125 3c-.312.83.858 1.087 1.125.375l1.125-3s.375.5 1.125.5h2.188c.75 0 .75-1 0-1H271.5s-.5 0-.5-.5v-.75c0-1.5-.5-2.75-1.25-2.75h-1.125z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M274.75 1053.362c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25zm-5.688 1c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25zm6.688 2c-.28 0-.74.1-1.125.375l-2.438 1.75c-.66.47-.054 1.283.563.875l1.594-1.062s.436.356.656 1.062l-.03 1.844-1.626 4.344c-.188.502.166.817.53.812.24 0 .477-.16.595-.437l2.03-4.563s.375 2 1.875 2h2.125c.5 0 .5-.5.5-.5s0-.5-.5-.5h-2s-.5 0-.5-1c0-.704-.78-2.498-1-3v-.5l2.5 1.375c.68.453 1.284-.35.625-.844l-2.625-1.53c-.517-.29-1.082-.5-1.75-.5zm-7.125 1c-.375 0-.552.178-.75.375l-1.594 1.594c-.204.206-.28.39-.28.657 0 .375.558.567.875.25l1.375-1.375c.315 0 .75.04.75.5v2.125l-1.125 3c-.312.83.858 1.087 1.125.375l1.125-3s.375.5 1.125.5h2.188c.75 0 .75-1 0-1H271.5s-.5 0-.5-.5v-.75c0-1.5-.5-2.75-1.25-2.75h-1.125z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M264 1050.362h18v18h-18z"/>
+      </g>
+      <g transform="translate(78)" color="#000">
+        <path d="M289 1051.862c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zm-4 1c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zm4.5 1.5h-.5l-2 1v1l2-1V1057.925l-1 3.437h1l1-3.5s.25 1.5 1.25 1.5H293v-.75h-1.5c-.534 0-.5-.8-.5-1.25 0-.75-.5-2-.5-2l1.5.938c.453.302.846-.233.406-.563l-1.656-1.125c-.302-.215-.398-.25-.75-.25zm-4.75 1c-.25 0-.368.118-.5.25l-1.063 1.063c-.136.137-.187.26-.187.437 0 .25.382.368.594.156l.906-.906h.5v1l-1 2.75c-.202.556.572.724.75.25l.505-1.3H288v-.7h-1.5v-2c0-.5-.5-1-1-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M289 1051.862c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zm-4 1c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zm4.5 1.5h-.5l-2 1v1l2-1V1057.925l-1 3.437h1l1-3.5s.25 1.5 1.25 1.5H293v-.75h-1.5c-.534 0-.5-.8-.5-1.25 0-.75-.5-2-.5-2l1.5.938c.453.302.846-.233.406-.563l-1.656-1.125c-.302-.215-.398-.25-.75-.25zm-4.75 1c-.25 0-.368.118-.5.25l-1.063 1.063c-.136.137-.187.26-.187.437 0 .25.382.368.594.156l.906-.906h.5v1l-1 2.75c-.202.556.572.724.75.25l.505-1.3H288v-.7h-1.5v-2c0-.5-.5-1-1-1z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M282 1050.362h12v12h-12z"/>
+      </g>
+      <g transform="translate(78)">
+        <g transform="translate(240 68)" color="#000">
+          <path d="M12.5 1011.362l-9.5 5 9.5 5 5.5-2.78v3.78c0 2 2 2 2 2v-1s-1-.057-1-1v-4.344l3-1.656zm-4.5 9v2c0 .497.325 1.163 1 1.5l3.5 1.5 3-1.5c.675-.337 1.547-1.005 1.5-1.5v-2l-4.5 2.188z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M12.5 1011.362l-9.5 5 9.5 5 5.5-2.78v3.78c0 2 2 2 2 2v-1s-1-.057-1-1v-4.344l3-1.656zm-4.5 9v2c0 .497.325 1.163 1 1.5l3.5 1.5 3-1.5c.675-.337 1.547-1.005 1.5-1.5v-2l-4.5 2.188z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" color="#000" fill="none" overflow="visible" d="M240 1074.362h24v24h-24z"/>
+      </g>
+      <g transform="translate(78)" color="#000">
+        <g transform="translate(-1)">
+          <path d="M274.5 1078.362l-6.5 3.5 6.5 3.5 4.5-2.344v3.563c0 1.782 1.5 1.532 1.5 1.532v-.75s-.78 0-.78-.78v-3.97l1.28-.75zm-3.5 6.5v1.438c0 .36.513.818 1 1.062l2.5 1 2.5-1c.487-.244 1-.704 1-1.062v-1.438l-3.5 1.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M274.5 1078.362l-6.5 3.5 6.5 3.5 4.5-2.344v3.563c0 1.782 1.5 1.532 1.5 1.532v-.75s-.78 0-.78-.78v-3.97l1.28-.75zm-3.5 6.5v1.438c0 .36.513.818 1 1.062l2.5 1 2.5-1c.487-.244 1-.704 1-1.062v-1.438l-3.5 1.5z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M264 1074.362h18v18h-18z"/>
+      </g>
+      <g transform="translate(78)" color="#000">
+        <g transform="translate(-1 -1)">
+          <path d="M289.5 1077.362l-4.5 2.5 4.5 2.5 2.5-1.5v1.25l-2.5 1.25-2.5-1.25v1.25l2.5 1.5 2.5-1.5c0 .5 1 .5 1 .5v-.5s-.5-.03-.5-.5v-2l1.5-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M289.5 1077.362l-4.5 2.5 4.5 2.5 2.5-1.5v1.25l-2.5 1.25-2.5-1.25v1.25l2.5 1.5 2.5-1.5c0 .5 1 .5 1 .5v-.5s-.5-.03-.5-.5v-2l1.5-1z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M282 1074.362h12v12h-12z"/>
+      </g>
+      <g transform="translate(78)">
+        <g transform="translate(0 2)">
+          <path d="M244 1101.362v10c3 3 7 2 7 4h1v-9c0-3-5-3-8-5zm17 0c-3 2-8 2-8 5v9h1c0-2 4-1 7-4z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M244 1101.362v10c3 3 7 2 7 4h1v-9c0-3-5-3-8-5zm17 0c-3 2-8 2-8 5v9h1c0-2 4-1 7-4z" color="#000" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" color="#000" fill="none" overflow="visible" d="M240 1098.362h24v24h-24z"/>
+      </g>
+      <g transform="translate(78)" color="#000">
+        <g transform="translate(1 -1)">
+          <path d="M266 1103.715v7.647c2 2.5 5 1.47 5 3h1v-6.882c0-2.294-3-1.618-6-3.765zm13 0c-3 2.147-6 1.47-6 3.765v6.882h1c0-1.53 3-.5 5-3z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M266 1103.715v7.647c2 2.5 5 1.47 5 3h1v-6.882c0-2.294-3-1.618-6-3.765zm13 0c-3 2.147-6 1.47-6 3.765v6.882h1c0-1.53 3-.5 5-3z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M264 1098.362h18v18h-18z"/>
+      </g>
+      <g transform="translate(78)" color="#000">
+        <g transform="translate(-1)">
+          <path d="M285 1100.362v6c1.5 1.5 3.75 1 3.75 2h.5v-5.5c0-1.5-2.75-1.5-4.25-2.5zm9 0c-1.5 1-4.25 1-4.25 2.5v5.5h.5c0-1 2.25-.5 3.75-2z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M285 1100.362v6c1.5 1.5 3.75 1 3.75 2h.5v-5.5c0-1.5-2.75-1.5-4.25-2.5zm9 0c-1.5 1-4.25 1-4.25 2.5v5.5h.5c0-1 2.25-.5 3.75-2z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M282 1098.362h12v12h-12z"/>
+      </g>
+      <g transform="translate(234 -72)" color="#000">
+        <g transform="translate(240 118)">
+          <path d="M11 1008.362c-.554 0-1 .446-1 1v4H6c-.554 0-1 .446-1 1v3c0 .554.446 1 1 1h4v4c0 .554.446 1 1 1h3c.554 0 1.07-.45 1-1v-4h4c.554 0 1-.446 1-1v-3c0-.554-.446-1-1-1h-4v-4c0-.554-.446-1-1-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/>
+          <path d="M11 1008.362c-.554 0-1 .446-1 1v4H6c-.554 0-1 .446-1 1v3c0 .554.446 1 1 1h4v4c0 .554.446 1 1 1h3c.554 0 1-.446 1-1v-4h4c.554 0 1-.446 1-1v-3c0-.554-.446-1-1-1h-4v-4c0-.554-.446-1-1-1z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M240 1122.362h24v24h-24z"/>
+      </g>
+      <g transform="translate(234 -72)" color="#000">
+        <g transform="translate(261 115)">
+          <path d="M11 1009.362c-.554 0-1 .446-1 1v3H7c-.554 0-1 .446-1 1v3c0 .554.474 1.175 1 1h3v3c0 .554.446 1 1 1h3c.554 0 1-.446 1-1v-3h3c.554 0 1-.446 1-1v-3c0-.554-.446-1-1-1h-3v-3c0-.554-.446-1-1-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/>
+          <path d="M11 1009.362c-.554 0-1 .446-1 1v3H7c-.554 0-1 .446-1 1v3c0 .554.474 1.175 1 1h3v3c0 .554.446 1 1 1h3c.554 0 1-.446 1-1v-3h3c.554 0 1-.446 1-1v-3c0-.554-.446-1-1-1h-3v-3c0-.554-.446-1-1-1z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M264 1122.362h18v18h-18z"/>
+      </g>
+      <g transform="translate(234 -72)">
+        <path d="M284 1127.362c0-.554.446-1 1-1h2v-2c0-.554.446-1 1-1h1c.554 0 1 .446 1 1v2h2c.554 0 1 .446 1 1v1c0 .554-.446 1-1 1h-2v2c0 .554-.446 1-1 1h-1c-.554 0-1-.446-1-1v-2h-2c-.554 0-1-.446-1-1z" overflow="visible" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2"/>
+        <path d="M284 1127.362c0-.554.446-1 1-1h2v-2c0-.554.446-1 1-1h1c.554 0 1 .446 1 1v2h2c.554 0 1 .446 1 1v1c0 .554-.446 1-1 1h-2v2c0 .554-.446 1-1 1h-1c-.554 0-1-.446-1-1v-2h-2c-.554 0-1-.446-1-1z" color="#000" fill="#444" overflow="visible"/>
+        <path opacity=".5" color="#000" fill="none" overflow="visible" d="M282 1122.362h12v12h-12z"/>
+      </g>
+      <g transform="translate(234 -72)" color="#000">
+        <path d="M252.5 1148.362c-3.038 0-5.5 1.12-5.5 2.5v3c0 1.38 2.462 2.5 5.5 2.5s5.5-1.12 5.5-2.5v-3c0-1.38-2.462-2.5-5.5-2.5zm-5.5 9v7.5c0 1.38 2.462 2.5 5.5 2.5s5.5-1.12 5.5-2.5v-7.5c0-1-.5-1-1-.5-.84.894-2.228 1.5-4.5 1.5-2.227 0-3.635-.635-4.5-1.5-.5-.5-1-.5-1 .5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M252.5 1148.362c-3.038 0-5.5 1.12-5.5 2.5v3c0 1.38 2.462 2.5 5.5 2.5s5.5-1.12 5.5-2.5v-3c0-1.38-2.462-2.5-5.5-2.5zm-5.5 9v7.5c0 1.38 2.462 2.5 5.5 2.5s5.5-1.12 5.5-2.5v-7.5c0-1-.5-1-1-.5-.84.894-2.228 1.5-4.5 1.5-2.227 0-3.635-.635-4.5-1.5-.5-.5-1-.5-1 .5zm3 3c.752.176 1.597.28 2.5.28.903.002 1.748-.104 2.5-.28v4c-.752.176-1.597.28-2.5.28-.903.002-1.748-.104-2.5-.28z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M240 1146.362h24v24h-24z"/>
+      </g>
+      <g transform="translate(234 -72)" color="#000">
+        <g transform="translate(-1)">
+          <path d="M274.5 1149.362c-1.933 0-3.5.672-3.5 1.5v2.5c0 .83 1.567 1.5 3.5 1.5s3.5-.67 3.5-1.5v-2.5c0-.828-1.567-1.5-3.5-1.5zm-3.5 5.5v6.5s1 1 3.5 1 3.5-1 3.5-1v-6.5c0 .83-1.567 1.5-3.5 1.5s-3.5-.67-3.5-1.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M274.5 1149.362c-1.933 0-3.5.672-3.5 1.5v2.5c0 .83 1.567 1.5 3.5 1.5s3.5-.67 3.5-1.5v-2.5c0-.828-1.567-1.5-3.5-1.5zm-3.5 5.5v6.5s1 1 3.5 1 3.5-1 3.5-1v-6.5c0 .83-1.567 1.5-3.5 1.5s-3.5-.67-3.5-1.5zm2 2.5c.453.092.965.156 1.5.156s1.047-.064 1.5-.156v3c-.453.092-.965.156-1.5.156s-1.047-.064-1.5-.156z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M264 1146.362h18v18h-18z"/>
+      </g>
+      <g transform="translate(234 -72)">
+        <path d="M288.5 1147.862c-1.38 0-2.5.448-2.5 1v1.5c0 .552 1.12 1 2.5 1s2.5-.448 2.5-1v-1.5c0-.552-1.12-1-2.5-1zm-2.5 3.5v5c0 .552 1.12 1 2.5 1s2.5-.448 2.5-1v-5c0 .552-1.12 1-2.5 1s-2.5-.448-2.5-1z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M288.5 1147.862c-1.38 0-2.5.448-2.5 1v1.5c0 .552 1.12 1 2.5 1s2.5-.448 2.5-1v-1.5c0-.552-1.12-1-2.5-1zm-2.5 3.5v5c0 .552 1.12 1 2.5 1s2.5-.448 2.5-1v-5c0 .552-1.12 1-2.5 1s-2.5-.448-2.5-1zm1 2s.5.25 1.5.25 1.5-.25 1.5-.25v2s-.5.25-1.5.25-1.5-.25-1.5-.25v-2z" color="#000" fill="#444" overflow="visible"/>
+        <path opacity=".5" color="#000" fill="none" overflow="visible" d="M282 1146.362h12v12h-12z"/>
+      </g>
+      <g transform="translate(156 72)" color="#000">
+        <path d="M258 1173.362l-2.25.656 1.094 2.97 2.156-.626zm-3.625 1.03l-2.938.845.063.125.563 1.53.5 1.314 2.937-.844zm-4.28 1.22l-2.595.75 1.125 2.97 2.594-.75-.657-1.688zm-3.94 1.125l-2.155.625 1 3 2.25-.656zm-1.155 3.625v9c0 .554.446 1 1 1h13c.554 0 1-.446 1-1v-9zm2 2h11v3h-11z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M258 1173.362l-2.25.656 1.094 2.97 2.156-.626zm-3.625 1.03l-2.938.845.063.125.563 1.53.5 1.314 2.937-.844zm-4.28 1.22l-2.595.75 1.125 2.97 2.594-.75-.657-1.688zm-3.94 1.125l-2.155.625 1 3 2.25-.656zm-1.155 3.625v9c0 .554.446 1 1 1h13c.554 0 1-.446 1-1v-9zm2 2h11v3h-11z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M240 1170.362h24v24h-24z"/>
+      </g>
+      <g transform="translate(156 72)" color="#000">
+        <path d="M278.235 1172.01l-1.72.503.836 2.27 1.65-.478zm-2.772.79l-2.246.645.86 2.27 2.247-.645zm-3.274.932l-1.984.573.86 2.27 1.984-.573zm-3.012.86l-2.178.77 1 2 2.015-.5zm-1.178 2.77v7c0 .5.5 1 1 1h10c.5 0 1-.5 1-1v-7zm2 2h8v2h-8z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M278.235 1172.01l-1.72.503.836 2.27 1.65-.478zm-2.772.79l-2.246.645.86 2.27 2.247-.645zm-3.274.932l-1.984.573.86 2.27 1.984-.573zm-3.012.86l-2.178.77 1 2 2.015-.5zm-1.178 2.77v7c0 .5.5 1 1 1h10c.5 0 1-.5 1-1v-7zm2 2h8v2h-8z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M264 1170.362h18v18h-18z"/>
+      </g>
+      <g transform="translate(156 72)" color="#000">
+        <path d="M291.5 1171.862l-7 2 .5 1.5 7-2-.5-1.5zm-6.5 3.5v4.5c0 .308.192.5.5.5h6c.308 0 .5-.192.5-.5v-4.5h-7zm1 1h5v1h-5v-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M291.5 1171.862l-7 2 .5 1.5 7-2-.5-1.5zm-6.5 3.5v4.5c0 .308.192.5.5.5h6c.308 0 .5-.192.5-.5v-4.5h-7zm1 1h5v1h-5v-1z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M282 1170.362h12v12h-12z"/>
+      </g>
+      <g transform="translate(78 24)" color="#000">
+        <g transform="translate(0 -1)">
+          <path d="M325.5 1053.362c-.5 0-.5.5-.5.5v6c0 .505.5 1 1 1.5s.526 1.006.5 1.5v1.5l-.5 6.5c-.038.5.5 1.5 1.5 1.5s1.538-1 1.5-1.5l-.5-6.5v-1.5c0-.478 0-1 .5-1.5.46-.46 1-.978 1-1.5v-6s0-.5-.5-.5-.5.5-.5.5v4.5s0 .5-.5.5-.5-.5-.5-.5v-4.5s0-.5-.5-.5-.5.5-.5.5v4.5s0 .5-.5.5-.5-.5-.5-.5v-4.5s0-.5-.5-.5zm10.5 0c-1 0-2.868.235-3.5 1.5-.5 1-.5 3.5-.5 4.5v5c0 .5.5 1 1 1h1v6c0 .5.5 1 1 1s1-.5 1-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+          <path d="M325.5 1053.362c-.5 0-.5.5-.5.5v6c0 .5.5 1 1 1.5s.5 1 .5 1.5v1.5c0 .5-.5 6.5-.5 6.5-.038.5.5 1.5 1.5 1.5s1.538-1 1.5-1.5c0 0-.5-6-.5-6.5v-1.5c0-.5 0-1 .5-1.5.46-.46 1-1 1-1.5v-6s0-.5-.5-.5-.5.5-.5.5v4.5s0 .5-.5.5-.5-.5-.5-.5v-4.5s0-.5-.5-.5-.5.5-.5.5v4.5s0 .5-.5.5-.5-.5-.5-.5v-4.5s0-.5-.5-.5zm10.5 0c-1 0-2.868.235-3.5 1.5-.5 1-.5 3.5-.5 4.5v5c0 .5.5 1 1 1h1v6c0 .5.5 1 1 1s1-.5 1-1z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M318 1050.362h24v24h-24z"/>
+      </g>
+      <g transform="translate(78 24)" color="#000">
+        <path d="M348 1052.362h-1v4.5c0 .778 1 .722 1 1.5v7c0 .39.5 1 1 1s1-.5 1-1v-7c0-.778 1-.722 1-1.5v-4.5h-1v3h-.5v-3h-1v3h-.5zm8 0c-.778 0-2.008.516-2.5 1.5-.39.778-.5 2.5-.5 3.5v3c0 .5.61 1 1 1v4c0 .5.5 1 1 1s1-.5 1-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+        <path d="M348 1052.362h-1v4.5c0 .778 1 .722 1 1.5v7c0 .39.5 1 1 1s1-.5 1-1v-7c0-.778 1-.722 1-1.5v-4.5h-1v3h-.5v-3h-1v3h-.5zm8 0c-.778 0-2.008.516-2.5 1.5-.39.778-.5 2.5-.5 3.5v3c0 .5.61 1 1 1v4c0 .5.5 1 1 1s1-.5 1-1z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M342 1050.362h18v18h-18z"/>
+      </g>
+      <g transform="translate(78 24)" color="#000">
+        <path d="M363.5 1051.362h-.5v3c0 .5 1 .5 1 1v6h1v-6c0-.5 1-.5 1-1v-3h-.5v2h-.75v-2h-.5v2h-.75zm6.5 0c-.5 0-1.434.118-1.75.75-.25.5-.25 1.25-.25 2.25v2.5h1v4.5h1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+        <path d="M363.5 1051.362h-.5v3c0 .5 1 .5 1 1v6h1v-6c0-.5 1-.5 1-1v-3h-.5v2h-.75v-2h-.5v2h-.75zm6.5 0c-.5 0-1.434.118-1.75.75-.25.5-.25 1.25-.25 2.25v2.5h1v4.5h1z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M360 1050.362h12v12h-12z"/>
+      </g>
+      <g transform="translate(78 24)" color="#000">
+        <path d="M324 1079.362c-.554 0-1 .446-1 1v9c0 .554.446 1 1 1h11c.554 0 1-.446 1-1v-1h.5c.5 0 .5-.5.5-.5v-.5h1c1 0 2-1 2-2v-3c0-.5-.5-1-1-1h-3v-1c0-.554-.446-1-1-1zm12 3h2.5c.5 0 .5.5.5.5v2.5c0 .5-.5 1-1 1h-2zm-15 9l1 1 1 1h13l1-1 1-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+        <path d="M324 1079.362c-.554 0-1 .446-1 1v9c0 .554.446 1 1 1h11c.554 0 1-.446 1-1v-1h.5c.5 0 .5-.5.5-.5v-.5h1c1 0 2-1 2-2v-3c0-.5-.5-1-1-1h-3v-1c0-.554-.446-1-1-1zm12 3h2.5c.5 0 .5.5.5.5v2.5c0 .5-.5 1-1 1h-2zm-15 9l1 1 1 1h13l1-1 1-1z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M318 1074.362h24v24h-24z"/>
+      </g>
+      <g transform="translate(78 24)" color="#000">
+        <path d="M347 1077.362c-.5 0-1 .5-1 1v6c0 .5.5 1 1 1h7c.4 0 1-.5 1-1v-.444h.36c.362 0 .362-.36.362-.36v-.362h.445c.722 0 1.833-.334 1.833-1.445v-1.888c0-.5-.25-1-.75-1H355v-.5c0-.5-.5-1-1-1zm8 2.222h1.89c.36 0 .36.278.36.278v1.89c0 .57-.722.606-1.083.61H355zm-10 6.778l2 2h7l2-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+        <path d="M347 1077.362c-.5 0-1 .5-1 1v6c0 .5.5 1 1 1h7c.4 0 1-.5 1-1v-.444h.36c.362 0 .362-.36.362-.36v-.362h.445c.722 0 1.833-.334 1.833-1.445v-1.888c0-.5-.25-1-.75-1H355v-.5c0-.5-.5-1-1-1zm8 2.222h1.89c.36 0 .36.278.36.278v1.89c0 .57-.722.606-1.083.61H355zm-10 6.778l2 2h7l2-2z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M342 1074.362h18v18h-18z"/>
+      </g>
+      <g transform="translate(78 24)" color="#000">
+        <path d="M363.5 1076.362c-.277 0-.5.223-.5.5v4.5c0 .277.223.5.5.5h5c.277 0 .5-.223.5-.5v-.5h.25c.25 0 .25-.25.25-.25v-.25h.5c.5 0 1-.5 1-1v-1.5c0-.25-.25-.5-.5-.5H369v-.5c0-.277-.223-.5-.5-.5zm5.5 1.5h1.25c.25 0 .25.25.25.25v1.25c0 .25-.25.5-.5.5h-1zm-7 4.5l1.5 1.5h5l1.5-1.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+        <path d="M363.5 1076.362c-.277 0-.5.223-.5.5v4.5c0 .277.223.5.5.5h5c.277 0 .5-.223.5-.5v-.5h.25c.25 0 .25-.25.25-.25v-.25h.5c.5 0 1-.5 1-1v-1.5c0-.25-.25-.5-.5-.5H369v-.5c0-.277-.223-.5-.5-.5zm5.5 1.5h1.25c.25 0 .25.25.25.25v1.25c0 .25-.25.5-.5.5h-1zm-7 4.5l2 1h4l2-1z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M360 1074.362h12v12h-12z"/>
+      </g>
+      <g transform="translate(78 24)" color="#000">
+        <g transform="translate(-1 -1)">
+          <path d="M330 1102.362c-1 0-1.886 1.007-2 2l-.344 3H326c-.5 0-1 .5-1 1l-1 10c0 .5.5 1 1 1h13c.5 0 1-.5 1-1l-1-10c0-.5-.5-1-1-1h-1.656l-.344-3c-.114-.993-1-2-2-2zm0 1h3c.5 0 .943.503 1 1l.344 3h-5.688l.344-3c.057-.497.5-1 1-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+          <path d="M330 1102.362c-1 0-1.886 1.007-2 2l-.344 3H326c-.5 0-1 .5-1 1l-1 10c0 .5.5 1 1 1h13c.5 0 1-.5 1-1l-1-10c0-.5-.5-1-1-1h-1.656l-.344-3c-.114-.993-1-2-2-2zm0 1h3c.5 0 .943.503 1 1l.344 3h-5.688l.344-3c.057-.497.5-1 1-1z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M318 1098.362h24v24h-24z"/>
+      </g>
+      <g transform="translate(78 24)" color="#000">
+        <path d="M350.265 1100.362c-.765 0-1.615.75-1.765 1.5l-.5 2.5h-1c-.382 0-1 .618-1 1l-1 8.235c0 .383.5.765 1 .765h11c.5 0 1-.382 1-.765l-1-8.235c0-.382-.618-1-1-1h-1l-.5-2.5c-.15-.75-1-1.5-1.765-1.5zm0 .765h2.47c.383 0 .925.36 1 .735l.5 2.5h-5.47l.5-2.5c.075-.375.617-.735 1-.735z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+        <path d="M350.265 1100.362c-.765 0-1.615.75-1.765 1.5l-.5 2.5h-1c-.382 0-1 .618-1 1l-1 8.235c0 .383.5.765 1 .765h11c.5 0 1-.382 1-.765l-1-8.235c0-.382-.618-1-1-1h-1l-.5-2.5c-.15-.75-1-1.5-1.765-1.5zm0 .765h2.47c.383 0 .925.36 1 .735l.5 2.5h-5.47l.5-2.5c.075-.375.617-.735 1-.735z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M342 1098.362h18v18h-18z"/>
+      </g>
+      <g transform="translate(78 24)" color="#000">
+        <path d="M365.172 1099.862c-.5 0-.926.506-1 1l-.172 1.5h-1c-.25 0-.5.25-.5.5l-.5 5c0 .25.25.5.5.5h8c.25 0 .5-.25.5-.5l-.5-5c0-.25-.25-.5-.5-.5h-1l-.172-1.5c-.057-.497-.5-1-1-1zm0 .5h2.656c.25 0 .468.22.5.5l.172 1.5h-4l.172-1.5c.028-.248.25-.5.5-.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+        <path d="M365.172 1099.862c-.5 0-.926.506-1 1l-.172 1.5h-1c-.25 0-.5.25-.5.5l-.5 5c0 .25.25.5.5.5h8c.25 0 .5-.25.5-.5l-.5-5c0-.25-.25-.5-.5-.5h-1l-.172-1.5c-.057-.497-.5-1-1-1zm0 .5h2.656c.25 0 .468.22.5.5l.172 1.5h-4l.172-1.5c.028-.248.25-.5.5-.5z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M360 1098.362h12v12h-12z"/>
+      </g>
+      <g transform="translate(78 24)" color="#000">
+        <path d="M328 1127.362c-3 0-6 1.5-6 4v2h17v-2c0-2.5-3-4-6-4zm.5 1c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm-6 2c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm-12.5 4c-.5 0-1 .5-1 1s.5 1 1 1h17c.5 0 1-.5 1-1s-.5-1-1-1zm0 3v1c0 1 1 2 2 2h13c1 0 2-1 2-2v-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M328 1127.362c-3 0-6 1.5-6 4v2h17v-2c0-2.5-3-4-6-4zm.5 1c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm-6 2c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm-12.5 4c-.5 0-1 .5-1 1s.5 1 1 1h17c.5 0 1-.5 1-1s-.5-1-1-1zm0 3v1c0 1 1 2 2 2h13c1 0 2-1 2-2v-1z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M318 1122.362h24v24h-24z"/>
+      </g>
+      <g transform="translate(78 24)" color="#000">
+        <g transform="translate(-1 -1)">
+          <path d="M350.5 1127.362c-2.053 0-3.5.79-3.5 2.5v1.5h11v-1.5c0-1.71-1.447-2.5-3.5-2.5h-4zm0 1.125c.207 0 .375.168.375.375s-.168.375-.375.375-.375-.168-.375-.375.168-.375.375-.375zm4 0c.207 0 .375.168.375.375s-.168.375-.375.375-.375-.168-.375-.375.168-.375.375-.375zm-6 1c.207 0 .375.168.375.375s-.168.375-.375.375-.375-.168-.375-.375.168-.375.375-.375zm4 0c.207 0 .375.168.375.375s-.168.375-.375.375-.375-.168-.375-.375.168-.375.375-.375zm4 0c.207 0 .375.168.375.375s-.168.375-.375.375-.375-.168-.375-.375.168-.375.375-.375zm-9.5 2.875c-.342 0-.5.158-.5.5 0 .342.158.5.5.5h11c.342 0 .5-.158.5-.5 0-.342-.158-.5-.5-.5h-11zm0 2v.625c0 .684.69 1.375 1.375 1.375h8.25c.684 0 1.375-.69 1.375-1.375v-.625h-11z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M350.5 1127.362c-2.053 0-3.5.79-3.5 2.5v1.5h11v-1.5c0-1.71-1.447-2.5-3.5-2.5h-4zm0 1.125c.207 0 .375.168.375.375s-.168.375-.375.375-.375-.168-.375-.375.168-.375.375-.375zm4 0c.207 0 .375.168.375.375s-.168.375-.375.375-.375-.168-.375-.375.168-.375.375-.375zm-6 1c.207 0 .375.168.375.375s-.168.375-.375.375-.375-.168-.375-.375.168-.375.375-.375zm4 0c.207 0 .375.168.375.375s-.168.375-.375.375-.375-.168-.375-.375.168-.375.375-.375zm4 0c.207 0 .375.168.375.375s-.168.375-.375.375-.375-.168-.375-.375.168-.375.375-.375zm-9.5 2.875c-.342 0-.5.158-.5.5 0 .342.158.5.5.5h11c.342 0 .5-.158.5-.5 0-.342-.158-.5-.5-.5h-11zm0 2v.625c0 .684.69 1.375 1.375 1.375h8.25c.684 0 1.375-.69 1.375-1.375v-.625h-11z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M342 1122.362h18v18h-18z"/>
+      </g>
+      <g transform="translate(78 24)" color="#000">
+        <path d="M365.5 1125.362c-1.42 0-3.15.872-3.053 2.053v1.197h8.053v-1.197c0-1.184-1.58-2.053-3-2.053zm-3.5 4v1h9v-1zm.5 1.75c0 .474.526 1.25 1 1.25h6c.474 0 1-.776 1-1.25z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M365.5 1125.362c-1.42 0-3.15.872-3.053 2.053v1.197h8.053v-1.197c0-1.184-1.58-2.053-3-2.053zm-3.5 4v1h9v-1zm.5 1.75c0 .474.526 1.25 1 1.25h6c.474 0 1-.776 1-1.25z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M360 1122.362h12v12h-12z"/>
+      </g>
+      <g transform="translate(78 24)" color="#000">
+        <g transform="translate(-1)">
+          <path d="M324 1150.362c-.5 0-1 0-1 .25s.343.548.5.75l7.5 7.813v6.187l-4 1c-.5.167-1 .5-1 1h11c0-.5-.5-.833-1-1l-4-1v-6.187l7.5-7.813c.157-.202.5-.5.5-.75s-.5-.25-1-.25z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M324 1150.362c-.5 0-1 0-1 .25s.343.548.5.75l7.5 7.813v6.187l-4 1c-.5.167-1 .5-1 1h11c0-.5-.5-.833-1-1l-4-1v-6.187l7.5-7.813c.157-.202.5-.5.5-.75s-.5-.25-1-.25z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M318 1146.362h24v24h-24z"/>
+      </g>
+      <g transform="translate(78 24)" color="#000">
+        <path d="M346 1149.362c-.406 0-1 .047-1 .25 0 .204.372.586.5.75l5.5 6v4l-2.813 1.188c-.406.135-.687.312-.687.812h8c0-.5-.406-.677-.813-.812l-2.687-1.188v-4l5.5-6c.128-.164.5-.546.5-.75 0-.202-.594-.25-1-.25z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M346 1149.362c-.406 0-1 .047-1 .25 0 .204.372.586.5.75l5.5 6v4l-2.813 1.188c-.406.135-.687.312-.687.812h8c0-.5-.406-.677-.813-.812l-2.687-1.188v-4l5.5-6c.128-.164.5-.546.5-.75 0-.202-.594-.25-1-.25z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M342 1146.362h18v18h-18z"/>
+      </g>
+      <g transform="translate(78 24)" color="#000">
+        <g transform="translate(-1 -1)">
+          <path d="M363.5 1149.362c-.28 0-.5 0-.5.14 0 .142.193.31.28.423l3.72 4.437v2.5c-1 .5-2.5 1-2.5 1.5h6c0-.5-1.5-1-2.5-1.5v-2.5l3.72-4.437c.087-.114.28-.28.28-.422 0-.14-.22-.14-.5-.14z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M363.5 1149.362c-.28 0-.5 0-.5.14 0 .142.193.31.28.423l3.72 4.437v2.5c-1 .5-2.5 1-2.5 1.5h6c0-.5-1.5-1-2.5-1.5v-2.5l3.72-4.437c.087-.114.28-.28.28-.422 0-.14-.22-.14-.5-.14z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M360 1146.362h12v12h-12z"/>
+      </g>
+      <g transform="translate(78 24)" color="#000">
+        <g transform="translate(318 167)" fill="#444">
+          <path d="M4 1009.362c-.554 0-1 .446-1 1v10c0 .554.446 1 1 1h17c.554 0 1-.446 1-1v-10c0-.554-.446-1-1-1zm-.5 2h18v2h-18zm.5 6h3v2H4zm9 1h7v1h-7z" opacity=".3" stroke="#fff" stroke-width="2" overflow="visible"/>
+          <path d="M4 1009.362c-.554 0-1 .446-1 1v10c0 .554.446 1 1 1h17c.554 0 1-.446 1-1v-10c0-.554-.446-1-1-1zm-.5 2h18v2h-18zm.5 6h3v2H4zm9 1h7v1h-7z" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M318 1170.362h24v24h-24z"/>
+      </g>
+      <g transform="translate(78 24)" color="#000">
+        <g transform="translate(-1 -2)" fill="#444">
+          <path d="M346.722 1177.362c-.4 0-.722.322-.722.722v6.556c0 .4.322.722.722.722h11.556c.4 0 .722-.322.722-.722v-6.556c0-.4-.322-.722-.722-.722zm-.222 1.5h12v1.5h-12zm.5 4h2v1.5h-2zm6 .778h5v.722h-5z" opacity=".3" stroke="#fff" stroke-width="2" overflow="visible"/>
+          <path d="M346.722 1177.362c-.4 0-.722.322-.722.722v6.556c0 .4.322.722.722.722h11.556c.4 0 .722-.322.722-.722v-6.556c0-.4-.322-.722-.722-.722zm-.222 1.5h12v1.5h-12zm.5 4h2v1.5h-2zm6 .778h5v.722h-5z" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M342 1170.362h18v18h-18z"/>
+      </g>
+      <g transform="translate(78 24)" color="#000">
+        <g transform="translate(-1 -2)" fill="#444">
+          <path d="M363.5 1175.362c-.277 0-.5.223-.5.5v5c0 .277.223.5.5.5h8c.277 0 .5-.223.5-.5v-5c0-.277-.223-.5-.5-.5zm0 1h8v1h-8zm0 3h1.5v1h-1.5zm4.5.5h3v.5h-3z" opacity=".3" stroke="#fff" stroke-width="2" overflow="visible"/>
+          <path d="M363.5 1175.362c-.277 0-.5.223-.5.5v5c0 .277.223.5.5.5h8c.277 0 .5-.223.5-.5v-5c0-.277-.223-.5-.5-.5zm0 1h8v1h-8zm0 3h1.5v1h-1.5zm4.5.5h3v.5h-3z" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M360 1170.362h12v12h-12z"/>
+      </g>
+      <g transform="translate(78 24)" color="#000">
+        <g transform="translate(317 1217.4)">
+          <path d="M21-19c-.583 0-1.1.163-1.47.53-.367.37-.53.887-.53 1.47H5l2 9h12v1H8C7-7 7-6 8-6h11c.5 0 1-.5 1-1v-10s.087-.65.22-.78c.13-.133.363-.22.78-.22h.4c.5 0 .6-.25.6-.5 0-.247-.1-.5-.6-.5H21zM17.5-6c-.828 0-1.5.672-1.5 1.5S16.672-3 17.5-3 19-3.672 19-4.5 18.328-6 17.5-6zm-8 0C8.672-6 8-5.328 8-4.5S8.672-3 9.5-3 11-3.672 11-4.5 10.328-6 9.5-6z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M21-19c-.583 0-1.1.163-1.47.53-.367.37-.53.887-.53 1.47H5l2 9h12v1H8C7-7 7-6 8-6h11c.5 0 1-.5 1-1v-10s.087-.65.22-.78c.13-.133.363-.22.78-.22h.4c.5 0 .6-.25.6-.5 0-.247-.1-.5-.6-.5H21zM17.5-6c-.828 0-1.5.672-1.5 1.5S16.672-3 17.5-3 19-3.672 19-4.5 18.328-6 17.5-6zm-8 0C8.672-6 8-5.328 8-4.5S8.672-3 9.5-3 11-3.672 11-4.5 10.328-6 9.5-6z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M318 1194.362h24v24h-24z"/>
+      </g>
+      <g transform="translate(78 24)" color="#000">
+        <g transform="translate(-1 -1)">
+          <path d="M357.5 1198.862c-1 0-1.5.5-1.5 1.5h-10l1.06 6h9.175v1h-8.41c-.766 0-.766.74 0 .765h8.411c.383 0 .765-.382.765-.765v-7c0-.5.238-.735.765-.735H359v-.765zm-2.5 9.206c-.633 0-1.147.514-1.147 1.147 0 .634.513 1.147 1.147 1.147s1.147-.513 1.147-1.147c0-.633-.513-1.147-1.147-1.147zm-6 0c-.634 0-1.147.514-1.147 1.147 0 .634.513 1.147 1.147 1.147.633 0 1.147-.513 1.147-1.147 0-.633-.513-1.147-1.147-1.147z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M357.5 1198.862c-1 0-1.5.5-1.5 1.5h-10l1.06 6h9.175v1h-8.41c-.766 0-.766.74 0 .765h8.411c.383 0 .765-.382.765-.765v-7c0-.5.238-.735.765-.735H359v-.765zm-2.5 9.206c-.633 0-1.147.514-1.147 1.147 0 .634.513 1.147 1.147 1.147s1.147-.513 1.147-1.147c0-.633-.513-1.147-1.147-1.147zm-6 0c-.634 0-1.147.514-1.147 1.147 0 .634.513 1.147 1.147 1.147.633 0 1.147-.513 1.147-1.147 0-.633-.513-1.147-1.147-1.147z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M342 1194.362h18v18h-18z"/>
+      </g>
+      <g transform="translate(78 24)" color="#000">
+        <g transform="translate(-1)">
+          <path d="M371.5 1196.362c-.292 0-.55.082-.734.266-.184.184-.266.443-.266.734H363l1 4h6.5v1h-6.133c-.5 0-.5.5 0 .5h6.133c.25 0 .5-.25.5-.5v-5s.043-.324.11-.39c.065-.066.182-.11.39-.11h.5v-.5h-.5zm-1.75 6.5c-.414 0-.75.336-.75.75s.336.75.75.75.75-.336.75-.75-.336-.75-.75-.75zm-4.5 0c-.414 0-.75.336-.75.75s.336.75.75.75.75-.336.75-.75-.336-.75-.75-.75z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M371.5 1196.362c-.292 0-.55.082-.734.266-.184.184-.266.443-.266.734H363l1 4h6.5v1h-6.133c-.5 0-.5.5 0 .5h6.133c.25 0 .5-.25.5-.5v-5s.043-.324.11-.39c.065-.066.182-.11.39-.11h.5v-.5h-.5zm-1.75 6.5c-.414 0-.75.336-.75.75s.336.75.75.75.75-.336.75-.75-.336-.75-.75-.75zm-4.5 0c-.414 0-.75.336-.75.75s.336.75.75.75.75-.336.75-.75-.336-.75-.75-.75z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M360 1194.362h12v12h-12z"/>
+      </g>
+      <g transform="translate(-78 72)" color="#000">
+        <g transform="translate(0 -1)">
+          <path d="M400.906 1057.362c-.4 0-.906.5-.906 1v9c0 .5.506 1 .906 1h15.188c.4 0 .906-.5.906-1v-9c0-.5-.506-1-.906-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+          <path d="M401 1057.362c-1 0-.5.34 0 .75l7 5.75 8-5.75c.5-.41 1-.75 0-.75h-8zm-1 1.5v8.5c0 .5.506 1 .906 1h15.188c.4 0 .906-.5.906-1v-8.5l-9 6.5z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M396 1050.362h24v24h-24z"/>
+      </g>
+      <g transform="translate(-78 72)" color="#000">
+        <g transform="translate(0 -3)">
+          <path d="M424 1057.362c-.813 0-.594.338-.188.672l5.688 4.328 5.688-4.328c.418-.318.625-.672-.188-.672zm-1 1.5v6.5c0 .5.5 1 1 1h11c.5 0 1-.5 1-1v-6.5l-6.5 5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+          <path d="M424 1057.362c-.813 0-.594.338-.188.672l5.688 4.328 5.688-4.328c.418-.318.625-.672-.188-.672zm-1 1.5v6.5c0 .5.5 1 1 1h11c.5 0 1-.5 1-1v-6.5l-6.5 5z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M420 1050.362h18v18h-18z"/>
+      </g>
+      <g transform="translate(-78 72)" color="#000">
+        <path d="M440 1053.362l4.5 3 4.5-3zm0 1v4.5c0 .25.3.5.5.5h8c.2 0 .554-.256.5-.5v-4.5l-4.5 3.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+        <path d="M440 1053.362l4.5 3 4.5-3zm0 1v4.5c0 .25.3.5.5.5h8c.2 0 .554-.256.5-.5v-4.5l-4.5 3.5z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M438 1050.362h12v12h-12z"/>
+      </g>
+      <g transform="translate(-78 72)" color="#000">
+        <g transform="translate(396 70)">
+          <path d="M12.5 1007.362l-3.5 5-2-3c-.663 1.165-3 4-3 7 0 4.418 4.082 8 8.5 8s8.5-3.582 8.5-8c0-3-2.337-5.835-3-7l-2 3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M12.5 1007.362l-3.5 5-2-3c-.663 1.165-3 4-3 7 0 4.418 4.082 8 8.5 8s8.5-3.582 8.5-8c0-3-2.337-5.835-3-7l-2 3zm0 8s3.5 2.685 3.5 5c0 1-1.5 2-3.5 2s-3.5-1-3.5-2c0-2.236 3.5-5 3.5-5z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M396 1074.362h24v24h-24z"/>
+      </g>
+      <g transform="translate(-78 72)" color="#000">
+        <path d="M429.5 1076.362l-2.5 4-1.5-2c-.54.947-2.5 3.063-2.5 5.5 0 3.59 2.91 6.5 6.5 6.5s6.5-2.91 6.5-6.5c0-2.437-1.96-4.553-2.5-5.5l-1.5 2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M429.5 1076.362l-2.5 4-1.5-2c-.54.947-2.5 3.063-2.5 5.5 0 3.59 2.91 6.5 6.5 6.5s6.5-2.91 6.5-6.5c0-2.437-1.96-4.553-2.5-5.5l-1.5 2zm0 6.5s2.5 2.37 2.5 4.25c0 .813-.875 1.75-2.5 1.75s-2.5-.937-2.5-1.75c0-1.817 2.5-4.25 2.5-4.25z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M420 1074.362h18v18h-18z"/>
+      </g>
+      <g transform="translate(-78 72)" color="#000">
+        <g transform="translate(-1 -1)">
+          <path d="M445.5 1076.362l-1.5 3-1.5-1.5c-.33.583-1.5 2-1.5 3.5 0 2.21 2.29 4 4.5 4s4.5-1.79 4.5-4c0-1.5-1.17-2.917-1.5-3.5l-1.5 1.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M445.5 1076.362l-1.5 3-1.5-1.5c-.33.583-1.5 2-1.5 3.5 0 2.21 2.29 4 4.5 4s4.5-1.79 4.5-4c0-1.5-1.17-2.917-1.5-3.5l-1.5 1.5zm0 4.5s1.5 1.342 1.5 2.5c0 .5-.5 1-1.5 1s-1.5-.5-1.5-1c0-1.118 1.5-2.5 1.5-2.5z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M438 1074.362h12v12h-12z"/>
+      </g>
+      <g transform="translate(-78 72)" color="#000">
+        <path d="M416 1106.362l-7.5-5-7.5 5v9l-1.75 3c-.148.254-.25.357-.25.5 0 .5.632.5 1 .5h17c.355 0 1 0 1-.5 0-.146-.087-.22-.25-.5l-1.75-3v-7zm-12 3c.554 0 .91.454 1 1v6h-2v-6c0-.554.446-1 1-1zm4.5 0c.554 0 1.01.446 1 1v6h-2v-6c0-.554.446-1 1-1zm4.5 0c.554 0 1 .446 1 1v6h-2v-6c0-.554.446-1 1-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M408.5 1101.362l-7.5 5h15zm-6.5 6c-.554 0-1 .446-1 1v7l-1.75 3c-.148.254-.25.357-.25.5 0 .5.632.5 1 .5h17c.355 0 1 0 1-.5 0-.146-.087-.22-.25-.5l-1.75-3v-7c0-.554-.446-1-1-1zm2 2c.554 0 .91.454 1 1v6h-2v-6c0-.554.446-1 1-1zm4.5 0c.554 0 1.01.446 1 1v6h-2v-6c0-.554.446-1 1-1zm4.5 0c.554 0 1 .446 1 1v6h-2v-6c0-.554.446-1 1-1z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M396 1098.362h24v24h-24z"/>
+      </g>
+      <g transform="translate(-78 72)" color="#000">
+        <g transform="translate(0 -2)">
+          <path d="M435 1105.362l-5.5-3-5.5 3v7l-1 2.5c0 .36.234.5.5.5h12c.256 0 .5-.14.5-.5l-1-2.5v-5.062z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M429.5 1102.362l-5.5 3h11zm-4.5 4c-.5 0-1 .493-1 .938v5.062l-1 2.5c0 .36.234.5.5.5h12c.256 0 .5-.14.5-.5l-1-2.5v-5.062c0-.445-.5-.938-1-.938zm1.5 1l.5.5v4.5h-1v-4.5zm3 0l.5.5v4.5h-1v-4.5zm3 0l.5.5v4.5h-1v-4.5z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M420 1098.362h18v18h-18z"/>
+      </g>
+      <g transform="translate(-78 72)" color="#000">
+        <g transform="translate(0 -1)">
+          <path d="M448 1102.362l-3.5-2-3.5 2v6l-1 1h9l-1-1v-1zm-6 2.5l.5-.5.5.5v2.5h-1zm2 0l.5-.5.5.5v2.5h-1zm2 0l.5-.5.5.5v2.5h-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M444.5 1100.362l-3.5 2h7zm-3 3c-.277 0-.5.223-.5.5v4.5l-1 1h9l-1-1v-4.5c0-.277-.223-.5-.5-.5zm.5 1.5l.5-.5.5.5v2.5h-1zm2 0l.5-.5.5.5v2.5h-1zm2 0l.5-.5.5.5v2.5h-1z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M438 1098.362h12v12h-12z"/>
+      </g>
+      <g transform="translate(-78 72)" color="#000">
+        <g transform="translate(-1)">
+          <path d="M407 1125.362l-1 1v1h7v-1l-1-1zm-1 3v.5c0 1.933 1.567 3.5 3.5 3.5s3.5-1.567 3.5-3.5v-.5zm1.188 15H416v-6c0-1.5-.5-4-2-4h-9c-1.5 0-2 2.5-2 4v6h2.688z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M407 1125.362l-1 1v1h7v-1l-1-1h-5zm-1 3v.5c0 1.933 1.567 3.5 3.5 3.5s3.5-1.567 3.5-3.5v-.5h-7zm-1 5c-1.5 0-2 2.5-2 4v6h2.688l6.812-10H405zm9 0l-6.813 10H416v-6c0-1.5-.5-4-2-4z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M396 1122.362h24v24h-24z"/>
+      </g>
+      <g transform="translate(-78 72)" color="#000">
+        <g transform="translate(-2)">
+          <path d="M430 1124.862l-1 .5v1h5v-1l-1-.5zm-1 2.5c-.033.163 0 .328 0 .5 0 1.38 1.12 2.5 2.5 2.5s2.5-1.12 2.5-2.5v-.5zm0 4c-1.083 0-1.986 1.792-2 2.875v4.125h1.53l4.47-7zm5.5 0l-4.47 7H436v-4.125c0-1.083-.417-2.875-1.5-2.875z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M430 1124.862l-1 .5v1h5v-1l-1-.5zm-1 2.5c-.033.163 0 .328 0 .5 0 1.38 1.12 2.5 2.5 2.5s2.5-1.12 2.5-2.5v-.5zm0 4c-1.083 0-1.986 1.792-2 2.875v4.125h1.53l4.47-7zm5.5 0l-4.47 7H436v-4.125c0-1.083-.417-2.875-1.5-2.875z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M420 1122.362h18v18h-18z"/>
+      </g>
+      <g transform="translate(-78 72)" color="#000">
+        <g transform="translate(-1)">
+          <path d="M444 1124.362h3v-1h-3zm0 .75c0 .967.534 1.75 1.5 1.75s1.5-.783 1.5-1.75v-.25h-3zm-1 2.25c-.5 0-1 1.5-1 2v3h1.594l3.406-5zm5 0l-3.406 5H449v-3c0-.5-.5-2-1-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M444 1124.362h3v-1h-3zm0 .75c0 .967.534 1.75 1.5 1.75s1.5-.783 1.5-1.75v-.25h-3zm-1 2.25c-.5 0-1 1.5-1 2v3h1.594l3.406-5zm5 0l-3.406 5H449v-3c0-.5-.5-2-1-2z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M438 1122.362h12v12h-12z"/>
+      </g>
+      <g transform="translate(-78 72)" color="#000">
+        <g transform="translate(395 142)">
+          <path d="M6 1008.362c-.554 0-1 .446-1 1v13c0 .554.446 1 1 1s1-.446 1-1v-2h3v2c0 .554.446 1 1 1s1-.446 1-1v-2h3v2c0 .554.446 1 1 1s1-.446 1-1v-2h3v2c0 .554.446 1 1 1s1-.446 1-1v-13c0-.554-.446-1-1-1s-1 .446-1 1v2h-3v-2c0-.554-.446-1-1-1s-1 .446-1 1v2h-3v-2c0-.554-.446-1-1-1s-1 .446-1 1v2H7v-2c0-.554-.446-1-1-1zm1 5h3v5H7zm5 0h3v5h-3zm5 0h3v5h-3z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M6 1008.362c-.554 0-1 .446-1 1v13c0 .554.446 1 1 1s1-.446 1-1v-2h3v2c0 .554.446 1 1 1s1-.446 1-1v-2h3v2c0 .554.446 1 1 1s1-.446 1-1v-2h3v2c0 .554.446 1 1 1s1-.446 1-1v-13c0-.554-.446-1-1-1s-1 .446-1 1v2h-3v-2c0-.554-.446-1-1-1s-1 .446-1 1v2h-3v-2c0-.554-.446-1-1-1s-1 .446-1 1v2H7v-2c0-.554-.446-1-1-1zm1 5h3v5H7zm5 0h3v5h-3zm5 0h3v5h-3z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M396 1146.362h24v24h-24z"/>
+      </g>
+      <g transform="translate(-78 72)" color="#000">
+        <g transform="translate(0 -1)">
+          <path d="M425 1151.362c-.5 0-.5.5-.5.5v10s0 .5.5.5h.5c.5 0 .5-.5.5-.5v-1.5h1.5v1.5s0 .5.5.5h.5c.5 0 .5-.5.5-.5v-1.5h1.5v1.5s0 .5.5.5h.5c.5 0 .5-.5.5-.5v-1.5h1.5v1.5s0 .5.5.5h.5c.5 0 .5-.5.5-.5v-10s0-.5-.5-.5h-.5c-.5 0-.5.5-.5.5v2H432v-2s0-.5-.5-.5h-.5c-.5 0-.5.5-.5.5v2H429v-2s0-.5-.5-.5h-.5c-.5 0-.5.5-.5.5v2H426v-2s0-.5-.5-.5h-.5zm1 4h1.5v3.5H426zm3 0h1.5v3.5H429zm3 0h1.5v3.5H432z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M425 1151.362c-.5 0-.5.5-.5.5v10s0 .5.5.5h.5c.5 0 .5-.5.5-.5v-1.5h1.5v1.5s0 .5.5.5h.5c.5 0 .5-.5.5-.5v-1.5h1.5v1.5s0 .5.5.5h.5c.5 0 .5-.5.5-.5v-1.5h1.5v1.5s0 .5.5.5h.5c.5 0 .5-.5.5-.5v-10s0-.5-.5-.5h-.5c-.5 0-.5.5-.5.5v2H432v-2s0-.5-.5-.5h-.5c-.5 0-.5.5-.5.5v2H429v-2s0-.5-.5-.5h-.5c-.5 0-.5.5-.5.5v2H426v-2s0-.5-.5-.5h-.5zm1 4h1.5v3.5H426zm3 0h1.5v3.5H429zm3 0h1.5v3.5H432z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M420 1146.362h18v18h-18z"/>
+      </g>
+      <g transform="translate(-78 72)" color="#000">
+        <g transform="translate(0 -1)">
+          <path d="M441.5 1148.862c-.277 0-.5.223-.5.5v7c0 .277.223.5.5.5s.5-.223.5-.5v-1h1v1c0 .277.223.5.5.5s.5-.254.5-.5v-1h1v1c0 .277.223.5.5.5s.5-.254.5-.5v-1h1v1c0 .277.223.5.5.5s.5-.223.5-.5v-7c0-.277-.223-.5-.5-.5s-.5.223-.5.5v1h-1v-1c0-.277-.223-.5-.5-.5s-.5.223-.5.5v1h-1v-1c0-.277-.223-.5-.5-.5s-.5.248-.5.5v1h-1v-1c0-.277-.223-.5-.5-.5zm.5 2.5h1v3h-1zm2 0h1v3h-1zm2 0h1v3h-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M441.5 1148.862c-.277 0-.5.223-.5.5v7c0 .277.223.5.5.5s.5-.223.5-.5v-1h1v1c0 .277.223.5.5.5s.5-.254.5-.5v-1h1v1c0 .277.223.5.5.5s.5-.254.5-.5v-1h1v1c0 .277.223.5.5.5s.5-.223.5-.5v-7c0-.277-.223-.5-.5-.5s-.5.223-.5.5v1h-1v-1c0-.277-.223-.5-.5-.5s-.5.223-.5.5v1h-1v-1c0-.277-.223-.5-.5-.5s-.5.248-.5.5v1h-1v-1c0-.277-.223-.5-.5-.5zm.5 2.5h1v3h-1zm2 0h1v3h-1zm2 0h1v3h-1z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M438 1146.362h12v12h-12z"/>
+      </g>
+      <g transform="translate(-78 72)" color="#000">
+        <g transform="translate(395 166)">
+          <path d="M11 1006.362l-2 1-2 1v15c0 .5.5 1 1 1s1-.5 1-1v-9l2-1c2-1 4.21 2.895 6 2l3-1.5v-7l-3 1.5c-1.79.895-4-3-6-2z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M11 1006.362l-2 1-2 1v15c0 .5.5 1 1 1s1-.5 1-1v-9l2-1c2-1 4.21 2.895 6 2l3-1.5v-7l-3 1.5c-1.79.895-4-3-6-2z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M396 1170.362h24v24h-24z"/>
+      </g>
+      <g transform="translate(-234)" color="#000">
+        <path d="M486 1052.362c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm-5.75 4l.5 2c.25 1 .847 1 1.594 1H484c.594 1 .315 2.472.5 4h-.906c-1 0-2.594 1-1.594 3l1.5 3c1 2 2.5.5 2-.5l-1.5-3c-.25-.5.264-.5.5-.5h2.468s1.184 2.628 2.578 4.43c.515.664 1.085 1.57 1.8 1.57.5 0 1.355-.773.443-1.86-1.708-2.04-2.79-4.14-2.79-5.14 0-1.163-.204-3.613-.5-5h1.5l1.25 2.5c.553.958 1.75.885 1.75 0 0-.12 0-.39-.14-.677l-1.61-3.323c-.103-.212-.253-.5-1-.5H482.5l-.75-2.5c-.3-1-1.75-1-1.75 0 0 .5.177 1.107.25 1.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+        <path d="M486 1052.362c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm-5.75 4l.5 2c.25 1 .847 1 1.594 1H484c.594 1 .315 2.472.5 4h-.906c-1 0-2.594 1-1.594 3l1.5 3c1 2 2.5.5 2-.5l-1.5-3c-.25-.5.264-.5.5-.5h2.468s1.184 2.628 2.578 4.43c.515.664 1.085 1.57 1.8 1.57.5 0 1.355-.773.443-1.86-1.708-2.04-2.79-4.14-2.79-5.14 0-1.163-.204-3.613-.5-5h1.5l1.25 2.5c.553.958 1.75.885 1.75 0 0-.12 0-.39-.14-.677l-1.61-3.323c-.103-.212-.253-.5-1-.5h-7.75l-.75-2.5c-.3-1-1.75-1-1.75 0 0 .5.177 1.107.25 1.5z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M474 1050.362h24v24h-24z"/>
+      </g>
+      <g transform="translate(-234)" color="#000">
+        <g transform="translate(-1 -1)">
+          <path d="M508.343 1053.362c-.756 0-1.368.613-1.368 1.37 0 .754.612 1.367 1.368 1.367.756 0 1.37-.614 1.37-1.37 0-.755-.614-1.368-1.37-1.368zm-3.934 2.737l.34 1.368c.172.684.58.684 1.092.684h1.133c.406.684.215 1.796.342 2.842h-.62c-.684 0-1.775.684-1.09 2.052l1.026 2.053c.684 1.367 1.71.34 1.368-.343l-1.025-2.053c-.17-.342.18-.342.342-.342h1.688s.81 1.693 1.764 2.925c.352.455.742 1.075 1.23 1.075.342 0 .928-.53.304-1.273-1.168-1.396-1.908-2.833-1.908-3.517 0-.796-.14-2.472-.342-3.42h1.026c.334.668.92 1.71.92 1.71.378.654 1 .605 1 0 0-.084-.01-.263-.096-.464l-.97-2.275c-.062-.148-.172-.342-.683-.342h-5.302l-.513-1.71c-.205-.685-1.197-.685-1.197 0 0 .342.12.757.17 1.026z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M508.343 1053.362c-.756 0-1.368.613-1.368 1.37 0 .754.612 1.367 1.368 1.367.756 0 1.37-.614 1.37-1.37 0-.755-.614-1.368-1.37-1.368zm-3.934 2.737l.34 1.368c.172.684.58.684 1.092.684h1.133c.406.684.215 1.796.342 2.842h-.62c-.684 0-1.775.684-1.09 2.052l1.026 2.053c.684 1.367 1.71.34 1.368-.343l-1.025-2.053c-.17-.342.18-.342.342-.342h1.688s.81 1.693 1.764 2.925c.352.455.742 1.075 1.23 1.075.342 0 .928-.53.304-1.273-1.168-1.396-1.908-2.833-1.908-3.517 0-.796-.14-2.472-.342-3.42h1.026c.334.668.92 1.71.92 1.71.378.654 1 .605 1 0 0-.084-.01-.263-.096-.464l-.97-2.275c-.062-.148-.172-.342-.683-.342h-5.302l-.513-1.71c-.205-.685-1.197-.685-1.197 0 0 .342.12.757.17 1.026z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M498 1050.362h18v18h-18z"/>
+      </g>
+      <g transform="translate(-234)">
+        <g color="#000">
+          <path d="M522 1051.362c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zm-2.594 1.22c-.218 0-.406.132-.406.405s.085.63.125.844l.28 1c.15.545.468.532.876.532h.908c.324.547.21 1.165.312 2h-.5c-.547 0-1.453.313-.906 1.406l.812 1.657c.197.392.395.435.594.437.355 0 .65-.357.5-.72l-.625-1.498c-.118-.282.152-.282.28-.282H523s.457 1.203 1.22 2.188c.28.363.577.812.967.812.274 0 .75-.374.25-.97-.933-1.113-1.437-2.483-1.437-3.03 0-.636-.182-1.242-.344-2h.813c.265.535.717 1.375.717 1.375.303.523.813.484.813 0 0-.067.006-.214-.063-.375l-.75-1.72c-.05-.117-.123-.28-.53-.28h-4.282l-.406-1.375c-.083-.273-.345-.406-.564-.406z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M522 1051.362c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zm-2.594 1.22c-.218 0-.406.132-.406.405s.085.63.125.844l.28 1c.15.545.468.532.876.532h.908c.324.547.21 1.165.312 2h-.5c-.547 0-1.453.313-.906 1.406l.812 1.657c.197.392.395.435.594.437.355 0 .65-.357.5-.72l-.625-1.498c-.118-.282.152-.282.28-.282H523s.457 1.203 1.22 2.188c.28.363.577.812.967.812.274 0 .75-.374.25-.97-.933-1.113-1.437-2.483-1.437-3.03 0-.636-.182-1.242-.344-2h.813c.265.535.717 1.375.717 1.375.303.523.813.484.813 0 0-.067.006-.214-.063-.375l-.75-1.72c-.05-.117-.123-.28-.53-.28h-4.282l-.406-1.375c-.083-.273-.345-.406-.564-.406z" fill="#444" overflow="visible"/>
+          <path opacity=".5" fill="none" overflow="visible" d="M516 1050.362h12v12h-12z"/>
+        </g>
+      </g>
+      <g transform="translate(-234)" color="#000">
+        <g transform="translate(473 69.5)">
+          <path d="M13.5 1007.862c-4.683 0-8.5 3.817-8.5 8.5s3.817 8.5 8.5 8.5 8.5-3.817 8.5-8.5-3.817-8.5-8.5-8.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+          <path d="M13.5 1007.862c-4.683 0-8.5 3.817-8.5 8.5s3.817 8.5 8.5 8.5 8.5-3.817 8.5-8.5-3.817-8.5-8.5-8.5zm0 1.5c2.666 0 4.974 1.474 6.156 3.657-1.116.74-2.142 1.126-2.156 1.842-.01.5 0 .64 0 1 0 .5.26 1.144 1 1.5l1.75.844c-.2.74-.522 1.41-.938 2.03l-1.312-.874c-.75-.5-1.5-.833-2-.5l-1.5 1c-.693.463-.62 1-.5 1.5l.47 1.938c-.318.044-.64.062-.97.062-.693 0-1.37-.095-2-.28v-1.72c0-1-.5-1.5-1-2s-1-1-2-1H6.78c-.185-.63-.28-1.306-.28-2 0-3.878 3.122-7 7-7zm-3 3.5l-.5 2c-.142.568-.52 1.154 0 1.5l1.5 1c1 .667 1.44.28 2 0l1-.5c.745-.372 1-.5 1-1.5v-2c0-.5.008-.798-1-1l-2.5-.5c-1.047-.21-1.244-.023-1.5 1z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M474 1074.362h24v24h-24z"/>
+      </g>
+      <g transform="translate(-234)" color="#000">
+        <g transform="translate(0 -2)">
+          <path d="M507.5 1078.362c-3.58 0-6.5 2.92-6.5 6.5s2.92 6.5 6.5 6.5 6.5-2.92 6.5-6.5-2.92-6.5-6.5-6.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+          <path d="M507.5 1078.362c-3.58 0-6.5 2.92-6.5 6.5s2.92 6.5 6.5 6.5 6.5-2.92 6.5-6.5-2.92-6.5-6.5-6.5zm0 1.147c2.04 0 3.803 1.126 4.708 2.795-.854.566-1.638.862-1.65 1.41-.006.383 0 .49 0 .765 0 .382.2.874.766 1.147l1.338.645c-.153.567-.4 1.08-.717 1.553l-1.004-.67c-.572-.38-1.146-.636-1.528-.38l-1.147.764c-.53.352-.475.763-.383 1.146l.36 1.48c-.244.034-.49.048-.742.048-.53 0-1.047-.074-1.53-.215v-1.315c0-.765-.382-1.147-.764-1.53-.382-.382-.765-.764-1.53-.764h-1.314c-.142-.482-.215-.998-.215-1.528 0-2.966 2.388-5.353 5.353-5.353zm-2.294 2.676l-.382 1.53c-.11.433-.398.88 0 1.146l1.147.765c.765.51 1.103.214 1.53 0l.765-.382c.57-.286.764-.383.764-1.147v-1.53c0-.382.005-.61-.765-.765l-1.912-.382c-.8-.16-.952-.017-1.147.766z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M498 1074.362h18v18h-18z"/>
+      </g>
+      <g transform="translate(-234)" color="#000">
+        <g transform="translate(-1 -1)">
+          <path d="M523.5 1076.362c-2.48 0-4.5 2.02-4.5 4.5s2.02 4.5 4.5 4.5 4.5-2.02 4.5-4.5-2.02-4.5-4.5-4.5zm0 .794c1.41 0 2.633.78 3.26 1.936-.592.392-1.135.597-1.142.976-.005.265 0 .34 0 .53 0 .264.138.605.53.794l.926.446c-.107.393-.277.747-.497 1.076l-.695-.464c-.397-.264-.794-.44-1.058-.264l-.795.53c-.368.244-.33.53-.265.793l.248 1.025c-.168.023-.338.033-.513.033-.367 0-.725-.05-1.06-.15v-.91c0-.528-.264-.793-.528-1.058-.265-.264-.53-.53-1.06-.53h-.91c-.097-.333-.148-.69-.148-1.058 0-2.053 1.653-3.706 3.706-3.706zm-1.588 1.853l-.265 1.058c-.075.3-.275.61 0 .794l.794.53c.53.353.764.148 1.06 0l.53-.265c.394-.197.53-.265.53-.794v-1.06c0-.264.003-.422-.53-.528l-1.324-.265c-.555-.11-.66-.013-.794.53z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+          <path d="M523.5 1076.362c-2.48 0-4.5 2.02-4.5 4.5s2.02 4.5 4.5 4.5 4.5-2.02 4.5-4.5-2.02-4.5-4.5-4.5zm0 .794c1.41 0 2.633.78 3.26 1.936-.592.392-1.135.597-1.142.976-.005.265 0 .34 0 .53 0 .264.138.605.53.794l.926.446c-.107.393-.277.747-.497 1.076l-.695-.464c-.397-.264-.794-.44-1.058-.264l-.795.53c-.368.244-.33.53-.265.793l.248 1.025c-.168.023-.338.033-.513.033-.367 0-.725-.05-1.06-.15v-.91c0-.528-.264-.793-.528-1.058-.265-.264-.53-.53-1.06-.53h-.91c-.097-.333-.148-.69-.148-1.058 0-2.053 1.653-3.706 3.706-3.706zm-1.588 1.853l-.265 1.058c-.075.3-.275.61 0 .794l.794.53c.53.353.764.148 1.06 0l.53-.265c.394-.197.53-.265.53-.794v-1.06c0-.264.003-.422-.53-.528l-1.324-.265c-.555-.11-.66-.013-.794.53z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M516 1074.362h12v12h-12z"/>
+      </g>
+      <g transform="translate(-234)" color="#000">
+        <g transform="translate(474 94)">
+          <path d="M12.5 1009.362c-6.5 0-9.5 6.5-9.5 6.5s3 6.5 9.5 6.5 9.5-6.5 9.5-6.5-3-6.5-9.5-6.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" overflow="visible"/>
+          <path d="M12.5 1009.362c-6.5 0-9.5 6.5-9.5 6.5s3 6.5 9.5 6.5 9.5-6.5 9.5-6.5-3-6.5-9.5-6.5zm-3 5c.277 0 .5.223.5.5v.5h2v-.5c0-.277.223-.5.5-.5s.5.223.5.5v.5h2v-.5c0-.277.223-.5.5-.5s.5.223.5.5v.5h1.5c.277 0 .5.223.5.5s-.223.5-.5.5H16v.5c0 .277-.223.5-.5.5s-.5-.223-.5-.5v-.5h-2v.5c0 .277-.223.5-.5.5s-.5-.223-.5-.5v-.5h-2v.5c0 .277-.223.5-.5.5s-.5-.223-.5-.5v-.5H7.5c-.277 0-.5-.223-.5-.5s.223-.5.5-.5H9v-.5c0-.277.223-.5.5-.5z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M474 1098.362h24v24h-24z"/>
+      </g>
+      <g transform="translate(-234)" color="#000">
+        <path d="M507.5 1102.362c-4.79 0-6.5 4.5-6.5 4.5s1.71 4.5 6.5 4.5 6.5-4.5 6.5-4.5-1.71-4.5-6.5-4.5zm-2.25 3c.139 0 .25.112.25.25v.75h1.75v-.75c0-.138.112-.25.25-.25.139 0 .25.112.25.25v.75h1.75v-.75c0-.138.112-.25.25-.25.139 0 .284.116.25.25v.75h.563c.246 0 .437.223.437.5s-.19.5-.438.5H510v.75c0 .14-.112.25-.25.25-.139 0-.216-.115-.25-.25v-.75h-1.75v.75c0 .14-.112.25-.25.25-.139 0-.25-.11-.25-.25v-.75h-1.75v.75c0 .14-.112.25-.25.25-.139 0-.25-.11-.25-.25v-.75h-.563c-.246 0-.437-.223-.437-.5s.19-.5.438-.5H505v-.75c0-.138.112-.25.25-.25z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" overflow="visible"/>
+        <path d="M507.5 1102.362c-4.79 0-6.5 4.5-6.5 4.5s1.71 4.5 6.5 4.5 6.5-4.5 6.5-4.5-1.71-4.5-6.5-4.5zm-2.25 3c.139 0 .25.112.25.25v.75h1.75v-.75c0-.138.112-.25.25-.25.139 0 .25.112.25.25v.75h1.75v-.75c0-.138.112-.25.25-.25.139 0 .284.116.25.25v.75h.563c.246 0 .437.223.437.5s-.19.5-.438.5H510v.75c0 .14-.112.25-.25.25-.139 0-.216-.115-.25-.25v-.75h-1.75v.75c0 .14-.112.25-.25.25-.139 0-.25-.11-.25-.25v-.75h-1.75v.75c0 .14-.112.25-.25.25-.139 0-.25-.11-.25-.25v-.75h-.563c-.246 0-.437-.223-.437-.5s.19-.5.438-.5H505v-.75c0-.138.112-.25.25-.25z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M498 1098.362h18v18h-18z"/>
+      </g>
+      <g transform="translate(-234)" color="#000">
+        <path d="M522.5 1101.362c-3.25 0-4.5 3-4.5 3s1.25 3 4.5 3 4.5-3 4.5-3-1.25-3-4.5-3zm-1 2.5h3.5c.139 0 .25.112.25.25 0 .14-.112.25-.25.25h-4.75c-.139 0-.25-.11-.25-.25 0-.138.112-.25.25-.25h.75z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M522.5 1101.362c-3.25 0-4.5 3-4.5 3s1.25 3 4.5 3 4.5-3 4.5-3-1.25-3-4.5-3zm-1 2.5h3.5c.139 0 .25.112.25.25 0 .14-.112.25-.25.25h-4.75c-.139 0-.25-.11-.25-.25 0-.138.112-.25.25-.25h.75z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M516 1098.362h12v12h-12z"/>
+      </g>
+      <g transform="translate(-234)" color="#000">
+        <path d="M484 1125.362c-3.314 0-6 2.686-6 6s2.686 6 6 6h5l4.5 4.5c.316.316.506.5.906.5.125 0 .28 0 .438-.156.156-.156.156-.312.156-.437 0-.4-.218-.626-.5-.908l-4.5-4.5v-5c0-3.314-2.686-6-6-6zm5 8v3h-3zm-9.5 4c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" overflow="visible"/>
+        <path d="M484 1125.362c-3.314 0-6 2.686-6 6s2.686 6 6 6h5l4.5 4.5c.316.316.506.5.906.5.125 0 .28 0 .438-.156.156-.156.156-.312.156-.437 0-.4-.218-.626-.5-.908l-4.5-4.5v-5c0-3.314-2.686-6-6-6zm5 8v3h-3zm-9.5 4c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M474 1122.362h24v24h-24z"/>
+      </g>
+      <g transform="translate(-234)" color="#000">
+        <path d="M505.5 1124.362c-2.534 0-4.5 1.966-4.5 4.5s2.142 4.5 4.676 4.5H509l4 4h1v-1l-4-4v-3.323c0-2.535-1.966-4.678-4.5-4.678zm3.5 5.706v2.294h-2.5zm-6.853 3.294c-.633 0-1.147.514-1.147 1.147s.514 1.146 1.147 1.146c.634 0 1.147-.513 1.147-1.147s-.513-1.148-1.147-1.148z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" overflow="visible"/>
+        <path d="M505.5 1124.362c-2.534 0-4.5 1.966-4.5 4.5s2.142 4.5 4.676 4.5H509l4 4h1v-1l-4-4v-3.323c0-2.535-1.966-4.678-4.5-4.678zm3.5 5.706v2.294h-2.5zm-6.853 3.294c-.633 0-1.147.514-1.147 1.147s.514 1.146 1.147 1.146c.634 0 1.147-.513 1.147-1.147s-.513-1.148-1.147-1.148z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M498 1122.362h18v18h-18z"/>
+      </g>
+      <g transform="translate(-234)" color="#000">
+        <g transform="translate(-1 -1)">
+          <path d="M519 1127.362c0 1.657 1.343 3 3 3h2.5l3 3h.5v-.5l-3-3v-2.5c0-1.657-1.343-3-3-3s-3 1.343-3 3zm5 .5v1.5h-1.5zm-4.25 3c-.414 0-.75.336-.75.75s.336.75.75.75.75-.336.75-.75-.336-.75-.75-.75z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" overflow="visible"/>
+          <path d="M519 1127.362c0 1.657 1.343 3 3 3h2.5l3 3h.5v-.5l-3-3v-2.5c0-1.657-1.343-3-3-3s-3 1.343-3 3zm5 .5v1.5h-1.5zm-4.25 3c-.414 0-.75.336-.75.75s.336.75.75.75.75-.336.75-.75-.336-.75-.75-.75z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M516 1122.362h12v12h-12z"/>
+      </g>
+      <g transform="translate(-234)" color="#000">
+        <g transform="translate(-2)">
+          <path d="M484.5 1149.362l-4.5 4v8c0 .5.5 1 1 1h3.563l1.937 3.5c.278.5.5.5 1 .5h2c.5 0 .722 0 1-.5l1.938-3.5H496c.5 0 1-.5 1-1v-8l-4.5-4h-8zm-.5 4h9v6h-9v-6zm1 1v4h7v-4h-7zm.563 8H487v1h1v-1h1v1h1v-1h1.438l-.563 1H490v1h.344l-.344.625v-.625h-1v1h-1v-1h-1v.625l-.344-.625H487v-1h-.875l-.563-1zm2.437 2h1v-1h-1v1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M484.5 1149.362l-4.5 4v8c0 .5.5 1 1 1h3.563l1.937 3.5c.278.5.5.5 1 .5h2c.5 0 .722 0 1-.5l1.938-3.5H496c.5 0 1-.5 1-1v-8l-4.5-4h-8zm-.5 4h9v6h-9v-6zm1 1v4h7v-4h-7zm.563 8H487v1h1v-1h1v1h1v-1h1.438l-.563 1H490v1h.344l-.344.625v-.625h-1v1h-1v-1h-1v.625l-.344-.625H487v-1h-.875l-.563-1zm2.437 2h1v-1h-1v1z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M474 1146.362h24v24h-24z"/>
+      </g>
+      <g transform="translate(-234)" color="#000">
+        <g transform="translate(-1 -1)">
+          <path d="M505 1149.362l-3 2v7c0 .5.5 1 1 1h2.5l2 3h2l2-3h2.5c.5 0 1-.5 1-1v-6.5l-3-2.5h-7zm0 3h7v5h-7v-5zm1 1v3h5v-3h-5zm.5 6h1.5v1h1v-1h1.5l-.688 1H509v1h-1v-1h-.813l-.687-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M505 1149.362l-3 2v7c0 .5.5 1 1 1h2.5l2 3h2l2-3h2.5c.5 0 1-.5 1-1v-6.5l-3-2.5h-7zm0 3h7v5h-7v-5zm1 1v3h5v-3h-5zm.5 6h1.5v1h1v-1h1.5l-.688 1H509v1h-1v-1h-.813l-.687-1z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M498 1146.362h18v18h-18z"/>
+      </g>
+      <g transform="translate(-234)" color="#000">
+        <g transform="translate(-1 -1)">
+          <path d="M521 1148.362l-2 2v4.5c0 .25.25.5.5.5h1.5l1 1 1 1h1l1-1 1-1h1.5c.25 0 .5-.25.5-.5v-4.5l-2-2h-5zm0 2h5v3h-5v-3zm.688.688v1.625h3.625v-1.625h-3.625zm.312 3.312h1v1h1v-1h1v1l-1 1h-1l-1-1v-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M521 1148.362l-2 2v4.5c0 .25.25.5.5.5h1.5l1 1 1 1h1l1-1 1-1h1.5c.25 0 .5-.25.5-.5v-4.5l-2-2h-5zm0 2h5v3h-5v-3zm.688.688v1.625h3.625v-1.625h-3.625zm.312 3.312h1v1h1v-1h1v1l-1 1h-1l-1-1v-1z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M516 1146.362h12v12h-12z"/>
+      </g>
+      <g transform="translate(-234)" color="#000">
+        <path d="M480 1173.362c-1.252 0-2 .754-2 2 0 1 2 2.5 3 3.5 2 2 5.302 3.802 8.5 7l3 3-.5.5c0 .5.5 1 1 1l1-1 1-1c0-.5-.5-1-1-1l-.5.5-3-3c-2.863-2.863-5-6.5-7-8.5-1-1-2.5-3-3.5-3zm3.5 10c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M480 1173.362c-1.252 0-2 .754-2 2 0 1 2 2.5 3 3.5 2 2 5.302 3.802 8.5 7l3 3-.5.5c0 .5.5 1 1 1l1-1 1-1c0-.5-.5-1-1-1l-.5.5-3-3c-2.863-2.863-5-6.5-7-8.5-1-1-2.5-3-3.5-3zm3.5 10c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M474 1170.362h24v24h-24z"/>
+      </g>
+      <g transform="translate(-234)" color="#000">
+        <path d="M503 1172.362s-1 0-1.5.5-.5 1.5-.5 1.5c2.5 3.5 7.08 6.142 8 7l2.594 2.406-.594.594v1h1l1-1 1-1v-1h-1l-.594.594-2.406-2.594c-2.362-2.533-3.5-5.5-7-8zm1.75 9c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M503 1172.362s-1 0-1.5.5-.5 1.5-.5 1.5c2.5 3.5 7.08 6.142 8 7l2.594 2.406-.594.594v1h1l1-1 1-1v-1h-1l-.594.594-2.406-2.594c-2.362-2.533-3.5-5.5-7-8zm1.75 9c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M498 1170.362h18v18h-18z"/>
+      </g>
+      <g transform="translate(-234)" color="#000">
+        <path d="M518 1171.862v1.5c1.5 2 4.587 3.588 6.5 5.5l1 1v1h1l.5-.5v-1h-1l-1-1c-1.784-1.784-3.5-5-5.5-6.5zm2 5.5c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M518 1171.862v1.5c1.5 2 4.587 3.588 6.5 5.5l1 1v1h1l.5-.5v-1h-1l-1-1c-1.784-1.784-3.5-5-5.5-6.5zm2 5.5c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M516 1170.362h12v12h-12z"/>
+      </g>
+      <g transform="translate(-234)" color="#000">
+        <path d="M483.5 1196.362c-.34 0-.5 0-.5.5v14.438c-2 .062-3 1.562-3 2.562 0 .5.5.5.5.5h12s.5 0 .5-.5c0-2.5-1.5-4.5-3-4.5-1.572 0-2.443 2.78-4 3-.683.096-1.342-.345-2-.687v-9.313l7-3-6.498-2.785c-.377-.16-.752-.215-1.002-.215z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M483.5 1196.362c-.34 0-.5 0-.5.5v14.438c-2 .062-3 1.562-3 2.562 0 .5.5.5.5.5h12s.5 0 .5-.5c0-2.5-1.5-4.5-3-4.5-1.572 0-2.443 2.78-4 3-.683.096-1.342-.345-2-.687v-9.313l7-3-6.498-2.785c-.377-.16-.752-.215-1.002-.215z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M474 1194.362h24v24h-24z"/>
+      </g>
+      <g transform="translate(-234)" color="#000">
+        <path d="M505.382 1196.362c-.26 0-.382 0-.382.382v10.276c-1.53.047-2 1.077-2 1.842 0 .382.5.5.5.5h8s.5-.118.5-.5c0-1.912-.853-3.5-2-3.5-1.202 0-1.515 2.303-2.706 2.47-.522.075-1.026-.263-1.53-.525v-6.357l5.354-2.294-4.97-2.13c-.288-.123-.574-.164-.766-.164z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M505.382 1196.362c-.26 0-.382 0-.382.382v10.276c-1.53.047-2 1.077-2 1.842 0 .382.5.5.5.5h8s.5-.118.5-.5c0-1.912-.853-3.5-2-3.5-1.202 0-1.515 2.303-2.706 2.47-.522.075-1.026-.263-1.53-.525v-6.357l5.354-2.294-4.97-2.13c-.288-.123-.574-.164-.766-.164z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M498 1194.362h18v18h-18z"/>
+      </g>
+      <g transform="translate(-234)" color="#000">
+        <path d="M521 1195.362c-.195 0-.5.214-.5.5v7.75c-1.143.035-1.5.893-1.5 1.464 0 .286.286.286.286.286h6.428s.286 0 .286-.286c0-1.428-.643-2.57-1.5-2.57-.898 0-1.182 1.588-2.07 1.713-.392.054-1.054-.198-1.43-.394v-4.964l4-1.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M521 1195.362c-.195 0-.5.214-.5.5v7.75c-1.143.035-1.5.893-1.5 1.464 0 .286.286.286.286.286h6.428s.286 0 .286-.286c0-1.428-.643-2.57-1.5-2.57-.898 0-1.182 1.588-2.07 1.713-.392.054-1.054-.198-1.43-.394v-4.964l4-1.5z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M516 1194.362h12v12h-12z"/>
+      </g>
+      <g transform="translate(-234)">
+        <path opacity=".5" color="#000" fill="none" overflow="visible" d="M474 1218.362h24v24h-24z"/>
+        <path d="M489.125 1223.362c-.158 0-.434.093-.563.156l-4 1.938c-.532.252-.726 1.027-.375 1.5l1.22 1.656-4.72 3.656c1.13.23 1.977.938 2.813.938 1 0 1.5-1 3-1s2 1 3 1c.413 0 .833-.175 1.28-.375l-4.217-6.124 3.03-1.53c.603-.302.563-.818.5-1.126-.058-.292-.418-.688-.968-.688zm1.875 3c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm-11 8c-.694 0-1.34.405-2 .625v2.03c0 .002 1-.654 2-.655 1 0 2 1 3.5 1s1.974-.965 3-1c1 0 1.5 1 3 1s2.5-1 3.5-1c.702 0 2 .656 2 .656v-2.03c-.642-.248-1.343-.626-2-.626-1.5 0-2.5 1-3.5 1s-1.5-1-3-1-2 1-3 1-2-1-3.5-1z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M489.125 1223.362c-.158 0-.434.093-.563.156l-4 1.938c-.532.252-.726 1.027-.375 1.5l1.22 1.656-4.72 3.656c1.13.23 1.977.938 2.813.938 1 0 1.5-1 3-1s2 1 3 1c.413 0 .833-.175 1.28-.375l-4.217-6.124 3.03-1.53c.603-.302.563-.818.5-1.126-.058-.292-.418-.688-.968-.688zm1.875 3c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm-11 8c-.694 0-1.34.405-2 .625v2.03c0 .002 1-.654 2-.655 1 0 2 1 3.5 1s1.974-.965 3-1c1 0 1.5 1 3 1s2.5-1 3.5-1c.702 0 2 .656 2 .656v-2.03c-.642-.248-1.343-.626-2-.626-1.5 0-2.5 1-3.5 1s-1.5-1-3-1-2 1-3 1-2-1-3.5-1z" color="#000" fill="#444" overflow="visible"/>
+      </g>
+      <g transform="translate(-234)" color="#000">
+        <g transform="translate(-1 -2)">
+          <path d="M510.75 1223.987c-.114 0-.313.048-.406.094l-2.875 1.408c-.386.182-.536.752-.283 1.093l.875 1.19-3.718 2.155 2 .813 2.156-.875 2.156.875.844-.875-2.594-3.47 2.188-1.124c.435-.22.42-.59.375-.814-.044-.21-.323-.468-.72-.468zm1.75 2.375c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5zm-4 4.5l-2 1-2.5-.937-2 .937v1.5l2-1 2.5 1 2-1.062 2 1.062 2-1.062 2.5 1.062v-1.5l-2.5-1-2 1-2-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M510.75 1223.987c-.114 0-.313.048-.406.094l-2.875 1.408c-.386.182-.536.752-.283 1.093l.875 1.19-3.718 2.155 2 .813 2.156-.875 2.156.875.844-.875-2.594-3.47 2.188-1.124c.435-.22.42-.59.375-.814-.044-.21-.323-.468-.72-.468zm1.75 2.375c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5zm-4 4.5l-2 1-2.5-.937-2 .937v1.5l2-1 2.5 1 2-1.062 2 1.062 2-1.062 2.5 1.062v-1.5l-2.5-1-2 1-2-1z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M498 1218.362h18v18h-18z"/>
+      </g>
+      <g transform="translate(-234)" color="#000">
+        <g transform="translate(-1 -1)">
+          <path d="M525.5 1221.362l-.5.304-2.22 1.29c-.265.126-.362.513-.186.75l.61.828-2.204 1.828 1 .235 1.5-.47 1.5.47 1-.235-2.22-2.78 2.236-1.392-.016-.828zm1 2.047c-.552 0-1 .447-1 1 0 .55.448 1 1 1s1-.45 1-1c0-.553-.448-1-1-1zm-6 3.952l-1.5.47v1.03l.156-.047 1.344-.453 1.5.5 1.5-.5 1.5.5 1.5-.5 1.5.5v-1.03l-1.5-.47-1.5.47-1.5-.47-1.5.47-1.5-.47z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M525.5 1221.362l-.5.304-2.22 1.29c-.265.126-.362.513-.186.75l.61.828-2.204 1.828 1 .235 1.5-.47 1.5.47 1-.235-2.22-2.78 2.236-1.392-.016-.828zm1 2.047c-.552 0-1 .447-1 1 0 .55.448 1 1 1s1-.45 1-1c0-.553-.448-1-1-1zm-6 3.952l-1.5.47v1.03l.156-.047 1.344-.453 1.5.5 1.5-.5 1.5.5 1.5-.5 1.5.5v-1.03l-1.5-.47-1.5.47-1.5-.47-1.5.47-1.5-.47z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M516 1218.362h12v12h-12z"/>
+      </g>
+      <g transform="translate(-234)" color="#000">
+        <path d="M479 1246.362c-1 1-1 2-1 2l10 10 1.5-.5 4 4c.316.317.506.5.906.5.125 0 .28 0 .438-.156.156-.156.156-.312.156-.437 0-.4-.218-.626-.5-.908l-4-4 .5-1.5-10-10s-1 0-2 1zm3.5 9c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/>
+        <path d="M479 1246.362c-1 1-1 2-1 2l10 10 1.5-.5 4 4c.316.317.506.5.906.5.125 0 .28 0 .438-.156.156-.156.156-.312.156-.437 0-.4-.218-.626-.5-.908l-4-4 .5-1.5-10-10s-1 0-2 1zm3.5 9c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M474 1242.362h24v24h-24z"/>
+      </g>
+      <g transform="translate(-234)" color="#000">
+        <g transform="translate(-1 -1)">
+          <path d="M504.438 1245.33s-.813 0-1.625.813c-.813.813-.813 1.625-.813 1.625l8.125 8.125 1.22-.406 2.436 2.438c.258.257.426.406.75.406.103 0 .218 0 .345-.124.127-.127.125-.242.125-.344 0-.325-.177-.52-.406-.75l-2.438-2.437.407-1.22-8.125-8.124zm2.312 10.032c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M504.438 1245.33s-.813 0-1.625.813c-.813.813-.813 1.625-.813 1.625l8.125 8.125 1.22-.406 2.436 2.438c.258.257.426.406.75.406.103 0 .218 0 .345-.124.127-.127.125-.242.125-.344 0-.325-.177-.52-.406-.75l-2.438-2.437.407-1.22-8.125-8.124zm2.312 10.032c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M498 1242.362h18v18h-18z"/>
+      </g>
+      <g transform="translate(-234)" color="#000">
+        <path d="M520 1243.612s-.5.25-1 .75-.75 1-.75 1l5 5h1.25l2 2h.5v-.5l-2-2v-1.25l-5-5zm-1 5.25c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M520 1243.612s-.5.25-1 .75-.75 1-.75 1l5 5h1.25l2 2h.5v-.5l-2-2v-1.25l-5-5zm-1 5.25c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M516 1242.362h12v12h-12z"/>
+      </g>
+      <g transform="translate(-234)">
+        <g transform="translate(-1)">
+          <path d="M487 1270.362c-1 0-2 .5-2 2 0 .537.044.628.156 1.094l.688 2.844-3.72 2.28-3.374-1.968c-.112-.066-.26-.068-.438-.03-.178.036-.312.248-.312.468 0 .22.096.347.25.437l14.5 8.5c.456.263.867.37 1.25.375.268 0 .532-.035.75-.125.53-.218.862-.61 1.094-.843.116-.117.156-.258.156-.407 0-.21-.13-.436-.406-.468-.18-.022-.325.043-.438.186-.234.298-.528.52-.78.625-.254.105-.535.124-1.126-.218l-9.28-5.437 3.592-2.094c.333-.227.503-.67.407-1.06l-.408-1.658 3.576 2.105.675 2.57c.077.29.29.537.562.657l2.28 1c1.607.704 1.836-.826.814-1.27l-1.876-.81-1.594-6.25-3.063-1.75c-.786-.455-1.437-.75-1.937-.75zm8 2c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M487 1270.362c-1 0-2 .5-2 2 0 .537.044.628.156 1.094l.688 2.844-3.72 2.28-3.374-1.968c-.112-.066-.26-.068-.438-.03-.178.036-.312.248-.312.468 0 .22.096.347.25.437l14.5 8.5c.456.263.867.37 1.25.375.268 0 .532-.035.75-.125.53-.218.862-.61 1.094-.843.116-.117.156-.258.156-.407 0-.21-.13-.436-.406-.468-.18-.022-.325.043-.438.186-.234.298-.528.52-.78.625-.254.105-.535.124-1.126-.218l-9.28-5.437 3.592-2.094c.333-.227.503-.67.407-1.06l-.408-1.658 3.576 2.105.675 2.57c.077.29.29.537.562.657l2.28 1c1.607.704 1.836-.826.814-1.27l-1.876-.81-1.594-6.25-3.063-1.75c-.786-.455-1.437-.75-1.937-.75zm8 2c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2z" color="#000" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" color="#000" fill="none" overflow="visible" d="M474 1266.362h24v24h-24z"/>
+      </g>
+      <g transform="translate(-234)" color="#000">
+        <g transform="translate(0 -1)">
+          <path d="M506 1270.362c-1 0-1.5.5-1.5 1.5 0 .396.136.657.22 1l.78 2-2.813 1.97-2.687-1.47v1l11 6h1l1-1-.5-.5-.5-.5v1h-1l-7-3.812 2.47-1.656c.244-.168.6-.243.53-.532l-.53-1.47 2.53 1.47.625 1.97c.057.21.205.41.406.5l1.69.718c1.182.518 1.346-.61.592-.938l-1.375-.594-.937-2.656v-2l-2.5-1.406c-.58-.334-1-.594-1.5-.594zm6.5 1.5c-.814 0-1.5.686-1.5 1.5s.686 1.5 1.5 1.5 1.5-.686 1.5-1.5-.686-1.5-1.5-1.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M506 1270.362c-1 0-1.5.5-1.5 1.5 0 .396.136.657.22 1l.78 2-2.813 1.97-2.687-1.47v1l11 6h1l1-1-.5-.5-.5-.5v1h-1l-7-3.812 2.47-1.657c.244-.168.6-.242.53-.53l-.53-1.47 2.53 1.47.625 1.968c.057.213.205.412.406.5l1.69.72c1.182.518 1.346-.61.592-.938l-1.375-.594-.937-2.656v-2l-2.5-1.406c-.58-.334-1-.594-1.5-.594zm6.5 1.5c-.814 0-1.5.686-1.5 1.5s.686 1.5 1.5 1.5 1.5-.686 1.5-1.5-.686-1.5-1.5-1.5z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M498 1266.362h18v18h-18z"/>
+      </g>
+      <g transform="translate(-234)" color="#000">
+        <g transform="translate(0 -1)">
+          <path d="M522 1269.362c-.5 0-1 1-1 1.5v2l-1.625.78-1.375-.78v.5l7 4v-.5l-4.688-2.687 1.688-.625v-2.188h1l1 1.5v1.5l1 1h1v-1h-1v-1.5l-.5-2.5-1.5-1h-1zm4.5 1.5c-.552 0-1 .448-1 1s.448 1 1 1c.187 0 .35-.067.5-.156v-1.687c-.15-.09-.313-.158-.5-.158z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M522 1269.362c-.5 0-1 1-1 1.5v2l-1.625.78-1.375-.78v.5l7 4v-.5l-4.688-2.687 1.688-.625v-2.188h1l1 1.5v1.5l1 1h1v-1h-1v-1.5l-.5-2.5-1.5-1h-1zm4.5 1.5c-.552 0-1 .448-1 1s.448 1 1 1c.187 0 .35-.067.5-.156v-1.687c-.15-.09-.313-.158-.5-.158z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M516 1266.362h12v12h-12z"/>
+      </g>
+      <g transform="translate(84 -2)">
+        <path d="M21 1065.362v1l-7-1v4l2 2c0 .5-.5 1-1 1h-5c-.5 0-1-.5-1-1l2-2v-4l-7 1v-1l7-4v-2c0-1 .5-4 1.5-4s1.5 3 1.5 4v2z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M21 1065.862v.5l-7-1v4l2 2c0 .5-.5 1-1 1h-5c-.5 0-1-.5-1-1l2-2v-4l-7 1v-.5c0-.5.306-.638.5-.75l6.5-3.75v-2c0-1 .5-4 1.5-4s1.5 3 1.5 4v2l6.5 3.75c.278.16.5.24.5.75z" fill="#444"/>
+      </g>
+      <path opacity=".5" color="#000" fill="none" overflow="visible" d="M84 1050.362h24v24H84z"/>
+      <path d="M124.5 1060.362v1l-5.5-1v3l2 1.222v.778h-6v-.778l2-1.222v-3l-5.5 1v-1l5.5-3v-3c0-.778.222-2 1-2s1 1.222 1 2v3z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M124.5 1060.362v1l-5.5-1v3l2 1.222v.778h-6v-.778l2-1.222v-3l-5.5 1v-1l5.5-3v-3c0-.778.222-2 1-2s1 1.222 1 2v3z" fill="#444"/>
+      <path opacity=".5" color="#000" fill="none" overflow="visible" d="M108 1050.362h18v18h-18z"/>
+      <g transform="translate(-1 -1)">
+        <path d="M137 1057.79v.572l-3-.5v2l1 1.056v.444h-3v-.444l1-1.056v-2l-3 .5v-.57l3-1.43v-2c0-.444.056-1 .5-1s.5.556.5 1v2z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M137 1057.79v.572l-3-.5v2l1 1.056v.444h-3v-.444l1-1.056v-2l-3 .5v-.57l3-1.43v-2c0-.444.056-1 .5-1s.5.556.5 1v2z" fill="#444"/>
+      </g>
+      <path opacity=".5" color="#000" fill="none" overflow="visible" d="M126 1050.362h12v12h-12z"/>
+      <g color="#000">
+        <g transform="translate(0 1)">
+          <path d="M96.25 1091.362H105c.5 0 1-.5 1-1v-3c0-1-.48-1.48-1-2l-1-1c-.333-.333-1-1-2-1h-3v-2h6c.554 0 1-.446 1-1s-.446-1-1-1H92c-.554 0-1 .446-1 1s.446 1 1 1h6v2h-7.28c-.347-.597-.98-1-1.72-1-1.105 0-2 .896-2 2 0 1.105.895 2 2 2 .577 0 1.072-.265 1.438-.656l3.562 3.656c1 1.026 1.75 2 2.25 2zm-7.25-8c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M96.25 1091.362H105c.5 0 1-.5 1-1v-3c0-1-.48-1.48-1-2l-1-1c-.333-.333-1-1-2-1h-3v-2h6c.554 0 1-.446 1-1s-.446-1-1-1H92c-.554 0-1 .446-1 1s.446 1 1 1h6v2h-7.28c-.347-.597-.98-1-1.72-1-1.105 0-2 .896-2 2 0 1.105.895 2 2 2 .577 0 1.072-.265 1.438-.656l3.562 3.656c1 1.026 1.75 2 2.25 2zm-7.25-8c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M84 1074.362h24v24H84z"/>
+      </g>
+      <g color="#000">
+        <path d="M118.194 1087.362h5.028c.39 0 .778-.39.778-.778v-2.333c0-.777-.374-1.15-.778-1.555l-.778-.777c-.26-.26-.777-.556-1.555-.556H119v-2h3.222c.43 0 .778-.125.778-.555 0-.43-.29-.445-.722-.445h-7.334c-.43 0-.833.014-.833.445 0 .43.35.51.78.555H118v2H113.892c-.27-.464-.76-.778-1.336-.778-.86 0-1.556.697-1.556 1.556 0 .86.696 1.555 1.556 1.555.448 0 .834-.206 1.118-.51l2.77 2.622c.81.766 1.362 1.555 1.75 1.555zm-5.638-6c.43 0 .777.348.777.778 0 .43-.348.778-.777.778-.43 0-.778-.348-.778-.778 0-.43.348-.778.778-.778z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M118.194 1087.362h5.028c.39 0 .778-.39.778-.778v-2.333c0-.777-.374-1.15-.778-1.555l-.778-.777c-.26-.26-.777-.556-1.555-.556H119v-2h3.222c.43 0 .778-.125.778-.555 0-.43-.29-.445-.722-.445h-7.334c-.43 0-.833.014-.833.445 0 .43.35.51.78.555H118v2H113.892c-.27-.464-.76-.778-1.336-.778-.86 0-1.556.697-1.556 1.556 0 .86.696 1.555 1.556 1.555.448 0 .834-.206 1.118-.51l2.77 2.622c.81.766 1.362 1.555 1.75 1.555zm-5.638-6c.43 0 .777.348.777.778 0 .43-.348.778-.777.778-.43 0-.778-.348-.778-.778 0-.43.348-.778.778-.778z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M108 1074.362h18v18h-18z"/>
+      </g>
+      <g color="#000">
+        <g transform="translate(0 -1)">
+          <path d="M132.625 1084.362h3.875c.25 0 .5-.25.5-.5v-1.5c0-.5-.24-.74-.5-1l-.5-.5c-.167-.166-.5-.5-1-.5h-1v-1h2.5c.277 0 .5-.223.5-.5s-.223-.5-.5-.5h-6c-.277 0-.5.223-.5.5s.223.5.5.5h2.5v1h-3.14c-.174-.298-.49-.5-.86-.5-.552 0-1 .448-1 1s.448 1 1 1c.29 0 .536-.132.72-.328l1.78 1.828c.5.513.875 1 1.125 1zm-3.625-4c.276 0 .5.224.5.5s-.224.5-.5.5-.5-.224-.5-.5.224-.5.5-.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M132.625 1084.362h3.875c.25 0 .5-.25.5-.5v-1.5c0-.5-.24-.74-.5-1l-.5-.5c-.167-.166-.5-.5-1-.5h-1v-1h2.5c.277 0 .5-.223.5-.5s-.223-.5-.5-.5h-6c-.277 0-.5.223-.5.5s.223.5.5.5h2.5v1h-3.14c-.174-.298-.49-.5-.86-.5-.552 0-1 .448-1 1s.448 1 1 1c.29 0 .536-.132.72-.328l1.78 1.828c.5.513.875 1 1.125 1zm-3.625-4c.276 0 .5.224.5.5s-.224.5-.5.5-.5-.224-.5-.5.224-.5.5-.5z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M126 1074.362h12v12h-12z"/>
+      </g>
+      <g transform="translate(0 24)" color="#000">
+        <g transform="translate(84 24)">
+          <path d="M7 1076.362l5.5 3 5.5-3zm2 4l-3 2v11c0 .5.5 1 1 1h11c.5 0 1-.5 1-1v-11l-3-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+          <path d="M7 1076.362l5.5 3 5.5-3zm2 4l-3 2v11c0 .5.5 1 1 1h11c.5 0 1-.5 1-1v-11l-3-2zm1 2h5l2 1v3H8v-3zm-1 8c.554 0 1 .446 1 1s-.446 1-1 1-1-.446-1-1 .446-1 1-1zm7 0c.554 0 1 .446 1 1s-.446 1-1 1-1-.446-1-1 .446-1 1-1z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M84 1098.362h24v24H84z"/>
+      </g>
+      <g transform="translate(0 24)" color="#000">
+        <path d="M113 1100.362l3.5 2h2l3.5-2zm1 3l-2 1.5v7.5c0 .5.5 1 1 1h9c.5 0 1-.5 1-1v-7.5l-2-1.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M113 1100.362l3.5 2h2l3.5-2zm1 3l-2 1.5v7.5c0 .5.5 1 1 1h9c.5 0 1-.5 1-1v-7.5l-2-1.5zm1.5 1h4l1.5 1v2h-7v-2zm-.75 5.5c.414 0 .75.336.75.75s-.336.75-.75.75-.75-.336-.75-.75.336-.75.75-.75zm5.5 0c.414 0 .75.336.75.75s-.336.75-.75.75-.75-.336-.75-.75.336-.75.75-.75z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M108 1098.362h18v18h-18z"/>
+      </g>
+      <g transform="translate(0 24)" color="#000">
+        <path d="M129 1099.362l3 2h1l3-2zm1.5 3l-1.5 1v5.5c0 .25.25.5.5.5h6c.25 0 .5-.25.5-.5v-5.5l-1.5-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M129 1099.362l3 2h1l3-2zm1.5 3l-1.5 1v5.5c0 .25.25.5.5.5h6c.25 0 .5-.25.5-.5v-5.5l-1.5-1zm.5 1h3l1 .5v1.5h-5v-1.5zm-.5 4c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M126 1098.362h12v12h-12z"/>
+      </g>
+      <g transform="translate(0 24)" color="#000">
+        <g transform="translate(84 45)">
+          <path d="M9 1079.362l-3 2v11c0 .5.5 1 1 1h11c.5 0 1-.5 1-1v-11l-3-2zm3.5 15l-5.5 3h11z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+          <path d="M9 1079.362l-3 2v11c0 .5.5 1 1 1h11c.5 0 1-.5 1-1v-11l-3-2zm1 2h5l2 1v3H8v-3zm-1 8c.554 0 1 .446 1 1s-.446 1-1 1-1-.446-1-1 .446-1 1-1zm7 0c.554 0 1 .446 1 1s-.446 1-1 1-1-.446-1-1 .446-1 1-1zm-3.5 5l-5.5 3h11z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M84 1122.362h24v24H84z"/>
+      </g>
+      <g transform="translate(0 24)" color="#000">
+        <path d="M114 1124.362l-2 1.5v7.5c0 .5.5 1 1 1h9c.5 0 1.066-.504 1-1v-7.5l-2-1.5zm2.5 11l-3.5 2h9l-3.5-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M114 1124.362l-2 1.5v7.5c0 .5.5 1 1 1h9c.5 0 1-.5 1-1v-7.5l-2-1.5zm1.5 1h4l1.5 1v2h-7v-2zm-.75 5.5c.414 0 .75.336.75.75s-.336.75-.75.75-.75-.336-.75-.75.336-.75.75-.75zm5.5 0c.414 0 .75.336.75.75s-.336.75-.75.75-.75-.336-.75-.75.336-.75.75-.75zm-3.75 4.5l-3.5 2h9l-3.5-2z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M108 1122.362h18v18h-18z"/>
+      </g>
+      <g transform="translate(0 24)" color="#000">
+        <path d="M130.5 1123.362l-1.5 1v5.5c0 .25.25.5.5.5h6c.25 0 .5-.25.5-.5v-5.5l-1.5-1h-4zm.5 1h3l1 .5v1.5h-5v-1.5l1-.5zm-.5 4c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm-2.5 3l-3 2h7l-3-2h-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M130.5 1123.362l-1.5 1v5.5c0 .25.25.5.5.5h6c.25 0 .5-.25.5-.5v-5.5l-1.5-1h-4zm.5 1h3l1 .5v1.5h-5v-1.5l1-.5zm-.5 4c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm-2.5 3l-3 2h7l-3-2h-1z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M126 1122.362h12v12h-12z"/>
+      </g>
+      <g transform="translate(0 24)">
+        <path d="M93 1149.362v1h-2c-.5 0-1 .5-1 1v13h1v2h2v-2h7v2h2v-2h1v-13c0-.5-.5-1-1-1h-2v-1h-7z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+        <g transform="translate(83 141)">
+          <path d="M10 1008.362v1H8c-.5 0-1 .5-1 1v13h1v2h2v-2h7v2h2v-2h1v-13c0-.5-.5-1-1-1h-2v-1zm-1 3h9v5H9v-2zm1 8c.554 0 1 .446 1 1s-.446 1-1 1-1-.446-1-1 .446-1 1-1zm7 0c.554 0 1 .446 1 1s-.446 1-1 1-1-.446-1-1 .446-1 1-1z" color="#000" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" color="#000" fill="none" overflow="visible" d="M84 1146.362h24v24H84z"/>
+      </g>
+      <g transform="translate(0 24)" color="#000">
+        <path d="M114.5 1148.362v1H113c-.5 0-1 .5-1 1v10h1v1h2v-1h5v1h2v-1h1v-10c0-.5-.5-1-1-1h-1.5v-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M114.5 1148.362v1H113c-.5 0-1 .5-1 1v10h1v1h2v-1h5v1h2v-1h1v-10c0-.5-.5-1-1-1h-1.5v-1h-6zm-.5 2h7v4h-7v-4zm.75 6.5c.414 0 .75.336.75.75s-.336.75-.75.75-.75-.336-.75-.75.336-.75.75-.75zm5.5 0c.414 0 .75.336.75.75s-.336.75-.75.75-.75-.336-.75-.75.336-.75.75-.75z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M108 1146.362h18v18h-18z"/>
+      </g>
+      <g transform="translate(0 24)" color="#000">
+        <path d="M131 1147.362v1h-1.5c-.25 0-.5.25-.5.5v6.5h1v1h1v-1h3v1h1v-1h1v-6.5c0-.25-.25-.5-.5-.5H134v-1h-3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M131 1147.362v1h-1.5c-.25 0-.5.25-.5.5v6.5h1v1h1v-1h3v1h1v-1h1v-6.5c0-.25-.25-.5-.5-.5H134v-1zm-1 2h5v3h-5zm.5 4c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M126 1146.362h12v12h-12z"/>
+      </g>
+      <g transform="translate(0 24)" color="#000">
+        <g transform="translate(83 166)">
+          <path d="M9 1007.362c-.554 0-1 .446-1 1v16c0 .5.5 1 1 1h9c.5 0 1-.5 1-1v-5h.5c.5 0 .5.5.5.5v2c0 1 .5 1.5 1.5 1.5s1.5-.5 1.5-1.5v-5.5c0-1-2-2-2-3v-3h-1l-1-1v-1c0-.554-.446-1-1-1zm1 2h7v4h-7zm9 3h1v1.5c0 1 2 2 2 3v5c0 .5-.5.5-.5.5s-.5 0-.5-.5v-2.5c0-.5-.5-1-1-1h-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M9 1007.362c-.554 0-1 .446-1 1v16c0 .5.5 1 1 1h9c.5 0 1-.5 1-1v-5h.5c.5 0 .5.5.5.5v2c0 1 .5 1.5 1.5 1.5s1.5-.5 1.5-1.5v-5.5c0-1-2-2-2-3v-3h-1l-1-1v-1c0-.554-.446-1-1-1zm1 2h7v4h-7zm9 3h1v1.5c0 1 2 2 2 3v5c0 .5-.5.5-.5.5s-.5 0-.5-.5v-2.5c0-.5-.5-1-1-1h-1z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M84 1170.362h24v24H84z"/>
+      </g>
+      <g transform="translate(0 24)" color="#000">
+        <path d="M130.5 1171.362c-.277 0-.5.223-.5.5v8c0 .25.25.5.5.5h4c.25 0 .5-.25.5-.5v-.5h1.25c.5 0 .75-.25.75-.75v-2.75c0-.5-1-1-1-1.5v-1l-1-1v-.5c0-.277-.223-.5-.5-.5h-4zm.5 1h3v2h-3v-2zm4 1.5h.5v.75c0 .5 1 1 1 1.5v2.5c0 .25-.25.25-.25.25h-.75v-1.5h-.5v-3.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+        <path d="M130.5 1171.362c-.277 0-.5.223-.5.5v8c0 .25.25.5.5.5h4c.25 0 .5-.25.5-.5v-.5h1.25c.5 0 .75-.25.75-.75v-2.75c0-.5-1-1-1-1.5v-1l-1-1v-.5c0-.277-.223-.5-.5-.5h-4zm.5 1h3v2h-3v-2zm4 1.5h.5v.75c0 .5 1 1 1 1.5v2.5c0 .25-.25.25-.25.25h-.75v-1.5h-.5v-3.5z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M126 1170.362h12v12h-12z"/>
+      </g>
+      <g transform="translate(0 24)" color="#000">
+        <g transform="matrix(.9 0 0 1 10.3 0)" fill="#b4b4b4" font-size="25.21" font-weight="bold" letter-spacing="0" word-spacing="0" font-family="Helvetica Neue">
+          <path d="M117 1219.362l-6 1.5v1.5l6-1.5 6 1.5v-1.5l-6-1.5zm-2.727 4v10h2.318v-3.562h.99c1.352 0 2.405-.274 3.136-.844.736-.57 1.09-1.393 1.09-2.47 0-1.033-.33-1.823-1.022-2.343-.686-.524-1.712-.78-3.034-.78h-3.477zm2.318 1.75h1.058c.63 0 1.07.107 1.363.344.3.237.445.597.445 1.094 0 .492-.16.865-.512 1.125-.353.255-.89.406-1.602.406h-.75v-2.968z" style="text-indent:0;text-align:start;line-height:125%;text-transform:none;block-progression:tb;-inkscape-font-specification:Helvetica Neue Bold" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2.089" stroke-linejoin="round" overflow="visible"/>
+          <path d="M117 1219.362l-6 1.5v1.5l6-1.5 6 1.5v-1.5l-6-1.5zm-2.727 4v10h2.318v-3.562h.99c1.352 0 2.405-.274 3.136-.844.736-.57 1.09-1.393 1.09-2.47 0-1.033-.33-1.823-1.022-2.343-.686-.524-1.712-.78-3.034-.78h-3.477zm2.318 1.75h1.058c.63 0 1.07.107 1.363.344.3.237.445.597.445 1.094 0 .492-.16.865-.512 1.125-.353.255-.89.406-1.602.406h-.75v-2.968z" style="text-indent:0;text-align:start;line-height:125%;text-transform:none;block-progression:tb;-inkscape-font-specification:Helvetica Neue Bold" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M108 1218.362h18v18h-18z"/>
+      </g>
+      <g color="#000">
+        <g transform="translate(84 21)">
+          <path d="M9 1081.362l-3 2v11c0 .5.5 1 1 1h11c.5 0 1-.5 1-1v-11l-3-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+          <path d="M9 1081.362l-3 2v11c0 .5.5 1 1 1h11c.5 0 1-.5 1-1v-11l-3-2zm1 2h5l2 1v3H8v-3zm-1 8c.554 0 1 .446 1 1s-.446 1-1 1-1-.446-1-1 .446-1 1-1zm7 0c.554 0 1 .446 1 1s-.446 1-1 1-1-.446-1-1 .446-1 1-1z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M84 1098.362h24v24H84z"/>
+      </g>
+      <g color="#000">
+        <g transform="translate(0 -2)">
+          <path d="M114 1104.362l-2 1.5v7.5c0 .5.5 1 1 1h9c.5 0 1.066-.504 1-1v-7.5l-2-1.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M114 1104.362l-2 1.5v7.5c0 .5.5 1 1 1h9c.5 0 1.066-.504 1-1v-7.5l-2-1.5zm1.5 1h4l1.5 1v2h-7v-2zm-1.25 5.5c.414 0 .75.336.75.75s-.336.75-.75.75-.75-.336-.75-.75.336-.75.75-.75zm6.5 0c.414 0 .75.336.75.75s-.336.75-.75.75-.75-.336-.75-.75.336-.75.75-.75z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M108 1098.362h18v18h-18z"/>
+      </g>
+      <g color="#000">
+        <g transform="translate(-1 -2)">
+          <path d="M131.5 1102.362l-1.5 1v5.5c0 .25.25.5.5.5h6c.25 0 .5-.25.5-.5v-5.5l-1.5-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M131.5 1102.362l-1.5 1v5.5c0 .25.25.5.5.5h6c.25 0 .5-.25.5-.5v-5.5l-1.5-1zm.5 1h3l1 .5v1.5h-5v-1.5zm-.5 4c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M126 1098.362h12v12h-12z"/>
+      </g>
+      <g transform="translate(-556 -24)" color="#000">
+        <path d="M670 1220.362c-.5 0-1 .5-1 1v11c0 .5.5 1 1 1h6c.5 0 1-.5 1-1v-3h.25c.137 0 .25.096.25.25v.75c0 .5.5 1 1 1h.5c.5 0 1-.407 1-1v-3.5c0-1-1-1-1-2v-1.5h-1l-1-1v-1c0-.5-.5-1-1-1zm0 1.5h6v2.5h-6zm7 3.5h1c0 1 1 1 1 2v2.75c0 .25-.25.25-.25.25s-.25 0-.25-.25v-.75c0-.59-.5-1-1-1h-.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+        <path d="M670 1220.362c-.5 0-1 .5-1 1v11c0 .5.5 1 1 1h6c.5 0 1-.5 1-1v-3h.25c.137 0 .25.096.25.25v.75c0 .5.5 1 1 1h.5c.5 0 1-.407 1-1v-3.5c0-1-1-1-1-2v-1.5h-1l-1-1v-1c0-.5-.5-1-1-1zm0 1.5h6v2.5h-6zm7 3.5h1c0 1 1 1 1 2v2.75c0 .25-.25.25-.25.25s-.25 0-.25-.25v-.75c0-.59-.5-1-1-1h-.5z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M664 1218.362h18v18h-18z"/>
+      </g>
+      <g transform="translate(7 -193)" color="#000">
+        <path d="M394 1246.362l2 16c.063.5.5 1 1 1h9c.5 0 .938-.5 1-1l2-16zm2.25 2h10.5l-.47 4h-9.56z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M394 1246.362l2 16c.063.5.5 1 1 1h9c.5 0 .938-.5 1-1l2-16zm2.25 2h10.5l-.47 4h-9.56z" fill="#444" overflow="visible"/>
+      </g>
+      <g transform="translate(78 -192)" color="#000">
+        <path d="M346 1244.362l1.5 13c.058.5.5 1 1 1h6c.5 0 .942-.5 1-1l1.5-13zm2 2h7l-.4 3h-6.2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M346 1244.362l1.5 13c.058.5.5 1 1 1h6c.5 0 .942-.5 1-1l1.5-13zm2 2h7l-.4 3h-6.2z" fill="#444" overflow="visible"/>
+      </g>
+      <g transform="translate(78 -192)" color="#000">
+        <path d="M363 1243.362l1 8.5c.036.286.214.5.5.5h4c.286 0 .45-.216.5-.5l1-8.5zm1.5 1h4l-.25 2h-3.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M363 1243.362l1 8.5c.036.286.214.5.5.5h4c.286 0 .45-.216.5-.5l1-8.5zm1.5 1h4l-.25 2h-3.5z" fill="#444" overflow="visible"/>
+      </g>
+      <g transform="translate(-156 -24)" color="#000">
+        <path d="M345.78 1268.362c-.388 0-.78.393-.78.78v5.502c0 1.723.764 3.78 3.875 3.78.28 0-.12-.026.125-.06v-2h-2.5s.555-2 2.5-2v-1.657c0-.713.11-1.454.5-1.845.39-.39.868-1.267 2.5-.5l1 .5v-1.718c0-.39-.392-.78-.78-.78-.723 0-2.22 1-3.22 1s-2.497-1-3.22-1zm1.22 2c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm3.78 1c-.365 0-.78.393-.78.78v5.22c0 1.724.89 4 4 4s4-2.276 4-4v-5.22c0-.387-.415-.78-.78-.78-.723 0-2.22 1-3.22 1s-2.497-1-3.22-1zm1.22 2c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm4 0c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm-4.5 4h5s-.556 2-2.5 2-2.5-2-2.5-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M345.78 1268.362c-.388 0-.78.393-.78.78v5.502c0 1.723.764 3.78 3.875 3.78.28 0-.12-.026.125-.06v-2h-2.5s.555-2 2.5-2v-1.657c0-.713.11-1.454.5-1.845.39-.39.888-1.308 2.5-.5l1 .5v-1.718c0-.39-.392-.78-.78-.78-.723 0-2.22 1-3.22 1s-2.497-1-3.22-1zm1.22 2c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm3.78 1c-.365 0-.78.393-.78.78v5.22c0 1.724.89 4 4 4s4-2.276 4-4v-5.22c0-.387-.415-.78-.78-.78-.723 0-2.22 1-3.22 1s-2.497-1-3.22-1zm1.22 2c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm4 0c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm-4.5 4h5s-.556 2-2.5 2-2.5-2-2.5-2z" fill="#444" overflow="visible"/>
+        <path fill="none" overflow="visible" d="M342 1266.362h18v18h-18z"/>
+      </g>
+      <g transform="translate(-156 -24)" color="#000">
+        <path d="M362.5 1268.362c-.25 0-.5.25-.5.5v3c0 1.108.5 2.5 2.5 2.5.18 0 .343-.01.5-.03v-1.47h-2s.25-1 1.5-1c.25 0 .348.037.5.094v-1.094c0-.458.202-.81.453-1.062.25-.25.59-.438 1.047-.438h.5v-.5c0-.25-.264-.5-.5-.5-.5 0-1 .5-2 .5-.867 0-1.5-.5-2-.5zm1 2c.276 0 .5.224.5.5s-.224.5-.5.5-.5-.224-.5-.5.224-.5.5-.5zm3 0c-.236 0-.5.25-.5.5v3c0 1.108.5 2.5 2.5 2.5s2.5-1.392 2.5-2.5v-3c0-.25-.264-.5-.5-.5-.5 0-1.255.5-2 .5-.745 0-1.5-.5-2-.5zm1 2c.276 0 .5.224.5.5s-.224.5-.5.5-.5-.224-.5-.5.224-.5.5-.5zm2 0c.276 0 .5.224.5.5s-.224.5-.5.5-.5-.224-.5-.5.224-.5.5-.5zm-2.5 2h3s-.25 1-1.5 1-1.5-1-1.5-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M362.5 1268.362c-.25 0-.5.25-.5.5v3c0 1.108.5 2.5 2.5 2.5.18 0 .343-.01.5-.03v-1.47h-2s.25-1 1.5-1c.25 0 .348.037.5.094v-1.094c0-.458.202-.81.453-1.062.25-.25.59-.438 1.047-.438h.5v-.5c0-.25-.264-.5-.5-.5-.5 0-1 .5-2 .5-.867 0-1.5-.5-2-.5zm1 2c.276 0 .5.224.5.5s-.224.5-.5.5-.5-.224-.5-.5.224-.5.5-.5zm3 0c-.236 0-.5.25-.5.5v3c0 1.108.5 2.5 2.5 2.5s2.5-1.392 2.5-2.5v-3c0-.25-.264-.5-.5-.5-.5 0-1.255.5-2 .5-.745 0-1.5-.5-2-.5zm1 2c.276 0 .5.224.5.5s-.224.5-.5.5-.5-.224-.5-.5.224-.5.5-.5zm2 0c.276 0 .5.224.5.5s-.224.5-.5.5-.5-.224-.5-.5.224-.5.5-.5zm-2.5 2h3s-.25 1-1.5 1-1.5-1-1.5-1z" fill="#444" overflow="visible"/>
+        <path fill="none" overflow="visible" d="M360 1266.362h12v12h-12z"/>
+      </g>
+      <g transform="translate(-156 -24)" color="#000">
+        <path opacity=".3" fill="none" overflow="visible" d="M360 1290.362h12v12h-12z"/>
+        <path d="M366 1292.362c-2.5 0-4 1.5-4 3 0 1 .5 2 2 2 1 0 1 .25 1 1 0 1.5 1.5 2 2.5 2 2.5 0 3.5-2.25 3.5-4 0-3.5-2.515-4-5-4zm-.625 1c.345 0 .625.28.625.625s-.28.625-.625.625-.625-.28-.625-.625.28-.625.625-.625zm2 0c.345 0 .625.28.625.625s-.28.625-.625.625-.625-.28-.625-.625.28-.625.625-.625zm-3.75.75c.345 0 .625.28.625.625s-.28.625-.625.625-.625-.28-.625-.625.28-.625.625-.625zm5.75.25c.345 0 .625.28.625.625s-.28.625-.625.625-.625-.28-.625-.625.28-.625.625-.625zm-2.375 2.5c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M366 1292.362c-2.5 0-4 1.5-4 3 0 1 .5 2 2 2 1 0 1 .25 1 1 0 1.5 1.5 2 2.5 2 2.5 0 3.5-2.25 3.5-4 0-3.5-2.515-4-5-4zm-.625 1c.345 0 .625.28.625.625s-.28.625-.625.625-.625-.28-.625-.625.28-.625.625-.625zm2 0c.345 0 .625.28.625.625s-.28.625-.625.625-.625-.28-.625-.625.28-.625.625-.625zm-3.75.75c.345 0 .625.28.625.625s-.28.625-.625.625-.625-.28-.625-.625.28-.625.625-.625zm5.75.25c.345 0 .625.28.625.625s-.28.625-.625.625-.625-.28-.625-.625.28-.625.625-.625zm-2.375 2.5c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1z" fill="#444" overflow="visible"/>
+      </g>
+      <g transform="translate(-156 -24)" color="#000">
+        <path d="M329 1294.362c-5 0-8 4-8 6s1 3.5 3 3.5 3 .5 3 2c0 2 1.5 3.5 3.5 3.5 6.5 0 9.5-3.5 9.5-7 0-6-5-8-11-8z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M329 1294.362c-5 0-8 4-8 6s1 3.5 3 3.5 3 .5 3 2c0 2 1.5 3.5 3.5 3.5 6.5 0 9.5-3.5 9.5-7 0-6-5-8-11-8zm-1.25 2c.69 0 1.25.56 1.25 1.25s-.56 1.25-1.25 1.25-1.25-.56-1.25-1.25.56-1.25 1.25-1.25zm4 0c.69 0 1.25.56 1.25 1.25s-.56 1.25-1.25 1.25-1.25-.56-1.25-1.25.56-1.25 1.25-1.25zm4 2c.69 0 1.25.56 1.25 1.25s-.56 1.25-1.25 1.25-1.25-.56-1.25-1.25.56-1.25 1.25-1.25zm-11.5 1c.69 0 1.25.56 1.25 1.25s-.56 1.25-1.25 1.25-1.25-.56-1.25-1.25.56-1.25 1.25-1.25zm6.25 5c.828 0 1.5.672 1.5 1.5 0 .83-.672 1.5-1.5 1.5s-1.5-.67-1.5-1.5c0-.828.672-1.5 1.5-1.5z" fill="#444" overflow="visible"/>
+        <path opacity=".3" fill="none" overflow="visible" d="M318 1290.362h24v24h-24z"/>
+      </g>
+      <g transform="translate(-156 -24)" color="#000">
+        <g transform="matrix(.8 0 0 .8 94.3 286.6)">
+          <path d="M329.357 1294.362c-5 0-8.357 4.43-8.357 6.43 0 1.927 1.286 3.213 3.214 3.213 2 0 3.857.43 3.857 1.93 0 2 1.86 3.213 3.86 3.213 5.784 0 8.356-3.572 8.356-7.072 0-7.07-5.958-7.714-10.93-7.714zm-1.928 1.93c.71 0 1.284.574 1.284 1.284 0 .71-.575 1.286-1.285 1.286s-1.287-.575-1.287-1.286c0-.71.576-1.285 1.286-1.285zm3.856 0c.71 0 1.285.574 1.285 1.284 0 .71-.574 1.286-1.284 1.286-.71 0-1.286-.575-1.286-1.286 0-.71.576-1.285 1.286-1.285zm3.857 1.927c.7 0 1.245.585 1.245 1.285s-.545 1.246-1.245 1.246c-.7 0-1.286-.545-1.286-1.245 0-.7.586-1.286 1.286-1.286zm-10.286 1.285c.71 0 1.286.576 1.286 1.286 0 .71-.576 1.286-1.286 1.286-.71 0-1.286-.575-1.286-1.285s.577-1.285 1.287-1.285z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2.57142" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M329.357 1294.362c-5 0-8.357 4.43-8.357 6.43 0 1.927 1.286 3.213 3.214 3.213 2 0 3.857.43 3.857 1.93 0 2 1.86 3.213 3.86 3.213 5.784 0 8.356-3.572 8.356-7.072 0-7.07-5.958-7.714-10.93-7.714zm-1.928 1.93c.71 0 1.284.574 1.284 1.284 0 .71-.575 1.286-1.285 1.286s-1.287-.575-1.287-1.286c0-.71.576-1.285 1.286-1.285zm3.856 0c.71 0 1.285.574 1.285 1.284 0 .71-.574 1.286-1.284 1.286-.71 0-1.286-.575-1.286-1.286 0-.71.576-1.285 1.286-1.285zm3.857 1.927c.7 0 1.245.585 1.245 1.285s-.545 1.246-1.245 1.246c-.7 0-1.286-.545-1.286-1.245 0-.7.586-1.286 1.286-1.286zm-10.286 1.285c.71 0 1.286.576 1.286 1.286 0 .71-.576 1.286-1.286 1.286-.71 0-1.286-.575-1.286-1.285s.577-1.285 1.287-1.285zm6.75 4.5c.888 0 1.607.72 1.607 1.607 0 .888-.72 1.607-1.607 1.607s-1.607-.72-1.607-1.608c0-.887.72-1.607 1.607-1.607z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".3" fill="none" overflow="visible" d="M342 1290.362h18v18h-18z"/>
+      </g>
+      <g transform="translate(0 24)" color="#000">
+        <g transform="translate(0 6)" font-size="25.21" font-weight="bold" letter-spacing="0" word-spacing="0" font-family="Helvetica Neue">
+          <path d="M96.5 1216.362l-6.5 2v2l6.5-2 6.5 2v-2l-6.5-2zm-3.094 4.25v11.406h2.406v-4.062h1.063c1.417 0 2.516-.318 3.28-.97.772-.65 1.126-1.582 1.126-2.81 0-1.184-.337-2.064-1.06-2.657-.72-.6-1.772-.908-3.157-.908h-3.657zm2.406 1.97h1.126c.66 0 1.13.134 1.437.405.313.27.47.714.47 1.28 0 .564-.194.986-.564 1.283-.37.29-.91.437-1.655.437h-.813v-3.406z" style="text-indent:0;text-align:start;line-height:125%;text-transform:none;block-progression:tb;-inkscape-font-specification:Helvetica Neue Bold" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+          <path d="M96.5 1216.362l-6.5 2v2l6.5-2 6.5 2v-2l-6.5-2zm-3.094 4.25v11.406h2.406v-4.062h1.063c1.417 0 2.516-.318 3.28-.97.772-.65 1.126-1.582 1.126-2.81 0-1.184-.337-2.064-1.06-2.657-.72-.6-1.772-.908-3.157-.908h-3.657zm2.406 1.97h1.126c.66 0 1.13.134 1.437.405.313.27.47.714.47 1.28 0 .564-.194.986-.564 1.283-.37.29-.91.437-1.655.437h-.813v-3.406z" style="text-indent:0;text-align:start;line-height:125%;text-transform:none;block-progression:tb;-inkscape-font-specification:Helvetica Neue Bold" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M84 1218.362h24v24H84z"/>
+      </g>
+      <g color="#000">
+        <path opacity=".5" fill="none" overflow="visible" d="M-30 1290.362h12v12h-12z"/>
+        <path d="M-23.5 1291.362c-1.614 0-3.5 1-3.5 3.5 0 1.75 2.75 5.5 3.5 6.5.75-1 3.5-4.75 3.5-6.5 0-2.5-1.886-3.5-3.5-3.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+        <path d="M-23.5 1291.362c-1.614 0-3.5 1-3.5 3.5 0 1.75 2.75 5.5 3.5 6.5.75-1 3.5-4.75 3.5-6.5 0-2.5-1.886-3.5-3.5-3.5z" fill="#444" overflow="visible"/>
+      </g>
+      <g color="#000">
+        <path fill="none" overflow="visible" d="M126 1218.362h12v12h-12z"/>
+        <g style="text-indent:0;text-align:center;line-height:125%;text-transform:none;block-progression:tb;-inkscape-font-specification:Open Sans Bold" font-size="9.333" font-weight="bold" text-anchor="middle" fill="#444" stroke-width="2" overflow="visible" font-family="Open Sans">
+          <path d="M132.316 1224.168h.465c.436 0 .76-.085.977-.255.215-.173.323-.424.323-.752 0-.33-.09-.575-.273-.733-.18-.158-.462-.237-.848-.237h-.644v1.978m3.19-1.057c0 .718-.224 1.266-.674 1.646-.447.38-1.083.57-1.91.57h-.606v2.37h-1.412v-6.663h2.128c.808 0 1.422.175 1.84.524.423.346.634.864.635 1.554" opacity=".3" fill="#fff" stroke="#fff" stroke-linejoin="round" overflow="visible"/>
+          <path d="M132.316 1224.168h.465c.436 0 .76-.085.977-.255.215-.173.323-.424.323-.752 0-.33-.09-.575-.273-.733-.18-.158-.462-.237-.848-.237h-.644v1.978m3.19-1.057c0 .718-.224 1.266-.674 1.646-.447.38-1.083.57-1.91.57h-.606v2.37h-1.412v-6.663h2.128c.808 0 1.422.175 1.84.524.423.346.634.864.635 1.554"/>
+        </g>
+      </g>
+      <g color="#000">
+        <path d="M132.5 1243.362l-3.5 1v1l3.5-1 3.5 1v-1l-3.5-1zm-1.594 2.656v6.688h1.406v-2.375h.625c.827 0 1.46-.182 1.907-.56.45-.38.656-.94.656-1.658 0-.69-.203-1.216-.625-1.562-.42-.35-1.036-.53-1.844-.53h-2.124zm1.406 1.157h.657c.385 0 .663.092.843.25.182.158.28.42.28.75 0 .328-.127.577-.343.75-.216.17-.534.25-.97.25h-.468v-2z" style="text-indent:0;text-align:start;line-height:125%;text-transform:none;block-progression:tb;-inkscape-font-specification:Helvetica Neue Bold" font-size="25.21" font-weight="bold" letter-spacing="0" word-spacing="0" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible" font-family="Helvetica Neue"/>
+        <path d="M132.5 1243.362l-3.5 1v1l3.5-1 3.5 1v-1l-3.5-1zm-1.594 2.656v6.688h1.406v-2.375h.625c.827 0 1.46-.182 1.907-.56.45-.38.656-.94.656-1.658 0-.69-.203-1.216-.625-1.562-.42-.35-1.036-.53-1.844-.53h-2.124zm1.406 1.157h.657c.385 0 .663.092.843.25.182.158.28.42.28.75 0 .328-.127.577-.343.75-.216.17-.534.25-.97.25h-.468v-2z" style="text-indent:0;text-align:start;line-height:125%;text-transform:none;block-progression:tb;-inkscape-font-specification:Helvetica Neue Bold" font-size="25.21" font-weight="bold" letter-spacing="0" word-spacing="0" fill="#444" overflow="visible" font-family="Helvetica Neue"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M126 1242.362h12v12h-12z"/>
+      </g>
+      <g transform="translate(0 24)">
+        <path opacity=".5" color="#000" fill="none" overflow="visible" d="M84 1194.362h24v24H84z"/>
+        <g style="text-indent:0;text-align:center;line-height:125%;text-transform:none;block-progression:tb;-inkscape-font-specification:Open Sans Bold" font-size="12" font-weight="bold" text-anchor="middle" color="#000" fill="#444" stroke-width="2" overflow="visible" font-family="Open Sans" transform="matrix(1.3 0 0 1.3 84 -160.8)">
+          <path d="M8.87 1025.077h.6c.557 0 .975-.11 1.253-.328.277-.224.416-.546.416-.968 0-.426-.12-.74-.353-.943-.23-.204-.594-.306-1.09-.306H8.87v2.543m4.103-1.36c0 .923-.29 1.628-.868 2.116-.574.488-1.392.732-2.455.732h-.78v3.047H7.056v-8.566H9.79c1.04 0 1.83.224 2.368.674.543.445.815 1.11.815 1.998" opacity=".3" fill="#fff" stroke="#fff" stroke-width="1.5" stroke-linejoin="round" overflow="visible"/>
+          <path d="M8.87 1025.077h.6c.557 0 .975-.11 1.253-.328.277-.224.416-.546.416-.968 0-.426-.12-.74-.353-.943-.23-.204-.594-.306-1.09-.306H8.87v2.543m4.103-1.36c0 .923-.29 1.628-.868 2.116-.574.488-1.392.732-2.455.732h-.78v3.047H7.056v-8.566H9.79c1.04 0 1.83.224 2.368.674.543.445.815 1.11.815 1.998"/>
+        </g>
+      </g>
+      <g color="#000">
+        <g font-size="25.21" font-weight="bold" letter-spacing="0" word-spacing="0" font-family="Helvetica Neue">
+          <path d="M115 1222.362v10h2.125v-3.562h.906c1.24 0 2.206-.274 2.876-.844.675-.57 1-1.393 1-2.47 0-1.033-.304-1.823-.937-2.343-.63-.524-1.57-.78-2.782-.78zm2.125 1.75h.97c.578 0 .98.107 1.25.344.272.237.405.597.405 1.094 0 .492-.145.865-.47 1.125-.322.255-.816.406-1.468.406h-.687z" style="text-indent:0;text-align:start;line-height:125%;text-transform:none;block-progression:tb;-inkscape-font-specification:Helvetica Neue Bold" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+          <path d="M115 1222.362v10h2.125v-3.562h.906c1.24 0 2.206-.274 2.876-.844.675-.57 1-1.393 1-2.47 0-1.033-.304-1.823-.937-2.343-.63-.524-1.57-.78-2.782-.78zm2.125 1.75h.97c.578 0 .98.107 1.25.344.272.237.405.597.405 1.094 0 .492-.145.865-.47 1.125-.322.255-.816.406-1.468.406h-.687z" style="text-indent:0;text-align:start;line-height:125%;text-transform:none;block-progression:tb;-inkscape-font-specification:Helvetica Neue Bold" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M108 1218.362h18v18h-18z"/>
+      </g>
+      <g color="#000">
+        <path opacity=".3" fill="none" overflow="visible" d="M-72 1050.362h24v24h-24z"/>
+        <path d="M-59.5 1053.362c-4.694 0-8.5 3.806-8.5 8.5 0 4.695 3.806 8.5 8.5 8.5s8.5-3.805 8.5-8.5c0-4.694-3.806-8.5-8.5-8.5zm0 2c3.59 0 6.5 2.91 6.5 6.5s-2.91 6.5-6.5 6.5-6.5-2.91-6.5-6.5 2.91-6.5 6.5-6.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" overflow="visible"/>
+        <path d="M-59.5 1053.362c-4.694 0-8.5 3.806-8.5 8.5 0 4.695 3.806 8.5 8.5 8.5s8.5-3.805 8.5-8.5c0-4.694-3.806-8.5-8.5-8.5zm0 2c3.59 0 6.5 2.91 6.5 6.5s-2.91 6.5-6.5 6.5-6.5-2.91-6.5-6.5 2.91-6.5 6.5-6.5z" fill="#444" overflow="visible"/>
+      </g>
+      <g transform="translate(-468 216)" color="#000">
+        <path d="M564.5 1076.362c-4.694 0-8.5 3.806-8.5 8.5 0 4.695 3.806 8.5 8.5 8.5s8.5-3.805 8.5-8.5c0-4.694-3.806-8.5-8.5-8.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+        <path d="M564.5 1076.362c-4.694 0-8.5 3.806-8.5 8.5 0 4.695 3.806 8.5 8.5 8.5s8.5-3.805 8.5-8.5c0-4.694-3.806-8.5-8.5-8.5zm-5.5 7h11v3h-11v-3z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M552 1074.362h24v24h-24z"/>
+      </g>
+      <g transform="translate(0 -24)">
+        <path d="M91.5 1294.362c-.277 0-.5.223-.5.5s.223.5.5.5h4l-.5 3v1l-7 2v2h7v4l-2.5 1v1h8v-1l-2.5-1v-4h7v-2l-7-2v-1l-.5-3h4c.277 0 .5-.223.5-.5s-.223-.5-.5-.5z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+        <path d="M91.5 1294.362c-.277 0-.5.223-.5.5s.223.5.5.5h4l-.5 3v1l-7 2v2h7v4l-2.5 1v1h8v-1l-2.5-1v-4h7v-2l-7-2v-1l-.5-3h4c.277 0 .5-.223.5-.5s-.223-.5-.5-.5z" fill="#444"/>
+        <path opacity=".5" color="#000" fill="none" overflow="visible" d="M84 1290.362h24v24H84z"/>
+      </g>
+      <g transform="translate(-468 216)" color="#000">
+        <path d="M600.5 1075.362c-2.485 0-4.5 2.015-4.5 4.5s2.015 4.5 4.5 4.5 4.5-2.015 4.5-4.5-2.015-4.5-4.5-4.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M600.5 1075.362c-2.485 0-4.5 2.015-4.5 4.5s2.015 4.5 4.5 4.5 4.5-2.015 4.5-4.5-2.015-4.5-4.5-4.5zm-2.5 4h5v1h-5v-1z" fill="#444" overflow="visible"/>
+        <path fill="none" overflow="visible" d="M594 1074.362h12v12h-12z"/>
+      </g>
+      <g transform="translate(0 -24)">
+        <g transform="translate(0 1)">
+          <path d="M113.324 1292.362c-.212 0-.383.17-.383.383 0 .21.172.382.384.382h3.058l-.382 2.235v.94l-5 1.53v1.53h5v3.412l-2 .824v.764h7v-.765l-2-.823v-3.412h5v-1.53l-5-1.53v-.94l-.382-2.235h3.058c.212 0 .383-.17.383-.382s-.172-.383-.384-.383z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+          <path d="M113.324 1292.362c-.212 0-.383.17-.383.383 0 .21.172.382.384.382h3.058l-.382 2.235v.94l-5 1.53v1.53h5v3.412l-2 .824v.764h7v-.765l-2-.823v-3.412h5v-1.53l-5-1.53v-.94l-.382-2.235h3.058c.212 0 .383-.17.383-.382s-.172-.383-.384-.383z" fill="#444"/>
+        </g>
+        <path opacity=".5" color="#000" fill="none" overflow="visible" d="M108 1290.362h18v18h-18z"/>
+      </g>
+      <g transform="translate(0 -24)">
+        <g transform="translate(-1 -1)">
+          <path d="M131.25 1292.862c-.139 0-.25.112-.25.25 0 .14.112.25.25.25h2l-.25 1v1l-4 1v1h4v2l-1 .5v.5h3v-.5l-1-.5v-2h4v-1l-4-1v-1l-.25-1h2c.139 0 .25-.11.25-.25 0-.138-.112-.25-.25-.25z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+          <path d="M131.25 1292.862c-.139 0-.25.112-.25.25 0 .14.112.25.25.25h2l-.25 1v1l-4 1v1h4v2l-1 .5v.5h3v-.5l-1-.5v-2h4v-1l-4-1v-1l-.25-1h2c.139 0 .25-.11.25-.25 0-.138-.112-.25-.25-.25z" fill="#444"/>
+        </g>
+        <path opacity=".5" color="#000" fill="none" overflow="visible" d="M126 1290.362h12v12h-12z"/>
+      </g>
+      <g transform="translate(0 -24)" color="#000">
+        <path d="M121 1364.362l-1 .5-.5.5-.5 1v1l.094.406-6.344 6.344c-.75-.75-.75-2.75.25-3.75l1 1v-4l-1.5 1.5c-1 1-1.5 1.5-1.5 3v5.5h5.5c1 0 2-.5 3-1.5l.5-.5 1-1h-4l1 1c-1 1-3 1-3.75.25l6.344-6.344.406.095h1l1-.5.5-.5.5-1v-1l-.5-1-.5-.5-1-.5h-1zm0 1.5h1l.5.5v1l-.5.5h-1l-.5-.5v-1l.5-.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+        <path d="M121 1364.362l-1 .5-.5.5-.5 1v1l.094.406-6.344 6.344c-.75-.75-.75-2.75.25-3.75l1 1v-4l-1.5 1.5c-1 1-1.5 1.5-1.5 3v5.5h5.5c1 0 2-.5 3-1.5l.5-.5 1-1h-4l1 1c-1 1-3 1-3.75.25l6.344-6.344.406.095h1l1-.5.5-.5.5-1v-1l-.5-1-.5-.5-1-.5h-1zm0 1.5h1l.5.5v1l-.5.5h-1l-.5-.5v-1l.5-.5z" fill="#444" overflow="visible"/>
+        <rect width="18" height="18" rx="0" ry="0" x="108" y="1362.362" opacity=".3" fill="none" overflow="visible"/>
+      </g>
+      <g transform="translate(0 -24)" color="#000">
+        <g>
+          <path d="M94 1339.362c-.554 0-1 .446-1 1h-2c-.554 0-1 .446-1 1v6.063l-2 .937 2 4v2c1.5 0 2.5 1 3.5 1s1.5-1 3-1 2 1 3 1 2-1 3.5-1v-2l2-4-2-.937v-6.063c0-.554-.446-1-1-1h-2c0-.554-.446-1-1-1h-5zm-2 3h9v4.125l-4.5-2.125-4.5 2.125v-4.125zm-2 14c-.694 0-1.34.405-2 .625v2.03s1-.654 2-.655c1 0 2 1 3.5 1s1.974-.965 3-1c1 0 1.5 1 3 1s2.5-1 3.5-1c.702 0 2 .656 2 .656v-2.03c-.642-.248-1.343-.626-2-.626-1.5 0-2.5 1-3.5 1s-1.5-1-3-1-2 1-3 1-2-1-3.5-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+          <path d="M94 1339.362c-.554 0-1 .446-1 1h-2c-.554 0-1 .446-1 1v6.063l-2 .937 2 4v2c1.5 0 2.5 1 3.5 1s1.5-1 3-1 2 1 3 1 2-1 3.5-1v-2l2-4-2-.937v-6.063c0-.554-.446-1-1-1h-2c0-.554-.446-1-1-1h-5zm-2 3h9v4.125l-4.5-2.125-4.5 2.125v-4.125zm-2 14c-.694 0-1.34.405-2 .625v2.03s1-.654 2-.655c1 0 2 1 3.5 1s1.974-.965 3-1c1 0 1.5 1 3 1s2.5-1 3.5-1c.702 0 2 .656 2 .656v-2.03c-.642-.248-1.343-.626-2-.626-1.5 0-2.5 1-3.5 1s-1.5-1-3-1-2 1-3 1-2-1-3.5-1z" fill="#444" overflow="visible"/>
+        </g>
+        <rect width="24" height="24" rx="0" ry="0" x="84" y="1338.362" opacity=".3" fill="none" overflow="visible"/>
+      </g>
+      <g transform="translate(0 -24)" color="#000">
+        <path d="M116 1339.362c-.5 0-1 .5-1 1h-1.176c-.457 0-.853.544-.853 1l.03 3.5-2 1 2 3.5v1.5l2.5 1 2-1 2 1 2.5-1v-1.5l2-3.5-2-1v-3.5c0-.456-.367-1-.824-1H120c0-.5-.5-1-1-1zm-2 2h7v3.044l-3.5-2.044-3.5 2.044zm-1 11l-2 1v1.5l2-1 2.5 1 2-1 2 1 2.5-.853 2 .852v-1.5l-2-1-2.5 1-2-1-2 1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+        <path d="M116 1339.362c-.5 0-1 .5-1 1h-1.176c-.457 0-.853.544-.853 1l.03 3.5-2 1 2 3.5v1.5l2.5 1 2-1 2 1 2.5-1v-1.5l2-3.5-2-1v-3.5c0-.456-.367-1-.824-1H120c0-.5-.5-1-1-1zm-2 2h7v3.044l-3.5-2.044-3.5 2.044zm-1 11l-2 1v1.5l2-1 2.5 1 2-1 2 1 2.5-.853 2 .852v-1.5l-2-1-2.5 1-2-1-2 1z" fill="#444" overflow="visible"/>
+        <rect width="18" height="18" rx="0" ry="0" x="108" y="1338.362" opacity=".3" fill="none" overflow="visible"/>
+      </g>
+      <g transform="translate(0 -24)" color="#000">
+        <g transform="translate(-1)">
+          <path d="M130.5 1339.362c-.277 0-.5.223-.5.5v3.5l-1 .5 1 2v1l2 .5 1.5-.5 1.5.5 2-.5v-1l1-2-1-.47v-3.53c0-.277-.223-.5-.5-.5h-5zm.5 1h5v2.563l-2.5-1.563-2.5 1.5zm-.5 7.5l-1.5.468v1.032l.156-.062 1.344-.438 1.5.5 1.5-.5 1.5.5 1.5-.5 1.5.5v-1.03l-1.5-.47-1.5.47-1.5-.47-1.5.47z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+          <path d="M130.5 1339.362c-.277 0-.5.223-.5.5v3.5l-1 .5 1 2v1l2 .5 1.5-.5 1.5.5 2-.5v-1l1-2-1-.47v-3.53c0-.277-.223-.5-.5-.5h-5zm.5 1h5v2.563l-2.5-1.563-2.5 1.5zm-.5 7.5l-1.5.468v1.032l.156-.062 1.344-.438 1.5.5 1.5-.5 1.5.5 1.5-.5 1.5.5v-1.03l-1.5-.47-1.5.47-1.5-.47-1.5.47z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".3" fill="none" overflow="visible" d="M126 1338.362h12v12h-12z"/>
+      </g>
+      <g color="#000">
+        <path d="M-66.917 1245.362c-.54 0-1.083.542-1.083 1.083 0 .27.088.53.305.745l6.672 6.672-6.672 6.672c-.217.217-.305.475-.305.745 0 .54.542 1.082 1.083 1.082.27 0 .542-.067.78-.304l6.637-6.638 6.638 6.638c.237.237.508.304.78.304.54 0 1.082-.542 1.082-1.083 0-.27-.088-.53-.305-.746l-6.672-6.672 6.672-6.672c.217-.216.305-.475.305-.745 0-.54-.542-1.083-1.083-1.083-.27 0-.542.067-.78.305l-6.637 6.638-6.638-6.638c-.237-.238-.508-.305-.78-.305z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible" font-family="Sans"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M-72 1242.362h24v24h-24z"/>
+        <path d="M-66.917 1245.362c-.54 0-1.083.542-1.083 1.083 0 .27.088.53.305.745l6.672 6.672-6.672 6.672c-.217.217-.305.475-.305.745 0 .54.542 1.082 1.083 1.082.27 0 .542-.067.78-.304l6.637-6.638 6.638 6.638c.237.237.508.304.78.304.54 0 1.082-.542 1.082-1.083 0-.27-.088-.53-.305-.746l-6.672-6.672 6.672-6.672c.217-.216.305-.475.305-.745 0-.54-.542-1.083-1.083-1.083-.27 0-.542.067-.78.305l-6.637 6.638-6.638-6.638c-.237-.238-.508-.305-.78-.305z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" fill="#444" overflow="visible" font-family="Sans"/>
+      </g>
+      <g transform="translate(0 -24)" color="#000">
+        <path opacity=".5" fill="none" overflow="visible" d="M108 1314.362h18v18h-18z"/>
+        <path d="M117.5 1316.362c-3.59 0-6.5 2.91-6.5 6.5s2.91 6.5 6.5 6.5 6.5-2.91 6.5-6.5-2.91-6.5-6.5-6.5zm-3.5 6h7v2h-7z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M117.5 1316.362c-3.59 0-6.5 2.91-6.5 6.5s2.91 6.5 6.5 6.5 6.5-2.91 6.5-6.5-2.91-6.5-6.5-6.5zm-3.5 6h7v2h-7z" fill="#444" overflow="visible"/>
+      </g>
+      <g transform="translate(0 -24)" color="#000">
+        <path d="M101.5 1365.362c-1.933 0-3.5 1.567-3.5 3.5 0 .44.103.863.25 1.25l-8.25 8.25v-4c0-1.5 1-2 1-2l1 1v-4c0-1-.5-.5-1 0-3 3-3 2.973-3 5v7c0 .5.5 1 1 1h7c2.028 0 3.667-1.667 5-3 .5-.5 1-.987 0-1h-4l1 1s-.5 1-2 1h-4l8.25-8.25c.387.147.812.25 1.25.25 1.933 0 3.5-1.567 3.5-3.5s-1.567-3.5-3.5-3.5zm0 2c.828 0 1.5.672 1.5 1.5 0 .83-.672 1.5-1.5 1.5s-1.5-.67-1.5-1.5c0-.828.672-1.5 1.5-1.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+        <rect width="24" height="24" rx="0" ry="0" x="84" y="1362.362" opacity=".3" fill="none" overflow="visible"/>
+        <path d="M101.5 1365.362c-1.933 0-3.5 1.567-3.5 3.5 0 .44.103.863.25 1.25l-8.25 8.25v-4c0-1.5 1-2 1-2l1 1v-4c0-1-.5-.5-1 0-3 3-3 2.973-3 5v7c0 .5.5 1 1 1h7c2.028 0 3.667-1.667 5-3 .5-.5 1-.987 0-1h-4l1 1s-.5 1-2 1h-4l8.25-8.25c.387.147.812.25 1.25.25 1.933 0 3.5-1.567 3.5-3.5s-1.567-3.5-3.5-3.5zm0 2c.828 0 1.5.672 1.5 1.5 0 .83-.672 1.5-1.5 1.5s-1.5-.67-1.5-1.5c0-.828.672-1.5 1.5-1.5z" fill="#444" overflow="visible"/>
+      </g>
+      <g transform="translate(0 -24)" color="#000">
+        <path d="M641 1077.362l-7.5 6.5c-.362.302-.5.5-.5.75 0 .496.5.75 1 .75h1v8c0 .554.446 1 1 1h13c.554 0 1-.446 1-1v-8h1c.5 0 1-.254 1-.75 0-.25-.138-.448-.5-.75l-7.5-6.5zm-2 9h7v.5h-7zm0 2h7v.5h-7zm0 2h7v.5h-7zm0 2h7v.5h-7z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M630 1074.362h24v24h-24z"/>
+        <path d="M641 1077.362l-7.5 6.5c-.362.302-.5.5-.5.75 0 .496.5.75 1 .75h1v8c0 .554.446 1 1 1h13c.554 0 1-.446 1-1v-8h1c.5 0 1-.254 1-.75 0-.25-.138-.448-.5-.75l-7.5-6.5zm-2 9h7v.5h-7zm0 2h7v.5h-7zm0 2h7v.5h-7zm0 2h7v.5h-7z" fill="#444" overflow="visible"/>
+      </g>
+      <g transform="translate(0 -24)" color="#000">
+        <path d="M681 1099.362v4h-1v-2l-3 2v-2l-3 2v4.427c0 .317.255.572.57.572h7.86c.315 0 .57-.255.57-.57v-3.858c0-.317-.255-.572-.57-.572H682v-4z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+        <path d="M681 1099.362v4h-1v-2l-3 2v-2l-3 2v4.427c0 .317.255.572.57.572h7.86c.315 0 .57-.255.57-.57v-3.858c0-.317-.255-.572-.57-.572H682v-4z" fill="#444" overflow="visible"/>
+        <path fill="none" overflow="visible" d="M672 1098.362h12v12h-12z"/>
+      </g>
+      <g transform="translate(0 -24)" color="#000">
+        <path d="M666 1101.362v4h-2v-2.47l-3 2.47v-2.47l-3.176 2.47c-.36.28-.824.412-.824 1.236v5.94c0 .457.367.824.824.824h11.352c.457 0 .824-.367.824-.823v-6.354c0-.456-.367-.824-.824-.824H668v-4l-1-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+        <path d="M666 1101.362v4h-2v-2.47l-3 2.47v-2.47l-3.176 2.47c-.36.28-.824.412-.824 1.236v5.94c0 .457.367.824.824.824h11.352c.457 0 .824-.367.824-.823v-6.354c0-.456-.367-.824-.824-.824H668v-4l-1-1z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M654 1098.362h18v18h-18z"/>
+      </g>
+      <g transform="translate(0 -24)" color="#000">
+        <path d="M646 1102.362v4h-3v-3l-4 3v-3l-4 3c-.443.333-1 .5-1 1.5v8.5c0 .554.446 1 1 1h15c.554 0 1-.446 1-1v-9c0-.554-.446-1-1-1h-2v-4c0-.5-.53-1-1-1s-1 .5-1 1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+        <path d="M646 1102.362v4h-3v-3l-4 3v-3l-4 3c-.443.333-1 .5-1 1.5v8.5c0 .554.446 1 1 1h15c.554 0 1-.446 1-1v-9c0-.554-.446-1-1-1h-2v-4c0-.5-.53-1-1-1s-1 .5-1 1z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M630 1098.362h24v24h-24z"/>
+      </g>
+      <g transform="translate(0 -24)" color="#000">
+        <path d="M133 1388.362v1h1v1h-2v-1h-1v1l-.5.5-.5.5h-1l-1 2 1 2h2l1-2 1.5-2h1l-1.5 2 1 2h2l1-2-1-2h-.5l-.5-1v-1l-1-1h-1zm-2 3h1v1h-1v2h-2v-2h2zm3 1h2v2h-2v-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+        <path d="M133 1388.362v1h1v1h-2v-1h-1v1l-.5.5-.5.5h-1l-1 2 1 2h2l1-2 1.5-2h1l-1.5 2 1 2h2l1-2-1-2h-.5l-.5-1v-1l-1-1h-1zm-2 3h1v1h-1v2h-2v-2h2zm3 1h2v2h-2v-1z" fill="#444" overflow="visible"/>
+        <path opacity=".3" fill="none" overflow="visible" d="M126 1386.362h12v12h-12z"/>
+      </g>
+      <g transform="translate(0 -24)" color="#000">
+        <path d="M120 1389.362v1l1 .5v1.5h-5v-1h1v-.5l-1-.5h-2v1h1v1l-1.25 2.125c-.245-.065-.484-.125-.75-.125-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3h1l2.5-4h1.5l.53 1.063c-1.427.23-2.53 1.444-2.53 2.937 0 1.657 1.343 3 3 3s3-1.343 3-3c0-1.44-1.023-2.646-2.375-2.937l-.625-1.563v-2.5l-.5-.5-1.5-.5zm-4.5 4h3l-2 3h-.688c-.212-.59-.587-1.115-1.093-1.47l.78-1.53zm-2.5 2c1.105 0 2 .896 2 2 0 1.105-.895 2-2 2s-2-.895-2-2c0-1.104.895-2 2-2zm9 0c1.105 0 2 .896 2 2 0 1.105-.895 2-2 2s-2-.895-2-2c0-1.104.895-2 2-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+        <path d="M120 1389.362v1l1 .5v1.5h-5v-1h1v-.5l-1-.5h-2v1h1v1l-1.25 2.125c-.245-.065-.484-.125-.75-.125-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3h1l2.5-4h1.5l.53 1.063c-1.427.23-2.53 1.444-2.53 2.937 0 1.657 1.343 3 3 3s3-1.343 3-3c0-1.44-1.023-2.646-2.375-2.937l-.625-1.563v-2.5l-.5-.5-1.5-.5zm-4.5 4h3l-2 3h-.688c-.212-.59-.587-1.115-1.093-1.47l.78-1.53zm-2.5 2.25c.967 0 1.75.784 1.75 1.75 0 .967-.783 1.75-1.75 1.75s-1.75-.783-1.75-1.75c0-.966.783-1.75 1.75-1.75zm9 0c.967 0 1.75.784 1.75 1.75 0 .967-.783 1.75-1.75 1.75s-1.75-.783-1.75-1.75c0-.966.783-1.75 1.75-1.75z" fill="#444" overflow="visible"/>
+        <rect width="18" height="18" rx="0" ry="0" x="108" y="1386.362" opacity=".3" fill="none" overflow="visible"/>
+      </g>
+      <g transform="translate(0 -24)" color="#000">
+        <path d="M98.875 1390.362c-.562.076-.637 1.058-.094 1.22l2.22.874v1.906h-7v-1h1.375c.33 0 .625-.295.625-.625s-.295-.63-.625-.625H91.5c-.062-.01-.125-.01-.188 0-.327.05-.58.392-.53.72.048.326.39.58.718.53H93v1l-1.063 3.125c-.3-.072-.615-.125-.937-.125-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4c0-.3-.062-.593-.125-.875H96c.2-.01.39-.115.5-.28l3.375-4.845H101l.688 2.03c-2.062.162-3.688 1.867-3.688 3.97 0 2.21 1.79 4 4 4s4-1.79 4-4c0-1.828-1.23-3.335-2.906-3.812l-1.094-3.188v-2.344c0-.104-.042-.21-.094-.312-.004-.01.004-.024 0-.03-.015-.033-.043-.065-.062-.095-.032-.044-.055-.085-.094-.124-.017-.016-.044-.017-.062-.03-.02-.016-.044-.02-.063-.032-.032-.02-.058-.05-.094-.062l-.03-.03-.437-.157-1.844-.75c-.066-.025-.15-.028-.22-.03-.047 0-.08-.012-.125 0zm-4.875 5h4.406l-2.72 3.875h-1.31c-.31-.494-.7-.9-1.19-1.22l.814-2.655zm-3 3.5c1.38 0 2.5 1.12 2.5 2.5s-1.12 2.5-2.5 2.5-2.5-1.12-2.5-2.5 1.12-2.5 2.5-2.5zm11 0c1.38 0 2.5 1.12 2.5 2.5s-1.12 2.5-2.5 2.5-2.5-1.12-2.5-2.5c0-.172.03-.337.063-.5.233-1.14 1.23-2 2.437-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+        <path d="M98.875 1390.362c-.562.076-.637 1.058-.094 1.22l2.22.874v1.906h-7v-1h1.375c.33 0 .625-.295.625-.625s-.295-.63-.625-.625H91.5c-.062-.01-.125-.01-.188 0-.327.05-.58.392-.53.72.048.326.39.58.718.53H93v1l-1.063 3.125c-.3-.072-.615-.125-.937-.125-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4c0-.3-.062-.593-.125-.875H96c.2-.01.39-.115.5-.28l3.375-4.845H101l.688 2.03c-2.062.162-3.688 1.867-3.688 3.97 0 2.21 1.79 4 4 4s4-1.79 4-4c0-1.828-1.23-3.335-2.906-3.812l-1.094-3.188v-2.344c0-.104-.042-.21-.094-.312-.004-.01.004-.024 0-.03-.015-.033-.043-.065-.062-.095-.032-.044-.055-.085-.094-.124-.017-.016-.044-.017-.062-.03-.02-.016-.044-.02-.063-.032-.032-.02-.058-.05-.094-.062l-.03-.03-.437-.157-1.844-.75c-.066-.025-.15-.028-.22-.03-.047 0-.08-.012-.125 0zm-4.875 5h4.406l-2.72 3.875h-1.31c-.31-.494-.7-.9-1.19-1.22l.814-2.655zm-3 3.5c1.38 0 2.5 1.12 2.5 2.5s-1.12 2.5-2.5 2.5-2.5-1.12-2.5-2.5 1.12-2.5 2.5-2.5zm11 0c1.38 0 2.5 1.12 2.5 2.5s-1.12 2.5-2.5 2.5-2.5-1.12-2.5-2.5c0-.172.03-.337.063-.5.233-1.14 1.23-2 2.437-2z" fill="#444" overflow="visible"/>
+        <rect width="24" height="24" rx="0" ry="0" x="84" y="1386.362" opacity=".3" fill="none" overflow="visible"/>
+      </g>
+      <g color="#000">
+        <path d="M675.5 1099.362l-.5.5v9.5h3v-2h1v2h3v-9.5l-.5-.5h-6zm.5 2h2v.5h-2v-.5zm3 0h2v.5h-2v-.5zm-3 2h2v.5h-2v-.5zm3 0h2v.5h-2v-.5zm-3 2h2v.5h-2v-.5zm3 0h2v.5h-2v-.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+        <path d="M675.5 1099.362l-.5.5v9.5h3v-2h1v2h3v-9.5l-.5-.5zm.5 2h2v1h-2zm3 0h2v1h-2zm-3 2h2v1h-2zm3 0h2v1h-2zm-3 2h2v1h-2zm3 0h2v1h-2z" fill="#444" overflow="visible"/>
+        <path fill="none" overflow="visible" d="M672 1098.362h12v12h-12z"/>
+      </g>
+      <g color="#000">
+        <path d="M658.78 1100.362l-.78.78v13.22h11v-13.22l-.78-.78zm1.22 2.5h2v.5h-2zm5 0h2v.5h-2zm-5 2h2v.5h-2zm5 0h2v.5h-2zm-5 2h2v.5h-2zm5 0h2v.5h-2zm-5 2h2v.5h-2zm5 0h2v.5h-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+        <path d="M658.78 1100.362l-.78.78v13.22h4v-3h3v3h4v-13.22l-.78-.78h-9.44zm1.22 2h2v1h-2v-1zm5 0h2v1h-2v-1zm-5 2h2v1h-2v-1zm5 0h2v1h-2v-1zm-5 2h2v1h-2v-1zm5 0h2v1h-2v-1zm-5 2h2v1h-2v-1zm5 0h2v1h-2v-1z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M654 1098.362h18v18h-18z"/>
+      </g>
+      <g color="#000">
+        <path d="M636 1100.362c-.5 0-1 .5-1 1v18h6.5v-3h2v3h6.5v-18c0-.5-.5-1-1-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+        <path d="M636 1100.362c-.5 0-1 .5-1 1v18h6v-3h3v3h6v-18c0-.5-.5-1-1-1zm2 3h3v1h-3zm6 0h3v1h-3zm-6 3h3v1h-3zm6 0h3v1h-3zm-6 3h3v1h-3zm6 0h3v1h-3zm-6 3h3v1h-3zm6 0h3v1h-3z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M630 1098.362h24v24h-24z"/>
+      </g>
+      <g color="#000">
+        <path d="M328.5 1268.362c-.277 0-.5.223-.5.5v1.5h-4c-.554 0-1 .446-1 1s.446 1 1 1h13c.554 0 1-.446 1-1s-.446-1-1-1h-4v-1.5c0-.277-.223-.5-.5-.5zm.5 1h3v1h-3zm-5 4c-.554 0-1.075.454-.984 1l1.984 12c.09.547.446 1 1 1h9c.554 0 .91-.453 1-1l1.984-12c.09-.546-.43-1-.984-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M328.5 1268.362c-.277 0-.5.223-.5.5v1.5h-4c-.554 0-1 .446-1 1s.446 1 1 1h13c.554 0 1-.446 1-1s-.446-1-1-1h-4v-1.5c0-.277-.223-.5-.5-.5zm.5 1h3v1h-3zm-5 4c-.554 0-1.075.454-.984 1l1.984 12c.09.547.446 1 1 1h9c.554 0 .91-.453 1-1l1.984-12c.09-.546-.43-1-.984-1z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M318 1266.362h24v24h-24z"/>
+      </g>
+      <g color="#000">
+        <path d="M349.518 1268.362c-.204 0-.268.164-.268.37v1.63h-2.513c-.408 0-.737.092-.737.5 0 .408.33.5.737.5h9.526c.408 0 .737-.092.737-.5 0-.408-.33-.5-.737-.5h-2.513v-1.63c0-.205-.164-.37-.368-.37zm.482.737h3v1.262h-3zm-3.263 3.262c-.408 0-.788.334-.72.737l1.404 8.525c.067.403.33.737.738.737h6.63c.41 0 .67-.334.738-.737l1.458-8.526c.07-.403-.313-.738-.72-.738z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M349.518 1268.362c-.204 0-.268.164-.268.37v1.63h-2.513c-.408 0-.737.092-.737.5 0 .408.33.5.737.5h9.526c.408 0 .737-.092.737-.5 0-.408-.33-.5-.737-.5h-2.513v-1.63c0-.205-.164-.37-.368-.37zm.482.737h3v1.262h-3zm-3.263 3.262c-.408 0-.788.334-.72.737l1.404 8.525c.067.403.33.737.738.737h6.63c.41 0 .67-.334.738-.737l1.458-8.526c.07-.403-.313-.738-.72-.738z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M342 1266.362h18v18h-18z"/>
+      </g>
+      <g color="#000">
+        <path d="M364.5 1267.362v2H363v1h7v-1h-1.5v-2zm.5 1h3v1h-2.99zm-2 2.5l1 6.5H369l1-6.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M364.5 1267.362v2H363v1h7v-1h-1.5v-2zm.5 1h3v1h-2.99zm-2 2.5l1 6.5H369l1-6.5z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M360 1266.362h12v12h-12z"/>
+      </g>
+      <g color="#000">
+        <path d="M326.5 1292.362c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm8 0c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm-8.5 6c-1 0-2 1-2 2v2l-1.5 4.5c0 .5.5.5 1 .5h1.5v4h3v-4h1.5c.5 0 1 0 1-.5l-1.5-4.5v-2c0-1-1-2-2-2zm6 0c-.5 0-1 .5-1 1l2 6v6h3v-6l2-6c0-.5-.5-1-1-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M326.5 1292.362c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm8 0c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm-8.5 6c-1 0-2 1-2 2v2l-1.5 4.5c0 .5.5.5 1 .5h1.5v4h3v-4h1.5c.5 0 1 0 1-.5l-1.5-4.5v-2c0-1-1-2-2-2zm6 0c-.5 0-1 .5-1 1l2 6v6h3v-6l2-6c0-.5-.5-1-1-1z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M318 1290.362h24v24h-24z"/>
+      </g>
+      <g color="#000">
+        <path d="M584.5 1052.362l-1.5.5-1 1.5v2.5l1.5 1v1.5l2 1 2-1v-1.5l1.5-1v-2.5l-1-1.5-1.5-.5zm-.5 2.5h.5l.5.5v.5l-.5.5h-.5l-.5-.5v-.5zm2.5 0h.5l.5.5v.5l-.5.5h-.5l-.5-.5v-.5zm-6.5 5v1l3.875 1.75-3.875 1.75v1h1l10-4.5v-1h-1l-4.5 2.03-4.5-2.03zm8.22 3.25l-1.595.72 3.375 1.53h1v-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M584.5 1052.362l-1.5.5-1 1.5v2.5l1.5 1v1.5l2 1 2-1v-1.5l1.5-1v-2.5l-1-1.5-1.5-.5zm-.5 2.5h.5l.5.5v.5l-.5.5h-.5l-.5-.5v-.5zm2.5 0h.5l.5.5v.5l-.5.5h-.5l-.5-.5v-.5zm-6.5 5v1l3.875 1.75-3.875 1.75v1h1l10-4.5v-1h-1l-4.5 2.03-4.5-2.03zm8.22 3.25l-1.595.72 3.375 1.53h1v-1z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M576 1050.362h18v18h-18z"/>
+      </g>
+      <g color="#000">
+        <path d="M564.5 1054.362c-2.5 0-4.5 2-4.5 4v2c0 1 2 1 2 2v1l2.5 1 2.5-1v-1c0-1 2-1 2-2v-2c0-2-2-4-4.5-4zm-1.5 3c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm3 0c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm-8 6c-.5 0-1 .5-1 1v.5l5.25 2.25-5.25 2.25v.5c0 .5.5 1 1 1l14-6v-.5c0-.5-.5-1-1-1l-6.5 2.78-6.5-2.78zm10.5 4.5l-2.25.97 4.75 2.03c.5 0 1-.5 1-1v-.5l-3.5-1.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M564.5 1054.362c-2.5 0-4.5 2-4.5 4v2c0 1 2 1 2 2v1l2.5 1 2.5-1v-1c0-1 2-1 2-2v-2c0-2-2-4-4.5-4zm-1.5 3c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm3 0c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm-8 6c-.5 0-1 .5-1 1v.5l5.25 2.25-5.25 2.25v.5c0 .5.5 1 1 1l14-6v-.5c0-.5-.5-1-1-1l-6.5 2.78-6.5-2.78zm10.5 4.5l-2.25.97 4.75 2.03c.5 0 1-.5 1-1v-.5l-3.5-1.5z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M552 1050.362h24v24h-24z"/>
+      </g>
+      <g color="#000">
+        <path d="M599.5 1051.362l-1.5 1.5v2l1 1v.5l1.5 1 1.5-1v-.5l1-1v-2l-1.5-1.5zm-.5 2h1v.5h-1zm2 0h1v.5h-1zm-5 3v1l.56.28 2.44 1.22-3 1.5v1h.5l5.5-2.5 3-1.5v-1h-.5l-3 1.5-.5.5h-1l-.5-.5-3-1.5zm7 3l-1.5.5 3 1.5h.5v-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M599.5 1051.362l-1.5 1.5v2l1 1v.5l1.5 1 1.5-1v-.5l1-1v-2l-1.5-1.5zm-.5 2h1v.5h-1zm2 0h1v.5h-1zm-5 3v1l.56.28 2.44 1.22-3 1.5v1h.5l5.5-2.5 3-1.5v-1h-.5l-3 1.5-.5.5h-1l-.5-.5-3-1.5zm7 3l-1.5.5 3 1.5h.5v-1z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M594 1050.362h12v12h-12z"/>
+      </g>
+      <g transform="translate(154 -96)" color="#000">
+        <g transform="translate(2)">
+          <path d="M492 1245.362l-7.5 7.5 1.25 1.25 7.25-7.25.5.5-7.25 7.25 1.25 1.25 7.5-7.5v-2l-1-1zm-11.5 5.5l-2.5 2.5.5.5h1l1-1 1 1-3.5 3.5v2l3 3h2l4.5-4.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M492 1245.362l-7.5 7.5 1.25 1.25 7.25-7.25.5.5-7.25 7.25 1.25 1.25 7.5-7.5v-2l-1-1zm-11.5 5.5l-2.5 2.5.5.5h1l1-1 1 1-3.5 3.5v2l3 3h2l4.5-4.5z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M476 1242.362h24v24h-24z"/>
+      </g>
+      <g transform="translate(154 -96)" color="#000">
+        <g transform="translate(2 -2)">
+          <path d="M511.5 1245.862l-5.75 5.75 1 1 5.25-5.25.5.5-5.25 5.25 1 1 5.75-5.75v-1.5l-1-1zm-8.25 4.25l-2.25 2.25v.5h.5l1-1 1 1-2.5 2.5v1.5l2.5 2.5h1.5l3.75-3.75z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M511.5 1245.862l-5.75 5.75 1 1 5.25-5.25.5.5-5.25 5.25 1 1 5.75-5.75v-1.5l-1-1zm-8.25 4.25l-2.25 2.25v.5h.5l1-1 1 1-2.5 2.5v1.5l2.5 2.5h1.5l3.75-3.75z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M500 1242.362h18v18h-18z"/>
+      </g>
+      <g transform="translate(154 -96)" color="#000">
+        <g transform="translate(2 -2)">
+          <path d="M525.5 1245.862l-4 4 1.5 1.5 4-4v-1l-.5-.5zm-6 3l-1.5 1.5v.5h.5l.5-.5.5.5-1.5 1.5v1.5l1.5 1.5h1.5l2.5-2.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M525.5 1245.862l-4 4 1.5 1.5 4-4v-1l-.5-.5zm-6 3l-1.5 1.5v.5h.5l.5-.5.5.5-1.5 1.5v1.5l1.5 1.5h1.5l2.5-2.5z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M518 1242.362h12v12h-12z"/>
+      </g>
+      <g transform="translate(154 -96)" color="#000">
+        <g transform="translate(2)">
+          <path d="M484.5 1269.362c-.5 0-.846.5-1 1l-5.344 15.97c-.038.112-.156.416-.156.53 0 .5.5.5 1 .5s.97 0 1.156-.5l.844-2.25 5.5-2.75 5.5 2.75.844 2.25c.186.5.656.5 1.156.5.5 0 1 0 1-.5 0-.114-.118-.418-.156-.53l-5.344-15.97c-.154-.5-.5-1-1-1zm4.5 7l.688 1.906-3.188 1.594-3.188-1.594.688-1.906zm-6.313 3.594l1.813.906-2.625 1.313zm7.625 0l.813 2.22-2.625-1.314z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M484.5 1269.362c-.5 0-.846.5-1 1l-5.344 15.97c-.038.112-.156.416-.156.53 0 .5.5.5 1 .5s.97 0 1.156-.5l.844-2.25 5.5-2.75 5.5 2.75.844 2.25c.186.5.656.5 1.156.5.5 0 1 0 1-.5 0-.114-.118-.418-.156-.53l-5.344-15.97c-.154-.5-.5-1-1-1zm4.5 7l.688 1.906-3.188 1.594-3.188-1.594.688-1.906zm-6.313 3.594l1.813.906-2.625 1.313zm7.625 0l.813 2.22-2.625-1.314z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M476 1266.362h24v24h-24z"/>
+      </g>
+      <g transform="translate(154 -96)" color="#000">
+        <g transform="translate(2 -3)">
+          <path d="M506 1271.362c-.382 0-.664.368-.78.75l-4.22 13.25h2l.906-2.72 3.594-2.03 3.594 2.03.906 2.72h2l-4.22-13.25c-.116-.382-.398-.75-.78-.75zm0 5h3l.5 1.47-2 1.28-2-1.28zm-.875 2.656l1.375.844-2.063 1.188zm4.75 0l.688 2.032-2.063-1.188z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M506 1271.362c-.382 0-.664.368-.78.75l-4.22 13.25h2l.906-2.72 3.594-2.03 3.594 2.03.906 2.72h2l-4.22-13.25c-.116-.382-.398-.75-.78-.75zm0 5h3l.5 1.47-2 1.28-2-1.28zm-.875 2.656l1.375.844-2.063 1.188zm4.75 0l.688 2.032-2.063-1.188z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M500 1266.362h18v18h-18z"/>
+      </g>
+      <g transform="translate(154 -96)" color="#000">
+        <g transform="translate(2 -3)">
+          <path d="M521 1270.362l-3 9h1.5l.5-1.53 2.5-1.47 2.5 1.47.5 1.53h1.5l-3-9zm.5 3h2l.5 1.53-.72.47H523v.188l-.5.312-.5-.312v-.188h-.28l-.72-.47zm-.78 2.375l.28.125.5.25-.5.25-.594.313.094-.313v-.5h.187zm3.56 0l.032.125h.188v.5l.094.313-.594-.313-.5-.25.5-.25z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M521 1270.362l-3 9h1.5l.5-1.53 2.5-1.47 2.5 1.47.5 1.53h1.5l-3-9zm.5 3h2l.5 1.53-.72.47H523v.188l-.5.312-.5-.312v-.188h-.28l-.72-.47zm-.78 2.375l.28.125.5.25-.5.25-.594.313.094-.313v-.5h.187zm3.56 0l.032.125h.188v.5l.094.313-.594-.313-.5-.25.5-.25z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M518 1266.362h12v12h-12z"/>
+      </g>
+      <g transform="translate(154 -96)" color="#000">
+        <g transform="translate(2)">
+          <path d="M477 1295.362l1 1-2 2v1l3 .5c0 1.5 2.53.677 3 3.5v5h1l1-4 1 4h1v-4c2 0 3-1 4-1 0 0 .5 1.65.5 2.5 0 .85-.5 2.5-.5 2.5h1l1.5-4 1.5 4h1v-4c0-.5-1-1-1-1.5 0-1.412 1-1.5 1-2.5v-3c0-.5-.5-1-1-1h-13l-1-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M477 1295.362l1 1-2 2v1l3 .5c0 1.5 2.53.677 3 3.5v5h1l1-4 1 4h1v-4c2 0 3-1 4-1 0 0 .5 1.65.5 2.5 0 .85-.5 2.5-.5 2.5h1l1.5-4 1.5 4h1v-4c0-.5-1-1-1-1.5 0-1.412 1-1.5 1-2.5v-3c0-.5-.5-1-1-1h-13l-1-1z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M476 1290.362h24v24h-24z"/>
+      </g>
+      <g transform="translate(154 -96)" color="#000">
+        <g transform="translate(2 -1)">
+          <path d="M500.684 1295.362l.684.79-1.368 1.71v.5l2.053.184c0 1.027 1.625 1.384 1.947 3.316v3.5h.5l1-3 1 3h.5v-3c2.053 0 1.632-.5 3-.5 0 0-.08 1.208-.08 1.79 0 .58-.34 1.71-.34 1.71h.683l1.026-2.737 1.026 2.737H513v-3l-.5-1 .5-1v-3l-1-1h-8.5l-.763-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M500.684 1295.362l.684.79-1.368 1.71v.5l2.053.184c0 1.027 1.625 1.384 1.947 3.316v3.5h.5l1-3 1 3h.5v-3c2.053 0 1.632-.5 3-.5 0 0-.08 1.208-.08 1.79 0 .58-.34 1.71-.34 1.71h.683l1.026-2.737 1.026 2.737H513v-3l-.5-1 .5-1v-3l-1-1h-8.5l-.763-1z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M500 1290.362h18v18h-18z"/>
+      </g>
+      <g transform="translate(154 -96)" color="#000">
+        <g transform="translate(2 -1)">
+          <path d="M519 1293.362l.5 1H518v1h1l1 1v4h.5l.5-2 1 2h.5v-2c.947 0 1.526-.5 2-.5v1c0 .403.03 1.5.03 1.5h.47l1-2 .5 2h.5v-5l-1-1h-5l-.375-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M519 1293.362l.5 1H518v1h1l1 1v4h.5l.5-2 1 2h.5v-2c.947 0 1.526-.5 2-.5v1c0 .403.03 1.5.03 1.5h.47l1-2 .5 2h.5v-5l-1-1h-5l-.375-1z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M518 1290.362h12v12h-12z"/>
+      </g>
+      <g transform="translate(154 -96)" color="#000">
+        <g transform="translate(2)">
+          <path d="M478 1320.362v12c0 .5.5 1 1 1h5l-4-14h-1c-.5 0-1 .5-1 1zm8.5 6c-.106 0-.217.033-.313.062l-2.437.844.53 1.875 2.22-.78 2.688.936c.103.033.207.06.312.06.105 0 .214-.03.313-.06l3.187-.938 2 .656v-2.03l-1.688-.564c-.1-.033-.206-.062-.312-.062-.106 0-.21.03-.313.062l-3.187.938-2.688-.938c-.105-.035-.206-.062-.312-.062zm0 4c-.106 0-.217.033-.313.062l-1.375.47.532 1.874 1.156-.406 2.688.937c.103.033.207.06.312.06.105 0 .214-.03.313-.06l3.187-.938 2 .656v-2.03l-1.688-.564c-.1-.033-.206-.062-.312-.062-.106 0-.21.03-.313.062l-3.187.938-2.688-.938c-.105-.035-.206-.062-.312-.062z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M478 1320.362v12c0 .5.5 1 1 1h5l-4-14h-1c-.5 0-1 .5-1 1zm8.5 6c-.106 0-.217.033-.313.062l-2.437.844.53 1.875 2.22-.78 2.688.936c.103.033.207.06.312.06.105 0 .214-.03.313-.06l3.187-.938 2 .656v-2.03l-1.688-.564c-.1-.033-.206-.062-.312-.062-.106 0-.21.03-.313.062l-3.187.938-2.688-.938c-.105-.035-.206-.062-.312-.062zm0 4c-.106 0-.217.033-.313.062l-1.375.47.532 1.874 1.156-.406 2.688.937c.103.033.207.06.312.06.105 0 .214-.03.313-.06l3.187-.938 2 .656v-2.03l-1.688-.564c-.1-.033-.206-.062-.312-.062-.106 0-.21.03-.313.062l-3.187.938-2.688-.938c-.105-.035-.206-.062-.312-.062z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M476 1314.362h24v24h-24z"/>
+      </g>
+      <g transform="translate(154 -96)" color="#000">
+        <g transform="translate(2)">
+          <path d="M501 1316.362v12h5l-3-12zm6.5 6.5l-1.22.625.345 1.313.875-.438 2 1 2.5-.844 2 .844v-1.5l-2-1-2.5 1zm0 3l-.563.28.344 1.345.22-.125 2 1 2.5-.844 2 .844v-1.5l-2-1-2.5 1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M501 1316.362v12h5l-3-12zm6.5 6.5l-1.22.625.345 1.313.875-.438 2 1 2.5-.844 2 .844v-1.5l-2-1-2.5 1zm0 3l-.563.28.344 1.345.22-.125 2 1 2.5-.844 2 .844v-1.5l-2-1-2.5 1z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M500 1314.362h18v18h-18z"/>
+      </g>
+      <g transform="translate(154 -96)" color="#000">
+        <g transform="translate(2 -1)">
+          <path d="M518 1316.362v9h4l-3-9zm4.5 5.5l-.594.188.282.906.312-.094 1.5.5 1.5-.5 1.5.5v-1.03l-1.5-.47-1.5.47zm0 2l.375 1.125 1.125.375 1.5-.5 1.5.5v-1.03l-1.5-.47-1.5.47z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M518 1316.362v9h4l-3-9zm4.5 5.5l-.594.188.282.906.312-.094 1.5.5 1.5-.5 1.5.5v-1.03l-1.5-.47-1.5.47zm0 2l.375 1.125 1.125.375 1.5-.5 1.5.5v-1.03l-1.5-.47-1.5.47z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M518 1314.362h12v12h-12z"/>
+      </g>
+      <g transform="translate(-156 192)" color="#000">
+        <path d="M582.5 1076.362l-.5.5v3l-2 2.5v8h6v-8l-2-2.5v-3l-.5-.5h-1zm4.5 6v3s0 1 1 1h1v3l-1.5.5-.5.5h5l-.5-.5-1.5-.5v-3h1c1 0 1-1 1-1v-3h-5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M576 1074.362h18v18h-18z"/>
+        <path d="M582.5 1076.362l-.5.5v3l-2 2.5v8h6v-8l-2-2.5v-3l-.5-.5h-1zm4.5 6v3s0 1 1 1h1v3l-1.5.5-.5.5h5l-.5-.5-1.5-.5v-3h1c1 0 1-1 1-1v-3h-5z" fill="#444" overflow="visible"/>
+      </g>
+      <g transform="translate(-156 192)" color="#000">
+        <path d="M598 1075.362v2l-2 2v5.406l.594.594h4.03l.376-.5v-5.5l-2-2v-2h-1zm4 4v2l1 1v2l-1 1h3l-1-1v-2l1-1v-2h-3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M594 1074.362h12v12h-12z"/>
+        <path d="M598 1075.362v2l-2 2v5.406l.594.594h4.03l.376-.5v-5.5l-2-2v-2h-1zm4 4v2l1 1v2l-1 1h3l-1-1v-2l1-1v-2h-3z" fill="#444" overflow="visible"/>
+      </g>
+      <g transform="translate(-156 192)" color="#000">
+        <path d="M560 1077.362c-.554 0-.5.627-.5 1v2.5c0 .5-.498 1.25-1 1.5-1 .5-1.5 1-1.5 2v9c0 .554.446 1 1 1h5c.554 0 1-.446 1-1v-9c0-1-.5-1.5-1.5-2-.5-.25-1-1-1-1.5v-2.5c0-.5.054-1-.5-1zm6 7v3c0 1 1 2 2 2h1v2.5c0 .5-1 1.5-2 1.5s-1 1-1 1h7s0-1-1-1-2-1-2-1.5v-2.5h1c1 0 2-1 2-2v-3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M552 1074.362h24v24h-24z"/>
+        <path d="M560 1077.362c-.554 0-.5.627-.5 1v2.5c0 .5-.498 1.25-1 1.5-1 .5-1.5 1-1.5 2v9c0 .554.446 1 1 1h5c.554 0 1-.446 1-1v-9c0-1-.5-1.5-1.5-2-.5-.25-1-1-1-1.5v-2.5c0-.5.054-1-.5-1zm6 7v3c0 1 1 2 2 2h1v2.5c0 .5-1 1.5-2 1.5s-1 1-1 1h7s0-1-1-1-2-1-2-1.5v-2.5h1c1 0 2-1 2-2v-3z" fill="#444" overflow="visible"/>
+      </g>
+      <path d="M18.5 1150.362s-2.5 1-2.5 2v2c0 1-2 1-2 2v9h9v-9c0-1-2-1-2-2.187v-1.813c0-1-2.5-2-2.5-2zm-8.5 8v7h2v-7c0-1-1-1-1-1s-1 0-1 1zm15 0v7h2v-7c0-1-1-1-1-1s-1 0-1 1z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <g transform="translate(0 24)">
+        <path opacity=".5" color="#000" fill="none" overflow="visible" d="M6 1122.362h24v24H6z"/>
+      </g>
+      <path d="M18.5 1150.362s-2.5 1-2.5 2v2c0 1-2 1-2 2v9h9v-9c0-1-2-1-2-2.187v-1.813c0-1-2.5-2-2.5-2zm-8.5 8v7h2v-7c0-1-1-1-1-1s-1 0-1 1zm15 0v7h2v-7c0-1-1-1-1-1s-1 0-1 1z" color="#000" fill="#444" overflow="visible"/>
+      <path d="M54.5 1148.362l-1.5.94v1.06l-1 1v5h5v-5l-1-1v-.96zm-4.5 4v4h1v-4zm8 0v4h1v-4z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <g transform="translate(0 24)">
+        <path opacity=".5" color="#000" fill="none" overflow="visible" d="M48 1122.362h12v12H48z"/>
+      </g>
+      <path d="M54.5 1148.362l-1.5.94v1.06l-1 1v5h5v-5l-1-1v-.96zm-4.5 4v4h1v-4zm8 0v4h1v-4z" color="#000" fill="#444" overflow="visible"/>
+      <path d="M39.5 1149.862l-1.5 1.5v1.5l-2 2v6.5h7v-6.5l-2-2v-1.5zm-6.5 6v5.5h1.5v-5.5zm11.5 0v5.5H46v-5.5z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <g transform="translate(0 24)">
+        <path opacity=".5" color="#000" fill="none" overflow="visible" d="M30 1122.362h18v18H30z"/>
+      </g>
+      <path d="M39.5 1149.862l-1.5 1.5v1.5l-2 2v6.5h7v-6.5l-2-2v-1.5zm-6.5 6v5.5h1.5v-5.5zm11.5 0v5.5H46v-5.5z" color="#000" fill="#444" overflow="visible"/>
+      <g color="#000">
+        <path d="M259 1304.862c0-3.5-5-9.5-6.5-11.5-1.5 2-6.5 8-6.5 11.5s3.27 6.5 6.5 6.5 6.5-3 6.5-6.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M240 1290.362h24v24h-24z"/>
+        <path d="M259 1304.862c0-3.5-5-9.5-6.5-11.5-1.5 2-6.5 8-6.5 11.5s3.27 6.5 6.5 6.5 6.5-3 6.5-6.5z" fill="#444" overflow="visible"/>
+      </g>
+      <g color="#000">
+        <path d="M273.5 1305.362c-2.332 0-4.5-2-4.5-4.5 0-2.528 3.417-7.055 4.5-8.5 1.083 1.445 4.5 5.972 4.5 8.5 0 2.5-2.168 4.5-4.5 4.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M264 1290.362h18v18h-18z"/>
+        <path d="M273.5 1305.362c-2.332 0-4.5-2-4.5-4.5 0-2.528 3.417-7.055 4.5-8.5 1.083 1.445 4.5 5.972 4.5 8.5 0 2.5-2.168 4.5-4.5 4.5z" fill="#444" overflow="visible"/>
+      </g>
+      <g color="#000">
+        <path opacity=".5" fill="none" overflow="visible" d="M282 1290.362h12v12h-12z"/>
+        <path d="M288.5 1301.362c-1.614 0-3.5-1-3.5-3.5 0-1.75 2.75-5.5 3.5-6.5.75 1 3.5 4.75 3.5 6.5 0 2.5-1.886 3.5-3.5 3.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M288.5 1301.362c-1.614 0-3.5-1-3.5-3.5 0-1.75 2.75-5.5 3.5-6.5.75 1 3.5 4.75 3.5 6.5 0 2.5-1.886 3.5-3.5 3.5z" fill="#444" overflow="visible"/>
+      </g>
+      <g color="#000">
+        <path d="M277 1317.362c-1 0-2.79 1.803-3.094 3.406l-.937 4.876.53-.282 2 1 .906-.375c.14-.75.462-2.47.594-3.125.153-.762.8-1.5 1.5-1.5h1l-1-1H277l-1 1v-1c0-1 1.006-2 1.906-2H279l-1-1h-1zm-8.5 3l-1 1h1c.7 0 1.347.738 1.5 1.5.133.662.458 2.426.594 3.156l.875.344.842-.406-.812-3.594c-.09-.4-.202-.685-.5-1l-1-1h-1.5zm.5 6l-2 1v1.5l2-1 2.5 1 2-1 2 1 2.5-.844 2 .844v-1.5l-2-1-2.5 1-2-1-2 1-2.5-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M277 1317.362c-1 0-2.79 1.803-3.094 3.406l-.937 4.876.53-.282 2 1 .906-.375c.14-.75.462-2.47.594-3.125.153-.762.8-1.5 1.5-1.5h1l-1-1H277l-1 1v-1c0-1 1.006-2 1.906-2H279l-1-1h-1zm-8.5 3l-1 1h1c.7 0 1.347.738 1.5 1.5.133.662.458 2.426.594 3.156l.875.344.842-.406-.812-3.594c-.09-.4-.202-.685-.5-1l-1-1h-1.5zm.5 6l-2 1v1.5l2-1 2.5 1 2-1 2 1 2.5-.844 2 .844v-1.5l-2-1-2.5 1-2-1-2 1-2.5-1z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M264 1314.362h18v18h-18z"/>
+      </g>
+      <g color="#000">
+        <path opacity=".5" fill="none" overflow="visible" d="M240 1314.362h24v24h-24z"/>
+        <path d="M257 1318.362c-2 0-3.597 2-4 4l-1.125 5.563c.187-.04.397-.062.625-.062 1.5 0 2 1 3 1 .197 0 .393-.032.594-.094.225-1.123.75-3.628.906-4.408.192-.952 1-2 2-2h1c0-.5-.5-1-1-1h-1c-.83 0-1.6.307-2.156.75l.156-.75c.197-.98 1-2 2-2h1c0-.5-.5-1-1-1h-1zm-11 3c-.5 0-1 .5-1 1h1c1 0 1.808 1.048 2 2 .152.756.663 3.203.906 4.406.2.063.397.095.594.095.566 0 .983-.316 1.5-.594l-1-4.907c-.2-1-1.5-2-3-2h-1zm0 8c-.694 0-1.34.405-2 .625v2.03c0 .002 1-.654 2-.655 1 0 2 1 3.5 1s1.974-.965 3-1c1 0 1.5 1 3 1s2.5-1 3.5-1c.702 0 2 .656 2 .656v-2.03c-.642-.248-1.343-.626-2-.626-1.5 0-2.5 1-3.5 1s-1.5-1-3-1-2 1-3 1-2-1-3.5-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M257 1318.362c-2 0-3.597 2-4 4l-1.125 5.563c.187-.04.397-.062.625-.062 1.5 0 2 1 3 1 .197 0 .393-.032.594-.094.225-1.123.75-3.628.906-4.408.192-.952 1-2 2-2h1c0-.5-.5-1-1-1h-1c-.83 0-1.6.307-2.156.75l.156-.75c.197-.98 1-2 2-2h1c0-.5-.5-1-1-1h-1zm-11 3c-.5 0-1 .5-1 1h1c1 0 1.808 1.048 2 2 .152.756.663 3.203.906 4.406.2.063.397.095.594.095.566 0 .983-.316 1.5-.594l-1-4.907c-.2-1-1.5-2-3-2h-1zm0 8c-.694 0-1.34.405-2 .625v2.03c0 .002 1-.654 2-.655 1 0 2 1 3.5 1s1.974-.965 3-1c1 0 1.5 1 3 1s2.5-1 3.5-1c.702 0 2 .656 2 .656v-2.03c-.642-.248-1.343-.626-2-.626-1.5 0-2.5 1-3.5 1s-1.5-1-3-1-2 1-3 1-2-1-3.5-1z" fill="#444" overflow="visible"/>
+      </g>
+      <g color="#000">
+        <path d="M291 1316.362l-1.5 1.5-1 2.5v1.5l1.5.5.53-.187c.14-.723.416-1.544.47-1.813h2l-1-1h-1l-1 1 .5-2 1-1h1l-1-1h-.5zm-5 3l-1 1h2v2l1-.344v-1.656l-1-1h-1zm-.5 3.5l-1.5.47v1.03l1.5-.5 1.5.5 1.5-.5 1.5.5 1.5-.5 1.5.5v-1.03l-1.5-.47-1.5.5-1.5-.5-1.5.5-1.5-.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M282 1314.362h12v12h-12z"/>
+        <path d="M291 1316.362l-1.5 1.5-1 2.5v1.5l1.5.5.53-.187c.14-.723.416-1.544.47-1.813h2l-1-1h-1l-1 1 .5-2 1-1h1l-1-1h-.5zm-5 3l-1 1h2v2l1-.344v-1.656l-1-1h-1zm-.5 3.5l-1.5.47v1.03l1.5-.5 1.5.5 1.5-.5 1.5.5 1.5-.5 1.5.5v-1.03l-1.5-.47-1.5.5-1.5-.5-1.5.5-1.5-.5z" fill="#444" overflow="visible"/>
+      </g>
+      <g color="#000">
+        <path opacity=".5" fill="none" overflow="visible" d="M654 1050.362h18v18h-18z"/>
+        <path d="M664 1053.362h-1l-6 5v1h1v6h11v-6h1v-1zm-3 6.5h5v.5h-5zm0 2h5v.5h-5zm0 2h5v.5h-5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+        <path d="M664 1053.362h-1l-6 5v1h1v6h11v-6h1v-1zm-3 6.5h5v.5h-5zm0 2h5v.5h-5zm0 2h5v.5h-5z" fill="#444" overflow="visible"/>
+      </g>
+      <g color="#000">
+        <path d="M664 1125.362h-1l-6 5v1h1v6h11v-6h1v-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+        <path d="M664 1125.362h-1l-6 5v1h1v6h11v-6h1v-1z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M654 1122.362h18v18h-18z"/>
+      </g>
+      <g transform="translate(0 48)" color="#000">
+        <path d="M641 1077.362l-7.5 6.5c-.356.31-.5.5-.5.75 0 .496.5.75 1 .75h1v8c0 .554.446 1 1 1h13c.554 0 1-.446 1-1v-8h1c.5 0 1-.254 1-.75 0-.25-.138-.448-.5-.75l-7.5-6.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M630 1074.362h24v24h-24z"/>
+        <path d="M641 1077.362l-7.5 6.5c-.356.31-.5.5-.5.75 0 .496.5.75 1 .75h1v8c0 .554.446 1 1 1h13c.554 0 1-.446 1-1v-8h1c.5 0 1-.254 1-.75 0-.25-.138-.448-.5-.75l-7.5-6.5z" fill="#444" overflow="visible"/>
+      </g>
+      <path d="M679 1124.362h-1l-4 3.308v.692h1v4h7v-4h1v-.692z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <g transform="translate(78 -48)">
+        <path color="#000" fill="none" overflow="visible" d="M594 1170.362h12v12h-12z"/>
+      </g>
+      <path d="M679 1124.362h-1l-4 3.308v.692h1v4h7v-4h1v-.692z" color="#000" fill="#444" overflow="visible"/>
+      <g color="#000">
+        <path d="M679 1052.362h-1l-4 3.313v.687h1v4h2v-.5h3v.5h2v-4h1v-.687zm-2 4.5h3v.5h-3zm0 1h3v.5h-3zm0 1h3v.5h-3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+        <path fill="none" overflow="visible" d="M672 1050.362h12v12h-12z"/>
+        <path d="M679 1052.362h-1l-4 3.313v.687h1v4h2v-.5h3v.5h2v-4h1v-.687zm-2 4.5h3v.5h-3zm0 1h3v.5h-3zm0 1h3v.5h-3z" fill="#444" overflow="visible"/>
+      </g>
+      <g color="#000">
+        <path d="M350 1244.362l-3 1.5v12.5h1v-8l2-1 3.5 2 2.5-1v-5l-2.5 1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M342 1242.362h18v18h-18z"/>
+        <path d="M350 1244.362l-3 1.5v12.5h1v-8l2-1 3.5 2 2.5-1v-5l-2.5 1z" fill="#444" overflow="visible"/>
+      </g>
+      <g color="#000">
+        <path d="M365.5 1244.362l-2.5 1v8h1v-5l1.5-.5 2.5 1.5 2-1v-3.5l-2 1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M360 1242.362h12v12h-12z"/>
+        <path d="M365.5 1244.362l-2.5 1v8h1v-5l1.5-.5 2.5 1.5 2-1v-3.5l-2 1z" fill="#444" overflow="visible"/>
+      </g>
+      <g transform="translate(-2)" color="#000">
+        <path d="M336 1318.362c-1 0-1.326.326-2 1l-8 8c-.5.5-1 1-1 2v1.5c0 1 .5 1.5 1 2l.563.563 3.5-3.5-.563-.563c-.5-.5 0-1 0-1l5.5-5.5s.5-.5 1 0l.563.563 3.5-3.5-.563-.563c-.5-.5-1-1-2-1H336zm4.438 1.938l-3.5 3.5.562.562c.354.354 1.146.354 1.5 0l2-2c.354-.354.354-1.146 0-1.5zm-10 10l-3.5 3.5.562.562c.354.354 1.146.354 1.5 0l2-2c.354-.353.354-1.146 0-1.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M336 1318.362c-1 0-1.326.326-2 1l-8 8c-.5.5-1 1-1 2v1.5c0 1 .5 1.5 1 2l.563.563 3.5-3.5-.563-.563c-.5-.5 0-1 0-1l5.5-5.5s.5-.5 1 0l.563.563 3.5-3.5-.563-.563c-.5-.5-1-1-2-1H336zm4.438 1.938l-3.5 3.5.562.562c.354.354 1.146.354 1.5 0l2-2c.354-.354.354-1.146 0-1.5zm-10 10l-3.5 3.5.562.562c.354.354 1.146.354 1.5 0l2-2c.354-.353.354-1.146 0-1.5z" fill="#444" overflow="visible"/>
+        <path fill="none" overflow="visible" d="M320 1314.362h24v24h-24z"/>
+      </g>
+      <g transform="matrix(.8 0 0 .8 102 329.6)" color="#000">
+        <path d="M334 1317.03l-11.333 11.332v3.334l1.75 1.75 4-4-1.084-1.084 6.667-6.666 1.083 1.083 4-4-1.75-1.75H334zm5.583 2.25l-4 4 .417.416h1.333l2.667-2.667v-1.334l-.417-.417zm-10.666 10.666l-4 4 .416.416h1.334l2.666-2.666v-1.334l-.416-.416z" opacity=".3" fill="none" stroke="#fff" stroke-width="2.66666" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M334 1317.03l-11.333 11.332v3.334l1.75 1.75 4-4-1.084-1.084 6.667-6.666 1.083 1.083 4-4-1.75-1.75H334zm5.583 2.25l-4 4 .417.416h1.333l2.667-2.667v-1.334l-.417-.417zm-10.666 10.666l-4 4 .416.416h1.334l2.666-2.666v-1.334l-.416-.416z" fill="#444" overflow="visible"/>
+        <path fill="none" overflow="visible" d="M320 1314.362h24v24h-24z"/>
+      </g>
+      <g transform="translate(-2 24)" color="#000">
+        <path d="M329 1317.862l-4.5 4.5h4.5v-4.5zm7 .5c-1 0-1.326.326-2 1l-8 8c-.5.5-1 1-1 2v1.5c0 1 .5 1.5 1 2l.563.563 3.5-3.5-.563-.563c-.5-.5 0-1 0-1l5.5-5.5s.5-.5 1 0l.563.563 3.5-3.5-.563-.563c-.5-.5-1-1-2-1H336zm4.438 1.938l-3.5 3.5.562.562c.354.354 1.146.354 1.5 0l2-2c.354-.354.354-1.146 0-1.5l-.563-.562zm-10 10l-3.5 3.5.562.562c.354.354 1.146.354 1.5 0l2-2c.354-.353.354-1.146 0-1.5l-.563-.562z" fill="#444" overflow="visible"/>
+        <path fill="none" overflow="visible" d="M320 1314.362h24v24h-24z"/>
+      </g>
+      <g transform="matrix(.8 0 0 .8 102 352.6)" color="#000">
+        <path d="M328 1316.362l-4.667 4.667H328zm7.333.667L324 1328.36v3.333l1.75 1.75 4-4-1.083-1.083 6.666-6.667 1.084 1.084 4-4-1.75-1.75zm5.584 2.25l-4 4 .416.416h1.334l2.666-2.667v-1.334zm-10.667 10.666l-4 4 .417.416H328l2.667-2.667v-1.333z" opacity=".3" fill="none" stroke="#fff" stroke-width="2.667" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M328 1316.362l-4.667 4.667H328zm7.333.667L324 1328.36v3.333l1.75 1.75 4-4-1.083-1.083 6.666-6.667 1.084 1.084 4-4-1.75-1.75zm5.584 2.25l-4 4 .416.416h1.334l2.666-2.667v-1.334zm-10.667 10.666l-4 4 .417.416H328l2.667-2.667v-1.333z" fill="#444" overflow="visible"/>
+        <path fill="none" overflow="visible" d="M320 1314.362h24v24h-24z"/>
+      </g>
+      <path d="M364 1339.862l-2.5 2.5h2.5v-2.5zm3.5.5l-5.5 5.5v2l1 1h1l1-1v-1l-1-1 3.5-3.5 1 1h1l1-1v-1l-1-1h-2z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <g transform="translate(0 23)">
+        <path color="#000" fill="none" overflow="visible" d="M360 1315.362h12v12h-12z"/>
+        <path d="M364 1316.862l-2.5 2.5h2.5v-2.5zm3.5.5l-5.5 5.5v2l1 1h1l1-1v-1l-1-1 3.5-3.5 1 1h1l1-1v-1l-1-1h-2z" color="#000" fill="#444" overflow="visible"/>
+      </g>
+      <path d="M367.5 1317.362l-5.5 5.5v2l1 1h1l1-1v-1l-1-1 3.5-3.5 1 1h1l1-1v-1l-1-1z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path color="#000" fill="none" overflow="visible" d="M360 1315.362h12v12h-12z"/>
+      <path d="M367.5 1317.362l-5.5 5.5v2l1 1h1l1-1v-1l-1-1 3.5-3.5 1 1h1l1-1v-1l-1-1z" color="#000" fill="#444" overflow="visible"/>
+      <g transform="translate(0 -1)">
+        <path d="M329.5 1365.362c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm-.5 6c-1 0-2 1-2 2v3.5c0 1.5 1 2.5 2.5 2.5h5l2.625 3.5c.226.332.484.5.875.5.5 0 1-.5 1-1 0-.293-.167-.52-.28-.72l-2.72-3.78c-.18-.314-.5-.5-1-.5h-2.5l-1-4c-.243-.97-.5-2-1.5-2zm-3 2c-2.33.823-4 3.387-4 6 0 3.314 2.686 6 6 6 2.976 0 5.433-2.158 5.906-5H332c-.538 1.73-1.843 3-3.75 3-2.347 0-4.25-1.903-4.25-4.25 0-1.517.803-2.998 2-3.75z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M329.5 1365.362c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm-.5 6c-1 0-2 1-2 2v3.5c0 1.5 1 2.5 2.5 2.5h5l2.625 3.5c.226.332.484.5.875.5.5 0 1-.5 1-1 0-.293-.167-.52-.28-.72l-2.72-3.78c-.18-.314-.5-.5-1-.5h-2.5l-1-4c-.243-.97-.5-2-1.5-2zm-3 2c-2.33.823-4 3.387-4 6 0 3.314 2.686 6 6 6 2.976 0 5.433-2.158 5.906-5H332c-.538 1.73-1.843 3-3.75 3-2.347 0-4.25-1.903-4.25-4.25 0-1.517.803-2.998 2-3.75z" color="#000" fill="#444" overflow="visible"/>
+        <path color="#000" fill="none" overflow="visible" d="M318 1363.362h24v24h-24z"/>
+      </g>
+      <g transform="translate(0 -1)" color="#000">
+        <path fill="none" overflow="visible" d="M342 1363.362h18v18h-18z"/>
+        <path d="M350.5 1364.362c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm-.5 5l-1 1v4l1 1h4.375l2.625 3h1v-1l-2.5-3.125-.5-.375h-2l-1-3.5-1-1h-1zm-2 1.5c-1.748.618-3 2.54-3 4.5 0 2.485 2.015 4.5 4.5 4.5 2.232 0 4.083-1.37 4.438-3.5H352.5c-.404 1.298-1.382 2-2.813 2-1.76 0-3.187-1.427-3.187-3.187 0-1.138.603-2.25 1.5-2.813v-1.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M350.5 1364.362c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm-.5 5l-1 1v4l1 1h4.375l2.625 3h1v-1l-2.5-3.125-.5-.375h-2l-1-3.5-1-1h-1zm-2 1.5c-1.748.618-3 2.54-3 4.5 0 2.485 2.015 4.5 4.5 4.5 2.232 0 4.083-1.37 4.438-3.5H352.5c-.404 1.298-1.382 2-2.813 2-1.76 0-3.187-1.427-3.187-3.187 0-1.138.603-2.25 1.5-2.813v-1.5z" fill="#444" overflow="visible"/>
+      </g>
+      <g transform="translate(0 -1)" color="#000">
+        <path d="M365.5 1364.362c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5zm-.5 3.5v3.5h3.25l1.75 2h1v-.5l-2-2.5h-1.656l-.844-2.5H365zm-1 .5c-1.166.412-2 1.694-2 3 0 1.657 1.343 3 3 3 1.368 0 2.514-.77 2.875-2h-1.03c-.325.642-.903 1-1.72 1-1.174 0-2.125-.95-2.125-2.125 0-.76.402-1.5 1-1.875v-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M365.5 1364.362c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5zm-.5 3.5v3.5h3.25l1.75 2h1v-.5l-2-2.5h-1.656l-.844-2.5H365zm-1 .5c-1.166.412-2 1.694-2 3 0 1.657 1.343 3 3 3 1.368 0 2.514-.77 2.875-2h-1.03c-.325.642-.903 1-1.72 1-1.174 0-2.125-.95-2.125-2.125 0-.76.402-1.5 1-1.875v-1z" fill="#444" overflow="visible"/>
+        <path fill="none" overflow="visible" d="M360 1363.362h12v12h-12z"/>
+      </g>
+      <g color="#000">
+        <path d="M348 1291.362c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm7 0c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm-7.5 5l-1.5 1.5v2.5l-1.5 2.5.5.5h2v3h2v-3h2l.5-.5-1.5-2.5v-2.5l-1.5-1.5zm5.5 0l-1 1 2 4.5v4.5h2v-4.5l2-4.5-1-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M348 1291.362c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm7 0c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm-7.5 5l-1.5 1.5v2.5l-1.5 2.5.5.5h2v3h2v-3h2l.5-.5-1.5-2.5v-2.5l-1.5-1.5zm5.5 0l-1 1 2 4.5v4.5h2v-4.5l2-4.5-1-1z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M342 1290.362h18v18h-18z"/>
+      </g>
+      <g transform="matrix(.5 0 0 .5 201 645.2)" color="#000">
+        <path d="M326 1292.362c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm10 0c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm-12 6v3l-3 5h3v4h4v-4h3l-3-5v-3h-4zm8 0l2 7v5h4v-5l2-7h-8z" opacity=".3" fill="none" stroke="#fff" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M326 1292.362c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm10 0c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm-12 6v3l-3 5h3v4h4v-4h3l-3-5v-3h-4zm8 0l2 7v5h4v-5l2-7h-8z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M318 1290.362h24v24h-24z"/>
+      </g>
+      <g>
+        <path color="#000" fill="none" overflow="visible" d="M396 1290.362h24v24h-24z"/>
+        <g transform="translate(1)">
+          <path d="M405 1294.362c-.5 0-1 .5-1 1v10h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-9h7v6h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-13c0-.5-.5-1-1-1h-9z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M405 1294.362c-.5 0-1 .5-1 1v10h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-9h7v6h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-13c0-.5-.5-1-1-1h-9z" fill="#454545"/>
+        </g>
+      </g>
+      <g transform="matrix(.5 0 0 .5 240 645.2)">
+        <path d="M406 1294.362v11h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-8h6v5h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-14h-10z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path color="#000" fill="none" overflow="visible" d="M396 1290.362h24v24h-24z"/>
+        <path d="M406 1294.362v11h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-8h6v5h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-14h-10z" fill="#454545"/>
+      </g>
+      <g transform="matrix(.8 0 0 .8 123 322.6)">
+        <path color="#000" fill="none" overflow="visible" d="M396 1290.362h24v24h-24z"/>
+        <g transform="translate(1)">
+          <path d="M405 1294.362l-1 1v10h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-8.666h7v5.666h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-13l-1-1h-9z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2.66666" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M405 1294.362l-1 1v10h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-8.666h7v5.666h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-13l-1-1h-9z" fill="#454545"/>
+        </g>
+      </g>
+      <g color="#000">
+        <path d="M637.5 1245.362c-.5 0-.783.197-1 .5l-2.5 3.5h2v3h5v-3h2l-2.5-3.5c-.217-.303-.5-.5-1-.5zm12.5 0v2h-4c-.5 0-1 .5-1 1v4h6v-7zm-14 9c-.5 0-1 .5-1 1v7h2v-2h1v2h4v-7c0-.5-.5-1-1-1zm12-1l-3 4h1.5l-1.5 3h2v2h2v-2h2l-1.5-3h1.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M637.5 1245.362c-.5 0-.783.197-1 .5l-2.5 3.5h2v3h5v-3h2l-2.5-3.5c-.217-.303-.5-.5-1-.5h-2zm12.5 0v2h-4c-.5 0-1 .5-1 1v4h6v-7h-1zm-2 8l-3 4h1.5l-1.5 3h2v2h2v-2h2l-1.5-3h1.5l-3-4zm-12 1c-.5 0-1 .5-1 1v7h2v-2h1v2h4v-7c0-.5-.5-1-1-1h-5zm1 2h1v1h-1v-1zm2 0h1v1h-1v-1zm-2 2h1v1h-1v-1zm2 0h1v1h-1v-1zm0 2h1v1h-1v-1z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M630 1242.362h24v24h-24z"/>
+      </g>
+      <g color="#000">
+        <path d="M658 1244.362l-2 3h1v3h5v-3h1l-2-3zm11 0v2h-3l-1 1v3h5v-6zm-12 8v6h1v-2h1v2h3v-6zm10.5-1l-2.5 4h1.5l-1.5 2h2v1h1v-1h2l-1.5-2h1.5zm-9.5 3h1v1h-1zm2 0h1v1h-1zm0 2h1v1h-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M658 1244.362l-2 3h1v3h5v-3h1l-2-3zm11 0v2h-3l-1 1v3h5v-6zm-12 8v6h1v-2h1v2h3v-6zm10.5-1l-2.5 4h1.5l-1.5 2h2v1h1v-1h2l-1.5-2h1.5zm-9.5 3h1v1h-1zm2 0h1v1h-1zm0 2h1v1h-1z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M654 1242.362h18v18h-18z"/>
+      </g>
+      <g color="#000">
+        <g transform="matrix(.6 0 0 .6 302.2 510.2)">
+          <path d="M633.7 1246.362l-3.4 3.4h1.7v3.4h5.1v-3.4h1.7l-3.4-3.4zm10.2 0v1.7h-2.23l-1.17 1.275v3.825h5.1v-6.8zm-10.2 10.2H632v6.8h1.7v-1.7h1.7v1.7h1.7v-6.8h-1.7zm9.35-1.7l-3.4 4.25h1.7l-1.7 2.55h2.55v1.7h1.7v-1.7h2.55l-1.7-2.55h1.7z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="3.4" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+          <path d="M633.7 1246.362l-3.4 3.4h1.7v3.4h5.1v-3.4h1.7l-3.4-3.4zm10.2 0v1.7h-2.23l-1.17 1.275v3.825h5.1v-6.8zm-10.2 10.2H632v6.8h1.7v-1.7h1.7v1.7h1.7v-6.8h-1.7zm9.35-1.7l-3.4 4.25h1.7l-1.7 2.55h2.55v1.7h1.7v-1.7h2.55l-1.7-2.55h1.7z" fill="#444" overflow="visible"/>
+        </g>
+        <path opacity=".5" fill="none" overflow="visible" d="M672 1242.362h12v12h-12z"/>
+      </g>
+      <g color="#000">
+        <path d="M636 1269.362v2h-2v13h8v-13h-2v-2h-4zm9 2v3h-2v12h8v-12h-2v-3h-1v3h-2v-3h-1zm-10 2h2v1h-2v-1zm4 0h2v1h-2v-1zm-4 2h2v1h-2v-1zm4 0h2v1h-2v-1zm5 1h2v1h-2v-1zm4 0h2v1h-2v-1zm-13 1h2v1h-2v-1zm4 0h2v1h-2v-1zm5 1h2v1h-2v-1zm4 0h2v1h-2v-1zm-13 1h2v1h-2v-1zm4 0h2v1h-2v-1zm5 1h2v1h-2v-1zm4 0h2v1h-2v-1zm-13 1h2v1h-2v-1zm4 0h2v1h-2v-1zm5 1h2v1h-2v-1zm4 0h2v1h-2v-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M630 1266.362h24v24h-24z"/>
+        <path d="M636 1269.362v2h-2v13h8v-13h-2v-2h-4zm9 2v3h-2v12h8v-12h-2v-3h-1v3h-2v-3h-1zm-10 2h2v1h-2v-1zm4 0h2v1h-2v-1zm-4 2h2v1h-2v-1zm4 0h2v1h-2v-1zm5 1h2v1h-2v-1zm4 0h2v1h-2v-1zm-13 1h2v1h-2v-1zm4 0h2v1h-2v-1zm5 1h2v1h-2v-1zm4 0h2v1h-2v-1zm-13 1h2v1h-2v-1zm4 0h2v1h-2v-1zm5 1h2v1h-2v-1zm4 0h2v1h-2v-1zm-13 1h2v1h-2v-1zm4 0h2v1h-2v-1zm5 1h2v1h-2v-1zm4 0h2v1h-2v-1z" fill="#444" overflow="visible"/>
+      </g>
+      <g color="#000">
+        <path d="M658 1268.362v2h-1v10h6v-10h-1v-2h-4zm7 2v3h-1v9h6v-9h-1v-3h-1v3h-2v-3h-1zm-7 1h1v1h-1v-1zm3 0h1v1h-1v-1zm-3 2h1v1h-1v-1zm3 0h1v1h-1v-1zm4 1h1v1h-1v-1zm3 0h1v1h-1v-1zm-10 1h1v1h-1v-1zm3 0h1v1h-1v-1zm4 1h1v1h-1v-1zm3 0h1v1h-1v-1zm-10 1h1v1h-1v-1zm3 0h1v1h-1v-1zm4 1h1v1h-1v-1zm3 0h1v1h-1v-1zm-3 2h1v1h-1v-1zm3 0h1v1h-1v-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M658 1268.362v2h-1v10h6v-10h-1v-2h-4zm7 2v3h-1v9h6v-9h-1v-3h-1v3h-2v-3h-1zm-7 1h1v1h-1v-1zm3 0h1v1h-1v-1zm-3 2h1v1h-1v-1zm3 0h1v1h-1v-1zm4 1h1v1h-1v-1zm3 0h1v1h-1v-1zm-10 1h1v1h-1v-1zm3 0h1v1h-1v-1zm4 1h1v1h-1v-1zm3 0h1v1h-1v-1zm-10 1h1v1h-1v-1zm3 0h1v1h-1v-1zm4 1h1v1h-1v-1zm3 0h1v1h-1v-1zm-3 2h1v1h-1v-1zm3 0h1v1h-1v-1z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M654 1266.362h18v18h-18z"/>
+      </g>
+      <g color="#000">
+        <path d="M638 1296.362l-3 1.5c-.51.256-1 1-1 1.5v8h3v-3h2v3h3v-8c0-.5-.502-1.25-1-1.5l-3-1.5zm9 2l-3 1.5c-.51.256-1 1-1 1.5v8h3v-3h2v3h3v-8c0-.5-.502-1.25-1-1.5l-3-1.5zm-12 2h2v1h-2v-1zm4 0h2v1h-2v-1zm-4 2h2v1h-2v-1zm4 0h2v1h-2v-1zm5 0h2v1h-2v-1zm4 0h2v1h-2v-1zm-4 2h2v1h-2v-1zm4 0h2v1h-2v-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M638 1296.362l-3 1.5c-.51.256-1 1-1 1.5v8h3v-3h2v3h3v-8c0-.5-.502-1.25-1-1.5l-3-1.5zm9 2l-3 1.5c-.51.256-1 1-1 1.5v8h3v-3h2v3h3v-8c0-.5-.502-1.25-1-1.5l-3-1.5zm-12 2h2v1h-2v-1zm4 0h2v1h-2v-1zm-4 2h2v1h-2v-1zm4 0h2v1h-2v-1zm5 0h2v1h-2v-1zm4 0h2v1h-2v-1zm-4 2h2v1h-2v-1zm4 0h2v1h-2v-1z" fill="#444" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M630 1290.362h24v24h-24z"/>
+      </g>
+      <g color="#000">
+        <path d="M676 1292.862l-2 1.5v5h1.5v-1h1v1h1.5v-5zm-1 2h2v.5h-2zm4 .5v5h1.5v-1h1v1h1.5v-5l-2-1.5zm1 .5h2v.5h-2zm-5 1h2v.5h-2zm5 1h2v.5h-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M672 1290.362h12v12h-12z"/>
+        <path d="M676 1292.862l-2 1.5v5h1.5v-1h1v1h1.5v-5zm-1 2h2v.5h-2zm4 .5v5h1.5v-1h1v1h1.5v-5l-2-1.5zm1 .5h2v.5h-2zm-5 1h2v.5h-2zm5 1h2v.5h-2z" fill="#444" overflow="visible"/>
+      </g>
+      <g color="#000">
+        <path d="M660 1293.362l-3 2v7h2v-2h2v2h2v-7zm4 4v7h2v-2h2v2h2v-7l-3-2zm-6-1h1v1h-1zm3 0h1v1h-1zm4 2h1v1h-1zm3 0h1v1h-1zm-10 0h1v1h-1zm3 0h1v1h-1zm4 2h1v1h-1zm3 0h1v1h-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M654 1290.362h18v18h-18z"/>
+        <path d="M660 1293.362l-3 2v7h2v-2h2v2h2v-7zm4 4v7h2v-2h2v2h2v-7l-3-2zm-6-1h1v1h-1zm3 0h1v1h-1zm4 2h1v1h-1zm3 0h1v1h-1zm-10 0h1v1h-1zm3 0h1v1h-1zm4 2h1v1h-1zm3 0h1v1h-1z" fill="#444" overflow="visible"/>
+      </g>
+      <g color="#000">
+        <path d="M638 1319.362l-4.5 4c-.5.5 0 1 .5 1h1v5h2v-3h2v3h2v-5h1c.5 0 1-.5.5-1l-4.5-4zm9 3l-4.5 4c-.5.5 0 1 .5 1h1v5h2v-3h2v3h2v-5h1c.5 0 1-.5.5-1l-4.5-4z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M630 1314.362h24v24h-24z"/>
+        <path d="M638 1319.362l-4.5 4c-.5.5 0 1 .5 1h1v5h2v-3h2v3h2v-5h1c.5 0 1-.5.5-1l-4.5-4zm9 3l-4.5 4c-.5.5 0 1 .5 1h1v5h2v-3h2v3h2v-5h1c.5 0 1-.5.5-1l-4.5-4z" fill="#444" overflow="visible"/>
+      </g>
+      <g color="#000">
+        <path d="M675 1267.362v1h-1v8h4v-8h-1v-1h-2zm5 1v2h-1v7h4v-7h-1v-2h-.5v2h-1v-2h-.5zm-5 1h2v.5h-2v-.5zm0 2h2v.5h-2v-.5zm5 0h2v.5h-2v-.5zm-5 2h2v.5h-2v-.5zm5 0h2v.5h-2v-.5zm0 2h2v.5h-2v-.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M672 1266.362h12v12h-12z"/>
+        <path d="M675 1267.362v1h-1v8h4v-8h-1v-1h-2zm5 1v2h-1v7h4v-7h-1v-2h-.5v2h-1v-2h-.5zm-5 1h2v.5h-2v-.5zm0 2h2v.5h-2v-.5zm5 0h2v.5h-2v-.5zm-5 2h2v.5h-2v-.5zm5 0h2v.5h-2v-.5zm0 2h2v.5h-2v-.5z" fill="#444" overflow="visible"/>
+      </g>
+      <g color="#000">
+        <path d="M676.5 1316.862l-2.5 2.5h1v3h1v-1.5h1v1.5h1v-3h1zm4 2l-2 2v.5h.5v3h1v-1.5h1v1.5h1v-3h1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M672 1314.362h12v12h-12z"/>
+        <path d="M676.5 1316.862l-2.5 2.5h1v3h1v-1.5h1v1.5h1v-3h1l-2.5-2.5zm4 2l-2 2v.5h.5v3h1v-1.5h1v1.5h1v-3h1l-2.5-2.5z" fill="#444" overflow="visible"/>
+      </g>
+      <g color="#000">
+        <path d="M660.5 1318.862l-3.5 2.5v1h1v4h2v-2h1v2h2v-4h1v-1l-3.5-2.5zm6 2l-3 2.156v1.344h.5v4h2v-2h1v2h2v-4h1v-1l-3.5-2.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M654 1314.362h18v18h-18z"/>
+        <path d="M660.5 1318.862l-3.5 2.5v1h1v4h2v-2h1v2h2v-4h1v-1l-3.5-2.5zm6 2l-3 2.156v1.344h.5v4h2v-2h1v2h2v-4h1v-1l-3.5-2.5z" fill="#444" overflow="visible"/>
+      </g>
+      <g color="#000">
+        <path opacity=".5" fill="none" overflow="visible" d="M630 1338.362h24v24h-24z"/>
+        <path d="M647 1345.362v10h5v-10c0-1.5-.5-3-2.5-3s-2.5 1.5-2.5 3zm-11 0c-.5 0-1 .5-1.5 1l-2.5 3h1v6h12v-6h1l-2.5-3c-.5-.5-1-1-1.5-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M647 1345.362v10h5v-10c0-1.5-.5-3-2.5-3s-2.5 1.5-2.5 3zm-11 0c-.5 0-1 .5-1.5 1l-2.5 3h1v6h7v-3h2v3h3v-6h1l-2.5-3c-.5-.5-1-1-1.5-1zm5 2s2 1.255 2 2v1h-4v-1c0-.745 2-2 2-2z" fill="#444" overflow="visible"/>
+      </g>
+      <g color="#000">
+        <path d="M682 1340.362l-1 1v6h2v-6zm-6.5 2l-2 2h.5v3h6v-3h.5l-2-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M672 1338.362h12v12h-12z"/>
+        <path d="M682 1340.362l-1 1v6h2v-6zm-6.5 2l-2 2h.5v3h3v-2h1v2h2v-3h.5l-2-2zm2 1l1 1h-2z" fill="#444" overflow="visible"/>
+      </g>
+      <g color="#000">
+        <path d="M667 1344.362v8h4v-8l-1-2h-2zm-9.5 0l-2.5 3h1v5h9v-5h1l-2-3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path opacity=".5" fill="none" overflow="visible" d="M654 1338.362h18v18h-18z"/>
+        <path d="M667 1344.362v8h4v-8l-1-2h-2zm-9.5 0l-2.5 3h1v5h6v-2h1v2h2v-5h1l-2-3zm5 2l1.5 1v1h-3v-1z" fill="#444" overflow="visible"/>
+      </g>
+    </g>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="marker-12">
+    <g transform="translate(30 -1290.4)" color="#000">
+      <path d="M-23.5 1291.362c-1.614 0-3.5 1-3.5 3.5 0 1.75 2.75 5.5 3.5 6.5.75-1 3.5-4.75 3.5-6.5 0-2.5-1.886-3.5-3.5-3.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M-23.5 1291.362c-1.614 0-3.5 1-3.5 3.5 0 1.75 2.75 5.5 3.5 6.5.75-1 3.5-4.75 3.5-6.5 0-2.5-1.886-3.5-3.5-3.5z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="marker-18">
+    <g transform="translate(48 -1290.4)" color="#000">
+      <path d="M-38.5 1292.362c-2.332 0-4.5 2-4.5 4.5 0 2.528 3.417 7.056 4.5 8.5 1.083-1.444 4.5-5.972 4.5-8.5 0-2.5-2.168-4.5-4.5-4.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M-38.5 1292.362c-2.332 0-4.5 2-4.5 4.5 0 2.528 3.417 7.056 4.5 8.5 1.083-1.444 4.5-5.972 4.5-8.5 0-2.5-2.168-4.5-4.5-4.5z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="marker-24">
+    <g transform="translate(72 -1257.4)">
+      <path d="M-53 1266.862c0 3.5-5 9.5-6.5 11.5-1.5-2-6.5-8-6.5-11.5s3.27-6.5 6.5-6.5 6.5 3 6.5 6.5z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M-53 1266.862c0 3.5-5 9.5-6.5 11.5-1.5-2-6.5-8-6.5-11.5s3.27-6.5 6.5-6.5 6.5 3 6.5 6.5z" color="#000" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="marker-stroked-12">
+    <g color="#000" transform="translate(30 -1266.4)">
+      <path d="M-23.5 1267.362c-1.614 0-3.5 1-3.5 3.5 0 1.75 2.75 5.5 3.5 6.5.75-1 3.5-4.75 3.5-6.5 0-2.5-1.886-3.5-3.5-3.5zm0 1c1.256 0 2.5 1 2.5 2.5 0 1.36-1.917 4.222-2.5 5-.583-.778-2.5-3.64-2.5-5 0-1.5 1.244-2.5 2.5-2.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M-23.5 1267.362c-1.614 0-3.5 1-3.5 3.5 0 1.75 2.75 5.5 3.5 6.5.75-1 3.5-4.75 3.5-6.5 0-2.5-1.886-3.5-3.5-3.5zm0 1c1.256 0 2.5 1 2.5 2.5 0 1.36-1.917 4.222-2.5 5-.583-.778-2.5-3.64-2.5-5 0-1.5 1.244-2.5 2.5-2.5z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="marker-stroked-18">
+    <g color="#000" transform="translate(48 -1266.4)">
+      <path d="M-38.5 1268.362c-2.332 0-4.5 2-4.5 4.5 0 2.528 3.417 7.056 4.5 8.5 1.083-1.444 4.5-5.972 4.5-8.5 0-2.5-2.168-4.5-4.5-4.5zm0 1.5c1.5 0 3 1.25 3 3 0 2-2.25 5-3 6-.75-1-3-4-3-6 0-1.75 1.5-3 3-3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M-38.5 1268.362c-2.332 0-4.5 2-4.5 4.5 0 2.528 3.417 7.056 4.5 8.5 1.083-1.444 4.5-5.972 4.5-8.5 0-2.5-2.168-4.5-4.5-4.5zm0 1.5c1.5 0 3 1.25 3 3 0 2-2.25 5-3 6-.75-1-3-4-3-6 0-1.75 1.5-3 3-3z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="marker-stroked-24">
+    <g transform="translate(-102 -301.4)" color="#000">
+      <path d="M114.493 304.362c-3.23 0-6.5 3-6.5 6.5s5 9.5 6.5 11.5c1.5-2 6.5-8 6.5-11.5s-3.27-6.5-6.5-6.5zm0 2c2.51 0 4.5 1.778 4.5 4.5s-3.333 6.945-4.5 8.5c-1.167-1.555-4.5-5.778-4.5-8.5 0-2.722 1.99-4.5 4.5-4.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M114.493 304.362c-3.23 0-6.5 3-6.5 6.5s5 9.5 6.5 11.5c1.5-2 6.5-8 6.5-11.5s-3.27-6.5-6.5-6.5zm0 2c2.51 0 4.5 1.778 4.5 4.5s-3.333 6.945-4.5 8.5c-1.167-1.555-4.5-5.778-4.5-8.5 0-2.722 1.99-4.5 4.5-4.5z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="minefield-12">
+    <g color="#000" transform="translate(-594 -1122.4)">
+      <path d="M600.25 1123.362l-1.75 4-3-2.5.813 4.094c.274.894.587 1.406 1.187 1.406h1.5v-1h2.5v1h1.406c.6 0 .892-.264 1.188-.906l.906-4.594-3.5 2.5zm-.75 6.5v1.063c-1.145.12-2 .98-2 1.437v1l2.75.006 2.75-.006v-1c0-.456-.855-1.316-2-1.437v-1.063z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M600.25 1123.362l-1.75 4-3-2.5.813 4.094c.274.894.587 1.406 1.187 1.406h1.5v-1h2.5v1h1.406c.6 0 .892-.264 1.188-.906l.906-4.594-3.5 2.5zm-.75 6.5v1.063c-1.145.12-2 .98-2 1.437v1l2.75.006 2.75-.006v-1c0-.456-.855-1.316-2-1.437v-1.063z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="minefield-18">
+    <g color="#000" transform="translate(-576 -1122.4)">
+      <path d="M584 1124.362l-2 5.5-4.5-3 1.406 5.25c.378 1.227.833 1.25 1.657 1.25H582v-1h4v1h1.5c.824 0 1.22-.37 1.625-1.25l1.375-5.25-4.5 3-2-5.5zm-1 9v1.03c-2.002.153-3.5.757-3.5 1.47 0 .83 2.015 1.5 4.5 1.5s4.5-.67 4.5-1.5c0-.713-1.498-1.317-3.5-1.47v-1.03h-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M585.5 1124.362l-2 5.5-4.5-3 1.406 5.25c.378 1.227.833 1.25 1.657 1.25h1.437v-1h4v1h1.5c.824 0 1.22-.37 1.625-1.25l1.375-5.25-4.5 3zm-1 9v1.03c-2.002.153-3.5.757-3.5 1.47 0 .83 2.015 1.5 4.5 1.5.446 0 .877-.022 1.284-.062 1.86-.184 3.216-.758 3.216-1.438 0-.713-1.498-1.317-3.5-1.47v-1.03z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="minefield-24">
+    <g color="#000" transform="translate(-552 -1122.4)">
+      <path d="M563.5 1126.362l-2.5 7-6-4 2 6.5c.458 1.49 1 1.5 2 1.5h2v-1h5v1h2c1 0 1.506-.43 2-1.5l2-6.5-6 4-2.5-7zm-1.5 11v1c-2.216 0-4 .67-4 1.5s1.784 1.5 4 1.5h3c2.216 0 4-.67 4-1.5s-1.784-1.5-4-1.5v-1h-3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M564.5 1126.362l-2.5 7-6-4 2 6.5c.458 1.49 1 1.5 2 1.5h2v-1h5v1h2c1 0 1.506-.43 2-1.5l2-6.5-6 4-2.5-7zm-1.5 11v1c-2.216 0-4 .67-4 1.5s1.784 1.5 4 1.5h3c2.216 0 4-.67 4-1.5s-1.784-1.5-4-1.5v-1h-3z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="mobilephone-12">
+    <path d="M5 1v1H4v8h5.03V2H6V1H5zm0 2h3v2H5V3zm0 3h1v1H5V6zm2 0h1v1H7V6zM5 8h1v1H5V8zm2 0h1v1H7V8z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
+    <path d="M5 1v1H4v8h5.03V2H6V1H5zm0 2h3v2H5V3zm0 3h1v1H5V6zm2 0h1v1H7V6zM5 8h1v1H5V8zm2 0h1v1H7V8z" fill="#444"/>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="mobilephone-18">
+    <path d="M6 1v2c-.5 0-1 .598-1 1v11c0 .402.5 1 1 1h7c.5 0 1-.598 1-1V4c0-.402-.5-1-1-1H8V1H6zm1 4h5v3H7V5zm0 4.03h2V11H7V9.03zm3 0h2V11h-2V9.03zM7 12h2v2H7v-2zm3 0h2v2h-2v-2z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
+    <path d="M6 1v2c-.5 0-1 .598-1 1v11c0 .402.5 1 1 1h7c.5 0 1-.598 1-1V4c0-.402-.5-1-1-1H8V1H6zm1 4h5v3H7V5zm0 4.03h2V11H7V9.03zm3 0h2V11h-2V9.03zM7 12h2v2H7v-2zm3 0h2v2h-2v-2z" fill="#444"/>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="mobilephone-24">
+    <path d="M7.875 1C7.387 1 7 1.387 7 1.875V3.03c-.56.06-1 .473-1 1v16.94c0 .568.504 1.03 1.125 1.03h9.75c.62 0 1.125-.462 1.125-1.03V4.03C18 3.463 17.496 3 16.875 3H9V1.875C9 1.387 8.613 1 8.125 1h-.25zM9 5h6c.532 0 1 .512 1 1v3c0 .488-.468 1-1 1H9c-.532 0-1-.512-1-1V6c0-.488.468-1 1-1zm-1 7h2v2H8v-2zm3 .03h2V14h-2v-1.97zm3 0h2V14h-2v-1.97zM8 15h2v2H8v-2zm3 .03h2V17h-2v-1.97zm3 0h2V17h-2v-1.97zM8 18h2v2H8v-2zm3 .03h2V20h-2v-1.97zm3 0h2V20h-2v-1.97z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
+    <path d="M7.875 1C7.387 1 7 1.387 7 1.875V3.03c-.56.06-1 .473-1 1v16.94c0 .568.504 1.03 1.125 1.03h9.75c.62 0 1.125-.462 1.125-1.03V4.03C18 3.463 17.496 3 16.875 3H9V1.875C9 1.387 8.613 1 8.125 1h-.25zM9 5h6c.532 0 1 .512 1 1v3c0 .488-.468 1-1 1H9c-.532 0-1-.512-1-1V6c0-.488.468-1 1-1zm-1 7h2v2H8v-2zm3 .03h2V14h-2v-1.97zm3 0h2V14h-2v-1.97zM8 15h2v2H8v-2zm3 .03h2V17h-2v-1.97zm3 0h2V17h-2v-1.97zM8 18h2v2H8v-2zm3 .03h2V20h-2v-1.97zm3 0h2V20h-2v-1.97z" fill="#444"/>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="monument-12">
+    <g color="#000" transform="translate(-204 -1146.4)">
+      <path d="M210.5 1147.362s-1.5 1.5-1.5 2v4h-.5c-.277 0-.464.226-.5.5v1.5h-.5c-.277 0-.5.223-.5.5v.5h7v-.5c0-.277-.223-.5-.5-.5h-.5v-1.5c0-.277-.223-.5-.5-.5h-.5v-4c0-.5-1.5-2-1.5-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M210.5 1147.362s-1.5 1.5-1.5 2v4h-.5c-.277 0-.464.226-.5.5v1.5h-.5c-.277 0-.5.223-.5.5v.5h7v-.5c0-.277-.223-.5-.5-.5h-.5v-1.5c0-.277-.223-.5-.5-.5h-.5v-4c0-.5-1.5-2-1.5-2z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="monument-18">
+    <g color="#000" transform="translate(-186 -1146.4)">
+      <path d="M195.444 1148.362s-1.444 1.722-1.444 2.5v7.5h-1c-.43 0-1 .514-1 .945v1.555h-1c-.5 0-1 .5-1 1v.5h11v-.5c0-.5-.5-1-1-1h-1v-1.5c0-.5-.5-1-1-1h-1v-7.5c0-.778-1.556-2.5-1.556-2.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M195.444 1148.362s-1.444 1.722-1.444 2.5v7.5h-1c-.43 0-1 .514-1 .945v1.555h-1c-.5 0-1 .5-1 1v.5h11v-.5c0-.5-.5-1-1-1h-1v-1.5c0-.5-.5-1-1-1h-1v-7.5c0-.778-1.556-2.5-1.556-2.5z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="monument-24">
+    <g transform="translate(-162 -1145.4)" color="#000">
+      <path d="M174.5 1147.362s-2.59 2.004-2.5 3v11h-2c-.554 0-1 .446-1 1v2h-1c-.554 0-1 .446-1 1v1h15v-1c0-.554-.446-1-1-1h-1v-2c0-.554-.446-1-1-1h-2v-11c0-1-2.5-3-2.5-3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M174.5 1147.362s-2.59 2.004-2.5 3v11h-2c-.554 0-1 .446-1 1v2h-1c-.554 0-1 .446-1 1v1h15v-1c0-.554-.446-1-1-1h-1v-2c0-.554-.446-1-1-1h-2v-11c0-1-2.5-3-2.5-3z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="museum-12">
+    <g transform="translate(-203 -1122.4)" color="#000">
+      <path d="M213 1125.362l-3.5-2-3.5 2v6l-1 1h9l-1-1v-1zm-5.5 2h.75c.25 0 .5.5.5.5l.75 1.5.75-1.5c.134-.27.25-.5.5-.5h.75c.277 0 .5.223.5.5v2.5c0 .25-.25.5-.5.5s-.5-.25-.5-.5v-2l-.75 1.5c-.12.24-.25.5-.75.5s-.63-.26-.75-.5l-.75-1.5v2c0 .25-.25.5-.5.5s-.5-.25-.5-.5v-2.5c0-.277.223-.5.5-.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M209.5 1123.362l-3.5 2h7zm-3 3c-.277 0-.5.223-.5.5v4.5l-1 1h9l-1-1v-4.5c0-.277-.223-.5-.5-.5zm1 1h.75c.25 0 .5.5.5.5l.75 1.5.75-1.5c.134-.27.25-.5.5-.5h.75c.277 0 .5.223.5.5v2.5c0 .25-.25.5-.5.5s-.5-.25-.5-.5v-2l-.75 1.5c-.12.24-.25.5-.75.5s-.63-.26-.75-.5l-.75-1.5v2c0 .25-.25.5-.5.5s-.5-.25-.5-.5v-2.5c0-.277.223-.5.5-.5z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="museum-18">
+    <path d="M9.5 3L5 6h9zM6 7c-.5 0-1 .5-1 .944V13l-1 1.5c0 .36.234.5.5.5h10c.256 0 .5-.14.5-.5L14 13V7.944C14 7.5 13.5 7 13 7zm2 1.5c.5 0 .5 0 1 1l.5 1 .5-1c.5-1 .5-1 1-1s1 .5 1 1V13c0 .36-.14.5-.5.5s-.5-.14-.5-.5v-2.89L10 12c-.265.5-.735.5-1 0l-1-1.89V13c0 .36-.14.5-.5.5S7 13.36 7 13V9.5c0-.5.5-1 1-1z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+    <path d="M9.5 3L5 6h9zM6 7c-.5 0-1 .5-1 .944V13l-1 1.5c0 .36.234.5.5.5h10c.256 0 .5-.14.5-.5L14 13V7.944C14 7.5 13.5 7 13 7zm2 1.5c.5 0 .5 0 1 1l.5 1 .5-1c.5-1 .5-1 1-1s1 .5 1 1V13c0 .36-.14.5-.5.5s-.5-.14-.5-.5v-2.89L10 12c-.265.5-.735.5-1 0l-1-1.89V13c0 .36-.14.5-.5.5S7 13.36 7 13V9.5c0-.5.5-1 1-1z" color="#000" fill="#444" overflow="visible"/>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="museum-24">
+    <path d="M12.5 3L6 8h13zM7 9c-.554 0-.922.452-1 1v7l-1.75 3c-.148.254-.25.357-.25.5 0 .5.632.5 1 .5h15c.355 0 1 0 1-.5 0-.146-.087-.22-.25-.5L19 17v-7c0-.554-.446-1-1-1zm2 2h1.5c.5 0 1 1 1 1l1 2.5 1-2.5c.223-.558.5-1 1-1H16c.554 0 1 .446 1 1v5c0 .5-.5 1-1 1s-1-.5-1-1v-4l-1.5 3s-.5 1-1 1-1-1-1-1L10 13v4c0 .5-.5 1-1 1s-1-.5-1-1v-5c0-.554.446-1 1-1z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+    <path d="M12.5 3L6 8h13zM7 9c-.554 0-.922.452-1 1v7l-1.75 3c-.148.254-.25.357-.25.5 0 .5.632.5 1 .5h15c.355 0 1 0 1-.5 0-.146-.087-.22-.25-.5L19 17v-7c0-.554-.446-1-1-1zm2 2h1.5c.5 0 1 1 1 1l1 2.5 1-2.5c.223-.558.5-1 1-1H16c.554 0 1 .446 1 1v5c0 .5-.5 1-1 1s-1-.5-1-1v-4l-1.5 3s-.5 1-1 1-1-1-1-1L10 13v4c0 .5-.5 1-1 1s-1-.5-1-1v-5c0-.554.446-1 1-1z" color="#000" fill="#444" overflow="visible"/>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="music-12">
+    <g transform="matrix(.5 0 0 .5 -198 -645.2)">
+      <path d="M406 1294.362v11h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-8h6v5h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-14h-10z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M406 1294.362v11h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-8h6v5h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-14h-10z" fill="#454545"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="music-18">
+    <g transform="matrix(.8 0 0 .8 -296.3 -967.8)">
+      <path d="M405 1294.362l-1 1v10h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-8.666h7v5.666h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-13l-1-1h-9z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2.66666" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M405 1294.362l-1 1v10h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-8.666h7v5.666h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-13l-1-1h-9z" fill="#454545"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="music-24">
+    <g transform="translate(-395 -1290.4)">
+      <path d="M405 1294.362c-.5 0-1 .5-1 1v10h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-9h7v6h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-13c0-.5-.5-1-1-1h-9z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M405 1294.362c-.5 0-1 .5-1 1v10h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-9h7v6h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-13c0-.5-.5-1-1-1h-9z" fill="#454545"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="oil-well-12">
+    <g transform="translate(-516 -1269.4)" color="#000">
+      <path d="M521 1270.362l-3 9h1.5l.5-1.53 2.5-1.47 2.5 1.47.5 1.53h1.5l-3-9zm.5 3h2l.5 1.53-.72.47H523v.188l-.5.312-.5-.312v-.188h-.28l-.72-.47zm-.78 2.375l.28.125.5.25-.5.25-.594.313.094-.313v-.5h.187zm3.56 0l.032.125h.188v.5l.094.313-.594-.313-.5-.25.5-.25z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M521 1270.362l-3 9h1.5l.5-1.53 2.5-1.47 2.5 1.47.5 1.53h1.5l-3-9zm.5 3h2l.5 1.53-.72.47H523v.188l-.5.312-.5-.312v-.188h-.28l-.72-.47zm-.78 2.375l.28.125.5.25-.5.25-.594.313.094-.313v-.5h.187zm3.56 0l.032.125h.188v.5l.094.313-.594-.313-.5-.25.5-.25z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="oil-well-18">
+    <g transform="translate(-498 -1269.4)" color="#000">
+      <path d="M506 1271.362c-.382 0-.664.368-.78.75l-4.22 13.25h2l.906-2.72 3.594-2.03 3.594 2.03.906 2.72h2l-4.22-13.25c-.116-.382-.398-.75-.78-.75zm0 5h3l.5 1.47-2 1.28-2-1.28zm-.875 2.656l1.375.844-2.063 1.188zm4.75 0l.688 2.032-2.063-1.188z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M506 1271.362c-.382 0-.664.368-.78.75l-4.22 13.25h2l.906-2.72 3.594-2.03 3.594 2.03.906 2.72h2l-4.22-13.25c-.116-.382-.398-.75-.78-.75zm0 5h3l.5 1.47-2 1.28-2-1.28zm-.875 2.656l1.375.844-2.063 1.188zm4.75 0l.688 2.032-2.063-1.188z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="oil-well-24">
+    <g transform="translate(-474 -1266.4)" color="#000">
+      <path d="M484.5 1269.362c-.5 0-.846.5-1 1l-5.344 15.97c-.038.112-.156.416-.156.53 0 .5.5.5 1 .5s.97 0 1.156-.5l.844-2.25 5.5-2.75 5.5 2.75.844 2.25c.186.5.656.5 1.156.5.5 0 1 0 1-.5 0-.114-.118-.418-.156-.53l-5.344-15.97c-.154-.5-.5-1-1-1zm4.5 7l.688 1.906-3.188 1.594-3.188-1.594.688-1.906zm-6.313 3.594l1.813.906-2.625 1.313zm7.625 0l.813 2.22-2.625-1.314z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M484.5 1269.362c-.5 0-.846.5-1 1l-5.344 15.97c-.038.112-.156.416-.156.53 0 .5.5.5 1 .5s.97 0 1.156-.5l.844-2.25 5.5-2.75 5.5 2.75.844 2.25c.186.5.656.5 1.156.5.5 0 1 0 1-.5 0-.114-.118-.418-.156-.53l-5.344-15.97c-.154-.5-.5-1-1-1zm4.5 7l.688 1.906-3.188 1.594-3.188-1.594.688-1.906zm-6.313 3.594l1.813.906-2.625 1.313zm7.625 0l.813 2.22-2.625-1.314z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="park-12">
+    <g transform="translate(-204 -1052.4)" color="#000">
+      <path d="M210.5 1053.362l-3 3h1.72l-2.22 2h2l-2 2h3v2h1v-2h3l-2-2h2l-2.22-2h1.72z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M210.5 1053.362l-3 3h1.72l-2.22 2h2l-2 2h3v2h1v-2h3l-2-2h2l-2.22-2h1.72z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="park-18">
+    <g color="#000" transform="translate(-186 -1050.4)">
+      <path d="M195.5 1052.362l-4 4h2.5l-3 3h2.5l-2.5 3h4v3h1v-3h4l-2.5-3h2.5l-3-3h2.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M195.5 1052.362l-4 4h2.5l-3 3h2.5l-2.5 3h4v3h1v-3h4l-2.5-3h2.5l-3-3h2.5z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="park-24">
+    <g color="#000" transform="translate(0 -1027.4)">
+      <path d="M12.5 1030.362l-5.5 5h3l-4 4h3l-3 4h5v4c0 .554.446 1 1 1h1c.554 0 1-.446 1-1v-4h5l-3-4h3l-4-4h3l-5.5-5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M12.5 1030.362l-5.5 5h3l-4 4h3l-3 4h5v4c0 .554.446 1 1 1h1c.554 0 1-.446 1-1v-4h5l-3-4h3l-1-1-3-3h3z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="park2-12">
+    <g transform="translate(-205 -1075.4)" color="#000">
+      <path d="M210.844 1076.362c-.563.047-.844.75-.844 1.5-1-.5-1.5-.25-1.5.75s1 1.25 1 1.25-1.5-.246-1.5 1.25c0 .69.81 1.25 1.5 1.25v1h1.5v3h1v-3h1.5v-1c1 0 1.5-.597 1.5-1.25 0-1.496-1.5-1.25-1.5-1.25s1-.25 1-1.25-1-1.25-1.5-.75c0-1-.5-1.5-1.5-1.5-.25 0-.47-.016-.656 0zm-.344 6h2l-.5 1h-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M210.844 1076.362c-.563.047-.844.75-.844 1.5-1-.5-1.5-.25-1.5.75s1 1.25 1 1.25-1.5-.246-1.5 1.25c0 .69.81 1.25 1.5 1.25v1h1.5v3h1v-3h1.5v-1c1 0 1.5-.597 1.5-1.25 0-1.496-1.5-1.25-1.5-1.25s1-.25 1-1.25-1-1.25-1.5-.75c0-1-.5-1.5-1.5-1.5-.25 0-.47-.016-.656 0zm-.344 6h2l-.5 1h-1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="park2-18">
+    <g color="#000" transform="translate(-186 -1074.4)">
+      <path d="M200 1083.362c0-1-1-2-1.5-2 .307-.344.61-1.003.61-1.5 0-1.074-1.11-2-2.11-2 0-1-.5-1.5-1.5-1.5s-1.5.5-1.5 1.5c-1 0-2.11.927-2.11 2 0 .498.303 1.157.61 1.5-.5 0-1.5 1-1.5 2s.5 2.056 2.056 2.056h.388l.056.944 1.5 1.5v2.5h1v-2.5l1.5-1.5.055-.944.56-.012c1.385-.044 1.885-1.044 1.885-2.044zm-5.5 2h2v.5l-1 1-1-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M200 1083.362c0-1-1-2-1.5-2 .307-.344.61-1.003.61-1.5 0-1.074-1.11-2-2.11-2 0-1-.5-1.5-1.5-1.5s-1.5.5-1.5 1.5c-1 0-2.11.927-2.11 2 0 .498.303 1.157.61 1.5-.5 0-1.5 1-1.5 2s.5 2.056 2.056 2.056h.388l.056.944 1.5 1.5v2.5h1v-2.5l1.5-1.5.055-.944.56-.012c1.385-.044 1.885-1.044 1.885-2.044zm-5.5 2h2v.5l-1 1-1-1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="park2-24">
+    <g transform="translate(-33 -1074.4)" color="#000">
+      <path d="M52 1085.862c0-1.07-.68-1.987-1.625-2.344.395-.44.625-1.017.625-1.656 0-1.38-1.12-2.5-2.5-2.5-.197 0-.38.02-.563.062-.21-1.17-1.208-2.062-2.437-2.062-1.23 0-2.228.893-2.438 2.063-.183-.043-.365-.062-.562-.062-1.38 0-2.5 1.12-2.5 2.5 0 .64.23 1.214.625 1.656-.945.356-1.625 1.272-1.625 2.342 0 1.38 1 2.5 2.5 2.5h.5l2 3.5v3.5h3v-3.5l2-3.5.72-.014c1.28.014 2.28-1.18 2.28-2.486zm-8 2.5h3l-1 2h-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" overflow="visible"/>
+      <path d="M52 1085.862c0-1.07-.68-1.987-1.625-2.344.395-.44.625-1.017.625-1.656 0-1.38-1.12-2.5-2.5-2.5-.197 0-.38.02-.563.062-.21-1.17-1.208-2.062-2.437-2.062-1.23 0-2.228.893-2.438 2.063-.183-.043-.365-.062-.562-.062-1.38 0-2.5 1.12-2.5 2.5 0 .64.23 1.214.625 1.656-.945.356-1.625 1.272-1.625 2.342 0 1.38 1 2.5 2.5 2.5h.5l2 3.5v3.5h3v-3.5l2-3.5.72-.014c1.28.014 2.28-1.18 2.28-2.486zm-8 2.5h3l-1 2h-1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="parking-12">
+    <g style="text-indent:0;text-align:center;line-height:125%;text-transform:none;block-progression:tb;-inkscape-font-specification:Open Sans Bold" font-size="9.333" font-weight="bold" text-anchor="middle" color="#000" fill="#444" stroke-width="2" overflow="visible" font-family="Open Sans" transform="translate(-126 -1218.4)">
+      <path d="M132.316 1224.168h.465c.436 0 .76-.085.977-.255.215-.173.323-.424.323-.752 0-.33-.09-.575-.273-.733-.18-.158-.462-.237-.848-.237h-.644v1.978m3.19-1.057c0 .718-.224 1.266-.674 1.646-.447.38-1.083.57-1.91.57h-.606v2.37h-1.412v-6.663h2.128c.808 0 1.422.175 1.84.524.423.346.634.864.635 1.554" opacity=".3" fill="#fff" stroke="#fff" stroke-linejoin="round" overflow="visible"/>
+      <path d="M132.316 1224.168h.465c.436 0 .76-.085.977-.255.215-.173.323-.424.323-.752 0-.33-.09-.575-.273-.733-.18-.158-.462-.237-.848-.237h-.644v1.978m3.19-1.057c0 .718-.224 1.266-.674 1.646-.447.38-1.083.57-1.91.57h-.606v2.37h-1.412v-6.663h2.128c.808 0 1.422.175 1.84.524.423.346.634.864.635 1.554"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="parking-18">
+    <g font-size="25.21" font-weight="bold" letter-spacing="0" word-spacing="0" color="#000" font-family="Helvetica Neue" transform="translate(-108 -1218.4)">
+      <path d="M115 1222.362v10h2.125v-3.562h.906c1.24 0 2.206-.274 2.876-.844.675-.57 1-1.393 1-2.47 0-1.033-.304-1.823-.937-2.343-.63-.524-1.57-.78-2.782-.78zm2.125 1.75h.97c.578 0 .98.107 1.25.344.272.237.405.597.405 1.094 0 .492-.145.865-.47 1.125-.322.255-.816.406-1.468.406h-.687z" style="text-indent:0;text-align:start;line-height:125%;text-transform:none;block-progression:tb;-inkscape-font-specification:Helvetica Neue Bold" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M115 1222.362v10h2.125v-3.562h.906c1.24 0 2.206-.274 2.876-.844.675-.57 1-1.393 1-2.47 0-1.033-.304-1.823-.937-2.343-.63-.524-1.57-.78-2.782-.78zm2.125 1.75h.97c.578 0 .98.107 1.25.344.272.237.405.597.405 1.094 0 .492-.145.865-.47 1.125-.322.255-.816.406-1.468.406h-.687z" style="text-indent:0;text-align:start;line-height:125%;text-transform:none;block-progression:tb;-inkscape-font-specification:Helvetica Neue Bold" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="parking-24">
+    <g style="text-indent:0;text-align:center;line-height:125%;text-transform:none;block-progression:tb;-inkscape-font-specification:Open Sans Bold" font-size="12" font-weight="bold" text-anchor="middle" color="#000" fill="#444" stroke-width="2" overflow="visible" font-family="Open Sans" transform="matrix(1.3 0 0 1.3 0 -1355.2)">
+      <path d="M8.87 1025.077h.6c.557 0 .975-.11 1.253-.328.277-.224.416-.546.416-.968 0-.426-.12-.74-.353-.943-.23-.204-.594-.306-1.09-.306H8.87v2.543m4.103-1.36c0 .923-.29 1.628-.868 2.116-.574.488-1.392.732-2.455.732h-.78v3.047H7.056v-8.566H9.79c1.04 0 1.83.224 2.368.674.543.445.815 1.11.815 1.998" opacity=".3" fill="#fff" stroke="#fff" stroke-width="1.5" stroke-linejoin="round" overflow="visible"/>
+      <path d="M8.87 1025.077h.6c.557 0 .975-.11 1.253-.328.277-.224.416-.546.416-.968 0-.426-.12-.74-.353-.943-.23-.204-.594-.306-1.09-.306H8.87v2.543m4.103-1.36c0 .923-.29 1.628-.868 2.116-.574.488-1.392.732-2.455.732h-.78v3.047H7.056v-8.566H9.79c1.04 0 1.83.224 2.368.674.543.445.815 1.11.815 1.998"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="parking-garage-12">
+    <g transform="translate(-126 -1242.4)" font-size="25.21" font-weight="bold" letter-spacing="0" word-spacing="0" color="#000" font-family="Helvetica Neue">
+      <path d="M132.5 1243.362l-3.5 1v1l3.5-1 3.5 1v-1l-3.5-1zm-1.594 2.656v6.688h1.406v-2.375h.625c.827 0 1.46-.182 1.907-.56.45-.38.656-.94.656-1.658 0-.69-.203-1.216-.625-1.562-.42-.35-1.036-.53-1.844-.53h-2.124zm1.406 1.157h.657c.385 0 .663.092.843.25.182.158.28.42.28.75 0 .328-.127.577-.343.75-.216.17-.534.25-.97.25h-.468v-2z" style="text-indent:0;text-align:start;line-height:125%;text-transform:none;block-progression:tb;-inkscape-font-specification:Helvetica Neue Bold" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M132.5 1243.362l-3.5 1v1l3.5-1 3.5 1v-1l-3.5-1zm-1.594 2.656v6.688h1.406v-2.375h.625c.827 0 1.46-.182 1.907-.56.45-.38.656-.94.656-1.658 0-.69-.203-1.216-.625-1.562-.42-.35-1.036-.53-1.844-.53h-2.124zm1.406 1.157h.657c.385 0 .663.092.843.25.182.158.28.42.28.75 0 .328-.127.577-.343.75-.216.17-.534.25-.97.25h-.468v-2z" style="text-indent:0;text-align:start;line-height:125%;text-transform:none;block-progression:tb;-inkscape-font-specification:Helvetica Neue Bold" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="parking-garage-18">
+    <g transform="matrix(.9 0 0 1 -97.8 -1218.4)" fill="#b4b4b4" font-size="25.21" font-weight="bold" letter-spacing="0" word-spacing="0" color="#000" font-family="Helvetica Neue">
+      <path d="M117 1219.362l-6 1.5v1.5l6-1.5 6 1.5v-1.5l-6-1.5zm-2.727 4v10h2.318v-3.562h.99c1.352 0 2.405-.274 3.136-.844.736-.57 1.09-1.393 1.09-2.47 0-1.033-.33-1.823-1.022-2.343-.686-.524-1.712-.78-3.034-.78h-3.477zm2.318 1.75h1.058c.63 0 1.07.107 1.363.344.3.237.445.597.445 1.094 0 .492-.16.865-.512 1.125-.353.255-.89.406-1.602.406h-.75v-2.968z" style="text-indent:0;text-align:start;line-height:125%;text-transform:none;block-progression:tb;-inkscape-font-specification:Helvetica Neue Bold" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2.089" stroke-linejoin="round" overflow="visible"/>
+      <path d="M117 1219.362l-6 1.5v1.5l6-1.5 6 1.5v-1.5l-6-1.5zm-2.727 4v10h2.318v-3.562h.99c1.352 0 2.405-.274 3.136-.844.736-.57 1.09-1.393 1.09-2.47 0-1.033-.33-1.823-1.022-2.343-.686-.524-1.712-.78-3.034-.78h-3.477zm2.318 1.75h1.058c.63 0 1.07.107 1.363.344.3.237.445.597.445 1.094 0 .492-.16.865-.512 1.125-.353.255-.89.406-1.602.406h-.75v-2.968z" style="text-indent:0;text-align:start;line-height:125%;text-transform:none;block-progression:tb;-inkscape-font-specification:Helvetica Neue Bold" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="parking-garage-24">
+    <g transform="translate(-84 -1212.4)" font-size="25.21" font-weight="bold" letter-spacing="0" word-spacing="0" color="#000" font-family="Helvetica Neue">
+      <path d="M96.5 1216.362l-6.5 2v2l6.5-2 6.5 2v-2l-6.5-2zm-3.094 4.25v11.406h2.406v-4.062h1.063c1.417 0 2.516-.318 3.28-.97.772-.65 1.126-1.582 1.126-2.81 0-1.184-.337-2.064-1.06-2.657-.72-.6-1.772-.908-3.157-.908h-3.657zm2.406 1.97h1.126c.66 0 1.13.134 1.437.405.313.27.47.714.47 1.28 0 .564-.194.986-.564 1.283-.37.29-.91.437-1.655.437h-.813v-3.406z" style="text-indent:0;text-align:start;line-height:125%;text-transform:none;block-progression:tb;-inkscape-font-specification:Helvetica Neue Bold" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M96.5 1216.362l-6.5 2v2l6.5-2 6.5 2v-2l-6.5-2zm-3.094 4.25v11.406h2.406v-4.062h1.063c1.417 0 2.516-.318 3.28-.97.772-.65 1.126-1.582 1.126-2.81 0-1.184-.337-2.064-1.06-2.657-.72-.6-1.772-.908-3.157-.908h-3.657zm2.406 1.97h1.126c.66 0 1.13.134 1.437.405.313.27.47.714.47 1.28 0 .564-.194.986-.564 1.283-.37.29-.91.437-1.655.437h-.813v-3.406z" style="text-indent:0;text-align:start;line-height:125%;text-transform:none;block-progression:tb;-inkscape-font-specification:Helvetica Neue Bold" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="pharmacy-12">
+    <g transform="translate(-282 -1146.4)">
+      <path d="M288.5 1147.862c-1.38 0-2.5.448-2.5 1v1.5c0 .552 1.12 1 2.5 1s2.5-.448 2.5-1v-1.5c0-.552-1.12-1-2.5-1zm-2.5 3.5v5c0 .552 1.12 1 2.5 1s2.5-.448 2.5-1v-5c0 .552-1.12 1-2.5 1s-2.5-.448-2.5-1z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M288.5 1147.862c-1.38 0-2.5.448-2.5 1v1.5c0 .552 1.12 1 2.5 1s2.5-.448 2.5-1v-1.5c0-.552-1.12-1-2.5-1zm-2.5 3.5v5c0 .552 1.12 1 2.5 1s2.5-.448 2.5-1v-5c0 .552-1.12 1-2.5 1s-2.5-.448-2.5-1zm1 2s.5.25 1.5.25 1.5-.25 1.5-.25v2s-.5.25-1.5.25-1.5-.25-1.5-.25v-2z" color="#000" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="pharmacy-18">
+    <g transform="translate(-265 -1146.4)" color="#000">
+      <path d="M274.5 1149.362c-1.933 0-3.5.672-3.5 1.5v2.5c0 .83 1.567 1.5 3.5 1.5s3.5-.67 3.5-1.5v-2.5c0-.828-1.567-1.5-3.5-1.5zm-3.5 5.5v6.5s1 1 3.5 1 3.5-1 3.5-1v-6.5c0 .83-1.567 1.5-3.5 1.5s-3.5-.67-3.5-1.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M274.5 1149.362c-1.933 0-3.5.672-3.5 1.5v2.5c0 .83 1.567 1.5 3.5 1.5s3.5-.67 3.5-1.5v-2.5c0-.828-1.567-1.5-3.5-1.5zm-3.5 5.5v6.5s1 1 3.5 1 3.5-1 3.5-1v-6.5c0 .83-1.567 1.5-3.5 1.5s-3.5-.67-3.5-1.5zm2 2.5c.453.092.965.156 1.5.156s1.047-.064 1.5-.156v3c-.453.092-.965.156-1.5.156s-1.047-.064-1.5-.156z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="pharmacy-24">
+    <g color="#000" transform="translate(-240 -1146.4)">
+      <path d="M252.5 1148.362c-3.038 0-5.5 1.12-5.5 2.5v3c0 1.38 2.462 2.5 5.5 2.5s5.5-1.12 5.5-2.5v-3c0-1.38-2.462-2.5-5.5-2.5zm-5.5 9v7.5c0 1.38 2.462 2.5 5.5 2.5s5.5-1.12 5.5-2.5v-7.5c0-1-.5-1-1-.5-.84.894-2.228 1.5-4.5 1.5-2.227 0-3.635-.635-4.5-1.5-.5-.5-1-.5-1 .5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M252.5 1148.362c-3.038 0-5.5 1.12-5.5 2.5v3c0 1.38 2.462 2.5 5.5 2.5s5.5-1.12 5.5-2.5v-3c0-1.38-2.462-2.5-5.5-2.5zm-5.5 9v7.5c0 1.38 2.462 2.5 5.5 2.5s5.5-1.12 5.5-2.5v-7.5c0-1-.5-1-1-.5-.84.894-2.228 1.5-4.5 1.5-2.227 0-3.635-.635-4.5-1.5-.5-.5-1-.5-1 .5zm3 3c.752.176 1.597.28 2.5.28.903.002 1.748-.104 2.5-.28v4c-.752.176-1.597.28-2.5.28-.903.002-1.748-.104-2.5-.28z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="pitch-12">
+    <g transform="translate(-516 -1050.4)">
+      <g color="#000">
+        <path d="M522 1051.362c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zm-2.594 1.22c-.218 0-.406.132-.406.405s.085.63.125.844l.28 1c.15.545.468.532.876.532h.908c.324.547.21 1.165.312 2h-.5c-.547 0-1.453.313-.906 1.406l.812 1.657c.197.392.395.435.594.437.355 0 .65-.357.5-.72l-.625-1.498c-.118-.282.152-.282.28-.282H523s.457 1.203 1.22 2.188c.28.363.577.812.967.812.274 0 .75-.374.25-.97-.933-1.113-1.437-2.483-1.437-3.03 0-.636-.182-1.242-.344-2h.813c.265.535.717 1.375.717 1.375.303.523.813.484.813 0 0-.067.006-.214-.063-.375l-.75-1.72c-.05-.117-.123-.28-.53-.28h-4.282l-.406-1.375c-.083-.273-.345-.406-.564-.406z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+        <path d="M522 1051.362c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zm-2.594 1.22c-.218 0-.406.132-.406.405s.085.63.125.844l.28 1c.15.545.468.532.876.532h.908c.324.547.21 1.165.312 2h-.5c-.547 0-1.453.313-.906 1.406l.812 1.657c.197.392.395.435.594.437.355 0 .65-.357.5-.72l-.625-1.498c-.118-.282.152-.282.28-.282H523s.457 1.203 1.22 2.188c.28.363.577.812.967.812.274 0 .75-.374.25-.97-.933-1.113-1.437-2.483-1.437-3.03 0-.636-.182-1.242-.344-2h.813c.265.535.717 1.375.717 1.375.303.523.813.484.813 0 0-.067.006-.214-.063-.375l-.75-1.72c-.05-.117-.123-.28-.53-.28h-4.282l-.406-1.375c-.083-.273-.345-.406-.564-.406z" fill="#444" overflow="visible"/>
+      </g>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="pitch-18">
+    <g transform="translate(-499 -1051.4)" color="#000">
+      <path d="M508.343 1053.362c-.756 0-1.368.613-1.368 1.37 0 .754.612 1.367 1.368 1.367.756 0 1.37-.614 1.37-1.37 0-.755-.614-1.368-1.37-1.368zm-3.934 2.737l.34 1.368c.172.684.58.684 1.092.684h1.133c.406.684.215 1.796.342 2.842h-.62c-.684 0-1.775.684-1.09 2.052l1.026 2.053c.684 1.367 1.71.34 1.368-.343l-1.025-2.053c-.17-.342.18-.342.342-.342h1.688s.81 1.693 1.764 2.925c.352.455.742 1.075 1.23 1.075.342 0 .928-.53.304-1.273-1.168-1.396-1.908-2.833-1.908-3.517 0-.796-.14-2.472-.342-3.42h1.026c.334.668.92 1.71.92 1.71.378.654 1 .605 1 0 0-.084-.01-.263-.096-.464l-.97-2.275c-.062-.148-.172-.342-.683-.342h-5.302l-.513-1.71c-.205-.685-1.197-.685-1.197 0 0 .342.12.757.17 1.026z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M508.343 1053.362c-.756 0-1.368.613-1.368 1.37 0 .754.612 1.367 1.368 1.367.756 0 1.37-.614 1.37-1.37 0-.755-.614-1.368-1.37-1.368zm-3.934 2.737l.34 1.368c.172.684.58.684 1.092.684h1.133c.406.684.215 1.796.342 2.842h-.62c-.684 0-1.775.684-1.09 2.052l1.026 2.053c.684 1.367 1.71.34 1.368-.343l-1.025-2.053c-.17-.342.18-.342.342-.342h1.688s.81 1.693 1.764 2.925c.352.455.742 1.075 1.23 1.075.342 0 .928-.53.304-1.273-1.168-1.396-1.908-2.833-1.908-3.517 0-.796-.14-2.472-.342-3.42h1.026c.334.668.92 1.71.92 1.71.378.654 1 .605 1 0 0-.084-.01-.263-.096-.464l-.97-2.275c-.062-.148-.172-.342-.683-.342h-5.302l-.513-1.71c-.205-.685-1.197-.685-1.197 0 0 .342.12.757.17 1.026z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="pitch-24">
+    <g color="#000" transform="translate(-474 -1050.4)">
+      <path d="M486 1052.362c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm-5.75 4l.5 2c.25 1 .847 1 1.594 1H484c.594 1 .315 2.472.5 4h-.906c-1 0-2.594 1-1.594 3l1.5 3c1 2 2.5.5 2-.5l-1.5-3c-.25-.5.264-.5.5-.5h2.468s1.184 2.628 2.578 4.43c.515.664 1.085 1.57 1.8 1.57.5 0 1.355-.773.443-1.86-1.708-2.04-2.79-4.14-2.79-5.14 0-1.163-.204-3.613-.5-5h1.5l1.25 2.5c.553.958 1.75.885 1.75 0 0-.12 0-.39-.14-.677l-1.61-3.323c-.103-.212-.253-.5-1-.5H482.5l-.75-2.5c-.3-1-1.75-1-1.75 0 0 .5.177 1.107.25 1.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M486 1052.362c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm-5.75 4l.5 2c.25 1 .847 1 1.594 1H484c.594 1 .315 2.472.5 4h-.906c-1 0-2.594 1-1.594 3l1.5 3c1 2 2.5.5 2-.5l-1.5-3c-.25-.5.264-.5.5-.5h2.468s1.184 2.628 2.578 4.43c.515.664 1.085 1.57 1.8 1.57.5 0 1.355-.773.443-1.86-1.708-2.04-2.79-4.14-2.79-5.14 0-1.163-.204-3.613-.5-5h1.5l1.25 2.5c.553.958 1.75.885 1.75 0 0-.12 0-.39-.14-.677l-1.61-3.323c-.103-.212-.253-.5-1-.5h-7.75l-.75-2.5c-.3-1-1.75-1-1.75 0 0 .5.177 1.107.25 1.5z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="place-of-worship-12">
+    <g transform="translate(-48 -1146.4)" color="#000">
+      <path d="M54.5 1148.362l-1.5.94v1.06l-1 1v5h5v-5l-1-1v-.96zm-4.5 4v4h1v-4zm8 0v4h1v-4z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M54.5 1148.362l-1.5.94v1.06l-1 1v5h5v-5l-1-1v-.96zm-4.5 4v4h1v-4zm8 0v4h1v-4z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="place-of-worship-18">
+    <g transform="translate(-30 -1146.4)" color="#000">
+      <path d="M39.5 1149.862l-1.5 1.5v1.5l-2 2v6.5h7v-6.5l-2-2v-1.5zm-6.5 6v5.5h1.5v-5.5zm11.5 0v5.5H46v-5.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M39.5 1149.862l-1.5 1.5v1.5l-2 2v6.5h7v-6.5l-2-2v-1.5zm-6.5 6v5.5h1.5v-5.5zm11.5 0v5.5H46v-5.5z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="place-of-worship-24">
+    <g transform="translate(-6 -1146.4)" color="#000">
+      <path d="M18.5 1150.362s-2.5 1-2.5 2v2c0 1-2 1-2 2v9h9v-9c0-1-2-1-2-2.187v-1.813c0-1-2.5-2-2.5-2zm-8.5 8v7h2v-7c0-1-1-1-1-1s-1 0-1 1zm15 0v7h2v-7c0-1-1-1-1-1s-1 0-1 1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M18.5 1150.362s-2.5 1-2.5 2v2c0 1-2 1-2 2v9h9v-9c0-1-2-1-2-2.187v-1.813c0-1-2.5-2-2.5-2zm-8.5 8v7h2v-7c0-1-1-1-1-1s-1 0-1 1zm15 0v7h2v-7c0-1-1-1-1-1s-1 0-1 1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="playground-12">
+    <g transform="translate(0 -1040.4)" color="#000">
+      <path d="M9 1041.362c-.554 0-1 .446-1 1s.446 1 1 1 1-.446 1-1-.446-1-1-1zm-4 1c-.554 0-1 .446-1 1s.446 1 1 1 1-.446 1-1-.446-1-1-1zm3 2l-.47 2.875-2.124.25-.406-2.125H4l-.97 2.375-1.03.125v1.5c1.417-.157 2.833-.31 4.25-.47l-1.25 2.47h3l-1.25-2.53c1.417-.158 2.833-.312 4.25-.47v-1.5l-1.094.125-.906-2.625H8z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/>
+      <path d="M8 1041.362c-.554 0-1 .446-1 1s.446 1 1 1 1-.446 1-1-.446-1-1-1zm-3 1c-.554 0-1 .446-1 1s.446 1 1 1 1-.446 1-1-.446-1-1-1zm3 2l-.47 2.875-2.124.25-.406-2.125H4l-.97 2.375-1.03.125v1.5c1.417-.157 2.833-.31 4.25-.47l-1.25 2.47h3l-1.25-2.53c1.417-.158 2.833-.312 4.25-.47v-1.5l-1.094.125-.906-2.625z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="playground-18">
+    <g transform="translate(0 -1034.4)" color="#000">
+      <path d="M10.75 1036.362c-.693 0-1.25.558-1.25 1.25 0 .693.557 1.25 1.25 1.25.692 0 1.25-.557 1.25-1.25 0-.692-.558-1.25-1.25-1.25zm-4.5 2c-.692 0-1.25.558-1.25 1.25 0 .693.558 1.25 1.25 1.25s1.25-.557 1.25-1.25c0-.692-.558-1.25-1.25-1.25zm5.25 1l-.97 3.72-3.342.905-1.657-2.656-1.03.032-.906 3.563-1.594.437v2l3.094-.844-1 1.714c-.197.343-.063.833.28 1.03.344.196.835.063 1.032-.28l1.72-2.995 1.624-.437-1.75 3.812h5l-1.875-4.156 1.313-.344 2.28 2.28c.28.28.787.278 1.065 0 .278-.278.277-.784-.002-1.06l-1.686-1.69 3.906-1.03v-2l-2.75.72-1.688-2.72z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/>
+      <path d="M10.75 1036.362c-.693 0-1.25.558-1.25 1.25 0 .693.557 1.25 1.25 1.25.692 0 1.25-.557 1.25-1.25 0-.692-.558-1.25-1.25-1.25zm-4.5 2c-.692 0-1.25.558-1.25 1.25 0 .693.558 1.25 1.25 1.25s1.25-.557 1.25-1.25c0-.692-.558-1.25-1.25-1.25zm5.25 1l-.97 3.72-3.342.905-1.657-2.656-1.03.032-.906 3.563-1.594.437v2l3.094-.844-1 1.714c-.197.343-.063.833.28 1.03.344.196.835.063 1.032-.28l1.72-2.995 1.624-.437-1.75 3.812h5l-1.875-4.156 1.313-.344 2.28 2.28c.28.28.787.278 1.065 0 .278-.278.277-.784-.002-1.06l-1.686-1.69 3.906-1.03v-2l-2.75.72-1.688-2.72z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="playground-24">
+    <g transform="translate(0 -1028.4)" color="#000">
+      <path d="M14.5 1030.362c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm-6 3c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm7.375.47c-.174.055-.29.29-.375.53l-1.97 5.688-3.217 1-2.407-3.813c-.35-.565-.72-.458-.875.03l-1.968 5.44-2.062.655.563 1.813 4.656-1.47-2.033 2.376c-.308.3-.206.81 0 1.032.27.288.757.407 1.125 0 0 0 4.047-4.64 3.688-4.25.01-.01-.006-.02 0-.03l1.5-.47-2.5 6h6l-2.438-6.344 1.47-.468 3.812 2.687c.375.254 1.02.125 1.156-.406.133-.516-.152-.748-.47-.968l-2.686-1.875 5.156-1.625-.563-1.812-2.062.656c-.708-1.22-2.407-3.356-2.813-3.875-.284-.435-.513-.555-.687-.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/>
+      <path d="M14.5 1030.362c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm-6 3c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm7.375.47c-.174.055-.29.29-.375.53l-1.97 5.688-3.217 1-2.407-3.813c-.35-.565-.72-.458-.875.03l-1.968 5.44-2.062.655.563 1.813 4.656-1.47-2.033 2.376c-.308.3-.206.81 0 1.032.27.288.757.407 1.125 0 0 0 4.047-4.64 3.688-4.25.01-.01-.006-.02 0-.03l1.5-.47-2.5 6h6l-2.438-6.344 1.47-.468 3.812 2.687c.375.254 1.02.125 1.156-.406.133-.516-.152-.748-.47-.968l-2.686-1.875 5.156-1.625-.563-1.812-2.062.656c-.708-1.22-2.407-3.356-2.813-3.875-.284-.435-.513-.555-.687-.5z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="police-12">
+    <g transform="translate(-439 -1122.4)" color="#000">
+      <path d="M444 1124.362h3v-1h-3zm0 .75c0 .967.534 1.75 1.5 1.75s1.5-.783 1.5-1.75v-.25h-3zm-1 2.25c-.5 0-1 1.5-1 2v3h1.594l3.406-5zm5 0l-3.406 5H449v-3c0-.5-.5-2-1-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M444 1124.362h3v-1h-3zm0 .75c0 .967.534 1.75 1.5 1.75s1.5-.783 1.5-1.75v-.25h-3zm-1 2.25c-.5 0-1 1.5-1 2v3h1.594l3.406-5zm5 0l-3.406 5H449v-3c0-.5-.5-2-1-2z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="police-18">
+    <g transform="translate(-422 -1122.4)" color="#000">
+      <path d="M430 1124.862l-1 .5v1h5v-1l-1-.5zm-1 2.5c-.033.163 0 .328 0 .5 0 1.38 1.12 2.5 2.5 2.5s2.5-1.12 2.5-2.5v-.5zm0 4c-1.083 0-1.986 1.792-2 2.875v4.125h1.53l4.47-7zm5.5 0l-4.47 7H436v-4.125c0-1.083-.417-2.875-1.5-2.875z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M430 1124.862l-1 .5v1h5v-1l-1-.5zm-1 2.5c-.033.163 0 .328 0 .5 0 1.38 1.12 2.5 2.5 2.5s2.5-1.12 2.5-2.5v-.5zm0 4c-1.083 0-1.986 1.792-2 2.875v4.125h1.53l4.47-7zm5.5 0l-4.47 7H436v-4.125c0-1.083-.417-2.875-1.5-2.875z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="police-24">
+    <g transform="translate(-397 -1122.4)" color="#000">
+      <path d="M407 1125.362l-1 1v1h7v-1l-1-1zm-1 3v.5c0 1.933 1.567 3.5 3.5 3.5s3.5-1.567 3.5-3.5v-.5zm1.188 15H416v-6c0-1.5-.5-4-2-4h-9c-1.5 0-2 2.5-2 4v6h2.688z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M407 1125.362l-1 1v1h7v-1l-1-1h-5zm-1 3v.5c0 1.933 1.567 3.5 3.5 3.5s3.5-1.567 3.5-3.5v-.5h-7zm-1 5c-1.5 0-2 2.5-2 4v6h2.688l6.812-10H405zm9 0l-6.813 10H416v-6c0-1.5-.5-4-2-4z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="polling-place-12">
+    <g transform="translate(0 -1040.4)" color="#000">
+      <path d="M2.5 1041.362c-.81 0-1.5.692-1.5 1.5v7c0 .81.69 1.5 1.5 1.5h7c.81 0 1.5-.69 1.5-1.5v-2.5c.005-.525-.475-1.005-1-1h-.125l1.906-2.375c.142-.176.22-.4.22-.625v-1c0-.523-.476-1-1-1H9.406c-.282.025-.55.177-.72.406l-.686.938v-.344c.005-.525-.475-1.005-1-1z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" fill="#fff" overflow="visible" font-family="Sans"/>
+      <path d="M2.5 1042.362c-.277 0-.5.223-.5.5v7c0 .277.223.5.5.5h7c.277 0 .5-.223.5-.5v-2.5H9v2H3v-6h4v-1H2.5z" fill="#444" overflow="visible"/>
+      <path d="M9.5 1042.362l-3 4-1-1H4v1l2 2h1l4-5v-1z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" fill="#444" overflow="visible" font-family="Sans"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="polling-place-18">
+    <g transform="translate(0 -1034.4)" color="#000">
+      <path d="M5 1036.362c-.58 0-1.03.28-1.375.625-.344.344-.625.794-.625 1.375v9c0 .582.28 1.03.625 1.375.344.344.794.625 1.375.625h9c.602 0 1.07-.282 1.406-.625.336-.343.594-.787.594-1.375v-3c.003-.524-.476-1.003-1-1h-1.563l3.126-3.72c1.05-1.264.065-3.264-1.563-3.28-.608 0-1.22.318-1.47.563l-.75.906c-.213.26-.515.616-.78.938v-1.406c.003-.524-.476-1.003-1-1zm3.406 4h2.28c-.263.323-.586.728-.81 1l-.438-.437c-.3-.306-.658-.48-1.032-.563zM7 1044.206l1.156 1.156H7z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" fill="#fff" overflow="visible" font-family="Sans"/>
+      <path d="M5 1037.362c-.5 0-1 .5-1 1v9c0 .5.5 1 1 1h9c.5 0 1-.53 1-1v-3h-2v2H6v-7h5v-2z" fill="#444" overflow="visible"/>
+      <path d="M9.938 1042.875l-1.22-1.22c-.367-.375-1.036-.374-1.42-.015-.396.368-.395 1.046-.017 1.422l2.012 2.01c.4.41 1.152.38 1.5-.06l4.99-6.012c.522-.63.038-1.63-.782-1.638-.405 0-.592.143-.755.303-.03.03-4.308 5.21-4.308 5.21z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" fill="#444" overflow="visible" font-family="Sans"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="polling-place-24">
+    <path d="M20.5 3c-.5.026-.883.254-1.125.563L13 11.186l-1.844-2.156c-.537-.628-1.596-.7-2.22-.155-.62.545-.507 1.56-.03 2.125l3 3.53c.57.65 1.73.635 2.28-.03l7.502-9.03c.312-.44.433-1.252.187-1.69-.295-.52-.86-.807-1.375-.78zM6 4c-.554 0-1 .446-1 1v13c0 .554.446 1 1 1h13c.554 0 1-.446 1-1v-6h-2v5H7V6h8V4H6z" color="#000" fill="#444" overflow="visible" stroke="#fff" stroke-width="2" stroke-linejoin="round" stroke-linecap="round" opacity=".3"/>
+    <path d="M20.5 3c-.5.026-.883.254-1.125.563L13 11.186l-1.844-2.156c-.537-.628-1.596-.7-2.22-.155-.62.545-.507 1.56-.03 2.125l3 3.53c.57.65 1.73.635 2.28-.03l7.502-9.03c.312-.44.433-1.252.187-1.69-.295-.52-.86-.807-1.375-.78zM6 4c-.554 0-1 .446-1 1v13c0 .554.446 1 1 1h13c.554 0 1-.446 1-1v-6h-2v5H7V6h8V4H6z" color="#000" fill="#444" overflow="visible"/>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="post-12">
+    <g transform="translate(-438 -1050.4)" color="#000">
+      <path d="M440 1053.362l4.5 3 4.5-3zm0 1v4.5c0 .25.3.5.5.5h8c.2 0 .554-.256.5-.5v-4.5l-4.5 3.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M440 1053.362l4.5 3 4.5-3zm0 1v4.5c0 .25.3.5.5.5h8c.2 0 .554-.256.5-.5v-4.5l-4.5 3.5z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="post-18">
+    <g transform="translate(-420 -1053.4)" color="#000">
+      <path d="M424 1057.362c-.813 0-.594.338-.188.672l5.688 4.328 5.688-4.328c.418-.318.625-.672-.188-.672zm-1 1.5v6.5c0 .5.5 1 1 1h11c.5 0 1-.5 1-1v-6.5l-6.5 5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M424 1057.362c-.813 0-.594.338-.188.672l5.688 4.328 5.688-4.328c.418-.318.625-.672-.188-.672zm-1 1.5v6.5c0 .5.5 1 1 1h11c.5 0 1-.5 1-1v-6.5l-6.5 5z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="post-24">
+    <g transform="translate(-396 -1051.4)" color="#000">
+      <path d="M400.906 1057.362c-.4 0-.906.5-.906 1v9c0 .5.506 1 .906 1h15.188c.4 0 .906-.5.906-1v-9c0-.5-.506-1-.906-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M401 1057.362c-1 0-.5.34 0 .75l7 5.75 8-5.75c.5-.41 1-.75 0-.75h-8zm-1 1.5v8.5c0 .5.506 1 .906 1h15.188c.4 0 .906-.5.906-1v-8.5l-9 6.5z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="prison-12">
+    <g transform="translate(-438 -1147.4)" color="#000">
+      <path d="M441.5 1148.862c-.277 0-.5.223-.5.5v7c0 .277.223.5.5.5s.5-.223.5-.5v-1h1v1c0 .277.223.5.5.5s.5-.254.5-.5v-1h1v1c0 .277.223.5.5.5s.5-.254.5-.5v-1h1v1c0 .277.223.5.5.5s.5-.223.5-.5v-7c0-.277-.223-.5-.5-.5s-.5.223-.5.5v1h-1v-1c0-.277-.223-.5-.5-.5s-.5.223-.5.5v1h-1v-1c0-.277-.223-.5-.5-.5s-.5.248-.5.5v1h-1v-1c0-.277-.223-.5-.5-.5zm.5 2.5h1v3h-1zm2 0h1v3h-1zm2 0h1v3h-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M441.5 1148.862c-.277 0-.5.223-.5.5v7c0 .277.223.5.5.5s.5-.223.5-.5v-1h1v1c0 .277.223.5.5.5s.5-.254.5-.5v-1h1v1c0 .277.223.5.5.5s.5-.254.5-.5v-1h1v1c0 .277.223.5.5.5s.5-.223.5-.5v-7c0-.277-.223-.5-.5-.5s-.5.223-.5.5v1h-1v-1c0-.277-.223-.5-.5-.5s-.5.223-.5.5v1h-1v-1c0-.277-.223-.5-.5-.5s-.5.248-.5.5v1h-1v-1c0-.277-.223-.5-.5-.5zm.5 2.5h1v3h-1zm2 0h1v3h-1zm2 0h1v3h-1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="prison-18">
+    <g transform="translate(-420 -1147.4)" color="#000">
+      <path d="M425 1151.362c-.5 0-.5.5-.5.5v10s0 .5.5.5h.5c.5 0 .5-.5.5-.5v-1.5h1.5v1.5s0 .5.5.5h.5c.5 0 .5-.5.5-.5v-1.5h1.5v1.5s0 .5.5.5h.5c.5 0 .5-.5.5-.5v-1.5h1.5v1.5s0 .5.5.5h.5c.5 0 .5-.5.5-.5v-10s0-.5-.5-.5h-.5c-.5 0-.5.5-.5.5v2H432v-2s0-.5-.5-.5h-.5c-.5 0-.5.5-.5.5v2H429v-2s0-.5-.5-.5h-.5c-.5 0-.5.5-.5.5v2H426v-2s0-.5-.5-.5h-.5zm1 4h1.5v3.5H426zm3 0h1.5v3.5H429zm3 0h1.5v3.5H432z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M425 1151.362c-.5 0-.5.5-.5.5v10s0 .5.5.5h.5c.5 0 .5-.5.5-.5v-1.5h1.5v1.5s0 .5.5.5h.5c.5 0 .5-.5.5-.5v-1.5h1.5v1.5s0 .5.5.5h.5c.5 0 .5-.5.5-.5v-1.5h1.5v1.5s0 .5.5.5h.5c.5 0 .5-.5.5-.5v-10s0-.5-.5-.5h-.5c-.5 0-.5.5-.5.5v2H432v-2s0-.5-.5-.5h-.5c-.5 0-.5.5-.5.5v2H429v-2s0-.5-.5-.5h-.5c-.5 0-.5.5-.5.5v2H426v-2s0-.5-.5-.5h-.5zm1 4h1.5v3.5H426zm3 0h1.5v3.5H429zm3 0h1.5v3.5H432z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="prison-24">
+    <g transform="translate(-1 -1004.4)" color="#000">
+      <path d="M6 1008.362c-.554 0-1 .446-1 1v13c0 .554.446 1 1 1s1-.446 1-1v-2h3v2c0 .554.446 1 1 1s1-.446 1-1v-2h3v2c0 .554.446 1 1 1s1-.446 1-1v-2h3v2c0 .554.446 1 1 1s1-.446 1-1v-13c0-.554-.446-1-1-1s-1 .446-1 1v2h-3v-2c0-.554-.446-1-1-1s-1 .446-1 1v2h-3v-2c0-.554-.446-1-1-1s-1 .446-1 1v2H7v-2c0-.554-.446-1-1-1zm1 5h3v5H7zm5 0h3v5h-3zm5 0h3v5h-3z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M6 1008.362c-.554 0-1 .446-1 1v13c0 .554.446 1 1 1s1-.446 1-1v-2h3v2c0 .554.446 1 1 1s1-.446 1-1v-2h3v2c0 .554.446 1 1 1s1-.446 1-1v-2h3v2c0 .554.446 1 1 1s1-.446 1-1v-13c0-.554-.446-1-1-1s-1 .446-1 1v2h-3v-2c0-.554-.446-1-1-1s-1 .446-1 1v2h-3v-2c0-.554-.446-1-1-1s-1 .446-1 1v2H7v-2c0-.554-.446-1-1-1zm1 5h3v5H7zm5 0h3v5h-3zm5 0h3v5h-3z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="rail-12">
+    <path d="M4.75 1L3 2.5V8h7V2.5L8 1H4.75zM5 2h3v1H5V2zM4 4h5v1H4V4zm0 2h1v1H4V6zm4 0h1v1H8V6zM4 8.5V9H3v1h3V8.5H4zm3 0V10h3V9H9v-.5H7z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
+    <path d="M4.75 1L3 2.5V8h7V2.5L8 1H4.75zM5 2h3v1H5V2zM4 4h5v1H4V4zm0 2h1v1H4V6zm4 0h1v1H8V6zM4 8.5V9H3v1h3V8.5H4zm3 0V10h3V9H9v-.5H7z" fill="#444"/>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="rail-18">
+    <path d="M6.938 2L4 5v6c0 .554.446 1 1 1h9c.554 0 1-.446 1-1V5l-2.938-3H6.939zM8 3h3v1H8V3zM6 5h7v3H6V5zm0 4h1.5v1.5H6V9zm5.5 0H13v1.5h-1.5V9zM5 13v1H4v1h4v-2H5zm6 0v2h4v-1h-1v-1h-3z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
+    <path d="M6.938 2L4 5v6c0 .554.446 1 1 1h9c.554 0 1-.446 1-1V5l-2.938-3H6.939zM8 3h3v1H8V3zM6 5h7v3H6V5zm0 4h1.5v1.5H6V9zm5.5 0H13v1.5h-1.5V9zM5 13v1H4v1h4v-2H5zm6 0v2h4v-1h-1v-1h-3z" fill="#444"/>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="rail-24">
+    <path d="M9 2L5 6v10c0 .554.446 1 1 1h13c.554 0 1-.446 1-1V6l-4-4H9zm1 2h5v2h-5V4zM7 7h11v4H7V7zm1 6c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm9 0c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm-9 5l-3 3h4l2-3H8zm6 0l2 3h4l-3-3h-3z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
+    <path d="M9 2L5 6v10c0 .554.446 1 1 1h13c.554 0 1-.446 1-1V6l-4-4H9zm1 2h5v2h-5V4zM7 7h11v4H7V7zm1 6c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm9 0c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm-9 5l-3 3h4l2-3H8zm6 0l2 3h4l-3-3h-3z" fill="#444"/>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="rail-above-12">
+    <g color="#000" transform="translate(-126 -1122.4)">
+      <path d="M130.5 1123.362l-1.5 1v5.5c0 .25.25.5.5.5h6c.25 0 .5-.25.5-.5v-5.5l-1.5-1h-4zm.5 1h3l1 .5v1.5h-5v-1.5l1-.5zm-.5 4c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm-2.5 3l-3 2h7l-3-2h-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M130.5 1123.362l-1.5 1v5.5c0 .25.25.5.5.5h6c.25 0 .5-.25.5-.5v-5.5l-1.5-1h-4zm.5 1h3l1 .5v1.5h-5v-1.5l1-.5zm-.5 4c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm-2.5 3l-3 2h7l-3-2h-1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="rail-above-18">
+    <g color="#000" transform="translate(-108 -1122.4)">
+      <path d="M114 1124.362l-2 1.5v7.5c0 .5.5 1 1 1h9c.5 0 1.066-.504 1-1v-7.5l-2-1.5zm2.5 11l-3.5 2h9l-3.5-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M114 1124.362l-2 1.5v7.5c0 .5.5 1 1 1h9c.5 0 1-.5 1-1v-7.5l-2-1.5zm1.5 1h4l1.5 1v2h-7v-2zm-.75 5.5c.414 0 .75.336.75.75s-.336.75-.75.75-.75-.336-.75-.75.336-.75.75-.75zm5.5 0c.414 0 .75.336.75.75s-.336.75-.75.75-.75-.336-.75-.75.336-.75.75-.75zm-3.75 4.5l-3.5 2h9l-3.5-2z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="rail-above-24">
+    <g transform="translate(0 -1077.4)" color="#000">
+      <path d="M9 1079.362l-3 2v11c0 .5.5 1 1 1h11c.5 0 1-.5 1-1v-11l-3-2zm3.5 15l-5.5 3h11z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M9 1079.362l-3 2v11c0 .5.5 1 1 1h11c.5 0 1-.5 1-1v-11l-3-2zm1 2h5l2 1v3H8v-3zm-1 8c.554 0 1 .446 1 1s-.446 1-1 1-1-.446-1-1 .446-1 1-1zm7 0c.554 0 1 .446 1 1s-.446 1-1 1-1-.446-1-1 .446-1 1-1zm-3.5 5l-5.5 3h11z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="rail-light-12">
+    <path d="M5.5 1L4 2 3 4v4h7V4L9 2 7.5 1h-2zm0 1H6v3H4l.5-1.5 1-1.5zM7 2h.5l1 1.5L9 5H7V2zM4 6h1v1H4V6zm4 0h1v1H8V6zM4 8.5V9H3v1h3V8.5H4zm3 0V10h3V9H9v-.5H7z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
+    <path d="M5.5 1L4 2 3 4v4h7V4L9 2 7.5 1h-2zm0 1H6v3H4l.5-1.5 1-1.5zM7 2h.5l1 1.5L9 5H7V2zM4 6h1v1H4V6zm4 0h1v1H8V6zM4 8.5V9H3v1h3V8.5H4zm3 0V10h3V9H9v-.5H7z" fill="#444"/>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="rail-light-18">
+    <path d="M9.5 2C7.015 2 5 3.96 5 6.375v4.97c0 .36.304.655.688.655h7.625c.383 0 .687-.296.687-.656v-4.97C14 3.96 11.985 2 9.5 2zm-.594 1.563c.03-.007.063.005.094 0V8H6.5V6.5c0-1.45 1.04-2.658 2.406-2.938zm1.094 0c1.413.243 2.5 1.455 2.5 2.937V8H10V3.562zM6.5 9.5H8V11H6.5V9.5zm4.5 0h1.5V11H11V9.5zM6 13v1H5v1h4v-2H6zm4 0v2h4v-1h-1v-1h-3z" opacity=".3" fill="#444" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
+    <path d="M9.5 2C7.015 2 5 3.96 5 6.375v4.97c0 .36.304.655.688.655h7.625c.383 0 .687-.296.687-.656v-4.97C14 3.96 11.985 2 9.5 2zm-.594 1.563c.03-.007.063.005.094 0V8H6.5V6.5c0-1.45 1.04-2.658 2.406-2.938zm1.094 0c1.413.243 2.5 1.455 2.5 2.937V8H10V3.562zM6.5 9.5H8V11H6.5V9.5zm4.5 0h1.5V11H11V9.5zM6 13v1H5v1h4v-2H6zm4 0v2h4v-1h-1v-1h-3z" fill="#444"/>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="rail-light-24">
+    <path d="M12.5 2C8.91 2 6 4.686 6 8v8c0 .554.446 1 1 1h11c.554 0 1-.446 1-1V8c0-3.314-2.91-6-6.5-6zM12 4.063V10H8V8c0-2.056 1.754-3.713 4-3.938zm1 0c2.246.224 4 1.88 4 3.937v2h-4V4.062zM9 13c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm7 0c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm-7 5l-3 3h4l2-3H9zm4 0l2 3h4l-3-3h-3z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
+    <path d="M12.5 2C8.91 2 6 4.686 6 8v8c0 .554.446 1 1 1h11c.554 0 1-.446 1-1V8c0-3.314-2.91-6-6.5-6zM12 4.063V10H8V8c0-2.056 1.754-3.713 4-3.938zm1 0c2.246.224 4 1.88 4 3.937v2h-4V4.062zM9 13c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm7 0c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm-7 5l-3 3h4l2-3H9zm4 0l2 3h4l-3-3h-3z" fill="#444"/>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="rail-metro-12">
+    <path d="M5 1L4 2v6h5V2L8 1H5zm1 1h1l1 1v1H5V3l1-1zM5 6h1v1H5V6zm2 0h1v1H7V6zM4 8.5V9H3v1h3V8.5H4zm2.97 0L7 9v1h3V9H9v-.5H6.97z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
+    <path d="M5 1L4 2v6h5V2L8 1H5zm1 1h1l1 1v1H5V3l1-1zM5 6h1v1H5V6zm2 0h1v1H7V6zM4 8.5V9H3v1h3V8.5H4zm2.97 0L7 9v1h3V9H9v-.5H6.97z" fill="#444"/>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="rail-metro-18">
+    <path d="M8 2v1h-.5C6.67 3 6 3.67 6 4.5v6c0 .83.67 1.5 1.5 1.5h4c.83 0 1.5-.67 1.5-1.5v-6c0-.83-.67-1.5-1.5-1.5H11V2H8zm0 2h3c.554 0 1 .446 1 1v2H7V5c0-.554.446-1 1-1zM7 9h1.5v1.5H7V9zm3.5 0H12v1.5h-1.5V9zM6 13v1H5v1h4v-2H6zm4 0v2h4v-1h-1v-1h-3z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
+    <path d="M8 2v1h-.5C6.67 3 6 3.67 6 4.5v6c0 .83.67 1.5 1.5 1.5h4c.83 0 1.5-.67 1.5-1.5v-6c0-.83-.67-1.5-1.5-1.5H11V2H8zm0 2h3c.554 0 1 .446 1 1v2H7V5c0-.554.446-1 1-1zM7 9h1.5v1.5H7V9zm3.5 0H12v1.5h-1.5V9zM6 13v1H5v1h4v-2H6zm4 0v2h4v-1h-1v-1h-3z" fill="#444"/>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="rail-metro-24">
+    <path d="M10 2v1H9c-1.108 0-2 .892-2 2v10c0 1.108.892 2 2 2h7c1.108 0 2-.892 2-2V5c0-1.108-.892-2-2-2h-1V2h-5zm0 3h5c.554 0 1 .446 1 1v3H9V6c0-.554.446-1 1-1zm0 8c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm5 0c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm-6 5l-3 3h4l2-3H9zm4 0l2 3h4l-3-3h-3z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
+    <path d="M10 2v1H9c-1.108 0-2 .892-2 2v10c0 1.108.892 2 2 2h7c1.108 0 2-.892 2-2V5c0-1.108-.892-2-2-2h-1V2h-5zm0 3h5c.554 0 1 .446 1 1v3H9V6c0-.554.446-1 1-1zm0 8c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm5 0c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm-6 5l-3 3h4l2-3H9zm4 0l2 3h4l-3-3h-3z" fill="#444"/>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="rail-underground-12">
+    <g color="#000" transform="translate(-126 -1098.4)">
+      <path d="M129 1099.362l3 2h1l3-2zm1.5 3l-1.5 1v5.5c0 .25.25.5.5.5h6c.25 0 .5-.25.5-.5v-5.5l-1.5-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M129 1099.362l3 2h1l3-2zm1.5 3l-1.5 1v5.5c0 .25.25.5.5.5h6c.25 0 .5-.25.5-.5v-5.5l-1.5-1zm.5 1h3l1 .5v1.5h-5v-1.5zm-.5 4c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="rail-underground-18">
+    <g color="#000" transform="translate(-108 -1098.4)">
+      <path d="M113 1100.362l3.5 2h2l3.5-2zm1 3l-2 1.5v7.5c0 .5.5 1 1 1h9c.5 0 1-.5 1-1v-7.5l-2-1.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M113 1100.362l3.5 2h2l3.5-2zm1 3l-2 1.5v7.5c0 .5.5 1 1 1h9c.5 0 1-.5 1-1v-7.5l-2-1.5zm1.5 1h4l1.5 1v2h-7v-2zm-.75 5.5c.414 0 .75.336.75.75s-.336.75-.75.75-.75-.336-.75-.75.336-.75.75-.75zm5.5 0c.414 0 .75.336.75.75s-.336.75-.75.75-.75-.336-.75-.75.336-.75.75-.75z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="rail-underground-24">
+    <g transform="translate(0 -1074.4)" color="#000">
+      <path d="M7 1076.362l5.5 3 5.5-3zm2 4l-3 2v11c0 .5.5 1 1 1h11c.5 0 1-.5 1-1v-11l-3-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M7 1076.362l5.5 3 5.5-3zm2 4l-3 2v11c0 .5.5 1 1 1h11c.5 0 1-.5 1-1v-11l-3-2zm1 2h5l2 1v3H8v-3zm-1 8c.554 0 1 .446 1 1s-.446 1-1 1-1-.446-1-1 .446-1 1-1zm7 0c.554 0 1 .446 1 1s-.446 1-1 1-1-.446-1-1 .446-1 1-1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="religious-christian-12">
+    <g color="#000" transform="translate(-48 -1050.4)">
+      <path d="M54.25 1051.362c-.462 0-.745.372-.75.833v2.167h-3v1.5h3v5.5H55v-5.5h3v-1.5h-3v-2.166c0-.462-.288-.833-.75-.833z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M54.25 1051.362c-.462 0-.745.372-.75.833v2.167h-3v1.5h3v5.5H55v-5.5h3v-1.5h-3v-2.166c0-.462-.288-.833-.75-.833z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="religious-christian-18">
+    <g transform="translate(-29 -1050.4)" color="#000">
+      <path d="M38 1051.362c-.74 0-1 .762-1 1.5v2.5h-4v2h4v9h2v-9h4v-2h-4v-2.5c0-.738-.26-1.5-1-1.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M38 1051.362c-.74 0-1 .762-1 1.5v2.5h-4v2h4v9h2v-9h4v-2h-4v-2.5c0-.738-.26-1.5-1-1.5z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="religious-christian-24">
+    <g color="#000" transform="translate(-6 -1050.4)">
+      <path d="M18.5 1053.362c-.83 0-1.5.67-1.5 1.5v3.5h-5v3h5v10h3v-10h5v-3h-5v-3.5c0-.83-.67-1.5-1.5-1.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M18.5 1053.362c-.83 0-1.5.67-1.5 1.5v3.5h-5v3h5v10h3v-10h5v-3h-5v-3.5c0-.83-.67-1.5-1.5-1.5z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="religious-jewish-12">
+    <g transform="translate(-48 -1098.4)">
+      <path d="M54.5 1099.362l-1.5 2h-3l2 2.5-2 2.5h3l1.5 2 1.5-2h3l-2-2.5 2-2.5h-3z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M54.5 1099.362l-1.5 2h-3l2 2.5-2 2.5h3l1.5 2 1.5-2h3l-2-2.5 2-2.5h-3z" fill="#444"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="religious-jewish-18">
+    <g transform="translate(-30 -1098.4)">
+      <path d="M39.5 1099.362l-2.5 3h-4l2.5 4.5-2.5 4.5h4l2.5 3 2.5-3h4l-2.5-4.5 2.5-4.5h-4l-2.5-3z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M39.5 1099.362l-2.5 3h-4l2.5 4.5-2.5 4.5h4l2.5 3 2.5-3h4l-2.5-4.5 2.5-4.5h-4l-2.5-3z" fill="#444"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="religious-jewish-24">
+    <g transform="translate(-6 -1098.4)">
+      <path d="M18.5 1101.362l-3 4h-5l3 5-3 5h5l3 4 3-4h5l-3-5 3-5h-5z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M18.5 1101.362l-3 4h-5l3 5-3 5h5l3 4 3-4h5l-3-5 3-5h-5z" fill="#444"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="religious-muslim-12">
+    <g color="#000" transform="translate(-48 -1074.4)">
+      <path d="M54 1076.362c-2.21 0-4 1.79-4 4s1.79 4 4 4c.715 0 1.388-.202 1.97-.53-.153.02-.313.03-.47.03-1.933 0-3.5-1.567-3.5-3.5s1.567-3.5 3.5-3.5c.157 0 .317.01.47.03-.658-.373-1.216-.53-1.97-.53zm3 1.5l-1 1.5h-1l1 1.5-.5 1.5 1.5-1 1.5 1-.5-1.5 1-1.5h-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M54 1076.362c-2.21 0-4 1.79-4 4s1.79 4 4 4c.715 0 1.388-.202 1.97-.53-.153.02-.313.03-.47.03-1.933 0-3.5-1.567-3.5-3.5s1.567-3.5 3.5-3.5c.157 0 .317.01.47.03-.658-.373-1.216-.53-1.97-.53zm3 1.5l-1 1.5h-1l1 1.5-.5 1.5 1.5-1 1.5 1-.5-1.5 1-1.5h-1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="religious-muslim-18">
+    <g color="#000" transform="translate(-30 -1074.4)">
+      <path d="M40 1077.362c-3.39 0-6 2.61-6 6s2.61 6 6 6c1.896 0 3.874-.65 5-2-.736.48-2.057 1-3 1-2.593 0-4.528-2.546-4.528-5.14 0-2.59 1.935-4.86 4.528-4.86.943 0 2.264.52 3 1-1.126-1.35-3.104-2-5-2zm3.61 2.61l-.72 2.39H40l2.528 1.222-1.528 2.778 2.61-1.694 2.39 1.694-1.306-2.778 2.306-1.222h-2.667z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M40 1077.362c-3.39 0-6 2.61-6 6s2.61 6 6 6c1.896 0 3.874-.65 5-2-.736.48-2.057 1-3 1-2.593 0-4.528-2.546-4.528-5.14 0-2.59 1.935-4.86 4.528-4.86.943 0 2.264.52 3 1-1.126-1.35-3.104-2-5-2zm3.61 2.61l-.72 2.39H40l2.528 1.222-1.528 2.778 2.61-1.694 2.39 1.694-1.306-2.778 2.306-1.222h-2.667z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="religious-muslim-24">
+    <g color="#000" transform="translate(-6 -1074.4)">
+      <path d="M18.5 1077.362c-4.694 0-8.5 3.806-8.5 8.5 0 4.695 3.806 8.5 8.5 8.5 2.625 0 4.972-1.193 6.53-3.062-1.018.663-2.224 1.062-3.53 1.062-3.59 0-6.5-2.91-6.5-6.5s2.91-6.5 6.5-6.5c1.306 0 2.512.4 3.53 1.063-1.558-1.87-3.905-3.063-6.53-3.063zm5 4l-1 3H19l3 2-1.5 3.5 3-2 3 2-1.5-3.5 3-2h-3.5l-1-3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M18.5 1077.362c-4.694 0-8.5 3.806-8.5 8.5 0 4.695 3.806 8.5 8.5 8.5 2.625 0 4.972-1.193 6.53-3.062-1.018.663-2.224 1.062-3.53 1.062-3.59 0-6.5-2.91-6.5-6.5s2.91-6.5 6.5-6.5c1.306 0 2.512.4 3.53 1.063-1.558-1.87-3.905-3.063-6.53-3.063zm5 4l-1 3H19l3 2-1.5 3.5 3-2 3 2-1.5-3.5 3-2h-3.5l-1-3z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="restaurant-12">
+    <g color="#000" transform="translate(-360 -1050.4)">
+      <path d="M363.5 1051.362h-.5v3c0 .5 1 .5 1 1v6h1v-6c0-.5 1-.5 1-1v-3h-.5v2h-.75v-2h-.5v2h-.75zm6.5 0c-.5 0-1.434.118-1.75.75-.25.5-.25 1.25-.25 2.25v2.5h1v4.5h1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M363.5 1051.362h-.5v3c0 .5 1 .5 1 1v6h1v-6c0-.5 1-.5 1-1v-3h-.5v2h-.75v-2h-.5v2h-.75zm6.5 0c-.5 0-1.434.118-1.75.75-.25.5-.25 1.25-.25 2.25v2.5h1v4.5h1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="restaurant-18">
+    <g color="#000" transform="translate(-342 -1050.4)">
+      <path d="M348 1052.362h-1v4.5c0 .778 1 .722 1 1.5v7c0 .39.5 1 1 1s1-.5 1-1v-7c0-.778 1-.722 1-1.5v-4.5h-1v3h-.5v-3h-1v3h-.5zm8 0c-.778 0-2.008.516-2.5 1.5-.39.778-.5 2.5-.5 3.5v3c0 .5.61 1 1 1v4c0 .5.5 1 1 1s1-.5 1-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M348 1052.362h-1v4.5c0 .778 1 .722 1 1.5v7c0 .39.5 1 1 1s1-.5 1-1v-7c0-.778 1-.722 1-1.5v-4.5h-1v3h-.5v-3h-1v3h-.5zm8 0c-.778 0-2.008.516-2.5 1.5-.39.778-.5 2.5-.5 3.5v3c0 .5.61 1 1 1v4c0 .5.5 1 1 1s1-.5 1-1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="restaurant-24">
+    <g transform="translate(-318 -1051.4)" color="#000">
+      <path d="M325.5 1053.362c-.5 0-.5.5-.5.5v6c0 .505.5 1 1 1.5s.526 1.006.5 1.5v1.5l-.5 6.5c-.038.5.5 1.5 1.5 1.5s1.538-1 1.5-1.5l-.5-6.5v-1.5c0-.478 0-1 .5-1.5.46-.46 1-.978 1-1.5v-6s0-.5-.5-.5-.5.5-.5.5v4.5s0 .5-.5.5-.5-.5-.5-.5v-4.5s0-.5-.5-.5-.5.5-.5.5v4.5s0 .5-.5.5-.5-.5-.5-.5v-4.5s0-.5-.5-.5zm10.5 0c-1 0-2.868.235-3.5 1.5-.5 1-.5 3.5-.5 4.5v5c0 .5.5 1 1 1h1v6c0 .5.5 1 1 1s1-.5 1-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M325.5 1053.362c-.5 0-.5.5-.5.5v6c0 .5.5 1 1 1.5s.5 1 .5 1.5v1.5c0 .5-.5 6.5-.5 6.5-.038.5.5 1.5 1.5 1.5s1.538-1 1.5-1.5c0 0-.5-6-.5-6.5v-1.5c0-.5 0-1 .5-1.5.46-.46 1-1 1-1.5v-6s0-.5-.5-.5-.5.5-.5.5v4.5s0 .5-.5.5-.5-.5-.5-.5v-4.5s0-.5-.5-.5-.5.5-.5.5v4.5s0 .5-.5.5-.5-.5-.5-.5v-4.5s0-.5-.5-.5zm10.5 0c-1 0-2.868.235-3.5 1.5-.5 1-.5 3.5-.5 4.5v5c0 .5.5 1 1 1h1v6c0 .5.5 1 1 1s1-.5 1-1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="roadblock-12">
+    <g color="#000" transform="translate(-594 -1074.4)">
+      <path d="M600.5 1075.362c-2.485 0-4.5 2.015-4.5 4.5s2.015 4.5 4.5 4.5 4.5-2.015 4.5-4.5-2.015-4.5-4.5-4.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M600.5 1075.362c-2.485 0-4.5 2.015-4.5 4.5s2.015 4.5 4.5 4.5 4.5-2.015 4.5-4.5-2.015-4.5-4.5-4.5zm-2.5 4h5v1h-5v-1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="roadblock-18">
+    <g transform="translate(-108 -1314.4)" color="#000">
+      <path d="M117.5 1316.362c-3.59 0-6.5 2.91-6.5 6.5s2.91 6.5 6.5 6.5 6.5-2.91 6.5-6.5-2.91-6.5-6.5-6.5zm-3.5 6h7v2h-7z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M117.5 1316.362c-3.59 0-6.5 2.91-6.5 6.5s2.91 6.5 6.5 6.5 6.5-2.91 6.5-6.5-2.91-6.5-6.5-6.5zm-3.5 6h7v2h-7z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="roadblock-24">
+    <g color="#000" transform="translate(-552 -1074.4)">
+      <path d="M564.5 1076.362c-4.694 0-8.5 3.806-8.5 8.5 0 4.695 3.806 8.5 8.5 8.5s8.5-3.805 8.5-8.5c0-4.694-3.806-8.5-8.5-8.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M564.5 1076.362c-4.694 0-8.5 3.806-8.5 8.5 0 4.695 3.806 8.5 8.5 8.5s8.5-3.805 8.5-8.5c0-4.694-3.806-8.5-8.5-8.5zm-5.5 7h11v3h-11v-3z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="rocket-12">
+    <g transform="translate(0 -1040.4)">
+      <path d="M11 1042.362h-1c-2.09.245-6 3.2-6 6l1 1c2.553 0 5.51-3.904 6-6zm-3 2h1v1H8zm-5 1l-1 2h1.5l1.25-2zm5 3.25l-2 1.25v1.5l2-1z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M11 1042.362h-1c-2.09.245-6 3.2-6 6l1 1c2.553 0 5.51-3.904 6-6zm-3 2h1v1H8zm-5 1l-1 2h1.5l1.25-2zm5 3.25l-2 1.25v1.5l2-1z" fill="#444"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="rocket-18">
+    <g transform="translate(0 -1034.4)">
+      <path d="M15 1037.362c-1.155-.047-3.49.49-6 3-2.153 2.153-3 5-3 5 0 .718 1.282 2 2 2 0 0 2.847-.847 5-3 2.234-2.234 2.68-4.496 3-6v-1zm-2.232 3.232c.488.49.488 1.28 0 1.768s-1.28.488-1.768 0-.488-1.28 0-1.768 1.28-.488 1.768 0zm-7.768.768l-1.5 3h2.25l1.25-3zm7 5l-3 1.25v2.25l3-1.5z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M15 1037.362c-1.155-.047-3.49.49-6 3-2.153 2.153-3 5-3 5 0 .718 1.282 2 2 2 0 0 2.847-.847 5-3 2.234-2.234 2.68-4.496 3-6v-1zm-2.232 3.232c.488.49.488 1.28 0 1.768s-1.28.488-1.768 0-.488-1.28 0-1.768 1.28-.488 1.768 0zm-7.768.768l-1.5 3h2.25l1.25-3zm7 5l-3 1.25v2.25l3-1.5z" fill="#444"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="rocket-24">
+    <g transform="translate(0 -1028.4)">
+      <path d="M21 1032.362h-1c-2 0-4.625.625-7.5 3.5-3 3-4.5 6.5-4.5 6.5 0 1 2 3 3 3 0 0 3.25-1.25 6.25-4.25 3.214-3.214 3.75-5.75 3.75-7.75zm-5.5 4c.828 0 1.5.672 1.5 1.5 0 .83-.672 1.5-1.5 1.5s-1.5-.67-1.5-1.5c0-.828.672-1.5 1.5-1.5zm-9.5 2l-1 3h2.5l1.75-3zm9 5.75l-3 1.75v2.5l3-1z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M21 1032.362h-1c-2 0-4.625.625-7.5 3.5-3 3-4.5 6.5-4.5 6.5 0 1 2 3 3 3 0 0 3.25-1.25 6.25-4.25 3.214-3.214 3.75-5.75 3.75-7.75zm-5.5 4c.828 0 1.5.672 1.5 1.5 0 .83-.672 1.5-1.5 1.5s-1.5-.67-1.5-1.5c0-.828.672-1.5 1.5-1.5zm-9.5 2l-1 3h2.5l1.75-3zm9 5.75l-3 1.75v2.5l3-1z" fill="#444"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="school-12">
+    <g color="#000" transform="translate(-282 -1050.4)">
+      <path d="M289 1051.862c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zm-4 1c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zm4.5 1.5h-.5l-2 1v1l2-1V1057.925l-1 3.437h1l1-3.5s.25 1.5 1.25 1.5H293v-.75h-1.5c-.534 0-.5-.8-.5-1.25 0-.75-.5-2-.5-2l1.5.938c.453.302.846-.233.406-.563l-1.656-1.125c-.302-.215-.398-.25-.75-.25zm-4.75 1c-.25 0-.368.118-.5.25l-1.063 1.063c-.136.137-.187.26-.187.437 0 .25.382.368.594.156l.906-.906h.5v1l-1 2.75c-.202.556.572.724.75.25l.505-1.3H288v-.7h-1.5v-2c0-.5-.5-1-1-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M289 1051.862c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zm-4 1c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zm4.5 1.5h-.5l-2 1v1l2-1V1057.925l-1 3.437h1l1-3.5s.25 1.5 1.25 1.5H293v-.75h-1.5c-.534 0-.5-.8-.5-1.25 0-.75-.5-2-.5-2l1.5.938c.453.302.846-.233.406-.563l-1.656-1.125c-.302-.215-.398-.25-.75-.25zm-4.75 1c-.25 0-.368.118-.5.25l-1.063 1.063c-.136.137-.187.26-.187.437 0 .25.382.368.594.156l.906-.906h.5v1l-1 2.75c-.202.556.572.724.75.25l.505-1.3H288v-.7h-1.5v-2c0-.5-.5-1-1-1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="school-18">
+    <g transform="translate(-264 -1051.4)" color="#000">
+      <path d="M274.75 1053.362c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25zm-5.688 1c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25zm6.688 2c-.28 0-.74.1-1.125.375l-2.438 1.75c-.66.47-.054 1.283.563.875l1.594-1.062s.436.356.656 1.062l-.03 1.844-1.626 4.344c-.188.502.166.817.53.812.24 0 .477-.16.595-.437l2.03-4.563s.375 2 1.875 2h2.125c.5 0 .5-.5.5-.5s0-.5-.5-.5h-2s-.5 0-.5-1c0-.704-.78-2.498-1-3v-.5l2.5 1.375c.68.453 1.284-.35.625-.844l-2.625-1.53c-.517-.29-1.082-.5-1.75-.5zm-7.125 1c-.375 0-.552.178-.75.375l-1.594 1.594c-.204.206-.28.39-.28.657 0 .375.558.567.875.25l1.375-1.375c.315 0 .75.04.75.5v2.125l-1.125 3c-.312.83.858 1.087 1.125.375l1.125-3s.375.5 1.125.5h2.188c.75 0 .75-1 0-1H271.5s-.5 0-.5-.5v-.75c0-1.5-.5-2.75-1.25-2.75h-1.125z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M274.75 1053.362c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25zm-5.688 1c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25zm6.688 2c-.28 0-.74.1-1.125.375l-2.438 1.75c-.66.47-.054 1.283.563.875l1.594-1.062s.436.356.656 1.062l-.03 1.844-1.626 4.344c-.188.502.166.817.53.812.24 0 .477-.16.595-.437l2.03-4.563s.375 2 1.875 2h2.125c.5 0 .5-.5.5-.5s0-.5-.5-.5h-2s-.5 0-.5-1c0-.704-.78-2.498-1-3v-.5l2.5 1.375c.68.453 1.284-.35.625-.844l-2.625-1.53c-.517-.29-1.082-.5-1.75-.5zm-7.125 1c-.375 0-.552.178-.75.375l-1.594 1.594c-.204.206-.28.39-.28.657 0 .375.558.567.875.25l1.375-1.375c.315 0 .75.04.75.5v2.125l-1.125 3c-.312.83.858 1.087 1.125.375l1.125-3s.375.5 1.125.5h2.188c.75 0 .75-1 0-1H271.5s-.5 0-.5-.5v-.75c0-1.5-.5-2.75-1.25-2.75h-1.125z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="school-24">
+    <g transform="translate(-240 -1050.4)">
+      <path d="M254.75 1053.362c-.97 0-1.75.78-1.75 1.75s.78 1.75 1.75 1.75 1.75-.78 1.75-1.75-.78-1.75-1.75-1.75zm-8 2c-.97 0-1.75.78-1.75 1.75s.78 1.75 1.75 1.75 1.75-.78 1.75-1.75-.78-1.75-1.75-1.75zm9.25 2c-.373 0-.986.135-1.5.5l-3.25 2.313c-.882.627-.073 1.732.75 1.187l2.125-1.406s1.4 3.004.875 4.406c-.018.047-.033.09-.03.125l-2.19 5.813c-.25.67.233 1.07.72 1.062.32 0 .625-.193.78-.562l2.72-6.438s.5 3 2.5 3h2.75c.75 0 .75-.75.75-.75s0-.75-.75-.75H260c-1.067 0-1-1.602-1-2.5 0-1.5-1-4-1-4l3 2c.906.604 1.692-.466.813-1.125l-3.313-2.375c-.604-.43-.797-.5-1.5-.5h-1zm-10.5 2c-.5 0-.736.237-1 .5l-2.125 2.125c-.274.274-.375.52-.375.875 0 .5.764.736 1.188.313l1.812-1.813c1 0 1.375 2.5 1 3.5l-1.5 4c-.415 1.108 1.144 1.45 1.5.5l1.5-4s.5 1 1.5 1h3c1 0 1-1.5 0-1.5h-2.5c-.5 0-.5-1-.5-1.5 0-2-1-4-2-4z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M254.75 1053.362c-.97 0-1.75.78-1.75 1.75s.78 1.75 1.75 1.75 1.75-.78 1.75-1.75-.78-1.75-1.75-1.75zm-8 2c-.97 0-1.75.78-1.75 1.75s.78 1.75 1.75 1.75 1.75-.78 1.75-1.75-.78-1.75-1.75-1.75zm9.25 2c-.373 0-.986.135-1.5.5l-3.25 2.313c-.882.627-.073 1.732.75 1.187l2.125-1.406s1.4 3.004.875 4.406c-.018.047-.033.09-.03.125l-2.19 5.813c-.25.67.233 1.07.72 1.062.32-.004.625-.193.78-.562l2.72-6.438s.5 3 2.5 3h2.75c.75 0 .75-.75.75-.75s0-.75-.75-.75H260c-1.067 0-1-1.602-1-2.5 0-1.5-1-4-1-4l3 2c.906.604 1.692-.466.813-1.125l-3.313-2.375c-.604-.43-.797-.5-1.5-.5h-1zm-10.5 2c-.5 0-.736.237-1 .5l-2.125 2.125c-.274.274-.375.52-.375.875 0 .5.764.736 1.188.313l1.812-1.813c1 0 1.375 2.5 1 3.5l-1.5 4c-.415 1.108 1.144 1.45 1.5.5l1.5-4s.5 1 1.5 1h3c1 0 1-1.5 0-1.5h-2.5c-.5 0-.5-1-.5-1.5 0-2-1-4-2-4z" color="#000" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="scooter-12">
+    <g transform="translate(0 -1040.4)" color="#000">
+      <path d="M8 1042.362v1h1v2l-1 1H5v-2H3l-1 1v2h6l.5-.5H11v-1l-1-3.5zm1 5l-1 1v1l1 1h1l1-1v-1l-1-1zm-6.5.5l-.5.5v1l1 1h1l1-1v-1l-.5-.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M8 1042.362v1h1v2l-1 1H5v-2H3l-1 1v2h6l.5-.5H11v-1l-1-3.5zm1 5l-1 1v1l1 1h1l1-1v-1l-1-1zm-6.5.5l-.5.5v1l1 1h1l1-1v-1l-.5-.5z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="scooter-18">
+    <g transform="translate(0 -1034.4)" color="#000">
+      <path d="M12 1036.362l-.5.5.5.5h1l1 2-3 3c-.604.65-1.35 1-2 1H8v-3h1c.49 0 1-.51 1-1s-.5-1-1-1H4c-.49 0-1 .51-1 1s.51 1 1 1h.5v.5H4c-.44 0-1 .56-1 1v3.5h6c1.438 0 2.01-.01 2.938-.906.633-.68.998-1.094 1.53-1.094H17v-.437c0-.442-.835-.622-1-1.063l-1-2.5c.49 0 1-.51 1-1v-1c0-.49-.51-1-1-1zm3 8c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm-11 2c0 1.105.895 2 2 2s2-.895 2-2H6z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/>
+      <path d="M12 1036.362l-.5.5.5.5h1l1 2-3 3c-.604.65-1.35 1-2 1H8v-3h.5c.49 0 1-.51 1-1s-.5-1-1-1H4c-.49 0-1 .51-1 1s.51 1 1 1h.5v.5H4c-.44 0-1 .56-1 1v3.5h6c1.438 0 2.01-.01 2.938-.906.633-.68.998-1.094 1.53-1.094H17v-.437c0-.442-.835-.622-1-1.063l-1-2.5c.49 0 1-.51 1-1v-1c0-.49-.51-1-1-1zm3 8c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm-11 2c0 1.105.895 2 2 2s2-.895 2-2H6z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="scooter-24">
+    <g transform="translate(0 -1028.4)" color="#000">
+      <path d="M16 1032.362s-.5 0-.5.5.5.5.5.5h1.5l.72 2.813-3.47 4.937c-.685.736-1.014 1.25-1.75 1.25h-2v-5h1c.554 0 1-.446 1-1s-.446-1-1-1H5c-.554 0-1 .446-1 1s.446 1 1 1h.5c.277 0 .5.223.5.5s-.223.5-.5.5H5c-.5 0-1 .5-1 1v5h9c1.63 0 2.62-1.07 3.25-1.75.717-.77 1.146-1.25 1.75-1.25h4v-.5c0-.5-.813-1-1-1.5l-1-4c.554 0 1-.446 1-1v-1c0-.554-.446-1-1-1zm3.5 10c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm-14.438 3c.234 1.14 1.23 2 2.438 2 1.208 0 2.204-.86 2.438-2z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/>
+      <path d="M16 1032.362s-.5 0-.5.5.5.5.5.5h1.5l.72 2.813-3.47 4.937c-.685.736-1.014 1.25-1.75 1.25h-2v-5h1c.554 0 1-.446 1-1s-.446-1-1-1H5c-.554 0-1 .446-1 1s.446 1 1 1h.5c.277 0 .5.223.5.5s-.223.5-.5.5H5c-.5 0-1 .5-1 1v5h9c1.63 0 2.62-1.07 3.25-1.75.717-.77 1.146-1.25 1.75-1.25h4v-.5c0-.5-.813-1-1-1.5l-1-4c.554 0 1-.446 1-1v-1c0-.554-.446-1-1-1zm3.5 10c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm-14.438 3c.234 1.14 1.23 2 2.438 2 1.208 0 2.204-.86 2.438-2z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="shop-12">
+    <g color="#000" transform="translate(-360 -1098.4)">
+      <path d="M365.172 1099.862c-.5 0-.926.506-1 1l-.172 1.5h-1c-.25 0-.5.25-.5.5l-.5 5c0 .25.25.5.5.5h8c.25 0 .5-.25.5-.5l-.5-5c0-.25-.25-.5-.5-.5h-1l-.172-1.5c-.057-.497-.5-1-1-1zm0 .5h2.656c.25 0 .468.22.5.5l.172 1.5h-4l.172-1.5c.028-.248.25-.5.5-.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M365.172 1099.862c-.5 0-.926.506-1 1l-.172 1.5h-1c-.25 0-.5.25-.5.5l-.5 5c0 .25.25.5.5.5h8c.25 0 .5-.25.5-.5l-.5-5c0-.25-.25-.5-.5-.5h-1l-.172-1.5c-.057-.497-.5-1-1-1zm0 .5h2.656c.25 0 .468.22.5.5l.172 1.5h-4l.172-1.5c.028-.248.25-.5.5-.5z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="shop-18">
+    <g color="#000" transform="translate(-342 -1098.4)">
+      <path d="M350.265 1100.362c-.765 0-1.615.75-1.765 1.5l-.5 2.5h-1c-.382 0-1 .618-1 1l-1 8.235c0 .383.5.765 1 .765h11c.5 0 1-.382 1-.765l-1-8.235c0-.382-.618-1-1-1h-1l-.5-2.5c-.15-.75-1-1.5-1.765-1.5zm0 .765h2.47c.383 0 .925.36 1 .735l.5 2.5h-5.47l.5-2.5c.075-.375.617-.735 1-.735z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M350.265 1100.362c-.765 0-1.615.75-1.765 1.5l-.5 2.5h-1c-.382 0-1 .618-1 1l-1 8.235c0 .383.5.765 1 .765h11c.5 0 1-.382 1-.765l-1-8.235c0-.382-.618-1-1-1h-1l-.5-2.5c-.15-.75-1-1.5-1.765-1.5zm0 .765h2.47c.383 0 .925.36 1 .735l.5 2.5h-5.47l.5-2.5c.075-.375.617-.735 1-.735z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="shop-24">
+    <g transform="translate(-319 -1099.4)" color="#000">
+      <path d="M330 1102.362c-1 0-1.886 1.007-2 2l-.344 3H326c-.5 0-1 .5-1 1l-1 10c0 .5.5 1 1 1h13c.5 0 1-.5 1-1l-1-10c0-.5-.5-1-1-1h-1.656l-.344-3c-.114-.993-1-2-2-2zm0 1h3c.5 0 .943.503 1 1l.344 3h-5.688l.344-3c.057-.497.5-1 1-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M330 1102.362c-1 0-1.886 1.007-2 2l-.344 3H326c-.5 0-1 .5-1 1l-1 10c0 .5.5 1 1 1h13c.5 0 1-.5 1-1l-1-10c0-.5-.5-1-1-1h-1.656l-.344-3c-.114-.993-1-2-2-2zm0 1h3c.5 0 .943.503 1 1l.344 3h-5.688l.344-3c.057-.497.5-1 1-1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="skiing-12">
+    <g transform="translate(-516 -1267.4)" color="#000">
+      <path d="M522 1269.362c-.5 0-1 1-1 1.5v2l-1.625.78-1.375-.78v.5l7 4v-.5l-4.688-2.687 1.688-.625v-2.188h1l1 1.5v1.5l1 1h1v-1h-1v-1.5l-.5-2.5-1.5-1h-1zm4.5 1.5c-.552 0-1 .448-1 1s.448 1 1 1c.187 0 .35-.067.5-.156v-1.687c-.15-.09-.313-.158-.5-.158z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M522 1269.362c-.5 0-1 1-1 1.5v2l-1.625.78-1.375-.78v.5l7 4v-.5l-4.688-2.687 1.688-.625v-2.188h1l1 1.5v1.5l1 1h1v-1h-1v-1.5l-.5-2.5-1.5-1h-1zm4.5 1.5c-.552 0-1 .448-1 1s.448 1 1 1c.187 0 .35-.067.5-.156v-1.687c-.15-.09-.313-.158-.5-.158z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="skiing-18">
+    <g transform="translate(-498 -1267.4)" color="#000">
+      <path d="M506 1270.362c-1 0-1.5.5-1.5 1.5 0 .396.136.657.22 1l.78 2-2.813 1.97-2.687-1.47v1l11 6h1l1-1-.5-.5-.5-.5v1h-1l-7-3.812 2.47-1.656c.244-.168.6-.243.53-.532l-.53-1.47 2.53 1.47.625 1.97c.057.21.205.41.406.5l1.69.718c1.182.518 1.346-.61.592-.938l-1.375-.594-.937-2.656v-2l-2.5-1.406c-.58-.334-1-.594-1.5-.594zm6.5 1.5c-.814 0-1.5.686-1.5 1.5s.686 1.5 1.5 1.5 1.5-.686 1.5-1.5-.686-1.5-1.5-1.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M506 1270.362c-1 0-1.5.5-1.5 1.5 0 .396.136.657.22 1l.78 2-2.813 1.97-2.687-1.47v1l11 6h1l1-1-.5-.5-.5-.5v1h-1l-7-3.812 2.47-1.657c.244-.168.6-.242.53-.53l-.53-1.47 2.53 1.47.625 1.968c.057.213.205.412.406.5l1.69.72c1.182.518 1.346-.61.592-.938l-1.375-.594-.937-2.656v-2l-2.5-1.406c-.58-.334-1-.594-1.5-.594zm6.5 1.5c-.814 0-1.5.686-1.5 1.5s.686 1.5 1.5 1.5 1.5-.686 1.5-1.5-.686-1.5-1.5-1.5z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="skiing-24">
+    <g transform="translate(-475 -1266.4)">
+      <path d="M487 1270.362c-1 0-2 .5-2 2 0 .537.044.628.156 1.094l.688 2.844-3.72 2.28-3.374-1.968c-.112-.066-.26-.068-.438-.03-.178.036-.312.248-.312.468 0 .22.096.347.25.437l14.5 8.5c.456.263.867.37 1.25.375.268 0 .532-.035.75-.125.53-.218.862-.61 1.094-.843.116-.117.156-.258.156-.407 0-.21-.13-.436-.406-.468-.18-.022-.325.043-.438.186-.234.298-.528.52-.78.625-.254.105-.535.124-1.126-.218l-9.28-5.437 3.592-2.094c.333-.227.503-.67.407-1.06l-.408-1.658 3.576 2.105.675 2.57c.077.29.29.537.562.657l2.28 1c1.607.704 1.836-.826.814-1.27l-1.876-.81-1.594-6.25-3.063-1.75c-.786-.455-1.437-.75-1.937-.75zm8 2c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M487 1270.362c-1 0-2 .5-2 2 0 .537.044.628.156 1.094l.688 2.844-3.72 2.28-3.374-1.968c-.112-.066-.26-.068-.438-.03-.178.036-.312.248-.312.468 0 .22.096.347.25.437l14.5 8.5c.456.263.867.37 1.25.375.268 0 .532-.035.75-.125.53-.218.862-.61 1.094-.843.116-.117.156-.258.156-.407 0-.21-.13-.436-.406-.468-.18-.022-.325.043-.438.186-.234.298-.528.52-.78.625-.254.105-.535.124-1.126-.218l-9.28-5.437 3.592-2.094c.333-.227.503-.67.407-1.06l-.408-1.658 3.576 2.105.675 2.57c.077.29.29.537.562.657l2.28 1c1.607.704 1.836-.826.814-1.27l-1.876-.81-1.594-6.25-3.063-1.75c-.786-.455-1.437-.75-1.937-.75zm8 2c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2z" color="#000" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="slaughterhouse-12">
+    <g transform="translate(-516 -1291.4)" color="#000">
+      <path d="M519 1293.362l.5 1H518v1h1l1 1v4h.5l.5-2 1 2h.5v-2c.947 0 1.526-.5 2-.5v1c0 .403.03 1.5.03 1.5h.47l1-2 .5 2h.5v-5l-1-1h-5l-.375-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M519 1293.362l.5 1H518v1h1l1 1v4h.5l.5-2 1 2h.5v-2c.947 0 1.526-.5 2-.5v1c0 .403.03 1.5.03 1.5h.47l1-2 .5 2h.5v-5l-1-1h-5l-.375-1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="slaughterhouse-18">
+    <g transform="translate(-498 -1291.4)" color="#000">
+      <path d="M500.684 1295.362l.684.79-1.368 1.71v.5l2.053.184c0 1.027 1.625 1.384 1.947 3.316v3.5h.5l1-3 1 3h.5v-3c2.053 0 1.632-.5 3-.5 0 0-.08 1.208-.08 1.79 0 .58-.34 1.71-.34 1.71h.683l1.026-2.737 1.026 2.737H513v-3l-.5-1 .5-1v-3l-1-1h-8.5l-.763-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M500.684 1295.362l.684.79-1.368 1.71v.5l2.053.184c0 1.027 1.625 1.384 1.947 3.316v3.5h.5l1-3 1 3h.5v-3c2.053 0 1.632-.5 3-.5 0 0-.08 1.208-.08 1.79 0 .58-.34 1.71-.34 1.71h.683l1.026-2.737 1.026 2.737H513v-3l-.5-1 .5-1v-3l-1-1h-8.5l-.763-1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="slaughterhouse-24">
+    <g transform="translate(-474 -1290.4)" color="#000">
+      <path d="M477 1295.362l1 1-2 2v1l3 .5c0 1.5 2.53.677 3 3.5v5h1l1-4 1 4h1v-4c2 0 3-1 4-1 0 0 .5 1.65.5 2.5 0 .85-.5 2.5-.5 2.5h1l1.5-4 1.5 4h1v-4c0-.5-1-1-1-1.5 0-1.412 1-1.5 1-2.5v-3c0-.5-.5-1-1-1h-13l-1-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M477 1295.362l1 1-2 2v1l3 .5c0 1.5 2.53.677 3 3.5v5h1l1-4 1 4h1v-4c2 0 3-1 4-1 0 0 .5 1.65.5 2.5 0 .85-.5 2.5-.5 2.5h1l1.5-4 1.5 4h1v-4c0-.5-1-1-1-1.5 0-1.412 1-1.5 1-2.5v-3c0-.5-.5-1-1-1h-13l-1-1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="soccer-12">
+    <g transform="translate(-517 -1075.4)" color="#000">
+      <path d="M523.5 1076.362c-2.48 0-4.5 2.02-4.5 4.5s2.02 4.5 4.5 4.5 4.5-2.02 4.5-4.5-2.02-4.5-4.5-4.5zm0 .794c1.41 0 2.633.78 3.26 1.936-.592.392-1.135.597-1.142.976-.005.265 0 .34 0 .53 0 .264.138.605.53.794l.926.446c-.107.393-.277.747-.497 1.076l-.695-.464c-.397-.264-.794-.44-1.058-.264l-.795.53c-.368.244-.33.53-.265.793l.248 1.025c-.168.023-.338.033-.513.033-.367 0-.725-.05-1.06-.15v-.91c0-.528-.264-.793-.528-1.058-.265-.264-.53-.53-1.06-.53h-.91c-.097-.333-.148-.69-.148-1.058 0-2.053 1.653-3.706 3.706-3.706zm-1.588 1.853l-.265 1.058c-.075.3-.275.61 0 .794l.794.53c.53.353.764.148 1.06 0l.53-.265c.394-.197.53-.265.53-.794v-1.06c0-.264.003-.422-.53-.528l-1.324-.265c-.555-.11-.66-.013-.794.53z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M523.5 1076.362c-2.48 0-4.5 2.02-4.5 4.5s2.02 4.5 4.5 4.5 4.5-2.02 4.5-4.5-2.02-4.5-4.5-4.5zm0 .794c1.41 0 2.633.78 3.26 1.936-.592.392-1.135.597-1.142.976-.005.265 0 .34 0 .53 0 .264.138.605.53.794l.926.446c-.107.393-.277.747-.497 1.076l-.695-.464c-.397-.264-.794-.44-1.058-.264l-.795.53c-.368.244-.33.53-.265.793l.248 1.025c-.168.023-.338.033-.513.033-.367 0-.725-.05-1.06-.15v-.91c0-.528-.264-.793-.528-1.058-.265-.264-.53-.53-1.06-.53h-.91c-.097-.333-.148-.69-.148-1.058 0-2.053 1.653-3.706 3.706-3.706zm-1.588 1.853l-.265 1.058c-.075.3-.275.61 0 .794l.794.53c.53.353.764.148 1.06 0l.53-.265c.394-.197.53-.265.53-.794v-1.06c0-.264.003-.422-.53-.528l-1.324-.265c-.555-.11-.66-.013-.794.53z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="soccer-18">
+    <g transform="translate(-498 -1076.4)" color="#000">
+      <path d="M507.5 1078.362c-3.58 0-6.5 2.92-6.5 6.5s2.92 6.5 6.5 6.5 6.5-2.92 6.5-6.5-2.92-6.5-6.5-6.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M507.5 1078.362c-3.58 0-6.5 2.92-6.5 6.5s2.92 6.5 6.5 6.5 6.5-2.92 6.5-6.5-2.92-6.5-6.5-6.5zm0 1.147c2.04 0 3.803 1.126 4.708 2.795-.854.566-1.638.862-1.65 1.41-.006.383 0 .49 0 .765 0 .382.2.874.766 1.147l1.338.645c-.153.567-.4 1.08-.717 1.553l-1.004-.67c-.572-.38-1.146-.636-1.528-.38l-1.147.764c-.53.352-.475.763-.383 1.146l.36 1.48c-.244.034-.49.048-.742.048-.53 0-1.047-.074-1.53-.215v-1.315c0-.765-.382-1.147-.764-1.53-.382-.382-.765-.764-1.53-.764h-1.314c-.142-.482-.215-.998-.215-1.528 0-2.966 2.388-5.353 5.353-5.353zm-2.294 2.676l-.382 1.53c-.11.433-.398.88 0 1.146l1.147.765c.765.51 1.103.214 1.53 0l.765-.382c.57-.286.764-.383.764-1.147v-1.53c0-.382.005-.61-.765-.765l-1.912-.382c-.8-.16-.952-.017-1.147.766z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="soccer-24">
+    <g transform="translate(-1 -1004.9)" color="#000">
+      <path d="M13.5 1007.862c-4.683 0-8.5 3.817-8.5 8.5s3.817 8.5 8.5 8.5 8.5-3.817 8.5-8.5-3.817-8.5-8.5-8.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M13.5 1007.862c-4.683 0-8.5 3.817-8.5 8.5s3.817 8.5 8.5 8.5 8.5-3.817 8.5-8.5-3.817-8.5-8.5-8.5zm0 1.5c2.666 0 4.974 1.474 6.156 3.657-1.116.74-2.142 1.126-2.156 1.842-.01.5 0 .64 0 1 0 .5.26 1.144 1 1.5l1.75.844c-.2.74-.522 1.41-.938 2.03l-1.312-.874c-.75-.5-1.5-.833-2-.5l-1.5 1c-.693.463-.62 1-.5 1.5l.47 1.938c-.318.044-.64.062-.97.062-.693 0-1.37-.095-2-.28v-1.72c0-1-.5-1.5-1-2s-1-1-2-1H6.78c-.185-.63-.28-1.306-.28-2 0-3.878 3.122-7 7-7zm-3 3.5l-.5 2c-.142.568-.52 1.154 0 1.5l1.5 1c1 .667 1.44.28 2 0l1-.5c.745-.372 1-.5 1-1.5v-2c0-.5.008-.798-1-1l-2.5-.5c-1.047-.21-1.244-.023-1.5 1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="square-12">
+    <g transform="translate(31 -1122.4)" color="#000">
+      <path d="M-28.438 1123.362h7.875c.312 0 .563.25.563.563v7.875c0 .31-.25.562-.563.562h-7.875c-.31 0-.562-.25-.562-.562v-7.875c0-.312.25-.563.563-.563z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/>
+      <path d="M-28.438 1123.362h7.875c.312 0 .563.25.563.563v7.875c0 .31-.25.562-.563.562h-7.875c-.31 0-.562-.25-.562-.562v-7.875c0-.312.25-.563.563-.563z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="square-18">
+    <g color="#000" transform="translate(48 -1122.4)">
+      <rect width="13" height="13" rx="1" ry="1" x="-45" y="1124.362" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/>
+      <rect width="13" height="13" rx="1" ry="1" x="-45" y="1124.362" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="square-24">
+    <g transform="translate(40 -1004.4)" color="#000">
+      <rect width="17" height="17" rx="1" ry="1" x="-36" y="1007.362" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/>
+      <path d="M-35 1007.362h15c.554 0 1 .446 1 1v15c0 .554-.446 1-1 1h-15c-.554 0-1-.446-1-1v-15c0-.554.446-1 1-1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="square-stroked-12">
+    <g transform="translate(31 -1098.4)" color="#000">
+      <path d="M-28.5 1099.362c-.277 0-.5.223-.5.5v8c0 .277.223.5.5.5h8c.277 0 .5-.223.5-.5v-8c0-.277-.223-.5-.5-.5zm.5 1h7v7h-7z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/>
+      <path d="M-28.5 1099.362c-.277 0-.5.223-.5.5v8c0 .277.223.5.5.5h8c.277 0 .5-.223.5-.5v-8c0-.277-.223-.5-.5-.5zm.5 1h7v7h-7z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="square-stroked-18">
+    <g color="#000" transform="translate(48 -1098.4)">
+      <path d="M-44 1100.362c-.554 0-1 .446-1 1v11c0 .554.446 1 1 1h11c.554 0 1-.446 1-1v-11c0-.554-.446-1-1-1h-11zm1.438 2h8.124c.25 0 .438.188.438.438v8.125c0 .25-.188.437-.438.437h-8.124c-.25 0-.438-.188-.438-.437v-8.125c0-.25.188-.438.438-.438z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/>
+      <path d="M-44 1100.362c-.554 0-1 .446-1 1v11c0 .554.446 1 1 1h11c.554 0 1-.446 1-1v-11c0-.554-.446-1-1-1h-11zm1.438 2h8.124c.25 0 .438.188.438.438v8.125c0 .25-.188.437-.438.437h-8.124c-.25 0-.438-.188-.438-.437v-8.125c0-.25.188-.438.438-.438z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="square-stroked-24">
+    <g transform="translate(0 -1004.4)" color="#000">
+      <path d="M5 1007.362c-.554 0-1 .446-1 1v15c0 .554.446 1 1 1h15c.554 0 1-.446 1-1v-15c0-.554-.446-1-1-1zm1 2h13v13H6z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/>
+      <path d="M5 1007.362c-.554 0-1 .446-1 1v15c0 .554.446 1 1 1h15c.554 0 1-.446 1-1v-15c0-.554-.446-1-1-1zm1 2h13v13H6z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="star-12">
+    <g transform="translate(30 -1195.4)" color="#000">
+      <path d="M-23.5 1196.362l-1.25 3H-28l2.5 2.5-1.25 3.5 3.25-2 3.25 2-1.25-3.5 2.5-2.5h-3.25z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M-23.5 1196.362l-1.25 3H-28l2.5 2.5-1.25 3.5 3.25-2 3.25 2-1.25-3.5 2.5-2.5h-3.25z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="star-18">
+    <g color="#000" transform="translate(48 -1194.4)">
+      <path d="M-38.5 1196.362l-2 4H-45l3.5 4-1.694 5 4.694-2.89 4.694 2.89-1.694-5 3.5-4h-4.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M-38.5 1196.362l-2 4H-45l3.5 4-1.694 5 4.694-2.89 4.694 2.89-1.694-5 3.5-4h-4.5z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="star-24">
+    <g transform="translate(-130 -201.4)" color="#000">
+      <path d="M142.493 204.362l-2 6h-6.5l5 5-2.5 7 6-4 6 4-2.5-7 5-5h-6z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M142.493 204.362l-2 6h-6.5l5 5-2.5 7 6-4 6 4-2.5-7 5-5h-6z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="star-stroked-12">
+    <g transform="translate(30 -1219.4)" color="#000">
+      <path d="M-23.5 1220.362l-1.25 3H-28l2.5 2.5-1.25 3.5 3.25-2 3.25 2-1.25-3.5 2.5-2.5h-3.25l-1.25-3zm0 2l1 2h1.5l-1.5 1.5.5 1.5-1.5-1-1.5 1 .5-1.5-1.5-1.5h1.5l.5-1 .5-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M-23.5 1220.362l-1.25 3H-28l2.5 2.5-1.25 3.5 3.25-2 3.25 2-1.25-3.5 2.5-2.5h-3.25l-1.25-3zm0 2l1 2h1.5l-1.5 1.5.5 1.5-1.5-1-1.5 1 .5-1.5-1.5-1.5h1.5l.5-1 .5-1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="star-stroked-18">
+    <g color="#000" transform="translate(48 -1218.4)">
+      <path d="M-38.5 1220.362l-2 4H-45l3.5 4-1.688 5 4.688-2.875 4.688 2.875-1.688-5 3.5-4h-4.5zm0 2.5l1 2.5h3l-2.5 3 1.156 2.5-2.656-2-2.656 2 1.156-2.5-2.5-3h3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M-38.5 1220.362l-2 4H-45l3.5 4-1.688 5 4.688-2.875 4.688 2.875-1.688-5 3.5-4h-4.5zm0 2.5l1 2.5h3l-2.5 3 1.156 2.5-2.656-2-2.656 2 1.156-2.5-2.5-3h3z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="star-stroked-24">
+    <g transform="translate(-131 -201.4)" color="#000">
+      <path d="M143.493 204.362l-2 6h-6.5l5 5-2.5 7 6-4 6 4-2.5-7 5-5h-6.5zm0 4l1 3.5h4l-3.5 3.5 1.5 3.5-3-2.5-3 2.5 1.5-3.5-3.5-3.5h4z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M143.493 204.362l-2 6h-6.5l5 5-2.5 7 6-4 6 4-2.5-7 5-5h-6.5l-2-6zm0 4l1 3.5h4l-3.5 3.5 1.5 3.5-3-2.5-3 2.5 1.5-3.5-3.5-3.5h4l1-3.5z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="-402.5 403.5 12 12" id="suitcase-12">
+    <path d="M-393.5 406.5V405l-.5-.5h-4l-.5.5v1.5h-1.5l-.5.5v5l.5.5h8l.5-.5v-5l-.5-.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10"/>
+    <path d="M-393.5 406.5V405l-.5-.5h-4l-.5.5v1.5h-1.5l-.5.5v5l.5.5h8l.5-.5v-5l-.5-.5zm-4-1h3v1h-3zm-1 2h1v4h-1m5 0h-1v-4h1z" fill="#454545"/>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="-402.5 403.5 18 18" id="suitcase-18">
+    <path d="M-387.5 408.5h-3v-1c0-.553-.448-1-1-1h-3c-.552 0-1 .447-1 1v1h-3c-.552 0-1 .447-1 1v7c0 .553.448 1 1 1h11c.552 0 1-.447 1-1v-7c0-.553-.448-1-1-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-miterlimit="10"/>
+    <path d="M-387.5 408.5h-3v-1c0-.553-.448-1-1-1h-3c-.552 0-1 .447-1 1v1h-3c-.552 0-1 .447-1 1v7c0 .553.448 1 1 1h11c.552 0 1-.447 1-1v-7c0-.553-.448-1-1-1zm-7-1h3v1h-3zm-2 9h-1v-7h1zm8 0h-1v-7h1z" fill="#454545"/>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="-402.5 403.5 24 24" id="suitcase-24">
+    <path d="M-382.5 410.5h-4v-2c0-.553-.448-1-1-1h-5c-.552 0-1 .447-1 1v2h-4c-.552 0-1 .447-1 1v10c0 .553.448 1 1 1h15c.552 0 1-.447 1-1v-10c0-.553-.448-1-1-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-miterlimit="10"/>
+    <path d="M-382.5 410.5h-4v-2c0-.553-.448-1-1-1h-5c-.552 0-1 .447-1 1v2h-4c-.552 0-1 .447-1 1v10c0 .553.448 1 1 1h15c.552 0 1-.447 1-1v-10c0-.553-.448-1-1-1zm-12 11h-1v-10h1zm7-11h-5v-2h5zm3 11h-1v-10h1z" fill="#454545"/>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="swimming-12">
+    <g transform="translate(-517 -1219.4)" color="#000">
+      <path d="M525.5 1221.362l-.5.304-2.22 1.29c-.265.126-.362.513-.186.75l.61.828-2.204 1.828 1 .235 1.5-.47 1.5.47 1-.235-2.22-2.78 2.236-1.392-.016-.828zm1 2.047c-.552 0-1 .447-1 1 0 .55.448 1 1 1s1-.45 1-1c0-.553-.448-1-1-1zm-6 3.952l-1.5.47v1.03l.156-.047 1.344-.453 1.5.5 1.5-.5 1.5.5 1.5-.5 1.5.5v-1.03l-1.5-.47-1.5.47-1.5-.47-1.5.47-1.5-.47z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M525.5 1221.362l-.5.304-2.22 1.29c-.265.126-.362.513-.186.75l.61.828-2.204 1.828 1 .235 1.5-.47 1.5.47 1-.235-2.22-2.78 2.236-1.392-.016-.828zm1 2.047c-.552 0-1 .447-1 1 0 .55.448 1 1 1s1-.45 1-1c0-.553-.448-1-1-1zm-6 3.952l-1.5.47v1.03l.156-.047 1.344-.453 1.5.5 1.5-.5 1.5.5 1.5-.5 1.5.5v-1.03l-1.5-.47-1.5.47-1.5-.47-1.5.47-1.5-.47z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="swimming-18">
+    <g transform="translate(-499 -1220.4)" color="#000">
+      <path d="M510.75 1223.987c-.114 0-.313.048-.406.094l-2.875 1.408c-.386.182-.536.752-.283 1.093l.875 1.19-3.718 2.155 2 .813 2.156-.875 2.156.875.844-.875-2.594-3.47 2.188-1.124c.435-.22.42-.59.375-.814-.044-.21-.323-.468-.72-.468zm1.75 2.375c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5zm-4 4.5l-2 1-2.5-.937-2 .937v1.5l2-1 2.5 1 2-1.062 2 1.062 2-1.062 2.5 1.062v-1.5l-2.5-1-2 1-2-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M510.75 1223.987c-.114 0-.313.048-.406.094l-2.875 1.408c-.386.182-.536.752-.283 1.093l.875 1.19-3.718 2.155 2 .813 2.156-.875 2.156.875.844-.875-2.594-3.47 2.188-1.124c.435-.22.42-.59.375-.814-.044-.21-.323-.468-.72-.468zm1.75 2.375c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5zm-4 4.5l-2 1-2.5-.937-2 .937v1.5l2-1 2.5 1 2-1.062 2 1.062 2-1.062 2.5 1.062v-1.5l-2.5-1-2 1-2-1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="swimming-24">
+    <g transform="translate(-474 -1218.4)">
+      <path d="M489.125 1223.362c-.158 0-.434.093-.563.156l-4 1.938c-.532.252-.726 1.027-.375 1.5l1.22 1.656-4.72 3.656c1.13.23 1.977.938 2.813.938 1 0 1.5-1 3-1s2 1 3 1c.413 0 .833-.175 1.28-.375l-4.217-6.124 3.03-1.53c.603-.302.563-.818.5-1.126-.058-.292-.418-.688-.968-.688zm1.875 3c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm-11 8c-.694 0-1.34.405-2 .625v2.03c0 .002 1-.654 2-.655 1 0 2 1 3.5 1s1.974-.965 3-1c1 0 1.5 1 3 1s2.5-1 3.5-1c.702 0 2 .656 2 .656v-2.03c-.642-.248-1.343-.626-2-.626-1.5 0-2.5 1-3.5 1s-1.5-1-3-1-2 1-3 1-2-1-3.5-1z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M489.125 1223.362c-.158 0-.434.093-.563.156l-4 1.938c-.532.252-.726 1.027-.375 1.5l1.22 1.656-4.72 3.656c1.13.23 1.977.938 2.813.938 1 0 1.5-1 3-1s2 1 3 1c.413 0 .833-.175 1.28-.375l-4.217-6.124 3.03-1.53c.603-.302.563-.818.5-1.126-.058-.292-.418-.688-.968-.688zm1.875 3c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm-11 8c-.694 0-1.34.405-2 .625v2.03c0 .002 1-.654 2-.655 1 0 2 1 3.5 1s1.974-.965 3-1c1 0 1.5 1 3 1s2.5-1 3.5-1c.702 0 2 .656 2 .656v-2.03c-.642-.248-1.343-.626-2-.626-1.5 0-2.5 1-3.5 1s-1.5-1-3-1-2 1-3 1-2-1-3.5-1z" color="#000" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="telephone-12">
+    <g transform="translate(-360 -1315.4)" color="#000">
+      <path d="M367.5 1317.362l-5.5 5.5v2l1 1h1l1-1v-1l-1-1 3.5-3.5 1 1h1l1-1v-1l-1-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M367.5 1317.362l-5.5 5.5v2l1 1h1l1-1v-1l-1-1 3.5-3.5 1 1h1l1-1v-1l-1-1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="telephone-18">
+    <g transform="matrix(.8 0 0 .8 -240 -985.8)" color="#000">
+      <path d="M334 1317.03l-11.333 11.332v3.334l1.75 1.75 4-4-1.084-1.084 6.667-6.666 1.083 1.083 4-4-1.75-1.75H334zm5.583 2.25l-4 4 .417.416h1.333l2.667-2.667v-1.334l-.417-.417zm-10.666 10.666l-4 4 .416.416h1.334l2.666-2.666v-1.334l-.416-.416z" opacity=".3" fill="none" stroke="#fff" stroke-width="2.66666" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M334 1317.03l-11.333 11.332v3.334l1.75 1.75 4-4-1.084-1.084 6.667-6.666 1.083 1.083 4-4-1.75-1.75H334zm5.583 2.25l-4 4 .417.416h1.333l2.667-2.667v-1.334l-.417-.417zm-10.666 10.666l-4 4 .416.416h1.334l2.666-2.666v-1.334l-.416-.416z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="telephone-24">
+    <g transform="translate(-320 -1314.4)" color="#000">
+      <path d="M336 1318.362c-1 0-1.326.326-2 1l-8 8c-.5.5-1 1-1 2v1.5c0 1 .5 1.5 1 2l.563.563 3.5-3.5-.563-.563c-.5-.5 0-1 0-1l5.5-5.5s.5-.5 1 0l.563.563 3.5-3.5-.563-.563c-.5-.5-1-1-2-1H336zm4.438 1.938l-3.5 3.5.562.562c.354.354 1.146.354 1.5 0l2-2c.354-.354.354-1.146 0-1.5zm-10 10l-3.5 3.5.562.562c.354.354 1.146.354 1.5 0l2-2c.354-.353.354-1.146 0-1.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M336 1318.362c-1 0-1.326.326-2 1l-8 8c-.5.5-1 1-1 2v1.5c0 1 .5 1.5 1 2l.563.563 3.5-3.5-.563-.563c-.5-.5 0-1 0-1l5.5-5.5s.5-.5 1 0l.563.563 3.5-3.5-.563-.563c-.5-.5-1-1-2-1H336zm4.438 1.938l-3.5 3.5.562.562c.354.354 1.146.354 1.5 0l2-2c.354-.354.354-1.146 0-1.5zm-10 10l-3.5 3.5.562.562c.354.354 1.146.354 1.5 0l2-2c.354-.353.354-1.146 0-1.5z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="tennis-12">
+    <g transform="translate(-517 -1123.4)" color="#000">
+      <path d="M519 1127.362c0 1.657 1.343 3 3 3h2.5l3 3h.5v-.5l-3-3v-2.5c0-1.657-1.343-3-3-3s-3 1.343-3 3zm5 .5v1.5h-1.5zm-4.25 3c-.414 0-.75.336-.75.75s.336.75.75.75.75-.336.75-.75-.336-.75-.75-.75z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" overflow="visible"/>
+      <path d="M519 1127.362c0 1.657 1.343 3 3 3h2.5l3 3h.5v-.5l-3-3v-2.5c0-1.657-1.343-3-3-3s-3 1.343-3 3zm5 .5v1.5h-1.5zm-4.25 3c-.414 0-.75.336-.75.75s.336.75.75.75.75-.336.75-.75-.336-.75-.75-.75z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="tennis-18">
+    <g color="#000" transform="translate(-498 -1122.4)">
+      <path d="M505.5 1124.362c-2.534 0-4.5 1.966-4.5 4.5s2.142 4.5 4.676 4.5H509l4 4h1v-1l-4-4v-3.323c0-2.535-1.966-4.678-4.5-4.678zm3.5 5.706v2.294h-2.5zm-6.853 3.294c-.633 0-1.147.514-1.147 1.147s.514 1.146 1.147 1.146c.634 0 1.147-.513 1.147-1.147s-.513-1.148-1.147-1.148z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" overflow="visible"/>
+      <path d="M505.5 1124.362c-2.534 0-4.5 1.966-4.5 4.5s2.142 4.5 4.676 4.5H509l4 4h1v-1l-4-4v-3.323c0-2.535-1.966-4.678-4.5-4.678zm3.5 5.706v2.294h-2.5zm-6.853 3.294c-.633 0-1.147.514-1.147 1.147s.514 1.146 1.147 1.146c.634 0 1.147-.513 1.147-1.147s-.513-1.148-1.147-1.148z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="tennis-24">
+    <g color="#000" transform="translate(-474 -1122.4)">
+      <path d="M484 1125.362c-3.314 0-6 2.686-6 6s2.686 6 6 6h5l4.5 4.5c.316.316.506.5.906.5.125 0 .28 0 .438-.156.156-.156.156-.312.156-.437 0-.4-.218-.626-.5-.908l-4.5-4.5v-5c0-3.314-2.686-6-6-6zm5 8v3h-3zm-9.5 4c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" overflow="visible"/>
+      <path d="M484 1125.362c-3.314 0-6 2.686-6 6s2.686 6 6 6h5l4.5 4.5c.316.316.506.5.906.5.125 0 .28 0 .438-.156.156-.156.156-.312.156-.437 0-.4-.218-.626-.5-.908l-4.5-4.5v-5c0-3.314-2.686-6-6-6zm5 8v3h-3zm-9.5 4c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="theatre-12">
+    <g color="#000" transform="translate(-360 -1266.4)">
+      <path d="M362.5 1268.362c-.25 0-.5.25-.5.5v3c0 1.108.5 2.5 2.5 2.5.18 0 .343-.01.5-.03v-1.47h-2s.25-1 1.5-1c.25 0 .348.037.5.094v-1.094c0-.458.202-.81.453-1.062.25-.25.59-.438 1.047-.438h.5v-.5c0-.25-.264-.5-.5-.5-.5 0-1 .5-2 .5-.867 0-1.5-.5-2-.5zm1 2c.276 0 .5.224.5.5s-.224.5-.5.5-.5-.224-.5-.5.224-.5.5-.5zm3 0c-.236 0-.5.25-.5.5v3c0 1.108.5 2.5 2.5 2.5s2.5-1.392 2.5-2.5v-3c0-.25-.264-.5-.5-.5-.5 0-1.255.5-2 .5-.745 0-1.5-.5-2-.5zm1 2c.276 0 .5.224.5.5s-.224.5-.5.5-.5-.224-.5-.5.224-.5.5-.5zm2 0c.276 0 .5.224.5.5s-.224.5-.5.5-.5-.224-.5-.5.224-.5.5-.5zm-2.5 2h3s-.25 1-1.5 1-1.5-1-1.5-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M362.5 1268.362c-.25 0-.5.25-.5.5v3c0 1.108.5 2.5 2.5 2.5.18 0 .343-.01.5-.03v-1.47h-2s.25-1 1.5-1c.25 0 .348.037.5.094v-1.094c0-.458.202-.81.453-1.062.25-.25.59-.438 1.047-.438h.5v-.5c0-.25-.264-.5-.5-.5-.5 0-1 .5-2 .5-.867 0-1.5-.5-2-.5zm1 2c.276 0 .5.224.5.5s-.224.5-.5.5-.5-.224-.5-.5.224-.5.5-.5zm3 0c-.236 0-.5.25-.5.5v3c0 1.108.5 2.5 2.5 2.5s2.5-1.392 2.5-2.5v-3c0-.25-.264-.5-.5-.5-.5 0-1.255.5-2 .5-.745 0-1.5-.5-2-.5zm1 2c.276 0 .5.224.5.5s-.224.5-.5.5-.5-.224-.5-.5.224-.5.5-.5zm2 0c.276 0 .5.224.5.5s-.224.5-.5.5-.5-.224-.5-.5.224-.5.5-.5zm-2.5 2h3s-.25 1-1.5 1-1.5-1-1.5-1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="theatre-18">
+    <g transform="translate(-342 -1266.4)" color="#000">
+      <path d="M345.78 1268.362c-.388 0-.78.393-.78.78v5.502c0 1.723.764 3.78 3.875 3.78.28 0-.12-.026.125-.06v-2h-2.5s.555-2 2.5-2v-1.657c0-.713.11-1.454.5-1.845.39-.39.868-1.267 2.5-.5l1 .5v-1.718c0-.39-.392-.78-.78-.78-.723 0-2.22 1-3.22 1s-2.497-1-3.22-1zm1.22 2c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm3.78 1c-.365 0-.78.393-.78.78v5.22c0 1.724.89 4 4 4s4-2.276 4-4v-5.22c0-.387-.415-.78-.78-.78-.723 0-2.22 1-3.22 1s-2.497-1-3.22-1zm1.22 2c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm4 0c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm-4.5 4h5s-.556 2-2.5 2-2.5-2-2.5-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M345.78 1268.362c-.388 0-.78.393-.78.78v5.502c0 1.723.764 3.78 3.875 3.78.28 0-.12-.026.125-.06v-2h-2.5s.555-2 2.5-2v-1.657c0-.713.11-1.454.5-1.845.39-.39.888-1.308 2.5-.5l1 .5v-1.718c0-.39-.392-.78-.78-.78-.723 0-2.22 1-3.22 1s-2.497-1-3.22-1zm1.22 2c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm3.78 1c-.365 0-.78.393-.78.78v5.22c0 1.724.89 4 4 4s4-2.276 4-4v-5.22c0-.387-.415-.78-.78-.78-.723 0-2.22 1-3.22 1s-2.497-1-3.22-1zm1.22 2c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm4 0c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm-4.5 4h5s-.556 2-2.5 2-2.5-2-2.5-2z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="theatre-24">
+    <path d="M5 3c-.47 0-1 .5-1 1v7c0 2.216 1 5 5 5 .36 0 .686-.017 1-.062V13H6s.5-2 3-2c.5 0 .697.075 1 .188V9c0-.916.365-1.682 1-2 1-.5 1.404-.298 2 0l1 .5V4c0-.5-.53-1-1-1-1 0-2 1-4 1S6 3 5 3zm1.75 3.5C7.44 6.5 8 7.06 8 7.75S7.44 9 6.75 9 5.5 8.44 5.5 7.75 6.06 6.5 6.75 6.5zM12 8c-.47 0-1 .5-1 1v7c0 2.216 1 5 5 5s5-2.784 5-5V9c0-.5-.53-1-1-1-1 0-2 1-4 1s-3-1-4-1zm1.75 3.5c.69 0 1.25.56 1.25 1.25S14.44 14 13.75 14s-1.25-.56-1.25-1.25.56-1.25 1.25-1.25zm4.5 0c.69 0 1.25.56 1.25 1.25S18.94 14 18.25 14 17 13.44 17 12.75s.56-1.25 1.25-1.25zM13 17h6s-.5 2-3 2-3-2-3-2z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+    <path d="M5 3c-.47 0-1 .5-1 1v7c0 2.216 1 5 5 5 .36 0 .686-.017 1-.062V13H6s.5-2 3-2c.5 0 .697.075 1 .188V9c0-.916.365-1.682 1-2 1-.5 1.404-.298 2 0l1 .5V4c0-.5-.53-1-1-1-1 0-2 1-4 1S6 3 5 3zm1.75 3.5C7.44 6.5 8 7.06 8 7.75S7.44 9 6.75 9 5.5 8.44 5.5 7.75 6.06 6.5 6.75 6.5zM12 8c-.47 0-1 .5-1 1v7c0 2.216 1 5 5 5s5-2.784 5-5V9c0-.5-.53-1-1-1-1 0-2 1-4 1s-3-1-4-1zm1.75 3.5c.69 0 1.25.56 1.25 1.25S14.44 14 13.75 14s-1.25-.56-1.25-1.25.56-1.25 1.25-1.25zm4.5 0c.69 0 1.25.56 1.25 1.25S18.94 14 18.25 14 17 13.44 17 12.75s.56-1.25 1.25-1.25zM13 17h6s-.5 2-3 2-3-2-3-2z" color="#000" fill="#444" overflow="visible"/>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="toilets-12">
+    <g transform="matrix(.5 0 0 .5 -159 -645.2)" color="#000">
+      <path d="M326 1292.362c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm10 0c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm-12 6v3l-3 5h3v4h4v-4h3l-3-5v-3h-4zm8 0l2 7v5h4v-5l2-7h-8z" opacity=".3" fill="none" stroke="#fff" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M326 1292.362c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm10 0c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm-12 6v3l-3 5h3v4h4v-4h3l-3-5v-3h-4zm8 0l2 7v5h4v-5l2-7h-8z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="toilets-18">
+    <g transform="translate(-342 -1290.4)" color="#000">
+      <path d="M348 1291.362c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm7 0c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm-7.5 5l-1.5 1.5v2.5l-1.5 2.5.5.5h2v3h2v-3h2l.5-.5-1.5-2.5v-2.5l-1.5-1.5zm5.5 0l-1 1 2 4.5v4.5h2v-4.5l2-4.5-1-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M348 1291.362c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm7 0c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm-7.5 5l-1.5 1.5v2.5l-1.5 2.5.5.5h2v3h2v-3h2l.5-.5-1.5-2.5v-2.5l-1.5-1.5zm5.5 0l-1 1 2 4.5v4.5h2v-4.5l2-4.5-1-1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="toilets-24">
+    <g transform="translate(-318 -1290.4)" color="#000">
+      <path d="M326.5 1292.362c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm8 0c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm-8.5 6c-1 0-2 1-2 2v2l-1.5 4.5c0 .5.5.5 1 .5h1.5v4h3v-4h1.5c.5 0 1 0 1-.5l-1.5-4.5v-2c0-1-1-2-2-2zm6 0c-.5 0-1 .5-1 1l2 6v6h3v-6l2-6c0-.5-.5-1-1-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M326.5 1292.362c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm8 0c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm-8.5 6c-1 0-2 1-2 2v2l-1.5 4.5c0 .5.5.5 1 .5h1.5v4h3v-4h1.5c.5 0 1 0 1-.5l-1.5-4.5v-2c0-1-1-2-2-2zm6 0c-.5 0-1 .5-1 1l2 6v6h3v-6l2-6c0-.5-.5-1-1-1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="town-12">
+    <g transform="translate(-672 -1290.4)" color="#000">
+      <path d="M676 1292.862l-2 1.5v5h1.5v-1h1v1h1.5v-5zm-1 2h2v.5h-2zm4 .5v5h1.5v-1h1v1h1.5v-5l-2-1.5zm1 .5h2v.5h-2zm-5 1h2v.5h-2zm5 1h2v.5h-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M676 1292.862l-2 1.5v5h1.5v-1h1v1h1.5v-5zm-1 2h2v.5h-2zm4 .5v5h1.5v-1h1v1h1.5v-5l-2-1.5zm1 .5h2v.5h-2zm-5 1h2v.5h-2zm5 1h2v.5h-2z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="town-18">
+    <g transform="translate(-654 -1290.4)" color="#000">
+      <path d="M660 1293.362l-3 2v7h2v-2h2v2h2v-7zm4 4v7h2v-2h2v2h2v-7l-3-2zm-6-1h1v1h-1zm3 0h1v1h-1zm4 2h1v1h-1zm3 0h1v1h-1zm-10 0h1v1h-1zm3 0h1v1h-1zm4 2h1v1h-1zm3 0h1v1h-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M660 1293.362l-3 2v7h2v-2h2v2h2v-7zm4 4v7h2v-2h2v2h2v-7l-3-2zm-6-1h1v1h-1zm3 0h1v1h-1zm4 2h1v1h-1zm3 0h1v1h-1zm-10 0h1v1h-1zm3 0h1v1h-1zm4 2h1v1h-1zm3 0h1v1h-1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="town-24">
+    <g transform="translate(-630 -1290.4)" color="#000">
+      <path d="M638 1296.362l-3 1.5c-.51.256-1 1-1 1.5v8h3v-3h2v3h3v-8c0-.5-.502-1.25-1-1.5l-3-1.5zm9 2l-3 1.5c-.51.256-1 1-1 1.5v8h3v-3h2v3h3v-8c0-.5-.502-1.25-1-1.5l-3-1.5zm-12 2h2v1h-2v-1zm4 0h2v1h-2v-1zm-4 2h2v1h-2v-1zm4 0h2v1h-2v-1zm5 0h2v1h-2v-1zm4 0h2v1h-2v-1zm-4 2h2v1h-2v-1zm4 0h2v1h-2v-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M638 1296.362l-3 1.5c-.51.256-1 1-1 1.5v8h3v-3h2v3h3v-8c0-.5-.502-1.25-1-1.5l-3-1.5zm9 2l-3 1.5c-.51.256-1 1-1 1.5v8h3v-3h2v3h3v-8c0-.5-.502-1.25-1-1.5l-3-1.5zm-12 2h2v1h-2v-1zm4 0h2v1h-2v-1zm-4 2h2v1h-2v-1zm4 0h2v1h-2v-1zm5 0h2v1h-2v-1zm4 0h2v1h-2v-1zm-4 2h2v1h-2v-1zm4 0h2v1h-2v-1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="town-hall-12">
+    <path d="M6.5 1L3 3h7zm-3 3c-.277 0-.5.223-.5.5V9l-1 1h9l-1-1V4.5c0-.277-.223-.5-.5-.5zM4 5.5l.5-.5.5.5V8H4zm2 0l.5-.5.5.5V8H6zm2 0l.5-.5.5.5V8H8z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+    <path d="M6.5 1L3 3h7zm-3 3c-.277 0-.5.223-.5.5V9l-1 1h9l-1-1V4.5c0-.277-.223-.5-.5-.5zM4 5.5l.5-.5.5.5V8H4zm2 0l.5-.5.5.5V8H6zm2 0l.5-.5.5.5V8H8z" color="#000" fill="#444" overflow="visible"/>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="town-hall-18">
+    <path d="M9.5 2L4 5h11zM5 6c-.5 0-1 .493-1 .938V12l-1 2.5c0 .36.234.5.5.5h12c.256 0 .5-.14.5-.5L15 12V6.937C15 6.494 14.5 6 14 6zm1.5 1l.5.5V12H6V7.5zm3 0l.5.5V12H9V7.5zm3 0l.5.5V12h-1V7.5z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+    <path d="M9.5 2L4 5h11zM5 6c-.5 0-1 .493-1 .938V12l-1 2.5c0 .36.234.5.5.5h12c.256 0 .5-.14.5-.5L15 12V6.937C15 6.494 14.5 6 14 6zm1.5 1l.5.5V12H6V7.5zm3 0l.5.5V12H9V7.5zm3 0l.5.5V12h-1V7.5z" color="#000" fill="#444" overflow="visible"/>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="town-hall-24">
+    <path d="M12.5 3L5 8h15zM6 9c-.554 0-1 .446-1 1v7l-1.75 3c-.148.254-.25.357-.25.5 0 .5.632.5 1 .5h17c.355 0 1 0 1-.5 0-.146-.087-.22-.25-.5L20 17v-7c0-.554-.446-1-1-1zm2 2c.554 0 .91.454 1 1v6H7v-6c0-.554.446-1 1-1zm4.5 0c.554 0 1.01.446 1 1v6h-2v-6c0-.554.446-1 1-1zm4.5 0c.554 0 1 .446 1 1v6h-2v-6c0-.554.446-1 1-1z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+    <path d="M12.5 3L5 8h15zM6 9c-.554 0-1 .446-1 1v7l-1.75 3c-.148.254-.25.357-.25.5 0 .5.632.5 1 .5h17c.355 0 1 0 1-.5 0-.146-.087-.22-.25-.5L20 17v-7c0-.554-.446-1-1-1zm2 2c.554 0 .91.454 1 1v6H7v-6c0-.554.446-1 1-1zm4.5 0c.554 0 1.01.446 1 1v6h-2v-6c0-.554.446-1 1-1zm4.5 0c.554 0 1 .446 1 1v6h-2v-6c0-.554.446-1 1-1z" color="#000" fill="#444" overflow="visible"/>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="triangle-12">
+    <g color="#000" fill="#444" font-family="Sans" transform="translate(30 -1170.4)">
+      <path d="M-23.5 1172.362c-.25 0-.363.12-.438.25l-4 7c-.044.077-.062.164-.062.25 0 .375.25.5.5.5h8c.25 0 .5-.125.5-.5 0-.086-.018-.173-.063-.25l-4-7c-.074-.13-.187-.25-.437-.25z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" stroke="#fff" stroke-width="2" overflow="visible"/>
+      <path d="M-23.5 1172.362c-.25 0-.363.12-.438.25l-4 7c-.044.077-.062.164-.062.25 0 .375.25.5.5.5h8c.25 0 .5-.125.5-.5 0-.086-.018-.173-.063-.25l-4-7c-.074-.13-.187-.25-.437-.25z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="triangle-18">
+    <g color="#000" fill="#444" font-family="Sans" transform="translate(48 -1170.4)">
+      <path d="M-38.5 1173.362c-.36 0-.524.173-.632.36l-5.778 10.557c-.063.11-.09.235-.09.36 0 .542.36.722.722.722h11.556c.36 0 .722-.18.722-.722 0-.124-.027-.25-.09-.36l-5.778-10.557c-.108-.188-.27-.36-.632-.36z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" stroke="#fff" stroke-width="2" overflow="visible"/>
+      <path d="M-38.5 1173.362c-.36 0-.524.173-.632.36l-5.778 10.557c-.063.11-.09.235-.09.36 0 .542.36.722.722.722h11.556c.36 0 .722-.18.722-.722 0-.124-.027-.25-.09-.36l-5.778-10.557c-.108-.188-.27-.36-.632-.36z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="triangle-24">
+    <g transform="translate(108.9 -1157.9)" color="#000" fill="#444" font-family="Sans">
+      <path d="M-96.375 1161.862c-.5 0-.726.24-.875.5l-8.5 14c-.088.154-.125.328-.125.5 0 .75.5 1 1 1h17c.5 0 1-.25 1-1 0-.172-.037-.346-.125-.5l-8.5-14c-.15-.26-.375-.5-.875-.5z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" stroke="#fff" stroke-width="2" overflow="visible"/>
+      <path d="M-96.375 1161.862c-.5 0-.726.24-.875.5l-8.5 14c-.088.154-.125.328-.125.5 0 .75.5 1 1 1h17c.5 0 1-.25 1-1 0-.172-.037-.346-.125-.5l-8.5-14c-.15-.26-.375-.5-.875-.5z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="triangle-stroked-12">
+    <g color="#000" fill="#444" font-family="Sans" transform="translate(30 -1146.4)">
+      <path d="M-23.5 1148.362c-.25 0-.363.12-.438.25l-4 7c-.044.077-.062.164-.062.25 0 .375.25.5.5.5h8c.25 0 .5-.125.5-.5 0-.086-.018-.173-.063-.25l-4-7c-.074-.13-.187-.25-.437-.25zm0 1.5l3 5.5h-6l3-5.5z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" stroke="#fff" stroke-width="2" overflow="visible"/>
+      <path d="M-23.5 1148.362c-.25 0-.363.12-.438.25l-4 7c-.044.077-.062.164-.062.25 0 .375.25.5.5.5h8c.25 0 .5-.125.5-.5 0-.086-.018-.173-.063-.25l-4-7c-.074-.13-.187-.25-.437-.25zm0 1.5l3 5.5h-6l3-5.5z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="triangle-stroked-18">
+    <g color="#000" fill="#444" font-family="Sans" transform="translate(48 -1146.4)">
+      <path d="M-38.5 1149.362c-.36 0-.517.187-.625.375l-5.78 10.53c-.065.113-.095.252-.095.377 0 .54.358.718.72.718h11.56c.362 0 .72-.177.72-.72 0-.123-.03-.262-.094-.373l-5.78-10.533c-.11-.188-.265-.375-.626-.375zm0 2l4.5 8.5h-9l4.5-8.5z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" stroke="#fff" stroke-width="2" overflow="visible"/>
+      <path d="M-38.5 1149.362c-.36 0-.517.187-.625.375l-5.78 10.53c-.065.113-.095.252-.095.377 0 .54.358.718.72.718h11.56c.362 0 .72-.177.72-.72 0-.123-.03-.262-.094-.373l-5.78-10.533c-.11-.188-.265-.375-.626-.375zm0 2l4.5 8.5h-9l4.5-8.5z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="triangle-stroked-24">
+    <g transform="translate(68.9 -1157.9)" color="#000" fill="#444" font-family="Sans">
+      <path d="M-56.375 1161.862c-.5 0-.726.24-.875.5l-8.5 14c-.088.154-.125.328-.125.5 0 .75.5 1 1 1h17c.5 0 1-.25 1-1 0-.172-.037-.346-.125-.5l-8.5-14c-.15-.26-.375-.5-.875-.5zm0 3l6.78 11h-13.56z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" stroke="#fff" stroke-width="2" overflow="visible"/>
+      <path d="M-56.375 1161.862c-.5 0-.726.24-.875.5l-8.5 14c-.088.154-.125.328-.125.5 0 .75.5 1 1 1h17c.5 0 1-.25 1-1 0-.172-.037-.346-.125-.5l-8.5-14c-.15-.26-.375-.5-.875-.5zm0 3l6.78 11h-13.56z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="village-12">
+    <g transform="translate(-672 -1314.4)" color="#000">
+      <path d="M676.5 1316.862l-2.5 2.5h1v3h1v-1.5h1v1.5h1v-3h1zm4 2l-2 2v.5h.5v3h1v-1.5h1v1.5h1v-3h1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M676.5 1316.862l-2.5 2.5h1v3h1v-1.5h1v1.5h1v-3h1l-2.5-2.5zm4 2l-2 2v.5h.5v3h1v-1.5h1v1.5h1v-3h1l-2.5-2.5z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="village-18">
+    <g transform="translate(-654 -1314.4)" color="#000">
+      <path d="M660.5 1318.862l-3.5 2.5v1h1v4h2v-2h1v2h2v-4h1v-1l-3.5-2.5zm6 2l-3 2.156v1.344h.5v4h2v-2h1v2h2v-4h1v-1l-3.5-2.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M660.5 1318.862l-3.5 2.5v1h1v4h2v-2h1v2h2v-4h1v-1l-3.5-2.5zm6 2l-3 2.156v1.344h.5v4h2v-2h1v2h2v-4h1v-1l-3.5-2.5z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="village-24">
+    <g transform="translate(-630 -1314.4)" color="#000">
+      <path d="M638 1319.362l-4.5 4c-.5.5 0 1 .5 1h1v5h2v-3h2v3h2v-5h1c.5 0 1-.5.5-1l-4.5-4zm9 3l-4.5 4c-.5.5 0 1 .5 1h1v5h2v-3h2v3h2v-5h1c.5 0 1-.5.5-1l-4.5-4z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M638 1319.362l-4.5 4c-.5.5 0 1 .5 1h1v5h2v-3h2v3h2v-5h1c.5 0 1-.5.5-1l-4.5-4zm9 3l-4.5 4c-.5.5 0 1 .5 1h1v5h2v-3h2v3h2v-5h1c.5 0 1-.5.5-1l-4.5-4z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="warehouse-12">
+    <g transform="translate(-672 -1050.4)" color="#000">
+      <path d="M679 1052.362h-1l-4 3.313v.687h1v4h2v-.5h3v.5h2v-4h1v-.687zm-2 4.5h3v.5h-3zm0 1h3v.5h-3zm0 1h3v.5h-3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M679 1052.362h-1l-4 3.313v.687h1v4h2v-.5h3v.5h2v-4h1v-.687zm-2 4.5h3v.5h-3zm0 1h3v.5h-3zm0 1h3v.5h-3z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="warehouse-18">
+    <g transform="translate(-654 -1050.4)" color="#000">
+      <path d="M664 1053.362h-1l-6 5v1h1v6h11v-6h1v-1zm-3 6.5h5v.5h-5zm0 2h5v.5h-5zm0 2h5v.5h-5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M664 1053.362h-1l-6 5v1h1v6h11v-6h1v-1zm-3 6.5h5v.5h-5zm0 2h5v.5h-5zm0 2h5v.5h-5z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="warehouse-24">
+    <g transform="translate(-630 -1074.4)" color="#000">
+      <path d="M641 1077.362l-7.5 6.5c-.362.302-.5.5-.5.75 0 .496.5.75 1 .75h1v8c0 .554.446 1 1 1h13c.554 0 1-.446 1-1v-8h1c.5 0 1-.254 1-.75 0-.25-.138-.448-.5-.75l-7.5-6.5zm-2 9h7v.5h-7zm0 2h7v.5h-7zm0 2h7v.5h-7zm0 2h7v.5h-7z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
+      <path d="M641 1077.362l-7.5 6.5c-.362.302-.5.5-.5.75 0 .496.5.75 1 .75h1v8c0 .554.446 1 1 1h13c.554 0 1-.446 1-1v-8h1c.5 0 1-.254 1-.75 0-.25-.138-.448-.5-.75l-7.5-6.5zm-2 9h7v.5h-7zm0 2h7v.5h-7zm0 2h7v.5h-7zm0 2h7v.5h-7z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="waste-basket-12">
+    <g transform="translate(-360 -1266.4)" color="#000">
+      <path d="M364.5 1267.362v2H363v1h7v-1h-1.5v-2zm.5 1h3v1h-2.99zm-2 2.5l1 6.5H369l1-6.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M364.5 1267.362v2H363v1h7v-1h-1.5v-2zm.5 1h3v1h-2.99zm-2 2.5l1 6.5H369l1-6.5z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="waste-basket-18">
+    <g transform="translate(-342 -1266.4)" color="#000">
+      <path d="M349.518 1268.362c-.204 0-.268.164-.268.37v1.63h-2.513c-.408 0-.737.092-.737.5 0 .408.33.5.737.5h9.526c.408 0 .737-.092.737-.5 0-.408-.33-.5-.737-.5h-2.513v-1.63c0-.205-.164-.37-.368-.37zm.482.737h3v1.262h-3zm-3.263 3.262c-.408 0-.788.334-.72.737l1.404 8.525c.067.403.33.737.738.737h6.63c.41 0 .67-.334.738-.737l1.458-8.526c.07-.403-.313-.738-.72-.738z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M349.518 1268.362c-.204 0-.268.164-.268.37v1.63h-2.513c-.408 0-.737.092-.737.5 0 .408.33.5.737.5h9.526c.408 0 .737-.092.737-.5 0-.408-.33-.5-.737-.5h-2.513v-1.63c0-.205-.164-.37-.368-.37zm.482.737h3v1.262h-3zm-3.263 3.262c-.408 0-.788.334-.72.737l1.404 8.525c.067.403.33.737.738.737h6.63c.41 0 .67-.334.738-.737l1.458-8.526c.07-.403-.313-.738-.72-.738z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="waste-basket-24">
+    <g transform="translate(-318 -1266.4)" color="#000">
+      <path d="M328.5 1268.362c-.277 0-.5.223-.5.5v1.5h-4c-.554 0-1 .446-1 1s.446 1 1 1h13c.554 0 1-.446 1-1s-.446-1-1-1h-4v-1.5c0-.277-.223-.5-.5-.5zm.5 1h3v1h-3zm-5 4c-.554 0-1.075.454-.984 1l1.984 12c.09.547.446 1 1 1h9c.554 0 .91-.453 1-1l1.984-12c.09-.546-.43-1-.984-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M328.5 1268.362c-.277 0-.5.223-.5.5v1.5h-4c-.554 0-1 .446-1 1s.446 1 1 1h13c.554 0 1-.446 1-1s-.446-1-1-1h-4v-1.5c0-.277-.223-.5-.5-.5zm.5 1h3v1h-3zm-5 4c-.554 0-1.075.454-.984 1l1.984 12c.09.547.446 1 1 1h9c.554 0 .91-.453 1-1l1.984-12c.09-.546-.43-1-.984-1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="water-12">
+    <g transform="translate(-282 -1290.4)" color="#000">
+      <path d="M288.5 1301.362c-1.614 0-3.5-1-3.5-3.5 0-1.75 2.75-5.5 3.5-6.5.75 1 3.5 4.75 3.5 6.5 0 2.5-1.886 3.5-3.5 3.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M288.5 1301.362c-1.614 0-3.5-1-3.5-3.5 0-1.75 2.75-5.5 3.5-6.5.75 1 3.5 4.75 3.5 6.5 0 2.5-1.886 3.5-3.5 3.5z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="water-18">
+    <g transform="translate(-264 -1290.4)" color="#000">
+      <path d="M273.5 1305.362c-2.332 0-4.5-2-4.5-4.5 0-2.528 3.417-7.055 4.5-8.5 1.083 1.445 4.5 5.972 4.5 8.5 0 2.5-2.168 4.5-4.5 4.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M273.5 1305.362c-2.332 0-4.5-2-4.5-4.5 0-2.528 3.417-7.055 4.5-8.5 1.083 1.445 4.5 5.972 4.5 8.5 0 2.5-2.168 4.5-4.5 4.5z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="water-24">
+    <g transform="translate(-240 -1290.4)" color="#000">
+      <path d="M259 1304.862c0-3.5-5-9.5-6.5-11.5-1.5 2-6.5 8-6.5 11.5s3.27 6.5 6.5 6.5 6.5-3 6.5-6.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M259 1304.862c0-3.5-5-9.5-6.5-11.5-1.5 2-6.5 8-6.5 11.5s3.27 6.5 6.5 6.5 6.5-3 6.5-6.5z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="wetland-12">
+    <g transform="translate(-282 -1314.4)" color="#000">
+      <path d="M291 1316.362l-1.5 1.5-1 2.5v1.5l1.5.5.53-.187c.14-.723.416-1.544.47-1.813h2l-1-1h-1l-1 1 .5-2 1-1h1l-1-1h-.5zm-5 3l-1 1h2v2l1-.344v-1.656l-1-1h-1zm-.5 3.5l-1.5.47v1.03l1.5-.5 1.5.5 1.5-.5 1.5.5 1.5-.5 1.5.5v-1.03l-1.5-.47-1.5.5-1.5-.5-1.5.5-1.5-.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M291 1316.362l-1.5 1.5-1 2.5v1.5l1.5.5.53-.187c.14-.723.416-1.544.47-1.813h2l-1-1h-1l-1 1 .5-2 1-1h1l-1-1h-.5zm-5 3l-1 1h2v2l1-.344v-1.656l-1-1h-1zm-.5 3.5l-1.5.47v1.03l1.5-.5 1.5.5 1.5-.5 1.5.5 1.5-.5 1.5.5v-1.03l-1.5-.47-1.5.5-1.5-.5-1.5.5-1.5-.5z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="wetland-18">
+    <g transform="translate(-264 -1314.4)" color="#000">
+      <path d="M277 1317.362c-1 0-2.79 1.803-3.094 3.406l-.937 4.876.53-.282 2 1 .906-.375c.14-.75.462-2.47.594-3.125.153-.762.8-1.5 1.5-1.5h1l-1-1H277l-1 1v-1c0-1 1.006-2 1.906-2H279l-1-1h-1zm-8.5 3l-1 1h1c.7 0 1.347.738 1.5 1.5.133.662.458 2.426.594 3.156l.875.344.842-.406-.812-3.594c-.09-.4-.202-.685-.5-1l-1-1h-1.5zm.5 6l-2 1v1.5l2-1 2.5 1 2-1 2 1 2.5-.844 2 .844v-1.5l-2-1-2.5 1-2-1-2 1-2.5-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M277 1317.362c-1 0-2.79 1.803-3.094 3.406l-.937 4.876.53-.282 2 1 .906-.375c.14-.75.462-2.47.594-3.125.153-.762.8-1.5 1.5-1.5h1l-1-1H277l-1 1v-1c0-1 1.006-2 1.906-2H279l-1-1h-1zm-8.5 3l-1 1h1c.7 0 1.347.738 1.5 1.5.133.662.458 2.426.594 3.156l.875.344.842-.406-.812-3.594c-.09-.4-.202-.685-.5-1l-1-1h-1.5zm.5 6l-2 1v1.5l2-1 2.5 1 2-1 2 1 2.5-.844 2 .844v-1.5l-2-1-2.5 1-2-1-2 1-2.5-1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="wetland-24">
+    <g transform="translate(-240 -1314.4)" color="#000">
+      <path d="M257 1318.362c-2 0-3.597 2-4 4l-1.125 5.563c.187-.04.397-.062.625-.062 1.5 0 2 1 3 1 .197 0 .393-.032.594-.094.225-1.123.75-3.628.906-4.408.192-.952 1-2 2-2h1c0-.5-.5-1-1-1h-1c-.83 0-1.6.307-2.156.75l.156-.75c.197-.98 1-2 2-2h1c0-.5-.5-1-1-1h-1zm-11 3c-.5 0-1 .5-1 1h1c1 0 1.808 1.048 2 2 .152.756.663 3.203.906 4.406.2.063.397.095.594.095.566 0 .983-.316 1.5-.594l-1-4.907c-.2-1-1.5-2-3-2h-1zm0 8c-.694 0-1.34.405-2 .625v2.03c0 .002 1-.654 2-.655 1 0 2 1 3.5 1s1.974-.965 3-1c1 0 1.5 1 3 1s2.5-1 3.5-1c.702 0 2 .656 2 .656v-2.03c-.642-.248-1.343-.626-2-.626-1.5 0-2.5 1-3.5 1s-1.5-1-3-1-2 1-3 1-2-1-3.5-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M257 1318.362c-2 0-3.597 2-4 4l-1.125 5.563c.187-.04.397-.062.625-.062 1.5 0 2 1 3 1 .197 0 .393-.032.594-.094.225-1.123.75-3.628.906-4.408.192-.952 1-2 2-2h1c0-.5-.5-1-1-1h-1c-.83 0-1.6.307-2.156.75l.156-.75c.197-.98 1-2 2-2h1c0-.5-.5-1-1-1h-1zm-11 3c-.5 0-1 .5-1 1h1c1 0 1.808 1.048 2 2 .152.756.663 3.203.906 4.406.2.063.397.095.594.095.566 0 .983-.316 1.5-.594l-1-4.907c-.2-1-1.5-2-3-2h-1zm0 8c-.694 0-1.34.405-2 .625v2.03c0 .002 1-.654 2-.655 1 0 2 1 3.5 1s1.974-.965 3-1c1 0 1.5 1 3 1s2.5-1 3.5-1c.702 0 2 .656 2 .656v-2.03c-.642-.248-1.343-.626-2-.626-1.5 0-2.5 1-3.5 1s-1.5-1-3-1-2 1-3 1-2-1-3.5-1z" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 12 12" id="zoo-12">
+    <g transform="translate(-204 -1170.4)">
+      <path d="M212.5 1171.362c-1 1.5-.892 3.003-2 4-1.058.953-3.5.626-3.5 2v.5c0 .5.5.976.5 1.5v.5c0 .75-.25.75-.5 1.5h.5l1-1.5v1.5h.5v-3h1v3h.5v-2.5h1l.5 2.5h.5l-.5-4v-1.5l1-3.5h1v-1z" opacity=".3" color="#000" fill="#444" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M212.5 1171.362c-1 1.5-.892 3.003-2 4-1.058.953-3.5.626-3.5 2v.5c0 .5.5.976.5 1.5v.5c0 .75-.25.75-.5 1.5h.5l1-1.5v1.5h.5v-3h1v3h.5v-2.5h1l.5 2.5h.5l-.5-4v-1.5l1-3.5h1v-1z" color="#000" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 18 18" id="zoo-18">
+    <g color="#000" fill="#444" transform="translate(-186 -1170.4)">
+      <path d="M199 1172.362c-1.333 2-1.523 3.67-3 5-1.41 1.27-4 .834-4 2.667v.666c0 .666.667 1.3.667 2v.666c0 1-.334 1-.667 2h.667l1.333-2v2h1v-4h1v4h1v-3l1 3h.667l-1.02-4.187c.392-.24.353-.683.353-1.146v-2l1.5-3.668 1.5.5v-.5l-.333-.333z" opacity=".3" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M199 1172.362c-1.333 2-1.523 3.67-3 5-1.41 1.27-4 .834-4 2.667v.666c0 .666.667 1.3.667 2v.666c0 1-.334 1-.667 2h.667l1.333-2v2h1v-4h1v4h1v-3l1 3h.667l-1.02-4.187c.392-.24.353-.683.353-1.146v-2l1.5-3.668 1.5.5v-.5l-.333-.333z" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
+  </symbol>
+  <symbol viewBox="0 0 24 24" id="zoo-24">
+    <g transform="translate(0 -1005.4)">
+      <path d="M17 1007.362c-2 3-3.784 5.005-6 7-2.117 1.906-6 1.252-6 4v1c0 1 1 1.952 1 3v1c0 1.5-.5 1.5-1 3h1l2-3v3h1v-6h2v6h1v-4.5l1 1.5 1 3h1l-1.53-6.28c.588-.36.53-1.026.53-1.72v-3l4-5.5 1.437.446c.3.093.563.055.563-.196 0-.5-.327-.61-.5-.75z" opacity=".3" color="#000" fill="#444" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
+      <path d="M17 1007.362c-2 3-3.784 5.005-6 7-2.117 1.906-6 1.25-6 4v1c0 1 1 1.952 1 3v1c0 1.5-.5 1.5-1 3h1l2-3v3h1v-6h2v6h1v-4.5l1 1.5 1 3h1l-1.53-6.28c.588-.36.53-1.026.53-1.72v-3l4-5.5 1.437.445c.3.093.563.055.563-.195 0-.5-.327-.61-.5-.75z" color="#000" fill="#444" overflow="visible"/>
+    </g>
+    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
+  </symbol>
+</svg>
\ No newline at end of file
diff --git a/vendor/assets/iD/iD/img/relation-presets.png b/vendor/assets/iD/iD/img/relation-presets.png
deleted file mode 100644 (file)
index ef444fb..0000000
Binary files a/vendor/assets/iD/iD/img/relation-presets.png and /dev/null differ
diff --git a/vendor/assets/iD/iD/img/sprite.svg b/vendor/assets/iD/iD/img/sprite.svg
deleted file mode 100644 (file)
index 7aec0cc..0000000
+++ /dev/null
@@ -1,2177 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   version="1.1"
-   width="800"
-   height="560"
-   id="svg12393"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="sprite.svg">
-  <sodipodi:namedview
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1"
-     objecttolerance="10"
-     gridtolerance="10000"
-     guidetolerance="10"
-     inkscape:pageopacity="0"
-     inkscape:pageshadow="2"
-     inkscape:window-width="1440"
-     inkscape:window-height="856"
-     id="namedview392"
-     showgrid="true"
-     inkscape:zoom="16"
-     inkscape:cx="641.185"
-     inkscape:cy="531.10386"
-     inkscape:window-x="285"
-     inkscape:window-y="196"
-     inkscape:window-maximized="0"
-     inkscape:current-layer="svg12393"
-     showguides="true"
-     inkscape:guide-bbox="true"
-     inkscape:snap-global="true"
-     inkscape:snap-bbox="true"
-     inkscape:snap-bbox-midpoints="true"
-     inkscape:snap-nodes="true"
-     inkscape:object-paths="true"
-     inkscape:object-nodes="true">
-    <inkscape:grid
-       type="xygrid"
-       id="grid6326"
-       empspacing="5"
-       visible="true"
-       enabled="true"
-       snapvisiblegridlinesonly="true" />
-    <sodipodi:guide
-       position="0,0"
-       orientation="0,800"
-       id="guide4211" />
-    <sodipodi:guide
-       position="800,0"
-       orientation="-560,0"
-       id="guide4213" />
-    <sodipodi:guide
-       position="800,560"
-       orientation="0,-800"
-       id="guide4215" />
-    <sodipodi:guide
-       position="0,560"
-       orientation="560,0"
-       id="guide4217" />
-    <sodipodi:guide
-       orientation="-0.41905696,-0.90795995"
-       position="605.89428,543.66418"
-       id="guide6207" />
-    <sodipodi:guide
-       orientation="-0.41906091,0.90795812"
-       position="634,553.53846"
-       id="guide6209" />
-    <sodipodi:guide
-       orientation="-0.41576267,-0.90947315"
-       position="646,553.53846"
-       id="guide6219" />
-    <sodipodi:guide
-       orientation="1,0"
-       position="480,470"
-       id="guide3809" />
-    <sodipodi:guide
-       orientation="1,0"
-       position="500,505"
-       id="guide3811" />
-    <sodipodi:guide
-       orientation="0,1"
-       position="495,480"
-       id="guide3813" />
-    <sodipodi:guide
-       orientation="0,1"
-       position="515,460"
-       id="guide3815" />
-    <sodipodi:guide
-       orientation="1,0"
-       position="520,475"
-       id="guide3817" />
-    <sodipodi:guide
-       orientation="0,1"
-       position="505,440"
-       id="guide3819" />
-    <sodipodi:guide
-       orientation="1,0"
-       position="540,470"
-       id="guide3821" />
-  </sodipodi:namedview>
-  <defs
-     id="defs12395">
-    <clipPath
-       id="clipPath9141-6">
-      <path
-         d="m -130.5,657.36216 c 3.04349,0 5.5,2.45651 5.5,5.5 0,3.04349 -2.45651,5.5 -5.5,5.5 -3.04349,0 -5.5,-2.45651 -5.5,-5.5 0,-3.04349 2.45651,-5.5 5.5,-5.5 z"
-         id="path9143-8"
-         style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ff00ff;fill-opacity:1;stroke:none;stroke-width:0.99999988;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-         inkscape:connector-curvature="0" />
-    </clipPath>
-  </defs>
-  <metadata
-     id="metadata12398">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-        <dc:title />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     style="fill:#ffffff;fill-opacity:1"
-     id="g58869"
-     transform="translate(80.03464,-25.104236)">
-    <g
-       style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter8013-4);enable-background:accumulate"
-       id="g58871" />
-    <g
-       style="fill:#ffffff;fill-opacity:1"
-       id="g58873" />
-  </g>
-  <g
-     style="fill:#6bc641;fill-opacity:1;display:inline"
-     id="g5460"
-     transform="translate(-346,-101.36218)" />
-  <g
-     style="opacity:0.25;fill:#000000;fill-opacity:1;display:inline"
-     id="g16215"
-     transform="translate(-346,-62.362177)" />
-  <g
-     style="display:inline"
-     id="g16306-5"
-     transform="matrix(-0.70710678,0.70710679,0.70710679,0.70710678,852.1436,-601.56033)" />
-  <g
-     id="g58885"
-     transform="translate(80.03464,-6.1042359)">
-    <g
-       style="color:#000000;fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter8013-4);enable-background:accumulate"
-       id="g58887" />
-    <g
-       id="g58889" />
-  </g>
-  <g
-     style="fill:#ffffff;fill-opacity:1;display:inline"
-     id="g11035"
-     transform="translate(-379,-135)">
-    <g
-       style="fill:#ffffff;fill-opacity:1;display:inline"
-       id="g11037"
-       transform="matrix(0.70710678,0.70710679,-0.70710679,0.70710678,-113.14357,-447.56033)" />
-    <g
-       style="fill:#ffffff;fill-opacity:1;display:inline"
-       id="g11041"
-       transform="matrix(-0.70710678,0.70710679,0.70710679,0.70710678,1293.1436,-447.56033)" />
-  </g>
-  <g
-     style="fill:#1a1a1a;fill-opacity:1;display:inline"
-     id="g9591"
-     transform="translate(480,-653.36218)">
-    <path
-       inkscape:connector-curvature="0"
-       style="color:#000000;fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       id="path9593"
-       transform="translate(0,52.362183)"
-       d="m -130.5,603 c -4.14213,0 -7.5,3.35787 -7.5,7.5 0,4.14214 3.35787,7.5 7.5,7.5 4.14213,0 7.5,-3.35786 7.5,-7.5 0,-4.14213 -3.35787,-7.5 -7.5,-7.5 z m 0,1 c 3.58393,0 6.5,2.91607 6.5,6.5 0,3.58393 -2.91607,6.5 -6.5,6.5 -3.58393,0 -6.5,-2.91607 -6.5,-6.5 0,-3.58393 2.91607,-6.5 6.5,-6.5 z" />
-    <g
-       style="fill:#1a1a1a;fill-opacity:1"
-       id="g9595"
-       clip-path="url(#clipPath9141-6)">
-      <rect
-         style="color:#000000;fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-         id="rect9597"
-         y="657.36218"
-         x="-131"
-         height="6"
-         width="1" />
-      <g
-         style="fill:#1a1a1a;fill-opacity:1"
-         id="g9599">
-        <path
-           inkscape:connector-curvature="0"
-           style="opacity:0.2;color:#000000;fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           id="path9601"
-           transform="matrix(1.5714241,0,0,1.5714241,72.999423,-294.92081)"
-           d="m -126,609.5 c 0,1.933 -1.567,3.5 -3.5,3.5 l 0,-3.5 z" />
-        <path
-           inkscape:connector-curvature="0"
-           style="opacity:0.1;color:#000000;fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           id="path9603"
-           transform="translate(0,52.362183)"
-           d="m -126,615 -4.5,-4.5 0,6.5 z" />
-        <path
-           inkscape:connector-curvature="0"
-           style="opacity:0.4;color:#000000;fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           id="path9605"
-           d="m -135.99999,662.86218 c 0,3.03756 2.46242,5.49998 5.49999,5.49998 l 0,-5.49998 z" />
-        <path
-           inkscape:connector-curvature="0"
-           style="opacity:0.6;color:#000000;fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           id="path9607"
-           d="m -135.99999,662.86216 c 0,-3.03756 2.46242,-5.49998 5.49999,-5.49998 l 0,5.49998 z" />
-        <path
-           inkscape:connector-curvature="0"
-           style="opacity:0.1;color:#000000;fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           id="path9609"
-           d="m -130.5,662.86216 -4,4.50002 -2.68804,-4.50002 z" />
-        <path
-           inkscape:connector-curvature="0"
-           style="opacity:0.1;color:#000000;fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           id="path9611"
-           d="m -135,658.36218 4.5,4.5 0,-6.5 z" />
-      </g>
-    </g>
-  </g>
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path15565"
-     d="m 363,10 0,-2 10,-4 2,0 0,2 -4,10 -2,0 0,-6 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path3767"
-     d="m 363,30 0,-2 10,-4 2,0 0,2 -4,10 -2,0 0,-6 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="opacity:0.5;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path3769"
-     d="m 363,49.999997 0,-2 10,-4 2,0 0,2 -4,10 -2,0 0,-6 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#222222;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path2997"
-     d="m 89,2 -5,4.5 5,4.5 0,-3 3,0 1,1 0,3 -1,1 -5,0 -1,1 0,1 1,1 5,0 2,-1 1,-1 1,-2 L 96,9 95,7 94,6 92,5 89,5 z m 22,0 0,3 -3,0 -2,1 -1,1 -1,2 0,3 1,2 1,1 2,1 5,0 1,-1 0,-1 -1,-1 -5,0 -1,-1 0,-3 1,-1 3,0 0,3 5,-4.5 z M 54,3 53,4 53,5.59375 46.59375,12 45,12 l -1,1 0,2 1,1 2,0 1,-1 0,-1.59375 L 54.40625,7 56,7 57,6 57,4 56,3 z m 96,0 -6,6 1,1 3,0 0,6 1,1 2,0 1,-1 0,-6 3,0 1,-1 z M 32,4 c -2.76142,0 -5,2.23858 -5,5 0,2.76143 5,7 5,7 0,0 5,-4.23857 5,-7 0,-2.76142 -2.23858,-5 -5,-5 z m 23,0 c 0.55228,0 1,0.44772 1,1 0,0.55229 -0.44772,1 -1,1 C 54.74848,6 54.51948,5.9033 54.34375,5.75 54.30935,5.71998 54.28,5.69066 54.25,5.65625 54.09665,5.480519 54,5.251521 54,5 54,4.44772 54.44772,4 55,4 z m 10,0 -1,1 0,2 1,1 0,4 -1,1 0,2 1,1 2,0 1,-1 4,0 1,1 2,0 1,-1 0,-2 -1,-1 0,-4 1,-1 0,-2 -1,-1 -2,0 -1,1 -4,0 -1,-1 z m 69.5,0 -4.9375,8.5625 L 126,9 l -1,0 -1,1 0,1 5,5 1,0 1,0 6,-10 0,-1 -1,-1 z m 30.5,0 -1,1 0,1 4,4 -4,4 0,1 1,1 1,0 4,-4 4,4 1,0 1,-1 0,-1 -4,-4 4,-4 0,-1 -1,-1 -1,0 -4,4 -4,-4 z m 21,0 -1,1 0,1 1,1 8,0 1,-1 0,-1 -1,-1 z M 66,5 c 0.55228,0 1,0.447715 1,1 0,0.552285 -0.44772,1 -1,1 -0.55228,0 -1,-0.447715 -1,-1 0,-0.552285 0.44772,-1 1,-1 z m 8,0 c 0.55228,0 1,0.447715 1,1 0,0.552285 -0.44772,1 -1,1 C 73.44772,7 73,6.552285 73,6 73,5.447715 73.44772,5 74,5 z M 32.15625,7 c 1.10457,0 2,0.89543 2,2 0,1.10457 -0.89543,2 -2,2 -1.104569,0 -2,-0.89543 -2,-2 0,-1.10457 0.895431,-2 2,-2 z M 68,7 l 4,0 1,1 0,4 -1,1 -4,0 -1,-1 0,-4 z m 118,1 0,7 1,1 6,0 1,-1 0,-7 z m 2,2 1,0 0,4 -1,0 0,-1 z m 3,0 1,0 0,3 0,1 -1,0 z M 46,13 c 0.25152,0 0.48052,0.0967 0.65625,0.25 L 46.75,13.34375 C 46.90335,13.519481 47,13.748484 47,14 c 0,0.55229 -0.44772,1 -1,1 -0.55228,0 -1,-0.44771 -1,-1 0,-0.55228 0.44772,-1 1,-1 z m 20,0 c 0.55228,0 1,0.447715 1,1 0,0.552285 -0.44772,1 -1,1 -0.55228,0 -1,-0.447715 -1,-1 0,-0.552285 0.44772,-1 1,-1 z m 8,0 c 0.55228,0 1,0.447715 1,1 0,0.552285 -0.44772,1 -1,1 -0.55228,0 -1,-0.447715 -1,-1 0,-0.552285 0.44772,-1 1,-1 z" />
-  <g
-     style="opacity:0.5;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="g44379"
-     transform="translate(-536.00001,-43.999997)">
-    <g
-       style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.55555558;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       id="g44381"
-       transform="matrix(0.64285714,0,0,0.64285714,332.85714,42.142857)">
-      <path
-         inkscape:connector-curvature="0"
-         style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.55555558;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-         id="path44383"
-         d="m 925.00003,71.333338 c -3.86599,0 -7,3.13401 -7,7 0,1.12542 0.30585,2.16901 0.77778,3.11111 l -5.44445,5.444436 0,3.11111 3.11112,0 5.44444,-5.44444 c 0.94211,0.47192 1.98568,0.77778 3.11111,0.77778 3.86599,0 7,-3.134006 7,-6.999996 0,-3.86599 -3.13401,-7 -7,-7 z m 0,3.11111 c 2.14777,0 3.88889,1.74112 3.88889,3.88889 0,2.14777 -1.74112,3.88889 -3.88889,3.88889 -2.14777,0 -3.88889,-1.74112 -3.88889,-3.88889 0,-2.14777 1.74112,-3.88889 3.88889,-3.88889 z" />
-    </g>
-    <g
-       style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.79999375;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       id="g44387"
-       transform="matrix(0.35714364,0,0,0.35714364,597.14212,77.857044)" />
-  </g>
-  <g
-     style="fill:#ffffff;fill-opacity:1;display:inline"
-     id="g9588-4"
-     transform="translate(-681,73.63782)">
-    <path
-       inkscape:connector-curvature="0"
-       style="color:#000000;fill:#222222;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       id="path9584-2"
-       transform="translate(756,-73.637817)"
-       d="m 174,3 -1,1 0,4 -4,0 -1,1 0,1 1,1 4,0 0,4 1,1 1,0 1,-1 0,-4 4,0 1,-1 0,-1 -1,-1 -4,0 0,-4 -1,-1 -1,0 z" />
-  </g>
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path9631"
-     d="m 265,8.0000031 11,0 1,1.00002 0,0.9999999 -1,0.99998 -11,0 -1,-1 0,-0.9999999 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#222222;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path3048-0-7-5-6"
-     d="m 288.5,3.0000131 c -3.03757,0 -5.5,2.46243 -5.5,5.5 0,3.0375699 2.46243,5.4999999 5.5,5.4999999 1.00612,0 1.93866,-0.27827 2.75,-0.75 l 3.75,3.75 1,0 1,-1 0,-1 -3.75,-3.75 c 0.47173,-0.81134 0.75,-1.7438699 0.75,-2.7499999 0,-3.03757 -2.46243,-5.5 -5.5,-5.5 z m -0.5,2 1,0 2,1 1,2 0,1 -1,1.9999999 -2,1 -1,0 -2,-1 -1,-1.9999999 0,-1 1,-2 2,-1 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path54704-4"
-     d="m 329.5,3.0000003 c -1.5,0 -2.5,2 -2.5,3 0,0.666667 0,1.333333 0,2 0,1 1,2.1538467 1,2.1538467 L 328,11 l -1.69231,0.384617 c -1.45419,0.330499 -2.02608,1.236079 -2.15384,2.76923 L 324,16.000001 l 12,0 -0.15385,-1.846154 c -0.12776,-1.533151 -0.69965,-2.438731 -2.15384,-2.76923 L 332,11 l 0,-0.846153 c 0,0 1,-1.1538467 1,-2.1538467 0,-0.666667 0,-1.333333 0,-2 0,-1 -1,-3 -2.5,-3 z" />
-  <g
-     style="opacity:0.5;fill:#000000;fill-opacity:1;display:inline"
-     id="g9693"
-     transform="translate(480,-613.36218)">
-    <path
-       inkscape:connector-curvature="0"
-       style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       id="path9695"
-       transform="translate(0,52.362183)"
-       d="m -130.5,603 c -4.14213,0 -7.5,3.35787 -7.5,7.5 0,4.14214 3.35787,7.5 7.5,7.5 4.14213,0 7.5,-3.35786 7.5,-7.5 0,-4.14213 -3.35787,-7.5 -7.5,-7.5 z m 0,1 c 3.58393,0 6.5,2.91607 6.5,6.5 0,3.58393 -2.91607,6.5 -6.5,6.5 -3.58393,0 -6.5,-2.91607 -6.5,-6.5 0,-3.58393 2.91607,-6.5 6.5,-6.5 z" />
-    <g
-       style="fill:#000000;fill-opacity:1"
-       id="g9697"
-       clip-path="url(#clipPath9141-6)">
-      <rect
-         style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-         id="rect9699"
-         y="657.36218"
-         x="-131"
-         height="6"
-         width="1" />
-      <g
-         style="fill:#000000;fill-opacity:1"
-         id="g9701">
-        <path
-           inkscape:connector-curvature="0"
-           style="opacity:0.2;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           id="path9703"
-           transform="matrix(1.5714241,0,0,1.5714241,72.999423,-294.92081)"
-           d="m -126,609.5 c 0,1.933 -1.567,3.5 -3.5,3.5 l 0,-3.5 z" />
-        <path
-           inkscape:connector-curvature="0"
-           style="opacity:0.1;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           id="path9705"
-           transform="translate(0,52.362183)"
-           d="m -126,615 -4.5,-4.5 0,6.5 z" />
-        <path
-           inkscape:connector-curvature="0"
-           style="opacity:0.4;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           id="path9707"
-           d="m -135.99999,662.86218 c 0,3.03756 2.46242,5.49998 5.49999,5.49998 l 0,-5.49998 z" />
-        <path
-           inkscape:connector-curvature="0"
-           style="opacity:0.6;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           id="path9709"
-           d="m -135.99999,662.86216 c 0,-3.03756 2.46242,-5.49998 5.49999,-5.49998 l 0,5.49998 z" />
-        <path
-           inkscape:connector-curvature="0"
-           style="opacity:0.1;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           id="path9711"
-           d="m -130.5,662.86216 -4,4.50002 -2.68804,-4.50002 z" />
-        <path
-           inkscape:connector-curvature="0"
-           style="opacity:0.1;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           id="path9713"
-           d="m -135,658.36218 4.5,4.5 0,-6.5 z" />
-      </g>
-    </g>
-  </g>
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#1c1c1c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.79999375;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path47528"
-     d="m 391.5,3.9999978 c -2.48528,0 -4.5,2.0147207 -4.5,4.5 0,0.7234907 0.19662,1.3943635 0.50001,2.0000052 L 384,13.999998 l 0,1.999999 2.00001,0 L 389.5,12.5 c 0.60565,0.303377 1.27651,0.499995 2,0.499995 2.48528,0 4.5,-2.014712 4.5,-4.4999972 0,-2.4852793 -2.01472,-4.5 -4.5,-4.5 z m 0,1.9999993 c 1.38071,0 2.5,1.1192914 2.5,2.5000007 0,1.3807157 -1.11929,2.5000002 -2.5,2.5000002 -1.38071,0 -2.5,-1.1192845 -2.5,-2.5000002 0,-1.3807093 1.11929,-2.5000007 2.5,-2.5000007 z" />
-  <g
-     style="opacity:0.5;fill:#000000;fill-opacity:1;display:inline"
-     id="g47761"
-     transform="translate(-681,113.63782)">
-    <path
-       inkscape:connector-curvature="0"
-       style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       id="path47763"
-       transform="translate(756,-73.637817)"
-       d="m 174,3 -1,1 0,4 -4,0 -1,1 0,1 1,1 4,0 0,4 1,1 1,0 1,-1 0,-4 4,0 1,-1 0,-1 -1,-1 -4,0 0,-4 -1,-1 -1,0 z" />
-  </g>
-  <g
-     style="opacity:0.5;fill:#000000;fill-opacity:1;display:inline"
-     id="g47765"
-     transform="translate(-660,113.63782)">
-    <path
-       inkscape:connector-curvature="0"
-       style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       id="path47767"
-       d="m 925,-65.637817 11,0 1,1.00002 0,1 -1,0.99998 -11,0 -1,-1 0,-1 z" />
-  </g>
-  <path
-     inkscape:connector-curvature="0"
-     style="opacity:0.5;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path47777"
-     d="m 288.5,43.000013 c -3.03757,0 -5.5,2.46243 -5.5,5.5 0,3.03757 2.46243,5.5 5.5,5.5 1.00612,0 1.93866,-0.27827 2.75,-0.75 l 3.75,3.75 1,0 1,-1 0,-1 -3.75,-3.75 c 0.47173,-0.81134 0.75,-1.74387 0.75,-2.75 0,-3.03757 -2.46243,-5.5 -5.5,-5.5 z m -0.5,2 1,0 2,1 1,2 0,1 -1,2 -2,1 -1,0 -2,-1 -1,-2 0,-1 1,-2 2,-1 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="opacity:0.5;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path14143"
-     d="m 329.5,43 c -1.5,0 -2.5,2 -2.5,3 0,0.666667 0,1.333333 0,2 0,1 1,2.153847 1,2.153847 L 328,51 l -1.69231,0.384617 c -1.45419,0.330499 -2.02608,1.236079 -2.15384,2.76923 L 324,56.000001 l 12,0 -0.15385,-1.846154 c -0.12776,-1.533151 -0.69965,-2.438731 -2.15384,-2.76923 L 332,51 l 0,-0.846153 c 0,0 1,-1.153847 1,-2.153847 0,-0.666667 0,-1.333333 0,-2 0,-1 -1,-3 -2.5,-3 z" />
-  <g
-     style="fill:#ffffff;fill-opacity:1;display:inline"
-     id="g33295"
-     transform="translate(480,-633.36218)">
-    <path
-       inkscape:connector-curvature="0"
-       style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       id="path33297"
-       transform="translate(0,52.362183)"
-       d="m -130.5,603 c -4.14213,0 -7.5,3.35787 -7.5,7.5 0,4.14214 3.35787,7.5 7.5,7.5 4.14213,0 7.5,-3.35786 7.5,-7.5 0,-4.14213 -3.35787,-7.5 -7.5,-7.5 z m 0,1 c 3.58393,0 6.5,2.91607 6.5,6.5 0,3.58393 -2.91607,6.5 -6.5,6.5 -3.58393,0 -6.5,-2.91607 -6.5,-6.5 0,-3.58393 2.91607,-6.5 6.5,-6.5 z" />
-    <g
-       style="fill:#ffffff;fill-opacity:1"
-       id="g33299"
-       clip-path="url(#clipPath9141-6)">
-      <rect
-         style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-         id="rect33301"
-         y="657.36218"
-         x="-131"
-         height="6"
-         width="1" />
-      <g
-         style="fill:#ffffff;fill-opacity:1"
-         id="g33303">
-        <path
-           inkscape:connector-curvature="0"
-           style="opacity:0.2;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           id="path33305"
-           transform="matrix(1.5714241,0,0,1.5714241,72.999423,-294.92081)"
-           d="m -126,609.5 c 0,1.933 -1.567,3.5 -3.5,3.5 l 0,-3.5 z" />
-        <path
-           inkscape:connector-curvature="0"
-           style="opacity:0.1;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           id="path33307"
-           transform="translate(0,52.362183)"
-           d="m -126,615 -4.5,-4.5 0,6.5 z" />
-        <path
-           inkscape:connector-curvature="0"
-           style="opacity:0.4;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           id="path33309"
-           d="m -135.99999,662.86218 c 0,3.03756 2.46242,5.49998 5.49999,5.49998 l 0,-5.49998 z" />
-        <path
-           inkscape:connector-curvature="0"
-           style="opacity:0.6;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           id="path33311"
-           d="m -135.99999,662.86216 c 0,-3.03756 2.46242,-5.49998 5.49999,-5.49998 l 0,5.49998 z" />
-        <path
-           inkscape:connector-curvature="0"
-           style="opacity:0.1;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           id="path33313"
-           d="m -130.5,662.86216 -4,4.50002 -2.68804,-4.50002 z" />
-        <path
-           inkscape:connector-curvature="0"
-           style="opacity:0.1;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           id="path33315"
-           d="m -135,658.36218 4.5,4.5 0,-6.5 z" />
-      </g>
-    </g>
-  </g>
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.55555558;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path33341"
-     d="m 391.5,23.999999 c -2.48528,0 -4.5,2.01472 -4.5,4.499999 0,0.723491 0.19662,1.394364 0.50001,2.000006 L 384,33.999999 l 0,1.999999 2.00001,0 3.49999,-3.499997 c 0.60565,0.303377 1.27651,0.499995 2,0.499995 2.48528,0 4.5,-2.014712 4.5,-4.499998 0,-2.485279 -2.01472,-4.499999 -4.5,-4.499999 z m 0,1.999999 c 1.38071,0 2.5,1.119291 2.5,2.5 0,1.380716 -1.11929,2.500001 -2.5,2.500001 -1.38071,0 -2.5,-1.119285 -2.5,-2.500001 0,-1.380709 1.11929,-2.5 2.5,-2.5 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#222222;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path9820"
-     d="m 6,144 -1,1 0,1 1,1 8,0 1,-1 0,-1 -1,-1 z m 0,4 0,7 1,1 6,0 1,-1 0,-7 z m 2,2 1,0 0,4 -1,0 0,-1 z m 3,0 1,0 0,3 0,1 -1,0 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#222222;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.79999375;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path9826"
-     d="m 64,145.01282 c -1,0 -2,1 -2,2 l 0,2 3,0 2,1 -2,1 -3,0 0,2 c 0,1 1,2 2,2 l 1,0 c 2,0 2.48722,-0.97443 3,-2 l 1,-2 9,-5 c 0,0 0,-1 -2,-1 L 68.96875,148.91907 68,147.01282 c -0.49406,-0.98812 -1,-2 -3,-2 z m 0,1 2,0 1,2 -4,0 c 0,0 0,-0.66667 0,-1 0,-1.01282 1,-1 1,-1 z m 8.09375,4.71875 -2,1 L 76,155.01282 c 2,0 2,-1 2,-1 z M 63,152.01282 l 4,0 -1,2 -2,0 c 0,0 -1,0 -1,-1 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#222222;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.79999375;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path4824"
-     d="m 30,141 c -1.104569,0 -2,0.89543 -2,2 0,1.10457 0.895431,2 2,2 1.104569,0 2,-0.89543 2,-2 0,-1.10457 -0.895431,-2 -2,-2 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#222222;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.79999375;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path4822"
-     d="m 164,142 c -1.10457,0 -2,0.89543 -2,2 0,1.10457 0.89543,2 2,2 1.10457,0 2,-0.89543 2,-2 0,-1.10457 -0.89543,-2 -2,-2 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#222222;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.79999375;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path4820"
-     d="m 108,145 -4,5 4,5 2,0 0,-1 -3.5,-4 3.5,-4 0,-1 -2,0 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#222222;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.79999375;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path4818"
-     d="m 114,145 -4,5 4,5 2,0 0,-1 -3.5,-4 3.5,-4 0,-1 -2,0 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#222222;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.79999375;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path4816"
-     d="m 22.84375,146 c -0.77652,0.0669 -1.494002,0.58712 -1.75,1.375 -0.341331,1.05051 0.230742,2.18992 1.28125,2.53125 1.050508,0.34133 2.189919,-0.23074 2.53125,-1.28125 0.341331,-1.05051 -0.230742,-2.18992 -1.28125,-2.53125 -0.262627,-0.0853 -0.52241,-0.11611 -0.78125,-0.0937 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#222222;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.79999375;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path4814"
-     d="m 36.78125,146 c -0.132056,0.0149 -0.274936,0.0512 -0.40625,0.0937 -1.050508,0.34133 -1.622581,1.48074 -1.28125,2.53125 0.341331,1.05051 1.480742,1.62258 2.53125,1.28125 1.050508,-0.34133 1.622581,-1.48074 1.28125,-2.53125 -0.298664,-0.91919 -1.20061,-1.47926 -2.125,-1.375 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#222222;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.79999375;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path4812"
-     d="m 42,148 c -1.104569,0 -2,0.89543 -2,2 0,1.10457 0.895431,2 2,2 1.104569,0 2,-0.89543 2,-2 0,-1.10457 -0.895431,-2 -2,-2 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#222222;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.79999375;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path4810"
-     d="m 50,148 c -1.104569,0 -2,0.89543 -2,2 0,1.10457 0.895431,2 2,2 1.104569,0 2,-0.89543 2,-2 0,-1.10457 -0.895431,-2 -2,-2 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#222222;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.79999375;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path4808"
-     d="m 58,148 c -1.104569,0 -2,0.89543 -2,2 0,1.10457 0.895431,2 2,2 1.104569,0 2,-0.89543 2,-2 0,-1.10457 -0.895431,-2 -2,-2 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#222222;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.79999375;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path4806"
-     d="m 90,148 c -1.10457,0 -2,0.89543 -2,2 0,1.10457 0.89543,2 2,2 1.10457,0 2,-0.89543 2,-2 0,-1.10457 -0.89543,-2 -2,-2 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#7092ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.79999375;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path4861"
-     d="m 130,141 -3,3 1,1 1,0 0,2 2,0 0,-2 1,0 1,-1 -3,-3 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#7092ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.79999375;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path4859"
-     d="m 124,147 -3,3 3,3 1,-1 0,-1 2,0 0,-2 -2,0 0,-1 -1,-1 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#7092ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.79999375;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path4857"
-     d="m 136,147 -1,1 0,1 -2,0 0,2 2,0 0,1 1,1 3,-3 -3,-3 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#222222;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.79999375;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path4855"
-     d="m 130,148 c -1.10457,0 -2,0.89543 -2,2 0,1.10457 0.89543,2 2,2 1.10457,0 2,-0.89543 2,-2 0,-1.10457 -0.89543,-2 -2,-2 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#7092ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.79999375;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path4804"
-     d="m 129,153 0,2 -1,0 -1,1 3,3 3,-3 -1,-1 -1,0 0,-2 -2,0 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#222222;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.79999375;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path4802"
-     d="m 190,148 c -1.10457,0 -2,0.89543 -2,2 0,1.10457 0.89543,2 2,2 1.10457,0 2,-0.89543 2,-2 0,-1.10457 -0.89543,-2 -2,-2 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#222222;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.79999375;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path4800"
-     d="m 164,154 c -1.10457,0 -2,0.89543 -2,2 0,1.10457 0.89543,2 2,2 1.10457,0 2,-0.89543 2,-2 0,-1.10457 -0.89543,-2 -2,-2 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#222222;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.79999375;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path4798"
-     d="m 176,154 c -1.10457,0 -2,0.89543 -2,2 0,1.10457 0.89543,2 2,2 1.10457,0 2,-0.89543 2,-2 0,-1.10457 -0.89543,-2 -2,-2 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#222222;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.79999375;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path4796"
-     d="m 26.0625,154 c -0.641658,-0.0219 -1.281719,0.25399 -1.6875,0.8125 -0.64925,0.89362 -0.456116,2.16325 0.4375,2.8125 0.893616,0.64925 2.16325,0.45612 2.8125,-0.4375 0.64925,-0.89362 0.456116,-2.16325 -0.4375,-2.8125 -0.335106,-0.24347 -0.740005,-0.36184 -1.125,-0.375 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#222222;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.79999375;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path9830"
-     d="m 33.9375,154 c -0.384995,0.0132 -0.789894,0.13153 -1.125,0.375 -0.893615,0.64925 -1.08675,1.91888 -0.4375,2.8125 0.64925,0.89362 1.918885,1.08675 2.8125,0.4375 0.893615,-0.64925 1.08675,-1.91888 0.4375,-2.8125 -0.405781,-0.55851 -1.045842,-0.83443 -1.6875,-0.8125 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#7092ff;fill-opacity:1;stroke:none;stroke-width:0.50000125;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-     id="path9840"
-     d="m 27.03125,142.60657 c -1.32908,0.53118 -2.444369,1.41916 -3.3125,2.53125 0.07092,0.0184 0.149734,0.009 0.21875,0.0312 0.520689,0.16918 0.941853,0.48986 1.28125,0.875 0.583365,-0.69731 1.320919,-1.23792 2.15625,-1.625 -0.228003,-0.42194 -0.375,-0.89709 -0.375,-1.4062 0,-0.14028 0.0122,-0.27085 0.03125,-0.40625 z m 5.9375,0 C 32.9878,142.74197 33,142.87254 33,143.01282 c 0,0.50911 -0.146997,0.98426 -0.375,1.40625 0.835331,0.38708 1.572885,0.92769 2.15625,1.625 0.339397,-0.38514 0.760561,-0.70582 1.28125,-0.875 0.06748,-0.0219 0.146303,-0.0395 0.21875,-0.0625 -0.866395,-1.10291 -1.991152,-1.97191 -3.3125,-2.5 z m -10.9375,8.21875 c 0.132811,1.35398 0.618313,2.61506 1.34375,3.6875 0.05422,-0.0956 0.121594,-0.19054 0.1875,-0.28125 0.298579,-0.41096 0.689964,-0.72255 1.125,-0.9375 -0.439267,-0.72096 -0.728373,-1.5606 -0.84375,-2.4375 -0.563589,0.16464 -1.184566,0.16262 -1.78125,-0.0312 -0.009,-0.003 -0.02228,0.003 -0.03125,0 z m 15.90625,0 c -0.596684,0.19387 -1.217661,0.19589 -1.78125,0.0312 -0.115377,0.8769 -0.404483,1.71654 -0.84375,2.4375 0.438042,0.20421 0.821177,0.51932 1.125,0.9375 0.06591,0.0907 0.133279,0.18566 0.1875,0.28125 0.725438,-1.07244 1.210939,-2.33352 1.34375,-3.6875 -0.009,0.003 -0.02224,-0.003 -0.03125,0 z M 29,156.16907 c -0.03014,0.55835 -0.21394,1.114 -0.5625,1.59375 -0.027,0.0372 -0.06534,0.0582 -0.09375,0.0937 0.540476,0.11583 1.081942,0.1875 1.65625,0.1875 0.574308,0 1.115774,-0.0717 1.65625,-0.1875 -0.02841,-0.0355 -0.06675,-0.0566 -0.09375,-0.0937 -0.34856,-0.47975 -0.532362,-1.0354 -0.5625,-1.59375 -0.329444,0.0535 -0.654988,0.0937 -1,0.0937 -0.345012,0 -0.670556,-0.0403 -1,-0.0937 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#7092ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path9854"
-     d="m 84,146.01282 -4,4 4,4 1,-1 0,-2 2.1875,0 c -0.11352,-0.31647 -0.1875,-0.64447 -0.1875,-1 0,-0.34518 0.0802,-0.69136 0.1875,-1 l -2.1875,0 0,-2 -1,-1 z m 12,0 -1,1 0,2 -2.1875,0 c 0.10728,0.30864 0.1875,0.65482 0.1875,1 0,0.35553 -0.074,0.68353 -0.1875,1 l 2.1875,0 0,2 1,1 4,-4 -4,-4 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#222222;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path5624-8"
-     d="m 149,143 -1,1 0,4 -4,0 -1,1 0,2 1,1 4,0 0,4 1,1 2,0 1,-1 0,-4 4,0 1,-1 0,-2 -1,-1 -4,0 0,-4 -1,-1 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path11047"
-     d="m 206,45.000002 -1,1 0,1 3,3 -3,3 0,1 1,1 1,0 3,-3 3,3 1,0 1,-1 0,-1 -3,-3 3,-3 0,-1 -1,-1 -1,0 -3,3 -3,-3 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#7092ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.79999375;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path6502"
-     d="m 190,140 -1,1 0,1.0625 c -3.94444,0.49381 -7,3.85922 -7,7.9375 0,4.41827 3.58173,8 8,8 4.41827,0 8,-3.58173 8,-8 0,-2.46731 -1.11852,-4.65856 -2.875,-6.125 l -1.40625,1.40625 C 195.11409,146.37996 196,148.08592 196,150 c 0,3.3137 -2.6863,6 -6,6 -3.3137,0 -6,-2.6863 -6,-6 0,-2.97561 2.15859,-5.43327 5,-5.90625 l 0,0.90625 1,1 3,-3 -3,-3 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#222222;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-     id="path6699"
-     d="m 208,142 c -1.33333,0 -2.21875,0.78125 -2.71875,1.28125 -0.5,0.5 -0.61458,0.71875 -1.28125,0.71875 l -1,0 0,2 1,0 c 1.33333,0 2.21875,-0.78125 2.71875,-1.28125 0.5,-0.5 0.61458,-0.71875 1.28125,-0.71875 0.16667,0 0.20569,0.009 0.40625,0.25 0.20056,0.24067 0.4375,0.6875 0.6875,1.1875 0.25,0.5 0.51306,1.05317 0.9375,1.5625 0.42444,0.50933 1.13542,1 1.96875,1 1.33333,0 2.21875,-0.78125 2.71875,-1.28125 0.5,-0.5 0.61458,-0.71875 1.28125,-0.71875 l 1,0 0,-2 -1,0 c -1.33333,0 -2.21875,0.78125 -2.71875,1.28125 -0.5,0.5 -0.61458,0.71875 -1.28125,0.71875 -0.16667,0 -0.20569,-0.009 -0.40625,-0.25 -0.20056,-0.24067 -0.4375,-0.6875 -0.6875,-1.1875 -0.25,-0.5 -0.51306,-1.05317 -0.9375,-1.5625 -0.42444,-0.50933 -1.13542,-1 -1.96875,-1 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#222222;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-     id="path7209"
-     d="m 203,156 0,2 14,0 0,-2 -14,0 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path25361-5"
-     d="m 425,10 8,7 1,-1 0,-12 -1,-1 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#a9a9a9;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="rect6778"
-     d="m 24,205 -1,1 0,9 1,1 12,0 1,-1 0,-9 -1,-1 z m 1,3 5,2.8125 5,-2.8125 0,1.5 -5,3 -5,-3 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#a9a9a9;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="rect6788"
-     d="m 46,203 -1,1 0,12 1,1 8,0 1,-1 0,-12 -1,-1 -8,0 z m 1,2 6,0 0,5 -6,0 0,-5 z m 0,7 6,0 0,1 -6,0 0,-1 z m 0,2 6,0 0,1 -6,0 0,-1 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#a9a9a9;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="rect6808"
-     d="m 65,204 -1,1 0,8 -2,2 1,1 14,0 1,-1 -2,-2 0,-8 -1,-1 -10,0 z m 1,2 8,0 0,5 -8,0 0,-5 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#a9a9a9;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path16625-6"
-     d="m 90,202 -5,4 1,1 2,0 0,2 4,0 0,-2 2,0 1,-1 z m -2,9 0,2 -2,0 -1,1 5,4 5,-4 -1,-1 -2,0 0,-2 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#a9a9a9;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path6899"
-     d="m 102.5,205 -1,1 5,10 1.21875,0 2.28125,-3.9375 2.28125,3.9375 1.21875,0 5,-10 -1,-1 -1,0 -3.5,7.5 -1.5,-2.5 2,-4 -0.5,-1 -1.5,0 -1.5,3.5 -1.5,-3.5 -1.5,0 -0.5,1 2,4 -1.5,2.5 -3.5,-7.5 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#a9a9a9;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path6918"
-     d="m 10,202 c -4.418278,0 -8,3.58172 -8,8 0,4.41828 3.581722,8 8,8 4.418278,0 8,-3.58172 8,-8 0,-4.41828 -3.581722,-8 -8,-8 z m 0,2 c 3.313708,0 6,2.68629 6,6 0,3.31371 -2.686292,6 -6,6 -3.3137085,0 -6,-2.68629 -6,-6 0,-3.31371 2.6862915,-6 6,-6 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#a9a9a9;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path6922"
-     d="m 12,207 a 2,2 0 0 1 -4,0 2,2 0 1 1 4,0 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#a9a9a9;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="rect6926"
-     d="m 8,211 1,-1 2,0 1,1 0,3 -4,0 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#a9a9a9;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="rect4678"
-     d="m 125,204 -1,1 0,11 1,1 8,0 3,-3 0,-9 -1,-1 -10,0 z m 5,2 c 0.55228,0 1,0.44772 1,1 0,0.55228 -0.44772,1 -1,1 -0.55228,0 -1,-0.44772 -1,-1 0,-0.55228 0.44772,-1 1,-1 z m -4,4 8,0 0,1 -8,0 0,-1 z m 0,2 8,0 0,1 -8,0 0,-1 z m 0,2 5,0 0,1 -5,0 0,-1 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#a9a9a9;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path3226"
-     d="M 146.0625,208.40625 C 144.26792,209.16529 143,210.92893 143,213 c 0,2.76142 2.23858,5 5,5 1.99494,0 3.69772,-1.18524 4.5,-2.875 l -0.65625,-1.125 -1.03125,0 c -0.41551,1.15835 -1.51118,2 -2.8125,2 -1.65685,0 -3,-1.34315 -3,-3 0,-0.88447 0.39109,-1.66968 1,-2.21875 L 146,209 c 0,-0.20559 0.0222,-0.39929 0.0625,-0.59375 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#a9a9a9;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path4691-9"
-     d="m 149,202 c -1.10456,0 -2,0.89544 -2,2 0,1.10456 0.89544,2 2,2 1.10456,0 2,-0.89544 2,-2 0,-1.10456 -0.89544,-2 -2,-2 z m 0,5 c -1.108,0 -2,0.892 -2,2 l 0,2 c 0,1.108 0.892,2 2,2 l 3.5,0 1.6875,2.90625 c 0.26893,0.4628 0.8482,0.64134 1.3125,0.375 l 0.0312,0 c 0.4643,-0.26634 0.61268,-0.88095 0.34375,-1.34375 l -2.03125,-3.46875 c -0.0158,-0.0271 -0.0446,-0.0375 -0.0625,-0.0625 -0.0468,-0.0617 -0.0966,-0.10697 -0.15625,-0.15625 -0.0773,-0.0673 -0.15761,-0.11687 -0.25,-0.15625 -0.1049,-0.0447 -0.19835,-0.0878 -0.3125,-0.0937 -0.0224,-10e-4 -0.04,-4e-4 -0.0625,0 l -0.0937,0 -1.90625,0 0,-2 c 0,-1.108 -0.892,-2 -2,-2 z" />
-  <g
-     id="g20251-9"
-     transform="translate(301,239.63781)">
-    <g
-       id="g20247-4"
-       transform="translate(10.000004,-1.9999957)">
-      <path
-         inkscape:connector-curvature="0"
-         style="opacity:0.2;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-         id="path20243-7"
-         transform="matrix(1.009009,0,0,1.009009,-410.98649,14.371188)"
-         d="m 106.03125,-129.34375 a 3.46875,3.46875 0 1 1 -6.9375,0 3.46875,3.46875 0 1 1 6.9375,0 z" />
-      <path
-         inkscape:connector-curvature="0"
-         style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-         id="path20245-0"
-         transform="matrix(0.72072059,0,0,0.72072059,-381.41891,-22.917117)"
-         d="m 106.03125,-129.34375 a 3.46875,3.46875 0 1 1 -6.9375,0 3.46875,3.46875 0 1 1 6.9375,0 z" />
-    </g>
-  </g>
-  <g
-     id="g20283"
-     transform="translate(301,200.63781)">
-    <g
-       id="g20285"
-       transform="translate(10.000004,-1.9999957)">
-      <path
-         inkscape:connector-curvature="0"
-         style="opacity:0.2;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-         id="path20287"
-         transform="matrix(1.009009,0,0,1.009009,-410.98649,15.371188)"
-         d="m 106.03125,-129.34375 a 3.46875,3.46875 0 1 1 -6.9375,0 3.46875,3.46875 0 1 1 6.9375,0 z" />
-      <path
-         inkscape:connector-curvature="0"
-         style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-         id="path20289"
-         transform="matrix(0.72072059,0,0,0.72072059,-381.41891,-21.917117)"
-         d="m 106.03125,-129.34375 a 3.46875,3.46875 0 1 1 -6.9375,0 3.46875,3.46875 0 1 1 6.9375,0 z" />
-    </g>
-  </g>
-  <g
-     id="g20299"
-     transform="translate(340,239.63781)">
-    <g
-       id="g20301"
-       transform="translate(10.000004,-1.9999957)">
-      <path
-         inkscape:connector-curvature="0"
-         style="opacity:0.2;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-         id="path20303"
-         transform="matrix(1.009009,0,0,1.009009,-411.98649,14.371188)"
-         d="m 106.03125,-129.34375 a 3.46875,3.46875 0 1 1 -6.9375,0 3.46875,3.46875 0 1 1 6.9375,0 z" />
-      <path
-         inkscape:connector-curvature="0"
-         style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-         id="path20305"
-         transform="matrix(0.72072059,0,0,0.72072059,-382.41891,-22.917117)"
-         d="m 106.03125,-129.34375 a 3.46875,3.46875 0 1 1 -6.9375,0 3.46875,3.46875 0 1 1 6.9375,0 z" />
-    </g>
-  </g>
-  <path
-     inkscape:connector-curvature="0"
-     style="opacity:0.2;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path20311"
-     d="m 44.999996,83.499995 a 3.5,3.5 0 0 1 -7,0 3.5,3.5 0 1 1 7,0 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path20313"
-     d="m 43.999995,83.499989 a 2.4999995,2.4999995 0 0 1 -4.999999,0 2.4999995,2.4999995 0 1 1 4.999999,0 z" />
-  <path
-     d="m 24,83.499993 a 1.5,1.5 0 0 1 -3,0 1.5,1.5 0 1 1 3,0 z"
-     id="path15602"
-     style="opacity:0.2;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.009009;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     inkscape:connector-curvature="0" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path4065"
-     d="m 454,10 -8,7 -1,-1 0,-12 1,-1 z" />
-  <g
-     id="g4611"
-     transform="matrix(0.390625,0,0,0.390625,842.1875,238.60852)">
-    <rect
-       style="color:#000000;fill:none;stroke:none;stroke-width:34;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       id="rect4565"
-       y="-47.637821"
-       x="-2156"
-       height="256"
-       width="256" />
-    <g
-       id="g4494"
-       transform="translate(-781,47)">
-      <path
-         inkscape:connector-curvature="0"
-         style="color:#000000;fill:#7092ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-         id="path6718"
-         transform="matrix(2.56,0,0,2.56,-1375,-657.83782)"
-         d="m 3.90625,224.6875 7.8125,20.5 -7.8125,20.5 7.8125,20.53125 -7.8125,20.5 4.8125,1.84375 L 34.75,282.5 l 4.6875,0.71875 5.6875,-5.6875 c -3.349219,-3.88012 -5.88,-8.51217 -7.25,-13.625 L 40.5625,261.75 c -0.457539,-2.1233 -0.71875,-4.33618 -0.71875,-6.59375 0,-11.27802 6.012891,-21.19153 15,-26.6875 L 44.9375,224.6875 24.40625,232.5 l -20.5,-7.8125 z M 71,229 c -14.359404,0 -26,11.6406 -26,26 0,14.3594 11.640596,26 26,26 14.359404,0 26,-11.6406 26,-26 0,-14.3594 -11.640596,-26 -26,-26 z m 20.0625,50.15625 c -5.42082,4.51861 -12.380625,7.25 -19.96875,7.25 -2.257578,0 -4.47043,-0.26122 -6.59375,-0.71875 l -2.15625,2.65625 c -4.855312,-1.30096 -9.306172,-3.58895 -13.0625,-6.6875 l -5.875,5.875 0.71875,4.34375 -21.8125,21.84375 2.09375,0.8125 20.53125,-7.8125 20.5,7.8125 20.5,-7.8125 7.8125,-20.5 -2.6875,-7.0625 z" />
-    </g>
-  </g>
-  <g
-     id="g8629"
-     transform="matrix(0.5,0,0,0.5,-342.5001,125.49999)">
-    <rect
-       style="opacity:0.15;color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       id="rect8627"
-       y="238.99998"
-       x="935"
-       height="100.00001"
-       width="100.00001" />
-    <path
-       inkscape:connector-curvature="0"
-       style="color:#000000;fill:#7092ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       id="path5047-4-7"
-       d="m 1035,259.46976 c -3.679,1.6066 -7.6336,2.69227 -11.7831,3.18013 4.2351,-2.49939 7.4885,-6.45736 9.0205,-11.17402 -3.9645,2.31516 -8.3552,3.99577 -13.0286,4.90089 -3.7418,-3.92491 -9.0738,-6.37759 -14.9751,-6.37759 -11.33021,0 -20.51679,9.04283 -20.51679,20.19639 0,1.58324 0.18008,3.12476 0.53217,4.60303 -17.05108,-0.8424 -32.16868,-8.88327 -42.28747,-21.10256 -1.76581,2.98278 -2.77795,6.45238 -2.77795,10.15396 0,7.00715 3.62183,13.1887 9.12688,16.81077 -3.36304,-0.1076 -6.52651,-1.01351 -9.29247,-2.52616 -0.002,0.084 -0.002,0.16796 -0.002,0.25194 0,9.78524 7.07195,17.94866 16.45764,19.80431 -1.72156,0.46135 -3.53416,0.70856 -5.40515,0.70856 -1.32202,0 -2.60724,-0.12596 -3.85969,-0.36215 2.61039,8.02355 10.18701,13.86315 19.16488,14.02559 -7.02158,5.41762 -15.8675,8.64629 -25.48033,8.64629 -1.65593,0 -3.28903,-0.0945 -4.89377,-0.28289 9.07933,5.73043 19.86348,9.07458 31.44972,9.07458 37.73703,0 58.37353,-30.77522 58.37353,-57.46492 0,-0.87573 -0.037,-1.74674 -0.063,-2.61276 4.0095,-2.84789 7.4872,-6.40461 10.238,-10.45497" />
-  </g>
-  <g
-     style="fill:#1a1a1a;fill-opacity:1"
-     id="g3815"
-     transform="translate(-25,50.000003)">
-    <path
-       inkscape:connector-curvature="0"
-       style="color:#000000;fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       id="path3648"
-       transform="translate(25,-50.000003)"
-       d="m 464,2 -1,1 0,13 1,1 11,0 1,-1 0,-10 -4,0 0,6 -2.5,-1.5 -2.5,1.5 0,-6 -2,0 0,-1 0,-1 11,0 0,-1 0,-1 -12,0 z" />
-  </g>
-  <g
-     id="g3822"
-     transform="translate(-25,70.000003)">
-    <path
-       inkscape:connector-curvature="0"
-       style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       id="path3824"
-       transform="translate(25,-50.000003)"
-       d="m 464,2 -1,1 0,13 1,1 11,0 1,-1 0,-10 -4,0 0,6 -2.5,-1.5 -2.5,1.5 0,-6 -2,0 0,-1 0,-1 11,0 0,-1 0,-1 -12,0 z" />
-  </g>
-  <g
-     id="g3837"
-     transform="translate(-26,3.0624999e-6)" />
-  <g
-     style="fill:#ffffff"
-     id="g3842"
-     transform="translate(-25,20.000003)" />
-  <rect
-     style="opacity:0.15;color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="rect6623-9"
-     y="220"
-     x="200"
-     height="100"
-     width="100" />
-  <g
-     style="display:inline"
-     id="g7459-3"
-     transform="translate(550,-25)">
-    <path
-       inkscape:connector-curvature="0"
-       style="color:#000000;fill:#7092ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       id="path6625-8"
-       d="m -145,255 c 0,24.88542 0,49.77083 0,74.65625 7.5,3.44792 15,6.89583 22.5,10.34375 7.5,-3.33333 15,-6.66667 22.5,-10 7.5,3.33333 15,6.66667 22.5,10 7.5,-3.44792 15,-6.89583 22.5,-10.34375 0,-24.88542 0,-49.77083 0,-74.65625 -7.5,3.33333 -15,6.66667 -22.5,10 -7.5,-3.33333 -15,-6.66667 -22.5,-10 -7.5,3.33333 -15,6.66667 -22.5,10 -7.5,-3.33333 -15,-6.66667 -22.5,-10 z m 57.40625,23.59375 5.59375,5.59375 5.59375,-5.59375 2.46236,3.16264 -5.24361,5.24361 5.59375,5.59375 -3.16264,2.46236 L -82,289.8125 l -5.59375,5.59375 -3.08736,-2.97514 5.86861,-5.43111 -5.59375,-5.59375 z m -25.1875,12.3125 c 3.02949,0.26492 6.03959,1.32487 8.375,3.31225 l -2.90625,2.78125 c -1.69778,-1.26665 -3.7758,-1.93771 -5.87485,-2.1247 0.13531,-1.3229 0.27106,-2.64608 0.4061,-3.9688 z m -4.84375,0.375 c 0.23428,1.25604 1.33288,2.86593 1.28125,3.81245 -1.9797,1.00126 -3.28203,2.99612 -4.4062,4.74985 l -3.14878,-2.51673 c 1.59525,-2.42637 3.50946,-4.89188 6.27373,-6.04557 z m 33.46875,6.28125 3.6875,1.59375 c -0.85495,2.6344 -2.05943,5.19957 -3.8749,7.3124 l -2.78125,-2.90625 c 1.37974,-1.77526 2.31524,-3.85778 2.96865,-5.9999 z m -17.21875,0.0937 c 1.52998,2.21288 2.46049,4.7627 3.84365,7.06245 l -3.59375,1.78125 c -1.26185,-2.16828 -2.15272,-4.55761 -3.5936,-6.6249 1.11453,-0.7396 2.22935,-1.47918 3.3437,-2.2188 z m -24.75,3.8125 3.4375,2.03125 c -0.94627,2.15394 -1.82847,4.38347 -2.53105,6.59365 l -3.66832,-1.66122 c 0.79087,-2.367 1.68957,-4.70832 2.76187,-6.96368 z m 36.25,4.625 1.60017,3.68116 c -2.71921,1.52252 -6.25719,2.08348 -9.13142,0.66264 l 2.16859,-3.41112 c 1.76867,0.54341 3.84526,0.007 5.36266,-0.93268 z" />
-  </g>
-  <rect
-     style="opacity:0.15;color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="rect6623-9-2"
-     y="220"
-     x="300"
-     height="100"
-     width="100" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#7092ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path8139-4-6-3"
-     d="m 567.5314,229 c -8.2842,0 -15,6.71574 -15,15 0,8.28429 15,21 15,21 0,0 15,-12.71571 15,-21 0,-8.28426 -6.7158,-15 -15,-15 z M 568,238 c 3.3138,0 6,2.68629 6,6 0,3.31371 -2.6862,6 -6,6 -3.3135,0 -6,-2.68629 -6,-6 0,-3.31371 2.6865,-6 6,-6 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#7092ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path5387-6-5"
-     d="m 583.5,266 c -4.14214,0 -7.5,3.35786 -7.5,7.5 0,0.75557 0.13591,1.46849 0.34375,2.15625 l -18.6875,18.6875 C 556.96849,294.13591 556.25557,294 555.5,294 c -4.14214,0 -7.5,3.35786 -7.5,7.5 0,4.14214 3.35786,7.5 7.5,7.5 4.14214,0 7.5,-3.35786 7.5,-7.5 0,-0.75557 -0.13591,-1.46849 -0.34375,-2.15625 l 18.6875,-18.6875 C 582.03151,280.86409 582.74443,281 583.5,281 c 4.14214,0 7.5,-3.35786 7.5,-7.5 0,-4.14214 -3.35786,-7.5 -7.5,-7.5 z m 0,4.5 c 1.65685,0 3,1.34315 3,3 0,1.65685 -1.34315,3 -3,3 -1.65685,0 -3,-1.34315 -3,-3 0,-1.65685 1.34315,-3 3,-3 z m -28,28 c 1.65685,0 3,1.34315 3,3 0,1.65685 -1.34315,3 -3,3 -1.65685,0 -3,-1.34315 -3,-3 0,-1.65685 1.34315,-3 3,-3 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#7092ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path5288-4-8-0"
-     d="m 516.5,251 c -4.14214,0 -7.5,3.35786 -7.5,7.5 0,2.8726 1.62846,5.3652 4,6.625 l 0,13.75 c -2.37154,1.2598 -4,3.7524 -4,6.625 0,4.14214 3.35786,7.5 7.5,7.5 2.8726,0 5.3652,-1.62846 6.625,-4 l 13.75,0 c 1.2598,2.37154 3.7524,4 6.625,4 4.14214,0 7.5,-3.35786 7.5,-7.5 0,-2.8726 -1.62846,-5.3652 -4,-6.625 l 0,-13.75 c 2.37154,-1.2598 4,-3.7524 4,-6.625 0,-4.14214 -3.35786,-7.5 -7.5,-7.5 -2.90753,0 -5.41167,1.67488 -6.65625,4.09375 L 536.65625,255 523.125,255 c -1.2598,-2.37154 -3.7524,-4 -6.625,-4 z m 0,4.5 c 1.65685,0 3,1.34315 3,3 0,1.65685 -1.34315,3 -3,3 -1.65685,0 -3,-1.34315 -3,-3 0,-1.65685 1.34315,-3 3,-3 z m 27,0 c 1.65685,0 3,1.34315 3,3 0,1.65685 -1.34315,3 -3,3 -1.65685,0 -3,-1.34315 -3,-3 0,-1.65685 1.34315,-3 3,-3 z m -20.375,6.5 13.75,0 c 0.70304,1.32345 1.80155,2.42196 3.125,3.125 l 0,13.75 c -1.32345,0.70304 -2.42196,1.80155 -3.125,3.125 l -13.75,0 c -0.70304,-1.32345 -1.80155,-2.42196 -3.125,-3.125 l 0,-13.75 c 1.32345,-0.70304 2.42196,-1.80155 3.125,-3.125 z m -6.625,20.5 c 1.65685,0 3,1.34315 3,3 0,1.65685 -1.34315,3 -3,3 -1.65685,0 -3,-1.34315 -3,-3 0,-1.65685 1.34315,-3 3,-3 z m 27,0 c 1.65685,0 3,1.34315 3,3 0,1.65685 -1.34315,3 -3,3 -1.65685,0 -3,-1.34315 -3,-3 0,-1.65685 1.34315,-3 3,-3 z" />
-  <g
-     id="g7659"
-     transform="translate(-25,3.0624999e-6)" />
-  <g
-     id="g7663"
-     transform="translate(-53,28.000003)" />
-  <g
-     id="g7690"
-     transform="translate(-23.375,1.375)" />
-  <g
-     id="g7694"
-     transform="translate(-50.375,1.375)" />
-  <g
-     id="g7700"
-     transform="translate(-23.375,-25.625)" />
-  <g
-     id="g7706"
-     transform="translate(-50.375,-25.625)" />
-  <rect
-     style="opacity:0.15;color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="rect6623-9-2-3"
-     y="220"
-     x="400"
-     height="100"
-     width="100" />
-  <rect
-     style="opacity:0.15;color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="rect4211"
-     y="220"
-     x="500"
-     height="100"
-     width="100" />
-  <rect
-     style="opacity:0.15;color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="rect4219"
-     y="220"
-     x="500"
-     height="100"
-     width="100" />
-  <g
-     id="g4221"
-     transform="translate(270,5.0000031)">
-    <path
-       style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#e06d5f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:12;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-       d="M 720 237 L 717 240 L 717 245 L 742 270 L 717 295 L 717 300 L 720 303 L 725 303 L 750 278 L 775 303 L 780 303 L 783 300 L 783 295 L 758 270 L 783 245 L 783 240 L 780 237 L 775 237 L 750 262 L 725 237 L 720 237 z "
-       transform="translate(-270,-5.0000031)"
-       id="path4223" />
-  </g>
-  <path
-     inkscape:connector-curvature="0"
-     style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#7092ff;fill-opacity:1;stroke:none;stroke-width:11.66666508;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-     id="path4227"
-     d="m 650,228 -2,2 0,5.0625 c -18.3398,1.05112 -33,16.34328 -33,34.9375 0,19.27074 15.72926,35 35,35 19.27075,0 35,-15.72926 35,-35 0,-11.66567 -5.76668,-22.0373 -14.59375,-28.40625 l -7.1875,7.1875 C 670.3012,253.17882 675,260.99881 675,270 c 0,13.86634 -11.13365,25 -25,25 -13.86634,0 -25,-11.13366 -25,-25 0,-13.18969 10.08302,-23.8917 23,-24.90625 l 0,4.90625 2,2 3,0 12,-12 -12,-12 -3,0 z" />
-  <rect
-     style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="rect8373"
-     y="320"
-     x="0"
-     height="80"
-     width="200" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#7092ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path8377"
-     d="M 170.00001,351 C 161.7158,351 155,357.71573 155,366.00001 155,374.28428 170.00001,387 170.00001,387 170.00001,387 185,374.28428 185,366.00001 185,357.71573 178.2842,351 170.00001,351 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.055;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path8379"
-     d="m 162,358 c -0.4714,0 -1,0.5 -1,1 l 0,7 c 0,2.216 1,5 5,5 0.35868,0 0.68618,-0.017 1,-0.062 l 0,-2.9375 -4,0 c 0,0 0.5,-2 3,-2 0.5,0 0.69653,0.074 1,0.1875 l 0,-2.1875 c 0,-0.9167 0.36529,-1.6826 1,-2 1,-0.5 1.40372,-0.2981 2,0 1,0.5 1,0.5 1,0.5 l 0,-3.5 c 0,-0.5 -0.5286,-1 -1,-1 -1,0 -2,1 -4,1 -2,0 -3,-1 -4,-1 z m 1.75,3.5 c 0.69036,0 1.25,0.5596 1.25,1.25 0,0.6904 -0.55964,1.25 -1.25,1.25 -0.69036,0 -1.25,-0.5596 -1.25,-1.25 0,-0.6904 0.55964,-1.25 1.25,-1.25 z M 169,363 c -0.4714,0 -1,0.5 -1,1 l 0,7 c 0,2.216 1,5 5,5 4,0 5,-2.784 5,-5 l 0,-7 c 0,-0.5 -0.5286,-1 -1,-1 -1,0 -2,1 -4,1 -2,0 -3,-1 -4,-1 z m 1.75,3.5 c 0.69036,0 1.25,0.5596 1.25,1.25 0,0.6904 -0.55964,1.25 -1.25,1.25 -0.69036,0 -1.25,-0.5596 -1.25,-1.25 0,-0.6904 0.55964,-1.25 1.25,-1.25 z m 4.5,0 c 0.69036,0 1.25,0.5596 1.25,1.25 0,0.6904 -0.55964,1.25 -1.25,1.25 -0.69036,0 -1.25,-0.5596 -1.25,-1.25 0,-0.6904 0.55964,-1.25 1.25,-1.25 z m -5.25,5.5 6,0 c 0,0 -0.5,2 -3,2 -2.5,0 -3,-2 -3,-2 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#7092ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path8381"
-     d="M 30.00001,351 C 21.7158,351 15,357.71573 15,366.00001 15,374.28428 30.00001,387 30.00001,387 30.00001,387 45,374.28428 45,366.00001 45,357.71573 38.2842,351 30.00001,351 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path8383"
-     d="m 24,356 c -0.55401,0 -1,0.446 -1,1 l 0,16 c 0,0.5 0.5,1 1,1 l 9,0 c 0.5,0 1,-0.5 1,-1 l 0,-5 0.5,0 c 0.5,0 0.5,0.5 0.5,0.5 l 0,2 c 0,1 0.5,1.5 1.5,1.5 1,0 1.5,-0.5 1.5,-1.5 0,-1.1667 0,-4.5 0,-5.5 0,-1 -2,-2 -2,-3 l 0,-3 -1,0 -1,-1 0,-1 c 0,-0.554 -0.44599,-1 -1,-1 z m 1,2 7,0 0,4 -7,0 z m 9,3 1,0 c 0,0 0,0.8333 0,1.5 0,1 2,2 2,3 l 0,5 c 0,0.5 -0.5,0.5 -0.5,0.5 0,0 -0.5,0 -0.5,-0.5 0,0 0,-2 0,-2.5 0,-0.5 -0.5,-1 -1,-1 -0.33333,0 -1,0 -1,0 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#7092ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path8385"
-     d="M 100.00001,351 C 91.7158,351 85,357.71573 85,366.00001 85,374.28428 100.00001,387 100.00001,387 100.00001,387 115,374.28428 115,366.00001 115,357.71573 108.2842,351 100.00001,351 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path8387"
-     d="m 98,358 c -3,0 -6,1.5 -6,4 l 0,2 17,0 0,-2 c -2e-5,-2.5 -3,-4 -6,-4 z m 0.5,1 c 0.277,0 0.5,0.223 0.5,0.5 0,0.277 -0.223,0.5 -0.5,0.5 -0.277,0 -0.5,-0.223 -0.5,-0.5 0,-0.277 0.223,-0.5 0.5,-0.5 z m 4,0 c 0.277,0 0.5,0.223 0.5,0.5 0,0.277 -0.223,0.5 -0.5,0.5 -0.277,0 -0.5,-0.223 -0.5,-0.5 0,-0.277 0.223,-0.5 0.5,-0.5 z m -6,2 c 0.277,0 0.5,0.223 0.5,0.5 0,0.277 -0.223,0.5 -0.5,0.5 -0.277,0 -0.5,-0.223 -0.5,-0.5 0,-0.277 0.223,-0.5 0.5,-0.5 z m 4,0 c 0.277,0 0.5,0.223 0.5,0.5 0,0.277 -0.223,0.5 -0.5,0.5 -0.277,0 -0.5,-0.223 -0.5,-0.5 0,-0.277 0.223,-0.5 0.5,-0.5 z m 4,0 c 0.277,0 0.5,0.223 0.5,0.5 0,0.277 -0.223,0.5 -0.5,0.5 -0.277,0 -0.5,-0.223 -0.5,-0.5 0,-0.277 0.223,-0.5 0.5,-0.5 z M 92,365 c -0.50003,0 -1.00001,0.5 -1,1 1e-5,0.5 0.49997,1 1,1 l 17,0 c 0.50001,0 0.99999,-0.5 1,-1 0,-0.5 -0.5,-1 -1,-1 z m 0,3 0,1 c 0,1 1,2 2,2 l 13,0 c 1,0 2,-1 2,-2 l 0,-1 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#7092ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path10172"
-     d="M 135.00001,331 C 126.7158,331 120,337.71573 120,346.00001 120,354.28428 135.00001,367 135.00001,367 135.00001,367 150,354.28428 150,346.00001 150,337.71573 143.2842,331 135.00001,331 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#7092ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path10174"
-     d="M 65.00001,331 C 56.7158,331 50,337.71573 50,346.00001 50,354.28428 65.00001,367 65.00001,367 65.00001,367 80,354.28428 80,346.00001 80,337.71573 73.2842,331 65.00001,331 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="rect9826-2-1"
-     d="m 59,338 c -0.55401,0 -1,0.446 -1,1 l 0,9 c 0,0.554 0.44599,1 1,1 l 11,0 c 0.55401,0 1,-0.446 1,-1 l 0,-1 0.5,0 c 0.5,0 0.5,-0.5 0.5,-0.5 l 0,-0.5 1,0 c 1,0 2,-1 2,-2 l 0,-1 0,-2 c 0,-0.5 -0.5,-1 -1,-1 l -3,0 0,-1 c 0,-0.554 -0.44599,-1 -1,-1 z m 12,3 2.5,0 c 0.5,0 0.5,0.5 0.5,0.5 l 0,2.5 c 0,0.5 -0.5,1 -1,1 l -1,0 -1,0 z m -15,9 1,1 1,1 13,0 1,-1 1,-1 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="rect8206-4"
-     d="m 134,338 c -0.554,0 -1,0.446 -1,1 l 0,4 -4,0 c -0.554,0 -1,0.446 -1,1 l 0,3 c 0,0.554 0.446,1 1,1 l 4,0 0,4 c 0,0.554 0.446,1 1,1 l 3,0 c 0.554,0 1,-0.446 1,-1 l 0,-4 4,0 c 0.554,0 1,-0.446 1,-1 l 0,-3 c 0,-0.554 -0.446,-1 -1,-1 l -4,0 0,-4 c 0,-0.554 -0.446,-1 -1,-1 z" />
-  <g
-     id="g10113"
-     transform="translate(350,15.000003)">
-    <rect
-       style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       id="rect8477"
-       y="465"
-       x="-350"
-       height="80"
-       width="200" />
-    <g
-       style="fill:#7092ff;fill-opacity:1"
-       id="railway-rail"
-       transform="translate(-1110,437.63781)">
-      <path
-         inkscape:connector-curvature="0"
-         style="color:#000000;fill:#a9a9a9;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-         id="rect17528-7"
-         d="m 853.5,50.362183 -1.5,1 -0.4688,2 -3.2812,0 c -0.554,0 -0.8656,0.462541 -1,1 l -0.25,1 c -0.1344,0.537459 0.446,1 1,1 l 24,0 c 0.554,0 1.1344,-0.462541 1,-1 l -0.25,-1 c -0.1344,-0.537459 -0.446,-1 -1,-1 l -2.7812,0 -0.4688,-2 -1.5,-1 -1,1 0.4688,2 -12.4376,0 0.4688,-2 -1,-1 z m -2,4 c 0.2761,0 0.5,0.223858 0.5,0.5 0,0.276142 -0.2239,0.5 -0.5,0.5 -0.2761,0 -0.5,-0.223858 -0.5,-0.5 0,-0.276142 0.2239,-0.5 0.5,-0.5 z m 17,0 c 0.2761,0 0.5,0.223858 0.5,0.5 0,0.276142 -0.2239,0.5 -0.5,0.5 -0.2761,0 -0.5,-0.223858 -0.5,-0.5 0,-0.276142 0.2239,-0.5 0.5,-0.5 z m -17.9375,3 -0.4687,2 -2.8438,0 c -0.554,0 -0.8656,0.462541 -1,1 l -0.25,1 c -0.1344,0.537459 0.446,1 1,1 l 26,0 c 0.554,0 1.1344,-0.462541 1,-1 l -0.25,-1 c -0.1344,-0.537459 -0.446,-1 -1,-1 l -2.3438,0 -0.4687,-2 -2.5,0 0.4687,2 -15.3124,0 0.4687,-2 -2.5,0 z m -0.0625,3 c 0.2761,0 0.5,0.223858 0.5,0.5 0,0.276142 -0.2239,0.5 -0.5,0.5 -0.2761,0 -0.5,-0.223858 -0.5,-0.5 0,-0.276142 0.2239,-0.5 0.5,-0.5 z m 19,0 c 0.2761,0 0.5,0.223858 0.5,0.5 0,0.276142 -0.2239,0.5 -0.5,0.5 -0.2761,0 -0.5,-0.223858 -0.5,-0.5 0,-0.276142 0.2239,-0.5 0.5,-0.5 z m -20.3438,3 -0.4687,2 -2.4375,0 c -0.554,0 -0.8656,0.462541 -1,1 l -0.25,1 c -0.1344,0.537459 0.446,1 1,1 l 28,0 c 0.554,0 1.1344,-0.462541 1,-1 l -0.25,-1 c -0.1344,-0.537459 -0.446,-1 -1,-1 l -1.9375,0 -0.4687,-2 -2.5,0 0.4687,2 -18.125,0 0.4687,-2 -2.5,0 z m 0.3438,3 c 0.2761,0 0.5,0.223858 0.5,0.5 0,0.276142 -0.2239,0.5 -0.5,0.5 -0.2761,0 -0.5,-0.223858 -0.5,-0.5 0,-0.276142 0.2239,-0.5 0.5,-0.5 z m 21,0 c 0.2761,0 0.5,0.223858 0.5,0.5 0,0.276142 -0.2239,0.5 -0.5,0.5 -0.2761,0 -0.5,-0.223858 -0.5,-0.5 0,-0.276142 0.2239,-0.5 0.5,-0.5 z m -22.7812,3 -0.7188,3 1.5,1 1,-1 0.7188,-3 -2.5,0 z m 22.5624,0 0.7188,3 1,1 1.5,-1 -0.7188,-3 -2.5,0 z" />
-      <g
-         style="fill:#7092ff;fill-opacity:1"
-         id="g22103"
-         transform="translate(110,0)">
-        <rect
-           style="color:#000000;fill:#a9a9a9;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           id="rect22091"
-           y="77.362183"
-           x="730"
-           height="3"
-           width="40" />
-        <rect
-           style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           id="rect22093"
-           y="78.362183"
-           x="764"
-           height="1.0000004"
-           width="5" />
-        <rect
-           style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           id="rect22095"
-           y="78.362183"
-           x="753"
-           height="1.0000004"
-           width="5" />
-        <rect
-           style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           id="rect22097"
-           y="78.362183"
-           x="742"
-           height="1.0000004"
-           width="5" />
-        <rect
-           style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           id="rect22099"
-           y="78.362183"
-           x="731"
-           height="1.0000004"
-           width="5" />
-      </g>
-      <path
-         inkscape:connector-curvature="0"
-         style="color:#000000;fill:#a9a9a9;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-         id="path26156"
-         transform="matrix(1.6666667,0,0,1.6666667,828.66667,-31.97115)"
-         d="m 32,66.5 a 1.5,1.5 0 1 1 -3,0 1.5,1.5 0 1 1 3,0 z" />
-      <path
-         inkscape:connector-curvature="0"
-         style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-         id="path26158"
-         transform="translate(849,12.362188)"
-         d="m 32,66.5 a 1.5,1.5 0 1 1 -3,0 1.5,1.5 0 1 1 3,0 z" />
-      <path
-         inkscape:connector-curvature="0"
-         style="color:#000000;fill:#a9a9a9;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-         id="path26160"
-         transform="matrix(1.6666667,0,0,1.6666667,789.66667,-31.97115)"
-         d="m 32,66.5 a 1.5,1.5 0 1 1 -3,0 1.5,1.5 0 1 1 3,0 z" />
-      <path
-         inkscape:connector-curvature="0"
-         style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-         id="path26162"
-         transform="translate(810,12.362188)"
-         d="m 32,66.5 a 1.5,1.5 0 1 1 -3,0 1.5,1.5 0 1 1 3,0 z" />
-    </g>
-    <g
-       style="fill:#7092ff;fill-opacity:1"
-       id="highway-unclassified"
-       transform="translate(-510,437.63781)">
-      <path
-         inkscape:connector-curvature="0"
-         style="color:#000000;fill:#a9a9a9;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-         id="path7143"
-         d="m 192.5,52.36218 -2.875,6 -1.625,0 -1,1 0,2 1.40625,0 -0.40625,1 0,5 0,1 0,0 c 0,0 0.60826,0.60826 1,1 l 1,0 4,0 2,1 8,0 2,-1 4,0 1,0 1,-1 0,0 0,-1 0,-5 -0.40625,-1 1.40625,0 0,-2 -1,-1 -1.625,0 -2.875,-6 z m 1,3 13,0 1.5,4 -1,1 -14,0 -1,-1 z m -2.5,8 3,0 1,2 0,1 -4,0 -1,-1 0,-1 z m 15,0 3,0 1,1 0,1 -1,1 -4,0 0,-1 z m -17,7 0,2 1,1 3,0 1,-1 0,-2 z m 17,0 0,2 1,1 3,0 1,-1 0,-2 z" />
-      <rect
-         style="color:#000000;fill:#7092ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-         id="rect7157"
-         y="78.362183"
-         x="181"
-         height="0.9999997"
-         width="38" />
-      <g
-         style="fill:#7092ff;fill-opacity:1"
-         id="g7159"
-         transform="translate(551,1)">
-        <path
-           inkscape:connector-curvature="0"
-           style="color:#000000;fill:#a9a9a9;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           id="path7161"
-           transform="translate(-510,12.362183)"
-           d="m 139.5,64 c -1.38071,0 -2.5,1.119288 -2.5,2.5 0,1.380712 1.11929,2.5 2.5,2.5 l 39,0 c 1.38071,0 2.5,-1.119288 2.5,-2.5 0,-1.380712 -1.11929,-2.5 -2.5,-2.5 z" />
-        <path
-           inkscape:connector-curvature="0"
-           style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           id="path7163"
-           transform="translate(-730.5,7.362183)"
-           d="m 362,70 c 0.31019,0.41644 0.5,0.940812 0.5,1.5 0,0.559188 -0.18981,1.08356 -0.5,1.5 l 35,0 c -0.31019,-0.41644 -0.5,-0.940812 -0.5,-1.5 0,-0.559188 0.18981,-1.08356 0.5,-1.5 l -35,0 z" />
-        <path
-           inkscape:connector-curvature="0"
-           style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           id="path7165"
-           transform="translate(-401,12.362183)"
-           d="m 32,66.5 a 1.5,1.5 0 1 1 -3,0 1.5,1.5 0 1 1 3,0 z" />
-        <path
-           inkscape:connector-curvature="0"
-           style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           id="path7169"
-           transform="translate(-362,12.362183)"
-           d="m 32,66.5 a 1.5,1.5 0 1 1 -3,0 1.5,1.5 0 1 1 3,0 z" />
-      </g>
-    </g>
-  </g>
-  <rect
-     style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="rect9903"
-     y="400"
-     x="0"
-     height="80"
-     width="200" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#7092ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path10275"
-     d="m 128.9551,427.41503 a 27.453954,11.521752 2.2978319 1 1 -54.160208,-5.49081 27.453954,11.521752 2.2978319 0 1 54.160208,5.49081 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#a9a9a9;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path9990"
-     d="m 53,436 -35,10 0,-6 35,-10 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#a9a9a9;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path9986"
-     d="m 54,430.5 0,6 29,14.5 0,-6 -29,-14.5 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#8cd05f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path10000"
-     d="m 173.5,428 c -1.22936,2e-4 -2.22819,0.8933 -2.4375,2.0625 C 170.87885,430.0195 170.69675,430 170.5,430 c -1.38071,0 -2.5,1.1193 -2.5,2.5 0,0.6391 0.23046,1.21425 0.625,1.65625 -0.94522,0.3566 -1.625,1.27365 -1.625,2.34375 0,1.3807 1,2.5 2.5,2.5 l 0.5,0 2,3.5 0,1.4375 c -1.47915,-0.43159 -2.8857,-0.88035 -4,-1.4375 -5,-2.5 -9.43382,-6.98268 -15,-7.5 -6.04072,-0.56143 -11.66667,3.33333 -17.5,5 -5.83333,1.66667 -16.93857,1.9593 -17.5,8 L 148,462.99997 183,453 c 0.32572,-3.50467 -3.70814,-6.98659 -8,-8.21875 l 0,-2.28125 2,-3.5 0.71875,0 C 179,439.0145 180,437.805 180,436.5 c 0,-1.0701 -0.67978,-1.98715 -1.625,-2.34375 0.39454,-0.442 0.625,-1.01715 0.625,-1.65625 0,-1.3807 -1.11929,-2.5 -2.5,-2.5 -0.19675,0 -0.37885,0.0195 -0.5625,0.0625 -0.20931,-1.1692 -1.20813,-2.0628 -2.4375,-2.0625 z m -1.5,11 3,0 -1,2 -1,0 z" />
-  <g
-     id="g10052"
-     transform="translate(340,-200)">
-    <path
-       inkscape:connector-curvature="0"
-       style="color:#000000;fill:#c1c1c1;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       id="path10048"
-       d="m -322,646 30,15 0,-6 -30,-15 z" />
-    <path
-       inkscape:connector-curvature="0"
-       style="color:#000000;fill:#c1c1c1;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       id="path10050"
-       d="m -257,651 -35,10 0,-6 35,-10 z" />
-  </g>
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#a9a9a9;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path9980"
-     d="m 18,446 30,15 0,-6 -30,-15 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#a9a9a9;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path9982"
-     d="m 83,451 -35,10 0,-6 35,-10 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path10271"
-     d="m 107,417 c 0,0 2.63599,3.5293 5.4375,3.96875 C 107.96029,420.81568 107,419 107,419 c 0,0 -0.96029,1.81568 -5.4375,1.96875 C 104.36401,420.5293 107,417 107,417 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path10269"
-     d="m 93,419 c 0,0 2.63599,3.5293 5.4375,3.96875 C 93.96029,422.81568 93,421 93,421 c 0,0 -0.96029,1.81568 -5.4375,1.96875 C 90.36401,422.5293 93,419 93,419 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path10253"
-     d="m 103,424 c 0,0 2.63599,3.5293 5.4375,3.96875 C 103.96029,427.81568 103,426 103,426 c 0,0 -0.96029,1.81568 -5.4375,1.96875 C 100.36401,427.5293 103,424 103,424 z" />
-  <g
-     id="waterway-river"
-     transform="translate(-260,452.63781)">
-    <rect
-       style="color:#000000;fill:#60d4de;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       id="rect24309"
-       y="77.362183"
-       x="400"
-       height="3.0000014"
-       width="40" />
-    <path
-       inkscape:connector-curvature="0"
-       style="color:#000000;fill:#60d4de;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       id="245"
-       d="m 406.76193,73.362183 c 0,0 -0.53638,-1.846128 -0.34524,-2.75 0.22134,-1.046677 1.65476,-2.75 1.65476,-2.75 0,0 1.43342,-1.703323 1.65476,-2.75 0.19114,-0.903872 -0.34524,-2.75 -0.34524,-2.75 0,0 -0.53639,-1.846127 -0.34525,-2.75 0.22134,-1.046678 1.65476,-2.75 1.65476,-2.75 0,0 1.43342,-1.703323 1.65476,-2.75 0.19114,-0.903872 -0.34524,-2.75 -0.34524,-2.75 l 16.5,0 c 0,0 1.43342,1.703323 1.65476,2.75 0.19115,0.903872 -0.34523,2.75 -0.34523,2.75 0,0 -0.53638,1.846128 -0.34524,2.75 0.22134,1.046679 1.65477,2.75 1.65477,2.75 0,0 1.43342,1.703323 1.65476,2.75 0.19115,0.903872 -0.34523,2.75 -0.34523,2.75 0,0 -0.53638,1.846128 -0.34524,2.75 0.22134,1.046679 1.65477,2.75 1.65477,2.75 z" />
-    <path
-       inkscape:connector-curvature="0"
-       style="opacity:0.5;color:#000000;fill:#60d4de;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       id="path25543"
-       transform="matrix(0.48296291,0.12940952,-0.19411409,0.72444365,27.631711,-76.388519)"
-       d="m 808,51 a 2,2 0 1 1 -4,0 2,2 0 1 1 4,0 z" />
-    <path
-       inkscape:connector-curvature="0"
-       style="opacity:0.5;color:#000000;fill:#60d4de;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       id="path25545"
-       transform="matrix(0.64951905,0.375,-0.50000001,0.86602541,-89.512357,-292.05512)"
-       d="m 808,51 a 2,2 0 1 1 -4,0 2,2 0 1 1 4,0 z" />
-    <path
-       inkscape:connector-curvature="0"
-       style="opacity:0.5;color:#000000;fill:#60d4de;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       id="path25547"
-       transform="matrix(-0.48296291,0.12940952,0.19411409,0.72444365,811.75652,-82.439629)"
-       d="m 808,51 a 2,2 0 1 1 -4,0 2,2 0 1 1 4,0 z" />
-    <path
-       inkscape:connector-curvature="0"
-       style="opacity:0.5;color:#000000;fill:#60d4de;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       id="path25549"
-       transform="matrix(-0.64951905,0.375,0.50000001,0.86602541,933.61049,-277.05512)"
-       d="m 808,51 a 2,2 0 1 1 -4,0 2,2 0 1 1 4,0 z" />
-    <path
-       inkscape:connector-curvature="0"
-       style="color:#000000;fill:#60d4de;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       id="path26103"
-       transform="matrix(1.6666667,0,0,1.6666667,388.66667,-31.97115)"
-       d="m 32,66.5 a 1.5,1.5 0 1 1 -3,0 1.5,1.5 0 1 1 3,0 z" />
-    <path
-       inkscape:connector-curvature="0"
-       style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       id="path26105"
-       transform="translate(409,12.362188)"
-       d="m 32,66.5 a 1.5,1.5 0 1 1 -3,0 1.5,1.5 0 1 1 3,0 z" />
-    <path
-       inkscape:connector-curvature="0"
-       style="color:#000000;fill:#60d4de;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       id="path26107"
-       transform="matrix(1.6666667,0,0,1.6666667,349.66667,-31.97115)"
-       d="m 32,66.5 a 1.5,1.5 0 1 1 -3,0 1.5,1.5 0 1 1 3,0 z" />
-    <path
-       inkscape:connector-curvature="0"
-       style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       id="path26109"
-       transform="translate(370,12.362188)"
-       d="m 32,66.5 a 1.5,1.5 0 1 1 -3,0 1.5,1.5 0 1 1 3,0 z" />
-  </g>
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#7092ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path10391"
-     d="m 425,30 8,7 1,-1 0,-12 -1,-1 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#7092ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path10393"
-     d="m 454,30 -8,7 -1,-1 0,-12 1,-1 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="opacity:0.25;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path3399"
-     d="m 6,164 -1,1 0,1 1,1 8,0 1,-1 0,-1 -1,-1 z m 0,4 0,7 1,1 6,0 1,-1 0,-7 z m 2,2 1,0 0,4 -1,0 0,-1 z m 3,0 1,0 0,3 0,1 -1,0 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="opacity:0.25;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.79999375;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path3403"
-     d="m 64,165.01282 c -1,0 -2,1 -2,2 l 0,2 3,0 2,1 -2,1 -3,0 0,2 c 0,1 1,2 2,2 l 1,0 c 2,0 2.48722,-0.97443 3,-2 l 1,-2 9,-5 c 0,0 0,-1 -2,-1 L 68.96875,168.91907 68,167.01282 c -0.49406,-0.98812 -1,-2 -3,-2 z m 0,1 2,0 1,2 -4,0 c 0,0 0,-0.66667 0,-1 0,-1.01282 1,-1 1,-1 z m 8.09375,4.71875 -2,1 L 76,175.01282 c 2,0 2,-1 2,-1 z M 63,172.01282 l 4,0 -1,2 -2,0 c 0,0 -1,0 -1,-1 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="opacity:0.25;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.79999375;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path3407"
-     d="m 44.8125,169.01282 c 0.11352,0.31647 0.1875,0.64447 0.1875,1 0,0.35553 -0.074,0.68353 -0.1875,1 l 2.375,0 c -0.11352,-0.31647 -0.1875,-0.64447 -0.1875,-1 0,-0.35553 0.074,-0.68353 0.1875,-1 l -2.375,0 z m 8,0 c 0.11352,0.31647 0.1875,0.64447 0.1875,1 0,0.35553 -0.074,0.68353 -0.1875,1 l 2.375,0 c -0.11352,-0.31647 -0.1875,-0.64447 -0.1875,-1 0,-0.35553 0.074,-0.68353 0.1875,-1 l -2.375,0 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="opacity:0.25;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.79999375;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path3409"
-     d="m 42,168 c -1.104569,0 -2,0.89543 -2,2 0,1.10457 0.895431,2 2,2 1.104569,0 2,-0.89543 2,-2 0,-1.10457 -0.895431,-2 -2,-2 z m 8,0 c -1.104569,0 -2,0.89543 -2,2 0,1.10457 0.895431,2 2,2 1.104569,0 2,-0.89543 2,-2 0,-1.10457 -0.895431,-2 -2,-2 z m 8,0 c -1.104569,0 -2,0.89543 -2,2 0,1.10457 0.895431,2 2,2 1.104569,0 2,-0.89543 2,-2 0,-1.10457 -0.895431,-2 -2,-2 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="opacity:0.25;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter8013-4);enable-background:accumulate"
-     id="path3415"
-     d="m 130,168 c -1.10457,0 -2,0.89543 -2,2 0,1.10457 0.89543,2 2,2 1.10457,0 2,-0.89543 2,-2 0,-1.10457 -0.89543,-2 -2,-2 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.25;color:#000000;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.50000125;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-     id="path3419"
-     d="m 27.03125,162.60657 c -1.32908,0.53118 -2.444369,1.41916 -3.3125,2.53125 0.07092,0.0184 0.149734,0.009 0.21875,0.0312 0.520689,0.16918 0.941853,0.48986 1.28125,0.875 0.583365,-0.69731 1.320919,-1.23792 2.15625,-1.625 -0.228003,-0.42194 -0.375,-0.89709 -0.375,-1.4062 0,-0.14028 0.0122,-0.27085 0.03125,-0.40625 z m 5.9375,0 C 32.9878,162.74197 33,162.87254 33,163.01282 c 0,0.50911 -0.146997,0.98426 -0.375,1.40625 0.835331,0.38708 1.572885,0.92769 2.15625,1.625 0.339397,-0.38514 0.760561,-0.70582 1.28125,-0.875 0.06748,-0.0219 0.146303,-0.0395 0.21875,-0.0625 -0.866395,-1.10291 -1.991152,-1.97191 -3.3125,-2.5 z m -10.9375,8.21875 c 0.132811,1.35398 0.618313,2.61506 1.34375,3.6875 0.05422,-0.0956 0.121594,-0.19054 0.1875,-0.28125 0.298579,-0.41096 0.689964,-0.72255 1.125,-0.9375 -0.439267,-0.72096 -0.728373,-1.5606 -0.84375,-2.4375 -0.563589,0.16464 -1.184566,0.16262 -1.78125,-0.0312 -0.009,-0.003 -0.02228,0.003 -0.03125,0 z m 15.90625,0 c -0.596684,0.19387 -1.217661,0.19589 -1.78125,0.0312 -0.115377,0.8769 -0.404483,1.71654 -0.84375,2.4375 0.438042,0.20421 0.821177,0.51932 1.125,0.9375 0.06591,0.0907 0.133279,0.18566 0.1875,0.28125 0.725438,-1.07244 1.210939,-2.33352 1.34375,-3.6875 -0.009,0.003 -0.02224,-0.003 -0.03125,0 z M 29,176.16907 c -0.03014,0.55835 -0.21394,1.114 -0.5625,1.59375 -0.027,0.0372 -0.06534,0.0582 -0.09375,0.0937 0.540476,0.11583 1.081942,0.1875 1.65625,0.1875 0.574308,0 1.115774,-0.0717 1.65625,-0.1875 -0.02841,-0.0355 -0.06675,-0.0566 -0.09375,-0.0937 -0.34856,-0.47975 -0.532362,-1.0354 -0.5625,-1.59375 -0.329444,0.0535 -0.654988,0.0937 -1,0.0937 -0.345012,0 -0.670556,-0.0403 -1,-0.0937 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="opacity:0.25;color:#000000;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path3423"
-     d="m 30,161 c -1.104569,0 -2,0.89543 -2,2 0,1.10457 0.895431,2 2,2 1.104569,0 2,-0.89543 2,-2 0,-1.10457 -0.895431,-2 -2,-2 z m -7.15625,5 c -0.77652,0.0669 -1.494002,0.58712 -1.75,1.375 -0.341331,1.05051 0.230742,2.18992 1.28125,2.53125 1.050508,0.34133 2.189919,-0.23074 2.53125,-1.28125 0.341331,-1.05051 -0.230742,-2.18992 -1.28125,-2.53125 -0.262627,-0.0853 -0.52241,-0.11606 -0.78125,-0.0937 z m 13.9375,0 c -0.132056,0.0149 -0.274936,0.0511 -0.40625,0.0937 -1.050508,0.34133 -1.622581,1.48074 -1.28125,2.53125 0.341331,1.05051 1.480742,1.62258 2.53125,1.28125 1.050508,-0.34133 1.622581,-1.48074 1.28125,-2.53125 -0.298664,-0.91919 -1.20061,-1.47926 -2.125,-1.375 z m -10.71875,8 c -0.641658,-0.0219 -1.281719,0.25399 -1.6875,0.8125 -0.64925,0.89362 -0.456116,2.16325 0.4375,2.8125 0.893616,0.64925 2.16325,0.45612 2.8125,-0.4375 0.64925,-0.89362 0.456116,-2.16325 -0.4375,-2.8125 -0.335106,-0.24347 -0.740005,-0.36184 -1.125,-0.375 z m 7.875,0 c -0.384995,0.0132 -0.789894,0.13153 -1.125,0.375 -0.893615,0.64925 -1.08675,1.91888 -0.4375,2.8125 0.64925,0.89362 1.918885,1.08675 2.8125,0.4375 0.893615,-0.64925 1.08675,-1.91888 0.4375,-2.8125 -0.405781,-0.55851 -1.045842,-0.83443 -1.6875,-0.8125 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="opacity:0.25;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path3427"
-     d="m 84,166.01282 -4,4 4,4 1,-1 0,-2 2.1875,0 c -0.11352,-0.31647 -0.1875,-0.64447 -0.1875,-1 0,-0.34518 0.0802,-0.69136 0.1875,-1 l -2.1875,0 0,-2 -1,-1 z m 12,0 -1,1 0,2 -2.1875,0 c 0.10728,0.30864 0.1875,0.65482 0.1875,1 0,0.35553 -0.074,0.68353 -0.1875,1 l 2.1875,0 0,2 1,1 4,-4 -4,-4 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="opacity:0.25;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path3429"
-     d="m 91.999998,169.99998 a 2.0000003,2.0000003 0 0 1 -4.000001,0 2.0000003,2.0000003 0 1 1 4.000001,0 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="opacity:0.25;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path3433"
-     d="m 108,165 -4,5 4,5 2,0 0,-1 -3.5,-4 3.5,-4 0,-1 -2,0 z m 6,0 -4,5 4,5 2,0 0,-1 -3.5,-4 3.5,-4 0,-1 -2,0 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="opacity:0.25;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path3437"
-     d="m 149,163 -1,1 0,4 -4,0 -1,1 0,2 1,1 4,0 0,4 1,1 2,0 1,-1 0,-4 4,0 1,-1 0,-2 -1,-1 -4,0 0,-4 -1,-1 z" />
-  <path
-     inkscape:connector-curvature="0"
-     id="path3412"
-     d="m 164,162 c -1.10457,0 -2,0.89543 -2,2 0,1.10457 0.89543,2 2,2 1.10457,0 2,-0.89543 2,-2 0,-1.10457 -0.89543,-2 -2,-2 z"
-     style="opacity:0.25;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.79999375;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-  <path
-     inkscape:connector-curvature="0"
-     id="path3410"
-     d="m 164,174 c -1.10457,0 -2,0.89543 -2,2 0,1.10457 0.89543,2 2,2 1.10457,0 2,-0.89543 2,-2 0,-1.10457 -0.89543,-2 -2,-2 z"
-     style="opacity:0.25;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.79999375;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-  <path
-     inkscape:connector-curvature="0"
-     id="path3443"
-     d="m 176,174 c -1.10457,0 -2,0.89543 -2,2 0,1.10457 0.89543,2 2,2 1.10457,0 2,-0.89543 2,-2 0,-1.10457 -0.89543,-2 -2,-2 z"
-     style="opacity:0.25;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.79999375;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-  <path
-     inkscape:connector-curvature="0"
-     style="opacity:0.25;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.79999375;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path3445"
-     d="m 190,160 -1,1 0,1.0625 c -3.94444,0.49381 -7,3.85922 -7,7.9375 0,4.41827 3.58173,8 8,8 4.41827,0 8,-3.58173 8,-8 0,-2.46731 -1.11852,-4.65856 -2.875,-6.125 l -1.40625,1.40625 C 195.11409,166.37996 196,168.08592 196,170 c 0,3.3137 -2.6863,6 -6,6 -3.3137,0 -6,-2.6863 -6,-6 0,-2.97561 2.15859,-5.43327 5,-5.90625 l 0,0.90625 1,1 3,-3 -3,-3 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.25;color:#000000;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-     id="path3451"
-     d="m 208,162 c -1.33333,0 -2.21875,0.78125 -2.71875,1.28125 -0.5,0.5 -0.61458,0.71875 -1.28125,0.71875 l -1,0 0,2 1,0 c 1.33333,0 2.21875,-0.78125 2.71875,-1.28125 0.5,-0.5 0.61458,-0.71875 1.28125,-0.71875 0.16667,0 0.20569,0.009 0.40625,0.25 0.20056,0.24067 0.4375,0.6875 0.6875,1.1875 0.25,0.5 0.51306,1.05317 0.9375,1.5625 0.42444,0.50933 1.13542,1 1.96875,1 1.33333,0 2.21875,-0.78125 2.71875,-1.28125 0.5,-0.5 0.61458,-0.71875 1.28125,-0.71875 l 1,0 0,-2 -1,0 c -1.33333,0 -2.21875,0.78125 -2.71875,1.28125 -0.5,0.5 -0.61458,0.71875 -1.28125,0.71875 -0.16667,0 -0.20569,-0.009 -0.40625,-0.25 -0.20056,-0.24067 -0.4375,-0.6875 -0.6875,-1.1875 -0.25,-0.5 -0.51306,-1.05317 -0.9375,-1.5625 -0.42444,-0.50933 -1.13542,-1 -1.96875,-1 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.25;color:#000000;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-     id="path3453"
-     d="m 203,176 0,2 14,0 0,-2 -14,0 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#7092ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path3404-8"
-     d="m 507.5,2 0,1 1,1 -4.5,4.5000001 0,0.5 L 504,10 l 1.5,0 4.5,-4.5 1,1 1,0 0,-3.5 0,-1 -1,0 z m -6.5,1 -1,1 0,9 1,1 9,0 1,-1 0,-4.9999999 L 509,10 l 0,2 -1,0 -1,0 -4,0 -1,0 0,-5 0,-2 1,0 1,0 2,-2 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#597be7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path5520"
-     d="m 507.5,16 0,1 1,1 -4.5,4.5 0,0.5 0,1 1.5,0 4.5,-4.5 1,1 1,0 0,-3.5 0,-1 -1,0 z m -6.5,1 -1,1 0,9 1,1 9,0 1,-1 0,-5 -2,2 0,2 -1,0 -1,0 -4,0 -1,0 0,-5 0,-2 1,0 1,0 2,-2 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path4657"
-     d="m 89,22 -5,4.5 5,4.5 0,-3 3,0 1,1 0,3 -1,1 -5,0 -1,1 0,1 1,1 5,0 2,-1 1,-1 1,-2 0,-3 -1,-2 -1,-1 -2,-1 -3,0 z m 22,0 0,3 -3,0 -2,1 -1,1 -1,2 0,3 1,2 1,1 2,1 5,0 1,-1 0,-1 -1,-1 -5,0 -1,-1 0,-3 1,-1 3,0 0,3 5,-4.5 z m -57,1 -1,1 0,1.59375 L 46.59375,32 45,32 l -1,1 0,2 1,1 2,0 1,-1 0,-1.59375 L 54.40625,27 56,27 l 1,-1 0,-2 -1,-1 z m 96,0 -6,6 1,1 3,0 0,6 1,1 2,0 1,-1 0,-6 3,0 1,-1 z M 32,24 c -2.76142,0 -5,2.23858 -5,5 0,2.76143 5,7 5,7 0,0 5,-4.23857 5,-7 0,-2.76142 -2.23858,-5 -5,-5 z m 23,0 c 0.55228,0 1,0.44772 1,1 0,0.55229 -0.44772,1 -1,1 -0.25152,0 -0.48052,-0.0967 -0.65625,-0.25 C 54.30935,25.71998 54.28,25.69066 54.25,25.65625 54.09665,25.480519 54,25.251521 54,25 c 0,-0.55228 0.44772,-1 1,-1 z m 10,0 -1,1 0,2 1,1 0,4 -1,1 0,2 1,1 2,0 1,-1 4,0 1,1 2,0 1,-1 0,-2 -1,-1 0,-4 1,-1 0,-2 -1,-1 -2,0 -1,1 -4,0 -1,-1 z m 69.5,0 -4.9375,8.5625 L 126,29 l -1,0 -1,1 0,1 5,5 1,0 1,0 6,-10 0,-1 -1,-1 z m 30.5,0 -1,1 0,1 4,4 -4,4 0,1 1,1 1,0 4,-4 4,4 1,0 1,-1 0,-1 -4,-4 4,-4 0,-1 -1,-1 -1,0 -4,4 -4,-4 z m 21,0 -1,1 0,1 1,1 8,0 1,-1 0,-1 -1,-1 z M 66,25 c 0.55228,0 1,0.447715 1,1 0,0.552285 -0.44772,1 -1,1 -0.55228,0 -1,-0.447715 -1,-1 0,-0.552285 0.44772,-1 1,-1 z m 8,0 c 0.55228,0 1,0.447715 1,1 0,0.552285 -0.44772,1 -1,1 -0.55228,0 -1,-0.447715 -1,-1 0,-0.552285 0.44772,-1 1,-1 z m 132,0 -1,1 0,1 3,3 -3,3 0,1 1,1 1,0 3,-3 3,3 1,0 1,-1 0,-1 -3,-3 3,-3 0,-1 -1,-1 -1,0 -3,3 -3,-3 z M 32.15625,27 c 1.10457,0 2,0.89543 2,2 0,1.10457 -0.89543,2 -2,2 -1.104569,0 -2,-0.89543 -2,-2 0,-1.10457 0.895431,-2 2,-2 z M 68,27 l 4,0 1,1 0,4 -1,1 -4,0 -1,-1 0,-4 z m 118,1 0,7 1,1 6,0 1,-1 0,-7 z m 2,2 1,0 0,4 -1,0 0,-1 z m 3,0 1,0 0,3 0,1 -1,0 z M 46,33 c 0.25152,0 0.48052,0.0967 0.65625,0.25 L 46.75,33.34375 C 46.90335,33.519481 47,33.748484 47,34 c 0,0.55229 -0.44772,1 -1,1 -0.55228,0 -1,-0.44771 -1,-1 0,-0.55228 0.44772,-1 1,-1 z m 20,0 c 0.55228,0 1,0.447715 1,1 0,0.552285 -0.44772,1 -1,1 -0.55228,0 -1,-0.447715 -1,-1 0,-0.552285 0.44772,-1 1,-1 z m 8,0 c 0.55228,0 1,0.447715 1,1 0,0.552285 -0.44772,1 -1,1 -0.55228,0 -1,-0.447715 -1,-1 0,-0.552285 0.44772,-1 1,-1 z" />
-  <g
-     style="fill:#ffffff;fill-opacity:1;display:inline"
-     id="g4659"
-     transform="translate(-681,93.63782)">
-    <path
-       inkscape:connector-curvature="0"
-       style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       id="path4661"
-       transform="translate(756,-73.637817)"
-       d="m 174,3 -1,1 0,4 -4,0 -1,1 0,1 1,1 4,0 0,4 1,1 1,0 1,-1 0,-4 4,0 1,-1 0,-1 -1,-1 -4,0 0,-4 -1,-1 -1,0 z" />
-  </g>
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path4663"
-     d="m 265,28.000003 11,0 1,1.00002 0,1 -1,0.99998 -11,0 -1,-1 0,-1 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path4665"
-     d="m 288.5,23.000013 c -3.03757,0 -5.5,2.46243 -5.5,5.5 0,3.03757 2.46243,5.5 5.5,5.5 1.00612,0 1.93866,-0.27827 2.75,-0.75 l 3.75,3.75 1,0 1,-1 0,-1 -3.75,-3.75 c 0.47173,-0.81134 0.75,-1.74387 0.75,-2.75 0,-3.03757 -2.46243,-5.5 -5.5,-5.5 z m -0.5,2 1,0 2,1 1,2 0,1 -1,2 -2,1 -1,0 -2,-1 -1,-2 0,-1 1,-2 2,-1 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path4667"
-     d="m 329.5,23 c -1.5,0 -2.5,2 -2.5,3 0,0.666667 0,1.333333 0,2 0,1 1,2.153847 1,2.153847 L 328,31 l -1.69231,0.384617 c -1.45419,0.330499 -2.02608,1.236079 -2.15384,2.76923 L 324,36.000001 l 12,0 -0.15385,-1.846154 c -0.12776,-1.533151 -0.69965,-2.438731 -2.15384,-2.76923 L 332,31 l 0,-0.846153 c 0,0 1,-1.153847 1,-2.153847 0,-0.666667 0,-1.333333 0,-2 0,-1 -1,-3 -2.5,-3 z" />
-  <rect
-     style="color:#000000;fill:#7092ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.99999905;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="rect4769"
-     y="155"
-     x="167"
-     height="2"
-     width="6" />
-  <rect
-     style="color:#000000;fill:#7092ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.99999905;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="rect4769-6"
-     y="147"
-     x="163"
-     height="5.9999971"
-     width="2" />
-  <rect
-     style="color:#000000;fill:#7092ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.99999905;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="rect4789"
-     y="149"
-     x="45"
-     height="2"
-     width="2" />
-  <rect
-     style="color:#000000;fill:#7092ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.99999905;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="rect4791"
-     y="149"
-     x="53"
-     height="2"
-     width="2" />
-  <path
-     inkscape:connector-curvature="0"
-     style="opacity:0.25;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.79999375;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path4863"
-     d="m 163,167 2,0 c 0,2.00001 0,4 0,6 l -2,0 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="opacity:0.25;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.79999375;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path4863-8"
-     d="m 167,175 6,0 c 0,0.66667 0,1.33333 0,2 l -6,0 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="opacity:0.5;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path3848"
-     d="m 206,5 -1,1 0,1 3,3 -3,3 0,1 1,1 1,0 3,-3 3,3 1,0 1,-1 0,-1 -3,-3 3,-3 0,-1 -1,-1 -1,0 -3,3 -3,-3 -1,0 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="opacity:0.5;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path2997-6"
-     d="m 89,42 -5,4.5 5,4.5 0,-3 3,0 1,1 0,3 -1,1 -5,0 -1,1 0,1 1,1 5,0 2,-1 1,-1 1,-2 0,-3 -1,-2 -1,-1 -2,-1 -3,0 z m 22,0 0,3 -3,0 -2,1 -1,1 -1,2 0,3 1,2 1,1 2,1 5,0 1,-1 0,-1 -1,-1 -5,0 -1,-1 0,-3 1,-1 3,0 0,3 5,-4.5 z m -57,1 -1,1 0,1.59375 L 46.59375,52 45,52 l -1,1 0,2 1,1 2,0 1,-1 0,-1.59375 L 54.40625,47 56,47 l 1,-1 0,-2 -1,-1 z m 96,0 -6,6 1,1 3,0 0,6 1,1 2,0 1,-1 0,-6 3,0 1,-1 z M 32,44 c -2.76142,0 -5,2.23858 -5,5 0,2.76143 5,7 5,7 0,0 5,-4.23857 5,-7 0,-2.76142 -2.23858,-5 -5,-5 z m 23,0 c 0.55228,0 1,0.44772 1,1 0,0.55229 -0.44772,1 -1,1 -0.25152,0 -0.48052,-0.0967 -0.65625,-0.25 C 54.30935,45.71998 54.28,45.69066 54.25,45.65625 54.09665,45.480519 54,45.251521 54,45 c 0,-0.55228 0.44772,-1 1,-1 z m 10,0 -1,1 0,2 1,1 0,4 -1,1 0,2 1,1 2,0 1,-1 4,0 1,1 2,0 1,-1 0,-2 -1,-1 0,-4 1,-1 0,-2 -1,-1 -2,0 -1,1 -4,0 -1,-1 z m 69.5,0 -4.9375,8.5625 L 126,49 l -1,0 -1,1 0,1 5,5 1,0 1,0 6,-10 0,-1 -1,-1 z m 30.5,0 -1,1 0,1 4,4 -4,4 0,1 1,1 1,0 4,-4 4,4 1,0 1,-1 0,-1 -4,-4 4,-4 0,-1 -1,-1 -1,0 -4,4 -4,-4 z m 21,0 -1,1 0,1 1,1 8,0 1,-1 0,-1 -1,-1 z M 66,45 c 0.55228,0 1,0.447715 1,1 0,0.552285 -0.44772,1 -1,1 -0.55228,0 -1,-0.447715 -1,-1 0,-0.552285 0.44772,-1 1,-1 z m 8,0 c 0.55228,0 1,0.447715 1,1 0,0.552285 -0.44772,1 -1,1 -0.55228,0 -1,-0.447715 -1,-1 0,-0.552285 0.44772,-1 1,-1 z m -41.84375,2 c 1.10457,0 2,0.89543 2,2 0,1.10457 -0.89543,2 -2,2 -1.104569,0 -2,-0.89543 -2,-2 0,-1.10457 0.895431,-2 2,-2 z M 68,47 l 4,0 1,1 0,4 -1,1 -4,0 -1,-1 0,-4 z m 118,1 0,7 1,1 6,0 1,-1 0,-7 z m 2,2 1,0 0,4 -1,0 0,-1 z m 3,0 1,0 0,3 0,1 -1,0 z M 46,53 c 0.25152,0 0.48052,0.0967 0.65625,0.25 L 46.75,53.34375 C 46.90335,53.519481 47,53.748484 47,54 c 0,0.55229 -0.44772,1 -1,1 -0.55228,0 -1,-0.44771 -1,-1 0,-0.55228 0.44772,-1 1,-1 z m 20,0 c 0.55228,0 1,0.447715 1,1 0,0.552285 -0.44772,1 -1,1 -0.55228,0 -1,-0.447715 -1,-1 0,-0.552285 0.44772,-1 1,-1 z m 8,0 c 0.55228,0 1,0.447715 1,1 0,0.552285 -0.44772,1 -1,1 -0.55228,0 -1,-0.447715 -1,-1 0,-0.552285 0.44772,-1 1,-1 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="opacity:0.25;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.79999375;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path4802-1"
-     d="m 190,168 c -1.10457,0 -2,0.89543 -2,2 0,1.10457 0.89543,2 2,2 1.10457,0 2,-0.89543 2,-2 0,-1.10457 -0.89543,-2 -2,-2 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#bfbfbf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.79999375;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path4861-8"
-     d="m 130,161 -3,3 1,1 1,0 0,2 2,0 0,-2 1,0 1,-1 -3,-3 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#bfbfbf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.79999375;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path4859-2"
-     d="m 124,167 -3,3 3,3 1,-1 0,-1 2,0 0,-2 -2,0 0,-1 -1,-1 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#bfbfbf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.79999375;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path4857-6"
-     d="m 136,167 -1,1 0,1 -2,0 0,2 2,0 0,1 1,1 3,-3 -3,-3 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#bfbfbf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.79999375;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path4855-0"
-     d="m 130,168 c -1.10457,0 -2,0.89543 -2,2 0,1.10457 0.89543,2 2,2 1.10457,0 2,-0.89543 2,-2 0,-1.10457 -0.89543,-2 -2,-2 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#bfbfbf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.79999375;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path4804-3"
-     d="m 129,173 0,2 -1,0 -1,1 3,3 3,-3 -1,-1 -1,0 0,-2 -2,0 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#7092ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.79999375;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path5237"
-     d="m 209,147.5 0,3.5 -1,0 -1,1 3,3 3,-3 -1,-1 -1,0 0,-1.5 c -1.70008,-0.85011 -2,-2 -2,-2 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="opacity:0.25;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.79999375;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path5239-7"
-     d="m 207,172 1,-1 1,0 0,-3.5 c 0,0 0.29992,1.14989 2,2 0,0.591 0,1.5 0,1.5 l 1,0 1,1 -3,3 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#7092ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="rect3843"
-     d="m 232.5,251.25 c -1.385,0 -2.5,1.115 -2.5,2.5 l 0,37.5 c 0,1.385 1.115,2.5 2.5,2.5 l 20,0 0.10937,-20 -5.10937,0 0,-5 5,0 0,-1.5 c 0,-1.82822 0.17535,-3.11147 0.5,-4 0.44424,-1.19602 1.38937,-2.26525 2.5,-3 1.1277,-0.75177 2.48379,-1.49996 4.5,-1.5 2.5,0 4.1947,0.87241 5.45976,2.03147 l -1.63603,3.63589 c -0.95686,-0.17083 -2.46942,-0.66733 -3.32373,-0.66736 -1.4011,3e-5 -1.78946,0.016 -2.37039,0.61398 -0.58094,0.59806 -0.62961,0.74575 -0.62961,2.38602 l 0,2 6.5,0 0,5 -6.5,0 0,20 10,0 c 1.385,0 2.5,-1.115 2.5,-2.5 l 0,-37.5 c 0,-1.385 -1.115,-2.5 -2.5,-2.5 z" />
-  <rect
-     style="opacity:0.15;color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="rect4219-0"
-     y="220"
-     x="600"
-     height="100"
-     width="100" />
-  <g
-     style="font-size:17.49651146px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:120.00000477%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#e4a4be;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999994;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Avenir;-inkscape-font-specification:Avenir"
-     id="text3863"
-     transform="translate(-25,3.0624999e-6)" />
-  <path
-     inkscape:connector-curvature="0"
-     style="font-size:16.71258354px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:100%;letter-spacing:0px;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#222222;fill-rule:nonzero;enable-background:accumulate;font-family:Helvetica Neue"
-     id="path10613"
-     d="m 228.78571,5.07143 -1,1 v 1 l 1,1 h 1 l 1,-1 v -1 l -1,-1 h -1 z m 0,4 -1,1 v 5 l 1,1 h 1 l 1,-1 v -5 l -1,-1 h -1 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="font-size:16.71258354px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:100%;letter-spacing:0px;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;fill:#000000;fill-rule:nonzero;enable-background:accumulate;font-family:Helvetica Neue"
-     id="path10620"
-     d="m 228.78571,45.07143 -1,1 0,1 1,1 1,0 1,-1 0,-1 -1,-1 -1,0 z m 0,4 -1,1 0,5 1,1 1,0 1,-1 0,-5 -1,-1 -1,0 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="font-size:16.71258354px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:100%;letter-spacing:0px;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-rule:nonzero;enable-background:accumulate;font-family:Helvetica Neue"
-     id="path5293"
-     d="m 228.78571,25.07143 -1,1 0,1 1,1 1,0 1,-1 0,-1 -1,-1 -1,0 z m 0,4 -1,1 0,5 1,1 1,0 1,-1 0,-5 -1,-1 -1,0 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#7092ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.79999375;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="rect14284"
-     d="m 406,3 0,1 2,2.40625 L 408,8 412,8 412,6.40625 414,4 l 0,-1 -1,0 -2,2 -2,0 -2,-2 -1,0 z m 1,6 -1,1 -3,0 -1,1 1,1 3,0 0,1 -2,1 -1,1 0,1 1,0 2,-1 2,2 4,0 2,-2 2,1 1,0 0,-1 -1,-1 -2,-1 0,-1 3,0 1,-1 -1,-1 -3,0 -1,-1 -6,0 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.79999375;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path14358"
-     d="m 406,23 0,1 2,2.40625 0,1.59375 4,0 0,-1.59375 2,-2.40625 0,-1 -1,0 -2,2 -2,0 -2,-2 -1,0 z m 1,6 -1,1 -3,0 -1,1 1,1 3,0 0,1 -2,1 -1,1 0,1 1,0 2,-1 2,2 4,0 2,-2 2,1 1,0 0,-1 -1,-1 -2,-1 0,-1 3,0 1,-1 -1,-1 -3,0 -1,-1 -6,0 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="opacity:0.5;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.79999375;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path14360"
-     d="m 406,43 0,1 2,2.40625 0,1.59375 4,0 0,-1.59375 2,-2.40625 0,-1 -1,0 -2,2 -2,0 -2,-2 -1,0 z m 1,6 -1,1 -3,0 -1,1 1,1 3,0 0,1 -2,1 -1,1 0,1 1,0 2,-1 2,2 4,0 2,-2 2,1 1,0 0,-1 -1,-1 -2,-1 0,-1 3,0 1,-1 -1,-1 -3,0 -1,-1 -6,0 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#7092ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path3361"
-     d="m 482,27 2,0 3,3 4.7735,-6 2.2265,0 0,2 -5,6 -1,1 -2,0 -1,-1 -3,-3 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#7f7f7f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path3365"
-     d="m 482,7.0000001 2,0 L 487,10 l 4.7735,-5.9999999 2.2265,0 0,2 L 489,12 l -1,1 -2,0 -1,-1 -3,-2.9999999 z" />
-  <g
-     id="g16825"
-     transform="translate(-5,3.0624999e-6)">
-    <path
-       inkscape:connector-curvature="0"
-       style="color:#000000;fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       id="path17679"
-       transform="translate(25,-3.0624999e-6)"
-       d="m 524,5 -1,1 0,2 1,1 2,0 1,-1 0,-2 -1,-1 -2,0 z m 10,0 -1,1 0,2 1,1 2,0 1,-1 0,-2 -1,-1 -2,0 z m -9,1 c 0.5523,0 1,0.4477 1,1 0,0.5523 -0.4477,1 -1,1 -0.5523,0 -1,-0.4477 -1,-1 0,-0.5523 0.4477,-1 1,-1 z m 10,0 c 0.5523,0 1,0.4477 1,1 0,0.5523 -0.4477,1 -1,1 -0.5523,0 -1,-0.4477 -1,-1 0,-0.5523 0.4477,-1 1,-1 z m -6,6 -1,1 0,2 1,1 2,0 1,-1 0,-2 -1,-1 -2,0 z m 1,1 c 0.5523,0 1,0.4477 1,1 0,0.5523 -0.4477,1 -1,1 -0.5523,0 -1,-0.4477 -1,-1 0,-0.5523 0.4477,-1 1,-1 z" />
-    <path
-       inkscape:connector-curvature="0"
-       style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-       id="path17685"
-       d="m 558.0625,9.21875 -1.5,2.5 0.875,0.53125 1.5,-2.5 -0.875,-0.53125 z" />
-    <path
-       inkscape:connector-curvature="0"
-       style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-       id="path17687"
-       d="m 551.9375,9.21875 -0.875,0.53125 1.5,2.5 0.875,-0.53125 -1.5,-2.5 z" />
-  </g>
-  <g
-     id="g17870"
-     transform="translate(5432.5,-1245.375)">
-    <path
-       inkscape:connector-curvature="0"
-       style="color:#000000;fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       id="path2997-7-7"
-       d="m -4868.5,1248.3622 -1,1 0,2 1,1 0,6 -1,1 0,2 1,1 2,0 1,-1 6,0 1,1 2,0 1,-1 0,-2 -1,-1 0,-6 1,-1 0,-2 -1,-1 -2,0 -1,1 -6,0 -1,-1 z m 1,1 c 0.5523,0 1,0.4477 1,1 0,0.5523 -0.4477,1 -1,1 -0.5523,0 -1,-0.4477 -1,-1 0,-0.5523 0.4477,-1 1,-1 z m 10,0 c 0.5523,0 1,0.4477 1,1 0,0.5523 -0.4477,1 -1,1 -0.5523,0 -1,-0.4477 -1,-1 0,-0.5523 0.4477,-1 1,-1 z m -8,2 6,0 1,1 0,6 -1,1 -6,0 -1,-1 0,-6 z m -2,8 c 0.5523,0 1,0.4477 1,1 0,0.5523 -0.4477,1 -1,1 -0.5523,0 -1,-0.4477 -1,-1 0,-0.5523 0.4477,-1 1,-1 z m 10,0 c 0.5523,0 1,0.4477 1,1 0,0.5523 -0.4477,1 -1,1 -0.5523,0 -1,-0.4477 -1,-1 0,-0.5523 0.4477,-1 1,-1 z" />
-    <path
-       inkscape:connector-curvature="0"
-       style="opacity:0.5;color:#000000;fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       id="path17497-7-3"
-       d="m -4863.5,1253.3622 -1,1 0,2 1,1 2,0 1,-1 0,-2 -1,-1 -2,0 z m 1,1 c 0.5523,0 1,0.4477 1,1 0,0.5523 -0.4477,1 -1,1 -0.5523,0 -1,-0.4477 -1,-1 0,-0.5523 0.4477,-1 1,-1 z" />
-  </g>
-  <g
-     id="g16816"
-     transform="translate(-74,-0.99999694)">
-    <path
-       inkscape:connector-curvature="0"
-       style="color:#000000;fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       id="path17900"
-       d="m 598,4.9872 0,0 -1,1 0,1 0,1 0,1 1,1 0,0 1,1 1,0 1,0 1,0 1,-1 0,0 1,-1 0,-1 0,-1 0,-1 -1,-1 0,0 -1,-1 -1,0 -1,0 -1,0 z m 2,1 1,0 1,1 0,1 -1,1 -1,0 -1,-1 0,-1 z" />
-    <path
-       inkscape:connector-curvature="0"
-       style="opacity:0.5;color:#000000;fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       id="path17902"
-       d="m 608,5.9872 -1,1 0,2 1,1 2,0 1,-1 0,-2 -1,-1 -2,0 z m 1,1 c 0.5523,0 1,0.4477 1,1 0,0.5523 -0.4477,1 -1,1 -0.5523,0 -1,-0.4477 -1,-1 0,-0.5523 0.4477,-1 1,-1 z" />
-    <path
-       inkscape:connector-curvature="0"
-       style="opacity:0.5;color:#000000;fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       id="path17942"
-       d="m 606,11.9872 -1,1 0,2 1,1 2,0 1,-1 0,-2 -1,-1 -2,0 z m 1,1 c 0.5523,0 1,0.4477 1,1 0,0.5523 -0.4477,1 -1,1 -0.5523,0 -1,-0.4477 -1,-1 0,-0.5523 0.4477,-1 1,-1 z" />
-    <path
-       inkscape:connector-curvature="0"
-       style="opacity:0.5;color:#000000;fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       id="path17944"
-       d="m 600,13.9872 -1,1 0,2 1,1 2,0 1,-1 0,-2 -1,-1 -2,0 z m 1,1 c 0.5523,0 1,0.4477 1,1 0,0.5523 -0.4477,1 -1,1 -0.5523,0 -1,-0.4477 -1,-1 0,-0.5523 0.4477,-1 1,-1 z" />
-    <path
-       inkscape:connector-curvature="0"
-       style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-       id="path17687-1"
-       d="m 604.34375,10.625 -0.6875,0.71875 1,1 0.6875,-0.71875 -1,-1 z" />
-    <path
-       inkscape:connector-curvature="0"
-       style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-       id="path17964"
-       d="m 605,7 0,1 1,0 0,-1 -1,0 z" />
-    <path
-       inkscape:connector-curvature="0"
-       style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-       id="path17966"
-       d="m 600,12 0,1 1,0 0,-1 -1,0 z" />
-  </g>
-  <g
-     style="fill:#ffffff"
-     id="g16830"
-     transform="translate(-5,20.000003)">
-    <path
-       inkscape:connector-curvature="0"
-       style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       id="path16832"
-       transform="translate(25,-3.0624999e-6)"
-       d="m 524,5 -1,1 0,2 1,1 2,0 1,-1 0,-2 -1,-1 -2,0 z m 10,0 -1,1 0,2 1,1 2,0 1,-1 0,-2 -1,-1 -2,0 z m -9,1 c 0.5523,0 1,0.4477 1,1 0,0.5523 -0.4477,1 -1,1 -0.5523,0 -1,-0.4477 -1,-1 0,-0.5523 0.4477,-1 1,-1 z m 10,0 c 0.5523,0 1,0.4477 1,1 0,0.5523 -0.4477,1 -1,1 -0.5523,0 -1,-0.4477 -1,-1 0,-0.5523 0.4477,-1 1,-1 z m -6,6 -1,1 0,2 1,1 2,0 1,-1 0,-2 -1,-1 -2,0 z m 1,1 c 0.5523,0 1,0.4477 1,1 0,0.5523 -0.4477,1 -1,1 -0.5523,0 -1,-0.4477 -1,-1 0,-0.5523 0.4477,-1 1,-1 z" />
-    <path
-       inkscape:connector-curvature="0"
-       style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-       id="path16834"
-       d="m 558.0625,9.21875 -1.5,2.5 0.875,0.53125 1.5,-2.5 -0.875,-0.53125 z" />
-    <path
-       inkscape:connector-curvature="0"
-       style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-       id="path16836"
-       d="m 551.9375,9.21875 -0.875,0.53125 1.5,2.5 0.875,-0.53125 -1.5,-2.5 z" />
-  </g>
-  <g
-     style="fill:#ffffff"
-     id="g16838"
-     transform="translate(5432.5,-1225.375)">
-    <path
-       inkscape:connector-curvature="0"
-       style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       id="path16840"
-       d="m -4868.5,1248.3622 -1,1 0,2 1,1 0,6 -1,1 0,2 1,1 2,0 1,-1 6,0 1,1 2,0 1,-1 0,-2 -1,-1 0,-6 1,-1 0,-2 -1,-1 -2,0 -1,1 -6,0 -1,-1 z m 1,1 c 0.5523,0 1,0.4477 1,1 0,0.5523 -0.4477,1 -1,1 -0.5523,0 -1,-0.4477 -1,-1 0,-0.5523 0.4477,-1 1,-1 z m 10,0 c 0.5523,0 1,0.4477 1,1 0,0.5523 -0.4477,1 -1,1 -0.5523,0 -1,-0.4477 -1,-1 0,-0.5523 0.4477,-1 1,-1 z m -8,2 6,0 1,1 0,6 -1,1 -6,0 -1,-1 0,-6 z m -2,8 c 0.5523,0 1,0.4477 1,1 0,0.5523 -0.4477,1 -1,1 -0.5523,0 -1,-0.4477 -1,-1 0,-0.5523 0.4477,-1 1,-1 z m 10,0 c 0.5523,0 1,0.4477 1,1 0,0.5523 -0.4477,1 -1,1 -0.5523,0 -1,-0.4477 -1,-1 0,-0.5523 0.4477,-1 1,-1 z" />
-    <path
-       inkscape:connector-curvature="0"
-       style="opacity:0.5;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       id="path16842"
-       d="m -4863.5,1253.3622 -1,1 0,2 1,1 2,0 1,-1 0,-2 -1,-1 -2,0 z m 1,1 c 0.5523,0 1,0.4477 1,1 0,0.5523 -0.4477,1 -1,1 -0.5523,0 -1,-0.4477 -1,-1 0,-0.5523 0.4477,-1 1,-1 z" />
-  </g>
-  <g
-     style="fill:#ffffff"
-     id="g16844"
-     transform="translate(-74,19.000003)">
-    <path
-       inkscape:connector-curvature="0"
-       style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       id="path16846"
-       d="m 598,4.9872 0,0 -1,1 0,1 0,1 0,1 1,1 0,0 1,1 1,0 1,0 1,0 1,-1 0,0 1,-1 0,-1 0,-1 0,-1 -1,-1 0,0 -1,-1 -1,0 -1,0 -1,0 z m 2,1 1,0 1,1 0,1 -1,1 -1,0 -1,-1 0,-1 z" />
-    <path
-       inkscape:connector-curvature="0"
-       style="opacity:0.5;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       id="path16848"
-       d="m 608,5.9872 -1,1 0,2 1,1 2,0 1,-1 0,-2 -1,-1 -2,0 z m 1,1 c 0.5523,0 1,0.4477 1,1 0,0.5523 -0.4477,1 -1,1 -0.5523,0 -1,-0.4477 -1,-1 0,-0.5523 0.4477,-1 1,-1 z" />
-    <path
-       inkscape:connector-curvature="0"
-       style="opacity:0.5;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       id="path16850"
-       d="m 606,11.9872 -1,1 0,2 1,1 2,0 1,-1 0,-2 -1,-1 -2,0 z m 1,1 c 0.5523,0 1,0.4477 1,1 0,0.5523 -0.4477,1 -1,1 -0.5523,0 -1,-0.4477 -1,-1 0,-0.5523 0.4477,-1 1,-1 z" />
-    <path
-       inkscape:connector-curvature="0"
-       style="opacity:0.5;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       id="path16852"
-       d="m 600,13.9872 -1,1 0,2 1,1 2,0 1,-1 0,-2 -1,-1 -2,0 z m 1,1 c 0.5523,0 1,0.4477 1,1 0,0.5523 -0.4477,1 -1,1 -0.5523,0 -1,-0.4477 -1,-1 0,-0.5523 0.4477,-1 1,-1 z" />
-    <path
-       inkscape:connector-curvature="0"
-       style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-       id="path16854"
-       d="m 604.34375,10.625 -0.6875,0.71875 1,1 0.6875,-0.71875 -1,-1 z" />
-    <path
-       inkscape:connector-curvature="0"
-       style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-       id="path16856"
-       d="m 605,7 0,1 1,0 0,-1 -1,0 z" />
-    <path
-       inkscape:connector-curvature="0"
-       style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-       id="path16858"
-       d="m 600,12 0,1 1,0 0,-1 -1,0 z" />
-  </g>
-  <g
-     style="opacity:0.5"
-     id="g16860"
-     transform="translate(-5,40.000003)">
-    <path
-       inkscape:connector-curvature="0"
-       style="color:#000000;fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       id="path16862"
-       transform="translate(25,-3.0624999e-6)"
-       d="m 524,5 -1,1 0,2 1,1 2,0 1,-1 0,-2 -1,-1 -2,0 z m 10,0 -1,1 0,2 1,1 2,0 1,-1 0,-2 -1,-1 -2,0 z m -9,1 c 0.5523,0 1,0.4477 1,1 0,0.5523 -0.4477,1 -1,1 -0.5523,0 -1,-0.4477 -1,-1 0,-0.5523 0.4477,-1 1,-1 z m 10,0 c 0.5523,0 1,0.4477 1,1 0,0.5523 -0.4477,1 -1,1 -0.5523,0 -1,-0.4477 -1,-1 0,-0.5523 0.4477,-1 1,-1 z m -6,6 -1,1 0,2 1,1 2,0 1,-1 0,-2 -1,-1 -2,0 z m 1,1 c 0.5523,0 1,0.4477 1,1 0,0.5523 -0.4477,1 -1,1 -0.5523,0 -1,-0.4477 -1,-1 0,-0.5523 0.4477,-1 1,-1 z" />
-    <path
-       inkscape:connector-curvature="0"
-       style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-       id="path16864"
-       d="m 558.0625,9.21875 -1.5,2.5 0.875,0.53125 1.5,-2.5 -0.875,-0.53125 z" />
-    <path
-       inkscape:connector-curvature="0"
-       style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-       id="path16866"
-       d="m 551.9375,9.21875 -0.875,0.53125 1.5,2.5 0.875,-0.53125 -1.5,-2.5 z" />
-  </g>
-  <g
-     style="opacity:0.5"
-     id="g16868"
-     transform="translate(5432.5,-1205.375)">
-    <path
-       inkscape:connector-curvature="0"
-       style="color:#000000;fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       id="path16870"
-       d="m -4868.5,1248.3622 -1,1 0,2 1,1 0,6 -1,1 0,2 1,1 2,0 1,-1 6,0 1,1 2,0 1,-1 0,-2 -1,-1 0,-6 1,-1 0,-2 -1,-1 -2,0 -1,1 -6,0 -1,-1 z m 1,1 c 0.5523,0 1,0.4477 1,1 0,0.5523 -0.4477,1 -1,1 -0.5523,0 -1,-0.4477 -1,-1 0,-0.5523 0.4477,-1 1,-1 z m 10,0 c 0.5523,0 1,0.4477 1,1 0,0.5523 -0.4477,1 -1,1 -0.5523,0 -1,-0.4477 -1,-1 0,-0.5523 0.4477,-1 1,-1 z m -8,2 6,0 1,1 0,6 -1,1 -6,0 -1,-1 0,-6 z m -2,8 c 0.5523,0 1,0.4477 1,1 0,0.5523 -0.4477,1 -1,1 -0.5523,0 -1,-0.4477 -1,-1 0,-0.5523 0.4477,-1 1,-1 z m 10,0 c 0.5523,0 1,0.4477 1,1 0,0.5523 -0.4477,1 -1,1 -0.5523,0 -1,-0.4477 -1,-1 0,-0.5523 0.4477,-1 1,-1 z" />
-    <path
-       inkscape:connector-curvature="0"
-       style="opacity:0.5;color:#000000;fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       id="path16872"
-       d="m -4863.5,1253.3622 -1,1 0,2 1,1 2,0 1,-1 0,-2 -1,-1 -2,0 z m 1,1 c 0.5523,0 1,0.4477 1,1 0,0.5523 -0.4477,1 -1,1 -0.5523,0 -1,-0.4477 -1,-1 0,-0.5523 0.4477,-1 1,-1 z" />
-  </g>
-  <g
-     style="opacity:0.5"
-     id="g16874"
-     transform="translate(-74,39.000003)">
-    <path
-       inkscape:connector-curvature="0"
-       style="color:#000000;fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       id="path16876"
-       d="m 598,4.9872 0,0 -1,1 0,1 0,1 0,1 1,1 0,0 1,1 1,0 1,0 1,0 1,-1 0,0 1,-1 0,-1 0,-1 0,-1 -1,-1 0,0 -1,-1 -1,0 -1,0 -1,0 z m 2,1 1,0 1,1 0,1 -1,1 -1,0 -1,-1 0,-1 z" />
-    <path
-       inkscape:connector-curvature="0"
-       style="opacity:0.5;color:#000000;fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       id="path16878"
-       d="m 608,5.9872 -1,1 0,2 1,1 2,0 1,-1 0,-2 -1,-1 -2,0 z m 1,1 c 0.5523,0 1,0.4477 1,1 0,0.5523 -0.4477,1 -1,1 -0.5523,0 -1,-0.4477 -1,-1 0,-0.5523 0.4477,-1 1,-1 z" />
-    <path
-       inkscape:connector-curvature="0"
-       style="opacity:0.5;color:#000000;fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       id="path16880"
-       d="m 606,11.9872 -1,1 0,2 1,1 2,0 1,-1 0,-2 -1,-1 -2,0 z m 1,1 c 0.5523,0 1,0.4477 1,1 0,0.5523 -0.4477,1 -1,1 -0.5523,0 -1,-0.4477 -1,-1 0,-0.5523 0.4477,-1 1,-1 z" />
-    <path
-       inkscape:connector-curvature="0"
-       style="opacity:0.5;color:#000000;fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       id="path16882"
-       d="m 600,13.9872 -1,1 0,2 1,1 2,0 1,-1 0,-2 -1,-1 -2,0 z m 1,1 c 0.5523,0 1,0.4477 1,1 0,0.5523 -0.4477,1 -1,1 -0.5523,0 -1,-0.4477 -1,-1 0,-0.5523 0.4477,-1 1,-1 z" />
-    <path
-       inkscape:connector-curvature="0"
-       style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-       id="path16884"
-       d="m 604.34375,10.625 -0.6875,0.71875 1,1 0.6875,-0.71875 -1,-1 z" />
-    <path
-       inkscape:connector-curvature="0"
-       style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-       id="path16886"
-       d="m 605,7 0,1 1,0 0,-1 -1,0 z" />
-    <path
-       inkscape:connector-curvature="0"
-       style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-       id="path16888"
-       d="m 600,12 0,1 1,0 0,-1 -1,0 z" />
-  </g>
-  <path
-     sodipodi:nodetypes="ccccccccccccccccccc"
-     inkscape:connector-curvature="0"
-     id="path4065-7"
-     d="m 9,4 -6,11 1,1 12,0 1,-1 -6,-11 z m 1,3 1,1 0,2 -1,1 -1,-1 0,-2 z m 0,5 1,1 -1,1 -1,-1 z"
-     style="color:#000000;fill:#222222;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-  <path
-     sodipodi:nodetypes="ccccccccccccccccccc"
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     d="m 9,24 -7,11 1,1 14,0 1,-1 -7,-11 z m 1,3 1,1 0,2 -1,1 -1,-1 0,-2 z m 0,5 1,1 -1,1 -1,-1 z"
-     id="path6484" />
-  <path
-     sodipodi:nodetypes="ccccccccccccccccccc"
-     id="path6503"
-     d="m 9,44 -7,11 1,1 14,0 1,-1 -7,-11 z m 1,3 1,1 0,2 -1,1 -1,-1 0,-2 z m 0,5 1,1 -1,1 -1,-1 z"
-     style="opacity:0.5;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     inkscape:connector-curvature="0" />
-  <path
-     inkscape:export-ydpi="90"
-     inkscape:export-xdpi="90"
-     inkscape:export-filename="/Users/saman/Desktop/id-google-plus.svg.png"
-     id="path6774"
-     d="m 332.5,251.25 c -1.385,0 -2.5,1.115 -2.5,2.5 l 0,37.5 c 0,1.385 1.115,2.5 2.5,2.5 l 35,0 c 1.385,0 2.5,-1.115 2.5,-2.5 l 0,-37.5 c 0,-1.385 -1.115,-2.5 -2.5,-2.5 l -35,0 z m 12.42187,8.95312 7.73438,0 -1.73438,1.26563 -2.45312,0 c 1.62608,0.62541 2.48437,2.50808 2.48437,4.45312 0,1.6339 -0.8932,3.04778 -2.17187,4.04688 -1.2477,0.97471 -1.48438,1.37445 -1.48438,2.20312 0,0.70735 1.33236,1.91155 2.03125,2.40625 2.04292,1.44503 2.70313,2.79195 2.70313,5.03125 0,2.79312 -2.69863,5.5625 -7.59375,5.5625 -4.29379,0 -7.92188,-1.73845 -7.92188,-4.53125 0,-2.83563 3.30028,-5.57812 7.59375,-5.57812 l 1.34375,0 c -0.58757,-0.57164 -1.04687,-1.27693 -1.04687,-2.14063 0,-0.51252 0.16172,-1.01502 0.39062,-1.45312 -0.23328,0.0169 -0.47328,0.0312 -0.71875,0.0312 -3.52671,0 -5.89062,-2.51638 -5.89062,-5.625 0,-3.04233 3.2677,-5.67188 6.73437,-5.67188 z M 359.5,260.75 l 1.5,0 0,4.5 4.5,0 0,1.5 -4.5,0 0,4.5 -1.5,0 0,-4.5 -4.5,0 0,-1.5 4.5,0 0,-4.5 z m -15.90625,0.5625 c -1.78652,0.18034 -2.94719,2.09397 -2.625,4.54687 0.34366,2.61549 2.24211,4.78433 4.23437,4.84375 0.0279,10e-4 0.0503,0 0.0781,0 1.94503,0 3.24491,-2.04547 2.90625,-4.625 -0.34398,-2.6158 -2.24274,-4.70589 -4.23438,-4.76562 -0.12447,-0.004 -0.24027,-0.012 -0.35937,0 z m 1.34375,14.46875 c -2.96791,-0.0322 -5.625,1.81947 -5.625,4.03125 0,2.2565 2.14147,4.125 5.10937,4.125 4.17246,0 5.625,-1.75882 5.625,-4.01563 0,-0.27206 -0.0325,-0.53796 -0.0937,-0.79687 -0.32583,-1.2771 -1.48237,-1.91083 -3.09375,-3.03125 -0.58601,-0.18951 -1.22922,-0.30529 -1.92187,-0.3125 z"
-     style="color:#000000;fill:#7092ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     inkscape:connector-curvature="0" />
-  <g
-     id="g7018"
-     style="display:inline"
-     transform="translate(276,-4.9999996)">
-    <rect
-       y="145"
-       x="-56"
-       height="20"
-       width="20"
-       id="rect6728-7"
-       style="opacity:0.5;color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-    <g
-       transform="translate(-21,0.2499569)"
-       style="display:inline"
-       id="g6893-0">
-      <path
-         inkscape:connector-curvature="0"
-         d="m -33,152.75004 c -1.10457,0 -2.000003,0.89543 -2.000003,2 0,1.10457 0.895433,2 2.000003,2 1.104562,0 1.999996,-0.89543 1.999996,-2 0,-1.10457 -0.895434,-2 -1.999996,-2 z"
-         id="path4812-0-2"
-         style="color:#000000;fill:#222222;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.79999375;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-      <path
-         style="color:#000000;fill:#7092ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.79999375;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-         d="m -67,149 c -3.313744,0 -6,2.68627 -6,6 0,3.31375 2.686256,6 6,6 3.313731,0 6,-2.68625 6,-6 0,-3.31373 -2.686269,-6 -6,-6 z m -1,2 2,0 0,3 3,0 0,2 -3,0 0,3 -2,0 0,-3 -3,0 0,-2 3,0 0,-3 z m -8,3 0,2 2,0 0,-2 -2,0 z"
-         transform="translate(46,-0.24995996)"
-         id="path4808-3-3"
-         inkscape:connector-curvature="0" />
-    </g>
-  </g>
-  <g
-     transform="translate(276,15)"
-     style="fill:#222222;fill-opacity:1;display:inline"
-     id="g7098">
-    <rect
-       style="opacity:0.5;color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       id="rect7100"
-       width="20"
-       height="20"
-       x="-56"
-       y="145" />
-    <g
-       id="g7102"
-       style="fill:#222222;fill-opacity:1;display:inline"
-       transform="translate(-21,0.2499569)">
-      <path
-         inkscape:connector-curvature="0"
-         id="path7104"
-         transform="translate(-35,124.75004)"
-         d="m 14,24 c -3.313744,0 -6,2.68627 -6,6 0,3.31375 2.686256,6 6,6 3.313731,0 6,-2.68625 6,-6 0,-3.31373 -2.686269,-6 -6,-6 z m -1,2 2,0 0,3 3,0 0,2 -3,0 0,3 -2,0 0,-3 -3,0 0,-2 3,0 0,-3 z M 2,28 c -1.10457,0 -2,0.89543 -2,2 0,1.10457 0.89543,2 2,2 1.104562,0 2,-0.89543 2,-2 0,-1.10457 -0.895438,-2 -2,-2 z m 3,1 0,2 2,0 0,-2 -2,0 z"
-         style="opacity:0.25;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-    </g>
-  </g>
-  <path
-     d="M 589,8 588,9.0000001 588,11 l 1,1 2,0 1,-1 0,-1.9999999 L 591,8 589,8 z m 1,1.0000001 c 0.5523,0 1,0.4477 1,0.9999999 0,0.5523 -0.4477,1 -1,1 -0.5523,0 -1,-0.4477 -1,-1 0,-0.5522999 0.4477,-0.9999999 1,-0.9999999 z"
-     id="path17942-7"
-     style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     inkscape:connector-curvature="0" />
-  <path
-     d="m 589,48 -1,1 0,2 1,1 2,0 1,-1 0,-2 -1,-1 -2,0 z m 1,1 c 0.5523,0 1,0.4477 1,1 0,0.5523 -0.4477,1 -1,1 -0.5523,0 -1,-0.4477 -1,-1 0,-0.5523 0.4477,-1 1,-1 z"
-     id="path17944-2"
-     style="opacity:0.5;color:#000000;fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     inkscape:connector-curvature="0" />
-  <path
-     sodipodi:nodetypes="cccccccccccccccccsscsscssccscccccccccccccccccccccccccccssssssssssssssscccccccccsccsssssssssssssss"
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#e06d5f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path2997-7"
-     d="m 514,83 -1,1 0,1.59375 L 506.59375,92 505,92 l -1,1 0,2 1,1 2,0 1,-1 0,-1.59375 L 514.40625,87 516,87 l 1,-1 0,-2 -1,-1 z m -24,1 c -2.76142,0 -5,2.23858 -5,5 0,2.76143 5,7 5,7 0,0 5,-4.23857 5,-7 0,-2.76142 -2.23858,-5 -5,-5 z m 25,0 c 0.55228,0 1,0.44772 1,1 0,0.55229 -0.44772,1 -1,1 -0.25152,0 -0.48052,-0.0967 -0.65625,-0.25 -0.0344,-0.03002 -0.0638,-0.05934 -0.0937,-0.09375 -0.15335,-0.175731 -0.25,-0.404729 -0.25,-0.65625 0,-0.55228 0.44772,-1 1,-1 z m 10,0 -1,1 0,2 1,1 0,4 -1,1 0,2 1,1 2,0 1,-1 4,0 1,1 2,0 1,-1 0,-2 -1,-1 0,-4 1,-1 0,-2 -1,-1 -2,0 -1,1 -4,0 -1,-1 z m 1,1 c 0.55228,0 1,0.447715 1,1 0,0.552285 -0.44772,1 -1,1 -0.55228,0 -1,-0.447715 -1,-1 0,-0.552285 0.44772,-1 1,-1 z m 8,0 c 0.55228,0 1,0.447715 1,1 0,0.552285 -0.44772,1 -1,1 -0.55228,0 -1,-0.447715 -1,-1 0,-0.552285 0.44772,-1 1,-1 z m -43.84375,2 c 1.10457,0 2,0.89543 2,2 0,1.10457 -0.89543,2 -2,2 -1.10457,0 -2,-0.89543 -2,-2 0,-1.10457 0.89543,-2 2,-2 z M 528,87 l 4,0 1,1 0,4 -1,1 -4,0 -1,-1 0,-4 z m -22,6 c 0.25152,0 0.48052,0.0967 0.65625,0.25 l 0.0937,0.09375 c 0.15335,0.175731 0.25,0.404734 0.25,0.65625 0,0.55229 -0.44772,1 -1,1 -0.55228,0 -1,-0.44771 -1,-1 0,-0.55228 0.44772,-1 1,-1 z m 20,0 c 0.55228,0 1,0.447715 1,1 0,0.552285 -0.44772,1 -1,1 -0.55228,0 -1,-0.447715 -1,-1 0,-0.552285 0.44772,-1 1,-1 z m 8,0 c 0.55228,0 1,0.447715 1,1 0,0.552285 -0.44772,1 -1,1 -0.55228,0 -1,-0.447715 -1,-1 0,-0.552285 0.44772,-1 1,-1 z" />
-  <rect
-     width="2"
-     height="5.9999971"
-     x="175"
-     y="147"
-     id="rect3397"
-     style="color:#000000;fill:#7092ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.99999905;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-  <path
-     d="m 176,142 c -1.10457,0 -2,0.89543 -2,2 0,1.10457 0.89543,2 2,2 1.10457,0 2,-0.89543 2,-2 0,-1.10457 -0.89543,-2 -2,-2 z"
-     id="path3400"
-     style="color:#000000;fill:#222222;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.79999375;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     inkscape:connector-curvature="0" />
-  <rect
-     width="6"
-     height="2"
-     x="167"
-     y="143"
-     id="rect3402"
-     style="color:#000000;fill:#7092ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.99999905;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-  <path
-     d="m 167,163 6,0 c 0,0.66667 0,1.33333 0,2 l -6,0 z"
-     id="path3404"
-     style="opacity:0.25;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.79999375;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     inkscape:connector-curvature="0" />
-  <path
-     d="m 175,167 2,0 c 0,2 0,3.99998 0,6 l -2,0 z"
-     id="path3406"
-     style="opacity:0.25;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.79999375;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     inkscape:connector-curvature="0" />
-  <path
-     inkscape:connector-curvature="0"
-     style="opacity:0.25;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.79999375;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     d="m 176,162 c -1.10457,0 -2,0.89543 -2,2 0,1.10457 0.89543,2 2,2 1.10457,0 2,-0.89543 2,-2 0,-1.10457 -0.89543,-2 -2,-2 z"
-     id="path3414" />
-  <path
-     inkscape:connector-curvature="0"
-     style="opacity:0.2;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.009009;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path15680"
-     d="m 41.499631,103.99936 a 1.5000005,1.5000005 0 0 1 10e-7,-3 1.5000005,1.5000005 0 1 1 -10e-7,3 z" />
-  <path
-     inkscape:connector-curvature="0"
-     style="opacity:0.20000000000000001;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00900900000000004;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path15600-8"
-     d="m 24.000004,121.5 a 1.5,1.5 0 0 1 -3,0 1.5,1.5 0 1 1 3,0 z" />
-  <path
-     d="m 3.4996283,103.99936 a 1.5000015,1.5000015 0 1 1 2.1e-6,-3 1.5000015,1.5000015 0 0 1 -2.1e-6,3 z"
-     id="path15684"
-     style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00900900000000004;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;opacity:0.20000000000000001"
-     inkscape:connector-curvature="0" />
-  <rect
-     style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00900900000000004;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;opacity:0.5"
-     id="rect15727"
-     width="1"
-     height="1.0000076"
-     x="3"
-     y="102"
-     rx="0.5"
-     ry="0.5" />
-  <rect
-     y="102"
-     x="41"
-     height="1.0000076"
-     width="1"
-     id="rect15729"
-     style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00900900000000004;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;opacity:0.5"
-     rx="0.5"
-     ry="0.5" />
-  <rect
-     y="-23.000008"
-     x="83.000008"
-     height="1.0000076"
-     width="1"
-     id="rect15731"
-     style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00900900000000004;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;opacity:0.5"
-     transform="matrix(0,1,-1,0,0,0)"
-     rx="0.5"
-     ry="0.5" />
-  <rect
-     style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00900900000000004;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;opacity:0.5"
-     id="rect15733"
-     width="1"
-     height="1.0000076"
-     x="121.00001"
-     y="-23.000008"
-     transform="matrix(0,1,-1,0,0,0)"
-     rx="0.5"
-     ry="0.5" />
-  <g
-     id="g3360"
-     transform="matrix(0,1,-1,0,45,203)">
-    <path
-       sodipodi:nodetypes="ssccccccsscccccss"
-       inkscape:connector-curvature="0"
-       id="path12182"
-       d="m -111,-49 c -2,0 -3.2899,1.14974 -4,2 l -7.03125,8.41907 c -1.27939,1.51205 -1.17862,4.00251 0.21875,5.40625 l 1,1 c 0.73414,0.74243 1.76843,1.17913 2.8125,1.1875 l 0,4.375 c -2.98748,2.1875 -4.99995,5.67161 -5,9.625 6e-5,6.58002 5.41995,11.98722 12,11.98718 6.58003,10e-6 12,-5.40714 12,-11.98718 -1e-5,-3.96861 -1.99295,-7.47078 -5,-9.65625 l 0,-4.34375 c 1.05451,-1.8e-4 2.10227,-0.43771 2.84375,-1.1875 l 1,-1 c 1.39737,-1.40374 1.49814,-3.8942 0.21875,-5.40625 L -107,-47 c -0.77221,-0.92054 -2,-2 -4,-2 z"
-       style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
-    <path
-       sodipodi:nodetypes="ccccccssccccc"
-       inkscape:connector-curvature="0"
-       id="path12188"
-       d="m -111,-45 -8,9.01282 1,1 4,0 0,10.59375 c -2.92023,1.19221 -4.99998,4.05725 -5,7.40625 4e-5,4.41829 3.58172,7.98721 8,7.98718 4.41827,10e-6 8,-3.5689 8,-7.98718 2e-5,-3.36351 -2.05966,-6.25472 -5,-7.4375 l 0,-10.5625 4,0 1,-1 z"
-       style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#8cd05f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.25000000000000000;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path12196"
-       d="m -110.98512,-19.99704 c 1.65685,0 3,1.34313 2.99999,3.00001 -1e-5,1.65687 -1.34312,3 -2.99999,3.00002 -1.65687,-3e-5 -2.99999,-1.34314 -2.99999,-3.00001 -10e-6,-1.6569 1.34312,-3 2.99999,-3.00002 z"
-       style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
-  </g>
-  <g
-     id="g4219">
-    <path
-       sodipodi:nodetypes="ssccccccsscccccss"
-       inkscape:connector-curvature="0"
-       id="path12182-9"
-       d="m 139,92 c 0,-2 -1.14974,-3.2899 -2,-4 l -8.41907,-7.03125 c -1.51205,-1.27939 -4.00251,-1.17862 -5.40625,0.21875 l -1,1 c -0.74243,0.73414 -1.17913,1.76843 -1.1875,2.8125 l -4.375,0 c -2.1875,-2.98748 -5.67161,-4.99995 -9.625,-5 -6.58002,6e-5 -11.98722,5.41995 -11.98718,12 -1e-5,6.58003 5.40714,12 11.98718,12 3.96861,-1e-5 7.47078,-1.99295 9.65625,-5 l 4.34375,0 c 1.8e-4,1.05451 0.43771,2.10227 1.1875,2.84375 l 1,1 c 1.40374,1.39737 3.8942,1.49814 5.40625,0.21875 L 137,96 c 0.92054,-0.77221 2,-2 2,-4 z"
-       style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
-    <path
-       sodipodi:nodetypes="ccccccssccccc"
-       inkscape:connector-curvature="0"
-       id="path12188-3"
-       d="m 135,92 -9.01282,-8 -1,1 0,4 -10.59375,0 c -1.19221,-2.92023 -4.05725,-4.99998 -7.40625,-5 -4.41829,4e-5 -7.98721,3.58172 -7.98718,8 -1e-5,4.41827 3.5689,8 7.98718,8 3.36351,2e-5 6.25472,-2.05966 7.4375,-5 l 10.5625,0 0,4 1,1 z"
-       style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#e06d5f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.25000000000000000;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
-    <path
-       sodipodi:nodetypes="ccccccccc"
-       inkscape:connector-curvature="0"
-       id="rect10944"
-       d="m 109,88 0,8 -1,1 -2,0 -1,-1 0,-8 1,-1 2,0 z"
-       style="opacity:0.5;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-  </g>
-  <g
-     id="g4190"
-     transform="matrix(0,1,1,0,116.9905,-80.00893)">
-    <path
-       style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-       d="m 156,80 c -8.78916,1e-5 -16,7.21083 -16,16 1e-5,8.78916 7.21083,16 16,16 8.78916,-1e-5 16,-7.21083 16,-16 -1e-5,-8.78916 -7.21083,-16 -16,-16 z"
-       id="path4163"
-       transform="matrix(0,1,1,0,80.00893,-71.9905)"
-       inkscape:connector-curvature="0" />
-    <path
-       style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#8cd05f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.25;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-       d="m 176.00893,72.0095 c -6.62739,0 -11.99999,5.37261 -12,12 0,6.62739 5.37261,11.99999 12,12 6.62739,0 11.99999,-5.37261 12,-12 0,-6.62739 -5.37261,-11.99999 -12,-12 z"
-       id="path11970"
-       inkscape:connector-curvature="0" />
-    <path
-       sodipodi:nodetypes="cccccccccccccccccccccc"
-       d="m 184.00894,85.00953 -2.99999,-4e-5 -3e-5,-2.99998 -0.99997,-2.00006 -1.00001,-0.99998 -2.00002,-0.99997 -3.00003,3e-5 -1.99994,0.99998 -1.00004,0.99999 -0.99998,2.00003 -1e-5,4.99996 1.00004,1.00001 0.99996,1e-5 1,-1 2e-5,-4.99996 0.99999,-1.00004 2.99997,0 1.00003,0.99999 -1e-5,3 -3.00003,-3e-5 4.50003,5.00003 z"
-       id="path2997-6-6"
-       style="opacity:0.5;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       inkscape:connector-curvature="0" />
-  </g>
-  <g
-     id="g4206"
-     transform="matrix(0,1,1,0,167,-115)">
-    <path
-       sodipodi:nodetypes="sssss"
-       inkscape:connector-curvature="0"
-       id="path13862"
-       d="m 211,63 c -8.78917,0 -16.00001,7.21082 -16,16 0,8.78917 7.21082,16.00001 16,16 8.78917,0 16.00001,-7.21082 16,-16 0,-8.78917 -7.21082,-16.00001 -16,-16 z"
-       style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path12055"
-       d="m 211,67 c -6.62739,0 -12.00001,5.37261 -12,12 0,6.62739 5.37261,12.00001 12,12 6.62739,0 12.00001,-5.37261 12,-12 0,-6.62739 -5.37261,-12.00001 -12,-12 z"
-       style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#e06d5f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.25;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path12057"
-       d="m 215.5,72.13782 -5,5 -2,2 -4,4 0,1 1,1 1,0 4,-4 2,-2 5,-5 0,-1 -1,-1 -1,0 z m -6.5,0.875 -2,1 -1,1 -1,2 0,4.1875 2.78125,-2.78125 0.21875,-0.21875 0,-1.1875 1,-1 1.1875,0 2.59375,-2.59375 L 212,73.01282 l -3,0 z m 7,4.03125 -2.78125,2.78125 -0.21875,0.1875 -1.5625,1.59375 3.0625,3.40625 4.5,-5 -3,0 0,-2.96875 z"
-       style="opacity:0.5;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-  </g>
-  <g
-     transform="matrix(0,1,-1,0,135,203)"
-     id="g3350">
-    <path
-       style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-       d="m -111,-49 c -2,0 -3.2899,1.14974 -4,2 l -7.03125,8.41907 c -1.27939,1.51205 -1.17862,4.00251 0.21875,5.40625 l 1,1 c 0.73414,0.74243 1.76843,1.17913 2.8125,1.1875 l 0,4.375 c -2.98748,2.1875 -4.99995,5.67161 -5,9.625 6e-5,6.58002 5.41995,11.98722 12,11.98718 6.58003,10e-6 12,-5.40714 12,-11.98718 -1e-5,-3.96861 -1.99295,-7.47078 -5,-9.65625 l 0,-4.34375 c 1.05451,-1.8e-4 2.10227,-0.43771 2.84375,-1.1875 l 1,-1 c 1.39737,-1.40374 1.49814,-3.8942 0.21875,-5.40625 L -107,-47 c -0.77221,-0.92054 -2,-2 -4,-2 z"
-       id="path3352"
-       inkscape:connector-curvature="0"
-       sodipodi:nodetypes="ssccccccsscccccss" />
-    <path
-       style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#7092ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.25;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-       d="m -111,-45 -8,9.01282 1,1 4,0 0,10.59375 c -2.92023,1.19221 -4.99998,4.05725 -5,7.40625 4e-5,4.41829 3.58172,7.98721 8,7.98718 4.41827,10e-6 8,-3.5689 8,-7.98718 2e-5,-3.36351 -2.05966,-6.25472 -5,-7.4375 l 0,-10.5625 4,0 1,-1 z"
-       id="path3354"
-       inkscape:connector-curvature="0"
-       sodipodi:nodetypes="ccccccssccccc" />
-    <path
-       style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-       d="m -110.98512,-19.99704 c 1.65685,0 3,1.34313 2.99999,3.00001 -1e-5,1.65687 -1.34312,3 -2.99999,3.00002 -1.65687,-3e-5 -2.99999,-1.34314 -2.99999,-3.00001 -10e-6,-1.6569 1.34312,-3 2.99999,-3.00002 z"
-       id="path3356"
-       inkscape:connector-curvature="0" />
-  </g>
-  <text
-     xml:space="preserve"
-     style="font-size:10px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:150%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;baseline-shift:baseline;opacity:0.50000000000000000;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Open Sans;-inkscape-font-specification:Open Sans Bold"
-     x="254.91199"
-     y="126.18999"
-     id="text3358"
-     sodipodi:linespacing="150%"><tspan
-       sodipodi:role="line"
-       id="tspan3360"
-       x="254.91199"
-       y="126.18999">ONLY</tspan></text>
-  <g
-     id="g4190-7"
-     transform="matrix(0,1,1,0,206.9905,-80.00893)">
-    <path
-       style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-       d="m 156,80 c -8.78916,1e-5 -16,7.21083 -16,16 1e-5,8.78916 7.21083,16 16,16 8.78916,-1e-5 16,-7.21083 16,-16 -1e-5,-8.78916 -7.21083,-16 -16,-16 z"
-       id="path4163-9"
-       transform="matrix(0,1,1,0,80.00893,-71.9905)"
-       inkscape:connector-curvature="0" />
-    <path
-       style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#7092ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.25000000000000000;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-       d="m 176.00893,72.0095 c -6.62739,0 -11.99999,5.37261 -12,12 0,6.62739 5.37261,11.99999 12,12 6.62739,0 11.99999,-5.37261 12,-12 0,-6.62739 -5.37261,-11.99999 -12,-12 z"
-       id="path11970-3"
-       inkscape:connector-curvature="0" />
-    <path
-       sodipodi:nodetypes="cccccccccccccccccccccc"
-       d="m 184.00894,85.00953 -2.99999,-4e-5 -3e-5,-2.99998 -0.99997,-2.00006 -1.00001,-0.99998 -2.00002,-0.99997 -3.00003,3e-5 -1.99994,0.99998 -1.00004,0.99999 -0.99998,2.00003 -1e-5,4.99996 1.00004,1.00001 0.99996,1e-5 1,-1 2e-5,-4.99996 0.99999,-1.00004 2.99997,0 1.00003,0.99999 -1e-5,3 -3.00003,-3e-5 4.50003,5.00003 z"
-       id="path2997-6-6-8"
-       style="opacity:0.5;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       inkscape:connector-curvature="0" />
-  </g>
-  <path
-     inkscape:connector-curvature="0"
-     style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.99999905;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path4677-0"
-     d="m 309.5,3 -6.5,3 0,1 6.5,3 1,0 6.5,-3 0,-1 -6.5,-3 -1,0 z M 304.09375,9.5 303,10 l 0,1 6.5,3 1,0 6.5,-3 0,-1 -1.09375,-0.5 -5.40625,2.5 -1,0 -5.40625,-2.5 z m 0,4 L 303,14 l 0,1 6.5,3 1,0 6.5,-3 0,-1 -1.09375,-0.5 -5.40625,2.5 -1,0 -5.40625,-2.5 z" />
-  <path
-     inkscape:connector-curvature="0"
-     d="m 309.5,23 -6.5,3 0,1 6.5,3 1,0 6.5,-3 0,-1 -6.5,-3 -1,0 z M 304.09375,29.5 303,30 l 0,1 6.5,3 1,0 6.5,-3 0,-1 -1.09375,-0.5 -5.40625,2.5 -1,0 -5.40625,-2.5 z m 0,4 L 303,34 l 0,1 6.5,3 1,0 6.5,-3 0,-1 -1.09375,-0.5 -5.40625,2.5 -1,0 -5.40625,-2.5 z"
-     id="path3805"
-     style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.99999905;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-  <g
-     id="g6862"
-     transform="translate(-7.84375,59.90625)"
-     style="fill:#000000;fill-opacity:1">
-    <path
-       sodipodi:nodetypes="ccccccccccccccccc"
-       inkscape:connector-curvature="0"
-       id="path6854"
-       d="m 615.84375,-57.90625 -1,1 0,1.59375 -4.40625,4.40625 -1.59375,0 -1,1 0,2 1,1 2,0 1,-1 0,-1.59375 4.40625,-4.40625 1.59375,0 1,-1 0,-2 -1,-1 z"
-       style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-    <path
-       sodipodi:nodetypes="cccccccccccccccccccccccccccccccccc"
-       inkscape:connector-curvature="0"
-       id="path6848"
-       d="m 615.84375,-50.90625 -1,1 0,2 1,1 0,2 -1,1 0,2 1,1 2,0 1,-1 2,0 1,1 2,0 1,-1 0,-2 -1,-1 0,-2 1,-1 0,-2 -1,-1 -2,0 -1,1 -2,0 -1,-1 z m 3,3 2,0 1,1 0,2 -1,1 -2,0 -1,-1 0,-2 z"
-       style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-  </g>
-  <g
-     style="fill:#ffffff;fill-opacity:1"
-     transform="translate(-7.84375,79.90625)"
-     id="g6884">
-    <path
-       style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       d="m 615.84375,-57.90625 -1,1 0,1.59375 -4.40625,4.40625 -1.59375,0 -1,1 0,2 1,1 2,0 1,-1 0,-1.59375 4.40625,-4.40625 1.59375,0 1,-1 0,-2 -1,-1 z"
-       id="path6886"
-       inkscape:connector-curvature="0"
-       sodipodi:nodetypes="ccccccccccccccccc" />
-    <path
-       style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       d="m 615.84375,-50.90625 -1,1 0,2 1,1 0,2 -1,1 0,2 1,1 2,0 1,-1 2,0 1,1 2,0 1,-1 0,-2 -1,-1 0,-2 1,-1 0,-2 -1,-1 -2,0 -1,1 -2,0 -1,-1 z m 3,3 2,0 1,1 0,2 -1,1 -2,0 -1,-1 0,-2 z"
-       id="path6888"
-       inkscape:connector-curvature="0"
-       sodipodi:nodetypes="cccccccccccccccccccccccccccccccccc" />
-  </g>
-  <g
-     style="fill:#000000;fill-opacity:1;opacity:0.5"
-     transform="translate(-7.84375,99.90625)"
-     id="g6890">
-    <path
-       style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       d="m 615.84375,-57.90625 -1,1 0,1.59375 -4.40625,4.40625 -1.59375,0 -1,1 0,2 1,1 2,0 1,-1 0,-1.59375 4.40625,-4.40625 1.59375,0 1,-1 0,-2 -1,-1 z"
-       id="path6892"
-       inkscape:connector-curvature="0"
-       sodipodi:nodetypes="ccccccccccccccccc" />
-    <path
-       style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       d="m 615.84375,-50.90625 -1,1 0,2 1,1 0,2 -1,1 0,2 1,1 2,0 1,-1 2,0 1,1 2,0 1,-1 0,-2 -1,-1 0,-2 1,-1 0,-2 -1,-1 -2,0 -1,1 -2,0 -1,-1 z m 3,3 2,0 1,1 0,2 -1,1 -2,0 -1,-1 0,-2 z"
-       id="path6894"
-       inkscape:connector-curvature="0"
-       sodipodi:nodetypes="cccccccccccccccccccccccccccccccccc" />
-  </g>
-  <path
-     d="m 514,104 -1,1 0,1.59375 L 506.59375,113 505,113 l -1,1 0,2 1,1 2,0 1,-1 0,-1.59375 L 514.40625,108 516,108 l 1,-1 0,-2 -1,-1 z m -24,1 c -2.76142,0 -5,2.23858 -5,5 0,2.76143 5,7 5,7 0,0 5,-4.23857 5,-7 0,-2.76142 -2.23858,-5 -5,-5 z m 25,0 c 0.55228,0 1,0.44772 1,1 0,0.55229 -0.44772,1 -1,1 -0.25152,0 -0.48052,-0.0967 -0.65625,-0.25 -0.0344,-0.03 -0.0638,-0.0593 -0.0937,-0.0937 -0.15335,-0.17573 -0.25,-0.40473 -0.25,-0.65625 0,-0.55228 0.44772,-1 1,-1 z m 10,0 -1,1 0,2 1,1 0,4 -1,1 0,2 1,1 2,0 1,-1 4,0 1,1 2,0 1,-1 0,-2 -1,-1 0,-4 1,-1 0,-2 -1,-1 -2,0 -1,1 -4,0 -1,-1 z m 1,1 c 0.55228,0 1,0.44772 1,1 0,0.55228 -0.44772,1 -1,1 -0.55228,0 -1,-0.44772 -1,-1 0,-0.55228 0.44772,-1 1,-1 z m 8,0 c 0.55228,0 1,0.44772 1,1 0,0.55228 -0.44772,1 -1,1 -0.55228,0 -1,-0.44772 -1,-1 0,-0.55228 0.44772,-1 1,-1 z m -43.84375,2 c 1.10457,0 2,0.89543 2,2 0,1.10457 -0.89543,2 -2,2 -1.10457,0 -2,-0.89543 -2,-2 0,-1.10457 0.89543,-2 2,-2 z M 528,108 l 4,0 1,1 0,4 -1,1 -4,0 -1,-1 0,-4 z m -22,6 c 0.25152,0 0.48052,0.0967 0.65625,0.25 l 0.0937,0.0937 c 0.15335,0.17573 0.25,0.40473 0.25,0.65625 0,0.55229 -0.44772,1 -1,1 -0.55228,0 -1,-0.44771 -1,-1 0,-0.55228 0.44772,-1 1,-1 z m 20,0 c 0.55228,0 1,0.44772 1,1 0,0.55228 -0.44772,1 -1,1 -0.55228,0 -1,-0.44772 -1,-1 0,-0.55228 0.44772,-1 1,-1 z m 8,0 c 0.55228,0 1,0.44772 1,1 0,0.55228 -0.44772,1 -1,1 -0.55228,0 -1,-0.44772 -1,-1 0,-0.55228 0.44772,-1 1,-1 z"
-     id="path3823"
-     style="color:#000000;fill:#8cd05f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     inkscape:connector-curvature="0"
-     sodipodi:nodetypes="cccccccccccccccccsscsscssccscccccccccccccccccccccccccccssssssssssssssscccccccccsccsssssssssssssss" />
-  <g
-     id="g3387"
-     transform="translate(642.0625,21.9785)"
-     style="fill:#ffffff">
-    <g
-       style="fill:#ffffff"
-       transform="scale(0.5,0.5)"
-       id="Layer_1" />
-    <g
-       style="fill:#ffffff"
-       transform="scale(0.5,0.5)"
-       id="fullscreen_x5F_exit_x5F_alt">
-      <g
-         style="fill:#ffffff"
-         id="g6">
-        <polygon
-           id="polygon8"
-           style="fill:#ffffff"
-           points="25.414,22.586 28,20 20,20 20,28 22.586,25.414 29.172,32 32,29.172 " />
-        <polygon
-           id="polygon10"
-           style="fill:#ffffff"
-           points="12,4 9.375,6.543 2.828,0 0,2.828 6.547,9.371 4,12 11.961,11.957 " />
-        <polygon
-           id="polygon12"
-           style="fill:#ffffff"
-           points="12,28 12,20 4,20 6.586,22.586 0,29.172 2.828,32 9.414,25.414 " />
-        <polygon
-           id="polygon14"
-           style="fill:#ffffff"
-           points="29.164,0 22.598,6.566 20,3.971 20,12 28.031,12 25.438,9.404 32,2.838 " />
-      </g>
-    </g>
-  </g>
-  <g
-     id="g3407"
-     transform="translate(622.082,22.043)"
-     style="fill:#ffffff">
-    <g
-       style="fill:#ffffff"
-       transform="scale(0.5,0.5)"
-       id="Layer_1-1" />
-    <g
-       style="fill:#ffffff"
-       transform="scale(0.5,0.5)"
-       id="fullscreen_x5F_alt">
-      <g
-         style="fill:#ffffff"
-         id="g6-8">
-        <polygon
-           id="polygon8-1"
-           style="fill:#ffffff"
-           points="20,22.828 26.586,29.414 24,32 32,32 32,24 29.414,26.586 22.828,20 " />
-        <polygon
-           id="polygon10-6"
-           style="fill:#ffffff"
-           points="12,9.172 5.414,2.586 8,0 0,0 0,8 2.586,5.414 9.172,12 " />
-        <polygon
-           id="polygon12-0"
-           style="fill:#ffffff"
-           points="22.828,12 29.414,5.414 32,8 32,0 24,0 26.586,2.586 20,9.172 " />
-        <polygon
-           id="polygon14-3"
-           style="fill:#ffffff"
-           points="2.586,26.586 0,24 0,32 8,32 5.414,29.414 12,22.828 9.172,20 " />
-      </g>
-    </g>
-  </g>
-</svg>
index e7fe47823817b250608c3e76e4fdea5647908edc..4b7113b4a470861cadcdd485990247f2d31333ef 100644 (file)
     "browser_notice": "Hierdie program is bruikbaar in Firefox, Chrome, Safair, Opera en Internet Explorer 9 en later weergawes. Gradeer asseblief jou webbrowser op of gebruik Potlatch 2 om die kaart te verander.",
     "logout": "voetsek",
     "loading_auth": "Maak kontak met OpenStreetMap...",
-    "report_a_bug": "Raporteer 'n probleem",
     "status": {
         "error": "Kan nie aan die API koppel nie.",
         "offline": "Die API is aflyn, probeer asseblief later weer.",
             "historic/wayside_cross": {
                 "name": "Padteken"
             },
-            "landuse/allotments": {
-                "name": "Toegewysde lappie grond"
-            },
             "landuse/basin": {
                 "name": "Laagte"
             },
index d608c37d717bd5187b91d257b0bdaadab1044dd6..9f13c769f619e265bda442c64252c751622f81fc 100644 (file)
     "browser_notice": "هذا المحرر مدعوم في فايرفوكس، كروم، سفاري، أوبرا، وإنترنت إكسبلورر 9 وما فوق. الرجاء ترقية المتصفح أو استخدام بوتلاتش2 .لتعديل الخريطة ",
     "zoom_in_edit": ".كبِّر للتعديل",
     "logout": "تسجيل الخروج",
-    "report_a_bug": "خبِّر عن خطأ أو عطل",
     "commit": {
         "title": "حفظ التغييرات",
         "description_placeholder": "وصف موجز لمساهماتكم",
index 0c1e5039ea8403fbf3867006e453d3262a826e62..33d57ae3cf2ce8ea593ff1e3de4444b7a05d398f 100644 (file)
     "zoom_in_edit": "كبّر للتحرير",
     "logout": "تسجيل خروج",
     "loading_auth": "اﻹتصال ب OpenStreetMap جاري ....",
-    "report_a_bug": "بلّغ عن علة",
     "status": {
         "error": "تعذر اﻹتصال مع واجهة التطبيق البرمجية.",
         "offline": "حالة API غير متصلة. الرجاء محاولة التحرير لاحقا."
                 "name": "مقام نصراني على الطريق",
                 "terms": "مقام نصراني على الطريق"
             },
-            "landuse/allotments": {
-                "name": "مزارع مخصصة",
-                "terms": "مزارع مخصصة"
-            },
             "landuse/basin": {
                 "name": "حوض",
                 "terms": "حوض, حوض نهري"
index 11925ad98e024461ee735781601b0be1c5f7f65b..3310423c30f407d15998496dd7ddf37f84395c1f 100644 (file)
     "zoom_in_edit": "Averar pa editar",
     "logout": "zarrar sesión",
     "loading_auth": "Coneutando con OpenStreetMap...",
-    "report_a_bug": "informar d'un fallu",
     "feature_info": {
         "hidden_warning": "{count} carauterístiques tapecíes",
         "hidden_details": "Anguaño estes carauterístiques tán tapecíes: {details}"
                 "name": "Edificiu en construcción",
                 "terms": "Obra, Arreglu"
             },
-            "building/detached": {
-                "name": "Vivienda aisllada"
-            },
             "building/dormitory": {
                 "name": "Residencia"
             },
             "historic/wayside_shrine": {
                 "name": "Capiella"
             },
-            "landuse/allotments": {
-                "name": "Güertes recreatives"
-            },
             "landuse/basin": {
                 "name": "Acumulación d'agües"
             },
index cf4df35b95207293ff5a128bea914b23e75d1c71..56f02bc324d2b1948274cc22c96055cf828c7f53 100644 (file)
     "zoom_in_edit": "Приближаване за редакция",
     "logout": "изход",
     "loading_auth": "Свързване с OpenStreetMap...",
-    "report_a_bug": "докладвайте за бъг",
     "status": {
         "error": "Не може да се свърже с API-то.",
         "offline": "API-то е офлайн. Моля опитайте да редактирате по-късно.",
             "historic/wayside_shrine": {
                 "name": "Крайпътен параклис"
             },
-            "landuse/allotments": {
-                "name": "Земи за лично ползване"
-            },
             "landuse/basin": {
                 "name": "Басейн"
             },
index 2b4ed42eba40660c82604a18f9d5fbd55592e167..b938d820302f79971796f7c7b14a34e58cd2c20c 100644 (file)
     "zoom_in_edit": "সম্পাদনার জন্য জুম ইন করুন",
     "logout": "বেরিয়ে যান",
     "loading_auth": "ওপেনস্ট্রীটম্যাপ-এর সাথে যোগাযোগ করা হচ্ছে ...",
-    "report_a_bug": "একটি বাগ রিপোর্ট করুন",
     "status": {
         "error": "API-এর সাথে যোগাযোগ করা যাচ্ছে না।",
         "offline": "API-টি এই মুহুর্তে অফলাইন। একটু পরে চেষ্টা করুন।"
             "historic/ruins": {
                 "name": "ধ্বংসাবশেষ"
             },
-            "landuse/allotments": {
-                "name": "আবন্টন"
-            },
             "landuse/cemetery": {
                 "name": "কবরখানা"
             },
index 4df0bc4daec01f841482c364b9ee2c50d62979d2..edaa6f83895078b4a0d7cf3be4aaeb0a715e3c68 100644 (file)
     "zoom_in_edit": "Uvećajte da bi ste uređivali.",
     "logout": "Odjavite se",
     "loading_auth": "Povezivanje na OpenStreetMap...",
-    "report_a_bug": "Prijavite grešku",
     "status": {
         "error": "Nemoguće povezati na API.",
         "offline": "API nije na mreži. Molimo pokušajte uređivati kasnije.",
                 "name": "Hram pored puta",
                 "terms": "znamenje kraj puta,kapelica"
             },
-            "landuse/allotments": {
-                "name": "Parcele",
-                "terms": "parcele,zemlja za vrtlarstvo"
-            },
             "landuse/basin": {
                 "name": "Sliv",
                 "terms": "sliv,bazen"
index 39e08e22ae5e5655bed97a33ba7e894b9d44d21f..c85a216f9d18ba38b26f45f4653862eebc7de9d3 100644 (file)
             "not_eligible": "Aquestes característiques no poden ser fusionades.",
             "not_adjacent": "Aquestes línies no poden ser com fusionades ja que no estan connectades.",
             "restriction": "Aquestes línies no poden ser fusionades perquè com a mínim una d'elles és membre de la relació \"{relation}\"",
-            "incomplete_relation": "Aquestes característiques no poden ser fusionades perquè com a mínim una d'elles no s'ha descarregat del tot."
+            "incomplete_relation": "Aquestes característiques no poden ser fusionades perquè com a mínim una d'elles no s'ha descarregat del tot.",
+            "conflicting_tags": "Aquestes línies no poden ser fusionades ja que algunes de les seves etiquetes tenen valors conflictius."
         },
         "move": {
             "title": "Moure",
     "zoom_in_edit": "Apropeu-vos més per editar",
     "logout": "Tancar la sessió",
     "loading_auth": "Connectant a OpenStreetMap...",
-    "report_a_bug": "Reportar un error",
+    "report_a_bug": "Informa d'un error",
+    "help_translate": "Ajuda a traduir-lo",
     "feature_info": {
         "hidden_warning": "{count} característiques ocultes",
         "hidden_details": "S'han ocultat aquestes característiques: {details}"
                 },
                 "placeholder": "Sòlid, majoritàriament sòlid, tou..."
             },
+            "traffic_signals": {
+                "label": "Tipus"
+            },
             "trail_visibility": {
                 "label": "Visibilitat del camí",
                 "options": {
                 "name": "Mercat",
                 "terms": "Mercat, Mercat veïnal, Mercat de carrer"
             },
+            "amenity/motorcycle_parking": {
+                "name": "Aparcament per a motocicletes"
+            },
             "amenity/nightclub": {
                 "name": "Club nocturn"
             },
                 "name": "Edifici en construcció"
             },
             "building/detached": {
-                "name": "Xalet unifamiliar",
-                "terms": "casa aïllada, casa d'urbanització, xalet, chalet, xalets, chalets, casa i jardí, casa amb jardí"
+                "name": "Casa a quatre vents"
             },
             "building/dormitory": {
                 "name": "Edifici d'habitacions"
                 "name": "Edifici escolar",
                 "terms": "Escola, Gimnàs, Poliesportiu, Aulari, Seminaris, Pati, Esbarjo, Aules, Despatxos, Tallers, Ateliers, Aules d'informàtica, Classes, Classe, Sala de música, Corredors, Corredor, Pasillo, Pasillos, Passadís, Passadissos, Sala de professors, Recepció"
             },
+            "building/semidetached_house": {
+                "name": "Casa adossada"
+            },
             "building/shed": {
                 "name": "Traster"
             },
                 "name": "Ús de la terra"
             },
             "landuse/allotments": {
-                "name": "Horts",
-                "terms": "Assignació"
+                "name": "Jardí comunitari"
             },
             "landuse/basin": {
                 "name": "Bassa",
                 "name": "Pista de bàsquet",
                 "terms": "Pista de bàsquet, Pavelló de bàsquet"
             },
+            "leisure/pitch/rugby_league": {
+                "name": "Camp de la lliga de Rugbi"
+            },
+            "leisure/pitch/rugby_union": {
+                "name": "Camp de la Unió de Rugbi"
+            },
             "leisure/pitch/skateboard": {
                 "name": "Parc per a skates"
             },
             "military/bunker": {
                 "name": "Búnquer"
             },
+            "military/checkpoint": {
+                "name": "Punt de control"
+            },
+            "military/danger_area": {
+                "name": "Àrea de perill"
+            },
+            "military/naval_base": {
+                "name": "Base Naval"
+            },
+            "military/obstacle_course": {
+                "name": "Cursa d'obstacles"
+            },
             "military/range": {
                 "name": "Terreny per a usos militars"
             },
+            "military/training_area": {
+                "name": "Àrea d'entrenament"
+            },
             "natural": {
                 "name": "Natural"
             },
index d1e742d443d10d2257eceff647321287fbfdceab..83c6f8432af6772e4fed1e34cd6fa549966863cf 100644 (file)
             "not_eligible": "Objekty nelze spojit v jeden.",
             "not_adjacent": "Tyto čáry nelze spojit v jednu, protože nekončí v jednom bodě.",
             "restriction": "Tyto čáry není možné spojit, protože aspoň jedna z nich je členem relace \"{relation}\".",
-            "incomplete_relation": "Tyto objekty nelze spojit, protože jsou stažené jen částečně."
+            "incomplete_relation": "Tyto objekty nelze spojit, protože jsou stažené jen částečně.",
+            "conflicting_tags": "Tyto čáry nelze spojit, protože u některých z vlastností (tagů) mají neslučitelné hodnoty."
         },
         "move": {
             "title": "Posunout",
     "zoom_in_edit": "Pro editaci přibližte mapu",
     "logout": "odhlásit",
     "loading_auth": "Připojuji se na OpenStreetMap...",
-    "report_a_bug": "ohlásit chybu",
+    "report_a_bug": "Nahlásit chybu",
+    "help_translate": "Pomoct s překladem",
     "feature_info": {
         "hidden_warning": "{count} skrytých objektů",
         "hidden_details": "Tyto objekty jsou právě skryté: {details}"
                         "title": "Povolen"
                     }
                 },
+                "placeholder": "Není známo",
                 "types": {
+                    "access": "Všem",
                     "bicycle": "Jízdní kola",
                     "foot": "Pěší",
                     "horse": "Koně",
                 }
             },
             "access_simple": {
+                "label": "Povolený vstup/vjezd",
                 "placeholder": "ano"
             },
             "access_toilets": {
                 },
                 "placeholder": "Pevný, převážně pevný, měkký povrch"
             },
+            "traffic_signals": {
+                "label": "Typ"
+            },
             "trail_visibility": {
                 "label": "Viditelnost pěšiny",
                 "options": {
                 "name": "Trhoviště",
                 "terms": "tržiště,trh"
             },
+            "amenity/motorcycle_parking": {
+                "name": "Parkování pro motorky",
+                "terms": "parking,parkování,garáž,motorka,motocykl"
+            },
             "amenity/nightclub": {
                 "name": "Diskotéka",
                 "terms": "diskotéka,disko,disco,noční klub,klub,taneční klub,dýza,rychta"
                 "name": "Budova školy",
                 "terms": "škola,základní škola,střední škola,obecná škola,gymnázium,gymnasium,střední odborná škola,učiliště,odborné učiliště,střední odborné učiliště,školní,školský"
             },
+            "building/semidetached_house": {
+                "name": "Polovina dvojdomku",
+                "terms": "dvojdomek,půldomek,dvojdům,půldům,polovina"
+            },
             "building/shed": {
                 "name": "Kůlna",
                 "terms": "kůlna,bouda,přístřešek,kolna,šupna,šopa"
                 "name": "Basketbalové hřiště",
                 "terms": "basketbalové hřiště,basketbal"
             },
+            "leisure/pitch/rugby_league": {
+                "name": "Hřiště pro třináctkové ragby (rugby league)",
+                "terms": "ragby,rugby,rugby league,třináctka,třináctkové ragby"
+            },
+            "leisure/pitch/rugby_union": {
+                "name": "Hřiště pro patnáctkové ragby (rugby union)",
+                "terms": "ragby,rugby,rugby union,patnáctka,patnáctkové ragby"
+            },
             "leisure/pitch/skateboard": {
                 "name": "Skatepark",
                 "terms": "skatepark,skate park,skateboard,bmx,inline,brusle"
                 "name": "Opevnění",
                 "terms": "bunkr,opevnění,fortifikace,šance,řopík"
             },
+            "military/checkpoint": {
+                "name": "Vojenská kontrola",
+                "terms": "checkpoint,kontrola,stanoviště"
+            },
+            "military/danger_area": {
+                "name": "Nebezpečná oblast",
+                "terms": "nebezpečí,nebezpečná oblast,vstup zakázán,zákaz vstupu,vojenská oblast"
+            },
+            "military/naval_base": {
+                "name": "Vojenská námořní základna",
+                "terms": "vojenská základna,námořní základna"
+            },
+            "military/obstacle_course": {
+                "name": "Vojenská překážková dráha",
+                "terms": "překážková dráha,opičí dráha"
+            },
             "military/range": {
                 "name": "Vojenská střelnice",
                 "terms": "střelnice,vojenská střelnice"
             },
+            "military/training_area": {
+                "name": "Vojenský výcvikový prostor",
+                "terms": "vojenský,výcvikový,prostor,újezd"
+            },
             "natural": {
                 "name": "Přírodní objekt",
                 "terms": "příroda,přírodní,naturální,přirozený"
index 201238a5d8e28c12d875635d49979afe91eda0f1..28cf56d02354e95ebcebdc1d91a9cc8df240fcfa 100644 (file)
             "not_eligible": "Disse elementer kan ikke fusioneres.",
             "not_adjacent": "Disse linjer kan ikke fusioneres fordi de ikke er knyttet sammen.",
             "restriction": "Disse linjer kan ikke flettes sammen, da mindst en af disse er medlem af  \"{relation}\"-relation.",
-            "incomplete_relation": "Disse kortegenskaber kan ikke fusioneres, da de ikke er blevet downloadet helt."
+            "incomplete_relation": "Disse kortegenskaber kan ikke fusioneres, da de ikke er blevet downloadet helt.",
+            "conflicting_tags": "Disse linjer kan ikke fusioneres pga nogle af tags har konflikt værdier."
         },
         "move": {
             "title": "Flyt",
     "zoom_in_edit": "Zoom ind for at redigere",
     "logout": "log ud",
     "loading_auth": "Forbinder til OpenStreetMap...",
-    "report_a_bug": "rapporter en fejl",
+    "report_a_bug": "Rapporterer en fejl",
+    "help_translate": "Hjælp med at oversætte",
     "feature_info": {
         "hidden_warning": "{count} skjulte objekter",
         "hidden_details": "Disse objekter er for øjeblikket skjulte: {details}"
                 },
                 "placeholder": "Fast, overvejende fast, blød …"
             },
+            "traffic_signals": {
+                "label": "Type"
+            },
             "trail_visibility": {
                 "label": "Synlighed af spor",
                 "options": {
                 "name": "Markedsplads",
                 "terms": "Markedsplads"
             },
+            "amenity/motorcycle_parking": {
+                "name": "Motorcykelparkering",
+                "terms": "Motorcykelparkering"
+            },
             "amenity/nightclub": {
                 "name": "Natklub",
                 "terms": "Natklub, Natclub"
             },
             "building/detached": {
                 "name": "Parcelhus",
-                "terms": "Parcelhus"
+                "terms": "Parcelhus, Familieparcelhus"
             },
             "building/dormitory": {
                 "name": " Kollegie",
                 "name": "Skolebygning",
                 "terms": "Skolebygning"
             },
+            "building/semidetached_house": {
+                "name": "Rækkehus",
+                "terms": "Rækkehus"
+            },
             "building/shed": {
                 "name": "Skur",
                 "terms": "Skur"
                 "terms": "Arealanvendelse"
             },
             "landuse/allotments": {
-                "name": "Kolonihaver",
-                "terms": "Kolonihaver, Haveforeninger, Nyttehaver"
+                "name": "Kolonihave",
+                "terms": "kolonihaveområde, kolonihave, "
             },
             "landuse/basin": {
                 "name": "Basin",
                 "name": "Basketballbane",
                 "terms": "Basketballbane"
             },
+            "leisure/pitch/rugby_league": {
+                "name": "Rugby station",
+                "terms": "Rugby station"
+            },
+            "leisure/pitch/rugby_union": {
+                "name": "Rugby bane",
+                "terms": "Rugby bane"
+            },
             "leisure/pitch/skateboard": {
                 "name": "Skateboardpark",
                 "terms": "Skateboardpark, skateboardplads, skate board"
                 "name": "Bunker",
                 "terms": "Bunker, Beskyttelsesrum"
             },
+            "military/checkpoint": {
+                "name": "Militært checkpoint",
+                "terms": "Militært chechpoint, Militæradgangsunkt"
+            },
+            "military/danger_area": {
+                "name": "Farligt militærtområde",
+                "terms": "Farligt militærtområde"
+            },
+            "military/naval_base": {
+                "name": "Flådebase",
+                "terms": "Flådebase, Flådestation"
+            },
+            "military/obstacle_course": {
+                "name": "Forhindringsbane",
+                "terms": "Forhindringsbane, Militærforhindringsbane"
+            },
             "military/range": {
                 "name": "Skydebane",
                 "terms": "Skydebane, Skydeplads, Militærskydebane"
             },
+            "military/training_area": {
+                "name": "Militærttræningsområde",
+                "terms": "Militærttræningsområde"
+            },
             "natural": {
                 "name": "Naturlig",
                 "terms": "Naturlig"
index 0ab94c37af3ac1c672423c512ebb9e6f24dcdf9d..a223dd3470ce2c7bd42d5c07bdd6a7663e31716a 100644 (file)
             "not_eligible": "Diese Objekte können nicht vereinigt werden.",
             "not_adjacent": "Diese Linien können nicht vereinigt werden, da sie nicht verbunden sind.",
             "restriction": "Diese Linien können nicht vereinigt werden, da mindestens eine Linie ein Mitglied der Relation „{relation}“ ist.",
-            "incomplete_relation": "Diese Objekte können nicht zusammengefügt werden, da mindestens eines noch nicht vollständig heruntergeladen wurde."
+            "incomplete_relation": "Diese Objekte können nicht zusammengefügt werden, da mindestens eines noch nicht vollständig heruntergeladen wurde.",
+            "conflicting_tags": "Diese Linien können nicht vereinigt werden, da die Werte mindestens eines Tags unterschiedlich sind."
         },
         "move": {
             "title": "Verschieben",
     "zoom_in_edit": "Hineinzoomen, um zu bearbeiten",
     "logout": "Abmelden",
     "loading_auth": "Mit OpenStreetMap verbinden …",
-    "report_a_bug": "Programmfehler melden",
+    "report_a_bug": "Fehler melden",
+    "help_translate": "Beim Übersetzen helfen",
     "feature_info": {
         "hidden_warning": "{count} versteckte Objekte",
         "hidden_details": "Diese Objekte sind aktuell versteckt: {details}"
         "centroid": "Schwerpunkt",
         "location": "Standort",
         "metric": "Metrisch",
-        "imperial": "Kaiserlich"
+        "imperial": "Imperial"
     },
     "geometry": {
         "point": "Punkt",
         "reset": "Zurücksetzen",
         "minimap": {
             "description": "Minikarte",
-            "tooltip": "Herauszoomen damit der angezeigte Bereiche leichter lokalisiert werden kann."
+            "tooltip": "Herauszoomen, damit der angezeigte Bereiche leichter lokalisiert werden kann."
         }
     },
     "map_data": {
         "data_layers": "Datenebenen",
         "fill_area": "Füllflächen",
         "map_features": "Kartenobjekte",
-        "autohidden": "Diese Objekte wurden automatisch versteckt, da zu viele auf dem Bildschirm angezeigt wären. Bitte hereinzoomen, um diese zu bearbeiten."
+        "autohidden": "Diese Objekte wurden automatisch versteckt, da zu viele auf dem Bildschirm angezeigt würden. Bitte hereinzoomen, um diese zu bearbeiten."
     },
     "feature": {
         "points": {
             "tooltip": "Verwaltungsgrenzen"
         },
         "water": {
-            "description": "Wasserobjekte",
+            "description": "Gewässer",
             "tooltip": "Flüsse, Seen, Teichen, Weiher, etc."
         },
         "rail": {
     },
     "restore": {
         "heading": "Ungesicherte Änderungen vorhanden",
-        "description": "Es gibt ungesicherte Änderungen aus einer vorherigen Sitzung. Möchtest du diese Änderungen wiederherstellen?",
+        "description": "Es gibt ungesicherte Änderungen aus einer früheren Sitzung. Möchtest du diese Änderungen wiederherstellen?",
         "restore": "Wiederherstellen",
         "reset": "Zurücksetzen"
     },
         "no_changes": "Keine zu speichernden Änderungen.",
         "error": "Beim Speichern sind Fehler aufgetreten",
         "status_code": "Server hat folgenden Status zurückgegeben: {code}",
-        "unknown_error_details": "Bitte überprüfe, dass Dein Gerät mit dem Internet verbunden ist.",
+        "unknown_error_details": "Bitte stelle sicher, dass Dein Gerät mit dem Internet verbunden ist.",
         "uploading": "Änderungen werden zu OpenStreetMap hochgeladen.",
         "unsaved_changes": "Ungesicherte Änderungen vorhanden",
         "conflict": {
     "merge_remote_changes": {
         "conflict": {
             "deleted": "Dieses Objekt wurde von {user} gelöscht.",
-            "location": "Dieses Objekt wurde von {user} und Ihnen verschoben.",
-            "nodelist": "Knoten wurden von {user} und Ihnen geändert.",
-            "memberlist": "Relationsmitglieder wurden von {user} und Ihnen geändert.",
+            "location": "Dieses Objekt wurde von {user} und Dir verschoben.",
+            "nodelist": "Knoten wurden von {user} und Dir geändert.",
+            "memberlist": "Relationsmitglieder wurden von {user} und Dir geändert.",
             "tags": "Du hast das Merkmal <b>{tag}</b> in „{local}“ geändert und {user} hat es in „{remote}“ geändert."
         }
     },
     },
     "help": {
         "title": "Hilfe",
-        "help": "#Hilfe\n\nDies ist ein Editor für [OpenStreetMap](http://www.openstreetmap.org/), der freien und editierbaren Weltkarte. Du kannst ihn verwenden, um Daten in deiner Umgebung hinzuzufügen oder zu verändern und so diese Karte mit freien Quellen und freien Daten für jeden verbessern.\n\nDeine Veränderungen werden für alle Nutzer von OpenStreetMap sichtbar. Um Veränderungen vornehmen zu können, musst du [einloggen](https://www.openstreetmap.org/login).\n\nDer [iD Editor](http://ideditor.com/) ist ein Gemeinschaftsprojekt dessen [Quellcode auf GitHub](https://github.com/openstreetmap/iD) verfügbar ist.\n",
-        "editing_saving": "# Bearbeiten & Speichern\n\nDieser Editor wurde entworfen, um online zu arbeiten und du erreichst ihn aktuell auf dieser Webseite.\n### Objekte auswählen\n\nUm ein Kartenobjekt wie eine Straße oder ein Sonderziel (POI) auszuwählen, klicke auf der Karte darauf. Dadurch wird das Objekt hervorgehoben und ein Bedienfeld mit Details und Möglichkeiten zur Veränderung angezeigt.\n\nMehrere Objekte kannst du auswählen, indem du die Umschalttaste (Shift) drückst und die Objekte einzeln anklickst oder klickst und einen Rahmen darum ziehst. So können mehrere Objekte gleichzeitig ausgewählt werden.\n\n### Speichern der Änderungen\n\nWenn du Änderungen an einer Straße, einem Gebäude oder einem Platz vorgenommen hast, sind diese lokal gespeichert, bis du sie auf dem Server speicherst. Keine Sorge, falls du einen Fehler machen solltest: Du kannst Änderungen jederzeit über den Rückgängig-Knopf rückgängig machen oder über den Wiederherstellen-Knopf noch einmal ausführen.\n\nKlicke auf „Speichern“, um eine Gruppe von Änderungen zu speichern. Zum Beispiel, wenn du in einem Stadtteil fertig bist und in einer neuen Gegend weiter arbeiten willst. Du bekommst dann die Möglichkeit, noch einmal zu überprüfen, was du gerade getan hast und der Editor zeigt dir nützliche Hinweise oder mögliche Fehler, wenn etwas nicht in Ordnung zu sein scheint.\n\nWenn alles gut aussieht, kannst du einen kurzen Kommentar schreiben, der erklärt, was du gemacht hast. Drücke nun nochmals „Speichern“, um die Änderungen auf [OpenStreetMap.org](http://www.openstreetmap.org/) zu speichern, damit es für alle anderen Benutzer sichtbar wird und diese darauf aufbauen können.\n\nWenn du es zeitlich nicht schaffst, kannst du das Editor-Fenster einfach schließen. Wenn du die Seite wieder aufrufst (mit dem gleichen Rechner und Browser) wird dir angeboten, die letzte Sitzung wiederherzustellen.\n\n### Benutzung des Editors\n\nEine Liste der verfügbaren Tastaturkürzel gibt es [hier](http://wiki.openstreetmap.org/wiki/ID/Shortcuts).\n",
-        "roads": "# Straßen\n\nMit dem Editor kannst du Wege erstellen, verändern und löschen. Wege können alles mögliche sein, zum Beispiel Pfade, Straßen, Schienen, Fahrradwege und anderes.\n\n### Auswählen\n\nKlicke auf einen Weg, um ihn auszuwählen. Er sollte nun hervorgehoben werden. Außerdem erscheint ein kleines Werkzeugmenü und eine Seitenleiste mit den Eigenschaften des Weges.\n\n### Modifizieren\n\nOft sieht man, dass Wege nicht mit dem Luftbild oder einer GPS-Spur übereinstimmen. Du kannst den Weg aber so anpassen, dass er an der richtigen Stelle ist. Beachte jedoch, dass Luftbilder einen Versatz aufweisen können.\n\nAls Erstes wählst du einen Weg aus. Dieser wird nun hervorgehoben und es werden die Knoten des Weges angezeigt. Diese kannst du verschieben, bis sie an der richtigen Stelle sind. Wenn du neue Knoten hinzufügen möchtest, klicke doppelt zwischen den Knoten auf die Linie und es wird ein neuer Punkt erzeugt.\n\nWenn zwei Wege in Wirklichkeit mit einander verbunden sind, aber auf der Karte nicht, kannst du sie verbinden, indem du einen Knoten des einen Weges auf den anderen Weg ziehst. Dass Wege verbunden sind, ist wichtig für die Karte und essentiell für die Nutzung von Routenführung.\n\nDu kannst auch das „Bewegen“-Werkzeug nutzen oder „M“ drücken, um den kompletten Weg zu verschieben. Beende die Aktion mit einem Klick.\n\n### Löschen\n\nWenn du weißt, dass ein Weg nicht existiert, kannst du ihn löschen, um ihn von der Karte zu entfernen. Sei beim Löschen von Objekten - wie immer beim Bearbeiten vorsichtig, da die Ergebnisse von jedem gesehen werden können und Luftbilder oft veraltet sind. Das heißt, dass ein Weg, der im Luftbild nicht zu sehen ist, vielleicht einfach neu gebaut wurde.\n\nDu kannst Wege löschen, indem du sie anklickst und das Mülltonnensymbol auswählst oder die „Entfernen“-Taste drückst.\n\n### Erstellen\n\nDu kennst einen Weg der nicht eingezeichnet ist? Dann klicke auf das „Linien“-Symbol oben links im Editor oder drücke die Taste „2“ und beginne mit dem Zeichnen einer Linie.\n\nKlicke dort hin, wo die Straße anfängt. Sollte sie von einer bereits existierenden Straße abzweigen, klicke an der entsprechenden Stelle auf diese Straße.\n\nZeichne nun den Weg, indem du Punkte anhand der Luftaufnahme oder der GPS-Spur entlang des Weges setzt. Sollte der Weg einen anderen kreuzen, klicke auf den Kreuzungspunkt, um beide Wege zu verbinden. Wenn du mit dem Zeichnen fertig bist, klicke doppelt oder drücke „Enter“ auf der Tastatur, um den Weg abzuschließen.\n",
-        "gps": "# GPS Gesammelte GPS-Daten sind eine wertvolle Quelle für OpenStreetMap. Dieser Editor unterstützt lokale GPS-Tracks — „.gpx“-Dateien auf deinem Computer. Du kannst diese GPS-Tracks mit Hilfe diverser Smartphone-Apps oder anderen GPS-Geräten aufnehmen. Für Informationen über das Sammeln von GPS-Daten kannst du dir folgende Anleitung durchlesen: [Kartierung mit Smartphone, GPS oder Papier](http://learnosm.org/de/mobile-mapping/) Um einen GPX-Track fürs Mapping zu verwenden, ziehe ihn einfach in den Karteneditor. Wenn er erkannt wurde, wird der Track als helle lila Linie auf der Karte dargestellt. Klicke auf das „Kartendaten“-Menu rechts, um die neue Ebene mit dem Track zu aktivieren/deaktivieren oder zoome zum Gebiet des Tracks. Der GPX-Track wird nicht automatisch direkt zu OpenStreetMap hochgeladen. Am besten verwendest du ihn als Grundlage um neue Objekte zu zeichnen. Möchtest du den GPX-Track jedem zugänglich machen, kannst du ihn [nach OpenStreetMap hochladen] (http://www.openstreetmap.org/trace/create).\n",
+        "help": "#Hilfe\n\nDies ist ein Editor für [OpenStreetMap](http://www.openstreetmap.org/), der freien und editierbaren Weltkarte. Du kannst ihn verwenden, um Daten in deiner Umgebung hinzuzufügen oder zu verändern und so diese Karte mit freien Quellen und freien Daten für jeden verbessern.\n\nDeine Veränderungen werden für alle Nutzer von OpenStreetMap sichtbar. Um Veränderungen vornehmen zu können, musst du [einloggen](https://www.openstreetmap.org/login).\n\nDer [iD Editor](http://ideditor.com/) ist ein Gemeinschaftsprojekt, dessen [Quellcode auf GitHub](https://github.com/openstreetmap/iD) verfügbar ist.\n",
+        "editing_saving": "# Bearbeiten & Speichern\n\nDieser Editor wurde entworfen, um online zu arbeiten und du verwendest ihn gerade auf diese Webseite.\n### Objekte auswählen\n\nUm ein Kartenobjekt wie eine Straße oder ein Sonderziel (POI) auszuwählen, klicke auf der Karte darauf. Dadurch wird das Objekt hervorgehoben und ein Bedienfeld mit Details und Möglichkeiten zur Veränderung angezeigt.\n\nMehrere Objekte kannst du auswählen, indem du die Umschalttaste (Shift) drückst und die Objekte einzeln anklickst oder klickst und einen Rahmen darum ziehst. So können mehrere Objekte gleichzeitig ausgewählt werden.\n\n### Speichern der Änderungen\n\nWenn du Änderungen an einer Straße, einem Gebäude oder einem Platz vorgenommen hast, sind diese lokal gespeichert, bis du sie auf dem Server speicherst. Keine Sorge, falls du einen Fehler machen solltest: Du kannst Änderungen jederzeit über den Rückgängig-Knopf rückgängig machen oder über den Wiederherstellen-Knopf noch einmal ausführen.\n\nKlicke auf „Speichern“, um eine Gruppe von Änderungen zu speichern. Zum Beispiel, wenn du in einem Stadtteil fertig bist und in einer neuen Gegend weiter arbeiten willst. Du bekommst dann die Möglichkeit, noch einmal zu überprüfen, was du gerade getan hast und der Editor zeigt dir nützliche Hinweise oder mögliche Fehler, wenn etwas nicht in Ordnung zu sein scheint.\n\nWenn alles gut aussieht, solltest du einen kurzen Kommentar schreiben, der erklärt, was du gemacht hast. Drücke nun nochmals „Speichern“, um die Änderungen auf [OpenStreetMap.org](http://www.openstreetmap.org/) zu speichern, damit sie für alle anderen Benutzer sichtbar wird und diese darauf aufbauen können.\n\nWenn du es zeitlich nicht schaffst, kannst du das Editor-Fenster einfach schließen. Wenn du die Seite wieder aufrufst (mit dem gleichen Rechner und Browser) wird dir angeboten, die letzte Sitzung wiederherzustellen.\n\n### Benutzung des Editors\n\nEine Liste der verfügbaren Tastaturkürzel gibt es [hier](http://wiki.openstreetmap.org/wiki/ID/Shortcuts).\n",
+        "roads": "# Straßen\n\nMit dem Editor kannst du Wege erstellen, verändern und löschen. Wege können alles mögliche sein, zum Beispiel Pfade, Straßen, Schienen, Fahrradwege und anderes.\n\n### Auswählen\n\nKlicke auf einen Weg, um ihn auszuwählen. Er sollte nun hervorgehoben werden. Außerdem erscheint ein kleines Werkzeugmenü und eine Seitenleiste mit den Eigenschaften des Weges.\n\n### Modifizieren\n\nOft sieht man, dass Wege nicht mit dem Luftbild oder einer GPS-Spur übereinstimmen. Du kannst den Weg aber so anpassen, dass er an der richtigen Stelle ist. Beachte jedoch, dass Luftbilder einen Versatz aufweisen können.\n\nAls Erstes wählst du einen Weg aus. Dieser wird nun hervorgehoben und es werden die Knoten des Weges angezeigt. Diese kannst du verschieben, bis sie an der richtigen Stelle sind. Wenn du neue Knoten hinzufügen möchtest, klicke doppelt zwischen den Knoten auf die Linie und es wird ein neuer Punkt erzeugt.\n\nWenn zwei Wege in Wirklichkeit mit einander verbunden sind, aber auf der Karte nicht, kannst du sie verbinden, indem du einen Knoten des einen Weges auf den anderen Weg ziehst. Dass Wege verbunden sind, ist wichtig für die Karte und essentiell für die Nutzung von Routenführung.\n\nDu kannst auch das „Bewegen“-Werkzeug nutzen oder „M“ drücken, um den kompletten Weg zu verschieben. Beende die Aktion mit einem Klick.\n\n### Löschen\n\nWenn du weißt, dass ein Weg nicht existiert, kannst du ihn löschen, um ihn von der Karte zu entfernen. Sei beim Löschen von Objekten - wie immer beim Bearbeiten vorsichtig, da die Ergebnisse von jedem gesehen werden können und Luftbilder oft veraltet sind. Das heißt, dass ein Weg, der im Luftbild nicht zu sehen ist, vielleicht einfach neu gebaut wurde.\n\nDu kannst Wege löschen, indem du sie anklickst und das Mülltonnensymbol auswählst oder die „Entfernen“-Taste drückst.\n\n### Erstellen\n\nDu kennst einen Weg, der nicht eingezeichnet ist? Dann klicke auf das „Linien“-Symbol oben links im Editor oder drücke die Taste „2“ und beginne mit dem Zeichnen einer Linie.\n\nKlicke dort hin, wo die Straße anfängt. Sollte sie von einer bereits existierenden Straße abzweigen, klicke an der entsprechenden Stelle auf diese Straße.\n\nZeichne nun den Weg, indem du Punkte anhand der Luftaufnahme oder der GPS-Spur entlang des Weges setzt. Sollte der Weg einen anderen kreuzen, klicke auf den Kreuzungspunkt, um beide Wege zu verbinden. Wenn du mit dem Zeichnen fertig bist, klicke doppelt oder drücke „Enter“ auf der Tastatur, um den Weg abzuschließen.\n",
+        "gps": "# GPS\n\nGesammelte GPS-Daten sind eine wertvolle Quelle für OpenStreetMap. Dieser Editor unterstützt lokale GPS-Tracks — „.gpx“-Dateien auf deinem Computer. Du kannst diese GPS-Tracks mit Hilfe diverser Smartphone-Apps oder anderen GPS-Geräten aufnehmen. \nFür Informationen über das Sammeln von GPS-Daten kannst du dir folgende Anleitung durchlesen: [Kartierung mit Smartphone, GPS oder Papier](http://learnosm.org/de/mobile-mapping/)\nUm einen GPX-Track fürs Mapping zu verwenden, ziehe ihn einfach in den Karteneditor. Wenn er erkannt wurde, wird der Track als hell-lila Linie auf der Karte dargestellt.\nKlicke auf das „Kartendaten“-Menu rechts, um die neue Ebene mit dem Track zu aktivieren/deaktivieren oder zoome zum Gebiet des Tracks. Der GPX-Track wird nicht automatisch direkt zu OpenStreetMap hochgeladen.\nAm besten verwendest du ihn als Grundlage um neue Objekte zu zeichnen. Möchtest du den GPX-Track jedem zugänglich machen, kannst du ihn [nach OpenStreetMap hochladen] (http://www.openstreetmap.org/trace/create).\n",
         "imagery": "# Bildmaterial\n\nLuftbilder sind eine wichtige Quelle für das Kartografieren. Eine Kombination aus Luftbildern von Flugzeugen, Satellitenbilder und freien Quellen sind im Editor über das „Hintergrundeinstellungen“-Menü auf der linken Seite verfügbar.\n\nAls Standard ist die [Bing-Maps](http://www.bing.com/maps/)-Satelliten-Ebene ausgewählt. Je nach angezeigter Gegend werden Dir verschiedene andere Quellen angezeigt. In einigen Länder wie den USA, Frankreich, Deutschland und Dänemark stehen zum Teil sehr hochauflösende Luftbilder zur Verfügung.\n\nLuftbilder sind manchmal durch Fehler der Luftbild-Anbieter verschoben. Wenn du feststellst, dass viele Straßen gegenüber dem Hintergrund verschoben sind, dann verschiebe nicht die Straßen sondern das Luftbild, bis sie übereinstimmen. Um das Luftbild zu korrigieren, klicke auf „Fehlerhafte Ausrichtung korrigieren“ unten in den Hintergrundeinstellungen.\n",
         "addresses": "# Adressen\n\nAdressen sind eine der wichtigsten Informationen einer Karte.\n\nObwohl Adressen oft als Teil einer Straße repräsentiert werden, werden sie in OpenStreetMap als Eigenschaften von Gebäuden oder Objekten neben der Straße eingetragen.\n\nDu kannst Adressinformationen sowohl zu Flächen, die als Gebäudegrundriss gezeichnet sind, als auch zu einzelnen Punkten hinzufügen. Die beste Quelle für Adressen ist eigenes Wissen oder eine Erhebung vor Ort. Wie bei allen anderen Objekten ist die Nutzung kommerzieller Quellen wie Google Maps strikt verboten.\n",
-        "inspector": "# Den Inspektor verwenden Der Inspektor ist das Bedienelement links im Editor und erlaubt Dir die Details des ausgewählten Objekts zu bearbeiten. ### Eine Eigenschaft auswählen Nachdem du einen Punkt, eine Linie oder eine Fläche hinzugefügt hast kannst du auswählen, welchen Typ das Objekt hat – ob es eine Autobahn oder eine Wohnstraße, ein Supermarkt oder ein Café ist. Der Inspektor zeigt Knöpfe für die am häufigsten verwendeten Eigenschaften an. Andere Eigenschaften findest du, indem du im Suchfeld eingibst, wonach du suchst. Klicke auf den Knopf „i“ in der unteren rechten Ecke bei einem Objekt-Typ, um mehr darüber zu erfahren. ### Vorlagen verwenden und Tags editieren Nachdem du ein Objekt mit einer Eigenschaft versehen oder ausgewählt hast, zeigt der Inspektor Felder mit Details zu der Eigenschaft an wie Name und Adresse. Unter diesen Feldern kannst du das \"Feld hinzufügen\"-Dropdown anklicken, um weitere Details hinzuzufügen wie zum Beispiel einen [Wikipedia](http://www.wikipedia.org/)-Link, Zugänglichkeit für Rollstühle und anderes. Ganz unten im Inspektor kannst du auf „Weitere Merkmale“ klicken, um das Objekt mit beliebigen anderen Eigenschaften zu versehen. [Taginfo](http://taginfo.openstreetmap.org/) ist eine gute Quelle, um oft genutzte Kombinationen von Eigenschaften zu finden. Änderungen die du im Inspektor vornimmst, werden automatisch auf die ausgewählten Objekte angewendet. Durch Klicken auf den Knopf „Rückgängig“ kannst du sie rückgängig machen. ### Den Inspektor schließen.\n",
+        "inspector": "# Den Inspektor verwenden\n\nDer Inspektor ist das Bedienelement links im Editor und erlaubt Dir die Details des ausgewählten Objekts zu bearbeiten. \n\n### Eine Eigenschaft auswählen\n\nNachdem du einen Punkt, eine Linie oder eine Fläche hinzugefügt hast kannst du auswählen, welchen Typ das Objekt hat – ob es eine Autobahn oder eine Wohnstraße, ein Supermarkt oder ein Café ist. Der Inspektor zeigt Knöpfe für die am häufigsten verwendeten Eigenschaften an. Andere Eigenschaften findest du, indem du im Suchfeld eingibst, wonach du suchst. Klicke auf den Knopf „i“ in der unteren rechten Ecke bei einem Objekt-Typ, um mehr darüber zu erfahren. \n\n### Vorlagen verwenden und Tags editieren\n\nNachdem du ein Objekt mit einer Eigenschaft versehen oder ausgewählt hast, zeigt der Inspektor Felder mit Details zu der Eigenschaft an wie Name und Adresse. Unter diesen Feldern kannst du das \"Feld hinzufügen\"-Dropdown anklicken, um weitere Details hinzuzufügen wie zum Beispiel einen [Wikipedia](http://www.wikipedia.org/)-Link, Zugänglichkeit für Rollstühle und anderes. \nGanz unten im Inspektor kannst du auf „Weitere Merkmale“ klicken, um das Objekt mit beliebigen anderen Eigenschaften zu versehen. [Taginfo](http://taginfo.openstreetmap.org/) ist eine gute Quelle, um oft genutzte Kombinationen von Eigenschaften zu finden. Änderungen die du im Inspektor vornimmst, werden automatisch auf die ausgewählten Objekte angewendet. Durch Klicken auf den Knopf „Rückgängig“ kannst du sie rückgängig machen. \n\n### Den Inspektor schließen.\n",
         "buildings": "# Gebäude\n\nOpenStreetMap ist die weltgrößte Datenbank für Gebäude und du kannst helfen, sie weiter zu verbessern.\n\n### Auswahl\n\nDu kannst ein Gebäude auswählen, indem du auf dessen Umrisslinie klickst. Der Umriss wird nun hervorgehoben. Außerdem wird ein Werkzeugmenü und eine Seitenleiste eingeblendet, die Informationen zum Gebäude zeigt.\n\n### Bearbeitung\n\nManchmal sind Gebäude falsch platziert oder haben falsche Eigenschaften.\n\nUm ein Gebäude komplett zu verschieben wähle es aus und klicke auf das „Bewegen“-Werkzeug. Verschiebe nun das Gebäude mit der Maus und klicke einmal, wenn es an der richtigen Stelle ist.\n\nUm den Gebäudeumriss zu korrigieren, klicke und ziehe die Umrissknoten, bis sie an der richtigen Stelle sind.\n\n### Erstellen\n\nEine oft gestellte Frage bezieht sich auf das Erstellen von Gebäuden als Gebäudefläche und/oder als Punkt. Hier gilt, wann immer es möglich ist, sollte das Gebäude als Fläche eingetragen werden. Firmen, Geschäfte und ähnliches werden zusätzlich als Punkte innerhalb des Gebäudeumrisses angelegt.\n\nUm ein Gebäude als Fläche zu zeichnen, klicke auf den Knopf „Fläche“ oben links und vollende das Gebäude, indem du entweder die „Enter“-Taste drückst, oder auf den ersten Knoten klickst.\n\n### Löschen\n\nWenn du siehst und weißt, dass ein Gebäude nicht existiert – zum Beispiel, weil du vor Ort warst – kannst du es löschen und es wird von der Karte entfernt. Sei vorsichtig beim Löschen von Objekten, das Ergebnis kann, wie bei jeder anderen Veränderung, von allen gesehen werden. Außerdem sind Satellitenbilder oft veraltet und ein Gebäude könnte einfach neu gebaut sein.\n\nDu kannst ein Gebäude löschen, indem du es auswählst und auf das Papierkorbsymbol klickst oder die „Entfernen“-Taste betätigst.\n",
         "relations": "# Relationen\n\nEine Relation ist ein besonderes Element in OpenStreetMap, welches andere Elemente zusammenfasst. Es gibt zwei gängige Arten von Relationen: *Routen* fassen Abschnitte eines Weges zu einer Autobahn (oder zu einem anderen Weg) zusammen. *Multipolygone* fassen mehrere Flächen zu einer komplexen Fläche zusammen, dabei kann auch eine Fläche ein Loch in einer anderen Fläche (wie der Innenhof in einem Gebäude oder die Lichtung im Wald) beschreiben.\n\nDie Elemente in einer Relation werden *Mitglieder* genannt. In der Seitenleiste kannst Du sehen, in welchen Relationen ein Element enthalten ist. Durch Klick auf eine Relation werden alle Elemente der Relation in der Seitenleisten aufgezeigt und auf der Karte markiert.\n\nNormalerweise kümmert sich iD während der Bearbeitung automatisch um die Pflege der Relationen. Wenn Du einen Abschnitt eines Weges löschst, um ihn genauer neu zu zeichnen, solltest Du sicherstellen, dass der neuen Abschnitt Mitglied in den gleichen Relationen wie das Original wird.\n\n## Bearbeiten von Relationen\n\nUm ein Element einer Relation hinzuzufügen, wähle das zukünftige Mitglied aus und klicke in der Seitenleiste auf die Schaltfläche „+“ im Abschnitt „Alle Relationen“. Du kannst dann die Relation auswählen oder den Namen der Relation eintippen.\n\nUm eine neue Relation erstellen, wähle das erste zukünftige Mitglied aus und klicke in der Seitenleiste auf die Schaltfläche „+“ im Abschnitt „Alle Relationen“ und wähle „Neue Relation …“.\n\nUm ein Element aus einer Relation zu entfernen, wähle das Mitglied aus und klicke auf den Papierkorb neben der Relation, aus der Du es entfernen willst.\n\nDu kannst Multipolygone mit Löchern mit dem „Vereinigen“-Werkzeug erstellen. Zeichne zwei Bereiche (den äußeren und den inneren Bereich) und klicke auf den äußeren Bereich. Dann halte die Umschalttaste gedrückt und klicke auf den inneren Bereich und klicke dann auf „Vereinigen“ (+).\n"
     },
                 "name": "Gebäude"
             },
             "category-golf": {
-                "name": "Golf"
+                "name": "Golfplatz"
             },
             "category-landuse": {
                 "name": "Landnutzung"
                 "name": "Pfad"
             },
             "category-rail": {
-                "name": "Schiene"
+                "name": "Eisenbahn"
             },
             "category-restriction": {
                 "name": "Abbiegevorschrift"
                         "title": "Ziel"
                     },
                     "dismount": {
-                        "description": "Zutritt erlaubt aber Fahrräder müssen geschoben werden",
+                        "description": "Zutritt erlaubt, aber Radfahrer müssen absteigen",
                         "title": "Absteigen"
                     },
                     "no": {
                     "country": "Staat",
                     "district": "Kreis/Bezirk",
                     "hamlet": "Weiler",
-                    "housename": "Hausname",
+                    "housename": "Hausname der Post",
                     "housenumber": "123",
                     "place": "Ort",
                     "postcode": "Postleitzahl",
                 "placeholder": "1, 2, 3..."
             },
             "aerialway/heating": {
-                "label": "beheizt"
+                "label": "Beheizt"
             },
             "aerialway/occupancy": {
                 "label": "Belegung",
                 "label": "Geldautomat"
             },
             "backrest": {
-                "label": "Lehne"
+                "label": "Rückenlehne"
             },
             "barrier": {
                 "label": "Typ"
                 "label": "Typ"
             },
             "crop": {
-                "label": "Ernte"
+                "label": "Feldfrucht"
             },
             "crossing": {
                 "label": "Typ"
                 "label": "Küche"
             },
             "cycleway": {
-                "label": "Fahrradwege",
+                "label": "Fahrradstreifen",
                 "options": {
                     "lane": {
                         "description": "Radweg, durch eine Linie vom Autoverkehr getrennt ",
-                        "title": "Standard-Fahrradweg"
+                        "title": "Standard-Fahrradstreifen"
                     },
                     "none": {
                         "description": "Kein Fahrradweg",
                     },
                     "opposite_lane": {
                         "description": "Fahrradstreifen gegen die Verkehrsrichtung",
-                        "title": "Gegenüberliegender Fahrradstreifen"
+                        "title": "Fahrradstreifen gegen die Verkehrsrichtung"
                     },
                     "share_busway": {
                         "description": "Fahrradstreifen auf der Busspur",
-                        "title": "Fahrradstreifen auf der Busse fahren "
+                        "title": "Fahrradstreifen auf der Busspur"
                     },
                     "shared_lane": {
                         "description": "Fahrradstreifen ohne Trennung vom Autoverkehr",
-                        "title": "Fahrradstreifen auf Autospur"
+                        "title": "Fahrradstreifen auf Fahrbahn"
                     },
                     "track": {
                         "description": "Radweg durch physische Barriere vom restlichen Verkehr getrennt",
-                        "title": "Fernradweg"
+                        "title": "Separierter Radweg"
                     }
                 },
                 "placeholder": "nichts",
             "electrified": {
                 "label": "Elektrifizierung",
                 "options": {
-                    "contact_line": "Fahrleitung",
+                    "contact_line": "Stromschiene",
                     "no": "Nein",
                     "rail": "Elektrifizierte Eisenbahn",
                     "yes": "Ja (unspezifiziert)"
             "fire_hydrant/type": {
                 "label": "Typ",
                 "options": {
-                    "pillar": "Ständer/Oberirdisch",
+                    "pillar": "Stützen/Oberirdisch",
                     "pond": "Teich",
                     "underground": "Unterirdisch",
                     "wall": "Mauer"
                 "options": {
                     "female": "Weiblich",
                     "male": "Männlich",
-                    "unisex": "Geschlechtsneutral"
+                    "unisex": "Beide Geschlechter"
                 },
                 "placeholder": "Unbekannt"
             },
                     "no": "Nein",
                     "terminal": "Terminal",
                     "wired": "kabelgebunden",
-                    "wlan": "Wifi",
+                    "wlan": "Wi-Fi",
                     "yes": "Ja"
                 }
             },
                 "options": {
                     "0": "0: Solider Kies/komprimierte Erde, keine Hindernisse, weite Kurven",
                     "1": "1: Teilweise lockerer Untergrund, kleine Hindernisse, weite Kurve",
-                    "2": "2: Viel looser Untergrund, große Hindernisse, einfach Haarnadelkurven",
+                    "2": "2: Viel loser Untergrund, große Hindernisse, einfache Haarnadelkurven",
                     "3": "3: Rutschige Oberfläche, große Hindernisse, enge Haarnadelkurven",
                     "4": "4: Lockere Oberfläche oder Felsbrocken, gefährliche Haarnadelkurven",
                     "5": "5: Maximale Schwierigkeit, Geröllfelder, Erdrutsche",
-                    "6": "6: Nicht befahrbar ausgenommen durch die allerbesten Mountain Biker"
+                    "6": "6: Nicht befahrbar ausgenommen durch die allerbesten Mountainbiker"
                 },
                 "placeholder": "0, 1, 2, 3 ..."
             },
             "mtb/scale/imba": {
                 "label": "IMBA Schwierigkeitsgrad",
                 "options": {
-                    "0": "Am Einfachsten (weißer Kreis)",
-                    "1": "einfach (grüner Kreis)",
+                    "0": "Am einfachsten (weißer Kreis)",
+                    "1": "Einfach (grüner Kreis)",
                     "2": "Mittel (blaues Quadrat)",
                     "3": "Schwierig (schwarze Raute)",
                     "4": "Sehr schwierig (doppelte schwarze Raute)"
                 "placeholder": "Einfach, Mittel, Schwierig ..."
             },
             "mtb/scale/uphill": {
-                "label": "Mountain Bike Bergauf-Hinderniss",
+                "label": "Mountainbike Schwierigkeit bergauf",
                 "options": {
-                    "0": "0: Durschnittliche Steigung <10%, Kies/verdichtete Erde, keine Hindernisse",
+                    "0": "0: Durchschnittliche Steigung <10%, Kies/verdichtete Erde, keine Hindernisse",
                     "1": "1: Durchschnittliche Steigung <15%, Kies/verdichtete Erde, wenige kleine Hindernisse",
-                    "2": "2: Durchschnittliche Steigung <20%, stabiel Oberfläche, fautgroße Steine/Wurzeln",
+                    "2": "2: Durchschnittliche Steigung <20%, stabil Oberfläche, faustgroße Steine/Wurzeln",
                     "3": "3: Durchschnittliche Steigung <25%, unterschiedliche Oberfläche, faustgroße Steine/Wurzeln",
                     "4": "4: Durchschnittliche Steigung <30%, schlechter Zustand, große Steine/Zweige",
-                    "5": "5: sehr steig, Fahrrad muss generell geschoben oder getragen werden"
+                    "5": "5: sehr steil, Fahrrad muss generell geschoben oder getragen werden"
                 },
                 "placeholder": "0, 1, 2, 3 ..."
             },
             "piste/difficulty": {
                 "label": "Schwierigkeit",
                 "options": {
-                    "advanced": "fortgeschritten (schwarze Raute)",
+                    "advanced": "Fortgeschritten (schwarze Raute)",
                     "easy": "Einfach (grüner Kreis)",
                     "expert": "Experte (doppelte schwarze Raute)",
                     "extreme": "Extrem (Kletterausrüstung benötigt)",
                 "label": "Glas"
             },
             "recycling/glass_bottles": {
-                "label": "akzeptiert Glasflaschen"
+                "label": "Glasflaschen"
             },
             "recycling/paper": {
                 "label": "Papier"
             },
             "recycling/plastic": {
-                "label": "akzeptiert Plastik"
+                "label": "Plastik"
             },
             "recycling/type": {
                 "label": "Recycling-Typ",
                 "label": "Typ"
             },
             "sac_scale": {
-                "label": "Wanderweg Klassifizierung",
+                "label": "Schwierigkeitsgrad des Wanderwegs",
                 "options": {
-                    "alpine_hiking": "T4: Bergsteigen",
-                    "demanding_alpine_hiking": "T5: Anspruchsvolles Bergsteigen",
+                    "alpine_hiking": "T4: Alpines Bergwandern",
+                    "demanding_alpine_hiking": "T5: Anspruchsvolles alpines Bergwandern",
                     "demanding_mountain_hiking": "T3: Anspruchsvolles Bergwandern",
-                    "difficult_alpine_hiking": "T6: Schwieriges Bergsteigen",
+                    "difficult_alpine_hiking": "T6: Schwieriges alpines Bergsteigen",
                     "hiking": "T1: Wandern",
                     "mountain_hiking": "T2: Bergwandern"
                 },
-                "placeholder": "Bergwandern, Bergsteigen ..."
+                "placeholder": "Bergwandern, alpines Bergwandern..."
             },
             "sanitary_dump_station": {
                 "label": "Toilettenentsorgungsanlage"
                     "impassable": "Unpassierbar / Keine Fahrzeuge mit Rädern",
                     "intermediate": "Räder: Citybike, Rollstuhl, Roller",
                     "very_bad": "Hohe Bodenfreiheit: Fahrzeug mit leichter Geländegängigkeit",
-                    "very_horrible": "Spezialisiertes Off-Road: Traktor, Quad"
+                    "very_horrible": "Spezialisiertes Off-Road: Traktor, Geländefahrzeug"
                 },
                 "placeholder": "Schmale Reifen, Räder, Off-Road ..."
             },
                 "label": "Struktur",
                 "options": {
                     "bridge": "Brücke",
-                    "cutting": "Senke",
+                    "cutting": "Einschnitt",
                     "embankment": "Fahrdamm",
                     "ford": "Furt",
                     "tunnel": "Tunnel"
                 "label": "Oberfläche"
             },
             "tactile_paving": {
-                "label": "taktile Oberfläche"
+                "label": "Oberfläche mit Blindenleitsystem"
             },
             "takeaway": {
                 "label": "Takeaway",
                 "label": "Feld-/Waldweg-Typ",
                 "options": {
                     "grade1": "Fest: befestigt oder sehr kompakte harte Oberfläche",
-                    "grade2": "Großteils Fest: Kies/Stein gemischt mit etwas weichem Material",
+                    "grade2": "Großenteils fest: Kies/Stein gemischt mit etwas weichem Material",
                     "grade3": "Gleichmäßige Mischung von harten und weichem Material",
-                    "grade4": "Großteils weich: Erde/Sand/Gras gemischt mit etwas hartem Material",
-                    "grade5": "Weiche: Erde/Sand/Gras"
+                    "grade4": "Großenteils weich: Erde/Sand/Gras gemischt mit etwas hartem Material",
+                    "grade5": "Weich: Erde/Sand/Gras"
                 },
-                "placeholder": "fest, großteils fest, weich ..."
+                "placeholder": "Fest, Großenteils fest, Weich ..."
+            },
+            "traffic_signals": {
+                "label": "Typ"
             },
             "trail_visibility": {
                 "label": "Erkennbarkeit des Wanderweges",
                     "bad": "Schlecht: Keine Markierungen, Weg teilweise unsichtbar oder nicht vorhanden",
                     "excellent": "Ausgezeichnet: unmissverständlicher Weg oder überall Markierungen",
                     "good": "Gut: sicherbare Markierungen, müssen teilweise gesucht werden",
-                    "horrible": "Schrecklich: oft kein Weg, teilweise Orientierungserfahrung benötigt",
+                    "horrible": "Sehr schlecht: oft kein Weg, teilweise Orientierungserfahrung benötigt",
                     "intermediate": "Mittelmäßig: Wenige Markierungen, Weg großteils sichtbar",
                     "no": "Nein: Kein Weg, ausgezeichnete Orientierungserfahrung benötigt"
                 },
             },
             "aerialway/magic_carpet": {
                 "name": "KInderskilift",
-                "terms": "Kinderschilift, Zauberteppichlift, Babylift"
+                "terms": "Kinderskilift, Zauberteppichlift, Babylift"
             },
             "aerialway/platter": {
                 "name": "Tellerlift",
                 "terms": "Heliport"
             },
             "aeroway/runway": {
-                "name": "Piste",
+                "name": "Start- und Landebahn",
                 "terms": "Start-/Landebahn,Startbahn,Landebahn"
             },
             "aeroway/taxiway": {
                 "terms": "Bar"
             },
             "amenity/bbq": {
-                "name": "Grillrestaurant",
-                "terms": "Grill, Barbecue, Steakhouse"
+                "name": "Grillplatz",
+                "terms": "Grill, Barbecue, BBQ"
             },
             "amenity/bench": {
                 "name": "Sitzbank",
                 "terms": "Fahrrad-Verleih"
             },
             "amenity/bicycle_repair_station": {
-                "name": "Fahrradreperaturstation",
-                "terms": "Fahrradreperaturstation, Fahrradreperaturbox"
+                "name": "Fahrradreparaturstation",
+                "terms": "Fahrradreparaturstation, Fahrradreparaturbox"
             },
             "amenity/biergarten": {
                 "name": "Biergarten",
                 "terms": "Biergarten, Gastgarten"
             },
             "amenity/boat_rental": {
-                "name": "Bootvermietung",
-                "terms": "Bootsverleih"
+                "name": "Bootsvermietung",
+                "terms": "Bootsverleih, Bootsvermietung"
             },
             "amenity/bureau_de_change": {
                 "name": "Wechselstube",
             },
             "amenity/bus_station": {
                 "name": "Busbahnhof",
-                "terms": "Omnibusbahnhof, ZOB"
+                "terms": "Omnibusbahnhof, ZOB, Busbahnhof"
             },
             "amenity/cafe": {
                 "name": "Café",
-                "terms": "Kaffee,Tee,Kaffeehandlung"
+                "terms": "Kaffee,Café, Kaffeehaus"
             },
             "amenity/car_rental": {
                 "name": "Autovermietung",
             },
             "amenity/car_sharing": {
                 "name": "Carsharing",
-                "terms": "Autoteilen, Car Sharing"
+                "terms": "Autoteilen, Car Sharing, Teilauto"
             },
             "amenity/car_wash": {
                 "name": "Autowäsche",
             },
             "amenity/casino": {
                 "name": "Casino",
-                "terms": "Straßenbelag"
+                "terms": "Spielothek, Casino, Spielbank, Glücksspiel, Spielcasino"
             },
             "amenity/charging_station": {
                 "name": "Ladestation",
-                "terms": "Ladestation"
+                "terms": "Ladestation, E-Tankstelle, Stromtankstelle"
             },
             "amenity/childcare": {
                 "name": "Kindertagesstätte/Kinderbetreuung",
             },
             "amenity/college": {
                 "name": "Hochschulgelände",
-                "terms": "Schulgelände,Collegegeglände"
+                "terms": "Schulgelände,Collegegelände,Universitätsgelände"
             },
             "amenity/community_centre": {
                 "name": "Gemeindezentrum",
             },
             "amenity/dentist": {
                 "name": "Zahnarzt",
-                "terms": "Zahnarzt, Dentist"
+                "terms": "Zahnarzt, Dentist, Stomatologe"
             },
             "amenity/doctor": {
                 "name": "Arzt",
-                "terms": "Arzt, Mediziner"
+                "terms": "Arzt, Mediziner, Doktor"
             },
             "amenity/dojo": {
                 "name": "Kampfsportstudio",
-                "terms": "Kampfsportstudio, Kampfsportzentrum, Karatestudio"
+                "terms": "Kampfsportstudio, Kampfsportzentrum, Karatestudio, Dojo"
             },
             "amenity/drinking_water": {
                 "name": "Trinkwasserstelle",
                 "terms": "Botschaft"
             },
             "amenity/fast_food": {
-                "name": "Fast Food",
+                "name": "Schnellimbiss",
                 "terms": "Fast Food, Imbiss"
             },
             "amenity/fire_station": {
                 "terms": "Feuerwehr, Feuerwehrstation"
             },
             "amenity/fountain": {
-                "name": "Brunnen",
-                "terms": "Springbrunnen"
+                "name": "Springbrunnen",
+                "terms": "Springbrunnen, Wasserspiel"
             },
             "amenity/fuel": {
                 "name": "Tankstelle",
-                "terms": "Tankstelle"
+                "terms": "Tankstelle, Tanke"
             },
             "amenity/grave_yard": {
                 "name": "Friedhof",
                 "terms": "Friedhof"
             },
             "amenity/grit_bin": {
-                "name": "Streugutkist",
-                "terms": "Streugutkiste, Streugutbehälter, Splitkiste"
+                "name": "Streugutkiste",
+                "terms": "Streugutkiste, Streugutbehälter, Splittkiste"
             },
             "amenity/hospital": {
                 "name": "Krankenhausgelände",
                 "name": "Marktplatz",
                 "terms": "Marktplatz"
             },
+            "amenity/motorcycle_parking": {
+                "name": "Motorradparkplatz",
+                "terms": "Motorrad-Parkplatz"
+            },
             "amenity/nightclub": {
                 "name": "Nachtklub",
                 "terms": "Nachtklub, Etablissement, Nachtlokal"
                 "terms": "Bar,Cafeteria,Café,Kantine,Speisehaus,Coffee-Shop,Kaffeehaus,Imbiss,Speisesaal,Kneipe,Donut Shop,Drive-In,Restaurant,Speiserestaurant,Wirtschaft,Fast-Food-Restaurant,Grill,Hamburgerstand,Hotdogstand,Gasthaus,Gasthof,Wirtshaus,Imbissstube,Imbiss,Pizzeria,Lokal"
             },
             "amenity/sanitary_dump_station": {
-                "name": "Campingplatz Toilettenentsorgungsanlage",
-                "terms": "Campingplatz Toilettenentsorgungsanlage"
+                "name": "Campingtoiletten-Entsorgungsanlage",
+                "terms": "Campingtoilette, Toilettenentsorgungsanlage"
             },
             "amenity/school": {
                 "name": "Schulgelände",
                 "terms": "Barriere, Hindernis"
             },
             "barrier/block": {
-                "name": "Steinblock",
+                "name": "Stein-/Betonblock/Stein-/Betonblöcke",
                 "terms": "Block"
             },
             "barrier/bollard": {
             },
             "barrier/cattle_grid": {
                 "name": "Weiderost",
-                "terms": "Viehgitter"
+                "terms": "Viehgitter, Viehrost"
             },
             "barrier/city_wall": {
                 "name": "Stadtmauer",
             },
             "barrier/stile": {
                 "name": "Zaunübertritt",
-                "terms": "Zaunübertritt"
+                "terms": "Zaunübertritt, Zauntritt, Stägel, Mauertritt"
             },
             "barrier/toll_booth": {
                 "name": "Mautstation",
                 "terms": "Gebäude im Bau"
             },
             "building/detached": {
-                "name": "freistehendes Haus",
-                "terms": "freistehendes Haus, Einfamilienhaus"
+                "name": "Einzelhaus",
+                "terms": "alleinstehendes Haus, freistehendes Haus, Einfamilienhaus"
             },
             "building/dormitory": {
                 "name": "Schlafsaal",
                 "name": "Schulgebäude",
                 "terms": "Schulgebäude, Schulhaus"
             },
+            "building/semidetached_house": {
+                "name": "Doppelhaus",
+                "terms": "Doppelhaushälfte"
+            },
             "building/shed": {
                 "name": "Schuppen",
                 "terms": "Hütte, Baracke"
                 "terms": "Schlüsselschneider, Schlüsselgeschäft"
             },
             "craft/locksmith": {
-                "name": "Schlüsseldienst",
+                "name": "Schlosser",
                 "terms": "Schlüsseldienst, Schlossermeister, Schlosser"
             },
             "craft/metal_construction": {
                 "terms": "Weingut,Weinkellerei"
             },
             "embankment": {
-                "name": "Fahrdamm",
-                "terms": "Damm"
+                "name": "Böschung",
+                "terms": "Damm, Aufschüttung, Böschung"
             },
             "emergency/ambulance_station": {
                 "name": "Rettungswache",
             },
             "highway": {
                 "name": "Straße/Weg",
-                "terms": "Autobahn"
+                "terms": "Fahrbahn, Autobahn, Straße, Weg"
             },
             "highway/bridleway": {
                 "name": "Reitweg",
                 "terms": "Bundesstraßenanschluss, Bundesstraßenauffahrt, Bundesstraßenabfahrt, Auffahrt, Abfahrt"
             },
             "highway/raceway": {
-                "name": "Autorennstrecke",
-                "terms": "Autorennstrecke"
+                "name": "Motorrennstrecke",
+                "terms": "Autorennstrecke, Motorrennstrecke"
             },
             "highway/residential": {
                 "name": "Wohngebietsstraße",
                 "terms": "Unbekannte Straße"
             },
             "highway/secondary": {
-                "name": "Landstraße",
+                "name": "Landesstraße",
                 "terms": "Nebenstraße"
             },
             "highway/secondary_link": {
             },
             "highway/service": {
                 "name": "Erschließungsweg",
-                "terms": "Zufahrtstraße"
+                "terms": "Zufahrtsstraße"
             },
             "highway/service/alley": {
                 "name": "Gasse",
                 "terms": "Raststätte, Autobahnraststätte, Rasthof, Autobahnrasthof, Raststation, Autobahnraststation"
             },
             "highway/steps": {
-                "name": "Treppen",
+                "name": "Treppe",
                 "terms": "Treppe,Stufen"
             },
             "highway/stop": {
                 "terms": "Halt,Stop,Stopp"
             },
             "highway/street_lamp": {
-                "name": "Straßenlaterne",
+                "name": "Straßenlampe",
                 "terms": "Straßenlaterne, Straßenlampe"
             },
             "highway/tertiary": {
                 "terms": "Drittrangige Straße"
             },
             "highway/tertiary_link": {
-                "name": "Kreisstraßenanschluss, Kreisstraßenauffahrt, Kreisstraßenabfahrt, Auffahrt, Abfahrt",
+                "name": "Kreisstraßenanschluss",
                 "terms": "Auffahrt"
             },
             "highway/track": {
                 "terms": "Forstweg,Wirtschaftsweg,Wiesenweg,Feldweg,Waldweg"
             },
             "highway/traffic_signals": {
-                "name": "Ampeln",
+                "name": "Ampel",
                 "terms": "Ampel,Lichtzeichenanlage,Lichtsignalanlage,Verkehrslichtsignalanlage"
             },
             "highway/trunk": {
                 "name": "Kraftfahrstraße",
-                "terms": "Fernstraße, Autobahn"
+                "terms": "Fernstraße, Schnellstraße"
             },
             "highway/trunk_link": {
                 "name": "Schnellstraßenanschluss",
                 "terms": "Flächennutzung, Raumnutzung, Bodennutzung, Landnutzung"
             },
             "landuse/allotments": {
-                "name": "Kleingartenanlage",
-                "terms": "Schrebergärten, Kleingärten, Kleingartenanlage"
+                "name": "Gemeinschaftsgarten",
+                "terms": "Gemeinsamer Garten"
             },
             "landuse/basin": {
                 "name": "Becken",
             },
             "landuse/farm": {
                 "name": "Ackerland",
-                "terms": "Ackerland, Landwirtschaftsflächen, Ackerboden"
+                "terms": "Ackerland, Landwirtschaftsfläche, Ackerboden"
             },
             "landuse/farmland": {
                 "name": "Ackerland",
-                "terms": "Ackerland, Landwirtschaftsflächen, Ackerboden"
+                "terms": "Ackerland, Landwirtschaftsfläche, Ackerboden"
             },
             "landuse/farmyard": {
                 "name": "Bauernhof",
                 "terms": "Bauernhof"
             },
             "landuse/forest": {
-                "name": "Wald",
-                "terms": "Forst, bewirtschafteter Wald"
+                "name": "Forst",
+                "terms": "Forst, bewirtschafteter Wald, Wald"
             },
             "landuse/garages": {
                 "name": "Garagen",
             },
             "landuse/landfill": {
                 "name": "Deponie",
-                "terms": "Demonise, Mülldeponie, Geländeauffüllung"
+                "terms": "Deponie, Mülldeponie, Geländeauffüllung"
             },
             "landuse/meadow": {
                 "name": "Weide",
                 "terms": "Obstplantage, Streuobstwiese"
             },
             "landuse/plant_nursery": {
-                "name": "Betriebskindergarten",
+                "name": "Anpflanzung, Baumschule",
                 "terms": "Betriebskindergarten, Werkskindergarten, Betriebskinderkrippe, Werkskinderkrippe"
             },
             "landuse/quarry": {
                 "terms": "Wohngebiet, Wohnanlage, Wohngegend, Wohnregion"
             },
             "landuse/retail": {
-                "name": "Fachmarktzentrum",
-                "terms": "Fachmarktzentrum, Einkaufszentrum"
+                "name": "Einzelhandelsgebiet",
+                "terms": "Einzelhandelsgebiet, Einzelhandelsfläche"
             },
             "landuse/vineyard": {
                 "name": "Weinberg",
                 "terms": "Weinberg"
             },
             "leisure": {
-                "name": "Erholung",
-                "terms": "Freizeit"
+                "name": "Freizeit",
+                "terms": "Freizeit, Erholung"
             },
             "leisure/adult_gaming_centre": {
-                "name": "Erwachsenenspielzentrum",
-                "terms": "Erwachsenenspielzentrum"
+                "name": "Spielothek",
+                "terms": "Erwachsenenspielzentrum, Spielhölle, Spielothek, Spielautomat, Spielcasino, Spielsalon"
             },
             "leisure/bowling_alley": {
-                "name": "Kegelbahn",
+                "name": "Bowlingbahn",
                 "terms": "Kegelbahn"
             },
             "leisure/common": {
-                "name": "öffentliche Fläche",
-                "terms": "öffentliche Grünfläche"
+                "name": "öffentliche Fläche, Allmende",
+                "terms": "öffentliche Grünfläche, Allmende, Allmeind"
             },
             "leisure/dog_park": {
                 "name": "Hundepark",
             },
             "leisure/firepit": {
                 "name": "Feuerstelle",
-                "terms": "Feuerstelle, Lavaseekrater"
+                "terms": "Feuerstelle"
             },
             "leisure/garden": {
                 "name": "Garten",
                 "terms": "Esplanade,Lustgarten,Erholungsgebiet,Dorfanger,Dorfwiese"
             },
             "leisure/picnic_table": {
-                "name": "Jausentisch",
+                "name": "Picknicktisch",
                 "terms": "Jausentisch, Picknicktisch"
             },
             "leisure/pitch": {
             },
             "leisure/pitch/american_football": {
                 "name": "American-Football-Feld",
-                "terms": "American Football Platz"
+                "terms": "American-Football-Platz"
             },
             "leisure/pitch/baseball": {
                 "name": "Baseballfeld",
                 "name": "Basketballfeld",
                 "terms": "Basketball-Platz, Basketball-Feld"
             },
+            "leisure/pitch/rugby_league": {
+                "name": "Rugby-League-Feld",
+                "terms": "Rugby-League-Feld"
+            },
+            "leisure/pitch/rugby_union": {
+                "name": "Rugby-Union-Feld",
+                "terms": "Rugby-Union-Feld"
+            },
             "leisure/pitch/skateboard": {
                 "name": "Skatepark",
                 "terms": "Skateboardpark, Boardpark, Skateplatz"
             },
             "leisure/playground": {
                 "name": "Spielplatz",
-                "terms": "Kinderspielplatz,Klettergerüst"
+                "terms": "Kinderspielplatz"
             },
             "leisure/running_track": {
                 "name": "Laufbahn",
-                "terms": "Laufbahn.Fahrstraße"
+                "terms": "Laufbahn, Tartanbahn"
             },
             "leisure/slipway": {
                 "name": "Slipanlage",
                 "terms": "Linie"
             },
             "man_made": {
-                "name": "Zivilbauten",
-                "terms": "künstlich"
+                "name": "Bauten",
+                "terms": "künstlich, Bauwerk"
             },
             "man_made/adit": {
                 "name": "Stollen",
             },
             "man_made/breakwater": {
                 "name": "Wellenbrecher",
-                "terms": "Mole"
+                "terms": "Wellenbrecher, Buhnen"
             },
             "man_made/cutline": {
                 "name": "Schneise",
-                "terms": "Schneise"
+                "terms": "Schneise, Durchhau, Lücke, Bewuchsunterbrechung"
             },
             "man_made/embankment": {
-                "name": "Fahrdamm",
+                "name": "Böschung",
                 "terms": "Böschung, Damm, Ufer, Uferböschung"
             },
             "man_made/flagpole": {
             },
             "man_made/pier": {
                 "name": "Steg",
-                "terms": "Anleger, Pier"
+                "terms": "Anleger, Pier, Seebrücke"
             },
             "man_made/pipeline": {
                 "name": "Pipeline",
                 "terms": "Pipeline, Rohrleitung"
             },
             "man_made/silo": {
-                "name": "Silo",
+                "name": "Aufbewahrungstank für Feststoffe",
                 "terms": "Speicher, Silo"
             },
             "man_made/storage_tank": {
-                "name": "Lagertank",
+                "name": "Aufbewahrungstank für Flüssigkeiten",
                 "terms": "Lagertank, Speichertank, Vorratstank"
             },
             "man_made/survey_point": {
             },
             "military/barracks": {
                 "name": "Kaserne",
-                "terms": "Barracken"
+                "terms": "Baracken"
             },
             "military/bunker": {
                 "name": "Bunker",
                 "terms": "Schutzraum, Schutzräume"
             },
+            "military/checkpoint": {
+                "name": "Kontrollpunkt",
+                "terms": "Grenzübergang"
+            },
+            "military/danger_area": {
+                "name": "Gefahrenbereich",
+                "terms": "Gefahrenbereich, gefährlicher Bereich"
+            },
+            "military/naval_base": {
+                "name": "Marinestützpunkt",
+                "terms": "Marinestützpunkt, Flottenstützpunkt"
+            },
+            "military/obstacle_course": {
+                "name": "Hindernisstrecke",
+                "terms": "Hindernisbahn"
+            },
             "military/range": {
                 "name": "Waffenübungsplatz",
                 "terms": "Schießstand, Truppenübungsplatz"
             },
+            "military/training_area": {
+                "name": "Übungsplatz",
+                "terms": "Truppenübungsplatz"
+            },
             "natural": {
                 "name": "Natur",
                 "terms": "natürlich"
             },
             "natural/coastline": {
                 "name": "Küstenlinie",
-                "terms": "Ufer"
+                "terms": "Ufer, Küste"
             },
             "natural/fell": {
-                "name": "Bergweide",
-                "terms": "Fjell, Fjäll, Fjall, Tunturi, Bergtundra, Bergweide, Bergwiese, Almwiese, Alm, Alp, Matte, Alpine Matte"
+                "name": "Alm, Gebirgsgrasland",
+                "terms": "Fjell, Fjäll, Fjall, Tunturi, Bergtundra"
             },
             "natural/glacier": {
                 "name": "Gletscher",
                 "terms": "Gletscher"
             },
             "natural/grassland": {
-                "name": "Wiese",
-                "terms": "Weide, Wiese, Grünland"
+                "name": "Grasland",
+                "terms": "Grünland"
             },
             "natural/heath": {
                 "name": "Heide",
             },
             "natural/peak": {
                 "name": "Gipfel",
-                "terms": "Gipfel,Felsnadel,Alpe,Höhepunkt,Scheitelpunkt,Hügel,Berg,Bergspitze,Bergkuppe,Zipfel"
+                "terms": "Gipfel,Felsnadel,Alpe,Höhepunkt,Hügel,Berg,Bergspitze,Bergkuppe,Zipfel"
             },
             "natural/saddle": {
                 "name": "Bergsattel",
                 "terms": "Schutthalde, Geröllhalde, Schuttkegel, Schuttfuß, Schuttrampe, Talus"
             },
             "natural/scrub": {
-                "name": "Gestrüpp",
+                "name": "Buschland",
                 "terms": "Gebüsch, Gestrüpp, Buschland, Sträucher, Latschenkiefer"
             },
             "natural/spring": {
                 "terms": "Feuchtgebiet, Sumpf, Moor, Ried, Marsch, Aue, Röhricht, Watt, Salzwiese, Mangrove"
             },
             "natural/wood": {
-                "name": "Wald",
-                "terms": "Urwald, Naturwald"
+                "name": "Naturwald",
+                "terms": "Urwald, Naturwald, Wald"
             },
             "office": {
                 "name": "Büro",
             },
             "office/ngo": {
                 "name": "Nichtregierungsorganisation",
-                "terms": "Gemeinnütziger Verein"
+                "terms": "NRO, Nichtregierungsorganisation"
             },
             "office/physician": {
                 "name": "Arztpraxis",
                 "terms": "Bauernhof, Farm"
             },
             "place/hamlet": {
-                "name": "Siedlung",
-                "terms": "Weiler, kleines Dorf"
+                "name": "Weiler",
+                "terms": "Weiler, sehr kleines Dorf, kleine Siedlung, Zinken, Hofschaft, Drubbel"
             },
             "place/island": {
                 "name": "Insel",
-                "terms": "Inselgruppe,Archipel,Atoll,Inselchen,Insel,Koralleninsel,Riff"
+                "terms": "Insel"
             },
             "place/isolated_dwelling": {
                 "name": "abgelegene Siedlung",
-                "terms": "frei stehendes Haus, Einzelhaus"
+                "terms": "frei stehendes Haus, Einzelhaus, Einöde"
             },
             "place/locality": {
-                "name": "Ortschaft",
+                "name": "Örtlichkeit",
                 "terms": "Ort, Gegend"
             },
             "place/neighbourhood": {
             },
             "place/town": {
                 "name": "Kleinstadt",
-                "terms": "Stadt, Ortschaft"
+                "terms": "Kleinstadt"
             },
             "place/village": {
                 "name": "Dorf",
                 "terms": "Transformator"
             },
             "public_transport/platform": {
-                "name": "Bahnsteig",
-                "terms": "Halte-Plattform"
+                "name": "Bahn-/ Bussteig ",
+                "terms": "Halte-Plattform, Bussteig"
             },
             "public_transport/stop_position": {
                 "name": "Halteposition",
                 "terms": "Eisenbahn, Bahn, Zug, Eisenbahnstrecke, Bahnstrecke"
             },
             "railway/abandoned": {
-                "name": "Stillgelegte Eisenbahnstrecke",
-                "terms": "Stillgelegte Eisenbahn, Verfallene Eisenbahn"
+                "name": "Aufgelassene Eisenbahnstrecke",
+                "terms": "Verfallene Eisenbahn, Aufgegebene Bahnstrecke"
             },
             "railway/disused": {
                 "name": "Ungenutzte Eisenbahnstrecke",
-                "terms": "Ungenutzte Eisenbahn, Eingestellte Eisenbahnstrecke"
+                "terms": "Ungenutzte Eisenbahn, Eingestellte Eisenbahnstrecke, Stillgelegte Eisenbahn, Stillgelegte Bahnstrecke"
             },
             "railway/funicular": {
                 "name": "Standseilbahn",
                 "terms": "Bahn-Haltestelle, Zug-Haltestelle, Haltestelle, Haltepunkt"
             },
             "railway/level_crossing": {
-                "name": "Eisenbahnkreuzung",
+                "name": "Bahnübergang",
                 "terms": "Eisenbahnkreuzung, Bahnübergang, Bahnunterführung, Eisenbahnüberführung, Eisenbahnunterquerung"
             },
             "railway/monorail": {
                 "terms": "Einschienenbahn"
             },
             "railway/narrow_gauge": {
-                "name": "Schmalspureisenbahn",
+                "name": "Schmalspurbahn",
                 "terms": "Schmalspureisenbahn, Schmalspurbahn, schmalspurige Eisenbahn"
             },
             "railway/platform": {
             },
             "railway/rail": {
                 "name": "Eisenbahn",
-                "terms": "Eisenbahnschienen"
+                "terms": "Gleise, Eisenbahnschienen, Schiene"
             },
             "railway/station": {
                 "name": "Bahnhof",
-                "terms": "Bahnhof, Haltepunkt, Haltestelle"
+                "terms": "Bahnhof, Haltestelle"
             },
             "railway/subway": {
                 "name": "U-Bahn",
             },
             "relation": {
                 "name": "Relation",
-                "terms": "Relation, Beziehung, Verbindung"
+                "terms": "Relation, Beziehung"
             },
             "roundabout": {
                 "name": "Kreisverkehr",
             },
             "shop/alcohol": {
                 "name": "Spirituosenladen",
-                "terms": "Alkohol"
+                "terms": "Alkoholika"
             },
             "shop/anime": {
-                "name": "Zeichentrickladen",
-                "terms": "Zeichentrickladen,Zeichentrickgeschäft"
+                "name": "Anime-Geschäft",
+                "terms": "Anime"
             },
             "shop/antiques": {
                 "name": "Antiquitätenladen",
             },
             "shop/art": {
                 "name": "Kunsthandlung",
-                "terms": "Kunstgalerie"
+                "terms": "Kunstgalerie, Galerie"
             },
             "shop/baby_goods": {
                 "name": "Babysachengeschäft",
             },
             "shop/erotic": {
                 "name": "Erotikgeschäft",
-                "terms": "Erotikladen"
+                "terms": "Erotikladen, sexshop"
             },
             "shop/fabric": {
                 "name": "Boutique",
                 "terms": "Boutique,Bekleidungsgeschäft"
             },
             "shop/farm": {
-                "name": "Obst- und Gemüsestand",
-                "terms": "Hofladen"
+                "name": "Hofladen",
+                "terms": "Obst- und Gemüsestand, Hofladen"
             },
             "shop/fashion": {
                 "name": "Modegeschäft",
             },
             "shop/funeral_directors": {
                 "name": "Beerdigungsinstitut",
-                "terms": "Beerdigungsinstitut, Bestattungsinstitut, Bestattungsunternehmen"
+                "terms": "Beerdigungsinstitut, Bestattungsinstitut, Bestattungsunternehmen, Bestatter, Pompfüneberer"
             },
             "shop/furnace": {
-                "name": "Heizungsinstallateur",
+                "name": "Heizungsfachgeschäft",
                 "terms": "Heizungstechniker,Zentralheizungstechnikladen"
             },
             "shop/furniture": {
             },
             "shop/garden_centre": {
                 "name": "Gartenzentrum",
-                "terms": "Gartenzentrum, Gartencenter"
+                "terms": "Gartenzentrum, Gartencenter, Gartenmarkt"
             },
             "shop/gift": {
                 "name": "Geschenkladen",
             },
             "shop/hearing_aids": {
                 "name": "Hörgerätegeschäft",
-                "terms": "Hörgerätegeschäft,Hörhilfengeschäft"
+                "terms": "Hörgerätegeschäft, Hörhilfengeschäft, Akustiker"
             },
             "shop/herbalist": {
                 "name": "Kräuterladen",
             },
             "shop/newsagent": {
                 "name": "Zeitungs/Magazin-Geschäft",
-                "terms": "Zeitungs/Zeitschriftenladen"
+                "terms": "Zeitungs-/ Zeitschriftenladen"
             },
             "shop/optician": {
                 "name": "Optiker",
             },
             "shop/organic": {
                 "name": "Bioladen",
-                "terms": "Bioladen,Biolebensmittelhändler"
+                "terms": "Bioladen,Biolebensmittelhändler, Biomarkt"
             },
             "shop/outdoor": {
                 "name": "Outdoorgeschäft",
             },
             "shop/tattoo": {
                 "name": "Tätowierungsladen",
-                "terms": "Tätowierungsladen,Peckerlstube"
+                "terms": "Tätowierungsladen, Peckerlstube, Tattoostudio"
             },
             "shop/tea": {
                 "name": "Teegeschäft",
                 "terms": "Reifenhandlung"
             },
             "shop/vacant": {
-                "name": "Freistehendes Geschäft",
-                "terms": "leer stehendes Geschäft"
+                "name": "Leerstehendes Geschäft",
+                "terms": "leerstehendes Geschäft, leeres Geschäft"
             },
             "shop/vacuum_cleaner": {
                 "name": "Staubsaugergeschäft",
                 "terms": "Zoo"
             },
             "traffic_calming/bump": {
-                "name": "Temposchwelle",
-                "terms": "Temposchwelle, Bodenschwelle, Beruhigungsschwelle, Rüttelschwelle, Fahrbahnhöcker, Bremsschwelle, Bremshügel"
+                "name": "Bremsschwelle (schmal)",
+                "terms": "Temposchwelle, Bodenschwelle, Beruhigungsschwelle, Rüttelschwelle, Fahrbahnhöcker, Bremsschwelle, Bremshügel, Drempel"
             },
             "traffic_calming/hump": {
-                "name": "Bodenschwelle",
-                "terms": "Bodenschwelle, Bremshügel"
+                "name": "Bremsschwelle (breit)",
+                "terms": "Temposchwelle, Bodenschwelle, Beruhigungsschwelle, Rüttelschwelle, Fahrbahnhöcker, Bremsschwelle, Bremshügel, Drempel"
             },
             "traffic_calming/rumble_strip": {
-                "name": "Fahrbahnschwelle",
-                "terms": "Fahrbahnschwelle, Rüttelstreifen"
+                "name": "Rüttelstreifen",
+                "terms": "Rumpelstreifen, Rüttelstreifen, Holperstreifen"
             },
             "traffic_calming/table": {
                 "name": "Erhöhter Fußgängerübergang",
-                "terms": "Erhöhter Fußgängerübergang"
+                "terms": "Erhöhter Fußgängerübergang, Aufpflasterung"
             },
             "type/boundary": {
                 "name": "Grenze",
                 "terms": "Rechtsabbiegegebot, Rechts abbiegen geboten, nur rechts abbiegen erlaubt"
             },
             "type/restriction/only_straight_on": {
-                "name": "Kehrtwendeverbot",
-                "terms": "Kehrwendeverbot, keine Kehrtwende erlaubt, Umdrehverbot, Umdrehen verboten"
+                "name": "Abbiegeverbot",
+                "terms": "Abbiegeverbot, nur geradeaus, Abbiegen verboten"
             },
             "type/route": {
                 "name": "Route",
                 "terms": "Route, Strecke, Weg, Reiseroute"
             },
             "type/route/bicycle": {
-                "name": "Radweg",
-                "terms": "Radroute"
+                "name": "Radwanderweg",
+                "terms": "Radroute, Fahrradroute"
             },
             "type/route/bus": {
                 "name": "Buslinie",
             },
             "type/route/hiking": {
                 "name": "Wanderroute",
-                "terms": "Wanderweg,Spazierweg,Pilgerweg"
+                "terms": "Wanderweg, Fernwanderweg, Pilgerweg, Trekking"
             },
             "type/route/pipeline": {
                 "name": "Pipelinenetz",
             },
             "type/route_master": {
                 "name": "Hauptroute",
-                "terms": "Routemaster, Doppeldeckerbus"
+                "terms": "Routemaster"
             },
             "vertex": {
                 "name": "Andere",
             },
             "waterway/drain": {
                 "name": "Ablauf",
-                "terms": "Ablauf, Abfluss, Kanal"
+                "terms": "Ablauf, Abfluss"
             },
             "waterway/fuel": {
-                "name": "Meerestankstelle",
-                "terms": "Schiffstankstelle, Meerestankstelle"
+                "name": "Bootstankstelle",
+                "terms": "Bootstankstelle"
             },
             "waterway/river": {
                 "name": "Fluss",
index 114900407abce60ab7b85612700cf29d5b073924..8c17fafd2d8541c5475cd86ff1ddcf8f4df1f072 100644 (file)
@@ -41,6 +41,8 @@
             "key": "Α",
             "title": "Συνέχεια",
             "description": "Συνεχίστε αυτήν τη γραμμή.",
+            "not_eligible": "Καμία γραμμή δεν μπορεί να συνεχίσει εδώ.",
+            "multiple": "Πολλές γραμμές μπορούν να συνεχίσουν εδώ. Για να επιλέξετε μια γραμμή, πατήστε το κουμπί Shift και κάντε κλικ πάνω της για να τη διαλέξετε.",
             "annotation": {
                 "line": "Συνέχιση μιας γραμμής.",
                 "area": "Συνέχιση μιας περιοχής."
@@ -53,7 +55,7 @@
             "annotation": "Αλλάχτηκε ο ρόλος ενός μέλους σχέσης."
         },
         "change_tags": {
-            "annotation": "Αλλάχτηκαν χαρακτηριστικά."
+            "annotation": "Αλλάχτηκαν ετικέτες."
         },
         "circularize": {
             "title": "Σχηματισμός κύκλου",
                 "line": "Έγινε μια γραμμή κυκλική.",
                 "area": "Έγινε μια περιοχή κυκλική."
             },
-            "not_closed": "Αυτό δεν μπορεί να γίνει κυκλικό επειδή δεν είναι βρόγχος."
+            "not_closed": "Αυτό δεν μπορεί να γίνει κυκλικό επειδή δεν είναι βρόγχος.",
+            "connected_to_hidden": "Αυτό δεν μπορεί να γίνει κυκλικό επειδή είναι συνδεμένο με ένα κρυφό χαρακτηριστικό."
         },
         "orthogonalize": {
             "title": "Τετράγωνο",
+            "description": {
+                "line": "Τετραγωνίστε τις γωνίες αυτής της γραμμής.",
+                "area": "Τετραγωνίστε τις γωνίες αυτής της περιοχής."
+            },
             "key": "Σ",
             "annotation": {
                 "line": "Τετραγωνίστηκαν οι γωνίες μιας γραμμής.",
                 "area": "Τετραγωνίστηκαν οι γωνίες μιας περιοχής."
-            }
+            },
+            "connected_to_hidden": "Αυτό δεν μπορεί να γίνει τετράγωνο επειδή είναι συνδεμένο με ένα κρυφό χαρακτηριστικό."
         },
         "straighten": {
             "title": "Ευθυγράμμηση",
             "description": "Ευθυγράμμιση αυτής της γραμμής.",
             "key": "Σ",
             "annotation": "Ευθυγραμμίστηκε μια γραμμή.",
-            "too_bendy": "Δεν γινόταν να ευθυγραμμιστεί επειδή στρίβει λοξά υπερβολικά πολύ."
+            "too_bendy": "Δεν γινόταν να ευθυγραμμιστεί επειδή στρίβει λοξά υπερβολικά πολύ.",
+            "connected_to_hidden": "Αυτή η γραμμή δεν μπορεί να γίνει ευθεία επειδή είναι συνδεμένη με ένα κρυφό χαρακτηριστικό."
         },
         "delete": {
             "title": "Διαγραφή",
+            "description": "Διαγράψτε μόνιμα το αντικείμενο.",
             "annotation": {
                 "point": "Διεγράφη ένα σημείο.",
                 "vertex": "Διαγράφηκε ένας κόμβος από μια διαδρομή.",
                 "relation": "Διαγράφηκε μια σχέση.",
                 "multiple": "Διαγράφηκαν {n} αντικείμενα."
             },
-            "incomplete_relation": "Αυτό το χαρακτηριστικό δεν μπορεί να διαγραφεί επειδή δεν έχει ληφθεί πλήρως."
+            "incomplete_relation": "Αυτό το χαρακτηριστικό δεν μπορεί να διαγραφεί επειδή δεν έχει μεταφορτωθεί πλήρως.",
+            "connected_to_hidden": "Αυτό δεν μπορεί να διαγραφεί επειδή είναι συνδεμένο με ένα κρυφό χαρακτηριστικό."
         },
         "add_member": {
             "annotation": "Προστέθηκε ένα μέλος σε μία σχέση."
             "description": "Αποσυνδέστε αυτές τις γραμμές/περιοχές μεταξύ τους.",
             "key": "Δ",
             "annotation": "Αποσύνδεση γραμμών/περιοχών.",
-            "not_connected": "Δεν υπάρχουν αρκετές γραμμές/περιοχές εδώ για αποσύνδεση."
+            "not_connected": "Δεν υπάρχουν αρκετές γραμμές/περιοχές εδώ για αποσύνδεση.",
+            "connected_to_hidden": "Αυτό δεν μπορεί να αποσυνδεθεί επειδή είναι συνδεμένο με ένα κρυφό χαρακτηριστικό."
         },
         "merge": {
             "title": "Συγχώνευση",
             "annotation": "Συγχωνεύτηκαν {n} γραμμές.",
             "not_eligible": "Αυτά τα χαρακτηριστικά δεν μπορούν να συγχωνευτούν.",
             "not_adjacent": "Αυτές οι γραμμές δεν μπορούν να συγχωνευτούν επειδή δεν είναι ενωμένες.",
-            "restriction": "Αυτές οι γραμμές δεν μπορούν να συγχωνευτούν επειδή τουλάχιστον μια είναι μέλος μιας σχέσης \"{relation}\"."
+            "restriction": "Αυτές οι γραμμές δεν μπορούν να συγχωνευτούν επειδή τουλάχιστον μια είναι μέλος μιας σχέσης \"{relation}\".",
+            "incomplete_relation": "Αυτά τα χαρακτηριστικά δεν μπορούν να συγχωνευτούν επειδή δεν έχουν μεταφορτωθεί πλήρως."
         },
         "move": {
             "title": "Μετακίνηση",
                 "area": "Μετακινήθηκε μια περιοχή.",
                 "multiple": "Μετακινήθηκαν πολλαπλά αντικείμενα."
             },
-            "incomplete_relation": "Αυτό το χαρακτηριστικό δεν μπορεί να μετακινηθεί επειδή δεν έχει ληφθεί ολόκληρο."
+            "incomplete_relation": "Αυτό το χαρακτηριστικό δεν μπορεί να μετακινηθεί επειδή δεν έχει μεταφορτωθεί πλήρως.",
+            "connected_to_hidden": "Αυτό δεν μπορεί να μετακινηθεί επειδή είναι συνδεμένο με ένα κρυφό χαρακτηριστικό."
         },
         "rotate": {
             "title": "Περιστροφή",
             "annotation": {
                 "line": "Περιστράφηκε μια γραμμή.",
                 "area": "Περιστράφηκε μια περιοχή."
-            }
+            },
+            "connected_to_hidden": "Αυτό δεν μπορεί να περιστραφεί επειδή είναι συνδεμένο με ένα κρυφό χαρακτηριστικό."
         },
         "reverse": {
             "title": "Αντιστροφή",
             "title": "Διαχωρισμός",
             "description": {
                 "line": "Χωρίστε αυτή τη γραμμή στα δυο σε αυτόν τον κόμβο.",
-                "area": "Χωρίστε το όριο αυτής της περιοχής στα δύο."
+                "area": "Χωρίστε το όριο αυτής της περιοχής στα δύο.",
+                "multiple": "Χωρίστε τις γραμμές/όρια περιοχής σε αυτόν τον κόμβο στα δύο."
             },
             "key": "Χ",
             "annotation": {
                 "line": "Χωρίστε μια γραμμή.",
-                "area": "Χωρίστε ένα όριο περιοχής."
+                "area": "Χωρίστε ένα όριο περιοχής.",
+                "multiple": "Χωρίστε {n} γραμμές/όρια περιοχής."
             },
             "not_eligible": "Οι γραμμές δεν μπορούν να χωριστούν στην αρχή ή στο τέλος τους.",
-            "multiple_ways": "Υπάρχουν αρκετές γραμμές εδώ για χώρισμα."
+            "multiple_ways": "Υπάρχουν αρκετές γραμμές εδώ για χώρισμα.",
+            "connected_to_hidden": "Αυτό το χαρακτηριστικό δεν μπορεί να χωριστεί επειδή δεν έχει ληφθεί ολόκληρο."
+        },
+        "restriction": {
+            "help": {
+                "select": "Πατήστε για να επιλέξετε ένα τμήμα δρόμου.",
+                "toggle": "Πατήστε για να αλλάξετε τις απαγορεύσεις στροφών.",
+                "toggle_on": "Πατήστε για να προσθέσετε μια \"{restriction}\" απαγόρευση.",
+                "toggle_off": "Πατήστε για να αφαιρέσετε μια \"{restriction}\" απαγόρευση."
+            },
+            "annotation": {
+                "create": "Προστέθηκε μια απαγόρευση στροφής",
+                "delete": "Διαγράφηκε μια απαγόρευση στροφής"
+            }
         }
     },
     "undo": {
     "zoom_in_edit": "Μεγεθύνετε για να Επεξεργαστείτε",
     "logout": "Αποσύνδεση",
     "loading_auth": "Σύνδεση στο OpenStreetMap...",
-    "report_a_bug": "αναφορά σφάλματος",
+    "feature_info": {
+        "hidden_warning": "{count} κρυφά χαρακτηριστικά",
+        "hidden_details": "Αυτά τα χαρακτηριστικά είναι κρυφά αυτή τη στιγμή: {details}"
+    },
+    "status": {
+        "error": "Αδυναμία σύνδεσης στο API.",
+        "offline": "Το API είναι εκτός σύνδεσης. Παρακαλώ δοκιμάστε επεξεργασία αργότερα.",
+        "readonly": "Το API είναι μόνο-για-ανάγνωση. Θα χρειαστεί να περιμένετε για να αποθηκεύσετε τις αλλαγές σας."
+    },
     "commit": {
         "title": "Αποθήκευση Αλλαγών",
         "description_placeholder": "Σύντομη περιγραφή των συνεισφορών σας",
+        "message_label": "Σχόλιο αλλαγών",
         "upload_explanation": "ΟΙ αλλαγές που θα ανεβάσετε θα είναι ορατές σε όλους τους χάρτες που χρησιμοποιούν δεδομένα OpenStreetMap.",
-        "upload_explanation_with_user": "Î\9fÎ\99 αλλαγές που θα ανεβάσετε ως {user} θα είναι ορατές σε όλους τους χάρτες που χρησιμοποιούν δεδομένα OpenStreetMap.",
+        "upload_explanation_with_user": "Î\9fι αλλαγές που θα ανεβάσετε ως {user} θα είναι ορατές σε όλους τους χάρτες που χρησιμοποιούν δεδομένα OpenStreetMap.",
         "save": "Αποθήκευση",
         "cancel": "Ακύρωση",
+        "changes": "{count} Αλλαγές",
         "warnings": "Προειδοποιήσεις",
         "modified": "Τροποποιήθηκε",
         "deleted": "Διαγράφηκε",
         "list": "Επεξεργασίες από {users}",
         "truncated_list": "Επεξεργασίες από {users} και {count} άλλους"
     },
+    "infobox": {
+        "selected": "{n} επιλεγμένα",
+        "geometry": "Γεωμετρία",
+        "center": "Κέντρο",
+        "perimeter": "Περίμετρος",
+        "length": "Μήκος",
+        "area": "Περιοχή",
+        "location": "Τοποθεσία",
+        "metric": "Μετρικό",
+        "imperial": "Αγγλικό"
+    },
+    "geometry": {
+        "point": "σημείο",
+        "vertex": "κορυφή",
+        "line": "γραμμή",
+        "area": "περιοχή",
+        "relation": "σχέση"
+    },
     "geocoder": {
         "search": "Αναζήτηση παγκοσμίως...",
         "no_results_visible": "Χωρίς αποτελέσματα στην ορατή περιοχή χάρτη",
         "title": "Εμφάνισε την Τοποθεσία μου"
     },
     "inspector": {
-        "no_documentation_combination": "Δεν υπάρχει διαθέσιμη τεκμηρίωση για αυτόν τον συνδυασμό χαρακτηριστικών",
+        "no_documentation_combination": "Δεν υπάρχει διαθέσιμη τεκμηρίωση για αυτόν τον συνδυασμό ετικετών",
         "no_documentation_key": "Δεν υπάρχει διαθέσιμη τεκμηρίωση για αυτό το κλειδί",
         "show_more": "Εμφάνιση Περισσότερων",
         "view_on_osm": "Προβολή στο openstreetmap.org",
-        "all_tags": "Î\8cλα Ï\84α Ï\87αÏ\81ακÏ\84ηÏ\81ιÏ\83Ï\84ικά",
+        "all_tags": "Î\8cλεÏ\82 Î¿Î¹ ÎµÏ\84ικέÏ\84εÏ\82",
         "all_members": "Όλα τα μέλη",
         "all_relations": "Όλες οι σχέσεις",
-        "new_relation": "Νέα σχέση",
+        "new_relation": "Νέα σχέση...",
         "role": "Ρόλος",
         "choose": "Επιλογή τύπου χαρακτηριστικού",
         "results": "{n} αποτελέσματα για {search}",
         "search": "Αναζήτηση",
         "multiselect": "Επιλεγμένα αντικείμενα",
         "unknown": "Άγνωστο",
+        "incomplete": "<μη μεταφορτωμένο>",
         "feature_list": "Αναζήτηση χαρακτηριστικών",
         "edit": "Επεξεργασία χαρακτηριστικού",
+        "check": {
+            "yes": "Ναι",
+            "no": "Όχι"
+        },
         "none": "Κανένα",
         "node": "Κόμβος",
         "way": "Διαδρομή",
         "relation": "Σχέση",
-        "location": "Τοποθεσία"
+        "location": "Τοποθεσία",
+        "add_fields": "Προσθήκη πεδίου:"
     },
     "background": {
         "title": "Παρασκήνιο",
         "description": "Ρυθμίσεις παρασκηνίου",
         "percent_brightness": "{opacity}% φωτεινότητα",
         "none": "Κανένα",
-        "custom": "Προσαρμοσμένο",
+        "custom": "Εξατομικευμένο",
+        "custom_button": "Επεξεργασία εξατομικευμένου παρασκηνίου",
         "fix_misalignment": "Διόρθωση ευθυγράμμισης",
-        "reset": "Μηδενισμός"
+        "reset": "Μηδενισμός",
+        "minimap": {
+            "description": "Μικροχάρτης",
+            "tooltip": "Προβολή ενός χάρτη σε σμίκρυνση, για να σας βοηθήσει να εντοπίσετε την περιοχή που εμφανίζεται αυτή τη στιγμή."
+        }
+    },
+    "map_data": {
+        "title": "Δεδομένα Χάρτη",
+        "description": "Δεδομένα Χάρτη",
+        "map_features": "Χαρακτηριστικά Χάρτη"
     },
     "feature": {
+        "points": {
+            "description": "Σημεία",
+            "tooltip": "Σημεία Ενδιαφέροντος"
+        },
         "paths": {
-            "description": "Μονοπάτια"
+            "description": "Μονοπάτια",
+            "tooltip": "Πεζοδρόμια, Μονοπάτια Πεζών/Ποδηλάτων, κλπ."
         },
         "buildings": {
-            "description": "Κτίρια"
+            "description": "Κτίρια",
+            "tooltip": "Κτίρια, Καταφύγια, Γκαράζ, κλπ."
+        },
+        "water": {
+            "description": "Χαρακτηριστικά Νερού"
         },
         "rail": {
             "tooltip": "Σιδηρόδρομοι"
         },
+        "power": {
+            "description": "Χαρακτηριστικά Ισχύος",
+            "tooltip": "Γραμμές Μεταφοράς Ρεύματος, Μονάδες Ηλεκτροπαραγωγής, Υποσταθμοί, κλπ."
+        },
         "others": {
             "description": "Άλλα",
             "tooltip": "Όλα τα υπόλοιπα"
         "title": "Αποθήκευση",
         "help": "Αποθήκευση των αλλαγών στο OpenStreetMap, κάντε τες ορατές στου άλλους χρήστες.",
         "no_changes": "Δεν υπάρχουν αλλαγές για αποθήκευση.",
+        "unknown_error_details": "Παρακαλώ επιβεβαιώστε ότι είστε συνδεμένοι στο ίντερνετ.",
         "uploading": "Αποστολή αλλαγών στο OpenStreetMap.",
-        "unsaved_changes": "Έχετε μη αποθηκευμένες αλλαγές"
+        "unsaved_changes": "Έχετε μη αποθηκευμένες αλλαγές",
+        "conflict": {
+            "header": "Επίλυση επεξεργασιών σε διένεξη",
+            "count": "Διένεξη {num} από {total}",
+            "previous": "< Προηγούμενο",
+            "next": "Επόμενο >",
+            "delete": "Αφήστε Διαγραμμένο",
+            "download_changes": "Ή μεταφορτώστε τις αλλαγές σας.",
+            "done": "Όλες οι διενέξεις επιλύθηκαν!",
+            "help": "Κάποια άλλη χρήστρια/χρήστης άλλαξε μερικά από τα χαρακτηριστικά του χάρτη που αλλάξατε κι εσείς.\nΕπιλέξτε καθένα από τα παρακάτω αντικείμενα για περισσότερες λεπτομέρειες σχετικά με τη διένεξη, και επιλέξτε εάν θα κρατήσετε\nτις δικές σας αλλαγές ή τις αλλαγές της άλλης χρήστριας/χρήστη.\n"
+        }
+    },
+    "merge_remote_changes": {
+        "conflict": {
+            "deleted": "Αυτό το αντικείμενο έχει διαγραφεί από {user}.",
+            "location": "Αυτό το αντικείμενο μετακινήθηκε και από εσάς και από {user}.",
+            "nodelist": "Αλλάξανε κόμβοι και από εσάς και από {user}.",
+            "memberlist": "Αλλάξανε μέλη σχέσης και από εσάς και από {user}.",
+            "tags": "Αλλάξατε την ετικέτα <b>{tag}</b> σε \"{local}\" και η/ο {user} την άλλαξε σε \"{remote}\"."
+        }
     },
     "success": {
         "edited_osm": "Επεξεργαστήκατε τον OSM",
         "google": "Διαμοιρασμός στο Google+"
     },
     "confirm": {
-        "okay": "Εντάξει"
+        "okay": "Εντάξει",
+        "cancel": "Ακύρωση"
     },
     "splash": {
         "welcome": "Καλώς ήλθατε στον iD, επεξεργαστή για το OpenStreetMap",
         "used_with": "χρησιμοποιείται με {type}"
     },
     "validations": {
-        "untagged_point": "Σημείο χωρίς χαρακτηριστικά",
-        "untagged_line": "Γραμμή χωρίς χαρακτηριστικά",
-        "untagged_area": "Περιοχή χωρίς χαρακτηριστικά",
+        "untagged_point": "Σημείο χωρίς ετικέτα",
+        "untagged_line": "Γραμμή χωρίς ετικέτα",
+        "untagged_area": "Περιοχή χωρίς ετικέτα",
         "many_deletions": "Διαγράφετε {n} αντικείμενα. Είστε σίγουρος ότι θέλετε να το κάνετε αυτό; Αυτό θα τα διαγράψει από το χάρτη πού όλοι οι άλλοι βλέπουν στο openstreetmap.org.",
-        "tag_suggests_area": "Το χαρακτηριστικό {tag} προτείνει η γραμμή πρέπει να είναι περιοχή, αλλά δεν είναι περιοχή",
-        "deprecated_tags": "Παρωχημένα χαρακτηριστικά: {tags}"
+        "tag_suggests_area": "Η ετικέτα {tag} προτείνει ότι η γραμμή πρέπει να είναι περιοχή, αλλά δεν είναι περιοχή",
+        "untagged_point_tooltip": "Επιλέξτε ένα τύπο χαρακτηριστικού που περιγράφει τι είναι αυτό το σημείο.",
+        "untagged_line_tooltip": "Επιλέξτε ένα τύπο χαρακτηριστικού που περιγράφει τι είναι αυτή η γραμμή.",
+        "untagged_area_tooltip": "Επιλέξτε ένα τύπο χαρακτηριστικού που περιγράφει τι είναι αυτή η περιοχή.",
+        "deprecated_tags": "Παρωχημένες ετικέτες: {tags}"
     },
     "zoom": {
         "in": "Μεγέθυνση",
         "out": "Σμίκρυνση"
     },
     "cannot_zoom": "Δεν είναι δυνατή μεγαλύτερη σμίκρυνση στην τρέχουσα κατάσταση λειτουργίας.",
+    "full_screen": "Αλλάξτε σε Πλήρη Οθόνη",
     "gpx": {
         "local_layer": "Τοπικό αρχείο GPX",
         "zoom": "Εστίαση στο ίχνος GPX",
         "browse": "Εξερεύνηση για αρχείο .gpx"
     },
+    "mapillary": {
+        "tooltip": "Φωτογραφίες από το επίπεδο του δρόμου, από το Mapillary",
+        "view_on_mapillary": "Δείτε αυτή τη φωτογραφία στο Mapillary"
+    },
     "help": {
         "title": "Βοήθεια"
     },
             "header": "Η επικεφαλίδα μας δείχνει τον τύπο του χαρακτηριστικού."
         },
         "points": {
-            "title": "Σημεία"
+            "title": "Σημεία",
+            "describe": "Το σημείο είναι τώρα σημειωμένο σαν καφετέρια. Χρησιμοποιώντας τον επεξεργαστή χαρακτηριστικών, μπορούμε να προσθέσουμε περισσότερες πληροφορίες σχετικά με το χαρακτηριστικό. **Προσθέστε ένα όνομα**",
+            "close": "Ο επεξεργαστής χαρακτηριστικών μπορεί να κλείσει πατώντας στο κουμπί κλεισίματος. **Κλείστε τον επεξεργαστή χαρακτηριστικών**",
+            "fixname": "**Αλλάξτε το όνομα και κλείστε τον επεξεργαστή χαρακτηριστικών.**",
+            "reselect_delete": "Όλα τα χαρακτηριστικά στο χάρτη μπορούν να διαγραφούν. **Πατήστε στο σημείο που δημιουργήσατε.**"
         },
         "areas": {
             "title": "Περιοχές",
-            "search": "**Αναζήτηση για '{name}'.**"
+            "search": "**Αναζήτηση για '{name}'.**",
+            "choose": "** Επιλέξτε Παιδική Χαρά από τη λίστα.**",
+            "describe": "**Προσθέστε ένα όνομα, και κλείστε τον επεξεργαστή χαρακτηριστικών**"
         },
         "lines": {
-            "title": "Γραμμές"
+            "title": "Γραμμές",
+            "start": "**Αρχίστε τη γραμμή πατώντας στην άκρη του δρόμου.**",
+            "describe": "**Ονομάστε το δρόμο και κλείστε τον επεξεργαστή χαρακτηριστικών.**"
         },
         "startediting": {
             "title": "Εκκίνηση Επεξεργασίας",
+            "save": "Μην ξεχνάτε να σώζετε συχνά τις αλλαγές σας!",
             "start": "Αρχίστε να χαρτογραφείτε!"
         }
     },
                 "name": "Σιδηροδρομική Γραμμή"
             },
             "category-restriction": {
-                "name": "ΠεÏ\81ιοÏ\81ιÏ\83μÏ\8cÏ\82"
+                "name": "Î\91Ï\80αγÏ\8cÏ\81εÏ\85Ï\83η"
             },
             "category-road": {
                 "name": "Δρόμος"
         },
         "fields": {
             "access": {
+                "label": "Επιτρεπόμενη Πρόσβαση",
                 "options": {
                     "designated": {
                         "description": "Η πρόσβαση επιτρέπεται βάσει πινακίδων ή συγκεκριμένων τοπικών νόμων",
                         "description": "Η πρόσβαση επιτρέπεται μόνο για για να φτάσετε σε κάποιο προορισμό",
                         "title": "Προορισμός"
                     },
+                    "dismount": {
+                        "description": "Η πρόσβαση επιτρέπεται αλλά ο αναβάτης πρέπει να κατέβει."
+                    },
                     "no": {
                         "description": "Η πρόσβαση δεν επιτρέπεται στο ευρύ κοινό",
                         "title": "Απαγορεύεται"
                 }
             },
             "access_simple": {
+                "label": "Επιτρεπόμενη Πρόσβαση",
                 "placeholder": "ναι"
             },
             "access_toilets": {
                 "label": "Διεύθυνση",
                 "placeholders": {
                     "city": "Πόλη",
+                    "conscriptionnumber": "123",
                     "country": "Χώρα",
                     "hamlet": "Οικισμός",
                     "housename": "Όνομα Σπιτιού",
             "atm": {
                 "label": "ΑΤΜ"
             },
+            "backrest": {
+                "label": "Πλάτη"
+            },
             "barrier": {
                 "label": "Είδος"
             },
+            "bench": {
+                "label": "Παγκάκι"
+            },
             "bicycle_parking": {
                 "label": "Τύπος"
             },
             "construction": {
                 "label": "Είδος"
             },
+            "content": {
+                "label": "Περιεχόμενα"
+            },
             "country": {
                 "label": "Χώρα"
             },
             "cuisine": {
                 "label": "Κουζίνα"
             },
+            "cycleway": {
+                "label": "Ποδηλατολωρίδες",
+                "options": {
+                    "lane": {
+                        "description": "Ποδηλατολωρίδα χωρισμένη από την κίνηση αυτοκινήτων με ζωγραφισμένη γραμμή"
+                    },
+                    "shared_lane": {
+                        "description": "Ποδηλατολωρίδα χωρίς διαχωρισμό από την κίνηση αυτοκινήτων"
+                    }
+                },
+                "types": {
+                    "cycleway:left": "Αριστερή πλευρά",
+                    "cycleway:right": "Δεξιά πλευρά"
+                }
+            },
             "denomination": {
                 "label": "Δόγμα"
             },
             "fuel": {
                 "label": "Καύσιμο"
             },
+            "fuel/biodiesel": {
+                "label": "Πουλάει Βιοντίζελ"
+            },
+            "fuel/diesel": {
+                "label": "Πουλάει Ντίζελ"
+            },
+            "fuel/e10": {
+                "label": "Πουλάει Ε10"
+            },
+            "fuel/e85": {
+                "label": "Πουλάει Ε85"
+            },
+            "fuel/lpg": {
+                "label": "Πουλάει Προπάνιο"
+            },
+            "fuel/octane_100": {
+                "label": "Πουλάει Αγωνιστική Βενζίνη"
+            },
+            "fuel/octane_91": {
+                "label": "Πουλάει Απλή Βενζίνη"
+            },
+            "gender": {
+                "label": "Φύλο",
+                "placeholder": "Άγνωστο"
+            },
             "generator/method": {
                 "label": "Μέθοδος"
             },
                 "label": "Τύπος"
             },
             "golf_hole": {
-                "label": "Αναφορά"
+                "label": "Αναφορά",
+                "placeholder": "Αριθμός τρύπας (1-18)"
             },
             "handicap": {
                 "placeholder": "1-18"
             "historic": {
                 "label": "Είδος"
             },
+            "hoops": {
+                "placeholder": "1, 2, 4..."
+            },
             "iata": {
                 "label": "IATA"
             },
             "incline": {
                 "label": "Κλήση"
             },
+            "incline_steps": {
+                "label": "Κλίση",
+                "options": {
+                    "down": "Κάτω",
+                    "up": "Πάνω"
+                }
+            },
             "information": {
                 "label": "Είδος"
             },
                 "label": "Επίπεδα",
                 "placeholder": "2, 4, 6..."
             },
+            "lit": {
+                "label": "Φωτισμός"
+            },
             "location": {
                 "label": "Τοποθεσία"
             },
             "parking": {
                 "label": "Είδος",
                 "options": {
-                    "surface": "Επιφάνεια"
+                    "surface": "Επιφάνεια",
+                    "underground": "Υπόγειο"
                 }
             },
             "phone": {
             "railway": {
                 "label": "Είδος"
             },
+            "recycling/cans": {
+                "label": "Δέχεται Μεταλλικά Δοχεία"
+            },
+            "recycling/clothes": {
+                "label": "Δέχεται Ρούχα"
+            },
+            "recycling/glass": {
+                "label": "Δέχεται Γυαλί"
+            },
+            "recycling/glass_bottles": {
+                "label": "Δέχεται Γυάλινα Μπουκάλια"
+            },
+            "recycling/paper": {
+                "label": "Δέχεται Χαρτί"
+            },
+            "recycling/plastic": {
+                "label": "Δέχεται Πλαστικά"
+            },
+            "recycling/type": {
+                "label": "Είδος Ανακύκλωσης",
+                "options": {
+                    "centre": "Κέντρο Ανακύκλωσης",
+                    "container": "Container"
+                }
+            },
             "ref": {
                 "label": "Αναφορά"
             },
             "restriction": {
                 "label": "Είδος"
             },
+            "restrictions": {
+                "label": "Απαγορεύσεις Στροφών"
+            },
             "route": {
                 "label": "Είδος"
             },
             "service": {
                 "label": "Τύπος"
             },
+            "service/bicycle/chain_tool": {
+                "label": "Εξωλκέας Αλυσίδας",
+                "options": {
+                    "no": "Όχι",
+                    "yes": "Ναι"
+                }
+            },
+            "service/bicycle/pump": {
+                "label": "Τρόμπα Αέρος",
+                "options": {
+                    "no": "Όχι",
+                    "yes": "Ναι"
+                }
+            },
+            "service_rail": {
+                "options": {
+                    "crossover": "Σύνδεση Παραλλήλων Γραμμών"
+                }
+            },
             "shelter": {
                 "label": "Καταφύγιο"
             },
             "surface": {
                 "label": "Επιφάνεια"
             },
+            "takeaway": {
+                "options": {
+                    "no": "Όχι",
+                    "yes": "Ναι"
+                }
+            },
             "tourism": {
                 "label": "Τύπος"
             },
                 "name": "Μπαρ",
                 "terms": "Μπαρ, διασκέδαση, ποτά"
             },
+            "amenity/bbq": {
+                "name": "Ψησταριά",
+                "terms": "Μπάρμπεκιου, γκριλ"
+            },
             "amenity/bench": {
                 "name": "Παγκάκι",
                 "terms": "Παγκάκι"
                 "name": "Ενοικίαση Ποδηλάτων",
                 "terms": "Ενοικίαση ποδηλάτων"
             },
+            "amenity/bicycle_repair_station": {
+                "name": "Σταθμός Επισκευής Ποδηλάτων"
+            },
+            "amenity/biergarten": {
+                "name": "Κήπος Μπυραρίας"
+            },
             "amenity/boat_rental": {
                 "name": "Ενοικίαση Σκαφών"
             },
             "amenity/bureau_de_change": {
-                "name": "Î\91νÏ\84αλακÏ\84ήÏ\81ιο Î£Ï\85ναλάγματος"
+                "name": "Î\91νÏ\84αλλακÏ\84ήÏ\81ιο Î£Ï\85ναλλάγματος"
             },
             "amenity/bus_station": {
                 "name": "Σταθμός Λεωφορείων"
             },
             "amenity/cafe": {
                 "name": "Καφετέρια",
-                "terms": "Καφετέρια, Καφενείο"
+                "terms": "Καφετέρια, Καφενείο, Μπιστρό, Καφέ"
             },
             "amenity/car_rental": {
                 "name": "Ενοικίαση Αυτοκινήτων",
                 "name": "Πλυντήριο Αυτοκινήτων",
                 "terms": "Πληντήριο αυτοκινήτων"
             },
+            "amenity/casino": {
+                "name": "Καζίνο"
+            },
             "amenity/charging_station": {
                 "name": "Σταθμός Φόρτισης"
             },
             },
             "amenity/drinking_water": {
                 "name": "Πόσιμο Νερό",
-                "terms": "Πόσιμο νερό, Βρύση"
+                "terms": "Πόσιμο νερό, Βρύση, Ψύκτης, Ψύκτης Νερού, Πηγή"
             },
             "amenity/embassy": {
                 "name": "Πρεσβεία",
             },
             "amenity/fast_food": {
                 "name": "Ταχυφαγείο",
-                "terms": "Γρήγορο φαγητό, Πρόχειρο φαγητό"
+                "terms": "Γρήγορο φαγητό, Πρόχειρο φαγητό, Φαστφουντάδικο"
             },
             "amenity/fire_station": {
                 "name": "Πυροσβεστική",
             },
             "amenity/fountain": {
                 "name": "Συντριβάνι",
-                "terms": "Συντριβάνι"
+                "terms": "Συντριβάνι, Κρήνη"
             },
             "amenity/fuel": {
                 "name": "Βενζινάδικο",
                 "name": "Κοιμητήριο",
                 "terms": "Νεκροταφείο"
             },
+            "amenity/hospital": {
+                "name": "Χώρος Νοσοκομείου"
+            },
+            "amenity/kindergarten": {
+                "name": "Χώρος Νηπιαγωγείου/Παιδικού σταθμού",
+                "terms": "Νηπιαγωγείο, Βρεφονηπιακός σταθμός, Παιδικός σταθμός"
+            },
             "amenity/library": {
                 "name": "Βιβλιοθήκη",
                 "terms": "Βιβλιοθήκη"
                 "name": "Αγορά",
                 "terms": "Αγορά"
             },
+            "amenity/motorcycle_parking": {
+                "name": "Στάθμευση μοτοσυκλετών",
+                "terms": "Στάθμευση μοτοσικλετών, πάρκινγκ μοτοσυκλετών"
+            },
             "amenity/nightclub": {
                 "name": "Νυχτερινό Κέντρο"
             },
             "amenity/parking": {
-                "name": "Στάθμευση Αυτοκινήτων"
+                "name": "Στάθμευση Αυτοκινήτων",
+                "terms": "Πάρκινγκ Αυτοκινήτων, Γκαράζ Αυτοκινήτων"
+            },
+            "amenity/parking_entrance": {
+                "name": "Είσοδος/έξοδος στάθμευσης αυτοκινήτων ",
+                "terms": "Είσοδος/έξοδος γκαράζ, Είσοδος/έξοδος πάρκινγκ"
             },
             "amenity/pharmacy": {
                 "name": "Φαρμακείο",
                 "name": "Παμπ",
                 "terms": "Παμπ"
             },
+            "amenity/public_bookcase": {
+                "name": "Ανταλλακτική βιβλιοθήκη δρόμου"
+            },
             "amenity/recycling": {
                 "name": "Ανακύκλωση"
             },
+            "amenity/register_office": {
+                "name": "Ληξιαρχείο"
+            },
             "amenity/restaurant": {
                 "name": "Εστιατόριο",
-                "terms": "Εστιατόριο"
+                "terms": "Εστιατόριο, Ταβέρνα, Μεζεδοπωλείο, Μαγειρείο, Οινομαγειρείο"
+            },
+            "amenity/school": {
+                "name": "Χώρος Σχολείου"
             },
             "amenity/shelter": {
                 "name": "Στέγαστρο"
             },
+            "amenity/social_facility": {
+                "name": "Κοινωνική Μονάδα"
+            },
             "amenity/social_facility/homeless_shelter": {
                 "name": "Καταφύγιο Αστέγων"
             },
+            "amenity/studio": {
+                "name": "Στούντιο"
+            },
             "amenity/swimming_pool": {
                 "name": "Πισίνα",
                 "terms": "Πισίνα, Δεξαμενή κολύμβησης"
                 "name": "Δημαρχείο",
                 "terms": "Δημαρχείο"
             },
+            "amenity/university": {
+                "name": "Χώρος Πανεπιστημίου",
+                "terms": "Πανεπιστημιούπολη, Πανεπιστήμιο"
+            },
             "amenity/vending_machine": {
                 "name": "Μηχάνημα Αυτόματης Πώλησης",
                 "terms": "αυτόματος πωλητής"
                 "name": "Περιοχή",
                 "terms": "Περιοχή"
             },
+            "area/highway": {
+                "name": "Επιφάνεια Δρόμου"
+            },
             "barrier": {
                 "name": "Εμπόδιο",
                 "terms": "Φράχτης, Εμπόδιο"
                 "terms": "Μπάρα, Αναρτούμενη πύλη, όπως είναι στα διόδια"
             },
             "barrier/retaining_wall": {
-                "name": "Î\94ιαÏ\84ηÏ\81ηÏ\84έα Î¤ÎµÎ¯Ï\87η"
+                "name": "ΤοίÏ\87οÏ\82 Î\91νÏ\84ιÏ\83Ï\84ήÏ\81ιξηÏ\82"
             },
             "barrier/stile": {
                 "name": "Στύλος",
             "building/apartments": {
                 "name": "Διαμερίσματα"
             },
+            "building/barn": {
+                "name": "Αποθήκη αγροκτήματος",
+                "terms": "Σιταποθήκη, Αχυρώνας"
+            },
             "building/cathedral": {
                 "name": "Καθεδρικός"
             },
                 "terms": "Εμπορικό Κτήριο, Επαγγελματικό κτήριο"
             },
             "building/construction": {
-                "name": "Κτήριο Υπό Κατασκευή"
+                "name": "Κτίριο Υπό Κατασκευή",
+                "terms": "Κτήριο Υπό Κατασκευή"
+            },
+            "building/dormitory": {
+                "name": "Φοιτητική Εστία",
+                "terms": "Κοιτώνας"
             },
             "building/entrance": {
                 "name": "Είσοδος/Έξοδος"
                 "name": "Εργαστήριο",
                 "terms": "Γκαράζ"
             },
+            "building/greenhouse": {
+                "name": "Θερμοκήπιο"
+            },
             "building/hospital": {
-                "name": "Κτήριο Νοσοκομείου"
+                "name": "Κτίριο Νοσοκομείου",
+                "terms": "Κτήριο Νοσοκομείου"
             },
             "building/hotel": {
-                "name": "Κτήριο Ξενοδοχείου"
+                "name": "Κτίριο Ξενοδοχείου",
+                "terms": "Κτήριο Ξενοδοχείου"
             },
             "building/house": {
                 "name": "Σπίτι",
             },
             "building/hut": {
                 "name": "Καλύβα",
-                "terms": "Καλύβα"
+                "terms": "Καλύβα, Παράγκα"
             },
             "building/industrial": {
-                "name": "Î\92ιομηÏ\87ανικÏ\8c Î\9aÏ\84ήριο",
+                "name": "Î\92ιομηÏ\87ανικÏ\8c Î\9aÏ\84ίριο",
                 "terms": "Βιομηχανικό κτήριο"
             },
+            "building/kindergarten": {
+                "name": "Κτίριο Νηπιαγωγείου/Παιδικού σταθμού"
+            },
             "building/public": {
-                "name": "Δημόσιο κτήριο"
+                "name": "Δημόσιο Κτίριο",
+                "terms": "Δημόσιο Κτήριο"
             },
             "building/residential": {
                 "name": "Κτίριο Κατοικιών",
                 "name": "Στέγη"
             },
             "building/school": {
-                "name": "Κτήριο Σχολείου"
+                "name": "Κτήριο Σχολείου",
+                "terms": "Κτήριο Σχολείου"
+            },
+            "building/terrace": {
+                "name": "Ενωμένα Ομοιόμορφα Σπίτια"
             },
             "building/train_station": {
                 "name": "Σταθμός Τρένου"
             },
             "building/university": {
-                "name": "Κτήριο Πανεπιστημίου"
+                "name": "Κτίριο Πανεπιστημίου",
+                "terms": "Κτήριο Πανεπιστημίου"
             },
             "building/warehouse": {
                 "name": "Αποθήκη"
             "craft/boatbuilder": {
                 "name": "Ναυπηγός"
             },
+            "craft/bookbinder": {
+                "name": "Βιβλιοδέτης"
+            },
             "craft/brewery": {
                 "name": "Ζυθοποιείο",
                 "terms": "ζυθοποιός, ζυθοποιία"
                 "name": "Ωρολογοποιός",
                 "terms": "ρολογάς"
             },
+            "craft/confectionery": {
+                "name": "Ζαχαροπλαστείο"
+            },
             "craft/electrician": {
                 "name": "Ηλεκτρολόγος",
                 "terms": "ηλεκτροτεχνίτης"
             "craft/sawmill": {
                 "name": "Πριονιστήριο"
             },
+            "craft/scaffolder": {
+                "name": "Κατασκευαστής σκαλωσιών"
+            },
             "craft/sculpter": {
-                "name": "Î\93λÏ\85πτης"
+                "name": "Î\93λÏ\8dπτης"
             },
             "craft/shoemaker": {
                 "name": "Τσαγκάρης",
                 "name": "Ραφτική",
                 "terms": "ράφτης"
             },
+            "craft/tinsmith": {
+                "name": "Λευκοσιδηρουργός"
+            },
             "craft/watchmaker": {
                 "name": "Ωρολογοποιός"
             },
+            "craft/winery": {
+                "name": "Οινοποιείο"
+            },
             "embankment": {
                 "name": "Ανάχωμα"
             },
             "entrance": {
                 "name": "Είσοδος/Έξοδος"
             },
+            "footway/crossing": {
+                "name": "Διάβαση"
+            },
+            "footway/crosswalk": {
+                "name": "Διαγραμμισμένη Διάβαση Πεζών"
+            },
+            "footway/sidewalk": {
+                "name": "Πεζοδρόμιο"
+            },
             "ford": {
                 "name": "Κοιτόστρωση"
             },
                 "name": "Στάση Λεωφορείων",
                 "terms": "Στάση λεοφωρίου"
             },
+            "highway/crossing": {
+                "name": "Διάβαση"
+            },
+            "highway/crosswalk": {
+                "name": "Διαγραμμισμένη Διάβαση Πεζών"
+            },
             "highway/cycleway": {
                 "name": "Ποδηλατόδρομος",
                 "terms": "Διαδρομή ποδηλάτων, Ποδηλατόδρομος"
                 "name": "Κοιμητήριο",
                 "terms": "Νεκροταφείο"
             },
+            "landuse/commercial": {
+                "name": "Εμπορική Περιοχή"
+            },
             "landuse/construction": {
                 "name": "Κατασκευές",
                 "terms": "Κατασκευές"
                 "name": "Γρασίδι",
                 "terms": "Γρασίδι, Χορτάρι"
             },
+            "landuse/industrial": {
+                "name": "Βιομηχανική Περιοχή",
+                "terms": "Βιομηχανική Ζώνη"
+            },
             "landuse/meadow": {
                 "name": "Λιβάδι",
                 "terms": "Λιβάδι"
                 "name": "Γήπεδο Γκολφ",
                 "terms": "Γήπεδο γκολφ"
             },
+            "leisure/ice_rink": {
+                "name": "Παγοδρόμιο"
+            },
             "leisure/marina": {
                 "name": "Μαρίνα",
                 "terms": "Μαρίνα"
             },
+            "leisure/nature_reserve": {
+                "name": "Προστατευόμενος Βιότοπος"
+            },
             "leisure/park": {
                 "name": "Πάρκο",
                 "terms": "Πάρκο"
             },
+            "leisure/picnic_table": {
+                "name": "Τραπέζι Πικ Νικ",
+                "terms": "Τραπέζι Πικνίκ"
+            },
             "leisure/pitch": {
                 "name": "Γήπεδο",
                 "terms": "Γήπεδο"
             },
             "leisure/slipway": {
                 "name": "Γλύστρα",
-                "terms": "Γλίστρα"
+                "terms": "Γλίστρα, Νεωλκείο"
             },
             "leisure/sports_center": {
                 "name": "Αθλητικό Κέντρο / Γυμναστήριο"
                 "terms": "Αποβάθρα, Προβλήτα, Προκυμαία"
             },
             "man_made/pipeline": {
-                "name": "Σωλήνωση"
+                "name": "Σωλήνωση",
+                "terms": "Αγωγός"
+            },
+            "man_made/storage_tank": {
+                "name": "Δεξαμενή Αποθήκευσης"
             },
             "man_made/survey_point": {
                 "name": "Σημείο Επισκόπησης",
                 "terms": "Πύργος"
             },
             "man_made/wastewater_plant": {
-                "name": "Βιολογικός Καθαρισμός"
+                "name": "Βιολογικός Καθαρισμός",
+                "terms": "Εγκατάσταση Επεξεργασίας Λυμάτων"
             },
             "man_made/water_tower": {
                 "name": "Δεξαμενή Νερού",
-                "terms": "Πύργος νερού, Δεξαμενή"
+                "terms": "Πύργος νερού, Δεξαμενή, Πύργος Υδατοδεξαμενής"
+            },
+            "man_made/water_well": {
+                "name": "Πηγάδι"
             },
             "man_made/water_works": {
                 "name": "Υδραυλικά Έργα",
                 "name": "Παραλία",
                 "terms": "Παραλία"
             },
+            "natural/cave_entrance": {
+                "name": "Είσοδος Σπηλαίου",
+                "terms": "Είσοδος Σπηλιάς, Σπηλιά, Σπήλαιο"
+            },
             "natural/cliff": {
                 "name": "Γκρεμός",
                 "terms": "Γκρεμός"
                 "name": "Κορυφή",
                 "terms": "Κορυφή"
             },
+            "natural/saddle": {
+                "name": "Διάσελο",
+                "terms": "Αυχένας"
+            },
+            "natural/scree": {
+                "name": "Σάρα",
+                "terms": "Πλευρικά Κορήματα, Κολλούβιο"
+            },
             "natural/scrub": {
                 "name": "Θαμνότοπος"
             },
                 "name": "Δέντρο",
                 "terms": "Δέντρο"
             },
+            "natural/tree_row": {
+                "name": "Δεντροστοιχία"
+            },
+            "natural/volcano": {
+                "name": "Ηφαίστειο"
+            },
             "natural/water": {
                 "name": "Νερό",
                 "terms": "Νερό"
                 "name": "Αρχιτέκτονας",
                 "terms": "Πολιτικός μηχανικός"
             },
+            "office/company": {
+                "name": "Εταιρικό Γραφείο",
+                "terms": "Γραφείο Εταιρείας"
+            },
+            "office/educational_institution": {
+                "name": "Εκπαιδευτικό Ίδρυμα"
+            },
+            "office/employment_agency": {
+                "name": "Γραφείο Ευρέσεως Εργασίας",
+                "terms": "Γραφείο Εύρεσης Εργασίας"
+            },
             "office/estate_agent": {
                 "name": "Κτηματομεσιτικό Γραφείο",
                 "terms": "μεσιτικό γραφείο, μεσίτης"
             },
+            "office/government": {
+                "name": "Κυβερνητικό Γραφείο"
+            },
             "office/insurance": {
                 "name": "Ασφαλιστικό Γραφείο"
             },
             "office/ngo": {
                 "name": "Γραφείο ΜΚΟ"
             },
+            "office/physician": {
+                "name": "Γιατρός"
+            },
             "office/political_party": {
                 "name": "Πολιτικό Κόμμα"
             },
                 "name": "Υποσταθμός ",
                 "terms": "Υποσταθμός"
             },
+            "power/substation": {
+                "name": "Υποσταθμός"
+            },
             "power/tower": {
                 "name": "Κολόνα Υψηλής Τάσης",
                 "terms": "Πυλώνας Υψηλής Τάσης"
             },
             "railway/abandoned": {
                 "name": "Εγκαταλελειμμένη Σιδηροδρομική Γραμμή",
-                "terms": "Î\95γκαÏ\84αλελειμένοÏ\82 Ï\83ηδιρόδρομος"
+                "terms": "Î\95γκαÏ\84αλελειμμένοÏ\82 Ï\83ιδηρόδρομος"
             },
             "railway/disused": {
                 "name": "Σιδηροτροχιά εκτός Χρήσης"
             },
+            "railway/level_crossing": {
+                "name": "Σιδηροδρομική Διάβαση"
+            },
+            "railway/narrow_gauge": {
+                "name": "Σιδηροτροχιά Στενού Εύρους"
+            },
             "railway/platform": {
                 "name": "Σιδηροδρομική Αποβάθρα",
                 "terms": "Σιδηροδρομική αποβάθρα"
                 "name": "Κάβα Ποτών",
                 "terms": "Κατάστημα ποτών, Κάβα"
             },
+            "shop/art": {
+                "name": "Γκαλερί Τέχνης",
+                "terms": "Πινακοθήκη"
+            },
+            "shop/baby_goods": {
+                "name": "Κατάστημα Βρεφικών Ειδών"
+            },
             "shop/bakery": {
                 "name": "Αρτοποιείο",
                 "terms": "Αρτοποιείο, Φούρνος"
                 "name": "Κατάστημα Ποδηλάτων",
                 "terms": "Ποδηλατάδικο, Κατάστημα ποδηλάτων"
             },
+            "shop/books": {
+                "name": "Βιβλιοπωλείο",
+                "terms": "Παλαιοβιβλιοπωλείο"
+            },
             "shop/boutique": {
                 "name": "Μπουτίκ",
                 "terms": "Μπουτίκ"
                 "name": "Παντοπωλείο",
                 "terms": "Ψιλικατζίδικο, Παντοπολείο"
             },
+            "shop/dairy": {
+                "name": "Γαλακτοπωλείο"
+            },
             "shop/deli": {
                 "name": "Ντελικατέσεν",
                 "terms": "Εκλεκτά τρόφιμα, Μεζεδοπωλείο, Ντελικατέσεν"
                 "name": "Κατάστημα ιδιοκατασκευών",
                 "terms": "Φτιάξτο μόνος σου, Κατάστημα Ιδιοκατασκευών"
             },
+            "shop/dry_cleaning": {
+                "name": "Στεγνοκαθαριστήριο"
+            },
             "shop/electronics": {
                 "name": "Κατάστημα Ηλεκτρονικών",
                 "terms": "Κατάστημα ηλεκτρονικών"
             "shop/furniture": {
                 "name": "Κατάστημα Επίπλων"
             },
+            "shop/garden_centre": {
+                "terms": "Φυτώριο"
+            },
             "shop/gift": {
                 "name": "Κατάστημα Δώρων",
                 "terms": "Κατάστημα δώρων"
             },
             "shop/music": {
                 "name": "Κατάστημα Μουσικής",
-                "terms": "Κατάστημα μουσικής"
+                "terms": "Κατάστημα μουσικής, Δισκοπωλείο"
             },
             "shop/optician": {
                 "name": "Οπτικός",
             "shop/tailor": {
                 "name": "Ράφτης"
             },
+            "shop/tattoo": {
+                "name": "Στούντιο Τατουάζ",
+                "terms": "Τατουατζίδικο"
+            },
             "shop/toys": {
                 "name": "Κατάστημα Παιχνιδιών",
                 "terms": "Κατάστημα παιχνιδιών"
                 "name": "Βιντεοκλάμπ",
                 "terms": "Βιντεοκλάμπ"
             },
+            "shop/video_games": {
+                "name": "Μαγαζί Βιντεοπαιχνιδιών"
+            },
             "tourism": {
                 "name": "Τουρισμός",
                 "terms": "Τουρισμός"
                 "terms": "Μουσείο"
             },
             "tourism/picnic_site": {
-                "name": "Χώρος πικ νικ",
-                "terms": "Χώρος εκδρομής, Χώρος πικ νικ"
+                "name": "Χώρος Πικ νικ",
+                "terms": "Χώρος εκδρομής, Χώρος Πικνίκ"
             },
             "tourism/theme_park": {
                 "name": "Πάρκο Ψυχαγωγίας",
                 "name": "Ζωολογικός Κήπος",
                 "terms": "Ζωολογικός κήπος"
             },
+            "traffic_calming/bump": {
+                "name": "Σαμαράκι",
+                "terms": "Μειωτής Ταχύτητας"
+            },
             "type/boundary": {
                 "name": "Όριο",
                 "terms": "Όριο, Σύνορο"
                 "terms": "Πολύγωνο, Πολύ-πολύγωνο"
             },
             "type/restriction": {
-                "name": "ΠεÏ\81ιοÏ\81ιÏ\83μÏ\8cÏ\82",
+                "name": "Î\91Ï\80αγÏ\8cÏ\81εÏ\85Ï\83η",
                 "terms": "Περιορισμός"
             },
             "type/restriction/no_left_turn": {
             "waterway/drain": {
                 "name": "Οχετός"
             },
+            "waterway/fuel": {
+                "name": "Πρατήριο Καυσίμων Λιμένα"
+            },
             "waterway/river": {
                 "name": "Ποταμός",
                 "terms": "Ποτάμι"
index b977095302da32e949cd8bba6f00473e034ec078..b9dcb39a9d1d899e677f3779c6d7d46528782d3e 100644 (file)
             "highway/bridleway": {
                 "name": "Bridleway"
             },
+            "landuse/allotments": {
+                "name": "Allotments"
+            },
             "leisure/pitch/baseball": {
                 "name": "Baseball"
             },
index 7fdbb96b037d1e10cda06f64958057f49c1e5fc5..4d1bada0f841be1c47d71cb3ee132a06e997f2eb 100644 (file)
             "not_eligible": "These features can't be merged.",
             "not_adjacent": "These lines can't be merged because they aren't connected.",
             "restriction": "These lines can't be merged because at least one is a member of a \"{relation}\" relation.",
-            "incomplete_relation": "These features can't be merged because at least one hasn't been fully downloaded."
+            "incomplete_relation": "These features can't be merged because at least one hasn't been fully downloaded.",
+            "conflicting_tags": "These lines can't be merged because some of their tags have conflicting values."
         },
         "move": {
             "title": "Move",
     "zoom_in_edit": "Zoom in to Edit",
     "logout": "logout",
     "loading_auth": "Connecting to OpenStreetMap...",
-    "report_a_bug": "report a bug",
+    "report_a_bug": "Report a bug",
+    "help_translate": "Help translate",
     "feature_info": {
         "hidden_warning": "{count} hidden features",
         "hidden_details": "These features are currently hidden: {details}"
                     "grade5": "Soft: soil/sand/grass"
                 }
             },
+            "traffic_signals": {
+                "label": "Type"
+            },
             "trail_visibility": {
                 "label": "Trail Visibility",
                 "placeholder": "Excellent, Good, Bad...",
                 "name": "Marketplace",
                 "terms": ""
             },
+            "amenity/motorcycle_parking": {
+                "name": "Motorcycle Parking",
+                "terms": ""
+            },
             "amenity/nightclub": {
                 "name": "Nightclub",
                 "terms": "disco*,night club,dancing,dance club"
                 "terms": ""
             },
             "building/detached": {
-                "name": "Detached Home",
-                "terms": ""
+                "name": "Detached House",
+                "terms": "home,single,family,residence,dwelling"
             },
             "building/dormitory": {
                 "name": "Dormitory",
             },
             "building/house": {
                 "name": "House",
-                "terms": ""
+                "terms": "home,family,residence,dwelling"
             },
             "building/hut": {
                 "name": "Hut",
                 "name": "School Building",
                 "terms": "academy,elementary school,middle school,high school"
             },
+            "building/semidetached_house": {
+                "name": "Semi-Detached House",
+                "terms": "home,double,duplex,twin,family,residence,dwelling"
+            },
             "building/shed": {
                 "name": "Shed",
                 "terms": ""
             },
             "building/terrace": {
                 "name": "Row Houses",
-                "terms": ""
+                "terms": "home,terrace,brownstone,family,residence,dwelling"
             },
             "building/train_station": {
                 "name": "Train Station",
                 "terms": ""
             },
             "landuse/allotments": {
-                "name": "Allotments",
-                "terms": ""
+                "name": "Community Garden",
+                "terms": "allotment,garden"
             },
             "landuse/basin": {
                 "name": "Basin",
                 "name": "Basketball Court",
                 "terms": ""
             },
+            "leisure/pitch/rugby_league": {
+                "name": "Rugby League Field",
+                "terms": ""
+            },
+            "leisure/pitch/rugby_union": {
+                "name": "Rugby Union Field",
+                "terms": ""
+            },
             "leisure/pitch/skateboard": {
                 "name": "Skate Park",
                 "terms": ""
                 "name": "Bunker",
                 "terms": ""
             },
+            "military/checkpoint": {
+                "name": "Checkpoint",
+                "terms": ""
+            },
+            "military/danger_area": {
+                "name": "Danger Area",
+                "terms": ""
+            },
+            "military/naval_base": {
+                "name": "Naval Base",
+                "terms": ""
+            },
+            "military/obstacle_course": {
+                "name": "Obstacle Course",
+                "terms": ""
+            },
             "military/range": {
                 "name": "Military Range",
                 "terms": ""
             },
+            "military/training_area": {
+                "name": "Training area",
+                "terms": ""
+            },
             "natural": {
                 "name": "Natural",
                 "terms": ""
index e5cc3953e70eab4fbe91b16b80c8b34e8c28acad..058da66822a594aaa9edc1fb7a05709c9d174400 100644 (file)
@@ -2,17 +2,17 @@
     "modes": {
         "add_area": {
             "title": "Área",
-            "description": "Agregar parques, edificios, lagos u otras zonas en el mapa",
+            "description": "Añade parques, edificios, lagos u otras zonas al mapa.",
             "tail": "Haga clic en el mapa para empezar a dibujar un área, como un parque, lago o edificio."
         },
         "add_line": {
             "title": "Línea",
-            "description": "Las líneas pueden ser autopistas, calles, pasos peatonales o canales.",
-            "tail": "Haga clic en el mapa para empezar a dibujar una calle, camino o ruta."
+            "description": "Añade carreteras, calles, pasos peatonales, canales u otras líneas al mapa.",
+            "tail": "Haga clic en el mapa para empezar a dibujar un camino, senda o ruta."
         },
         "add_point": {
             "title": "Punto",
-            "description": "Añadir restaurantes, monumentos, buzones postales u otros puntos al mapa.",
+            "description": "Añade restaurantes, monumentos, buzones postales u otros puntos al mapa.",
             "tail": "Haga clic en el mapa para añadir un punto."
         },
         "browse": {
@@ -44,8 +44,8 @@
             "key": "A",
             "title": "Continuar",
             "description": "Continuar esta línea.",
-            "not_eligible": "Aquí no se pueden continuar líneas",
-            "multiple": "Varias líneas pueden continuar aquí. Para seleccionar una, presione la tecla \"Shift\" y haga click en una línea para seleccionarla.",
+            "not_eligible": "Aquí no se pueden continuar líneas.",
+            "multiple": "Varias líneas pueden continuar aquí. Para seleccionar una línea, presione la tecla \"Shift\" y haga clic en una línea para seleccionarla.",
             "annotation": {
                 "line": "Línea continuada.",
                 "area": "Área continuada."
         "circularize": {
             "title": "Redondear",
             "description": {
-                "line": "Redondear línea",
-                "area": "Redondear área."
+                "line": "Hace circular esta línea.",
+                "area": "Hace circular esta área."
             },
             "key": "O",
             "annotation": {
-                "line": "Redondear línea.",
-                "area": "Redondear área."
+                "line": "Hace circular una línea.",
+                "area": "Hace circular un área."
             },
-            "not_closed": "Esto no se puede redondear porque no es un bucle.",
+            "not_closed": "Esto no se puede redondear porque no es un círculo.",
             "too_large": "Esto no se puede redondear porque no está completamente visible.",
             "connected_to_hidden": "Esto no se puede redondear porque está conectado a un elemento oculto."
         },
                 "relation": "Relación eliminada.",
                 "multiple": "{n} objetos eliminados."
             },
-            "incomplete_relation": "Está característica no puede ser borrada porque no se ha descargado completamente.",
-            "part_of_relation": "Esta característica no puede ser eliminada porque es parte de una relación más grande. Usted debe quitarla de la relación primero.",
-            "connected_to_hidden": "Esto no puede ser borrado porque está conectado a una característica oculta."
+            "incomplete_relation": "Este elemento no se puede eliminar porque no se ha descargado completamente.",
+            "part_of_relation": "Este elemento no se puede eliminar porque es parte de una relación más amplia. Debe quitarlo de la relación primero.",
+            "connected_to_hidden": "Esto no se puede eliminar porque está conectado a un elemento oculto."
         },
         "add_member": {
             "annotation": "Añadir un miembro a la relación."
         },
         "delete_member": {
-            "annotation": "Quitar un miembro de una relación."
+            "annotation": "Quitado un miembro de una relación."
         },
         "connect": {
             "annotation": {
             "description": "Combinar líneas.",
             "key": "C",
             "annotation": "{n} líneas combinadas.",
-            "not_eligible": "Estas características no pueden ser combinadas.",
-            "not_adjacent": "Estas líneas no pueden ser fusionadas porque no están conectadas",
+            "not_eligible": "Estos elementos no pueden ser combinados.",
+            "not_adjacent": "Estas líneas no pueden ser combinadas porque no están conectadas.",
             "restriction": "Estas líneas no se pueden combinar porque al menos una es miembro de una relación de \"{relation}\".",
-            "incomplete_relation": "Estas características no pueden ser combinadas porque al menos una no ha sido descargado por completo."
+            "incomplete_relation": "Estos elementos no pueden ser combinados porque al menos uno no ha sido descargado por completo.",
+            "conflicting_tags": "Estas líneas no pueden ser combinadas porque algunas de sus etiquetas tienen conflictos en sus valores."
         },
         "move": {
             "title": "Mover",
         },
         "restriction": {
             "help": {
-                "select": "Haga click para seleccionar un segmento de la vía",
+                "select": "Haga clic para seleccionar un segmento de la vía.",
                 "toggle": "Haga clic para activar o desactivar las restricciones de giro.",
                 "toggle_on": "Haga clic para añadir una restricción  de \"{restriction}\"",
-                "toggle_off": "Haga clic para eliminar la restricción  de \"{restriction}\""
+                "toggle_off": "Haga clic para quitar la restricción «{restriction}»"
             },
             "annotation": {
                 "create": "Restricción de giro añadida",
         "localized_translation_language": "Elegir idioma",
         "localized_translation_name": "Nombre"
     },
-    "zoom_in_edit": "Zoom para editar",
+    "zoom_in_edit": "Acercar para editar",
     "logout": "Cerrar sesión",
     "loading_auth": "Conectando a OpenStreetMap...",
-    "report_a_bug": "Informar de un error",
+    "report_a_bug": "Reportar un error",
+    "help_translate": "Ayude a traducir",
     "feature_info": {
-        "hidden_warning": "{count} características ocultas",
-        "hidden_details": "Estas características actualmente están ocultas: {details}"
+        "hidden_warning": "{count} elementos ocultos",
+        "hidden_details": "Estos elementos actualmente están ocultos: {details}"
     },
     "status": {
         "error": "No se puede conectar con la API.",
         "changes": "{count} Cambios",
         "warnings": "Avisos",
         "modified": "Modificado",
-        "deleted": "Borrado",
+        "deleted": "Eliminado",
         "created": "Creado"
     },
     "contributors": {
         "multiselect": "Elementos seleccionados",
         "unknown": "Desconocido",
         "incomplete": "<no descargado>",
-        "feature_list": "Buscar características",
+        "feature_list": "Buscar elementos",
         "edit": "Editar elemento",
         "check": {
             "yes": "Si",
     },
     "background": {
         "title": "Fondo",
-        "description": "Configuración del fondo",
+        "description": "Ajustes del fondo",
         "percent_brightness": "{opacity}% brillo",
         "none": "Ninguno",
         "custom": "Personalizado",
         }
     },
     "map_data": {
-        "title": "Datos de mapa",
-        "description": "Datos de mapa",
+        "title": "Datos del mapa",
+        "description": "Datos del mapa",
         "data_layers": "Capas de datos",
         "fill_area": "Pintar las áreas",
-        "map_features": "Características del mapa",
-        "autohidden": "Estas características se han ocultado automáticamente porque existen demasiadas mostradas en la pantalla. Puede acercarse para editarlos."
+        "map_features": "Elementos del mapa",
+        "autohidden": "Estos elementos se han ocultado automáticamente porque se mostrarían demasiados en pantalla. Puede acercarse para editarlos."
     },
     "feature": {
         "points": {
         },
         "minor_roads": {
             "description": "Carreteras secundarias",
-            "tooltip": "Vías de servicio, pistas, caminos, calles de aparcamiento, etc"
+            "tooltip": "Vías de servicio, pasillos de aparcamiento, pistas, etc."
         },
         "paths": {
             "description": "Senderos",
             "tooltip": "Edificios, garajes, cobertizos, etc."
         },
         "landuse": {
-            "description": "Características de usos del suelo",
+            "description": "Elementos de uso del suelo",
             "tooltip": "Bosques, explotaciones agropecuarias, parques, zonas residenciales o comerciales, etc."
         },
         "boundaries": {
             "tooltip": "Límites administrativos"
         },
         "water": {
-            "description": "Características de agua",
+            "description": "Elementos de agua",
             "tooltip": "Ríos, lagos, embalses, estanques, láminas de agua, etc."
         },
         "rail": {
-            "description": "Características ferroviarias",
+            "description": "Elementos ferroviarios",
             "tooltip": "Ferrocarriles"
         },
         "power": {
-            "description": "Características de energía",
+            "description": "Elementos de energía",
             "tooltip": "Líneas eléctricas, plantas de energía, subestaciones, etc."
         },
         "past_future": {
             "keep_local": "Mantener el mío",
             "keep_remote": "Usar el suyo",
             "restore": "Restaurar",
-            "delete": "Dejar borrado",
+            "delete": "Dejar eliminado",
             "download_changes": "O descargar tus cambios.",
             "done": "¡Todos los conflictos resueltos!",
-            "help": "Otro usuario cambió algunas de las mismas características del mapa que cambió.\nHaga clic en cada ítem para más detalles sobre el conflicto, y elija si desea mantener\nsus cambios o los cambios de los otros usuarios.\n"
+            "help": "Otro usuario cambió algunos de los mismos elementos del mapa que cambió.\nHaga clic en cada ítem para ver más detalles sobre el conflicto, y elija si desea mantener\nsus cambios o los cambios de los otros usuarios.\n"
         }
     },
     "merge_remote_changes": {
         "conflict": {
-            "deleted": "Este objeto ha sido borrado por {user}.",
+            "deleted": "Este objeto ha sido eliminado por {user}.",
             "location": "Este objeto fue movido por ambos, usted y {user}.",
             "nodelist": "Los nodos fueron cambiados por ambos, usted y {user}.",
             "memberlist": "Los miembros de la relación fueron cambiados por ambos, usted y {user}.",
         "facebook": "Compartir en Facebook",
         "twitter": "Compartir en Twitter",
         "google": "Compartir en Google+",
-        "help_html": "Los cambios deben aparecer en la capa «Estándar» en pocos minutos. Otras capas, y ciertas características, podría tomar más tiempo\n(<a href='https://help.openstreetmap.org/questions/4705/why-havent-my-changes-appeared-on-the-map' target='_blank'>ver detalles</a>).\n"
+        "help_html": "Los cambios deben aparecer en la capa «Estándar» en pocos minutos. Otras capas, y ciertos elementos, podrían tomar más tiempo\n(<a href='https://help.openstreetmap.org/questions/4705/why-havent-my-changes-appeared-on-the-map' target='_blank'>ver detalles</a>).\n"
     },
     "confirm": {
         "okay": "De acuerdo",
     "splash": {
         "welcome": "Bienvenido al editor iD de OpenStreetMap",
         "text": "iD es una herramienta amigable pero potente para contribuir al mejor mapa libre del mundo. Esta es la versión {version}. Para obtener más información consulte {website} e informe de errores en {github}.",
-        "walkthrough": "Iniciar la guía",
+        "walkthrough": "Iniciar el recorrido",
         "start": "Editar ahora"
     },
     "source_switch": {
         "untagged_area": "Área sin etiquetar",
         "many_deletions": "Está eliminando {n} objetos. ¿Está seguro que quiere hacer esto? Esto eliminará del mapa que todo el mundo ve en openstreetmap.org.",
         "tag_suggests_area": "La etiqueta {tag} sugiere que esta línea debería ser una área, pero no es un área",
-        "untagged_point_tooltip": "Seleccione un tipo de característica que describa lo que es este punto.",
-        "untagged_line_tooltip": "Seleccione un tipo de característica que describa lo que es esta línea.",
-        "untagged_area_tooltip": "Seleccione un tipo de característica que describa lo que es esta área.",
+        "untagged_point_tooltip": "Seleccione un tipo de elemento que describa lo que es este punto.",
+        "untagged_line_tooltip": "Seleccione un tipo de elemento que describa lo que es esta línea.",
+        "untagged_area_tooltip": "Seleccione un tipo de elemento que describa lo que es esta área.",
         "deprecated_tags": "Etiquetas obsoletas: {tags}"
     },
     "zoom": {
     "help": {
         "title": "Ayuda",
         "help": "# Ayuda\n\nEste es un editor para [OpenStreetMap](http://www.openstreetmap.org/), el\nmapa libre y editable del mundo. Se puede utilizar para agregar y actualizar\ndatos en su área, haciendo el mapa de fuente abierto y de datos abiertos del mundo\nmejor para todos.\n\nLas ediciones que realice en este mapa serán visible a todos los que usen\nOpenStreetMap. Con el fin de hacer una edición, tendrá que\n[Iniciar sesión](https://www.openstreetmap.org/login).\n\n\nEl [editor iD](http://ideditor.com/) es un proyecto colaborativo con [código\nfuente disponible en GitHub](https://github.com/openstreetmap/iD).\n",
-        "editing_saving": "# Editar & Guardar\n\nEste editor está diseñado para trabajar en línea principalmente, y en estos\nmomentos esta accediendo a través de un sitio web.\n\n### Seleccionar características\n\nPara seleccionar una característica del mapa, como una carretera o un punto de\ninterés, haga clic sobre ella en el mapa. Esto resaltará el elemento seleccionado,\nabriendo un panel con sus detalles, y mostrará un menú de cosas que puedes\nhacer con ese elemento.\n\nPara seleccionar múltiples elementos, mantenga pulsada la tecla 'Mayús'. Luego\nhaga clic en las características que desea seleccionar o arrastre en el mapa para\ndibujar un rectángulo. Esto dibujará una caja y seleccionará todos los puntos\ndentro de ella.\n\n### Guardar ediciones\n\nCuando haga cambios como editar carreteras, edificios o lugares, estos se\nalmacenan localmente en su ordenador hasta que los guarde en el servidor.\nNo se preocupe si comete un error - puede deshacer los cambios haciendo\nclic en el botón 'Deshacer', y rehacerlos haciendo clic en el botón 'Rehacer'.\n\nHaga clic en 'Guardar' para finalizar un grupo de ediciones - por ejemplo, si ha\ncompletado una zona de la ciudad y quisiera empezar en un área nueva. Tendrá\nla oportunidad de revisar lo que ha hecho, y el editor proporciona avisos y\nsugerencias útiles si algo parece no ser correcto en los cambios.\n\nSi ve que todo es correcto, puede escribir un breve comentario explicando el\ncambio que ha hecho, y haga clic en 'Guardar' de nuevo para registrar los\ncambios en [OpenStreetMap.org](http://www.openstreetmap.org/), donde serán\nvisibles para todos los demás usuarios y estarán disponible para que otros\npuedan seguir construyendo y mejorando el mapa.\n\nSi no puede terminar sus ediciones en una sola sesión, puede dejar la ventana\ndel editor y volver más tarde (al mismo navegador y ordenador), y el editor le\npermitirá retomar su trabajo.\n\n### Uso del editor\n\nUna lista de métodos abreviados de teclado disponibles puede encontrarse [aquí](http://wiki.openstreetmap.org/wiki/ID/Shortcuts).\n",
+        "editing_saving": "# Editar y guardar\n\nEste editor está diseñado para trabajar en línea principalmente, y en estos\nmomentos esta accediendo a través de un sitio web.\n\n### Seleccionar elementos\n\nPara seleccionar un elemento del mapa, como una carretera o un punto de\ninterés, haga clic sobre el en el mapa. Esto resaltará el elemento seleccionado,\nabriendo un panel con sus detalles, y mostrará un menú de cosas que puedes\nhacer con ese elemento.\n\nPara seleccionar múltiples elementos, mantenga pulsada la tecla 'Mayús'. Luego\nhaga clic en los elementos que desea seleccionar o arrastre en el mapa para\ndibujar un rectángulo. Esto dibujará una caja y seleccionará todos los puntos\ndentro de ella.\n\n### Guardar ediciones\n\nCuando haga cambios como editar carreteras, edificios o lugares, estos se\nalmacenan localmente en su ordenador hasta que los guarde en el servidor.\nNo se preocupe si comete un error - puede deshacer los cambios haciendo\nclic en el botón 'Deshacer', y rehacerlos haciendo clic en el botón 'Rehacer'.\n\nHaga clic en 'Guardar' para finalizar un grupo de ediciones - por ejemplo, si ha\ncompletado una zona de la ciudad y quisiera empezar en un área nueva. Tendrá\nla oportunidad de revisar lo que ha hecho, y el editor proporciona avisos y\nsugerencias útiles si algo parece no ser correcto en los cambios.\n\nSi ve que todo es correcto, puede escribir un breve comentario explicando el\ncambio que ha hecho, y haga clic en 'Guardar' de nuevo para registrar los\ncambios en [OpenStreetMap.org](http://www.openstreetmap.org/), donde serán\nvisibles para todos los demás usuarios y estarán disponible para que otros\npuedan seguir construyendo y mejorando el mapa.\n\nSi no puede terminar sus ediciones en una sola sesión, puede dejar la ventana\ndel editor y volver más tarde (al mismo navegador y ordenador), y el editor le\npermitirá retomar su trabajo.\n\n### Uso del editor\n\nUna lista de métodos abreviados de teclado disponibles puede encontrarse [aquí](http://wiki.openstreetmap.org/wiki/ID/Shortcuts).\n",
         "roads": "# Carreteras\n\nPuede crear, corregir y borrar carreteras con este editor. Las vías pueden ser de todas las clases: caminos, carreteras, senderos, ciclovías, etc. A cualquier línea dibujada en el mapa se le debe indicar el tipo de elemento lineal que es.\n\n### Seleccionar\n\nHaga clic sobre una vía para seleccionarla. Verá sobre ella como se visualiza su esquema, formada por nodos y segmentos, junto con un menú de herramientas que aparece sobre el mapa y una barra lateral que muestra más información sobre la vía.\n\n### Modificar\n\nA menudo verá viales que no están alineados correctamente con la imagen aérea de fondo o con la traza GPS. Puede ajustar esas vías para situarlas en el lugar exacto.\n\nPrimero haga clic sobre la vía que desea cambiar. Esto la resaltará y mostrará los nodos o puntos de control a lo largo de la vía que la forman. A continuación simplemente arrastre esos puntos a la posición correcta. Si desea añadir nuevos puntos de control para dibujar la carretera con mayor detalle haga doble clic sobre la parte de la vía donde quiere añadir el nuevo nodo y este será creado en la vía. \n\nSi la vía conecta con otra carretera o camino pero esta conexión no aparece correctamente en el mapa puede arrastrar uno de los puntos de la vía hasta la otra carretera y se unirá automáticamente a ella mediante un nodo común. Es muy importante tener las carreteras conectadas en el mapa, ya que es esencial para proporcionar instrucciones correctas para la conducción si queremos que la cartografía se útil, por ejemplo, para los navegadores GPS.\n\n### Eliminar\n\nSi un camino es totalmente incorrecto -ha observado que no aparece en las imágenes de satélite y de manera ideal lo ha confirmado en campo- puede eliminarlo, lo cual lo borrará del mapa. Sea precavido al eliminar elementos del mapa. Como cualquier otra edición que haga este cambio será visto por todo el mundo y las imágenes de satélite a menudo no están actualizadas, por lo que una carretera que no existe en ellas pero sí en el mapa simplemente puede aparecer porque es de reciente construcción y otro usuario la ha añadido. \n\n### Crear\n\n¿Ha encontrado un lugar donde debería existir una carretera pero no aparece? Haga clic con el ratón sobre el icono 'Línea' situado en la parte superior izquierda del editor o simplemente presione la tecla '2'  de su teclado que es el acceso rápido para comenzar a dibujar una línea. \n\nHaga clic sobre el mapa en el inicio de la carretera para comenzar a dibujar. Si la vía se ramifica a partir de una carretera ya existente empiece haciendo clic sobre el lugar donde ambas conectan.\n\nHaga clic en puntos a lo largo de la vía para definir el trazado correcto de la carretera. La densidad de puntos dependerá de la complejidad del recorrido, por lo que es aconsejable dibujar desde un nivel de zoom apropiado. Si la vía que está dibujando atraviesa otra carretera conéctela con esta haciendo clic sobre el punto de intersección. Una vez haya terminado el dibujo haga doble clic con el ratón o presiones la tecla 'Return' o 'Intro' de su teclado para finalizar.\n",
-        "gps": "# GPS\n\nLas trazas de GPS recogidas son una valiosa fuente de datos para OpenStreetMap. Este\neditor soporta trazas locales - archivos `.gpx` en su equipo local. Usted puede obtener\neste tipo de traza GPS con una serie de aplicaciones de smartphone, como también con\nhardware GPS personal.\n\nPara más información sobre cómo realizar un relevamiento GPS, lea\n[Mapear con un smartphone, GPS, o papel](http://learnosm.org/es/mobile-mapping/).\n\nPara utilizar una traza GPX para mapear, arrastre y suelte el archivo GPX en el editor\nde mapa. Si este es reconocido, se añadirá al mapa como una línea púrpura brillante.\nHaga clic en el menú 'Datos del mapa' en el lado derecho para activar,\ndesactivar o acercar a esta nueva capa alimentada por GPX.\n\nLa traza GPX no se carga directamente a OpenStreetMap - la mejor manera de\nutilizarlo es dibujar en el mapa, usándolo como guía para las nuevas características que\nagregue, y también [subirlo a OpenStreetMap](http://www.openstreetmap.org/trace/create)\npara que otros usuarios lo utilicen.\n",
-        "imagery": "# imágenes\n\nimágenes aéreas es un importante recurso para el trazado de mapas. Una combinación\nde vuelos aéreos, vistas de satélite, y compilaciones grátis están disponibles\nen el editor bajo el menú 'Ajustes de Fondo' a la derecha.\n\nPor defecto [Bing Maps](http://www.bing.com/maps/) capa satelital es\npresentado en el editor, pero mientras se mueve y hace zoom a nuevas áreas\ngeográficas, nuevas fuentes estarán disponibles. Algunos Países, como los Estados\nUnidos, Francia, y Dinamarca poseen imágenes de muy alta calidad disponible\npara algunas áreas.\n\nImágenes aveces están desplazadas de la data del mapa por un error en el\nproveedor de imágenes. Si observa muchos caminos desplazados del fondo,\nno los mueva inmediatamente para emparejarlos. En cambio puede ajustar\nlas imágenes para que ella se empareje con los datos existentes dando click\nen  'Corregir Alineación' en el botón de Ajustes de Fondo.\n",
+        "gps": "# GPS\n\nLas trazas de GPS recogidas son una valiosa fuente de datos para OpenStreetMap. Este\neditor soporta trazas locales - archivos `.gpx` en su equipo local. Usted puede obtener\neste tipo de traza GPS con una serie de aplicaciones de smartphone, como también con\nhardware GPS personal.\n\nPara más información sobre cómo realizar un relevamiento GPS, lea\n[Mapear con un smartphone, GPS, o papel](http://learnosm.org/es/mobile-mapping/).\n\nPara utilizar una traza GPX para mapear, arrastre y suelte el archivo GPX en el editor\nde mapa. Si este es reconocido, se añadirá al mapa como una línea púrpura brillante.\nHaga clic en el menú 'Datos del mapa' en el lado derecho para activar,\ndesactivar o acercar a esta nueva capa alimentada por GPX.\n\nLa traza GPX no se carga directamente a OpenStreetMap - la mejor manera de\nutilizarlo es dibujar en el mapa, usándolo como guía para las nuevos elementos que\nagregue, y también [subirlo a OpenStreetMap](http://www.openstreetmap.org/trace/create)\npara que otros usuarios lo utilicen.\n",
+        "imagery": "# imágenes\n\nLas imágenes aéreas son un importante recurso para el trazado de mapas. Una combinación\nde vuelos aéreos, vistas de satélite, y compilaciones de fuentes gratuitas están disponibles\nen el editor bajo el menú 'Ajustes del fondo' a la derecha.\n\nDe forma predeterminada se presenta la capa de satélite de [Bing Maps](http://www.bing.com/maps/) en el editor, pero mientras se mueve y acerca el mapa a nuevas áreas\ngeográficas, nuevas fuentes estarán disponibles. Algunos países, como los Estados\nUnidos, Francia, y Dinamarca poseen imágenes de muy alta calidad disponible\npara algunas áreas.\n\nLas imágenes a veces están desplazadas de los datos del mapa por un error en el\nproveedor de imágenes. Si observa muchos caminos desplazados del fondo,\nno los mueva inmediatamente para emparejarlos. En su lugar puede ajustar\nla imagen para que coincida con los datos existentes haciendo clic\nen 'Corregir alineación' en la opción 'Ajustes del fondo'.\n",
         "addresses": "# Direcciones\n\nLas direcciones son parte de la información más útil que se puede añadir al mapa. \n\nAunque las direcciones se representan a menudo como parte de las calles, en OpenStreetMap esta información es guardada como atributos de los edificios y lugares presentes a lo largo de los viales.\n\nPuede agregar información sobre direcciones a lugares dibujados en el mapa como contornos de edificios, así como aquellos localizados únicamente con un punto. La fuente óptima para obtener datos de direcciones es la consulta sobre el terreno o el conocimiento personal. El uso de fuentes comerciales, como Google Maps, para obtener estos datos está estrictamente prohibido.\n",
-        "inspector": "# Usando el Inspector\n\nEl inspector es la sección en la parte izquierda de la página que le permite\neditar los detalles de la característica seleccionada.\n\n## Selección de un Tipo de Característica\n\nDespués de agregar un punto, línea o área, puede elegir qué tipo de característica\nes, como si se trata de una carretera o camino residencial, supermercado o un café.\nEl inspector mostrará botones para tipos de características comunes, y usted puede\nencontrar otros escribiendo lo que  está buscando en el cuadro de búsqueda.\n\nHaga clic en la 'i' de la esquina inferior derecha de un botón de tipo de característica\npara aprender más sobre él. Haga clic en un botón para elegir ese tipo.\n\n\n### Uso de Formularios y Edición de Etiquetas\n\nDespués de elegir un tipo de característica, o cuando se selecciona una característica\nque ya tiene un tipo asignado, el inspector mostrará campos con detalles sobre\nla característica como su nombre y dirección.\n\nDebajo de los campos que ve, puede hacer clic en el desplegable 'Añadir campo'\npara agregar otros detalles, como un enlace de Wikipedia,  acceso en silla de ruedas, y más.\n\nEn la parte inferior del inspector, haga clic en 'Etiquetas adicionales' para agregar otras\netiquetas arbitrarias al elemento. [Taginfo](http://taginfo.openstreetmap.org/) es un\ngran recurso para aprender más acerca de las combinaciones de etiquetas populares.\n\nLos cambios que realice en el inspector se aplican automáticamente al mapa.\nPuede deshacerlos en cualquier momento haciendo clic en el botón 'Deshacer'.\n",
+        "inspector": "# Usando el inspector\n\nEl inspector es la sección en la parte izquierda de la página que le permite\neditar los detalles del elemento seleccionado.\n\n## Selección de un tipo de elemento\n\nDespués de agregar un punto, línea o área, puede elegir qué tipo de elemento\nes, como si se trata de una carretera o camino residencial, supermercado o una cafetería.\nEl inspector mostrará botones para tipos de elementos comunes, y usted puede\nencontrar otros escribiendo lo que  está buscando en el cuadro de búsqueda.\n\nHaga clic en la 'i' de la esquina inferior derecha de un botón de tipo de elemento\npara aprender más sobre él. Haga clic en un botón para elegir ese tipo.\n\n\n### Uso de formularios y edición de etiquetas\n\nDespués de elegir un tipo de elemento, o cuando se selecciona un elemento\nque ya tiene un tipo asignado, el inspector mostrará campos con detalles sobre\nel elemento como su nombre y dirección.\n\nDebajo de los campos que ve, puede hacer clic en el desplegable 'Añadir campo'\npara agregar otros detalles, como un enlace de Wikipedia,  acceso en silla de ruedas, y más.\n\nEn la parte inferior del inspector, haga clic en 'Etiquetas adicionales' para agregar otras\netiquetas arbitrarias al elemento. [Taginfo](http://taginfo.openstreetmap.org/) es un\ngran recurso para aprender más acerca de las combinaciones de etiquetas populares.\n\nLos cambios que realice en el inspector se aplican automáticamente al mapa.\nPuede deshacerlos en cualquier momento haciendo clic en el botón 'Deshacer'.\n",
         "buildings": "# Edificios\n\nOpenStreetMap es la base de datos cartográfica más grande del mundo sobre edificios. Puede crear y mejorar esta base de datos.\n\n### Seleccionar\n\nPuede seleccionar un edificio haciendo clic con el ratón sobre su borde. Esto resaltará el edificio y abrirá un pequeño menú de herramientas y una barra lateral que mostrará más información sobre la edificación. \n\n### Modificar\n\nAlgunas veces los edificios están situados incorrectamente o poseen etiquetas erróneas.\n\nPara mover un edificio completo selecciónelo y haga clic en la herramienta 'Mover'. Desplace el ratón para trasladar el edificio y haga clic cuando esté correctamente situado. \n\nPara corregir la forma del edificio de manera puntual haga clic con el ratón sobre uno de los nodos que forma el borde del edificio y sin soltar arrástrelo al lugar adecuado.\n\n### Crear\n\nUna de las principales preguntas acerca de cómo añadir edificios al mapa es por qué OpenStreetMap almacena los edificios independientemente bien como polígonos o como puntos. La regla general es \"dibujar un edificio como un polígono siempre que sea posible\" y cartografiar la situación de las empresas, hogares, servicios y otros elementos que alberga el edificio como puntos situados dentro de este. \n\nComience a dibujar un edificio como un polígono haciendo clic en el botón 'Área' situado en la parte superior izquierda del interfaz y finalice bien pulsando la tecla 'Return' o 'Intro' de su teclado o simplemente haciendo clic en el primer nodo dibujado para cerrar el polígono.\n\n### Eliminar\n\nSi un edificio es totalmente incorrecto -puede ver que no existe en la imagen por satélite y de manera ideal lo ha confirmado visitando el lugar- puede borrarlo para que se elimine del mapa. Sea precavido cuando suprima elementos del mapa, como en cualquier otra edición los cambios que realice serán visibles por todo el mundo y a veces las imágenes de satélite pueden estar desactualizadas, por lo que el edifico simplemente es de nueva construcción y ha sido añadido por otro usuario.\n\nPuede eliminar un edificio haciendo clic con el ratón sobre él para seleccionarlo  y a continuación pulsar en el icono de la papelera o simplemente pulsando la tecla 'Supr' de su teclado.\n",
         "relations": "# Relaciones\n\nUna relación es un tipo especial de elemento en OpenStreetMap que permite agrupar  diferentes elementos juntos. Por ejemplo, existen dos tipos muy comunes de relaciones en OSM:\n\n- Por un lado están las * relaciones de ruta*, que agrupan a tramos de carreteras que juntos pertenecen a una autopista y poseen una denominación común (ej: Autopista del Cantábrico).  \n\n- Por otro lado podemos encontrar los *multipolígonos*, que agrupan a varias áreas que definen superficies complejas (polígonos donuts, parcelas aisladas pero que forman en su conjunto una única propiedad, etc.)\n\nEl grupo de elementos en una relación reciben el nombre de *miembros*. En el panel lateral podrá ver de que relaciones forma parte un elemento, y haciendo clic sobre una de las relaciones lo seleccionará. Así mismo, si selecciona una relación podrá ver una lista con todos los miembros que la componen en el panel lateral y todos ellos se resaltarán en el mapa.\n\nEn su mayor parte, el editor ID se encargará de mantener las relaciones de manera automática a medida que se edita. Lo principal que debe tener en cuenta es que si elimina una sección de carretera para redibujarla de manera más precisa deberá asegurarse de que la nueva sección es un miembro de la misma relación como lo fue la sección original.\n\n## Editando relaciones\n\nSi deseas editar relaciones aquí encontrará los conceptos básicos.\n\nPara añadir un elemento a una relación seleccione aquel, haga clic en el botón \"+\" que encontrará en la sección \"Todas las relaciones\" de panel lateral y seleccione el nombre y tipo de relación.\n\nPara crear una nueva relación seleccione el primer elemento que compondrá la relación, haga clic en el botón \"+\" que encontrará en el apartado \"Todas las relaciones\" del panel lateral y seleccione \"Nueva  relación...\".\n \nPara eliminar un elemento de una relación selecciones aquel y haga clic en el botón con el icono de cubo de basura próximo a la relación de la que queremos eliminarlo.\n\nPuede crear multipolígonos con agujeros (donut) usando la herramienta \"Unir\". Dibuje dos áreas (una que delimite el interior del donut y otra el exterior), mantenga pulsada la tecla Mayúsculas y haga clic con el ratón en uno de ellos para seleccionarlos. A continuación pulse el botón \"Unir\" (+).\n\n"
     },
             "title": "Navegación",
             "drag": "El área de mapa principal muestra datos de OpenStreetMap sobre un fondo. Puede navegar arrastrando y desplazándose como en cualquier mapa web. **¡Arrastre el mapa!** ",
             "select": "Los elementos del mapa son representados de tres formas: usando puntos, líneas o áreas. Todos los elementos pueden ser seleccionados haciendo clic en ellos. **Haga clic en el punto para seleccionarlo.**",
-            "header": "El encabezado nos muestra el tipo de característica.",
+            "header": "El encabezado nos muestra el tipo de elemento.",
             "pane": "Cuando un elemento es seleccionado se muestra el editor de elementos. El encabezado nos indica el tipo de elemento y el panel principal enseña los atributos del elemento, como su nombre y dirección. **Cierre el editor de elementos con el botón 'X' arriba a la derecha.**"
         },
         "points": {
             "title": "Puntos",
             "add": "Los puntos pueden ser utilizados para representar elementos como tiendas, restaurantes y monumentos. Ellos marcan una ubicación especifica, y describen que hay ahí. **Haga clic en el botón Punto para agregar uno nuevo**",
             "place": "El punto puede ser ubicado haciendo clic en el mapa. **Sitúe el punto sobre el edificio.**",
-            "search": "Existen muchas características diferentes que pueden ser representadas por puntos. El punto que acaba de añadir es una Cafetería. ** Busque por '{name}' **",
+            "search": "Existen muchos elementos diferentes que pueden ser representadas por puntos. El punto que acaba de añadir es una Cafetería. ** Busque por '{name}' **",
             "choose": "**Elija 'Cafetería' de la lista.**",
             "describe": "El punto ahora está marcado como cafetería. Utilizando el editor de elementos, podemos agregar más información sobre este. **Añada un nombre**",
             "close": "El editor de elementos se puede cerrar haciendo clic en el botón 'X' de la esquina superior derecha. **Cierre el editor de elementos**",
             "reselect": "A menudo los puntos ya existirán, pero tendrán errores o estarán incompletos. Podemos editar puntos ya presentes en el mapa. **Seleccione el punto que acaba de crear.**",
             "fixname": "**Cambie el nombre y cierre el editor de elementos.**",
-            "reselect_delete": "Todos las características en el mapa pueden ser eliminadas. **Haga clic en el punto que creó.**",
+            "reselect_delete": "Todos los elementos en el mapa pueden ser eliminados. **Haga clic en el punto que creó.**",
             "delete": "El menú alrededor del punto contiene operaciones que pueden ser aplicadas a esta, incluyendo eliminar. **Elimine el punto.**"
         },
         "areas": {
             "title": "Áreas",
-            "add": "Las áreas son utilizadas para mostrar los límites de características como lagos, edificios y zonas residenciales. Estas también pueden ser utilizadas para mapear con más detalle las diversas características que pondría normalmente en el mapa como puntos. ** Haga clic en el botón «área» para añadir una nueva área.**",
+            "add": "Las áreas son utilizadas para mostrar los límites de elementos como lagos, edificios y zonas residenciales. Estas también pueden ser utilizadas para mapear con más detalle los diversos elementos que pondría normalmente en el mapa como puntos. ** Haga clic en el botón «área» para añadir una nueva área.**",
             "corner": "Las áreas son dibujadas ubicando nodos que marcan los límites del área. **Sitúe el nodo inicial en una de las esquinas de la zona de juegos.**",
             "place": "Dibuje el área ubicando más nodos. Termine el área haciendo clic en el punto inicial. **Dibuje un área para la zona de juegos.**",
             "search": "**Busque por '{name}'.**",
             "choose": "**Elija «zona de juegos» de la lista.**",
-            "describe": "**De un nombre y cierre el editor de características**"
+            "describe": "**De un nombre y cierre el editor de elementos**"
         },
         "lines": {
             "title": "Líneas",
-            "add": "Las líneas son utilizadas para representar características como vías, líneas férreas y ríos. **Haga clic en el botón «línea» para agregar una nueva línea.**",
+            "add": "Las líneas son utilizadas para representar elementos como vías, líneas férreas y ríos. **Haga clic en el botón «línea» para agregar una nueva línea.**",
             "start": "**Comience la línea haciendo clic al final de la vía.**",
             "intersect": "Haga clic para añadir más nodos a la línea. Puede arrastrar el mapa mientras dibuja si fuese necesario. Las vías, y muchos otros tipos de líneas, son parte de una red más grande. Es importante que estas líneas estén conectadas apropiadamente para que las aplicaciones de navegación funcionen correctamente. **Haga clic en «Flower Street» para crear una intersección conectando las dos líneas.**",
             "finish": "Puede terminar las líneas haciendo clic nuevamente en el ultimo nodo. **Termine de dibujar la vía.**",
             "road": "**Seleccione la «vía» de la lista**",
             "residential": "Existen diferentes tipos de vías, la más común es «residencial». **Elija el tipo de vía «residencial»**",
-            "describe": "**De un nombre a la vía y cierre el editor de características.**",
+            "describe": "**De un nombre a la vía y cierre el editor de elementos.**",
             "restart": "La vía tiene que intersectar con Flower Street.",
             "wrong_preset": "No ha seleccionado el tipo de vía «residencial». **Haga clic aquí para elegir de nuevo**"
         },
         "startediting": {
             "title": "Empezar a editar",
-            "help": "Más documentación y este tutorial están disponibles aquí.",
+            "help": "Más documentación y este recorrido están disponibles aquí.",
             "save": "¡No olvide guardar sus cambios regularmente!",
             "start": "¡Comience a mapear!"
         }
                     "state": "Estado",
                     "street": "Calle",
                     "subdistrict": "Subdistrito",
-                    "suburb": "Poblamiento compacto / Grandes barrios / Suburbios"
+                    "suburb": "Suburbio"
                 }
             },
             "admin_level": {
                 "label": "Nivel"
             },
             "levels": {
-                "label": "Niveles",
+                "label": "Niveles del edificio",
                 "placeholder": "2, 4, 6..."
             },
             "lit": {
                 },
                 "placeholder": "Sólido, Mayormente sólido, Suave..."
             },
+            "traffic_signals": {
+                "label": "Tipo"
+            },
             "trail_visibility": {
                 "label": "Visibilidad de la senda",
                 "options": {
             },
             "amenity/bicycle_rental": {
                 "name": "Alquiler de bicicletas",
-                "terms": "alquiler de bicicletas, préstamo de bicicletas, bici, bicicleta"
+                "terms": "alquiler, renta, préstamo, flete, bici, bicicleta"
             },
             "amenity/bicycle_repair_station": {
                 "name": "Estación pública de reparación de bicicletas",
-                "terms": "bicicletería pública, reparación de bicicletas pública, bicicleta"
+                "terms": "bicicletería, reparación, estación, taller, pública, bicicleta, bici"
             },
             "amenity/biergarten": {
                 "name": "Bar al aire libre",
                 "terms": "cambio de divisas, dinero, divisas, banco, monedas, billetes, dolares, euros, libras, yenes, casa de cambio, moneda extranjera"
             },
             "amenity/bus_station": {
-                "name": "Estación de autobuses -en desuso-",
+                "name": "Estación de autobuses",
                 "terms": "estación,terminal,autobus,autobús,bus,buses,colectivo,micro,guagua"
             },
             "amenity/cafe": {
                 "terms": "recarga, electricidad, eléctrico, estación de carga para vehículos eléctricos"
             },
             "amenity/childcare": {
-                "name": "Guardería / Cuidado de niños",
+                "name": "Guardería/Cuidado de niños",
                 "terms": "bebés, niños, niñas, infantil, guardería, cuidado, guardería infantil, cuidado infantil"
             },
             "amenity/cinema": {
                 "terms": "Recinto hospitalario, hospital, clínica, terreno, área, suelo"
             },
             "amenity/kindergarten": {
-                "name": "Terreno de preescolar / Jardín de infancia",
+                "name": "Terreno de preescolar/Jardín de infancia",
                 "terms": "preescolar, jardín de infancia, parvulario, parvulos, terreno, área, suelo"
             },
             "amenity/library": {
                 "name": "Mercado",
                 "terms": "mercado, mercadillo, mercado público"
             },
+            "amenity/motorcycle_parking": {
+                "name": "Aparcamiento de motocicletas",
+                "terms": "motocicleta, moto, estacionamiento, aparcamiento, parking"
+            },
             "amenity/nightclub": {
                 "name": "Discoteca",
                 "terms": "discoteca, club nocturno, boliche"
             },
             "barrier/retaining_wall": {
                 "name": "Muro de contención",
-                "terms": "Muro de contención"
+                "terms": "muro, pared, contención, retención, gavión"
             },
             "barrier/stile": {
                 "name": "Escalera de paso",
                 "terms": "Edificio en construcción, edificio en obras, construcción, obra"
             },
             "building/detached": {
-                "name": "Casa unifamiliar",
-                "terms": "chalet, unifamiliar, casa, vivienda"
+                "name": "Casa independiente",
+                "terms": "Casa independiente, chalet"
             },
             "building/dormitory": {
                 "name": "Dormitorio",
                 "name": "Edificio de escuela",
                 "terms": "Edificio colegio, edificio colegio, escuela, colegio"
             },
+            "building/semidetached_house": {
+                "name": "Casa adosada o duplex",
+                "terms": "casa adosada, casa pareada, duplex"
+            },
             "building/shed": {
                 "name": "Cobertizo",
                 "terms": "cobertizo, establo, tinglado, barraca"
             },
             "craft": {
                 "name": "Oficio",
-                "terms": "oficio, trabajo, artesanal"
+                "terms": "oficio, trabajo, artesanal, manual"
             },
             "craft/basket_maker": {
                 "name": "Fabricante de cestas",
                 "terms": "camino de herradura, senda ecuestre, camino para caballos, pista ecuestre, ruta a caballo"
             },
             "highway/bus_stop": {
-                "name": "Parada de autobús -en desuso-",
+                "name": "Parada de autobús",
                 "terms": "parada, bus, autobús, marquesina, autobus, autobús, bus, buses, colectivo, micro, guagua"
             },
             "highway/corridor": {
                 "terms": "uso del suelo, uso de la tierra, uso de tierras, explotación del suelo, utilización del suelo, uso del terreno, utilización del terreno, ocupación del suelo"
             },
             "landuse/allotments": {
-                "name": "Huertos de ocio / comunitarios",
-                "terms": "huerto, parcela, terreno, tierra"
+                "name": "Jardín comunitario",
+                "terms": "jardín, huerto, huerta, comunitario, comunal, vecindad"
             },
             "landuse/basin": {
                 "name": "Cuenca",
                 "terms": "sacramental"
             },
             "landuse/commercial": {
-                "name": "Área comercial / oficinas",
+                "name": "Área comercial y oficinas",
                 "terms": "área comercial, oficinas, parques empresariales"
             },
             "landuse/construction": {
                 "terms": "Construcción, construccion, obras"
             },
             "landuse/farm": {
-                "name": "Tierra de labranza -en desuso-",
+                "name": "Tierra de labranza",
                 "terms": "tierras de cultivo, tierras agrícolas, tierras de labranza, terreno agrícola, campo"
             },
             "landuse/farmland": {
                 "terms": "área residencial, zona residencial"
             },
             "landuse/retail": {
-                "name": "Área de tiendas / mercado minorista",
+                "name": "Área de tiendas y mercado minorista",
                 "terms": "comercios, tiendas, mercado minorista"
             },
             "landuse/vineyard": {
             },
             "leisure/pitch/american_football": {
                 "name": "Campo de fútbol americano",
-                "terms": "cancha de fútbol americano, fútbol americano, futbol americano, football americano"
+                "terms": "cancha, campo, fútbol, football, americano, gridiron"
             },
             "leisure/pitch/baseball": {
                 "name": "Diamante de béisbol",
                 "name": "Cancha de baloncesto",
                 "terms": "cancha de baloncesto, baloncesto, basketball, básquetbol"
             },
+            "leisure/pitch/rugby_league": {
+                "name": "Campo de rugby liga",
+                "terms": "cancha, campo, liga, rugby, rugbi, fútbol rugby, rugby a 13, rugby league"
+            },
+            "leisure/pitch/rugby_union": {
+                "name": "Campo de rugby unión",
+                "terms": "cancha, campo, unión, rugby, rugbi, fútbol rugby, rugby a 15, rugby union"
+            },
             "leisure/pitch/skateboard": {
                 "name": "Parque de patinaje",
                 "terms": "Parque de skate boarding, Skate Park, Skate-Park, Skate"
             },
             "leisure/pitch/soccer": {
                 "name": "Campo de fútbol",
-                "terms": "campo, cancha, pista, fútbol, futbol, balompie, football"
+                "terms": "campo, cancha, fútbol, fulbito, balompie, football, soccer"
             },
             "leisure/pitch/tennis": {
                 "name": "Cancha de tenis",
             },
             "military/airfield": {
                 "name": "Base aérea militar",
-                "terms": "Aerodromo, Aeropuerto, Pista, campo de aviación, militar"
+                "terms": "aeródromo, aviación, aéreo, campo de aviación, base aérea, militar"
             },
             "military/barracks": {
                 "name": "Cuartel militar",
                 "name": "Búnker",
                 "terms": "búnker, refugio subterráneo"
             },
+            "military/checkpoint": {
+                "name": "Punto de control",
+                "terms": "punto, puesto, control, revisión, retén, militar, policial"
+            },
+            "military/danger_area": {
+                "name": "Área de peligro",
+                "terms": "área, zona, lugar, peligro, riesgo"
+            },
+            "military/naval_base": {
+                "name": "Base naval",
+                "terms": "base, fuerte, fuerza, naval, militar, marina, marítimo"
+            },
+            "military/obstacle_course": {
+                "name": "Pista de obstáculos",
+                "terms": "pista, camino, circuito, serie, trayecto, obstáculo, barrera, militar, naval, marina, policial"
+            },
             "military/range": {
                 "name": "Prácticas militares",
                 "terms": "campo, entrenamiento, militar, tiro, prácticas, prácticas militares"
             },
+            "military/training_area": {
+                "name": "Área de entrenamiento",
+                "terms": "área, zona, lugar, entrenamiento, preparación, formación, capacitación, militar, naval, marina, policial"
+            },
             "natural": {
                 "name": "Natural",
                 "terms": "natural, naturaleza"
                 "terms": "Talud, Pedrero, pedregal, derrubio, zona de desprendimientos"
             },
             "natural/scrub": {
-                "name": "Monte bajo / Arbustos / Matorral / Maleza",
+                "name": "Matorrales",
                 "terms": "monte bajo, maleza, matorral, mata, monte, arbustos"
             },
             "natural/spring": {
                 "terms": "granja, rancho, hacienda, finca, estancia, chacra"
             },
             "place/hamlet": {
-                "name": "Poblamiento laxo / Aldea / Caserío",
+                "name": "Aldea",
                 "terms": "poblamiento, aldea, caserío, pueblecito, barrio, diseminado, asentamiento aislado"
             },
             "place/island": {
                 "terms": "Funicular"
             },
             "railway/halt": {
-                "name": "Apeadero de ferrocarril -en desuso-",
+                "name": "Apeadero de ferrocarril",
                 "terms": "alto, apeadero, detención, interrupción"
             },
             "railway/level_crossing": {
                 "terms": "Ferrocarril de vía estrecha, vía angosta, gálibo estrecho"
             },
             "railway/platform": {
-                "name": "Andén de ferrocarril -en desuso-",
+                "name": "Andén de ferrocarril",
                 "terms": "Andén de ferrocarril, plataforma ferroviaria"
             },
             "railway/rail": {
                 "terms": "Rail, ferrocarril, riel, tren, raíl, vía"
             },
             "railway/station": {
-                "name": "Estación de ferrocarril -en desuso-",
+                "name": "Estación de ferrocarril",
                 "terms": "Estación de Ferrocarril, estaciones de ferrocarril, estación de tren"
             },
             "railway/subway": {
             },
             "shop/bicycle": {
                 "name": "Tienda de bicicletas",
-                "terms": "tienda de bicicletas, taller de bicicletas, reparación de bicicletas, bici, bicicleta"
+                "terms": "tienda, taller, reparación, bici, bicicleta"
             },
             "shop/bookmaker": {
                 "name": "Encuadernador",
index 5901b057149e70788e20c9848bbc75980de189be..c8b41579522d31856118f4b0f54e1acbe16d3a14 100644 (file)
     "zoom_in_edit": "Muutmiseks suurenda sisse",
     "logout": "Logi välja",
     "loading_auth": "OpenStreetMap'iga ühendamine...",
-    "report_a_bug": "teata veast",
     "commit": {
         "title": "Salvesta muudatused",
         "description_placeholder": "Muudatuste lühikirjeldus",
             "building/construction": {
                 "name": "Ehitusjärgus hoone"
             },
-            "building/detached": {
-                "name": "Eramu"
-            },
             "building/dormitory": {
                 "name": "Ühiselamu"
             },
index 5c67aa8b263e144d1f91d6ee5fbf69308083b50c..ce3cebef4172a75aa3c7aee04be53bdea1046adb 100644 (file)
     "zoom_in_edit": "بزرگنمایی برای ویرایش",
     "logout": "خروج",
     "loading_auth": "در حال اتصال به OpenStreetMap...",
-    "report_a_bug": "گزارش یک باگ",
     "status": {
         "error": "اتصال به API ممکن نیست.",
         "offline": "API آفلاین است. لطفا ویرایش را بعدا مجدد انجام دهید.",
             "historic/wayside_shrine": {
                 "name": "آرامگاه کنار جاده"
             },
-            "landuse/allotments": {
-                "name": "بخش پرورش گل و سبزیجات"
-            },
             "landuse/basin": {
                 "name": "حوزه رودخانه"
             },
index 13e6f510911999b7075e32e2d2c1aa7dab54f870..e4357d27f0868352d5d2ca01f231e33e3d1deb9c 100644 (file)
     "zoom_in_edit": "Lähennä karttaa ennen muokkaamista",
     "logout": "kirjaudu ulos",
     "loading_auth": "Yhdistetään OpenStreetMap-palveluun...",
-    "report_a_bug": "ilmoita ongelmasta",
+    "report_a_bug": "Ilmoita ongelmasta",
+    "help_translate": "Auta kääntämisessä",
     "feature_info": {
         "hidden_warning": "{count} piilotettua karttakohdetta",
         "hidden_details": "Nämä ominaisuudet ovat nykyisin piilotettu: {details}"
     },
     "commit": {
         "title": "Tallenna muutokset",
-        "description_placeholder": "Kuvaile lyhyesti karttaan tehtyjä muutoksia",
+        "description_placeholder": "Kuvaile lyhyesti karttaan tehtyjä muutoksia. Kirjoita muokkausten kohdemaan paikallisella kielellä (esimerkiksi Suomessa suomeksi tai ruotsiksi) tai englanniksi.",
         "message_label": "Muutossarjan kommentti",
-        "upload_explanation": "Palvelimelle lähetettävät muutokset tulevat pian näkyviin kaikkiin OpenStreetMap-kartta-aineistoa käyttäviin palveluihin.",
-        "upload_explanation_with_user": "Palvelimelle lähetetään muutokset käyttäjätunnisteella {user}. Muutokset tulevat pian näkyviin kaikkiin OpenStreetMap-kartta-aineistoa käyttäviin palveluihin.",
+        "upload_explanation": "Palvelimelle tallennettavat muutokset tulevat pian näkyviin kaikkiin OpenStreetMap-kartta-aineistoa käyttäviin palveluihin.",
+        "upload_explanation_with_user": "Muutokset tallennetaan palvelimelle käyttäjätunnisteella {user}. Muutokset tulevat pian näkyviin kaikkiin OpenStreetMap-kartta-aineistoa käyttäviin palveluihin.",
         "save": "Tallenna",
-        "cancel": "Peru",
+        "cancel": "Takaisin muokkaamaan",
         "changes": "{count} muutosta",
         "warnings": "Varoitukset",
         "modified": "Muokattu",
         "selected": "{n} valittu",
         "geometry": "Geometria",
         "closed": "suljettu",
+        "center": "Keskus",
+        "perimeter": "Kehä",
         "length": "Pituus",
         "area": "Alue",
+        "centroid": "Keskusalue",
         "location": "Sijainti",
         "metric": "Metrinen järjestelmä",
         "imperial": "Brittiläinen järjestelmä"
     },
     "geometry": {
+        "point": "piste",
+        "vertex": "keskipiste",
+        "line": "viiva",
+        "area": "alue",
         "relation": "relaatio"
     },
     "geocoder": {
         "fix_misalignment": "Korjaa ilmakuvavirhe",
         "reset": "palauta",
         "minimap": {
-            "description": "Pienoiskartta"
+            "description": "Pienoiskartta",
+            "tooltip": "Näytä pienoiskartta laajemmalta alueelta nykyisen muokkausnäkymän sijainnin havainnollistamiseksi."
         }
     },
     "map_data": {
     "help": {
         "title": "Ohje",
         "help": "# Ohje\n\nTämä on ohjelma vapaasti muokattavan \n[OpenStreetMap](http://www.openstreetmap.org/)-kartan\nmuokkaamiseen. Voit käyttää sitä vapaasti alueesi muokkaamiseen ja osallistua ihmisten tekemän \nmaailmankartan luomiseen.\n\nKarttaan tehtävät muutokset ovat näkyvillä kaikille OpenStreetMapin käyttäjille.\nKartan muokkaaminen edellyttää ilmaista [OpenStreetMap-käyttäjätiliä](https://www.openstreetmap.org/login).\n\n[iD-muokkausohjelma](http://ideditor.com/) on yhteistyöprojekti, jonka\n[lähdekoodi on saatavilla GitHubista](https://github.com/openstreetmap/iD).\n\n\n",
+        "editing_saving": "# Muokkaaminen ja tallentaminen \n\nTätä muokkausohjelmaa tulisi ensisijaisesti käyttää toimivalla Internet-yhteydellä, kuten nyt verkkoselaimella. \n\n### Karttakohteiden valitseminen \n\nValitse karttakohde, kuten tie tai ravintola napsauttamalla sitä kerran kartalla. Tällöin karttakohde korostetaan ja vasemmalle avautuu kohteen muokkausnäkymä. \n\nValitse useita karttakohteita kerralla napsauttamalla niitä ja pitämällä Shiht-näppäin pohjassa tai vetämällä kartalle valintaikkuna. Kaikki valintaikkunan sisällä olevat kohteet valitaan. \n\n### Muokkausten tallentaminen \n\nKartalle tehtävät muutokset tallennetaan väliaikaisesti tietokoneelle, kunnes ne siirretään palvelimelle. Älä pelkää virheiden tekemistä - muutoksen voi perua napsauttamalla Kumoa ja tuoda takaisin napsauttamalla Tee uudelleen. \n\nTallenna kaikki karttaan tehdyt muutokset napsauttamalla \"Tallenna\": muista toimia näin säännöllisesti. Karttalaadun varmistamiseksi iD tarkistaa muutokset tyypillisten huolimattomuusvirheiden varalta ja varoittaa, jos osa muutoksista edellyttää toimenpiteitä ennen tallennusta. \n\nJos huomautettavaa ei ole, lisää pieni kommentti tehdyistä muutoksista ja tallenna muutokset palvelimelle napsauttamalla jälleen \"Tallenna\". Muutokset tulevat näkyviin [OpenStreetMap.orgiin](http://www.openstreetmap.org/), jossa ne ovat kaikkien käyttäjien nähtävissä ja tarkasteltavissa. Jos muutokset meinaavat jäädä kesken etkä halua vielä tallentaa niitä, voit sulkea selainikkunan. Seuraavalla kerralla iD-muokkain mahdollistaa viime kerran muokkausten palauttamisten.\n\n### Pikanäppäimet\n\nLuettelo käytössä olevista pikanäppäimistä [löytyy OSM-Wikistä](http://wiki.openstreetmap.org/wiki/ID/Shortcuts).\n",
         "roads": "# Tiet\n\nTällä muokkausohjelmalla voi lisätä, muokata ja poistaa teitä. Tie-sanalla\ntarkoitetaan kaikkia väyliä, kuten moottoriteitä, latuja, polkuja, pyöräteitä\nja monia muita.\n\n### Valitseminen\n\nValitse tie kartalta napsauttamalla sitä. Tien ulkoreuna korostuu, sen viereen\navautuu pikatoimintopalkki ja sivupalkkiin ilmestyy tien kohdemuokkain.\n\n### Siirtäminen ja muotoileminen\n\nKartalta voi löytää usein teitä, jotka eivät täsmää taustalla olevan ilmakuvan\ntai GPS-jäljen kanssa. Tällaiset tiet tulisi siirtää nopeasti oikealle paikalleen.\n\nAloita napsauttamalla siirrettävää tietä. Tien ulkoreunat korostuvat ja sen\nviivapisteet korostuvat. Tien muotoa voi muuttaa vetämällä viivapisteitä\nuusiin paikkoihin. Uuden viivapisteen voi luoda kaksoisnapsauttamalla\nmitä tahansa tien kohtaa, jossa ei jo ole viivapistettä.\n\nJos oikeassa maailmassa on kahden tien risteys, mutta ne eivät risteä\nkartalla, vedä joku viivapiste toiseen tiehen, jolloin niiden välille tulee\nristeys. Ei riitä, että tiet vain näyttävät risteävän kartalla, vaan niillä tulee\nolla yhteinen viivapiste. Tämä on erityisen tärkeää navigaattoreiden\nreititysohjelmistojen toimivuuden vuoksi.\n\nSiirrä koko tietä kerralla pikatoimintopalkin Siirrä-toiminnolla tai painamalla\nnäppäimistöstä M-näppäintä. Siirrä tie uudelle paikalleen ja lukitse siirto\nnapsauttamalla.\n\n### Poistaminen\n\nJos tie on täysin virheellinen - se esimerkiksi puuttuu satelliittikuvasta\nkokonaan tai se ei varmasti ole enää olemassa - se tulee poistaa\nkartalta. Mieti tarkkaan ennen karttakohteiden poistamispäätöstä -\nmuutos näkyy kartalla kaikille ja lisäksi satelliittikuvat ovat usein\nvanhentuneita, joten tie on jo voitu ehtiä rakentaa uudelleen.\n\nPoista tie valitsemalla se ja napsauttamalla sitten roskakorin\nkuvaketta tai napsauttamalla näppäimistön Delete-näppäintä.\n\n### Luominen\n\nPuuttuuko tie kartalta? Aloita tien piirtäminen napsauttamalla yläpalkista\nViiva tai paina pikanäppäintä `2` näppäimistöstä.\n\nNapsauta seuraavaksi tien lähtöpistettä. Jos tie lähtee jo kartalla olevan tien\nristeyksestä, napsauta risteyskohtaa.\n\nJatka napsauttelemalla tielle viivapisteitä säännöllisin välimatkoin\nseuraamalla ilmakuvaa tai GPS-jälkeä. Jos tie risteää jonkun muun tien kanssa, muodosta risteys napsauttamalla risteyskohtaa ja jatka taas normaaliin tapaan. Lopeta piirtäminen ja viimeistele tie\nkaksoisnapsauttamalla tai painamalla Enter-näppäintä. Peru tien piirtäminen ja poista tie painamalla näppäimistön askelpalautinta.\n",
+        "gps": "# GPS \n\nGPS-mittaukset ovat tärkein OpenStreetMapin aineiston lähde. \nTämä muokkausohjelma tukee omalta tietokoneeltasi ladattavia `.gpx`-tiedostoja. \nGPS-mittauksia voi tehdä useilla älypuhelinsovelluksilla ja tietysti myös erillisillä \nGPS-mittalaitteilla. \n\nLisätietoja GPS-mittausten tekemisestä on sivuilla [Mapping with a smartphone, GPS, or paper](http://learnosm.org/en/mobile-mapping/) (Karttatietojen kerääminen älypuhelimella, GPS-laitteella tai paperille) ja [Aloittelijan opas](http://wiki.openstreetmap.org/wiki/Fi:Beginners_Guide_1.1). \n\nKäytä GPX-tiedostoa kartoittamisen apuna vetämällä ja pudottamalla tiedosto kartanmuokkausohjelmaan. Jos se toimii, GPS-jälki ilmestyy karttapohjalle kirkkaanviolettina viivana. Piilota, näytä uudelleen tai muuta tämän GPX-tason lähennystasoa Karttatiedot-valikosta oikeasta reunasta. \n\nTällä tavalla kartoittamisen apuna käytettyä GPX-tiedostoa ei tallenneta OpenStreetMapiin - tiedosto tulee hyödynnettyä parhaiten tallentamalla tiedosto myös muiden [karttakehittäjien käyttöön](http://www.openstreetmap.org/trace/create).\n",
         "imagery": "# Ilmakuvat\n\nIlmakuvat ovat tärkeä kartoittamisen apuväline. Lentokuvien,\nsatelliittikuvien ja vapaasti koottujen materiaalien kokoelma on\nkäytettävissä Taustan asetukset -valikosta oikean reunan sivupalkista.\n\nOletuksena taustalla näytetään [Bing-karttojen](http://www.bing.com/maps/) satelliittikuvat,\nmutta karttaa lähentämällä vaihtoehtoja tulee lisää.\nJoissakin maissa, kuten Suomessa, Ranskassa ja Tanskassa\non saatavilla korkealaatuisia lentokoneesta kuvattuja ilmakuvia.\n\nIlmakuva voi näyttää virheelliseltä palveluntarjoajan sivuston\nvirheen vuoksi. Jos tiestön sijainti heittää ilmakuvasta, älä ala heti\nsiirtämään niitä vastaamaan taustakuvaa, vaan siirrä ilmakuvataustaa\nvastaamaan tiestöä asetuksella \"Korjaa ilmakuvavirhe\"\nTaustan asetusten alaosassa.\n",
         "addresses": "# Osoitteet\n\nOsoitteet ovat yksi tärkeimmistä kartalla olevasta tiedosta.\n\nSen lisäksi että osoitetiedot ovat myös katujen nimiä,\nOpenStreetMapissa ne ovat olennaisia myös rakennusten\nja muiden kadunvarsikohteiden tiedoissa.\n\nOsoitetietoja voi katujen lisäksi lisätä rakennuksien ulkoreunoille\nja paikkapisteille. Paras osoitetietojen lähde on jalkautuminen tai\noma paikallistuntemus. Kuten kaikessa muussakin muokkaamisessa,\ntietojen kopioiminen kaupallisista lähteistä kuten Google Kartoista\non ehdottomasti kielletty.\n",
+        "inspector": "# Kohdemuokkaimen käyttö \n\nKohdemuokkain on näytön vasemmassa reunassa oleva osio, jolla muutetaan valitun kohteen ominaisuuksia.\n\n### Kohteen tyypin valitseminen \n\nPisteen, viivan tai alueen lisäämisen jälkeen valitaan, millainen kohde on kyseessä - kuten kahvila, moottoritie, joki tai leikkipuisto. Kohdemuokkain näyttää heti pikapainikkeet suosituimmille kohteille. Jos kohde ei näy listalla, hae paikkaa hakusanalla ja valitse se sitten luettelosta. Haku ymmärtää myös synonyymit ja paikkaan liittyviä sanoja, joten kokeile sitä rohkeasti. \n\nTarkastele kohdetyypin lisätietoja tarkemmin napsauttamalla i-kirjainta sen oikeassa reunassa. Valitse kohdetyyppi muokattavalle kohteelle napsauttamalla sitä hakutuloslistassa. \n\n### Kohteen tagien muokkaaminen \n\nKun kohdetyyppi on valittu, kohdemuokkain näyttää tietokenttiä, joilla voidaan kuvailla kohteen ominaisuuksia, kuten nimi ja osoite. \n\nKenttäjoukon alapuolella pudotusvalikko, josta löytyy lisätietokenttiä, kuten [Wikipedia-sivu](http://fi.wikipedia.org/), esteettömyystiedot ja paljon muuta.\n\nKohdemuokkaimen alaosassa on Kaikki tagit -kohta, jossa voi lisätä kohteelle mitä tahansa tageja eli ominaisuustietoja. [Taginfosta](http://taginfo.openstreetmap.org/) löytää lisätietoja erilaisista tageista ja niiden käyttömahdollisuuksista.\n\nKohdemuokkaimella tehtävät muutokset päivittyvät muokkauskartalle automaattisesti. Muutoksen voi kuitenkin aina perua napsauttamalla Kumoa-painiketta.\n",
         "buildings": "# Rakennukset\n\nOpenStreetMap sisältää maailman laajimman rakennustietokannan.\nVoit osallistua tämän tietokannan luomiseen ja kehittämiseen.\n\n### Valitseminen\n\nValitse rakennus napsauttamalla sen seinää. Rakennus korostuu,\nrakennuksen viereen tulee pikatoiminto palkki ja rakennuksen\nmuokkausnäkymä avautuu.\n\n### Muokkaaminen\n\nJoskus rakennukset ovat väärin sijoitettuja tai niiden tiedot ovat virheellisiä.\n\nSiirrä rakennusta valitsemalla se ja napsauttamalla Muokkaa. Liikuta\nrakennusta hiirellä ja aseta se uudelle paikalleen napsauttamalla.\n\nMuuta rakennuksen muotoa napsauttamalla ja vetämällä\nsen rajojen pisteitä oikeille kohdille.\n\n### Piirtäminen\n\nYksi yleisimmistä rakennusten piirtämiseen liittyvistä kysymyksistä on se,\nettä OpenStreetMapissa rakennus voidaan piirtää tai merkitä vain pisteellä.\nNyrkkisääntö on, että rakennusten ulkomuodot tulisi aina pyrkiä piirtämään\nmahdollisimman tarkasti ja sijoittaa mahdolliset sisällä toimivat yritykset paikkapisteinä sen sisään.\n\nAloita rakennuksen piirtäminen napsauttamalla yläpalkista Alue.\nPeruuta piirtäminen painamalla näppäimistön askelpalautinta.\nViimeistele rakennus sulkemalla se napsauttamalla lähtöpistettä uudelleen.\n\n### Poistaminen\n\nJos rakennus on täysin virheellinen - se esimerkiksi puuttuu satelliittikuvasta\nkokonaan tai se ei varmasti ole enää olemassa - se tulee poistaa\nkartalta. Mieti tarkkaan ennen karttakohteiden poistamispäätöstä -\nmuutos näkyy kartalla kaikille ja lisäksi satelliittikuvat ovat usein\nvanhentuneita, joten rakennus on jo voitu ehtiä rakentaa uudelleen.\n\nPoista rakennus valitsemalla se ja napsauttamalla sitten roskakorin\nkuvaketta tai napsauttamalla näppäimistön Delete-näppäintä.\n",
         "relations": "# Suhteet\n\nSuhde on erityistyyppinen OpenStreetMap-ominaisuus, joka ryhmittää yhteen muita\nominaisuuksia. Esimerkiksi kaksi yleistä suhdetyyppiä ovat *route relations*,\njotka ryhmittävät yhteen tienosat, jotka kuuluvat tiettyyn moottoritiehen tai\npäätiehen, ja *multipolygons*, jotka ryhmittävät yhteen useita viivoja, jotka määrittävät\nmutkikkaita alueita (sellaisia, joissa on useita kappaleita tai reikiä, kuten donitsissa).\n\nOminaisryhmää suhteessa kutsutaan *members*. Sivupalkissa voit nähdä\nminkä suhteiden jäsenenä ominaisuus on, ja napsauttaa suhdetta siellä\nsen valitsemiseksi. Kun suhde on valittu, voit nähdä kaikki sen jäsenet\nlueteltuina sivupalkissa ja korostettuna kartalla.\n\nEnimmäkseen iD huolehtii suhteiden ylläpidosta automaattisesti muokkauksen\naikana. Tärkein seikka, josta sinun pitäisi olla tietoinen, on että jos poistat\ntienpätkän piirtääksesi sen tarkempaa, sinun pitäisi varmistua, että uusi pätkä on\nsaman suhteen jäsen kuin alkuperäinen.\n\n## Suhteiden muokkaus\n\nJos haluat muokata suhteita, tässä ovat perusasiat.\n\nOminaisuuden lisäämiseksi suhteeseen, valitse ominaisuus, napsauta ”+”-painiketta\nsivupalkin ”All relations”-kappaleessa, ja valitse tai kirjoita suhteen nimi.\n\nUuden suhteen luomisesksi valitse ensin ominaisuus, jonka pitäisi olla jäsen,\nnapsauta ”+”-painiketta ”All relations”-kappaleessa ja valitse ”New relation...”.\n\nOminaisuuden poistamiseksi suhteesta valitse ominaisuus ja napsauta\nroskakoripainiketta sen suhteen vieressä, josta haluat sen poistaa.\n\nVoit luoda monikulmioita rei'illä käyttäen ”Merge”-työkalua. Piirrä kaksi aluetta (sisempi\nja ulompi), pidä Vaihto-näppäin alhaalla ja napsauta niistä kumpaakin molempien\nvalitsemiseksi, ja napsauta sitten ”Merge” (+)-painiketta.\n"
     },
                         "title": "Sallittu"
                     }
                 },
+                "placeholder": "Ei määritelty",
                 "types": {
+                    "access": "Kaikki",
                     "bicycle": "Pyöräily",
                     "foot": "Kävely",
                     "horse": "Hevoset",
                 }
             },
             "access_simple": {
+                "label": "Sallittu käyttäjäryhmä",
                 "placeholder": "kyllä"
             },
             "access_toilets": {
             "length": {
                 "label": "Pituus (metreinä)"
             },
+            "level": {
+                "label": "Kerros"
+            },
             "levels": {
                 "label": "Kerroslukumäärä",
                 "placeholder": "2, 4, 6..."
             "recycling/glass": {
                 "label": "Lasinkeräys"
             },
+            "recycling/glass_bottles": {
+                "label": "Lasipullojenkeräys"
+            },
             "recycling/paper": {
                 "label": "Paperinkeräys"
             },
+            "recycling/plastic": {
+                "label": "Muovinkeräys"
+            },
             "recycling/type": {
                 "label": "Kierrätyksen tyyppi",
                 "options": {
                 "name": "Kierrätyspiste",
                 "terms": "kierrättäminen, kierrätys, lajittelu, uudelleenkäyttö, uudelleenkäyttäminen, ympäristö, lajittelupiste, lajitteluasema, jäte, jätteet, roskat, roska, roskikset, roskis, säiliö, roskasäiliö"
             },
+            "amenity/register_office": {
+                "name": "Maistraatti"
+            },
             "amenity/restaurant": {
                 "name": "Ravintola",
                 "terms": "Ravintola, Ruokaravintola, Bistro, Krouvi, Pizzeria, Ruokala"
             "area": {
                 "name": "Alue"
             },
+            "area/highway": {
+                "name": "Tien päällyste"
+            },
             "barrier": {
                 "name": "Muuri"
             },
             "building/school": {
                 "name": "Koulurakennus"
             },
+            "building/semidetached_house": {
+                "name": "Paritalo"
+            },
             "building/shed": {
                 "name": "Vaja",
                 "terms": "vaja, mökki, liiteri"
             "landuse": {
                 "name": "Maankäyttö"
             },
-            "landuse/allotments": {
-                "name": "Siirtolapuutarha"
-            },
             "landuse/basin": {
                 "name": "Vesiallas"
             },
                 "terms": "leikkipuisto, leikkipaikka, leikki, leikkiä, lapsipuisto, leikkipiste"
             },
             "leisure/running_track": {
-                "name": "Juoksupolku",
+                "name": "Juoksureitti",
                 "terms": "juoksu, juokseminen, polku, rata, reitti, juoksupolku, juoksurata, juoksureitti, liikunta, urheilu, kuntoilu, yleisurheilu"
             },
             "leisure/slipway": {
                 "name": "Vuorenhuippu",
                 "terms": "Huippu, Vuorenhuippu, Korkein kohta, Vuoren huippu"
             },
+            "natural/saddle": {
+                "name": "Sola",
+                "terms": "kanjoni, rinne"
+            },
             "natural/scree": {
                 "name": "Louhikko",
                 "terms": "kivikko, rakka, kivikasa, kasa, kivikumpu, maakasa, vyörylohkareikko, lohkareikko"
                 "name": "Suklaapuoti"
             },
             "shop/clothes": {
-                "name": "Vaatekauppa"
+                "name": "Vaatekauppa",
+                "terms": "vaate, muoti, vaatetus, vaatteet, pukeutuminen, pukea, pukeutua, hm, h&m, hennes, mauritz, dressmann, lindex, kappahl, carlings, bikbok, bik bok, seppälä, aleksi13, aleksi 13,  cubus, ginatricot, gina, tricot, halonen, mango, zara, kauppa, liike, yritys, putiikki, myymälä, vaateliike, vaateyritys, vaatemyymälä"
             },
             "shop/computer": {
                 "name": "Tietokoneliike"
                 "name": "Joentörmä"
             },
             "waterway/sanitary_dump_station": {
-                "name": "Satama-WC:n tyhjennystekniikka"
+                "name": "Veneiden jäteveden tyhjennyspiste",
+                "terms": "jätevesi, WC, satama, vene, veneily, lika, likavesi, vesi, viemäri, viemärivesi, jäte, jätteet, tyhjentää, tyhjennys, poisto, poistaa, tyhjentäminen"
             },
             "waterway/stream": {
                 "name": "Puro"
index 43c4980f837b75730e5c65dd9c65a3825f37135d..88e517c2390c3b3468470f6a1b1d8234591da94a 100644 (file)
             "not_eligible": "Ces éléments ne peuvent pas être fusionnés.",
             "not_adjacent": "Ces lignes ne peuvent pas être fusionnées car elles ne sont pas connectées.",
             "restriction": "Ces lignes ne peuvent pas être fusionnées car au moins l'une d'entre elles est membre d'une relation \"{relation}\".",
-            "incomplete_relation": "Ces éléments ne peuvent pas être fusionnés parce qu'au moins l'un d'entre eux n'a pas été complètement téléchargé."
+            "incomplete_relation": "Ces éléments ne peuvent pas être fusionnés parce qu'au moins l'un d'entre eux n'a pas été complètement téléchargé.",
+            "conflicting_tags": "Ces lignes ne peuvent pas être fusionnées car certains de leur tags ont des valeurs contradictoires."
         },
         "move": {
             "title": "Déplacer",
     "zoom_in_edit": "Zoomer pour Modifier",
     "logout": "Déconnexion",
     "loading_auth": "Connexion à OpenStreetMap...",
-    "report_a_bug": "Signaler un bug",
+    "report_a_bug": "Rapporter un bug",
+    "help_translate": "Aider à traduire",
     "feature_info": {
         "hidden_warning": "{count} éléments cachés",
         "hidden_details": "Ces éléments sont en ce moment cachés: {details}"
         "help": "# Aide\n\nCeci est un éditeur pour [OpenStreetMap](http://www.openstreetmap.org/), la \ncarte du monde libre et éditable. Vous pouvez l'utiliser pour ajouter ou mettre à jour\nles données dans votre zone, et participer ainsi à la réalisation d'une carte du monde libre et à données ouvertes\nmeilleure pour tout le monde.\n\nLes modifications que vous réaliserez sur cette carte seront visibles par tous les utilisateurs d'\nOpenStreetMap.  Pour commencer à éditer, vous devez vous\n[connecter](https://www.openstreetmap.org/login).\n\nL'[éditeur iD](http://ideditor.com/) est un projet collaboratif dont le [code\nsource est disponible sur GitHub](https://github.com/openstreetmap/iD).\n",
         "editing_saving": "# Édition & sauvegarde\n\nCet éditeur est conçu pour fonctionner de façon connecté et vous êtes \nactuellement en train de l'utiliser depuis un site web.\n\n### Sélection des éléments\n\nPour sélectionner un élément de la carte comme une route ou un point d’intérêt, \nil faut cliquer dessus sur la carte. Il sera alors mis en surbrillance et un \npanneau latéral s’ouvrira avec tous ses détails élément ainsi qu'un menu des \nactions disponibles pour cet élément.\n\nPour sélectionner plusieurs éléments, laisser appuyer sur la touche «Shift» du \nclavier. Pendant ce temps, vous pouvez au choix sélectionner les différents \néléments directement ou dessiner une zone rectangulaire à l'aide de la souris. \nLorsque le bouton de la souris est relâché, tous les objets à l'intérieur du \nrectangle seront sélectionnés.\n\n### Sauvegarde des modifications\n\nLorsque vous modifiez la carte (par exemple modification de routes, bâtiments \net places), ces changements sont conservés localement en attendant que vous \nles sauvegardiez sur le serveur. En cas d'erreur, il est possible d'annuler les \nchangements en cliquant sur le bouton idoine. De façon similaire il est possible\n de ré-appliquer un changement qui a été annulé.\n\nLorsque vous souhaitez sauvegarder sur le serveur vos changements, appuyer sur \nle bouton «Sauvegarder». La liste de vos modifications s'affichera alors, vous \npermettant de vérifier vos modifications. Par ailleurs, l'éditeur vous \npréviendra et conseillera si quelque chose semble incorrect.\n\nSi tout semble correct, vous pourrez alors écrire un commentaire du travail \neffectué (par exemple «Ajout d'une boulangerie») puis il faudra à nouveau \nappuyer sur le bouton «Sauvegarder» pour envoyer les changements sur \n[OpenStreetMap.org](http://www.openstreetmap.org/). Vos changements seront \nvisible par tous peu de temps après.\n\nSi vous ne pouvez pas terminer vos changements en une seule fois, vous pouvez \nfermer la fenêtre de l'éditeur. Vos changements seront enregistrés localement. \nLorsque vous ouvrirez à nouveau l'éditeur, sur le même ordinateur et avec le \nmême navigateur Web, l'éditeur vous proposera de récupérer le travail de la \nséance précédente.\n\n### Utilisation de l'éditeur\n\nUne liste des raccourcis claviers est disponible \n[ici](http://wiki.openstreetmap.org/wiki/ID/Shortcuts).\n",
         "roads": "# Routes\n\nVous pouvez créer, mettre à jour et supprimer des routes à l'aide de l'éditeur. Il peut s'agir de tous types de routes : chemins, autoroutes, pistes cyclables, et plus encore : toute voie régulièrement fréquentée peut être cartographiée.\n\n### Sélection\n\nCliquez sur une route pour la sélectionner. Elle sera alors surlignée et un menu 'outils' apparaîtra sur la carte, ainsi qu'une barre d'état affichant des informations supplémentaires.\n\n### Modification\n\nIl est fréquent que les routes ne soient pas bien alignées avec l'imagerie satellite ou avec les traces GPS. Vous pouvez ajuster et corriger la position des routes.\n\nCliquez d'abord sur la route à modifier. Elle est alors surlignée et des points de contrôle apparaissent qui permettent de corriger sa position. Pour ajouter des points de contrôle, double-cliquez sur un segment de la route sans nœuds.\n\nSi la route est connectée à une autre, mais que la connexion est incorrecte, vous pouvez déplacer un de ses points de contrôle sur la seconde route pour corriger la connexion. Des routes bien connectées sont essentielles pour la carte et pour fournir de bonnes informations d'itinéraire.\n\nVous pouvez également cliquer sur l'outil 'Déplacer' ou appuyer sur le raccourci `M` pour déplacer l'ensemble de la route en une fois, puis cliquer de nouveau une fois pour sauvegarder le déplacement.\n\n### Suppression\n\nSi une route est complètement fausse - c'est-à-dire qu'elle n'apparaît pas sur l'image satellite, et que dans l'idéal, vous avez confirmé qu'elle n'existe pas sur le terrain - vous pouvez la supprimer, ce qui l'enlèvera de la carte. Faites attention lorsque vous supprimez des éléments : comme n'importe quelle autre modification, le résultat sera visible par tout le monde sur la carte. Les photos aériennes sont souvent dépassées et la route est peut-être tout simplement récente.\n\nPour supprimer une route, sélectionnez-la en cliquant dessus, puis cliquez sur l'icône 'Poubelle' ou appuyez sur la touche 'Suppr'.\n\n### Création\n\nVous avez constaté qu'une route de votre connaissance manque à la carte ? Cliquez sur l'icône 'Ligne' en haut à gauche de l'éditeur ou appuyez sur le raccourci `2` pour dessiner une route. \n\nPour commencer le dessin, cliquez sur l'endroit où commence la route. Si elle commence à l'embranchement d'une autre route, commencez le dessin en cliquant à l'endroit de la connexion.\n\nCliquez ensuite régulièrement le long de la route pour ajouter des points, en utilisant l'imagerie satellite comme référence. Si la route que vous dessinez croise une autre route, connectez les deux en cliquant à l'endroit de l'intersection. Lorsque vous avez terminé le dessin, double-cliquez ou appuyez sur 'Entrée'.\n",
+        "gps": "# GPS \n\nLe GPS est la source la plus fiable de données pour OpenStreetMap. Cet éditeur \nsupporte les traces en local - fichiers `.gpx` sur votre ordinateur. Vous pouvez collecter \nce genre de trace GPS à l'aide de nombreuses applications pour smartphones ainsi \nqu'avec du matériel GPS personnel. \n\nPour savoir comment effectuer un relevé GPS, lisez \n[Sur le terrain avec un GPS](http://learnosm.org/fr/beginner/using-gps/). \n\nPour utiliser un tracé GPX pour cartographier, effectuer un \"glissé-déposé\" du \nfichier GPX dans l'éditeur de cartes. S'il est reconnu, une ligne violette en \nsurbrillance apparaîtra sur la carte. Cliquez dans le menu \"Données de la carte\"\nsur le côté droit pour activer, désactiver, ou zoomer dans ce nouveau calque GPX. \n\nLe tracé GPX n'est pas directement envoyé sur OpenStreetMap - le meilleur moyen de\nl'utiliser est de dessiner sur la carte, en l'utilisant comme guide pour les \nnouveaux éléments que vous ajoutez, et aussi de le \n[charger dans OpenStreetMap](http://www.openstreetmap.org/trace/create) pour que\nles autres utilisateurs puissent s'en servir. \n",
         "imagery": "# Fond de carte⏎\n⏎\nLes photos aériennes sont une source importante pour cartographier. Une\ncompilation de photos prises d'avion, imageries satellites, et autres sources\nlibre d'utilisation sont disponibles dans l'éditeur dans le menu \"Configuration\ndu fond de carte\" à gauche.⏎\n⏎\nPar défaut, l'imagerie aérienne de [Bing Maps](http://www.bing.com/maps/)\nest utilisée dans l'éditeur, mais lorsque vous zoomez sur la carte, d'autres sources\nsont parfois disponibles dans certaines zones. Certains pays tels que la France, les\nÉtats-Unis ou le Danemark disposent d'images de très haute qualité sur certaines\nzones.⏎\n⏎\nCertaines images sont parfois décalées par rapport aux données, notamment\nà cause d'un mauvais calibrage. Si vous voyez de nombreux éléments tous décalés\npar rapport au fond de carte, ne déplacez pas immédiatement ces éléments. A la\nplace, vous pouvez ajuster le fond de carte afin qu'il soit aligné aux données en\ncliquant sur \"Corriger l'alignement\" en bas de l'interface de configuration du fond\nde carte.⏎\n",
         "addresses": "# Adresses\n\nLes adresses sont parmis les informations les plus utiles pour la carte.\n\nAlors que les adresses sont souvent représentées comme faisant partie des rues, dans OpenStreetMap, les adresses sont enregistrées comme attributs des bâtiments le long des rues.\n\nVous pouvez ajouter une adresse sur les éléments modélisés avec un polygone\net sur ceux modélisés avec des points. La meilleure source de données afin\nde cartographier les adresses reste le relevé sur le terrain ou les connaissances personnelles, car comme pour tous les autres éléments, la copie de données à partir de contenu non libre de droits comme Google Maps est strictement interdite.\n",
+        "inspector": "# Utilisation de l'inspecteur \n\nL'inspecteur est l'élément de l'interface utilisateur qui apparaît à droite de \nla page quand un élément est sélectionné. \n\nIl permet de mettre à jour les détails concernant l'élément sélectionné.\n\n### Sélectionner un type d'élément\n\nAprès ajout d'un point, d'une ligne ou d'un polygone, vous pouvez indiquer de \nquel type d'élément il s'agit : une route principale ou résidentielle, un \nsupermarché, un café... L'inspecteur affiche des boutons pour les éléments les \nplus communs, et vous pouvez trouver les autres à l'aide du formulaire de recherche. \n\nCliquez sur 'i' dans le coin en bas à droite des boutons pour en savoir plus sur\n l'élément dont il s'agit. Cliquez sur le bouton pour choisir cet élément.  \n\n### Utiliser les formulaires et les tags  \n\nAprès avoir choisi le type d'élément, ou lorsque vous sélectionnez un élément \ndont la nature est déjà indiquée, l'inspecteur affiche des champs comprenant des \ndétails sur l'élément concerné - adresse, nom, etc. \n\nEn-dessous des champs, vous pouvez cliquer sur les icônes pour ajouter des \ndétails supplémentaires, comme des informations issues de [Wikipedia](http://www.wikipedia.org/), \ndes renseignements sur l'accès handicapé, ou plus encore.  \n\nEn bas de l'inspecteur, cliquez sur 'Attributs Supplémentaires' pour ajouter des \nattributs arbitraires à l'élément. [Taginfo](http://taginfo.openstreetmap.org/) est \nune excellente ressource pour en savoir plus sur les combinaisons d'attributs les \nplus fréquentes. \n\nLes changements que vous effectuez dans l'inspecteur sont immédiatement visibles \nsur la carte. Vous pouvez les annulez dès que vous le souhaitez en cliquant sur 'annuler'.  \n",
         "buildings": "# Bâtiments\n\nOpenStreetMap est la plus grande base de données au monde sur le bâti.\nVous pouvez améliorer cette base de données.\n\n### Sélection\n\nVous pouvez sélectionner un bâtiment en cliquant sur son contour. Le bâtiment\nsera ainsi surligné, une boîte à outils apparaîtra, ainsi qu'un panneau contenant\nles informations sur le bâtiment.\n\n### Correction\n\nParfois, un bâtiment est mal placé ou possède des informations incorrectes.\n\nPour déplacer un bâtiment dans son intégralité, sélectionnez-le, puis cliquez\nsur l'outil \"Déplacer\". Déplacez ensuite la souris, puis cliquez lorsque le\nbâtiment est placé correctement.\n\nPour corriger la forme d'un bâtiment, glissez-déposez les points du contour\ndu bâtiment.\n\n### Création\n\nL'une des problématiques concernant les bâtiments est qu'ils peuvent être\nreprésentés à la fois par un point ou par un polygone. La règle d'or est de\n_dessiner les bâtiments avec des polygone dès que c'est possible_, et de\ncartographier les entreprises, équipements, adresses, et tout ce qui ne\ndépend pas directement de la construction comme des points placés\nau sein de la forme du bâtiment.\n\nDessinez un bâtiment en cliquant sur le bouton \"Polygone\" en haut à gauche\nde l'interface, ajoutez des points en cliquant sur la carte et terminez la forme\nen cliquant sur le premier point, ou en appuyant sur la touche \"Entrée\" de\nvotre clavier.\n\n### Suppression\n\nSi un bâtiment dessiné est inexistant (par exemple s'il n'existe pas sur l'image\nsatellite et que vous avez vérifié sur place que ce n'était pas une construction\nrécente), vous pouvez le supprimer. Attention avant de supprimer un élément ;\ntout le monde peut constater que vous l'avez supprimé, et il peut s'agir d'un\nélément plus récent que l'image satellite.\n\nVous pouvez supprimer un bâtiment en le sélectionnant, puis en cliquant sur\nl'icône représentant une poubelle, ou en appuyant sur la touche \"Suppr\" de\nvotre clavier.\n",
         "relations": "# Relations⏎\n⏎\nUne relation est un élément spécial dans OpenStreetMap qui permet de regrouper ensemble d'autre éléments\nPar exemple, les deux plus courants types de relations sont *route relations*,\nqui regroupe des sections de route qui appartiennent à une autoroute, \net *multipolygons*, qui regroupe plusieurs lignes qui définissent\nune zone complexe (une avec plusieurs pièces ou trous à l’intérieur comme un donut).⏎\n⏎\nLe groupe d'éléments dans une relation sont appelés *members*. Dans le menu de côté, vous pouvez\nvoir dans quelles relations l'élément appartient, et sélectionner une des relations pour voir.\nLorsque la relation est sélectionnée, vous pouvez voir tous\nles membres listés dans le menu de côté et la mettre en sur-impression sur la carte.⏎\n⏎\nPour la plus part, iD veillera à maintenir les relations automatiquement\npendant que vous éditez. La chose la plus importe que vous devez savoir est que si vous effacez une\nsection de route pour la rendre plus précise, vous devez vous assurer que \nla nouvelle section est un membre des même relations que l'originale.⏎\n⏎\n## Modifier des Relations⏎\n⏎\nSi vous voulez modifier des relations, voici les bases.⏎\n⏎\nPour apporter une information à une relation, sélectionnez l'élément, appuyez sur le bouton \"+\" dans la\nsection \"All relations\" du menu du côté, et sélectionnez ou saisissez le nom de la relation.⏎\n⏎\nPour créer une nouvelle relation, sélectionnez le premier élément qui doit en être membre,\nappuyez sur le bouton \"+\" dans le section \"All relations\", et sélectionner \"New relation...\".\n⏎\nPour retirer un élément d'une relation, sélectionnez l’élément et appuyez sur le symbole de la corbeille.\nbutton next de la relation si vous souhaitez la supprimer.⏎\n⏎\nVous pouvez créer des multipolygons avec des trous en utilisant l'outil \"Merge\". Dessinez deux polygones (inner\net outer), maintenez la touche Shift/Majuscule et appuyez sur chacune d'elles pour les sélectionner, et après\nappuyez le bouton \"Merge\" (+) .⏎\n"
     },
                 "name": "Route"
             },
             "category-route": {
-                "name": "Route"
+                "name": "Itinéraire"
             },
             "category-water-area": {
                 "name": "Eau"
                 "label": "Vente de diesel"
             },
             "fuel/e10": {
-                "label": "Vend du E10"
+                "label": "Vente de E10"
             },
             "fuel/e85": {
-                "label": "Vends du E85"
+                "label": "Vente de E85"
             },
             "fuel/lpg": {
                 "label": "Vente de gaz propane"
                 "label": "Type"
             },
             "lanes": {
-                "label": "Lignes",
+                "label": "Voies",
                 "placeholder": "1, 2, 3..."
             },
             "layer": {
                 "label": "Niveau"
             },
             "levels": {
-                "label": "Niveaux",
+                "label": "Étages",
                 "placeholder": "2, 4, 6..."
             },
             "lit": {
                 "label": "Difficulté VTT en montée",
                 "options": {
                     "0": "0: Inclinaison <10% , sol consistent, pas d'obstacles",
-                    "1": "1: Inclinaison < 15%, sol consistant, quelques menus obstacles",
+                    "1": "1: Inclinaison < 15%, sol consistant, quelques petits obstacles",
                     "2": "2: Inclinaison <20%, surface stable, pierres/racines",
                     "3": "3: Inclinaison <25%, différents types de terrains, pierres/branches",
                     "4": "4: Inclinaison <30%, conditions difficiles, rochers/branches",
                     "carports": "Abris de voiture",
                     "garage_boxes": "Boxes de garage",
                     "lane": "Route",
-                    "multi-storey": "Multiples niveaux",
+                    "multi-storey": "Multiples étages",
                     "sheds": "Cabanes",
                     "surface": "Surface",
                     "underground": "Souterrain"
                 },
                 "placeholder": "Dur, Majoritairement Dur, Mou..."
             },
+            "traffic_signals": {
+                "label": "Type"
+            },
             "trail_visibility": {
                 "label": "Visibilité du sentier",
                 "options": {
             },
             "website": {
                 "label": "Site internet",
-                "placeholder": "http://example.com"
+                "placeholder": "http://exemple.fr"
             },
             "wetland": {
                 "label": "Type"
                 "terms": "Banc public"
             },
             "amenity/bicycle_parking": {
-                "name": "Parc à vélos",
-                "terms": "Parking à vélo, Parking à bicyclette, Stationnement à vélo"
+                "name": "Parking à vélos",
+                "terms": "Parc à vélos,Parking à vélo, Parking à bicyclette, Stationnement à vélo"
             },
             "amenity/bicycle_rental": {
                 "name": "Location de vélos",
                 "terms": "Autopartage, partage de voitures"
             },
             "amenity/car_wash": {
-                "name": "Lavage de voiture, Lave auto",
+                "name": "Lavage de voiture",
                 "terms": "Lavage de voiture, lave auto"
             },
             "amenity/casino": {
             },
             "amenity/community_centre": {
                 "name": "Salle des fêtes",
-                "terms": "Salle festive, Salle polyvalente, Centre communautaire => Canada"
+                "terms": "Salle festive, Salle polyvalente, Centre communautaire"
             },
             "amenity/compressed_air": {
                 "name": "Air comprimé",
             },
             "amenity/courthouse": {
                 "name": "Tribunal",
-                "terms": "Palais de Justice, Tribunal"
+                "terms": "Palais de Justice"
             },
             "amenity/dentist": {
                 "name": "Dentiste",
             },
             "amenity/kindergarten": {
                 "name": "Terrains d'école maternelle / jardin d'enfants",
-                "terms": "Terrains d'école maternelle / jardin d'enfants"
+                "terms": "Crèche,Halte-garderie,Jardin d'enfants,École maternelle,École enfantine"
             },
             "amenity/library": {
                 "name": "Bibliothèque",
                 "name": "Place de marché",
                 "terms": "Marché"
             },
+            "amenity/motorcycle_parking": {
+                "name": "Parking pour motos",
+                "terms": "Parc à motos,Stationnement motos"
+            },
             "amenity/nightclub": {
                 "name": "Boîte de nuit",
                 "terms": "Boîte de nuit"
             },
             "amenity/parking": {
-                "name": "Parc de stationnement",
-                "terms": "Parc de stationnement, parking"
+                "name": "Parking",
+                "terms": "Parc de stationnement"
             },
             "amenity/parking_entrance": {
                 "name": "Entrée/Sortie de parking",
             },
             "amenity/townhall": {
                 "name": "Mairie",
-                "terms": "Mairie"
+                "terms": "Mairie,Hôtel de ville,Maison commune"
             },
             "amenity/university": {
                 "name": "Terrains d'université",
             },
             "building/detached": {
                 "name": "Maison individuelle",
-                "terms": "Maison non attenante"
+                "terms": "Maison indépendante"
             },
             "building/dormitory": {
                 "name": "Résidence universitaire",
             },
             "building/kindergarten": {
                 "name": "Bâtiment d'école maternelle / jardin d'enfants",
-                "terms": "Bâtiment d'école maternelle / jardin d'enfants"
+                "terms": "Crèche,Halte-garderie,Jardin d'enfants,École maternelle,École enfantine"
             },
             "building/public": {
                 "name": "Établissement public",
                 "name": "Bâtiment d'école primaire, collège, lycée  Cycles primaires et secondaires",
                 "terms": "Bâtiment d'école primaire, collège, lycée  Cycles primaires et secondaires"
             },
+            "building/semidetached_house": {
+                "name": "maison mitoyenne",
+                "terms": "maison jumelée"
+            },
             "building/shed": {
                 "name": "Cabanon",
                 "terms": "Petit hangar, cabanon, resserre"
             },
             "highway/pedestrian": {
                 "name": "Rue piétonne",
-                "terms": "Rue piétonnisée,Espace piétonnier"
+                "terms": "Rue piétonnière,Espace piétonnier,Place piétonne,Rue piétonne"
             },
             "highway/primary": {
                 "name": "Route principale",
             },
             "landuse/allotments": {
                 "name": "Jardins familiaux",
-                "terms": "Jardins familiaux, eco-jardins, jardins communautaires, jardin communautaire"
+                "terms": "Jardins familiaux"
             },
             "landuse/basin": {
                 "name": "Bassin",
                 "terms": "Jeux pour adultes"
             },
             "leisure/bowling_alley": {
-                "name": "Boulodrome",
-                "terms": "Jeux de boules"
+                "name": "Bowling",
+                "terms": "Jeux de boules,Jeu de quilles,Quilles"
             },
             "leisure/common": {
                 "name": "Terrain communal",
                 "terms": "Terrain de base-ball"
             },
             "leisure/pitch/basketball": {
-                "name": "Terrain de basketball",
+                "name": "Terrain de basket",
                 "terms": "Terrain de basket, terrain de basketball"
             },
+            "leisure/pitch/rugby_league": {
+                "name": "Terrain de rugby à XIII",
+                "terms": "Rugby"
+            },
+            "leisure/pitch/rugby_union": {
+                "name": "Terrain de Rugby à XV",
+                "terms": "Rugby"
+            },
             "leisure/pitch/skateboard": {
-                "name": "Planchodrome",
+                "name": "Skatepark",
                 "terms": "Planchodrome, skate park"
             },
             "leisure/pitch/soccer": {
             },
             "leisure/slipway": {
                 "name": "Plan incliné",
-                "terms": "Cale de lancement"
+                "terms": "Cale de lancement, Cale, Cale de mise à l'eau"
             },
             "leisure/sports_center": {
                 "name": "Centre sportif / Salle de gymnastique",
                 "name": "Bunker",
                 "terms": "casemate, blockhaus, bunker"
             },
+            "military/checkpoint": {
+                "name": "Poste de contrôle militaire",
+                "terms": "Poste-frontière, Point de contrôle, Poste de contrôle,Militaire"
+            },
+            "military/danger_area": {
+                "name": "Zone militaire dangeureuse",
+                "terms": "Zone dangereuse, Région dangereuse, Dangereuse, Danger,Militaire"
+            },
+            "military/naval_base": {
+                "name": "Base navale",
+                "terms": "Base Navale, Base militaire, Marine, Port maritime"
+            },
+            "military/obstacle_course": {
+                "name": "Parcours du combattant",
+                "terms": "Parcours du combattant, Course, Obstacles"
+            },
             "military/range": {
                 "name": "Stand de tir",
                 "terms": "Champ de tir,Stand de tir"
             },
+            "military/training_area": {
+                "name": "Zone d'entraînement militaire",
+                "terms": "Zone d'entraînement"
+            },
             "natural": {
                 "name": "Nature",
                 "terms": "Nature"
             },
             "natural/heath": {
                 "name": "Lande",
-                "terms": "Santé"
+                "terms": "Bruyère"
             },
             "natural/peak": {
                 "name": "Sommet",
                 "terms": "Piste de ski"
             },
             "place": {
-                "name": "Toponymie",
-                "terms": "Lieu"
+                "name": "Lieu",
+                "terms": "Toponymie,Place"
             },
             "place/city": {
                 "name": "Grande ville (>100.000 habitants)",
                 "terms": "Dos d'âne"
             },
             "traffic_calming/rumble_strip": {
-                "name": "Section de route à rainurage",
-                "terms": "Bande rugueuse"
+                "name": "Bande rugueuse",
+                "terms": "Section de route à rainurage"
             },
             "traffic_calming/table": {
                 "name": "Passage pour piétons surélévé",
index 4f0f1d4617ef6baaecd7a993d0f8bacdc03e1071..02be5bad360e82881f3a26a42b2c413c20b96b21 100644 (file)
     "zoom_in_edit": "Fai zoom para editar.",
     "logout": "saír",
     "loading_auth": "Conectando con OpenStreetMap...",
-    "report_a_bug": "informar dun erro",
     "feature_info": {
         "hidden_warning": "{count} elementos agochados",
         "hidden_details": "Estes elementos agora están agochados: {details} "
             "historic/wayside_shrine": {
                 "name": "Peto de ánimas"
             },
-            "landuse/allotments": {
-                "name": "Horta urbana"
-            },
             "landuse/basin": {
                 "name": "Cunca"
             },
diff --git a/vendor/assets/iD/iD/locales/hi-IN.json b/vendor/assets/iD/iD/locales/hi-IN.json
deleted file mode 100644 (file)
index 9878b65..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-{
-    "modes": {
-        "add_area": {
-            "title": "क्षेत्र"
-        },
-        "add_line": {
-            "title": "रेखा"
-        },
-        "add_point": {
-            "title": "बिन्दु"
-        }
-    },
-    "operations": {
-        "continue": {
-            "key": "A",
-            "title": "जारी रखें"
-        },
-        "circularize": {
-            "key": "O"
-        }
-    },
-    "presets": {
-        "categories": {
-            "category-building": {
-                "name": "इमारत"
-            }
-        }
-    }
-}
\ No newline at end of file
index b1e0aff282857afed75c647d9d3252a14f57d3f0..faee0b1f53b1f67b455f176c03ce6c831e0d6044 100644 (file)
     "zoom_in_edit": "Povećaj prikaz za uređivanje",
     "logout": "odjava",
     "loading_auth": "Spajanje na OpenStreetMap...",
-    "report_a_bug": "Prijavi grešku",
     "feature_info": {
         "hidden_warning": "{count} skrivenih značajki",
         "hidden_details": "Ove značajke su trenutno skrivene: {details}"
             "layer": {
                 "label": "Sloj"
             },
+            "leaf_cycle": {
+                "label": "Padanje lišća",
+                "options": {
+                    "deciduous": "Listopadno",
+                    "evergreen": "Zimzeleno",
+                    "mixed": "Mješano",
+                    "semi_deciduous": "Polu-listopadni",
+                    "semi_evergreen": "Polu-zimzeleni"
+                }
+            },
+            "leaf_cycle_singular": {
+                "label": "Padanje lišća",
+                "options": {
+                    "deciduous": "Listopadan",
+                    "evergreen": "Zimzeleno",
+                    "semi_deciduous": "Polu-listopadni",
+                    "semi_evergreen": "Polu-zimzeleni"
+                }
+            },
+            "leaf_type": {
+                "label": "Vrsta listova",
+                "options": {
+                    "broadleaved": "Široki list",
+                    "leafless": "Bez lišća",
+                    "mixed": "Mješano",
+                    "needleleaved": "Iglice"
+                }
+            },
+            "leaf_type_singular": {
+                "label": "Vrsta listova",
+                "options": {
+                    "broadleaved": "Široki list",
+                    "leafless": "Bez lišća",
+                    "needleleaved": "Iglice"
+                }
+            },
             "leisure": {
                 "label": "Vrsta"
             },
             "recycling/glass": {
                 "label": "Prima staklo"
             },
+            "recycling/glass_bottles": {
+                "label": "Prima staklene boce"
+            },
             "recycling/paper": {
                 "label": "Prima papir"
             },
+            "recycling/plastic": {
+                "label": "Prima plastiku"
+            },
             "recycling/type": {
+                "label": "Tip reciklaže",
                 "options": {
                     "centre": "Reciklažni centar",
                     "container": "Kontejner"
                     "yes": "Da"
                 }
             },
+            "service_rail": {
+                "label": "Vrsta usluge"
+            },
             "shelter": {
                 "label": "Sklonište"
             },
                 },
                 "placeholder": "Mali kotačići, kotači, off-road"
             },
+            "social_facility_for": {
+                "label": "Posluživanje"
+            },
             "source": {
                 "label": "Izvor"
             },
                     "bridge": "Most",
                     "cutting": "Usjek",
                     "embankment": "Nasip",
+                    "ford": "Prijelaz preko potoka",
                     "tunnel": "Tunel"
                 },
                 "placeholder": "Nepoznat"
                 "label": "Površina"
             },
             "takeaway": {
+                "label": "Dostava",
                 "options": {
                     "no": "Ne",
+                    "only": "Samo dostava",
                     "yes": "Da"
-                }
+                },
+                "placeholder": "Da, ne, samo dostava..."
             },
             "toilets/disposal": {
                 "label": "Vrsta odvoda"
             },
             "trail_visibility": {
                 "label": "Vidljivost staze",
+                "options": {
+                    "bad": "Loša: nema markacija, staza je ponekad nevidljiva",
+                    "excellent": "Sjajna: staza je jasna, markacije svuda",
+                    "good": "Dobra: markacije vidljive, ponekad ih je potrebno potražiti",
+                    "horrible": "Grozna: staze često nema, potrebne su vještine orjentacije",
+                    "intermediate": "Srednja: par markacija, staza je obično vidljiva",
+                    "no": "Nema: staza ne postoji, potrebna sjajna vještina orjentacije"
+                },
                 "placeholder": "Odlična, dobra, loša..."
             },
             "trees": {
                 "name": "Autopraonica",
                 "terms": "praonica automobila"
             },
+            "amenity/casino": {
+                "name": "Kasino",
+                "terms": "casino, kockarnica"
+            },
             "amenity/charging_station": {
                 "name": "Punionica za električna vozila",
                 "terms": "električna punionica,pumpa za električna vozila"
             "amenity/doctor": {
                 "name": "Doktor"
             },
+            "amenity/dojo": {
+                "name": "Škola borilačkih vještina"
+            },
             "amenity/drinking_water": {
                 "name": "Pitka voda",
                 "terms": "voda za piće,pitka voda,pipa,fontana,slavina"
                 "name": "Tržnica",
                 "terms": "tržnica,pijaca,pijac,pija,plac"
             },
+            "amenity/motorcycle_parking": {
+                "name": "Parkiralište za motocikle"
+            },
             "amenity/nightclub": {
                 "name": "Noćni klub"
             },
                 "terms": "zgrada,kuća,građevina,neboder"
             },
             "building/apartments": {
-                "name": "Apartmani"
+                "name": "Stambena zgrada",
+                "terms": "Zgrada sa stanovima, zgrada sa apartmanima"
             },
             "building/barn": {
                 "name": "Ambar",
             "building/bunker": {
                 "name": "Bunker"
             },
+            "building/cabin": {
+                "name": "Mala drvena kućica, sklonište"
+            },
             "building/cathedral": {
                 "name": "Katedrala"
             },
             "building/chapel": {
-                "name": "Kapelica"
+                "name": "Kapelica",
+                "terms": "kapela, kapelica"
             },
             "building/church": {
                 "name": "Crkva"
             "building/construction": {
                 "name": "Zgrada u izgradnji"
             },
-            "building/detached": {
-                "name": "Samostojni dom"
-            },
             "building/dormitory": {
                 "name": "Studentski dom"
             },
                 "name": "Javna građevina"
             },
             "building/residential": {
-                "name": "Stambena zgrada"
+                "name": "Građevina za stanovanje"
             },
             "building/retail": {
                 "name": "Trgovinska zgrada"
             "building/warehouse": {
                 "name": "Skladište"
             },
+            "craft": {
+                "name": "Zanat"
+            },
             "craft/beekeeper": {
                 "name": "Pčelar"
             },
             "craft/carpenter": {
                 "name": "Stolar"
             },
+            "craft/carpet_layer": {
+                "name": "Postavljač tepiha"
+            },
             "craft/caterer": {
                 "name": "Dostavljač"
             },
             "entrance": {
                 "name": "Ulaz/izlaz"
             },
+            "footway/crossing": {
+                "name": "Pješački prijelaz",
+                "terms": "zebra"
+            },
             "footway/sidewalk": {
                 "name": "Pločnik"
             },
+            "ford": {
+                "name": "Prijelaz preko potoka"
+            },
             "golf/rough": {
                 "name": "Grubo"
             },
                 "name": "Autobusna stanica",
                 "terms": "bus stanica,stanica za bus,autobusna stanica,busna stanica"
             },
+            "highway/crossing": {
+                "name": "Pješački prijelaz",
+                "terms": "zebra"
+            },
             "highway/cycleway": {
                 "name": "Biciklistička staza"
             },
             "highway/path": {
                 "name": "Staza"
             },
+            "highway/pedestrian": {
+                "name": "Pješačka zona"
+            },
             "highway/primary": {
                 "name": "Državna cesta"
             },
                 "name": "Znak stop",
                 "terms": "znak stop,stop,prometni znak,znak"
             },
+            "highway/street_lamp": {
+                "name": "Ulična lampa"
+            },
             "highway/tertiary": {
                 "name": "Lokalna cesta"
             },
                 "name": "Svetište uz cestu",
                 "terms": "svetište uz cestu,svetište uz put"
             },
-            "landuse/allotments": {
-                "name": "Vrtovi",
-                "terms": "urbani vrtovi,gradski vrtovi"
+            "junction": {
+                "name": "Križanje"
+            },
+            "landuse": {
+                "name": "Zemljišna zona"
             },
             "landuse/basin": {
                 "name": "Bazen kišnice"
             "leisure": {
                 "name": "Razonoda"
             },
+            "leisure/bowling_alley": {
+                "name": "Kuglalište"
+            },
             "leisure/common": {
                 "name": "Zelena površina po kojoj se može hodati - u UK",
                 "terms": "zelena površina,zelena površina po kojoj se može hodati,zajednička zelena površina"
             "leisure/park": {
                 "name": "Park"
             },
+            "leisure/picnic_table": {
+                "name": "Stol za "
+            },
             "leisure/pitch": {
                 "name": "Sportski teren",
                 "terms": "sportsko igralište"
                 "name": "Navoz za brodove",
                 "terms": "istezalište"
             },
+            "leisure/sports_center": {
+                "name": "Sportski centar"
+            },
             "leisure/stadium": {
                 "name": "Stadion",
                 "terms": "stadion,sportska arena"
                 "name": "Ljudske tvorevine",
                 "terms": "ljudske tvorevine,napravio čovjek,umjetno,ljudska tvorevina u okolišu"
             },
+            "man_made/adit": {
+                "name": "Položeni ulaz u rudnik"
+            },
             "man_made/breakwater": {
                 "name": "Lukobran",
                 "terms": "lukobran,zaštita luke od valova,zaštita luke,umjetna zaštita luke,valolom,utvrda obale,molo"
                 "name": "Vodotoranj",
                 "terms": "vodotoranj,toranj sa spremištem za vodu,spremište za vodu,vodeni toranj,toranj s vodom"
             },
+            "man_made/water_well": {
+                "name": "Zdenac",
+                "terms": "bunar"
+            },
             "man_made/water_works": {
                 "name": "Vodocrpilište",
                 "terms": "vodocrpilište,vodovod,vodovodna instalacija,vađenje pitke vode"
                 "name": "Planinski vrh",
                 "terms": "planinski vrh,vrh,sljeme,vrhunac,šiljak,najviša točka"
             },
+            "natural/saddle": {
+                "name": "Prijevoj"
+            },
             "natural/scree": {
                 "name": "Sitno kamenje na strmini",
                 "terms": "hrpa gruha,sip,plazina,kršlje,krš,sitno kamenje na strmini,kamenje na strmini,kamenjar,kamen"
                 "name": "Drvo",
                 "terms": "stablo,drvo,deblo"
             },
+            "natural/tree_row": {
+                "name": "Drvored"
+            },
+            "natural/volcano": {
+                "name": "Vulkan"
+            },
             "natural/water": {
                 "name": "Voda",
                 "terms": "voda,bara,jezero,akva,lokva"
             "shop/art": {
                 "name": "Umjetnička galerija"
             },
+            "shop/baby_goods": {
+                "name": "Trgovina za bebe",
+                "terms": "Baby, bebe, dojenčad, kolica, pelene"
+            },
+            "shop/bag": {
+                "name": "Trgovina sa torbama"
+            },
             "shop/bakery": {
                 "name": "Pekara",
                 "terms": "pekara,pekarnica,pekarna"
                 "name": "Kozmetički salon",
                 "terms": "kozmetički salon,solarij,salon ljepote,pediker,beauty centar"
             },
+            "shop/bed": {
+                "name": "Trgovina opreme za krevete",
+                "terms": "madrac, madraci, podnica, podnice, posteljina, jastuk, jastuci"
+            },
             "shop/beverages": {
                 "name": "Trgovina s pićima",
                 "terms": "podrum pića,trgovina za piće"
                 "name": "Trgovina mješovitom robom",
                 "terms": "dućan,trgovina,prodavaonica,samoposluga,kvartovska trgovina,trgovina mješovitom robom, prodavaonica mješovite robe"
             },
+            "shop/copyshop": {
+                "name": "Fotokopiraona",
+                "terms": "Copy dućan, trgovina za kopiranje, kopiraonica"
+            },
             "shop/cosmetics": {
                 "name": "Prodavaonica kozmetike"
             },
+            "shop/craft": {
+                "name": "Hobby & art dućan",
+                "terms": "dućan za hobije, slikarski dućan, kistovi"
+            },
+            "shop/curtain": {
+                "name": "Trgovina za zastore"
+            },
             "shop/dairy": {
                 "name": "Prodavaonica mliječnih proizvoda"
             },
                 "name": "Prodavaonica erotskih pomagala",
                 "terms": "erotika, eros, pornjava,sexy shop"
             },
+            "shop/fabric": {
+                "name": "Trgovina za tkanine"
+            },
             "shop/farm": {
                 "name": "Prodavaonica proizvoda farme"
             },
+            "shop/fashion": {
+                "name": "Modni dućan"
+            },
             "shop/fishmonger": {
                 "name": "Ribarnica",
                 "terms": "ribarnica"
                 "name": "Cvjećarna",
                 "terms": "cvjećara,cvjećarna,cvjećarnica,trgovina cvijećem,prodavaonica cvijeća"
             },
+            "shop/frame": {
+                "name": "Trgovina za okvire"
+            },
+            "shop/funeral_directors": {
+                "name": "Pogrebno poduzeće",
+                "terms": "Pogrebna služba, posmrtna pripomoć"
+            },
             "shop/furniture": {
                 "name": "Salon namještaja",
                 "terms": "trgovina namještaja,prodavaonica namještaja"
                 "name": "Prodavaonica audio opreme",
                 "terms": "trgovina audio opreme"
             },
+            "shop/interior_decoration": {
+                "name": "Trgovina unutarnjeg uređenja"
+            },
             "shop/jewelry": {
                 "name": "Zlatarnica",
                 "terms": "zlatarna,zlatara,zlatar"
             "shop/kiosk": {
                 "name": "Kiosk za novine"
             },
+            "shop/kitchen": {
+                "name": "Trgovina kuhinjskog namještaja",
+                "terms": "kuhinje, pećnice, hladnjak"
+            },
             "shop/laundry": {
                 "name": "Praonica rublja",
                 "terms": "praonica rublja"
             },
+            "shop/leather": {
+                "name": "Trgovina kožnom galanterijom"
+            },
             "shop/locksmith": {
                 "name": "Bravar"
             },
             "shop/massage": {
                 "name": "Studio za masažu"
             },
+            "shop/medical_supply": {
+                "name": "Trgovina medicinske opreme",
+                "terms": "proteze, medicinske potrepštine"
+            },
             "shop/mobile_phone": {
                 "name": "Prodavaonica mobilnih telefona",
                 "terms": "prodavaonica mobitela"
                 "name": "Prodavaonica glazbene opreme",
                 "terms": "glazbeni dućan,glazbena trgovina"
             },
+            "shop/musical_instrument": {
+                "name": "Trgovina glazbenih instrumenata",
+                "terms": "Muzička trgovina, muzički dućan, gitare, bubnjevi"
+            },
+            "shop/newsagent": {
+                "name": "Trgovina za novine i magazine"
+            },
             "shop/optician": {
                 "name": "Optičar",
                 "terms": "optičar"
             },
+            "shop/organic": {
+                "name": "Trgovina za organsku hranu"
+            },
+            "shop/outdoor": {
+                "name": "Trgovina sa opremom za kampiranje",
+                "terms": "planinarenje, trčanje, kampiranje"
+            },
             "shop/pawnbroker": {
                 "name": "Zalagaonica"
             },
                 "name": "Prodavaonica za pirotehniku",
                 "terms": "vatromet,pirotehnika,petarda,prskalice"
             },
+            "shop/radiotechnics": {
+                "name": "Trgovina za elektroniku"
+            },
             "shop/religion": {
                 "name": "Prodavaonica religioznih pomagala"
             },
                 "name": "Studio za tetoviranje",
                 "terms": "tetovaže,pirsing,tetoviranje,salon za tetoviranje"
             },
+            "shop/tea": {
+                "name": "Trgovina za čajeve"
+            },
+            "shop/tobacco": {
+                "name": "Trgovina za duhanske proizvode",
+                "terms": "cigare, cigarete, duhan"
+            },
             "shop/toys": {
                 "name": "Prodavaonica igračaka",
                 "terms": "trgovina igračaka,trgovina s igračkama,trgovina igračkama,dućan s igračkama,prodavaonica igračaka"
                 "name": "Prazan dućanski prostor",
                 "terms": "prazan dućan,prazna trgovina,trgovina koja se ne koristi,napuštena trgovina,napušten dućan,prazna prodavaonica,nekorištena prodavaonica,nekorištena trgovina,nekorišten dućan"
             },
+            "shop/vacuum_cleaner": {
+                "name": "Trgovina za usisavače"
+            },
             "shop/variety_store": {
                 "name": "Prodavaonica mješovite robe",
                 "terms": "prodavaonica mješovite robe,trgovina,prodavaonica,svaštara,dućan"
                 "name": "Prodavaonica video igara",
                 "terms": "računalne igre, igrice"
             },
+            "shop/water_sports": {
+                "name": "Trgovina za vodene sportove",
+                "terms": "plivanje, ronjenje"
+            },
+            "shop/weapons": {
+                "name": "Trgovina za oružje"
+            },
             "shop/wine": {
                 "name": "Vinarija"
             },
                 "name": "Vodoodvodni kanal",
                 "terms": "kanal,rov,prokop,šamac"
             },
+            "waterway/fuel": {
+                "name": "Benzinska postaja za brodove"
+            },
             "waterway/river": {
                 "name": "Rijeka"
             },
                 "name": "Riječna obala",
                 "terms": "riječna obala,obala rijeke,rijeka"
             },
+            "waterway/sanitary_dump_station": {
+                "name": "Pražnjenje brodskog spremnika fekalija"
+            },
             "waterway/stream": {
                 "name": "Potok",
                 "terms": "tok,potok,mlaz,bujica"
index 49818ba1cb38a52ce9a918da9adb6873b73bdb74..edd3b8f6c6ea3c509b5b9cf35dcf392bee4fce5e 100644 (file)
@@ -43,7 +43,7 @@
         "continue": {
             "key": "A",
             "title": "Folytatás",
-            "description": "A vonal folytatása.",
+            "description": "Ez a vonal folytatása.",
             "not_eligible": "Itt nincs folytatható vonal.",
             "multiple": "Itt több vonal is folytatható. A választáshoz nyomd meg a Shift gombot és kattints az egyikre a kijelöléshez.",
             "annotation": {
     "zoom_in_edit": "Szerkesztéshez nagyíts rá",
     "logout": "kijelentkezés",
     "loading_auth": "Csatlakozás az OpenStreetMap szerverhez…",
-    "report_a_bug": "hiba jelentése",
     "feature_info": {
         "hidden_warning": "{count} rejtett elem",
         "hidden_details": "Ezek az elemek jelenleg rejtettek: {details}"
         "out": "Távolítás"
     },
     "cannot_zoom": "Nem lehet jobban eltávolítani ebben a módban.",
+    "full_screen": "Váltás Teljes Képernyőre",
     "gpx": {
         "local_layer": "GPX fájl betöltése",
         "drag_drop": "Húzz egy .gpx fájlt az oldalra, vagy kattints a gombra a tallózáshoz.",
         },
         "fields": {
             "access": {
+                "label": "Engedélyezett behajtás",
                 "options": {
                     "designated": {
                         "description": "Behajtást engedélyező tábla, vagy helyi jogszabály",
                     },
                     "destination": {
                         "description": "A behajtás csak a célpont eléréséhez engedélyezett",
-                        "title": "Célforgalom"
+                        "title": "Cél"
+                    },
+                    "dismount": {
+                        "description": "A behajtás engedélyezett, de az vezetőnek le kell szállni",
+                        "title": "Leszállás"
                     },
                     "no": {
                         "description": "Behajtás semmilyen forgalomnak nem engedélyezett",
                     },
                     "permissive": {
                         "description": "Behajtás engedélyezett, amíg a tulajdonos vissza nem vonja az engedélyt",
-                        "title": "Megengedett."
+                        "title": "Megengedett"
                     },
                     "private": {
                         "description": "Behajtás csak a tulajdonos engedélyével, vagy egyedi elbírálás alapján",
                         "title": "Privát"
                     },
                     "yes": {
-                        "description": "Jogilag engedélyezett; szolgalmi jog",
+                        "description": "Bejárás jogilag engedélyezett; áthaladási jog",
                         "title": "Engedélyezett"
                     }
                 },
+                "placeholder": "Nem meghatározott",
                 "types": {
+                    "access": "Összes",
                     "bicycle": "Kerékpár",
                     "foot": "Gyalog",
                     "horse": "Ló",
-                    "motor_vehicle": "Gépjárművek"
+                    "motor_vehicle": "Gépjármű"
                 }
             },
             "access_simple": {
+                "label": "Engedélyezett bejárás",
                 "placeholder": "igen"
             },
             "access_toilets": {
             "address": {
                 "label": "Cím",
                 "placeholders": {
-                    "city": "város",
+                    "city": "Város",
                     "conscriptionnumber": "123",
                     "country": "Ország",
                     "district": "Kerület",
                     "housename": "Háznév",
                     "housenumber": "123",
                     "place": "Hely",
-                    "postcode": "írányítószám",
+                    "postcode": "Irányítószám",
                     "province": "Tartomány",
                     "state": "Régió",
-                    "street": "utca",
+                    "street": "Utca",
                     "subdistrict": "Városrész",
                     "suburb": "Külváros"
                 }
                 "label": "Típus"
             },
             "aerialway/access": {
-                "label": "Be- és kiszállás",
+                "label": "Hozzáférés",
                 "options": {
                     "both": "Mindkettő",
                     "entry": "Bejárat",
                 "placeholder": "2, 4, 8..."
             },
             "aerialway/summer/access": {
-                "label": "Be- és kiszállás (nyáron)",
+                "label": "Hozzáférés (nyáron)",
                 "options": {
                     "both": "Mindkettő",
                     "entry": "Bejárat",
                 }
             },
             "aeroway": {
-                "label": "típus"
+                "label": "Típus"
             },
             "amenity": {
-                "label": "típus"
+                "label": "Típus"
+            },
+            "area/highway": {
+                "label": "Típus"
             },
             "artist": {
                 "label": "Művész"
                 "label": "Típus"
             },
             "atm": {
-                "label": "Bankautomata"
+                "label": "ATM"
             },
             "backrest": {
                 "label": "Háttámla"
                 "label": "Pad"
             },
             "bicycle_parking": {
-                "label": "típus"
+                "label": "Típus"
             },
             "boundary": {
                 "label": "Típus"
                 "label": "Gyűjtési alkalmak"
             },
             "construction": {
-                "label": "típus"
+                "label": "Típus"
             },
             "content": {
                 "label": "Tartalom"
             "cuisine": {
                 "label": "Konyha"
             },
+            "cycleway": {
+                "label": "Kerékpáros sávok",
+                "options": {
+                    "lane": {
+                        "description": "Egy kerékpáros sáv el van választva az autó forgalomtól egy festett vonallal",
+                        "title": "Standard kerékpáros sáv"
+                    },
+                    "none": {
+                        "description": "Nincs kerékpársáv",
+                        "title": "Semmi"
+                    },
+                    "opposite": {
+                        "description": "Egy kerékpársáv, ami mindkét irányba halad egy egyirányú úton",
+                        "title": "Szembeforgalmi kerékpársáv"
+                    },
+                    "opposite_lane": {
+                        "description": "Egy kerékpársáv, ami a szembejövő forgalomban halad",
+                        "title": "Szemben lévő kerékpársáv"
+                    },
+                    "share_busway": {
+                        "description": "Egy kerékpáros sáv meg van osztva egy buszsávval",
+                        "title": "Kerékpársáv megosztva busszal"
+                    },
+                    "shared_lane": {
+                        "description": "Egy kerékpársáv, ami nincs elválasztva az autóforgalomtól",
+                        "title": "Megosztott kerékpáros sáv"
+                    },
+                    "track": {
+                        "description": "Egy kerékpársáv fizikai akadállyal elválasztva a forgalomtól",
+                        "title": "Kerékpáros pálya"
+                    }
+                },
+                "placeholder": "semmi",
+                "types": {
+                    "cycleway:left": "Bal oldal",
+                    "cycleway:right": "Jobb oldal"
+                }
+            },
             "delivery": {
                 "label": "Házhozszállítás"
             },
             "description": {
                 "label": "Leírás"
             },
+            "drive_through": {
+                "label": "Áthajtás"
+            },
             "electrified": {
                 "label": "Villamosítottság",
                 "options": {
                     "deciduous": "Lombhullató",
                     "evergreen": "Örökzöld",
                     "mixed": "Kevert, vegyes",
-                    "semi_deciduous": "Félig lombhullató",
+                    "semi_deciduous": "Féllombhullató",
                     "semi_evergreen": "Félörökzöld "
                 }
             },
+            "leaf_cycle_singular": {
+                "label": "Levél",
+                "options": {
+                    "deciduous": "Lombhullató",
+                    "evergreen": "Örökzöld",
+                    "semi_deciduous": "Féllombhullató",
+                    "semi_evergreen": "Félörökzöld"
+                }
+            },
             "leaf_type": {
                 "label": "Levél és lomb típusa ",
                 "options": {
                     "needleleaved": "Tűlevelű"
                 }
             },
+            "leaf_type_singular": {
+                "label": "Levéltípus",
+                "options": {
+                    "broadleaved": "Lombos",
+                    "leafless": "Lombtalan",
+                    "needleleaved": "Tűleveles"
+                }
+            },
             "leisure": {
                 "label": "Típus"
             },
             "length": {
                 "label": "Hosszúság (méterben)"
             },
+            "level": {
+                "label": "Szint"
+            },
             "levels": {
                 "label": "Szintek",
                 "placeholder": "2, 4, 6..."
             "power": {
                 "label": "Típus"
             },
+            "power_supply": {
+                "label": "Áramszolgáltatás"
+            },
             "railway": {
                 "label": "Típus"
             },
             "recycling/glass": {
                 "label": "Üveget elfogad"
             },
+            "recycling/glass_bottles": {
+                "label": "Üvegpalackot elfogad"
+            },
             "recycling/paper": {
                 "label": "Papírt elfogad"
             },
+            "recycling/plastic": {
+                "label": "Műanyagot elfogad"
+            },
+            "recycling/type": {
+                "label": "Újrahasznosítás típusa",
+                "options": {
+                    "centre": "Újrahasznosító központ",
+                    "container": "Konténer"
+                }
+            },
             "ref": {
                 "label": "Azonosító"
             },
                 },
                 "placeholder": "Túraút, Magashegyi túraút..."
             },
+            "sanitary_dump_station": {
+                "label": "WC ártalmatlanítás"
+            },
             "seasonal": {
                 "label": "Időszakos"
             },
                 "label": "Levegő pumpa",
                 "options": {
                     "no": "Nem",
-                    "undefined": "Feltételezzük, hogy nincs",
+                    "undefined": "Feltételezhető, hogy nincs",
                     "yes": "Igen"
                 }
             },
+            "service_rail": {
+                "label": "Szolgáltatás típusa",
+                "options": {
+                    "crossover": "Átjáró",
+                    "siding": "Mellékvágány",
+                    "spur": "Szárny vágány",
+                    "yard": "Udvar"
+                }
+            },
             "shelter": {
-                "label": "Esőbeálló"
+                "label": "Menedék"
             },
             "shelter_type": {
                 "label": "Típus"
                 },
                 "placeholder": "Szilárd, vegyes, laza, ..."
             },
+            "traffic_signals": {
+                "label": "Típus"
+            },
             "trail_visibility": {
                 "label": "Ösvény láthatósága",
                 "options": {
             "water": {
                 "label": "Típus"
             },
+            "water_point": {
+                "label": "Vízpont"
+            },
             "waterway": {
                 "label": "Típus"
             },
                 "name": "Kerékpárszerelő pont",
                 "terms": "Biciklijavító állomás"
             },
+            "amenity/biergarten": {
+                "name": "Sörkert"
+            },
             "amenity/boat_rental": {
                 "name": "Hajókölcsönző",
                 "terms": "csónak és kishajó kölcsönző "
                 "name": "Autómosó",
                 "terms": "gépkocsi - gépjármű - személygépkocsi -személygépjármű, automobil - jármű - verda -kocsi -  járgány - tragacs  MOSÓ"
             },
+            "amenity/casino": {
+                "name": "Kaszinó"
+            },
             "amenity/charging_station": {
                 "name": "töltőállomás",
                 "terms": "elektronikus töltőállomás,elmű töltőoszlop,e-mobility állomás,áram töltő,akkumulátor töltő,elektromos autó,"
                 "name": "Piac",
                 "terms": "piac, üzlet"
             },
+            "amenity/motorcycle_parking": {
+                "name": "Motorkerékpáros parkoló"
+            },
             "amenity/nightclub": {
                 "name": "Night club - Éjszakai bár - diszkó",
                 "terms": "Night Club, Éjszakai bár, Diszkó"
                 "name": "Étterem",
                 "terms": "kajálda, étkezde, vendéglő, csárda, fogadó, ebédlő, kisvendéglő"
             },
+            "amenity/sanitary_dump_station": {
+                "name": "Lakóautó WC ártalmatlanítás"
+            },
             "amenity/school": {
                 "name": "Iskola",
                 "terms": "Iskola"
                 "name": "Terület",
                 "terms": "terület"
             },
+            "area/highway": {
+                "name": "Útfelület"
+            },
             "barrier": {
                 "name": "Akadály",
                 "terms": "akadály"
                 "terms": "Ház építés alatt"
             },
             "building/detached": {
-                "name": "Különálló ház",
-                "terms": "Különálló ház"
+                "name": "Szabadonálló ház"
             },
             "building/dormitory": {
                 "name": "Kollégium",
                 "name": "Iskolaépület",
                 "terms": "Iskolaépület"
             },
+            "building/semidetached_house": {
+                "name": "Ikerház"
+            },
             "building/shed": {
                 "name": "Fészer",
                 "terms": "Kunyhó, Fészer, Pajta,csűr,raktár,viskó"
                 "name": "Bejárat/Kijárat",
                 "terms": "Bejárat/Kijárat"
             },
+            "footway/crossing": {
+                "name": "Útkereszteződés"
+            },
+            "footway/crosswalk": {
+                "name": "Gyalogátkelőhely"
+            },
             "footway/sidewalk": {
                 "name": "Járda",
                 "terms": "Járda"
                 "name": "Buszmegálló",
                 "terms": "Buszmegálló"
             },
+            "highway/corridor": {
+                "name": "Beltéri folyosó"
+            },
+            "highway/crossing": {
+                "name": "Útkereszteződés"
+            },
+            "highway/crosswalk": {
+                "name": "Gyalogátkelőhely"
+            },
             "highway/cycleway": {
                 "name": "Kerékpárút",
                 "terms": "Bicikliút"
                 "name": "Ösvény",
                 "terms": "Ösvény"
             },
+            "highway/pedestrian": {
+                "name": "Sétálóutca"
+            },
             "highway/primary": {
                 "name": "Főút",
                 "terms": "Elsőrendű főút"
                 "terms": "Kocsibejáró"
             },
             "highway/service/emergency_access": {
-                "name": "Tűzoltási felvonulási útvonal",
+                "name": "Sürgősségi bejárat",
                 "terms": "Vészhelyzeti bejárat"
             },
             "highway/service/parking_aisle": {
                 "name": "Elágazás",
                 "terms": "Elágazás, útkereszteződés, csomópont"
             },
+            "landuse": {
+                "name": "Földhasználat"
+            },
             "landuse/allotments": {
-                "name": "Kertek",
-                "terms": "Hétvégi telkek"
+                "name": "Közösségi kert"
             },
             "landuse/basin": {
                 "name": "Vízgyűjtő medence",
                 "name": "Gyümölcsös terület",
                 "terms": "Gyümölcsöskert"
             },
+            "landuse/plant_nursery": {
+                "name": "Növényiskola"
+            },
             "landuse/quarry": {
                 "name": "Kőfejtő terület",
                 "terms": "Nyilt kőbánya"
                 "name": "Szabadidő",
                 "terms": "Szabadidő"
             },
+            "leisure/adult_gaming_centre": {
+                "name": "Felnőtt játékközpont"
+            },
+            "leisure/bowling_alley": {
+                "name": "Tekepálya"
+            },
             "leisure/common": {
                 "name": "Közterület",
                 "terms": "Közterület"
                 "name": "Építmények",
                 "terms": "Ember alkotta"
             },
+            "man_made/adit": {
+                "name": "Tárna"
+            },
             "man_made/breakwater": {
                 "name": "Hullámtörő",
                 "terms": "Hullámtörő"
                 "name": "Világítótorony",
                 "terms": "Világítótorony"
             },
+            "man_made/mast": {
+                "name": "Rádiótorony"
+            },
             "man_made/observation": {
                 "name": "Kilátótorony",
                 "terms": "megfigyelőtorony"
             },
+            "man_made/petroleum_well": {
+                "name": "Olajkút"
+            },
             "man_made/pier": {
                 "name": "Móló",
                 "terms": "Móló"
                 "name": "Csővezeték",
                 "terms": "Csővezeték"
             },
+            "man_made/silo": {
+                "name": "Siló"
+            },
+            "man_made/storage_tank": {
+                "name": "Tárolótartály"
+            },
             "man_made/survey_point": {
                 "name": "Földmérési alappont",
                 "terms": "Megfigyelőpont"
                 "terms": "Mező, Rét"
             },
             "natural/heath": {
-                "name": "Fenyér",
-                "terms": "Fenyér"
+                "name": "Pusztaság"
             },
             "natural/peak": {
                 "name": "Hegycsúcs",
                 "terms": "Hegycsúcs, hegytető, csúcs"
             },
+            "natural/saddle": {
+                "name": "Hegygerinc"
+            },
             "natural/scree": {
                 "name": "Kőtörmelék",
                 "terms": "törmeléklejtő, kőfolyás"
                 "name": "Fa",
                 "terms": "Fa"
             },
+            "natural/tree_row": {
+                "name": "Fasor"
+            },
+            "natural/volcano": {
+                "name": "Vulkán"
+            },
             "natural/water": {
                 "name": "Víz",
                 "terms": "Víz"
                 "name": "Nagyváros",
                 "terms": "Nagyváros"
             },
+            "place/farm": {
+                "name": "Tanya"
+            },
             "place/hamlet": {
                 "name": "Falucska",
                 "terms": "Falucska"
                 "name": "Vasúti megállóhely",
                 "terms": "Vasúti megállóhely, Vasúti megálló"
             },
+            "railway/level_crossing": {
+                "name": "Vasúti átjáró"
+            },
             "railway/monorail": {
                 "name": "Egysínű vasút",
                 "terms": " nyeregvasút, mágnesvasút "
                 "name": "Vízelvezető árok",
                 "terms": "Ér"
             },
+            "waterway/fuel": {
+                "name": "Tengeri üzemanyag állomás"
+            },
             "waterway/river": {
                 "name": "Folyó",
                 "terms": "Folyó"
                 "name": "Folyópart",
                 "terms": "Vízpart"
             },
+            "waterway/sanitary_dump_station": {
+                "name": "Tengeri WC ártalmatlanítás"
+            },
             "waterway/stream": {
                 "name": "Patak",
                 "terms": "Patak"
index e0bf68552f6098d8bf4ab232ab581db8437dec46..a1e35993a92963ec449567e922663a316960e36c 100644 (file)
@@ -1,7 +1,7 @@
 {
     "modes": {
         "add_area": {
-            "title": "Area",
+            "title": "Wilayah",
             "description": "Tambahkan taman, bangunan, danau atau area lain pada peta.",
             "tail": "Klik pada peta untuk mulai menggambar sebuah area, misalnya taman, danau, atau bangunan."
         },
     "zoom_in_edit": "Perbesar untuk bisa menyunting",
     "logout": "keluar",
     "loading_auth": "Menghubungkan dengan OpenStreetMap...",
-    "report_a_bug": "laporkan sebuah kerusakan",
     "feature_info": {
         "hidden_warning": "{count} fitur tersembunyi",
         "hidden_details": "Fitur-fitur berikut saat ini tersembunyi: {details}"
         "out": "Perkecil tampilan"
     },
     "cannot_zoom": "Tidak bisa memperbesar tampilan lebih jauh dengan mode ini.",
+    "full_screen": "Tombol Layar Penuh",
     "gpx": {
         "local_layer": "File GPX lokal",
         "drag_drop": "Geser dan letakan sebuah berkas .gpx di halaman, atau klik tombol ke kanan untuk menjelajah",
         },
         "fields": {
             "access": {
+                "label": "Akses diperbolehkan",
                 "options": {
                     "designated": {
                         "description": "Akses diperbolehkan sesuai dengan tanda atau peraturan lokal yang spesifik",
                     }
                 },
                 "types": {
+                    "access": "Semua",
                     "bicycle": "Sepeda",
                     "foot": "Kaki",
                     "horse": "Kuda",
                 }
             },
             "access_simple": {
+                "label": "Akses diperbolehkan",
                 "placeholder": "ya"
             },
             "access_toilets": {
                 "label": "Alamat",
                 "placeholders": {
                     "city": "Kota",
+                    "conscriptionnumber": "123",
                     "country": "Negara",
                     "district": "Kabupaten",
                     "hamlet": "Dusun",
             "amenity": {
                 "label": "Tipe"
             },
+            "artist": {
+                "label": "Seniman"
+            },
             "artwork_type": {
                 "label": "Tipe"
             },
                         "description": "Jalur sepeda yang tak dipisahkan dari lalu lintas"
                     },
                     "track": {
-                        "description": "Jalur sepeda dipisahkan dari lalu lintas oleh pembatas"
+                        "description": "Jalur sepeda dipisahkan dari lalu lintas oleh pembatas",
+                        "title": "Jalur sepeda"
                     }
                 },
                 "placeholder": "tidak ada",
             },
             "electrified": {
                 "options": {
-                    "no": "Tidak"
+                    "no": "Tidak",
+                    "rail": "Rel kereta listrik",
+                    "yes": "Ya (umum)"
                 }
             },
             "elevation": {
             "golf_hole": {
                 "label": "Referensi"
             },
+            "handicap": {
+                "placeholder": "1-18"
+            },
             "highway": {
                 "label": "Tipe"
             },
             "incline": {
                 "label": "Lereng"
             },
+            "incline_steps": {
+                "options": {
+                    "down": "Bawah",
+                    "up": "Atas"
+                }
+            },
             "information": {
                 "label": "Tipe"
             },
             "layer": {
                 "label": "Lapis"
             },
+            "leaf_cycle": {
+                "options": {
+                    "mixed": "Tercampur"
+                }
+            },
+            "leaf_type": {
+                "options": {
+                    "mixed": "Tercampur"
+                }
+            },
             "leisure": {
                 "label": "Tipe"
             },
                 "placeholder": "+31 42 123 4567"
             },
             "piste/difficulty": {
-                "label": "Tingkat Kesulitan"
+                "label": "Tingkat Kesulitan",
+                "options": {
+                    "easy": "Mudah (lingkaran hijau)"
+                }
+            },
+            "piste/grooming": {
+                "options": {
+                    "classic": "Klasik"
+                }
             },
             "piste/type": {
                 "label": "Tipe",
                 "options": {
-                    "playground": "Taman Bermain"
+                    "downhill": "Turun bukit",
+                    "playground": "Taman Bermain",
+                    "snow_park": "Taman Salju"
                 }
             },
             "place": {
             "power": {
                 "label": "Tipe"
             },
+            "power_supply": {
+                "label": "Sumber daya"
+            },
             "railway": {
                 "label": "Tipe"
             },
                     "yes": "Ya"
                 }
             },
+            "service_rail": {
+                "label": "Jenis pelayanan",
+                "options": {
+                    "crossover": "Tumpang tindih",
+                    "yard": "Halaman"
+                }
+            },
             "shelter": {
                 "label": "Halte"
             },
                 },
                 "placeholder": "Padat, Kebanyakan Padat, Lembut..."
             },
+            "trail_visibility": {
+                "placeholder": "Terbaik, Baik, Buruk..."
+            },
             "trees": {
                 "label": "Pepohonan"
             },
             "amenity/marketplace": {
                 "name": "Pasar"
             },
+            "amenity/motorcycle_parking": {
+                "name": "Parkir Motor"
+            },
             "amenity/nightclub": {
                 "name": "Kelab Malam"
             },
             "barrier/gate": {
                 "name": "Gerbang"
             },
+            "barrier/kissing_gate": {
+                "name": "Gerbang pertemuan"
+            },
+            "barrier/lift_gate": {
+                "name": "Gerbang lif"
+            },
             "barrier/retaining_wall": {
                 "name": "Dinding penahan"
             },
             "building/barn": {
                 "name": "Lumbung"
             },
+            "building/bunker": {
+                "name": "Tempat berlindung"
+            },
             "building/cabin": {
                 "name": "Kabin"
             },
             "craft/handicraft": {
                 "name": "Kerajinan Tangan"
             },
+            "craft/hvac": {
+                "name": "HVAC"
+            },
+            "craft/insulator": {
+                "name": "Isolator"
+            },
+            "craft/jeweler": {
+                "name": "Berlian"
+            },
             "craft/key_cutter": {
                 "name": "Duplikat Kunci"
             },
                 "name": "Penyapu Cerobong"
             },
             "craft/tailor": {
-                "name": "Penjahit Pakaian Pria"
+                "name": "Penjahit Pakaian Pria",
+                "terms": "<translate with synonyms or related terms for 'Penjahit', separated by commas>"
             },
             "craft/tinsmith": {
                 "name": "Pandai Timah"
                 "name": "Ahli Arloji",
                 "terms": "Tukang Jam Tangan"
             },
+            "craft/window_construction": {
+                "name": "Konstruksi Jendela"
+            },
             "craft/winery": {
                 "name": "Penghasil Anggur",
                 "terms": "Minuman Keras, Miras, Alkohol"
             "ford": {
                 "name": "Ford"
             },
+            "golf/fairway": {
+                "name": "Jalan damai"
+            },
+            "golf/hole": {
+                "name": "Lubang golf"
+            },
             "highway": {
                 "name": "Jalan Raya"
             },
             "highway/bus_stop": {
                 "name": "Pemberhentian Bus"
             },
+            "highway/corridor": {
+                "name": "Lorong dalam"
+            },
+            "highway/crossing": {
+                "name": "Persimpangan jalan"
+            },
+            "highway/crosswalk": {
+                "name": "Trotoar"
+            },
             "highway/cycleway": {
                 "name": "Jalur Sepeda"
             },
             "highway/path": {
                 "name": "Jalur"
             },
+            "highway/pedestrian": {
+                "name": "Trotoar"
+            },
             "highway/primary": {
                 "name": "Jalan Provinsi",
                 "terms": "Jalan Primer, Jalan Utama"
                 "name": "Jalan Parkir",
                 "terms": "Jalan Parkiran"
             },
+            "highway/services": {
+                "name": "Area layanan"
+            },
             "highway/steps": {
                 "name": "Tangga"
             },
                 "name": "Guna Lahan",
                 "terms": "Guna Lahan"
             },
-            "landuse/allotments": {
-                "name": "Peruntukan"
-            },
             "landuse/basin": {
                 "name": "Cekungan",
                 "terms": "Daerah Aliran Sungai"
             "leisure": {
                 "name": "Rekreasi"
             },
+            "leisure/adult_gaming_centre": {
+                "name": "Pusat permainan dewasa"
+            },
+            "leisure/bowling_alley": {
+                "name": "Tempat Boling",
+                "terms": "Bowling"
+            },
+            "leisure/common": {
+                "name": "Perintah"
+            },
             "leisure/dog_park": {
                 "name": "Taman Anjing"
             },
                 "name": "Sumur",
                 "terms": "Perigi"
             },
+            "military/barracks": {
+                "name": "Barak"
+            },
+            "military/bunker": {
+                "name": "Tempat berlindung"
+            },
+            "military/danger_area": {
+                "name": "Wilayah Bahaya"
+            },
+            "military/range": {
+                "name": "Lingkup Militer"
+            },
             "natural": {
                 "name": "Alami"
             },
                 "name": "Garis Pantai",
                 "terms": "Laut, Batas"
             },
+            "natural/fell": {
+                "name": "jatuh"
+            },
             "natural/glacier": {
                 "name": "Gletser",
                 "terms": "Sungai Es"
             "office/telecommunication": {
                 "name": "Kantor Telekomunikasi"
             },
+            "office/therapist": {
+                "name": "Penerapi"
+            },
             "office/travel_agent": {
                 "name": "Biro Perjalanan"
             },
             "place/city": {
                 "name": "Kota"
             },
+            "place/farm": {
+                "name": "Peternakan"
+            },
             "place/hamlet": {
                 "name": "Dusun"
             },
             "power/line": {
                 "name": "Kabel Listrik"
             },
+            "power/minor_line": {
+                "name": "Jalur listrik lainya"
+            },
             "power/pole": {
                 "name": "Tiang Listrik"
             },
+            "power/sub_station": {
+                "name": "Terminal"
+            },
+            "power/substation": {
+                "name": "Terminal"
+            },
             "power/tower": {
                 "name": "Menara Tegangan Tinggi"
             },
+            "power/transformer": {
+                "name": "Trafo"
+            },
+            "public_transport/stop_position": {
+                "name": "Hentikan petisi"
+            },
             "railway": {
                 "name": "Jalur Rel"
             },
                 "name": "Pegadaian"
             },
             "shop/pet": {
-                "name": "Toko Peliharaan"
+                "name": "Toko Peliharaan",
+                "terms": "<translate with synonyms or related terms for 'Toko Hewan', separated by commas>"
             },
             "shop/photo": {
                 "name": "Toko Fotografi"
             },
             "shop/pyrotechnics": {
-                "name": "Toko Kembang Api"
+                "name": "Toko Kembang Api",
+                "terms": "<translate with synonyms or related terms for 'Toko Bunga Api', separated by commas>"
             },
             "shop/radiotechnics": {
                 "name": "Toko Komponen Radio/Elektronik"
                 "name": "Toko Perlengkapan Menyelam"
             },
             "shop/seafood": {
-                "name": "Toko HIdangan Laut"
+                "name": "Toko HIdangan Laut",
+                "terms": "<translate with synonyms or related terms for 'Toko masakan laut', separated by commas>"
             },
             "shop/second_hand": {
                 "name": "Jual Titip/Pasar Loak",
                 "terms": "Pasar Swalayan"
             },
             "shop/tailor": {
-                "name": "Tukang Jahit"
+                "name": "Tukang Jahit",
+                "terms": "<translate with synonyms or related terms for 'Penjahit', separated by commas>"
             },
             "shop/tattoo": {
                 "name": "Jasa Pembuatan Tato"
             },
             "shop/tea": {
-                "name": "Toko Teh"
+                "name": "Toko Teh",
+                "terms": "<translate with synonyms or related terms for 'Kedai teh', separated by commas>"
             },
             "shop/ticket": {
                 "name": "Penjual Tiket"
index 0b29758c9520487c0c83c0a494d5e5d75b94800b..94605730cdc8e3ef5c0ca0ef162603aa122ffeb4 100644 (file)
     "zoom_in_edit": "Þysja inn til að breyta",
     "logout": "útskrá",
     "loading_auth": "Tengist við OpenStreetMap...",
-    "report_a_bug": "tilkynna villu",
     "status": {
         "error": "Get ekki tengst við API.",
         "offline": "API er ekki tiltækur. Vinsamlegast reyndu að breyta aftur síðar.",
             "building/construction": {
                 "name": "Á byggingarstigi"
             },
-            "building/detached": {
-                "name": "Raðhús"
-            },
             "building/dormitory": {
                 "name": "Heimavist"
             },
             "historic/wayside_shrine": {
                 "name": "Tilbeiðsluskríni"
             },
-            "landuse/allotments": {
-                "name": "Ræktunargarðar"
-            },
             "landuse/basin": {
                 "name": "Lægð"
             },
index f67251fc5f676b797d72d46b95e8a9715b51b4ef..5c88ae324822f06f5f7c7efcbe7efb7b5f9cd29c 100644 (file)
             "not_eligible": "Questi elementi non possono essere uniti.",
             "not_adjacent": "Queste linee non possono essere unite perché non sono connesse.",
             "restriction": "Queste linee non possono essere unite perché almeno una è membro di una relazione \"{relation}\".",
-            "incomplete_relation": "Questi elementi non posso essere uniti perché almeno uno di loro non è stato completamente scaricato."
+            "incomplete_relation": "Questi elementi non posso essere uniti perché almeno uno di loro non è stato completamente scaricato.",
+            "conflicting_tags": "Queste linee non possono essere unite perché alcuni dei loro tag sono in conflitto tra loro."
         },
         "move": {
             "title": "Muovi",
     "zoom_in_edit": "Ingrandisci per modificare",
     "logout": "esci",
     "loading_auth": "Connettendomi ad OpenStreetMap...",
-    "report_a_bug": "segnala un bug",
     "feature_info": {
         "hidden_warning": "{count} elementi nascosti",
         "hidden_details": "Questi sono gli elementi attualmente nascosti: {details}"
                 "name": "Mercato",
                 "terms": "Mercato"
             },
+            "amenity/motorcycle_parking": {
+                "name": "Parcheggio moto",
+                "terms": "parcheggio scooter,moto,scooter"
+            },
             "amenity/nightclub": {
                 "name": "Discoteca",
                 "terms": "discoteca,night,locale notturno,balera"
                 "terms": "cantiere,struttura,in costruzione"
             },
             "building/detached": {
-                "name": "Casa autonoma",
-                "terms": "casa autonoma"
+                "name": "Casa indipendente",
+                "terms": "abitazione indipendente,indipendente"
             },
             "building/dormitory": {
                 "name": "Dormitorio",
                 "name": "Edificio scolastico",
                 "terms": "accademia,alma mater,lavagna,collegio,dipartimento,disciplina,classe,facoltà,aula,istituto,istituzione,riformatorio,scuola,edificio scolastico,seminario,università"
             },
+            "building/semidetached_house": {
+                "name": "Casa semi indipendente",
+                "terms": "semi-indipendente,semiindipendente,semindipendente, abitazione semi indipendente"
+            },
             "building/shed": {
                 "name": "Capanno",
                 "terms": "capanno degli attrezzi,capanna,rimessa,capannone"
             },
             "landuse/allotments": {
                 "name": "Orti in concessione",
-                "terms": "Area pubblica concessa ai cittadini per la realizzazione di orti"
+                "terms": "orti,orto,pubblico,concessione,comune,giardino,lotto"
             },
             "landuse/basin": {
                 "name": "Bacino",
                 "name": "Bunker",
                 "terms": "bunker,casamatta"
             },
+            "military/checkpoint": {
+                "name": "Posto di controllo",
+                "terms": "checkpoint,check point,posto di blocco"
+            },
+            "military/naval_base": {
+                "name": "Base navale",
+                "terms": "base,navi,marina,marina militare"
+            },
             "military/range": {
                 "name": "Poligono di tiro militare"
             },
+            "military/training_area": {
+                "name": "Area di addestramento",
+                "terms": "campo di addestramento,addestramento"
+            },
             "natural": {
                 "name": "Naturale",
                 "terms": "Elemento naturale"
index d3206011620f71c36c497fb6a74e808dc7643ad9..3cba5a6914fef070867eaa917309378410b0287c 100644 (file)
     "zoom_in_edit": "編集するには地図を拡大してください",
     "logout": "ログアウト",
     "loading_auth": "OpenStreetMapへ接続中...",
-    "report_a_bug": "バグ報告",
     "feature_info": {
         "hidden_warning": "非表示の地物{count}件",
         "hidden_details": "現在非表示の地物: {details}"
                     "bicycle": "自転車",
                     "foot": "歩行者",
                     "horse": "乗馬",
-                    "motor_vehicle": "オートバイ"
+                    "motor_vehicle": "動力付き車輌全般"
                 }
             },
             "access_simple": {
                 "name": "市場",
                 "terms": "市場,マーケット,朝市,マルシェ"
             },
+            "amenity/motorcycle_parking": {
+                "name": "オートバイの駐車場",
+                "terms": "バイクの駐車場,二輪駐車場,二輪駐輪場"
+            },
             "amenity/nightclub": {
                 "name": "ナイトクラブ",
                 "terms": "ナイトクラブ"
                 "name": "建設中の建物",
                 "terms": "建設中の建物"
             },
-            "building/detached": {
-                "name": "一戸建て住宅",
-                "terms": "一戸建て住宅"
-            },
             "building/dormitory": {
                 "name": "寮",
                 "terms": "寮"
             },
             "highway/motorway_junction": {
                 "name": "自動車道のIC/JCT",
-                "terms": "自動車道のIC/JCT,インターチェンジ,ジャンクション"
+                "terms": "自動車道のIC/JCT,インターチェンジ,ジャンクション,IC,JCT"
             },
             "highway/motorway_link": {
                 "name": "自動車専用道路の接続路",
                 "name": "土地利用",
                 "terms": "土地利用"
             },
-            "landuse/allotments": {
-                "name": "市民農園",
-                "terms": "市民農園, 市民菜園, クラインガルテン"
-            },
             "landuse/basin": {
                 "name": "遊水地",
                 "terms": "遊水地"
             },
             "leisure/playground": {
                 "name": "児童公園",
-                "terms": "児童公園, 遊び場"
+                "terms": "児童公園, 遊び場, 児童遊園, 公園"
             },
             "leisure/running_track": {
                 "name": "トラック(周回走路)",
index 68139b4ee019a172fa529ccbfd649baea90fd106..68e1a43279ac38f45666a4a31db8c66f050a53fa 100644 (file)
         "list": "ಸಂಪಾದನೆಗಳು {ಬಳಕೆದಾರ ಮೂಲಕ}"
     },
     "infobox": {
-        "area": "‍ಪ್ರದೇಶ"
+        "geometry": "‍",
+        "closed": "‍ಮುಚ್ಚಿದ",
+        "center": "ಮಧ್ಯ",
+        "perimeter": "‍ಪರಿಧಿ",
+        "length": "ಉದ್ದ",
+        "area": "‍ಪ್ರದೇಶ",
+        "centroid": "‍ಮಧ್ಯಬಿಂದು",
+        "location": "‍ಸ್ಥಳ"
     },
     "geometry": {
         "point": "ಬಿಂದು",
         "title": "ನನ್ನ ಸ್ಥಳವನ್ನು ತೋರಿಸಿ"
     },
     "inspector": {
+        "show_more": "‍ಇನ್ನೂ ತೋರಿಸು",
         "role": "ಪಾತ್ರ",
         "back_tooltip": "ಲಕ್ಷಣವನ್ನು ಬದಲಿಸು",
         "remove": "ತೆಗೆದುಹಾಕು",
         },
         "fields": {
             "access": {
+                "label": "ಅನುಮತಿಸಲಾದ ಪ್ರವೇಶ",
                 "options": {
                     "designated": {
                         "title": "ನಿಯೋಜಿತ"
                     "destination": {
                         "title": "ತಲಪುದಾಣ"
                     },
+                    "dismount": {
+                        "title": "ಬೇರ್ಪಡಿಸು"
+                    },
                     "no": {
                         "description": "ಸಾರ್ವಜನಿಕ ಪ್ರವೇಶಕ್ಕೆ ಅನುಮತಿ ಇಲ್ಲ",
                         "title": "ನಿಷೇಧಿಸಲಾಗಿದೆ"
                         "title": "ಅನುಮತಿಸು"
                     }
                 },
+                "placeholder": "‍ನಿರ್ದಿಷ್ಟ‍‍ಪಡಿಸಿಲ್ಲ",
                 "types": {
+                    "access": "‍ಎಲ್ಲಾ",
                     "bicycle": "ಸೈಕಲ್",
                     "foot": "ಕಾಲು",
                     "horse": "ಕುದುರೆ",
                 }
             },
             "access_simple": {
+                "label": "ಅನುಮತಿಸಲಾದ ಪ್ರವೇಶ‍",
                 "placeholder": "ಹೌದು"
             },
             "access_toilets": {
             "construction": {
                 "label": "ವಿಧ"
             },
+            "content": {
+                "label": "‍"
+            },
             "country": {
                 "label": "ದೇಶ"
             },
             "cuisine": {
                 "label": "ಪಾಕಪದ್ಧತಿ"
             },
+            "cycleway": {
+                "options": {
+                    "none": {
+                        "title": "‍‍ಯಾವುದೂ ಇಲ್ಲದ"
+                    }
+                },
+                "placeholder": "‍‍ಯಾವುದೂ ಇಲ್ಲದ",
+                "types": {
+                    "cycleway:left": "‍ಎಡಗಡೆ",
+                    "cycleway:right": "ಬಲಗಡೆ"
+                }
+            },
             "delivery": {
                 "label": "ವಿತರಣೆ"
             },
                 "label": "ಅಂತರ್ಜಾಲ ಸಂಪರ್ಕ",
                 "options": {
                     "no": "ಇಲ್ಲ",
+                    "terminal": "‍ನಿಲ್ದಾಣ",
                     "wired": "ತಂತಿಯುಕ್ತ",
                     "wlan": "ವೈಫೈ",
                     "yes": "ಹೌದು"
             },
             "leaf_cycle": {
                 "options": {
+                    "deciduous": "‍ಪತನಶೀಲ",
+                    "evergreen": "‍ಹಚ್ಚ ಹಸಿರಾದ",
                     "mixed": "ಮಿಶ್ರಿತ",
                     "semi_deciduous": "ಅರೆ-ಪತನಶೀಲ",
                     "semi_evergreen": "ಅರೆ ಹರಿದ್ವರ್ಣ"
                 }
             },
+            "leaf_cycle_singular": {
+                "options": {
+                    "deciduous": "‍ಪತನಶೀಲ‍",
+                    "evergreen": "‍‍‍ಹಚ್ಚ ಹಸಿರಾದ"
+                }
+            },
             "leaf_type": {
                 "label": "ಎಲೆಯ ವಿಧ",
                 "options": {
                     "needleleaved": "ಚುಪಾದ ಎಲೆ"
                 }
             },
+            "leaf_type_singular": {
+                "label": "‍ಎಲೆಯ ವಿಧ",
+                "options": {
+                    "needleleaved": "‍ಚೂಪಾದ ಎಲೆಗಳು"
+                }
+            },
             "leisure": {
                 "label": "ವಿಧ"
             },
                 "placeholder": "0, 1, 2, 3..."
             },
             "mtb/scale/imba": {
+                "label": "‍",
                 "options": {
                     "0": "ಅತಿ ಸುಲಭ (ಬಿಳಿಯ ವರ್ತುಲ)",
                     "1": "ಸುಲ್ಕಭ(ಹಸಿರು ವರ್ತುಲ)",
                 "placeholder": "ಸುಲಭ, ಸಾಧಾರಣ, ಕಷ್ಟ ... "
             },
             "mtb/scale/uphill": {
+                "label": "‍",
                 "placeholder": "0, 1, 2, 3..."
             },
             "name": {
                 "options": {
                     "multi-storey": "ಬಹುಮಟ್ಟದ",
                     "sheds": "ತಂಗುದಾಣ",
-                    "surface": "ಮೇಲ್ಮೈ"
+                    "surface": "ಮೇಲ್ಮೈ",
+                    "underground": "‍‍‍"
                 }
             },
             "phone": {
             "power": {
                 "label": "ವಿಧ"
             },
+            "power_supply": {
+                "label": "‍ವಿದ್ಯುತ್ ಸರಬರಾಜು"
+            },
             "railway": {
                 "label": "ವಿಧ"
             },
                 "label": "ವಿಧ"
             },
             "smoking": {
-                "label": "ಧೂಮಪಾನ"
+                "label": "ಧೂಮಪಾನ",
+                "options": {
+                    "no": "‍ಎಲ್ಲಿಯೂ ಧೂಮಪಾನ ಮಾಡುವಂತಿಲ್ಲ"
+                }
             },
             "source": {
                 "label": "ಮೂಲ"
                 "label": "ಕ್ರೀಡೆ"
             },
             "structure": {
+                "label": "‍‍ರಚನೆ",
                 "options": {
                     "bridge": "ಸೇತುವೆ",
                     "embankment": "ಏರಿ",
+                    "ford": "‍ಕಾಲ್ಗಡ",
                     "tunnel": "ಸುರಂಗ"
                 },
                 "placeholder": "ತಿಳಿಯದ"
                     "yes": "ಹೌದು"
                 }
             },
+            "toilets/disposal": {
+                "options": {
+                    "chemical": "‍ರಾಸಾಯನಿಕ",
+                    "flush": "‍‍"
+                }
+            },
             "tourism": {
                 "label": "ವಿಧ"
             },
+            "traffic_signals": {
+                "label": "‍‍ವಿಧ"
+            },
             "trail_visibility": {
                 "placeholder": "ಅತ್ಯುತ್ತಮ, ಉತ್ತಮ, ಕಳಪೆ"
             },
             "building/school": {
                 "name": "ಶಾಲಾ ಕಟ್ಟಡ"
             },
+            "ford": {
+                "name": "‍ಕಾಲ್ಗಡ"
+            },
             "highway/bus_stop": {
                 "name": "ಬಸ್ ನಿಲ್ದಾಣ"
             },
index 4de266854488c32788aa93393ef558614fbc42e3..34fb1abef970e92b59fef0ccd4e00ea8cb7fc305 100644 (file)
             "historic/monument": {
                 "name": "산"
             },
-            "landuse/allotments": {
-                "name": "텃밭"
-            },
             "landuse/basin": {
                 "name": "온천"
             },
index 2d8eacd60714868c471b596b289644875a2aaf9c..7a1b758a0889a846f4f38dbd58c98d84dbd6aa0e 100644 (file)
             "not_eligible": "이 지물은 병합할 수 없습니다.",
             "not_adjacent": "이 선은 연결되어 있지 않기 때문에 병합할 수 없습니다.",
             "restriction": "이 선은 적어도 하나가 \"{relation}\" 관계의 구성원이기 때문에 병합할 수 없습니다.",
-            "incomplete_relation": "이 지물은 완전히 다운로드되어 있지 않기 때문에 병합할 수 없습니다."
+            "incomplete_relation": "이 지물은 완전히 다운로드되어 있지 않기 때문에 병합할 수 없습니다.",
+            "conflicting_tags": "이 선은 이들의 태그의 일부가 충돌하는 값이기 때문에 병합할 수 없습니다."
         },
         "move": {
             "title": "이동",
     "zoom_in_edit": "편집하려면 확대",
     "logout": "로그아웃",
     "loading_auth": "OpenStreetMap에 연결 중...",
-    "report_a_bug": "버그 보고",
     "feature_info": {
         "hidden_warning": "숨겨진 지물 {count}개",
         "hidden_details": "이 지물은 현재 숨겨져 있습니다: {details}"
     "help": {
         "title": "도움말",
         "help": "# 도움말\n\n이것은 세계의 자유롭고 편집할 수 있는 지도인,\n[OpenStreetMap](http://www.openstreetmap.org/)을 위한 편집기입니다.\n모두를 위한 더 나은 세계의 오픈 소스 및 오픈 데이터 지도를 만들기 위해,\n당신의 지역에서 데이터를 추가하고 업데이트하려면 이를 사용할 수 있습니다.\n\n이 지도에서 만든 편집은 OpenStreetMap을 사용하는 모두에게 보여집니다.\n편집하려면 [로그인](https://www.openstreetmap.org/login)해야 합니다.\n\n[iD 편집기](http://ideditor.com/)는 [GitHub에서 사용할 수 있는 소스\n코드](https://github.com/openstreetmap/iD)로 된 협업 프로젝트입니다.\n",
+        "editing_saving": "# 편집 및 저장\n\n이 편집기는 주로 온라인으로 작동하도록 설계되었고, 지금 웹사이트를 통해\n접근할 수 있습니다.\n\n### 지물 선택하기\n\n관심 있는 도로나 지점과 같은 지도 지물을 선택하려면, 지도에 그것을 클릭하세요.\n선택된 지물이 강조되고, 그것에 대한 세부 정보로 된 패널을 열고, 지물을 수행할\n수 있는 메뉴를 보여줍니다.\n\n여러 지물을 선택하려면 'Shift' 키를 누르고 있으세요. 그 다음 선택하려는 지물을\n클릭하거나, 지도에 드래그하여 사각형으로 그립니다. 상자가 그려지고 그 안에\n있는 모든 지점이 선택됩니다.\n\n### 편집 저장하기\n\n도로, 건물과 장소 등을 편집하여 바꿀 때, 서버에 저장할 때까지는 로컬에\n저장됩니다. 실수를 걱정하지 마십시오 - 실행 취소 버튼을 클릭해 바뀜을 실행\n취소할 수 있고, 다시 실행 버튼을 클릭해 바뀜을 다시 실행할 수 있습니다.\n\n편집의 그룹을 마치려면 '저장'을 클릭하세요 - 예를 들어, 마을의 지역을 완료했고\n새 지역에서 시작하고 싶으면 말입니다. 무엇을 했는지 검토할 기회가 있을 것이며,\n무언가 바꾸는 것에 대한 권한이 없어 보이면 편집기가 유용한 제안과 경고를\n제공합니다.\n\n모든 것이 좋아 보이면, 모든 다른 사용자에게 보여지고 구축하고 개선하기 위해 다른\n사용자가 사용할 수 있는 곳인, [OpenStreetMap.org](http://www.openstreetmap.org/)에\n바뀜을 게시하기 위해 바꾼 것을 설명하는 짧은 댓글을 입력하고 '저장'을 다시 클릭할\n수 있습니다.\n\n한 번에 앉아서 편집을 마칠 수 없으면, (같은 브라우저와 컴퓨터에서) 편집기 창을\n떠나고 나서 돌아올 수 있으며, 편집기 애플리케이션은 작업을 복구하도록 제공합니다.\n\n### 편집기 사용하기\n\n사용할 수 있는 키보드 단축의 목록은 [여기](http://wiki.openstreetmap.org/wiki/ID/Shortcuts)서 찾을 수 있습니다.\n",
         "roads": "# 도로\n\n이 편집기로 도로를 만들고, 고치고, 삭제할 수 있습니다. 도로는 모든 종류가\n될 수 있습니다: 경로, 고속도로, 산책로, 자전거 도로와 더 많이 - 어떠한 자주 교차되는 분절도 매핑할 수 있어야 합니다.\n\n### 선택하기\n\n도로를 선택하려면 도로를 클릭하세요. 지도와 도로에 대한 자세한\n정보를 보여주는 사이드바가 있는 작은 도구 메뉴와 함께, 외곽선이\n보여져야 합니다.\n\n### 수정하기\n\n때때로 도로 뒤나 GPS 트랙에 있는 영상이 정렬되지 않은 도로를\n볼 수 있습니다. 이러한 도로를 조정할 수 있으며 조정하면 올바른\n위치에 있게 됩니다.\n\n먼저 바꾸고 싶은 도로를 클릭하세요. 도로가 강조되고 더 나은 위치로\n드래그할 수 있는 조절 점이 보여집니다. 더 자세하게 하기 위해 새\n조절 점을 추가하고 싶으면, 노드 없이 도로의 부분을 더블 클릭하면\n추가됩니다.\n\n길을 다른 길로 연결하지만, 제대로 지도에 연결되어 있지 않으면,\n그들과 합치기 위해 다른 도로 위에 그 도로의 조절 점 중 하나를\n드래그할 수 있습니다. 도로 연결이 있는 것은 지도에 있어서 중요하고\n운전 경로를 제공하는 데 있어서 필수입니다.\n\n또한 한 번에 전체 도로를 옮기려면 '이동' 도구를 클릭하거나 `M` 바로가기 키를 누를 수\n있으며, 해당 움직임을 저장하려면 다시 클릭할 수 있습니다.\n\n### 삭제하기\n\n도로가 전체적으로 잘못되었다면 - 위성 영상에서 존재하지 않는 것을 볼 수\n있으며 이상적으로는 나타나지 않는 것으로 현지로 확인되었습니다 - 지도에서\n도로를 제거할 수 있습니다. 지물을 삭제할 때 주의하십시오 -\n어떠한 다른 편집, 모두에게 보여지는 결과와 위성 영상 같은 것은 때때로\n오래되었으며, 그래서 도로는 단순히 새로 지어졌을 수 있습니다.\n\n도로를 클릭하여 선택한 다음, 휴지통 아이콘을 클릭하거나 '삭제' 키를\n눌러 도로를 삭제할 수 있습니다.\n\n### 만들기\n\n어딘가에 찾은 도로가 있어야 하지만 없습니까? 선 그리기를 시작하려면\n편집기의 위 왼쪽에 '선' 아이콘을 클릭하거나 `2` 바로가기 키를 누르세요.\n\n그리기를 시작하려면 지도에 도로의 시작 부분을 클릭하세요. 도로가\n기존 도로에서 분기되어 있다면, 연결할 장소를 클릭하여 시작하세요.\n\n다음 위성 영상이나 GPS에 따라, 올바른 경로를 따를 수 있도록 도로를 따라\n점을 클릭하세요. 그리는 도로가 다른 도로와 교차하면, 교차점을 클릭하여\n도로를 연결하세요. 그리기가 완료되면, 더블 클릭하거나\n키보드에 있는 'Return' 또는 'Enter'를 누르세요.\n",
+        "gps": "# GPS\n\n수집된 GPS 추적은 OpenStreetMap을 위한 하나의 가치 있는 데이터 자료입니다. 이\n편집기는 로컬 컴퓨터에 있는 `.gpx` 파일로 로컬 추적을 지원합니다. 여러 스마트폰\n애플리케이션은 물론 개인 GPS 하드웨어로 GPS 추적을 모을 수 있습니다.\n\nGPS 측량을 수행하는 방법에 대한 자세한 정보는\n[스마트폰, GPS, 또는 종이로 매핑하기](http://learnosm.org/en/mobile-mapping/)을 읽으세요.\n\n매핑을 위해 GPX 트랙을 사용하려면, 지도 편집기 위에 GPX을 끌어 놓으세요.\n그것이 인식되면, 밝은 보라 선으로 지도에 추가됩니다. 새 GPX로 공급되는 레이어로\n활성화, 비활성화, 또는 확대하려면 오른쪽에 있는 '지도 데이터' 메뉴를 클릭하세요.\n\nGPX 트랙은 OpenStreetMap에 직접 올려지지 않습니다 - 그것을 사용하는 최상의 방법은\n추가하는 새로운 지물을 위한 가이드로 사용하여, 지도를 그리는 것이며, 또한 다른 사용자가\n사용하기 위해 [OpenStreetMap에 그것을 올리는](http://www.openstreetmap.org/trace/create) 것입니다.\n",
         "imagery": "# 영상\n\n항공 영상은 매핑에 있어서 중요한 자료입니다. 비행기 플라이오버, 위성 뷰와\n자유롭게 컴파일된 자료의 조합은 편집기에서 오른쪽에 있는 '배경 설정' 메뉴에서\n사용할 수 있습니다.\n\n기본적으로 [Bing 지도](http://www.bing.com/maps/) 위성 레이어가 편집기에\n표현되지만, 기존대로 새 지리적 지역으로 지도를 이동하고 확대할 수 있고, 새 자료는\n사용할 수 있게 될 것입니다. 미합중국, 프랑스와 덴마크와 같은 일부 국가는 일부 지역에서\n매우 높은 품질의 영상을 사용할 수 있습니다.\n\n영상은 때때로 영상 제공자 측이 실수하기 때문에 지도 데이터에 오프셋이 있습니다.\n만약 배경에서 도로가 옮겨진 것이 많이 보인다면, 즉시 배경에 맞게 그들 모두를 이동하지\n마십시오. 대신 영상을 조정할 수 있으며 배경 설정 UI의 아래에 있는 '정렬 고치기'를\n클릭하여 기존 데이터에 맞추면 됩니다.\n",
         "addresses": "# 주소\n\n주소는 지도를 위한 가장 유용한 정보의 일부입니다.\n\n주소가 주로 거리의 부분으로 표현되어 있더라도, OpenStreetMap에서 주소는\n거리를 따라 건물과 장소의 특성으로 기록하고 있습니다.\n\n건물 외곽선으로 매핑된 장소뿐만 아니라 단일 점으로 매핑된 장소에 주소\n정보를 추가할 수 있습니다. 최적의 주소 데이터 자료는 지상에서의 측량이나\n개인 지식에서 있습니다 - 다른 지물과 마찬가지로, Google 지도와 같은 상용\n자료에서 복사하는 행위는 엄격히 금지됩니다.\n",
+        "inspector": "# 특성 편집기 사용하기\n\n특성 편집기는 선택된 지물의 자세한 내용을 편집할 수 있도록 하는 페이지의 왼쪽에\n있는 부분입니다.\n\n### 지물 유형 선택하기\n\n점, 선, 또는 지역을 추가하고 나서, 고속도로나 주거 도로, 수퍼마켓 또는 카페와\n같은 그 지물의 유형을 선택할 수 있습니다. 특성 편집기는 일반적인 지물 유형에\n대해 버튼을 보여주며, 당신은 검색 상자에 찾으려는 지물을 입력해서 다른 것을\n찾을 수 있습니다.\n\n지물 유형에 대한 자세히 알아보려면 그 버튼의 아래 오른쪽 모서리의 'i'를 클릭하세요.\n해당 유형을 선택하려면 버튼을 클릭하세요.\n\n### 양식 사용하기 및 태그 편집하기\n\n지물 유형을 선택하고 나서, 또는 이미 유형이 할당된 지물을 선택할 때, 특성\n편집기는 이름 및 주소와 같은 지물에 대해 자세한 내용으로 된 필드를 보여줍니다.\n\n보이는 필드 아래에, '필드 추가' 드롭다운을 클릭하여 위키백과 링크, 휠체어 접근과\n같은 다른 자세한 정보를 추가할 수 있습니다.\n\n특성 편집기 아래에, 요소에 임의의 다른 태그를 추가하려면 '추가적인 태그'를\n클릭하세요. [Taginfo](http://taginfo.openstreetmap.org/)는 인기 있는 태그\n조합에 대해 자세히 알아보기 위한 훌륭한 자료입니다.\n\n특성 편집기에서 바꾼 내용은 자동으로 지도에 적용됩니다. '실행 취소' 버튼을\n클릭하여 언제든지 되돌릴 수 있습니다.\n",
         "buildings": "# 건물\n\nOpenStreetMap은 건물의 세계 최대 규모의 데이터베이스입니다. 이 데이터베이스에\n만들고 개선할 수 있습니다.\n\n### 선택하기\n\n건물 경계를 클릭하여 건물을 선택할 수 있습니다. 이것은 건물이 강조되고 작은 도구\n메뉴와 건물에 대한 자세한 정보를 보여주는 사이드바가 열립니다.\n\n### 수정하기\n\n가끔식 건물은 잘못 배치되어 있거나 잘못된 태그가 있습니다.\n\n전체 건물을 이동하려면, 선택하고 나서 '이동' 도구를 클릭하세요. 마우스로\n건물을 옮기고, 올바르게 자리했을 때 클릭하세요.\n\n건물의 특정 모양을 고치려면, 더 나은 장소로의 테두리를 형성하는 노드를\n클릭하고 드래그하세요.\n\n### 만들기\n\n지도에 건물을 추가하는 주변의 주요 질문 중 하나는 OpenStreetMap이 모양과 점\n둘 다 건물에 기록하는 것입니다. 최선의 규칙은 _가능하면 모양으로 건물을 매핑_하는\n것으로, 회사와 집, 편의 시설을 매핑하고, 건물에서 독립적인 다른 것들은 별도 점으로,\n건물 모양 안에 배치합니다.\n\n인터페이스의 위 왼쪽에 있는 '지역' 버튼을 클릭하여 모양으로 건물 그리기를 시작하고,\n모양을 닫으려면 키보드에 있는 'Return'을 누르거나 첫 노드를 클릭하여 끝내세요.\n\n### 삭제하기\n\n건물이 전체적으로 잘못되었다면 - 위성 영상에서 존재하지 않는 것을 볼 수\n있으며 이상적으로는 나타나지 않는 것으로 현지로 확인되었습니다 - 지도에서\n도로를 제거할 수 있습니다. 지물을 삭제할 때 주의하십시오 -\n어떠한 다른 편집, 모두에게 보여지는 결과와 위성 영상 같은 것은 때때로\n오래되었으며, 그래서 건물은 단순히 새로 지어졌을 수 있습니다.\n\n건물을 클릭하여 선택한 다음, 휴지통 아이콘을 클릭하거나 'Delete' 키를\n눌러 건물을 삭제할 수 있습니다.\n",
         "relations": "# 관계\n\n관계는 다른 지물을 그룹화하는 OpenStreetMap에 있는 지물의 특수 유형입니다.\n예를 들어, 관계의 일반적인 두 유형은, 특정 프리웨이나 고속도로에 속하는 도로의\n부분을 그룹화하는 *경로 관계*와, 복잡한 지역(도넛처럼 여러 조각이나 구멍이 있는 것)을\n정의하는 여러 선을 그룹화하는 *다중 다각형*입니다.\n\n관계에 있는 지물의 그룹은 *구성원*이라고 부릅니다. 사이드바에서, 지물이\n구성원인 관계를 볼 수 있으며, 그것을 선택하려면 해당 관계를 클릭하세요.\n관계가 선택되면, 사이드바에 나열된 모든 구성원을 볼 수 있고 지도에\n강조됩니다.\n\n대부분의 경우, iD는 편집하는 동안 자동으로 관계를 유지하도록 다룰 것입니다.\n여러분이 알고 있어야 하는 중요한 것은 더 정확하게 다시 그리기 위해 도로의\n부분을 삭제한다면, 새 부분은 원래와 같은 관계의 구성원인지 확인해야 합니다.\n\n## 관계 편집하기\n\n관계를 편집하고 싶으면, 여기에 기초가 있습니다.\n\n관계에 지물을 추가하려면, 지물을 선택하고, 사이드바의 \"모든 관계\" 부분에\n있는 \"+\" 버튼을 클릭하고, 관계를 선택하거나 관계의 이름을 입력하세요.\n\n새 관계를 만드려면, 구성원이어야 할 첫 지물을 선택하고, 사이드바의\n\"모든 관계\" 부분에 있는 \"+\" 버튼을 클릭하고, \"새 관계...\"를 선택하세요.\n\n관계에서 지물을 제거하려면, 지물을 선택하고 제거하려는 관계 옆에 있는\n휴지통 버튼을 클릭하세요.\n\n\"병합\" 도구를 사용하여 구명으로 된 다중 다각형을 만들 수 있습니다. 두 지역(안쪽과\n바깥쪽)을 그리고, 그들 둘 다 선택하기 위해 Shift 키를 누른 채로 각각 클릭한 다음,\n\"병합\" (+) 버튼을 클릭하세요.\n"
     },
         },
         "fields": {
             "access": {
-                "label": "허가된 접근",
+                "label": "허가된 통행",
                 "options": {
                     "designated": {
-                        "description": "í\91\9cì§\80í\8c\90ì\9d´ë\82\98 í\8a¹ì \95 ì§\80ì\97­ ë²\95률ì\97\90 ë\94°ë\9d¼ í\86µí\96\89ì\9d´ í\97\88ê°\80ë\90¨",
+                        "description": "í\91\9cì§\80í\8c\90ì\9d´ë\82\98 í\8a¹ì \95 ì§\80ì\97­ ë²\95률ì\97\90 ë\94°ë\9d¼ í\86µí\96\89ì\9d´ í\97\88ê°\80ë\90©ë\8b\88ë\8b¤",
                         "title": "지정 차종만 통행 허가"
                     },
                     "destination": {
-                        "description": "목ì \81ì§\80ì\97\90 ê°\88 ë\95\8cì\97\90ë§\8c í\86µí\96\89ì\9d´ í\97\88ê°\80ë\90¨",
+                        "description": "목ì \81ì§\80ì\97\90 ê°\88 ë\95\8cì\97\90ë§\8c í\86µí\96\89ì\9d´ í\97\88ê°\80ë\90©ë\8b\88ë\8b¤",
                         "title": "목적 외 통행 금지"
                     },
+                    "dismount": {
+                        "description": "통행이 허가되지만 탑승자는 내려야 합니다",
+                        "title": "내리기"
+                    },
                     "no": {
-                        "description": "í\86µí\96\89ì\9d´ ì\9d¼ë°\98 ë\8c\80ì¤\91ì\97\90ê²\8c í\97\88ê°\80ë\90\98ì§\80 ì\95\8aì\9d\8c",
+                        "description": "í\86µí\96\89ì\9d´ ì\9d¼ë°\98 ë\8c\80ì¤\91ì\97\90ê²\8c í\97\88ê°\80ë\90\98ì§\80 ì\95\8aì\8aµë\8b\88ë\8b¤",
                         "title": "제한됨"
                     },
                     "permissive": {
-                        "description": "ì\86\8cì\9c ì\9e\90ê°\80 ê¶\8cí\95\9cì\9d\84 í\95´ì \9cí\95  ë\95\8cê¹\8cì§\80 í\86µí\96\89ì\9d´ í\97\88ê°\80ë\90¨",
+                        "description": "ì\86\8cì\9c ì\9e\90ê°\80 ê¶\8cí\95\9cì\9d\84 í\95´ì \9cí\95  ë\95\8cê¹\8cì§\80 í\86µí\96\89ì\9d´ í\97\88ê°\80ë\90©ë\8b\88ë\8b¤",
                         "title": "소유자 허가 필요"
                     },
                     "private": {
-                        "description": "ê°\9cë³\84ì \81ì\9c¼ë¡\9c ì\86\8cì\9c ì\9e\90ì\9d\98 í\97\88ê°\80ë¡\9cë§\8c í\86µí\96\89ì\9d´ í\97\88ê°\80ë\90¨",
+                        "description": "ê°\9cë³\84ì \81ì\9c¼ë¡\9c ì\86\8cì\9c ì\9e\90ì\9d\98 í\97\88ê°\80ë¡\9cë§\8c í\86µí\96\89ì\9d´ í\97\88ê°\80ë\90©ë\8b\88ë\8b¤",
                         "title": "사유"
                     },
                     "yes": {
-                        "description": "í\86µí\96\89ì\9d´ ë²\95ì \81ì\9c¼ë¡\9c í\97\88ê°\80ë\90¨; 정당한 이용",
+                        "description": "í\86µí\96\89ì\9d´ ë²\95ì \81ì\9c¼ë¡\9c í\97\88ê°\80ë\90©ë\8b\88ë\8b¤; 정당한 이용",
                         "title": "허가됨"
                     }
                 },
                     "bicycle": "자전거",
                     "foot": "도보",
                     "horse": "말",
-                    "motor_vehicle": "이륜차"
+                    "motor_vehicle": "모터 비클"
                 }
             },
             "access_simple": {
-                "label": "허가된 접근",
+                "label": "허가된 통행",
                 "placeholder": "예"
             },
             "access_toilets": {
                     "postcode": "우편 번호",
                     "province": "성",
                     "state": "주",
-                    "street": "거리",
+                    "street": "도로",
                     "subdistrict": "가도",
                     "suburb": "교외"
                 }
                     "exit": "출구"
                 }
             },
+            "aerialway/bubble": {
+                "label": "버블"
+            },
             "aerialway/capacity": {
                 "label": "수용량 (시간당)",
                 "placeholder": "500, 2500, 5000..."
                 "label": "소요 시간 (분)",
                 "placeholder": "1, 2, 3..."
             },
+            "aerialway/heating": {
+                "label": "온열"
+            },
             "aerialway/occupancy": {
-                "label": "무게",
+                "label": "인원",
                 "placeholder": "2, 4, 8..."
             },
             "aerialway/summer/access": {
                 "label": "요리 종류"
             },
             "cycleway": {
+                "label": "자전거 차선",
                 "options": {
+                    "lane": {
+                        "description": "칠해진 선별로 자동차 교통에서 분리된 자전거 차선",
+                        "title": "표준 자전거 차선"
+                    },
                     "none": {
+                        "description": "자전거 차선 없음",
                         "title": "없음"
+                    },
+                    "opposite": {
+                        "description": "일방 통행로에 양방향으로 이동하는 자전거 차선"
+                    },
+                    "track": {
+                        "title": "자전거 트랙"
                     }
                 },
-                "placeholder": "없음"
+                "placeholder": "없음",
+                "types": {
+                    "cycleway:left": "왼쪽",
+                    "cycleway:right": "오른쪽"
+                }
             },
             "delivery": {
                 "label": "배달"
                 "label": "종이류"
             },
             "recycling/type": {
-                "label": "재활용 종류"
+                "label": "재활용 종류",
+                "options": {
+                    "centre": "재활용 센터"
+                }
             },
             "ref": {
                 "label": "참조"
                 "label": "탑 유형"
             },
             "tracktype": {
-                "label": "트랙 유형"
+                "label": "트랙 유형",
+                "options": {
+                    "grade1": "단단함: 포장되었거나 심하게 압축된 하드코어 표면",
+                    "grade2": "거의 단단함: 약간의 부드러운 소재가 섞인 자갈/바위"
+                },
+                "placeholder": "단단함, 거의 단단함, 부드러움..."
+            },
+            "traffic_signals": {
+                "label": "유형"
             },
             "trail_visibility": {
-                "label": "철로의 가시성"
+                "label": "철로의 가시성",
+                "placeholder": "우수함, 좋음, 나쁨..."
             },
             "trees": {
                 "label": "나무"
             "aerialway/magic_carpet": {
                 "name": "매직 카펫 리프트"
             },
+            "aerialway/platter": {
+                "name": "플래터 리프트"
+            },
             "aerialway/station": {
                 "name": "삭도장"
             },
+            "aerialway/t-bar": {
+                "name": "T-바 리프트"
+            },
             "aeroway": {
                 "name": "항공 시설"
             },
             "amenity/bar": {
                 "name": "주점"
             },
+            "amenity/bbq": {
+                "name": "바비큐/그릴",
+                "terms": "바베큐/그릴"
+            },
             "amenity/bench": {
                 "name": "벤치"
             },
                 "name": "자전거 대여",
                 "terms": "자전거 대여소,자전거 렌탈"
             },
+            "amenity/bicycle_repair_station": {
+                "name": "자전거 수리장"
+            },
+            "amenity/biergarten": {
+                "name": "비어 가든"
+            },
             "amenity/boat_rental": {
                 "name": "보트 대여",
                 "terms": "보트 대여소,보트 렌탈"
             "amenity/car_wash": {
                 "name": "세차장"
             },
+            "amenity/casino": {
+                "name": "카지노"
+            },
             "amenity/charging_station": {
                 "name": "충전소"
             },
             "amenity/college": {
                 "name": "전문대학 부지"
             },
+            "amenity/community_centre": {
+                "name": "커뮤니티 센터"
+            },
             "amenity/courthouse": {
                 "name": "법원"
             },
             "amenity/doctor": {
                 "name": "의원"
             },
+            "amenity/dojo": {
+                "name": "도장 / 무술 학원"
+            },
             "amenity/drinking_water": {
                 "name": "식수"
             },
             "amenity/marketplace": {
                 "name": "시장"
             },
+            "amenity/motorcycle_parking": {
+                "name": "오토바이 주차장",
+                "terms": "모터사이클 주차장"
+            },
             "amenity/nightclub": {
                 "name": "나이트클럽"
             },
                 "name": "술집",
                 "terms": "주점"
             },
+            "amenity/public_bookcase": {
+                "name": "공공 책장"
+            },
             "amenity/ranger_station": {
                 "name": "관리소",
                 "terms": "레인저 스테이션"
             "amenity/recycling": {
                 "name": "재활용"
             },
+            "amenity/register_office": {
+                "name": "등기소"
+            },
             "amenity/restaurant": {
                 "name": "음식점"
             },
             "building/bunker": {
                 "name": "벙커"
             },
+            "building/church": {
+                "name": "교회"
+            },
             "building/college": {
                 "name": "대학 건물"
             },
             "building/garages": {
                 "name": "차고"
             },
+            "building/greenhouse": {
+                "name": "온실"
+            },
             "building/hospital": {
                 "name": "병원 건물"
             },
             "entrance": {
                 "name": "입구/출구"
             },
+            "footway/crossing": {
+                "name": "횡단 보도"
+            },
+            "footway/crosswalk": {
+                "name": "보행자 횡단 보도"
+            },
             "footway/sidewalk": {
                 "name": "인도"
             },
             "highway/bus_stop": {
                 "name": "버스 정류장"
             },
+            "highway/crossing": {
+                "name": "횡단 보도"
+            },
+            "highway/crosswalk": {
+                "name": "보행자 횡단 보도"
+            },
             "highway/cycleway": {
                 "name": "자전거로"
             },
             "highway/primary_link": {
                 "name": "주요 연결도"
             },
+            "highway/raceway": {
+                "name": "모터 경주로"
+            },
             "highway/residential": {
                 "name": "주거 도로"
             },
             },
             "highway/service/emergency_access": {
                 "name": "긴급 액세스",
-                "terms": "ë¹\84ì\83\81 ì \91ê·¼"
+                "terms": "ë¹\84ì\83\81 ì\95¡ì\84¸ì\8a¤"
             },
             "highway/service/parking_aisle": {
                 "name": "주차장 통로"
             "junction": {
                 "name": "분기점"
             },
+            "landuse": {
+                "name": "토지 이용"
+            },
             "landuse/allotments": {
                 "name": "텃밭"
             },
             "shop/bookmaker": {
                 "name": "마권업자"
             },
+            "shop/books": {
+                "name": "서점"
+            },
             "shop/boutique": {
                 "name": "부티크"
             },
             "shop/butcher": {
                 "name": "정육점"
             },
+            "shop/candles": {
+                "name": "양초 가게"
+            },
             "shop/car": {
                 "name": "자동차 대리점"
             },
             "shop/car_repair": {
                 "name": "자동차 수리점"
             },
+            "shop/carpet": {
+                "name": "카펫 가게"
+            },
+            "shop/cheese": {
+                "name": "치즈 가게"
+            },
             "shop/chemist": {
                 "name": "화학품점"
             },
+            "shop/chocolate": {
+                "name": "초콜릿 가게"
+            },
             "shop/clothes": {
                 "name": "옷 가게"
             },
             "shop/computer": {
                 "name": "컴퓨터 상점"
             },
+            "shop/confectionery": {
+                "name": "사탕 가게"
+            },
             "shop/convenience": {
                 "name": "편의점"
             },
+            "shop/copyshop": {
+                "name": "복사집",
+                "terms": "복사 가게"
+            },
+            "shop/cosmetics": {
+                "name": "화장품 가게"
+            },
             "shop/craft": {
                 "name": "미술 공예 가게"
             },
             "shop/farm": {
                 "name": "산지 직매"
             },
+            "shop/fashion": {
+                "name": "패션 가게"
+            },
             "shop/fishmonger": {
                 "name": "생선 가게"
             },
             "shop/jewelry": {
                 "name": "보석 상점"
             },
+            "shop/kiosk": {
+                "name": "신문 판매대"
+            },
+            "shop/kitchen": {
+                "name": "주방 디자인 가게",
+                "terms": "주방 인테리어 가게"
+            },
             "shop/laundry": {
                 "name": "세탁소"
             },
             "shop/mall": {
                 "name": "쇼핑몰"
             },
+            "shop/massage": {
+                "name": "마사지 가게"
+            },
             "shop/mobile_phone": {
                 "name": "휴대폰 가게"
             },
             "shop/motorcycle": {
-                "name": "모í\84°ì\82¬ì\9d´í\81´ ë\8c\80리ì \90",
-                "terms": "ì\98¤í\86 ë°\94ì\9d´ ë\8c\80리ì \90"
+                "name": "ì\98¤í\86 ë°\94ì\9d´ ë\8c\80리ì \90",
+                "terms": "모í\84°ì\82¬ì\9d´í\81´ ë\8c\80리ì \90"
             },
             "shop/music": {
                 "name": "음반 가게"
             },
+            "shop/newsagent": {
+                "name": "신문/잡지 가게"
+            },
             "shop/optician": {
                 "name": "안경점"
             },
             "shop/organic": {
                 "name": "유기농 상품 가게"
             },
+            "shop/outdoor": {
+                "name": "아웃도어 상점"
+            },
+            "shop/paint": {
+                "name": "페인트 가게"
+            },
             "shop/pet": {
                 "name": "애완 동물 가게"
             },
             "shop/photo": {
                 "name": "사진 가게"
             },
+            "shop/radiotechnics": {
+                "name": "라디오/전자 부품 가게"
+            },
             "shop/seafood": {
                 "name": "해산물 가게",
                 "terms": "씨푸드 가게"
             "shop/tailor": {
                 "name": "양복점"
             },
+            "shop/tobacco": {
+                "name": "담배 가게"
+            },
             "shop/toys": {
                 "name": "완구점"
             },
             "shop/vacant": {
                 "name": "빈 가게"
             },
+            "shop/vacuum_cleaner": {
+                "name": "진공 청소기 가게"
+            },
             "shop/variety_store": {
                 "name": "잡화점"
             },
             "shop/water_sports": {
                 "name": "수상 스포츠/수영 가게"
             },
+            "shop/weapons": {
+                "name": "무기 가게"
+            },
+            "shop/window_blind": {
+                "name": "창문 블라인드 가게"
+            },
             "shop/wine": {
                 "name": "와인 가게",
                 "terms": "포도주 가게"
             "tourism/zoo": {
                 "name": "동물원"
             },
+            "traffic_calming/bump": {
+                "name": "과속방지 범프",
+                "terms": "스피드 범프,과속방지턱"
+            },
+            "traffic_calming/hump": {
+                "name": "과속방지 험프",
+                "terms": "스피드 험프,과속방지턱"
+            },
+            "traffic_calming/rumble_strip": {
+                "name": "졸음방지턱",
+                "terms": "럼블 스트립"
+            },
             "type/boundary": {
                 "name": "경계"
             },
index 379f98b567c8ea6385e849c424fd2ca90588dbc4..6887f71214e19a45c5f844ad24bf18230d794028 100644 (file)
             "not_eligible": "Šie geoobjektai negali būti sulieti.",
             "not_adjacent": "Šios linijos negali būti sulietos, nes jos nesusijungia.",
             "restriction": "Šių linijų negalima sulieti, nes bent viena iš jų yra ryšio „{relation}“ narė.",
-            "incomplete_relation": "Šie objektai negali būti sujungti, nes ne visi pilnai atsiųsti."
+            "incomplete_relation": "Šie objektai negali būti sujungti, nes ne visi pilnai atsiųsti.",
+            "conflicting_tags": "Negalima sulieti šių linijų, nes kai kurios žymos turi konfliktuojančias reikšmes."
         },
         "move": {
             "title": "Perkelti",
         },
         "restriction": {
             "help": {
-                "select": "Spustelėkite, kad pasiringtumėte kelio atkarpą.",
+                "select": "Spustelėkite, kad pasirinktumėte kelio atkarpą.",
                 "toggle": "Spustelėkite, kad nustatytumėte posūkio apribojimus.",
                 "toggle_on": "Spustelėkite, kad pridėtumėte \"{restriction}\" apribojimą.",
                 "toggle_off": "Spustelėkite, kad panaikintumėte \"{restriction}\" apribojimą."
     "zoom_in_edit": "Padidinkite prieš redaguodami",
     "logout": "atsijungti",
     "loading_auth": "Jungiamasi prie OpenStreetMap...",
-    "report_a_bug": "pranešti apie klaidą",
     "feature_info": {
         "hidden_warning": "{count} paslėptų objektų",
         "hidden_details": "Šie objektai šiuo metu paslėpti: {details}"
         "out": "Padidinti"
     },
     "cannot_zoom": "Negalima atitolinti šiame režime.",
+    "full_screen": "Perjungti pilną ekraną",
     "gpx": {
         "local_layer": "Vietinis GPX failas",
         "drag_drop": "Atitempkite ir numeskite .gpx failą ant puslapio arba spauskite naršymo mygtuką dešinėje",
                 "name": "Statomas pastatas",
                 "terms": "statomas pastatas, statybos"
             },
-            "building/detached": {
-                "name": "Atskirtas namas"
-            },
             "building/dormitory": {
                 "name": "Bendrabutis",
                 "terms": "bendrabutis"
                 "terms": "aptarnavimo zona,aptarnavimo plotas"
             },
             "highway/steps": {
-                "name": "Žingsniai",
+                "name": "Laiptai",
                 "terms": "laiptai"
             },
             "highway/stop": {
                 "name": "Jungtis",
                 "terms": "jungtis,sankryža"
             },
-            "landuse/allotments": {
-                "name": "Žemės sklypai",
-                "terms": "sodai,kolektyviniai sodai"
-            },
             "landuse/basin": {
                 "name": "Vandens telkinys",
                 "terms": "prūdas,kūdra,baseinas"
                 "name": "Drėgna žemė"
             },
             "natural/wood": {
-                "name": "Medis",
+                "name": "Miškas",
                 "terms": "medžiai"
             },
             "office": {
index 3c56974b6550d5724f8ba7f3b976bd55f34d62e6..93f896a7340bbb278ae81bb0a6cd5b7a9fc6893c 100644 (file)
     "zoom_in_edit": "Pietuvināt, lai labotu",
     "logout": "atslēgties",
     "loading_auth": "Savienojas ar OpenStreetMap...",
-    "report_a_bug": "ziņot par kļūdu",
     "status": {
         "error": "Nevarēja savienoties ar API."
     },
index ddbd47fadc63440d676e0048d9310b2a0ac3be1b..7e79e72d6ef55739ea3829d61e9fce1b7729dc37 100644 (file)
@@ -52,7 +52,7 @@
             }
         },
         "cancel_draw": {
-            "annotation": "Tekenen afgebroken."
+            "annotation": "Tekenen afgebroken"
         },
         "change_role": {
             "annotation": "Rol van relatielid gewijzigd."
             "annotation": "{n} lijnen samengevoegd.",
             "not_eligible": "Deze objecten kunnen niet worden samengevoegd.",
             "not_adjacent": "Deze lijnen kunnen niet samengevoegd worden omdat ze niet verbonden zijn.",
-            "restriction": "De lijnen kunnen niet samengevoegd worden, omdat minstens één ervan onderdeel uitmaakt van een \"{relation}\"-relatie.",
-            "incomplete_relation": "Deze objecten kunnen niet samengevoegd worden omdat minstens één ervan niet volledig gedownload is."
+            "restriction": "De lijnen kunnen niet samengevoegd worden omdat minstens één ervan onderdeel uitmaakt van een \"{relation}\"-relatie.",
+            "incomplete_relation": "Deze objecten kunnen niet samengevoegd worden omdat minstens één ervan niet volledig gedownload is.",
+            "conflicting_tags": "De lijnen kunnen niet samengevoegd worden omdat sommige van hun tags conflicteren."
         },
         "move": {
             "title": "Verschuif",
     "zoom_in_edit": "Zoom in om aan te passen",
     "logout": "Afmelden",
     "loading_auth": "Aan het verbinden met OpenStreetMap …",
-    "report_a_bug": "Softwareprobleem melden",
     "feature_info": {
         "hidden_warning": "{count} verborgen objecten",
         "hidden_details": "Deze objecten zijn momenteel verborgen: {details}"
         },
         "fields": {
             "access": {
-                "label": "Gebruik toegelaten voor:",
+                "label": "Gebruik toegelaten voor",
                 "options": {
                     "designated": {
                         "description": "Toegang toegestaan volgens bebording of specifieke, plaatselijke verordeningen",
                 }
             },
             "access_simple": {
-                "label": "Wettelijke toegangsbeperkingen",
+                "label": "Gebruik toegelaten voor",
                 "placeholder": "ja"
             },
             "access_toilets": {
                 },
                 "placeholder": "Vast, Voornamelijk Vast, Los …"
             },
+            "traffic_signals": {
+                "label": "Type"
+            },
             "trail_visibility": {
                 "label": "Zichtbaarheid van de weg",
                 "options": {
                 "name": "Marktplaats",
                 "terms": "groenten, vis, groentemarkt"
             },
+            "amenity/motorcycle_parking": {
+                "name": "Motorfietsparking",
+                "terms": "motorparking,motoparking,motostalling,motorstalling,motorfietsparking,motoren,moto's,parking voor motoren,parking voor moto's,parking voor motorfietsen"
+            },
             "amenity/nightclub": {
                 "name": "Nachtclub",
                 "terms": "dancing, bar, uitgaan, disco"
                 "terms": "afvalbak, vuilnisbak"
             },
             "area": {
-                "name": "Gebied",
-                "terms": "vlak"
+                "name": "Vlak",
+                "terms": "gebied,anders,overige,iets anders,algemeen"
             },
             "area/highway": {
                 "name": "Wegdek",
                 "terms": "constructie, werken, onaf"
             },
             "building/detached": {
-                "name": "Alleenstaand Huis",
-                "terms": "villa, woning"
+                "name": "Alleenstaand huis",
+                "terms": "villa,woning"
             },
             "building/dormitory": {
                 "name": "Studentenflats",
                 "name": "Schoolgebouw",
                 "terms": "school, onderwijs, secundair onderwijs, lager onderwijs, basisschool, middelbaar, voortgezet onderwijs"
             },
+            "building/semidetached_house": {
+                "name": "NIET GEBRUIKEN - Koppelwoninghelft"
+            },
             "building/shed": {
                 "name": "Schuurtje",
                 "terms": "hutje, tuinhuis"
                 "terms": "landindeling,doel"
             },
             "landuse/allotments": {
-                "name": "Volkstuinen"
+                "name": "Volkstuin",
+                "terms": "tuin,moestuin,aparte tuin"
             },
             "landuse/basin": {
                 "name": "Waterbekken"
                 "terms": "wei, weide"
             },
             "landuse/military": {
-                "name": "Militair gebied"
+                "name": "Militair gebied",
+                "terms": "legerkazerne,kazerne,kwartier,landmacht,marinebasis,luchtmacht"
             },
             "landuse/orchard": {
                 "name": "Boomgaard",
             "leisure/pitch/basketball": {
                 "name": "Basketbalveld"
             },
+            "leisure/pitch/rugby_league": {
+                "name": "Rugby League-veld",
+                "terms": "rugby,american football,football"
+            },
+            "leisure/pitch/rugby_union": {
+                "name": "Rugby Union-veld",
+                "terms": "rugby,american football,football"
+            },
             "leisure/pitch/skateboard": {
                 "name": "Skatepark"
             },
                 "terms": "atletiekbaan, stadion, stadium, hardlopen, hordenloop, fietsen, parcours"
             },
             "line": {
-                "name": "Lijn"
+                "name": "Lijn",
+                "terms": "anders,overige,iets anders,algemeen"
             },
             "man_made": {
                 "name": "Aangelegd"
                 "name": "Bunker",
                 "terms": "bunker"
             },
+            "military/checkpoint": {
+                "name": "Checkpoint",
+                "terms": "grenscontrole,militair gebied,leger,paramilitiar gebied,controlepunt,douane"
+            },
+            "military/danger_area": {
+                "name": "Militaire ontruimingszone",
+                "terms": "exclusiezone,gevarenzone,gevaar,leger,verboden"
+            },
+            "military/naval_base": {
+                "name": "Marinebasis",
+                "terms": "leger,vloot"
+            },
+            "military/obstacle_course": {
+                "name": "Militair hindernissenparcours",
+                "terms": "oefenterrein,leger"
+            },
             "military/range": {
-                "name": "Legerterrein",
-                "terms": "legerterrein"
+                "name": "Militair schietterrein",
+                "terms": "leger,oefenplaats"
+            },
+            "military/training_area": {
+                "name": "Militair oefenterrein",
+                "terms": "leger,hindernissenparcours,training,opleiding"
             },
             "natural": {
                 "name": "Natuurlijk"
                 "terms": "rij bomen,laan"
             },
             "natural/volcano": {
-                "name": "Vulkaan"
+                "name": "Vulkaan",
+                "terms": "vulkaan,caldera,krater"
             },
             "natural/water": {
                 "name": "Water"
                 "name": "Onderzoekskantoor"
             },
             "office/telecommunication": {
-                "name": "Telecomkantoor"
+                "name": "Telecomkantoor",
+                "terms": "belwinkel"
             },
             "office/therapist": {
-                "name": "Therapeut"
+                "name": "Therapeut",
+                "terms": "behandelaar,kliniek"
             },
             "office/travel_agent": {
                 "name": "Reisbureau"
                 "terms": "skipiste"
             },
             "place": {
-                "name": "Plaats"
+                "name": "Plaats",
+                "terms": "plaats,gemeente,stad"
             },
             "place/city": {
-                "name": "Stad"
+                "name": "Stad",
+                "terms": "plaats,gemeente,stad"
             },
             "place/farm": {
                 "name": "Boerderij",
                 "name": "Veldnaam"
             },
             "place/neighbourhood": {
-                "name": "Buurt"
+                "name": "Buurt",
+                "terms": "buurt,wijk"
             },
             "place/suburb": {
-                "name": "Stadsdeel"
+                "name": "Stadsdeel",
+                "terms": "stadsdeel,buurt,wijk"
             },
             "place/town": {
-                "name": "Plaats"
+                "name": "Plaats",
+                "terms": "stad,plaats,gemeente"
             },
             "place/village": {
-                "name": "Dorp"
+                "name": "Dorp",
+                "terms": "dorp,gehucht,woonkern,kern,buurt,buurtschap,vlek,kerkdorp,oort,gemeente"
             },
             "point": {
-                "name": "Punt"
+                "name": "Punt",
+                "terms": "anders,overige,iets anders,algemeen"
             },
             "power": {
                 "name": "Stroomvoorziening",
                 "terms": "kabelbaan,teleferiek,funiculaire"
             },
             "railway/halt": {
-                "name": "Treinhalte"
+                "name": "Treinhalte",
+                "terms": "treinhalte,strainstation,treinstop,stop,halte,station"
             },
             "railway/level_crossing": {
                 "name": "Spoorwegovergang",
                 "name": "Bed-/Matrassenwinkel"
             },
             "shop/beverages": {
-                "name": "Drankenwinkel"
+                "name": "Drankenwinkel",
+                "terms": "drankenhandel,bierhuis,drankenhuis,drankhandel,wijnhandel,drankenwinkel,slijterij"
             },
             "shop/bicycle": {
                 "name": "Fietswinkel",
                 "name": "Zuivelwinkel"
             },
             "shop/deli": {
-                "name": "Delicatessenwinkel"
+                "name": "Delicatessenwinkel",
+                "terms": "delicatesse,speciaalzaak,delicatessenwinkel,delicatessen,winkel"
             },
             "shop/department_store": {
                 "name": "Warenhuis"
                 "name": "Woonwarenhuis"
             },
             "shop/garden_centre": {
-                "name": "Tuincentrum"
+                "name": "Tuincentrum",
+                "terms": "tuincentrum,bloemist,kas,kassen"
             },
             "shop/gift": {
                 "name": "Cadeauwinkel"
                 "name": "Watersport-/Zwemwinkel"
             },
             "shop/weapons": {
-                "name": "wapen winkel"
+                "name": "wapen winkel",
+                "terms": "wapenwinkel"
             },
             "shop/window_blind": {
                 "name": "Jaloeziewinkel",
                 "name": "Berghut"
             },
             "tourism/artwork": {
-                "name": "Kunstwerk"
+                "name": "Kunstwerk",
+                "terms": "kunst,object,kunstobject"
             },
             "tourism/attraction": {
                 "name": "Toeristische attractie"
                 "name": "Terrein voor kampeerwagens"
             },
             "tourism/chalet": {
-                "name": "Chalet"
+                "name": "Chalet",
+                "terms": "chalet,vakantiehuis,vakantiehuisje,huisje,bungalow"
             },
             "tourism/guest_house": {
                 "name": "Pension",
                 "terms": "hotel"
             },
             "tourism/information": {
-                "name": "Informatie"
+                "name": "Informatie",
+                "terms": "i,info,vvv"
             },
             "tourism/motel": {
                 "name": "Motel"
                 "terms": "museum"
             },
             "tourism/picnic_site": {
-                "name": "Picknickplek"
+                "name": "Picknickplek",
+                "terms": "park"
             },
             "tourism/theme_park": {
                 "name": "Themapark"
index d4b9ca6e04c734021320c52d07f197478c836d17..56b3a3620c5a02dee7284218eeec0597783ae2ce 100644 (file)
     },
     "logout": "logg ut",
     "loading_auth": "Kobler til OpenStreetMap...",
-    "report_a_bug": "meld en programvarefeil",
     "commit": {
         "title": "Lagre endringer",
         "description_placeholder": "Kort beskrivelse av dine bidrag",
             "historic/ruins": {
                 "name": "Ruiner"
             },
-            "landuse/allotments": {
-                "name": "Kolonihage"
-            },
             "landuse/cemetery": {
                 "name": "Kirkegård"
             },
index bf6de49fc6bb192d27614b56e64e8ad155d47c99..2c60b413872288e90f83916f300e28f3ff1ee3d4 100644 (file)
     "zoom_in_edit": "Powiększ, aby edytować",
     "logout": "wyloguj",
     "loading_auth": "Łączenie z OpenStreetMap...",
-    "report_a_bug": "zgłoś błąd",
     "feature_info": {
         "hidden_warning": "{count} ukrytych obiektów",
         "hidden_details": "Te obiekty są obecnie ukryte: {details}"
                 "name": "Budynek w budowie",
                 "terms": "Budowa"
             },
-            "building/detached": {
-                "name": "Dom wolnostojący"
-            },
             "building/dormitory": {
                 "name": "Akademik",
                 "terms": "Akademik, bursa, internat"
             "landuse": {
                 "name": "Zagospodarowanie terenu"
             },
-            "landuse/allotments": {
-                "name": "Ogródki działkowe",
-                "terms": "działki,ogródki,ogródek"
-            },
             "landuse/basin": {
                 "name": "Zbiornik wodny",
                 "terms": "zbiornik,wodny,retencyjny"
index ff2d146ac304baf5330cf09e27761c8821d5652f..5f5ec375f138553cd01b832603ba7658a51be466 100644 (file)
             "not_eligible": "Esses elementos não podem ser mesclados.",
             "not_adjacent": "Essas linhas não podem ser mescladas porque não estão conectadas.",
             "restriction": "Estas linhas não podem ser mescladas porque pelo menos uma delas é membro da relação \"{relation}\".",
-            "incomplete_relation": "Estes elementos não podem ser mesclados porque pelo menos um deles não foi transferido completamente."
+            "incomplete_relation": "Estes elementos não podem ser mesclados porque pelo menos um deles não foi transferido completamente.",
+            "conflicting_tags": "Essas linhas não podem ser mescladas porque algumas de suas etiquetas têm valores conflitantes."
         },
         "move": {
             "title": "Mover",
     "zoom_in_edit": "Aproxime para editar o mapa.",
     "logout": "sair",
     "loading_auth": "Conectando ao OpenStreetMap...",
-    "report_a_bug": "Reportar um bug",
     "feature_info": {
         "hidden_warning": "{count} elemento(s) oculto(s)",
         "hidden_details": "Estes elementos estão atualmente ocultos: {details}"
                         "title": "Público"
                     }
                 },
+                "placeholder": "Não Especificado",
                 "types": {
+                    "access": "Todos",
                     "bicycle": "Bicicletas",
                     "foot": "Pedestres",
                     "horse": "Cavalos",
                 }
             },
             "access_simple": {
+                "label": "Acesso permitido",
                 "placeholder": "sim"
             },
             "access_toilets": {
                 },
                 "placeholder": "Rígida, Parcialmente Rígida, Macia..."
             },
+            "traffic_signals": {
+                "label": "Tipo"
+            },
             "trail_visibility": {
                 "label": "Visibilidade da Trilha",
                 "options": {
                 "terms": "Lavagem de Veículos, Lava jato"
             },
             "amenity/casino": {
-                "name": "Cassino"
+                "name": "Cassino",
+                "terms": "Cassino"
             },
             "amenity/charging_station": {
                 "name": "Eletroposto",
                 "name": "Mercado municipal",
                 "terms": "Feira"
             },
+            "amenity/motorcycle_parking": {
+                "name": "Estacionamento de motos",
+                "terms": "Estacionamento de motocicletas, estacionamento de motos, estacionamento"
+            },
             "amenity/nightclub": {
                 "name": "Boate",
                 "terms": "Discoteca, Boate, Casa Noturna"
                 "terms": "Restaurante"
             },
             "amenity/sanitary_dump_station": {
-                "name": "Ponto de Descarga de Dejetos (para trailers)"
+                "name": "Ponto de Descarga de Dejetos (para trailers)",
+                "terms": "Depósito de Toaletes de Trailers"
             },
             "amenity/school": {
                 "name": "Escola",
                 "terms": "Área"
             },
             "area/highway": {
-                "name": "Superfície da estrada"
+                "name": "Superfície da estrada",
+                "terms": "Superfície rodoviária"
             },
             "barrier": {
                 "name": "Barreira",
             },
             "building/detached": {
                 "name": "Casa Separada",
-                "terms": "Casa Separada"
+                "terms": "Moradia Isolada, Casa Isolada"
             },
             "building/dormitory": {
                 "name": "Dormitório",
                 "name": "Edifício da Escola",
                 "terms": "Edifício Escolar"
             },
+            "building/semidetached_house": {
+                "name": "Casa Geminada",
+                "terms": "Casa irmanada"
+            },
             "building/shed": {
                 "name": "Cabana",
                 "terms": "Cabana, Barraco, Galpão, Choupana"
                 "terms": "Entrada/Saída"
             },
             "footway/crossing": {
-                "name": "Travessia em Rua"
+                "name": "Travessia em Rua",
+                "terms": "Faixa de cruzamento"
             },
             "footway/crosswalk": {
-                "name": "Travessia de Pedestres"
+                "name": "Travessia de Pedestres",
+                "terms": "Faixa de Pedestres"
             },
             "footway/sidewalk": {
                 "name": "Calçada",
                 "terms": "Ponto de Ônibus, Parada de Ônibus"
             },
             "highway/corridor": {
-                "name": "Corredor Interno"
+                "name": "Corredor Interno",
+                "terms": "Corredor interno, corredor interior, corredor coberto"
             },
             "highway/crossing": {
-                "name": "Travessia em Rua"
+                "name": "Travessia em Rua",
+                "terms": "Faixa de cruzamento"
             },
             "highway/crosswalk": {
-                "name": "Travessia de Pedestres"
+                "name": "Travessia de Pedestres",
+                "terms": "Faixa de Pedestres"
             },
             "highway/cycleway": {
                 "name": "Ciclovia",
                 "terms": "Caminho Informal"
             },
             "highway/pedestrian": {
-                "name": "Calçadão"
+                "name": "Calçadão",
+                "terms": "Rua de Pedestres, Calçadão, Rua Fechada"
             },
             "highway/primary": {
                 "name": "Via Primária",
                 "terms": "Encruzilhada, junção"
             },
             "landuse": {
-                "name": "Uso da terra"
+                "name": "Uso da terra",
+                "terms": "Uso do Solo, Ocupação da Terra, Ordenamento Territorial, Exploração da Terra, Utilização da Terra"
             },
             "landuse/allotments": {
-                "name": "Horta Urbana",
-                "terms": "Horta Urbana"
+                "name": "Jardim Comunitário",
+                "terms": "Horta comunitária"
             },
             "landuse/basin": {
                 "name": "Bacia",
                 "terms": "Pomar"
             },
             "landuse/plant_nursery": {
-                "name": "Viveiro de Plantas"
+                "name": "Viveiro de Plantas",
+                "terms": "Berçário de Plantas"
             },
             "landuse/quarry": {
                 "name": "Pedreira",
                 "name": "Centro de Jogos para Adultos"
             },
             "leisure/bowling_alley": {
-                "name": "Pista de Boliche"
+                "name": "Pista de Boliche",
+                "terms": "Boliche"
             },
             "leisure/common": {
                 "name": "Área Comunitária",
                 "name": "Quadra de Basquetebol",
                 "terms": "Quadra de Basquete"
             },
+            "leisure/pitch/rugby_league": {
+                "name": "Campo de rugby league"
+            },
+            "leisure/pitch/rugby_union": {
+                "name": "Campo de rugby union"
+            },
             "leisure/pitch/skateboard": {
                 "name": "Pista de Skate",
                 "terms": "Parque de Skate, Área para prática de Skate"
                 "name": "Casamata",
                 "terms": "casamata, bunker, fortificação"
             },
+            "military/checkpoint": {
+                "name": "Posto de controle de segurança",
+                "terms": "Checkpoint, Ponto de Verificação"
+            },
+            "military/danger_area": {
+                "name": "Área Perigosa",
+                "terms": "Área de Perigo, Perigo"
+            },
+            "military/naval_base": {
+                "name": "Base Naval",
+                "terms": "Base da Marinha"
+            },
+            "military/obstacle_course": {
+                "name": "Percurso de obstáculos",
+                "terms": "Pista de obstáculos"
+            },
             "military/range": {
                 "name": "Estande de Tiro Militar",
                 "terms": "tiro, estande"
             },
+            "military/training_area": {
+                "name": "Área de treinamento",
+                "terms": "Área de treino, CT, Campo de treinamento"
+            },
             "natural": {
                 "name": "Natural",
                 "terms": "Natural"
                 "terms": "Árvore"
             },
             "natural/tree_row": {
-                "name": "Fileira de árvores"
+                "name": "Fileira de árvores",
+                "terms": "Fileira de árvores"
             },
             "natural/volcano": {
-                "name": "Vulcão"
+                "name": "Vulcão",
+                "terms": "Vulcão, área vulcânica, vulcânico"
             },
             "natural/water": {
                 "name": "Água",
                 "terms": "Estação de Parada na Ferrovia, Estação Simples, Estação Sem Facilidades"
             },
             "railway/level_crossing": {
-                "name": "Travessia em Ferrovia"
+                "name": "Travessia em Ferrovia",
+                "terms": "Cruzamento férreo"
             },
             "railway/monorail": {
                 "name": "Monotrilho",
             },
             "type/route/hiking": {
                 "name": "Rota de Caminhada",
-                "terms": "Rota de Trekking"
+                "terms": "Rota de Trekking"
             },
             "type/route/pipeline": {
                 "name": "Rota de Tubulação",
index daddbdb38bc99c02034f66c02475b1527350b259..bfbf5b1b63aa7c8f350f63da279c1bc1f22c8417 100644 (file)
     "zoom_in_edit": "Aproxime para Editar",
     "logout": "Encerrar sessão",
     "loading_auth": "A estabelecer a ligação ao OpenStreetMap...",
-    "report_a_bug": "Reportar um erro",
     "feature_info": {
         "hidden_warning": "{count} elementos escondidos",
         "hidden_details": "Estes elementos estão neste momento ocultados: {details}"
                         "title": "Permitido"
                     }
                 },
+                "placeholder": "Não especificado",
                 "types": {
+                    "access": "A todos",
                     "bicycle": "Bicicletas",
                     "foot": "Peões",
                     "horse": "Animais",
                 }
             },
             "access_simple": {
+                "label": "Acesso permitido",
                 "placeholder": "sim"
             },
             "access_toilets": {
                 "label": "Vigiado"
             },
             "surface": {
-                "label": "Tipo de Superfície "
+                "label": "Tipo de superfície "
             },
             "tactile_paving": {
                 "label": "Pavimentação Táctil"
                 "label": "Tipo de torre"
             },
             "tracktype": {
-                "label": "Qualidade da Superfície ",
+                "label": "Qualidade da superfície ",
                 "options": {
                     "grade1": "1 - Sólida: pavimentada ou com material fortemente compactado",
                     "grade2": "2 - Sobretudo sólida: cascalho ou pedras misturadas com algum material macio",
                 },
                 "placeholder": "Sólido, Intermédio, Macio..."
             },
+            "traffic_signals": {
+                "label": "Tipo"
+            },
             "trail_visibility": {
                 "label": "Visibilidade",
                 "options": {
                 "terms": "Lavagem, Lavagem Automática, Mangueira, Limpeza"
             },
             "amenity/casino": {
-                "name": "Casino"
+                "name": "Casino",
+                "terms": "Casino"
             },
             "amenity/charging_station": {
                 "name": "Posto de Carregamento para Veículos Elétricos",
                 "name": "Mercado / Feira",
                 "terms": "Bazar, Minimercado"
             },
+            "amenity/motorcycle_parking": {
+                "name": "Parque de Motas",
+                "terms": "Motorcycle Parking, Motas"
+            },
             "amenity/nightclub": {
                 "name": "Clube Nocturno",
                 "terms": "Nightclub, Discoteca"
                 "terms": "Bar, Cafetaria, Café, Cantina, Almoço, Jantar, Cozinha, Restaurante, Pizzaria, Culinária, Gastronomia, Restauração"
             },
             "amenity/sanitary_dump_station": {
-                "name": "Escoamento sanitário de autocaravana"
+                "name": "Escoamento sanitário de autocaravana",
+                "terms": "RV Toilet Disposal"
             },
             "amenity/school": {
                 "name": "Escola",
                 "terms": "Espaço, Extensão, Zona"
             },
             "area/highway": {
-                "name": "Superfície da Estrada"
+                "name": "Área de Estrada"
             },
             "barrier": {
                 "name": "Barreira",
                 "terms": "Building Under Construction, Edifício sob Construção"
             },
             "building/detached": {
-                "name": "Casa Isolada",
-                "terms": "Detached Home, Cabana, Bangaló, Villa, Mansão"
+                "name": "Casa Isolada"
             },
             "building/dormitory": {
                 "name": "Dormitório",
                 "name": "Edifício Escolar",
                 "terms": "School Building, Pavilhão Escolar"
             },
+            "building/semidetached_house": {
+                "name": "Casa Semi-isolada"
+            },
             "building/shed": {
                 "name": "Barracão",
                 "terms": "Shed, Barraca, Edícula"
                 "name": "Uso do Solo"
             },
             "landuse/allotments": {
-                "name": "Hortas",
-                "terms": "Horta Comunitária, Horta Urbana"
+                "name": "Horta / Jardin Comunitário"
             },
             "landuse/basin": {
                 "name": "Bacia Hidrográfica",
                 "name": "Bunker",
                 "terms": "Bunker"
             },
+            "military/danger_area": {
+                "name": "Área de Perigo"
+            },
+            "military/naval_base": {
+                "name": "Base Naval"
+            },
+            "military/obstacle_course": {
+                "name": "Pista de Obstáculos "
+            },
             "military/range": {
                 "name": "Pista de Tiro",
                 "terms": "Military Range"
             },
+            "military/training_area": {
+                "name": "Área de Treinos"
+            },
             "natural": {
                 "name": "Natural",
                 "terms": "Natural"
similarity index 87%
rename from vendor/assets/iD/iD/locales/ro-RO.json
rename to vendor/assets/iD/iD/locales/ro.json
index b825899c2e48574dd5fbb907f37964384cc19764..a67d357f99bc2efb244760d286ac94a8005e2b3d 100644 (file)
@@ -24,7 +24,8 @@
         "add": {
             "annotation": {
                 "point": "Am adăugat un punct.",
-                "vertex": "Am adăugat un nod la o cale"
+                "vertex": "Am adăugat un nod la o cale",
+                "relation": "Am adăugat o relație."
             }
         },
         "start": {
@@ -36,6 +37,8 @@
         "continue": {
             "key": "A",
             "title": "Continuă",
+            "description": "Continuă linia",
+            "not_eligible": "Nicio linie nu poate fi continuată aici",
             "annotation": {
                 "line": "Am continuat o linie.",
                 "area": "Am continuat o suprafață. "
             "annotation": "Tag-uri schimbate."
         },
         "circularize": {
+            "description": {
+                "line": "Fă această linie circulară.",
+                "area": "Fă această suprafață circulară."
+            },
             "key": "O",
             "annotation": {
                 "line": "Am făcut linia circulară.",
             "key": "S"
         },
         "straighten": {
+            "title": "Întărește ",
             "key": "S"
         },
         "delete": {
-            "title": "Sterge",
+            "title": "Șterge",
+            "description": "Șterge obiectul definitiv.",
             "annotation": {
                 "point": "Șterge un punct.",
                 "vertex": "Șterge un nod dintr-o cale.",
                 "multiple": "Am șters {n} obiecte."
             }
         },
+        "add_member": {
+            "annotation": "Am adăugat un membru dintr-o relație."
+        },
+        "delete_member": {
+            "annotation": "Am șters un membru dintr-o relație."
+        },
         "connect": {
             "annotation": {
                 "point": "Am conectat o cale cu un punct.",
     },
     "logout": "logout",
     "loading_auth": "Conectare la OpenStreetMap..",
+    "feature_info": {
+        "hidden_warning": "{count} funcționalități ascunse"
+    },
     "commit": {
         "title": "Salveaza modificarile",
         "description_placeholder": "O scurtă descriere a contribuției tale.",
         "save": "Salveaza",
         "cancel": "Renunță",
+        "changes": "{count} Modificări",
         "warnings": "Atenționări",
         "modified": "Modificat",
         "deleted": "Șters",
         "created": "Creat"
     },
     "contributors": {
-        "list": "Editări făcute de {user}"
+        "list": "Editări făcute de {user}",
+        "truncated_list": "Editat de {users} si alți {count} de editori"
+    },
+    "infobox": {
+        "selected": "{n} selectate",
+        "geometry": "Geometrie",
+        "closed": "închis ",
+        "center": "Centru",
+        "perimeter": "Perimetru",
+        "length": "Lungime",
+        "area": "Suprafață",
+        "location": "Locație ",
+        "metric": "Metric",
+        "imperial": "Imperial"
+    },
+    "geometry": {
+        "point": "punct",
+        "vertex": "vertex",
+        "line": "linie",
+        "area": "suprafață",
+        "relation": "relație "
     },
     "geocoder": {
         "no_results_worldwide": "Nu s-a găsit nici un rezultat"
         "view_on_osm": "Vezi pe openstreetmap.org",
         "all_members": "Toți membrii",
         "all_relations": "Toate relațiile",
+        "new_relation": "Relație nouă",
         "role": "Rol",
         "results": "{n} rezultate pentru {search}",
         "back_tooltip": "Schimbă trăsătură",
         "remove": "Şterge",
         "search": "Caută",
         "unknown": "Necunoscut",
+        "check": {
+            "yes": "Da",
+            "no": "Nu"
+        },
+        "node": "Nod",
         "location": "Locație"
     },
     "background": {
         "percent_brightness": "{opacity}% luminozitate",
         "reset": "resetează"
     },
+    "map_data": {
+        "map_features": "Funcționalitățile Hărții"
+    },
     "feature": {
         "points": {
             "description": "Puncte",
             "tooltip": "Puncte de interes"
         },
+        "major_roads": {
+            "description": "Drumuri principale",
+            "tooltip": "Autostrazi, Strazi, etc"
+        },
+        "minor_roads": {
+            "description": "Drumuri secundare"
+        },
+        "paths": {
+            "description": "Poteci",
+            "tooltip": "Trotuare, Poteci, Piste de biciclete, etc"
+        },
         "buildings": {
-            "description": "Clădiri"
+            "description": "Clădiri",
+            "tooltip": "Clădiri, Adăposturi, Garaje, etc."
         }
     },
     "restore": {
         "used_with": "folosit cu {type}"
     },
     "validations": {
+        "untagged_point": "Punct neetichetat",
         "untagged_line": "Linie fară tag-uri (cuvinte cheie)",
         "untagged_area": "Suprafața fară tag-uri",
         "many_deletions": "Șteregi {n} obiecte. Ești sigur(ă) ? Le vei șterge de pe harta pe care toată lumea o vede pe opensteetmap.org. ",
     },
     "intro": {
         "navigation": {
+            "title": "Navigare",
             "select": "Trăsăturile hărții sunt reprezentate in trei moduri: folosind puncte, linii sau suprafețe. Toate trăsăturile pot fi selectate apăsând pe ele. **Apasă pe un punct pentru al selecta.** ",
             "header": "Antetul ne arată tipul trăsaturii.",
             "pane": "Când o trăsătura este selectată, editorul este afișat. Antelul ne arată tipul trăsăturii și panoul principal, atributele trăsăturii, precum numele sau adresa.**Inchide editorul de trăsături folosind butonul de inchidere din colțul dreapta sus.**"
             "title": "Puncte"
         },
         "areas": {
+            "title": "Suprafețe",
             "search": "**Caută {name}.**"
         },
         "lines": {
         },
         "startediting": {
             "title": "Începe editarea",
+            "save": "Nu uita să salvezi periodic modificările. ",
             "start": "Începe cartografierea!"
         }
     },
index c4ae361b371c20b916a2805379ff8ef0455bcec9..df02384ac4ea232dfe6e5bf5399300b45df25169 100644 (file)
             "not_eligible": "Эти объекты нельзя склеить.",
             "not_adjacent": "Эти линии не склеить, потому что они не соединены.",
             "restriction": "Эти линии не склеить, потому что как минимум одна из них находится в отношении \"{relation}\"",
-            "incomplete_relation": "Эти объекты нельзя объединить, потому что как минимум один из них не был загружен целиком."
+            "incomplete_relation": "Эти объекты нельзя объединить, потому что как минимум один из них не был загружен целиком.",
+            "conflicting_tags": "Эти линии не склеить, потому что какие-то из их тегов содержат несовместимые значения."
         },
         "move": {
             "title": "Сместить",
     "zoom_in_edit": "Приблизьте для редактирования",
     "logout": "выйти",
     "loading_auth": "Подключаюсь к OpenStreetMap...",
-    "report_a_bug": "сообщить об ошибке",
     "feature_info": {
         "hidden_warning": "{count} скрытый объект",
         "hidden_details": "Эти объекты сейчас скрыты: {details}"
         "facebook": "Поделиться на Facebook",
         "twitter": "Поделиться через Twitter",
         "google": "Поделиться через Google+",
-        "help_html": "Ð\92аÑ\88и Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ\8f Ð´Ð¾Ð»Ð¶Ð½Ñ\8b Ð¿Ð¾Ñ\8fвиÑ\82Ñ\8cÑ\81Ñ\8f Ð½Ð° Â«Ð¡Ñ\82андаÑ\80Ñ\82ном» Ñ\81лое Ð² Ñ\82еÑ\87ении Ð½ÐµÑ\81колÑ\8cкиÑ\85 Ð¼Ð¸Ð½Ñ\83Ñ\82. Ð\9eбновление Ð¾Ñ\81Ñ\82алÑ\8cнÑ\8bÑ\85 Ñ\81лоев Ð¸ Ñ\8dлеменÑ\82ов Ð¼Ð¾Ð¶ÐµÑ\82 Ð·Ð°Ð½Ñ\8fÑ\82Ñ\8c Ð±Ð¾Ð»Ñ\8cÑ\88ее Ð²Ñ\80емÑ\8f. Ð\97а Ñ\87аÑ\81Ñ\82оÑ\82ой Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ\8f Ð´Ñ\80Ñ\83гиÑ\85 Ð¿Ñ\80огÑ\80амм Ð¾Ð±Ñ\80аÑ\82иÑ\82еÑ\81Ñ\8c их справке.\n"
+        "help_html": "Ð\92аÑ\88и Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ\8f Ð´Ð¾Ð»Ð¶Ð½Ñ\8b Ð¿Ð¾Ñ\8fвиÑ\82Ñ\8cÑ\81Ñ\8f Ð½Ð° Â«Ð¡Ñ\82андаÑ\80Ñ\82ном» Ñ\81лое Ð² Ñ\82еÑ\87ение Ð½ÐµÑ\81колÑ\8cкиÑ\85 Ð¼Ð¸Ð½Ñ\83Ñ\82. Ð\9eбновление Ð¾Ñ\81Ñ\82алÑ\8cнÑ\8bÑ\85 Ñ\81лоев Ð¸ Ñ\8dлеменÑ\82ов Ð¼Ð¾Ð¶ÐµÑ\82 Ð·Ð°Ð½Ñ\8fÑ\82Ñ\8c Ð±Ð¾Ð»Ñ\8cÑ\88ее Ð²Ñ\80емÑ\8f. Ð§Ñ\82обÑ\8b Ñ\83знаÑ\82Ñ\8c Ñ\87аÑ\81Ñ\82оÑ\82Ñ\83 Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ\8f Ð´Ñ\80Ñ\83гиÑ\85 Ð¿Ñ\80огÑ\80амм, Ð¾Ð±Ñ\80аÑ\82иÑ\82еÑ\81Ñ\8c Ðº их справке.\n"
     },
     "confirm": {
         "okay": "Ок",
         "out": "Отдалить"
     },
     "cannot_zoom": "Невозможно отдалиться в текущем виде.",
+    "full_screen": "Во весь экран",
     "gpx": {
         "local_layer": "Свой файл GPX",
         "drag_drop": "Перетащите .gpx-файл на страницу или кликните по кнопке справа для выбора",
     "help": {
         "title": "Справка",
         "help": "# Справка\n\nЭто редактор [OpenStreetMap](http://www.openstreetmap.org/): общедоступной,\nсвободно редактируемой карты мира. Вы можете использовать этот редактор для добавления\nи обновления карты вашей местности, помогая всем,\nулучшая открытую и свободную карту мира\n\nВаши правки увидит каждый пользователь карты OpenStreetMap. Для\nредактирования вам потребуется [войти в OpenStreetMap](https://www.openstreetmap.org/login).\n\n[Редактор iD](http://ideditor.com/) — открытый совместный проект\nс [исходным кодом на GitHub](https://github.com/openstreetmap/iD).\n",
+        "editing_saving": "# Редактирование и сохранение\n\nЭтот редактор создан, в основном, для онлайн-редактирования, и \nсейчас вы работаете с ним через веб-сайт.\n\n### Выбор объектов\n\nЧтобы выбрать объект карты, например, дорогу или точку \nинтереса, щёлкните по нему на карте. Выбранный объект будет \nпомечен выделением, откроется панель его свойств, а рядом с ним \nпоявится меню с действиями, которые вы можете над ним совершить. \nУдерживая клавишу «Shift», можно выделить несколько объектов \nсразу. Это можно сделать, щёлкая по ним, или же растягивая рамку \nвыделения с нажатой клавишей мыши. Все точки внутри неё будут выделены.\n\n### Сохранение правок\n\nКогда вы редактируете карту, например, изменяете дороги, здания \nи места, эти изменения хранятся на вашем компьютере, пока вы не \nсохраните их на сервер. Не бойтесь ошибиться — изменения \nможно откатить кнопкой «Отмена», или снова повторить их кнопкой «Повтор». \n\nНажмите «Сохранить» для сохранения группы изменений — например, \nвы закончили редактировать один район города и хотите \nпродолжить с другим. У вас будет возможность просмотреть ваши \nизменения, а редактор покажет предложения и предупреждения, \nесли во внесенных данных что-то не так.\n\nЕсли все верно, введите краткое описание ваших изменений и еще \nраз нажмите «Сохранить» для отправки данных на [OpenStreetMap.org](http://www.openstreetmap.org/), \nгде они станут видны другим участникам для просмотра и \nдальнейшего развития карты.\n\nЕсли у вас не получается закончить с правками за один раз, окно \nредактора можно закрыть, тогда при следующем запуске \nредактора (на том же компьютере и в том же браузере) программа \nпредложит восстановить вашу работу.\n\n### Использование редактора\n\nСписок доступных сочетаний клавиш можно найти [здесь] (http://wiki.openstreetmap.org/wiki/ID/Shortcuts).\n",
         "roads": "# Дороги\n\nВ этом редакторе вы можете создавать, изменять и удалять дороги. Дороги бывают самых разных типов: тропы, шоссе, грунтовки, велодорожки и другие — любой участок местности, по которому есть какое-либо движение.\n\n### Выбор\n\nКликните на дороге, чтобы выбрать её. Дорога подсветится выделением, справа появится редактор свойств, а рядом с ней появятся иконки действий.\n\n### Изменение\n\nИногда вы увидите дороги, не совпадающие со слоем снимка или GPS-трека. Такие дороги можно отредактировать.\n\nКликните на дороге, которую надо изменить. Линия дороги подсветится, и на ней появятся контрольные точки, которые можно перетащить на более правильные места. Если вы захотите сделать дорогу более детализированной, дважды щелкните на линии для добавления в этом месте новой контрольной точки.\n\nЕсли в реальности дороги соединяются на перекрестке, а на карте не соединены — перетяните одну из контрольных точек дороги на линию другой. Правильное соединение дорог очень важно для карты и навигаторов, прокладывающих по ней маршрут.\n\nЧтобы передвинуть линию дороги целиком — выберите инструмент «Перемещение» или нажмите горячую клавишу `M`. Повторный щелчок мышью зафиксирует дорогу на новом месте.\n\n### Удаление\n\nЕсли дорога нарисована совсем неправильно — её не видно на спутниковом снимке, а в идеальном случае — вы были на месте и сами убедились в её отсутствии — вы можете удалить дорогу с карты. Будьте очень осторожны, удаляя что-либо, — как и другие ваши правки, это затрагивает всех пользователей карты. Спутниковые снимки часто бывают устаревшими, так что дорога может быть просто недавно построенной.\n\nЧтобы удалить дорогу, выберите её щелчком мыши, затем щелкните по иконке мусорного ведра или нажмите клавишу «Delete».\n\n### Создание\n\nНашли место, где в реальности дорога, а на карте её нет? Щелкните на кнопку «Линия» слева вверху окна редактора или нажмите клавишу `2` чтобы начать рисовать линию.\n\nЩелкните на карте в месте, где должна начинаться дорога. Если она ответвляется от уже нарисованной можно начать рисование щелчком мыши в месте их пересечения.\n\nЗатем щёлкайте на карте вдоль траектории дороги, согласно спутниковому снимку или GPS-треку. Если новая дорога пересекается с другой, обязательно щёлкните на уже существующей, чтобы создать точку перекрестка. Чтобы закончить рисование, сделайте двойной щелчок мышью или нажмите «Enter» на клавиатуре.\n",
+        "gps": "# GPS\n\nДанные GPS — наиболее достоверный источник данных для OpenStreetMap. Этот редактор \nподдерживает загрузку локальных файлов треков в формате `.gpx` с вашего компьютера. \nВы можете записывать такие треки с помощью приложений для смартфонов и GPS-устройств. \n\nБолее подробно о сборе данных GPS можно прочесть \nна странице [Mapping with a Smartphone, GPS or Paper](http://learnosm.org/en/mobile-mapping/). \n\nЧтобы воспользоваться GPX-треками при рисовании карты, \nперетяните файл трека прямо в окно редактора. Если трек \nуспешно загрузится, то он отобразится на карте в виде светло-фиолетовой \nлинии. В меню «Данные карты» можно выключить, включить или \nмасштабировать слой с треками. \n\nТрек при этом не будет загружен в базу OpenStreetMap, лучший \nспособ его использования — нарисовать новые объекты карты, \nосновываясь на данных трека; вы также можете [загрузить его на \nOpenStreetMap](http://www.openstreetmap.org/trace/create), чтобы \nдругие смогли им воспользоваться.\n",
         "imagery": "# Спутниковые снимки\n\nСнимки земной поверхности с воздуха — важный источник данных для картирования. В меню «Настройка слоёв» с левой стороны окна редактора доступно подключение слоев спутниковых снимков, аэрофотосъемки и других открытых источников изображений.\n\nПо умолчанию в редакторе подключен слой спутниковых снимков  [Bing Maps](http://www.bing.com/maps/), но в разных местах земного шара могут быть доступны и другие источники слои. В некоторых районах некоторых стран, к примеру — США, Франции и Дании, доступны изображения очень высокого качества.\n\nИногда спутниковые снимки сдвинуты относительно данных карты по вине поставщика снимков. Если вы видите множество дорог, не совпадающих со снимком, не начинайте передвигать их под снимок. Вместо этого нужно сдвинуть снимок для совпадения с существующими данными, для этого в меню «Настройка слоёв» есть кнопка «Исправить смещение».\n",
         "addresses": "# Адреса\n\nАдреса — одна из самых важных составляющих карты.\n\nВ OpenStreetMap адреса хранятся в свойствах зданий и мест, расположенных вдоль улиц.\n\nАдресную информацию можно добавить к полигонам зданий или отдельным точкам. Лучший источник адресов — ваши собственные знания или данные, полученные после обхода местности. Как и в случае с другими данными, копирование адресов из коммерческих источников вроде Yandex, 2GIS, Google строго запрещено.\n",
+        "inspector": "# Использование редактора свойств\n\nРедактор свойств — это элемент интерфейса программы, \nнаходящийся слева окна, который позволяет отредактировать \nсвойства выбранного объекта.\n\n### Выбор типа объекта\n\nПосле того, как вы добавили точку, линию или область, вы можете \nвыбрать, какой именно это тип объекта: шоссе, обычная дорога, \nсупермаркет или кафе. Редактор свойств показывает кнопки для \nвыбора наиболее часто используемых типов объектов, и можно \nвоспользоваться строкой поиска, чтобы найти другие типы. \n\nЩёлкните по иконке «i» в нижнем правом углу кнопки типа \nобъекта, чтобы узнать о нём больше. Щёлкните на саму кнопку \nчтобы выбрать этот тип.\n\n### Использование полей и редактирование тегов\n\nПосле того, как вы выберете тип объекта или выделите объект, у \nкоторого тип уже проставлен, редактор свойств покажет поля \nописывающие его свойства, например название или адрес. \n\nНиже этих полей находится выпадающий список \"Добавить поле\", с \nпомощью которого можно добавить дополнительные свойства, \nнапример ссылку на статью в Википедии, информацию о \nдоступности для инвалидов и другие. \n\nВ самом низу окна редактора свойств находится кнопка \n«Дополнительные теги», позволяющая добавить произвольные \nтеги объекту. На странице [Taginfo](http://taginfo.openstreetmap.org/) можно узнать о наиболее популярных комбинациях тегов. \n\nИзменения в редакторе свойств автоматически применяются к \nобъекту. Как и другие изменения, их можно откатить кнопкой «Отмена».\n",
         "buildings": "# Здания\n\nOpenStreetMap — крупнейшая в мире база данных о зданиях. Вы можете добавлять и изменять эти данные.\n\n### Выбор\n\nЗдание можно выбрать, щёлкнув на его полигон. При этом здание будет подсвечено, а справа откроется страница его свойств, а рядом с ним появится меню действий.\n\n### Редактирование\n\nИногда здания неправильно размещены или имеют неверные теги.\n\nЧтобы передвинуть здание целиком, выберите его, и щелкните на инструменте «Перемещение». Переместите здание с помощью мыши в нужное место и щелкните, чтобы отпустить его.\n\nЧтобы изменить форму здания, перетягивайте точки его полигона на нужные места.\n\n### Создание\n\nОдно из основных противоречий в добавлении новых зданий в  OpenStreetMap заключается в том, что их можно задавать как полигонам, так и точками. Стоит взять за правило такой подход: само здание рисуется областью, если это возможно, а находящиеся в этом здании компании, магазины, и другие подобные объекты, привязанные к зданиям, — рисуются точками, находящимися внутри полигона здания.\n\nНарисуйте полигон здания с помощью кнопки «Область», находящейся слева вверху окна, затем закончите рисование либо нажатием клавиши «Enter» на клавиатуре, либо щёлкнув мышью на первой нарисованной точке здания.\n\n### Удаление\n\nЕсли здание совершенно неправильно нарисовано — его нет на спутниковом снимке, а еще лучше — вы лично на месте убедились что оно отсутствует — вы можете удалить его с карты. Будьте очень осторожны, удаляя объекты — ваши правки затрагивают всех пользователей OSM, а снимки часто бывают устаревшими. Возможно, это здание просто недавно построено.\n\nУдалить здание можно, выделив его щелчком мыши, затем нажав на иконку мусорного ведра или горячей клавишей «Delete».\n",
         "relations": "# Отношения\n\nОтношение — это специальный тип объекта в OpenStreetMap, который объединяет другие объекты вместе. Например, два распространенных типа отношений это *отношения маршрутов*, которые объединяют вместе участки дорог, принадлежащих одной автостраде или шоссе, и *мультиполигоны*, которые группируют несколько линий в сложный полигон, описывающий область (например, из нескольких островов или с дырами внутри).\n\nОбъекты, объединённые в отношение, называются участниками отношения. \nНа панели сбоку вы можете увидеть, участником каких отношений является выбранный объект, нажмите на отношение в этом списке, чтобы выделить его. Когда отношение выделено, вы можете увидеть всех его участников в списке на боковой панели и подсвеченными на карте.\n\nВ основном, iD заботится о поддержке отношений автоматически, пока вы редактируете. Основной момент, на который стоит обратить внимание — это, если вы удаляете отрезок дороги, чтобы перерисовать его с большей точностью, вам следует убедиться, что новый отрезок будет участником тех же отношений, что и начальный.\n\n## Редактирование отношений\n\nВот некоторые основы, если вы хотите редактировать отношения.\n\nЧтобы добавить объект в отношение, выделите объект, нажмите кнопку «+» в разделе «Все отношения» на боковой панели и выберите или напечатайте название отношения.\n\nЧтобы создать новое отношение, выберите первый объект, который будет участником отношения, нажмите кнопку «+» в разделе «Все отношения» и выберите «Новое отношение...».\n\nЧтобы удалить объект из отношения выберите объект и нажмите на кнопку с мусорной корзиной рядом с отношением, из которого вы хотите его удалить.\n\nВы можете создать мультиполигон с отверстиями используя инструмент «Объединить». Нарисуйте две границы (внутреннюю и внешнюю), зажмите Shift и нажмите на каждый из границ, чтобы они обе были выделены, затем нажмите кнопку «Объединить эти линии» (+).\n\n\n\n"
     },
                 "name": "Землепользование"
             },
             "category-path": {
-                "name": "Ð\9fеÑ\88еÑ\85однÑ\8bе"
+                "name": "ТÑ\80опа"
             },
             "category-rail": {
                 "name": "Рельсовый путь"
                         "title": "Разрешено"
                     }
                 },
+                "placeholder": "Не указано",
                 "types": {
+                    "access": "Всем",
                     "bicycle": "Велосипедистам",
                     "foot": "Пешеходам",
                     "horse": "Наездникам",
                 }
             },
             "access_simple": {
+                "label": "Легальный доступ",
                 "placeholder": "да для всех"
             },
             "access_toilets": {
                 "label": "Адресная информация",
                 "placeholders": {
                     "city": "Город",
+                    "conscriptionnumber": "123",
                     "country": "Страна",
                     "district": "Район",
                     "hamlet": "Малое село",
             "cycleway": {
                 "label": "Велосипедные дорожки",
                 "options": {
+                    "lane": {
+                        "description": "Велосипедная полоса отделена от автомобильного трафика линией разметки",
+                        "title": "Обычная велосипедная дорожка"
+                    },
                     "none": {
                         "description": "Нет велосипедной дорожки",
                         "title": "Ничего"
                     },
+                    "opposite": {
+                        "description": "Велосипедная дорожка идущая в обоих направлениях по улице с односторонним движением",
+                        "title": "Велосипедная дорожка, идущая в обоих направлениях по улице с односторонним движением"
+                    },
+                    "opposite_lane": {
+                        "description": "Велосипедная дорожка идущая в направлении противоположном автомобильному движению",
+                        "title": "Велосипедная дорожка в направлении, противоположном автомобильному движению"
+                    },
+                    "share_busway": {
+                        "description": "Велосипедная полоса совмещена с автобусной полосой",
+                        "title": "Велосипедная полоса совмещена с автобусной"
+                    },
+                    "shared_lane": {
+                        "description": "Велосипедная полоса не отделена от автомобильного трафика",
+                        "title": "Велосипедная полоса, не отделенная от автомобильного трафика"
+                    },
                     "track": {
+                        "description": "Велосипедная полоса отделена от автомобильного трафика физическим барьером",
                         "title": "Велосипедный трек"
                     }
                 },
                     "semi_evergreen": "Полу-вечнозеленые"
                 }
             },
+            "leaf_cycle_singular": {
+                "label": "Цикл листвы",
+                "options": {
+                    "deciduous": "Листопадные",
+                    "evergreen": "Вечнозелёные",
+                    "semi_deciduous": "Полу-листопадные",
+                    "semi_evergreen": "Полу-вечнозеленые"
+                }
+            },
             "leaf_type": {
                 "label": "Тип листьев",
                 "options": {
                     "needleleaved": "Хвойные"
                 }
             },
+            "leaf_type_singular": {
+                "label": "Тип листьев",
+                "options": {
+                    "broadleaved": "Широколиственные",
+                    "leafless": "Безлистные",
+                    "needleleaved": "Хвойные"
+                }
+            },
             "leisure": {
                 "label": "Тип"
             },
                 "label": "Длина (метры)"
             },
             "level": {
-                "label": "Ð\9aол-во Ñ\8dÑ\82ажей"
+                "label": "ЭÑ\82аж (пеÑ\80вÑ\8bй = 0)"
             },
             "levels": {
                 "label": "Кол-во этажей",
             "recycling/glass": {
                 "label": "Принимают стекло"
             },
+            "recycling/glass_bottles": {
+                "label": "Принимают стеклянные бутылки"
+            },
             "recycling/paper": {
                 "label": "Принимают бумагу / мукулатура"
             },
+            "recycling/plastic": {
+                "label": "Принимают пластик"
+            },
             "recycling/type": {
                 "label": "Пункт приёма отходов для переработки",
                 "options": {
                 },
                 "placeholder": "Горный пеший туризм, Альпинизм…"
             },
+            "sanitary_dump_station": {
+                "label": "Ассенизационная сливная станция"
+            },
             "seasonal": {
                 "label": "Сезонный объект"
             },
             },
             "service_rail": {
                 "options": {
+                    "crossover": "Стрелочный съезд",
                     "siding": "Запасной путь",
                     "spur": "Ответвление пути",
                     "yard": "Ж/Д пути на сортировочной станции"
                 },
                 "placeholder": "Твердая, скорее твёрдая, мягкая"
             },
+            "traffic_signals": {
+                "label": "Тип"
+            },
             "trail_visibility": {
                 "label": "Видимость пути",
                 "options": {
             "water": {
                 "label": "Тип"
             },
+            "water_point": {
+                "label": "Источник воды"
+            },
             "waterway": {
                 "label": "Тип"
             },
                 "terms": "велопрокат, прокат велосипедов, аренда велосипедов"
             },
             "amenity/bicycle_repair_station": {
-                "name": "Станция велоремонта"
+                "name": "Станция велоремонта",
+                "terms": "веломастерская, ремонт велосипедов, велосервис"
             },
             "amenity/biergarten": {
                 "name": "Пивной сад (Бавария)"
                 "name": "Рынок",
                 "terms": "Рынок"
             },
+            "amenity/motorcycle_parking": {
+                "name": "Стоянка для мотоциклов",
+                "terms": "мотопарковка, мотопаркинг, парковка для мотоциклов, паркинг для мотоциклов, мотостоянка"
+            },
             "amenity/nightclub": {
                 "name": "Ночной клуб",
                 "terms": "дискотека, клубешник, гадюшник, клуб"
                 "name": "Ресторан",
                 "terms": "Ресторан, Столовая"
             },
+            "amenity/sanitary_dump_station": {
+                "name": "Ассенизационная сливная станция"
+            },
             "amenity/school": {
                 "name": "Территория школы",
                 "terms": "школа, лицей, гимназия"
                 "name": "Область",
                 "terms": "Область"
             },
+            "area/highway": {
+                "name": "Дорожное покрытие"
+            },
             "barrier": {
                 "name": "Преграда",
                 "terms": "препятствие, преграда, барьер, заграждение"
                 "terms": "стройка, строительство, сооружение"
             },
             "building/detached": {
-                "name": "Отдельностоящий частный жилой дом",
-                "terms": "частное владение, обособленный дом, отдельностоящий дом"
+                "name": "Частный жилой дом"
             },
             "building/dormitory": {
                 "name": "Студенческое общежитие",
                 "name": "Здание школы",
                 "terms": "Здание школы, Школа"
             },
+            "building/semidetached_house": {
+                "name": "Сблокированный дом"
+            },
             "building/shed": {
                 "name": "Сарай",
                 "terms": "сарай"
                 "terms": "вход, выход"
             },
             "footway/crossing": {
-                "name": "Пешеходный переход"
+                "name": "Пешеходный переход",
+                "terms": "перекресток, переезд, пересечение, скрещение"
+            },
+            "footway/crosswalk": {
+                "name": "Пешеходный переход",
+                "terms": "переход, пешеходный переход, зебра, светофор"
             },
             "footway/sidewalk": {
                 "name": "Тротуар",
                 "name": "Автобусная остановка",
                 "terms": "остановка, остановка общественного транспорта, автобусная остановка"
             },
+            "highway/corridor": {
+                "name": "Внутренний коридор"
+            },
             "highway/crossing": {
-                "name": "Пешеходный переход"
+                "name": "Пешеходный переход",
+                "terms": "перекресток, переезд, пересечение, скрещение"
+            },
+            "highway/crosswalk": {
+                "name": "Пешеходный переход",
+                "terms": "переход, пешеходный переход, зебра, светофор"
             },
             "highway/cycleway": {
                 "name": "Велодорожка",
                 "terms": "привал, стоянка"
             },
             "highway/road": {
-                "name": "ТÑ\80опа? Ð\94оÑ\80ога? Ð¡Ñ\82Ñ\83пенÑ\8cки? Ð\92оÑ\80оÑ\82а ÐµÑ\81Ñ\82Ñ\8c? Ð¨Ð»Ð°Ð³Ð±Ð°Ñ\83мÑ\8b? Ð§Ð°Ñ\81Ñ\82наÑ\8f Ð´Ð¾Ñ\80ога?",
+                "name": "Ð\94оÑ\80ога Ð½ÐµÐ¸Ð·Ð²ÐµÑ\81Ñ\82ного ÐºÐ»Ð°Ñ\81Ñ\81а",
                 "terms": "неизвестная"
             },
             "highway/secondary": {
                 "name": "Придорожная часовня",
                 "terms": "Придорожная часовня"
             },
+            "junction": {
+                "name": "Перекрёсток"
+            },
             "landuse": {
                 "name": "Землепользование"
             },
             "landuse/allotments": {
                 "name": "Садовые участки",
-                "terms": "Участки садов и огородов, Сады и огороды"
+                "terms": "Участки садов и огородов, Сады и огороды, СОТ, СНТ, Дачи"
             },
             "landuse/basin": {
                 "name": "Хранилище сточных вод",
                 "name": "Бункер",
                 "terms": "Бункер, Подземное убежище, Подземное укрытие"
             },
+            "military/danger_area": {
+                "name": "Опасная зона"
+            },
+            "military/naval_base": {
+                "name": "Военно-морская база"
+            },
             "military/range": {
                 "name": "Военный полигон",
                 "terms": "военный полигон, стрельбище"
                 "terms": "Бюро по недвижимости, Риелтор, Риелторская фирма, Риелторская компания,"
             },
             "office/financial": {
+                "name": "Финансовая организация",
                 "terms": "финансовая организация"
             },
             "office/government": {
                 "terms": "Общественное движение, НКО, Неправительственная организация, Некоммерческая организация, Общественный фонд, Общественное учреждение,"
             },
             "office/physician": {
+                "name": "Врач",
                 "terms": "врач, доктор, медик"
             },
             "office/political_party": {
                 "terms": "город"
             },
             "place/farm": {
-                "name": "Ферма"
+                "name": "Ферма",
+                "terms": "Ферма, Сельхозпредприятие"
             },
             "place/hamlet": {
                 "name": "Малое село",
                 "name": "Поверхность реки",
                 "terms": "Урез берега реки"
             },
+            "waterway/sanitary_dump_station": {
+                "name": "Морская ассенизационная станция"
+            },
             "waterway/stream": {
                 "name": "Ручей",
                 "terms": "Ручей"
index d0829e9398a05ab90d89a50c53ee958bc93549ab..94f0e78eaa662d21263bfd45793d3e6746e006ee 100644 (file)
     "zoom_in_edit": "සංස්කරණය කිරීම සදහා සමීප කරන්න ",
     "logout": "ඉවත් වන්න ",
     "loading_auth": "OpenStreetMap වෙත සම්බන්ද වෙමින්...",
-    "report_a_bug": "දෝෂයක් වාර්තා කිරීම සදහා",
     "feature_info": {
         "hidden_warning": "සෙගවුන ලක්ෂණ {count} ක්",
         "hidden_details": " {details} : මෙම ලක්ෂණ මේ අවස්ථාවේදී සැගව පවතී"
index 19f163d84af4fcda3fd1fe4463ff1f764059145d..d9061ac55be11f31046435f79940ebf123698043 100644 (file)
             "not_eligible": "Tieto objekty nemôžu byť zlúčené.",
             "not_adjacent": "Tieto čiary nemožno zlúčiť, pretože nie sú prepojené.",
             "restriction": "Tieto čiary nemôžu byť zlúčené, pretože aspoň jedna z nich je členom relácie \"{relation}\".",
-            "incomplete_relation": "Tieto objekty nemôžu byť zlúčené, pretože aspoň jeden z nich nebol úplne stiahnutý."
+            "incomplete_relation": "Tieto objekty nemôžu byť zlúčené, pretože aspoň jeden z nich nebol úplne stiahnutý.",
+            "conflicting_tags": "Tieto čiary nemôžu byt zlúčené, pretože niektoré ich označenia majú konfliktné hodnoty."
         },
         "move": {
             "title": "Presuň",
     "zoom_in_edit": "Priblíž mapu pre editovanie",
     "logout": "odhlásiť",
     "loading_auth": "Pripájam na OpenStreetMap...",
-    "report_a_bug": "nahlásiť chybu",
+    "report_a_bug": "Nahlásiť chybu",
+    "help_translate": "Pomoc s prekladom",
     "feature_info": {
         "hidden_warning": "{count} skrytých objektov",
         "hidden_details": "Tieto objekty sú skryté: {details}"
         "out": "Oddiaľ"
     },
     "cannot_zoom": "V tomto móde nemožno viac oddialiť.",
+    "full_screen": "Prepni na plnú obrazovku",
     "gpx": {
         "local_layer": "Lokálny GPX súbor",
         "drag_drop": "Pretiahnite a pustite .gpx súbor na stránku, alebo ckliknite na tlačítko napravo pre výber",
                         "title": "Povolené"
                     }
                 },
+                "placeholder": "Nešpecifikované",
                 "types": {
+                    "access": "Všetko",
                     "bicycle": "Bicykle",
                     "foot": "Chodci",
                     "horse": "Kone",
                 }
             },
             "access_simple": {
+                "label": "Povolený vstup",
                 "placeholder": "áno"
             },
             "access_toilets": {
                 },
                 "placeholder": "Pevná, väčšinou pevná, mäkká..."
             },
+            "traffic_signals": {
+                "label": "Typ"
+            },
             "trail_visibility": {
                 "label": "Viditeľnosť trasy",
                 "options": {
                 "name": "Tržnica",
                 "terms": "trznica,trhovisko,burza,bazár,bazar,trhy,trh"
             },
+            "amenity/motorcycle_parking": {
+                "name": "Parkovanie pre motocykle",
+                "terms": "parkovisko,motorky,stojan,stojan pre motorky,moped,babeta,parkovanie pre motorky"
+            },
             "amenity/nightclub": {
                 "name": "Nočný klub",
                 "terms": "nocny klub"
                 "terms": "budova vo vystavbe,stavba,stavenisko"
             },
             "building/detached": {
-                "name": "Samostatný dom",
+                "name": "Samostantný dom",
                 "terms": "samostatny dom"
             },
             "building/dormitory": {
                 "name": "Školská budova",
                 "terms": "skolska budova,skola,škola"
             },
+            "building/semidetached_house": {
+                "name": "Dvojdom",
+                "terms": "polovica dvojdomu"
+            },
             "building/shed": {
                 "name": "Šopa",
                 "terms": "sopa,pristresok,prístrešok,kôlňa,kolna"
                 "terms": "vuzitie uzemia, vyuzitie pody, využitie pôdy, krajina"
             },
             "landuse/allotments": {
-                "name": "Záhradkárska osada",
-                "terms": "zahradkarska osada,zahradky,záhradky,zahrady,záhrady,kolonia,kolónia"
+                "name": "Komunitná záhrada",
+                "terms": "komunitna zahrada,pestovatelska plocha,poestvateľská plocha"
             },
             "landuse/basin": {
                 "name": "Zadržiavacia nádrž",
                 "name": "Basketbalové ihrisko",
                 "terms": "basketbalove ihrisko,basketbal,basket,streetbal"
             },
+            "leisure/pitch/rugby_league": {
+                "name": "Ihrisko ragby league",
+                "terms": "rugby league"
+            },
+            "leisure/pitch/rugby_union": {
+                "name": "Ihrisko ragby union",
+                "terms": "rugby union"
+            },
             "leisure/pitch/skateboard": {
                 "name": "Skateboardový park",
                 "terms": "skateboadovy park,skejtbordovy,skatebordovy,park"
                 "name": "Bunker",
                 "terms": "opevnenie,vojenské opevnenie,vojenske opevnenie"
             },
+            "military/checkpoint": {
+                "name": "Kontrolné stanovište",
+                "terms": "kontrolne stanoviste,vojenske stanoviste,vojenské stanovište,vojenska kontrola,vojenská kontrola"
+            },
+            "military/danger_area": {
+                "name": "Nebezpečná zóna",
+                "terms": "bezpecna zona,zakazana zona,zakázaná zóna,nebezpecenstvo,nebezpečenstvo"
+            },
+            "military/naval_base": {
+                "name": "Námorná základňa",
+                "terms": "namorna zakladna,ponorkova zakladna,ponorková základňa,ponorky,lode"
+            },
+            "military/obstacle_course": {
+                "name": "Prekážková dráha",
+                "terms": "cvičisko s prekážkami,cvicisko s prekazkami,prekazkova draha,prekážková dráha,vojenské cvicisko,vojenské cvičisko"
+            },
             "military/range": {
                 "name": "Vojenská strelnica",
                 "terms": "vojenska strelnica,cvičisko,cvicisko"
             },
+            "military/training_area": {
+                "name": "Cvičisko",
+                "terms": "cvicisko,vojenske cvicisko,vojenské cvičisko "
+            },
             "natural": {
                 "name": "Prírodné",
                 "terms": "prirodne,prirodny,príroda,priroda"
index b6c4ab5734bbf9daf929852d25fe7ad78d5a1e6f..ec93dc4a8f51f8de74fd79c8c71b0e52ae554d96 100644 (file)
     "zoom_in_edit": "Za urejanje približaj pogled",
     "logout": "odjava",
     "loading_auth": "Povezovanje z OpenStreetMap...",
-    "report_a_bug": "prijavi napako",
     "status": {
         "error": "Ne morem se povezati na API.",
         "offline": "API je offline. Prosimo, poskusite urejati kasneje.",
                 "name": "Stavba v izgradnji",
                 "terms": "stavba v gradnji"
             },
-            "building/detached": {
-                "name": "Enodružinska hiša",
-                "terms": "samostojna hiša"
-            },
             "building/dormitory": {
                 "name": "Študentski/dijaški dom",
                 "terms": "študentski dom,dijaški dom"
                 "name": "Kapelica",
                 "terms": "kapelica"
             },
-            "landuse/allotments": {
-                "name": "Vrtički",
-                "terms": "vrtci,vrtovi"
-            },
             "landuse/basin": {
                 "name": "Čistilni bazen",
                 "terms": "usedalnik"
index f4eb106183b7f858fd0b5422936addd58c76620e..a2055c5a98ff37b23375f7d60ab61c29a3d02968 100644 (file)
     "zoom_in_edit": "Zmadhoni për të redaktuar",
     "logout": "dil",
     "loading_auth": "Lidh me OpenStreetMap...",
-    "report_a_bug": "Raporto një bug",
     "feature_info": {
         "hidden_warning": "{count} tipare të fshehura",
         "hidden_details": "Këto tipare janë aktualisht të fshehura: {details}"
                     "wlan": "Wifi",
                     "yes": "Po"
                 }
+            },
+            "piste/difficulty": {
+                "label": "Vështersia"
             }
         },
         "presets": {
index c7dd8f2625332aafa5ee18bf5b9e681693369474..dd6519035d2d6fa57a59e95ce11995b2185f0923 100644 (file)
     "zoom_in_edit": "Увећајте да бисте уређивали",
     "logout": "одјава",
     "loading_auth": "Повезивање са Опенстритмап...",
-    "report_a_bug": "пријави грешку",
     "status": {
         "error": "Није могуће повезати се АПИ-јем.",
         "offline": "АПИ је ван мреже. Молимо вас покушајте уређивање касније.",
             "building/construction": {
                 "name": "Зграда у изградњи"
             },
-            "building/detached": {
-                "name": "Породична кућа"
-            },
             "building/dormitory": {
                 "name": "Студентски дом"
             },
             "historic/wayside_shrine": {
                 "name": "Храм поред пута"
             },
-            "landuse/allotments": {
-                "name": "Парцеле"
-            },
             "landuse/basin": {
                 "name": "Слив"
             },
index 1334d122357b0b8290563aaa416c753b1a08d76a..cecedaa1d4a4c0fd71ce09830acaab63373a177f 100644 (file)
             "not_eligible": "Dessa objekt kan inte slås samman.",
             "not_adjacent": "Dessa linjer kan inte slås ihop då dem inte är ihopsatta.",
             "restriction": "Dessa linjer kan inte slås samman då minst en av dem tillhör relationen \"{relation}\".",
-            "incomplete_relation": "Dessa objekt kan inte sammanfogas då åtminstone ett inte hämtats fullständigt."
+            "incomplete_relation": "Dessa objekt kan inte sammanfogas då åtminstone ett inte hämtats fullständigt.",
+            "conflicting_tags": "Dessa linjer kan inte sammanfogas då några av dess taggar har motstridiga värden."
         },
         "move": {
             "title": "Flytta",
     "zoom_in_edit": "Zooma in för att redigera",
     "logout": "logga ut",
     "loading_auth": "Ansluter till OpenStreetMap...",
-    "report_a_bug": "rapportera ett fel",
+    "report_a_bug": "Rapportera ett fel",
+    "help_translate": "Hjälp till och översätta",
     "feature_info": {
         "hidden_warning": "{count} dolda objekt",
         "hidden_details": "Detta objekt är dolt för tillfället: {details}"
         "out": "Zooma ut"
     },
     "cannot_zoom": "Går ej att zooma ut ytterligare med nuvarande sätt.",
+    "full_screen": "Växla fullskärm",
     "gpx": {
         "local_layer": "Lokal gpx-fil",
         "drag_drop": "Dra och släpp en .gpx-fil på sidan, eller klicka på knappen till höger för att bläddra",
                         "title": "Tillåtna"
                     }
                 },
+                "placeholder": "Ej specificerat",
                 "types": {
+                    "access": "Generell",
                     "bicycle": "Cyklar",
                     "foot": "Fotgängare",
                     "horse": "Hästar",
                 }
             },
             "access_simple": {
+                "label": "Tillåten åtkomst",
                 "placeholder": "ja"
             },
             "access_toilets": {
                 },
                 "placeholder": "Fast, Mestadels fast, Mjuk ..."
             },
+            "traffic_signals": {
+                "label": "Typ"
+            },
             "trail_visibility": {
                 "label": "Synlighet",
                 "options": {
                 "name": "Marknadsplats",
                 "terms": "Saluhall, torg, marknad, salutorg"
             },
+            "amenity/motorcycle_parking": {
+                "name": "Motorcykelparkering",
+                "terms": "Motorcykelparkering, parkering motorcykel, ställplats, motorcykelställ, parkering, motorcykel, parkeringsplats, parkeringsplats motorcykel"
+            },
             "amenity/nightclub": {
                 "name": "Nattklubb",
                 "terms": "Nattklubb, disko, diskotek, klubb, nöjeslokal, dansställe, bar, disco, dans, dansklubb"
                 "terms": "Byggnad under konstruktion, Byggnad under uppförande, byggarbete, bygge, byggarbetsplats, byggnation, byggnadsplats"
             },
             "building/detached": {
-                "name": "Fristående villa",
-                "terms": "Villa, hus, småhus, enfamiljshus, enbostadshus, kåk, egnahem, fristående hus, friliggande hus, envåningshus"
+                "name": "Fristående hus",
+                "terms": "Villa, hus, småhus, enfamiljshus, enbostadshus, kåk, egnahem, fristående hus, friliggande hus, envåningshus, fristående villa, friliggande villa"
             },
             "building/dormitory": {
                 "name": "Elevhem",
                 "name": "Skolbyggnad",
                 "terms": "Skolbyggnad, skola, läroanstalt, undervisningsanstalt, lärosäte, grundskola, gymnasium, folkhögskola, läroverk, skolhus, skolväsen, undervisning, utbildning, mellanstadium, lågstadium, högstadium, komvux"
             },
+            "building/semidetached_house": {
+                "name": "Delvist Fristående hus",
+                "terms": "Villa, hus, småhus, fristående hus, friliggande hus, radhus, parhus, radhusområde, parhusområde"
+            },
             "building/shed": {
                 "name": "Skjul",
                 "terms": "Skjul, friggebod, uthus, bod, barack, förråd, förvaringsskjul, visthusbod, visthus, hobbyhus, förvaring, verkstad, hobbyrum"
                 "terms": "Markanvändning, landanvändning, användningsområde"
             },
             "landuse/allotments": {
-                "name": "Kolonilotter",
-                "terms": "Kolonilott, lott, täppa, koloniträdgård, odlingslott, "
+                "name": "Koloniområde",
+                "terms": "Kolonilott, lott, täppa, koloniträdgård, odlingslott, koloniområde"
             },
             "landuse/basin": {
                 "name": "Avrinningsområde",
                 "name": "Basketplan",
                 "terms": "Basketplan, basket, korgboll"
             },
+            "leisure/pitch/rugby_league": {
+                "name": "Rugby League-plan",
+                "terms": "Rugby League, rugby, rugger, rugby football, rugbyplan"
+            },
+            "leisure/pitch/rugby_union": {
+                "name": "Rugby Union-plan",
+                "terms": "Rugby Union-plan, rugby union, rugby, rugger, rugby football, rugbyplan"
+            },
             "leisure/pitch/skateboard": {
                 "name": "Skateboardpark",
                 "terms": "Skateboardpark, Skate Park, skateboard, skateboardramp, halfpipe "
                 "name": "Bunker",
                 "terms": "Bunker, skyddsrum, stridsvärn, värn"
             },
+            "military/checkpoint": {
+                "name": "kontrollpunkt",
+                "terms": "Kontrollpunkt, kontrollstation, militär kontroll"
+            },
+            "military/danger_area": {
+                "name": "Farligt område",
+                "terms": "Farligt område, skjutbana, säkerhetszon, militärt skyddsområde, militärt övningsområde"
+            },
+            "military/naval_base": {
+                "name": "Marinbas",
+                "terms": "Marinbas, marint förband, marinen, flottan, amfibiekåren, Kustartilleriet, flottilj, flottbas, örlogsbas"
+            },
+            "military/obstacle_course": {
+                "name": "Hinderbana",
+                "terms": "Hinderbana, hoppbana, hinderlöpning, hinderlopp"
+            },
             "military/range": {
                 "name": "Militärt övningsområde",
                 "terms": "Militärt övningsområde, övningsområde, skjutbana"
             },
+            "military/training_area": {
+                "name": "Övningsfält",
+                "terms": "Övningsfält, skjutbana, övningsområde"
+            },
             "natural": {
                 "name": "Naturlig",
                 "terms": "Naturligt, naturlig, natur, skyddsområde, naturanvändning, geologi"
index 80ff4d274ac5dac0f63734328b36732212aa5ef5..e41dcd153d5c8597dca08597ba548282c8a73b0b 100644 (file)
     "zoom_in_edit": "మార్చడానికి దగ్గరగా వీక్షించు",
     "logout": "నిష్క్రమించు",
     "loading_auth": "ఓపెన్‌స్ట్రీట్‌మ్యాపుకి అనుసంధానిస్తున్నాం…",
-    "report_a_bug": "ఒక తప్పును నివేదించు",
     "commit": {
         "title": "మార్పులను భద్రపరచు",
         "description_placeholder": "మీ మార్పులకు టూకీ వివరణ",
index 368a51e5478d8607ac6760984c7334c3ea0eb64b..3d561228559e1b6f02bcc2e8c5e95271c5e49952 100644 (file)
     "zoom_in_edit": "Mag-zoom-in para makapag-edit",
     "logout": "Mag-logout",
     "loading_auth": "Kumokonekta sa OpenStreetMap ...",
-    "report_a_bug": "I-ulat ang bug",
     "status": {
         "error": "Hindi maka-konekta sa API.",
         "offline": "Kasalukuyang offline ang API. Subukang mag-edit muli sa ibang pagkakataon.",
index 61161bdc8e9d3b1be74b5925fbae195769cc61fe..c71c6c5cef30f735c0df58009ace75436c199a11 100644 (file)
     "zoom_in_edit": "Güncellemek/değiştirmek için görüntüyü yakınlaştır.",
     "logout": "Çıkış",
     "loading_auth": "OpenStreetMap'e bağlanıyor...",
-    "report_a_bug": "Hata rapor et",
     "status": {
         "error": "APIya bağlanılamıyor.",
         "offline": "API kapalı. Daha sonra yeniden dene.",
             "building/construction": {
                 "name": "Yapı İnşaat Aşamasında"
             },
-            "building/detached": {
-                "name": "Ayrık Ev"
-            },
             "building/dormitory": {
                 "name": "Yurt"
             },
             "junction": {
                 "name": "Yol Ayrımı"
             },
-            "landuse/allotments": {
-                "name": "Bostanlar"
-            },
             "landuse/basin": {
                 "name": "Havza"
             },
index 857a794858ed2201a49175621fd1003fbd29e697..3aaca0beb5e57e19a63d254018d629e286cedefc 100644 (file)
             "not_eligible": "Ці об’єкти неможливо об’єднати.",
             "not_adjacent": "Ці лінії неможливо об’єднати, бо вони не з’єднані.",
             "restriction": "Ці лінії не можуть бути об’єднані, принаймні одна з них є членом зв’язку \"{relation}\".",
-            "incomplete_relation": "Ці об’єкти не можуть бути об’єднані, принаймні один з них завантажений не повністю."
+            "incomplete_relation": "Ці об’єкти не можуть бути об’єднані, принаймні один з них завантажений не повністю.",
+            "conflicting_tags": "Ці лінії неможливо об’єднати, тому що їх теґи містять суперечливі значення."
         },
         "move": {
             "title": "Пересунути",
     "zoom_in_edit": "Необхідно збільшити масштаб, щоб редагувати",
     "logout": "вийти",
     "loading_auth": "З’єднання з OpenStreetMap…",
-    "report_a_bug": "повідомити про помилку",
     "feature_info": {
         "hidden_warning": "приховано об’єктів - {count} ",
         "hidden_details": "Ці об’єкти є прихованими: {details}"
                         "title": "Дозволений"
                     }
                 },
+                "placeholder": "Не визначено",
                 "types": {
+                    "access": "Загальний",
                     "bicycle": "Велосипедам",
                     "foot": "Пішки",
                     "horse": "Коням",
                 }
             },
             "access_simple": {
+                "label": " Пересування дозволено",
                 "placeholder": "так"
             },
             "access_toilets": {
                 },
                 "placeholder": "Тверде, переважно тверде, м’яке"
             },
+            "traffic_signals": {
+                "label": "Тип"
+            },
             "trail_visibility": {
                 "label": "Видимість маршруту",
                 "options": {
                 "name": "Ринок",
                 "terms": "Marketplace, hbyjr, базар, базарна площа"
             },
+            "amenity/motorcycle_parking": {
+                "name": "Стоянка для мотоциклів",
+                "terms": "стоянка,мотоцикл"
+            },
             "amenity/nightclub": {
                 "name": "Нічний клуб",
                 "terms": "Nightclub, ysxybq rke, нічний клуб, розваги, дискотека, бар"
                 "terms": "будівля, будівництво, будмайданчик"
             },
             "building/detached": {
-                "name": "Ð\9fÑ\80иваÑ\82ний Ð\91Ñ\83динок",
-                "terms": "будівля, дім, будинок, відокремлений будинок, поселення"
+                "name": "Садиба",
+                "terms": "будинок,маєток,садиба"
             },
             "building/dormitory": {
                 "name": "Гуртожиток",
                 "name": "Школа",
                 "terms": "School, irjkf, школа"
             },
+            "building/semidetached_house": {
+                "name": "Двоквартирний будинок",
+                "terms": "будинок,квартира,два,дві,володар"
+            },
             "building/shed": {
                 "name": "Сарай",
                 "terms": "сарай, гараж"
             },
             "landuse/allotments": {
                 "name": "Дачі/горо́ди",
-                "terms": "Allotments, lfxs ujhjlb, дача, город, ділянка, наділ"
+                "terms": "дача,город,ділянка"
             },
             "landuse/basin": {
                 "name": "Водойма",
                 "name": "Баскетбольний майданчик",
                 "terms": "Basketball Court, fcrtnjkmybq vfqlfyxbr, баскетбольний майданчик, баскетбол"
             },
+            "leisure/pitch/rugby_league": {
+                "name": "Поле для регбіліг",
+                "terms": "регбі,м’яч,м'яч,спорт,поле,майданчик,регбіліг"
+            },
+            "leisure/pitch/rugby_union": {
+                "name": "Поле для регбі",
+                "terms": "регбіюніон,юніон,регбі,м'яч,м’яч,поле,майданчик,спорт"
+            },
             "leisure/pitch/skateboard": {
                 "name": "Скейт-парк",
                 "terms": "Skate Park, crtqn-gfhr, екстрім, скейт-парк"
                 "name": "Бункер",
                 "terms": "бункер, сховище"
             },
+            "military/checkpoint": {
+                "name": "Контрольно-пропускний пункт",
+                "terms": "Контрольно-пропускний пункт,пост,блок,блок-пост,перевірка,пункт"
+            },
+            "military/danger_area": {
+                "name": "Небезпечна зона",
+                "terms": "небезпека,військові дії,навчання,бойові дії"
+            },
+            "military/naval_base": {
+                "name": "Військово-морська база",
+                "terms": "флот,база,моряк,корабель,човен,вісйсковий,зброя"
+            },
+            "military/obstacle_course": {
+                "name": "Смуга перешкод",
+                "terms": "війська,тренування,перешкоди,навчання,учбовий центр"
+            },
             "military/range": {
                 "name": "Військовий полігон",
                 "terms": "військовий полігін "
             },
+            "military/training_area": {
+                "name": "Полігон",
+                "terms": "тренувальний полігон,військовий,навчальний центр,стрільбище,тир,зброя"
+            },
             "natural": {
                 "name": "Природа",
                 "terms": "Natural, ghbhjlf, природа"
index 39a4229bada975f55da3ab762fabf8929fce017c..77cc9a6fb59d76cb52410397fb17bbf89da9deba 100644 (file)
             "not_eligible": "Không thể gộp các đối tượng này.",
             "not_adjacent": "Không thể gộp các đường kẻ không nối liền với nhau.",
             "restriction": "Không thể gộp các đường kẻ này vì ít nhất một trong những đường kẻ trực thuộc quan hệ “{relation}”.",
-            "incomplete_relation": "Không thể gộp vì một trong số đối tượng này chưa được tải về hoàn toàn."
+            "incomplete_relation": "Không thể gộp vì một trong số đối tượng này chưa được tải về hoàn toàn.",
+            "conflicting_tags": "Không thể gộp các đường kẻ này vì một số thẻ có giá trị xung đột."
         },
         "move": {
             "title": "Di chuyển",
     "zoom_in_edit": "Phong to để Sửa đổi",
     "logout": "đăng xuất",
     "loading_auth": "Đang kết nối với OpenStreetMap…",
-    "report_a_bug": "báo cáo lỗi",
+    "report_a_bug": "Báo cáo lỗi",
+    "help_translate": "Hợp tác biên dịch",
     "feature_info": {
         "hidden_warning": "{count} đối tượng ẩn",
         "hidden_details": "Các đối tượng này đang ẩn: {details}"
                 },
                 "placeholder": "Rất chắc, Khá Chắc, Mềm…"
             },
+            "traffic_signals": {
+                "label": "Kiểu"
+            },
             "trail_visibility": {
                 "label": "Tầm nhìn trên Đường mòn",
                 "options": {
                 "name": "Chợ phiên",
                 "terms": "chợ phiên, chợ trời, chợ xổm, chợ, cho phien, cho troi, cho xom, cho"
             },
+            "amenity/motorcycle_parking": {
+                "name": "Chỗ Đậu Xe máy",
+                "terms": "chỗ đậu xe máy, đậu xe máy, chỗ đậu mô-tô, chỗ đậu mô tô, đậu mô-tô, chỗ đậu mô tô, chỗ đậu xe hai bánh, đậu xe hai bánh, chỗ đậu xe ba bánh, đậu xe ba bánh, cho dau xe may, dau xe may, cho dau mo-to, cho dau mo to, dau mo-to, dau mo to, cho dau xe hai banh, dau xe hai banh, cho dau xe ba banh, dau xe ba banh"
+            },
             "amenity/nightclub": {
                 "name": "Câu lạc bộ Giải trí",
                 "terms": "câu lạc bộ giải trí, clb giải trí, câu lạc bộ đêm, clb đêm, vũ trường, hộp đêm, câu lạc bộ, sàn nhảy về đêm, cau lac bo giai tri, clb giai tri, cau lac bo dem, clb dem, vu truong, hop dem, cau lac bo, san nhay ve dem"
                 "name": "Nhà Trường",
                 "terms": "nhà trường, trường học, học viện, nha truong, truong học, hoc vien"
             },
+            "building/semidetached_house": {
+                "name": "Nhà Bán tách biệt",
+                "terms": "nhà bán tách biệt, nhà bán biệt lập, nha ban tach biet, nha ban biet lap"
+            },
             "building/shed": {
                 "name": "Lán",
                 "terms": "lán, lán trại, lều lán, túp lều, chuồng, lan, lan trai, leu lan, tup leu, chuong"
             },
             "landuse/allotments": {
                 "name": "Khu Vườn Gia đình",
-                "terms": "khu vườn gia đình, khu vuon gia dinh"
+                "terms": "khu vườn gia đình, khu vườn cộng đồng, khu vuon gia dinh, khu vuon cong dong"
             },
             "landuse/basin": {
                 "name": "Lưu vực",
                 "name": "Sân Bóng rổ",
                 "terms": "sân bóng rổ, san bong ro"
             },
+            "leisure/pitch/rugby_league": {
+                "name": "Sân cỏ Bóng bầu dục Liên đoàn",
+                "terms": "sân cỏ bóng bầu dục liên đoàn, sân cỏ banh bầu dục liên đoàn, sân cỏ bóng rugby league, sân cỏ banh rugby league, san co bong bau duc lien doan, san co banh bau duc lien doan, san co bong rugby league, san co banh rugby league"
+            },
+            "leisure/pitch/rugby_union": {
+                "name": "Sân cỏ Bóng bầu dục Liên minh",
+                "terms": "sân cỏ bóng bầu dục liên minh, sân cỏ banh bầu dục liên minh, sân cỏ bóng rugby union, sân cỏ banh rugby union, san co bong bau duc lien minh, san co banh bau duc lien minh, san co bong rugby union, san co banh rugby union"
+            },
             "leisure/pitch/skateboard": {
                 "name": "Công viên Trượt ván",
                 "terms": "công viên trượt ván, sân trượt ván, công viên trượt patin, sân trượt patin, cong vien truot van, san truot van, cong vien truot patin, san truot patin"
                 "name": "Boong ke",
                 "terms": "boong ke, boong-ke, boongke"
             },
+            "military/checkpoint": {
+                "name": "Trạm Kiểm soát",
+                "terms": "trạm kiểm soát, tram kiem soat"
+            },
+            "military/danger_area": {
+                "name": "Khu vực Nguy hiểm",
+                "terms": "khu vực nguy hiểm, vùng nguy hiểm, khu vuc nguy hiem, vung nguy hiem"
+            },
+            "military/naval_base": {
+                "name": "Căn cứ Hải quân",
+                "terms": "căn cứ hải quân, can cu hai quan"
+            },
+            "military/obstacle_course": {
+                "name": "Đường Chạy vượt Chướng ngại vật",
+                "terms": "đường chạy vượt chướng ngại vật, duong chay vuot chuong ngai vat"
+            },
             "military/range": {
                 "name": "Tầm đạn",
                 "terms": "tầm đạn, tầm súng, tam dan, tam sung"
             },
+            "military/training_area": {
+                "name": "Khu Tập luyện",
+                "terms": "khu tập luyện, khu luyện tập, khu tap luyen, khu luyen tap"
+            },
             "natural": {
                 "name": "Thiên nhiên",
                 "terms": "thiên nhiên, tự nhiên, thien nhien, tu nhien"
index 020f2e8d61faa086611de765c51b3f7cf0fdf258..b3a08d52578345990ab99b494c782af9e18c284d 100644 (file)
     "zoom_in_edit": "放大去改",
     "logout": "簽走",
     "loading_auth": "駁上去公家街圖⋯⋯",
-    "report_a_bug": "報告有錯",
     "status": {
         "error": "駁唔通程式接口。",
         "offline": "程式接口收工。遲啲再改啦。",
                 "name": "路邊神祠",
                 "terms": "Wayside Shrine,路邊神社,路邊神祠"
             },
-            "landuse/allotments": {
-                "name": "菜地",
-                "terms": "Allotments,社區花園,菜地"
-            },
             "landuse/basin": {
                 "name": "盆地",
                 "terms": "Basin,水池,盆地"
index e13d63960b42221361dc1529769352d1c86bb500..c2523d60aa73134eb728e2d1e8db5151ca11a6b2 100644 (file)
     "zoom_in_edit": "放大地图以编辑",
     "logout": "退出",
     "loading_auth": "正在连接OpenStreetMap...",
-    "report_a_bug": "报告漏洞",
     "feature_info": {
         "hidden_warning": "{count}个隐藏特征",
         "hidden_details": "以下要素目前被隐藏:{details}"
                         "title": "允许的"
                     }
                 },
+                "placeholder": "未指定",
                 "types": {
+                    "access": "全部",
                     "bicycle": "自行车",
                     "foot": "步行",
                     "horse": "马匹",
                 "name": "市场",
                 "terms": "市场,菜市场"
             },
+            "amenity/motorcycle_parking": {
+                "name": "摩托车停车场"
+            },
             "amenity/nightclub": {
                 "name": "夜总会",
                 "terms": "夜店,夜总会"
             "building/construction": {
                 "name": "在建建筑"
             },
-            "building/detached": {
-                "name": "连体屋"
-            },
             "building/dormitory": {
                 "name": "宿舍"
             },
                 "name": "交叉口",
                 "terms": "交通枢纽,路口"
             },
-            "landuse/allotments": {
-                "name": "菜地",
-                "terms": "菜地,社区花园"
-            },
             "landuse/basin": {
                 "name": "水池",
                 "terms": "水池"
index c591b155c68d9670e8fe1d7919d603a228992263..794c87edbfa5db449f47cac69c51381d1dc2c891 100644 (file)
     "zoom_in_edit": "放大去改",
     "logout": "簽走",
     "loading_auth": "駁上去公家街圖⋯⋯",
-    "report_a_bug": "報告有錯",
     "status": {
         "error": "駁唔通程式接口。",
         "offline": "程式接口收工。遲啲再改啦。",
                 "name": "路邊神祠",
                 "terms": "Wayside Shrine,路邊神社,路邊神祠"
             },
-            "landuse/allotments": {
-                "name": "菜地",
-                "terms": "Allotments,社區花園,菜地"
-            },
             "landuse/basin": {
                 "name": "盆地",
                 "terms": "Basin,水池,盆地"
index 5ccf1b2978b8723b5799faca19a1d4e69b73f337..7c08de2a7ef041aac05777c0cea39557ad3f34e0 100644 (file)
             "connected_to_hidden": "這個沒辦法刪除,因為與其他隱藏的圖徵相連"
         },
         "add_member": {
-            "annotation": "給關係加了一成員。"
+            "annotation": "給關係加了一成員。"
         },
         "delete_member": {
             "annotation": "從關係移除了一成員。"
             "not_eligible": "不能合併這些物件。",
             "not_adjacent": "這些線段並不連接,不能合併。",
             "restriction": "這些線段不能合併,因為其中最少有一條線段是\"{relation}\" 關係的成員。",
-            "incomplete_relation": "這些物件不能合併,因為其中最少有一件未有完全下載。"
+            "incomplete_relation": "這些物件不能合併,因為其中最少有一件未有完全下載。",
+            "conflicting_tags": "這些線段並不能合併,因為它們的標籤並不一樣。"
         },
         "move": {
             "title": "移動",
     "zoom_in_edit": "放大以開始編輯",
     "logout": "登出",
     "loading_auth": "正在連接 OpenStreetMap...",
-    "report_a_bug": "回報編輯器問題",
+    "report_a_bug": "回報錯誤",
+    "help_translate": "協助翻譯",
     "feature_info": {
         "hidden_warning": "{count} 隱藏的圖徵",
         "hidden_details": "這些圖徵現在被隱藏.: {details}"
     "background": {
         "title": "背景",
         "description": "背景圖像設定",
-        "percent_brightness": "{opacity}%的度",
+        "percent_brightness": "{opacity}%的度",
         "none": "無",
         "custom": "客製化",
         "custom_button": "編輯自訂的背景",
                 },
                 "placeholder": "堅硬地面、硬物鋪面、軟鋪面"
             },
+            "traffic_signals": {
+                "label": "號誌種類"
+            },
             "trail_visibility": {
                 "label": "路徑可見度",
                 "options": {
                 "name": "市場",
                 "terms": "市集,傳統市場,marketplace"
             },
+            "amenity/motorcycle_parking": {
+                "name": "機車停車場",
+                "terms": "機車停車場,速克達停車場,摩托車停車場"
+            },
             "amenity/nightclub": {
                 "name": "夜總會",
                 "terms": "夜店"
                 "terms": "大樓施工建造"
             },
             "building/detached": {
-                "name": "獨立式住宅",
-                "terms": "獨立式家屋,獨立式房子"
+                "name": "獨立式房屋",
+                "terms": "獨立式住宅,獨立式房子"
             },
             "building/dormitory": {
                 "name": "宿舍",
                 "name": "中小學建築物",
                 "terms": "學校建物,學校建築,小學建築,中學建築"
             },
+            "building/semidetached_house": {
+                "name": "半獨立式房屋",
+                "terms": "半獨立式住宅,半獨立式房子"
+            },
             "building/shed": {
                 "name": "小屋",
                 "terms": "小屋"
             },
             "landuse/allotments": {
                 "name": "社區農園",
-                "terms": "社區田圃,城市農園,社區園圃"
+                "terms": "社區田圃,城市農園,社區園圃,社區農地"
             },
             "landuse/basin": {
                 "name": "水池",
                 "name": "籃球場",
                 "terms": "籃球場,球場"
             },
+            "leisure/pitch/rugby_league": {
+                "name": "聯盟式橄欖球",
+                "terms": "聯盟式橄欖球"
+            },
+            "leisure/pitch/rugby_union": {
+                "name": "聯合式橄欖球",
+                "terms": "聯合式橄欖球"
+            },
             "leisure/pitch/skateboard": {
                 "name": "滑板公園",
                 "terms": "滑板場,極限公園,極限運動公園"
                 "name": "碉堡",
                 "terms": "地堡"
             },
+            "military/checkpoint": {
+                "name": "崗哨",
+                "terms": "軍事崗哨,哨點"
+            },
+            "military/danger_area": {
+                "name": "危險區",
+                "terms": "危險地區,危險區域"
+            },
+            "military/naval_base": {
+                "name": "海軍基地",
+                "terms": "軍港"
+            },
+            "military/obstacle_course": {
+                "name": "障礙物",
+                "terms": "障礙物"
+            },
             "military/range": {
                 "name": "軍事靶場",
                 "terms": "靶場"
             },
+            "military/training_area": {
+                "name": "訓練場地",
+                "terms": "教練場"
+            },
             "natural": {
                 "name": "自然景觀",
                 "terms": "自然物件"
index fced559a68c5511c10db9e6656adfcd4ddf4732f..e5f1d66c46baaafcd8f34bf15e9894c2fd4fa53c 100644 (file)
     "zoom_in_edit": "放大编辑",
     "logout": "退出",
     "loading_auth": "连接OpenStreetMap...",
-    "report_a_bug": "报告bug",
     "status": {
         "error": "无法连接到API。",
         "offline": "API是离线的。请稍后尝试编辑。",
             "historic/wayside_shrine": {
                 "name": "路边神社"
             },
-            "landuse/allotments": {
-                "name": "社区花园"
-            },
             "landuse/basin": {
                 "name": "水池"
             },
index e3e0ae899cd060db953720e89e410c319edadaf8..a76c6c50276b01e45a9ca93ab5a0d97c29e680fb 100644 (file)
@@ -6971,1181 +6971,1047 @@ iD.data.imagery = [
         "terms_text": "Geodatastyrelsen og Danske Kommuner"
     },
     {
-        "name": "Geoimage.at MaxRes",
+        "name": "Geoportal.gov.pl (Orthophotomap)",
         "type": "tms",
-        "template": "http://geoimage.openstreetmap.at/4d80de696cd562a63ce463a58a61488d/{zoom}/{x}/{y}.jpg",
+        "template": "http://wms.misek.pl/geoportal.orto/tms/{zoom}/{x}/{y}",
+        "scaleExtent": [
+            6,
+            24
+        ],
         "polygon": [
             [
                 [
-                    16.5073284,
-                    46.9929304
+                    15.9751041,
+                    54.3709213
                 ],
                 [
-                    16.283417,
-                    46.9929304
+                    16.311164,
+                    54.5561775
                 ],
                 [
-                    16.135839,
-                    46.8713046
+                    17.1391878,
+                    54.7845723
                 ],
                 [
-                    15.9831722,
-                    46.8190947
+                    18.3448458,
+                    54.9022727
                 ],
                 [
-                    16.0493278,
-                    46.655175
+                    19.6613689,
+                    54.4737213
                 ],
                 [
-                    15.8610387,
-                    46.7180116
+                    20.2815206,
+                    54.4213456
                 ],
                 [
-                    15.7592608,
-                    46.6900933
+                    21.4663914,
+                    54.3406369
                 ],
                 [
-                    15.5607938,
-                    46.6796202
+                    22.7759855,
+                    54.3769755
                 ],
                 [
-                    15.5760605,
-                    46.6342132
+                    22.8625989,
+                    54.4233613
                 ],
                 [
-                    15.4793715,
-                    46.6027553
+                    23.2956657,
+                    54.2678633
                 ],
                 [
-                    15.4335715,
-                    46.6516819
+                    23.5347186,
+                    54.0955258
                 ],
                 [
-                    15.2249267,
-                    46.6342132
+                    23.5208604,
+                    53.9775182
                 ],
                 [
-                    15.0468154,
-                    46.6481886
+                    23.7183389,
+                    53.4629603
                 ],
                 [
-                    14.9908376,
-                    46.5887681
+                    23.9296755,
+                    53.1856735
                 ],
                 [
-                    14.9603042,
-                    46.6237293
+                    23.9296755,
+                    52.6887269
                 ],
                 [
-                    14.8534374,
-                    46.6027553
+                    23.732197,
+                    52.6067497
                 ],
                 [
-                    14.8330818,
-                    46.5012666
+                    23.5658994,
+                    52.5878101
                 ],
                 [
-                    14.7516595,
-                    46.4977636
+                    23.2090523,
+                    52.3302642
                 ],
                 [
-                    14.6804149,
-                    46.4381781
+                    23.1951942,
+                    52.2370089
                 ],
                 [
-                    14.6142593,
-                    46.4381781
+                    23.5035377,
+                    52.1860596
                 ],
                 [
-                    14.578637,
-                    46.3785275
+                    23.6906226,
+                    52.0030113
                 ],
                 [
-                    14.4412369,
-                    46.4311638
+                    23.5970802,
+                    51.739903
                 ],
                 [
-                    14.1613476,
-                    46.4276563
+                    23.6629063,
+                    51.3888562
                 ],
                 [
-                    14.1257253,
-                    46.4767409
+                    23.9366046,
+                    50.9827781
                 ],
                 [
-                    14.0188585,
-                    46.4767409
+                    24.1687284,
+                    50.8604752
                 ],
                 [
-                    13.9119917,
-                    46.5257813
+                    24.0197534,
+                    50.8035823
                 ],
                 [
-                    13.8254805,
-                    46.5047694
+                    24.1098313,
+                    50.6610467
                 ],
                 [
-                    13.4438134,
-                    46.560783
+                    24.0578633,
+                    50.4188439
                 ],
                 [
-                    13.3064132,
-                    46.5502848
+                    23.6178674,
+                    50.3083403
                 ],
                 [
-                    13.1283019,
-                    46.5887681
+                    22.6824431,
+                    49.5163532
                 ],
                 [
-                    12.8433237,
-                    46.6132433
+                    22.7378756,
+                    49.2094935
                 ],
                 [
-                    12.7262791,
-                    46.6412014
+                    22.9041733,
+                    49.0780441
                 ],
                 [
-                    12.5125455,
-                    46.6656529
+                    22.8625989,
+                    48.9940062
                 ],
                 [
-                    12.3598787,
-                    46.7040543
+                    22.6096878,
+                    49.0371785
                 ],
                 [
-                    12.3649676,
-                    46.7703197
+                    22.0761495,
+                    49.2004392
                 ],
                 [
-                    12.2886341,
-                    46.7772902
+                    21.8474902,
+                    49.3721872
                 ],
                 [
-                    12.2733674,
-                    46.8852187
+                    21.3763135,
+                    49.4488281
                 ],
                 [
-                    12.2072118,
-                    46.8747835
+                    21.1026153,
+                    49.3721872
                 ],
                 [
-                    12.1308784,
-                    46.9026062
+                    20.9120659,
+                    49.3022043
                 ],
                 [
-                    12.1156117,
-                    46.9998721
+                    20.6452967,
+                    49.3902311
                 ],
                 [
-                    12.2530119,
-                    47.0657733
+                    20.1845136,
+                    49.3315641
                 ],
                 [
-                    12.2123007,
-                    47.0934969
+                    20.1186875,
+                    49.2004392
                 ],
                 [
-                    11.9833004,
-                    47.0449712
+                    19.9419962,
+                    49.1302123
                 ],
                 [
-                    11.7339445,
-                    46.9616816
+                    19.765305,
+                    49.2117568
                 ],
                 [
-                    11.6321666,
-                    47.010283
+                    19.7479823,
+                    49.3992506
                 ],
                 [
-                    11.5405665,
-                    46.9755722
+                    19.6024718,
+                    49.4150307
                 ],
                 [
-                    11.4998553,
-                    47.0068129
+                    19.5089294,
+                    49.5815389
                 ],
                 [
-                    11.418433,
-                    46.9651546
+                    19.4292451,
+                    49.5905232
                 ],
                 [
-                    11.2555884,
-                    46.9755722
+                    19.2317666,
+                    49.4150307
                 ],
                 [
-                    11.1130993,
-                    46.913036
+                    18.9961783,
+                    49.387976
                 ],
                 [
-                    11.0418548,
-                    46.7633482
+                    18.9338167,
+                    49.4916048
                 ],
                 [
-                    10.8891879,
-                    46.7598621
+                    18.8368097,
+                    49.4938552
                 ],
                 [
-                    10.7416099,
-                    46.7842599
+                    18.8021643,
+                    49.6623381
                 ],
                 [
-                    10.7059877,
-                    46.8643462
+                    18.6427958,
+                    49.7094091
                 ],
                 [
-                    10.5787653,
-                    46.8399847
+                    18.521537,
+                    49.8994693
                 ],
                 [
-                    10.4566318,
-                    46.8504267
+                    18.0815412,
+                    50.0109209
                 ],
                 [
-                    10.4769874,
-                    46.9269392
+                    17.8875272,
+                    49.9886512
                 ],
                 [
-                    10.3853873,
-                    46.9894592
+                    17.7385522,
+                    50.0687739
                 ],
                 [
-                    10.2327204,
-                    46.8643462
+                    17.6068999,
+                    50.1709584
                 ],
                 [
-                    10.1207647,
-                    46.8330223
+                    17.7454813,
+                    50.2153184
                 ],
                 [
-                    9.8663199,
-                    46.9408389
+                    17.710836,
+                    50.3017019
                 ],
                 [
-                    9.9019422,
-                    47.0033426
+                    17.4163505,
+                    50.2640668
                 ],
                 [
-                    9.6831197,
-                    47.0588402
+                    16.9486384,
+                    50.4453265
                 ],
                 [
-                    9.6118752,
-                    47.0380354
+                    16.8932058,
+                    50.4033889
                 ],
                 [
-                    9.6322307,
-                    47.128131
+                    17.0006064,
+                    50.3105529
                 ],
                 [
-                    9.5813418,
-                    47.1662025
+                    17.017929,
+                    50.2241854
                 ],
                 [
-                    9.5406306,
-                    47.2664422
+                    16.8135215,
+                    50.186489
                 ],
                 [
-                    9.6067863,
-                    47.3492559
+                    16.6402948,
+                    50.0976742
                 ],
                 [
-                    9.6729419,
-                    47.369939
+                    16.4324227,
+                    50.2862087
                 ],
                 [
-                    9.6424085,
-                    47.4457079
+                    16.1968344,
+                    50.4276731
                 ],
                 [
-                    9.5660751,
-                    47.4801122
+                    16.4220291,
+                    50.5885165
                 ],
                 [
-                    9.7136531,
-                    47.5282405
+                    16.3388803,
+                    50.6632429
                 ],
                 [
-                    9.7848976,
-                    47.5969187
+                    16.2280152,
+                    50.6368824
                 ],
                 [
-                    9.8357866,
-                    47.5454185
+                    16.0547884,
+                    50.6127057
                 ],
                 [
-                    9.9477423,
-                    47.538548
+                    15.5732181,
+                    50.7641544
                 ],
                 [
-                    10.0902313,
-                    47.4491493
+                    15.2683391,
+                    50.8976368
                 ],
                 [
-                    10.1105869,
-                    47.3664924
+                    15.2440873,
+                    50.980597
                 ],
                 [
-                    10.2428982,
-                    47.3871688
+                    15.0292862,
+                    51.0133036
                 ],
                 [
-                    10.1869203,
-                    47.2698953
+                    15.0015699,
+                    50.8582883
                 ],
                 [
-                    10.3243205,
-                    47.2975125
+                    14.8110205,
+                    50.8735944
                 ],
                 [
-                    10.4820763,
-                    47.4491493
+                    14.956531,
+                    51.0721176
                 ],
                 [
-                    10.4311873,
-                    47.4869904
+                    15.0188926,
+                    51.2914636
                 ],
                 [
-                    10.4413651,
-                    47.5900549
+                    14.9392083,
+                    51.4601459
                 ],
                 [
-                    10.4871652,
-                    47.5522881
+                    14.7209426,
+                    51.5571799
                 ],
                 [
-                    10.5482319,
-                    47.5351124
+                    14.7521234,
+                    51.6260562
                 ],
                 [
-                    10.5991209,
-                    47.5660246
+                    14.5996839,
+                    51.8427626
                 ],
                 [
-                    10.7568766,
-                    47.5316766
+                    14.70362,
+                    52.0733396
                 ],
                 [
-                    10.8891879,
-                    47.5454185
+                    14.5581095,
+                    52.2497371
                 ],
                 [
-                    10.9400769,
-                    47.4869904
+                    14.5165351,
+                    52.425436
                 ],
                 [
-                    10.9960547,
-                    47.3906141
+                    14.6031485,
+                    52.5878101
                 ],
                 [
-                    11.2352328,
-                    47.4422662
+                    14.1146491,
+                    52.8208272
                 ],
                 [
-                    11.2810328,
-                    47.3975039
+                    14.152759,
+                    52.9733951
                 ],
                 [
-                    11.4235219,
-                    47.5144941
+                    14.3502374,
+                    53.0734212
                 ],
                 [
-                    11.5761888,
-                    47.5076195
+                    14.4229927,
+                    53.2665624
                 ],
                 [
-                    11.6067221,
-                    47.5900549
+                    14.1977979,
+                    53.8734759
                 ],
                 [
-                    11.8357224,
-                    47.5866227
+                    14.2220497,
+                    53.9958517
+                ]
+            ]
+        ],
+        "terms_text": "Copyright © Główny Urząd Geodezji i Kartografii."
+    },
+    {
+        "name": "IBGE Mapa de Setores Rurais",
+        "type": "tms",
+        "template": "http://{switch:a,b,c}.tiles.mapbox.com/v4/tmpsantos.i00mo1kj/{zoom}/{x}/{y}.png?access_token=pk.eyJ1Ijoib3BlbnN0cmVldG1hcCIsImEiOiJncjlmd0t3In0.DmZsIeOW-3x-C5eX-wAqTw",
+        "scaleExtent": [
+            0,
+            14
+        ],
+        "polygon": [
+            [
+                [
+                    -29.3325,
+                    2.335959
                 ],
                 [
-                    12.003656,
-                    47.6243647
+                    -28.72472,
+                    2.031551
                 ],
                 [
-                    12.2072118,
-                    47.6037815
+                    -27.76041,
+                    -8.937033
                 ],
                 [
-                    12.1614117,
-                    47.6963421
+                    -27.67249,
+                    -22.20839
                 ],
                 [
-                    12.2581008,
-                    47.7442718
+                    -51.11495,
+                    -35.46552
                 ],
                 [
-                    12.2530119,
-                    47.6792136
+                    -53.39394,
+                    -33.85064
                 ],
                 [
-                    12.4311232,
-                    47.7100408
+                    -53.62553,
+                    -33.72493
                 ],
                 [
-                    12.4921899,
-                    47.631224
+                    -53.62503,
+                    -33.15428
                 ],
                 [
-                    12.5685234,
-                    47.6277944
+                    -53.24498,
+                    -32.73392
                 ],
                 [
-                    12.6295901,
-                    47.6894913
+                    -53.65747,
+                    -32.51873
                 ],
                 [
-                    12.7720792,
-                    47.6689338
+                    -53.8329,
+                    -32.16592
                 ],
                 [
-                    12.8331459,
-                    47.5419833
+                    -54.64174,
+                    -31.55507
                 ],
                 [
-                    12.975635,
-                    47.4732332
+                    -55.29638,
+                    -31.3429
                 ],
                 [
-                    13.0417906,
-                    47.4938677
+                    -55.57371,
+                    -30.99691
                 ],
                 [
-                    13.0367017,
-                    47.5557226
+                    -56.06384,
+                    -31.16749
                 ],
                 [
-                    13.0977685,
-                    47.6415112
+                    -56.10468,
+                    -30.86436
                 ],
                 [
-                    13.0316128,
-                    47.7100408
+                    -56.86862,
+                    -30.20752
                 ],
                 [
-                    12.9043905,
-                    47.7203125
+                    -57.39671,
+                    -30.40464
                 ],
                 [
-                    13.0061684,
-                    47.84683
+                    -57.74384,
+                    -30.22142
                 ],
                 [
-                    12.9451016,
-                    47.9355501
+                    -55.83724,
+                    -28.16598
                 ],
                 [
-                    12.8636793,
-                    47.9594103
+                    -54.86969,
+                    -27.44994
                 ],
                 [
-                    12.8636793,
-                    48.0036929
+                    -53.9016,
+                    -27.02998
                 ],
                 [
-                    12.7517236,
-                    48.0989418
+                    -53.74972,
+                    -26.25781
                 ],
                 [
-                    12.8738571,
-                    48.2109733
+                    -53.97158,
+                    -25.74513
                 ],
                 [
-                    12.9603683,
-                    48.2109733
+                    -54.44723,
+                    -25.79609
                 ],
                 [
-                    13.0417906,
-                    48.2652035
+                    -54.67802,
+                    -25.64668
                 ],
                 [
-                    13.1842797,
-                    48.2990682
+                    -54.36097,
+                    -24.35145
                 ],
                 [
-                    13.2606131,
-                    48.2922971
+                    -54.41679,
+                    -24.06527
                 ],
                 [
-                    13.3980133,
-                    48.3565867
+                    -54.64355,
+                    -23.94107
                 ],
                 [
-                    13.4438134,
-                    48.417418
+                    -55.22163,
+                    -24.11355
                 ],
                 [
-                    13.4387245,
-                    48.5523383
+                    -55.49138,
+                    -24.02797
                 ],
                 [
-                    13.509969,
-                    48.5860123
+                    -55.71734,
+                    -22.68488
                 ],
                 [
-                    13.6117469,
-                    48.5725454
+                    -55.90555,
+                    -22.39886
                 ],
                 [
-                    13.7287915,
-                    48.5118999
+                    -56.45255,
+                    -22.21731
                 ],
                 [
-                    13.7847694,
-                    48.5725454
+                    -56.8256,
+                    -22.4002
                 ],
                 [
-                    13.8203916,
-                    48.6263915
+                    -57.34109,
+                    -22.34351
                 ],
                 [
-                    13.7949471,
-                    48.7171267
+                    -58.08472,
+                    -22.13075
                 ],
                 [
-                    13.850925,
-                    48.7741724
+                    -57.95766,
+                    -20.99818
                 ],
                 [
-                    14.0595697,
-                    48.6633774
+                    -58.26551,
+                    -20.24147
                 ],
                 [
-                    14.0137696,
-                    48.6331182
+                    -58.03577,
+                    -19.95871
                 ],
                 [
-                    14.0748364,
-                    48.5927444
+                    -58.23083,
+                    -19.75211
                 ],
                 [
-                    14.2173255,
-                    48.5961101
+                    -57.64739,
+                    -18.19828
                 ],
                 [
-                    14.3649034,
-                    48.5489696
+                    -57.89356,
+                    -17.57377
                 ],
                 [
-                    14.4666813,
-                    48.6499311
+                    -58.16997,
+                    -17.53519
                 ],
                 [
-                    14.5582815,
-                    48.5961101
+                    -58.48825,
+                    -17.21961
                 ],
                 [
-                    14.5989926,
-                    48.6263915
+                    -58.57691,
+                    -16.81466
                 ],
                 [
-                    14.7211261,
-                    48.5759124
+                    -58.45563,
+                    -16.42158
                 ],
                 [
-                    14.7211261,
-                    48.6868997
+                    -60.2541,
+                    -16.32571
                 ],
                 [
-                    14.822904,
-                    48.7271983
+                    -60.33481,
+                    -15.51483
                 ],
                 [
-                    14.8178151,
-                    48.777526
+                    -60.67423,
+                    -15.1122
                 ],
                 [
-                    14.9647227,
-                    48.7851754
+                    -60.34999,
+                    -14.99707
                 ],
                 [
-                    14.9893637,
-                    49.0126611
+                    -60.63603,
+                    -13.84119
                 ],
                 [
-                    15.1485933,
-                    48.9950306
+                    -61.07283,
+                    -13.62569
                 ],
                 [
-                    15.1943934,
-                    48.9315502
+                    -61.9025,
+                    -13.62647
                 ],
                 [
-                    15.3063491,
-                    48.9850128
+                    -62.21395,
+                    -13.25048
                 ],
                 [
-                    15.3928603,
-                    48.9850128
+                    -62.80185,
+                    -13.10905
                 ],
                 [
-                    15.4844604,
-                    48.9282069
+                    -63.17194,
+                    -12.76568
                 ],
                 [
-                    15.749083,
-                    48.8545973
+                    -63.74229,
+                    -12.54071
                 ],
                 [
-                    15.8406831,
-                    48.8880697
+                    -64.32845,
+                    -12.59578
                 ],
                 [
-                    16.0086166,
-                    48.7808794
+                    -65.10261,
+                    -12.0682
                 ],
                 [
-                    16.2070835,
-                    48.7339115
+                    -65.45781,
+                    -11.27865
                 ],
                 [
-                    16.3953727,
-                    48.7372678
+                    -65.41641,
+                    -9.838943
                 ],
                 [
-                    16.4920617,
-                    48.8110498
+                    -66.52331,
+                    -9.985873
                 ],
                 [
-                    16.6905286,
-                    48.7741724
+                    -67.66452,
+                    -10.80093
                 ],
                 [
-                    16.7057953,
-                    48.7339115
+                    -67.99778,
+                    -10.75991
                 ],
                 [
-                    16.8991733,
-                    48.713769
+                    -68.52286,
+                    -11.20807
                 ],
                 [
-                    16.9755067,
-                    48.515271
+                    -69.88988,
+                    -11.02776
                 ],
                 [
-                    16.8482844,
-                    48.4511817
+                    -70.30957,
+                    -11.1699
                 ],
                 [
-                    16.8533733,
-                    48.3464411
+                    -70.71896,
+                    -11.02003
                 ],
                 [
-                    16.9551512,
-                    48.2516513
+                    -70.68128,
+                    -9.669083
                 ],
                 [
-                    16.9907734,
-                    48.1498955
+                    -71.27536,
+                    -10.08971
                 ],
                 [
-                    17.0925513,
-                    48.1397088
+                    -72.18053,
+                    -10.09967
                 ],
                 [
-                    17.0823736,
-                    48.0241182
+                    -72.41623,
+                    -9.587397
                 ],
                 [
-                    17.1739737,
-                    48.0207146
+                    -73.29207,
+                    -9.454149
                 ],
                 [
-                    17.0823736,
-                    47.8741447
+                    -73.0625,
+                    -9.017267
                 ],
                 [
-                    16.9856845,
-                    47.8673174
+                    -73.61432,
+                    -8.40982
                 ],
                 [
-                    17.0823736,
-                    47.8092489
+                    -74.09056,
+                    -7.527548
                 ],
                 [
-                    17.0925513,
-                    47.7031919
+                    -74.03652,
+                    -7.27885
                 ],
                 [
-                    16.7414176,
-                    47.6792136
+                    -73.84718,
+                    -7.238285
                 ],
                 [
-                    16.7057953,
-                    47.7511153
+                    -73.78618,
+                    -6.774872
                 ],
                 [
-                    16.5378617,
-                    47.7545368
+                    -73.22362,
+                    -6.430106
                 ],
                 [
-                    16.5480395,
-                    47.7066164
+                    -73.33719,
+                    -6.029736
                 ],
                 [
-                    16.4208172,
-                    47.6689338
+                    -72.93016,
+                    -5.038711
                 ],
                 [
-                    16.573484,
-                    47.6175045
+                    -71.93973,
+                    -4.425027
                 ],
                 [
-                    16.670173,
-                    47.631224
+                    -70.96802,
+                    -4.248294
                 ],
                 [
-                    16.7108842,
-                    47.538548
+                    -70.79598,
+                    -4.064931
                 ],
                 [
-                    16.6599952,
-                    47.4491493
+                    -70.02393,
+                    -4.167345
                 ],
                 [
-                    16.5429506,
-                    47.3940591
+                    -69.51025,
+                    -1.134089
                 ],
                 [
-                    16.4615283,
-                    47.3940591
+                    -69.70776,
+                    -0.567619
                 ],
                 [
-                    16.4920617,
-                    47.276801
+                    -70.13645,
+                    -0.226161
                 ],
                 [
-                    16.425906,
-                    47.1973317
+                    -70.14083,
+                    0.5844
                 ],
                 [
-                    16.4717061,
-                    47.1489007
+                    -69.26594,
+                    0.806502
                 ],
                 [
-                    16.5480395,
-                    47.1489007
+                    -69.34226,
+                    0.968924
                 ],
                 [
-                    16.476795,
-                    47.0796369
+                    -69.92481,
+                    1.015705
                 ],
                 [
-                    16.527684,
-                    47.0588402
-                ]
-            ]
-        ],
-        "terms_text": "geoimage.at",
-        "id": "geoimage.at"
-    },
-    {
-        "name": "Geoportal.gov.pl (Orthophotomap)",
-        "type": "tms",
-        "template": "http://wms.misek.pl/geoportal.orto/tms/{zoom}/{x}/{y}",
-        "scaleExtent": [
-            6,
-            24
-        ],
-        "polygon": [
-            [
+                    -69.92343,
+                    1.773851
+                ],
                 [
-                    15.9751041,
-                    54.3709213
+                    -68.38511,
+                    1.82943
                 ],
                 [
-                    16.311164,
-                    54.5561775
+                    -68.24848,
+                    2.119808
                 ],
                 [
-                    17.1391878,
-                    54.7845723
+                    -67.94571,
+                    1.948424
                 ],
                 [
-                    18.3448458,
-                    54.9022727
+                    -67.37696,
+                    2.327468
                 ],
                 [
-                    19.6613689,
-                    54.4737213
+                    -67.05751,
+                    1.858336
                 ],
                 [
-                    20.2815206,
-                    54.4213456
+                    -67.00579,
+                    1.291603
                 ],
                 [
-                    21.4663914,
-                    54.3406369
+                    -66.79967,
+                    1.314684
                 ],
                 [
-                    22.7759855,
-                    54.3769755
+                    -66.28683,
+                    0.857709
                 ],
                 [
-                    22.8625989,
-                    54.4233613
+                    -65.67671,
+                    1.111146
                 ],
                 [
-                    23.2956657,
-                    54.2678633
+                    -65.42494,
+                    0.966549
                 ],
                 [
-                    23.5347186,
-                    54.0955258
+                    -65.15671,
+                    1.24203
                 ],
                 [
-                    23.5208604,
-                    53.9775182
+                    -64.27483,
+                    1.601591
                 ],
                 [
-                    23.7183389,
-                    53.4629603
+                    -64.0486,
+                    2.065137
                 ],
                 [
-                    23.9296755,
-                    53.1856735
+                    -63.47236,
+                    2.279358
                 ],
                 [
-                    23.9296755,
-                    52.6887269
+                    -64.13446,
+                    2.433909
                 ],
                 [
-                    23.732197,
-                    52.6067497
+                    -64.10005,
+                    2.723778
                 ],
                 [
-                    23.5658994,
-                    52.5878101
+                    -64.32628,
+                    3.118275
                 ],
                 [
-                    23.2090523,
-                    52.3302642
+                    -64.28142,
+                    3.541983
                 ],
                 [
-                    23.1951942,
-                    52.2370089
+                    -64.88451,
+                    4.117671
                 ],
                 [
-                    23.5035377,
-                    52.1860596
+                    -64.88064,
+                    4.342461
                 ],
                 [
-                    23.6906226,
-                    52.0030113
+                    -64.13653,
+                    4.223152
                 ],
                 [
-                    23.5970802,
-                    51.739903
+                    -63.95465,
+                    4.021316
                 ],
                 [
-                    23.6629063,
-                    51.3888562
+                    -63.17706,
+                    4.048301
                 ],
                 [
-                    23.9366046,
-                    50.9827781
+                    -62.96093,
+                    3.763658
                 ],
                 [
-                    24.1687284,
-                    50.8604752
+                    -62.82024,
+                    4.106019
                 ],
                 [
-                    24.0197534,
-                    50.8035823
+                    -62.49922,
+                    4.270815
                 ],
                 [
-                    24.1098313,
-                    50.6610467
+                    -61.91181,
+                    4.26284
                 ],
                 [
-                    24.0578633,
-                    50.4188439
+                    -61.35393,
+                    4.630097
                 ],
                 [
-                    23.6178674,
-                    50.3083403
+                    -61.04904,
+                    4.623115
                 ],
                 [
-                    22.6824431,
-                    49.5163532
+                    -60.70452,
+                    4.969851
                 ],
                 [
-                    22.7378756,
-                    49.2094935
+                    -60.78709,
+                    5.296764
                 ],
                 [
-                    22.9041733,
-                    49.0780441
+                    -60.22457,
+                    5.371207
                 ],
                 [
-                    22.8625989,
-                    48.9940062
+                    -59.89857,
+                    5.107541
                 ],
                 [
-                    22.6096878,
-                    49.0371785
+                    -59.97549,
+                    4.603025
                 ],
                 [
-                    22.0761495,
-                    49.2004392
+                    -59.59676,
+                    4.439875
                 ],
                 [
-                    21.8474902,
-                    49.3721872
+                    -59.41942,
+                    3.96994
                 ],
                 [
-                    21.3763135,
-                    49.4488281
+                    -59.71017,
+                    3.542008
                 ],
                 [
-                    21.1026153,
-                    49.3721872
+                    -59.88955,
+                    2.72301
                 ],
                 [
-                    20.9120659,
-                    49.3022043
+                    -59.63006,
+                    2.316332
                 ],
                 [
-                    20.6452967,
-                    49.3902311
+                    -59.63382,
+                    1.966581
                 ],
                 [
-                    20.1845136,
-                    49.3315641
+                    -59.18812,
+                    1.478079
                 ],
                 [
-                    20.1186875,
-                    49.2004392
+                    -58.80545,
+                    1.320732
                 ],
                 [
-                    19.9419962,
-                    49.1302123
+                    -58.35933,
+                    1.689932
                 ],
                 [
-                    19.765305,
-                    49.2117568
+                    -57.6,
+                    1.803907
                 ],
                 [
-                    19.7479823,
-                    49.3992506
+                    -57.39854,
+                    2.065119
                 ],
                 [
-                    19.6024718,
-                    49.4150307
+                    -57.12392,
+                    2.128758
                 ],
                 [
-                    19.5089294,
-                    49.5815389
+                    -56.02925,
+                    1.949445
                 ],
                 [
-                    19.4292451,
-                    49.5905232
+                    -56.23884,
+                    2.263348
                 ],
                 [
-                    19.2317666,
-                    49.4150307
+                    -55.98195,
+                    2.628657
                 ],
                 [
-                    18.9961783,
-                    49.387976
+                    -55.64816,
+                    2.519953
                 ],
                 [
-                    18.9338167,
-                    49.4916048
+                    -54.93958,
+                    2.682515
                 ],
                 [
-                    18.8368097,
-                    49.4938552
+                    -54.24988,
+                    2.25056
                 ],
                 [
-                    18.8021643,
-                    49.6623381
+                    -53.73937,
+                    2.473731
                 ],
                 [
-                    18.6427958,
-                    49.7094091
+                    -52.98578,
+                    2.280494
                 ],
                 [
-                    18.521537,
-                    49.8994693
+                    -52.65712,
+                    2.564069
                 ],
                 [
-                    18.0815412,
-                    50.0109209
+                    -52.41739,
+                    3.22121
                 ],
                 [
-                    17.8875272,
-                    49.9886512
-                ],
-                [
-                    17.7385522,
-                    50.0687739
-                ],
-                [
-                    17.6068999,
-                    50.1709584
-                ],
-                [
-                    17.7454813,
-                    50.2153184
-                ],
-                [
-                    17.710836,
-                    50.3017019
-                ],
-                [
-                    17.4163505,
-                    50.2640668
-                ],
-                [
-                    16.9486384,
-                    50.4453265
-                ],
-                [
-                    16.8932058,
-                    50.4033889
-                ],
-                [
-                    17.0006064,
-                    50.3105529
-                ],
-                [
-                    17.017929,
-                    50.2241854
-                ],
-                [
-                    16.8135215,
-                    50.186489
-                ],
-                [
-                    16.6402948,
-                    50.0976742
-                ],
-                [
-                    16.4324227,
-                    50.2862087
-                ],
-                [
-                    16.1968344,
-                    50.4276731
-                ],
-                [
-                    16.4220291,
-                    50.5885165
-                ],
-                [
-                    16.3388803,
-                    50.6632429
-                ],
-                [
-                    16.2280152,
-                    50.6368824
-                ],
-                [
-                    16.0547884,
-                    50.6127057
-                ],
-                [
-                    15.5732181,
-                    50.7641544
-                ],
-                [
-                    15.2683391,
-                    50.8976368
-                ],
-                [
-                    15.2440873,
-                    50.980597
-                ],
-                [
-                    15.0292862,
-                    51.0133036
-                ],
-                [
-                    15.0015699,
-                    50.8582883
-                ],
-                [
-                    14.8110205,
-                    50.8735944
-                ],
-                [
-                    14.956531,
-                    51.0721176
-                ],
-                [
-                    15.0188926,
-                    51.2914636
-                ],
-                [
-                    14.9392083,
-                    51.4601459
-                ],
-                [
-                    14.7209426,
-                    51.5571799
-                ],
-                [
-                    14.7521234,
-                    51.6260562
-                ],
-                [
-                    14.5996839,
-                    51.8427626
-                ],
-                [
-                    14.70362,
-                    52.0733396
-                ],
-                [
-                    14.5581095,
-                    52.2497371
-                ],
-                [
-                    14.5165351,
-                    52.425436
-                ],
-                [
-                    14.6031485,
-                    52.5878101
-                ],
-                [
-                    14.1146491,
-                    52.8208272
-                ],
-                [
-                    14.152759,
-                    52.9733951
+                    -51.73983,
+                    4.119158
                 ],
                 [
-                    14.3502374,
-                    53.0734212
+                    -51.7246,
+                    4.556867
                 ],
                 [
-                    14.4229927,
-                    53.2665624
+                    -51.0112,
+                    5.522895
                 ],
                 [
-                    14.1977979,
-                    53.8734759
+                    -43.48209,
+                    5.335832
                 ],
                 [
-                    14.2220497,
-                    53.9958517
+                    -29.3325,
+                    2.335959
                 ]
             ]
-        ],
-        "terms_text": "Copyright © Główny Urząd Geodezji i Kartografii."
+        ]
     },
     {
-        "name": "IBGE Mapa de Setores Rurais",
+        "name": "IBGE Mapa de Setores Urbanos",
         "type": "tms",
-        "template": "http://{switch:a,b,c}.tiles.mapbox.com/v4/tmpsantos.i00mo1kj/{zoom}/{x}/{y}.png?access_token=pk.eyJ1Ijoib3BlbnN0cmVldG1hcCIsImEiOiJncjlmd0t3In0.DmZsIeOW-3x-C5eX-wAqTw",
+        "template": "http://{switch:a,b,c}.tiles.mapbox.com/v4/tmpsantos.hgda0m6h/{zoom}/{x}/{y}.png?access_token=pk.eyJ1Ijoib3BlbnN0cmVldG1hcCIsImEiOiJncjlmd0t3In0.DmZsIeOW-3x-C5eX-wAqTw",
         "scaleExtent": [
             0,
-            14
+            19
         ],
         "polygon": [
             [
@@ -8777,6404 +8643,6161 @@ iD.data.imagery = [
         ]
     },
     {
-        "name": "IBGE Mapa de Setores Urbanos",
+        "name": "Imagerie Drone (Haiti)",
         "type": "tms",
-        "template": "http://{switch:a,b,c}.tiles.mapbox.com/v4/tmpsantos.hgda0m6h/{zoom}/{x}/{y}.png?access_token=pk.eyJ1Ijoib3BlbnN0cmVldG1hcCIsImEiOiJncjlmd0t3In0.DmZsIeOW-3x-C5eX-wAqTw",
-        "scaleExtent": [
-            0,
-            19
-        ],
+        "template": "http://wms.openstreetmap.fr/tms/1.0.0/iomhaiti/{zoom}/{x}/{y}",
         "polygon": [
             [
                 [
-                    -29.3325,
-                    2.335959
+                    -72.1547401,
+                    19.6878969
                 ],
                 [
-                    -28.72472,
-                    2.031551
+                    -72.162234,
+                    19.689011
                 ],
                 [
-                    -27.76041,
-                    -8.937033
+                    -72.164995,
+                    19.6932445
                 ],
                 [
-                    -27.67249,
-                    -22.20839
+                    -72.1657838,
+                    19.6979977
                 ],
                 [
-                    -51.11495,
-                    -35.46552
+                    -72.161603,
+                    19.7035677
                 ],
                 [
-                    -53.39394,
-                    -33.85064
+                    -72.1487449,
+                    19.7028993
                 ],
                 [
-                    -53.62553,
-                    -33.72493
+                    -72.1477194,
+                    19.7026765
                 ],
                 [
-                    -53.62503,
-                    -33.15428
+                    -72.1485082,
+                    19.7001514
                 ],
                 [
-                    -53.24498,
-                    -32.73392
+                    -72.1436963,
+                    19.7011169
                 ],
                 [
-                    -53.65747,
-                    -32.51873
+                    -72.1410143,
+                    19.7000029
                 ],
                 [
-                    -53.8329,
-                    -32.16592
+                    -72.139476,
+                    19.6973664
                 ],
                 [
-                    -54.64174,
-                    -31.55507
+                    -72.1382533,
+                    19.6927617
                 ],
                 [
-                    -55.29638,
-                    -31.3429
+                    -72.1386872,
+                    19.6923161
                 ],
                 [
-                    -55.57371,
-                    -30.99691
+                    -72.1380561,
+                    19.6896423
                 ],
                 [
-                    -56.06384,
-                    -31.16749
+                    -72.1385294,
+                    19.6894938
                 ],
                 [
-                    -56.10468,
-                    -30.86436
+                    -72.1388055,
+                    19.6901251
                 ],
                 [
-                    -56.86862,
-                    -30.20752
+                    -72.1388844,
+                    19.6876741
                 ],
                 [
-                    -57.39671,
-                    -30.40464
+                    -72.1378195,
+                    19.6872656
                 ],
                 [
-                    -57.74384,
-                    -30.22142
+                    -72.13778,
+                    19.6850003
                 ],
                 [
-                    -55.83724,
-                    -28.16598
+                    -72.1369517,
+                    19.6855945
                 ],
                 [
-                    -54.86969,
-                    -27.44994
+                    -72.136794,
+                    19.6840719
                 ],
                 [
-                    -53.9016,
-                    -27.02998
+                    -72.135729,
+                    19.6835148
                 ],
                 [
-                    -53.74972,
-                    -26.25781
+                    -72.1355713,
+                    19.6740817
                 ],
                 [
-                    -53.97158,
-                    -25.74513
+                    -72.1366362,
+                    19.6708133
                 ],
                 [
-                    -54.44723,
-                    -25.79609
+                    -72.1487843,
+                    19.6710733
                 ],
                 [
-                    -54.67802,
-                    -25.64668
+                    -72.1534779,
+                    19.6763843
                 ],
                 [
-                    -54.36097,
-                    -24.35145
+                    -72.1530835,
+                    19.6769414
                 ],
                 [
-                    -54.41679,
-                    -24.06527
+                    -72.1533251,
+                    19.6769768
                 ],
                 [
-                    -54.64355,
-                    -23.94107
+                    -72.1532807,
+                    19.6796525
                 ],
                 [
-                    -55.22163,
-                    -24.11355
+                    -72.1523834,
+                    19.6797175
                 ],
                 [
-                    -55.49138,
-                    -24.02797
+                    -72.1522749,
+                    19.6803488
                 ],
                 [
-                    -55.71734,
-                    -22.68488
+                    -72.1519101,
+                    19.6803395
                 ],
                 [
-                    -55.90555,
-                    -22.39886
+                    -72.1518608,
+                    19.6805067
                 ],
                 [
-                    -56.45255,
-                    -22.21731
+                    -72.1528173,
+                    19.6806552
                 ],
                 [
-                    -56.8256,
-                    -22.4002
+                    -72.1522299,
+                    19.6833011
                 ],
                 [
-                    -57.34109,
-                    -22.34351
+                    -72.1507801,
+                    19.6831499
                 ],
                 [
-                    -58.08472,
-                    -22.13075
+                    -72.1504457,
+                    19.6847862
                 ],
                 [
-                    -57.95766,
-                    -20.99818
+                    -72.1508591,
+                    19.6843492
                 ],
                 [
-                    -58.26551,
-                    -20.24147
+                    -72.1530087,
+                    19.6849898
                 ],
                 [
-                    -58.03577,
-                    -19.95871
+                    -72.1546258,
+                    19.6854354
                 ],
                 [
-                    -58.23083,
-                    -19.75211
+                    -72.1543103,
+                    19.6870694
                 ],
                 [
-                    -57.64739,
-                    -18.19828
+                    -72.1547244,
+                    19.6868466
                 ],
                 [
-                    -57.89356,
-                    -17.57377
+                    -72.1548501,
+                    19.6877564
                 ],
                 [
-                    -58.16997,
-                    -17.53519
-                ],
+                    -72.1545814,
+                    19.6877982
+                ]
+            ],
+            [
                 [
-                    -58.48825,
-                    -17.21961
+                    -72.1310601,
+                    19.6718929
                 ],
                 [
-                    -58.57691,
-                    -16.81466
+                    -72.1259842,
+                    19.6772765
                 ],
                 [
-                    -58.45563,
-                    -16.42158
+                    -72.1255379,
+                    19.6776179
                 ],
                 [
-                    -60.2541,
-                    -16.32571
+                    -72.1216891,
+                    19.6776442
                 ],
                 [
-                    -60.33481,
-                    -15.51483
+                    -72.1149677,
+                    19.672602
                 ],
                 [
-                    -60.67423,
-                    -15.1122
+                    -72.1152745,
+                    19.6687152
                 ],
                 [
-                    -60.34999,
-                    -14.99707
+                    -72.1198205,
+                    19.6627535
                 ],
                 [
-                    -60.63603,
-                    -13.84119
+                    -72.1227768,
+                    19.6625696
                 ],
                 [
-                    -61.07283,
-                    -13.62569
+                    -72.1248965,
+                    19.662701
                 ],
                 [
-                    -61.9025,
-                    -13.62647
+                    -72.1285779,
+                    19.6645394
                 ],
                 [
-                    -62.21395,
-                    -13.25048
+                    -72.1308091,
+                    19.6661677
                 ],
                 [
-                    -62.80185,
-                    -13.10905
+                    -72.1316737,
+                    19.668794
                 ],
                 [
-                    -63.17194,
-                    -12.76568
-                ],
+                    -72.1315621,
+                    19.671
+                ]
+            ],
+            [
                 [
-                    -63.74229,
-                    -12.54071
+                    -71.845795,
+                    19.6709758
                 ],
                 [
-                    -64.32845,
-                    -12.59578
+                    -71.8429354,
+                    19.6759525
                 ],
                 [
-                    -65.10261,
-                    -12.0682
+                    -71.8410027,
+                    19.6759525
                 ],
                 [
-                    -65.45781,
-                    -11.27865
+                    -71.8380249,
+                    19.6755254
                 ],
                 [
-                    -65.41641,
-                    -9.838943
+                    -71.8378671,
+                    19.6745041
                 ],
                 [
-                    -66.52331,
-                    -9.985873
+                    -71.8390504,
+                    19.6743927
                 ],
                 [
-                    -67.66452,
-                    -10.80093
+                    -71.8390109,
+                    19.6741141
                 ],
                 [
-                    -67.99778,
-                    -10.75991
+                    -71.8398392,
+                    19.673947
                 ],
                 [
-                    -68.52286,
-                    -11.20807
+                    -71.8389123,
+                    19.6736127
                 ],
                 [
-                    -69.88988,
-                    -11.02776
+                    -71.8380249,
+                    19.67209
                 ],
                 [
-                    -70.30957,
-                    -11.1699
+                    -71.8380052,
+                    19.6726285
                 ],
                 [
-                    -70.71896,
-                    -11.02003
+                    -71.8376699,
+                    19.6727214
                 ],
                 [
-                    -70.68128,
-                    -9.669083
+                    -71.8376305,
+                    19.672545
                 ],
                 [
-                    -71.27536,
-                    -10.08971
+                    -71.8354414,
+                    19.6732135
                 ],
                 [
-                    -72.18053,
-                    -10.09967
+                    -71.835333,
+                    19.6729999
                 ],
                 [
-                    -72.41623,
-                    -9.587397
+                    -71.8331242,
+                    19.6734642
                 ],
                 [
-                    -73.29207,
-                    -9.454149
+                    -71.8326706,
+                    19.6716815
                 ],
                 [
-                    -73.0625,
-                    -9.017267
+                    -71.8321579,
+                    19.67209
                 ],
                 [
-                    -73.61432,
-                    -8.40982
+                    -71.8307183,
+                    19.6694902
                 ],
                 [
-                    -74.09056,
-                    -7.527548
+                    -71.8306009,
+                    19.6697594
                 ],
                 [
-                    -74.03652,
-                    -7.27885
+                    -71.8302174,
+                    19.6698907
                 ],
                 [
-                    -73.84718,
-                    -7.238285
+                    -71.8291833,
+                    19.6672095
                 ],
                 [
-                    -73.78618,
-                    -6.774872
+                    -71.8290749,
+                    19.6672095
                 ],
                 [
-                    -73.22362,
-                    -6.430106
+                    -71.8289122,
+                    19.6667916
                 ],
                 [
-                    -73.33719,
-                    -6.029736
+                    -71.8289516,
+                    19.6666199
                 ],
                 [
-                    -72.93016,
-                    -5.038711
+                    -71.8288333,
+                    19.6663506
                 ],
                 [
-                    -71.93973,
-                    -4.425027
+                    -71.8285572,
+                    19.6664759
                 ],
                 [
-                    -70.96802,
-                    -4.248294
+                    -71.8288678,
+                    19.6672466
                 ],
                 [
-                    -70.79598,
-                    -4.064931
+                    -71.8287593,
+                    19.6674138
                 ],
                 [
-                    -70.02393,
-                    -4.167345
+                    -71.8277979,
+                    19.6678177
                 ],
                 [
-                    -69.51025,
-                    -1.134089
+                    -71.8277112,
+                    19.6678586
                 ],
                 [
-                    -69.70776,
-                    -0.567619
+                    -71.8278263,
+                    19.6679637
                 ],
                 [
-                    -70.13645,
-                    -0.226161
+                    -71.8271831,
+                    19.6681212
                 ],
                 [
-                    -70.14083,
-                    0.5844
+                    -71.8271761,
+                    19.6680917
                 ],
                 [
-                    -69.26594,
-                    0.806502
+                    -71.8264405,
+                    19.6683921
                 ],
                 [
-                    -69.34226,
-                    0.968924
+                    -71.8264074,
+                    19.6683231
                 ],
                 [
-                    -69.92481,
-                    1.015705
+                    -71.8261954,
+                    19.6684253
                 ],
                 [
-                    -69.92343,
-                    1.773851
+                    -71.8261806,
+                    19.6683556
                 ],
                 [
-                    -68.38511,
-                    1.82943
+                    -71.8258946,
+                    19.6684206
                 ],
                 [
-                    -68.24848,
-                    2.119808
+                    -71.8258897,
+                    19.6686574
                 ],
                 [
-                    -67.94571,
-                    1.948424
+                    -71.8251551,
+                    19.6687549
                 ],
                 [
-                    -67.37696,
-                    2.327468
+                    -71.8254509,
+                    19.6691588
                 ],
                 [
-                    -67.05751,
-                    1.858336
+                    -71.8229332,
+                    19.6695739
                 ],
                 [
-                    -67.00579,
-                    1.291603
+                    -71.822713,
+                    19.6696658
                 ],
                 [
-                    -66.79967,
-                    1.314684
+                    -71.8227688,
+                    19.6697577
                 ],
                 [
-                    -66.28683,
-                    0.857709
+                    -71.8201751,
+                    19.6709855
                 ],
                 [
-                    -65.67671,
-                    1.111146
+                    -71.8198474,
+                    19.6704537
                 ],
                 [
-                    -65.42494,
-                    0.966549
+                    -71.8197985,
+                    19.6706014
                 ],
                 [
-                    -65.15671,
-                    1.24203
+                    -71.8194674,
+                    19.6707557
                 ],
                 [
-                    -64.27483,
-                    1.601591
+                    -71.8182472,
+                    19.6713433
                 ],
                 [
-                    -64.0486,
-                    2.065137
+                    -71.8181426,
+                    19.6711431
                 ],
                 [
-                    -63.47236,
-                    2.279358
+                    -71.8175813,
+                    19.6714254
                 ],
                 [
-                    -64.13446,
-                    2.433909
+                    -71.816959,
+                    19.6707672
                 ],
                 [
-                    -64.10005,
-                    2.723778
+                    -71.8176388,
+                    19.6718965
                 ],
                 [
-                    -64.32628,
-                    3.118275
+                    -71.8171403,
+                    19.6720376
                 ],
                 [
-                    -64.28142,
-                    3.541983
+                    -71.8158225,
+                    19.6718045
                 ],
                 [
-                    -64.88451,
-                    4.117671
+                    -71.8138354,
+                    19.6711874
                 ],
                 [
-                    -64.88064,
-                    4.342461
+                    -71.8123259,
+                    19.6706982
                 ],
                 [
-                    -64.13653,
-                    4.223152
+                    -71.8121759,
+                    19.6704258
                 ],
                 [
-                    -63.95465,
-                    4.021316
+                    -71.8124304,
+                    19.6701467
                 ],
                 [
-                    -63.17706,
-                    4.048301
+                    -71.8119184,
+                    19.6700141
                 ],
                 [
-                    -62.96093,
-                    3.763658
+                    -71.8118765,
+                    19.6705828
                 ],
                 [
-                    -62.82024,
-                    4.106019
+                    -71.811169,
+                    19.6703483
                 ],
                 [
-                    -62.49922,
-                    4.270815
+                    -71.8095938,
+                    19.6698516
                 ],
                 [
-                    -61.91181,
-                    4.26284
+                    -71.8077992,
+                    19.6692829
                 ],
                 [
-                    -61.35393,
-                    4.630097
+                    -71.8056028,
+                    19.668612
                 ],
                 [
-                    -61.04904,
-                    4.623115
+                    -71.8051443,
+                    19.6668942
                 ],
                 [
-                    -60.70452,
-                    4.969851
+                    -71.8051196,
+                    19.6652322
                 ],
                 [
-                    -60.78709,
-                    5.296764
+                    -71.8052315,
+                    19.661979
                 ],
                 [
-                    -60.22457,
-                    5.371207
+                    -71.8065603,
+                    19.6523921
                 ],
                 [
-                    -59.89857,
-                    5.107541
+                    -71.8073412,
+                    19.6482946
                 ],
                 [
-                    -59.97549,
-                    4.603025
+                    -71.8099686,
+                    19.6468292
                 ],
                 [
-                    -59.59676,
-                    4.439875
+                    -71.8147517,
+                    19.6454502
                 ],
                 [
-                    -59.41942,
-                    3.96994
+                    -71.8147726,
+                    19.6455619
                 ],
                 [
-                    -59.71017,
-                    3.542008
+                    -71.8150027,
+                    19.6455093
                 ],
                 [
-                    -59.88955,
-                    2.72301
+                    -71.8149469,
+                    19.6453846
                 ],
                 [
-                    -59.63006,
-                    2.316332
+                    -71.8159928,
+                    19.6450234
                 ],
                 [
-                    -59.63382,
-                    1.966581
+                    -71.8158882,
+                    19.6448855
                 ],
                 [
-                    -59.18812,
-                    1.478079
+                    -71.8165854,
+                    19.6446097
                 ],
                 [
-                    -58.80545,
-                    1.320732
+                    -71.8190119,
+                    19.643802
                 ],
                 [
-                    -58.35933,
-                    1.689932
+                    -71.8211524,
+                    19.643454
                 ],
                 [
-                    -57.6,
-                    1.803907
+                    -71.8221564,
+                    19.6433292
                 ],
                 [
-                    -57.39854,
-                    2.065119
+                    -71.8269046,
+                    19.643211
                 ],
                 [
-                    -57.12392,
-                    2.128758
+                    -71.8280481,
+                    19.6432241
                 ],
                 [
-                    -56.02925,
-                    1.949445
+                    -71.8304466,
+                    19.6440778
                 ],
                 [
-                    -56.23884,
-                    2.263348
+                    -71.8306419,
+                    19.6448592
                 ],
                 [
-                    -55.98195,
-                    2.628657
+                    -71.8295263,
+                    19.6450365
                 ],
                 [
-                    -55.64816,
-                    2.519953
+                    -71.8296064,
+                    19.6456111
                 ],
                 [
-                    -54.93958,
-                    2.682515
+                    -71.8299411,
+                    19.6455651
                 ],
                 [
-                    -54.24988,
-                    2.25056
+                    -71.8303699,
+                    19.6451744
                 ],
                 [
-                    -53.73937,
-                    2.473731
+                    -71.830471,
+                    19.6453452
                 ],
                 [
-                    -52.98578,
-                    2.280494
+                    -71.8308092,
+                    19.6451974
                 ],
                 [
-                    -52.65712,
-                    2.564069
+                    -71.8310184,
+                    19.6451088
                 ],
                 [
-                    -52.41739,
-                    3.22121
+                    -71.8312519,
+                    19.6458541
                 ],
                 [
-                    -51.73983,
-                    4.119158
+                    -71.8311125,
+                    19.6458245
                 ],
                 [
-                    -51.7246,
-                    4.556867
+                    -71.831367,
+                    19.6465862
                 ],
                 [
-                    -51.0112,
-                    5.522895
+                    -71.8328939,
+                    19.646189
                 ],
                 [
-                    -43.48209,
-                    5.335832
+                    -71.8344566,
+                    19.6457062
                 ],
                 [
-                    -29.3325,
-                    2.335959
-                ]
-            ]
-        ]
-    },
-    {
-        "name": "Imagerie Drone (Haiti)",
-        "type": "tms",
-        "template": "http://wms.openstreetmap.fr/tms/1.0.0/iomhaiti/{zoom}/{x}/{y}",
-        "polygon": [
-            [
-                [
-                    -72.1547401,
-                    19.6878969
+                    -71.8344664,
+                    19.6463052
                 ],
                 [
-                    -72.162234,
-                    19.689011
+                    -71.834215,
+                    19.6461938
                 ],
                 [
-                    -72.164995,
-                    19.6932445
+                    -71.8342002,
+                    19.6465513
                 ],
                 [
-                    -72.1657838,
-                    19.6979977
+                    -71.8346702,
+                    19.6463
                 ],
                 [
-                    -72.161603,
-                    19.7035677
+                    -71.8349118,
+                    19.6463905
                 ],
                 [
-                    -72.1487449,
-                    19.7028993
+                    -71.8347984,
+                    19.6462187
                 ],
                 [
-                    -72.1477194,
-                    19.7026765
+                    -71.8354393,
+                    19.6458496
                 ],
                 [
-                    -72.1485082,
-                    19.7001514
+                    -71.8355034,
+                    19.6458032
                 ],
                 [
-                    -72.1436963,
-                    19.7011169
+                    -71.8364747,
+                    19.6461328
                 ],
                 [
-                    -72.1410143,
-                    19.7000029
+                    -71.8376382,
+                    19.6472658
                 ],
                 [
-                    -72.139476,
-                    19.6973664
+                    -71.8379143,
+                    19.647888
                 ],
                 [
-                    -72.1382533,
-                    19.6927617
+                    -71.8390483,
+                    19.6508039
                 ],
                 [
-                    -72.1386872,
-                    19.6923161
-                ],
+                    -71.8456942,
+                    19.6696203
+                ]
+            ],
+            [
                 [
-                    -72.1380561,
-                    19.6896423
+                    -72.098878,
+                    18.54843
                 ],
                 [
-                    -72.1385294,
-                    19.6894938
+                    -72.096993,
+                    18.5501994
                 ],
                 [
-                    -72.1388055,
-                    19.6901251
+                    -72.0972888,
+                    18.5503209
                 ],
                 [
-                    -72.1388844,
-                    19.6876741
+                    -72.0968451,
+                    18.5503489
                 ],
                 [
-                    -72.1378195,
-                    19.6872656
+                    -72.0955632,
+                    18.551854
                 ],
                 [
-                    -72.13778,
-                    19.6850003
+                    -72.0956428,
+                    18.5526742
                 ],
                 [
-                    -72.1369517,
-                    19.6855945
+                    -72.0959914,
+                    18.5533748
                 ],
                 [
-                    -72.136794,
-                    19.6840719
+                    -72.0962145,
+                    18.553203
                 ],
                 [
-                    -72.135729,
-                    19.6835148
+                    -72.0962842,
+                    18.5535665
                 ],
                 [
-                    -72.1355713,
-                    19.6740817
+                    -72.0964446,
+                    18.5535533
                 ],
                 [
-                    -72.1366362,
-                    19.6708133
+                    -72.0965352,
+                    18.5539764
                 ],
                 [
-                    -72.1487843,
-                    19.6710733
+                    -72.0965056,
+                    18.554173
                 ],
                 [
-                    -72.1534779,
-                    19.6763843
+                    -72.0966085,
+                    18.5541747
                 ],
                 [
-                    -72.1530835,
-                    19.6769414
+                    -72.0965178,
+                    18.5542127
                 ],
                 [
-                    -72.1533251,
-                    19.6769768
+                    -72.0968769,
+                    18.5546588
                 ],
                 [
-                    -72.1532807,
-                    19.6796525
+                    -72.0979018,
+                    18.5552141
                 ],
                 [
-                    -72.1523834,
-                    19.6797175
+                    -72.1006211,
+                    18.5555875
                 ],
                 [
-                    -72.1522749,
-                    19.6803488
+                    -72.1014926,
+                    18.5556206
                 ],
                 [
-                    -72.1519101,
-                    19.6803395
+                    -72.1024339,
+                    18.5555016
                 ],
                 [
-                    -72.1518608,
-                    19.6805067
+                    -72.103417,
+                    18.5543515
                 ],
                 [
-                    -72.1528173,
-                    19.6806552
+                    -72.1034798,
+                    18.5516215
                 ],
                 [
-                    -72.1522299,
-                    19.6833011
+                    -72.1030789,
+                    18.5516149
                 ],
                 [
-                    -72.1507801,
-                    19.6831499
+                    -72.1033752,
+                    18.5515224
                 ],
                 [
-                    -72.1504457,
-                    19.6847862
+                    -72.1035042,
+                    18.5515224
                 ],
                 [
-                    -72.1508591,
-                    19.6843492
+                    -72.1035239,
+                    18.5502417
                 ],
                 [
-                    -72.1530087,
-                    19.6849898
+                    -72.1028701,
+                    18.5503062
                 ],
                 [
-                    -72.1546258,
-                    19.6854354
+                    -72.1029015,
+                    18.55025
                 ],
                 [
-                    -72.1543103,
-                    19.6870694
+                    -72.1028457,
+                    18.5501773
                 ],
                 [
-                    -72.1547244,
-                    19.6868466
+                    -72.1035081,
+                    18.5500252
                 ],
                 [
-                    -72.1548501,
-                    19.6877564
+                    -72.103491,
+                    18.5497396
                 ],
                 [
-                    -72.1545814,
-                    19.6877982
-                ]
-            ],
-            [
-                [
-                    -72.1310601,
-                    19.6718929
+                    -72.1035181,
+                    18.5497361
                 ],
                 [
-                    -72.1259842,
-                    19.6772765
+                    -72.1035398,
+                    18.5489039
                 ],
                 [
-                    -72.1255379,
-                    19.6776179
+                    -72.1034317,
+                    18.5487056
                 ],
                 [
-                    -72.1216891,
-                    19.6776442
+                    -72.102717,
+                    18.5481437
                 ],
                 [
-                    -72.1149677,
-                    19.672602
+                    -72.1025601,
+                    18.5481536
                 ],
                 [
-                    -72.1152745,
-                    19.6687152
+                    -72.10229,
+                    18.5482751
                 ],
                 [
-                    -72.1198205,
-                    19.6627535
-                ],
-                [
-                    -72.1227768,
-                    19.6625696
-                ],
-                [
-                    -72.1248965,
-                    19.662701
+                    -72.1022891,
+                    18.5482569
                 ],
                 [
-                    -72.1285779,
-                    19.6645394
+                    -72.1025201,
+                    18.5481396
                 ],
                 [
-                    -72.1308091,
-                    19.6661677
+                    -72.1023388,
+                    18.5481321
                 ],
                 [
-                    -72.1316737,
-                    19.668794
+                    -72.0999082,
+                    18.5480901
                 ],
                 [
-                    -72.1315621,
-                    19.671
+                    -72.09907,
+                    18.5483799
                 ]
             ],
             [
                 [
-                    -71.845795,
-                    19.6709758
+                    -72.2542503,
+                    18.568262
                 ],
                 [
-                    -71.8429354,
-                    19.6759525
+                    -72.2560252,
+                    18.5717765
                 ],
                 [
-                    -71.8410027,
-                    19.6759525
+                    -72.2557886,
+                    18.5748049
                 ],
                 [
-                    -71.8380249,
-                    19.6755254
+                    -72.2535009,
+                    18.5755526
                 ],
                 [
-                    -71.8378671,
-                    19.6745041
+                    -72.2522782,
+                    18.5755526
                 ],
                 [
-                    -71.8390504,
-                    19.6743927
+                    -72.2499906,
+                    18.5740945
                 ],
                 [
-                    -71.8390109,
-                    19.6741141
+                    -72.2473874,
+                    18.5698323
                 ],
                 [
-                    -71.8398392,
-                    19.673947
+                    -72.2460069,
+                    18.566729
                 ],
                 [
-                    -71.8389123,
-                    19.6736127
+                    -72.2458492,
+                    18.5629527
                 ],
                 [
-                    -71.8380249,
-                    19.67209
+                    -72.2479396,
+                    18.5625414
                 ],
                 [
-                    -71.8380052,
-                    19.6726285
+                    -72.2501483,
+                    18.5628031
                 ],
                 [
-                    -71.8376699,
-                    19.6727214
-                ],
+                    -72.2519232,
+                    18.5650839
+                ]
+            ],
+            [
                 [
-                    -71.8376305,
-                    19.672545
+                    -72.303145,
+                    18.5332749
                 ],
                 [
-                    -71.8354414,
-                    19.6732135
+                    -72.3031275,
+                    18.5331799
                 ],
                 [
-                    -71.835333,
-                    19.6729999
+                    -72.3048311,
+                    18.5311081
                 ],
                 [
-                    -71.8331242,
-                    19.6734642
+                    -72.3097397,
+                    18.5311081
                 ],
                 [
-                    -71.8326706,
-                    19.6716815
+                    -72.3164332,
+                    18.5324302
                 ],
                 [
-                    -71.8321579,
-                    19.67209
+                    -72.3234056,
+                    18.5366083
                 ],
                 [
-                    -71.8307183,
-                    19.6694902
+                    -72.3261388,
+                    18.5387765
                 ],
                 [
-                    -71.8306009,
-                    19.6697594
+                    -72.3261946,
+                    18.5426371
                 ],
                 [
-                    -71.8302174,
-                    19.6698907
+                    -72.3170468,
+                    18.5540596
                 ],
                 [
-                    -71.8291833,
-                    19.6672095
+                    -72.3130864,
+                    18.5540596
                 ],
                 [
-                    -71.8290749,
-                    19.6672095
+                    -72.2987511,
+                    18.5453342
                 ],
                 [
-                    -71.8289122,
-                    19.6667916
+                    -72.2988627,
+                    18.5407333
                 ],
                 [
-                    -71.8289516,
-                    19.6666199
+                    -72.2962969,
+                    18.5404689
                 ],
                 [
-                    -71.8288333,
-                    19.6663506
+                    -72.2954602,
+                    18.5395169
                 ],
                 [
-                    -71.8285572,
-                    19.6664759
+                    -72.2961853,
+                    18.5338582
                 ],
                 [
-                    -71.8288678,
-                    19.6672466
+                    -72.2971893,
+                    18.5332235
                 ],
                 [
-                    -71.8287593,
-                    19.6674138
+                    -72.3007034,
+                    18.5332764
                 ],
                 [
-                    -71.8277979,
-                    19.6678177
+                    -72.3022652,
+                    18.5342284
                 ],
                 [
-                    -71.8277112,
-                    19.6678586
+                    -72.3028486,
+                    18.5335189
                 ],
                 [
-                    -71.8278263,
-                    19.6679637
+                    -72.303104,
+                    18.5333361
                 ],
                 [
-                    -71.8271831,
-                    19.6681212
+                    -72.303181,
+                    18.5334007
                 ],
                 [
-                    -71.8271761,
-                    19.6680917
+                    -72.3035793,
+                    18.5335614
                 ],
                 [
-                    -71.8264405,
-                    19.6683921
+                    -72.3030793,
+                    18.5346463
                 ],
                 [
-                    -71.8264074,
-                    19.6683231
+                    -72.303715,
+                    18.5339873
                 ],
                 [
-                    -71.8261954,
-                    19.6684253
+                    -72.3045286,
+                    18.5344052
                 ],
                 [
-                    -71.8261806,
-                    19.6683556
+                    -72.3044015,
+                    18.5345097
                 ],
                 [
-                    -71.8258946,
-                    19.6684206
+                    -72.3062747,
+                    18.5352571
                 ],
                 [
-                    -71.8258897,
-                    19.6686574
+                    -72.3063107,
+                    18.5352741
                 ],
                 [
-                    -71.8251551,
-                    19.6687549
+                    -72.3061219,
+                    18.5357628
                 ],
                 [
-                    -71.8254509,
-                    19.6691588
+                    -72.3061219,
+                    18.5358196
                 ],
                 [
-                    -71.8229332,
-                    19.6695739
+                    -72.30637,
+                    18.5358928
                 ],
                 [
-                    -71.822713,
-                    19.6696658
+                    -72.3062726,
+                    18.5354869
                 ],
                 [
-                    -71.8227688,
-                    19.6697577
+                    -72.3066688,
+                    18.5350891
                 ],
                 [
-                    -71.8201751,
-                    19.6709855
+                    -72.3061963,
+                    18.5349706
                 ],
                 [
-                    -71.8198474,
-                    19.6704537
+                    -72.3058869,
+                    18.5349385
                 ],
                 [
-                    -71.8197985,
-                    19.6706014
+                    -72.3055373,
+                    18.5346833
                 ],
                 [
-                    -71.8194674,
-                    19.6707557
+                    -72.3054864,
+                    18.534613
                 ],
                 [
-                    -71.8182472,
-                    19.6713433
+                    -72.3055585,
+                    18.5345065
                 ],
                 [
-                    -71.8181426,
-                    19.6711431
+                    -72.3046749,
+                    18.5342293
                 ],
                 [
-                    -71.8175813,
-                    19.6714254
+                    -72.3047617,
+                    18.5338817
                 ],
                 [
-                    -71.816959,
-                    19.6707672
+                    -72.3043252,
+                    18.5337511
                 ],
                 [
-                    -71.8176388,
-                    19.6718965
-                ],
+                    -72.3042595,
+                    18.5336346
+                ]
+            ],
+            [
                 [
-                    -71.8171403,
-                    19.6720376
+                    -72.2981405,
+                    18.477502
                 ],
                 [
-                    -71.8158225,
-                    19.6718045
+                    -72.2935652,
+                    18.4948587
                 ],
                 [
-                    -71.8138354,
-                    19.6711874
+                    -72.2922242,
+                    18.4964297
                 ],
                 [
-                    -71.8123259,
-                    19.6706982
+                    -72.2931708,
+                    18.4972526
                 ],
                 [
-                    -71.8121759,
-                    19.6704258
+                    -72.2892266,
+                    18.5057058
                 ],
                 [
-                    -71.8124304,
-                    19.6701467
+                    -72.2878067,
+                    18.5080996
                 ],
                 [
-                    -71.8119184,
-                    19.6700141
+                    -72.2850458,
+                    18.5119893
                 ],
                 [
-                    -71.8118765,
-                    19.6705828
+                    -72.2840203,
+                    18.5113161
                 ],
                 [
-                    -71.811169,
-                    19.6703483
+                    -72.2808649,
+                    18.515879
                 ],
                 [
-                    -71.8095938,
-                    19.6698516
+                    -72.2773151,
+                    18.5175994
                 ],
                 [
-                    -71.8077992,
-                    19.6692829
+                    -72.2723454,
+                    18.5175246
                 ],
                 [
-                    -71.8056028,
-                    19.668612
+                    -72.2662714,
+                    18.5144578
                 ],
                 [
-                    -71.8051443,
-                    19.6668942
+                    -72.2665869,
+                    18.5066783
                 ],
                 [
-                    -71.8051196,
-                    19.6652322
+                    -72.2692643,
+                    18.5046154
                 ],
                 [
-                    -71.8052315,
-                    19.661979
+                    -72.2661965,
+                    18.5029756
                 ],
                 [
-                    -71.8065603,
-                    19.6523921
+                    -72.2688181,
+                    18.4965222
                 ],
                 [
-                    -71.8073412,
-                    19.6482946
+                    -72.2691528,
+                    18.4959403
                 ],
                 [
-                    -71.8099686,
-                    19.6468292
+                    -72.2702684,
+                    18.4961519
                 ],
                 [
-                    -71.8147517,
-                    19.6454502
+                    -72.2702684,
+                    18.4955964
                 ],
                 [
-                    -71.8147726,
-                    19.6455619
+                    -72.2690691,
+                    18.49557
                 ],
                 [
-                    -71.8150027,
-                    19.6455093
+                    -72.2692922,
+                    18.4937714
                 ],
                 [
-                    -71.8149469,
-                    19.6453846
+                    -72.2736988,
+                    18.4859951
                 ],
                 [
-                    -71.8159928,
-                    19.6450234
+                    -72.2746749,
+                    18.4850429
                 ],
                 [
-                    -71.8158882,
-                    19.6448855
+                    -72.2751769,
+                    18.483403
                 ],
                 [
-                    -71.8165854,
-                    19.6446097
+                    -72.2765435,
+                    18.4813398
                 ],
                 [
-                    -71.8190119,
-                    19.643802
+                    -72.2773523,
+                    18.4814985
                 ],
                 [
-                    -71.8211524,
-                    19.643454
+                    -72.2783006,
+                    18.4809694
                 ],
                 [
-                    -71.8221564,
-                    19.6433292
+                    -72.2778544,
+                    18.4807049
                 ],
                 [
-                    -71.8269046,
-                    19.643211
+                    -72.2771013,
+                    18.480123
                 ],
                 [
-                    -71.8280481,
-                    19.6432241
+                    -72.2789978,
+                    18.4775836
                 ],
                 [
-                    -71.8304466,
-                    19.6440778
+                    -72.279723,
+                    18.4772927
                 ],
                 [
-                    -71.8306419,
-                    19.6448592
+                    -72.2806433,
+                    18.4776365
                 ],
                 [
-                    -71.8295263,
-                    19.6450365
+                    -72.2813685,
+                    18.4771604
                 ],
                 [
-                    -71.8296064,
-                    19.6456111
+                    -72.2808386,
+                    18.4769752
                 ],
                 [
-                    -71.8299411,
-                    19.6455651
+                    -72.2812848,
+                    18.4758378
                 ],
                 [
-                    -71.8303699,
-                    19.6451744
+                    -72.2823167,
+                    18.4751765
                 ],
                 [
-                    -71.830471,
-                    19.6453452
+                    -72.2851615,
+                    18.4750971
                 ],
                 [
-                    -71.8308092,
-                    19.6451974
+                    -72.2849941,
+                    18.4763668
                 ],
                 [
-                    -71.8310184,
-                    19.6451088
+                    -72.2854404,
+                    18.4769752
                 ],
                 [
-                    -71.8312519,
-                    19.6458541
+                    -72.286277,
+                    18.4756262
                 ],
                 [
-                    -71.8311125,
-                    19.6458245
+                    -72.2869325,
+                    18.4754675
                 ],
                 [
-                    -71.831367,
-                    19.6465862
+                    -72.2865978,
+                    18.4751897
                 ],
                 [
-                    -71.8328939,
-                    19.646189
+                    -72.2865978,
+                    18.4750046
                 ],
                 [
-                    -71.8344566,
-                    19.6457062
+                    -72.2909765,
+                    18.4747268
                 ],
                 [
-                    -71.8344664,
-                    19.6463052
+                    -72.2946579,
+                    18.4749384
                 ],
                 [
-                    -71.834215,
-                    19.6461938
-                ],
+                    -72.2973911,
+                    18.476843
+                ]
+            ],
+            [
                 [
-                    -71.8342002,
-                    19.6465513
+                    -72.3466657,
+                    18.5222375
                 ],
                 [
-                    -71.8346702,
-                    19.6463
+                    -72.346833,
+                    18.5244325
                 ],
                 [
-                    -71.8349118,
-                    19.6463905
+                    -72.3475303,
+                    18.5277645
                 ],
                 [
-                    -71.8347984,
-                    19.6462187
+                    -72.3455501,
+                    18.5291131
                 ],
                 [
-                    -71.8354393,
-                    19.6458496
+                    -72.3403069,
+                    18.5292189
                 ],
                 [
-                    -71.8355034,
-                    19.6458032
+                    -72.3383267,
+                    18.5280289
                 ],
                 [
-                    -71.8364747,
-                    19.6461328
+                    -72.3369043,
+                    18.530118
                 ],
                 [
-                    -71.8376382,
-                    19.6472658
+                    -72.3338086,
+                    18.5296684
                 ],
                 [
-                    -71.8379143,
-                    19.647888
+                    -72.3289279,
+                    18.5270769
                 ],
                 [
-                    -71.8390483,
-                    19.6508039
+                    -72.328649,
+                    18.5253316
                 ],
                 [
-                    -71.8456942,
-                    19.6696203
-                ]
-            ],
-            [
+                    -72.3292068,
+                    18.5232689
+                ],
                 [
-                    -72.098878,
-                    18.54843
+                    -72.330406,
+                    18.5220524
                 ],
                 [
-                    -72.096993,
-                    18.5501994
+                    -72.3321631,
+                    18.5221847
                 ],
                 [
-                    -72.0972888,
-                    18.5503209
+                    -72.3322467,
+                    18.5191963
                 ],
                 [
-                    -72.0968451,
-                    18.5503489
+                    -72.3369183,
+                    18.5183633
                 ],
                 [
-                    -72.0955632,
-                    18.551854
+                    -72.3382012,
+                    18.5184691
                 ],
                 [
-                    -72.0956428,
-                    18.5526742
+                    -72.3381454,
+                    18.5181782
                 ],
                 [
-                    -72.0959914,
-                    18.5533748
+                    -72.3411993,
+                    18.5177947
                 ],
                 [
-                    -72.0962145,
-                    18.553203
+                    -72.3454943,
+                    18.5171997
                 ],
                 [
-                    -72.0962842,
-                    18.5535665
+                    -72.3492595,
+                    18.517279
                 ],
                 [
-                    -72.0964446,
-                    18.5535533
+                    -72.3504308,
+                    18.5188922
                 ],
                 [
-                    -72.0965352,
-                    18.5539764
+                    -72.3503472,
+                    18.5206112
                 ],
                 [
-                    -72.0965056,
-                    18.554173
+                    -72.3496778,
+                    18.5220392
+                ]
+            ],
+            [
+                [
+                    -72.3303078,
+                    18.5486462
                 ],
                 [
-                    -72.0966085,
-                    18.5541747
+                    -72.3429687,
+                    18.5508149
                 ],
                 [
-                    -72.0965178,
-                    18.5542127
+                    -72.3433236,
+                    18.5530585
                 ],
                 [
-                    -72.0968769,
-                    18.5546588
+                    -72.3413121,
+                    18.5614341
                 ],
                 [
-                    -72.0979018,
-                    18.5552141
+                    -72.3390639,
+                    18.5613593
                 ],
                 [
-                    -72.1006211,
-                    18.5555875
+                    -72.3384723,
+                    18.5638271
                 ],
                 [
-                    -72.1014926,
-                    18.5556206
+                    -72.3375257,
+                    18.5654348
                 ],
                 [
-                    -72.1024339,
-                    18.5555016
+                    -72.3348436,
+                    18.5650609
                 ],
                 [
-                    -72.103417,
-                    18.5543515
+                    -72.3311755,
+                    18.5638271
                 ],
                 [
-                    -72.1034798,
-                    18.5516215
+                    -72.3312149,
+                    18.5616211
                 ],
                 [
-                    -72.1030789,
-                    18.5516149
+                    -72.3232082,
+                    18.5606863
                 ],
                 [
-                    -72.1033752,
-                    18.5515224
+                    -72.3212361,
+                    18.559602
                 ],
                 [
-                    -72.1035042,
-                    18.5515224
+                    -72.3208023,
+                    18.5587046
                 ],
                 [
-                    -72.1035239,
-                    18.5502417
+                    -72.3208811,
+                    18.557882
                 ],
                 [
-                    -72.1028701,
-                    18.5503062
+                    -72.3259493,
+                    18.5580274
                 ],
                 [
-                    -72.1029015,
-                    18.55025
+                    -72.3266186,
+                    18.5581993
                 ],
                 [
-                    -72.1028457,
-                    18.5501773
+                    -72.3259214,
+                    18.5577498
                 ],
                 [
-                    -72.1035081,
-                    18.5500252
+                    -72.3250986,
+                    18.5573797
                 ],
                 [
-                    -72.103491,
-                    18.5497396
+                    -72.3233767,
+                    18.552263
                 ],
                 [
-                    -72.1035181,
-                    18.5497361
+                    -72.3245994,
+                    18.5478507
                 ],
                 [
-                    -72.1035398,
-                    18.5489039
+                    -72.3288986,
+                    18.5483742
                 ],
                 [
-                    -72.1034317,
-                    18.5487056
+                    -72.329979,
+                    18.5489548
+                ]
+            ],
+            [
+                [
+                    -72.3231383,
+                    18.5269828
                 ],
                 [
-                    -72.102717,
-                    18.5481437
+                    -72.3223434,
+                    18.528067
                 ],
                 [
-                    -72.1025601,
-                    18.5481536
+                    -72.3209629,
+                    18.5279745
                 ],
                 [
-                    -72.10229,
-                    18.5482751
+                    -72.3207816,
+                    18.5271282
                 ],
                 [
-                    -72.1022891,
-                    18.5482569
+                    -72.3208513,
+                    18.5253697
                 ],
                 [
-                    -72.1025201,
-                    18.5481396
+                    -72.3214649,
+                    18.5249598
                 ],
                 [
-                    -72.1023388,
-                    18.5481321
+                    -72.3225666,
+                    18.5248937
                 ],
                 [
-                    -72.0999082,
-                    18.5480901
+                    -72.3228454,
+                    18.52533
                 ],
                 [
-                    -72.09907,
-                    18.5483799
+                    -72.3232359,
+                    18.5264804
                 ]
             ],
             [
                 [
-                    -72.2542503,
-                    18.568262
+                    -72.2160832,
+                    18.6457752
                 ],
                 [
-                    -72.2560252,
-                    18.5717765
+                    -72.2159649,
+                    18.6553795
                 ],
                 [
-                    -72.2557886,
-                    18.5748049
+                    -72.2030279,
+                    18.6558279
                 ],
                 [
-                    -72.2535009,
-                    18.5755526
+                    -72.1947057,
+                    18.6553421
                 ],
                 [
-                    -72.2522782,
-                    18.5755526
+                    -72.1922208,
+                    18.6545573
                 ],
                 [
-                    -72.2499906,
-                    18.5740945
+                    -72.1920631,
+                    18.6521283
                 ],
                 [
-                    -72.2473874,
-                    18.5698323
+                    -72.193483,
+                    18.6477559
                 ],
                 [
-                    -72.2460069,
-                    18.566729
+                    -72.201253,
+                    18.6385249
                 ],
                 [
-                    -72.2458492,
-                    18.5629527
+                    -72.2069327,
+                    18.6388239
                 ],
                 [
-                    -72.2479396,
-                    18.5625414
+                    -72.2120996,
+                    18.6424117
                 ],
                 [
-                    -72.2501483,
-                    18.5628031
+                    -72.2118068,
+                    18.6430591
                 ],
                 [
-                    -72.2519232,
-                    18.5650839
-                ]
-            ],
-            [
-                [
-                    -72.303145,
-                    18.5332749
+                    -72.2121693,
+                    18.6426892
                 ],
                 [
-                    -72.3031275,
-                    18.5331799
+                    -72.2127968,
+                    18.6427552
                 ],
                 [
-                    -72.3048311,
-                    18.5311081
+                    -72.2134662,
+                    18.6431252
                 ],
                 [
-                    -72.3097397,
-                    18.5311081
+                    -72.2135638,
+                    18.6437462
                 ],
                 [
-                    -72.3164332,
-                    18.5324302
+                    -72.2154176,
+                    18.6443947
                 ],
                 [
-                    -72.3234056,
-                    18.5366083
+                    -72.2158909,
+                    18.6450301
+                ]
+            ],
+            [
+                [
+                    -72.2867654,
+                    18.6482017
                 ],
                 [
-                    -72.3261388,
-                    18.5387765
+                    -72.2900977,
+                    18.6527446
                 ],
                 [
-                    -72.3261946,
-                    18.5426371
+                    -72.28981,
+                    18.6536532
                 ],
                 [
-                    -72.3170468,
-                    18.5540596
+                    -72.2900738,
+                    18.6542664
                 ],
                 [
-                    -72.3130864,
-                    18.5540596
+                    -72.290721,
+                    18.6537667
                 ],
                 [
-                    -72.2987511,
-                    18.5453342
+                    -72.2910327,
+                    18.6544709
                 ],
                 [
-                    -72.2988627,
-                    18.5407333
+                    -72.2912485,
+                    18.654221
                 ],
                 [
-                    -72.2962969,
-                    18.5404689
+                    -72.29168,
+                    18.6558905
                 ],
                 [
-                    -72.2954602,
-                    18.5395169
+                    -72.2912245,
+                    18.656606
                 ],
                 [
-                    -72.2961853,
-                    18.5338582
+                    -72.2922673,
+                    18.65597
                 ],
                 [
-                    -72.2971893,
-                    18.5332235
+                    -72.2926869,
+                    18.6567536
                 ],
                 [
-                    -72.3007034,
-                    18.5332764
+                    -72.2930705,
+                    18.6567309
                 ],
                 [
-                    -72.3022652,
-                    18.5342284
+                    -72.2941253,
+                    18.6581846
                 ],
                 [
-                    -72.3028486,
-                    18.5335189
+                    -72.2960192,
+                    18.6608421
                 ],
                 [
-                    -72.303104,
-                    18.5333361
+                    -72.2959713,
+                    18.6619096
                 ],
                 [
-                    -72.303181,
-                    18.5334007
+                    -72.2932862,
+                    18.664567
                 ],
                 [
-                    -72.3035793,
-                    18.5335614
+                    -72.2906731,
+                    18.6659979
                 ],
                 [
-                    -72.3030793,
-                    18.5346463
+                    -72.2895943,
+                    18.6661342
                 ],
                 [
-                    -72.303715,
-                    18.5339873
+                    -72.2895943,
+                    18.6665657
                 ],
                 [
-                    -72.3045286,
-                    18.5344052
+                    -72.2877004,
+                    18.6664749
                 ],
                 [
-                    -72.3044015,
-                    18.5345097
+                    -72.2875805,
+                    18.6676559
                 ],
                 [
-                    -72.3062747,
-                    18.5352571
+                    -72.2831214,
+                    18.6697227
                 ],
                 [
-                    -72.3063107,
-                    18.5352741
+                    -72.2796453,
+                    18.6696546
                 ],
                 [
-                    -72.3061219,
-                    18.5357628
+                    -72.2784311,
+                    18.6690787
                 ],
                 [
-                    -72.3061219,
-                    18.5358196
+                    -72.2783972,
+                    18.6687736
                 ],
                 [
-                    -72.30637,
-                    18.5358928
+                    -72.277736,
+                    18.6691671
                 ],
                 [
-                    -72.3062726,
-                    18.5354869
+                    -72.2774394,
+                    18.669143
                 ],
                 [
-                    -72.3066688,
-                    18.5350891
+                    -72.2770071,
+                    18.6683159
                 ],
                 [
-                    -72.3061963,
-                    18.5349706
+                    -72.2765575,
+                    18.6681125
                 ],
                 [
-                    -72.3058869,
-                    18.5349385
+                    -72.2765385,
+                    18.6680583
                 ],
                 [
-                    -72.3055373,
-                    18.5346833
+                    -72.2752319,
+                    18.6685239
                 ],
                 [
-                    -72.3054864,
-                    18.534613
+                    -72.2749292,
+                    18.6674649
                 ],
                 [
-                    -72.3055585,
-                    18.5345065
+                    -72.2746416,
+                    18.6674309
                 ],
                 [
-                    -72.3046749,
-                    18.5342293
+                    -72.2734668,
+                    18.6682145
                 ],
                 [
-                    -72.3047617,
-                    18.5338817
+                    -72.2732271,
+                    18.6682712
                 ],
                 [
-                    -72.3043252,
-                    18.5337511
+                    -72.2726757,
+                    18.6671583
                 ],
                 [
-                    -72.3042595,
-                    18.5336346
-                ]
-            ],
-            [
+                    -72.2719147,
+                    18.6674288
+                ],
                 [
-                    -72.2981405,
-                    18.477502
+                    -72.2718808,
+                    18.6673405
                 ],
                 [
-                    -72.2935652,
-                    18.4948587
+                    -72.2688149,
+                    18.6681868
                 ],
                 [
-                    -72.2922242,
-                    18.4964297
+                    -72.2688269,
+                    18.6671761
                 ],
                 [
-                    -72.2931708,
-                    18.4972526
+                    -72.2690786,
+                    18.6668241
                 ],
                 [
-                    -72.2892266,
-                    18.5057058
+                    -72.2688149,
+                    18.66679
                 ],
                 [
-                    -72.2878067,
-                    18.5080996
+                    -72.2681077,
+                    18.6670739
                 ],
                 [
-                    -72.2850458,
-                    18.5119893
+                    -72.2676282,
+                    18.6673805
                 ],
                 [
-                    -72.2840203,
-                    18.5113161
+                    -72.2675563,
+                    18.6666878
                 ],
                 [
-                    -72.2808649,
-                    18.515879
+                    -72.266861,
+                    18.666949
                 ],
                 [
-                    -72.2773151,
-                    18.5175994
+                    -72.2655904,
+                    18.6673578
                 ],
                 [
-                    -72.2723454,
-                    18.5175246
+                    -72.2654466,
+                    18.6670058
                 ],
                 [
-                    -72.2662714,
-                    18.5144578
+                    -72.2647514,
+                    18.6674146
                 ],
                 [
-                    -72.2665869,
-                    18.5066783
+                    -72.2629893,
+                    18.6681868
                 ],
                 [
-                    -72.2692643,
-                    18.5046154
+                    -72.2628455,
+                    18.6681754
                 ],
                 [
-                    -72.2661965,
-                    18.5029756
+                    -72.2626537,
+                    18.6676076
                 ],
                 [
-                    -72.2688181,
-                    18.4965222
+                    -72.2623001,
+                    18.6677098
                 ],
                 [
-                    -72.2691528,
-                    18.4959403
+                    -72.2624799,
+                    18.6679199
                 ],
                 [
-                    -72.2702684,
-                    18.4961519
+                    -72.2624799,
+                    18.6682322
                 ],
                 [
-                    -72.2702684,
-                    18.4955964
+                    -72.262306,
+                    18.6682606
                 ],
                 [
-                    -72.2690691,
-                    18.49557
+                    -72.2620963,
+                    18.6679654
                 ],
                 [
-                    -72.2692922,
-                    18.4937714
+                    -72.2622761,
+                    18.6689193
                 ],
                 [
-                    -72.2736988,
-                    18.4859951
+                    -72.2601484,
+                    18.6688966
                 ],
                 [
-                    -72.2746749,
-                    18.4850429
+                    -72.2542749,
+                    18.6687944
                 ],
                 [
-                    -72.2751769,
-                    18.483403
+                    -72.2505388,
+                    18.6683476
                 ],
                 [
-                    -72.2765435,
-                    18.4813398
+                    -72.2504371,
+                    18.669536
                 ],
                 [
-                    -72.2773523,
-                    18.4814985
+                    -72.2477926,
+                    18.6698893
                 ],
                 [
-                    -72.2783006,
-                    18.4809694
+                    -72.2415204,
+                    18.669793
                 ],
                 [
-                    -72.2778544,
-                    18.4807049
+                    -72.2414187,
+                    18.6741933
                 ],
                 [
-                    -72.2771013,
-                    18.480123
+                    -72.2389167,
+                    18.6739759
                 ],
                 [
-                    -72.2789978,
-                    18.4775836
+                    -72.2387249,
+                    18.6734649
                 ],
                 [
-                    -72.279723,
-                    18.4772927
+                    -72.2383653,
+                    18.6733059
                 ],
                 [
-                    -72.2806433,
-                    18.4776365
+                    -72.2387009,
+                    18.6739532
                 ],
                 [
-                    -72.2813685,
-                    18.4771604
+                    -72.2375502,
+                    18.6738964
                 ],
                 [
-                    -72.2808386,
-                    18.4769752
+                    -72.2374183,
+                    18.6735103
                 ],
                 [
-                    -72.2812848,
-                    18.4758378
+                    -72.237742,
+                    18.67334
                 ],
                 [
-                    -72.2823167,
-                    18.4751765
+                    -72.2375142,
+                    18.6732605
                 ],
                 [
-                    -72.2851615,
-                    18.4750971
+                    -72.236843,
+                    18.6734876
                 ],
                 [
-                    -72.2849941,
-                    18.4763668
+                    -72.2364354,
+                    18.6724088
                 ],
                 [
-                    -72.2854404,
-                    18.4769752
+                    -72.2355124,
+                    18.6726019
                 ],
                 [
-                    -72.286277,
-                    18.4756262
+                    -72.2354045,
+                    18.6724202
                 ],
                 [
-                    -72.2869325,
-                    18.4754675
+                    -72.2353027,
+                    18.6729028
                 ],
                 [
-                    -72.2865978,
-                    18.4751897
+                    -72.2345475,
+                    18.6726871
                 ],
                 [
-                    -72.2865978,
-                    18.4750046
+                    -72.2343077,
+                    18.6724599
                 ],
                 [
-                    -72.2909765,
-                    18.4747268
+                    -72.2342358,
+                    18.6734706
                 ],
                 [
-                    -72.2946579,
-                    18.4749384
+                    -72.2334087,
+                    18.6734592
                 ],
                 [
-                    -72.2973911,
-                    18.476843
-                ]
-            ],
-            [
-                [
-                    -72.3466657,
-                    18.5222375
+                    -72.2332889,
+                    18.6733003
                 ],
                 [
-                    -72.346833,
-                    18.5244325
+                    -72.2327375,
+                    18.6732889
                 ],
                 [
-                    -72.3475303,
-                    18.5277645
+                    -72.2327135,
+                    18.6735047
                 ],
                 [
-                    -72.3455501,
-                    18.5291131
+                    -72.227703,
+                    18.6725281
                 ],
                 [
-                    -72.3403069,
-                    18.5292189
+                    -72.2265283,
+                    18.6716537
                 ],
                 [
-                    -72.3383267,
-                    18.5280289
+                    -72.226804,
+                    18.6715742
                 ],
                 [
-                    -72.3369043,
-                    18.530118
+                    -72.2274993,
+                    18.6715855
                 ],
                 [
-                    -72.3338086,
-                    18.5296684
+                    -72.2274873,
+                    18.6714493
                 ],
                 [
-                    -72.3289279,
-                    18.5270769
+                    -72.2272899,
+                    18.6714623
                 ],
                 [
-                    -72.328649,
-                    18.5253316
+                    -72.2272814,
+                    18.6712977
                 ],
                 [
-                    -72.3292068,
-                    18.5232689
+                    -72.2272094,
+                    18.671358
                 ],
                 [
-                    -72.330406,
-                    18.5220524
+                    -72.2261785,
+                    18.6713693
                 ],
                 [
-                    -72.3321631,
-                    18.5221847
+                    -72.2256032,
+                    18.670881
                 ],
                 [
-                    -72.3322467,
-                    18.5191963
+                    -72.2255073,
+                    18.6694502
                 ],
                 [
-                    -72.3369183,
-                    18.5183633
+                    -72.2261066,
+                    18.6696886
                 ],
                 [
-                    -72.3382012,
-                    18.5184691
+                    -72.2261785,
+                    18.6695949
                 ],
                 [
-                    -72.3381454,
-                    18.5181782
+                    -72.2259837,
+                    18.6695495
                 ],
                 [
-                    -72.3411993,
-                    18.5177947
+                    -72.225777,
+                    18.6691379
                 ],
                 [
-                    -72.3454943,
-                    18.5171997
+                    -72.2253335,
+                    18.6694643
                 ],
                 [
-                    -72.3492595,
-                    18.517279
+                    -72.2249739,
+                    18.66947
                 ],
                 [
-                    -72.3504308,
-                    18.5188922
+                    -72.2245783,
+                    18.6678802
                 ],
                 [
-                    -72.3503472,
-                    18.5206112
+                    -72.2235525,
+                    18.6677046
                 ],
                 [
-                    -72.3496778,
-                    18.5220392
-                ]
-            ],
-            [
-                [
-                    -72.3303078,
-                    18.5486462
+                    -72.2235907,
+                    18.6675921
                 ],
                 [
-                    -72.3429687,
-                    18.5508149
+                    -72.2224634,
+                    18.6676283
                 ],
                 [
-                    -72.3433236,
-                    18.5530585
+                    -72.2223659,
+                    18.667022
                 ],
                 [
-                    -72.3413121,
-                    18.5614341
+                    -72.2223277,
+                    18.6670943
                 ],
                 [
-                    -72.3390639,
-                    18.5613593
+                    -72.2219209,
+                    18.667026
                 ],
                 [
-                    -72.3384723,
-                    18.5638271
+                    -72.2208105,
+                    18.6669015
                 ],
                 [
-                    -72.3375257,
-                    18.5654348
+                    -72.220809,
+                    18.6665325
                 ],
                 [
-                    -72.3348436,
-                    18.5650609
+                    -72.2208705,
+                    18.6663593
                 ],
                 [
-                    -72.3311755,
-                    18.5638271
+                    -72.2206023,
+                    18.6668107
                 ],
                 [
-                    -72.3312149,
-                    18.5616211
+                    -72.2203895,
+                    18.6666361
                 ],
                 [
-                    -72.3232082,
-                    18.5606863
+                    -72.2184341,
+                    18.6650535
                 ],
                 [
-                    -72.3212361,
-                    18.559602
+                    -72.21829,
+                    18.6640979
                 ],
                 [
-                    -72.3208023,
-                    18.5587046
+                    -72.2183493,
+                    18.6608376
                 ],
                 [
-                    -72.3208811,
-                    18.557882
+                    -72.2187223,
+                    18.6606541
                 ],
                 [
-                    -72.3259493,
-                    18.5580274
+                    -72.2186894,
+                    18.660603
                 ],
                 [
-                    -72.3266186,
-                    18.5581993
+                    -72.2187253,
+                    18.6604525
                 ],
                 [
-                    -72.3259214,
-                    18.5577498
+                    -72.2189771,
+                    18.6603247
                 ],
                 [
-                    -72.3250986,
-                    18.5573797
+                    -72.2187823,
+                    18.6601998
                 ],
                 [
-                    -72.3233767,
-                    18.552263
+                    -72.2186984,
+                    18.6602367
                 ],
                 [
-                    -72.3245994,
-                    18.5478507
+                    -72.2185815,
+                    18.6600352
                 ],
                 [
-                    -72.3288986,
-                    18.5483742
+                    -72.2186085,
+                    18.6600039
                 ],
                 [
-                    -72.329979,
-                    18.5489548
-                ]
-            ],
-            [
+                    -72.2187823,
+                    18.6601345
+                ],
                 [
-                    -72.3231383,
-                    18.5269828
+                    -72.218995,
+                    18.6600181
                 ],
                 [
-                    -72.3223434,
-                    18.528067
+                    -72.2189111,
+                    18.6599131
                 ],
                 [
-                    -72.3209629,
-                    18.5279745
+                    -72.2189681,
+                    18.6597938
                 ],
                 [
-                    -72.3207816,
-                    18.5271282
+                    -72.2183807,
+                    18.6595837
                 ],
                 [
-                    -72.3208513,
-                    18.5253697
+                    -72.2184728,
+                    18.6539662
                 ],
                 [
-                    -72.3214649,
-                    18.5249598
+                    -72.2201001,
+                    18.6511554
                 ],
                 [
-                    -72.3225666,
-                    18.5248937
+                    -72.225796,
+                    18.6469472
                 ],
                 [
-                    -72.3228454,
-                    18.52533
+                    -72.2283048,
+                    18.6457265
                 ],
                 [
-                    -72.3232359,
-                    18.5264804
-                ]
-            ],
-            [
-                [
-                    -72.2160832,
-                    18.6457752
+                    -72.2379335,
+                    18.645855
                 ],
                 [
-                    -72.2159649,
-                    18.6553795
+                    -72.237764,
+                    18.6446985
                 ],
                 [
-                    -72.2030279,
-                    18.6558279
+                    -72.2400355,
+                    18.6432529
                 ],
                 [
-                    -72.1947057,
-                    18.6553421
+                    -72.2455958,
+                    18.6433493
                 ],
                 [
-                    -72.1922208,
-                    18.6545573
+                    -72.2482742,
+                    18.6450358
                 ],
                 [
-                    -72.1920631,
-                    18.6521283
+                    -72.2487488,
+                    18.6436705
                 ],
                 [
-                    -72.193483,
-                    18.6477559
+                    -72.2511067,
+                    18.6429775
                 ],
                 [
-                    -72.201253,
-                    18.6385249
+                    -72.2512385,
+                    18.6433409
                 ],
                 [
-                    -72.2069327,
-                    18.6388239
+                    -72.2512625,
+                    18.6431592
                 ],
                 [
-                    -72.2120996,
-                    18.6424117
+                    -72.2514843,
+                    18.6431365
                 ],
                 [
-                    -72.2118068,
-                    18.6430591
+                    -72.2513284,
+                    18.6429718
                 ],
                 [
-                    -72.2121693,
-                    18.6426892
+                    -72.2533602,
+                    18.6423471
                 ],
                 [
-                    -72.2127968,
-                    18.6427552
+                    -72.253516,
+                    18.6426765
                 ],
                 [
-                    -72.2134662,
-                    18.6431252
+                    -72.2539535,
+                    18.6425402
                 ],
                 [
-                    -72.2135638,
-                    18.6437462
+                    -72.2541453,
+                    18.642932
                 ],
                 [
-                    -72.2154176,
-                    18.6443947
+                    -72.2543851,
+                    18.6428696
                 ],
                 [
-                    -72.2158909,
-                    18.6450301
-                ]
-            ],
-            [
-                [
-                    -72.2867654,
-                    18.6482017
+                    -72.2543791,
+                    18.6427503
                 ],
                 [
-                    -72.2900977,
-                    18.6527446
+                    -72.2564168,
+                    18.6423244
                 ],
                 [
-                    -72.28981,
-                    18.6536532
+                    -72.2566925,
+                    18.6431365
                 ],
                 [
-                    -72.2900738,
-                    18.6542664
+                    -72.2568783,
+                    18.6428582
                 ],
                 [
-                    -72.290721,
-                    18.6537667
+                    -72.2568184,
+                    18.6425288
                 ],
                 [
-                    -72.2910327,
-                    18.6544709
+                    -72.258843,
+                    18.6420991
                 ],
                 [
-                    -72.2912485,
-                    18.654221
+                    -72.258885,
+                    18.6422467
                 ],
                 [
-                    -72.29168,
-                    18.6558905
+                    -72.2592626,
+                    18.6422297
                 ],
                 [
-                    -72.2912245,
-                    18.656606
+                    -72.2596461,
+                    18.6424057
                 ],
                 [
-                    -72.2922673,
-                    18.65597
+                    -72.2592206,
+                    18.6406907
                 ],
                 [
-                    -72.2926869,
-                    18.6567536
+                    -72.2599545,
+                    18.6404815
                 ],
                 [
-                    -72.2930705,
-                    18.6567309
+                    -72.2601156,
+                    18.6406341
                 ],
                 [
-                    -72.2941253,
-                    18.6581846
+                    -72.2601156,
+                    18.6399393
                 ],
                 [
-                    -72.2960192,
-                    18.6608421
+                    -72.2615268,
+                    18.6394669
                 ],
                 [
-                    -72.2959713,
-                    18.6619096
+                    -72.2626056,
+                    18.6391034
                 ],
                 [
-                    -72.2932862,
-                    18.664567
+                    -72.2654465,
+                    18.6387286
                 ],
                 [
-                    -72.2906731,
-                    18.6659979
+                    -72.2719433,
+                    18.6386832
                 ],
                 [
-                    -72.2895943,
-                    18.6661342
+                    -72.272201,
+                    18.6388649
                 ],
                 [
-                    -72.2895943,
-                    18.6665657
+                    -72.2730341,
+                    18.6394158
                 ],
                 [
-                    -72.2877004,
-                    18.6664749
+                    -72.273166,
+                    18.6412558
                 ],
                 [
-                    -72.2875805,
-                    18.6676559
+                    -72.2738732,
+                    18.6410286
                 ],
                 [
-                    -72.2831214,
-                    18.6697227
+                    -72.2742208,
+                    18.6416079
                 ],
                 [
-                    -72.2796453,
-                    18.6696546
+                    -72.2752187,
+                    18.6416987
                 ],
                 [
-                    -72.2784311,
-                    18.6690787
+                    -72.2754524,
+                    18.6415738
                 ],
                 [
-                    -72.2783972,
-                    18.6687736
+                    -72.2755513,
+                    18.6416874
                 ],
                 [
-                    -72.277736,
-                    18.6691671
+                    -72.2755394,
+                    18.6417527
                 ],
                 [
-                    -72.2774394,
-                    18.669143
+                    -72.2764713,
+                    18.6418634
                 ],
                 [
-                    -72.2770071,
-                    18.6683159
+                    -72.276753,
+                    18.6418975
                 ],
                 [
-                    -72.2765575,
-                    18.6681125
+                    -72.2762953,
+                    18.6426002
                 ],
                 [
-                    -72.2765385,
-                    18.6680583
+                    -72.2774226,
+                    18.6429978
                 ],
                 [
-                    -72.2752319,
-                    18.6685239
+                    -72.277982,
+                    18.6427247
                 ],
                 [
-                    -72.2749292,
-                    18.6674649
+                    -72.2785796,
+                    18.6431303
                 ],
                 [
-                    -72.2746416,
-                    18.6674309
+                    -72.2785669,
+                    18.6432307
                 ],
                 [
-                    -72.2734668,
-                    18.6682145
+                    -72.2789017,
+                    18.6433471
                 ],
                 [
-                    -72.2732271,
-                    18.6682712
+                    -72.279851,
+                    18.6439655
                 ],
                 [
-                    -72.2726757,
-                    18.6671583
-                ],
+                    -72.2858703,
+                    18.6469651
+                ]
+            ],
+            [
                 [
-                    -72.2719147,
-                    18.6674288
+                    -72.5557247,
+                    18.5305893
                 ],
                 [
-                    -72.2718808,
-                    18.6673405
+                    -72.5555866,
+                    18.5367036
                 ],
                 [
-                    -72.2688149,
-                    18.6681868
+                    -72.554995,
+                    18.537975
                 ],
                 [
-                    -72.2688269,
-                    18.6671761
+                    -72.5488026,
+                    18.537919
                 ],
                 [
-                    -72.2690786,
-                    18.6668241
+                    -72.5486646,
+                    18.5372832
                 ],
                 [
-                    -72.2688149,
-                    18.66679
+                    -72.548842,
+                    18.5306267
                 ],
                 [
-                    -72.2681077,
-                    18.6670739
+                    -72.5493745,
+                    18.5301031
                 ],
                 [
-                    -72.2676282,
-                    18.6673805
-                ],
+                    -72.555133,
+                    18.5301218
+                ]
+            ],
+            [
                 [
-                    -72.2675563,
-                    18.6666878
+                    -72.6235278,
+                    18.5079877
                 ],
                 [
-                    -72.266861,
-                    18.666949
+                    -72.6234441,
+                    18.5095217
                 ],
                 [
-                    -72.2655904,
-                    18.6673578
+                    -72.6226074,
+                    18.5104341
                 ],
                 [
-                    -72.2654466,
-                    18.6670058
+                    -72.6204878,
+                    18.511849
                 ],
                 [
-                    -72.2647514,
-                    18.6674146
+                    -72.6183403,
+                    18.5107514
                 ],
                 [
-                    -72.2629893,
-                    18.6681868
+                    -72.6162207,
+                    18.5083183
                 ],
                 [
-                    -72.2628455,
-                    18.6681754
+                    -72.6162625,
+                    18.506467
                 ],
                 [
-                    -72.2626537,
-                    18.6676076
+                    -72.618661,
+                    18.5044438
                 ],
                 [
-                    -72.2623001,
-                    18.6677098
+                    -72.6204041,
+                    18.5044967
                 ],
                 [
-                    -72.2624799,
-                    18.6679199
-                ],
+                    -72.6228305,
+                    18.506996
+                ]
+            ]
+        ]
+    },
+    {
+        "name": "Interspect ortofotó 2014",
+        "type": "tms",
+        "description": "Four districts of Budapest: III, XIII, XIV, XV",
+        "template": "http://geoserver.infobex.hu/Budapest2014/IST/{zoom}/{x}/{y}.jpg",
+        "scaleExtent": [
+            10,
+            21
+        ],
+        "polygon": [
+            [
                 [
-                    -72.2624799,
-                    18.6682322
+                    19.04642,
+                    47.61098
                 ],
                 [
-                    -72.262306,
-                    18.6682606
+                    19.05375,
+                    47.60995
                 ],
                 [
-                    -72.2620963,
-                    18.6679654
+                    19.06033,
+                    47.61037
                 ],
                 [
-                    -72.2622761,
-                    18.6689193
+                    19.06022,
+                    47.61009
                 ],
                 [
-                    -72.2601484,
-                    18.6688966
+                    19.06091,
+                    47.61023
                 ],
                 [
-                    -72.2542749,
-                    18.6687944
+                    19.0755,
+                    47.60835
                 ],
                 [
-                    -72.2505388,
-                    18.6683476
+                    19.07796,
+                    47.60718
                 ],
                 [
-                    -72.2504371,
-                    18.669536
+                    19.07773,
+                    47.60627
                 ],
                 [
-                    -72.2477926,
-                    18.6698893
+                    19.07599,
+                    47.60433
                 ],
                 [
-                    -72.2415204,
-                    18.669793
+                    19.07337,
+                    47.59906
                 ],
                 [
-                    -72.2414187,
-                    18.6741933
+                    19.07232,
+                    47.59332
                 ],
                 [
-                    -72.2389167,
-                    18.6739759
+                    19.0723,
+                    47.58865
                 ],
                 [
-                    -72.2387249,
-                    18.6734649
+                    19.0693,
+                    47.5798
                 ],
                 [
-                    -72.2383653,
-                    18.6733059
+                    19.06891,
+                    47.57742
                 ],
                 [
-                    -72.2387009,
-                    18.6739532
+                    19.06949,
+                    47.57211
                 ],
                 [
-                    -72.2375502,
-                    18.6738964
+                    19.06623,
+                    47.56375
                 ],
                 [
-                    -72.2374183,
-                    18.6735103
+                    19.06717,
+                    47.56427
                 ],
                 [
-                    -72.237742,
-                    18.67334
+                    19.0692,
+                    47.56456
                 ],
                 [
-                    -72.2375142,
-                    18.6732605
+                    19.06992,
+                    47.56418
                 ],
                 [
-                    -72.236843,
-                    18.6734876
+                    19.07011,
+                    47.56363
                 ],
                 [
-                    -72.2364354,
-                    18.6724088
+                    19.07785,
+                    47.56148
                 ],
                 [
-                    -72.2355124,
-                    18.6726019
+                    19.07986,
+                    47.56053
                 ],
                 [
-                    -72.2354045,
-                    18.6724202
+                    19.08359,
+                    47.55604
                 ],
                 [
-                    -72.2353027,
-                    18.6729028
+                    19.08516,
+                    47.5548
                 ],
                 [
-                    -72.2345475,
-                    18.6726871
+                    19.08601,
+                    47.5551
                 ],
                 [
-                    -72.2343077,
-                    18.6724599
+                    19.08703,
+                    47.55488
                 ],
                 [
-                    -72.2342358,
-                    18.6734706
+                    19.0984,
+                    47.54666
                 ],
                 [
-                    -72.2334087,
-                    18.6734592
+                    19.09974,
+                    47.54692
                 ],
                 [
-                    -72.2332889,
-                    18.6733003
+                    19.10094,
+                    47.54656
                 ],
                 [
-                    -72.2327375,
-                    18.6732889
+                    19.1015,
+                    47.54593
                 ],
                 [
-                    -72.2327135,
-                    18.6735047
+                    19.1015,
+                    47.54523
                 ],
                 [
-                    -72.227703,
-                    18.6725281
+                    19.10255,
+                    47.54458
                 ],
                 [
-                    -72.2265283,
-                    18.6716537
+                    19.10939,
+                    47.56255
                 ],
                 [
-                    -72.226804,
-                    18.6715742
+                    19.10917,
+                    47.56324
                 ],
                 [
-                    -72.2274993,
-                    18.6715855
+                    19.11193,
+                    47.57058
                 ],
                 [
-                    -72.2274873,
-                    18.6714493
+                    19.11235,
+                    47.57087
                 ],
                 [
-                    -72.2272899,
-                    18.6714623
+                    19.11271,
+                    47.57297
                 ],
                 [
-                    -72.2272814,
-                    18.6712977
+                    19.11382,
+                    47.57379
                 ],
                 [
-                    -72.2272094,
-                    18.671358
+                    19.1144,
+                    47.57504
                 ],
                 [
-                    -72.2261785,
-                    18.6713693
+                    19.11779,
+                    47.58375
                 ],
                 [
-                    -72.2256032,
-                    18.670881
+                    19.11774,
+                    47.5844
                 ],
                 [
-                    -72.2255073,
-                    18.6694502
+                    19.11844,
+                    47.58512
                 ],
                 [
-                    -72.2261066,
-                    18.6696886
+                    19.12,
+                    47.58924
                 ],
                 [
-                    -72.2261785,
-                    18.6695949
+                    19.12008,
+                    47.59563
                 ],
                 [
-                    -72.2259837,
-                    18.6695495
+                    19.1206,
+                    47.59856
                 ],
                 [
-                    -72.225777,
-                    18.6691379
+                    19.12127,
+                    47.59952
                 ],
                 [
-                    -72.2253335,
-                    18.6694643
+                    19.12266,
+                    47.6004
                 ],
                 [
-                    -72.2249739,
-                    18.66947
+                    19.12436,
+                    47.6008
                 ],
                 [
-                    -72.2245783,
-                    18.6678802
+                    19.1255,
+                    47.60048
                 ],
                 [
-                    -72.2235525,
-                    18.6677046
+                    19.12577,
+                    47.5997
                 ],
                 [
-                    -72.2235907,
-                    18.6675921
+                    19.128,
+                    47.59885
                 ],
                 [
-                    -72.2224634,
-                    18.6676283
+                    19.13058,
+                    47.59898
                 ],
                 [
-                    -72.2223659,
-                    18.667022
+                    19.13768,
+                    47.60057
                 ],
                 [
-                    -72.2223277,
-                    18.6670943
+                    19.13874,
+                    47.60043
                 ],
                 [
-                    -72.2219209,
-                    18.667026
+                    19.14144,
+                    47.59639
                 ],
                 [
-                    -72.2208105,
-                    18.6669015
+                    19.14122,
+                    47.59568
                 ],
                 [
-                    -72.220809,
-                    18.6665325
+                    19.14023,
+                    47.59527
                 ],
                 [
-                    -72.2208705,
-                    18.6663593
+                    19.15557,
+                    47.58499
                 ],
                 [
-                    -72.2206023,
-                    18.6668107
+                    19.15413,
+                    47.58389
                 ],
                 [
-                    -72.2203895,
-                    18.6666361
+                    19.15329,
+                    47.58013
                 ],
                 [
-                    -72.2184341,
-                    18.6650535
+                    19.15344,
+                    47.57918
                 ],
                 [
-                    -72.21829,
-                    18.6640979
+                    19.15499,
+                    47.57884
                 ],
                 [
-                    -72.2183493,
-                    18.6608376
+                    19.16043,
+                    47.57871
                 ],
                 [
-                    -72.2187223,
-                    18.6606541
+                    19.16043,
+                    47.57583
                 ],
                 [
-                    -72.2186894,
-                    18.660603
+                    19.16213,
+                    47.57583
                 ],
                 [
-                    -72.2187253,
-                    18.6604525
+                    19.16196,
+                    47.57383
                 ],
                 [
-                    -72.2189771,
-                    18.6603247
+                    19.17573,
+                    47.56442
                 ],
                 [
-                    -72.2187823,
-                    18.6601998
+                    19.17511,
+                    47.56345
                 ],
                 [
-                    -72.2186984,
-                    18.6602367
+                    19.16356,
+                    47.55986
                 ],
                 [
-                    -72.2185815,
-                    18.6600352
+                    19.16295,
+                    47.5594
                 ],
                 [
-                    -72.2186085,
-                    18.6600039
+                    19.17589,
+                    47.55134
                 ],
                 [
-                    -72.2187823,
-                    18.6601345
+                    19.18156,
+                    47.54896
                 ],
                 [
-                    -72.218995,
-                    18.6600181
+                    19.18205,
+                    47.5483
                 ],
                 [
-                    -72.2189111,
-                    18.6599131
+                    19.18165,
+                    47.54762
                 ],
                 [
-                    -72.2189681,
-                    18.6597938
+                    19.16905,
+                    47.53994
                 ],
                 [
-                    -72.2183807,
-                    18.6595837
+                    19.15316,
+                    47.52885
                 ],
                 [
-                    -72.2184728,
-                    18.6539662
+                    19.14747,
+                    47.52584
                 ],
                 [
-                    -72.2201001,
-                    18.6511554
+                    19.14691,
+                    47.52332
                 ],
                 [
-                    -72.225796,
-                    18.6469472
+                    19.14947,
+                    47.52059
                 ],
                 [
-                    -72.2283048,
-                    18.6457265
+                    19.15581,
+                    47.51256
                 ],
                 [
-                    -72.2379335,
-                    18.645855
+                    19.1572,
+                    47.51155
                 ],
                 [
-                    -72.237764,
-                    18.6446985
+                    19.15697,
+                    47.51051
                 ],
                 [
-                    -72.2400355,
-                    18.6432529
+                    19.15885,
+                    47.50566
                 ],
                 [
-                    -72.2455958,
-                    18.6433493
+                    19.15866,
+                    47.50493
                 ],
                 [
-                    -72.2482742,
-                    18.6450358
+                    19.15793,
+                    47.50438
                 ],
                 [
-                    -72.2487488,
-                    18.6436705
+                    19.10292,
+                    47.49828
                 ],
                 [
-                    -72.2511067,
-                    18.6429775
+                    19.1016,
+                    47.49846
                 ],
                 [
-                    -72.2512385,
-                    18.6433409
+                    19.10057,
+                    47.49914
                 ],
                 [
-                    -72.2512625,
-                    18.6431592
+                    19.09185,
+                    47.5003
                 ],
                 [
-                    -72.2514843,
-                    18.6431365
+                    19.08953,
+                    47.50117
                 ],
                 [
-                    -72.2513284,
-                    18.6429718
+                    19.07138,
+                    47.51722
                 ],
                 [
-                    -72.2533602,
-                    18.6423471
+                    19.06794,
+                    47.51558
                 ],
                 [
-                    -72.253516,
-                    18.6426765
+                    19.06631,
+                    47.51529
                 ],
                 [
-                    -72.2539535,
-                    18.6425402
+                    19.06522,
+                    47.51545
                 ],
                 [
-                    -72.2541453,
-                    18.642932
+                    19.06347,
+                    47.51668
                 ],
                 [
-                    -72.2543851,
-                    18.6428696
+                    19.06072,
+                    47.51512
                 ],
                 [
-                    -72.2543791,
-                    18.6427503
+                    19.05709,
+                    47.51044
                 ],
                 [
-                    -72.2564168,
-                    18.6423244
+                    19.05567,
+                    47.50992
                 ],
                 [
-                    -72.2566925,
-                    18.6431365
+                    19.05417,
+                    47.50997
                 ],
                 [
-                    -72.2568783,
-                    18.6428582
+                    19.04318,
+                    47.51383
                 ],
                 [
-                    -72.2568184,
-                    18.6425288
+                    19.04093,
+                    47.51397
                 ],
                 [
-                    -72.258843,
-                    18.6420991
+                    19.04045,
+                    47.51449
                 ],
                 [
-                    -72.258885,
-                    18.6422467
+                    19.03916,
+                    47.51909
                 ],
                 [
-                    -72.2592626,
-                    18.6422297
+                    19.03898,
+                    47.52143
                 ],
                 [
-                    -72.2596461,
-                    18.6424057
+                    19.03938,
+                    47.52358
                 ],
                 [
-                    -72.2592206,
-                    18.6406907
+                    19.04081,
+                    47.52649
                 ],
                 [
-                    -72.2599545,
-                    18.6404815
+                    19.0408,
+                    47.53092
                 ],
                 [
-                    -72.2601156,
-                    18.6406341
+                    19.02088,
+                    47.53091
                 ],
                 [
-                    -72.2601156,
-                    18.6399393
+                    19.02088,
+                    47.529
                 ],
                 [
-                    -72.2615268,
-                    18.6394669
+                    19.0172,
+                    47.52866
                 ],
                 [
-                    -72.2626056,
-                    18.6391034
+                    19.01684,
+                    47.52876
                 ],
                 [
-                    -72.2654465,
-                    18.6387286
+                    19.01453,
+                    47.53356
                 ],
                 [
-                    -72.2719433,
-                    18.6386832
+                    19.01459,
+                    47.5347
                 ],
                 [
-                    -72.272201,
-                    18.6388649
+                    19.01373,
+                    47.5348
                 ],
                 [
-                    -72.2730341,
-                    18.6394158
+                    19.01167,
+                    47.53786
                 ],
                 [
-                    -72.273166,
-                    18.6412558
+                    19.01055,
+                    47.53839
                 ],
                 [
-                    -72.2738732,
-                    18.6410286
+                    19.0051,
+                    47.53978
                 ],
                 [
-                    -72.2742208,
-                    18.6416079
+                    19.00501,
+                    47.54075
                 ],
                 [
-                    -72.2752187,
-                    18.6416987
+                    19.00761,
+                    47.54245
                 ],
                 [
-                    -72.2754524,
-                    18.6415738
+                    19.00684,
+                    47.54297
                 ],
                 [
-                    -72.2755513,
-                    18.6416874
+                    19.00684,
+                    47.54385
                 ],
                 [
-                    -72.2755394,
-                    18.6417527
+                    19.00525,
+                    47.54499
                 ],
                 [
-                    -72.2764713,
-                    18.6418634
+                    19.0053,
+                    47.5455
                 ],
                 [
-                    -72.276753,
-                    18.6418975
+                    19.00462,
+                    47.54557
                 ],
                 [
-                    -72.2762953,
-                    18.6426002
+                    19.00434,
+                    47.54599
                 ],
                 [
-                    -72.2774226,
-                    18.6429978
+                    19.00261,
+                    47.55075
                 ],
                 [
-                    -72.277982,
-                    18.6427247
+                    18.99714,
+                    47.55468
                 ],
                 [
-                    -72.2785796,
-                    18.6431303
+                    18.99466,
+                    47.55877
                 ],
                 [
-                    -72.2785669,
-                    18.6432307
+                    18.99244,
+                    47.5605
                 ],
                 [
-                    -72.2789017,
-                    18.6433471
+                    18.99173,
+                    47.56266
                 ],
                 [
-                    -72.279851,
-                    18.6439655
+                    18.99105,
+                    47.56278
                 ],
                 [
-                    -72.2858703,
-                    18.6469651
-                ]
-            ],
-            [
-                [
-                    -72.5557247,
-                    18.5305893
+                    18.986,
+                    47.56863
                 ],
                 [
-                    -72.5555866,
-                    18.5367036
+                    18.97914,
+                    47.57257
                 ],
                 [
-                    -72.554995,
-                    18.537975
+                    18.97675,
+                    47.57301
                 ],
                 [
-                    -72.5488026,
-                    18.537919
+                    18.97622,
+                    47.57444
                 ],
                 [
-                    -72.5486646,
-                    18.5372832
+                    18.97677,
+                    47.57463
                 ],
                 [
-                    -72.548842,
-                    18.5306267
+                    18.97641,
+                    47.57596
                 ],
                 [
-                    -72.5493745,
-                    18.5301031
+                    18.98247,
+                    47.58127
                 ],
                 [
-                    -72.555133,
-                    18.5301218
-                ]
-            ],
-            [
-                [
-                    -72.6235278,
-                    18.5079877
+                    18.98227,
+                    47.58198
                 ],
                 [
-                    -72.6234441,
-                    18.5095217
+                    18.98276,
+                    47.58283
                 ],
                 [
-                    -72.6226074,
-                    18.5104341
+                    18.97695,
+                    47.58448
                 ],
                 [
-                    -72.6204878,
-                    18.511849
+                    18.97645,
+                    47.58485
                 ],
                 [
-                    -72.6183403,
-                    18.5107514
+                    18.97639,
+                    47.58555
                 ],
                 [
-                    -72.6162207,
-                    18.5083183
+                    18.98285,
+                    47.58936
                 ],
                 [
-                    -72.6162625,
-                    18.506467
+                    18.9841,
+                    47.58929
                 ],
                 [
-                    -72.618661,
-                    18.5044438
+                    18.99076,
+                    47.58612
                 ],
                 [
-                    -72.6204041,
-                    18.5044967
+                    18.99375,
+                    47.58507
                 ],
                 [
-                    -72.6228305,
-                    18.506996
-                ]
-            ]
-        ]
-    },
-    {
-        "name": "Interspect ortofotó 2014",
-        "type": "tms",
-        "description": "Four districts of Budapest: III, XIII, XIV, XV",
-        "template": "http://geoserver.infobex.hu/Budapest2014/IST/{zoom}/{x}/{y}.jpg",
-        "scaleExtent": [
-            10,
-            21
-        ],
-        "polygon": [
-            [
+                    18.99618,
+                    47.58645
+                ],
                 [
-                    19.04642,
-                    47.61098
+                    18.99727,
+                    47.58664
                 ],
                 [
-                    19.05375,
-                    47.60995
+                    19.00068,
+                    47.58457
                 ],
                 [
-                    19.06033,
-                    47.61037
+                    19.0016,
+                    47.58438
                 ],
                 [
-                    19.06022,
-                    47.61009
+                    19.00892,
+                    47.58637
                 ],
                 [
-                    19.06091,
-                    47.61023
+                    19.01088,
+                    47.58637
                 ],
                 [
-                    19.0755,
-                    47.60835
+                    19.01088,
+                    47.5869
                 ],
                 [
-                    19.07796,
-                    47.60718
+                    19.01264,
+                    47.58738
                 ],
                 [
-                    19.07773,
-                    47.60627
+                    19.02151,
+                    47.58876
                 ],
                 [
-                    19.07599,
-                    47.60433
+                    19.02593,
+                    47.58914
                 ],
                 [
-                    19.07337,
-                    47.59906
+                    19.03271,
+                    47.5883
                 ],
                 [
-                    19.07232,
-                    47.59332
+                    19.03199,
+                    47.59087
                 ],
                 [
-                    19.0723,
-                    47.58865
+                    19.03113,
+                    47.59163
                 ],
                 [
-                    19.0693,
-                    47.5798
+                    19.03125,
+                    47.59276
                 ],
                 [
-                    19.06891,
-                    47.57742
+                    19.02883,
+                    47.59838
                 ],
                 [
-                    19.06949,
-                    47.57211
+                    19.02808,
+                    47.59978
                 ],
                 [
-                    19.06623,
-                    47.56375
+                    19.0239,
+                    47.60425
                 ],
                 [
-                    19.06717,
-                    47.56427
+                    19.02393,
+                    47.60498
                 ],
                 [
-                    19.0692,
-                    47.56456
+                    19.02531,
+                    47.60575
                 ],
                 [
-                    19.06992,
-                    47.56418
+                    19.03768,
+                    47.6104
                 ],
                 [
-                    19.07011,
-                    47.56363
-                ],
+                    19.04642,
+                    47.61098
+                ]
+            ]
+        ],
+        "terms_url": "http://interspect.hu/",
+        "terms_text": "Interspect Kft."
+    },
+    {
+        "name": "Ireland Bartholomew Quarter-Inch 1940",
+        "type": "tms",
+        "template": "http://geo.nls.uk/maps/ireland/bartholomew/{zoom}/{x}/{-y}.png",
+        "scaleExtent": [
+            5,
+            13
+        ],
+        "polygon": [
+            [
                 [
-                    19.07785,
-                    47.56148
+                    -8.8312773,
+                    55.3963337
                 ],
                 [
-                    19.07986,
-                    47.56053
+                    -7.3221271,
+                    55.398605
                 ],
                 [
-                    19.08359,
-                    47.55604
+                    -7.2891331,
+                    55.4333162
                 ],
                 [
-                    19.08516,
-                    47.5548
+                    -7.2368042,
+                    55.4530757
                 ],
                 [
-                    19.08601,
-                    47.5551
+                    -7.18881,
+                    55.4497995
                 ],
                 [
-                    19.08703,
-                    47.55488
+                    -7.1528144,
+                    55.3968384
                 ],
                 [
-                    19.0984,
-                    47.54666
+                    -6.90561,
+                    55.394903
                 ],
                 [
-                    19.09974,
-                    47.54692
+                    -6.9047153,
+                    55.3842114
                 ],
                 [
-                    19.10094,
-                    47.54656
+                    -5.8485282,
+                    55.3922956
                 ],
                 [
-                    19.1015,
-                    47.54593
+                    -5.8378629,
+                    55.248676
                 ],
                 [
-                    19.1015,
-                    47.54523
+                    -5.3614762,
+                    55.2507024
                 ],
                 [
-                    19.10255,
-                    47.54458
+                    -5.3899172,
+                    53.8466464
                 ],
                 [
-                    19.10939,
-                    47.56255
+                    -5.8734141,
+                    53.8487436
                 ],
                 [
-                    19.10917,
-                    47.56324
+                    -5.8983,
+                    52.8256258
                 ],
                 [
-                    19.11193,
-                    47.57058
+                    -6.0191742,
+                    52.8256258
                 ],
                 [
-                    19.11235,
-                    47.57087
+                    -6.0262844,
+                    51.7712367
                 ],
                 [
-                    19.11271,
-                    47.57297
+                    -8.1131422,
+                    51.7712367
                 ],
                 [
-                    19.11382,
-                    47.57379
+                    -8.1273627,
+                    51.3268839
                 ],
                 [
-                    19.1144,
-                    47.57504
+                    -10.6052842,
+                    51.3091083
                 ],
                 [
-                    19.11779,
-                    47.58375
+                    -10.6271879,
+                    52.0328254
                 ],
                 [
-                    19.11774,
-                    47.5844
+                    -10.6469845,
+                    52.0322454
                 ],
                 [
-                    19.11844,
-                    47.58512
+                    -10.6469845,
+                    52.0440365
                 ],
                 [
-                    19.12,
-                    47.58924
+                    -10.6271879,
+                    52.0448095
                 ],
                 [
-                    19.12008,
-                    47.59563
+                    -10.6290733,
+                    52.0745627
                 ],
                 [
-                    19.1206,
-                    47.59856
+                    -10.6699234,
+                    52.0743695
                 ],
                 [
-                    19.12127,
-                    47.59952
+                    -10.6702376,
+                    52.0876941
                 ],
                 [
-                    19.12266,
-                    47.6004
+                    -10.6312729,
+                    52.0898179
                 ],
                 [
-                    19.12436,
-                    47.6008
+                    -10.6393128,
+                    52.4147202
                 ],
                 [
-                    19.1255,
-                    47.60048
+                    -10.3137689,
+                    52.4185533
                 ],
                 [
-                    19.12577,
-                    47.5997
+                    -10.3166401,
+                    53.3341342
                 ],
                 [
-                    19.128,
-                    47.59885
+                    -10.3699669,
+                    53.3330727
                 ],
                 [
-                    19.13058,
-                    47.59898
+                    -10.385965,
+                    54.3534472
                 ],
                 [
-                    19.13768,
-                    47.60057
+                    -8.8163777,
+                    54.3586265
                 ],
                 [
-                    19.13874,
-                    47.60043
+                    -8.8173427,
+                    54.6595721
                 ],
                 [
-                    19.14144,
-                    47.59639
+                    -8.8413398,
+                    54.6616284
                 ],
                 [
-                    19.14122,
-                    47.59568
+                    -8.8422286,
+                    54.6929749
                 ],
                 [
-                    19.14023,
-                    47.59527
+                    -8.8315632,
+                    54.7145436
                 ],
                 [
-                    19.15557,
-                    47.58499
-                ],
+                    -8.8151208,
+                    54.7145436
+                ]
+            ]
+        ],
+        "terms_url": "http://geo.nls.uk/maps/",
+        "terms_text": "National Library of Scotland Historic Maps"
+    },
+    {
+        "name": "Ireland British War Office 1:25k GSGS 3906",
+        "type": "tms",
+        "template": "http://mapwarper.net/layers/tile/101/{zoom}/{x}/{y}.png",
+        "scaleExtent": [
+            0,
+            18
+        ],
+        "polygon": [
+            [
                 [
-                    19.15413,
-                    47.58389
+                    -10.71,
+                    51.32
                 ],
                 [
-                    19.15329,
-                    47.58013
+                    -10.71,
+                    55.46
                 ],
                 [
-                    19.15344,
-                    47.57918
+                    -5.37,
+                    55.46
                 ],
                 [
-                    19.15499,
-                    47.57884
+                    -5.37,
+                    51.32
                 ],
                 [
-                    19.16043,
-                    47.57871
-                ],
+                    -10.71,
+                    51.32
+                ]
+            ]
+        ],
+        "terms_url": "http://wiki.openstreetmap.org/wiki/WikiProject_Ireland#Trinity_College_Dublin",
+        "terms_text": "Glucksman Map Library, Trinity College Dublin",
+        "id": "GSGS3906"
+    },
+    {
+        "name": "Ireland British War Office One-Inch 1941-43 GSGS 4136",
+        "type": "tms",
+        "template": "http://geo.nls.uk/maps/ireland/gsgs4136/{zoom}/{x}/{-y}.png",
+        "scaleExtent": [
+            5,
+            15
+        ],
+        "polygon": [
+            [
                 [
-                    19.16043,
-                    47.57583
+                    -10.0847426,
+                    51.4147902
                 ],
                 [
-                    19.16213,
-                    47.57583
+                    -10.0906535,
+                    51.5064103
                 ],
                 [
-                    19.16196,
-                    47.57383
+                    -10.4564222,
+                    51.5003961
                 ],
                 [
-                    19.17573,
-                    47.56442
+                    -10.5005905,
+                    52.3043019
                 ],
                 [
-                    19.17511,
-                    47.56345
+                    -10.0837522,
+                    52.312741
                 ],
                 [
-                    19.16356,
-                    47.55986
+                    -10.0840973,
+                    52.3404698
                 ],
                 [
-                    19.16295,
-                    47.5594
+                    -10.055802,
+                    52.3408915
                 ],
                 [
-                    19.17589,
-                    47.55134
+                    -10.0768509,
+                    52.7628238
                 ],
                 [
-                    19.18156,
-                    47.54896
+                    -9.7780248,
+                    52.7684611
                 ],
                 [
-                    19.18205,
-                    47.5483
+                    -9.7818205,
+                    52.8577261
                 ],
                 [
-                    19.18165,
-                    47.54762
+                    -9.6337877,
+                    52.8596012
                 ],
                 [
-                    19.16905,
-                    47.53994
+                    -9.6449626,
+                    53.1294502
                 ],
                 [
-                    19.15316,
-                    47.52885
+                    -10.0919663,
+                    53.1227152
                 ],
                 [
-                    19.14747,
-                    47.52584
+                    -10.1051422,
+                    53.3912913
                 ],
                 [
-                    19.14691,
-                    47.52332
+                    -10.4052593,
+                    53.3866349
                 ],
                 [
-                    19.14947,
-                    47.52059
+                    -10.4530828,
+                    54.193502
                 ],
                 [
-                    19.15581,
-                    47.51256
+                    -10.2998523,
+                    54.1974988
                 ],
                 [
-                    19.1572,
-                    47.51155
+                    -10.3149801,
+                    54.4669592
                 ],
                 [
-                    19.15697,
-                    47.51051
+                    -8.9276095,
+                    54.4853897
                 ],
                 [
-                    19.15885,
-                    47.50566
+                    -8.9339534,
+                    54.7546562
                 ],
                 [
-                    19.15866,
-                    47.50493
+                    -8.7773069,
+                    54.755501
                 ],
                 [
-                    19.15793,
-                    47.50438
+                    -8.7826749,
+                    55.0252208
                 ],
                 [
-                    19.10292,
-                    47.49828
+                    -8.9402974,
+                    55.0238221
                 ],
                 [
-                    19.1016,
-                    47.49846
+                    -8.9451773,
+                    55.2934155
                 ],
                 [
-                    19.10057,
-                    47.49914
+                    -7.528039,
+                    55.2970274
                 ],
                 [
-                    19.09185,
-                    47.5003
+                    -7.525599,
+                    55.3874955
                 ],
                 [
-                    19.08953,
-                    47.50117
+                    -7.0541955,
+                    55.3841691
                 ],
                 [
-                    19.07138,
-                    47.51722
+                    -7.0556595,
+                    55.2939712
                 ],
                 [
-                    19.06794,
-                    47.51558
+                    -6.3241545,
+                    55.2859128
                 ],
                 [
-                    19.06631,
-                    47.51529
+                    -6.3217146,
+                    55.3253556
                 ],
                 [
-                    19.06522,
-                    47.51545
+                    -6.1035807,
+                    55.3223016
                 ],
                 [
-                    19.06347,
-                    47.51668
+                    -6.1045566,
+                    55.2828557
                 ],
                 [
-                    19.06072,
-                    47.51512
+                    -5.7985836,
+                    55.2772968
                 ],
                 [
-                    19.05709,
-                    47.51044
+                    -5.8117595,
+                    55.0087135
                 ],
                 [
-                    19.05567,
-                    47.50992
+                    -5.656577,
+                    55.0056351
                 ],
                 [
-                    19.05417,
-                    47.50997
+                    -5.6721928,
+                    54.7355021
                 ],
                 [
-                    19.04318,
-                    47.51383
+                    -5.3618278,
+                    54.729585
                 ],
                 [
-                    19.04093,
-                    47.51397
+                    -5.3964755,
+                    54.1917889
                 ],
                 [
-                    19.04045,
-                    47.51449
+                    -5.855679,
+                    54.2017807
                 ],
                 [
-                    19.03916,
-                    47.51909
+                    -5.9220464,
+                    52.8524504
                 ],
                 [
-                    19.03898,
-                    47.52143
+                    -6.070885,
+                    52.8551025
                 ],
                 [
-                    19.03938,
-                    47.52358
+                    -6.1030927,
+                    52.1373337
                 ],
                 [
-                    19.04081,
-                    47.52649
+                    -6.8331336,
+                    52.1463183
                 ],
                 [
-                    19.0408,
-                    47.53092
+                    -6.8355736,
+                    52.0578908
                 ],
                 [
-                    19.02088,
-                    47.53091
+                    -7.5641506,
+                    52.0617913
                 ],
                 [
-                    19.02088,
-                    47.529
+                    -7.5661026,
+                    51.7921593
                 ],
                 [
-                    19.0172,
-                    47.52866
+                    -8.147305,
+                    51.792763
                 ],
                 [
-                    19.01684,
-                    47.52876
+                    -8.146329,
+                    51.7033331
                 ],
                 [
-                    19.01453,
-                    47.53356
+                    -8.2912636,
+                    51.7027283
                 ],
                 [
-                    19.01459,
-                    47.5347
+                    -8.2897996,
+                    51.5227274
                 ],
                 [
-                    19.01373,
-                    47.5348
+                    -9.1174397,
+                    51.516958
                 ],
                 [
-                    19.01167,
-                    47.53786
+                    -9.1179277,
+                    51.4625685
                 ],
                 [
-                    19.01055,
-                    47.53839
+                    -9.3692452,
+                    51.4616564
                 ],
                 [
-                    19.0051,
-                    47.53978
+                    -9.3672933,
+                    51.4254613
+                ]
+            ]
+        ],
+        "terms_url": "http://geo.nls.uk/maps/",
+        "terms_text": "National Library of Scotland Historic Maps",
+        "id": "GSGS4136"
+    },
+    {
+        "name": "Ireland EEA CORINE 2006",
+        "type": "tms",
+        "template": "http://a.tile.openstreetmap.ie/tiles/corine/{zoom}/{x}/{y}.png",
+        "scaleExtent": [
+            5,
+            16
+        ],
+        "polygon": [
+            [
+                [
+                    -5.842956,
+                    53.8627976
                 ],
                 [
-                    19.00501,
-                    47.54075
+                    -5.8341575,
+                    53.7633541
                 ],
                 [
-                    19.00761,
-                    47.54245
+                    -5.6267647,
+                    53.5383692
                 ],
                 [
-                    19.00684,
-                    47.54297
+                    -5.9648778,
+                    52.1631197
                 ],
                 [
-                    19.00684,
-                    47.54385
+                    -6.0453211,
+                    52.0527275
                 ],
                 [
-                    19.00525,
-                    47.54499
+                    -6.1823261,
+                    51.9699475
                 ],
                 [
-                    19.0053,
-                    47.5455
+                    -6.3960035,
+                    51.9234618
                 ],
                 [
-                    19.00462,
-                    47.54557
+                    -6.5945978,
+                    51.883911
                 ],
                 [
-                    19.00434,
-                    47.54599
+                    -7.2481994,
+                    51.9056295
                 ],
                 [
-                    19.00261,
-                    47.55075
+                    -7.341212,
+                    51.8148076
                 ],
                 [
-                    18.99714,
-                    47.55468
+                    -8.1971787,
+                    51.5037019
                 ],
                 [
-                    18.99466,
-                    47.55877
+                    -8.3191005,
+                    51.4167737
                 ],
                 [
-                    18.99244,
-                    47.5605
+                    -9.4478202,
+                    51.1991221
                 ],
                 [
-                    18.99173,
-                    47.56266
+                    -9.9015706,
+                    51.2266802
                 ],
                 [
-                    18.99105,
-                    47.56278
+                    -10.472215,
+                    51.4050139
                 ],
                 [
-                    18.986,
-                    47.56863
+                    -10.8857437,
+                    51.6770619
                 ],
                 [
-                    18.97914,
-                    47.57257
+                    -11.035318,
+                    52.0620016
                 ],
                 [
-                    18.97675,
-                    47.57301
+                    -10.9950963,
+                    52.1831616
                 ],
                 [
-                    18.97622,
-                    47.57444
+                    -10.8178697,
+                    52.3139827
                 ],
                 [
-                    18.97677,
-                    47.57463
+                    -9.8839736,
+                    52.9032208
                 ],
                 [
-                    18.97641,
-                    47.57596
+                    -10.1165049,
+                    52.9676141
                 ],
                 [
-                    18.98247,
-                    47.58127
+                    -10.5514014,
+                    53.3317027
                 ],
                 [
-                    18.98227,
-                    47.58198
+                    -10.6896633,
+                    53.5854022
                 ],
                 [
-                    18.98276,
-                    47.58283
+                    -10.6444139,
+                    54.0100436
                 ],
                 [
-                    18.97695,
-                    47.58448
+                    -10.5501445,
+                    54.257482
                 ],
                 [
-                    18.97645,
-                    47.58485
+                    -10.2824192,
+                    54.4742405
                 ],
                 [
-                    18.97639,
-                    47.58555
+                    -9.8073011,
+                    54.5705346
                 ],
                 [
-                    18.98285,
-                    47.58936
+                    -9.196435,
+                    54.5486695
                 ],
                 [
-                    18.9841,
-                    47.58929
+                    -9.2253443,
+                    54.7000264
                 ],
                 [
-                    18.99076,
-                    47.58612
+                    -8.8985435,
+                    55.1363582
                 ],
                 [
-                    18.99375,
-                    47.58507
+                    -8.0476045,
+                    55.4711977
                 ],
                 [
-                    18.99618,
-                    47.58645
+                    -7.4367384,
+                    55.6191092
                 ],
                 [
-                    18.99727,
-                    47.58664
+                    -7.2205471,
+                    55.6205288
                 ],
                 [
-                    19.00068,
-                    47.58457
+                    -6.8258723,
+                    55.5608644
                 ],
                 [
-                    19.0016,
-                    47.58438
+                    -6.0679458,
+                    55.3727567
                 ],
                 [
-                    19.00892,
-                    47.58637
+                    -5.5639184,
+                    55.0759594
                 ],
                 [
-                    19.01088,
-                    47.58637
+                    -5.0649187,
+                    54.4640142
                 ],
                 [
-                    19.01088,
-                    47.5869
-                ],
+                    -5.2572284,
+                    54.1582424
+                ]
+            ]
+        ],
+        "terms_url": "http://www.eea.europa.eu/data-and-maps/data/clc-2006-vector-data-version-1",
+        "terms_text": "EEA Corine 2006"
+    },
+    {
+        "name": "Ireland EEA GMES Urban Atlas",
+        "type": "tms",
+        "template": "http://a.tile.openstreetmap.ie/tiles/urbanatlas/{zoom}/{x}/{y}.png",
+        "scaleExtent": [
+            5,
+            17
+        ],
+        "polygon": [
+            [
                 [
-                    19.01264,
-                    47.58738
+                    -9.2759602,
+                    52.7993666
                 ],
                 [
-                    19.02151,
-                    47.58876
+                    -9.215509,
+                    52.8276933
                 ],
                 [
-                    19.02593,
-                    47.58914
+                    -9.1086618,
+                    52.9128016
                 ],
                 [
-                    19.03271,
-                    47.5883
+                    -9.0196831,
+                    52.8837107
                 ],
                 [
-                    19.03199,
-                    47.59087
+                    -8.8760649,
+                    52.8978445
                 ],
                 [
-                    19.03113,
-                    47.59163
+                    -8.8001797,
+                    52.8833558
                 ],
                 [
-                    19.03125,
-                    47.59276
+                    -8.7665597,
+                    52.9065354
                 ],
                 [
-                    19.02883,
-                    47.59838
+                    -8.5938079,
+                    52.9238592
                 ],
                 [
-                    19.02808,
-                    47.59978
+                    -8.5241972,
+                    52.8869724
                 ],
                 [
-                    19.0239,
-                    47.60425
+                    -8.4956786,
+                    52.9105906
                 ],
                 [
-                    19.02393,
-                    47.60498
+                    -8.3506448,
+                    52.9238592
                 ],
                 [
-                    19.02531,
-                    47.60575
+                    -8.2718204,
+                    52.9492401
                 ],
                 [
-                    19.03768,
-                    47.6104
+                    -8.2249679,
+                    52.8991338
                 ],
                 [
-                    19.04642,
-                    47.61098
-                ]
-            ]
-        ],
-        "terms_url": "http://interspect.hu/",
-        "terms_text": "Interspect Kft."
-    },
-    {
-        "name": "Ireland Bartholomew Quarter-Inch 1940",
-        "type": "tms",
-        "template": "http://geo.nls.uk/maps/ireland/bartholomew/{zoom}/{x}/{-y}.png",
-        "scaleExtent": [
-            5,
-            13
-        ],
-        "polygon": [
-            [
-                [
-                    -8.8312773,
-                    55.3963337
+                    -8.1564001,
+                    52.9149986
                 ],
                 [
-                    -7.3221271,
-                    55.398605
+                    -8.0881237,
+                    52.7630417
                 ],
                 [
-                    -7.2891331,
-                    55.4333162
+                    -8.1360092,
+                    52.7239783
                 ],
                 [
-                    -7.2368042,
-                    55.4530757
+                    -8.1570652,
+                    52.6766443
                 ],
                 [
-                    -7.18881,
-                    55.4497995
+                    -8.2059695,
+                    52.6185385
                 ],
                 [
-                    -7.1528144,
-                    55.3968384
+                    -8.2025734,
+                    52.5954396
                 ],
                 [
-                    -6.90561,
-                    55.394903
+                    -8.2231242,
+                    52.5599691
                 ],
                 [
-                    -6.9047153,
-                    55.3842114
+                    -8.2236294,
+                    52.5095371
                 ],
                 [
-                    -5.8485282,
-                    55.3922956
+                    -8.2976651,
+                    52.5025088
                 ],
                 [
-                    -5.8378629,
-                    55.248676
+                    -8.3295888,
+                    52.4721087
                 ],
                 [
-                    -5.3614762,
-                    55.2507024
+                    -8.3589695,
+                    52.4986072
                 ],
                 [
-                    -5.3899172,
-                    53.8466464
+                    -8.3737385,
+                    52.4764529
                 ],
                 [
-                    -5.8734141,
-                    53.8487436
+                    -8.432326,
+                    52.4342609
                 ],
                 [
-                    -5.8983,
-                    52.8256258
+                    -8.4754569,
+                    52.4216289
                 ],
                 [
-                    -6.0191742,
-                    52.8256258
+                    -8.5017727,
+                    52.3870011
                 ],
                 [
-                    -6.0262844,
-                    51.7712367
+                    -8.5476205,
+                    52.3681351
                 ],
                 [
-                    -8.1131422,
-                    51.7712367
+                    -8.6444103,
+                    52.3376422
                 ],
                 [
-                    -8.1273627,
-                    51.3268839
+                    -8.6841451,
+                    52.3660614
                 ],
                 [
-                    -10.6052842,
-                    51.3091083
+                    -8.8154099,
+                    52.3721014
                 ],
                 [
-                    -10.6271879,
-                    52.0328254
+                    -8.8614233,
+                    52.3521652
                 ],
                 [
-                    -10.6469845,
-                    52.0322454
+                    -8.9074451,
+                    52.3824674
                 ],
                 [
-                    -10.6469845,
-                    52.0440365
+                    -8.9388551,
+                    52.3789166
                 ],
                 [
-                    -10.6271879,
-                    52.0448095
+                    -8.9782502,
+                    52.4093811
                 ],
                 [
-                    -10.6290733,
-                    52.0745627
+                    -9.0298715,
+                    52.4104169
                 ],
                 [
-                    -10.6699234,
-                    52.0743695
+                    -9.1059449,
+                    52.420981
                 ],
                 [
-                    -10.6702376,
-                    52.0876941
+                    -9.1084962,
+                    52.4415071
                 ],
                 [
-                    -10.6312729,
-                    52.0898179
+                    -9.140702,
+                    52.4650891
                 ],
                 [
-                    -10.6393128,
-                    52.4147202
+                    -9.1315765,
+                    52.5136207
                 ],
                 [
-                    -10.3137689,
-                    52.4185533
+                    -9.1739699,
+                    52.5620573
                 ],
                 [
-                    -10.3166401,
-                    53.3341342
+                    -9.1426235,
+                    52.589645
                 ],
                 [
-                    -10.3699669,
-                    53.3330727
+                    -9.1542382,
+                    52.610216
                 ],
                 [
-                    -10.385965,
-                    54.3534472
+                    -9.1426231,
+                    52.6387401
                 ],
                 [
-                    -8.8163777,
-                    54.3586265
+                    -9.1776844,
+                    52.6447573
                 ],
                 [
-                    -8.8173427,
-                    54.6595721
+                    -9.2012184,
+                    52.6526248
                 ],
                 [
-                    -8.8413398,
-                    54.6616284
+                    -9.2036198,
+                    52.6686468
                 ],
                 [
-                    -8.8422286,
-                    54.6929749
+                    -9.2238348,
+                    52.6706578
                 ],
                 [
-                    -8.8315632,
-                    54.7145436
+                    -9.2161072,
+                    52.6919412
                 ],
                 [
-                    -8.8151208,
-                    54.7145436
+                    -9.1882395,
+                    52.7057242
+                ],
+                [
+                    -9.2750099,
+                    52.7350292
+                ],
+                [
+                    -9.2601152,
+                    52.7616711
                 ]
-            ]
-        ],
-        "terms_url": "http://geo.nls.uk/maps/",
-        "terms_text": "National Library of Scotland Historic Maps"
-    },
-    {
-        "name": "Ireland British War Office 1:25k GSGS 3906",
-        "type": "tms",
-        "template": "http://mapwarper.net/layers/tile/101/{zoom}/{x}/{y}.png",
-        "scaleExtent": [
-            0,
-            18
-        ],
-        "polygon": [
+            ],
             [
                 [
-                    -10.71,
-                    51.32
+                    -7.307313219981238,
+                    53.81625879275365
                 ],
                 [
-                    -10.71,
-                    55.46
+                    -7.245858447032101,
+                    53.78300449111207
                 ],
                 [
-                    -5.37,
-                    55.46
+                    -7.15144468970801,
+                    53.81179938127503
                 ],
                 [
-                    -5.37,
-                    51.32
+                    -7.086900011973722,
+                    53.784424420834
                 ],
                 [
-                    -10.71,
-                    51.32
-                ]
-            ]
-        ],
-        "terms_url": "http://wiki.openstreetmap.org/wiki/WikiProject_Ireland#Trinity_College_Dublin",
-        "terms_text": "Glucksman Map Library, Trinity College Dublin",
-        "id": "GSGS3906"
-    },
-    {
-        "name": "Ireland British War Office One-Inch 1941-43 GSGS 4136",
-        "type": "tms",
-        "template": "http://geo.nls.uk/maps/ireland/gsgs4136/{zoom}/{x}/{-y}.png",
-        "scaleExtent": [
-            5,
-            15
-        ],
-        "polygon": [
-            [
+                    -7.0347149533800435,
+                    53.77996162275688
+                ],
                 [
-                    -10.0847426,
-                    51.4147902
+                    -6.975320116954343,
+                    53.788481098127924
                 ],
                 [
-                    -10.0906535,
-                    51.5064103
+                    -6.928628222423156,
+                    53.81443454540607
                 ],
                 [
-                    -10.4564222,
-                    51.5003961
+                    -6.992829577403537,
+                    53.86609081229548
                 ],
                 [
-                    -10.5005905,
-                    52.3043019
+                    -6.975320116954343,
+                    53.87945028968944
                 ],
                 [
-                    -10.0837522,
-                    52.312741
+                    -6.949914233165313,
+                    53.87094929783329
                 ],
                 [
-                    -10.0840973,
-                    52.3404698
+                    -6.9375546140247035,
+                    53.87540241385127
                 ],
                 [
-                    -10.055802,
-                    52.3408915
+                    -6.936867968516893,
+                    53.896649390754646
                 ],
                 [
-                    -10.0768509,
-                    52.7628238
+                    -6.897042529063821,
+                    53.889770599553906
                 ],
                 [
-                    -9.7780248,
-                    52.7684611
+                    -6.867516772227924,
+                    53.880259817835736
                 ],
                 [
-                    -9.7818205,
-                    52.8577261
+                    -6.851037280040446,
+                    53.88450958346468
                 ],
                 [
-                    -9.6337877,
-                    52.8596012
+                    -6.842454211192801,
+                    53.89786317755242
                 ],
                 [
-                    -9.6449626,
-                    53.1294502
+                    -6.812928454356904,
+                    53.90069520963246
                 ],
                 [
-                    -10.0919663,
-                    53.1227152
+                    -6.79850889869286,
+                    53.89280549994937
                 ],
                 [
-                    -10.1051422,
-                    53.3912913
+                    -6.789925829845217,
+                    53.89462633440526
                 ],
                 [
-                    -10.4052593,
-                    53.3866349
+                    -6.791985766368652,
+                    53.904538374710896
                 ],
                 [
-                    -10.4530828,
-                    54.193502
+                    -6.778939501720231,
+                    53.918087767078354
                 ],
                 [
-                    -10.2998523,
-                    54.1974988
+                    -6.77001311011868,
+                    53.91505470292794
                 ],
                 [
-                    -10.3149801,
-                    54.4669592
+                    -6.75868345923979,
+                    53.921727153244476
                 ],
                 [
-                    -8.9276095,
-                    54.4853897
+                    -6.744263903575747,
+                    53.916065748791254
                 ],
                 [
-                    -8.9339534,
-                    54.7546562
+                    -6.727441088634364,
+                    53.92334455637637
                 ],
                 [
-                    -8.7773069,
-                    54.755501
+                    -6.713021532970319,
+                    53.90777445003927
                 ],
                 [
-                    -8.7826749,
-                    55.0252208
+                    -6.684182421642232,
+                    53.90292024303218
                 ],
                 [
-                    -8.9402974,
-                    55.0238221
+                    -6.623757616954815,
+                    53.88187882710815
                 ],
                 [
-                    -8.9451773,
-                    55.2934155
+                    -6.590455309825955,
+                    53.857789593974296
                 ],
                 [
-                    -7.528039,
-                    55.2970274
+                    -6.591141955333765,
+                    53.835509894663346
                 ],
                 [
-                    -7.525599,
-                    55.3874955
+                    -6.574319140392382,
+                    53.82254170362619
                 ],
                 [
-                    -7.0541955,
-                    55.3841691
+                    -6.571572558361136,
+                    53.804703885117576
                 ],
                 [
-                    -7.0556595,
-                    55.2939712
+                    -6.5533764524041285,
+                    53.79983770791046
                 ],
                 [
-                    -6.3241545,
-                    55.2859128
+                    -6.541360156017425,
+                    53.78300449111207
                 ],
                 [
-                    -6.3217146,
-                    55.3253556
+                    -6.511491076427622,
+                    53.76900546961285
                 ],
                 [
-                    -6.1035807,
-                    55.3223016
+                    -6.472695605236269,
+                    53.77326653566421
                 ],
                 [
-                    -6.1045566,
-                    55.2828557
+                    -6.443513171154276,
+                    53.76393220797015
                 ],
                 [
-                    -5.7985836,
-                    55.2772968
+                    -6.44728972144724,
+                    53.75114486961979
                 ],
                 [
-                    -5.8117595,
-                    55.0087135
+                    -6.4775021237909485,
+                    53.728199094666586
                 ],
                 [
-                    -5.656577,
-                    55.0056351
+                    -6.459649340587848,
+                    53.71682309412751
                 ],
                 [
-                    -5.6721928,
-                    54.7355021
+                    -6.435616747814443,
+                    53.72230833571077
                 ],
                 [
-                    -5.3618278,
-                    54.729585
+                    -6.4198239011347775,
+                    53.72921465935537
                 ],
                 [
-                    -5.3964755,
-                    54.1917889
+                    -6.4009411496699595,
+                    53.72169889975152
                 ],
                 [
-                    -5.855679,
-                    54.2017807
+                    -6.375878588634836,
+                    53.718042098526006
                 ],
                 [
-                    -5.9220464,
-                    52.8524504
+                    -6.359055773693453,
+                    53.708695495259434
                 ],
                 [
-                    -6.070885,
-                    52.8551025
+                    -6.340173022228636,
+                    53.708085862042424
                 ],
                 [
-                    -6.1030927,
-                    52.1373337
+                    -6.329873339611461,
+                    53.71296268045594
                 ],
                 [
-                    -6.8331336,
-                    52.1463183
+                    -6.325753466564592,
+                    53.72210519137233
                 ],
                 [
-                    -6.8355736,
-                    52.0578908
+                    -6.2938244504513525,
+                    53.72576163932632
                 ],
                 [
-                    -7.5641506,
-                    52.0617913
+                    -6.265328661877173,
+                    53.7363229253304
                 ],
                 [
-                    -7.5661026,
-                    51.7921593
+                    -6.240952746349864,
+                    53.734292114843086
                 ],
                 [
-                    -8.147305,
-                    51.792763
+                    -6.180871264416349,
+                    53.632015710147016
                 ],
                 [
-                    -8.146329,
-                    51.7033331
+                    -6.092793818322125,
+                    53.588038288422446
                 ],
                 [
-                    -8.2912636,
-                    51.7027283
+                    -5.985734079608837,
+                    53.49383447350347
                 ],
                 [
-                    -8.2897996,
-                    51.5227274
+                    -6.0887447432153685,
+                    53.27174268379562
                 ],
                 [
-                    -9.1174397,
-                    51.516958
+                    -6.033272979232964,
+                    53.1191110041494
                 ],
                 [
-                    -9.1179277,
-                    51.4625685
+                    -5.984663357119282,
+                    52.9651254915577
                 ],
                 [
-                    -9.3692452,
-                    51.4616564
+                    -6.122679104189409,
+                    52.73207538466633
                 ],
                 [
-                    -9.3672933,
-                    51.4254613
-                ]
-            ]
-        ],
-        "terms_url": "http://geo.nls.uk/maps/",
-        "terms_text": "National Library of Scotland Historic Maps",
-        "id": "GSGS4136"
-    },
-    {
-        "name": "Ireland EEA CORINE 2006",
-        "type": "tms",
-        "template": "http://a.tile.openstreetmap.ie/tiles/corine/{zoom}/{x}/{y}.png",
-        "scaleExtent": [
-            5,
-            16
-        ],
-        "polygon": [
-            [
-                [
-                    -5.842956,
-                    53.8627976
+                    -6.185163845400262,
+                    52.73706461957944
                 ],
                 [
-                    -5.8341575,
-                    53.7633541
+                    -6.1899703639549415,
+                    52.76075568810044
                 ],
                 [
-                    -5.6267647,
-                    53.5383692
+                    -6.319059719423517,
+                    52.782357357522855
                 ],
                 [
-                    -5.9648778,
-                    52.1631197
+                    -6.393904079774976,
+                    52.7790347214105
                 ],
                 [
-                    -6.0453211,
-                    52.0527275
+                    -6.465315212587381,
+                    52.6946379192593
                 ],
                 [
-                    -6.1823261,
-                    51.9699475
+                    -6.534666408876349,
+                    52.673409093161446
                 ],
                 [
-                    -6.3960035,
-                    51.9234618
+                    -6.612257351259057,
+                    52.69255711803012
                 ],
                 [
-                    -6.5945978,
-                    51.883911
+                    -6.6692489284074155,
+                    52.74745702505679
                 ],
                 [
-                    -7.2481994,
-                    51.9056295
+                    -6.671308864930852,
+                    52.76948072949997
                 ],
                 [
-                    -7.341212,
-                    51.8148076
+                    -6.720747341493285,
+                    52.7748810695361
                 ],
                 [
-                    -8.1971787,
-                    51.5037019
+                    -6.71456753192298,
+                    52.80311808637125
                 ],
                 [
-                    -8.3191005,
-                    51.4167737
+                    -6.658949245790243,
+                    52.84709806982182
                 ],
                 [
-                    -9.4478202,
-                    51.1991221
+                    -6.582044948915348,
+                    52.81349473557279
                 ],
                 [
-                    -9.9015706,
-                    51.2266802
+                    -6.547712673524768,
+                    52.83133677935633
                 ],
                 [
-                    -10.472215,
-                    51.4050139
+                    -6.531233181337292,
+                    52.87404491274922
                 ],
                 [
-                    -10.8857437,
-                    51.6770619
+                    -6.617750515321548,
+                    52.87528820923615
                 ],
                 [
-                    -11.035318,
-                    52.0620016
+                    -6.728987087587023,
+                    52.90635903963372
                 ],
                 [
-                    -10.9950963,
-                    52.1831616
+                    -6.780485500672891,
+                    52.859122574848655
                 ],
                 [
-                    -10.8178697,
-                    52.3139827
+                    -6.870436062196207,
+                    52.85165948109425
                 ],
                 [
-                    -9.8839736,
-                    52.9032208
+                    -6.938413967469552,
+                    52.86658438536895
                 ],
                 [
-                    -10.1165049,
-                    52.9676141
+                    -6.965879787782016,
+                    52.89766145203082
                 ],
                 [
-                    -10.5514014,
-                    53.3317027
+                    -6.987852444031986,
+                    52.969260966642985
                 ],
                 [
-                    -10.6896633,
-                    53.5854022
+                    -7.039350857117853,
+                    52.9560260536776
                 ],
                 [
-                    -10.6444139,
-                    54.0100436
+                    -7.109388698914634,
+                    53.007288776633686
                 ],
                 [
-                    -10.5501445,
-                    54.257482
+                    -7.068876613953752,
+                    53.058078015357786
                 ],
                 [
-                    -10.2824192,
-                    54.4742405
+                    -7.088789333680287,
+                    53.11869890949892
                 ],
                 [
-                    -9.8073011,
-                    54.5705346
+                    -7.119688381531809,
+                    53.15000684568904
                 ],
                 [
-                    -9.196435,
-                    54.5486695
+                    -7.105955471375577,
+                    53.16112391039828
                 ],
                 [
-                    -9.2253443,
-                    54.7000264
+                    -7.127928127625547,
+                    53.17223809655703
                 ],
                 [
-                    -8.8985435,
-                    55.1363582
+                    -7.180113186219227,
+                    53.182526443342745
                 ],
                 [
-                    -8.0476045,
-                    55.4711977
+                    -7.160887112000503,
+                    53.19898266621498
                 ],
                 [
-                    -7.4367384,
-                    55.6191092
+                    -7.057890285828767,
+                    53.19898266621498
                 ],
                 [
-                    -7.2205471,
-                    55.6205288
+                    -7.048963894227218,
+                    53.217077217179636
                 ],
                 [
-                    -6.8258723,
-                    55.5608644
+                    -7.0915359157115345,
+                    53.235575105358386
                 ],
                 [
-                    -6.0679458,
-                    55.3727567
+                    -7.0434707301647235,
+                    53.25735126035676
                 ],
                 [
-                    -5.5639184,
-                    55.0759594
+                    -7.05102383075065,
+                    53.29717703664696
                 ],
                 [
-                    -5.0649187,
-                    54.4640142
+                    -6.996778835633536,
+                    53.31112780504489
                 ],
                 [
-                    -5.2572284,
-                    54.1582424
-                ]
-            ]
-        ],
-        "terms_url": "http://www.eea.europa.eu/data-and-maps/data/clc-2006-vector-data-version-1",
-        "terms_text": "EEA Corine 2006"
-    },
-    {
-        "name": "Ireland EEA GMES Urban Atlas",
-        "type": "tms",
-        "template": "http://a.tile.openstreetmap.ie/tiles/urbanatlas/{zoom}/{x}/{y}.png",
-        "scaleExtent": [
-            5,
-            17
-        ],
-        "polygon": [
-            [
+                    -7.044157375672535,
+                    53.33368557548294
+                ],
                 [
-                    -9.2759602,
-                    52.7993666
+                    -7.105955471375576,
+                    53.371801590024276
                 ],
                 [
-                    -9.215509,
-                    52.8276933
+                    -7.22050647653913,
+                    53.432465115081854
                 ],
                 [
-                    -9.1086618,
-                    52.9128016
+                    -7.149441429887032,
+                    53.45731709817442
                 ],
                 [
-                    -9.0196831,
-                    52.8837107
+                    -7.099891489102085,
+                    53.463915962572514
                 ],
                 [
-                    -8.8760649,
-                    52.8978445
+                    -7.0744645458045445,
+                    53.48370640260363
                 ],
                 [
-                    -8.8001797,
-                    52.8833558
+                    -7.079028356140001,
+                    53.504650927752664
                 ],
                 [
-                    -8.7665597,
-                    52.9065354
+                    -7.047733656696876,
+                    53.515119311359335
                 ],
                 [
-                    -8.5938079,
-                    52.9238592
+                    -7.029478415355053,
+                    53.54147267392419
                 ],
                 [
-                    -8.5241972,
-                    52.8869724
+                    -7.054253385747527,
+                    53.56471202500164
                 ],
                 [
-                    -8.4956786,
-                    52.9105906
+                    -7.009267255298033,
+                    53.58561652973758
                 ],
                 [
-                    -8.3506448,
-                    52.9238592
+                    -6.992641946218873,
+                    53.602642188744426
                 ],
                 [
-                    -8.2718204,
-                    52.9492401
+                    -6.989056095241016,
+                    53.62739453790707
                 ],
                 [
-                    -8.2249679,
-                    52.8991338
+                    -6.9717788132567895,
+                    53.63686620586593
                 ],
                 [
-                    -8.1564001,
-                    52.9149986
+                    -6.9633031654909425,
+                    53.650973114934644
                 ],
                 [
-                    -8.0881237,
-                    52.7630417
+                    -6.9871001765258205,
+                    53.66623418009986
                 ],
                 [
-                    -8.1360092,
-                    52.7239783
+                    -6.999813648174589,
+                    53.67086935885432
                 ],
                 [
-                    -8.1570652,
-                    52.6766443
+                    -7.008289295940436,
+                    53.65908728051006
                 ],
                 [
-                    -8.2059695,
-                    52.6185385
+                    -7.044473792171549,
+                    53.65367801032349
                 ],
                 [
-                    -8.2025734,
-                    52.5954396
+                    -7.066640870943764,
+                    53.63918547390694
                 ],
                 [
-                    -8.2231242,
-                    52.5599691
+                    -7.101847407817279,
+                    53.65870092708686
                 ],
                 [
-                    -8.2236294,
-                    52.5095371
+                    -7.120754622064167,
+                    53.672993645380515
                 ],
                 [
-                    -8.2976651,
-                    52.5025088
+                    -7.137379931143327,
+                    53.66893809633893
                 ],
                 [
-                    -8.3295888,
-                    52.4721087
+                    -7.160850955725672,
+                    53.683034277255075
                 ],
                 [
-                    -8.3589695,
-                    52.4986072
+                    -7.174216400279507,
+                    53.686316272406906
                 ],
                 [
-                    -8.3737385,
-                    52.4764529
+                    -7.196057492599188,
+                    53.69017711570491
                 ],
                 [
-                    -8.432326,
-                    52.4342609
+                    -7.210726882963154,
+                    53.69480966037566
                 ],
                 [
-                    -8.4754569,
-                    52.4216289
+                    -7.247237365646801,
+                    53.71661437518035
                 ],
                 [
-                    -8.5017727,
-                    52.3870011
+                    -7.239413690786019,
+                    53.73223735177976
                 ],
                 [
-                    -8.5476205,
-                    52.3681351
+                    -7.260276823748104,
+                    53.74361339729716
                 ],
                 [
-                    -8.6444103,
-                    52.3376422
+                    -7.2814659431627184,
+                    53.75922634307083
                 ],
                 [
-                    -8.6841451,
-                    52.3660614
+                    -7.289615604476034,
+                    53.77271433845693
                 ],
                 [
-                    -8.8154099,
-                    52.3721014
+                    -7.3238441819919515,
+                    53.78465723043301
                 ],
                 [
-                    -8.8614233,
-                    52.3521652
+                    -7.337209626545788,
+                    53.78658318504567
                 ],
                 [
-                    -8.9074451,
-                    52.3824674
+                    -7.351227044004687,
+                    53.80141007448381
                 ],
                 [
-                    -8.9388551,
-                    52.3789166
+                    -7.307313219981238,
+                    53.81625879275365
+                ]
+            ],
+            [
+                [
+                    -5.685433013282673,
+                    54.77854496390836
                 ],
                 [
-                    -8.9782502,
-                    52.4093811
+                    -5.696867084279401,
+                    54.73050346921268
                 ],
                 [
-                    -9.0298715,
-                    52.4104169
+                    -5.8223689524230124,
+                    54.70033215177621
                 ],
                 [
-                    -9.1059449,
-                    52.420981
+                    -5.878760568989772,
+                    54.649492182564074
                 ],
                 [
-                    -9.1084962,
-                    52.4415071
+                    -5.743404719024681,
+                    54.68128223623249
                 ],
                 [
-                    -9.140702,
-                    52.4650891
+                    -5.581196917402638,
+                    54.68781619319656
                 ],
                 [
-                    -9.1315765,
-                    52.5136207
+                    -5.571488953592992,
+                    54.67074450064368
                 ],
                 [
-                    -9.1739699,
-                    52.5620573
+                    -5.582915011231644,
+                    54.66440901595977
                 ],
                 [
-                    -9.1426235,
-                    52.589645
+                    -5.58291501123164,
+                    54.65085746679818
                 ],
                 [
-                    -9.1542382,
-                    52.610216
+                    -5.6086481910584185,
+                    54.63997082553691
                 ],
                 [
-                    -9.1426231,
-                    52.6387401
+                    -5.6354970593650116,
+                    54.61551371292451
                 ],
                 [
-                    -9.1776844,
-                    52.6447573
+                    -5.728732824433139,
+                    54.6184944610979
                 ],
                 [
-                    -9.2012184,
-                    52.6526248
+                    -5.822612969913913,
+                    54.49193018941315
                 ],
                 [
-                    -9.2036198,
-                    52.6686468
+                    -5.896754545381575,
+                    54.44975600798866
                 ],
                 [
-                    -9.2238348,
-                    52.6706578
+                    -5.936834914186871,
+                    54.38213187386197
                 ],
                 [
-                    -9.2161072,
-                    52.6919412
+                    -6.0187561190025445,
+                    54.36974944197913
                 ],
                 [
-                    -9.1882395,
-                    52.7057242
+                    -6.059257912638059,
+                    54.38280030737259
                 ],
                 [
-                    -9.2750099,
-                    52.7350292
+                    -6.101784280694663,
+                    54.41510088826871
                 ],
                 [
-                    -9.2601152,
-                    52.7616711
-                ]
-            ],
-            [
-                [
-                    -7.307313219981238,
-                    53.81625879275365
+                    -6.1740201072375225,
+                    54.43476829635816
                 ],
                 [
-                    -7.245858447032101,
-                    53.78300449111207
+                    -6.216261364689026,
+                    54.42827259213158
                 ],
                 [
-                    -7.15144468970801,
-                    53.81179938127503
+                    -6.264329002478664,
+                    54.487825014814625
                 ],
                 [
-                    -7.086900011973722,
-                    53.784424420834
+                    -6.249277519938476,
+                    54.49741303545491
                 ],
                 [
-                    -7.0347149533800435,
-                    53.77996162275688
+                    -6.288340515296785,
+                    54.53143435197413
                 ],
                 [
-                    -6.975320116954343,
-                    53.788481098127924
+                    -6.283750270272458,
+                    54.54447449434036
                 ],
                 [
-                    -6.928628222423156,
-                    53.81443454540607
+                    -6.321445027854273,
+                    54.58928767713928
                 ],
                 [
-                    -6.992829577403537,
-                    53.86609081229548
+                    -6.264329002478664,
+                    54.604982769755765
                 ],
                 [
-                    -6.975320116954343,
-                    53.87945028968944
+                    -6.240052417736423,
+                    54.59541999854735
                 ],
                 [
-                    -6.949914233165313,
-                    53.87094929783329
+                    -6.098762694536575,
+                    54.631690374598676
                 ],
                 [
-                    -6.9375546140247035,
-                    53.87540241385127
+                    -6.051950538018501,
+                    54.61314575326238
                 ],
                 [
-                    -6.936867968516893,
-                    53.896649390754646
+                    -6.031509408441251,
+                    54.620921248201434
                 ],
                 [
-                    -6.897042529063821,
-                    53.889770599553906
+                    -6.002995140908084,
+                    54.65571636730639
                 ],
                 [
-                    -6.867516772227924,
-                    53.880259817835736
+                    -6.0647754758974335,
+                    54.6634355452454
                 ],
                 [
-                    -6.851037280040446,
-                    53.88450958346468
+                    -6.059920158948984,
+                    54.704134188139534
                 ],
                 [
-                    -6.842454211192801,
-                    53.89786317755242
+                    -6.047781866577864,
+                    54.71395188569398
                 ],
                 [
-                    -6.812928454356904,
-                    53.90069520963246
+                    -6.120611620804591,
+                    54.801644524994515
                 ],
                 [
-                    -6.79850889869286,
-                    53.89280549994937
+                    -6.002141887262449,
+                    54.80836072138932
                 ],
                 [
-                    -6.789925829845217,
-                    53.89462633440526
+                    -5.984662746248036,
+                    54.78652900156178
                 ],
                 [
-                    -6.791985766368652,
-                    53.904538374710896
-                ],
+                    -5.685433013282673,
+                    54.77854496390836
+                ]
+            ],
+            [
                 [
-                    -6.778939501720231,
-                    53.918087767078354
+                    -9.128658300749114,
+                    53.24759266864586
                 ],
                 [
-                    -6.77001311011868,
-                    53.91505470292794
+                    -9.024510568479629,
+                    53.26744820137083
                 ],
                 [
-                    -6.75868345923979,
-                    53.921727153244476
+                    -9.016360907166316,
+                    53.26364619217274
                 ],
                 [
-                    -6.744263903575747,
-                    53.916065748791254
+                    -9.001854510028616,
+                    53.26588844362053
                 ],
                 [
-                    -6.727441088634364,
-                    53.92334455637637
+                    -8.9951717877517,
+                    53.259258838409615
                 ],
                 [
-                    -6.713021532970319,
-                    53.90777445003927
+                    -8.973493688658284,
+                    53.262378780650025
                 ],
                 [
-                    -6.684182421642232,
-                    53.90292024303218
+                    -8.95230456924367,
+                    53.271444820907114
                 ],
                 [
-                    -6.623757616954815,
-                    53.88187882710815
+                    -8.956705386352859,
+                    53.281580911863244
                 ],
                 [
-                    -6.590455309825955,
-                    53.857789593974296
+                    -8.961106203462048,
+                    53.28119110665652
                 ],
                 [
-                    -6.591141955333765,
-                    53.835509894663346
+                    -8.960780217009516,
+                    53.28908396911955
                 ],
                 [
-                    -6.574319140392382,
-                    53.82254170362619
+                    -8.954260487958864,
+                    53.28927883616923
                 ],
                 [
-                    -6.571572558361136,
-                    53.804703885117576
+                    -8.95230456924367,
+                    53.30155366854246
                 ],
                 [
-                    -6.5533764524041285,
-                    53.79983770791046
+                    -8.963714095082308,
+                    53.303793931840495
                 ],
                 [
-                    -6.541360156017425,
-                    53.78300449111207
+                    -8.9811543702928,
+                    53.294734752711804
                 ],
                 [
-                    -6.511491076427622,
-                    53.76900546961285
+                    -8.985718180628256,
+                    53.30174847871221
                 ],
                 [
-                    -6.472695605236269,
-                    53.77326653566421
+                    -9.019946758144176,
+                    53.30768976199425
                 ],
                 [
-                    -6.443513171154276,
-                    53.76393220797015
+                    -9.00837423907927,
+                    53.31596722087059
                 ],
                 [
-                    -6.44728972144724,
-                    53.75114486961979
+                    -9.01880580556031,
+                    53.31625933715475
                 ],
                 [
-                    -6.4775021237909485,
-                    53.728199094666586
+                    -9.045862681120513,
+                    53.31275380979257
                 ],
                 [
-                    -6.459649340587848,
-                    53.71682309412751
+                    -9.06444390891487,
+                    53.32122500810515
                 ],
                 [
-                    -6.435616747814443,
-                    53.72230833571077
+                    -9.080906224767762,
+                    53.307397587062724
                 ],
                 [
-                    -6.4198239011347775,
-                    53.72921465935537
+                    -9.08106921799403,
+                    53.303404329274585
                 ],
                 [
-                    -6.4009411496699595,
-                    53.72169889975152
+                    -9.09019683866494,
+                    53.30574189135002
                 ],
                 [
-                    -6.375878588634836,
-                    53.718042098526006
+                    -9.095901601584261,
+                    53.298826232852214
                 ],
                 [
-                    -6.359055773693453,
-                    53.708695495259434
+                    -9.10128037805105,
+                    53.3008718259498
                 ],
                 [
-                    -6.340173022228636,
-                    53.708085862042424
+                    -9.115623781962478,
+                    53.28450433758295
                 ],
                 [
-                    -6.329873339611461,
-                    53.71296268045594
+                    -9.121491538108067,
+                    53.2832375443259
                 ],
                 [
-                    -6.325753466564592,
-                    53.72210519137233
+                    -9.13273807072044,
+                    53.28557621023763
                 ],
                 [
-                    -6.2938244504513525,
-                    53.72576163932632
+                    -9.144636576237877,
+                    53.27865728614638
                 ],
                 [
-                    -6.265328661877173,
-                    53.7363229253304
+                    -9.13876882009229,
+                    53.26345120822951
                 ],
                 [
-                    -6.240952746349864,
-                    53.734292114843086
+                    -9.128658300749114,
+                    53.24759266864586
+                ]
+            ],
+            [
+                [
+                    -8.595266214281438,
+                    51.69264788483154
                 ],
                 [
-                    -6.180871264416349,
-                    53.632015710147016
+                    -8.55819409885298,
+                    51.69306638852667
                 ],
                 [
-                    -6.092793818322125,
-                    53.588038288422446
+                    -8.566697711835303,
+                    51.682644706464686
                 ],
                 [
-                    -5.985734079608837,
-                    53.49383447350347
+                    -8.579130708100188,
+                    51.67349700898941
                 ],
                 [
-                    -6.0887447432153685,
-                    53.27174268379562
+                    -8.544554623426079,
+                    51.66520531197343
                 ],
                 [
-                    -6.033272979232964,
-                    53.1191110041494
+                    -8.494765061495364,
+                    51.667778759675976
                 ],
                 [
-                    -5.984663357119282,
-                    52.9651254915577
+                    -8.30113898732036,
+                    51.7235009029955
                 ],
                 [
-                    -6.122679104189409,
-                    52.73207538466633
+                    -8.268406960495541,
+                    51.784858633837544
                 ],
                 [
-                    -6.185163845400262,
-                    52.73706461957944
+                    -8.154536388302146,
+                    51.7814362126791
                 ],
                 [
-                    -6.1899703639549415,
-                    52.76075568810044
+                    -8.115350159004825,
+                    51.809093351533164
                 ],
                 [
-                    -6.319059719423517,
-                    52.782357357522855
+                    -8.068326683848039,
+                    51.870050153657075
                 ],
                 [
-                    -6.393904079774976,
-                    52.7790347214105
+                    -8.10059769621054,
+                    51.89964422561186
                 ],
                 [
-                    -6.465315212587381,
-                    52.6946379192593
+                    -8.08123508879304,
+                    51.918414974037226
                 ],
                 [
-                    -6.534666408876349,
-                    52.673409093161446
+                    -8.09183842142643,
+                    51.95337589170907
                 ],
                 [
-                    -6.612257351259057,
-                    52.69255711803012
+                    -8.124570448251253,
+                    51.95479649105758
                 ],
                 [
-                    -6.6692489284074155,
-                    52.74745702505679
+                    -8.132407694110718,
+                    51.970988142592034
                 ],
                 [
-                    -6.671308864930852,
-                    52.76948072949997
+                    -8.099675667285895,
+                    51.978371865876596
                 ],
                 [
-                    -6.720747341493285,
-                    52.7748810695361
+                    -8.144394070131078,
+                    52.02151390085561
                 ],
                 [
-                    -6.71456753192298,
-                    52.80311808637125
+                    -8.159607547387685,
+                    52.064330945363764
                 ],
                 [
-                    -6.658949245790243,
-                    52.84709806982182
+                    -8.140705954432507,
+                    52.07254939152303
                 ],
                 [
-                    -6.582044948915348,
-                    52.81349473557279
+                    -8.165600735397863,
+                    52.09294727054506
                 ],
                 [
-                    -6.547712673524768,
-                    52.83133677935633
+                    -8.18726841512697,
+                    52.0835993998731
                 ],
                 [
-                    -6.531233181337292,
-                    52.87404491274922
+                    -8.2093971093184,
+                    52.10512489114057
                 ],
                 [
-                    -6.617750515321548,
-                    52.87528820923615
+                    -8.207092037006792,
+                    52.12494181389489
                 ],
                 [
-                    -6.728987087587023,
-                    52.90635903963372
+                    -8.227837687811258,
+                    52.143052434929714
                 ],
                 [
-                    -6.780485500672891,
-                    52.859122574848655
+                    -8.222766528725723,
+                    52.16454923557058
                 ],
                 [
-                    -6.870436062196207,
-                    52.85165948109425
+                    -8.30298304516965,
+                    52.1829264222872
                 ],
                 [
-                    -6.938413967469552,
-                    52.86658438536895
+                    -8.427456949996438,
+                    52.17783811526099
                 ],
                 [
-                    -6.965879787782016,
-                    52.89766145203082
+                    -8.46710419375608,
+                    52.169921813849676
                 ],
                 [
-                    -6.987852444031986,
-                    52.969260966642985
+                    -8.509978538751975,
+                    52.18405707812542
                 ],
                 [
-                    -7.039350857117853,
-                    52.9560260536776
+                    -8.530263175094117,
+                    52.16511480067495
                 ],
                 [
-                    -7.109388698914634,
-                    53.007288776633686
+                    -8.574981577939297,
+                    52.18066502436804
                 ],
                 [
-                    -7.068876613953752,
-                    53.058078015357786
+                    -8.587889982884295,
+                    52.16963906274442
                 ],
                 [
-                    -7.088789333680287,
-                    53.11869890949892
+                    -8.642289689438227,
+                    52.18829678149147
                 ],
                 [
-                    -7.119688381531809,
-                    53.15000684568904
+                    -8.719279104645906,
+                    52.15804472022032
                 ],
                 [
-                    -7.105955471375577,
-                    53.16112391039828
+                    -8.698533453841442,
+                    52.13541291452849
                 ],
                 [
-                    -7.127928127625547,
-                    53.17223809655703
+                    -8.740946784375014,
+                    52.10823956240069
                 ],
                 [
-                    -7.180113186219227,
-                    53.182526443342745
+                    -8.77460084012448,
+                    52.05951253229793
                 ],
                 [
-                    -7.160887112000503,
-                    53.19898266621498
+                    -8.803183736788409,
+                    52.03768144571248
                 ],
                 [
-                    -7.057890285828767,
-                    53.19898266621498
+                    -8.86818677597573,
+                    52.03286015807593
                 ],
                 [
-                    -7.048963894227218,
-                    53.217077217179636
+                    -8.870491848287335,
+                    52.01839317543363
                 ],
                 [
-                    -7.0915359157115345,
-                    53.235575105358386
+                    -8.844214023935015,
+                    51.991148511559096
                 ],
                 [
-                    -7.0434707301647235,
-                    53.25735126035676
+                    -8.79811257770287,
+                    51.964455373040394
                 ],
                 [
-                    -7.05102383075065,
-                    53.29717703664696
+                    -8.782899100446263,
+                    51.931777239822054
                 ],
                 [
-                    -6.996778835633536,
-                    53.31112780504489
+                    -8.835915763613228,
+                    51.9292188160068
                 ],
                 [
-                    -7.044157375672535,
-                    53.33368557548294
+                    -8.838681850387156,
+                    51.90277322850554
                 ],
                 [
-                    -7.105955471375576,
-                    53.371801590024276
+                    -8.802261707863764,
+                    51.89367006943167
                 ],
                 [
-                    -7.22050647653913,
-                    53.432465115081854
+                    -8.792580404155013,
+                    51.85695425263326
                 ],
                 [
-                    -7.149441429887032,
-                    53.45731709817442
+                    -8.765841565340368,
+                    51.82476769939557
                 ],
                 [
-                    -7.099891489102085,
-                    53.463915962572514
+                    -8.758926348405547,
+                    51.80054140901511
                 ],
                 [
-                    -7.0744645458045445,
-                    53.48370640260363
+                    -8.79811257770287,
+                    51.78628456602828
                 ],
                 [
-                    -7.079028356140001,
-                    53.504650927752664
+                    -8.832227647914657,
+                    51.79626482935233
                 ],
                 [
-                    -7.047733656696876,
-                    53.515119311359335
+                    -8.836837792537873,
+                    51.77687258059678
                 ],
                 [
-                    -7.029478415355053,
-                    53.54147267392419
+                    -8.885705325543944,
+                    51.746055989869106
                 ],
                 [
-                    -7.054253385747527,
-                    53.56471202500164
+                    -8.859888515653944,
+                    51.72435763090916
                 ],
                 [
-                    -7.009267255298033,
-                    53.58561652973758
+                    -8.807332866949299,
+                    51.71093369500414
                 ],
                 [
-                    -6.992641946218873,
-                    53.602642188744426
+                    -8.678248817499297,
+                    51.693505197270746
                 ],
                 [
-                    -6.989056095241016,
-                    53.62739453790707
+                    -8.60540853245251,
+                    51.67835695335278
                 ],
                 [
-                    -6.9717788132567895,
-                    53.63686620586593
-                ],
+                    -8.595266214281438,
+                    51.69264788483154
+                ]
+            ],
+            [
                 [
-                    -6.9633031654909425,
-                    53.650973114934644
+                    -7.138279151048154,
+                    55.06131559970097
                 ],
                 [
-                    -6.9871001765258205,
-                    53.66623418009986
+                    -7.117994514706011,
+                    54.99631329558348
                 ],
                 [
-                    -6.999813648174589,
-                    53.67086935885432
+                    -7.070049010624583,
+                    54.98784996056705
                 ],
                 [
-                    -7.008289295940436,
-                    53.65908728051006
+                    -7.076503213097081,
+                    54.93332450204895
                 ],
                 [
-                    -7.044473792171549,
-                    53.65367801032349
+                    -7.025791622241725,
+                    54.91159959910791
                 ],
                 [
-                    -7.066640870943764,
-                    53.63918547390694
+                    -7.007351043748867,
+                    54.87872502112528
                 ],
                 [
-                    -7.101847407817279,
-                    53.65870092708686
+                    -7.024869593317081,
+                    54.8511320998998
                 ],
                 [
-                    -7.120754622064167,
-                    53.672993645380515
+                    -6.990754523105296,
+                    54.81661438893913
                 ],
                 [
-                    -7.137379931143327,
-                    53.66893809633893
+                    -7.051608432131725,
+                    54.80598761598125
                 ],
                 [
-                    -7.160850955725672,
-                    53.683034277255075
+                    -7.115228427932084,
+                    54.80651902101645
                 ],
                 [
-                    -7.174216400279507,
-                    53.686316272406906
+                    -7.170550163410654,
+                    54.84847793920564
                 ],
                 [
-                    -7.196057492599188,
-                    53.69017711570491
+                    -7.199133060074584,
+                    54.84316909395457
                 ],
                 [
-                    -7.210726882963154,
-                    53.69480966037566
+                    -7.222183783190655,
+                    54.85803210052931
                 ],
                 [
-                    -7.247237365646801,
-                    53.71661437518035
+                    -7.2111194360949415,
+                    54.862808332627324
                 ],
                 [
-                    -7.239413690786019,
-                    53.73223735177976
+                    -7.212041465019584,
+                    54.882438010878076
                 ],
                 [
-                    -7.260276823748104,
-                    53.74361339729716
+                    -7.279349576518514,
+                    54.880846771447125
                 ],
                 [
-                    -7.2814659431627184,
-                    53.75922634307083
+                    -7.273817402970655,
+                    54.91530955931841
                 ],
                 [
-                    -7.289615604476034,
-                    53.77271433845693
+                    -7.3033223285592275,
+                    54.915839525718205
                 ],
                 [
-                    -7.3238441819919515,
-                    53.78465723043301
+                    -7.363254208661015,
+                    54.90894941815292
                 ],
                 [
-                    -7.337209626545788,
-                    53.78658318504567
+                    -7.385382902852443,
+                    54.91636948513913
                 ],
                 [
-                    -7.351227044004687,
-                    53.80141007448381
+                    -7.391837105324943,
+                    54.93438395336098
                 ],
                 [
-                    -7.307313219981238,
-                    53.81625879275365
-                ]
-            ],
-            [
-                [
-                    -5.685433013282673,
-                    54.77854496390836
+                    -7.429640291235302,
+                    54.95291983389722
                 ],
                 [
-                    -5.696867084279401,
-                    54.73050346921268
+                    -7.420420001988872,
+                    54.99208185118366
                 ],
                 [
-                    -5.8223689524230124,
-                    54.70033215177621
+                    -7.410277683817801,
+                    55.03437621938347
                 ],
                 [
-                    -5.878760568989772,
-                    54.649492182564074
+                    -7.3577220351131585,
+                    55.057619110599035
                 ],
                 [
-                    -5.743404719024681,
-                    54.68128223623249
+                    -7.265519142648871,
+                    55.07557028899173
                 ],
                 [
-                    -5.581196917402638,
-                    54.68781619319656
+                    -7.138279151048154,
+                    55.06131559970097
+                ]
+            ],
+            [
+                [
+                    -7.190498776293322,
+                    52.26144368927652
                 ],
                 [
-                    -5.571488953592992,
-                    54.67074450064368
+                    -7.156844720543858,
+                    52.28443443581867
                 ],
                 [
-                    -5.582915011231644,
-                    54.66440901595977
+                    -7.132871968503143,
+                    52.27343421670601
                 ],
                 [
-                    -5.58291501123164,
-                    54.65085746679818
+                    -7.113278853854483,
+                    52.26779201951648
                 ],
                 [
-                    -5.6086481910584185,
-                    54.63997082553691
+                    -7.098295883829036,
+                    52.27230583471742
                 ],
                 [
-                    -5.6354970593650116,
-                    54.61551371292451
+                    -7.089767116276089,
+                    52.25509445009032
                 ],
                 [
-                    -5.728732824433139,
-                    54.6184944610979
+                    -7.07109603055207,
+                    52.259186286149074
                 ],
                 [
-                    -5.822612969913913,
-                    54.49193018941315
+                    -7.033984366335195,
+                    52.257352061495865
                 ],
                 [
-                    -5.896754545381575,
-                    54.44975600798866
+                    -7.027530163862696,
+                    52.250720000975015
                 ],
                 [
-                    -5.936834914186871,
-                    54.38213187386197
+                    -7.034675888028678,
+                    52.247756419376
                 ],
                 [
-                    -6.0187561190025445,
-                    54.36974944197913
+                    -7.031218279561267,
+                    52.24013487190721
                 ],
                 [
-                    -6.059257912638059,
-                    54.38280030737259
+                    -7.034214873566356,
+                    52.23222966213934
                 ],
                 [
-                    -6.101784280694663,
-                    54.41510088826871
+                    -7.050580886978767,
+                    52.2296884028405
                 ],
                 [
-                    -6.1740201072375225,
-                    54.43476829635816
+                    -7.062567262999124,
+                    52.21980434486687
                 ],
                 [
-                    -6.216261364689026,
-                    54.42827259213158
+                    -7.076858711331088,
+                    52.216132562953725
                 ],
                 [
-                    -6.264329002478664,
-                    54.487825014814625
+                    -7.084926464421715,
+                    52.22065163604718
                 ],
                 [
-                    -6.249277519938476,
-                    54.49741303545491
+                    -7.084465449959392,
+                    52.22785295843095
                 ],
                 [
-                    -6.288340515296785,
-                    54.53143435197413
+                    -7.101292477834124,
+                    52.221498911062525
                 ],
                 [
-                    -6.283750270272458,
-                    54.54447449434036
+                    -7.105211100763858,
+                    52.21726237433474
                 ],
                 [
-                    -6.321445027854273,
-                    54.58928767713928
+                    -7.111665303236357,
+                    52.21796849185403
                 ],
                 [
-                    -6.264329002478664,
-                    54.604982769755765
+                    -7.107977187537785,
+                    52.21104805609072
                 ],
                 [
-                    -6.240052417736423,
-                    54.59541999854735
+                    -7.117773744862115,
+                    52.20928246619701
                 ],
                 [
-                    -6.098762694536575,
-                    54.631690374598676
+                    -7.129760120882472,
+                    52.21690931136535
                 ],
                 [
-                    -6.051950538018501,
-                    54.61314575326238
+                    -7.14497359813908,
+                    52.21782726924826
                 ],
                 [
-                    -6.031509408441251,
-                    54.620921248201434
+                    -7.150505771686938,
+                    52.22375823207553
                 ],
                 [
-                    -6.002995140908084,
-                    54.65571636730639
+                    -7.158112510315241,
+                    52.22262858593765
                 ],
                 [
-                    -6.0647754758974335,
-                    54.6634355452454
+                    -7.158804032008724,
+                    52.22700580464912
                 ],
                 [
-                    -6.059920158948984,
-                    54.704134188139534
+                    -7.158573524777563,
+                    52.23180612902503
                 ],
                 [
-                    -6.047781866577864,
-                    54.71395188569398
+                    -7.167563306792832,
+                    52.23985256723076
                 ],
                 [
-                    -6.120611620804591,
-                    54.801644524994515
+                    -7.16733279956167,
+                    52.244580933687786
                 ],
                 [
-                    -6.002141887262449,
-                    54.80836072138932
+                    -7.172519212262786,
+                    52.24676851484933
                 ],
                 [
-                    -5.984662746248036,
-                    54.78652900156178
+                    -7.177590371348324,
+                    52.25114335361416
                 ],
                 [
-                    -5.685433013282673,
-                    54.77854496390836
+                    -7.190498776293322,
+                    52.26144368927652
                 ]
-            ],
+            ]
+        ],
+        "terms_url": "http://www.eea.europa.eu/data-and-maps/data/urban-atlas",
+        "terms_text": "EEA GMES Urban Atlas"
+    },
+    {
+        "name": "Kanton Aargau 25cm (AGIS 2011)",
+        "type": "tms",
+        "template": "http://tiles.poole.ch/AGIS/OF2011/{zoom}/{x}/{y}.png",
+        "scaleExtent": [
+            14,
+            19
+        ],
+        "polygon": [
             [
                 [
-                    -9.128658300749114,
-                    53.24759266864586
+                    7.7,
+                    47.12
                 ],
                 [
-                    -9.024510568479629,
-                    53.26744820137083
+                    7.7,
+                    47.63
                 ],
                 [
-                    -9.016360907166316,
-                    53.26364619217274
+                    8.5,
+                    47.63
                 ],
                 [
-                    -9.001854510028616,
-                    53.26588844362053
+                    8.5,
+                    47.12
                 ],
                 [
-                    -8.9951717877517,
-                    53.259258838409615
-                ],
+                    7.7,
+                    47.12
+                ]
+            ]
+        ],
+        "terms_text": "AGIS OF2011"
+    },
+    {
+        "name": "Kanton Aargau 25cm (AGIS 2014)",
+        "type": "tms",
+        "template": "http://mapproxy.osm.ch:8080/tiles/AGIS2014/EPSG900913/{z}/{x}/{y}.png?origin=nw",
+        "scaleExtent": [
+            8,
+            19
+        ],
+        "polygon": [
+            [
                 [
-                    -8.973493688658284,
-                    53.262378780650025
+                    7.7,
+                    47.12
                 ],
                 [
-                    -8.95230456924367,
-                    53.271444820907114
+                    7.7,
+                    47.63
                 ],
                 [
-                    -8.956705386352859,
-                    53.281580911863244
+                    8.5,
+                    47.63
                 ],
                 [
-                    -8.961106203462048,
-                    53.28119110665652
+                    8.5,
+                    47.12
                 ],
                 [
-                    -8.960780217009516,
-                    53.28908396911955
-                ],
+                    7.7,
+                    47.12
+                ]
+            ]
+        ],
+        "terms_text": "AGIS OF2014"
+    },
+    {
+        "name": "Kanton Solothurn 25cm (SOGIS 2011-2014)",
+        "type": "tms",
+        "template": "http://mapproxy.osm.ch:8080/tiles/sogis2014/EPSG900913/{z}/{x}/{y}.png?origin=nw",
+        "scaleExtent": [
+            12,
+            19
+        ],
+        "polygon": [
+            [
                 [
-                    -8.954260487958864,
-                    53.28927883616923
+                    7.08,
+                    47.03
                 ],
                 [
-                    -8.95230456924367,
-                    53.30155366854246
+                    7.08,
+                    47.54
                 ],
                 [
-                    -8.963714095082308,
-                    53.303793931840495
+                    8.04,
+                    47.54
                 ],
                 [
-                    -8.9811543702928,
-                    53.294734752711804
+                    8.04,
+                    47.03
                 ],
                 [
-                    -8.985718180628256,
-                    53.30174847871221
-                ],
+                    7.08,
+                    47.03
+                ]
+            ]
+        ],
+        "terms_text": "Orthofoto WMS Solothurn"
+    },
+    {
+        "name": "Katastrálna mapa Slovenska (KaPor, 2010-04)",
+        "type": "tms",
+        "template": "http://www.freemap.sk/tms/kapor2/{zoom}/{x}/{y}.jpg",
+        "polygon": [
+            [
                 [
-                    -9.019946758144176,
-                    53.30768976199425
+                    19.83682,
+                    49.25529
                 ],
                 [
-                    -9.00837423907927,
-                    53.31596722087059
+                    19.80075,
+                    49.42385
                 ],
                 [
-                    -9.01880580556031,
-                    53.31625933715475
+                    19.60437,
+                    49.48058
                 ],
                 [
-                    -9.045862681120513,
-                    53.31275380979257
+                    19.49179,
+                    49.63961
                 ],
                 [
-                    -9.06444390891487,
-                    53.32122500810515
+                    19.21831,
+                    49.52604
                 ],
                 [
-                    -9.080906224767762,
-                    53.307397587062724
+                    19.16778,
+                    49.42521
                 ],
                 [
-                    -9.08106921799403,
-                    53.303404329274585
+                    19.00308,
+                    49.42236
                 ],
                 [
-                    -9.09019683866494,
-                    53.30574189135002
+                    18.97611,
+                    49.5308
                 ],
                 [
-                    -9.095901601584261,
-                    53.298826232852214
+                    18.54685,
+                    49.51425
                 ],
                 [
-                    -9.10128037805105,
-                    53.3008718259498
+                    18.31432,
+                    49.33818
                 ],
                 [
-                    -9.115623781962478,
-                    53.28450433758295
+                    18.15913,
+                    49.2961
                 ],
                 [
-                    -9.121491538108067,
-                    53.2832375443259
+                    18.05564,
+                    49.11134
                 ],
                 [
-                    -9.13273807072044,
-                    53.28557621023763
+                    17.56396,
+                    48.84938
                 ],
                 [
-                    -9.144636576237877,
-                    53.27865728614638
+                    17.17929,
+                    48.88816
                 ],
                 [
-                    -9.13876882009229,
-                    53.26345120822951
+                    17.058,
+                    48.81105
                 ],
                 [
-                    -9.128658300749114,
-                    53.24759266864586
-                ]
-            ],
-            [
-                [
-                    -8.595266214281438,
-                    51.69264788483154
+                    16.90426,
+                    48.61947
                 ],
                 [
-                    -8.55819409885298,
-                    51.69306638852667
+                    16.79685,
+                    48.38561
                 ],
                 [
-                    -8.566697711835303,
-                    51.682644706464686
+                    17.06762,
+                    48.01116
                 ],
                 [
-                    -8.579130708100188,
-                    51.67349700898941
+                    17.32787,
+                    47.97749
                 ],
                 [
-                    -8.544554623426079,
-                    51.66520531197343
+                    17.51699,
+                    47.82535
                 ],
                 [
-                    -8.494765061495364,
-                    51.667778759675976
+                    17.74776,
+                    47.73093
                 ],
                 [
-                    -8.30113898732036,
-                    51.7235009029955
+                    18.29515,
+                    47.72075
                 ],
                 [
-                    -8.268406960495541,
-                    51.784858633837544
+                    18.67959,
+                    47.75541
                 ],
                 [
-                    -8.154536388302146,
-                    51.7814362126791
+                    18.89755,
+                    47.81203
                 ],
                 [
-                    -8.115350159004825,
-                    51.809093351533164
+                    18.79463,
+                    47.88245
                 ],
                 [
-                    -8.068326683848039,
-                    51.870050153657075
+                    18.84318,
+                    48.04046
                 ],
                 [
-                    -8.10059769621054,
-                    51.89964422561186
+                    19.46212,
+                    48.05333
                 ],
                 [
-                    -8.08123508879304,
-                    51.918414974037226
+                    19.62064,
+                    48.22938
                 ],
                 [
-                    -8.09183842142643,
-                    51.95337589170907
+                    19.89585,
+                    48.09387
                 ],
                 [
-                    -8.124570448251253,
-                    51.95479649105758
+                    20.33766,
+                    48.2643
                 ],
                 [
-                    -8.132407694110718,
-                    51.970988142592034
+                    20.55395,
+                    48.52358
                 ],
                 [
-                    -8.099675667285895,
-                    51.978371865876596
+                    20.82335,
+                    48.55714
                 ],
                 [
-                    -8.144394070131078,
-                    52.02151390085561
+                    21.10271,
+                    48.47096
                 ],
                 [
-                    -8.159607547387685,
-                    52.064330945363764
+                    21.45863,
+                    48.55513
                 ],
                 [
-                    -8.140705954432507,
-                    52.07254939152303
+                    21.74536,
+                    48.31435
                 ],
                 [
-                    -8.165600735397863,
-                    52.09294727054506
+                    22.15293,
+                    48.37179
                 ],
                 [
-                    -8.18726841512697,
-                    52.0835993998731
+                    22.61255,
+                    49.08914
                 ],
                 [
-                    -8.2093971093184,
-                    52.10512489114057
+                    22.09997,
+                    49.23814
                 ],
                 [
-                    -8.207092037006792,
-                    52.12494181389489
+                    21.9686,
+                    49.36363
                 ],
                 [
-                    -8.227837687811258,
-                    52.143052434929714
+                    21.6244,
+                    49.46989
                 ],
                 [
-                    -8.222766528725723,
-                    52.16454923557058
+                    21.06873,
+                    49.46402
                 ],
                 [
-                    -8.30298304516965,
-                    52.1829264222872
+                    20.94336,
+                    49.31088
                 ],
                 [
-                    -8.427456949996438,
-                    52.17783811526099
+                    20.73052,
+                    49.44006
                 ],
                 [
-                    -8.46710419375608,
-                    52.169921813849676
+                    20.22804,
+                    49.41714
                 ],
                 [
-                    -8.509978538751975,
-                    52.18405707812542
+                    20.05234,
+                    49.23052
                 ],
                 [
-                    -8.530263175094117,
-                    52.16511480067495
+                    19.83682,
+                    49.25529
+                ]
+            ]
+        ],
+        "terms_url": "http://wiki.freemap.sk/KatasterPortal",
+        "terms_text": "Permisssion by UGKK"
+    },
+    {
+        "name": "Katastrálna mapa Slovenska (KaPor, 2011-05)",
+        "type": "tms",
+        "template": "http://www.freemap.sk/tms/kapor2_201105/{zoom}/{x}/{y}.jpg",
+        "polygon": [
+            [
+                [
+                    19.83682,
+                    49.25529
                 ],
                 [
-                    -8.574981577939297,
-                    52.18066502436804
+                    19.80075,
+                    49.42385
                 ],
                 [
-                    -8.587889982884295,
-                    52.16963906274442
+                    19.60437,
+                    49.48058
                 ],
                 [
-                    -8.642289689438227,
-                    52.18829678149147
+                    19.49179,
+                    49.63961
                 ],
                 [
-                    -8.719279104645906,
-                    52.15804472022032
+                    19.21831,
+                    49.52604
                 ],
                 [
-                    -8.698533453841442,
-                    52.13541291452849
+                    19.16778,
+                    49.42521
                 ],
                 [
-                    -8.740946784375014,
-                    52.10823956240069
+                    19.00308,
+                    49.42236
                 ],
                 [
-                    -8.77460084012448,
-                    52.05951253229793
+                    18.97611,
+                    49.5308
                 ],
                 [
-                    -8.803183736788409,
-                    52.03768144571248
+                    18.54685,
+                    49.51425
                 ],
                 [
-                    -8.86818677597573,
-                    52.03286015807593
+                    18.31432,
+                    49.33818
                 ],
                 [
-                    -8.870491848287335,
-                    52.01839317543363
+                    18.15913,
+                    49.2961
                 ],
                 [
-                    -8.844214023935015,
-                    51.991148511559096
+                    18.05564,
+                    49.11134
                 ],
                 [
-                    -8.79811257770287,
-                    51.964455373040394
+                    17.56396,
+                    48.84938
                 ],
                 [
-                    -8.782899100446263,
-                    51.931777239822054
+                    17.17929,
+                    48.88816
                 ],
                 [
-                    -8.835915763613228,
-                    51.9292188160068
+                    17.058,
+                    48.81105
                 ],
                 [
-                    -8.838681850387156,
-                    51.90277322850554
+                    16.90426,
+                    48.61947
                 ],
                 [
-                    -8.802261707863764,
-                    51.89367006943167
+                    16.79685,
+                    48.38561
                 ],
                 [
-                    -8.792580404155013,
-                    51.85695425263326
+                    17.06762,
+                    48.01116
                 ],
                 [
-                    -8.765841565340368,
-                    51.82476769939557
+                    17.32787,
+                    47.97749
                 ],
                 [
-                    -8.758926348405547,
-                    51.80054140901511
+                    17.51699,
+                    47.82535
                 ],
                 [
-                    -8.79811257770287,
-                    51.78628456602828
+                    17.74776,
+                    47.73093
                 ],
                 [
-                    -8.832227647914657,
-                    51.79626482935233
+                    18.29515,
+                    47.72075
                 ],
                 [
-                    -8.836837792537873,
-                    51.77687258059678
+                    18.67959,
+                    47.75541
                 ],
                 [
-                    -8.885705325543944,
-                    51.746055989869106
+                    18.89755,
+                    47.81203
                 ],
                 [
-                    -8.859888515653944,
-                    51.72435763090916
+                    18.79463,
+                    47.88245
                 ],
                 [
-                    -8.807332866949299,
-                    51.71093369500414
+                    18.84318,
+                    48.04046
                 ],
                 [
-                    -8.678248817499297,
-                    51.693505197270746
+                    19.46212,
+                    48.05333
                 ],
                 [
-                    -8.60540853245251,
-                    51.67835695335278
+                    19.62064,
+                    48.22938
                 ],
                 [
-                    -8.595266214281438,
-                    51.69264788483154
-                ]
-            ],
-            [
-                [
-                    -7.138279151048154,
-                    55.06131559970097
+                    19.89585,
+                    48.09387
                 ],
                 [
-                    -7.117994514706011,
-                    54.99631329558348
+                    20.33766,
+                    48.2643
                 ],
                 [
-                    -7.070049010624583,
-                    54.98784996056705
+                    20.55395,
+                    48.52358
                 ],
                 [
-                    -7.076503213097081,
-                    54.93332450204895
+                    20.82335,
+                    48.55714
                 ],
                 [
-                    -7.025791622241725,
-                    54.91159959910791
+                    21.10271,
+                    48.47096
                 ],
                 [
-                    -7.007351043748867,
-                    54.87872502112528
+                    21.45863,
+                    48.55513
                 ],
                 [
-                    -7.024869593317081,
-                    54.8511320998998
+                    21.74536,
+                    48.31435
                 ],
                 [
-                    -6.990754523105296,
-                    54.81661438893913
+                    22.15293,
+                    48.37179
                 ],
                 [
-                    -7.051608432131725,
-                    54.80598761598125
+                    22.61255,
+                    49.08914
                 ],
                 [
-                    -7.115228427932084,
-                    54.80651902101645
+                    22.09997,
+                    49.23814
                 ],
                 [
-                    -7.170550163410654,
-                    54.84847793920564
+                    21.9686,
+                    49.36363
                 ],
                 [
-                    -7.199133060074584,
-                    54.84316909395457
+                    21.6244,
+                    49.46989
                 ],
                 [
-                    -7.222183783190655,
-                    54.85803210052931
+                    21.06873,
+                    49.46402
                 ],
                 [
-                    -7.2111194360949415,
-                    54.862808332627324
+                    20.94336,
+                    49.31088
                 ],
                 [
-                    -7.212041465019584,
-                    54.882438010878076
+                    20.73052,
+                    49.44006
                 ],
                 [
-                    -7.279349576518514,
-                    54.880846771447125
+                    20.22804,
+                    49.41714
                 ],
                 [
-                    -7.273817402970655,
-                    54.91530955931841
+                    20.05234,
+                    49.23052
                 ],
                 [
-                    -7.3033223285592275,
-                    54.915839525718205
-                ],
+                    19.83682,
+                    49.25529
+                ]
+            ]
+        ],
+        "terms_url": "http://wiki.freemap.sk/KatasterPortal",
+        "terms_text": "Permisssion by UGKK"
+    },
+    {
+        "name": "Kelowna 2012",
+        "type": "tms",
+        "description": "High quality aerial imagery taken for the City of Kelowna",
+        "template": "http://{switch:a,b,c,d}.tile.paulnorman.ca/kelowna2012/{zoom}/{x}/{y}.png",
+        "scaleExtent": [
+            9,
+            20
+        ],
+        "polygon": [
+            [
                 [
-                    -7.363254208661015,
-                    54.90894941815292
+                    -119.5867318,
+                    49.7928087
                 ],
                 [
-                    -7.385382902852443,
-                    54.91636948513913
+                    -119.5465655,
+                    49.7928097
                 ],
                 [
-                    -7.391837105324943,
-                    54.93438395336098
+                    -119.5465661,
+                    49.8013837
                 ],
                 [
-                    -7.429640291235302,
-                    54.95291983389722
+                    -119.5343374,
+                    49.8013841
                 ],
                 [
-                    -7.420420001988872,
-                    54.99208185118366
+                    -119.5343376,
+                    49.8047321
                 ],
                 [
-                    -7.410277683817801,
-                    55.03437621938347
+                    -119.5296211,
+                    49.8047322
                 ],
                 [
-                    -7.3577220351131585,
-                    55.057619110599035
+                    -119.5296216,
+                    49.8119555
                 ],
                 [
-                    -7.265519142648871,
-                    55.07557028899173
+                    -119.5104463,
+                    49.811956
                 ],
                 [
-                    -7.138279151048154,
-                    55.06131559970097
-                ]
-            ],
-            [
+                    -119.5115683,
+                    49.8744325
+                ],
                 [
-                    -7.190498776293322,
-                    52.26144368927652
+                    -119.5108946,
+                    49.8744904
                 ],
                 [
-                    -7.156844720543858,
-                    52.28443443581867
+                    -119.5114111,
+                    49.8843312
                 ],
                 [
-                    -7.132871968503143,
-                    52.27343421670601
+                    -119.5114115,
+                    49.9221763
                 ],
                 [
-                    -7.113278853854483,
-                    52.26779201951648
+                    -119.49386,
+                    49.9223477
                 ],
                 [
-                    -7.098295883829036,
-                    52.27230583471742
+                    -119.4940505,
+                    49.9313031
                 ],
                 [
-                    -7.089767116276089,
-                    52.25509445009032
+                    -119.4803936,
+                    49.9317529
                 ],
                 [
-                    -7.07109603055207,
-                    52.259186286149074
+                    -119.4804572,
+                    49.9407474
                 ],
                 [
-                    -7.033984366335195,
-                    52.257352061495865
+                    -119.4666732,
+                    49.9409927
                 ],
                 [
-                    -7.027530163862696,
-                    52.250720000975015
+                    -119.4692775,
+                    49.9913717
                 ],
                 [
-                    -7.034675888028678,
-                    52.247756419376
+                    -119.4551337,
+                    49.9916078
                 ],
                 [
-                    -7.031218279561267,
-                    52.24013487190721
+                    -119.4556736,
+                    50.0121242
                 ],
                 [
-                    -7.034214873566356,
-                    52.23222966213934
+                    -119.4416673,
+                    50.0123895
                 ],
                 [
-                    -7.050580886978767,
-                    52.2296884028405
+                    -119.4417308,
+                    50.0136345
                 ],
                 [
-                    -7.062567262999124,
-                    52.21980434486687
+                    -119.4221492,
+                    50.0140377
                 ],
                 [
-                    -7.076858711331088,
-                    52.216132562953725
+                    -119.4221042,
+                    50.0119306
                 ],
                 [
-                    -7.084926464421715,
-                    52.22065163604718
+                    -119.4121303,
+                    50.012165
                 ],
                 [
-                    -7.084465449959392,
-                    52.22785295843095
+                    -119.4126082,
+                    50.0216913
                 ],
                 [
-                    -7.101292477834124,
-                    52.221498911062525
+                    -119.4123387,
+                    50.0216913
                 ],
                 [
-                    -7.105211100763858,
-                    52.21726237433474
+                    -119.4124772,
+                    50.0250773
                 ],
                 [
-                    -7.111665303236357,
-                    52.21796849185403
+                    -119.4120917,
+                    50.0250821
                 ],
                 [
-                    -7.107977187537785,
-                    52.21104805609072
+                    -119.4121954,
+                    50.0270769
                 ],
                 [
-                    -7.117773744862115,
-                    52.20928246619701
+                    -119.4126083,
+                    50.0270718
                 ],
                 [
-                    -7.129760120882472,
-                    52.21690931136535
+                    -119.4128328,
+                    50.0321946
                 ],
                 [
-                    -7.14497359813908,
-                    52.21782726924826
+                    -119.3936313,
+                    50.0326418
                 ],
                 [
-                    -7.150505771686938,
-                    52.22375823207553
+                    -119.393529,
+                    50.0307781
                 ],
                 [
-                    -7.158112510315241,
-                    52.22262858593765
+                    -119.3795727,
+                    50.0310116
                 ],
                 [
-                    -7.158804032008724,
-                    52.22700580464912
+                    -119.3795377,
+                    50.0287584
                 ],
                 [
-                    -7.158573524777563,
-                    52.23180612902503
+                    -119.3735764,
+                    50.0288621
                 ],
                 [
-                    -7.167563306792832,
-                    52.23985256723076
+                    -119.371544,
+                    49.9793618
                 ],
                 [
-                    -7.16733279956167,
-                    52.244580933687786
+                    -119.3573506,
+                    49.9793618
                 ],
                 [
-                    -7.172519212262786,
-                    52.24676851484933
+                    -119.3548353,
+                    49.9256081
                 ],
                 [
-                    -7.177590371348324,
-                    52.25114335361416
+                    -119.3268079,
+                    49.9257238
                 ],
                 [
-                    -7.190498776293322,
-                    52.26144368927652
-                ]
-            ]
-        ],
-        "terms_url": "http://www.eea.europa.eu/data-and-maps/data/urban-atlas",
-        "terms_text": "EEA GMES Urban Atlas"
-    },
-    {
-        "name": "Kanton Aargau 25cm (AGIS 2011)",
-        "type": "tms",
-        "template": "http://tiles.poole.ch/AGIS/OF2011/{zoom}/{x}/{y}.png",
-        "scaleExtent": [
-            14,
-            19
-        ],
-        "polygon": [
-            [
-                [
-                    7.7,
-                    47.12
+                    -119.3256573,
+                    49.8804068
                 ],
                 [
-                    7.7,
-                    47.63
+                    -119.3138893,
+                    49.8806528
                 ],
                 [
-                    8.5,
-                    47.63
+                    -119.3137097,
+                    49.8771651
                 ],
                 [
-                    8.5,
-                    47.12
+                    -119.3132156,
+                    49.877223
                 ],
                 [
-                    7.7,
-                    47.12
-                ]
-            ]
-        ],
-        "terms_text": "AGIS OF2011"
-    },
-    {
-        "name": "Kanton Aargau 25cm (AGIS 2014)",
-        "type": "tms",
-        "template": "http://mapproxy.osm.ch:8080/tiles/AGIS2014/EPSG900913/{z}/{x}/{y}.png?origin=nw",
-        "scaleExtent": [
-            8,
-            19
-        ],
-        "polygon": [
-            [
-                [
-                    7.7,
-                    47.12
+                    -119.3131482,
+                    49.8749652
                 ],
                 [
-                    7.7,
-                    47.63
+                    -119.312452,
+                    49.8749073
                 ],
                 [
-                    8.5,
-                    47.63
+                    -119.3122275,
+                    49.87236
                 ],
                 [
-                    8.5,
-                    47.12
+                    -119.3117558,
+                    49.872331
                 ],
                 [
-                    7.7,
-                    47.12
-                ]
-            ]
-        ],
-        "terms_text": "AGIS OF2014"
-    },
-    {
-        "name": "Kanton Solothurn 25cm (SOGIS 2011-2014)",
-        "type": "tms",
-        "template": "http://mapproxy.osm.ch:8080/tiles/sogis2014/EPSG900913/{z}/{x}/{y}.png?origin=nw",
-        "scaleExtent": [
-            12,
-            19
-        ],
-        "polygon": [
-            [
-                [
-                    7.08,
-                    47.03
+                    -119.3115986,
+                    49.8696098
                 ],
                 [
-                    7.08,
-                    47.54
+                    -119.3112169,
+                    49.8694217
                 ],
                 [
-                    8.04,
-                    47.54
+                    -119.3109199,
+                    49.8632417
                 ],
                 [
-                    8.04,
-                    47.03
+                    -119.3103721,
+                    49.8632724
                 ],
                 [
-                    7.08,
-                    47.03
-                ]
-            ]
-        ],
-        "terms_text": "Orthofoto WMS Solothurn"
-    },
-    {
-        "name": "Katastrálna mapa Slovenska (KaPor, 2010-04)",
-        "type": "tms",
-        "template": "http://www.freemap.sk/tms/kapor2/{zoom}/{x}/{y}.jpg",
-        "polygon": [
-            [
-                [
-                    19.83682,
-                    49.25529
+                    -119.3095139,
+                    49.8512388
                 ],
                 [
-                    19.80075,
-                    49.42385
+                    -119.3106368,
+                    49.8512316
                 ],
                 [
-                    19.60437,
-                    49.48058
+                    -119.3103859,
+                    49.8462564
                 ],
                 [
-                    19.49179,
-                    49.63961
+                    -119.3245344,
+                    49.8459957
                 ],
                 [
-                    19.21831,
-                    49.52604
+                    -119.3246018,
+                    49.8450689
                 ],
                 [
-                    19.16778,
-                    49.42521
+                    -119.3367018,
+                    49.844875
                 ],
                 [
-                    19.00308,
-                    49.42236
-                ],
-                [
-                    18.97611,
-                    49.5308
-                ],
-                [
-                    18.54685,
-                    49.51425
-                ],
-                [
-                    18.31432,
-                    49.33818
-                ],
-                [
-                    18.15913,
-                    49.2961
+                    -119.3367467,
+                    49.8435136
                 ],
                 [
-                    18.05564,
-                    49.11134
+                    -119.337937,
+                    49.8434702
                 ],
                 [
-                    17.56396,
-                    48.84938
+                    -119.3378023,
+                    49.8382055
                 ],
                 [
-                    17.17929,
-                    48.88816
+                    -119.3383637,
+                    49.8381041
                 ],
                 [
-                    17.058,
-                    48.81105
+                    -119.3383749,
+                    49.8351202
                 ],
                 [
-                    16.90426,
-                    48.61947
+                    -119.3390936,
+                    49.8351058
                 ],
                 [
-                    16.79685,
-                    48.38561
+                    -119.3388016,
+                    49.8321217
                 ],
                 [
-                    17.06762,
-                    48.01116
+                    -119.3391497,
+                    49.8320565
                 ],
                 [
-                    17.32787,
-                    47.97749
+                    -119.3391722,
+                    49.8293331
                 ],
                 [
-                    17.51699,
-                    47.82535
+                    -119.3394641,
+                    49.8293331
                 ],
                 [
-                    17.74776,
-                    47.73093
+                    -119.3395879,
+                    49.8267878
                 ],
                 [
-                    18.29515,
-                    47.72075
+                    -119.3500053,
+                    49.8265829
                 ],
                 [
-                    18.67959,
-                    47.75541
+                    -119.3493701,
+                    49.8180588
                 ],
                 [
-                    18.89755,
-                    47.81203
+                    -119.4046964,
+                    49.8163785
                 ],
                 [
-                    18.79463,
-                    47.88245
+                    -119.4045694,
+                    49.8099022
                 ],
                 [
-                    18.84318,
-                    48.04046
+                    -119.4101592,
+                    49.8099022
                 ],
                 [
-                    19.46212,
-                    48.05333
+                    -119.4102862,
+                    49.8072787
                 ],
                 [
-                    19.62064,
-                    48.22938
+                    -119.4319467,
+                    49.8069098
                 ],
                 [
-                    19.89585,
-                    48.09387
+                    -119.4322643,
+                    49.7907965
                 ],
                 [
-                    20.33766,
-                    48.2643
+                    -119.4459847,
+                    49.7905504
                 ],
                 [
-                    20.55395,
-                    48.52358
+                    -119.445286,
+                    49.7820201
                 ],
                 [
-                    20.82335,
-                    48.55714
+                    -119.4967376,
+                    49.7811587
                 ],
                 [
-                    21.10271,
-                    48.47096
+                    -119.4966105,
+                    49.7784927
                 ],
                 [
-                    21.45863,
-                    48.55513
+                    -119.5418371,
+                    49.7775082
                 ],
                 [
-                    21.74536,
-                    48.31435
+                    -119.5415892,
+                    49.7718277
                 ],
                 [
-                    22.15293,
-                    48.37179
+                    -119.5560296,
+                    49.7714941
                 ],
                 [
-                    22.61255,
-                    49.08914
+                    -119.5561194,
+                    49.7718422
                 ],
                 [
-                    22.09997,
-                    49.23814
+                    -119.5715704,
+                    49.7715086
                 ],
                 [
-                    21.9686,
-                    49.36363
+                    -119.5716153,
+                    49.7717262
                 ],
                 [
-                    21.6244,
-                    49.46989
+                    -119.5819235,
+                    49.7714941
                 ],
                 [
-                    21.06873,
-                    49.46402
+                    -119.5820133,
+                    49.7717697
                 ],
                 [
-                    20.94336,
-                    49.31088
+                    -119.5922991,
+                    49.7715231
                 ],
                 [
-                    20.73052,
-                    49.44006
+                    -119.592344,
+                    49.7718132
                 ],
                 [
-                    20.22804,
-                    49.41714
+                    -119.6003839,
+                    49.7715957
                 ],
                 [
-                    20.05234,
-                    49.23052
+                    -119.6011924,
+                    49.7839081
                 ],
                 [
-                    19.83682,
-                    49.25529
+                    -119.5864365,
+                    49.7843863
                 ]
             ]
         ],
-        "terms_url": "http://wiki.freemap.sk/KatasterPortal",
-        "terms_text": "Permisssion by UGKK"
+        "id": "kelowna_2012"
     },
     {
-        "name": "Katastrálna mapa Slovenska (KaPor, 2011-05)",
+        "name": "Kelowna Roads overlay",
         "type": "tms",
-        "template": "http://www.freemap.sk/tms/kapor2_201105/{zoom}/{x}/{y}.jpg",
+        "template": "http://{switch:a,b,c,d}.tile.paulnorman.ca/kelowna_overlay/{zoom}/{x}/{y}.png",
+        "scaleExtent": [
+            9,
+            20
+        ],
         "polygon": [
             [
                 [
-                    19.83682,
-                    49.25529
+                    -119.5867318,
+                    49.7928087
                 ],
                 [
-                    19.80075,
-                    49.42385
+                    -119.5465655,
+                    49.7928097
                 ],
                 [
-                    19.60437,
-                    49.48058
+                    -119.5465661,
+                    49.8013837
                 ],
                 [
-                    19.49179,
-                    49.63961
+                    -119.5343374,
+                    49.8013841
                 ],
                 [
-                    19.21831,
-                    49.52604
+                    -119.5343376,
+                    49.8047321
                 ],
                 [
-                    19.16778,
-                    49.42521
+                    -119.5296211,
+                    49.8047322
                 ],
                 [
-                    19.00308,
-                    49.42236
+                    -119.5296216,
+                    49.8119555
                 ],
                 [
-                    18.97611,
-                    49.5308
+                    -119.5104463,
+                    49.811956
                 ],
                 [
-                    18.54685,
-                    49.51425
+                    -119.5115683,
+                    49.8744325
                 ],
                 [
-                    18.31432,
-                    49.33818
+                    -119.5108946,
+                    49.8744904
                 ],
                 [
-                    18.15913,
-                    49.2961
+                    -119.5114111,
+                    49.8843312
                 ],
                 [
-                    18.05564,
-                    49.11134
+                    -119.5114115,
+                    49.9221763
                 ],
                 [
-                    17.56396,
-                    48.84938
+                    -119.49386,
+                    49.9223477
                 ],
                 [
-                    17.17929,
-                    48.88816
+                    -119.4940505,
+                    49.9313031
                 ],
                 [
-                    17.058,
-                    48.81105
+                    -119.4803936,
+                    49.9317529
                 ],
                 [
-                    16.90426,
-                    48.61947
+                    -119.4804572,
+                    49.9407474
                 ],
                 [
-                    16.79685,
-                    48.38561
+                    -119.4666732,
+                    49.9409927
                 ],
                 [
-                    17.06762,
-                    48.01116
+                    -119.4692775,
+                    49.9913717
                 ],
                 [
-                    17.32787,
-                    47.97749
+                    -119.4551337,
+                    49.9916078
                 ],
                 [
-                    17.51699,
-                    47.82535
+                    -119.4556736,
+                    50.0121242
                 ],
                 [
-                    17.74776,
-                    47.73093
-                ],
-                [
-                    18.29515,
-                    47.72075
-                ],
-                [
-                    18.67959,
-                    47.75541
-                ],
-                [
-                    18.89755,
-                    47.81203
-                ],
-                [
-                    18.79463,
-                    47.88245
-                ],
-                [
-                    18.84318,
-                    48.04046
-                ],
-                [
-                    19.46212,
-                    48.05333
-                ],
-                [
-                    19.62064,
-                    48.22938
-                ],
-                [
-                    19.89585,
-                    48.09387
-                ],
-                [
-                    20.33766,
-                    48.2643
-                ],
-                [
-                    20.55395,
-                    48.52358
-                ],
-                [
-                    20.82335,
-                    48.55714
-                ],
-                [
-                    21.10271,
-                    48.47096
-                ],
-                [
-                    21.45863,
-                    48.55513
-                ],
-                [
-                    21.74536,
-                    48.31435
-                ],
-                [
-                    22.15293,
-                    48.37179
-                ],
-                [
-                    22.61255,
-                    49.08914
-                ],
-                [
-                    22.09997,
-                    49.23814
-                ],
-                [
-                    21.9686,
-                    49.36363
-                ],
-                [
-                    21.6244,
-                    49.46989
-                ],
-                [
-                    21.06873,
-                    49.46402
-                ],
-                [
-                    20.94336,
-                    49.31088
-                ],
-                [
-                    20.73052,
-                    49.44006
-                ],
-                [
-                    20.22804,
-                    49.41714
-                ],
-                [
-                    20.05234,
-                    49.23052
-                ],
-                [
-                    19.83682,
-                    49.25529
-                ]
-            ]
-        ],
-        "terms_url": "http://wiki.freemap.sk/KatasterPortal",
-        "terms_text": "Permisssion by UGKK"
-    },
-    {
-        "name": "Kelowna 2012",
-        "type": "tms",
-        "description": "High quality aerial imagery taken for the City of Kelowna",
-        "template": "http://{switch:a,b,c,d}.tile.paulnorman.ca/kelowna2012/{zoom}/{x}/{y}.png",
-        "scaleExtent": [
-            9,
-            20
-        ],
-        "polygon": [
-            [
-                [
-                    -119.5867318,
-                    49.7928087
-                ],
-                [
-                    -119.5465655,
-                    49.7928097
-                ],
-                [
-                    -119.5465661,
-                    49.8013837
-                ],
-                [
-                    -119.5343374,
-                    49.8013841
-                ],
-                [
-                    -119.5343376,
-                    49.8047321
-                ],
-                [
-                    -119.5296211,
-                    49.8047322
-                ],
-                [
-                    -119.5296216,
-                    49.8119555
-                ],
-                [
-                    -119.5104463,
-                    49.811956
-                ],
-                [
-                    -119.5115683,
-                    49.8744325
-                ],
-                [
-                    -119.5108946,
-                    49.8744904
-                ],
-                [
-                    -119.5114111,
-                    49.8843312
-                ],
-                [
-                    -119.5114115,
-                    49.9221763
-                ],
-                [
-                    -119.49386,
-                    49.9223477
-                ],
-                [
-                    -119.4940505,
-                    49.9313031
-                ],
-                [
-                    -119.4803936,
-                    49.9317529
-                ],
-                [
-                    -119.4804572,
-                    49.9407474
-                ],
-                [
-                    -119.4666732,
-                    49.9409927
-                ],
-                [
-                    -119.4692775,
-                    49.9913717
-                ],
-                [
-                    -119.4551337,
-                    49.9916078
-                ],
-                [
-                    -119.4556736,
-                    50.0121242
-                ],
-                [
-                    -119.4416673,
-                    50.0123895
+                    -119.4416673,
+                    50.0123895
                 ],
                 [
                     -119.4417308,
@@ -15474,8155 +15097,7761 @@ iD.data.imagery = [
                 ]
             ]
         ],
-        "id": "kelowna_2012"
+        "id": "kelowna_roads",
+        "overlay": true
     },
     {
-        "name": "Kelowna Roads overlay",
+        "name": "Landsat 233055",
         "type": "tms",
-        "template": "http://{switch:a,b,c,d}.tile.paulnorman.ca/kelowna_overlay/{zoom}/{x}/{y}.png",
+        "description": "Recent Landsat imagery",
+        "template": "http://{switch:a,b,c,d}.tile.paulnorman.ca/landsat_233055/{zoom}/{x}/{y}.png",
         "scaleExtent": [
-            9,
-            20
+            5,
+            14
         ],
         "polygon": [
             [
                 [
-                    -119.5867318,
-                    49.7928087
+                    -60.8550011,
+                    6.1765004
                 ],
                 [
-                    -119.5465655,
-                    49.7928097
+                    -60.4762612,
+                    7.9188291
                 ],
                 [
-                    -119.5465661,
-                    49.8013837
+                    -62.161689,
+                    8.2778675
                 ],
                 [
-                    -119.5343374,
-                    49.8013841
-                ],
+                    -62.5322549,
+                    6.5375488
+                ]
+            ]
+        ],
+        "id": "landsat_233055"
+    },
+    {
+        "name": "Latest southwest British Columbia Landsat",
+        "type": "tms",
+        "description": "Recent lower-resolution landsat imagery for southwest British Columbia",
+        "template": "http://{switch:a,b,c,d}.tile.paulnorman.ca/landsat_047026/{zoom}/{x}/{y}.png",
+        "scaleExtent": [
+            5,
+            13
+        ],
+        "polygon": [
+            [
                 [
-                    -119.5343376,
-                    49.8047321
+                    -121.9355512,
+                    47.7820648
                 ],
                 [
-                    -119.5296211,
-                    49.8047322
+                    -121.5720582,
+                    48.6410125
                 ],
                 [
-                    -119.5296216,
-                    49.8119555
+                    -121.2015461,
+                    49.4846247
                 ],
                 [
-                    -119.5104463,
-                    49.811956
+                    -121.8375516,
+                    49.6023246
                 ],
                 [
-                    -119.5115683,
-                    49.8744325
+                    -122.4767046,
+                    49.7161735
                 ],
                 [
-                    -119.5108946,
-                    49.8744904
+                    -123.118912,
+                    49.8268824
                 ],
                 [
-                    -119.5114111,
-                    49.8843312
+                    -123.760228,
+                    49.9335836
                 ],
                 [
-                    -119.5114115,
-                    49.9221763
+                    -124.0887706,
+                    49.0870469
                 ],
                 [
-                    -119.49386,
-                    49.9223477
+                    -124.4128889,
+                    48.2252567
                 ],
                 [
-                    -119.4940505,
-                    49.9313031
+                    -123.792772,
+                    48.1197334
                 ],
                 [
-                    -119.4803936,
-                    49.9317529
+                    -123.1727942,
+                    48.0109592
                 ],
                 [
-                    -119.4804572,
-                    49.9407474
-                ],
+                    -122.553553,
+                    47.8982299
+                ]
+            ]
+        ],
+        "id": "landsat_047026"
+    },
+    {
+        "name": "Lithuania - NŽT ORT10LT",
+        "type": "tms",
+        "template": "http://mapproxy.openmap.lt/ort10lt/g/{z}/{x}/{y}.jpeg",
+        "scaleExtent": [
+            4,
+            18
+        ],
+        "polygon": [
+            [
                 [
-                    -119.4666732,
-                    49.9409927
+                    21.4926054,
+                    56.3592046
                 ],
                 [
-                    -119.4692775,
-                    49.9913717
+                    21.8134688,
+                    56.4097144
                 ],
                 [
-                    -119.4551337,
-                    49.9916078
+                    21.9728753,
+                    56.4567587
                 ],
                 [
-                    -119.4556736,
-                    50.0121242
+                    22.2158294,
+                    56.4604404
                 ],
                 [
-                    -119.4416673,
-                    50.0123895
+                    22.2183922,
+                    56.4162361
                 ],
                 [
-                    -119.4417308,
-                    50.0136345
+                    23.3511527,
+                    56.4267251
                 ],
                 [
-                    -119.4221492,
-                    50.0140377
+                    23.3521778,
+                    56.3824815
                 ],
                 [
-                    -119.4221042,
-                    50.0119306
+                    23.9179035,
+                    56.383305
                 ],
                 [
-                    -119.4121303,
-                    50.012165
+                    23.9176231,
+                    56.3392908
                 ],
                 [
-                    -119.4126082,
-                    50.0216913
+                    24.5649817,
+                    56.3382169
                 ],
                 [
-                    -119.4123387,
-                    50.0216913
+                    24.564933,
+                    56.3828587
                 ],
                 [
-                    -119.4124772,
-                    50.0250773
+                    24.6475683,
+                    56.4277798
                 ],
                 [
-                    -119.4120917,
-                    50.0250821
+                    24.8099394,
+                    56.470646
                 ],
                 [
-                    -119.4121954,
-                    50.0270769
+                    24.9733979,
+                    56.4698452
                 ],
                 [
-                    -119.4126083,
-                    50.0270718
+                    25.1299701,
+                    56.2890356
                 ],
                 [
-                    -119.4128328,
-                    50.0321946
+                    25.127433,
+                    56.1990144
                 ],
                 [
-                    -119.3936313,
-                    50.0326418
+                    25.6921076,
+                    56.1933684
                 ],
                 [
-                    -119.393529,
-                    50.0307781
+                    26.0839005,
+                    56.0067879
                 ],
                 [
-                    -119.3795727,
-                    50.0310116
+                    26.4673573,
+                    55.7304232
                 ],
                 [
-                    -119.3795377,
-                    50.0287584
+                    26.5463565,
+                    55.7132705
                 ],
                 [
-                    -119.3735764,
-                    50.0288621
+                    26.5154447,
+                    55.2345969
                 ],
                 [
-                    -119.371544,
-                    49.9793618
+                    25.7874641,
+                    54.8425656
                 ],
                 [
-                    -119.3573506,
-                    49.9793618
+                    25.7675259,
+                    54.6350898
                 ],
                 [
-                    -119.3548353,
-                    49.9256081
+                    25.6165253,
+                    54.4404007
                 ],
                 [
-                    -119.3268079,
-                    49.9257238
+                    24.4566043,
+                    53.9577649
                 ],
                 [
-                    -119.3256573,
-                    49.8804068
+                    23.6164786,
+                    53.9575517
                 ],
                 [
-                    -119.3138893,
-                    49.8806528
+                    23.5632006,
+                    54.048085
                 ],
                 [
-                    -119.3137097,
-                    49.8771651
+                    22.8462074,
+                    54.3563682
                 ],
                 [
-                    -119.3132156,
-                    49.877223
+                    22.831944,
+                    54.9414849
                 ],
                 [
-                    -119.3131482,
-                    49.8749652
+                    22.4306085,
+                    55.1159913
                 ],
                 [
-                    -119.312452,
-                    49.8749073
+                    21.9605898,
+                    55.1107144
                 ],
                 [
-                    -119.3122275,
-                    49.87236
+                    21.7253241,
+                    55.1496885
                 ],
                 [
-                    -119.3117558,
-                    49.872331
+                    21.5628422,
+                    55.2362913
                 ],
                 [
-                    -119.3115986,
-                    49.8696098
+                    21.2209638,
+                    55.2742668
                 ],
                 [
-                    -119.3112169,
-                    49.8694217
+                    21.1630444,
+                    55.2803979
                 ],
                 [
-                    -119.3109199,
-                    49.8632417
+                    20.9277788,
+                    55.3101641
                 ],
                 [
-                    -119.3103721,
-                    49.8632724
+                    20.9257285,
+                    55.3588507
                 ],
                 [
-                    -119.3095139,
-                    49.8512388
+                    20.9980451,
+                    55.4514157
                 ],
                 [
-                    -119.3106368,
-                    49.8512316
-                ],
+                    21.0282249,
+                    56.0796297
+                ]
+            ]
+        ],
+        "terms_url": "http://www.geoportal.lt",
+        "terms_text": "NŽT ORT10LT"
+    },
+    {
+        "name": "Locator Overlay",
+        "type": "tms",
+        "description": "Shows major features to help orient you.",
+        "template": "http://{switch:a,b,c}.tiles.mapbox.com/v4/openstreetmap.map-inh76ba2/{zoom}/{x}/{y}.png?access_token=pk.eyJ1Ijoib3BlbnN0cmVldG1hcCIsImEiOiJncjlmd0t3In0.DmZsIeOW-3x-C5eX-wAqTw",
+        "scaleExtent": [
+            0,
+            16
+        ],
+        "overzoom": false,
+        "terms_url": "http://www.mapbox.com/about/maps/",
+        "terms_text": "Terms & Feedback",
+        "default": true,
+        "overlay": true
+    },
+    {
+        "name": "Luxembourg Inspire Ortho 2010",
+        "type": "tms",
+        "template": "http://mapproxy.openstreetmap.lu/tiles/ortho2010/EPSG900913/{z}/{x}/{y}.jpeg",
+        "scaleExtent": [
+            0,
+            20
+        ],
+        "polygon": [
+            [
                 [
-                    -119.3103859,
-                    49.8462564
+                    5.961753,
+                    50.17631
                 ],
                 [
-                    -119.3245344,
-                    49.8459957
+                    6.026268,
+                    50.18496
                 ],
                 [
-                    -119.3246018,
-                    49.8450689
+                    6.033182,
+                    50.16395
                 ],
                 [
-                    -119.3367018,
-                    49.844875
+                    6.060695,
+                    50.15536
                 ],
                 [
-                    -119.3367467,
-                    49.8435136
+                    6.07668,
+                    50.15913
                 ],
                 [
-                    -119.337937,
-                    49.8434702
+                    6.078237,
+                    50.17255
                 ],
                 [
-                    -119.3378023,
-                    49.8382055
+                    6.101762,
+                    50.17199
                 ],
                 [
-                    -119.3383637,
-                    49.8381041
+                    6.122501,
+                    50.16437
                 ],
                 [
-                    -119.3383749,
-                    49.8351202
+                    6.120101,
+                    50.15594
                 ],
                 [
-                    -119.3390936,
-                    49.8351058
+                    6.127695,
+                    50.14993
                 ],
                 [
-                    -119.3388016,
-                    49.8321217
+                    6.113228,
+                    50.13739
                 ],
                 [
-                    -119.3391497,
-                    49.8320565
+                    6.123691,
+                    50.13719
                 ],
                 [
-                    -119.3391722,
-                    49.8293331
+                    6.140929,
+                    50.1305
                 ],
                 [
-                    -119.3394641,
-                    49.8293331
+                    6.135554,
+                    50.11899
                 ],
                 [
-                    -119.3395879,
-                    49.8267878
+                    6.138082,
+                    50.10263
                 ],
                 [
-                    -119.3500053,
-                    49.8265829
+                    6.131085,
+                    50.09964
                 ],
                 [
-                    -119.3493701,
-                    49.8180588
+                    6.135473,
+                    50.09119
                 ],
                 [
-                    -119.4046964,
-                    49.8163785
+                    6.121939,
+                    50.09059
                 ],
                 [
-                    -119.4045694,
-                    49.8099022
+                    6.126335,
+                    50.07817
                 ],
                 [
-                    -119.4101592,
-                    49.8099022
+                    6.131858,
+                    50.07348
                 ],
                 [
-                    -119.4102862,
-                    49.8072787
+                    6.121171,
+                    50.064
                 ],
                 [
-                    -119.4319467,
-                    49.8069098
+                    6.114444,
+                    50.06139
                 ],
                 [
-                    -119.4322643,
-                    49.7907965
+                    6.115631,
+                    50.05817
                 ],
                 [
-                    -119.4459847,
-                    49.7905504
+                    6.123611,
+                    50.06323
                 ],
                 [
-                    -119.445286,
-                    49.7820201
+                    6.136608,
+                    50.04178
                 ],
                 [
-                    -119.4967376,
-                    49.7811587
+                    6.130343,
+                    50.02975
                 ],
                 [
-                    -119.4966105,
-                    49.7784927
+                    6.148207,
+                    50.02307
                 ],
                 [
-                    -119.5418371,
-                    49.7775082
+                    6.13868,
+                    50.01572
                 ],
                 [
-                    -119.5415892,
-                    49.7718277
+                    6.135938,
+                    50.01485
                 ],
                 [
-                    -119.5560296,
-                    49.7714941
+                    6.131384,
+                    50.01905
                 ],
                 [
-                    -119.5561194,
-                    49.7718422
+                    6.130243,
+                    50.01819
                 ],
                 [
-                    -119.5715704,
-                    49.7715086
+                    6.139343,
+                    50.01116
                 ],
                 [
-                    -119.5716153,
-                    49.7717262
+                    6.151702,
+                    50.01058
                 ],
                 [
-                    -119.5819235,
-                    49.7714941
+                    6.145464,
+                    49.99689
                 ],
                 [
-                    -119.5820133,
-                    49.7717697
+                    6.139657,
+                    49.9994
                 ],
                 [
-                    -119.5922991,
-                    49.7715231
+                    6.138524,
+                    49.99829
                 ],
                 [
-                    -119.592344,
-                    49.7718132
+                    6.142178,
+                    49.99535
                 ],
                 [
-                    -119.6003839,
-                    49.7715957
+                    6.150227,
+                    49.99518
                 ],
                 [
-                    -119.6011924,
-                    49.7839081
+                    6.156247,
+                    49.98867
                 ],
                 [
-                    -119.5864365,
-                    49.7843863
-                ]
-            ]
-        ],
-        "id": "kelowna_roads",
-        "overlay": true
-    },
-    {
-        "name": "Landsat 233055",
-        "type": "tms",
-        "description": "Recent Landsat imagery",
-        "template": "http://{switch:a,b,c,d}.tile.paulnorman.ca/landsat_233055/{zoom}/{x}/{y}.png",
-        "scaleExtent": [
-            5,
-            14
-        ],
-        "polygon": [
-            [
+                    6.173045,
+                    49.98589
+                ],
                 [
-                    -60.8550011,
-                    6.1765004
+                    6.17348,
+                    49.98344
                 ],
                 [
-                    -60.4762612,
-                    7.9188291
+                    6.170353,
+                    49.98376
                 ],
                 [
-                    -62.161689,
-                    8.2778675
+                    6.165487,
+                    49.97115
                 ],
                 [
-                    -62.5322549,
-                    6.5375488
-                ]
-            ]
-        ],
-        "id": "landsat_233055"
-    },
-    {
-        "name": "Latest southwest British Columbia Landsat",
-        "type": "tms",
-        "description": "Recent lower-resolution landsat imagery for southwest British Columbia",
-        "template": "http://{switch:a,b,c,d}.tile.paulnorman.ca/landsat_047026/{zoom}/{x}/{y}.png",
-        "scaleExtent": [
-            5,
-            13
-        ],
-        "polygon": [
-            [
+                    6.171512,
+                    49.96298
+                ],
                 [
-                    -121.9355512,
-                    47.7820648
+                    6.176298,
+                    49.962
                 ],
                 [
-                    -121.5720582,
-                    48.6410125
+                    6.179954,
+                    49.95386
                 ],
                 [
-                    -121.2015461,
-                    49.4846247
+                    6.183393,
+                    49.9548
                 ],
                 [
-                    -121.8375516,
-                    49.6023246
+                    6.179829,
+                    49.96307
                 ],
                 [
-                    -122.4767046,
-                    49.7161735
+                    6.183312,
+                    49.9686
                 ],
                 [
-                    -123.118912,
-                    49.8268824
+                    6.192774,
+                    49.97158
                 ],
                 [
-                    -123.760228,
-                    49.9335836
+                    6.199783,
+                    49.95352
                 ],
                 [
-                    -124.0887706,
-                    49.0870469
+                    6.207066,
+                    49.95672
                 ],
                 [
-                    -124.4128889,
-                    48.2252567
+                    6.212689,
+                    49.9514
                 ],
                 [
-                    -123.792772,
-                    48.1197334
+                    6.225023,
+                    49.95039
                 ],
                 [
-                    -123.1727942,
-                    48.0109592
+                    6.22044,
+                    49.94369
                 ],
                 [
-                    -122.553553,
-                    47.8982299
-                ]
-            ]
-        ],
-        "id": "landsat_047026"
-    },
-    {
-        "name": "Lithuania - NŽT ORT10LT",
-        "type": "tms",
-        "template": "http://mapproxy.openmap.lt/ort10lt/g/{z}/{x}/{y}.jpeg",
-        "scaleExtent": [
-            4,
-            18
-        ],
-        "polygon": [
-            [
-                [
-                    21.4926054,
-                    56.3592046
+                    6.228241,
+                    49.93726
                 ],
                 [
-                    21.8134688,
-                    56.4097144
+                    6.22635,
+                    49.92766
                 ],
                 [
-                    21.9728753,
-                    56.4567587
+                    6.219133,
+                    49.92354
                 ],
                 [
-                    22.2158294,
-                    56.4604404
+                    6.229862,
+                    49.92125
                 ],
                 [
-                    22.2183922,
-                    56.4162361
+                    6.236032,
+                    49.91355
                 ],
                 [
-                    23.3511527,
-                    56.4267251
+                    6.231867,
+                    49.91064
                 ],
                 [
-                    23.3521778,
-                    56.3824815
+                    6.227694,
+                    49.91062
                 ],
                 [
-                    23.9179035,
-                    56.383305
+                    6.232286,
+                    49.9072
                 ],
                 [
-                    23.9176231,
-                    56.3392908
+                    6.23381,
+                    49.90028
                 ],
                 [
-                    24.5649817,
-                    56.3382169
+                    6.246919,
+                    49.89535
                 ],
                 [
-                    24.564933,
-                    56.3828587
+                    6.257809,
+                    49.88724
                 ],
                 [
-                    24.6475683,
-                    56.4277798
+                    6.263008,
+                    49.88101
                 ],
                 [
-                    24.8099394,
-                    56.470646
+                    6.276455,
+                    49.87725
                 ],
                 [
-                    24.9733979,
-                    56.4698452
+                    6.281126,
+                    49.87957
                 ],
                 [
-                    25.1299701,
-                    56.2890356
+                    6.291661,
+                    49.87548
                 ],
                 [
-                    25.127433,
-                    56.1990144
+                    6.297699,
+                    49.86673
                 ],
                 [
-                    25.6921076,
-                    56.1933684
+                    6.309889,
+                    49.87107
                 ],
                 [
-                    26.0839005,
-                    56.0067879
+                    6.315324,
+                    49.8673
                 ],
                 [
-                    26.4673573,
-                    55.7304232
+                    6.314651,
+                    49.86057
                 ],
                 [
-                    26.5463565,
-                    55.7132705
+                    6.323611,
+                    49.85188
                 ],
                 [
-                    26.5154447,
-                    55.2345969
+                    6.321577,
+                    49.8409
                 ],
                 [
-                    25.7874641,
-                    54.8425656
+                    6.327406,
+                    49.83673
                 ],
                 [
-                    25.7675259,
-                    54.6350898
+                    6.336561,
+                    49.83998
                 ],
                 [
-                    25.6165253,
-                    54.4404007
+                    6.339366,
+                    49.8507
                 ],
                 [
-                    24.4566043,
-                    53.9577649
+                    6.364651,
+                    49.85164
                 ],
                 [
-                    23.6164786,
-                    53.9575517
+                    6.402203,
+                    49.82098
                 ],
                 [
-                    23.5632006,
-                    54.048085
+                    6.426434,
+                    49.81629
                 ],
                 [
-                    22.8462074,
-                    54.3563682
+                    6.428071,
+                    49.81186
                 ],
                 [
-                    22.831944,
-                    54.9414849
+                    6.43097,
+                    49.81129
                 ],
                 [
-                    22.4306085,
-                    55.1159913
+                    6.441608,
+                    49.81547
                 ],
                 [
-                    21.9605898,
-                    55.1107144
+                    6.443442,
+                    49.81233
                 ],
                 [
-                    21.7253241,
-                    55.1496885
+                    6.45366,
+                    49.81275
                 ],
                 [
-                    21.5628422,
-                    55.2362913
+                    6.464538,
+                    49.81975
                 ],
                 [
-                    21.2209638,
-                    55.2742668
+                    6.47057,
+                    49.82385
                 ],
                 [
-                    21.1630444,
-                    55.2803979
+                    6.496805,
+                    49.81277
                 ],
                 [
-                    20.9277788,
-                    55.3101641
+                    6.50669,
+                    49.80993
                 ],
                 [
-                    20.9257285,
-                    55.3588507
+                    6.511554,
+                    49.80238
                 ],
                 [
-                    20.9980451,
-                    55.4514157
+                    6.51485,
+                    49.80513
                 ],
                 [
-                    21.0282249,
-                    56.0796297
-                ]
-            ]
-        ],
-        "terms_url": "http://www.geoportal.lt",
-        "terms_text": "NŽT ORT10LT"
-    },
-    {
-        "name": "Locator Overlay",
-        "type": "tms",
-        "description": "Shows major features to help orient you.",
-        "template": "http://{switch:a,b,c}.tiles.mapbox.com/v4/openstreetmap.map-inh76ba2/{zoom}/{x}/{y}.png?access_token=pk.eyJ1Ijoib3BlbnN0cmVldG1hcCIsImEiOiJncjlmd0t3In0.DmZsIeOW-3x-C5eX-wAqTw",
-        "scaleExtent": [
-            0,
-            16
-        ],
-        "overzoom": false,
-        "terms_url": "http://www.mapbox.com/about/maps/",
-        "terms_text": "Terms & Feedback",
-        "default": true,
-        "overlay": true
-    },
-    {
-        "name": "Luxembourg Inspire Ortho 2010",
-        "type": "tms",
-        "template": "http://mapproxy.openstreetmap.lu/tiles/ortho2010/EPSG900913/{z}/{x}/{y}.jpeg",
-        "scaleExtent": [
-            0,
-            20
-        ],
-        "polygon": [
-            [
-                [
-                    5.961753,
-                    50.17631
+                    6.519604,
+                    49.81446
                 ],
                 [
-                    6.026268,
-                    50.18496
+                    6.529808,
+                    49.81048
                 ],
                 [
-                    6.033182,
-                    50.16395
+                    6.532249,
+                    49.80686
                 ],
                 [
-                    6.060695,
-                    50.15536
+                    6.530829,
+                    49.80116
                 ],
                 [
-                    6.07668,
-                    50.15913
+                    6.506225,
+                    49.78899
                 ],
                 [
-                    6.078237,
-                    50.17255
+                    6.519171,
+                    49.78344
                 ],
                 [
-                    6.101762,
-                    50.17199
+                    6.511055,
+                    49.77422
                 ],
                 [
-                    6.122501,
-                    50.16437
+                    6.520563,
+                    49.76818
                 ],
                 [
-                    6.120101,
-                    50.15594
+                    6.520516,
+                    49.76134
                 ],
                 [
-                    6.127695,
-                    50.14993
+                    6.503734,
+                    49.75086
                 ],
                 [
-                    6.113228,
-                    50.13739
+                    6.502627,
+                    49.73298
                 ],
                 [
-                    6.123691,
-                    50.13719
+                    6.507266,
+                    49.72938
                 ],
                 [
-                    6.140929,
-                    50.1305
+                    6.518092,
+                    49.7242
                 ],
                 [
-                    6.135554,
-                    50.11899
+                    6.516417,
+                    49.72129
                 ],
                 [
-                    6.138082,
-                    50.10263
+                    6.511763,
+                    49.72016
                 ],
                 [
-                    6.131085,
-                    50.09964
+                    6.504791,
+                    49.725
                 ],
                 [
-                    6.135473,
-                    50.09119
+                    6.498913,
+                    49.72639
                 ],
                 [
-                    6.121939,
-                    50.09059
+                    6.495576,
+                    49.72443
                 ],
                 [
-                    6.126335,
-                    50.07817
+                    6.507122,
+                    49.71655
                 ],
                 [
-                    6.131858,
-                    50.07348
+                    6.507884,
+                    49.71215
                 ],
                 [
-                    6.121171,
-                    50.064
+                    6.504598,
+                    49.71227
                 ],
                 [
-                    6.114444,
-                    50.06139
+                    6.427139,
+                    49.66237
                 ],
                 [
-                    6.115631,
-                    50.05817
+                    6.439899,
+                    49.66025
                 ],
                 [
-                    6.123611,
-                    50.06323
+                    6.442511,
+                    49.65591
                 ],
                 [
-                    6.136608,
-                    50.04178
+                    6.421781,
+                    49.61809
                 ],
                 [
-                    6.130343,
-                    50.02975
+                    6.398978,
+                    49.60094
                 ],
                 [
-                    6.148207,
-                    50.02307
+                    6.379408,
+                    49.59526
                 ],
                 [
-                    6.13868,
-                    50.01572
+                    6.375507,
+                    49.58809
                 ],
                 [
-                    6.135938,
-                    50.01485
+                    6.384426,
+                    49.5801
                 ],
                 [
-                    6.131384,
-                    50.01905
+                    6.381188,
+                    49.57509
                 ],
                 [
-                    6.130243,
-                    50.01819
+                    6.369093,
+                    49.5783
                 ],
                 [
-                    6.139343,
-                    50.01116
+                    6.357913,
+                    49.57166
                 ],
                 [
-                    6.151702,
-                    50.01058
+                    6.384902,
+                    49.55817
                 ],
                 [
-                    6.145464,
-                    49.99689
+                    6.380095,
+                    49.54856
                 ],
                 [
-                    6.139657,
-                    49.9994
+                    6.358555,
+                    49.53296
                 ],
                 [
-                    6.138524,
-                    49.99829
+                    6.359322,
+                    49.52481
                 ],
                 [
-                    6.142178,
-                    49.99535
+                    6.370763,
+                    49.50545
                 ],
                 [
-                    6.150227,
-                    49.99518
+                    6.370562,
+                    49.45732
                 ],
                 [
-                    6.156247,
-                    49.98867
+                    6.333403,
+                    49.46493
                 ],
                 [
-                    6.173045,
-                    49.98589
+                    6.321894,
+                    49.47244
                 ],
                 [
-                    6.17348,
-                    49.98344
+                    6.295034,
+                    49.47928
                 ],
                 [
-                    6.170353,
-                    49.98376
+                    6.287889,
+                    49.48379
                 ],
                 [
-                    6.165487,
-                    49.97115
+                    6.271912,
+                    49.49995
                 ],
                 [
-                    6.171512,
-                    49.96298
+                    6.241327,
+                    49.50693
                 ],
                 [
-                    6.176298,
-                    49.962
+                    6.196692,
+                    49.50331
                 ],
                 [
-                    6.179954,
-                    49.95386
+                    6.173373,
+                    49.50577
                 ],
                 [
-                    6.183393,
-                    49.9548
+                    6.160858,
+                    49.50085
                 ],
                 [
-                    6.179829,
-                    49.96307
+                    6.167099,
+                    49.49006
                 ],
                 [
-                    6.183312,
-                    49.9686
+                    6.140179,
+                    49.48525
                 ],
                 [
-                    6.192774,
-                    49.97158
+                    6.129367,
+                    49.48803
                 ],
                 [
-                    6.199783,
-                    49.95352
+                    6.127247,
+                    49.47081
                 ],
                 [
-                    6.207066,
-                    49.95672
+                    6.101403,
+                    49.46726
                 ],
                 [
-                    6.212689,
-                    49.9514
+                    6.104826,
+                    49.45076
                 ],
                 [
-                    6.225023,
-                    49.95039
+                    6.081667,
+                    49.45417
                 ],
                 [
-                    6.22044,
-                    49.94369
+                    6.077222,
+                    49.46139
                 ],
                 [
-                    6.228241,
-                    49.93726
+                    6.059167,
+                    49.46306
                 ],
                 [
-                    6.22635,
-                    49.92766
+                    6.052222,
+                    49.46028
                 ],
                 [
-                    6.219133,
-                    49.92354
+                    6.044213,
+                    49.44553
                 ],
                 [
-                    6.229862,
-                    49.92125
+                    6.025294,
+                    49.44703
                 ],
                 [
-                    6.236032,
-                    49.91355
+                    6.021545,
+                    49.45127
                 ],
                 [
-                    6.231867,
-                    49.91064
+                    6.01574,
+                    49.44885
                 ],
                 [
-                    6.227694,
-                    49.91062
+                    5.994123,
+                    49.45301
                 ],
                 [
-                    6.232286,
-                    49.9072
+                    5.976569,
+                    49.44885
                 ],
                 [
-                    6.23381,
-                    49.90028
+                    5.977725,
+                    49.45955
                 ],
                 [
-                    6.246919,
-                    49.89535
+                    5.972317,
+                    49.46087
                 ],
                 [
-                    6.257809,
-                    49.88724
+                    5.968912,
+                    49.48202
                 ],
                 [
-                    6.263008,
-                    49.88101
+                    5.9616,
+                    49.49026
                 ],
                 [
-                    6.276455,
-                    49.87725
+                    5.915781,
+                    49.49835
                 ],
                 [
-                    6.281126,
-                    49.87957
+                    5.890334,
+                    49.4948
                 ],
                 [
-                    6.291661,
-                    49.87548
+                    5.863321,
+                    49.50006
                 ],
                 [
-                    6.297699,
-                    49.86673
+                    5.84897,
+                    49.50826
                 ],
                 [
-                    6.309889,
-                    49.87107
+                    5.84828,
+                    49.51397
                 ],
                 [
-                    6.315324,
-                    49.8673
+                    5.83641,
+                    49.51817
                 ],
                 [
-                    6.314651,
-                    49.86057
+                    5.831868,
+                    49.52639
                 ],
                 [
-                    6.323611,
-                    49.85188
+                    5.84308,
+                    49.53081
                 ],
                 [
-                    6.321577,
-                    49.8409
+                    5.835622,
+                    49.54114
                 ],
                 [
-                    6.327406,
-                    49.83673
+                    5.816251,
+                    49.53325
                 ],
                 [
-                    6.336561,
-                    49.83998
+                    5.805201,
+                    49.54272
                 ],
                 [
-                    6.339366,
-                    49.8507
+                    5.859432,
+                    49.57158
                 ],
                 [
-                    6.364651,
-                    49.85164
+                    5.868663,
+                    49.587
                 ],
                 [
-                    6.402203,
-                    49.82098
+                    5.862888,
+                    49.58525
                 ],
                 [
-                    6.426434,
-                    49.81629
+                    5.851102,
+                    49.58379
                 ],
                 [
-                    6.428071,
-                    49.81186
+                    5.847116,
+                    49.58961
                 ],
                 [
-                    6.43097,
-                    49.81129
+                    5.845652,
+                    49.5981
                 ],
                 [
-                    6.441608,
-                    49.81547
+                    5.869401,
+                    49.6106
                 ],
                 [
-                    6.443442,
-                    49.81233
+                    5.881819,
+                    49.63815
                 ],
                 [
-                    6.45366,
-                    49.81275
+                    5.899978,
+                    49.63907
                 ],
                 [
-                    6.464538,
-                    49.81975
+                    5.899339,
+                    49.66239
                 ],
                 [
-                    6.47057,
-                    49.82385
+                    5.856561,
+                    49.67628
                 ],
                 [
-                    6.496805,
-                    49.81277
+                    5.856283,
+                    49.68211
                 ],
                 [
-                    6.50669,
-                    49.80993
+                    5.875703,
+                    49.71118
                 ],
                 [
-                    6.511554,
-                    49.80238
+                    5.864811,
+                    49.72331
                 ],
                 [
-                    6.51485,
-                    49.80513
+                    5.843249,
+                    49.71822
                 ],
                 [
-                    6.519604,
-                    49.81446
+                    5.82191,
+                    49.72128
                 ],
                 [
-                    6.529808,
-                    49.81048
+                    5.824894,
+                    49.73767
                 ],
                 [
-                    6.532249,
-                    49.80686
+                    5.820728,
+                    49.74878
                 ],
                 [
-                    6.530829,
-                    49.80116
+                    5.786264,
+                    49.79079
                 ],
                 [
-                    6.506225,
-                    49.78899
+                    5.765172,
+                    49.78961
                 ],
                 [
-                    6.519171,
-                    49.78344
+                    5.750937,
+                    49.79094
                 ],
                 [
-                    6.511055,
-                    49.77422
+                    5.741591,
+                    49.82126
                 ],
                 [
-                    6.520563,
-                    49.76818
+                    5.745814,
+                    49.82435
                 ],
                 [
-                    6.520516,
-                    49.76134
+                    5.737197,
+                    49.83353
                 ],
                 [
-                    6.503734,
-                    49.75086
+                    5.740531,
+                    49.84142
                 ],
                 [
-                    6.502627,
-                    49.73298
+                    5.747012,
+                    49.84048
                 ],
                 [
-                    6.507266,
-                    49.72938
+                    5.746237,
+                    49.84783
                 ],
                 [
-                    6.518092,
-                    49.7242
+                    5.753989,
+                    49.84878
                 ],
                 [
-                    6.516417,
-                    49.72129
+                    5.740663,
+                    49.85152
                 ],
                 [
-                    6.511763,
-                    49.72016
+                    5.752288,
+                    49.85922
                 ],
                 [
-                    6.504791,
-                    49.725
+                    5.749545,
+                    49.87554
                 ],
                 [
-                    6.498913,
-                    49.72639
+                    5.775668,
+                    49.87438
                 ],
                 [
-                    6.495576,
-                    49.72443
+                    5.775053,
+                    49.88057
                 ],
                 [
-                    6.507122,
-                    49.71655
+                    5.734598,
+                    49.89341
                 ],
                 [
-                    6.507884,
-                    49.71215
+                    5.733033,
+                    49.90285
                 ],
                 [
-                    6.504598,
-                    49.71227
+                    5.757834,
+                    49.91737
                 ],
                 [
-                    6.427139,
-                    49.66237
+                    5.760393,
+                    49.93252
                 ],
                 [
-                    6.439899,
-                    49.66025
+                    5.770728,
+                    49.93711
                 ],
                 [
-                    6.442511,
-                    49.65591
+                    5.768783,
+                    49.94239
                 ],
                 [
-                    6.421781,
-                    49.61809
+                    5.768802,
+                    49.96104
                 ],
                 [
-                    6.398978,
-                    49.60094
+                    5.786724,
+                    49.96816
                 ],
                 [
-                    6.379408,
-                    49.59526
+                    5.80524,
+                    49.96677
                 ],
                 [
-                    6.375507,
-                    49.58809
+                    5.806521,
+                    49.97321
                 ],
                 [
-                    6.384426,
-                    49.5801
+                    5.831293,
+                    49.97995
                 ],
                 [
-                    6.381188,
-                    49.57509
+                    5.834616,
+                    49.98656
                 ],
                 [
-                    6.369093,
-                    49.5783
+                    5.818057,
+                    49.99936
                 ],
                 [
-                    6.357913,
-                    49.57166
+                    5.815606,
+                    50.01437
                 ],
                 [
-                    6.384902,
-                    49.55817
+                    5.847923,
+                    50.02809
                 ],
                 [
-                    6.380095,
-                    49.54856
+                    5.861889,
+                    50.04581
                 ],
                 [
-                    6.358555,
-                    49.53296
+                    5.850872,
+                    50.0563
                 ],
                 [
-                    6.359322,
-                    49.52481
+                    5.857809,
+                    50.07186
                 ],
                 [
-                    6.370763,
-                    49.50545
+                    5.880997,
+                    50.08069
                 ],
                 [
-                    6.370562,
-                    49.45732
+                    5.891965,
+                    50.12041
                 ],
                 [
-                    6.333403,
-                    49.46493
+                    5.952856,
+                    50.13384
                 ],
                 [
-                    6.321894,
-                    49.47244
+                    5.961753,
+                    50.17631
+                ]
+            ]
+        ],
+        "terms_url": "http://www.act.public.lu/fr/actualites/2014/02/ortho2014/",
+        "terms_text": "Administration du Cadastre et de la Topographie",
+        "id": "lu.geoportail.inspire.ortho2010"
+    },
+    {
+        "name": "Luxembourg Inspire Ortho 2013",
+        "type": "tms",
+        "template": "http://mapproxy.openstreetmap.lu/tiles/ortho2013/EPSG900913/{z}/{x}/{y}.jpeg",
+        "scaleExtent": [
+            0,
+            20
+        ],
+        "polygon": [
+            [
+                [
+                    5.961753,
+                    50.17631
                 ],
                 [
-                    6.295034,
-                    49.47928
+                    6.026268,
+                    50.18496
                 ],
                 [
-                    6.287889,
-                    49.48379
+                    6.033182,
+                    50.16395
                 ],
                 [
-                    6.271912,
-                    49.49995
+                    6.060695,
+                    50.15536
                 ],
                 [
-                    6.241327,
-                    49.50693
+                    6.07668,
+                    50.15913
                 ],
                 [
-                    6.196692,
-                    49.50331
+                    6.078237,
+                    50.17255
                 ],
                 [
-                    6.173373,
-                    49.50577
+                    6.101762,
+                    50.17199
                 ],
                 [
-                    6.160858,
-                    49.50085
+                    6.122501,
+                    50.16437
                 ],
                 [
-                    6.167099,
-                    49.49006
+                    6.120101,
+                    50.15594
                 ],
                 [
-                    6.140179,
-                    49.48525
+                    6.127695,
+                    50.14993
                 ],
                 [
-                    6.129367,
-                    49.48803
+                    6.113228,
+                    50.13739
                 ],
                 [
-                    6.127247,
-                    49.47081
+                    6.123691,
+                    50.13719
                 ],
                 [
-                    6.101403,
-                    49.46726
+                    6.140929,
+                    50.1305
                 ],
                 [
-                    6.104826,
-                    49.45076
+                    6.135554,
+                    50.11899
                 ],
                 [
-                    6.081667,
-                    49.45417
+                    6.138082,
+                    50.10263
                 ],
                 [
-                    6.077222,
-                    49.46139
+                    6.131085,
+                    50.09964
                 ],
                 [
-                    6.059167,
-                    49.46306
+                    6.135473,
+                    50.09119
                 ],
                 [
-                    6.052222,
-                    49.46028
+                    6.121939,
+                    50.09059
                 ],
                 [
-                    6.044213,
-                    49.44553
+                    6.126335,
+                    50.07817
                 ],
                 [
-                    6.025294,
-                    49.44703
+                    6.131858,
+                    50.07348
                 ],
                 [
-                    6.021545,
-                    49.45127
+                    6.121171,
+                    50.064
                 ],
                 [
-                    6.01574,
-                    49.44885
+                    6.114444,
+                    50.06139
                 ],
                 [
-                    5.994123,
-                    49.45301
+                    6.115631,
+                    50.05817
                 ],
                 [
-                    5.976569,
-                    49.44885
+                    6.123611,
+                    50.06323
                 ],
                 [
-                    5.977725,
-                    49.45955
+                    6.136608,
+                    50.04178
                 ],
                 [
-                    5.972317,
-                    49.46087
+                    6.130343,
+                    50.02975
                 ],
                 [
-                    5.968912,
-                    49.48202
+                    6.148207,
+                    50.02307
                 ],
                 [
-                    5.9616,
-                    49.49026
+                    6.13868,
+                    50.01572
                 ],
                 [
-                    5.915781,
-                    49.49835
+                    6.135938,
+                    50.01485
                 ],
                 [
-                    5.890334,
-                    49.4948
+                    6.131384,
+                    50.01905
                 ],
                 [
-                    5.863321,
-                    49.50006
+                    6.130243,
+                    50.01819
                 ],
                 [
-                    5.84897,
-                    49.50826
+                    6.139343,
+                    50.01116
                 ],
                 [
-                    5.84828,
-                    49.51397
+                    6.151702,
+                    50.01058
                 ],
                 [
-                    5.83641,
-                    49.51817
+                    6.145464,
+                    49.99689
                 ],
                 [
-                    5.831868,
-                    49.52639
+                    6.139657,
+                    49.9994
                 ],
                 [
-                    5.84308,
-                    49.53081
+                    6.138524,
+                    49.99829
                 ],
                 [
-                    5.835622,
-                    49.54114
+                    6.142178,
+                    49.99535
                 ],
                 [
-                    5.816251,
-                    49.53325
+                    6.150227,
+                    49.99518
                 ],
                 [
-                    5.805201,
-                    49.54272
+                    6.156247,
+                    49.98867
                 ],
                 [
-                    5.859432,
-                    49.57158
+                    6.173045,
+                    49.98589
                 ],
                 [
-                    5.868663,
-                    49.587
+                    6.17348,
+                    49.98344
                 ],
                 [
-                    5.862888,
-                    49.58525
+                    6.170353,
+                    49.98376
                 ],
                 [
-                    5.851102,
-                    49.58379
+                    6.165487,
+                    49.97115
                 ],
                 [
-                    5.847116,
-                    49.58961
+                    6.171512,
+                    49.96298
                 ],
                 [
-                    5.845652,
-                    49.5981
+                    6.176298,
+                    49.962
                 ],
                 [
-                    5.869401,
-                    49.6106
+                    6.179954,
+                    49.95386
                 ],
                 [
-                    5.881819,
-                    49.63815
+                    6.183393,
+                    49.9548
                 ],
                 [
-                    5.899978,
-                    49.63907
+                    6.179829,
+                    49.96307
                 ],
                 [
-                    5.899339,
-                    49.66239
+                    6.183312,
+                    49.9686
                 ],
                 [
-                    5.856561,
-                    49.67628
+                    6.192774,
+                    49.97158
                 ],
                 [
-                    5.856283,
-                    49.68211
+                    6.199783,
+                    49.95352
                 ],
                 [
-                    5.875703,
-                    49.71118
+                    6.207066,
+                    49.95672
                 ],
                 [
-                    5.864811,
-                    49.72331
+                    6.212689,
+                    49.9514
                 ],
                 [
-                    5.843249,
-                    49.71822
+                    6.225023,
+                    49.95039
                 ],
                 [
-                    5.82191,
-                    49.72128
+                    6.22044,
+                    49.94369
                 ],
                 [
-                    5.824894,
-                    49.73767
+                    6.228241,
+                    49.93726
                 ],
                 [
-                    5.820728,
-                    49.74878
+                    6.22635,
+                    49.92766
                 ],
                 [
-                    5.786264,
-                    49.79079
+                    6.219133,
+                    49.92354
                 ],
                 [
-                    5.765172,
-                    49.78961
+                    6.229862,
+                    49.92125
                 ],
                 [
-                    5.750937,
-                    49.79094
+                    6.236032,
+                    49.91355
                 ],
                 [
-                    5.741591,
-                    49.82126
+                    6.231867,
+                    49.91064
                 ],
                 [
-                    5.745814,
-                    49.82435
+                    6.227694,
+                    49.91062
                 ],
                 [
-                    5.737197,
-                    49.83353
+                    6.232286,
+                    49.9072
                 ],
                 [
-                    5.740531,
-                    49.84142
+                    6.23381,
+                    49.90028
                 ],
                 [
-                    5.747012,
-                    49.84048
+                    6.246919,
+                    49.89535
                 ],
                 [
-                    5.746237,
-                    49.84783
+                    6.257809,
+                    49.88724
                 ],
                 [
-                    5.753989,
-                    49.84878
+                    6.263008,
+                    49.88101
                 ],
                 [
-                    5.740663,
-                    49.85152
+                    6.276455,
+                    49.87725
                 ],
                 [
-                    5.752288,
-                    49.85922
+                    6.281126,
+                    49.87957
                 ],
                 [
-                    5.749545,
-                    49.87554
+                    6.291661,
+                    49.87548
                 ],
                 [
-                    5.775668,
-                    49.87438
+                    6.297699,
+                    49.86673
                 ],
                 [
-                    5.775053,
-                    49.88057
+                    6.309889,
+                    49.87107
                 ],
                 [
-                    5.734598,
-                    49.89341
+                    6.315324,
+                    49.8673
                 ],
                 [
-                    5.733033,
-                    49.90285
+                    6.314651,
+                    49.86057
                 ],
                 [
-                    5.757834,
-                    49.91737
+                    6.323611,
+                    49.85188
                 ],
                 [
-                    5.760393,
-                    49.93252
+                    6.321577,
+                    49.8409
                 ],
                 [
-                    5.770728,
-                    49.93711
+                    6.327406,
+                    49.83673
                 ],
                 [
-                    5.768783,
-                    49.94239
+                    6.336561,
+                    49.83998
                 ],
                 [
-                    5.768802,
-                    49.96104
+                    6.339366,
+                    49.8507
                 ],
                 [
-                    5.786724,
-                    49.96816
+                    6.364651,
+                    49.85164
                 ],
                 [
-                    5.80524,
-                    49.96677
+                    6.402203,
+                    49.82098
                 ],
                 [
-                    5.806521,
-                    49.97321
+                    6.426434,
+                    49.81629
                 ],
                 [
-                    5.831293,
-                    49.97995
+                    6.428071,
+                    49.81186
                 ],
                 [
-                    5.834616,
-                    49.98656
+                    6.43097,
+                    49.81129
                 ],
                 [
-                    5.818057,
-                    49.99936
+                    6.441608,
+                    49.81547
                 ],
                 [
-                    5.815606,
-                    50.01437
+                    6.443442,
+                    49.81233
                 ],
                 [
-                    5.847923,
-                    50.02809
+                    6.45366,
+                    49.81275
                 ],
                 [
-                    5.861889,
-                    50.04581
+                    6.464538,
+                    49.81975
                 ],
                 [
-                    5.850872,
-                    50.0563
+                    6.47057,
+                    49.82385
                 ],
                 [
-                    5.857809,
-                    50.07186
+                    6.496805,
+                    49.81277
                 ],
                 [
-                    5.880997,
-                    50.08069
+                    6.50669,
+                    49.80993
                 ],
                 [
-                    5.891965,
-                    50.12041
+                    6.511554,
+                    49.80238
                 ],
                 [
-                    5.952856,
-                    50.13384
+                    6.51485,
+                    49.80513
                 ],
                 [
-                    5.961753,
-                    50.17631
-                ]
-            ]
-        ],
-        "terms_url": "http://www.act.public.lu/fr/actualites/2014/02/ortho2014/",
-        "terms_text": "Administration du Cadastre et de la Topographie",
-        "id": "lu.geoportail.inspire.ortho2010"
-    },
-    {
-        "name": "Luxembourg Inspire Ortho 2013",
-        "type": "tms",
-        "template": "http://mapproxy.openstreetmap.lu/tiles/ortho2013/EPSG900913/{z}/{x}/{y}.jpeg",
-        "scaleExtent": [
-            0,
-            20
-        ],
-        "polygon": [
-            [
-                [
-                    5.961753,
-                    50.17631
+                    6.519604,
+                    49.81446
                 ],
                 [
-                    6.026268,
-                    50.18496
+                    6.529808,
+                    49.81048
                 ],
                 [
-                    6.033182,
-                    50.16395
+                    6.532249,
+                    49.80686
                 ],
                 [
-                    6.060695,
-                    50.15536
+                    6.530829,
+                    49.80116
                 ],
                 [
-                    6.07668,
-                    50.15913
+                    6.506225,
+                    49.78899
                 ],
                 [
-                    6.078237,
-                    50.17255
+                    6.519171,
+                    49.78344
                 ],
                 [
-                    6.101762,
-                    50.17199
+                    6.511055,
+                    49.77422
                 ],
                 [
-                    6.122501,
-                    50.16437
+                    6.520563,
+                    49.76818
                 ],
                 [
-                    6.120101,
-                    50.15594
+                    6.520516,
+                    49.76134
                 ],
                 [
-                    6.127695,
-                    50.14993
+                    6.503734,
+                    49.75086
                 ],
                 [
-                    6.113228,
-                    50.13739
+                    6.502627,
+                    49.73298
                 ],
                 [
-                    6.123691,
-                    50.13719
+                    6.507266,
+                    49.72938
                 ],
                 [
-                    6.140929,
-                    50.1305
+                    6.518092,
+                    49.7242
                 ],
                 [
-                    6.135554,
-                    50.11899
+                    6.516417,
+                    49.72129
                 ],
                 [
-                    6.138082,
-                    50.10263
+                    6.511763,
+                    49.72016
                 ],
                 [
-                    6.131085,
-                    50.09964
+                    6.504791,
+                    49.725
                 ],
                 [
-                    6.135473,
-                    50.09119
+                    6.498913,
+                    49.72639
                 ],
                 [
-                    6.121939,
-                    50.09059
+                    6.495576,
+                    49.72443
                 ],
                 [
-                    6.126335,
-                    50.07817
+                    6.507122,
+                    49.71655
                 ],
                 [
-                    6.131858,
-                    50.07348
+                    6.507884,
+                    49.71215
                 ],
                 [
-                    6.121171,
-                    50.064
+                    6.504598,
+                    49.71227
                 ],
                 [
-                    6.114444,
-                    50.06139
+                    6.427139,
+                    49.66237
                 ],
                 [
-                    6.115631,
-                    50.05817
+                    6.439899,
+                    49.66025
                 ],
                 [
-                    6.123611,
-                    50.06323
+                    6.442511,
+                    49.65591
                 ],
                 [
-                    6.136608,
-                    50.04178
+                    6.421781,
+                    49.61809
                 ],
                 [
-                    6.130343,
-                    50.02975
+                    6.398978,
+                    49.60094
                 ],
                 [
-                    6.148207,
-                    50.02307
+                    6.379408,
+                    49.59526
                 ],
                 [
-                    6.13868,
-                    50.01572
+                    6.375507,
+                    49.58809
                 ],
                 [
-                    6.135938,
-                    50.01485
+                    6.384426,
+                    49.5801
                 ],
                 [
-                    6.131384,
-                    50.01905
+                    6.381188,
+                    49.57509
                 ],
                 [
-                    6.130243,
-                    50.01819
+                    6.369093,
+                    49.5783
                 ],
                 [
-                    6.139343,
-                    50.01116
+                    6.357913,
+                    49.57166
                 ],
                 [
-                    6.151702,
-                    50.01058
+                    6.384902,
+                    49.55817
                 ],
                 [
-                    6.145464,
-                    49.99689
+                    6.380095,
+                    49.54856
                 ],
                 [
-                    6.139657,
-                    49.9994
+                    6.358555,
+                    49.53296
                 ],
                 [
-                    6.138524,
-                    49.99829
+                    6.359322,
+                    49.52481
                 ],
                 [
-                    6.142178,
-                    49.99535
+                    6.370763,
+                    49.50545
                 ],
                 [
-                    6.150227,
-                    49.99518
+                    6.370562,
+                    49.45732
                 ],
                 [
-                    6.156247,
-                    49.98867
+                    6.333403,
+                    49.46493
                 ],
                 [
-                    6.173045,
-                    49.98589
+                    6.321894,
+                    49.47244
                 ],
                 [
-                    6.17348,
-                    49.98344
+                    6.295034,
+                    49.47928
                 ],
                 [
-                    6.170353,
-                    49.98376
+                    6.287889,
+                    49.48379
                 ],
                 [
-                    6.165487,
-                    49.97115
+                    6.271912,
+                    49.49995
                 ],
                 [
-                    6.171512,
-                    49.96298
+                    6.241327,
+                    49.50693
                 ],
                 [
-                    6.176298,
-                    49.962
+                    6.196692,
+                    49.50331
                 ],
                 [
-                    6.179954,
-                    49.95386
+                    6.173373,
+                    49.50577
                 ],
                 [
-                    6.183393,
-                    49.9548
+                    6.160858,
+                    49.50085
                 ],
                 [
-                    6.179829,
-                    49.96307
+                    6.167099,
+                    49.49006
                 ],
                 [
-                    6.183312,
-                    49.9686
+                    6.140179,
+                    49.48525
                 ],
                 [
-                    6.192774,
-                    49.97158
+                    6.129367,
+                    49.48803
                 ],
                 [
-                    6.199783,
-                    49.95352
+                    6.127247,
+                    49.47081
                 ],
                 [
-                    6.207066,
-                    49.95672
+                    6.101403,
+                    49.46726
                 ],
                 [
-                    6.212689,
-                    49.9514
+                    6.104826,
+                    49.45076
                 ],
                 [
-                    6.225023,
-                    49.95039
+                    6.081667,
+                    49.45417
                 ],
                 [
-                    6.22044,
-                    49.94369
+                    6.077222,
+                    49.46139
                 ],
                 [
-                    6.228241,
-                    49.93726
+                    6.059167,
+                    49.46306
                 ],
                 [
-                    6.22635,
-                    49.92766
+                    6.052222,
+                    49.46028
                 ],
                 [
-                    6.219133,
-                    49.92354
+                    6.044213,
+                    49.44553
                 ],
                 [
-                    6.229862,
-                    49.92125
+                    6.025294,
+                    49.44703
                 ],
                 [
-                    6.236032,
-                    49.91355
+                    6.021545,
+                    49.45127
                 ],
                 [
-                    6.231867,
-                    49.91064
+                    6.01574,
+                    49.44885
                 ],
                 [
-                    6.227694,
-                    49.91062
+                    5.994123,
+                    49.45301
                 ],
                 [
-                    6.232286,
-                    49.9072
+                    5.976569,
+                    49.44885
                 ],
                 [
-                    6.23381,
-                    49.90028
+                    5.977725,
+                    49.45955
                 ],
                 [
-                    6.246919,
-                    49.89535
+                    5.972317,
+                    49.46087
                 ],
                 [
-                    6.257809,
-                    49.88724
+                    5.968912,
+                    49.48202
                 ],
                 [
-                    6.263008,
-                    49.88101
+                    5.9616,
+                    49.49026
                 ],
                 [
-                    6.276455,
-                    49.87725
+                    5.915781,
+                    49.49835
                 ],
                 [
-                    6.281126,
-                    49.87957
+                    5.890334,
+                    49.4948
                 ],
                 [
-                    6.291661,
-                    49.87548
+                    5.863321,
+                    49.50006
                 ],
                 [
-                    6.297699,
-                    49.86673
+                    5.84897,
+                    49.50826
                 ],
                 [
-                    6.309889,
-                    49.87107
+                    5.84828,
+                    49.51397
                 ],
                 [
-                    6.315324,
-                    49.8673
+                    5.83641,
+                    49.51817
                 ],
                 [
-                    6.314651,
-                    49.86057
+                    5.831868,
+                    49.52639
                 ],
                 [
-                    6.323611,
-                    49.85188
+                    5.84308,
+                    49.53081
                 ],
                 [
-                    6.321577,
-                    49.8409
+                    5.835622,
+                    49.54114
                 ],
                 [
-                    6.327406,
-                    49.83673
+                    5.816251,
+                    49.53325
                 ],
                 [
-                    6.336561,
-                    49.83998
+                    5.805201,
+                    49.54272
                 ],
                 [
-                    6.339366,
-                    49.8507
+                    5.859432,
+                    49.57158
                 ],
                 [
-                    6.364651,
-                    49.85164
+                    5.868663,
+                    49.587
                 ],
                 [
-                    6.402203,
-                    49.82098
+                    5.862888,
+                    49.58525
                 ],
                 [
-                    6.426434,
-                    49.81629
+                    5.851102,
+                    49.58379
                 ],
                 [
-                    6.428071,
-                    49.81186
+                    5.847116,
+                    49.58961
                 ],
                 [
-                    6.43097,
-                    49.81129
+                    5.845652,
+                    49.5981
                 ],
                 [
-                    6.441608,
-                    49.81547
+                    5.869401,
+                    49.6106
                 ],
                 [
-                    6.443442,
-                    49.81233
+                    5.881819,
+                    49.63815
                 ],
                 [
-                    6.45366,
-                    49.81275
+                    5.899978,
+                    49.63907
                 ],
                 [
-                    6.464538,
-                    49.81975
+                    5.899339,
+                    49.66239
                 ],
                 [
-                    6.47057,
-                    49.82385
+                    5.856561,
+                    49.67628
                 ],
                 [
-                    6.496805,
-                    49.81277
+                    5.856283,
+                    49.68211
                 ],
                 [
-                    6.50669,
-                    49.80993
+                    5.875703,
+                    49.71118
                 ],
                 [
-                    6.511554,
-                    49.80238
+                    5.864811,
+                    49.72331
                 ],
                 [
-                    6.51485,
-                    49.80513
+                    5.843249,
+                    49.71822
                 ],
                 [
-                    6.519604,
-                    49.81446
+                    5.82191,
+                    49.72128
                 ],
                 [
-                    6.529808,
-                    49.81048
+                    5.824894,
+                    49.73767
                 ],
                 [
-                    6.532249,
-                    49.80686
+                    5.820728,
+                    49.74878
                 ],
                 [
-                    6.530829,
-                    49.80116
+                    5.786264,
+                    49.79079
                 ],
                 [
-                    6.506225,
-                    49.78899
+                    5.765172,
+                    49.78961
                 ],
                 [
-                    6.519171,
-                    49.78344
+                    5.750937,
+                    49.79094
                 ],
                 [
-                    6.511055,
-                    49.77422
+                    5.741591,
+                    49.82126
                 ],
                 [
-                    6.520563,
-                    49.76818
+                    5.745814,
+                    49.82435
                 ],
                 [
-                    6.520516,
-                    49.76134
+                    5.737197,
+                    49.83353
                 ],
                 [
-                    6.503734,
-                    49.75086
+                    5.740531,
+                    49.84142
                 ],
                 [
-                    6.502627,
-                    49.73298
+                    5.747012,
+                    49.84048
                 ],
                 [
-                    6.507266,
-                    49.72938
+                    5.746237,
+                    49.84783
                 ],
                 [
-                    6.518092,
-                    49.7242
+                    5.753989,
+                    49.84878
                 ],
                 [
-                    6.516417,
-                    49.72129
+                    5.740663,
+                    49.85152
                 ],
                 [
-                    6.511763,
-                    49.72016
+                    5.752288,
+                    49.85922
                 ],
                 [
-                    6.504791,
-                    49.725
+                    5.749545,
+                    49.87554
                 ],
                 [
-                    6.498913,
-                    49.72639
+                    5.775668,
+                    49.87438
                 ],
                 [
-                    6.495576,
-                    49.72443
+                    5.775053,
+                    49.88057
                 ],
                 [
-                    6.507122,
-                    49.71655
+                    5.734598,
+                    49.89341
                 ],
                 [
-                    6.507884,
-                    49.71215
+                    5.733033,
+                    49.90285
                 ],
                 [
-                    6.504598,
-                    49.71227
+                    5.757834,
+                    49.91737
                 ],
                 [
-                    6.427139,
-                    49.66237
+                    5.760393,
+                    49.93252
                 ],
                 [
-                    6.439899,
-                    49.66025
+                    5.770728,
+                    49.93711
                 ],
                 [
-                    6.442511,
-                    49.65591
+                    5.768783,
+                    49.94239
                 ],
                 [
-                    6.421781,
-                    49.61809
+                    5.768802,
+                    49.96104
                 ],
                 [
-                    6.398978,
-                    49.60094
+                    5.786724,
+                    49.96816
                 ],
                 [
-                    6.379408,
-                    49.59526
+                    5.80524,
+                    49.96677
                 ],
                 [
-                    6.375507,
-                    49.58809
+                    5.806521,
+                    49.97321
                 ],
                 [
-                    6.384426,
-                    49.5801
+                    5.831293,
+                    49.97995
                 ],
                 [
-                    6.381188,
-                    49.57509
+                    5.834616,
+                    49.98656
                 ],
                 [
-                    6.369093,
-                    49.5783
+                    5.818057,
+                    49.99936
                 ],
                 [
-                    6.357913,
-                    49.57166
+                    5.815606,
+                    50.01437
                 ],
                 [
-                    6.384902,
-                    49.55817
+                    5.847923,
+                    50.02809
                 ],
                 [
-                    6.380095,
-                    49.54856
+                    5.861889,
+                    50.04581
                 ],
                 [
-                    6.358555,
-                    49.53296
+                    5.850872,
+                    50.0563
                 ],
                 [
-                    6.359322,
-                    49.52481
+                    5.857809,
+                    50.07186
                 ],
                 [
-                    6.370763,
-                    49.50545
+                    5.880997,
+                    50.08069
                 ],
                 [
-                    6.370562,
-                    49.45732
+                    5.891965,
+                    50.12041
                 ],
                 [
-                    6.333403,
-                    49.46493
+                    5.952856,
+                    50.13384
                 ],
                 [
-                    6.321894,
-                    49.47244
-                ],
+                    5.961753,
+                    50.17631
+                ]
+            ]
+        ],
+        "terms_url": "http://www.act.public.lu/fr/actualites/2014/02/ortho2014/",
+        "terms_text": "Administration du Cadastre et de la Topographie",
+        "id": "lu.geoportail.inspire.ortho2013"
+    },
+    {
+        "name": "Mapbox Satellite",
+        "type": "tms",
+        "description": "Satellite and aerial imagery.",
+        "template": "http://{switch:a,b,c}.tiles.mapbox.com/v4/openstreetmap.map-inh7ifmo/{zoom}/{x}/{y}.png?access_token=pk.eyJ1Ijoib3BlbnN0cmVldG1hcCIsImEiOiJncjlmd0t3In0.DmZsIeOW-3x-C5eX-wAqTw",
+        "scaleExtent": [
+            0,
+            19
+        ],
+        "terms_url": "http://www.mapbox.com/about/maps/",
+        "terms_text": "Terms & Feedback",
+        "id": "Mapbox",
+        "default": true
+    },
+    {
+        "name": "NLS - Bartholomew Half Inch, 1897-1907",
+        "type": "tms",
+        "template": "http://geo.nls.uk/mapdata2/bartholomew/great_britain/{zoom}/{x}/{-y}.png",
+        "scaleExtent": [
+            0,
+            15
+        ],
+        "polygon": [
+            [
                 [
-                    6.295034,
-                    49.47928
+                    -9,
+                    49.8
                 ],
                 [
-                    6.287889,
-                    49.48379
+                    -9,
+                    61.1
                 ],
                 [
-                    6.271912,
-                    49.49995
+                    1.9,
+                    61.1
                 ],
                 [
-                    6.241327,
-                    49.50693
+                    1.9,
+                    49.8
                 ],
                 [
-                    6.196692,
-                    49.50331
-                ],
+                    -9,
+                    49.8
+                ]
+            ]
+        ],
+        "terms_url": "http://geo.nls.uk/maps/",
+        "terms_text": "National Library of Scotland Historic Maps"
+    },
+    {
+        "name": "NLS - OS 1-inch 7th Series 1955-61",
+        "type": "tms",
+        "template": "http://geo.nls.uk/mapdata2/os/seventh/{zoom}/{x}/{-y}.png",
+        "scaleExtent": [
+            5,
+            16
+        ],
+        "polygon": [
+            [
                 [
-                    6.173373,
-                    49.50577
+                    -6.4585407,
+                    49.9044128
                 ],
                 [
-                    6.160858,
-                    49.50085
+                    -6.3872009,
+                    49.9841116
                 ],
                 [
-                    6.167099,
-                    49.49006
+                    -6.2296827,
+                    49.9896159
                 ],
                 [
-                    6.140179,
-                    49.48525
+                    -6.2171269,
+                    49.8680087
                 ],
                 [
-                    6.129367,
-                    49.48803
-                ],
+                    -6.4551164,
+                    49.8591793
+                ]
+            ],
+            [
                 [
-                    6.127247,
-                    49.47081
+                    -1.4495137,
+                    60.8634056
                 ],
                 [
-                    6.101403,
-                    49.46726
+                    -0.7167114,
+                    60.8545122
                 ],
                 [
-                    6.104826,
-                    49.45076
+                    -0.7349744,
+                    60.4359756
                 ],
                 [
-                    6.081667,
-                    49.45417
+                    -0.6938826,
+                    60.4168218
                 ],
                 [
-                    6.077222,
-                    49.46139
+                    -0.7258429,
+                    60.3942735
                 ],
                 [
-                    6.059167,
-                    49.46306
+                    -0.7395401,
+                    60.0484714
                 ],
                 [
-                    6.052222,
-                    49.46028
+                    -0.9267357,
+                    60.0461918
                 ],
                 [
-                    6.044213,
-                    49.44553
+                    -0.9381501,
+                    59.8266157
                 ],
                 [
-                    6.025294,
-                    49.44703
+                    -1.4586452,
+                    59.831205
                 ],
                 [
-                    6.021545,
-                    49.45127
+                    -1.4455187,
+                    60.0535999
                 ],
                 [
-                    6.01574,
-                    49.44885
+                    -1.463211,
+                    60.0535999
                 ],
                 [
-                    5.994123,
-                    49.45301
+                    -1.4643524,
+                    60.0630002
                 ],
                 [
-                    5.976569,
-                    49.44885
+                    -1.5716475,
+                    60.0638546
                 ],
                 [
-                    5.977725,
-                    49.45955
+                    -1.5693646,
+                    60.1790005
                 ],
                 [
-                    5.972317,
-                    49.46087
+                    -1.643558,
+                    60.1807033
                 ],
                 [
-                    5.968912,
-                    49.48202
+                    -1.643558,
+                    60.1892162
                 ],
                 [
-                    5.9616,
-                    49.49026
+                    -1.8216221,
+                    60.1894999
                 ],
                 [
-                    5.915781,
-                    49.49835
+                    -1.8204807,
+                    60.3615507
                 ],
                 [
-                    5.890334,
-                    49.4948
+                    -1.8415973,
+                    60.3697345
                 ],
                 [
-                    5.863321,
-                    49.50006
+                    -1.8216221,
+                    60.3832755
                 ],
                 [
-                    5.84897,
-                    49.50826
+                    -1.8179852,
+                    60.5934321
                 ],
                 [
-                    5.84828,
-                    49.51397
-                ],
+                    -1.453168,
+                    60.5934321
+                ]
+            ],
+            [
                 [
-                    5.83641,
-                    49.51817
+                    -4.9089213,
+                    54.4242078
                 ],
                 [
-                    5.831868,
-                    49.52639
+                    -4.282598,
+                    54.4429861
                 ],
                 [
-                    5.84308,
-                    49.53081
+                    -4.2535417,
+                    54.029769
                 ],
                 [
-                    5.835622,
-                    49.54114
-                ],
+                    -4.8766366,
+                    54.0221831
+                ]
+            ],
+            [
                 [
-                    5.816251,
-                    49.53325
+                    -5.8667408,
+                    59.1444603
                 ],
                 [
-                    5.805201,
-                    49.54272
+                    -5.7759966,
+                    59.1470945
                 ],
                 [
-                    5.859432,
-                    49.57158
+                    -5.7720016,
+                    59.1014052
                 ],
                 [
-                    5.868663,
-                    49.587
-                ],
+                    -5.8621751,
+                    59.0990605
+                ]
+            ],
+            [
                 [
-                    5.862888,
-                    49.58525
+                    -1.7065887,
+                    59.5703599
                 ],
                 [
-                    5.851102,
-                    49.58379
+                    -1.5579165,
+                    59.5693481
                 ],
                 [
-                    5.847116,
-                    49.58961
+                    -1.5564897,
+                    59.4965695
                 ],
                 [
-                    5.845652,
-                    49.5981
-                ],
+                    -1.7054472,
+                    59.4975834
+                ]
+            ],
+            [
                 [
-                    5.869401,
-                    49.6106
+                    -7.6865827,
+                    58.2940975
                 ],
                 [
-                    5.881819,
-                    49.63815
+                    -7.5330594,
+                    58.3006957
                 ],
                 [
-                    5.899978,
-                    49.63907
+                    -7.5256401,
+                    58.2646905
                 ],
                 [
-                    5.899339,
-                    49.66239
-                ],
+                    -7.6797341,
+                    58.2577853
+                ]
+            ],
+            [
                 [
-                    5.856561,
-                    49.67628
+                    -4.5338281,
+                    59.0359871
                 ],
                 [
-                    5.856283,
-                    49.68211
+                    -4.481322,
+                    59.0371616
                 ],
                 [
-                    5.875703,
-                    49.71118
+                    -4.4796099,
+                    59.0186583
                 ],
                 [
-                    5.864811,
-                    49.72331
-                ],
+                    -4.5332574,
+                    59.0180707
+                ]
+            ],
+            [
                 [
-                    5.843249,
-                    49.71822
+                    -8.6710698,
+                    57.8769896
                 ],
                 [
-                    5.82191,
-                    49.72128
+                    -8.4673234,
+                    57.8897332
                 ],
                 [
-                    5.824894,
-                    49.73767
+                    -8.4467775,
+                    57.7907
                 ],
                 [
-                    5.820728,
-                    49.74878
-                ],
+                    -8.6510947,
+                    57.7779213
+                ]
+            ],
+            [
                 [
-                    5.786264,
-                    49.79079
+                    -5.2395519,
+                    50.3530581
                 ],
                 [
-                    5.765172,
-                    49.78961
+                    -5.7920073,
+                    50.3384899
                 ],
                 [
-                    5.750937,
-                    49.79094
+                    -5.760047,
+                    49.9317027
                 ],
                 [
-                    5.741591,
-                    49.82126
+                    -4.6551363,
+                    49.9581461
                 ],
                 [
-                    5.745814,
-                    49.82435
+                    -4.677965,
+                    50.2860073
                 ],
                 [
-                    5.737197,
-                    49.83353
+                    -4.244219,
+                    50.2801723
                 ],
                 [
-                    5.740531,
-                    49.84142
+                    -4.2487848,
+                    50.2042525
                 ],
                 [
-                    5.747012,
-                    49.84048
+                    -3.3812929,
+                    50.2042525
                 ],
                 [
-                    5.746237,
-                    49.84783
+                    -3.4223846,
+                    50.5188201
                 ],
                 [
-                    5.753989,
-                    49.84878
+                    -3.1164796,
+                    50.5246258
                 ],
                 [
-                    5.740663,
-                    49.85152
+                    -3.1210453,
+                    50.6579592
                 ],
                 [
-                    5.752288,
-                    49.85922
+                    -2.6736357,
+                    50.6619495
                 ],
                 [
-                    5.749545,
-                    49.87554
+                    -2.5953453,
+                    50.6394325
                 ],
                 [
-                    5.775668,
-                    49.87438
+                    -2.5905026,
+                    50.5728419
                 ],
                 [
-                    5.775053,
-                    49.88057
+                    -2.4791203,
+                    50.5733545
                 ],
                 [
-                    5.734598,
-                    49.89341
+                    -2.4758919,
+                    50.5066704
                 ],
                 [
-                    5.733033,
-                    49.90285
+                    -2.3967943,
+                    50.5056438
                 ],
                 [
-                    5.757834,
-                    49.91737
+                    -2.401637,
+                    50.5723293
                 ],
                 [
-                    5.760393,
-                    49.93252
+                    -1.0400296,
+                    50.5718167
                 ],
                 [
-                    5.770728,
-                    49.93711
+                    -1.0335726,
+                    50.7059289
                 ],
                 [
-                    5.768783,
-                    49.94239
+                    -0.549302,
+                    50.7038843
                 ],
                 [
-                    5.768802,
-                    49.96104
+                    -0.5460736,
+                    50.7886618
                 ],
                 [
-                    5.786724,
-                    49.96816
+                    -0.0924734,
+                    50.7856002
                 ],
                 [
-                    5.80524,
-                    49.96677
+                    -0.0876307,
+                    50.7181949
                 ],
                 [
-                    5.806521,
-                    49.97321
+                    0.4789659,
+                    50.7120623
                 ],
                 [
-                    5.831293,
-                    49.97995
+                    0.487037,
+                    50.8182467
                 ],
                 [
-                    5.834616,
-                    49.98656
+                    0.9761503,
+                    50.8049868
                 ],
                 [
-                    5.818057,
-                    49.99936
+                    0.9922927,
+                    51.0126311
                 ],
                 [
-                    5.815606,
-                    50.01437
+                    1.4491213,
+                    51.0004424
                 ],
                 [
-                    5.847923,
-                    50.02809
+                    1.4781775,
+                    51.4090372
                 ],
                 [
-                    5.861889,
-                    50.04581
+                    1.0229632,
+                    51.4271576
                 ],
                 [
-                    5.850872,
-                    50.0563
+                    1.035877,
+                    51.7640881
                 ],
                 [
-                    5.857809,
-                    50.07186
+                    1.6105448,
+                    51.7500992
                 ],
                 [
-                    5.880997,
-                    50.08069
+                    1.646058,
+                    52.1560003
                 ],
                 [
-                    5.891965,
-                    50.12041
+                    1.7267698,
+                    52.1540195
                 ],
                 [
-                    5.952856,
-                    50.13384
+                    1.749369,
+                    52.4481811
                 ],
                 [
-                    5.961753,
-                    50.17631
-                ]
-            ]
-        ],
-        "terms_url": "http://www.act.public.lu/fr/actualites/2014/02/ortho2014/",
-        "terms_text": "Administration du Cadastre et de la Topographie",
-        "id": "lu.geoportail.inspire.ortho2013"
-    },
-    {
-        "name": "Mapbox Satellite",
-        "type": "tms",
-        "description": "Satellite and aerial imagery.",
-        "template": "http://{switch:a,b,c}.tiles.mapbox.com/v4/openstreetmap.map-inh7ifmo/{zoom}/{x}/{y}.png?access_token=pk.eyJ1Ijoib3BlbnN0cmVldG1hcCIsImEiOiJncjlmd0t3In0.DmZsIeOW-3x-C5eX-wAqTw",
-        "scaleExtent": [
-            0,
-            19
-        ],
-        "terms_url": "http://www.mapbox.com/about/maps/",
-        "terms_text": "Terms & Feedback",
-        "id": "Mapbox",
-        "default": true
-    },
-    {
-        "name": "NLS - Bartholomew Half Inch, 1897-1907",
-        "type": "tms",
-        "template": "http://geo.nls.uk/mapdata2/bartholomew/great_britain/{zoom}/{x}/{-y}.png",
-        "scaleExtent": [
-            0,
-            15
-        ],
-        "polygon": [
-            [
-                [
-                    -9,
-                    49.8
+                    1.7870672,
+                    52.4811624
                 ],
                 [
-                    -9,
-                    61.1
+                    1.759102,
+                    52.522505
                 ],
                 [
-                    1.9,
-                    61.1
+                    1.7933451,
+                    52.9602749
                 ],
                 [
-                    1.9,
-                    49.8
+                    0.3798147,
+                    52.9958468
                 ],
                 [
-                    -9,
-                    49.8
-                ]
-            ]
-        ],
-        "terms_url": "http://geo.nls.uk/maps/",
-        "terms_text": "National Library of Scotland Historic Maps"
-    },
-    {
-        "name": "NLS - OS 1-inch 7th Series 1955-61",
-        "type": "tms",
-        "template": "http://geo.nls.uk/mapdata2/os/seventh/{zoom}/{x}/{-y}.png",
-        "scaleExtent": [
-            5,
-            16
-        ],
-        "polygon": [
-            [
-                [
-                    -6.4585407,
-                    49.9044128
+                    0.3895238,
+                    53.2511239
                 ],
                 [
-                    -6.3872009,
-                    49.9841116
+                    0.3478614,
+                    53.2511239
                 ],
                 [
-                    -6.2296827,
-                    49.9896159
+                    0.3238912,
+                    53.282186
                 ],
                 [
-                    -6.2171269,
-                    49.8680087
+                    0.3461492,
+                    53.6538501
                 ],
                 [
-                    -6.4551164,
-                    49.8591793
-                ]
-            ],
-            [
-                [
-                    -1.4495137,
-                    60.8634056
+                    0.128487,
+                    53.6575466
                 ],
                 [
-                    -0.7167114,
-                    60.8545122
+                    0.116582,
+                    53.6674703
                 ],
                 [
-                    -0.7349744,
-                    60.4359756
+                    0.1350586,
+                    54.0655731
                 ],
                 [
-                    -0.6938826,
-                    60.4168218
+                    -0.0609831,
+                    54.065908
                 ],
                 [
-                    -0.7258429,
-                    60.3942735
+                    -0.0414249,
+                    54.4709448
                 ],
                 [
-                    -0.7395401,
-                    60.0484714
+                    -0.5662701,
+                    54.4771794
                 ],
                 [
-                    -0.9267357,
-                    60.0461918
+                    -0.5592078,
+                    54.6565127
                 ],
                 [
-                    -0.9381501,
-                    59.8266157
+                    -1.1665638,
+                    54.6623485
                 ],
                 [
-                    -1.4586452,
-                    59.831205
+                    -1.1637389,
+                    54.842611
                 ],
                 [
-                    -1.4455187,
-                    60.0535999
+                    -1.3316194,
+                    54.843909
                 ],
                 [
-                    -1.463211,
-                    60.0535999
+                    -1.3257065,
+                    55.2470842
                 ],
                 [
-                    -1.4643524,
-                    60.0630002
+                    -1.529453,
+                    55.2487108
                 ],
                 [
-                    -1.5716475,
-                    60.0638546
+                    -1.524178,
+                    55.6540122
                 ],
                 [
-                    -1.5693646,
-                    60.1790005
+                    -1.7638798,
+                    55.6540122
                 ],
                 [
-                    -1.643558,
-                    60.1807033
+                    -1.7733693,
+                    55.9719116
                 ],
                 [
-                    -1.643558,
-                    60.1892162
+                    -2.1607858,
+                    55.9682981
                 ],
                 [
-                    -1.8216221,
-                    60.1894999
+                    -2.1543289,
+                    56.0621387
                 ],
                 [
-                    -1.8204807,
-                    60.3615507
+                    -2.4578051,
+                    56.0585337
                 ],
                 [
-                    -1.8415973,
-                    60.3697345
+                    -2.4190635,
+                    56.641717
                 ],
                 [
-                    -1.8216221,
-                    60.3832755
+                    -2.0962164,
+                    56.641717
                 ],
                 [
-                    -1.8179852,
-                    60.5934321
+                    -2.0833025,
+                    57.0021322
                 ],
                 [
-                    -1.453168,
-                    60.5934321
-                ]
-            ],
-            [
+                    -1.9283359,
+                    57.0126802
+                ],
                 [
-                    -4.9089213,
-                    54.4242078
+                    -1.9180966,
+                    57.3590895
                 ],
                 [
-                    -4.282598,
-                    54.4429861
+                    -1.7502161,
+                    57.3625721
                 ],
                 [
-                    -4.2535417,
-                    54.029769
+                    -1.7695869,
+                    57.7608634
                 ],
                 [
-                    -4.8766366,
-                    54.0221831
-                ]
-            ],
-            [
-                [
-                    -5.8667408,
-                    59.1444603
+                    -3.6937554,
+                    57.7574187
                 ],
                 [
-                    -5.7759966,
-                    59.1470945
+                    -3.7066693,
+                    57.9806386
                 ],
                 [
-                    -5.7720016,
-                    59.1014052
+                    -3.5969013,
+                    57.9772149
                 ],
                 [
-                    -5.8621751,
-                    59.0990605
-                ]
-            ],
-            [
-                [
-                    -1.7065887,
-                    59.5703599
+                    -3.6033582,
+                    58.1207277
                 ],
                 [
-                    -1.5579165,
-                    59.5693481
+                    -3.0222335,
+                    58.1309566
                 ],
                 [
-                    -1.5564897,
-                    59.4965695
+                    -3.0286905,
+                    58.5410788
                 ],
                 [
-                    -1.7054472,
-                    59.4975834
-                ]
-            ],
-            [
-                [
-                    -7.6865827,
-                    58.2940975
+                    -2.8478961,
+                    58.530968
                 ],
                 [
-                    -7.5330594,
-                    58.3006957
+                    -2.86081,
+                    58.8430508
                 ],
                 [
-                    -7.5256401,
-                    58.2646905
+                    -2.679624,
+                    58.8414991
                 ],
                 [
-                    -7.6797341,
-                    58.2577853
-                ]
-            ],
-            [
-                [
-                    -4.5338281,
-                    59.0359871
+                    -2.6841897,
+                    58.885175
                 ],
                 [
-                    -4.481322,
-                    59.0371616
+                    -2.6339665,
+                    58.9052239
                 ],
                 [
-                    -4.4796099,
-                    59.0186583
+                    -2.679624,
+                    58.9335083
                 ],
                 [
-                    -4.5332574,
-                    59.0180707
-                ]
-            ],
-            [
-                [
-                    -8.6710698,
-                    57.8769896
+                    -2.6887555,
+                    59.0229231
                 ],
                 [
-                    -8.4673234,
-                    57.8897332
+                    -2.3668703,
+                    59.0229231
                 ],
                 [
-                    -8.4467775,
-                    57.7907
+                    -2.3702946,
+                    59.2652861
                 ],
                 [
-                    -8.6510947,
-                    57.7779213
-                ]
-            ],
-            [
-                [
-                    -5.2395519,
-                    50.3530581
+                    -2.3429001,
+                    59.2821989
                 ],
                 [
-                    -5.7920073,
-                    50.3384899
+                    -2.3714361,
+                    59.2996861
                 ],
                 [
-                    -5.760047,
-                    49.9317027
+                    -2.3737189,
+                    59.3707083
                 ],
                 [
-                    -4.6551363,
-                    49.9581461
+                    -2.3429001,
+                    59.385825
                 ],
                 [
-                    -4.677965,
-                    50.2860073
+                    -2.3725775,
+                    59.400354
                 ],
                 [
-                    -4.244219,
-                    50.2801723
+                    -2.3714361,
+                    59.4259098
                 ],
                 [
-                    -4.2487848,
-                    50.2042525
+                    -3.0734196,
+                    59.4230067
                 ],
                 [
-                    -3.3812929,
-                    50.2042525
+                    -3.0711368,
+                    59.3433649
                 ],
                 [
-                    -3.4223846,
-                    50.5188201
+                    -3.103097,
+                    59.3311405
                 ],
                 [
-                    -3.1164796,
-                    50.5246258
+                    -3.0745611,
+                    59.3136695
                 ],
                 [
-                    -3.1210453,
-                    50.6579592
+                    -3.0722782,
+                    59.232603
                 ],
                 [
-                    -2.6736357,
-                    50.6619495
+                    -3.3850319,
+                    59.1484167
                 ],
                 [
-                    -2.5953453,
-                    50.6394325
+                    -3.3747589,
+                    58.9352753
                 ],
                 [
-                    -2.5905026,
-                    50.5728419
+                    -3.5653789,
+                    58.9323303
                 ],
                 [
-                    -2.4791203,
-                    50.5733545
+                    -3.554829,
+                    58.69759
                 ],
                 [
-                    -2.4758919,
-                    50.5066704
+                    -5.2808579,
+                    58.6667732
                 ],
                 [
-                    -2.3967943,
-                    50.5056438
+                    -5.2534159,
+                    58.3514125
                 ],
                 [
-                    -2.401637,
-                    50.5723293
+                    -5.5068508,
+                    58.3437887
                 ],
                 [
-                    -1.0400296,
-                    50.5718167
+                    -5.4761804,
+                    58.0323557
                 ],
                 [
-                    -1.0335726,
-                    50.7059289
+                    -5.8974958,
+                    58.0212436
                 ],
                 [
-                    -0.549302,
-                    50.7038843
+                    -5.8522972,
+                    57.6171758
                 ],
                 [
-                    -0.5460736,
-                    50.7886618
+                    -6.1396311,
+                    57.6137174
                 ],
                 [
-                    -0.0924734,
-                    50.7856002
+                    -6.1541592,
+                    57.7423183
                 ],
                 [
-                    -0.0876307,
-                    50.7181949
+                    -6.2913692,
+                    57.7380102
                 ],
                 [
-                    0.4789659,
-                    50.7120623
+                    -6.3365678,
+                    58.1398784
                 ],
                 [
-                    0.487037,
-                    50.8182467
+                    -6.1121891,
+                    58.1466944
                 ],
                 [
-                    0.9761503,
-                    50.8049868
+                    -6.1473778,
+                    58.5106285
                 ],
                 [
-                    0.9922927,
-                    51.0126311
+                    -6.2934817,
+                    58.5416182
                 ],
                 [
-                    1.4491213,
-                    51.0004424
+                    -6.8413713,
+                    58.2977321
                 ],
                 [
-                    1.4781775,
-                    51.4090372
+                    -7.0057382,
+                    58.2929331
                 ],
                 [
-                    1.0229632,
-                    51.4271576
+                    -7.1016189,
+                    58.2064403
                 ],
                 [
-                    1.035877,
-                    51.7640881
+                    -7.2573132,
+                    58.1793148
                 ],
                 [
-                    1.6105448,
-                    51.7500992
+                    -7.2531092,
+                    58.1004928
                 ],
                 [
-                    1.646058,
-                    52.1560003
+                    -7.4070698,
+                    58.0905566
                 ],
                 [
-                    1.7267698,
-                    52.1540195
+                    -7.391347,
+                    57.7911354
                 ],
                 [
-                    1.749369,
-                    52.4481811
+                    -7.790991,
+                    57.7733151
                 ],
                 [
-                    1.7870672,
-                    52.4811624
+                    -7.7624215,
+                    57.5444165
                 ],
                 [
-                    1.759102,
-                    52.522505
+                    -7.698501,
+                    57.1453194
                 ],
                 [
-                    1.7933451,
-                    52.9602749
+                    -7.7943817,
+                    57.1304547
                 ],
                 [
-                    0.3798147,
-                    52.9958468
+                    -7.716764,
+                    56.7368628
                 ],
                 [
-                    0.3895238,
-                    53.2511239
-                ],
-                [
-                    0.3478614,
-                    53.2511239
+                    -7.0122067,
+                    56.7654359
                 ],
                 [
-                    0.3238912,
-                    53.282186
+                    -6.979922,
+                    56.5453858
                 ],
                 [
-                    0.3461492,
-                    53.6538501
+                    -7.0638622,
+                    56.5453858
                 ],
                 [
-                    0.128487,
-                    53.6575466
+                    -7.0444914,
+                    56.3562587
                 ],
                 [
-                    0.116582,
-                    53.6674703
+                    -6.500676,
+                    56.3812917
                 ],
                 [
-                    0.1350586,
-                    54.0655731
+                    -6.4491433,
+                    55.9793649
                 ],
                 [
-                    -0.0609831,
-                    54.065908
+                    -6.563287,
+                    55.9691456
                 ],
                 [
-                    -0.0414249,
-                    54.4709448
+                    -6.5393742,
+                    55.7030135
                 ],
                 [
-                    -0.5662701,
-                    54.4771794
+                    -6.5595521,
+                    55.6907321
                 ],
                 [
-                    -0.5592078,
-                    54.6565127
+                    -6.5345315,
+                    55.6761713
                 ],
                 [
-                    -1.1665638,
-                    54.6623485
+                    -6.5216176,
+                    55.5704434
                 ],
                 [
-                    -1.1637389,
-                    54.842611
+                    -5.8912587,
+                    55.5923416
                 ],
                 [
-                    -1.3316194,
-                    54.843909
+                    -5.8560127,
+                    55.2320733
                 ],
                 [
-                    -1.3257065,
-                    55.2470842
+                    -5.2293639,
+                    55.2515958
                 ],
                 [
-                    -1.529453,
-                    55.2487108
+                    -5.1837064,
+                    54.6254139
                 ],
                 [
-                    -1.524178,
-                    55.6540122
+                    -3.6655956,
+                    54.6518373
                 ],
                 [
-                    -1.7638798,
-                    55.6540122
+                    -3.6496155,
+                    54.4320023
                 ],
                 [
-                    -1.7733693,
-                    55.9719116
+                    -3.5400375,
+                    54.4306744
                 ],
                 [
-                    -2.1607858,
-                    55.9682981
+                    -3.530906,
+                    54.0290181
                 ],
                 [
-                    -2.1543289,
-                    56.0621387
+                    -3.0697656,
+                    54.030359
                 ],
                 [
-                    -2.4578051,
-                    56.0585337
+                    -3.0675737,
+                    53.8221388
                 ],
                 [
-                    -2.4190635,
-                    56.641717
+                    -3.0804876,
+                    53.7739911
                 ],
                 [
-                    -2.0962164,
-                    56.641717
+                    -3.0619239,
+                    53.7477488
                 ],
                 [
-                    -2.0833025,
-                    57.0021322
+                    -3.0611168,
+                    53.6737049
                 ],
                 [
-                    -1.9283359,
-                    57.0126802
+                    -3.2144691,
+                    53.6708361
                 ],
                 [
-                    -1.9180966,
-                    57.3590895
+                    -3.2057699,
+                    53.4226163
                 ],
                 [
-                    -1.7502161,
-                    57.3625721
+                    -3.2799632,
+                    53.355224
                 ],
                 [
-                    -1.7695869,
-                    57.7608634
+                    -3.2896655,
+                    53.3608441
                 ],
                 [
-                    -3.6937554,
-                    57.7574187
+                    -3.3327547,
+                    53.364931
                 ],
                 [
-                    -3.7066693,
-                    57.9806386
+                    -3.3761293,
+                    53.3540318
                 ],
                 [
-                    -3.5969013,
-                    57.9772149
+                    -4.0888976,
+                    53.3433102
                 ],
                 [
-                    -3.6033582,
-                    58.1207277
+                    -4.0945474,
+                    53.4612036
                 ],
                 [
-                    -3.0222335,
-                    58.1309566
+                    -4.697412,
+                    53.4448624
                 ],
                 [
-                    -3.0286905,
-                    58.5410788
+                    -4.6882805,
+                    53.3318598
                 ],
                 [
-                    -2.8478961,
-                    58.530968
+                    -4.7202407,
+                    53.2895771
                 ],
                 [
-                    -2.86081,
-                    58.8430508
+                    -4.6837148,
+                    53.2486184
                 ],
                 [
-                    -2.679624,
-                    58.8414991
+                    -4.6768661,
+                    53.1542644
                 ],
                 [
-                    -2.6841897,
-                    58.885175
+                    -4.8480816,
+                    53.1446807
                 ],
                 [
-                    -2.6339665,
-                    58.9052239
+                    -4.8178336,
+                    52.7440299
                 ],
                 [
-                    -2.679624,
-                    58.9335083
+                    -4.2545751,
+                    52.7558939
                 ],
                 [
-                    -2.6887555,
-                    59.0229231
+                    -4.228876,
+                    52.254876
                 ],
                 [
-                    -2.3668703,
-                    59.0229231
+                    -4.2607571,
+                    52.2536408
                 ],
                 [
-                    -2.3702946,
-                    59.2652861
+                    -4.2724603,
+                    52.2432637
                 ],
                 [
-                    -2.3429001,
-                    59.2821989
+                    -4.8136263,
+                    52.230095
                 ],
                 [
-                    -2.3714361,
-                    59.2996861
+                    -4.8079191,
+                    52.1138892
                 ],
                 [
-                    -2.3737189,
-                    59.3707083
+                    -5.3889104,
+                    52.0991668
                 ],
                 [
-                    -2.3429001,
-                    59.385825
+                    -5.3717888,
+                    51.9129667
                 ],
                 [
-                    -2.3725775,
-                    59.400354
+                    -5.4208706,
+                    51.9101502
                 ],
                 [
-                    -2.3714361,
-                    59.4259098
+                    -5.414022,
+                    51.8453218
                 ],
                 [
-                    -3.0734196,
-                    59.4230067
+                    -5.3683645,
+                    51.8474373
                 ],
                 [
-                    -3.0711368,
-                    59.3433649
+                    -5.3466772,
+                    51.5595332
                 ],
                 [
-                    -3.103097,
-                    59.3311405
+                    -4.773676,
+                    51.5758518
                 ],
                 [
-                    -3.0745611,
-                    59.3136695
+                    -4.7656859,
+                    51.4885146
                 ],
                 [
-                    -3.0722782,
-                    59.232603
+                    -4.1915432,
+                    51.4970427
                 ],
                 [
-                    -3.3850319,
-                    59.1484167
+                    -4.1869775,
+                    51.4344663
                 ],
                 [
-                    -3.3747589,
-                    58.9352753
+                    -3.6151177,
+                    51.4444274
                 ],
                 [
-                    -3.5653789,
-                    58.9323303
+                    -3.6105519,
+                    51.3746543
                 ],
                 [
-                    -3.554829,
-                    58.69759
+                    -3.1494115,
+                    51.3789292
                 ],
                 [
-                    -5.2808579,
-                    58.6667732
+                    -3.1494115,
+                    51.2919281
                 ],
                 [
-                    -5.2534159,
-                    58.3514125
+                    -4.3038735,
+                    51.2745907
                 ],
                 [
-                    -5.5068508,
-                    58.3437887
+                    -4.2861169,
+                    51.0508721
                 ],
                 [
-                    -5.4761804,
-                    58.0323557
+                    -4.8543277,
+                    51.0366633
                 ],
                 [
-                    -5.8974958,
-                    58.0212436
+                    -4.8372201,
+                    50.7212787
                 ],
                 [
-                    -5.8522972,
-                    57.6171758
-                ],
+                    -5.2618345,
+                    50.7082694
+                ]
+            ],
+            [
                 [
-                    -6.1396311,
-                    57.6137174
+                    -2.1502671,
+                    60.171318
                 ],
                 [
-                    -6.1541592,
-                    57.7423183
+                    -2.0030218,
+                    60.1696146
                 ],
                 [
-                    -6.2913692,
-                    57.7380102
+                    -2.0013096,
+                    60.0997023
                 ],
                 [
-                    -6.3365678,
-                    58.1398784
-                ],
+                    -2.148555,
+                    60.1011247
+                ]
+            ],
+            [
                 [
-                    -6.1121891,
-                    58.1466944
+                    -6.2086011,
+                    59.1163488
                 ],
                 [
-                    -6.1473778,
-                    58.5106285
+                    -6.1229934,
+                    59.1166418
                 ],
                 [
-                    -6.2934817,
-                    58.5416182
+                    -6.121852,
+                    59.0714985
                 ],
                 [
-                    -6.8413713,
-                    58.2977321
-                ],
+                    -6.2097426,
+                    59.0714985
+                ]
+            ],
+            [
                 [
-                    -7.0057382,
-                    58.2929331
+                    -4.4159559,
+                    59.0889036
                 ],
                 [
-                    -7.1016189,
-                    58.2064403
+                    -4.4212022,
+                    59.0770848
                 ],
                 [
-                    -7.2573132,
-                    58.1793148
+                    -4.3971904,
+                    59.0779143
                 ],
                 [
-                    -7.2531092,
-                    58.1004928
-                ],
+                    -4.3913388,
+                    59.0897328
+                ]
+            ]
+        ],
+        "terms_url": "http://geo.nls.uk/maps/",
+        "terms_text": "National Library of Scotland Historic Maps"
+    },
+    {
+        "name": "NLS - OS 1:25k 1st Series 1937-61",
+        "type": "tms",
+        "template": "http://geo.nls.uk/mapdata2/os/25000/{zoom}/{x}/{-y}.png",
+        "scaleExtent": [
+            5,
+            16
+        ],
+        "polygon": [
+            [
                 [
-                    -7.4070698,
-                    58.0905566
+                    -4.7157244,
+                    54.6796556
                 ],
                 [
-                    -7.391347,
-                    57.7911354
+                    -4.6850662,
+                    54.6800268
                 ],
                 [
-                    -7.790991,
-                    57.7733151
+                    -4.6835779,
+                    54.6623245
                 ],
                 [
-                    -7.7624215,
-                    57.5444165
-                ],
+                    -4.7148782,
+                    54.6615818
+                ]
+            ],
+            [
                 [
-                    -7.698501,
-                    57.1453194
+                    -3.7085748,
+                    58.3371151
                 ],
                 [
-                    -7.7943817,
-                    57.1304547
+                    -3.5405937,
+                    58.3380684
                 ],
                 [
-                    -7.716764,
-                    56.7368628
+                    -3.5315137,
+                    58.1608002
                 ],
                 [
-                    -7.0122067,
-                    56.7654359
+                    -3.3608086,
+                    58.1622372
                 ],
                 [
-                    -6.979922,
-                    56.5453858
+                    -3.3653486,
+                    58.252173
                 ],
                 [
-                    -7.0638622,
-                    56.5453858
+                    -3.1610473,
+                    58.2536063
                 ],
                 [
-                    -7.0444914,
-                    56.3562587
+                    -3.1610473,
+                    58.3261509
                 ],
                 [
-                    -6.500676,
-                    56.3812917
+                    -3.0275704,
+                    58.3271045
                 ],
                 [
-                    -6.4491433,
-                    55.9793649
+                    -3.0366505,
+                    58.6139001
                 ],
                 [
-                    -6.563287,
-                    55.9691456
+                    -3.0021463,
+                    58.614373
                 ],
                 [
-                    -6.5393742,
-                    55.7030135
+                    -3.0030543,
+                    58.7036341
                 ],
                 [
-                    -6.5595521,
-                    55.6907321
+                    -3.4180129,
+                    58.7003322
                 ],
                 [
-                    -6.5345315,
-                    55.6761713
+                    -3.4171049,
+                    58.6290293
                 ],
                 [
-                    -6.5216176,
-                    55.5704434
+                    -3.7240109,
+                    58.6266658
                 ],
                 [
-                    -5.8912587,
-                    55.5923416
+                    -3.7231029,
+                    58.606806
                 ],
                 [
-                    -5.8560127,
-                    55.2320733
+                    -4.2361262,
+                    58.5992374
                 ],
                 [
-                    -5.2293639,
-                    55.2515958
+                    -4.2334022,
+                    58.5092347
                 ],
                 [
-                    -5.1837064,
-                    54.6254139
+                    -3.88836,
+                    58.5144516
                 ],
                 [
-                    -3.6655956,
-                    54.6518373
+                    -3.8829119,
+                    58.4261327
                 ],
                 [
-                    -3.6496155,
-                    54.4320023
-                ],
+                    -3.7158389,
+                    58.4270836
+                ]
+            ],
+            [
                 [
-                    -3.5400375,
-                    54.4306744
+                    -6.46676,
+                    49.9943621
                 ],
                 [
-                    -3.530906,
-                    54.0290181
+                    -6.1889102,
+                    50.004868
                 ],
                 [
-                    -3.0697656,
-                    54.030359
+                    -6.1789222,
+                    49.8967815
                 ],
                 [
-                    -3.0675737,
-                    53.8221388
+                    -6.3169391,
+                    49.8915171
                 ],
                 [
-                    -3.0804876,
-                    53.7739911
+                    -6.312399,
+                    49.8200979
                 ],
                 [
-                    -3.0619239,
-                    53.7477488
-                ],
+                    -6.4504159,
+                    49.8159968
+                ]
+            ],
+            [
                 [
-                    -3.0611168,
-                    53.6737049
+                    -5.6453263,
+                    50.2029809
                 ],
                 [
-                    -3.2144691,
-                    53.6708361
+                    -5.7801329,
+                    50.2014076
                 ],
                 [
-                    -3.2057699,
-                    53.4226163
+                    -5.7637888,
+                    50.0197267
                 ],
                 [
-                    -3.2799632,
-                    53.355224
+                    -5.3479221,
+                    50.0290604
                 ],
                 [
-                    -3.2896655,
-                    53.3608441
+                    -5.3388421,
+                    49.9414854
                 ],
                 [
-                    -3.3327547,
-                    53.364931
+                    -5.024672,
+                    49.9473287
                 ],
                 [
-                    -3.3761293,
-                    53.3540318
+                    -5.0355681,
+                    50.0383923
                 ],
                 [
-                    -4.0888976,
-                    53.3433102
+                    -5.0010639,
+                    50.0453901
                 ],
                 [
-                    -4.0945474,
-                    53.4612036
+                    -4.9974319,
+                    50.1304478
                 ],
                 [
-                    -4.697412,
-                    53.4448624
+                    -4.855783,
+                    50.13394
                 ],
                 [
-                    -4.6882805,
-                    53.3318598
+                    -4.861231,
+                    50.206057
                 ],
                 [
-                    -4.7202407,
-                    53.2895771
+                    -4.6546085,
+                    50.2140172
                 ],
                 [
-                    -4.6837148,
-                    53.2486184
+                    -4.6558926,
+                    50.3018616
                 ],
                 [
-                    -4.6768661,
-                    53.1542644
+                    -4.5184924,
+                    50.3026818
                 ],
                 [
-                    -4.8480816,
-                    53.1446807
+                    -4.51464,
+                    50.325642
                 ],
                 [
-                    -4.8178336,
-                    52.7440299
+                    -4.2488284,
+                    50.3264618
                 ],
                 [
-                    -4.2545751,
-                    52.7558939
+                    -4.2488284,
+                    50.3100631
                 ],
                 [
-                    -4.228876,
-                    52.254876
+                    -4.10886,
+                    50.3141633
                 ],
                 [
-                    -4.2607571,
-                    52.2536408
+                    -4.1062917,
+                    50.2411267
                 ],
                 [
-                    -4.2724603,
-                    52.2432637
+                    -3.9648088,
+                    50.2432047
                 ],
                 [
-                    -4.8136263,
-                    52.230095
+                    -3.9640778,
+                    50.2254158
                 ],
                 [
-                    -4.8079191,
-                    52.1138892
+                    -3.8522287,
+                    50.2273626
                 ],
                 [
-                    -5.3889104,
-                    52.0991668
+                    -3.8503757,
+                    50.1552563
                 ],
                 [
-                    -5.3717888,
-                    51.9129667
+                    -3.6921809,
+                    50.1572487
                 ],
                 [
-                    -5.4208706,
-                    51.9101502
+                    -3.5414602,
+                    50.1602198
                 ],
                 [
-                    -5.414022,
-                    51.8453218
+                    -3.5465781,
+                    50.3226814
                 ],
                 [
-                    -5.3683645,
-                    51.8474373
+                    -3.4068012,
+                    50.3241013
                 ],
                 [
-                    -5.3466772,
-                    51.5595332
+                    -3.4165761,
+                    50.5892711
                 ],
                 [
-                    -4.773676,
-                    51.5758518
+                    -3.2746691,
+                    50.5962721
                 ],
                 [
-                    -4.7656859,
-                    51.4885146
+                    -3.2749172,
+                    50.6106323
                 ],
                 [
-                    -4.1915432,
-                    51.4970427
+                    -2.9971742,
+                    50.613972
                 ],
                 [
-                    -4.1869775,
-                    51.4344663
+                    -2.9896008,
+                    50.688537
                 ],
                 [
-                    -3.6151177,
-                    51.4444274
+                    -2.7120266,
+                    50.690565
                 ],
                 [
-                    -3.6105519,
-                    51.3746543
+                    -2.710908,
+                    50.6195964
                 ],
                 [
-                    -3.1494115,
-                    51.3789292
+                    -2.5695473,
+                    50.6157538
                 ],
                 [
-                    -3.1494115,
-                    51.2919281
+                    -2.5651019,
+                    50.5134083
                 ],
                 [
-                    -4.3038735,
-                    51.2745907
+                    -2.4014463,
+                    50.513379
                 ],
                 [
-                    -4.2861169,
-                    51.0508721
+                    -2.3940583,
+                    50.6160348
                 ],
                 [
-                    -4.8543277,
-                    51.0366633
+                    -2.2894123,
+                    50.6147436
                 ],
                 [
-                    -4.8372201,
-                    50.7212787
+                    -2.2876184,
+                    50.6008549
                 ],
                 [
-                    -5.2618345,
-                    50.7082694
-                ]
-            ],
-            [
-                [
-                    -2.1502671,
-                    60.171318
+                    -2.1477855,
+                    50.6048506
                 ],
                 [
-                    -2.0030218,
-                    60.1696146
+                    -2.1451013,
+                    50.5325437
                 ],
                 [
-                    -2.0013096,
-                    60.0997023
+                    -1.9335117,
+                    50.5347477
                 ],
                 [
-                    -2.148555,
-                    60.1011247
-                ]
-            ],
-            [
-                [
-                    -6.2086011,
-                    59.1163488
+                    -1.9362139,
+                    50.6170445
                 ],
                 [
-                    -6.1229934,
-                    59.1166418
+                    -1.8573025,
+                    50.6228094
                 ],
                 [
-                    -6.121852,
-                    59.0714985
+                    -1.8554865,
+                    50.709139
                 ],
                 [
-                    -6.2097426,
-                    59.0714985
-                ]
-            ],
-            [
-                [
-                    -4.4159559,
-                    59.0889036
+                    -1.6066929,
+                    50.709139
                 ],
                 [
-                    -4.4212022,
-                    59.0770848
+                    -1.6085089,
+                    50.6239615
                 ],
                 [
-                    -4.3971904,
-                    59.0779143
+                    -1.4450678,
+                    50.6228094
                 ],
                 [
-                    -4.3913388,
-                    59.0897328
-                ]
-            ]
-        ],
-        "terms_url": "http://geo.nls.uk/maps/",
-        "terms_text": "National Library of Scotland Historic Maps"
-    },
-    {
-        "name": "NLS - OS 1:25k 1st Series 1937-61",
-        "type": "tms",
-        "template": "http://geo.nls.uk/mapdata2/os/25000/{zoom}/{x}/{-y}.png",
-        "scaleExtent": [
-            5,
-            16
-        ],
-        "polygon": [
-            [
-                [
-                    -4.7157244,
-                    54.6796556
+                    -1.4432518,
+                    50.5317039
                 ],
                 [
-                    -4.6850662,
-                    54.6800268
+                    -1.1545059,
+                    50.5293951
                 ],
                 [
-                    -4.6835779,
-                    54.6623245
+                    -1.1472419,
+                    50.6170485
                 ],
                 [
-                    -4.7148782,
-                    54.6615818
-                ]
-            ],
-            [
-                [
-                    -3.7085748,
-                    58.3371151
+                    -1.011041,
+                    50.6205051
                 ],
                 [
-                    -3.5405937,
-                    58.3380684
+                    -1.011041,
+                    50.7056889
                 ],
                 [
-                    -3.5315137,
-                    58.1608002
+                    -0.704135,
+                    50.7045388
                 ],
                 [
-                    -3.3608086,
-                    58.1622372
+                    -0.700503,
+                    50.7769401
                 ],
                 [
-                    -3.3653486,
-                    58.252173
+                    -0.5860943,
+                    50.7723465
                 ],
                 [
-                    -3.1610473,
-                    58.2536063
+                    -0.5879103,
+                    50.7907181
                 ],
                 [
-                    -3.1610473,
-                    58.3261509
+                    -0.0149586,
+                    50.7798108
                 ],
                 [
-                    -3.0275704,
-                    58.3271045
+                    -0.0185906,
+                    50.7625836
                 ],
                 [
-                    -3.0366505,
-                    58.6139001
+                    0.0967261,
+                    50.7620093
                 ],
                 [
-                    -3.0021463,
-                    58.614373
+                    0.0921861,
+                    50.6913106
                 ],
                 [
-                    -3.0030543,
-                    58.7036341
+                    0.3046595,
+                    50.6890096
                 ],
                 [
-                    -3.4180129,
-                    58.7003322
+                    0.3101075,
+                    50.7757917
                 ],
                 [
-                    -3.4171049,
-                    58.6290293
+                    0.5511831,
+                    50.7726336
                 ],
                 [
-                    -3.7240109,
-                    58.6266658
+                    0.5529991,
+                    50.8432096
                 ],
                 [
-                    -3.7231029,
-                    58.606806
+                    0.695556,
+                    50.8403428
                 ],
                 [
-                    -4.2361262,
-                    58.5992374
+                    0.696464,
+                    50.8592608
                 ],
                 [
-                    -4.2334022,
-                    58.5092347
+                    0.9852099,
+                    50.8523824
                 ],
                 [
-                    -3.88836,
-                    58.5144516
+                    0.9906579,
+                    50.9417226
                 ],
                 [
-                    -3.8829119,
-                    58.4261327
+                    1.0160821,
+                    50.9411504
                 ],
                 [
-                    -3.7158389,
-                    58.4270836
-                ]
-            ],
-            [
-                [
-                    -6.46676,
-                    49.9943621
+                    1.0215301,
+                    51.0303204
                 ],
                 [
-                    -6.1889102,
-                    50.004868
+                    1.2812198,
+                    51.0240383
                 ],
                 [
-                    -6.1789222,
-                    49.8967815
+                    1.2848518,
+                    51.0948044
                 ],
                 [
-                    -6.3169391,
-                    49.8915171
+                    1.4277848,
+                    51.0948044
                 ],
                 [
-                    -6.312399,
-                    49.8200979
+                    1.4386809,
+                    51.2882859
                 ],
                 [
-                    -6.4504159,
-                    49.8159968
-                ]
-            ],
-            [
-                [
-                    -5.6453263,
-                    50.2029809
+                    1.4713691,
+                    51.2871502
                 ],
                 [
-                    -5.7801329,
-                    50.2014076
+                    1.4804492,
+                    51.3994534
                 ],
                 [
-                    -5.7637888,
-                    50.0197267
+                    1.1590151,
+                    51.4073836
                 ],
                 [
-                    -5.3479221,
-                    50.0290604
+                    1.1590151,
+                    51.3869889
                 ],
                 [
-                    -5.3388421,
-                    49.9414854
+                    1.0191822,
+                    51.3903886
                 ],
                 [
-                    -5.024672,
-                    49.9473287
+                    1.0228142,
+                    51.4798247
                 ],
                 [
-                    -5.0355681,
-                    50.0383923
+                    0.8793493,
+                    51.4843484
                 ],
                 [
-                    -5.0010639,
-                    50.0453901
+                    0.8829813,
+                    51.5566675
                 ],
                 [
-                    -4.9974319,
-                    50.1304478
+                    1.0264462,
+                    51.5544092
                 ],
                 [
-                    -4.855783,
-                    50.13394
+                    1.0373423,
+                    51.7493319
                 ],
                 [
-                    -4.861231,
-                    50.206057
+                    1.2607117,
+                    51.7482076
                 ],
                 [
-                    -4.6546085,
-                    50.2140172
+                    1.2661598,
+                    51.8279642
                 ],
                 [
-                    -4.6558926,
-                    50.3018616
+                    1.3351682,
+                    51.8335756
                 ],
                 [
-                    -4.5184924,
-                    50.3026818
+                    1.3478803,
+                    51.9199021
                 ],
                 [
-                    -4.51464,
-                    50.325642
+                    1.4840812,
+                    51.9199021
                 ],
                 [
-                    -4.2488284,
-                    50.3264618
+                    1.4986093,
+                    52.0038271
                 ],
                 [
-                    -4.2488284,
-                    50.3100631
+                    1.6438902,
+                    52.0027092
                 ],
                 [
-                    -4.10886,
-                    50.3141633
+                    1.6656823,
+                    52.270221
                 ],
                 [
-                    -4.1062917,
-                    50.2411267
+                    1.7310588,
+                    52.270221
                 ],
                 [
-                    -3.9648088,
-                    50.2432047
+                    1.7528509,
+                    52.4465637
                 ],
                 [
-                    -3.9640778,
-                    50.2254158
+                    1.8254914,
+                    52.4476705
                 ],
                 [
-                    -3.8522287,
-                    50.2273626
+                    1.8345714,
+                    52.624408
                 ],
                 [
-                    -3.8503757,
-                    50.1552563
+                    1.7690346,
+                    52.6291402
                 ],
                 [
-                    -3.6921809,
-                    50.1572487
+                    1.7741711,
+                    52.717904
                 ],
                 [
-                    -3.5414602,
-                    50.1602198
+                    1.6996925,
+                    52.721793
                 ],
                 [
-                    -3.5465781,
-                    50.3226814
+                    1.706113,
+                    52.8103687
                 ],
                 [
-                    -3.4068012,
-                    50.3241013
+                    1.559724,
+                    52.8165777
                 ],
                 [
-                    -3.4165761,
-                    50.5892711
+                    1.5648605,
+                    52.9034116
                 ],
                 [
-                    -3.2746691,
-                    50.5962721
+                    1.4184715,
+                    52.9103818
                 ],
                 [
-                    -3.2749172,
-                    50.6106323
+                    1.4223238,
+                    52.9281894
                 ],
                 [
-                    -2.9971742,
-                    50.613972
+                    1.3439928,
+                    52.9289635
                 ],
                 [
-                    -2.9896008,
-                    50.688537
+                    1.3491293,
+                    53.0001194
                 ],
                 [
-                    -2.7120266,
-                    50.690565
+                    0.4515789,
+                    53.022589
                 ],
                 [
-                    -2.710908,
-                    50.6195964
+                    0.4497629,
+                    52.9351139
                 ],
                 [
-                    -2.5695473,
-                    50.6157538
+                    0.3789384,
+                    52.9351139
                 ],
                 [
-                    -2.5651019,
-                    50.5134083
+                    0.3716744,
+                    52.846365
                 ],
                 [
-                    -2.4014463,
-                    50.513379
+                    0.2227614,
+                    52.8496552
                 ],
                 [
-                    -2.3940583,
-                    50.6160348
+                    0.2336575,
+                    52.9329248
                 ],
                 [
-                    -2.2894123,
-                    50.6147436
+                    0.3062979,
+                    52.9351139
                 ],
                 [
-                    -2.2876184,
-                    50.6008549
+                    0.308114,
+                    53.022589
                 ],
                 [
-                    -2.1477855,
-                    50.6048506
+                    0.3807544,
+                    53.0236813
                 ],
                 [
-                    -2.1451013,
-                    50.5325437
+                    0.3993708,
+                    53.2933729
                 ],
                 [
-                    -1.9335117,
-                    50.5347477
+                    0.3248922,
+                    53.2987454
                 ],
                 [
-                    -1.9362139,
-                    50.6170445
+                    0.3274604,
+                    53.3853782
                 ],
                 [
-                    -1.8573025,
-                    50.6228094
+                    0.2504136,
+                    53.38691
                 ],
                 [
-                    -1.8554865,
-                    50.709139
+                    0.2581183,
+                    53.4748924
                 ],
                 [
-                    -1.6066929,
-                    50.709139
+                    0.1862079,
+                    53.4779494
                 ],
                 [
-                    -1.6085089,
-                    50.6239615
+                    0.1913443,
+                    53.6548777
                 ],
                 [
-                    -1.4450678,
-                    50.6228094
+                    0.1502527,
+                    53.6594436
                 ],
                 [
-                    -1.4432518,
-                    50.5317039
+                    0.1528209,
+                    53.7666003
                 ],
                 [
-                    -1.1545059,
-                    50.5293951
+                    0.0012954,
+                    53.7734308
                 ],
                 [
-                    -1.1472419,
-                    50.6170485
+                    0.0025796,
+                    53.8424326
                 ],
                 [
-                    -1.011041,
-                    50.6205051
+                    -0.0282392,
+                    53.841675
                 ],
                 [
-                    -1.011041,
-                    50.7056889
+                    -0.0226575,
+                    53.9311501
                 ],
                 [
-                    -0.704135,
-                    50.7045388
+                    -0.1406983,
+                    53.9322193
                 ],
                 [
-                    -0.700503,
-                    50.7769401
+                    -0.1416063,
+                    54.0219323
                 ],
                 [
-                    -0.5860943,
-                    50.7723465
+                    -0.1706625,
+                    54.0235326
                 ],
                 [
-                    -0.5879103,
-                    50.7907181
+                    -0.1679384,
+                    54.0949482
                 ],
                 [
-                    -0.0149586,
-                    50.7798108
+                    -0.0126694,
+                    54.0912206
                 ],
                 [
-                    -0.0185906,
-                    50.7625836
+                    -0.0099454,
+                    54.1811226
                 ],
                 [
-                    0.0967261,
-                    50.7620093
+                    -0.1615824,
+                    54.1837795
                 ],
                 [
-                    0.0921861,
-                    50.6913106
+                    -0.1606744,
+                    54.2029038
                 ],
                 [
-                    0.3046595,
-                    50.6890096
+                    -0.2405789,
+                    54.2034349
                 ],
                 [
-                    0.3101075,
-                    50.7757917
+                    -0.2378549,
+                    54.2936234
                 ],
                 [
-                    0.5511831,
-                    50.7726336
+                    -0.3894919,
+                    54.2941533
                 ],
                 [
-                    0.5529991,
-                    50.8432096
+                    -0.3857497,
+                    54.3837321
                 ],
                 [
-                    0.695556,
-                    50.8403428
+                    -0.461638,
+                    54.3856364
                 ],
                 [
-                    0.696464,
-                    50.8592608
+                    -0.4571122,
+                    54.4939066
                 ],
                 [
-                    0.9852099,
-                    50.8523824
+                    -0.6105651,
+                    54.4965434
                 ],
                 [
-                    0.9906579,
-                    50.9417226
+                    -0.6096571,
+                    54.5676704
                 ],
                 [
-                    1.0160821,
-                    50.9411504
+                    -0.7667421,
+                    54.569776
                 ],
                 [
-                    1.0215301,
-                    51.0303204
+                    -0.7640181,
+                    54.5887213
                 ],
                 [
-                    1.2812198,
-                    51.0240383
+                    -0.9192871,
+                    54.5908258
                 ],
                 [
-                    1.2848518,
-                    51.0948044
+                    -0.9148116,
+                    54.6608348
                 ],
                 [
-                    1.4277848,
-                    51.0948044
+                    -1.1485204,
+                    54.6634343
                 ],
                 [
-                    1.4386809,
-                    51.2882859
+                    -1.1472363,
+                    54.7528316
                 ],
                 [
-                    1.4713691,
-                    51.2871502
+                    -1.2268514,
+                    54.7532021
                 ],
                 [
-                    1.4804492,
-                    51.3994534
+                    -1.2265398,
+                    54.8429879
                 ],
                 [
-                    1.1590151,
-                    51.4073836
+                    -1.2991803,
+                    54.8435107
                 ],
                 [
-                    1.1590151,
-                    51.3869889
+                    -1.2991803,
+                    54.9333391
                 ],
                 [
-                    1.0191822,
-                    51.3903886
+                    -1.3454886,
+                    54.9354258
                 ],
                 [
-                    1.0228142,
-                    51.4798247
+                    -1.3436726,
+                    55.0234878
                 ],
                 [
-                    0.8793493,
-                    51.4843484
+                    -1.3772688,
+                    55.0255698
                 ],
                 [
-                    0.8829813,
-                    51.5566675
+                    -1.3754528,
+                    55.1310877
                 ],
                 [
-                    1.0264462,
-                    51.5544092
+                    -1.4997441,
+                    55.1315727
                 ],
                 [
-                    1.0373423,
-                    51.7493319
+                    -1.4969272,
+                    55.2928323
                 ],
                 [
-                    1.2607117,
-                    51.7482076
+                    -1.5296721,
+                    55.2942946
                 ],
                 [
-                    1.2661598,
-                    51.8279642
+                    -1.5258198,
+                    55.6523803
                 ],
                 [
-                    1.3351682,
-                    51.8335756
+                    -1.7659492,
+                    55.6545537
                 ],
                 [
-                    1.3478803,
-                    51.9199021
+                    -1.7620968,
+                    55.7435626
                 ],
                 [
-                    1.4840812,
-                    51.9199021
+                    -1.9688392,
+                    55.7435626
                 ],
                 [
-                    1.4986093,
-                    52.0038271
+                    -1.9698023,
+                    55.8334505
                 ],
                 [
-                    1.6438902,
-                    52.0027092
+                    -2.0019051,
+                    55.8336308
                 ],
                 [
-                    1.6656823,
-                    52.270221
+                    -2.0015841,
+                    55.9235526
                 ],
                 [
-                    1.7310588,
-                    52.270221
+                    -2.1604851,
+                    55.9240613
                 ],
                 [
-                    1.7528509,
-                    52.4465637
+                    -2.1613931,
+                    55.9413549
                 ],
                 [
-                    1.8254914,
-                    52.4476705
+                    -2.3202942,
+                    55.9408463
                 ],
                 [
-                    1.8345714,
-                    52.624408
+                    -2.3212022,
+                    56.0145126
                 ],
                 [
-                    1.7690346,
-                    52.6291402
+                    -2.5627317,
+                    56.0124824
                 ],
                 [
-                    1.7741711,
-                    52.717904
+                    -2.5645477,
+                    56.1022207
                 ],
                 [
-                    1.6996925,
-                    52.721793
+                    -2.9658863,
+                    56.0991822
                 ],
                 [
-                    1.706113,
-                    52.8103687
+                    -2.9667943,
+                    56.1710304
                 ],
                 [
-                    1.559724,
-                    52.8165777
+                    -2.4828272,
+                    56.1755797
                 ],
                 [
-                    1.5648605,
-                    52.9034116
+                    -2.4882752,
+                    56.2856078
                 ],
                 [
-                    1.4184715,
-                    52.9103818
+                    -2.5645477,
+                    56.2835918
                 ],
                 [
-                    1.4223238,
-                    52.9281894
+                    -2.5681798,
+                    56.3742075
                 ],
                 [
-                    1.3439928,
-                    52.9289635
+                    -2.7261728,
+                    56.3732019
                 ],
                 [
-                    1.3491293,
-                    53.0001194
+                    -2.7316208,
+                    56.4425301
                 ],
                 [
-                    0.4515789,
-                    53.022589
+                    -2.6190281,
+                    56.4425301
                 ],
                 [
-                    0.4497629,
-                    52.9351139
+                    -2.6153961,
+                    56.5317671
                 ],
                 [
-                    0.3789384,
-                    52.9351139
+                    -2.453771,
+                    56.5347715
                 ],
                 [
-                    0.3716744,
-                    52.846365
+                    -2.4534686,
+                    56.6420248
                 ],
                 [
-                    0.2227614,
-                    52.8496552
+                    -2.4062523,
+                    56.6440218
                 ],
                 [
-                    0.2336575,
-                    52.9329248
+                    -2.3953562,
+                    56.7297964
                 ],
                 [
-                    0.3062979,
-                    52.9351139
+                    -2.2936596,
+                    56.7337811
                 ],
                 [
-                    0.308114,
-                    53.022589
+                    -2.2972916,
+                    56.807423
                 ],
                 [
-                    0.3807544,
-                    53.0236813
+                    -2.1629067,
+                    56.8113995
                 ],
                 [
-                    0.3993708,
-                    53.2933729
+                    -2.1592747,
+                    56.9958425
                 ],
                 [
-                    0.3248922,
-                    53.2987454
+                    -1.9922016,
+                    57.0017771
                 ],
                 [
-                    0.3274604,
-                    53.3853782
+                    -2.0067297,
+                    57.2737477
                 ],
                 [
-                    0.2504136,
-                    53.38691
+                    -1.9195612,
+                    57.2757112
                 ],
                 [
-                    0.2581183,
-                    53.4748924
+                    -1.9304572,
+                    57.3482876
                 ],
                 [
-                    0.1862079,
-                    53.4779494
+                    -1.8106005,
+                    57.3443682
                 ],
                 [
-                    0.1913443,
-                    53.6548777
+                    -1.7997044,
+                    57.4402728
                 ],
                 [
-                    0.1502527,
-                    53.6594436
+                    -1.6616875,
+                    57.4285429
                 ],
                 [
-                    0.1528209,
-                    53.7666003
+                    -1.6689516,
+                    57.5398256
                 ],
                 [
-                    0.0012954,
-                    53.7734308
+                    -1.7452241,
+                    57.5398256
                 ],
                 [
-                    0.0025796,
-                    53.8424326
+                    -1.7524881,
+                    57.6313302
                 ],
                 [
-                    -0.0282392,
-                    53.841675
+                    -1.8287606,
+                    57.6332746
                 ],
                 [
-                    -0.0226575,
-                    53.9311501
+                    -1.8287606,
+                    57.7187255
                 ],
                 [
-                    -0.1406983,
-                    53.9322193
+                    -3.1768526,
+                    57.7171219
                 ],
                 [
-                    -0.1416063,
-                    54.0219323
+                    -3.1794208,
+                    57.734264
                 ],
                 [
-                    -0.1706625,
-                    54.0235326
+                    -3.5134082,
+                    57.7292105
                 ],
                 [
-                    -0.1679384,
-                    54.0949482
+                    -3.5129542,
+                    57.7112683
                 ],
                 [
-                    -0.0126694,
-                    54.0912206
+                    -3.7635638,
+                    57.7076303
                 ],
                 [
-                    -0.0099454,
-                    54.1811226
+                    -3.7598539,
+                    57.635713
                 ],
                 [
-                    -0.1615824,
-                    54.1837795
+                    -3.8420372,
+                    57.6343382
                 ],
                 [
-                    -0.1606744,
-                    54.2029038
+                    -3.8458895,
+                    57.6178365
                 ],
                 [
-                    -0.2405789,
-                    54.2034349
+                    -3.9794374,
+                    57.6157733
                 ],
                 [
-                    -0.2378549,
-                    54.2936234
+                    -3.9794374,
+                    57.686544
                 ],
                 [
-                    -0.3894919,
-                    54.2941533
+                    -3.8150708,
+                    57.689976
                 ],
                 [
-                    -0.3857497,
-                    54.3837321
+                    -3.817639,
+                    57.7968899
                 ],
                 [
-                    -0.461638,
-                    54.3856364
+                    -3.6853753,
+                    57.7989429
                 ],
                 [
-                    -0.4571122,
-                    54.4939066
+                    -3.6892276,
+                    57.8891567
                 ],
                 [
-                    -0.6105651,
-                    54.4965434
+                    -3.9383458,
+                    57.8877915
                 ],
                 [
-                    -0.6096571,
-                    54.5676704
+                    -3.9421981,
+                    57.9750592
                 ],
                 [
-                    -0.7667421,
-                    54.569776
+                    -3.6943641,
+                    57.9784638
                 ],
                 [
-                    -0.7640181,
-                    54.5887213
+                    -3.6969323,
+                    58.0695865
                 ],
                 [
-                    -0.9192871,
-                    54.5908258
+                    -4.0372226,
+                    58.0641528
                 ],
                 [
-                    -0.9148116,
-                    54.6608348
+                    -4.0346543,
+                    57.9730163
                 ],
                 [
-                    -1.1485204,
-                    54.6634343
+                    -4.2003051,
+                    57.9702923
                 ],
                 [
-                    -1.1472363,
-                    54.7528316
+                    -4.1832772,
+                    57.7012869
                 ],
                 [
-                    -1.2268514,
-                    54.7532021
+                    -4.518752,
+                    57.6951111
                 ],
                 [
-                    -1.2265398,
-                    54.8429879
+                    -4.5122925,
+                    57.6050682
                 ],
                 [
-                    -1.2991803,
-                    54.8435107
+                    -4.6789116,
+                    57.6016628
                 ],
                 [
-                    -1.2991803,
-                    54.9333391
+                    -4.666022,
+                    57.4218334
                 ],
                 [
-                    -1.3454886,
-                    54.9354258
+                    -3.6677696,
+                    57.4394729
                 ],
                 [
-                    -1.3436726,
-                    55.0234878
+                    -3.671282,
+                    57.5295384
                 ],
                 [
-                    -1.3772688,
-                    55.0255698
+                    -3.3384979,
+                    57.5331943
                 ],
                 [
-                    -1.3754528,
-                    55.1310877
+                    -3.3330498,
+                    57.4438859
                 ],
                 [
-                    -1.4997441,
-                    55.1315727
+                    -2.8336466,
+                    57.4485275
                 ],
                 [
-                    -1.4969272,
-                    55.2928323
+                    -2.8236396,
+                    56.9992706
                 ],
                 [
-                    -1.5296721,
-                    55.2942946
+                    -2.3305398,
+                    57.0006693
                 ],
                 [
-                    -1.5258198,
-                    55.6523803
+                    -2.3298977,
+                    56.9113932
                 ],
                 [
-                    -1.7659492,
-                    55.6545537
+                    -2.6579889,
+                    56.9092901
                 ],
                 [
-                    -1.7620968,
-                    55.7435626
+                    -2.6559637,
+                    56.8198406
                 ],
                 [
-                    -1.9688392,
-                    55.7435626
+                    -2.8216747,
+                    56.8188467
                 ],
                 [
-                    -1.9698023,
-                    55.8334505
+                    -2.8184967,
+                    56.7295397
                 ],
                 [
-                    -2.0019051,
-                    55.8336308
+                    -3.1449248,
+                    56.7265508
                 ],
                 [
-                    -2.0015841,
-                    55.9235526
+                    -3.1435628,
+                    56.6362749
                 ],
                 [
-                    -2.1604851,
-                    55.9240613
+                    -3.4679089,
+                    56.6350265
                 ],
                 [
-                    -2.1613931,
-                    55.9413549
+                    -3.474265,
+                    56.7238108
                 ],
                 [
-                    -2.3202942,
-                    55.9408463
+                    -3.8011471,
+                    56.7188284
                 ],
                 [
-                    -2.3212022,
-                    56.0145126
+                    -3.785711,
+                    56.4493026
                 ],
                 [
-                    -2.5627317,
-                    56.0124824
+                    -3.946428,
+                    56.4457896
                 ],
                 [
-                    -2.5645477,
-                    56.1022207
+                    -3.9428873,
+                    56.2659777
                 ],
                 [
-                    -2.9658863,
-                    56.0991822
+                    -4.423146,
+                    56.2588459
                 ],
                 [
-                    -2.9667943,
-                    56.1710304
+                    -4.4141572,
+                    56.0815506
                 ],
                 [
-                    -2.4828272,
-                    56.1755797
+                    -4.8944159,
+                    56.0708008
                 ],
                 [
-                    -2.4882752,
-                    56.2856078
+                    -4.8791072,
+                    55.8896994
                 ],
                 [
-                    -2.5645477,
-                    56.2835918
+                    -5.1994158,
+                    55.8821374
                 ],
                 [
-                    -2.5681798,
-                    56.3742075
+                    -5.1852906,
+                    55.7023791
                 ],
                 [
-                    -2.7261728,
-                    56.3732019
+                    -5.0273445,
+                    55.7067203
                 ],
                 [
-                    -2.7316208,
-                    56.4425301
+                    -5.0222081,
+                    55.6879046
                 ],
                 [
-                    -2.6190281,
-                    56.4425301
+                    -4.897649,
+                    55.6907999
                 ],
                 [
-                    -2.6153961,
-                    56.5317671
+                    -4.8880181,
+                    55.6002822
                 ],
                 [
-                    -2.453771,
-                    56.5347715
+                    -4.7339244,
+                    55.6046348
                 ],
                 [
-                    -2.4534686,
-                    56.6420248
+                    -4.7275038,
+                    55.5342082
                 ],
                 [
-                    -2.4062523,
-                    56.6440218
+                    -4.773732,
+                    55.5334815
                 ],
                 [
-                    -2.3953562,
-                    56.7297964
+                    -4.7685955,
+                    55.4447227
                 ],
                 [
-                    -2.2936596,
-                    56.7337811
+                    -4.8494947,
+                    55.4418092
                 ],
                 [
-                    -2.2972916,
-                    56.807423
+                    -4.8405059,
+                    55.3506535
                 ],
                 [
-                    -2.1629067,
-                    56.8113995
+                    -4.8700405,
+                    55.3513836
                 ],
                 [
-                    -2.1592747,
-                    56.9958425
+                    -4.8649041,
+                    55.2629462
                 ],
                 [
-                    -1.9922016,
-                    57.0017771
+                    -4.9920314,
+                    55.2592875
                 ],
                 [
-                    -2.0067297,
-                    57.2737477
+                    -4.9907473,
+                    55.1691779
                 ],
                 [
-                    -1.9195612,
-                    57.2757112
+                    -5.0600894,
+                    55.1655105
                 ],
                 [
-                    -1.9304572,
-                    57.3482876
+                    -5.0575212,
+                    55.0751884
                 ],
                 [
-                    -1.8106005,
-                    57.3443682
+                    -5.2141831,
+                    55.0722477
                 ],
                 [
-                    -1.7997044,
-                    57.4402728
+                    -5.1991766,
+                    54.8020337
                 ],
                 [
-                    -1.6616875,
-                    57.4285429
+                    -5.0466316,
+                    54.8062205
                 ],
                 [
-                    -1.6689516,
-                    57.5398256
+                    -5.0502636,
+                    54.7244996
                 ],
                 [
-                    -1.7452241,
-                    57.5398256
+                    -4.9703591,
+                    54.7203043
                 ],
                 [
-                    -1.7524881,
-                    57.6313302
+                    -4.9776232,
+                    54.6215905
                 ],
                 [
-                    -1.8287606,
-                    57.6332746
+                    -4.796022,
+                    54.6342056
                 ],
                 [
-                    -1.8287606,
-                    57.7187255
+                    -4.796022,
+                    54.7307917
                 ],
                 [
-                    -3.1768526,
-                    57.7171219
+                    -4.8977186,
+                    54.7265971
                 ],
                 [
-                    -3.1794208,
-                    57.734264
+                    -4.9086147,
+                    54.8145928
                 ],
                 [
-                    -3.5134082,
-                    57.7292105
+                    -4.8069181,
+                    54.8166856
                 ],
                 [
-                    -3.5129542,
-                    57.7112683
+                    -4.8105501,
+                    54.7915648
                 ],
                 [
-                    -3.7635638,
-                    57.7076303
+                    -4.6943253,
+                    54.7978465
                 ],
                 [
-                    -3.7598539,
-                    57.635713
+                    -4.6761652,
+                    54.7244996
                 ],
                 [
-                    -3.8420372,
-                    57.6343382
+                    -4.5744686,
+                    54.7244996
                 ],
                 [
-                    -3.8458895,
-                    57.6178365
+                    -4.5599405,
+                    54.6426135
                 ],
                 [
-                    -3.9794374,
-                    57.6157733
+                    -4.3093309,
+                    54.6384098
                 ],
                 [
-                    -3.9794374,
-                    57.686544
+                    -4.3333262,
+                    54.8229889
                 ],
                 [
-                    -3.8150708,
-                    57.689976
+                    -4.2626999,
+                    54.8274274
                 ],
                 [
-                    -3.817639,
-                    57.7968899
+                    -4.2549952,
+                    54.7348587
                 ],
                 [
-                    -3.6853753,
-                    57.7989429
+                    -3.8338058,
+                    54.7400481
                 ],
                 [
-                    -3.6892276,
-                    57.8891567
+                    -3.836374,
+                    54.8141105
                 ],
                 [
-                    -3.9383458,
-                    57.8877915
+                    -3.7118149,
+                    54.8133706
                 ],
                 [
-                    -3.9421981,
-                    57.9750592
+                    -3.7143831,
+                    54.8318654
                 ],
                 [
-                    -3.6943641,
-                    57.9784638
+                    -3.5346072,
+                    54.8355633
                 ],
                 [
-                    -3.6969323,
-                    58.0695865
+                    -3.5271039,
+                    54.9066228
                 ],
                 [
-                    -4.0372226,
-                    58.0641528
+                    -3.4808758,
+                    54.9084684
                 ],
                 [
-                    -4.0346543,
-                    57.9730163
+                    -3.4776655,
+                    54.7457328
                 ],
                 [
-                    -4.2003051,
-                    57.9702923
+                    -3.5874573,
+                    54.744621
                 ],
                 [
-                    -4.1832772,
-                    57.7012869
+                    -3.5836049,
+                    54.6546166
                 ],
                 [
-                    -4.518752,
-                    57.6951111
+                    -3.7107322,
+                    54.6531308
                 ],
                 [
-                    -4.5122925,
-                    57.6050682
+                    -3.6991752,
+                    54.4550407
                 ],
                 [
-                    -4.6789116,
-                    57.6016628
+                    -3.5746161,
+                    54.4572801
                 ],
                 [
-                    -4.666022,
-                    57.4218334
+                    -3.5759002,
+                    54.3863042
                 ],
                 [
-                    -3.6677696,
-                    57.4394729
+                    -3.539945,
+                    54.3855564
                 ],
                 [
-                    -3.671282,
-                    57.5295384
+                    -3.5386609,
+                    54.297224
                 ],
                 [
-                    -3.3384979,
-                    57.5331943
+                    -3.46033,
+                    54.2957252
                 ],
                 [
-                    -3.3330498,
-                    57.4438859
+                    -3.4590458,
+                    54.2079507
                 ],
                 [
-                    -2.8336466,
-                    57.4485275
+                    -3.3807149,
+                    54.2102037
                 ],
                 [
-                    -2.8236396,
-                    56.9992706
+                    -3.381999,
+                    54.1169788
                 ],
                 [
-                    -2.3305398,
-                    57.0006693
+                    -3.302878,
+                    54.1160656
                 ],
                 [
-                    -2.3298977,
-                    56.9113932
+                    -3.300154,
+                    54.0276224
                 ],
                 [
-                    -2.6579889,
-                    56.9092901
+                    -3.1013007,
+                    54.0292224
                 ],
                 [
-                    -2.6559637,
-                    56.8198406
+                    -3.093596,
+                    53.6062158
                 ],
                 [
-                    -2.8216747,
-                    56.8188467
+                    -3.2065981,
+                    53.6016441
                 ],
                 [
-                    -2.8184967,
-                    56.7295397
+                    -3.2091663,
+                    53.4917753
                 ],
                 [
-                    -3.1449248,
-                    56.7265508
+                    -3.2451215,
+                    53.4887193
                 ],
                 [
-                    -3.1435628,
-                    56.6362749
+                    -3.2348486,
+                    53.4045934
                 ],
                 [
-                    -3.4679089,
-                    56.6350265
+                    -3.5276266,
+                    53.3999999
                 ],
                 [
-                    -3.474265,
-                    56.7238108
+                    -3.5343966,
+                    53.328481
                 ],
                 [
-                    -3.8011471,
-                    56.7188284
+                    -3.6488053,
+                    53.3252272
                 ],
                 [
-                    -3.785711,
-                    56.4493026
+                    -3.6527308,
+                    53.3057716
                 ],
                 [
-                    -3.946428,
-                    56.4457896
+                    -3.7271873,
+                    53.3046865
                 ],
                 [
-                    -3.9428873,
-                    56.2659777
+                    -3.7315003,
+                    53.3945257
                 ],
                 [
-                    -4.423146,
-                    56.2588459
+                    -3.9108315,
+                    53.3912769
                 ],
                 [
-                    -4.4141572,
-                    56.0815506
+                    -3.9071995,
+                    53.3023804
                 ],
                 [
-                    -4.8944159,
-                    56.0708008
+                    -3.9521457,
+                    53.3015665
                 ],
                 [
-                    -4.8791072,
-                    55.8896994
+                    -3.9566724,
+                    53.3912183
                 ],
                 [
-                    -5.1994158,
-                    55.8821374
+                    -4.1081979,
+                    53.3889209
                 ],
                 [
-                    -5.1852906,
-                    55.7023791
+                    -4.1081979,
+                    53.4072967
                 ],
                 [
-                    -5.0273445,
-                    55.7067203
+                    -4.2622916,
+                    53.4065312
                 ],
                 [
-                    -5.0222081,
-                    55.6879046
+                    -4.2635757,
+                    53.4753707
                 ],
                 [
-                    -4.897649,
-                    55.6907999
+                    -4.638537,
+                    53.4677274
                 ],
                 [
-                    -4.8880181,
-                    55.6002822
+                    -4.6346847,
+                    53.3812621
                 ],
                 [
-                    -4.7339244,
-                    55.6046348
+                    -4.7091633,
+                    53.3774321
                 ],
                 [
-                    -4.7275038,
-                    55.5342082
+                    -4.7001745,
+                    53.1954965
                 ],
                 [
-                    -4.773732,
-                    55.5334815
+                    -4.5499332,
+                    53.1962658
                 ],
                 [
-                    -4.7685955,
-                    55.4447227
+                    -4.5435126,
+                    53.1092488
                 ],
                 [
-                    -4.8494947,
-                    55.4418092
+                    -4.3919871,
+                    53.1100196
                 ],
                 [
-                    -4.8405059,
-                    55.3506535
+                    -4.3855666,
+                    53.0236002
                 ],
                 [
-                    -4.8700405,
-                    55.3513836
+                    -4.6115707,
+                    53.0205105
                 ],
                 [
-                    -4.8649041,
-                    55.2629462
+                    -4.603866,
+                    52.9284932
                 ],
                 [
-                    -4.9920314,
-                    55.2592875
+                    -4.7566756,
+                    52.9261709
                 ],
                 [
-                    -4.9907473,
-                    55.1691779
+                    -4.7476868,
+                    52.8370555
                 ],
                 [
-                    -5.0600894,
-                    55.1655105
+                    -4.8208813,
+                    52.8331768
                 ],
                 [
-                    -5.0575212,
-                    55.0751884
+                    -4.8208813,
+                    52.7446476
                 ],
                 [
-                    -5.2141831,
-                    55.0722477
+                    -4.3701572,
+                    52.7539749
                 ],
                 [
-                    -5.1991766,
-                    54.8020337
+                    -4.3765778,
+                    52.8401583
                 ],
                 [
-                    -5.0466316,
-                    54.8062205
+                    -4.2314728,
+                    52.8455875
                 ],
                 [
-                    -5.0502636,
-                    54.7244996
+                    -4.2237682,
+                    52.7586379
                 ],
                 [
-                    -4.9703591,
-                    54.7203043
+                    -4.1056297,
+                    52.7570836
                 ],
                 [
-                    -4.9776232,
-                    54.6215905
+                    -4.1015192,
+                    52.6714874
                 ],
                 [
-                    -4.796022,
-                    54.6342056
+                    -4.1487355,
+                    52.6703862
                 ],
                 [
-                    -4.796022,
-                    54.7307917
+                    -4.1305754,
+                    52.4008596
                 ],
                 [
-                    -4.8977186,
-                    54.7265971
+                    -4.1995838,
+                    52.3986435
                 ],
                 [
-                    -4.9086147,
-                    54.8145928
+                    -4.2050319,
+                    52.3110195
                 ],
                 [
-                    -4.8069181,
-                    54.8166856
+                    -4.3466808,
+                    52.303247
                 ],
                 [
-                    -4.8105501,
-                    54.7915648
+                    -4.3484968,
+                    52.2365693
                 ],
                 [
-                    -4.6943253,
-                    54.7978465
+                    -4.4901457,
+                    52.2332328
                 ],
                 [
-                    -4.6761652,
-                    54.7244996
+                    -4.4883297,
+                    52.2098702
                 ],
                 [
-                    -4.5744686,
-                    54.7244996
+                    -4.6572188,
+                    52.2098702
                 ],
                 [
-                    -4.5599405,
-                    54.6426135
+                    -4.6590348,
+                    52.1385939
                 ],
                 [
-                    -4.3093309,
-                    54.6384098
+                    -4.7788916,
+                    52.13525
                 ],
                 [
-                    -4.3333262,
-                    54.8229889
+                    -4.7807076,
+                    52.1162967
                 ],
                 [
-                    -4.2626999,
-                    54.8274274
+                    -4.9259885,
+                    52.1140663
                 ],
                 [
-                    -4.2549952,
-                    54.7348587
+                    -4.9187245,
+                    52.0392855
                 ],
                 [
-                    -3.8338058,
-                    54.7400481
+                    -5.2365265,
+                    52.0314653
                 ],
                 [
-                    -3.836374,
-                    54.8141105
+                    -5.2347105,
+                    51.9442339
                 ],
                 [
-                    -3.7118149,
-                    54.8133706
+                    -5.3473032,
+                    51.9408755
                 ],
                 [
-                    -3.7143831,
-                    54.8318654
+                    -5.3473032,
+                    51.9195995
                 ],
                 [
-                    -3.5346072,
-                    54.8355633
+                    -5.4925842,
+                    51.9162392
                 ],
                 [
-                    -3.5271039,
-                    54.9066228
+                    -5.4853201,
+                    51.8265386
                 ],
                 [
-                    -3.4808758,
-                    54.9084684
+                    -5.1983903,
+                    51.8321501
                 ],
                 [
-                    -3.4776655,
-                    54.7457328
+                    -5.1893102,
+                    51.7625177
                 ],
                 [
-                    -3.5874573,
-                    54.744621
+                    -5.335825,
+                    51.7589528
                 ],
                 [
-                    -3.5836049,
-                    54.6546166
+                    -5.3281204,
+                    51.6686495
                 ],
                 [
-                    -3.7107322,
-                    54.6531308
+                    -5.1836575,
+                    51.6730296
                 ],
                 [
-                    -3.6991752,
-                    54.4550407
-                ],
-                [
-                    -3.5746161,
-                    54.4572801
+                    -5.1836575,
+                    51.6539134
                 ],
                 [
-                    -3.5759002,
-                    54.3863042
+                    -5.0674452,
+                    51.6578966
                 ],
                 [
-                    -3.539945,
-                    54.3855564
+                    -5.0603825,
+                    51.5677905
                 ],
                 [
-                    -3.5386609,
-                    54.297224
+                    -4.5974594,
+                    51.5809588
                 ],
                 [
-                    -3.46033,
-                    54.2957252
+                    -4.60388,
+                    51.6726314
                 ],
                 [
-                    -3.4590458,
-                    54.2079507
+                    -4.345773,
+                    51.6726314
                 ],
                 [
-                    -3.3807149,
-                    54.2102037
+                    -4.3355001,
+                    51.4962964
                 ],
                 [
-                    -3.381999,
-                    54.1169788
+                    -3.9528341,
+                    51.5106841
                 ],
                 [
-                    -3.302878,
-                    54.1160656
+                    -3.9425611,
+                    51.5905333
                 ],
                 [
-                    -3.300154,
-                    54.0276224
+                    -3.8809237,
+                    51.5953198
                 ],
                 [
-                    -3.1013007,
-                    54.0292224
+                    -3.8706508,
+                    51.5074872
                 ],
                 [
-                    -3.093596,
-                    53.6062158
+                    -3.7679216,
+                    51.4978952
                 ],
                 [
-                    -3.2065981,
-                    53.6016441
+                    -3.7550805,
+                    51.4242895
                 ],
                 [
-                    -3.2091663,
-                    53.4917753
+                    -3.5855774,
+                    51.41468
                 ],
                 [
-                    -3.2451215,
-                    53.4887193
+                    -3.5778727,
+                    51.3329177
                 ],
                 [
-                    -3.2348486,
-                    53.4045934
+                    -3.0796364,
+                    51.3329177
                 ],
                 [
-                    -3.5276266,
-                    53.3999999
+                    -3.0770682,
+                    51.2494018
                 ],
                 [
-                    -3.5343966,
-                    53.328481
+                    -3.7216935,
+                    51.2381477
                 ],
                 [
-                    -3.6488053,
-                    53.3252272
+                    -3.7216935,
+                    51.2558315
                 ],
                 [
-                    -3.6527308,
-                    53.3057716
+                    -3.8706508,
+                    51.2558315
                 ],
                 [
-                    -3.7271873,
-                    53.3046865
+                    -3.8680825,
+                    51.2365398
                 ],
                 [
-                    -3.7315003,
-                    53.3945257
+                    -4.2944084,
+                    51.2252825
                 ],
                 [
-                    -3.9108315,
-                    53.3912769
+                    -4.289272,
+                    51.0496352
                 ],
                 [
-                    -3.9071995,
-                    53.3023804
+                    -4.5692089,
+                    51.0431767
                 ],
                 [
-                    -3.9521457,
-                    53.3015665
+                    -4.5624122,
+                    50.9497388
                 ],
                 [
-                    -3.9566724,
-                    53.3912183
+                    -4.5905604,
+                    50.9520269
                 ],
                 [
-                    -4.1081979,
-                    53.3889209
+                    -4.5896524,
+                    50.8627065
                 ],
                 [
-                    -4.1081979,
-                    53.4072967
+                    -4.6296046,
+                    50.8592677
                 ],
                 [
-                    -4.2622916,
-                    53.4065312
+                    -4.6226411,
+                    50.7691513
                 ],
                 [
-                    -4.2635757,
-                    53.4753707
+                    -4.6952816,
+                    50.7680028
                 ],
                 [
-                    -4.638537,
-                    53.4677274
+                    -4.6934655,
+                    50.6967379
                 ],
                 [
-                    -4.6346847,
-                    53.3812621
+                    -4.8342064,
+                    50.6938621
                 ],
                 [
-                    -4.7091633,
-                    53.3774321
+                    -4.8296664,
+                    50.6046231
                 ],
                 [
-                    -4.7001745,
-                    53.1954965
+                    -4.9676833,
+                    50.6000126
                 ],
                 [
-                    -4.5499332,
-                    53.1962658
+                    -4.9685913,
+                    50.5821427
                 ],
                 [
-                    -4.5435126,
-                    53.1092488
+                    -5.1084242,
+                    50.5786832
                 ],
                 [
-                    -4.3919871,
-                    53.1100196
+                    -5.1029762,
+                    50.4892254
                 ],
                 [
-                    -4.3855666,
-                    53.0236002
+                    -5.1311244,
+                    50.48807
                 ],
                 [
-                    -4.6115707,
-                    53.0205105
+                    -5.1274923,
+                    50.4163798
                 ],
                 [
-                    -4.603866,
-                    52.9284932
+                    -5.2664172,
+                    50.4117509
                 ],
                 [
-                    -4.7566756,
-                    52.9261709
+                    -5.2609692,
+                    50.3034214
                 ],
                 [
-                    -4.7476868,
-                    52.8370555
+                    -5.5124868,
+                    50.2976214
                 ],
                 [
-                    -4.8208813,
-                    52.8331768
+                    -5.5061308,
+                    50.2256428
                 ],
                 [
-                    -4.8208813,
-                    52.7446476
-                ],
+                    -5.6468717,
+                    50.2209953
+                ]
+            ],
+            [
                 [
-                    -4.3701572,
-                    52.7539749
+                    -5.1336607,
+                    55.2630226
                 ],
                 [
-                    -4.3765778,
-                    52.8401583
+                    -5.1021999,
+                    55.2639372
                 ],
                 [
-                    -4.2314728,
-                    52.8455875
+                    -5.0999527,
+                    55.2458239
                 ],
                 [
-                    -4.2237682,
-                    52.7586379
-                ],
+                    -5.1322161,
+                    55.2446343
+                ]
+            ],
+            [
                 [
-                    -4.1056297,
-                    52.7570836
+                    -5.6431878,
+                    55.5095745
                 ],
                 [
-                    -4.1015192,
-                    52.6714874
+                    -5.4861028,
+                    55.5126594
                 ],
                 [
-                    -4.1487355,
-                    52.6703862
+                    -5.4715747,
+                    55.3348829
                 ],
                 [
-                    -4.1305754,
-                    52.4008596
-                ],
+                    -5.6277517,
+                    55.3302345
+                ]
+            ],
+            [
                 [
-                    -4.1995838,
-                    52.3986435
+                    -4.7213517,
+                    51.2180246
                 ],
                 [
-                    -4.2050319,
-                    52.3110195
+                    -4.5804201,
+                    51.2212417
                 ],
                 [
-                    -4.3466808,
-                    52.303247
+                    -4.5746416,
+                    51.1306736
                 ],
                 [
-                    -4.3484968,
-                    52.2365693
-                ],
+                    -4.7174993,
+                    51.1280545
+                ]
+            ],
+            [
                 [
-                    -4.4901457,
-                    52.2332328
+                    -5.1608796,
+                    55.4153626
                 ],
                 [
-                    -4.4883297,
-                    52.2098702
+                    -5.0045387,
+                    55.4190069
                 ],
                 [
-                    -4.6572188,
-                    52.2098702
+                    -5.0184798,
+                    55.6153521
                 ],
                 [
-                    -4.6590348,
-                    52.1385939
+                    -5.1755648,
+                    55.6138137
+                ]
+            ]
+        ],
+        "terms_url": "http://geo.nls.uk/maps/",
+        "terms_text": "National Library of Scotland Historic Maps"
+    },
+    {
+        "name": "NLS - OS 6-inch Scotland 1842-82",
+        "type": "tms",
+        "template": "http://geo.nls.uk/maps/os/six_inch/{zoom}/{x}/{-y}.png",
+        "scaleExtent": [
+            5,
+            16
+        ],
+        "polygon": [
+            [
+                [
+                    -5.2112173,
+                    54.8018593
                 ],
                 [
-                    -4.7788916,
-                    52.13525
+                    -5.0642752,
+                    54.8026508
                 ],
                 [
-                    -4.7807076,
-                    52.1162967
+                    -5.0560354,
+                    54.6305176
                 ],
                 [
-                    -4.9259885,
-                    52.1140663
+                    -4.3158316,
+                    54.6297227
                 ],
                 [
-                    -4.9187245,
-                    52.0392855
+                    -4.3117117,
+                    54.7448258
                 ],
                 [
-                    -5.2365265,
-                    52.0314653
+                    -3.8530325,
+                    54.7464112
                 ],
                 [
-                    -5.2347105,
-                    51.9442339
+                    -3.8530325,
+                    54.8034424
                 ],
                 [
-                    -5.3473032,
-                    51.9408755
+                    -3.5522818,
+                    54.8034424
                 ],
                 [
-                    -5.3473032,
-                    51.9195995
+                    -3.5522818,
+                    54.8374644
                 ],
                 [
-                    -5.4925842,
-                    51.9162392
+                    -3.468511,
+                    54.8406277
                 ],
                 [
-                    -5.4853201,
-                    51.8265386
+                    -3.4657644,
+                    54.8983158
                 ],
                 [
-                    -5.1983903,
-                    51.8321501
+                    -3.3847403,
+                    54.8991055
                 ],
                 [
-                    -5.1893102,
-                    51.7625177
+                    -3.3888601,
+                    54.9559214
                 ],
                 [
-                    -5.335825,
-                    51.7589528
+                    -3.0920786,
+                    54.9539468
                 ],
                 [
-                    -5.3281204,
-                    51.6686495
+                    -3.0392359,
+                    54.9923274
                 ],
                 [
-                    -5.1836575,
-                    51.6730296
+                    -3.0212713,
+                    55.0493881
                 ],
                 [
-                    -5.1836575,
-                    51.6539134
+                    -2.9591232,
+                    55.0463283
                 ],
                 [
-                    -5.0674452,
-                    51.6578966
+                    -2.9202807,
+                    55.0666294
                 ],
                 [
-                    -5.0603825,
-                    51.5677905
+                    -2.7857081,
+                    55.068652
                 ],
                 [
-                    -4.5974594,
-                    51.5809588
+                    -2.7852225,
+                    55.0914426
                 ],
                 [
-                    -4.60388,
-                    51.6726314
+                    -2.7337562,
+                    55.0922761
                 ],
                 [
-                    -4.345773,
-                    51.6726314
+                    -2.737616,
+                    55.151204
                 ],
                 [
-                    -4.3355001,
-                    51.4962964
+                    -2.7648395,
+                    55.1510672
                 ],
                 [
-                    -3.9528341,
-                    51.5106841
+                    -2.7013114,
+                    55.1722505
                 ],
                 [
-                    -3.9425611,
-                    51.5905333
+                    -2.6635459,
+                    55.2192808
                 ],
                 [
-                    -3.8809237,
-                    51.5953198
+                    -2.6460364,
+                    55.2188891
                 ],
                 [
-                    -3.8706508,
-                    51.5074872
+                    -2.629042,
+                    55.2233933
                 ],
                 [
-                    -3.7679216,
-                    51.4978952
+                    -2.6317886,
+                    55.2287781
                 ],
                 [
-                    -3.7550805,
-                    51.4242895
+                    -2.6235488,
+                    55.2446345
                 ],
                 [
-                    -3.5855774,
-                    51.41468
+                    -2.6197723,
+                    55.2454663
                 ],
                 [
-                    -3.5778727,
-                    51.3329177
+                    -2.6099017,
+                    55.2454174
                 ],
                 [
-                    -3.0796364,
-                    51.3329177
+                    -2.6099876,
+                    55.2486466
                 ],
                 [
-                    -3.0770682,
-                    51.2494018
+                    -2.6408121,
+                    55.2590039
                 ],
                 [
-                    -3.7216935,
-                    51.2381477
+                    -2.6247896,
+                    55.2615631
                 ],
                 [
-                    -3.7216935,
-                    51.2558315
+                    -2.6045186,
+                    55.2823081
                 ],
                 [
-                    -3.8706508,
-                    51.2558315
+                    -2.5693176,
+                    55.296132
                 ],
                 [
-                    -3.8680825,
-                    51.2365398
+                    -2.5479542,
+                    55.3121617
                 ],
                 [
-                    -4.2944084,
-                    51.2252825
+                    -2.5091116,
+                    55.3234891
                 ],
                 [
-                    -4.289272,
-                    51.0496352
+                    -2.4780376,
+                    55.3494471
                 ],
                 [
-                    -4.5692089,
-                    51.0431767
+                    -2.4421083,
+                    55.3533118
                 ],
                 [
-                    -4.5624122,
-                    50.9497388
+                    -2.4052079,
+                    55.3439256
                 ],
                 [
-                    -4.5905604,
-                    50.9520269
+                    -2.3726772,
+                    55.3447539
                 ],
                 [
-                    -4.5896524,
-                    50.8627065
+                    -2.3221819,
+                    55.3687665
                 ],
                 [
-                    -4.6296046,
-                    50.8592677
+                    -2.3241241,
+                    55.3999337
                 ],
                 [
-                    -4.6226411,
-                    50.7691513
+                    -2.2576062,
+                    55.425015
                 ],
                 [
-                    -4.6952816,
-                    50.7680028
+                    -2.1985547,
+                    55.4273529
                 ],
                 [
-                    -4.6934655,
-                    50.6967379
+                    -2.1484296,
+                    55.4717466
                 ],
                 [
-                    -4.8342064,
-                    50.6938621
+                    -2.1944348,
+                    55.484199
                 ],
                 [
-                    -4.8296664,
-                    50.6046231
+                    -2.2040479,
+                    55.529306
                 ],
                 [
-                    -4.9676833,
-                    50.6000126
+                    -2.2960584,
+                    55.6379722
                 ],
                 [
-                    -4.9685913,
-                    50.5821427
+                    -2.2177808,
+                    55.6379722
                 ],
                 [
-                    -5.1084242,
-                    50.5786832
+                    -2.1059266,
+                    55.7452498
                 ],
                 [
-                    -5.1029762,
-                    50.4892254
+                    -1.9716874,
+                    55.7462161
                 ],
                 [
-                    -5.1311244,
-                    50.48807
+                    -1.9697453,
+                    55.9190951
                 ],
                 [
-                    -5.1274923,
-                    50.4163798
+                    -2.1201694,
+                    55.9207115
                 ],
                 [
-                    -5.2664172,
-                    50.4117509
+                    -2.1242893,
+                    55.9776133
                 ],
                 [
-                    -5.2609692,
-                    50.3034214
+                    -2.3440159,
+                    55.9783817
                 ],
                 [
-                    -5.5124868,
-                    50.2976214
+                    -2.3440159,
+                    56.0390349
                 ],
                 [
-                    -5.5061308,
-                    50.2256428
+                    -2.5046909,
+                    56.0413363
                 ],
                 [
-                    -5.6468717,
-                    50.2209953
-                ]
-            ],
-            [
-                [
-                    -5.1336607,
-                    55.2630226
+                    -2.500571,
+                    56.1003588
                 ],
                 [
-                    -5.1021999,
-                    55.2639372
+                    -2.8823459,
+                    56.0957629
                 ],
                 [
-                    -5.0999527,
-                    55.2458239
+                    -2.8823459,
+                    56.1722898
                 ],
                 [
-                    -5.1322161,
-                    55.2446343
-                ]
-            ],
-            [
-                [
-                    -5.6431878,
-                    55.5095745
+                    -2.4126804,
+                    56.1692316
                 ],
                 [
-                    -5.4861028,
-                    55.5126594
+                    -2.4181736,
+                    56.2334017
                 ],
                 [
-                    -5.4715747,
-                    55.3348829
+                    -2.5857151,
+                    56.2303484
                 ],
                 [
-                    -5.6277517,
-                    55.3302345
-                ]
-            ],
-            [
-                [
-                    -4.7213517,
-                    51.2180246
+                    -2.5719822,
+                    56.3416356
                 ],
                 [
-                    -4.5804201,
-                    51.2212417
+                    -2.7257908,
+                    56.3462022
                 ],
                 [
-                    -4.5746416,
-                    51.1306736
+                    -2.7312839,
+                    56.4343808
                 ],
                 [
-                    -4.7174993,
-                    51.1280545
-                ]
-            ],
-            [
-                [
-                    -5.1608796,
-                    55.4153626
+                    -2.6928318,
+                    56.4343808
                 ],
                 [
-                    -5.0045387,
-                    55.4190069
+                    -2.6928318,
+                    56.4859769
                 ],
                 [
-                    -5.0184798,
-                    55.6153521
+                    -2.5307834,
+                    56.4935587
                 ],
                 [
-                    -5.1755648,
-                    55.6138137
-                ]
-            ]
-        ],
-        "terms_url": "http://geo.nls.uk/maps/",
-        "terms_text": "National Library of Scotland Historic Maps"
-    },
-    {
-        "name": "NLS - OS 6-inch Scotland 1842-82",
-        "type": "tms",
-        "template": "http://geo.nls.uk/maps/os/six_inch/{zoom}/{x}/{-y}.png",
-        "scaleExtent": [
-            5,
-            16
-        ],
-        "polygon": [
-            [
+                    -2.5307834,
+                    56.570806
+                ],
                 [
-                    -5.2112173,
-                    54.8018593
+                    -2.5302878,
+                    56.6047947
                 ],
                 [
-                    -5.0642752,
-                    54.8026508
+                    -2.3732428,
+                    56.6044452
                 ],
                 [
-                    -5.0560354,
-                    54.6305176
+                    -2.3684363,
+                    56.7398824
                 ],
                 [
-                    -4.3158316,
-                    54.6297227
+                    -2.3292975,
+                    56.7398824
                 ],
                 [
-                    -4.3117117,
-                    54.7448258
+                    -2.3292975,
+                    56.7888065
                 ],
                 [
-                    -3.8530325,
-                    54.7464112
+                    -2.3145346,
+                    56.7891826
                 ],
                 [
-                    -3.8530325,
-                    54.8034424
+                    -2.3148779,
+                    56.7967036
                 ],
                 [
-                    -3.5522818,
-                    54.8034424
+                    -2.171369,
+                    56.7967036
                 ],
                 [
-                    -3.5522818,
-                    54.8374644
+                    -2.1703979,
+                    56.9710595
                 ],
                 [
-                    -3.468511,
-                    54.8406277
+                    -2.0101725,
+                    56.9694716
                 ],
                 [
-                    -3.4657644,
-                    54.8983158
+                    -2.0101725,
+                    57.0846832
                 ],
                 [
-                    -3.3847403,
-                    54.8991055
+                    -2.0817687,
+                    57.085349
                 ],
                 [
-                    -3.3888601,
-                    54.9559214
+                    -2.0488097,
+                    57.1259963
                 ],
                 [
-                    -3.0920786,
-                    54.9539468
+                    -2.0409133,
+                    57.126369
                 ],
                 [
-                    -3.0392359,
-                    54.9923274
+                    -2.0383434,
+                    57.2411129
                 ],
                 [
-                    -3.0212713,
-                    55.0493881
+                    -1.878118,
+                    57.2421638
                 ],
                 [
-                    -2.9591232,
-                    55.0463283
+                    -1.8771469,
+                    57.2978175
                 ],
                 [
-                    -2.9202807,
-                    55.0666294
+                    -1.9868771,
+                    57.2983422
                 ],
                 [
-                    -2.7857081,
-                    55.068652
+                    -1.9082209,
+                    57.3560063
                 ],
                 [
-                    -2.7852225,
-                    55.0914426
+                    -1.8752048,
+                    57.3560063
                 ],
                 [
-                    -2.7337562,
-                    55.0922761
+                    -1.8761758,
+                    57.3769527
                 ],
                 [
-                    -2.737616,
-                    55.151204
+                    -1.8120857,
+                    57.4120111
                 ],
                 [
-                    -2.7648395,
-                    55.1510672
+                    -1.7120661,
+                    57.4120111
                 ],
                 [
-                    -2.7013114,
-                    55.1722505
+                    -1.7034646,
+                    57.6441388
                 ],
                 [
-                    -2.6635459,
-                    55.2192808
+                    -1.8666032,
+                    57.6451781
                 ],
                 [
-                    -2.6460364,
-                    55.2188891
+                    -1.8646611,
+                    57.7033351
                 ],
                 [
-                    -2.629042,
-                    55.2233933
+                    -3.1204292,
+                    57.7064705
                 ],
                 [
-                    -2.6317886,
-                    55.2287781
+                    -3.1218025,
+                    57.7504652
                 ],
                 [
-                    -2.6235488,
-                    55.2446345
+                    -3.4445259,
+                    57.7526635
                 ],
                 [
-                    -2.6197723,
-                    55.2454663
+                    -3.4472724,
+                    57.7138067
                 ],
                 [
-                    -2.6099017,
-                    55.2454174
+                    -3.5145637,
+                    57.7094052
                 ],
                 [
-                    -2.6099876,
-                    55.2486466
+                    -3.5118171,
+                    57.6939956
                 ],
                 [
-                    -2.6408121,
-                    55.2590039
+                    -3.7645027,
+                    57.6917938
                 ],
                 [
-                    -2.6247896,
-                    55.2615631
+                    -3.7672492,
+                    57.6344975
                 ],
                 [
-                    -2.6045186,
-                    55.2823081
+                    -3.842378,
+                    57.6288312
                 ],
                 [
-                    -2.5693176,
-                    55.296132
+                    -3.8438346,
+                    57.5965825
                 ],
                 [
-                    -2.5479542,
-                    55.3121617
+                    -3.9414265,
+                    57.5916386
                 ],
                 [
-                    -2.5091116,
-                    55.3234891
+                    -3.9404554,
+                    57.6537782
                 ],
                 [
-                    -2.4780376,
-                    55.3494471
+                    -3.8894746,
+                    57.6529989
                 ],
                 [
-                    -2.4421083,
-                    55.3533118
+                    -3.8826772,
+                    57.7676408
                 ],
                 [
-                    -2.4052079,
-                    55.3439256
+                    -3.7224517,
+                    57.766087
                 ],
                 [
-                    -2.3726772,
-                    55.3447539
+                    -3.7195385,
+                    57.8819201
                 ],
                 [
-                    -2.3221819,
-                    55.3687665
+                    -3.9146888,
+                    57.8853352
                 ],
                 [
-                    -2.3241241,
-                    55.3999337
+                    -3.916062,
+                    57.9546243
                 ],
                 [
-                    -2.2576062,
-                    55.425015
+                    -3.745774,
+                    57.9538956
                 ],
                 [
-                    -2.1985547,
-                    55.4273529
+                    -3.7471473,
+                    58.0688409
                 ],
                 [
-                    -2.1484296,
-                    55.4717466
+                    -3.5837256,
+                    58.0695672
                 ],
                 [
-                    -2.1944348,
-                    55.484199
+                    -3.5837256,
+                    58.1116689
                 ],
                 [
-                    -2.2040479,
-                    55.529306
+                    -3.4560096,
+                    58.1138452
                 ],
                 [
-                    -2.2960584,
-                    55.6379722
+                    -3.4544646,
+                    58.228503
                 ],
                 [
-                    -2.2177808,
-                    55.6379722
+                    -3.4379851,
+                    58.2283222
                 ],
                 [
-                    -2.1059266,
-                    55.7452498
+                    -3.4243233,
+                    58.2427725
                 ],
                 [
-                    -1.9716874,
-                    55.7462161
+                    -3.412307,
+                    58.2438567
                 ],
                 [
-                    -1.9697453,
-                    55.9190951
+                    -3.3735115,
+                    58.2695057
                 ],
                 [
-                    -2.1201694,
-                    55.9207115
+                    -3.3063919,
+                    58.2862038
                 ],
                 [
-                    -2.1242893,
-                    55.9776133
+                    -3.1229154,
+                    58.2859395
                 ],
                 [
-                    -2.3440159,
-                    55.9783817
+                    -3.123602,
+                    58.3443661
                 ],
                 [
-                    -2.3440159,
-                    56.0390349
+                    -2.9574338,
+                    58.3447264
                 ],
                 [
-                    -2.5046909,
-                    56.0413363
+                    -2.951254,
+                    58.6422011
                 ],
                 [
-                    -2.500571,
-                    56.1003588
+                    -2.8812162,
+                    58.6429157
                 ],
                 [
-                    -2.8823459,
-                    56.0957629
+                    -2.8851004,
+                    58.8112825
                 ],
                 [
-                    -2.8823459,
-                    56.1722898
+                    -2.7180775,
+                    58.8142997
                 ],
                 [
-                    -2.4126804,
-                    56.1692316
+                    -2.7161354,
+                    58.8715749
                 ],
                 [
-                    -2.4181736,
-                    56.2334017
+                    -2.556881,
+                    58.8775984
                 ],
                 [
-                    -2.5857151,
-                    56.2303484
+                    -2.5544533,
+                    58.9923453
                 ],
                 [
-                    -2.5719822,
-                    56.3416356
+                    -2.5567617,
+                    59.0483775
                 ],
                 [
-                    -2.7257908,
-                    56.3462022
+                    -2.391893,
+                    59.0485996
                 ],
                 [
-                    -2.7312839,
-                    56.4343808
+                    -2.3918002,
+                    59.1106996
                 ],
                 [
-                    -2.6928318,
-                    56.4343808
+                    -2.4733695,
+                    59.1106996
                 ],
                 [
-                    -2.6928318,
-                    56.4859769
+                    -2.5591563,
+                    59.1783028
                 ],
                 [
-                    -2.5307834,
-                    56.4935587
+                    -2.5630406,
+                    59.2210646
                 ],
                 [
-                    -2.5307834,
-                    56.570806
+                    -2.3921334,
+                    59.224046
                 ],
                 [
-                    -2.5302878,
-                    56.6047947
+                    -2.3911409,
+                    59.2740075
                 ],
                 [
-                    -2.3732428,
-                    56.6044452
+                    -2.3639512,
+                    59.2745036
                 ],
                 [
-                    -2.3684363,
-                    56.7398824
+                    -2.3658933,
+                    59.285417
                 ],
                 [
-                    -2.3292975,
-                    56.7398824
+                    -2.3911409,
+                    59.284921
                 ],
                 [
-                    -2.3292975,
-                    56.7888065
+                    -2.3911409,
+                    59.3379505
                 ],
                 [
-                    -2.3145346,
-                    56.7891826
+                    -2.2221759,
+                    59.3381981
                 ],
                 [
-                    -2.3148779,
-                    56.7967036
+                    -2.2233897,
+                    59.395965
                 ],
                 [
-                    -2.171369,
-                    56.7967036
+                    -2.3758467,
+                    59.396583
                 ],
                 [
-                    -2.1703979,
-                    56.9710595
+                    -2.3899271,
+                    59.4026383
                 ],
                 [
-                    -2.0101725,
-                    56.9694716
+                    -2.4008516,
+                    59.3962122
                 ],
                 [
-                    -2.0101725,
-                    57.0846832
+                    -2.5637882,
+                    59.3952604
                 ],
                 [
-                    -2.0817687,
-                    57.085349
+                    -2.5637882,
+                    59.3385811
                 ],
                 [
-                    -2.0488097,
-                    57.1259963
+                    -2.7320164,
+                    59.3375306
                 ],
                 [
-                    -2.0409133,
-                    57.126369
+                    -2.7333896,
+                    59.3952604
                 ],
                 [
-                    -2.0383434,
-                    57.2411129
+                    -3.0726511,
+                    59.3931174
                 ],
                 [
-                    -1.878118,
-                    57.2421638
+                    -3.0703404,
+                    59.3354759
                 ],
                 [
-                    -1.8771469,
-                    57.2978175
+                    -3.0753186,
+                    59.3355634
                 ],
                 [
-                    -1.9868771,
-                    57.2983422
+                    -3.0749753,
+                    59.3292593
                 ],
                 [
-                    -1.9082209,
-                    57.3560063
+                    -3.0698254,
+                    59.3289091
                 ],
                 [
-                    -1.8752048,
-                    57.3560063
+                    -3.069801,
+                    59.2196159
                 ],
                 [
-                    -1.8761758,
-                    57.3769527
+                    -3.2363384,
+                    59.2166341
                 ],
                 [
-                    -1.8120857,
-                    57.4120111
+                    -3.2336751,
+                    59.1606496
                 ],
                 [
-                    -1.7120661,
-                    57.4120111
+                    -3.4032766,
+                    59.1588895
                 ],
                 [
-                    -1.7034646,
-                    57.6441388
+                    -3.394086,
+                    58.9279316
                 ],
                 [
-                    -1.8666032,
-                    57.6451781
+                    -3.5664497,
+                    58.9259268
                 ],
                 [
-                    -1.8646611,
-                    57.7033351
+                    -3.5611089,
+                    58.8679885
                 ],
                 [
-                    -3.1204292,
-                    57.7064705
+                    -3.392508,
+                    58.8699339
                 ],
                 [
-                    -3.1218025,
-                    57.7504652
+                    -3.3894734,
+                    58.8698711
                 ],
                 [
-                    -3.4445259,
-                    57.7526635
+                    -3.3891093,
+                    58.8684905
                 ],
                 [
-                    -3.4472724,
-                    57.7138067
+                    -3.3912942,
+                    58.868616
                 ],
                 [
-                    -3.5145637,
-                    57.7094052
+                    -3.3884161,
+                    58.7543084
                 ],
                 [
-                    -3.5118171,
-                    57.6939956
+                    -3.2238208,
+                    58.7555677
                 ],
                 [
-                    -3.7645027,
-                    57.6917938
+                    -3.2189655,
+                    58.691289
                 ],
                 [
-                    -3.7672492,
-                    57.6344975
+                    -3.4634113,
+                    58.6905753
                 ],
                 [
-                    -3.842378,
-                    57.6288312
+                    -3.4551716,
+                    58.6341518
                 ],
                 [
-                    -3.8438346,
-                    57.5965825
+                    -3.787508,
+                    58.6341518
                 ],
                 [
-                    -3.9414265,
-                    57.5916386
+                    -3.7861347,
+                    58.5769211
                 ],
                 [
-                    -3.9404554,
-                    57.6537782
+                    -3.9028645,
+                    58.5733411
                 ],
                 [
-                    -3.8894746,
-                    57.6529989
+                    -3.9028645,
+                    58.6477304
                 ],
                 [
-                    -3.8826772,
-                    57.7676408
+                    -4.0690327,
+                    58.6491594
                 ],
                 [
-                    -3.7224517,
-                    57.766087
+                    -4.0690327,
+                    58.5912376
                 ],
                 [
-                    -3.7195385,
-                    57.8819201
+                    -4.7364521,
+                    58.5933845
                 ],
                 [
-                    -3.9146888,
-                    57.8853352
+                    -4.7364521,
+                    58.6505884
                 ],
                 [
-                    -3.916062,
-                    57.9546243
+                    -5.0715351,
+                    58.6520173
                 ],
                 [
-                    -3.745774,
-                    57.9538956
+                    -5.0654779,
+                    58.5325854
                 ],
                 [
-                    -3.7471473,
-                    58.0688409
+                    -5.2332047,
+                    58.5316087
                 ],
                 [
-                    -3.5837256,
-                    58.0695672
+                    -5.2283494,
+                    58.4719947
                 ],
                 [
-                    -3.5837256,
-                    58.1116689
+                    -5.2424298,
+                    58.4719947
                 ],
                 [
-                    -3.4560096,
-                    58.1138452
+                    -5.2366034,
+                    58.4089731
                 ],
                 [
-                    -3.4544646,
-                    58.228503
+                    -5.2283494,
+                    58.4094818
                 ],
                 [
-                    -3.4379851,
-                    58.2283222
+                    -5.2210664,
+                    58.3005859
                 ],
                 [
-                    -3.4243233,
-                    58.2427725
+                    -5.5657939,
+                    58.2959933
                 ],
                 [
-                    -3.412307,
-                    58.2438567
+                    -5.5580254,
+                    58.2372573
                 ],
                 [
-                    -3.3735115,
-                    58.2695057
+                    -5.4146722,
+                    58.2401326
                 ],
                 [
-                    -3.3063919,
-                    58.2862038
+                    -5.4141866,
+                    58.2267768
                 ],
                 [
-                    -3.1229154,
-                    58.2859395
+                    -5.3885749,
+                    58.2272242
                 ],
                 [
-                    -3.123602,
-                    58.3443661
+                    -5.382714,
+                    58.1198615
                 ],
                 [
-                    -2.9574338,
-                    58.3447264
+                    -5.51043,
+                    58.1191362
                 ],
                 [
-                    -2.951254,
-                    58.6422011
+                    -5.5114011,
+                    58.006214
                 ],
                 [
-                    -2.8812162,
-                    58.6429157
+                    -5.6745397,
+                    58.0041559
                 ],
                 [
-                    -2.8851004,
-                    58.8112825
+                    -5.6716266,
+                    57.9449366
                 ],
                 [
-                    -2.7180775,
-                    58.8142997
+                    -5.6716266,
+                    57.8887166
                 ],
                 [
-                    -2.7161354,
-                    58.8715749
+                    -5.8347652,
+                    57.8856193
                 ],
                 [
-                    -2.556881,
-                    58.8775984
+                    -5.8277052,
+                    57.5988958
                 ],
                 [
-                    -2.5544533,
-                    58.9923453
+                    -6.0384259,
+                    57.5986357
                 ],
                 [
-                    -2.5567617,
-                    59.0483775
+                    -6.0389115,
+                    57.6459559
                 ],
                 [
-                    -2.391893,
-                    59.0485996
+                    -6.1981658,
+                    57.6456961
                 ],
                 [
-                    -2.3918002,
-                    59.1106996
+                    -6.2076123,
+                    57.7600132
                 ],
                 [
-                    -2.4733695,
-                    59.1106996
+                    -6.537067,
+                    57.7544033
                 ],
                 [
-                    -2.5591563,
-                    59.1783028
+                    -6.5312406,
+                    57.6402392
                 ],
                 [
-                    -2.5630406,
-                    59.2210646
+                    -6.7002056,
+                    57.6360809
                 ],
                 [
-                    -2.3921334,
-                    59.224046
+                    -6.6807844,
+                    57.5236293
                 ],
                 [
-                    -2.3911409,
-                    59.2740075
+                    -6.8516915,
+                    57.5152857
                 ],
                 [
-                    -2.3639512,
-                    59.2745036
+                    -6.8361545,
+                    57.3385811
                 ],
                 [
-                    -2.3658933,
-                    59.285417
+                    -6.6730158,
+                    57.3438213
                 ],
                 [
-                    -2.3911409,
-                    59.284921
+                    -6.674958,
+                    57.2850883
                 ],
                 [
-                    -2.3911409,
-                    59.3379505
+                    -6.5098772,
+                    57.2850883
                 ],
                 [
-                    -2.2221759,
-                    59.3381981
+                    -6.4982244,
+                    57.1757637
                 ],
                 [
-                    -2.2233897,
-                    59.395965
+                    -6.3506228,
+                    57.1820797
                 ],
                 [
-                    -2.3758467,
-                    59.396583
+                    -6.3312015,
+                    57.1251969
                 ],
                 [
-                    -2.3899271,
-                    59.4026383
+                    -6.1797156,
+                    57.1230884
                 ],
                 [
-                    -2.4008516,
-                    59.3962122
+                    -6.1719471,
+                    57.0682265
                 ],
                 [
-                    -2.5637882,
-                    59.3952604
+                    -6.4593819,
+                    57.059779
                 ],
                 [
-                    -2.5637882,
-                    59.3385811
+                    -6.4564687,
+                    57.1093806
                 ],
                 [
-                    -2.7320164,
-                    59.3375306
+                    -6.6671895,
+                    57.1062165
                 ],
                 [
-                    -2.7333896,
-                    59.3952604
+                    -6.6730158,
+                    57.002708
                 ],
                 [
-                    -3.0726511,
-                    59.3931174
+                    -6.5021087,
+                    57.0048233
                 ],
                 [
-                    -3.0703404,
-                    59.3354759
+                    -6.4836097,
+                    56.8917522
                 ],
                 [
-                    -3.0753186,
-                    59.3355634
+                    -6.3266104,
+                    56.8894062
                 ],
                 [
-                    -3.0749753,
-                    59.3292593
+                    -6.3156645,
+                    56.7799312
                 ],
                 [
-                    -3.0698254,
-                    59.3289091
+                    -6.2146739,
+                    56.775675
                 ],
                 [
-                    -3.069801,
-                    59.2196159
+                    -6.2146739,
+                    56.7234965
                 ],
                 [
-                    -3.2363384,
-                    59.2166341
+                    -6.6866107,
+                    56.7224309
                 ],
                 [
-                    -3.2336751,
-                    59.1606496
+                    -6.6769001,
+                    56.6114413
                 ],
                 [
-                    -3.4032766,
-                    59.1588895
+                    -6.8419809,
+                    56.607166
                 ],
                 [
-                    -3.394086,
-                    58.9279316
+                    -6.8400387,
+                    56.5483307
                 ],
                 [
-                    -3.5664497,
-                    58.9259268
+                    -7.1546633,
+                    56.5461895
                 ],
                 [
-                    -3.5611089,
-                    58.8679885
+                    -7.1488369,
+                    56.4872592
                 ],
                 [
-                    -3.392508,
-                    58.8699339
+                    -6.9915246,
+                    56.490476
                 ],
                 [
-                    -3.3894734,
-                    58.8698711
+                    -6.9876404,
+                    56.4325329
                 ],
                 [
-                    -3.3891093,
-                    58.8684905
+                    -6.6827265,
+                    56.4314591
                 ],
                 [
-                    -3.3912942,
-                    58.868616
+                    -6.6769001,
+                    56.5472601
                 ],
                 [
-                    -3.3884161,
-                    58.7543084
+                    -6.5292985,
+                    56.5504717
                 ],
                 [
-                    -3.2238208,
-                    58.7555677
+                    -6.5234721,
+                    56.4379018
                 ],
                 [
-                    -3.2189655,
-                    58.691289
+                    -6.3661598,
+                    56.4368281
                 ],
                 [
-                    -3.4634113,
-                    58.6905753
+                    -6.3642177,
+                    56.3766524
                 ],
                 [
-                    -3.4551716,
-                    58.6341518
+                    -6.5273563,
+                    56.3712749
                 ],
                 [
-                    -3.787508,
-                    58.6341518
+                    -6.5171745,
+                    56.2428427
                 ],
                 [
-                    -3.7861347,
-                    58.5769211
+                    -6.4869621,
+                    56.247421
                 ],
                 [
-                    -3.9028645,
-                    58.5733411
+                    -6.4869621,
+                    56.1893882
                 ],
                 [
-                    -3.9028645,
-                    58.6477304
+                    -6.3001945,
+                    56.1985572
                 ],
                 [
-                    -4.0690327,
-                    58.6491594
+                    -6.3029411,
+                    56.2581017
                 ],
                 [
-                    -4.0690327,
-                    58.5912376
+                    -5.9019401,
+                    56.256576
                 ],
                 [
-                    -4.7364521,
-                    58.5933845
+                    -5.8964469,
+                    56.0960466
                 ],
                 [
-                    -4.7364521,
-                    58.6505884
+                    -6.0282829,
+                    56.0883855
                 ],
                 [
-                    -5.0715351,
-                    58.6520173
+                    -6.0392692,
+                    56.1557502
                 ],
                 [
-                    -5.0654779,
-                    58.5325854
+                    -6.3853385,
+                    56.1542205
                 ],
                 [
-                    -5.2332047,
-                    58.5316087
+                    -6.3606193,
+                    55.96099
                 ],
                 [
-                    -5.2283494,
-                    58.4719947
+                    -6.2123039,
+                    55.9640647
                 ],
                 [
-                    -5.2424298,
-                    58.4719947
+                    -6.2047508,
+                    55.9202269
                 ],
                 [
-                    -5.2366034,
-                    58.4089731
+                    -6.5185478,
+                    55.9129158
                 ],
                 [
-                    -5.2283494,
-                    58.4094818
+                    -6.5061881,
+                    55.7501763
                 ],
                 [
-                    -5.2210664,
-                    58.3005859
+                    -6.6764762,
+                    55.7409005
                 ],
                 [
-                    -5.5657939,
-                    58.2959933
+                    -6.6599967,
+                    55.6263176
                 ],
                 [
-                    -5.5580254,
-                    58.2372573
+                    -6.3551261,
+                    55.6232161
                 ],
                 [
-                    -5.4146722,
-                    58.2401326
+                    -6.3578727,
+                    55.5689002
                 ],
                 [
-                    -5.4141866,
-                    58.2267768
+                    -6.0392692,
+                    55.5720059
                 ],
                 [
-                    -5.3885749,
-                    58.2272242
+                    -6.0310294,
+                    55.6247669
                 ],
                 [
-                    -5.382714,
-                    58.1198615
+                    -5.7398917,
+                    55.6309694
                 ],
                 [
-                    -5.51043,
-                    58.1191362
+                    -5.7371452,
+                    55.4569279
                 ],
                 [
-                    -5.5114011,
-                    58.006214
+                    -5.8964469,
+                    55.4600426
                 ],
                 [
-                    -5.6745397,
-                    58.0041559
+                    -5.8964469,
+                    55.2789864
                 ],
                 [
-                    -5.6716266,
-                    57.9449366
+                    -5.4350211,
+                    55.2821151
                 ],
                 [
-                    -5.6716266,
-                    57.8887166
+                    -5.4405143,
+                    55.4506979
                 ],
                 [
-                    -5.8347652,
-                    57.8856193
+                    -5.2867057,
+                    55.4569279
                 ],
                 [
-                    -5.8277052,
-                    57.5988958
+                    -5.3086784,
+                    55.4070602
                 ],
                 [
-                    -6.0384259,
-                    57.5986357
+                    -4.9735954,
+                    55.4008223
                 ],
                 [
-                    -6.0389115,
-                    57.6459559
+                    -4.9845817,
+                    55.2038242
                 ],
                 [
-                    -6.1981658,
-                    57.6456961
+                    -5.1493766,
+                    55.2038242
                 ],
                 [
-                    -6.2076123,
-                    57.7600132
+                    -5.1411369,
+                    55.037337
                 ],
                 [
-                    -6.537067,
-                    57.7544033
-                ],
+                    -5.2152946,
+                    55.0341891
+                ]
+            ],
+            [
                 [
-                    -6.5312406,
-                    57.6402392
+                    -2.1646559,
+                    60.1622059
                 ],
                 [
-                    -6.7002056,
-                    57.6360809
+                    -1.9930299,
+                    60.1609801
                 ],
                 [
-                    -6.6807844,
-                    57.5236293
+                    -1.9946862,
+                    60.1035151
                 ],
                 [
-                    -6.8516915,
-                    57.5152857
-                ],
+                    -2.1663122,
+                    60.104743
+                ]
+            ],
+            [
                 [
-                    -6.8361545,
-                    57.3385811
+                    -1.5360658,
+                    59.8570831
                 ],
                 [
-                    -6.6730158,
-                    57.3438213
+                    -1.3653566,
+                    59.8559841
                 ],
                 [
-                    -6.674958,
-                    57.2850883
+                    -1.366847,
+                    59.7975565
                 ],
                 [
-                    -6.5098772,
-                    57.2850883
+                    -1.190628,
+                    59.7964199
                 ],
                 [
-                    -6.4982244,
-                    57.1757637
+                    -1.1862046,
+                    59.9695391
                 ],
                 [
-                    -6.3506228,
-                    57.1820797
+                    -1.0078652,
+                    59.9683948
                 ],
                 [
-                    -6.3312015,
-                    57.1251969
+                    -1.0041233,
+                    60.114145
                 ],
                 [
-                    -6.1797156,
-                    57.1230884
+                    -0.8360832,
+                    60.1130715
                 ],
                 [
-                    -6.1719471,
-                    57.0682265
+                    -0.834574,
+                    60.1716772
                 ],
                 [
-                    -6.4593819,
-                    57.059779
+                    -1.0074262,
+                    60.1727795
                 ],
                 [
-                    -6.4564687,
-                    57.1093806
+                    -1.0052165,
+                    60.2583924
                 ],
                 [
-                    -6.6671895,
-                    57.1062165
+                    -0.8299659,
+                    60.2572778
                 ],
                 [
-                    -6.6730158,
-                    57.002708
+                    -0.826979,
+                    60.3726551
                 ],
                 [
-                    -6.5021087,
-                    57.0048233
+                    -0.6507514,
+                    60.3715381
                 ],
                 [
-                    -6.4836097,
-                    56.8917522
+                    -0.6477198,
+                    60.4882292
                 ],
                 [
-                    -6.3266104,
-                    56.8894062
+                    -0.9984896,
+                    60.4904445
                 ],
                 [
-                    -6.3156645,
-                    56.7799312
+                    -0.9970279,
+                    60.546555
                 ],
                 [
-                    -6.2146739,
-                    56.775675
+                    -0.6425288,
+                    60.5443201
                 ],
                 [
-                    -6.2146739,
-                    56.7234965
+                    -0.6394896,
+                    60.6606792
                 ],
                 [
-                    -6.6866107,
-                    56.7224309
+                    -0.8148133,
+                    60.6617806
                 ],
                 [
-                    -6.6769001,
-                    56.6114413
+                    -0.8132987,
+                    60.7196112
                 ],
                 [
-                    -6.8419809,
-                    56.607166
+                    -0.6383298,
+                    60.7185141
                 ],
                 [
-                    -6.8400387,
-                    56.5483307
+                    -0.635467,
+                    60.8275393
                 ],
                 [
-                    -7.1546633,
-                    56.5461895
+                    -0.797568,
+                    60.8285523
                 ],
                 [
-                    -7.1488369,
-                    56.4872592
+                    -0.9941426,
+                    60.8297807
                 ],
                 [
-                    -6.9915246,
-                    56.490476
+                    -0.9954966,
+                    60.7782667
                 ],
                 [
-                    -6.9876404,
-                    56.4325329
+                    -1.1670282,
+                    60.7793403
                 ],
                 [
-                    -6.6827265,
-                    56.4314591
+                    -1.1700357,
+                    60.6646181
                 ],
                 [
-                    -6.6769001,
-                    56.5472601
+                    -1.5222599,
+                    60.6668304
                 ],
                 [
-                    -6.5292985,
-                    56.5504717
+                    -1.5237866,
+                    60.6084426
                 ],
                 [
-                    -6.5234721,
-                    56.4379018
+                    -1.6975673,
+                    60.609536
                 ],
                 [
-                    -6.3661598,
-                    56.4368281
+                    -1.7021271,
+                    60.4345249
                 ],
                 [
-                    -6.3642177,
-                    56.3766524
+                    -1.5260578,
+                    60.4334111
                 ],
                 [
-                    -6.5273563,
-                    56.3712749
+                    -1.5275203,
+                    60.3770719
                 ],
                 [
-                    -6.5171745,
-                    56.2428427
+                    -1.8751127,
+                    60.3792746
                 ],
                 [
-                    -6.4869621,
-                    56.247421
+                    -1.8781372,
+                    60.2624647
                 ],
                 [
-                    -6.4869621,
-                    56.1893882
+                    -1.7019645,
+                    60.2613443
                 ],
                 [
-                    -6.3001945,
-                    56.1985572
+                    -1.7049134,
+                    60.1470532
                 ],
                 [
-                    -6.3029411,
-                    56.2581017
-                ],
+                    -1.528659,
+                    60.1459283
+                ]
+            ],
+            [
                 [
-                    -5.9019401,
-                    56.256576
+                    -0.9847667,
+                    60.8943762
                 ],
                 [
-                    -5.8964469,
-                    56.0960466
+                    -0.9860347,
+                    60.8361105
                 ],
                 [
-                    -6.0282829,
-                    56.0883855
+                    -0.8078362,
+                    60.8351904
                 ],
                 [
-                    -6.0392692,
-                    56.1557502
-                ],
+                    -0.8065683,
+                    60.8934578
+                ]
+            ],
+            [
                 [
-                    -6.3853385,
-                    56.1542205
+                    -7.7696901,
+                    56.8788231
                 ],
                 [
-                    -6.3606193,
-                    55.96099
+                    -7.7614504,
+                    56.7608274
                 ],
                 [
-                    -6.2123039,
-                    55.9640647
+                    -7.6009049,
+                    56.7641903
                 ],
                 [
-                    -6.2047508,
-                    55.9202269
+                    -7.5972473,
+                    56.819332
                 ],
                 [
-                    -6.5185478,
-                    55.9129158
+                    -7.4479894,
+                    56.8203948
                 ],
                 [
-                    -6.5061881,
-                    55.7501763
+                    -7.4489319,
+                    56.8794098
                 ],
                 [
-                    -6.6764762,
-                    55.7409005
+                    -7.2841369,
+                    56.8794098
                 ],
                 [
-                    -6.6599967,
-                    55.6263176
+                    -7.2813904,
+                    57.0471152
                 ],
                 [
-                    -6.3551261,
-                    55.6232161
+                    -7.1303283,
+                    57.0515969
                 ],
                 [
-                    -6.3578727,
-                    55.5689002
+                    -7.1330749,
+                    57.511801
                 ],
                 [
-                    -6.0392692,
-                    55.5720059
+                    -6.96828,
+                    57.5147514
                 ],
                 [
-                    -6.0310294,
-                    55.6247669
+                    -6.9765198,
+                    57.6854668
                 ],
                 [
-                    -5.7398917,
-                    55.6309694
+                    -6.8062317,
+                    57.6913392
                 ],
                 [
-                    -5.7371452,
-                    55.4569279
+                    -6.8089782,
+                    57.8041985
                 ],
                 [
-                    -5.8964469,
-                    55.4600426
+                    -6.6496765,
+                    57.8071252
                 ],
                 [
-                    -5.8964469,
-                    55.2789864
+                    -6.6441833,
+                    57.8612267
                 ],
                 [
-                    -5.4350211,
-                    55.2821151
+                    -6.3200866,
+                    57.8626878
                 ],
                 [
-                    -5.4405143,
-                    55.4506979
+                    -6.3200866,
+                    58.1551617
                 ],
                 [
-                    -5.2867057,
-                    55.4569279
+                    -6.1607849,
+                    58.1522633
                 ],
                 [
-                    -5.3086784,
-                    55.4070602
+                    -6.1552917,
+                    58.20874
                 ],
                 [
-                    -4.9735954,
-                    55.4008223
+                    -5.9850036,
+                    58.2101869
                 ],
                 [
-                    -4.9845817,
-                    55.2038242
+                    -5.9904968,
+                    58.2680163
                 ],
                 [
-                    -5.1493766,
-                    55.2038242
+                    -6.1497986,
+                    58.2665717
                 ],
                 [
-                    -5.1411369,
-                    55.037337
+                    -6.1415588,
+                    58.5557514
                 ],
                 [
-                    -5.2152946,
-                    55.0341891
-                ]
-            ],
-            [
-                [
-                    -2.1646559,
-                    60.1622059
+                    -6.3173401,
+                    58.5557514
                 ],
                 [
-                    -1.9930299,
-                    60.1609801
+                    -6.3091003,
+                    58.4983923
                 ],
                 [
-                    -1.9946862,
-                    60.1035151
+                    -6.4876282,
+                    58.4955218
                 ],
                 [
-                    -2.1663122,
-                    60.104743
-                ]
-            ],
-            [
-                [
-                    -1.5360658,
-                    59.8570831
+                    -6.4876282,
+                    58.4423768
                 ],
                 [
-                    -1.3653566,
-                    59.8559841
+                    -6.6606628,
+                    58.4395018
                 ],
                 [
-                    -1.366847,
-                    59.7975565
+                    -6.6469299,
+                    58.3819525
                 ],
                 [
-                    -1.190628,
-                    59.7964199
-                ],
-                [
-                    -1.1862046,
-                    59.9695391
+                    -6.8117248,
+                    58.3805125
                 ],
                 [
-                    -1.0078652,
-                    59.9683948
+                    -6.8117248,
+                    58.3286357
                 ],
                 [
-                    -1.0041233,
-                    60.114145
+                    -6.9792663,
+                    58.3286357
                 ],
                 [
-                    -0.8360832,
-                    60.1130715
+                    -6.9710266,
+                    58.2694608
                 ],
                 [
-                    -0.834574,
-                    60.1716772
+                    -7.1413147,
+                    58.2680163
                 ],
                 [
-                    -1.0074262,
-                    60.1727795
+                    -7.1403816,
+                    58.0358742
                 ],
                 [
-                    -1.0052165,
-                    60.2583924
+                    -7.3020636,
+                    58.0351031
                 ],
                 [
-                    -0.8299659,
-                    60.2572778
+                    -7.3030347,
+                    57.9774797
                 ],
                 [
-                    -0.826979,
-                    60.3726551
+                    -7.1379539,
+                    57.9777372
                 ],
                 [
-                    -0.6507514,
-                    60.3715381
+                    -7.1413526,
+                    57.9202792
                 ],
                 [
-                    -0.6477198,
-                    60.4882292
+                    -7.1398961,
+                    57.8640206
                 ],
                 [
-                    -0.9984896,
-                    60.4904445
+                    -7.3020636,
+                    57.862471
                 ],
                 [
-                    -0.9970279,
-                    60.546555
+                    -7.298484,
+                    57.7442293
                 ],
                 [
-                    -0.6425288,
-                    60.5443201
+                    -7.4509193,
+                    57.7456951
                 ],
                 [
-                    -0.6394896,
-                    60.6606792
+                    -7.4550392,
+                    57.6899522
                 ],
                 [
-                    -0.8148133,
-                    60.6617806
+                    -7.6186131,
+                    57.6906048
                 ],
                 [
-                    -0.8132987,
-                    60.7196112
+                    -7.6198341,
+                    57.7456951
                 ],
                 [
-                    -0.6383298,
-                    60.7185141
+                    -7.7901222,
+                    57.7442293
                 ],
                 [
-                    -0.635467,
-                    60.8275393
+                    -7.7873756,
+                    57.6855477
                 ],
                 [
-                    -0.797568,
-                    60.8285523
+                    -7.6222332,
+                    57.6853817
                 ],
                 [
-                    -0.9941426,
-                    60.8297807
+                    -7.6173779,
+                    57.5712602
                 ],
                 [
-                    -0.9954966,
-                    60.7782667
+                    -7.788285,
+                    57.5709998
                 ],
                 [
-                    -1.1670282,
-                    60.7793403
+                    -7.7892561,
+                    57.512109
                 ],
                 [
-                    -1.1700357,
-                    60.6646181
+                    -7.7038025,
+                    57.5115874
                 ],
                 [
-                    -1.5222599,
-                    60.6668304
+                    -7.6999183,
+                    57.4546902
                 ],
                 [
-                    -1.5237866,
-                    60.6084426
+                    -7.5367796,
+                    57.4552126
                 ],
                 [
-                    -1.6975673,
-                    60.609536
+                    -7.5348375,
+                    57.5126306
                 ],
                 [
-                    -1.7021271,
-                    60.4345249
+                    -7.4581235,
+                    57.5131521
                 ],
                 [
-                    -1.5260578,
-                    60.4334111
+                    -7.4552103,
+                    57.2824165
                 ],
                 [
-                    -1.5275203,
-                    60.3770719
+                    -7.6115515,
+                    57.2845158
                 ],
                 [
-                    -1.8751127,
-                    60.3792746
+                    -7.6144647,
+                    57.2272651
                 ],
                 [
-                    -1.8781372,
-                    60.2624647
+                    -7.451326,
+                    57.2256881
                 ],
                 [
-                    -1.7019645,
-                    60.2613443
+                    -7.451326,
+                    57.1103873
                 ],
                 [
-                    -1.7049134,
-                    60.1470532
+                    -7.6164068,
+                    57.1088053
                 ],
                 [
-                    -1.528659,
-                    60.1459283
+                    -7.603783,
+                    56.8792358
                 ]
             ],
             [
                 [
-                    -0.9847667,
-                    60.8943762
+                    -1.7106618,
+                    59.5626284
                 ],
                 [
-                    -0.9860347,
-                    60.8361105
+                    -1.5417509,
+                    59.562215
                 ],
                 [
-                    -0.8078362,
-                    60.8351904
+                    -1.5423082,
+                    59.5037224
                 ],
                 [
-                    -0.8065683,
-                    60.8934578
+                    -1.7112191,
+                    59.5041365
                 ]
-            ],
+            ]
+        ],
+        "terms_url": "http://geo.nls.uk/maps/",
+        "terms_text": "National Library of Scotland Historic Maps"
+    },
+    {
+        "name": "New & Misaligned TIGER Roads",
+        "type": "tms",
+        "description": "At zoom level 16+, public domain map data from the US Census. At lower zooms, only changes since 2006 minus changes already incorporated into OpenStreetMap",
+        "template": "http://{switch:a,b,c}.tiles.mapbox.com/v4/enf.e0b8291e/{zoom}/{x}/{y}.png?access_token=pk.eyJ1Ijoib3BlbnN0cmVldG1hcCIsImEiOiJhNVlHd29ZIn0.ti6wATGDWOmCnCYen-Ip7Q",
+        "scaleExtent": [
+            0,
+            22
+        ],
+        "polygon": [
             [
                 [
-                    -7.7696901,
-                    56.8788231
+                    -124.7617886,
+                    48.4130148
                 ],
                 [
-                    -7.7614504,
-                    56.7608274
+                    -124.6059492,
+                    45.90245
                 ],
                 [
-                    -7.6009049,
-                    56.7641903
+                    -124.9934269,
+                    40.0557614
                 ],
                 [
-                    -7.5972473,
-                    56.819332
+                    -122.5369737,
+                    36.8566086
                 ],
                 [
-                    -7.4479894,
-                    56.8203948
+                    -119.9775867,
+                    33.0064099
                 ],
                 [
-                    -7.4489319,
-                    56.8794098
+                    -117.675935,
+                    32.4630223
                 ],
                 [
-                    -7.2841369,
-                    56.8794098
+                    -114.8612307,
+                    32.4799891
                 ],
                 [
-                    -7.2813904,
-                    57.0471152
+                    -111.0089311,
+                    31.336015
                 ],
                 [
-                    -7.1303283,
-                    57.0515969
+                    -108.1992687,
+                    31.3260016
                 ],
                 [
-                    -7.1330749,
-                    57.511801
+                    -108.1871123,
+                    31.7755116
                 ],
                 [
-                    -6.96828,
-                    57.5147514
+                    -106.5307225,
+                    31.7820947
                 ],
                 [
-                    -6.9765198,
-                    57.6854668
+                    -106.4842052,
+                    31.7464455
                 ],
                 [
-                    -6.8062317,
-                    57.6913392
+                    -106.429317,
+                    31.7520583
                 ],
                 [
-                    -6.8089782,
-                    57.8041985
+                    -106.2868855,
+                    31.5613291
                 ],
                 [
-                    -6.6496765,
-                    57.8071252
+                    -106.205248,
+                    31.446704
                 ],
                 [
-                    -6.6441833,
-                    57.8612267
+                    -105.0205259,
+                    30.5360988
                 ],
                 [
-                    -6.3200866,
-                    57.8626878
+                    -104.5881916,
+                    29.6997856
                 ],
                 [
-                    -6.3200866,
-                    58.1551617
+                    -103.2518856,
+                    28.8908685
                 ],
                 [
-                    -6.1607849,
-                    58.1522633
+                    -102.7173632,
+                    29.3920567
                 ],
                 [
-                    -6.1552917,
-                    58.20874
+                    -102.1513983,
+                    29.7475702
                 ],
                 [
-                    -5.9850036,
-                    58.2101869
+                    -101.2552871,
+                    29.4810523
                 ],
                 [
-                    -5.9904968,
-                    58.2680163
+                    -100.0062436,
+                    28.0082173
                 ],
                 [
-                    -6.1497986,
-                    58.2665717
+                    -99.2351068,
+                    26.4475962
                 ],
                 [
-                    -6.1415588,
-                    58.5557514
+                    -98.0109067,
+                    25.9928035
                 ],
                 [
-                    -6.3173401,
-                    58.5557514
+                    -97.435024,
+                    25.8266009
                 ],
                 [
-                    -6.3091003,
-                    58.4983923
+                    -96.9555259,
+                    25.9821589
                 ],
                 [
-                    -6.4876282,
-                    58.4955218
+                    -96.8061741,
+                    27.7978168
                 ],
                 [
-                    -6.4876282,
-                    58.4423768
+                    -95.5563349,
+                    28.5876066
                 ],
                 [
-                    -6.6606628,
-                    58.4395018
+                    -93.7405308,
+                    29.4742093
                 ],
                 [
-                    -6.6469299,
-                    58.3819525
+                    -90.9028456,
+                    28.8564513
                 ],
                 [
-                    -6.8117248,
-                    58.3805125
+                    -88.0156706,
+                    28.9944338
                 ],
                 [
-                    -6.8117248,
-                    58.3286357
+                    -88.0162494,
+                    30.0038862
                 ],
                 [
-                    -6.9792663,
-                    58.3286357
+                    -86.0277506,
+                    30.0047454
                 ],
                 [
-                    -6.9710266,
-                    58.2694608
+                    -84.0187909,
+                    28.9961781
                 ],
                 [
-                    -7.1413147,
-                    58.2680163
+                    -81.9971976,
+                    25.9826768
                 ],
                 [
-                    -7.1403816,
-                    58.0358742
+                    -81.9966618,
+                    25.0134917
                 ],
                 [
-                    -7.3020636,
-                    58.0351031
+                    -84.0165592,
+                    25.0125783
                 ],
                 [
-                    -7.3030347,
-                    57.9774797
+                    -84.0160068,
+                    24.0052745
                 ],
                 [
-                    -7.1379539,
-                    57.9777372
+                    -80.0199985,
+                    24.007096
                 ],
                 [
-                    -7.1413526,
-                    57.9202792
+                    -79.8901116,
+                    26.8550713
                 ],
                 [
-                    -7.1398961,
-                    57.8640206
+                    -80.0245309,
+                    32.0161282
                 ],
                 [
-                    -7.3020636,
-                    57.862471
+                    -75.4147385,
+                    35.0531894
                 ],
                 [
-                    -7.298484,
-                    57.7442293
+                    -74.0211163,
+                    39.5727927
                 ],
                 [
-                    -7.4509193,
-                    57.7456951
+                    -72.002019,
+                    40.9912464
                 ],
                 [
-                    -7.4550392,
-                    57.6899522
+                    -69.8797398,
+                    40.9920457
                 ],
                 [
-                    -7.6186131,
-                    57.6906048
+                    -69.8489304,
+                    43.2619916
                 ],
                 [
-                    -7.6198341,
-                    57.7456951
+                    -66.9452845,
+                    44.7104937
                 ],
                 [
-                    -7.7901222,
-                    57.7442293
+                    -67.7596632,
+                    47.0990024
                 ],
                 [
-                    -7.7873756,
-                    57.6855477
+                    -69.2505131,
+                    47.5122328
                 ],
                 [
-                    -7.6222332,
-                    57.6853817
+                    -70.4614886,
+                    46.2176574
                 ],
                 [
-                    -7.6173779,
-                    57.5712602
+                    -71.412273,
+                    45.254878
                 ],
                 [
-                    -7.788285,
-                    57.5709998
+                    -72.0222508,
+                    45.0059846
                 ],
                 [
-                    -7.7892561,
-                    57.512109
+                    -75.0798841,
+                    44.9802854
                 ],
                 [
-                    -7.7038025,
-                    57.5115874
+                    -76.9023061,
+                    43.8024568
                 ],
                 [
-                    -7.6999183,
-                    57.4546902
+                    -78.7623935,
+                    43.6249578
                 ],
                 [
-                    -7.5367796,
-                    57.4552126
+                    -79.15798,
+                    43.4462589
                 ],
                 [
-                    -7.5348375,
-                    57.5126306
+                    -79.0060087,
+                    42.8005317
                 ],
                 [
-                    -7.4581235,
-                    57.5131521
+                    -82.662475,
+                    41.6889458
                 ],
                 [
-                    -7.4552103,
-                    57.2824165
+                    -82.1761642,
+                    43.588535
                 ],
                 [
-                    -7.6115515,
-                    57.2845158
+                    -83.2813977,
+                    46.138853
                 ],
                 [
-                    -7.6144647,
-                    57.2272651
+                    -87.5064535,
+                    48.0142702
                 ],
                 [
-                    -7.451326,
-                    57.2256881
+                    -88.3492194,
+                    48.2963271
                 ],
                 [
-                    -7.451326,
-                    57.1103873
+                    -89.4353148,
+                    47.9837822
                 ],
                 [
-                    -7.6164068,
-                    57.1088053
+                    -93.9981078,
+                    49.0067142
                 ],
                 [
-                    -7.603783,
-                    56.8792358
-                ]
-            ],
-            [
-                [
-                    -1.7106618,
-                    59.5626284
+                    -95.1105379,
+                    49.412004
                 ],
                 [
-                    -1.5417509,
-                    59.562215
+                    -96.0131199,
+                    49.0060547
                 ],
                 [
-                    -1.5423082,
-                    59.5037224
+                    -123.3228926,
+                    49.0042878
                 ],
                 [
-                    -1.7112191,
-                    59.5041365
+                    -123.2275233,
+                    48.1849927
                 ]
-            ]
-        ],
-        "terms_url": "http://geo.nls.uk/maps/",
-        "terms_text": "National Library of Scotland Historic Maps"
-    },
-    {
-        "name": "New & Misaligned TIGER Roads",
-        "type": "tms",
-        "description": "At zoom level 16+, public domain map data from the US Census. At lower zooms, only changes since 2006 minus changes already incorporated into OpenStreetMap",
-        "template": "http://{switch:a,b,c}.tiles.mapbox.com/v4/enf.e0b8291e/{zoom}/{x}/{y}.png?access_token=pk.eyJ1Ijoib3BlbnN0cmVldG1hcCIsImEiOiJhNVlHd29ZIn0.ti6wATGDWOmCnCYen-Ip7Q",
-        "scaleExtent": [
-            0,
-            22
-        ],
-        "polygon": [
+            ],
             [
                 [
-                    -124.7617886,
-                    48.4130148
-                ],
-                [
-                    -124.6059492,
-                    45.90245
+                    -160.5787616,
+                    22.5062947
                 ],
                 [
-                    -124.9934269,
-                    40.0557614
+                    -160.5782192,
+                    21.4984647
                 ],
                 [
-                    -122.5369737,
-                    36.8566086
+                    -158.7470604,
+                    21.2439843
                 ],
                 [
-                    -119.9775867,
-                    33.0064099
+                    -157.5083185,
+                    20.995803
                 ],
                 [
-                    -117.675935,
-                    32.4630223
+                    -155.9961942,
+                    18.7790194
                 ],
                 [
-                    -114.8612307,
-                    32.4799891
+                    -154.6217803,
+                    18.7586966
                 ],
                 [
-                    -111.0089311,
-                    31.336015
+                    -154.6890176,
+                    19.8805722
                 ],
                 [
-                    -108.1992687,
-                    31.3260016
+                    -156.2927622,
+                    21.2225888
                 ],
                 [
-                    -108.1871123,
-                    31.7755116
+                    -157.5047384,
+                    21.9984962
                 ],
                 [
-                    -106.5307225,
-                    31.7820947
-                ],
-                [
-                    -106.4842052,
-                    31.7464455
-                ],
-                [
-                    -106.429317,
-                    31.7520583
-                ],
-                [
-                    -106.2868855,
-                    31.5613291
-                ],
+                    -159.0093692,
+                    22.5070181
+                ]
+            ],
+            [
                 [
-                    -106.205248,
-                    31.446704
+                    -167.1571546,
+                    68.721974
                 ],
                 [
-                    -105.0205259,
-                    30.5360988
+                    -164.8553982,
+                    67.0255078
                 ],
                 [
-                    -104.5881916,
-                    29.6997856
+                    -168.002195,
+                    66.0017503
                 ],
                 [
-                    -103.2518856,
-                    28.8908685
+                    -169.0087448,
+                    66.001546
                 ],
                 [
-                    -102.7173632,
-                    29.3920567
+                    -169.0075381,
+                    64.9987675
                 ],
                 [
-                    -102.1513983,
-                    29.7475702
+                    -172.5143281,
+                    63.8767267
                 ],
                 [
-                    -101.2552871,
-                    29.4810523
+                    -173.8197023,
+                    59.74014
                 ],
                 [
-                    -100.0062436,
-                    28.0082173
+                    -162.5018149,
+                    58.0005815
                 ],
                 [
-                    -99.2351068,
-                    26.4475962
+                    -160.0159024,
+                    58.0012389
                 ],
                 [
-                    -98.0109067,
-                    25.9928035
+                    -160.0149725,
+                    57.000035
                 ],
                 [
-                    -97.435024,
-                    25.8266009
+                    -160.5054788,
+                    56.9999017
                 ],
                 [
-                    -96.9555259,
-                    25.9821589
+                    -165.8092575,
+                    54.824847
                 ],
                 [
-                    -96.8061741,
-                    27.7978168
+                    -178.000097,
+                    52.2446469
                 ],
                 [
-                    -95.5563349,
-                    28.5876066
+                    -177.9992996,
+                    51.2554252
                 ],
                 [
-                    -93.7405308,
-                    29.4742093
+                    -171.4689067,
+                    51.8215329
                 ],
                 [
-                    -90.9028456,
-                    28.8564513
+                    -162.40251,
+                    53.956664
                 ],
                 [
-                    -88.0156706,
-                    28.9944338
+                    -159.0075717,
+                    55.002502
                 ],
                 [
-                    -88.0162494,
-                    30.0038862
+                    -158.0190709,
+                    55.0027849
                 ],
                 [
-                    -86.0277506,
-                    30.0047454
+                    -151.9963213,
+                    55.9991902
                 ],
                 [
-                    -84.0187909,
-                    28.9961781
+                    -151.500341,
+                    57.9987853
                 ],
                 [
-                    -81.9971976,
-                    25.9826768
+                    -151.5012894,
+                    58.9919816
                 ],
                 [
-                    -81.9966618,
-                    25.0134917
+                    -138.5159989,
+                    58.9953194
                 ],
                 [
-                    -84.0165592,
-                    25.0125783
+                    -138.5150471,
+                    57.9986434
                 ],
                 [
-                    -84.0160068,
-                    24.0052745
+                    -133.9948193,
+                    54.0031685
                 ],
                 [
-                    -80.0199985,
-                    24.007096
+                    -130.0044418,
+                    54.0043387
                 ],
                 [
-                    -79.8901116,
-                    26.8550713
+                    -130.0070826,
+                    57.0000507
                 ],
                 [
-                    -80.0245309,
-                    32.0161282
+                    -131.975877,
+                    56.9995156
                 ],
                 [
-                    -75.4147385,
-                    35.0531894
+                    -135.1229873,
+                    59.756601
                 ],
                 [
-                    -74.0211163,
-                    39.5727927
+                    -138.0071813,
+                    59.991805
                 ],
                 [
-                    -72.002019,
-                    40.9912464
+                    -139.1715881,
+                    60.4127229
                 ],
                 [
-                    -69.8797398,
-                    40.9920457
+                    -140.9874011,
+                    61.0118551
                 ],
                 [
-                    -69.8489304,
-                    43.2619916
+                    -140.9683975,
+                    69.9535069
                 ],
                 [
-                    -66.9452845,
-                    44.7104937
+                    -156.176891,
+                    71.5633329
                 ],
                 [
-                    -67.7596632,
-                    47.0990024
+                    -160.413634,
+                    70.7397728
                 ],
                 [
-                    -69.2505131,
-                    47.5122328
+                    -163.0218273,
+                    69.9707435
                 ],
                 [
-                    -70.4614886,
-                    46.2176574
-                ],
+                    -164.9717003,
+                    68.994689
+                ]
+            ]
+        ],
+        "overlay": true
+    },
+    {
+        "name": "OS 1:25k historic (OSM)",
+        "type": "tms",
+        "template": "http://ooc.openstreetmap.org/os1/{zoom}/{x}/{y}.jpg",
+        "scaleExtent": [
+            6,
+            17
+        ],
+        "polygon": [
+            [
                 [
-                    -71.412273,
-                    45.254878
+                    -9,
+                    49.8
                 ],
                 [
-                    -72.0222508,
-                    45.0059846
+                    -9,
+                    61.1
                 ],
                 [
-                    -75.0798841,
-                    44.9802854
+                    1.9,
+                    61.1
                 ],
                 [
-                    -76.9023061,
-                    43.8024568
+                    1.9,
+                    49.8
                 ],
                 [
-                    -78.7623935,
-                    43.6249578
-                ],
+                    -9,
+                    49.8
+                ]
+            ]
+        ]
+    },
+    {
+        "name": "OS New Popular Edition historic",
+        "type": "tms",
+        "template": "http://ooc.openstreetmap.org/npe/{zoom}/{x}/{y}.png",
+        "polygon": [
+            [
                 [
-                    -79.15798,
-                    43.4462589
+                    -5.8,
+                    49.8
                 ],
                 [
-                    -79.0060087,
-                    42.8005317
+                    -5.8,
+                    55.8
                 ],
                 [
-                    -82.662475,
-                    41.6889458
+                    1.9,
+                    55.8
                 ],
                 [
-                    -82.1761642,
-                    43.588535
+                    1.9,
+                    49.8
                 ],
                 [
-                    -83.2813977,
-                    46.138853
-                ],
+                    -5.8,
+                    49.8
+                ]
+            ]
+        ]
+    },
+    {
+        "name": "OS OpenData Locator",
+        "type": "tms",
+        "template": "http://tiles.itoworld.com/os_locator/{zoom}/{x}/{y}.png",
+        "polygon": [
+            [
                 [
-                    -87.5064535,
-                    48.0142702
+                    -9,
+                    49.8
                 ],
                 [
-                    -88.3492194,
-                    48.2963271
+                    -9,
+                    61.1
                 ],
                 [
-                    -89.4353148,
-                    47.9837822
+                    1.9,
+                    61.1
                 ],
                 [
-                    -93.9981078,
-                    49.0067142
+                    1.9,
+                    49.8
                 ],
                 [
-                    -95.1105379,
-                    49.412004
-                ],
+                    -9,
+                    49.8
+                ]
+            ]
+        ],
+        "overlay": true
+    },
+    {
+        "name": "OS OpenData StreetView",
+        "type": "tms",
+        "template": "http://os.openstreetmap.org/sv/{zoom}/{x}/{y}.png",
+        "scaleExtent": [
+            1,
+            18
+        ],
+        "polygon": [
+            [
                 [
-                    -96.0131199,
-                    49.0060547
+                    -5.8292886,
+                    50.0229734
                 ],
                 [
-                    -123.3228926,
-                    49.0042878
+                    -5.8292886,
+                    50.254819
                 ],
                 [
-                    -123.2275233,
-                    48.1849927
-                ]
-            ],
-            [
+                    -5.373356,
+                    50.254819
+                ],
                 [
-                    -160.5787616,
-                    22.5062947
+                    -5.373356,
+                    50.3530588
                 ],
                 [
-                    -160.5782192,
-                    21.4984647
+                    -5.1756021,
+                    50.3530588
                 ],
                 [
-                    -158.7470604,
-                    21.2439843
+                    -5.1756021,
+                    50.5925406
                 ],
                 [
-                    -157.5083185,
-                    20.995803
+                    -4.9970743,
+                    50.5925406
                 ],
                 [
-                    -155.9961942,
-                    18.7790194
+                    -4.9970743,
+                    50.6935617
                 ],
                 [
-                    -154.6217803,
-                    18.7586966
+                    -4.7965738,
+                    50.6935617
                 ],
                 [
-                    -154.6890176,
-                    19.8805722
+                    -4.7965738,
+                    50.7822112
                 ],
                 [
-                    -156.2927622,
-                    21.2225888
+                    -4.6949503,
+                    50.7822112
                 ],
                 [
-                    -157.5047384,
-                    21.9984962
+                    -4.6949503,
+                    50.9607371
                 ],
                 [
-                    -159.0093692,
-                    22.5070181
-                ]
-            ],
-            [
+                    -4.6043131,
+                    50.9607371
+                ],
                 [
-                    -167.1571546,
-                    68.721974
+                    -4.6043131,
+                    51.0692066
                 ],
                 [
-                    -164.8553982,
-                    67.0255078
+                    -4.3792215,
+                    51.0692066
                 ],
                 [
-                    -168.002195,
-                    66.0017503
+                    -4.3792215,
+                    51.2521782
                 ],
                 [
-                    -169.0087448,
-                    66.001546
+                    -3.9039346,
+                    51.2521782
                 ],
                 [
-                    -169.0075381,
-                    64.9987675
+                    -3.9039346,
+                    51.2916998
                 ],
                 [
-                    -172.5143281,
-                    63.8767267
+                    -3.7171671,
+                    51.2916998
                 ],
                 [
-                    -173.8197023,
-                    59.74014
+                    -3.7171671,
+                    51.2453014
                 ],
                 [
-                    -162.5018149,
-                    58.0005815
+                    -3.1486246,
+                    51.2453014
                 ],
                 [
-                    -160.0159024,
-                    58.0012389
+                    -3.1486246,
+                    51.362067
                 ],
                 [
-                    -160.0149725,
-                    57.000035
+                    -3.7446329,
+                    51.362067
                 ],
                 [
-                    -160.5054788,
-                    56.9999017
+                    -3.7446329,
+                    51.4340386
                 ],
                 [
-                    -165.8092575,
-                    54.824847
+                    -3.8297769,
+                    51.4340386
                 ],
                 [
-                    -178.000097,
-                    52.2446469
+                    -3.8297769,
+                    51.5298246
                 ],
                 [
-                    -177.9992996,
-                    51.2554252
+                    -4.0852091,
+                    51.5298246
                 ],
                 [
-                    -171.4689067,
-                    51.8215329
+                    -4.0852091,
+                    51.4939284
                 ],
                 [
-                    -162.40251,
-                    53.956664
+                    -4.3792215,
+                    51.4939284
                 ],
                 [
-                    -159.0075717,
-                    55.002502
+                    -4.3792215,
+                    51.5427168
                 ],
                 [
-                    -158.0190709,
-                    55.0027849
+                    -5.1444195,
+                    51.5427168
                 ],
                 [
-                    -151.9963213,
-                    55.9991902
+                    -5.1444195,
+                    51.6296003
                 ],
                 [
-                    -151.500341,
-                    57.9987853
+                    -5.7387103,
+                    51.6296003
                 ],
                 [
-                    -151.5012894,
-                    58.9919816
+                    -5.7387103,
+                    51.774037
                 ],
                 [
-                    -138.5159989,
-                    58.9953194
+                    -5.5095393,
+                    51.774037
                 ],
                 [
-                    -138.5150471,
-                    57.9986434
+                    -5.5095393,
+                    51.9802596
                 ],
                 [
-                    -133.9948193,
-                    54.0031685
+                    -5.198799,
+                    51.9802596
                 ],
                 [
-                    -130.0044418,
-                    54.0043387
+                    -5.198799,
+                    52.0973358
                 ],
                 [
-                    -130.0070826,
-                    57.0000507
+                    -4.8880588,
+                    52.0973358
                 ],
                 [
-                    -131.975877,
-                    56.9995156
+                    -4.8880588,
+                    52.1831557
                 ],
                 [
-                    -135.1229873,
-                    59.756601
+                    -4.4957492,
+                    52.1831557
                 ],
                 [
-                    -138.0071813,
-                    59.991805
+                    -4.4957492,
+                    52.2925739
                 ],
                 [
-                    -139.1715881,
-                    60.4127229
+                    -4.3015365,
+                    52.2925739
                 ],
                 [
-                    -140.9874011,
-                    61.0118551
+                    -4.3015365,
+                    52.3685318
                 ],
                 [
-                    -140.9683975,
-                    69.9535069
+                    -4.1811246,
+                    52.3685318
                 ],
                 [
-                    -156.176891,
-                    71.5633329
+                    -4.1811246,
+                    52.7933685
                 ],
                 [
-                    -160.413634,
-                    70.7397728
+                    -4.4413696,
+                    52.7933685
                 ],
                 [
-                    -163.0218273,
-                    69.9707435
+                    -4.4413696,
+                    52.7369614
                 ],
                 [
-                    -164.9717003,
-                    68.994689
-                ]
-            ]
-        ],
-        "overlay": true
-    },
-    {
-        "name": "OS 1:25k historic (OSM)",
-        "type": "tms",
-        "template": "http://ooc.openstreetmap.org/os1/{zoom}/{x}/{y}.jpg",
-        "scaleExtent": [
-            6,
-            17
-        ],
-        "polygon": [
-            [
+                    -4.8569847,
+                    52.7369614
+                ],
                 [
-                    -9,
-                    49.8
+                    -4.8569847,
+                    52.9317255
                 ],
                 [
-                    -9,
-                    61.1
+                    -4.7288044,
+                    52.9317255
                 ],
                 [
-                    1.9,
-                    61.1
+                    -4.7288044,
+                    53.5038599
                 ],
                 [
-                    1.9,
-                    49.8
+                    -4.1578191,
+                    53.5038599
                 ],
                 [
-                    -9,
-                    49.8
-                ]
-            ]
-        ]
-    },
-    {
-        "name": "OS New Popular Edition historic",
-        "type": "tms",
-        "template": "http://ooc.openstreetmap.org/npe/{zoom}/{x}/{y}.png",
-        "polygon": [
-            [
-                [
-                    -5.8,
-                    49.8
+                    -4.1578191,
+                    53.4113498
                 ],
                 [
-                    -5.8,
-                    55.8
+                    -3.3110518,
+                    53.4113498
                 ],
                 [
-                    1.9,
-                    55.8
+                    -3.3110518,
+                    53.5038599
                 ],
                 [
-                    1.9,
-                    49.8
+                    -3.2333667,
+                    53.5038599
                 ],
                 [
-                    -5.8,
-                    49.8
-                ]
-            ]
-        ]
-    },
-    {
-        "name": "OS OpenData Locator",
-        "type": "tms",
-        "template": "http://tiles.itoworld.com/os_locator/{zoom}/{x}/{y}.png",
-        "polygon": [
-            [
-                [
-                    -9,
-                    49.8
+                    -3.2333667,
+                    54.0159169
                 ],
                 [
-                    -9,
-                    61.1
+                    -3.3926211,
+                    54.0159169
                 ],
                 [
-                    1.9,
-                    61.1
+                    -3.3926211,
+                    54.1980953
                 ],
                 [
-                    1.9,
-                    49.8
+                    -3.559644,
+                    54.1980953
                 ],
                 [
-                    -9,
-                    49.8
-                ]
-            ]
-        ],
-        "overlay": true
-    },
-    {
-        "name": "OS OpenData StreetView",
-        "type": "tms",
-        "template": "http://os.openstreetmap.org/sv/{zoom}/{x}/{y}.png",
-        "scaleExtent": [
-            1,
-            18
-        ],
-        "polygon": [
-            [
-                [
-                    -5.8292886,
-                    50.0229734
+                    -3.559644,
+                    54.433732
                 ],
                 [
-                    -5.8292886,
-                    50.254819
+                    -3.7188984,
+                    54.433732
                 ],
                 [
-                    -5.373356,
-                    50.254819
+                    -3.7188984,
+                    54.721897
                 ],
                 [
-                    -5.373356,
-                    50.3530588
+                    -4.3015365,
+                    54.721897
                 ],
                 [
-                    -5.1756021,
-                    50.3530588
+                    -4.3015365,
+                    54.6140739
                 ],
                 [
-                    -5.1756021,
-                    50.5925406
+                    -5.0473132,
+                    54.6140739
                 ],
                 [
-                    -4.9970743,
-                    50.5925406
+                    -5.0473132,
+                    54.7532915
                 ],
                 [
-                    -4.9970743,
-                    50.6935617
+                    -5.2298731,
+                    54.7532915
                 ],
                 [
-                    -4.7965738,
-                    50.6935617
+                    -5.2298731,
+                    55.2190799
                 ],
                 [
-                    -4.7965738,
-                    50.7822112
+                    -5.6532567,
+                    55.2190799
                 ],
                 [
-                    -4.6949503,
-                    50.7822112
+                    -5.6532567,
+                    55.250088
                 ],
                 [
-                    -4.6949503,
-                    50.9607371
+                    -5.8979647,
+                    55.250088
                 ],
                 [
-                    -4.6043131,
-                    50.9607371
+                    -5.8979647,
+                    55.4822462
                 ],
                 [
-                    -4.6043131,
-                    51.0692066
+                    -6.5933212,
+                    55.4822462
                 ],
                 [
-                    -4.3792215,
-                    51.0692066
+                    -6.5933212,
+                    56.3013441
                 ],
                 [
-                    -4.3792215,
-                    51.2521782
+                    -7.1727691,
+                    56.3013441
                 ],
                 [
-                    -3.9039346,
-                    51.2521782
+                    -7.1727691,
+                    56.5601822
                 ],
                 [
-                    -3.9039346,
-                    51.2916998
+                    -6.8171722,
+                    56.5601822
                 ],
                 [
-                    -3.7171671,
-                    51.2916998
+                    -6.8171722,
+                    56.6991713
                 ],
                 [
-                    -3.7171671,
-                    51.2453014
+                    -6.5315276,
+                    56.6991713
                 ],
                 [
-                    -3.1486246,
-                    51.2453014
+                    -6.5315276,
+                    56.9066964
                 ],
                 [
-                    -3.1486246,
-                    51.362067
+                    -6.811679,
+                    56.9066964
                 ],
                 [
-                    -3.7446329,
-                    51.362067
+                    -6.811679,
+                    57.3716613
                 ],
                 [
-                    -3.7446329,
-                    51.4340386
+                    -6.8721038,
+                    57.3716613
                 ],
                 [
-                    -3.8297769,
-                    51.4340386
+                    -6.8721038,
+                    57.5518893
                 ],
                 [
-                    -3.8297769,
-                    51.5298246
+                    -7.0973235,
+                    57.5518893
                 ],
                 [
-                    -4.0852091,
-                    51.5298246
+                    -7.0973235,
+                    57.2411085
                 ],
                 [
-                    -4.0852091,
-                    51.4939284
+                    -7.1742278,
+                    57.2411085
                 ],
                 [
-                    -4.3792215,
-                    51.4939284
+                    -7.1742278,
+                    56.9066964
                 ],
                 [
-                    -4.3792215,
-                    51.5427168
+                    -7.3719817,
+                    56.9066964
                 ],
                 [
-                    -5.1444195,
-                    51.5427168
+                    -7.3719817,
+                    56.8075885
                 ],
                 [
-                    -5.1444195,
-                    51.6296003
+                    -7.5202972,
+                    56.8075885
                 ],
                 [
-                    -5.7387103,
-                    51.6296003
+                    -7.5202972,
+                    56.7142479
                 ],
                 [
-                    -5.7387103,
-                    51.774037
+                    -7.8306806,
+                    56.7142479
                 ],
                 [
-                    -5.5095393,
-                    51.774037
+                    -7.8306806,
+                    56.8994605
                 ],
                 [
-                    -5.5095393,
-                    51.9802596
+                    -7.6494061,
+                    56.8994605
                 ],
                 [
-                    -5.198799,
-                    51.9802596
+                    -7.6494061,
+                    57.4739617
                 ],
                 [
-                    -5.198799,
-                    52.0973358
+                    -7.8306806,
+                    57.4739617
                 ],
                 [
-                    -4.8880588,
-                    52.0973358
+                    -7.8306806,
+                    57.7915584
                 ],
                 [
-                    -4.8880588,
-                    52.1831557
+                    -7.4736249,
+                    57.7915584
                 ],
                 [
-                    -4.4957492,
-                    52.1831557
+                    -7.4736249,
+                    58.086063
                 ],
                 [
-                    -4.4957492,
-                    52.2925739
+                    -7.1879804,
+                    58.086063
                 ],
                 [
-                    -4.3015365,
-                    52.2925739
+                    -7.1879804,
+                    58.367197
                 ],
                 [
-                    -4.3015365,
-                    52.3685318
+                    -6.8034589,
+                    58.367197
                 ],
                 [
-                    -4.1811246,
-                    52.3685318
-                ],
-                [
-                    -4.1811246,
-                    52.7933685
-                ],
-                [
-                    -4.4413696,
-                    52.7933685
-                ],
-                [
-                    -4.4413696,
-                    52.7369614
-                ],
-                [
-                    -4.8569847,
-                    52.7369614
-                ],
-                [
-                    -4.8569847,
-                    52.9317255
-                ],
-                [
-                    -4.7288044,
-                    52.9317255
-                ],
-                [
-                    -4.7288044,
-                    53.5038599
-                ],
-                [
-                    -4.1578191,
-                    53.5038599
-                ],
-                [
-                    -4.1578191,
-                    53.4113498
-                ],
-                [
-                    -3.3110518,
-                    53.4113498
-                ],
-                [
-                    -3.3110518,
-                    53.5038599
-                ],
-                [
-                    -3.2333667,
-                    53.5038599
-                ],
-                [
-                    -3.2333667,
-                    54.0159169
-                ],
-                [
-                    -3.3926211,
-                    54.0159169
-                ],
-                [
-                    -3.3926211,
-                    54.1980953
-                ],
-                [
-                    -3.559644,
-                    54.1980953
-                ],
-                [
-                    -3.559644,
-                    54.433732
-                ],
-                [
-                    -3.7188984,
-                    54.433732
-                ],
-                [
-                    -3.7188984,
-                    54.721897
-                ],
-                [
-                    -4.3015365,
-                    54.721897
-                ],
-                [
-                    -4.3015365,
-                    54.6140739
-                ],
-                [
-                    -5.0473132,
-                    54.6140739
-                ],
-                [
-                    -5.0473132,
-                    54.7532915
-                ],
-                [
-                    -5.2298731,
-                    54.7532915
-                ],
-                [
-                    -5.2298731,
-                    55.2190799
-                ],
-                [
-                    -5.6532567,
-                    55.2190799
-                ],
-                [
-                    -5.6532567,
-                    55.250088
-                ],
-                [
-                    -5.8979647,
-                    55.250088
-                ],
-                [
-                    -5.8979647,
-                    55.4822462
-                ],
-                [
-                    -6.5933212,
-                    55.4822462
-                ],
-                [
-                    -6.5933212,
-                    56.3013441
-                ],
-                [
-                    -7.1727691,
-                    56.3013441
-                ],
-                [
-                    -7.1727691,
-                    56.5601822
-                ],
-                [
-                    -6.8171722,
-                    56.5601822
-                ],
-                [
-                    -6.8171722,
-                    56.6991713
-                ],
-                [
-                    -6.5315276,
-                    56.6991713
-                ],
-                [
-                    -6.5315276,
-                    56.9066964
-                ],
-                [
-                    -6.811679,
-                    56.9066964
-                ],
-                [
-                    -6.811679,
-                    57.3716613
-                ],
-                [
-                    -6.8721038,
-                    57.3716613
-                ],
-                [
-                    -6.8721038,
-                    57.5518893
-                ],
-                [
-                    -7.0973235,
-                    57.5518893
-                ],
-                [
-                    -7.0973235,
-                    57.2411085
-                ],
-                [
-                    -7.1742278,
-                    57.2411085
-                ],
-                [
-                    -7.1742278,
-                    56.9066964
-                ],
-                [
-                    -7.3719817,
-                    56.9066964
-                ],
-                [
-                    -7.3719817,
-                    56.8075885
-                ],
-                [
-                    -7.5202972,
-                    56.8075885
-                ],
-                [
-                    -7.5202972,
-                    56.7142479
-                ],
-                [
-                    -7.8306806,
-                    56.7142479
-                ],
-                [
-                    -7.8306806,
-                    56.8994605
-                ],
-                [
-                    -7.6494061,
-                    56.8994605
-                ],
-                [
-                    -7.6494061,
-                    57.4739617
-                ],
-                [
-                    -7.8306806,
-                    57.4739617
-                ],
-                [
-                    -7.8306806,
-                    57.7915584
-                ],
-                [
-                    -7.4736249,
-                    57.7915584
-                ],
-                [
-                    -7.4736249,
-                    58.086063
-                ],
-                [
-                    -7.1879804,
-                    58.086063
-                ],
-                [
-                    -7.1879804,
-                    58.367197
-                ],
-                [
-                    -6.8034589,
-                    58.367197
-                ],
-                [
-                    -6.8034589,
-                    58.4155786
+                    -6.8034589,
+                    58.4155786
                 ],
                 [
                     -6.638664,
@@ -36583,757 +35812,1587 @@ iD.data.imagery = [
             ],
             [
                 [
-                    -156.0717261,
-                    20.2854602
+                    -156.0717261,
+                    20.2854602
+                ],
+                [
+                    -154.7940471,
+                    20.2860582
+                ],
+                [
+                    -154.7933145,
+                    18.9029464
+                ],
+                [
+                    -156.0709936,
+                    18.9023432
+                ]
+            ]
+        ]
+    },
+    {
+        "name": "Vector Streetmap for San Juan County WA",
+        "type": "tms",
+        "description": "Public domain street and address data from the San Juan County, WA. Updated at least quarterly.",
+        "template": "http://sjcgis.org/arcgis/rest/services/Basemaps/General_Basemap_WM/MapServer/tile/{zoom}/{y}/{x}",
+        "scaleExtent": [
+            0,
+            19
+        ],
+        "polygon": [
+            [
+                [
+                    -123.274024,
+                    48.692975
+                ],
+                [
+                    -123.007726,
+                    48.767256
+                ],
+                [
+                    -123.007619,
+                    48.831577
+                ],
+                [
+                    -122.783495,
+                    48.758416
+                ],
+                [
+                    -122.693402,
+                    48.658522
+                ],
+                [
+                    -122.767451,
+                    48.603606
+                ],
+                [
+                    -122.744842,
+                    48.387083
+                ],
+                [
+                    -123.248221,
+                    48.283531
+                ],
+                [
+                    -123.114524,
+                    48.422614
+                ],
+                [
+                    -123.219035,
+                    48.548575
+                ],
+                [
+                    -123.274024,
+                    48.692975
+                ]
+            ]
+        ]
+    },
+    {
+        "name": "Vejmidte (Denmark)",
+        "type": "tms",
+        "template": "http://{switch:a,b,c}.tile.openstreetmap.dk/danmark/vejmidte/{zoom}/{x}/{y}.png",
+        "scaleExtent": [
+            0,
+            20
+        ],
+        "polygon": [
+            [
+                [
+                    8.3743941,
+                    54.9551655
+                ],
+                [
+                    8.3683809,
+                    55.4042149
+                ],
+                [
+                    8.2103997,
+                    55.4039795
+                ],
+                [
+                    8.2087314,
+                    55.4937345
+                ],
+                [
+                    8.0502655,
+                    55.4924731
+                ],
+                [
+                    8.0185123,
+                    56.7501399
+                ],
+                [
+                    8.1819161,
+                    56.7509948
+                ],
+                [
+                    8.1763274,
+                    57.0208898
+                ],
+                [
+                    8.3413329,
+                    57.0219872
+                ],
+                [
+                    8.3392467,
+                    57.1119574
+                ],
+                [
+                    8.5054433,
+                    57.1123212
+                ],
+                [
+                    8.5033923,
+                    57.2020499
+                ],
+                [
+                    9.3316304,
+                    57.2027636
+                ],
+                [
+                    9.3319079,
+                    57.2924835
+                ],
+                [
+                    9.4978864,
+                    57.2919578
+                ],
+                [
+                    9.4988593,
+                    57.3820608
+                ],
+                [
+                    9.6649749,
+                    57.3811615
+                ],
+                [
+                    9.6687295,
+                    57.5605591
+                ],
+                [
+                    9.8351961,
+                    57.5596265
+                ],
+                [
+                    9.8374896,
+                    57.6493322
+                ],
+                [
+                    10.1725726,
+                    57.6462818
+                ],
+                [
+                    10.1754245,
+                    57.7367768
+                ],
+                [
+                    10.5118282,
+                    57.7330269
+                ],
+                [
+                    10.5152095,
+                    57.8228945
+                ],
+                [
+                    10.6834853,
+                    57.8207722
+                ],
+                [
+                    10.6751613,
+                    57.6412021
+                ],
+                [
+                    10.5077045,
+                    57.6433097
+                ],
+                [
+                    10.5039992,
+                    57.5535088
+                ],
+                [
+                    10.671038,
+                    57.5514113
+                ],
+                [
+                    10.6507805,
+                    57.1024538
+                ],
+                [
+                    10.4857673,
+                    57.1045138
+                ],
+                [
+                    10.4786236,
+                    56.9249051
+                ],
+                [
+                    10.3143981,
+                    56.9267573
+                ],
+                [
+                    10.3112341,
+                    56.8369269
+                ],
+                [
+                    10.4750295,
+                    56.83509
+                ],
+                [
+                    10.4649016,
+                    56.5656681
+                ],
+                [
+                    10.9524239,
+                    56.5589761
+                ],
+                [
+                    10.9479249,
+                    56.4692243
+                ],
+                [
+                    11.1099335,
+                    56.4664675
+                ],
+                [
+                    11.1052639,
+                    56.376833
+                ],
+                [
+                    10.9429901,
+                    56.3795284
+                ],
+                [
+                    10.9341235,
+                    56.1994768
+                ],
+                [
+                    10.7719685,
+                    56.2020244
+                ],
+                [
+                    10.7694751,
+                    56.1120103
+                ],
+                [
+                    10.6079695,
+                    56.1150259
+                ],
+                [
+                    10.4466742,
+                    56.116717
+                ],
+                [
+                    10.2865948,
+                    56.118675
+                ],
+                [
+                    10.2831527,
+                    56.0281851
+                ],
+                [
+                    10.4439274,
+                    56.0270388
+                ],
+                [
+                    10.4417713,
+                    55.7579243
+                ],
+                [
+                    10.4334961,
+                    55.6693533
+                ],
+                [
+                    10.743814,
+                    55.6646861
+                ],
+                [
+                    10.743814,
+                    55.5712253
+                ],
+                [
+                    10.8969041,
+                    55.5712253
+                ],
+                [
+                    10.9051793,
+                    55.3953852
+                ],
+                [
+                    11.0613726,
+                    55.3812841
+                ],
+                [
+                    11.0593038,
+                    55.1124061
+                ],
+                [
+                    11.0458567,
+                    55.0318621
+                ],
+                [
+                    11.2030844,
+                    55.0247474
+                ],
+                [
+                    11.2030844,
+                    55.117139
+                ],
+                [
+                    11.0593038,
+                    55.1124061
+                ],
+                [
+                    11.0613726,
+                    55.3812841
+                ],
+                [
+                    11.0789572,
+                    55.5712253
+                ],
+                [
+                    10.8969041,
+                    55.5712253
+                ],
+                [
+                    10.9258671,
+                    55.6670198
+                ],
+                [
+                    10.743814,
+                    55.6646861
+                ],
+                [
+                    10.7562267,
+                    55.7579243
+                ],
+                [
+                    10.4417713,
+                    55.7579243
+                ],
+                [
+                    10.4439274,
+                    56.0270388
+                ],
+                [
+                    10.4466742,
+                    56.116717
+                ],
+                [
+                    10.6079695,
+                    56.1150259
+                ],
+                [
+                    10.6052053,
+                    56.0247462
+                ],
+                [
+                    10.9258671,
+                    56.0201215
+                ],
+                [
+                    10.9197132,
+                    55.9309388
+                ],
+                [
+                    11.0802782,
+                    55.92792
+                ],
+                [
+                    11.0858066,
+                    56.0178284
+                ],
+                [
+                    11.7265047,
+                    56.005058
+                ],
+                [
+                    11.7319981,
+                    56.0952142
+                ],
+                [
+                    12.0540333,
+                    56.0871256
+                ],
+                [
+                    12.0608477,
+                    56.1762576
+                ],
+                [
+                    12.7023469,
+                    56.1594405
+                ],
+                [
+                    12.6611131,
+                    55.7114318
+                ],
+                [
+                    12.9792318,
+                    55.7014026
+                ],
+                [
+                    12.9612912,
+                    55.5217294
+                ],
+                [
+                    12.3268659,
+                    55.5412096
+                ],
+                [
+                    12.3206071,
+                    55.4513655
+                ],
+                [
+                    12.4778226,
+                    55.447067
+                ],
+                [
+                    12.4702432,
+                    55.3570479
+                ],
+                [
+                    12.6269738,
+                    55.3523837
+                ],
+                [
+                    12.6200898,
+                    55.2632576
+                ],
+                [
+                    12.4627339,
+                    55.26722
+                ],
+                [
+                    12.4552949,
+                    55.1778223
+                ],
+                [
+                    12.2987046,
+                    55.1822303
+                ],
+                [
+                    12.2897344,
+                    55.0923641
+                ],
+                [
+                    12.6048608,
+                    55.0832904
+                ],
+                [
+                    12.5872011,
+                    54.9036285
+                ],
+                [
+                    12.2766618,
+                    54.9119031
+                ],
+                [
+                    12.2610181,
+                    54.7331602
+                ],
+                [
+                    12.1070691,
+                    54.7378161
+                ],
+                [
+                    12.0858621,
+                    54.4681655
+                ],
+                [
+                    11.7794953,
+                    54.4753579
+                ],
+                [
+                    11.7837381,
+                    54.5654783
+                ],
+                [
+                    11.1658525,
+                    54.5782155
+                ],
+                [
+                    11.1706443,
+                    54.6686508
+                ],
+                [
+                    10.8617173,
+                    54.6733956
+                ],
+                [
+                    10.8651245,
+                    54.7634667
+                ],
+                [
+                    10.7713646,
+                    54.7643888
+                ],
+                [
+                    10.7707276,
+                    54.7372807
+                ],
+                [
+                    10.7551428,
+                    54.7375776
+                ],
+                [
+                    10.7544039,
+                    54.7195666
+                ],
+                [
+                    10.7389074,
+                    54.7197588
+                ],
+                [
+                    10.7384368,
+                    54.7108482
+                ],
+                [
+                    10.7074486,
+                    54.7113045
+                ],
+                [
+                    10.7041094,
+                    54.6756741
+                ],
+                [
+                    10.5510973,
+                    54.6781698
+                ],
+                [
+                    10.5547184,
+                    54.7670245
+                ],
+                [
+                    10.2423994,
+                    54.7705935
+                ],
+                [
+                    10.2459845,
+                    54.8604673
+                ],
+                [
+                    10.0902268,
+                    54.8622134
+                ],
+                [
+                    10.0873731,
+                    54.7723851
+                ],
+                [
+                    9.1555798,
+                    54.7769557
+                ],
+                [
+                    9.1562752,
+                    54.8675369
+                ],
+                [
+                    8.5321973,
+                    54.8663765
+                ],
+                [
+                    8.531432,
+                    54.95516
+                ]
+            ],
+            [
+                [
+                    11.4577738,
+                    56.819554
+                ],
+                [
+                    11.7849181,
+                    56.8127385
+                ],
+                [
+                    11.7716715,
+                    56.6332796
+                ],
+                [
+                    11.4459621,
+                    56.6401087
+                ]
+            ],
+            [
+                [
+                    11.3274736,
+                    57.3612962
+                ],
+                [
+                    11.3161808,
+                    57.1818004
+                ],
+                [
+                    11.1508692,
+                    57.1847276
+                ],
+                [
+                    11.1456628,
+                    57.094962
+                ],
+                [
+                    10.8157703,
+                    57.1001693
+                ],
+                [
+                    10.8290599,
+                    57.3695272
+                ]
+            ],
+            [
+                [
+                    11.5843266,
+                    56.2777928
+                ],
+                [
+                    11.5782882,
+                    56.1880397
+                ],
+                [
+                    11.7392309,
+                    56.1845765
+                ],
+                [
+                    11.7456428,
+                    56.2743186
+                ]
+            ],
+            [
+                [
+                    14.6825922,
+                    55.3639405
+                ],
+                [
+                    14.8395247,
+                    55.3565231
+                ],
+                [
+                    14.8263755,
+                    55.2671261
+                ],
+                [
+                    15.1393406,
+                    55.2517359
+                ],
+                [
+                    15.1532015,
+                    55.3410836
+                ],
+                [
+                    15.309925,
+                    55.3330556
+                ],
+                [
+                    15.295719,
+                    55.2437356
+                ],
+                [
+                    15.1393406,
+                    55.2517359
+                ],
+                [
+                    15.1255631,
+                    55.1623802
+                ],
+                [
+                    15.2815819,
+                    55.1544167
+                ],
+                [
+                    15.2535578,
+                    54.9757646
+                ],
+                [
+                    14.6317464,
+                    55.0062496
+                ]
+            ]
+        ],
+        "terms_url": "http://wiki.openstreetmap.org/wiki/Vejmidte",
+        "terms_text": "Danish municipalities"
+    },
+    {
+        "name": "Vienna: Beschriftungen (annotations)",
+        "type": "tms",
+        "template": "http://www.wien.gv.at/wmts/beschriftung/normal/google3857/{zoom}/{y}/{x}.png",
+        "scaleExtent": [
+            0,
+            19
+        ],
+        "polygon": [
+            [
+                [
+                    16.17,
+                    48.1
+                ],
+                [
+                    16.17,
+                    48.33
+                ],
+                [
+                    16.58,
+                    48.33
+                ],
+                [
+                    16.58,
+                    48.1
+                ],
+                [
+                    16.17,
+                    48.1
+                ]
+            ]
+        ],
+        "terms_url": "http://data.wien.gv.at/",
+        "terms_text": "Stadt Wien"
+    },
+    {
+        "name": "Vienna: Mehrzweckkarte (general purpose)",
+        "type": "tms",
+        "template": "http://www.wien.gv.at/wmts/fmzk/pastell/google3857/{zoom}/{y}/{x}.jpeg",
+        "scaleExtent": [
+            0,
+            19
+        ],
+        "polygon": [
+            [
+                [
+                    16.17,
+                    48.1
+                ],
+                [
+                    16.17,
+                    48.33
+                ],
+                [
+                    16.58,
+                    48.33
+                ],
+                [
+                    16.58,
+                    48.1
+                ],
+                [
+                    16.17,
+                    48.1
+                ]
+            ]
+        ],
+        "terms_url": "http://data.wien.gv.at/",
+        "terms_text": "Stadt Wien"
+    },
+    {
+        "name": "Vienna: Orthofoto (aerial image)",
+        "type": "tms",
+        "template": "http://www.wien.gv.at/wmts/lb/farbe/google3857/{zoom}/{y}/{x}.jpeg",
+        "scaleExtent": [
+            0,
+            19
+        ],
+        "polygon": [
+            [
+                [
+                    16.17,
+                    48.1
+                ],
+                [
+                    16.17,
+                    48.33
+                ],
+                [
+                    16.58,
+                    48.33
+                ],
+                [
+                    16.58,
+                    48.1
+                ],
+                [
+                    16.17,
+                    48.1
+                ]
+            ]
+        ],
+        "terms_url": "http://data.wien.gv.at/",
+        "terms_text": "Stadt Wien"
+    },
+    {
+        "name": "basemap.at",
+        "type": "tms",
+        "description": "Basemap of Austria, based on goverment data.",
+        "template": "http://maps{switch:1,2,3,4}.wien.gv.at/basemap/geolandbasemap/normal/google3857/{zoom}/{y}/{x}.png",
+        "polygon": [
+            [
+                [
+                    16.5073284,
+                    46.9929304
+                ],
+                [
+                    16.283417,
+                    46.9929304
+                ],
+                [
+                    16.135839,
+                    46.8713046
+                ],
+                [
+                    15.9831722,
+                    46.8190947
+                ],
+                [
+                    16.0493278,
+                    46.655175
+                ],
+                [
+                    15.8610387,
+                    46.7180116
+                ],
+                [
+                    15.7592608,
+                    46.6900933
+                ],
+                [
+                    15.5607938,
+                    46.6796202
+                ],
+                [
+                    15.5760605,
+                    46.6342132
+                ],
+                [
+                    15.4793715,
+                    46.6027553
+                ],
+                [
+                    15.4335715,
+                    46.6516819
+                ],
+                [
+                    15.2249267,
+                    46.6342132
+                ],
+                [
+                    15.0468154,
+                    46.6481886
+                ],
+                [
+                    14.9908376,
+                    46.5887681
+                ],
+                [
+                    14.9603042,
+                    46.6237293
+                ],
+                [
+                    14.8534374,
+                    46.6027553
+                ],
+                [
+                    14.8330818,
+                    46.5012666
+                ],
+                [
+                    14.7516595,
+                    46.4977636
+                ],
+                [
+                    14.6804149,
+                    46.4381781
+                ],
+                [
+                    14.6142593,
+                    46.4381781
+                ],
+                [
+                    14.578637,
+                    46.3785275
+                ],
+                [
+                    14.4412369,
+                    46.4311638
                 ],
                 [
-                    -154.7940471,
-                    20.2860582
+                    14.1613476,
+                    46.4276563
                 ],
                 [
-                    -154.7933145,
-                    18.9029464
+                    14.1257253,
+                    46.4767409
                 ],
                 [
-                    -156.0709936,
-                    18.9023432
-                ]
-            ]
-        ]
-    },
-    {
-        "name": "Vejmidte (Denmark)",
-        "type": "tms",
-        "template": "http://{switch:a,b,c}.tile.openstreetmap.dk/danmark/vejmidte/{zoom}/{x}/{y}.png",
-        "scaleExtent": [
-            0,
-            20
-        ],
-        "polygon": [
-            [
+                    14.0188585,
+                    46.4767409
+                ],
                 [
-                    8.3743941,
-                    54.9551655
+                    13.9119917,
+                    46.5257813
                 ],
                 [
-                    8.3683809,
-                    55.4042149
+                    13.8254805,
+                    46.5047694
                 ],
                 [
-                    8.2103997,
-                    55.4039795
+                    13.4438134,
+                    46.560783
                 ],
                 [
-                    8.2087314,
-                    55.4937345
+                    13.3064132,
+                    46.5502848
                 ],
                 [
-                    8.0502655,
-                    55.4924731
+                    13.1283019,
+                    46.5887681
                 ],
                 [
-                    8.0185123,
-                    56.7501399
+                    12.8433237,
+                    46.6132433
                 ],
                 [
-                    8.1819161,
-                    56.7509948
+                    12.7262791,
+                    46.6412014
                 ],
                 [
-                    8.1763274,
-                    57.0208898
+                    12.5125455,
+                    46.6656529
                 ],
                 [
-                    8.3413329,
-                    57.0219872
+                    12.3598787,
+                    46.7040543
                 ],
                 [
-                    8.3392467,
-                    57.1119574
+                    12.3649676,
+                    46.7703197
                 ],
                 [
-                    8.5054433,
-                    57.1123212
+                    12.2886341,
+                    46.7772902
                 ],
                 [
-                    8.5033923,
-                    57.2020499
+                    12.2733674,
+                    46.8852187
                 ],
                 [
-                    9.3316304,
-                    57.2027636
+                    12.2072118,
+                    46.8747835
                 ],
                 [
-                    9.3319079,
-                    57.2924835
+                    12.1308784,
+                    46.9026062
                 ],
                 [
-                    9.4978864,
-                    57.2919578
+                    12.1156117,
+                    46.9998721
                 ],
                 [
-                    9.4988593,
-                    57.3820608
+                    12.2530119,
+                    47.0657733
                 ],
                 [
-                    9.6649749,
-                    57.3811615
+                    12.2123007,
+                    47.0934969
                 ],
                 [
-                    9.6687295,
-                    57.5605591
+                    11.9833004,
+                    47.0449712
                 ],
                 [
-                    9.8351961,
-                    57.5596265
+                    11.7339445,
+                    46.9616816
                 ],
                 [
-                    9.8374896,
-                    57.6493322
+                    11.6321666,
+                    47.010283
                 ],
                 [
-                    10.1725726,
-                    57.6462818
+                    11.5405665,
+                    46.9755722
                 ],
                 [
-                    10.1754245,
-                    57.7367768
+                    11.4998553,
+                    47.0068129
                 ],
                 [
-                    10.5118282,
-                    57.7330269
+                    11.418433,
+                    46.9651546
                 ],
                 [
-                    10.5152095,
-                    57.8228945
+                    11.2555884,
+                    46.9755722
                 ],
                 [
-                    10.6834853,
-                    57.8207722
+                    11.1130993,
+                    46.913036
                 ],
                 [
-                    10.6751613,
-                    57.6412021
+                    11.0418548,
+                    46.7633482
                 ],
                 [
-                    10.5077045,
-                    57.6433097
+                    10.8891879,
+                    46.7598621
                 ],
                 [
-                    10.5039992,
-                    57.5535088
+                    10.7416099,
+                    46.7842599
                 ],
                 [
-                    10.671038,
-                    57.5514113
+                    10.7059877,
+                    46.8643462
                 ],
                 [
-                    10.6507805,
-                    57.1024538
+                    10.5787653,
+                    46.8399847
                 ],
                 [
-                    10.4857673,
-                    57.1045138
+                    10.4566318,
+                    46.8504267
                 ],
                 [
-                    10.4786236,
-                    56.9249051
+                    10.4769874,
+                    46.9269392
                 ],
                 [
-                    10.3143981,
-                    56.9267573
+                    10.3853873,
+                    46.9894592
                 ],
                 [
-                    10.3112341,
-                    56.8369269
+                    10.2327204,
+                    46.8643462
                 ],
                 [
-                    10.4750295,
-                    56.83509
+                    10.1207647,
+                    46.8330223
                 ],
                 [
-                    10.4649016,
-                    56.5656681
+                    9.8663199,
+                    46.9408389
                 ],
                 [
-                    10.9524239,
-                    56.5589761
+                    9.9019422,
+                    47.0033426
                 ],
                 [
-                    10.9479249,
-                    56.4692243
+                    9.6831197,
+                    47.0588402
                 ],
                 [
-                    11.1099335,
-                    56.4664675
+                    9.6118752,
+                    47.0380354
                 ],
                 [
-                    11.1052639,
-                    56.376833
+                    9.6322307,
+                    47.128131
                 ],
                 [
-                    10.9429901,
-                    56.3795284
+                    9.5813418,
+                    47.1662025
                 ],
                 [
-                    10.9341235,
-                    56.1994768
+                    9.5406306,
+                    47.2664422
                 ],
                 [
-                    10.7719685,
-                    56.2020244
+                    9.6067863,
+                    47.3492559
                 ],
                 [
-                    10.7694751,
-                    56.1120103
+                    9.6729419,
+                    47.369939
                 ],
                 [
-                    10.6079695,
-                    56.1150259
+                    9.6424085,
+                    47.4457079
                 ],
                 [
-                    10.4466742,
-                    56.116717
+                    9.5660751,
+                    47.4801122
                 ],
                 [
-                    10.2865948,
-                    56.118675
+                    9.7136531,
+                    47.5282405
                 ],
                 [
-                    10.2831527,
-                    56.0281851
+                    9.7848976,
+                    47.5969187
                 ],
                 [
-                    10.4439274,
-                    56.0270388
+                    9.8357866,
+                    47.5454185
                 ],
                 [
-                    10.4417713,
-                    55.7579243
+                    9.9477423,
+                    47.538548
                 ],
                 [
-                    10.4334961,
-                    55.6693533
+                    10.0902313,
+                    47.4491493
                 ],
                 [
-                    10.743814,
-                    55.6646861
+                    10.1105869,
+                    47.3664924
                 ],
                 [
-                    10.743814,
-                    55.5712253
+                    10.2428982,
+                    47.3871688
                 ],
                 [
-                    10.8969041,
-                    55.5712253
+                    10.1869203,
+                    47.2698953
                 ],
                 [
-                    10.9051793,
-                    55.3953852
+                    10.3243205,
+                    47.2975125
+                ],
+                [
+                    10.4820763,
+                    47.4491493
                 ],
                 [
-                    11.0613726,
-                    55.3812841
+                    10.4311873,
+                    47.4869904
                 ],
                 [
-                    11.0593038,
-                    55.1124061
+                    10.4413651,
+                    47.5900549
                 ],
                 [
-                    11.0458567,
-                    55.0318621
+                    10.4871652,
+                    47.5522881
                 ],
                 [
-                    11.2030844,
-                    55.0247474
+                    10.5482319,
+                    47.5351124
                 ],
                 [
-                    11.2030844,
-                    55.117139
+                    10.5991209,
+                    47.5660246
                 ],
                 [
-                    11.0593038,
-                    55.1124061
+                    10.7568766,
+                    47.5316766
                 ],
                 [
-                    11.0613726,
-                    55.3812841
+                    10.8891879,
+                    47.5454185
                 ],
                 [
-                    11.0789572,
-                    55.5712253
+                    10.9400769,
+                    47.4869904
                 ],
                 [
-                    10.8969041,
-                    55.5712253
+                    10.9960547,
+                    47.3906141
                 ],
                 [
-                    10.9258671,
-                    55.6670198
+                    11.2352328,
+                    47.4422662
                 ],
                 [
-                    10.743814,
-                    55.6646861
+                    11.2810328,
+                    47.3975039
                 ],
                 [
-                    10.7562267,
-                    55.7579243
+                    11.4235219,
+                    47.5144941
                 ],
                 [
-                    10.4417713,
-                    55.7579243
+                    11.5761888,
+                    47.5076195
                 ],
                 [
-                    10.4439274,
-                    56.0270388
+                    11.6067221,
+                    47.5900549
                 ],
                 [
-                    10.4466742,
-                    56.116717
+                    11.8357224,
+                    47.5866227
                 ],
                 [
-                    10.6079695,
-                    56.1150259
+                    12.003656,
+                    47.6243647
                 ],
                 [
-                    10.6052053,
-                    56.0247462
+                    12.2072118,
+                    47.6037815
                 ],
                 [
-                    10.9258671,
-                    56.0201215
+                    12.1614117,
+                    47.6963421
                 ],
                 [
-                    10.9197132,
-                    55.9309388
+                    12.2581008,
+                    47.7442718
                 ],
                 [
-                    11.0802782,
-                    55.92792
+                    12.2530119,
+                    47.6792136
                 ],
                 [
-                    11.0858066,
-                    56.0178284
+                    12.4311232,
+                    47.7100408
                 ],
                 [
-                    11.7265047,
-                    56.005058
+                    12.4921899,
+                    47.631224
                 ],
                 [
-                    11.7319981,
-                    56.0952142
+                    12.5685234,
+                    47.6277944
                 ],
                 [
-                    12.0540333,
-                    56.0871256
+                    12.6295901,
+                    47.6894913
                 ],
                 [
-                    12.0608477,
-                    56.1762576
+                    12.7720792,
+                    47.6689338
                 ],
                 [
-                    12.7023469,
-                    56.1594405
+                    12.8331459,
+                    47.5419833
                 ],
                 [
-                    12.6611131,
-                    55.7114318
+                    12.975635,
+                    47.4732332
                 ],
                 [
-                    12.9792318,
-                    55.7014026
+                    13.0417906,
+                    47.4938677
                 ],
                 [
-                    12.9612912,
-                    55.5217294
+                    13.0367017,
+                    47.5557226
                 ],
                 [
-                    12.3268659,
-                    55.5412096
+                    13.0977685,
+                    47.6415112
                 ],
                 [
-                    12.3206071,
-                    55.4513655
+                    13.0316128,
+                    47.7100408
                 ],
                 [
-                    12.4778226,
-                    55.447067
+                    12.9043905,
+                    47.7203125
                 ],
                 [
-                    12.4702432,
-                    55.3570479
+                    13.0061684,
+                    47.84683
                 ],
                 [
-                    12.6269738,
-                    55.3523837
+                    12.9451016,
+                    47.9355501
                 ],
                 [
-                    12.6200898,
-                    55.2632576
+                    12.8636793,
+                    47.9594103
                 ],
                 [
-                    12.4627339,
-                    55.26722
+                    12.8636793,
+                    48.0036929
                 ],
                 [
-                    12.4552949,
-                    55.1778223
+                    12.7517236,
+                    48.0989418
                 ],
                 [
-                    12.2987046,
-                    55.1822303
+                    12.8738571,
+                    48.2109733
                 ],
                 [
-                    12.2897344,
-                    55.0923641
+                    12.9603683,
+                    48.2109733
                 ],
                 [
-                    12.6048608,
-                    55.0832904
+                    13.0417906,
+                    48.2652035
                 ],
                 [
-                    12.5872011,
-                    54.9036285
+                    13.1842797,
+                    48.2990682
                 ],
                 [
-                    12.2766618,
-                    54.9119031
+                    13.2606131,
+                    48.2922971
                 ],
                 [
-                    12.2610181,
-                    54.7331602
+                    13.3980133,
+                    48.3565867
                 ],
                 [
-                    12.1070691,
-                    54.7378161
+                    13.4438134,
+                    48.417418
                 ],
                 [
-                    12.0858621,
-                    54.4681655
+                    13.4387245,
+                    48.5523383
                 ],
                 [
-                    11.7794953,
-                    54.4753579
+                    13.509969,
+                    48.5860123
                 ],
                 [
-                    11.7837381,
-                    54.5654783
+                    13.6117469,
+                    48.5725454
                 ],
                 [
-                    11.1658525,
-                    54.5782155
+                    13.7287915,
+                    48.5118999
                 ],
                 [
-                    11.1706443,
-                    54.6686508
+                    13.7847694,
+                    48.5725454
                 ],
                 [
-                    10.8617173,
-                    54.6733956
+                    13.8203916,
+                    48.6263915
                 ],
                 [
-                    10.8651245,
-                    54.7634667
+                    13.7949471,
+                    48.7171267
                 ],
                 [
-                    10.7713646,
-                    54.7643888
+                    13.850925,
+                    48.7741724
                 ],
                 [
-                    10.7707276,
-                    54.7372807
+                    14.0595697,
+                    48.6633774
                 ],
                 [
-                    10.7551428,
-                    54.7375776
+                    14.0137696,
+                    48.6331182
                 ],
                 [
-                    10.7544039,
-                    54.7195666
+                    14.0748364,
+                    48.5927444
                 ],
                 [
-                    10.7389074,
-                    54.7197588
+                    14.2173255,
+                    48.5961101
                 ],
                 [
-                    10.7384368,
-                    54.7108482
+                    14.3649034,
+                    48.5489696
                 ],
                 [
-                    10.7074486,
-                    54.7113045
+                    14.4666813,
+                    48.6499311
                 ],
                 [
-                    10.7041094,
-                    54.6756741
+                    14.5582815,
+                    48.5961101
                 ],
                 [
-                    10.5510973,
-                    54.6781698
+                    14.5989926,
+                    48.6263915
                 ],
                 [
-                    10.5547184,
-                    54.7670245
+                    14.7211261,
+                    48.5759124
                 ],
                 [
-                    10.2423994,
-                    54.7705935
+                    14.7211261,
+                    48.6868997
                 ],
                 [
-                    10.2459845,
-                    54.8604673
+                    14.822904,
+                    48.7271983
                 ],
                 [
-                    10.0902268,
-                    54.8622134
+                    14.8178151,
+                    48.777526
                 ],
                 [
-                    10.0873731,
-                    54.7723851
+                    14.9647227,
+                    48.7851754
                 ],
                 [
-                    9.1555798,
-                    54.7769557
+                    14.9893637,
+                    49.0126611
                 ],
                 [
-                    9.1562752,
-                    54.8675369
+                    15.1485933,
+                    48.9950306
                 ],
                 [
-                    8.5321973,
-                    54.8663765
+                    15.1943934,
+                    48.9315502
                 ],
                 [
-                    8.531432,
-                    54.95516
-                ]
-            ],
-            [
-                [
-                    11.4577738,
-                    56.819554
+                    15.3063491,
+                    48.9850128
                 ],
                 [
-                    11.7849181,
-                    56.8127385
+                    15.3928603,
+                    48.9850128
                 ],
                 [
-                    11.7716715,
-                    56.6332796
+                    15.4844604,
+                    48.9282069
                 ],
                 [
-                    11.4459621,
-                    56.6401087
-                ]
-            ],
-            [
+                    15.749083,
+                    48.8545973
+                ],
                 [
-                    11.3274736,
-                    57.3612962
+                    15.8406831,
+                    48.8880697
                 ],
                 [
-                    11.3161808,
-                    57.1818004
+                    16.0086166,
+                    48.7808794
                 ],
                 [
-                    11.1508692,
-                    57.1847276
+                    16.2070835,
+                    48.7339115
                 ],
                 [
-                    11.1456628,
-                    57.094962
+                    16.3953727,
+                    48.7372678
                 ],
                 [
-                    10.8157703,
-                    57.1001693
+                    16.4920617,
+                    48.8110498
                 ],
                 [
-                    10.8290599,
-                    57.3695272
-                ]
-            ],
-            [
+                    16.6905286,
+                    48.7741724
+                ],
                 [
-                    11.5843266,
-                    56.2777928
+                    16.7057953,
+                    48.7339115
                 ],
                 [
-                    11.5782882,
-                    56.1880397
+                    16.8991733,
+                    48.713769
                 ],
                 [
-                    11.7392309,
-                    56.1845765
+                    16.9755067,
+                    48.515271
                 ],
                 [
-                    11.7456428,
-                    56.2743186
-                ]
-            ],
-            [
+                    16.8482844,
+                    48.4511817
+                ],
                 [
-                    14.6825922,
-                    55.3639405
+                    16.8533733,
+                    48.3464411
                 ],
                 [
-                    14.8395247,
-                    55.3565231
+                    16.9551512,
+                    48.2516513
                 ],
                 [
-                    14.8263755,
-                    55.2671261
+                    16.9907734,
+                    48.1498955
                 ],
                 [
-                    15.1393406,
-                    55.2517359
+                    17.0925513,
+                    48.1397088
                 ],
                 [
-                    15.1532015,
-                    55.3410836
+                    17.0823736,
+                    48.0241182
                 ],
                 [
-                    15.309925,
-                    55.3330556
+                    17.1739737,
+                    48.0207146
                 ],
                 [
-                    15.295719,
-                    55.2437356
+                    17.0823736,
+                    47.8741447
                 ],
                 [
-                    15.1393406,
-                    55.2517359
+                    16.9856845,
+                    47.8673174
                 ],
                 [
-                    15.1255631,
-                    55.1623802
+                    17.0823736,
+                    47.8092489
                 ],
                 [
-                    15.2815819,
-                    55.1544167
+                    17.0925513,
+                    47.7031919
                 ],
                 [
-                    15.2535578,
-                    54.9757646
+                    16.7414176,
+                    47.6792136
                 ],
                 [
-                    14.6317464,
-                    55.0062496
-                ]
-            ]
-        ],
-        "terms_url": "http://wiki.openstreetmap.org/wiki/Vejmidte",
-        "terms_text": "Danish municipalities"
-    },
-    {
-        "name": "Vienna: Beschriftungen (annotations)",
-        "type": "tms",
-        "template": "http://www.wien.gv.at/wmts/beschriftung/normal/google3857/{zoom}/{y}/{x}.png",
-        "scaleExtent": [
-            0,
-            19
-        ],
-        "polygon": [
-            [
+                    16.7057953,
+                    47.7511153
+                ],
                 [
-                    16.17,
-                    48.1
+                    16.5378617,
+                    47.7545368
                 ],
                 [
-                    16.17,
-                    48.33
+                    16.5480395,
+                    47.7066164
                 ],
                 [
-                    16.58,
-                    48.33
+                    16.4208172,
+                    47.6689338
                 ],
                 [
-                    16.58,
-                    48.1
+                    16.573484,
+                    47.6175045
                 ],
                 [
-                    16.17,
-                    48.1
-                ]
-            ]
-        ],
-        "terms_url": "http://data.wien.gv.at/",
-        "terms_text": "Stadt Wien"
-    },
-    {
-        "name": "Vienna: Mehrzweckkarte (general purpose)",
-        "type": "tms",
-        "template": "http://www.wien.gv.at/wmts/fmzk/pastell/google3857/{zoom}/{y}/{x}.jpeg",
-        "scaleExtent": [
-            0,
-            19
-        ],
-        "polygon": [
-            [
+                    16.670173,
+                    47.631224
+                ],
                 [
-                    16.17,
-                    48.1
+                    16.7108842,
+                    47.538548
                 ],
                 [
-                    16.17,
-                    48.33
+                    16.6599952,
+                    47.4491493
                 ],
                 [
-                    16.58,
-                    48.33
+                    16.5429506,
+                    47.3940591
                 ],
                 [
-                    16.58,
-                    48.1
+                    16.4615283,
+                    47.3940591
                 ],
                 [
-                    16.17,
-                    48.1
-                ]
-            ]
-        ],
-        "terms_url": "http://data.wien.gv.at/",
-        "terms_text": "Stadt Wien"
-    },
-    {
-        "name": "Vienna: Orthofoto (aerial image)",
-        "type": "tms",
-        "template": "http://www.wien.gv.at/wmts/lb/farbe/google3857/{zoom}/{y}/{x}.jpeg",
-        "scaleExtent": [
-            0,
-            19
-        ],
-        "polygon": [
-            [
+                    16.4920617,
+                    47.276801
+                ],
                 [
-                    16.17,
-                    48.1
+                    16.425906,
+                    47.1973317
                 ],
                 [
-                    16.17,
-                    48.33
+                    16.4717061,
+                    47.1489007
                 ],
                 [
-                    16.58,
-                    48.33
+                    16.5480395,
+                    47.1489007
                 ],
                 [
-                    16.58,
-                    48.1
+                    16.476795,
+                    47.0796369
                 ],
                 [
-                    16.17,
-                    48.1
+                    16.527684,
+                    47.0588402
                 ]
             ]
         ],
-        "terms_url": "http://data.wien.gv.at/",
-        "terms_text": "Stadt Wien"
+        "terms_text": "basemap.at",
+        "id": "basemap.at"
     },
     {
-        "name": "basemap.at",
+        "name": "basemap.at Orthofoto",
         "type": "tms",
-        "description": "Basemap of Austria, based on goverment data.",
-        "template": "http://maps.wien.gv.at/basemap/geolandbasemap/normal/google3857/{zoom}/{y}/{x}.png",
+        "description": "Orthofoto layer provided by basemap.at. \"Successor\" of geoimage.at imagery.",
+        "template": "http://maps{switch:1,2,3,4}.wien.gv.at/basemap/bmaporthofoto30cm/normal/google3857/{zoom}/{y}/{x}.jpeg",
         "polygon": [
             [
                 [
@@ -38099,7 +38158,7 @@ iD.data.imagery = [
             ]
         ],
         "terms_text": "basemap.at",
-        "id": "basemap.at"
+        "id": "basemap.at orthofoto"
     },
     {
         "name": "Übersichtsplan Zürich",
index fbc24cccf27bfc66a77e45cfc7e00664cfe338b0..0631c4fa34f0b229178c2484537d4e88792debd4 100644 (file)
@@ -1135,6 +1135,24 @@ iD.data.presets = {
             },
             "name": "Marketplace"
         },
+        "amenity/motorcycle_parking": {
+            "icon": "scooter",
+            "fields": [
+                "capacity",
+                "operator",
+                "covered",
+                "access_simple"
+            ],
+            "geometry": [
+                "point",
+                "vertex",
+                "area"
+            ],
+            "tags": {
+                "amenity": "motorcycle_parking"
+            },
+            "name": "Motorcycle Parking"
+        },
         "amenity/nightclub": {
             "icon": "bar",
             "fields": [
@@ -1169,6 +1187,7 @@ iD.data.presets = {
                 "access_simple",
                 "supervised",
                 "park_ride",
+                "surface",
                 "address"
             ],
             "geometry": [
@@ -2377,7 +2396,14 @@ iD.data.presets = {
             "tags": {
                 "building": "detached"
             },
-            "name": "Detached Home"
+            "terms": [
+                "home",
+                "single",
+                "family",
+                "residence",
+                "dwelling"
+            ],
+            "name": "Detached House"
         },
         "building/dormitory": {
             "icon": "building",
@@ -2493,6 +2519,12 @@ iD.data.presets = {
             "tags": {
                 "building": "house"
             },
+            "terms": [
+                "home",
+                "family",
+                "residence",
+                "dwelling"
+            ],
             "name": "House"
         },
         "building/hut": {
@@ -2621,6 +2653,30 @@ iD.data.presets = {
             },
             "name": "School Building"
         },
+        "building/semidetached_house": {
+            "icon": "building",
+            "fields": [
+                "address",
+                "levels"
+            ],
+            "geometry": [
+                "point",
+                "area"
+            ],
+            "tags": {
+                "building": "semidetached_house"
+            },
+            "terms": [
+                "home",
+                "double",
+                "duplex",
+                "twin",
+                "family",
+                "residence",
+                "dwelling"
+            ],
+            "name": "Semi-Detached House"
+        },
         "building/shed": {
             "icon": "building",
             "fields": [
@@ -2679,6 +2735,14 @@ iD.data.presets = {
             "tags": {
                 "building": "terrace"
             },
+            "terms": [
+                "home",
+                "terrace",
+                "brownstone",
+                "family",
+                "residence",
+                "dwelling"
+            ],
             "name": "Row Houses"
         },
         "building/train_station": {
@@ -3711,6 +3775,7 @@ iD.data.presets = {
             "name": "Pedestrian Crosswalk"
         },
         "footway/sidewalk": {
+            "icon": "highway-footway",
             "fields": [
                 "surface",
                 "lit",
@@ -4555,6 +4620,9 @@ iD.data.presets = {
             "tags": {
                 "highway": "traffic_signals"
             },
+            "fields": [
+                "traffic_signals"
+            ],
             "terms": [
                 "light",
                 "stoplight",
@@ -4768,8 +4836,11 @@ iD.data.presets = {
             "tags": {
                 "landuse": "allotments"
             },
-            "terms": [],
-            "name": "Allotments"
+            "terms": [
+                "allotment",
+                "garden"
+            ],
+            "name": "Community Garden"
         },
         "landuse/basin": {
             "geometry": [
@@ -5332,6 +5403,40 @@ iD.data.presets = {
             "terms": [],
             "name": "Basketball Court"
         },
+        "leisure/pitch/rugby_league": {
+            "icon": "america-football",
+            "fields": [
+                "surface",
+                "lit"
+            ],
+            "geometry": [
+                "point",
+                "area"
+            ],
+            "tags": {
+                "leisure": "pitch",
+                "sport": "rugby_league"
+            },
+            "terms": [],
+            "name": "Rugby League Field"
+        },
+        "leisure/pitch/rugby_union": {
+            "icon": "america-football",
+            "fields": [
+                "surface",
+                "lit"
+            ],
+            "geometry": [
+                "point",
+                "area"
+            ],
+            "tags": {
+                "leisure": "pitch",
+                "sport": "rugby_union"
+            },
+            "terms": [],
+            "name": "Rugby Union Field"
+        },
         "leisure/pitch/skateboard": {
             "icon": "pitch",
             "fields": [
@@ -5679,7 +5784,7 @@ iD.data.presets = {
             "name": "Pier"
         },
         "man_made/pipeline": {
-            "icon": "pipeline",
+            "icon": "pipeline-line",
             "fields": [
                 "location",
                 "operator"
@@ -5857,6 +5962,54 @@ iD.data.presets = {
             },
             "name": "Bunker"
         },
+        "military/checkpoint": {
+            "geometry": [
+                "point",
+                "vertex",
+                "area"
+            ],
+            "terms": [],
+            "tags": {
+                "military": "checkpoint"
+            },
+            "name": "Checkpoint"
+        },
+        "military/danger_area": {
+            "geometry": [
+                "point",
+                "vertex",
+                "area"
+            ],
+            "terms": [],
+            "tags": {
+                "military": "danger_area"
+            },
+            "name": "Danger Area"
+        },
+        "military/naval_base": {
+            "geometry": [
+                "point",
+                "vertex",
+                "area"
+            ],
+            "terms": [],
+            "tags": {
+                "military": "naval_base"
+            },
+            "name": "Naval Base"
+        },
+        "military/obstacle_course": {
+            "geometry": [
+                "point",
+                "vertex",
+                "area"
+            ],
+            "terms": [],
+            "tags": {
+                "military": "obstacle_course"
+            },
+            "name": "Obstacle Course"
+        },
         "military/range": {
             "geometry": [
                 "point",
@@ -5869,6 +6022,18 @@ iD.data.presets = {
             },
             "name": "Military Range"
         },
+        "military/training_area": {
+            "geometry": [
+                "point",
+                "vertex",
+                "area"
+            ],
+            "terms": [],
+            "tags": {
+                "military": "training_area"
+            },
+            "name": "Training area"
+        },
         "natural": {
             "fields": [
                 "natural"
@@ -7210,7 +7375,7 @@ iD.data.presets = {
             "searchable": false
         },
         "route/ferry": {
-            "icon": "ferry",
+            "icon": "ferry-line",
             "geometry": [
                 "line"
             ],
@@ -40532,6 +40697,12 @@ iD.data.presets = {
                 }
             }
         },
+        "traffic_signals": {
+            "key": "traffic_signals",
+            "type": "combo",
+            "label": "Type",
+            "default": "signal"
+        },
         "trail_visibility": {
             "key": "trail_visibility",
             "type": "combo",