lavoriMap = {}; lavToCenter = null; function centerOnMarker() { //alert('ciao'); if(map.getZoom() < 6) { map.panTo(new L.LatLng(parseInt(lavToCenter.posY), lavToCenter.posX)); map.setZoom(6); } lavToCenter.marker.openPopup(); } function bottomClicked(id) { if(id in lavoriMap) { var lav = lavoriMap[id]; if(lav.marker == null) { createMarker(lav); //lav.marker.addTo(map); mcluster.addLayer(lav.marker); } if(lav.marker.getPopup() == null) createPopup(lav); //map.panTo(new L.LatLng(parseInt(lav.posY), lav.posX)); //if(map.getZoom() < 6) // map.setZoom(6); //lav.marker.openPopup(); lavToCenter = lav; mcluster.zoomToShowLayer(lav.marker, centerOnMarker); } } function markerClicked(lav) { if(lav.marker.getPopup() == null) { createPopup(lav); lav.marker.openPopup(); } } /*function Lavoro(id) { this.id = id; this.nome = ''; this.descrizione = ''; this.anno = ''; this.immagine = ''; this.pos = ''; this.posX = 0; this.posY = 0; this.marker = null; this.bottomDiv = null; }*/ var markerIcon = L.icon({ iconUrl: 'icons/location_marker.png', iconSize: [15, 26], iconAnchor: [6, 22], popupAnchor: [1, -18] }); function createMarker(lav) { if(lav.pos.match(/POINT/i)) { var re = new RegExp('(POINT|\\(|\\))', 'gi'); var poss = lav.pos.replace(re, ''); var tks = poss.split(' '); lav.posX = tks[0]; lav.posY = tks[1]; lav.marker = L.marker([lav.posY, lav.posX]); lav.marker.setIcon(markerIcon); lav.marker.on('click', function() { markerClicked(lav); }); } } function createBottomDiv(lav) { if(!lav.immagine) return; lav.bottomDiv = document.createElement('div'); lav.bottomDiv.className = 'lavoro_bottom'; //var a = document.createElement('a'); //a.href = "#"; //a.onclick = function() { bottomClicked(lav.id); }; //a.title = lav.nome; var img = document.createElement('img'); img.onclick = function() { bottomClicked(lav.id); }; img.src = "images/small_" + lav.immagine; img.alt = lav.nome; //a.appendChild(img); lav.bottomDiv.appendChild(img); var spTit = document.createElement('span'); spTit.className = 'map_bottom_name'; //a.appendChild(pTit); spTit.innerHTML = lav.nome; spTit.onclick = function() { bottomClicked(lav.id); }; //lav.bottomDiv.appendChild(a); lav.bottomDiv.appendChild(spTit); var pDiv = document.getElementById('map_bottom'); pDiv.appendChild(lav.bottomDiv); } function createPopup(lav) { if(lav.marker) { var pu = L.popup({ maxWidth: 350 }); var cont = '

' + lav.nome + '

'; if(lav.immagine) { cont = cont + ''; } cont = cont + '

' + lav.descrizione + '

'; /* if(lav.lista_servizi) { var servizi = lav.lista_servizi.split('|'); for(var si = 0; si < servizi.length; ++si) { var serv = servizi[si]; var nn = serv.split('='); if(nn.length == 2) { if(si != 0) cont = cont + " - "; cont = cont + '' + nn[1] + ''; } } }*/ pu.setContent(cont); lav.marker.bindPopup(pu); } } var map = L.map('map').setView([5, 9], 2); var viewCenter = new L.Control.ViewCenter(); map.addControl(viewCenter); L.tileLayer('https://api.mapbox.com/styles/v1/{username}/{style_id}/tiles/{z}/{x}/{y}?access_token={accessToken}', { maxZoom: 18, attribution: 'Map data © OpenStreetMap contributors, ' + 'CC-BY-SA, ' + 'Imagery © Mapbox', username: 'fabiodago', style_id: 'cikqllnb5001nanlxb5enl9kn', accessToken: 'pk.eyJ1IjoiZmFiaW9kYWdvIiwiYSI6ImNpa3FsOXdjeDAwMDV3ZGtxd3ZucG1mY3AifQ.nYf3BODLhAMIC0OJ8twqFw' }).addTo(map); var info = L.control(); info.onAdd = function (map) { this._div = L.DomUtil.create('div', 'map_info'); // create a div with a class "info" this._div.innerHTML = 'Ad Hoc 3D Solutions travaille dans le monde entier. Voici les principaux travaux effectués.'; return this._div; }; info.addTo(map); var mcluster = L.markerClusterGroup({ maxClusterRadius: 30 }); map.addLayer(mcluster); function style(feature) { return { weight: 1, opacity: 1, color: 'red', //dashArray: '3', fillOpacity: 0.5, fillColor: 'red' }; } function highlightFeature(e) { var layer = e.target; layer.setStyle({ weight: 3, color: '#666', //dashArray: '', fillOpacity: 0.5 }); if (!L.Browser.ie && !L.Browser.opera) { layer.bringToFront(); } } var geojson; function resetHighlight(e) { geojson.resetStyle(e.target); } function zoomToFeature(e) { map.fitBounds(e.target.getBounds()); } function onEachFeature(feature, layer) { layer.on({ mouseover: highlightFeature, mouseout: resetHighlight, click: zoomToFeature }); } var jsdata; jsdata = { "type":"FeatureCollection", "crs":{"type":"name","properties":{"name":"urn:ogc:def:crs:OGC:1.3:CRS84"}}, "features":[ {"type":"Feature","properties":{"FIPS":"IT","ISO2":"IT","ISO3":"ITA","UN":380,"NAME":"Italy","AREA":29411,"POP2005":5864636,"REGION":150,"SUBREGION":39,"LON":12.8,"LAT":42.7},"geometry":{"type":"MultiPolygon","coordinates":[[[[12.127777,47.001663000000121],[12.160276000000124,46.92805],[12.301666,46.84111],[12.378611,46.72666],[12.440554,46.690826000000129],[12.554443,46.661659],[12.692499,46.659721000000104],[12.73860900000011,46.640274],[12.768888,46.650833],[13.2575,46.56194],[13.551943,46.55666],[13.718655,46.526611000000116],[13.689444,46.447495],[13.657776,46.449715],[13.511389,46.384720000000129],[13.44083,46.346382],[13.383888,46.293053],[13.416111,46.21333],[13.485832,46.232498],[13.669167,46.177498],[13.645832,46.142494],[13.538887000000102,46.07944],[13.480000000000132,46.01111],[13.5425,45.967499],[13.584721,45.992493],[13.632221,45.991104],[13.633888000000127,45.943604000000107],[13.577776,45.854164],[13.598055,45.810829000000126],[13.788887,45.754440000000102],[13.919167,45.637497],[13.850832,45.585274],[13.716944,45.596107],[13.804722,45.613609],[13.73722,45.693054000000132],[13.656111,45.753609],[13.549999,45.787216],[13.524443000000133,45.763611],[13.529165,45.724716],[13.392221,45.672493],[13.376665000000116,45.679993],[13.426943000000108,45.696663000000115],[13.411110000000122,45.724442000000124],[13.216944000000126,45.776939],[13.13111,45.771942000000138],[13.07,45.714722],[13.096109,45.651665],[13.086111,45.635551],[12.922499,45.618332],[12.420555,45.431107],[12.415277000000117,45.44694],[12.448055,45.483604000000128],[12.502222,45.503052],[12.492777,45.486938],[12.522499,45.489716000000101],[12.581388,45.54666],[12.48,45.565826],[12.281387000000109,45.468048000000124],[12.158333,45.313889],[12.16111,45.263885],[12.361944,45.056107],[12.48444,44.98583],[12.51861,44.98389],[12.539165,44.961105],[12.481388,44.85416],[12.44222,44.814163000000121],[12.426388,44.851662],[12.440554,44.894997],[12.41194,44.899437],[12.389166000000102,44.86972],[12.396944,44.791382000000112],[12.30722,44.842216],[12.28555,44.84083],[12.245554,44.715828000000101],[12.28,44.476105000000132],[12.356943000000115,44.269722],[12.41555,44.19583],[12.681665000000123,43.991104000000121],[12.815554,43.964439],[12.903055,43.924721],[13.302500000000123,43.67139],[13.468054,43.610275000000115],[13.546665,43.604721],[13.621666,43.553886],[13.6275,43.491104],[13.84805,43.078331],[13.876389,42.955551000000128],[13.939722,42.803604000000121],[14.016666,42.669998000000135],[14.199999,42.482498000000135],[14.50417,42.261383],[14.569721,42.216942],[14.715555,42.17194],[14.720554000000106,42.107498000000135],[14.739721,42.085548000000131],[14.88889,42.021660000000111],[14.996387,42.004440000000102],[15.06972,41.94861],[15.170832,41.92333200000013],[15.413055,41.903885],[15.6,41.923607000000118],[15.770555,41.917221],[16.018055,41.94722],[16.14194,41.914162],[16.19611,41.823883],[16.189999000000114,41.781105],[16.030552,41.676941],[15.9,41.616386],[15.895555000000115,41.536942],[15.932499000000121,41.47805],[16.03305,41.418884],[16.657776,41.191383],[17.04972,41.08194],[17.17972200000014,41.031387],[17.29277,40.96666],[17.475277,40.827774],[18.011665,40.64444],[18.039719,40.553604],[18.274719,40.410828],[18.426109,40.287216],[18.51222,40.136665000000107],[18.513885,40.09861],[18.479721,40.045273],[18.44028,40.026382],[18.417774,39.992218],[18.395,39.913887000000102],[18.390831,39.814438],[18.349442,39.791939000000127],[18.303055,39.820831],[18.15583,39.856667],[18.04389,39.93361],[17.99472,39.994164],[18.022221000000116,40.01361],[18.015,40.097771],[17.90639,40.254997],[17.859165,40.283607],[17.67889,40.30389],[17.509441,40.296944],[17.204441,40.407219],[17.268055,40.47333],[17.317497,40.474716],[17.326111000000139,40.49139],[17.315552,40.497498],[17.068886000000134,40.519997000000103],[16.998333,40.498886],[16.913609000000122,40.445549000000142],[16.785553,40.304161],[16.695274,40.152771],[16.607777,40.087219],[16.59916,40.04555],[16.61138,39.991104],[16.563332,39.898048],[16.498055,39.820831],[16.486664,39.767494000000113],[16.5430530000001,39.65028],[16.626389,39.622772],[16.741386,39.617218],[17.151108000000136,39.389999],[17.10889,39.263054],[17.117222,39.09499],[17.166664,39.033882000000119],[17.169167,38.96333],[17.103611,38.895271],[17.091389,38.914719],[16.929443,38.93583],[16.828331,38.91555],[16.594997,38.80082700000014],[16.531944,38.703331],[16.575,38.520271],[16.571388000000127,38.431389],[16.470554000000106,38.346382],[16.32694,38.296104],[16.1655540000001,38.13916],[16.116665000000125,37.979721],[16.062496,37.924164000000133],[15.756109,37.920830000000137],[15.66889,37.95638300000013],[15.631666000000109,38.011665],[15.645277,38.063049],[15.630554,38.232216],[15.741665000000125,38.258606],[15.809721,38.295273],[15.92063,38.518036],[15.919998000000135,38.55055],[15.8283330000001,38.62055],[15.832777,38.63916],[15.98639,38.722496],[16.10416,38.71083],[16.178608,38.744995],[16.2175,38.829720000000123],[16.2225,38.91083],[16.216389,38.926941],[16.151943000000131,38.951111],[16.101109,39.019440000000145],[16.064163,39.129166000000112],[16.034443000000124,39.344994],[15.977777,39.454994],[15.903889,39.533882],[15.806944,39.680832],[15.783054,39.866661],[15.666666,40.03083],[15.611944,40.069443],[15.519722,40.073326],[15.416943,39.990273],[15.359722,39.997772],[15.128887000000134,40.165833000000134],[15.012499000000105,40.19555],[14.941944,40.23416],[14.927221,40.271111000000133],[14.964167,40.341385],[14.98972,40.35833],[14.990555,40.399162],[14.903889000000106,40.551666000000125],[14.776943000000131,40.672218],[14.74472,40.676384],[14.687167,40.639336],[14.62861,40.64944],[14.575528,40.611755],[14.455353,40.617008],[14.327296,40.57301],[14.339117,40.61832],[14.384722,40.633606],[14.475555,40.700829000000113],[14.458055,40.742775000000108],[14.2666660000001,40.84166],[14.16694,40.806938],[14.073889,40.82194],[13.9,41.078049000000135],[13.802221,41.189720000000136],[13.713055000000111,41.251389],[13.641109,41.259995],[13.564999,41.237221],[13.294167,41.295555],[13.21111100000013,41.282494],[13.108889,41.237778000000105],[13.031944,41.255272],[12.98389,41.322495000000117],[12.892221,41.395554000000118],[12.646387000000118,41.456383],[12.576111,41.50722],[12.45194400000014,41.624161000000129],[12.217222,41.782494],[12.17583,41.871109],[12.116943000000106,41.927498],[11.91944,42.033882],[11.82833,42.029442],[11.745832,42.1325],[11.703888,42.224442000000124],[11.623055,42.301666000000125],[11.37472,42.405],[11.206944,42.413605],[11.178333,42.363327],[11.09889,42.393051],[11.085833,42.431664],[11.105276,42.44472],[11.163055,42.442215],[11.180832,42.47583],[11.18833,42.514160000000118],[11.15805,42.554993],[10.973888000000102,42.718887000000109],[10.764444,42.82471],[10.779444,42.887497],[10.767776,42.910553],[10.68778,42.944717],[10.588888000000111,42.9575],[10.531387000000109,43.044716000000108],[10.542500000000132,43.154442],[10.522221,43.249161],[10.422777,43.398048],[10.371666000000118,43.450554000000125],[10.323055,43.475273],[10.293333,43.54805],[10.252222,43.84333],[10.221943,43.898048],[10.107498,44.007500000000107],[10.027334,44.044174],[9.714996,44.114716000000101],[9.332777000000135,44.31166],[9.23361,44.346382],[8.748888000000136,44.429161000000136],[8.498888,44.324715],[8.44944,44.287773],[8.415277,44.190277],[8.267776,44.136108],[8.158054,43.994438000000116],[8.1655540000001,43.955276],[8.06778,43.89305],[7.94889,43.846382],[7.77277800000013,43.815277],[7.675278,43.779716],[7.592222,43.791664],[7.531935,43.78204],[7.495,43.88166],[7.657222,44.005272],[7.70833,44.07944],[7.658333,44.137215],[7.66222,44.170830000000137],[7.61472,44.180275],[7.418888,44.125549],[7.348332,44.131943],[7.031388,44.246941],[6.876944,44.376663],[6.852777,44.540833],[7.02833,44.74472],[7.031666,44.83138300000013],[6.948333,44.869995],[6.85777800000011,44.866661000000136],[6.746944,44.91944],[6.61976,45.110138],[6.760833,45.168327],[6.826944,45.149719],[7.064722,45.223053],[7.127777,45.25777],[7.15861,45.377495],[7.146944,45.43055],[7.089159,45.47686],[6.99944,45.518326000000116],[6.969444,45.596939],[6.809722000000136,45.727776000000119],[6.79972,45.796661],[6.81861,45.839165],[6.973055,45.868889],[7.03805,45.931938000000116],[7.099444,45.883606],[7.188611,45.879166],[7.295555,45.92305],[7.3933320000001,45.916107000000125],[7.536666000000139,45.98166700000013],[7.647499,45.98111],[7.743333,45.93222],[7.855742,45.919052],[7.88194,45.977776],[8.00861,46.008331000000112],[8.148888000000113,46.14944],[8.159443,46.180832],[8.139999,46.226105000000132],[8.30278,46.422493000000145],[8.365276,46.45361],[8.436388,46.463333],[8.459999,46.452217000000132],[8.46611,46.37722],[8.434166,46.29111],[8.445555,46.245827],[8.617777,46.120277000000101],[8.70111,46.10083],[8.747221,46.121109],[8.826111,46.09666],[8.85333,46.061104000000114],[8.816944,46.03166],[8.813055,45.988609],[8.895555,45.955826],[8.95111100000014,45.845276000000126],[8.998333,45.82944],[9.03666,45.837776],[9.085554,45.901939],[9.066666000000112,45.924164000000133],[9.025,45.935829],[8.998055,45.976944],[9.083332,46.121109],[9.189444,46.186661],[9.238609,46.2305530000001],[9.276667,46.292496000000142],[9.296944,46.35305],[9.282221,46.419998000000135],[9.249722000000133,46.448051],[9.296944,46.503883],[9.37278,46.5075],[9.455,46.472496],[9.45666,46.387772],[9.5425,46.306938000000116],[9.624722000000133,46.291939],[9.708332,46.298332],[9.81305,46.35833],[9.943888,46.379997000000117],[9.991943000000106,46.357773],[9.981943000000115,46.33472],[9.994999,46.291664],[10.063055,46.222771000000137],[10.129999,46.227219000000105],[10.17722,46.272499],[10.153889,46.390274],[10.046665,46.445831],[10.050278,46.53999],[10.11916,46.61138],[10.233332,46.639999],[10.253611,46.622215],[10.247499,46.583885],[10.305555,46.55389],[10.465277,46.54639],[10.486387,46.619438],[10.470833,46.635826],[10.447498,46.763054000000125],[10.471235,46.871353],[10.560833,46.84861],[10.679443,46.874718],[10.83417,46.786942],[10.887777,46.771111],[11.014721,46.7725],[11.072498,46.824997],[11.096666,46.912498000000141],[11.186388,46.97028],[11.483889,47.01416],[11.62861,47.012497],[11.755833,46.977493],[12.183054,47.094444000000124],[12.23111,47.080826000000116],[12.19861,47.033882000000119],[12.134165,47.019165],[12.127777,47.001663000000121]],[[12.45917,43.896111],[12.48778,43.90583],[12.510555,43.939163],[12.50999800000011,43.986938],[12.453888,43.981667],[12.404999,43.948326],[12.41222,43.906105],[12.45917,43.896111]],[[12.445090330888604,41.90311752178485],[12.456660170953796,41.901426024699163],[12.451653339580503,41.907989033391232],[12.445090330888604,41.90311752178485]]],[[[12.422777,45.420555],[12.37829,45.419754],[12.316387,45.350555],[12.37333,45.428055],[12.422777,45.420555]]],[[[9.84417,43.034439000000134],[9.806944000000101,43.00972],[9.795277,43.032776],[9.804165,43.063889],[9.831665,43.075554],[9.851387,43.052498],[9.84417,43.034439000000134]]],[[[10.441111,42.844444],[10.423054,42.70888],[10.34361,42.765],[10.149166,42.72972],[10.101944000000117,42.772499],[10.10805,42.797218],[10.145,42.810829],[10.208611000000133,42.809166],[10.23583,42.79222],[10.35389,42.803055],[10.411388000000102,42.870277],[10.441111,42.844444]]],[[[10.08833,42.57222],[10.06944,42.591942],[10.081944000000135,42.61889],[10.101665,42.5936],[10.08833,42.57222]]],[[[10.915833,42.32527],[10.866388,42.358604000000128],[10.877777,42.388054],[10.914444,42.368889],[10.928055,42.339439],[10.915833,42.32527]]],[[[10.316666,42.317497],[10.2897210000001,42.323051],[10.293055,42.349998],[10.326111,42.34333],[10.316666,42.317497]]],[[[9.513332,41.14666],[9.562498000000119,41.117775000000108],[9.633888,40.989166],[9.50361,40.91805],[9.612778000000105,40.921104],[9.746944,40.682495],[9.75111,40.59583],[9.825832,40.526108],[9.77194,40.394722],[9.69972,40.349442],[9.623055,40.255554],[9.62333,40.199715],[9.661388,40.133331000000112],[9.70417,40.097496],[9.713610000000131,40.04055],[9.64222100000012,39.486382],[9.568054000000132,39.2305530000001],[9.564165,39.19305],[9.579443,39.178604],[9.569166000000109,39.150551000000121],[9.52167,39.118332],[9.442636000000107,39.12442],[9.321665,39.205826],[9.21740100905466,39.226164932704904],[9.077174554529231,39.208688019345175],[9.016311625817377,39.150440222882914],[9.016109000000142,39.10166],[9.043333,39.044998],[9.006943,38.98805],[8.859165,38.879166],[8.715277,38.923607],[8.646387,38.89027],[8.615833000000123,38.918610000000115],[8.55139,39.04999],[8.507442,39.061386],[8.44916,39.00944],[8.441944,38.969719],[8.40694,38.958611],[8.35805,39.035553],[8.345276000000126,39.075554],[8.356667,39.10833],[8.424444,39.107773],[8.452221,39.084717],[8.450999,39.096161],[8.461,39.085331],[8.469000000000108,39.095661000000121],[8.43444,39.160271],[8.36611,39.226105000000132],[8.43361,39.28916],[8.418610000000115,39.339439],[8.3933320000001,39.341942],[8.371111,39.374718],[8.44944,39.628052],[8.44278,39.75666],[8.457777,39.761383],[8.49,39.721939000000134],[8.50444,39.72555],[8.541943000000117,39.779442000000131],[8.55666,39.866104000000121],[8.509722,39.908051],[8.458611000000133,39.91333],[8.422499,39.891663],[8.394722,39.9025],[8.41028,40.014999],[8.464443,40.143326],[8.461666,40.22666],[8.457222000000115,40.321388],[8.36722200000014,40.492775],[8.301109,40.589165],[8.190554,40.616386],[8.159443,40.56277],[8.144444000000135,40.592216],[8.14361,40.621666000000118],[8.17833,40.636383000000137],[8.148888000000113,40.744164000000126],[8.192499,40.913605],[8.228333,40.94138],[8.233055,40.908051],[8.278055,40.864441],[8.356388,40.836105],[8.48,40.820274],[8.600832,40.84666],[8.64222100000012,40.89361],[8.710554,40.91444],[8.7666660000001,40.912216],[8.810276000000101,40.934441],[9.010832,41.121109000000104],[9.05416,41.129997000000117],[9.160831,41.191666],[9.16,41.236382],[9.175554,41.245827000000133],[9.233055,41.254715],[9.513332,41.14666]]],[[[8.339167,41.062492000000134],[8.2675,41.054718],[8.240833,41.030273],[8.24472,40.986107],[8.21528,40.992493],[8.230833000000132,41.04277],[8.32111,41.12138],[8.347221000000104,41.091660000000104],[8.339167,41.062492000000134]]],[[[12.964167,40.883888],[12.944166,40.899162000000103],[12.950277000000142,40.91777],[12.98805,40.931389],[12.964167,40.883888]]],[[[13.951387000000125,40.70138500000013],[13.863609,40.701111],[13.85389,40.73472],[13.879166,40.76111],[13.948055000000124,40.742493],[13.964998,40.718605],[13.951387000000125,40.70138500000013]]],[[[14.210554,40.56055],[14.258333,40.55971],[14.26194,40.55555],[14.197222,40.5366590000001],[14.210554,40.56055]]],[[[8.292221,39.093605000000139],[8.25111,39.10583],[8.221109,39.141937],[8.22389,39.164719],[8.30278,39.189995],[8.305555,39.115273000000116],[8.292221,39.093605000000139]]],[[[15.21361,38.770554],[15.190277,38.79055],[15.212221000000113,38.81055],[15.239166,38.806107],[15.21361,38.770554]]],[[[13.17333200000013,38.690277],[13.151943,38.691940000000102],[13.16222,38.714439],[13.198332000000107,38.711388],[13.17333200000013,38.690277]]],[[[14.868332000000123,38.531387],[14.796944,38.55861],[14.79472,38.56777],[14.803888,38.58138300000013],[14.86861,38.578049000000135],[14.868332000000123,38.531387]]],[[[14.95528,38.445549000000142],[14.901667,38.476105],[14.91222,38.516663],[14.963888,38.517494],[14.95528,38.445549000000142]]],[[[14.98889,38.364166000000125],[14.941111,38.399437],[14.958887,38.431107],[15.004166,38.379166000000112],[14.98889,38.364166000000125]]],[[[15.528889,38.13694],[15.502499,38.075829],[15.371387,37.946663],[15.219721,37.764442],[15.2175,37.70694],[15.178055,37.575554000000125],[15.08667,37.479439],[15.093887,37.342773],[15.229443,37.126106000000107],[15.303333,37.102219],[15.316666000000112,37.008888],[15.148611,36.910271],[15.094721000000106,36.79972],[15.13611,36.677773],[15.081388,36.649162],[15.019444,36.69999700000011],[14.868055,36.728333],[14.77916,36.70444],[14.55361,36.780273],[14.460554,36.830826],[14.37361,36.966385000000116],[14.245832,37.062218],[14.093887,37.110832],[13.880554,37.101105],[13.67305,37.18972],[13.56194,37.27916],[13.50528,37.287216000000114],[13.33,37.361107],[13.158888,37.491104],[13.085833,37.49305],[12.920555,37.573608],[12.8025,37.579994000000113],[12.657499,37.558609],[12.468332,37.699165],[12.422222,37.796104],[12.461666,37.822495000000117],[12.47889,37.872498],[12.466389,37.916107000000125],[12.50528,38.00972],[12.556389000000138,38.059715],[12.73361,38.139717],[12.875832,38.030273000000136],[12.930555,38.02583],[13.06278,38.07861],[13.07361,38.098053],[13.054165,38.138611],[13.100832,38.185272],[13.316666,38.21833],[13.35889,38.185555],[13.375277,38.153885000000116],[13.363609,38.124718],[13.382500000000107,38.107498],[13.711388,37.976662],[13.768888,37.970551],[13.886665,37.998055],[13.947777,38.031387000000109],[14.31194,38.01221],[14.519444,38.042770000000132],[14.637220000000127,38.073326],[14.784721000000104,38.154442],[14.87444,38.170555],[15.08667,38.120827000000133],[15.523611,38.295273],[15.652498,38.27027],[15.577221000000122,38.239716000000101],[15.528889,38.13694]]],[[[12.073889000000122,37.953606],[12.043888,37.95611],[12.029999,37.986938],[12.059166,37.989166000000125],[12.073889000000122,37.953606]]],[[[12.354166,37.9061],[12.283888000000104,37.919167],[12.271387000000118,37.936386],[12.33917,37.934441000000106],[12.364721,37.92305],[12.354166,37.9061]]],[[[12.01583,36.738327],[11.953609000000142,36.761383],[11.92277700000011,36.80416],[11.930832000000123,36.82972],[11.996666,36.83028],[12.048332,36.796944],[12.054165,36.761665],[12.01583,36.738327]]]]}} ] } ; geojson = L.geoJson(jsdata, { style: style, onEachFeature: onEachFeature }).addTo(map); jsdata = { "type":"FeatureCollection", "crs":{"type":"name","properties":{"name":"urn:ogc:def:crs:OGC:1.3:CRS84"}}, "features":[ {"type":"Feature","properties":{"FIPS":"SZ","ISO2":"CH","ISO3":"CHE","UN":756,"NAME":"Switzerland","AREA":4000,"POP2005":"7424389","REGION":150,"SUBREGION":155,"LON":7.908000,"LAT":46.861000},"geometry":{"type":"Polygon","coordinates":[[[7.697223,47.543327],[8.086666,47.560555],[8.198889,47.621666],[8.435833,47.573608],[8.519999,47.634163],[8.562222,47.621384],[8.57642,47.59137],[8.629166,47.646111],[8.620832,47.66111],[8.551388,47.668327],[8.475555,47.646942],[8.413332,47.678329],[8.406666,47.703888],[8.479443,47.772499],[8.566111,47.806938],[8.661388,47.79805],[8.734999,47.761383],[8.734165,47.709717],[8.720222,47.696625],[8.800133,47.681725],[8.772221,47.717499],[8.808887,47.735832],[8.892776,47.651382],[9.0425,47.688889],[9.261095,47.662842],[9.566724,47.540451],[9.567499,47.491104],[9.594166,47.46833],[9.65361,47.455551],[9.669998,47.387772],[9.605276,47.359993],[9.491388,47.215271],[9.484444,47.179718],[9.512499,47.100273],[9.474637,47.057457],[9.597504402663933,47.063276127049178],[9.875555,47.022491],[9.893055,47.000267],[9.873333,46.962769],[9.879444,46.939156],[10.109444,46.850273],[10.231388,46.878883],[10.313332,46.933609],[10.353611,46.994995],[10.391109,47.003609],[10.487499,46.937775],[10.447498,46.763054],[10.470833,46.635826],[10.486387,46.619438],[10.471520676229508,46.567871098360648],[10.465277,46.546387],[10.305555,46.553886],[10.247499,46.583885],[10.253611,46.622215],[10.233332,46.639999],[10.119165,46.611382],[10.050278,46.539993],[10.046665,46.445831],[10.153889,46.390274],[10.177221,46.272499],[10.129999,46.227219000000105],[10.063055,46.222771000000137],[9.994999,46.291664],[9.981943,46.334717],[9.991943,46.357773],[9.943888,46.379997000000117],[9.89793893340164,46.372290803278688],[9.813055,46.35833],[9.708332,46.298332],[9.624722000000133,46.291939],[9.5425,46.306938000000116],[9.456665,46.387772],[9.455,46.472496],[9.372776,46.5075],[9.296944,46.503883],[9.249722,46.448051],[9.282221,46.419998],[9.296944,46.35305],[9.276667,46.292496000000142],[9.238609,46.230553],[9.189444,46.186661],[9.083332,46.121109],[8.998055,45.976944],[9.025,45.935829],[9.066666,45.924164],[9.085554,45.901939],[9.036665,45.837776],[8.998333,45.829437],[8.951111,45.845276],[8.895555,45.955826],[8.813055,45.988609],[8.816944,46.031662],[8.853333,46.061104],[8.826111,46.096664],[8.747221,46.121109],[8.701111,46.10083],[8.617777,46.120277],[8.445555,46.245827],[8.434166,46.291107],[8.46611,46.37722],[8.459999,46.452217],[8.436388,46.463333],[8.365276,46.453606],[8.302776,46.422493],[8.139999,46.226105],[8.159443,46.180832],[8.148888,46.149437],[8.00861,46.008331],[7.881944,45.977776],[7.855742,45.919052],[7.743333,45.93222],[7.647499,45.98111],[7.536666,45.981667],[7.393332,45.916107],[7.295555,45.92305],[7.188611,45.879166],[7.099444,45.883606],[7.038054,45.931938],[7.005833,45.999443],[6.783889,46.148048],[6.803055,46.427773],[6.633611,46.464165],[6.491944,46.453049],[6.31111,46.401382],[6.246388,46.357773],[6.225555,46.322495],[6.243747,46.31551],[6.271944,46.26194],[6.245555,46.21833],[6.152222,46.15361],[5.996388,46.146942],[5.96611,46.205276],[6.009166,46.233887],[6.119166,46.264442000000145],[6.106109,46.297489],[6.158333,46.373886],[6.132531898565574,46.389619580942622],[6.071111,46.426384],[6.135278,46.539719],[6.129999,46.59333],[6.269166,46.682777],[6.434999,46.758049],[6.458611,46.785271],[6.446944,46.839439],[6.460278,46.895828],[6.528333,46.971664],[6.639722,47.004166],[6.699444,47.063889],[6.849721,47.164989],[6.8375,47.171104],[6.971666,47.291939],[7.000833,47.364998],[6.879999,47.360275],[6.990555,47.497215],[7.025,47.508049],[7.14642,47.499054],[7.178333,47.445831],[7.246944,47.42083],[7.308332,47.440277],[7.3825,47.432495],[7.414210225409836,47.449980711065571],[7.496944,47.494995],[7.49861,47.54805],[7.557221,47.581383],[7.674444,47.606384],[7.669999,47.576385],[7.621111,47.561104],[7.697223,47.543327]],[[8.710255,47.696808],[8.705,47.713051],[8.670555,47.711105],[8.678595,47.693344],[8.710255,47.696808]]]}} ] } ; geojson = L.geoJson(jsdata, { style: style, onEachFeature: onEachFeature }).addTo(map); jsdata = { "type":"FeatureCollection", "crs":{"type":"name","properties":{"name":"urn:ogc:def:crs:OGC:1.3:CRS84"}}, "features":[ {"type":"Feature","properties":{"FIPS":"FR","ISO2":"FR","ISO3":"FRA","UN":250,"NAME":"France","AREA":55010,"POP2005":"60990544","REGION":150,"SUBREGION":155,"LON":2.550000,"LAT":46.565000},"geometry":{"type":"MultiPolygon","coordinates":[[[[9.48583200000013,42.615273000000116],[9.49472,42.603607000000125],[9.457777,42.643326],[9.48583200000013,42.615273000000116]]],[[[9.446665,42.678886],[9.473888,42.582222],[9.509998,42.563606],[9.497221,42.60083],[9.533888000000104,42.541939000000127],[9.562222,42.272774],[9.553333000000123,42.115555],[9.41111,41.954163],[9.397192,41.875931],[9.398888,41.698883],[9.379444,41.651939],[9.320555,41.602493],[9.271666,41.520554],[9.241943,41.451942],[9.248888,41.408882000000119],[9.219166,41.366386],[9.180832000000123,41.364716000000101],[9.132221,41.3941650000001],[9.115833,41.431938000000116],[8.789165,41.558052],[8.794722,41.6325],[8.87361,41.646942000000138],[8.921389,41.688049],[8.725832000000139,41.729439000000127],[8.705,41.759438],[8.788887,41.853333],[8.803055,41.897499],[8.784166000000141,41.924438000000123],[8.744165,41.933609000000104],[8.717222,41.912498],[8.627222,41.906662],[8.58861,41.963051],[8.646111000000133,41.969162],[8.6675,41.985275],[8.659443,42.008331],[8.744999,42.051384],[8.68111,42.106384],[8.608332000000132,42.132774],[8.587221,42.169716],[8.570555000000127,42.221664],[8.618332000000123,42.253052000000139],[8.688055000000134,42.270271],[8.631666,42.336937],[8.584166,42.349998],[8.575832000000105,42.383606],[8.721666,42.57444],[9.055277,42.677498],[9.119444,42.730270000000132],[9.251389,42.720833],[9.293888,42.675552],[9.342499,42.737778],[9.337221000000113,42.798332],[9.308054,42.836105],[9.3530540000001,43.003883],[9.424166,43.010551],[9.460833,42.986382],[9.489166000000125,42.805275],[9.446665,42.678886]]],[[[-1.194445,45.822495000000117],[-1.211945,45.806938],[-1.282222,45.905548000000124],[-1.373611,45.958054],[-1.401667,46.050552],[-1.359167,46.0430530000001],[-1.233056,45.964722],[-1.170833,45.891663],[-1.194445,45.822495000000117]]],[[[-1.260834,46.156387],[-1.506945,46.204163000000108],[-1.553056,46.244995],[-1.474445,46.255829],[-1.291667,46.198051000000135],[-1.255556,46.168327],[-1.260834,46.156387]]],[[[-2.270833,46.693329000000119],[-2.363889,46.698051],[-2.385,46.725555],[-2.333611,46.730553],[-2.270833,46.693329000000119]]],[[[-2.196945,47.017220000000123],[-2.137222,46.943886000000134],[-2.145,46.90583],[-2.199445,46.961105],[-2.262778,46.969719],[-2.284722,47.020554000000118],[-2.245556,47.031944],[-2.196945,47.017220000000123]]],[[[-3.066667,47.306664],[-3.085834,47.287773000000129],[-3.215834,47.302498],[-3.2375,47.315277],[-3.258611,47.376106],[-3.243333,47.391663],[-3.063334,47.320274],[-3.066667,47.306664]]],[[[-5.055,48.454163],[-5.101389,48.442215],[-5.134723,48.458328],[-5.064723,48.483055],[-5.045,48.468605000000139],[-5.055,48.454163]]],[[[-3.576667,48.803886],[-3.575556,48.812492],[-3.563334,48.808609],[-3.566112,48.805832000000123],[-3.576667,48.803886]]],[[[2.541667000000132,51.09111],[2.5975,50.995827000000133],[2.597777,50.92582700000014],[2.650555,50.816109],[2.898056,50.703049],[2.960556,50.7575],[3.149722,50.789993],[3.242222,50.668053],[3.278611000000126,50.541664],[3.298611,50.523048],[3.372777,50.494995000000131],[3.518055,50.518883],[3.607778,50.495827],[3.660555,50.45638300000013],[3.676944,50.395271],[3.774722000000111,50.353882],[3.889722,50.339996],[4.038333,50.3555530000001],[4.165,50.283051],[4.194444,50.237495000000138],[4.149238,49.978371],[4.215261,49.959602000000132],[4.317222,49.969719],[4.458333,49.938606],[4.510555,49.947495],[4.673611,49.996384],[4.696944,50.090828],[4.832503,50.16861],[4.894722,50.140274],[4.838888,50.06916],[4.820833,49.992775],[4.873055000000136,49.797218],[4.912777000000119,49.788887],[4.996666,49.802498000000128],[5.331111,49.656662],[5.437778,49.599998000000141],[5.475555,49.537773],[5.463611,49.517776],[5.4775,49.504166000000112],[5.631944,49.535828],[5.792222,49.54583],[5.855277,49.501106],[5.977777000000117,49.448608],[6.094444000000124,49.454163],[6.124166,49.489716],[6.165277000000117,49.504715],[6.239721,49.507774],[6.36217,49.459389],[6.416111,49.47583],[6.540555,49.425827],[6.686944,49.244995],[6.730833,49.166107],[6.838888,49.154999],[6.861111,49.174995],[6.8475,49.215271],[6.930555,49.220833],[7.019444,49.187492],[7.090555,49.127495],[7.287777,49.111107],[7.36,49.14222],[7.371944,49.17083],[7.423611,49.177216000000101],[7.486944,49.164162],[7.652089,49.044937000000118],[7.938611,49.048882],[8.226078,48.964417],[8.190554,48.951942000000145],[8.139166,48.895554],[8.092222,48.803604],[7.879999,48.664162],[7.802221,48.575829],[7.736666,48.398605],[7.750833,48.336662000000103],[7.578888,48.119720000000143],[7.569194,48.044777],[7.613611,48.006104],[7.624166,47.976944000000117],[7.557221,47.862778000000105],[7.510833,47.703331],[7.519444,47.668327],[7.567222,47.636665],[7.588268,47.58448],[7.501389,47.550552],[7.496944,47.494995],[7.3825,47.432495],[7.308332000000121,47.440277],[7.246944,47.42083],[7.178333,47.445831],[7.14642,47.499054000000115],[7.025,47.508049],[6.990555,47.497215],[6.879999,47.360275],[7.000833,47.364998],[6.971666,47.291939],[6.8375,47.171104],[6.849721,47.164989000000105],[6.699444,47.063889000000131],[6.639722,47.004166],[6.528333,46.971664],[6.460278,46.895828],[6.446944,46.839439],[6.458611,46.785271],[6.434999000000119,46.758049],[6.269166,46.682777000000101],[6.129999000000112,46.59333],[6.135278,46.539719],[6.071111,46.426384],[6.158333,46.373886],[6.106109,46.297489],[6.119166,46.264442000000145],[6.009166,46.233887],[5.96611,46.205276],[5.996388,46.146942000000138],[6.152222,46.153610000000128],[6.245555,46.21833],[6.271944000000133,46.26194],[6.243747,46.31551],[6.225555,46.322495],[6.246388,46.357773],[6.31111,46.401382],[6.491944,46.453049],[6.633611,46.464165],[6.803055,46.427773],[6.783889,46.148048],[7.005833000000109,45.999443],[7.038054,45.931938000000116],[6.973055,45.868889],[6.81861,45.839165],[6.799722,45.796661],[6.809722000000136,45.727776000000119],[6.969444,45.596939],[6.999444,45.518326000000116],[7.089159,45.47686],[7.146944,45.43055],[7.15861,45.377495],[7.127777,45.257774],[7.064722,45.223053],[6.826944,45.149719],[6.760833,45.168327],[6.61976,45.110138],[6.746944,44.919441],[6.85777800000011,44.866661000000136],[6.948333,44.869995],[7.031666,44.83138300000013],[7.028333,44.74472],[6.852777,44.540833],[6.876944,44.376663],[7.031388,44.246941],[7.348332,44.131943],[7.418888,44.125549],[7.614721,44.180275],[7.662222,44.170830000000137],[7.658333,44.137215],[7.708333,44.079437],[7.657222,44.005272],[7.495,43.88166],[7.531935,43.782043],[7.507777,43.792221],[7.439293000000134,43.757523000000106],[7.419999000000132,43.772499],[7.387777,43.748604],[7.391609,43.727547],[7.254722,43.704437],[7.15861,43.663055],[7.074721,43.57222],[6.89222100000012,43.435829],[6.794167,43.422775],[6.636389,43.311104000000114],[6.6375,43.287773],[6.700277000000142,43.275551],[6.6416660000001,43.184998],[6.527499,43.189163],[6.186944,43.128609],[6.161944,43.103607],[6.165277000000117,43.050552],[6.062222,43.101387],[5.955555,43.118332],[5.937222000000133,43.087219],[5.838611,43.059998000000121],[5.776111,43.088051],[5.815555000000131,43.120277],[5.689225,43.188507],[5.36361,43.221939000000134],[5.35111,43.235275],[5.373888,43.26888300000013],[5.363889,43.328331000000105],[5.322222000000124,43.366661],[5.213055,43.338608],[5.0388880000001,43.347496],[5.04561,43.393997],[5.151388000000111,43.417221],[5.232499,43.467499],[5.2272210000001,43.496109000000104],[5.031388,43.556664],[5.009722,43.512215],[5.016666,43.488884],[5.057500000000118,43.471382],[5.0397210000001,43.437607],[4.994722,43.425274],[4.919167,43.435555],[4.830055,43.411385],[4.839388,43.390217],[4.743889000000138,43.428604000000121],[4.749166,43.518051000000128],[4.696666,43.577774],[4.741666,43.417496],[4.731888,43.400444],[4.772722,43.373608],[4.652778,43.359718],[4.583888,43.369995],[4.572499000000107,43.387772],[4.60111,43.428604000000121],[4.535555000000102,43.458328000000108],[4.321111,43.458328000000108],[4.309444,43.512215],[4.241433,43.485954],[4.287777,43.45694],[4.190555,43.461937],[4.124722,43.498329],[4.138055,43.526108000000136],[4.108055,43.554993000000138],[4.050278,43.562218],[3.964722,43.540833],[3.546667,43.319717],[3.335,43.265274],[3.258055,43.227493],[3.141111,43.138885],[3.081388000000118,43.069443],[3.045278,42.954163],[2.96,42.837776000000133],[2.979167,42.806664],[3.012222,42.79805],[3.038055,42.728333],[3.049444000000108,42.553886],[3.143055,42.516388],[3.177655000000129,42.436806],[3.092222,42.429993000000138],[3.045278,42.474716],[2.95,42.480553],[2.678333,42.401665],[2.657222,42.384438],[2.674444000000108,42.357216],[2.666389,42.341942000000131],[2.541944,42.332497],[2.484722,42.343048000000124],[2.438889,42.380554000000132],[2.269166,42.437218],[2.137777,42.417221],[2.093611,42.364166],[2.017222,42.35305000000011],[1.906389000000104,42.446938],[1.723611,42.509438],[1.74305500000014,42.563606],[1.78172,42.569962],[1.738611,42.616386],[1.563056,42.655548],[1.491944000000103,42.65361],[1.445833000000107,42.601944],[1.359167000000127,42.715271],[1.173889,42.709717],[1.091666,42.784439],[0.896944,42.813049],[0.72,42.859161],[0.667778,42.839165],[0.651944,42.784996],[0.655555000000106,42.754166],[0.681389000000138,42.729439000000127],[0.675506,42.688484],[0.432778,42.686661],[0.2725,42.702499],[0.261944000000142,42.717499],[0.178611,42.735275],[-0.005556,42.684998000000121],[-0.057222,42.69416],[-0.063056,42.715828],[-0.151944,42.776657],[-0.308739,42.848381],[-0.323611,42.82666],[-0.391944,42.796387],[-0.562222,42.781387],[-0.731945,42.899162],[-0.724167,42.937218],[-0.746667,42.965553],[-0.818611,42.946106],[-0.934167,42.952499],[-1.300278,43.071663],[-1.360278,43.031662],[-1.434445,43.045555],[-1.4725,43.09111],[-1.411389,43.136665],[-1.385,43.20166],[-1.391389,43.262772],[-1.655556,43.309441],[-1.730377,43.29898100000014],[-1.780877,43.359924],[-1.666945,43.385277],[-1.585278,43.441383],[-1.443889,43.640549000000135],[-1.424722,43.784721],[-1.326389,44.094444],[-1.250111,44.515106],[-1.208611,44.625832000000116],[-1.156389,44.658333],[-1.085834,44.654160000000104],[-1.036111,44.675278],[-1.0625,44.713608],[-1.168889,44.776108],[-1.250278,44.662498],[-1.141111,45.489716000000101],[-1.083889,45.564438],[-1.058056,45.571388],[-1.057778,45.520828],[-0.991945,45.474998],[-0.922222,45.452499],[-0.7975,45.35694100000012],[-0.759167,45.304443],[-0.699445,45.09861],[-0.536667,44.895554000000118],[-0.554167,45.023331],[-0.655278,45.098328],[-0.717778,45.357216000000108],[-0.776667,45.461105],[-1.000278,45.614441000000113],[-1.165833,45.687492],[-1.240834,45.70166],[-1.230556,45.788055],[-1.145939,45.802944],[-1.148056,45.867775],[-1.067778,45.908882],[-1.050556,46.034439],[-1.148611,46.153328],[-1.105834,46.258606],[-1.114635,46.316582],[-1.172778,46.325829],[-1.207778,46.31472],[-1.220278,46.289719],[-1.469722,46.392776],[-1.786389,46.488327],[-1.860556,46.637772],[-2.007223,46.761665000000107],[-2.130834,46.838333],[-2.13,46.898331],[-1.984167,47.034439],[-2.051667,47.097221],[-2.170834,47.126663],[-2.165167,47.221107000000131],[-2.134167,47.278053],[-2.043612,47.287216],[-1.938334,47.274162],[-1.8025,47.211937],[-1.728611,47.210831],[-1.883889,47.286659],[-2.003334,47.31916],[-2.129445,47.309715],[-2.289167,47.238884],[-2.540278,47.296661],[-2.5275,47.386108],[-2.466667,47.417496],[-2.406389,47.407494],[-2.459597,47.452988],[-2.484723,47.450272],[-2.491667,47.49305],[-2.361111,47.504166],[-2.580833,47.537773],[-2.793056,47.488884],[-2.837778,47.499161000000129],[-2.869945,47.540276],[-2.732778,47.545555],[-2.685,47.597221000000104],[-2.698056,47.637215],[-2.925333,47.581051],[-3.091667,47.584717],[-3.125,47.599442],[-3.120278,47.500549],[-3.086112,47.47361],[-3.106389,47.472221],[-3.133889,47.47805],[-3.150278,47.524994],[-3.131945,47.559441],[-3.14,47.593887000000109],[-3.216945,47.650551],[-3.508889,47.7586060000001],[-3.833889,47.800552],[-3.982223,47.889717],[-4.151112,47.854439],[-4.182778,47.804161],[-4.366389,47.804161],[-4.370556,47.828606],[-4.344167,47.841942],[-4.35,47.871941000000106],[-4.436111,47.972496],[-4.529443,48.022499],[-4.591111,48.016937],[-4.726142,48.040581],[-4.708056,48.068329000000119],[-4.360001,48.113327],[-4.3,48.098053000000107],[-4.283611,48.114716],[-4.275556,48.151939],[-4.310278,48.201385],[-4.441389,48.238327],[-4.493056,48.236107],[-4.511111,48.199997],[-4.555834,48.174995],[-4.623889,48.281944000000124],[-4.559445,48.336105],[-4.531112,48.341660000000104],[-4.55139,48.306107],[-4.530556,48.289993],[-4.263334,48.284721],[-4.186111,48.299995],[-4.438612,48.333054],[-4.440556,48.354996],[-4.763612,48.335274],[-4.784167,48.366943],[-4.790278,48.421387],[-4.777779,48.509438],[-4.6975,48.571663],[-4.625556,48.579994],[-4.589723,48.559998000000121],[-4.563612,48.623886],[-4.541667,48.635277],[-4.354167,48.674164],[-4.171945,48.687492],[-3.968056,48.725555],[-3.973611,48.705826],[-3.949445,48.656105],[-3.8575,48.636108],[-3.860278,48.683609],[-3.810556,48.726105],[-3.583056,48.675827],[-3.531945,48.739166000000125],[-3.581667,48.774994],[-3.536667,48.825829],[-3.474722,48.840828000000101],[-3.38,48.821938],[-3.220834,48.870552],[-3.124444,48.864998],[-3.060833,48.826385],[-2.685278,48.501663],[-2.461667,48.637215],[-2.307222,48.67610900000011],[-2.128334,48.638611],[-2.039278,48.599552],[-1.977222,48.512497],[-1.941945,48.533607],[-1.955278,48.579437],[-2.006667,48.602776],[-2.017112,48.650944],[-1.988056,48.686943],[-1.846111,48.70916],[-1.838611,48.684998],[-1.87,48.649994000000106],[-1.825556,48.611382000000106],[-1.649167,48.615273],[-1.588626,48.639679],[-1.368889,48.643608],[-1.498889,48.689163],[-1.5625,48.747772],[-1.578611,48.837776],[-1.556389,49.015831000000105],[-1.585,49.008888000000127],[-1.5975,49.040276000000119],[-1.609722,49.214996],[-1.75,49.359444],[-1.812222,49.377777],[-1.845556,49.499718000000144],[-1.848611,49.635826],[-1.864444,49.656944000000124],[-1.945556,49.675552],[-1.941667,49.723885],[-1.844722,49.713882000000126],[-1.620556,49.655273],[-1.518813,49.658356],[-1.466667,49.697777],[-1.410833,49.704994000000113],[-1.264167,49.684166],[-1.227778,49.614441],[-1.296111,49.5816650000001],[-1.298333,49.537216],[-1.113889,49.365273],[-1.067778,49.394722],[-0.927778,49.394722],[-0.827222,49.361664],[-0.410833,49.340828],[-0.228333,49.283607],[-0.039444,49.31472],[0.079167,49.358887],[0.149167,49.409439],[0.424722,49.45166],[0.494444,49.488052],[0.371667,49.455551],[0.256111,49.457222000000115],[0.119167,49.484718],[0.074167000000102,49.526665],[0.169722,49.688889],[0.208889,49.718048],[0.640278000000137,49.866104000000121],[1.073611,49.927216],[1.2325,49.981667],[1.461111,50.124161],[1.505555,50.201942],[1.552778,50.359993],[1.603851,50.36879],[1.558055,50.406105],[1.577222,50.528053000000114],[1.564444,50.705826],[1.625,50.877777],[1.792778,50.962776],[2.407222,51.054993],[2.541667000000132,51.09111]]]]}} ] } ; geojson = L.geoJson(jsdata, { style: style, onEachFeature: onEachFeature }).addTo(map); jsdata = { "type":"FeatureCollection", "crs":{"type":"name","properties":{"name":"urn:ogc:def:crs:OGC:1.3:CRS84"}}, "features":[ {"type":"Feature","properties":{},"geometry":{"type":"Polygon","coordinates":[[[2.96361,36.802216],[3.031389,36.806389],[3.089166,36.75],[3.138333,36.738327],[3.185553,36.742775],[3.228055,36.77861],[3.485555,36.769165],[3.625,36.810555],[3.742222,36.887215],[3.891666,36.917221],[3.937222,36.890274],[4.106111,36.884163],[4.294999,36.904442],[4.550555,36.884163],[4.785832,36.894722],[5.102221,36.774994],[5.080277,36.720833],[5.156111,36.674995],[5.244166,36.646111],[5.328055,36.640274],[5.424444,36.653053],[5.529166,36.692497],[5.590278,36.767776],[5.709999,36.824165],[5.76611,36.834717],[5.819444,36.812775],[6.0,36.837776],[6.233333,36.913605],[6.263055,36.946106],[6.248055,36.983055],[6.268332,37.018608],[6.361666,37.080276],[6.398333,37.086388],[6.464722,37.091385],[6.509166,37.075272],[6.592777,36.97361],[6.928055,36.883606],[7.170555,36.919998],[7.255833,36.991104],[7.248888,37.027496],[7.183055,37.073326],[7.229722,37.086388],[7.269994,37.067776],[7.295555,37.076942],[7.463611,37.042496],[7.611388,36.976387],[7.765277,36.966385],[7.773053,36.879719],[7.876666,36.847496],[7.948333,36.844994],[8.0425,36.871384],[8.229166,36.955276],[8.390276,36.918884],[8.545832,36.921387],[8.62203,36.941368],[8.638054,36.831108],[8.476387,36.743607],[8.447498,36.657219],[8.347221,36.602776],[8.215277,36.560555],[8.183611,36.524162],[8.195833,36.488884],[8.293333,36.482773],[8.365555,36.45916],[8.376665,36.413605],[8.371666,36.357498],[8.331388,36.286659],[8.260555,35.856384],[8.277498,35.749161],[8.333611,35.692497],[8.344166,35.65361],[8.348888,35.584442],[8.301388,35.392776],[8.308332,35.339165],[8.40111,35.192215],[8.326111,35.104721],[8.28611,34.965553],[8.273333,34.851662],[8.290277,34.758331],[8.224998,34.690277],[8.251665,34.64444],[8.123333,34.539162],[7.850555,34.423332],[7.825555,34.389442],[7.819444,34.330826],[7.777499,34.242493],[7.641388,34.204994],[7.530555,34.106667],[7.492499,33.887497],[7.55611,33.678604],[7.725027,33.419403],[7.726388,33.286659],[7.743055,33.229164],[7.764999,33.208611],[8.022778,33.112778],[8.090277,33.114441],[8.30611,32.83416],[8.34861,32.533333],[9.055277,32.099998],[9.537113,30.23439],[9.303888,30.122498],[9.449165,29.965832],[9.638054,29.691109],[9.757221,29.454166],[9.839722,29.16],[9.869444,28.949997],[9.871666,28.80611],[9.789721,28.256664],[9.957499,27.853054],[9.875832,27.607498],[9.819166,27.537777],[9.733889,27.316944],[9.818054,27.056389],[9.848331,26.908607],[9.930555,26.859722],[9.895832,26.695553],[9.916943,26.673332],[9.871666,26.514164],[9.499443,26.357498],[9.400276,26.204998],[9.393888,26.170555],[10.037498,25.321388],[10.054443,24.838055],[10.218332,24.75111],[10.252222,24.605831],[10.422222,24.478054],[10.48,24.478054],[10.715277,24.567219],[11.012894,24.457829],[11.558887,24.302498],[11.986475,23.522305],[9.742867,22.226391],[7.450807,20.852863],[5.812499,19.44611],[3.331944,18.976387],[3.140833,19.113609],[3.114166,19.156387],[3.277222,19.389721],[3.21,19.565277],[3.233055,19.820274],[2.902222,19.966942],[2.711667,20.00222],[2.587778,20.001663],[2.411666,20.057499],[2.344166,20.177776],[2.213055,20.281387],[2.178055,20.279442],[2.085,20.21722],[1.900278,20.25972],[1.795833,20.308331],[1.668056,20.408607],[1.663055,20.53611],[1.6275,20.57111],[1.518889,20.626663],[1.1675,20.741108],[1.160555,20.806942],[1.197148,21.00248],[1.169662,21.102543],[-0.008056,21.830555],[-2.09,23.25],[-4.525278,24.824997],[-6.662778,26.129166],[-8.66679,27.290459],[-8.667223,28.709442],[-8.495556,28.790554],[-8.412224,28.8475],[-8.361946,28.916111],[-8.176945,29.040833],[-7.986945,29.122776],[-7.644723,29.384998],[-7.433889,29.397221],[-7.356389,29.461666],[-7.298334,29.53833],[-7.112223,29.640274],[-6.585834,29.567219],[-6.513889,29.628887],[-6.481112,29.743053],[-6.400278,29.804443],[-6.217223,29.798885],[-6.145834,29.8475],[-6.002778,29.829441],[-5.790556,29.876389],[-5.538334,29.902496],[-5.351945,29.997219],[-5.275834,30.055275],[-5.085556,30.255554],[-4.974723,30.456944],[-4.920556,30.508053],[-4.639167,30.60083],[-4.396945,30.648331],[-4.3325,30.69611],[-4.169168,30.769165],[-4.016945,30.91111],[-3.840556,30.938053],[-3.718889,30.938053],[-3.626667,30.970554],[-3.594445,31.014999],[-3.602222,31.095554],[-3.697778,31.150276],[-3.808333,31.148052],[-3.826111,31.163887],[-3.803889,31.339165],[-3.8175,31.441944],[-3.843889,31.498333],[-3.830833,31.677498],[-3.808611,31.700554],[-3.685278,31.715832],[-3.511667,31.673332],[-3.386114,31.726107],[-3.159722,31.778332],[-2.999444,31.833332],[-2.972222,31.85083],[-2.951389,31.89222],[-2.938056,32.028885],[-2.853889,32.088333],[-2.331111,32.157494],[-1.931111,32.121109],[-1.320278,32.101387],[-1.259167,32.085274],[-1.180556,32.11055],[-1.173889,32.133888],[-1.200834,32.170273],[-1.295833,32.163055],[-1.257725,32.208023],[-1.249722,32.326942],[-1.196111,32.404716],[-1.12,32.41555],[-1.010278,32.508331],[-1.382778,32.724442],[-1.5425,32.939438],[-1.487222,32.979164],[-1.480278,33.063049],[-1.548889,33.111382],[-1.668056,33.261108],[-1.666667,33.383331],[-1.600556,33.50972],[-1.600278,33.556938],[-1.641667,33.650833],[-1.730556,33.704994],[-1.710278,33.8825],[-1.654444,34.083611],[-1.750556,34.349442],[-1.793334,34.378326],[-1.686711,34.485512],[-1.738056,34.501938],[-1.8575,34.610275],[-1.805833,34.657219],[-1.747222,34.747215],[-1.856389,34.801384],[-2.180278,35.012215],[-2.203333,35.034439],[-2.209445,35.085831],[-2.158889,35.098328],[-2.065556,35.071938],[-1.979722,35.073326],[-1.753889,35.128326],[-1.474445,35.305832],[-1.389445,35.306389],[-1.297778,35.359993],[-1.259167,35.406662],[-1.196944,35.551109],[-1.03583,35.676941],[-0.902778,35.711388],[-0.791667,35.764999],[-0.697222,35.719719],[-0.618056,35.71833],[-0.521111,35.776665],[-0.474722,35.864716],[-0.373889,35.90361],[-0.3375,35.897499],[-0.2975,35.867218],[-0.293611,35.829994],[-0.244444,35.810829],[-0.1125,35.782494],[-0.052222,35.806107],[0.047222,35.876938],[0.125,36.043327],[0.204167,36.103333],[0.615833,36.305832],[0.757222,36.33416],[0.866944,36.376663],[0.916111,36.405273],[0.95,36.450272],[1.1825,36.512215],[1.503611,36.523888],[1.8425,36.567497],[2.041111,36.566109],[2.339167,36.635277],[2.394444,36.619995],[2.41,36.59333],[2.591666,36.592499],[2.779444,36.677216],[2.833333,36.716942],[2.894444,36.792496],[2.96361,36.802216]]]}} ] } ; geojson = L.geoJson(jsdata, { style: style, onEachFeature: onEachFeature }).addTo(map); jsdata = { "type":"FeatureCollection", "crs":{"type":"name","properties":{"name":"urn:ogc:def:crs:OGC:1.3:CRS84"}}, "features":[ {"type":"Feature","properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[[-68.60861,-54.8914],[-68.64311,-54.88861],[-68.636124,-54.804771],[-68.55724,-54.874451],[-68.60861,-54.8914]]],[[[-63.813614,-54.731392],[-63.871391,-54.78612],[-63.95473,-54.811951],[-64.0114,-54.778618],[-64.25389,-54.84222],[-64.265289,-54.806114],[-64.3264,-54.788612],[-64.41862,-54.83861],[-64.572784,-54.866669],[-64.67834,-54.90723],[-64.670563,-54.86639],[-64.75528,-54.835007],[-64.73862,-54.80445],[-64.69278,-54.776947],[-64.598343,-54.79945],[-64.337509,-54.72778],[-64.168335,-54.74278],[-63.90806,-54.713615],[-63.813614,-54.731392]]],[[[-68.261948,-52.98806],[-68.224731,-53.121117],[-68.243057,-53.114174],[-68.28946,-53.004723],[-68.31807,-52.994171],[-68.36835,-53.003891],[-68.543625,-53.1264],[-68.5675,-53.188057],[-68.543625,-53.229446],[-68.498062,-53.263893],[-68.404175,-53.297226],[-68.16612,-53.291672],[-68.092514,-53.379723],[-68.04306,-53.522781],[-67.988617,-53.59222],[-67.587784,-53.829445],[-67.57333,-53.910278],[-67.35918,-54.02889],[-66.99417,-54.18611],[-66.71667,-54.28306],[-66.54668,-54.41389],[-66.22751,-54.54195],[-65.80751,-54.657501],[-65.705841,-54.671669],[-65.297226,-54.633614],[-65.214172,-54.634727],[-65.14001,-54.65723],[-65.23834,-54.813614],[-65.353897,-54.92917],[-65.48584,-54.9025],[-65.60722,-54.93278],[-65.70668,-54.92556],[-65.763062,-54.89639],[-65.88863,-54.892227],[-65.93611,-54.898613],[-66.01334,-54.95612],[-66.104172,-54.980003],[-66.37195,-54.985001],[-66.44612,-55.051674],[-66.649445,-55.025841],[-66.796402,-54.945557],[-67.02167,-54.907501],[-67.48889,-54.877502],[-67.71417,-54.886948],[-68.00029,-54.86111],[-68.24556,-54.816948],[-68.30862,-54.824448],[-68.332779,-54.845],[-68.55778,-54.84639],[-68.63583,-54.788338],[-68.61758,-52.64151],[-68.45113,-52.812782],[-68.33223,-52.893059],[-68.261948,-52.98806]]],[[[-61.878891,-39.2425],[-62.05917,-39.16862],[-62.09639,-39.111671],[-62.095284,-39.08917],[-61.890556,-39.13917],[-61.859726,-39.218338],[-61.878891,-39.2425]]],[[[-61.99695,-39.066948],[-62.109169,-39.04139],[-62.132782,-39.01889],[-62.06334,-39.002785],[-61.981392,-39.026947],[-61.96278,-39.04639],[-61.99695,-39.066948]]],[[[-65.748062,-22.11167],[-64.98834,-22.090836],[-64.964447,-22.11],[-64.72278,-22.18139],[-64.67168,-22.16972],[-64.590561,-22.21472],[-64.54251,-22.26667],[-64.52612,-22.40889],[-64.461945,-22.514446],[-64.44389,-22.58],[-64.454453,-22.64333],[-64.360001,-22.740837],[-64.34584,-22.86444],[-64.324722,-22.87361],[-64.301392,-22.8325],[-64.281403,-22.64944],[-64.25334,-22.56778],[-64.22029,-22.508614],[-64.12668,-22.410278],[-63.94112,-22.00083],[-62.811951,-21.99695],[-62.79528,-22.108059],[-62.76501,-22.15472],[-62.643768,-22.2389],[-62.52139,-22.370834],[-62.38556,-22.46083],[-62.28528,-22.49583],[-62.24695,-22.52889],[-62.15472,-22.75611],[-62.029449,-22.891945],[-61.990005,-23.006668],[-61.759445,-23.16972],[-61.73972,-23.243614],[-61.683891,-23.28222],[-61.59862,-23.29417],[-61.45084,-23.41806],[-61.29472,-23.48917],[-61.11556,-23.60361],[-61.012222,-23.810558],[-60.87528,-23.84972],[-60.613892,-23.89445],[-60.57333,-23.951115],[-60.28639,-24.037502],[-60.162781,-24.041668],[-60.03806,-24.00972],[-59.472778,-24.35306],[-59.33889,-24.488892],[-58.98972,-24.65472],[-58.80334,-24.784168],[-58.66972,-24.82222],[-58.46111,-24.85306],[-58.34833,-24.97472],[-58.183891,-24.97389],[-58.059723,-25.034447],[-57.871117,-25.08778],[-57.75611,-25.17694],[-57.738335,-25.233059],[-57.67267,-25.2943],[-57.64333,-25.37472],[-57.55584,-25.438057],[-57.57667,-25.54945],[-57.744728,-25.73194],[-57.81098,-25.77314],[-57.80361,-25.834724],[-57.903618,-25.95834],[-57.857506,-25.98639],[-57.85583,-26.00194],[-57.995834,-26.1],[-58.04834,-26.11917],[-58.14473,-26.206947],[-58.131393,-26.25722],[-58.21139,-26.426392],[-58.21917,-26.535004],[-58.168335,-26.597225],[-58.181671,-26.656113],[-58.31667,-26.87278],[-58.394447,-26.90806],[-58.46954,-26.981468],[-58.56417,-27.1175],[-58.628059,-27.13111],[-58.65278,-27.158337],[-58.65573,-27.191612],[-58.59889,-27.245003],[-58.604622,-27.31692],[-58.505562,-27.288612],[-58.15639,-27.26889],[-57.79139,-27.29222],[-57.72362,-27.308891],[-57.626396,-27.36917],[-57.29695,-27.431114],[-57.129448,-27.489723],[-57.07167,-27.49195],[-56.90861,-27.41778],[-56.86917,-27.42361],[-56.78612,-27.49445],[-56.73695,-27.50695],[-56.67306,-27.461391],[-56.550003,-27.4525],[-56.514725,-27.46417],[-56.452782,-27.550835],[-56.378059,-27.58834],[-56.34556,-27.57028],[-56.270836,-27.461391],[-56.268059,-27.3875],[-56.13778,-27.308891],[-56.04223,-27.303612],[-55.96527,-27.331955],[-55.89834,-27.32917],[-55.87195,-27.347504],[-55.842506,-27.40778],[-55.77417,-27.440281],[-55.73611,-27.43944],[-55.59639,-27.33806],[-55.5675,-27.24945],[-55.581116,-27.215],[-55.57333,-27.166668],[-55.547501,-27.112225],[-55.421394,-26.99],[-55.13361,-26.88583],[-55.04611,-26.79778],[-54.969452,-26.78806],[-54.948059,-26.766113],[-54.930557,-26.68833],[-54.88834,-26.65778],[-54.83667,-26.659447],[-54.69833,-26.438335],[-54.65834,-26.285835],[-54.667503,-26.23888],[-54.63334,-26.200279],[-54.661667,-26.158337],[-54.665001,-25.982502],[-54.604446,-25.94361],[-54.62334,-25.64861],[-54.598915,-25.57322],[-54.53834,-25.57139],[-54.45251,-25.633057],[-54.38,-25.5775],[-54.291115,-25.54889],[-54.26112,-25.567501],[-54.177505,-25.56195],[-54.104172,-25.49389],[-53.88695,-25.635559],[-53.82389,-25.80695],[-53.834724,-25.88139],[-53.825,-25.957779],[-53.656113,-26.209446],[-53.65667,-26.285835],[-53.713615,-26.366669],[-53.70945,-26.511112],[-53.73584,-26.69583],[-53.698616,-26.889446],[-53.838753,-27.17112],[-53.85778,-27.14917],[-54.00417,-27.18917],[-54.07084,-27.268059],[-54.10778,-27.28945],[-54.148613,-27.28917],[-54.28306,-27.427502],[-54.358063,-27.456947],[-54.52972,-27.490837],[-54.6889,-27.556114],[-54.77639,-27.56611],[-54.788612,-27.533337],[-54.81111,-27.532501],[-54.898613,-27.67028],[-54.91222,-27.73722],[-55.02167,-27.83389],[-55.186394,-27.856945],[-55.32612,-27.92445],[-55.37972,-27.98167],[-55.38167,-28.02806],[-55.44778,-28.08667],[-55.626297,-28.141022],[-55.67861,-28.195557],[-55.765282,-28.226112],[-55.76501,-28.25917],[-55.691391,-28.29278],[-55.66862,-28.32028],[-55.6925,-28.40889],[-55.715561,-28.40472],[-55.73556,-28.36195],[-55.855003,-28.352779],[-55.8914,-28.36778],[-56.066116,-28.626114],[-56.17001,-28.72834],[-56.28945,-28.78472],[-56.42361,-29.065556],[-56.51501,-29.092781],[-56.59611,-29.14417],[-56.64695,-29.20528],[-56.65639,-29.27084],[-56.695557,-29.34361],[-57.10111,-29.76111],[-57.22778,-29.78056],[-57.28566,-29.81111],[-57.319092,-29.875],[-57.328415,-29.98458],[-57.49334,-30.13695],[-57.608002,-30.18492],[-57.629448,-30.23778],[-57.62584,-30.285835],[-57.668892,-30.35472],[-57.887222,-30.52195],[-57.88972,-30.604446],[-57.84862,-30.63834],[-57.81222,-30.718334],[-57.79806,-30.89],[-57.91945,-31.268612],[-57.99139,-31.40639],[-58.07917,-31.461391],[-58.07417,-31.488056],[-58.006668,-31.528614],[-57.97723,-31.577225],[-58.032784,-31.77584],[-58.063614,-31.8125],[-58.16222,-31.841114],[-58.203613,-31.89167],[-58.162506,-31.94472],[-58.14556,-31.995834],[-58.15362,-32.08694],[-58.18306,-32.160599],[-58.099167,-32.25917],[-58.101112,-32.32806],[-58.173889,-32.39944],[-58.223335,-32.49556],[-58.22501,-32.56583],[-58.150558,-32.94417],[-58.147224,-33.051674],[-58.194168,-33.092506],[-58.398056,-33.08056],[-58.42695,-33.096947],[-58.42667,-33.26195],[-58.508614,-33.411949],[-58.53195,-33.516945],[-58.546394,-33.739174],[-58.460007,-33.858063],[-58.43944,-33.96973],[-58.44833,-34.009727],[-58.401672,-34.02945],[-58.3839,-34.05584],[-58.37723,-34.18806],[-58.43195,-34.260284],[-58.47889,-34.282784],[-58.498894,-34.32667],[-58.46973,-34.53973],[-58.42695,-34.573616],[-58.36945,-34.58389],[-58.33223,-34.652504],[-58.23083,-34.71722],[-57.855,-34.851112],[-57.498894,-35.04556],[-57.335556,-35.15556],[-57.18834,-35.320557],[-57.12472,-35.41695],[-57.12972,-35.470284],[-57.376114,-35.78139],[-57.38778,-35.83083],[-57.37667,-35.962784],[-57.31334,-36.09056],[-57.24722,-36.1725],[-57.100006,-36.288338],[-56.933334,-36.36861],[-56.773613,-36.30445],[-56.741669,-36.31834],[-56.69833,-36.409447],[-56.67028,-36.5875],[-56.660278,-36.86695],[-56.67834,-36.92361],[-56.82084,-37.082779],[-57.082779,-37.45278],[-57.487503,-37.83501],[-57.541115,-37.98195],[-57.52556,-38.02834],[-57.53139,-38.080284],[-57.57167,-38.133057],[-57.83639,-38.29306],[-58.30112,-38.485001],[-58.76694,-38.59972],[-59.038063,-38.6925],[-59.494728,-38.76694],[-59.78973,-38.83694],[-61.09445,-38.99583],[-61.38361,-38.97973],[-61.54778,-39.01362],[-61.81806,-38.98611],[-62.085007,-38.91833],[-62.112785,-38.86445],[-62.208336,-38.816391],[-62.34445,-38.790001],[-62.38139,-38.79861],[-62.396118,-38.82333],[-62.381668,-38.859169],[-62.27889,-38.95583],[-62.336945,-39.078613],[-62.34972,-39.167503],[-62.32667,-39.2625],[-62.162506,-39.28751],[-62.07973,-39.322227],[-62.02,-39.378059],[-62.063614,-39.41361],[-62.15834,-39.354172],[-62.188057,-39.31028],[-62.263058,-39.316059],[-62.277229,-39.33528],[-62.06778,-39.505562],[-62.11639,-39.839447],[-62.172501,-39.86111],[-62.27112,-39.841118],[-62.30917,-39.892227],[-62.34167,-40.01417],[-62.338058,-40.12472],[-62.35278,-40.181671],[-62.374168,-40.215836],[-62.432228,-40.23723],[-62.48945,-40.29945],[-62.42084,-40.45945],[-62.296669,-40.55695],[-62.26,-40.56],[-62.24667,-40.600563],[-62.261391,-40.63334],[-62.30584,-40.633614],[-62.33083,-40.60556],[-62.348061,-40.60722],[-62.33834,-40.67306],[-62.183891,-40.62972],[-62.229729,-40.663612],[-62.30945,-40.854729],[-62.39001,-40.901947],[-62.72333,-41.046112],[-62.7716,-41.04731],[-63.03945,-41.15028],[-63.765839,-41.16584],[-63.868896,-41.13334],[-63.972778,-41.05945],[-64.14223,-41.02195],[-64.29918,-40.95945],[-64.72278,-40.83223],[-64.754456,-40.805557],[-64.74084,-40.78861],[-64.77528,-40.73278],[-64.80057,-40.722778],[-64.901947,-40.70695],[-64.9814,-40.721947],[-65.13444,-40.847778],[-65.178894,-40.98445],[-65.167511,-41.090836],[-65.07112,-41.43333],[-64.99112,-41.51083],[-65.029175,-41.67556],[-64.99084,-41.778618],[-65.07945,-41.948059],[-65.07333,-41.99056],[-65.01363,-42.09222],[-64.871399,-42.191948],[-64.603897,-42.25695],[-64.528625,-42.24528],[-64.46251,-42.263618],[-64.53389,-42.323059],[-64.60695,-42.418892],[-64.59279,-42.43611],[-64.45195,-42.44584],[-64.118896,-42.43445],[-64.045288,-42.372505],[-64.0414,-42.318893],[-64.063065,-42.278618],[-64.14223,-42.25695],[-64.300568,-42.26083],[-64.33446,-42.236671],[-64.16139,-42.210281],[-63.87195,-42.102501],[-63.74695,-42.090561],[-63.58723,-42.32834],[-63.58056,-42.623894],[-63.62584,-42.76195],[-63.693062,-42.82167],[-64.086945,-42.890282],[-64.141953,-42.86973],[-64.249176,-42.776115],[-64.24806,-42.741669],[-64.19612,-42.638893],[-64.3264,-42.544174],[-64.398056,-42.51584],[-64.49445,-42.50751],[-64.62195,-42.52],[-64.731674,-42.55778],[-64.820847,-42.62862],[-64.922501,-42.645279],[-64.960556,-42.66639],[-65.01807,-42.73945],[-64.99278,-42.79362],[-64.808624,-42.84028],[-64.593903,-42.94112],[-64.41028,-42.97806],[-64.315567,-42.94945],[-64.29501,-42.99195],[-64.39195,-43.04556],[-64.5914,-43.116669],[-64.76918,-43.14917],[-64.922501,-43.230835],[-65.02806,-43.30445],[-65.12611,-43.453613],[-65.32251,-43.653061],[-65.33639,-43.71667],[-65.320007,-43.81945],[-65.28389,-43.87694],[-65.25835,-43.96973],[-65.21028,-43.955284],[-65.224457,-44.107506],[-65.29695,-44.13222],[-65.3125,-44.18695],[-65.249451,-44.313057],[-65.339172,-44.427505],[-65.387512,-44.52167],[-65.59946,-44.618057],[-65.691681,-44.716949],[-65.71918,-44.77611],[-65.71501,-44.829727],[-65.53056,-44.895],[-65.60474,-45.0164],[-65.685562,-45.04306],[-65.842514,-44.986389],[-66.18278,-44.964447],[-66.511124,-45.08028],[-66.53418,-45.09862],[-66.52473,-45.1225],[-66.566681,-45.1575],[-66.685837,-45.19833],[-66.84668,-45.210281],[-66.94945,-45.255562],[-66.99861,-45.28973],[-67.183624,-45.528618],[-67.31612,-45.615005],[-67.381119,-45.79556],[-67.533066,-45.92445],[-67.584351,-46.000298],[-67.62001,-46.07695],[-67.620285,-46.171394],[-67.57333,-46.325562],[-67.506119,-46.45889],[-67.35722,-46.61084],[-67.09973,-46.758057],[-66.81696,-46.99167],[-66.70251,-47.044174],[-66.374176,-47.05917],[-66.33917,-47.083336],[-66.09889,-47.09251],[-65.985291,-47.06778],[-65.89389,-47.101395],[-65.77945,-47.18944],[-65.732788,-47.330559],[-65.75362,-47.530838],[-65.87195,-47.75806],[-65.90501,-47.770279],[-66.02251,-47.76083],[-66.11389,-47.8175],[-66.22912,-47.84038],[-66.24362,-47.86028],[-65.96417,-47.784447],[-65.89279,-47.819168],[-65.78946,-47.93028],[-65.787231,-47.9625],[-65.833069,-47.9725],[-65.906113,-47.946114],[-65.96139,-47.95417],[-65.975006,-47.972229],[-65.94501,-48.052505],[-65.96417,-48.09278],[-66.07945,-48.10445],[-66.335556,-48.28361],[-66.468063,-48.39917],[-66.66139,-48.4389],[-66.82667,-48.571114],[-66.93779,-48.589447],[-67.09418,-48.645279],[-67.239731,-48.822784],[-67.39917,-48.890556],[-67.579453,-49.03417],[-67.638901,-49.11223],[-67.616119,-49.180557],[-67.832779,-49.381668],[-67.813614,-49.39695],[-67.72278,-49.38],[-67.652512,-49.260559],[-67.605011,-49.25917],[-67.69,-49.522781],[-67.77223,-49.872505],[-67.805557,-49.92084],[-67.897232,-49.98584],[-68.0614,-50.07333],[-68.27335,-50.12334],[-68.341125,-50.11834],[-68.419174,-50.07194],[-68.506393,-49.978615],[-68.592514,-49.92861],[-68.60779,-49.953056],[-68.68306,-49.973335],[-68.8539,-49.96889],[-68.97,-49.990005],[-69.011124,-50.011948],[-68.8539,-49.983337],[-68.66833,-49.992226],[-68.58362,-49.97945],[-68.546402,-50.00389],[-68.506393,-50.075],[-68.37222,-50.13417],[-68.370285,-50.14667],[-68.42361,-50.195282],[-68.82722,-50.308891],[-68.94112,-50.38806],[-69.0675,-50.522224],[-69.101669,-50.590836],[-69.14639,-50.74334],[-69.145279,-50.88417],[-69.40889,-51.077782],[-69.2939,-51.00528],[-69.20306,-50.966118],[-69.18362,-50.97056],[-69.14279,-51.047501],[-69.131119,-51.160004],[-68.952789,-51.535004],[-68.968063,-51.57389],[-69.04668,-51.565834],[-69.130844,-51.61],[-69.291397,-51.55806],[-69.374451,-51.556396],[-69.4839,-51.577225],[-69.61389,-51.62584],[-69.393341,-51.591949],[-69.17917,-51.63417],[-68.99335,-51.621391],[-68.6875,-52.022224],[-68.440002,-52.24445],[-68.38196,-52.319725],[-68.38335,-52.33694],[-68.43445,-52.381393],[-68.4375,-52.328339],[-68.82861,-52.27972],[-68.991394,-52.20612],[-69.233612,-52.14333],[-69.46139,-52.143616],[-69.998337,-51.996391],[-71.910568,-51.99583],[-71.94473,-51.92306],[-71.952789,-51.86056],[-72.135559,-51.740005],[-72.29085,-51.695557],[-72.400558,-51.51362],[-72.339447,-51.47584],[-72.308899,-51.396118],[-72.30917,-51.30222],[-72.24528,-51.24445],[-72.261124,-51.22028],[-72.37167,-51.16473],[-72.397781,-51.114174],[-72.341125,-51.03667],[-72.266953,-51.017227],[-72.24223,-50.85111],[-72.341675,-50.743896],[-72.29417,-50.64973],[-72.370285,-50.61445],[-72.501114,-50.60334],[-72.540009,-50.612228],[-72.59167,-50.66361],[-72.62973,-50.67306],[-72.75835,-50.618896],[-72.90611,-50.667503],[-72.989182,-50.733337],[-73.052231,-50.76167],[-73.12973,-50.77222],[-73.16612,-50.753334],[-73.2289,-50.59806],[-73.280014,-50.322784],[-73.34639,-50.23806],[-73.53223,-50.140556],[-73.527786,-50.09306],[-73.47111,-50.030556],[-73.46722,-50.00667],[-73.564453,-49.924728],[-73.53334,-49.85695],[-73.444458,-49.782501],[-73.51501,-49.60334],[-73.58362,-49.538063],[-73.464737,-49.311394],[-73.136124,-49.304169],[-73.082779,-49.26917],[-73.16769,-49.25264],[-73.175568,-49.215279],[-73.075562,-49.065559],[-72.988068,-48.981674],[-72.900558,-48.95084],[-72.75528,-48.92806],[-72.56418,-48.80445],[-72.55139,-48.76973],[-72.560287,-48.657501],[-72.601395,-48.479729],[-72.56334,-48.449448],[-72.287231,-48.341949],[-72.32278,-48.075562],[-72.405563,-48.00751],[-72.48611,-47.983063],[-72.53639,-47.921394],[-72.433899,-47.72806],[-72.33168,-47.60167],[-72.305557,-47.507225],[-72.360291,-47.470001],[-72.33806,-47.43695],[-72.29306,-47.420006],[-72.16167,-47.41278],[-72.07918,-47.350838],[-72.015015,-47.274445],[-71.868622,-47.221672],[-71.852509,-47.182785],[-71.86056,-47.14194],[-71.97639,-47.03445],[-71.940292,-46.815559],[-71.808899,-46.784172],[-71.66945,-46.679169],[-71.670288,-46.535],[-71.725006,-46.430557],[-71.747513,-46.242783],[-71.906403,-46.15389],[-71.8914,-46.137779],[-71.760284,-46.11417],[-71.66585,-46.0125],[-71.60167,-45.97472],[-71.637512,-45.89223],[-71.7589,-45.84417],[-71.79251,-45.73251],[-71.78056,-45.64889],[-71.752502,-45.558891],[-71.46751,-45.477501],[-71.3,-45.31056],[-71.297791,-45.293335],[-71.33,-45.22834],[-71.498062,-45.075562],[-71.573624,-44.97945],[-71.74084,-44.93722],[-72.06279,-44.90556],[-72.078613,-44.769447],[-72.042511,-44.754173],[-71.94778,-44.78389],[-71.84946,-44.79306],[-71.81807,-44.78861],[-71.777786,-44.755],[-71.65362,-44.78278],[-71.50084,-44.74306],[-71.362503,-44.79834],[-71.28223,-44.80028],[-71.22362,-44.745003],[-71.23334,-44.662781],[-71.19723,-44.59695],[-71.13473,-44.58389],[-71.108063,-44.53973],[-71.16167,-44.449448],[-71.203613,-44.42695],[-71.410278,-44.39973],[-71.81612,-44.40611],[-71.85501,-44.37167],[-71.7939,-44.32556],[-71.79668,-44.1975],[-71.82362,-44.156113],[-71.77917,-44.08389],[-71.658615,-43.961113],[-71.647232,-43.91862],[-71.802505,-43.77639],[-71.8114,-43.749168],[-71.805283,-43.73222],[-71.69862,-43.687225],[-71.70279,-43.59584],[-71.94667,-43.44723],[-71.89418,-43.323059],[-71.74335,-43.302223],[-71.73279,-43.18806],[-71.74501,-43.16972],[-71.83639,-43.13195],[-72.007782,-43.120834],[-72.05278,-43.104729],[-72.13695,-43.00917],[-72.10196,-42.85473],[-72.139175,-42.5875],[-72.04306,-42.36639],[-72.131958,-42.28889],[-72.04028,-42.15111],[-72.012222,-42.13111],[-71.9639,-42.1275],[-71.9364,-42.175003],[-71.913895,-42.17806],[-71.78001,-42.13167],[-71.72612,-42.096672],[-71.730011,-42.03001],[-71.75977,-41.99972],[-71.785278,-41.866112],[-71.91833,-41.64473],[-71.91446,-41.62167],[-71.850006,-41.54945],[-71.86473,-41.44083],[-71.899445,-41.35861],[-71.864182,-41.26083],[-71.840286,-41.06444],[-71.85916,-41.01128],[-71.83694,-40.95945],[-71.95056,-40.73278],[-71.94362,-40.710281],[-71.879181,-40.665],[-71.8439,-40.61639],[-71.83778,-40.53167],[-71.791397,-40.41528],[-71.768616,-40.40667],[-71.719727,-40.42778],[-71.66389,-40.336113],[-71.66972,-40.29472],[-71.702515,-40.27639],[-71.715561,-40.304169],[-71.72862,-40.30112],[-71.81862,-40.20195],[-71.791397,-40.115005],[-71.666946,-40.047501],[-71.633347,-39.950562],[-71.70445,-39.73278],[-71.710556,-39.631668],[-71.69556,-39.58445],[-71.666946,-39.565],[-71.61528,-39.619728],[-71.509445,-39.61945],[-71.493622,-39.6025],[-71.388062,-39.246391],[-71.42279,-39.036949],[-71.4014,-38.92028],[-71.36084,-38.888893],[-71.05917,-38.750282],[-70.92584,-38.7425],[-70.860001,-38.68806],[-70.82417,-38.56806],[-70.839737,-38.52417],[-70.91528,-38.48167],[-70.97084,-38.41806],[-71.013062,-38.23056],[-70.99751,-38.07111],[-71.1239,-37.83778],[-71.18028,-37.69806],[-71.17168,-37.61806],[-71.11557,-37.57944],[-71.107788,-37.470001],[-71.19751,-37.308617],[-71.183334,-37.26833],[-71.13917,-37.224167],[-71.11279,-37.11445],[-71.185287,-36.84222],[-71.05751,-36.56278],[-71.03778,-36.48611],[-71.016479,-36.47591],[-70.946945,-36.48611],[-70.708069,-36.417778],[-70.69667,-36.38528],[-70.722229,-36.335007],[-70.70473,-36.27056],[-70.58862,-36.16473],[-70.46112,-36.163063],[-70.42432,-36.13604],[-70.396118,-36.075562],[-70.410568,-35.886948],[-70.37973,-35.836113],[-70.337784,-35.808334],[-70.420288,-35.643616],[-70.40224,-35.608894],[-70.396118,-35.51501],[-70.421951,-35.36445],[-70.55029,-35.29667],[-70.5675,-35.24778],[-70.53639,-35.20639],[-70.45084,-35.19833],[-70.368057,-35.15889],[-70.359756,-34.99691],[-70.23251,-34.661949],[-70.156403,-34.539169],[-70.0475,-34.40917],[-70.04945,-34.28751],[-69.98611,-34.26973],[-69.88806,-34.278336],[-69.8125,-34.23556],[-69.90611,-33.787781],[-69.868896,-33.55195],[-69.77667,-33.39973],[-69.79834,-33.28612],[-69.9064,-33.23695],[-69.935562,-33.24361],[-69.97223,-33.29556],[-69.995834,-33.30195],[-70.09889,-33.172501],[-70.08168,-33.089172],[-70.09964,-33.05184],[-69.987503,-32.878891],[-70.052231,-32.850563],[-70.14418,-32.76167],[-70.17168,-32.61945],[-70.14696,-32.51222],[-70.15417,-32.475838],[-70.244324,-32.309837],[-70.321121,-32.27389],[-70.31723,-32.220001],[-70.34889,-32.08694],[-70.313904,-32.047501],[-70.262512,-32.04362],[-70.234451,-31.9425],[-70.29668,-31.884167],[-70.395279,-31.884167],[-70.430283,-31.86861],[-70.58694,-31.56667],[-70.56111,-31.314167],[-70.529449,-31.17445],[-70.47139,-31.09806],[-70.450562,-31.09],[-70.430283,-31.113613],[-70.36195,-31.093056],[-70.29501,-31.02972],[-70.2914,-30.99583],[-70.331116,-30.94861],[-70.318069,-30.83139],[-70.26918,-30.67834],[-70.21167,-30.55945],[-70.133896,-30.439724],[-70.058899,-30.39333],[-69.99251,-30.394169],[-69.935287,-30.37028],[-69.83168,-30.19056],[-69.833618,-30.13333],[-69.86835,-30.101112],[-69.92494,-30.0],[-69.9064,-29.908684],[-69.91389,-29.72306],[-69.968338,-29.66111],[-69.960556,-29.55028],[-70.031113,-29.37028],[-70.031403,-29.30639],[-70.027237,-29.281948],[-69.90807,-29.141392],[-69.840286,-29.13417],[-69.7939,-29.098614],[-69.788895,-29.016945],[-69.72307,-28.803337],[-69.746399,-28.71917],[-69.74501,-28.66056],[-69.704178,-28.593334],[-69.666397,-28.57278],[-69.65538,-28.400932],[-69.53389,-28.315834],[-69.35529,-28.13306],[-69.300293,-27.99945],[-69.185837,-27.96584],[-69.15529,-27.90278],[-69.08223,-27.64],[-69.045288,-27.60195],[-68.90472,-27.36667],[-68.86584,-27.28806],[-68.877228,-27.230835],[-68.810837,-27.120556],[-68.77667,-27.105003],[-68.710846,-27.10556],[-68.640289,-27.14389],[-68.40611,-27.06472],[-68.32333,-27.02333],[-68.287231,-26.91528],[-68.4364,-26.696392],[-68.54112,-26.584446],[-68.58362,-26.50528],[-68.563614,-26.30056],[-68.397781,-26.15611],[-68.49335,-25.74278],[-68.595,-25.50556],[-68.5975,-25.44334],[-68.502228,-25.177223],[-68.35806,-25.13278],[-68.35196,-25.117226],[-68.497513,-24.896114],[-68.55139,-24.865559],[-68.57167,-24.81084],[-68.565,-24.77444],[-68.38917,-24.501667],[-68.36639,-24.488892],[-68.307785,-24.4925],[-68.25223,-24.39639],[-67.335846,-24.02167],[-67.150848,-23.391945],[-67.00084,-23.002781],[-67.183624,-22.821667],[-67.123062,-22.718056],[-67.01222,-22.64278],[-67.02251,-22.523891],[-66.77473,-22.42694],[-66.73668,-22.2275],[-66.688904,-22.196114],[-66.61639,-22.191948],[-66.345383,-22.11663],[-66.2914,-22.03861],[-66.22301,-21.78052],[-66.077515,-21.83195],[-65.92612,-21.933334],[-65.81279,-22.07139],[-65.748062,-22.11167]]]]}} ] } ; geojson = L.geoJson(jsdata, { style: style, onEachFeature: onEachFeature }).addTo(map); jsdata = { "type":"FeatureCollection", "crs":{"type":"name","properties":{"name":"urn:ogc:def:crs:OGC:1.3:CRS84"}}, "features":[ {"type":"Feature","properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[[98.035812,9.78639],[98.008881,9.806665],[98.024994000000106,9.838331],[98.06026,9.81361],[98.035812,9.78639]]],[[[98.29332,10.010277],[98.174149,9.922775],[98.13832,9.838331],[98.116089000000102,9.852497],[98.115814,9.916109],[98.178589,10.017776],[98.243866,10.056665],[98.283051,10.057499000000121],[98.29332,10.010277]]],[[[98.186646,10.040276],[98.167480000000126,10.145554000000118],[98.176086,10.18611],[98.19859300000013,10.189999],[98.238876,10.165833],[98.186646,10.040276]]],[[[97.907486,10.396944000000133],[97.89027,10.40916],[97.903595000000109,10.490831],[97.942749,10.44278],[97.907486,10.396944000000133]]],[[[98.216385,10.48139],[98.1861,10.484163],[98.182480000000112,10.5075],[98.238876,10.53],[98.216385,10.48139]]],[[[98.523605,10.781666],[98.494431,10.791943],[98.49054,10.88639],[98.55081,10.850275],[98.544144,10.79639],[98.523605,10.781666]]],[[[97.91971,10.858332],[97.885818,10.843609],[97.886658000000125,10.889166],[97.916092000000106,10.92944],[97.948029,10.91361],[97.91971,10.858332]]],[[[98.212204,10.947777],[98.269989,10.815832],[98.283844000000101,10.725277],[98.264435,10.68972],[98.231934000000138,10.687498],[98.24136,10.822498],[98.214157,10.864443000000108],[98.15193,10.923332],[98.089157,10.87472],[98.075546,10.88611],[98.141663000000108,10.977221],[98.17331,10.978886000000102],[98.212204,10.947777]]],[[[98.437195,10.961943000000133],[98.429977,10.995831],[98.45277,11.007776],[98.4536,10.979998],[98.437195,10.961943000000133]]],[[[98.53387,10.950554],[98.483871,10.949165],[98.47053,10.98389],[98.511932,11.023888],[98.524994,11.087219000000118],[98.54776,11.013611],[98.53387,10.950554]]],[[[98.256104000000107,11.2125],[98.231094,11.262499],[98.277771000000143,11.276388],[98.298035,11.229164000000139],[98.256104000000107,11.2125]]],[[[98.207489,11.443609],[98.165543000000127,11.453331],[98.268051,11.793331],[98.289154,11.798609],[98.32111,11.726942],[98.287491,11.626387],[98.280823000000112,11.481665],[98.207489,11.443609]]],[[[98.498322000000144,11.566109],[98.425537,11.562498],[98.37498,11.67722],[98.371368,11.78611],[98.44553,11.80194],[98.528046000000131,11.802498],[98.548874,11.78833],[98.546936,11.610554],[98.498322000000144,11.566109]]],[[[97.487198,11.774443000000133],[97.447205,11.792221],[97.437759,11.803331],[97.461655000000121,11.80305],[97.487198,11.774443000000133]]],[[[98.08998,11.631109],[98.056366,11.648054],[98.033051000000114,11.683054000000141],[98.00027,11.82472],[98.007217,11.858332],[98.08998,11.631109]]],[[[97.668320000000108,11.836943],[97.633881,11.87611],[97.664429,11.90111],[97.67747,11.879719000000136],[97.668320000000108,11.836943]]],[[[98.2711,11.84972],[98.2516940000001,11.863884],[98.260269000000108,11.907221],[98.28804,11.887499000000105],[98.2711,11.84972]]],[[[98.256378,11.92111],[98.226379,11.94972],[98.251663,11.980276],[98.26915,11.93611],[98.256378,11.92111]]],[[[98.5,11.884443],[98.465820000000122,11.90361],[98.426376,12.09583],[98.438583,12.11139],[98.518997000000127,12.0],[98.563309000000118,11.99472],[98.66499,11.941942],[98.5,11.884443]]],[[[98.141937,12.141943],[98.074707,12.16111],[98.038589,12.203053000000125],[98.055542000000116,12.281111],[98.124695,12.27861],[98.141937,12.141943]]],[[[98.640823000000125,12.37222],[98.626083,12.370552],[98.619141000000127,12.378885000000139],[98.63971,12.380552],[98.640823000000125,12.37222]]],[[[98.617805,12.352951],[98.668594,12.354443],[98.68248,12.340553],[98.649719,12.318888],[98.559708,12.328886],[98.540817,12.370552],[98.57193,12.409164],[98.604904,12.387114],[98.617805,12.352951]]],[[[98.09166,12.360554],[98.005554000000132,12.281942],[97.937485,12.337498],[97.94942,12.38],[98.076935,12.416388],[98.10498,12.40083],[98.09166,12.360554]]],[[[98.501099,12.402222],[98.47192,12.417776000000117],[98.498871,12.513887],[98.515823,12.502499000000114],[98.514709,12.416388],[98.501099,12.402222]]],[[[98.285812,12.502499000000114],[98.243317000000104,12.49222],[98.224152,12.51861],[98.22971,12.548054],[98.265,12.555832],[98.291931,12.520277],[98.285812,12.502499000000114]]],[[[97.853592,12.539999],[97.817764000000125,12.583332],[97.837494000000106,12.598053],[97.867477,12.56667],[97.853592,12.539999]]],[[[98.349426,12.316942],[98.303314000000114,12.33555],[98.333878000000141,12.429998000000126],[98.299423,12.62472],[98.321930000000123,12.67111],[98.394989,12.646387000000118],[98.447205,12.60639],[98.466934,12.57083],[98.459152000000131,12.459442],[98.349426,12.316942]]],[[[97.872208,12.764166000000102],[97.83728,12.772419000000127],[97.844147,12.81944],[97.858032,12.807499000000121],[97.872208,12.764166000000102]]],[[[98.304153,13.041666],[98.298035,12.94139],[98.237488,13.146666],[98.239426,13.21333],[98.263321,13.207499],[98.304153,13.083609],[98.304153,13.041666]]],[[[97.921097000000145,13.783054],[97.909424000000115,13.792776000000117],[97.921921000000111,13.861664000000133],[97.934708000000114,13.85166],[97.921097000000145,13.783054]]],[[[97.924423,13.90583],[97.923035,13.894444],[97.909424000000115,13.925276],[97.91835,13.939081000000101],[97.924423,13.90583]]],[[[93.380539000000113,14.064165],[93.372482000000105,14.07527],[93.386383,14.151665],[93.400818,14.096109],[93.380539000000113,14.064165]]],[[[97.806366000000139,14.13444],[97.78915400000011,14.15528],[97.814148,14.179998000000126],[97.82527,14.174166],[97.806366000000139,14.13444]]],[[[93.722488,14.904444],[93.689972,14.85389],[93.67915,14.848331],[93.6922,14.890833],[93.722488,14.904444]]],[[[97.669708,15.521387],[97.66304,15.49722],[97.65416,15.57833],[97.665268,15.576387],[97.669708,15.521387]]],[[[94.79776,15.791666],[94.742477,15.795277],[94.728043,15.815275],[94.820541000000105,15.948053],[94.83943,15.874441],[94.79776,15.791666]]],[[[94.583328,16.00972],[94.415817,15.868053],[94.386658,15.99583],[94.464996,16.03722],[94.597488,16.213051],[94.64943,16.245274],[94.670822,16.184441],[94.660812000000135,16.137218],[94.583328,16.00972]]],[[[97.56915,16.233604],[97.52054,16.240273000000116],[97.465820000000122,16.316109],[97.44859300000013,16.44805],[97.46471,16.485828],[97.51555,16.50611],[97.60582,16.48193700000013],[97.61665,16.465271000000143],[97.56915,16.233604]]],[[[93.671097,18.867496000000131],[93.750000000000114,18.867496000000131],[93.755829000000119,18.731663],[93.703049,18.66805],[93.63361,18.686108000000104],[93.533325,18.782497],[93.484421,18.869717],[93.638077,18.88718],[93.671097,18.867496000000131]]],[[[93.790924,19.231342],[93.870392,19.25465800000012],[93.896652,19.20499],[93.985535000000141,18.96527],[93.942200000000128,18.862495],[93.858032,18.899162],[93.702774,19.014721],[93.641937,19.12749],[93.486649,19.326385],[93.477768,19.366108000000111],[93.49054,19.400829],[93.54193,19.429996000000131],[93.609146000000123,19.402775000000133],[93.638596,19.353329],[93.632202,19.334995000000106],[93.66832,19.29583],[93.790924,19.231342]]],[[[93.801651,19.268608],[93.64415,19.481937],[93.68275,19.560555],[93.737488,19.549164000000133],[93.968323000000112,19.42083],[93.967285,19.369354000000101],[93.916382,19.309719],[93.851379000000122,19.273331],[93.801651,19.268608]]],[[[93.513046,19.74444],[93.437759000000142,19.799442],[93.395828,19.95527],[93.434708000000114,19.94361],[93.4986,19.88055],[93.513046,19.74444]]],[[[93.024429,19.827774],[92.908875,20.060829],[92.91249,20.086662],[92.95444,20.06361],[93.02748,19.874439000000109],[93.024429,19.827774]]],[[[97.806641000000127,28.344162],[97.85915,28.374439],[97.908875,28.376385],[98.018875,28.278332],[98.013046,28.214718],[98.146652,28.146942000000138],[98.157761,28.113331],[98.144989000000123,28.00278],[98.316376000000105,27.541943],[98.35416,27.528053000000114],[98.397491,27.546387],[98.423035,27.585274],[98.426086,27.632774],[98.458878,27.672497000000135],[98.646103,27.605274],[98.699707,27.539165],[98.685532,27.466106],[98.701096,27.382217],[98.731934,27.368328000000133],[98.736649,27.329163],[98.69165,27.20194],[98.777771,26.791664],[98.77832,26.636383],[98.701096,26.25194],[98.730545,26.177219],[98.707214000000135,26.130276],[98.664429,26.098331000000144],[98.648605,26.104443000000117],[98.648880000000133,26.151661],[98.56805,26.12305],[98.605255000000113,25.988605],[98.709152,25.90527],[98.710815,25.85555],[98.631927,25.80110900000011],[98.530823,25.845551],[98.48027,25.793610000000115],[98.476379,25.758888000000127],[98.383041,25.591942],[98.326660000000118,25.551662],[98.191086,25.615273000000116],[98.165268,25.58],[98.135544,25.410275],[98.069443,25.314442],[97.917206,25.2075],[97.87303,25.25861],[97.846375,25.26833],[97.82971,25.255554],[97.789429,25.137497],[97.725815,25.06472],[97.736649,24.918884],[97.689423,24.834442000000138],[97.552475,24.74305],[97.568054,24.656940000000134],[97.543045,24.47666],[97.669144,24.440830000000119],[97.759995000000117,24.257496],[97.74942,24.163609000000122],[97.724701,24.118053],[97.535538,23.939716],[97.62387,23.898331],[97.649979,23.851704],[97.865265,23.98054900000011],[97.912491,24.026661],[98.064484000000107,24.089096],[98.22078,24.125305],[98.446594,24.134956000000102],[98.544617,24.125698],[98.590576,24.092121],[98.837463,24.124264],[98.890732,24.160069000000135],[98.907623000000115,24.11961],[98.893906,24.09795],[98.75485,23.998009],[98.6772,23.96805],[98.687485,23.816387],[98.821381,23.75861],[98.85277,23.637775],[98.806931000000134,23.535553],[98.824707000000103,23.48083],[98.879974,23.483604],[98.914703,23.417217],[98.927475,23.189163],[99.111099,23.10194],[99.223495000000128,23.1007],[99.35637,23.134995000000117],[99.503876000000105,23.089718],[99.566376,22.93805],[99.556931000000134,22.919716000000108],[99.508041000000105,22.91333],[99.442474,22.869995],[99.34082,22.716938],[99.384995,22.60333],[99.38443,22.50389],[99.287766,22.401386],[99.16277,22.15916],[99.232483,22.114441],[99.359421,22.093052],[99.46555,22.13583],[99.667755,22.084721],[99.709152,22.039719000000105],[99.749146,22.075275],[99.964432000000102,22.04888],[99.99054,21.958328000000108],[99.941925,21.824997],[99.973602000000142,21.733883],[100.002213,21.696106],[100.084152,21.686108],[100.141373,21.634163],[100.10608700000012,21.583332],[100.122482,21.5075],[100.212753,21.432552],[100.37886,21.538887000000102],[100.429977,21.528610000000128],[100.481369,21.45916],[100.588593,21.456104],[100.725273,21.513332],[100.796097,21.579998000000103],[100.840553,21.650272],[101.105263,21.771385],[101.12056000000013,21.77052],[101.170822,21.604717],[101.148239,21.572636],[101.161652,21.530552],[101.099716,21.46444],[101.005257,21.40083],[100.83471700000013,21.302498000000128],[100.72260300000011,21.30771],[100.699997,21.18138],[100.67192100000011,21.128052],[100.62136800000013,21.051662],[100.545532,21.025276],[100.51998900000012,20.94944],[100.51332100000013,20.887775],[100.525543,20.871109],[100.633614,20.891541],[100.64721700000013,20.87055],[100.617867,20.840454000000136],[100.531937,20.80527],[100.368874,20.82694],[100.253883,20.74555],[100.175262,20.63527],[100.125259,20.399719],[100.089432,20.34722],[100.019989,20.38333],[99.959152,20.455273],[99.86998,20.427219],[99.82971,20.353607000000125],[99.79748,20.331387],[99.673599,20.310829],[99.522766,20.352776000000119],[99.50221,20.308887000000141],[99.55525,20.19361],[99.538879,20.149441000000138],[99.45972,20.100273],[99.325546000000145,20.06611],[99.243866,20.117218],[99.170258000000103,20.128052],[99.068878,20.090832],[99.043045,20.04833200000013],[99.022491000000116,19.92777],[99.036102,19.84277],[98.995529,19.780552],[98.8961,19.770554],[98.836929,19.816387000000134],[98.649155000000121,19.74194],[98.476028,19.69367],[98.242203000000131,19.689995],[98.139435,19.783054000000106],[98.049988,19.807499000000121],[98.028046,19.72333],[98.03499,19.643887],[97.909988,19.575829],[97.86908,19.570175],[97.866379,19.521664000000101],[97.792480000000126,19.401939],[97.834152,19.289997],[97.836380000000133,19.101109000000122],[97.748871,19.033333],[97.6772,18.93416],[97.747757,18.86555],[97.781097000000102,18.685272],[97.7747,18.569996],[97.652771,18.562218],[97.544708000000128,18.5],[97.458603,18.492771000000118],[97.369705000000124,18.555832000000123],[97.359985,18.583054],[97.34637,18.562496000000124],[97.347488,18.53889],[97.391098,18.498051],[97.444138000000123,18.396107000000143],[97.44999700000011,18.335831],[97.501389,18.27583],[97.535812,18.268608],[97.563599,18.327774],[97.61026,18.320553000000132],[97.643051000000128,18.290276],[97.647766,18.27361],[97.61804,18.231384],[97.687195,18.12861],[97.75194,17.972218],[97.7061,17.92888],[97.68664600000011,17.86444],[97.77832,17.703327],[97.968872000000147,17.52833],[98.118866,17.313885],[98.272766000000104,17.17388],[98.37469,17.05055],[98.4236,17.053329],[98.511108,16.941105],[98.54999,16.854717000000107],[98.47777,16.73499],[98.5636,16.630829000000119],[98.662491000000102,16.460274],[98.689697000000137,16.284996],[98.71582,16.276386000000116],[98.864990000000148,16.438606000000107],[98.926376000000118,16.39111],[98.91859,16.26861],[98.856094,16.137775],[98.808029,16.10305],[98.781097000000102,16.123886],[98.68248,16.12444],[98.631653,16.046108],[98.565262,15.72277],[98.575577,15.66188],[98.565536,15.591665],[98.596375,15.45833],[98.579987,15.35305],[98.558868,15.329998000000103],[98.55081,15.360830000000135],[98.497482,15.387777],[98.42248,15.359997000000135],[98.420258000000103,15.28416],[98.397766,15.271111000000133],[98.239151,15.221109],[98.205475,15.226778],[98.201096000000121,15.074999],[98.216156,14.99384700000013],[98.254990000000134,14.920832],[98.246933,14.871386],[98.259995,14.816666],[98.320267,14.719997],[98.447754000000145,14.605831],[98.616928000000144,14.319164],[98.971649,14.08361],[99.127762,13.77361],[99.173965,13.727781],[99.169144000000131,13.634722],[99.217209000000139,13.405832],[99.21277,13.216108],[99.120819,13.17583100000013],[99.112198,13.05583],[99.245255,12.723608],[99.436234000000127,12.574434],[99.42886,12.498886000000141],[99.455551,12.298609],[99.49971,12.188332000000116],[99.57332,12.136665],[99.556641000000127,12.01583],[99.584717,11.881386],[99.626648,11.834442],[99.661652000000117,11.82694],[99.635818,11.733608],[99.569153000000142,11.63722],[99.46555,11.568331],[99.324432,11.278887],[99.174149,11.04749900000013],[99.048874000000126,10.958054],[98.897919000000115,10.776527000000101],[98.859146000000123,10.770554],[98.7872,10.68222],[98.77388,10.616941],[98.8022,10.58972],[98.823883000000137,10.5166660000001],[98.75943,10.409721],[98.679703,10.195831],[98.546646,9.981665],[98.522766,10.02],[98.50722,10.15694],[98.506943,10.229998],[98.53387,10.346109],[98.492203,10.449165000000107],[98.45694,10.671665],[98.460266000000104,10.73444],[98.500824,10.726942],[98.524155,10.694721],[98.538879000000122,10.69666],[98.627472,10.84611],[98.710815,10.91833],[98.7186,10.95944],[98.694138,11.136387],[98.736374,11.177776],[98.758331,11.264999],[98.701935,11.374998],[98.74359,11.666943000000117],[98.75221,11.684721],[98.82666,11.708887000000118],[98.889709,11.688332],[98.89055,11.700275],[98.784988,11.766943],[98.687485,11.675554],[98.609421,11.723886],[98.597488,11.751665],[98.60471,11.80194],[98.66304,11.91639],[98.721924000000115,11.976109],[98.720825000000104,12.013887],[98.654625000000124,12.168668],[98.71043,12.199413],[98.705872000000113,12.224465],[98.68652,12.24192],[98.597214,12.193888000000129],[98.549484,12.2089],[98.533165,12.24572],[98.56805,12.294998],[98.683853000000113,12.31613],[98.703590000000133,12.340046],[98.603592,12.421665],[98.619705,12.55305],[98.680817000000104,12.690832000000114],[98.636932,12.868608],[98.59137,12.920277],[98.583328,13.172775],[98.474701,13.284721],[98.431091,13.47416],[98.286652000000117,13.684164000000123],[98.251663,13.77833],[98.232483,13.961664],[98.214432000000102,14.023333],[98.185532,14.059164000000123],[98.198029,13.661943],[98.18166,13.53722],[98.13888500000013,13.53972],[98.07748400000014,13.786943000000122],[98.102478000000133,13.807499],[98.0836,14.048332],[98.08943,14.17861],[97.983047,14.355831],[97.797256,14.881962],[97.8119200000001,15.146387],[97.798325,15.18555],[97.742752,15.252222],[97.736099,15.35889],[97.779709,15.426664],[97.72137,15.765276],[97.72554,15.842775],[97.693039,15.910555],[97.59444,16.002220000000136],[97.56888,16.06861],[97.616379,16.11639],[97.650818,16.2675],[97.621094,16.355274000000122],[97.633881,16.488327],[97.684982000000105,16.54583],[97.737488,16.56388],[97.70401,16.572212],[97.583328000000108,16.5325],[97.41026,16.524441],[97.378036,16.494995],[97.204712,16.844719000000111],[97.214310000000125,16.900394],[97.186096,16.899719],[97.150269,17.123886],[97.061646,17.25194],[96.897217,17.378052],[96.878036000000122,17.449997],[96.84221,17.40499],[96.87942,17.34444],[96.868591,17.246941],[96.843048000000124,17.198883000000137],[96.912201,17.030552],[96.875259,16.92332800000014],[96.80664,16.903049],[96.840546,16.875275],[96.847488,16.846943000000124],[96.777771,16.70388400000013],[96.603317,16.542221],[96.469147,16.501389],[96.3797,16.501389],[96.29221,16.55555],[96.26471,16.597496],[96.22026,16.75027],[96.283875,16.810276000000101],[96.24193,16.803734],[96.195816,16.766388],[96.228867,16.585552],[96.312302,16.4578],[96.26833,16.389717000000132],[96.18275,16.3475],[96.084717,16.351940000000127],[96.0068,16.38307],[96.07361,16.334995],[96.06554,16.30083100000013],[95.9711,16.216938],[95.935257,16.211384000000123],[95.9272,16.23416],[95.88971,16.238605000000121],[95.753326,16.14444],[95.69136,16.045830000000137],[95.670822,15.95777500000014],[95.515549,15.794443],[95.428589,15.729719],[95.378586,15.71],[95.285538,15.733332],[95.277771,15.83],[95.319992,15.87583],[95.364990000000148,15.989164],[95.360809,16.144718],[95.324707000000103,16.106106],[95.3477630000001,16.06667],[95.343323000000112,15.99083],[95.26361,15.86360900000011],[95.241089,15.864443],[95.236099,15.880552],[95.273315000000139,16.002777],[95.233597,15.93778],[95.216385,15.782776000000126],[95.166092000000106,15.777498],[95.12303,15.815832000000114],[95.10054,15.990274],[95.108032,16.06361],[95.170258,16.11194],[95.22693,16.11694],[95.137207,16.137218],[95.06944,16.060829],[95.074554,15.948196],[95.039978,15.805832000000123],[94.958328,15.75222],[94.848877,15.77972],[94.854919,15.888356],[94.83638,15.956387],[94.887283,16.01781],[94.861374,16.13055],[94.90387,16.188328],[94.960266000000104,16.20361],[94.990814,16.246662000000129],[94.873032,16.183605],[94.84444,16.126942],[94.857147,16.037329],[94.840271,15.99333],[94.721375,15.854164],[94.69748,15.842497],[94.65054,15.854164],[94.613602,15.88361],[94.604156,15.92139],[94.72554,16.008331],[94.793045,16.153606],[94.759155000000135,16.138329000000113],[94.718048000000124,16.061108],[94.712769,16.016388],[94.605255,15.936943],[94.56026,15.94194],[94.679703,16.115829],[94.686371,16.195827],[94.64444,16.336109000000135],[94.63109,16.342773000000136],[94.556641,16.27083],[94.535553,16.297876],[94.514221000000134,16.289347000000134],[94.508606,16.181938],[94.436096,16.06861],[94.32721,15.985275],[94.245529,15.96],[94.199707,16.032497],[94.231934,16.348331000000144],[94.303314,16.520832],[94.327484,16.52861],[94.350266,16.565552],[94.4061,16.795830000000137],[94.393326,16.846107],[94.454712,16.965549000000124],[94.52527,17.173328],[94.51166,17.215828],[94.550537,17.31694],[94.569717,17.501942],[94.6147,17.546387],[94.493866,17.83333],[94.46693,18.003052],[94.489426,18.028610000000128],[94.488312000000121,18.07111],[94.383331,18.36277],[94.244141,18.53083],[94.263321000000133,18.53944],[94.238586000000112,18.737774],[94.147217,18.867218],[94.1202550000001,18.811108],[94.033051,18.856106],[94.05775,19.05194],[94.025818,19.081387],[94.047394,19.24499],[94.033325000000104,19.244438],[94.032211000000132,19.20805],[94.0,19.15277],[93.976089,19.143051000000128],[93.942200000000128,19.156662],[93.874306000000104,19.25597],[93.975266,19.354164],[93.991928,19.457218],[93.909714,19.476940000000127],[93.736374000000126,19.61777],[93.684418,19.71944],[93.599152000000117,19.719715],[93.60109,19.79083],[93.662766,19.87944],[93.734421,19.88166],[93.741928000000144,19.916664],[93.728592,19.931664],[93.61388,19.907772],[93.582489,19.87722],[93.55304,19.88861],[93.561951000000136,19.910101],[93.52597,19.922186],[93.50867,19.957069000000104],[93.44879200000014,19.949379],[93.41748,19.96749],[93.39833,20.021385],[93.371094,20.041943000000117],[93.166382,20.053329],[93.128311,20.085552],[93.246643,19.823887],[93.217484000000127,19.83083],[93.136818,19.983274],[93.101379,19.978329],[93.099152,19.955551],[93.131088,19.855274000000122],[93.16721,19.802498],[93.129974000000118,19.835552],[92.984421,20.06944],[92.972214,20.12277],[93.05859,20.129997],[93.116379,20.181107],[93.114151000000106,20.218605],[93.016663,20.144161000000111],[92.992203000000131,20.148884],[92.989426,20.2061],[93.08166,20.548607],[93.022491,20.440552],[93.003601000000117,20.28889],[92.893051,20.12055],[92.860809,20.121109],[92.765274,20.208607],[92.791092,20.256386],[92.891937,20.322773],[92.796097,20.48999],[92.634995,20.692219000000136],[92.711655,20.58138700000012],[92.73749,20.426384],[92.732758000000103,20.258331],[92.692749,20.303886],[92.619705,20.457218],[92.505554,20.610275],[92.373871000000122,20.700829],[92.282761,20.94305],[92.261932,21.05431],[92.207489,21.14361],[92.204987000000131,21.300552],[92.222214,21.358051000000103],[92.260818,21.414440000000127],[92.363037,21.47333],[92.53749,21.378052000000139],[92.59553,21.251942],[92.623596,21.25694],[92.669342,21.296982],[92.618042,21.469994],[92.600266,21.634163],[92.599152000000117,21.794998000000135],[92.62164300000012,21.875828],[92.600815,21.982216],[92.679703,22.026943000000131],[92.700546000000145,22.15583],[92.723312000000135,22.1575],[92.801926,22.10694100000012],[92.88582,22.010555],[92.924423000000104,22.004997],[92.990814000000114,22.048607],[93.047485,22.20583],[93.07805,22.211662],[93.15387,22.186661],[93.196640000000116,22.256386],[93.180542000000116,22.440552],[93.13611,22.47444],[93.092758,22.714439],[93.141098,22.950550000000135],[93.12498,23.01444],[93.138046,23.04805],[93.20138,23.058887],[93.238876000000118,23.008888000000127],[93.303314,23.014721000000122],[93.350266000000147,23.07333],[93.388596,23.223328],[93.371918,23.35777],[93.399429,23.423328],[93.42276,23.662495],[93.384155000000135,23.84805],[93.351089,23.953327],[93.328049,23.981663],[93.33873,24.077915],[93.370712,24.091003000000114],[93.40576,24.07634],[93.48193,23.964996],[93.596375,23.972218],[93.621353000000113,24.01611],[93.753311,24.007496],[93.819153,23.935272],[93.926651,23.95583],[94.036652,23.917774],[94.134766,23.84373],[94.151093,23.855274],[94.313873,24.285831],[94.472214,24.5816650000001],[94.618317,24.76028],[94.734421,25.024719],[94.728592,25.136383],[94.599426,25.17833],[94.57638,25.214439],[94.581665,25.286385],[94.62553400000013,25.397774],[94.695251,25.4725],[94.74109,25.495827],[94.78943,25.496662],[94.885269,25.578609],[94.996368,25.732216],[95.059982,25.943607],[95.11775200000011,25.983330000000137],[95.17804,26.058887],[95.113312,26.138329],[95.065262,26.325554],[95.066376,26.479717],[95.14137,26.612495],[95.246368,26.679718],[95.271103,26.644718000000125],[95.441086,26.70916],[95.51944,26.823051000000135],[95.610809,26.821384],[95.671097,26.898331],[95.803864,27.00111],[95.919144,27.035553000000107],[96.035812000000135,27.192493],[96.194138,27.270832],[96.420532,27.304443],[96.49664,27.302219],[96.621918,27.365829000000133],[96.729156,27.365551],[96.82332,27.31944],[96.855255000000113,27.262775],[96.86554,27.19944],[96.888321,27.178051],[97.059723,27.093002],[97.136658,27.085831],[97.15887,27.13861],[96.905258,27.451660000000118],[96.888885,27.617496],[97.046646,27.749718],[97.361099,27.940830000000119],[97.380539,27.991383],[97.359985,28.04361],[97.316086,28.089165],[97.35193,28.23333],[97.410538,28.292496],[97.468872,28.296108],[97.496368000000132,28.416939],[97.555252,28.548054],[97.71138,28.516941],[97.74498,28.416386],[97.806641000000127,28.344162]]]]}} ] } ; geojson = L.geoJson(jsdata, { style: style, onEachFeature: onEachFeature }).addTo(map); jsdata = { "type":"FeatureCollection", "crs":{"type":"name","properties":{"name":"urn:ogc:def:crs:OGC:1.3:CRS84"}}, "features":[ {"type":"Feature","properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[[54.034439,26.484718],[53.946381,26.492218],[53.912766,26.51139],[53.9036,26.53611],[53.943878,26.561386],[54.018883,26.554165],[54.051384,26.50889],[54.034439,26.484718]]],[[[53.318054000000132,26.797775000000115],[53.28138,26.785275],[53.203323,26.802498],[53.151657,26.846386],[53.171104,26.856106],[53.30499,26.823608],[53.318054000000132,26.797775000000115]]],[[[56.346657,26.822220000000129],[56.317215,26.836109],[56.343880000000127,26.884163],[56.4086,26.885551],[56.398048,26.850552],[56.346657,26.822220000000129]]],[[[55.734993,26.838051000000121],[55.731659,26.797497],[55.703747,26.812357000000134],[55.658043000000134,26.785831],[55.632767000000115,26.79472],[55.636383000000137,26.859997000000135],[55.688599,26.929161],[55.713326,26.903606],[55.734993,26.838051000000121]]],[[[56.24527,26.927494],[56.1586,26.868607],[56.06055,26.771664000000101],[55.987213,26.727772],[55.696098,26.688885],[55.55888,26.622498],[55.327492,26.546108],[55.295830000000137,26.54222],[55.283607,26.558609],[55.28249,26.658051],[55.360275,26.642773],[55.675827,26.772221],[55.769989000000123,26.792774],[55.784164,26.841106],[55.736382,26.92194],[55.75222,26.951939],[55.853359,26.91555000000011],[55.956657,26.929996],[55.999435000000119,26.9575],[56.155548,26.998604],[56.22054,27.00055],[56.290276000000119,26.963329000000101],[56.24527,26.927494]]],[[[56.470825,27.037777],[56.436935,27.047497000000135],[56.432495,27.075554],[56.469986,27.108608000000117],[56.509163,27.071663],[56.470825,27.037777]]],[[[50.32888,29.20805],[50.315826,29.214718],[50.291382000000112,29.278053000000114],[50.338326,29.268887],[50.32888,29.20805]]],[[[45.004433,39.416382],[45.115822,39.312202],[45.1461,39.214149000000134],[45.267769000000101,39.186646],[45.30999,39.19832],[45.342209000000139,39.168877000000123],[45.421097,39.06082],[45.439423,38.998047],[45.538605,38.965546000000131],[46.074715,38.871933],[46.178246000000115,38.84115],[46.354706,38.91054],[46.540375,38.875587],[46.572495000000117,38.915825],[46.738319,39.039429],[46.753609,39.081383],[46.838326,39.15527],[46.90554,39.168877000000123],[46.948868,39.154427],[47.025551,39.189423],[47.044991,39.243607],[47.099709,39.304436],[47.292213,39.376938000000109],[47.391663,39.470543000000134],[47.542496,39.515266],[47.763054,39.628876],[47.80666,39.677216],[47.976662,39.719231],[48.056931,39.670830000000137],[48.321938,39.440819],[48.35979,39.385216],[48.189156,39.333321],[48.150269,39.309151],[48.11998,39.263611],[48.134995000000117,39.208878],[48.214706,39.147484],[48.29388,39.112488],[48.327766,39.05166],[48.312485,39.007767000000115],[48.260818,38.976646],[48.071381,38.951378],[48.014153,38.905823000000112],[48.020821,38.835541],[48.123604,38.772217000000126],[48.243874,38.72777],[48.243607,38.667206000000135],[48.327766,38.60332],[48.441933,38.62165],[48.62305,38.39526],[48.66638,38.389153],[48.789429,38.447762000000125],[48.888283,38.442406],[48.869431,38.300545],[48.94165,37.90749],[48.997765000000129,37.763611],[49.102486,37.643044],[49.27471,37.54583],[49.41999,37.49332],[49.936104000000114,37.452492],[50.191376,37.389160000000118],[50.22332,37.36639],[50.239716,37.28082],[50.333603,37.134438000000102],[50.485825,37.028877000000136],[51.000275000000101,36.766106],[51.101105000000132,36.728874],[51.873878,36.58416],[51.995827000000133,36.580826],[52.104439000000127,36.5991590000001],[52.29222,36.65443],[52.815826,36.744995],[53.223045000000127,36.848328],[53.535271,36.890274],[53.922768,36.909714],[54.0086060000001,36.948326],[54.00222,36.904991],[53.984993,36.8986],[53.820274,36.874992],[53.607498000000135,36.868324],[53.681938,36.817215],[53.894714,36.79361],[54.013885,36.816101],[54.032211,36.8361],[54.03166,36.948326],[53.90564,37.350853000000143],[54.201660000000118,37.330276],[54.356102000000135,37.360825],[54.576660000000118,37.452492],[54.681107,37.443604],[54.786942,37.519157000000121],[54.80971,37.579437],[54.782211000000132,37.648048],[54.833054000000118,37.74638],[54.954712,37.804993],[55.140831,37.9561],[55.38472,38.041939000000127],[55.442764000000125,38.086105],[55.76388500000013,38.124161000000129],[55.991379,38.071663000000115],[56.164436,38.09499],[56.219704,38.071205],[56.31972,38.083328],[56.337212000000136,38.089432],[56.352776,38.132767],[56.319992,38.16777],[56.32249,38.185265],[56.424438,38.25471],[56.538887,38.26611],[56.578331,38.255272],[56.755745,38.286263],[56.845825,38.23166],[57.050827,38.193604],[57.13472,38.236107000000118],[57.164993,38.275826],[57.23916,38.273880000000133],[57.371101000000124,38.093048000000124],[57.348328,37.998878],[57.356941,37.985825],[57.450272,37.939156000000139],[57.708046,37.92666],[58.174438000000123,37.79639],[58.203049,37.783333],[58.219437,37.694153],[58.238045,37.67527],[58.467209,37.639992],[58.646385,37.661659],[58.712769,37.6486],[58.79333,37.66249],[58.814713,37.680275],[58.926102000000128,37.669991],[59.052773,37.63138],[59.25,37.513329],[59.338882,37.53916],[59.38082,37.48555],[59.37027,37.412209000000132],[59.393051,37.323051],[59.479988000000105,37.232765],[59.813049,37.12471],[60.029434,37.036942],[60.06527,37.009438],[60.106102,36.936935],[60.333054000000118,36.656097000000102],[60.364716,36.645546],[61.157211,36.649994],[61.18999,36.567772],[61.160271,36.414154],[61.222763,36.171104],[61.201103,36.06916],[61.211662000000103,35.937492000000134],[61.262215,35.81972],[61.228874000000133,35.67805],[61.276558,35.607246],[61.287773,35.549995000000138],[61.183601,35.348602],[61.104439000000127,35.279160000000104],[61.094711,35.184158000000139],[61.13694,35.137215],[61.131660000000124,35.085823000000119],[61.0511,34.789436],[60.981377,34.657768],[60.85083,34.566101],[60.753883,34.551659],[60.72166,34.522217],[60.804436,34.458046],[60.8836060000001,34.355270000000132],[60.878876,34.319717],[60.665543000000127,34.312492],[60.508331,34.140274],[60.50753,34.066895],[60.554161,33.813324],[60.505272000000105,33.739159],[60.527771,33.644157],[60.6661,33.567497],[60.88638,33.557213],[60.943047,33.51944],[60.85444,33.48999],[60.803322,33.390831000000105],[60.591103,33.163048],[60.5825,33.066101000000117],[60.857773000000122,32.234718],[60.806938000000116,31.996662],[60.824165000000107,31.944439],[60.811378000000104,31.659718],[60.843880000000127,31.498329],[61.713608,31.383331],[61.7711,31.318329],[61.766804,31.256184],[61.811104,31.177219],[61.851387,31.027496],[61.758331,30.790276],[60.866302,29.863655],[61.314438,29.395828000000108],[61.360275000000115,29.265831000000105],[61.424713,29.155273],[61.51194,29.07111],[61.651382,28.785275],[61.905548000000124,28.554996],[61.95388,28.528885],[62.404991000000109,28.417217],[62.484436,28.363331],[62.592491000000109,28.2336],[62.781380000000127,28.26694],[62.788887,28.212494],[62.757774,28.000275],[62.82194,27.760277],[62.83971,27.474438],[62.799721,27.383053],[62.782494,27.260555],[62.823051,27.230274],[62.933327000000133,27.213329],[63.205826,27.267498],[63.28833,27.218605000000139],[63.341934,27.122498],[63.319992,27.134163000000115],[63.2786,27.121941],[63.253052,27.083607],[63.259163000000115,26.934441],[63.2161,26.853886],[63.185822,26.637218],[62.772766,26.649719],[62.74305,26.611664],[62.429718,26.564163],[62.31027,26.502777],[62.271378,26.42472],[62.291107,26.365551],[62.27803,26.35402],[62.14138,26.382774],[62.103882,26.314442],[62.060822,26.311665],[61.858047,26.23472],[61.81694,26.108608000000117],[61.775826,25.81861],[61.686378,25.794998],[61.643608,25.29833200000013],[61.611031,25.197647],[61.58111,25.199718000000132],[61.51944,25.171108],[61.499435000000119,25.118053],[61.438599,25.075275],[61.224991,25.118607],[61.199432,25.161663],[61.173050000000103,25.174438],[60.62221,25.268055],[60.602776000000119,25.400272],[60.547218,25.441662],[60.454994000000113,25.431664],[60.395271,25.375553],[60.405548,25.33388],[60.44323,25.326904],[60.461105,25.263611],[60.312210000000107,25.326664],[60.2930530000001,25.356106],[59.958046000000138,25.372772],[59.82444,25.411942000000124],[59.62027,25.391663],[59.567772,25.41055],[59.478043000000127,25.477219],[59.11999,25.391663],[59.025826,25.397495000000106],[58.919991,25.51472],[58.78999,25.564720000000136],[58.710823000000119,25.553886],[58.368599,25.604443],[58.317772000000105,25.57611],[58.169991,25.53889],[58.121376,25.544441],[58.030548,25.591106],[57.957771,25.700272],[57.833878,25.664719],[57.7786,25.668606],[57.785271000000137,25.703327],[57.748047,25.74555],[57.668327,25.747215],[57.626099,25.730274000000122],[57.524162000000103,25.737774],[57.310547,25.777775],[57.271378,25.919441],[57.23276,25.984993],[57.19804,25.994995],[57.167213,26.072220000000129],[57.172089,26.112057],[57.074165,26.44721600000014],[57.091103,26.496662],[57.087769,26.639717],[57.025551,26.842773],[56.845268,27.024998],[56.867493000000138,27.059441],[56.808884,27.123608],[56.348877,27.201107],[56.132767,27.160275],[55.97916,27.065273000000104],[55.94638,27.023888],[55.645546000000138,26.983330000000137],[55.579437,26.917217],[55.59388,26.793610000000115],[55.417213,26.754719000000136],[55.374992,26.759441],[55.350273,26.779442],[55.243881000000101,26.781666],[54.794716,26.489994],[54.690269,26.5061070000001],[54.47249,26.588329],[54.360550000000103,26.65583],[54.33194,26.69833],[54.290833,26.71833],[54.211937,26.695827000000122],[54.065826,26.724716000000114],[53.842491000000109,26.699162],[53.747772000000111,26.70916],[53.64638,26.753052],[53.48999,26.851662],[53.4711,26.877495],[53.465271,26.948883000000137],[53.395828000000108,26.999439],[53.16638,27.063332000000116],[53.001106,27.12944],[52.85305,27.20944],[52.756386,27.289165],[52.60305,27.35083],[52.57111,27.38944],[52.620544000000109,27.412773000000129],[52.626381,27.461662000000103],[52.499718,27.608608],[52.440269,27.640831],[52.2241590000001,27.686382],[52.020271,27.830276],[51.792221,27.851109000000122],[51.722214,27.832775],[51.606384,27.841942],[51.430275,27.937775000000101],[51.32527,28.04833200000013],[51.264717,28.154991],[51.237778,28.278053000000114],[51.138885,28.408333],[51.09333,28.497219],[51.057495,28.73444400000011],[51.004166,28.803608],[50.876106,28.831944000000135],[50.801941,28.924164000000133],[50.798607,28.966942],[50.823326,28.993889000000138],[50.899719,28.946663],[50.928886,29.013332],[50.925278,29.062496],[50.82444,29.138332],[50.723885000000109,29.13444],[50.681664000000126,29.117222],[50.641106,29.13805],[50.629440000000102,29.187496],[50.656387,29.248886],[50.66916700000013,29.402222],[50.63666,29.475],[50.465828,29.624443],[50.390831000000105,29.657497],[50.239998,29.860832],[50.1475,29.932777],[50.131386,29.958332],[50.1336060000001,30.068886],[50.083611,30.175278],[50.048607,30.207222],[50.006386,30.218887000000109],[49.898888,30.198051],[49.581657,30.009163],[49.551384,30.0075],[49.501381,30.05388],[49.479713000000118,30.155552],[49.42332,30.17028],[49.315819,30.163609],[49.006653,30.29555],[48.926102,30.391663000000108],[49.060265,30.40667],[49.195267000000115,30.354443],[49.26555,30.42972200000014],[49.192772,30.489716],[49.100266,30.516106],[48.984993,30.513054000000125],[48.94471,30.49305],[48.86416,30.353886000000102],[48.866936,30.293884],[48.91805,30.248608],[48.94249,30.175278],[48.917213000000118,30.038883],[48.861374,30.019722],[48.708054,30.027222000000108],[48.659714,30.001942],[48.646935,29.965275],[48.602486,29.94971500000014],[48.469437,29.98444],[48.411102000000142,30.103607000000125],[48.407806000000107,30.211208],[48.289436,30.32972],[48.160431,30.427082],[48.068306,30.460423],[48.032494,30.49138],[48.036385000000109,30.997494000000131],[47.693878,31.00111],[47.697212,31.407772000000136],[47.864441,31.798607000000118],[47.63472,32.051102],[47.413322,32.341103],[47.437210000000107,32.372215],[47.434158,32.39777400000014],[47.356102,32.47638],[47.274994000000106,32.491936],[47.243881000000101,32.469986],[47.137497,32.463051],[46.903320000000122,32.62305],[46.74749,32.753052],[46.42388,32.937492],[46.283607,32.96666],[46.15527,32.95222],[46.107216,32.967491],[46.096382000000119,32.999435],[46.113052,33.083054],[46.198601,33.191101],[46.181938,33.260277],[46.05027,33.377769],[46.04416,33.439156000000139],[46.00647,33.485779],[45.874710000000107,33.491661000000136],[45.882492,33.515831],[45.948601,33.55666],[45.898880000000133,33.633049],[45.826103,33.628601000000117],[45.77166,33.591377],[45.746941000000106,33.59166],[45.752327,33.637283000000139],[45.68888,33.674995],[45.650269,33.72499],[45.63777,33.7761],[45.508049000000142,33.94249],[45.437767,33.945267000000115],[45.40105,33.979568],[45.46888,34.079163000000108],[45.562767000000122,34.140549],[45.584717000000126,34.30249],[45.53555,34.351105000000132],[45.48777,34.335823],[45.438042,34.460274],[45.562923,34.586105],[45.722214,34.556656],[45.73027,34.584717],[45.708328,34.659157],[45.65221,34.73999],[45.688599000000124,34.815269],[45.766106,34.845825000000104],[45.79773,34.91404],[45.844994,34.89638],[45.867767000000129,34.9036],[45.895546000000138,34.963608],[45.878601,35.035271],[45.933769,35.098755],[46.039436000000137,35.058327],[46.171364,35.11341],[46.189987,35.222214000000122],[46.15416,35.23443600000013],[46.133049,35.272491],[46.148048,35.297462],[46.051102000000128,35.399162],[45.984161,35.501663],[45.97999,35.58472],[46.02166,35.680275000000108],[46.04583,35.694992],[46.147774,35.694153000000142],[46.22943,35.712212],[46.33416,35.777489000000116],[46.349998,35.806099000000131],[46.340271000000143,35.825554000000125],[46.299995000000138,35.834435],[46.258888000000127,35.81305],[46.181664000000126,35.804161],[46.0961,35.866386],[45.902489000000116,35.841660000000104],[45.871658,35.818054],[45.765831,35.811935],[45.63347,35.966805],[45.505547,36.020546],[45.405823,35.990829],[45.354439,36.064438000000109],[45.27916,36.381104000000107],[45.239159,36.431374000000119],[45.143326000000116,36.408875000000137],[45.089989,36.427773],[45.058594,36.501938],[45.013088,36.542858],[45.033333,36.60833],[45.065262,36.64444],[45.064156,36.68555],[45.025551,36.736382],[44.950829,36.77916],[44.867203,36.785271],[44.84415,36.808037],[44.8461,36.829987],[44.906647,36.888329],[44.909714,37.023872],[44.866936000000123,37.051384],[44.81749,37.055817],[44.765549,37.109993],[44.821938,37.271103],[44.815262000000132,37.30526],[44.6486,37.427773],[44.588593,37.440262],[44.584435,37.613884],[44.61805,37.72777],[44.574158000000125,37.76804],[44.223969,37.89915],[44.238884,37.960274],[44.484154,38.345543],[44.434708000000114,38.395546],[44.333878,38.378036],[44.307316,38.38784],[44.302773,38.443604],[44.32222,38.510277],[44.31388,38.63777],[44.26082,38.721657],[44.30332,38.83443],[44.291100000000142,38.859711],[44.24749,38.866653],[44.208046,38.895821000000126],[44.159424,39.00221],[44.198032,39.056675],[44.215828,39.140831],[44.034157,39.384995000000117],[44.070267000000115,39.411652],[44.20054,39.416939000000127],[44.31554,39.387497],[44.4161,39.425262],[44.47789,39.640656],[44.471085,39.698868],[44.60582,39.78054],[44.730820000000108,39.70665],[44.81304200000011,39.63081],[44.871933,39.62165],[44.950272,39.435822],[45.004433,39.416382]]]]}} ] } ; geojson = L.geoJson(jsdata, { style: style, onEachFeature: onEachFeature }).addTo(map); jsdata = { "type":"FeatureCollection", "crs":{"type":"name","properties":{"name":"urn:ogc:def:crs:OGC:1.3:CRS84"}}, "features":[ {"type":"Feature","properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[[104.120239,2.318889000000127],[104.149979,2.303055],[104.154968,2.287777],[104.131912,2.27667],[104.101067,2.294167],[104.09774800000014,2.319166000000109],[104.120239,2.318889000000127]]],[[[111.370819,2.360278],[111.303589,2.448055],[111.311836,2.497217],[111.29332,2.733333],[111.30497700000012,2.76972],[111.327477,2.781388000000106],[111.354431,2.76],[111.383881,2.68],[111.376923,2.49528],[111.41387900000012,2.376111],[111.370819,2.360278]]],[[[104.171082,2.705277],[104.141647,2.730833000000132],[104.123291,2.781666],[104.171913,2.895],[104.217194,2.785555000000102],[104.22162600000013,2.729722],[104.211906,2.711389],[104.171082,2.705277]]],[[[117.726646,4.16972],[117.68692,4.16834],[117.638893,4.228610000000117],[117.688316,4.26059],[117.749153,4.258055000000127],[117.903557,4.17404],[117.726646,4.16972]]],[[[118.681931,4.499721],[118.752487,4.480555],[118.76277200000015,4.463611],[118.68942300000015,4.44111],[118.639977,4.48611],[118.681931,4.499721]]],[[[118.50972,4.554443],[118.517487,4.53611],[118.49942,4.52917],[118.492752,4.546944],[118.50972,4.554443]]],[[[118.570267,4.600832000000139],[118.529709,4.600277],[118.343872,4.670554],[118.478867,4.689165],[118.59832800000015,4.63861100000014],[118.570267,4.600832000000139]]],[[[115.23304700000017,5.259722],[115.158333,5.257777],[115.190262,5.347221],[115.24192800000014,5.384722],[115.263046,5.298055],[115.23304700000017,5.259722]]],[[[100.288857,5.25611],[100.203857,5.27111],[100.183853,5.4625],[100.272751,5.464722],[100.303574,5.45361],[100.320251,5.427776],[100.318314,5.338055000000111],[100.288857,5.25611]]],[[[115.672211,5.707222000000115],[115.6666560000001,5.705832],[115.627762,5.72833],[115.654427,5.73583],[115.672211,5.707222000000115]]],[[[118.171921,5.81222],[118.158333,5.824444],[118.178864,5.84889],[118.23304700000017,5.84833],[118.221916,5.823889000000122],[118.171921,5.81222]]],[[[116.059418,6.00305],[116.016098,6.026944],[116.016937,6.03583],[116.056641,6.04],[116.059418,6.00305]]],[[[115.609154,6.19528],[115.59274300000016,6.204722000000118],[115.6077580000001,6.22111],[115.619431,6.205555000000118],[115.609154,6.19528]]],[[[99.873291,6.41611],[99.915802,6.389166],[99.92302,6.33083],[99.83914,6.277499],[99.837189,6.18778],[99.813019,6.15667],[99.77580300000011,6.202222],[99.82858,6.274166],[99.736374,6.24861],[99.656937,6.36083200000013],[99.640823000000125,6.419721],[99.796921,6.41222],[99.852951,6.464153],[99.873291,6.41611]]],[[[100.654968,6.448332],[100.748581,6.503611],[100.822746,6.43611],[100.854141,6.325555],[100.857468,6.234444],[100.95137,6.23972],[101.009697,6.269444],[101.11551700000012,6.248888000000136],[101.121628,6.18722],[101.099136,6.118888],[101.119423,5.984444],[101.101357,5.926944],[101.035797,5.896111000000133],[100.99025,5.788054],[101.139687,5.63194],[101.22606700000011,5.673332],[101.311897,5.807221],[101.569977,5.916666],[101.602463,5.908054000000107],[101.658859,5.860555],[101.660248,5.815],[101.69164300000011,5.76361],[101.762482,5.78889],[101.796631,5.747221000000138],[101.833862,5.743332],[101.943848,5.861943],[101.946091,5.964722],[102.09053,6.15416],[102.09523,6.23614],[102.1666560000001,6.193609],[102.195534,6.20444300000014],[102.183319,6.219998],[102.221649,6.217498],[102.34166,6.169443],[102.4086,6.077777],[102.50499,5.87861],[102.616638,5.802776000000108],[102.6727370000001,5.721110000000124],[102.83802800000012,5.59222],[102.976913,5.526944000000128],[103.126358,5.371387],[103.409973,4.858054],[103.441071,4.765277],[103.453583,4.471944],[103.492737,4.299166000000128],[103.446564,4.166437],[103.41275000000013,4.150555000000111],[103.39720200000011,4.117221],[103.413857,3.958889],[103.334702,3.742222],[103.371078,3.642777],[103.478027,3.506667],[103.4263610000001,3.392499],[103.454697,3.187777],[103.434692,3.052777],[103.44024700000011,2.917778],[103.516083,2.788333],[103.637016,2.664093],[103.76525900000013,2.625833],[103.820251,2.5775],[103.831093,2.463611],[103.898323,2.385833],[103.97746300000011,2.243055],[104.22525000000013,1.713055],[104.293297,1.43778],[104.27580300000011,1.365555],[104.200813,1.337778],[104.0997010000001,1.3725],[104.047737,1.468889],[104.077591,1.503359000000103],[103.959412,1.646944],[103.96942100000012,1.59222],[104.010803,1.538055],[103.998016,1.432777],[103.965263,1.41805],[103.908577,1.430833],[103.829697,1.476666],[103.688293,1.449444],[103.512138,1.269528],[103.45636000000013,1.32278],[103.407753,1.484722],[103.370796,1.536666],[103.191353,1.61472],[102.827187,1.84778],[102.70497100000011,1.85278],[102.553299,2.04805],[102.467468,2.100555],[102.173019,2.217221],[101.98616,2.390036],[101.849701,2.472499],[101.774689,2.583055000000115],[101.69801300000012,2.594721000000106],[101.51747100000011,2.671666],[101.413589,2.80222],[101.284973,2.84111],[101.281357,2.894166],[101.29469300000011,2.92],[101.37246700000014,3.000556],[101.361359,3.077222],[101.317749,3.130000000000109],[101.294418,3.268888000000118],[101.238861,3.336944],[101.193298,3.360833],[101.1116330000001,3.464722000000108],[101.02803,3.628055],[100.86858400000011,3.76555500000012],[100.81024200000013,3.777222],[100.810791,3.804722],[100.84413100000012,3.844334],[100.75443300000012,3.84333],[100.697189,3.903888],[100.71053300000011,3.994444],[100.773033,3.982499],[100.869957,4.02305],[100.69690700000012,4.151943],[100.656357,4.16583],[100.627747,4.15611],[100.61441000000013,4.177221],[100.572197,4.339999],[100.589142,4.744999],[100.6055300000001,4.79833200000013],[100.510803,4.88611],[100.435516,4.92111],[100.361076,5.08611],[100.404663,5.119999],[100.433578,5.194165000000112],[100.430801,5.282499],[100.38024900000011,5.524444],[100.3491360000001,5.569166],[100.37413,5.683332],[100.375793,5.82111],[100.35553,5.963888],[100.250809,6.20833],[100.171913,6.286666],[100.126862,6.419617],[100.171356,6.476665],[100.193573,6.569444],[100.17468300000013,6.625832],[100.195801,6.7025],[100.214981,6.71111],[100.30275000000012,6.698888000000125],[100.334412,6.586944000000131],[100.379044,6.540766],[100.654968,6.448332]]],[[[117.49359100000015,6.742498000000126],[117.512772,6.678610000000106],[117.46692700000017,6.6424990000001],[117.415543,6.625554000000136],[117.33719600000018,6.651388],[117.34274300000016,6.672527],[117.439423,6.694443],[117.440262,6.718055000000106],[117.400269,6.72361],[117.40804300000013,6.74611],[117.465553,6.7625],[117.49359100000015,6.742498000000126]]],[[[116.789146,6.57917],[116.8624880000001,6.596388000000104],[117.04802700000016,6.825555000000122],[117.02970900000014,6.93111],[117.068604,6.979444],[117.141937,7.001944],[117.17830700000013,6.990276],[117.252487,6.941387],[117.25305200000014,6.767777],[117.290817,6.635833000000105],[117.463318,6.53972],[117.558594,6.537777],[117.646378,6.51611],[117.738876,6.389999],[117.721649,6.254444],[117.642212,6.24361],[117.599716,6.189721],[117.659988,6.099721000000102],[117.673866,5.98],[117.629967,5.940276],[117.50305200000014,5.896111000000133],[117.782211,5.914999],[117.891098,5.955277],[117.9897,6.061666],[118.008881,6.061666],[118.048599,6.019444000000135],[118.124687,5.861388],[118.080276,5.810277],[117.931374,5.81361],[117.909416,5.80139],[117.95610000000011,5.683887],[118.12552600000015,5.689443],[118.157494,5.795277000000112],[118.255547,5.82777700000014],[118.37359600000013,5.807499],[118.574997,5.691666],[118.6922,5.59139],[118.934708,5.429721],[119.070267,5.404444000000126],[119.128593,5.435],[119.198593,5.43861],[119.275818,5.345],[119.27249100000017,5.223610000000122],[119.214432,5.1375],[119.171097,5.112221],[118.70166,4.943054],[118.54971300000011,4.958611],[118.448318,4.99694],[118.413307,5.030555],[118.35080700000015,5.035832],[118.20915200000013,4.963611],[118.140549,4.888332000000105],[118.133041,4.850832],[118.280273,4.682221000000141],[118.41721300000017,4.593332],[118.43775900000014,4.613888],[118.48526,4.59278],[118.486969,4.5649],[118.467262,4.53844],[118.509277,4.500577],[118.544029,4.525475],[118.59693900000013,4.518888],[118.64415,4.434999],[118.54694400000017,4.350277000000119],[118.404427,4.348888000000102],[118.183594,4.307776],[117.988312,4.223888],[117.90332,4.24694],[117.863037,4.28722],[117.693039,4.374721],[117.6291500000001,4.35361],[117.651932,4.266944],[117.592056,4.169818],[117.4433140000001,4.192777],[117.398331,4.258055000000127],[117.239433,4.35833],[117.189148,4.335555],[116.910538,4.35222],[116.836647,4.33],[116.5336,4.330832],[116.463043,4.293332],[116.314697,4.357777],[116.155823,4.359165],[116.054153,4.277222000000108],[115.98664900000017,4.339722],[115.892487,4.368888],[115.8724820000001,4.36111],[115.85054,4.321666],[115.690811,4.18028],[115.659714,4.108596],[115.571381,3.666111],[115.574158,3.594722],[115.628036,3.432222],[115.612762,3.419722],[115.576393,3.426111],[115.538879,3.33361],[115.509987,3.198333],[115.52858700000013,3.176111],[115.49552900000015,3.040000000000134],[115.37525900000014,2.99139],[115.32083100000011,2.98639],[115.30137600000012,3.01638800000012],[115.24971,3.010833],[115.139709,2.90611],[115.118317,2.851111000000117],[115.083054,2.610833],[115.104431,2.596944],[115.136383,2.612222],[115.172211,2.604444],[115.237198,2.5225],[115.21775800000012,2.494166],[115.00166300000012,2.360555],[114.93942300000015,2.285555],[114.870247,2.279444000000126],[114.804703,2.248888],[114.77638200000013,2.146667],[114.800537,2.064722],[114.868317,2.043889],[114.859993,1.904166],[114.783333,1.86389],[114.710823,1.770555],[114.674423,1.6425],[114.580551,1.443333],[114.533333,1.435555],[114.40165700000011,1.509722],[114.228867,1.4425],[114.084396,1.46999],[113.930817,1.44528],[113.794434,1.3075],[113.658333,1.22472],[113.586929,1.283611000000121],[113.45610000000011,1.288333],[113.34082000000012,1.365278],[113.126373,1.431666],[113.05442800000014,1.54528],[112.99971,1.57278],[112.881088,1.588333],[112.680267,1.563055],[112.472763,1.568055],[112.204712,1.453611],[112.180817,1.408889000000102],[112.212196,1.402222],[112.213608,1.378889],[112.131363,1.147222000000113],[111.949707,1.13],[111.827209,0.998611],[111.732758,1.00611],[111.666931,1.039166],[111.562759,0.999166],[111.406372,1.00889],[111.258331,1.067222000000129],[111.211929,1.069722],[111.006943,1.021111000000133],[110.90416,1.014444],[110.818604,0.949167],[110.806091,0.906667],[110.574432,0.852778],[110.459991,0.902778000000126],[110.332489,1.001944],[110.18718700000011,1.185],[110.11554,1.19528],[110.071663,1.22],[109.985413,1.30188],[109.931664,1.406944000000124],[109.824707,1.468611],[109.669983,1.613055],[109.66721300000012,1.706388000000118],[109.615807,1.789166000000137],[109.58554100000015,1.800833],[109.563873,1.833611],[109.546654,1.904166],[109.648567,2.073409],[109.650818,1.939166000000114],[109.671371,1.898055000000113],[109.708328,1.85278],[109.92830700000013,1.689166],[110.25305200000014,1.705555000000118],[110.333328,1.80222],[110.477203,1.643333],[110.47998000000013,1.62417],[110.730438,1.543879],[110.736366,1.504167],[110.674423,1.44528],[110.746643,1.461111],[110.76915,1.493333],[110.77249100000012,1.561111],[110.82193000000012,1.568055],[110.9727630000001,1.49944],[111.063026,1.405],[111.155548,1.363889],[111.319443,1.333055],[111.376923,1.343889000000104],[111.287201,1.41305],[111.241928,1.415833],[111.174698,1.39389],[111.061653,1.458889],[111.0,1.575555],[111.027481,1.66444],[111.064423,1.682222],[111.173309,1.948055],[111.205551,2.066388],[111.247482,2.120555],[111.32832300000013,2.105555],[111.372757,2.150833],[111.368042,2.163888],[111.191933,2.141111],[111.168587,2.152222],[111.223312,2.421111],[111.247482,2.42861],[111.36811100000011,2.33909],[111.450272,2.36861],[111.403053,2.480833],[111.44470200000012,2.691666],[111.666092,2.846944000000121],[112.093048,2.905277],[112.8647,3.10083],[113.01053600000012,3.160555000000102],[113.274986,3.486111],[113.414993,3.69194],[113.517761,3.808055000000138],[113.73552700000016,3.99694],[113.92608600000017,4.244165],[113.964432,4.321388],[113.994713,4.439721],[113.963043,4.56611],[113.986366,4.597499],[114.164993,4.577777],[114.23580900000013,4.531943],[114.31137100000012,4.429166],[114.329987,4.326944],[114.47554,4.200000000000102],[114.60748300000012,4.058054],[114.60999300000015,4.027777],[114.641098,4.018888],[114.70166000000017,4.046944],[114.80525200000011,4.142221],[114.86692800000014,4.355277],[114.862198,4.433332],[114.834717,4.446387],[114.780548,4.73861],[114.856369,4.806388],[114.979431,4.831666],[115.018433,4.895795000000135],[115.026657,4.656666],[115.10054,4.382221000000129],[115.348602,4.314165],[115.355553,4.351665],[115.27388,4.448609],[115.264427,4.54111],[115.28249400000016,4.611666],[115.223038,4.804998000000126],[115.145782,4.90324],[115.21775800000012,4.958611],[115.323318,4.894444],[115.36665300000016,4.90333],[115.47971300000017,5.022775],[115.557747,5.06861],[115.574158,5.179166],[115.559143,5.202499],[115.487198,5.219443000000126],[115.361099,5.307499],[115.37886000000015,5.398889],[115.52832,5.517499],[115.76249700000017,5.520277],[115.81749,5.533888],[115.84887700000013,5.563888000000134],[115.89637800000014,5.647222000000113],[115.918869,5.747499],[116.05108600000017,5.84083],[116.053307,5.900277],[116.09027100000014,5.977777000000117],[116.109993,6.127776],[116.328598,6.363333000000125],[116.498032,6.489443],[116.50417300000015,6.540555],[116.643883,6.701111],[116.656937,6.846666000000141],[116.71582,6.967777000000126],[116.76249700000017,7.02361],[116.834991,6.96111],[116.859711,6.803332],[116.851379,6.756944],[116.780823,6.6433320000001],[116.789146,6.57917]]],[[[117.283333,7.314721000000134],[117.27638200000013,7.23861],[117.24971,7.176665],[117.149429,7.16861],[117.06667300000015,7.101943],[117.051651,7.173888],[117.074158,7.287499],[117.142761,7.333055],[117.218872,7.352777000000117],[117.266098,7.345277],[117.283333,7.314721000000134]]],[[[116.8724820000001,7.219999],[116.856934,7.183887],[116.879433,7.275555000000111],[117.00332600000013,7.353333000000134],[117.018883,7.26639],[116.8724820000001,7.219999]]]]}} ] } ; geojson = L.geoJson(jsdata, { style: style, onEachFeature: onEachFeature }).addTo(map); jsdata = { "type":"FeatureCollection", "crs":{"type":"name","properties":{"name":"urn:ogc:def:crs:OGC:1.3:CRS84"}}, "features":[ {"type":"Feature","properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[[32.95444,-26.058613],[32.906105,-26.05945],[32.895271,-26.040836],[32.910271,-26.00056],[32.9805530000001,-25.972778],[32.95444,-26.058613]]],[[[35.48832700000014,-21.685001],[35.452217,-21.787502],[35.435555,-21.783337],[35.422775,-21.75944],[35.435829000000126,-21.65528],[35.479439000000127,-21.523891],[35.497498,-21.54945],[35.48832700000014,-21.685001]]],[[[39.901382000000126,-16.413334],[39.838882,-16.411114],[39.810829,-16.363056],[39.818054000000132,-16.3125],[39.861382,-16.278057],[39.914719,-16.27972],[39.901382000000126,-16.413334]]],[[[40.500832000000116,-11.031946],[40.516937,-11.036112],[40.539444000000117,-11.00861],[40.570831,-11.036945],[40.498604,-11.176668],[40.38777,-11.31778],[40.481110000000115,-11.41639],[40.428886,-11.574722],[40.424164000000133,-11.649723],[40.505554,-11.957224],[40.512497,-12.43028],[40.471382,-12.50889],[40.558884,-12.55333],[40.605827,-12.704445],[40.646942000000138,-12.76083],[40.641937,-12.78139],[40.516106,-12.88917],[40.47666,-12.884167],[40.449715,-12.90306],[40.413055,-12.93917],[40.409996,-12.96194],[40.48972,-13.0275],[40.513329000000113,-13.00167],[40.518326,-12.955],[40.584442,-12.95945],[40.597221000000104,-12.973333],[40.57194,-13.202778],[40.539444000000117,-13.312223],[40.59111,-13.374723],[40.52583,-13.515278],[40.578888,-13.56722],[40.582222,-13.58583],[40.537498,-13.645279],[40.602776,-13.899445],[40.634438000000102,-13.940834],[40.649994000000106,-14.016945],[40.62277,-14.125557],[40.530548,-14.171667],[40.59861,-14.245834],[40.668884,-14.19028],[40.703606,-14.18222],[40.725273,-14.206112],[40.74472,-14.27472],[40.728607,-14.34306],[40.669167,-14.36722],[40.64361,-14.40139],[40.636108,-14.48472],[40.670555,-14.48778],[40.689995,-14.435835],[40.708328000000108,-14.42778],[40.766388,-14.405556],[40.811661000000129,-14.40778],[40.830551,-14.45361],[40.846107,-14.697779],[40.82,-14.81111],[40.722771,-14.892778],[40.770271,-14.97833],[40.708885,-15.07833],[40.528885,-15.13278],[40.514442,-15.187223],[40.578049,-15.20278],[40.627220000000136,-15.155001],[40.665833,-15.18667],[40.68471,-15.249723],[40.57833,-15.49889],[40.429718,-15.60778],[40.360275,-15.723333],[40.12555,-15.94],[40.135826000000122,-15.9925],[40.100273000000129,-16.078892],[39.983604000000128,-16.231945],[39.888611,-16.23695],[39.78305,-16.29945],[39.817497,-16.412781],[39.698608,-16.536945],[39.127495,-16.870422],[39.127495,-16.933056],[39.094444000000124,-16.98639],[38.830551000000128,-17.055836],[38.686104,-17.07083],[38.249718,-17.22945],[38.195831000000112,-17.27417],[38.102219,-17.315281],[37.872215,-17.37639],[37.205826,-17.751392],[36.98389,-18.001392],[36.913605,-17.95028],[36.896660000000111,-17.886112],[36.841385,-17.87722],[36.820274,-17.90472],[36.97333,-18.051392],[36.943886,-18.10861],[36.766663,-18.30861],[36.47972,-18.576946],[36.398605,-18.733334],[36.320549000000142,-18.79444],[36.252777,-18.891392],[36.131943,-18.903057],[36.13104,-18.808754],[36.106384000000105,-18.808334],[35.982773,-18.92694],[35.878883,-18.975],[35.671944,-19.12028],[35.576111,-19.271389],[35.437492,-19.42861],[35.112221,-19.716946],[34.899162,-19.85722],[34.843605000000139,-19.854446],[34.811104,-19.776112],[34.619164,-19.61778],[34.676941000000113,-19.733334],[34.73888,-19.765556],[34.776939,-19.82556],[34.750549,-20.033611],[34.75944,-20.180557],[34.69778,-20.37945],[34.658607,-20.39167],[34.737495,-20.55611],[34.98888,-20.725281],[35.012497,-20.77889],[35.008888,-20.80695],[35.07444,-20.91306],[35.115829,-20.93528],[35.102966,-20.95733],[35.117493,-20.97722],[35.084717,-21.08417],[35.050278,-21.097778],[35.079163000000108,-21.32417],[35.269997000000103,-21.64833],[35.276665,-21.821392],[35.329994,-21.99334],[35.337494000000106,-22.074448],[35.325829,-22.24278],[35.301941000000113,-22.33334],[35.312492,-22.41806],[35.371666000000118,-22.466114],[35.39722,-22.460003],[35.409439000000134,-22.41417],[35.389442,-22.2925],[35.403053,-22.22139],[35.44416,-22.122223],[35.477776,-22.091114],[35.497215,-22.1075],[35.545273,-22.232502],[35.54055000000011,-22.41417],[35.485832,-22.62611],[35.50444,-22.83417],[35.535271,-22.950279],[35.588608,-22.93139],[35.583328,-22.90695],[35.610275,-22.924168],[35.478333000000134,-23.17889],[35.485832,-23.29056],[35.413605,-23.515556],[35.406944000000124,-23.656113],[35.347771,-23.69528],[35.338333,-23.905834],[35.339722,-23.96945],[35.43972,-23.87861],[35.48333,-23.79417],[35.53083,-23.80028],[35.54222,-23.863613],[35.482773000000122,-24.047779],[35.497215,-24.10528],[35.39,-24.266113],[35.196388,-24.48361],[35.179443000000106,-24.533611],[35.01221,-24.65417],[34.812775000000101,-24.74334],[34.303886,-24.92694],[33.714165,-25.11195],[33.241104000000121,-25.32333],[32.886108,-25.535],[32.813889,-25.60778],[32.770271,-25.683613],[32.734718,-25.80833],[32.704437,-25.82584],[32.692215,-25.88111],[32.57611,-25.97556],[32.603882,-26.03139],[32.723053,-26.17945],[32.837494000000106,-26.29306],[32.8716,-26.27817],[32.86360900000011,-26.207226],[32.899162000000103,-26.11167],[32.952499,-26.08389],[32.902496,-26.71528],[32.88166,-26.822224],[32.89043,-26.84714],[32.348328,-26.860279],[32.133400000000108,-26.839626],[32.129166000000112,-26.50584],[32.07222,-26.39333],[32.061104,-26.26139],[32.10083,-26.14861],[32.074715,-26.03722],[31.96851,-25.95784],[31.919441,-25.81417],[32.006104,-25.61584],[32.004997,-25.53694],[31.988052,-25.50417],[32.009995,-25.34611],[32.016663,-25.11056],[31.99555,-24.70444],[32.01611,-24.459446],[31.965275,-24.310001],[31.88583,-24.17112],[31.877399000000139,-23.950645],[31.844719,-23.90722],[31.769722,-23.85639],[31.68861,-23.68028],[31.683609,-23.61361],[31.55083100000013,-23.47667],[31.537498,-23.41722],[31.561665,-23.18667],[31.297504,-22.414764],[31.407497,-22.34028],[32.416107,-21.30722],[32.488876000000118,-21.34445],[32.35833,-21.130558],[32.480827,-20.992226],[32.521385,-20.914169],[32.483604,-20.66167],[32.50222,-20.598614],[32.55082700000014,-20.555],[32.665833,-20.557224],[32.871666,-20.27861],[32.904160000000104,-20.124168],[32.982773,-20.02222],[33.018883,-19.94334],[33.059441000000106,-19.78028],[32.9847180000001,-19.687225],[32.850555,-19.61778],[32.846939000000134,-19.483059],[32.783051000000114,-19.467781],[32.784721000000104,-19.36639],[32.854996000000142,-19.27417],[32.884163,-19.09528],[32.839165,-19.023056],[32.71611,-19.02195],[32.699165000000107,-18.944447],[32.707222,-18.82917],[32.81721,-18.779167],[32.899994,-18.79111],[32.924995,-18.773056],[32.949715,-18.690281],[32.889999000000103,-18.574448],[32.888329000000113,-18.53056],[33.01722,-18.463337],[33.073051000000135,-18.34889],[32.969444,-18.246391],[33.00111,-18.18333],[32.9461060000001,-17.975002],[32.968048000000124,-17.823059],[32.996384,-17.80945],[33.043610000000115,-17.620003],[33.026939,-17.576115],[32.97361,-17.554726],[32.954163,-17.500278],[33.041107000000125,-17.34445],[32.99194,-17.306393],[32.978607,-17.177502],[32.864998,-16.918613],[32.938606,-16.84222],[32.98114,-16.70905],[32.767464,-16.71804],[32.72805,-16.69361],[32.701111,-16.600834],[32.377777,-16.47],[32.25471,-16.440281],[32.062775000000101,-16.44917],[31.908054000000106,-16.418335],[31.899441000000138,-16.35556],[31.721943,-16.214725],[31.428608,-16.16361],[31.345,-16.09556],[31.31194,-16.032501],[31.276665,-16.018612],[31.143608,-15.994167],[31.07111,-16.01528],[30.422775,-16.009167],[30.417292,-15.64214],[30.39666,-15.59361],[30.36444,-15.344168],[30.273052,-15.259724],[30.253330000000119,-15.21861],[30.21917,-15.09611],[30.213017,-14.98172],[30.343609,-14.967779],[30.504719,-14.884724],[30.80805,-14.778057],[31.48472,-14.619722],[31.693054,-14.50445],[31.835552,-14.472778],[32.094719000000111,-14.37722],[32.372772,-14.30833],[33.222229,-14.012566],[33.257774,-14.03611],[33.34333,-14.205],[33.633331,-14.53972],[34.379166,-14.389446],[34.460548000000131,-14.51917],[34.522217,-14.57167],[34.541107,-14.615557],[34.588882,-14.96389],[34.56361,-15.11778],[34.59333,-15.25306],[34.566383,-15.32194],[34.523888000000113,-15.34722],[34.436661,-15.464169],[34.425278,-15.496668],[34.443329,-15.5475],[34.42472,-15.655001],[34.375832,-15.714169],[34.262772,-15.798334],[34.255554,-15.89917],[34.423882,-16.05389],[34.408607,-16.19334],[34.447220000000129,-16.277225],[34.57,-16.315834],[34.594162,-16.37945],[34.66,-16.453613],[34.767494,-16.54639],[35.00222,-16.797779],[35.049438,-16.823891],[35.128326,-16.816948],[35.143883,-16.831112],[35.13916,-16.95195],[35.053329,-17.020279],[35.083885,-17.125],[35.290054000000112,-17.134266],[35.306938,-17.09806],[35.282776000000126,-16.96639],[35.302216000000101,-16.80917],[35.27805,-16.70472],[35.227776,-16.648613],[35.168610000000115,-16.621113],[35.1353,-16.553375],[35.245277,-16.47389],[35.28833,-16.23389],[35.402771000000143,-16.129448],[35.4805530000001,-16.13],[35.54028,-16.16445],[35.709442,-16.11056],[35.786942000000124,-16.0625],[35.814438,-16.019447],[35.867218,-15.419445],[35.800278,-15.17778],[35.924164000000133,-14.885557],[35.881104,-14.885],[35.87722,-14.656113],[35.544716,-14.269445],[35.490829,-14.155834],[35.205551,-13.84445],[35.095276000000126,-13.68611],[34.86599,-13.50631],[34.658051,-13.49639],[34.566383,-13.34222],[34.523888000000113,-12.714724],[34.449165000000107,-12.519445],[34.40749,-12.31944],[34.367775,-12.21889],[34.38749700000011,-12.12306],[34.614441,-11.763889],[34.63361,-11.69195],[34.626106000000107,-11.57583],[35.238609,-11.57583],[35.570274,-11.6075],[35.652496,-11.584723],[35.733330000000137,-11.48333],[35.83833,-11.41472],[35.943054,-11.43472],[36.163055,-11.577778],[36.18972,-11.70667],[36.293884000000105,-11.7075],[36.375549,-11.683889],[36.51111,-11.713335],[36.56194,-11.74028],[36.677773,-11.71472],[36.746109,-11.66389],[36.82972,-11.56861],[36.997772,-11.59139],[37.116104,-11.66917],[37.18805,-11.68944],[37.462044,-11.727329],[37.597221,-11.63972],[37.791939,-11.56111],[37.823326000000122,-11.51944],[37.80971,-11.48],[37.86166,-11.33889],[37.94138,-11.285],[38.096695,-11.25633],[38.330551,-11.345001],[38.411942,-11.395279],[38.491707000000133,-11.41531],[38.655273,-11.28111],[38.897774,-11.172224],[39.134438,-11.141945],[39.208328,-11.17417],[39.268051,-11.16806],[39.50833,-10.99528],[39.766937,-10.92056],[39.89833,-10.83167],[40.019722,-10.77917],[40.381386,-10.540279],[40.447777,-10.471111],[40.521111,-10.48417],[40.584442,-10.65417],[40.588333,-10.68667],[40.503052000000139,-10.79111],[40.61749,-10.83583],[40.604164,-10.8675],[40.528885,-10.900557],[40.507774,-10.93139],[40.500832000000116,-11.031946]],[[34.602776000000119,-12.01195],[34.618332,-12.03722],[34.623886,-12.036667],[34.63,-12.0125],[34.602776000000119,-12.01195]],[[34.723885000000109,-12.032778],[34.70472,-12.07833],[34.726105000000132,-12.09639],[34.747215,-12.08417],[34.75471,-12.04417],[34.723885000000109,-12.032778]]]]}} ] } ; geojson = L.geoJson(jsdata, { style: style, onEachFeature: onEachFeature }).addTo(map); jsdata = { "type":"FeatureCollection", "crs":{"type":"name","properties":{"name":"urn:ogc:def:crs:OGC:1.3:CRS84"}}, "features":[ {"type":"Feature","properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[[26.078053,39.7836],[26.0186,39.799431],[25.974995,39.829987],[26.075829000000113,39.839722],[26.086388,39.829987],[26.078053,39.7836]]],[[[25.82444,40.100266],[25.731667,40.09304],[25.663883000000112,40.126389],[25.67361,40.153603],[25.776665,40.212212],[25.934441,40.241096],[26.013611,40.157494],[25.989998000000128,40.128876000000105],[25.82444,40.100266]]],[[[27.60722,40.57222],[27.528606,40.60027],[27.531109,40.64833],[27.65111,40.65722],[27.735271,40.634438000000102],[27.723885000000109,40.615555],[27.60722,40.57222]]],[[[35.096931,41.961655],[35.093323,41.92305],[35.136932000000115,41.858047000000113],[35.265266,41.725822],[35.506386,41.63805],[35.621666,41.631653],[35.955544,41.734993000000145],[36.0511,41.691933],[36.130829000000119,41.59915],[36.132767,41.535828],[36.114998000000128,41.496666],[36.130829000000119,41.46443],[36.240273,41.35611],[36.429153,41.242775],[36.485268000000133,41.244431],[36.531662,41.26777],[36.612488,41.347488],[36.648041,41.359444],[36.809998000000121,41.3555530000001],[36.871101000000124,41.34304],[37.023331,41.267487000000131],[37.029999,41.197777],[37.04999,41.171097],[37.137215,41.145264000000111],[37.296654000000103,41.13693],[37.526375000000144,41.030266],[37.60777,41.047768],[37.654999,41.1161],[37.687485,41.13721],[37.786385,41.100548000000117],[37.78027,41.070267],[37.79361,41.045547],[37.892487,40.982773000000122],[37.99638,40.98749],[38.361382,40.90943],[38.709991000000116,40.949997],[38.81611,41.009995],[38.924164,41.0411],[39.05471,41.0411],[39.144722000000115,41.063332],[39.163048000000117,41.082497000000103],[39.278603,41.049721],[39.421097,41.109444],[39.48582,41.09861],[39.555275000000108,41.04832],[39.69055,41.003052],[40.128593000000137,40.916382000000112],[40.337494,40.978867],[40.371368,41.008881],[40.458046,41.042496000000142],[40.580544,41.054703000000131],[40.833054,41.194984],[40.931107,41.18748],[41.171692000000121,41.285301],[41.320541000000105,41.36554],[41.38749700000011,41.37305],[41.53156,41.523876],[41.724709000000132,41.492493],[41.833321000000126,41.428322],[41.96804,41.519157],[42.182487,41.507500000000107],[42.472214000000122,41.433327000000133],[42.564995000000124,41.508324],[42.597771,41.583054000000118],[42.681389,41.594719],[42.84024,41.578873],[42.892769000000101,41.506943],[43.016106,41.393326000000116],[43.12638,41.320000000000107],[43.233597000000145,41.190269],[43.369713,41.202766],[43.451935,41.171097],[43.475548,41.136375],[43.453888,41.090271000000143],[43.47916,41.025269],[43.59943,40.992493],[43.671654,40.92805],[43.751938,40.739998],[43.719208,40.622681],[43.653046000000131,40.531380000000127],[43.59277,40.501099],[43.583054,40.451111],[43.606934,40.368889],[43.72166,40.163322],[43.65778,40.139709],[43.657494,40.108597000000145],[43.933884,40.01361],[44.032219000000111,40.006653000000142],[44.279999,40.046097],[44.347214,40.023888000000113],[44.487778,39.962769],[44.54832,39.91221],[44.590828,39.833054000000118],[44.80305,39.681656],[44.81304200000011,39.63081],[44.730820000000108,39.70665],[44.60582,39.78054],[44.471085,39.698868],[44.47789,39.640656],[44.4161,39.425262],[44.31554,39.387497],[44.20054,39.416939000000127],[44.070267000000115,39.411652],[44.034157,39.384995000000117],[44.215828,39.140831],[44.198032,39.056675],[44.159424,39.00221],[44.208046,38.895821000000126],[44.24749,38.866653],[44.291100000000142,38.859711],[44.30332,38.83443],[44.26082,38.721657],[44.31388,38.63777],[44.32222,38.510277],[44.302773,38.443604],[44.307316,38.38784],[44.333878,38.378036],[44.434708000000114,38.395546],[44.484154,38.345543],[44.238884,37.960274],[44.223969,37.89915],[44.574158000000125,37.76804],[44.61805,37.72777],[44.584435,37.613884],[44.588593,37.440262],[44.6486,37.427773],[44.815262000000132,37.30526],[44.821938,37.271103],[44.78734,37.149712],[44.766106,37.169716000000108],[44.638054,37.187485],[44.436378000000104,37.063042],[44.349709,37.038322],[44.31721,36.970543],[44.255272000000105,36.986664],[44.193329,37.10027],[44.226379000000122,37.152771000000143],[44.267769000000101,37.167496],[44.261658,37.241936000000123],[44.227219,37.278328000000101],[44.116379,37.316376],[44.014153,37.320541],[43.959160000000111,37.286652],[43.9036,37.221657],[43.623047,37.229996],[43.494713,37.249718],[43.15694,37.373878000000104],[42.955544,37.32222],[42.826653000000135,37.354439],[42.82,37.378319],[42.790825,37.384720000000129],[42.724709,37.351944],[42.578331000000105,37.150826],[42.355614,37.10693],[42.351105000000132,37.233887],[42.294434,37.269722],[42.180832000000123,37.290543],[42.083321,37.208321],[41.99527,37.172768],[41.840271000000143,37.129990000000134],[41.539162,37.08416],[41.221657000000107,37.071106],[40.929993,37.12971],[40.770821,37.11805],[40.51888300000013,37.024994],[40.439713,37.013054],[40.214432,36.895821],[39.826111,36.755829],[39.229996,36.665276],[39.038048,36.708611],[38.912766,36.695],[38.73138,36.701111],[38.513611,36.858047],[38.3863750000001,36.89833],[38.244164,36.914444],[38.181107,36.905823000000112],[38.023369,36.83036],[37.784157,36.748604],[37.70138,36.746941000000106],[37.53333,36.677773],[37.381386000000134,36.653885],[37.127495000000124,36.659157],[36.976379000000122,36.763611],[36.659943,36.83371],[36.663879,36.811935],[36.549164000000133,36.48333],[36.582764,36.397491],[36.688599000000124,36.289444],[36.69221,36.239159],[36.619431,36.2186],[36.535553,36.23555],[36.39222,36.213326000000109],[36.37472,36.177498],[36.38721,36.083321],[36.377747,36.0],[36.299995,35.96972],[36.21916,35.960274],[36.187492,35.913605000000132],[36.168053,35.817497000000117],[36.109993,35.861382],[35.92244,35.92699],[35.980217,35.9955],[35.97666,36.009720000000129],[35.941933,36.095276000000126],[35.78333,36.296387],[35.818886000000134,36.354996000000142],[35.928596,36.454163],[36.04639,36.535271],[36.188889,36.594437],[36.215828,36.646378000000141],[36.193329,36.791939],[36.124435,36.86805],[36.021935,36.92638],[35.953049,36.891663],[35.820824,36.775551000000121],[35.64666,36.753609],[35.573914,36.707352],[35.575829,36.685822],[35.636101,36.682213],[35.636658,36.61805],[35.616379000000109,36.59693],[35.556664,36.57916],[35.498878,36.611931000000141],[35.33999,36.53916],[34.983047,36.71999],[34.90424,36.717064],[34.881386,36.759438000000102],[34.827209,36.795273],[34.729439000000127,36.813332000000116],[34.65943,36.80527],[34.57222,36.775826],[34.26693,36.574158],[34.215828,36.51137],[34.083054,36.41111],[34.074997,36.361931],[34.031662,36.303055],[33.988602,36.277771],[33.936935000000119,36.280266],[33.873055,36.314156],[33.705269000000101,36.179436],[33.610268,36.182213000000104],[33.540833,36.13971],[33.362778,36.137772],[33.045273,36.0911],[32.934441,36.096657],[32.808884,36.025551000000121],[32.669716000000108,36.039162],[32.566628,36.092712],[32.497208000000114,36.101105000000132],[32.369431000000134,36.173882],[32.19999700000011,36.349152000000117],[32.149155,36.429436],[32.064713,36.516388],[32.015266,36.545547],[31.823051,36.589722],[31.343609,36.804436],[30.99305,36.85416],[30.763329000000113,36.84416],[30.682774,36.88528],[30.623333,36.850822],[30.57027,36.782219000000111],[30.528332,36.494431000000134],[30.47444,36.39304],[30.5111,36.339722],[30.40694,36.203606],[30.365829,36.261375],[30.276382,36.300278],[30.200829000000113,36.303596],[30.1436,36.288048],[30.14583,36.255829],[30.12694,36.244713],[29.77527,36.151665],[29.717216,36.16083],[29.677216000000101,36.118332000000123],[29.62861,36.17055],[29.570271,36.199432],[29.349716,36.23111],[29.25887,36.29583],[29.141663,36.352776000000119],[29.117222,36.383324],[29.0975,36.476379],[29.12388,36.540543],[29.080830000000105,36.558884],[29.052216000000101,36.554436],[29.047497,36.540276000000119],[29.016663000000108,36.543320000000108],[29.035275000000127,36.616379000000109],[29.087215000000128,36.626656],[29.052498,36.681107],[28.924721,36.746666],[28.850552,36.656097000000102],[28.65694,36.710274],[28.608604,36.803322],[28.454163,36.881386],[28.376389,36.847214],[28.38499,36.832497000000103],[28.421944,36.828049000000135],[28.398605,36.781662],[28.288609,36.844719],[28.256386,36.842766],[28.234444,36.796097000000145],[28.27583,36.729439],[28.066383,36.589722],[27.98389,36.552773000000116],[27.959995,36.599709000000132],[28.05083100000013,36.597771],[28.086662,36.638329000000113],[28.04472,36.68777],[28.013611,36.6680530000001],[27.966389000000106,36.674164],[27.965549,36.685822],[28.038609000000122,36.707222],[28.09444,36.70221],[28.12194,36.719437],[28.118332000000123,36.800278],[27.91972,36.737221],[27.911942,36.749435],[27.72749,36.756104000000107],[27.676105,36.691666],[27.511944,36.674431],[27.475277,36.649994],[27.379440000000102,36.68083],[27.358604,36.70694],[27.470833,36.750275000000101],[27.918884000000105,36.79416700000013],[28.02583,36.82278],[28.066383,36.934998],[28.32444,37.023331],[28.328606,37.03972],[27.51499600000011,36.992775],[27.42139,37.028046000000131],[27.33583,37.014153],[27.338329000000101,36.99527],[27.311108,36.97193],[27.257500000000107,36.962494],[27.225277,37.056107],[27.32278,37.15193],[27.368332000000123,37.150551],[27.439716,37.104713],[27.549995000000138,37.131653],[27.595276,37.232491],[27.563889,37.273598000000106],[27.48582800000014,37.267487],[27.40416,37.308884],[27.38472,37.35138],[27.414444,37.410553],[27.371941000000106,37.399712000000136],[27.356667,37.37027],[27.313606,37.342209],[27.243607,37.33583],[27.19389,37.350822],[27.2241590000001,37.473328],[27.214993,37.58194],[27.19389,37.60444],[27.261944,37.794716],[27.267773,37.95554],[27.24055,37.979713000000118],[26.985271000000125,38.065269],[26.92305,38.062218],[26.76249700000011,38.214722000000108],[26.681107,38.201653],[26.627773,38.156662],[26.610828,38.103333],[26.59111,38.10166],[26.54694,38.115273000000116],[26.438889,38.212769],[26.330555000000118,38.225822],[26.27583,38.264435],[26.29055,38.368607],[26.31805,38.373322],[26.32833,38.354156],[26.318604,38.332222000000115],[26.374722,38.30555],[26.463608,38.35526],[26.510551,38.423325],[26.42916,38.470276],[26.384163000000115,38.449715],[26.347218,38.62999],[26.369999,38.661942],[26.47916,38.668053],[26.562222,38.599709000000132],[26.61222,38.529709],[26.62944,38.458054000000118],[26.595551,38.453049],[26.644444,38.337494],[26.682217,38.307487],[26.834995,38.36555],[27.088882,38.398041],[27.162777000000119,38.44722],[27.040276,38.461098],[26.94722,38.441666],[26.730827,38.645821],[26.720833,38.716103],[26.73222,38.73026],[26.828053000000125,38.754433],[26.901939,38.816376],[27.064442,38.874435],[27.058048,38.923882],[27.040833000000134,38.933327],[26.922497,38.933327],[26.861111000000108,38.909157],[26.802773000000116,38.95443],[26.798611,39.027771],[26.88472,39.073318],[26.820553,39.151108],[26.75933,39.173264],[26.72889,39.221375],[26.644722000000115,39.263054],[26.664993,39.301102],[26.894997,39.474152000000117],[26.93972,39.484711],[26.951939,39.548882],[26.939159,39.574997],[26.66972,39.554993],[26.13388,39.453049],[26.068886000000134,39.475266],[26.101383,39.581657],[26.156384,39.636101],[26.1486,39.916656],[26.174721,39.979439000000127],[26.200272,40.00583],[26.248882,39.991096],[26.332497,40.022774],[26.433331,40.191666],[26.521111,40.219994],[26.682774000000109,40.346375000000137],[26.707222,40.384995],[26.886944,40.395554000000118],[26.9675,40.38221],[27.026665,40.39111],[27.088882,40.448318],[27.264164000000108,40.458611000000133],[27.307499,40.3836060000001],[27.429165000000125,40.324158],[27.551941,40.30305],[27.772495,40.31304200000011],[27.881104,40.376938000000109],[27.836941,40.39666],[27.791111,40.390266000000111],[27.688889000000131,40.482216000000108],[27.707497,40.513329000000113],[27.757217,40.529999],[28.025555,40.486107],[28.03083,40.4675],[28.009163,40.447495],[27.898331,40.395821],[27.917500000000132,40.366936000000123],[27.947777,40.357491],[28.249439000000109,40.4036],[28.509163000000115,40.395264000000111],[28.674438000000123,40.363602000000128],[28.785275,40.394997],[28.873333,40.385544],[28.921104,40.361107000000118],[29.054165,40.365822],[29.144161,40.439156000000139],[29.075554,40.478882000000112],[29.026939,40.481110000000115],[28.971104000000139,40.460274],[28.912495,40.469437],[28.778049,40.532219],[28.804165000000125,40.558327],[28.90984,40.593117],[28.986382,40.64193],[29.251659,40.662491],[29.391388,40.703049000000135],[29.424,40.6858],[29.50555,40.732216],[29.555832,40.684998],[29.91,40.713051000000121],[29.940273,40.731377000000123],[29.934441000000106,40.760544],[29.41249,40.769722],[29.339993,40.802773],[29.254993,40.868332],[29.129440000000102,40.91444],[29.043327,40.973053],[29.025555,41.034431],[29.088221,41.118622],[29.076382000000137,41.16277],[29.166111,41.22666],[29.22388,41.236664000000133],[29.579601000000139,41.172997],[29.987495,41.139435000000105],[30.161385,41.140831],[30.284718,41.208054],[30.761944,41.085274],[30.954735,41.07457],[31.23111,41.088875],[31.335831,41.13582],[31.41111,41.209160000000111],[31.421104000000128,41.280823],[31.547771,41.361931],[32.158333,41.607216],[32.282219000000111,41.72277],[32.60082,41.832222000000115],[32.684433000000126,41.833755],[32.950829,41.884995000000117],[32.992775,41.913322],[33.333878,42.020264],[33.738045,41.979713],[34.101944000000117,41.976105],[34.315269000000114,41.94082],[34.715546,41.94249],[34.850822,41.979439],[34.957764,42.09277],[35.027489,42.078049000000135],[35.116936000000123,42.004166],[35.096931,41.961655]]],[[[27.395,42.008041],[27.57222,41.907219],[27.638054,41.958321],[27.830273,42.001389],[28.013054000000125,41.982216],[28.032494,41.909157],[27.977776000000119,41.8863750000001],[27.968327,41.824997],[28.076664,41.647774],[28.19278,41.54166],[28.331944,41.469437],[28.834995,41.282219000000111],[29.01722,41.241096],[29.050831,41.255829],[29.093327000000102,41.244431],[29.106937,41.209991000000116],[29.039215,41.154533],[29.068394,41.123108000000116],[29.05555,41.082497000000103],[29.033333,41.051941],[28.902493000000106,40.977776],[28.830273,40.955544],[28.604717000000107,40.964722000000108],[28.571384,41.064438],[28.52916,41.08027],[28.559441000000106,41.056931],[28.56778,41.02304],[28.538883,40.986107],[28.415833000000134,41.045830000000137],[28.213055,41.08027],[28.148605,41.076653000000135],[28.010830000000112,41.03555],[27.94305,40.96804],[27.866940000000113,40.969994],[27.74138,41.013329],[27.50972,40.983597],[27.482777000000112,40.960831],[27.443886000000134,40.84861],[27.29805,40.70443],[27.176662,40.631653],[27.020281,40.592216],[26.970551,40.55471],[26.682217,40.45389],[26.684166,40.424431],[26.614998,40.35611],[26.440273,40.237488],[26.32194,40.108597000000145],[26.221943000000124,40.054153],[26.160275,40.048882],[26.268055,40.220551000000114],[26.269722,40.256386],[26.21416,40.325554000000125],[26.543156,40.482986],[26.611111,40.509163],[26.689442,40.511101],[26.827221,40.586937],[26.805275,40.63749700000011],[26.768330000000105,40.660553000000107],[26.685555,40.637772],[26.308331,40.59304],[26.1275,40.593597000000102],[26.07027,40.619431000000134],[26.04472,40.735825],[26.118332,40.745544],[26.213608,40.877213],[26.28749,40.90193],[26.361382000000106,40.955826],[26.375275000000101,41.025551],[26.323887000000127,41.09304],[26.325,41.234711],[26.35833,41.256943],[26.415276000000119,41.259438000000102],[26.611382,41.332497],[26.635277,41.358887],[26.636387,41.416382],[26.604443,41.546097],[26.570271,41.611382],[26.35583,41.71443],[26.332222,41.741379],[26.345551000000114,41.78665],[26.381660000000124,41.82304],[26.542217,41.828049],[26.57529,41.89864],[26.560593,41.92892],[26.62138,41.973053],[26.962221,42.003323],[27.04305,42.085831],[27.233051000000103,42.109993000000145],[27.282494,42.102219],[27.361664000000133,42.064995],[27.395,42.008041]]]]}} ] } ; geojson = L.geoJson(jsdata, { style: style, onEachFeature: onEachFeature }).addTo(map); jsdata = { "type":"FeatureCollection", "crs":{"type":"name","properties":{"name":"urn:ogc:def:crs:OGC:1.3:CRS84"}}, "features":[ {"type":"Feature","properties":{"FIPS":"SI","ISO2":"SI","ISO3":"SVN","UN":705,"NAME":"Slovenia","AREA":2014,"POP2005":1999425,"REGION":150,"SUBREGION":39,"LON":14.827,"LAT":46.124},"geometry":{"type":"Polygon","coordinates":[[[13.718655,46.526611],[13.936943,46.515831],[14.079721,46.489716],[14.159443,46.440826],[14.544998,46.407494],[14.811666,46.509995],[14.834999,46.574715],[14.870554,46.615829],[15.105276,46.657219],[15.406111,46.652496],[15.868332,46.723053],[15.988054,46.751106],[15.988609,46.833611],[16.111805,46.86972],[16.145554,46.85833],[16.231941,46.876663],[16.293331,46.870827],[16.348888,46.844444],[16.337219,46.809166],[16.313889,46.793884],[16.324165,46.757217],[16.359444,46.718887],[16.375328,46.722771],[16.408607,46.658882],[16.529442,46.510277],[16.607872,46.476234],[16.556412,46.478905],[16.466389,46.520271],[16.384163,46.535828],[16.292507,46.530815],[16.249443,46.490273],[16.266109,46.419441],[16.139999,46.406662],[16.075924,46.384331],[16.083332,46.33416],[16.01722,46.29805],[15.797777,46.23333],[15.654722,46.219444],[15.599722,46.142494],[15.629444,46.086937],[15.718332,46.047218],[15.724443,45.938606],[15.697777,45.844162],[15.650833,45.823051],[15.609444,45.84861],[15.499443,45.835831],[15.309166,45.751938],[15.281666,45.705826],[15.289721,45.689163],[15.348331,45.715553],[15.368055,45.702774],[15.352591,45.651756],[15.307089,45.629868],[15.293999,45.594536],[15.306358,45.534805],[15.277222,45.462776],[15.174458,45.425819],[15.090555,45.472771],[14.979067,45.500473],[14.818054,45.46611],[14.62611,45.606941],[14.601387,45.675278],[14.564999,45.664993],[14.485832,45.529716],[14.407221,45.489166],[13.703609,45.44416],[13.607498,45.468605],[13.59174,45.481697],[13.589443,45.516937],[13.665833,45.543053],[13.749443,45.546944],[13.716944,45.596107],[13.850832,45.585274],[13.919167,45.637497],[13.788887,45.75444],[13.598055,45.810829],[13.577776,45.854164],[13.633888,45.943604],[13.632221,45.991104],[13.584721,45.992493],[13.5425,45.967499],[13.48,46.011108],[13.538887,46.079437],[13.645832,46.142494],[13.669167,46.177498],[13.485832,46.232498],[13.416111,46.213333],[13.383055,46.297218],[13.511389,46.38472],[13.657776,46.449715],[13.689444,46.447495],[13.718655,46.526611]]]}} ] } ; geojson = L.geoJson(jsdata, { style: style, onEachFeature: onEachFeature }).addTo(map); jsdata = { "type":"FeatureCollection", "crs":{"type":"name","properties":{"name":"urn:ogc:def:crs:OGC:1.3:CRS84"}}, "features":[ {"type":"Feature","properties":{"FIPS":"UG","ISO2":"UG","ISO3":"UGA","UN":800,"NAME":"Uganda","AREA":19710,"POP2005":"28947181","REGION":2,"SUBREGION":14,"LON":32.386000,"LAT":1.280000},"geometry":{"type":"Polygon","coordinates":[[[33.996666,4.222777],[34.063049,4.173611],[34.128609,3.943611],[34.222221,3.779166],[34.38166,3.731667],[34.463333,3.671389],[34.455551,3.524167],[34.400276,3.477222],[34.40416,3.382222],[34.506104,3.145833],[34.539719,3.1325],[34.570831,3.088333],[34.590828,2.939444],[34.662216,2.861111],[34.712219,2.878055],[34.753609,2.853333],[34.783607,2.781111],[34.789993,2.684722],[34.909439,2.521111],[34.878883,2.389722],[34.994438,2.085],[35.00972,1.895278],[34.999443,1.668611],[34.953888,1.578889],[34.887497,1.535278],[34.852219,1.423889],[34.792221,1.393611],[34.802773,1.3375],[34.828049,1.301111],[34.822495,1.235555],[34.685272,1.205833],[34.597771,1.153055],[34.575546,1.092677],[34.525551,1.113895],[34.485832,1.038333],[34.483055,0.966389],[34.442215,0.871944],[34.272217,0.650833],[34.161659,0.608611],[34.106384,0.387778],[33.907219,0.103056],[33.976105,-0.134167],[33.91861,-0.452778],[33.920273,-1.001111],[30.751389,-0.997778],[30.59333,-1.065556],[30.359997,-1.06],[30.27972,-1.214445],[30.109165,-1.3675],[29.974998,-1.464445],[29.92972,-1.47611],[29.907497,-1.464167],[29.883331,-1.367778],[29.841389,-1.320278],[29.7225,-1.344167],[29.683331,-1.380556],[29.596943,-1.385834],[29.601109,-1.219167],[29.570831,-1.173611],[29.574444,-0.921944],[29.585831,-0.893611],[29.62833,-0.888889],[29.63361,-0.785833],[29.618332,-0.733333],[29.63472,-0.641389],[29.666664,-0.580556],[29.648609,-0.439722],[29.708996,-0.074444],[29.734964,0.0],[29.716663,0.072222],[29.773331,0.172222],[29.813889,0.158611],[29.85833,0.366667],[29.962498,0.487222],[29.938332,0.634444],[29.960552,0.825555],[30.03611,0.874722],[30.145832,0.898333],[30.218609,0.996389],[30.213333,1.061944],[30.236111,1.134166],[30.278053,1.168889],[30.456108,1.212778],[30.688053,1.493889],[31.036663,1.765555],[31.302776,2.121388],[31.299202,2.16285],[31.069164,2.325277],[30.987221,2.408333],[30.942497,2.406111],[30.9175,2.343055],[30.891109,2.335],[30.729721,2.448055],[30.754997,2.598611],[30.878609,2.849722],[30.855553,2.9575],[30.812496,3.009722],[30.767776,3.0325],[30.763611,3.067222],[30.828053,3.240278],[30.934998,3.411666],[30.917221,3.521944],[30.858818,3.493394],[30.95472,3.671111],[31.176666,3.795278],[31.285275,3.795278],[31.540833,3.653611],[31.701942,3.713055],[31.794441,3.817222],[31.849998,3.788055],[31.922222,3.703888],[31.951111,3.593889],[32.068489,3.582222],[32.093605,3.5325],[32.193329,3.511389],[32.194435,3.611045],[32.404442,3.743611],[32.719444,3.755833],[32.898048,3.811944],[33.016663,3.888611],[33.183884,3.766111],[33.516937,3.752222],[33.996666,4.222777]]]}} ] } ; geojson = L.geoJson(jsdata, { style: style, onEachFeature: onEachFeature }).addTo(map); jsdata = { "type":"FeatureCollection", "crs":{"type":"name","properties":{"name":"urn:ogc:def:crs:OGC:1.3:CRS84"}}, "features":[ {"type":"Feature","properties":{"FIPS":"PE","ISO2":"PE","ISO3":"PER","UN":604,"NAME":"Peru","AREA":128000,"POP2005":"27274266","REGION":19,"SUBREGION":5,"LON":-75.552000,"LAT":-9.326000},"geometry":{"type":"Polygon","coordinates":[[[-78.70903,-4.584787],[-78.665558,-4.554445],[-78.650284,-4.473612],[-78.672073,-4.307094],[-78.645004,-4.285556],[-78.563614,-4.095556],[-78.555557,-3.987223],[-78.531677,-3.912778],[-78.396393,-3.738611],[-78.371948,-3.630834],[-78.369171,-3.524167],[-78.337509,-3.422778],[-78.29834,-3.4075],[-78.266403,-3.417778],[-78.252792,-3.445],[-78.255844,-3.516945],[-78.231949,-3.518611],[-78.1689,-3.45],[-78.176682,-3.417222],[-78.217789,-3.369167],[-78.205841,-3.339167],[-78.114731,-3.274445],[-78.026398,-3.145278],[-77.857224,-2.984445],[-76.660629,-2.572135],[-76.074173,-2.131111],[-75.627281,-1.596375],[-75.559174,-1.534167],[-75.402237,-0.922778],[-75.355835,-0.970833],[-75.325012,-0.981111],[-75.217117,-0.976062],[-75.21608,-0.965336],[-75.292786,-0.730556],[-75.283432,-0.656215],[-75.245834,-0.625833],[-75.246124,-0.554167],[-75.262512,-0.523056],[-75.332504,-0.4675],[-75.363892,-0.466667],[-75.409454,-0.425833],[-75.448059,-0.357222],[-75.485565,-0.226667],[-75.564178,-0.181667],[-75.625565,-0.175278],[-75.619736,-0.106667],[-75.521118,-0.115556],[-75.4189,-0.165],[-75.24501,-0.119167],[-75.211121,-0.0375],[-75.191956,-0.031389],[-75.128891,-0.049722],[-74.941116,-0.197778],[-74.866394,-0.232222],[-74.797501,-0.200556],[-74.767792,-0.211667],[-74.721115,-0.289722],[-74.70668,-0.367222],[-74.638336,-0.409722],[-74.607513,-0.383611],[-74.376114,-0.568056],[-74.316116,-0.781667],[-74.247787,-0.853611],[-74.282791,-0.930278],[-74.227234,-1.027778],[-74.077789,-1.072778],[-73.868057,-1.208611],[-73.837784,-1.270278],[-73.755569,-1.294167],[-73.65834,-1.281667],[-73.556396,-1.370833],[-73.542786,-1.468056],[-73.443344,-1.605834],[-73.486954,-1.654444],[-73.507507,-1.748333],[-73.49057,-1.766945],[-73.300003,-1.875834],[-73.238892,-1.845556],[-73.199173,-1.803056],[-73.132782,-1.849167],[-73.087784,-1.929167],[-73.05751,-2.14],[-73.088348,-2.223611],[-73.133621,-2.243333],[-73.112228,-2.338056],[-73.003067,-2.410556],[-72.935562,-2.395556],[-72.881958,-2.506389],[-72.595566,-2.407222],[-72.318893,-2.487223],[-72.227509,-2.498889],[-71.986954,-2.3675],[-71.888336,-2.381667],[-71.871399,-2.320278],[-71.813065,-2.235278],[-71.698059,-2.146945],[-71.669174,-2.229167],[-71.515015,-2.235278],[-71.406113,-2.284722],[-71.357788,-2.3525],[-71.188065,-2.360556],[-71.10112,-2.311944],[-70.976395,-2.278334],[-70.861115,-2.223056],[-70.659729,-2.3525],[-70.646118,-2.409722],[-70.577515,-2.487223],[-70.386124,-2.515833],[-70.341293,-2.492854],[-70.297348,-2.499568],[-70.218613,-2.568056],[-70.188904,-2.651389],[-70.116119,-2.704167],[-70.091675,-2.691112],[-70.067505,-2.755556],[-70.724167,-3.779723],[-70.516113,-3.861111],[-70.371948,-3.788333],[-70.323059,-3.799167],[-70.236115,-3.869445],[-70.180847,-3.938334],[-70.126404,-4.06889],[-69.95668,-4.209445],[-69.950287,-4.262501],[-69.974731,-4.306945],[-70.018616,-4.339168],[-70.201569,-4.332128],[-70.306671,-4.244722],[-70.29834,-4.179723],[-70.323898,-4.136667],[-70.433334,-4.131667],[-70.5,-4.179723],[-70.584167,-4.195556],[-70.628891,-4.156667],[-70.765839,-4.146389],[-70.834732,-4.187778],[-70.874023,-4.285247],[-70.950287,-4.38139],[-71.169449,-4.357779],[-71.281311,-4.379009],[-71.382233,-4.430834],[-71.64473,-4.509167],[-71.747192,-4.490353],[-71.902481,-4.518188],[-72.129181,-4.693611],[-72.235001,-4.753334],[-72.325287,-4.760834],[-72.37529,-4.784445],[-72.399734,-4.871112],[-72.476959,-4.941112],[-72.851959,-5.124722],[-72.898621,-5.172778],[-72.918335,-5.321667],[-72.962784,-5.458056],[-72.942505,-5.543334],[-72.963348,-5.654167],[-73.048065,-5.791945],[-73.13028,-5.87639],[-73.229736,-6.093612],[-73.12001,-6.373889],[-73.123901,-6.447223],[-73.191681,-6.552778],[-73.216675,-6.566668],[-73.353058,-6.576945],[-73.591675,-6.738056],[-73.744171,-6.876945],[-73.799728,-7.080833],[-73.795135,-7.122623],[-73.720001,-7.223056],[-73.702789,-7.306945],[-73.737503,-7.334723],[-73.931122,-7.359167],[-73.92778,-7.455833],[-73.954727,-7.52389],[-74.002502,-7.528334],[-74.010559,-7.541389],[-73.868622,-7.67139],[-73.828903,-7.728333],[-73.703613,-7.778611],[-73.694733,-7.835556],[-73.713898,-7.8725],[-73.736389,-7.884445],[-73.785278,-7.875278],[-73.771957,-7.948056],[-73.645004,-8.02389],[-73.592789,-8.128613],[-73.533066,-8.355556],[-73.404724,-8.450556],[-73.343338,-8.606945],[-73.273346,-8.675835],[-73.169724,-8.710279],[-73.06279,-8.899168],[-73.003067,-8.931391],[-72.964172,-8.983334],[-72.948059,-9.070002],[-72.9664,-9.143057],[-73.023621,-9.221111],[-73.185013,-9.366112],[-73.205292,-9.407223],[-72.730011,-9.413057],[-72.402237,-9.483612],[-72.305557,-9.530001],[-72.251953,-9.659723],[-72.271118,-9.746668],[-72.180008,-9.80139],[-72.150848,-9.882778],[-72.185837,-10.003889],[-71.298889,-9.996389],[-71.184448,-9.936945],[-71.136124,-9.860834],[-71.002228,-9.814724],[-70.881958,-9.67],[-70.779175,-9.605556],[-70.592789,-9.443611],[-70.514664,-9.428001],[-70.545288,-9.500834],[-70.60759,-9.575665],[-70.581116,-9.644445],[-70.595291,-9.781389],[-70.628067,-9.835556],[-70.631393,-11.009167],[-70.532791,-10.932222],[-70.431396,-11.032223],[-70.328903,-11.069168],[-70.154175,-11.030001],[-69.929169,-10.914446],[-69.780563,-10.923334],[-69.730835,-10.965279],[-69.568436,-10.951092],[-68.92807,-11.993057],[-68.673904,-12.50115],[-68.743622,-12.584723],[-68.815567,-12.733057],[-68.881668,-12.75889],[-68.974457,-12.869722],[-68.960556,-13.500557],[-69.011673,-13.634167],[-69.06279,-13.707779],[-69.014175,-13.791113],[-68.977509,-13.961668],[-68.891113,-14.043612],[-68.853058,-14.199167],[-68.999176,-14.243334],[-69.006958,-14.333612],[-68.982224,-14.356668],[-68.9814,-14.379168],[-69.228897,-14.576389],[-69.248901,-14.6875],[-69.310562,-14.766945],[-69.366394,-14.802502],[-69.381393,-14.970001],[-69.295013,-15.079445],[-69.170837,-15.187778],[-69.136948,-15.245834],[-69.153625,-15.263056],[-69.193344,-15.258612],[-69.268341,-15.326946],[-69.421951,-15.618057],[-69.211945,-16.160557],[-69.134171,-16.223614],[-69.079178,-16.231392],[-69.046677,-16.2075],[-68.965012,-16.209446],[-68.840836,-16.295559],[-68.82251,-16.339725],[-68.990845,-16.419724],[-69.03418,-16.473057],[-69.037506,-16.59639],[-69.002304,-16.643761],[-69.011124,-16.656948],[-69.115845,-16.71389],[-69.191956,-16.778057],[-69.322235,-16.928337],[-69.406403,-17.072224],[-69.446396,-17.102779],[-69.468613,-17.093613],[-69.525284,-17.125557],[-69.618896,-17.214725],[-69.656189,-17.287247],[-69.590836,-17.29528],[-69.501114,-17.378891],[-69.499725,-17.50528],[-69.683899,-17.663612],[-69.814728,-17.652225],[-69.83223,-17.676945],[-69.849731,-17.754169],[-69.8125,-17.801113],[-69.770004,-17.968891],[-69.8414,-18.128613],[-69.965836,-18.256111],[-70.141113,-18.323334],[-70.355835,-18.319725],[-70.405487,-18.348545],[-70.566116,-18.221111],[-70.651672,-18.192223],[-70.953064,-17.918335],[-71.095001,-17.858891],[-71.174454,-17.80389],[-71.192505,-17.772781],[-71.301682,-17.71167],[-71.356674,-17.621948],[-71.396118,-17.403336],[-71.48584,-17.330833],[-71.497513,-17.296947],[-71.663345,-17.225281],[-71.828903,-17.189445],[-71.89418,-17.141945],[-71.929169,-17.088337],[-72.126404,-16.979168],[-72.298065,-16.843891],[-72.364731,-16.758335],[-72.455841,-16.7075],[-72.608337,-16.65889],[-72.790283,-16.632504],[-72.912506,-16.538891],[-73.235001,-16.411667],[-73.329727,-16.330002],[-73.835556,-16.158611],[-73.999451,-16.028057],[-74.05751,-15.953056],[-74.174454,-15.899168],[-74.3564,-15.849724],[-74.436951,-15.806112],[-74.483612,-15.720835],[-75.047501,-15.469168],[-75.104736,-15.413334],[-75.260284,-15.18889],[-75.395569,-15.088335],[-75.515839,-14.914446],[-75.933334,-14.658056],[-75.941116,-14.577778],[-75.987793,-14.467501],[-76.086395,-14.376667],[-76.121948,-14.319168],[-76.140564,-14.230278],[-76.234726,-14.155279],[-76.277512,-14.038612],[-76.29306,-13.906389],[-76.306229,-13.897834],[-76.333618,-13.916945],[-76.39389,-13.898056],[-76.363342,-13.805],[-76.306946,-13.796112],[-76.303345,-13.828056],[-76.269455,-13.855278],[-76.20195,-13.638056],[-76.180557,-13.46389],[-76.196945,-13.418335],[-76.28334,-13.282778],[-76.492233,-13.046112],[-76.520004,-12.903612],[-76.640015,-12.745279],[-76.750565,-12.535278],[-76.800842,-12.387779],[-77.0625,-12.108891],[-77.123055,-12.077507],[-77.150558,-11.90139],[-77.185837,-11.80222],[-77.173889,-11.73889],[-77.203064,-11.658335],[-77.30307,-11.512779],[-77.370285,-11.45389],[-77.652512,-11.292223],[-77.664734,-11.240557],[-77.652237,-11.218056],[-77.613342,-11.217224],[-77.610001,-11.186111],[-77.679459,-10.934168],[-77.78334,-10.75],[-77.894592,-10.612528],[-77.915558,-10.55389],[-78.069458,-10.321945],[-78.238892,-9.930557],[-78.255844,-9.872501],[-78.246124,-9.792501],[-78.377792,-9.619167],[-78.405289,-9.427778],[-78.439728,-9.36278],[-78.485291,-9.330002],[-78.520569,-9.172501],[-78.647781,-9.063334],[-78.683624,-8.990835],[-78.661667,-8.960001],[-78.66362,-8.917501],[-78.72612,-8.828056],[-78.771957,-8.58639],[-78.929169,-8.422224],[-78.917511,-8.374168],[-78.989731,-8.226946],[-79.172791,-8.029167],[-79.219452,-8.005835],[-79.344727,-7.894167],[-79.428345,-7.75639],[-79.456116,-7.656945],[-79.585556,-7.467223],[-79.584167,-7.395556],[-79.605011,-7.335556],[-79.648895,-7.240834],[-79.708862,-7.181525],[-79.715012,-7.116667],[-79.81778,-6.986112],[-79.938904,-6.883334],[-79.982788,-6.764445],[-80.123901,-6.639167],[-80.52417,-6.433333],[-80.558334,-6.393889],[-80.669724,-6.320556],[-81.069733,-6.155278],[-81.174728,-6.086667],[-81.197784,-5.976111],[-81.155289,-5.859167],[-81.07251,-5.825834],[-80.989731,-5.869445],[-80.926392,-5.852222],[-80.882507,-5.768333],[-80.871399,-5.652223],[-80.910278,-5.530834],[-80.961945,-5.431945],[-81.087784,-5.308612],[-81.143616,-5.280001],[-81.209732,-5.192779],[-81.178345,-5.070834],[-81.098892,-5.063334],[-81.084457,-5.023056],[-81.121399,-4.952223],[-81.353897,-4.693056],[-81.30307,-4.552222],[-81.279175,-4.378889],[-81.289734,-4.31],[-81.254181,-4.2475],[-81.060532,-4.084756],[-80.982224,-3.9525],[-80.871399,-3.8825],[-80.820847,-3.75],[-80.605835,-3.623611],[-80.529724,-3.505556],[-80.381668,-3.479167],[-80.340424,-3.380517],[-80.253891,-3.420834],[-80.20639,-3.626945],[-80.211395,-3.739167],[-80.179733,-3.855278],[-80.153336,-3.884228],[-80.316391,-4.013056],[-80.386124,-3.979167],[-80.467224,-3.986945],[-80.501678,-4.050279],[-80.468613,-4.201112],[-80.441681,-4.222778],[-80.391678,-4.198056],[-80.335556,-4.199445],[-80.478058,-4.383334],[-80.482788,-4.412778],[-80.467789,-4.43889],[-80.390564,-4.478612],[-80.363342,-4.467778],[-80.262222,-4.3975],[-80.172501,-4.293612],[-80.134598,-4.284491],[-80.081955,-4.297223],[-80.019455,-4.359723],[-79.813614,-4.48],[-79.713898,-4.463889],[-79.649734,-4.432778],[-79.539169,-4.520834],[-79.445282,-4.800279],[-79.290848,-4.963334],[-79.106949,-4.97139],[-79.054825,-5.009132],[-78.928619,-4.868334],[-78.918335,-4.739167],[-78.876114,-4.677222],[-78.790848,-4.614167],[-78.70903,-4.584787]]]}} ] } ; geojson = L.geoJson(jsdata, { style: style, onEachFeature: onEachFeature }).addTo(map); jsdata = { "type":"FeatureCollection", "crs":{"type":"name","properties":{"name":"urn:ogc:def:crs:OGC:1.3:CRS84"}}, "features":[ {"type":"Feature","properties":{"FIPS":"GM","ISO2":"DE","ISO3":"DEU","UN":276,"NAME":"Germany","AREA":34895,"POP2005":"82652369","REGION":150,"SUBREGION":155,"LON":9.851000,"LAT":51.110000},"geometry":{"type":"MultiPolygon","coordinates":[[[[8.710255,47.696808],[8.678595,47.693344],[8.670555,47.711105],[8.705,47.713051],[8.710255,47.696808]]],[[[6.806389,53.602219],[6.723055,53.584999],[6.746944,53.560272],[6.658333,53.586105],[6.669444,53.603882],[6.747499,53.618607],[6.806389,53.602219]]],[[[6.939444,53.669441],[6.876389,53.670273],[7.088333,53.684166],[7.084167,53.679993],[6.939444,53.669441]]],[[[7.242499,53.704437],[7.15861,53.698883],[7.135833,53.706108],[7.201111,53.725273],[7.346944,53.721107],[7.242499,53.704437]]],[[[8.191111,53.724716],[8.124166,53.708885],[8.119999,53.713051],[8.142776,53.733604],[8.191111,53.724716]]],[[[7.622222,53.75444],[7.628888,53.742218],[7.518332,53.745827],[7.478055,53.722221],[7.467777,53.733055],[7.485833,53.7575],[7.622222,53.75444]]],[[[7.758888,53.760551],[7.669722,53.754715],[7.664444,53.761665],[7.69861,53.77916],[7.812778,53.775551],[7.758888,53.760551]]],[[[8.425278,53.928055],[8.413055,53.928055],[8.411665,53.955551],[8.455,53.963051],[8.425278,53.928055]]],[[[11.459166,53.961105],[11.388611,53.969162],[11.373888,53.988609],[11.444443,54.022217],[11.488609,54.023048],[11.494165,54.009995],[11.459166,53.961105]]],[[[13.940277,54.024994],[13.930832,54.016388],[13.925833,54.018326],[13.934444,54.027771],[13.940277,54.024994]]],[[[8.695555,54.041107],[8.673054,54.049438],[8.671389,54.077774],[8.693333,54.082497],[8.695555,54.041107]]],[[[11.544167,54.061386],[11.51111,54.048607],[11.555832,54.094719],[11.612419,54.104584],[11.544167,54.061386]]],[[[14.001317,54.065361],[14.225555,53.928604],[14.218887,53.869019],[14.045277,53.872215],[13.992498,53.849716],[13.893055,53.839439],[13.823431,53.853745],[13.838888,53.871384],[13.929165,53.897499],[13.982067,53.962551],[14.048565,53.942425],[14.056003,53.984863],[13.97988,54.05661],[13.929569,54.063171],[13.926069,54.036484],[13.898054,54.00972],[13.857498,54.000275],[13.822777,54.036659],[13.808683,54.071613],[13.81743,54.097855],[13.759998,54.139717],[13.759165,54.159996],[13.813055,54.16861],[13.831665,54.133888],[13.892384,54.090298],[14.001317,54.065361]]],[[[10.979443,54.380554],[10.994999,54.381943],[11.017776,54.380272],[11.003054,54.376938],[10.979443,54.380554]]],[[[12.729721,54.416664],[12.68861,54.41555],[12.68611,54.418327],[12.702776,54.428329],[12.729721,54.416664]]],[[[8.893055,54.461937],[8.819443,54.465271],[8.814999,54.500832],[8.865833,54.525276],[8.960554,54.519165],[8.917776,54.467773],[8.893055,54.461937]]],[[[11.312777,54.406944],[11.123888,54.406944],[11.021049,54.438759],[11.006388,54.461662],[11.064722,54.534164],[11.184166,54.519997],[11.242777,54.495552],[11.312777,54.406944]]],[[[8.662777,54.494164],[8.612499,54.493889],[8.59111,54.527771],[8.710833,54.551666],[8.708332,54.529716],[8.662777,54.494164]]],[[[13.07361,54.488609],[13.063055,54.465271],[13.096666,54.590553],[13.151388,54.602776],[13.158054,54.581108],[13.07361,54.488609]]],[[[13.383055,54.638885],[13.391313,54.606953],[13.433424,54.577839],[13.633888,54.585831],[13.676666,54.565277],[13.675278,54.526382],[13.585278,54.482773],[13.577776,54.453888],[13.617498,54.40416],[13.676109,54.400833],[13.713888,54.377777],[13.743889,54.331108],[13.730833,54.275833],[13.693888,54.282776],[13.712776,54.321106],[13.689444,54.348328],[13.508333,54.342773],[13.356667,54.273048],[13.357498,54.25972],[13.421944,54.259163],[13.429443,54.238052],[13.393055,54.221382],[13.249722,54.258331],[13.118332,54.333885],[13.134165,54.372215],[13.2675,54.3825],[13.207789,54.428108],[13.164639,54.434349],[13.228611,54.464996],[13.232224,54.485817],[13.167238,54.513371],[13.146962,54.545605],[13.30397,54.550285],[13.367397,54.580437],[13.447461,54.488937],[13.50309,54.493095],[13.516607,54.513371],[13.50257,54.549767],[13.383514,54.578358],[13.374676,54.610073],[13.310555,54.573326],[13.24472,54.559166],[13.224722,54.633888],[13.24472,54.656662],[13.292221,54.673332],[13.443054,54.675827],[13.383055,54.638885]]],[[[8.364443,54.613327],[8.331944,54.623604],[8.294443,54.666664],[8.353888,54.711662],[8.4,54.627777],[8.364443,54.613327]]],[[[8.567778,54.685272],[8.478333,54.686943],[8.396944,54.713882],[8.444721,54.748329],[8.551109,54.753883],[8.584721,54.744995],[8.594721,54.721382],[8.567778,54.685272]]],[[[10.979443,54.380554],[10.955555,54.382774],[11.016943,54.369995],[11.073889,54.376389],[11.093054,54.197495],[10.877499,54.088882],[10.801388,54.089439],[10.758055,54.051941],[10.763332,54.022217],[10.789999,53.997215],[10.883888,53.98333],[10.890554,53.950829],[10.818535,53.890053],[10.898888,53.931107],[10.904434,53.957344],[11.094721,54.013611],[11.189444,54.012497],[11.263332,53.933052],[11.412777,53.919716],[11.480833,53.960274],[11.5175,54.031944],[11.573889,54.032494],[11.625555,54.075554],[11.61972,54.10611],[11.676109,54.149994],[12.129721,54.191109],[12.343611,54.297775],[12.480555,54.44416],[12.526943,54.474159],[12.540554,54.458885],[12.892776,54.443329],[12.924166,54.426941],[12.880554,54.411942],[12.758337,54.413044],[12.712901,54.429672],[12.694698,54.429672],[12.665316,54.408745],[12.465555,54.395828],[12.366665,54.307495],[12.36972,54.264999],[12.453054,54.248886],[12.414165,54.265274],[12.427221,54.292221],[12.482777,54.333885],[12.581944,54.368332],[13.023888,54.399719],[13.117777,54.275276],[13.282221,54.236664],[13.379166,54.174438],[13.455832,54.096107],[13.499722,54.086105],[13.480555,54.11972],[13.718332,54.169716],[13.788887,54.109718],[13.799721,54.087494],[13.78611,54.049995],[13.866943,53.904999],[13.82111,53.876389],[13.813055,53.845276],[13.959166,53.774994],[14.223888,53.700829],[14.275627,53.699066],[14.309721,53.55555],[14.413261,53.338959],[14.391689,53.144165],[14.342222,53.044998],[14.149443,52.962776],[14.149166,52.862778],[14.196388,52.820549],[14.383333,52.730827],[14.475555,52.65416],[14.587221,52.611938],[14.640276,52.572495],[14.636389,52.490555],[14.587776,52.441666],[14.54611,52.426941],[14.534443,52.394722],[14.581665,52.28611],[14.710554,52.243889],[14.760765,52.069862],[14.692499,51.898888],[14.61611,51.853882],[14.599443,51.818604],[14.666943,51.724159],[14.755278,51.669998],[14.759998,51.604439],[14.714998,51.554722],[14.736111,51.528053],[14.951111,51.471382],[14.975555,51.440826],[14.971666,51.355553],[15.038887,51.27166],[14.964722,51.050827],[14.824165,50.881943],[14.801666,50.818886],[14.619165,50.857498],[14.628332,50.923607],[14.569166,51.005554],[14.491665,51.036659],[14.309721,51.053604],[14.256109,50.987778],[14.322777,50.945274],[14.368332,50.934998],[14.311388,50.882217],[13.986666,50.813606],[13.904444,50.789444],[13.891109,50.768883],[13.734165,50.730827],[13.582222,50.709442],[13.541111,50.68972],[13.510832,50.650551],[13.520277,50.639999],[13.463888,50.600273],[13.378332,50.62944],[13.25111,50.589996],[13.191111,50.503609],[13.079443,50.498055],[12.985558,50.418327],[12.938889,50.408882],[12.818888,50.454437],[12.671389,50.411942],[12.51861,50.393883],[12.398611,50.309166],[12.325554,50.236107],[12.323055,50.206665],[12.284166,50.215271],[12.177221,50.318054],[12.093704,50.322533],[12.123333,50.307495],[12.208611,50.169441],[12.192499,50.13166],[12.206142,50.106209],[12.265554,50.066109],[12.49,49.976662],[12.544167,49.918053],[12.546944,49.897499],[12.467499,49.782219],[12.455555,49.695549],[12.515554,49.679443],[12.597776,49.527496],[12.674444,49.424995],[12.795555,49.339722],[12.887777,49.327774],[12.890833,49.346939],[12.966665,49.33194],[13.173054,49.167221],[13.395277,49.050278],[13.402542,49.006187],[13.509722,48.972496],[13.580555,48.970833],[13.599722,48.951942],[13.626389,48.953331],[13.641109,48.914162],[13.677776,48.884163],[13.740833,48.88166],[13.813889,48.800278],[13.812222,48.78083],[13.833611,48.773605],[13.814722,48.738052],[13.822777,48.617218],[13.8025,48.581108],[13.725996,48.515587],[13.651667,48.554161],[13.526943,48.584999],[13.441666,48.565552],[13.457777,48.517776],[13.439999,48.435272],[13.394999,48.366104],[13.27861,48.303055],[13.017776,48.259438],[12.874998,48.204994],[12.758333,48.123886],[12.768332,48.079163],[12.918888,47.957771],[13.008888,47.854164],[12.939722,47.784721],[12.911943,47.720833],[13.034443,47.722221],[13.08,47.684441],[13.099998,47.644997],[13.054998,47.5],[13.011665,47.469162],[12.952686,47.478477],[12.809721,47.552216],[12.78611,47.585831],[12.800278,47.613052],[12.829166,47.622215],[12.735554,47.684166],[12.606943,47.674438],[12.57639,47.644165],[12.518055,47.632217],[12.455,47.66777],[12.201111,47.657494],[12.195745,47.608124],[12.006388,47.624443],[11.683054,47.584717],[11.574444,47.519997],[11.457499,47.512215],[11.296389,47.428886],[11.095554,47.396111],[10.97361,47.400551],[10.909443,47.518051],[10.690832,47.553886],[10.569443,47.540276],[10.478054,47.591942],[10.426943,47.576942],[10.436388,47.52916],[10.469166,47.480553],[10.473331,47.435555],[10.337221,47.312492],[10.228054,47.275551],[10.173332,47.274719],[10.211666,47.322495],[10.231388,47.381386],[10.043055,47.495277],[9.81361,47.593605],[9.763054,47.584717],[9.7292,47.535297],[9.607064,47.529514],[9.261095,47.662842],[9.0425,47.688889],[8.892776,47.651382],[8.808887,47.735832],[8.772221,47.717499],[8.800133,47.681725],[8.720222,47.696625],[8.734165,47.709717],[8.734999,47.761383],[8.661388,47.79805],[8.566111,47.806938],[8.479443,47.772499],[8.406666,47.703888],[8.413332,47.678329],[8.475555,47.646942],[8.551388,47.668327],[8.620832,47.66111],[8.629166,47.646111],[8.57642,47.59137],[8.562222,47.621384],[8.519999,47.634163],[8.435833,47.573608],[8.198889,47.621666],[8.086666,47.560555],[7.697223,47.543327],[7.621111,47.561104],[7.669999,47.576385],[7.676944,47.603607],[7.588268,47.58448],[7.567222,47.636665],[7.519444,47.668327],[7.510833,47.703331],[7.557221,47.862778],[7.624166,47.976944],[7.613611,48.006104],[7.569194,48.044777],[7.578888,48.11972],[7.750833,48.336662],[7.736666,48.398605],[7.802221,48.575829],[7.879999,48.664162],[8.092222,48.803604],[8.139166,48.895554],[8.190554,48.951942],[8.226078,48.964417],[7.938611,49.048882],[7.652089,49.044937],[7.486944,49.164162],[7.423611,49.177216],[7.371944,49.17083],[7.36,49.14222],[7.287777,49.111107],[7.090555,49.127495],[7.019444,49.187492],[6.930555,49.220833],[6.8475,49.215271],[6.861111,49.174995],[6.838888,49.154999],[6.730833,49.166107],[6.686944,49.244995],[6.540555,49.425827],[6.416111,49.47583],[6.36217,49.459389],[6.356486,49.525864],[6.420833,49.665833],[6.505835,49.706627],[6.524444,49.808609],[6.395555,49.817772],[6.255278,49.880554],[6.173055,49.952217],[6.112778,50.058884],[6.173333,50.232498],[6.398204,50.323174],[6.37361,50.443329],[6.333888,50.489716],[6.264722,50.497772],[6.247777,50.589165],[6.268611,50.623604],[6.167222,50.656387],[6.011798,50.757271],[6.013888,50.84166],[6.067778,50.849716],[6.084167,50.870552],[6.080277,50.915833],[6.025555,50.978333],[5.944722,50.984993],[5.891666,50.972771],[5.864166,51.04361],[6.003055,51.08416],[6.0975,51.131104],[6.074721,51.189995],[6.076388,51.240273],[6.222777,51.364716],[6.221944,51.468887],[6.2075,51.509995],[6.094166,51.604439],[6.028889,51.706665],[5.952053,51.747528],[5.986666,51.766937],[5.9625,51.807777],[6.12361,51.888054],[6.182221,51.895271],[6.35111,51.848053],[6.462777,51.853607],[6.67611,51.913887],[6.720555,51.897774],[6.746388,51.906105],[6.830832,51.971382],[6.800555,52.007217],[6.728611,52.035271],[6.759428,52.114563],[6.860555,52.120277],[6.901111,52.171387],[7.053094,52.237762],[7.028055,52.280273],[7.069722,52.352776],[7.065555,52.385826],[6.990833,52.459717],[6.946111,52.434441],[6.764444,52.45916],[6.705555,52.485832],[6.688889,52.549164],[6.759444,52.56472],[6.718923,52.626785],[6.768055,52.652222],[6.894722,52.653053],[6.920278,52.638885],[7.025,52.6325],[7.051666,52.643608],[7.069722,52.814995],[7.179722,52.934166],[7.210278,53.001938],[7.208364,53.242805],[7.256389,53.318329],[7.329721,53.316383],[7.364444,53.299164],[7.3325,53.323883],[7.058055,53.337219],[7.019444,53.372215],[7.031388,53.479439],[7.088055,53.582771],[7.226944,53.664993],[7.34111,53.688606],[7.4675,53.686943],[7.518611,53.671661],[7.8825,53.717499],[8.008333,53.709999],[8.02861,53.701385],[8.022221,53.676109],[8.04611,53.636383],[8.165833,53.549721],[8.163332,53.520554],[8.061388,53.500549],[8.097776,53.444443],[8.223055,53.400833],[8.289165,53.422493],[8.313055,53.456383],[8.319721,53.515274],[8.303333,53.526108],[8.233055,53.51944],[8.243055,53.586105],[8.283333,53.613884],[8.341389,53.613609],[8.494444,53.554993],[8.518332,53.513611],[8.482777,53.453888],[8.503054,53.354164],[8.498055,53.471939],[8.568333,53.533333],[8.488333,53.651665],[8.483332,53.690277],[8.580276,53.858604],[8.604166,53.87944],[8.680555,53.894722],[8.756388,53.846664],[8.853054,53.82972],[9.128887,53.866104],[9.279999,53.857773],[9.573055,53.59111],[9.695833,53.550278],[9.832499,53.536385],[9.783888,53.561386],[9.681944,53.571938],[9.56111,53.621666],[9.437777,53.739441],[9.393055,53.823883],[9.327776,53.857216],[9.205276,53.890549],[8.983332,53.890274],[8.899721,53.940826],[8.836111,54.031105],[8.880833,54.045273],[8.978888,54.018608],[9.003054,54.028053],[9.017221,54.084999],[8.971109,54.13166],[8.85861,54.123886],[8.824999,54.155273],[8.812777,54.174995],[8.841389,54.250549],[8.88361,54.294167],[8.669443,54.266937],[8.631666,54.27916],[8.599443,54.333885],[8.638887,54.39666],[8.823332,54.41555],[8.855555,54.405548],[8.99472,54.451942],[9.019444,54.49305],[8.850832,54.620827],[8.804998,54.685555],[8.696943,54.746941],[8.640554,54.838051],[8.573443,54.850273],[8.58055,54.867878],[8.3025,54.859993],[8.288332,54.737495],[8.291111,54.894722],[8.393332,55.053055],[8.463055,55.04805],[8.371944,54.994164],[8.352777,54.951385],[8.456798,54.900558],[8.598331,54.905899],[8.602797,54.917725],[8.719444,54.891106],[8.828888,54.913887],[8.919998,54.908051],[9.224165,54.853607],[9.253611,54.808884],[9.342777,54.808609],[9.3925,54.835274],[9.445358,54.825401],[9.439165,54.802216],[9.578333,54.825554],[9.785555,54.78611],[9.916666,54.791107],[9.972776,54.761108],[10.036943,54.67115],[10.032499,54.555275],[9.970554,54.5075],[9.845276,54.478607],[9.870277,54.454437],[10.126944,54.489716],[10.368332,54.435555],[10.609722,54.36055],[10.706665,54.306938],[10.787777,54.309715],[10.936666,54.383606],[10.951666,54.38472],[10.979443,54.380554]]]]}} ] } ; geojson = L.geoJson(jsdata, { style: style, onEachFeature: onEachFeature }).addTo(map); jsdata = { "type":"FeatureCollection", "crs":{"type":"name","properties":{"name":"urn:ogc:def:crs:EPSG::4269"}}, "features":[ {"type":"Feature","properties":{"STATEFP":"06","STATENS":"01779778","AFFGEOID":"0400000US06","GEOID":"06","STUSPS":"CA","NAME":"California","LSAD":"00","ALAND":"403501101370","AWATER":"20466718403"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-118.593969,33.467198],[-118.484785,33.487483],[-118.370323,33.409285],[-118.286261,33.351463],[-118.325244,33.299075],[-118.374768,33.320065],[-118.465368,33.326056],[-118.482609,33.369914],[-118.563442,33.434381],[-118.593969,33.467198]]],[[[-118.594033,33.035951],[-118.540069,32.980933],[-118.446771,32.895424],[-118.353504,32.821962],[-118.425634,32.800595],[-118.487908,32.84459],[-118.581513,32.931672],[-118.641578,33.017129],[-118.594033,33.035951]]],[[[-119.578942,33.278628],[-119.510489,33.307269],[-119.427171,33.266023],[-119.429559,33.228167],[-119.464725,33.215432],[-119.545872,33.233406],[-119.578942,33.278628]]],[[[-119.916216,34.058351],[-119.857304,34.071298],[-119.739472,34.049299],[-119.5667,34.053452],[-119.470737,34.053997],[-119.442654,34.054156],[-119.364214,34.050794],[-119.363065,34.000548],[-119.391587,33.994636],[-119.48772,33.996515],[-119.554472,33.99782],[-119.662825,33.985889],[-119.721206,33.959583],[-119.795938,33.962929],[-119.873358,33.980375],[-119.876916,34.023527],[-119.916216,34.058351]]],[[[-120.368278,34.076465],[-120.24248,34.057172],[-120.135853,34.026087],[-120.055107,34.037729],[-119.984316,33.983948],[-119.973691,33.942481],[-120.049682,33.914563],[-120.121817,33.895712],[-120.179049,33.927994],[-120.200085,33.956904],[-120.36484,33.991781],[-120.454134,34.028081],[-120.368278,34.076465]]],[[[-124.387023,40.504954],[-124.301355,40.659643],[-124.176715,40.843618],[-124.118147,40.989263],[-124.125448,41.048504],[-124.154513,41.087159],[-124.163988,41.138675],[-124.122677,41.189726],[-124.092284,41.287695],[-124.063076,41.439579],[-124.067474,41.464736],[-124.081987,41.547761],[-124.116037,41.628849],[-124.143479,41.709284],[-124.154246,41.728801],[-124.19104,41.736079],[-124.245027,41.7923],[-124.219592,41.846432],[-124.203402,41.940964],[-124.211605,41.99846],[-124.001188,41.996146],[-123.822038,41.995621],[-123.656998,41.995137],[-123.519113,41.999173],[-123.43477,42.001641],[-123.347562,41.999108],[-123.231001,42.00497],[-123.145959,42.009247],[-123.045254,42.003049],[-122.80008,42.004071],[-122.501135,42.00846],[-122.289749,42.007765],[-122.289527,42.007764],[-122.101922,42.005766],[-121.846712,42.00307],[-121.675348,42.000351],[-121.44754,41.99719],[-121.43961,41.99708],[-121.251099,41.99757],[-121.035195,41.993323],[-120.879926,41.993483],[-120.692219,41.993677],[-120.501069,41.993785],[-120.181563,41.994588],[-119.999168,41.99454],[-119.999276,41.874891],[-119.99828,41.618765],[-119.999866,41.183974],[-119.999231,40.865899],[-119.997533,40.720992],[-119.996155,40.32125],[-119.997124,40.126363],[-119.997634,39.956505],[-119.999935,39.722407],[-120.00174,39.538852],[-120.003029,39.445046],[-120.004796,39.316475],[-120.005142,39.291258],[-120.003364,39.165627],[-120.002615,39.112689],[-120.001975,39.067496],[-120.001014,38.999574],[-119.904315,38.933324],[-119.587679,38.714734],[-119.585406,38.713151],[-119.328705,38.534352],[-119.279262,38.499914],[-119.157226,38.414392],[-118.949673,38.26894],[-118.500958,37.949019],[-118.427995,37.896224],[-118.022181,37.602583],[-117.833504,37.464939],[-117.68061,37.353399],[-117.244917,37.030244],[-117.166001,36.971208],[-117.000895,36.847694],[-116.488233,36.459097],[-116.375875,36.372562],[-116.093601,36.155805],[-115.892975,35.999967],[-115.846114,35.963553],[-115.648032,35.809629],[-115.647683,35.809358],[-115.404537,35.617605],[-115.303743,35.538207],[-115.160068,35.424129],[-115.043812,35.332012],[-114.804249,35.139689],[-114.633487,35.001857],[-114.629769,34.94304],[-114.634382,34.87289],[-114.576452,34.8153],[-114.490971,34.724848],[-114.465246,34.691202],[-114.422382,34.580711],[-114.378223,34.516521],[-114.378852,34.450376],[-114.335372,34.450038],[-114.264317,34.401329],[-114.172845,34.344979],[-114.14093,34.305919],[-114.140817,34.303128],[-114.139055,34.259538],[-114.17805,34.239969],[-114.229715,34.186928],[-114.292806,34.166725],[-114.348052,34.134458],[-114.405941,34.11154],[-114.428026,34.092787],[-114.430091,34.078931],[-114.435504,34.042615],[-114.454807,34.010968],[-114.509568,33.957264],[-114.534987,33.928499],[-114.508708,33.90064],[-114.505638,33.864276],[-114.520465,33.827778],[-114.504863,33.760465],[-114.496565,33.719155],[-114.504993,33.693022],[-114.525201,33.661583],[-114.529186,33.60665],[-114.524599,33.552231],[-114.597283,33.490653],[-114.629147,33.433545],[-114.635183,33.422726],[-114.673901,33.418299],[-114.725282,33.405048],[-114.707348,33.376628],[-114.707962,33.323421],[-114.723259,33.288079],[-114.674491,33.255597],[-114.678097,33.2303],[-114.679359,33.159519],[-114.706175,33.105335],[-114.670803,33.037984],[-114.628293,33.031052],[-114.575161,33.036542],[-114.517067,33.024629],[-114.511343,33.023455],[-114.481315,32.972064],[-114.47664,32.923628],[-114.463127,32.901884],[-114.468971,32.845155],[-114.531746,32.782503],[-114.570675,32.747417],[-114.617387,32.741053],[-114.667493,32.734226],[-114.705717,32.741581],[-114.719633,32.718763],[-115.000802,32.699676],[-115.465164,32.6671],[-116.04662,32.623353],[-116.106179,32.618578],[-116.540643,32.583747],[-116.62705,32.576261],[-116.857154,32.557459],[-117.124862,32.534156],[-117.132039,32.585601],[-117.136664,32.618754],[-117.168866,32.671952],[-117.177197,32.676998],[-117.196767,32.688851],[-117.246069,32.669352],[-117.255169,32.700051],[-117.25497,32.786948],[-117.280971,32.822247],[-117.28217,32.839547],[-117.27387,32.851447],[-117.262905,32.849349],[-117.25617,32.859447],[-117.256161,32.859674],[-117.25447,32.900146],[-117.272139,32.975525],[-117.28077,33.012343],[-117.315278,33.093504],[-117.362572,33.168437],[-117.445583,33.268517],[-117.547693,33.365491],[-117.59588,33.386629],[-117.596189,33.386965],[-117.645582,33.440728],[-117.715349,33.460556],[-117.726486,33.483427],[-117.732258,33.487955],[-117.814188,33.552224],[-117.840289,33.573523],[-117.927091,33.605521],[-118.000593,33.654319],[-118.088896,33.729817],[-118.115077,33.743803],[-118.132698,33.753217],[-118.1837,33.736118],[-118.231926,33.715295],[-118.258687,33.703741],[-118.317205,33.712818],[-118.333296,33.721185],[-118.354705,33.732317],[-118.396606,33.735917],[-118.428407,33.774715],[-118.394307,33.804315],[-118.412708,33.883913],[-118.460611,33.969111],[-118.519514,34.027509],[-118.603572,34.039048],[-118.679366,34.033255],[-118.744952,34.032103],[-118.805114,34.001239],[-118.854653,34.034215],[-118.94448,34.046739],[-118.954722,34.048167],[-119.069959,34.09047],[-119.109784,34.094566],[-119.227743,34.161728],[-119.257043,34.213304],[-119.270144,34.252903],[-119.276614,34.25634],[-119.313034,34.275689],[-119.37578,34.321118],[-119.461036,34.374064],[-119.477947,34.378838],[-119.536957,34.395495],[-119.616862,34.420995],[-119.684666,34.408297],[-119.709067,34.395397],[-119.785871,34.415997],[-119.835771,34.415796],[-119.873971,34.408795],[-119.971951,34.444641],[-120.050682,34.461651],[-120.141165,34.473405],[-120.295051,34.470623],[-120.451425,34.447094],[-120.511421,34.522953],[-120.550092,34.542794],[-120.581293,34.556959],[-120.622575,34.554017],[-120.645739,34.581035],[-120.60197,34.692095],[-120.614852,34.730709],[-120.62632,34.738072],[-120.610266,34.85818],[-120.670835,34.904115],[-120.650305,34.975166],[-120.63357,35.033085],[-120.629583,35.078362],[-120.635787,35.123805],[-120.675074,35.153061],[-120.714185,35.175998],[-120.756086,35.160459],[-120.846674,35.204429],[-120.89679,35.247877],[-120.87957,35.294184],[-120.862133,35.360763],[-120.884757,35.430196],[-120.955863,35.453743],[-121.003359,35.46071],[-121.11424,35.57172],[-121.166712,35.635399],[-121.272322,35.666711],[-121.314632,35.71331],[-121.332449,35.783106],[-121.347054,35.795186],[-121.406823,35.844623],[-121.462264,35.885618],[-121.4862,35.970348],[-121.531876,36.014368],[-121.574602,36.025156],[-121.622009,36.099695],[-121.680145,36.165818],[-121.779851,36.227407],[-121.826425,36.24186],[-121.888491,36.30281],[-121.903195,36.393603],[-121.9416,36.485602],[-121.970427,36.582754],[-121.923866,36.634559],[-121.860604,36.611136],[-121.814462,36.682858],[-121.796826,36.777543],[-121.791544,36.815186],[-121.812732,36.850049],[-121.862266,36.931552],[-121.906468,36.96895],[-121.95167,36.97145],[-122.027174,36.95115],[-122.067317,36.953596],[-122.105976,36.955951],[-122.20618,37.013949],[-122.260481,37.072548],[-122.284882,37.101747],[-122.29431,37.105141],[-122.322971,37.11546],[-122.344029,37.144099],[-122.397065,37.187249],[-122.418452,37.248521],[-122.40559,37.314965],[-122.401323,37.337009],[-122.409258,37.374805],[-122.443687,37.435941],[-122.445987,37.461541],[-122.493789,37.492341],[-122.516689,37.52134],[-122.518088,37.576138],[-122.496786,37.612136],[-122.496784,37.686433],[-122.500678,37.708133],[-122.505601,37.735567],[-122.511983,37.77113],[-122.465396,37.800879],[-122.398139,37.80563],[-122.385323,37.790724],[-122.376462,37.738558],[-122.356784,37.729505],[-122.361749,37.71501],[-122.389827,37.708331],[-122.39319,37.707531],[-122.360219,37.592501],[-122.244372,37.55814],[-122.168449,37.504143],[-122.1292,37.521322],[-122.111998,37.528851],[-122.144396,37.581866],[-122.152905,37.640771],[-122.162803,37.667273],[-122.163049,37.667933],[-122.213774,37.698695],[-122.24981,37.726406],[-122.252452,37.755129],[-122.312974,37.777244],[-122.333711,37.809797],[-122.303931,37.830087],[-122.328714,37.893832],[-122.33453,37.908791],[-122.378709,37.905191],[-122.425258,37.955672],[-122.367582,37.978168],[-122.368891,38.007948],[-122.342804,38.009254],[-122.321706,38.01031],[-122.262861,38.051473],[-122.26932,38.060374],[-122.301804,38.105142],[-122.393588,38.143449],[-122.397581,38.142004],[-122.4885,38.109094],[-122.491283,38.108087],[-122.499465,38.032165],[-122.452995,37.996167],[-122.488665,37.966714],[-122.486375,37.921881],[-122.448413,37.89341],[-122.41847,37.852721],[-122.483483,37.826728],[-122.537285,37.830328],[-122.60129,37.875126],[-122.678474,37.906604],[-122.70264,37.89382],[-122.754606,37.935527],[-122.797405,37.976657],[-122.856573,38.016717],[-122.939711,38.031908],[-122.97439,37.992429],[-123.011533,38.003438],[-122.960889,38.112962],[-122.953629,38.17567],[-122.987149,38.237538],[-122.986319,38.273164],[-123.003146,38.295705],[-123.004122,38.297012],[-123.053504,38.299385],[-123.068437,38.33521],[-123.085572,38.390525],[-123.166428,38.474947],[-123.249797,38.511045],[-123.331899,38.565542],[-123.349612,38.596805],[-123.441774,38.699744],[-123.514784,38.741966],[-123.540922,38.767656],[-123.571987,38.798189],[-123.638637,38.843865],[-123.659846,38.872529],[-123.71054,38.91323],[-123.732892,38.954994],[-123.69074,39.021293],[-123.721505,39.125327],[-123.765891,39.193657],[-123.798991,39.271355],[-123.825331,39.360814],[-123.81469,39.446538],[-123.766475,39.552803],[-123.782322,39.621486],[-123.792659,39.684122],[-123.829545,39.723071],[-123.851714,39.832041],[-123.907664,39.863028],[-123.954952,39.922373],[-124.025205,40.001299],[-124.035904,40.013319],[-124.068908,40.021307],[-124.087086,40.078442],[-124.139952,40.11635],[-124.187874,40.130542],[-124.258405,40.184277],[-124.34307,40.243979],[-124.363414,40.260974],[-124.353124,40.331425],[-124.365357,40.374855],[-124.409591,40.438076],[-124.387023,40.504954]]]]}} ] } ; geojson = L.geoJson(jsdata, { style: style, onEachFeature: onEachFeature }).addTo(map); jsdata = { "type":"FeatureCollection", "crs":{"type":"name","properties":{"name":"urn:ogc:def:crs:OGC:1.3:CRS84"}}, "features":[ {"type":"Feature","properties":{"FIPS":"TI","ISO2":"TJ","ISO3":"TJK","UN":762,"NAME":"Tajikistan","AREA":13996,"POP2005":"6550213","REGION":142,"SUBREGION":143,"LON":69.420000,"LAT":38.665000},"geometry":{"type":"Polygon","coordinates":[[[74.915741,37.237328],[74.832764,37.325447],[74.684265,37.399742],[74.542206,37.381798],[74.247208,37.409546],[74.146103,37.336182],[73.87915,37.269737],[73.819717,37.228058],[73.738586,37.221649],[73.63443,37.239693],[73.61998,37.262482],[73.649429,37.304153],[73.726654,37.308617],[73.768875,37.341125],[73.775986,37.434296],[73.619431,37.436119],[73.456375,37.476105],[73.307205,37.462753],[73.157761,37.402985],[73.107758,37.362701],[72.886383,37.247086],[72.793594,37.226234],[72.658508,37.021202],[72.410248,37.002556],[72.306351,36.978104],[72.22081,36.941177],[71.842758,36.692101],[71.6772,36.67601],[71.610062,36.700378],[71.554688,36.760681],[71.45694,36.944733],[71.429428,37.075829],[71.44693,37.20723],[71.490265,37.28363],[71.50296,37.604546],[71.588593,37.815651],[71.591934,37.902618],[71.546371,37.942062],[71.515366,37.948456],[71.334717,37.887871],[71.252777,37.922035],[71.266098,37.982323],[71.358871,38.162094],[71.363037,38.248497],[71.314423,38.293785],[71.219986,38.315163],[71.145538,38.385735],[70.953049,38.47184],[70.779434,38.441544],[70.71138,38.409866],[70.548325,38.260384],[70.488586,38.157028],[70.346939,38.022278],[70.297211,37.998589],[70.236649,37.937263],[70.161377,37.933372],[70.165543,37.871719],[70.246933,37.812546],[70.286377,37.702339],[70.253601,37.615746],[70.155823,37.536232],[70.013885,37.545547],[69.958603,37.564995],[69.928864,37.606941],[69.899155,37.614998],[69.793045,37.582771],[69.515823,37.580826],[69.380264,37.451103],[69.381363,37.344154],[69.426086,37.207214],[69.409988,37.17527],[69.315262,37.115273],[69.246643,37.094154],[69.125259,37.163048],[69.033325,37.250832],[68.99971,37.30777],[68.887772,37.3386],[68.664154,37.274994],[68.623871,37.200546],[68.414993,37.119987],[68.334427,37.108887],[68.284149,37.030548],[68.187195,37.020546],[68.058014,36.932526],[68.001389,36.936104],[67.775543,37.10833],[67.779877,37.185822],[67.818878,37.225822],[67.84137,37.281662],[67.84082,37.352493],[67.81749,37.416382],[67.825272,37.479156],[67.917206,37.61721],[68.073044,37.765274],[68.150543,37.928047],[68.277481,37.958885],[68.337814,38.04615],[68.384155,38.195541],[68.331375,38.273323],[68.215546,38.332214],[68.127197,38.424438],[68.07193,38.541382],[68.074158,38.664711],[68.113312,38.797218],[68.169983,38.817215],[68.196365,38.854439],[68.183868,38.900826],[68.113312,38.99749],[67.984421,39.008049],[67.863312,38.976654],[67.709427,38.996658],[67.695267,39.015991],[67.694702,39.13472],[67.617477,39.171936],[67.517761,39.16777],[67.381927,39.209717],[67.367477,39.225266],[67.365997,39.28878],[67.410538,39.299164],[67.441956,39.483582],[67.50444,39.528877],[67.709717,39.625824],[67.827484,39.621376],[68.082489,39.567215],[68.353317,39.536659],[68.473312,39.537498],[68.540268,39.55471],[68.629974,39.656097],[68.64267,39.858238],[68.722214,39.871376],[68.760818,39.827492],[68.909149,39.89138],[68.815262,39.993881],[68.785263,40.070549],[68.991364,40.068329],[69.009995,40.089714],[68.984421,40.148331],[68.885269,40.1511],[68.713882,40.116386],[68.636658,40.139992],[68.601379,40.162766],[68.600815,40.178329],[69.032211,40.238602],[69.218597,40.191376],[69.31749,40.207497],[69.338318,40.339157],[69.257217,40.507217],[69.269989,40.595543],[69.356094,40.772491],[69.400269,40.80027],[69.459152,40.811104],[69.539978,40.779434],[69.685806,40.643608],[69.732483,40.638603],[69.823044,40.715546],[70.050262,40.769981],[70.316666,40.894112],[70.374695,40.958282],[70.381653,41.027725],[70.447479,41.048286],[70.548599,40.97744],[70.658035,40.870224],[70.667206,40.827446],[70.708038,40.771057],[70.776657,40.755508],[70.796799,40.725594],[70.731094,40.673271],[70.346649,40.458275],[70.339981,40.444382],[70.375534,40.376404],[70.465271,40.349663],[70.589432,40.255211],[70.625809,40.210213],[70.716095,40.203819],[70.870529,40.242714],[70.98204,40.244843],[70.996933,40.227158],[70.989426,40.189934],[70.661102,40.103539],[70.661652,40.036865],[70.6436,39.989349],[70.498032,39.90683],[70.467209,39.936272],[70.492477,39.973503],[70.5522,40.009346],[70.560257,40.026299],[70.542206,40.046021],[70.348602,40.082962],[70.279709,40.135193],[70.024155,40.216377],[69.60582,40.111938],[69.57222,40.107216],[69.540817,40.131378],[69.483871,40.03611],[69.500275,39.968597],[69.526093,39.931938],[69.424988,39.901932],[69.398041,39.951935],[69.338318,39.996384],[69.284988,39.887215],[69.249146,39.75444],[69.308594,39.691933],[69.311096,39.530273],[69.340546,39.516937],[69.506653,39.536942],[69.589706,39.57888],[69.708038,39.587769],[69.772766,39.576385],[69.85054,39.536942],[70.181366,39.584366],[70.301926,39.551506],[70.356094,39.582039],[70.507492,39.607056],[70.638321,39.577065],[70.7211,39.425377],[70.997757,39.40094],[71.032761,39.411781],[71.097214,39.510429],[71.473038,39.6213],[71.55304,39.567139],[71.514999,39.498787],[71.54248,39.461014],[71.60498,39.448509],[71.756653,39.462135],[71.774429,39.391022],[71.731369,39.337395],[71.773041,39.277946],[71.857208,39.286568],[71.979156,39.35186],[72.07666,39.374641],[72.139709,39.274635],[72.248596,39.191856],[72.306366,39.257149],[72.342209,39.336319],[72.415817,39.358543],[72.484421,39.349655],[72.593048,39.363823],[72.664154,39.401871],[72.866379,39.361603],[73.15387,39.353264],[73.343872,39.394653],[73.36026,39.401321],[73.369705,39.441872],[73.491364,39.469925],[73.65416,39.460762],[73.669983,39.344093],[73.617203,39.232147],[73.721649,39.082436],[73.839157,38.999939],[73.853317,38.969093],[73.832764,38.93882],[73.743042,38.926598],[73.704437,38.875488],[73.817764,38.607712],[73.9422,38.538826],[74.068878,38.536598],[74.083878,38.552711],[74.060532,38.604652],[74.134155,38.673264],[74.354706,38.674377],[74.788589,38.527428],[74.856644,38.470482],[74.8647,38.388824],[74.794434,38.306038],[74.79248,38.195213],[74.814697,38.078827],[74.913605,38.017715],[74.902771,37.84716],[74.991089,37.783829],[74.947205,37.695488],[74.902771,37.647156],[74.949417,37.562981],[75.062485,37.511047],[75.187485,37.406586],[75.096649,37.321854],[74.915741,37.237328]]]}} ] } ; geojson = L.geoJson(jsdata, { style: style, onEachFeature: onEachFeature }).addTo(map); function onGetLavoriFinished(myxmlhttp) { if(myxmlhttp.readyState == 4) { var resp = myxmlhttp.responseText; //console.log(resp); if(resp.length == 0) return; var lavs = eval('(' + resp + ')'); for(var i = 0; i < lavs.length; ++i) { var lavId = lavs[i]['id']; if(!(lavId in lavoriMap)) { //if(map.getZoom() >= 4) //{ createMarker(lavs[i]); //lavs[i].marker.addTo(map); mcluster.addLayer(lavs[i].marker); //} //createBottomDiv(lavs[i]); lavoriMap[lavId] = lavs[i]; } else { var lav = lavoriMap[lavId]; if(lav.marker == null /* && map.getZoom() >= 4 */) { createMarker(lav); //lav.marker.addTo(map); mcluster.addLayer(lav.marker); } } } //sistemo i lavori in basso. var counter = 0; var isIEl7 = document.getElementById('ie67div'); for(var lId in lavoriMap) { var lav = lavoriMap[lId]; if(lav.immagine) { var found = false; if(counter < 16) { for(var i = 0; i < lavs.length; ++i) { if(lavs[i]['id'] == lId) { found = true; break; } } } if(found) { counter++; if(typeof lav.bottomDiv === 'undefined') { //console.info("creo div " + lId); createBottomDiv(lav); } if(isIEl7) { lav.bottomDiv.style.display = 'inline'; } else lav.bottomDiv.style.display = 'inline-block'; } else if(typeof lav.bottomDiv !== 'undefined') { lav.bottomDiv.style.display = 'none'; } //alert(lav.nome + ' ' + found); } } } } function getLavori() { var bounds = map.getBounds(); var x1 = bounds.getWest(); var x2 = bounds.getEast(); var y1 = bounds.getNorth(); var y2 = bounds.getSouth(); var parss = 'polygon=' + x1 + ';' + y1 + ','+ x1 + ';' + y2 + ',' + x2 + ';' + y2 + ','+ x2 + ';' + y1 + ',' + x1 + ';' + y1; //if(map.getZoom() < 4) //parss = parss + '&limit=100'; //alert(parss); requestPage('getLavori.php', onGetLavoriFinished, 'POST', parss); //requestPage('getLavori.php', onGetLavoriFinished, 'POST'); } var labelHided = false; function adaptSize() { var mapDiv = document.getElementById("map"); var topM = 56; if(window.innerWidth <= 767) { topM = 50; if(!labelHided) { map.removeControl(info); labelHided = true; } } else if(labelHided) { map.addControl(info); labelHided = false; } mapDiv.style.height = (window.innerHeight - 126 - topM) + 'px'; map.invalidateSize(); } adaptSize(); getLavori(); window.onresize = adaptSize; map.on('load', getLavori); map.on('moveend', getLavori);