{"size":{"Width":487,"Height":393},"appearance":{"background":null,"padding":14,"font":{"family":"Courier New","size":10.0,"bold":false,"italic":false,"underline":false,"strikeout":false,"color":"rgb(0,72,168)"},"border":{"on":true,"size":0.0,"style":"solid","color":"#666"},"text":{"wrap":false,"hAlign":"left","vAlign":"top"}},"outputType":"WIDGET","widgetState":null,"outputs":{"console":"<pre class='debug-source'>># VERSION 1.0.8\n</pre>\n<pre class='debug-source'>>library(flipChart)\n</pre>\n<pre class='debug-source'>># Processing all the selections from the 'Inputs' and 'Charts' tab.\n</pre>\n<pre class='debug-source'>>pd <- PrepareData(formChartType, QFilter, QPopulationWeight, input.data.table = get0("formTable"), input.data.tables = get0("formTables"), input.data.raw = list(X = get0("formX"), Y = get0("formY"), Z1 = get0("formZ"), Z2 = get0("formZ2"), labels = get0("formScatterLabels")), input.data.pasted = list(get0("formPastedData"), get0("formPastedFactor"), get0("formPastedColumnNames"), get0("formPastedRowNames"), get0("formPastedDateConvention")), input.data.other = get0("formOther"), data.source = get0("formDataSource"), first.aggregate = get0("formFirstAggregate", ifnotfound = FALSE), tidy = get0("formTidy"), transpose = get0("formTranspose"), row.names.to.remove = get0("formIgnoreRows"), column.names.to.remove = get0("formIgnoreColumns"), as.percentages = get0("formAsPercentages", ifnotfound = FALSE), show.labels = !get0("formNames", ifnotfound=TRUE), values.title = get0("formValuesTitle"))\n</pre>\n<pre class='debug-source'>>pc <- PrepareColors(pd$data, formChartType, scatter.colors.column = pd$scatter.variable.indices["colors"], palette = get0("formPalette"), palette.custom.color = get0("formCustomColor"), palette.custom.gradient.start = get0("formCustomGradientStart"), palette.custom.gradient.end = get0("formCustomGradientEnd"), palette.custom.palette = get0("formCustomPalette"), fit.palette = get0("formFitPalette"), fit.palette.custom.color = get0("formFitCustomColor"), fit.palette.custom.gradient.start = get0("formFitCustomGradientStart"), fit.palette.custom.gradient.end = get0("formFitCustomGradientEnd"), fit.palette.custom.palette = get0("formFitCustomPalette"), subslice.palette = get0("formSubslicePalette"), subslice.palette.custom.color = get0("formSubsliceCustomColor"), subslice.palette.custom.gradient.start = get0("formSubsliceCustomGradientStart"), subslice.palette.custom.gradient.end = get0("formSubsliceCustomGradientEnd"), subslice.palette.custom.palette = get0("formSubsliceCustomPalette")) \n</pre>\n<pre class='debug-source'>>pn <- PrepareNumbers(categories.format.list = list(get0("formCategoriesNumberType"), get0("formCategoriesDateType"), get0("formCategoriesNumberCustom"), get0("formCategoriesSeparateThousands"), get0("formCategoriesDecimals")), values.format.list = list(get0("formValuesNumberType"), get0("formValuesDateType"), get0("formValuesNumberCustom"), get0("formValuesSeparateThousands"), get0("formValuesDecimals")), hover.format.list = list(get0("formHoverNumberType"), get0("formHoverDateType"), get0("formHoverNumberCustom"), get0("formHoverSeparateThousands"), get0("formHoverDecimals")), data.labels.format.list = list(get0("formDataLabelNumberType"), get0("formDataLabelDateType"), get0("formDataLabelCustom"), get0("formDataLabelSeparateThousands"), get0("formDataLabelDecimals")), !is.null(attr(pd$data, "statistic")) && grepl("%", attr(pd$data, "statistic"), fixed = TRUE))\n</pre>\n<pre class='debug-source'>>\n</pre>\n<pre class='debug-source'>># Creating the chart.\n</pre>\n<pre class='debug-source'>>chart <- CChart(chart.type = formChartType,\n x = pd$data,\n return.data = formChartOutput == "Table",\n weights = pd$weights,\n series.stack = get0("formStackSeries", ifnotfound=FALSE),\n max.label.length = 0,\n #Scatter plot inputs.\n scatter.max.labels = get0("formScatterMaxLab", ifnotfound=20),\n scatter.labels.as.hovertext= if (exists("formScatterLabelType")) formScatterLabelType!="On chart" else TRUE,\n scatter.colors.as.categorical = if (exists("formScatterColorType")) formScatterColorType=="Categories" else FALSE,\n scatter.sizes.as.diameter = if (exists("formScatterSizeType")) formScatterSizeType=="Diameter" else FALSE,\n scatter.x.column = pd$scatter.variable.indices["x"],\n scatter.y.column = pd$scatter.variable.indices["y"],\n scatter.sizes.column = pd$scatter.variable.indices["sizes"],\n scatter.colors.column = pd$scatter.variable.indices["colors"],\n trend.lines = get0("formTrendLines", ifnotfound=FALSE),\n # Chart: DATA SERIES\n colors = pc$series.colors,\n pie.subslice.colors = pc$subslice.colors,\n # Chart: FIT LINE\n fit.type = get0("formFit", ifnotfound="None"),\n fit.ignore.last = get0("formFitIgnoreLast"),\n fit.line.type = get0("formFitLineType"),\n fit.line.colors = pc$fit.line.colors,\n fit.line.width = get0("formFitLineWidth", ifnotfound=1),\n # Chart: DATA LABELS\n data.label.show = get0("formDataLabelShow", ifnotfound = FALSE),\n data.label.format = pn$data.labels.number.format,\n data.label.font.size = get0("formDataLabelFontSize"),\n data.label.font.family = get0("formDataLabelFontFamily"),\n data.label.font.color = get0("formDataLabelFontColor"),\n data.label.prefix = get0("formPrefix", ifnotfound=""),\n data.label.suffix = get0("formSuffix", ifnotfound=""),\n data.label.position = get0("formDataLabelPosition", ifnotfound="top middle"),\n data.label.align.horizontal = get0("formDataLabelHorizAlign", ifnotfound="Default"),\n # Chart: FONT\n global.font.family = get0("formFont"),\n global.font.color = get0("formFontColor"),\n #Chart: GRIDLINES\n grid.show = get0("formShowGrid", ifnotfound=TRUE),\n # Chart: LEGEND\n legend.show = get0("formLegendShow", ifnotfound=TRUE),\n legend.title = get0("formLegendTitle"),\n legend.font.family = get0("formLegendFontFamily"),\n legend.font.color = get0("formLegendFontColor"),\n legend.font.size = get0("formLegendFontSize"),\n legend.x.position = get0("formLegendXPos", ifnotfound=1.02),\n legend.y.position = get0("formLegendYPos", ifnotfound=1.0),\n # Chart: TITLE\n title = get0("formTitle", ifnotfound=""),\n title.font.family = get0("formTitleFontFamily"),\n title.font.color = get0("formTitleFontColor"),\n title.font.size = get0("formTitleFontSize"),\n subtitle = get0("formSubtitle", ifnotfound=""),\n subtitle.font.family = get0("formSubtitleFontFamily"),\n subtitle.font.color = get0("formSubtitleFontColor"),\n subtitle.font.size = get0("formSubtitleFontSize"),\n footer = get0("formFooter", ifnotfound=""),\n footer.font.family = get0("formFooterFontFamily"),\n footer.font.color = get0("formFooterFontColor"),\n footer.font.size = get0("formFooterFontSize"),\n footer.wrap = get0("formFooterWrap", ifnotfound=FALSE),\n footer.wrap.nchar = get0("formFooterWrapNchar"),\n #Chart: CATEGORIES_AXIS\n categories.axis.show = get0("formCategoriesAxisShow", ifnotfound=TRUE),\n categories.tick.show = get0("formCategoriesAxisShow", ifnotfound=TRUE),\n categories.tick.format = pn$categories.number.format,\n categories.tick.prefix = paste0("", get0("formCategoriesPrefix"), get0("formCategoriesCurrency")), # currency is just another prefix\n categories.tick.suffix = get0("formCategoriesSuffix", ifnotfound=""),\n categories.tick.interval = get0("formCategoriesTickInterval"),\n categories.tick.units = get0("formCategoriesTickUnits"),\n categories.title = get0("formCategoriesTitle", ifnotfound=""),\n categories.title.font.family = get0("formCategoriesTitleFontFamily"),\n categories.title.font.color = get0("formCategoriesTitleFontColor"),\n categories.title.font.size = get0("formCategoriesTitleFontSize"), \n categories.tick.font.family = get0("formCategoriesTickFontFamily"),\n categories.tick.font.color = get0("formCategoriesTickFontColor"),\n categories.tick.font.size = get0("formCategoriesTickFontSize", ifnotfound=10),\n categories.tick.angle = if (!exists("formCategoriesTickAngle")) NULL else switch(get0("formCategoriesTickAngle"), Automatic=NULL, Horizontal=0, Vertical=90, Diagonal=45),\n categories.tick.label.wrap = get0("formLabelWrap", ifnotfound=FALSE),\n categories.tick.label.wrap.nchar = get0("formLabelWrapNchar", ifnotfound=100),\n categories.tick.align.horizontal = get0("formCategoriesTickHorizAlign", ifnotfound = "Default"),\n #Chart: VALUES_AXIS\n values.axis.show = get0("formValuesAxisShow"),\n values.tick.show = get0("formValuesAxisShow", ifnotfound=TRUE),\n values.tick.format = pn$values.number.format,\n values.tick.prefix = paste0("", get0("formValuesPrefix"), get0("formValuesCurrency")), # currency is just another prefix\n values.tick.suffix = get0("formValuesSuffix", ifnotfound=""),\n values.title = pd$values.title,\n values.title.font.family = get0("formValuesTitleFontFamily"),\n values.title.font.color = get0("formValuesTitleFontColor"),\n values.title.font.size = get0("formValuesTitleFontSize"),\n values.number.ticks = get0("formValuesNumberTicks"),\n values.tick.font.size = get0("formValuesTickFontSize", ifnotfound=10),\n values.tick.font.family = get0("formValuesTickFontFamily"),\n values.tick.font.color = get0("formValuesTickFontColor"),\n # Chart: HOVER\n values.hovertext.format = pn$hover.number.format,\n # Chart: MARGINS\n margin.top = get0("formMarginTop"),\n margin.left = get0("formMarginLeft"),\n margin.bottom = get0("formMarginBottom"),\n margin.right = get0("formMarginRight"),\n # Chart: APPEARANCE\n pie.inner.radius = get0("formPieRadius"),\n pie.border.color = get0("formBorderColor"),\n density.color = get0("formDensityColor"),\n vertical = get0("formVertical"),\n show.mean = get0("formShowMean"),\n show.median = get0("formShowMedian"),\n show.quartiles = get0("formShowQuartiles"),\n show.range = get0("formShowRange"),\n show.values = get0("formShowValues"),\n histogram.cumulative = get0("formHistogramCumulative"),\n histogram.counts = get0("formHistogramCounts"),\n maximum.bins = get0("formMaximumBins"),\n box.points = get0("formBoxPoints"),\n mean.color = get0("formMeanColor"),\n median.color = get0("formMedianColor"),\n quartile.color = get0("formQuartilesColor"),\n range.color = get0("formRangeColor"),\n values.color = get0("formValuesColor"),\n window.start = get0("formWindowStart"),\n range.bars = get0("formRangeBars"),\n # BarPictograph parameters\n image = get0("formIcon"),\n custom.image = get0("formCustomIcon"),\n base.image = get0("formBaseImage", ifnotfound = ""), \n hide.base.image = get0("formHideBase", ifnotfound = FALSE),\n base.icon.color = get0("formBaseColor", ifnotfound = ""),\n scale = if (exists("formIconScale")) as.numeric(formIconScale), \n total.icons = if (exists("formTotalIcons")) as.numeric(formTotalIcons),\n icon.ncol = if (exists("formIconNCol")) as.numeric(formIconNCol),\n fix.icon.nrow = get0("formFixNRows", ifnotfound = TRUE),\n fill.direction = get0("formFillDirection"),\n label.color.asIcon = get0("formLabelColorAsIcon", ifnotfound = FALSE),\n categories.tick.align = get0("formCategoriesTickAlign"),\n pad.row = get0("formIconPadding", ifnotfound = 0),\n graphic.width.inch = QOutputSizeWidth,\n graphic.height.inch = QOutputSizeHeight,\n # GeographicMap parameters\n mapping.package = get0("formMapPackage"),\n high.resolution = get0("formHighRes", ifnotfound = TRUE),\n treat.NA.as.0 = get0("formNAasZero", ifnotfound = FALSE),\n color.NA = get0("formNAColor"), \n ocean.color = get0("formOceanColor"), \n # General arguments\n warn.if.no.match = FALSE)\n</pre>\r\n<div class=\"debug-summarystatistics\"><table>\r\n<tr><th>Started:</th><td class=utc-time>2018-09-13T01:45:03.817Z</td></tr>\r\n<tr><th>Finished:</th><td class=utc-time>2018-09-13T01:45:17.817Z</td></tr>\r\n<tr><th>Total time:</th><td>14.73s</td></tr>\r\n<tr><th>Time executing code:</th><td title=\"0.65s\">14.08s</td></tr>\r\n<tr><th>Other overhead on R server:</th><td>3.72s</td></tr>\r\n<tr><th>Time spent transferring data:</th><td>0.65s</td></tr>\r\n<tr><th>Data sent to R server:</th><td>14KB</td></tr>\r\n<tr><th>Data received from R server:</th><td>11.2MB</td></tr>\r\n</table></div>","htmlwidgets":"<div id=\"htmlwidget_container\">\n <div id=\"htmlwidget-1b523400a7698270e905\" style=\"width:100%;height:400px;\" class=\"leaflet html-widget\"></div>\n</div>\n<script type=\"application/json\" data-for=\"htmlwidget-1b523400a7698270e905\">{\"x\":{\"options\":{\"crs\":{\"crsClass\":\"L.CRS.EPSG3857\",\"code\":null,\"proj4def\":null,\"projectedBounds\":null,\"options\":{}}},\"calls\":[{\"method\":\"addTiles\",\"args\":[\"//{s}.tile.openstreetmap.org/{z}/{x}/{y}.png\",null,null,{\"minZoom\":0,\"maxZoom\":18,\"tileSize\":256,\"subdomains\":\"abc\",\"errorTileUrl\":\"\",\"tms\":false,\"noWrap\":false,\"zoomOffset\":0,\"zoomReverse\":false,\"opacity\":0,\"zIndex\":1,\"detectRetina\":false,\"attribution\":\"\"}]},{\"method\":\"addLegend\",\"args\":[{\"colors\":[\"#08306B , #0D5299 17.4311926605505%, #2776B7 35.7798165137615%, #4C98CA 54.1284403669725%, #7DB7DA 72.4770642201835%, #B0D1E7 90.8256880733945%, #C6DBEF \"],\"labels\":[\"100\",\"80\",\"60\",\"40\",\"20\"],\"na_color\":null,\"na_label\":\"NA\",\"opacity\":1,\"position\":\"bottomright\",\"type\":\"numeric\",\"title\":\"\",\"extra\":{\"p_1\":0.174311926605505,\"p_n\":0.908256880733945},\"layerId\":null,\"className\":\"info legend\",\"group\":null}]},{\"method\":\"addPolygons\",\"args\":[[[[{\"lng\":[7.02208256000011,7.06693770300009,7.09019209700011,7.12088789900014,7.15354740400002,7.18372644000004,7.24542810000008,7.27354007900004,7.28666589300011,7.36180342600011,7.39384281400004,7.45296065200009,7.48272627800006,7.50370690900007,7.51466231200004,7.52437748200009,7.54112064600014,7.64302657100012,7.6587362060001,7.67372237100005,7.69253259300007,7.69397953300006,7.70627852300001,7.71465010500009,7.72219486500012,7.73201338700011,7.78007246900006,7.80756433100004,7.82544437600009,7.83123213700014,7.84373783300015,7.84611494900011,7.84528812700009,7.84838871200012,7.84962011600004,7.8559349001755,7.84912337654259,7.84771712644419,7.84771712644419,7.86010970509881,7.86322982289801,7.86353743960115,7.86881087791966,7.87065658083651,7.87474349501628,7.87676497942027,7.87940169812987,7.88234603444192,7.89087142487637,7.91163558651311,7.91504134787988,7.91629378962665,7.91598617202419,7.91102035220746,7.91102035220746,7.91225082081871,7.91706283228388,7.91862289073379,7.9195457426419,7.912734219009,7.88017074168636,7.78395247562622,7.75738753390755,7.74932356852787,7.74172102910222,7.73134993485161,7.67299055756814,7.66323469762318,7.65145735327422,7.64721663074289,7.64240461927773,7.54592268188622,7.53801252485812,7.52898176309787,7.51533674269649,7.50634992630802,7.49767072662274,7.479323557736,7.47156720995878,7.46457990483873,7.44458478675847,7.43265363405794,7.4261497280275,7.40562726638524,7.40206769576753,7.38919171892269,7.38547833995341,7.239272279592,7.23276837266224,7.22455059893099,7.21231182952732,7.1635764760735,7.14621807670284,7.14320782278276,7.14057110407316,7.13918682621107,7.13903301785945,7.13903301785945,7.14259258847716,7.14305401353187,7.13793438446424,7.13158428678537,7.08926494951777,7.07536854300008,7.07200199300007,7.02849043700004,6.98280847100006,6.9752637120001,6.96978601100011,6.96585860100012,6.95490319800007,6.95293949400011,6.95562666800015,6.96709883600008,6.96947595200001,6.96337813300005,6.95107914200011,6.91862634300008,6.90529382300008,6.88255619300008,6.86922367300008,6.84307539800008,6.81610030100003,6.79594649200007,6.78468103000012,6.78386804395927,6.78199385600007,6.78271732500008,6.78809167500012,6.80080407700009,6.81620365400008,6.84335555219463,6.8519969279518,6.85856437352724,6.86444050904212,6.87066229958727,6.87169926467813,6.87273622976899,6.87346114100012,6.8803857820001,6.90508711700011,6.9263778080001,6.94901208500005,6.96916589300014,6.98280847100006,6.98911299700006,6.99717451900005,7.00771651200012,7.02208256000011],\"lat\":[45.925259909,45.8902232880001,45.8805081180001,45.876115621,45.876529033,45.8804564420001,45.8981297820001,45.910273743,45.9134260050001,45.9078449510001,45.9156997680001,45.9458788050001,45.954870504,45.956730855,45.9667044070001,45.978073223,45.9841193650001,45.966342672,45.960038147,45.9503229780001,45.931202698,45.9286705530001,45.9257249970001,45.92712026,45.9296007280001,45.9303758750001,45.918128561,45.9184902960001,45.914666239,45.914459534,45.9192137660001,45.9225727330001,45.9277920530001,45.9380756630001,45.9397120620001,45.9193191499588,45.9178140229988,45.9150234950382,45.9077395593332,45.8513137757101,45.8224746634749,45.8059951706406,45.7853189006467,45.7803530799306,45.7632034213008,45.7586331080315,45.7551394559212,45.7529202177938,45.7483169461701,45.7405386252573,45.7382424825045,45.7296621596809,45.7161709485304,45.6840579101444,45.6705447258584,45.6618435539368,45.6560207998201,45.6528237782947,45.6490444808181,45.6358718733882,45.6026931608607,45.5813577111894,45.5675039509466,45.5641421340522,45.5626479932103,45.5617141560834,45.5636257766083,45.5655923295224,45.5716348104981,45.5732937458097,45.5746340783001,45.5898061978977,45.588795455246,45.586773970842,45.5811929158204,45.5786111286007,45.5770400840326,45.5779409628051,45.5767324664301,45.5742165977178,45.5609890578987,45.5508596627432,45.5462124457478,45.537785932175,45.5357754338891,45.5262612730393,45.5243496525144,45.4898855398857,45.4855459395934,45.4842056080024,45.4838100996564,45.4885452073954,45.4922146409929,45.4934011651316,45.4952029226767,45.497641887663,45.4993447683464,45.5002236748826,45.5088479430781,45.5123086359348,45.511748333119,45.5099355894559,45.4770644945308,45.4662858560001,45.4700422170001,45.4931415810001,45.51112498,45.5256460580001,45.566987203,45.5744286090001,45.5862108360001,45.5942723600001,45.602592265,45.6201622520001,45.625846659,45.6407294720001,45.6467756150001,45.6525633750001,45.6596947230001,45.6755077110001,45.6790217080001,45.682742412,45.6968500770001,45.7181407680001,45.7595852660001,45.7649947511348,45.777465312,45.7952936810001,45.811726787,45.8264545700001,45.8329141240001,45.8386428599607,45.8362232747487,45.8334580345064,45.826890588931,45.8282732090521,45.8327667244459,45.8396798250516,45.8447997040001,45.845523173,45.8453681440001,45.8497606410001,45.8578221640001,45.86975942,45.885779114,45.899266663,45.911307272,45.9205056770001,45.925259909]}]],[[{\"lng\":[7.84962011600004,7.87020129273135,7.87291743142203,7.88378198618477,7.89820479400007,7.96910485800004,7.97871667400003,7.98584802200008,7.99835371900008,7.99907718900008,8.00879235800011,8.0106527100001,8.01592370600014,8.01602705900007,8.01819746900014,8.02532881700009,8.03535404400012,8.05602461700005,8.06687666800008,8.11059493000008,8.13229903200008,8.12950850400011,8.09994958500008,8.07659183700011,8.07307784000008,8.07731530700002,8.08734053500004,8.10687422700005,8.12847497500013,8.17188317800012,8.19255375200004,8.24174971500011,8.2700684000001,8.28154056800011,8.29146244300011,8.29745690900003,8.29704349700012,8.29042891400013,8.28660485900008,8.29497644100007,8.31626713000014,8.34344893400004,8.38590692500011,8.39915612800007,8.42788822400007,8.44163415500012,8.44576827000012,8.44628503400008,8.44287438900005,8.42664799000005,8.4232373450001,8.42716475400007,8.43812015800006,8.45651696800005,8.48266524200005,8.51026045700007,8.53868249500007,8.60183109500014,8.61154626400008,8.63087325000012,8.67748539200008,8.69505537900008,8.70218672700011,8.71768965600012,8.72389082800009,8.72897371716329,8.734225949468,8.73407214111643,8.73284167250517,8.72818346849226,8.72462389877387,8.7207347383175,8.59313951817421,8.59052477260019,8.58850328819619,8.58865709654776,8.59114000690579,8.59795153053869,8.60265367902406,8.60203844471846,8.60028063164583,8.59841295649272,8.55435777838875,8.54086656723825,8.50610582402453,8.49999742544082,8.49573472977397,8.4848362919613,8.47174058825755,8.46077623193753,8.45156968869014,8.42906968801566,8.41575425745299,8.41017320333066,8.39751695244541,8.39072740104871,8.38072984200858,8.37914781132241,8.38220201061426,8.37879624834818,8.37277574050802,8.36337144353729,8.34990220462305,8.31687730134638,8.32876450867514,8.32230454711714,8.29962876495551,8.27038315825615,8.22949204332315,8.21035385954298,8.20907944555995,8.18723862366352,8.09060287792045,8.08273666716343,8.0620823694058,8.05302963451004,8.04048324750386,7.97489486600523,7.95703109620808,7.8999681051439,7.87694076090736,7.8559349001755,7.84962011600004],\"lat\":[45.9397120620001,45.9403696307702,45.959382601605,45.973868674622,45.9819489540001,45.993111064,45.9951781210001,45.999312236,46.0106293750001,46.0127997840001,46.0276825970001,46.0296979780001,46.0581716920001,46.0693854780001,46.0808576460001,46.0911412560001,46.096515605,46.098065898,46.100598043,46.1269530230001,46.1593541470001,46.1960444130001,46.235628561,46.2497362260001,46.2536119590001,46.2620352180001,46.271802063,46.2855479950001,46.2924726360001,46.299190573,46.3091641240001,46.35412262,46.3640444950001,46.370116475,46.378358866,46.3875055960001,46.397634176,46.4011223350001,46.405359803,46.4180463660001,46.433652649,46.4438845830001,46.4502060180001,46.4521786500001,46.448690491,46.4349445600001,46.412361959,46.382182923,46.3533733120001,46.301567688,46.2758328250001,46.251441549,46.2353701780001,46.2248281870001,46.2175418090001,46.2078783170001,46.1876211550001,46.1228189090001,46.1193565880001,46.1147057090001,46.095792135,46.095172018,46.0979625450001,46.107522685,46.109538066,46.1082357328928,46.0466506978714,46.0409597789706,46.0341372692196,46.0219973766776,46.016130677189,46.0120217898737,45.9175064053963,45.9146609468452,45.9102774011811,45.9027078210091,45.8871731523191,45.8684194898676,45.8388003479577,45.8325491271405,45.8290335018946,45.8259902887208,45.8444253483511,45.8445242252128,45.8371633848823,45.8339443902214,45.8453591863773,45.8563674871698,45.8649258368579,45.8689358473115,45.8650906322269,45.8442605529821,45.8381411682803,45.8391738831681,45.8456448308443,45.8468533263199,45.8421511778346,45.8325491271405,45.8125100636885,45.7993704146129,45.7876040572814,45.7782656779187,45.7724099645482,45.7693228060027,45.8279788138711,45.8539504953191,45.8690896556631,45.9049270591365,45.9178689544887,45.9275588959263,45.9450051860405,45.9476638769863,45.9234170502567,45.9243179290292,45.933436581533,45.9337991306253,45.9314700295182,45.9036196858997,45.9024111904241,45.924823300355,45.926493222684,45.9193191499588,45.9397120620001]}]],[[{\"lng\":[8.72897371716329,8.73215905700005,8.73949711100005,8.7471452230001,8.76316491700007,8.79386071700011,8.8089502360001,8.83437504100002,8.8195955810001,8.79096683800012,8.77339685000007,8.76957279400011,8.76791914900008,8.78507572400011,8.80037194800008,8.85773278800008,8.86445072400008,8.87096195400005,8.88078047600004,8.89814375800006,8.90651534000011,8.91209639400003,8.9137500410001,8.90971927900009,8.90372481200006,8.90000410900007,8.90888471931743,8.90484363192803,8.90003162046293,8.90036121030158,8.90460193283292,8.94784412200863,8.95092029353668,8.94762439514972,8.93958240290556,8.92907947253963,8.9183568162141,8.906799198724,8.91187488241985,8.92358630826152,8.93195789034434,8.94015369183938,8.95711658286399,8.96421375096384,8.9719261542686,8.97794666210876,8.98220935777562,8.98467029499812,8.99398670212457,9.02391346073762,9.05865560327345,9.05572986853861,9.05478504349497,9.05300525908541,9.06366199780297,9.05887195767468,9.04048084431548,9.00626941690007,8.98838367396735,8.97601306844831,8.97331043123143,8.97306873213626,8.92688220664849,8.91798328100361,8.8924071079017,8.88509021294294,8.8735106232167,8.83703601230212,8.82945544511267,8.81282214392678,8.7951121824812,8.78421374466859,8.77856677203886,8.7467943096097,8.73644518759534,8.71596667132479,8.7051780973913,8.70425524548318,8.70581530393309,8.69619128010351,8.6988279988131,8.69744372185028,8.69526842819539,8.66843981424603,8.66457262692518,8.66503405287921,8.66890124020006,8.67371325166522,8.67837145567813,8.68239245135055,8.6817772170449,8.67821764642724,8.67681139632884,8.6765037796257,8.67696520557973,8.67494372117579,8.67076891625248,8.66068346646881,8.6552122744269,8.64886217674803,8.64637926639,8.64607164968686,8.64932360270211,8.65055407131331,8.65103746950359,8.64886217674803,8.6457640320844,8.63785387595561,8.61739733192132,8.60902574983845,8.59825914724183,8.57608873640606,8.56850817011593,8.56541002545231,8.56710192001759,8.56958483037562,8.57222154908521,8.59313951817421,8.5959300461347,8.59841295649272,8.60028063164583,8.60203844471846,8.60265367902406,8.59795153053869,8.59114000690579,8.58865709654776,8.58850328819619,8.59052477260019,8.59313951817421,8.7207347383175,8.72462389877387,8.72818346849226,8.73284167250517,8.73407214111643,8.734225949468,8.72897371716329],\"lat\":[46.1082357328928,46.1074193320001,46.098065898,46.094448548,46.092898255,46.0934150190001,46.0897459930001,46.066388245,46.0429271450001,46.0186908980001,45.9905789190001,45.98577301,45.983085836,45.9823106900001,45.97853831,45.957092591,45.953423564,45.9470673630001,45.9310993450001,45.909550273,45.8964761350001,45.8834019980001,45.866090393,45.85368805,45.8418024700001,45.8264028930001,45.828292631306,45.8180142140847,45.7918557659308,45.7847476117129,45.7787380899908,45.7349026387458,45.7259377945935,45.7149624521554,45.7050308116226,45.6968350101276,45.6910891606362,45.6821792479739,45.6738845705165,45.6642056142977,45.6511648429831,45.6569766100824,45.6607119621873,45.664864793975,45.6721047852076,45.6749832030124,45.672071825954,45.6619753900522,45.6480337390658,45.6528567375483,45.6613718936979,45.6464517074803,45.6352676252007,45.6232156225029,45.5934756314952,45.5861038050465,45.580929244489,45.5771938923842,45.5794021443934,45.5876089320066,45.5961453094584,45.6155911108411,45.6159097145617,45.6105154271452,45.6029568330914,45.5988149874217,45.5805557092785,45.5684048297191,45.5794680629007,45.5940029750572,45.6022537080422,45.5944534148932,45.5882790978021,45.5641531201703,45.5624172802333,45.563955366447,45.5567812937217,45.5617141560834,45.5715359336364,45.5802151333217,45.5984084929576,45.6030337377168,45.6068789519021,45.6292581034787,45.6357180650367,45.6393874986341,45.6396951153373,45.6395413069857,45.6400576644297,45.6443972638227,45.648681932625,45.6547353997189,45.6601626454897,45.6657437005114,45.6728738278649,45.6763894531107,45.6774661133704,45.6762795901309,45.6770815920418,45.6808828617546,45.6846511722138,45.6887380863935,45.6968240240095,45.7025808605183,45.7122268565842,45.7171597180465,45.7206753432924,45.7238723648177,45.7276956076661,45.7344741720454,45.7461965849045,45.7760134805377,45.7895046916881,45.798623344192,45.8017544481093,45.804797661283,45.8072805716411,45.8202004938577,45.8228921440572,45.8259902887208,45.8290335018946,45.8325491271405,45.8388003479577,45.8684194898676,45.8871731523191,45.9027078210091,45.9102774011811,45.9146609468452,45.9175064053963,46.0120217898737,46.016130677189,46.0219973766776,46.0341372692196,46.0409597789706,46.0466506978714,46.1082357328928]}]],[[{\"lng\":[8.90888471931743,8.93958825700011,8.97235111500001,9.00242679800007,9.03436283400015,9.05927087400002,9.06309493000015,9.05172611500006,9.04232100400012,9.0205135490001,9.01079838000007,9.00170332900009,8.99343509900012,8.98268640100011,8.98051599100012,8.97979252100012,8.98051599100012,8.98268640100011,9.01555261200014,8.99777591900011,9.0021167400001,9.02774825000006,9.04965905700001,9.05916752100009,9.06712569200008,9.07032963100005,9.06815922000004,9.0720866290001,9.09058679200012,9.16324385600007,9.16378802499736,9.1710986730001,9.17574955200007,9.18133060700009,9.19218265800012,9.2041715900001,9.21574711100004,9.22483143702118,9.25198964170858,9.32876210548676,9.37358632534864,9.42137685465809,9.4408446291763,9.43075917939262,9.42459340226367,9.40259023295289,9.37923329887764,9.36842275090919,9.34001210537434,9.31918202702889,9.30395497504207,9.29509999476892,9.2849266542417,9.27523671280403,9.27198475888952,9.28174061883448,9.28457509216673,9.27778554077008,9.26994130224926,9.26332753233976,9.26016347006805,9.26044911453499,9.26172352851802,9.26350331382685,9.26526112600015,9.2849486264779,9.29655019023909,9.30314198701308,9.31215077653707,9.3175999954434,9.32331288658042,9.32777333597068,9.3298827102189,9.32852040549233,9.27051259118315,9.24539784403527,9.24719960158035,9.23504872292023,9.20215565485955,9.19519032287508,9.19235584954282,9.18514881846318,9.17403065379165,9.14786121951965,9.12940418765311,9.11070545579213,9.09837879564486,9.09049061175233,9.07242908733252,9.06570545444316,9.06179432175054,9.05865560327345,9.02391346073762,8.99398670212457,8.98467029499812,8.98220935777562,8.97794666210876,8.9719261542686,8.96421375096384,8.95711658286399,8.94015369183938,8.93195789034434,8.92358630826152,8.91187488241985,8.906799198724,8.9183568162141,8.92907947253963,8.93958240290556,8.94762439514972,8.95092029353668,8.94784412200863,8.90460193283292,8.90036121030158,8.90003162046293,8.90484363192803,8.90888471931743],\"lat\":[45.828292631306,45.834826152,45.824645895,45.820718486,45.8481069950001,45.8819550580001,45.898956604,45.9155447390001,45.9197305300001,45.92277944,45.9266551720001,45.9360602830001,45.9542503870001,45.961846822,45.964378968,45.966911113,45.9694949340001,45.9719754030001,45.993111064,46.0279409790001,46.0393097950001,46.0531074020001,46.05791331,46.061789043,46.0711424770001,46.0834414670001,46.1059723920001,46.1188915000001,46.138166809,46.172273255,46.1729892674407,46.182608541,46.194132385,46.20405426,46.2096353150001,46.213562724,46.221055807,46.2311880581823,46.2356814668262,46.2350442593851,46.2120388873847,46.2198611536693,46.2145217977427,46.194966132481,46.1600299477239,46.1620510921841,46.1606338559677,46.1599746762902,46.1535476739859,46.1435391288277,46.1329592947357,46.1163589519041,46.0667227196777,46.0475515766439,46.0221621711473,45.9818423451481,45.9669668570348,45.9669119246456,45.9651321393367,45.9613088973877,45.9551126080604,45.9518386819096,45.9499929789928,45.9484548927791,45.9461367777901,45.9007192958588,45.8935562092516,45.8953579667967,45.903971248874,45.9036636312715,45.8957644612609,45.8822732501104,45.8685403389654,45.8599490300237,45.8070168994104,45.7735085970441,45.7426370142867,45.7276296891588,45.7068435552858,45.6935720709943,45.6761477540156,45.6645461911538,45.6635793938739,45.6865188482662,45.6929348635531,45.6954397470467,45.6922756838757,45.6884744141628,45.6875515631541,45.6847500490755,45.6773782226268,45.6613718936979,45.6528567375483,45.6480337390658,45.6619753900522,45.672071825954,45.6749832030124,45.6721047852076,45.664864793975,45.6607119621873,45.6569766100824,45.6511648429831,45.6642056142977,45.6738845705165,45.6821792479739,45.6910891606362,45.6968350101276,45.7050308116226,45.7149624521554,45.7259377945935,45.7349026387458,45.7787380899908,45.7847476117129,45.7918557659308,45.8180142140847,45.828292631306]}]],[[{\"lng\":[9.22483143702118,9.23972497500006,9.2689738360001,9.27517500800008,9.27383142000011,9.26039554800008,9.26029219500015,9.26287601700005,9.26091231300012,9.2475797940001,9.23796797700007,9.24582279400011,9.26318607600012,9.28230635500012,9.33098555500007,9.35082930500005,9.35155277500013,9.37708093300009,9.38462569100002,9.39547774200008,9.40033532700011,9.40384932400013,9.41067061400011,9.42679366000007,9.43464847800001,9.4378524170001,9.44384688300011,9.44239994300011,9.44436364800015,9.45159834800012,9.47371586100013,9.48260420700007,9.50255131000006,9.51526371300011,9.53645105000007,9.55970544400009,9.67432377100005,9.69313399200004,9.70843021700011,9.70884362800012,9.70729333500009,9.70925703900014,9.72010909000008,9.73085778800009,9.75524906400003,9.7680648190001,9.78883874500005,9.85539799000014,9.8990128990001,9.91844323700008,9.93901045700005,9.96402185100007,9.97063643400014,9.97104984600006,9.97756107600011,9.99223718200011,10.0317179770001,10.0418465570001,10.0426733800001,10.0757462970001,10.1179142660001,10.1458195390001,10.1589453530001,10.1461295980001,10.1048918050001,10.0957967530001,10.0917659910001,10.0923861080001,10.0974503980001,10.1049951580001,10.1259757890001,10.1332104900001,10.1407552490001,10.1334171950001,10.1161572670001,10.071405477,10.0420532630001,10.0263436270001,10.0440169680001,10.035335327,10.0304777430001,10.0281006270001,10.0268603920001,10.0312012120001,10.0314079190001,10.0327515060001,10.0413297930001,10.0629305420001,10.0711987710001,10.0834977620001,10.0878385820001,10.0974503980001,10.192121623,10.2178564860001,10.2337728270001,10.2357365310001,10.2302588300001,10.2347030030001,10.2759407950001,10.283795614,10.2890666090001,10.2953711350001,10.3066365970001,10.319452351,10.3542822670001,10.4259058030001,10.4439925540001,10.4518285545441,10.4575853901536,10.4679784575397,10.4724608791662,10.4823925205984,10.4884350006747,10.4938622473449,10.5413451590518,10.5693163517682,10.6167553181035,10.6247094205033,10.6276537559161,10.6301366662741,10.6386620576079,10.6392772919135,10.6378930140514,10.6358715296474,10.632311959929,10.6290380337782,10.6189086386228,10.6116356890358,10.6074389118763,10.5981444778853,10.5866747511388,10.563361761536,10.5582421324684,10.5518920347895,10.5343798270674,10.5278539479013,10.5096166419944,10.4957299233972,10.4711644920476,10.4458959365482,10.3670140976225,10.330715268195,10.317883236722,10.3025023763835,10.2909887042653,10.1784886999935,10.160954520035,10.1538134065635,10.1598558866398,10.1714135041299,10.1780931925468,10.1695238558412,10.1098241469668,10.0971678960815,10.0942894782768,10.098815845275,10.0969481692226,9.92720939329882,9.90224845540189,9.88869132574405,9.87183829769924,9.74960440661806,9.62587637469494,9.6041893620494,9.58727041549724,9.57922842325314,9.53816152683299,9.52686758157364,9.52159414415439,9.51102529528112,9.5039720725531,9.50926748310786,9.49313955324777,9.43504384729573,9.42036611290575,9.41458730416076,9.4141698235785,9.42374990203632,9.42459340226367,9.43075917939262,9.4408446291763,9.42137685465809,9.37358632534864,9.32876210548676,9.25198964170858,9.22483143702118],\"lat\":[46.2311880581823,46.266996155,46.30937083,46.33138499,46.3442524210001,46.3797282920001,46.3940168260001,46.4066258750001,46.416651103,46.423033142,46.43654653,46.4610411580001,46.485122376,46.497369691,46.501503805,46.4978606160001,46.4854841110001,46.46868927,46.466415508,46.46941274,46.4754072070001,46.4825127160001,46.488894756,46.4971113080001,46.4983257040001,46.4920470180001,46.396135559,46.3808910120001,46.3752841190001,46.370374858,46.3618740850001,46.356809794,46.320739645,46.308595683,46.298622132,46.292731018,46.2918008420001,46.2970718390001,46.3117479460001,46.319628601,46.330971579,46.3423920700001,46.350892843,46.3507119750001,46.3405317180001,46.3386196900001,46.3432964080001,46.3669642130001,46.372157695,46.371150004,46.36745514,46.356086325,46.339808249,46.320016175,46.2981053670001,46.2843594360001,46.2600715130001,46.243069967,46.220487366,46.2200222780001,46.231132711,46.2433283490001,46.2624486290001,46.280276998,46.30937083,46.3205329390001,46.3289561980001,46.338102926,46.351642151,46.3613573210001,46.374379782,46.381097717,46.4029051720001,46.4140156050001,46.4188215140001,46.42481598,46.4327224740001,46.446261699,46.4669839480001,46.4710663860001,46.4766732790001,46.4839338180001,46.4931839000001,46.5038292450001,46.525791728,46.5329747520001,46.5418630980001,46.556745911,46.564394023,46.5970018510001,46.6043915820001,46.6080347700001,46.6268191540001,46.626974182,46.617982484,46.606691183,46.586149801,46.5752977500001,46.565530905,46.560724996,46.5556865440001,46.5510873410001,46.5474958290001,46.5460488890001,46.5483226530001,46.53532603,46.5377289840001,46.5467044277671,46.5426394858236,46.5187332350507,46.5127127272106,46.5015066717954,46.4973648261258,46.4944754213036,46.4894656561151,46.4808853332915,46.4600552540467,46.4544522267888,46.447651689274,46.4401370405919,46.4110672153797,46.3990261996993,46.3948404077586,46.390808425968,46.3863150173242,46.3830081319197,46.3753616480216,46.3714834736833,46.3698025652362,46.3673526141318,46.3664187761056,46.3673526141318,46.3667044205725,46.3643533463298,46.3532901131482,46.3426443614481,46.3365359628644,46.3406228770441,46.3546304456385,46.3480935803544,46.2930520745936,46.2875149649436,46.2773965559063,46.2355716029471,46.2212893760039,46.1730154485041,46.1584036317222,46.1347830254163,46.1146450851026,46.0954190096795,46.0764236481328,46.0569888328683,46.0535830706022,46.0571426412199,46.065184633464,46.0823892244831,46.0909256019349,46.0625808740081,46.0493753073246,46.0448379533089,46.0440249652799,46.0624710110283,46.0515286278439,46.0435525532077,46.027160951117,46.0220303350319,46.0117800907785,46.0114285287036,46.0269082650044,46.0383450333965,46.0491555804657,46.0627896138496,46.0706118801342,46.084531557985,46.0929031409672,46.104504703829,46.1368374681746,46.1552505555687,46.1600299477239,46.194966132481,46.2145217977427,46.2198611536693,46.2120388873847,46.2350442593851,46.2356814668262,46.2311880581823]}]],[[{\"lng\":[10.4518285545441,10.4579451900001,10.4659033610001,10.466626831,10.4590820720001,10.4382047930001,10.3956234130001,10.3775366620001,10.3691650800001,10.3739193120001,10.3847713630001,10.3943831790001,10.3965535880001,10.3956234130001,10.3996541750001,10.4166040440001,10.42869633,10.426215861,10.4190845130001,10.4172241620001,10.4390316160001,10.4449227300001,10.4485400800001,10.4538110760001,10.4862638750001,10.5277083740001,10.6294075930001,10.6470809320001,10.6624805090001,10.7389616290001,10.7486767980001,10.743819213,10.7215983480001,10.716947469,10.7229419350001,10.7336906330001,10.7547746180001,10.7663501380001,10.7950822350001,10.804900757,10.8239176840001,10.8341496170001,10.8431413170001,10.8601945390001,10.8704264730001,10.880348348,10.9137313230001,10.9308878990001,10.9657178140001,10.9826676840001,10.9969303790001,11.0108830160001,11.0333105880001,11.0374447020001,11.0485034580001,11.0528442790001,11.0546012770001,11.0534643960001,11.0542912190001,11.0731014410001,11.0836434320001,11.0919116620001,11.1566105550001,11.1744906010001,11.2437370200001,11.3138102620001,11.3494670010001,11.3805762120001,11.4111686610001,11.4451717530001,11.4452751060001,11.4529232170001,11.4618115640001,11.4718367920001,11.4894067790001,11.4959180090001,11.5017057700001,11.5069767660001,11.5153483480001,11.5244434,11.5338485110001,11.5432536210001,11.5433569740001,11.5435636800001,11.543667033,11.5727091880001,11.5964803470001,11.6479500730001,11.648466838,11.6497070720001,11.6572518310001,11.6647965900001,11.6838135170001,11.7161629640001,11.7348698320001,11.746445353,11.7660823970001,11.7771411540001,11.8225130610001,11.8570329190001,11.8995109460001,11.9436426180001,12.0149560960001,12.1162419030001,12.1331463137514,12.1806307370001,12.2041951910001,12.203896989,12.2035750730001,12.1822843830001,12.1217196040001,12.1111776120001,12.117792196,12.1221330150001,12.1282308350001,12.1347420650001,12.141666708,12.1415633550001,12.1268872470001,12.1374292400001,12.1609936930001,12.1721558020001,12.1835246170001,12.1890023190001,12.195100138,12.2087427160001,12.2508073320001,12.2666203200001,12.2758187260001,12.2761287840001,12.2733382570001,12.2696175540001,12.2669303800001,12.2667236730001,12.269100789,12.2747851970001,12.2843970130001,12.3052742920001,12.326048218,12.342688029,12.351473023,12.3703865960001,12.4050098060001,12.4456274820001,12.4696320612706,12.4445507985805,12.4321362467903,12.4268628093711,12.4237646647075,12.4184912272883,12.3992212064935,12.3941015774258,12.3921020661574,12.3933325347687,12.3924096828605,12.3886743316551,12.3824780423278,12.3713159322845,12.3649658346056,12.3598022601661,12.3563745256638,12.3523535290921,12.3476953259785,12.3407299930947,12.3332812629199,12.3224267704791,12.3132861448397,12.3024316523988,12.2530810646394,12.2372168061107,12.2139697350153,12.2080810623911,12.2041919019347,12.201708992476,12.2001709062623,12.1779345769192,12.1743750063015,12.1697387763235,12.1472387747497,12.1385595759637,12.099140628737,12.094636233975,12.0896704132589,12.0842651397244,12.0815625034068,12.0803320338962,12.0789917023052,12.0771240262528,12.0711914091562,12.0638964864337,12.0547558616936,12.0415722672463,12.0384741225827,12.0362988298271,12.0338159194691,12.0322778332554,12.0302563488514,12.027927246845,12.0251367197838,12.0220385751201,12.0058666998883,11.8519262639859,11.8322387635081,11.8243725518518,11.8117602463383,11.8016967696902,11.7914575115549,11.7784057532229,11.7158276256444,11.6840991094863,11.6599291864828,11.6411865101493,11.5953076013647,11.5872656091205,11.5773998861958,11.5541967604721,11.5378491037531,11.4901464651872,11.4765673632932,11.4693823035504,11.4637353309208,11.4548583775121,11.4437621859761,11.4196581805805,11.408474098301,11.3981689225577,11.3943896250811,11.3924340591845,11.387556129212,11.3707250734034,11.3560473390135,11.3422924556323,11.3281860092769,11.3182104233723,11.2871191137561,11.242009248528,11.217246063455,11.1910107115751,11.1752123706544,11.1614574872732,11.1537670580033,11.156184049854,11.2017553410361,11.2011620789668,11.2144555363939,11.2096874703005,11.2020629577393,11.1927245783766,11.1591503584023,11.1453954750211,11.1318163731271,11.1175780915557,11.08589351987,11.0552856084441,11.0569335576375,11.0643383433398,11.0510668581489,11.0379711544452,11.0114281849628,10.9973876571146,10.8399315959664,10.7975463410908,10.7762108905202,10.7627196793697,10.7452294438837,10.6574926246849,10.6247094205033,10.6167553181035,10.5693163517682,10.5413451590518,10.4938622473449,10.4884350006747,10.4823925205984,10.4724608791662,10.4679784575397,10.4575853901536,10.4518285545441],\"lat\":[46.5467044277671,46.553697001,46.5784758510001,46.6042882290001,46.623563538,46.635655823,46.6388080850001,46.653277486,46.6723977660001,46.6819062300001,46.6890117390001,46.700819804,46.7150049840001,46.7263996390001,46.7355463670001,46.7430136110001,46.7556484990001,46.769420268,46.7839671830001,46.798849997,46.816885071,46.8232412720001,46.832232971,46.8644273890001,46.8463664750001,46.8432142130001,46.862412008,46.863755596,46.860965068,46.829545797,46.819443055,46.8125184130001,46.8001419070001,46.7952068080001,46.7864476520001,46.7861892710001,46.790762634,46.788101299,46.7768875130001,46.7766291300001,46.780349833,46.7802464800001,46.777042542,46.7669914760001,46.7640717570001,46.764588522,46.772339986,46.7739936330001,46.7716423540001,46.7677407840001,46.7691102100001,46.7792129520001,46.8055679320001,46.808255107,46.81169159,46.8149213670001,46.8199339800001,46.8303209430001,46.834144999,46.864969992,46.9001358040001,46.9124347950001,46.9565147910001,46.9638528450001,46.9792524220001,46.987262268,46.9819395960001,46.9715526330001,46.9704932660001,46.9929983520001,46.993101705,47.000879009,47.0055040490001,47.007080181,47.0042121380001,47.001602478,46.997855937,46.9929983520001,46.989484355,46.988347473,46.9895360320001,46.9929983520001,46.9929983520001,46.993101705,46.993101705,46.998915304,47.0004397580001,46.9932567350001,46.9932567350001,46.9929983520001,46.9925332640001,46.9932567350001,46.991913147,46.975480042,46.970622457,46.972456971,46.9834382130001,46.988295797,46.9932567350001,47.0120152790001,47.027724915,47.0381635550001,47.040488994,47.0765591430001,47.0788316060937,47.0852149450001,47.0796855670001,47.067011988,47.0533305880001,47.033616028,47.010516663,46.9929983520001,46.9830764770001,46.9716559860001,46.9485824590001,46.9374461880001,46.9279894,46.9188426720001,46.90886912,46.905923564,46.9030296840001,46.8991797890001,46.891221619,46.884942932,46.8800853480001,46.8766230270001,46.8756153370001,46.8681480920001,46.8462889610001,46.8339899700001,46.82675527,46.819830628,46.808255107,46.7953359990001,46.788566387,46.7846389770001,46.779988099,46.77445872,46.7724950160001,46.7651311240001,46.7432461550001,46.71115509,46.690122783,46.6787022920001,46.6757988807137,46.6654226936024,46.6576224004534,46.6519314824519,46.6494485720939,46.6468118533843,46.6397366575207,46.6361221554131,46.6323977903257,46.6253225944621,46.6218069692162,46.6194339227373,46.6181375356188,46.6191153190167,46.62087313119,46.6232022331965,46.6254764028137,46.6273660520017,46.6286734252383,46.6281570677944,46.6260476926469,46.620510582997,46.6172586290824,46.6146219103728,46.6108535999137,46.6058877791976,46.5960660016447,46.5949344098951,46.5984170758873,46.6061514514283,46.6094034044435,46.6348037960583,46.6369681026957,46.6383963259296,46.6410769900111,46.6442849976545,46.6678287002343,46.668290125289,46.6668179575827,46.6600174200678,46.654875818764,46.6498660526761,46.6363528683901,46.6281570677944,46.6131277695309,46.5996914898703,46.5867715676537,46.5752139501636,46.5713138035891,46.5671280125477,46.5546805024032,46.5507803558287,46.5474954435599,46.5444961757579,46.5417825524228,46.5394095050446,46.5354544269802,46.5141629226807,46.5040335275252,46.5226883131151,46.5303128256763,46.525676594799,46.5164151200617,46.5101089668553,46.5138003735884,46.5076809888865,46.4938052555081,46.4727224910501,46.3862051534451,46.3760427999352,46.3680886984346,46.3570144791349,46.3536746353761,46.3610904071965,46.359629224709,46.3529495371914,46.3437649670796,46.3348440682991,46.3305484133786,46.3280764891387,46.324461987031,46.3150686761784,46.3041702383658,46.2925906486395,46.2811319080111,46.2690359599416,46.2754849344821,46.2878555409005,46.2935025135301,46.2884707752061,46.2590933323913,46.2311770720642,46.2238931363592,46.227079170867,46.235857247414,46.2495462131872,46.2662344458629,46.284021311934,46.339238599182,46.3470279062129,46.4693167296833,46.4920254701993,46.5039895821535,46.505637531347,46.4896853820747,46.4871804994804,46.4885647773426,46.49379426939,46.5235562335333,46.5156131181508,46.487499103201,46.4580117974065,46.4459817678443,46.4512442191454,46.472414874347,46.4791824526081,46.4307217575031,46.4469375781067,46.4754031551315,46.4843020816757,46.4849392882176,46.4494973921909,46.4544522267888,46.4600552540467,46.4808853332915,46.4894656561151,46.4944754213036,46.4973648261258,46.5015066717954,46.5127127272106,46.5187332350507,46.5426394858236,46.5467044277671]}]],[[{\"lng\":[7.50228925900007,7.48272627800006,7.47786869300006,7.4934749760001,7.53677982600007,7.55693363400013,7.60861006600007,7.63093428500014,7.63868575000015,7.6469539790001,7.65336185700005,7.66431726100009,7.67878666200005,7.68994877100008,7.69191247500009,7.68793196418881,7.70933333236741,7.73800765013294,7.73816145848451,7.73770003253048,7.7339866535612,7.73134993485161,7.72963606715075,7.72902083284515,7.72963606715075,7.73086653666132,7.73258040346286,7.74002913453694,7.74297347084899,7.74963118523101,7.75336653733581,7.75754134225912,7.76472640110251,7.77402083509344,7.79030257420442,7.80410140205805,7.80735335597257,7.83437972364533,7.89955062456164,7.91846908238222,7.98755111689053,7.99469223036215,8.00027328448448,8.00211898830065,8.03305648956535,8.03857162607966,7.99216537463229,7.99981185942977,8.03079330606619,8.0931297336503,8.10941147276122,8.13022581276635,8.11524498800009,8.08920332100007,8.08155358200008,8.07545006600009,8.07300866000008,8.06771894600007,8.05567467500009,8.03142337300005,7.95972741000008,7.78581790500004,7.73658287900008,7.69499759200005,7.57203209700009,7.54411868600005,7.53109785200007,7.52320397200009,7.51286868600005,7.50228925900007],\"lat\":[43.792222398,43.8402192190001,43.8655148320001,43.8862370810001,43.9207827760001,43.9440888470001,43.9756114710001,43.993543193,44.005067037,44.027494609,44.0396902470001,44.0485785930001,44.056588441,44.0673371380001,44.0846487430001,44.0907985721963,44.0915236694817,44.09937889502,44.1012905155449,44.1034108777098,44.1052675667448,44.1078493539645,44.1112661023487,44.1148256729664,44.1183412982123,44.1217031142073,44.1245925190295,44.1336672261615,44.1361391504014,44.140566640538,44.1423683980831,44.1438185935532,44.1439174704149,44.142522207334,44.1373586328946,44.1312612204289,44.1289870499124,44.1254164931766,44.1233510634008,44.1191982316131,44.1129140515422,44.1140566294099,44.1161220591857,44.118440175074,44.0848329958461,44.0671669797723,44.0213320163595,44.0002822111551,43.9873513028203,43.9789138022302,43.9666310865554,43.9403431039096,43.927679755,43.919867255,43.915228583,43.9096540390001,43.9046084660001,43.896673895,43.8920759140001,43.8875186220001,43.8528506530001,43.821966864,43.7982445330001,43.791205145,43.7913272160001,43.7844912780001,43.7844912780001,43.78904857,43.7921410180001,43.792222398]}]],[[{\"lng\":[7.68793196418881,7.67620284000014,7.65408532700013,7.64188968900001,7.65563562000006,7.62473311400007,7.58359867400009,7.55476322400006,7.38082035300008,7.34061608900015,7.33100427200014,7.32159916100008,7.31622481300013,7.30930017100013,7.29617435700007,7.27012943500011,7.25131921400009,7.14496911600008,7.10486820500009,7.04606042500012,7.03345137500008,7.02001550300014,7.00802657000008,6.99614099100006,6.98280847100006,6.97340336100009,6.96885583500006,6.96554854300004,6.95924401900004,6.95004561300004,6.93020186400014,6.92121016400009,6.91562911000008,6.90384688300009,6.89599206500014,6.8784348829736,6.87397790500006,6.86984379100005,6.86612308800005,6.86632979300009,6.86881026200007,6.87718184400003,6.88420983900005,6.91779951900008,6.89165124500008,6.86126550300011,6.83883793100011,6.83573734500007,6.84638269000007,6.89733565200001,6.93164880400013,6.94560144100012,6.93433597800015,6.93829975971693,6.94146732600009,6.95986413500009,6.98280847100006,7.00120528200003,7.03727543200003,7.0551554760001,7.04936771700011,7.03881884212556,7.0765427810245,7.15447979580591,7.3258225755514,7.3344358576287,7.34017072100198,7.3441038259308,7.3473338067098,7.34808087713077,7.3479490410154,7.34876202994371,7.3523215996621,7.3578806824475,7.36414288938283,7.37598615133982,7.477302073332,7.49512189865669,7.55728254565292,7.57965071021209,7.58608869863451,7.5946800075763,7.5990305939867,7.60538069166557,7.61997053621127,7.63141829072151,7.64262434523732,7.65121565417911,7.65488508777656,7.69597395733223,7.71407942622454,7.75343245494383,7.76121077585663,7.778613120599,7.78799544443422,7.79977278878317,7.87353499864128,7.90853744184943,7.94336410267118,7.96094222890071,7.97403793260452,7.98421127223241,7.99297836266129,8.00548080429564,8.02395980929776,8.06050033782032,8.09077865940759,8.10071030083969,8.11870590675215,8.12916489174637,8.13087875854785,8.12239731258592,8.09229477248573,8.10189682407918,8.12791244999954,8.13465805602448,8.13736069234204,8.14177719636052,8.15298325177565,8.17803208041619,8.19114975725546,8.22103257049673,8.2502562049599,8.26585679125787,8.26550522828364,8.23175522772158,8.22404282441681,8.22079087140156,8.19745590956256,8.19690659286493,8.21501206265657,8.23263413335854,8.24173081362613,8.23410630196423,8.24315903596073,8.24975083363404,8.23612778636823,8.22092270751693,8.21828598880734,8.21147446517443,8.20692612504064,8.19886215966091,8.19561020664571,8.19435776489894,8.19514878069168,8.19699448360853,8.19963120231813,8.20582749164544,8.20877182795749,8.21101303922035,8.21147446517443,8.20945298077044,8.20582749164544,8.19855454205845,8.19514878069168,8.19172104618934,8.18816147557163,8.17313217820742,8.16908920939949,8.16412338868344,8.15902573275133,8.14779770420068,8.1440843252314,8.14144760652181,8.13896469616378,8.13540512644539,8.11648666862482,8.10982895334348,8.10284164822349,8.09675522187598,8.08992172600682,8.07891342431509,8.0716404747281,8.06915756526939,8.06915756526939,8.07179428397899,8.0753538545967,8.07768295570384,8.07814438165786,8.07115707653782,8.06992660792662,8.07023422552908,8.07148666637653,8.07225570993307,8.07225570993307,8.06946518197253,8.07008041627819,8.07210190068218,8.07581527965141,8.07906723356598,8.08124252632155,8.08124252632155,8.07968246787158,8.07752914735227,8.06790512352262,8.05753402927201,8.05116195845761,8.04852523974802,8.04527328673277,8.04026352064494,8.03050766069998,8.01670883284635,8.00662338306267,8.00058090208694,7.99576889062178,7.98647445663084,7.98300277675673,7.98177230724616,7.98331039345987,7.98616683902839,7.99018783560012,7.99809799172891,8.00042709373537,8.00242660500379,8.00321762079653,8.00211898830065,8.00027328448448,7.99469223036215,7.98755111689053,7.91846908238222,7.89955062456164,7.83437972364533,7.80735335597257,7.80410140205805,7.79030257420442,7.77402083509344,7.76472640110251,7.75754134225912,7.75336653733581,7.74963118523101,7.74297347084899,7.74002913453694,7.73258040346286,7.73086653666132,7.72963606715075,7.72902083284515,7.72963606715075,7.73134993485161,7.7339866535612,7.73770003253048,7.73816145848451,7.73800765013294,7.70933333236741,7.68793196418881],\"lat\":[44.0907985721963,44.1089883430001,44.12495636,44.1435598760001,44.1760643520001,44.180095113,44.1607164510001,44.1590628060001,44.1229409800001,44.1236644490001,44.1252664190001,44.131881002,44.1402009080001,44.1474872840001,44.151156311,44.1543085740001,44.1600446570001,44.2072252400001,44.2177672330001,44.2402981570001,44.2429336550001,44.2421068320001,44.2392129520001,44.2378176880001,44.2417450980001,44.249444885,44.258178202,44.2675316360001,44.2773501590001,44.285101624,44.2953852340001,44.3021548460001,44.309699605,44.3300084440001,44.339826966,44.3546228071427,44.358378805,44.362926331,44.3721247360001,44.3771890260001,44.3831834920001,44.4143960570001,44.423026022,44.436306864,44.4519648240001,44.47490916,44.502917786,44.5340269980001,44.547462871,44.5754198210001,44.6179495250001,44.6254426070001,44.64668162,44.6579697810486,44.666990459,44.683165182,44.692156881,44.6922602340001,44.684612122,44.6848705040001,44.697892965,44.7121195935564,44.714503430289,44.7496267225952,44.7854751121866,44.7855520168121,44.7843874658089,44.7807400044476,44.7733901511345,44.7685012350439,44.7643703754924,44.7605910780158,44.7567348768131,44.7547902970346,44.7552736952248,44.758459730632,44.7605910780158,44.7641396625154,44.8048440098432,44.8091506499825,44.8122927400179,44.8215871740089,44.8290359050829,44.8341006026607,44.8361660324364,44.8351443036667,44.8312990885821,44.8241579751104,44.8132375641623,44.8146987466498,44.8121938631562,44.8150832679784,44.8192360997662,44.8364406907853,44.8419778004351,44.8432961597899,44.8273220373821,44.8276296549845,44.8462624683382,44.8551833671187,44.8505910816131,44.8376272140247,44.8214333656573,44.8103701324756,44.8058547515955,44.8075136878064,44.8190493321609,44.8178737950396,44.8116994788479,44.8115127112426,44.8024709624649,44.785837661279,44.7553176405966,44.7478689095225,44.7457485482569,44.7399917117481,44.7324001593399,44.7250832643811,44.7125039181213,44.7415847294517,44.7489455697822,44.7275112432492,44.7242922485884,44.7144924432716,44.7028029896662,44.6825661724909,44.6741286728,44.6578249614528,44.6327541596767,44.6146706621213,44.6124733971296,44.597147468281,44.577273200198,44.5614968324128,44.5486757870579,44.5345913138381,44.5323171433215,44.5180568895138,44.5144423874062,44.5019838902443,44.4909316440801,44.481164798017,44.4745510281074,44.4695302759015,44.4656630885806,44.462400148548,44.4597634298384,44.455061281353,44.4510622579168,44.4457119158722,44.4348903817857,44.4285512702249,44.4224318855231,44.4144448247689,44.4118081060592,44.409665771658,44.40809472709,44.4048317870573,44.403590332328,44.3994045412865,44.3934169918007,44.3774428702922,44.3678847640706,44.3573488753503,44.3531630843088,44.3502077618787,44.3406057102853,44.3354860812177,44.3282460908844,44.3229836395833,44.3189516568934,44.3152822232959,44.3114589813469,44.3077895468501,44.304197017878,44.3016372028946,44.2995498008826,44.294660884792,44.2875307574385,44.263239985337,44.2564724070759,44.2525942327376,44.2489247991401,44.2436513608216,44.2369936464396,44.2257216734164,44.2195473563254,44.2155153736356,44.2134719169953,44.2100112232393,44.2051003340132,44.1956520916707,44.1903237227615,44.1858303141177,44.1743605873712,44.1637148347718,44.1598915928227,44.1588039455456,44.1580239167703,44.1578701075194,44.1594191798512,44.1632424226996,44.1645388098182,44.1632204495641,44.1603530178775,44.1523989163769,44.1469167382169,44.1418520406392,44.1386000876239,44.1359633689143,44.134260488231,44.131722646383,44.1300197648003,44.1271303608774,44.1216481827174,44.118440175074,44.1161220591857,44.1140566294099,44.1129140515422,44.1191982316131,44.1233510634008,44.1254164931766,44.1289870499124,44.1312612204289,44.1373586328946,44.142522207334,44.1439174704149,44.1438185935532,44.1423683980831,44.140566640538,44.1361391504014,44.1336672261615,44.1245925190295,44.1217031142073,44.1183412982123,44.1148256729664,44.1112661023487,44.1078493539645,44.1052675667448,44.1034108777098,44.1012905155449,44.09937889502,44.0915236694817,44.0907985721963]}]],[[{\"lng\":[7.03881884212556,7.01898197400007,7.01515791800011,7.00978356900015,6.99841475400007,6.99913822400006,7.00409916200002,7.00595951400004,7.00585616000009,7.00678633600006,7.00709639500013,7.00492598500006,7.00079187000011,6.98280847100006,6.93268233200013,6.9153190510001,6.86601973500009,6.84710616100006,6.77816980000003,6.74540694100003,6.7279403070001,6.72990401200011,6.72349613400007,6.69724450700005,6.66220788500004,6.65166589400008,6.63967696100011,6.63698978700009,6.63812666900009,6.63657637500006,6.62029829900013,6.60272831200007,6.61461389200011,6.62938518500005,6.63270064300011,6.66737552900014,6.67626387500013,6.69435062600007,6.70220544500009,6.71088708500014,6.72887048300004,6.73641524200008,6.77145186300001,6.80814213100007,6.84410892700015,6.87666507900011,6.87862878400003,6.87284102300015,6.8681901440001,6.87346114100012,6.88131595800007,6.9046737060001,6.91376875800009,6.92844486500007,6.94580814600008,6.95872725400008,6.99448734500001,7.02973067200008,7.03768884300004,7.05019453900013,7.05546553600007,7.06218347100011,7.08120039900007,7.10838220200014,7.10838220200014,7.09763350400004,7.09256921300008,7.09773685700006,7.13008630400014,7.15075687700008,7.1596452230001,7.16067875200008,7.15292728600005,7.11013920100004,7.09680668100012,7.08874515800011,7.08182051500003,7.07536854300008,7.08926494951777,7.13158428678537,7.13793438446424,7.14305401353187,7.14259258847716,7.13903301785945,7.13903301785945,7.13918682621107,7.14057110407316,7.14320782278276,7.14621807670284,7.1635764760735,7.21231182952732,7.22455059893099,7.23276837266224,7.239272279592,7.38547833995341,7.38919171892269,7.40206769576753,7.40562726638524,7.4261497280275,7.43265363405794,7.44458478675847,7.46457990483873,7.47156720995878,7.479323557736,7.49767072662274,7.50634992630802,7.51533674269649,7.52898176309787,7.53801252485812,7.54592268188622,7.64240461927773,7.64721663074289,7.65145735327422,7.66323469762318,7.67299055756814,7.73134993485161,7.74172102910222,7.74932356852787,7.75738753390755,7.78395247562622,7.88017074168636,7.89574935484882,7.89392562416822,7.88221419832655,7.9852879324921,8.01418197711655,8.0274974067799,8.0337596146145,8.03162826633144,8.02637680114844,8.02314682126877,8.02703598082581,8.01009506293678,8.01097396857375,8.02448715285982,8.0105345157553,7.97271957324972,7.95571273595397,7.98359603792682,7.9884080502913,7.99115463198069,7.99001205411298,7.98834213178395,8.0185545357632,8.03628646944497,8.04417465333756,8.05052475191576,8.05959945904777,8.09080063254316,8.1051048317226,8.1392942860025,8.15190659151597,8.14263412976129,8.13793198127593,8.129033055631,8.11174057476768,8.10279770285172,8.09660141352441,8.08040756515697,8.07513412773778,8.06287338519854,8.05250229094798,8.0463719192287,8.04681137294648,8.02885971150647,8.01567611795849,7.98897933922512,7.91807357493553,7.90190169880435,7.89353011672148,7.8918382221562,7.89465072235294,7.89974837918436,7.91247054677831,7.92721419967557,7.93894759865276,7.94268295075756,7.94121078305119,7.93327865378683,7.93180648518114,7.93374007884154,7.92949935631026,7.90214339879878,7.8973313864343,7.88770736260471,7.88671859308857,7.89073958966031,7.89735335956988,7.91381087926862,7.93384994272066,7.94336410267118,7.90853744184943,7.87353499864128,7.79977278878317,7.78799544443422,7.778613120599,7.76121077585663,7.75343245494383,7.71407942622454,7.69597395733223,7.65488508777656,7.65121565417911,7.64262434523732,7.63141829072151,7.61997053621127,7.60538069166557,7.5990305939867,7.5946800075763,7.58608869863451,7.57965071021209,7.55728254565292,7.49512189865669,7.477302073332,7.37598615133982,7.36414288938283,7.3578806824475,7.3523215996621,7.34876202994371,7.3479490410154,7.34808087713077,7.3473338067098,7.3441038259308,7.34017072100198,7.3344358576287,7.3258225755514,7.15447979580591,7.0765427810245,7.03881884212556],\"lat\":[44.7121195935564,44.738872376,44.747398987,44.7721003220001,44.7937527470001,44.7950446580001,44.8108059690001,44.8115294400001,44.8163353480001,44.8190225220001,44.822071432,44.827962545,44.8329751590001,44.846979472,44.8616555790001,44.8626891080001,44.8556611130001,44.8590717580001,44.8876488250001,44.907802633,44.928731588,44.984697164,45.013377584,45.02691681,45.029242249,45.0356501260001,45.0503779100001,45.059421285,45.0674311320001,45.0744591270001,45.0844326790001,45.1034496060001,45.1147667450001,45.123545113,45.1255154420001,45.139623109,45.14075999,45.140294902,45.1412250780001,45.1447390750001,45.1546092730001,45.157348125,45.1531623340001,45.1391063440001,45.130114645,45.1412250780001,45.14742625,45.1520254520001,45.1574514770001,45.1659264120001,45.1684068810001,45.168613587,45.1701638800001,45.1795689900001,45.201066386,45.2097997030001,45.221323548,45.2281965130001,45.225767721,45.2150190230001,45.213675436,45.2185330210001,45.243079325,45.259202373,45.2749120080001,45.294962464,45.3239529420001,45.3298440560001,45.3570775350001,45.38322581,45.398470358,45.410924378,45.4151101690001,45.428287659,45.4354190070001,45.446632793,45.459086813,45.4662858560001,45.4770644945308,45.5099355894559,45.511748333119,45.5123086359348,45.5088479430781,45.5002236748826,45.4993447683464,45.497641887663,45.4952029226767,45.4934011651316,45.4922146409929,45.4885452073954,45.4838100996564,45.4842056080024,45.4855459395934,45.4898855398857,45.5243496525144,45.5262612730393,45.5357754338891,45.537785932175,45.5462124457478,45.5508596627432,45.5609890578987,45.5742165977178,45.5767324664301,45.5779409628051,45.5770400840326,45.5786111286007,45.5811929158204,45.586773970842,45.588795455246,45.5898061978977,45.5746340783001,45.5732937458097,45.5716348104981,45.5655923295224,45.5636257766083,45.5617141560834,45.5626479932103,45.5641421340522,45.5675039509466,45.5813577111894,45.6026931608607,45.5681741167421,45.5529690378908,45.5341055124594,45.4674184975656,45.4568276773554,45.4491042879325,45.4385574130941,45.4290322661262,45.4225063869602,45.4151345605115,45.4030715716956,45.4026321179778,45.3841750861113,45.3522488153305,45.3403835811374,45.3424490109131,45.3281118515807,45.3134341171908,45.3076003760565,45.2864407078724,45.2649624350683,45.2634133627365,45.2282900704304,45.2133926091815,45.1914309381872,45.1851907034882,45.1824770810524,45.1869155573071,45.1864870906067,45.1764675593304,45.1685903615559,45.1606033008017,45.135675321259,45.1230300564919,45.127710232741,45.1285891392773,45.1257326937088,45.101661647567,45.0974428972719,45.0987832297622,45.1061111108391,45.1167678495566,45.1281167272052,45.1326540803215,45.1268752715765,45.1256777622189,45.0975857204047,45.0948171655797,45.0902907976821,45.0796889904545,45.0680764414745,45.0605288335388,45.0562331795176,45.0541787358599,45.0495315188645,45.0375014893023,45.0329311769323,45.0221316150819,45.015254173841,44.9968410873463,44.9865139384675,44.9658596407098,44.9559170131596,44.9211452838277,44.9094778024586,44.8998537786289,44.8936135439299,44.8828689144688,44.8533376642018,44.8462624683382,44.8276296549845,44.8273220373821,44.8432961597899,44.8419778004351,44.8364406907853,44.8192360997662,44.8150832679784,44.8121938631562,44.8146987466498,44.8132375641623,44.8241579751104,44.8312990885821,44.8351443036667,44.8361660324364,44.8341006026607,44.8290359050829,44.8215871740089,44.8122927400179,44.8091506499825,44.8048440098432,44.7641396625154,44.7605910780158,44.758459730632,44.7552736952248,44.7547902970346,44.7567348768131,44.7605910780158,44.7643703754924,44.7685012350439,44.7733901511345,44.7807400044476,44.7843874658089,44.7855520168121,44.7854751121866,44.7496267225952,44.714503430289,44.7121195935564]}]],[[{\"lng\":[12.4907365312219,12.4891883150001,12.482160321,12.4533248710001,12.4272474673611,12.4213888360001,12.4165700165793,12.4110486690001,12.395653973,12.3856287450001,12.389963557785,12.3995813810001,12.4211068349369,12.422578141468,12.4231274572663,12.4224463053527,12.4202490394616,12.4171069494262,12.4132837074771,12.4091528479256,12.4050000152385,12.4009570464306,12.3949585108266,12.3914428855807,12.3876855612397,12.3840600730139,12.3770947410295,12.3600879046331,12.3514526503195,12.3486181769873,12.3457397591825,12.335017102857,12.3215918093146,12.3050463979729,12.2849853622846,12.2882592884354,12.289621593162,12.288874522741,12.2858422956854,12.2828540149009,12.2781958117873,12.2730761827196,12.2681103620036,12.2639355570803,12.2543115332506,12.249938974604,12.2448632909081,12.2235717857093,12.2182983482901,12.2138159257643,12.2097729569564,12.2066748122928,12.1965893634084,12.1936010817245,12.1898877027552,12.1852294996417,12.180109870574,12.1753198313451,12.1712768616379,12.1582470764414,12.1509741268545,12.1415039113764,12.1310668995178,12.1253320361445,12.1146313520553,12.1022387734006,12.1140161177496,12.1203662154285,12.1384057667128,12.1436792050313,12.1622900452494,12.1625976628519,12.1601147524938,12.1602685608454,12.1616748109437,12.1641577213018,12.167871100271,12.1705078189806,12.1746826239039,12.1872509840456,12.1923706131133,12.2262085044189,12.2313281334866,12.2376782320648,12.2448632909081,12.2884350699225,12.3089355584293,12.3196362425186,12.3261840948201,12.394804702475,12.3696460099554,12.3616699353192,12.3653833142885,12.3741504047174,12.4007592927072,12.4238305823155,12.4517358574238,12.4564160327737,12.4468579274514,12.4391894695184,12.4287304854236,12.4497802906279,12.4580184250001,12.4787703790001,12.510915561,12.5473738940001,12.5742293630001,12.6313582690001,12.6608992850001,12.6915796230001,12.7102970710001,12.753835483,12.7536621380972,12.7499487591279,12.7392041296669,12.7371826452629,12.7367212193088,12.7365674109573,12.7371826452629,12.7382812777587,12.7415332316733,12.7424560826821,12.7419946576273,12.7407422158805,12.730832547584,12.7281958288744,12.7250976842108,12.7213843052415,12.7005981713685,12.6968188738919,12.693632839384,12.6909302021671,12.6887768816478,12.6848877211914,12.6825586200843,12.6799219013747,12.6749780528948,12.6684521737288,12.6330542230739,12.6270117429975,12.6215844963274,12.6158496329542,12.6133667225961,12.6077856675745,12.6034570542996,12.5957007065224,12.5913501201119,12.5877905494942,12.5832422093604,12.5753320532316,12.5716186742624,12.5689819555528,12.567268087852,12.5652685765835,12.5626318569746,12.5592041224722,12.5550293184482,12.5508325403894,12.5475805873742,12.5472729697717,12.5477343957257,12.5477343957257,12.542307149955,12.5373633014752,12.4965381050495,12.4830908383715,12.4903251960001,12.4915160056891,12.4923922540001,12.4907365312219],\"lat\":[43.9650442922286,43.9731099990001,43.9825667860001,43.9790527890001,43.9693898019939,43.9672188850001,43.9636966957364,43.959661012,43.948408664,43.9245341530001,43.9179115221149,43.9032176250001,43.8951735103121,43.8909133108006,43.8864528614104,43.882102275,43.8781581830537,43.8754555467361,43.8738625290325,43.8733351845711,43.8738075975426,43.8756203412058,43.8810475878759,43.8832778121213,43.8837941695652,43.8826955370694,43.8792018840597,43.8744887494562,43.8699513954405,43.863733133877,43.8470119419475,43.8279396757754,43.8137343525583,43.8030885999589,43.7946950456398,43.78819113871,43.7820937262445,43.7758425054272,43.7688661864253,43.7700966559359,43.7712612060398,43.7717995366193,43.7713820560371,43.7698879151951,43.7629665285824,43.7617690183255,43.7614614016223,43.7643617925626,43.7640761471964,43.7629665285824,43.76109885253,43.7588796144026,43.7477724358492,43.7453884023529,43.7435866448078,43.7428615475224,43.7433229725771,43.7445644282058,43.7466298579815,43.7555177975083,43.7594948487083,43.7624941165103,43.7640431888421,43.7641530518218,43.7627577878416,43.7590334227542,43.7938381113398,43.804538795429,43.8219740994251,43.8324660427736,43.8941652638159,43.8984059863471,43.9127761040339,43.9220705380249,43.9258937808733,43.928244855116,43.9286403625626,43.9284316227212,43.9276076476748,43.9234658020051,43.9224880186072,43.9220705380249,43.921037823137,43.9209938777652,43.9221254704141,43.9409340643556,43.9520742012634,43.9565895830428,43.9585781081931,44.02954979099,44.0436232771925,44.0528078482036,44.0638491082497,44.0674636103573,44.0709572624677,44.0830641966553,44.0892165406108,44.0943032113241,44.1256691792892,44.1384462792723,44.1473342187991,44.162396475417,44.1664085960001,44.139349677,44.1145694030001,44.093451239,44.0855980490001,44.0300967470001,44.008286851,43.9906273460001,43.982896226,43.972398179,43.9712673174327,43.9612148269027,43.9387148262282,43.9308596015893,43.926520001297,43.9224880186072,43.9185549136783,43.9150173152968,43.9085353815026,43.9050746877466,43.9014601856391,43.8978346974133,43.8819704388847,43.879103007198,43.8767519329553,43.8745876263179,43.8674025674745,43.8655348914221,43.8630300088278,43.8602394817667,43.8572951454546,43.8506264440551,43.8476052031176,43.8450014436617,43.8433205352145,43.8425405064392,43.8425405064392,43.843628152817,43.8465724882297,43.8533400673901,43.8582289834808,43.8728517863808,43.8789711710826,43.8874526170446,43.8933412896687,43.8954067194445,43.8961867482198,43.8935500295102,43.8901882126159,43.8863649706668,43.8828493454209,43.8797292285211,43.8769057422062,43.874994120782,43.8752028606235,43.8779384570941,43.8850685835483,43.890133281126,43.8947914842396,43.898614727088,43.9034926570604,43.9069533499172,43.9234658020051,43.9292006653784,43.9391585830001,43.9491018402741,43.956418511,43.9650442922286]},{\"lng\":[12.1993359450978,12.1991381913744,12.2014233471098,12.226669930373,12.2343823327784,12.2375683681856,12.2385571377017,12.23937012663,12.2398754970565,12.2400073331719,12.2395459072178,12.2389965914195,12.238227547863,12.2372387783469,12.2360522551075,12.233195809539,12.2266919035085,12.1843286199698,12.1781762760143,12.1775610417087,12.1718920968428,12.1708374088194,12.1757153387919,12.1821753003498,12.1901294018504,12.1993359450978],\"lat\":[43.7804677501865,43.7810060798666,43.7830275642706,43.7959694596228,43.7984303968453,43.7985842051969,43.7988149181739,43.7994850848688,43.8008913349671,43.8026711193766,43.8059999770173,43.8074611586056,43.8088014910959,43.8099770282172,43.8109877708689,43.812624733045,43.8144484637256,43.8184145288074,43.8210182882634,43.8216664818227,43.8089113540757,43.8046047139364,43.7961452402106,43.7888063730157,43.7833132087376,43.7804677501865]}]],[[{\"lng\":[12.4780262060001,12.4795764990001,12.482160321,12.4830908383715,12.4965381050495,12.5373633014752,12.542307149955,12.5477343957257,12.5477343957257,12.5472729697717,12.5475805873742,12.5508325403894,12.5550293184482,12.5592041224722,12.5626318569746,12.5652685765835,12.567268087852,12.5689819555528,12.5716186742624,12.5753320532316,12.5832422093604,12.5877905494942,12.5913501201119,12.5957007065224,12.6034570542996,12.6077856675745,12.6133667225961,12.6158496329542,12.6215844963274,12.6270117429975,12.6330542230739,12.6684521737288,12.6749780528948,12.6799219013747,12.6825586200843,12.6848877211914,12.6887768816478,12.6909302021671,12.693632839384,12.6968188738919,12.7005981713685,12.7213843052415,12.7250976842108,12.7281958288744,12.730832547584,12.7407422158805,12.7419946576273,12.7424560826821,12.7415332316733,12.7382812777587,12.7371826452629,12.7365674109573,12.7367212193088,12.7371826452629,12.7392041296669,12.7499487591279,12.7536621380972,12.753835483,12.7561141290001,12.8039656910001,12.8230086600001,12.8621525400001,12.928884311,12.938649936,12.9472762380001,13.1772063830154,13.1165185971555,13.0776269943902,13.0674097084913,13.0639819739889,13.0609058024608,13.0580493568923,13.0540503334561,13.0025464251773,12.992065467947,12.9852759165503,12.9760913455391,12.9690600959466,12.9572168330903,12.9298169302072,12.9212695666372,12.9080420268181,12.7581665328592,12.7320630161952,12.7126831324206,12.7080469024426,12.7051025661305,12.6962036395863,12.6910840105186,12.6859863545866,12.6816357681761,12.6697046154756,12.6565210210283,12.6447436766793,12.6386352780956,12.6347680907747,12.6318237544627,12.6229907464258,12.6139819569018,12.6088843009697,12.6046875229109,12.510490742154,12.4883203313182,12.4425293141765,12.4316748208363,12.4265551917687,12.4225341960963,12.418952652343,12.4133276528489,12.4088452303231,12.4032641753014,12.3925634912121,12.3818628071228,12.319943860121,12.3123632929316,12.3090893676801,12.3066284295584,12.3050244257366,12.3050244257366,12.3067822379099,12.309726574222,12.3139013791453,12.3188671998614,12.3345337037674,12.3397851689504,12.3441357553608,12.3478491343301,12.3507934706421,12.3531225717493,12.3551440561533,12.3565942516234,12.3573193498081,12.3567041155025,12.3535839977033,12.3535839977033,12.3549902478017,12.3588574351225,12.3604174944718,12.3606152481951,12.3588574351225,12.3549902478017,12.3507934706421,12.3108032344817,12.3069360471608,12.3033545034076,12.3009814569287,12.2971142687085,12.293378917503,12.2859521595645,12.2797558702372,12.2603759864626,12.2451709076113,12.2362939542026,12.2235717857093,12.2130249108709,12.2088501059476,12.2048071371397,12.1934912187447,12.1942163160301,12.1958203198519,12.1997094803082,12.2135083090612,12.2197045983885,12.2268237387245,12.2445556733057,12.249938974604,12.2681103620036,12.2777343858332,12.2823925889468,12.2850073354202,12.2899731552369,12.296960460357,12.301926281073,12.3062548943479,12.3084741324752,12.3098803825736,12.3135937615428,12.3157690551977,12.3188671998614,12.3247558715862,12.3284692505554,12.3340503055771,12.34026856804,12.3543750134961,12.3573193498081,12.3576269665113,12.3055297970625,12.2910717886321,12.2858422956854,12.288874522741,12.289621593162,12.2882592884354,12.2849853622846,12.3050463979729,12.3215918093146,12.335017102857,12.3457397591825,12.3486181769873,12.3514526503195,12.3600879046331,12.3770947410295,12.3840600730139,12.3876855612397,12.3914428855807,12.3949585108266,12.4009570464306,12.4050000152385,12.4091528479256,12.4132837074771,12.4171069494262,12.4202490394616,12.4224463053527,12.4231274572663,12.422578141468,12.4211068349369,12.4294503590001,12.441263558923,12.460456219,12.464397393142,12.4782867740001,12.4774938530001,12.4780262060001],\"lat\":[43.9232164040001,43.9258002250001,43.9279189590001,43.9292006653784,43.9234658020051,43.9069533499172,43.9034926570604,43.898614727088,43.8947914842396,43.890133281126,43.8850685835483,43.8779384570941,43.8752028606235,43.874994120782,43.8769057422062,43.8797292285211,43.8828493454209,43.8863649706668,43.8901882126159,43.8935500295102,43.8961867482198,43.8954067194445,43.8933412896687,43.8874526170446,43.8789711710826,43.8728517863808,43.8582289834808,43.8533400673901,43.8465724882297,43.843628152817,43.8425405064392,43.8425405064392,43.8433205352145,43.8450014436617,43.8476052031176,43.8506264440551,43.8572951454546,43.8602394817667,43.8630300088278,43.8655348914221,43.8674025674745,43.8745876263179,43.8767519329553,43.879103007198,43.8819704388847,43.8978346974133,43.9014601856391,43.9050746877466,43.9085353815026,43.9150173152968,43.9185549136783,43.9224880186072,43.926520001297,43.9308596015893,43.9387148262282,43.9612148269027,43.9712673174327,43.972398179,43.971869208,43.9668643250001,43.9585635440001,43.9353701840001,43.9158389340001,43.9046084660001,43.8976097680001,43.751518513249,43.7287221419133,43.7271730704808,43.7214052478539,43.7155055891116,43.6954994849133,43.6886000705368,43.6843923063598,43.6575636924105,43.6492140825638,43.6389638383105,43.616178193169,43.6062245795007,43.5996877133173,43.5920302424017,43.5834499195781,43.56327902091,43.461227014615,43.4609084117938,43.4539320927918,43.4512514287105,43.4488234498423,43.4389467407995,43.4342995238039,43.4334206172676,43.4340907830631,43.4393422482461,43.4424184206736,43.4438576291263,43.443604943913,43.4429787234893,43.4412758419065,43.4342995238039,43.4291798947363,43.4288722771338,43.4303444457395,43.5124892237986,43.5219704253948,43.5365712560586,43.5384279459929,43.5376479163182,43.5362087069662,43.5342421540522,43.528968716633,43.5262880525515,43.5240578283061,43.5223549467234,43.5245741857501,43.5461842937701,43.5498976727394,43.5520729654949,43.5547536295763,43.5579396649835,43.5614223309757,43.5644435719133,43.5666957692943,43.5677834156721,43.5675197434414,43.5650917654726,43.565300505314,43.5664870285535,43.5683437184878,43.5709364918256,43.5738258966478,43.5770339042912,43.580439665658,43.5839552909039,43.5873610531701,43.5934145202639,43.5968752131205,43.6001051938995,43.6066200869474,43.610465302032,43.6147279976989,43.6194081730487,43.6205946971875,43.6201332712334,43.6093227241644,43.6076198425816,43.6054555359442,43.6027419126091,43.5957326352529,43.5928981628199,43.5916017757013,43.5931069026614,43.6022475283008,43.6064333193422,43.6080153509277,43.6080153509277,43.6090151065619,43.6108827826143,43.616826385829,43.6441603720036,43.648477998261,43.6533559282335,43.6550148644444,43.6584206258112,43.6612111537717,43.6652651086978,43.6791408420762,43.6824257534457,43.6859084203373,43.6896877169146,43.6932802467859,43.6975099831992,43.711133030465,43.7239980211917,43.7289089095185,43.7298866929165,43.7275136464376,43.7240968980534,43.6922145726444,43.6886550020267,43.6856777073603,43.6834364960974,43.6844142794954,43.6891164279808,43.6967079812883,43.711133030465,43.7179994855878,43.7226027572115,43.758615942172,43.7667348390416,43.7688661864253,43.7758425054272,43.7820937262445,43.78819113871,43.7946950456398,43.8030885999589,43.8137343525583,43.8279396757754,43.8470119419475,43.863733133877,43.8699513954405,43.8744887494562,43.8792018840597,43.8826955370694,43.8837941695652,43.8832778121213,43.8810475878759,43.8756203412058,43.8738075975426,43.8733351845711,43.8738625290325,43.8754555467361,43.8781581830537,43.882102275,43.8864528614104,43.8909133108006,43.8951735103121,43.892055515,43.8932762123762,43.8952594540001,43.9000732463419,43.9170378850001,43.9200509840001,43.9232164040001]},{\"lng\":[12.4211947611293,12.4307269731713,12.4398052703969,12.4447983333764,12.4452522481927,12.4429826741111,12.437081781499,12.4298191435386,12.4239182500272,12.4162016981498,12.4103008046384,12.4075773157405,12.4089390601895,12.4139321240683,12.4211947611293],\"lat\":[43.5897096174049,43.5897096174049,43.5942487664674,43.6010574887121,43.6110436155704,43.6196679979797,43.6269306359401,43.6314697841032,43.6310158692869,43.6278384655727,43.6210297424286,43.6101357859378,43.6010574887121,43.5942487664674,43.5897096174049]}]],[[{\"lng\":[12.4696320612706,12.4998877360001,12.5307902420001,12.5473267010001,12.5620028070001,12.6201904710001,12.6695931390001,12.6713676498971,12.6792049560001,12.6973950610001,12.7065934650001,12.7159985760001,12.7320182700001,12.7398730880001,12.7484985636578,12.7546069622415,12.7614184858744,12.7609570599204,12.7590893847673,12.7617261034769,12.7601880172631,12.7570898725995,12.6913916281212,12.6816357681761,12.6729565684908,12.6689135996829,12.6636621344999,12.6464355712446,12.6426782469036,12.6422607663213,12.6450512942818,12.648764673251,12.6532690680131,12.6583886970807,12.667067896766,12.6703198497812,12.6721875258336,12.6723413341852,12.6698584238272,12.665507838316,12.6606958259516,12.6515552003122,12.6407007078714,12.5930639878128,12.5511621302281,12.5292993369948,12.5241357625554,12.520246602099,12.5075464058419,12.5000922401647,12.4973071477067,12.4653149593179,12.4447046069321,12.4366406415523,12.3851147610374,12.3703930803763,12.3601098768693,12.3435205210552,12.3384008919875,12.3359179816295,12.3365332159352,12.34026856804,12.3429052867496,12.3582422008169,12.3827856590309,12.3872900537929,12.392255874509,12.4147778474197,12.4195898597842,12.4226880044478,12.4247094888518,12.4262475750655,12.428115251118,12.4313672041332,12.4364868332008,12.4479565599473,12.4529223806633,12.456481951281,12.4581958180825,12.4597339042962,12.4606567562043,12.4628320489599,12.4654687676695,12.4723462098097,12.4914184759818,12.4949780465996,12.4982299996148,12.5021191600712,12.5025805860252,12.5019653508203,12.4991748237591,12.4971533393551,12.4945166206455,12.4875293155255,12.4793115417942,12.4547680835802,12.4509008962593,12.4473413256417,12.444243180978,12.4414526539168,12.4392773602619,12.4353881998056,12.4302905438735,12.418952652343,12.4224318280664,12.3309082155417,12.3042773553157,12.2352832124503,12.1915795973205,12.1763305730975,12.1262548880526,12.1098632850625,12.0987231481548,12.0781127957689,12.0630615261685,11.987431640258,11.9733251939026,11.9614379865738,11.9524291970498,11.9469799781435,11.9425854472606,11.9371362283542,11.9252050756537,11.8613085887204,11.8423681577643,11.8322827088799,11.8212963803237,11.7996972584217,11.7850414953687,11.7797241125777,11.7770654216319,11.7783837809867,11.7853051675994,11.7844482341986,11.7739013584609,11.7408984274205,11.7281323135554,11.7260449115434,11.7224194233177,11.7154980358057,11.7064233286737,11.6957885621924,11.6848022336362,11.6807592648282,11.684494616933,11.6874828986168,11.6911962775861,11.6997216680206,11.7046874887366,11.7059399304834,11.7054565313938,11.7014355357214,11.7000512578592,11.6989526253633,11.7026660043326,11.7068627814921,11.7121362198107,11.7441284081995,11.7998290936378,11.8106835869779,11.8205932552745,11.8404565372394,11.8842260699772,11.8964648393808,11.9021997036534,11.9059130826226,11.9101098597822,11.9320165992866,11.9388281229195,11.9448925761315,11.9575927714892,11.9672607406906,11.9706665029568,11.9712817372624,11.9694360343455,11.9664257795261,11.9628662098077,11.9326318335922,11.9253588840053,11.9225683560448,11.9203930632892,11.9197778289836,11.9205468716408,11.9273583952737,11.9265893526165,11.9245678682125,11.9207006808917,11.9109228478112,11.9067040984154,11.9039135704549,11.9000244099985,11.8970800745857,11.8929052696624,11.8876318313439,11.8639013620582,11.8583203070365,11.8534643501996,11.850212396285,11.8486523378351,11.850212396285,11.8499047795819,11.8480371035295,11.845861810774,11.8407641539425,11.8038500902095,11.8011694261281,11.7992138593322,11.7979614184846,11.7996313399144,11.8029272383014,11.8219995053728,11.8265038992355,11.8429174744618,11.8481909118811,11.8503662055359,11.8558373966785,11.8583203070365,11.8609570257461,11.8635937444557,11.8666918891194,11.8736791942394,11.8825122022763,11.8877856405948,11.8939819299221,11.8956957967236,11.895541988372,11.8936743123197,11.8911914019616,11.8882470656495,11.8807983354748,11.8708886671782,11.8432470643006,11.8342382747766,11.8322387635081,11.8519262639859,12.0058666998883,12.0220385751201,12.0251367197838,12.027927246845,12.0302563488514,12.0322778332554,12.0338159194691,12.0362988298271,12.0384741225827,12.0415722672463,12.0547558616936,12.0638964864337,12.0711914091562,12.0771240262528,12.0789917023052,12.0803320338962,12.0815625034068,12.0842651397244,12.0896704132589,12.094636233975,12.099140628737,12.1385595759637,12.1472387747497,12.1697387763235,12.1743750063015,12.1779345769192,12.2001709062623,12.201708992476,12.2041919019347,12.2080810623911,12.2139697350153,12.2372168061107,12.2530810646394,12.3024316523988,12.3132861448397,12.3224267704791,12.3332812629199,12.3407299930947,12.3476953259785,12.3523535290921,12.3563745256638,12.3598022601661,12.3649658346056,12.3713159322845,12.3824780423278,12.3886743316551,12.3924096828605,12.3933325347687,12.3921020661574,12.3941015774258,12.3992212064935,12.4184912272883,12.4237646647075,12.4268628093711,12.4321362467903,12.4445507985805,12.4696320612706],\"lat\":[46.6757988807137,46.672139385,46.6576699840001,46.6521922810001,46.651210429,46.6564814250001,46.653019105,46.6524657633843,46.650021871,46.640539246,46.6377487190001,46.637955424,46.6422704070001,46.642993876,46.6410000853856,46.5933853375632,46.5725552583185,46.5596682953555,46.5501321622694,46.5416287440713,46.5369265955859,46.5344766435822,46.527346517128,46.5249624836317,46.5218423658325,46.5199527175438,46.5165359691596,46.501759357908,46.4958487130476,46.4912674136602,46.4885318180889,46.4866971012902,46.4851260558228,46.4840054501914,46.4806216610608,46.4770071589532,46.4720742974908,46.4632632625895,46.4591324030379,46.4578909474093,46.4587149224557,46.4618679986093,46.4638784968951,46.4636807431717,46.4574185353371,46.4490249801187,46.4456961233774,46.4422793749931,46.4225369421262,46.4041814599064,46.3973233181166,46.356443190201,46.3377444583401,46.3321084718285,46.3135525631003,46.3062686273952,46.2981057851538,46.2819778552937,46.2742324936347,46.2694754127601,46.2664322004857,46.2604885963716,46.2577420137829,46.2450088591715,46.229946603453,46.2283975311211,46.2271011440026,46.2266836634203,46.2255520716707,46.2232779011542,46.2202786342515,46.2168728719854,46.2138736041834,46.2118081744077,46.211181953984,46.2110830771223,46.2097097862776,46.2063809286369,46.1990969920325,46.1848806835966,46.1813650583508,46.1784426951742,46.1758938663089,46.1713894715468,46.1614248717604,46.1556790222691,46.146955877212,46.127158512855,46.1175454760428,46.111030582995,46.1066470373309,46.1042190593621,46.1018350258657,46.0974954264727,46.09428741793,46.0890689120006,46.0873660313173,46.0852017246798,46.082740786558,46.0799282863613,46.0767202787179,46.0700515773184,46.0630752583165,46.0506826805612,46.0430787606762,46.082213442996,46.0737429840514,46.0220413220493,46.0040896606093,46.0021231076952,46.0059902959154,46.0027163697646,45.9943447876818,45.9703176869117,45.963692930884,45.9681643663924,45.9634182725353,45.9542337015241,45.9420169043566,45.9281741302319,45.901488338516,45.8910403396399,45.8849649003099,45.8827566483006,45.889941707144,45.8991372642733,45.8995877041093,45.880570369427,45.8835806233471,45.8876345782732,45.8946987871193,45.9018948329801,45.9125515716976,45.91904449161,45.9268997162489,45.9320852638239,45.9388308689494,45.9428079201494,45.957518613793,45.9674172959714,45.9750637807688,45.9805679311651,45.9843252555061,46.0044741819379,46.0302700818987,46.0377847305808,46.0426187151816,46.0481668109496,46.0534182761325,46.0576809717994,46.0617349267255,46.0695901513644,46.0757424953199,46.0870803868503,46.0951663244663,46.0993850747614,46.1010659832085,46.1052957196217,46.1056582678148,46.1068997234435,46.1089651532192,46.1180618334868,46.1282461592328,46.1326626641506,46.1365847829613,46.1402322443226,46.1465933281196,46.1687857120909,46.1740591495101,46.1774429386407,46.1811563176099,46.185144354928,46.1892202829897,46.1930984573279,46.1963064649714,46.1988333207012,46.200975654203,46.212687080944,46.2173342979395,46.2198391805337,46.2227615437102,46.2277713097981,46.2338137907738,46.2506118873287,46.2512820531242,46.2530947976867,46.2544900607677,46.2571267794773,46.2590164286652,46.2614663797696,46.2677176005868,46.2702993878065,46.2719033916282,46.2727053935391,46.2721670638589,46.2725296120519,46.2737161361907,46.2770999253213,46.2825271710921,46.2992373769034,46.3045108152219,46.3078726312169,46.310816967529,46.3160904049482,46.3452810801577,46.348829663758,46.3531912362865,46.3595962663546,46.3635733166552,46.3662100362641,46.3756692647248,46.3771194601949,46.3783059834344,46.3810196067694,46.3845022727617,46.4144510045102,46.4218228309588,46.42708528226,46.4299087685748,46.4323587196791,46.4364456347582,46.4406753711714,46.4437845019532,46.4500357227703,46.4547598443913,46.4588687308072,46.4621756162117,46.464911211783,46.467394122141,46.4713711724416,46.4744253717335,46.4784573544234,46.4838296696036,46.5040335275252,46.5141629226807,46.5354544269802,46.5394095050446,46.5417825524228,46.5444961757579,46.5474954435599,46.5507803558287,46.5546805024032,46.5671280125477,46.5713138035891,46.5752139501636,46.5867715676537,46.5996914898703,46.6131277695309,46.6281570677944,46.6363528683901,46.6498660526761,46.654875818764,46.6600174200678,46.6668179575827,46.668290125289,46.6678287002343,46.6442849976545,46.6410769900111,46.6383963259296,46.6369681026957,46.6348037960583,46.6094034044435,46.6061514514283,46.5984170758873,46.5949344098951,46.5960660016447,46.6058877791976,46.6108535999137,46.6146219103728,46.6172586290824,46.620510582997,46.6260476926469,46.6281570677944,46.6286734252383,46.6273660520017,46.6254764028137,46.6232022331965,46.62087313119,46.6191153190167,46.6181375356188,46.6194339227373,46.6218069692162,46.6253225944621,46.6323977903257,46.6361221554131,46.6397366575207,46.6468118533843,46.6494485720939,46.6519314824519,46.6576224004534,46.6654226936024,46.6757988807137]}]],[[{\"lng\":[12.7484985636578,12.7735661220001,12.8304101970001,13.0645044350001,13.1464632570001,13.2100252690001,13.2311092530001,13.2714168700001,13.3733227940001,13.4170410560001,13.4780192460001,13.4849438890001,13.4991032300001,13.5067513430001,13.5492293700001,13.6702555740001,13.6853450930001,13.7009513750001,13.7010547280001,13.699194376,13.695473673,13.6898926190001,13.6884456780001,13.6858528770001,13.6774902750001,13.658783407,13.6340820720001,13.6001823320001,13.5756877030001,13.5543970130001,13.5300057370001,13.4837036540001,13.45972579,13.4473234450001,13.4340942790001,13.423242229,13.4098063550001,13.3956376480001,13.3913061930001,13.3652612710001,13.3730127360001,13.3785937900001,13.3846916100001,13.3847949630001,13.3848983160001,13.3981274820001,13.4016414800001,13.4101164150001,13.4374015700001,13.422828816,13.4383317460001,13.4683040770001,13.4822567130001,13.5101619880001,13.5289722080001,13.5590478920001,13.5844726970001,13.6139282640001,13.6273663238967,13.6373893630001,13.6410714510001,13.645037475,13.6164087320001,13.5225852969739,13.5050976970001,13.4822567130001,13.4903182370001,13.4927987060001,13.4900081790001,13.4822567130001,13.4770890700001,13.461792846,13.4618921016391,13.4659497626714,13.4648731024117,13.4592261297821,13.4511182190305,13.4374731995285,13.4078540576186,13.4036353073236,13.4324194880689,13.4324194880689,13.4291455619181,13.4226180350001,13.3816837900001,13.3693953790001,13.3518172540001,13.2548934250001,13.2458602220001,13.221853061,13.215505405,13.2049259770001,13.1694442070001,13.1577254570001,13.1496688160001,13.139821811,13.1313582690001,13.1193139980001,13.1108504570001,13.1081649100001,13.1118270190001,13.1228947270001,13.1228947270001,13.1005965500001,13.0805770190001,13.0695906910001,13.0750431650001,13.091481967,13.1116642590001,13.1496688160001,13.1380314460001,13.1030379570001,13.0956281743008,13.0807251390539,13.0745288497266,13.0518970129368,13.0469311922207,13.0368677155726,13.0319897856001,13.0288916409365,13.0295288474783,13.0298364650808,13.0288916409365,13.0257934962728,13.0019311908717,13.0002173231709,12.9991406629113,12.9974267961097,12.9972729868588,12.9996020888653,12.9992944721621,12.9926147837452,12.9728833378957,12.9729272832675,12.9586450563243,12.9375952502206,12.9174463237888,12.9066577498552,12.9057348979472,12.9450000359229,12.9535693726284,12.9548218134759,12.9525586299767,12.9498999381316,12.9471753286784,12.9455054072487,12.9459668332028,12.9470874388342,12.9507788446679,12.9705542358893,12.9751245491586,12.9779590215916,12.9774756234013,12.9714331424256,12.9694556033934,12.9656982790523,12.9581177127622,12.9478784537276,12.9171167339501,12.8945947610394,12.8847949557226,12.8784448580437,12.8674805017238,12.8611084309093,12.8540332359451,12.8326098946309,12.8012329405478,12.7922241510237,12.7841382134078,12.7503442665746,12.6877881121317,12.6419751218544,12.6287695551708,12.6055884016833,12.5931299054208,12.5383740441268,12.5128857617685,12.5000922401647,12.5075464058419,12.520246602099,12.5241357625554,12.5292993369948,12.5511621302281,12.5930639878128,12.6407007078714,12.6515552003122,12.6606958259516,12.665507838316,12.6698584238272,12.6723413341852,12.6721875258336,12.6703198497812,12.667067896766,12.6583886970807,12.6532690680131,12.648764673251,12.6450512942818,12.6422607663213,12.6426782469036,12.6464355712446,12.6636621344999,12.6689135996829,12.6729565684908,12.6816357681761,12.6913916281212,12.7570898725995,12.7601880172631,12.7617261034769,12.7590893847673,12.7609570599204,12.7614184858744,12.7546069622415,12.7484985636578],\"lat\":[46.6410000853856,46.6351907350001,46.60963674,46.5980353800001,46.584961243,46.5580119830001,46.552172547,46.550777283,46.565789286,46.5604924520001,46.5635672000001,46.5617326860001,46.5506222540001,46.5469273890001,46.545842184,46.518712057,46.517626851,46.519745586,46.5118907680001,46.5048369350001,46.4986357620001,46.493338928,46.4677590950001,46.4640472310001,46.4520752970001,46.445124817,46.4457190970001,46.442644349,46.426676331,46.4059540810001,46.3883324180001,46.371150004,46.359031881,46.3548460900001,46.353864238,46.3448467000001,46.323607687,46.3067279280001,46.301567688,46.2903022260001,46.280276998,46.2683914190001,46.2433283490001,46.2432249960001,46.2431216440001,46.230512594,46.2166633100001,46.20798167,46.2109272260001,46.2286005660001,46.2248798630001,46.2234329230001,46.2179035450001,46.213976136,46.204829407,46.1841071580001,46.1813166310001,46.183538717,46.1817331634547,46.1803864550001,46.171405145,46.161731263,46.1250409950001,46.0752980233851,46.0660265100001,46.0448391730001,46.0389480590001,46.032488505,46.025563863,46.0184325150001,46.0160554,46.0063919070001,46.0063107693265,45.9962893674603,45.9898513790379,45.9847097768347,45.9794033801618,45.966527403317,45.9175283785318,45.889414363582,45.7787930214807,45.753403615984,45.7387039084586,45.7240664730001,45.7300479190001,45.744614976,45.7403018250001,45.756048895,45.7589378930001,45.776068427,45.7787946640001,45.7777367210001,45.768744208,45.754584052,45.7515322940001,45.754868882,45.7688662780001,45.771958726,45.7676455750001,45.7582054710001,45.7488467470001,45.744614976,45.7372093770001,45.7362328150001,45.7276065120001,45.7136904970001,45.6968447940001,45.689195054,45.69135163,45.7037621110001,45.689398505,45.6690127620001,45.6523214529727,45.6650735347158,45.6742141603552,45.7189175311191,45.7245425306133,45.7331228534369,45.7380886741529,45.7427688504021,45.7495584008994,45.7511624047212,45.754315481774,45.7595339877033,45.7819570837524,45.7856265173499,45.7905154343398,45.8022708055532,45.8127847220373,45.8231997616596,45.8254739312769,45.8334829651667,45.8426235899067,45.8691555732711,45.8839871169119,45.8954348714221,45.9117605559049,45.9355020113088,45.9619680770651,46.1581399594915,46.1724881049421,46.1784207220387,46.1868582226289,46.1909011914368,46.1936697462618,46.197383125231,46.2042276081176,46.2079080278332,46.2143789755093,46.2373074428842,46.2451956267767,46.2560611062351,46.2660696513933,46.285987864848,46.3199246339147,46.3289224364213,46.3338772710192,46.3362503183974,46.3369534434466,46.3331411867164,46.3333169682035,46.3361514406365,46.34564362925,46.3491702406141,46.3506533944386,46.3506863536923,46.3570144791349,46.3571023698784,46.3551468030824,46.341029370609,46.3343057377196,46.3393045176893,46.3440066661747,46.3584976329594,46.3629580823496,46.3633755629319,46.3977078394452,46.4041814599064,46.4225369421262,46.4422793749931,46.4456961233774,46.4490249801187,46.4574185353371,46.4636807431717,46.4638784968951,46.4618679986093,46.4587149224557,46.4578909474093,46.4591324030379,46.4632632625895,46.4720742974908,46.4770071589532,46.4806216610608,46.4840054501914,46.4851260558228,46.4866971012902,46.4885318180889,46.4912674136602,46.4958487130476,46.501759357908,46.5165359691596,46.5199527175438,46.5218423658325,46.5249624836317,46.527346517128,46.5344766435822,46.5369265955859,46.5416287440713,46.5501321622694,46.5596682953555,46.5725552583185,46.5933853375632,46.6410000853856]}]],[[{\"lng\":[13.461792846,13.4748153070001,13.4794661860001,13.4803963620001,13.4812231860001,13.4818433020001,13.4822567130001,13.5094385170001,13.5394108480001,13.5716569420001,13.6007348719168,13.6058667400001,13.6228166100001,13.6153251760001,13.6082438560001,13.5993062420001,13.5692798260001,13.5659725340001,13.5741722018856,13.5812687580001,13.5885137782362,13.5833271169048,13.5742293630001,13.5512801440001,13.5344344410001,13.5241805350001,13.5283309250001,13.5549422540001,13.5184025400001,13.513356967,13.5078231130001,13.4802352220001,13.4692488940001,13.4516707690001,13.4279891290001,13.4017033210001,13.3767195970001,13.3909611340001,13.4091903000001,13.4248153000001,13.4314070970001,13.4226180350001,13.4291455619181,13.4324194880689,13.4324194880689,13.4036353073236,13.4078540576186,13.4374731995285,13.4511182190305,13.4592261297821,13.4648731024117,13.4659497626714,13.4618921016391,13.461792846],\"lat\":[46.0063919070001,45.995746562,45.993111064,45.9922842410001,45.991354065,45.9903722130001,45.9892353320001,45.967427877,45.9690298470001,45.979830221,45.9845740529502,45.985411276,45.9663943490001,45.945912448,45.926551819,45.912327499,45.8645401010001,45.830330303,45.8190280566994,45.8092463180001,45.8064824770163,45.7867887213192,45.7896182310001,45.7924258480001,45.7820498720001,45.7600772160001,45.7405459660001,45.7372093770001,45.724839585,45.7207705750001,45.7144229190001,45.710679429,45.7068545590001,45.693793036,45.6811384140001,45.6754417990001,45.6831729190001,45.685777085,45.6913109400001,45.6985537780001,45.7068545590001,45.7240664730001,45.7387039084586,45.753403615984,45.7787930214807,45.889414363582,45.9175283785318,45.966527403317,45.9794033801618,45.9847097768347,45.9898513790379,45.9962893674603,46.0063107693265,46.0063919070001]}]],[[{\"lng\":[13.5885137782362,13.6091740320001,13.643590535,13.6603336990001,13.6999084160001,13.7094779860001,13.778724406,13.8584094650001,13.8691581630001,13.8841443270001,13.8931360270001,13.8936405297866,13.89468632,13.8870382080001,13.8679257060001,13.8477641190001,13.8005318600001,13.7610510660001,13.7117619150001,13.7187606130001,13.730153842,13.757009311,13.7868758470001,13.8081160820001,13.79558353,13.7864689460001,13.7771102220001,13.7392684250001,13.7576603520001,13.7536727220001,13.7391056650001,13.726247592,13.6473087900001,13.6289168630001,13.5833271169048,13.5885137782362],\"lat\":[45.8064824770163,45.7986009730001,45.7956554160001,45.7920380660001,45.7705237360001,45.765321351,45.7434105430001,45.649359436,45.641142884,45.6351484170001,45.634683329,45.6337584063253,45.6318411250001,45.6187669880001,45.6021692890001,45.5846605430001,45.581249899,45.596236064,45.5932070980001,45.6006533870001,45.6131045590001,45.6136742210001,45.6111514340001,45.6143252620001,45.6170108090001,45.6243350280001,45.635443427,45.649115302,45.654974677,45.672308661,45.69159577,45.7037621110001,45.7620303410001,45.7726097680001,45.7867887213192,45.8064824770163]}]],[[{\"lng\":[13.0956281743008,13.0955509770001,13.0849715500001,13.0605574880001,12.9817000660001,12.9438582690001,12.7807723320001,12.6116642590001,12.5127059250001,12.4959416020001,12.4878035820001,12.4514266290001,12.4236759770001,12.4103296230001,12.4182235040001,12.4292098320001,12.4358016290001,12.4309188160001,12.440603061,12.4472762380001,12.4510197270001,12.4514266290001,12.458181186,12.4629012380001,12.4669702480001,12.4719344410001,12.4786889980001,12.4650171230001,12.4763289720001,12.4871525400001,12.4973250660001,12.499196811,12.4998478520001,12.5031844410001,12.5061955090001,12.5066024100001,12.5031844410001,12.4929305350001,12.4929305350001,12.5151473320001,12.5205184250001,12.5214949880001,12.530446811,12.5481063160001,12.5625106130001,12.5735783210001,12.581716342,12.5696720710001,12.5442000660001,12.5372827480001,12.5183211600001,12.5105086600001,12.5066024100001,12.4851994150001,12.4585067070001,12.4419051440001,12.4514266290001,12.4514266290001,12.4349064460001,12.4177352220001,12.4103296230001,12.4035750660001,12.3967391290001,12.3841251960001,12.3903914720001,12.4240014980001,12.4240014980001,12.4116317070001,12.3934025400001,12.380544467,12.3830672540001,12.3504337900001,12.3095809250001,12.2727156910001,12.2526961600001,12.2526961600001,12.258962436,12.2500106130001,12.2461043630001,12.2485457690001,12.258962436,12.249196811,12.2474064460001,12.2480574880001,12.245290561,12.2378035820001,12.2282820970001,12.223806186,12.2321883470001,12.2208764980001,12.2163192070001,12.2087508470001,12.1875106130001,12.1743270190001,12.1629337900001,12.1544702480001,12.149099155,12.1041503948248,12.0833862340874,12.0368481456254,12.020236817575,12.0167211923292,12.0334423842586,11.9990112299843,11.9823120111903,11.9759179681397,11.978356933126,11.9835205075653,11.9952099611708,12.0063500980785,12.0164575200985,12.0239062511725,12.0270922865798,11.9915405266739,11.9883325190305,11.9855419919693,11.9833007807064,11.9817407222565,11.9815429676339,12.0045043942624,12.010832519705,12.0253784188789,12.0291137709837,12.0310253915086,12.0324536147425,12.0346948251061,12.0395727550786,12.0708178739457,12.0844628934478,12.0924389680839,12.1112036175529,12.1885913156367,12.1972485430858,12.2114648515217,12.220078133599,12.2310644621552,12.2432373139509,12.2554101657465,12.2720874123042,12.2856225697258,12.3040576284567,12.3156372190824,12.3439160285019,12.352639173559,12.3743481584407,12.3959472803427,12.4190185708504,12.4353881998056,12.436904313783,12.4334546061451,12.4335864422605,12.4398706223313,12.4718188653483,12.4811792178466,12.4883862489262,12.4987353709406,12.5225317578343,12.6044238515795,12.6141797106251,12.63188967297,12.663024927958,12.6716162368998,12.6719458267385,12.6632007085458,12.6638818613588,12.6728027601392,12.6901611595099,12.6989941675468,12.7314477818896,12.7395117472693,12.7475757117497,12.7649780564921,12.7704053031622,12.7749096979242,12.7781616509394,12.7837427059611,12.7874780571666,12.7919604796924,12.8001782534237,12.8075171206186,12.810725128262,12.8132519839918,12.814350617387,12.8145044257386,12.8141748359,12.8154272776467,12.8186792306619,12.8267431960417,12.8315552075068,12.8354223948276,12.8374438792316,12.8406958331462,12.8455078446113,12.8557251305103,12.8632178060569,12.8700513028253,12.875170931893,12.8799609711219,12.8836963223274,12.8861792326854,12.8871020845935,12.8863330419363,12.8886401708072,12.8945508156676,12.9398584346191,12.9468457388398,12.9517895873196,12.9547339227323,12.962336462158,12.9728833378957,12.9926147837452,12.9992944721621,12.9996020888653,12.9972729868588,12.9974267961097,12.9991406629113,13.0002173231709,13.0019311908717,13.0257934962728,13.0288916409365,13.0298364650808,13.0295288474783,13.0288916409365,13.0319897856001,13.0368677155726,13.0469311922207,13.0518970129368,13.0745288497266,13.0807251390539,13.0956281743008],\"lat\":[45.6523214529727,45.6521670590001,45.6419131530001,45.63666413,45.6348330750001,45.6285667990001,45.5535342470001,45.4961612000001,45.470445054,45.4603945980001,45.456732489,45.450425523,45.4380557310001,45.436224677,45.451117255,45.4640160180001,45.4749209660001,45.4840355490001,45.4829776060001,45.48432038,45.488999742,45.498236395,45.498236395,45.4897321640001,45.485581773,45.4859072940001,45.4907901060001,45.5044619810001,45.5035667990001,45.50409577,45.5067406270001,45.5044619810001,45.505845445,45.502875067,45.4990908870001,45.498236395,45.4978701840001,45.498236395,45.4907901060001,45.4927432310001,45.5050316430001,45.5189883480001,45.525580145,45.5270042990001,45.5316429710001,45.540025132,45.5528832050001,45.5493838560001,45.5365664730001,45.535834052,45.5499535180001,45.559068101,45.5733096370001,45.5650088560001,45.5483259140001,45.5303408870001,45.5181338560001,45.51190827,45.5123558610001,45.5235863300001,45.5181338560001,45.5181338560001,45.53925202,45.5230166690001,45.5139834660001,45.5044619810001,45.498236395,45.4933128930001,45.4916445980001,45.4947777360001,45.5044619810001,45.504868882,45.4889183610001,45.463609117,45.436224677,45.4299990910001,45.4299990910001,45.4207217470001,45.411322333,45.40253327,45.395209052,45.385484117,45.3782412780001,45.3709984400001,45.361070054,45.3577334660001,45.3574893250001,45.353949286,45.340562242,45.3270531270001,45.3162295590001,45.309068101,45.3064639340001,45.310532945,45.3162295590001,45.313462632,45.292181708,45.319465611149,45.3267495468541,45.315126011756,45.3254202013812,45.3429763544751,45.3602358760848,45.3736941288809,45.3840212777598,45.3977432018872,45.4035879291396,45.4089602434205,45.417760293103,45.4223525777093,45.4243301176408,45.4326138089801,45.4561355384243,45.4542019447639,45.4551247957727,45.4566848551219,45.4589260654855,45.4618813879157,45.47072538297,45.5140554619899,45.5211746032253,45.5310842715219,45.5361489690996,45.5422244084297,45.5624392533688,45.5686794880679,45.571459029011,45.5763479451016,45.5843459928732,45.5983535614677,45.6014187468776,45.5843240197377,45.5765676719604,45.5513979933227,45.5427956982629,45.5367092719154,45.5333804142747,45.5330288521997,45.5404885684926,45.5660098101046,45.5716567827343,45.5728433068731,45.5830605918728,45.5839175252735,45.5751064903722,45.5717776327315,45.5745461875565,45.586015914303,45.6088015594444,45.6220071270272,45.6317959453266,45.6374539049737,45.6413430645308,45.6517690902713,45.665029589344,45.6766201660878,45.6856838871017,45.6859255861968,45.6883755373012,45.6960110359805,45.7018887215872,45.7142043956163,45.7320791524309,45.7688723670661,45.7787820353626,45.8020620648124,45.8005679248698,45.8035562056543,45.8271768119603,45.8314614807627,45.8342080624521,45.8362515199916,45.8384927303552,45.8423709046935,45.8468423402018,45.8531704656444,45.8553897037718,45.8561697334464,45.8531704656444,45.8491934144445,45.8468643133374,45.8442056214922,45.8407669008718,45.837207330254,45.8341531309622,45.83126372614,45.8277481008941,45.824441216389,45.8247488339915,45.8266604545163,45.8299673399208,45.8340981994723,45.8386025942343,45.8444912659591,45.846501764245,45.8468423402018,45.8457546938241,45.8441287168667,45.8420303287367,45.8393716368915,45.8361196838763,45.8325491271405,45.82911040652,45.8258364803693,45.8193215873214,45.8193215873214,45.8207168513016,45.8236062552245,45.8335818420284,45.8426235899067,45.8334829651667,45.8254739312769,45.8231997616596,45.8127847220373,45.8022708055532,45.7905154343398,45.7856265173499,45.7819570837524,45.7595339877033,45.754315481774,45.7511624047212,45.7495584008994,45.7427688504021,45.7380886741529,45.7331228534369,45.7245425306133,45.7189175311191,45.6742141603552,45.6650735347158,45.6523214529727]}],[{\"lng\":[12.1993921230001,12.2019149100001,12.1974389980001,12.2172957690001,12.2214461600001,12.2205509770001,12.2248641290001,12.2138778000001,12.2111108730001,12.2151798840001,12.2248641290001,12.22136478,12.2304793630001,12.2473250660001,12.2663680350001,12.2635197270001,12.2625431650001,12.258962436,12.2736922540001,12.296071811,12.30730228,12.298024936,12.3039656910001,12.31511478,12.3210555350001,12.3212564124379,12.2868750105733,12.2852929798871,12.2808984481049,12.266352548931,12.2284277434456,12.1891186591988,12.1638940490711,12.148513189632,12.1167846725746,12.0751025418488,12.0401879893842,12.0287182626377,11.9619433578997,11.9676342759011,11.9705346668414,11.9754565421857,11.9874536124942,12.0972729526846,12.1241455129051,12.1525122130682,12.1607519590357,12.2018628008276,12.1993921230001],\"lat\":[45.274603583,45.288316148,45.2996279970001,45.2938500020001,45.2832705750001,45.268784898,45.251166083,45.2481143250001,45.2429873720001,45.236802476,45.23069896,45.2162539730001,45.2042503930001,45.1969261740001,45.1966006530001,45.2003441430001,45.2007510440001,45.202826239,45.2108421900001,45.2266299500001,45.23069896,45.2153994810001,45.2007510440001,45.186468817,45.172349351,45.1648073138411,45.1453762488148,45.1338515905784,45.1282375763031,45.1208657498544,45.1088357202922,45.1143288845703,45.0871816669004,45.0582436778035,45.0673183849355,45.0927956802764,45.1228103305323,45.1455630164201,45.1431899699411,45.1539016401485,45.174665800886,45.1842898247156,45.1905849909046,45.2057131651304,45.2046035465164,45.194177520776,45.2189187327133,45.247439241228,45.274603583]}],[{\"lng\":[12.3520613940001,12.3718367850001,12.3891707690001,12.4074813160001,12.4309188160001,12.4182235040001,12.4047957690001,12.3762313160001,12.321462436,12.319997592,12.3278914720001,12.3520613940001],\"lat\":[45.405462958,45.4248721370001,45.43353913,45.430650132,45.4156761740001,45.420355536,45.4222679710001,45.422552802,45.3480085310001,45.3541527360001,45.372259833,45.405462958]}],[{\"lng\":[12.3298445970001,12.3471785820001,12.3637801440001,12.3620711600001,12.352224155,12.3372501960001,12.3206486340001,12.3165796230001,12.3298445970001],\"lat\":[45.4588076840001,45.4588076840001,45.449652411,45.4381371110001,45.4339867210001,45.4273949240001,45.4298363300001,45.443060614,45.4588076840001]}]],[[{\"lng\":[12.149099155,12.159841342,12.1687931650001,12.1806746750001,12.1916610040001,12.1993921230001,12.2018628008276,12.1607519590357,12.1525122130682,12.1241455129051,12.0972729526846,11.9874536124942,11.9754565421857,11.9705346668414,11.9676342759011,11.9619433578997,11.8399951112854,11.800927727033,11.7739233315964,11.7538183496371,11.7186620989767,11.6943383676216,11.6630932487544,11.6376049663961,11.6025366055799,11.5667870928501,11.5395409983184,11.4965844536096,11.4882787891348,11.4786547653052,11.4456957796365,11.4185803152293,11.4260961699023,11.42482175502,11.4125829856163,11.4007397236593,11.4060351333147,11.4292822044102,11.443520486881,11.4589452916919,11.4739965621916,11.4871581835034,11.5427929513336,11.6024047703639,11.6103368996282,11.6159399268861,11.6182690279932,11.6169506686384,11.6115234228677,11.5920117029777,11.5842993005722,11.5813549642602,11.5910668788334,11.6104247894725,11.6261352396496,11.6249047710384,11.6125121923837,11.6114794774959,11.6166869973071,11.689811999724,11.6993041874383,11.7028198126842,11.7051928600624,11.7109496956719,11.7174975479734,11.731230458219,11.737976064244,11.7442602443148,11.7459301657445,11.7429199118245,11.7380639549875,11.7304614155619,11.7199584851959,11.706555164789,11.6712231317421,11.6581933465457,11.6699047723873,11.6706957881801,11.6662573119254,11.6515136590281,11.6459985216144,11.6443285992854,11.6453393419371,11.649382310745,11.6568090686836,11.6708276242954,11.6817260621081,11.7113232308824,11.7243969623499,11.8218237238858,11.8303491143201,11.8533325140842,11.8706469680831,11.8833471634408,11.8925317344519,11.9054956020404,11.95473632682,11.9692822250946,11.9786645498291,11.9981323243473,12.002966308948,12.0096459964656,12.0205444342782,12.0473950213631,12.0690380886369,12.0793212921439,12.0924389680839,12.0844628934478,12.0708178739457,12.0395727550786,12.0346948251061,12.0324536147425,12.0310253915086,12.0291137709837,12.0253784188789,12.010832519705,12.0045043942624,11.9815429676339,11.9817407222565,11.9833007807064,11.9855419919693,11.9883325190305,11.9915405266739,12.0270922865798,12.0239062511725,12.0164575200985,12.0063500980785,11.9952099611708,11.9835205075653,11.978356933126,11.9759179681397,11.9823120111903,11.9990112299843,12.0334423842586,12.0167211923292,12.020236817575,12.0368481456254,12.0833862340874,12.1041503948248,12.149099155],\"lat\":[45.292181708,45.2831078150001,45.262152411,45.25804271,45.262884833,45.274603583,45.247439241228,45.2189187327133,45.194177520776,45.2046035465164,45.2057131651304,45.1905849909046,45.1842898247156,45.174665800886,45.1539016401485,45.1431899699411,45.1388613566663,45.1283584263003,45.1073635525859,45.0986953390187,45.1102969018805,45.1108572046962,45.1078579368942,45.1186025663553,45.1257986113168,45.129215359701,45.1283584263003,45.1113515899039,45.1112746852785,45.1165261504614,45.1265346956197,45.1317714496926,45.1425417763818,45.1524844039321,45.1746218555142,45.2300588696211,45.2522512535925,45.2572939780346,45.2558327964464,45.2566897298472,45.2600076013697,45.2658633138408,45.2462527179885,45.2438796706103,45.2474502273461,45.253382845342,45.2601943689749,45.2671157555876,45.273323031033,45.2804092130148,45.285495883728,45.2966909521257,45.3133352403291,45.3225198104409,45.3332754260201,45.3546108765906,45.3686184451851,45.3747598030225,45.386987586308,45.4382937408634,45.4504885657947,45.4613650304718,45.4657815344902,45.4695937912205,45.4708352459498,45.4701211347825,45.4720437423248,45.4789211835657,45.4882156175567,45.5348415958629,45.5471243115377,45.5555508251105,45.5596487263077,45.5589236281229,45.5416970648676,45.5388735785528,45.576128219142,45.5855215299946,45.5920144499069,45.6003640597535,45.6062966768501,45.6147891089302,45.6257974097227,45.6354104474342,45.6397170884728,45.642441697926,45.6486489733714,45.6762576169954,45.6796633792615,45.6871011233181,45.6825637693025,45.6808169432473,45.6706985351093,45.6545706043499,45.6347842270105,45.6247317364804,45.610559372517,45.6118337865,45.6174038554036,45.6239736799413,45.6295657210811,45.6413210922946,45.645803513921,45.645276170359,45.6401455551732,45.6284670876859,45.5983535614677,45.5843459928732,45.5763479451016,45.571459029011,45.5686794880679,45.5624392533688,45.5422244084297,45.5361489690996,45.5310842715219,45.5211746032253,45.5140554619899,45.47072538297,45.4618813879157,45.4589260654855,45.4566848551219,45.4551247957727,45.4542019447639,45.4561355384243,45.4326138089801,45.4243301176408,45.4223525777093,45.417760293103,45.4089602434205,45.4035879291396,45.3977432018872,45.3840212777598,45.3736941288809,45.3602358760848,45.3429763544751,45.3254202013812,45.315126011756,45.3267495468541,45.319465611149,45.292181708]}]],[[{\"lng\":[12.3212564124379,12.321950717,12.3284611340001,12.3183699880001,12.30730228,12.3084416020001,12.30730228,12.30730228,12.2973738940001,12.2967228520001,12.3066512380001,12.3284611340001,12.3252059250001,12.3235783210001,12.3210555350001,12.3408309250001,12.3530379570001,12.3632918630001,12.3762313160001,12.3762313160001,12.368337436,12.3641056650001,12.3608504570001,12.355153842,12.368825717,12.3835555350001,12.3865666020001,12.3806258470001,12.368825717,12.3833113940001,12.4013778000001,12.4134220710001,12.4103296230001,12.4262801440001,12.4340926440001,12.4445906910001,12.4646916020001,12.4861759770001,12.499196811,12.4958602220001,12.4891056650001,12.4860945970001,12.4860945970001,12.50261478,12.516774936,12.5275985040001,12.53386478,12.5329695970001,12.523122592,12.527028842,12.5188094410001,12.5153914720001,12.5127059250001,12.5066024100001,12.4990340500001,12.4948836600001,12.4929305350001,12.4873153000001,12.4741317070001,12.4445906910001,12.4431258470001,12.4387313160001,12.4321395190001,12.4240014980001,12.4392195970001,12.443044467,12.4383244150001,12.426931186,12.4155379570001,12.406911655,12.4035750660001,12.3921004570001,12.3916121750001,12.4165145190001,12.4158634770001,12.4082137380001,12.3967391290001,12.3967391290001,12.4038192070001,12.4162703790001,12.4240014980001,12.4161889980001,12.3979598320001,12.3933965943814,12.3931347810453,12.3632519669047,12.3497168103825,12.3470800916729,12.3452124156205,12.3444433729633,12.3442895637124,12.3435205210552,12.3418066533544,12.3394775522472,12.3365332159352,12.3329736453175,12.3270849735927,12.3047168081342,12.2975756946626,12.293378917503,12.2916870229378,12.2904345811909,12.2885888782741,12.2873364365273,12.2846997178177,12.2842382918637,12.2845459094661,12.2859521595645,12.2881274523201,12.2930712999005,12.2946313592498,12.2947851676014,12.2932251091515,12.2909179802805,12.2876440541298,12.2811401472,12.27199952246,12.2454785252137,12.2387768645606,12.2353491300583,12.2327124113487,12.2304052824778,12.2232641690062,12.1913378982254,12.1745288155524,12.169892584675,12.1630590879066,12.1564013735245,12.1480297905424,12.1351098683257,12.12906738735,12.1253320361445,12.1208496136188,12.1186743208632,12.1157299845511,12.1042602578046,12.0872094760365,11.990661621037,11.9860253901596,11.9782690423824,11.9681835925987,11.9304565399374,11.9230297819988,11.910615231108,11.8949047809309,11.8696362254315,11.8215380794188,11.7973461832797,11.7935668867024,11.7876782149776,11.7836572184059,11.7677929598772,11.7564111238743,11.7475341704656,11.7389428615238,11.7356909076093,11.7182885637662,11.677507311813,11.6539526231151,11.640307603613,11.6222680523288,11.6062939299209,11.5533837724431,11.5249072084009,11.5094604304545,11.4885204882299,11.4498705845598,11.4318969508836,11.4215038843967,11.4190209740387,11.4058373795914,11.388896460803,11.3051366919048,11.272683077562,11.2728368859135,11.2130932316673,11.1957348322966,11.1949657896395,11.1909228208315,11.1912304375347,11.1929443052355,11.1958886415476,11.2103027046061,11.3324926503155,11.3583764401206,11.3858642346467,11.4258105245361,11.4452123814463,11.4111108170106,11.4169115988911,11.4185803152293,11.4456957796365,11.4786547653052,11.4882787891348,11.4965844536096,11.5395409983184,11.5667870928501,11.6025366055799,11.6376049663961,11.6630932487544,11.6943383676216,11.7186620989767,11.7538183496371,11.7739233315964,11.800927727033,11.8399951112854,11.9619433578997,12.0287182626377,12.0401879893842,12.0751025418488,12.1167846725746,12.148513189632,12.1638940490711,12.1891186591988,12.2284277434456,12.266352548931,12.2808984481049,12.2852929798871,12.2868750105733,12.3212564124379],\"lat\":[45.1648073138411,45.1387393250001,45.1010195980001,45.103461005,45.107855536,45.114447333,45.1241722680001,45.1283633480001,45.1063500020001,45.088568427,45.078558661,45.0799014340001,45.083685614,45.0867373720001,45.0935733090001,45.0814476580001,45.0669619810001,45.0521914730001,45.0389671900001,45.032171942,45.0311546900001,45.0293643250001,45.027085679,45.024644273,45.010972398,45.0264346370001,45.038763739,45.0509300800001,45.065619208,45.056341864,45.0498721370001,45.0428734400001,45.032171942,45.020005601,45.0155296900001,45.010972398,44.9920108090001,44.97650788,44.9837100280001,44.9839541690001,44.9833031270001,44.9837100280001,44.991156317,44.991441148,44.9876162780001,44.980169989,44.9700381530001,44.9608421900001,44.9500186220001,44.943345445,44.93378327,44.9283714860001,44.922308661,44.922308661,44.9214541690001,44.9104678410001,44.878159898,44.862250067,44.8457705750001,44.82050202,44.8250186220001,44.834906317,44.8460147160001,44.8546410180001,44.8775902360001,44.8900820980001,44.901109117,44.904974677,44.8998477230001,44.891302802,44.884711005,44.868394273,44.8588320980001,44.8511416690001,44.8435733090001,44.8362490910001,44.8334821640001,44.826646226,44.825425523,44.8214378930001,44.82050202,44.8032901060001,44.7937686220001,44.7934521931044,44.7935940090562,44.8092824860979,44.8180385904086,44.8206753091182,44.8237734537818,44.8276516272208,44.8362319500444,44.8400551928928,44.8433071459081,44.8462075368483,44.8486355148171,44.8507998214546,44.8529970873457,44.858611101621,44.861445574054,44.8647524594584,44.8680153985918,44.8715749692095,44.8790676456553,44.8897463566091,44.9007766305371,44.9045998724861,44.9086758005477,44.9122683304191,44.915454364927,44.9211562699459,44.9241884970015,44.9274404500167,44.9303628131933,44.93317531339,44.9353506061455,44.9364272664052,44.9364272664052,44.9325051475944,44.9308022660118,44.9291213584639,44.9274404500167,44.9262758990135,44.9261220906619,44.9314175003174,44.9368447469874,44.9371523645899,44.9346694542319,44.9332302448799,44.9334279986032,44.9368447469874,44.9400527546309,44.9435903530124,44.9535879120525,44.9565322474652,44.9590151578233,44.9649587619373,44.9704848854691,44.9838662336397,44.9852614967207,44.9855801004413,44.9848989485276,44.9784939184595,44.9784939184595,44.980592307489,44.9812075417946,44.9853713605998,44.9776479711769,44.9776479711769,44.9754946506576,44.9661233129405,44.9639699924212,44.9633547581155,44.9611574922245,44.956740988206,44.9497097377142,44.9385476276709,44.9319338577613,44.9223977246752,44.9058413281148,44.898293720179,44.8950857125356,44.898810077623,44.9292422075618,44.9399758509048,44.9425796103607,44.9435134483869,44.937514912783,44.9376687220339,44.9498635460658,44.9668703833615,44.9723965059939,44.973615988487,45.0129580310883,45.033788110333,45.0595730232764,45.059210474184,45.0633962652254,45.0653078866496,45.0875332289753,45.0909389912414,45.0938833275535,45.0962673601505,45.1042983662766,45.089521755025,45.0635061291046,45.0530361579923,45.0663406015375,45.0927407487865,45.1215798619211,45.1293801550701,45.1317714496926,45.1265346956197,45.1165261504614,45.1112746852785,45.1113515899039,45.1283584263003,45.129215359701,45.1257986113168,45.1186025663553,45.1078579368942,45.1108572046962,45.1102969018805,45.0986953390187,45.1073635525859,45.1283584263003,45.1388613566663,45.1431899699411,45.1455630164201,45.1228103305323,45.0927956802764,45.0673183849355,45.0582436778035,45.0871816669004,45.1143288845703,45.1088357202922,45.1208657498544,45.1282375763031,45.1338515905784,45.1453762488148,45.1648073138411]}]],[[{\"lng\":[12.3933965943814,12.375661655,12.3574324880001,12.346853061,12.3210555350001,12.3029891290001,12.2923283210001,12.2663680350001,12.2663680350001,12.2800399100001,12.253591342,12.2465926440001,12.2526961600001,12.2658797540001,12.2695822962308,12.2430615324637,12.2325805752333,12.2238134848045,12.2053344807017,12.1777368231958,12.1290893604856,12.0922631874961,12.0675219755587,12.0547778339299,12.0421215839439,12.0290258802402,12.0235986335701,12.0055810545221,12.0020654301754,11.9980664058399,11.9944628907498,11.987036131912,11.8796337844715,11.868977045754,11.8612206979768,11.8524975529197,11.8274926687516,11.7893481364073,11.7615087798063,11.7600146389644,11.7651342680321,11.7867773353058,11.7958959887089,11.7882055585397,11.7704955970941,11.7497094632211,11.7344164936263,11.7062695203221,11.6940527222553,11.6732006707743,11.6062719576847,11.4677123821207,11.4120995865267,11.3750317144421,11.3550805417336,11.2866357146665,11.2755395231305,11.264597139946,11.2579833700365,11.2597631553454,11.2696947967775,11.2725512414466,11.2697387412499,11.2657397178137,11.2619604212364,11.2596093469937,11.2600048544405,11.2653661826033,11.2933373753196,11.306301242908,11.3137060286103,11.3234618885553,11.335568822743,11.3459618892298,11.3564428464602,11.3686376713914,11.3361620839131,11.247040986852,11.2348901072926,11.2486889360455,11.257016573656,11.2750121795684,11.2796484104458,11.2867895239174,11.2917553437341,11.2945458716946,11.2981493876841,11.3029613991492,11.3709228271268,11.4215038843967,11.4318969508836,11.4498705845598,11.4885204882299,11.5094604304545,11.5249072084009,11.5533837724431,11.6062939299209,11.6222680523288,11.640307603613,11.6539526231151,11.677507311813,11.7182885637662,11.7356909076093,11.7389428615238,11.7475341704656,11.7564111238743,11.7677929598772,11.7836572184059,11.7876782149776,11.7935668867024,11.7973461832797,11.8215380794188,11.8696362254315,11.8949047809309,11.910615231108,11.9230297819988,11.9304565399374,11.9681835925987,11.9782690423824,11.9860253901596,11.990661621037,12.0872094760365,12.1042602578046,12.1157299845511,12.1186743208632,12.1208496136188,12.1253320361445,12.12906738735,12.1351098683257,12.1480297905424,12.1564013735245,12.1630590879066,12.169892584675,12.1745288155524,12.1913378982254,12.2232641690062,12.2304052824778,12.2327124113487,12.2353491300583,12.2387768645606,12.2454785252137,12.27199952246,12.2811401472,12.2876440541298,12.2909179802805,12.2932251091515,12.2947851676014,12.2946313592498,12.2930712999005,12.2881274523201,12.2859521595645,12.2845459094661,12.2842382918637,12.2846997178177,12.2873364365273,12.2885888782741,12.2904345811909,12.2916870229378,12.293378917503,12.2975756946626,12.3047168081342,12.3270849735927,12.3329736453175,12.3365332159352,12.3394775522472,12.3418066533544,12.3435205210552,12.3442895637124,12.3444433729633,12.3452124156205,12.3470800916729,12.3497168103825,12.3632519669047,12.3931347810453,12.3933965943814],\"lat\":[44.7934521931044,44.792222398,44.8041445980001,44.8153343770001,44.8334821640001,44.8429222680001,44.8432477890001,44.826646226,44.82050202,44.82050202,44.7512881530001,44.711615302,44.668402411,44.6361758480001,44.6297547724636,44.6095510330537,44.5979934155637,44.5836892163842,44.5734719304852,44.5641994687305,44.5592336489137,44.557761480308,44.5511147520442,44.55070825758,44.5535866753847,44.5594753480089,44.564056646497,44.5966750562089,44.5995864332672,44.6008059157604,44.6003664629419,44.5976198803532,44.5797451244379,44.573515875857,44.5633535214478,44.5559377505268,44.5609145573609,44.5544216365493,44.5719777896433,44.5823159246402,44.5883913648696,44.6021901936225,44.6205153893737,44.6365883877439,44.64762964779,44.6508156831972,44.6466298921558,44.6324025967024,44.6299196863444,44.6359292080665,44.6964089466156,44.7522524551866,44.7635573865641,44.7774660791962,44.7703469379608,44.7119326291875,44.7077907835178,44.7069997677251,44.7120095338129,44.7253359495944,44.7407058238147,44.7488247206843,44.7578664685627,44.7616018206675,44.7638100726767,44.7668203265968,44.7729616844342,44.781915541569,44.8027016754419,44.8202907877896,44.8272341475379,44.8324636395853,44.834594986969,44.8339358072917,44.8350893721768,44.8426259930951,44.8692238949668,44.8987331729975,44.9059731642301,44.9227932330213,44.9473366912353,44.9424807334991,44.9426784872224,44.9461941124683,44.9541592009863,44.9569936734193,44.9588613494717,44.9600698458467,44.9581362521863,44.9498635460658,44.9376687220339,44.937514912783,44.9435134483869,44.9425796103607,44.9399758509048,44.9292422075618,44.898810077623,44.8950857125356,44.898293720179,44.9058413281148,44.9223977246752,44.9319338577613,44.9385476276709,44.9497097377142,44.956740988206,44.9611574922245,44.9633547581155,44.9639699924212,44.9661233129405,44.9754946506576,44.9776479711769,44.9776479711769,44.9853713605998,44.9812075417946,44.980592307489,44.9784939184595,44.9784939184595,44.9848989485276,44.9855801004413,44.9852614967207,44.9838662336397,44.9704848854691,44.9649587619373,44.9590151578233,44.9565322474652,44.9535879120525,44.9435903530124,44.9400527546309,44.9368447469874,44.9334279986032,44.9332302448799,44.9346694542319,44.9371523645899,44.9368447469874,44.9314175003174,44.9261220906619,44.9262758990135,44.9274404500167,44.9291213584639,44.9308022660118,44.9325051475944,44.9364272664052,44.9364272664052,44.9353506061455,44.93317531339,44.9303628131933,44.9274404500167,44.9241884970015,44.9211562699459,44.915454364927,44.9122683304191,44.9086758005477,44.9045998724861,44.9007766305371,44.8897463566091,44.8790676456553,44.8715749692095,44.8680153985918,44.8647524594584,44.861445574054,44.858611101621,44.8529970873457,44.8507998214546,44.8486355148171,44.8462075368483,44.8433071459081,44.8400551928928,44.8362319500444,44.8276516272208,44.8237734537818,44.8206753091182,44.8180385904086,44.8092824860979,44.7935940090562,44.7934521931044]}]],[[{\"lng\":[12.2695822962308,12.2749129570001,12.2834578790001,12.285817905,12.2800399100001,12.2837020190001,12.3142195970001,12.3182072270001,12.3210555350001,12.3254500660001,12.3392033210001,12.3421330090001,12.3442488940001,12.35027103,12.368825717,12.3856153657325,12.3549243301937,12.3474975722551,12.2874682726426,12.263056650544,12.2187597742442,12.2009619220551,12.2064990317049,12.2085424883451,12.2089379966912,12.1993139728615,12.1735400460363,12.1189160199584,12.1081054728892,12.1079736367739,12.1105883832473,12.1080395552812,12.0982836953362,12.0875610381114,12.0762011743447,12.0644897485031,12.0545581079703,12.0430664080882,12.0316406258142,11.9737866198566,11.9631738265109,11.9396191387123,11.9096484338281,11.8941577105099,11.886533198848,11.8734594673805,11.8252514583881,11.8082885664642,11.7885131752428,11.7812402256559,11.7769335855165,11.7738793862247,11.7702758702352,11.7643212800031,11.7578393462089,11.7292748923224,11.7243530169781,11.7199802433935,11.6921411017304,11.6790673702629,11.6537988147635,11.6444824085363,11.6342651226373,11.6033495945082,11.5937475429147,11.5881664878931,11.5884741054955,11.5901660000608,11.5932861169607,11.6056786956153,11.6087768402789,11.6107983246829,11.6093920745845,11.6041186371654,11.588320297144,11.5790038900175,11.5718408043097,11.5677978355017,11.564699690838,11.5620629712291,11.5561742995043,11.5510546704367,11.5262694735574,11.5421996892642,11.5549658031293,11.5736205896185,11.6211254735617,11.6343530133809,11.6494042838806,11.6607421745117,11.6643017451294,11.6654223507609,11.6650268424148,11.6668066277237,11.6716845576962,11.6773095580896,11.6833520390653,11.7167504775525,11.737163076215,11.7561694238798,11.8203295830438,11.8245483333389,11.8197143487382,11.7922704995839,11.7897436447534,11.7906445235259,11.7895239178945,11.7824047766591,11.7577514554653,11.7474682519583,11.7439965720841,11.742414541398,11.7441723535712,11.7505883697575,11.7680346589723,11.7780981356204,11.7837670813857,11.7893481364073,11.8274926687516,11.8524975529197,11.8612206979768,11.868977045754,11.8796337844715,11.987036131912,11.9944628907498,11.9980664058399,12.0020654301754,12.0055810545221,12.0235986335701,12.0290258802402,12.0421215839439,12.0547778339299,12.0675219755587,12.0922631874961,12.1290893604856,12.1777368231958,12.2053344807017,12.2238134848045,12.2325805752333,12.2430615324637,12.2695822962308],\"lat\":[44.6297547724636,44.6205101580001,44.613755601,44.6026878930001,44.5318871110001,44.4876162780001,44.387193101,44.3611514340001,44.353705145,44.3478050800001,44.3342959660001,44.3294945330001,44.308294989,44.2881533870001,44.250677802,44.2284960924798,44.1955092694372,44.1918947673296,44.2287648856909,44.2315554136514,44.2148781670937,44.2300942320632,44.2359499445343,44.241014642112,44.255505609796,44.2541323189513,44.2432558533749,44.265624017934,44.2723586378409,44.2777858836116,44.2828615682068,44.2885305130727,44.2950344200025,44.2995607870007,44.3019777797507,44.3021425742204,44.3092727015739,44.3283120093917,44.3302785614065,44.2547145940033,44.2460134220817,44.2344997499634,44.2038918385375,44.1807766026581,44.1747451086998,44.176557852363,44.1952675703421,44.1948500897598,44.1873903725676,44.1878627846398,44.1904885172312,44.1941359785925,44.1969814371436,44.1971682047488,44.193762443382,44.1674611729947,44.1563430083232,44.1316840160045,44.1305580953798,44.1278444720447,44.1188576556563,44.117462391676,44.1178249407684,44.1232521865392,44.1258889052488,44.1288332415608,44.1320851945761,44.1353701068449,44.1381826070416,44.1467409567297,44.149344717085,44.1522890533971,44.1569472565106,44.1625283115324,44.1706362213845,44.1732729409934,44.1736904206763,44.1719765538749,44.1696584388858,44.1667580479455,44.1642311922157,44.1626821198839,44.1622228361149,44.2014089281795,44.2174050219242,44.2291933532906,44.2443654728883,44.2546706486315,44.2745009713427,44.2827956496994,44.2874099074413,44.2948806116509,44.3077016570059,44.3134255333616,44.3176882290285,44.3189406707753,44.3182155734899,44.3068776819594,44.3089101524815,44.3188308077955,44.3957021484354,44.4053371583831,44.4131154792959,44.4304079601592,44.4377248551179,44.4467116715064,44.4596535668586,44.4709914574897,44.4858120150125,44.4949306675163,44.5007863808867,44.5064772988882,44.5112673381171,44.5144204142707,44.5142775920372,44.5198586470589,44.5304274950328,44.5544216365493,44.5609145573609,44.5559377505268,44.5633535214478,44.573515875857,44.5797451244379,44.5976198803532,44.6003664629419,44.6008059157604,44.5995864332672,44.5966750562089,44.564056646497,44.5594753480089,44.5535866753847,44.55070825758,44.5511147520442,44.557761480308,44.5592336489137,44.5641994687305,44.5734719304852,44.5836892163842,44.5979934155637,44.6095510330537,44.6297547724636]}]],[[{\"lng\":[12.3856153657325,12.3899845710001,12.417165561,12.4580184250001,12.4497802906279,12.4287304854236,12.4391894695184,12.4468579274514,12.4564160327737,12.4517358574238,12.4238305823155,12.4007592927072,12.3741504047174,12.3653833142885,12.3616699353192,12.3696460099554,12.394804702475,12.3261840948201,12.3196362425186,12.3089355584293,12.2884350699225,12.2448632909081,12.2376782320648,12.2313281334866,12.2262085044189,12.1923706131133,12.1872509840456,12.1746826239039,12.1705078189806,12.167871100271,12.1641577213018,12.1616748109437,12.1602685608454,12.1601147524938,12.1625976628519,12.1622900452494,12.1436792050313,12.1384057667128,12.1203662154285,12.1140161177496,12.1022387734006,12.0802221709164,12.0677636746539,11.968601073181,11.9540332017708,11.9357299782559,11.9188330048393,11.8849951126343,11.8755248971563,11.8296020438992,11.819824211718,11.8130126880851,11.8092773368796,11.7973461832797,11.7895458901307,11.7848876870171,11.7325927629456,11.7208154185967,11.7163354026567,11.7088842658961,11.708576649193,11.7062475471865,11.7014355357214,11.6955468630973,11.6879003782998,11.6854174688411,11.6851098512386,11.6871752810144,11.6856152225645,11.6831323122065,11.6599951040907,11.6533154165732,11.6507006700998,11.650063463558,11.6508544784514,11.6511620960539,11.6523925646651,11.6556445176803,11.6604565300448,11.6773535034614,11.681550280621,11.6848022336362,11.6952392463941,11.6978759651037,11.7033032117738,11.7202001842911,11.7229907122515,11.7260888569152,11.7305712785417,11.7386352439214,11.742260732147,11.7472265528631,11.7473803612147,11.7456664944132,11.7414257709825,11.7363281150505,11.7316699119369,11.7228369039,11.7199802433935,11.7243530169781,11.7292748923224,11.7578393462089,11.7643212800031,11.7702758702352,11.7738793862247,11.7769335855165,11.7812402256559,11.7885131752428,11.8082885664642,11.8252514583881,11.8734594673805,11.886533198848,11.8941577105099,11.9096484338281,11.9396191387123,11.9631738265109,11.9737866198566,12.0316406258142,12.0430664080882,12.0545581079703,12.0644897485031,12.0762011743447,12.0875610381114,12.0982836953362,12.1080395552812,12.1105883832473,12.1079736367739,12.1081054728892,12.1189160199584,12.1735400460363,12.1993139728615,12.2089379966912,12.2085424883451,12.2064990317049,12.2009619220551,12.2187597742442,12.263056650544,12.2874682726426,12.3474975722551,12.3549243301937,12.3856153657325],\"lat\":[44.2284960924798,44.2227237000001,44.1954613300001,44.1664085960001,44.162396475417,44.1473342187991,44.1384462792723,44.1256691792892,44.0943032113241,44.0892165406108,44.0830641966553,44.0709572624677,44.0674636103573,44.0638491082497,44.0528078482036,44.0436232771925,44.02954979099,43.9585781081931,43.9565895830428,43.9520742012634,43.9409340643556,43.9221254704141,43.9209938777652,43.921037823137,43.9220705380249,43.9224880186072,43.9234658020051,43.9276076476748,43.9284316227212,43.9286403625626,43.928244855116,43.9258937808733,43.9220705380249,43.9127761040339,43.8984059863471,43.8941652638159,43.8324660427736,43.8219740994251,43.804538795429,43.7938381113398,43.7590334227542,43.7541774659173,43.7543312742688,43.7731398691096,43.7811489021001,43.7954201429253,43.8035280536767,43.8154152610055,43.8173818139196,43.8208425067762,43.8224465114973,43.8244020773939,43.8264235617979,43.8362343532328,43.8444521269641,43.847451394766,43.868589090714,43.8757192180674,43.8791431709206,43.8848378705712,43.9195986146843,43.9240920224289,43.929519269099,43.931474835895,43.9346279120485,43.938528058623,43.943493879339,43.957523421069,43.9620497880672,43.9655873855494,43.9805178060519,43.986406478676,43.9908559410488,43.9949868006003,43.9994362638724,44.0127187351815,44.0177285012693,44.0209255227946,44.0218593608208,44.0230239118241,44.0244411480405,44.0267153176578,44.038393785145,44.0424806993248,44.0531813834141,44.0702321651822,44.0749892451575,44.0817018919287,44.0957094614225,44.1083657114085,44.1129360237784,44.1216481827174,44.1266140034335,44.1300746962902,44.131722646383,44.1325466205301,44.1327114158991,44.1317995501091,44.1316840160045,44.1563430083232,44.1674611729947,44.193762443382,44.1971682047488,44.1969814371436,44.1941359785925,44.1904885172312,44.1878627846398,44.1873903725676,44.1948500897598,44.1952675703421,44.176557852363,44.1747451086998,44.1807766026581,44.2038918385375,44.2344997499634,44.2460134220817,44.2547145940033,44.3302785614065,44.3283120093917,44.3092727015739,44.3021425742204,44.3019777797507,44.2995607870007,44.2950344200025,44.2885305130727,44.2828615682068,44.2777858836116,44.2723586378409,44.265624017934,44.2432558533749,44.2541323189513,44.255505609796,44.241014642112,44.2359499445343,44.2300942320632,44.2148781670937,44.2315554136514,44.2287648856909,44.1918947673296,44.1955092694372,44.2284960924798]}]],[[{\"lng\":[13.1772063830154,13.2532658210001,13.3701278000001,13.389821811,13.3996688160001,13.4466251960001,13.4733992850001,13.4831649100001,13.4907332690001,13.4962671230001,13.4990340500001,13.5012313160001,13.5044051440001,13.5102645190001,13.5161238940001,13.5190535820001,13.5210067070001,13.5241805350001,13.5432235040001,13.557790561,13.5691837900001,13.5788680350001,13.5979110040001,13.6155705090001,13.6245223320001,13.6169539720001,13.6469664139639,13.6286792612389,13.61931890964,13.6218237922342,13.6154517214198,13.6082227172046,13.5867114860462,13.5786035761941,13.5722315053796,13.5598389267251,13.5464356054188,13.5313623626829,13.395747123431,13.3399585472491,13.3158765149892,13.2951562996235,13.2847192868656,13.2822363774069,13.277292528927,13.2693384274265,13.2579565905242,13.2398730938682,13.2132202614059,13.1969604945312,13.1717578575391,13.0982153736406,13.0909643971892,13.0830981855328,13.0761987711563,13.0718042402735,13.0677173260937,13.0665527750905,13.0592358801317,13.0108520896522,12.9859131239915,12.9581836303702,12.9440332395424,12.9310473988184,12.903823276523,12.8949682962499,12.8879370457581,12.8833667324887,12.8818725925461,12.8834546232322,12.8934082369006,12.8907275728192,12.8786645840033,12.8635473958956,12.8517237724341,12.8509350912814,12.8017383118736,12.7956738586616,12.7944433900504,12.7958496401488,12.7933667297907,12.7911914361359,12.7888623350287,12.7540796186794,12.7491137979634,12.74649905149,12.7466528607409,12.7531567667714,12.7540796186794,12.753772001077,12.7540796186794,12.7572436809511,12.7584741504617,12.7581665328592,12.9080420268181,12.9212695666372,12.9298169302072,12.9572168330903,12.9690600959466,12.9760913455391,12.9852759165503,12.992065467947,13.0025464251773,13.0540503334561,13.0580493568923,13.0609058024608,13.0639819739889,13.0674097084913,13.0776269943902,13.1165185971555,13.1772063830154],\"lat\":[43.751518513249,43.7031924500001,43.6504580750001,43.6445987000001,43.6356468770001,43.623724677,43.612005927,43.6162783870001,43.6236026060001,43.6275088560001,43.6284854190001,43.630601304,43.63275788,43.633734442,43.6317406270001,43.627183335,43.6227074240001,43.6206729190001,43.61322663,43.5967471370001,43.580308335,43.5729027360001,43.569525458,43.560492255,43.5471865910001,43.5313174500001,43.4752805907775,43.4688734994124,43.4603371219606,43.4349147581096,43.4226759878065,43.4197426385119,43.4180397578285,43.4191713495781,43.423335167484,43.4426491336505,43.4484718877674,43.4480983525569,43.4214235469591,43.4002638778757,43.39964864357,43.4086684192122,43.4306960078145,43.4420558715812,43.4497682739866,43.4545802863511,43.4573048958043,43.4532619269963,43.4237856073199,43.4128761833891,43.41126119255,43.4309377069096,43.429113976229,43.4246535268388,43.4188307727219,43.4129201287609,43.3981984480999,43.3732375093036,43.3591310638475,43.3087148019465,43.2902028385901,43.2757997616496,43.2716249567263,43.2730861383146,43.2816225157665,43.281941119487,43.2789198794488,43.2728554253376,43.2640553765544,43.2571339899417,43.2395338914759,43.2272951211729,43.2196266641392,43.2135622109273,43.2060902233851,43.2087282263266,43.26924092323,43.2784694396129,43.2860609929205,43.2992226142322,43.3142519115964,43.3197121166208,43.3240736891494,43.3651295994514,43.3727541111133,43.3788295504434,43.3830922461103,43.4068337024134,43.4154359974733,43.4195668570248,43.4276637816582,43.4407594844626,43.4445277958211,43.461227014615,43.56327902091,43.5834499195781,43.5920302424017,43.5996877133173,43.6062245795007,43.616178193169,43.6389638383105,43.6492140825638,43.6575636924105,43.6843923063598,43.6886000705368,43.6954994849133,43.7155055891116,43.7214052478539,43.7271730704808,43.7287221419133,43.751518513249]}]],[[{\"lng\":[13.6469664139639,13.7449970283844,13.6344800431195,13.6009937129895,13.6064868772676,13.6068384402418,13.6015869750589,13.5901392205486,13.5771094353522,13.547819883281,13.5336914646894,13.5245288668137,13.5212988860347,13.5199146090719,13.5162671477107,13.5084448814261,13.4744971262414,13.4630933171029,13.4525024968927,13.4438452703429,13.4382861875575,13.4341113826342,13.4342651909857,13.4373413634132,13.4419995665268,13.4592920482894,13.4634009347054,13.4657080635762,13.4667188062279,13.458764703828,13.440681207172,13.4192139213853,13.4011304247293,13.3890015174061,13.3818604039345,13.3722144078686,13.3435181178668,13.260417528646,13.2355884259651,13.2238110816161,13.216230515326,13.2176367654243,13.2418066884279,13.2242944807057,13.1667261183157,13.150444380104,13.1482690864491,13.146818890979,13.1449731880622,13.1437207463154,13.1418750433985,13.137216840285,13.105114788017,13.1003247487881,13.0908105888376,13.0695630290106,13.0562475984479,13.0487988682731,13.0430640048999,13.0385596101379,13.0325171291622,13.0237939841051,12.9949438857517,12.9885937880728,12.986418494418,12.9861108777148,12.9871875379745,12.9907690808284,12.9919995494396,12.9904614632259,12.986418494418,12.9768164437239,12.9721142952385,12.969323767278,12.968862341324,12.9691699589264,12.968862341324,12.9680713264306,12.96684085692,12.9646655641644,12.9618750371033,12.9359912463989,12.9297949570716,12.9131396836495,12.9070972026738,12.9047681006673,12.9046142923157,12.9041528663617,12.9025928079117,12.8982641946369,12.8965503269361,12.8957812842788,12.8959350926304,12.8976489603313,12.8979565770344,12.8976489603313,12.8971875343772,12.8922217136611,12.8909692719143,12.8916064793555,12.8945508156676,12.8953198583248,12.8928369479668,12.8878711272507,12.875170931893,12.8677222008189,12.8602295252724,12.8448706380695,12.8402344071921,12.8374438792316,12.8338843095133,12.8338843095133,12.8354223948276,12.8379053051857,12.8441015945129,12.8498364578862,12.8521655598927,12.8541870442966,12.8557251305103,12.8568237630062,12.8574389973119,12.8572851889603,12.8560327472135,12.8517237724341,12.8635473958956,12.8786645840033,12.8907275728192,12.8934082369006,12.8834546232322,12.8818725925461,12.8833667324887,12.8879370457581,12.8949682962499,12.903823276523,12.9310473988184,12.9440332395424,12.9581836303702,12.9859131239915,13.0108520896522,13.0592358801317,13.0665527750905,13.0677173260937,13.0718042402735,13.0761987711563,13.0830981855328,13.0909643971892,13.0982153736406,13.1717578575391,13.1969604945312,13.2132202614059,13.2398730938682,13.2579565905242,13.2693384274265,13.277292528927,13.2822363774069,13.2847192868656,13.2951562996235,13.3158765149892,13.3399585472491,13.395747123431,13.5313623626829,13.5464356054188,13.5598389267251,13.5722315053796,13.5786035761941,13.5867114860462,13.6082227172046,13.6154517214198,13.6218237922342,13.61931890964,13.6286792612389,13.6469664139639],\"lat\":[43.4752805907775,43.2922455766188,43.2777443423275,43.267834674031,43.2527174859232,43.2358534708609,43.2206154336553,43.2103761755201,43.2086183624475,43.2135622109273,43.211474808016,43.2049599149681,43.1973024440525,43.1887331082463,43.1794716335091,43.1734401386515,43.1662111344363,43.1614101090892,43.1548183123152,43.146150098748,43.135053907212,43.1123451657967,43.1000624501219,43.0902956040588,43.0855385240836,43.0754420881818,43.069619334065,43.0630165502736,43.048833200192,43.0300136192331,43.016423531221,43.0118202595973,43.0199831018386,43.0360451140907,43.0425490201212,43.0459328092517,43.0379896938692,42.9714015567365,42.9655568303834,42.9606349550391,42.9511427673248,42.9388161062782,42.891959414995,42.8476735248133,42.8245143444614,42.8236134656889,42.8267445687068,42.8301723032092,42.8377418833812,42.840949891924,42.8441029680775,42.8494533101222,42.8763808009332,42.8815224031364,42.888498721239,42.9005067785649,42.9124708905192,42.9178432048,42.9193483317601,42.9187001391001,42.9171730390045,42.9160853926268,42.9171730390045,42.9156788981626,42.9129652757269,42.9096254310688,42.9063185465636,42.8999135173949,42.8965517005005,42.8928383215313,42.8896083407523,42.8872792387459,42.8886964758617,42.8918056066434,42.8954750402409,42.9124708905192,42.9165578046989,42.9202711836681,42.9237868089141,42.9268080489523,42.9293129324458,42.9428041435963,42.9473524837301,42.9634254821003,42.9715333928518,42.9787184516952,42.9871669384034,42.9911769479577,42.9946376417138,43.0006801226895,43.0039870071946,43.007195014838,43.0111171345481,43.0191810999278,43.0230592733668,43.026541939359,43.0286952598783,43.0407033172043,43.0526674291585,43.0614015603337,43.0786061504535,43.0874501455078,43.0939101061664,43.1016884270792,43.115761914181,43.1217604488856,43.125352978757,43.1270338872041,43.129406933683,43.1324831061104,43.1429530772227,43.1464137709787,43.1494130378813,43.1518080574958,43.1563893568833,43.1617067396743,43.1648598158278,43.1682216327221,43.1718361348297,43.1755824730527,43.179823195584,43.1840309597609,43.1916774445584,43.2060902233851,43.2135622109273,43.2196266641392,43.2272951211729,43.2395338914759,43.2571339899417,43.2640553765544,43.2728554253376,43.2789198794488,43.281941119487,43.2816225157665,43.2730861383146,43.2716249567263,43.2757997616496,43.2902028385901,43.3087148019465,43.3591310638475,43.3732375093036,43.3981984480999,43.4129201287609,43.4188307727219,43.4246535268388,43.429113976229,43.4309377069096,43.41126119255,43.4128761833891,43.4237856073199,43.4532619269963,43.4573048958043,43.4545802863511,43.4497682739866,43.4420558715812,43.4306960078145,43.4086684192122,43.39964864357,43.4002638778757,43.4214235469591,43.4480983525569,43.4484718877674,43.4426491336505,43.423335167484,43.4191713495781,43.4180397578285,43.4197426385119,43.4226759878065,43.4349147581096,43.4603371219606,43.4688734994124,43.4752805907775]}]],[[{\"lng\":[13.7449970283844,13.7602645190001,13.77605228,13.7802840500001,13.7866317070001,13.7907820970001,13.8027449880001,13.8348087900001,13.8486434250001,13.853485288726,13.8139307336165,13.8028125689449,13.7907056347572,13.7857837594129,13.7798950876881,13.6249878554052,13.5504126566188,13.4624780827972,13.4486133364363,13.4271021052779,13.4180493703821,13.4069751510823,13.3977905809705,13.3967798383189,13.4031738813695,13.4019653858938,13.39656011146,13.3881665571409,13.3779272990056,13.3739722200419,13.3640405795092,13.3571411651326,13.3497583525659,13.2947388190412,13.2867847166414,13.2803027828471,13.2638672353846,13.25786870068,13.2508594224244,13.2418066884279,13.2176367654243,13.216230515326,13.2238110816161,13.2355884259651,13.260417528646,13.3435181178668,13.3722144078686,13.3818604039345,13.3890015174061,13.4011304247293,13.4192139213853,13.440681207172,13.458764703828,13.4667188062279,13.4657080635762,13.4634009347054,13.4592920482894,13.4419995665268,13.4373413634132,13.4342651909857,13.4341113826342,13.4382861875575,13.4438452703429,13.4525024968927,13.4630933171029,13.4744971262414,13.5084448814261,13.5162671477107,13.5199146090719,13.5212988860347,13.5245288668137,13.5336914646894,13.547819883281,13.5771094353522,13.5901392205486,13.6015869750589,13.6068384402418,13.6064868772676,13.6009937129895,13.6344800431195,13.7449970283844],\"lat\":[43.2922455766188,43.2637393250001,43.2435977230001,43.236517645,43.2005882830001,43.192084052,43.178208726,43.1272647160001,43.091742255,43.0673566550877,43.0602260232124,43.0609291482616,43.0673122051941,43.073442576014,43.0764638169516,43.0299147423714,42.9925172804481,42.96842426207,42.9670399842079,42.9735658633739,42.974038275446,42.9692811954708,42.959415472546,42.9486488708487,42.9248305099201,42.9141408128482,42.9014845619629,42.8916298251563,42.889355655539,42.8920363196204,42.9058351483734,42.9110646404208,42.9142836350817,42.924467961727,42.9231166431186,42.9185573168667,42.8993751868154,42.8952992587538,42.8930580483902,42.891959414995,42.9388161062782,42.9511427673248,42.9606349550391,42.9655568303834,42.9714015567365,43.0379896938692,43.0459328092517,43.0425490201212,43.0360451140907,43.0199831018386,43.0118202595973,43.016423531221,43.0300136192331,43.048833200192,43.0630165502736,43.069619334065,43.0754420881818,43.0855385240836,43.0902956040588,43.1000624501219,43.1123451657967,43.135053907212,43.146150098748,43.1548183123152,43.1614101090892,43.1662111344363,43.1734401386515,43.1794716335091,43.1887331082463,43.1973024440525,43.2049599149681,43.211474808016,43.2135622109273,43.2086183624475,43.2103761755201,43.2206154336553,43.2358534708609,43.2527174859232,43.267834674031,43.2777443423275,43.2922455766188]}]],[[{\"lng\":[13.853485288726,13.8654077480001,13.905526647137,13.8885938222471,13.8170728236519,13.7607349307724,13.7400806330148,13.7251831708666,13.7191406907903,13.7127905931114,13.7038916665671,13.7000244792463,13.6978491855915,13.6967725253318,13.6959815104383,13.6939819982706,13.691345279561,13.6885547516005,13.6817212557314,13.6649780906664,13.6377979137427,13.6302173474526,13.625097718385,13.616088928861,13.6111450812805,13.604773010466,13.5772852168392,13.5706275015579,13.5652002548878,13.5608496684774,13.5571362895082,13.5506323834777,13.5467432230213,13.5424146097464,13.5363721287707,13.5304175385386,13.5218921481041,13.5110376556632,13.5085547453052,13.5001831623231,13.4977002528644,13.4957007406966,13.4942944905982,13.4929102136354,13.4916577718886,13.4901196856749,13.4853076742098,13.4779688061155,13.4616870679038,13.4519312079589,13.4437134342276,13.4361108948019,13.4330127501383,13.4314526916884,13.4297607971231,13.4199390186708,13.4115674365879,13.3375635276347,13.3116797378296,13.3041870613837,13.282478076502,13.2744141111223,13.2679102041926,13.2648120595289,13.2618677241161,13.2515845206091,13.2472339341987,13.2422681134826,13.1944775850725,13.1944775850725,13.1993335419094,13.203464401461,13.2089355926035,13.2132861790139,13.2191748516381,13.2261401836226,13.2384009261618,13.2449048330915,13.2489478018995,13.2503320788624,13.2560669422356,13.256374559838,13.2562866690945,13.2556494616533,13.2532764151744,13.2470801258471,13.2394775864215,13.2369946760634,13.2340503397514,13.2312598126902,13.2242944807057,13.2418066884279,13.2508594224244,13.25786870068,13.2638672353846,13.2803027828471,13.2867847166414,13.2947388190412,13.3497583525659,13.3571411651326,13.3640405795092,13.3739722200419,13.3779272990056,13.3881665571409,13.39656011146,13.4019653858938,13.4031738813695,13.3967798383189,13.3977905809705,13.4069751510823,13.4180493703821,13.4271021052779,13.4486133364363,13.4624780827972,13.5504126566188,13.6249878554052,13.7798950876881,13.7857837594129,13.7907056347572,13.8028125689449,13.8139307336165,13.853485288726],\"lat\":[43.0673566550877,43.0073102890001,42.901560778607,42.9001222572364,42.8871474035298,42.8686464262915,42.8637904685552,42.8645375389762,42.8630214258981,42.8600661034679,42.8526283585119,42.8475966201879,42.8431251846795,42.8339186414321,42.8302492078346,42.8267445687068,42.8238991101558,42.8213612683078,42.8170216680156,42.8114406129939,42.8074635626932,42.8077272340246,42.808551209071,42.8110341194291,42.8116273805991,42.8107155157085,42.8031239624009,42.8021461790029,42.8022450558646,42.8034315800034,42.8051344606868,42.8094850470972,42.8114406129939,42.8126271371327,42.811154968527,42.8074635626932,42.7981141963131,42.781008483055,42.7782179559939,42.7704176628449,42.7674403672791,42.7641554550102,42.7602333361995,42.7517079448658,42.7476759621759,42.7441054054401,42.7408534524249,42.7381618022254,42.7352723974032,42.7325368018319,42.7287575043553,42.7210670741861,42.7153212246947,42.7102125817452,42.7017311366826,42.6976991539927,42.695117366773,42.6876576495808,42.7192543305229,42.7258900726687,42.7395131199345,42.7430726905522,42.744621762884,42.7442152684199,42.7432264989038,42.737568540156,42.7363270845273,42.7355800150057,42.7346022316077,42.7490931983924,42.7559706405326,42.7598488139716,42.7605409529027,42.7592225935478,42.7582667832854,42.7585304546168,42.7615516955543,42.7648036485695,42.7677809432359,42.7708241564097,42.7923244014499,42.7977736203563,42.8024757688416,42.8062001348283,42.8131544806947,42.8264808973755,42.8385438861914,42.841312440117,42.843795350475,42.8454213274323,42.8476735248133,42.891959414995,42.8930580483902,42.8952992587538,42.8993751868154,42.9185573168667,42.9231166431186,42.924467961727,42.9142836350817,42.9110646404208,42.9058351483734,42.8920363196204,42.889355655539,42.8916298251563,42.9014845619629,42.9141408128482,42.9248305099201,42.9486488708487,42.959415472546,42.9692811954708,42.974038275446,42.9735658633739,42.9670399842079,42.96842426207,42.9925172804481,43.0299147423714,43.0764638169516,43.073442576014,43.0673122051941,43.0609291482616,43.0602260232124,43.0673566550877]}]],[[{\"lng\":[13.905526647137,13.9446720710001,13.9804793630001,14.0012313160001,14.0632430350001,14.0688582690001,14.075368686,14.1512627028896,14.119108967305,14.1036841624941,14.0789429505567,14.0700220517763,14.0622437308635,14.0542237108556,13.9945679473529,13.957214429902,13.9535669694401,13.9508863044593,13.9391089610097,13.8986572988952,13.8835401107875,13.8720044655336,13.8579859108211,13.8421216522924,13.8250708705243,13.8105249713503,13.7741382511794,13.7654151061222,13.7537915710242,13.7386304375447,13.5846240840343,13.5521924419276,13.541755430069,13.5316480080491,13.5243750584622,13.5166626551574,13.511499080718,13.5019629476319,13.4590064029231,13.4362866762891,13.4175879444281,13.3966919475753,13.3758838414661,13.38645268944,13.3867603070425,13.3862988810885,13.3833545447764,13.3797730019225,13.3757520053508,13.371203665217,13.3603491727761,13.3556909696625,13.3518237823417,13.3479565941215,13.3439136253135,13.3383325702919,13.3361572775363,13.3352344256282,13.3375635276347,13.4115674365879,13.4199390186708,13.4297607971231,13.4314526916884,13.4330127501383,13.4361108948019,13.4437134342276,13.4519312079589,13.4616870679038,13.4779688061155,13.4853076742098,13.4901196856749,13.4916577718886,13.4929102136354,13.4942944905982,13.4957007406966,13.4977002528644,13.5001831623231,13.5085547453052,13.5110376556632,13.5218921481041,13.5304175385386,13.5363721287707,13.5424146097464,13.5467432230213,13.5506323834777,13.5571362895082,13.5608496684774,13.5652002548878,13.5706275015579,13.5772852168392,13.604773010466,13.6111450812805,13.616088928861,13.625097718385,13.6302173474526,13.6377979137427,13.6649780906664,13.6817212557314,13.6885547516005,13.691345279561,13.6939819982706,13.6959815104383,13.6967725253318,13.6978491855915,13.7000244792463,13.7038916665671,13.7127905931114,13.7191406907903,13.7251831708666,13.7400806330148,13.7607349307724,13.8170728236519,13.8885938222471,13.905526647137],\"lat\":[42.901560778607,42.7982852230001,42.7303734400001,42.698431708,42.6248233090001,42.60956452,42.598822333,42.5315642378004,42.5291249290722,42.5322999774619,42.5456813256326,42.5421437281505,42.5356178489845,42.5322560320902,42.5405067650751,42.5289821059394,42.5258619890395,42.5123707778891,42.5008461187534,42.5095143323206,42.4998024177473,42.4873329344673,42.4880690187702,42.4935292237946,42.4952101322418,42.4847950926194,42.4384327865438,42.4200856176571,42.4308302471182,42.4378395244744,42.4516932847173,42.4429811266776,42.4420802479051,42.4440577869373,42.4492653067485,42.4641407948617,42.4708314693968,42.4769288818624,42.4932545663451,42.509360523969,42.5296852309886,42.5754542758941,42.6037660445673,42.6308363585111,42.6369337709767,42.6444264465233,42.6466456846506,42.6486671699539,42.6503151191474,42.6517103822283,42.6536220036525,42.6549623361429,42.6566212714545,42.6596205392565,42.663520685831,42.6701564279767,42.6754847977851,42.6795387527113,42.6876576495808,42.695117366773,42.6976991539927,42.7017311366826,42.7102125817452,42.7153212246947,42.7210670741861,42.7287575043553,42.7325368018319,42.7352723974032,42.7381618022254,42.7408534524249,42.7441054054401,42.7476759621759,42.7517079448658,42.7602333361995,42.7641554550102,42.7674403672791,42.7704176628449,42.7782179559939,42.781008483055,42.7981141963131,42.8074635626932,42.811154968527,42.8126271371327,42.8114406129939,42.8094850470972,42.8051344606868,42.8034315800034,42.8022450558646,42.8021461790029,42.8031239624009,42.8107155157085,42.8116273805991,42.8110341194291,42.808551209071,42.8077272340246,42.8074635626932,42.8114406129939,42.8170216680156,42.8213612683078,42.8238991101558,42.8267445687068,42.8302492078346,42.8339186414321,42.8431251846795,42.8475966201879,42.8526283585119,42.8600661034679,42.8630214258981,42.8645375389762,42.8637904685552,42.8686464262915,42.8871474035298,42.9001222572364,42.901560778607]}]],[[{\"lng\":[14.1512627028896,14.2205509770001,14.2571588439605,14.2284009639333,14.2201612170665,14.2058350447515,14.1901685408455,14.1778418797989,14.1675367040556,14.1538916836543,14.1478492026786,14.1335450034991,14.1275904132669,14.1246460769549,14.1212622878243,14.1164722485954,14.104035724569,14.0892700994355,14.0773609189712,14.0735596492584,14.1255469557274,14.1149781077535,14.1035962717505,14.098784259386,14.0947412905781,14.0916431459144,14.0943677553676,14.1073975414633,14.1131763502084,14.1140992021164,14.1116382639947,14.0927857246814,14.0853809389791,14.0188697055725,14.0016870876889,13.988635329357,13.9601367930785,13.9178174558109,13.9074683346959,13.889340892668,13.8654566141314,13.8174903033348,13.8052735061673,13.7954077832426,13.7910132523597,13.7951880563837,13.7997803418892,13.8039771199481,13.8073169637069,13.8093604203471,13.808767159177,13.8030322949045,13.8007471391691,13.8004834669384,13.8055591506343,13.8114917686302,13.8185669635945,13.825861886317,13.8325635460708,13.8435938199988,13.8344971406305,13.8190064173123,13.810788643581,13.8101734092754,13.8068994831247,13.7752368845746,13.7654151061222,13.7741382511794,13.8105249713503,13.8250708705243,13.8421216522924,13.8579859108211,13.8720044655336,13.8835401107875,13.8986572988952,13.9391089610097,13.9508863044593,13.9535669694401,13.957214429902,13.9945679473529,14.0542237108556,14.0622437308635,14.0700220517763,14.0789429505567,14.1036841624941,14.119108967305,14.1512627028896],\"lat\":[42.5315642378004,42.4701602230001,42.4460748682148,42.4168226785238,42.4248536846498,42.4307313702565,42.4335988019431,42.4325770731734,42.4261940162409,42.3961793668843,42.389236007136,42.3777882526257,42.370866866013,42.3627589552615,42.3449171577006,42.3382374701831,42.3340846383953,42.3322499206973,42.3273610046066,42.3140785332977,42.2317469876334,42.2105653463137,42.207302406281,42.2049952774101,42.200249183553,42.190141761533,42.1828358526924,42.1698829712221,42.157336584216,42.111875156913,42.1033717387148,42.0942530862109,42.0866835051396,42.0751149015314,42.0758070404625,42.0834645113781,42.1182911730991,42.1377699328361,42.1491957151101,42.1630275022174,42.1588746704297,42.1404835561711,42.1430323850365,42.1511622680242,42.1626100216351,42.1751454225232,42.1791334598413,42.1810340951474,42.1837696907186,42.1902516245128,42.1957887341627,42.203940590286,42.2086976702612,42.2148610003348,42.2349000637869,42.2470509433463,42.2480836582342,42.2453370756455,42.2462159821818,42.2692652995539,42.294270183722,42.3197474790629,42.3442030465333,42.3656813184381,42.3745912311004,42.4132301486524,42.4200856176571,42.4384327865438,42.4847950926194,42.4952101322418,42.4935292237946,42.4880690187702,42.4873329344673,42.4998024177473,42.5095143323206,42.5008461187534,42.5123707778891,42.5258619890395,42.5289821059394,42.5405067650751,42.5322560320902,42.5356178489845,42.5421437281505,42.5456813256326,42.5322999774619,42.5291249290722,42.5315642378004]}]],[[{\"lng\":[14.2571588439605,14.2841903000001,14.3562117850001,14.387380405,14.4290470710001,14.560231967,14.5958764980001,14.653493686,14.6936955090001,14.7092391290001,14.7170516290001,14.7228296230001,14.7295028000001,14.7407332690001,14.757497592,14.763356967,14.7623365314058,14.7634131916654,14.7623365314058,14.7598536210477,14.7544263743777,14.74930674531,14.7482300850504,14.7477686590963,14.7485377026529,14.7483838943012,14.744340924594,14.67345713344,14.6633716836562,14.6502979530881,14.6470459991735,14.6454859407236,14.6459693389139,14.64781504273,14.6484302770356,14.6445630888155,14.6344776399311,14.6095167011349,14.576601660838,14.5573755854149,14.5319092761922,14.5274048814301,14.5247681627205,14.5193409160504,14.5145508768215,14.4903814349552,14.4734180627934,14.4575977496364,14.4523243122172,14.4484571248964,14.4473584915012,14.4483033156455,14.45155526956,14.4523243122172,14.4517090779116,14.4501490194617,14.4453589802328,14.4400855419142,14.4351197220975,14.4332520460451,14.432329194137,14.432329194137,14.434812104495,14.4342847609329,14.4329444284426,14.4308789986669,14.4282422799573,14.4221997989815,14.3874830011396,14.3832862239801,14.380341887668,14.3767163994423,14.3723877861674,14.3650928634449,14.358281339812,14.3539307543008,14.3480420816767,14.3387476476858,14.3336280186181,14.3297608312973,14.3274317292909,14.3212134677273,14.3188404203491,14.3157422756855,14.3121827050678,14.2946704973456,14.2882984274304,14.2861451069111,14.2844312392103,14.2828711807604,14.2763672747299,14.271709070717,14.2295909621532,14.229410536567,14.2102295765337,14.1943872911406,14.1171753736446,14.1062549635957,14.0997510566659,14.0888526188533,14.0819312313412,14.0976197092821,14.095774005466,14.0815796692663,14.0879956854525,14.0990259593805,14.1022779123957,14.0853809389791,14.0927857246814,14.1116382639947,14.1140992021164,14.1131763502084,14.1073975414633,14.0943677553676,14.0916431459144,14.0947412905781,14.098784259386,14.1035962717505,14.1149781077535,14.1255469557274,14.0735596492584,14.0773609189712,14.0892700994355,14.104035724569,14.1164722485954,14.1212622878243,14.1246460769549,14.1275904132669,14.1335450034991,14.1478492026786,14.1538916836543,14.1675367040556,14.1778418797989,14.1901685408455,14.2058350447515,14.2201612170665,14.2284009639333,14.2571588439605],\"lat\":[42.4460748682148,42.4282901060001,42.3929710960001,42.3729515650001,42.3217227230001,42.2256533870001,42.2085635440001,42.1910667990001,42.1853701840001,42.175482489,42.1600609400001,42.1188011740001,42.0991071640001,42.0846214860001,42.078843492,42.0779483090001,42.0748512293007,42.0650294517478,42.0619313070841,42.0576905845528,42.0508131424126,42.0415736408108,42.037541658121,42.0294776927413,42.0217982486902,42.0180519113666,42.0130421452787,41.9594068896162,41.9541114790615,41.9503541547205,41.947673490639,41.9412135290811,41.9366871620828,41.9288099643084,41.9249317899701,41.918790433032,41.9081886258044,41.8880396993726,41.8556410165197,41.8319215324527,41.8076307603513,41.8007093737386,41.7950953594632,41.7898548812977,41.786130515311,41.7760792811339,41.769024802053,41.7658277805276,41.7657179166485,41.7669044407873,41.7706507790102,41.7740345681408,41.7810658177333,41.7846803198408,41.7880750959889,41.7912940897504,41.7967982401466,41.8018409654882,41.8073670890199,41.8104762198017,41.8139369126584,41.8179908684838,41.8299549804379,41.8337013177616,41.8370301754023,41.8398207033628,41.8423805174469,41.8470057622062,41.8655616709344,41.8685060072464,41.8715052750484,41.8732630872217,41.8736146492966,41.8699012703273,41.8627162114839,41.8613978521291,41.8620460456884,41.8660230968884,41.869121241552,41.8721754408439,41.8748121595535,41.8838539083312,41.8865345724126,41.8888087420298,41.890720363454,41.8969276388994,41.9005970724969,41.9021681179643,41.9037940940222,41.9062330590085,41.9052992209822,41.9038819847657,41.8774794318303,41.8773663285932,41.8905116227132,41.896103663853,41.8895228531971,41.8934010275354,41.9023219263158,41.9285243198415,41.9393128946743,41.9497828657866,41.9691627486619,42.0052198789942,42.0269947823833,42.0492091385909,42.0697975187405,42.0866835051396,42.0942530862109,42.1033717387148,42.111875156913,42.157336584216,42.1698829712221,42.1828358526924,42.190141761533,42.200249183553,42.2049952774101,42.207302406281,42.2105653463137,42.2317469876334,42.3140785332977,42.3273610046066,42.3322499206973,42.3340846383953,42.3382374701831,42.3449171577006,42.3627589552615,42.370866866013,42.3777882526257,42.389236007136,42.3961793668843,42.4261940162409,42.4325770731734,42.4335988019431,42.4307313702565,42.4248536846498,42.4168226785238,42.4460748682148]}]],[[{\"lng\":[14.763356967,14.7801212900001,14.7998153000001,14.8354598320001,14.8711043630001,14.9519962900001,14.9936629570001,15.0073348320001,15.0345158210001,15.0451766290001,15.063161655,15.1043400400001,15.1233830090001,15.1435401332705,15.1420460185089,15.135234494876,15.1353883032276,15.1343116429679,15.1319825409615,15.1194141817191,15.1095924041661,15.1073292197677,15.1060767789202,15.1061866419,15.1070216030645,15.111504024691,15.1107349820338,15.1085596892782,15.1032423055879,15.1026270712823,15.1033961148388,15.1052637899919,15.1061866419,15.1052637899919,15.1073292197677,15.1107349820338,15.1130640840402,15.1158546111014,15.1197217984222,15.1239185764811,15.1290382055487,15.1521314682926,15.1570972881094,15.1587891826746,15.1570972881094,15.1446827372185,15.1397169165025,15.1310377168172,15.1126026580862,15.1088673059814,15.1048463094097,15.0954859578107,15.0838624227126,15.0713160348071,15.0672730659992,15.0634058786783,15.0544190613905,15.0491456239714,15.0431910337392,15.0346656433048,15.0228882989558,15.0176148615366,15.012495232469,15.0080128099432,14.9631446447096,14.9580250147426,14.9533887847646,14.9493458159566,14.9454786277365,14.9390626124496,14.9362720844891,14.9339429833819,14.9324048971683,14.9319434712142,14.9331739398255,14.938974721706,14.938974721706,14.9380298975617,14.9350416158779,14.9345801899238,14.9345801899238,14.9350416158779,14.946247671293,14.9952906414499,14.9367994280511,14.9268238421466,14.9190674943694,14.8811866333564,14.8517432729337,14.8270240332325,14.8222339940036,14.8141700295232,14.8073365327548,14.8011402434275,14.7972730561066,14.792614852993,14.7847046959649,14.7795850668973,14.7757178795765,14.77338877757,14.7715430746532,14.7675001058452,14.7642042074582,14.7587769607881,14.746823834952,14.7395508853651,14.7328711978475,14.6661622107175,14.6591968787329,14.6552637729048,14.6475074251276,14.6023536145277,14.5945972667504,14.5876099616304,14.5826661140499,14.5783155276395,14.5749097662727,14.5721192383122,14.5651319340915,14.5611109375197,14.5556836908497,14.5258667952164,14.5138484208679,14.4959400366034,14.4816358365246,14.4748023406555,14.4679908170226,14.4619483360469,14.4442603468375,14.4336695266273,14.382694794729,14.3793531181519,14.3833081962163,14.3922510681323,14.4040723569537,14.424243256521,14.4291871041016,14.4392066362772,14.4434253865723,14.4583008746856,14.4967090792606,14.5018506814637,14.5003785137574,14.488689060152,14.4231885693969,14.4255835890114,14.4384595658562,14.4720557580667,14.4907544899278,14.5085083967451,14.5190332993473,14.5161109361708,14.5051465798508,14.4906226538124,14.4811524383343,14.4903814349552,14.5145508768215,14.5193409160504,14.5247681627205,14.5274048814301,14.5319092761922,14.5573755854149,14.576601660838,14.6095167011349,14.6344776399311,14.6445630888155,14.6484302770356,14.64781504273,14.6459693389139,14.6454859407236,14.6470459991735,14.6502979530881,14.6633716836562,14.67345713344,14.744340924594,14.7483838943012,14.7485377026529,14.7477686590963,14.7482300850504,14.74930674531,14.7544263743777,14.7598536210477,14.7623365314058,14.7634131916654,14.7623365314058,14.763356967],\"lat\":[42.0779483090001,42.0752627620001,42.06635163,42.044134833,42.0318057310001,42.0210635440001,42.0106468770001,42.0013695330001,41.974595445,41.96898021,41.9643008480001,41.941880601,41.934271552,41.9311829604252,41.9281947300028,41.8899513198975,41.8843922380113,41.8756910660898,41.8696156258604,41.8514002930891,41.8406556645273,41.8358985836527,41.8297682128327,41.8186390620431,41.8125086903238,41.7967982401466,41.7919203110735,41.7851197735587,41.7743531709621,41.7637513646337,41.7578077605197,41.7537098602219,41.7495240691804,41.7362635701077,41.7274745074425,41.7212013134898,41.7183338818032,41.7160377390504,41.7139942824102,41.7124452100784,41.7113795359368,41.7090614209478,41.7078968699446,41.7055128364482,41.7016895944992,41.6937354920993,41.6914832947182,41.688978412124,41.6855726507572,41.683661029333,41.680661761531,41.672235247059,41.6648744076278,41.6531629808869,41.650636125157,41.6490321213353,41.6469447193233,41.6442310959883,41.6398914965953,41.6301246505322,41.6223683018556,41.619731583146,41.6192481849557,41.6197096109098,41.633991837853,41.6345411545506,41.634156633222,41.6329591229651,41.6311024330308,41.6265540937964,41.6237855389714,41.6200941322384,41.6152162022659,41.6072840730016,41.5932765044071,41.5630970596815,41.5589112686401,41.5502760143266,41.5377735726922,41.53337904091,41.52940198971,41.5259962283432,41.515756970208,41.4820728863546,41.4549586279383,41.4515748388077,41.4507288915251,41.4422035001913,41.4310084317937,41.4256910490027,41.4268006676167,41.4299757169058,41.4341065764573,41.4389185879224,41.4412476899289,41.44344495582,41.4452247411289,41.4446754244313,41.4426429539092,41.4399513028104,41.4364137053282,41.4251197591695,41.4208350912664,41.4163636557581,41.4097169265949,41.4069813310236,41.4054871901816,41.4040919271008,41.4032130205644,41.4019715649358,41.396027961721,41.3731104804643,41.3707813784578,41.3701331848985,41.3710670229248,41.3726160952565,41.3745826481706,41.3769886539033,41.3854810859833,41.3879639963413,41.3893592603216,41.3881178046929,41.3890310959083,41.3903919752095,41.4035206372675,41.4149683917778,41.4202638023326,41.4230543293938,41.4240870442816,41.4256910490027,41.4419607039233,41.4598145847752,41.4806117047663,41.4993873403535,41.5099891475811,41.520492077947,41.5208546261401,41.5193714723156,41.5196131714107,41.5281165896089,41.582301161969,41.5938917387127,41.6045265042947,41.6128761141413,41.644494768219,41.6598976007936,41.6673683041039,41.6734657165695,41.6800245540899,41.690483539084,41.7057545355433,41.7267603962753,41.7354615681968,41.73969130461,41.7456788540958,41.7760792811339,41.786130515311,41.7898548812977,41.7950953594632,41.8007093737386,41.8076307603513,41.8319215324527,41.8556410165197,41.8880396993726,41.9081886258044,41.918790433032,41.9249317899701,41.9288099643084,41.9366871620828,41.9412135290811,41.947673490639,41.9503541547205,41.9541114790615,41.9594068896162,42.0130421452787,42.0180519113666,42.0217982486902,42.0294776927413,42.037541658121,42.0415736408108,42.0508131424126,42.0576905845528,42.0619313070841,42.0650294517478,42.0748512293007,42.0779483090001]}]],[[{\"lng\":[15.1435401332705,15.1653751960001,15.2817488940001,15.4005639980001,15.4460555350001,15.6113387380001,15.7744246750001,16.0271102220001,16.1108504570001,16.11198978,16.1404728520001,16.1608992850001,16.1792098320001,16.1760360040001,16.1836043630001,16.1922306650001,16.193044467,16.1928817070001,16.1843367850001,16.16667728,16.1457625660001,16.12761478,16.1071883470001,16.0896916020001,16.063161655,16.0275171230001,15.9253035820001,15.900075717,15.8913680350001,15.8963322270001,15.911794467,15.9336043630001,15.9611108730001,15.9717342833318,15.9641529832736,15.9460035681101,15.9403126501087,15.9611207562179,16.0331910715107,16.0329933177874,15.9926734917882,15.9819728085982,15.983357085561,15.9869606015505,16.0126026922604,16.0201832585505,15.9482447793731,15.9234815951995,15.8583326665193,15.8494996584824,15.771101217747,15.7531715294425,15.5963966220065,15.5831690821874,15.5712818748586,15.561657851029,15.554736463517,15.5585597063653,15.4553761083207,15.4243067709407,15.4117603839346,15.4060255205613,15.4015211257993,15.3982691727841,15.39238050016,15.382558722607,15.2876148714292,15.2803419218422,15.275068484423,15.2640162373594,15.2584351832371,15.2553370385734,15.2089307862268,15.2028663330149,15.201020630098,15.2002296143052,15.2011744384496,15.2030201413664,15.2316065683884,15.2382642836698,15.2475806898969,15.2503712178574,15.2527003189645,15.2540845968267,15.2533155541695,15.246020631447,15.2446363544842,15.246482057401,15.2595118434967,15.263225222466,15.2660157495272,15.2675758079772,15.2661695578788,15.2624561789095,15.2520631124227,15.2458668230954,15.2401319597221,15.2207081305758,15.1870679929935,15.1786964100113,15.1751148671574,15.1672266832648,15.1636451404109,15.1590968002771,15.1552296129562,15.1434522686073,15.128247189756,15.1167774630095,15.1055714075944,15.091464961239,15.080149042844,15.0753370313789,15.0719312691128,15.066965449296,15.0660425973879,15.0666578316936,15.0689869337,15.0717774607612,15.0750294137764,15.0784351760425,15.0810718947521,15.0827857624529,15.0837086134617,15.0855762895141,15.0885206258262,15.0967383995575,15.0998365442211,15.1018580286251,15.1023194545792,15.0996827358696,15.0970460162606,15.0936402548938,15.0723926950668,15.0678883003048,15.0630982610759,15.0506837101851,15.0455201357457,15.0266016779251,15.0001026538144,14.9952906414499,14.946247671293,14.9350416158779,14.9345801899238,14.9345801899238,14.9350416158779,14.9380298975617,14.938974721706,14.938974721706,14.9331739398255,14.9319434712142,14.9324048971683,14.9339429833819,14.9362720844891,14.9390626124496,14.9454786277365,14.9493458159566,14.9533887847646,14.9580250147426,14.9631446447096,15.0080128099432,15.012495232469,15.0176148615366,15.0228882989558,15.0346656433048,15.0431910337392,15.0491456239714,15.0544190613905,15.0634058786783,15.0672730659992,15.0713160348071,15.0838624227126,15.0954859578107,15.1048463094097,15.1088673059814,15.1126026580862,15.1310377168172,15.1397169165025,15.1446827372185,15.1570972881094,15.1587891826746,15.1570972881094,15.1521314682926,15.1290382055487,15.1239185764811,15.1197217984222,15.1158546111014,15.1130640840402,15.1107349820338,15.1073292197677,15.1052637899919,15.1061866419,15.1052637899919,15.1033961148388,15.1026270712823,15.1032423055879,15.1085596892782,15.1107349820338,15.111504024691,15.1070216030645,15.1061866419,15.1060767789202,15.1073292197677,15.1095924041661,15.1194141817191,15.1319825409615,15.1343116429679,15.1353883032276,15.135234494876,15.1420460185089,15.1435401332705],\"lat\":[41.9311829604252,41.9278018250001,41.9280459660001,41.9077822940001,41.906927802,41.9280459660001,41.9212100280001,41.944077867,41.9280459660001,41.9263369810001,41.919907945,41.8926455750001,41.893296617,41.877386786,41.8584658870001,41.8213565120001,41.8084170590001,41.7909203150001,41.7796084660001,41.763413804,41.7488467470001,41.7424990910001,41.7376162780001,41.7260195980001,41.7014834660001,41.67991771,41.6400414080001,41.6146507830001,41.576849677,41.5364444030001,41.502875067,41.479437567,41.459458726,41.4539042816269,41.4509815767383,41.4375562831959,41.4297340178106,41.4210328449898,41.3671558902321,41.3634644834991,41.349423955651,41.3484022277806,41.3178272747089,41.3068189739165,41.2583253195579,41.2351990984596,41.1817066641312,41.1731593005612,41.136816525762,41.1315430883428,41.1045496790244,41.1027589075975,41.1093507043715,41.1045496790244,41.0965076867803,41.0861475786478,41.0691956737413,41.0551221866396,41.0793580272511,41.095628780244,41.1039234586007,41.1056263392841,41.1053187216816,41.1033082242951,41.0984522665588,41.0974964562964,41.1025062214849,41.1038465539752,41.105911983751,41.120534786651,41.1255006073671,41.1276759001227,41.1494288312755,41.1533839093399,41.1561964095367,41.1594044171801,41.1627113025845,41.1656995833691,41.190924194396,41.194802367835,41.2015150146062,41.2042066648057,41.2071510011178,41.210402954133,41.2144349368228,41.2231141365082,41.2264210219126,41.2288489998814,41.2317493908217,41.233375367779,41.2354188244192,41.2378687755236,41.2416151137465,41.247536744725,41.2588306908837,41.2638404569715,41.2667298608943,41.2722120390544,41.2870435826952,41.289054080981,41.2875599401391,41.2794190701339,41.2773206820038,41.2759254180236,41.2751563753664,41.2746180447869,41.3077088665709,41.3157178995614,41.3173768357723,41.3212550092113,41.326319706789,41.3303956348506,41.3354054009385,41.3486439268757,41.3539613096667,41.3584547183106,41.3616077944641,41.3644532530152,41.3667054503962,41.3685841125667,41.3708033515934,41.3738795231214,41.3772193668802,41.3803175115439,41.3825367505706,41.3852723461418,41.3874476388974,41.3906007150509,41.3964893876751,41.4190772790931,41.4258448573543,41.4302393882372,41.4380946137754,41.4415772797676,41.4462574560168,41.4607044774297,41.4638795267188,41.4687904159449,41.4795130722704,41.4820728863546,41.515756970208,41.5259962283432,41.52940198971,41.53337904091,41.5377735726922,41.5502760143266,41.5589112686401,41.5630970596815,41.5932765044071,41.6072840730016,41.6152162022659,41.6200941322384,41.6237855389714,41.6265540937964,41.6311024330308,41.6329591229651,41.634156633222,41.6345411545506,41.633991837853,41.6197096109098,41.6192481849557,41.619731583146,41.6223683018556,41.6301246505322,41.6398914965953,41.6442310959883,41.6469447193233,41.6490321213353,41.650636125157,41.6531629808869,41.6648744076278,41.672235247059,41.680661761531,41.683661029333,41.6855726507572,41.688978412124,41.6914832947182,41.6937354920993,41.7016895944992,41.7055128364482,41.7078968699446,41.7090614209478,41.7113795359368,41.7124452100784,41.7139942824102,41.7160377390504,41.7183338818032,41.7212013134898,41.7274745074425,41.7362635701077,41.7495240691804,41.7537098602219,41.7578077605197,41.7637513646337,41.7743531709621,41.7851197735587,41.7919203110735,41.7967982401466,41.8125086903238,41.8186390620431,41.8297682128327,41.8358985836527,41.8406556645273,41.8514002930891,41.8696156258604,41.8756910660898,41.8843922380113,41.8899513198975,41.9281947300028,41.9311829604252]}]],[[{\"lng\":[15.9717342833318,16.0216577480001,16.085134311,16.1003524100001,16.1141056650001,16.301442905,16.4602970710001,16.520681186,16.5385848320001,16.5441636455849,16.5398146259442,16.510459156265,16.5101954849337,16.512019214715,16.5128102305077,16.5094703867489,16.5043727308168,16.5003737064814,16.4951222421977,16.4863331786333,16.4665577874119,16.4326979229708,16.4128785863776,16.4027272189859,16.3939821007933,16.3707789750696,16.3621437207561,16.3429396184686,16.3380616884961,16.3352711614349,16.3369191106285,16.3436866888896,16.3455983103137,16.3417750683647,16.3240431337836,16.2793946945095,16.2675514325526,16.262277994234,16.2532692056093,16.2085768209635,16.1966236951274,16.1814186162761,16.1726954721183,16.1649391234418,16.1596656860225,16.1413624625076,16.1371876575843,16.1336280869666,16.130529942303,16.1254103132354,16.1224659778226,16.1190382433202,16.1148194930252,16.1100074806607,16.1058107035012,16.0946485934578,15.9875758358561,15.9840162652384,15.981687163232,15.9818409724829,15.9850929254981,15.9897511286117,15.9942555233737,15.997968902343,16.0006056210526,16.003396149013,16.0063844297976,16.0116578681161,16.0164698795813,16.0183375556337,16.0217433178998,16.0246876533125,16.0304225166858,16.0313453685939,16.024995270915,15.9838624568869,15.9734693895007,15.9624610887083,15.9533204630689,15.9307984901582,15.9004103046918,15.8960597191807,15.8839088396213,15.8657813975934,15.8583326665193,15.9234815951995,15.9482447793731,16.0201832585505,16.0126026922604,15.9869606015505,15.983357085561,15.9819728085982,15.9926734917882,16.0329933177874,16.0331910715107,15.9611207562179,15.9403126501087,15.9460035681101,15.9641529832736,15.9717342833318],\"lat\":[41.4539042816269,41.4278018250001,41.4126651060001,41.403550523,41.3928897160001,41.327866929,41.262640692,41.2501488300001,41.2394066430001,41.2351937757598,41.2204224863087,41.182497679924,41.178454711116,41.1744117423081,41.1692042224968,41.1616236562068,41.1548670640638,41.1519117416336,41.1514722879157,41.1522633037085,41.1595801986672,41.1869141839424,41.1937806390652,41.1925172112003,41.1882325432972,41.1695557845718,41.1653480212941,41.1628870831723,41.1602723375983,41.1534937723197,41.1459351782659,41.1311146216424,41.1185133022471,41.1125147675425,41.1045167197708,41.054968378288,41.0347535333489,40.9928736488998,40.9722632974132,40.9278565572343,40.9114319958899,40.9181226695255,40.9211219373275,40.922769886521,40.9227259411492,40.9193641251542,40.9181006972893,40.9163648573523,40.9142005507148,40.9086414679294,40.9061585584707,40.9041700324211,40.9036317027409,40.9041700324211,40.9055433241651,40.9109925430714,40.9499061180729,40.9525428376818,40.9560804351639,40.9620240383787,40.9645289218722,40.9653528960193,40.9651221830423,40.9655616367601,40.9662318025556,40.9676050934003,40.969439810199,40.9745814124022,40.9803382480117,40.9834913250646,40.9909400552393,41.0002894207202,41.0133631521877,41.0169227228054,41.0246790705826,41.0605384471916,41.0716566109638,41.0803358106491,41.0853785359906,41.0939478717968,41.101110958404,41.1028358113236,41.1115259980264,41.1306202364348,41.136816525762,41.1731593005612,41.1817066641312,41.2351990984596,41.2583253195579,41.3068189739165,41.3178272747089,41.3484022277806,41.349423955651,41.3634644834991,41.3671558902321,41.4210328449898,41.4297340178106,41.4375562831959,41.4509815767383,41.4539042816269]}]],[[{\"lng\":[16.5441636455849,16.554372592,16.5939233730001,16.8305770190001,16.8514103520001,16.8581649100001,16.8581649100001,16.864431186,16.8852645190001,17.0571395190001,17.2031356130001,17.2763778000001,17.3100692070001,17.3479110040001,17.3611759770001,17.3776961600001,17.3922604709042,17.3456398524972,17.3272487382387,17.317910358876,17.3156471753769,17.3155812577688,17.3184596755735,17.3244582111775,17.3702712005555,17.3855421979141,17.3914528427745,17.3970338968968,17.398879600713,17.3972536237557,17.3924416122906,17.3843337015391,17.3741603610118,17.3536818447413,17.3397731530086,17.3250954177194,17.2836989323598,17.2575514703241,17.2085084992678,17.1650026387608,17.1588283216697,17.1540602555763,17.1501930673562,17.1445680669627,17.1249025396205,17.063664743633,17.0501955047188,17.0365065398449,17.0246193325162,17.0164894495285,17.0156544883639,17.0136769493317,17.0057667923036,16.9969118120305,16.9867604437395,16.9565700128958,16.9464186455041,16.9388600514502,16.9333668871721,16.9296974535746,16.923083683665,16.9125587810629,16.9063844648712,16.8896632720424,16.8717116115017,16.8621315330438,16.8532326073989,16.8463991106304,16.8234376840019,16.8179225474876,16.8122316285868,16.8058815309079,16.7861500850584,16.7323170747732,16.715661801351,16.6945680498756,16.6911622885088,16.6841749833887,16.6532814274959,16.6328248834616,16.6289357239045,16.6210255668764,16.5868800579683,16.5783546666345,16.5747731237806,16.5760255655274,16.5767946081846,16.5746193154291,16.5693458771105,16.5511744897109,16.5448024197958,16.5379908961629,16.5359694117589,16.5359694117589,16.5379908961629,16.5460548606433,16.5482301542982,16.549614431261,16.5489991969554,16.5462086698942,16.5410890408265,16.5347389422484,16.5255763443728,16.5187648207399,16.5156666760763,16.5131837657182,16.5093165783974,16.5041310308224,16.5007252694556,16.4977809331435,16.4760719482618,16.4535939198235,16.4350929425852,16.4279738013498,16.420063645221,16.4104615936276,16.3964430389151,16.3404347358743,16.2454011908123,16.2348121728435,16.2274733056485,16.2155201807117,16.2122682267972,16.2082472311248,16.2035890271119,16.1966236951274,16.2085768209635,16.2532692056093,16.262277994234,16.2675514325526,16.2793946945095,16.3240431337836,16.3417750683647,16.3455983103137,16.3436866888896,16.3369191106285,16.3352711614349,16.3380616884961,16.3429396184686,16.3621437207561,16.3707789750696,16.3939821007933,16.4027272189859,16.4128785863776,16.4326979229708,16.4665577874119,16.4863331786333,16.4951222421977,16.5003737064814,16.5043727308168,16.5094703867489,16.5128102305077,16.512019214715,16.5101954849337,16.510459156265,16.5398146259442,16.5441636455849],\"lat\":[41.2351937757598,41.227484442,41.20697663,41.1463076840001,41.1329613300001,41.1329613300001,41.140366929,41.140366929,41.123968817,41.0818545590001,41.0209821640001,40.980210679,40.954779364,40.912095445,40.9063988300001,40.90228913,40.8936859483497,40.8664869260308,40.8478211534235,40.8327808699412,40.8247498638152,40.8159058687608,40.8110499119239,40.8081934663554,40.7952076265307,40.7943726653662,40.792922469896,40.7863965907301,40.7759266196178,40.7645777419692,40.7554371172292,40.750295515026,40.7484278389736,40.7485596750889,40.7419678783149,40.7425391672488,40.7598755934839,40.7649402910616,40.7633912187297,40.7469556712672,40.7401441476343,40.7222144593298,40.71355723278,40.7094483454648,40.7094483454648,40.720896099975,40.7195997128564,40.7160181700025,40.7161390199997,40.7259278382991,40.746087750849,40.7554151440936,40.7623585038419,40.7639075761737,40.7626441483088,40.7512623123059,40.743703718252,40.7338819397997,40.7125904355002,40.7052076229334,40.7008790096585,40.7009449272666,40.7034498098608,40.7151392634662,40.7207532777416,40.7214673889088,40.7197425350899,40.7159632385126,40.6954297907522,40.6931995656075,40.6934632378382,40.6965723686199,40.732223004488,40.7143262754373,40.7153919495788,40.7336402407045,40.7357056704803,40.7377930733916,40.7438685127217,40.7531190013408,40.7560633376529,40.758491316521,40.7623145584701,40.7607654861383,40.7580848220568,40.7547230051625,40.7513611891675,40.7492737862562,40.7492737862562,40.7575684646129,40.7591614823165,40.7575684646129,40.7546680736726,40.7517786697498,40.7490430732792,40.7412867255019,40.7384412669509,40.7354969306388,40.7321351137445,40.7301246154586,40.7304651923147,40.7335633369784,40.7418580144358,40.7514710521473,40.757513533123,40.7598865796019,40.7611829667205,40.7603040601842,40.7591614823165,40.7578211498262,40.7430665108108,40.7231702695922,40.7096131408338,40.7059876517087,40.7032520561374,40.7060425840979,40.7129639707106,40.7521412179428,40.8375468586006,40.8470630968844,40.859752306124,40.8913489870661,40.897578235647,40.9034998666255,40.9072681770847,40.9114319958899,40.9278565572343,40.9722632974132,40.9928736488998,41.0347535333489,41.054968378288,41.1045167197708,41.1125147675425,41.1185133022471,41.1311146216424,41.1459351782659,41.1534937723197,41.1602723375983,41.1628870831723,41.1653480212941,41.1695557845718,41.1882325432972,41.1925172112003,41.1937806390652,41.1869141839424,41.1595801986672,41.1522633037085,41.1514722879157,41.1519117416336,41.1548670640638,41.1616236562068,41.1692042224968,41.1744117423081,41.178454711116,41.182497679924,41.2204224863087,41.2351937757598]}]],[[{\"lng\":[17.3922604709042,17.4135848320001,17.4760848320001,17.4919539720001,17.5122176440001,17.5483504570001,17.6345320970001,17.6452742850001,17.7483830090001,17.8439233730001,17.9218856130001,17.9558211600001,17.9549259770001,17.9663192070001,17.9919539720001,18.007009311,18.0110783210001,18.0114852220001,18.0157983730001,18.0392358730001,18.0432235040001,18.0374455090001,18.0989281927907,18.0839870483636,18.0681887083422,18.0298024760035,17.9434279615312,17.8446388952688,17.8198757101958,17.7984963151528,17.7809401620588,17.7142311749288,17.6572780477437,17.6340529488845,17.6127174992132,17.6014674984263,17.5920412292193,17.5769899587196,17.567827360844,17.5523366375258,17.5418996256672,17.5177077304274,17.4904396627602,17.4852980605571,17.4518556766981,17.4484059699595,17.4508888794182,17.4650172980099,17.4654347785922,17.4620729625971,17.4572829233682,17.4437697390822,17.4315749141509,17.4248073358898,17.4114259877192,17.4038893659015,17.3939357522332,17.3614821378903,17.3538576262284,17.3536818447413,17.3741603610118,17.3843337015391,17.3924416122906,17.3972536237557,17.398879600713,17.3970338968968,17.3914528427745,17.3855421979141,17.3702712005555,17.3244582111775,17.3184596755735,17.3155812577688,17.3156471753769,17.317910358876,17.3272487382387,17.3456398524972,17.3922604709042],\"lat\":[40.8936859483497,40.881089585,40.8301455750001,40.82444896,40.82029857,40.801947333,40.7849795590001,40.779771226,40.7476260440001,40.6941592470001,40.6830101580001,40.6704776060001,40.646918036,40.6467959660001,40.6531436220001,40.6507022160001,40.6441917990001,40.635239976,40.62518952,40.6082217470001,40.601996161,40.5569522160001,40.5179343589075,40.5004114723116,40.4913807105513,40.4797571745539,40.4322303174752,40.409763275155,40.3973267520279,40.3795838313287,40.3937891536465,40.4062696230446,40.4494129353587,40.4597181111019,40.464167574374,40.4640906697486,40.4604212361511,40.4409864208866,40.4348670361848,40.4369214798424,40.4438868118269,40.4739124482009,40.4826465793761,40.4875354954667,40.5437854976026,40.5549036622742,40.5690430669839,40.5930372085003,40.6075501484206,40.6146583026385,40.6182398463918,40.6228211448799,40.6313685084499,40.6427393583347,40.6856189993173,40.6971546436719,40.7068555721269,40.7292237366861,40.7382874577,40.7485596750889,40.7484278389736,40.750295515026,40.7554371172292,40.7645777419692,40.7759266196178,40.7863965907301,40.792922469896,40.7943726653662,40.7952076265307,40.8081934663554,40.8110499119239,40.8159058687608,40.8247498638152,40.8327808699412,40.8478211534235,40.8664869260308,40.8936859483497]}]],[[{\"lng\":[18.0989281927907,18.1199650400001,18.2116805350001,18.2314559250001,18.2382918630001,18.2587996750001,18.270192905,18.3032332690001,18.3291121750001,18.3437606130001,18.3615014980001,18.3704533210001,18.4372664720001,18.5000106130001,18.5042423840001,18.509450717,18.5161238940001,18.5110783210001,18.5136824880001,18.5174259770001,18.5161238940001,18.5080672540001,18.491872592,18.483571811,18.470388217,18.4340926440001,18.4113875660001,18.407888217,18.4040633470001,18.3947860040001,18.3925887380001,18.3996688160001,18.400075717,18.3864852220001,18.3891707690001,18.383962436,18.37370853,18.368337436,18.3465275400001,18.3383895190001,18.3304142590001,18.2820744150001,18.2656356130001,18.2243758470001,18.2112736340001,18.1865340500001,18.1618758470001,18.1306258470001,18.0942488940001,18.0809025400001,18.0715438160001,18.0073348320001,17.9953719410001,17.9953719410001,18.0110783210001,18.0202742850001,18.02214603,18.0157983730001,18.0051375660001,17.9783634770001,17.96745853,18.0029403000001,18.0109969410001,17.997243686,17.96745853,17.9406844410001,17.9260360040001,17.919606967,17.9192000660001,17.9170028000001,17.9111434250001,17.8996688160001,17.91277103,17.91277103,17.8631291020001,17.8476668630001,17.7640221217015,17.7696022705284,17.7929592055029,17.7984963151528,17.8198757101958,17.8446388952688,17.9434279615312,18.0298024760035,18.0681887083422,18.0839870483636,18.0989281927907],\"lat\":[40.5179343589075,40.504584052,40.4647484400001,40.461371161,40.4576683610001,40.430650132,40.4212100280001,40.3998884140001,40.3666852890001,40.3516299500001,40.3452822940001,40.3386904970001,40.2678897160001,40.1524925800001,40.146429755,40.141831773,40.1392276060001,40.1275902360001,40.1205508480001,40.1141625020001,40.104478257,40.0945498720001,40.084662177,40.055161851,40.043443101,40.0225283870001,39.9788272160001,39.968491929,39.947495835,39.9256045590001,39.9160830750001,39.890326239,39.8785667990001,39.8253441430001,39.817084052,39.8139102230001,39.799790757,39.796616929,39.798041083,39.8001162780001,39.803412177,39.833197333,39.837591864,39.837591864,39.8393415390001,39.8518740910001,39.860541083,39.883490302,39.9027367210001,39.90643952,39.9115257830001,39.986070054,39.9952660180001,40.0026716170001,40.0033633480001,40.010199286,40.021673895,40.0362002620001,40.044867255,40.0516625020001,40.057318427,40.07444896,40.0960147160001,40.1204287780001,40.1460635440001,40.163031317,40.176255601,40.1907412780001,40.209947007,40.2268740910001,40.2403018250001,40.2490908870001,40.2490908870001,40.2553164730001,40.285630601,40.290025132,40.2934325802409,40.3152369045595,40.3557105389102,40.3795838313287,40.3973267520279,40.409763275155,40.4322303174752,40.4797571745539,40.4913807105513,40.5004114723116,40.5179343589075]}]],[[{\"lng\":[17.7640221217015,17.5120548840001,17.4939070970001,17.4404403000001,17.4304305350001,17.4095158210001,17.3994246750001,17.3921004570001,17.374685092,17.3681746750001,17.351247592,17.2963973320001,17.2400008470001,17.2129012380001,17.2002059250001,17.2234806650001,17.2430119150001,17.2478947270001,17.2275496750001,17.2474064460001,17.2957462900001,17.3162541020001,17.3232528000001,17.3040470710001,17.2617293630001,17.2635197270001,17.2685653000001,17.2474064460001,17.2290145190001,17.2107039720001,17.1899520190001,17.1818139980001,17.176442905,17.1717228520001,17.1661889980001,17.1560164720001,17.133474155,17.1245223320001,17.0495711600001,16.9760848320001,16.9121199880001,16.8632766577915,16.8547047751053,16.8480031144522,16.8441798725031,16.8383790906225,16.8345119033017,16.830952332684,16.8207130745487,16.8180763558391,16.8128029175206,16.7972902219661,16.7916652215727,16.7863038934099,16.776943541811,16.7727467637521,16.7501149269623,16.7456325053358,16.7411281105738,16.7378761575586,16.7308888524386,16.7280543800056,16.7159694180542,16.7120802575978,16.7113112149406,16.7133326993446,16.710695980635,16.7201442229775,16.7207594572831,16.7199904146259,16.7159694180542,16.7119264492462,16.7074440276198,16.7035548671633,16.6998414881941,16.6970509602336,16.6965895342796,16.6982814288448,16.7150245939098,16.715661801351,16.7323170747732,16.7861500850584,16.8058815309079,16.8122316285868,16.8179225474876,16.8234376840019,16.8463991106304,16.8532326073989,16.8621315330438,16.8717116115017,16.8896632720424,16.9063844648712,16.9125587810629,16.923083683665,16.9296974535746,16.9333668871721,16.9388600514502,16.9464186455041,16.9565700128958,16.9867604437395,16.9969118120305,17.0057667923036,17.0136769493317,17.0156544883639,17.0164894495285,17.0246193325162,17.0365065398449,17.0501955047188,17.063664743633,17.1249025396205,17.1445680669627,17.1501930673562,17.1540602555763,17.1588283216697,17.1650026387608,17.2085084992678,17.2575514703241,17.2836989323598,17.3250954177194,17.3397731530086,17.3536818447413,17.3538576262284,17.3614821378903,17.3939357522332,17.4038893659015,17.4114259877192,17.4248073358898,17.4315749141509,17.4437697390822,17.4572829233682,17.4620729625971,17.4654347785922,17.4650172980099,17.4508888794182,17.4484059699595,17.4518556766981,17.4852980605571,17.4904396627602,17.5177077304274,17.5418996256672,17.5523366375258,17.567827360844,17.5769899587196,17.5920412292193,17.6014674984263,17.6127174992132,17.6340529488845,17.6572780477437,17.7142311749288,17.7809401620588,17.7984963151528,17.7929592055029,17.7696022705284,17.7640221217015],\"lat\":[40.2934325802409,40.303697007,40.3074404970001,40.331000067,40.3316104190001,40.330023505,40.331000067,40.3350283870001,40.348578192,40.35150788,40.3548037780001,40.3794619810001,40.3953311220001,40.40619538,40.420396226,40.428412177,40.44139232,40.4573428410001,40.4744326840001,40.4802920590001,40.4732119810001,40.4818789730001,40.498480536,40.4994570980001,40.488714911,40.4910342470001,40.4961612000001,40.5028343770001,40.4968936220001,40.487005927,40.4818789730001,40.485296942,40.493150132,40.5022647160001,40.5091820330001,40.512396552,40.512640692,40.515326239,40.5191104190001,40.492621161,40.4452171900001,40.3909197263642,40.3973267520279,40.4015125430694,40.4056983341108,40.4141248476835,40.418772064679,40.4222107861988,40.4286487746213,40.4309668896103,40.4363392038911,40.4634754354429,40.4696497525341,40.4734510222469,40.4738135713392,40.4732972138953,40.4671998014297,40.4669910606889,40.4677601042454,40.4695728479086,40.4775269503085,40.4846131322902,40.5379407703502,40.5479383293904,40.5515308592617,40.5966956559797,40.6366968782583,40.6643934126259,40.6687330120189,40.6739515179482,40.6813892620048,40.6851905317176,40.6879810596781,40.689760844987,40.6919361377425,40.6943421434751,40.6972095751618,40.7002527883355,40.7060425840979,40.7153919495788,40.7143262754373,40.732223004488,40.6965723686199,40.6934632378382,40.6931995656075,40.6954297907522,40.7159632385126,40.7197425350899,40.7214673889088,40.7207532777416,40.7151392634662,40.7034498098608,40.7009449272666,40.7008790096585,40.7052076229334,40.7125904355002,40.7338819397997,40.743703718252,40.7512623123059,40.7626441483088,40.7639075761737,40.7623585038419,40.7554151440936,40.746087750849,40.7259278382991,40.7161390199997,40.7160181700025,40.7195997128564,40.720896099975,40.7094483454648,40.7094483454648,40.71355723278,40.7222144593298,40.7401441476343,40.7469556712672,40.7633912187297,40.7649402910616,40.7598755934839,40.7425391672488,40.7419678783149,40.7485596750889,40.7382874577,40.7292237366861,40.7068555721269,40.6971546436719,40.6856189993173,40.6427393583347,40.6313685084499,40.6228211448799,40.6182398463918,40.6146583026385,40.6075501484206,40.5930372085003,40.5690430669839,40.5549036622742,40.5437854976026,40.4875354954667,40.4826465793761,40.4739124482009,40.4438868118269,40.4369214798424,40.4348670361848,40.4409864208866,40.4604212361511,40.4640906697486,40.464167574374,40.4597181111019,40.4494129353587,40.4062696230446,40.3937891536465,40.3795838313287,40.3557105389102,40.3152369045595,40.2934325802409]}]],[[{\"lng\":[16.8632766577915,16.7827254570001,16.761403842,16.7375594410001,16.7307235040001,16.715993686,16.6794539720001,16.6400486985885,16.6211354298562,16.5589088652519,16.5272902120736,16.5220167737551,16.5167433363359,16.4793458744126,16.4499904038341,16.4456398183229,16.4422340560568,16.4395973373472,16.4352467509368,16.43184098957,16.4268751688539,16.4211403054807,16.417580734863,16.415097824505,16.4134059299397,16.4116920631382,16.4102858130398,16.4092091527801,16.4067262424221,16.3988213014619,16.3816334675105,16.3777003625817,16.375876631901,16.3755250689268,16.3715260454906,16.3598585650207,16.3556837600975,16.3564088573829,16.3630226272924,16.3724488973987,16.3816334675105,16.394179855416,16.3926637414385,16.3816554406461,16.3657252645093,16.3529152052725,16.3510475292201,16.3714821001188,16.3746461632898,16.3522120802233,16.3395778024736,16.3309864935318,16.327185223819,16.3236915708093,16.3193409852982,16.3028175470921,16.2684742835613,16.2337574857194,16.2153883445964,16.1982936174564,16.1839894173777,16.1757057260384,16.1528981077615,16.1449000608891,16.1187086534816,16.1089747657728,16.1075465434382,16.1167530866856,16.1289259384812,16.1364845325351,16.1302882432078,16.095813144461,16.0983180270553,16.1169508404089,16.1191700794356,16.0705885343334,16.0527906821442,16.0561964435111,16.0644142172423,16.0915065034224,16.1458448850334,16.1492067010284,16.1172145126396,16.1215211536783,16.1316285756982,16.1602809203282,16.2299781891421,16.2454011908123,16.3404347358743,16.3964430389151,16.4104615936276,16.420063645221,16.4279738013498,16.4350929425852,16.4535939198235,16.4760719482618,16.4977809331435,16.5007252694556,16.5041310308224,16.5093165783974,16.5131837657182,16.5156666760763,16.5187648207399,16.5255763443728,16.5347389422484,16.5410890408265,16.5462086698942,16.5489991969554,16.549614431261,16.5482301542982,16.5460548606433,16.5379908961629,16.5359694117589,16.5359694117589,16.5379908961629,16.5448024197958,16.5511744897109,16.5693458771105,16.5746193154291,16.5767946081846,16.5760255655274,16.5747731237806,16.5783546666345,16.5868800579683,16.6210255668764,16.6289357239045,16.6328248834616,16.6532814274959,16.6841749833887,16.6911622885088,16.6945680498756,16.715661801351,16.7150245939098,16.6982814288448,16.6965895342796,16.6970509602336,16.6998414881941,16.7035548671633,16.7074440276198,16.7119264492462,16.7159694180542,16.7199904146259,16.7207594572831,16.7201442229775,16.710695980635,16.7133326993446,16.7113112149406,16.7120802575978,16.7159694180542,16.7280543800056,16.7308888524386,16.7378761575586,16.7411281105738,16.7456325053358,16.7501149269623,16.7727467637521,16.776943541811,16.7863038934099,16.7916652215727,16.7972902219661,16.8128029175206,16.8180763558391,16.8207130745487,16.830952332684,16.8345119033017,16.8383790906225,16.8441798725031,16.8480031144522,16.8547047751053,16.8632766577915],\"lat\":[40.3909197263642,40.3015811220001,40.2695987000001,40.2110049500001,40.2006696640001,40.193589585,40.1460635440001,40.1187485156315,40.1226685381225,40.1267993976741,40.1213721510039,40.1211194657907,40.1213282056322,40.1264148763455,40.1243714188059,40.1253052568321,40.1270081375155,40.1296668293606,40.1353028158723,40.136851888204,40.1365662437371,40.1327430008888,40.1292823080321,40.1254041336938,40.1220752760531,40.116054768213,40.1081995435741,40.08365608536,40.0705274224026,40.0555303459487,40.0651001766318,40.0695056945322,40.074130938392,40.0865235170467,40.0950489083804,40.1098474927675,40.1179224442654,40.1278760579337,40.1365772298553,40.1434546719955,40.1479261075038,40.1576929535669,40.1688990080827,40.1787976902611,40.1846643897497,40.1926844097577,40.2069886098365,40.2729834848999,40.3098536041605,40.311051113518,40.3097217680451,40.3065467187561,40.3007569238929,40.2860572163674,40.2801136122534,40.2735657608512,40.2747083387188,40.2650843148892,40.2657215223304,40.2724121959661,40.2848706922287,40.2988453024687,40.3736731864684,40.3840662529552,40.3950086361396,40.4032264098709,40.4162452089492,40.4256824651736,40.4343726518763,40.4451612258099,40.4723414027335,40.5292725576824,40.5547498530233,40.5779749518825,40.5826771003678,40.6130213395631,40.6322803742399,40.6563624056005,40.6617237346626,40.6693262740882,40.6957374074553,40.722456158425,40.769939070132,40.7961085053033,40.8022938085124,40.8046668549914,40.828265489061,40.8375468586006,40.7521412179428,40.7129639707106,40.7060425840979,40.7032520561374,40.7059876517087,40.7096131408338,40.7231702695922,40.7430665108108,40.7578211498262,40.7591614823165,40.7603040601842,40.7611829667205,40.7598865796019,40.757513533123,40.7514710521473,40.7418580144358,40.7335633369784,40.7304651923147,40.7301246154586,40.7321351137445,40.7354969306388,40.7384412669509,40.7412867255019,40.7490430732792,40.7517786697498,40.7546680736726,40.7575684646129,40.7591614823165,40.7575684646129,40.7492737862562,40.7492737862562,40.7513611891675,40.7547230051625,40.7580848220568,40.7607654861383,40.7623145584701,40.758491316521,40.7560633376529,40.7531190013408,40.7438685127217,40.7377930733916,40.7357056704803,40.7336402407045,40.7153919495788,40.7060425840979,40.7002527883355,40.6972095751618,40.6943421434751,40.6919361377425,40.689760844987,40.6879810596781,40.6851905317176,40.6813892620048,40.6739515179482,40.6687330120189,40.6643934126259,40.6366968782583,40.5966956559797,40.5515308592617,40.5479383293904,40.5379407703502,40.4846131322902,40.4775269503085,40.4695728479086,40.4677601042454,40.4669910606889,40.4671998014297,40.4732972138953,40.4738135713392,40.4734510222469,40.4696497525341,40.4634754354429,40.4363392038911,40.4309668896103,40.4286487746213,40.4222107861988,40.418772064679,40.4141248476835,40.4056983341108,40.4015125430694,40.3973267520279,40.3909197263642]}],[{\"lng\":[15.9733060951002,15.9832336095434,15.9807517307078,15.9844745489613,15.9646195200748,15.9534510662137,15.9398007344163,15.9534510662137,15.9733060951002],\"lat\":[40.6505005183842,40.64677770103,40.6318864289155,40.6058267038393,40.6083085826749,40.6256817327258,40.6380911260046,40.6480186404479,40.6505005183842]}]],[[{\"lng\":[16.6400486985885,16.6245223320001,16.6047469410001,16.5969344410001,16.5993758470001,16.6136173840001,16.6316024100001,16.621755405,16.6054793630001,16.5892033210001,16.5422469410001,16.5081486340001,16.4917098320001,16.4897567070001,16.5021264980001,16.5285750660001,16.5285750660001,16.5156356130001,16.5459090500001,16.591481967,16.6248478520001,16.7497664720001,16.7824813160001,16.7981063160001,16.816091342,16.8309025400001,16.8371688160001,16.8462020190001,16.9060164720001,16.9529728520001,16.9708764980001,16.9953719410001,17.0114852220001,17.0192007097426,16.9919240181789,16.9791139598414,16.972741889027,16.9716652287673,16.9694899360117,16.9645241152957,16.9557789980024,16.9475612242711,16.9197877852781,16.9096364178864,16.901308780276,16.8962330965801,16.8932887611674,16.888718447898,16.8770289942926,16.8572096576995,16.7332399266813,16.7236598482234,16.7167384616107,16.7085426601157,16.7165626801236,16.7452589701253,16.7537404160873,16.7656276234161,16.7629689315709,16.7554323106526,16.7462916850133,16.6429762517526,16.6131813283556,16.6008326950728,16.5948561326044,16.5909010536407,16.5847047643134,16.5394410907338,16.5342335718219,16.5161940196383,16.5080641366505,16.4984620859565,16.4931227300299,16.4896949955276,16.4862892332615,16.4809059328625,16.4693483153724,16.4496168686236,16.4301490950047,16.3835450889347,16.3685157915705,16.3119361995959,16.2615748691849,16.1615113889395,16.1115016215026,16.0968879475456,16.0830184250001,16.0420028000001,16.034027161,15.9953960300001,15.9580755250001,15.9331160820001,15.9047957690001,15.8762313160001,15.8675236340001,15.859716355,15.85027103,15.836599155,15.8156844410001,15.8064070970001,15.788747592,15.788747592,15.7839461600001,15.7788192070001,15.7713322270001,15.7697046230001,15.781911655,15.7744246750001,15.7458077440609,15.7484693809571,15.7632130338544,15.7680030730833,15.7729688937994,15.7765284644171,15.8411280763996,15.8512135261832,15.8583326665193,15.8775587419424,15.8816017107503,15.8876441908267,15.8901271011848,15.8934230004711,15.8973121600282,15.9035084493555,15.90676040327,15.9123414573923,15.91590102801,15.9202516144205,15.937148587837,15.9463551310844,15.9519361861061,15.9554957567238,15.9571876512891,15.9700636281339,15.9727003468435,15.9768751517668,15.9819947808344,15.9905201721682,15.9975074763889,16.0161622628781,16.0212818919458,16.0234352124651,16.0223585522054,16.0142945868257,16.0108888245596,16.0104273995049,16.0110426338105,16.0129103089636,16.0153932193216,16.0380250561115,16.049956208812,16.0536695877813,16.0590968344513,16.0689186120043,16.0755983004212,16.0813331637945,16.0903199801829,16.1973927386839,16.2065333634239,16.2094776997361,16.2119606100941,16.2149049455068,16.2320216457823,16.2532472324738,16.2627174479518,16.3030592461873,16.3077174493008,16.3112770199185,16.3168580749402,16.3201100279554,16.3274049506779,16.3308107120447,16.3332936224027,16.3354689151583,16.3388746774244,16.3422804387912,16.3466749705734,16.3542775099991,16.3576832713659,16.3598585650207,16.3601661817239,16.3586280955102,16.3575294630143,16.3556837600975,16.3525636422983,16.3485426466258,16.3452906927113,16.3440382518638,16.3449830760081,16.3473121771153,16.3530470413878,16.3555079786103,16.3573756546627,16.3590895214642,16.3621876661279,16.3652858107915,16.367614912798,16.3702516315076,16.3761403032324,16.3814137415509,16.383742842658,16.3873024132757,16.3876100308782,16.388532881887,16.3886866911379,16.3865333706186,16.3869947965726,16.3880714568323,16.3913234098475,16.3958278046095,16.3988213014619,16.4067262424221,16.4092091527801,16.4102858130398,16.4116920631382,16.4134059299397,16.415097824505,16.417580734863,16.4211403054807,16.4268751688539,16.43184098957,16.4352467509368,16.4395973373472,16.4422340560568,16.4456398183229,16.4499904038341,16.4793458744126,16.5167433363359,16.5220167737551,16.5272902120736,16.5589088652519,16.6211354298562,16.6400486985885],\"lat\":[40.1187485156315,40.1079776060001,40.084458726,40.0467796900001,40.034125067,39.9966494810001,39.9662132830001,39.953558661,39.9429385440001,39.9198265650001,39.8854027360001,39.837591864,39.8054873720001,39.7752139340001,39.747056382,39.7215029970001,39.7146670590001,39.6896019550001,39.6608747420001,39.6367862000001,39.6253115910001,39.6200218770001,39.6116397160001,39.603461005,39.591050523,39.576157945,39.5604515650001,39.552679755,39.529730536,39.499212958,39.4949404970001,39.4927432310001,39.4861514340001,39.4792232414648,39.4613574773657,39.4489758857285,39.43058477147,39.4161377491578,39.4098206107326,39.4038879927367,39.3988672405307,39.3984387738303,39.4063489308584,39.4054919965584,39.4007349165831,39.3912207566326,39.3681934114967,39.3594592803215,39.3525928251987,39.3486377471343,39.3591626497364,39.3573389190558,39.3533289086022,39.3357727564076,39.323149464776,39.3016602058538,39.2811926757014,39.2157581034537,39.1965100557944,39.1914233850811,39.1901709442337,39.2032227025657,39.1942688445315,39.1899292442392,39.1829858853903,39.1753174274573,39.1688574667986,39.1542895944892,39.1548169389505,39.1607605421653,39.1607275829116,39.155487104746,39.1502356395631,39.1446435984233,39.1311853456272,39.0646521399843,39.049556925012,39.046909219285,39.0564233801348,39.095831340344,39.1018408620661,39.1104101987717,39.1041040464646,39.0625207926005,39.0560388588063,39.0504132009665,39.0752627620001,39.3106143250001,39.3452417680001,39.438768236,39.477563612,39.513657945,39.5359561220001,39.551459052,39.5639102230001,39.58876446,39.6147321640001,39.6526553410001,39.678900458,39.69550202,39.796616929,39.7903506530001,39.8100039730001,39.8201358090001,39.8245303410001,39.8301455750001,39.8685977230001,39.891099351,39.9246038276437,39.9273865483505,39.9443274671389,39.9553906994212,39.9616199480022,39.9653333269715,40.0039722445234,40.0074768836512,40.0081800078011,39.9999402618336,39.997764969078,39.9931616974544,39.9905579370991,39.9881519313665,39.9862403099423,39.9855152126569,39.9883057397181,39.999105300669,40.0022144314509,40.0040161898952,40.0056751252068,40.0056201937169,40.0043787389876,40.002620925915,40.0010169220932,39.9855701441468,39.983043288417,39.9806372826844,39.9789014427474,39.9777698509978,39.9794947048168,39.986965408127,39.9868665312654,39.9848999783513,39.9817249290622,39.968881911471,39.9616419202384,39.9575659930761,39.9540174085765,39.9509961685383,39.9483594489294,39.9291443605238,39.9155982178834,39.9128626214128,39.9101270258415,39.9066883052211,39.9058863033102,39.9059082755464,39.9075342525038,39.9145105715057,39.9169715087281,39.9238709231046,39.9267053955376,39.929034497544,39.9362415286236,39.941855542899,39.9421851327377,39.9371753666499,39.9359339119205,39.9340003182601,39.9291883058956,39.9270239992582,39.9232447026808,39.9210803951441,39.9185425532962,39.9157300530994,39.9097095452593,39.9065344968695,39.9036670651829,39.9007996334963,39.9022168697127,39.9053699458663,39.9094019285561,39.920717846951,39.9243103759231,39.9272547122351,39.9293970466364,39.9306934328556,39.9325501227899,39.9352417729894,39.9381861093015,39.940943677109,39.9458875255888,39.9485681896702,39.9519300056652,39.9555445077728,39.9677173604678,39.9748694600575,39.9779236593494,39.9804834743329,39.9852075950544,39.9904041287475,39.9933704372958,39.9999842072054,40.0007093044908,40.004873123296,40.0087183383806,40.0278455360426,40.0318225872426,40.0355908977018,40.042699052819,40.0498511524087,40.0555303459487,40.0705274224026,40.08365608536,40.1081995435741,40.116054768213,40.1220752760531,40.1254041336938,40.1292823080321,40.1327430008888,40.1365662437371,40.136851888204,40.1353028158723,40.1296668293606,40.1270081375155,40.1253052568321,40.1243714188059,40.1264148763455,40.1213282056322,40.1211194657907,40.1213721510039,40.1267993976741,40.1226685381225,40.1187485156315]}]],[[{\"lng\":[17.0192007097426,17.0234481130001,17.035817905,17.0571395190001,17.08855228,17.124196811,17.1587020190001,17.122243686,17.114919467,17.1145125660001,17.1176863940001,17.1247664720001,17.1421004570001,17.145681186,17.1403914720001,17.122243686,17.1245223320001,17.1479598320001,17.1518660820001,17.1584578790001,17.192556186,17.2063908210001,17.1868595710001,17.1766056650001,17.1723738940001,17.171560092,17.1723738940001,17.1388452480001,17.1350203790001,17.1276961600001,17.1189070970001,17.1040145190001,17.0949813160001,17.0705672540001,17.0422469410001,17.0219832690001,16.9963485040001,16.9812931650001,16.9572860040001,16.9350692070001,16.8922346241833,16.8922346244283,16.8993971597511,16.9023414951639,16.9013307534115,16.8897731359215,16.8832252836199,16.8744801663266,16.8127589730482,16.795774108888,16.7777125844682,16.7331520359377,16.7202321137211,16.6983693195884,16.6772096514043,16.6705299629874,16.6655201977989,16.663213068928,16.6609718576651,16.6532155098878,16.6327809380898,16.6262770320594,16.6131813283556,16.6429762517526,16.7462916850133,16.7554323106526,16.7629689315709,16.7656276234161,16.7537404160873,16.7452589701253,16.7165626801236,16.7085426601157,16.7167384616107,16.7236598482234,16.7332399266813,16.8572096576995,16.8770289942926,16.888718447898,16.8932887611674,16.8962330965801,16.901308780276,16.9096364178864,16.9197877852781,16.9475612242711,16.9557789980024,16.9645241152957,16.9694899360117,16.9716652287673,16.972741889027,16.9791139598414,16.9919240181789,17.0192007097426],\"lat\":[39.4792232414648,39.4754092470001,39.4607608090001,39.44163646,39.4225934920001,39.4090029970001,39.40619538,39.338324286,39.2827822940001,39.2693545590001,39.2560082050001,39.244614976,39.2223167990001,39.210679429,39.178900458,39.12103913,39.0908877620001,39.0541852890001,39.045884507,39.0404727230001,39.0310733090001,39.029486395,39.0190290390001,39.0121117210001,39.0051944030001,38.966009833,38.9605166690001,38.936712958,38.932603257,38.9287783870001,38.919663804,38.8990746110001,38.919134833,38.922796942,38.916245835,38.905951239,38.9295108090001,38.937201239,38.9400902360001,38.938706773,38.9296053268429,38.9296053271241,38.9378259633975,38.9483838252533,38.9599853881152,38.9962512582889,39.0067212294012,39.0151147846196,39.0545447179643,39.061169473992,39.0650256751947,39.0620264073928,39.0682446698556,39.086690715604,39.0948205985918,39.1012695731323,39.1091467709067,39.116551556609,39.149082074678,39.1550366649101,39.1639246053363,39.1692200149917,39.1942688445315,39.2032227025657,39.1901709442337,39.1914233850811,39.1965100557944,39.2157581034537,39.2811926757014,39.3016602058538,39.323149464776,39.3357727564076,39.3533289086022,39.3573389190558,39.3591626497364,39.3486377471343,39.3525928251987,39.3594592803215,39.3681934114967,39.3912207566326,39.4007349165831,39.4054919965584,39.4063489308584,39.3984387738303,39.3988672405307,39.4038879927367,39.4098206107326,39.4161377491578,39.43058477147,39.4489758857285,39.4613574773657,39.4792232414648]}]],[[{\"lng\":[16.8922346241833,16.83855228,16.7277938160001,16.6877547540001,16.6794539720001,16.6707462900001,16.6106063160001,16.585622592,16.5743921230001,16.5637313160001,16.5509546230001,16.5388289720001,16.534841342,16.5468856130001,16.5490828790001,16.548513217,16.5588485040001,16.5769962900001,16.5771590500001,16.5734916584692,16.5368483173959,16.459284837825,16.4483424546406,16.4383888409722,16.4351808333288,16.4310719460135,16.4281715559725,16.4265455790152,16.4264137428999,16.4279518291136,16.4330275128095,16.434323899928,16.4329176498297,16.4290065162377,16.4199098368695,16.4350050518416,16.4239967510492,16.387785811466,16.3827321009057,16.3670436238642,16.3425660832581,16.3358644235043,16.3322389343793,16.3330738955438,16.3462794622274,16.3458180371726,16.3465211622218,16.3484767281185,16.3517067088975,16.3557057323337,16.3679884480085,16.372185225168,16.3738551474971,16.3737233113817,16.3724708696349,16.3658790728609,16.3557496777054,16.3308326851803,16.2927320973084,16.2785157879732,16.2695289715847,16.2653541666614,16.2592897134495,16.2446778966676,16.2403932278652,16.2320436189179,16.2277589501155,16.2136890254796,16.2150985040001,16.2216903000001,16.2200626960001,16.2146916020001,16.2046004570001,16.1896264980001,16.1689559250001,16.1543074880001,16.1396590500001,16.0968879475456,16.1115016215026,16.1615113889395,16.2615748691849,16.3119361995959,16.3685157915705,16.3835450889347,16.4301490950047,16.4496168686236,16.4693483153724,16.4809059328625,16.4862892332615,16.4896949955276,16.4931227300299,16.4984620859565,16.5080641366505,16.5161940196383,16.5342335718219,16.5394410907338,16.5847047643134,16.5909010536407,16.5948561326044,16.6008326950728,16.6131813283556,16.6262770320594,16.6327809380898,16.6532155098878,16.6609718576651,16.663213068928,16.6655201977989,16.6705299629874,16.6772096514043,16.6983693195884,16.7202321137211,16.7331520359377,16.7777125844682,16.795774108888,16.8127589730482,16.8744801663266,16.8832252836199,16.8897731359215,16.9013307534115,16.9023414951639,16.8993971597511,16.8922346244283,16.8922346241833],\"lat\":[38.9296053268429,38.91819896,38.87885163,38.8558617210001,38.8475609400001,38.8406436220001,38.8165550800001,38.797837632,38.7850609400001,38.7567406270001,38.741400458,38.723334052,38.699896552,38.6931826840001,38.689927476,38.67206452,38.5960147160001,38.528550523,38.502875067,38.4673250278885,38.4650952326588,38.5048877141966,38.5077221875289,38.5077661329007,38.5083374218345,38.5103259469848,38.5133362009049,38.5171924021076,38.5217077838871,38.5261462601418,38.534067403288,38.5384289758165,38.5430981650483,38.5475146690667,38.5539636445066,38.5716186744622,38.5844616920534,38.5987988513859,38.6028857655656,38.624001488378,38.6441284425736,38.6518188727428,38.6608166752494,38.6717261000794,38.7032788356497,38.7205932896485,38.7256689733444,38.7303711218298,38.734600858243,38.737446316794,38.7414782994839,38.7464441202,38.7534204392019,38.760935087884,38.7675049124218,38.7798535457046,38.7874341119946,38.7976953432654,38.8217114570181,38.8254577952411,38.8203821115452,38.808648712568,38.7981238099658,38.7967175598675,38.7987280581534,38.8076269837982,38.809626495966,38.8103998049932,38.814154364,38.8565941430001,38.8990746110001,38.9190127620001,38.934068101,38.943548895,38.9468447940001,38.955023505,38.9737816430001,39.0504132009665,39.0560388588063,39.0625207926005,39.1041040464646,39.1104101987717,39.1018408620661,39.095831340344,39.0564233801348,39.046909219285,39.049556925012,39.0646521399843,39.1311853456272,39.1446435984233,39.1502356395631,39.155487104746,39.1607275829116,39.1607605421653,39.1548169389505,39.1542895944892,39.1688574667986,39.1753174274573,39.1829858853903,39.1899292442392,39.1942688445315,39.1692200149917,39.1639246053363,39.1550366649101,39.149082074678,39.116551556609,39.1091467709067,39.1012695731323,39.0948205985918,39.086690715604,39.0682446698556,39.0620264073928,39.0650256751947,39.061169473992,39.0545447179643,39.0151147846196,39.0067212294012,38.9962512582889,38.9599853881152,38.9483838252533,38.9378259633975,38.9296053271241,38.9296053268429]}]],[[{\"lng\":[16.5734916584692,16.5695906910001,16.5613712900001,16.5219832690001,16.5081486340001,16.4975692070001,16.4670516290001,16.4350692070001,16.3398543630001,16.306325717,16.1694442070001,16.1518660820001,16.1254988940001,16.1108504570001,16.1013289720001,16.0900171230001,16.0771590500001,16.063161655,16.0158797540001,16.0009871750001,15.9421492850001,15.7614852220001,15.7348738940001,15.7082625660001,15.6844181650001,15.6657820970001,15.6455184250001,15.6351017590001,15.638356967,15.6584578790001,15.6326603520001,15.6240340500001,15.6274520190001,15.6416121750001,15.6477970710001,15.6464949880001,15.6379500660001,15.6328231130001,15.6505639980001,15.684255405,15.7864689460001,15.7956649100001,15.7986759770001,15.8128361340001,15.8161727220001,15.829763217,15.9047957690001,15.914422375735,15.9649439990663,15.9974415587809,16.0149757387393,16.0311695871067,16.0538453692683,16.0681275962116,16.0829591398524,16.1085133407181,16.1414064078794,16.1844947887035,16.200754554679,16.2328785791831,16.2490065099425,16.2613551432253,16.266782388996,16.2762526044741,16.2971925466987,16.3650221394602,16.3760524133882,16.3849073936613,16.3903566125676,16.39066423017,16.3861598354081,16.3770631551405,16.3694606157148,16.3626051467101,16.3536403025579,16.3504322949145,16.3521901070878,16.3581886426917,16.3714161825108,16.3846656945661,16.4000905002763,16.4199098368695,16.4290065162377,16.4329176498297,16.434323899928,16.4330275128095,16.4279518291136,16.4264137428999,16.4265455790152,16.4281715559725,16.4310719460135,16.4351808333288,16.4383888409722,16.4483424546406,16.459284837825,16.5368483173959,16.5734916584692],\"lat\":[38.4673250278885,38.4295108090001,38.4163272160001,38.387152411,38.371527411,38.3692894550001,38.3487002620001,38.3399925800001,38.3008487000001,38.277085679,38.1432152360001,38.1108259140001,38.004828192,37.973618882,37.9605166690001,37.94920482,37.939886786,37.9326846370001,37.9247093770001,37.9190127620001,37.9330915390001,37.9252383480001,37.9309756530001,37.9409854190001,37.9535179710001,37.9668643250001,37.9883487000001,38.0091006530001,38.0277367210001,38.0425479190001,38.07420482,38.0921084660001,38.107367255,38.125921942,38.1431338560001,38.162095445,38.1859398460001,38.2202822940001,38.2410342470001,38.253119208,38.278021552,38.2855492210001,38.290716864,38.3006045590001,38.3060570330001,38.3510195980001,38.4739444030001,38.5056219568293,38.5217517292589,38.5202466022988,38.5227844441467,38.5287939658688,38.5506787322377,38.5561609094984,38.5546997279101,38.5385827841681,38.5275195509865,38.5029321483,38.4980102729557,38.4968567080706,38.4893530464059,38.4763452334457,38.4590527516831,38.4412109541222,38.4330810711345,38.431663834918,38.4342346360196,38.440441911465,38.4509887863034,38.462337663952,38.4724780452256,38.479432391092,38.4832226746867,38.488221453757,38.5003064157085,38.5141821481876,38.5285962112461,38.5423510946273,38.56023683756,38.5680261445909,38.5658728240716,38.5539636445066,38.5475146690667,38.5430981650483,38.5384289758165,38.534067403288,38.5261462601418,38.5217077838871,38.5171924021076,38.5133362009049,38.5103259469848,38.5083374218345,38.5077661329007,38.5077221875289,38.5048877141966,38.4650952326588,38.4673250278885]}]],[[{\"lng\":[15.914422375735,15.9178166020001,15.9160262380001,15.900075717,15.870778842,15.8635360040001,15.8499455090001,15.8440047540001,15.8354598320001,15.833669467,15.8352156910001,15.836599155,15.8444930350001,15.8631291020001,15.9047957690001,15.9680281910001,16.00261478,16.0488387380001,16.1208602220001,16.1359969410001,16.1525985040001,16.1792098320001,16.2009383470001,16.2136890254796,16.2277589501155,16.2320436189179,16.2403932278652,16.2446778966676,16.2592897134495,16.2653541666614,16.2695289715847,16.2785157879732,16.2927320973084,16.3308326851803,16.3557496777054,16.3658790728609,16.3724708696349,16.3737233113817,16.3738551474971,16.372185225168,16.3679884480085,16.3557057323337,16.3517067088975,16.3484767281185,16.3465211622218,16.3458180371726,16.3462794622274,16.3330738955438,16.3322389343793,16.3358644235043,16.3425660832581,16.3670436238642,16.3827321009057,16.387785811466,16.4239967510492,16.4350050518416,16.4199098368695,16.4000905002763,16.3846656945661,16.3714161825108,16.3581886426917,16.3521901070878,16.3504322949145,16.3536403025579,16.3626051467101,16.3694606157148,16.3770631551405,16.3861598354081,16.39066423017,16.3903566125676,16.3849073936613,16.3760524133882,16.3650221394602,16.2971925466987,16.2762526044741,16.266782388996,16.2613551432253,16.2490065099425,16.2328785791831,16.200754554679,16.1844947887035,16.1414064078794,16.1085133407181,16.0829591398524,16.0681275962116,16.0538453692683,16.0311695871067,16.0149757387393,15.9974415587809,15.9649439990663,15.914422375735],\"lat\":[38.5056219568293,38.516791083,38.5503604190001,38.5782738300001,38.6042341170001,38.6082217470001,38.6133487000001,38.6179059920001,38.6282412780001,38.633775132,38.6392276060001,38.6489932310001,38.66038646,38.6682803410001,38.679388739,38.712591864,38.7254092470001,38.727728583,38.720933335,38.723822333,38.730902411,38.748277085,38.7764346370001,38.8103998049932,38.809626495966,38.8076269837982,38.7987280581534,38.7967175598675,38.7981238099658,38.808648712568,38.8203821115452,38.8254577952411,38.8217114570181,38.7976953432654,38.7874341119946,38.7798535457046,38.7675049124218,38.760935087884,38.7534204392019,38.7464441202,38.7414782994839,38.737446316794,38.734600858243,38.7303711218298,38.7256689733444,38.7205932896485,38.7032788356497,38.6717261000794,38.6608166752494,38.6518188727428,38.6441284425736,38.624001488378,38.6028857655656,38.5987988513859,38.5844616920534,38.5716186744622,38.5539636445066,38.5658728240716,38.5680261445909,38.56023683756,38.5423510946273,38.5285962112461,38.5141821481876,38.5003064157085,38.488221453757,38.4832226746867,38.479432391092,38.4724780452256,38.462337663952,38.4509887863034,38.440441911465,38.4342346360196,38.431663834918,38.4330810711345,38.4412109541222,38.4590527516831,38.4763452334457,38.4893530464059,38.4968567080706,38.4980102729557,38.5029321483,38.5275195509865,38.5385827841681,38.5546997279101,38.5561609094984,38.5506787322377,38.5287939658688,38.5227844441467,38.5202466022988,38.5217517292589,38.5056219568293]}]],[[{\"lng\":[15.7458077440609,15.7415470710001,15.7341414720001,15.7280379570001,15.7131453790001,15.678884311,15.6516219410001,15.6466514193919,15.6629517998857,15.6643360768484,15.6612379321848,15.6575245532155,15.6547340261544,15.6514820731392,15.6491529711327,15.6497682054383,15.6595460376195,15.6685328549073,15.6930763131214,15.6967896920906,15.6971192819293,15.6943287539688,15.6939991641301,15.69555922258,15.698195942189,15.7064137159202,15.716806782407,15.7207179150997,15.7239259236425,15.7315724075406,15.7396363729202,15.7442945760338,15.7494142051015,15.7571485806425,15.7628834440157,15.7754518041574,15.7849659650072,15.7891407699306,15.7900855940749,15.790547020029,15.7903932107781,15.7891407699306,15.7874488753653,15.785427390062,15.7798463359396,15.7666187961206,15.7636744598084,15.7610377410988,15.7545118619329,15.7517213348717,15.7484693809571,15.728935688831,15.7219703568465,15.719113911278,15.7169605907586,15.7135328562563,15.7112257273854,15.7077979928831,15.7062599066693,15.7012940868526,15.69555922258,15.6921534612133,15.6882643007569,15.6837818791304,15.6685328549073,15.6638746517937,15.6596998468704,15.6561402762528,15.6387599046459,15.6286964270984,15.6228077553736,15.6187647865656,15.6142823640399,15.6090968173642,15.6041529697837,15.5984181064105,15.5921998439476,15.5802686912471,15.5764015039263,15.5695680071578,15.5577467174371,15.5509132215679,15.5470460333477,15.5433106821422,15.5378834354722,15.5358839242037,15.5349391000594,15.5352686898981,15.5357301149529,15.5388282596165,15.5402125374786,15.539597303173,15.5175807006888,15.5150977903307,15.5039356802874,15.4908619497192,15.4832813825298,15.473811167951,15.462033823602,15.4558375342748,15.4493116551088,15.4466309910274,15.4455982761395,15.4459058928427,15.446850716987,15.4480811864975,15.4510255219103,15.4628028662593,15.4659010109229,15.4694825537768,15.4809522814226,15.4845118520403,15.4873023791015,15.4894776718571,15.4891700551539,15.487609996704,15.4843580427894,15.4798536480274,15.4632642922133,15.4581666353819,15.4351612642809,15.4323707363204,15.4209010095739,15.4181104816134,15.4114527672314,15.395786262426,15.3911280593125,15.3861622385964,15.378515753799,15.3754176091354,15.3737257145701,15.3723194644717,15.3686060855024,15.368759893854,15.369221319808,15.3678370428452,15.3648707333976,15.3656617491903,15.3673536437556,15.3689137031049,15.3668922187009,15.3625636045267,15.3580592097647,15.3442603819111,15.3620802063364,15.3658155584412,15.3652003232363,15.3620802063364,15.3608497377252,15.3608497377252,15.3655079408388,15.369221319808,15.4708668316389,15.4892579458975,15.5239307983676,15.5366529668609,15.5440357794276,15.5551539440992,15.5722047258674,15.5779395892407,15.5762476946754,15.5585597063653,15.554736463517,15.561657851029,15.5712818748586,15.5831690821874,15.5963966220065,15.7531715294425,15.771101217747,15.8494996584824,15.8583326665193,15.8657813975934,15.8839088396213,15.8960597191807,15.9004103046918,15.9307984901582,15.9533204630689,15.9624610887083,15.9734693895007,15.9838624568869,16.024995270915,16.0313453685939,16.0304225166858,16.0246876533125,16.0217433178998,16.0183375556337,16.0164698795813,16.0116578681161,16.0063844297976,16.003396149013,16.0006056210526,15.997968902343,15.9942555233737,15.9897511286117,15.9850929254981,15.9818409724829,15.981687163232,15.9840162652384,15.9875758358561,16.0946485934578,16.1058107035012,16.1100074806607,16.1148194930252,16.1190382433202,16.1224659778226,16.1254103132354,16.130529942303,16.1336280869666,16.1371876575843,16.1413624625076,16.1596656860225,16.1649391234418,16.1726954721183,16.1814186162761,16.1966236951274,16.2035890271119,16.2082472311248,16.2122682267972,16.2155201807117,16.2274733056485,16.2348121728435,16.2454011908123,16.2299781891421,16.1602809203282,16.1316285756982,16.1215211536783,16.1172145126396,16.1492067010284,16.1458448850334,16.0915065034224,16.0644142172423,16.0561964435111,16.0527906821442,16.0705885343334,16.1191700794356,16.1169508404089,16.0983180270553,16.095813144461,16.1302882432078,16.1364845325351,16.1289259384812,16.1167530866856,16.1075465434382,16.1089747657728,16.1187086534816,16.1449000608891,16.1528981077615,16.1757057260384,16.1839894173777,16.1982936174564,16.2153883445964,16.2337574857194,16.2684742835613,16.3028175470921,16.3193409852982,16.3236915708093,16.327185223819,16.3309864935318,16.3395778024736,16.3522120802233,16.3746461632898,16.3714821001188,16.3510475292201,16.3529152052725,16.3657252645093,16.3816554406461,16.3926637414385,16.394179855416,16.3816334675105,16.3724488973987,16.3630226272924,16.3564088573829,16.3556837600975,16.3598585650207,16.3715260454906,16.3755250689268,16.375876631901,16.3777003625817,16.3816334675105,16.3988213014619,16.3958278046095,16.3913234098475,16.3880714568323,16.3869947965726,16.3865333706186,16.3886866911379,16.388532881887,16.3876100308782,16.3873024132757,16.383742842658,16.3814137415509,16.3761403032324,16.3702516315076,16.367614912798,16.3652858107915,16.3621876661279,16.3590895214642,16.3573756546627,16.3555079786103,16.3530470413878,16.3473121771153,16.3449830760081,16.3440382518638,16.3452906927113,16.3485426466258,16.3525636422983,16.3556837600975,16.3575294630143,16.3586280955102,16.3601661817239,16.3598585650207,16.3576832713659,16.3542775099991,16.3466749705734,16.3422804387912,16.3388746774244,16.3354689151583,16.3332936224027,16.3308107120447,16.3274049506779,16.3201100279554,16.3168580749402,16.3112770199185,16.3077174493008,16.3030592461873,16.2627174479518,16.2532472324738,16.2320216457823,16.2149049455068,16.2119606100941,16.2094776997361,16.2065333634239,16.1973927386839,16.0903199801829,16.0813331637945,16.0755983004212,16.0689186120043,16.0590968344513,16.0536695877813,16.049956208812,16.0380250561115,16.0153932193216,16.0129103089636,16.0110426338105,16.0104273995049,16.0108888245596,16.0142945868257,16.0223585522054,16.0234352124651,16.0212818919458,16.0161622628781,15.9975074763889,15.9905201721682,15.9819947808344,15.9768751517668,15.9727003468435,15.9700636281339,15.9571876512891,15.9554957567238,15.9519361861061,15.9463551310844,15.937148587837,15.9202516144205,15.91590102801,15.9123414573923,15.90676040327,15.9035084493555,15.8973121600282,15.8934230004711,15.8901271011848,15.8876441908267,15.8816017107503,15.8775587419424,15.8583326665193,15.8512135261832,15.8411280763996,15.7765284644171,15.7729688937994,15.7680030730833,15.7632130338544,15.7484693809571,15.7458077440609],\"lat\":[39.9246038276437,39.9295921900001,39.9437523460001,39.9641787780001,39.9810244810001,40.0088565120001,40.043646552,40.0469316666946,40.0610132624521,40.0669568656668,40.0682312796498,40.0690772269324,40.0704724909127,40.0727466614293,40.0776795228916,40.0808106259096,40.0884571107071,40.097290118744,40.1305237627614,40.1385877281411,40.1426636562027,40.1551990570908,40.1620435390781,40.1660974949035,40.1692285988208,40.1754248872487,40.185763023145,40.1888611678086,40.1908826522126,40.1942664413432,40.1967713239374,40.1994629741369,40.2031763540055,40.2107459341775,40.2143933946394,40.2198206413095,40.2348828979274,40.2439576050594,40.2474952025415,40.2518567750701,40.2564600466938,40.261832361874,40.2655567269613,40.2688636123658,40.2738733775543,40.2823438373982,40.2846729385053,40.287254725725,40.2955274309462,40.2980323144398,40.3001966210772,40.3089637115061,40.3132813386628,40.3157862212571,40.3184449131022,40.3244873931786,40.3313318760652,40.3688282157495,40.3743103930102,40.3795728443113,40.3843848566758,40.386428313316,40.3880213310196,40.3890650329249,40.3896253357406,40.3906580506285,40.392207122061,40.3942066342287,40.4082361759587,40.418772064679,40.4234192816745,40.4251331493753,40.4262647411249,40.426572357828,40.4263196726148,40.4285389107421,40.4332959916167,40.4530384235844,40.4574769007384,40.4614100056672,40.4667054162219,40.4708582489091,40.4740113250626,40.4778345670117,40.4846351045264,40.4894361298735,40.493962497771,40.4975000952531,40.500323581568,40.5083765608296,40.5153528789322,40.5200110820458,40.5647034666916,40.5673731446549,40.5770301277382,40.5861048348702,40.5897193369778,40.5921253427104,40.5938282242931,40.5953003919994,40.5990247570869,40.6023316424913,40.6056605001319,40.6079566428847,40.6112635273898,40.6142408220563,40.6188660668155,40.6318409205221,40.6342139679003,40.6361255884252,40.6408277378098,40.6433545926403,40.6470240271371,40.6537476600265,40.6582630409066,40.6618555698786,40.6639319866718,40.6654041543782,40.6677552286209,40.6689417518604,40.6794336961082,40.6816309619992,40.6951880907578,40.6976710011158,40.7019117245464,40.7092505917414,40.7128870660852,40.718347272009,40.7293995181732,40.7360682195726,40.7416712468305,40.7685987385409,40.7761902918485,40.7818043052245,40.7861439055168,40.7892969816704,40.7923731531984,40.7953614348823,40.7980750582174,40.8021839446333,40.804535018876,40.8076661227933,40.8094459081021,40.8206849218716,40.8344617783883,40.8438660753591,40.8477442496974,40.8561927355063,40.8628284785514,40.8760889767249,40.8860535765113,40.8989515264917,40.9017969859421,40.9074769178255,40.9241981097549,40.9332618307689,40.9439405417226,40.9717139807156,40.9975538251489,41.0110340501813,41.0265906920068,41.0551221866396,41.0691956737413,41.0861475786478,41.0965076867803,41.1045496790244,41.1093507043715,41.1027589075975,41.1045496790244,41.1315430883428,41.136816525762,41.1306202364348,41.1115259980264,41.1028358113236,41.101110958404,41.0939478717968,41.0853785359906,41.0803358106491,41.0716566109638,41.0605384471916,41.0246790705826,41.0169227228054,41.0133631521877,41.0002894207202,40.9909400552393,40.9834913250646,40.9803382480117,40.9745814124022,40.969439810199,40.9676050934003,40.9662318025556,40.9655616367601,40.9651221830423,40.9653528960193,40.9645289218722,40.9620240383787,40.9560804351639,40.9525428376818,40.9499061180729,40.9109925430714,40.9055433241651,40.9041700324211,40.9036317027409,40.9041700324211,40.9061585584707,40.9086414679294,40.9142005507148,40.9163648573523,40.9181006972893,40.9193641251542,40.9227259411492,40.922769886521,40.9211219373275,40.9181226695255,40.9114319958899,40.9072681770847,40.9034998666255,40.897578235647,40.8913489870661,40.859752306124,40.8470630968844,40.8375468586006,40.828265489061,40.8046668549914,40.8022938085124,40.7961085053033,40.769939070132,40.722456158425,40.6957374074553,40.6693262740882,40.6617237346626,40.6563624056005,40.6322803742399,40.6130213395631,40.5826771003678,40.5779749518825,40.5547498530233,40.5292725576824,40.4723414027335,40.4451612258099,40.4343726518763,40.4256824651736,40.4162452089492,40.4032264098709,40.3950086361396,40.3840662529552,40.3736731864684,40.2988453024687,40.2848706922287,40.2724121959661,40.2657215223304,40.2650843148892,40.2747083387188,40.2735657608512,40.2801136122534,40.2860572163674,40.3007569238929,40.3065467187561,40.3097217680451,40.311051113518,40.3098536041605,40.2729834848999,40.2069886098365,40.1926844097577,40.1846643897497,40.1787976902611,40.1688990080827,40.1576929535669,40.1479261075038,40.1434546719955,40.1365772298553,40.1278760579337,40.1179224442654,40.1098474927675,40.0950489083804,40.0865235170467,40.074130938392,40.0695056945322,40.0651001766318,40.0555303459487,40.0498511524087,40.042699052819,40.0355908977018,40.0318225872426,40.0278455360426,40.0087183383806,40.004873123296,40.0007093044908,39.9999842072054,39.9933704372958,39.9904041287475,39.9852075950544,39.9804834743329,39.9779236593494,39.9748694600575,39.9677173604678,39.9555445077728,39.9519300056652,39.9485681896702,39.9458875255888,39.940943677109,39.9381861093015,39.9352417729894,39.9325501227899,39.9306934328556,39.9293970466364,39.9272547122351,39.9243103759231,39.920717846951,39.9094019285561,39.9053699458663,39.9022168697127,39.9007996334963,39.9036670651829,39.9065344968695,39.9097095452593,39.9157300530994,39.9185425532962,39.9210803951441,39.9232447026808,39.9270239992582,39.9291883058956,39.9340003182601,39.9359339119205,39.9371753666499,39.9421851327377,39.941855542899,39.9362415286236,39.929034497544,39.9267053955376,39.9238709231046,39.9169715087281,39.9145105715057,39.9075342525038,39.9059082755464,39.9058863033102,39.9066883052211,39.9101270258415,39.9128626214128,39.9155982178834,39.9291443605238,39.9483594489294,39.9509961685383,39.9540174085765,39.9575659930761,39.9616419202384,39.968881911471,39.9817249290622,39.9848999783513,39.9868665312654,39.986965408127,39.9794947048168,39.9777698509978,39.9789014427474,39.9806372826844,39.983043288417,39.9855701441468,40.0010169220932,40.002620925915,40.0043787389876,40.0056201937169,40.0056751252068,40.0040161898952,40.0022144314509,39.999105300669,39.9883057397181,39.9855152126569,39.9862403099423,39.9881519313665,39.9905579370991,39.9931616974544,39.997764969078,39.9999402618336,40.0081800078011,40.0074768836512,40.0039722445234,39.9653333269715,39.9616199480022,39.9553906994212,39.9443274671389,39.9273865483505,39.9246038276437]},{\"lng\":[15.9844745489613,15.9807517307078,15.9832336095434,15.9733060951002,15.9534510662137,15.9398007344163,15.9534510662137,15.9646195200748,15.9844745489613],\"lat\":[40.6058267038393,40.6318864289155,40.64677770103,40.6505005183842,40.6480186404479,40.6380911260046,40.6256817327258,40.6083085826749,40.6058267038393]}]],[[{\"lng\":[15.6466514193919,15.6303817070001,15.624685092,15.6242781910001,15.6101994150001,15.5349227220001,15.5131271700001,15.4953118710001,15.4598087900001,15.4296018800001,15.4100995910001,15.3609434830001,15.3431598720001,15.3143009770001,15.3027449880001,15.2933048840001,15.2830509770001,15.2722274100001,15.2612410820001,15.2612410820001,15.2791447270001,15.2634383470001,15.2338973320001,15.20964603,15.1899520190001,15.1272078790001,15.1128035820001,15.0958764980001,15.0656844410001,15.0472111340001,15.0349227220001,15.0228038240001,15.0031221290001,14.975904024,14.9663192070001,14.9570875080001,14.9381378590001,14.9221297540001,14.9111434250001,14.906911655,14.9318953790001,14.939138217,14.9323836600001,14.9323836600001,14.9421492850001,14.9539494150001,14.9643660820001,14.9729110040001,14.9944898700001,15.0004329280001,14.998266587,14.9759220710001,14.8888452480001,14.8615014980001,14.8354598320001,14.809743686,14.7819930350001,14.7522078790001,14.7199813160001,14.6904403000001,14.6780705090001,14.6257430350001,14.6132918630001,14.5712996750001,14.5442000660001,14.5163680350001,14.4865828790001,14.47136478,14.4728028284877,14.480954684611,14.4925782197091,14.5044654279371,14.5437525381491,14.5495533200297,14.5540137694199,14.5581666012077,14.5761182626477,14.5822046880959,14.5825342779345,14.5781397470517,14.57014169928,14.5641431645754,14.5573096678069,14.5499927728482,14.5260865220753,14.5188794909957,14.5131446267231,14.5105518533853,14.5101343728031,14.5118482405039,14.5156934555885,14.5253394516544,14.5527173823014,14.5709766604445,14.5793482425274,14.5842042002636,14.5835669928225,14.5805347666661,14.5711304687961,14.5680323241324,14.5697901372051,14.5801172860839,14.6055396499349,14.6524732458436,14.6680079145336,14.6769947309221,14.6906177781879,14.7010987354183,14.7102393610576,14.7217090878041,14.7321021551903,14.7380787176587,14.7380347722869,14.7349366276233,14.7342554757096,14.7414185614174,14.7623145582702,14.8689478630534,14.9077955213462,14.9189136851185,14.9856226722485,15.1116578339419,15.1316529511228,15.1443311742443,15.1574488510836,15.1723902577042,15.2157642829952,15.2373853771334,15.2411207292383,15.2413624283334,15.2525465106129,15.2568970970234,15.274607058469,15.2793751254617,15.2813306913583,15.2839454378317,15.298403446262,15.306950809832,15.3220679979397,15.3442603819111,15.3580592097647,15.3625636045267,15.3668922187009,15.3689137031049,15.3673536437556,15.3656617491903,15.3648707333976,15.3678370428452,15.369221319808,15.368759893854,15.3686060855024,15.3723194644717,15.3737257145701,15.3754176091354,15.378515753799,15.3861622385964,15.3911280593125,15.395786262426,15.4114527672314,15.4181104816134,15.4209010095739,15.4323707363204,15.4351612642809,15.4581666353819,15.4632642922133,15.4798536480274,15.4843580427894,15.487609996704,15.4891700551539,15.4894776718571,15.4873023791015,15.4845118520403,15.4809522814226,15.4694825537768,15.4659010109229,15.4628028662593,15.4510255219103,15.4480811864975,15.446850716987,15.4459058928427,15.4455982761395,15.4466309910274,15.4493116551088,15.4558375342748,15.462033823602,15.473811167951,15.4832813825298,15.4908619497192,15.5039356802874,15.5150977903307,15.5175807006888,15.539597303173,15.5402125374786,15.5388282596165,15.5357301149529,15.5352686898981,15.5349391000594,15.5358839242037,15.5378834354722,15.5433106821422,15.5470460333477,15.5509132215679,15.5577467174371,15.5695680071578,15.5764015039263,15.5802686912471,15.5921998439476,15.5984181064105,15.6041529697837,15.6090968173642,15.6142823640399,15.6187647865656,15.6228077553736,15.6286964270984,15.6387599046459,15.6561402762528,15.6596998468704,15.6638746517937,15.6685328549073,15.6837818791304,15.6882643007569,15.6921534612133,15.69555922258,15.7012940868526,15.7062599066693,15.7077979928831,15.7112257273854,15.7135328562563,15.7169605907586,15.719113911278,15.7219703568465,15.728935688831,15.7484693809571,15.7517213348717,15.7545118619329,15.7610377410988,15.7636744598084,15.7666187961206,15.7798463359396,15.785427390062,15.7874488753653,15.7891407699306,15.7903932107781,15.790547020029,15.7900855940749,15.7891407699306,15.7849659650072,15.7754518041574,15.7628834440157,15.7571485806425,15.7494142051015,15.7442945760338,15.7396363729202,15.7315724075406,15.7239259236425,15.7207179150997,15.716806782407,15.7064137159202,15.698195942189,15.69555922258,15.6939991641301,15.6943287539688,15.6971192819293,15.6967896920906,15.6930763131214,15.6685328549073,15.6595460376195,15.6497682054383,15.6491529711327,15.6514820731392,15.6547340261544,15.6575245532155,15.6612379321848,15.6643360768484,15.6629517998857,15.6466514193919],\"lat\":[40.0469316666946,40.0576846370001,40.064886786,40.0777855490001,40.073187567,40.0777855490001,40.067680206,40.046718937,40.0293643250001,39.9997926600001,39.99396986,39.9988905750001,40.0041486520001,40.0337588560001,40.0362002620001,40.032416083,40.0298526060001,40.0287539730001,40.0293643250001,40.0362002620001,40.0476748720001,40.0737165390001,40.1000023460001,40.1118838560001,40.119126695,40.169623114,40.174790757,40.173081773,40.1665713560001,40.168931382,40.1753604190001,40.195626867,40.2102585700001,40.2193133120001,40.224554755,40.2315499300001,40.2278393220001,40.238023179,40.2416445980001,40.2586123720001,40.2855492210001,40.307074286,40.3242862000001,40.333726304,40.337836005,40.3399112000001,40.3451602230001,40.351996161,40.358433813,40.3688281830001,40.3975586610001,40.4314639340001,40.5730654970001,40.607163804,40.6326358090001,40.6529808610001,40.669867255,40.676703192,40.6668154970001,40.649115302,40.6466332050001,40.6490746110001,40.6459007830001,40.6177432310001,40.6135928410001,40.6198591170001,40.6326358090001,40.6246605490001,40.6367078643764,40.6448157751279,40.6495069365958,40.651352640412,40.6455189001771,40.645870462252,40.6485621124515,40.6621412152448,40.6753138226748,40.686827494793,40.6998353077532,40.7124915586385,40.7229725158689,40.7273560606337,40.7303992738074,40.7321900452344,40.7334974184711,40.7364087955295,40.7427698802258,40.7495154853514,40.7566236404686,40.7634900955914,40.7695765219389,40.777552596575,40.7881104575316,40.7915272059158,40.7949549404182,40.8014258880942,40.8122803805351,40.8172242281156,40.8257496194494,40.8310560161222,40.8420423446784,40.8467664662994,40.8476453719363,40.8266285259857,40.8241785748813,40.8282105566718,40.8446570911518,40.8489307729368,40.8483924423573,40.8458326282732,40.8412183705314,40.8344837506245,40.8264307722623,40.8208497172407,40.8163672947148,40.8116212008577,40.8058423921127,40.7991077731052,40.8069849699804,40.8049854587119,40.7801124106592,40.7657752522261,40.7590626054549,40.7438025951137,40.7190503970581,40.7113819391251,40.7157215394175,40.7234888733128,40.7413965893811,40.7645337965974,40.7879346769437,40.7904615326736,40.7952845302568,40.7993604583185,40.8124341888867,40.8182459568854,40.8356812608815,40.8390760361302,40.8374830184266,40.8206849218716,40.8094459081021,40.8076661227933,40.804535018876,40.8021839446333,40.7980750582174,40.7953614348823,40.7923731531984,40.7892969816704,40.7861439055168,40.7818043052245,40.7761902918485,40.7685987385409,40.7416712468305,40.7360682195726,40.7293995181732,40.718347272009,40.7128870660852,40.7092505917414,40.7019117245464,40.6976710011158,40.6951880907578,40.6816309619992,40.6794336961082,40.6689417518604,40.6677552286209,40.6654041543782,40.6639319866718,40.6618555698786,40.6582630409066,40.6537476600265,40.6470240271371,40.6433545926403,40.6408277378098,40.6361255884252,40.6342139679003,40.6318409205221,40.6188660668155,40.6142408220563,40.6112635273898,40.6079566428847,40.6056605001319,40.6023316424913,40.5990247570869,40.5953003919994,40.5938282242931,40.5921253427104,40.5897193369778,40.5861048348702,40.5770301277382,40.5673731446549,40.5647034666916,40.5200110820458,40.5153528789322,40.5083765608296,40.500323581568,40.4975000952531,40.493962497771,40.4894361298735,40.4846351045264,40.4778345670117,40.4740113250626,40.4708582489091,40.4667054162219,40.4614100056672,40.4574769007384,40.4530384235844,40.4332959916167,40.4285389107421,40.4263196726148,40.426572357828,40.4262647411249,40.4251331493753,40.4234192816745,40.418772064679,40.4082361759587,40.3942066342287,40.392207122061,40.3906580506285,40.3896253357406,40.3890650329249,40.3880213310196,40.386428313316,40.3843848566758,40.3795728443113,40.3743103930102,40.3688282157495,40.3313318760652,40.3244873931786,40.3184449131022,40.3157862212571,40.3132813386628,40.3089637115061,40.3001966210772,40.2980323144398,40.2955274309462,40.287254725725,40.2846729385053,40.2823438373982,40.2738733775543,40.2688636123658,40.2655567269613,40.261832361874,40.2564600466938,40.2518567750701,40.2474952025415,40.2439576050594,40.2348828979274,40.2198206413095,40.2143933946394,40.2107459341775,40.2031763540055,40.1994629741369,40.1967713239374,40.1942664413432,40.1908826522126,40.1888611678086,40.185763023145,40.1754248872487,40.1692285988208,40.1660974949035,40.1620435390781,40.1551990570908,40.1426636562027,40.1385877281411,40.1305237627614,40.097290118744,40.0884571107071,40.0808106259096,40.0776795228916,40.0727466614293,40.0704724909127,40.0690772269324,40.0682312796498,40.0669568656668,40.0610132624521,40.0469316666946]}]],[[{\"lng\":[14.47136478,14.4220483730001,14.401540561,14.3558048840001,14.3426212900001,14.3298445970001,14.3279728520001,14.3377384770001,14.3596297540001,14.3797306650001,14.387380405,14.3982133570001,14.4047986450001,14.4442108110001,14.4763696270001,14.4797469410001,14.4741317070001,14.460622592,14.4426375660001,14.4212900790001,14.405402903,14.3944326530001,14.3825540160001,14.366608709,14.3488875660001,14.3123478520001,14.2942000660001,14.2757267590001,14.2483830090001,14.2236434250001,14.2127384770001,14.2034611340001,14.1822029590001,14.1655966320001,14.1352331890001,14.1115014980001,14.0959578790001,14.0825301440001,14.0761824880001,14.0774031910001,14.081228061,14.0825301440001,14.0752819190001,14.0476974010001,14.0411514780001,14.0522567070001,14.0444649030001,14.0213437740001,14.0100784346003,14.02097908072,14.092873615425,14.1201197099566,14.1251294760445,14.1303150227201,14.135456624024,14.1403784993682,14.1434986171674,14.1472339683729,14.1521778168528,14.161208578613,14.1905860214277,14.24589119852,14.2728736217202,14.2924732323538,14.293703700965,14.2927808490569,14.2934620018699,14.299548427318,14.3148853422847,14.4736377896522,14.5145289045853,14.5307007798171,14.5313160141228,14.5413355462984,14.5509156247563,14.5719654299606,14.5797657231096,14.5825562510701,14.600002540285,14.6548902376943,14.6635254920078,14.6689087933062,14.6690845747933,14.6619654335579,14.6537916051984,14.5944434583989,14.5796558601298,14.5741407236155,14.5782056646597,14.6055396499349,14.5801172860839,14.5697901372051,14.5680323241324,14.5711304687961,14.5805347666661,14.5835669928225,14.5842042002636,14.5793482425274,14.5709766604445,14.5527173823014,14.5253394516544,14.5156934555885,14.5118482405039,14.5101343728031,14.5105518533853,14.5131446267231,14.5188794909957,14.5260865220753,14.5499927728482,14.5573096678069,14.5641431645754,14.57014169928,14.5781397470517,14.5825342779345,14.5822046880959,14.5761182626477,14.5581666012077,14.5540137694199,14.5495533200297,14.5437525381491,14.5044654279371,14.4925782197091,14.480954684611,14.4728028284877,14.47136478],\"lat\":[40.6246605490001,40.6155459660001,40.6021182310001,40.5836449240001,40.5706240910001,40.584458726,40.60541413,40.6244164080001,40.6326358090001,40.6338565120001,40.63694896,40.6438415740001,40.6560325920001,40.6859871360001,40.695102127,40.7114932310001,40.729681708,40.7442080750001,40.755072333,40.750930081,40.756886895,40.761566239,40.7722655650001,40.780178246,40.79686107,40.82811107,40.8387718770001,40.84003327,40.8377139340001,40.8313662780001,40.820746161,40.801214911,40.800918031,40.815752337,40.8185542530001,40.8295352230001,40.8338076840001,40.831284898,40.822211005,40.8103701840001,40.79710521,40.7835147160001,40.7862775900001,40.789589273,40.7964841290001,40.837591864,40.874205132,40.9218289360001,40.9368309281659,40.9434791157686,40.9629688634223,40.9801404942884,40.9815357582686,40.9816895666202,40.9807996739657,40.9790528479106,40.9746802892639,40.9597498687614,40.9543665674631,40.9518287256151,40.9535206201804,40.9443580223049,40.9470386863862,40.9688904944008,40.9771522135038,40.9848536297911,40.9922144692223,40.9993995280657,41.0048487478714,40.9816016758766,40.9854578779787,40.9951588055344,41.0133521660696,41.0176368339727,41.0170985033932,41.0095399093393,40.987907829083,40.9429078268347,40.9311304824857,40.9213526503045,40.9164527480958,40.9088502086702,40.9009290655239,40.8950623660353,40.8939527474213,40.9033350712565,40.8992481570768,40.8852515746005,40.8747925905056,40.8476453719363,40.8467664662994,40.8420423446784,40.8310560161222,40.8257496194494,40.8172242281156,40.8122803805351,40.8014258880942,40.7949549404182,40.7915272059158,40.7881104575316,40.777552596575,40.7695765219389,40.7634900955914,40.7566236404686,40.7495154853514,40.7427698802258,40.7364087955295,40.7334974184711,40.7321900452344,40.7303992738074,40.7273560606337,40.7229725158689,40.7124915586385,40.6998353077532,40.686827494793,40.6753138226748,40.6621412152448,40.6485621124515,40.645870462252,40.6455189001771,40.651352640412,40.6495069365958,40.6448157751279,40.6367078643764,40.6246605490001]}],[{\"lng\":[13.9446720710001,13.9348250660001,13.9197697270001,13.903493686,13.8901473320001,13.882009311,13.8597111340001,13.8491317070001,13.856130405,13.8615014980001,13.8701278000001,13.8671981130001,13.8628035820001,13.8831486340001,13.9462996750001,13.9658309250001,13.9626570970001,13.9624129570001,13.9658309250001,13.958669467,13.9446720710001],\"lat\":[40.701605536,40.7056338560001,40.7044945330001,40.7000186220001,40.6941592470001,40.6995303410001,40.7077497420001,40.715277411,40.734849351,40.7440453150001,40.748724677,40.752630927,40.762396552,40.762396552,40.7451846370001,40.735052802,40.728949286,40.723130601,40.715277411,40.7118187520001,40.701605536]}]],[[{\"lng\":[14.0100784346003,13.9653426440001,13.9301863940001,13.9179793630001,13.9145613940001,13.91277103,13.9106551440001,13.884318292,13.8517252510001,13.79049088,13.743664071346,13.7436640716396,13.7616797549167,13.7708203796568,13.8049219440924,13.81004157316,13.8125244835181,13.812063057564,13.8129859085728,13.8174903033348,13.8225000694226,13.8304102264508,13.8375293667868,13.8466699924262,13.8548877661574,13.8598535868735,13.8631055398887,13.8654346418952,13.8669947003451,13.8679175513539,13.8676099346508,13.8725757553668,13.8694776107031,13.8747290749868,13.8755640361513,13.875366282428,13.8722681377643,13.8596997776226,13.8601612035767,13.8621826879806,13.8658960669499,13.8895166732559,13.8968115959784,13.9095117913361,13.9115332757401,13.9382520267097,13.944909741991,13.9526660897682,13.9618067154076,13.9846143336845,13.9880200950514,13.9917774193923,13.9941065213988,13.9975122836649,14.0255933393611,14.0314820110859,14.0350415817036,14.0392823042349,14.0605078909264,14.0882593567839,14.0993335760837,14.104431232915,14.1090894360286,14.1095508619827,14.1077051581665,14.1070679516246,14.1069141432731,14.1058374830134,14.1030469550529,14.0993335760837,14.0899732244847,14.0833155092034,14.0812940247994,14.0801953914042,14.0801953914042,14.0812940247994,14.0829859193647,14.0877979308298,14.0997290844297,14.1024317207473,14.1066065256706,14.1117261547382,14.1165381671027,14.1208667803776,14.1303369949563,14.1637134612072,14.1945630717283,14.2225122922085,14.2391016480226,14.2664576064334,14.2714014540139,14.2752906144703,14.2951319232996,14.3289698155046,14.3700586841609,14.382694794729,14.4336695266273,14.4442603468375,14.4619483360469,14.4679908170226,14.4748023406555,14.4816358365246,14.4959400366034,14.5138484208679,14.4977857395202,14.473615817416,14.4532911094971,14.4483033156455,14.4441065384859,14.445315034861,14.4566089801203,14.4681006800024,14.4818995087553,14.488073824947,14.4767359343159,14.4629590786985,14.450412690793,14.4395362261159,14.4306592727073,14.4243970648726,14.4203980414364,14.4209693303703,14.4283521438364,14.4425245069004,14.4471607377778,14.4602124961098,14.4536206993358,14.4406788039836,14.4213868109525,14.3784302662438,14.359555753795,14.3565894452467,14.364455656903,14.3871973566726,14.4231226508896,14.4318897413185,14.4346802683797,14.4219800730219,14.4292749948451,14.4471387655416,14.4815918911528,14.5006641582243,14.5158912093119,14.5263941396778,14.5313160141228,14.5307007798171,14.5145289045853,14.4736377896522,14.3148853422847,14.299548427318,14.2934620018699,14.2927808490569,14.293703700965,14.2924732323538,14.2728736217202,14.24589119852,14.1905860214277,14.161208578613,14.1521778168528,14.1472339683729,14.1434986171674,14.1403784993682,14.135456624024,14.1303150227201,14.1251294760445,14.1201197099566,14.092873615425,14.02097908072,14.0100784346003],\"lat\":[40.9368309281659,40.9964053410001,41.014146226,41.02366771,41.033148505,41.054429429,41.064642645,41.104799842,41.147315694,41.2058640290001,41.2376032694339,41.2376032695752,41.2462733168601,41.2492176531721,41.2537330340522,41.256710329618,41.26030285859,41.2647193626085,41.2694434842294,41.2766285430728,41.2805836211372,41.2839893834033,41.2862086215306,41.2880213660932,41.2926246377168,41.2960303990836,41.299337284488,41.3024683875061,41.3055885053053,41.3093128703927,41.32158459905,41.3354054009385,41.3581471007081,41.3816358708987,41.3885023269208,41.3935999828529,41.4002686842524,41.4192310874447,41.4230323571575,41.4259986657058,41.4277015463892,41.4333155606646,41.4358204432588,41.4423792816785,41.4435987641716,41.4644178563989,41.4681202492501,41.4704383651384,41.4707020364698,41.4610120950321,41.4580897318556,41.4541676121456,41.4472352385154,41.440731332485,41.4037733233802,41.3981483229867,41.3961817700726,41.3945777662509,41.3908534011635,41.388744026016,41.3895130686732,41.3903919752095,41.3926881179622,41.3954786450234,41.4026966631205,41.4072450032543,41.4137489092847,41.4187586753725,41.4235706868377,41.4265699546397,41.432249886523,41.4376771331931,41.4406544278596,41.4439832855002,41.4477076514869,41.4511903174791,41.4546290380996,41.4603858746084,41.4698231308328,41.4725037949142,41.4788648787111,41.4842152207558,41.4913673203455,41.4956629752661,41.4932349963979,41.4907191276856,41.4944215196374,41.4948060418653,41.4896644396621,41.4851710310182,41.4836219586864,41.4819080918849,41.4694056502505,41.4570020845785,41.4459937837861,41.4419607039233,41.4256910490027,41.4240870442816,41.4230543293938,41.4202638023326,41.4149683917778,41.4035206372675,41.3903919752095,41.3890310959083,41.3769337224134,41.3734290841849,41.3638380187096,41.3586414859158,41.3500721492103,41.3457435359354,41.3413599911706,41.3338013971168,41.3205958295339,41.3069727822681,41.2982276649747,41.2943165322821,41.2880543244475,41.279353152526,41.2681141387565,41.2562159444103,41.2430872823522,41.2302442638617,41.21918103068,41.2111719976895,41.2062611084634,41.177476927718,41.1654359120377,41.1541968973689,41.1507032452585,41.1640076888038,41.1605469959471,41.149286009042,41.1378272684137,41.1210181857406,41.1118555878651,41.1057691615176,41.094585079238,41.0606153509177,41.0479591009317,41.045959588764,41.0521558780913,41.0514966984139,41.0446412294092,41.0318311701723,41.0133521660696,40.9951588055344,40.9854578779787,40.9816016758766,41.0048487478714,40.9993995280657,40.9922144692223,40.9848536297911,40.9771522135038,40.9688904944008,40.9470386863862,40.9443580223049,40.9535206201804,40.9518287256151,40.9543665674631,40.9597498687614,40.9746802892639,40.9790528479106,40.9807996739657,40.9816895666202,40.9815357582686,40.9801404942884,40.9629688634223,40.9434791157686,40.9368309281659]}]],[[{\"lng\":[13.743664071346,13.721853061,13.7085067070001,13.6787215500001,13.6633406910001,13.6565861340001,13.594411655,13.563649936,13.5754500660001,13.5439559250001,13.5344344410001,13.5252384770001,13.5195418630001,13.5144149100001,13.5070906910001,13.499685092,13.4802352220001,13.3243921230001,13.285817905,13.2048445970001,13.1870223320001,13.1512150400001,13.1145125660001,13.090505405,13.0682072270001,13.044606967,13.036794467,13.0334578790001,13.0236922540001,13.0119735040001,12.9926863940001,12.9795028000001,12.9238387380001,12.8935653000001,12.8621525400001,12.8415633470001,12.7744054308743,12.7683838187582,12.7564526651583,12.7404126260419,12.7219555941753,12.6824707293407,12.6623657482806,12.6525879152001,12.6181567618251,12.602841819994,12.576057150517,12.5648291228657,12.5600171114006,12.5662134007279,12.5796606665065,12.5984692613473,12.6191455313412,12.6381518799053,12.6497973881389,12.6530932865259,12.6529175050388,12.6598828379226,12.6717260998796,12.6857226823559,12.6992138935063,12.7300635040275,12.7469824505796,12.7639673147398,12.7801172168361,12.7902026666197,12.8232934884037,12.8375537431107,12.8475732743871,12.8519897784055,12.8492651689523,12.8535278646193,12.9123926132285,12.9246533557678,12.9345410509287,12.9419897820028,12.9469116573471,12.9503613640857,12.9534595087493,12.9576782590444,13.003623085437,13.0095776756692,13.0132251361311,13.0200806051358,13.0594995523624,13.075539591479,13.089865763794,13.1037305110542,13.1602222122852,13.1752075642776,13.1926099090201,13.1977515103239,13.1978833464393,13.2002563938175,13.20970463616,13.2212183082783,13.2483984852019,13.2657788568088,13.2989795415726,13.2736890138369,13.2621753408193,13.2588794424323,13.2652515132467,13.2937720217614,13.3034619640983,13.3180737808803,13.4198511288265,13.4285303276125,13.4367920467156,13.4363306207615,13.4327710510432,13.4334741760923,13.4457349186316,13.467707575744,13.5496436139616,13.565376036375,13.5754175407869,13.5755274037667,13.57970220869,13.6086621709225,13.6254492804599,13.6429614881821,13.6760523099661,13.7073853186775,13.7577027037168,13.7869483104162,13.8085034869463,13.8131177446882,13.8170069051445,13.8264771206226,13.8641822001484,13.8725757553668,13.8676099346508,13.8679175513539,13.8669947003451,13.8654346418952,13.8631055398887,13.8598535868735,13.8548877661574,13.8466699924262,13.8375293667868,13.8304102264508,13.8225000694226,13.8174903033348,13.8129859085728,13.812063057564,13.8125244835181,13.81004157316,13.8049219440924,13.7708203796568,13.7616797549167,13.7436640716396,13.743664071346],\"lat\":[41.2376032694339,41.252386786,41.2564151060001,41.2505557310001,41.250677802,41.2595889340001,41.253119208,41.237982489,41.2080752620001,41.2066104190001,41.2080752620001,41.2153994810001,41.2251651060001,41.229681708,41.2217471370001,41.2217471370001,41.2391625020001,41.2948265650001,41.2957217470001,41.2837588560001,41.278021552,41.260199286,41.2508812520001,41.22654857,41.2217471370001,41.227525132,41.240423895,41.2569033870001,41.2735863300001,41.2865257830001,41.315619208,41.331000067,41.3797875020001,41.3993187520001,41.4135195980001,41.418402411,41.4209399516554,41.4431593113531,41.4633961285285,41.480809459389,41.4945643418708,41.5090553095549,41.5306654175749,41.536026746637,41.5476173224814,41.5556483286074,41.5825099027098,41.5986927640598,41.6162928625255,41.6354090740695,41.6488892991018,41.6593702563322,41.665061175233,41.6641273372068,41.6561842218243,41.6438685468959,41.615908341197,41.6036366116403,41.6026368560061,41.6057789460415,41.6059547275286,41.5818836813868,41.5737537983991,41.5822901758509,41.607877335071,41.617479385765,41.623543838977,41.6295313884628,41.6406825114887,41.6582057062283,41.689956195522,41.7012940861532,41.712379291571,41.7127198684271,41.7096217237635,41.7027552686407,41.6917579530671,41.6727625915204,41.6667530697983,41.6619959889237,41.6270484781048,41.6166334384824,41.5857179103533,41.5777857810889,41.5741273336095,41.568491347098,41.5588783093864,41.5454310436078,41.5702052138995,41.5835975490876,41.5881349022039,41.5811475979833,41.5686671285851,41.5567359758846,41.546595594611,41.5415308970332,41.5373231328563,41.5277100951448,41.4703394882767,41.4576173197835,41.4478724459566,41.4356776210254,41.4305470058396,41.414397102844,41.4066517411849,41.4016529621145,41.4000929027652,41.405849739274,41.4233729331144,41.4352381682069,41.4483118987751,41.4581007179737,41.4601661477495,41.4546290380996,41.4153639001239,41.4031690751926,41.3876673657563,41.3680457828866,41.3619373843028,41.3313953904849,41.3190577442195,41.3200684859718,41.3399427540548,41.3472266897599,41.3125538372897,41.3085767860898,41.317310917265,41.3205738572976,41.3246497853593,41.3312415821333,41.3333729295171,41.3354054009385,41.32158459905,41.3093128703927,41.3055885053053,41.3024683875061,41.299337284488,41.2960303990836,41.2926246377168,41.2880213660932,41.2862086215306,41.2839893834033,41.2805836211372,41.2766285430728,41.2694434842294,41.2647193626085,41.26030285859,41.256710329618,41.2537330340522,41.2492176531721,41.2462733168601,41.2376032695752,41.2376032694339]}],[{\"lng\":[13.4189559250001,13.4241642590001,13.4319767590001,13.426931186,13.414724155,13.4189559250001],\"lat\":[40.795599677,40.8002383480001,40.801459052,40.7908389340001,40.7858747420001,40.795599677]}]],[[{\"lng\":[12.7744054308743,12.7629500660001,12.7485457690001,12.6785587900001,12.653981967,12.6424259770001,12.6352645190001,12.6193953790001,12.54558353,12.4480086600001,12.3427840500001,12.3271590500001,12.3006291020001,12.2850041020001,12.2766219410001,12.2469181650001,12.2390242850001,12.2234806650001,12.2151798840001,12.2117619150001,12.2111922540001,12.206228061,12.1945906910001,12.1701766290001,12.1474715500001,12.049978061,12.0388289720001,12.0297957690001,12.0261336600001,12.0203556650001,11.9920353520001,11.9821883470001,11.9690047540001,11.9526473320001,11.9345809250001,11.9168400400001,11.8396916020001,11.8274845710001,11.8221134770001,11.8094181650001,11.793630405,11.7797957690001,11.7719832690001,11.7501733730001,11.7456160820001,11.7429305350001,11.7398187493431,11.7657495023377,11.7974560471588,11.8182202078963,11.8258886649299,11.8428515568539,11.8694164985725,11.8868188433149,11.9141088832184,11.9461010725065,11.9755444329292,12.012568359642,12.0324755869788,12.0763769558318,12.0897143586307,12.1165649457157,12.1293969771887,12.1413720752611,12.1619165100389,12.1730127015749,12.2229785245393,12.2715161233704,12.2962353630716,12.3031128043124,12.3259863401974,12.3507714975066,12.3697558738345,12.3751831196053,12.3728540184981,12.3753589010924,12.3829174951463,12.3910913235057,12.4002978667531,12.4091089025538,12.4159863437947,12.4195239421762,12.4155468909762,12.4158325354431,12.423391129497,12.4348388840073,12.4823657410861,12.4861450376633,12.4846948430925,12.4811572447111,12.4802783390741,12.4867602728683,12.5133032423507,12.5203993582438,12.546877462325,12.5605444549626,12.5694873259793,12.5722558808042,12.5742114476002,12.5816821509105,12.5810449443687,12.5846264872226,12.5917016830862,12.6022046125528,12.6117187734026,12.6223095936128,12.6297802978225,12.6293847894764,12.6110815659615,12.6057202377987,12.6079175036898,12.6120703354776,12.6060937730092,12.6129492420139,12.6293847894764,12.6246606687549,12.6703198497812,12.6953467061855,12.7197803005204,12.7286352816929,12.7442358679909,12.7649560842559,12.7759204396766,12.7850390921803,12.7911035453923,12.797827179181,12.8325879223947,12.8433764972276,12.8522754228725,12.8655688802996,12.8735229826995,12.8854101900282,12.8975171242159,12.9061523785294,12.9204565777089,12.952514684605,12.9662036503781,12.9729712286393,12.9776733771246,12.9864624397898,12.9975366590895,13.0295820594645,13.0137085343214,13.0119946675199,13.0119946675199,13.016960488236,13.0178833392447,13.0237939841051,13.0256396879212,13.0284302149824,13.0362305081314,13.0491064849763,13.0720459393686,13.0822851975038,13.0891626396441,13.0922607834084,13.0970508235367,13.2801489744955,13.2956616709494,13.2978573126649,13.2392798326981,13.197399948249,13.1914893033886,13.1844360806606,13.1685278767601,13.1381836375648,13.0998852959696,13.0826367604781,13.0614331460229,13.0482934969473,13.020783730185,13.0139502343159,13.0099292377441,13.0074683005216,12.9976245498331,12.9970532608992,13.0009643935919,13.0185864642939,13.0790112713531,13.0930737723367,13.0950073659971,13.0921509204286,13.0948096122738,13.1471484808177,13.1575635204401,13.1580688917659,13.1545093211482,13.1568823685265,13.1752075642776,13.1602222122852,13.1037305110542,13.089865763794,13.075539591479,13.0594995523624,13.0200806051358,13.0132251361311,13.0095776756692,13.003623085437,12.9576782590444,12.9534595087493,12.9503613640857,12.9469116573471,12.9419897820028,12.9345410509287,12.9246533557678,12.9123926132285,12.8535278646193,12.8492651689523,12.8519897784055,12.8475732743871,12.8375537431107,12.8232934884037,12.7902026666197,12.7801172168361,12.7639673147398,12.7469824505796,12.7300635040275,12.6992138935063,12.6857226823559,12.6717260998796,12.6598828379226,12.6529175050388,12.6530932865259,12.6497973881389,12.6381518799053,12.6191455313412,12.5984692613473,12.5796606665065,12.5662134007279,12.5600171114006,12.5648291228657,12.576057150517,12.602841819994,12.6181567618251,12.6525879152001,12.6623657482806,12.6824707293407,12.7219555941753,12.7404126260419,12.7564526651583,12.7683838187582,12.7744054308743],\"lat\":[41.4209399516554,41.4213727890001,41.4237328150001,41.457953192,41.4656436220001,41.458197333,41.447495835,41.4591332050001,41.544134833,41.6307640650001,41.7022972680001,41.711371161,41.7174339860001,41.7271996110001,41.729437567,41.7337100280001,41.736273505,41.750677802,41.7681338560001,41.787543036,41.8079287780001,41.827337958,41.847357489,41.879584052,41.9034691430001,41.960150458,41.9651553410001,41.97284577,41.9857852230001,41.9930687520001,41.99628327,41.999741929,42.011419989,42.0222842470001,42.03148021,42.0379092470001,42.0364444030001,42.034165757,42.0467796900001,42.06635163,42.084458726,42.092515367,42.1062686220001,42.127915757,42.1366234400001,42.15228913,42.1599373732329,42.16177506137,42.1586769167063,42.1470753538445,42.1474379020376,42.1627418577505,42.2125318992278,42.2304725736503,42.2333619775732,42.2214088526364,42.2009962539739,42.1593470825018,42.1539308228492,42.1603797973897,42.1593141232482,42.1508326781855,42.1500856077645,42.1550734007168,42.1713331666922,42.1757606577282,42.1817262340784,42.179397132072,42.1707399055222,42.1529750116874,42.1490089475049,42.1565455684232,42.1729042121597,42.1953822396986,42.2162672504332,42.2256715483033,42.233801431291,42.2374928371247,42.2385255520126,42.2365150546261,42.2310987940741,42.2209474266824,42.199502113132,42.1891420058988,42.1817701794502,42.1859010390017,42.2209803859361,42.2303627097712,42.2409645169988,42.2497975250357,42.2585426432284,42.2688478189717,42.285492107175,42.2957724670257,42.293523113301,42.2706276042805,42.2782631029598,42.2825917162347,42.2911280936866,42.2911280936866,42.2789222826372,42.2722316081022,42.2715504561886,42.2775380047751,42.265156413138,42.2543348790514,42.2414039707166,42.2222328267835,42.2377345362199,42.2261439603755,42.2058302385746,42.1949427868801,42.191767737591,42.1847584602347,42.1745082159813,42.1747059697047,42.1524916134971,42.1464601195389,42.1582264768704,42.1649940551315,42.1713111944561,42.1872633437283,42.1866261362871,42.1793531867002,42.1676637330948,42.1594020139917,42.1476466427783,42.1395167597906,42.1297389267101,42.1065138287502,42.099867099587,42.1001307718176,42.1045912212079,42.1105128521863,42.1134791607346,42.0982960550189,42.1057118268393,42.1191041611281,42.123432774403,42.1255751088042,42.1249818467348,42.1156432668233,42.1084584085287,42.102284092337,42.0990321384224,42.0546473713791,42.0513844322458,42.0381019609367,42.0351576246247,42.0319276438457,42.0280274972712,42.0231935126704,42.0190406808827,42.0188868716318,42.0205348217246,42.0227101144802,42.0236659247426,41.9468165572383,41.9472889693105,41.9470457395692,41.8918519552035,41.8676380868282,41.8553993174245,41.8482472169355,41.8451710454074,41.8454786621106,41.8578492685289,41.8580140629986,41.8333497556866,41.8286146479476,41.8238355948368,41.8213526844788,41.8187379389047,41.8148707506846,41.7846583476046,41.7774732887613,41.7694093233815,41.752907858311,41.7208827106685,41.7083033644087,41.7019093204588,41.6895826603115,41.6846058534773,41.6532508716304,41.6354090740695,41.617644181134,41.6009889068126,41.5885743559218,41.5835975490876,41.5702052138995,41.5454310436078,41.5588783093864,41.568491347098,41.5741273336095,41.5777857810889,41.5857179103533,41.6166334384824,41.6270484781048,41.6619959889237,41.6667530697983,41.6727625915204,41.6917579530671,41.7027552686407,41.7096217237635,41.7127198684271,41.712379291571,41.7012940861532,41.689956195522,41.6582057062283,41.6406825114887,41.6295313884628,41.623543838977,41.617479385765,41.607877335071,41.5822901758509,41.5737537983991,41.5818836813868,41.6059547275286,41.6057789460415,41.6026368560061,41.6036366116403,41.615908341197,41.6438685468959,41.6561842218243,41.6641273372068,41.665061175233,41.6593702563322,41.6488892991018,41.6354090740695,41.6162928625255,41.5986927640598,41.5825099027098,41.5556483286074,41.5476173224814,41.536026746637,41.5306654175749,41.5090553095549,41.4945643418708,41.480809459389,41.4633961285285,41.4431593113531,41.4209399516554]},{\"lng\":[12.4531369170001,12.4540354420001,12.4539825880001,12.4530312080001,12.4527669360001,12.4527140820001,12.4531369170001],\"lat\":[41.9027519410001,41.9027519410001,41.903861884,41.9039147380001,41.903439049,41.903016213,41.9027519410001]}]],[[{\"lng\":[11.7398187493431,11.7361759770001,11.6821395190001,11.6582137380001,11.5390731130001,11.4892684250001,11.4514964635026,11.4515844513613,11.4719311324158,11.474721659477,11.478764628285,11.4871362112671,11.493024882992,11.4981445120596,11.5901660000608,11.5945165864713,11.5985375821437,11.6018115082945,11.6047558446065,11.6072387549646,11.6095458838354,11.6095458838354,11.6078539892702,11.6052172696612,11.5993285979364,11.5712035968685,11.5681054522049,11.5659301594493,11.5668749835936,11.5705883625629,11.5855297691835,11.58785887119,11.5875512535875,11.5866064294431,11.5852221524804,11.5844311366876,11.5850683432295,11.5881664878931,11.59543943748,11.6011743008533,11.6058325048662,11.6134350442919,11.6166869973071,11.6205541846279,11.6711572141341,11.6750244014549,11.6782763544701,11.6810668824307,11.6938329962957,11.6986450077609,11.7033032117738,11.7214306538016,11.7288793839764,11.7352294816553,11.7381738179673,11.7411181542794,11.7494018456186,11.7514013577864,11.7538842681444,11.7560595609,11.7591577055637,11.7631787021354,11.7786913976898,11.7830419841003,11.7869091714211,11.7889306558251,11.7898535077332,11.7867553630695,11.7889306558251,11.7921826088403,11.7958959887089,11.7986865157701,11.8030810475523,11.8066406172707,11.8078930590174,11.8071240163603,11.8040038985611,11.7954785081266,11.7900073160848,11.7858325111615,11.782097159956,11.7776147374302,11.7738793862247,11.7472265528631,11.7504785058783,11.7526537995332,11.7647387605853,11.7692431553473,11.7746704011181,11.7838110267575,11.7887768474735,11.7958080979653,11.8008618085256,11.808046867369,11.8327001885629,11.840610345591,11.8890161092061,11.9330932595463,11.9481445291467,11.9606909161528,11.9703588853542,11.9734570300179,11.973918455972,11.9725341790091,11.9708203113083,11.9688208000399,11.9664257795261,11.9635473617213,11.9566699204804,11.9448925761315,11.9375976543083,11.9337304660882,11.9306103491883,11.9279956027149,11.9284570286689,11.9303027315858,11.9487597634523,11.954340818474,11.9596142558932,11.9855639642056,11.9956274408537,12.0198632823646,12.0251367197838,12.0297949228973,12.0336621102182,12.0642041040362,12.0934057653637,12.0985253944314,12.1185205125116,12.1239477582824,12.1287377975113,12.1326269579677,12.1359228563547,12.1387133843152,12.1460083061384,12.1489526424505,12.1523584038173,12.1565551818761,12.2044995195372,12.2197485437603,12.2215063559336,12.2358325282486,12.2405786221057,12.2452368261186,12.2475439549895,12.2454785252137,12.2591235447158,12.2624414162383,12.2672314554673,12.2715380965059,12.2733837994228,12.2726587021374,12.2756689560575,12.2774267682308,12.2802172961913,12.2837768659096,12.2952465935554,12.3006738393262,12.3190210082129,12.3428393682422,12.3935962061,12.4173706216569,12.4179199374551,12.4167334142157,12.4173706216569,12.4203589024414,12.4283130048413,12.4310595865307,12.4356079266645,12.4469677904312,12.451516130565,12.451516130565,12.4453637866094,12.4406616381241,12.4310595865307,12.4387060713281,12.4469677904312,12.4557129077245,12.4639306814558,12.4651329671127,12.4533618334818,12.454592302093,12.4662158380904,12.4860791200553,12.4724121274177,12.4909570500278,12.519719258537,12.5203993582438,12.5133032423507,12.4867602728683,12.4802783390741,12.4811572447111,12.4846948430925,12.4861450376633,12.4823657410861,12.4348388840073,12.423391129497,12.4158325354431,12.4155468909762,12.4195239421762,12.4159863437947,12.4091089025538,12.4002978667531,12.3910913235057,12.3829174951463,12.3753589010924,12.3728540184981,12.3751831196053,12.3697558738345,12.3507714975066,12.3259863401974,12.3031128043124,12.2962353630716,12.2715161233704,12.2229785245393,12.1730127015749,12.1619165100389,12.1413720752611,12.1293969771887,12.1165649457157,12.0897143586307,12.0763769558318,12.0324755869788,12.012568359642,11.9755444329292,11.9461010725065,11.9141088832184,11.8868188433149,11.8694164985725,11.8428515568539,11.8258886649299,11.8182202078963,11.7974560471588,11.7657495023377,11.7398187493431],\"lat\":[42.1599373732329,42.168890692,42.252142645,42.2793643250001,42.348863023,42.35936107,42.3743712803365,42.3745692588642,42.418569504579,42.4221180881792,42.4258863995377,42.4304896711614,42.4327308824243,42.4340492417791,42.4419593979079,42.4433546618881,42.4451124740614,42.447386644578,42.4523964097665,42.4596803454716,42.4746217529915,42.4821583739098,42.4873329344673,42.4900465578024,42.4947157479334,42.5109974861451,42.5133705335233,42.5161171152127,42.5202479747642,42.524796314898,42.5359034934514,42.5428248800641,42.5474281516878,42.5516688751185,42.5552284448368,42.558799002472,42.5626991490465,42.5661378696669,42.5692360143306,42.5695216587975,42.5684340124197,42.5609962674637,42.5596779081089,42.560139334063,42.5770363074796,42.5787941196529,42.5809144818178,42.5834962690375,42.5982838664073,42.6017445601633,42.6039418260544,42.6081495902314,42.6115114062264,42.6161586232218,42.6195204401162,42.6236512996677,42.6384279109193,42.6411195620182,42.6432838686556,42.6445253233849,42.645667902152,42.6467225892761,42.6484584292131,42.6495900209626,42.6512489571736,42.6589943179334,42.671090266003,42.7003358727023,42.7109816253018,42.7175184905859,42.7193532073846,42.7218361177426,42.7279335302082,42.7346571630976,42.7383485698306,42.7425123877365,42.7465883157981,42.7512684920472,42.7552235701116,42.75969500562,42.7713734731072,42.7768226920136,42.7806459339627,42.7984767454055,42.8063319700444,42.8086500859327,42.8187355357164,42.8203615117743,42.8209547738437,42.8189662486934,42.81635150222,42.8113966676221,42.8111329962907,42.8133522344181,42.8325783089418,42.8357863174845,42.8503871481483,42.7911049189568,42.7763063345697,42.7710878286404,42.7650343615465,42.7602882676894,42.7559706405326,42.7525099467766,42.7493239113694,42.7462806981956,42.7433583350191,42.7406776709377,42.7365687845218,42.7322291842294,42.7286586274936,42.7258900726687,42.7226161465179,42.7165956386777,42.7125306976336,42.7091029631312,42.6917116045069,42.6874708819756,42.6846254225252,42.6754298662952,42.669233576968,42.6484254699594,42.6455580382728,42.6454042299213,42.646030450345,42.6556874334283,42.6605763495189,42.6607081856342,42.6569288881577,42.6567970529416,42.6573463687399,42.6589943179334,42.6611696115883,42.6636964673181,42.6722548170061,42.674550959759,42.6758143876239,42.6754298662952,42.6545558416787,42.6550721991227,42.6529298647214,42.6475795226768,42.6390980776142,42.6198060845831,42.598844169223,42.5855177534415,42.5656434844592,42.5642701936145,42.5656654575948,42.5661049104133,42.5619191193719,42.548361989714,42.536057301803,42.5190065200348,42.510404224975,42.5062184339336,42.4969899175506,42.4899147216871,42.4980226324385,42.4919252199729,42.4625038326857,42.4414869858357,42.4391139384575,42.4307423563747,42.4284681867574,42.4281605691549,42.4291713118066,42.4284681867574,42.4259852763994,42.4235572975313,42.4210304418014,42.414823166356,42.411131759623,42.4067701879937,42.3930922083387,42.3890382534127,42.3879286338993,42.389400802505,42.3868190152853,42.3869321832736,42.3721412799961,42.352849286965,42.335227216263,42.3252626164766,42.3184291197081,42.2982801932763,42.2958302421719,42.2957724670257,42.285492107175,42.2688478189717,42.2585426432284,42.2497975250357,42.2409645169988,42.2303627097712,42.2209803859361,42.1859010390017,42.1817701794502,42.1891420058988,42.199502113132,42.2209474266824,42.2310987940741,42.2365150546261,42.2385255520126,42.2374928371247,42.233801431291,42.2256715483033,42.2162672504332,42.1953822396986,42.1729042121597,42.1565455684232,42.1490089475049,42.1529750116874,42.1707399055222,42.179397132072,42.1817262340784,42.1757606577282,42.1713331666922,42.1550734007168,42.1500856077645,42.1508326781855,42.1593141232482,42.1603797973897,42.1539308228492,42.1593470825018,42.2009962539739,42.2214088526364,42.2333619775732,42.2304725736503,42.2125318992278,42.1627418577505,42.1474379020376,42.1470753538445,42.1586769167063,42.16177506137,42.1599373732329]}]],[[{\"lng\":[11.4514964635026,11.4206649100001,11.396169467,11.396169467,11.3868921230001,11.376638217,11.3657332690001,11.354665561,11.3620711600001,11.3330184250001,11.2590438160001,11.2456160820001,11.2273869150001,11.2112736340001,11.2043563160001,11.2009383470001,11.1862899100001,11.1838485040001,11.1746525400001,11.164724155,11.157399936,11.155935092,11.1477970710001,11.1345320970001,11.106618686,11.0944930350001,11.0867619150001,11.0869410710001,11.0991317070001,11.113021206,11.1418155270001,11.1641908160001,11.179691769,11.188447528,11.1889754570001,11.1868595710001,11.1660262380001,11.1584578790001,11.1486108730001,11.1372176440001,11.1286727220001,11.1159774100001,11.1072697270001,11.0974227220001,11.0809025400001,11.077810092,11.0534774100001,11.0057072270001,11.0002547540001,10.9956160820001,10.9900008470001,10.9812117850001,10.972341342,10.9436141290001,10.8908797540001,10.7312931650001,10.7553817070001,10.7649031910001,10.7663680350001,10.7656356130001,10.768728061,10.774587436,10.7776798840001,10.7729598320001,10.7635197270001,10.7507430350001,10.7050544032948,10.7119628415119,10.7299584474244,10.7354296394662,10.7348144051606,10.738373974879,10.7478002449853,10.7563695816908,10.7705199725187,10.7855053245111,10.7909545434175,10.787746535774,10.7790014184807,10.7661693861083,10.7373632331267,10.7243334470309,10.7213451662464,10.7213231931108,10.7172802243029,10.7278930176486,10.7316723151253,10.7373852053629,10.7402855963032,10.7451635262757,10.7483275885473,10.7577758317892,10.7769359887049,10.7807152852822,10.7851757346724,10.7884716330594,10.8008202663422,10.8286156775715,10.8418432173905,10.9116503491842,10.9309862875871,10.9615941990131,11.0023095324589,11.0395531860307,11.0524511360111,11.0595483041109,11.0566479131707,11.0602074837884,11.0686449843785,11.0809057269178,11.0893212543724,11.1254662754482,11.1335961584359,11.1495043623364,11.1576342453242,11.2165209661696,11.2535229206463,11.2895141333705,11.2965014375912,11.333151829993,11.3610131588302,11.3652319091253,11.3665063231083,11.3647704831712,11.3600024170779,11.3589257568182,11.3968066178311,11.449365213234,11.4923217579428,11.5079662896126,11.5193261533793,11.5294994939065,11.5416503734659,11.5591186358164,11.5681274253404,11.5754443193998,11.6118749849426,11.6197411965989,11.6198290873425,11.6342651226373,11.6387475451631,11.6326391465793,11.6350121930582,11.6692455927099,11.7472265528631,11.7738793862247,11.7776147374302,11.782097159956,11.7858325111615,11.7900073160848,11.7954785081266,11.8040038985611,11.8071240163603,11.8078930590174,11.8066406172707,11.8030810475523,11.7986865157701,11.7958959887089,11.7921826088403,11.7889306558251,11.7867553630695,11.7898535077332,11.7889306558251,11.7869091714211,11.7830419841003,11.7786913976898,11.7631787021354,11.7591577055637,11.7560595609,11.7538842681444,11.7514013577864,11.7494018456186,11.7411181542794,11.7381738179673,11.7352294816553,11.7288793839764,11.7214306538016,11.7033032117738,11.6986450077609,11.6938329962957,11.6810668824307,11.6782763544701,11.6750244014549,11.6711572141341,11.6205541846279,11.6166869973071,11.6134350442919,11.6058325048662,11.6011743008533,11.59543943748,11.5881664878931,11.5850683432295,11.5844311366876,11.5852221524804,11.5866064294431,11.5875512535875,11.58785887119,11.5855297691835,11.5705883625629,11.5668749835936,11.5659301594493,11.5681054522049,11.5712035968685,11.5993285979364,11.6052172696612,11.6078539892702,11.6095458838354,11.6095458838354,11.6072387549646,11.6047558446065,11.6018115082945,11.5985375821437,11.5945165864713,11.5901660000608,11.4981445120596,11.493024882992,11.4871362112671,11.478764628285,11.474721659477,11.4719311324158,11.4515844513613,11.4514964635026],\"lat\":[42.3743712803365,42.3866234400001,42.3929710960001,42.400376695,42.404282945,42.4068871110001,42.407904364,42.407212632,42.400376695,42.400580145,42.420843817,42.422308661,42.4221865910001,42.418890692,42.4109561220001,42.395453192,42.3792992210001,42.3662783870001,42.369330145,42.369330145,42.3677432310001,42.3662783870001,42.3714053410001,42.3841820330001,42.3912621110001,42.4027367210001,42.4183617210001,42.429456508,42.4428571640001,42.4463580780001,42.4387972160001,42.4398280810001,42.4564977490001,42.480267455,42.5047061220001,42.5208194030001,42.5462100280001,42.5640322940001,42.563177802,42.5589053410001,42.5580508480001,42.571966864,42.590765692,42.6068789730001,42.6126976580001,42.6322289080001,42.6470401060001,42.66791413,42.67987702,42.696030992,42.7102725280001,42.7162946640001,42.7200381530001,42.7429873720001,42.763902085,42.804429429,42.8191592470001,42.8352725280001,42.854193427,42.8771019550001,42.8839378930001,42.8882510440001,42.89472077,42.908148505,42.9182803410001,42.9252790390001,42.9409375834765,42.9517140562587,42.9676332462773,42.9779274359024,43.0036464312378,43.0110951614125,43.0165883256906,43.014237251448,43.0010536578999,42.9970436474463,43.0147645959094,43.0556776830786,43.0670924783352,43.0710915017714,43.0709926249097,43.0755519511616,43.0850441388759,43.0968874017322,43.1084779784759,43.1212770506953,43.1279127928411,43.1456007820505,43.1481386238984,43.1492042980399,43.1485670905987,43.1437880383872,43.1414369641445,43.1442604504594,43.1528407723837,43.156554151353,43.1598280775037,43.1530824723782,43.1525441417987,43.1625636730751,43.162201124882,43.172484328389,43.178845412186,43.1926332548208,43.1881728054306,43.1765492694332,43.1401955085159,43.1222218748396,43.1051381338178,43.0879665029517,43.0848024397807,43.0910536605979,43.0890321761939,43.0820228988377,43.0802980450188,43.0925478014399,43.0892848623065,43.0797157699668,43.0792873032664,43.0851100573832,43.0832533674489,43.0723769027718,43.0627418919248,43.0534694310693,43.0437025850063,42.999614448548,42.9668312443664,42.9540431573658,42.9699074158945,42.980102728658,42.9758729922448,42.9671828064413,42.9640077580516,42.9687318787732,42.9696657167993,42.9672047795769,42.9478688411741,42.9289943287253,42.8814345123928,42.84898089805,42.8312050180971,42.8150221567471,42.7997511593884,42.7954664914853,42.7984767454055,42.7806459339627,42.7768226920136,42.7713734731072,42.75969500562,42.7552235701116,42.7512684920472,42.7465883157981,42.7425123877365,42.7383485698306,42.7346571630976,42.7279335302082,42.7218361177426,42.7193532073846,42.7175184905859,42.7109816253018,42.7003358727023,42.671090266003,42.6589943179334,42.6512489571736,42.6495900209626,42.6484584292131,42.6467225892761,42.645667902152,42.6445253233849,42.6432838686556,42.6411195620182,42.6384279109193,42.6236512996677,42.6195204401162,42.6161586232218,42.6115114062264,42.6081495902314,42.6039418260544,42.6017445601633,42.5982838664073,42.5834962690375,42.5809144818178,42.5787941196529,42.5770363074796,42.560139334063,42.5596779081089,42.5609962674637,42.5684340124197,42.5695216587975,42.5692360143306,42.5661378696669,42.5626991490465,42.558799002472,42.5552284448368,42.5516688751185,42.5474281516878,42.5428248800641,42.5359034934514,42.524796314898,42.5202479747642,42.5161171152127,42.5133705335233,42.5109974861451,42.4947157479334,42.4900465578024,42.4873329344673,42.4821583739098,42.4746217529915,42.4596803454716,42.4523964097665,42.447386644578,42.4451124740614,42.4433546618881,42.4419593979079,42.4340492417791,42.4327308824243,42.4304896711614,42.4258863995377,42.4221180881792,42.418569504579,42.3745692588642,42.3743712803365]}],[{\"lng\":[10.8958439460001,10.9134600710001,10.9273074200001,10.9295578950001,10.9397644520001,10.923330955,10.9089461600001,10.8717016510001,10.8618270190001,10.8763682510001,10.8758244150001,10.8829858730001,10.8958439460001],\"lat\":[42.38670482,42.3752413510001,42.353301333,42.3405601310001,42.3306597100001,42.3187280320001,42.3252627620001,42.354052112,42.3662783870001,42.3744393640001,42.3867862000001,42.3921572940001,42.38670482]}]],[[{\"lng\":[10.7050544032948,10.6814070970001,10.632497592,10.5832625660001,10.5390731130001,10.5434676440001,10.546560092,10.5185653000001,10.4995223320001,10.4775496750001,10.5026961600001,10.5171004570001,10.5390731130001,10.5356551440001,10.5356551440001,10.5393172540001,10.546560092,10.5383406910001,10.5344344410001,10.532888217,10.5281681650001,10.5169376960001,10.4370223320001,10.3733830090001,10.3591414720001,10.3263452480001,10.3172306650001,10.2947697270001,10.2934182940396,10.4674730862139,10.4904564850787,10.4971361734956,10.4898851961449,10.4790087314678,10.4710546290679,10.4725927152816,10.4959276771206,10.4977294346656,10.4927416417134,10.4959935947286,10.5021019933124,10.5102758216718,10.5151098062725,10.5256566820103,10.5301391036367,10.5378734791777,10.5384008227398,10.5413671321874,10.5490795345928,10.561164495645,10.5851146917896,10.5994848094763,10.6541527809261,10.6783666484021,10.6903856918462,10.7017455556129,10.7021850093307,10.6960326653752,10.6723461405619,10.6689403791951,10.6692260236621,10.6859252424559,10.6817724106682,10.6742797342224,10.6541308077905,10.6450780728948,10.6371239713941,10.6354320768289,10.6387060029796,10.6457372534715,10.7109740719958,10.7172802243029,10.7213231931108,10.7213451662464,10.7243334470309,10.7373632331267,10.7661693861083,10.7790014184807,10.787746535774,10.7909545434175,10.7855053245111,10.7705199725187,10.7563695816908,10.7478002449853,10.738373974879,10.7348144051606,10.7354296394662,10.7299584474244,10.7119628415119,10.7050544032948],\"lat\":[42.9409375834765,42.9490420590001,42.9584821640001,42.959702867,42.9491234400001,42.9387881530001,42.934759833,42.9252790390001,42.9404971370001,42.9900576840001,43.005560614,43.023911851,43.0794131530001,43.0913760440001,43.1126162780001,43.1341820330001,43.1471214860001,43.16425202,43.185288804,43.2262230490001,43.246771552,43.266791083,43.3885765650001,43.4531924500001,43.465277411,43.4768740910001,43.492621161,43.568548895,43.5791297573049,43.6363051464653,43.6323940137727,43.6083119815127,43.5867568049825,43.5691237472631,43.5499086588575,43.5236073884702,43.4623476202465,43.4363100220898,43.400395713991,43.387695517734,43.3763026956129,43.3692824312392,43.3685573339538,43.3696559664497,43.3686781830517,43.3588783786342,43.3310390220332,43.31831685354,43.3100990798087,43.3016945384721,43.2905324284288,43.2891042060942,43.3000465892786,43.3095717353473,43.3097475168344,43.3029689524552,43.2928505434178,43.2817653379999,43.2587160206278,43.2535524461884,43.2380727098876,43.213957718374,43.1973024440525,43.1925124048236,43.1939626002937,43.19242451408,43.1847560570464,43.1753517600757,43.1659254899694,43.158224073682,43.1261330084316,43.1084779784759,43.0968874017322,43.0850441388759,43.0755519511616,43.0709926249097,43.0710915017714,43.0670924783352,43.0556776830786,43.0147645959094,42.9970436474463,43.0010536578999,43.014237251448,43.0165883256906,43.0110951614125,43.0036464312378,42.9779274359024,42.9676332462773,42.9517140562587,42.9409375834765]}],[{\"lng\":[10.4433699880001,10.4360457690001,10.4311629570001,10.4306746750001,10.436696811,10.4300236340001,10.4202580090001,10.406911655,10.3888452480001,10.4079695970001,10.4251408210001,10.4306746750001,10.4155379570001,10.4109806650001,10.4033309250001,10.39323978,10.3813582690001,10.3772892590001,10.3671981130001,10.3642684250001,10.351247592,10.3379012380001,10.3250431650001,10.3137313160001,10.3045353520001,10.2653914720001,10.2453719410001,10.2400008470001,10.2351994150001,10.229665561,10.1472274100001,10.1248478520001,10.1067814460001,10.1014103520001,10.1116642590001,10.1329858730001,10.1582137380001,10.1795353520001,10.1899520190001,10.2121688160001,10.2243758470001,10.2421981130001,10.2658797540001,10.2649031910001,10.26433353,10.2627059250001,10.2590438160001,10.27214603,10.27214603,10.27214603,10.2893172540001,10.32683353,10.3221134770001,10.3327742850001,10.347341342,10.354665561,10.35808353,10.3659774100001,10.3747664720001,10.3813582690001,10.3921004570001,10.3999129570001,10.4123641290001,10.4220483730001,10.4310001960001,10.4384871750001,10.4433699880001],\"lat\":[42.845445054,42.838120835,42.827866929,42.816148179,42.804429429,42.787583726,42.7764346370001,42.7689883480001,42.7634951840001,42.7572695980001,42.7407901060001,42.7221133480001,42.7088890650001,42.717962958,42.7188988300001,42.7182070980001,42.7225609400001,42.7279727230001,42.7459984400001,42.7498233090001,42.7556826840001,42.764837958,42.764837958,42.7429873720001,42.759751695,42.744574286,42.7572695980001,42.741888739,42.7359072940001,42.7354190120001,42.737290757,42.743109442,42.7573916690001,42.7840029970001,42.801255601,42.8119164080001,42.8172875020001,42.8187523460001,42.816880601,42.807847398,42.804429429,42.803168036,42.804429429,42.8093936220001,42.8104515650001,42.810248114,42.8119164080001,42.8187523460001,42.8262393250001,42.827337958,42.8256289730001,42.8262393250001,42.811712958,42.8059756530001,42.805853583,42.8081729190001,42.8175316430001,42.822943427,42.827093817,42.8324242210001,42.8579776060001,42.868841864,42.8733584660001,42.870835679,42.864447333,42.85545482,42.845445054]}],[{\"lng\":[9.84009850400008,9.84180748800009,9.84392337300005,9.84750410200007,9.85481093200008,9.84212729200004,9.82295362200006,9.80149848100007,9.78459484800004,9.80694404300004,9.82577675900006,9.84009850400008],\"lat\":[43.065171617,43.063421942,43.0606957050001,43.05857982,43.044274697,43.024955918,43.0084590900001,43.007805218,43.028441834,43.0664077180001,43.0746297080001,43.065171617]}],[{\"lng\":[10.2970483730001,10.3064070970001,10.3159285820001,10.3132430350001,10.2944442070001,10.2970483730001],\"lat\":[42.3448753930001,42.35154857,42.340765692,42.323919989,42.3280296900001,42.3448753930001]}],[{\"lng\":[10.0916447270001,10.0960392590001,10.0979110040001,10.0979110040001,10.095388217,10.0857853520001,10.0717879570001,10.0586043630001,10.0503035820001,10.0525822270001,10.0627547540001,10.0726017590001,10.0794376960001,10.0843205090001,10.0876570970001,10.0916447270001],\"lat\":[42.5957705750001,42.5907250020001,42.5879580750001,42.5838890650001,42.5769717470001,42.572455145,42.572739976,42.5759951840001,42.5819359400001,42.5890160180001,42.592027085,42.6004092470001,42.6139183610001,42.6146914730001,42.603989976,42.5957705750001]}]],[[{\"lng\":[10.2934182940396,10.2640080090001,10.2617706620287,10.2844847982348,10.3044799154158,10.3717601914797,10.3951171264542,10.4125414434329,10.4206713264206,10.4296141983366,10.4424682020459,10.4475878311135,10.4502245498231,10.4487084367449,10.4453466207499,10.4452147846346,10.4533886129941,10.4657152731413,10.4794921296581,10.6037035597715,10.6207103961679,10.6365087370885,10.6424852995569,10.6469896943189,10.6533837373696,10.6650292456032,10.678981883607,10.6903197742382,10.7005150870016,10.7111059081112,10.7279369630204,10.7756615747219,10.7933275907957,10.7934813991473,10.8073900908799,10.8659032774143,10.8891283753742,10.907255817402,10.9105736889246,10.8893700744694,10.8289232951739,10.819694778791,10.8207055214426,10.8240233929652,10.8326586472787,10.8363500531124,10.837185014277,10.834702103919,10.835229447481,10.8437987841865,10.8604760307442,10.8853710510332,10.952123983535,10.9952343365953,11.0048144150532,11.0068578725927,11.0049901965403,10.9981347275356,10.9852587506908,10.9675927337177,10.9603857026381,10.9553100189422,10.9534423428898,10.9539477142156,10.9567162690406,10.9615941990131,10.9863793554229,10.9944652939382,10.9946191022897,10.9889062111527,10.9809740818883,10.9706469330096,10.9465209562771,10.9408080651401,10.9352709554902,10.9292943930218,10.9302172440306,10.9333373618298,10.9340844322508,10.9284814040935,10.9122875557261,10.9116503491842,10.8418432173905,10.8286156775715,10.8008202663422,10.7884716330594,10.7851757346724,10.7807152852822,10.7769359887049,10.7577758317892,10.7483275885473,10.7451635262757,10.7402855963032,10.7373852053629,10.7316723151253,10.7278930176486,10.7172802243029,10.7109740719958,10.6457372534715,10.6387060029796,10.6354320768289,10.6371239713941,10.6450780728948,10.6541308077905,10.6742797342224,10.6817724106682,10.6859252424559,10.6692260236621,10.6689403791951,10.6723461405619,10.6960326653752,10.7021850093307,10.7017455556129,10.6903856918462,10.6783666484021,10.6541527809261,10.5994848094763,10.5851146917896,10.561164495645,10.5490795345928,10.5413671321874,10.5384008227398,10.5378734791777,10.5301391036367,10.5256566820103,10.5151098062725,10.5102758216718,10.5021019933124,10.4959935947286,10.4927416417134,10.4977294346656,10.4959276771206,10.4725927152816,10.4710546290679,10.4790087314678,10.4898851961449,10.4971361734956,10.4904564850787,10.4674730862139,10.2934182940396],\"lat\":[43.5791297573049,43.8093936220001,43.8161277417582,43.8214137966094,43.822842018944,43.8146901628207,43.8161513453083,43.8229628689412,43.8247316672326,43.8221059346412,43.8092189716781,43.8019789813449,43.7933547131495,43.7850600347928,43.7797096927481,43.7741615969801,43.7652846435714,43.7585170653103,43.755550756762,43.7575502680304,43.7632301999138,43.7745571053262,43.7838625254352,43.7943764419192,43.8028249286276,43.805967018663,43.8048903584033,43.8020998304428,43.7963210216978,43.7863454357932,43.7632192137957,43.7371047110136,43.7193837634499,43.7189772689857,43.7243495832666,43.7304140373779,43.7084963117554,43.6801186245748,43.6512795123396,43.6279555366187,43.6227260445713,43.6134425966985,43.6067848814171,43.6017641301105,43.5923378600042,43.5841530446273,43.575869353288,43.5584340501912,43.5312428871495,43.4991078756279,43.4720046033298,43.4599086552602,43.4522292121084,43.4038783799832,43.3832460553612,43.3689198821468,43.3566042081177,43.3472218833832,43.3416737876152,43.3374660243375,43.3330495194198,43.3253920485042,43.3176027414733,43.310296833532,43.3036391182507,43.2977834048802,43.280271197158,43.2694167047171,43.2531679248598,43.2398964405683,43.2346339883678,43.2351613328293,43.2426759815113,43.2426979537476,43.2404787156202,43.2320631881656,43.222285355085,43.2121339876933,43.2025648953536,43.1930177761494,43.1740993183288,43.1625636730751,43.1525441417987,43.1530824723782,43.1598280775037,43.156554151353,43.1528407723837,43.1442604504594,43.1414369641445,43.1437880383872,43.1485670905987,43.1492042980399,43.1481386238984,43.1456007820505,43.1279127928411,43.1212770506953,43.1084779784759,43.1261330084316,43.158224073682,43.1659254899694,43.1753517600757,43.1847560570464,43.19242451408,43.1939626002937,43.1925124048236,43.1973024440525,43.213957718374,43.2380727098876,43.2535524461884,43.2587160206278,43.2817653379999,43.2928505434178,43.3029689524552,43.3097475168344,43.3095717353473,43.3000465892786,43.2891042060942,43.2905324284288,43.3016945384721,43.3100990798087,43.31831685354,43.3310390220332,43.3588783786342,43.3686781830517,43.3696559664497,43.3685573339538,43.3692824312392,43.3763026956129,43.387695517734,43.400395713991,43.4363100220898,43.4623476202465,43.5236073884702,43.5499086588575,43.5691237472631,43.5867568049825,43.6083119815127,43.6323940137727,43.6363051464653,43.5791297573049]}]],[[{\"lng\":[10.2617706620287,10.251638217,10.210134311,10.1806746750001,10.1432967038931,10.1809716103515,10.2157543267008,10.2321019834198,10.2136449515532,10.1884862590336,10.1855638958571,10.1942870409142,10.1978466106326,10.1859594033038,10.1851464152749,10.1925292278416,10.2314208306069,10.2396825497099,10.2470433900404,10.2522069644798,10.2539437019403,10.2635888013821,10.2878246419936,10.2961962240765,10.350974058506,10.3591918322372,10.3712767932894,10.3970726923508,10.4001708370145,10.4164525761255,10.471230410555,10.4763500396226,10.4775805082339,10.4785033601419,10.4797558009894,10.4816234770418,10.4839306059127,10.5151537516443,10.5222728928797,10.5703930120279,10.5821703563768,10.6105370565399,10.6297191856918,10.681003368011,10.7020312000798,10.7125561035813,10.7165990723893,10.7197631346609,10.7255639165415,10.7338256356446,10.7358910654203,10.7322216309235,10.726750439781,10.7062938957467,10.6735766091732,10.6686547347282,10.6677099096846,10.6658642067677,10.647978463835,10.6450561006585,10.6528124484357,10.6578441867598,10.6681713356386,10.6734447739572,10.6799706531231,10.692165477155,10.7078978995684,10.7167528807408,10.7235863775093,10.7278051269051,10.7111059081112,10.7005150870016,10.6903197742382,10.678981883607,10.6650292456032,10.6533837373696,10.6469896943189,10.6424852995569,10.6365087370885,10.6207103961679,10.6037035597715,10.4794921296581,10.4657152731413,10.4533886129941,10.4452147846346,10.4453466207499,10.4487084367449,10.4502245498231,10.4475878311135,10.4424682020459,10.4296141983366,10.4206713264206,10.4125414434329,10.3951171264542,10.3717601914797,10.3044799154158,10.2844847982348,10.2617706620287],\"lat\":[43.8161277417582,43.846625067,43.9202334660001,43.955267645,43.9750924253118,44.0001833342934,44.0399977889668,44.0833828003759,44.1186599010336,44.1286574600737,44.1359413957788,44.153453603501,44.1684499425108,44.1935427165231,44.2054079516157,44.2115163501994,44.2288198180801,44.2377077576069,44.2490456482381,44.2607131296072,44.2706036801157,44.2720729933739,44.2823891552353,44.2823891552353,44.274918451925,44.2720290480021,44.2635476020402,44.2382021419153,44.2358840269263,44.2313576599281,44.2245900807676,44.2134279716236,44.2002004318044,44.1964211352272,44.1928615646095,44.1898073653176,44.1868080975157,44.1622097078118,44.1554970610405,44.1256252339174,44.1231972550493,44.1257021376435,44.1142214247789,44.1028835332484,44.0939736214854,44.0856020385032,44.0808339724099,44.0747585321805,44.0566860216426,44.0405251325288,44.0320766458206,44.0238588720892,44.0204311375869,44.01466331496,43.9829787441737,43.9748708334222,43.941988752379,43.9322878239239,43.8948903620006,43.8793447062931,43.8695339157576,43.8688088175729,43.8701052046914,43.8699184370862,43.8681496378954,43.862228006917,43.8495058384237,43.8389040311961,43.8269948516311,43.8141188738869,43.7863454357932,43.7963210216978,43.8020998304428,43.8048903584033,43.805967018663,43.8028249286276,43.7943764419192,43.7838625254352,43.7745571053262,43.7632301999138,43.7575502680304,43.755550756762,43.7585170653103,43.7652846435714,43.7741615969801,43.7797096927481,43.7850600347928,43.7933547131495,43.8019789813449,43.8092189716781,43.8221059346412,43.8247316672326,43.8229628689412,43.8161513453083,43.8146901628207,43.822842018944,43.8214137966094,43.8161277417582]}]],[[{\"lng\":[10.1432967038931,10.1364852220001,10.1058048840001,10.0905867850001,10.0720320970001,10.0353296230001,10.0284584407131,10.0285253152911,10.0288329328935,10.0305248274588,10.0331615461684,10.036259690832,10.0434008043036,10.0522338123405,10.054562914347,10.0564305895001,10.0568920154541,10.0531566642487,10.0454222887076,10.0268114484895,10.017033615409,10.0094530491189,10.0013231661312,9.99451164249831,9.98985343938472,9.98567863446141,9.98163566475409,9.98086662209693,9.9810204304485,9.98163566475409,9.98148185640252,9.97978996183724,9.97528556707528,9.96816642673917,9.95405998038376,9.9456224797936,9.93850333945755,9.92020011594258,9.91044425599762,9.90082023216797,9.89864493941241,9.89695304484712,9.89802970510681,9.89974357190829,9.90686271314371,9.90826896324205,9.90655509554119,9.90222648226631,9.89069083791185,9.88480216528768,9.88045157887723,9.87177238009127,9.86898185213073,9.86572989911554,9.8617089025438,9.85891837548263,9.85830314117703,9.85984122739075,9.85999503574232,9.85937980143666,9.85364493806344,9.85333732046098,9.85349112881255,9.85410636311815,9.85426017236904,9.85349112881255,9.85208487871415,9.8465038236925,9.83782462490649,9.7518456169816,9.71629385797513,9.68977286072891,9.68698233366774,9.6872899512702,9.68885000972017,9.69148672842977,9.69535391575062,9.69955069380944,9.7158104597849,9.74362784325035,9.74780264817366,9.75138419192689,9.7538451291494,9.75788809795733,9.75990958236133,9.76206290288064,9.77788321603759,9.80196524829756,9.82026847181248,9.8356493312516,9.84355948827977,9.85254630466824,9.85891837548263,9.86634513342113,9.89664542724466,9.93555900314544,9.98985343938472,9.99435783324742,9.99822502146753,10.0019603726731,10.0016527559699,10.00009269752,9.990336837575,9.98690910307266,9.98506339925643,9.98490959090486,9.99125968858374,10.0522338123405,10.054562914347,10.0601879138412,10.0726024656313,10.0854564702399,10.1217992450391,10.1357079367718,10.1692382113744,10.1883544229183,10.1939354779399,10.19936272461,10.2043285444267,10.2146996386774,10.2176439749894,10.2293334285948,10.2490209290726,10.2539437019403,10.2522069644798,10.2470433900404,10.2396825497099,10.2314208306069,10.1925292278416,10.1851464152749,10.1859594033038,10.1978466106326,10.1942870409142,10.1855638958571,10.1884862590336,10.2136449515532,10.2321019834198,10.2157543267008,10.1809716103515,10.1432967038931],\"lat\":[43.9750924253118,43.978705145,44.0167503930001,44.025376695,44.029527085,44.047837632,44.0492554951021,44.0494570183267,44.0507204452923,44.055554429893,44.061036608053,44.0664089232332,44.0759120970656,44.0844374883994,44.087436755302,44.0906887092165,44.0944460335576,44.0995327033716,44.1049599500416,44.1142543840326,44.1168471573704,44.117462391676,44.1156496471135,44.1152431535486,44.1176162000276,44.1218239642046,44.1311513565498,44.1370949606639,44.1421596582416,44.146114736306,44.1500698143704,44.1532448636595,44.15668358428,44.1599684965489,44.1643300690774,44.1653627839653,44.1653957432189,44.1634511625411,44.1636599032819,44.1649562895012,44.1663954988531,44.1688784092112,44.1741298743942,44.1778762126171,44.187687004052,44.1913124922777,44.1957289962961,44.1998818280839,44.2044301682176,44.2043862228459,44.2025734791827,44.1901479412745,44.187588126291,44.1856215742762,44.1859291909794,44.1883132244757,44.1934767989151,44.2020021893495,44.2060891035293,44.2098903732421,44.2286660088292,44.2327748961445,44.2369936464396,44.2412783143427,44.2454641053841,44.249265375097,44.2525942327376,44.2572524358512,44.2626247510314,44.3055593226046,44.3298830539597,44.3576564929527,44.3636000961675,44.366753172321,44.3700600577255,44.3727956532967,44.3747072747209,44.3763662100325,44.3784316398083,44.3856606440235,44.3872646478452,44.3892312007593,44.3920656731922,44.4029970702586,44.4063808593891,44.4093801271911,44.4255520033223,44.4452504899181,44.4644655783238,44.4762539087909,44.4795388210597,44.4820656767895,44.4829226101903,44.4829665555621,44.4795058627054,44.4703872093023,44.4480410178787,44.4451406269384,44.4408999035077,44.4326381844047,44.4282216803862,44.4256069348122,44.4216518558484,44.4194106454849,44.4162575693313,44.4127968755753,44.4065676269944,44.3692250965609,44.3664345686004,44.3613259265503,44.352130369421,44.3489772932675,44.3481972635928,44.3418142066603,44.3264443333393,44.3213796357616,44.3207094699661,44.3182814910979,44.3141945769182,44.2964186969652,44.2926943318779,44.2814882764628,44.2698537552466,44.2706036801157,44.2607131296072,44.2490456482381,44.2377077576069,44.2288198180801,44.2115163501994,44.2054079516157,44.1935427165231,44.1684499425108,44.153453603501,44.1359413957788,44.1286574600737,44.1186599010336,44.0833828003759,44.0399977889668,44.0001833342934,43.9750924253118]}]],[[{\"lng\":[10.0284584407131,10.014821811,9.99854576900009,9.98853600400008,9.98414147200009,9.98072350400008,9.97266686300009,9.96273847700007,9.95362389400009,9.93783613400007,9.90430748800009,9.88795006600009,9.87680097700007,9.84473717500009,9.82642662900008,9.83326256600009,9.82862389400009,9.82398522200009,9.81959069100009,9.82447350400008,9.83057701900009,9.83814537900008,9.84750410200007,9.84750410200007,9.84164472700007,9.83887780000009,9.83326256600009,9.84636478000004,9.84253991000008,9.83228600400008,9.82642662900008,9.81983483200008,9.77182050900007,9.72087649800005,9.70972741000008,9.68262780000009,9.67253665500004,9.64323978000004,9.63103274800005,9.62110436300009,9.58619225400008,9.57992597700007,9.57300866000008,9.55648847700007,9.51124108200008,9.52365957393016,9.53348135148315,9.54725820710058,9.5715160208477,9.56230947760031,9.50344472899104,9.51816640965205,9.50208242426447,9.48481191563741,9.47378164170937,9.47639638818276,9.48725088062361,9.4912938494316,9.49562246270648,9.50017080284027,9.50575185786192,9.51243154537951,9.53598623407743,9.55620107901655,9.57046133282421,9.5909178768585,9.59852041628415,9.65143057466128,9.65578116017241,9.66010977434661,9.66584463771983,9.67364493086887,9.68977286072891,9.71629385797513,9.7518456169816,9.83782462490649,9.8465038236925,9.85208487871415,9.85349112881255,9.85426017236904,9.85410636311815,9.85349112881255,9.85333732046098,9.85364493806344,9.85937980143666,9.85999503574232,9.85984122739075,9.85830314117703,9.85891837548263,9.8617089025438,9.86572989911554,9.86898185213073,9.87177238009127,9.88045157887723,9.88480216528768,9.89069083791185,9.90222648226631,9.90655509554119,9.90826896324205,9.90686271314371,9.89974357190829,9.89802970510681,9.89695304484712,9.89864493941241,9.90082023216797,9.91044425599762,9.92020011594258,9.93850333945755,9.9456224797936,9.95405998038376,9.96816642673917,9.97528556707528,9.97978996183724,9.98148185640252,9.98163566475409,9.9810204304485,9.98086662209693,9.98163566475409,9.98567863446141,9.98985343938472,9.99451164249831,10.0013231661312,10.0094530491189,10.017033615409,10.0268114484895,10.0454222887076,10.0531566642487,10.0568920154541,10.0564305895001,10.054562914347,10.0522338123405,10.0434008043036,10.036259690832,10.0331615461684,10.0305248274588,10.0288329328935,10.0285253152911,10.0284584407131],\"lat\":[44.0492554951021,44.0520694030001,44.0580508480001,44.059759833,44.0554873720001,44.0498721370001,44.0457217470001,44.044663804,44.0486514340001,44.0603701840001,44.0799014340001,44.093003648,44.087836005,44.108628648,44.1072451840001,44.099839585,44.098130601,44.0951195330001,44.093003648,44.084906317,44.078843492,44.0747744810001,44.072495835,44.0663109400001,44.0633812520001,44.0603701840001,44.0520694030001,44.0462914080001,44.0411644550001,44.0423037780001,44.0554873720001,44.0633812520001,44.0794131530001,44.11347077,44.1177432310001,44.1365420590001,44.14081452,44.142320054,44.1445987000001,44.1482608090001,44.177720445,44.178941148,44.19159577,44.200140692,44.2152367210001,44.2307863700949,44.2470461369696,44.2572744089867,44.2533303170405,44.2834108840051,44.3279714325355,44.3551406233411,44.3636110822856,44.3792556148547,44.3971853022599,44.4124782718548,44.4155324711466,44.4170815434784,44.4193337408594,44.4222451179178,44.4278261729395,44.4289907239427,44.428034912781,44.429177491548,44.4271120617722,44.4283425303835,44.427156007144,44.4061831056658,44.4021511229759,44.3962075197612,44.3832326651553,44.3696975086331,44.3576564929527,44.3298830539597,44.3055593226046,44.2626247510314,44.2572524358512,44.2525942327376,44.249265375097,44.2454641053841,44.2412783143427,44.2369936464396,44.2327748961445,44.2286660088292,44.2098903732421,44.2060891035293,44.2020021893495,44.1934767989151,44.1883132244757,44.1859291909794,44.1856215742762,44.187588126291,44.1901479412745,44.2025734791827,44.2043862228459,44.2044301682176,44.1998818280839,44.1957289962961,44.1913124922777,44.187687004052,44.1778762126171,44.1741298743942,44.1688784092112,44.1663954988531,44.1649562895012,44.1636599032819,44.1634511625411,44.1653957432189,44.1653627839653,44.1643300690774,44.1599684965489,44.15668358428,44.1532448636595,44.1500698143704,44.146114736306,44.1421596582416,44.1370949606639,44.1311513565498,44.1218239642046,44.1176162000276,44.1152431535486,44.1156496471135,44.117462391676,44.1168471573704,44.1142543840326,44.1049599500416,44.0995327033716,44.0944460335576,44.0906887092165,44.087436755302,44.0844374883994,44.0759120970656,44.0664089232332,44.061036608053,44.055554429893,44.0507204452923,44.0494570183267,44.0492554951021]}]],[[{\"lng\":[9.51124108200008,9.49903405000009,9.48975670700008,9.48438561300009,9.47250410200007,9.45386803500008,9.43677819100009,9.42920983200008,9.42237389400009,9.37452233200008,9.36768639400009,9.26270592500009,9.23064212300005,9.22103925900007,9.21371504000007,9.20980879000007,9.21070397200009,9.16504967500009,9.14665774800005,9.14861087300005,9.13005618600005,9.10206139400009,9.00123131600009,8.95289147200009,8.92367597700007,8.91456139400009,8.86841881600009,8.84538821700005,8.83773847700007,8.82699629000007,8.76238040500004,8.73715254000007,8.72478274800005,8.69581139400009,8.68531334700009,8.67855879000007,8.67090905000009,8.66277103000004,8.65512129000007,8.63056075651374,8.6173314143133,8.6028294605112,8.59210680328636,8.58766832703168,8.65820055611078,8.66826403275888,8.650817743544,8.62625231309374,8.59966539734017,8.56415758370554,8.582153189618,8.58957994845582,8.59718248698215,8.59935778063704,8.60104967520232,8.60135729190546,8.60012682329426,8.59841295649272,8.59687487027901,8.59718248698215,8.59856676484429,8.60219225307003,8.60359850316837,8.60715807378608,8.60948717579254,8.61304674551087,8.6211107108906,8.63211901258234,8.71091296076452,8.71904284375222,8.72462389877387,8.72741442583509,8.72956774635441,8.73345690681077,8.73809313768817,8.74646471977098,8.75219958314426,8.75701159460937,8.76476794328596,8.76663561843901,8.76725085364399,8.76446032568344,8.76446032568344,8.76584460354559,8.76817370465272,8.77087634186967,8.77333727909212,8.77612780705266,8.78544421327979,8.79071765069898,8.79350817865952,8.8083836676721,8.81163562068735,8.81442614774852,8.81660144140341,8.81831530820489,8.82356677338788,8.82574206614345,8.8332347425893,8.8447044693358,8.86981921648362,8.89018786977437,8.89607654149916,8.90398669852732,8.90754626914497,8.90926013594651,8.90956775354897,8.90941394429808,8.90846912015377,8.9083153118022,8.90785388584811,8.90662341723691,8.90460193283292,8.90211902247489,8.89172595598808,8.87959704866483,8.87649890400121,8.87509265390287,8.87586169745936,8.87803699021492,8.89515369049042,8.90616199128289,8.90754626914497,8.90910632759494,8.91358874922139,8.91499499931973,8.91747790967776,8.92305896469946,8.94465808660141,8.95302966868422,8.95922595801153,8.96821277529932,8.9739476386726,8.98201160405227,8.99897449507688,9.01277332382983,9.0270335776375,9.04098621564134,9.08908436165393,9.0994774281408,9.10551990911648,9.10635487028105,9.10712391293822,9.10883778063908,9.11178211605181,9.11580311262355,9.12092274169117,9.13456776209256,9.14852039919703,9.15440907092187,9.16981190349651,9.17926014673839,9.19182850598077,9.19925526391927,9.20314442437569,9.21492176872465,9.2250511638801,9.23109364395651,9.23759755088628,9.2453538986635,9.25357167239474,9.25822987550833,9.26381093052998,9.27218251351218,9.2823119077683,9.29037587314804,9.30184559989453,9.34236317961705,9.34561513353157,9.35181142285887,9.36049062164489,9.37815663861795,9.38674794755974,9.39248281093296,9.40023915871018,9.40333730337386,9.4079735342512,9.4141917958147,9.42550771420963,9.4320116211394,9.44099843752787,9.48028554863913,9.49065664288975,9.49133452306978,9.49516103765177,9.49362295143806,9.49114004108003,9.48678945466958,9.47624257983119,9.46912343859583,9.46292714926852,9.4584227545065,9.45501699313974,9.45268789113328,9.45097402343242,9.44163564496904,9.43836171881827,9.43697744095613,9.43605458994733,9.43790029286419,9.44038320322221,9.45345693379045,9.47639638818276,9.47378164170937,9.48481191563741,9.50208242426447,9.51816640965205,9.50344472899104,9.56230947760031,9.5715160208477,9.54725820710058,9.53348135148315,9.52365957393016,9.51124108200008],\"lat\":[44.2152367210001,44.2218285180001,44.230902411,44.243841864,44.2398135440001,44.2376976580001,44.239488023,44.247259833,44.256781317,44.2717959660001,44.2944196640001,44.336411851,44.353705145,44.3440615910001,44.3334414730001,44.3208682310001,44.3053246110001,44.318304755,44.328558661,44.34003327,44.3633487000001,44.373968817,44.3872744810001,44.3998070330001,44.4115664730001,44.408921617,44.4097354190001,44.4134789080001,44.417181708,44.428452867,44.432114976,44.4287783870001,44.4239769550001,44.406724351,44.3980980490001,44.3946800800001,44.39472077,44.3955752620001,44.3946800800001,44.3818949215443,44.3857595208851,44.3957790521615,44.4089846197444,44.4246511236504,44.446502931665,44.4553688989555,44.488668460581,44.4924697302938,44.4911843292933,44.5162441449513,44.5247805224031,44.5310537163559,44.539447270675,44.5425564023561,44.5458632868612,44.549269048228,44.5525759336324,44.5554982968089,44.558673346098,44.562035162093,44.5654958558491,44.5721645572485,44.5756801824944,44.5825795968709,44.5853371655777,44.5875124583333,44.5885451732211,44.5886989815727,44.5825466376172,44.5807888254439,44.5786245188065,44.5759878000969,44.573065436021,44.5665835022268,44.560464117525,44.5528396058631,44.5434792533648,44.5374587455246,44.5296584523757,44.5264834030866,44.5227590379992,44.5116518594457,44.5078505897329,44.504565677464,44.5020937541235,44.5008522984947,44.5012587929589,44.5031264690113,44.5125856974719,44.5192434127533,44.5217043499757,44.5295266162603,44.5318007858775,44.5344375054864,44.5374367723891,44.5408974661451,44.5558388727657,44.5588271544496,44.5610024472052,44.5619802306031,44.5616176815108,44.5593764711472,44.5603762267814,44.5651882391459,44.5695278385389,44.5740212471828,44.5781850650886,44.5823488838939,44.5906325752331,44.6040468826575,44.6082326736989,44.6118471758065,44.6150771565855,44.6177468345488,44.6239980553659,44.629260506667,44.6314357994226,44.634281258873,44.6372805266749,44.63999415001,44.6507607517073,44.6593960060208,44.6610988867042,44.6638125100393,44.6766994730023,44.678929698147,44.6810940047845,44.6828078724853,44.6847634383819,44.6843239855635,44.6825991317445,44.6722060652577,44.6690529891042,44.6654934184864,44.6598574319749,44.653342538927,44.6404775482002,44.6321608976073,44.6192629476269,44.6146157306314,44.6098147052844,44.6012014241064,44.5973342358863,44.5942251051045,44.5917531808646,44.5893691482676,44.5873586499817,44.5834804756434,44.5811074291645,44.5812612375161,44.5837441478741,44.5869191962639,44.5926760327727,44.5992898026822,44.6137587972307,44.6179006429003,44.6202736902786,44.6199660726761,44.6180544512519,44.6127590415965,44.6059585040817,44.604486335476,44.6041457595192,44.6061672439232,44.6100893636332,44.6093422932123,44.6060134355716,44.5873806222179,44.5851833563268,44.583117926551,44.5819314033116,44.58177759496,44.5833266672918,44.585523933183,44.5937636791505,44.595938971906,44.5961916580186,44.5940712967529,44.58177759496,44.5770754464746,44.5733730536235,44.5629690001192,44.5549050356389,44.5510477318673,44.529273931047,44.5116518594457,44.505708256231,44.4986770057392,44.4862734409665,44.4814174832302,44.4783193385666,44.4770559107017,44.4749135771998,44.4719582547696,44.4687063017544,44.4385268570288,44.4307265638798,44.4258706061435,44.4199270029288,44.4143459479071,44.4115554199466,44.4112697754798,44.4124782718548,44.3971853022599,44.3792556148547,44.3636110822856,44.3551406233411,44.3279714325355,44.2834108840051,44.2533303170405,44.2572744089867,44.2470461369696,44.2307863700949,44.2152367210001]}]],[[{\"lng\":[8.63056075651374,8.59376061300009,8.57667076900009,8.56478925900007,8.54029381600009,8.46607506600009,8.44450931100005,8.44971764400009,8.43946373800009,8.43653405000009,8.43539472700007,8.43238366000008,8.41724694100009,8.41187584700009,8.40650475400008,8.40853925900007,8.40821373800009,8.39454186300009,8.36939537900008,8.31348717500009,8.28467858200008,8.26954186300009,8.25652103000004,8.23316491000008,8.22999108200008,8.23121178500008,8.22999108200008,8.22380618600005,8.21631920700008,8.16911868600005,8.15267988400007,8.16797936300009,8.16797936300009,8.14470462300005,8.13022581276635,8.10941147276122,8.0931297336503,8.03079330606619,7.99981185942977,7.99216537463229,8.03857162607966,8.03305648956535,8.00211898830065,8.00321762079653,8.00242660500379,8.00042709373537,7.99809799172891,7.99018783560012,7.98616683902839,7.98331039345987,7.98177230724616,7.98300277675673,7.98647445663084,7.99576889062178,8.00058090208694,8.00662338306267,8.01670883284635,8.03050766069998,8.04026352064494,8.04527328673277,8.04852523974802,8.05116195845761,8.05753402927201,8.06790512352262,8.07752914735227,8.07968246787158,8.08124252632155,8.08124252632155,8.07906723356598,8.07581527965141,8.07210190068218,8.07008041627819,8.06946518197253,8.07225570993307,8.07225570993307,8.07148666637653,8.07023422552908,8.06992660792662,8.07115707653782,8.07814438165786,8.07768295570384,8.0753538545967,8.07179428397899,8.06915756526939,8.06915756526939,8.0716404747281,8.07891342431509,8.08992172600682,8.09675522187598,8.10284164822349,8.10982895334348,8.11648666862482,8.13540512644539,8.13896469616378,8.14144760652181,8.1440843252314,8.14779770420068,8.15902573275133,8.16412338868344,8.16908920939949,8.17313217820742,8.18816147557163,8.19172104618934,8.19514878069168,8.19855454205845,8.20582749164544,8.20945298077044,8.21147446517443,8.21101303922035,8.20877182795749,8.20582749164544,8.19963120231813,8.19699448360853,8.19514878069168,8.19435776489894,8.19561020664571,8.19886215966091,8.20692612504064,8.21147446517443,8.21828598880734,8.22092270751693,8.23612778636823,8.24975083363404,8.26029770847248,8.26546128291187,8.26717515061267,8.27462388168675,8.29057603005975,8.30035386314023,8.30795640256594,8.31290025014641,8.3315550357363,8.34008042707006,8.34335435232151,8.346144880282,8.34878159899159,8.35326402061804,8.35961411919624,8.37141343578145,8.37668687320064,8.38029038919012,8.38154283093689,8.38308091715061,8.38464097560052,8.38697007670766,8.38991441301971,8.40432847607832,8.40881089860409,8.41408433602328,8.42276353570861,8.4300584575318,8.43801255903236,8.44825181806692,8.47631090062754,8.56415758370554,8.59966539734017,8.62625231309374,8.650817743544,8.66826403275888,8.65820055611078,8.58766832703168,8.59210680328636,8.6028294605112,8.6173314143133,8.63056075651374],\"lat\":[44.3818949215443,44.3627383480001,44.360541083,44.357163804,44.34003327,44.3042666690001,44.283880927,44.264349677,44.253159898,44.2475446640001,44.240423895,44.238023179,44.23065827,44.227036851,44.21503327,44.204087632,44.1935082050001,44.182359117,44.173529364,44.1604678410001,44.1482608090001,44.1387393250001,44.1283633480001,44.1035830750001,44.0963402360001,44.080308335,44.072495835,44.0571963560001,44.0452334660001,44.0066592470001,43.9832217470001,43.962632554,43.9564883480001,43.9525820980001,43.9403431039096,43.9666310865554,43.9789138022302,43.9873513028203,44.0002822111551,44.0213320163595,44.0671669797723,44.0848329958461,44.118440175074,44.1216481827174,44.1271303608774,44.1300197648003,44.131722646383,44.134260488231,44.1359633689143,44.1386000876239,44.1418520406392,44.1469167382169,44.1523989163769,44.1603530178775,44.1632204495641,44.1645388098182,44.1632424226996,44.1594191798512,44.1578701075194,44.1580239167703,44.1588039455456,44.1598915928227,44.1637148347718,44.1743605873712,44.1858303141177,44.1903237227615,44.1956520916707,44.2051003340132,44.2100112232393,44.2134719169953,44.2155153736356,44.2195473563254,44.2257216734164,44.2369936464396,44.2436513608216,44.2489247991401,44.2525942327376,44.2564724070759,44.263239985337,44.2875307574385,44.294660884792,44.2995498008826,44.3016372028946,44.304197017878,44.3077895468501,44.3114589813469,44.3152822232959,44.3189516568934,44.3229836395833,44.3282460908844,44.3354860812177,44.3406057102853,44.3502077618787,44.3531630843088,44.3573488753503,44.3678847640706,44.3774428702922,44.3934169918007,44.3994045412865,44.403590332328,44.4048317870573,44.40809472709,44.409665771658,44.4118081060592,44.4144448247689,44.4224318855231,44.4285512702249,44.4348903817857,44.4457119158722,44.4510622579168,44.455061281353,44.4597634298384,44.462400148548,44.4656630885806,44.4695302759015,44.4745510281074,44.481164798017,44.4909316440801,44.5019838902443,44.5144423874062,44.5180568895138,44.5323171433215,44.5345913138381,44.5270986373922,44.5217373092294,44.5199685100387,44.5158376504871,44.5094545944539,44.5029726597604,44.4988637733445,44.4969741250558,44.4924477571582,44.4895034217455,44.4873061558544,44.4849331084761,44.4822194851411,44.4806484405731,44.4809560581755,44.4864052770819,44.4906130403595,44.4948317906546,44.497907963082,44.5008962438665,44.5025771523137,44.5046755413431,44.5068398479806,44.5146511272477,44.5159365282482,44.5161452680896,44.5129921919361,44.5117507363074,44.5119045455583,44.5152663615533,44.5181118210037,44.5162441449513,44.4911843292933,44.4924697302938,44.488668460581,44.4553688989555,44.446502931665,44.4246511236504,44.4089846197444,44.3957790521615,44.3857595208851,44.3818949215443]}]],[[{\"lng\":[11.9995223320001,12.0376082690001,12.0515242850001,12.0534774100001,12.0306095710001,11.9961043630001,11.9611922540001,11.9373478520001,11.9329533210001,11.924978061,11.9222111340001,11.9343367850001,11.9388126960001,11.9461369150001,11.9513452480001,11.957692905,11.9672957690001,11.9714461600001,11.9806421230001,11.9873153000001,11.9929305350001,11.9995223320001],\"lat\":[36.83592357,36.806626695,36.7903506530001,36.7676455750001,36.7413597680001,36.7449404970001,36.7652041690001,36.788763739,36.7956403670001,36.8119570980001,36.82835521,36.83592357,36.8370628930001,36.8417015650001,36.842759507,36.8405622420001,36.8312035180001,36.829087632,36.827093817,36.82416413,36.825384833,36.83592357]}],[{\"lng\":[12.2732039720001,12.2869572270001,12.2970483730001,12.3054305350001,12.3142195970001,12.3212996750001,12.3367619150001,12.354665561,12.368825717,12.3576766290001,12.3421330090001,12.3261824880001,12.3142195970001,12.2996525400001,12.28777103,12.2786564460001,12.2732039720001],\"lat\":[37.9395205750001,37.9385440120001,37.9413109400001,37.9449730490001,37.9463565120001,37.9404971370001,37.9330508480001,37.926988023,37.9252383480001,37.91404857,37.9132347680001,37.9183617210001,37.9252383480001,37.9192569030001,37.9215355490001,37.9291852890001,37.9395205750001]}],[{\"lng\":[12.8938909740584,12.8621525400001,12.780935092,12.6977645190001,12.659353061,12.6362410820001,12.5947371750001,12.577810092,12.5634871750001,12.5236108730001,12.5061955090001,12.4890242850001,12.4743758470001,12.4650171230001,12.4604598320001,12.4591577480001,12.4563094410001,12.4480086600001,12.4362899100001,12.4270125660001,12.427419467,12.4445906910001,12.4460555350001,12.4604598320001,12.4650171230001,12.4630639980001,12.4702254570001,12.4724227220001,12.477712436,12.4786889980001,12.4767358730001,12.4677840500001,12.4650171230001,12.4641219410001,12.464528842,12.4670516290001,12.4904891290001,12.4965926440001,12.5029403000001,12.5041610040001,12.4929305350001,12.5234481130001,12.5496525400001,12.5763452480001,12.6084090500001,12.6386824880001,12.6516219410001,12.656911655,12.6624455090001,12.6760360040001,12.6919051440001,12.7046004570001,12.7253524100001,12.7239689460001,12.719899936,12.7317814460001,12.7378035820001,12.7493595710001,12.760915561,12.7661238940001,12.7907820970001,12.8183699880001,12.828786655,12.8569442070001,12.8689070970001,12.8696395190001,12.9011336600001,12.9441837900001,12.9761113274436,12.983188513639,13.0017114640128,13.0482275793393,13.0416797270378,13.0193115624786,12.9914941781138,12.9383642937771,12.9350903676263,12.9507348992962,12.9464941767648,12.9463403684132,12.9527124383284,12.967983435687,13.0311328521993,13.0819116622934,13.0864600024271,13.0793188889555,13.0906348073505,13.0884595145949,13.0274634177026,13.0140381250594,13.0120386128917,12.9832983775181,12.941945836631,12.9061304053939,12.8938916359902,12.8967480806594,12.9133154642373,12.9055151710883,12.8938909740584],\"lat\":[37.5732892154106,37.576402085,37.57420482,37.56273021,37.565130927,37.58222077,37.637884833,37.6520042990001,37.6577822940001,37.6583519550001,37.6655134140001,37.6826846370001,37.7029483090001,37.7197940120001,37.73460521,37.747748114,37.759751695,37.7713076840001,37.783148505,37.7970238300001,37.809271552,37.8159854190001,37.8118350280001,37.819037177,37.8228213560001,37.8257510440001,37.8534203150001,37.854193427,37.8725446640001,37.8811709660001,37.885931708,37.8971214860001,37.905991929,37.9129092470001,37.9141299500001,37.9161644550001,37.9540062520001,37.9806175800001,37.997056382,38.0112165390001,38.021429755,38.03143952,38.0548363300001,38.0717227230001,38.0624046900001,38.0794945330001,38.091498114,38.107367255,38.1162783870001,38.1158714860001,38.1121279970001,38.1108259140001,38.125921942,38.150336005,38.175482489,38.1927757830001,38.1809756530001,38.182074286,38.1809756530001,38.1626651060001,38.1170921900001,38.0779483090001,38.0698916690001,38.05857982,38.0513369810001,38.0425479190001,38.0280622420001,38.0328636740001,38.044203885573,38.0227417003692,37.9975170893422,37.9540332010714,37.9283581520071,37.906879879203,37.8993322712673,37.9040454067701,37.8826330524734,37.87453612784,37.8593859813779,37.843334955244,37.8302612237765,37.8240100029593,37.8136718679623,37.8205602962207,37.8116723557945,37.7938635174873,37.7809985267606,37.7702868565532,37.740700673897,37.7421618554852,37.7427001851654,37.7359875383942,37.7157507212188,37.6889770387593,37.6626647822539,37.6511181508819,37.6459655625607,37.6038659512526,37.5732892154106]}],[{\"lng\":[12.0722762380001,12.0778914720001,12.079274936,12.0647892590001,12.0476180350001,12.0371199880001,12.030446811,12.0359806650001,12.0535587900001,12.0644637380001,12.0722762380001],\"lat\":[37.9679222680001,37.9601097680001,37.9502627620001,37.9508324240001,37.9607608090001,37.9737002620001,37.98436107,37.9910342470001,37.99241771,37.9862328150001,37.9679222680001]}]],[[{\"lng\":[14.1795815023135,14.2732039720001,14.331228061,14.3846134770001,14.4318953790001,14.4641219410001,14.5117293630001,14.6346134770001,14.6677352220001,14.695974155,14.7337345710001,14.74480228,14.7775985040001,14.7981063160001,14.8740340500001,14.8880314460001,14.8974715500001,14.9070744150001,14.9353133470001,14.944997592,14.9630639980001,14.9697371750001,14.9817814460001,15.0073348320001,15.0390731130001,15.0490014980001,15.0530705090001,15.0632430350001,15.0686955090001,15.0879012380001,15.1053166020001,15.1225692070001,15.177419467,15.2032983730001,15.2407332690001,15.2376408210001,15.2360945970001,15.23698978,15.2407332690001,15.2371525400001,15.2431746750001,15.2463485040001,15.2407332690001,15.2453719410001,15.2575789720001,15.2741805350001,15.2918400400001,15.3210555350001,15.3996688160001,15.4218856130001,15.4337671230001,15.4729110040001,15.512868686,15.5286564460001,15.559255405,15.6159774100001,15.6516219410001,15.6482853520001,15.6424259770001,15.634450717,15.6242781910001,15.5837508470001,15.5696720710001,15.5629988940001,15.5599064460001,15.5759383470001,15.527028842,15.5003361340001,15.3925887380001,15.3027449880001,15.2834578790001,15.266286655,15.2599317513413,15.1870240476217,15.1440455297774,15.0970240440244,15.0207130062003,14.9795142736648,14.9549708154507,14.9465552879961,14.9409302876027,14.9289991349021,14.9168922007145,14.9049390757777,14.8732545040921,14.8662891721076,14.8624879023948,14.8601148550165,14.8571046010965,14.8507764756538,14.8411744249597,14.8308912214527,14.8174879001464,14.8109620209805,14.788462020306,14.7815845790651,14.7751685628788,14.7691920004105,14.7638746167202,14.761018172051,14.7603589923736,14.7616553785928,14.7615015702413,14.7551514725624,14.7461646552746,14.7381226630305,14.7351124091104,14.7329371163548,14.7307837958355,14.7310694403024,14.7331128969426,14.7372877018659,14.7439454171472,14.7579859449954,14.7637427815042,14.7751246175071,14.7858472738326,14.7944166105381,14.7992945405106,14.7994044034904,14.7959766689881,14.7892969814705,14.7796509845053,14.7617652424719,14.7523609446019,14.7422095772102,14.7122388732254,14.6798072311188,14.6716773481311,14.6029468765971,14.5958716807335,14.5646705081375,14.5606275393295,14.5614844727302,14.5708667974647,14.5744703134542,14.5737012698977,14.5688013676889,14.5612867190069,14.5532886712352,14.5355567375534,14.5136939434207,14.5044434548016,14.4986207006848,14.4966871070243,14.4957862282518,14.4933472632655,14.4888868138754,14.4827784152916,14.4754615203329,14.4683204068613,14.4618384730671,14.456872652351,14.4542139605059,14.45155526956,14.4476001905963,14.438855073303,14.4218921822784,14.4087525332029,14.3045581934059,14.2799488175838,14.2697535048204,14.2691382705148,14.2773780164823,14.2763892469662,14.2389258665355,14.1795815023135],\"lat\":[38.0256920589541,38.0151227890001,38.018011786,38.029527085,38.0493838560001,38.0371768250001,38.0443789730001,38.0814883480001,38.0991885440001,38.12103913,38.1576195330001,38.161363023,38.1592471370001,38.16034577,38.1756859400001,38.182603257,38.1859398460001,38.18768952,38.1859398460001,38.1817894550001,38.1633975280001,38.1592471370001,38.1582705750001,38.1518008480001,38.153306382,38.1518008480001,38.14838288,38.135687567,38.131293036,38.1282412780001,38.133490302,38.141058661,38.1563174500001,38.183294989,38.241156317,38.2488467470001,38.2510440120001,38.2534854190001,38.26166413,38.2647972680001,38.2647972680001,38.254339911,38.2302920590001,38.217230536,38.210191148,38.207505601,38.20701732,38.21088288,38.2325707050001,38.244574286,38.253159898,38.267808335,38.2975934920001,38.3026390650001,38.3001162780001,38.280218817,38.2752953150001,38.2667503930001,38.2622744810001,38.260931708,38.26166413,38.240423895,38.2269554710001,38.2143008480001,38.1997744810001,38.200181382,38.1367862000001,38.084947007,37.9761416690001,37.8644066430001,37.832953192,37.8119164080001,37.8077692144848,37.8735034129521,37.8980908165379,37.9040454067701,37.890883784559,37.8926965291215,37.9123620573631,37.9425415020886,37.9503308082202,37.9566040021729,37.9566040021729,37.9521984842726,37.9330712866106,37.9324230930513,37.934191892242,37.9373120091419,37.9451452615446,37.9546704085125,37.9619323719813,37.9632287582006,37.9482434062082,37.9462329079224,37.951000974915,37.9499682600272,37.9469799783433,37.9423657206015,37.9362353488822,37.9298852512034,37.9230297821987,37.9154382288911,37.9047924771911,37.9002441370573,37.8973657183532,37.8916638142336,37.8866650351632,37.8812048292394,37.8696911571212,37.8634619085402,37.8581005803775,37.8549365181058,37.8552990662989,37.8639343206124,37.8652856392209,37.8628027288628,37.8557934515065,37.8460595646972,37.8353918398615,37.8254711845475,37.815209954176,37.8086950611282,37.810013420483,37.8196264581945,37.8211205990364,37.8181982349606,37.812792961426,37.8006860272383,37.7994885178808,37.808288566664,37.811683342812,37.8339526305095,37.8392370540468,37.8468395934725,37.8580566350057,37.8641430613532,37.8713610794503,37.8752612260247,37.8759643510739,37.8748437454425,37.8693615672825,37.8578149359105,37.850157464995,37.8422912533387,37.8348754824175,37.8175830006549,37.8105956955349,37.8053662034875,37.8020922773367,37.8009826587227,37.8018505782416,37.8044433515794,37.8089038009696,37.8153088310377,37.8316455016385,37.8435546812036,37.8523876892405,37.8594738712222,37.8610449166895,37.8366332945909,37.8401599059549,37.8716357368997,37.8803478958387,37.9091210904659,37.9208105440713,37.9478149395079,38.0256920589541]}],[{\"lng\":[14.9663192070001,14.9663192070001,14.9824324880001,14.9936629570001,15.0017195970001,15.0073348320001,14.9985457690001,14.9868270190001,14.96355228,14.9482528000001,14.9453231130001,14.9588322270001,14.9663192070001],\"lat\":[38.4329287780001,38.4186872420001,38.4124209660001,38.403021552,38.3912621110001,38.3776716170001,38.37103913,38.3640811220001,38.3816592470001,38.396429755,38.4122582050001,38.4329287780001,38.4329287780001]}],[{\"lng\":[14.9077254570001,14.8994246750001,14.9006453790001,14.9096785820001,14.9248153000001,14.9578556650001,14.9660750660001,14.9588322270001,14.965505405,14.9741317070001,14.9793400400001,14.9793400400001,14.9526473320001,14.9578556650001,14.9611922540001,14.9663192070001,14.9663192070001,14.9487410820001,14.9345809250001,14.921560092,14.9077254570001],\"lat\":[38.4739444030001,38.481675523,38.4986839860001,38.515326239,38.5223656270001,38.5220401060001,38.5162621110001,38.5018578150001,38.4975446640001,38.4900576840001,38.487534898,38.481390692,38.481390692,38.4695498720001,38.4649925800001,38.46088288,38.4534365910001,38.450913804,38.4586449240001,38.4688174500001,38.4739444030001]}],[{\"lng\":[14.8632918630001,14.8616642590001,14.8239852220001,14.7937931650001,14.8149520190001,14.8514103520001,14.8669539720001,14.8769637380001,14.8719181650001,14.8689070970001,14.8632918630001],\"lat\":[38.549017645,38.53929271,38.5518252620001,38.5716006530001,38.5838076840001,38.584906317,38.5811221370001,38.569525458,38.5652529970001,38.560492255,38.549017645]}],[{\"lng\":[14.3464461600001,14.3427840500001,14.3571883470001,14.3608504570001,14.3464461600001],\"lat\":[38.53514232,38.5472679710001,38.551214911,38.53904857,38.53514232]}],[{\"lng\":[14.5760197270001,14.5796004570001,14.5852156910001,14.5854598320001,14.5735783210001,14.5516056650001,14.5437117850001,14.5424910820001,14.5462345710001,14.5639754570001,14.5760197270001],\"lat\":[38.576646226,38.566148179,38.560980536,38.5574404970001,38.5565453150001,38.5615908870001,38.5745303410001,38.586859442,38.5879580750001,38.5845401060001,38.576646226]}],[{\"lng\":[15.2277938160001,15.2346297540001,15.2392684250001,15.237478061,15.2324324880001,15.229665561,15.2246199880001,15.21745853,15.2060653000001,15.1870223320001,15.1870223320001,15.1941024100001,15.2036238940001,15.2087508470001,15.212087436,15.2185978520001,15.2277938160001],\"lat\":[38.810288804,38.807806708,38.8040225280001,38.7959658870001,38.78929271,38.7830264340001,38.7768008480001,38.7730166690001,38.7752139340001,38.78900788,38.792710679,38.798081773,38.8015811220001,38.805894273,38.8104515650001,38.8119570980001,38.810288804]}]],[[{\"lng\":[12.9761113274436,13.0273543630001,13.0613712900001,13.0696720710001,13.0712996750001,13.0695906910001,13.0682072270001,13.0661727220001,13.0568139980001,13.0546981130001,13.0893660820001,13.0837508470001,13.0896102220001,13.1009220710001,13.112478061,13.1224064460001,13.1569930350001,13.179372592,13.2072046230001,13.2303166020001,13.2390242850001,13.2544051440001,13.2659611340001,13.277028842,13.2966414720001,13.310231967,13.3181258470001,13.3232528000001,13.3250431650001,13.3260197270001,13.3283797540001,13.3662215500001,13.3719181650001,13.3733016290001,13.3767195970001,13.3913680350001,13.5135197270001,13.5412703790001,13.5393172540001,13.5408634770001,13.5473738940001,13.5574650400001,13.587087436,13.6224064460001,13.6511336600001,13.6977645190001,13.7119246750001,13.7077742850001,13.7072860040001,13.7050887380001,13.7267358730001,13.7907820970001,13.8126733730001,13.8571883470001,13.8982853520001,13.9122827480001,13.9248153000001,13.9384871750001,14.0071720710001,14.0205184250001,14.0625106130001,14.0832625660001,14.1062931650001,14.1209416020001,14.1513778000001,14.1795815023135,14.2389258665355,14.2763892469662,14.2773780164823,14.2691382705148,14.2697535048204,14.2799488175838,14.2663697156898,14.2597779180165,14.2613160042302,14.2720386605557,14.2850025281442,14.2919898332642,14.2925171777255,14.2862110245192,14.2648096563406,14.239694910092,14.212382897053,14.1846314311956,14.1737549656191,14.163230063017,14.1543531096083,14.1483326017681,14.1349292804619,14.1270191243331,14.1036402171223,14.0847217593017,14.0772071106197,14.0600684381079,14.0473023242429,14.0372388475947,14.0282520303069,14.0164527137217,13.9966333771287,13.974704665388,13.9565332779884,13.906501537416,13.899162670221,13.8953833727444,13.8899780992099,13.881540599519,13.8677417707661,13.8364087611554,13.8231153037283,13.8112720417713,13.8032739948989,13.7900464550798,13.7733911807584,13.7323902028456,13.6900488924424,13.6794580722323,13.6703394188291,13.6582984031488,13.6440161762055,13.5995654906549,13.444899957467,13.4306616758956,13.4180493703821,13.4013501506889,13.38645268944,13.3817505409547,13.4040747610414,13.3995264209076,13.3563281771036,13.3454517115272,13.3380029804532,13.3260718277526,13.347868703378,13.3496704618223,13.3374976100267,13.3281372575284,13.3092847182152,13.2995068851346,13.2748755370764,13.2675586421176,13.2637354001686,13.2589673331759,13.255166063463,13.2487500472769,13.2415210430617,13.2276562967007,13.2164282690493,13.2015747531723,13.1871606901137,13.133986859506,13.0751660562685,13.0554126381827,13.0327808013928,13.0274634177026,13.0884595145949,13.0906348073505,13.0793188889555,13.0864600024271,13.0819116622934,13.0311328521993,12.967983435687,12.9527124383284,12.9463403684132,12.9464941767648,12.9507348992962,12.9350903676263,12.9383642937771,12.9914941781138,13.0193115624786,13.0416797270378,13.0482275793393,13.0017114640128,12.983188513639,12.9761113274436],\"lat\":[38.044203885573,38.0624046900001,38.0834821640001,38.0911319030001,38.0955264340001,38.1014671900001,38.113959052,38.123032945,38.1327171900001,38.141831773,38.166001695,38.1747093770001,38.183335679,38.1900902360001,38.1927757830001,38.1909854190001,38.17967357,38.176214911,38.1760928410001,38.1846377620001,38.20701732,38.2025414080001,38.205267645,38.2104352890001,38.2144229190001,38.2195498720001,38.220648505,38.217962958,38.2116559920001,38.204779364,38.200181382,38.17967357,38.172796942,38.1406924500001,38.131293036,38.1031761740001,38.110541083,38.0940615910001,38.076849677,38.0675316430001,38.0562197940001,38.0491397160001,38.0391299500001,38.0152041690001,38.000962632,37.9935977230001,37.9879417990001,37.9850934920001,37.9840355490001,37.98045482,37.980902411,37.973618882,37.9779320330001,37.9967308610001,38.0044619810001,38.012640692,38.021958726,38.0288760440001,38.038275458,38.0493838560001,38.030218817,38.0238304710001,38.021429755,38.0226097680001,38.0288760440001,38.0256920589541,37.9478149395079,37.9208105440713,37.9091210904659,37.8803478958387,37.8716357368997,37.8401599059549,37.8289208921854,37.8090795824567,37.7882385170939,37.7740112216405,37.7659252840246,37.75750975657,37.7470287993396,37.7327685446326,37.7030175666074,37.6893725471053,37.6796935908865,37.6751342646346,37.6714318717835,37.6605773793426,37.6348034525173,37.6237621924712,37.6167529151149,37.6231689313011,37.6313317726432,37.6428234725252,37.6443395856033,37.6429662947587,37.6381762555297,37.6289697122824,37.6143359223649,37.6018554538661,37.5900561363816,37.5831786951406,37.5855187832652,37.6069201514438,37.6181921244669,37.6484814321723,37.6628076044873,37.6755737183524,37.6852197144183,37.6946459845245,37.7056213269627,37.7269457905158,37.7335485734079,37.7334167381919,37.7254077043021,37.6829894901728,37.6978320199318,37.6984033088656,37.6900976443907,37.6648510611275,37.6550182974564,37.6440209827821,37.647668443244,37.638593736112,37.6269042825066,37.6171154642073,37.6118420258887,37.5918798670622,37.5706542803707,37.5568554516178,37.539255353152,37.545418684125,37.559580061071,37.5962414395908,37.6414941270523,37.6570617540967,37.6634777702828,37.6604125848729,37.6466577014917,37.6421972521015,37.6429882678942,37.6405712751442,37.6364843609645,37.6263989111808,37.6223339701366,37.6207739116866,37.6225097516237,37.6289037946744,37.6424169789604,37.6744970580928,37.6850988653204,37.698831775566,37.6959203985076,37.7053686408501,37.7356909078091,37.740700673897,37.7702868565532,37.7809985267606,37.7938635174873,37.8116723557945,37.8205602962207,37.8136718679623,37.8240100029593,37.8302612237765,37.843334955244,37.8593859813779,37.87453612784,37.8826330524734,37.9040454067701,37.8993322712673,37.906879879203,37.9283581520071,37.9540332010714,37.9975170893422,38.0227417003692,38.044203885573]},{\"lng\":[14.019704666737,14.0509497856041,14.0665283987666,14.0793824033752,14.0878858215734,14.0824366026671,14.0684180479545,14.050312578163,14.0401831830075,14.031262284227,14.0235938271933,14.0113990022621,14.0082129668549,14.0101685336509,14.019704666737],\"lat\":[37.6758483767012,37.6764526239894,37.67983641312,37.6872631719578,37.7016882211345,37.7127075089443,37.7196838270469,37.7219470105461,37.7194201557156,37.7141906627688,37.7070715224328,37.6901855351343,37.6829125855473,37.6778588740877,37.6758483767012]}],[{\"lng\":[13.1692814460001,13.1857202480001,13.195974155,13.1974389980001,13.1767684250001,13.165212436,13.153493686,13.1530867850001,13.157888217,13.1692814460001],\"lat\":[38.717271226,38.7175153670001,38.7114932310001,38.7083194030001,38.6930199240001,38.6910667990001,38.6947695980001,38.7022972680001,38.7098656270001,38.717271226]}],[{\"lng\":[13.1504663523403,13.161826216107,13.1762183069293,13.1789429163825,13.1718237751471,13.1566846148031,13.1454346140162,13.1404028756921,13.1426880314275,13.1504663523403],\"lat\":[37.6421093613579,37.6415490585422,37.6347924663992,37.6253661962929,37.6171923679334,37.6142040871489,37.6145666353419,37.6293871928646,37.6383080916451,37.6421093613579]}]],[[{\"lng\":[14.0393035102637,13.9763289720001,13.9672957690001,13.9485783210001,13.9384871750001,13.8943791020001,13.832692905,13.794606967,13.751638217,13.7158309250001,13.6834416020001,13.598806186,13.5691837900001,13.5344344410001,13.4886173840001,13.4526473320001,13.421560092,13.372243686,13.3296004570001,13.3112899100001,13.3020125660001,13.2892358730001,13.278005405,13.2532658210001,13.2473250660001,13.2253524100001,13.214040561,13.2060653000001,13.1945906910001,13.1892195970001,13.179372592,13.1740828790001,13.0515242850001,13.036794467,13.0263778000001,13.0168563160001,13.01042728,13.0041610040001,13.0000106130001,12.9741317070001,12.9426375660001,12.8938909740584,12.9055151710883,12.9133154642373,12.8967480806594,12.8938916359902,12.9061304053939,12.941945836631,12.9832983775181,13.0120386128917,13.0140381250594,13.0274634177026,13.0327808013928,13.0554126381827,13.0751660562685,13.133986859506,13.1871606901137,13.2015747531723,13.2164282690493,13.2276562967007,13.2415210430617,13.2487500472769,13.255166063463,13.2589673331759,13.2637354001686,13.2675586421176,13.2748755370764,13.2995068851346,13.3092847182152,13.3281372575284,13.3374976100267,13.3496704618223,13.347868703378,13.3260718277526,13.3380029804532,13.3454517115272,13.3563281771036,13.3995264209076,13.4040747610414,13.3817505409547,13.38645268944,13.4013501506889,13.4180493703821,13.4306616758956,13.444899957467,13.5995654906549,13.6440161762055,13.6582984031488,13.6703394188291,13.6794580722323,13.6900488924424,13.7323902028456,13.7470899103711,13.7649756533037,13.7814331730025,13.7962427444071,13.809118721252,13.8169409875366,13.8202808312953,13.816853096793,13.8044824903746,13.7330493825229,13.7098242836637,13.6999146153672,13.6906421545118,13.6813916658926,13.6715259429679,13.6693286770767,13.6915210610481,13.6902686193013,13.6853687161933,13.6817432279676,13.6781616851137,13.6745142237524,13.6664942046438,13.6577710595867,13.6495093404837,13.6435108048797,13.6415772112193,13.6441040669491,13.6494434219763,13.6767114896435,13.6870825838941,13.7074292640493,13.7231397142264,13.738366765314,13.8387818085336,13.8478345434294,13.8517017307503,13.8613257545799,13.8830786848334,13.8897803454865,13.8942407948768,13.9070508541136,13.9075342523039,13.8902857168123,13.8814966541473,13.8821118884529,13.9158179445425,13.9273096435252,13.9360547617179,13.9547095473077,13.9632129655059,13.9705298604647,13.9880420681869,13.9937989037963,14.0116407013573,14.0195288852498,14.020627518645,14.0172437295145,13.9910742943432,13.9891187284466,13.9905249785449,13.9959741974512,14.0257691199489,14.0346021279858,14.0393035102637],\"lat\":[37.1144724276356,37.110296942,37.1082217470001,37.098822333,37.095933335,37.100816148,37.1395531270001,37.1518415390001,37.1590029970001,37.1713727890001,37.1893578150001,37.2567406270001,37.2735049500001,37.282171942,37.2884789080001,37.298814195,37.314398505,37.346136786,37.3662783870001,37.380845445,37.385728257,37.389146226,37.3937035180001,37.4317894550001,37.4359398460001,37.4460309920001,37.4580752620001,37.4639346370001,37.466538804,37.469712632,37.4838320980001,37.487005927,37.500677802,37.4948591170001,37.4932315120001,37.4975446640001,37.5069033870001,37.527085679,37.5354678410001,37.5574404970001,37.5685082050001,37.5732892154106,37.6038659512526,37.6459655625607,37.6511181508819,37.6626647822539,37.6889770387593,37.7157507212188,37.7359875383942,37.7427001851654,37.7421618554852,37.740700673897,37.7356909078091,37.7053686408501,37.6959203985076,37.698831775566,37.6850988653204,37.6744970580928,37.6424169789604,37.6289037946744,37.6225097516237,37.6207739116866,37.6223339701366,37.6263989111808,37.6364843609645,37.6405712751442,37.6429882678942,37.6421972521015,37.6466577014917,37.6604125848729,37.6634777702828,37.6570617540967,37.6414941270523,37.5962414395908,37.559580061071,37.545418684125,37.539255353152,37.5568554516178,37.5706542803707,37.5918798670622,37.6118420258887,37.6171154642073,37.6269042825066,37.638593736112,37.647668443244,37.6440209827821,37.6550182974564,37.6648510611275,37.6900976443907,37.6984033088656,37.6978320199318,37.6829894901728,37.6791772334425,37.6791992065781,37.6751562377701,37.6669824094107,37.6545568715024,37.6423950058248,37.6300683456776,37.6192797708447,37.6116882175372,37.5852441249164,37.5830248867891,37.5864855796457,37.5917260587106,37.5938793792299,37.588045638995,37.5730053546134,37.5372558418836,37.5153051570074,37.4988586234267,37.494090556434,37.491772441445,37.4907397265571,37.4899377246463,37.4874767874238,37.4825878713332,37.4755785930776,37.4667455850407,37.4588574011481,37.4556054481329,37.4571984658365,37.4533093053801,37.4404882600252,37.434467752185,37.4324902131528,37.4362255643583,37.4330615020866,37.4273705831858,37.4038818129953,37.4059362566529,37.404969459373,37.4019811785885,37.3897973397754,37.3859301524545,37.375394262835,37.3671215576138,37.3602990478627,37.3355138905536,37.3304052476041,37.3300097401574,37.3324267320081,37.3301855216445,37.3242089582768,37.30285153547,37.2981933323564,37.288009005711,37.2777917207113,37.2655309781721,37.2527978226614,37.2068090517963,37.1974047548255,37.1883959653015,37.1806506036424,37.151701627528,37.1357275060196,37.1144724276356]},{\"lng\":[13.1566846148031,13.1718237751471,13.1789429163825,13.1762183069293,13.161826216107,13.1504663523403,13.1426880314275,13.1404028756921,13.1454346140162,13.1566846148031],\"lat\":[37.6142040871489,37.6171923679334,37.6253661962929,37.6347924663992,37.6415490585422,37.6421093613579,37.6383080916451,37.6293871928646,37.6145666353419,37.6142040871489]}],[{\"lng\":[12.8598738940001,12.8670353520001,12.8740340500001,12.8767195970001,12.8725692070001,12.8569442070001,12.8509220710001,12.8458764980001,12.8470158210001,12.8535262380001,12.8598738940001],\"lat\":[35.8722191430001,35.872259833,35.866441148,35.8558617210001,35.8522809920001,35.8522809920001,35.855902411,35.8626976580001,35.8683128930001,35.8712425800001,35.8722191430001]}],[{\"lng\":[12.621755405,12.6212671230001,12.6238712900001,12.6212671230001,12.6110945970001,12.6030379570001,12.598317905,12.5939233730001,12.5556746750001,12.5361434250001,12.5261336600001,12.53386478,12.5556746750001,12.5669051440001,12.6128035820001,12.6212671230001,12.62370853,12.621755405],\"lat\":[35.509751695,35.508246161,35.5016136740001,35.4923363300001,35.489243882,35.491400458,35.494330145,35.4944522160001,35.50804271,35.5126000020001,35.5166690120001,35.5216332050001,35.521226304,35.5190290390001,35.515326239,35.513373114,35.51190827,35.509751695]}]],[[{\"lng\":[14.3345874699931,14.2788192070001,14.2085067070001,14.1263126960001,14.0886336600001,14.0393035102637,14.0346021279858,14.0257691199489,13.9959741974512,13.9905249785449,13.9891187284466,13.9910742943432,14.0172437295145,14.020627518645,14.0195288852498,14.0116407013573,13.9937989037963,13.9880420681869,13.9705298604647,13.9632129655059,13.9547095473077,13.9360547617179,13.9273096435252,13.9158179445425,13.8821118884529,13.8814966541473,13.8902857168123,13.9075342523039,13.9070508541136,13.8942407948768,13.8897803454865,13.8830786848334,13.8613257545799,13.8517017307503,13.8478345434294,13.8387818085336,13.738366765314,13.7231397142264,13.7074292640493,13.6870825838941,13.6767114896435,13.6494434219763,13.6441040669491,13.6415772112193,13.6435108048797,13.6495093404837,13.6577710595867,13.6664942046438,13.6745142237524,13.6781616851137,13.6817432279676,13.6853687161933,13.6902686193013,13.6915210610481,13.6693286770767,13.6715259429679,13.6813916658926,13.6906421545118,13.6999146153672,13.7098242836637,13.7330493825229,13.8044824903746,13.816853096793,13.8202808312953,13.8169409875366,13.809118721252,13.7962427444071,13.7814331730025,13.7649756533037,13.7470899103711,13.7323902028456,13.7733911807584,13.7900464550798,13.8032739948989,13.8112720417713,13.8231153037283,13.8364087611554,13.8677417707661,13.881540599519,13.8899780992099,13.8953833727444,13.899162670221,13.906501537416,13.9565332779884,13.974704665388,13.9966333771287,14.0164527137217,14.0282520303069,14.0372388475947,14.0473023242429,14.0600684381079,14.0772071106197,14.0847217593017,14.1036402171223,14.1270191243331,14.1349292804619,14.1475415859754,14.1543531096083,14.1569019375743,14.1566822116147,14.1536939299309,14.1415430503715,14.1366431481628,14.1358960777418,14.138400960336,14.136599202791,14.1318531089338,14.1284034012959,14.1276343586387,14.1309302570257,14.1349073082257,14.1452124839689,14.1479590665577,14.1469922692778,14.1423999837722,14.0770313291325,14.0693628720988,14.0694947082142,14.0747681456334,14.0900611152283,14.096169513812,14.104035724569,14.1303150227201,14.1627246916912,14.1699317236701,14.242595300133,14.2617334848125,14.2673365120704,14.3193018463032,14.3272998931755,14.3525464764387,14.3540406172806,14.3764527272116,14.3830225517494,14.3812647395761,14.3888453058661,14.4372730426168,14.460564059084,14.4723414025337,14.4628052694476,14.4539722614107,14.4439966755061,14.4358008740111,14.4322193311572,14.4340870072096,14.442612397644,14.4440186477424,14.351755460646,14.3345874699931],\"lat\":[37.0005793027689,37.0440127620001,37.0811221370001,37.112250067,37.1177432310001,37.1144724276356,37.1357275060196,37.151701627528,37.1806506036424,37.1883959653015,37.1974047548255,37.2068090517963,37.2527978226614,37.2655309781721,37.2777917207113,37.288009005711,37.2981933323564,37.30285153547,37.3242089582768,37.3301855216445,37.3324267320081,37.3300097401574,37.3304052476041,37.3355138905536,37.3602990478627,37.3671215576138,37.375394262835,37.3859301524545,37.3897973397754,37.4019811785885,37.404969459373,37.4059362566529,37.4038818129953,37.4273705831858,37.4330615020866,37.4362255643583,37.4324902131528,37.434467752185,37.4404882600252,37.4533093053801,37.4571984658365,37.4556054481329,37.4588574011481,37.4667455850407,37.4755785930776,37.4825878713332,37.4874767874238,37.4899377246463,37.4907397265571,37.491772441445,37.494090556434,37.4988586234267,37.5153051570074,37.5372558418836,37.5730053546134,37.588045638995,37.5938793792299,37.5917260587106,37.5864855796457,37.5830248867891,37.5852441249164,37.6116882175372,37.6192797708447,37.6300683456776,37.6423950058248,37.6545568715024,37.6669824094107,37.6751562377701,37.6791992065781,37.6791772334425,37.6829894901728,37.7254077043021,37.7334167381919,37.7335485734079,37.7269457905158,37.7056213269627,37.6946459845245,37.6852197144183,37.6755737183524,37.6628076044873,37.6484814321723,37.6181921244669,37.6069201514438,37.5855187832652,37.5831786951406,37.5900561363816,37.6018554538661,37.6143359223649,37.6289697122824,37.6381762555297,37.6429662947587,37.6443395856033,37.6428234725252,37.6313317726432,37.6231689313011,37.6167529151149,37.6143798677367,37.6094470062743,37.6015258640274,37.5901220548889,37.5838378748181,37.5804760579237,37.5738293296598,37.5651611160926,37.5474291815115,37.539123517936,37.5323998841473,37.5290600403885,37.5253356753012,37.5174804506622,37.5128881651567,37.5048022275407,37.4993200493807,37.4909155080442,37.4834667769701,37.4290844508867,37.4126049580523,37.3936645279956,37.374746070175,37.3460058348014,37.339930394572,37.3387109120789,37.341424535414,37.3255163315135,37.3252197009284,37.3440173087518,37.3431933346047,37.3406664788749,37.3040380596087,37.302565891003,37.3060375708772,37.2843725313672,37.2576757526339,37.2383398151304,37.1983166197162,37.1839465020294,37.1717846363518,37.1558215009615,37.1341674475696,37.1107555811051,37.1050756492218,37.1007799952006,37.0954955707639,37.0868603164504,37.0782140760188,37.0616027470691,37.0528576297758,37.0025732039902,37.0005793027689]}],[{\"lng\":[14.050312578163,14.0684180479545,14.0824366026671,14.0878858215734,14.0793824033752,14.0665283987666,14.0509497856041,14.019704666737,14.0101685336509,14.0082129668549,14.0113990022621,14.0235938271933,14.031262284227,14.0401831830075,14.050312578163],\"lat\":[37.7219470105461,37.7196838270469,37.7127075089443,37.7016882211345,37.6872631719578,37.67983641312,37.6764526239894,37.6758483767012,37.6778588740877,37.6829125855473,37.6901855351343,37.7070715224328,37.7141906627688,37.7194201557156,37.7219470105461]}]],[[{\"lng\":[15.0003098638983,14.9978133470001,14.9936629570001,14.9824324880001,14.9572860040001,14.918630405,14.8821720710001,14.846853061,14.7807723320001,14.7761336600001,14.7734481130001,14.760915561,14.7443139980001,14.6845809250001,14.6716414720001,14.6589461600001,14.6001082690001,14.5822046230001,14.5659285820001,14.4873153000001,14.475759311,14.3945418630001,14.3698836600001,14.3345874699931,14.351755460646,14.4440186477424,14.4573999959131,14.4704297820088,14.5191871076988,14.5311402335349,14.552981054532,14.5646485350019,14.5708228520929,14.5849732429208,14.5927515638336,14.6278638700215,14.7044605523126,14.7135132872084,14.7210718812623,14.7357056711797,14.7424293040691,14.7497242258923,14.7566456134043,14.7639185620919,14.7647315510202,14.7638306722477,14.7658521566517,14.7714771561458,14.7788160242401,14.7866382896253,14.7937354577252,14.7956910245211,14.8167847750973,14.8232227635197,14.8352857523356,14.8523365350031,14.8933375129159,14.9017750126067,14.9240552873217,14.9233082169007,14.9155298959879,14.9068726694381,14.8480298939644,14.8369337015291,14.8376587997138,14.8417457138935,14.8490406357167,14.8593897577311,14.8916895637224,14.9287134904352,14.936030385394,14.9370850734174,14.9338550926384,14.9272413227288,14.9182105609686,14.8745289180751,14.8522486442595,14.8408668073573,14.8432618269717,14.8515455192103,14.8625977653746,14.9701978674376,14.9855787268767,14.9956202312886,15.0003098638983],\"lat\":[36.702367849042,36.7022158870001,36.6959496110001,36.6888695330001,36.6978213560001,36.7198753930001,36.73065827,36.726263739,36.6993675800001,36.707709052,36.7100283870001,36.7062035180001,36.7191429710001,36.7260195980001,36.7437197940001,36.7538109400001,36.7721214860001,36.7813174500001,36.778306382,36.7933617210001,36.80491771,36.945013739,36.973089911,37.0005793027689,37.0025732039902,37.0528576297758,37.05170406579,37.0531872196145,37.070666468083,37.0684032845839,37.0559447883213,37.0538683724274,37.0559228151857,37.0691393688867,37.0738525034902,37.084630092205,37.1232140782671,37.1243017246449,37.1196215483957,37.1038122213569,37.1005382961055,37.0991430321252,37.1001757470131,37.105712856663,37.1128210108809,37.1208080716352,37.1289709138766,37.1337279938518,37.1350133948523,37.1340356114543,37.1319811677967,37.1214123198227,37.0839379532739,37.0636681768449,37.0415197391446,37.025600549126,36.9994640732084,36.990554160546,36.9389513754056,36.9315905350751,36.9285033774289,36.930832478536,36.9734264741525,36.9744482029222,36.9587047943907,36.9433129479342,36.9292174885962,36.9173632396218,36.8963024482993,36.8816796445,36.8719897030623,36.862497515348,36.8555981009716,36.8516210497716,36.8508520071144,36.8618383356707,36.8617943902988,36.8475231494738,36.8368334515026,36.8291649944689,36.8240453654013,36.7948546901918,36.7834618680707,36.765642042746,36.702367849042]}]],[[{\"lng\":[15.0925354750959,15.0966903000001,15.1035262380001,15.1106876960001,15.1800236340001,15.21745853,15.2366642590001,15.2519637380001,15.2612410820001,15.2448836600001,15.2356063160001,15.2288517590001,15.2202254570001,15.2216903000001,15.2158309250001,15.2054142590001,15.1928817070001,15.1990666020001,15.1834416020001,15.1946720710001,15.216481967,15.2332462900001,15.2475692070001,15.2475692070001,15.22917728,15.2317814460001,15.2465926440001,15.2646590500001,15.2888289720001,15.3032332690001,15.3078719410001,15.3027449880001,15.2879337900001,15.2819930350001,15.2837020190001,15.2918400400001,15.3122664720001,15.3210555350001,15.3294376960001,15.3323673840001,15.3247176440001,15.3142195970001,15.3089298840001,15.30339603,15.2680770190001,15.2749129570001,15.2661238940001,15.2638452480001,15.2680770190001,15.2680770190001,15.2444767590001,15.2267358730001,15.2116805350001,15.1960555350001,15.1746525400001,15.1583764980001,15.1076766290001,15.106618686,15.0940047540001,15.0988875660001,15.1171981130001,15.1349389980001,15.1342879570001,15.1145125660001,15.0939233730001,15.0735783210001,15.0551863940001,15.040700717,15.0330509770001,15.0210067070001,15.0071720710001,15.0003098638983,14.9956202312886,14.9855787268767,14.9701978674376,14.8625977653746,14.8515455192103,14.8432618269717,14.8408668073573,14.8522486442595,14.8745289180751,14.9182105609686,14.9272413227288,14.9338550926384,14.9370850734174,14.936030385394,14.9287134904352,14.8916895637224,14.8593897577311,14.8490406357167,14.8417457138935,14.8376587997138,14.8369337015291,14.8480298939644,14.9068726694381,14.9155298959879,14.9233082169007,14.9240552873217,14.9017750126067,14.8933375129159,14.8523365350031,14.8352857523356,14.8232227635197,14.8167847750973,14.7956910245211,14.7937354577252,14.8117530367732,14.821486924482,14.8307154399656,14.8387354599735,14.8418116315016,14.8433716908509,14.8468873151974,14.8649488396172,14.8674537231108,14.8645753044067,14.8558521593496,14.8440748159,14.825661728506,14.8196851660376,14.8073365327548,14.7853638756424,14.7769703204239,14.7772559648909,14.7877808683924,14.8024146574105,14.818718369657,14.8343409281913,14.8573463001916,14.870178332564,14.8673218869955,14.8432838001073,14.8295728620979,14.8184766696626,14.8074683688701,14.7941089929357,14.7878248137641,14.7944605559099,14.8299244241728,14.8422071398476,14.8511500108643,14.9010718884569,14.9123218883445,14.9238795058345,14.9367115382069,14.9460499166703,14.9813599765816,14.9911158365266,15.0013111492901,15.0232398610307,15.0315235532694,15.0587916209365,15.0925354750959],\"lat\":[37.3587839573862,37.34369538,37.329779364,37.3218447940001,37.290757554,37.2849795590001,37.2747256530001,37.2577171900001,37.2338320980001,37.2461612000001,37.241929429,37.2302920590001,37.2201602230001,37.2374535180001,37.2446963560001,37.2446963560001,37.239976304,37.2276065120001,37.207464911,37.1763369810001,37.155218817,37.1648623720001,37.158677476,37.1518415390001,37.149644273,37.1349144550001,37.1182315120001,37.110296942,37.108384507,37.1012230490001,37.0866559920001,37.06248607,37.0689964860001,37.0608584660001,37.0484072940001,37.041978257,37.0440127620001,37.040228583,37.0277367210001,37.0116234400001,37.008490302,37.0124372420001,37.017767645,37.0161807310001,37.000433661,36.9935977230001,36.9894066430001,36.9871279970001,36.9805362000001,36.973089911,36.9720726580001,36.96478913,36.9564883480001,36.9526227890001,36.9440778670001,36.9242210960001,36.8201358090001,36.80857982,36.7995466170001,36.7794457050001,36.7471377620001,36.68768952,36.6751976580001,36.659898179,36.6549339860001,36.659125067,36.6714541690001,36.68768952,36.6939151060001,36.6993675800001,36.7027855490001,36.702367849042,36.765642042746,36.7834618680707,36.7948546901918,36.8240453654013,36.8291649944689,36.8368334515026,36.8475231494738,36.8617943902988,36.8618383356707,36.8508520071144,36.8516210497716,36.8555981009716,36.862497515348,36.8719897030623,36.8816796445,36.8963024482993,36.9173632396218,36.9292174885962,36.9433129479342,36.9587047943907,36.9744482029222,36.9734264741525,36.930832478536,36.9285033774289,36.9315905350751,36.9389513754056,36.990554160546,36.9994640732084,37.025600549126,37.0415197391446,37.0636681768449,37.0839379532739,37.1214123198227,37.1319811677967,37.1251806302818,37.1235326810884,37.124147915394,37.1289818999946,37.1369030431409,37.146142545642,37.154920622189,37.1746300958023,37.1838476251677,37.1970202325977,37.202282684798,37.2018652042158,37.1961413269606,37.1956799010066,37.1980309752493,37.2082153018947,37.2169164738162,37.2274963088076,37.2397240920931,37.2490185260841,37.2553905968985,37.2588073443834,37.2710900600582,37.2934472384993,37.3149364974214,37.3245495351329,37.3222094470083,37.3181664782004,37.3169579818254,37.3231322980171,37.3334814200315,37.341951878976,37.3580248782455,37.3767236092072,37.3859850839444,37.4102538838097,37.4118359153952,37.4107922134899,37.4071447530279,37.4022997823091,37.3735925052899,37.3708129643468,37.3717358162549,37.3779321055822,37.3775365972361,37.3643969481606,37.3587839573862]}]],[[{\"lng\":[15.2599317513413,15.2412215500001,15.2130639980001,15.2065535820001,15.2082625660001,15.2185978520001,15.2202254570001,15.2160750660001,15.2021590500001,15.1990666020001,15.1967879570001,15.1845809250001,15.1785587900001,15.1638289720001,15.11589603,15.0966903000001,15.0915633470001,15.089528842,15.0920516290001,15.0925354750959,15.0587916209365,15.0315235532694,15.0232398610307,15.0013111492901,14.9911158365266,14.9813599765816,14.9460499166703,14.9367115382069,14.9238795058345,14.9123218883445,14.9010718884569,14.8511500108643,14.8422071398476,14.8299244241728,14.7944605559099,14.7878248137641,14.7941089929357,14.8074683688701,14.8184766696626,14.8295728620979,14.8432838001073,14.8673218869955,14.870178332564,14.8573463001916,14.8343409281913,14.818718369657,14.8024146574105,14.7877808683924,14.7772559648909,14.7769703204239,14.7853638756424,14.8073365327548,14.8196851660376,14.825661728506,14.8440748159,14.8558521593496,14.8645753044067,14.8674537231108,14.8649488396172,14.8468873151974,14.8433716908509,14.8418116315016,14.8387354599735,14.8307154399656,14.821486924482,14.8117530367732,14.7937354577252,14.7866382896253,14.7788160242401,14.7714771561458,14.7658521566517,14.7638306722477,14.7647315510202,14.7639185620919,14.7566456134043,14.7497242258923,14.7424293040691,14.7357056711797,14.7210718812623,14.7135132872084,14.7044605523126,14.6278638700215,14.5927515638336,14.5849732429208,14.5708228520929,14.5646485350019,14.552981054532,14.5311402335349,14.5191871076988,14.4704297820088,14.4573999959131,14.4440186477424,14.442612397644,14.4340870072096,14.4322193311572,14.4358008740111,14.4439966755061,14.4539722614107,14.4628052694476,14.4723414025337,14.460564059084,14.4372730426168,14.3888453058661,14.3812647395761,14.3830225517494,14.3764527272116,14.3540406172806,14.3525464764387,14.4049732366256,14.4320435496701,14.4548951133188,14.4383936473489,14.4340210887023,14.4373169870893,14.4477759720834,14.4571802699535,14.4766040982005,14.4920728492826,14.5080689430273,14.5177369122287,14.5142652323546,14.5104859357773,14.5085083967451,14.5098487283361,14.5160669907989,14.5266358387729,14.5708228520929,14.5800953129483,14.5866871106217,14.587631934766,14.5814795908104,14.5822925788394,14.5894556654466,14.5989478531609,14.6192945333161,14.6287427756586,14.627380470932,14.6114722679308,14.5788208989653,14.5446753900572,14.5337769522445,14.5230103505472,14.5147046860724,14.509607029241,14.508332615258,14.5113648423136,14.5180884752029,14.5285474592978,14.5429175778839,14.6262818384361,14.6470679723091,14.6693482461246,14.6902881883492,14.7179517634631,14.743923444911,14.7597217849324,14.7720923913508,14.7844410246336,14.7942628021866,14.7989649506719,14.7983057709945,14.7939991299559,14.7947462003768,14.8028541111283,14.8270679786043,14.8356153421743,14.8178834084925,14.7995801849775,14.7918677825721,14.7980640718994,14.7977344820607,14.7459009839432,14.7313990301411,14.7200611386106,14.7148975641712,14.712041119502,14.7115577204124,14.7135352594447,14.715688579964,14.7306519597201,14.7294214911089,14.7187867246276,14.7157544984713,14.7215772525881,14.7383204167538,14.7399463937111,14.7404078196651,14.7390455149385,14.7391993232901,14.740232038178,14.7422095772102,14.7523609446019,14.7617652424719,14.7796509845053,14.7892969814705,14.7959766689881,14.7994044034904,14.7992945405106,14.7944166105381,14.7858472738326,14.7751246175071,14.7637427815042,14.7579859449954,14.7439454171472,14.7372877018659,14.7331128969426,14.7310694403024,14.7307837958355,14.7329371163548,14.7351124091104,14.7381226630305,14.7461646552746,14.7551514725624,14.7615015702413,14.7616553785928,14.7603589923736,14.761018172051,14.7638746167202,14.7691920004105,14.7751685628788,14.7815845790651,14.788462020306,14.8109620209805,14.8174879001464,14.8308912214527,14.8411744249597,14.8507764756538,14.8571046010965,14.8601148550165,14.8624879023948,14.8662891721076,14.8732545040921,14.9049390757777,14.9168922007145,14.9289991349021,14.9409302876027,14.9465552879961,14.9549708154507,14.9795142736648,15.0207130062003,15.0970240440244,15.1440455297774,15.1870240476217,15.2599317513413],\"lat\":[37.8077692144848,37.7955589860001,37.761460679,37.747748114,37.7370466170001,37.7180850280001,37.706732489,37.6967227230001,37.6853701840001,37.67572663,37.6550967470001,37.6257998720001,37.6043154970001,37.5676944030001,37.5222842470001,37.4944522160001,37.477484442,37.459458726,37.360541083,37.3587839573862,37.3643969481606,37.3775365972361,37.3779321055822,37.3717358162549,37.3708129643468,37.3735925052899,37.4022997823091,37.4071447530279,37.4107922134899,37.4118359153952,37.4102538838097,37.3859850839444,37.3767236092072,37.3580248782455,37.341951878976,37.3334814200315,37.3231322980171,37.3169579818254,37.3181664782004,37.3222094470083,37.3245495351329,37.3149364974214,37.2934472384993,37.2710900600582,37.2588073443834,37.2553905968985,37.2490185260841,37.2397240920931,37.2274963088076,37.2169164738162,37.2082153018947,37.1980309752493,37.1956799010066,37.1961413269606,37.2018652042158,37.202282684798,37.1970202325977,37.1838476251677,37.1746300958023,37.154920622189,37.146142545642,37.1369030431409,37.1289818999946,37.124147915394,37.1235326810884,37.1251806302818,37.1319811677967,37.1340356114543,37.1350133948523,37.1337279938518,37.1289709138766,37.1208080716352,37.1128210108809,37.105712856663,37.1001757470131,37.0991430321252,37.1005382961055,37.1038122213569,37.1196215483957,37.1243017246449,37.1232140782671,37.084630092205,37.0738525034902,37.0691393688867,37.0559228151857,37.0538683724274,37.0559447883213,37.0684032845839,37.070666468083,37.0531872196145,37.05170406579,37.0528576297758,37.0616027470691,37.0782140760188,37.0868603164504,37.0954955707639,37.1007799952006,37.1050756492218,37.1107555811051,37.1341674475696,37.1558215009615,37.1717846363518,37.1839465020294,37.1983166197162,37.2383398151304,37.2576757526339,37.2843725313672,37.3060375708772,37.293425266263,37.2937109107299,37.3036755105164,37.3195507551632,37.3296581771831,37.3392272695228,37.3448632560344,37.3409960687136,37.3212865951003,37.3128490945101,37.3115746805271,37.3187267810161,37.3355798090609,37.3421386465812,37.3474120848998,37.3521362056214,37.3570141355939,37.3609252682865,37.361760229451,37.3656054445356,37.3719555422145,37.3803051520611,37.3943786391628,37.4001904071615,37.4067492446819,37.4110888449742,37.4165270777624,37.4212072531122,37.4295788360944,37.4393456821575,37.451276834858,37.4481457309407,37.44938718567,37.4546716101067,37.4631310829331,37.473754862397,37.4855212206278,37.5028466607448,37.5187219053916,37.5322460757957,37.5425182931847,37.5401782050601,37.5431335274903,37.5545922681187,37.5558556959836,37.5434741034471,37.5254784975346,37.5098229797467,37.5023852347907,37.5093505667752,37.5233581362689,37.5370141427885,37.5449572581709,37.5607006667024,37.5675012042172,37.5758947594356,37.5873095546922,37.5965820155475,37.63801146106,37.6468774283506,37.6597094598237,37.6948437382479,37.7127514543162,37.6869335821191,37.6842639041558,37.68924071099,37.6974365115857,37.7068188363202,37.7166296277551,37.7261218154694,37.7307690324649,37.7487426661411,37.7547851471168,37.7663427646069,37.775131827272,37.7806689369219,37.7894360273507,37.791940909945,37.7942040934441,37.8044763108331,37.8090576102205,37.813540031847,37.8181982349606,37.8211205990364,37.8196264581945,37.810013420483,37.8086950611282,37.815209954176,37.8254711845475,37.8353918398615,37.8460595646972,37.8557934515065,37.8628027288628,37.8652856392209,37.8639343206124,37.8552990662989,37.8549365181058,37.8581005803775,37.8634619085402,37.8696911571212,37.8812048292394,37.8866650351632,37.8916638142336,37.8973657183532,37.9002441370573,37.9047924771911,37.9154382288911,37.9230297821987,37.9298852512034,37.9362353488822,37.9423657206015,37.9469799783433,37.9499682600272,37.951000974915,37.9462329079224,37.9482434062082,37.9632287582006,37.9619323719813,37.9546704085125,37.9451452615446,37.9373120091419,37.934191892242,37.9324230930513,37.9330712866106,37.9521984842726,37.9566040021729,37.9566040021729,37.9503308082202,37.9425415020886,37.9123620573631,37.8926965291215,37.890883784559,37.9040454067701,37.8980908165379,37.8735034129521,37.8077692144848]}]],[[{\"lng\":[8.45590254000007,8.45801842500009,8.46314537900008,8.46989993600005,8.47641035200007,8.47730553500008,8.47917728000004,8.48389733200008,8.46404056100005,8.45932050900007,8.46338951900009,8.45394941500007,8.44654381600009,8.43702233200008,8.43246504000007,8.42188561300009,8.40984134200005,8.40601647200009,8.40503991000008,8.40137780000009,8.36491946700005,8.34929446700005,8.35352623800009,8.35352623800009,8.34603925900007,8.34603925900007,8.36036217500009,8.38591556100005,8.41765384200005,8.44459069100009,8.45590254000007],\"lat\":[39.0735537780001,39.068060614,39.0652529970001,39.065659898,39.0697695980001,39.0707054710001,39.072211005,39.0697695980001,39.0565453150001,39.049790757,39.0424665390001,39.0281436220001,38.994330145,38.9671898460001,38.962836005,38.9605166690001,38.9618187520001,38.9669457050001,38.9740257830001,38.9810244810001,39.029486395,39.0621605490001,39.0834414730001,39.0908877620001,39.0908877620001,39.0977237000001,39.118150132,39.1050479190001,39.1065941430001,39.102728583,39.0735537780001]}],[{\"lng\":[8.30583743600005,8.30632571700005,8.31202233200008,8.30583743600005,8.29004967500009,8.26937910200007,8.25473066500007,8.25733483200008,8.25733483200008,8.23267662900008,8.22461998800009,8.22999108200008,8.24529056100005,8.29029381600009,8.30583743600005],\"lat\":[39.193304755,39.1607933610001,39.120306708,39.1045596370001,39.098822333,39.1001651060001,39.107123114,39.118150132,39.1244164080001,39.1441104190001,39.1570498720001,39.172796942,39.1809756530001,39.188421942,39.193304755]}],[{\"lng\":[8.61033718466912,8.60328209700009,8.58008873800009,8.57227623800009,8.55958092500009,8.55209394600007,8.54428144600007,8.52084394600007,8.50440514400009,8.50904381600009,8.51807701900009,8.50440514400009,8.48275800900007,8.48210696700005,8.47754967500009,8.47331790500004,8.46509850400008,8.45427493600005,8.44223066500007,8.43799889400009,8.43864993600005,8.43539472700007,8.42839603000004,8.41879316500007,8.41260826900009,8.41570071700005,8.40951582100007,8.40503991000008,8.40235436300009,8.40137780000009,8.39869225400008,8.39258873800009,8.38550866000008,8.38013756600009,8.37281334700009,8.37175540500004,8.37671959700009,8.42644290500004,8.43213951900009,8.41570071700005,8.41724694100009,8.38209069100009,8.37403405000009,8.37818444100009,8.39568118600005,8.40137780000009,8.40503991000008,8.40381920700008,8.39806408024212,8.40555894468952,8.41362291006925,8.41977525402473,8.42847642594631,8.45354722772237,8.46561021653827,8.48861558853855,8.50001939767702,8.53062730910301,8.5366038715714,8.55323717275729,8.60491686252317,8.61570543735604,8.63293200061133,8.64330309486195,8.65620104394299,8.69926745253088,8.70599108542024,8.70645251137427,8.70102526470419,8.70104723783976,8.70315661208798,8.70961657364592,8.71728503067959,8.72126208187956,8.72556872291824,8.73572009030988,8.73987292209767,8.74323473899199,8.755539426903,8.76457018866324,8.77724841178474,8.80998767149384,8.81785388225086,8.82295153908223,8.82301745669025,8.82132556212497,8.82123767138143,8.82916980064579,8.84149646169232,8.84903308261067,8.84255114881643,8.83018054329744,8.8142503671607,8.74455309834678,8.73712634040828,8.72936999263106,8.70552965946621,8.69564196340588,8.68819323323112,8.67485583043219,8.66672594744449,8.6576292671769,8.64613756729489,8.61618883554632,8.61033718466912],\"lat\":[38.9548929763423,38.9649112000001,38.9605166690001,39.013617255,39.0567080750001,39.0567080750001,39.051255601,39.0608584660001,39.062933661,39.0679385440001,39.0834414730001,39.0908877620001,39.0803897160001,39.084173895,39.0904808610001,39.107367255,39.1194522160001,39.1249046900001,39.118150132,39.1284854190001,39.1531436220001,39.165961005,39.1731631530001,39.1773135440001,39.17572663,39.165961005,39.1693382830001,39.1743838560001,39.181341864,39.1901716170001,39.201157945,39.204046942,39.2044131530001,39.2075869810001,39.2220726580001,39.2306175800001,39.2378604190001,39.2832705750001,39.3018252620001,39.3236758480001,39.3390160180001,39.3596865910001,39.37885163,39.387925523,39.404242255,39.4124209660001,39.4271914730001,39.4358584660001,39.4465021799697,39.4523267156054,39.4640601145826,39.4674988352031,39.4683447824857,39.4653894600555,39.468542536209,39.4806494703967,39.4826050371927,39.4794409740217,39.4759253496752,39.4544800361247,39.425618950754,39.4156982963393,39.3922095261487,39.3832886273682,39.3783887242602,39.3748511267781,39.3673474642141,39.3588440460159,39.3406396993626,39.3338391618478,39.327785694754,39.3162720226357,39.2925635255862,39.2853455083885,39.2816760738917,39.2770508300318,39.2735791501576,39.2669653802481,39.2060132296268,39.1869189903191,39.1760535117601,39.1662646925615,39.1599585402544,39.1502466256812,39.1429187446043,39.1353162051787,39.1247583433229,39.1100146904256,39.0998633230339,39.0874048267713,39.065673868754,39.0525561928141,39.0469531646568,39.049556925012,39.0456238191839,39.0395264067183,39.030100136612,39.0285620512976,39.0314294829842,39.0427014560074,39.0431848541976,39.0355603425357,38.9990088269957,38.9597546751381,38.9548929763423]}]],[[{\"lng\":[8.27475019600007,8.25114993600005,8.25098717500009,8.24642988400007,8.20964603000004,8.21762129000007,8.22169030000009,8.22315514400009,8.22315514400009,8.22885175900007,8.24138431100005,8.26075280000009,8.27564537900008,8.27784264400009,8.27564537900008,8.27784264400009,8.28435306100005,8.30209394600007,8.30583743600005,8.30795332100007,8.31332441500007,8.32618248800009,8.32593834700009,8.32797285200007,8.33236738400007,8.34197024800005,8.34473717500009,8.34131920700008,8.33236738400007,8.27475019600007],\"lat\":[41.0572777360001,41.0437686220001,41.016099351,40.9936384140001,40.995794989,41.0050316430001,41.014390367,41.0239932310001,41.033636786,41.041734117,41.0520694030001,41.064642645,41.0697695980001,41.081732489,41.095404364,41.10565827,41.1068789730001,41.1050479190001,41.109076239,41.1138369810001,41.1185977230001,41.1261253930001,41.118353583,41.112494208,41.10565827,41.09784577,41.0862490910001,41.0741234400001,41.064642645,41.0572777360001]}],[{\"lng\":[8.3921155383875,8.39454186300009,8.39047285200007,8.37989342500009,8.36557050900007,8.34986412900008,8.33171634200005,8.32390384200005,8.31959069100009,8.31202233200008,8.29151451900009,8.26734459700009,8.21631920700008,8.19597415500004,8.20533287900008,8.21631920700008,8.19336998800009,8.17660566500007,8.16618899800005,8.16179446700005,8.15308678500008,8.14730879000007,8.14063561300009,8.14063561300009,8.15772545700008,8.17383873800009,8.18531334700009,8.18848717500009,8.19109134200005,8.19556725400008,8.19743899800005,8.19214928500008,8.17896569100009,8.17383873800009,8.16797936300009,8.15333092500009,8.14584394600007,8.13379967500009,8.20964603000004,8.21534264400009,8.21631920700008,8.20972741000008,8.19214928500008,8.17888431100005,8.18230228000004,8.19304446700005,8.20215905000009,8.20964603000004,8.21257571700005,8.21998131600009,8.22901451900009,8.23617597700007,8.23552493600005,8.23161868600005,8.22925866000008,8.23316491000008,8.27784264400009,8.31023196700005,8.42188561300009,8.47787519600007,8.50098717500009,8.52051842500009,8.59839928500008,8.61833743600005,8.63428795700008,8.64096113400007,8.70915774800005,8.73389733200008,8.75123131600009,8.76441491000008,8.81124993258403,8.86054675562826,8.88117908025032,8.8937254672565,8.93547351559027,8.94039539093455,8.94408679766758,8.95026111385931,8.96656482610581,8.97906726774022,8.98491199409324,8.98113269751599,8.96805896604843,8.95067859444157,8.9030638466192,8.8988890416959,8.89708728415081,8.89785632680804,8.90053699088941,8.90482165969183,8.91046863232151,8.9168407031359,8.973859747929,8.98128650586756,8.98779041279732,8.99337146691965,9.02586902753359,9.02707752300927,9.02261707361902,9.01949695671914,9.00604969004115,9.00517078440419,9.01002674124112,9.01903553076511,9.11775867941952,9.1321507693425,9.1455321175132,9.15972645371284,9.17655750952144,9.18224842752289,9.19376209964116,9.19560780345734,9.19323475607911,9.1870384667518,9.18624745095906,9.18947743173806,9.18875233445266,9.19176258837274,9.19923329168307,9.21191151480457,9.25844960236725,9.27152333383475,9.28055409559505,9.27492909520157,9.24988026656104,9.24065175017813,9.23368641819366,9.2262596602551,9.22276600724541,9.20052967880162,9.19505848675976,9.18697254914383,9.18330311554632,9.05911365766917,9.04270008244282,9.02791248417378,9.0192992029958,9.00024890905991,8.94131824284261,8.88161853306883,8.85843738048072,8.85391101258313,8.85173571982762,8.84637439166482,8.8419798598826,8.83707995767389,8.83178454711913,8.82613757448945,8.81605212470578,8.81600817933401,8.81884265176694,8.8174364016686,8.81209704664138,8.80561511284719,8.72917223890767,8.71034167183069,8.6705052440218,8.65877184504461,8.64651110250537,8.63609606288298,8.6248460629954,8.62031969509786,8.61394762518273,8.5927000653557,8.58696520198248,8.57037584616836,8.52963853958693,8.51025865581232,8.50098619495691,8.49305406569255,8.47198228735266,8.45174547017729,8.43062974646563,8.41021714780311,8.3921155383875],\"lat\":[40.4123206053662,40.423814195,40.442328192,40.46869538,40.49213288,40.5023460960001,40.510687567,40.5308291690001,40.555609442,40.57807038,40.5953636740001,40.5940615910001,40.5706240910001,40.57807038,40.5978050800001,40.6122093770001,40.6174990910001,40.6065941430001,40.586411851,40.5637881530001,40.5777855490001,40.5932070980001,40.6190453150001,40.62518952,40.6322695980001,40.641587632,40.6565615910001,40.6804873720001,40.6804059920001,40.685288804,40.6912295590001,40.6941592470001,40.6947695980001,40.696966864,40.701605536,40.719712632,40.7260195980001,40.7289085960001,40.865423895,40.8814151060001,40.899603583,40.9144554710001,40.920640367,40.928168036,40.94529857,40.9637718770001,40.975287177,40.975287177,40.9634463560001,40.9623070330001,40.9625511740001,40.954779364,40.946478583,40.934515692,40.921576239,40.91010163,40.865423895,40.8506533870001,40.8387718770001,40.826157945,40.82444896,40.8269717470001,40.8529727230001,40.866156317,40.881577867,40.896470445,40.920640367,40.9212914080001,40.919134833,40.913804429,40.940829680145,40.9321412251374,40.9332178853971,40.9359644670865,40.9571021639337,40.9578052889829,40.956838491703,40.9569813139365,40.9527515775233,40.938007924626,40.9192652482926,40.9030054814178,40.8928651001442,40.8880201294254,40.8871631960246,40.8839551883812,40.8774293092152,40.8704969355851,40.863509630465,40.8575330679967,40.853621935304,40.852116808344,40.8534461538169,40.8515894638826,40.8474366320949,40.8418336048369,40.7829798423458,40.7731470786747,40.7192042054097,40.7122059141716,40.6969678760666,40.6904969283905,40.6827845259851,40.6782032274969,40.6467493687883,40.648869730054,40.6571753945288,40.6621961467347,40.6545167026837,40.647309671604,40.6187342307002,40.5982337412941,40.5778211435309,40.5568482420527,40.546762792269,40.5367542471108,40.5236475572889,40.5128370102198,40.5054432106356,40.5025977520846,40.5051905254224,40.4993567851874,40.4858326147833,40.4768677706311,40.464167574374,40.4546753866597,40.442107026518,40.4152893986868,40.4095765075498,40.4001502383428,40.3932618100844,40.3761451098089,40.371058439995,40.3325733307946,40.3224878819102,40.3053272362629,40.3054810446145,40.3169727444965,40.3727613206784,40.3905152274957,40.3923609313119,40.3945691833212,40.397392669636,40.4082471620769,40.4119275826918,40.4138501893348,40.4141138615655,40.4127955022107,40.4058301702261,40.3974256288897,40.3873182059704,40.3752332449183,40.366949553579,40.3626978440303,40.3481079994846,40.3412854897335,40.3102271384716,40.3066785548714,40.3063489650327,40.3096009180479,40.3170826074763,40.3187854890591,40.3246521885476,40.33813241358,40.3451197187001,40.3742115161485,40.4118946234381,40.4231665964612,40.4246167919314,40.4217603463629,40.405192962785,40.3978980409618,40.3961182556529,40.4006665957867,40.4123206053662]}]],[[{\"lng\":[9.74884406844199,9.75318444100009,9.75652103000004,9.76156660200007,9.76807701900009,9.78191165500004,9.78581790500004,9.78687584700009,9.79224694100009,9.82056725400008,9.82642662900008,9.82667076900009,9.81519616000008,9.81218509200005,9.80876712300005,9.80030358200008,9.77808678500008,9.76172936300009,9.74935957100007,9.72738691500007,9.71241295700008,9.70085696700005,9.68311608200008,9.67017662900008,9.64551842500009,9.63461347700007,9.62614993600005,9.62484785200007,9.62717705923559,9.60697988911056,9.57718496661289,9.5600682663374,9.53291006254932,9.5259667028011,9.52001211256891,9.51821035412451,9.5177489290698,9.51588125301743,9.50911367475629,9.48151601725039,9.42719960877491,9.33777089411149,9.33243153908427,9.3272459915093,9.31922597240072,9.30030751458014,9.29424306046883,9.29351796318343,9.29468251418666,9.29740712363986,9.301340229468,9.31643544444017,9.31907216314977,9.31803944826191,9.30714101044924,9.29338612706812,9.28387196711759,9.28406972084093,9.2862450135965,9.2863548765763,9.28040028724342,9.21239491299485,9.20176014741287,9.19798084993624,9.19611317388387,9.19896961945238,9.20020008806358,9.15926502865813,9.1582103406347,9.15722157111861,9.15535389506618,9.1334691286973,9.08088856015894,9.03439441796797,9.00312732686461,8.98822986561578,9.01138904596769,9.0073241049235,8.95784168104871,8.95645740318662,8.9853294746755,9.02668201556253,9.04250232871948,9.04496326594193,9.04364490658713,9.03043933990358,9.02017810863282,9.01806873348522,9.00615955392027,9.00093006097353,8.99269031500603,8.98348377175864,8.97429920074751,8.96476306766141,8.76782214257781,8.72451403489481,8.68885241290849,8.67801989270384,8.67160387651768,8.66872545871291,8.66193590821558,8.62770250766459,8.6186497736681,8.61078356201176,8.61124498796579,8.62031969509786,8.6248460629954,8.63609606288298,8.64651110250537,8.65877184504461,8.6705052440218,8.71034167183069,8.72917223890767,8.80561511284719,8.81209704664138,8.8174364016686,8.81884265176694,8.81600817933401,8.81605212470578,8.82613757448945,8.83178454711913,8.83707995767389,8.8419798598826,8.84637439166482,8.85173571982762,8.85391101258313,8.85843738048072,8.88161853306883,8.94131824284261,9.00024890905991,9.0192992029958,9.02791248417378,9.04270008244282,9.05911365766917,9.18330311554632,9.18697254914383,9.19505848675976,9.20052967880162,9.22276600724541,9.2262596602551,9.23368641819366,9.24065175017813,9.24988026656104,9.27492909520157,9.28055409559505,9.27152333383475,9.25844960236725,9.21191151480457,9.19923329168307,9.19176258837274,9.18875233445266,9.18947743173806,9.31913808165712,9.36690663783105,9.38483632613554,9.39092275248305,9.39856923638115,9.40344716635366,9.42403554650326,9.43638417978605,9.45424794958319,9.48720693525183,9.50370840122173,9.52005605794074,9.57441641178798,9.60205801376628,9.63787344500349,9.64885977355971,9.66279043842798,9.67171133720842,9.67979727482435,9.69390372028045,9.70357168948186,9.7284886829064,9.7392552846037,9.74884406844199],\"lat\":[40.6603424569897,40.6052920590001,40.5951602230001,40.5873477230001,40.5842959660001,40.58197663,40.575873114,40.5671247420001,40.5569522160001,40.536363023,40.5296084660001,40.5195987000001,40.5025088560001,40.49237702,40.4707705750001,40.455511786,40.4272321640001,40.3906924500001,40.3772647160001,40.372015692,40.366400458,40.3529727230001,40.32420482,40.31268952,40.296087958,40.2826195330001,40.2630882830001,40.247748114,40.2245232312412,40.2189527217906,40.1973316267532,40.1967054063294,40.2161621938301,40.2186011588164,40.2145142446366,40.2072852404215,40.1990674666902,40.1919922708266,40.1849939795885,40.1700965183396,40.1027613107859,40.0675830869898,40.062804033879,40.0558606741308,40.0493128227286,40.0426001759573,40.0347669235546,40.0297022259769,40.0253845988202,40.0217151652227,40.0185511020517,40.0117176061826,40.0084326939137,39.9857239524984,39.9776709741361,39.9723975358176,39.9579724866409,39.9476233655259,39.9365711184623,39.9260572019783,39.917323070803,39.9101050536053,39.9038758050244,39.8983167231382,39.8917359115831,39.8288281950651,39.8262134485918,39.8295752654861,39.8631384984429,39.8648963115156,39.8664893292191,39.8761572984205,39.8880884511211,39.9093469970662,39.917421948564,39.932099682954,39.9807032002925,39.9891736601363,39.9978528598216,40.0291529092793,40.0525318164901,40.0374695598722,40.0561792778514,40.0627820607435,40.0697803519816,40.0889954412866,40.1163294265618,40.1465418296417,40.1893994974888,40.1997046741314,40.2075049672804,40.211998375025,40.2144922724004,40.2152393419221,40.1980127795661,40.2104602897106,40.2103833850852,40.214019859429,40.2226221553881,40.2453308959041,40.2549439336156,40.2677759650887,40.2761695203071,40.3014600489421,40.307359706785,40.3187854890591,40.3170826074763,40.3096009180479,40.3063489650327,40.3066785548714,40.3102271384716,40.3412854897335,40.3481079994846,40.3626978440303,40.366949553579,40.3752332449183,40.3873182059704,40.3974256288897,40.4058301702261,40.4127955022107,40.4141138615655,40.4138501893348,40.4119275826918,40.4082471620769,40.397392669636,40.3945691833212,40.3923609313119,40.3905152274957,40.3727613206784,40.3169727444965,40.3054810446145,40.3053272362629,40.3224878819102,40.3325733307946,40.371058439995,40.3761451098089,40.3932618100844,40.4001502383428,40.4095765075498,40.4152893986868,40.442107026518,40.4546753866597,40.464167574374,40.4768677706311,40.4858326147833,40.4993567851874,40.5051905254224,40.5025977520846,40.5054432106356,40.5128370102198,40.5236475572889,40.5367542471108,40.5501685545352,40.5742176275414,40.5874122081069,40.5953333512531,40.6204371113836,40.6288526397375,40.6535279331675,40.6592518104227,40.6590101113276,40.6500342810572,40.6484302772355,40.6536158239111,40.6897828172232,40.6986597706319,40.6955616259683,40.6897828172232,40.6724244187519,40.6661622109173,40.6662610877789,40.6758301801187,40.6771705126091,40.6733143114063,40.6689197796241,40.6603424569897]}]],[[{\"lng\":[8.81124993258403,8.82252037900008,8.83961022200009,8.87533613400007,8.88795006600009,8.88591556100005,8.88591556100005,8.88526451900009,8.88111412900008,8.91309655000009,8.92269941500007,8.92945397200009,8.94011478000004,8.94629967500009,8.95875084700009,8.97575931100005,8.99073326900009,9.00554446700005,9.02475019600007,9.09302819100009,9.10775800900007,9.13559004000007,9.14185631600009,9.15756269600007,9.16342207100007,9.16285241000008,9.17107181100005,9.18995201900009,9.21241295700008,9.23064212300005,9.23267662900008,9.23829186300009,9.24691816500007,9.25782311300009,9.26807701900009,9.26742597700007,9.27833092500009,9.27466881600009,9.27361087300005,9.27491295700008,9.27833092500009,9.28532962300005,9.28931725400008,9.28834069100009,9.28532962300005,9.28532962300005,9.29957116000008,9.30543053500008,9.31251061300009,9.31657962300005,9.33301842500009,9.33521569100009,9.35206139400009,9.38819420700008,9.38819420700008,9.39665774800005,9.40406334700009,9.41228274800005,9.42237389400009,9.42237389400009,9.41700280000009,9.41431725400008,9.41211998800009,9.40870201900009,9.42017662900008,9.42660566500007,9.43279056100005,9.44288170700008,9.43702233200008,9.43677819100009,9.44288170700008,9.45411217500009,9.46045983200008,9.47006269600007,9.46680748800009,9.46509850400008,9.46241295700008,9.45655358200008,9.46908613400007,9.48145592500009,9.49439537900008,9.50806725400008,9.51392662900008,9.51840254000007,9.52393639400009,9.53223717500009,9.52475019600007,9.53435306100005,9.54078209700009,9.54615319100009,9.55274498800009,9.55958092500009,9.56120853000004,9.56177819100009,9.56299889400009,9.56641686300009,9.56511478000004,9.56226647200009,9.55640709700009,9.54590905000009,9.54379316500007,9.54078209700009,9.53907311300009,9.52125084700009,9.51189212300005,9.53223717500009,9.52475019600007,9.54314212300005,9.55420983200008,9.55762780000009,9.55274498800009,9.55779056100005,9.55860436300009,9.55827884200005,9.55958092500009,9.56568444100009,9.56861412900008,9.57325280000009,9.58814537900008,9.61573326900009,9.64429772200009,9.66260826900009,9.65121504000007,9.63599694100009,9.61963951900009,9.60425866000008,9.58757571700005,9.58253014400009,9.57886803500008,9.56641686300009,9.57113691500007,9.55746504000007,9.51189212300005,9.51124108200008,9.51254316500007,9.50424238400007,9.51197350400008,9.52003014400009,9.52898196700005,9.53907311300009,9.54932701900009,9.56723066500007,9.57325280000009,9.59278405000009,9.60767662900008,9.62256920700008,9.64210045700008,9.63721764400009,9.63152103000004,9.62387129000007,9.61410566500007,9.61410566500007,9.65007571700005,9.65577233200008,9.65772545700008,9.66325931100005,9.67172285200007,9.68311608200008,9.68978925900007,9.69939212300005,9.71094811300009,9.72396894600007,9.69109134200005,9.68100019600007,9.68978925900007,9.68978925900007,9.67448978000004,9.66179446700005,9.65788821700005,9.66879316500007,9.66976972700007,9.67579186300009,9.70394941500007,9.71029707100007,9.71420332100007,9.74447675900007,9.74830162900008,9.74884406844199,9.7392552846037,9.7284886829064,9.70357168948186,9.69390372028045,9.67979727482435,9.67171133720842,9.66279043842798,9.64885977355971,9.63787344500349,9.60205801376628,9.57441641178798,9.52005605794074,9.50370840122173,9.48720693525183,9.45424794958319,9.43638417978605,9.42403554650326,9.40344716635366,9.39856923638115,9.39092275248305,9.38483632613554,9.36690663783105,9.31913808165712,9.18947743173806,9.18624745095906,9.1870384667518,9.19323475607911,9.19560780345734,9.19376209964116,9.18224842752289,9.17655750952144,9.15972645371284,9.1455321175132,9.1321507693425,9.11775867941952,9.01903553076511,9.01002674124112,9.00517078440419,9.00604969004115,9.01949695671914,9.02261707361902,9.02707752300927,9.02586902753359,8.99337146691965,8.98779041279732,8.98128650586756,8.973859747929,8.9168407031359,8.91046863232151,8.90482165969183,8.90053699088941,8.89785632680804,8.89708728415081,8.8988890416959,8.9030638466192,8.95067859444157,8.96805896604843,8.98113269751599,8.98491199409324,8.97906726774022,8.96656482610581,8.95026111385931,8.94408679766758,8.94039539093455,8.93547351559027,8.8937254672565,8.88117908025032,8.86054675562826,8.81124993258403],\"lat\":[40.940829680145,40.9473330750001,40.961615302,41.0081240910001,41.0162621110001,41.0200869810001,41.021226304,41.0217959660001,41.02366771,41.0326602230001,41.0367699240001,41.043646552,41.0611839860001,41.064642645,41.070013739,41.0826683610001,41.097357489,41.1218936220001,41.12885163,41.135199286,41.1394717470001,41.1603050800001,41.152777411,41.168890692,41.1841494810001,41.2254092470001,41.242905992,41.2511253930001,41.255804755,41.262640692,41.2535667990001,41.2488467470001,41.247748114,41.2496605490001,41.2366397160001,41.2019717470001,41.195013739,41.1995303410001,41.2051455750001,41.2123884140001,41.2217471370001,41.2217471370001,41.208726304,41.205755927,41.2012393250001,41.195013739,41.196478583,41.197943427,41.2012393250001,41.196478583,41.1875674500001,41.211655992,41.20726146,41.1807315120001,41.1875674500001,41.1839053410001,41.1817080750001,41.1807315120001,41.1807315120001,41.174505927,41.1714541690001,41.16819896,41.164536851,41.1603050800001,41.15643952,41.1492373720001,41.1407738300001,41.1329613300001,41.125433661,41.1153832050001,41.091986395,41.1119652360001,41.1205101580001,41.1261253930001,41.1306826840001,41.1344261740001,41.1376000020001,41.140366929,41.146185614,41.1455752620001,41.142320054,41.140366929,41.143500067,41.14866771,41.1497256530001,41.140366929,41.1329613300001,41.128119208,41.1228701840001,41.1209170590001,41.1261253930001,41.1261253930001,41.121812242,41.12107982,41.1212425800001,41.119330145,41.107123114,41.0971133480001,41.087836005,41.0777041690001,41.082505601,41.0873477230001,41.091986395,41.031683661,41.0162621110001,41.0162621110001,41.030503648,41.0369326840001,41.0346133480001,41.0250511740001,41.009466864,41.0094261740001,41.0110537780001,41.013617255,41.0162621110001,41.010931708,41.009507554,41.009466864,41.020697333,41.0195987000001,41.01166413,41.002630927,40.9911156270001,40.99237702,40.998765367,41.002630927,40.995794989,40.9799258480001,40.9619815120001,40.9486351580001,40.9348819030001,40.9312197940001,40.934312242,40.929388739,40.927964585,40.9269066430001,40.9151878930001,40.915025132,40.9192569030001,40.920640367,40.917222398,40.908392645,40.9063988300001,40.909898179,40.9178734400001,40.923773505,40.920640367,40.9115664730001,40.9048526060001,40.9007022160001,40.899603583,40.8933779970001,40.8794619810001,40.8760440120001,40.863959052,40.8582217470001,40.8587100280001,40.865423895,40.8558617210001,40.850043036,40.846869208,40.844916083,40.8362490910001,40.829779364,40.8170433610001,40.810777085,40.8139102230001,40.809027411,40.7998721370001,40.7903506530001,40.801459052,40.7886416690001,40.7594261740001,40.7455915390001,40.727240302,40.6804873720001,40.667222398,40.6603424569897,40.6689197796241,40.6733143114063,40.6771705126091,40.6758301801187,40.6662610877789,40.6661622109173,40.6724244187519,40.6897828172232,40.6955616259683,40.6986597706319,40.6897828172232,40.6536158239111,40.6484302772355,40.6500342810572,40.6590101113276,40.6592518104227,40.6535279331675,40.6288526397375,40.6204371113836,40.5953333512531,40.5874122081069,40.5742176275414,40.5501685545352,40.5367542471108,40.546762792269,40.5568482420527,40.5778211435309,40.5982337412941,40.6187342307002,40.647309671604,40.6545167026837,40.6621961467347,40.6571753945288,40.648869730054,40.6467493687883,40.6782032274969,40.6827845259851,40.6904969283905,40.6969678760666,40.7122059141716,40.7192042054097,40.7731470786747,40.7829798423458,40.8418336048369,40.8474366320949,40.8515894638826,40.8534461538169,40.852116808344,40.853621935304,40.8575330679967,40.863509630465,40.8704969355851,40.8774293092152,40.8839551883812,40.8871631960246,40.8880201294254,40.8928651001442,40.9030054814178,40.9192652482926,40.938007924626,40.9527515775233,40.9569813139365,40.956838491703,40.9578052889829,40.9571021639337,40.9359644670865,40.9332178853971,40.9321412251374,40.940829680145]}],[{\"lng\":[9.47478274800005,9.47836347700007,9.47950280000009,9.47925866000008,9.47103925900007,9.47437584700009,9.47486412900008,9.47038821700005,9.46436608200008,9.45639082100007,9.44874108200008,9.44166100400008,9.43702233200008,9.44776451900009,9.44353274800005,9.44646243600005,9.45386803500008,9.45997155000009,9.46802819100009,9.47478274800005],\"lat\":[41.236070054,41.228461005,41.2241885440001,41.2169457050001,41.1896019550001,41.184271552,41.1792666690001,41.17210521,41.1726748720001,41.180650132,41.185532945,41.1830508480001,41.1859398460001,41.205064195,41.2114932310001,41.220404364,41.2339541690001,41.24237702,41.2411156270001,41.236070054]}],[{\"lng\":[9.43091881600009,9.43425540500004,9.43531334700009,9.39527428500008,9.37696373800009,9.37305748800009,9.37305748800009,9.37761478000004,9.38493899800005,9.39185631600009,9.39625084700009,9.39795983200008,9.40219160200007,9.40796959700009,9.41423587300005,9.42188561300009,9.42741946700005,9.43051191500007,9.43043053500008,9.42904707100007,9.43091881600009],\"lat\":[41.224798895,41.2206078150001,41.217027085,41.2105980490001,41.213324286,41.221909898,41.2298851580001,41.2338320980001,41.236517645,41.240708726,41.247748114,41.256048895,41.257513739,41.2581240910001,41.262437242,41.2608910180001,41.25409577,41.24628327,41.2377790390001,41.2293968770001,41.224798895]}]],[[{\"lng\":[8.54852039011296,8.56576582100007,8.51449629000007,8.50440514400009,8.50684655000009,8.51986738400007,8.53549238400007,8.54525800900007,8.53858483200008,8.53516686300009,8.53052819100009,8.52491295700008,8.51807701900009,8.52979576900009,8.54078209700009,8.54883873800009,8.55209394600007,8.55518639400009,8.55355879000007,8.54525800900007,8.52344811300009,8.49415123800009,8.46306399800005,8.43539472700007,8.44223066500007,8.44556725400008,8.44996178500008,8.45582116000008,8.46338951900009,8.45183353000004,8.44467207100007,8.43539472700007,8.42872155000009,8.43751061300009,8.43100019600007,8.41830488400007,8.40357506600009,8.40072675900007,8.39828535200007,8.39454186300009,8.39356530000009,8.39633222700007,8.39991295700008,8.40137780000009,8.39356530000009,8.39454186300009,8.40650475400008,8.40707441500007,8.39454186300009,8.38013756600009,8.37720787900008,8.38453209700009,8.40137780000009,8.40447024800005,8.43482506600009,8.45240319100009,8.45972741000008,8.46859785200007,8.47901451900009,8.48731530000009,8.49000084700009,8.48511803500008,8.46729576900009,8.46338951900009,8.45964603000004,8.47641035200007,8.47608483200008,8.46290123800009,8.44125410200007,8.41570071700005,8.40821373800009,8.38599694100009,8.38355553500008,8.3921155383875,8.41021714780311,8.43062974646563,8.45174547017729,8.47198228735266,8.49305406569255,8.50098619495691,8.51025865581232,8.52963853958693,8.57037584616836,8.58696520198248,8.5927000653557,8.61394762518273,8.62031969509786,8.61124498796579,8.61078356201176,8.6186497736681,8.62770250766459,8.66193590821558,8.66872545871291,8.67160387651768,8.67801989270384,8.68885241290849,8.72451403489481,8.76782214257781,8.96476306766141,8.97429920074751,8.98348377175864,8.99269031500603,9.00093006097353,9.00615955392027,9.01806873348522,9.02017810863282,9.03043933990358,9.04364490658713,9.04496326594193,9.04250232871948,9.02668201556253,8.9853294746755,8.95645740318662,8.95784168104871,9.0073241049235,9.01138904596769,8.98822986561578,9.00312732686461,9.03439441796797,9.08088856015894,9.1334691286973,9.15535389506618,9.15722157111861,9.1582103406347,9.15926502865813,9.15513416910659,9.14203846540283,9.10125721344963,9.06289295424642,9.0294505703875,9.0032811361155,8.98089099842082,8.94518543016346,8.94079089928056,8.93679187494507,8.93299060523225,8.89271472550416,8.86228259556532,8.84382556279945,8.75165026644663,8.74077380176954,8.70985827274109,8.67711901393136,8.66070543870501,8.62721910947431,8.61568346422047,8.60779528032793,8.6034446948168,8.59065660781619,8.5617405918548,8.54852039011296],\"lat\":[39.6979132018378,39.7010765650001,39.7136904970001,39.7215029970001,39.73847077,39.7554385440001,39.7708194030001,39.782945054,39.782945054,39.776068427,39.7704125020001,39.76581452,39.7625186220001,39.7725283870001,39.78925202,39.8071963560001,39.820786851,39.8526878930001,39.863959052,39.8785667990001,39.898871161,39.9124209660001,39.9141299500001,39.8989932310001,39.892808335,39.8980980490001,39.899115302,39.8985049500001,39.8989932310001,39.8928897160001,39.8836123720001,39.8580589860001,39.8655459660001,39.8767764340001,39.885199286,39.892279364,39.9028994810001,39.903509833,39.9053408870001,39.9126651060001,39.9204776060001,39.926947333,39.9331729190001,39.9400088560001,39.9768740910001,39.9884300800001,40.0098330750001,40.0222028670001,40.0362002620001,40.0300967470001,40.0337588560001,40.041937567,40.0498721370001,40.049505927,40.05101146,40.0560977230001,40.057318427,40.0621605490001,40.07416413,40.089544989,40.104478257,40.118109442,40.14472077,40.1631533870001,40.216009833,40.262152411,40.2921410180001,40.3145205750001,40.3314476580001,40.3452822940001,40.337836005,40.35179271,40.371771552,40.4123206053662,40.4006665957867,40.3961182556529,40.3978980409618,40.405192962785,40.4217603463629,40.4246167919314,40.4231665964612,40.4118946234381,40.3742115161485,40.3451197187001,40.33813241358,40.3246521885476,40.3187854890591,40.307359706785,40.3014600489421,40.2761695203071,40.2677759650887,40.2549439336156,40.2453308959041,40.2226221553881,40.214019859429,40.2103833850852,40.2104602897106,40.1980127795661,40.2152393419221,40.2144922724004,40.211998375025,40.2075049672804,40.1997046741314,40.1893994974888,40.1465418296417,40.1163294265618,40.0889954412866,40.0697803519816,40.0627820607435,40.0561792778514,40.0374695598722,40.0525318164901,40.0291529092793,39.9978528598216,39.9891736601363,39.9807032002925,39.932099682954,39.917421948564,39.9093469970662,39.8880884511211,39.8761572984205,39.8664893292191,39.8648963115156,39.8631384984429,39.8295752654861,39.8311133508005,39.8331677944581,39.8317066128699,39.8165235071541,39.7914966507498,39.7605152041133,39.7770056830658,39.785805731849,39.7848828808403,39.7825537788338,39.7790051952335,39.7087256513677,39.6782056306853,39.6674610012242,39.6323377089181,39.6324915172697,39.6393579723925,39.6339746719935,39.638237366761,39.6598804340348,39.6721521635915,39.6862146636757,39.689928042645,39.6939819984704,39.6944873688969,39.6979132018378]}]],[[{\"lng\":[8.39806408024212,8.38949629000007,8.38599694100009,8.38689212300005,8.39454186300009,8.42188561300009,8.43531334700009,8.45167076900009,8.46338951900009,8.45590254000007,8.46387780000009,8.46216881600009,8.44971764400009,8.44678795700008,8.44223066500007,8.44223066500007,8.44646243600005,8.44402103000004,8.44605553500008,8.45972741000008,8.46859785200007,8.49976647200009,8.51693769600007,8.53825931100005,8.54852039011296,8.5617405918548,8.59065660781619,8.6034446948168,8.60779528032793,8.61568346422047,8.62721910947431,8.66070543870501,8.67711901393136,8.70985827274109,8.74077380176954,8.75165026644663,8.84382556279945,8.86228259556532,8.89271472550416,8.93299060523225,8.93679187494507,8.94079089928056,8.94518543016346,8.98089099842082,9.0032811361155,9.05779529831437,9.0671995952851,9.07133045483658,9.07311024014547,9.07218738823735,9.06471668492708,9.06003650867791,9.04221668425254,9.01092762001366,8.99570056892611,8.99660144769865,9.00969715140241,9.0116307450628,9.01213611638866,9.01011463198466,9.00448963159118,8.99396472898906,8.97730945466759,8.96801502067666,8.97067371252183,8.97691394722085,8.97840808806279,8.97034412268312,8.92995837907591,8.78217028712902,8.74892565699344,8.69926745253088,8.65620104394299,8.64330309486195,8.63293200061133,8.61570543735604,8.60491686252317,8.55323717275729,8.5366038715714,8.53062730910301,8.50001939767702,8.48861558853855,8.46561021653827,8.45354722772237,8.42847642594631,8.41977525402473,8.41362291006925,8.40555894468952,8.39806408024212],\"lat\":[39.4465021799697,39.4623477230001,39.465521552,39.4697940120001,39.4813500020001,39.5086123720001,39.5252139340001,39.558294989,39.576849677,39.5843773460001,39.59788646,39.61713288,39.6588402360001,39.704087632,39.7146670590001,39.7215029970001,39.7308617210001,39.757025458,39.7625186220001,39.7604841170001,39.7549502620001,39.7162132830001,39.702134507,39.6960309920001,39.6979132018378,39.6944873688969,39.6939819984704,39.689928042645,39.6862146636757,39.6721521635915,39.6598804340348,39.638237366761,39.6339746719935,39.6393579723925,39.6324915172697,39.6323377089181,39.6674610012242,39.6782056306853,39.7087256513677,39.7790051952335,39.7825537788338,39.7848828808403,39.785805731849,39.7770056830658,39.7605152041133,39.7529016785696,39.7496936700268,39.7468152522221,39.7426953787887,39.7394873711452,39.7319946946994,39.7237769209681,39.6394568492541,39.5886011345347,39.5463037695033,39.5416455663898,39.519705868531,39.5127515226646,39.5048743248902,39.487658747753,39.4774414627533,39.4710364326852,39.4652136785684,39.4568091372319,39.4451196836265,39.4326941466176,39.4220374079,39.4147754444312,39.3995374072255,39.4036572797596,39.3973291552163,39.3748511267781,39.3783887242602,39.3832886273682,39.3922095261487,39.4156982963393,39.425618950754,39.4544800361247,39.4759253496752,39.4794409740217,39.4826050371927,39.4806494703967,39.468542536209,39.4653894600555,39.4683447824857,39.4674988352031,39.4640601145826,39.4523267156054,39.4465021799697]}]],[[{\"lng\":[9.64630004340123,9.62842858200008,9.64486738400007,9.63900800900007,9.61410566500007,9.60206139400009,9.60043379000007,9.60352623800009,9.61158287900008,9.63461347700007,9.63461347700007,9.60726972700007,9.58187910200007,9.56755618600005,9.57325280000009,9.56560306100005,9.56885826900009,9.57601972700007,9.57992597700007,9.57789147200009,9.56853274800005,9.56641686300009,9.55779056100005,9.53956139400009,9.52271569100009,9.51856530000009,9.51075280000009,9.50709069100009,9.50757897200009,9.51189212300005,9.49634850400008,9.48072350400008,9.46534264400009,9.45036868600005,9.44288170700008,9.43799889400009,9.42896569100009,9.40870201900009,9.38347415500004,9.37769616000008,9.36793053500008,9.34506269600007,9.33668053500008,9.32618248800009,9.31226647200009,9.29957116000008,9.29216556100005,9.28532962300005,9.27125084700009,9.25245201900009,9.21631920700008,9.19743899800005,9.18091881600009,9.16968834700009,9.16602623800009,9.13689212300005,9.11353600400008,9.07300866000008,9.06373131600009,9.05551191500007,9.04753665500004,9.03874759200005,9.02442467500009,9.01392662900008,9.01254316500007,9.02572675900007,9.02572675900007,9.02100670700008,9.02686608200008,9.03516686300009,9.03785241000008,9.03874759200005,9.05005944100009,9.07496178500008,9.07984459700009,9.07984459700009,9.07894941500007,9.03858483200008,9.02621504000007,9.01832116000008,9.01596113400007,9.01872806100005,9.02458743600005,9.03199303500008,9.03777103000004,9.04379316500007,9.04493248800009,9.02930748800009,9.01832116000008,9.02572675900007,9.01514733200008,9.01205488400007,9.00464928500008,8.99634850400008,8.89470462300005,8.88795006600009,8.87745201900009,8.87240644600007,8.86133873800009,8.85328209700009,8.84148196700005,8.82789147200009,8.80543053500008,8.80543053500008,8.79102623800009,8.76661217500009,8.73951256600009,8.71656334700009,8.69459069100009,8.66879316500007,8.65162194100009,8.65512129000007,8.64096113400007,8.63477623800009,8.64283287900008,8.63314863400007,8.61557050900007,8.59986412900008,8.59986412900008,8.61500084700009,8.61548912900008,8.61033718466912,8.61618883554632,8.64613756729489,8.6576292671769,8.66672594744449,8.67485583043219,8.68819323323112,8.69564196340588,8.70552965946621,8.72936999263106,8.73712634040828,8.74455309834678,8.8142503671607,8.83018054329744,8.84255114881643,8.84903308261067,8.84149646169232,8.82916980064579,8.82123767138143,8.82132556212497,8.82301745669025,8.82295153908223,8.81785388225086,8.80998767149384,8.77724841178474,8.76457018866324,8.755539426903,8.74323473899199,8.73987292209767,8.73572009030988,8.72556872291824,8.72126208187956,8.71728503067959,8.70961657364592,8.70315661208798,8.70104723783976,8.70102526470419,8.70645251137427,8.70599108542024,8.69926745253088,8.74892565699344,8.78217028712902,8.92995837907591,8.97034412268312,8.97840808806279,8.97691394722085,8.97067371252183,8.96801502067666,8.97730945466759,8.99396472898906,9.00448963159118,9.01011463198466,9.01213611638866,9.0116307450628,9.00969715140241,8.99660144769865,8.99570056892611,9.01092762001366,9.04221668425254,9.06003650867791,9.06471668492708,9.07218738823735,9.07311024014547,9.07133045483658,9.0671995952851,9.05779529831437,9.0032811361155,9.0294505703875,9.06289295424642,9.10125721344963,9.14203846540283,9.15513416910659,9.15926502865813,9.20020008806358,9.19896961945238,9.19611317388387,9.19798084993624,9.20176014741287,9.21239491299485,9.28040028724342,9.27604970083303,9.27563222025077,9.28152089197556,9.28165272809093,9.27422597015237,9.2729735284056,9.2779173768854,9.30843739756784,9.31814931214103,9.34308827780177,9.35444814156847,9.35682118804738,9.35662343432404,9.35820546590952,9.36222646158194,9.37688222373561,9.38558339655651,9.38553945118468,9.37914540813409,9.36114980132226,9.35447011380472,9.34913075787819,9.34554921502422,9.34458241864371,9.34651601230411,9.3511961876539,9.35849111037641,9.378288473834,9.38817616989434,9.39799794744732,9.40190908013994,9.39692128718764,9.39944814291744,9.41950917860572,9.43330800735862,9.44851308620997,9.47296865368043,9.49355703293071,9.55112539442138,9.56088125436639,9.58511709497793,9.59597158831815,9.64630004340123],\"lat\":[39.5490884652513,39.5017764340001,39.4839541690001,39.4524600280001,39.399359442,39.35565827,39.341009833,39.3262393250001,39.3165550800001,39.303168036,39.2969424500001,39.28900788,39.266302802,39.2381045590001,39.213812567,39.205064195,39.1992862000001,39.1939151060001,39.1870791690001,39.179388739,39.159369208,39.1492373720001,39.1397158870001,39.134019273,39.1249046900001,39.1045596370001,39.1079776060001,39.1113955750001,39.1163597680001,39.1244164080001,39.1336123720001,39.1355654970001,39.1319033870001,39.1244164080001,39.1244164080001,39.1333682310001,39.138617255,39.1461449240001,39.1692569030001,39.172796942,39.1771507830001,39.1964378930001,39.2007510440001,39.2027855490001,39.2079125020001,39.2145042990001,39.2212588560001,39.213812567,39.2205264340001,39.2251651060001,39.2280134140001,39.221136786,39.2071800800001,39.193345445,39.1870791690001,39.194322007,39.2114932310001,39.248521226,39.2430687520001,39.2475446640001,39.2560082050001,39.262193101,39.264837958,39.263902085,39.2605654970001,39.2560082050001,39.248521226,39.240423895,39.2357445330001,39.232163804,39.2271182310001,39.2280134140001,39.2256533870001,39.2298851580001,39.224595445,39.216538804,39.2123477230001,39.1790225280001,39.165228583,39.1461449240001,39.1238467470001,39.103949286,39.08612702,39.0697695980001,39.063666083,39.0584170590001,39.051255601,39.030259507,38.995306708,38.995306708,38.9896507830001,38.990668036,38.995306708,38.9828148460001,38.90228913,38.8998477230001,38.8990746110001,38.8960635440001,38.882066148,38.8779971370001,38.880560614,38.8888207050001,38.905951239,38.885443427,38.9044457050001,38.920396226,38.930650132,38.932603257,38.9252383480001,38.910589911,38.891546942,38.8711612000001,38.8643252620001,38.8711612000001,38.8899600280001,38.8955752620001,38.8959414730001,38.8990746110001,38.905951239,38.9230003930001,38.9475772160001,38.9548929763423,38.9597546751381,38.9990088269957,39.0355603425357,39.0431848541976,39.0427014560074,39.0314294829842,39.0285620512976,39.030100136612,39.0395264067183,39.0456238191839,39.049556925012,39.0469531646568,39.0525561928141,39.065673868754,39.0874048267713,39.0998633230339,39.1100146904256,39.1247583433229,39.1353162051787,39.1429187446043,39.1502466256812,39.1599585402544,39.1662646925615,39.1760535117601,39.1869189903191,39.2060132296268,39.2669653802481,39.2735791501576,39.2770508300318,39.2816760738917,39.2853455083885,39.2925635255862,39.3162720226357,39.327785694754,39.3338391618478,39.3406396993626,39.3588440460159,39.3673474642141,39.3748511267781,39.3973291552163,39.4036572797596,39.3995374072255,39.4147754444312,39.4220374079,39.4326941466176,39.4451196836265,39.4568091372319,39.4652136785684,39.4710364326852,39.4774414627533,39.487658747753,39.5048743248902,39.5127515226646,39.519705868531,39.5416455663898,39.5463037695033,39.5886011345347,39.6394568492541,39.7237769209681,39.7319946946994,39.7394873711452,39.7426953787887,39.7468152522221,39.7496936700268,39.7529016785696,39.7605152041133,39.7914966507498,39.8165235071541,39.8317066128699,39.8331677944581,39.8311133508005,39.8295752654861,39.8262134485918,39.8288281950651,39.8917359115831,39.8983167231382,39.9038758050244,39.9101050536053,39.917323070803,39.9082044182992,39.9003272205248,39.8827600813127,39.8745862529532,39.8586450906984,39.8507239475521,39.8386719448544,39.7981873243855,39.7925183786202,39.7829602732979,39.7755774607312,39.7711939150671,39.7610535337935,39.7565491390315,39.7533191582525,39.7486499690208,39.7404541675258,39.7322144215583,39.7250513349511,39.7168775065916,39.7121753581063,39.7060230141508,39.6983875163708,39.6912134436455,39.6857752108573,39.6826111485856,39.6822705717295,39.6899610018987,39.6920154455564,39.6880493804745,39.6794360992965,39.6590454737696,39.6497949851504,39.6326343395032,39.6328101209903,39.6372595842624,39.6329309700882,39.6222083137627,39.5755383900846,39.5722974231875,39.5743958122169,39.5728796982394,39.5490884652513]}]],[[{\"lng\":[9.62717705923559,9.62907962300005,9.63111412900008,9.65463300900007,9.66504967500009,9.67969811300009,9.68783613400007,9.71021569100009,9.73226972700007,9.73031660200007,9.69336998800009,9.68726647200009,9.69662519600007,9.70248457100007,9.70972741000008,9.71566816500007,9.71778405000009,9.71452884200005,9.70818118600005,9.70142662900008,9.69662519600007,9.68946373800009,9.68433678500008,9.68384850400008,9.68978925900007,9.68311608200008,9.68311608200008,9.68775475400008,9.69190514400009,9.69662519600007,9.69662519600007,9.68425540500004,9.67554772200009,9.67025800900007,9.66879316500007,9.66993248800009,9.67505944100009,9.67628014400009,9.67408287900008,9.66480553500008,9.66260826900009,9.66041100400008,9.65577233200008,9.65113366000008,9.64893639400009,9.65577233200008,9.65300540500004,9.64630004340123,9.59597158831815,9.58511709497793,9.56088125436639,9.55112539442138,9.49355703293071,9.47296865368043,9.44851308620997,9.43330800735862,9.41950917860572,9.39944814291744,9.39692128718764,9.40190908013994,9.39799794744732,9.38817616989434,9.378288473834,9.35849111037641,9.3511961876539,9.34651601230411,9.34458241864371,9.34554921502422,9.34913075787819,9.35447011380472,9.36114980132226,9.37914540813409,9.38553945118468,9.38558339655651,9.37688222373561,9.36222646158194,9.35820546590952,9.35662343432404,9.35682118804738,9.35444814156847,9.34308827780177,9.31814931214103,9.30843739756784,9.2779173768854,9.2729735284056,9.27422597015237,9.28165272809093,9.28152089197556,9.27563222025077,9.27604970083303,9.28040028724342,9.2863548765763,9.2862450135965,9.28406972084093,9.28387196711759,9.29338612706812,9.30714101044924,9.31803944826191,9.31907216314977,9.31643544444017,9.301340229468,9.29740712363986,9.29468251418666,9.29351796318343,9.29424306046883,9.30030751458014,9.31922597240072,9.3272459915093,9.33243153908427,9.33777089411149,9.42719960877491,9.48151601725039,9.50911367475629,9.51588125301743,9.5177489290698,9.51821035412451,9.52001211256891,9.5259667028011,9.53291006254932,9.5600682663374,9.57718496661289,9.60697988911056,9.62717705923559],\"lat\":[40.2245232312412,40.205552476,40.1961937520001,40.1445987000001,40.1315778670001,40.126166083,40.1206729190001,40.0963402360001,40.083929755,40.068548895,39.9929059920001,39.96116771,39.93378327,39.937201239,39.9403343770001,39.940130927,39.93378327,39.924505927,39.9221865910001,39.92206452,39.9195010440001,39.9065615910001,39.894232489,39.882513739,39.8717308610001,39.8717308610001,39.8655459660001,39.86351146,39.860052802,39.8580589860001,39.8518740910001,39.8399112000001,39.8189151060001,39.7937686220001,39.769273179,39.7565778670001,39.7320824240001,39.7180850280001,39.707993882,39.69139232,39.6768252620001,39.6707217470001,39.6629092470001,39.6524925800001,39.6389834660001,39.5945498720001,39.566839911,39.5490884652513,39.5728796982394,39.5743958122169,39.5722974231875,39.5755383900846,39.6222083137627,39.6329309700882,39.6372595842624,39.6328101209903,39.6326343395032,39.6497949851504,39.6590454737696,39.6794360992965,39.6880493804745,39.6920154455564,39.6899610018987,39.6822705717295,39.6826111485856,39.6857752108573,39.6912134436455,39.6983875163708,39.7060230141508,39.7121753581063,39.7168775065916,39.7250513349511,39.7322144215583,39.7404541675258,39.7486499690208,39.7533191582525,39.7565491390315,39.7610535337935,39.7711939150671,39.7755774607312,39.7829602732979,39.7925183786202,39.7981873243855,39.8386719448544,39.8507239475521,39.8586450906984,39.8745862529532,39.8827600813127,39.9003272205248,39.9082044182992,39.917323070803,39.9260572019783,39.9365711184623,39.9476233655259,39.9579724866409,39.9723975358176,39.9776709741361,39.9857239524984,40.0084326939137,40.0117176061826,40.0185511020517,40.0217151652227,40.0253845988202,40.0297022259769,40.0347669235546,40.0426001759573,40.0493128227286,40.0558606741308,40.062804033879,40.0675830869898,40.1027613107859,40.1700965183396,40.1849939795885,40.1919922708266,40.1990674666902,40.2072852404215,40.2145142446366,40.2186011588164,40.2161621938301,40.1967054063294,40.1973316267532,40.2189527217906,40.2245232312412]}]],[[{\"lng\":[14.7422095772102,14.740232038178,14.7391993232901,14.7390455149385,14.7404078196651,14.7399463937111,14.7383204167538,14.7215772525881,14.7157544984713,14.7187867246276,14.7294214911089,14.7306519597201,14.715688579964,14.7135352594447,14.7115577204124,14.712041119502,14.7148975641712,14.7200611386106,14.7313990301411,14.7459009839432,14.7977344820607,14.7980640718994,14.7918677825721,14.7995801849775,14.8178834084925,14.8356153421743,14.8270679786043,14.8028541111283,14.7947462003768,14.7939991299559,14.7983057709945,14.7989649506719,14.7942628021866,14.7844410246336,14.7720923913508,14.7597217849324,14.743923444911,14.7179517634631,14.6902881883492,14.6693482461246,14.6470679723091,14.6262818384361,14.5429175778839,14.5285474592978,14.5180884752029,14.5113648423136,14.508332615258,14.509607029241,14.5147046860724,14.5230103505472,14.5337769522445,14.5446753900572,14.5788208989653,14.6114722679308,14.627380470932,14.6287427756586,14.6192945333161,14.5989478531609,14.5894556654466,14.5822925788394,14.5814795908104,14.587631934766,14.5866871106217,14.5800953129483,14.5708228520929,14.5266358387729,14.5160669907989,14.5098487283361,14.5085083967451,14.5104859357773,14.5142652323546,14.5177369122287,14.5080689430273,14.4920728492826,14.4766040982005,14.4571802699535,14.4477759720834,14.4373169870893,14.4340210887023,14.4383936473489,14.4548951133188,14.4320435496701,14.4049732366256,14.3525464764387,14.3272998931755,14.3193018463032,14.2673365120704,14.2617334848125,14.242595300133,14.1699317236701,14.1627246916912,14.1303150227201,14.104035724569,14.096169513812,14.0900611152283,14.0747681456334,14.0694947082142,14.0693628720988,14.0770313291325,14.1423999837722,14.1469922692778,14.1479590665577,14.1452124839689,14.1349073082257,14.1309302570257,14.1276343586387,14.1284034012959,14.1318531089338,14.136599202791,14.138400960336,14.1358960777418,14.1366431481628,14.1415430503715,14.1536939299309,14.1566822116147,14.1569019375743,14.1543531096083,14.1475415859754,14.1349292804619,14.1483326017681,14.1543531096083,14.163230063017,14.1737549656191,14.1846314311956,14.212382897053,14.239694910092,14.2648096563406,14.2862110245192,14.2925171777255,14.2919898332642,14.2850025281442,14.2720386605557,14.2613160042302,14.2597779180165,14.2663697156898,14.2799488175838,14.3045581934059,14.4087525332029,14.4218921822784,14.438855073303,14.4476001905963,14.45155526956,14.4542139605059,14.456872652351,14.4618384730671,14.4683204068613,14.4754615203329,14.4827784152916,14.4888868138754,14.4933472632655,14.4957862282518,14.4966871070243,14.4986207006848,14.5044434548016,14.5136939434207,14.5355567375534,14.5532886712352,14.5612867190069,14.5688013676889,14.5737012698977,14.5744703134542,14.5708667974647,14.5614844727302,14.5606275393295,14.5646705081375,14.5958716807335,14.6029468765971,14.6716773481311,14.6798072311188,14.7122388732254,14.7422095772102],\"lat\":[37.8181982349606,37.813540031847,37.8090576102205,37.8044763108331,37.7942040934441,37.791940909945,37.7894360273507,37.7806689369219,37.775131827272,37.7663427646069,37.7547851471168,37.7487426661411,37.7307690324649,37.7261218154694,37.7166296277551,37.7068188363202,37.6974365115857,37.68924071099,37.6842639041558,37.6869335821191,37.7127514543162,37.6948437382479,37.6597094598237,37.6468774283506,37.63801146106,37.5965820155475,37.5873095546922,37.5758947594356,37.5675012042172,37.5607006667024,37.5449572581709,37.5370141427885,37.5233581362689,37.5093505667752,37.5023852347907,37.5098229797467,37.5254784975346,37.5434741034471,37.5558556959836,37.5545922681187,37.5431335274903,37.5401782050601,37.5425182931847,37.5322460757957,37.5187219053916,37.5028466607448,37.4855212206278,37.473754862397,37.4631310829331,37.4546716101067,37.44938718567,37.4481457309407,37.451276834858,37.4393456821575,37.4295788360944,37.4212072531122,37.4165270777624,37.4110888449742,37.4067492446819,37.4001904071615,37.3943786391628,37.3803051520611,37.3719555422145,37.3656054445356,37.361760229451,37.3609252682865,37.3570141355939,37.3521362056214,37.3474120848998,37.3421386465812,37.3355798090609,37.3187267810161,37.3115746805271,37.3128490945101,37.3212865951003,37.3409960687136,37.3448632560344,37.3392272695228,37.3296581771831,37.3195507551632,37.3036755105164,37.2937109107299,37.293425266263,37.3060375708772,37.302565891003,37.3040380596087,37.3406664788749,37.3431933346047,37.3440173087518,37.3252197009284,37.3255163315135,37.341424535414,37.3387109120789,37.339930394572,37.3460058348014,37.374746070175,37.3936645279956,37.4126049580523,37.4290844508867,37.4834667769701,37.4909155080442,37.4993200493807,37.5048022275407,37.5128881651567,37.5174804506622,37.5253356753012,37.5290600403885,37.5323998841473,37.539123517936,37.5474291815115,37.5651611160926,37.5738293296598,37.5804760579237,37.5838378748181,37.5901220548889,37.6015258640274,37.6094470062743,37.6143798677367,37.6167529151149,37.6237621924712,37.6348034525173,37.6605773793426,37.6714318717835,37.6751342646346,37.6796935908865,37.6893725471053,37.7030175666074,37.7327685446326,37.7470287993396,37.75750975657,37.7659252840246,37.7740112216405,37.7882385170939,37.8090795824567,37.8289208921854,37.8401599059549,37.8366332945909,37.8610449166895,37.8594738712222,37.8523876892405,37.8435546812036,37.8316455016385,37.8153088310377,37.8089038009696,37.8044433515794,37.8018505782416,37.8009826587227,37.8020922773367,37.8053662034875,37.8105956955349,37.8175830006549,37.8348754824175,37.8422912533387,37.850157464995,37.8578149359105,37.8693615672825,37.8748437454425,37.8759643510739,37.8752612260247,37.8713610794503,37.8641430613532,37.8580566350057,37.8468395934725,37.8392370540468,37.8339526305095,37.811683342812,37.808288566664,37.7994885178808,37.8006860272383,37.812792961426,37.8181982349606]}]],[[{\"lng\":[14.4213868109525,14.4406788039836,14.4536206993358,14.4602124961098,14.4471607377778,14.4425245069004,14.4283521438364,14.4209693303703,14.4203980414364,14.4243970648726,14.4306592727073,14.4395362261159,14.450412690793,14.4629590786985,14.4767359343159,14.488073824947,14.4818995087553,14.4681006800024,14.4566089801203,14.445315034861,14.4441065384859,14.4483033156455,14.4532911094971,14.473615817416,14.4977857395202,14.5138484208679,14.5258667952164,14.5556836908497,14.5611109375197,14.5651319340915,14.5721192383122,14.5749097662727,14.5783155276395,14.5826661140499,14.5876099616304,14.5945972667504,14.6023536145277,14.6475074251276,14.6552637729048,14.6591968787329,14.6661622107175,14.7328711978475,14.7395508853651,14.746823834952,14.7587769607881,14.7642042074582,14.7675001058452,14.7715430746532,14.77338877757,14.7757178795765,14.7795850668973,14.7847046959649,14.792614852993,14.7972730561066,14.8011402434275,14.8073365327548,14.8141700295232,14.8222339940036,14.8270240332325,14.8517432729337,14.8811866333564,14.9190674943694,14.9268238421466,14.9367994280511,14.9952906414499,15.0001026538144,15.0266016779251,15.0455201357457,15.0506837101851,15.0630982610759,15.0678883003048,15.0723926950668,15.0936402548938,15.0970460162606,15.0996827358696,15.1023194545792,15.1018580286251,15.0998365442211,15.0967383995575,15.0885206258262,15.0855762895141,15.0837086134617,15.0827857624529,15.0810718947521,15.0784351760425,15.0750294137764,15.0717774607612,15.0689869337,15.0666578316936,15.0660425973879,15.066965449296,15.0719312691128,15.0753370313789,15.080149042844,15.091464961239,15.1055714075944,15.1167774630095,15.128247189756,15.1434522686073,15.1415626194193,15.1302467010244,15.11715099822,15.104099239888,15.0902125203915,15.066965449296,15.0532325381511,15.0321168144394,15.0249537287316,15.002739372524,14.9915552902444,14.9837769693316,14.9830298989107,14.9943238450694,14.9981690592547,14.9656714995401,14.9639136873668,14.9687916173393,14.9946754071443,15.0001685714224,15.0036402512965,15.003947868899,15.000256462166,14.993664665392,14.8349781356324,14.8215967874618,14.8139942480361,14.8102369236951,14.8044800871863,14.7999976655598,14.7943287197946,14.7880445397237,14.7816724698086,14.7763111407465,14.7747730554321,14.7745093832015,14.7728834062442,14.7642701250662,14.7531299881584,14.7411329169506,14.7300367254145,14.7259278380992,14.7194239320688,14.7124805723205,14.7067457089473,14.6461670935365,14.6313794952675,14.613801369038,14.59965097821,14.584401953987,14.573371680059,14.5719654299606,14.5509156247563,14.5413355462984,14.5313160141228,14.5263941396778,14.5158912093119,14.5006641582243,14.4815918911528,14.4471387655416,14.4292749948451,14.4219800730219,14.4346802683797,14.4318897413185,14.4231226508896,14.3871973566726,14.364455656903,14.3565894452467,14.359555753795,14.3784302662438,14.4213868109525],\"lat\":[41.1507032452585,41.1541968973689,41.1654359120377,41.177476927718,41.2062611084634,41.2111719976895,41.21918103068,41.2302442638617,41.2430872823522,41.2562159444103,41.2681141387565,41.279353152526,41.2880543244475,41.2943165322821,41.2982276649747,41.3069727822681,41.3205958295339,41.3338013971168,41.3413599911706,41.3457435359354,41.3500721492103,41.3586414859158,41.3638380187096,41.3734290841849,41.3769337224134,41.3890310959083,41.3881178046929,41.3893592603216,41.3879639963413,41.3854810859833,41.3769886539033,41.3745826481706,41.3726160952565,41.3710670229248,41.3701331848985,41.3707813784578,41.3731104804643,41.396027961721,41.4019715649358,41.4032130205644,41.4040919271008,41.4054871901816,41.4069813310236,41.4097169265949,41.4163636557581,41.4208350912664,41.4251197591695,41.4364137053282,41.4399513028104,41.4426429539092,41.4446754244313,41.4452247411289,41.44344495582,41.4412476899289,41.4389185879224,41.4341065764573,41.4299757169058,41.4268006676167,41.4256910490027,41.4310084317937,41.4422035001913,41.4507288915251,41.4515748388077,41.4549586279383,41.4820728863546,41.4795130722704,41.4687904159449,41.4638795267188,41.4607044774297,41.4462574560168,41.4415772797676,41.4380946137754,41.4302393882372,41.4258448573543,41.4190772790931,41.3964893876751,41.3906007150509,41.3874476388974,41.3852723461418,41.3825367505706,41.3803175115439,41.3772193668802,41.3738795231214,41.3708033515934,41.3685841125667,41.3667054503962,41.3644532530152,41.3616077944641,41.3584547183106,41.3539613096667,41.3486439268757,41.3354054009385,41.3303956348506,41.326319706789,41.3212550092113,41.3173768357723,41.3157178995614,41.3077088665709,41.2746180447869,41.269377565722,41.2592042260941,41.2515137959249,41.2480750753045,41.2506788347604,41.2637305930924,41.2652247339343,41.2614893818295,41.2616322040629,41.2702564722584,41.2720362575672,41.2654444607932,41.239967164553,41.2222462169893,41.2059534917602,41.1755982655475,41.165468870392,41.1562403549084,41.1413319066422,41.1347950413581,41.1262916231598,41.1169092984254,41.1107459683518,41.106494258803,41.0384778993356,41.0364014834417,41.0378077326407,41.0408619328319,41.0513099308087,41.0560340524295,41.0593848823065,41.0606483101714,41.0590552924677,41.0531556337255,41.0451136414814,41.0364234556779,41.0285902032753,41.0176368339727,41.0138245781417,41.0164503107332,41.0247889335624,41.0317432794288,41.0491566102893,41.0581324405597,41.058494989652,41.0482008000269,41.0488599797043,41.0534522652098,41.0511011909672,41.0393787781081,41.0237122733027,41.0095399093393,41.0170985033932,41.0176368339727,41.0133521660696,41.0318311701723,41.0446412294092,41.0514966984139,41.0521558780913,41.045959588764,41.0479591009317,41.0606153509177,41.094585079238,41.1057691615176,41.1118555878651,41.1210181857406,41.1378272684137,41.149286009042,41.1605469959471,41.1640076888038,41.1507032452585]}],[{\"lng\":[14.6912549856291,14.7074048886247,14.70667979044,14.6992090871296,14.6878052779912,14.6752808641206,14.6724024454165,14.6760279345415,14.683278910993,14.6912549856291],\"lat\":[41.029381219068,41.0063319016959,40.994499625857,40.980920523963,40.9727466956035,40.977108268132,40.9889405439709,41.0054200368052,41.0208008962443,41.029381219068]}]],[[{\"lng\":[8.02395980929776,8.00548080429564,7.99297836266129,7.98421127223241,7.97403793260452,7.96094222890071,7.94336410267118,7.93384994272066,7.91381087926862,7.89735335956988,7.89073958966031,7.88671859308857,7.88770736260471,7.8973313864343,7.90214339879878,7.92949935631026,7.93374007884154,7.93180648518114,7.93327865378683,7.94121078305119,7.94268295075756,7.93894759865276,7.92721419967557,7.91247054677831,7.89974837918436,7.89465072235294,7.8918382221562,7.89353011672148,7.90190169880435,7.91807357493553,7.98897933922512,8.01567611795849,8.02885971150647,8.04681137294648,8.0463719192287,8.05250229094798,8.06287338519854,8.07513412773778,8.08040756515697,8.09660141352441,8.10279770285172,8.11174057476768,8.129033055631,8.11376205917168,8.11178451924013,8.11042221451356,8.11310287949431,8.11725571128204,8.12030991057389,8.12857162967697,8.14254623991701,8.1610911625271,8.18295395576041,8.19229233512317,8.22305405490073,8.23217270740452,8.23320542229237,8.23786362630528,8.303232280945,8.31296616775444,8.33863023159989,8.34818833692219,8.35115464636982,8.34988023148748,8.35168198993188,8.35968003680426,8.37958726414092,8.38747544803351,8.38839829994157,8.38347642459729,8.38244370970943,8.38167466705221,8.38046617067721,8.37934556504575,8.37664292782887,8.3757859944281,8.37409409986282,8.3655247640566,8.3637230056122,8.36222886477026,8.37229234231773,8.38086167812395,8.39492417910759,8.42432359415852,8.4267405860092,8.42551011739801,8.42267564496501,8.4224339458699,8.42616929707538,8.45288804804494,8.48681383099347,8.49782213178594,8.49885484667379,8.47756334237431,8.42199449215207,8.42256578108589,8.4205223244457,8.41588609356836,8.40863511711694,8.39248521412134,8.3631077713066,8.34627671639731,8.35374741970764,8.35528550592136,8.34948472404079,8.33502671561041,8.32702866873808,8.3194920469204,8.31498765215838,8.31597642167452,8.32324937126145,8.34359605231595,8.35172593530365,8.36042710722518,8.34919907957385,8.32933579760896,8.29481675349035,8.28585190933813,8.27835923289229,8.26546128291187,8.26029770847248,8.24975083363404,8.24315903596073,8.23410630196423,8.24173081362613,8.23263413335854,8.21501206265657,8.19690659286493,8.19745590956256,8.22079087140156,8.22404282441681,8.23175522772158,8.26550522828364,8.26585679125787,8.2502562049599,8.22103257049673,8.19114975725546,8.17803208041619,8.15298325177565,8.14177719636052,8.13736069234204,8.13465805602448,8.12791244999954,8.10189682407918,8.09229477248573,8.12239731258592,8.13087875854785,8.12916489174637,8.11870590675215,8.10071030083969,8.09077865940759,8.06050033782032,8.02395980929776],\"lat\":[44.8058547515955,44.8103701324756,44.8214333656573,44.8376272140247,44.8505910816131,44.8551833671187,44.8462624683382,44.8533376642018,44.8828689144688,44.8936135439299,44.8998537786289,44.9094778024586,44.9211452838277,44.9559170131596,44.9658596407098,44.9865139384675,44.9968410873463,45.015254173841,45.0221316150819,45.0329311769323,45.0375014893023,45.0495315188645,45.0541787358599,45.0562331795176,45.0605288335388,45.0680764414745,45.0796889904545,45.0902907976821,45.0948171655797,45.0975857204047,45.1256777622189,45.1268752715765,45.1326540803215,45.1281167272052,45.1167678495566,45.1061111108391,45.0987832297622,45.0974428972719,45.101661647567,45.1257326937088,45.1285891392773,45.127710232741,45.1230300564919,45.1078799100298,45.1070559349834,45.0988161890159,45.0954983174933,45.0936086692047,45.0896316180047,45.0691421156161,45.0494436281209,45.037314721697,45.0395339598244,45.0386111079163,45.0137710191172,45.0315029536984,45.0457522222872,45.0559035896789,45.0722402602798,45.0585732676421,45.0435879147504,45.0335134519842,45.0238235105465,45.0074319075565,44.9979177476059,44.9884035867561,44.9802737037684,44.9689687714916,44.9633767303518,44.934219014396,44.9319997762686,44.9310329789888,44.9300442094727,44.9296926473978,44.9295388381468,44.9293191121873,44.9285720417663,44.9223098339316,44.9198598828273,44.9117849313295,44.8639504575476,44.8510744798034,44.8444607098938,44.8432741866544,44.8386269696589,44.8318593913978,44.8245095380847,44.8192470858843,44.8163137365896,44.8063051914314,44.8037893218197,44.7946596831978,44.7674355609024,44.7515273570019,44.7335317510894,44.7233474244441,44.7111745726484,44.6998476681354,44.692212169456,44.6896853137262,44.6938820908858,44.6898171498416,44.6737990829613,44.651672616598,44.6318862392585,44.6229323812244,44.6202187587887,44.613725837977,44.6050905836635,44.5959829172778,44.5902810131582,44.5913357002823,44.5901711501784,44.5770205149848,44.5659133364313,44.5592995665218,44.5606618712483,44.5499502010409,44.5346022999561,44.5217373092294,44.5270986373922,44.5345913138381,44.5486757870579,44.5614968324128,44.577273200198,44.597147468281,44.6124733971296,44.6146706621213,44.6327541596767,44.6578249614528,44.6741286728,44.6825661724909,44.7028029896662,44.7144924432716,44.7242922485884,44.7275112432492,44.7489455697822,44.7415847294517,44.7125039181213,44.7250832643811,44.7324001593399,44.7399917117481,44.7457485482569,44.7478689095225,44.7553176405966,44.785837661279,44.8024709624649,44.8115127112426,44.8116994788479,44.8178737950396,44.8190493321609,44.8075136878064,44.8058547515955]}]],[[{\"lng\":[10.1695238558412,10.2241918263917,10.2464940733428,10.2559642888208,10.2613695623554,10.2482079410436,10.2045922166574,10.1919359657722,10.1861132116554,10.1815209270491,10.1753466099581,10.1721166291791,10.1292260029776,10.1185253188883,10.0980687748541,10.0966844978913,10.1098021738313,10.1328295189671,10.1071874273579,10.0890380130938,10.085698169335,10.0711302979249,10.0623412343605,10.0625170158476,10.069350512616,10.0725145748877,10.0639672113177,10.0361498278523,9.97185783257288,9.95184074225642,9.92887931562791,9.91846427600552,9.89227286859801,9.87060782908804,9.85669913735529,9.85986319962694,9.8730467940743,9.88899894334656,9.89185538801576,9.89148185280527,9.89145307539911,9.81881827634237,9.81402823711346,9.81154532675544,9.80728263108853,9.79965811942668,9.76808341072081,9.76487540307738,9.75151602714294,9.73288321468857,9.71407461984779,9.70343985336655,9.68968497088468,9.67445791889782,9.65936270392564,9.6446849686364,9.62339346433691,9.6023656313688,9.58858877485204,9.56488027780256,9.55024648878441,9.5379418008734,9.52106679969302,9.51025625262395,9.53011953458883,9.53394277743723,9.53240469122352,9.52710928066875,9.5177489290698,9.4964354516348,9.48276845899716,9.46874990338534,9.45582998116868,9.447766015789,9.45615957100739,9.49786367396939,9.51871572545036,9.50766347928612,9.48081289220119,9.467870996849,9.46661855600155,9.47455068526591,9.50023672134762,9.51021230725217,9.51337637042315,9.51634267897145,9.51981435884557,9.53374502281451,9.53833730832014,9.54011709362896,9.53767812864271,9.52976797251392,9.50671865514181,9.50274160394184,9.49149160315494,9.52686758157364,9.53816152683299,9.57922842325314,9.58727041549724,9.6041893620494,9.62587637469494,9.74960440661806,9.87183829769924,9.88869132574405,9.90224845540189,9.92720939329882,10.0969481692226,10.098815845275,10.0942894782768,10.0971678960815,10.1098241469668,10.1695238558412],\"lat\":[46.0569888328683,46.0493972795608,46.0367849749466,46.0274465955839,46.0170535281977,46.0114505009398,46.0039688115114,45.9996511843547,45.9962783813422,45.9915432736032,45.9785574328792,45.9745803825786,45.9597268658022,45.9531680282819,45.9270645116179,45.9014773523979,45.8792190508185,45.8631021061772,45.8415359435289,45.8230679255443,45.8196511771601,45.8000295942903,45.7841213903898,45.7660598668693,45.7411978049347,45.7158853040635,45.696681201776,45.6846401860957,45.6743020501995,45.6710830564379,45.6654360838082,45.6552187979092,45.6202712870902,45.6044729461695,45.5797427203502,45.5392910591351,45.5002346610008,45.4626284583367,45.436426064811,45.4273293845434,45.4266700897528,45.4554543856114,45.4464455969867,45.4336575099861,45.4250332417906,45.4242641991335,45.4310207912765,45.4474343665028,45.464199503804,45.4772073167642,45.4822939865782,45.4723293867917,45.4523452548296,45.4368435453933,45.4403371975037,45.4525539955704,45.4642764075302,45.471472453391,45.4700991616469,45.4581570228283,45.4681216226148,45.4872268480406,45.5027065852407,45.512033977586,45.5416531194958,45.5588247512612,45.5805557092785,45.6044399869158,45.6242483373908,45.6452541981227,45.6717751953689,45.6834207036026,45.6998562510651,45.7499429222281,45.7607644563146,45.7731350618336,45.7840225135282,45.7896145546679,45.8182888724335,45.841470025921,45.8493582098135,45.858279108594,45.8691116278993,45.8763845774862,45.8825588945773,45.902235408937,45.9089260825726,45.9272622653413,45.9364797947067,45.9456423925823,45.9540359478007,45.960979307549,45.9665603625706,45.9700979600528,46.0116152954095,46.0114285287036,46.0117800907785,46.0220303350319,46.027160951117,46.0435525532077,46.0515286278439,46.0624710110283,46.0440249652799,46.0448379533089,46.0493753073246,46.0625808740081,46.0909256019349,46.0823892244831,46.065184633464,46.0571426412199,46.0535830706022,46.0569888328683]}]],[[{\"lng\":[9.89145307539911,9.89148185280527,9.89185538801576,9.88899894334656,9.8730467940743,9.85986319962694,9.85669913735529,9.87060782908804,9.89227286859801,9.91846427600552,9.92887931562791,9.95184074225642,9.97185783257288,10.0361498278523,10.0639672113177,10.0725145748877,10.069350512616,10.0625170158476,10.0623412343605,10.0711302979249,10.085698169335,10.0890380130938,10.1071874273579,10.1328295189671,10.1098021738313,10.0966844978913,10.0980687748541,10.1185253188883,10.1292260029776,10.1721166291791,10.1753466099581,10.1815209270491,10.1861132116554,10.1919359657722,10.2045922166574,10.2482079410436,10.2613695623554,10.2559642888208,10.2464940733428,10.2241918263917,10.1695238558412,10.1780931925468,10.1714135041299,10.1598558866398,10.1538134065635,10.160954520035,10.1784886999935,10.2909887042653,10.3025023763835,10.317883236722,10.330715268195,10.3670140976225,10.4458959365482,10.4711644920476,10.4957299233972,10.5096166419944,10.5278539479013,10.5669872497618,10.5776879338511,10.5792260200648,10.5806322701631,10.5804784618115,10.5795336376672,10.5781493598051,10.5783031681567,10.5801708442091,10.5880590281017,10.589926704154,10.5902343208572,10.5758202577986,10.5672948673642,10.5654271913118,10.5639769958417,10.5641308041933,10.5585497500709,10.5568578555056,10.5546825618507,10.5520458431411,10.5222728928797,10.5151537516443,10.5108031661332,10.5057934000454,10.4989818764125,10.494631290002,10.4907641026812,10.4781957425395,10.4734057033106,10.4685936918454,10.4620897849156,10.4597606838085,10.4591454486036,10.4603759181141,10.4628588284721,10.4659569731358,10.4699779688082,10.4747899811727,10.4955761141463,10.49867425881,10.5000585366721,10.501157169168,10.5020800210761,10.5030028729842,10.5042553138317,10.5059472083969,10.5078148844493,10.516230411904,10.5194823658185,10.5198119556572,10.5184057055588,10.5120556069807,10.5076610760977,10.5068920325413,10.5071996501437,10.5132860764912,10.5229101003209,10.5258544357336,10.5286449636941,10.5325121510149,10.54925531608,10.5543749451476,10.5590331482612,10.5596483825668,10.5562426203007,10.5576268981628,10.560878851178,10.5696239684714,10.5792260200648,10.5846532667348,10.5896190865516,10.5942772905645,10.5982982862369,10.6116356890358,10.6158104939591,10.6209960415341,10.6451659636383,10.6563280736817,10.6611400860461,10.6653148900701,10.6684350078693,10.6708959450918,10.672456004441,10.6732250470982,10.6741698712426,10.6754003398538,10.6771581529264,10.679794871636,10.6830468246512,10.6873974110617,10.7035033686855,10.7089306144563,10.7286181158333,10.7339574708606,10.7393847175307,10.7441747567596,10.7570507336044,10.7618627459689,10.7674438009906,10.799589797731,10.8087304233703,10.8124438023396,10.8267040570466,10.8448974166824,10.802534134043,10.7977221216785,10.7829345243088,10.7606103042222,10.7455810068579,10.6442431126295,10.6411449679659,10.6405297336603,10.6504394019568,10.6496703584003,10.6471874480423,10.6433202607215,10.6429906708827,10.6451659636383,10.6499779760028,10.6613388272251,10.6617553203517,10.6304442838766,10.6161400837978,10.5624828549998,10.548112737313,10.5059472083969,10.4908519934248,10.4807445705055,10.4695824613615,10.4600243551399,10.4547509177207,10.4542675195304,10.4559154687239,10.462155703423,10.465978945372,10.4681762112631,10.468813417805,10.4680883205195,10.4631664451753,10.4546849992133,10.4446874410725,10.4351513070872,10.402214294554,10.3968529663913,10.3928978883269,10.3784838252683,10.3655639021524,10.3582689803292,10.3567968126228,10.3613671249928,10.3412401707972,10.3305394867079,10.3178173182146,10.3091161462931,10.2682470044957,10.2531517886241,10.2449559880284,10.2290697563641,10.2213793270943,10.2212013206844,10.2209842998855,10.2206868104479,10.2203125099144,10.219865056727,10.2193481084284,10.2187653216623,10.2181203548705,10.2174168655959,10.2166585113812,10.2158489506685,10.214991839202,10.214090836323,10.2131495995744,10.2121717864987,10.2111610537396,10.2101210606384,10.2090554629393,10.2079679199835,10.2068620884147,10.2057416266747,10.2046101914072,10.2034714410541,10.2023290331583,10.2011866252626,10.2000478749095,10.1989164396419,10.197795977902,10.1966901463332,10.1956026024781,10.1945370056782,10.1934970116777,10.192486279818,10.191508465843,10.1905672290943,10.1896662262154,10.1888091156482,10.1879995540362,10.1872412007208,10.1865377114462,10.1858927446544,10.1853099578883,10.1847930086904,10.1843455555029,10.1839712558688,10.1836737664312,10.1834567456323,10.1832787392224,10.1101976821773,10.0774803956037,10.0319969951652,10.0083104712512,9.98561271595406,9.94043693311795,9.90154533035269,9.88965812302393,9.88550529033688,9.8906249194045,9.89145307539911],\"lat\":[45.4266700897528,45.4273293845434,45.436426064811,45.4626284583367,45.5002346610008,45.5392910591351,45.5797427203502,45.6044729461695,45.6202712870902,45.6552187979092,45.6654360838082,45.6710830564379,45.6743020501995,45.6846401860957,45.696681201776,45.7158853040635,45.7411978049347,45.7660598668693,45.7841213903898,45.8000295942903,45.8196511771601,45.8230679255443,45.8415359435289,45.8631021061772,45.8792190508185,45.9014773523979,45.9270645116179,45.9531680282819,45.9597268658022,45.9745803825786,45.9785574328792,45.9915432736032,45.9962783813422,45.9996511843547,46.0039688115114,46.0114505009398,46.0170535281977,46.0274465955839,46.0367849749466,46.0493972795608,46.0569888328683,46.0764236481328,46.0954190096795,46.1146450851026,46.1347830254163,46.1584036317222,46.1730154485041,46.2212893760039,46.2355716029471,46.2773965559063,46.2875149649436,46.2930520745936,46.3480935803544,46.3546304456385,46.3406228770441,46.3365359628644,46.3426443614481,46.3220559812985,46.3127285889532,46.3091580322174,46.3014895742844,46.2974356193583,46.2934036366685,46.2896243400912,46.2823404034868,46.2724197490721,46.2507656956803,46.2404824921733,46.2333743379553,46.2060733110345,46.1935159379102,46.1885281440586,46.1820352241463,46.1566128602952,46.1180069010976,46.1124258469752,46.1093826338015,46.1066690104664,46.0860256988269,46.081993716137,46.0757974268098,46.0664151029746,46.0435415661903,46.0334231580523,46.0269082650044,46.0216348275852,46.0178335578724,46.0117910768967,45.9985635379768,45.9910379022774,45.9849954222009,45.9815896599349,45.9786892689946,45.9762942493801,45.9744265733277,45.9730642686011,45.9693179312775,45.9676370228303,45.9651541124723,45.9608694445692,45.9475869732602,45.9429837016365,45.9393691995289,45.9359085057729,45.9327224703657,45.9227798428155,45.9167373627391,45.9121890226053,45.908310848267,45.8983572345987,45.8883596755585,45.8822073316031,45.8774612377459,45.8659365795095,45.8413381898056,45.8365261774411,45.8340981994723,45.832241509538,45.8295059139667,45.8277151425398,45.8244082571354,45.8196841364137,45.8071816938801,45.8031167528359,45.800359184129,45.7971841357393,45.7947231976174,45.7942288133091,45.794514457776,45.7956570356437,45.7973379440908,45.8065115280845,45.8080056689265,45.8088296439728,45.8078518605749,45.808675834722,45.8097634810998,45.8114883349187,45.8140042045304,45.8169705130787,45.8203543022092,45.8240786672966,45.8321426326763,45.8358120662738,45.8392178285399,45.8420303287367,45.8442056214922,45.8452603086163,45.8442825261176,45.8448208557978,45.8488308662514,45.8491934144445,45.8486221255106,45.8474356022712,45.842579644535,45.8417007388979,45.8416458065087,45.8456008854724,45.8454470762215,45.8449746641494,45.8412283268258,45.8340542541005,45.7888894573825,45.7824294958245,45.7562820337888,45.7296621596809,45.7174124041591,45.6095706030009,45.5908059535319,45.5630325154382,45.4980483821271,45.4606399331864,45.4591348062263,45.4533010659914,45.4480276276728,45.4409524327086,45.4301199125039,45.4194267233646,45.419034707086,45.388262000291,45.381955847984,45.3821975470791,45.3858450084404,45.4089602434205,45.4128933492486,45.411300331545,45.4057961811488,45.3978860241207,45.3890640022019,45.3833071665924,45.3794509653897,45.3718813843184,45.3642349004203,45.3561269896688,45.3477114622142,45.339109166255,45.3285513052985,45.3243874864933,45.3217507677837,45.3158511090414,45.2783767424926,45.2538772296504,45.2482632162744,45.2408364574366,45.2445827956595,45.2389138507936,45.2278506176119,45.2154140935855,45.2053176576837,45.2030654603028,45.2047024233781,45.2179519354335,45.2493508626522,45.2552285482589,45.251877718382,45.2370461747411,45.2319155586561,45.231974843764,45.2320471231762,45.2321462041839,45.232270868206,45.2324198975602,45.2325920763632,45.2327861851343,45.2330010070908,45.2332353245505,45.2334879198316,45.2337575752519,45.2340430731293,45.2343431948825,45.2346567246281,45.2349824437847,45.2353191355696,45.2356655805021,45.2360205626988,45.2363828635783,45.2367512663578,45.2371245524561,45.2375015050903,45.2378809056792,45.23826153744,45.2386421817912,45.2390216219503,45.239398640235,45.2397720189635,45.2401405395543,45.2405029861239,45.2408581391917,45.2412047828744,45.2415416976912,45.2418676677586,45.2421814744955,45.2424819002195,45.2427677272488,45.2430377379013,45.2432907153942,45.2435254420455,45.2437406992738,45.2439352693971,45.2441079356327,45.2442574793992,45.244382684813,45.2444823314944,45.2445552044591,45.2446157549131,45.2594253254184,45.2783108248846,45.2882754246711,45.2953945650071,45.3064687843069,45.3336489612306,45.3506557976269,45.3590383667272,45.3705080934737,45.4076968155556,45.4266700897528]}]],[[{\"lng\":[9.89145307539911,9.8906249194045,9.88550529033688,9.88965812302393,9.90154533035269,9.94043693311795,9.98561271595406,10.0083104712512,10.0319969951652,10.0774803956037,10.1101976821773,10.1832787392224,10.1834567456323,10.1836737664312,10.1839712558688,10.1843455555029,10.1847930086904,10.1853099578883,10.1858927446544,10.1865377114462,10.1872412007208,10.1879995540362,10.1888091156482,10.1896662262154,10.1905672290943,10.191508465843,10.192486279818,10.1934970116777,10.1945370056782,10.1956026024781,10.1966901463332,10.197795977902,10.1989164396419,10.2000478749095,10.2011866252626,10.2023290331583,10.2034714410541,10.2046101914072,10.2057416266747,10.2068620884147,10.2079679199835,10.2090554629393,10.2101210606384,10.2111610537396,10.2121717864987,10.2131495995744,10.214090836323,10.214991839202,10.2158489506685,10.2166585113812,10.2174168655959,10.2181203548705,10.2187653216623,10.2193481084284,10.219865056727,10.2203125099144,10.2206868104479,10.2209842998855,10.2212013206844,10.2213793270943,10.2290697563641,10.2449559880284,10.2531517886241,10.2682470044957,10.3091161462931,10.3178173182146,10.3221239592533,10.3605980823356,10.3725731804079,10.3923485716293,10.4297020881808,10.480239200079,10.4906762119376,10.4935546297423,10.4897313877933,10.4800634185919,10.4683519927502,10.441896913112,10.4294603890856,10.4206273810488,10.4164086307537,10.4147167361884,10.4132885138538,10.4700658595518,10.489665469286,10.4944555094142,10.5078588298211,10.5234594161191,10.5348851983932,10.5295897878384,10.4684838279663,10.4557396872368,10.4736693755412,10.5333031668077,10.562087347553,10.5660424256174,10.5654711366836,10.5607470150627,10.5387963310858,10.4862377347836,10.4640892970834,10.504387149947,10.5015135030457,10.4778002350928,10.4435888076773,10.4300975965268,10.4139696657675,10.3992479860057,10.3791430049457,10.365300230821,10.3503588242004,10.326892026246,10.2236864559652,10.1835424114531,10.142936940987,10.1049462169943,10.0718773674465,10.0463451406158,10.0283495338039,10.0258885965815,10.021538010171,10.0022679902755,9.99791740386507,9.98660148547015,9.91602531101927,9.92314445225463,9.9039183768316,9.88289054386348,9.87632071932575,9.8672020668219,9.83529776917669,9.81275382313044,9.79297843100977,9.77124747389178,9.7068895610044,9.67661123941713,9.61036367824113,9.60076162754706,9.59390615854238,9.58452383380785,9.56734121592439,9.56422109812519,9.55352041493518,9.53884267964594,9.52372549153819,9.48415273595998,9.46826650519506,9.46290517703227,9.46363027431767,9.46973867290143,9.47349599724248,9.48162588023018,9.51025625262395,9.52106679969302,9.5379418008734,9.55024648878441,9.56488027780256,9.58858877485204,9.6023656313688,9.62339346433691,9.6446849686364,9.65936270392564,9.67445791889782,9.68968497088468,9.70343985336655,9.71407461984779,9.73288321468857,9.75151602714294,9.76487540307738,9.76808341072081,9.79965811942668,9.80728263108853,9.81154532675544,9.81402823711346,9.81881827634237,9.89145307539911],\"lat\":[45.4266700897528,45.4076968155556,45.3705080934737,45.3590383667272,45.3506557976269,45.3336489612306,45.3064687843069,45.2953945650071,45.2882754246711,45.2783108248846,45.2594253254184,45.2446157549131,45.2445552044591,45.2444823314944,45.244382684813,45.2442574793992,45.2441079356327,45.2439352693971,45.2437406992738,45.2435254420455,45.2432907153942,45.2430377379013,45.2427677272488,45.2424819002195,45.2421814744955,45.2418676677586,45.2415416976912,45.2412047828744,45.2408581391917,45.2405029861239,45.2401405395543,45.2397720189635,45.239398640235,45.2390216219503,45.2386421817912,45.23826153744,45.2378809056792,45.2375015050903,45.2371245524561,45.2367512663578,45.2363828635783,45.2360205626988,45.2356655805021,45.2353191355696,45.2349824437847,45.2346567246281,45.2343431948825,45.2340430731293,45.2337575752519,45.2334879198316,45.2332353245505,45.2330010070908,45.2327861851343,45.2325920763632,45.2324198975602,45.232270868206,45.2321462041839,45.2320471231762,45.231974843764,45.2319155586561,45.2370461747411,45.251877718382,45.2552285482589,45.2493508626522,45.2179519354335,45.2047024233781,45.1832900690814,45.1690078421382,45.1591640914496,45.1518362103728,45.1507815223493,45.1456948525354,45.1356863073772,45.1224917268117,45.1092422147564,45.0991018334828,45.0953445091417,45.0956740989805,45.0938174090462,45.0905324967773,45.0873135030157,45.0817654072477,45.0422695553956,45.0563430424974,45.056727563826,45.0629568124069,45.0742507585657,45.0799746349214,45.0695376230628,45.0395998783317,45.0107827383327,44.9823720927978,44.9831740947087,45.0031472396533,45.0035537341175,44.9994668199378,44.992600364815,44.9840310281094,44.967145040811,44.9531374722166,44.9371853229443,44.9224856154188,44.9194311975917,44.9233315627014,44.9366909386359,44.9514126183976,44.9848000707667,44.9913149638145,44.9888869849464,44.9848550031559,44.9840200419913,44.9913149638145,45.0381606689797,45.0465542241981,45.0433462156553,45.0351833734139,45.037534448556,45.0657802987218,45.0971133074332,45.1045840116428,45.1101101342753,45.119679226615,45.1247439241927,45.1287209753927,45.1080007591277,45.1300613069837,45.1384878214558,45.1341482211635,45.1528139937708,45.1603506146891,45.1620974407443,45.1666567678955,45.1786977835758,45.2162160954964,45.2646328452296,45.2708181484388,45.3080947612642,45.3245193226086,45.3436465202707,45.359664587151,45.3667727422682,45.3513259643217,45.3425808461291,45.3406911978405,45.3458218130262,45.3758694216365,45.3799453496981,45.4078616109246,45.4320754784006,45.4465225007128,45.4511587315902,45.4611672767484,45.512033977586,45.5027065852407,45.4872268480406,45.4681216226148,45.4581570228283,45.4700991616469,45.471472453391,45.4642764075302,45.4525539955704,45.4403371975037,45.4368435453933,45.4523452548296,45.4723293867917,45.4822939865782,45.4772073167642,45.464199503804,45.4474343665028,45.4310207912765,45.4242641991335,45.4250332417906,45.4336575099861,45.4464455969867,45.4554543856114,45.4266700897528]}]],[[{\"lng\":[10.4683519927502,10.4800634185919,10.4897313877933,10.4935546297423,10.4906762119376,10.480239200079,10.4297020881808,10.3923485716293,10.3725731804079,10.3605980823356,10.3221239592533,10.3178173182146,10.3305394867079,10.3412401707972,10.3613671249928,10.3567968126228,10.3582689803292,10.3655639021524,10.3784838252683,10.3928978883269,10.3968529663913,10.402214294554,10.4351513070872,10.4446874410725,10.4546849992133,10.4631664451753,10.4680883205195,10.468813417805,10.4681762112631,10.465978945372,10.462155703423,10.4559154687239,10.4542675195304,10.4547509177207,10.4600243551399,10.4695824613615,10.4807445705055,10.4908519934248,10.5059472083969,10.548112737313,10.5624828549998,10.6161400837978,10.6304442838766,10.6617553203517,10.6873974110617,10.7024267084258,10.7042943844783,10.7021190908234,10.705217235487,10.7179394039803,10.7179394039803,10.7069311031879,10.7064037596258,10.6974608877098,10.7185546382859,10.7292553223752,10.7345727060655,10.7401537601879,10.7452733892555,10.7479101088644,10.7514696785828,10.7536449722377,10.7568969252529,10.7610717301762,10.766960401901,10.771003370709,10.7742553246235,10.7792211444403,10.7826269067064,10.7868236838659,10.7946239770149,10.8043798369599,10.8356908734351,10.8403490765486,10.8461498584292,10.8486107956517,10.9458837488359,10.97956783179,10.9873241804665,10.9930590438398,11.000815391617,11.0037597279291,11.0052978132435,11.0048363881888,11.0040673446322,11.0003319934268,10.9994091415186,10.9989477155646,10.9994091415186,11.0003319934268,11.0018920518767,11.0063964466387,11.0127904896893,11.0250512322286,11.0388500609815,11.0442773076516,11.0492211552321,11.0540331666973,11.0551098269569,11.0538793583457,11.0496825811862,11.0479906866209,11.0473754523152,11.048298303324,11.0501659793765,11.0524731082473,11.0647338507866,11.0695458631511,11.0773461563001,11.0838500623305,11.0908373674505,11.0979565086859,11.1019994774939,11.1057128564631,11.1094262354324,11.138166470806,11.14561520188,11.1511962569017,11.154909635871,11.1623583660457,11.1735204760891,11.2041064152788,11.2103027046061,11.1958886415476,11.1929443052355,11.1912304375347,11.1909228208315,11.1949657896395,11.1957348322966,11.2130932316673,11.2728368859135,11.272683077562,11.3051366919048,11.388896460803,11.4058373795914,11.4190209740387,11.4215038843967,11.3709228271268,11.3029613991492,11.2981493876841,11.2945458716946,11.2917553437341,11.2867895239174,11.2796484104458,11.2750121795684,11.257016573656,11.1851879574583,11.1634350263054,11.1601830732902,11.1518114912074,11.1485595381921,11.1446703777357,11.0905077776118,11.0830810196733,10.9994091415186,10.9964648052066,10.9936742781454,10.9908837501849,10.9859179303682,10.9812816994908,10.9747558203248,10.94478511634,10.9364135333579,10.932546346037,10.9207690016881,10.8889306216508,10.8877849042499,10.8771532773019,10.8737255427995,10.865837358907,10.8596190973435,10.7644994646785,10.7607641125737,10.7585888198182,10.7589184096569,10.7604564958706,10.7624779802746,10.7635546405342,10.7634008321826,10.7620165543205,10.7601488782681,10.7572045428553,10.7542602065433,10.7404613777903,10.7372094247751,10.7247509276132,10.709721630249,10.7016576648693,10.6957689931445,10.6924950669937,10.6802562975901,10.6634032695453,10.632663522004,10.601242622549,10.5654931089198,10.5213500409716,10.5038222965617,10.5015135030457,10.504387149947,10.4640892970834,10.4862377347836,10.5387963310858,10.5607470150627,10.5654711366836,10.5660424256174,10.562087347553,10.5333031668077,10.4736693755412,10.4557396872368,10.4684838279663,10.5295897878384,10.5348851983932,10.5234594161191,10.5078588298211,10.4944555094142,10.489665469286,10.4700658595518,10.4132885138538,10.4147167361884,10.4164086307537,10.4206273810488,10.4294603890856,10.441896913112,10.4683519927502],\"lat\":[45.0953445091417,45.0991018334828,45.1092422147564,45.1224917268117,45.1356863073772,45.1456948525354,45.1507815223493,45.1518362103728,45.1591640914496,45.1690078421382,45.1832900690814,45.2047024233781,45.2030654603028,45.2053176576837,45.2154140935855,45.2278506176119,45.2389138507936,45.2445827956595,45.2408364574366,45.2482632162744,45.2538772296504,45.2783767424926,45.3158511090414,45.3217507677837,45.3243874864933,45.3285513052985,45.339109166255,45.3477114622142,45.3561269896688,45.3642349004203,45.3718813843184,45.3794509653897,45.3833071665924,45.3890640022019,45.3978860241207,45.4057961811488,45.411300331545,45.4128933492486,45.4089602434205,45.3858450084404,45.3821975470791,45.381955847984,45.388262000291,45.419034707086,45.4238467185512,45.4228140036633,45.4021926651594,45.3824502331917,45.3738149788782,45.3674429080637,45.3612136594828,45.3537429561725,45.3294851433247,45.3202566269417,45.3155764506926,45.3178506212092,45.3177737165837,45.3160488627648,45.3109512068327,45.3068423195174,45.2995144384406,45.2964602391487,45.2944717139984,45.2936697120875,45.2952737159092,45.2973940771749,45.3000307958845,45.3054800147908,45.3077761575436,45.3089626807831,45.3072048686098,45.302821323845,45.2809035982224,45.2752236663391,45.2658633138408,45.2630727867797,45.2096682440942,45.2003957823395,45.1973745423012,45.1939358216808,45.1871133110304,45.1836526181738,45.1799831836769,45.1769619436388,45.1744021295546,45.1678323050168,45.1655141891285,45.1623391407387,45.1592300090576,45.1570327440659,45.1550771772699,45.1532864058429,45.152022977978,45.1521328409578,45.1539345994022,45.1539345994022,45.1519680464882,45.147221952631,45.1429262977105,45.1392129187412,45.1330605747856,45.1298086217705,45.126139188173,45.1226455351633,45.1194155543843,45.1165700958333,45.1055398219052,45.1027273217085,45.0994643825751,45.0984316676873,45.0992666279525,45.1030898708009,45.1066054960468,45.1092312286383,45.1106594509728,45.1129006622357,45.1148672151498,45.117196316257,45.1193166775226,45.1199319118282,45.1190859645456,45.1124392362817,45.1042983662766,45.0962673601505,45.0938833275535,45.0909389912414,45.0875332289753,45.0653078866496,45.0633962652254,45.059210474184,45.0595730232764,45.033788110333,45.0129580310883,44.973615988487,44.9723965059939,44.9668703833615,44.9498635460658,44.9581362521863,44.9600698458467,44.9588613494717,44.9569936734193,44.9541592009863,44.9461941124683,44.9426784872224,44.9424807334991,44.9473366912353,44.9323513383436,44.9315163780784,44.9337685754593,44.9417556362136,44.9438759974793,44.9457326865142,44.9614651089276,44.9619045626454,44.9534341028016,44.9518850304698,44.9497866423396,44.9471279504945,44.9412392787697,44.9384157924549,44.9358669635895,44.9308022660118,44.9279568074606,44.9261001175264,44.9214419144128,44.9134878129122,44.9140232647619,44.9189919633084,44.9210354199486,44.9250124711486,44.9270229694345,44.9435573937587,44.9455788781627,44.9481606653824,44.9513686730258,44.9545986538048,44.9577517299584,44.9611794644607,44.9649038304474,44.9683095918142,44.9715176003569,44.9742312227927,44.9765273655455,44.9846242901788,44.9859865949054,44.9867116921908,44.9859865949054,44.9870193097933,44.9885244367533,44.9903811257883,44.9870742412832,44.9652663786404,44.939481465697,44.9223977246752,44.9156521195496,44.9161684769936,44.9190514462672,44.9194311975917,44.9224856154188,44.9371853229443,44.9531374722166,44.967145040811,44.9840310281094,44.992600364815,44.9994668199378,45.0035537341175,45.0031472396533,44.9831740947087,44.9823720927978,45.0107827383327,45.0395998783317,45.0695376230628,45.0799746349214,45.0742507585657,45.0629568124069,45.056727563826,45.0563430424974,45.0422695553956,45.0817654072477,45.0873135030157,45.0905324967773,45.0938174090462,45.0956740989805,45.0953445091417]}]],[[{\"lng\":[9.4964354516348,9.5177489290698,9.52710928066875,9.53240469122352,9.53394277743723,9.53011953458883,9.51025625262395,9.48162588023018,9.47349599724248,9.46101552784432,9.45273183650505,9.43759267526173,9.41990468695172,9.41704824138321,9.41968496009281,9.4193333980179,9.41480703012036,9.40751210829717,9.38892324031525,9.38017812302195,9.37154286870839,9.36473134507548,9.36145741892472,9.36365468481586,9.37710195059452,9.38059560360421,9.37795888399529,9.36910390372219,9.35554677406435,9.33884755437111,9.33025624542938,9.31700673337406,9.30909657724521,9.2981981394326,9.27459950536286,9.22043690523896,9.20767079227323,9.18501698234786,9.17132801747402,9.04300770004528,9.03599842178971,9.02637439796007,9.02050769847148,9.01336658499986,8.98838367396735,8.99926013954376,9.01121326448055,9.01037830421535,8.98295642819659,8.94057117242164,8.86474353278777,8.83200427397804,8.81381091344286,8.8110203863817,8.78590563923387,8.7784569081598,8.77241442808338,8.76817370465272,8.74817858657252,8.72693102764481,8.72058092996593,8.71702135934822,8.71592272595302,8.7139232146846,8.70796862445246,8.7051780973913,8.71596667132479,8.73644518759534,8.7467943096097,8.77856677203886,8.78421374466859,8.7951121824812,8.81282214392678,8.82945544511267,8.83703601230212,8.8735106232167,8.88509021294294,8.8924071079017,8.91798328100361,8.92688220664849,8.97306873213626,8.97331043123143,8.97601306844831,8.98838367396735,9.00626941690007,9.04048084431548,9.05887195767468,9.06366199780297,9.05300525908541,9.10780506575117,9.10341053396894,9.1037181515714,9.1120457882825,9.13157948040867,9.14937733259779,9.16673573196846,9.17389881767627,9.19365223666136,9.20444081149424,9.21215321389968,9.21975575332533,9.23783924998139,9.3065477483799,9.32432362833276,9.32203847169808,9.33049794542382,9.35565663704415,9.37261952896807,9.4610594732161,9.48129629039147,9.4964354516348],\"lat\":[45.6452541981227,45.6242483373908,45.6044399869158,45.5805557092785,45.5588247512612,45.5416531194958,45.512033977586,45.4611672767484,45.4511587315902,45.4671218669806,45.4702969162697,45.4696816810647,45.452312295576,45.4465005284766,45.4243960352488,45.4171560449155,45.4074001849705,45.4023794327646,45.3958315813624,45.389690223525,45.3805935432574,45.3701235721451,45.3598403686381,45.3484695187533,45.3294411979529,45.3188613629615,45.3063259620735,45.3077761575436,45.3132912949573,45.312873814375,45.3146535996839,45.3241677596343,45.3279360709928,45.3292434433302,45.3237612660695,45.3275735219005,45.3225637558127,45.3053481786755,45.2991409032301,45.3035793803841,45.3060073583529,45.3209817242272,45.3259365588251,45.3264748885053,45.3215859724147,45.2986575050398,45.2873635588811,45.2790139499338,45.2649624350683,45.3042165869259,45.3593240111941,45.4081802146451,45.4238467185512,45.4275600975205,45.4759329027812,45.4868862720838,45.4936538503449,45.4953347587921,45.5003225517443,45.5123086359348,45.5182302669132,45.5230093200241,45.5325674262457,45.5392910591351,45.5499807571063,45.5567812937217,45.563955366447,45.5624172802333,45.5641531201703,45.5882790978021,45.5944534148932,45.6022537080422,45.5940029750572,45.5794680629007,45.5684048297191,45.5805557092785,45.5988149874217,45.6029568330914,45.6105154271452,45.6159097145617,45.6155911108411,45.5961453094584,45.5876089320066,45.5794021443934,45.5771938923842,45.580929244489,45.5861038050465,45.5934756314952,45.6232156225029,45.6226772928228,45.6032864229301,45.5915420378348,45.5856423790925,45.5838406215474,45.5858511198333,45.5914651332093,45.5911135711344,45.5763918904734,45.5739968708589,45.5743923792049,45.5733816365533,45.5620657181584,45.5392471137633,45.5390054146681,45.5544741648508,45.5584182567971,45.5551882769174,45.5576162548862,45.5993093717301,45.6165908664753,45.6452541981227]}]],[[{\"lng\":[9.52686758157364,9.49149160315494,9.50274160394184,9.50671865514181,9.52976797251392,9.53767812864271,9.54011709362896,9.53833730832014,9.53374502281451,9.51981435884557,9.51634267897145,9.51337637042315,9.51021230725217,9.50023672134762,9.47455068526591,9.46661855600155,9.467870996849,9.48081289220119,9.50766347928612,9.51871572545036,9.49786367396939,9.45615957100739,9.447766015789,9.45582998116868,9.46874990338534,9.48276845899716,9.4507982428446,9.43291249991194,9.42058583886535,9.41129140487442,9.39896474472715,9.38534169746134,9.37224599375759,9.36655507575614,9.35745839548855,9.34704335586616,9.32392812088608,9.31522694806517,9.29767079497122,9.29485829567381,9.29441884195597,9.29022206479647,9.28272938835056,9.27435780626774,9.26466786483007,9.25317616494806,9.24719960158035,9.24539784403527,9.27051259118315,9.32852040549233,9.3298827102189,9.32777333597068,9.32331288658042,9.3175999954434,9.31215077653707,9.30314198701308,9.29655019023909,9.2849486264779,9.26526112600015,9.26350331382685,9.26172352851802,9.26044911453499,9.26016347006805,9.26332753233976,9.26994130224926,9.27778554077008,9.28457509216673,9.28174061883448,9.27198475888952,9.27523671280403,9.2849266542417,9.29509999476892,9.30395497504207,9.31918202702889,9.34001210537434,9.36842275090919,9.37923329887764,9.40259023295289,9.42459340226367,9.42374990203632,9.4141698235785,9.41458730416076,9.42036611290575,9.43504384729573,9.49313955324777,9.50926748310786,9.5039720725531,9.51102529528112,9.52159414415439,9.52686758157364],\"lat\":[46.0114285287036,46.0116152954095,45.9700979600528,45.9665603625706,45.960979307549,45.9540359478007,45.9456423925823,45.9364797947067,45.9272622653413,45.9089260825726,45.902235408937,45.8825588945773,45.8763845774862,45.8691116278993,45.858279108594,45.8493582098135,45.841470025921,45.8182888724335,45.7896145546679,45.7840225135282,45.7731350618336,45.7607644563146,45.7499429222281,45.6998562510651,45.6834207036026,45.6717751953689,45.653933397808,45.6511648429831,45.6616567863316,45.6726541010059,45.6728079102568,45.6657656736469,45.6551638664193,45.6631728994097,45.6688198729387,45.6710391110661,45.6636672846175,45.6660073727421,45.6865518066206,45.6942751960435,45.7157314957119,45.7264871112911,45.735155323959,45.7407473659981,45.7427578633847,45.7406484882371,45.7426370142867,45.7735085970441,45.8070168994104,45.8599490300237,45.8685403389654,45.8822732501104,45.8957644612609,45.9036636312715,45.903971248874,45.8953579667967,45.8935562092516,45.9007192958588,45.9461367777901,45.9484548927791,45.9499929789928,45.9518386819096,45.9551126080604,45.9613088973877,45.9651321393367,45.9669119246456,45.9669668570348,45.9818423451481,46.0221621711473,46.0475515766439,46.0667227196777,46.1163589519041,46.1329592947357,46.1435391288277,46.1535476739859,46.1599746762902,46.1606338559677,46.1620510921841,46.1600299477239,46.1552505555687,46.1368374681746,46.104504703829,46.0929031409672,46.084531557985,46.0706118801342,46.0627896138496,46.0491555804657,46.0383450333965,46.0269082650044,46.0114285287036]}]],[[{\"lng\":[9.48276845899716,9.4964354516348,9.48129629039147,9.4610594732161,9.37261952896807,9.35565663704415,9.33049794542382,9.32203847169808,9.32432362833276,9.3065477483799,9.23783924998139,9.21975575332533,9.21215321389968,9.20444081149424,9.19365223666136,9.17389881767627,9.16673573196846,9.14937733259779,9.13157948040867,9.1120457882825,9.1037181515714,9.10341053396894,9.10780506575117,9.05300525908541,9.05478504349497,9.05572986853861,9.05865560327345,9.06179432175054,9.06570545444316,9.07242908733252,9.09049061175233,9.09837879564486,9.11070545579213,9.12940418765311,9.14786121951965,9.17403065379165,9.18514881846318,9.19235584954282,9.19519032287508,9.20215565485955,9.23504872292023,9.24719960158035,9.25317616494806,9.26466786483007,9.27435780626774,9.28272938835056,9.29022206479647,9.29441884195597,9.29485829567381,9.29767079497122,9.31522694806517,9.32392812088608,9.34704335586616,9.35745839548855,9.36655507575614,9.37224599375759,9.38534169746134,9.39896474472715,9.41129140487442,9.42058583886535,9.43291249991194,9.4507982428446,9.48276845899716],\"lat\":[45.6717751953689,45.6452541981227,45.6165908664753,45.5993093717301,45.5576162548862,45.5551882769174,45.5584182567971,45.5544741648508,45.5390054146681,45.5392471137633,45.5620657181584,45.5733816365533,45.5743923792049,45.5739968708589,45.5763918904734,45.5911135711344,45.5914651332093,45.5858511198333,45.5838406215474,45.5856423790925,45.5915420378348,45.6032864229301,45.6226772928228,45.6232156225029,45.6352676252007,45.6464517074803,45.6613718936979,45.6773782226268,45.6847500490755,45.6875515631541,45.6884744141628,45.6922756838757,45.6954397470467,45.6929348635531,45.6865188482662,45.6635793938739,45.6645461911538,45.6761477540156,45.6935720709943,45.7068435552858,45.7276296891588,45.7426370142867,45.7406484882371,45.7427578633847,45.7407473659981,45.735155323959,45.7264871112911,45.7157314957119,45.6942751960435,45.6865518066206,45.6660073727421,45.6636672846175,45.6710391110661,45.6688198729387,45.6631728994097,45.6551638664193,45.6657656736469,45.6728079102568,45.6726541010059,45.6616567863316,45.6511648429831,45.653933397808,45.6717751953689]}]],[[{\"lng\":[9.47349599724248,9.46973867290143,9.46363027431767,9.46290517703227,9.46826650519506,9.48415273595998,9.52372549153819,9.53884267964594,9.55352041493518,9.56422109812519,9.56734121592439,9.58452383380785,9.59390615854238,9.60076162754706,9.61036367824113,9.67661123941713,9.7068895610044,9.77124747389178,9.79297843100977,9.81275382313044,9.83529776917669,9.8672020668219,9.87632071932575,9.88289054386348,9.88495597363925,9.89958976355672,9.89585441235124,9.88078116871594,9.83881339442257,9.83017814010907,9.83690177299843,9.8401976713854,9.83369376535495,9.82444327673579,9.81978507272294,9.81183097122232,9.77509268897643,9.76454581323867,9.75834952391136,9.75788809795733,9.75689932844125,9.7550536255244,9.75215323458411,9.75246085218657,9.72233633895087,9.68144522401786,9.64910147265482,9.63686270325115,9.6351488355503,9.63484121794784,9.63747793755675,9.6413451248776,9.64042227296949,9.62864492951985,9.61453848316444,9.60295889253882,9.5904125055327,9.57340566913632,9.56129873494865,9.55272939914244,9.54604876463878,9.54532461344013,9.54266592159502,9.53811758146122,9.5315917022952,9.50700821795488,9.48175975690725,9.46643033419258,9.43866933552141,9.42535390585806,9.39753652149324,9.37121327886973,9.35192128583867,9.33078358989076,9.3119969681855,9.31549062029586,9.32827870639716,9.33377187067526,9.33480458556318,9.33357411695192,9.33372792530349,9.33884755437111,9.35554677406435,9.36910390372219,9.37795888399529,9.38059560360421,9.37710195059452,9.36365468481586,9.36145741892472,9.36473134507548,9.37154286870839,9.38017812302195,9.38892324031525,9.40751210829717,9.41480703012036,9.4193333980179,9.41968496009281,9.41704824138321,9.41990468695172,9.43759267526173,9.45273183650505,9.46101552784432,9.47349599724248],\"lat\":[45.4511587315902,45.4465225007128,45.4320754784006,45.4078616109246,45.3799453496981,45.3758694216365,45.3458218130262,45.3406911978405,45.3425808461291,45.3513259643217,45.3667727422682,45.359664587151,45.3436465202707,45.3245193226086,45.3080947612642,45.2708181484388,45.2646328452296,45.2162160954964,45.1786977835758,45.1666567678955,45.1620974407443,45.1603506146891,45.1528139937708,45.1341482211635,45.1179214144417,45.0991567649727,45.0918728292676,45.0915652116652,45.0985635029033,45.0962673601505,45.0837649185161,45.0738113048478,45.0682522229617,45.0686697035439,45.0766238050446,45.0847207296779,45.1015078392154,45.1148122827606,45.1148122827606,45.1100661889035,45.1092312286383,45.1094399684798,45.1080007591277,45.0820071063429,45.0722842056516,45.0753384049434,45.0875112567391,45.0939382590434,45.0986953390187,45.1114065213938,45.1170644801416,45.1221072054831,45.1260842557838,45.128457303162,45.1255129668499,45.1182290311448,45.1125930446333,45.1148122827606,45.1290285920958,45.134818386959,45.1326570058162,45.1421023235633,45.1507595501132,45.1585378710259,45.1653164354051,45.1728736732813,45.1791857880936,45.1827927116143,45.1876406554918,45.2003518369677,45.2147109685363,45.2375954905394,45.2452969068268,45.2487026690929,45.246626253199,45.2564260576165,45.268291292709,45.27602566825,45.2840237151223,45.2926809425714,45.3022060895394,45.312873814375,45.3132912949573,45.3077761575436,45.3063259620735,45.3188613629615,45.3294411979529,45.3484695187533,45.3598403686381,45.3701235721451,45.3805935432574,45.389690223525,45.3958315813624,45.4023794327646,45.4074001849705,45.4171560449155,45.4243960352488,45.4465005284766,45.452312295576,45.4696816810647,45.4702969162697,45.4671218669806,45.4511587315902]}]],[[{\"lng\":[11.4045849378446,11.4291283960586,11.4528588662437,11.4607690223725,11.4749853317077,11.4924975394299,11.5161840633438,11.5366186342426,11.5444189282909,11.5426171698465,11.5357397286056,11.5343554507434,11.5355200017466,11.539343244595,11.5530761548407,11.5693139485799,11.6590283077102,11.6639062367834,11.6743212764057,11.6906030155167,11.7283740126505,11.7520825097001,11.7539501857524,11.7685180571626,11.794929191429,11.8274047789074,11.8368530212499,11.8543652289721,11.8639672796662,11.8838964801384,11.8871264609174,11.8890600545778,11.8936743123197,11.906857906767,11.9527109015868,11.9445629862928,11.9227221652957,11.9177563445796,11.9183715788852,11.9192944307933,11.9207006808917,11.9225683560448,11.924414059861,11.9261279266624,11.9275122045246,11.9298413056317,11.9332470678979,11.9374438450574,11.9417724583323,11.9448925761315,11.9499902320636,11.9535717758168,11.9577465807401,11.9635473617213,11.9689086898841,11.9754785144219,11.9773461904743,11.9778076164283,11.9760937487275,11.9751708977187,11.973918455972,11.9705126946051,11.968601073181,11.9575927714892,11.9517040997644,11.9448925761315,11.9394653294614,11.9321704076382,11.9320165992866,11.9343457003937,11.9422558574219,11.9464306623452,11.9506274395047,11.9517040997644,11.9513964821619,11.949836423712,11.9481445291467,11.9458154280396,11.9434863260331,11.9369824191033,11.931662005597,11.8890161092061,11.840610345591,11.8327001885629,11.808046867369,11.8008618085256,11.7958080979653,11.7887768474735,11.7838110267575,11.7746704011181,11.7692431553473,11.7647387605853,11.7526537995332,11.7504785058783,11.7472265528631,11.6692455927099,11.6350121930582,11.6326391465793,11.6387475451631,11.6342651226373,11.6198290873425,11.6197411965989,11.6118749849426,11.5754443193998,11.5681274253404,11.5591186358164,11.5416503734659,11.5294994939065,11.5193261533793,11.5079662896126,11.4923217579428,11.449365213234,11.3968066178311,11.3589257568182,11.3600024170779,11.3647704831712,11.3665063231083,11.3652319091253,11.3610131588302,11.333151829993,11.2965014375912,11.2895141333705,11.2535229206463,11.2165209661696,11.1576342453242,11.1495043623364,11.1335961584359,11.1254662754482,11.0893212543724,11.0809057269178,11.0686449843785,11.0602074837884,11.0566479131707,11.0595483041109,11.0524511360111,11.0395531860307,11.0023095324589,10.9615941990131,10.9309862875871,10.9116503491842,10.9122875557261,10.9284814040935,10.9340844322508,10.9333373618298,10.9302172440306,10.9292943930218,10.9352709554902,10.9408080651401,10.9465209562771,10.9706469330096,10.9809740818883,10.9889062111527,10.9946191022897,10.9944652939382,10.9863793554229,10.9615941990131,10.9567162690406,10.9539477142156,10.9534423428898,10.9553100189422,10.9603857026381,10.9675927337177,10.9852587506908,10.9981347275356,11.0049901965403,11.0068578725927,11.0048144150532,10.9952343365953,10.952123983535,10.9584960543494,10.9653734955903,10.9759423435643,11.0275121703503,11.0505395145869,11.0823559223879,11.1110082670179,11.124367642053,11.1755859058649,11.187253387234,11.1909228208315,11.1911645199266,11.1940209654952,11.2054906922417,11.214235809535,11.2401415724756,11.247788057273,11.2712768274636,11.2788134492812,11.2881957740157,11.292722141014,11.298500949759,11.362661108923,11.3739550541824,11.3879076912869,11.3975097428803,11.4045849378446],\"lat\":[43.5469643225454,43.5276173980245,43.5158400545748,43.5068092919153,43.4830678365114,43.4716750134911,43.4631935675291,43.4518556768979,43.4318935180714,43.4263234491678,43.4161830678942,43.4104811637746,43.3929469829169,43.3873109964053,43.3733583593008,43.3623830168627,43.3208217361342,43.3163063552541,43.2939272036775,43.2734267151707,43.2555629444743,43.2359633347401,43.2380617228702,43.2364687051666,43.2250758830455,43.221175736471,43.2135182655555,43.1842946310923,43.173813673862,43.1602565442041,43.160641066432,43.1641676777961,43.1685841818145,43.1732863302999,43.1737987379214,43.1679030290015,43.1375697759244,43.1224306155804,43.1180910152881,43.1144435548262,43.1110377925601,43.107862743271,43.1019740715461,43.0938002431866,43.0763869123261,43.0685646460416,43.0637746068126,43.0630055641554,43.0637746068126,43.0658510236058,43.0713222147484,43.0733436991524,43.0745302232912,43.0731349593109,43.069102976621,43.0588747046039,43.0522060032044,43.0463612768514,43.0284315885469,43.0239931113929,43.0202138148157,43.0133144004392,43.0106557085941,42.9998012161532,42.9899574654646,42.9668861758563,42.9554384213461,42.9272035572983,42.9199086345758,42.9152833907159,42.9109218181873,42.9078676188955,42.9023964268536,42.89773822374,42.8932997474853,42.8893666416571,42.8859608793911,42.8826320217504,42.8800722076662,42.874337344293,42.8716807928343,42.8503871481483,42.8357863174845,42.8325783089418,42.8133522344181,42.8111329962907,42.8113966676221,42.81635150222,42.8189662486934,42.8209547738437,42.8203615117743,42.8187355357164,42.8086500859327,42.8063319700444,42.7984767454055,42.7954664914853,42.7997511593884,42.8150221567471,42.8312050180971,42.84898089805,42.8814345123928,42.9289943287253,42.9478688411741,42.9672047795769,42.9696657167993,42.9687318787732,42.9640077580516,42.9671828064413,42.9758729922448,42.980102728658,42.9699074158945,42.9540431573658,42.9668312443664,42.999614448548,43.0437025850063,43.0534694310693,43.0627418919248,43.0723769027718,43.0832533674489,43.0851100573832,43.0792873032664,43.0797157699668,43.0892848623065,43.0925478014399,43.0802980450188,43.0820228988377,43.0890321761939,43.0910536605979,43.0848024397807,43.0879665029517,43.1051381338178,43.1222218748396,43.1401955085159,43.1765492694332,43.1881728054306,43.1926332548208,43.178845412186,43.172484328389,43.162201124882,43.1625636730751,43.1740993183288,43.1930177761494,43.2025648953536,43.2121339876933,43.222285355085,43.2320631881656,43.2404787156202,43.2426979537476,43.2426759815113,43.2351613328293,43.2346339883678,43.2398964405683,43.2531679248598,43.2694167047171,43.280271197158,43.2977834048802,43.3036391182507,43.310296833532,43.3176027414733,43.3253920485042,43.3330495194198,43.3374660243375,43.3416737876152,43.3472218833832,43.3566042081177,43.3689198821468,43.3832460553612,43.4038783799832,43.4522292121084,43.5001955220057,43.5139284331506,43.5210475734867,43.541899625867,43.53774679318,43.5197731595037,43.4961525531978,43.4750917618753,43.5171474269122,43.5173781398892,43.5065236474484,43.495822963359,43.4866933247371,43.4805409807816,43.4822328753469,43.4949440568228,43.5007228664671,43.5330666169308,43.5386147135981,43.5357143226578,43.5269032868572,43.5192018705699,43.5257277497358,43.5316603668325,43.5445912760665,43.5482387374278,43.5469643225454]}]],[[{\"lng\":[11.7520825097001,11.7283740126505,11.6906030155167,11.6743212764057,11.6639062367834,11.6590283077102,11.5693139485799,11.5530761548407,11.539343244595,11.5355200017466,11.5343554507434,11.5357397286056,11.5426171698465,11.5444189282909,11.5366186342426,11.5161840633438,11.4924975394299,11.4749853317077,11.4607690223725,11.4528588662437,11.4291283960586,11.4045849378446,11.3975097428803,11.4083422621856,11.4227563252442,11.4912890430549,11.5075268367941,11.5085815239182,11.4961010554193,11.4952441211193,11.4989135547168,11.5061645320675,11.5152612123351,11.5400463687449,11.5463085765795,11.5518676584657,11.5594701978913,11.5630737138808,11.567468245663,11.5998559414985,11.6079418800138,11.608425278204,11.581926253194,11.5747851397224,11.5790698085248,11.6250146340182,11.6272778175173,11.6290795759617,11.6321118021179,11.6498657089353,11.6608959828633,11.6718163938115,11.701237781998,11.7163354026567,11.7208154185967,11.7325927629456,11.7848876870171,11.7895458901307,11.7973461832797,11.8092773368796,11.8130126880851,11.819824211718,11.8296020438992,11.8755248971563,11.8849951126343,11.9188330048393,11.9357299782559,11.9540332017708,11.968601073181,12.0677636746539,12.0802221709164,12.1022387734006,12.1146313520553,12.1253320361445,12.1310668995178,12.1415039113764,12.1509741268545,12.1582470764414,12.1712768616379,12.1753198313451,12.180109870574,12.1852294996417,12.1898877027552,12.1936010817245,12.1965893634084,12.2066748122928,12.2097729569564,12.2138159257643,12.2182983482901,12.2235717857093,12.2448632909081,12.249938974604,12.2543115332506,12.2639355570803,12.2681103620036,12.2730761827196,12.2781958117873,12.2828540149009,12.2858422956854,12.2910717886321,12.3055297970625,12.3576269665113,12.3573193498081,12.3543750134961,12.34026856804,12.3340503055771,12.3284692505554,12.3247558715862,12.3188671998614,12.3157690551977,12.3135937615428,12.3098803825736,12.3084741324752,12.3062548943479,12.301926281073,12.296960460357,12.2899731552369,12.2850073354202,12.2823925889468,12.2777343858332,12.2681103620036,12.249938974604,12.2445556733057,12.2268237387245,12.2197045983885,12.2135083090612,12.1997094803082,12.1958203198519,12.1942163160301,12.1934912187447,12.2048071371397,12.1537646539156,12.137482915704,12.1325170949879,12.1197509811229,12.1121704148327,12.1014697307435,12.0975805702871,12.0965039100274,12.0980419962411,12.1008325233023,12.1047216837587,12.122541508184,12.1295288133041,12.1322094773855,12.1340771534379,12.133857426579,12.1312866263767,12.1275073289001,12.1183667041601,12.1116870157431,12.1033154336603,12.0833203155801,12.0775415068351,12.0728833037215,12.0654345726474,12.0573925804032,12.0428027358575,12.0381665049802,12.0370678724843,12.0398583995455,12.0437475600019,12.0488671890695,12.0693237331038,12.0736523463787,12.0753662140795,12.0756738307826,12.0741357445689,12.0744433621714,12.0755639678029,12.0777392605584,12.080837405222,12.1208496136188,12.129221196601,12.1326269579677,12.1350000053459,12.1362524461934,12.1357251026313,12.1366479545395,12.1387133843152,12.1426025447716,12.1522045954657,12.1576318421358,12.1686401429282,12.1734521552927,12.1770117259104,12.1798022529716,12.182131354978,12.1879101637231,12.1905029370609,12.1939086984277,12.1984570385615,12.2028076249719,12.2071362382468,12.2110253987032,12.215354011978,12.2150463952749,12.2131787192225,12.1998632886599,12.158400884793,12.1543798891205,12.1497216851077,12.1268920945945,12.1220800831293,12.117905278206,12.1144775437037,12.1079736367739,12.1008325233023,12.096657718379,12.092153323617,12.0868798861978,12.0769262725294,12.049636232626,12.0437475600019,12.0373754900868,12.0290039071046,12.0252465827635,12.0229614270282,12.0167211923292,12.0143920903227,12.0122167975671,12.0095800788575,12.0012084958753,11.9965502927618,11.9929907221441,11.9651953109149,11.9562084945264,11.9527109015868,11.906857906767,11.8936743123197,11.8890600545778,11.8871264609174,11.8838964801384,11.8639672796662,11.8543652289721,11.8368530212499,11.8274047789074,11.794929191429,11.7685180571626,11.7539501857524,11.7520825097001],\"lat\":[43.2359633347401,43.2555629444743,43.2734267151707,43.2939272036775,43.3163063552541,43.3208217361342,43.3623830168627,43.3733583593008,43.3873109964053,43.3929469829169,43.4104811637746,43.4161830678942,43.4263234491678,43.4318935180714,43.4518556768979,43.4631935675291,43.4716750134911,43.4830678365114,43.5068092919153,43.5158400545748,43.5276173980245,43.5469643225454,43.5482387374278,43.5617629078319,43.5698927908196,43.5802858573064,43.5872621763083,43.6001051938995,43.6156398625895,43.6227480168075,43.6312734081412,43.6361513381137,43.6380739456561,43.6368984085347,43.6398427448468,43.6467421583239,43.6628920613196,43.6675942107042,43.6709230674456,43.6847548554522,43.6910719947767,43.6977077369225,43.7209987533897,43.7304799549859,43.7563527586728,43.8172170185505,43.8240944606908,43.8388381135881,43.8453090612641,43.8629311319661,43.8702040815531,43.8739174605224,43.8748952439203,43.8791431709206,43.8757192180674,43.868589090714,43.847451394766,43.8444521269641,43.8362343532328,43.8264235617979,43.8244020773939,43.8224465114973,43.8208425067762,43.8173818139196,43.8154152610055,43.8035280536767,43.7954201429253,43.7811489021001,43.7731398691096,43.7543312742688,43.7541774659173,43.7590334227542,43.7627577878416,43.7641530518218,43.7640431888421,43.7624941165103,43.7594948487083,43.7555177975083,43.7466298579815,43.7445644282058,43.7433229725771,43.7428615475224,43.7435866448078,43.7453884023529,43.7477724358492,43.7588796144026,43.76109885253,43.7629665285824,43.7640761471964,43.7643617925626,43.7614614016223,43.7617690183255,43.7629665285824,43.7698879151951,43.7713820560371,43.7717995366193,43.7712612060398,43.7700966559359,43.7688661864253,43.7667348390416,43.758615942172,43.7226027572115,43.7179994855878,43.711133030465,43.6967079812883,43.6891164279808,43.6844142794954,43.6834364960974,43.6856777073603,43.6886550020267,43.6922145726444,43.7240968980534,43.7275136464376,43.7298866929165,43.7289089095185,43.7239980211917,43.711133030465,43.6975099831992,43.6932802467859,43.6896877169146,43.6859084203373,43.6824257534457,43.6791408420762,43.6652651086978,43.6612111537717,43.6584206258112,43.6550148644444,43.6533559282335,43.648477998261,43.6441603720036,43.616826385829,43.5484035318975,43.5316054353426,43.5307265297055,43.5297487463076,43.5278810702551,43.5227174958158,43.5182790186618,43.514192104482,43.5108852199769,43.5083034327572,43.5063368798431,43.50054708498,43.4963063624486,43.4929555316724,43.4888136860028,43.4811672012053,43.4774757944723,43.4747621720366,43.4723891246584,43.4693349253665,43.4646327768811,43.4468019654383,43.4429347781175,43.4422096799328,43.4403420047797,43.4373537230958,43.4270705195888,43.4211269154748,43.4165236438511,43.4140956658823,43.4123378528096,43.4115138786626,43.4125685657867,43.411195274942,43.407448936719,43.4015602649942,43.3855202249784,43.3803786227752,43.3768080660394,43.3738637306266,43.371875204577,43.3629323335603,43.3595265712942,43.357252401677,43.3506386317674,43.340509236612,43.3171962479085,43.3067592360499,43.2999916568894,43.2981349678545,43.2957509343581,43.2952345769142,43.2956520574965,43.296783649246,43.2985963938085,43.3010023995411,43.3040016673431,43.313889362504,43.3167348219545,43.3184377026378,43.318778279494,43.3177675368423,43.3144606523372,43.3097585029525,43.3001454661403,43.2948720278218,43.2910487858728,43.2824794491672,43.2626820857097,43.2612868217294,43.2604628475823,43.2606166559339,43.2597377493976,43.2582106502013,43.2562221241517,43.2513661673148,43.2470814994116,43.2455214400624,43.2446754927797,43.2447523974052,43.2466640188294,43.2556068898461,43.2557057667078,43.2546730518199,43.2502235885477,43.2462025928754,43.2418849657186,43.2118593293446,43.2052675325705,43.2004665072235,43.196928908842,43.1905897972813,43.1878761748455,43.1864589377298,43.1801308131865,43.1763295434736,43.1737987379214,43.1732863302999,43.1685841818145,43.1641676777961,43.160641066432,43.1602565442041,43.173813673862,43.1842946310923,43.2135182655555,43.221175736471,43.2250758830455,43.2364687051666,43.2380617228702,43.2359633347401]}],[{\"lng\":[12.1775610417087,12.1781762760143,12.1843286199698,12.2266919035085,12.233195809539,12.2360522551075,12.2372387783469,12.238227547863,12.2389965914195,12.2395459072178,12.2400073331719,12.2398754970565,12.23937012663,12.2385571377017,12.2375683681856,12.2343823327784,12.226669930373,12.2014233471098,12.1991381913744,12.1993359450978,12.1901294018504,12.1821753003498,12.1757153387919,12.1708374088194,12.1718920968428,12.1775610417087],\"lat\":[43.8216664818227,43.8210182882634,43.8184145288074,43.8144484637256,43.812624733045,43.8109877708689,43.8099770282172,43.8088014910959,43.8074611586056,43.8059999770173,43.8026711193766,43.8008913349671,43.7994850848688,43.7988149181739,43.7985842051969,43.7984303968453,43.7959694596228,43.7830275642706,43.7810060798666,43.7804677501865,43.7833132087376,43.7888063730157,43.7961452402106,43.8046047139364,43.8089113540757,43.8216664818227]}]],[[{\"lng\":[10.7934813991473,10.7933275907957,10.7756615747219,10.7279369630204,10.7111059081112,10.7278051269051,10.7630712414446,10.7747387228138,10.7811767112362,10.7969970243931,10.8132787635041,10.8398217329866,10.855268510933,10.9057836496956,10.9217357989679,10.9346117758128,10.947619588773,10.9640990816073,10.9698559181161,10.9778979103602,10.9872802350948,11.020854455069,11.0475072875313,11.0570434206173,11.0604052375117,11.0622948858003,11.0720507457453,11.0955834613077,11.1390014319705,11.1469335612348,11.1488671548952,11.1445824869922,11.138561979152,11.1351781900215,11.1353539706092,11.1365185216125,11.1586010417047,11.1780028986149,11.1896703790847,11.1912084652984,11.1869237973953,11.1875170585654,11.1894506522258,11.1928344422557,11.1977123713289,11.2033373717223,11.2057323913368,11.2072265321787,11.2070287784554,11.2052929385183,11.200106485326,11.2140160835754,11.2293749707783,11.2460082719642,11.2542260456954,11.256401338451,11.2551488976035,11.2517431353374,11.2475683304141,11.2148070993681,11.206435516386,11.2030077818836,11.2002172548225,11.1979101259515,11.1966576842048,11.1963500666023,11.1977563167006,11.2002172548225,11.2036449893248,11.2812084688957,11.2911181371923,11.3221874745723,11.3269994860374,11.3285375722512,11.3299438223495,11.3342724356244,11.3420287834016,11.3606835689915,11.3698241946308,11.375712867255,11.3783495859646,11.3867211680475,11.3892040784055,11.3919946054667,11.3964990002287,11.4025414812044,11.4123632587574,11.4185595480847,11.4318969508836,11.4356103298528,11.4398071079117,11.4436742952325,11.4494091586058,11.4844994916582,11.495969219304,11.5172607236035,11.5262694735574,11.5510546704367,11.5561742995043,11.5620629712291,11.564699690838,11.5677978355017,11.5718408043097,11.5790038900175,11.588320297144,11.6041186371654,11.6093920745845,11.6107983246829,11.6087768402789,11.6056786956153,11.5932861169607,11.5901660000608,11.5884741054955,11.5881664878931,11.5937475429147,11.6033495945082,11.6342651226373,11.6444824085363,11.6537988147635,11.6790673702629,11.6921411017304,11.7199802433935,11.7228369039,11.7316699119369,11.7363281150505,11.7414257709825,11.7456664944132,11.7473803612147,11.7472265528631,11.742260732147,11.7386352439214,11.7305712785417,11.7260888569152,11.7229907122515,11.7202001842911,11.7033032117738,11.6978759651037,11.6952392463941,11.6848022336362,11.681550280621,11.6773535034614,11.6604565300448,11.6556445176803,11.6523925646651,11.6511620960539,11.6508544784514,11.650063463558,11.6507006700998,11.6533154165732,11.6599951040907,11.6831323122065,11.6856152225645,11.6871752810144,11.6851098512386,11.6854174688411,11.6879003782998,11.6955468630973,11.7014355357214,11.7062475471865,11.708576649193,11.7088842658961,11.7163354026567,11.701237781998,11.6718163938115,11.6608959828633,11.6498657089353,11.6321118021179,11.6290795759617,11.6272778175173,11.6250146340182,11.5790698085248,11.5747851397224,11.581926253194,11.608425278204,11.6079418800138,11.5998559414985,11.567468245663,11.5630737138808,11.5594701978913,11.5518676584657,11.5463085765795,11.5400463687449,11.5152612123351,11.5061645320675,11.4989135547168,11.4952441211193,11.4961010554193,11.5085815239182,11.5075268367941,11.4912890430549,11.4227563252442,11.4083422621856,11.3975097428803,11.3879076912869,11.3739550541824,11.362661108923,11.298500949759,11.292722141014,11.2881957740157,11.2788134492812,11.2712768274636,11.247788057273,11.2401415724756,11.214235809535,11.2054906922417,11.1940209654952,11.1911645199266,11.1909228208315,11.187253387234,11.1755859058649,11.124367642053,11.1110082670179,11.0823559223879,11.0505395145869,11.0275121703503,10.9759423435643,10.9653734955903,10.9584960543494,10.952123983535,10.8853710510332,10.8604760307442,10.8437987841865,10.835229447481,10.834702103919,10.837185014277,10.8363500531124,10.8326586472787,10.8240233929652,10.8207055214426,10.819694778791,10.8289232951739,10.8893700744694,10.9105736889246,10.907255817402,10.8891283753742,10.8659032774143,10.8073900908799,10.7934813991473],\"lat\":[43.7189772689857,43.7193837634499,43.7371047110136,43.7632192137957,43.7863454357932,43.8141188738869,43.8015505146445,43.8012758562957,43.8035719990485,43.8153932878699,43.8178981713635,43.8002980728977,43.7960243911127,43.7994081802433,43.8062966085017,43.8162721944062,43.8210842067707,43.8124819108115,43.8059230732912,43.7854445570206,43.7804897224227,43.7721401125761,43.7603407959909,43.7590553958898,43.811515114431,43.8170192648272,43.8236989523447,43.8257204367487,43.8539333285602,43.8615029087322,43.8698635055963,43.87662009684,43.883091044516,43.8906386524518,43.8950221972166,43.8983510548572,43.9285304995828,44.0076650237219,44.0240895850663,44.0313076031633,44.0540712760685,44.0616188840042,44.0695949577411,44.0769777712072,44.0827346068166,44.0858107792441,44.0877004275327,44.0909523805479,44.0948415410043,44.0983791384865,44.1046788984124,44.1027077526606,44.1027077526606,44.106893543702,44.1122438857467,44.1159682508341,44.1190334362441,44.1211867567634,44.1230654189339,44.1327333881353,44.136062245776,44.1382924709208,44.1406655173997,44.1436647852017,44.146861806727,44.1504872949527,44.1537392488672,44.1566286527901,44.1588039455456,44.1683400786317,44.1707900306354,44.1944106369413,44.1992665937782,44.2013869550439,44.2037050709322,44.2066054609732,44.2087258231382,44.2086489185128,44.2098574148878,44.2117250900408,44.2144606865115,44.2271169364974,44.2298305598325,44.2324453063058,44.2341481869892,44.2349282166638,44.2335768980554,44.2321816340751,44.2271169364974,44.2241176686954,44.2199868091439,44.2118788992917,44.2044301682176,44.1742067781203,44.1664724034786,44.1620558994601,44.1622228361149,44.1626821198839,44.1642311922157,44.1667580479455,44.1696584388858,44.1719765538749,44.1736904206763,44.1732729409934,44.1706362213845,44.1625283115324,44.1569472565106,44.1522890533971,44.149344717085,44.1467409567297,44.1381826070416,44.1353701068449,44.1320851945761,44.1288332415608,44.1258889052488,44.1232521865392,44.1178249407684,44.117462391676,44.1188576556563,44.1278444720447,44.1305580953798,44.1316840160045,44.1317995501091,44.1327114158991,44.1325466205301,44.131722646383,44.1300746962902,44.1266140034335,44.1216481827174,44.1129360237784,44.1083657114085,44.0957094614225,44.0817018919287,44.0749892451575,44.0702321651822,44.0531813834141,44.0424806993248,44.038393785145,44.0267153176578,44.0244411480405,44.0230239118241,44.0218593608208,44.0209255227946,44.0177285012693,44.0127187351815,43.9994362638724,43.9949868006003,43.9908559410488,43.986406478676,43.9805178060519,43.9655873855494,43.9620497880672,43.957523421069,43.943493879339,43.938528058623,43.9346279120485,43.931474835895,43.929519269099,43.9240920224289,43.9195986146843,43.8848378705712,43.8791431709206,43.8748952439203,43.8739174605224,43.8702040815531,43.8629311319661,43.8453090612641,43.8388381135881,43.8240944606908,43.8172170185505,43.7563527586728,43.7304799549859,43.7209987533897,43.6977077369225,43.6910719947767,43.6847548554522,43.6709230674456,43.6675942107042,43.6628920613196,43.6467421583239,43.6398427448468,43.6368984085347,43.6380739456561,43.6361513381137,43.6312734081412,43.6227480168075,43.6156398625895,43.6001051938995,43.5872621763083,43.5802858573064,43.5698927908196,43.5617629078319,43.5482387374278,43.5445912760665,43.5316603668325,43.5257277497358,43.5192018705699,43.5269032868572,43.5357143226578,43.5386147135981,43.5330666169308,43.5007228664671,43.4949440568228,43.4822328753469,43.4805409807816,43.4866933247371,43.495822963359,43.5065236474484,43.5173781398892,43.5171474269122,43.4750917618753,43.4961525531978,43.5197731595037,43.53774679318,43.541899625867,43.5210475734867,43.5139284331506,43.5001955220057,43.4522292121084,43.4599086552602,43.4720046033298,43.4991078756279,43.5312428871495,43.5584340501912,43.575869353288,43.5841530446273,43.5923378600042,43.6017641301105,43.6067848814171,43.6134425966985,43.6227260445713,43.6279555366187,43.6512795123396,43.6801186245748,43.7084963117554,43.7304140373779,43.7243495832666,43.7189772689857]}]],[[{\"lng\":[8.0105345157553,8.02448715285982,8.01097396857375,8.01009506293678,8.02703598082581,8.11220199982245,8.13054916870914,8.14516098549109,8.16856186583743,8.17352768565416,8.18464585032569,8.20424546095927,8.20993637896072,8.21321030511149,8.21672592945805,8.21945053981057,8.22619614493613,8.25122300134041,8.26295640031759,8.28734605018008,8.28949936980007,8.28352280733168,8.26752671268764,8.26317612717651,8.26486802174179,8.27198716207783,8.28178696739462,8.29072983931064,8.28884019012264,8.28038071729623,8.22358139846278,8.18222885847501,8.16948471684617,8.12958237232863,8.11477280092402,8.09794174601473,8.08412094412625,8.07838608075303,8.06463119737185,8.04322982919325,8.02576156684285,7.9423753331551,7.91629378962665,7.91504134787988,7.91163558651311,7.89087142487637,7.88234603444192,7.87940169812987,7.87676497942027,7.87474349501628,7.87065658083651,7.86881087791966,7.86353743960115,7.86322982289801,7.86010970509881,7.84771712644419,7.84771712644419,7.84912337654259,7.8559349001755,7.87694076090736,7.8999681051439,7.95703109620808,7.97489486600523,8.04048324750386,8.05302963451004,8.0620823694058,8.08273666716343,8.09060287792045,8.18723862366352,8.20907944555995,8.21035385954298,8.22949204332315,8.27038315825615,8.29962876495551,8.32230454711714,8.32876450867514,8.31687730134638,8.34990220462305,8.35844956819301,8.38468492097229,8.38371812369246,8.36939195137745,8.32834702809288,8.31052720276818,8.35227525110196,8.36124009525417,8.37358872853696,8.38503648304726,8.39136460848988,8.40683335867254,8.4098875579644,8.43073961034474,8.44078111385733,8.44981187651689,8.45901841976422,8.46976304922532,8.48347398723473,8.49221910452803,8.49586656588929,8.49964586246659,8.47042222890275,8.47149888916238,8.49015367475226,8.51262092121851,8.51093980862527,8.50597398790921,8.49993150693348,8.49852525683514,8.49837144848357,8.50008531528505,8.50582017955765,8.51124742532841,8.51557603860329,8.51790514060974,8.51931139070808,8.52458482812733,8.52952867660713,8.53341783616418,8.53510973072946,8.53262682127075,8.53216539531672,8.53403307046983,8.54332750446076,8.54974352064693,8.55532457566864,8.55765367767509,8.55903795463786,8.55145738834779,8.55440172376052,8.55655504427983,8.53311021946104,8.51597154694934,8.50210680058836,8.49709703450054,8.404723983525,8.37022691254197,8.35757066165672,8.34522202837388,8.33454331742013,8.26884507294176,8.22079087140156,8.21417710149206,8.20437729617527,8.19921372263519,8.1720555179478,8.16847397509389,8.16412338868344,8.15871811514887,8.15190659151597,8.1392942860025,8.1051048317226,8.09080063254316,8.05959945904777,8.05052475191576,8.04417465333756,8.03628646944497,8.0185545357632,7.98834213178395,7.99001205411298,7.99115463198069,7.9884080502913,7.98359603792682,7.95571273595397,7.97271957324972,8.0105345157553],\"lat\":[45.3403835811374,45.3522488153305,45.3841750861113,45.4026321179778,45.4030715716956,45.3782314828966,45.3818349979867,45.3964358286506,45.4359316805026,45.4397439363336,45.4450942783782,45.4491921786761,45.4522793372216,45.4565749912428,45.4667043863983,45.471307658022,45.4771084399026,45.4925222585953,45.5042666436906,45.5420266547063,45.5565066362722,45.5659329054792,45.5834890585732,45.5946841278702,45.6049123998873,45.610625290125,45.6180740211991,45.631246628629,45.6448916490303,45.6618215817006,45.7065249524646,45.7419338892376,45.7475808618673,45.7569741727199,45.7526345733269,45.7442629903447,45.733232717316,45.7208621108977,45.7242898454,45.7346169942788,45.7355618184232,45.7238723648177,45.7296621596809,45.7382424825045,45.7405386252573,45.7483169461701,45.7529202177938,45.7551394559212,45.7586331080315,45.7632034213008,45.7803530799306,45.7853189006467,45.8059951706406,45.8224746634749,45.8513137757101,45.9077395593332,45.9150234950382,45.9178140229988,45.9193191499588,45.926493222684,45.924823300355,45.9024111904241,45.9036196858997,45.9314700295182,45.9337991306253,45.933436581533,45.9243179290292,45.9234170502567,45.9476638769863,45.9450051860405,45.9275588959263,45.9178689544887,45.9049270591365,45.8690896556631,45.8539504953191,45.8279788138711,45.7693228060027,45.7724099645482,45.7569522004836,45.724970998213,45.7081948738943,45.6993948251111,45.7024929697747,45.6970986823583,45.642441697926,45.6342239241947,45.6291921858706,45.6217214825604,45.6062197722247,45.4242202537617,45.4122891010612,45.4069057997628,45.3970950083279,45.3847024305727,45.3817361211251,45.3819997933558,45.3792971561388,45.3738479372325,45.3670034552453,45.3477114622142,45.3357803095137,45.3258596541996,45.3182461286559,45.3134497501059,45.3120718124641,45.3046780128799,45.2979104346188,45.2954824557507,45.2919338721505,45.2877261079735,45.2832876317188,45.2808047213608,45.2770034516479,45.2712905605109,45.2524270341802,45.2465383624555,45.2441653150772,45.2413198565262,45.237683381283,45.2305752270651,45.2246865553402,45.217578400223,45.2073171698515,45.2025600889769,45.1993081359617,45.1960012514566,45.1931118466344,45.1787417289476,45.1697549125591,45.1647890918431,45.1733474415312,45.1749294731167,45.1805984188819,45.1979897766069,45.2045156557729,45.1972536923041,45.1898489075011,45.1757424611457,45.1711282034038,45.1783132622472,45.1649429001947,45.1666238086418,45.176105010238,45.176105010238,45.1595156535246,45.1659756150826,45.1673708790628,45.167096220714,45.1685903615559,45.1764675593304,45.1864870906067,45.1869155573071,45.1824770810524,45.1851907034882,45.1914309381872,45.2133926091815,45.2282900704304,45.2634133627365,45.2649624350683,45.2864407078724,45.3076003760565,45.3134341171908,45.3281118515807,45.3424490109131,45.3403835811374]}]],[[{\"lng\":[8.83200427397804,8.86474353278777,8.94057117242164,8.98295642819659,9.01037830421535,9.01121326448055,8.99926013954376,8.98838367396735,9.01336658499986,9.02050769847148,9.02637439796007,9.03599842178971,9.04300770004528,9.17132801747402,9.18501698234786,9.20767079227323,9.22043690523896,9.27459950536286,9.2981981394326,9.30909657724521,9.31700673337406,9.33025624542938,9.33884755437111,9.33372792530349,9.33357411695192,9.33480458556318,9.33377187067526,9.32827870639716,9.31549062029586,9.3119969681855,9.33078358989076,9.35192128583867,9.37121327886973,9.39753652149324,9.42535390585806,9.43866933552141,9.46643033419258,9.48175975690725,9.50700821795488,9.5315917022952,9.53811758146122,9.54266592159502,9.54532461344013,9.54604876463878,9.54264394935876,9.53893057038948,9.54057851958299,9.5441600624369,9.5460716838611,9.54187490580227,9.53205312824923,9.51194814718923,9.5006322287943,9.49186513836543,9.47035390720703,9.4250462882556,9.41821279238644,9.4141917958147,9.38312245843468,9.31981923357074,9.31206288579352,9.30648183077187,9.30432851025256,9.30261464345102,9.30169179154291,9.30261464345102,9.30463612785502,9.30696522896216,9.31300770993784,9.31672108890712,9.32509267098999,9.34359364822825,9.35104237930233,9.35383290726287,9.35600820001838,9.35754628623209,9.35831532888932,9.35846913724089,9.35521718422564,9.34080312116708,9.31764394081523,9.30990956527421,9.30586659646622,9.30665761225896,9.30788808087021,9.31781972230232,9.32260976153128,9.32307118658599,9.3221483355772,9.3195116168676,9.31377675259506,9.30911854948147,9.30169179154291,9.29252919366735,9.27486317759355,9.26690907519367,9.2620970637285,9.25697743466088,9.25467030578994,9.25139637963917,9.24752919231838,9.24489247270941,9.24473866435784,9.24520009031193,9.24458485600627,9.24210194564824,9.23265370330574,9.20143055757416,9.20593495233618,9.20219960023132,9.19879383886456,9.19446522469036,9.18934559562274,9.17134998971022,9.16106678620321,9.15673817292833,9.15269520412033,9.14913563350268,9.14526844618183,9.14061024216892,9.11782459702749,9.09374256476752,9.08567859938785,9.07590076720663,9.05964100123123,9.05265369611118,9.04825916432895,9.04749012167179,9.04795154762581,9.0490501801217,9.05357654801924,9.05529041482077,9.05529041482077,9.05326893041678,9.05032459410472,8.99649158471885,8.97752918152651,8.97240955245888,8.97008045045243,8.97240955245888,8.97271717006134,8.97008045045243,8.96713611503964,8.96388416112512,8.95891834130839,8.95705066525596,8.9499315240206,8.94140613358616,8.91189685465611,8.90537097549009,8.89840564350561,8.88445300640109,8.88243152199715,8.88036609222138,8.87882800600767,8.87757556426089,8.87649890400121,8.87603747804718,8.87619128729807,8.88113513487855,8.88082751817541,8.87788318186335,8.85035144196547,8.83354235929244,8.77412829488486,8.75096911453301,8.71308825352008,8.69401598734794,8.68228258837075,8.66905504855163,8.64554430522549,8.63211901258234,8.60761949974011,8.5732982093449,8.56492662636271,8.56308092344585,8.55655504427983,8.55440172376052,8.55145738834779,8.55903795463786,8.55765367767509,8.55532457566864,8.54974352064693,8.54332750446076,8.53403307046983,8.53216539531672,8.53262682127075,8.53510973072946,8.53341783616418,8.52952867660713,8.52458482812733,8.51931139070808,8.51790514060974,8.51557603860329,8.51124742532841,8.50582017955765,8.50008531528505,8.49837144848357,8.49852525683514,8.49993150693348,8.50597398790921,8.51093980862527,8.51262092121851,8.52379381233453,8.53139635176024,8.53759264108749,8.54194322749794,8.54649156763173,8.55066637255504,8.55640123592826,8.57222154908521,8.61629869942544,8.62559313341637,8.62948229297342,8.63288805523956,8.63816149265875,8.64281969577235,8.65868395430101,8.66378161113244,8.67123034220651,8.68937975647054,8.69726794036313,8.70269518703321,8.70487047978878,8.70627672988718,8.70860583189364,8.7099901088564,8.71185778490883,8.7145384489902,8.71748278530231,8.72414049968432,8.75173815719018,8.75578112599817,8.75731921221188,8.7568577862578,8.75452868515066,8.75096911453301,8.73842272752682,8.73468737542203,8.73499499302449,8.7650755599891,8.83200427397804],\"lat\":[45.4081802146451,45.3593240111941,45.3042165869259,45.2649624350683,45.2790139499338,45.2873635588811,45.2986575050398,45.3215859724147,45.3264748885053,45.3259365588251,45.3209817242272,45.3060073583529,45.3035793803841,45.2991409032301,45.3053481786755,45.3225637558127,45.3275735219005,45.3237612660695,45.3292434433302,45.3279360709928,45.3241677596343,45.3146535996839,45.312873814375,45.3022060895394,45.2926809425714,45.2840237151223,45.27602566825,45.268291292709,45.2564260576165,45.246626253199,45.2487026690929,45.2452969068268,45.2375954905394,45.2147109685363,45.2003518369677,45.1876406554918,45.1827927116143,45.1791857880936,45.1728736732813,45.1653164354051,45.1585378710259,45.1507595501132,45.1421023235633,45.1326570058162,45.1315554478256,45.1241726352589,45.1158559846659,45.1069131127499,45.0974538842893,45.0860390890327,45.08825832716,45.1011782493767,45.1030898708009,45.1036062282448,45.1011782493767,45.1011782493767,45.0879726826931,45.0812490498038,45.0450271241025,44.9417995815854,44.9331203819001,44.9248806350333,44.919607197614,44.9131252638198,44.9023476751051,44.8961733589134,44.8916799502695,44.8889443546982,44.8842422062128,44.8822207218088,44.8788369326783,44.8732778498928,44.8694546079438,44.8670815605656,44.8642141288789,44.8607204767686,44.8564907403554,44.852151140063,44.8265420086068,44.8057448886157,44.77954249509,44.7673916155306,44.7588442519606,44.7549441053861,44.7514834116301,44.7310158814777,44.7162392702261,44.7123061643979,44.7077138788924,44.7036049924764,44.6985622671349,44.6957168085838,44.694068858491,44.6939150501394,44.6960793567769,44.6987160754865,44.7018142201501,44.7119985467955,44.7148989377358,44.7157448850184,44.7143715941737,44.7082741817081,44.7036818962025,44.694684093696,44.6906081656343,44.6830056262087,44.6788198351672,44.6821267196723,44.7208315548324,44.7322024056165,44.7343227668821,44.7388161746267,44.7462099742109,44.7855849760658,44.8015590975743,44.8067226720137,44.8104909824729,44.8125124668768,44.8141604160703,44.8156106115405,44.8181484533884,44.8181484533884,44.8202578285359,44.8247072918081,44.8371108565808,44.8434939135133,44.8488112963042,44.8525576345272,44.8563808764762,44.8603139823044,44.866927752214,44.8706411311832,44.8767934751388,44.8805398133617,44.8833632996765,44.9179262891669,44.9332741902517,44.9392177943657,44.944436300295,44.9527090055162,44.9581362521863,44.9674856176671,44.9725283421093,44.9762197488423,44.9801528537712,44.9813393779099,44.9846242901788,44.9868105690525,44.9884695052634,44.989963645206,44.9923916240742,44.9992141338252,45.00053249318,45.0036086656074,45.0065530019195,45.0098379141884,45.0136391839012,45.0176162342018,45.0219558344941,45.0470156492528,45.0525527589027,45.0538381599031,45.0584414315268,45.0533767339491,45.0276357663775,45.0248012930452,45.0248012930452,45.0305801017902,45.0313381592287,45.0248012930452,45.0412258543897,45.0610451909828,45.1080007591277,45.1370925574755,45.1544509568462,45.1560549606679,45.1647890918431,45.1697549125591,45.1787417289476,45.1931118466344,45.1960012514566,45.1993081359617,45.2025600889769,45.2073171698515,45.217578400223,45.2246865553402,45.2305752270651,45.237683381283,45.2413198565262,45.2441653150772,45.2465383624555,45.2524270341802,45.2712905605109,45.2770034516479,45.2808047213608,45.2832876317188,45.2877261079735,45.2919338721505,45.2954824557507,45.2979104346188,45.3046780128799,45.3120718124641,45.3134497501059,45.3226077011844,45.337021764243,45.3526553097947,45.359664587151,45.3642129272848,45.3656521366368,45.3665090700375,45.3666848515247,45.3594778195457,45.3569729369515,45.3551162470172,45.35278714591,45.3473049677501,45.3414492543795,45.3164114118571,45.3126321152799,45.3089626807831,45.3048537943671,45.3040847517099,45.3047768897416,45.3073147315895,45.3107204938557,45.3229702502768,45.3266946153642,45.3301553091202,45.333198522294,45.3358352410036,45.3402077996502,45.3517324578866,45.3541824098903,45.3570718138131,45.3602798214566,45.3629165410655,45.3650369023312,45.3700686406552,45.3720132204338,45.375495886426,45.3907449106491,45.4081802146451]}]],[[{\"lng\":[12.519719258537,12.4909570500278,12.4724121274177,12.4860791200553,12.4662158380904,12.454592302093,12.4533618334818,12.4651329671127,12.503964862988,12.5098535347128,12.5162256055273,12.5225757032061,12.5283545119511,12.533012715964,12.5368799032849,12.5492944541757,12.576276877376,12.5870215068371,12.5926025618587,12.6039184802536,12.6076318592229,12.6116748280309,12.6122900623365,12.6119824456334,12.6108838122381,12.6093457260244,12.6080932851769,12.6084009018801,12.6121362539849,12.6169262932139,12.622199730633,12.6263965086919,12.6296484617071,12.6434912358318,12.6520166262663,12.6656616466677,12.6988843036677,12.7130127222593,12.7221533478987,12.7246362582567,12.726328152822,12.7275805945688,12.7274267853178,12.7261743444704,12.7184179957939,12.7167261012286,12.716110866923,12.7176489531367,12.7213843052415,12.7552221965471,12.7558374308528,12.7580127245076,12.7631323535753,12.7657690722849,12.7764697563741,12.7800293269918,12.8694360685197,12.8801147794735,12.8816748379234,12.8816748379234,12.880598178563,12.8790381192138,12.8771704440607,12.8791919284647,12.9019775736061,12.9879785528679,12.9992944721621,13.0012939834306,13.0037768937886,13.005644569841,13.0096655655134,13.0126318749611,13.0175757225416,13.0225415432576,13.0267383204172,13.0356152738258,13.0418115631531,13.0528198639456,13.0593457431115,13.0908105888376,13.095974163277,13.1124097107395,13.1187598084184,13.12590092189,13.1433032666324,13.1493677198444,13.1538501414709,13.1564868601805,13.1589697705385,13.1609912549425,13.1657812941714,13.1698242629793,13.1744824669922,13.1856445761363,13.1877978966556,13.1890503384024,13.1888965300508,13.1879517059065,13.1850073695944,13.1837769009832,13.1833154750291,13.1842383260379,13.1854687955484,13.1944775850725,13.2422681134826,13.2472339341987,13.2515845206091,13.2618677241161,13.2648120595289,13.2679102041926,13.2744141111223,13.282478076502,13.3041870613837,13.3116797378296,13.3375635276347,13.3352344256282,13.3361572775363,13.3383325702919,13.3439136253135,13.3479565941215,13.3518237823417,13.3556909696625,13.3603491727761,13.371203665217,13.3757520053508,13.3797730019225,13.3833545447764,13.3862988810885,13.3867603070425,13.38645268944,13.3758838414661,13.3689404817179,13.3380249535887,13.3333667504751,13.3279614760413,13.3061865735515,13.2913110845389,13.2860376471197,13.2767432131288,13.2727002434215,13.263713427033,13.2587476063169,13.2306445783846,13.2200977026469,13.2061450655423,13.1957080536837,13.1904346153652,13.1861060020903,13.1823706508848,13.1795801229243,13.1770972125663,13.1743066855051,13.1679565878263,13.162221724453,13.1460937936936,13.1418750433985,13.1386011172477,13.1362939883768,13.1353491642325,13.137678266239,13.1404687933002,13.1440283639179,13.1551025832176,13.1583545362328,13.1612988725449,13.1634741653005,13.1647046339117,13.1651660598658,13.1645508255601,13.1648584431626,13.1668799275666,13.1665723099641,13.1647046339117,13.1578931102788,13.1532349071652,13.1487305124032,13.1345801215753,13.1317895936148,13.1297681092108,13.1285376405996,13.1294604925077,13.1308667426061,13.1324048279205,13.1364477976277,13.1418750433985,13.1451709417855,13.1529272904621,13.1715161575446,13.1755591272519,13.1783496543131,13.1783496543131,13.1750977012979,13.1594311964925,13.1564868601805,13.1555640091717,13.1560254351257,13.1575635204401,13.1600464307981,13.1633203569489,13.189204146754,13.1997510224917,13.2059912571908,13.2109570770075,13.2129785623108,13.2145166476251,13.2174609839373,13.2199438942953,13.2230420389589,13.2275464337209,13.2303369607821,13.2501782705108,13.252968797572,13.2553418449502,13.2671191892991,13.2699097163603,13.2728540526724,13.2765894038779,13.2807642088012,13.2999902842242,13.3026270029338,13.3051099132919,13.3075928236499,13.3095044441748,13.3108447766651,13.3130200694206,13.3145581556344,13.3169531752488,13.3203589375149,13.3246875507898,13.3353882348791,13.3519775906933,13.3572510281124,13.3617554228745,13.3655127472155,13.3674902862477,13.3637549350422,13.3546143094028,13.3172607928513,13.305417529995,13.3018579593773,13.3006055185298,13.3017041510257,13.3057251475975,13.3071313976959,13.3065161633902,13.3048022956894,13.3021655769798,13.2990674323161,13.2955078616985,13.2905420409824,13.2846533692576,13.2750293454279,13.2648120595289,13.2607690907209,13.2548364736243,13.2470801258471,13.2414990708255,13.2338965313998,13.2204053202493,13.2131323706624,13.2077051239922,13.1895117643564,13.1730762168939,13.1423804147244,13.0987646903382,13.0942602955762,13.0895581470908,13.0854272875393,13.0816699631982,13.0796484787942,13.0773193767878,13.0732983811154,13.0512817786312,13.0302877772591,13.0295820594645,12.9975366590895,12.9864624397898,12.9776733771246,12.9729712286393,12.9662036503781,12.952514684605,12.9204565777089,12.9061523785294,12.8975171242159,12.8854101900282,12.8735229826995,12.8655688802996,12.8522754228725,12.8433764972276,12.8325879223947,12.797827179181,12.7911035453923,12.7850390921803,12.7759204396766,12.7649560842559,12.7442358679909,12.7286352816929,12.7197803005204,12.6953467061855,12.6703198497812,12.6246606687549,12.6293847894764,12.6129492420139,12.6060937730092,12.6120703354776,12.6079175036898,12.6057202377987,12.6110815659615,12.6293847894764,12.6297802978225,12.6223095936128,12.6117187734026,12.6022046125528,12.5917016830862,12.5846264872226,12.5810449443687,12.5816821509105,12.5742114476002,12.5722558808042,12.5694873259793,12.5605444549626,12.546877462325,12.5203993582438,12.519719258537],\"lat\":[42.2958302421719,42.2982801932763,42.3184291197081,42.3252626164766,42.335227216263,42.352849286965,42.3721412799961,42.3869321832736,42.3905873257445,42.389400802505,42.3871595912421,42.3752394246597,42.3695045612865,42.3684718463986,42.3693507529348,42.3787550499056,42.3902247766521,42.3961244353944,42.4010023653668,42.4158119358721,42.4223158428019,42.4337965556665,42.4378285383563,42.4417726303026,42.4452113509231,42.4484962631919,42.4523414782766,42.4567909415487,42.4631190669913,42.4655690180957,42.4660853755396,42.4646461661876,42.4623719965704,42.4456288315054,42.4438160878422,42.4434535387498,42.4475624251658,42.4506385975932,42.4540004144875,42.4567909415487,42.4597352778608,42.4631410392275,42.466810472825,42.4701722897194,42.4824769776304,42.4859816167582,42.4896071049839,42.4940455812385,42.4962648202652,42.5002968029551,42.500582447422,42.5018239021513,42.5055922126105,42.5082069590839,42.5240712176126,42.5270704854145,42.5594142367776,42.5646876741968,42.5679725864657,42.5716639931987,42.575278494407,42.5784315714598,42.5814308392618,42.5903187787886,42.6095997848022,42.6079957809805,42.6088746875168,42.6100612107563,42.6123353812728,42.6149391407287,42.6224428032927,42.6267824026857,42.6315614557965,42.6325941706844,42.6317701965373,42.6276832823576,42.6256178525818,42.6237062311576,42.6237501765294,42.630726494632,42.632747979036,42.6442726381717,42.6459535466188,42.6456349428983,42.6425697574883,42.6432399232838,42.6450966123188,42.6477882634176,42.6507765442021,42.653929621255,42.6645753729551,42.6711891428646,42.6768251293762,42.6872181967623,42.690316341426,42.6939857750235,42.6975783039955,42.7011928061031,42.7077846037764,42.7112672697687,42.7151674163431,42.7198695648285,42.7235719576797,42.7346022316077,42.7355800150057,42.7363270845273,42.737568540156,42.7432264989038,42.7442152684199,42.744621762884,42.7430726905522,42.7395131199345,42.7258900726687,42.7192543305229,42.6876576495808,42.6795387527113,42.6754847977851,42.6701564279767,42.663520685831,42.6596205392565,42.6566212714545,42.6549623361429,42.6536220036525,42.6517103822283,42.6503151191474,42.6486671699539,42.6466456846506,42.6444264465233,42.6369337709767,42.6308363585111,42.6037660445673,42.5859791784962,42.5745643832396,42.5735756137236,42.5730592562796,42.5739381628159,42.5721803506427,42.5722352821326,42.5743556433982,42.5760585240816,42.5787941196529,42.5796510539529,42.5800905067715,42.5819801550601,42.5859242470063,42.5874733193382,42.587682060079,42.5869130165225,42.5833973912765,42.5776295695489,42.5647426056867,42.5573817653562,42.5514052028878,42.549856130556,42.5486915795527,42.5474281516878,42.5454176543013,42.5422865503839,42.5382875269478,42.5322120867184,42.5285646262565,42.525774098296,42.5199843034328,42.5177650653055,42.5152382095757,42.5123378186354,42.5089320563693,42.5052626227718,42.4990553473264,42.4967042730837,42.4902772707794,42.4856190676658,42.4801478756239,42.4719850342819,42.4679200923384,42.4648988523002,42.4574061758543,42.4548463617701,42.4507374744549,42.445266282413,42.4361915752809,42.4307972878645,42.4263807838461,42.4204042213777,42.4153175515637,42.4131752171625,42.4093519752134,42.4040785368949,42.4023207247216,42.3999476773434,42.3947731167859,42.3873903042191,42.3672303907699,42.3622755570713,42.357749190073,42.3493556348546,42.3444996771184,42.340775312031,42.3385560739036,42.3293055852845,42.3234169126604,42.3188356141723,42.3134852721276,42.3104640311901,42.3072340513104,42.2918422048538,42.2847010913823,42.2782411298243,42.2721437173586,42.2695619301389,42.2566969394122,42.2542140290542,42.2514784334829,42.2335926905502,42.2310658348204,42.2286927883415,42.2267482076636,42.2251771630956,42.2215846341235,42.2204969868465,42.2190248191401,42.2166957171336,42.2138063132107,42.2102906879649,42.2030836559859,42.1998317029707,42.1969093397942,42.1950196915055,42.1934486460382,42.1917897107265,42.191635902375,42.1909657356802,42.1898231578124,42.1878675910165,42.185175940817,42.1817701794502,42.1786610477691,42.1726734991826,42.1674549932533,42.163115392961,42.1587208620781,42.1552052368322,42.1493605095798,42.1464161741671,42.1430653433908,42.140241857076,42.1375611929946,42.1352320909882,42.1332215936017,42.1317384388778,42.1314308212753,42.1335292103048,42.1380226189487,42.1386158801188,42.1356166132161,42.1302442980359,42.1290577747964,42.1290577747964,42.1315846305263,42.1338148547717,42.1361329706601,42.1462184195444,42.1529859987049,42.1587208620781,42.1736512825806,42.1731349251367,42.170553137917,42.1622804317965,42.1518983514277,42.1486134391589,42.1455152944952,42.1412525997277,42.1254652449251,42.1159626970208,42.1156432668233,42.1249818467348,42.1255751088042,42.123432774403,42.1191041611281,42.1057118268393,42.0982960550189,42.1134791607346,42.1105128521863,42.1045912212079,42.1001307718176,42.099867099587,42.1065138287502,42.1297389267101,42.1395167597906,42.1476466427783,42.1594020139917,42.1676637330948,42.1793531867002,42.1866261362871,42.1872633437283,42.1713111944561,42.1649940551315,42.1582264768704,42.1464601195389,42.1524916134971,42.1747059697047,42.1745082159813,42.1847584602347,42.191767737591,42.1949427868801,42.2058302385746,42.2261439603755,42.2377345362199,42.2222328267835,42.2414039707166,42.2543348790514,42.265156413138,42.2775380047751,42.2715504561886,42.2722316081022,42.2789222826372,42.2911280936866,42.2911280936866,42.2825917162347,42.2782631029598,42.2706276042805,42.293523113301,42.2957724670257,42.2958302421719]}]],[[{\"lng\":[8.36939195137745,8.38371812369246,8.38468492097229,8.35844956819301,8.34990220462305,8.36337144353729,8.37277574050802,8.37879624834818,8.38220201061426,8.37914781132241,8.38072984200858,8.39072740104871,8.39751695244541,8.41017320333066,8.41575425745299,8.42906968801566,8.45156968869014,8.46077623193753,8.47174058825755,8.4848362919613,8.49573472977397,8.49999742544082,8.50610582402453,8.54086656723825,8.55435777838875,8.59841295649272,8.5959300461347,8.59313951817421,8.57222154908521,8.56958483037562,8.56710192001759,8.56541002545231,8.56850817011593,8.57608873640606,8.59825914724183,8.60902574983845,8.61739733192132,8.63785387595561,8.6457640320844,8.64886217674803,8.65103746950359,8.65055407131331,8.64932360270211,8.64607164968686,8.64637926639,8.64886217674803,8.6552122744269,8.66068346646881,8.67076891625248,8.67494372117579,8.67696520557973,8.6765037796257,8.67681139632884,8.67821764642724,8.6817772170449,8.68239245135055,8.67837145567813,8.67371325166522,8.66890124020006,8.66503405287921,8.66457262692518,8.66843981424603,8.69526842819539,8.69744372185028,8.6988279988131,8.69619128010351,8.70581530393309,8.70425524548318,8.7051780973913,8.70796862445246,8.7139232146846,8.71592272595302,8.71702135934822,8.72058092996593,8.72693102764481,8.74817858657252,8.76817370465272,8.77241442808338,8.7784569081598,8.78590563923387,8.8110203863817,8.81381091344286,8.83200427397804,8.7650755599891,8.73499499302449,8.73468737542203,8.73842272752682,8.75096911453301,8.75452868515066,8.7568577862578,8.75731921221188,8.75578112599817,8.75173815719018,8.72414049968432,8.71748278530231,8.7145384489902,8.71185778490883,8.7099901088564,8.70860583189364,8.70627672988718,8.70487047978878,8.70269518703321,8.69726794036313,8.68937975647054,8.67123034220651,8.66378161113244,8.65868395430101,8.64281969577235,8.63816149265875,8.63288805523956,8.62948229297342,8.62559313341637,8.61629869942544,8.57222154908521,8.55640123592826,8.55066637255504,8.54649156763173,8.54194322749794,8.53759264108749,8.53139635176024,8.52379381233453,8.51262092121851,8.49015367475226,8.47149888916238,8.47042222890275,8.49964586246659,8.49586656588929,8.49221910452803,8.48347398723473,8.46976304922532,8.45901841976422,8.44981187651689,8.44078111385733,8.43073961034474,8.4098875579644,8.40683335867254,8.39136460848988,8.38503648304726,8.37358872853696,8.36124009525417,8.35227525110196,8.31052720276818,8.32834702809288,8.36939195137745],\"lat\":[45.6993948251111,45.7081948738943,45.724970998213,45.7569522004836,45.7724099645482,45.7782656779187,45.7876040572814,45.7993704146129,45.8125100636885,45.8325491271405,45.8421511778346,45.8468533263199,45.8456448308443,45.8391738831681,45.8381411682803,45.8442605529821,45.8650906322269,45.8689358473115,45.8649258368579,45.8563674871698,45.8453591863773,45.8339443902214,45.8371633848823,45.8445242252128,45.8444253483511,45.8259902887208,45.8228921440572,45.8202004938577,45.8072805716411,45.804797661283,45.8017544481093,45.798623344192,45.7895046916881,45.7760134805377,45.7461965849045,45.7344741720454,45.7276956076661,45.7238723648177,45.7206753432924,45.7171597180465,45.7122268565842,45.7025808605183,45.6968240240095,45.6887380863935,45.6846511722138,45.6808828617546,45.6770815920418,45.6762795901309,45.6774661133704,45.6763894531107,45.6728738278649,45.6657437005114,45.6601626454897,45.6547353997189,45.648681932625,45.6443972638227,45.6400576644297,45.6395413069857,45.6396951153373,45.6393874986341,45.6357180650367,45.6292581034787,45.6068789519021,45.6030337377168,45.5984084929576,45.5802151333217,45.5715359336364,45.5617141560834,45.5567812937217,45.5499807571063,45.5392910591351,45.5325674262457,45.5230093200241,45.5182302669132,45.5123086359348,45.5003225517443,45.4953347587921,45.4936538503449,45.4868862720838,45.4759329027812,45.4275600975205,45.4238467185512,45.4081802146451,45.3907449106491,45.375495886426,45.3720132204338,45.3700686406552,45.3650369023312,45.3629165410655,45.3602798214566,45.3570718138131,45.3541824098903,45.3517324578866,45.3402077996502,45.3358352410036,45.333198522294,45.3301553091202,45.3266946153642,45.3229702502768,45.3107204938557,45.3073147315895,45.3047768897416,45.3040847517099,45.3048537943671,45.3089626807831,45.3126321152799,45.3164114118571,45.3414492543795,45.3473049677501,45.35278714591,45.3551162470172,45.3569729369515,45.3594778195457,45.3666848515247,45.3665090700375,45.3656521366368,45.3642129272848,45.359664587151,45.3526553097947,45.337021764243,45.3226077011844,45.3134497501059,45.3182461286559,45.3258596541996,45.3357803095137,45.3477114622142,45.3670034552453,45.3738479372325,45.3792971561388,45.3819997933558,45.3817361211251,45.3847024305727,45.3970950083279,45.4069057997628,45.4122891010612,45.4242202537617,45.6062197722247,45.6217214825604,45.6291921858706,45.6342239241947,45.642441697926,45.6970986823583,45.7024929697747,45.6993948251111]}]],[[{\"lng\":[8.404723983525,8.49709703450054,8.50210680058836,8.51597154694934,8.53311021946104,8.55655504427983,8.56308092344585,8.56492662636271,8.5732982093449,8.60761949974011,8.63211901258234,8.64554430522549,8.66905504855163,8.68228258837075,8.69401598734794,8.71308825352008,8.75096911453301,8.77412829488486,8.83354235929244,8.85035144196547,8.87788318186335,8.88082751817541,8.88113513487855,8.87619128729807,8.87603747804718,8.87649890400121,8.87757556426089,8.87882800600767,8.88036609222138,8.88243152199715,8.88445300640109,8.89840564350561,8.90537097549009,8.91189685465611,8.94140613358616,8.9499315240206,8.95705066525596,8.95891834130839,8.96388416112512,8.96713611503964,8.97008045045243,8.97271717006134,8.97240955245888,8.97008045045243,8.97240955245888,8.97752918152651,8.99649158471885,9.05032459410472,9.05326893041678,9.05529041482077,9.05529041482077,9.05357654801924,9.0490501801217,9.04795154762581,9.04749012167179,9.04825916432895,9.05265369611118,9.05964100123123,9.07590076720663,9.08567859938785,9.09374256476752,9.11782459702749,9.14061024216892,9.14526844618183,9.14913563350268,9.15269520412033,9.15673817292833,9.16106678620321,9.17134998971022,9.18934559562274,9.19446522469036,9.19879383886456,9.20219960023132,9.20593495233618,9.20143055757416,9.20314442437569,9.19925526391927,9.19182850598077,9.17926014673839,9.16981190349651,9.15440907092187,9.14852039919703,9.13456776209256,9.12092274169117,9.11580311262355,9.11178211605181,9.10883778063908,9.10712391293822,9.10635487028105,9.10551990911648,9.0994774281408,9.08908436165393,9.04098621564134,9.0270335776375,9.01277332382983,8.99897449507688,8.98201160405227,8.9739476386726,8.96821277529932,8.95922595801153,8.95302966868422,8.94465808660141,8.92305896469946,8.91747790967776,8.91499499931973,8.91358874922139,8.90910632759494,8.90754626914497,8.90616199128289,8.89515369049042,8.87803699021492,8.87586169745936,8.87509265390287,8.87649890400121,8.87959704866483,8.89172595598808,8.90211902247489,8.90460193283292,8.90662341723691,8.90785388584811,8.9083153118022,8.90846912015377,8.90941394429808,8.90956775354897,8.90926013594651,8.90754626914497,8.90398669852732,8.89607654149916,8.89018786977437,8.86981921648362,8.8447044693358,8.8332347425893,8.82574206614345,8.82356677338788,8.81831530820489,8.81660144140341,8.81442614774852,8.81163562068735,8.8083836676721,8.79350817865952,8.79071765069898,8.78544421327979,8.77612780705266,8.77333727909212,8.77087634186967,8.76817370465272,8.76584460354559,8.76446032568344,8.76446032568344,8.76725085364399,8.76663561843901,8.76476794328596,8.75701159460937,8.75219958314426,8.74646471977098,8.73809313768817,8.73345690681077,8.72956774635441,8.72741442583509,8.72462389877387,8.71904284375222,8.71091296076452,8.63211901258234,8.6211107108906,8.61304674551087,8.60948717579254,8.60715807378608,8.60359850316837,8.60219225307003,8.59856676484429,8.59718248698215,8.59687487027901,8.59841295649272,8.60012682329426,8.60135729190546,8.60104967520232,8.59935778063704,8.59718248698215,8.58957994845582,8.582153189618,8.56415758370554,8.47631090062754,8.44825181806692,8.43801255903236,8.4300584575318,8.42276353570861,8.41408433602328,8.40881089860409,8.40432847607832,8.38991441301971,8.38697007670766,8.38464097560052,8.38308091715061,8.38154283093689,8.38029038919012,8.37668687320064,8.37141343578145,8.35961411919624,8.35326402061804,8.34878159899159,8.346144880282,8.34335435232151,8.34008042707006,8.3315550357363,8.31290025014641,8.30795640256594,8.30035386314023,8.29057603005975,8.27462388168675,8.26717515061267,8.26546128291187,8.27835923289229,8.28585190933813,8.29481675349035,8.32933579760896,8.34919907957385,8.36042710722518,8.35172593530365,8.34359605231595,8.32324937126145,8.31597642167452,8.31498765215838,8.3194920469204,8.32702866873808,8.33502671561041,8.34948472404079,8.35528550592136,8.35374741970764,8.34627671639731,8.3631077713066,8.39248521412134,8.40863511711694,8.41588609356836,8.4205223244457,8.42256578108589,8.42199449215207,8.47756334237431,8.49885484667379,8.49782213178594,8.48681383099347,8.45288804804494,8.42616929707538,8.4224339458699,8.42267564496501,8.42551011739801,8.4267405860092,8.42432359415852,8.39492417910759,8.38086167812395,8.37229234231773,8.36222886477026,8.3637230056122,8.3655247640566,8.37409409986282,8.3757859944281,8.37664292782887,8.37934556504575,8.38046617067721,8.38167466705221,8.38244370970943,8.38347642459729,8.38839829994157,8.38747544803351,8.37958726414092,8.35968003680426,8.35168198993188,8.34988023148748,8.35115464636982,8.34818833692219,8.33863023159989,8.31296616775444,8.303232280945,8.23786362630528,8.23320542229237,8.23217270740452,8.22305405490073,8.19229233512317,8.18295395576041,8.1610911625271,8.14254623991701,8.12857162967697,8.12030991057389,8.11725571128204,8.11310287949431,8.11042221451356,8.11178451924013,8.11376205917168,8.129033055631,8.13793198127593,8.14263412976129,8.15190659151597,8.15871811514887,8.16412338868344,8.16847397509389,8.1720555179478,8.19921372263519,8.20437729617527,8.21417710149206,8.22079087140156,8.26884507294176,8.33454331742013,8.34522202837388,8.35757066165672,8.37022691254197,8.404723983525],\"lat\":[45.2045156557729,45.1979897766069,45.1805984188819,45.1749294731167,45.1733474415312,45.1647890918431,45.1560549606679,45.1544509568462,45.1370925574755,45.1080007591277,45.0610451909828,45.0412258543897,45.0248012930452,45.0313381592287,45.0305801017902,45.0248012930452,45.0248012930452,45.0276357663775,45.0533767339491,45.0584414315268,45.0538381599031,45.0525527589027,45.0470156492528,45.0219558344941,45.0176162342018,45.0136391839012,45.0098379141884,45.0065530019195,45.0036086656074,45.00053249318,44.9992141338252,44.9923916240742,44.989963645206,44.9884695052634,44.9868105690525,44.9846242901788,44.9813393779099,44.9801528537712,44.9762197488423,44.9725283421093,44.9674856176671,44.9581362521863,44.9527090055162,44.944436300295,44.9392177943657,44.9332741902517,44.9179262891669,44.8833632996765,44.8805398133617,44.8767934751388,44.8706411311832,44.866927752214,44.8603139823044,44.8563808764762,44.8525576345272,44.8488112963042,44.8434939135133,44.8371108565808,44.8247072918081,44.8202578285359,44.8181484533884,44.8181484533884,44.8156106115405,44.8141604160703,44.8125124668768,44.8104909824729,44.8067226720137,44.8015590975743,44.7855849760658,44.7462099742109,44.7388161746267,44.7343227668821,44.7322024056165,44.7208315548324,44.6821267196723,44.6137587972307,44.5992898026822,44.5926760327727,44.5869191962639,44.5837441478741,44.5812612375161,44.5811074291645,44.5834804756434,44.5873586499817,44.5893691482676,44.5917531808646,44.5942251051045,44.5973342358863,44.6012014241064,44.6098147052844,44.6146157306314,44.6192629476269,44.6321608976073,44.6404775482002,44.653342538927,44.6598574319749,44.6654934184864,44.6690529891042,44.6722060652577,44.6825991317445,44.6843239855635,44.6847634383819,44.6828078724853,44.6810940047845,44.678929698147,44.6766994730023,44.6638125100393,44.6610988867042,44.6593960060208,44.6507607517073,44.63999415001,44.6372805266749,44.634281258873,44.6314357994226,44.629260506667,44.6239980553659,44.6177468345488,44.6150771565855,44.6118471758065,44.6082326736989,44.6040468826575,44.5906325752331,44.5823488838939,44.5781850650886,44.5740212471828,44.5695278385389,44.5651882391459,44.5603762267814,44.5593764711472,44.5616176815108,44.5619802306031,44.5610024472052,44.5588271544496,44.5558388727657,44.5408974661451,44.5374367723891,44.5344375054864,44.5318007858775,44.5295266162603,44.5217043499757,44.5192434127533,44.5125856974719,44.5031264690113,44.5012587929589,44.5008522984947,44.5020937541235,44.504565677464,44.5078505897329,44.5116518594457,44.5227590379992,44.5264834030866,44.5296584523757,44.5374587455246,44.5434792533648,44.5528396058631,44.560464117525,44.5665835022268,44.573065436021,44.5759878000969,44.5786245188065,44.5807888254439,44.5825466376172,44.5886989815727,44.5885451732211,44.5875124583333,44.5853371655777,44.5825795968709,44.5756801824944,44.5721645572485,44.5654958558491,44.562035162093,44.558673346098,44.5554982968089,44.5525759336324,44.549269048228,44.5458632868612,44.5425564023561,44.539447270675,44.5310537163559,44.5247805224031,44.5162441449513,44.5181118210037,44.5152663615533,44.5119045455583,44.5117507363074,44.5129921919361,44.5161452680896,44.5159365282482,44.5146511272477,44.5068398479806,44.5046755413431,44.5025771523137,44.5008962438665,44.497907963082,44.4948317906546,44.4906130403595,44.4864052770819,44.4809560581755,44.4806484405731,44.4822194851411,44.4849331084761,44.4873061558544,44.4895034217455,44.4924477571582,44.4969741250558,44.4988637733445,44.5029726597604,44.5094545944539,44.5158376504871,44.5199685100387,44.5217373092294,44.5346022999561,44.5499502010409,44.5606618712483,44.5592995665218,44.5659133364313,44.5770205149848,44.5901711501784,44.5913357002823,44.5902810131582,44.5959829172778,44.6050905836635,44.613725837977,44.6202187587887,44.6229323812244,44.6318862392585,44.651672616598,44.6737990829613,44.6898171498416,44.6938820908858,44.6896853137262,44.692212169456,44.6998476681354,44.7111745726484,44.7233474244441,44.7335317510894,44.7515273570019,44.7674355609024,44.7946596831978,44.8037893218197,44.8063051914314,44.8163137365896,44.8192470858843,44.8245095380847,44.8318593913978,44.8386269696589,44.8432741866544,44.8444607098938,44.8510744798034,44.8639504575476,44.9117849313295,44.9198598828273,44.9223098339316,44.9285720417663,44.9293191121873,44.9295388381468,44.9296926473978,44.9300442094727,44.9310329789888,44.9319997762686,44.934219014396,44.9633767303518,44.9689687714916,44.9802737037684,44.9884035867561,44.9979177476059,45.0074319075565,45.0238235105465,45.0335134519842,45.0435879147504,45.0585732676421,45.0722402602798,45.0559035896789,45.0457522222872,45.0315029536984,45.0137710191172,45.0386111079163,45.0395339598244,45.037314721697,45.0494436281209,45.0691421156161,45.0896316180047,45.0936086692047,45.0954983174933,45.0988161890159,45.1070559349834,45.1078799100298,45.1230300564919,45.135675321259,45.1606033008017,45.1685903615559,45.167096220714,45.1673708790628,45.1659756150826,45.1595156535246,45.176105010238,45.176105010238,45.1666238086418,45.1649429001947,45.1783132622472,45.1711282034038,45.1757424611457,45.1898489075011,45.1972536923041,45.2045156557729]}]],[[{\"lng\":[11.8243725518518,11.8322387635081,11.8342382747766,11.8432470643006,11.8708886671782,11.8807983354748,11.8882470656495,11.8911914019616,11.8936743123197,11.895541988372,11.8956957967236,11.8939819299221,11.8877856405948,11.8825122022763,11.8736791942394,11.8666918891194,11.8635937444557,11.8609570257461,11.8583203070365,11.8558373966785,11.8503662055359,11.8481909118811,11.8429174744618,11.8265038992355,11.8219995053728,11.8029272383014,11.7996313399144,11.7979614184846,11.7992138593322,11.8011694261281,11.8038500902095,11.8407641539425,11.845861810774,11.8480371035295,11.8499047795819,11.850212396285,11.8486523378351,11.850212396285,11.8534643501996,11.8583203070365,11.8639013620582,11.8876318313439,11.8929052696624,11.8970800745857,11.9000244099985,11.9039135704549,11.9067040984154,11.9109228478112,11.9207006808917,11.9245678682125,11.9265893526165,11.9273583952737,11.9205468716408,11.9197778289836,11.9203930632892,11.9225683560448,11.9253588840053,11.9326318335922,11.9628662098077,11.9664257795261,11.9694360343455,11.9712817372624,11.9706665029568,11.9672607406906,11.9575927714892,11.9448925761315,11.9388281229195,11.9320165992866,11.9101098597822,11.9059130826226,11.9021997036534,11.8964648393808,11.8842260699772,11.8404565372394,11.8205932552745,11.8106835869779,11.7998290936378,11.7441284081995,11.7121362198107,11.7068627814921,11.7026660043326,11.6989526253633,11.7000512578592,11.7014355357214,11.7054565313938,11.7059399304834,11.7046874887366,11.6997216680206,11.6911962775861,11.6874828986168,11.684494616933,11.6807592648282,11.6848022336362,11.6537988147635,11.6376708849034,11.6135888526434,11.6033495945082,11.5993285979364,11.5960766449212,11.5931323086091,11.5908032066027,11.5845849450392,11.5841235190851,11.5788500816659,11.5721484210128,11.5684130698073,11.564238264884,11.5591186358164,11.5533837724431,11.5409911937886,11.4950463673959,11.4860595510075,11.4405761505689,11.4153075950695,11.3926098397723,11.3875121838402,11.3833154057813,11.379755836063,11.3796020268121,11.3803710703686,11.3840844493379,11.3847216558797,11.3830077890782,11.3761742923097,11.3704394289365,11.3637817136552,11.35896970219,11.3510595451619,11.3461156975814,11.341413549096,11.3341186272728,11.3308666733583,11.3282299546487,11.3260546618931,11.3232641339326,11.3192431382602,11.3147387434982,11.3107177469265,11.3071362040725,11.2945458716946,11.2787255585377,11.2745287804788,11.270661593158,11.2658495816928,11.2580932330163,11.2005468446611,11.1988329769603,11.1994482112659,11.202392547578,11.2019311216239,11.1994482112659,11.188747528076,11.1845727231527,11.1825072933769,11.1830126638034,11.1858031917639,11.1854955741614,11.1848803398558,11.1479223307509,11.1307177406312,11.1129858060501,11.0636352182907,11.0582299447561,11.0531103156885,11.0430248659048,11.0362133422719,11.0284569944947,11.0171410760998,11.0112524034756,11.0067040633418,10.9935204697939,10.9905761334817,10.9871703712157,10.9834350200102,10.9791064067352,10.9623632416702,10.9577050385567,10.9542992762906,10.948828085148,10.9457299404843,10.941840780028,10.9370287676635,10.9317773033798,10.9249438066114,10.9168798412317,10.9027294504038,10.8940502507185,10.8869091372468,10.8766698791116,10.8724950741883,10.8703197814327,10.8707812064875,10.8757470272035,10.8757470272035,10.8762084531576,10.8773070856535,10.8786913635156,10.8808666562712,10.8831957582776,10.8962035712378,10.8989062075554,10.9002465400458,10.8995214427604,10.8954345285806,10.8938964423669,10.8886230040484,10.8845800352404,10.8448974166824,10.8267040570466,10.8124438023396,10.8087304233703,10.799589797731,10.7674438009906,10.7618627459689,10.7570507336044,10.7441747567596,10.7393847175307,10.7339574708606,10.7286181158333,10.7089306144563,10.7035033686855,10.6873974110617,10.6830468246512,10.679794871636,10.6771581529264,10.6754003398538,10.6741698712426,10.6732250470982,10.672456004441,10.6708959450918,10.6684350078693,10.6653148900701,10.6611400860461,10.6563280736817,10.6451659636383,10.6209960415341,10.6158104939591,10.6116356890358,10.5982982862369,10.5942772905645,10.5896190865516,10.5846532667348,10.5792260200648,10.5696239684714,10.560878851178,10.5576268981628,10.5562426203007,10.5596483825668,10.5590331482612,10.5543749451476,10.54925531608,10.5325121510149,10.5286449636941,10.5258544357336,10.5229101003209,10.5132860764912,10.5071996501437,10.5068920325413,10.5076610760977,10.5120556069807,10.5184057055588,10.5198119556572,10.5194823658185,10.516230411904,10.5078148844493,10.5059472083969,10.5042553138317,10.5030028729842,10.5020800210761,10.501157169168,10.5000585366721,10.49867425881,10.4955761141463,10.4747899811727,10.4699779688082,10.4659569731358,10.4628588284721,10.4603759181141,10.4591454486036,10.4597606838085,10.4620897849156,10.4685936918454,10.4734057033106,10.4781957425395,10.4907641026812,10.494631290002,10.4989818764125,10.5057934000454,10.5108031661332,10.5151537516443,10.5222728928797,10.5520458431411,10.5546825618507,10.5568578555056,10.5585497500709,10.5641308041933,10.5639769958417,10.5654271913118,10.5672948673642,10.5758202577986,10.5902343208572,10.589926704154,10.5880590281017,10.5801708442091,10.5783031681567,10.5781493598051,10.5795336376672,10.5804784618115,10.5806322701631,10.5792260200648,10.5776879338511,10.5669872497618,10.5278539479013,10.5343798270674,10.5518920347895,10.5582421324684,10.563361761536,10.5866747511388,10.5981444778853,10.6074389118763,10.6116356890358,10.6189086386228,10.6290380337782,10.632311959929,10.6358715296474,10.6378930140514,10.6392772919135,10.6386620576079,10.6301366662741,10.6276537559161,10.6247094205033,10.6574926246849,10.7452294438837,10.7627196793697,10.7762108905202,10.7975463410908,10.8399315959664,10.9973876571146,11.0114281849628,11.0379711544452,11.0510668581489,11.0643383433398,11.0569335576375,11.0552856084441,11.08589351987,11.1175780915557,11.1318163731271,11.1453954750211,11.1591503584023,11.1927245783766,11.2020629577393,11.2096874703005,11.2144555363939,11.2011620789668,11.2017553410361,11.156184049854,11.1537670580033,11.1614574872732,11.1752123706544,11.1910107115751,11.217246063455,11.242009248528,11.2871191137561,11.3182104233723,11.3281860092769,11.3422924556323,11.3560473390135,11.3707250734034,11.387556129212,11.3924340591845,11.3943896250811,11.3981689225577,11.408474098301,11.4196581805805,11.4437621859761,11.4548583775121,11.4637353309208,11.4693823035504,11.4765673632932,11.4901464651872,11.5378491037531,11.5541967604721,11.5773998861958,11.5872656091205,11.5953076013647,11.6411865101493,11.6599291864828,11.6840991094863,11.7158276256444,11.7784057532229,11.7914575115549,11.8016967696902,11.8117602463383,11.8243725518518],\"lat\":[46.5226883131151,46.5040335275252,46.4838296696036,46.4784573544234,46.4744253717335,46.4713711724416,46.467394122141,46.464911211783,46.4621756162117,46.4588687308072,46.4547598443913,46.4500357227703,46.4437845019532,46.4406753711714,46.4364456347582,46.4323587196791,46.4299087685748,46.42708528226,46.4218228309588,46.4144510045102,46.3845022727617,46.3810196067694,46.3783059834344,46.3771194601949,46.3756692647248,46.3662100362641,46.3635733166552,46.3595962663546,46.3531912362865,46.348829663758,46.3452810801577,46.3160904049482,46.310816967529,46.3078726312169,46.3045108152219,46.2992373769034,46.2825271710921,46.2770999253213,46.2737161361907,46.2725296120519,46.2721670638589,46.2727053935391,46.2719033916282,46.2702993878065,46.2677176005868,46.2614663797696,46.2590164286652,46.2571267794773,46.2544900607677,46.2530947976867,46.2512820531242,46.2506118873287,46.2338137907738,46.2277713097981,46.2227615437102,46.2198391805337,46.2173342979395,46.212687080944,46.200975654203,46.1988333207012,46.1963064649714,46.1930984573279,46.1892202829897,46.185144354928,46.1811563176099,46.1774429386407,46.1740591495101,46.1687857120909,46.1465933281196,46.1402322443226,46.1365847829613,46.1326626641506,46.1282461592328,46.1180618334868,46.1089651532192,46.1068997234435,46.1056582678148,46.1052957196217,46.1010659832085,46.0993850747614,46.0951663244663,46.0870803868503,46.0757424953199,46.0695901513644,46.0617349267255,46.0576809717994,46.0534182761325,46.0481668109496,46.0426187151816,46.0377847305808,46.0302700818987,46.0044741819379,45.9843252555061,45.9754373159793,45.9739431751374,45.9755911243309,45.9778433217119,45.9794143671793,45.9816336053066,45.9842263786445,45.9871707149565,45.9999807741934,46.0006509399889,46.0061880496388,46.0106265258934,46.0124942019459,46.0141421511394,46.0151968391628,46.0158230595865,46.0159768679381,46.012439270456,46.0098574832363,45.9876321409105,45.9828311146642,45.9810733024909,45.9788980097354,45.9753384391176,45.9675820913404,45.9625723252526,45.9581777934704,45.9518496689271,45.9485647566582,45.9448403906715,45.9399844338345,45.9351834084875,45.9270645116179,45.9229336520664,45.9214395112244,45.922571102974,45.9243838475365,45.9285696385779,45.9308877535669,45.9334805269048,45.9362930271015,45.9385452244825,45.9397317486213,45.9393691995289,45.937710263318,45.9355459566805,45.9259878513582,45.9189566008664,45.9149795496664,45.9090579186879,45.8968081622668,45.8839211993039,45.8108950737486,45.8074893114825,45.8023696824149,45.7947781291073,45.7912625038614,45.7882632369588,45.7837918005511,45.7815945355593,45.7784414585065,45.7734866248078,45.7617312526951,45.7581387237231,45.7547219753388,45.7105129897826,45.6995925788344,45.7002627446299,45.7125564464229,45.7130728038668,45.7126663094026,45.7109084972294,45.7112161148318,45.7123806649357,45.7151382336426,45.7146218761986,45.7128640640253,45.698999316765,45.6964834480527,45.6942642099253,45.6927151375935,45.6918362310572,45.6950881840724,45.6941653321643,45.6921987801496,45.6867495612432,45.6843435546114,45.6824868655764,45.6816519044118,45.681893603507,45.6858376954532,45.6925063968527,45.7083486831452,45.7142153817344,45.716950978205,45.7158193864555,45.7178298838421,45.7220706072727,45.7309036153096,45.7502834990842,45.7507009796665,45.7545681669873,45.7578530792562,45.7613906767383,45.7648293973588,45.7676968299447,45.7772109898953,45.7798916539766,45.7840774450181,45.7900210491321,45.7996890183335,45.8060940475023,45.8128616257634,45.8169485399432,45.8340542541005,45.8412283268258,45.8449746641494,45.8454470762215,45.8456008854724,45.8416458065087,45.8417007388979,45.842579644535,45.8474356022712,45.8486221255106,45.8491934144445,45.8488308662514,45.8448208557978,45.8442825261176,45.8452603086163,45.8442056214922,45.8420303287367,45.8392178285399,45.8358120662738,45.8321426326763,45.8240786672966,45.8203543022092,45.8169705130787,45.8140042045304,45.8114883349187,45.8097634810998,45.808675834722,45.8078518605749,45.8088296439728,45.8080056689265,45.8065115280845,45.7973379440908,45.7956570356437,45.794514457776,45.7942288133091,45.7947231976174,45.7971841357393,45.800359184129,45.8031167528359,45.8071816938801,45.8196841364137,45.8244082571354,45.8277151425398,45.8295059139667,45.832241509538,45.8340981994723,45.8365261774411,45.8413381898056,45.8659365795095,45.8774612377459,45.8822073316031,45.8883596755585,45.8983572345987,45.908310848267,45.9121890226053,45.9167373627391,45.9227798428155,45.9327224703657,45.9359085057729,45.9393691995289,45.9429837016365,45.9475869732602,45.9608694445692,45.9651541124723,45.9676370228303,45.9693179312775,45.9730642686011,45.9744265733277,45.9762942493801,45.9786892689946,45.9815896599349,45.9849954222009,45.9910379022774,45.9985635379768,46.0117910768967,46.0178335578724,46.0216348275852,46.0269082650044,46.0334231580523,46.0435415661903,46.0664151029746,46.0757974268098,46.081993716137,46.0860256988269,46.1066690104664,46.1093826338015,46.1124258469752,46.1180069010976,46.1566128602952,46.1820352241463,46.1885281440586,46.1935159379102,46.2060733110345,46.2333743379553,46.2404824921733,46.2507656956803,46.2724197490721,46.2823404034868,46.2896243400912,46.2934036366685,46.2974356193583,46.3014895742844,46.3091580322174,46.3127285889532,46.3220559812985,46.3426443614481,46.3532901131482,46.3643533463298,46.3667044205725,46.3673526141318,46.3664187761056,46.3673526141318,46.3698025652362,46.3714834736833,46.3753616480216,46.3830081319197,46.3863150173242,46.390808425968,46.3948404077586,46.3990261996993,46.4110672153797,46.4401370405919,46.447651689274,46.4544522267888,46.4494973921909,46.4849392882176,46.4843020816757,46.4754031551315,46.4469375781067,46.4307217575031,46.4791824526081,46.472414874347,46.4512442191454,46.4459817678443,46.4580117974065,46.487499103201,46.5156131181508,46.5235562335333,46.49379426939,46.4885647773426,46.4871804994804,46.4896853820747,46.505637531347,46.5039895821535,46.4920254701993,46.4693167296833,46.3470279062129,46.339238599182,46.284021311934,46.2662344458629,46.2495462131872,46.235857247414,46.227079170867,46.2238931363592,46.2311770720642,46.2590933323913,46.2884707752061,46.2935025135301,46.2878555409005,46.2754849344821,46.2690359599416,46.2811319080111,46.2925906486395,46.3041702383658,46.3150686761784,46.324461987031,46.3280764891387,46.3305484133786,46.3348440682991,46.3437649670796,46.3529495371914,46.359629224709,46.3610904071965,46.3536746353761,46.3570144791349,46.3680886984346,46.3760427999352,46.3862051534451,46.4727224910501,46.4938052555081,46.5076809888865,46.5138003735884,46.5101089668553,46.5164151200617,46.525676594799,46.5303128256763,46.5226883131151]}]],[[{\"lng\":[11.1838256527317,11.1752343437899,11.1683569016497,11.1619848317346,11.1567333665516,11.1531298505622,11.1507787763194,11.1307177406312,11.1479223307509,11.1848803398558,11.1854955741614,11.1858031917639,11.1830126638034,11.1825072933769,11.1845727231527,11.188747528076,11.1994482112659,11.2019311216239,11.202392547578,11.1994482112659,11.1988329769603,11.2005468446611,11.2580932330163,11.2658495816928,11.270661593158,11.2745287804788,11.2787255585377,11.2945458716946,11.3071362040725,11.3107177469265,11.3147387434982,11.3192431382602,11.3232641339326,11.3260546618931,11.3282299546487,11.3308666733583,11.3341186272728,11.341413549096,11.3461156975814,11.3510595451619,11.35896970219,11.3637817136552,11.3704394289365,11.3761742923097,11.3830077890782,11.3847216558797,11.3840844493379,11.3803710703686,11.3796020268121,11.379755836063,11.3833154057813,11.3875121838402,11.3926098397723,11.4153075950695,11.4405761505689,11.4860595510075,11.4950463673959,11.5409911937886,11.5533837724431,11.5591186358164,11.564238264884,11.5684130698073,11.5721484210128,11.5788500816659,11.5841235190851,11.5845849450392,11.5908032066027,11.5931323086091,11.5960766449212,11.5993285979364,11.6033495945082,11.6135888526434,11.6376708849034,11.6537988147635,11.6848022336362,11.6957885621924,11.7064233286737,11.7154980358057,11.7224194233177,11.7260449115434,11.7281323135554,11.7408984274205,11.7739013584609,11.7844482341986,11.7853051675994,11.7783837809867,11.7770654216319,11.7797241125777,11.7850414953687,11.7996972584217,11.7901171790646,11.7541479394758,11.742546376614,11.7415356348616,11.7428100488447,11.7458862203728,11.7502587799187,11.7593334870508,11.7686498932779,11.7907324142695,11.8042455976562,11.8164184503512,11.8257568297139,11.830788568038,11.8297778253863,11.8178247004495,11.8135180594109,11.8135839770189,11.8218237238858,11.7243969623499,11.7113232308824,11.6817260621081,11.6708276242954,11.6568090686836,11.649382310745,11.6453393419371,11.6443285992854,11.6459985216144,11.6515136590281,11.6662573119254,11.6706957881801,11.6699047723873,11.6581933465457,11.6712231317421,11.706555164789,11.7199584851959,11.7304614155619,11.7380639549875,11.7429199118245,11.7459301657445,11.7442602443148,11.737976064244,11.731230458219,11.7174975479734,11.7109496956719,11.7051928600624,11.7028198126842,11.6993041874383,11.689811999724,11.6166869973071,11.6114794774959,11.6125121923837,11.6249047710384,11.6261352396496,11.6104247894725,11.5910668788334,11.5813549642602,11.5842993005722,11.5920117029777,11.6115234228677,11.6169506686384,11.6182690279932,11.6159399268861,11.6103368996282,11.6024047703639,11.5427929513336,11.4871581835034,11.4866088668057,11.4781933393511,11.4540014441113,11.4470141389913,11.4384448031851,11.4325781036965,11.4206030056242,11.3691430427172,11.36354001456,11.3592553466569,11.3274828842277,11.3309985094736,11.3300976307011,11.32176999399,11.308850070874,11.2942602272277,11.2808129605497,11.2493700888585,11.2379443065845,11.228276337383,11.2088085637642,11.1999755557273,11.1838256527317],\"lat\":[45.6201394509749,45.6219851538917,45.626094041207,45.6314224101161,45.6377944809306,45.6450015120101,45.6725442380261,45.6995925788344,45.7105129897826,45.7547219753388,45.7581387237231,45.7617312526951,45.7734866248078,45.7784414585065,45.7815945355593,45.7837918005511,45.7882632369588,45.7912625038614,45.7947781291073,45.8023696824149,45.8074893114825,45.8108950737486,45.8839211993039,45.8968081622668,45.9090579186879,45.9149795496664,45.9189566008664,45.9259878513582,45.9355459566805,45.937710263318,45.9393691995289,45.9397317486213,45.9385452244825,45.9362930271015,45.9334805269048,45.9308877535669,45.9285696385779,45.9243838475365,45.922571102974,45.9214395112244,45.9229336520664,45.9270645116179,45.9351834084875,45.9399844338345,45.9448403906715,45.9485647566582,45.9518496689271,45.9581777934704,45.9625723252526,45.9675820913404,45.9753384391176,45.9788980097354,45.9810733024909,45.9828311146642,45.9876321409105,46.0098574832363,46.012439270456,46.0159768679381,46.0158230595865,46.0151968391628,46.0141421511394,46.0124942019459,46.0106265258934,46.0061880496388,46.0006509399889,45.9999807741934,45.9871707149565,45.9842263786445,45.9816336053066,45.9794143671793,45.9778433217119,45.9755911243309,45.9739431751374,45.9754373159793,45.9843252555061,45.9805679311651,45.9750637807688,45.9674172959714,45.957518613793,45.9428079201494,45.9388308689494,45.9320852638239,45.9268997162489,45.91904449161,45.9125515716976,45.9018948329801,45.8946987871193,45.8876345782732,45.8835806233471,45.880570369427,45.868100886147,45.8551040593049,45.8416348203907,45.8337356503799,45.8258694387236,45.8184207085488,45.8117959525212,45.8034573287927,45.8000515674259,45.7996560590798,45.7958438032489,45.7864285192607,45.7738601600183,45.760610647963,45.7497561546228,45.7326394552466,45.7231143082787,45.7144900400833,45.6871011233181,45.6796633792615,45.6762576169954,45.6486489733714,45.642441697926,45.6397170884728,45.6354104474342,45.6257974097227,45.6147891089302,45.6062966768501,45.6003640597535,45.5920144499069,45.5855215299946,45.576128219142,45.5388735785528,45.5416970648676,45.5589236281229,45.5596487263077,45.5555508251105,45.5471243115377,45.5348415958629,45.4882156175567,45.4789211835657,45.4720437423248,45.4701211347825,45.4708352459498,45.4695937912205,45.4657815344902,45.4613650304718,45.4504885657947,45.4382937408634,45.386987586308,45.3747598030225,45.3686184451851,45.3546108765906,45.3332754260201,45.3225198104409,45.3133352403291,45.2966909521257,45.285495883728,45.2804092130148,45.273323031033,45.2671157555876,45.2601943689749,45.253382845342,45.2474502273461,45.2438796706103,45.2462527179885,45.2658633138408,45.2786733730777,45.2882204931812,45.3005251810922,45.306644565794,45.3251125837787,45.3329238639452,45.3397134144425,45.348744177102,45.3518972532556,45.3568740600898,45.4416555577578,45.4697146403184,45.4833706468378,45.4958950616078,45.5017507740789,45.5053323178322,45.5110561950873,45.5474539013764,45.591212447996,45.6104714817735,45.6228860326643,45.6234573224974,45.6201394509749]}]],[[{\"lng\":[11.1307177406312,11.1507787763194,11.1531298505622,11.1567333665516,11.1619848317346,11.1683569016497,11.1752343437899,11.1838256527317,11.1999755557273,11.2088085637642,11.228276337383,11.2379443065845,11.2493700888585,11.2808129605497,11.2942602272277,11.308850070874,11.32176999399,11.3300976307011,11.3309985094736,11.3274828842277,11.3592553466569,11.36354001456,11.3691430427172,11.4206030056242,11.4325781036965,11.4384448031851,11.4470141389913,11.4540014441113,11.4781933393511,11.4866088668057,11.4871581835034,11.4739965621916,11.4589452916919,11.443520486881,11.4292822044102,11.4060351333147,11.4007397236593,11.4125829856163,11.42482175502,11.4260961699023,11.4185803152293,11.4169115988911,11.4111108170106,11.4452123814463,11.4258105245361,11.3858642346467,11.3583764401206,11.3324926503155,11.2103027046061,11.2041064152788,11.1735204760891,11.1623583660457,11.154909635871,11.1511962569017,11.14561520188,11.138166470806,11.1094262354324,11.1057128564631,11.1019994774939,11.0979565086859,11.0908373674505,11.0838500623305,11.0773461563001,11.0695458631511,11.0647338507866,11.0524731082473,11.0501659793765,11.048298303324,11.0473754523152,11.0479906866209,11.0496825811862,11.0538793583457,11.0551098269569,11.0540331666973,11.0492211552321,11.0442773076516,11.0388500609815,11.0250512322286,11.0127904896893,11.0063964466387,11.0018920518767,11.0003319934268,10.9994091415186,10.9989477155646,10.9994091415186,11.0003319934268,11.0040673446322,11.0048363881888,11.0052978132435,11.0037597279291,11.000815391617,10.9930590438398,10.9873241804665,10.97956783179,10.9458837488359,10.8486107956517,10.8461498584292,10.8403490765486,10.8356908734351,10.8043798369599,10.7946239770149,10.7868236838659,10.7826269067064,10.7792211444403,10.7742553246235,10.771003370709,10.766960401901,10.7610717301762,10.7568969252529,10.7536449722377,10.7514696785828,10.7479101088644,10.7452733892555,10.7401537601879,10.7345727060655,10.7292553223752,10.7185546382859,10.6974608877098,10.7064037596258,10.7069311031879,10.7179394039803,10.7179394039803,10.705217235487,10.7021190908234,10.7042943844783,10.7024267084258,10.6873974110617,10.6617553203517,10.6613388272251,10.6499779760028,10.6451659636383,10.6429906708827,10.6433202607215,10.6471874480423,10.6496703584003,10.6504394019568,10.6405297336603,10.6411449679659,10.6442431126295,10.7455810068579,10.7606103042222,10.7829345243088,10.7977221216785,10.802534134043,10.8448974166824,10.8845800352404,10.8886230040484,10.8938964423669,10.8954345285806,10.8995214427604,10.9002465400458,10.8989062075554,10.8962035712378,10.8831957582776,10.8808666562712,10.8786913635156,10.8773070856535,10.8762084531576,10.8757470272035,10.8757470272035,10.8707812064875,10.8703197814327,10.8724950741883,10.8766698791116,10.8869091372468,10.8940502507185,10.9027294504038,10.9168798412317,10.9249438066114,10.9317773033798,10.9370287676635,10.941840780028,10.9457299404843,10.948828085148,10.9542992762906,10.9577050385567,10.9623632416702,10.9791064067352,10.9834350200102,10.9871703712157,10.9905761334817,10.9935204697939,11.0067040633418,11.0112524034756,11.0171410760998,11.0284569944947,11.0362133422719,11.0430248659048,11.0531103156885,11.0582299447561,11.0636352182907,11.1129858060501,11.1307177406312],\"lat\":[45.6995925788344,45.6725442380261,45.6450015120101,45.6377944809306,45.6314224101161,45.626094041207,45.6219851538917,45.6201394509749,45.6234573224974,45.6228860326643,45.6104714817735,45.591212447996,45.5474539013764,45.5110561950873,45.5053323178322,45.5017507740789,45.4958950616078,45.4833706468378,45.4697146403184,45.4416555577578,45.3568740600898,45.3518972532556,45.348744177102,45.3397134144425,45.3329238639452,45.3251125837787,45.306644565794,45.3005251810922,45.2882204931812,45.2786733730777,45.2658633138408,45.2600076013697,45.2566897298472,45.2558327964464,45.2572939780346,45.2522512535925,45.2300588696211,45.1746218555142,45.1524844039321,45.1425417763818,45.1317714496926,45.1293801550701,45.1215798619211,45.0927407487865,45.0663406015375,45.0530361579923,45.0635061291046,45.089521755025,45.1042983662766,45.1124392362817,45.1190859645456,45.1199319118282,45.1193166775226,45.117196316257,45.1148672151498,45.1129006622357,45.1106594509728,45.1092312286383,45.1066054960468,45.1030898708009,45.0992666279525,45.0984316676873,45.0994643825751,45.1027273217085,45.1055398219052,45.1165700958333,45.1194155543843,45.1226455351633,45.126139188173,45.1298086217705,45.1330605747856,45.1392129187412,45.1429262977105,45.147221952631,45.1519680464882,45.1539345994022,45.1539345994022,45.1521328409578,45.152022977978,45.1532864058429,45.1550771772699,45.1570327440659,45.1592300090576,45.1623391407387,45.1655141891285,45.1678323050168,45.1744021295546,45.1769619436388,45.1799831836769,45.1836526181738,45.1871133110304,45.1939358216808,45.1973745423012,45.2003957823395,45.2096682440942,45.2630727867797,45.2658633138408,45.2752236663391,45.2809035982224,45.302821323845,45.3072048686098,45.3089626807831,45.3077761575436,45.3054800147908,45.3000307958845,45.2973940771749,45.2952737159092,45.2936697120875,45.2944717139984,45.2964602391487,45.2995144384406,45.3068423195174,45.3109512068327,45.3160488627648,45.3177737165837,45.3178506212092,45.3155764506926,45.3202566269417,45.3294851433247,45.3537429561725,45.3612136594828,45.3674429080637,45.3738149788782,45.3824502331917,45.4021926651594,45.4228140036633,45.4238467185512,45.419034707086,45.4194267233646,45.4301199125039,45.4409524327086,45.4480276276728,45.4533010659914,45.4591348062263,45.4606399331864,45.4980483821271,45.5630325154382,45.5908059535319,45.6095706030009,45.7174124041591,45.7296621596809,45.7562820337888,45.7824294958245,45.7888894573825,45.8340542541005,45.8169485399432,45.8128616257634,45.8060940475023,45.7996890183335,45.7900210491321,45.7840774450181,45.7798916539766,45.7772109898953,45.7676968299447,45.7648293973588,45.7613906767383,45.7578530792562,45.7545681669873,45.7507009796665,45.7502834990842,45.7309036153096,45.7220706072727,45.7178298838421,45.7158193864555,45.716950978205,45.7142153817344,45.7083486831452,45.6925063968527,45.6858376954532,45.681893603507,45.6816519044118,45.6824868655764,45.6843435546114,45.6867495612432,45.6921987801496,45.6941653321643,45.6950881840724,45.6918362310572,45.6927151375935,45.6942642099253,45.6964834480527,45.698999316765,45.7128640640253,45.7146218761986,45.7151382336426,45.7123806649357,45.7112161148318,45.7109084972294,45.7126663094026,45.7130728038668,45.7125564464229,45.7002627446299,45.6995925788344]}]],[[{\"lng\":[12.3309082155417,12.4224318280664,12.4228781777857,12.4344653487968,12.4403540205216,12.4447046069321,12.4478027515957,12.4527685723118,12.4632934749139,12.4674902520734,12.4730713070952,12.4940551946914,12.4977685736607,12.5127978710249,12.5222680865029,12.5262890821754,12.5284643758303,12.529606953698,12.5322436724076,12.5578198455095,12.5609179901731,12.5641699431883,12.5679052952931,12.6031274644609,12.6080932851769,12.6130591049937,12.6246826409911,12.6293408441047,12.6341528564691,12.6388550049545,12.6442822507253,12.6608716074387,12.665507838316,12.6728027601392,12.6638818613588,12.6632007085458,12.6719458267385,12.6716162368998,12.663024927958,12.63188967297,12.6141797106251,12.6044238515795,12.5225317578343,12.4987353709406,12.4883862489262,12.4811792178466,12.4718188653483,12.4398706223313,12.4335864422605,12.4334546061451,12.436904313783,12.4353881998056,12.4190185708504,12.3959472803427,12.3743481584407,12.352639173559,12.3439160285019,12.3156372190824,12.3040576284567,12.2856225697258,12.2720874123042,12.2554101657465,12.2432373139509,12.2310644621552,12.220078133599,12.2114648515217,12.1972485430858,12.1885913156367,12.1112036175529,12.0924389680839,12.0793212921439,12.0690380886369,12.0473950213631,12.0205444342782,12.0096459964656,12.002966308948,11.9981323243473,11.9786645498291,11.9692822250946,11.95473632682,11.9054956020404,11.8925317344519,11.8833471634408,11.8706469680831,11.8533325140842,11.8303491143201,11.8218237238858,11.8135839770189,11.8135180594109,11.8178247004495,11.8297778253863,11.830788568038,11.8257568297139,11.8164184503512,11.8042455976562,11.7907324142695,11.7686498932779,11.7593334870508,11.7502587799187,11.7458862203728,11.7428100488447,11.7415356348616,11.742546376614,11.7541479394758,11.7901171790646,11.7996972584217,11.8212963803237,11.8322827088799,11.8423681577643,11.8613085887204,11.9252050756537,11.9371362283542,11.9425854472606,11.9469799781435,11.9524291970498,11.9614379865738,11.9733251939026,11.987431640258,12.0630615261685,12.0781127957689,12.0987231481548,12.1098632850625,12.1262548880526,12.1763305730975,12.1915795973205,12.2352832124503,12.3042773553157,12.3309082155417],\"lat\":[46.082213442996,46.0430787606762,46.0421032390732,46.016778869849,45.9975527953252,45.9662417588501,45.9596499620761,45.955958555343,45.9540908792906,45.9528494245613,45.9501687604799,45.9336563083919,45.9320852638239,45.9285696385779,45.9241751067957,45.9203518648467,45.9163748136467,45.9109695401121,45.9025430256401,45.8549282778177,45.8465566957349,45.8420303287367,45.8388552794476,45.8262429739341,45.8257815488794,45.8264846739285,45.8318240289557,45.8328127984718,45.8331204160743,45.8320877011864,45.8297366269438,45.8190139697189,45.8147732471876,45.8020620648124,45.7787820353626,45.7688723670661,45.7320791524309,45.7142043956163,45.7018887215872,45.6960110359805,45.6883755373012,45.6859255861968,45.6856838871017,45.6766201660878,45.665029589344,45.6517690902713,45.6413430645308,45.6374539049737,45.6317959453266,45.6220071270272,45.6088015594444,45.586015914303,45.5745461875565,45.5717776327315,45.5751064903722,45.5839175252735,45.5830605918728,45.5728433068731,45.5716567827343,45.5660098101046,45.5404885684926,45.5330288521997,45.5333804142747,45.5367092719154,45.5427956982629,45.5513979933227,45.5765676719604,45.5843240197377,45.6014187468776,45.5983535614677,45.6284670876859,45.6401455551732,45.645276170359,45.645803513921,45.6413210922946,45.6295657210811,45.6239736799413,45.6174038554036,45.6118337865,45.610559372517,45.6247317364804,45.6347842270105,45.6545706043499,45.6706985351093,45.6808169432473,45.6825637693025,45.6871011233181,45.7144900400833,45.7231143082787,45.7326394552466,45.7497561546228,45.760610647963,45.7738601600183,45.7864285192607,45.7958438032489,45.7996560590798,45.8000515674259,45.8034573287927,45.8117959525212,45.8184207085488,45.8258694387236,45.8337356503799,45.8416348203907,45.8551040593049,45.868100886147,45.880570369427,45.8995877041093,45.8991372642733,45.889941707144,45.8827566483006,45.8849649003099,45.8910403396399,45.901488338516,45.9281741302319,45.9420169043566,45.9542337015241,45.9634182725353,45.9681643663924,45.963692930884,45.9703176869117,45.9943447876818,46.0027163697646,46.0059902959154,46.0021231076952,46.0040896606093,46.0220413220493,46.0737429840514,46.082213442996]}]],[[{\"lng\":[10.0718773674465,10.0579467034776,10.0369188705095,9.9996752169377,9.99396232580068,9.99064445427814,9.99049064592657,9.99442375175471,10.0065087128069,10.0069701387609,9.98985343938472,9.92892326099968,9.8951732595383,9.88757072011265,9.87724357123381,9.86966300494373,9.85997306260674,9.83940665559265,9.82984855027036,9.81475333439886,9.79001212246146,9.77208243415697,9.76625968004021,9.76781973938944,9.76513907530807,9.75362540229048,9.70201163103195,9.69530997037884,9.68326895469846,9.67689688388407,9.66718496931088,9.65692373893938,9.63919180435829,9.60530996768085,9.50764150615055,9.49133452306978,9.49065664288975,9.48028554863913,9.44099843752787,9.4320116211394,9.42550771420963,9.4141917958147,9.4079735342512,9.40333730337386,9.40023915871018,9.39248281093296,9.38674794755974,9.37815663861795,9.36049062164489,9.35181142285887,9.34561513353157,9.34236317961705,9.30184559989453,9.29037587314804,9.2823119077683,9.27218251351218,9.26381093052998,9.25822987550833,9.25357167239474,9.2453538986635,9.23759755088628,9.23109364395651,9.2250511638801,9.21492176872465,9.20314442437569,9.20143055757416,9.23265370330574,9.24210194564824,9.24458485600627,9.24520009031193,9.24473866435784,9.24489247270941,9.24752919231838,9.25139637963917,9.25467030578994,9.25697743466088,9.2620970637285,9.26690907519367,9.27486317759355,9.29252919366735,9.30169179154291,9.30911854948147,9.31377675259506,9.3195116168676,9.3221483355772,9.32307118658599,9.32260976153128,9.31781972230232,9.30788808087021,9.30665761225896,9.30586659646622,9.30990956527421,9.31764394081523,9.34080312116708,9.35521718422564,9.35846913724089,9.35831532888932,9.35754628623209,9.35600820001838,9.35383290726287,9.35104237930233,9.34359364822825,9.32509267098999,9.31672108890712,9.31300770993784,9.30696522896216,9.30463612785502,9.30261464345102,9.30169179154291,9.30261464345102,9.30432851025256,9.30648183077187,9.31206288579352,9.31981923357074,9.38312245843468,9.4141917958147,9.41821279238644,9.4250462882556,9.47035390720703,9.49186513836543,9.5006322287943,9.51194814718923,9.53205312824923,9.54187490580227,9.5460716838611,9.5441600624369,9.54057851958299,9.53893057038948,9.54264394935876,9.54604876463878,9.55272939914244,9.56129873494865,9.57340566913632,9.5904125055327,9.60295889253882,9.61453848316444,9.62864492951985,9.64042227296949,9.6413451248776,9.63747793755675,9.63484121794784,9.6351488355503,9.63686270325115,9.64910147265482,9.68144522401786,9.72233633895087,9.75246085218657,9.75215323458411,9.7550536255244,9.75689932844125,9.75788809795733,9.75834952391136,9.76454581323867,9.77509268897643,9.81183097122232,9.81978507272294,9.82444327673579,9.83369376535495,9.8401976713854,9.83690177299843,9.83017814010907,9.83881339442257,9.88078116871594,9.89585441235124,9.89958976355672,9.88495597363925,9.88289054386348,9.9039183768316,9.92314445225463,9.91602531101927,9.98660148547015,9.99791740386507,10.0022679902755,10.021538010171,10.0258885965815,10.0283495338039,10.0463451406158,10.0718773674465],\"lat\":[45.037534448556,45.0281740960577,44.9914248276936,44.9603664764317,44.9506985072303,44.9398330286713,44.9263637897571,44.9160366408782,44.8957339051955,44.8718166683046,44.8548757495162,44.8336281905885,44.8104909824729,44.7997573391299,44.7744997697486,44.7648098283109,44.7607888317391,44.7616787243936,44.7596792131251,44.7485500623355,44.7221609012046,44.7123391236516,44.7064065056557,44.6882131460198,44.6812478131361,44.6771499128382,44.6713051864851,44.6736782329641,44.6817312122257,44.6842141225837,44.6835329697707,44.6794570417091,44.6673830667751,44.628733163105,44.5569045469073,44.5510477318673,44.5549050356389,44.5629690001192,44.5733730536235,44.5770754464746,44.58177759496,44.5940712967529,44.5961916580186,44.595938971906,44.5937636791505,44.585523933183,44.5833266672918,44.58177759496,44.5819314033116,44.583117926551,44.5851833563268,44.5873806222179,44.6060134355716,44.6093422932123,44.6100893636332,44.6061672439232,44.6041457595192,44.604486335476,44.6059585040817,44.6127590415965,44.6180544512519,44.6199660726761,44.6202736902786,44.6179006429003,44.6137587972307,44.6821267196723,44.6788198351672,44.6830056262087,44.6906081656343,44.694684093696,44.7036818962025,44.7082741817081,44.7143715941737,44.7157448850184,44.7148989377358,44.7119985467955,44.7018142201501,44.6987160754865,44.6960793567769,44.6939150501394,44.694068858491,44.6957168085838,44.6985622671349,44.7036049924764,44.7077138788924,44.7123061643979,44.7162392702261,44.7310158814777,44.7514834116301,44.7549441053861,44.7588442519606,44.7673916155306,44.77954249509,44.8057448886157,44.8265420086068,44.852151140063,44.8564907403554,44.8607204767686,44.8642141288789,44.8670815605656,44.8694546079438,44.8732778498928,44.8788369326783,44.8822207218088,44.8842422062128,44.8889443546982,44.8916799502695,44.8961733589134,44.9023476751051,44.9131252638198,44.919607197614,44.9248806350333,44.9331203819001,44.9417995815854,45.0450271241025,45.0812490498038,45.0879726826931,45.1011782493767,45.1011782493767,45.1036062282448,45.1030898708009,45.1011782493767,45.08825832716,45.0860390890327,45.0974538842893,45.1069131127499,45.1158559846659,45.1241726352589,45.1315554478256,45.1326570058162,45.134818386959,45.1290285920958,45.1148122827606,45.1125930446333,45.1182290311448,45.1255129668499,45.128457303162,45.1260842557838,45.1221072054831,45.1170644801416,45.1114065213938,45.0986953390187,45.0939382590434,45.0875112567391,45.0753384049434,45.0722842056516,45.0820071063429,45.1080007591277,45.1094399684798,45.1092312286383,45.1100661889035,45.1148122827606,45.1148122827606,45.1015078392154,45.0847207296779,45.0766238050446,45.0686697035439,45.0682522229617,45.0738113048478,45.0837649185161,45.0962673601505,45.0985635029033,45.0915652116652,45.0918728292676,45.0991567649727,45.1179214144417,45.1341482211635,45.1384878214558,45.1300613069837,45.1080007591277,45.1287209753927,45.1247439241927,45.119679226615,45.1101101342753,45.1045840116428,45.0971133074332,45.0657802987218,45.037534448556]}]],[[{\"lng\":[9.85997306260674,9.86966300494373,9.87724357123381,9.88757072011265,9.8951732595383,9.92892326099968,9.98985343938472,10.0069701387609,10.0065087128069,9.99442375175471,9.99049064592657,9.99064445427814,9.99396232580068,9.9996752169377,10.0369188705095,10.0579467034776,10.0718773674465,10.1049462169943,10.142936940987,10.1835424114531,10.2236864559652,10.326892026246,10.3503588242004,10.365300230821,10.3791430049457,10.3992479860057,10.4139696657675,10.4300975965268,10.4435888076773,10.4778002350928,10.5015135030457,10.4942577547915,10.4703734771542,10.4631005275673,10.4623754293825,10.4656933009051,10.4644628322939,10.434316346822,10.4309765030632,10.4363817765977,10.4356127330412,10.418561951273,10.4005004268532,10.3917772826954,10.3821312857302,10.3639598983306,10.3134008141962,10.2633471013876,10.2197313770014,10.1982421189786,10.1729076449718,10.1499681914788,10.1357079367718,10.1217992450391,10.0854564702399,10.0726024656313,10.0601879138412,10.054562914347,10.0522338123405,9.99125968858374,9.98490959090486,9.98506339925643,9.98690910307266,9.990336837575,10.00009269752,10.0016527559699,10.0019603726731,9.99822502146753,9.99435783324742,9.98985343938472,9.93555900314544,9.89664542724466,9.86634513342113,9.85891837548263,9.85254630466824,9.84355948827977,9.8356493312516,9.82026847181248,9.80196524829756,9.77788321603759,9.76206290288064,9.75990958236133,9.75788809795733,9.7538451291494,9.75138419192689,9.74780264817366,9.74362784325035,9.7158104597849,9.69955069380944,9.69535391575062,9.69148672842977,9.68885000972017,9.6872899512702,9.68698233366774,9.68977286072891,9.67364493086887,9.66584463771983,9.66010977434661,9.65578116017241,9.65143057466128,9.59852041628415,9.5909178768585,9.57046133282421,9.55620107901655,9.53598623407743,9.51243154537951,9.50575185786192,9.50017080284027,9.49562246270648,9.4912938494316,9.48725088062361,9.47639638818276,9.45345693379045,9.44038320322221,9.43790029286419,9.43605458994733,9.43697744095613,9.43836171881827,9.44163564496904,9.45097402343242,9.45268789113328,9.45501699313974,9.4584227545065,9.46292714926852,9.46912343859583,9.47624257983119,9.48678945466958,9.49114004108003,9.49362295143806,9.49516103765177,9.49133452306978,9.50764150615055,9.60530996768085,9.63919180435829,9.65692373893938,9.66718496931088,9.67689688388407,9.68326895469846,9.69530997037884,9.70201163103195,9.75362540229048,9.76513907530807,9.76781973938944,9.76625968004021,9.77208243415697,9.79001212246146,9.81475333439886,9.82984855027036,9.83940665559265,9.85997306260674],\"lat\":[44.7607888317391,44.7648098283109,44.7744997697486,44.7997573391299,44.8104909824729,44.8336281905885,44.8548757495162,44.8718166683046,44.8957339051955,44.9160366408782,44.9263637897571,44.9398330286713,44.9506985072303,44.9603664764317,44.9914248276936,45.0281740960577,45.037534448556,45.0351833734139,45.0433462156553,45.0465542241981,45.0381606689797,44.9913149638145,44.9840200419913,44.9848550031559,44.9888869849464,44.9913149638145,44.9848000707667,44.9514126183976,44.9366909386359,44.9233315627014,44.9194311975917,44.9117190137215,44.9002932323468,44.8938991883968,44.8865603212018,44.864741472441,44.8529751151095,44.7952199860135,44.7701272111019,44.7288515748403,44.7090761836189,44.6730410264222,44.5686709051382,44.5540481013388,44.5472365777059,44.5402932179576,44.4874270049523,44.4508095718043,44.4062819825274,44.3924831537745,44.3821779780312,44.3678078603444,44.3418142066603,44.3481972635928,44.3489772932675,44.352130369421,44.3613259265503,44.3664345686004,44.3692250965609,44.4065676269944,44.4127968755753,44.4162575693313,44.4194106454849,44.4216518558484,44.4256069348122,44.4282216803862,44.4326381844047,44.4408999035077,44.4451406269384,44.4480410178787,44.4703872093023,44.4795058627054,44.4829665555621,44.4829226101903,44.4820656767895,44.4795388210597,44.4762539087909,44.4644655783238,44.4452504899181,44.4255520033223,44.4093801271911,44.4063808593891,44.4029970702586,44.3920656731922,44.3892312007593,44.3872646478452,44.3856606440235,44.3784316398083,44.3763662100325,44.3747072747209,44.3727956532967,44.3700600577255,44.366753172321,44.3636000961675,44.3576564929527,44.3696975086331,44.3832326651553,44.3962075197612,44.4021511229759,44.4061831056658,44.427156007144,44.4283425303835,44.4271120617722,44.429177491548,44.428034912781,44.4289907239427,44.4278261729395,44.4222451179178,44.4193337408594,44.4170815434784,44.4155324711466,44.4124782718548,44.4112697754798,44.4115554199466,44.4143459479071,44.4199270029288,44.4258706061435,44.4307265638798,44.4385268570288,44.4687063017544,44.4719582547696,44.4749135771998,44.4770559107017,44.4783193385666,44.4814174832302,44.4862734409665,44.4986770057392,44.505708256231,44.5116518594457,44.529273931047,44.5510477318673,44.5569045469073,44.628733163105,44.6673830667751,44.6794570417091,44.6835329697707,44.6842141225837,44.6817312122257,44.6736782329641,44.6713051864851,44.6771499128382,44.6812478131361,44.6882131460198,44.7064065056557,44.7123391236516,44.7221609012046,44.7485500623355,44.7596792131251,44.7616787243936,44.7607888317391]}]],[[{\"lng\":[10.1357079367718,10.1499681914788,10.1729076449718,10.1982421189786,10.2197313770014,10.2633471013876,10.3134008141962,10.3639598983306,10.3821312857302,10.3917772826954,10.4005004268532,10.418561951273,10.4356127330412,10.4363817765977,10.4309765030632,10.434316346822,10.4644628322939,10.4656933009051,10.4623754293825,10.4631005275673,10.4703734771542,10.4942577547915,10.5015135030457,10.5038222965617,10.5213500409716,10.5654931089198,10.601242622549,10.632663522004,10.6634032695453,10.6802562975901,10.6924950669937,10.6957689931445,10.7016576648693,10.709721630249,10.7247509276132,10.7372094247751,10.7404613777903,10.7542602065433,10.7572045428553,10.7601488782681,10.7620165543205,10.7634008321826,10.7635546405342,10.7624779802746,10.7604564958706,10.7589184096569,10.7585888198182,10.7607641125737,10.7644994646785,10.8596190973435,10.865837358907,10.8737255427995,10.8771532773019,10.8877849042499,10.8784057190487,10.8793725154292,10.8761864809213,10.8541698784371,10.8435131397196,10.8151024941848,10.8176293490152,10.8308349165981,10.8347899946625,10.8379320846979,10.839733842243,10.8396459514994,10.8381957560293,10.8307909712263,10.8111254429848,10.808532669647,10.8109936068694,10.8214745640998,10.8228808141982,10.8175634314072,10.81378413483,10.8006225126189,10.7893285673595,10.7850658716926,10.7820775900088,10.7731347189921,10.7617309098536,10.746855420841,10.7285741704616,10.6737963360321,10.66171137498,10.6517797335479,10.6334325646611,10.6256322715121,10.6228637166872,10.6219408656784,10.6154809041204,10.5958812943862,10.5341381279722,10.5238549244652,10.5166478924862,10.5120116616089,10.4944994538866,10.4886986729054,10.4827001373015,10.4782396879112,10.471230410555,10.4164525761255,10.4001708370145,10.3970726923508,10.3712767932894,10.3591918322372,10.350974058506,10.2961962240765,10.2878246419936,10.2635888013821,10.2539437019403,10.2490209290726,10.2293334285948,10.2176439749894,10.2146996386774,10.2043285444267,10.19936272461,10.1939354779399,10.1883544229183,10.1692382113744,10.1357079367718],\"lat\":[44.3418142066603,44.3678078603444,44.3821779780312,44.3924831537745,44.4062819825274,44.4508095718043,44.4874270049523,44.5402932179576,44.5472365777059,44.5540481013388,44.5686709051382,44.6730410264222,44.7090761836189,44.7288515748403,44.7701272111019,44.7952199860135,44.8529751151095,44.864741472441,44.8865603212018,44.8938991883968,44.9002932323468,44.9117190137215,44.9194311975917,44.9190514462672,44.9161684769936,44.9156521195496,44.9223977246752,44.939481465697,44.9652663786404,44.9870742412832,44.9903811257883,44.9885244367533,44.9870193097933,44.9859865949054,44.9867116921908,44.9859865949054,44.9846242901788,44.9765273655455,44.9742312227927,44.9715176003569,44.9683095918142,44.9649038304474,44.9611794644607,44.9577517299584,44.9545986538048,44.9513686730258,44.9481606653824,44.9455788781627,44.9435573937587,44.9270229694345,44.9250124711486,44.9210354199486,44.9189919633084,44.9140232647619,44.8997439156491,44.8841543154692,44.8716848321892,44.8664333670063,44.8587978692262,44.8072390294576,44.806920425737,44.8013393707154,44.7983291167953,44.7945608063361,44.7901223291821,44.7850466454863,44.7814651026324,44.7721377093878,44.7265664191049,44.7128005487064,44.7007155876542,44.6811269640381,44.6705910744186,44.6605056255341,44.6577041114555,44.6512880952694,44.6410817963878,44.6347316987089,44.6277443935888,44.5584865784928,44.5361184130343,44.5174746135626,44.5022146032213,44.4708596222737,44.4573903833595,44.4315285657906,44.4202016612776,44.4128518070652,44.4034914554663,44.3842763661614,44.3762563470527,44.3669289538082,44.3531411111733,44.3395180639075,44.292705317996,44.2782253373294,44.2659536077728,44.2599880314225,44.234719475923,44.2298195737143,44.2245900807676,44.2313576599281,44.2358840269263,44.2382021419153,44.2635476020402,44.2720290480021,44.274918451925,44.2823891552353,44.2823891552353,44.2720729933739,44.2706036801157,44.2698537552466,44.2814882764628,44.2926943318779,44.2964186969652,44.3141945769182,44.3182814910979,44.3207094699661,44.3213796357616,44.3264443333393,44.3418142066603]}]],[[{\"lng\":[10.471230410555,10.4782396879112,10.4827001373015,10.4886986729054,10.4944994538866,10.5120116616089,10.5166478924862,10.5238549244652,10.5341381279722,10.5958812943862,10.6154809041204,10.6219408656784,10.6228637166872,10.6256322715121,10.6334325646611,10.6517797335479,10.66171137498,10.6737963360321,10.7285741704616,10.746855420841,10.7617309098536,10.7731347189921,10.7820775900088,10.7850658716926,10.7893285673595,10.8006225126189,10.81378413483,10.8175634314072,10.8228808141982,10.8214745640998,10.8109936068694,10.808532669647,10.8111254429848,10.8307909712263,10.8381957560293,10.8396459514994,10.839733842243,10.8379320846979,10.8347899946625,10.8308349165981,10.8176293490152,10.8151024941848,10.8435131397196,10.8541698784371,10.8761864809213,10.8793725154292,10.8784057190487,10.8877849042499,10.8889306216508,10.9207690016881,10.932546346037,10.9364135333579,10.94478511634,10.9747558203248,10.9812816994908,10.9859179303682,10.9908837501849,10.9936742781454,10.9964648052066,10.9994091415186,11.0830810196733,11.0905077776118,11.1446703777357,11.1485595381921,11.1518114912074,11.1601830732902,11.1634350263054,11.1851879574583,11.257016573656,11.2486889360455,11.2348901072926,11.247040986852,11.3361620839131,11.3686376713914,11.3564428464602,11.3459618892298,11.335568822743,11.3234618885553,11.3137060286103,11.306301242908,11.2933373753196,11.2635644250582,11.1495263345727,11.1295971349998,11.1079760399622,11.0780712535854,11.1102611965969,11.1317065101473,11.1363207678891,11.1179735990024,11.106679653743,11.084619105887,11.0727978161663,11.0636132451551,11.0586254522028,11.0493090459757,11.0368505488138,11.0081322865757,10.9959594347801,10.9923998641624,11.0009691999686,11.0358617792976,11.0428490844177,11.0447607058419,11.0399267212412,11.0266332638141,11.0245458609027,11.0258642202575,11.0291820917801,11.0389818970968,11.0403222286879,11.0336205689341,11.0206347282101,10.9608910739639,10.9532665614027,10.9506737880649,10.9566723236688,10.9650658788872,10.9697899996088,10.9677904883404,10.9605834563614,10.9497289639206,10.9368749593119,10.9187694904196,10.8657494681634,10.8550048387023,10.852785600575,10.8536205617395,10.8521264208976,10.8461059130574,10.8228368688264,10.8134765172275,10.8081811066727,10.8084447789034,10.8158690816928,10.8012816922962,10.7339574708606,10.7073925291419,10.6498241676512,10.6454735812408,10.6360253388983,10.6327733849837,10.6299828579225,10.627807565167,10.6222265101453,10.6170629357059,10.6105370565399,10.5821703563768,10.5703930120279,10.5222728928797,10.5151537516443,10.4839306059127,10.4816234770418,10.4797558009894,10.4785033601419,10.4775805082339,10.4763500396226,10.471230410555],\"lat\":[44.2245900807676,44.2298195737143,44.234719475923,44.2599880314225,44.2659536077728,44.2782253373294,44.292705317996,44.3395180639075,44.3531411111733,44.3669289538082,44.3762563470527,44.3842763661614,44.4034914554663,44.4128518070652,44.4202016612776,44.4315285657906,44.4573903833595,44.4708596222737,44.5022146032213,44.5174746135626,44.5361184130343,44.5584865784928,44.6277443935888,44.6347316987089,44.6410817963878,44.6512880952694,44.6577041114555,44.6605056255341,44.6705910744186,44.6811269640381,44.7007155876542,44.7128005487064,44.7265664191049,44.7721377093878,44.7814651026324,44.7850466454863,44.7901223291821,44.7945608063361,44.7983291167953,44.8013393707154,44.806920425737,44.8072390294576,44.8587978692262,44.8664333670063,44.8716848321892,44.8841543154692,44.8997439156491,44.9140232647619,44.9134878129122,44.9214419144128,44.9261001175264,44.9279568074606,44.9308022660118,44.9358669635895,44.9384157924549,44.9412392787697,44.9471279504945,44.9497866423396,44.9518850304698,44.9534341028016,44.9619045626454,44.9614651089276,44.9457326865142,44.9438759974793,44.9417556362136,44.9337685754593,44.9315163780784,44.9323513383436,44.9473366912353,44.9227932330213,44.9059731642301,44.8987331729975,44.8692238949668,44.8426259930951,44.8350893721768,44.8339358072917,44.834594986969,44.8324636395853,44.8272341475379,44.8202907877896,44.8027016754419,44.8041518709121,44.7919900052345,44.780805922955,44.7072085075665,44.64698145513,44.629194589059,44.6013442463399,44.5681765199304,44.5344155323509,44.5280324754184,44.5310866747103,44.5290212449345,44.5186940960556,44.4883938022322,44.4740456567816,44.4679042998436,44.4622683133319,44.4551162128429,44.4443825703993,44.436230714276,44.42271752999,44.4170595712422,44.4092482910758,44.3985146486321,44.3784206536902,44.3688955067223,44.355722898393,44.3495815414549,44.3400124491152,44.3317287568766,44.3151174288263,44.3075917931267,44.301648189912,44.2968911090374,44.2873000444615,44.2785329540326,44.2697878367392,44.2602297314169,44.245749749851,44.2325441831675,44.2220192805653,44.2156032643791,44.2141750420445,44.2309182062102,44.2309182062102,44.2243264094362,44.2148232347045,44.2060451590568,44.1996950604786,44.1842153241778,44.1692629305398,44.1502236236213,44.1305031638899,44.1135129325758,44.1176381731631,44.1546730859941,44.1620119540884,44.157826163047,44.1568923250207,44.1535305081264,44.1516188867022,44.1491909087334,44.1462465724214,44.1364247948684,44.1308986713366,44.1257021376435,44.1231972550493,44.1256252339174,44.1554970610405,44.1622097078118,44.1868080975157,44.1898073653176,44.1928615646095,44.1964211352272,44.2002004318044,44.2134279716236,44.2245900807676]}]],[[{\"lng\":[11.2635644250582,11.2933373753196,11.2653661826033,11.2600048544405,11.2596093469937,11.2619604212364,11.2657397178137,11.2697387412499,11.2725512414466,11.2696947967775,11.2597631553454,11.2579833700365,11.264597139946,11.2755395231305,11.2866357146665,11.3550805417336,11.3750317144421,11.4120995865267,11.4677123821207,11.6062719576847,11.6732006707743,11.6940527222553,11.7062695203221,11.7344164936263,11.7497094632211,11.7704955970941,11.7882055585397,11.7958959887089,11.7867773353058,11.7651342680321,11.7600146389644,11.7615087798063,11.7893481364073,11.7837670813857,11.7780981356204,11.7680346589723,11.7505883697575,11.7441723535712,11.742414541398,11.7439965720841,11.7474682519583,11.7577514554653,11.7824047766591,11.7895239178945,11.7906445235259,11.7897436447534,11.7922704995839,11.8197143487382,11.8245483333389,11.8203295830438,11.7561694238798,11.737163076215,11.7167504775525,11.6833520390653,11.6773095580896,11.6716845576962,11.6668066277237,11.6650268424148,11.6654223507609,11.6643017451294,11.6607421745117,11.6494042838806,11.6343530133809,11.6211254735617,11.5736205896185,11.5549658031293,11.5421996892642,11.5262694735574,11.5172607236035,11.495969219304,11.4844994916582,11.4494091586058,11.4436742952325,11.4398071079117,11.4356103298528,11.4318969508836,11.4185595480847,11.4123632587574,11.4025414812044,11.3964990002287,11.3919946054667,11.3892040784055,11.3867211680475,11.3783495859646,11.375712867255,11.3698241946308,11.3606835689915,11.3420287834016,11.3342724356244,11.3299438223495,11.3285375722512,11.3269994860374,11.3221874745723,11.2911181371923,11.2812084688957,11.2036449893248,11.2002172548225,11.1977563167006,11.1963500666023,11.1966576842048,11.1979101259515,11.2002172548225,11.2030077818836,11.206435516386,11.2148070993681,11.2475683304141,11.2517431353374,11.2551488976035,11.256401338451,11.2542260456954,11.2460082719642,11.2293749707783,11.2140160835754,11.200106485326,11.1975805361128,11.0482541259271,11.0414867796911,11.0079345328524,11.0046825789378,11.0012768175711,11.0026610945339,11.0051440048919,11.0119775016603,11.0153832630272,11.0172948844514,11.015075646324,11.0096923450257,11.0043749622347,10.9998705674727,10.9907299418333,10.9893456648705,10.9884008407262,10.9877856055213,10.98655513691,10.9853026960625,10.9829735940561,10.9736791600652,10.970888633004,10.9619018157162,10.9232299398099,10.9192089432381,10.9148583568277,10.8974560129846,10.8900072819105,10.8811742738736,10.8766698791116,10.8555981007717,10.8507860893066,10.8476879446429,10.845051225034,10.8346142131754,10.8158690816928,10.8084447789034,10.8081811066727,10.8134765172275,10.8228368688264,10.8461059130574,10.8521264208976,10.8536205617395,10.852785600575,10.8550048387023,10.8657494681634,10.9187694904196,10.9368749593119,10.9497289639206,10.9605834563614,10.9677904883404,10.9697899996088,10.9650658788872,10.9566723236688,10.9506737880649,10.9532665614027,10.9608910739639,11.0206347282101,11.0336205689341,11.0403222286879,11.0389818970968,11.0291820917801,11.0258642202575,11.0245458609027,11.0266332638141,11.0399267212412,11.0447607058419,11.0428490844177,11.0358617792976,11.0009691999686,10.9923998641624,10.9959594347801,11.0081322865757,11.0368505488138,11.0493090459757,11.0586254522028,11.0636132451551,11.0727978161663,11.084619105887,11.106679653743,11.1179735990024,11.1363207678891,11.1317065101473,11.1102611965969,11.0780712535854,11.1079760399622,11.1295971349998,11.1495263345727,11.2635644250582],\"lat\":[44.8041518709121,44.8027016754419,44.781915541569,44.7729616844342,44.7668203265968,44.7638100726767,44.7616018206675,44.7578664685627,44.7488247206843,44.7407058238147,44.7253359495944,44.7120095338129,44.7069997677251,44.7077907835178,44.7119326291875,44.7703469379608,44.7774660791962,44.7635573865641,44.7522524551866,44.6964089466156,44.6359292080665,44.6299196863444,44.6324025967024,44.6466298921558,44.6508156831972,44.64762964779,44.6365883877439,44.6205153893737,44.6021901936225,44.5883913648696,44.5823159246402,44.5719777896433,44.5544216365493,44.5304274950328,44.5198586470589,44.5142775920372,44.5144204142707,44.5112673381171,44.5064772988882,44.5007863808867,44.4949306675163,44.4858120150125,44.4709914574897,44.4596535668586,44.4467116715064,44.4377248551179,44.4304079601592,44.4131154792959,44.4053371583831,44.3957021484354,44.3188308077955,44.3089101524815,44.3068776819594,44.3182155734899,44.3189406707753,44.3176882290285,44.3134255333616,44.3077016570059,44.2948806116509,44.2874099074413,44.2827956496994,44.2745009713427,44.2546706486315,44.2443654728883,44.2291933532906,44.2174050219242,44.2014089281795,44.1622228361149,44.1620558994601,44.1664724034786,44.1742067781203,44.2044301682176,44.2118788992917,44.2199868091439,44.2241176686954,44.2271169364974,44.2321816340751,44.2335768980554,44.2349282166638,44.2341481869892,44.2324453063058,44.2298305598325,44.2271169364974,44.2144606865115,44.2117250900408,44.2098574148878,44.2086489185128,44.2087258231382,44.2066054609732,44.2037050709322,44.2013869550439,44.1992665937782,44.1944106369413,44.1707900306354,44.1683400786317,44.1588039455456,44.1566286527901,44.1537392488672,44.1504872949527,44.146861806727,44.1436647852017,44.1406655173997,44.1382924709208,44.136062245776,44.1327333881353,44.1230654189339,44.1211867567634,44.1190334362441,44.1159682508341,44.1122438857467,44.106893543702,44.1027077526606,44.1027077526606,44.1046788984124,44.1050368537678,44.0923827864364,44.091809314848,44.1041249888771,44.1077944224746,44.112661366329,44.1162209360473,44.119319080711,44.1247023820093,44.1280312396499,44.1335353900462,44.1369960838022,44.1397866108634,44.1407204488896,44.1409731350021,44.1399953516042,44.1373037005054,44.1338430076486,44.1303823138927,44.1276906636932,44.1258889052488,44.1237136124932,44.1170449110937,44.1144081923841,44.1022463267066,44.067957995565,44.0678041863141,44.0686281613606,44.0749343136676,44.0786037472651,44.0860414922211,44.0884694701899,44.0945998419091,44.0967421763104,44.0990163459276,44.1017299692626,44.1082119030569,44.1135129325758,44.1305031638899,44.1502236236213,44.1692629305398,44.1842153241778,44.1996950604786,44.2060451590568,44.2148232347045,44.2243264094362,44.2309182062102,44.2309182062102,44.2141750420445,44.2156032643791,44.2220192805653,44.2325441831675,44.245749749851,44.2602297314169,44.2697878367392,44.2785329540326,44.2873000444615,44.2968911090374,44.301648189912,44.3075917931267,44.3151174288263,44.3317287568766,44.3400124491152,44.3495815414549,44.355722898393,44.3688955067223,44.3784206536902,44.3985146486321,44.4092482910758,44.4170595712422,44.42271752999,44.436230714276,44.4443825703993,44.4551162128429,44.4622683133319,44.4679042998436,44.4740456567816,44.4883938022322,44.5186940960556,44.5290212449345,44.5310866747103,44.5280324754184,44.5344155323509,44.5681765199304,44.6013442463399,44.629194589059,44.64698145513,44.7072085075665,44.780805922955,44.7919900052345,44.8041518709121]}]],[[{\"lng\":[10.6578441867598,10.6528124484357,10.6450561006585,10.647978463835,10.6658642067677,10.6677099096846,10.6686547347282,10.6735766091732,10.7062938957467,10.726750439781,10.7322216309235,10.7358910654203,10.7338256356446,10.7255639165415,10.7197631346609,10.7165990723893,10.7125561035813,10.7020312000798,10.681003368011,10.6297191856918,10.6105370565399,10.6170629357059,10.6222265101453,10.627807565167,10.6299828579225,10.6327733849837,10.6360253388983,10.6454735812408,10.6498241676512,10.7073925291419,10.7339574708606,10.8012816922962,10.8158690816928,10.8346142131754,10.845051225034,10.8476879446429,10.8507860893066,10.8555981007717,10.8766698791116,10.8811742738736,10.8900072819105,10.8974560129846,10.9148583568277,10.9192089432381,10.9232299398099,10.9619018157162,10.970888633004,10.9736791600652,10.9829735940561,10.9853026960625,10.98655513691,10.9877856055213,10.9884008407262,10.9893456648705,10.9907299418333,10.9998705674727,11.0043749622347,11.0096923450257,11.015075646324,11.0172948844514,11.0153832630272,11.0119775016603,11.0051440048919,11.0026610945339,11.0012768175711,11.0046825789378,11.0079345328524,11.0414867796911,11.0482541259271,11.0516381470828,11.015822716745,11.0357299440817,11.0539233037175,11.0627123663826,11.0544945926513,11.0447167604701,11.0366967404622,11.0303686150195,11.0257104119059,11.0230736931964,11.024897423877,11.0210961541642,11.0167235955175,11.015822716745,11.0259301387649,11.0243920525511,11.0144604120184,11.0048803335605,10.9640990816073,10.947619588773,10.9346117758128,10.9217357989679,10.9057836496956,10.855268510933,10.8398217329866,10.8132787635041,10.7969970243931,10.7811767112362,10.7747387228138,10.7630712414446,10.7278051269051,10.7235863775093,10.7167528807408,10.7078978995684,10.692165477155,10.6799706531231,10.6734447739572,10.6681713356386,10.6578441867598],\"lat\":[43.8688088175729,43.8695339157576,43.8793447062931,43.8948903620006,43.9322878239239,43.941988752379,43.9748708334222,43.9829787441737,44.01466331496,44.0204311375869,44.0238588720892,44.0320766458206,44.0405251325288,44.0566860216426,44.0747585321805,44.0808339724099,44.0856020385032,44.0939736214854,44.1028835332484,44.1142214247789,44.1257021376435,44.1308986713366,44.1364247948684,44.1462465724214,44.1491909087334,44.1516188867022,44.1535305081264,44.1568923250207,44.157826163047,44.1620119540884,44.1546730859941,44.1176381731631,44.1135129325758,44.1082119030569,44.1017299692626,44.0990163459276,44.0967421763104,44.0945998419091,44.0884694701899,44.0860414922211,44.0786037472651,44.0749343136676,44.0686281613606,44.0678041863141,44.067957995565,44.1022463267066,44.1144081923841,44.1170449110937,44.1237136124932,44.1258889052488,44.1276906636932,44.1303823138927,44.1338430076486,44.1373037005054,44.1399953516042,44.1409731350021,44.1407204488896,44.1397866108634,44.1369960838022,44.1335353900462,44.1280312396499,44.1247023820093,44.119319080711,44.1162209360473,44.112661366329,44.1077944224746,44.1041249888771,44.091809314848,44.0923827864364,44.0681008177985,43.9954262543181,43.9957118987851,43.9866042323994,43.9738600907705,43.9632143390705,43.9578639970258,43.9505251289315,43.9416371894047,43.9316066720103,43.9205104795749,43.8963295704533,43.8845302538681,43.8767739060909,43.8696547648555,43.8528456821825,43.8462868437628,43.8347951447801,43.828554910081,43.8124819108115,43.8210842067707,43.8162721944062,43.8062966085017,43.7994081802433,43.7960243911127,43.8002980728977,43.8178981713635,43.8153932878699,43.8035719990485,43.8012758562957,43.8015505146445,43.8141188738869,43.8269948516311,43.8389040311961,43.8495058384237,43.862228006917,43.8681496378954,43.8699184370862,43.8701052046914,43.8688088175729]}]],[[{\"lng\":[12.0682690459797,12.3008496208133,12.3179663210888,12.3282934699677,12.3271069458289,12.2987402456658,12.2906103626781,12.2980590937522,12.3367749150303,12.3487280408664,12.3462671027446,12.3502221817083,12.3669873190095,12.3809619283503,12.3907397614308,12.4007592927072,12.4154370279964,12.4207104654157,12.424138199918,12.428115251118,12.4351465007104,12.4427710132716,12.4473632978779,12.4907812685407,12.4937915224608,12.4982299996148,12.5096118356177,12.515280781383,12.5266626173859,12.5362866412155,12.5426806851655,12.5572925019474,12.5635107635109,12.5693335176277,12.5732226780841,12.5763647681196,12.5838354714298,12.5920532451611,12.5998315660739,12.6059839100294,12.609895042722,12.6150366449252,12.618376488684,12.6229028556822,12.7040039327353,12.7074096950014,12.7088159450998,12.7101343044546,12.7141333278907,12.7206372348205,12.7277344029204,12.7335571570371,12.7381494425427,12.7436645790571,12.7491577433352,12.7564087206859,12.7720971977275,12.778249541683,12.7849951468086,12.7891479794956,12.7948169252609,12.811472198683,12.8339721993575,12.8430688796251,12.8520117515411,12.862053255953,12.8717871427624,12.8802466155888,12.8864209326799,12.8947265962554,12.9019775736061,12.8791919284647,12.8771704440607,12.8790381192138,12.880598178563,12.8816748379234,12.8816748379234,12.8801147794735,12.8694360685197,12.7800293269918,12.7764697563741,12.7657690722849,12.7631323535753,12.7580127245076,12.7558374308528,12.7552221965471,12.7213843052415,12.7176489531367,12.716110866923,12.7167261012286,12.7184179957939,12.7261743444704,12.7274267853178,12.7275805945688,12.726328152822,12.7246362582567,12.7221533478987,12.7130127222593,12.6988843036677,12.6656616466677,12.6520166262663,12.6434912358318,12.6296484617071,12.6263965086919,12.622199730633,12.6169262932139,12.6121362539849,12.6084009018801,12.6080932851769,12.6093457260244,12.6108838122381,12.6119824456334,12.6122900623365,12.6116748280309,12.6076318592229,12.6039184802536,12.5926025618587,12.5870215068371,12.576276877376,12.5492944541757,12.5368799032849,12.533012715964,12.5283545119511,12.5225757032061,12.5162256055273,12.5098535347128,12.503964862988,12.4651329671127,12.4639306814558,12.4557129077245,12.4469677904312,12.4387060713281,12.4310595865307,12.4406616381241,12.4453637866094,12.451516130565,12.451516130565,12.4469677904312,12.4356079266645,12.4310595865307,12.4283130048413,12.4203589024414,12.4173706216569,12.4167334142157,12.4179199374551,12.4173706216569,12.3935962061,12.3428393682422,12.3190210082129,12.3006738393262,12.2952465935554,12.2837768659096,12.2802172961913,12.2774267682308,12.2756689560575,12.2726587021374,12.2733837994228,12.2715380965059,12.2672314554673,12.2624414162383,12.2591235447158,12.2454785252137,12.2475439549895,12.2452368261186,12.2405786221057,12.2358325282486,12.2215063559336,12.2197485437603,12.2044995195372,12.1565551818761,12.1523584038173,12.1489526424505,12.1460083061384,12.1387133843152,12.1359228563547,12.1326269579677,12.1287377975113,12.1239477582824,12.1185205125116,12.0985253944314,12.0934057653637,12.0642041040362,12.0336621102182,12.0297949228973,12.0251367197838,12.0198632823646,11.9956274408537,11.9855639642056,11.9596142558932,11.954340818474,11.9487597634523,11.9303027315858,11.9284570286689,11.9279956027149,11.9306103491883,11.9337304660882,11.9375976543083,11.9448925761315,11.9566699204804,11.9635473617213,11.9664257795261,11.9688208000399,11.9708203113083,11.9725341790091,11.973918455972,11.9734570300179,11.9703588853542,11.9606909161528,11.9481445291467,11.9330932595463,11.8890161092061,11.931662005597,11.9411572240267,11.9545385721974,11.9809936518355,11.9984838864222,12.0043286136745,12.0071850592431,12.0156884774412,12.0414184588947,12.0682690459797],\"lat\":[42.9384865164396,42.9147999925256,42.9060548743329,42.8887843666052,42.857824892205,42.7976857296127,42.7672755728094,42.7479945658965,42.7417653173155,42.726604183836,42.6928981286457,42.6794288897315,42.6759791820936,42.6838344076318,42.6968971520819,42.7065431481478,42.7041481285333,42.6997316245148,42.6955018881016,42.6920192221094,42.6898329423364,42.6896791339848,42.6916347007808,42.7265822115997,42.7311305517335,42.7326796240654,42.730581235036,42.7272194190409,42.7154860200637,42.7106740076993,42.709674252065,42.711003597538,42.7128383143367,42.718056820266,42.7341408056536,42.7409633154047,42.7457203962792,42.7456544777719,42.7418751811946,42.7355360696339,42.7271425144155,42.6985560873935,42.6892616534026,42.6832960770523,42.6259584285386,42.6214540337766,42.6168947075247,42.6066774216257,42.5999428026182,42.59756975524,42.598613456246,42.6021510546274,42.6094459764506,42.6262440730055,42.6328908021688,42.6353297662557,42.6359559875788,42.6400429017585,42.6499415839369,42.6537867990215,42.6559071602872,42.6588624827174,42.6694423168095,42.6717494456803,42.6711122391385,42.6664869943793,42.6591810855386,42.6503480775017,42.6411415342544,42.615290703703,42.6095997848022,42.5903187787886,42.5814308392618,42.5784315714598,42.575278494407,42.5716639931987,42.5679725864657,42.5646876741968,42.5594142367776,42.5270704854145,42.5240712176126,42.5082069590839,42.5055922126105,42.5018239021513,42.500582447422,42.5002968029551,42.4962648202652,42.4940455812385,42.4896071049839,42.4859816167582,42.4824769776304,42.4701722897194,42.466810472825,42.4631410392275,42.4597352778608,42.4567909415487,42.4540004144875,42.4506385975932,42.4475624251658,42.4434535387498,42.4438160878422,42.4456288315054,42.4623719965704,42.4646461661876,42.4660853755396,42.4655690180957,42.4631190669913,42.4567909415487,42.4523414782766,42.4484962631919,42.4452113509231,42.4417726303026,42.4378285383563,42.4337965556665,42.4223158428019,42.4158119358721,42.4010023653668,42.3961244353944,42.3902247766521,42.3787550499056,42.3693507529348,42.3684718463986,42.3695045612865,42.3752394246597,42.3871595912421,42.389400802505,42.3905873257445,42.3869321832736,42.3868190152853,42.389400802505,42.3879286338993,42.3890382534127,42.3930922083387,42.4067701879937,42.411131759623,42.414823166356,42.4210304418014,42.4235572975313,42.4259852763994,42.4284681867574,42.4291713118066,42.4281605691549,42.4284681867574,42.4307423563747,42.4391139384575,42.4414869858357,42.4625038326857,42.4919252199729,42.4980226324385,42.4899147216871,42.4969899175506,42.5062184339336,42.510404224975,42.5190065200348,42.536057301803,42.548361989714,42.5619191193719,42.5661049104133,42.5656654575948,42.5642701936145,42.5656434844592,42.5855177534415,42.598844169223,42.6198060845831,42.6390980776142,42.6475795226768,42.6529298647214,42.6550721991227,42.6545558416787,42.6754298662952,42.6758143876239,42.674550959759,42.6722548170061,42.6636964673181,42.6611696115883,42.6589943179334,42.6573463687399,42.6567970529416,42.6569288881577,42.6607081856342,42.6605763495189,42.6556874334283,42.646030450345,42.6454042299213,42.6455580382728,42.6484254699594,42.669233576968,42.6754298662952,42.6846254225252,42.6874708819756,42.6917116045069,42.7091029631312,42.7125306976336,42.7165956386777,42.7226161465179,42.7258900726687,42.7286586274936,42.7322291842294,42.7365687845218,42.7406776709377,42.7433583350191,42.7462806981956,42.7493239113694,42.7525099467766,42.7559706405326,42.7602882676894,42.7650343615465,42.7710878286404,42.7763063345697,42.7911049189568,42.8503871481483,42.8716807928343,42.8655482816279,42.8641640037657,42.8690968652281,42.8772926667232,42.8854664950827,42.8953651772611,42.9087355384144,42.9296315352671,42.9384865164396]}]],[[{\"lng\":[12.3669873190095,12.3502221817083,12.3462671027446,12.3487280408664,12.3367749150303,12.2980590937522,12.2906103626781,12.2987402456658,12.3271069458289,12.3282934699677,12.3179663210888,12.3008496208133,12.0682690459797,12.0414184588947,12.0156884774412,12.0071850592431,12.0043286136745,11.9984838864222,11.9809936518355,11.9545385721974,11.9411572240267,11.931662005597,11.9369824191033,11.9434863260331,11.9458154280396,11.9481445291467,11.949836423712,11.9513964821619,11.9517040997644,11.9506274395047,11.9464306623452,11.9422558574219,11.9343457003937,11.9320165992866,11.9321704076382,11.9394653294614,11.9448925761315,11.9517040997644,11.9575927714892,11.968601073181,11.9705126946051,11.973918455972,11.9751708977187,11.9760937487275,11.9778076164283,11.9773461904743,11.9754785144219,11.9689086898841,11.9635473617213,11.9577465807401,11.9535717758168,11.9499902320636,11.9448925761315,11.9417724583323,11.9374438450574,11.9332470678979,11.9298413056317,11.9275122045246,11.9261279266624,11.924414059861,11.9225683560448,11.9207006808917,11.9192944307933,11.9183715788852,11.9177563445796,11.9227221652957,11.9445629862928,11.9527109015868,11.9562084945264,11.9651953109149,11.9929907221441,11.9965502927618,12.0012084958753,12.0095800788575,12.0122167975671,12.0143920903227,12.0167211923292,12.0229614270282,12.0252465827635,12.0290039071046,12.0373754900868,12.0437475600019,12.049636232626,12.0769262725294,12.0868798861978,12.092153323617,12.096657718379,12.1008325233023,12.1079736367739,12.1144775437037,12.117905278206,12.1220800831293,12.1268920945945,12.1497216851077,12.1543798891205,12.158400884793,12.1998632886599,12.2131787192225,12.2150463952749,12.215354011978,12.2110253987032,12.2071362382468,12.2028076249719,12.1984570385615,12.1939086984277,12.1905029370609,12.1879101637231,12.182131354978,12.1798022529716,12.1770117259104,12.1734521552927,12.1686401429282,12.1576318421358,12.1522045954657,12.1426025447716,12.1387133843152,12.1366479545395,12.1357251026313,12.1362524461934,12.1350000053459,12.1326269579677,12.129221196601,12.1208496136188,12.080837405222,12.0777392605584,12.0755639678029,12.0744433621714,12.0741357445689,12.0756738307826,12.0753662140795,12.0736523463787,12.0693237331038,12.0488671890695,12.0437475600019,12.0398583995455,12.0370678724843,12.0381665049802,12.0428027358575,12.0573925804032,12.0654345726474,12.0728833037215,12.0775415068351,12.0833203155801,12.1033154336603,12.1116870157431,12.1183667041601,12.1275073289001,12.1312866263767,12.133857426579,12.1340771534379,12.1322094773855,12.1295288133041,12.122541508184,12.1047216837587,12.1008325233023,12.0980419962411,12.0965039100274,12.0975805702871,12.1014697307435,12.1121704148327,12.1197509811229,12.1325170949879,12.137482915704,12.1537646539156,12.2048071371397,12.2088501059476,12.2130249108709,12.2235717857093,12.2362939542026,12.2451709076113,12.2603759864626,12.2797558702372,12.2859521595645,12.293378917503,12.2971142687085,12.3009814569287,12.3033545034076,12.3069360471608,12.3108032344817,12.3507934706421,12.3549902478017,12.3588574351225,12.3606152481951,12.3604174944718,12.3588574351225,12.3549902478017,12.3535839977033,12.3535839977033,12.3567041155025,12.3573193498081,12.3565942516234,12.3551440561533,12.3531225717493,12.3507934706421,12.3478491343301,12.3441357553608,12.3397851689504,12.3345337037674,12.3188671998614,12.3139013791453,12.309726574222,12.3067822379099,12.3050244257366,12.3050244257366,12.3066284295584,12.3090893676801,12.3123632929316,12.319943860121,12.3818628071228,12.3925634912121,12.4032641753014,12.4088452303231,12.4133276528489,12.418952652343,12.4225341960963,12.4265551917687,12.4316748208363,12.4425293141765,12.4883203313182,12.510490742154,12.6046875229109,12.6088843009697,12.6139819569018,12.6229907464258,12.6318237544627,12.6347680907747,12.6386352780956,12.6447436766793,12.6565210210283,12.6697046154756,12.6816357681761,12.6859863545866,12.6910840105186,12.6962036395863,12.7051025661305,12.7080469024426,12.7126831324206,12.7320630161952,12.7581665328592,12.7584741504617,12.7572436809511,12.7540796186794,12.753772001077,12.7540796186794,12.7531567667714,12.7466528607409,12.74649905149,12.7491137979634,12.7540796186794,12.7888623350287,12.7911914361359,12.7933667297907,12.7958496401488,12.7944433900504,12.7956738586616,12.8017383118736,12.8509350912814,12.8517237724341,12.8560327472135,12.8572851889603,12.8574389973119,12.8568237630062,12.8557251305103,12.8541870442966,12.8521655598927,12.8498364578862,12.8441015945129,12.8379053051857,12.8354223948276,12.8338843095133,12.8338843095133,12.8374438792316,12.8402344071921,12.8448706380695,12.8602295252724,12.8677222008189,12.875170931893,12.8878711272507,12.8928369479668,12.8953198583248,12.8945508156676,12.8916064793555,12.8909692719143,12.8922217136611,12.8971875343772,12.8976489603313,12.8979565770344,12.8976489603313,12.8959350926304,12.8957812842788,12.8965503269361,12.8982641946369,12.9025928079117,12.9041528663617,12.9046142923157,12.9047681006673,12.9070972026738,12.9131396836495,12.9297949570716,12.9359912463989,12.9618750371033,12.9646655641644,12.96684085692,12.9680713264306,12.968862341324,12.9691699589264,12.968862341324,12.969323767278,12.9721142952385,12.9768164437239,12.986418494418,12.9904614632259,12.9919995494396,12.9907690808284,12.9871875379745,12.9861108777148,12.986418494418,12.9885937880728,12.9949438857517,13.0237939841051,13.0325171291622,13.0385596101379,13.0430640048999,13.0487988682731,13.0562475984479,13.0695630290106,13.0908105888376,13.1003247487881,13.105114788017,13.137216840285,13.1418750433985,13.1437207463154,13.1449731880622,13.146818890979,13.1482690864491,13.150444380104,13.1667261183157,13.2242944807057,13.2312598126902,13.2340503397514,13.2369946760634,13.2394775864215,13.2470801258471,13.2532764151744,13.2556494616533,13.2562866690945,13.256374559838,13.2560669422356,13.2503320788624,13.2489478018995,13.2449048330915,13.2384009261618,13.2261401836226,13.2191748516381,13.2132861790139,13.2089355926035,13.203464401461,13.1993335419094,13.1944775850725,13.1944775850725,13.1854687955484,13.1842383260379,13.1833154750291,13.1837769009832,13.1850073695944,13.1879517059065,13.1888965300508,13.1890503384024,13.1877978966556,13.1856445761363,13.1744824669922,13.1698242629793,13.1657812941714,13.1609912549425,13.1589697705385,13.1564868601805,13.1538501414709,13.1493677198444,13.1433032666324,13.12590092189,13.1187598084184,13.1124097107395,13.095974163277,13.0908105888376,13.0593457431115,13.0528198639456,13.0418115631531,13.0356152738258,13.0267383204172,13.0225415432576,13.0175757225416,13.0126318749611,13.0096655655134,13.005644569841,13.0037768937886,13.0012939834306,12.9992944721621,12.9879785528679,12.9019775736061,12.8947265962554,12.8864209326799,12.8802466155888,12.8717871427624,12.862053255953,12.8520117515411,12.8430688796251,12.8339721993575,12.811472198683,12.7948169252609,12.7891479794956,12.7849951468086,12.778249541683,12.7720971977275,12.7564087206859,12.7491577433352,12.7436645790571,12.7381494425427,12.7335571570371,12.7277344029204,12.7206372348205,12.7141333278907,12.7101343044546,12.7088159450998,12.7074096950014,12.7040039327353,12.6229028556822,12.618376488684,12.6150366449252,12.609895042722,12.6059839100294,12.5998315660739,12.5920532451611,12.5838354714298,12.5763647681196,12.5732226780841,12.5693335176277,12.5635107635109,12.5572925019474,12.5426806851655,12.5362866412155,12.5266626173859,12.515280781383,12.5096118356177,12.4982299996148,12.4937915224608,12.4907812685407,12.4473632978779,12.4427710132716,12.4351465007104,12.428115251118,12.424138199918,12.4207104654157,12.4154370279964,12.4007592927072,12.3907397614308,12.3809619283503,12.3669873190095],\"lat\":[42.6759791820936,42.6794288897315,42.6928981286457,42.726604183836,42.7417653173155,42.7479945658965,42.7672755728094,42.7976857296127,42.857824892205,42.8887843666052,42.9060548743329,42.9147999925256,42.9384865164396,42.9296315352671,42.9087355384144,42.8953651772611,42.8854664950827,42.8772926667232,42.8690968652281,42.8641640037657,42.8655482816279,42.8716807928343,42.874337344293,42.8800722076662,42.8826320217504,42.8859608793911,42.8893666416571,42.8932997474853,42.89773822374,42.9023964268536,42.9078676188955,42.9109218181873,42.9152833907159,42.9199086345758,42.9272035572983,42.9554384213461,42.9668861758563,42.9899574654646,42.9998012161532,43.0106557085941,43.0133144004392,43.0202138148157,43.0239931113929,43.0284315885469,43.0463612768514,43.0522060032044,43.0588747046039,43.069102976621,43.0731349593109,43.0745302232912,43.0733436991524,43.0713222147484,43.0658510236058,43.0637746068126,43.0630055641554,43.0637746068126,43.0685646460416,43.0763869123261,43.0938002431866,43.1019740715461,43.107862743271,43.1110377925601,43.1144435548262,43.1180910152881,43.1224306155804,43.1375697759244,43.1679030290015,43.1737987379214,43.1763295434736,43.1801308131865,43.1864589377298,43.1878761748455,43.1905897972813,43.196928908842,43.2004665072235,43.2052675325705,43.2118593293446,43.2418849657186,43.2462025928754,43.2502235885477,43.2546730518199,43.2557057667078,43.2556068898461,43.2466640188294,43.2447523974052,43.2446754927797,43.2455214400624,43.2470814994116,43.2513661673148,43.2562221241517,43.2582106502013,43.2597377493976,43.2606166559339,43.2604628475823,43.2612868217294,43.2626820857097,43.2824794491672,43.2910487858728,43.2948720278218,43.3001454661403,43.3097585029525,43.3144606523372,43.3177675368423,43.318778279494,43.3184377026378,43.3167348219545,43.313889362504,43.3040016673431,43.3010023995411,43.2985963938085,43.296783649246,43.2956520574965,43.2952345769142,43.2957509343581,43.2981349678545,43.2999916568894,43.3067592360499,43.3171962479085,43.340509236612,43.3506386317674,43.357252401677,43.3595265712942,43.3629323335603,43.371875204577,43.3738637306266,43.3768080660394,43.3803786227752,43.3855202249784,43.4015602649942,43.407448936719,43.411195274942,43.4125685657867,43.4115138786626,43.4123378528096,43.4140956658823,43.4165236438511,43.4211269154748,43.4270705195888,43.4373537230958,43.4403420047797,43.4422096799328,43.4429347781175,43.4468019654383,43.4646327768811,43.4693349253665,43.4723891246584,43.4747621720366,43.4774757944723,43.4811672012053,43.4888136860028,43.4929555316724,43.4963063624486,43.50054708498,43.5063368798431,43.5083034327572,43.5108852199769,43.514192104482,43.5182790186618,43.5227174958158,43.5278810702551,43.5297487463076,43.5307265297055,43.5316054353426,43.5484035318975,43.616826385829,43.6108827826143,43.6090151065619,43.6080153509277,43.6080153509277,43.6064333193422,43.6022475283008,43.5931069026614,43.5916017757013,43.5928981628199,43.5957326352529,43.6027419126091,43.6054555359442,43.6076198425816,43.6093227241644,43.6201332712334,43.6205946971875,43.6194081730487,43.6147279976989,43.610465302032,43.6066200869474,43.6001051938995,43.5968752131205,43.5934145202639,43.5873610531701,43.5839552909039,43.580439665658,43.5770339042912,43.5738258966478,43.5709364918256,43.5683437184878,43.5664870285535,43.565300505314,43.5650917654726,43.5675197434414,43.5677834156721,43.5666957692943,43.5644435719133,43.5614223309757,43.5579396649835,43.5547536295763,43.5520729654949,43.5498976727394,43.5461842937701,43.5245741857501,43.5223549467234,43.5240578283061,43.5262880525515,43.528968716633,43.5342421540522,43.5362087069662,43.5376479163182,43.5384279459929,43.5365712560586,43.5219704253948,43.5124892237986,43.4303444457395,43.4288722771338,43.4291798947363,43.4342995238039,43.4412758419065,43.4429787234893,43.443604943913,43.4438576291263,43.4424184206736,43.4393422482461,43.4340907830631,43.4334206172676,43.4342995238039,43.4389467407995,43.4488234498423,43.4512514287105,43.4539320927918,43.4609084117938,43.461227014615,43.4445277958211,43.4407594844626,43.4276637816582,43.4195668570248,43.4154359974733,43.4068337024134,43.3830922461103,43.3788295504434,43.3727541111133,43.3651295994514,43.3240736891494,43.3197121166208,43.3142519115964,43.2992226142322,43.2860609929205,43.2784694396129,43.26924092323,43.2087282263266,43.2060902233851,43.1916774445584,43.1840309597609,43.179823195584,43.1755824730527,43.1718361348297,43.1682216327221,43.1648598158278,43.1617067396743,43.1563893568833,43.1518080574958,43.1494130378813,43.1464137709787,43.1429530772227,43.1324831061104,43.129406933683,43.1270338872041,43.125352978757,43.1217604488856,43.115761914181,43.1016884270792,43.0939101061664,43.0874501455078,43.0786061504535,43.0614015603337,43.0526674291585,43.0407033172043,43.0286952598783,43.026541939359,43.0230592733668,43.0191810999278,43.0111171345481,43.007195014838,43.0039870071946,43.0006801226895,42.9946376417138,42.9911769479577,42.9871669384034,42.9787184516952,42.9715333928518,42.9634254821003,42.9473524837301,42.9428041435963,42.9293129324458,42.9268080489523,42.9237868089141,42.9202711836681,42.9165578046989,42.9124708905192,42.8954750402409,42.8918056066434,42.8886964758617,42.8872792387459,42.8896083407523,42.8928383215313,42.8965517005005,42.8999135173949,42.9063185465636,42.9096254310688,42.9129652757269,42.9156788981626,42.9171730390045,42.9160853926268,42.9171730390045,42.9187001391001,42.9193483317601,42.9178432048,42.9124708905192,42.9005067785649,42.888498721239,42.8815224031364,42.8763808009332,42.8494533101222,42.8441029680775,42.840949891924,42.8377418833812,42.8301723032092,42.8267445687068,42.8236134656889,42.8245143444614,42.8476735248133,42.8454213274323,42.843795350475,42.841312440117,42.8385438861914,42.8264808973755,42.8131544806947,42.8062001348283,42.8024757688416,42.7977736203563,42.7923244014499,42.7708241564097,42.7677809432359,42.7648036485695,42.7615516955543,42.7585304546168,42.7582667832854,42.7592225935478,42.7605409529027,42.7598488139716,42.7559706405326,42.7490931983924,42.7346022316077,42.7235719576797,42.7198695648285,42.7151674163431,42.7112672697687,42.7077846037764,42.7011928061031,42.6975783039955,42.6939857750235,42.690316341426,42.6872181967623,42.6768251293762,42.6711891428646,42.6645753729551,42.653929621255,42.6507765442021,42.6477882634176,42.6450966123188,42.6432399232838,42.6425697574883,42.6456349428983,42.6459535466188,42.6442726381717,42.632747979036,42.630726494632,42.6237501765294,42.6237062311576,42.6256178525818,42.6276832823576,42.6317701965373,42.6325941706844,42.6315614557965,42.6267824026857,42.6224428032927,42.6149391407287,42.6123353812728,42.6100612107563,42.6088746875168,42.6079957809805,42.6095997848022,42.615290703703,42.6411415342544,42.6503480775017,42.6591810855386,42.6664869943793,42.6711122391385,42.6717494456803,42.6694423168095,42.6588624827174,42.6559071602872,42.6537867990215,42.6499415839369,42.6400429017585,42.6359559875788,42.6353297662557,42.6328908021688,42.6262440730055,42.6094459764506,42.6021510546274,42.598613456246,42.59756975524,42.5999428026182,42.6066774216257,42.6168947075247,42.6214540337766,42.6259584285386,42.6832960770523,42.6892616534026,42.6985560873935,42.7271425144155,42.7355360696339,42.7418751811946,42.7456544777719,42.7457203962792,42.7409633154047,42.7341408056536,42.718056820266,42.7128383143367,42.711003597538,42.709674252065,42.7106740076993,42.7154860200637,42.7272194190409,42.730581235036,42.7326796240654,42.7311305517335,42.7265822115997,42.6916347007808,42.6896791339848,42.6898329423364,42.6920192221094,42.6955018881016,42.6997316245148,42.7041481285333,42.7065431481478,42.6968971520819,42.6838344076318,42.6759791820936]}],[{\"lng\":[12.4298191435386,12.437081781499,12.4429826741111,12.4452522481927,12.4447983333764,12.4398052703969,12.4307269731713,12.4211947611293,12.4139321240683,12.4089390601895,12.4075773157405,12.4103008046384,12.4162016981498,12.4239182500272,12.4298191435386],\"lat\":[43.6314697841032,43.6269306359401,43.6196679979797,43.6110436155704,43.6010574887121,43.5942487664674,43.5897096174049,43.5897096174049,43.5942487664674,43.6010574887121,43.6101357859378,43.6210297424286,43.6278384655727,43.6310158692869,43.6314697841032]}]],[[{\"lng\":[13.4198511288265,13.3180737808803,13.3034619640983,13.2937720217614,13.2652515132467,13.2588794424323,13.2621753408193,13.2736890138369,13.2989795415726,13.2657788568088,13.2483984852019,13.2212183082783,13.20970463616,13.2002563938175,13.1978833464393,13.1977515103239,13.1926099090201,13.1752075642776,13.1568823685265,13.1545093211482,13.1580688917659,13.1575635204401,13.1471484808177,13.0948096122738,13.0921509204286,13.0950073659971,13.0930737723367,13.0790112713531,13.0185864642939,13.0009643935919,12.9970532608992,12.9976245498331,13.0074683005216,13.0099292377441,13.0139502343159,13.020783730185,13.0482934969473,13.0614331460229,13.0826367604781,13.0998852959696,13.1381836375648,13.1685278767601,13.1844360806606,13.1914893033886,13.197399948249,13.2392798326981,13.2978573126649,13.3066699717418,13.3117676285732,13.3169531752488,13.3307520040018,13.3415845242064,13.35323003244,13.3637549350422,13.3686108918791,13.3701709503291,13.3698633336259,13.3689404817179,13.3671826695445,13.3584814967237,13.3566357938068,13.35538335206,13.3535376491432,13.3536914574947,13.3543066926997,13.35538335206,13.3570972197609,13.3611182163326,13.3668530797058,13.3774658730516,13.3898584517062,13.3946704631713,13.3999439014898,13.405217338909,13.5014356040699,13.5091699796109,13.5138281827245,13.5152344328228,13.5169263273881,13.5191016201437,13.5220459564557,13.5254517187219,13.5293408782789,13.536042538932,13.5452051368076,13.5627173445298,13.5788452752892,13.5991919554444,13.6151660769529,13.6319092420179,13.6385889295354,13.6424561177556,13.6466309217796,13.6556836566754,13.7148120775154,13.7231836595982,13.7275122728731,13.7301489915827,13.7357300466044,13.739289617222,13.7414649099776,13.7442554379381,13.7499903013114,13.7588892269562,13.7736109076173,13.7815210637461,13.7869483104162,13.7902002634314,13.7939136424006,13.8007471391691,13.8106568074657,13.8307178431539,13.8429566134569,13.8587769266139,13.8727735090902,13.8918457752623,13.9457007577838,13.9515894295085,13.9577857188359,13.9676953871324,13.9701782974904,13.9723535911453,13.9740674579468,13.9762427516017,13.9794947046169,13.9925684351851,13.9939527130472,13.9945679473529,13.9942603297504,13.9961280058028,13.9983032985584,14.0032691192744,14.0060596472349,14.0079053501518,14.008674392809,14.0075977325493,14.0085205844574,14.0100806429073,14.0093116002502,14.0055762481453,13.9808789815797,13.9791870870145,13.9805713648766,13.9829444113555,13.9827466576321,13.9820215603467,13.9618067154076,13.9526660897682,13.944909741991,13.9382520267097,13.9115332757401,13.9095117913361,13.8968115959784,13.8895166732559,13.8658960669499,13.8621826879806,13.8601612035767,13.8596997776226,13.8722681377643,13.875366282428,13.8755640361513,13.8747290749868,13.8694776107031,13.8725757553668,13.8641822001484,13.8264771206226,13.8170069051445,13.8131177446882,13.8085034869463,13.7869483104162,13.7577027037168,13.7073853186775,13.6760523099661,13.6429614881821,13.6254492804599,13.6086621709225,13.57970220869,13.5755274037667,13.5754175407869,13.565376036375,13.5496436139616,13.467707575744,13.4457349186316,13.4334741760923,13.4327710510432,13.4363306207615,13.4367920467156,13.4285303276125,13.4198511288265],\"lat\":[41.4000929027652,41.4016529621145,41.4066517411849,41.414397102844,41.4305470058396,41.4356776210254,41.4478724459566,41.4576173197835,41.4703394882767,41.5277100951448,41.5373231328563,41.5415308970332,41.546595594611,41.5567359758846,41.5686671285851,41.5811475979833,41.5881349022039,41.5835975490876,41.5885743559218,41.6009889068126,41.617644181134,41.6354090740695,41.6532508716304,41.6846058534773,41.6895826603115,41.7019093204588,41.7083033644087,41.7208827106685,41.752907858311,41.7694093233815,41.7774732887613,41.7846583476046,41.8148707506846,41.8187379389047,41.8213526844788,41.8238355948368,41.8286146479476,41.8333497556866,41.8580140629986,41.8578492685289,41.8454786621106,41.8451710454074,41.8482472169355,41.8553993174245,41.8676380868282,41.8918519552035,41.9470457395692,41.9460694868174,41.9439491246524,41.9408509799887,41.927107083625,41.9222950712605,41.9191969265968,41.9124842798256,41.9077821313402,41.9031019550911,41.8987843288337,41.89482924987,41.8911927755261,41.8788441422433,41.8755372568389,41.8715492195208,41.8455335936005,41.8413697756945,41.8375025874744,41.8339320307386,41.830833886075,41.8286585933194,41.8276808099214,41.8289662109219,41.831526025006,41.8320753417036,41.8321742185653,41.8316029296315,41.795952292864,41.7908875961856,41.7864381329135,41.7831312475091,41.7801869120963,41.7774513156257,41.774968406167,41.7726722634142,41.7707826142262,41.7692335418944,41.7682008270065,41.7682997038682,41.7699037085893,41.7779896462052,41.7883058089659,41.8033680646844,41.8077845687029,41.8093885734239,41.8105201651734,41.8094874502856,41.7947877427601,41.7884596173175,41.7841969216506,41.7800331028454,41.7666517546747,41.7604994107192,41.7575001429173,41.7546107389944,41.7518421841694,41.7491834923243,41.7475794885026,41.7481288052002,41.7495460414166,41.7516883758179,41.7535230926166,41.7526222138441,41.7491834923243,41.7386366174859,41.7337806597496,41.7303748983828,41.7306605428498,41.7236512654935,41.6881764102131,41.6790028262195,41.67383925178,41.6674342217119,41.6648744076278,41.6618531666903,41.6587440359085,41.6516688400449,41.6453626877378,41.6282899337334,41.6250050214646,41.6174574135288,41.5830152731363,41.5733582909523,41.5673817275846,41.5648548727542,41.5628333874508,41.5588123917784,41.5533082413822,41.5371253791329,41.5322474491604,41.5289405646553,41.5246449097348,41.5193824584337,41.5043421749514,41.5017823599679,41.4977503772781,41.4945203973984,41.4900819202444,41.4865113635086,41.4707020364698,41.4704383651384,41.4681202492501,41.4644178563989,41.4435987641716,41.4423792816785,41.4358204432588,41.4333155606646,41.4277015463892,41.4259986657058,41.4230323571575,41.4192310874447,41.4002686842524,41.3935999828529,41.3885023269208,41.3816358708987,41.3581471007081,41.3354054009385,41.3333729295171,41.3312415821333,41.3246497853593,41.3205738572976,41.317310917265,41.3085767860898,41.3125538372897,41.3472266897599,41.3399427540548,41.3200684859718,41.3190577442195,41.3313953904849,41.3619373843028,41.3680457828866,41.3876673657563,41.4031690751926,41.4153639001239,41.4546290380996,41.4601661477495,41.4581007179737,41.4483118987751,41.4352381682069,41.4233729331144,41.405849739274,41.4000929027652]}]],[[{\"lng\":[14.6537916051984,14.6619654335579,14.6690845747933,14.6689087933062,14.6635254920078,14.6548902376943,14.600002540285,14.5825562510701,14.5797657231096,14.5719654299606,14.573371680059,14.584401953987,14.59965097821,14.613801369038,14.6313794952675,14.6461670935365,14.7067457089473,14.7124805723205,14.7194239320688,14.7259278380992,14.7300367254145,14.7411329169506,14.7531299881584,14.7642701250662,14.7728834062442,14.7745093832015,14.7747730554321,14.7763111407465,14.7816724698086,14.7880445397237,14.7943287197946,14.7999976655598,14.8044800871863,14.8102369236951,14.8139942480361,14.8215967874618,14.8349781356324,14.993664665392,15.000256462166,15.003947868899,15.0036402512965,15.0001685714224,14.9946754071443,14.9687916173393,14.9639136873668,14.9656714995401,14.9981690592547,14.9943238450694,14.9830298989107,14.9837769693316,14.9915552902444,15.002739372524,15.0249537287316,15.0321168144394,15.0532325381511,15.066965449296,15.0902125203915,15.104099239888,15.11715099822,15.1302467010244,15.1415626194193,15.1434522686073,15.1552296129562,15.1590968002771,15.1636451404109,15.1672266832648,15.1751148671574,15.1786964100113,15.1870679929935,15.2207081305758,15.2401319597221,15.2458668230954,15.2520631124227,15.2624561789095,15.2661695578788,15.2675758079772,15.2660157495272,15.263225222466,15.2595118434967,15.246482057401,15.2446363544842,15.246020631447,15.2533155541695,15.2540845968267,15.2527003189645,15.2503712178574,15.2475806898969,15.2382642836698,15.2316065683884,15.2030201413664,15.2011744384496,15.2002296143052,15.201020630098,15.2028663330149,15.2089307862268,15.2553370385734,15.2584351832371,15.2640162373594,15.275068484423,15.2803419218422,15.2876148714292,15.382558722607,15.39238050016,15.3982691727841,15.4015211257993,15.4060255205613,15.4117603839346,15.4243067709407,15.4553761083207,15.5585597063653,15.5762476946754,15.5779395892407,15.5722047258674,15.5551539440992,15.5440357794276,15.5366529668609,15.5239307983676,15.4892579458975,15.4708668316389,15.369221319808,15.3655079408388,15.3608497377252,15.3608497377252,15.3620802063364,15.3652003232363,15.3658155584412,15.3620802063364,15.3442603819111,15.3220679979397,15.306950809832,15.298403446262,15.2839454378317,15.2813306913583,15.2793751254617,15.274607058469,15.2568970970234,15.2525465106129,15.2413624283334,15.2411207292383,15.2373853771334,15.2157642829952,15.1723902577042,15.1574488510836,15.1443311742443,15.1316529511228,15.1116578339419,14.9856226722485,14.9189136851185,14.9077955213462,14.8689478630534,14.7623145582702,14.7414185614174,14.7342554757096,14.7349366276233,14.7380347722869,14.7380787176587,14.7321021551903,14.7217090878041,14.7102393610576,14.7010987354183,14.6906177781879,14.6769947309221,14.6680079145336,14.6524732458436,14.6055396499349,14.5782056646597,14.5741407236155,14.5796558601298,14.5944434583989,14.6537916051984],\"lat\":[40.8939527474213,40.8950623660353,40.9009290655239,40.9088502086702,40.9164527480958,40.9213526503045,40.9311304824857,40.9429078268347,40.987907829083,41.0095399093393,41.0237122733027,41.0393787781081,41.0511011909672,41.0534522652098,41.0488599797043,41.0482008000269,41.058494989652,41.0581324405597,41.0491566102893,41.0317432794288,41.0247889335624,41.0164503107332,41.0138245781417,41.0176368339727,41.0285902032753,41.0364234556779,41.0451136414814,41.0531556337255,41.0590552924677,41.0606483101714,41.0593848823065,41.0560340524295,41.0513099308087,41.0408619328319,41.0378077326407,41.0364014834417,41.0384778993356,41.106494258803,41.1107459683518,41.1169092984254,41.1262916231598,41.1347950413581,41.1413319066422,41.1562403549084,41.165468870392,41.1755982655475,41.2059534917602,41.2222462169893,41.239967164553,41.2654444607932,41.2720362575672,41.2702564722584,41.2616322040629,41.2614893818295,41.2652247339343,41.2637305930924,41.2506788347604,41.2480750753045,41.2515137959249,41.2592042260941,41.269377565722,41.2746180447869,41.2751563753664,41.2759254180236,41.2773206820038,41.2794190701339,41.2875599401391,41.289054080981,41.2870435826952,41.2722120390544,41.2667298608943,41.2638404569715,41.2588306908837,41.247536744725,41.2416151137465,41.2378687755236,41.2354188244192,41.233375367779,41.2317493908217,41.2288489998814,41.2264210219126,41.2231141365082,41.2144349368228,41.210402954133,41.2071510011178,41.2042066648057,41.2015150146062,41.194802367835,41.190924194396,41.1656995833691,41.1627113025845,41.1594044171801,41.1561964095367,41.1533839093399,41.1494288312755,41.1276759001227,41.1255006073671,41.120534786651,41.105911983751,41.1038465539752,41.1025062214849,41.0974964562964,41.0984522665588,41.1033082242951,41.1053187216816,41.1056263392841,41.1039234586007,41.095628780244,41.0793580272511,41.0551221866396,41.0265906920068,41.0110340501813,40.9975538251489,40.9717139807156,40.9439405417226,40.9332618307689,40.9241981097549,40.9074769178255,40.9017969859421,40.8989515264917,40.8860535765113,40.8760889767249,40.8628284785514,40.8561927355063,40.8477442496974,40.8438660753591,40.8344617783883,40.8206849218716,40.8374830184266,40.8390760361302,40.8356812608815,40.8182459568854,40.8124341888867,40.7993604583185,40.7952845302568,40.7904615326736,40.7879346769437,40.7645337965974,40.7413965893811,40.7234888733128,40.7157215394175,40.7113819391251,40.7190503970581,40.7438025951137,40.7590626054549,40.7657752522261,40.7801124106592,40.8049854587119,40.8069849699804,40.7991077731052,40.8058423921127,40.8116212008577,40.8163672947148,40.8208497172407,40.8264307722623,40.8344837506245,40.8412183705314,40.8458326282732,40.8483924423573,40.8489307729368,40.8446570911518,40.8282105566718,40.8241785748813,40.8266285259857,40.8476453719363,40.8747925905056,40.8852515746005,40.8992481570768,40.9033350712565,40.8939527474213]},{\"lng\":[14.6878052779912,14.6992090871296,14.70667979044,14.7074048886247,14.6912549856291,14.683278910993,14.6760279345415,14.6724024454165,14.6752808641206,14.6878052779912],\"lat\":[40.9727466956035,40.980920523963,40.994499625857,41.0063319016959,41.029381219068,41.0208008962443,41.0054200368052,40.9889405439709,40.977108268132,40.9727466956035]}]],[[{\"lng\":[13.3758838414661,13.3966919475753,13.4175879444281,13.4362866762891,13.4590064029231,13.5019629476319,13.511499080718,13.5166626551574,13.5243750584622,13.5316480080491,13.541755430069,13.5521924419276,13.5846240840343,13.7386304375447,13.7537915710242,13.7654151061222,13.7752368845746,13.8068994831247,13.8101734092754,13.810788643581,13.8190064173123,13.8344971406305,13.8435938199988,13.8325635460708,13.825861886317,13.8185669635945,13.8114917686302,13.8055591506343,13.8004834669384,13.8007471391691,13.8030322949045,13.808767159177,13.8093604203471,13.8073169637069,13.8039771199481,13.7997803418892,13.7951880563837,13.7910132523597,13.7954077832426,13.8052735061673,13.8174903033348,13.8654566141314,13.889340892668,13.9074683346959,13.9178174558109,13.9601367930785,13.988635329357,14.0016870876889,14.0188697055725,14.0853809389791,14.1022779123957,14.0990259593805,14.0879956854525,14.0815796692663,14.095774005466,14.0976197092821,14.0819312313412,14.0888526188533,14.0997510566659,14.1062549635957,14.1171753736446,14.1943872911406,14.2102295765337,14.229410536567,14.2276319212762,14.2178760613311,14.2144702990651,14.2116797720038,14.1916187363156,14.1849610210343,14.1606153165436,14.1547266448188,14.1494092620278,14.1422681485562,14.1416529133513,14.143190999565,14.1497168787309,14.1535840669511,14.1569019375743,14.160000082238,14.1618457851549,14.1665039891678,14.1694483245805,14.1806104346239,14.1837085792875,14.186037681294,14.1871143415536,14.1871143415536,14.1829395366303,14.1751831888531,14.1541114105132,14.1385547686876,14.1135938307906,14.0988062325216,14.0947852359499,14.0873365057751,14.0747901178696,14.0692090637473,14.0629908012845,14.0543116015991,14.0351953900552,14.0305371869416,14.0133325959226,14.0077515418002,14.0012476348704,13.9945679473529,13.9645972424688,13.9457007577838,13.8918457752623,13.8727735090902,13.8587769266139,13.8429566134569,13.8307178431539,13.8106568074657,13.8007471391691,13.7939136424006,13.7902002634314,13.7869483104162,13.7815210637461,13.7736109076173,13.7588892269562,13.7499903013114,13.7442554379381,13.7414649099776,13.739289617222,13.7357300466044,13.7301489915827,13.7275122728731,13.7231836595982,13.7148120775154,13.6556836566754,13.6466309217796,13.6424561177556,13.6385889295354,13.6319092420179,13.6151660769529,13.5991919554444,13.5788452752892,13.5627173445298,13.5452051368076,13.536042538932,13.5293408782789,13.5254517187219,13.5220459564557,13.5191016201437,13.5169263273881,13.5152344328228,13.5138281827245,13.5091699796109,13.5014356040699,13.405217338909,13.3999439014898,13.3946704631713,13.3898584517062,13.3774658730516,13.3668530797058,13.3611182163326,13.3570972197609,13.35538335206,13.3543066926997,13.3536914574947,13.3535376491432,13.35538335206,13.3566357938068,13.3584814967237,13.3671826695445,13.3689404817179,13.3698633336259,13.3701709503291,13.3686108918791,13.3637549350422,13.35323003244,13.3415845242064,13.3307520040018,13.3169531752488,13.3117676285732,13.3066699717418,13.2978573126649,13.2956616709494,13.2801489744955,13.0970508235367,13.0922607834084,13.0891626396441,13.0822851975038,13.0720459393686,13.0491064849763,13.0362305081314,13.0284302149824,13.0256396879212,13.0237939841051,13.0178833392447,13.016960488236,13.0119946675199,13.0119946675199,13.0137085343214,13.0295820594645,13.0302877772591,13.0512817786312,13.0732983811154,13.0773193767878,13.0796484787942,13.0816699631982,13.0854272875393,13.0895581470908,13.0942602955762,13.0987646903382,13.1423804147244,13.1730762168939,13.1895117643564,13.2077051239922,13.2131323706624,13.2204053202493,13.2338965313998,13.2414990708255,13.2470801258471,13.2548364736243,13.2607690907209,13.2648120595289,13.2750293454279,13.2846533692576,13.2905420409824,13.2955078616985,13.2990674323161,13.3021655769798,13.3048022956894,13.3065161633902,13.3071313976959,13.3057251475975,13.3017041510257,13.3006055185298,13.3018579593773,13.305417529995,13.3172607928513,13.3546143094028,13.3637549350422,13.3674902862477,13.3655127472155,13.3617554228745,13.3572510281124,13.3519775906933,13.3353882348791,13.3246875507898,13.3203589375149,13.3169531752488,13.3145581556344,13.3130200694206,13.3108447766651,13.3095044441748,13.3075928236499,13.3051099132919,13.3026270029338,13.2999902842242,13.2807642088012,13.2765894038779,13.2728540526724,13.2699097163603,13.2671191892991,13.2553418449502,13.252968797572,13.2501782705108,13.2303369607821,13.2275464337209,13.2230420389589,13.2199438942953,13.2174609839373,13.2145166476251,13.2129785623108,13.2109570770075,13.2059912571908,13.1997510224917,13.189204146754,13.1633203569489,13.1600464307981,13.1575635204401,13.1560254351257,13.1555640091717,13.1564868601805,13.1594311964925,13.1750977012979,13.1783496543131,13.1783496543131,13.1755591272519,13.1715161575446,13.1529272904621,13.1451709417855,13.1418750433985,13.1364477976277,13.1324048279205,13.1308667426061,13.1294604925077,13.1285376405996,13.1297681092108,13.1317895936148,13.1345801215753,13.1487305124032,13.1532349071652,13.1578931102788,13.1647046339117,13.1665723099641,13.1668799275666,13.1648584431626,13.1645508255601,13.1651660598658,13.1647046339117,13.1634741653005,13.1612988725449,13.1583545362328,13.1551025832176,13.1440283639179,13.1404687933002,13.137678266239,13.1353491642325,13.1362939883768,13.1386011172477,13.1418750433985,13.1460937936936,13.162221724453,13.1679565878263,13.1743066855051,13.1770972125663,13.1795801229243,13.1823706508848,13.1861060020903,13.1904346153652,13.1957080536837,13.2061450655423,13.2200977026469,13.2306445783846,13.2587476063169,13.263713427033,13.2727002434215,13.2767432131288,13.2860376471197,13.2913110845389,13.3061865735515,13.3279614760413,13.3333667504751,13.3380249535887,13.3689404817179,13.3758838414661],\"lat\":[42.6037660445673,42.5754542758941,42.5296852309886,42.509360523969,42.4932545663451,42.4769288818624,42.4708314693968,42.4641407948617,42.4492653067485,42.4440577869373,42.4420802479051,42.4429811266776,42.4516932847173,42.4378395244744,42.4308302471182,42.4200856176571,42.4132301486524,42.3745912311004,42.3656813184381,42.3442030465333,42.3197474790629,42.294270183722,42.2692652995539,42.2462159821818,42.2453370756455,42.2480836582342,42.2470509433463,42.2349000637869,42.2148610003348,42.2086976702612,42.203940590286,42.1957887341627,42.1902516245128,42.1837696907186,42.1810340951474,42.1791334598413,42.1751454225232,42.1626100216351,42.1511622680242,42.1430323850365,42.1404835561711,42.1588746704297,42.1630275022174,42.1491957151101,42.1377699328361,42.1182911730991,42.0834645113781,42.0758070404625,42.0751149015314,42.0866835051396,42.0697975187405,42.0492091385909,42.0269947823833,42.0052198789942,41.9691627486619,41.9497828657866,41.9393128946743,41.9285243198415,41.9023219263158,41.8934010275354,41.8895228531971,41.896103663853,41.8905116227132,41.8773663285932,41.8762513689055,41.8611671391521,41.8573438972031,41.8547071784935,41.8395680172502,41.8395130857603,41.8418421877667,41.8394581542704,41.8348658687648,41.8241651846755,41.8186830074148,41.8147059562149,41.8089491197061,41.8043788073361,41.7992042467785,41.7915028304912,41.7884596173175,41.7828236308059,41.7803956519377,41.7746607885645,41.7725404272988,41.7704749975231,41.7682557593957,41.7659815888792,41.7629273895873,41.7600599579007,41.7548194788359,41.7491834923243,41.737142476644,41.7250794878281,41.7234535108708,41.7246839803814,41.73114394104,41.7309681595529,41.7287708945611,41.7221571246516,41.7035572705516,41.7008656194528,41.6932740670445,41.6896485779195,41.6874842712821,41.6869129823482,41.6920765567876,41.6881764102131,41.7236512654935,41.7306605428498,41.7303748983828,41.7337806597496,41.7386366174859,41.7491834923243,41.7526222138441,41.7535230926166,41.7516883758179,41.7495460414166,41.7481288052002,41.7475794885026,41.7491834923243,41.7518421841694,41.7546107389944,41.7575001429173,41.7604994107192,41.7666517546747,41.7800331028454,41.7841969216506,41.7884596173175,41.7947877427601,41.8094874502856,41.8105201651734,41.8093885734239,41.8077845687029,41.8033680646844,41.7883058089659,41.7779896462052,41.7699037085893,41.7682997038682,41.7682008270065,41.7692335418944,41.7707826142262,41.7726722634142,41.774968406167,41.7774513156257,41.7801869120963,41.7831312475091,41.7864381329135,41.7908875961856,41.795952292864,41.8316029296315,41.8321742185653,41.8320753417036,41.831526025006,41.8289662109219,41.8276808099214,41.8286585933194,41.830833886075,41.8339320307386,41.8375025874744,41.8413697756945,41.8455335936005,41.8715492195208,41.8755372568389,41.8788441422433,41.8911927755261,41.89482924987,41.8987843288337,41.9031019550911,41.9077821313402,41.9124842798256,41.9191969265968,41.9222950712605,41.927107083625,41.9408509799887,41.9439491246524,41.9460694868174,41.9470457395692,41.9472889693105,41.9468165572383,42.0236659247426,42.0227101144802,42.0205348217246,42.0188868716318,42.0190406808827,42.0231935126704,42.0280274972712,42.0319276438457,42.0351576246247,42.0381019609367,42.0513844322458,42.0546473713791,42.0990321384224,42.102284092337,42.1084584085287,42.1156432668233,42.1159626970208,42.1254652449251,42.1412525997277,42.1455152944952,42.1486134391589,42.1518983514277,42.1622804317965,42.170553137917,42.1731349251367,42.1736512825806,42.1587208620781,42.1529859987049,42.1462184195444,42.1361329706601,42.1338148547717,42.1315846305263,42.1290577747964,42.1290577747964,42.1302442980359,42.1356166132161,42.1386158801188,42.1380226189487,42.1335292103048,42.1314308212753,42.1317384388778,42.1332215936017,42.1352320909882,42.1375611929946,42.140241857076,42.1430653433908,42.1464161741671,42.1493605095798,42.1552052368322,42.1587208620781,42.163115392961,42.1674549932533,42.1726734991826,42.1786610477691,42.1817701794502,42.185175940817,42.1878675910165,42.1898231578124,42.1909657356802,42.191635902375,42.1917897107265,42.1934486460382,42.1950196915055,42.1969093397942,42.1998317029707,42.2030836559859,42.2102906879649,42.2138063132107,42.2166957171336,42.2190248191401,42.2204969868465,42.2215846341235,42.2251771630956,42.2267482076636,42.2286927883415,42.2310658348204,42.2335926905502,42.2514784334829,42.2542140290542,42.2566969394122,42.2695619301389,42.2721437173586,42.2782411298243,42.2847010913823,42.2918422048538,42.3072340513104,42.3104640311901,42.3134852721276,42.3188356141723,42.3234169126604,42.3293055852845,42.3385560739036,42.340775312031,42.3444996771184,42.3493556348546,42.357749190073,42.3622755570713,42.3672303907699,42.3873903042191,42.3947731167859,42.3999476773434,42.4023207247216,42.4040785368949,42.4093519752134,42.4131752171625,42.4153175515637,42.4204042213777,42.4263807838461,42.4307972878645,42.4361915752809,42.445266282413,42.4507374744549,42.4548463617701,42.4574061758543,42.4648988523002,42.4679200923384,42.4719850342819,42.4801478756239,42.4856190676658,42.4902772707794,42.4967042730837,42.4990553473264,42.5052626227718,42.5089320563693,42.5123378186354,42.5152382095757,42.5177650653055,42.5199843034328,42.525774098296,42.5285646262565,42.5322120867184,42.5382875269478,42.5422865503839,42.5454176543013,42.5474281516878,42.5486915795527,42.549856130556,42.5514052028878,42.5573817653562,42.5647426056867,42.5776295695489,42.5833973912765,42.5869130165225,42.587682060079,42.5874733193382,42.5859242470063,42.5819801550601,42.5800905067715,42.5796510539529,42.5787941196529,42.5760585240816,42.5743556433982,42.5722352821326,42.5721803506427,42.5739381628159,42.5730592562796,42.5735756137236,42.5745643832396,42.5859791784962,42.6037660445673]}]],[[{\"lng\":[12.5000922401647,12.5128857617685,12.5383740441268,12.5931299054208,12.6055884016833,12.6287695551708,12.6419751218544,12.6877881121317,12.7503442665746,12.7841382134078,12.7922241510237,12.8012329405478,12.8326098946309,12.8540332359451,12.8611084309093,12.8674805017238,12.8784448580437,12.8847949557226,12.8945947610394,12.9171167339501,12.9478784537276,12.9581177127622,12.9656982790523,12.9694556033934,12.9714331424256,12.9774756234013,12.9779590215916,12.9751245491586,12.9705542358893,12.9507788446679,12.9470874388342,12.9459668332028,12.9455054072487,12.9471753286784,12.9498999381316,12.9525586299767,12.9548218134759,12.9535693726284,12.9450000359229,12.9057348979472,12.9066577498552,12.9174463237888,12.9375952502206,12.9586450563243,12.9729272832675,12.9728833378957,12.962336462158,12.9547339227323,12.9517895873196,12.9468457388398,12.9398584346191,12.8945508156676,12.8886401708072,12.8863330419363,12.8871020845935,12.8861792326854,12.8836963223274,12.8799609711219,12.875170931893,12.8700513028253,12.8632178060569,12.8557251305103,12.8455078446113,12.8406958331462,12.8374438792316,12.8354223948276,12.8315552075068,12.8267431960417,12.8186792306619,12.8154272776467,12.8141748359,12.8145044257386,12.814350617387,12.8132519839918,12.810725128262,12.8075171206186,12.8001782534237,12.7919604796924,12.7874780571666,12.7837427059611,12.7781616509394,12.7749096979242,12.7704053031622,12.7649780564921,12.7475757117497,12.7395117472693,12.7314477818896,12.6989941675468,12.6901611595099,12.6728027601392,12.665507838316,12.6608716074387,12.6442822507253,12.6388550049545,12.6341528564691,12.6293408441047,12.6246826409911,12.6130591049937,12.6080932851769,12.6031274644609,12.5679052952931,12.5641699431883,12.5609179901731,12.5578198455095,12.5322436724076,12.529606953698,12.5284643758303,12.5262890821754,12.5222680865029,12.5127978710249,12.4977685736607,12.4940551946914,12.4730713070952,12.4674902520734,12.4632934749139,12.4527685723118,12.4478027515957,12.4447046069321,12.4403540205216,12.4344653487968,12.4228781777857,12.4224318280664,12.418952652343,12.4302905438735,12.4353881998056,12.4392773602619,12.4414526539168,12.444243180978,12.4473413256417,12.4509008962593,12.4547680835802,12.4793115417942,12.4875293155255,12.4945166206455,12.4971533393551,12.4991748237591,12.5019653508203,12.5025805860252,12.5021191600712,12.4982299996148,12.4949780465996,12.4914184759818,12.4723462098097,12.4654687676695,12.4628320489599,12.4606567562043,12.4597339042962,12.4581958180825,12.456481951281,12.4529223806633,12.4479565599473,12.4364868332008,12.4313672041332,12.428115251118,12.4262475750655,12.4247094888518,12.4226880044478,12.4195898597842,12.4147778474197,12.392255874509,12.3872900537929,12.3827856590309,12.3582422008169,12.3429052867496,12.34026856804,12.3365332159352,12.3359179816295,12.3384008919875,12.3435205210552,12.3601098768693,12.3703930803763,12.3851147610374,12.4366406415523,12.4447046069321,12.4653149593179,12.4973071477067,12.5000922401647],\"lat\":[46.4041814599064,46.3977078394452,46.3633755629319,46.3629580823496,46.3584976329594,46.3440066661747,46.3393045176893,46.3343057377196,46.341029370609,46.3551468030824,46.3571023698784,46.3570144791349,46.3506863536923,46.3506533944386,46.3491702406141,46.34564362925,46.3361514406365,46.3333169682035,46.3331411867164,46.3369534434466,46.3362503183974,46.3338772710192,46.3289224364213,46.3199246339147,46.285987864848,46.2660696513933,46.2560611062351,46.2451956267767,46.2373074428842,46.2143789755093,46.2079080278332,46.2042276081176,46.197383125231,46.1936697462618,46.1909011914368,46.1868582226289,46.1784207220387,46.1724881049421,46.1581399594915,45.9619680770651,45.9355020113088,45.9117605559049,45.8954348714221,45.8839871169119,45.8691555732711,45.8426235899067,45.8335818420284,45.8236062552245,45.8207168513016,45.8193215873214,45.8193215873214,45.8258364803693,45.82911040652,45.8325491271405,45.8361196838763,45.8393716368915,45.8420303287367,45.8441287168667,45.8457546938241,45.8468423402018,45.846501764245,45.8444912659591,45.8386025942343,45.8340981994723,45.8299673399208,45.8266604545163,45.8247488339915,45.824441216389,45.8277481008941,45.83126372614,45.8341531309622,45.837207330254,45.8407669008718,45.8442056214922,45.8468643133374,45.8491934144445,45.8531704656444,45.8561697334464,45.8553897037718,45.8531704656444,45.8468423402018,45.8423709046935,45.8384927303552,45.8362515199916,45.8342080624521,45.8314614807627,45.8271768119603,45.8035562056543,45.8005679248698,45.8020620648124,45.8147732471876,45.8190139697189,45.8297366269438,45.8320877011864,45.8331204160743,45.8328127984718,45.8318240289557,45.8264846739285,45.8257815488794,45.8262429739341,45.8388552794476,45.8420303287367,45.8465566957349,45.8549282778177,45.9025430256401,45.9109695401121,45.9163748136467,45.9203518648467,45.9241751067957,45.9285696385779,45.9320852638239,45.9336563083919,45.9501687604799,45.9528494245613,45.9540908792906,45.955958555343,45.9596499620761,45.9662417588501,45.9975527953252,46.016778869849,46.0421032390732,46.0430787606762,46.0506826805612,46.0630752583165,46.0700515773184,46.0767202787179,46.0799282863613,46.082740786558,46.0852017246798,46.0873660313173,46.0890689120006,46.09428741793,46.0974954264727,46.1018350258657,46.1042190593621,46.1066470373309,46.111030582995,46.1175454760428,46.127158512855,46.146955877212,46.1556790222691,46.1614248717604,46.1713894715468,46.1758938663089,46.1784426951742,46.1813650583508,46.1848806835966,46.1990969920325,46.2063809286369,46.2097097862776,46.2110830771223,46.211181953984,46.2118081744077,46.2138736041834,46.2168728719854,46.2202786342515,46.2232779011542,46.2255520716707,46.2266836634203,46.2271011440026,46.2283975311211,46.229946603453,46.2450088591715,46.2577420137829,46.2604885963716,46.2664322004857,46.2694754127601,46.2742324936347,46.2819778552937,46.2981057851538,46.3062686273952,46.3135525631003,46.3321084718285,46.3377444583401,46.356443190201,46.3973233181166,46.4041814599064]}]],[[{\"lng\":[14.4903814349552,14.4811524383343,14.4906226538124,14.5051465798508,14.5161109361708,14.5190332993473,14.5085083967451,14.4907544899278,14.4720557580667,14.4384595658562,14.4255835890114,14.4231885693969,14.488689060152,14.5003785137574,14.5018506814637,14.4967090792606,14.4583008746856,14.4434253865723,14.4392066362772,14.4291871041016,14.424243256521,14.4040723569537,14.3922510681323,14.3833081962163,14.3793531181519,14.382694794729,14.3700586841609,14.3289698155046,14.2951319232996,14.2752906144703,14.2714014540139,14.2664576064334,14.2391016480226,14.2225122922085,14.1945630717283,14.1637134612072,14.1303369949563,14.1208667803776,14.1165381671027,14.1117261547382,14.1066065256706,14.1024317207473,14.0997290844297,14.0877979308298,14.0829859193647,14.0812940247994,14.0801953914042,14.0801953914042,14.0812940247994,14.0833155092034,14.0899732244847,14.0993335760837,14.1030469550529,14.1058374830134,14.1069141432731,14.1070679516246,14.1077051581665,14.1095508619827,14.1090894360286,14.104431232915,14.0993335760837,14.0882593567839,14.0605078909264,14.0392823042349,14.0350415817036,14.0314820110859,14.0255933393611,13.9975122836649,13.9941065213988,13.9917774193923,13.9880200950514,13.9846143336845,13.9618067154076,13.9820215603467,13.9827466576321,13.9829444113555,13.9805713648766,13.9791870870145,13.9808789815797,14.0055762481453,14.0093116002502,14.0100806429073,14.0085205844574,14.0075977325493,14.008674392809,14.0079053501518,14.0060596472349,14.0032691192744,13.9983032985584,13.9961280058028,13.9942603297504,13.9945679473529,13.9939527130472,13.9925684351851,13.9794947046169,13.9762427516017,13.9740674579468,13.9723535911453,13.9701782974904,13.9676953871324,13.9577857188359,13.9515894295085,13.9457007577838,13.9645972424688,13.9945679473529,14.0012476348704,14.0077515418002,14.0133325959226,14.0305371869416,14.0351953900552,14.0543116015991,14.0629908012845,14.0692090637473,14.0747901178696,14.0873365057751,14.0947852359499,14.0988062325216,14.1135938307906,14.1385547686876,14.1541114105132,14.1751831888531,14.1829395366303,14.1871143415536,14.1871143415536,14.186037681294,14.1837085792875,14.1806104346239,14.1694483245805,14.1665039891678,14.1618457851549,14.160000082238,14.1569019375743,14.1535840669511,14.1497168787309,14.143190999565,14.1416529133513,14.1422681485562,14.1494092620278,14.1547266448188,14.1606153165436,14.1849610210343,14.1916187363156,14.2116797720038,14.2144702990651,14.2178760613311,14.2276319212762,14.229410536567,14.2295909621532,14.271709070717,14.2763672747299,14.2828711807604,14.2844312392103,14.2861451069111,14.2882984274304,14.2946704973456,14.3121827050678,14.3157422756855,14.3188404203491,14.3212134677273,14.3274317292909,14.3297608312973,14.3336280186181,14.3387476476858,14.3480420816767,14.3539307543008,14.358281339812,14.3650928634449,14.3723877861674,14.3767163994423,14.380341887668,14.3832862239801,14.3874830011396,14.4221997989815,14.4282422799573,14.4308789986669,14.4329444284426,14.4342847609329,14.434812104495,14.432329194137,14.432329194137,14.4332520460451,14.4351197220975,14.4400855419142,14.4453589802328,14.4501490194617,14.4517090779116,14.4523243122172,14.45155526956,14.4483033156455,14.4473584915012,14.4484571248964,14.4523243122172,14.4575977496364,14.4734180627934,14.4903814349552],\"lat\":[41.7760792811339,41.7456788540958,41.73969130461,41.7354615681968,41.7267603962753,41.7057545355433,41.690483539084,41.6800245540899,41.6734657165695,41.6673683041039,41.6598976007936,41.644494768219,41.6128761141413,41.6045265042947,41.5938917387127,41.582301161969,41.5281165896089,41.5196131714107,41.5193714723156,41.5208546261401,41.520492077947,41.5099891475811,41.4993873403535,41.4806117047663,41.4598145847752,41.4419607039233,41.4459937837861,41.4570020845785,41.4694056502505,41.4819080918849,41.4836219586864,41.4851710310182,41.4896644396621,41.4948060418653,41.4944215196374,41.4907191276856,41.4932349963979,41.4956629752661,41.4913673203455,41.4842152207558,41.4788648787111,41.4725037949142,41.4698231308328,41.4603858746084,41.4546290380996,41.4511903174791,41.4477076514869,41.4439832855002,41.4406544278596,41.4376771331931,41.432249886523,41.4265699546397,41.4235706868377,41.4187586753725,41.4137489092847,41.4072450032543,41.4026966631205,41.3954786450234,41.3926881179622,41.3903919752095,41.3895130686732,41.388744026016,41.3908534011635,41.3945777662509,41.3961817700726,41.3981483229867,41.4037733233802,41.440731332485,41.4472352385154,41.4541676121456,41.4580897318556,41.4610120950321,41.4707020364698,41.4865113635086,41.4900819202444,41.4945203973984,41.4977503772781,41.5017823599679,41.5043421749514,41.5193824584337,41.5246449097348,41.5289405646553,41.5322474491604,41.5371253791329,41.5533082413822,41.5588123917784,41.5628333874508,41.5648548727542,41.5673817275846,41.5733582909523,41.5830152731363,41.6174574135288,41.6250050214646,41.6282899337334,41.6453626877378,41.6516688400449,41.6587440359085,41.6618531666903,41.6648744076278,41.6674342217119,41.67383925178,41.6790028262195,41.6881764102131,41.6920765567876,41.6869129823482,41.6874842712821,41.6896485779195,41.6932740670445,41.7008656194528,41.7035572705516,41.7221571246516,41.7287708945611,41.7309681595529,41.73114394104,41.7246839803814,41.7234535108708,41.7250794878281,41.737142476644,41.7491834923243,41.7548194788359,41.7600599579007,41.7629273895873,41.7659815888792,41.7682557593957,41.7704749975231,41.7725404272988,41.7746607885645,41.7803956519377,41.7828236308059,41.7884596173175,41.7915028304912,41.7992042467785,41.8043788073361,41.8089491197061,41.8147059562149,41.8186830074148,41.8241651846755,41.8348658687648,41.8394581542704,41.8418421877667,41.8395130857603,41.8395680172502,41.8547071784935,41.8573438972031,41.8611671391521,41.8762513689055,41.8773663285932,41.8774794318303,41.9038819847657,41.9052992209822,41.9062330590085,41.9037940940222,41.9021681179643,41.9005970724969,41.8969276388994,41.890720363454,41.8888087420298,41.8865345724126,41.8838539083312,41.8748121595535,41.8721754408439,41.869121241552,41.8660230968884,41.8620460456884,41.8613978521291,41.8627162114839,41.8699012703273,41.8736146492966,41.8732630872217,41.8715052750484,41.8685060072464,41.8655616709344,41.8470057622062,41.8423805174469,41.8398207033628,41.8370301754023,41.8337013177616,41.8299549804379,41.8179908684838,41.8139369126584,41.8104762198017,41.8073670890199,41.8018409654882,41.7967982401466,41.7912940897504,41.7880750959889,41.7846803198408,41.7810658177333,41.7740345681408,41.7706507790102,41.7669044407873,41.7657179166485,41.7658277805276,41.769024802053,41.7760792811339]}]],[[{\"lng\":[8.12958237232863,8.16948471684617,8.18222885847501,8.22358139846278,8.28038071729623,8.28884019012264,8.29072983931064,8.28178696739462,8.27198716207783,8.26486802174179,8.26317612717651,8.26752671268764,8.28352280733168,8.28949936980007,8.28734605018008,8.26295640031759,8.25122300134041,8.22619614493613,8.21945053981057,8.21672592945805,8.21321030511149,8.20993637896072,8.20424546095927,8.18464585032569,8.17352768565416,8.16856186583743,8.14516098549109,8.13054916870914,8.11220199982245,8.02703598082581,8.02314682126877,8.02637680114844,8.03162826633144,8.0337596146145,8.0274974067799,8.01418197711655,7.9852879324921,7.88221419832655,7.89392562416822,7.89574935484882,7.88017074168636,7.912734219009,7.9195457426419,7.91862289073379,7.91706283228388,7.91225082081871,7.91102035220746,7.91102035220746,7.91598617202419,7.91629378962665,7.9423753331551,8.02576156684285,8.04322982919325,8.06463119737185,8.07838608075303,8.08412094412625,8.09794174601473,8.11477280092402,8.12958237232863],\"lat\":[45.7569741727199,45.7475808618673,45.7419338892376,45.7065249524646,45.6618215817006,45.6448916490303,45.631246628629,45.6180740211991,45.610625290125,45.6049123998873,45.5946841278702,45.5834890585732,45.5659329054792,45.5565066362722,45.5420266547063,45.5042666436906,45.4925222585953,45.4771084399026,45.471307658022,45.4667043863983,45.4565749912428,45.4522793372216,45.4491921786761,45.4450942783782,45.4397439363336,45.4359316805026,45.3964358286506,45.3818349979867,45.3782314828966,45.4030715716956,45.4151345605115,45.4225063869602,45.4290322661262,45.4385574130941,45.4491042879325,45.4568276773554,45.4674184975656,45.5341055124594,45.5529690378908,45.5681741167421,45.6026931608607,45.6358718733882,45.6490444808181,45.6528237782947,45.6560207998201,45.6618435539368,45.6705447258584,45.6840579101444,45.7161709485304,45.7296621596809,45.7238723648177,45.7355618184232,45.7346169942788,45.7242898454,45.7208621108977,45.733232717316,45.7442629903447,45.7526345733269,45.7569741727199]}]],[[{\"lng\":[11.200106485326,11.2052929385183,11.2070287784554,11.2072265321787,11.2057323913368,11.2033373717223,11.1977123713289,11.1928344422557,11.1894506522258,11.1875170585654,11.1869237973953,11.1912084652984,11.1896703790847,11.1780028986149,11.1586010417047,11.1365185216125,11.1353539706092,11.1351781900215,11.138561979152,11.1445824869922,11.1488671548952,11.1469335612348,11.1390014319705,11.0955834613077,11.0720507457453,11.0622948858003,11.0604052375117,11.0570434206173,11.0475072875313,11.020854455069,10.9872802350948,10.9778979103602,10.9698559181161,10.9640990816073,11.0048803335605,11.0144604120184,11.0243920525511,11.0259301387649,11.015822716745,11.0167235955175,11.0210961541642,11.024897423877,11.0230736931964,11.0257104119059,11.0303686150195,11.0366967404622,11.0447167604701,11.0544945926513,11.0627123663826,11.0539233037175,11.0357299440817,11.015822716745,11.0516381470828,11.0482541259271,11.1975805361128,11.200106485326],\"lat\":[44.1046788984124,44.0983791384865,44.0948415410043,44.0909523805479,44.0877004275327,44.0858107792441,44.0827346068166,44.0769777712072,44.0695949577411,44.0616188840042,44.0540712760685,44.0313076031633,44.0240895850663,44.0076650237219,43.9285304995828,43.8983510548572,43.8950221972166,43.8906386524518,43.883091044516,43.87662009684,43.8698635055963,43.8615029087322,43.8539333285602,43.8257204367487,43.8236989523447,43.8170192648272,43.811515114431,43.7590553958898,43.7603407959909,43.7721401125761,43.7804897224227,43.7854445570206,43.8059230732912,43.8124819108115,43.828554910081,43.8347951447801,43.8462868437628,43.8528456821825,43.8696547648555,43.8767739060909,43.8845302538681,43.8963295704533,43.9205104795749,43.9316066720103,43.9416371894047,43.9505251289315,43.9578639970258,43.9632143390705,43.9738600907705,43.9866042323994,43.9957118987851,43.9954262543181,44.0681008177985,44.0923827864364,44.1050368537678,44.1046788984124]}]]],null,null,{\"interactive\":true,\"className\":\"\",\"stroke\":false,\"color\":\"#03F\",\"weight\":5,\"opacity\":0.5,\"fill\":true,\"fillColor\":[\"#BFD8ED\",\"#083978\",\"#083D7D\",\"#88BDDC\",\"#0B4E95\",\"#A4CBE3\",\"#61A7D2\",\"#7DB7DA\",\"#084083\",\"#115CA5\",\"#2574B7\",\"#B0D1E7\",\"#083E80\",\"#65AAD4\",\"#084285\",\"#083B7B\",\"#2E7DBB\",\"#0F59A1\",\"#75B3D8\",\"#1864AB\",\"#6CAED6\",\"#C2D9ED\",\"#4A97C9\",\"#78B4D9\",\"#BBD6EB\",\"#0A4B91\",\"#2272B6\",\"#8BBFDD\",\"#98C5E0\",\"#6FB0D7\",\"#B2D2E8\",\"#B4D3E8\",\"#9FC9E2\",\"#559FCD\",\"#0B4D93\",\"#4592C6\",\"#86BCDB\",\"#80B9DA\",\"#8EC0DD\",\"#1662A9\",\"#083470\",\"#1C69AF\",\"#0F579F\",\"#3888C1\",\"#93C3DE\",\"#57A0CE\",\"#105BA4\",\"#08306B\",\"#63A8D3\",\"#509CCB\",\"#1F6FB3\",\"#4C98CA\",\"#4793C7\",\"#5AA2CF\",\"#67ABD4\",\"#0D549B\",\"#09488D\",\"#418EC4\",\"#2C7BBA\",\"#C6DBEF\",\"#9AC6E0\",\"#1965AC\",\"#0C5097\",\"#90C2DE\",\"#95C4DF\",\"#0E559D\",\"#3584BF\",\"#3281BD\",\"#307FBC\",\"#4390C5\",\"#9DC8E1\",\"#3383BE\",\"#7BB6D9\",\"#AED0E6\",\"#B9D5EA\",\"#ABCFE5\",\"#A2CAE2\",\"#83BADB\",\"#4895C8\",\"#3F8DC3\",\"#539DCC\",\"#3A8AC1\",\"#4E9ACA\",\"#0D5299\",\"#BDD7EC\",\"#72B1D7\",\"#083775\",\"#2978B8\",\"#135EA6\",\"#3686C0\",\"#C4DAEE\",\"#08468B\",\"#08326E\",\"#083573\",\"#084488\",\"#2170B5\",\"#2B79B9\",\"#1560A8\",\"#3D8BC2\",\"#A6CDE4\",\"#1E6DB2\",\"#09498F\",\"#2776B7\",\"#6AADD5\",\"#B6D4E9\",\"#5CA3D0\",\"#1D6BB0\",\"#5EA5D1\",\"#A9CEE4\",\"#1A67AD\"],\"fillOpacity\":1,\"smoothFactor\":0.2,\"noClip\":false},null,null,[\"Aoste: 4\",\"Verbano-Cusio-Ossola: 105\",\"Varese: 103\",\"Como: 27\",\"Sondrio: 93\",\"Bozen: 16\",\"Imperia: 42\",\"Cuneo: 31\",\"Turin: 101\",\"Rimini: 85\",\"Pesaro e Urbino: 72\",\"Belluno: 11\",\"Udine: 102\",\"Gorizia: 40\",\"Trieste: 100\",\"Venezia: 104\",\"Padova: 67\",\"Rovigo: 87\",\"Ferrara: 34\",\"Ravenna: 81\",\"Forlì-Cesena: 37\",\"Ancona: 3\",\"Macerata: 52\",\"Fermo: 33\",\"Ascoli Piceno: 6\",\"Teramo: 95\",\"Pescara: 73\",\"Chieti: 26\",\"Campobasso: 21\",\"Foggia: 36\",\"Barletta-Andria Trani: 10\",\"Bari: 9\",\"Brindisi: 18\",\"Lecce: 47\",\"Taranto: 94\",\"Matera: 55\",\"Cosenza: 28\",\"Crotene: 30\",\"Catanzaro: 25\",\"Reggio Calabria: 82\",\"Vibo Valentia: 108\",\"Potenza: 78\",\"Salerno: 88\",\"Napoli: 61\",\"Caserta: 23\",\"Latina: 46\",\"Roma: 86\",\"Viterbo: 110\",\"Grosseto: 41\",\"Livorno: 49\",\"Pisa: 75\",\"Lucca: 51\",\"Massa-Carrara: 54\",\"La Spezia: 45\",\"Genova: 39\",\"Savona: 90\",\"Trapani: 97\",\"Messina: 57\",\"Palermo: 68\",\"Agrigento: 1\",\"Caltanissetta: 20\",\"Ragusa: 80\",\"Siracusa: 92\",\"Catania: 24\",\"Carbonia-Iglesias: 22\",\"Sassari: 89\",\"Nuoro: 63\",\"Olbia-Tempio: 65\",\"Oristrano: 66\",\"Medio Campidano: 56\",\"Cagliari: 19\",\"Ogliastra: 64\",\"Enna: 32\",\"Benevento: 12\",\"Asti: 7\",\"Bergamo: 13\",\"Brescia: 17\",\"Cremona: 29\",\"Mantova: 53\",\"Milano: 58\",\"Lecco: 48\",\"Monza e Brianza: 60\",\"Lodi: 50\",\"Siena: 91\",\"Arezzo: 5\",\"Firenze: 35\",\"Vercelli: 106\",\"Pavia: 70\",\"Rieti: 84\",\"Novara: 62\",\"Alessandria: 2\",\"Trento: 98\",\"Vicenza: 109\",\"Verona: 107\",\"Treviso: 99\",\"Piacenza: 74\",\"Parma: 69\",\"Reggio Emilia: 83\",\"Modena: 59\",\"Bologna: 15\",\"Pistoia: 76\",\"Terni: 96\",\"Perugia: 71\",\"Frosinone: 38\",\"Avellino: 8\",\"L'Aquila: 44\",\"Pordenone: 77\",\"Isernia: 43\",\"Biella: 14\",\"Prato: 79\"],{\"interactive\":false,\"permanent\":false,\"direction\":\"auto\",\"opacity\":1,\"offset\":[0,0],\"textsize\":\"10px\",\"textOnly\":false,\"className\":\"\",\"sticky\":true},{\"color\":\"#666\",\"weight\":5,\"fillOpacity\":0.7,\"bringToFront\":true}]}],\"limits\":{\"lat\":[35.489243882,47.0852149450001],\"lng\":[6.60272831200007,18.5174259770001]}},\"evals\":[],\"jsHooks\":{\"render\":[{\"code\":\"function(el, x, data) {\\n return (document.querySelector('.leaflet-container').style.backgroundColor = '').call(this.getMap(), el, x, data);\\n}\",\"data\":null}]}}</script>\n<script type=\"application/htmlwidget-sizing\" data-for=\"htmlwidget-1b523400a7698270e905\">{\"viewer\":{\"width\":\"100%\",\"height\":400,\"padding\":0,\"fill\":true},\"browser\":{\"width\":\"100%\",\"height\":400,\"padding\":0,\"fill\":true}}</script>","htmlwidget-head":"{\"stylesheets\":[\"https://rserverhtmlwidgetasset.azureedge.net/leaflet-259a94c7a1a2d0834e7035d4cd425c09.css\",\"https://rserverhtmlwidgetasset.azureedge.net/leafletfix-07f88ee81b8be179e1634c70d28e97b8.css\",\"https://rserverhtmlwidgetasset.azureedge.net/rstudio_leaflet-6633e21b63b76f92045da0f34e4ec25f.css\"],\"javascript\":[\"https://rserverhtmlwidgetasset.azureedge.net/htmlwidgets-917a66c6e5036eb1bfd1fb672a82635a.js\",\"https://rserverhtmlwidgetasset.azureedge.net/jquery.min-9704c0de613153b7e634f998838953e9.js\",\"https://rserverhtmlwidgetasset.azureedge.net/leaflet-5be72ae4761801df33edf0d7e6cd5bcb.js\",\"https://rserverhtmlwidgetasset.azureedge.net/proj4-compressed-a641577e4e9b74604ba85ed6d6d0f0ad.js\",\"https://rserverhtmlwidgetasset.azureedge.net/proj4leaflet-af4e6f4ffc8df250e960f0c2979a422e.js\",\"https://rserverhtmlwidgetasset.azureedge.net/leaflet-78839b51785137ea6449686e0e8bce6a.js\"],\"attachments\":[],\"widget-cannot-re-render\":false}","message":"","warning":""},"secondsTaken":14.7267945,"updated":"2018-09-13T01:45:17.8329041Z","lastUpdatedMessage":null,"executedCode":"# VERSION 1.0.8\nlibrary(flipChart)\n# Processing all the selections from the 'Inputs' and 'Charts' tab.\npd <- PrepareData(formChartType, QFilter, QPopulationWeight, input.data.table = get0(\"formTable\"), input.data.tables = get0(\"formTables\"), input.data.raw = list(X = get0(\"formX\"), Y = get0(\"formY\"), Z1 = get0(\"formZ\"), Z2 = get0(\"formZ2\"), labels = get0(\"formScatterLabels\")), input.data.pasted = list(get0(\"formPastedData\"), get0(\"formPastedFactor\"), get0(\"formPastedColumnNames\"), get0(\"formPastedRowNames\"), get0(\"formPastedDateConvention\")), input.data.other = get0(\"formOther\"), data.source = get0(\"formDataSource\"), first.aggregate = get0(\"formFirstAggregate\", ifnotfound = FALSE), tidy = get0(\"formTidy\"), transpose = get0(\"formTranspose\"), row.names.to.remove = get0(\"formIgnoreRows\"), column.names.to.remove = get0(\"formIgnoreColumns\"), as.percentages = get0(\"formAsPercentages\", ifnotfound = FALSE), show.labels = !get0(\"formNames\", ifnotfound=TRUE), values.title = get0(\"formValuesTitle\"))\npc <- PrepareColors(pd$data, formChartType, scatter.colors.column = pd$scatter.variable.indices[\"colors\"], palette = get0(\"formPalette\"), palette.custom.color = get0(\"formCustomColor\"), palette.custom.gradient.start = get0(\"formCustomGradientStart\"), palette.custom.gradient.end = get0(\"formCustomGradientEnd\"), palette.custom.palette = get0(\"formCustomPalette\"), fit.palette = get0(\"formFitPalette\"), fit.palette.custom.color = get0(\"formFitCustomColor\"), fit.palette.custom.gradient.start = get0(\"formFitCustomGradientStart\"), fit.palette.custom.gradient.end = get0(\"formFitCustomGradientEnd\"), fit.palette.custom.palette = get0(\"formFitCustomPalette\"), subslice.palette = get0(\"formSubslicePalette\"), subslice.palette.custom.color = get0(\"formSubsliceCustomColor\"), subslice.palette.custom.gradient.start = get0(\"formSubsliceCustomGradientStart\"), subslice.palette.custom.gradient.end = get0(\"formSubsliceCustomGradientEnd\"), subslice.palette.custom.palette = get0(\"formSubsliceCustomPalette\")) \npn <- PrepareNumbers(categories.format.list = list(get0(\"formCategoriesNumberType\"), get0(\"formCategoriesDateType\"), get0(\"formCategoriesNumberCustom\"), get0(\"formCategoriesSeparateThousands\"), get0(\"formCategoriesDecimals\")), values.format.list = list(get0(\"formValuesNumberType\"), get0(\"formValuesDateType\"), get0(\"formValuesNumberCustom\"), get0(\"formValuesSeparateThousands\"), get0(\"formValuesDecimals\")), hover.format.list = list(get0(\"formHoverNumberType\"), get0(\"formHoverDateType\"), get0(\"formHoverNumberCustom\"), get0(\"formHoverSeparateThousands\"), get0(\"formHoverDecimals\")), data.labels.format.list = list(get0(\"formDataLabelNumberType\"), get0(\"formDataLabelDateType\"), get0(\"formDataLabelCustom\"), get0(\"formDataLabelSeparateThousands\"), get0(\"formDataLabelDecimals\")), !is.null(attr(pd$data, \"statistic\")) && grepl(\"%\", attr(pd$data, \"statistic\"), fixed = TRUE))\n\n# Creating the chart.\nchart <- CChart(chart.type = formChartType,\n x = pd$data,\n return.data = formChartOutput == \"Table\",\n weights = pd$weights,\n series.stack = get0(\"formStackSeries\", ifnotfound=FALSE),\n max.label.length = 0,\n #Scatter plot inputs.\n scatter.max.labels = get0(\"formScatterMaxLab\", ifnotfound=20),\n scatter.labels.as.hovertext= if (exists(\"formScatterLabelType\")) formScatterLabelType!=\"On chart\" else TRUE,\n scatter.colors.as.categorical = if (exists(\"formScatterColorType\")) formScatterColorType==\"Categories\" else FALSE,\n scatter.sizes.as.diameter = if (exists(\"formScatterSizeType\")) formScatterSizeType==\"Diameter\" else FALSE,\n scatter.x.column = pd$scatter.variable.indices[\"x\"],\n scatter.y.column = pd$scatter.variable.indices[\"y\"],\n scatter.sizes.column = pd$scatter.variable.indices[\"sizes\"],\n scatter.colors.column = pd$scatter.variable.indices[\"colors\"],\n trend.lines = get0(\"formTrendLines\", ifnotfound=FALSE),\n # Chart: DATA SERIES\n colors = pc$series.colors,\n pie.subslice.colors = pc$subslice.colors,\n # Chart: FIT LINE\n fit.type = get0(\"formFit\", ifnotfound=\"None\"),\n fit.ignore.last = get0(\"formFitIgnoreLast\"),\n fit.line.type = get0(\"formFitLineType\"),\n fit.line.colors = pc$fit.line.colors,\n fit.line.width = get0(\"formFitLineWidth\", ifnotfound=1),\n # Chart: DATA LABELS\n data.label.show = get0(\"formDataLabelShow\", ifnotfound = FALSE),\n data.label.format = pn$data.labels.number.format,\n data.label.font.size = get0(\"formDataLabelFontSize\"),\n data.label.font.family = get0(\"formDataLabelFontFamily\"),\n data.label.font.color = get0(\"formDataLabelFontColor\"),\n data.label.prefix = get0(\"formPrefix\", ifnotfound=\"\"),\n data.label.suffix = get0(\"formSuffix\", ifnotfound=\"\"),\n data.label.position = get0(\"formDataLabelPosition\", ifnotfound=\"top middle\"),\n data.label.align.horizontal = get0(\"formDataLabelHorizAlign\", ifnotfound=\"Default\"),\n # Chart: FONT\n global.font.family = get0(\"formFont\"),\n global.font.color = get0(\"formFontColor\"),\n #Chart: GRIDLINES\n grid.show = get0(\"formShowGrid\", ifnotfound=TRUE),\n # Chart: LEGEND\n legend.show = get0(\"formLegendShow\", ifnotfound=TRUE),\n legend.title = get0(\"formLegendTitle\"),\n legend.font.family = get0(\"formLegendFontFamily\"),\n legend.font.color = get0(\"formLegendFontColor\"),\n legend.font.size = get0(\"formLegendFontSize\"),\n legend.x.position = get0(\"formLegendXPos\", ifnotfound=1.02),\n legend.y.position = get0(\"formLegendYPos\", ifnotfound=1.0),\n # Chart: TITLE\n title = get0(\"formTitle\", ifnotfound=\"\"),\n title.font.family = get0(\"formTitleFontFamily\"),\n title.font.color = get0(\"formTitleFontColor\"),\n title.font.size = get0(\"formTitleFontSize\"),\n subtitle = get0(\"formSubtitle\", ifnotfound=\"\"),\n subtitle.font.family = get0(\"formSubtitleFontFamily\"),\n subtitle.font.color = get0(\"formSubtitleFontColor\"),\n subtitle.font.size = get0(\"formSubtitleFontSize\"),\n footer = get0(\"formFooter\", ifnotfound=\"\"),\n footer.font.family = get0(\"formFooterFontFamily\"),\n footer.font.color = get0(\"formFooterFontColor\"),\n footer.font.size = get0(\"formFooterFontSize\"),\n footer.wrap = get0(\"formFooterWrap\", ifnotfound=FALSE),\n footer.wrap.nchar = get0(\"formFooterWrapNchar\"),\n #Chart: CATEGORIES_AXIS\n categories.axis.show = get0(\"formCategoriesAxisShow\", ifnotfound=TRUE),\n categories.tick.show = get0(\"formCategoriesAxisShow\", ifnotfound=TRUE),\n categories.tick.format = pn$categories.number.format,\n categories.tick.prefix = paste0(\"\", get0(\"formCategoriesPrefix\"), get0(\"formCategoriesCurrency\")), # currency is just another prefix\n categories.tick.suffix = get0(\"formCategoriesSuffix\", ifnotfound=\"\"),\n categories.tick.interval = get0(\"formCategoriesTickInterval\"),\n categories.tick.units = get0(\"formCategoriesTickUnits\"),\n categories.title = get0(\"formCategoriesTitle\", ifnotfound=\"\"),\n categories.title.font.family = get0(\"formCategoriesTitleFontFamily\"),\n categories.title.font.color = get0(\"formCategoriesTitleFontColor\"),\n categories.title.font.size = get0(\"formCategoriesTitleFontSize\"), \n categories.tick.font.family = get0(\"formCategoriesTickFontFamily\"),\n categories.tick.font.color = get0(\"formCategoriesTickFontColor\"),\n categories.tick.font.size = get0(\"formCategoriesTickFontSize\", ifnotfound=10),\n categories.tick.angle = if (!exists(\"formCategoriesTickAngle\")) NULL else switch(get0(\"formCategoriesTickAngle\"), Automatic=NULL, Horizontal=0, Vertical=90, Diagonal=45),\n categories.tick.label.wrap = get0(\"formLabelWrap\", ifnotfound=FALSE),\n categories.tick.label.wrap.nchar = get0(\"formLabelWrapNchar\", ifnotfound=100),\n categories.tick.align.horizontal = get0(\"formCategoriesTickHorizAlign\", ifnotfound = \"Default\"),\n #Chart: VALUES_AXIS\n values.axis.show = get0(\"formValuesAxisShow\"),\n values.tick.show = get0(\"formValuesAxisShow\", ifnotfound=TRUE),\n values.tick.format = pn$values.number.format,\n values.tick.prefix = paste0(\"\", get0(\"formValuesPrefix\"), get0(\"formValuesCurrency\")), # currency is just another prefix\n values.tick.suffix = get0(\"formValuesSuffix\", ifnotfound=\"\"),\n values.title = pd$values.title,\n values.title.font.family = get0(\"formValuesTitleFontFamily\"),\n values.title.font.color = get0(\"formValuesTitleFontColor\"),\n values.title.font.size = get0(\"formValuesTitleFontSize\"),\n values.number.ticks = get0(\"formValuesNumberTicks\"),\n values.tick.font.size = get0(\"formValuesTickFontSize\", ifnotfound=10),\n values.tick.font.family = get0(\"formValuesTickFontFamily\"),\n values.tick.font.color = get0(\"formValuesTickFontColor\"),\n # Chart: HOVER\n values.hovertext.format = pn$hover.number.format,\n # Chart: MARGINS\n margin.top = get0(\"formMarginTop\"),\n margin.left = get0(\"formMarginLeft\"),\n margin.bottom = get0(\"formMarginBottom\"),\n margin.right = get0(\"formMarginRight\"),\n # Chart: APPEARANCE\n pie.inner.radius = get0(\"formPieRadius\"),\n pie.border.color = get0(\"formBorderColor\"),\n density.color = get0(\"formDensityColor\"),\n vertical = get0(\"formVertical\"),\n show.mean = get0(\"formShowMean\"),\n show.median = get0(\"formShowMedian\"),\n show.quartiles = get0(\"formShowQuartiles\"),\n show.range = get0(\"formShowRange\"),\n show.values = get0(\"formShowValues\"),\n histogram.cumulative = get0(\"formHistogramCumulative\"),\n histogram.counts = get0(\"formHistogramCounts\"),\n maximum.bins = get0(\"formMaximumBins\"),\n box.points = get0(\"formBoxPoints\"),\n mean.color = get0(\"formMeanColor\"),\n median.color = get0(\"formMedianColor\"),\n quartile.color = get0(\"formQuartilesColor\"),\n range.color = get0(\"formRangeColor\"),\n values.color = get0(\"formValuesColor\"),\n window.start = get0(\"formWindowStart\"),\n range.bars = get0(\"formRangeBars\"),\n # BarPictograph parameters\n image = get0(\"formIcon\"),\n custom.image = get0(\"formCustomIcon\"),\n base.image = get0(\"formBaseImage\", ifnotfound = \"\"), \n hide.base.image = get0(\"formHideBase\", ifnotfound = FALSE),\n base.icon.color = get0(\"formBaseColor\", ifnotfound = \"\"),\n scale = if (exists(\"formIconScale\")) as.numeric(formIconScale), \n total.icons = if (exists(\"formTotalIcons\")) as.numeric(formTotalIcons),\n icon.ncol = if (exists(\"formIconNCol\")) as.numeric(formIconNCol),\n fix.icon.nrow = get0(\"formFixNRows\", ifnotfound = TRUE),\n fill.direction = get0(\"formFillDirection\"),\n label.color.asIcon = get0(\"formLabelColorAsIcon\", ifnotfound = FALSE),\n categories.tick.align = get0(\"formCategoriesTickAlign\"),\n pad.row = get0(\"formIconPadding\", ifnotfound = 0),\n graphic.width.inch = QOutputSizeWidth,\n graphic.height.inch = QOutputSizeHeight,\n # GeographicMap parameters\n mapping.package = get0(\"formMapPackage\"),\n high.resolution = get0(\"formHighRes\", ifnotfound = TRUE),\n treat.NA.as.0 = get0(\"formNAasZero\", ifnotfound = FALSE),\n color.NA = get0(\"formNAColor\"), \n ocean.color = get0(\"formOceanColor\"), \n # General arguments\n warn.if.no.match = FALSE)","lastSavedCode":"# VERSION 1.0.8\nlibrary(flipChart)\n# Processing all the selections from the 'Inputs' and 'Charts' tab.\npd <- PrepareData(formChartType, QFilter, QPopulationWeight, input.data.table = get0(\"formTable\"), input.data.tables = get0(\"formTables\"), input.data.raw = list(X = get0(\"formX\"), Y = get0(\"formY\"), Z1 = get0(\"formZ\"), Z2 = get0(\"formZ2\"), labels = get0(\"formScatterLabels\")), input.data.pasted = list(get0(\"formPastedData\"), get0(\"formPastedFactor\"), get0(\"formPastedColumnNames\"), get0(\"formPastedRowNames\"), get0(\"formPastedDateConvention\")), input.data.other = get0(\"formOther\"), data.source = get0(\"formDataSource\"), first.aggregate = get0(\"formFirstAggregate\", ifnotfound = FALSE), tidy = get0(\"formTidy\"), transpose = get0(\"formTranspose\"), row.names.to.remove = get0(\"formIgnoreRows\"), column.names.to.remove = get0(\"formIgnoreColumns\"), as.percentages = get0(\"formAsPercentages\", ifnotfound = FALSE), show.labels = !get0(\"formNames\", ifnotfound=TRUE), values.title = get0(\"formValuesTitle\"))\npc <- PrepareColors(pd$data, formChartType, scatter.colors.column = pd$scatter.variable.indices[\"colors\"], palette = get0(\"formPalette\"), palette.custom.color = get0(\"formCustomColor\"), palette.custom.gradient.start = get0(\"formCustomGradientStart\"), palette.custom.gradient.end = get0(\"formCustomGradientEnd\"), palette.custom.palette = get0(\"formCustomPalette\"), fit.palette = get0(\"formFitPalette\"), fit.palette.custom.color = get0(\"formFitCustomColor\"), fit.palette.custom.gradient.start = get0(\"formFitCustomGradientStart\"), fit.palette.custom.gradient.end = get0(\"formFitCustomGradientEnd\"), fit.palette.custom.palette = get0(\"formFitCustomPalette\"), subslice.palette = get0(\"formSubslicePalette\"), subslice.palette.custom.color = get0(\"formSubsliceCustomColor\"), subslice.palette.custom.gradient.start = get0(\"formSubsliceCustomGradientStart\"), subslice.palette.custom.gradient.end = get0(\"formSubsliceCustomGradientEnd\"), subslice.palette.custom.palette = get0(\"formSubsliceCustomPalette\")) \npn <- PrepareNumbers(categories.format.list = list(get0(\"formCategoriesNumberType\"), get0(\"formCategoriesDateType\"), get0(\"formCategoriesNumberCustom\"), get0(\"formCategoriesSeparateThousands\"), get0(\"formCategoriesDecimals\")), values.format.list = list(get0(\"formValuesNumberType\"), get0(\"formValuesDateType\"), get0(\"formValuesNumberCustom\"), get0(\"formValuesSeparateThousands\"), get0(\"formValuesDecimals\")), hover.format.list = list(get0(\"formHoverNumberType\"), get0(\"formHoverDateType\"), get0(\"formHoverNumberCustom\"), get0(\"formHoverSeparateThousands\"), get0(\"formHoverDecimals\")), data.labels.format.list = list(get0(\"formDataLabelNumberType\"), get0(\"formDataLabelDateType\"), get0(\"formDataLabelCustom\"), get0(\"formDataLabelSeparateThousands\"), get0(\"formDataLabelDecimals\")), !is.null(attr(pd$data, \"statistic\")) && grepl(\"%\", attr(pd$data, \"statistic\"), fixed = TRUE))\n\n# Creating the chart.\nchart <- CChart(chart.type = formChartType,\n x = pd$data,\n return.data = formChartOutput == \"Table\",\n weights = pd$weights,\n series.stack = get0(\"formStackSeries\", ifnotfound=FALSE),\n max.label.length = 0,\n #Scatter plot inputs.\n scatter.max.labels = get0(\"formScatterMaxLab\", ifnotfound=20),\n scatter.labels.as.hovertext= if (exists(\"formScatterLabelType\")) formScatterLabelType!=\"On chart\" else TRUE,\n scatter.colors.as.categorical = if (exists(\"formScatterColorType\")) formScatterColorType==\"Categories\" else FALSE,\n scatter.sizes.as.diameter = if (exists(\"formScatterSizeType\")) formScatterSizeType==\"Diameter\" else FALSE,\n scatter.x.column = pd$scatter.variable.indices[\"x\"],\n scatter.y.column = pd$scatter.variable.indices[\"y\"],\n scatter.sizes.column = pd$scatter.variable.indices[\"sizes\"],\n scatter.colors.column = pd$scatter.variable.indices[\"colors\"],\n trend.lines = get0(\"formTrendLines\", ifnotfound=FALSE),\n # Chart: DATA SERIES\n colors = pc$series.colors,\n pie.subslice.colors = pc$subslice.colors,\n # Chart: FIT LINE\n fit.type = get0(\"formFit\", ifnotfound=\"None\"),\n fit.ignore.last = get0(\"formFitIgnoreLast\"),\n fit.line.type = get0(\"formFitLineType\"),\n fit.line.colors = pc$fit.line.colors,\n fit.line.width = get0(\"formFitLineWidth\", ifnotfound=1),\n # Chart: DATA LABELS\n data.label.show = get0(\"formDataLabelShow\", ifnotfound = FALSE),\n data.label.format = pn$data.labels.number.format,\n data.label.font.size = get0(\"formDataLabelFontSize\"),\n data.label.font.family = get0(\"formDataLabelFontFamily\"),\n data.label.font.color = get0(\"formDataLabelFontColor\"),\n data.label.prefix = get0(\"formPrefix\", ifnotfound=\"\"),\n data.label.suffix = get0(\"formSuffix\", ifnotfound=\"\"),\n data.label.position = get0(\"formDataLabelPosition\", ifnotfound=\"top middle\"),\n data.label.align.horizontal = get0(\"formDataLabelHorizAlign\", ifnotfound=\"Default\"),\n # Chart: FONT\n global.font.family = get0(\"formFont\"),\n global.font.color = get0(\"formFontColor\"),\n #Chart: GRIDLINES\n grid.show = get0(\"formShowGrid\", ifnotfound=TRUE),\n # Chart: LEGEND\n legend.show = get0(\"formLegendShow\", ifnotfound=TRUE),\n legend.title = get0(\"formLegendTitle\"),\n legend.font.family = get0(\"formLegendFontFamily\"),\n legend.font.color = get0(\"formLegendFontColor\"),\n legend.font.size = get0(\"formLegendFontSize\"),\n legend.x.position = get0(\"formLegendXPos\", ifnotfound=1.02),\n legend.y.position = get0(\"formLegendYPos\", ifnotfound=1.0),\n # Chart: TITLE\n title = get0(\"formTitle\", ifnotfound=\"\"),\n title.font.family = get0(\"formTitleFontFamily\"),\n title.font.color = get0(\"formTitleFontColor\"),\n title.font.size = get0(\"formTitleFontSize\"),\n subtitle = get0(\"formSubtitle\", ifnotfound=\"\"),\n subtitle.font.family = get0(\"formSubtitleFontFamily\"),\n subtitle.font.color = get0(\"formSubtitleFontColor\"),\n subtitle.font.size = get0(\"formSubtitleFontSize\"),\n footer = get0(\"formFooter\", ifnotfound=\"\"),\n footer.font.family = get0(\"formFooterFontFamily\"),\n footer.font.color = get0(\"formFooterFontColor\"),\n footer.font.size = get0(\"formFooterFontSize\"),\n footer.wrap = get0(\"formFooterWrap\", ifnotfound=FALSE),\n footer.wrap.nchar = get0(\"formFooterWrapNchar\"),\n #Chart: CATEGORIES_AXIS\n categories.axis.show = get0(\"formCategoriesAxisShow\", ifnotfound=TRUE),\n categories.tick.show = get0(\"formCategoriesAxisShow\", ifnotfound=TRUE),\n categories.tick.format = pn$categories.number.format,\n categories.tick.prefix = paste0(\"\", get0(\"formCategoriesPrefix\"), get0(\"formCategoriesCurrency\")), # currency is just another prefix\n categories.tick.suffix = get0(\"formCategoriesSuffix\", ifnotfound=\"\"),\n categories.tick.interval = get0(\"formCategoriesTickInterval\"),\n categories.tick.units = get0(\"formCategoriesTickUnits\"),\n categories.title = get0(\"formCategoriesTitle\", ifnotfound=\"\"),\n categories.title.font.family = get0(\"formCategoriesTitleFontFamily\"),\n categories.title.font.color = get0(\"formCategoriesTitleFontColor\"),\n categories.title.font.size = get0(\"formCategoriesTitleFontSize\"), \n categories.tick.font.family = get0(\"formCategoriesTickFontFamily\"),\n categories.tick.font.color = get0(\"formCategoriesTickFontColor\"),\n categories.tick.font.size = get0(\"formCategoriesTickFontSize\", ifnotfound=10),\n categories.tick.angle = if (!exists(\"formCategoriesTickAngle\")) NULL else switch(get0(\"formCategoriesTickAngle\"), Automatic=NULL, Horizontal=0, Vertical=90, Diagonal=45),\n categories.tick.label.wrap = get0(\"formLabelWrap\", ifnotfound=FALSE),\n categories.tick.label.wrap.nchar = get0(\"formLabelWrapNchar\", ifnotfound=100),\n categories.tick.align.horizontal = get0(\"formCategoriesTickHorizAlign\", ifnotfound = \"Default\"),\n #Chart: VALUES_AXIS\n values.axis.show = get0(\"formValuesAxisShow\"),\n values.tick.show = get0(\"formValuesAxisShow\", ifnotfound=TRUE),\n values.tick.format = pn$values.number.format,\n values.tick.prefix = paste0(\"\", get0(\"formValuesPrefix\"), get0(\"formValuesCurrency\")), # currency is just another prefix\n values.tick.suffix = get0(\"formValuesSuffix\", ifnotfound=\"\"),\n values.title = pd$values.title,\n values.title.font.family = get0(\"formValuesTitleFontFamily\"),\n values.title.font.color = get0(\"formValuesTitleFontColor\"),\n values.title.font.size = get0(\"formValuesTitleFontSize\"),\n values.number.ticks = get0(\"formValuesNumberTicks\"),\n values.tick.font.size = get0(\"formValuesTickFontSize\", ifnotfound=10),\n values.tick.font.family = get0(\"formValuesTickFontFamily\"),\n values.tick.font.color = get0(\"formValuesTickFontColor\"),\n # Chart: HOVER\n values.hovertext.format = pn$hover.number.format,\n # Chart: MARGINS\n margin.top = get0(\"formMarginTop\"),\n margin.left = get0(\"formMarginLeft\"),\n margin.bottom = get0(\"formMarginBottom\"),\n margin.right = get0(\"formMarginRight\"),\n # Chart: APPEARANCE\n pie.inner.radius = get0(\"formPieRadius\"),\n pie.border.color = get0(\"formBorderColor\"),\n density.color = get0(\"formDensityColor\"),\n vertical = get0(\"formVertical\"),\n show.mean = get0(\"formShowMean\"),\n show.median = get0(\"formShowMedian\"),\n show.quartiles = get0(\"formShowQuartiles\"),\n show.range = get0(\"formShowRange\"),\n show.values = get0(\"formShowValues\"),\n histogram.cumulative = get0(\"formHistogramCumulative\"),\n histogram.counts = get0(\"formHistogramCounts\"),\n maximum.bins = get0(\"formMaximumBins\"),\n box.points = get0(\"formBoxPoints\"),\n mean.color = get0(\"formMeanColor\"),\n median.color = get0(\"formMedianColor\"),\n quartile.color = get0(\"formQuartilesColor\"),\n range.color = get0(\"formRangeColor\"),\n values.color = get0(\"formValuesColor\"),\n window.start = get0(\"formWindowStart\"),\n range.bars = get0(\"formRangeBars\"),\n # BarPictograph parameters\n image = get0(\"formIcon\"),\n custom.image = get0(\"formCustomIcon\"),\n base.image = get0(\"formBaseImage\", ifnotfound = \"\"), \n hide.base.image = get0(\"formHideBase\", ifnotfound = FALSE),\n base.icon.color = get0(\"formBaseColor\", ifnotfound = \"\"),\n scale = if (exists(\"formIconScale\")) as.numeric(formIconScale), \n total.icons = if (exists(\"formTotalIcons\")) as.numeric(formTotalIcons),\n icon.ncol = if (exists(\"formIconNCol\")) as.numeric(formIconNCol),\n fix.icon.nrow = get0(\"formFixNRows\", ifnotfound = TRUE),\n fill.direction = get0(\"formFillDirection\"),\n label.color.asIcon = get0(\"formLabelColorAsIcon\", ifnotfound = FALSE),\n categories.tick.align = get0(\"formCategoriesTickAlign\"),\n pad.row = get0(\"formIconPadding\", ifnotfound = 0),\n graphic.width.inch = QOutputSizeWidth,\n graphic.height.inch = QOutputSizeHeight,\n # GeographicMap parameters\n mapping.package = get0(\"formMapPackage\"),\n high.resolution = get0(\"formHighRes\", ifnotfound = TRUE),\n treat.NA.as.0 = get0(\"formNAasZero\", ifnotfound = FALSE),\n color.NA = get0(\"formNAColor\"), \n ocean.color = get0(\"formOceanColor\"), \n # General arguments\n warn.if.no.match = FALSE)","highlightedCodeSpans":[{"start":121,"length":13,"index":4},{"start":137,"length":7,"index":6},{"start":146,"length":17,"index":6},{"start":1035,"length":13,"index":4},{"start":2932,"length":13,"index":4},{"start":2982,"length":15,"index":4}],"tableTransformations":"<TabularTransformer>\r\n <TabularTransform type=\"Truncation\" truncationHeaderType=\"Column\" />\r\n <TabularTransform />\r\n</TabularTransformer>","tabularFilteringOptions":null,"hasGuiControls":true,"guiControls":{"Code":"// VERSION 1.0.10\n\nvar groups = Q.fileFormatVersion() > 10.9;\nif (groups)\n form.group(\"OUTPUT\")\n// Chart type selector.\n// Separate words in chart types e.g. scatter plot not scatterplot\nvar chartType = form.comboBox({name: \"formChartType\", label: \"Chart type\",\n alternatives: [\"Area\", \n \"Column\", \n \"Donut\",\n \"Bar\",\n \"Bar Pictograph\",\n \"Bean\", \n \"Box\",\n \"Density\",\n \"Geographic Map\",\n \"Heat\", \n \"Histogram\", \n \"Line\",\n \"Palm\", \n \"Pie\", \n \"Radar\", \n \"Stream\", \n \"Scatter\",\n \"Time Series\",\n \"Venn\", \n \"Violin\"], default_value: \"Geographic Map\", required: true}).getValue();\n\nform.comboBox({name: \"formChartOutput\", label: \"Show as\", \n alternatives: [\"Chart\", \"Table\"], default_value: \"Chart\"});\n \n// * Data types *\n// These should be as rich as possible. While we do not want duplicates,\n// the more informative we can make the inputs the better.\nvar suffix = \"\";\nif (Q.isOnTheWeb())\n suffix = \" in 'Pages'\";\nvar INPUTS_types = {};\nINPUTS_types['Pasted'] = \"Type or paste in data\";\nINPUTS_types['Table'] = \"Link to a table\".concat(suffix);\nINPUTS_types[\"tables\"] = \"Link to multiple tables\".concat(suffix);\nINPUTS_types['r'] = \"Use an existing R Output\".concat(suffix);\nINPUTS_types[\"variable\"] = \"Link to a variable in 'Data'\";\nINPUTS_types['variables'] = \"Link to variables in 'Data'\";\nINPUTS_types[\"binaryMulti\"] = \"Variable Set: Binary - Multi\";\nINPUTS_types[\"numberMulti\"] = \"Variable Set: Number - Multi\";\nINPUTS_types[\"sets\"] = \"Link to variable sets in 'Data'\";\nINPUTS_types[\"set\"] = \"Link to a variable in 'Data'\";\n\n// Default axis names\nvar categoriesAxisLabel = \"CATEGORIES (X) AXIS\";\nvar valuesAxisLabel = \"VALUES (Y) AXIS\";\nfunction SwappedXY() { categoriesAxisLabel = \"CATEGORIES (Y) AXIS\"; \n valuesAxisLabel = \"VALUES (X) AXIS\"; }\n\n// * Combo box alternatives *\ncategories_number_formats = [\"Automatic\", \"Number\", \"Category\", \"Percentage\", \"Date/Time\", \"Currency\", \"Metric units suffix\", \"Scientific\", \"Custom\"];\nvalues_number_formats = [\"Automatic\", \"Number\", \"Category\", \"Percentage\", \"Date/Time\", \"Currency\", \"Metric units suffix\", \"Scientific\", \"Custom\"];\nhover_number_formats = [\"Automatic\", \"Number\", \"Category\", \"Percentage\", \"Date/Time\", \"Metric units suffix\", \"Scientific\", \"Custom\"]; // no currency since cannot add as prefix\ndata_label_formats = [\"Automatic\", \"Number\", \"Percentage\"];\ndate_formats = [\"YY (Year, 2 digit)\", \"DD Mon YY\", \"DD Month YY\", \"DD MM YY\", \"YYYY (Year, 4 digit)\", \"DD Mon YYYY\", \"DD Month YYYY\", \"DD MM YYYY\", \"Mon DD YY\", \"Month DD YY\", \"MM DD YY\", \"Mon DD YYYY\", \"Month DD YYYY\", \"MM DD YYYY\", \"YY Mon DD\", \"YY Month DD\", \"YY MM DD\", \"YYYY Mon DD\", \"YYYY Month DD\", \"YYYY MM DD\", \"Custom\"];\n \n// * Font alternatives *\nfont_families = [\"Andale Mono\", \"Arial\", \"Arial Black\", \"Century Gothic\", \"Comic Sans MS\",\n \"Courier New\", \"Georgia\", \"Impact\", \"Open Sans\", \"Times New Roman\", \"Trebuchet MS\", \"Verdana\"];\n\n// * Palette alternatives *\npalettes = [\"Default colors\", \"Primary colors\", \"Rainbow\", \"Light pastels\", \"Strong colors\", \"Reds, dark to light\", \"Reds, light to dark\", \"Greens, dark to light\", \"Greens, light to dark\", \"Blues, dark to light\", \"Blues, light to dark\", \"Greys, dark to light\", \"Greys, light to dark\", \"Heat colors (red, yellow, white)\", \"Terrain colors (green, beige, grey)\", \"Custom color\", \"Custom gradient\", \"Custom palette\"];\nline_subslice_palletes = [\"Group colors\"].concat(palettes);\n\n// *Controls linked to specific chart types*\n// - We uses lowercase camel to represent the input data controls. These are not the names of the actual controls.\n// - The input data controls for a specific chart type are store in 'input_data'.\n// - All other controls that modify the data are stored in 'INPUTS'.\n// - Other than for 'INPUTS', the name of an array of controls becomes the name of the group on the Charts tab. \n// - The names used to refer to individual controls in the arrays are the same as the names of the R parameters (where there is a one-to-one match)\n\n// Default controls (modified below for specific charts)\nAPPEARANCE = null; GRIDLINES = null; \nDATA_SERIES = ['Colors'];\nDATA_LABELS = ['DataLabelShow', 'DataLabelDecimals', 'DataLabelFont', 'DataLabelPrefix', 'DataLabelSuffix'];\nTITLE = ['Title', 'Subtitle', 'Footer'];\ntidy = true;\nxLabel = 'Categories';\nyLabel = 'Groups';\nINPUTS_data = ['Pasted', 'Table', 'r', 'variables'];\nCATEGORIES_AXIS = ['CategoriesTitle', 'CategoriesAxisShow', 'CategoriesTickFont', 'CategoriesTickAngle', \n 'CategoriesNumberFormat', 'LabelWrap','CategoriesSuffix', 'CategoriesPrefix'];\nVALUES_AXIS = ['ValuesTitle', 'ValuesAxisShow', 'ValuesTickFont', 'ValuesNumberFormat'];\nHOVER = ['HoverNumberFormat'];\nLEGEND = ['LegendShow', 'LegendFont', 'LegendPosition'];\nINPUTS = ['x', 'y', \"AsPercentages\", \"FirstAggregate\"];\nFONT = ['GlobalFontFamily', 'GlobalFontColor'];\nfunction AddMargins() { MARGINS = ['MarginTop', 'MarginLeft', 'MarginBottom', 'MarginRight'];}\nif (chartType == \"Venn\")\n{\n FONT = null; DATA_SERIES = null; TITLE = null; CATEGORIES_AXIS = null; VALUES_AXIS = null; LEGEND = null; \n INPUTS_data = [\"binaryMulti\", 'r', 'Pasted', 'Table', 'variables'];\n INPUTS = [\"AsPercentages\"];\n tidy = false;\n DATA_LABELS = [\"DataLabelFontSize\"];\n hover_number_formats = [\"Automatic\", \"Number\", \"Percentage\"];\n} else if (chartType == \"Stream\")\n{\n DATA_LABELS = null; TITLE = null; LEGEND = null;\n CATEGORIES_AXIS = ['CategoriesNumberFormat']; // Additional controls are defined below\n VALUES_AXIS = ['ValuesNumberTicks', 'ValuesAxisShow', 'ValuesNumberFormat'];\n categories_number_formats = [\"Automatic\", \"Number\", \"Date/Time\", \"Scientific\", \"Custom\"];\n values_number_formats = [\"Automatic\", \"Number\", \"Scientific\", \"Custom\"];\n hover_number_formats = [\"Automatic\", \"Number\"];\n AddMargins();\n}else if (chartType == \"Pie\" || chartType == \"Donut\")\n{\n var radiusLabel = \"Donut hole radius %\";\n if (chartType == \"Pie\")\n radiusLabel = \"Radius of pie groupings % (multi-column tables only)\";\n CATEGORIES_AXIS = null; VALUES_AXIS = null; HOVER = null; LEGEND = null;\n DATA_SERIES.push('SubsliceColors');\n DATA_LABELS = [\"DataLabelFormat\", \"DataLabelFont\", \"DataLabelPrefix\", \"DataLabelSuffix\"];\n APPEARANCE = [\"PieRadius\", \"BorderColor\"];\n \n} else if (chartType == \"Radar\")\n{\n categoriesAxisLabel = \"Angular axis\";\n valuesAxisLabel = \"Radial axis\";\n CATEGORIES_AXIS = ['CategoriesAxisShow', 'CategoriesTickFont', 'CategoriesTickAngle', 'LabelWrap'];\n VALUES_AXIS = ['ValuesAxisShow', 'ValuesTickFont', 'ValuesNumberFormat'];\n hover_number_formats = [\"Automatic\", \"Number\", \"Percentage\"];\n DATA_LABELS = ['DataLabelShow', 'DataLabelFormat', 'DataLabelFont', 'DataLabelPrefix', 'DataLabelSuffix'];\n} else if (chartType == \"Palm\")\n{\n FONT = ['GlobalFontFamily'];\n CATEGORIES_AXIS = ['CategoriesTitle', 'CategoriesTickFont'];\n VALUES_AXIS = ['ValuesTitle', 'ValuesAxisShow', 'ValuesTickFont', 'ValuesNumberFormat', 'ValuesSuffix', 'ValuesPrefix'];\n values_number_formats = [\"Automatic\", \"Number\", \"Percentage\", \"Currency\"];\n DATA_LABELS = null;\n LEGEND = ['LegendFont'];\n TITLE = null;\n HOVER = null;\n} else if (chartType == \"Time Series\")\n{\n INPUTS_data = ['Pasted', 'Table'];\t \n INPUTS = ['x', 'y'];\n DATA_LABELS = null;\n TITLE = ['Title'];\n LEGEND = null;\n HOVER = null;\n CATEGORIES_AXIS = ['CategoriesTitle', 'CategoriesTickFont'];\n VALUES_AXIS = ['ValuesTitle', 'ValuesTickFont'];\n APPEARANCE = [\"WindowStart\", \"RangeBars\"];\n} else if (chartType == \"Geographic Map\")\n{\n DATA_LABELS = null;\n TITLE = null;\n LEGEND = ['LegendShow', 'LegendTitle']\n hover_number_formats = [\"Automatic\", \"Number\", \"Percentage\"];\n CATEGORIES_AXIS = null;\n VALUES_AXIS = null;\n palettes = [\"Blues, light to dark\", \"Blues, dark to light\", \"Greys, light to dark\", \"Greys, dark to light\", \"Reds, light to dark\", \"Reds, dark to light\", \"Greens, light to dark\", \"Greens, dark to light\", \"Custom gradient\"];\n FONT = null;\n APPEARANCE = [];\n} else if (chartType == \"Heat\")\n{\n // TODO add controls for Heat\n} else if (chartType == \"Scatter\")\n{\n INPUTS_data = ['Pasted', 'Table', 'tables', 'r', 'variables'];\n INPUTS = ['x', 'y', 'ScatterSizes', 'ScatterColors', 'ScatterLabels'];\n categoriesAxisLabel = \"X AXIS\";\n valuesAxisLabel = \"Y AXIS\";\n xLabel = 'X coordinates';\n yLabel = 'Y coordinates';\n FITLINE = null;\n HOVER = null;\n VALUES_AXIS = ['ValuesTitle', 'ValuesAxisShow', 'ValuesTickFont', 'ValuesNumberFormat', 'ValuesSuffix', 'ValuesPrefix'];\n APPEARANCE = ['dummy']; \n DATA_LABELS = null; // this is overridden if LabeledScatter\n var isLabeled = false;\n //isLabeled is set in the DATA MANIPULATION tab, as is DATA_LABELS and APPEARANCE\n\n} else if ([\"Column\", \"Bar\", \"Area\", \"Line\"]. indexOf(chartType) != -1)\n{\n if (chartType.indexOf(\"Bar\") != -1)\n SwappedXY();\n if (chartType != \"Line\")\n APPEARANCE = ['Stacked'];\n FITLINE = ['FitLine'];\n GRIDLINES = ['ShowGrid'];\n DATA_LABELS = ['DataLabelShow', 'DataLabelFormat', 'DataLabelFont', 'DataLabelPrefix', 'DataLabelSuffix'];\n} else if ([\"Box\", \"Bean\", \"Density\", \"Histogram\", \"Violin\"]. indexOf(chartType) != -1)\n{ \n INPUTS_data = ['Pasted', 'Table', 'r', 'variables', \"sets\"];\n INPUTS = ['x', 'y'];\n APPEARANCE = ['DensityColor'];\n xLabel = 'Variable(s)';\n DATA_SERIES = null; DATA_LABELS = null; LEGEND = null;\n CATEGORIES_AXIS = ['CategoriesTickFont', 'LabelWrap'];\n TITLE = ['Title'];\n vertical = ['Violin', 'Box'].indexOf(chartType) > -1;\n APPEARANCE.push('boxVertical');\n if (chartType == 'Violin')\n APPEARANCE.push('ShowMean');\n else if (chartType == 'Bean')\n APPEARANCE.push('ValuesColor');\n else (chartType != 'Bean')\n APPEARANCE.push('ShowValues', 'ValuesColor');\n GRIDLINES = ['ShowGrid']; \n AddMargins();\n} else if (chartType == \"Bar Pictograph\")\n{\n SwappedXY();\n INPUTS = ['x', 'AsPercentages', 'FirstAggregate']; // only accepts 1-d tables\n CATEGORIES_AXIS = ['CategoriesAxisShow', 'CategoriesTickFont', 'CategoriesTickHorizAlign'];\n DATA_LABELS = ['DataLabelFont', 'DataLabelFormat',\n 'DataLabelPrefix', 'DataLabelSuffix', 'DataLabelPosition'];\n APPEARANCE = ['Icon', 'FillDirection', 'IconPadding'];\n VALUES_AXIS = null;\n HOVER = null;\n LEGEND = null;\n TITLE = null;\n FONT = ['GlobalFontFamily', 'GlobalFontColor'];\n} else\n throw \"Unknown chart type\";\n \n \n//// Creating the controls\n//// Data Selector.\n// Creating an array of the the data input controls\nvar data_INPUTS_alternatives = new Array(INPUTS_data.length);\nvar i = 0; \nfor(var i = 0; i < INPUTS_data.length; i++)\n data_INPUTS_alternatives[i] = INPUTS_types[INPUTS_data[i]];\n// Creating the data inputs.\nif (groups)\n form.group(\"DATA\")\nvar dtype = form.comboBox({name: \"formDataSource\", label: \"Data source\", alternatives: data_INPUTS_alternatives, required: true, prompt: \"The location of the data to be used in the chart.\"}).getValue();\nif (dtype == INPUTS_types['Table'])\n form.dropBox({name: \"formTable\", label: 'Table', types: ['Table', \"RItem:integer,numeric,matrix,array,data.frame,table\"], required: true, prompt: \"Typically, a table contains data that has already been summarized (e.g., aggregated). Tables are stored in the Pages tree (top-left).\"});\nelse if (dtype == INPUTS_types[\"tables\"]) \n{\n form.dropBox({name: \"formTables\", label: \"Tables\", types: ['Table', \"RItem:integer,numeric,matrix,array,data.frame,table\"], required: true, multi: true, min_inputs: 2});\n if (chartType == \"Scatter\")\n {\n isLabeled = true;\n APPEARANCE.push('ScatterTrendLine');\n }\n} else if (dtype == INPUTS_types['r'])\n{\n form.dropBox({name: \"formOther\", label: \"R Output\", types: [\"RItem:integer,numeric,matrix,array,data.frame,table,list\"], required: true}); \n}\nvar aggregate = false;\nif (dtype == INPUTS_types['Pasted']) \n{\n form.dataEntry({name: \"formPastedData\", prompt: \"Opens a spreadsheet into which you can enter data.\"}) //\"Press the 'Edit' button below to add in the data.\"\n} else if (dtype == INPUTS_types[\"sets\"] || dtype == INPUTS_types[\"set\"])\n{\n form.dropBox({label: \"Variable set\", \n name: \"formX\", \n types:[\"Questions\"],\n prompt: \"Variable sets are shown as groups of variables in the 'Data' tree (bottom-left). 'Binary - Multi' variable sets are represented by a column of checkboxes.\",\n multi: dtype == INPUTS_types[\"sets\"]});\n} else if (dtype == INPUTS_types[\"binaryMulti\"])\n{\n form.dropBox({label: \"Variable set\", \n name: \"formX\", \n types:[\"Questions: PickAny\"],\n prompt: \"Variable sets are shown as groups of variables in the 'Data' tree (bottom-left). 'Binary - Multi' variable sets are represented by a column of checkboxes.\"});\n} else if (dtype == INPUTS_types['variable'])\n{\n form.dropBox({label: \"Variable\", \n name: \"formX\", \n types:['variable'], \n prompt: \"Variable shown in the 'Data' tree (bottom-left).\", \n multi: false, \n required: true}).getValue();\n}\nelse if (dtype == INPUTS_types['variables'])\n{\n if (INPUTS.indexOf('ScatterLabels') > -1)\n var VLabels = form.dropBox({label: \"Labels\", \n name: \"formScatterLabels\", \n types:['variables'], \n prompt: \"Variables are shown in the 'Data' tree (bottom-left).\", \n multi: false, \n required: false});\n if (INPUTS.indexOf('x') > -1)\n var varX = form.dropBox({label: xLabel, name: \"formX\", types:['variables'],\n prompt: \"Variables are shown in the 'Data' tree (bottom-left).\",\n multi: chartType != \"Scatter\", required: false});\n if (INPUTS.indexOf('y')> -1 && (chartType == \"Scatter\" || (varX != null)))\n form.dropBox({label: yLabel, name: \"formY\", types:['variable'], prompt: \"Variables are shown in the 'Data' tree (bottom-left).\", multi: false, required: false});\n if (INPUTS.indexOf('ScatterSizes')> -1)\n var VSizes = form.dropBox({label: \"Sizes\", name: \"formZ\", types:['variables'], prompt: \"Variables are shown in the 'Data' tree (bottom-left).\", multi: false, required: false});\n if (INPUTS.indexOf('ScatterColors')> -1)\n var VColors = form.dropBox({label: \"Colors\", name: \"formZ2\", types:['variables'], prompt: \"Variables are shown in the 'Data' tree (bottom-left).\", multi: false, required: false});\n}\n\nif (groups)\n form.group(\"DATA MANIPULATION\");\nif (INPUTS.indexOf(\"FirstAggregate\") > 0)\n aggregate = form.checkBox({label: \"Aggregate the data prior to plotting\", \n name: \"formFirstAggregate\", \n default_value: [INPUTS_types['Pasted'],INPUTS_types['Table'], INPUTS_types['tables'], INPUTS_types['r']].indexOf(dtype) == -1, \n prompt: \"The data is 'raw', where each row represents an individual case. It needs to be aggregated prior to plotting.\"}).getValue();\n if (aggregate && dtype == INPUTS_types['Pasted'])\n {\n form.checkBox({label: \"First row contains column names\", name: \"formPastedColumnNames\", default_value: true});\n form.checkBox({label: \"First column contains row names\", name: \"formPastedRowNames\", default_value: false});\n form.checkBox({label: \"Factor variables\", name: \"formPastedFactor\", default_value: true});\n form.checkBox({label: \"US date convention (mm/dd/yyyy)\", name: \"formPastedDateConvention\", default_value: true});\n }\nif (tidy)\n form.checkBox({label: \"Automatically tidy the data\", name: \"formTidy\", default_value: true, prompt: \"Automaticaly tidy the data.\"});\nif (chartType != 'Donut') // && chartType != \"Scatter\")\n form.checkBox({name: \"formTranspose\", label: \"Switch rows and columns\"});\n\n// Creating other input controls on the Inputs page.\nvar asPct = false;\nif (INPUTS != null)\n{\n form.textBox({label: \"Rows to ignore\", type: \"text\", default_value: \"NET, Total, SUM\", name: \"formIgnoreRows\", required: false});\n form.textBox({label: \"Columns to ignore\", type: \"text\", default_value: \"NET, Total, SUM\", name: \"formIgnoreColumns\", required: false});\n if (INPUTS.indexOf('AsPercentages') > -1)\n asPct = form.checkBox({name: \"formAsPercentages\", label: \"Show as percentages\"}).getValue();\n // Set default formatting if 'as percentage' is checked\n if (asPct)\n {\n var formats = [values_number_formats, hover_number_formats, data_label_formats];\n for (var i = 0; i < formats.length; i++)\n {\n var format_array = formats[i];\n var pct_idx = format_array.indexOf('Percentage');\n if (pct_idx != -1) \n {\n format_array.splice(pct_idx, 1);\n format_array.splice(0, 0, \"Percentage\");\n var auto_idx = format_array.indexOf('Automatic');\n if (auto_idx != -1)\n format_array.splice(auto_idx, 1);\n }\n }\n }\n if (dtype == INPUTS_types['variables'])\n form.checkBox({label: \"Variable names\", name:\"formNames\", default_value: false});\n}\n\n//// Creating controls on the Chart page\nform.page('Chart');\nif (APPEARANCE != null)\n{\n var isStacked = false;\n if (groups)\n form.group('APPEARANCE');\n if (chartType == 'Scatter')\n {\n // Scatter is always labeled in INPUTS_types['tables']\n // For other input types we need to check\n if ((dtype != INPUTS_types['tables'] && dtype != INPUTS_types['variables']) || \n (dtype == INPUTS_types['variables'] && VLabels.getValue() != null))\n {\n var labtype = form.comboBox({name: \"formScatterLabelType\", label: \"Show labels\", alternatives:['As hover text', 'On chart'], default_value: 'As hover text'}).getValue();\n isLabeled = labtype == 'On chart';\n }\n if (isLabeled)\n {\n APPEARANCE.push('ScatterMaxLab');\n categories_number_formats = [\"Automatic\", \"Number\", \"Percentage\", \"Currency\"];\n values_number_formats = [\"Automatic\", \"Number\", \"Percentage\", \"Currency\"];\n data_label_formats = [\"Automatic\", \"Number\", \"Category\", \"Percentage\", \"Currency\"]\n DATA_LABELS = ['DataLabelFormat', 'DataLabelFont', 'DataLabelPrefix', 'DataLabelSuffix'];\n }\n if (!isLabeled && ((dtype != INPUTS_types['tables'] && dtype != INPUTS_types['variables']) || \n (dtype == INPUTS_types['variables'] && VSizes.getValue() != null)))\n APPEARANCE.push('ScatterSizeType');\n if ((dtype != INPUTS_types['tables'] && dtype != INPUTS_types['variables']) || \n (dtype == INPUTS_types['variables'] && VColors.getValue() != null))\n APPEARANCE.push('ScatterColorType');\n if (!isLabeled)\n FITLINE = ['FitLine'];\n }\n if (APPEARANCE.indexOf(\"ScatterMaxLab\") > -1)\n form.numericUpDown({name: \"formScatterMaxLab\", label: \"Maximum data labels (left of column 1) to plot\", default_value: 20, maximum: 200, minimum: 0});\n if (APPEARANCE.indexOf(\"ScatterTrendLine\") > -1)\n form.checkBox({label: \"Show trend lines\", name: \"formTrendLines\", default_value: false});\n if (APPEARANCE.indexOf(\"ScatterSizeType\") > -1)\n form.comboBox({label: \"Treat sizes variable (column 3) as\", name:\"formScatterSizeType\", alternatives:['Area', 'Diameter'], default_value:'Area'});\n if (APPEARANCE.indexOf(\"ScatterColorType\") > -1)\n form.comboBox({label: \"Treat colors variable (column 4) as\", name:\"formScatterColorType\", alternatives:['Categories', 'Numeric scale'], default_value:'Numeric scale'});\n\n\n if (APPEARANCE.indexOf(\"Icon\") > -1)\n {\n var custom_icon_label = \"(Custom icon)\";\n var picto_icon = form.comboBox({name: \"formIcon\", label: \"Icon\", alternatives: [\n custom_icon_label, \"Apple\", \"Banana\", \"Baby\", \"Beer\", \"Book\", \"Bread\", \"Building\", \"Cake\", \"Car\", \"Cash\", \"Circle\", \"Chicken\", \"Church\", \"Computer\", \"Cow\", \"Cross\", \"Cup\", \"Cutlery\",\n \"Elephant\", \"Glass\", \"Globe\", \"Gun\", \"Heart\", \"House\", \"Idea\", \"Law\", \"Medicine\", \"Money\", \"Rocket\", \"Soldier\", \"Soup\", \"Sport\", \"Square\", \"Star\", \"Sick person\", \"Stick man\", \"Stick woman\", \"Test tube\",\n \"Thumbs up\", \"Thumbs down\", \"Tick\", \"Tools\", \"Tomato\", \"Traffic light\", \"Train\", \"Tree\", \"Truck\", \"TV\", \"User\", \"Water drop\", \"Weight\", \"Wine\"], default_value: \"Stick man\"}).getValue();\n if (picto_icon == custom_icon_label)\n {\n form.textBox({name: \"formCustomIcon\", label: \"Icon URL\", type: \"text\", required: true});\n var customBase = form.textBox({name: \"formBaseImage\", label: \"Base icon URL\", type: \"text\", required: false, prompt: \"Leave blank to hide unfilled icons\"}).getValue();\n }\n form.textBox({name: \"formIconScale\", label: \"Units per icon (scale)\", type: \"number\", required: false, prompt: \"Leave blank to determine based on range of Input data\"});\n form.textBox({name: \"formTotalIcons\", label: \"Total icons\", type: \"number\", required: false, prompt: \"Leave blank to determine from Input data\"});\n var ncolOpt = form.textBox({name:\"formIconNCol\", label: \"Maximum icons per row\", type: \"number\", prompt: \"Leave blank for all icons to be placed in a single row\", required: false}).getValue();\n form.comboBox({name:\"formFillDirection\", label: \"Direction of fill\", alternatives: [\"From left\", \"From right\"], default_value: \"From left\"});\n if (picto_icon != custom_icon_label)\n {\n var baseOpt = form.checkBox({name: \"formHideBase\", label: \"Hide base image\", default_value: true}).getValue();\n if (!baseOpt)\n form.colorPicker({name: \"formBaseColor\", label: \"Icon base color\",default_value: \"#CCCCCC\"});\n var labColAsIcon = form.checkBox({name: \"formLabelColorAsIcon\", label: \"Labels colored as icons\"}).getValue();\n if (ncolOpt != \"\" && baseOpt)\n form.checkBox({name:\"formFixNRows\", label:\"Fixed number of rows per bar\", default_value: true});\n }\n if (ncolOpt != \"\" && picto_icon == custom_icon_label && !customBase)\n form.checkBox({name:\"formFixNRows\", label:\"Fixed number of rows per bar\", default_value: true});\n form.numericUpDown({name: \"formIconPadding\", label: \"Space between bars\", minimum: 0, default_value: 2, increment:1});\n }\n if (APPEARANCE.indexOf(\"Stacked\") > -1)\n isStacked = form.checkBox({label: \"Stack series\", name: \"formStackSeries\", default_value: false}).getValue();\n if (APPEARANCE.indexOf(\"PieRadius\") > -1)\n form.numericUpDown({name: \"formPieRadius\", label: radiusLabel, default_value: 70, increment: 1, minimum: 0, maximum: 100});\n if (APPEARANCE.indexOf(\"BorderColor\") > -1)\n form.colorPicker({name: \"formBorderColor\", label: \"Border color\", default_value: \"#ffffff\"});\n if (APPEARANCE.indexOf(\"DensityColor\") > -1)\n form.colorPicker({name: \"formDensityColor\", label: \"Color\", default_value: \"#5C9AD3\"});\n if (APPEARANCE.indexOf(\"boxVertical\") > -1)\n {\n var v = form.checkBox({name: \"formVertical\", label: \"Plot vertically\", default_value: vertical});\n if (!v.getValue())\n SwappedXY();\n }\n if (APPEARANCE.indexOf(\"ShowValues\") > -1)\n form.checkBox({name: \"formShowValues\", label: \"Plot the individual data values\", default_value: false});\n if (APPEARANCE.indexOf(\"ValuesColor\") > - 1)\n form.colorPicker({name: \"formValuesColor\", label: \"Data value color\", default_value: \"#5C9AD3\"});\n if (APPEARANCE.indexOf(\"ShowMean\") > -1)\n {\n var c = form.checkBox({name: \"formShowMean\", label: \"Plot the mean value\", default_value: true});\n if (c.getValue())\n form.colorPicker({name: \"formMeanColor\", label: \"Color of the mean dot\", default_value: \"#ffffff\"});\n c = form.checkBox({name: \"formShowMedian\", label: \"Plot the median\", default_value: true});\n if (c.getValue())\n form.colorPicker({name: \"formMedianColor\", label: \"Color of the median line\", default_value: \"#000000\"});\n c = form.checkBox({name: \"formShowQuartiles\", label: \"Plot the quartiles\", default_value: true});\n if (c.getValue())\n form.colorPicker({name: \"formQuartilesColor\", label: \"Color of the quartiles box\", default_value: \"#000000\"});\n c = form.checkBox({name: \"formShowRange\", label: \"Plot the range\", default_value: true});\n if (c.getValue())\n form.colorPicker({name: \"formRangeColor\", label: \"Color of the range line\", default_value: \"#000000\"});\n }\n if (chartType == \"Geographic Map\")\n {\n var package = form.comboBox({name: \"formMapPackage\", label: \"Map package\", alternatives: [\"plotly\", \"leaflet\"], default_value: \"plotly\"}).getValue();\n if (package == \"plotly\")\n form.checkBox({label: \"High resolution\", name: \"formHighRes\", default_value: false});\n var NAasZero = form.checkBox({label: \"Treat NA as zero\", name: \"formNAasZero\", default_value: false}).getValue();\n if (!NAasZero)\n form.colorPicker({name: \"formNAColor\", label: \"Color of NA values\", default_value: \"#808080\"});\n if (package == \"plotly\")\n form.colorPicker({name: \"formOceanColor\", label: \"Ocean color\", default_value: \"#DDDDDD\"}); \n }\n if (chartType == \"Box\")\n form.comboBox({name: \"formBoxPoints\", label: \"Box points\", alternatives: [\"All\", \"Outliers\", \"Suspected outliers\"], default_value: \"Suspected outliers\", required: true});\n if (chartType == \"Histogram\") {\n form.checkBox({name: \"formHistogramCumulative\", label: \"Cumulative histogram\", default_value: false});\n form.checkBox({name: \"formHistogramCounts\", label: \"Show counts\", default_value: false});\n var c = form.checkBox({name: \"formAutomaticBinning\", label: \"Automatic column widths (bins)\", default_value: true});\n if (!c.getValue())\n form.numericUpDown({name: \"formMaximumBins\", label: \"Maximum columns (bins)\", default_value: 20});\n }\n if (APPEARANCE.indexOf(\"RangeBars\") > -1)\n form.checkBox({name: \"formRangeBars\", label: \"Data are low, value, high\", default_value: false});\n if (APPEARANCE.indexOf(\"WindowStart\") > -1)\n form.numericUpDown({name: \"formWindowStart\", label: \"Range window start (days from data end)\", default_value: 30});\n}\nif (DATA_SERIES != null && !(chartType == \"Bar Pictograph\" && picto_icon == custom_icon_label))\n{\n if (groups)\n form.group(\"DATA SERIES\");\n if (DATA_SERIES.indexOf('Colors') > -1)\n {\n var colOpt = form.comboBox({name: \"formPalette\", label: \"Color palette\", alternatives: palettes, default_value: palettes[0], required: true});\n if (colOpt.getValue() == \"Custom color\")\n form.colorPicker({name: \"formCustomColor\", label: \"Custom color\", default_value: \"#5C9AD3\"});\n if (colOpt.getValue() == \"Custom gradient\")\n {\n form.colorPicker({name: \"formCustomGradientStart\", label: \"Gradient start\", default_value: \"#5C9AD3\"});\n form.colorPicker({name: \"formCustomGradientEnd\", label: \"Gradient end\", default_value: \"#ED7D31\"});\n }\n if (colOpt.getValue() == \"Custom palette\")\n form.textBox({name: \"formCustomPalette\", label: \"Custom palette\", default_value: \"#5C9AD3, #ED7D31\", prompt: \"Enter color as a string. Multiple values should be separated by commas.\"});\n }\n if (DATA_SERIES.indexOf('SubsliceColors') > -1)\n {\n var colOpt = form.comboBox({name: \"formSubslicePalette\", label: \"Outer ring color palette\", alternatives: line_subslice_palletes, default_value: line_subslice_palletes[0], required: true});\n if (colOpt.getValue() == \"Custom color\")\n form.colorPicker({name: \"formSubsliceCustomColor\", label: \"Custom color\", default_value: \"#5C9AD3\"});\n if (colOpt.getValue() == \"Custom gradient\")\n {\n form.colorPicker({name: \"formSubsliceCustomGradientStart\", label: \"Gradient start\", default_value: \"#5C9AD3\"});\n form.colorPicker({name: \"formSubsliceCustomGradientEnd\", label: \"Gradient end\", default_value: \"#ED7D31\"});\n }\n if (colOpt.getValue() == \"Custom palette\")\n form.textBox({name: \"formCustomPalette\", label: \"Custom palette\", default_value: \"#5C9AD3, #ED7D31\", prompt: \"Enter color as a string. Multiple values should be separated by commas.\"});\n } \n}\nif (typeof FITLINE != 'undefined' && FITLINE != null && !isStacked)\n{\n if (groups)\n form.group(\"TREND LINES\");\n if (FITLINE.indexOf('FitLine') > -1)\n {\n var fitOpt = form.comboBox({name: \"formFit\", label: \"Show line of best fit\", alternatives: [\"None\", \"Linear\", \"Smooth\"], default_value: \"None\"});\n if (fitOpt.getValue() != \"None\")\n {\n form.checkBox({name: \"formFitIgnoreLast\", label: \"Ignore last data point\", default_value: false});\n form.comboBox({name: \"formFitLineType\", label: \"Line type\", alternatives: [\"dot\", \"dash\", \"longdash\", \"dashdot\", \"solid\"], default_value:\"dot\"});\n form.numericUpDown({name: \"formFitLineWidth\", label: \"Line width\", default_value: 1, minimum: 1, maximum: 20});\n var fitcolOpt = form.comboBox({name: \"formFitPalette\", label: \"Fit line color palette\", alternatives: line_subslice_palletes, default_value: line_subslice_palletes[0], required: true});\n if (fitcolOpt.getValue() == \"Custom color\")\n form.colorPicker({name: \"formFitCustomColor\", label: \"Custom color of fit line\", default_value: \"#5C9AD3\"})\n if (fitcolOpt.getValue() == \"Custom gradient\")\n {\n form.colorPicker({name: \"formFitCustomGradientStart\", label: \"Gradient start of fit lines\", default_value: \"#5C9AD3\"});\n form.colorPicker({name: \"formFitCustomGradientEnd\", label: \"Gradient end of fit lines\", default_value: \"#ED7D31\"});\n }\n if (fitcolOpt.getValue() == \"Custom palette\")\n form.textBox({name: \"formFitCustomPalette\", label: \"Custom palette of fit lines\", default_value: \"#5C9AD3, #ED7D31\", prompt: \"Enter color as a string. Multiple values should be separated by commas.\"});\n }\n }\n}\n \nif (FONT != null)\n{\n if (groups)\n form.group(\"FONT\");\n if (FONT.indexOf('GlobalFontFamily') > -1)\n var globalFontFamily = form.comboBox({name: \"formFont\", label: \"Global font family\", alternatives: font_families, default_value: \"Arial\"}).getValue();\n if (FONT.indexOf('GlobalFontColor') > -1 && !(chartType == \"Bar Pictograph\" && labColAsIcon))\n var globalFontColor = form.colorPicker({name: \"formFontColor\", label: \"Global font color\", default_value: \"#2C2C2C\"}).getValue();\n}\n \nif (DATA_LABELS != null)\n{\n if (groups)\n form.group(\"DATA LABELS\");\n var datalabshow = true;\n if (DATA_LABELS.indexOf('DataLabelPosition') > -1)\n {\n var dLabOpt = form.comboBox({name:\"formDataLabelPosition\", label: \"Show data label\", alternatives: [\"No\", \"Next to bar\", \"Below row label\", \"Above row label\", \"Below icons\", \"Above icons\"], default_value: \"Next to bar\"}).getValue();\n if (dLabOpt == \"No\")\n datalabshow = false;\n if (dLabOpt == \"Below icons\" || dLabOpt == \"Above icons\")\n form.comboBox({name:\"formDataLabelHorizAlign\", label:\" Data label horizontal alignment\", alternatives: [\"Default\", \"Left\", \"Center\", \"Right\"], default_value: \"Default\"});\n }\n if (DATA_LABELS.indexOf('DataLabelShow') > -1)\n datalabshow = form.checkBox({name: \"formDataLabelShow\", label: \"Show data labels\", default_value: false}).getValue();\n if (datalabshow && DATA_LABELS.indexOf('DataLabelFont') > -1)\n {\n \n form.comboBox({name: \"formDataLabelFontFamily\", label: \"Data label font family\", alternatives: font_families, default_value: globalFontFamily});\n if (!(chartType == \"Bar Pictograph\" && labColAsIcon))\n form.colorPicker({name: \"formDataLabelFontColor\", label: \"Data label font color\", default_value: globalFontColor});\n form.numericUpDown({name: \"formDataLabelFontSize\", label: \"Data label font size\", default_value: 10});\n }\n if (chartType == \"Venn\" && DATA_LABELS.indexOf('DataLabelFontSize') > -1)\n form.numericUpDown({name: \"formDataLabelFontSize\", label: \"Data label font size\", default_value: 10});\n \n if (datalabshow && DATA_LABELS.indexOf('DataLabelFormat') > -1)\n var dataLabelFormat = form.comboBox({name: \"formDataLabelNumberType\", label: \"Number type\", alternatives: data_label_formats, default_value: data_label_formats[0], required: true}).getValue();\n if (datalabshow && (DATA_LABELS.indexOf('DataLabelDecimals') > -1 || (DATA_LABELS.indexOf('DataLabelFormat') > -1 && dataLabelFormat != \"Automatic\")))\n form.numericUpDown({name: \"formDataLabelDecimals\", label: \"Decimal places\", default_value: dataLabelFormat == \"Percentage\" ? 0 : 2, increment: 1, minimum: 0, maximum: 12});\n if (datalabshow && DATA_LABELS.indexOf('DataLabelPrefix') > -1)\n form.textBox({name:'formPrefix', label: 'Custom prefix', required: false});\n if (datalabshow && DATA_LABELS.indexOf('DataLabelSuffix') > -1)\n form.textBox({name:'formSuffix', label: 'Custom suffix', required: false});\n if (DATA_LABELS.indexOf('data.label.max.plot') > -1)\n form.numericUpDown({name: \"formMaxLab\", label: \"Maximum data labels to plot\", default_value: 50, maximum: 200, minimum: 0});\n}\nif (GRIDLINES != null)\n{\n if (groups)\n form.group(\"GRID LINES\");\n if (GRIDLINES.indexOf('ShowGrid') > -1)\n form.checkBox({name: \"formShowGrid\", label: \"Show grid lines\", default_value: true});\n}\nif (LEGEND != null)\n{\n if (groups)\n form.group(\"LEGEND\");\n var hasleg = 1;\n if (LEGEND.indexOf('LegendShow') > -1)\n hasleg = form.checkBox({name: \"formLegendShow\", label: \"Show legend (if applicable)\", default_value: true}).getValue();\n if (hasleg && LEGEND.indexOf('LegendTitle') > -1)\n {\n form.textBox({label: \"Legend title\", type: \"text\", name: \"formLegendTitle\", required: false});\n }\n if (hasleg && LEGEND.indexOf('LegendFont') > -1)\n {\n form.comboBox({name: \"formLegendFontFamily\", label: \"Legend font family\", alternatives: font_families, default_value: globalFontFamily});\n if (chartType != \"Palm\")\n form.colorPicker({name: \"formLegendFontColor\", label: \"Legend font color\", default_value: globalFontColor});\n form.numericUpDown({name: \"formLegendFontSize\", label: \"Legend font size\", default_value: 10});\n }\n if (hasleg && LEGEND.indexOf('LegendPosition') > -1)\n {\n form.numericUpDown({name: \"formLegendXPos\", label: \"Horizontal placement\", default_value: 1.02, increment: 0.02, minimum: -2, maximum: 3, prompt: \"Choose numeric value between -2 (far left) to 3 (far right)\"});\n form.numericUpDown({name: \"formLegendYPos\", label: \"Vertical placement\", default_value: 1.00, increment: 0.02, minimum: -2, maximum: 3, prompt: \"Choose numeric value between -2 (below) and 3 (above)\"});\n }\n}\nif (TITLE != null)\n{\n if (groups)\n form.group('Title');\n if (TITLE.indexOf('Title') > -1)\n {\n titleOpt = form.textBox({name:\"formTitle\", label:\"Title\", required:false});\n if (typeof titleOpt != \"undefined\" && titleOpt.getValue() != \"\")\n {\n form.comboBox({name: \"formTitleFontFamily\", label: \"Title font family\", alternatives: font_families, default_value: globalFontFamily});\n form.colorPicker({name: \"formTitleFontColor\", label: \"Title font color\", default_value: globalFontColor});\n form.numericUpDown({name:\"formTitleFontSize\", label:\"Title font size\", default_value: 16});\n }\n }\n if (TITLE.indexOf('Subtitle') > -1)\n {\n subtitleOpt = form.textBox({name:\"formSubtitle\", label:\"Subtitle\", required:false});\n if (typeof subtitleOpt != \"undefined\" && subtitleOpt.getValue() != \"\")\n {\n form.comboBox({name: \"formSubtitleFontFamily\", label: \"Subtitle font family\", alternatives: font_families, default_value: globalFontFamily});\n form.colorPicker({name: \"formSubtitleFontColor\", label: \"Subtitle font color\", default_value: globalFontColor});\n form.numericUpDown({name:\"formSubtitleFontSize\", label:\"Subtitle font size\", default_value: 12});\n }\n }\n if (TITLE.indexOf('Footer') > -1)\n {\n footerOpt = form.textBox({name:\"formFooter\", label:\"Footer\", required:false});\n if (chartType == \"Scatter\" || (typeof footerOpt != \"undefined\" && footerOpt.getValue() != \"\"))\n {\n form.comboBox({name: \"formFooterFontFamily\", label: \"Footer font family\", alternatives: font_families, default_value: globalFontFamily});\n form.colorPicker({name: \"formFooterFontColor\", label: \"Footer font color\", default_value: globalFontColor});\n form.numericUpDown({name:\"formFooterFontSize\", label:\"Footer font size\", default_value: 8});\n var footerWrapOpt = form.checkBox({name: \"formFooterWrap\", label: \"Wrap footer\", default_value: true});\n if (footerWrapOpt.getValue())\n form.numericUpDown({name: \"formFooterWrapNchar\", label: \"Footer line width\", default_value: 150, minimum: 5, increment: 5, maximum: 5000});\n }\n }\n}\nif (CATEGORIES_AXIS != null)\n{\n if (groups)\n form.group(categoriesAxisLabel);\n if (CATEGORIES_AXIS.indexOf('CategoriesTitle') > -1)\n {\n form.textBox({name: \"formCategoriesTitle\", label: \"Axis title\", required: false});\n form.comboBox({name: \"formCategoriesTitleFontFamily\", label: \"Axis title font family\", alternatives: font_families, default_value: globalFontFamily});\n if (chartType != \"Palm\")\n form.colorPicker({name: \"formCategoriesTitleFontColor\", label: \"Axis title font color\", default_value: globalFontColor});\n form.numericUpDown({name: \"formCategoriesTitleFontSize\", label: \"Axis title font size\", default_value: 12});\n }\n var showX = true;\n var labelShowX = \"Show axis\";\n if (chartType == \"Bar Pictograph\")\n labelShowX = \"Show row labels\";\n if (CATEGORIES_AXIS.indexOf('CategoriesAxisShow') > -1)\n showX = form.checkBox({name: \"formCategoriesAxisShow\", label: labelShowX, default_value: true}).getValue(); \n if (showX) {\n if (CATEGORIES_AXIS.indexOf('CategoriesNumberFormat') > -1) {\n var xNumberType = form.comboBox({name: \"formCategoriesNumberType\", label: \"Number type\", alternatives: categories_number_formats, default_value: categories_number_formats[0], required: true}).getValue();\n if (xNumberType == \"Date/Time\")\n xNumberType = form.comboBox({name: \"formCategoriesDateType\", label: \"Date type\", alternatives: date_formats, default_value: date_formats[0], required: true}).getValue();\n if (xNumberType == \"Custom\")\n form.textBox({name: \"formCategoriesNumberCustom\", label: \"Custom code\", default_value: \"%d %b %y\", required: false});\n if (xNumberType == 'Currency')\n form.textBox({name: \"formCategoriesCurrency\", label: \"Currency symbol\", default_value: \"\", required: true}); \n if (xNumberType == 'Number' || xNumberType == 'Currency')\n form.checkBox({name: \"formCategoriesSeparateThousands\", label: \"Separate thousands by comma\", default: true});\n if (xNumberType == 'Number' || xNumberType == 'Percentage' || xNumberType == 'Scientific' || xNumberType == 'Currency')\n form.numericUpDown({name:\"formCategoriesDecimals\", label:\"Decimal places\", default_value: xNumberType == \"Percentage\" ? 0 : 2});\n if (xNumberType == 'Metric units suffix')\n form.numericUpDown({name:\"formCategoriesDecimals\", label:\"Significant digits\", default_value: 2, minimum: 1});\n if (CATEGORIES_AXIS.indexOf('CategoriesPrefix') > -1)\n form.textBox({name: \"formCategoriesPrefix\", label: \"Custom prefix\", default_value: \"\", required: false}); \n if (CATEGORIES_AXIS.indexOf('CategoriesSuffix') > -1)\n form.textBox({name: \"formCategoriesSuffix\", label: \"Custom suffix\", default_value: \"\", required: false});\n }\n if (CATEGORIES_AXIS.indexOf('CategoriesTickInterval') > -1)\n form.numericUpDown({name: \"formCategoriesTickInterval\", label: \"Tick interval\", default_value: 1, increment: 1, minimum: 1, maximum: 1000});\n if (CATEGORIES_AXIS.indexOf('CategoriesTickFont') > -1)\n {\n form.comboBox({name: \"formCategoriesTickFontFamily\", label: \"Axis label font family\", alternatives: font_families, default_value: globalFontFamily});\n if (chartType != \"Palm\" && !(chartType == \"Bar Pictograph\" && labColAsIcon))\n form.colorPicker({name: \"formCategoriesTickFontColor\", label: \"Axis label font color\", default_value: globalFontColor});\n form.numericUpDown({name: \"formCategoriesTickFontSize\", label: \"Axis label font size\", default_value: 10});\n }\n if (CATEGORIES_AXIS.indexOf('CategoriesTickHorizAlign') > -1)\n form.comboBox({name:\"formCategoriesTickHorizAlign\", label: \"Horizontal alignment\", alternatives: [\"Default\", \"Left\", \"Center\", \"Right\"], default_value: \"Default\"}); \n\n if (CATEGORIES_AXIS.indexOf('CategoriesTickAngle') > -1)\n form.comboBox({name: \"formCategoriesTickAngle\", label: \"Axis label orientation\", alternatives: [\"Automatic\", \"Horizontal\", \"Vertical\", \"Diagonal\"], default_value: \"Automatic\"});\n if (CATEGORIES_AXIS.indexOf('LabelWrap') > -1)\n {\n var xWrapOpt = form.checkBox({name: \"formLabelWrap\", label: \"Wrap axis label\", default_value: true});\n if (xWrapOpt.getValue())\n form.numericUpDown({name: \"formLabelWrapNchar\", label: \"Axis label line width\", default_value: 21, minimum: 5, increment: 5, maximum: 1000});\n } \n }\n if (chartType == \"Stream\")\n {\n form.comboBox({name: \"formCategoriesTickUnits\", label: \"Tick units\", alternatives: [\"Automatic\", \"Number\", \"Month\", \"Year\"], default_value: \"Automatic\"});\n form.numericUpDown({name: \"formCategoriesTickInterval\", label: \"Tick frequency\", default_value: 3, minimum: 1, increment: 1, maximum: 1000});\n }\n}\nif (VALUES_AXIS != null)\n{\n if (groups)\n form.group(valuesAxisLabel);\n if (VALUES_AXIS.indexOf('ValuesTitle') > -1)\n {\n form.textBox({name: \"formValuesTitle\", label: \"Axis title\", required: false});\n form.comboBox({name: \"formValuesTitleFontFamily\", label: \"Axis title font family\", alternatives: font_families, default_value: globalFontFamily});\n if (chartType != \"Palm\")\n form.colorPicker({name: \"formValuesTitleFontColor\", label: \"Axis title font color\", default_value: globalFontColor});\n form.numericUpDown({name: \"formValuesTitleFontSize\", label: \"Axis title font size\", default_value: 12});\n }\n var showY = true;\n if (VALUES_AXIS.indexOf('ValuesAxisShow') > -1)\n showY = form.checkBox({name: \"formValuesAxisShow\", label: \"Show axis\", default_value: true}).getValue(); \n if (showY) {\n if (VALUES_AXIS.indexOf('ValuesNumberFormat') > -1) {\n var yNumberType = form.comboBox({name: \"formValuesNumberType\", label: \"Number type\", alternatives: values_number_formats, default_value: values_number_formats[0], required: true}).getValue();\n if (yNumberType == \"Date/Time\")\n yNumberType = form.comboBox({name: \"formValuesDateType\", label: \"Date type\", alternatives: date_formats, default_value: date_formats[0], required: true}).getValue();\n if (yNumberType == \"Custom\")\n form.textBox({name: \"formValuesNumberCustom\", label: \"Custom code\", default_value: \"%d %b %y\", required: false});\n if (yNumberType == 'Currency')\n form.textBox({name: \"formValuesCurrency\", label: \"Currency symbol\", default_value: \"\", required: true}); \n if ((yNumberType == 'Number' || yNumberType == 'Currency') && chartType != \"Palm\")\n form.checkBox({name: \"formValuesSeparateThousands\", label: \"Separate thousands by comma\", default: true});\n if (yNumberType == 'Number' || yNumberType == 'Percentage' || yNumberType == 'Scientific' || yNumberType == 'Currency')\n form.numericUpDown({name:\"formValuesDecimals\", label:\"Decimal places\", default_value: yNumberType == \"Percentage\" ? 0 : 2});\n if (yNumberType == 'Metric units suffix')\n form.numericUpDown({name:\"formValuesDecimals\", label:\"Significant digits\", default_value: 2, minimum: 1});\n if (VALUES_AXIS.indexOf('ValuesPrefix') > -1)\n form.textBox({name: \"formValuesPrefix\", label: \"Custom prefix\", default_value: \"\", required: false}); \n if (VALUES_AXIS.indexOf('ValuesSuffix') > -1)\n form.textBox({name: \"formValuesSuffix\", label: \"Custom suffix\", default_value: \"\", required: false}); \n }\n if (showY && VALUES_AXIS.indexOf('ValuesNumberTicks') > -1) //Weird parameter for Stream Graph\n form.numericUpDown({name: \"formValuesNumberTicks\", label: \"Number of ticks\", default_value: 5, increment: 1, minimum: 1, maximum: 1000});\n if (showY && VALUES_AXIS.indexOf('ValuesTickFont') > -1)\n {\n form.comboBox({name: \"formValuesTickFontFamily\", label: \"Axis label font family\", alternatives: font_families, default_value: globalFontFamily});\n if (chartType != \"Palm\")\n form.colorPicker({name: \"formValuesTickFontColor\", label: \"Axis label font color\", default_value: globalFontColor});\n form.numericUpDown({name: \"formValuesTickFontSize\", label: \"Axis label font size\", default_value: 10});\n }\n }\n}\nif (HOVER != null)\n{\n if (groups)\n form.group(\"HOVER\");\n var showHover = true;\n if (HOVER.indexOf('HoverShow') > -1)\n showHover = form.checkBox({name: \"formHoverShow\", label: \"Show hover text\", default_value: true});\n if (showHover)\n {\n if (HOVER.indexOf('HoverNumberFormat') > -1 && (chartType != \"Venn\" || dtype == INPUTS_types['binaryMulti'] || dtype == INPUTS_types['variables'])) // only show for Venn if raw data\n {\n var hoverNumberType = form.comboBox({name: \"formHoverNumberType\", label: \"Number type\", alternatives: hover_number_formats, default_value: hover_number_formats[0], required: true}).getValue();\n if (hoverNumberType == \"Date/Time\")\n hoverNumberType = form.comboBox({name: \"formHoverDateType\", label: \"Date type\", alternatives: date_formats, default_value: date_formats[0], required: true}).getValue();\n if (hoverNumberType == \"Custom\")\n form.textBox({name: \"formHoverNumberCustom\", label: \"Custom code\", default_value: \"%d %b %y\", required: false});\n if (hoverNumberType == 'Number' && chartType != \"Venn\" && chartType != \"Stream\")\n form.checkBox({name: \"formHoverSeparateThousands\", label: \"Separate thousands by comma\", default: true});\n if (hoverNumberType == 'Number' || hoverNumberType == 'Percentage' || hoverNumberType == 'Scientific')\n form.numericUpDown({name:\"formHoverDecimals\", label:\"Decimal places\", default_value: hoverNumberType == \"Percentage\" ? 0 : 2});\n if (hoverNumberType == 'Metric units suffix')\n form.numericUpDown({name:\"formHoverDecimals\", label:\"Significant digits\", default_value: 2, minimum: 1});\n }\n }\n}\nif (typeof MARGINS != 'undefined')\n{\n if (groups)\n form.group(\"MARGINS\");\n if (MARGINS.indexOf('MarginTop') > -1)\n form.numericUpDown({name: \"formMarginTop\", label: \"Top\", default_value: 30, increment: 1, minimum: 0, maximum: 1000});\n if (MARGINS.indexOf('MarginLeft') > -1)\n form.numericUpDown({name: \"formMarginLeft\", label: \"Left\", default_value: 80, increment: 1, minimum: 0, maximum: 1000});\n if (MARGINS.indexOf('MarginBottom') > -1)\n form.numericUpDown({name: \"formMarginBottom\", label: \"Bottom\", default_value: 50, increment: 1, minimum: 0, maximum: 1000});\n if (MARGINS.indexOf('MarginRight') > -1)\n form.numericUpDown({name: \"formMarginRight\", label: \"Right\", default_value: 40, increment: 1, minimum: 0, maximum: 1000});\n}","JSError":null,"JSErrorDetails":null,"ControlDefinitionErrors":null,"InputValidationErrors":null,"Controls":[{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formChartType","Page":null,"Group":"OUTPUT","Type":"ComboBox","Label":"Chart type","LabelEmphasised":false,"Value":"Geographic Map","Allowed":null,"Multi":false,"Prompt":null,"ErrorMessage":null,"Invalid":null,"Required":true,"AllowedTypes":null,"OwnerRItemGuid":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":["Area","Column","Donut","Bar","Bar Pictograph","Bean","Box","Density","Geographic Map","Heat","Histogram","Line","Palm","Pie","Radar","Stream","Scatter","Time Series","Venn","Violin"],"CheckAlign":null,"Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formChartOutput","Page":null,"Group":"OUTPUT","Type":"ComboBox","Label":"Show as","LabelEmphasised":false,"Value":"Chart","Allowed":null,"Multi":false,"Prompt":null,"ErrorMessage":null,"Invalid":null,"Required":true,"AllowedTypes":null,"OwnerRItemGuid":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":["Chart","Table"],"CheckAlign":null,"Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formDataSource","Page":null,"Group":"DATA","Type":"ComboBox","Label":"Data source","LabelEmphasised":false,"Value":"Link to a table in 'Pages'","Allowed":null,"Multi":false,"Prompt":"The location of the data to be used in the chart.","ErrorMessage":null,"Invalid":null,"Required":true,"AllowedTypes":null,"OwnerRItemGuid":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":["Type or paste in data","Link to a table in 'Pages'","Use an existing R Output in 'Pages'","Link to variables in 'Data'"],"CheckAlign":null,"Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formTable","Page":null,"Group":"DATA","Type":"DropBox","Label":"Table","LabelEmphasised":false,"Value":"b098d208-996d-47fd-b331-1035b203c74f","Allowed":null,"Multi":false,"Prompt":"Typically, a table contains data that has already been summarized (e.g., aggregated). Tables are stored in the Pages tree (top-left).","ErrorMessage":"Table: Table accepts only one input which is of type Table or Ritem (Integer, Numeric, Matrix, Array, Data.Frame or Table).","Invalid":null,"Required":true,"AllowedTypes":["Table","RItem:integer,numeric,matrix,array,data.frame,table"],"OwnerRItemGuid":"9724b33c-bd4f-4bca-a7f2-269eea4bae01","MinInputs":1,"MaxInputs":1,"Height":1,"Duplicates":false,"Values":null,"CheckAlign":null,"Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formFirstAggregate","Page":null,"Group":"DATA MANIPULATION","Type":"CheckBox","Label":"Aggregate the data prior to plotting","LabelEmphasised":false,"Value":false,"Allowed":null,"Multi":false,"Prompt":"The data is 'raw', where each row represents an individual case. It needs to be aggregated prior to plotting.","ErrorMessage":null,"Invalid":null,"Required":false,"AllowedTypes":null,"OwnerRItemGuid":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":"left","Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formTidy","Page":null,"Group":"DATA MANIPULATION","Type":"CheckBox","Label":"Automatically tidy the data","LabelEmphasised":false,"Value":true,"Allowed":null,"Multi":false,"Prompt":"Automaticaly tidy the data.","ErrorMessage":null,"Invalid":null,"Required":false,"AllowedTypes":null,"OwnerRItemGuid":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":"left","Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formTranspose","Page":null,"Group":"DATA MANIPULATION","Type":"CheckBox","Label":"Switch rows and columns","LabelEmphasised":false,"Value":false,"Allowed":null,"Multi":false,"Prompt":null,"ErrorMessage":null,"Invalid":null,"Required":false,"AllowedTypes":null,"OwnerRItemGuid":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":"left","Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formIgnoreRows","Page":null,"Group":"DATA MANIPULATION","Type":"TextBox","Label":"Rows to ignore","LabelEmphasised":false,"Value":"NET, Total, SUM","Allowed":null,"Multi":false,"Prompt":null,"ErrorMessage":null,"Invalid":null,"Required":false,"AllowedTypes":null,"OwnerRItemGuid":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":null,"Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formIgnoreColumns","Page":null,"Group":"DATA MANIPULATION","Type":"TextBox","Label":"Columns to ignore","LabelEmphasised":false,"Value":"NET, Total, SUM","Allowed":null,"Multi":false,"Prompt":null,"ErrorMessage":null,"Invalid":null,"Required":false,"AllowedTypes":null,"OwnerRItemGuid":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":null,"Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formAsPercentages","Page":null,"Group":"DATA MANIPULATION","Type":"CheckBox","Label":"Show as percentages","LabelEmphasised":false,"Value":false,"Allowed":null,"Multi":false,"Prompt":null,"ErrorMessage":null,"Invalid":null,"Required":false,"AllowedTypes":null,"OwnerRItemGuid":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":"left","Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formMapPackage","Page":"Chart","Group":"APPEARANCE","Type":"ComboBox","Label":"Map package","LabelEmphasised":false,"Value":"leaflet","Allowed":null,"Multi":false,"Prompt":null,"ErrorMessage":null,"Invalid":null,"Required":true,"AllowedTypes":null,"OwnerRItemGuid":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":["plotly","leaflet"],"CheckAlign":null,"Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formNAasZero","Page":"Chart","Group":"APPEARANCE","Type":"CheckBox","Label":"Treat NA as zero","LabelEmphasised":false,"Value":false,"Allowed":null,"Multi":false,"Prompt":null,"ErrorMessage":null,"Invalid":null,"Required":false,"AllowedTypes":null,"OwnerRItemGuid":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":"left","Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formNAColor","Page":"Chart","Group":"APPEARANCE","Type":"ColorPicker","Label":"Color of NA values","LabelEmphasised":false,"Value":"rgb(128, 128, 128)","Allowed":null,"Multi":false,"Prompt":null,"ErrorMessage":"Color of NA values: ","Invalid":null,"Required":false,"AllowedTypes":null,"OwnerRItemGuid":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":null,"Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formPalette","Page":"Chart","Group":"DATA SERIES","Type":"ComboBox","Label":"Color palette","LabelEmphasised":false,"Value":"Blues, light to dark","Allowed":null,"Multi":false,"Prompt":null,"ErrorMessage":null,"Invalid":null,"Required":true,"AllowedTypes":null,"OwnerRItemGuid":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":["Blues, light to dark","Blues, dark to light","Greys, light to dark","Greys, dark to light","Reds, light to dark","Reds, dark to light","Greens, light to dark","Greens, dark to light","Custom gradient"],"CheckAlign":null,"Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formLegendShow","Page":"Chart","Group":"LEGEND","Type":"CheckBox","Label":"Show legend (if applicable)","LabelEmphasised":false,"Value":true,"Allowed":null,"Multi":false,"Prompt":null,"ErrorMessage":null,"Invalid":null,"Required":false,"AllowedTypes":null,"OwnerRItemGuid":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":"left","Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formLegendTitle","Page":"Chart","Group":"LEGEND","Type":"TextBox","Label":"Legend title","LabelEmphasised":false,"Value":"","Allowed":null,"Multi":false,"Prompt":null,"ErrorMessage":null,"Invalid":null,"Required":false,"AllowedTypes":null,"OwnerRItemGuid":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":null,"Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formHoverNumberType","Page":"Chart","Group":"HOVER","Type":"ComboBox","Label":"Number type","LabelEmphasised":false,"Value":"Number","Allowed":null,"Multi":false,"Prompt":null,"ErrorMessage":null,"Invalid":null,"Required":true,"AllowedTypes":null,"OwnerRItemGuid":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":["Automatic","Number","Percentage"],"CheckAlign":null,"Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formHoverSeparateThousands","Page":"Chart","Group":"HOVER","Type":"CheckBox","Label":"Separate thousands by comma","LabelEmphasised":false,"Value":false,"Allowed":null,"Multi":false,"Prompt":null,"ErrorMessage":null,"Invalid":null,"Required":false,"AllowedTypes":null,"OwnerRItemGuid":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":"left","Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":"formHoverDecimals","Page":"Chart","Group":"HOVER","Type":"NumericUpDown","Label":"Decimal places","LabelEmphasised":false,"Value":0.0,"Allowed":null,"Multi":false,"Prompt":null,"ErrorMessage":"Decimal places: ","Invalid":null,"Required":false,"AllowedTypes":null,"OwnerRItemGuid":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":null,"Text":null,"Increment":1.0,"Min":0.0,"Max":100.0,"Vertical":null},{"ItemGuid":"00000000-0000-0000-0000-000000000000","ControlName":null,"Page":null,"Group":null,"Type":null,"Label":null,"LabelEmphasised":false,"Value":null,"Allowed":null,"Multi":false,"Prompt":null,"ErrorMessage":null,"Invalid":null,"Required":false,"AllowedTypes":null,"OwnerRItemGuid":null,"MinInputs":0,"MaxInputs":0,"Height":0,"Duplicates":false,"Values":null,"CheckAlign":null,"Text":null,"Increment":0.0,"Min":0.0,"Max":0.0,"Vertical":true}]},"calculating":"Idle","showDebug":false,"layout":"OutputOnly","vSplit":0.25,"hSplit":0.45,"updateWarnings":true,"updateMode":"Manual","warnSlow":false,"Options":{"debugconsole":false,"codeposition":"OutputOnly","splitH":0.45,"splitV":0.25,"update warnings":true,"updating":"Manual","warn slow":false}}