Anzeige: [Im Browser | Quellcode | Download ]
Diese Datei bindet eine weitere ein:92321.jpg!
Syntax-Highlighting: [ ausgeschalten | SVG1.1 (XML) | ECMAScript mit SVG-DOM-Manip. ]
Zeilenumbruch: [ aktiviert | auschalten ]
- <?xml version="1.0" encoding="UTF-8"?>
- <svg overflow="visible" width="100%" onload="myHandleLoad()" onresize="myHandleLoad()" onzoom="myHandleZoomPan(evt)" onscroll="myHandleZoomPan(evt)" onmousemove=" myHandleMove(evt)" height="100%" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" version="1.0">
- <!-- DIE ATTRIBUTE width&height MIT 100% OHNE ANGABE EINER viewBox VERURSACHEN EIN BILDSCHIRMBASIERTES BASISKOORINATENSYSTEM (PIXEL)
- VIEWERFEHLER UND WORK-AROUNDS:
- DAS ATTRIBUT overflow="visible" ERMÖGLICHT IM BATIK SQUIGGLE VIEWER DAS SICHTBAR BLEIBEN DES NAVIGATIONSBLOCKS BEIM HERAUSZOOMEN.
- DAS VERSCHWINDEN DIESES BLOCKS IST ABER NICHT STANDARDKONFORM.
- FIREFOX HAT IN DER VERSION 1.5 BETA 2 (STAND NOVEMBER 2005) ERHEBLICHE PROBLEME INHALTE ZU ZOOMEN. DIE FUNKTIONEN WERDEN KORREKT AUSGEFÜHRT, ES HANDELT
- SICH HIERBEI UM EIN RENDERING-PROBLEM.
- DER ADOBE SVG VIEWER 3.x KENNT DIE METHODE .getScreenCTM() NICHT. DIESE WIRD DURCH DIE FUNKTION myGetScreenCTM() ERSETZT. ALLERDINGS IST .getScreenCTM()
- EINE METHODE, DIE ÄNDERUNGEN MITVERFOLGEN SOLLTE UND DER ADOBE SVG VIEWER 3.x MACHT DAS NICHT. DAHER MUSS DIESE FUNKTION AN MEHREREN STELLEN ZUSÄTZLICH
- AUFGERUFEN WERDEN. DIES IST AN try/catch-BLÖCKEN ERKENNBAR.
- DER ADOBE SVG VIEWER 3.x UND FIREFOX 1.5 KENNEN DIE METHODE .viewport NICHT. DER WERT WIRD EBENFALLS IN try/catch-BLÖCKEN ERSATZWEISE ERMITTELT.
- -->
- <title>Tooltips © svg.carto.net, Nicole Ueberschär + André M. Winter</title>
- <desc>
- Scriptbasierte Umsetzung von Tooltips
- </desc>
- <defs>
- <symbol id="mySymbArrow" overflow="visible" fill="none" stroke="red" stroke-width="1">
- <polyline points="-3,-5 3,-5 3,1 5,1 0,5 -5,1 -3,1 -3,-5"/><!-- SYMBOL SHAPE © ANDREAS NEUMANN, https://www.carto.net/papers/svg/tuerlersee/ -->
- </symbol>
- <script>
- <![CDATA[
- // GLOBALE VARIABLEN
- var myScreenMatrix = null;
- var myDocElem = document.documentElement;
- var myViewport = {}; // UMFASST .viewport
- var myCantons = []; // INITIIERT DEN ARRAY
- myCantons[0] = ["Name Canton","Fläche km²","Einwohner","Betriebe"];
- myCantons[102] = ["Bastelica",221.90,2696,117];
- myCantons[106] = ["Celavo-Mezzana",271.50,6510,485];
- myCantons[107] = ["Bonifacio",141.31,2661,406];
- myCantons[122] = ["Levie",286.25,3331,237];
- myCantons[130] = ["Olmeto",124.49,5099,431];
- myCantons[134] = ["Petreto-Bicchisana",147.08,1635,104];
- myCantons[135] = ["Les-Deux-Sevi",400.30,2497,354];
- myCantons[140] = ["Porto-Vecchio",350.90,12892,1443];
- myCantons[148] = ["Santa-Maria-Siché",353.27,6398,548];
- myCantons[151] = ["Cruzini-Cinarca",222.17,1557,129];
- myCantons[153] = ["Sartène",287.99,3856,267];
- myCantons[155] = ["Tallano-Scoparmène",246.17,1260,103];
- myCantons[161] = ["Les-Deux-Sorru",302.80,2495,202];
- myCantons[162] = ["Zicavo",248.91,1147,76];
- myCantons[170] = ["Figari",251.28,2937,177];
- myCantons[173] = ["Ajaccio VII",107.03,8736,404];
- myCantons[198] = ["Ajaccio (I-VI)",83.32,52851,3909];
- myCantons[105] = ["Belgodère",280.35,3021,239];
- myCantons[108] = ["Borgo",115.84,13977,1174];
- myCantons[109] = ["Sagro-di-Santa-Giulia",144.67,3358,172];
- myCantons[110] = ["Niolo-Omessa",360.34,1944,102];
- myCantons[111] = ["Calenzana",487.52,2898,153];
- myCantons[112] = ["Calvi",51.28,6219,712];
- myCantons[114] = ["Alto-di-Casacconi",143.49,1973,80];
- myCantons[116] = ["Campoloro-di-Moriani",93.46,5559,430];
- myCantons[117] = ["Corte",149.82,6335,419];
- myCantons[119] = ["Ghisoni",261.30,3724,313];
- myCantons[120] = ["L'Île-Rousse",40.14,5735,590];
- myCantons[124] = ["Moita-Verde",300.48,4397,246];
- myCantons[125] = ["Castifao-Morosaglia",321.03,2529,152];
- myCantons[126] = ["Le Haut-Nebbio",351.47,2173,107];
- myCantons[129] = ["La Conca-d'Oro",129.01,3835,338];
- myCantons[137] = ["Orezza-Alesani",90.75,962,60];
- myCantons[139] = ["Fuimalto-d'Ampugnani",109.99,2709,134];
- myCantons[141] = ["Prunelli-di-Fiumorbo",317.17,6250,253];
- myCantons[142] = ["Capobianco",164.53,2424,204];
- myCantons[145] = ["San-Martino-di-Lota",30.58,7266,302];
- myCantons[154] = ["Bustanico",278.63,1510,58];
- myCantons[158] = ["Venaco",184.02,1989,93];
- myCantons[159] = ["Vescovato",85.31,7563,426];
- myCantons[160] = ["Vezzani",192.69,1449,46];
- myCantons[171] = ["Bastia IV",19.03,3912,374];
- myCantons[199] = ["Bastia (I-V)",19.82,37880,2830];
- function myHandleLoad(){ // ERFASSUNG DER AKTUELLEN TRANSFORMATIONSMATRIX FÜR DIE KOORDINATENAUSGABE SOWIE WEITERER GLOBAL BENÖTIGTER WERTE.
- // ES MUSS AUFGRUND DER VERSCHACHTELUNG HIER AUF DIE KARTE (myMap) UND NICHT AUF DAS WURZELELEMENT GEGANGEN WERDEN
- try {
- myScreenMatrix = document.getElementById('myMap').getScreenCTM(); // STANDARDMETHIDE
- }
- catch(e){
- myScreenMatrix = myGetScreenCTM(document.getElementById('myMap')); // ERSATZMETHODE FÜR ADOBE SVG VIEWER 3.x
- }
- // viewport ERFASSEN
- try { // HIER WIRD EIN SCRIPTOBJEKT GESCHAFFEN, DAS SO ÄHNLICH WIE DAS DIE EIGENSCHAFT .viewport KONSTRUIERT IST
- myViewport = {
- myWidth : myDocElem.viewport.width, // STANDARDMETHODE
- myHeight : myDocElem.viewport.height
- }
- }
- catch(e){ // FÜR ASV3 UND FF1.5
- myViewport = { // HIER WIRD EIN SCRIPTOBJEKT (HASH) GESCHAFFEN, DAS SO ÄHNLICH WIE DAS DIE EIGENSCHAFT .viewport KONSTRUIERT IST
- myWidth : window.innerWidth, // ERSATZMETHODE
- myHeight : window.innerHeight
- }
- }
- myUpdateDisplays(); // ZEIGT PARAMTER AN
- }
- function myDoZoom(myVal){ // NACHGEBAUTE ZOOM-FUNKTION
- var myOldScale = myDocElem.currentScale; // SPEICHERN DES AKTUELLEN ZOOMLEVELS
- var oldTranslate = { // HIER WIRD EIN SCRIPTOBJEKT GESCHAFFEN, DAS SO ÄHNLICH WIE DAS DIE EIGENSCHAFT .currentTranslate KONSTRUIERT IST
- x : myDocElem.currentTranslate.x,
- y : myDocElem.currentTranslate.y
- };
- // UMRECHNUNG DES ÜBERGABEWERTS IN EINEM BRAUCHBAREN ZOOMFAKTOR
- var myStep = 2; // SPRUNGFAKTOR
- if(myVal > 0){
- myVal *= myStep;
- } else {
- myVal /= -myStep;
- }
- myDocElem.currentScale *= myVal; // DIREKTE ZUWEISUNG DES FAKTORS.
- // ES FOLGEN NUN DIE KORREKTUREN DER LAGE. GEZOOMT WIRD JA RELATIV ZUM KOORDINATENURSPRUNG UND DAS IST BEI KARTEN SELTEN DIE BILDSCHIRMMITTE.
- // DER viewport IST IMMER IN PIXEL DEFINIERT. ES MUSS ALSO DIES SO BERECHNET WERDEN, DASS SICH ALLE ÜBERGABEWERT IN DIESEM SYSTEM BEFINDEN.
- myDocElem.currentTranslate.x = myViewport.myWidth / 2 - (myDocElem.currentScale / myOldScale) * (myViewport.myWidth / 2 - oldTranslate.x);
- myDocElem.currentTranslate.y = myViewport.myHeight / 2 - (myDocElem.currentScale / myOldScale) * (myViewport.myHeight / 2 - oldTranslate.y);
- }
- // AUSFÜHREN VON PAN-FUNKTIONEN ÜBER INTERFACE-ELEMENTE
- function myDoPan(myX,myY){
- // ES WIRD EINFACH DER AKTUELLE WERT GENOMMEN UND EIN FIXWERT ZUGESCHLAGEN. DA EINE TRANSLATION UNABHÄNGIG VOM KOORDINATENURSPRUNG IST,
- // BRAUCHEN WIR UNS HIER UM DIESEN NICHT ZU KÜMMERN.
- var myCurrTransl = myDocElem.currentTranslate;
- myX *= myViewport.myWidth / 2;
- myY *= myViewport.myHeight / 2;
- // ZUWEISUNG UND DADURCH AUSFÜHRUNG. BEI GROSSEN DATEIEN UND WENN DER USER SCHNELL VIELE BEWEGUNGEN HINTEREINANDER AUSFÜHRT, KANN ES VORKOMMEN,
- // DASS EINER DER BEIDEN BEWEGUNGEN "VERSCHLUCKT" WIRD. DER GRUND IST HIER MEISTENS EINE ZU LANGSAME GRAPHIKKARTE.
- myCurrTransl.x += myX;
- myCurrTransl.y += myY;
- }
- function myDoReset(){
- // DIE WERTE SIND BEIM START IMMER 1,0,0. WENN MAN SIE ALSO ZURÜCKSETZT, ERHÄLT MAN DIE STARTANSICHT.
- // DIESE METHODE IST NATÜRLICH NICHT ZULÄSSIG, WENN onload KORREKTUREN AN DIESEN WERTEN DURCHGEFÜHRT WURDEN.
- myDocElem.currentScale = 1;
- myDocElem.currentTranslate.x = 0;
- myDocElem.currentTranslate.y = 0;
- }
- function myHandleZoomPan(evt){
- var myCurrTransl = myDocElem.currentTranslate; // BEREITS VERÄNDERTER TRANSLATIONSFAKTOR
- var myTransform = 'scale(' + 1 / myDocElem.currentScale + ') ' + 'translate(' + (-myCurrTransl.x) + ', ' + (-myCurrTransl.y) + ')'; // RÜCKTRANSFORMIERUNG
- document.getElementById('myInfoBlockGroup').setAttributeNS(null, 'transform', myTransform);
- // ANFANG (NUR FÜR ASV3 UND FF1.5.). NORMALERWEISE WIRD .getScreenCTM() AUTOMATISCH MITGEFÜHRT. DIESE ZUSÄTZLICHE ABFRAGE VERLANGSAMT NATÜRLICH ZOOM UND PAN.
- try {
- myScreenMatrix = document.getElementById('myMap').getScreenCTM();
- }
- catch(e){ // getScreenCTM() FÜR ASV3
- myScreenMatrix = myGetScreenCTM(document.getElementById('myMap'));
- }
- // ENDE (NUR FÜR ASV3 UND FF1.5.)
- myUpdateDisplays();
- }
- function myTooltip(evt){
- if(!evt){
- document.getElementById('myTooltipArea').setAttributeNS(null,'transform','translate(' + (-1000) + ',' + (-1000) + ')');
- return;
- }
- var myScrID = evt.target.getAttributeNS(null,'id').replace(/myCantonId/,'1');
- document.getElementById('myTooltipText').firstChild.data = myCantons[myScrID][0];
- var myTextLength = document.getElementById('myTooltipText').getComputedTextLength();
- document.getElementById('myTooltipRect').setAttributeNS(null,'width',myTextLength + 4);
- document.getElementById('myTooltipArea').setAttributeNS(null,'transform','translate(' + (evt.clientX + 10) + ',' + (evt.clientY + 10) + ')');
- }
- function myHandleMove(evt){
- // EINFACHE ERFASSUNG DER BILDSCHIRMKOODINATEN
- document.getElementById('myCursorScreenX').firstChild.data = evt.clientX;
- document.getElementById('myCursorScreenY').firstChild.data = evt.clientY;
- if(myScreenMatrix){ // SICHERHEITSHALBER NACHFRAGEN OB HIER ÜBERHAUPT WERTE VERFÜGBAR SIND.
- var mySvgPoint = myDocElem.createSVGPoint();
- mySvgPoint.x = evt.clientX;
- mySvgPoint.y = evt.clientY;
- mySvgPoint = mySvgPoint.matrixTransform(myScreenMatrix.inverse());
- document.getElementById('myCursorMapX').firstChild.data = 'UTM32E ' + parseInt(mySvgPoint.x);
- document.getElementById('myCursorMapY').firstChild.data = 'UTM32N ' + parseInt(-mySvgPoint.y); // WEGEN INVERTIERTER y-ACHSE
- }
- }
- // ANSZEIGE VON PARAMETERN DES SVGS.
- function myUpdateDisplays(){
- document.getElementById('myCurrScale').firstChild.data = 'currScal: ' + myDocElem.currentScale;
- document.getElementById('myCurrTransX').firstChild.data = 'currTraX: ' + myDocElem.currentTranslate.x;
- document.getElementById('myCurrTransY').firstChild.data = 'currTraY: ' + myDocElem.currentTranslate.y;
- document.getElementById('myScrCTMa').firstChild.data = 'CTM.a: ' + myScreenMatrix.a;
- document.getElementById('myScrCTMd').firstChild.data = 'CTM.d: ' + myScreenMatrix.d;
- document.getElementById('myScrCTMe').firstChild.data = 'CTM.e: ' + myScreenMatrix.e;
- document.getElementById('myScrCTMf').firstChild.data = 'CTM.f: ' + myScreenMatrix.f;
- document.getElementById('myVPwidth').firstChild.data = 'ViewportW: ' + myViewport.myWidth;
- document.getElementById('myVPheight').firstChild.data = 'ViewportH: ' + myViewport.myHeight;
- }
- // DIESE FUNKTION ERSETZT DAS NICHT VERFÜGBARE getScreenCTM() FÜR DEN ADOBE SVG VIEWER 3.x.
- // ES WERDEN MÖGLICHST ALLE MÖGLICHKEITEN BERÜCKSICHTIGT, DAHER DIESE LANGEN if-ABFRAGEN.
- function myGetScreenCTM(doc){ // HANDLES getScreenCTM() FOR ASV3
- // THIS FUNCTION IS BASED ON THE WORK BY HOLGER WILL https://groups.yahoo.com/group/svg-developers/message/50789.
- var de = document.documentElement;
- var sCTM = de.createSVGMatrix();
- var tr = de.createSVGMatrix();
- var par = null;
- if(doc.hasAttributeNS(null,'preserveAspectRatio')){
- par = doc.getAttributeNS(null,'preserveAspectRatio');
- }
- if (par == null || par == ''){
- par='xMidYMid meet'; // setting to default value
- }
- var parX = par.substring(0,4); // xMin;xMid;xMax
- var parY = par.substring(4,8); // YMin;YMid;YMax
- var ma = par.split(' ');
- var mos = ma[1]; // meet;slice
- // set dimensions of the viewport
- sCTM.a = 1;
- sCTM.d = 1;
- sCTM.e = 0;
- sCTM.f = 0;
- // ## Batik doesn't know about innerWidth/innerHeight!
- var w = null;
- if(doc.hasAttributeNS(null,'width')){
- w = doc.getAttributeNS(null,'width');
- }
- if (w == null || w == '' || w.match(/%$/)){
- w = innerWidth;
- }
- var h = null
- if(doc.hasAttributeNS(null,'height')){
- h = doc.getAttributeNS(null,'height');
- }
- if (h == null || h == '' || h.match(/%$/)){
- h = innerHeight;
- }
- var vba = null;
- if(doc.hasAttributeNS(null,'viewBox')){
- vba = doc.getAttributeNS(null,'viewBox');
- }
- if(vba == null || vba == ''){
- vba = '0 0 ' + w + ' ' + h;
- }
- var vb = vba.split(' '); // get the viewBox into an array
- // create a matrix with current user transformation
- tr.a = de.currentScale;
- tr.d = de.currentScale;
- tr.e = de.currentTranslate.x;
- tr.f = de.currentTranslate.y;
- //scale factors
- var sx = w / vb[2];
- var sy = h / vb[3];
- // preserveAspectRatio='none'
- if (par == 'none'){
- sCTM.a = sx; // scaleX
- sCTM.d = sy; // scaleY
- sCTM.e = -vb[0] * sx; // translateX
- sCTM.f = -vb[0] * sy; // translateY
- sCTM = tr.multiply(sCTM) ; // taking user transformations into acount
- return sCTM;
- }
- //meetOrSlice
- var s = null;
- if(mos == 'slice'){
- s = (sx > sy ? sx : sy)
- } else {
- s = (sx < sy ? sx : sy)
- }
- sCTM.a = s; // scaleX
- sCTM.d = s; // scaleY
- switch(parX){
- case 'xMid':
- sCTM.e = ((w - vb[2]* s) / 2) - vb[0]*s; // translateX
- break;
- case 'xMin':
- sCTM.e = -vb[0] * s; //translateX
- break;
- case 'xMax':
- sCTM.e = (w - vb[2] * s) - vb[0] * s; // translateX
- break;
- }
- switch(parY){
- case 'YMid':
- sCTM.f = ( h - vb[3] * s) / 2 - vb[1] * s; // translateY
- break;
- case 'YMin':
- sCTM.f = -vb[1] * s; //translateY
- break;
- case 'YMax':
- sCTM.f = ( h - vb[3] * s) - vb[1] * s; // translateY
- break;
- }
- sCTM = tr.multiply(sCTM); //taking user transformations into acount
- return sCTM
- } // ENDE VON getScreenCTM() FÜR ASV3
- ]]>
- </script>
- </defs>
- <!-- DIESER RAHMEN ENTSPRICHT DEN ANGABEN IN DES BEREIHTS DER HAUPTKARE -->
- <rect x="0" y="0" width="100%" height="100%" fill="orange" />
- <!-- HAUPTKARTE ALS VERSCHACHTELTES SVG-ELEMENT, ABER SO PLATZIERT, DASS ES SICH VERHÄLT, ALS WÄRE ES DAS WURZELELEMENT -->
- <svg id="myMap" width="100%" height="100%" viewBox="437000 -4788000 146000 226000">
- <image id="myTerrain" xlink:href="92321.jpg" x="447111.7" y="-4769218.4" width="108147.8" height="202257"/>
- <rect x="437000" y="-4788000" width="146000" height="226000" fill="blue" opacity=".5" stroke-width="0"/>
- <path id="mySea" fill="lightblue" fill-rule="evenodd" d="M440000 -4785000 h 140000 v 220000 h-140000 z M485402.1 -4618513.3l-284 -196.7l-478.6 138.8l-640.9 -264.4l-322.1 312.7l-407.7 -66.6l-349.4 237.2l-191.6 462.5l-702.5 321.8l-130 -124l263.3 -641.8l-161 -351.9l-713.7 -135.7l-233.3 -197.6l-32.9 -304.2l297.5 -556.6l721.2 -1349.2l-264.9 -451.3l-718.2 -313.2l-2186.8 840.5l-871.2 681.8l-1441.7 187.3l-551.5 267.5l-458.4 -65.5l-234.5 -248.6l-216.4 -1570.8l-284.6 -221.7l-2593.6 -217.6l-175.3 200.1l-302.7 -35.9l286.7 -657.9l249.2 -244.7l1138.7 -129.1l290.9 475.9l469.9 -494.2l380.3 -9.2l744.5 -678.8l782.4 -171l260.7 -510.8l199.2 -390.3l1016.4 -964.9l139 -537l-460.3 -141.6l-70.1 -786.3l-535.2 -89l-182.5 -198.8l37.6 -534.8l-287.8 -349.1l351.3 -161.1l510.9 140.2l675.8 645.1l514.3 -749.8l749.5 -475.5l314.6 -617.9l303 -58l311.9 297.8l303.7 -33l377.5 -1152.7l918.3 -835.7l216.3 -488.2l-129.2 -22.8l-890.2 -156.1l-437.4 -243.9l-192.6 -605.3l-758.9 94.4l-106.5 -200.6l168.7 -359.9l2276.2 -308.9l323.4 -262.2l183.4 -792.4l-316.6 -1517.9l-154.7 -97.8l193.5 -386.2l-421.5 -625.4l998.7 -659.5l605.6 -141.7l197.9 -207.9l63.5 -510.2l-275 -857.5l-307.8 -486.5l-326 -515.4l-936.8 -943.5l-437.5 -243.8l-1240.9 105.9l-698.6 -542.5l-658.8 41.2l-165.6 487l143.8 683.2l-119.9 282.6l-785.6 44.2l-567 674.6l-2109.4 -127.4l-759 94.7l-573.2 420.6l-429.9 61.1l-1481.3 -395l-688.2 -112.1l-1265 157.4l-928.3 429.3l-666.5 753.1l-486.3 -166.1l443.4 -659.6l95.1 -141.5l-173 -834.7l87.7 -561.6l416.7 -594.9l323 -1304.4l-341.7 -474.6l-713.2 -109.9l-330.2 -1034.5l-560.5 -88.2l90.1 -460.4l-136.2 -377.6l-438.1 -268.5l119.3 -308.6l708.3 -93.7l374.2 -262.6l1845.1 -298.9l468.5 471.7l965.1 27.3l627.5 -733.6l740.4 -392.7l364 -669.1l111.2 -638.3l-114.7 -531.6l-708.8 68l-408.8 -1133.8l78.1 -266.1l132.6 -451.4l2890.7 -2154.6l1849 -145.6l597.4 -472l362.2 -746l939.1 3.4l169.4 -334.9l16.3 -1398.5l-242.1 -553.9l-541.4 -343.1l-1116.6 1.5l-564 -1257.7l-700.6 -618.3l-269.3 -629.5l210.7 -717.2l-248.7 -1850.1l-341.7 -475.6l-327.2 109.8l-814.5 934.7l-991.1 -52.1l-368.5 492l-357.6 -92.9l-704.5 -1185l-226.6 -547.7l-284.8 -221.4l-534.5 -64.1l-493.3 -445.2l-627.2 294.6l-1399.3 -1161.3l-1494 137.8l-282.8 -145.4l90.8 -434.6l324.8 -211.1l264.5 -591.3l-358.3 -119l-862.2 -996.2l-608.1 39.8l-572.7 446.1l-353.9 59.6l386.4 -797.7l115.7 -15.9l795 -107l389.5 -671.5l504.8 -113.6l239.2 -590.6l-185.7 -326.2l-1951.9 98.3l-110.9 -378.8l1415.5 -237.7l168.7 -359.6l-556 -927.8l127.9 -2012.2l-282.8 -145.4l-783.8 120.6l391.3 -594.8l478.8 -138.2l46.3 -178.9l-387.4 -270.5l89.4 -603.6l84.6 -570.5l-850.3 -513.5l-445.9 443.3l-204.9 -71.8l-343 -525.3l-513.6 -242.1l-108.4 -277.6l275.3 -158.6l410.2 168.2l710.9 8.4l551.8 -267.8l734.3 -67.9l794.1 -731.4l1265.2 -157.9l887.4 -1064.1l934.8 -174.5l265 451.4l613.8 189.1l455.3 -62.4l317.2 -516.3l313 -79.2l1097.6 -361.5l838.4 30.4l617.8 -675.3l338 322.3l878.4 -403l-260.6 -273.3l-66.5 -633.9l-210.5 -299.8l-304.4 6.5l-413.4 -294.7l55.4 -840.6l-748.2 -491.3l-604.2 -824.5l-554.3 166.3l-357.7 -92.5l-407.6 270.2l-1110.5 -1098.8l-564.3 -241.4l-660.9 -34.3l-598.1 447.1l-378.7 84.7l-517.2 -1411.7l170 -308.8l556.2 -90.2l1324.4 -845.4l267.2 -489.3l8.7 -382l3.4 -152.5l-508 -13.3l-157.2 -199.4l138.3 -563.6l-160.3 -326l-628.6 244.1l-855.3 -716.9l-408.4 -92.2l-444.7 493.9l-483.9 -65l-930 1395.7l-431.9 -14.9l-645.2 600.3l-312.6 -323.1l166.3 -461.7l-332.1 -1110.3l314.1 -643.9l-306.1 -1085.6l-408.4 -92.8l-294.8 -628.1l143.4 -359.7l301.9 -108.9l75.4 -27.1l441.3 396.7l683.1 -93l135.6 352.7l251.8 -83l564.6 -776.1l-437 -218.2l570.3 -547.4l763 57.6l291.2 -540.8l769.9 337.5l369.8 -440.9l255.6 69.8l199.2 -157.5l-473.6 -675.3l15.3 -407l445.3 -468.5l-32.3 -278.9l-329.8 7.8l-107.2 -225.8l292.5 -490.8l1321.2 -972.5l560.7 88.5l223.2 -209.5l575.4 143.9l446.4 112l146.3 784.2l330.5 17.9l-61.5 -431l574.7 -369.6l166.9 -436.9l139 -537l-282.5 -1163l-457.9 -40l-32.3 -278.9l396.5 -390.6l-131.9 -200.5l69.1 -281.4l300.7 -159.7l65.2 582.7l336.1 246.2l175.1 -105.2l45.4 -1247.7l215.8 -722.2l135.8 -455.7l597 -497.5l-366.5 -449.1l-1624.9 -12.4l-412.8 -269l1186.4 -1300.2l114.2 -510.8l-159.4 -1319.3l189.1 -564.3l1422.9 -974.7l388.1 295.8l271.5 -311.6l378.6 -85.5l488 -800.1l427.5 -162.9l233.9 222.8l458.6 66l271.6 -311.7l-109.9 -180.4l-287 -472l361.1 -796l-95 -2821l-410.9 -193.7l804.6 -1341.3l277.2 -83.4l92.5 659l493.9 471.4l-342.7 516.9l55.2 176.4l331.7 68.8l447.3 -392.5l353.9 -59.5l1251.9 326.1l806.5 794.8l1547.6 -37.4l652.8 -295.3l295.1 -388.6l-12.9 -1550.8l945.7 -1803.1l-418.5 -498.7l248.6 -209.1l1567.4 -266.4l440.7 370.7l551.9 -267.5l868.6 -809.1l331.1 43.4l132.4 225.2l1042.1 51.3l523.4 -394l436.7 -824.1l208.3 -818.9l133.9 -107.8l189.7 -154.3l1397.3 42.9l1626 -980.2l187.4 -639.9l582.3 -64.7l626.4 697.3l665.2 212.3l1372 43.5l1991.2 -580.6l878 -428.2l838.5 30.9l310.1 221.1l1715 -1490.6l1036.6 -176.7l1077.8 -560.2l37 -560l-411.2 -1237l189.2 -563.9l374.3 -263.7l-336 -245.9l-135 -327.8l116.9 -409.7l1274.2 199.4l515.3 -724.4l307.6 -23.6l199.2 -14.6l243.7 -412.8l-119 -709l342.1 -542.6l735.8 -17.3l168.8 -360.3l1072.3 -788.8l379.2 -59.4l-19.1 254.6l204.9 71.3l368.7 -491.9l326.7 -134.8l722.3 465.7l174.4 -131.2l181.8 -869.1l2123.7 -355.9l880.2 691.6l219.6 -361l279.7 18l446.3 599.7l943.8 181.2l442.3 -595.4l585.5 62.1l318 -490.9l227.8 -31.1l239.6 452.6l335.5 221.1l280.5 1086.6l893 182.6l243.1 -438.3l204.8 71.4l604.8 850.1l-336.5 771.1l213.6 427.2l1232.2 555.8l84.8 354.3l409.7 142.7l167.8 631.9l281.5 94.8l445 549.2l295.9 679.7l489.6 294l-40.3 -609.8l167 -436.5l852.7 -427.1l1118.1 -993.3l238.2 -641.4l-148.7 -887.3l82.8 -764.5l508.7 38.3l926.8 -1547.3l105.1 -892.5l-236.6 -1368.1l27.7 -941.4l191.6 -1505.4l-222.3 -783.2l369.3 -1509.5l-1915.2 -2523.1l-207.5 -1216.7l-576.3 -723.5l923.2 -1700.9l550.8 -317.7l552.4 -1284.5l63.7 -510.3l-187.8 -209.4l-282 -314.1l-293.6 -1621.3l-423.5 -701.6l185.6 -716.6l2661.6 -2250.9l13.4 -483.8l-415.3 -371.5l207.9 -844.3l-102.9 -1090.8l-495.8 -548.2l-169.8 -708.4l73.5 -1146.6l-448.2 -675.5l48.7 -426.4l76.7 -670.5l-324.4 -806.1l93.4 -332.9l1014.8 -1067.1l527.2 -241.6l641.2 264.5l875.1 -555l1874.6 -171.8l488.4 242.9l378.2 -110.7l618.1 -676.2l443.2 472.7l502.6 -215.2l206.9 1190.6l1216.3 937.5l588.8 227.7l154.6 60.2l320.7 653.6l-425 1306.7l194.1 2743.2l549 648.1l192 580.6l-63.1 535.4l548.5 1665.6l-178.1 1022.4l349.2 779.6l-88.5 536.4l196.3 758.9l-278.3 1074.6l13.7 559.5l198.7 245.9l325 402.7l673 2603.9l-301.9 1151.4l179.5 72.3l164 479.4l7.7 2390.4l385.7 1237.3l-597.1 1540.3l-132.3 817.1l-639.8 829.3l-151.5 1071.7l-431.2 1053l-116.2 1477.8l-542.5 1691.5l-190.2 3641.9l-296.4 337.5l-190.9 2573.2l-429.3 1129.1l226.5 961.7l-82.2 790l653.6 773l742.1 1279.5l310.1 1264l50.2 1016.4l631.3 900.4l513.7 1284.8l1265.5 885.2l896.8 335.2l277.2 -83l167.7 -410.6l-169 -683.1l-1310.4 -2255.1l-738.5 -878.5l-60.3 -71.7l-280.3 -43.7l-68 332.1l240.7 503.1l-191.8 462l-234.5 -248.6l-416.1 -1440l261.7 -718.2l-268.6 -604.2l-514.9 -292.8l-319.4 -602.7l-346 -1081.7l-460 -730.3l-87.9 -481.2l116.9 -409.4l1310.4 2715.3l1091.4 1343.9l793.2 976.5l379.4 983.1l833.1 844.4l1063.2 1959l603.5 1842.3l508.8 2124.1l-37 1603.1l-84.1 713.9l-243.7 1456.2l-120.5 2342l109 1345.5l1040.9 2086.4l43.4 1778.8l-178.1 1021.1l212.3 376.5l-504.3 2224.5l28.6 2211.8l-455.3 1104.2l937 4072l746.3 2499.9l398.5 2813.4l301.3 908.3l-64.9 459.2l240.7 502.9l-723.3 1568.2l229 1062.5l-371.8 2449.9l769.7 2422.9l-261.1 743.8l-115 485.7l511.6 1208.9l-472.7 1434.8l-147.2 1249.7l-220.2 335.2l-353.3 -957.5l-384.8 -169.1l-193.6 385.8l346.4 678.5l-42.7 331.5l612.6 138.4l83.5 303.2l-146.6 232.2l-713.4 -110.2l-502.4 215.8l271 705.2l-368.1 516.5l161.5 378.1l-193.7 385.8l-1007.2 329l-141.6 199.5l-79.3 111l577.2 774.6l483.3 39.8l738 -958.9l276.5 -108.1l306.8 -948.2l11.8 -559.6l470.2 548.5l13.6 559l-366.8 1610.2l-287.7 693.1l-1273.2 -172.9l-349 262.6l1097 228.7l136.1 377.8l-540.2 1765.9l-47.5 154.5l-864.2 987.2l-430.6 1078l-1263.3 1275.7l-374.9 1280.1l-710.8 1033.8l-597.6 471.8l-2936.5 4467.9l-209.1 -249.2l-345.8 389.8l-68.7 306.2l-1071.4 779.2l-50.1 239.6l553.2 -457.2l280.6 132.4l-1245.8 1987.2l-639.6 1871l-206 -122.3l-24.2 -991l-228.9 -20.1l-291.5 -501.4l-171.9 232.9l189.9 504l-83.5 739.1l306.9 1137.1l400.2 -238.2l362.5 296.4l-460 2985.3l-416.9 594.5l-26.6 992.1l-708.2 2177.8l355.1 1033.9l-266.5 515l6.2 254.1l256.1 95.4l136.8 403.8l-58.7 713.1l238.2 1446.5l178.8 1085.5l-97.7 1197.4l-699.5 1491.1l381.1 1058.4l-277.7 1099.9l36.5 456.4l840.6 132.9l-207.2 869.2l384.8 2253.1l-398.9 1331.4l193.1 1673.3l-149.1 130.7l246.3 731.1l-205.9 920l-280.9 -69.4l-113.8 -506l-247.4 260.3l326 882l-218.4 411.8l-50 35l-473.8 333.4l-455.9 35.9l-665.5 803.8l-357.5 -93.3l-351.3 161.2l438.5 294.6l-38.9 483.8l340.8 449.6l355.6 17.1l56.9 252.6l-523.9 368.2l-45.7 204.3l611.1 87.5l642.6 340.6l-387.8 746.3l13.6 559l-283.9 -196.9l-227 56.5l-162.6 614l-588.8 827.2l-532.5 12.4l-364.3 -372.4l-782.9 145.5l-439.1 722.2l-349.4 236.9l182.4 199.2l452.2 -188.6l183.6 250l-90.9 434.1l187.4 339.3l131.2 237.9l-175.6 80.3l-258.5 -197.2l-1097.2 -253.6l-845.3 706.3l-508.4 -38.8l67.4 -357.7l631.4 -116.7l-81 -201.3l-809.6 95.4l-1058.9 -762.7l-168.7 359.7l139.8 530.6l-138.6 562.5l-1455.8 644.5l-244.9 361.6l172.7 834.6l-186.7 665.5l106.4 200.8l563.4 215.4l-47.5 1170.3l203.4 20.5l479.9 -1129.9l544.2 -572l259.1 -819.6l850.3 -502.8l512 191.2l934.6 -174.7l529.4 902.1l1246.2 123.3l795.9 -654.3l266 502l-240 564.7l-815.7 883.5l-606 1158.3l-21 1220.7l-96.9 129.6l-173.4 232.4l-1667.3 294l-645.1 599.6l-403.1 111.2l-296.3 337.8l56.3 227.2l-252.3 56.8l-1804.4 1949.3l-335.8 -246.2l-933.2 225.3l-409.9 873.7l1067.4 76.7l233.8 222.9l91 607.9l-284.5 820.4l-925.1 555.6l592.9 526.7l159.2 141.8l401.3 -187.6l330.9 43l87.9 480.8l-221.9 1301.3l-399.5 263.9l-265.9 540l-604.8 166.6l-170.6 283.9l747 465.2l56.3 227.2l-276.4 108.4l-720.5 -415.3l-322.8 287.3l-80.9 840.9l-331.4 -68.5l-1617.6 1283.6l-1947.3 249.8l-242.9 437.6l821.2 387.2l400.8 829l-448.3 341.2l336.4 271.5l-33.9 687l-609.7 -36.2l-121.8 206.1l-9.2 661.1l285.7 272.4l478.6 -138.4l742 -779.9l1093.7 -856.4l847.8 -664l434.1 116.9l82.3 252.2l-219.6 361.1l-58 738.3l-548.5 394.2l-62.4 560.9l-1258.9 1427.3l-304.1 1049.4l-422.3 365.7l-318.9 1481.4l-915.2 -79.9l-527.4 216l-2082 -77.5l-463.2 -268.4l-178.8 -568.8l-233.7 -743.2l-337.7 -322.1l-1398.1 -119.4l-1217.1 -1013.1l-563.3 -215.1l-242.5 -578.6l-753.7 297.5l-884.8 122.7l-618.3 649.9l-511.6 -1207.7l297.8 -1303.4l322.1 -312.5l457 14.7l294.9 -388.3l40.8 -407.9l-338.4 -347.7l703.3 -663.2l982.8 -927.1l-109.4 -327.6l-305.5 -43.6l-341.2 567.1l-379.7 34.4l-205.3 -96.7l-298.8 -806l-316.5 541.2l-412.5 -269.7l-72.4 -887.6l-159 -275.9l-655.2 1210.2l-750.6 424.2l-304.9 -17.9l-388.4 -321.1l-474.4 -725.9l464.1 -1764.7l717.1 -754l-144.2 -708l-1547 1053.2l-638 879.6l-857.7 198.2l-331.7 -1110.3l-330.9 -43.1l-741.8 780.3l-118.9 -708.9l-721.2 -440.3l182.2 -842.8l-356.9 327l-412.1 377.4l-356.2 -42.3l-857.9 -843.7l-353.8 59.2l-412.9 747l-292.6 -551.9l-588.7 -214.9l-86.2 -404.5l-231.3 -121.6l-575 344.1l107.3 -790.2l-413.8 -320.8l-408.2 -91.7l-1203.9 562.5l-541.8 -368.4l-315.2 592.2l-357.5 -93.1l-326.4 134.8l-82.4 -252.1l236.7 -692.2l-485.2 -1157.5l392.6 -543l-792.3 -235.4l-393.1 518l-378.5 85.1l-693.3 -339.2l-672.7 499.3l-280.1 -44.4l-107 -225.9l511.2 -876.4l-391.6 -448.2l-418.2 -498.2l-1075.3 635.8l-361.3 -245.8l-1189.8 104.7l-310.5 -246.6l262.6 -667l615.7 -751.9l-345.9 -652.4l334.2 -846.9l-279.5 -18.7l-442 595.1l-202.2 30.1l-264.9 -451.1l-227 56.3l-258.6 -197l-651 346l-486.1 -166.2l-865.6 -1148.8l-1091.6 -24.5l-418.9 -523.6l14.1 -457.8l912.4 -1064.2l-81.1 -201.4l-670.5 -441.2l-168.5 -656.9l-556 89.7l-522.2 -597.6l181.1 -118.1l667.8 -435.8l-262.3 -349.6l593.7 -1640.9l-418.8 -524.1l541.5 -673.8l43.2 -306.1l818.6 -756.6l81.4 -815.5l174.9 -105.9l1123 1295l666.5 -753.3l2430.2 -1252.9l505.2 -88.1l742.3 261.6l199.1 -157.3l455.2 -2120.7l443.9 -519l606.1 -116.1l572 -471.1l733.5 -94l349.3 -236.8l290 -591.8l-210.4 -300.1l-79.8 -150.4l-1899.9 121.9l-459.6 -116.2l-568.5 -418.4l-788.6 -82.9l-567.2 -367.7l-1164.6 103.9l-664.4 -187.2l-1166.8 -1014.5l120.6 -256.8z M522227.6 -4579741.8l-327.2 109.4l-262.8 -374.9l-358.6 -144.2l-131.8 -199.9l269 -413.3l334.6 195.5l324.6 -211l332.7 119.3l-170 308.8l123 385.4l-133.5 224.9z M521624.4 -4576398.5l-906.6 -766l70.5 -230.6l302.9 -58l726 643.7l-192.9 410.9z"/>
- <g id="myCantons" fill="orange" fill-opacity="0.6" stroke="purple" stroke-width="200" stroke-linecap="round" stroke-linejoin="round" onmouseover="myTooltip(evt)" onmouseout="myTooltip()">
- <path id="myCantonId98" d="M469664.9 -4640252.4l-928.3 429.3l-666.5 753.1l-486.3 -166.1l538.5 -801l-173 -834.7l87.7 -561.6l416.7 -594.9l323 -1304.4l-341.7 -474.6l-713.2 -109.9l-330.2 -1034.5l-560.5 -88.2l90.1 -460.4l-136.2 -377.6l-438.1 -268.5l119.3 -308.6l708.3 -93.7l374.2 -262.6l1845.1 -298.9l468.5 471.7l433 284.7l667.4 155.7l2099.9 1615.5l1880.8 -474.7l306.4 -241.1l131.2 364l541.3 324.9l1724.4 -1331.7l3023.4 212.1l621.5 -431.3l899.3 643.1l24.9 318.1l237 295l1876.4 191l623.4 -348.1l254 293.5l-434.2 1489.9l397.9 1497.3l-464.1 593.5l-728.5 266.2l59.7 655l338 291.5l-1303.6 36l-633.8 -1001.9l-936.8 -943.5l-437.5 -243.8l-1240.9 105.9l-698.6 -542.5l-658.8 41.2l-165.6 487l143.8 683.2l-119.9 282.6l-785.6 44.2l-567 674.6l-2109.4 -127.4l-759 94.7l-573.2 420.6l-429.9 61.1l-1481.3 -395l-688.2 -112.1l-1265 157.4z"/>
- <path id="myCantonId99" d="M536973.1 -4724094.7l-1457.9 -299.4l-1569.8 -322.3l-1322.1 -585l-339 -293.4l14.3 -737.8l409.9 -1157.8l246.7 -663.5l264.5 -624.9l740.1 -53l590.8 -448l1438.7 345l985.1 -436.4l311 202.8l286.9 19.9l-111.9 2143.1l-296.4 337.5l-190.9 2573.2z"/>
- <path id="myCantonId17" d="M503841.4 -4673508.5l-1856.5 461.3l-1001 -532.1l-382.8 -37.6l-44 -353.8l-942.6 -288.1l-866.7 -1123.8l-350 69.3l-196.8 -307.8l-279.5 -630.8l-2180.3 -141.2l-617.1 -389.5l-374.7 -1065l-546.1 -494.5l-190.4 -326.3l1065.6 -250.6l626.2 458.3l1121.6 148.3l1094.2 1049.1l272.1 142.9l988.2 0l366 -402.6l1098 -1427.4l805.2 -1281l988.2 -1171.2l1171.2 -1171.2l1056.9 -1612.5l1357.5 -880.6l293.8 -220l277.4 254.6l575.4 7.9l578.2 -1328.3l365.1 -94l960.5 -590.5l534.2 -974.9l695.6 -288l1836.3 -277.9l605.5 384.6l582.9 943.9l956.7 453.6l96.4 736.5l316.3 197l1386 -405.1l-468.9 3003.1l1047.9 1061.5l362.9 120l-30.8 491.4l-1767 428.7l-332.9 161.8l-382.9 -13.7l-1118.1 173.9l-1051.3 -423.5l-627 397.8l-1717.6 2881.6l276.7 1003.8l-580.1 975.8l-1444.6 590.3l-730.5 909l-1324.3 777.5l-742.6 -18.1l-931.3 -680.3l-549.9 550.4l-130.3 368z"/>
- <path id="myCantonId71" d="M531847.1 -4720322.4l-239.8 112.6l107.5 -399.2l-537.4 -1074.9l-383.9 -1765.8l-92.1 -1136.3l107.5 -783.1l552.8 -199.6l937 -763.8l-14.3 737.8l339 293.4l1322.1 585l1569.8 322.3l1457.9 299.4l-429.3 1129.1l226.5 961.7l-82.2 790l-550.5 40.1l-1882.4 -316.8l-1651.5 812.9l-209.3 27.3l-547.3 328.1z"/>
- <path id="myCantonId42" d="M526533 -4750578.3l2661.6 -2250.9l30.9 -483.8l-432.8 -371.5l225.4 -844.3l-120.4 -1090.8l-478.3 -548.2l-169.8 -708.4l73.5 -1146.6l-448.2 -675.5l125.5 -1096.8l-324.4 -806.1l93.4 -332.9l1014.8 -1067.1l527.2 -241.6l641.2 264.5l875.1 -555l1874.6 -171.8l488.4 242.9l378.2 -110.7l618.1 -676.2l443.2 472.7l502.6 -215.2l206.9 1190.6l1216.3 937.5l743.4 287.9l320.7 653.6l-425 1306.7l194.1 2743.2l549 648.1l192 580.6l-63.1 535.4l548.5 1665.6l-178.1 1022.4l349.2 779.6l-78.2 554.4l186 740.9l-278.3 1074.6l13.7 559.5l523.7 648.6l256.4 991.9l-491.8 -6.1l-2025.7 493.1l-2706.3 -926l-1117.2 201l-143.2 165l-309.8 105.9l-510.9 851.5l-267.1 804.5l-519 -118.1l-3830.6 -2005l63.7 -510.3l-469.8 -523.4l-293.6 -1621.3l-423.5 -701.6l168.1 -716.6z"/>
- <path id="myCantonId09" d="M526245.6 -4741261.8l-207.5 -1216.7l-576.3 -723.5l923.2 -1700.9l550.8 -317.7l552.4 -1284.5l3813.1 2005l536.5 118.1l267.1 -804.5l510.9 -851.5l309.8 -105.9l143.2 -165l1099.7 -201l2723.8 926l2008.2 -493.1l509.3 6.1l416.6 1612l-301.9 1151.4l179.5 72.3l164 479.4l7.7 2390.4l385.7 1237.3l-597.1 1540.3l-132.3 817.1l-639.8 829.3l-151.5 1071.7l-306.7 749l-354.7 -217.9l-1103.6 101l-679.9 -312.3l-1917.4 -1117.5l-363.9 -649.6l-1016.9 1465.7l-1141.1 927.6l-27.4 367.9l-361.6 -90.8l-710.8 -220.8l-1808.6 1219.9l-916.9 16.3l-236.6 -1368.1l27.7 -941.4l191.6 -1505.4l-222.3 -783.2l369.3 -1509.5l-1915.2 -2523.1z"/>
- <path id="myCantonId45" d="M532432 -4732741.5l-262.9 -238.6l-340.2 -575.5l27.4 -367.9l1141.1 -927.6l1016.9 -1465.7l363.9 649.6l1917.4 1117.5l679.9 312.3l1103.6 -101l354.7 217.9l-124.5 303.9l-116.2 1477.8l-542.5 1691.5l-78.3 1498.8l-286.9 -19.9l-311 -202.8l-985.1 436.4l-1438.7 -345l-590.8 448l-740.1 53l-59.6 -380.4l305.7 -1083.9l-563.4 -998l-376.1 -84.2l1.4 -356.1l-95.8 -1060.1z"/>
- <path id="myCantonId29" d="M523259 -4724038.8l-1412.4 -465.6l-29.3 -773.1l-538 -556.3l132.9 -1512.8l-2200.3 -1392.4l2.8 -1851.3l669.6 136.9l243.1 -438.3l204.8 71.4l604.8 850.1l-336.5 771.1l213.6 427.2l1232.2 555.8l84.8 354.3l409.7 142.7l167.8 631.9l281.5 94.8l445 549.2l295.9 679.7l489.6 294l-40.3 -609.8l167 -436.5l852.7 -427.1l1118.1 -993.3l238.2 -641.4l-148.7 -887.3l82.8 -764.5l508.7 38.3l373.6 -623.8l553.2 -923.5l105.1 -892.5l916.9 -16.3l1808.6 -1219.9l710.8 220.8l361.6 90.8l340.2 575.5l262.9 238.6l95.8 1060.1l-1.4 356.1l376.1 84.2l563.4 998l-305.7 1083.9l59.6 380.4l-264.5 624.9l-246.7 663.5l-409.9 1157.8l-937 763.8l-552.8 199.6l-107.5 783.1l92.1 1136.3l383.9 1765.8l261 522.1l276.4 552.8l-107.5 399.2l239.8 -112.6l547.3 -328.1l209.3 -27.3l713.3 810.4l-593.8 449.8l1706 1374.4l-218.1 315.6l-1127.4 18.9l-563.1 189.1l-278.4 524.7l-240.7 248.1l-205.3 -216.9l113 -475.2l-1315 299.9l-542.2 472.9l-793.1 817.1l-745.7 723.5l-917.9 -537.7l-611.7 -934.7l-1028.5 -437l266.9 -243.3l176 -689.5l-776.8 -1148.1l-609.6 -726.5l-222 -236.1l-1530.8 -3960.4z"/>
- <path id="myCantonId08" d="M531416.8 -4712702.4l67.5 -381.5l-13 -386.3l2632.7 -2180l-103.3 -349l345 -1017.3l-134.4 -711.1l218.1 -315.6l-1706 -1374.4l593.8 -449.8l-713.3 -810.4l1651.5 -812.9l1882.4 316.8l550.5 -40.1l653.6 773l742.1 1279.5l310.1 1264l50.2 1016.4l631.3 900.4l513.7 1284.8l1265.5 885.2l896.8 335.2l277.2 -83l167.7 -410.6l-169 -683.1l-1310.4 -2255.1l-798.7 -950.2l-280.3 -43.7l-68 332.1l240.7 503.1l-87 209.5l-104.8 252.5l-234.5 -248.6l-416.1 -1440l110 -301.7l151.8 -416.5l-268.6 -604.2l-514.9 -292.8l-319.4 -602.7l-346 -1081.7l-460 -730.3l-87.9 -481.2l116.9 -409.4l1310.4 2715.3l1884.6 2320.3l379.4 983.1l833.1 844.4l1063.2 1959l603.5 1842.3l508.8 2124.1l-37 1603.1l-190.5 -60.5l-253.1 14.2l-634 -132.3l-389.6 -616.7l-1021.2 -463.5l-2548.5 221.6l-1547.8 1016.5l-606.2 174.4l-585 769.6l-546.4 327.5l-318.8 -39.3l-73 -282.4l-42.5 -287.8l-354.4 -21.2l-831 -604.2l-972.1 381.3l-251.8 113.6l-525.9 -168.9l-317.3 -199.3l-345.4 -653.8l-641.6 -373l-320.3 -1454.3l279.8 -1084.8l557.4 -457.8z"/>
- <path id="myCantonId05" d="M487986.8 -4715973.3l86.1 -283.9l160.1 -554.8l-514 -392.8l-7.5 -585l-154.9 -308.4l-103.6 -467.4l331.1 43.4l132.4 225.2l1042.1 51.3l523.4 -394l576.3 540.7l279.4 208.7l86.8 356.7l990.2 1066.7l384 1877.8l-64.6 382.8l1673.3 -50.1l482.3 -718.5l1113.9 -324.6l885.3 -683.1l-15 -1136.2l286.4 -225.8l361.1 -140.5l1505.2 -1086.9l516.7 -522.6l279.8 -242.4l52 -364.8l-505.7 -1958.1l528.8 -154.2l878 -428.2l838.5 30.9l310.1 221.1l1715 -1490.6l1036.6 -176.7l1077.8 -560.2l37 -560l-411.2 -1237l189.2 -563.9l374.3 -263.7l-336 -245.9l-135 -327.8l116.9 -409.7l1274.2 199.4l-84.6 483.6l423.9 584.3l701.9 831.4l892.1 2077.4l1037.5 403.4l-788.7 730.6l-82.8 349.2l415.6 1079.1l1682.5 2185.4l920.9 1266.3l-7.4 500.5l-714.5 1572l95.3 984.5l317.6 1079.7l-216.4 732l-317.3 -175.1l-1083.8 23.9l-605.7 -395.8l-650.1 218.9l-265.2 693.9l-890.9 616.7l-136.7 1406.2l-322.8 184.6l553.5 1868.2l-167.3 1167.4l-67.1 388.6l-1052.9 320.6l-367 9.8l-2064.4 1016.2l-338.7 -194.9l-1419.6 574.7l-2198.7 2702.7l-1409.3 608.6l-452.3 636.9l-2696.1 44.2l-1095.2 -416.1l-85.3 -291.4l-126.6 -582l-131.1 -342.3l639.2 -1293.5l-89.7 -1089.1l-90.1 -341.9l-122.9 -331.5l1546.2 -1641.7l153.8 -351.1l-337.6 -148.8l-256.7 -263.9l-298.5 -232.5l-924.2 -651.8l-237.1 -718.6l-599.1 -463.1l-123.3 -327.7l-887.7 -974.9l-354.3 1l-957 -454.5l48.8 -647.2l-200.5 -66.1l-308.2 -164.2l-1354.8 70.1l-553.6 -410.1l-790.5 -1685.1l743.2 -845.5l275.1 -258.9z"/>
- <path id="myCantonId25" d="M494272.5 -4691859.5l-984.3 -142.6l-320.1 -94.2l-227.9 -308.4l-665.1 -354.6l-158.9 -1122l844.4 -2111.2l733.4 -2156.8l-507.4 -1836.9l422.8 -1480.8l1095.2 416.1l2696.1 -44.2l452.3 -636.9l1409.3 -608.6l2198.7 -2702.7l1419.6 -574.7l338.7 194.9l2064.4 -1016.2l367 -9.8l1052.9 -320.6l67.1 -388.6l167.3 -1167.4l-553.5 -1868.2l322.8 -184.6l136.7 -1406.2l890.9 -616.7l265.2 -693.9l650.1 -218.9l605.7 395.8l1083.8 -23.9l317.3 175.1l465.3 540.9l-41.4 757l544.8 981.9l3066.8 3398l1409.5 403.2l-181.1 293.7l-894.8 1025.4l804.8 925.1l171.3 314.7l694.8 170.3l957.6 1048.8l949.8 70.1l679.3 383.1l413.5 -158.8l1113.2 -136.2l592.8 -296.2l490.8 -100.4l613.5 -357l568.9 -680.5l853.4 -769.7l838.3 -492.6l634.2 -556l490.8 -256.6l822.8 -220.8l1003.4 120.4l482.8 1792.1l66.9 376.9l-45.7 1043.8l-205.1 881.8l-246.1 758.8l-271.3 469l-56.8 617.9l-241.7 642.3l-211.8 653.2l120.6 322.5l24.5 1671.9l18.3 336.7l-259.9 631.1l3 351.5l43.3 348.8l140.9 307.2l-6.2 400.6l78.8 271.8l-1816.3 428.4l-2440.8 -905.4l-459.8 -604.4l-723.2 233.5l-366.4 97.8l-431.1 -1070.3l-1435.8 -491.5l-2996.6 -102.1l126.6 -335.4l334.5 -685.8l-7 -780l27.4 -566.2l-128 -608l-262.5 -1264.9l-1799.7 -319.3l-299 -200.6l-667.5 -256.9l-1218 1274l-372.8 66.3l-1097.1 -5.3l-686.5 317.8l-632 902.8l-1120.5 128.8l390.4 1021.6l-342.8 18.9l-2005.7 268.6l-67.1 1023.8l-353 116l-347.2 176.6l-1037.5 460l-929.7 1239.6l-3038.4 460.9l-1449.8 -562.3l-653.6 404.6l-358.3 683.8l-383.4 -32.6l-3632.8 2089.4z"/>
- <path id="myCantonId14" d="M518279.9 -4709092.3l156.7 -336.9l131.3 -1764l277.1 -246.5l1114.7 -833.6l1453 198.8l607.1 391l1486.3 54.7l334.1 164.6l393.8 -300.6l1924.6 629.3l288 190.7l1440.4 -581.6l389.2 -57.8l1588.3 -459.9l307.2 -128.9l343.5 -39.7l344 -31.8l-279.8 1084.8l320.3 1454.3l641.6 373l345.4 653.8l317.3 199.3l525.9 168.9l251.8 -113.6l972.1 -381.3l831 604.2l354.4 21.2l42.5 287.8l73 282.4l318.8 39.3l546.4 -327.5l585 -769.6l606.2 -174.4l-395.3 656.7l-1491.4 1712.8l-831.2 573.9l-969.7 613.5l-39.6 573.9l-176 1996.8l72.9 898l-777.1 800.9l-165.1 340.1l-278 256.4l-299.5 121l-296.9 -118.7l-1320.5 -907.3l-278.1 187.4l-637.7 680.3l-2425.8 679.2l241.7 -642.3l56.8 -617.9l271.3 -469l246.1 -758.8l205.1 -881.8l45.7 -1043.8l-66.9 -376.9l-482.8 -1792.1l-1023 -122.7l-803.2 223.1l-490.8 256.6l-634.2 556l-275.5 161.9l-562.9 330.8l-896.4 821.1l-525.9 629.1l-613.5 357l-490.8 100.4l-592.8 296.2l-1113.2 136.2l-403.6 155l-689.3 -379.2l-949.8 -70.1l-957.6 -1048.8l-694.8 -170.3l-171.3 -314.7l-804.8 -925.1l894.8 -1025.4l181.1 -293.7l974.2 -1112.8l1395 -225.3l-118.9 -718.6l127.8 -349.3z"/>
- <path id="myCantonId59" d="M533480.9 -4701816.4l-72.9 -898l176 -1996.8l39.6 -573.9l969.7 -613.5l831.2 -573.9l1491.4 -1712.8l395.3 -656.7l1547.8 -1016.5l2548.5 -221.6l1021.2 463.5l389.6 616.7l634 132.3l253.1 -14.2l190.5 60.5l-84.1 713.9l-243.7 1456.2l-120.5 2342l109 1345.5l1040.9 2086.4l30.6 1254.1l-2739.1 150.7l-3285.8 -314l-518.4 -29.6l-523.1 -301.2l-657.7 1164.4l-740.3 -493.4l-327 -25.9l-249.2 -245.5l-414.6 -1296l745.1 -652.8l-38.1 -409.5l-431.7 463.3l-1967.4 -203.6z"/>
- <path id="myCantonId20" d="M490337.9 -4717890.2l-279.4 -208.7l-576.3 -540.7l436.7 -824.1l208.3 -818.9l323.6 -262.2l1397.3 42.9l1626 -980.2l187.4 -639.9l582.3 -64.7l626.4 697.3l665.2 212.3l1372 43.5l1462.4 -426.4l505.7 1958.1l-52 364.8l-279.8 242.4l-516.7 522.6l-1505.2 1086.9l-361.1 140.5l-286.4 225.8l15 1136.2l-885.3 683.1l-1113.9 324.6l-482.3 718.5l-1673.3 50.1l64.6 -382.8l-384 -1877.8l-990.2 -1066.7l-86.8 -356.7z"/>
- <path id="myCantonId12" d="M483268.9 -4713536.5l-20.3 -1545.9l945.7 -1803.1l-418.5 -498.7l248.6 -209.1l1567.4 -266.4l440.7 370.7l551.9 -267.5l868.6 -809.1l103.6 467.4l154.9 308.4l7.5 585l514 392.8l-160.1 554.8l-86.1 283.9l-275.1 258.9l-743.2 845.5l790.5 1685.1l-2156.9 1446.1l-1127.6 -153.6l-365.7 88l-240.7 680l709.8 845.7l321.7 194.4l-1633.4 914.1l-438.2 625.2l-1369.8 696.4l-375.4 85.2l-376.3 -81.9l-1886.5 -1835.8l-321.2 -212.3l-755.4 93l-507.3 508.4l-500.3 -192.9l-396.9 -652.4l361.1 -796l-95 -2821l-410.9 -193.7l804.6 -1341.3l277.2 -83.4l92.5 659l493.9 471.4l-318.8 458.8l31.3 234.5l331.7 68.8l447.3 -392.5l353.9 -59.5l1251.9 326.1l806.5 794.8l1547.6 -37.4l652.8 -295.3l302.4 -393.5z"/>
- <path id="myCantonId11" d="M473102.5 -4703446.1l-1624.9 -12.4l-412.8 -269l1186.4 -1300.2l114.2 -510.8l-159.4 -1319.3l189.1 -564.3l1422.9 -974.7l388.1 295.8l271.5 -311.6l378.6 -85.5l488 -800.1l427.5 -162.9l233.9 222.8l458.6 66l271.6 -311.7l500.3 192.9l507.3 -508.4l755.4 -93l321.2 212.3l1886.5 1835.8l376.3 81.9l375.4 -85.2l1369.8 -696.4l438.2 -625.2l1633.4 -914.1l-321.7 -194.4l-709.8 -845.7l240.7 -680l365.7 -88l1127.6 153.6l2156.9 -1446.1l553.6 410.1l1354.8 -70.1l308.2 164.2l200.5 66.1l-48.8 647.2l957 454.5l354.3 -1l887.7 974.9l123.3 327.7l599.1 463.1l237.1 718.6l924.2 651.8l298.5 232.5l256.7 263.9l337.6 148.8l-153.8 351.1l-1546.2 1641.7l122.9 331.5l90.1 341.9l89.7 1089.1l-639.2 1293.5l131.1 342.3l126.6 582l85.3 291.4l-422.8 1480.8l507.4 1836.9l-733.4 2156.8l-844.4 2111.2l158.9 1122l665.1 354.6l227.9 308.4l-1108.6 1063.4l-488.3 1038l-3072.8 2792.3l-3045 1534.4l-2504.6 -957.6l-1151 54.5l-385.7 -27.8l-1223.5 -1451.1l-2281.9 -198.3l-313.2 -223.6l-846 -699.8l-2187.5 -49.2l-363.6 87.3l-179.3 -1130.7l-2251 -387.6l-1368.2 -1279.2l-1156.1 137.2l-735.9 -239.3l-1091.1 421.8l-2192.9 -883.3l-437 -218.2l570.3 -547.4l763 57.6l291.2 -540.8l769.9 337.5l369.8 -440.9l255.6 69.8l199.2 -157.5l-473.6 -675.3l15.3 -407l445.3 -468.5l-32.3 -278.9l-329.8 7.8l-107.2 -225.8l292.5 -490.8l1321.2 -972.5l560.7 88.5l223.2 -209.5l1021.7 256l146.3 784.2l330.5 17.9l-61.5 -431l574.7 -369.6l166.9 -436.9l139 -537l-282.5 -1163l-457.9 -40l-32.3 -278.9l396.5 -390.6l-131.9 -200.5l69.1 -281.4l300.7 -159.7l65.2 582.7l336.1 246.2l175.1 -105.2l45.4 -1247.7l351.6 -1177.9l597 -497.5l-366.5 -449.1z"/>
- <path id="myCantonId10" d="M492210.5 -4678634.3l-265.8 -286.7l-1614.4 -1695.4l73 -376.9l191.5 -1090l-668.3 -895l-1339 -688.8l64.2 -3385.5l-353.4 -150.1l3072.8 -2792.3l488.3 -1038l1108.6 -1063.4l320.1 94.2l984.3 142.6l3632.8 -2089.4l383.4 32.6l358.3 -683.8l653.6 -404.6l1449.8 562.3l3038.4 -460.9l929.7 -1239.6l1037.5 -460l347.2 -176.6l353 -116l67.1 -1023.8l2005.7 -268.6l342.8 -18.9l-390.4 -1021.6l1120.5 -128.8l632 -902.8l686.5 -317.8l1097.1 5.3l372.8 -66.3l1218 -1274l667.5 256.9l299 200.6l1799.7 319.3l262.5 1264.9l127.6 616.1l-27 558.1l7 780l-334.5 685.8l-126.6 335.4l36 1092.5l904.9 1063.5l45.1 363.1l-515.1 527.4l2074.5 711.7l-313.7 749.4l-69.7 976l256.4 396.9l254.1 715.9l-1128.2 -14l-852.9 639.7l-994 -532.9l-103.1 353.4l-1210.1 807.3l-1831.6 140.2l-90.7 712.5l-605.5 -384.6l-1836.3 277.9l-695.6 288l-534.2 974.9l-960.5 590.5l-365.1 94l-578.2 1328.3l-575.4 -7.9l-277.4 -254.6l-293.8 220l-1357.5 880.6l-1056.9 1612.5l-1171.2 1171.2l-988.2 1171.2l-805.2 1281l-1098 1427.4l-366 402.6l-988.2 0l-272.1 -142.9l-1094.2 -1049.1l-1121.6 -148.3l-626.2 -458.3l-1065.6 250.6l-281.2 -268.9l-1139.8 230.3l-381.2 72.7z"/>
- <path id="myCantonId58" d="M504109.5 -4671873.4l-83.6 -322.2l-184.5 -1312.9l130.3 -368l549.9 -550.4l931.3 680.3l742.6 18.1l1324.3 -777.5l730.5 -909l1444.6 -590.3l580.1 -975.8l-276.7 -1003.8l1717.6 -2881.6l627 -397.8l1051.3 423.5l1118.1 -173.9l382.9 13.7l332.9 -161.8l1767 -428.7l30.8 -491.4l1011 -430l381.3 -72.6l90.8 366.9l370.4 660.6l-210.2 1137.8l-675.1 1067l109.8 951.6l217.9 946.4l915 903.4l730.5 584.4l-327.4 420.6l-2302.6 616.5l-1204.5 173.7l-289.6 342.8l-412.3 1319.1l83.1 766.4l1190.7 2295.7l1155.6 932.6l303.3 220.9l11.9 36l28.3 278.4l-1015.3 1105.6l-2242.7 1391.2l-179.3 754.8l-2169.8 2685.5l-142 763.9l-919 703.8l-414.7 653.7l-264.7 -272.6l-568 -1375.3l-576.1 -494l-926.2 -643.9l-1107.2 -116.2l-701.1 -892.7l-958.7 -579.6l341.1 -683l-920.5 -3299.7l-1057.3 -420.9l-343.2 -669.2l68.1 -330.3l2.3 -1590z"/>
- <path id="myCantonId19" d="M513278.7 -4653408.4l-161.4 -347.7l-507.6 -1026.2l-1638.9 -1540.5l145.8 -724.6l-250.4 -265.2l254.7 -3193.3l414.7 -653.7l919 -703.8l142 -763.9l2169.8 -2685.5l179.3 -754.8l2242.7 -1391.2l1015.3 -1105.6l363.8 120l1145.9 1973.9l1074.8 308.6l43.2 385.7l983.3 1183l1081.2 385.1l438.5 1472.5l4228.4 432.7l989.1 598.4l3402.2 1780.5l327 210.9l323.6 215.6l3190.3 2152.6l2009.7 -1775.5l364 83.1l1044.4 123.3l1146.9 1863.1l628.3 393.6l345.7 693.2l-170.6 582.4l-710.8 1033.8l-597.6 471.8l-2684.4 4084.4l-1422.8 -574.9l-1074.1 -1074.1l-1730.5 -656.4l-1432.1 -895.1l12.8 -763.6l-191.8 -259.6l-340.5 -327.9l-603 -22.6l-1111.9 173.9l-1261 -252.2l-1751.8 5.3l-323.6 -191.5l-1347.3 496.1l-1475.1 -291.8l-1926.3 -1191.2l-1864.7 -61l-356.4 132.7l-568.2 1657.6l-35.3 355.9l-380.7 -16.4l-2531 -314.6l-2176.6 454.6z"/>
- <path id="myCantonId60" d="M518163.5 -4668879l-303.3 -220.9l-1155.6 -932.6l-1190.7 -2295.7l-83.1 -766.4l412.3 -1319.1l289.6 -342.8l1204.5 -173.7l2302.6 -616.5l326.4 -419.7l370.8 294.9l-109.4 248.1l-194.4 719.6l1328 1962.6l232.8 320.9l306.4 -179.9l938 458.1l1316.9 -463.9l341.5 100.2l98.9 703.5l1247.6 663.5l370.7 603.6l1010.7 438.4l1809.4 -1996l302.1 302.1l162.7 162.7l627.4 464.7l255.6 511.2l437 152.3l492.5 -175.6l418.3 -23.2l57.7 354.7l-290 388.8l185.9 395l395 -23.2l1115.4 23.2l557.7 162.7l395 627.4l1012.8 396.7l658.8 512.4l549 841.8l768.6 585.6l475.8 988.2l115.7 340.7l-1366.3 506.4l-86.2 364.7l46.7 1127.1l370.9 656.7l696 292.5l-375.4 2228.1l536.7 531l255.2 277.8l-2009.7 1775.5l-3190.3 -2152.6l-323.6 -215.6l-327 -210.9l-3402.2 -1780.5l-989.1 -598.4l-4228.4 -432.7l-438.5 -1472.5l-1081.2 -385.1l-983.3 -1183l-43.2 -385.7l-1074.8 -308.6l-1145.9 -1973.9l-363.8 -120l-28.3 -278.4l-11.9 -36z"/>
- <path id="myCantonId24" d="M527689.6 -4681575l-64.4 -405.6l55.9 -386.4l764.1 -4583.4l221 -128.2l242.5 123.7l263 71.5l149.7 332.9l1077.5 971.2l773.5 723.3l215.4 711.5l-72.7 372l1372.7 207.1l1385.8 183.4l435.2 562.3l278.8 225.8l61.5 -345.8l501.2 -808l984.3 -84.4l419.4 -809.2l536.8 134.2l906 414.1l640.8 823.3l1743.7 -196.9l1281.1 653.8l388.4 315.2l191.6 1112.9l439.2 841.8l627.4 375.6l1398.6 1694.1l695 166.5l205.8 32.1l-371.8 2449.9l769.7 2422.9l-261.1 743.8l-115 485.7l511.6 1208.9l-472.7 1434.8l-147.2 1249.7l-220.2 335.2l-353.3 -957.5l-384.8 -169.1l-193.6 385.8l346.4 678.5l-42.7 331.5l612.6 138.4l83.5 303.2l-146.6 232.2l-713.4 -110.2l-502.4 215.8l271 705.2l-368.1 516.5l161.5 378.1l-193.7 385.8l-1007.2 329l-220.9 310.5l577.2 774.6l483.3 39.8l738 -958.9l276.5 -108.1l306.8 -948.2l11.8 -559.6l470.2 548.5l13.6 559l-366.8 1610.2l-287.7 693.1l-1273.2 -172.9l-349 262.6l1097 228.7l136.1 377.8l-587.8 1920.3l-864.2 987.2l-430.6 1078l-1263.3 1275.7l-198.5 677.7l-351.6 -673.2l-628.3 -393.6l-1146.9 -1863.1l-1044.4 -123.3l-364 -83.1l-255.2 -277.8l-536.7 -531l375.4 -2228.1l-696 -292.5l-370.9 -656.7l-46.7 -1127.1l86.2 -364.7l1366.3 -506.4l-115.7 -340.7l-475.8 -988.2l275.4 -17.3l70 -70l109.6 -697.7l-251.2 -301.5l-1025.4 -1156.8l-790.6 -2206.9l-705.1 -925.4l-233 -1149.2l-2631.2 -2300l-143.1 -1135.5l-252.5 -100.6l-312.3 179.4l-1426.1 -1023.9l-42.5 -357.7l-574.5 -487.1l-352.7 -157.2l-857.5 4l-161.1 -222.9l-454.3 -301.8l-37.2 -372.3l-385.6 -640l735.3 -1700.9z"/>
- <path id="myCantonId54" d="M516083.8 -4686267.3l-1386 405.1l-316.3 -197l-96.4 -736.5l-956.7 -453.6l-582.9 -943.9l90.7 -712.5l1831.6 -140.2l1210.1 -807.3l103.1 -353.4l994 532.9l652.4 -489.3l200.5 -150.3l1128.2 14l-254.1 -715.9l-256.4 -396.9l69.7 -976l313.7 -749.4l-2074.5 -711.7l515.1 -527.4l-45.1 -363.1l-904.9 -1063.5l-36 -1092.5l2996.6 102.1l1435.8 491.5l431.1 1070.3l366.4 -97.8l723.2 -233.5l459.8 604.4l2440.8 905.4l1816.3 -428.4l12.3 547.3l-445.7 569.2l136.6 720l157.7 333.6l150.8 1268.5l163.8 285l220.8 307.9l164.5 323.3l53.9 1080.9l445.1 563.2l77.1 45.5l180.3 114.4l143.7 157.4l201.2 712.4l50.1 374.5l-221 128.2l-764.1 4583.4l-55.9 386.4l64.4 405.6l-735.3 1700.9l385.6 640l37.2 372.3l454.3 301.8l161.1 222.9l857.5 -4l352.7 157.2l574.5 487.1l42.5 357.7l1426.1 1023.9l312.3 -179.4l252.5 100.6l143.1 1135.5l2631.2 2300l233 1149.2l705.1 925.4l790.6 2206.9l1025.4 1156.8l251.2 301.5l-109.6 697.7l-70 70l-275.4 17.3l-768.6 -585.6l-549 -841.8l-658.8 -512.4l-1012.8 -396.7l-395 -627.4l-557.7 -162.7l-1115.4 -23.2l-395 23.2l-185.9 -395l290 -388.8l-57.7 -354.7l-418.3 23.2l-492.5 175.6l-437 -152.3l-255.6 -511.2l-627.4 -464.7l-464.7 -464.7l-1809.4 1996l-1010.7 -438.4l-370.7 -603.6l-1247.6 -663.5l-98.9 -703.5l-341.5 -100.2l-1316.9 463.9l-938 -458.1l-306.4 179.9l-232.8 -320.9l-1328 -1962.6l194.4 -719.6l109.4 -248.1l-369.9 -295.9l-730.4 -584.3l-915 -903.4l-217.9 -946.4l-109.8 -951.6l675.1 -1067l210.2 -1137.8l-370.4 -660.6l-90.8 -366.9l-381.3 72.6l-1011 430l-362.9 -120l-1047.9 -1061.5l468.9 -3003.1z"/>
- <path id="myCantonId37" d="M526953.8 -4694481.7l-78.8 -271.8l758.1 -231.4l360.9 -162.4l393.4 9.6l1815.1 654l383.1 35.7l1099.9 -345.3l32 -23.3l212.5 -27.9l154.5 147.3l39.3 -378.9l191.3 -329.8l1895.1 500.9l488.8 626.1l272.5 288.4l-165.6 346l-144.5 356.9l533.8 977l-62.9 373.8l357.8 659.8l196.7 321l-46.9 702.3l-167.5 308.8l1115.8 1284.9l137.6 321.8l988.7 242.6l275.5 685.8l-426.1 1404.2l83.7 367.3l185.5 323l-251.5 648.7l-290.6 160l-536 -134l-420.2 809l-984.3 84.4l-501.2 808l-61.5 345.8l-278.8 -225.8l-435.2 -562.3l-1385.8 -183.4l-1372.7 -207.1l72.7 -372l-215.4 -711.5l-773.5 -723.3l-1077.5 -971.2l-149.7 -332.9l-263 -71.5l-242.5 -123.7l-50.1 -374.5l-201.2 -712.4l-143.7 -157.4l-180.3 -114.4l-77.1 -45.5l-445.1 -563.2l-53.9 -1080.9l-164.5 -323.3l-220.8 -307.9l-163.8 -285l-150.8 -1268.5l-157.7 -333.6l-136.6 -720l445.7 -569.2l-12.3 -547.3z"/>
- <path id="myCantonId16" d="M535686.8 -4690956.1l149.1 -363.4l293.3 -727.3l1746.7 -1556.6l2310.5 -204.8l100.7 63.6l701.8 287.2l1271.1 -755.9l1925.4 -134.9l14 1083.5l-455.3 1104.2l937 4072l746.3 2499.9l398.5 2813.4l301.3 908.3l-64.9 459.2l240.7 502.9l-723.3 1568.2l229 1062.5l-205.8 -32.1l-695 -166.5l-1398.6 -1694.1l-627.4 -375.6l-439.2 -841.8l-191.6 -1112.9l-388.4 -315.2l-1281.1 -653.8l-1743.7 196.9l-640.8 -823.3l-906 -414.1l290.6 -160l251.5 -648.7l-185.5 -323l-83.7 -367.3l426.1 -1404.2l-275.5 -685.8l-988.7 -242.6l-137.6 -321.8l-1115.8 -1284.9l167.5 -308.8l46.9 -702.3z"/>
- <path id="myCantonId39" d="M526693.9 -4696161.6l259.9 -631.1l-18.3 -336.7l-24.5 -1671.9l-120.6 -322.5l211.8 -653.2l2425.8 -679.2l637.7 -680.3l278.1 -187.4l1320.5 907.3l296.9 118.7l299.5 -121l278 -256.4l165.1 -340.1l777.1 -800.9l1967.4 203.6l431.7 -463.3l38.1 409.5l-745.1 652.8l414.6 1296l249.2 245.5l327 25.9l740.3 493.4l657.7 -1164.4l523.1 301.2l518.4 29.6l3285.8 314l2739.2 -144.1l12.7 518.1l-178.1 1021.1l212.3 376.5l-504.3 2224.5l14.6 1127.7l-1925.4 135.5l-1271.1 755.9l-701.8 -287.2l-100.7 -63.6l-2310.5 204.8l-1746.7 1556.6l-293.3 727.3l-149.1 363.4l-196.7 -321l-357.8 -659.8l62.9 -373.8l-533.8 -977l144.5 -356.9l165.6 -346l-272.5 -288.4l-488.8 -626.1l-1895.1 -500.9l-191.3 329.8l-39.3 378.9l-154.5 -147.3l-212.5 27.9l-32 23.3l-1099.9 345.3l-383.1 -35.7l-1815.1 -654l-393.4 -9.6l-360.9 162.4l-758.1 231.4l6.2 -400.6l-140.9 -307.2l-43.3 -348.8l-3 -351.5z"/>
- <path id="myCantonId41" d="M518307.7 -4649315.4l-384.6 -590.7l415.9 -3261.3l28.1 -364.7l35.3 -355.9l568.2 -1657.6l356.4 -132.7l1864.7 61l1926.3 1191.2l1475.1 291.8l1347.3 -496.1l323.6 191.5l1751.8 -5.3l1261 252.2l1111.9 -173.9l603 22.6l340.5 327.9l191.8 259.6l-12.8 763.6l1432.1 895.1l1730.5 656.4l1074.1 1074.1l1422.8 574.9l-252.1 383.5l-209.1 -249.2l-345.8 389.8l-68.7 306.2l-1071.4 779.2l-50.1 239.6l553.2 -457.2l280.6 132.4l-1245.8 1987.2l-639.6 1871l-206 -122.3l-24.2 -991l-228.9 -20.1l-291.5 -501.4l-171.9 232.9l189.9 504l-83.5 739.1l306.9 1137.1l400.2 -238.2l362.5 296.4l-460 2985.3l-416.9 594.5l-26.6 992.1l-708.2 2177.8l171.9 500.6l-834.7 400.6l-971.6 455.2l-2000.1 1674l-1909.6 1326.2l-1223.1 923.7l-309.8 -1258.5l-545.9 -502.4l-1523.6 -69l-1088.4 395.1l-2104.2 -905.2l-761.5 115l-425.9 -611.1l-289 -256.6l189.8 -338.8l518.9 -1866.2l88.1 -728.3l1065.3 -1613.8l-453.8 -1190.2l-558.2 -271.4l-112.7 -353.4l-665.7 -153.6l-798.9 204.8l-470.3 -555.6l1435.5 -1687.3l-349.5 -133.8l-799.7 -752l483.5 -981.7l272.3 -2526.4l-343.7 -144.3l-243 -1429.6l101.4 -358.3z"/>
- <path id="myCantonId35" d="M464888 -4671233l127.9 -2012.2l-282.8 -145.4l-783.8 120.6l391.3 -594.8l478.8 -138.2l46.3 -178.9l-387.4 -270.5l173.9 -1174.1l-850.3 -513.5l-445.9 443.3l-204.9 -71.8l-343 -525.3l-513.6 -242.1l-108.4 -277.6l275.3 -158.6l410.2 168.2l710.9 8.4l551.8 -267.8l734.3 -67.9l794.1 -731.4l1265.2 -157.9l887.4 -1064.1l934.8 -174.5l265 451.4l613.8 189.1l455.3 -62.4l317.2 -516.3l313 -79.2l1097.6 -361.5l838.4 30.4l617.8 -675.3l338 322.3l878.4 -403l-260.6 -273.3l-66.5 -633.9l-210.5 -299.8l-304.4 6.5l-413.4 -294.7l55.4 -840.6l-748.2 -491.3l-604.2 -824.5l-554.3 166.3l-357.7 -92.5l-407.6 270.2l-1110.5 -1098.8l-564.3 -241.4l-660.9 -34.3l-598.1 447.1l-378.7 84.7l-517.2 -1411.7l170 -308.8l556.2 -90.2l1324.4 -845.4l267.2 -489.3l12.1 -534.5l-508 -13.3l-157.2 -199.4l138.3 -563.6l-160.3 -326l-628.6 244.1l-855.3 -716.9l-408.4 -92.2l-444.7 493.9l-483.9 -65l-930 1395.7l-431.9 -14.9l-645.2 600.3l-312.6 -323.1l166.3 -461.7l-332.1 -1110.3l314.1 -643.9l-306.1 -1085.6l-408.4 -92.8l-294.8 -628.1l143.4 -359.7l377.3 -136.1l441.3 396.7l683.1 -93l135.6 352.7l251.8 -83l564.6 -776.1l2192.9 883.3l1091.1 -421.8l735.9 239.3l1156.1 -137.2l1368.2 1279.2l2251 387.6l179.3 1130.7l363.6 -87.3l2187.5 49.2l846 699.8l313.2 223.6l2281.9 198.3l1223.5 1451.1l385.7 27.8l1151 -54.5l2504.6 957.6l3045 -1534.4l353.4 150.1l-64.2 3385.5l1339 688.8l668.3 895l-191.5 1090l-73 376.9l1614.4 1695.4l265.8 286.7l-344.9 150.8l-1713.7 711.7l-721.2 861l-547.9 1387.7l-1320.6 676.2l-2081.3 -330.6l-347.4 110.6l-337 140.4l-1631 811l-128.9 659.2l-2914.4 955.1l-669.7 -842.8l-2339.5 -246.2l-471.8 1036.2l-1124.8 1082.9l-.4 394l-815.9 777l-893.3 759.6l288.6 252.4l-232.2 1762.5l-1014.1 2458.3l-1980.4 1674.1l-284.8 -221.4l-534.5 -64.1l-493.3 -445.2l-627.2 294.6l-1399.3 -1161.3l-1494 137.8l-282.8 -145.4l90.8 -434.6l324.8 -211.1l264.5 -591.3l-358.3 -119l-862.2 -996.2l-608.1 39.8l-572.7 446.1l-353.9 59.6l386.4 -797.7l910.7 -122.9l389.5 -671.5l504.8 -113.6l239.2 -590.6l-185.7 -326.2l-1951.9 98.3l-110.9 -378.8l1415.5 -237.7l168.7 -359.6l-556 -927.8z"/>
- <path id="myCantonId61" d="M474658.9 -4663052l-327.2 109.8l-814.5 934.7l-991.1 -52.1l-368.5 492l-357.6 -92.9l-704.5 -1185l-226.6 -547.7l1980.4 -1674.1l1014.1 -2458.3l232.2 -1762.5l-288.6 -252.4l893.3 -759.6l815.9 -777l.4 -394l1124.8 -1082.9l471.8 -1036.2l2339.5 246.2l669.7 842.8l2914.4 -955.1l128.9 -659.2l1631 -811l337 -140.4l347.4 -110.6l2081.3 330.6l1320.6 -676.2l547.9 -1387.7l721.2 -861l1713.7 -711.7l344.9 -150.8l381.2 -72.7l1139.8 -230.3l281.2 268.9l190.4 326.3l546.1 494.5l374.7 1065l617.1 389.5l2180.3 141.2l279.5 630.8l196.8 307.8l350 -69.3l866.7 1123.8l942.6 288.1l44 353.8l382.8 37.6l1001 532.1l1856.5 -461.3l184.5 1312.9l83.6 322.2l-2.3 1590l-68.1 330.3l-382.4 -18.5l-1296.8 500.8l-1125.8 -15.7l-1515.8 1032.3l-3542.8 1229.3l-383.3 3.4l-724 246.5l-309.8 138.8l-1648.6 359l-206.5 194.4l-329.7 55.1l-995.8 102.5l-147.6 -287.5l-711.3 -456.4l-3855.3 1284.9l-483.6 596.3l-205.4 299.6l-493.7 676.2l-591.1 653.1l-1061.4 146.4l-1390.8 1207.8l-915 -36.6l-841.8 915l-1390.8 622.2l-622.2 512.4l-475.8 768.6l-1674.9 181l-708.7 281.1l-700.6 -618.3l-269.3 -629.5l210.7 -717.2l-248.7 -1850.1l-341.7 -475.6z"/>
- <path id="myCantonId51" d="M471516.1 -4650908.4l132.6 -451.4l2890.7 -2154.6l1849 -145.6l597.4 -472l362.2 -746l939.1 3.4l169.4 -334.9l16.3 -1398.5l-242.1 -553.9l-541.4 -343.1l-1116.6 1.5l-564 -1257.7l776.6 -308l1607.1 -154.1l475.8 -768.6l622.2 -512.4l1390.8 -622.2l841.8 -915l915 36.6l1390.8 -1207.8l1018.5 -143.7l555.3 -588.3l572.4 -743.6l205.4 -299.6l483.6 -596.3l3855.3 -1284.9l711.3 456.4l147.6 287.5l995.8 -102.5l329.7 -55.1l206.5 -194.4l1648.6 -359l309.8 -138.8l724 -246.5l383.3 -3.4l3542.8 -1229.3l1515.8 -1032.3l1125.8 15.7l1296.8 -500.8l382.4 18.5l343.2 669.2l1057.3 420.9l920.5 3299.7l-341.1 683l-379.8 -50.3l-851 727.7l-1482.8 -333.1l-2461 1045.9l-529.6 525.1l-1397.9 -95.9l-290 199.5l-594.9 846.4l-933.7 455.7l-692.1 -92.8l108.7 605.2l-59 306l-486.5 240.6l-256.8 92.2l-817 471.6l-314.3 -43.6l-224 282l-1127.6 879.2l-1707.1 319.2l-683.6 620.9l-138.5 277.3l-817.4 959.5l-381.3 521.7l-244 236.3l-1666.6 314.6l-583.5 371.5l-589.4 430l-529 -163.9l-262.1 142.7l-294.4 217l-682.4 795.2l-665.5 182.5l-782.2 510.6l-374.3 122.2l-3845.5 400.1l-1480.5 -358.3l-1914.7 388.8l-2793.1 1433.4l-1278.8 189z"/>
- <path id="myCantonId06" d="M483761 -4651882.4l-449.1 -883l-109 -318.2l782.2 -510.6l665.5 -182.5l682.4 -795.2l294.4 -217l262.1 -142.7l529 163.9l589.4 -430l583.5 -371.5l1666.6 -314.6l244 -236.3l381.3 -521.7l817.4 -959.5l138.5 -277.3l683.6 -620.9l1707.1 -319.2l1127.6 -879.2l224 -282l314.3 43.6l817 -471.6l256.8 -92.2l486.5 -240.6l59 -306l-108.7 -605.2l692.1 92.8l933.7 -455.7l594.9 -846.4l290 -199.5l1397.9 95.9l529.6 -525.1l2461 -1045.9l1482.8 333.1l851 -727.7l379.8 50.3l958.7 579.6l701.1 892.7l1107.2 116.2l926.2 643.9l576.1 494l568 1375.3l264.7 272.6l-254.7 3193.3l250.4 265.2l-364.8 103l-1362.3 662.1l-433.2 1001.1l-359.9 -117.7l-1656.7 -86.7l-991.6 94.4l-826.3 944.4l-637.5 -94.4l-1369.4 -283.3l-1024.4 5.4l-309.4 -230.3l-413.3 319.4l-543 590.2l-661.1 873.6l-416.1 672.8l-753.7 809.9l-506.4 358.8l-118 354.1l-442 106.3l-1991.6 1504.7l-284.8 221.8l-374.5 551.8l-566.6 1109.7l-2482 761.5l-1005.2 1146.4l-1762.3 338.4l-368 -129.3l-2674.9 -348.8l-689.6 -356.5l-360.6 148.5l-29.2 380.5l-385.7 574.2l-623.4 348.1l-1876.4 -191l-237 -295l2006.8 -1028.7l-267.6 -699.5l875.1 -1654.6l-146.9 -1510.2l-513.3 -1021.3l-42.9 -378.7l-191.1 -187.1l-174.7 -202.8z"/>
- <path id="myCantonId02" d="M486989.7 -4640811.1l1908.5 -1281.1l-302.9 -501.7l-645.4 -1302.5l1510.3 -1433.6l1762.3 -338.4l1005.2 -1146.4l2482 -761.5l566.6 -1109.7l374.5 -551.8l284.8 -221.8l1991.6 -1504.7l442 -106.3l118 -354.1l506.4 -358.8l753.7 -809.9l416.1 -672.8l661.1 -873.6l543 -590.2l413.3 -319.4l309.4 230.3l1024.4 -5.4l1369.4 283.3l637.5 94.4l826.3 -944.4l991.6 -94.4l1656.7 86.7l359.9 117.7l433.2 -1001.1l1362.3 -662.1l364.8 -103l-145.8 724.6l1638.9 1540.5l507.6 1026.2l161.4 347.7l-893.4 1461.9l-177.8 303.8l-246.7 290l-1754.5 1517.2l-1312.8 596.7l-656.4 1133.8l-717.8 340.7l-714.4 1031.7l-957.6 518.9l-355.2 197.2l-1019.8 75.8l-358.5 124.5l-285 1094.6l-1162.5 1550.8l-1004.2 932.5l-1558.2 1583.2l-790.2 317.5l-1015.2 590.2l-756.7 140.3l-659.9 591.6l-439.9 -182.2l-349.4 -560.4l-316.8 223l-121.6 991.8l-613.9 472.2l-1324.9 -864.2l-2498.5 979.7l-2223.4 -624.6l-2149.4 673.5l-530.9 -542l-486.4 -1442.8l-403.7 -554.7l1566.5 -365z"/>
- <path id="myCantonId62" d="M503208.9 -4634074.6l-311.8 -285.6l-80.6 -274.8l-19.2 -361.5l-41.9 -1424.1l300.5 -654.2l-529.8 -905.9l-24.4 -371.9l1241.9 -1837.9l694.8 -268.9l835.8 -1633.5l203.7 -714.6l-835.4 -2802.5l-170 -330.4l1019.8 -75.8l355.2 -197.2l957.6 -518.9l750.7 -1051.9l681.5 -320.6l656.4 -1133.8l1312.8 -596.7l1754.5 -1517.2l246.7 -290l177.8 -303.8l893.4 -1461.9l2176.6 -454.6l2531 314.6l380.7 16.4l-28.1 364.7l-415.9 3261.3l384.6 590.7l-101.4 358.3l243 1429.6l343.7 144.3l-272.3 2526.4l-483.5 981.7l799.7 752l349.5 133.8l-1435.5 1687.3l470.3 555.6l798.9 -204.8l665.7 153.6l112.7 353.4l558.2 271.4l453.8 1190.2l-1065.3 1613.8l-88.1 728.3l-518.9 1866.2l-189.8 338.8l-371.7 114.2l-1106.2 358.6l-1239.4 1488.9l-1465.8 -372.7l-1126.2 276.9l-354.8 -130.1l-602 -456.1l-805.4 -766.4l146.4 -346.4l-298.5 -556.3l-1830.4 328l-334.7 127.5l-1954.5 -796.1l-348.8 -84.6l-370.5 102.5l-1343.3 -697.1l-1162 1240l-582.5 -13.1l-459.2 294.2l-129.9 249.1z"/>
- <path id="myCantonId53" d="M481836.3 -4604676.2l-522.2 -597.6l848.9 -553.9l-262.3 -349.6l593.7 -1640.9l-418.8 -524.1l541.5 -673.8l43.2 -306.1l818.6 -756.6l81.4 -815.5l174.9 -105.9l1123 1295l666.5 -753.3l2430.2 -1252.9l505.2 -88.1l742.3 261.6l-794.3 2521.5l-112.2 368.2l354.9 93.1l669.4 223.7l1303.3 -661l1085.5 -1322.9l939.9 288.6l257.1 244.6l140 -331.8l351.8 -623.8l-84.6 -1428.3l332.9 1.7l1761.2 800.1l715.5 251.9l1111.5 -158.8l669.6 -807.8l1038.9 -172.6l388.3 -593.7l969.3 -70.5l-258.5 807.5l120.9 307l295 -202.8l963.8 441.8l-108.2 685.3l494 407.7l447.4 355.9l190.6 215.1l1094.1 -185.8l1192.7 -863l548.6 507.4l1467.6 -1147.5l64.6 368.3l-393 2165.1l-449.5 810.3l-717.2 435.5l-1348.6 604.6l231.6 385.8l608.6 422.5l421.7 1023.2l843.3 729.2l1058.7 369.9l-686.9 1274.6l-3077.9 259.8l-1719.8 1576.5l-599.8 1413.9l-1264 916.8l-1713.3 2596.2l-1387.4 630.6l-1084.5 1121.9l-423.7 480.5l-373.3 174.4l-541.8 -368.4l-315.2 592.2l-357.5 -93.1l-326.4 134.8l-82.4 -252.1l236.7 -692.2l-485.2 -1157.5l392.6 -543l-792.3 -235.4l-393.1 518l-378.5 85.1l-693.3 -339.2l-672.7 499.3l-280.1 -44.4l-107 -225.9l511.2 -876.4l-391.6 -448.2l-418.2 -498.2l-1075.3 635.8l-361.3 -245.8l-1189.8 104.7l-310.5 -246.6l262.6 -667l615.7 -751.9l-345.9 -652.4l334.2 -846.9l-279.5 -18.7l-442 595.1l-202.2 30.1l-264.9 -451.1l-227 56.3l-258.6 -197l-651 346l-486.1 -166.2l-865.6 -1148.8l-1091.6 -24.5l-418.9 -523.6l14.1 -457.8l912.4 -1064.2l-81.1 -201.4l-670.5 -441.2l-168.5 -656.9l-556 89.7z"/>
- <path id="myCantonId70" d="M498843.4 -4592985.3l-412.9 747l-292.6 -551.9l-588.7 -214.9l-86.2 -404.5l-231.3 -121.6l-575 344.1l107.3 -790.2l-413.8 -320.8l-408.2 -91.7l-830.6 388.1l423.7 -480.5l1084.5 -1121.9l1387.4 -630.6l1713.3 -2596.2l1264 -916.8l599.8 -1413.9l1719.8 -1576.5l3077.9 -259.8l686.9 -1274.6l212.1 -83.9l374 43.8l1743.7 -1291.6l1050.8 -452.2l696.4 96.3l1550.2 -1670.8l1121.8 -182.2l379.3 -42.7l171.8 354.4l906.9 1248.4l764.2 2631.4l1692.6 1632.2l771.3 165.7l1576.2 2244.7l-400.3 3852.9l-1082.8 -156.3l-2563.9 1465.2l-221 318.9l-2263.5 3043.5l-1263.3 885.5l-673.5 -293.1l-153.1 -759.3l-879.3 -750.3l-1925.1 10l-359.2 146.3l-670.1 947.1l369.6 499.3l-172.8 398.1l-655.2 1210.2l-750.6 424.2l-304.9 -17.9l-388.4 -321.1l-474.4 -725.9l464.1 -1764.7l717.1 -754l-144.2 -708l-1547 1053.2l-638 879.6l-857.7 198.2l-331.7 -1110.3l-330.9 -43.1l-741.8 780.3l-118.9 -708.9l-721.2 -440.3l182.2 -842.8l-769.1 704.4l-356.2 -42.3l-857.9 -843.7l-353.8 59.2z"/>
- <path id="myCantonId55" d="M500300.7 -4612915.8l1329.3 -506.6l174.1 -331l-224.3 -290l-210.2 -300.7l1348.8 -2323.9l-759.7 -762.3l-196 -728.3l417.1 -1039.9l-314.6 -201.7l-60.6 -616.9l1251 -2687.3l-1142.1 -249l-70.2 -1017.5l206.1 -345.6l667.6 -993.8l417.9 -784.8l920.2 -688.5l86.1 -377.5l495.9 -542.6l460.9 -987.4l244.1 -296.1l611.1 -1390.6l1388.6 -472.6l1843.4 -1892.5l709.1 -1754.1l1830.4 -328l298.5 556.3l-146.4 346.4l805.4 766.4l602 456.1l354.8 130.1l1126.2 -276.9l1465.8 372.7l1239.4 -1488.9l1106.2 -358.6l371.7 -114.2l289 256.6l425.9 611.1l761.5 -115l2104.2 905.2l1088.4 -395.1l1523.6 69l545.9 502.4l309.8 1258.5l-909.1 664.3l-772.3 408.9l-963.1 140.3l-1172 86.8l-499.7 363.4l-681.4 1135.7l-826.3 942.1l-669.5 1410.2l-1070.2 -1551.7l-1892.3 2262.4l-1588.1 700.1l-1127 870.9l-1530.7 1744.3l-1119.4 1415.9l-624.4 38.4l-307.4 -201.7l-941.3 384.2l-595.5 -28.8l-413 307.4l-685.7 744.2l354.8 82.2l-34.2 1587.3l321.8 647.1l111.7 2540.1l-342.7 667.5l507.3 1380.4l-1499.5 803.9l-278.8 210.1l-1467.6 1147.5l-548.6 -507.4l-1192.7 863l-1094.1 185.8l-190.6 -215.1l-447.4 -355.9l-494 -407.7l108.2 -685.3l-963.8 -441.8l-295 202.8l-120.9 -307l258.5 -807.5z"/>
- <path id="myCantonId22" d="M507068.8 -4604272.7l-1058.7 -369.9l-843.3 -729.2l-421.7 -1023.2l-608.6 -422.5l-231.2 -386l1309.7 -587.1l753.1 -451.2l452.1 -811.9l393 -2165.1l-64.6 -368.3l278.8 -210.1l1499.5 -803.9l-507.3 -1380.4l342.7 -667.5l-111.7 -2540.1l-321.8 -647.1l34.2 -1587.3l-354.8 -82.2l685.7 -744.2l413 -307.4l595.5 28.8l941.3 -384.2l307.4 201.7l624.4 -38.4l1119.4 -1415.9l1530.7 -1744.3l1127 -870.9l1588.1 -700.1l1892.3 -2262.4l1070.2 1551.7l-181.2 754.3l2698.2 1543.4l4075.5 1450.1l206.2 336.5l-992.3 3084.9l550.2 740.7l467.3 73.7l1531.6 380.6l1910.1 271.9l556.7 -622.1l640.5 -1319.6l724.1 -310l1532.4 302.8l393.3 121.9l246.3 731.1l-205.9 920l-280.9 -69.4l-113.8 -506l-247.4 260.3l326 882l-218.4 411.8l-523.8 368.3l-455.9 35.9l-665.5 803.8l-357.5 -93.3l-351.3 161.2l438.5 294.6l-71 490.9l372.9 442.5l355.6 17.1l56.9 252.6l-523.9 368.2l-45.7 204.3l611.1 87.5l642.6 340.6l-387.8 746.3l13.6 559l-283.9 -196.9l-227 56.5l-162.6 614l-588.8 827.2l-532.5 12.4l-364.3 -372.4l-782.9 145.5l-1012.7 -2829.3l373 -1091.4l-90.9 -772.4l-1530.7 -1750.8l-1529.1 292.4l-1033.2 -529.9l-1154.9 193.3l-2674.3 2055.2l2180.6 -954l1772.4 772.1l1583.2 2867.4l733.8 243.5l-2107 1057.5l-1468 1297.9l-1817.8 -1488.2l-1212.5 -1545.5l-1884 -221.6l-682.6 -1794.2l-216.7 -329.2l-633.4 -461.8l-761.8 15.1l-299.7 256.3l259.6 1130.5l-2374.7 1948.5l541.2 1390.2l-15.6 2600.1l-35.3 378.7l-379.3 42.7l-1121.8 182.2l-1550.2 1670.8l-696.4 -96.3l-1050.8 452.2l-1743.7 1291.6l-374 -43.8l-212.1 83.9z"/>
- <path id="myCantonId40" d="M523762.1 -4593426.8l-1127 69.7l-951.5 -523.8l-1009.8 522.4l-954.3 -1616.1l-39.9 -751.8l400.3 -3852.9l-1576.2 -2244.7l-771.3 -165.7l-1692.6 -1632.2l-764.2 -2631.4l-906.9 -1248.4l-171.8 -354.4l35.3 -378.7l15.6 -2600.1l-541.2 -1390.2l2374.7 -1948.5l-259.6 -1130.5l299.7 -256.3l761.8 -15.1l633.4 461.8l216.7 329.2l682.6 1794.2l1884 221.6l1212.5 1545.5l1817.8 1488.2l1468 -1297.9l2107 -1057.5l-733.8 -243.5l-1583.2 -2867.4l-1772.4 -772.1l-2180.6 954l2674.3 -2055.2l1154.9 -193.3l1033.2 529.9l1529.1 -292.4l1530.7 1750.8l90.9 772.4l-373 1091.4l1012.7 2829.3l-439.1 722.2l-349.4 236.9l182.4 199.2l452.2 -188.6l183.6 250l-90.9 434.1l277.3 510l-134.4 147.5l-258.5 -197.2l-1097.2 -253.6l-845.3 706.3l-508.4 -38.8l67.4 -357.7l631.4 -116.7l-81 -201.3l-809.6 95.4l-1058.9 -762.7l-168.7 359.7l139.8 530.6l-138.6 562.5l-1455.8 644.5l-244.9 361.6l172.7 834.6l-186.7 665.5l106.4 200.8l563.4 215.4l-47.5 1170.3l203.4 20.5l479.9 -1129.9l544.2 -572l259.1 -819.6l850.3 -502.8l512 191.2l934.6 -174.7l529.4 902.1l1246.2 123.3l795.9 -654.3l266 502l-240 564.7l-815.7 883.5l-606 1158.3l-21 1220.7l-270.2 361.9l-1667.3 294l-645.1 599.6l-403.1 111.2l-296.3 337.8l56.3 227.2l-252.3 56.8l-542.8 586.4l-1261.6 1362.9l-335.8 -246.2l-933.2 225.3l-409.9 873.7l1067.4 76.7l233.8 222.9l91 607.9l-284.5 820.4l-925.1 555.6l752.1 668.5l401.3 -187.6l330.9 43l87.9 480.8l-119.8 637.2z M521680.4 -4629679.2l499.7 -363.4l1226.6 -90.9l908.6 -136.3l772.3 -408.9l685.9 -501.2l1446.4 -1086.8l2092.6 -1455.6l1817.1 -1544.6l1117.4 -523.5l691.7 -324.1l180.4 525.1l-266.5 515l6.2 254.1l256.1 95.4l136.8 403.8l-58.7 713.1l417 2532.1l-97.7 1197.4l-699.5 1491.1l381.1 1058.4l-277.7 1099.9l36.5 456.4l840.6 132.9l-207.2 869.2l384.8 2253.1l-398.9 1331.4l193.1 1673.3l-150.4 116.1l-392 -107.3l-1532.4 -302.8l-724.1 310l-640.5 1319.6l-588.9 617.5l-1877.9 -267.3l-1531.6 -380.6l-467.3 -73.7l-550.2 -740.7l992.3 -3084.9l-206.2 -336.5l-4075.5 -1450.1l-2698.2 -1543.4l181.2 -754.3l669.5 -1410.2l826.3 -942.1l681.4 -1135.7z"/>
- <path id="myCantonId48" d="M476002.1 -4620016.3l-458.4 -65.5l-234.5 -248.6l-216.4 -1570.8l-284.6 -221.7l-2593.6 -217.6l-175.3 200.1l-302.7 -35.9l286.7 -657.9l249.2 -244.7l1138.7 -129.1l290.9 475.9l469.9 -494.2l380.3 -9.2l744.5 -678.8l782.4 -171l459.9 -901l1016.4 -964.9l139 -537l-460.3 -141.6l-70.1 -786.3l-535.2 -89l-182.5 -198.8l37.6 -534.8l-287.8 -349.1l351.3 -161.1l510.9 140.2l675.8 645.1l514.3 -749.8l749.5 -475.5l314.6 -617.9l303 -58l311.9 297.8l303.7 -33l377.5 -1152.7l918.3 -835.7l216.3 -488.2l-1019.4 -178.9l-437.4 -243.9l-192.6 -605.3l-758.9 94.4l-106.5 -200.6l168.7 -359.9l2276.2 -308.9l323.4 -262.2l183.4 -792.4l-316.6 -1517.9l-154.7 -97.8l193.5 -386.2l-421.5 -625.4l998.7 -659.5l605.6 -141.7l197.9 -207.9l63.5 -510.2l-275 -857.5l1303.6 -36l1047.9 -471.7l403.7 554.7l486.4 1442.8l530.9 542l2149.4 -673.5l2223.4 624.6l2498.5 -979.7l1324.9 864.2l613.9 -472.2l121.6 -991.8l316.8 -223l349.4 560.4l439.9 182.2l659.9 -591.6l756.7 -140.3l1015.2 -590.2l790.2 -317.5l1558.2 -1583.2l1004.2 -932.5l1162.5 -1550.8l285 -1094.6l358.5 -124.5l170 330.4l835.4 2802.5l-203.7 714.6l-835.8 1633.5l-694.8 268.9l-1241.9 1837.9l24.4 371.9l529.8 905.9l-300.5 654.2l41.9 1424.1l19.2 361.5l80.6 274.8l311.8 285.6l-163.2 291.2l-1670.8 1611.2l-661 446.5l-234.1 209.9l-2386.9 1849.9l-1730.5 298.4l-1670.8 1372.5l-1074.1 2148.2l-3426 745.9l-870.5 1402.3l-1014.4 596.7l-238.7 1432.1l-1491.8 1014.4l-1082.3 1621.1l-266.8 399.6l-108.7 -75.3l-478.6 138.8l-640.9 -264.4l-322.1 312.7l-407.7 -66.6l-349.4 237.2l-191.6 462.5l-702.5 321.8l-130 -124l263.3 -641.8l-161 -351.9l-713.7 -135.7l-233.3 -197.6l-32.9 -304.2l1018.7 -1905.8l-264.9 -451.3l-718.2 -313.2l-2186.8 840.5l-871.2 681.8l-1441.7 187.3l-551.5 267.5z"/>
- <path id="myCantonId34" d="M485493.5 -4619034.2l1082.4 -1621.2l1491.8 -1014.4l143 -858.2l95.7 -573.9l1014.4 -596.7l850.7 -1398.5l3445.8 -749.7l1074.1 -2148.2l1670.8 -1372.5l1730.5 -298.4l2386.9 -1849.9l234.1 -209.9l661 -446.5l1670.8 -1611.2l163.2 -291.2l129.9 -249.1l459.2 -294.2l582.5 13.1l1162 -1240l1343.3 697.1l370.5 -102.5l348.8 84.6l1954.5 796.1l334.7 -127.5l-709.1 1754.1l-1843.4 1892.5l-1388.6 472.6l-611.1 1390.6l-244.1 296.1l-460.9 987.4l-495.9 542.6l-86.1 377.5l-920.2 688.5l-417.9 784.8l-667.6 993.8l-206.1 345.6l70.2 1017.5l-278 -47.6l-1065.5 1552.7l-1156.6 967.1l-295 235.8l-385.6 33.2l-1683.5 792.5l-33.7 -391.6l14.6 -782.3l-849.1 -1324.5l-549.9 472l-1790.3 60.9l-331.4 -146.1l-984.4 1151.9l-1870.4 134.1l-973.8 605l-2619.7 -140.2l-901.9 712.1l-666 34.2z"/>
- <path id="myCantonId30" d="M490623.7 -4608992.5l-1303.3 661l-669.4 -223.7l-354.9 -93.1l112.2 -368.2l794.3 -2521.5l199.1 -157.3l455.2 -2120.7l443.9 -519l606.1 -116.1l572 -471.1l733.5 -94l349.3 -236.8l290 -591.8l-210.4 -300.1l-79.8 -150.4l-1899.9 121.9l-459.6 -116.2l-568.5 -418.4l-788.6 -82.9l-567.2 -367.7l-1164.6 103.9l-664.4 -187.2l-1166.8 -1014.5l120.6 -256.8l-175.2 -121.4l266.7 -399.5l666 -34.2l901.9 -712.1l2619.7 140.2l973.8 -605l1870.4 -134.1l984.4 -1151.9l331.4 146.1l1790.3 -60.9l549.9 -472l849.1 1324.5l-14.6 782.3l33.7 391.6l1683.5 -792.5l385.6 -33.2l295 -235.8l1156.6 -967.1l1065.5 -1552.7l278 47.6l1142.1 249l-1251 2687.3l60.6 616.9l314.6 201.7l-417.1 1039.9l196 728.3l759.7 762.3l-1348.8 2323.9l210.2 300.7l224.3 290l-174.1 331l-1329.3 506.6l-969.3 70.5l-388.3 593.7l-1038.9 172.6l-669.6 807.8l-1111.5 158.8l-715.5 -251.9l-1730.5 -775.7l-363.6 -26.1l84.6 1428.3l-351.8 623.8l-140 331.8l-257.1 -244.6l-939.9 -288.6l-1085.5 1322.9z"/>
- <path id="myCantonId73" d="M472559.2 -4648406.6l111.2 -638.3l-114.7 -531.6l-708.8 68l-408.8 -1133.8l78.1 -266.1l1278.8 -189l2793.1 -1433.4l1914.7 -388.8l1480.5 358.3l3845.5 -400.1l374.3 -122.2l109 318.2l449.1 883l174.7 202.8l191.1 187.1l42.9 378.7l513.3 1021.3l146.9 1510.2l-875.1 1654.6l267.6 699.5l-2006.8 1028.7l-24.9 -318.1l-899.3 -643.1l-621.5 431.3l-3023.4 -212.1l-1724.4 1331.7l-541.3 -324.9l-131.2 -364l-306.4 241.1l-1880.8 474.7l-2099.9 -1615.5l-667.4 -155.7l-433 -284.7l965.1 27.3l627.5 -733.6l740.4 -392.7l364 -669.1z M484375.3 -4639974.5l-338 -291.5l-59.7 -655l728.5 -266.2l464.1 -593.5l-397.9 -1497.3l434.2 -1489.9l-254 -293.5l385.7 -574.2l29.2 -380.5l360.6 -148.5l689.6 356.5l2674.9 348.8l368 129.3l-1510.3 1433.6l645.4 1302.5l302.9 501.7l-1908.5 1281.1l-1566.5 365l-1047.9 471.7z"/>
- <path id="myCantonId26" d="M507352.9 -4730053.5l735.8 -17.3l168.8 -360.3l645.5 -465.7l426.8 -323.2l379.2 -59.4l-19.1 254.6l204.9 71.3l368.7 -491.9l326.7 -134.8l722.3 465.7l174.4 -131.2l181.8 -869.1l2123.7 -355.9l880.2 691.6l219.6 -361l279.7 18l446.3 599.7l943.8 181.2l442.3 -595.4l585.5 62.1l318 -490.9l227.8 -31.1l239.6 452.6l335.5 221.1l280.5 1086.6l223.3 45.7l-2.7 1851.3l2200.3 1392.4l-132.9 1512.8l538 556.3l29.3 773.1l1412.4 465.6l1530.8 3960.4l222 236.1l609.6 726.5l776.8 1148.1l-176 689.5l-266.9 243.3l1028.5 437l611.7 934.7l917.9 537.7l352.6 -342.1l1186.2 -1198.5l542.2 -472.9l1315 -299.9l-113 475.2l205.3 216.9l240.7 -248.1l278.4 -524.7l563.1 -189.1l1127.4 -18.9l134.4 711.1l-345 1017.3l103.3 349l-2632.7 2180l13 386.3l-67.5 381.5l-557.4 457.8l-344 31.8l-343.5 39.7l-307.2 128.9l-1588.3 459.9l-389.2 57.8l-1440.4 581.6l-288 -190.7l-1924.6 -629.3l-393.8 300.6l-334.1 -164.6l-1486.3 -54.7l-607.1 -391l-1453 -198.8l-1114.7 833.6l-277.1 246.5l-131.3 1764l-156.7 336.9l-127.8 349.3l118.9 718.6l-1395 225.3l-974.2 1112.8l-1409.5 -403.2l-3066.8 -3398l-544.8 -981.9l41.4 -757l-465.3 -540.9l216.4 -732l-317.6 -1079.7l-95.3 -984.5l714.5 -1572l2.3 -507.5l-915.8 -1259.3l-1682.5 -2185.4l-415.6 -1079.1l82.8 -349.2l788.7 -730.6l-1037.5 -403.4l-892.1 -2077.4l-701.9 -831.4l-423.9 -584.3l84.6 -483.6l515.3 -724.4l506.8 -38.2l243.7 -412.8l-119 -709l342.1 -542.6z"/>
- <path id="myCantonId07" d="M520894 -4584487.8l-1258.9 1427.3l-304.1 1049.4l-422.3 365.7l-318.9 1481.4l-915.2 -79.9l-527.4 216l-2082 -77.5l-463.2 -268.4l-412.6 -1312l-337.7 -322.1l-1398.1 -119.4l-1217.1 -1013.1l-563.3 -215.1l-242.5 -578.6l-753.7 297.5l-884.8 122.7l-618.3 649.9l-511.6 -1207.7l297.8 -1303.4l322.1 -312.5l457 14.7l294.9 -388.3l40.8 -407.9l-338.4 -347.7l1686 -1590.4l-109.4 -327.6l-305.5 -43.6l-341.2 567.1l-379.7 34.4l-205.3 -96.7l-298.8 -806l-316.5 541.2l-412.5 -269.7l-72.4 -887.6l-159 -275.9l172.8 -398.1l-369.6 -499.3l670.1 -947.1l359.2 -146.3l1925.1 -10l879.3 750.3l153.1 759.3l673.5 293.1l1263.3 -885.5l2263.5 -3043.5l221 -318.9l2563.9 -1465.2l1082.8 156.3l39.9 751.8l954.3 1616.1l1009.8 -522.4l951.5 523.8l1127 -69.7l-102.1 664.1l-399.5 263.9l-265.9 540l-604.8 166.6l-170.6 283.9l747 465.2l56.3 227.2l-276.4 108.4l-720.5 -415.3l-322.8 287.3l-80.9 840.9l-331.4 -68.5l-1617.6 1283.6l-1947.3 249.8l-242.9 437.6l821.2 387.2l400.8 829l-448.3 341.2l336.4 271.5l-33.9 687l-609.7 -36.2l-121.8 206.1l-9.2 661.1l285.7 272.4l478.6 -138.4l742 -779.9l1941.5 -1520.3l434.1 116.9l82.3 252.2l-219.6 361.1l-58 738.3l-548.5 394.2l-62.4 560.9z M521624.4 -4576398.5l-906.6 -766l70.5 -230.6l302.9 -58l726 643.7l-192.9 410.9z M522227.6 -4579741.8l-327.2 109.4l-262.8 -374.9l-358.6 -144.2l-131.8 -199.9l269 -413.3l334.6 195.5l324.6 -211l332.7 119.3l-170 308.8l123 385.4l-133.5 224.9z"/>
- </g>
- <g id="myPassiveElements" pointer-events="none">
- <g id="myWaters" fill="none" stroke="blue" stroke-width="200" stroke-linecap="butt" stroke-linejoin="round">
- <path d="M524050.5 -4725607.9l199.5 947.8l324.2 723.3l-349.2 598.6l-848 224.5l-324.2 1047.6l449 1172.3l873 99.8l224.5 2194.9l-1620.7 2329.9l-1372.5 1372.5l-1122.3 1161.4l-698.4 1055.1l-1172.3 49.9"/>
- <path d="M536771.1 -4721160.7l-274.4 1247.1l-1646.2 1421.7l-1396.8 648.5l-3018 623.6l-1247.1 1197.2l-947.8 823.1l-823.1 249.4l-598.6 748.3l-2170 748.3l-1770.9 1222.2l-1471.6 922.9l-1496.5 573.7"/>
- <path d="M543885 -4709198.4l-1172.3 0l-598.6 -698.4l-1895.6 49.9l-2344.6 823.1l-1047.6 473.9l-1913.2 616.9l-596.7 -358l-596.7 -59.7l-417.7 537.1l-865.5 1508.5l-1163.4 281.7l-2004.3 -481.2l-1895.6 498.8l-2219.9 698.4l-2943.2 972.7l-1072.5 922.9l-1122.4 648.5l-2145 -99.8l-424 -74.8l-49.9 1995.4l-299.3 997.7l573.7 1446.7l55.3 817.2l-545.1 1181.1l-272.6 1090.3l-260.2 528l-1696.1 399.1l-1223.7 481.2l-821.6 616.3l-1621.2 24.9l-523.8 1247.1l-1097.5 798.2l-1795.8 -74.8l-890.4 1.6l-1911.1 1461.4l-1096.1 1630l-1320.9 1320.9l-1545.7 927.4l-2388.8 477.8l-1461.4 -168.6l-1883 1264.7l-1489.5 1152.3l-1595.4 -421.3l-1817.1 -363.4l-499.7 -1998.8"/>
- <path d="M488232.5 -4686975.7l-1405.2 1320.9l-1489.5 1124.2l-1545.7 196.7l-843.1 449.7l-871.2 1180.4l-449.7 1292.8l-281 618.3l-309.1 309.1l337.2 224.8l-112.4 562.1l-591.4 966.6"/>
- <path d="M490677.5 -4679342.8l-1068 1068l-477.8 1236.6l-730.7 281l-1283.9 70.9l-1624.6 -314.4l-1624.6 314.4l-1362.6 -471.7l-1257.8 -943.3l-524.1 -576.5l-1379.6 103.9l-1595.3 662.8l-850.7 -1133.6l-845.7 -360.7l-797.7 -337l-820.1 -606.7"/>
- <path d="M478058.8 -4674806.7l-1180.4 1096.1l-1180.4 702.6l-1377.1 168.6l-1152.3 365.4l-871.2 505.9l-1124.2 -84.3l-983.6 758.8l-1292.8 393.5l-1349 815l-1124.2 337.2l-562.1 281"/>
- <path d="M500962.8 -4722016.9l-436.9 1893.5l-1545.8 1975.2l-772.9 944.7l-1889.3 944.7l-2147 1545.8l-85.9 944.7l858.8 1374.1l257.6 1803.5l1374.1 1631.7"/>
- <path d="M517454.4 -4702908.4l-1903.2 -1024.8l-1061.4 -1098l-915 -1647l-1098 -585.6l-883.9 -261.6l-1135.7 -136.3l-1567.2 -4.7l-1171.2 768.6l-1171.2 695.4l-1720.2 109.8l-1207.8 -658.8l-1354.2 -146.4l-1500.6 658.8l-1500.6 1427.4l-1390.8 585.6l-1390.8 695.4l-439.2 878.4"/>
- <path d="M515441.5 -4704006.3l-1024.8 219.6l-1464 -475.8l-1793.4 329.4l-1134.6 915l-1500.6 1683.6l-1720.2 512.4l-2269.2 256.2l-1903.2 878.4l-1903.2 732l-1946.3 447.9l-1635.4 999.4l-1771.7 1362.9l-1499.1 1408.3"/>
- <path d="M504681.3 -4724245.7l1134.6 219.6l695.4 695.4l0 1647l988.2 585.6l439.2 1244.4l2122.8 951.6l1756.8 2415.6l585.6 1281l878.4 2232.6l1207.8 1683.6l1061.4 219.6l1134.6 -366l1573.8 549l73.2 73.2"/>
- <path d="M544601.8 -4699757.2l-1134.6 0l-2452.2 -549l-2488.8 -183l-1244.4 0l-1061.4 1500.6l-1098 292.8l-2379 109.8l-1098 878.4l-73.2 2196l805.2 1647l146.4 1244.4l2379 2232.6"/>
- <path d="M545882.8 -4682665.3l-2013 -475.8l-1830 -329.4l-1171.2 -768.6l-1244.4 146.4l-1427.4 0l-878.4 -915l-841.8 -183l-1171.2 36.6l-1134.6 -402.6l-915 -1024.8"/>
- <path d="M545919.4 -4677907.4l-1793.4 -329.4l-878.4 -841.8l-366 -1464l-439.2 -841.8l-512.4 -512.4l-512.4 -36.6l-1390.8 146.4l-1061.4 -256.2l-1024.8 -73.2"/>
- <path d="M546139 -4673306.8l-732 -256.2l-1573.8 146.4l-1354.2 146.4l-1866.6 -732l-439.2 -1281l-841.8 -402.6l-805.2 73.2l-366 -146.4l-549 146.4l-402.6 292.8l-1390.8 -805.2l-805.2 -1061.4l-841.8 -402.6l-1207.8 -1866.6l-1061.4 -951.6l-1317.6 -951.6l-329.4 -1098l-109.8 -1354.2l-1793.4 -695.4l-1281 -292.8l-695.4 -1756.8l109.8 -512.4l475.8 -146.4"/>
- <path d="M545297 -4662700.4l-695.4 -183l-1390.8 73.2l-1464 -109.8l-1171.2 -329.4l-695.4 -732l-366 475.8l-951.6 -366l36.6 -732l-988.2 -841.8l-475.8 -988.2l-768.6 -585.6l-549 -841.8l-658.8 -512.4l0 -512.4l-1793.4 -1098l-1171.2 -36.6l-2086.2 -549l-1207.8 -1061.4l-1427.4 -1354.2l-2342.4 -695.4l-2452.2 -256.2l-1573.8 -2305.8l-1683.6 -1061.4l-1317.6 -1098l-109.8 -951.6l1024.8 -951.6l219.6 -1024.8l-1207.8 -768.6l-1683.6 -1171.2l-1392 -951.6l-841.8 -549l-2196 439.2l-768.6 -183l-1464 768.6l-1207.8 951.6l-1061.4 512.4l-622.2 -439.2l-1573.8 36.6l-1610.4 109.8l-1171.2 1171.2l-988.2 1171.2l-805.2 1281l-1098 1427.4l-366 402.6l-988.2 0l-732 -256.2l-732 -1244.4l-1171.2 0l-366 -439.2"/>
- <path d="M505658.7 -4673204.4l-62.2 1790.1l636 999.4l636 454.3l908.6 545.1l954 681.4l908.6 -454.3l999.4 590.6l1044.9 227.1l1135.7 -817.7l-45.4 -1044.9l570.3 -1324.3l1427.4 -549l658.8 -988.2l219.6 -1610.4l292.8 -512.4l841.8 0l1647 -219.6l1207.8 -109.8l768.6 -988.2"/>
- <path d="M506024.7 -4667824.3l-1793.4 1134.6l-1537.2 585.6l-1500.6 256.2l-1683.6 915l-1610.4 549l-1939.8 878.4l-1427.4 1024.8l-1720.2 549l-1866.6 585.6l-1647 439.2l-622.2 -366l-768.6 -366l-256.2 -988.2l-1061.4 -146.4l-1061.4 -109.8l-475.8 -439.2l-1024.8 109.8l-915 658.8l-475.8 549l-915 -36.6l-841.8 915l-1390.8 622.2l-622.2 512.4l-475.8 768.6l-1720.2 219.6l-695.4 292.8"/>
- <path d="M485089.9 -4663359.2l512.4 -585.6l549 -768.6l402.6 -585.6l-658.8 -292.8l-329.4 -439.2l402.6 -585.6l-878.4 -1171.2l-109.8 -1134.6l585.6 -988.2l1024.8 -146.4l988.2 -366l951.6 -329.4l878.4 439.2l1061.4 183l1281 475.8l1866.6 146.4l1098 -402.6l768.6 -292.8l1537.2 329.4l1683.6 -366l2159.4 -292.8l2013 -439.2"/>
- <path d="M481981.1 -4621132.8l1312.8 -3401.4l1670.8 -1730.5l1253.1 -1432.1l1133.8 -1193.5"/>
- <path d="M485263.1 -4618686.2l1312.8 -1969.2l1491.8 -1014.4l238.7 -1432.1l1014.4 -596.7l835.4 -1372.5l2267.6 -477.4l1193.5 -298.4l1074.1 -2148.2l1670.8 -1372.5l1730.5 -298.4l1372.5 -1014.4l1909.5 -1491.8l1670.8 -1611.2l537.1 -954.8l1133.8 -358l1014.4 -1253.1l656.4 -1074.1l1670.8 -1551.5l358 -1253.1l596.7 -1730.5l1014.4 -179l298.4 -954.8l1730.5 -417.7l895.1 -656.4l656.4 -954.8l59.7 -835.4l1074.1 -716.1l298.4 -2028.9l238.7 -1551.5l477.4 -1372.5l179 -1611.2l-298.4 -417.7l-895.1 -179l59.7 -656.4l895.1 -537.1l1193.5 -954.8"/>
- <path d="M500479.7 -4631515.9l-417.7 -1551.5l596.7 -1253.1l-59.7 -1611.2l-59.7 -1551.5l775.7 -1372.5l1372.5 -1312.8l1193.5 -596.7l179 -1014.4l-15.6 -1393"/>
- <path d="M482935.9 -4640049.1l2028.9 -596.7l2625.6 -775.7l1551.5 -596.7l1790.2 -656.4l2625.6 -537.1l1670.8 -895.1l954.8 -537.1l119.3 -895.1l-298.4 -656.4l1133.8 -119.3l775.7 -716.1l1193.5 -238.7l902 900.2l524.1 471.7l1497.9 -954.1l755.5 -198.8l786.1 157.2l905 877l1014.4 0l1312.8 -716.1l750.7 -1051.9l681.5 -320.6l656.4 -1133.8l1312.8 -596.7l1670.8 -1730.5"/>
- <path d="M499432.7 -4646945.8l733.7 -576.5l1387.4 -642.3l1253.1 -1014.4l1432.1 -596.7l1010.7 -838.5l1362.6 -157.2l1205.3 -262l1048.1 -838.5l524.1 -1310.2l577.8 -1844.8l596.7 -1969.2"/>
- <path d="M492602.9 -4616018.8l2207.9 -596.7l2420.9 -70.9l1159.5 -1122.6l1432.1 -1969.2l1372.5 -1193.5l752.4 -1479.4l-104.8 -1519.8"/>
- <path d="M489559.5 -4612677.1l1969.2 119.3l2148.2 417.7l1730.5 775.7l1849.9 -477.4l895.1 -716.1l2148.2 -358l1551.5 -656.4l777.3 -1384.8l833.8 -1479.5l596.7 -2148.2l537.1 -537.1l537.1 -1670.8l0 -3043.3l596.7 -1432.1l835.4 -2327.2l1491.8 -2446.6l477.4 -1014.4l1074.1 -1491.8l775.7 -895.1l954.8 -477.4l1372.5 537.1l775.7 358"/>
- <path d="M504477.8 -4618883.1l1074.1 -477.4l1074.1 -1312.8l1074.1 -179l596.7 59.7l238.7 -298.4l1074.1 0l1790.2 59.7l895.1 -1133.8l1074.1 -1730.5l1491.8 -1133.8l1432.1 -537.1"/>
- <path d="M492841.6 -4595694.2l1432.1 -835.4l1228.5 -1259.1l2292.2 -2440.6l656.4 -1730.5l1014.4 -1133.8l1133.8 -1074.1l775.7 -1133.8l2148.2 -1730.5l1730.5 -775.7l1882.9 -1143.4l1458.8 -467.7l1738 -1156.9l838.5 -628.9"/>
- <path d="M506283.6 -4592623l1416.5 -1281l1969.2 -1133.8l477.4 -1193.5l477.4 -1372.5l1014.4 -1133.8l1432.1 -537.1"/>
- <path d="M506612 -4592926.9l-45.7 -1514.2l238.7 -2446.6l-835.4 -1014.4l-1014.4 -656.4l656.4 -1193.5l1133.8 -1969.2l1133.8 -1014.4l-59.7 -537.1l-537.1 -537.1"/>
- <path d="M489977.3 -4597544.1l1253.1 -954.8l289 -2119.8l943.3 -1152.9l576.5 -1624.6l733.7 -943.3l679.9 -2036.2"/>
- <path d="M524178.9 -4603862.2l-485.5 350.8l-1909.5 477.4l-2386.9 477.4l-1849.9 1014.4l-1193.5 895.1l-1214.9 101.1l-1317.4 136.3l-908.6 -45.4l-726.9 -545.1l-1090.3 -1044.9l-863.1 -1680.9l-442.8 -1456.3"/>
- <path d="M528646.2 -4609651.7l-1372.5 -954.8l-59.7 -1312.8l-1074.1 -417.7l-1551.5 -2864.3l-1772.4 -772.1l-2180.6 954l-1544.6 318l-1317.4 318"/>
- <path d="M533241 -4617528.5l-2028.9 179l-3353.5 -477.4l-1998.8 -454.3l-1181.1 -1590l-507.9 -1416.7l-173.6 -763.8l-636 -408.9l-145.2 -557.8l-672.5 -623.3l-222.6 -1047.5l-1276.5 -1087.6"/>
- <path d="M532883 -4636074.9l-1753.5 808l-1817.1 1544.6l-1862.6 1317.4l-2362.3 1726.3l-772.3 408.9l-908.6 136.3l-1226.6 90.9l-499.7 363.4l-681.4 1135.7l-826.3 942.1"/>
- <path d="M533838.2 -4640431l-2745 -596.7l-2088.6 -477.4l-1730.5 119.3l-1670.8 -417.7l-1670.8 0l-1979.6 649.1l-772.3 363.4l-590.6 636l-545.1 0l-499.7 -408.9l-590.6 -227.1l-726.9 181.7l-1044.9 726.9l-999.4 1362.9l-590.6 2135.1l-181.7 1771.7"/>
- <path d="M535330 -4648158.6l-2804.6 59.7l-775.7 -1074.1l-1014.4 -954.8l-1491.8 238.7l-1384.8 348.7l-1300.5 69l-1312.8 656.4l-1432.1 656.4l-1042.5 526.2l-1284.7 1741.4l-1486.4 1756.6"/>
- <path d="M537120.2 -4649889.1l-1372.5 -477.4l-1074.1 -1074.1l-1730.5 -656.4l-1432.1 -895.1l-656.4 -775.7l-537.1 -1312.8l179 -1133.8l0 -1193.5l-656.4 -1432.1l-982.1 -1398.8l-1703.2 -689.8l-1312.8 0l-1663.1 190.1l-1272 -272.6l-1590 -545.1l-1544.6 181.7l-1590 681.4l-772.3 726.9l-578.7 1364.9l0 1193.5"/>
- <path d="M517190.2 -4700253.1l656.4 1253.1l2028.9 835.4l238.7 1074.1l775.7 1432.1l179 2327.2l1551.5 1074.1l656.4 1074.1l-119.3 1193.5l716.1 1969.2"/>
- <path d="M533129.3 -4737191.9l-967.5 512.5l-1222.2 224.5l-523.8 698.4l-299.3 723.3l-1047.6 99.8l-972.7 424l-274.4 24.9"/>
- <path d="M539865.9 -4740961.9l-1432.1 -179l-1372.5 -238.7l-895.1 179l-861.8 1403.4l-1047.6 1072.5"/>
- </g>
- <g id="myRailways" fill="none" stroke="gray" stroke-width="600" stroke-linecap="butt">
- <g id="myRailwaysInnerGroup">
- <path id="myRailway_1" d="M479431.1 -4712681l1590.9 595.8l1181.3 92.7l983 -566.5l648.8 -870.4l867.4 -1878.7l1383.2 -1536.5l3269.3 -1133l1689.4 -1778.2l964.9 -344.6l677.6 -67.7l1659.4 -729.1l1737.8 337.1l1230.6 703.7l1117.1 -118.7l509.5 208.4l239.4 493.5l-466.5 899.7l-1166.3 933l-166.6 416.5l483.2 733.1l1381.5 -501.1l964.9 68.9l68.9 689.2l119.1 1061.2l620.8 -575.7l217.2 -1430.1l818.8 -783.8l508.2 -12.9l891 1020l894.7 180.4l1311.7 577.2l678.2 -322.9l1653.3 1000.9l475.8 700l742.1 184.6l403.1 593.7l733.6 1081.2l-26.2 1933.7l823.2 1352.5l1792.8 1480.3l918.1 103.7l879 562.8l2038 3101.9l405.7 1073.6"/>
- <path id="myRailway_2" d="M517178.1 -4703151.5l204.3 -97.1l1733.7 184.4l1825.6 -199.2l1034.4 345l171.1 56.6l807.1 -249.1l1352.3 -1789.6l1347.8 -975.7l2406.1 -366.4l230.5 -921.8l727.1 -399.9l2461 776.8l1467.9 -266.4l2025.7 -163l1730.5 -716.1l-510.5 -1441.8l496.1 -2454.8l-94.1 -2668.2l-493.4 -1386.4l-1486.6 -981.9l59.7 -835.4l1345 -1360.5l-6.4 -3446.5l44 -1061.1l369.9 -1861.2l-96.2 -1935.8"/>
- <path id="myRailway_3" d="M517178.1 -4703151.5l-925.9 440.2l-590.1 3728.8l-151.4 2013.2l-424.6 1282.2l-449.3 913.5l90.9 908.6l370.6 623.5l68.9 620.3l-649 1057.2l-98.2 599.6l164.5 4395.9l-200.4 1098.7l-950.4 609.3l-184.2 742l1080 2439.7l747.3 387.7l190.6 1470.2l-234.6 935.3l-623.7 1034.4l482.5 2067.7l-1435.8 3097.3l-272.6 3361.7l-630.5 1525.8l-1034.6 2320.7l-393.3 882.5l-1116.8 1617.5l-905.9 1806l-1549.9 545.3l-3580.9 2100.8l-1266.7 1151.4l-333.1 -1085l-486.6 -140l-1025.6 375l-1366.8 499.8l-1837 1700.2l-581 141.7l-871 -257.1l-1832.8 886.1l-4100.9 4580.4l-99.4 311.2l-253.2 791.2l-577.7 269.4l-1778.1 45.4l-523 420.5l-465.5 673l-1002.2 559.6l-1029.3 1476l-1354.1 2875l-1929.8 0l-1599.6 -79.6l-387.5 -170.1l-457.4 224.8"/>
- </g>
- <use id="myRailwaysHashes" xlink:href="#myRailwaysInnerGroup" fill="none" stroke="white" stroke-width="400" stroke-dasharray="1200,1000"/>
- </g>
- <g id="myRoads" fill="none" stroke-linecap="butt" stroke-linejoin="round">
- <g id="myRoadsCat4" stroke="white" stroke-width="500">
- <path id="myCat4_1" d="M531640.1 -4758314.5l-.5 -653.5l928.7 -953.8l0 -502l-502 -627.5l-276.1 -978.9"/>
- <path id="myCat4_2" d="M528626.6 -4751648l578.3 209.8l577.3 -351.4l753 25.1l276.1 1154.6l853.4 75.3l778.1 451.8l1330.3 50.2l853.4 -175.7l978.9 175.7l1581.3 276.1l814.3 389.3"/>
- <path id="myCat4_3" d="M509807.4 -4617944.9l854.6 573.6l195.8 939.7l469.8 313.2l939.7 -234.9l-234.9 1487.8l-352.4 3445.5l509 587.3l-195.8 2701.6l1213.8 509l978.8 1057.1l822.2 469.8l-195.8 900.5l-469.8 1292.1l-234.9 2036l352.4 1252.9l-316.7 1758.7"/>
- <path id="myCat4_4" d="M522380.3 -4601752.9l1867.9 2079l1506 -1796.7l2174.5 -1374.7l234.9 -1879.4l-1252.9 -391.5l-469.8 -548.1l-975.1 1149l-1185.9 1698.7l-1772 147.8"/>
- <path id="myCat4_5" d="M522721.7 -4605353.1l334.1 -1571.4l274.1 -704.8l822.2 -509l626.5 -1409.5l743.9 -548.1l1135.5 -39.2l861.4 78.3"/>
- <path id="myCat4_6" d="M513782.7 -4598455.1l2987.2 1678.6l78.3 548.1l-861.4 548.1l978.8 391.5l313.2 626.5l509 2153.4l1321.6 429.8"/>
- <path id="myCat4_7" d="M510549.2 -4594060l-1453.4 -1072l-1135.5 0"/>
- <path id="myCat4_8" d="M520277.3 -4609197.8l1308.4 -1243.3l2114.3 -1252.9l1022.9 -359.5"/>
- <path id="myCat4_9" d="M528456.9 -4617563.9l1022.3 466.7l1018 1213.8l-313.2 1174.6l-430.7 1135.5l-704.8 1057.1l-1174.6 1918.5l-258.5 861.4l318.2 522.4l840.9 260.7"/>
- <path id="myCat4_10" d="M513857.9 -4583566.5l1899 616.4l1212.6 -862.8l1469.1 70l769.5 -583"/>
- <path id="myCat4_11" d="M521767.1 -4722815.8l469.1 614l-449 1017.7l389.1 329.3l-119.7 927.9l568.7 -89.8l329.3 538.8l-2155.1 2484.4l688.4 239.5l628.6 538.8l-359.2 898l838.1 359.2l688.4 688.4l209.5 -209.5l149.7 -658.5l898 -868l1137.4 -29.9l628.6 -329.3l1257.2 -29.9l838.1 -718.4l624.9 -227.8"/>
- <path id="myCat4_12" d="M529455 -4717487.6l-454.1 942.9l-748.3 179.6l-478.9 568.7l-898 299.3l-568.7 957.8"/>
- <path id="myCat4_13" d="M528789.6 -4720350.1l331.1 -1552.5l598.6 -119.7l-449 -838.1l449 -778.2l209.5 -1795.9l329.3 -179.6l770 -337.5"/>
- <path id="myCat4_14" d="M504720 -4715154.2l-562.3 1274.8l-79.2 1029.2l950 870.9l0 1345.9l-1108.4 79.2l-870.9 158.3l-633.4 -316.7l-1425 870.9l-1029.2 -1266.7l-712.5 1820.9l791.7 395.8l79.2 1187.5l-1345.9 395.8l633.4 712.5l870.9 -158.3l-791.7 791.7l-712.5 158.3"/>
- <path id="myCat4_15" d="M483411.8 -4704871.5l1349.4 1679.9l1029.2 79.2l0 1741.7l554.2 1425l1820.9 395.8"/>
- <path id="myCat4_16" d="M471064.9 -4696224.7l1266.7 -475l1462.2 468.7"/>
- <path id="myCat4_17" d="M475201.3 -4694979.8l1088.8 417.7l1029.2 950l1741.7 316.7l1108.4 950l1662.6 633.4l1029.2 870.9l870.9 -79.2"/>
- <path id="myCat4_18" d="M511228 -4692935.9l530 1778.1l395.8 2058.4l554.2 1900.1l758.9 578.7"/>
- <path id="myCat4_19" d="M516886.5 -4681918.7l888.3 -1005.5l1820.9 395.8l1425 0l-395.8 1345.9l-79.2 475l-633.4 712.5l1187.5 0l1029.2 -1108.4l554.2 -79.2l1029.2 1504.2l1108.4 -791.7l0 1108.4l-870.9 2058.4"/>
- <path id="myCat4_20" d="M514375.2 -4669896.7l1306.4 117.9l351.5 -1586.7l950 237.5l870.9 -554.2l316.7 950l1979.2 -237.5l475 1662.6l1814.6 403.1l609 2175.2l822.3 905.2l791.7 158.3l554.2 791.7l158.3 1662.6l791.7 -791.7l1029.2 316.7l870.9 79.2l475 870.9l1029.2 79.2l1365.9 1393"/>
- <path id="myCat4_21" d="M522763.9 -4674598.6l1186.1 -2704.5l1504.2 870.9l1266.7 -712.5l1266.7 237.5l1108.4 870.9l870.9 237.5l712.5 950l791.7 158.3l-79.2 475l-712.5 395.8l1266.7 554.2l712.5 712.5l712.5 79.2l237.5 633.4l633.4 712.5l811.1 1445"/>
- <path id="myCat4_22" d="M484979 -4642200l3028.2 -347.8l1504.2 -791.7l1187.5 237.5l1108.4 -633.4l1345.9 -158.3l1187.5 -1425l79.2 -1187.5l950 -316.7l554.2 -712.5l791.7 712.5l633.4 -1187.5l1900.1 0l870.9 -475l870.9 0l791.7 -870.9l1504.2 -633.4l950 -1266.7l-870.9 0l395.8 -1187.5l0 -1900.1l158.3 -950l-1425 -870.9l1345.9 -950l554.2 -870.9l-237.5 -1266.7l-126.9 -801.9"/>
- <path id="myCat4_23" d="M481697 -4625901.9l2668.3 -1603.8l633.4 237.5l2137.6 -2137.6l2295.9 -1187.5l158.3 -1583.4l870.9 -633.4l1425 -1108.4l1900.1 -1345.9l554.2 -1108.4l846.5 -412.5"/>
- <path id="myCat4_24" d="M517652.6 -4662120.9l1072.2 334.9l1820.9 -633.4l1504.2 0l1425 712.5l2454.3 -554.2l712.5 791.7l1345.9 -158.3l1345.9 475l799.9 1388.6"/>
- <path id="myCat4_25" d="M486343.6 -4640958.3l713.5 1498.1l870.9 870.9l-554.2 1345.9l870.9 1187.5l79.2 1979.2l-79.2 791.7l712.5 633.4l870.9 -554.2l633.4 395.8"/>
- <path id="myCat4_26" d="M485466.6 -4619863.6l1748.9 -2021l316.7 -1504.2l1345.9 -791.7l712.5 -1266.7l1504.2 -475l791.7 -79.2l870.9 -79.2l1029.2 -1187.5l633.4 -79.2l633.4 395.8l1108.4 -79.2l1910.8 -722.7l701.8 -939.9l1029.2 -79.2l1345.9 -791.7l633.4 712.5l79.2 -2216.7l316.7 -395.8l79.2 -554.2l1029.2 -158.3l79.2 -712.5l1187.5 712.5l395.8 -2533.4l712.5 -316.7l554.2 -791.7l-158.3 -791.7l1345.9 -1662.6l-158.3 -316.7l-145.2 -658.9"/>
- <path id="myCat4_27" d="M489590.5 -4632176.6l554.2 475l1900.1 -870.9l395.8 1900.1l-79.2 1187.5l-633.4 1583.4l158.3 1900.1l-554.2 1345.9l1029.2 0l237.5 791.7l-633.4 950l791.7 316.7l1740 -13.1"/>
- <path id="myCat4_28" d="M514603.5 -4623705.9l1825.5 -870.4l475 316.7l1425 -1979.2l158.3 -1108.4l712.5 -633.4l475 -870.9l791.7 -475l712.5 -237.5l-316.7 -712.5l1425 -950l475 0l79.2 -1108.4l1187.5 -158.3l791.7 -554.2l316.7 633.4l633.4 -633.4l316.7 870.9l1271.3 226l908.6 -545.1l1044.9 -636l817.7 -726.9l549.4 -455.6l631.7 -589.2l628.7 -239"/>
- <path id="myCat4_29" d="M508653.5 -4641230.2l1837.7 -367.6l237.5 -870.9l1887.6 -517.4"/>
- <path id="myCat4_30" d="M496403.1 -4607271.6l-1191.6 -441.7l-712.5 395.8l-395.8 395.8l-959.2 2267.7l-576.5 943.3l-733.7 1886.6l-1372.4 1473.5l-1345.9 712.5l-950 237.5"/>
- <path id="myCat4_31" d="M492627.8 -4613942.5l1950.4 -975.2l950 158.3l475 -791.7l1187.5 -237.5l950 79.2l870.9 79.2l-554.2 1187.5l475 237.5l791.7 -237.5l395.8 554.2l980.7 459"/>
- <path id="myCat4_32" d="M494103.2 -4606921.6l-1345.9 -712.5l-1425 395.8l-395.8 -1108.4l-712.5 870.9l-633.4 158.3l0 -950l-1108.4 633.4l-870.9 -1266.7l-1187.5 -554.2"/>
- <path id="myCat4_33" d="M491833.8 -4601719.2l448.5 2160.3l633.4 950"/>
- <path id="myCat4_34" d="M492759.8 -4612424.5l-1269.2 515.2l-950 -79.2l-1662.6 1345.9l-950 -316.7l0 1108.4l-870.9 -237.5l-633.4 633.4l-1266.7 -79.2l-633.4 712.5l-1029.2 79.2"/>
- <path id="myCat4_35" d="M492490.2 -4641426.4l2563 -797.8l791.7 395.8l1108.4 -870.9l1979.2 -712.5l475 -2216.7l870.9 -395.8l0 -950l1504.2 -791.7l0 -1590.3"/>
- <path id="myCat4_36" d="M512153.8 -4683642.6l-1583.4 1029.2l-1094.9 745.4l-1392.1 1566.1l-1479.1 783.1l-1740.1 957.1l-1653.1 1653.1l-953.4 1262.1l-712.5 712.5"/>
- <path id="myCat4_37" d="M530297.8 -4706700.1l-647.5 567.2l-1266.7 395.8l712.5 395.8l-79.2 2770.9l-1108.4 1820.9l1741.7 237.5l791.7 554.2l633.4 -316.7l395.8 79.2l554.2 1029.2l1583.4 -1187.5l1425 -475l1425 -633.4l0 -1187.5l79.2 -1108.4l0 -1187.5l-1029.2 -633.4l1029.2 -475l670.2 -1089.6"/>
- <path id="myCat4_38" d="M535719.9 -4709897.5l1530.6 43.6l870.9 -1108.4l3245.9 395.8l1741.7 -554.2l-316.7 -2058.4l-1029.2 -2691.8l-2058.4 -2691.8l-2216.7 -3800.1l-950 -1029.2l-1075.1 -381.3"/>
- <path id="myCat4_39" d="M539796.3 -4703130.6l2204.4 -864.7l1029.2 -79.2"/>
- <path id="myCat4_40" d="M539007 -4699967.8l-14.8 1356l79.2 2691.8l395.8 1583.4l-633.4 870.9l1266.7 791.7l-554.2 950l791.7 475l237.5 1662.6l-232.8 1854.5"/>
- <path id="myCat4_41" d="M540338.1 -4691249.1l870.9 -1108.4l633.4 237.5l158.3 -554.2l804.2 206.8"/>
- <path id="myCat4_42" d="M536236.1 -4727548.1l-2073.2 -1796.7l633.4 -554.2l395.8 -1425l-1108.4 -2137.6l1029.2 316.7l791.7 -712.5l1093.3 590.4"/>
- <path id="myCat4_43" d="M534162.9 -4740387.2l1187.5 -316.7l554.2 79.2l712.5 -79.2l2571.5 747.7"/>
- <path id="myCat4_44" d="M534569.7 -4727106.8l391.9 -1545.8"/>
- <path id="myCat4_45" d="M491465.9 -4713864l578.9 -755.3l-870.9 -1187.5l237.5 -712.5l1345.9 -633.4l79.2 -316.7l-753.2 -870.9l1465.8 -474.9l504.9 -1167.2"/>
- <path id="myCat4_46" d="M533925.4 -4682060.5l950 -237.5l395.8 316.7l712.5 -79.2l475 237.5l791.7 -1504.2l1583.4 0l158.3 554.2l1345.9 158.3l554.2 633.4l475 158.3l870.9 1187.5l2489.7 1770.2"/>
- <path id="myCat4_47" d="M519595.7 -4682528.4l791.7 -1353l237.5 -1504.2l237.5 -475l791.7 475"/>
- <path id="myCat4_48" d="M478127.2 -4643182.6l-501.8 -1129l0 -1568l-501.8 -564.5l62.7 -501.8l-1066.3 62.7l-62.7 564.5l-689.9 -62.7l-62.7 689.9l-878.1 0l-752.6 627.2"/>
- <path id="myCat4_49" d="M482392.2 -4668835.4l815.4 -125.4l940.8 627.2l-188.2 940.8l815.4 752.6l-1191.7 125.4l439 1129l1129 313.6l-940.8 1379.9l689.9 627.2l-1317.1 752.6l125.4 1505.3l-878.1 1568l752.6 250.9l627.2 940.8l1693.5 -125.4l-188.2 1066.3l815.4 1129l-1693.5 815.4l313.6 564.5l1129 -125.4l-564.5 689.9l940.8 815.4l188.2 1191.7l-689.9 940.8l313.6 2257.9"/>
- <path id="myCat4_50" d="M483207.5 -4668960.8l1693.5 -376.3l752.6 250.9l1003.5 -376.3l1191.7 0l1129 -376.3l1630.7 62.7l878.1 501.8l1379.9 0l815.4 439l752.6 -501.8l1254.4 62.7"/>
- <path id="myCat4_51" d="M490608.6 -4669776.2l1003.5 -313.6l1505.3 125.4l1129 -627.2"/>
- <path id="myCat4_52" d="M531715.5 -4638571.8l-1448.3 -363.8l-1218.1 522l-609 -174l0 -870.1l-1392.1 870.1l-435 -348"/>
- <path id="myCat4_53" d="M531875.7 -4641440.3l-825.5 -279.6l-870.1 0l174 -870.1l-1131.1 -609l-522 348l-696.1 -522l0 -609l-696.1 -609"/>
- <path id="myCat4_54" d="M533465.5 -4649940.7l-3024.2 -1088.9l-1392.1 870.1l-783.1 -87l-696.1 348l-1131.1 -174l-1392.1 696.1l-522 -696.1l609 -1044.1l348 -870.1l783.1 87"/>
- <path id="myCat4_55" d="M494830 -4695055.2l2407.7 -1953.4l1998.8 -1044.9l1200.2 -1350.1l1469.2 -440.1l1566.1 -1044.1l2523.2 -174l3387.6 -1112.7l2770.9 -1504.2l2375.1 554.2l1823.3 -327.1"/>
- <path id="myCat4_56" d="M528440.8 -4695136.5l1131.1 -1218.1l1131.1 87l-783.1 -783.1l-1131.1 -348l0 -696.1l-609 -609l435 -1131.1l957.1 -696.1"/>
- <path id="myCat4_57" d="M494336.7 -4655913.8l-466.6 -753.7l878.1 -1191.7l-815.4 -62.7l-1254.4 0l-627.2 -627.2l752.6 -815.4l-564.5 -125.4l627.2 -689.9l-250.9 -1066.3l1317.1 -1066.3l1066.3 -1568l-1442.6 62.7l-752.6 -376.3l-878.1 62.7"/>
- <path id="myCat4_58" d="M497696 -4607933.6l637.7 -1070.9l1131.1 -174l-783.1 -783.1l-609 -87l-537.3 -1255.9"/>
- </g>
- <g id="myRoadsCat3" stroke="black" stroke-width="800">
- <g id="myRoadsCat3InnerGroup">
- <path id="myCat3_1" d="M536314.3 -4727665.4l340.5 -1273.1l52.8 -1451.6l316.7 -1266.9l-26.4 -1610l527.9 -1372.5l184.8 -1451.6l739 -1134.9l739 -1425.3l158.4 -633.4l-158.4 -1029.3l-211.1 -2322.6l-422.3 -791.8l-263.9 -501.5l263.9 -950.2l132 -844.6l-290.3 -1108.5l-448.7 -871l105.2 -814.1l-52.5 -848.7l-105.6 -1293.3l-263.9 -659.8l263.9 -686.2l-237.5 -1266.9l-438.1 -1034.3l92.6 -648.4l-393.7 -578.9l-79.1 -747.3l-290.3 -422.3l-1055.7 -52.8l-580.7 0l-369.5 -633.4l-263.9 -765.4l-765.4 -26.4l-871 580.7l-844.6 554.3l-184.8 -712.6l26.4 -554.3l-633.4 -448.7l-659.8 0l-290.3 158.4l316.7 422.3l132 448.7l-527.9 237.5l79.2 897.4l-26.4 950.2l-105.6 448.7l-504 383l-97.3 416.8l347.4 463.1l-62.8 347l20.9 824l-664.7 860.1l-664.7 508.3l-624.5 677.7l-196.8 721.8l65.6 721.8l131.2 721.8l65.6 656.2l524.9 262.5l268.6 812.8l-273.7 273.7l-126.1 685.2l-656.2 787.4l-590.5 918.6l-131.2 590.5l65.6 656.2l328.1 984.2l328.1 787.4l656.2 1115.5l721.8 918.6l65.6 1049.9l-262.5 787.4l-65.6 984.2l-131.2 918.6l0 918.6l196.8 1246.7l0 1377.9l-393.7 984.2l-590.5 787.4l-152.1 663.7l527.9 881.5l211.1 580.7l-184.8 422.3l-1386.4 207.7l-984.2 459.3l-721.8 787.4l-196.8 721.8l-485 516"/>
- <path id="myCat3_2" d="M528208.9 -4727819.4l475.1 26.4l369.5 -52.8l290.3 -580.7l211.1 0l184.8 659.8l501.5 659.8l237.5 739l871 659.8l686.2 -237.5l395.9 0l422.3 132l475.1 -132l211.1 -290.3l-290.3 -501.5l52.8 -316.7l369.5 -184.8l501.5 132l395.9 0l395.9 -132l332.2 42.5l430.1 -117.3l508.3 -234.6"/>
- <path id="myCat3_3" d="M524302.7 -4724810.6l1029.3 607.1l871 791.8l897.4 1082.1l712.6 1134.9l184.8 501.5l791.8 343.1l26.4 1082.1l79.2 976.6l-79.2 659.8l211.1 290.3l1003 -343.1l1214.1 -343.1l950.2 -158.4l868.9 -351l820.3 -150.4l1023.3 -376.7l465.7 -234.6"/>
- <path id="myCat3_4" d="M501240.3 -4720979.7l-195.5 1798.5l-469.2 1016.5l1055.6 586.5l-117.3 1133.8l1446.6 234.6l273.7 977.4l1485.7 78.2l1837.6 1212l1876.7 1290.2l938.3 78.2l703.8 -117.3l195.5 1094.7l1329.3 156.4l586.5 1251.1l1094.7 1094.7l391 938.3"/>
- <path id="myCat3_5" d="M503117 -4715506.1l-782 547.4l-234.6 1133.8l-391 234.6l-782 -586.5l-782 0l-508.3 860.1l-430.1 0l-312.8 -977.4l-508.3 0l-351.9 1172.9l-703.8 -430.1l-586.5 -391l-1055.6 977.4l195.5 547.4l-508.3 1329.3l-547.4 391l-312.8 -703.8l-234.6 -508.3l-625.6 1094.7l-586.5 39.1l-1133.8 -1446.6l-782 -1368.4"/>
- <path id="myCat3_6" d="M488181.7 -4716991.8l39.1 2033.1l469.2 195.5l860.1 0l625.6 547.4l821 0l469.2 351.9l-351.9 312.8l-899.2 234.6l-586.5 78.2l-430.1 586.5l-351.9 821l195.5 703.8l821 117.3l156.4 469.2l821 -117.3l508.3 195.5l469.2 1016.5l664.7 547.4l39.1 273.7l-586.5 78.2l-703.8 -156.4l-1290.2 234.6l-860.1 234.6l-234.6 742.9l-742.9 703.8l-469.2 -1016.5l-586.5 -821l-1055.6 -821l-1094.7 -625.6l-899.2 -586.5l-1290.2 -703.8"/>
- <path id="myCat3_7" d="M474223.9 -4696739.2l-430.1 508.3l1407.5 1251.1l-469.2 977.4l625.6 586.5l-351.9 391l-664.7 -312.8l-351.9 508.3l-547.4 -78.2l-117.3 508.3l-742.9 39.1l117.3 1407.5l-1446.6 -78.2l39.1 625.6l-625.6 938.3l430.1 117.3l782 -508.3l586.5 586.5l-977.4 1212l-782 195.5l-625.6 -156.4l-78.2 586.5l-195.5 625.6l1016.5 508.3l899.2 -703.8l430.1 156.4l39.1 782l782 -312.8l312.8 508.3l469.2 156.4l-78.2 1994l273.7 1133.8l469.2 -469.2l156.4 -547.4l742.9 0l195.5 -156.4l78.2 1055.6l-742.9 1290.2l703.8 625.6l860.1 899.2l-237.5 786.2"/>
- <path id="myCat3_8" d="M482356.2 -4711283.5l469.2 1251.1l117.3 1055.6l-156.4 1563.9l351.9 1563.9l273.7 977.4l-1446.6 821l-1954.9 1055.6l-156.4 1094.7l-391 938.3l-117.3 1212l-508.3 1172.9l-1172.9 977.4l-1055.6 860.1l-1290.2 312.8l-1172.9 -312.8l-234.6 -782l-273.7 -273.7l-821 -273.7l0 -782l-178.8 -628.5l608.9 -388.1l39.1 -821l-156.4 -703.8l860.1 -821l0 -782l625.6 -899.2l-547.4 -664.7l39.1 -742.9l-391 -860.1l300.1 -528.5l1057.7 -1153.8l558 -429l234.6 273.7l821 -391l586.5 273.7l625.6 -664.7l-312.8 -547.4l-351.9 -430.1l664.7 -391l-469.2 -625.6l586.5 -430.1l-625.6 -625.6l665.7 -653.8l654.6 -360l687.3 98.2"/>
- <path id="myCat3_9" d="M507613.2 -4721996.3l860.1 -703.8l469.2 -547.4l782 -508.3l664.7 -117.3l977.4 -469.2l821 -39.1l625.6 547.4l273.7 938.3l782 -195.5l703.8 0l547.4 -547.4l351.9 -78.2l117.3 430.1l78.2 469.2l977.4 -156.4l547.4 -1368.4l508.3 273.7l625.6 0l1133.8 821l1290.2 586.5l664.7 234.6l742.9 -821l586.5 -821l312.8 -664.7l664.7 -273.7l547.4 195.5"/>
- <path id="myCat3_10" d="M466853.8 -4666102.9l614.4 -1097.2l43.9 -658.3l-526.7 -877.8l658.3 -570.5l395 -614.4l175.6 -1141.1l746.1 -921.7l833.9 -131.7l746.1 -921.7l175.6 -702.2l746.1 -43.9l219.4 -482.8l-614.4 -438.9l-438.9 -570.5l-614.4 -307.2l-482.8 -1009.4l-87.8 -482.8l1053.3 -351.1l790 -438.9l263.3 -746.1l438.9 -351.1l746.1 307.2l921.7 43.9l-526.7 -482.8l570.5 -438.9l1217.2 15.1l943.7 247.2l1078.5 662.8l561.7 752.7l543.8 692.1l579.7 -680.9l1088.1 -504.1l614.4 -87.8l87.8 395l702.2 43.9l263.3 965.5l790 -307.2l1053.3 482.8l877.8 -43.9l658.3 -570.5l-965.5 -43.9l-658.3 -482.8l-263.3 -351.1l965.5 -351.1l1448.3 -43.9"/>
- <path id="myCat3_11" d="M466853.8 -4666102.9l720.8 256.6l1068.6 106.9l160.3 854.9l641.2 160.3l694.6 53.4l1335.8 587.7l587.7 1228.9l1389.2 213.7l854.9 -1068.6l801.5 267.2l320.6 320.6"/>
- <path id="myCat3_12" d="M485287 -4678742.8l240.6 821l681.9 909.5l1553.4 1285.6l-1607 749.9l-788.6 314.3l-764.8 1346.3l-1392.7 1767.7l-566.7 1772.3l-250.9 940.8l-2207.8 638.2l-2137.2 587.7l-1549.5 1763.2l-427.4 908.3l-587.7 801.5l-53.4 1015.2l0 748l908.3 961.8l0 1228.9l908.3 694.6l-53.4 1549.5l1496.1 53.4l694.6 1442.6l267.2 694.6l-213.7 587.7l267.2 534.3l-213.7 480.9l1122.1 53.4l-320.6 534.3l-1496.1 480.9l-908.3 694.6l534.3 694.6l801.5 0l0 694.6l748 320.6l587.7 694.6l587.7 801.5l641.2 1282.3l-53.4 1122.1l-847 1581.6"/>
- <path id="myCat3_13" d="M485287 -4678742.8l774.9 -888.8l1282.3 213.7l160.3 -320.6l-267.2 -961.8l854.9 53.4l641.2 -267.2l587.7 0l641.2 -587.7l213.7 -641.2l1068.6 374l53.4 -374l-961.8 -801.5l374 -427.4l641.2 53.4l480.9 213.7l641.2 160.3l-320.6 1015.2l-160.3 694.6l694.6 160.3l1068.6 -1175.5l1816.7 -1496.1l1816.7 -1335.8l641.2 -374l106.9 -427.4l820.8 -181.9l696.4 -321.4l696.4 -160.7l1071.3 -321.4l1071.3 -857.1l1147.3 -1149.8l694.6 -1228.9l1228.9 -1282.3l1321.6 -570.7l1607 160.7l964.2 0l1770.9 -1139.5l1175.5 0l1175.5 -53.4l320.6 -427.4l1015.2 -587.7l748 -160.3"/>
- <path id="myCat3_14" d="M513773.6 -4668506.8l397.2 1082.9l1821.2 696.4l-482.1 482.1l375 2356.9l-696.4 428.5l375 803.5l1285.6 -535.7l803.5 1071.3l160.7 749.9l-1071.3 428.5l-321.4 1178.4l-160.7 1017.8l-53.6 803.5l0 2678.3l696.4 0l-53.6 321.4l-910.6 267.8l107.1 535.7l803.5 53.6l-535.7 1071.3l-267.8 2142.6l-428.5 1339.1l267.8 803.5l482.1 214.3l-160.7 375l-589.2 0l107.1 749.9l267.8 160.7l107.1 482.1l-1285.6 749.9l-589.2 589.2l-321.4 803.5l-1660.5 2089.1l-1607 1767.7"/>
- <path id="myCat3_15" d="M533454.6 -4652157.6l-2142.6 -5463.7l-1178.4 -2142.6l803.5 -910.6l0 -589.2l1874.8 589.2l2142.6 428.5l3160.4 53.6l2249.8 321.4"/>
- <path id="myCat3_16" d="M496279.8 -4637427l1071.3 -910.6l1446.3 1124.9l589.2 -53.6l589.2 -1339.1l803.5 -267.8l857.1 -1017.8l535.7 428.5l-696.4 1178.4l535.7 696.4l428.5 -160.7l107.1 -910.6l321.4 -160.7l482.1 267.8l803.5 -107.1l321.4 589.2l1339.1 -803.5l1285.6 -375l1071.3 -1392.7l482.1 -589.2l160.7 910.6l803.5 -321.4l1071.3 -53.6"/>
- <path id="myCat3_17" d="M501047.2 -4612411.7l1178.4 -749.9l910.6 -803.5l53.6 -1446.3l1017.8 -1017.8l1017.8 -482.1l749.9 321.4l1660.5 -589.2l535.7 -107.1l589.2 964.2l482.1 -214.3l53.6 -964.2l1232 -1071.3l1767.7 -1178.4l1232 -1714.1l696.4 -428.5l-375 -482.1l214.3 -535.7l482.1 -160.7l589.2 214.3l696.4 589.2l589.2 1178.4l749.9 535.7l-107.1 1178.4l696.4 1874.8l-160.7 1071.3l-642.8 857.1l53.6 1607l-321.4 857.1l-696.4 375l-803.5 749.9l910.6 589.2l1017.8 -589.2l0 1339.1l803.5 -321.4l589.2 267.8l589.2 -53.6l160.7 1660.5l321.4 214.3l696.4 -321.4l321.4 482.1l707.1 1821.2l321.4 589.2l752 270.1"/>
- <path id="myCat3_18" d="M495637 -4610536.9l2517.6 -1017.8l2196.2 -642.8l696.4 -214.3l53.6 -1017.8l642.8 -1071.3l-53.6 -1178.4l910.6 -535.7l214.3 -1339.1l-482.1 -589.2l589.2 -1017.8l696.4 -642.8l375 -321.4l53.6 -1017.8l696.4 0l214.3 -1392.7l482.1 0l375 -857.1l-107.1 -589.2l631.3 -1019.8"/>
- <path id="myCat3_19" d="M497779.7 -4626767.4l857.1 107.1l535.7 107.1l267.8 -696.4l1499.8 -53.6l428.5 1714.1l535.7 857.1l1499.8 749.9l1232 -1017.8l964.2 -1446.3l749.9 -267.8l375 375l-386.4 1337.1"/>
- <path id="myCat3_20" d="M542462.8 -4663369.2l1463.8 224.6l1214.3 -425.8"/>
- <path id="myCat3_21" d="M468723.2 -4640683.4l1505.3 -815.4l1442.6 0l1442.6 188.2l1442.6 -125.4l1881.6 0l1254.4 -627.2l522 -1110"/>
- <path id="myCat3_22" d="M506338.8 -4625001.8l654.2 323.5l-214.3 589.2l-160.7 482.1l1017.8 535.7l1071.3 -910.6l267.8 749.9l482.1 53.6l535.7 -535.7l428.5 0l0 -482.1l428.5 0l696.4 -589.2l1232 0l749.9 -589.2l535.7 428.5l642.8 107.1l-160.7 1767.7"/>
- <path id="myCat3_23" d="M510635.5 -4640694.5l589.2 696.4l-53.6 482.1l-803.5 428.5l-910.6 1981.9l-1178.4 375l-107.1 1124.9l-267.8 1392.7l-107.1 1392.7l-1017.8 2089.1l214.3 482.1l482.1 -107.1l696.4 -1178.4l964.2 0l160.7 535.7l-642.8 910.6l-428.5 1767.7l-803.5 696.4l160.7 2249.8l-1243.5 372.9"/>
- <path id="myCat3_24" d="M541832.8 -4699760.3l-2825.7 -207.5l-801.5 -106.9l-801.5 267.2l-694.6 1602.9l-1602.9 267.2l-2190.7 0l-694.6 694.6l-160.3 2244.1l-1015.2 1763.2l-320.6 1228.9l-1015.2 -213.7l-908.3 267.2l1282.3 908.3l320.6 1763.2l2511.3 -267.2l320.6 1496.1l854.9 267.2l-320.6 427.4l748 587.7l-106.9 587.7l1335.8 534.3l694.6 -480.9l908.3 480.9l748 0l267.2 160.3l-213.7 748l641.2 -106.9l961.8 -1282.3l320.6 -1335.8l267.2 -267.2l801.5 480.9l534.3 641.2l748 0l587.7 160.3l784 -184.5"/>
- <path id="myCat3_25" d="M517178.7 -4702062.5l1471 1507l-213.7 694.6l1656.4 -160.3l213.7 427.4l854.9 -641.2l1068.6 267.2l1015.2 320.6l587.7 854.9l1335.8 -267.2l1228.9 908.3l961.8 213.7l801.5 1870.1l-320.6 534.3l641.2 480.9l0 908.3l213.7 694.6l160.3 427.4l908.3 374l-53.4 427.4"/>
- <path id="myCat3_26" d="M486343.6 -4640958.3l-1332.7 756.4l-828.1 1310.5l-1346.1 1570.5l-64.1 1346.1l192.3 1506.4l-448.7 1057.7l-833.3 416.7l1217.9 1153.8l-833.3 929.5l-352.6 1185.9l-1282 993.6l327.6 920.6l-288.2 504.3l612.3 432.2l-468.3 540.3l1080.6 432.2l-1656.9 864.5l-900.5 792.4l-1440.8 612.3l-720.4 216.1l-72 648.4l216.1 792.4l936.5 72l1584.9 -864.5l360.2 252.1l432.2 -432.2l1116.6 -396.2l936.5 -216.1l468.3 576.3l252.1 864.5l648.4 72l144.1 324.2l-720.4 684.4l-108.1 720.4l288.2 288.2l648.4 -72l468.3 288.2l887.9 -49.1l516.8 373.3l506.9 1447.5l673.1 352.6l705.1 -96.2l641 64.1l673.1 192.3l673.1 288.5l769.2 64.1l1013.8 280.6"/>
- <path id="myCat3_27" d="M507703.6 -4591430.6l1945.1 -1404.8l900.5 -1224.7l936.5 -756.4l1224.7 -2449.4l1981.1 -2197.2l1008.6 -396.2l1332.7 -288.2l1404.8 -864.5l1440.8 -1116.6l1512.8 -324.2l1116.6 -216.1"/>
- </g>
- <use id="myRoadsCat3MiddleLine" xlink:href="#myRoadsCat3InnerGroup" stroke="white" stroke-width="600"/>
- </g>
- <g id="myRoadsCat2" stroke="black" stroke-width="900">
- <g id="myRoadsCat2InnerGroup">
- <path id="myCat2_1" d="M512665.4 -4683895.7l1335.8 -320.6l1923.5 1282.3l961.8 1015.2l1496.1 748l-106.9 374l-1282.3 748l106.9 534.3l-320.6 534.3l1175.5 1602.9l1442.6 1122.1l1602.9 694.6l1763.2 961.8l2083.8 267.2l1389.2 480.9l1389.2 213.7l2725 2564.7l1442.6 374l1282.3 267.2l1977 748l2190.7 2351l1122.1 1977l1602.9 374l748 1015.2l1649.8 468.4"/>
- <path id="myCat2_2" d="M479463.8 -4712681l662 787.4l1175.5 427.4l1054.9 182.7l351.9 -78.2l1211.3 -864l1229 -843.4l1282.3 -801.5l160.3 -1549.5l320.6 -961.8l1270.1 -609.9l1632.6 -460.9l1246.7 -1377.9l1995.2 -810.6l2030.4 -694.6l1709.8 -106.9l1023.1 -422l1060.7 -272.6l1442.6 -267.2l917.5 424.7l792.3 -317.8l511.2 -1010.7l1049.9 -393.7l896.8 -679.4l854.9 587.7l1335.8 -53.4l932.1 850.8l2662.4 1978.2l1862.6 1408.3l1181.1 3089.1l408.9 1499.1l1341.6 2501.9l-374 1496.1l-1022.5 1867.8l434.7 1284.6l1282.3 1709.8l961.8 1709.8l826.5 1389"/>
- <path id="myCat2_3" d="M484022.9 -4643057.2l389.7 -1646.6l-795.8 -1622.7"/>
- <path id="myCat2_4" d="M513857.9 -4583566.5l-3304.2 -1724.9l424.3 -2493.8l0 -1474.3l-1678.7 -798.6l-940.8 -1129l-655 -243.4l-154.9 -1226.3l-705.1 -929.5l-2499.2 -360.6l-627.2 -878.1l-2007.1 -501.8l-1881.6 376.3l-1693.5 1066.3l-1129 -1066.3l-1477.6 -45.2l35.1 -644.7l188.2 -878.1l117.4 -851.1l943.3 -995.7l68.3 -975.6l313.6 -1568l-1003.5 -1317.1l125.4 -1818.9l-1379.9 627.2l-313.6 -1630.7l376.3 -1254.4l376.3 -878.1l2132.5 -188.2l188.2 -564.5l-2069.8 -376.3l815.4 -1818.9l-3010.6 -1003.5l-878.1 -439l501.8 -2069.8l-635.1 -683.8l1634.6 -1153.8l-673.1 -1442.3l-1742.5 24.2l224.4 -570.3l878.1 -940.8l1066.3 -2759.7l689.9 -1442.6l0 -1254.4l940.8 -501.8l627.2 -1254.4l878.1 -439l836.3 -707.5l292.7 -985.9l-752.6 -689.9l-439 -878.1l-62.7 -1630.7l376.3 -3136l-878.1 -376.3l689.9 -940.8l-125.4 -1003.5l313.6 -1066.3l-914.4 48l-1092.6 641.9l-564.5 -439l-376.3 -2508.8l439 -1003.5l-2195.2 -689.9l-1442.6 -501.8l-1379.9 1066.3l-1442.6 -125.4l-1254.4 250.9l-627.2 -221.8"/>
- </g>
- <use id="myRoadsCat2MiddleLine" xlink:href="#myRoadsCat2InnerGroup" stroke="yellow" stroke-width="700"/>
- </g>
- <g id="myRoadsCat1" stroke="black" stroke-width="1100">
- <g id="myRoadsCat1InnerGroup">
- <path id="myCat1_1" d="M535369.2 -4719706.7l293.2 3797.1l188 4511.3l-250.6 2882.2"/>
- <path id="myCat1_2" d="M517178.7 -4702062.5l93.6 -65l1159.6 -248.3l1754.4 0l1942.4 -814.5l1691.7 -2380.9l3378.4 -968.6l2198 -660.5l901 500.2l2030.4 -641.2l389.4 -1926.7l1817 125.3l1065.2 626.6l1002.5 1002.5l1127.8 689.2l1315.8 2193l1002.5 2005l1315.8 1315.8l250.6 1253.1l689.2 939.8l814.5 814.5l-121.4 2278.2l-192.3 4166.5l609 3461.4l865.4 3826.8l576.9 3140.9l-128.2 3653.7l-356.2 2718l-62.7 1691.7l-751.9 3759.4l-1315.8 1566.4l-62.7 3164.2l188 1378.4l0 1879.7l-1942.4 1754.4l-3258.1 1441.1l-1879.7 2443.6l-1629.1 4636.6l-820.2 4485.3l-609 2532l-384.6 3509.5l-128.2 2980.7l352.6 3365.3l320.5 3044.8l64.1 1378.2l-416.7 1923l160.3 2596.1l641 2275.6l-256.4 2884.5l-416.7 1378.2l-1263.7 961.6l-2443.6 463.7l-2506.3 2318.3l-1879.7 4887.2l-1441.1 2694.2l-250.6 1629.1l438.6 1002.5l-309.9 2363.7l-316.6 2272.9l-501.3 2606.5l-1629.1 4386l-3195.5 4448.6l-2443.6 2819.5l-563.9 2568.9"/>
- <path id="myCat1_3" d="M478127.2 -4643182.6l439 -564.5l878.1 -125.4l1442.6 -1317.1l2195.2 -501.8l2007.1 -2383.4l1379.9 -752.6l2947.9 -2947.9l1881.6 -689.9l1568 -1630.7l815.4 -1505.3l2759.7 -1317.1l1317.1 -188.2l2195.2 -1818.9l2759.7 -815.4l1317.1 -313.6l1568 501.8l627.2 -1129l2132.5 -627.2l1003.5 -1693.5l1756.2 -815.4l1129 -1944.3l188.2 -1003.5l815.4 -878.1l522.9 -1226.5"/>
- <path id="myCat1_4" d="M517182.1 -4702063.8l-129.1 205.1l-59.7 1078.8l-748 801.5l748 1282.3l-694.6 1709.8l-427.4 2190.7l-208.6 630.8l422.3 1453l-1122.1 2351l-1709.8 -106.9l854.9 1549.5l-641.2 2297.5l-854.9 1656.4l53.4 1068.6l1389.2 2351l213.7 2725l961.8 1282.3l-908.3 480.9l53.4 1282.3l480.9 1442.6l-587.7 1709.8l-374 641.2l480.9 2083.8l-692.5 1208.2"/>
- </g>
- <use id="myRoadsCat1MiddleLine" xlink:href="#myRoadsCat1InnerGroup" stroke="darkorange" stroke-width="900"/>
- </g>
- <g id="myRoadsCat0" stroke="red" stroke-width="1200">
- <g id="myRoadsCat0InnerGroup">
- <path id="myCat0_1" d="M479444.3 -4643872.5l1568 1129l1630.7 250.9l1379.9 -564.5l1818.9 1630.7l501.8 468.1"/>
- <path id="myCat0_2" d="M536234.6 -4727430.8l-797.9 2811.9l-99.5 3950.7l32.1 961.5"/>
- </g>
- <use id="myRoadsCat0MiddleLine1" xlink:href="#myRoadsCat0InnerGroup" stroke="yellow" stroke-width="1000"/>
- <use id="myRoadsCat0MiddleLine2" xlink:href="#myRoadsCat0InnerGroup" stroke="red" stroke-width="200"/>
- </g>
- </g>
- <g id="myMapFrame">
- <g id="myGrid" stroke="blue" stroke-width="200" fill="none">
- <path d="M450000 -4785000 v 220000"/>
- <path d="M500000 -4785000 v 220000"/>
- <path d="M550000 -4785000 v 220000"/>
- <path d="M440000 -4750000 h 140000"/>
- <path d="M440000 -4700000 h 140000"/>
- <path d="M440000 -4650000 h 140000"/>
- <path d="M440000 -4600000 h 140000"/>
- </g>
- <g id="myBorder">
- <rect id="myBorderOuter" stroke="black" stroke-width="5000" fill="none" x="440000" y="-4785000" width="140000" height="220000"/>
- <rect id="myBorderInner" stroke="white" stroke-width="4500" fill="none" x="440000" y="-4785000" width="140000" height="220000"/>
- <g id="myGridCoords" fill="blue" font-size="4000" text-anchor="middle">
- <text id="myGridCoords1" x="450000" y="-4785000" baseline-shift="-2000">450000</text>
- <text id="myGridCoords2" x="500000" y="-4785000" baseline-shift="-2000">500000</text>
- <text id="myGridCoords3" x="550000" y="-4785000" baseline-shift="-2000">550000</text>
- <text id="myGridCoords4" x="440000" y="-4750000" baseline-shift="-1500" transform="rotate(-90 440000 -4750000)">4750000</text>
- <text id="myGridCoords5" x="440000" y="-4700000" baseline-shift="-1500" transform="rotate(-90 440000 -4700000)">4700000</text>
- <text id="myGridCoords6" x="440000" y="-4650000" baseline-shift="-1500" transform="rotate(-90 440000 -4650000)">4650000</text>
- <text id="myGridCoords4" x="440000" y="-4600000" baseline-shift="-1500" transform="rotate(-90 440000 -4600000)">4600000</text>
- </g>
- </g>
- </g>
- <g id="myChefLieuxDeCantons">
- <g id="myChefLieuxDeCantonsLabels" fill="white" stroke="black" stroke-width="150">
- <circle id="myChefLieuDeCanton99" cx="536331" cy="-4727834.4" r="750"/>
- <circle id="myChefLieuDeCanton40" cx="523240.8" cy="-4604858.3" r="750"/>
- <circle id="myChefLieuDeCanton07" cx="513114.8" cy="-4582618.6" r="750"/>
- <circle id="myChefLieuDeCanton53" cx="497738.3" cy="-4608308.6" r="750"/>
- <circle id="myChefLieuDeCanton98" cx="477861.3" cy="-4641657" r="750"/>
- <circle id="myChefLieuDeCanton35" cx="469778.8" cy="-4676891.6" r="750"/>
- <circle id="myChefLieuDeCanton12" cx="479441.9" cy="-4712671.6" r="750"/>
- <circle id="myChefLieuDeCanton20" cx="495191.4" cy="-4720364.3" r="750"/>
- <circle id="myChefLieuDeCanton17" cx="512328.6" cy="-4684180.1" r="750"/>
- <circle id="myChefLieuDeCanton42" cx="533555.8" cy="-4756974.9" r="750"/>
- <circle id="myChefLieuDeCanton09" cx="538506.3" cy="-4736797.8" r="750"/>
- <circle id="myChefLieuDeCanton45" cx="535581" cy="-4732522.4" r="750"/>
- <circle id="myChefLieuDeCanton29" cx="528680.3" cy="-4720746.2" r="750"/>
- <circle id="myChefLieuDeCanton26" cx="526580.1" cy="-4714595.6" r="750"/>
- <circle id="myChefLieuDeCanton05" cx="501452.5" cy="-4715420.7" r="750"/>
- <circle id="myChefLieuDeCanton14" cx="525680" cy="-4708970" r="750"/>
- <circle id="myChefLieuDeCanton08" cx="534755.9" cy="-4712195.4" r="750"/>
- <circle id="myChefLieuDeCanton59" cx="535731" cy="-4705257.2" r="750"/>
- <circle id="myChefLieuDeCanton39" cx="528680.3" cy="-4697456.4" r="750"/>
- <circle id="myChefLieuDeCanton37" cx="530030.4" cy="-4691905.8" r="750"/>
- <circle id="myChefLieuDeCanton16" cx="540156.4" cy="-4687480.4" r="750"/>
- <circle id="myChefLieuDeCanton25" cx="524404.9" cy="-4698881.5" r="750"/>
- <circle id="myChefLieuDeCanton54" cx="521704.6" cy="-4685155.2" r="750"/>
- <circle id="myChefLieuDeCanton24" cx="533930.8" cy="-4681404.8" r="750"/>
- <circle id="myChefLieuDeCanton10" cx="501227.5" cy="-4687480.4" r="750"/>
- <circle id="myChefLieuDeCanton58" cx="514203.8" cy="-4676004.2" r="750"/>
- <circle id="myChefLieuDeCanton60" cx="520054.4" cy="-4669507.3" r="750"/>
- <circle id="myChefLieuDeCanton11" cx="488062.3" cy="-4706786" r="750"/>
- <circle id="myChefLieuDeCanton61" cx="483111.8" cy="-4668682.2" r="750"/>
- <circle id="myChefLieuDeCanton51" cx="485437" cy="-4656883.5" r="750"/>
- <circle id="myChefLieuDeCanton48" cx="498413.3" cy="-4636781.5" r="750"/>
- <circle id="myChefLieuDeCanton62" cx="510714.6" cy="-4640156.8" r="750"/>
- <circle id="myChefLieuDeCanton02" cx="503738.9" cy="-4650432.9" r="750"/>
- <circle id="myChefLieuDeCanton06" cx="505314" cy="-4659358.8" r="750"/>
- <circle id="myChefLieuDeCanton34" cx="497963.3" cy="-4626535.5" r="750"/>
- <circle id="myChefLieuDeCanton30" cx="492937.8" cy="-4619034.7" r="750"/>
- <circle id="myChefLieuDeCanton70" cx="510864.6" cy="-4595894.9" r="750"/>
- <circle id="myChefLieuDeCanton22" cx="510189.5" cy="-4617347" r="750"/>
- <circle id="myChefLieuDeCanton55" cx="508164.3" cy="-4622972.6" r="750"/>
- <circle id="myChefLieuDeCanton41" cx="526773.8" cy="-4651504.6" r="750"/>
- <circle id="myChefLieuDeCanton19" cx="517406.8" cy="-4661544.6" r="750"/>
- <circle id="myChefLieuDeCanton73" cx="477861.3" cy="-4648657" r="750"/>
- <circle id="myChefLieuDeCanton71" cx="533931" cy="-4723034.4" r="750"/>
- </g>
- <g id="myCityNames" font-size="3000">
- <g id="myCityNamesLeftBottom" text-anchor="end" transform="translate(0 3000)">
- <text id="myAjaccio" x="477861.3" y="-4641657" transform="translate(2000 1500)" font-weight="bold">Ajaccio</text>
- <text id="myBonifacio" x="513114.8" y="-4582618.6">Bonifacio</text>
- <text id="mySartene" x="497738.3" y="-4608308.6">Sartène</text>
- <text id="myCorte" x="512328.6" y="-4684180.1">Corte</text>
- <text id="myVenaco" x="514203.8" y="-4676004.2" transform="translate(1000)">Venaco</text>
- <text id="myCalenzana" x="488062.3" y="-4706786">Calenzana</text>
- <text id="mySantaMariaSiche" x="498413.3" y="-4636781.5" transform="translate(1500)">Santa-Maria-<tspan x="498413.3" dy="3000">Siché</tspan></text>
- </g>
- <g id="myCityNamesLeftTop" text-anchor="end" transform="translate(0 -1500)">
- <text id="myLIleRousse" x="495191.4" y="-4720364.3" transform="translate(500 -1000)">l'Île-Rousse</text>
- <text id="myMorosaglia" x="524404.9" y="-4698881.5">Morosaglia</text>
- <text id="myFuriani" x="533931" y="-4723034.4" font-style="italic">Furiani</text>
- </g>
- <g id="myCityNamesRight" transform="translate(1200 1000)">
- <text id="myBastia" x="536331" y="-4727834.4" font-weight="bold">Bastia</text>
- <text id="myPiana" x="469778.8" y="-4676891.6">Piana</text>
- <text id="myBrando" x="538506.3" y="-4736797.8">Brando</text>
- <text id="myRogliano" x="533555.8" y="-4756974.9">Rogliano</text>
- <text id="mySanMartinoDiLota" x="535581" y="-4732522.4">San-Martino-di-Lota</text>
- <text id="myBorgo" x="534755.9" y="-4712195.4">Borgo</text>
- <text id="myVescovato" x="535731" y="-4705257.2">Vescovato</text>
- <text id="myLaPorta" x="528680.3" y="-4697456.4">La Porta</text>
- <text id="myPiedicroce" x="530030.4" y="-4691905.8">Piedicroce</text>
- <text id="myCervione" x="540156.4" y="-4687480.4">Cervione</text>
- <text id="myVozzani" x="520054.4" y="-4669507.3" transform="translate(0 1500)">Vezzani</text>
- <text id="myLevie" x="510189.5" y="-4617347">Levie</text>
- <text id="myGhisoni" x="517406.8" y="-4661544.6">Ghisoni</text>
- </g>
- <g id="myCityNamesRightTop" transform="translate(1200 -1000)">
- <text id="tFigari" x="510864.6" y="-4595894.9">Figari</text>
- </g>
- <g id="myCityNamesRightBottom" transform="translate(1000 2000)">
- <text id="myMoita" x="533930.8" y="-4681404.8">Moita</text>
- <text id="myOlmeto" x="492937.8" y="-4619034.7" transform="translate(-1500 2000)">Olmeto</text>
- <text id="myPortoVecchio" x="523240.8" y="-4604858.3" transform="translate(-1500 2000)">Porto-Vecchio</text>
- </g>
- <g id="myCityNamesMiddle" text-anchor="middle">
- <text id="myBocognano" x="505314" y="-4659358.8" transform="translate(0 3000)">Bocognano</text>
- <text id="myBelgodere" x="501452.5" y="-4715420.7" transform="translate(0 3000)">Belgodère</text>
- <text id="myVico" x="483111.8" y="-4668682.2" transform="translate(0 -1500)">Vico</text>
- <text id="myCampitello" x="525680" y="-4708970" transform="translate(0 3000)">Campitello</text>
- <text id="myCalvi" x="479441.9" y="-4712671.6" transform="translate(500 -2000)">Calvi</text>
- <text id="myCalacuccia" x="501227.5" y="-4687480.4" transform="translate(0 -2000)">Calacuccia</text>
- <text id="mySermano" x="521704.6" y="-4685155.2" transform="translate(0 -2000)">Sermano</text>
- <text id="myPrunelliDiFiumorbo" x="526773.8" y="-4651504.6" transform="translate(0 3500)">Prunelli-di-<tspan x="526773.8" dy="3000">Fiumorbo</tspan></text>
- <text id="myZicavo" x="510714.6" y="-4640156.8" transform="translate(0 -2000)">Zicavo</text>
- <text id="myBastellica" x="503738.9" y="-4650432.9" transform="translate(-1500 3500)">Bastellica</text>
- <text id="myPetretoBicchisano" x="497963.3" y="-4626535.5" transform="translate(-1000 3000)">Petreto-<tspan x="497963.3" dy="3000">Bicchisano</tspan></text>
- <text id="mySariDOrcino" x="485437" y="-4656883.5" transform="translate(-1000 -2000)">Sari-d'Orcino</text>
- <text id="mySerraDiScopamene" x="508164.3" y="-4622972.6" transform="translate(3500 -5000)">Serra-di-<tspan x="508164.3" dy="3000">Scopamène</tspan></text>
- </g>
- <g id="myCityNamesLeft" text-anchor="end" transform="translate(-1500 1000)">
- <text id="myAlata" x="477861" y="-4648657" font-style="italic">Alata</text>
- <text id="myMurato" x="526580.1" y="-4714595.6">Murato</text>
- <text id="myOletto" x="528680.3" y="-4720746.2">Oletto</text>
- </g>
- </g>
- </g>
- <use id="myMapElementsOverTheGridHalo" xlink:href="#myMapElementsOverTheGrid" stroke="lightblue" stroke-width="0.5"/>
- <g id="myMapElementsOverTheGrid">
- <text id="myTitle" x="460000" y="-4751000" font-size="10000" fill="black">Korsika</text>
- <text id="myProjection" x="575000" y="-4570000" font-size="3000" text-anchor="end">Projektion: UTM (Zone 32)</text>
- <g id="myCopyright" font-size="3000" transform="translate(-3000,2000)">
- <text x="448000" y="-4587000">Grundlagen: DCW und SRTM</text>
- <text x="448000" y="-4583000">Schummerung: n.hafner@carto.at</text>
- </g>
- <g id="myScaleBar">
- <path id="strecke" stroke="black" stroke-width="500" fill="none" d="M460000 -4571000 v 2000 h 25000 v -2000"/>
- <text id="m_text" fill="black" font-size="3000" x="472500" y="-4571000" text-anchor="middle">25 km</text>
- </g>
- </g>
- </g><!-- ENDE PASSIVER ELEMENTE -->
- </svg>
- <!-- ENDE DES VERSCHACHTELTEN SVG-ELEMENTS MIT DER HAUPTKARTE -->
- <!-- GRUPPE FÜR INTERFACE-ELEMENTE-->
- <g id="myInfoBlockGroup" font-size="12">
- <rect x="0" y="0" width="180" height="520" fill="yellow" stroke="none"/>
- <text x="10" y="20">Element <g></text>
- <g id="myGpNavig" transform="translate(5,30)" stroke="red" stroke-width="1" onmouseover="evt.target.setAttributeNS(null,'fill','lightgray')" cursor="pointer" onmouseout="evt.target.setAttributeNS(null,'fill','white')">
- <g shape-rendering="crispEdges">
- <rect id="myGpPanNW" x="0" y="0" width="20" height="20" onclick="myDoPan(1,1)" fill="white"/>
- <rect id="myGpPanNN" x="25" y="0" width="20" height="20" onclick="myDoPan(0,1)" fill="white"/>
- <rect id="myGpPanNE" x="50" y="0" width="20" height="20" onclick="myDoPan(-1,1)" fill="white"/>
- <rect id="myGpPanWW" x="0" y="25" width="20" height="20" onclick="myDoPan(1,0)" fill="white"/>
- <rect id="myGpResetAll" x="25" y="25" width="20" height="20" onclick="myDoReset()" fill="white"/>
- <rect id="myGpPanEE" x="50" y="25" width="20" height="20" onclick="myDoPan(-1,0)" fill="white"/>
- <rect id="myGpPanSW" x="0" y="50" width="20" height="20" onclick="myDoPan(1,-1)" fill="white"/>
- <rect id="myGpPanSS" x="25" y="50" width="20" height="20" onclick="myDoPan(0,-1)" fill="white"/>
- <rect id="myGpPanSE" x="50" y="50" width="20" height="20" onclick="myDoPan(-1,-1)" fill="white"/>
- </g>
- <circle cx="100" cy="17" r="16" fill="white" onclick="myDoZoom(1)"/>
- <circle cx="100" cy="53" r="16" fill="white" onclick="myDoZoom(-1)"/>
- <circle cx="135" cy="35" r="16" fill="white" onclick="myDoReset()"/>
- <g id="myNavigSymbols" pointer-events="none">
- <use xlink:href="#mySymbArrow" transform="translate(10,10),rotate(135)" />
- <use xlink:href="#mySymbArrow" transform="translate(35,10),rotate(180)" />
- <use xlink:href="#mySymbArrow" transform="translate(60,10),rotate(-135)" />
- <use xlink:href="#mySymbArrow" transform="translate(10,35),rotate(90)" />
- <circle cx="35" cy="35" r="7.5" fill="none" stroke="red" stroke-width="1"/>
- <circle cx="35" cy="35" r="5" fill="red"/>
- <use xlink:href="#mySymbArrow" transform="translate(60,35),rotate(-90)" />
- <use xlink:href="#mySymbArrow" transform="translate(10,60),rotate(45)" />
- <use xlink:href="#mySymbArrow" transform="translate(35,60)" />
- <use xlink:href="#mySymbArrow" transform="translate(60,60),rotate(-45)" />
- <text x="100" y="30" fill="red" text-anchor="middle" font-size="40">+</text>
- <text x="100" y="66" fill="red" text-anchor="middle" font-size="50">-</text>
- <text x="135" y="45" fill="red" text-anchor="middle" font-size="26">F</text>
- </g>
- </g>
- <text x="5" y="330" font-size="12" id="myCursorScreenX"> </text>
- <text x="5" y="345" font-size="12" id="myCursorScreenY"> </text>
- <text x="5" y="360" font-size="12" id="myCursorMapX"> </text>
- <text x="5" y="375" font-size="12" id="myCursorMapY"> </text>
- <text x="5" y="390" font-size="12" id="myCurrScale"> </text>
- <text x="5" y="405" font-size="12" id="myCurrTransX"> </text>
- <text x="5" y="420" font-size="12" id="myCurrTransY"> </text>
- <text x="5" y="435" font-size="12" id="myScrCTMa"> </text>
- <text x="5" y="450" font-size="12" id="myScrCTMd"> </text>
- <text x="5" y="465" font-size="12" id="myScrCTMe"> </text>
- <text x="5" y="480" font-size="12" id="myScrCTMf"> </text>
- <text x="5" y="495" font-size="12" id="myVPwidth"> </text>
- <text x="5" y="510" font-size="12" id="myVPheight"> </text>
- <g id="myTooltipArea">
- <rect id="myTooltipRect" x="-2" y="-2" width="100" height="19" fill="lightyellow" stroke="gray" stroke-width="2"/>
- <text id="myTooltipText" x="0" y="14" font-size="14" fill="#222">Text</text>
- </g>
- </g>
- <!-- ENDE GRUPPE FÜR INTERFACE-ELEMENTE -->
- </svg>