diff --git a/new_transects.ipynb b/new_transects.ipynb index 44be946..1a7a872 100644 --- a/new_transects.ipynb +++ b/new_transects.ipynb @@ -8,7 +8,7 @@ { "data": { "text/html": [ - "
✔️ 491 ms (2024-10-24T11:15:30/2024-10-24T11:15:31)
" + "
✔️ 779 ms (2024-10-30T11:26:32/2024-10-30T11:26:33)
" ], "text/plain": [ "" @@ -23,6 +23,7 @@ "import geopandas as gpd\n", "import pandas as pd\n", "import numpy as np\n", + "from scipy.spatial import KDTree\n", "from tqdm.auto import tqdm\n", "from glob import glob\n", "from shapely.geometry import LineString, Point\n", @@ -38,7 +39,7 @@ { "data": { "text/html": [ - "
✔️ 420 ms (2024-10-24T11:15:31/2024-10-24T11:15:31)
" + "
✔️ 388 ms (2024-10-30T11:26:33/2024-10-30T11:26:34)
" ], "text/plain": [ "" @@ -387,7 +388,7 @@ { "data": { "text/html": [ - "
✔️ 654 ms (2024-10-24T11:15:31/2024-10-24T11:15:32)
" + "
✔️ 666 ms (2024-10-30T11:26:34/2024-10-30T11:26:34)
" ], "text/plain": [ "" @@ -526,7 +527,7 @@ { "data": { "text/html": [ - "
✔️ 961 ms (2024-10-24T11:15:32/2024-10-24T11:15:33)
" + "
✔️ 838 ms (2024-10-30T11:26:34/2024-10-30T11:26:35)
" ], "text/plain": [ "" @@ -565,7 +566,7 @@ " <meta name="viewport" content="width=device-width,\n", " initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />\n", " <style>\n", - " #map_50d40ff851c8483661ab84bd79787eae {\n", + " #map_e06a7437f9a753c801933c7cde154f5f {\n", " position: relative;\n", " width: 100.0%;\n", " height: 100.0%;\n", @@ -627,14 +628,14 @@ "<body>\n", " \n", " \n", - " <div class="folium-map" id="map_50d40ff851c8483661ab84bd79787eae" ></div>\n", + " <div class="folium-map" id="map_e06a7437f9a753c801933c7cde154f5f" ></div>\n", " \n", "</body>\n", "<script>\n", " \n", " \n", - " var map_50d40ff851c8483661ab84bd79787eae = L.map(\n", - " "map_50d40ff851c8483661ab84bd79787eae",\n", + " var map_e06a7437f9a753c801933c7cde154f5f = L.map(\n", + " "map_e06a7437f9a753c801933c7cde154f5f",\n", " {\n", " center: [-38.69327571697751, 177.98121973604754],\n", " crs: L.CRS.EPSG3857,\n", @@ -643,79 +644,79 @@ " preferCanvas: false,\n", " }\n", " );\n", - " L.control.scale().addTo(map_50d40ff851c8483661ab84bd79787eae);\n", + " L.control.scale().addTo(map_e06a7437f9a753c801933c7cde154f5f);\n", "\n", " \n", "\n", " \n", " \n", - " var tile_layer_6f2cce4b5b3e0f52cc949317d5da95aa = L.tileLayer(\n", + " var tile_layer_a7a209b86cc39a2045f4f8992d51308b = L.tileLayer(\n", " "https://tile.openstreetmap.org/{z}/{x}/{y}.png",\n", " {"attribution": "\\u0026copy; \\u003ca href=\\"https://www.openstreetmap.org/copyright\\"\\u003eOpenStreetMap\\u003c/a\\u003e contributors", "detectRetina": false, "maxNativeZoom": 19, "maxZoom": 19, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n", " );\n", " \n", " \n", - " tile_layer_6f2cce4b5b3e0f52cc949317d5da95aa.addTo(map_50d40ff851c8483661ab84bd79787eae);\n", + " tile_layer_a7a209b86cc39a2045f4f8992d51308b.addTo(map_e06a7437f9a753c801933c7cde154f5f);\n", " \n", " \n", - " map_50d40ff851c8483661ab84bd79787eae.fitBounds(\n", + " map_e06a7437f9a753c801933c7cde154f5f.fitBounds(\n", " [[-38.716147142133025, 177.93919822901458], [-38.670404291821995, 178.02324124308046]],\n", " {}\n", " );\n", " \n", " \n", - " function geo_json_2188a0bf8da969b187430e6177672cb1_styler(feature) {\n", + " function geo_json_744ac17a67da8bf6b0671eb98eb98a37_styler(feature) {\n", " switch(feature.id) {\n", " default:\n", " return {"fillOpacity": 0.5, "weight": 2};\n", " }\n", " }\n", - " function geo_json_2188a0bf8da969b187430e6177672cb1_highlighter(feature) {\n", + " function geo_json_744ac17a67da8bf6b0671eb98eb98a37_highlighter(feature) {\n", " switch(feature.id) {\n", " default:\n", " return {"fillOpacity": 0.75};\n", " }\n", " }\n", - " function geo_json_2188a0bf8da969b187430e6177672cb1_pointToLayer(feature, latlng) {\n", + " function geo_json_744ac17a67da8bf6b0671eb98eb98a37_pointToLayer(feature, latlng) {\n", " var opts = {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 2, "stroke": true, "weight": 3};\n", " \n", - " let style = geo_json_2188a0bf8da969b187430e6177672cb1_styler(feature)\n", + " let style = geo_json_744ac17a67da8bf6b0671eb98eb98a37_styler(feature)\n", " Object.assign(opts, style)\n", " \n", " return new L.CircleMarker(latlng, opts)\n", " }\n", "\n", - " function geo_json_2188a0bf8da969b187430e6177672cb1_onEachFeature(feature, layer) {\n", + " function geo_json_744ac17a67da8bf6b0671eb98eb98a37_onEachFeature(feature, layer) {\n", " layer.on({\n", " mouseout: function(e) {\n", " if(typeof e.target.setStyle === "function"){\n", - " geo_json_2188a0bf8da969b187430e6177672cb1.resetStyle(e.target);\n", + " geo_json_744ac17a67da8bf6b0671eb98eb98a37.resetStyle(e.target);\n", " }\n", " },\n", " mouseover: function(e) {\n", " if(typeof e.target.setStyle === "function"){\n", - " const highlightStyle = geo_json_2188a0bf8da969b187430e6177672cb1_highlighter(e.target.feature)\n", + " const highlightStyle = geo_json_744ac17a67da8bf6b0671eb98eb98a37_highlighter(e.target.feature)\n", " e.target.setStyle(highlightStyle);\n", " }\n", " },\n", " });\n", " };\n", - " var geo_json_2188a0bf8da969b187430e6177672cb1 = L.geoJson(null, {\n", - " onEachFeature: geo_json_2188a0bf8da969b187430e6177672cb1_onEachFeature,\n", + " var geo_json_744ac17a67da8bf6b0671eb98eb98a37 = L.geoJson(null, {\n", + " onEachFeature: geo_json_744ac17a67da8bf6b0671eb98eb98a37_onEachFeature,\n", " \n", - " style: geo_json_2188a0bf8da969b187430e6177672cb1_styler,\n", - " pointToLayer: geo_json_2188a0bf8da969b187430e6177672cb1_pointToLayer,\n", + " style: geo_json_744ac17a67da8bf6b0671eb98eb98a37_styler,\n", + " pointToLayer: geo_json_744ac17a67da8bf6b0671eb98eb98a37_pointToLayer,\n", " });\n", "\n", - " function geo_json_2188a0bf8da969b187430e6177672cb1_add (data) {\n", - " geo_json_2188a0bf8da969b187430e6177672cb1\n", + " function geo_json_744ac17a67da8bf6b0671eb98eb98a37_add (data) {\n", + " geo_json_744ac17a67da8bf6b0671eb98eb98a37\n", " .addData(data);\n", " }\n", - " geo_json_2188a0bf8da969b187430e6177672cb1_add({"bbox": [177.93919822901458, -38.716147142133025, 178.02324124308046, -38.670404291821995], "features": [{"bbox": [177.94120075640913, -38.710415118666134, 177.9874023465152, -38.675599890397976], "geometry": {"coordinates": [[177.94120075640913, -38.710415118666134, 0.0], [177.9414612269543, -38.71038919365319, 0.0], [177.94168021459535, -38.71036800365213, 0.0], [177.9418367212096, -38.71032265808328, 0.0], [177.94200060221357, -38.71027402180295, 0.0], [177.94213385568602, -38.7101671220707, 0.0], [177.94224324476264, -38.710099948017685, 0.0], [177.94237424681904, -38.7100705726737, 0.0], [177.94253618009668, -38.71000474551129, 0.0], [177.94281313747072, -38.70994238230229, 0.0], [177.9432394292665, -38.70984093107362, 0.0], [177.9435181249783, -38.709748712065235, 0.0], [177.94370832068586, -38.70958579233589, 0.0], [177.9439007646573, -38.70934534780233, 0.0], [177.94406084583454, -38.70918668202871, 0.0], [177.94423894895448, -38.70895875704404, 0.0], [177.9443579571323, -38.70881076608156, 0.0], [177.94454630321283, -38.7086211210635, 0.0], [177.94476015073678, -38.70841550443454, 0.0], [177.94491408403562, -38.70827794452066, 0.0], [177.94505869832517, -38.7081705599632, 0.0], [177.9452079142448, -38.707964704632005, 0.0], [177.94535528380734, -38.70773212500006, 0.0], [177.9455010119582, -38.707475790432824, 0.0], [177.9457220140615, -38.70715372504668, 0.0], [177.94589488213037, -38.70690517339665, 0.0], [177.94601654094393, -38.70668559540262, 0.0], [177.94616390557346, -38.70645301506167, 0.0], [177.94632181755426, -38.706208075099696, 0.0], [177.9464803438002, -38.705972043029675, 0.0], [177.94660834790182, -38.70573432712862, 0.0], [177.94676605186893, -38.70548641740348, 0.0], [177.94691228880404, -38.70529259861517, 0.0], [177.94706231445403, -38.70509861897084, 0.0], [177.94717731632664, -38.70494781724749, 0.0], [177.94731136231448, -38.704742602884245, 0.0], [177.94746332915807, -38.7045217380389, 0.0], [177.9476225608239, -38.70424100398731, 0.0], [177.94780534831065, -38.70397118271868, 0.0], [177.94797144405928, -38.70373482773034, 0.0], [177.94816641779684, -38.70347640118299, 0.0], [177.94830148426155, -38.70328603271847, 0.0], [177.948447411223, -38.70314285205981, 0.0], [177.94853485607683, -38.70297832796915, 0.0], [177.9486948048018, -38.7027630791278, 0.0], [177.94883488897352, -38.70259036547743, 0.0], [177.94909048577665, -38.70232936545202, 0.0], [177.9492052741475, -38.70217559291852, 0.0], [177.94934300300625, -38.70202382493757, 0.0], [177.9494493910673, -38.70185849644842, 0.0], [177.94956796725833, -38.701704562863966, 0.0], [177.9496806059717, -38.701574705455904, 0.0], [177.94982662254654, -38.70137791463787, 0.0], [177.9500157565138, -38.70120014019956, 0.0], [177.95019792671155, -38.70103159512754, 0.0], [177.95035941285536, -38.7008937080246, 0.0], [177.9505285720398, -38.70070189031528, 0.0], [177.95070684045916, -38.70047692730843, 0.0], [177.950832169299, -38.70031079377591, 0.0], [177.95104043374812, -38.70002499634506, 0.0], [177.95117528142222, -38.6998316560801, 0.0], [177.95133521578194, -38.699616404525756, 0.0], [177.9515864911143, -38.699348137757724, 0.0], [177.95182670512773, -38.699084807116414, 0.0], [177.95204459329616, -38.698828379903446, 0.0], [177.95224323509564, -38.6986233960989, 0.0], [177.9524024539288, -38.698452844174476, 0.0], [177.95265576548127, -38.698159175477066, 0.0], [177.95285572924323, -38.69791839809941, 0.0], [177.95315112724873, -38.697628897485735, 0.0], [177.953343211222, -38.69743908059347, 0.0], [177.95361014114883, -38.69717759010872, 0.0], [177.95384246446238, -38.696965217354226, 0.0], [177.95403475022204, -38.69677836886409, 0.0], [177.95431094363866, -38.696464069984046, 0.0], [177.95444543330768, -38.69629873501255, 0.0], [177.95462767357387, -38.69607657581907, 0.0], [177.95481491539783, -38.695882793079605, 0.0], [177.9550439350448, -38.69567770570438, 0.0], [177.95518899376387, -38.69553336285584, 0.0], [177.95531349122436, -38.695399423009015, 0.0], [177.95545436757385, -38.69523858051194, 0.0], [177.9556223590294, -38.695074203502955, 0.0], [177.95576905858385, -38.694953614569435, 0.0], [177.95591641493226, -38.69484252727514, 0.0], [177.95610472724695, -38.694708257853435, 0.0], [177.95627812084186, -38.69453412071731, 0.0], [177.9564135885789, -38.69438303665841, 0.0], [177.95654045555287, -38.69423946519207, 0.0], [177.95674662284182, -38.69409967126302, 0.0], [177.95692886952278, -38.693965658322334, 0.0], [177.9571027524363, -38.693798646529274, 0.0], [177.9572153561955, -38.693624708922236, 0.0], [177.95736621240525, -38.69343246859523, 0.0], [177.95753435973722, -38.693270464808656, 0.0], [177.95771077753213, -38.69309619715717, 0.0], [177.95787114528102, -38.69295358297519, 0.0], [177.95811185003825, -38.69269796231391, 0.0], [177.9583281611618, -38.69252914545529, 0.0], [177.95853046708586, -38.69237760053026, 0.0], [177.95872031943043, -38.692221819801475, 0.0], [177.95885913762396, -38.69207535552462, 0.0], [177.95903317600374, -38.69191071685391, 0.0], [177.95918576093337, -38.69178749124458, 0.0], [177.95933547880094, -38.69166676976285, 0.0], [177.959510172798, -38.69151163225745, 0.0], [177.95964391271866, -38.691379677571625, 0.0], [177.95976684384345, -38.69126724171891, 0.0], [177.95989362767452, -38.691166554067344, 0.0], [177.9600333570283, -38.691077227980955, 0.0], [177.96023058005466, -38.69094019094144, 0.0], [177.96044131240183, -38.69077875486333, 0.0], [177.96057873797398, -38.69065617214745, 0.0], [177.9607050262109, -38.69054835745401, 0.0], [177.9608985577423, -38.6904019466162, 0.0], [177.961156700346, -38.690178932445285, 0.0], [177.96132360996282, -38.690043182841684, 0.0], [177.96149878916953, -38.68989516916318, 0.0], [177.9616591423092, -38.68975255068735, 0.0], [177.96181204711002, -38.68963407306906, 0.0], [177.96195757378015, -38.689496849691565, 0.0], [177.96216075584132, -38.68931428999754, 0.0], [177.96233339422383, -38.689173530490486, 0.0], [177.96251380836654, -38.68901338055914, 0.0], [177.96272452990385, -38.688851941030485, 0.0], [177.9629192043428, -38.68872215536378, 0.0], [177.96308857507287, -38.68862203503147, 0.0], [177.96321264779678, -38.688526224150756, 0.0], [177.96334874811492, -38.68838463534143, 0.0], [177.96347542647064, -38.68823868242455, 0.0], [177.9636520776978, -38.68811204487369, 0.0], [177.96386206684792, -38.68798398849197, 0.0], [177.96403192812096, -38.68789099324822, 0.0], [177.9642946595736, -38.68773448510032, 0.0], [177.96460324890046, -38.6875379060063, 0.0], [177.96482773004035, -38.687399701510934, 0.0], [177.96496784325458, -38.687272234670715, 0.0], [177.96515628317226, -38.68714032835729, 0.0], [177.96529043024114, -38.6870583811207, 0.0], [177.96551481197122, -38.68687491355649, 0.0], [177.96569537781065, -38.686717134926226, 0.0], [177.9659145190457, -38.686545801819065, 0.0], [177.96613530533034, -38.68639822251375, 0.0], [177.9663844222103, -38.68622084763532, 0.0], [177.96654722675976, -38.68611385476465, 0.0], [177.96671945211182, -38.68601122542487, 0.0], [177.96685866878346, -38.6859147660891, 0.0], [177.96714349160115, -38.685726339726685, 0.0], [177.96744198435164, -38.6855158888186, 0.0], [177.96760093175322, -38.685397146676266, 0.0], [177.96786921325815, -38.6852332472069, 0.0], [177.96803471458043, -38.68512137266288, 0.0], [177.96824215020982, -38.68500056472776, 0.0], [177.96846612209086, -38.68485522794935, 0.0], [177.96875864442734, -38.684690294088924, 0.0], [177.96893527734724, -38.684563649672135, 0.0], [177.9691122390308, -38.684441755836744, 0.0], [177.9693768239341, -38.68426848081539, 0.0], [177.96959038168987, -38.684104526227415, 0.0], [177.96979020233522, -38.68400548182005, 0.0], [177.9700726379219, -38.683826679981614, 0.0], [177.97033517598018, -38.683667784595215, 0.0], [177.97061556670937, -38.68350336313219, 0.0], [177.97089882191673, -38.68333643654386, 0.0], [177.97111754569735, -38.68320323059945, 0.0], [177.9713062279826, -38.68311895282765, 0.0], [177.97145870816374, -38.68303859994936, 0.0], [177.9716354968684, -38.68291432739663, 0.0], [177.97183603479428, -38.68278189517843, 0.0], [177.97196140375308, -38.682705079523686, 0.0], [177.97213753159585, -38.68257130473695, 0.0], [177.97231441847043, -38.682492292957, 0.0], [177.9725454237148, -38.68236094338609, 0.0], [177.9727575218952, -38.68226375315969, 0.0], [177.9729772276398, -38.682144796505355, 0.0], [177.973171370229, -38.68200786986812, 0.0], [177.97339779470846, -38.68189815570016, 0.0], [177.97369856021893, -38.68172094639852, 0.0], [177.97392129309873, -38.68160185896841, 0.0], [177.9741798961396, -38.68147409443992, 0.0], [177.97439673134923, -38.68135764001454, 0.0], [177.97454452505565, -38.68125365890977, 0.0], [177.974739423552, -38.68117149310623, 0.0], [177.97496672990434, -38.68103076697521, 0.0], [177.97521568033702, -38.68093914809572, 0.0], [177.9754914716961, -38.680796353223, 0.0], [177.9757958547994, -38.68067139755128, 0.0], [177.9760392988204, -38.68054427558738, 0.0], [177.97624058426672, -38.68043157824328, 0.0], [177.97646176245146, -38.680333994168876, 0.0], [177.97665428530152, -38.68026145625101, 0.0], [177.9769516135129, -38.6801225041114, 0.0], [177.9771605032129, -38.68002306058044, 0.0], [177.97737242268164, -38.679923487420275, 0.0], [177.9776872703611, -38.67977425632783, 0.0], [177.97794018978723, -38.67960860760128, 0.0], [177.9780869237393, -38.679533256361744, 0.0], [177.97828197802264, -38.67945346056713, 0.0], [177.97856326210126, -38.679346160463815, 0.0], [177.97875650044094, -38.67924023484594, 0.0], [177.9789386067957, -38.67914907849436, 0.0], [177.9790689716215, -38.67910063120796, 0.0], [177.979257137845, -38.679009215740074, 0.0], [177.97957043199264, -38.67888148773306, 0.0], [177.9798180481416, -38.678770856927976, 0.0], [177.98004362619793, -38.67864925431257, 0.0], [177.98020886767878, -38.678577875257766, 0.0], [177.98048678468763, -38.67846594954536, 0.0], [177.98075577494, -38.67835678671688, 0.0], [177.9808629443014, -38.67828073883813, 0.0], [177.98110064004138, -38.67815861687863, 0.0], [177.98130813807686, -38.67808304966728, 0.0], [177.98157877620474, -38.67799763873895, 0.0], [177.98176908203402, -38.67793709931123, 0.0], [177.98195421116895, -38.67784580930483, 0.0], [177.98215735629307, -38.67775136721681, 0.0], [177.98234771945127, -38.677647941028674, 0.0], [177.9826569806091, -38.677506082718466, 0.0], [177.98291384258454, -38.67739743303817, 0.0], [177.98311158504606, -38.67731274973475, 0.0], [177.98326927347927, -38.677220247389194, 0.0], [177.98345858481213, -38.677145453290095, 0.0], [177.98371268641728, -38.6770845680001, 0.0], [177.983931803656, -38.6770013526378, 0.0], [177.98412430899177, -38.67692880343927, 0.0], [177.98432590455175, -38.67685586555772, 0.0], [177.9846047986404, -38.67675818297994, 0.0], [177.98478788159355, -38.6766812704782, 0.0], [177.9849132251521, -38.676604442459116, 0.0], [177.9850336642797, -38.67654450073716, 0.0], [177.9852013731105, -38.6765087454848, 0.0], [177.98537585970087, -38.67643934664427, 0.0], [177.98564869014967, -38.67634192074275, 0.0], [177.98589931731468, -38.67623114868551, 0.0], [177.986065759611, -38.67613350373827, 0.0], [177.9862131380159, -38.67606764465675, 0.0], [177.9864510907343, -38.675993149266496, 0.0], [177.98669763771835, -38.67591113882176, 0.0], [177.98681471342374, -38.67584657426297, 0.0], [177.9869972956866, -38.67576253256049, 0.0], [177.98717431292576, -38.6756858756965, 0.0], [177.98729910056085, -38.67564480506184, 0.0], [177.9874023465152, -38.675599890397976, 0.0]], "type": "LineString"}, "id": "4245", "properties": {"CPS": 4, "Date": "2015-02-02", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4245.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.477513313293457, "Proxy": 1, "Region": "Gisborne", "SHLength": 5.72954790927, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.931436331284119, "USDate": "02/02/2015"}, "type": "Feature"}, {"bbox": [177.98757313733043, -38.67552111671861, 177.9962176305331, -38.67316525971292], "geometry": {"coordinates": [[177.98757313733043, -38.67552111671861, 0.0], [177.98774155865277, -38.67545197372529, 0.0], [177.98801840340383, -38.67536866521949, 0.0], [177.9882096875386, -38.67532236811154, 0.0], [177.98848080145225, -38.675244068371164, 0.0], [177.9886850867363, -38.67516624329637, 0.0], [177.98882320482457, -38.675098394573226, 0.0], [177.98892507177436, -38.67507736161782, 0.0], [177.98909597011084, -38.675043846866366, 0.0], [177.98920240935638, -38.675001176490106, 0.0], [177.98930074998617, -38.67497314679971, 0.0], [177.9894532466433, -38.67492850647832, 0.0], [177.9897002819237, -38.67485361614175, 0.0], [177.98991178207402, -38.6747921572158, 0.0], [177.99013606355294, -38.67473968082854, 0.0], [177.99025059989842, -38.674682368745366, 0.0], [177.99041863173082, -38.674651357097524, 0.0], [177.9906365214224, -38.67459438836676, 0.0], [177.99084989242778, -38.674516170905754, 0.0], [177.99098448083197, -38.674441323469914, 0.0], [177.99106833091196, -38.67442344184508, 0.0], [177.99119763212371, -38.67440361565206, 0.0], [177.99137056529514, -38.6743557161311, 0.0], [177.99153964124483, -38.674296069373064, 0.0], [177.99168007002837, -38.67426147213039, 0.0], [177.99182826576285, -38.674207483162334, 0.0], [177.99197409276158, -38.67416312497913, 0.0], [177.99208945354377, -38.674117687872574, 0.0], [177.9921919794544, -38.67410615351552, 0.0], [177.9923383021892, -38.67406892087979, 0.0], [177.9925331056612, -38.67402961338931, 0.0], [177.99261530063828, -38.67398797746675, 0.0], [177.99272994644397, -38.6739759239726, 0.0], [177.99286227625188, -38.67395596634112, 0.0], [177.99298364210213, -38.67392694818465, 0.0], [177.99314781338919, -38.67388418585999, 0.0], [177.99328372145092, -38.673828338574424, 0.0], [177.99338927668907, -38.67381667351597, 0.0], [177.99349417012175, -38.67379550708071, 0.0], [177.993653604215, -38.67377200603105, 0.0], [177.99378157964637, -38.67373317453278, 0.0], [177.99393225426448, -38.67371481285434, 0.0], [177.99409135705332, -38.67368656058864, 0.0], [177.99423767770648, -38.67364932568685, 0.0], [177.99442608767316, -38.67360552395908, 0.0], [177.9945650365944, -38.673567174795785, 0.0], [177.9947504160674, -38.67352350228982, 0.0], [177.9949029614938, -38.67348838246403, 0.0], [177.99510685160604, -38.67344868167937, 0.0], [177.99530098941273, -38.67339986850962, 0.0], [177.99542742260877, -38.67338254286995, 0.0], [177.99555908822896, -38.67335308104016, 0.0], [177.99572612080374, -38.673307810209415, 0.0], [177.99588356657028, -38.67325580247462, 0.0], [177.99598493165257, -38.67322763771397, 0.0], [177.9961140632615, -38.67320543098078, 0.0], [177.9962176305331, -38.67316525971292, 0.0]], "type": "LineString"}, "id": "4246", "properties": {"CPS": 3, "Date": "2015-02-02", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4246.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.477513313293457, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.802472654269, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.291139228500201, "USDate": "02/02/2015"}, "type": "Feature"}, {"bbox": [177.99629304672928, -38.67313105875837, 178.00974868714295, -38.67053378322597], "geometry": {"coordinates": [[177.99629304672928, -38.67313105875837, 0.0], [177.9963990967612, -38.67312651700335, 0.0], [177.99653346032812, -38.673092173742496, 0.0], [177.99675673711232, -38.67302543341145, 0.0], [177.99694029246004, -38.67295562920041, 0.0], [177.9970450177081, -38.67293208440948, 0.0], [177.99719502713694, -38.67290421744286, 0.0], [177.99734184088163, -38.67287410477299, 0.0], [177.99749559206728, -38.67281272355909, 0.0], [177.99763199095256, -38.67276399747185, 0.0], [177.99773688120598, -38.67274282739791, 0.0], [177.99793068371906, -38.672689259475476, 0.0], [177.99811556158156, -38.67263845598092, 0.0], [177.99826441070513, -38.672593960574886, 0.0], [177.99841039525424, -38.67255197011044, 0.0], [177.99857522180395, -38.67251870176465, 0.0], [177.9986633054839, -38.67247442697164, 0.0], [177.99876246620641, -38.67245826627139, 0.0], [177.9988761142366, -38.672431955142976, 0.0], [177.99904281087868, -38.67238192922926, 0.0], [177.9991773371055, -38.67234995839298, 0.0], [177.9993411689778, -38.67230243721421, 0.0], [177.9994647344868, -38.67228761252184, 0.0], [177.9995652683322, -38.67224756832852, 0.0], [177.99965467607763, -38.672222295241056, 0.0], [177.9997314670592, -38.672190415591324, 0.0], [177.99980252935845, -38.6721635461952, 0.0], [177.99989612633505, -38.672154770172085, 0.0], [177.99994174112726, -38.67215519765643, 0.0], [178.00000806858145, -38.67214759023524, 0.0], [178.00006667965815, -38.67211648951727, 0.0], [178.00016401729096, -38.67207419940502, 0.0], [178.00025006332152, -38.67204430515436, 0.0], [178.00040260219149, -38.67200917850681, 0.0], [178.0005837835817, -38.67194900000491, 0.0], [178.0007841382295, -38.67190229375774, 0.0], [178.0010186978841, -38.671823149779435, 0.0], [178.0011914511655, -38.671772861216894, 0.0], [178.00137715229562, -38.6717339293165, 0.0], [178.00153993941234, -38.671715038634694, 0.0], [178.00163370114026, -38.67170863655972, 0.0], [178.00171737889863, -38.671688372358695, 0.0], [178.0018143361777, -38.671684215533666, 0.0], [178.00195574790152, -38.671663858306204, 0.0], [178.00207765436815, -38.67162527804219, 0.0], [178.00220831898778, -38.67158155734346, 0.0], [178.0023302251541, -38.67154297683307, 0.0], [178.00241224525817, -38.6714989592636, 0.0], [178.0024476566728, -38.67144026339438, 0.0], [178.00254063610706, -38.671379099052196, 0.0], [178.00262788704381, -38.671322945067544, 0.0], [178.0027272574127, -38.67126627132894, 0.0], [178.00281396416378, -38.671245876469435, 0.0], [178.00294159768694, -38.67120228494866, 0.0], [178.00303523932809, -38.67115062140817, 0.0], [178.00316789133856, -38.671135403170496, 0.0], [178.00326875270972, -38.67110010659341, 0.0], [178.0033750107343, -38.67105504891, 0.0], [178.00348616809748, -38.670993104251956, 0.0], [178.0036087354918, -38.670964023654804, 0.0], [178.00376496291395, -38.670938264054335, 0.0], [178.0038813045605, -38.67090706780006, 0.0], [178.00395605674944, -38.67088956723693, 0.0], [178.00402761325603, -38.670869821301594, 0.0], [178.00414428620076, -38.6708433753663, 0.0], [178.00426129060435, -38.67082167988557, 0.0], [178.0043792896181, -38.67081423598684, 0.0], [178.00448500334764, -38.67080493656369, 0.0], [178.00460068123436, -38.67076423849803, 0.0], [178.0046774681636, -38.67073235583232, 0.0], [178.004777785164, -38.67073281722556, 0.0], [178.00486493656834, -38.670736225718635, 0.0], [178.004978910644, -38.67071465952098, 0.0], [178.00511260139123, -38.67067080580638, 0.0], [178.00513032845862, -38.67062001503612, 0.0], [178.00512431410266, -38.670577389983755, 0.0], [178.00520798931174, -38.670557123425574, 0.0], [178.00530830602005, -38.67055758437782, 0.0], [178.0053865846963, -38.67054707879089, 0.0], [178.00549632255917, -38.67055190016486, 0.0], [178.00559730251894, -38.67056186198162, 0.0], [178.00570384472317, -38.67056443787647, 0.0], [178.00577888268208, -38.67059457174736, 0.0], [178.0058374448096, -38.67060635336505, 0.0], [178.0059498809324, -38.67060629374614, 0.0], [178.00607680294218, -38.67059608286685, 0.0], [178.00618620917507, -38.670596153030125, 0.0], [178.00627341139935, -38.67058288153999, 0.0], [178.006385681592, -38.670580446227206, 0.0], [178.00646076436027, -38.670567694669074, 0.0], [178.00660939264662, -38.67056369890608, 0.0], [178.006718301202, -38.67055664274987, 0.0], [178.00683530408463, -38.670534944764874, 0.0], [178.0069479058552, -38.670537259462975, 0.0], [178.00708441461708, -38.67053378322597, 0.0], [178.00720390541997, -38.67054771396761, 0.0], [178.00734091179226, -38.67055136324537, 0.0], [178.00748381195925, -38.67055237699832, 0.0], [178.00763310356763, -38.670557881018105, 0.0], [178.0078248129322, -38.670561564088494, 0.0], [178.00809821966334, -38.670568887024885, 0.0], [178.00820542534845, -38.67058096169877, 0.0], [178.00832122284112, -38.670585520264616, 0.0], [178.0084407138344, -38.670599449714864, 0.0], [178.0085837798863, -38.67060283737762, 0.0], [178.00872750963148, -38.670615725930595, 0.0], [178.00892527868544, -38.67061914701828, 0.0], [178.00904173994903, -38.670633205923195, 0.0], [178.00931977823862, -38.67065462145015, 0.0], [178.009513355827, -38.67064154477428, 0.0], [178.00963454920975, -38.67063634077007, 0.0], [178.00974868714295, -38.67061714527231, 0.0]], "type": "LineString"}, "id": "4247", "properties": {"CPS": 2, "Date": "2015-02-02", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4247.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.477513313293457, "Proxy": 1, "Region": "Gisborne", "SHLength": 1.24459484017, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.200299744210433, "USDate": "02/02/2015"}, "type": "Feature"}, {"bbox": [178.00981180808046, -38.67079739026857, 178.01322938596454, -38.670581081316435], "geometry": {"coordinates": [[178.00981180808046, -38.670581081316435, 0.0], [178.00990552438228, -38.670617557559794, 0.0], [178.00999704077503, -38.67066604014275, 0.0], [178.01009785512954, -38.670673622741134, 0.0], [178.0102722153741, -38.67068995873988, 0.0], [178.01044674165232, -38.67070866973254, 0.0], [178.0106113485554, -38.67071589454044, 0.0], [178.0107781553333, -38.67071111268577, 0.0], [178.01092325525173, -38.67070011576627, 0.0], [178.01115451837427, -38.67070447681028, 0.0], [178.01138727559416, -38.67073021470596, 0.0], [178.01162476442155, -38.67073668976905, 0.0], [178.0118326190677, -38.67075396695907, 0.0], [178.01204123728593, -38.67074738709378, 0.0], [178.01227299851638, -38.670758871663374, 0.0], [178.01248994273863, -38.670775757153464, 0.0], [178.0126998310245, -38.670778651082536, 0.0], [178.01292906068846, -38.67079739026857, 0.0], [178.013052121043, -38.670775425760596, 0.0], [178.01313529539874, -38.670748027887434, 0.0], [178.01322938596454, -38.67074636712747, 0.0]], "type": "LineString"}, "id": "4248", "properties": {"CPS": 3, "Date": "2015-02-02", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4248.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.477513313293457, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.302452730768, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.291139228500201, "USDate": "02/02/2015"}, "type": "Feature"}, {"bbox": [178.01334011136245, -38.6709459482493, 178.0162712230853, -38.67073922668463], "geometry": {"coordinates": [[178.01334011136245, -38.67073922668463, 0.0], [178.01346919074325, -38.67075988604528, 0.0], [178.01358718768296, -38.67075243288425, 0.0], [178.01374117006208, -38.670781551293345, 0.0], [178.01388016953302, -38.67081369579981, 0.0], [178.01405050393672, -38.67081590478605, 0.0], [178.01433630371173, -38.67081791556091, 0.0], [178.0144783729969, -38.67080704445641, 0.0], [178.01466788294977, -38.67082272264349, 0.0], [178.01487187752798, -38.670828248350915, 0.0], [178.0151034727263, -38.67083735199378, 0.0], [178.0153062650593, -38.670869134851216, 0.0], [178.0154993034807, -38.670891807138936, 0.0], [178.01570952395315, -38.67089944609371, 0.0], [178.01585308846458, -38.670909950482354, 0.0], [178.01604232512355, -38.67093040292661, 0.0], [178.01614347226817, -38.67094273070101, 0.0], [178.0162348652883, -38.6709459482493, 0.0], [178.0162712230853, -38.670944384961466, 0.0]], "type": "LineString"}, "id": "4249", "properties": {"CPS": 3, "Date": "2015-02-02", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4249.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.477513313293457, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.257823427795, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.291139228500201, "USDate": "02/02/2015"}, "type": "Feature"}, {"bbox": [178.0162924704364, -38.67262895592773, 178.0204917339359, -38.670900588460924], "geometry": {"coordinates": [[178.0162924704364, -38.670900588460924, 0.0], [178.01636298705515, -38.670909468311855, 0.0], [178.01648434579826, -38.67090663241834, 0.0], [178.01662421577066, -38.67090776517518, 0.0], [178.01672399502326, -38.67094397510009, 0.0], [178.01680729574218, -38.67096183447894, 0.0], [178.0169564214259, -38.670964951200375, 0.0], [178.01702170952433, -38.67098596740912, 0.0], [178.01717802020966, -38.67104833444808, 0.0], [178.01734780007263, -38.67106866853328, 0.0], [178.01752062791016, -38.67110650091519, 0.0], [178.0176449788124, -38.671146418007915, 0.0], [178.0177567118837, -38.6711797305128, 0.0], [178.01786811258833, -38.67120829243704, 0.0], [178.01796000457932, -38.67121863430186, 0.0], [178.01803961107285, -38.671227122144764, 0.0], [178.0180986737916, -38.67124602312131, 0.0], [178.01815686784093, -38.67129593240706, 0.0], [178.0182085035966, -38.67133897661415, 0.0], [178.01835423024286, -38.67138035584421, 0.0], [178.01844641767278, -38.67143833225716, 0.0], [178.01852212607517, -38.671477958414236, 0.0], [178.01863033139674, -38.67150427466051, 0.0], [178.01879357250468, -38.67153537035673, 0.0], [178.0188990806906, -38.67156656714089, 0.0], [178.01902812557105, -38.671630104594286, 0.0], [178.01911225887338, -38.67165983837337, 0.0], [178.01916366815024, -38.67167358858076, 0.0], [178.01928888899033, -38.671682495472844, 0.0], [178.01940581504826, -38.67174655388848, 0.0], [178.01953942373316, -38.671788452962666, 0.0], [178.0198219570237, -38.67187397400058, 0.0], [178.02003160842443, -38.67196024809814, 0.0], [178.02020440323085, -38.67204096066986, 0.0], [178.02028833494919, -38.672111202721716, 0.0], [178.0203627724211, -38.67226285422578, 0.0], [178.02042069430343, -38.67243904020993, 0.0], [178.0204917339359, -38.67262895592773, 0.0]], "type": "LineString"}, "id": "4250", "properties": {"CPS": 1, "Date": "2015-02-02", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4250.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.477513313293457, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.442077841551, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.119745023433832, "USDate": "02/02/2015"}, "type": "Feature"}, {"bbox": [177.941837040273, -38.710313655983896, 177.9575429778968, -38.693281479768885], "geometry": {"coordinates": [[177.941837040273, -38.710313655983896, 0.0], [177.94222064606754, -38.71025451843401, 0.0], [177.94252620200524, -38.710187966043065, 0.0], [177.9428724407395, -38.71011611515659, 0.0], [177.94313140837477, -38.709969341394434, 0.0], [177.94340807368985, -38.70981466969453, 0.0], [177.9436559756782, -38.70963977454687, 0.0], [177.9438322244195, -38.709550110102846, 0.0], [177.94394209923087, -38.70942394859094, 0.0], [177.9441756175122, -38.709238941102726, 0.0], [177.94441884089863, -38.70899634327442, 0.0], [177.94466771324213, -38.70870347432181, 0.0], [177.94489139397265, -38.70850816156069, 0.0], [177.94499377413604, -38.70847165823421, 0.0], [177.94522423535088, -38.70824246504926, 0.0], [177.94532906608393, -38.708109368866616, 0.0], [177.9455047851873, -38.70791966214186, 0.0], [177.94566049419882, -38.70773080362404, 0.0], [177.94579960672527, -38.707499764795536, 0.0], [177.94597608289433, -38.707281436082184, 0.0], [177.94608152079618, -38.707091135070655, 0.0], [177.9461670455032, -38.7068766628242, 0.0], [177.94630713939887, -38.70665987645452, 0.0], [177.94642597190406, -38.70646543349605, 0.0], [177.94662063360806, -38.706246332695045, 0.0], [177.94674573497068, -38.70607663915851, 0.0], [177.94686738993707, -38.70585706052052, 0.0], [177.94701866079177, -38.70560406282187, 0.0], [177.94723899657444, -38.705294530856406, 0.0], [177.94742369015194, -38.70499723125696, 0.0], [177.9475620539127, -38.70475550134447, 0.0], [177.9477682507259, -38.70443942089744, 0.0], [177.94799337352927, -38.7041332582372, 0.0], [177.94822205705574, -38.70381264952025, 0.0], [177.94840994363364, -38.70356167053414, 0.0], [177.94856366674944, -38.703344303517106, 0.0], [177.9487490890191, -38.70305769206648, 0.0], [177.9489868604781, -38.7027366964187, 0.0], [177.94929848488152, -38.702362535601175, 0.0], [177.94954559231482, -38.702044716427785, 0.0], [177.94971933614804, -38.70178718833029, 0.0], [177.94989861089266, -38.70154371989201, 0.0], [177.95009398829433, -38.70133530435137, 0.0], [177.95031344575997, -38.70107940912375, 0.0], [177.95045217143254, -38.70090913376108, 0.0], [177.95060048314176, -38.70074559870071, 0.0], [177.95071671853668, -38.700579851216446, 0.0], [177.9508564274775, -38.700423828276435, 0.0], [177.95107415558698, -38.70014298958365, 0.0], [177.95132776549966, -38.69985348013539, 0.0], [177.95155962373624, -38.699579188117625, 0.0], [177.95181851573435, -38.699300174405685, 0.0], [177.95205491736277, -38.69902568860316, 0.0], [177.9522153845405, -38.698840193710794, 0.0], [177.95240239341285, -38.69864285081155, 0.0], [177.95262662816893, -38.698390322382515, 0.0], [177.95282911239886, -38.69815301166885, 0.0], [177.95317019669025, -38.697809753266434, 0.0], [177.95343644535347, -38.69750540830583, 0.0], [177.95367910679212, -38.697255669157535, 0.0], [177.95387851611954, -38.697039929214924, 0.0], [177.9540999190129, -38.69681253394506, 0.0], [177.95434014943007, -38.69649803508867, 0.0], [177.95449689451166, -38.69629184910802, 0.0], [177.95463603898042, -38.69616086146633, 0.0], [177.95475694670998, -38.69598597772121, 0.0], [177.9550636961416, -38.69569599041646, 0.0], [177.95530039427288, -38.69538217583343, 0.0], [177.95558584338548, -38.69511393834969, 0.0], [177.95585901046886, -38.69488791452785, 0.0], [177.9560712569892, -38.69471510504974, 0.0], [177.95629158242454, -38.694494303360294, 0.0], [177.9564577443025, -38.694314517167676, 0.0], [177.95665178305353, -38.69415320126906, 0.0], [177.95684721320427, -38.69399003911846, 0.0], [177.95704132764405, -38.69380787313899, 0.0], [177.95727049878587, -38.69360515764193, 0.0], [177.9574115317394, -38.69344668871291, 0.0], [177.9574992480001, -38.69335242865497, 0.0], [177.9575429778968, -38.693281479768885, 0.0]], "type": "LineString"}, "id": "4258", "properties": {"CPS": 4, "Date": "2011-09-19", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4258.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.5, "Proxy": 1, "Region": "Gisborne", "SHLength": 2.37724651584, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.935183128869475, "USDate": "09/19/2011"}, "type": "Feature"}, {"bbox": [177.95755971821006, -38.693040143056244, 177.9873088197311, -38.6756051076555], "geometry": {"coordinates": [[177.95755971821006, -38.693040143056244, 0.0], [177.9576903807842, -38.69303935482248, 0.0], [177.95793127077476, -38.6928742589119, 0.0], [177.95827354955006, -38.69259287893395, 0.0], [177.95855882263064, -38.69236633458518, 0.0], [177.9588276238085, -38.69212143036857, 0.0], [177.95906202450442, -38.69190657711755, 0.0], [177.95933704859786, -38.69166378967774, 0.0], [177.95957537069089, -38.69141779719138, 0.0], [177.95977569770722, -38.691237745233686, 0.0], [177.9599055124057, -38.69113692870594, 0.0], [177.96015851453402, -38.690971313433096, 0.0], [177.96037570875262, -38.69077148388308, 0.0], [177.96055662460435, -38.69061846275678, 0.0], [177.96073704632028, -38.690458315100074, 0.0], [177.9609641523713, -38.690269975142826, 0.0], [177.9611607135139, -38.69012343505448, 0.0], [177.96138831081308, -38.68994222069943, 0.0], [177.9616064854116, -38.68975664184528, 0.0], [177.9618604412634, -38.68951712730303, 0.0], [177.96208787038412, -38.68933353638464, 0.0], [177.96229892283083, -38.68917684836168, 0.0], [177.9624416760791, -38.68908739089412, 0.0], [177.96271275503426, -38.688875735285286, 0.0], [177.96291790763823, -38.6887216796109, 0.0], [177.96309275129906, -38.688568913094635, 0.0], [177.96323310375396, -38.68840093683765, 0.0], [177.96340073268502, -38.68823179987799, 0.0], [177.9635622301212, -38.68810580721805, 0.0], [177.96378081814083, -38.687970237834705, 0.0], [177.96402414512505, -38.68784076261732, 0.0], [177.9642555126977, -38.687714178264365, 0.0], [177.96456828477045, -38.68753409823115, 0.0], [177.96490840033647, -38.68730997002576, 0.0], [177.96520657722283, -38.687094773176284, 0.0], [177.96540025473547, -38.68695073144531, 0.0], [177.96558246696185, -38.68681670713098, 0.0], [177.96576342963235, -38.68662079274784, 0.0], [177.9659571725645, -38.686433863750345, 0.0], [177.9662447013827, -38.68624055946003, 0.0], [177.96650422647465, -38.68608180062583, 0.0], [177.96682630953242, -38.68586081721282, 0.0], [177.96721849223263, -38.685598729403466, 0.0], [177.9675139535984, -38.68538840740179, 0.0], [177.96773153763976, -38.68523857914709, 0.0], [177.96800284889292, -38.685074550369684, 0.0], [177.96826285972236, -38.68492291435767, 0.0], [177.96861770839357, -38.68473626707533, 0.0], [177.9689261078619, -38.68453730269581, 0.0], [177.96916391228243, -38.68437231608744, 0.0], [177.96936528256202, -38.684251764593775, 0.0], [177.96956599330645, -38.68412171118188, 0.0], [177.96983327704265, -38.683943555361886, 0.0], [177.97017671861215, -38.68372403559732, 0.0], [177.97045226729608, -38.683533614197096, 0.0], [177.97078694278176, -38.68331923104397, 0.0], [177.97105840420696, -38.68315757145656, 0.0], [177.97126092105916, -38.683053644891714, 0.0], [177.97159806332672, -38.68287489065965, 0.0], [177.97195091524716, -38.6826597296762, 0.0], [177.97214268991198, -38.68253243527759, 0.0], [177.97256138541047, -38.682302554082355, 0.0], [177.97286788618143, -38.68212033755243, 0.0], [177.9730842311947, -38.68199675913301, 0.0], [177.97342185811098, -38.68182512640339, 0.0], [177.97383293724783, -38.681617007252115, 0.0], [177.9740622250149, -38.68150478734345, 0.0], [177.97436717156032, -38.68134407502838, 0.0], [177.97460676586263, -38.68120520803363, 0.0], [177.9748593052862, -38.68107770061342, 0.0], [177.97532327446206, -38.68084349675962, 0.0], [177.97564909828287, -38.680677125995615, 0.0], [177.97593364913578, -38.68052919168438, 0.0], [177.97613262584085, -38.68041826069021, 0.0], [177.9763356217757, -38.68032145241195, 0.0], [177.97656638541756, -38.680230606510705, 0.0], [177.97675340362295, -38.68012256703686, 0.0], [177.97703706356512, -38.680005639512615, 0.0], [177.97729295433768, -38.6798827488368, 0.0], [177.9775678511424, -38.679770958758645, 0.0], [177.97785222916056, -38.67962064487027, 0.0], [177.97807748356553, -38.67949429492667, 0.0], [177.97831094247326, -38.67939856582644, 0.0], [177.9785376801189, -38.67929359344803, 0.0], [177.97873864693577, -38.67921481802836, 0.0], [177.9789581072125, -38.67913636197274, 0.0], [177.97917822696476, -38.67906740701716, 0.0], [177.97944342030718, -38.678956026778415, 0.0], [177.97975555873492, -38.67881167072654, 0.0], [177.9800756315953, -38.6786502982715, 0.0], [177.98040765912313, -38.6784860321977, 0.0], [177.98065780764793, -38.678368144314774, 0.0], [177.9808134617878, -38.67829002650469, 0.0], [177.98108801622857, -38.67817347813775, 0.0], [177.98135568384856, -38.678045311145546, 0.0], [177.98170704252195, -38.677896892936175, 0.0], [177.98194919264972, -38.677838904178124, 0.0], [177.98214120724757, -38.677759231900055, 0.0], [177.9823032490022, -38.677685604190216, 0.0], [177.98263879003795, -38.67755453563638, 0.0], [177.98287813118347, -38.67745616398182, 0.0], [177.98317813451422, -38.677312317333154, 0.0], [177.98347370275982, -38.67714840890718, 0.0], [177.9837420224231, -38.67702973837401, 0.0], [177.98394257021656, -38.67698543481473, 0.0], [177.9841143018841, -38.67696380369431, 0.0], [177.98426184913401, -38.67690032220914, 0.0], [177.98439804645778, -38.676839707875175, 0.0], [177.98454746724784, -38.6767594691297, 0.0], [177.98468068845594, -38.67670851126778, 0.0], [177.98482906047678, -38.67665690588702, 0.0], [177.98507274687702, -38.67657740343997, 0.0], [177.98522216630062, -38.67649716391293, 0.0], [177.98540910398003, -38.67643199778196, 0.0], [177.98551037008616, -38.67635858045858, 0.0], [177.98569675488022, -38.67632917362447, 0.0], [177.98584584262517, -38.67624418268017, 0.0], [177.98598275283027, -38.676202595338914, 0.0], [177.98619321314638, -38.67616977636461, 0.0], [177.98624379116646, -38.67611043686482, 0.0], [177.9864565113051, -38.676022725465764, 0.0], [177.98672162586513, -38.675901802831326, 0.0], [177.98695219520485, -38.67580856277973, 0.0], [177.9871346119493, -38.67572214553533, 0.0], [177.98723416700102, -38.67566785916782, 0.0], [177.9873088197311, -38.6756051076555, 0.0]], "type": "LineString"}, "id": "4259", "properties": {"CPS": 4, "Date": "2011-09-19", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4259.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.5, "Proxy": 1, "Region": "Gisborne", "SHLength": 3.27626483363, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.935183128869475, "USDate": "09/19/2011"}, "type": "Feature"}, {"bbox": [177.9874222605691, -38.67545369348078, 178.00511050136882, -38.67059254295977], "geometry": {"coordinates": [[177.9874222605691, -38.675357252581364, 0.0], [177.98753090377105, -38.675433609816245, 0.0], [177.98772984587055, -38.67545369348078, 0.0], [177.98793358154046, -38.675411629289734, 0.0], [177.98827945777512, -38.67531583909894, 0.0], [177.9886066563757, -38.67521369934738, 0.0], [177.98888873276513, -38.675118253071865, 0.0], [177.98905963122, -38.67508473836627, 0.0], [177.98925818571706, -38.67501192219028, 0.0], [177.98944880664666, -38.67495612182011, 0.0], [177.98970966998078, -38.674861580827184, 0.0], [177.9898910344588, -38.6748037932395, 0.0], [177.99008804510845, -38.6747524833537, 0.0], [177.9901812055126, -38.674693703247144, 0.0], [177.99032769607678, -38.674658848323446, 0.0], [177.9904472463478, -38.674629910433296, 0.0], [177.9906109250572, -38.674580025487515, 0.0], [177.99073119019505, -38.67451770307171, 0.0], [177.9908588381364, -38.67447412393454, 0.0], [177.9909948611306, -38.67446354002409, 0.0], [177.99114338861094, -38.67441430252546, 0.0], [177.99136397620657, -38.674352452227744, 0.0], [177.99153371366876, -38.67430230679044, 0.0], [177.9917632253335, -38.67423769152477, 0.0], [177.99192640588518, -38.67418067886833, 0.0], [177.99206363875206, -38.674143835516674, 0.0], [177.9922099616461, -38.67410660303283, 0.0], [177.99238641955432, -38.67406569840931, 0.0], [177.99259251614868, -38.67401399554227, 0.0], [177.9927842892356, -38.67397481732001, 0.0], [177.9929682953182, -38.673955030414994, 0.0], [177.99312960205938, -38.67391477311264, 0.0], [177.99322964593568, -38.67386760804345, 0.0], [177.99337442639867, -38.6738518817517, 0.0], [177.99353220625682, -38.673804627648266, 0.0], [177.99373929376003, -38.673767174776344, 0.0], [177.99389167487996, -38.67372968088932, 0.0], [177.99406372515816, -38.67371278644296, 0.0], [177.9942001284661, -38.6736640641114, 0.0], [177.99436865202944, -38.67364017298596, 0.0], [177.99454108435677, -38.67358514306351, 0.0], [177.99472409578544, -38.6735511015812, 0.0], [177.99493068525751, -38.67350652073127, 0.0], [177.99508995254095, -38.6734806424727, 0.0], [177.9952271820708, -38.67344379558698, 0.0], [177.995402974161, -38.67339338535473, 0.0], [177.99555805240078, -38.673351009027975, 0.0], [177.9957708661632, -38.67330854258316, 0.0], [177.9959560785206, -38.673262492937404, 0.0], [177.99617125961498, -38.673210394792335, 0.0], [177.9962659023749, -38.67317298807401, 0.0], [177.99645144505473, -38.67313168830535, 0.0], [177.99663296425464, -38.67307626616852, 0.0], [177.9968119497889, -38.67302809947061, 0.0], [177.9969783184376, -38.67297332571004, 0.0], [177.99714551458874, -38.67293042826799, 0.0], [177.99730125281351, -38.67289755098306, 0.0], [177.9974681174167, -38.67284990248799, 0.0], [177.99767624250237, -38.67278380946167, 0.0], [177.99794243346122, -38.672722375730274, 0.0], [177.99828877723593, -38.672633683446065, 0.0], [177.99851508060036, -38.672566810130675, 0.0], [177.99884660043296, -38.672457309762905, 0.0], [177.99909075112728, -38.67238490583231, 0.0], [177.9992951806476, -38.67230943872908, 0.0], [177.9995910050519, -38.67223720184944, 0.0], [177.99985267119828, -38.67215451614859, 0.0], [178.00013268196867, -38.67207342604072, 0.0], [178.00037010730452, -38.67199177812895, 0.0], [178.00067568150382, -38.671928650238144, 0.0], [178.0008535011508, -38.67186385062759, 0.0], [178.0010764379395, -38.67179235193842, 0.0], [178.00131958955484, -38.67170569186857, 0.0], [178.00153106842188, -38.67164421309835, 0.0], [178.0017846342355, -38.671576164778514, 0.0], [178.00197776709308, -38.67151308936012, 0.0], [178.0022527539798, -38.67140362089656, 0.0], [178.0024814160435, -38.67132710929839, 0.0], [178.00280168397123, -38.67121331556836, 0.0], [178.0030322144534, -38.67112004602741, 0.0], [178.00325311097254, -38.671062925116615, 0.0], [178.00349878968964, -38.670969005034536, 0.0], [178.003704701681, -38.67091490832348, 0.0], [178.00382390743076, -38.670881206893846, 0.0], [178.00404343028256, -38.67084796736509, 0.0], [178.00420015456515, -38.670829333057696, 0.0], [178.00427661021078, -38.6707927000741, 0.0], [178.00441917965824, -38.67078896699452, 0.0], [178.0044811489614, -38.67076248484921, 0.0], [178.0045754519678, -38.67072032130777, 0.0], [178.0046858989018, -38.67069175951883, 0.0], [178.00484394895986, -38.67069212662694, 0.0], [178.00491467597516, -38.670660503772055, 0.0], [178.00498755834178, -38.67065975952263, 0.0], [178.00505625021987, -38.67064251825033, 0.0], [178.00511050136882, -38.67059254295977, 0.0]], "type": "LineString"}, "id": "4260", "properties": {"CPS": 3, "Date": "2011-09-19", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4260.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.5, "Proxy": 1, "Region": "Gisborne", "SHLength": 1.64839414527, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.295931183637698, "USDate": "09/19/2011"}, "type": "Feature"}, {"bbox": [178.00511405249054, -38.67127971626412, 178.01791002421243, -38.67052339663568], "geometry": {"coordinates": [[178.00511405249054, -38.670565052651014, 0.0], [178.00514336524432, -38.67054092412035, 0.0], [178.00518931042956, -38.670546100174626, 0.0], [178.00523303976755, -38.67054565353204, 0.0], [178.0052802059514, -38.67054220055163, 0.0], [178.00533616321675, -38.670534082080216, 0.0], [178.00544361886747, -38.6705323307186, 0.0], [178.00551491529825, -38.67053498953374, 0.0], [178.00553732715875, -38.6705426045723, 0.0], [178.00558521680696, -38.67052339663568, 0.0], [178.00565661271827, -38.67052748053111, 0.0], [178.00573386034003, -38.670537031048184, 0.0], [178.00576920028496, -38.67056267400349, 0.0], [178.00584532652567, -38.67058227860867, 0.0], [178.00597063587043, -38.67060120222986, 0.0], [178.00613999996455, -38.670598223233895, 0.0], [178.00629110328543, -38.67057744492786, 0.0], [178.00642425069606, -38.67056934892188, 0.0], [178.0066161261002, -38.6705754092595, 0.0], [178.00684925829347, -38.67056302195981, 0.0], [178.00711621623432, -38.670556329623366, 0.0], [178.0073997586342, -38.67056083681083, 0.0], [178.00768572486697, -38.67056523926451, 0.0], [178.00785875751998, -38.670562576771374, 0.0], [178.00797169105866, -38.67056964101342, 0.0], [178.0081914984901, -38.67058402929285, 0.0], [178.0084744348156, -38.67058855986379, 0.0], [178.00865165865952, -38.67060239298966, 0.0], [178.00881879746512, -38.670602364484616, 0.0], [178.00902582191137, -38.67060777042797, 0.0], [178.00910977724664, -38.670608930560306, 0.0], [178.00918685064627, -38.670624680456434, 0.0], [178.00937046616363, -38.67064300282181, 0.0], [178.00948593180541, -38.67064280968919, 0.0], [178.00961015502972, -38.67063747561227, 0.0], [178.0096795093017, -38.670629732741205, 0.0], [178.00977222985676, -38.670651957513705, 0.0], [178.00981867313374, -38.67066425750218, 0.0], [178.00988499756141, -38.670656644614944, 0.0], [178.01000652283497, -38.67065619074806, 0.0], [178.0101866107503, -38.67066751613308, 0.0], [178.01034014419653, -38.670672834488805, 0.0], [178.01055945398036, -38.67068009246305, 0.0], [178.01077556794002, -38.67068510489338, 0.0], [178.01101691653204, -38.67070332737229, 0.0], [178.01122647281855, -38.67070147346015, 0.0], [178.01147877868223, -38.670702547598054, 0.0], [178.01172216103637, -38.67070638691255, 0.0], [178.01188202802038, -38.67070666636743, 0.0], [178.0120710394881, -38.670715223073564, 0.0], [178.01221410545895, -38.67071860624793, 0.0], [178.01234169020864, -38.6707178895998, 0.0], [178.01256656141598, -38.67071775766689, 0.0], [178.0127343641095, -38.67072722453164, 0.0], [178.0129723509472, -38.670740822592784, 0.0], [178.0132073080002, -38.67075455035596, 0.0], [178.01330646174952, -38.670738377643296, 0.0], [178.0134712346525, -38.67074797363315, 0.0], [178.01359727519107, -38.67074255718858, 0.0], [178.01369505987668, -38.67075026684365, 0.0], [178.01391486784271, -38.67076464420234, 0.0], [178.01410354714184, -38.67076844708726, 0.0], [178.0143045118106, -38.67077410401991, 0.0], [178.01443595677839, -38.670785131078475, 0.0], [178.01453121007117, -38.670800095984596, 0.0], [178.0146441439421, -38.67080715368453, 0.0], [178.0148393899919, -38.67082663508825, 0.0], [178.0150526401486, -38.67083414500971, 0.0], [178.01525443560814, -38.6708516765008, 0.0], [178.01546851654547, -38.67087106186438, 0.0], [178.01565869133267, -38.67089623937907, 0.0], [178.01589987462145, -38.67091207636279, 0.0], [178.0161050325079, -38.670934226565876, 0.0], [178.01626323760723, -38.670910747575476, 0.0], [178.01641825668443, -38.6709112292078, 0.0], [178.01654920341747, -38.67091512812662, 0.0], [178.01663387200765, -38.670909104974164, 0.0], [178.01673448222272, -38.67095719107736, 0.0], [178.01689016612153, -38.67096717302253, 0.0], [178.0170189141156, -38.67098307787766, 0.0], [178.01709528613392, -38.671032205994344, 0.0], [178.01717655444443, -38.671064446806994, 0.0], [178.01726574880996, -38.671079670008375, 0.0], [178.01740369669557, -38.67112281442387, 0.0], [178.017540166854, -38.671162210412774, 0.0], [178.0176857266094, -38.671201215296364, 0.0], [178.017782476904, -38.67123755456148, 0.0], [178.01791002421243, -38.67127971626412, 0.0]], "type": "LineString"}, "id": "4261", "properties": {"CPS": 2, "Date": "2011-09-19", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4261.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.5, "Proxy": 1, "Region": "Gisborne", "SHLength": 1.13223500116, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.205289096694581, "USDate": "09/19/2011"}, "type": "Feature"}, {"bbox": [178.01809164730747, -38.67263395123846, 178.02047733446167, -38.671269521820015], "geometry": {"coordinates": [[178.01809164730747, -38.671269521820015, 0.0], [178.01817238006464, -38.6713375206931, 0.0], [178.01826863202072, -38.67136673382943, 0.0], [178.01839887712424, -38.67140401417114, 0.0], [178.0184621336541, -38.671439411232804, 0.0], [178.01851210715995, -38.67145870297758, 0.0], [178.01858968165484, -38.67148157213902, 0.0], [178.0187398058181, -38.67149893787855, 0.0], [178.01885809830608, -38.67153911426261, 0.0], [178.01899100428315, -38.671614397565186, 0.0], [178.0190638495848, -38.671656528912145, 0.0], [178.01916441791946, -38.67167793196469, 0.0], [178.01931940148572, -38.67172129407468, 0.0], [178.0194422577182, -38.67173983205997, 0.0], [178.0195974078416, -38.67178556900616, 0.0], [178.01966099783786, -38.671825715805646, 0.0], [178.01974546418467, -38.67186019954581, 0.0], [178.01988276828942, -38.67191146873363, 0.0], [178.020083662954, -38.672002884287444, 0.0], [178.02021270957263, -38.67206642030171, 0.0], [178.02031748148679, -38.67217388363238, 0.0], [178.0203648528254, -38.67228619938537, 0.0], [178.02042733755925, -38.67244074758389, 0.0], [178.02046877985606, -38.67259858366825, 0.0], [178.02047733446167, -38.67263395123846, 0.0]], "type": "LineString"}, "id": "4262", "properties": {"CPS": 1, "Date": "2011-09-19", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4262.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.5, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.276130069732, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.124923528035774, "USDate": "09/19/2011"}, "type": "Feature"}, {"bbox": [177.94098248522985, -38.71042686678076, 177.9873936887348, -38.67569168537656], "geometry": {"coordinates": [[177.94098248522985, -38.71042686678076, 0.0], [177.9412546121764, -38.71040461771232, 0.0], [177.94152169933793, -38.71037543420886, 0.0], [177.94179210436158, -38.71032824122942, 0.0], [177.9419622130042, -38.71028172358425, 0.0], [177.9420982739369, -38.71020448542266, 0.0], [177.9423013250223, -38.710238765602845, 0.0], [177.9426347845126, -38.71024607737351, 0.0], [177.94292608461674, -38.7102373065541, 0.0], [177.94317497920272, -38.71020889024126, 0.0], [177.94329936333946, -38.710160734824505, 0.0], [177.94340789020808, -38.71008108844167, 0.0], [177.9434682338462, -38.709964173902385, 0.0], [177.94345532225375, -38.709843216812395, 0.0], [177.9434066410613, -38.709666597220874, 0.0], [177.94340835666262, -38.70955931481117, 0.0], [177.94349217626126, -38.70945212626843, 0.0], [177.94365242020407, -38.70932883333265, 0.0], [177.94380113631544, -38.70923676224604, 0.0], [177.94394702649387, -38.70916982635204, 0.0], [177.94412782136487, -38.709079968795955, 0.0], [177.94433749679214, -38.708946002851874, 0.0], [177.94448633011223, -38.708789600156464, 0.0], [177.94475929710387, -38.70858147734657, 0.0], [177.94487826406518, -38.70845492956494, 0.0], [177.94509174562373, -38.70831008000396, 0.0], [177.94525178831148, -38.70819715710565, 0.0], [177.94536141257348, -38.70806743131581, 0.0], [177.9453692676791, -38.70791700477702, 0.0], [177.9454342722747, -38.707735565920316, 0.0], [177.94557167294042, -38.70761180956179, 0.0], [177.94571178009892, -38.70752724848813, 0.0], [177.9457841662583, -38.70745270609658, 0.0], [177.94590521618687, -38.7072903324779, 0.0], [177.94596031292755, -38.707110742951045, 0.0], [177.94602433108108, -38.70691505102188, 0.0], [177.94609204043329, -38.70677280734909, 0.0], [177.94616884447984, -38.70663017798017, 0.0], [177.94630698018557, -38.70651711061486, 0.0], [177.94650423233554, -38.70640153609849, 0.0], [177.94663474891362, -38.70631023339578, 0.0], [177.94679315914757, -38.7061605691234, 0.0], [177.94690596537117, -38.70594493937685, 0.0], [177.94698866207804, -38.70575560211344, 0.0], [177.94702770584624, -38.70559456125972, 0.0], [177.94714763627232, -38.70535003993354, 0.0], [177.94724618919525, -38.70519219287469, 0.0], [177.94739119990228, -38.70504666984434, 0.0], [177.94755169171515, -38.704861179813726, 0.0], [177.94772633632815, -38.704629703861734, 0.0], [177.94795712177168, -38.70440549505762, 0.0], [177.94812178181311, -38.70414835444574, 0.0], [177.94822597915947, -38.703940236065215, 0.0], [177.94832858289683, -38.7037750690301, 0.0], [177.94843904977154, -38.703591700071996, 0.0], [177.94872323889004, -38.703124002800315, 0.0], [177.94893484295696, -38.702886311403795, 0.0], [177.94908697052466, -38.70271189526563, 0.0], [177.94934440546018, -38.702411506544095, 0.0], [177.9495277375846, -38.70216071915922, 0.0], [177.9497008743609, -38.70196039524877, 0.0], [177.94992573557042, -38.70165066662833, 0.0], [177.95021167736218, -38.70136693467196, 0.0], [177.95036944530622, -38.701142246522444, 0.0], [177.95058911927705, -38.700863112897, 0.0], [177.9508027951483, -38.7005895939444, 0.0], [177.951048412534, -38.70025039318951, 0.0], [177.9512463598895, -38.700013277582165, 0.0], [177.9514301723779, -38.699769614369465, 0.0], [177.95160698334416, -38.699556624117925, 0.0], [177.95178895605835, -38.699352348617886, 0.0], [177.95198788395638, -38.699129484818144, 0.0], [177.95228077925165, -38.69878827459083, 0.0], [177.95244001362713, -38.6985849635119, 0.0], [177.9525859865013, -38.69845368824083, 0.0], [177.95272138692258, -38.69830141980858, 0.0], [177.95286821019798, -38.69811650338913, 0.0], [177.95293319989037, -38.69800117401029, 0.0], [177.9530885108171, -38.69787307529928, 0.0], [177.95325020477074, -38.697705395231765, 0.0], [177.95338732711545, -38.69757806849207, 0.0], [177.95354091161204, -38.69742502699831, 0.0], [177.95369756392557, -38.697250413155466, 0.0], [177.95393814085384, -38.697036498488906, 0.0], [177.95409983100635, -38.696868817482354, 0.0], [177.95427639285924, -38.69671837286907, 0.0], [177.95442296266677, -38.696529891757166, 0.0], [177.95456720283627, -38.69637367223649, 0.0], [177.9546982950097, -38.69622515830672, 0.0], [177.95477165906766, -38.69609910872169, 0.0], [177.95493003074247, -38.6959494358269, 0.0], [177.9550559711679, -38.695858318679065, 0.0], [177.9552219564219, -38.69568688012916, 0.0], [177.95536066068925, -38.69551660027951, 0.0], [177.95552001575592, -38.69538117943724, 0.0], [177.9558215233208, -38.69512536255846, 0.0], [177.95606134748303, -38.694900754830044, 0.0], [177.9562624688674, -38.69470995385385, 0.0], [177.95640816685682, -38.69450899972318, 0.0], [177.95661101184925, -38.69434314045599, 0.0], [177.95678731582194, -38.694189129585375, 0.0], [177.95694187216307, -38.694050337179995, 0.0], [177.95721510351385, -38.693781423901534, 0.0], [177.9574152325935, -38.69357636866005, 0.0], [177.95763428641703, -38.69338122973183, 0.0], [177.95774335823086, -38.693283679464294, 0.0], [177.95781952506323, -38.69319824853324, 0.0], [177.95795871175622, -38.69303509259496, 0.0], [177.95817800906414, -38.692843516001496, 0.0], [177.95841623096695, -38.69266185553368, 0.0], [177.95861872091052, -38.6924910049652, 0.0], [177.95884661454105, -38.692291914489374, 0.0], [177.9590439147659, -38.692111992370656, 0.0], [177.959285198744, -38.691908758202345, 0.0], [177.95945571149176, -38.69173712153369, 0.0], [177.95957511926562, -38.691617688378216, 0.0], [177.95972254507853, -38.691507784788676, 0.0], [177.95985079820687, -38.69138440164898, 0.0], [177.96006222596466, -38.69121102451173, 0.0], [177.9602738993663, -38.691041210206116, 0.0], [177.96038139220533, -38.69094729839451, 0.0], [177.96057917829813, -38.690774500448036, 0.0], [177.9607376250443, -38.69062624640813, 0.0], [177.96091514461295, -38.69049004615868, 0.0], [177.96104265381302, -38.69035597250611, 0.0], [177.96123737061512, -38.69020474587096, 0.0], [177.96141943450482, -38.690068351625214, 0.0], [177.96161009686384, -38.68992444411576, 0.0], [177.96173982432833, -38.68982243814199, 0.0], [177.9618637714704, -38.6897028097066, 0.0], [177.962067824055, -38.68955475829592, 0.0], [177.96222211359452, -38.689412397008226, 0.0], [177.9624079795766, -38.689265118651065, 0.0], [177.96253377536448, -38.68917221318506, 0.0], [177.9627052610555, -38.68901482521104, 0.0], [177.96285821002516, -38.68891897744188, 0.0], [177.96303621488312, -38.68878990075594, 0.0], [177.96319305972244, -38.688658150450635, 0.0], [177.96334378609689, -38.68853023390655, 0.0], [177.96347252136133, -38.68841397377466, 0.0], [177.96367681373067, -38.68826948312134, 0.0], [177.96389501686053, -38.68810641289743, 0.0], [177.96408738335822, -38.687943369635775, 0.0], [177.96425526953522, -38.68782186903661, 0.0], [177.96448041050388, -38.68769316679406, 0.0], [177.9646302672247, -38.68760102203438, 0.0], [177.9648869347254, -38.68744477066712, 0.0], [177.965082424198, -38.68732685896869, 0.0], [177.96529313487608, -38.68716541547343, 0.0], [177.96544072372876, -38.68705811873681, 0.0], [177.965591902486, -38.68695876925114, 0.0], [177.96573840409926, -38.68683579444529, 0.0], [177.9659148831466, -38.686706778520225, 0.0], [177.96607179268867, -38.68660241964259, 0.0], [177.96622550644884, -38.68649581418962, 0.0], [177.9662894957554, -38.68644544161131, 0.0], [177.96640726679126, -38.68639039694257, 0.0], [177.96648514472864, -38.68632990329221, 0.0], [177.96656621785039, -38.68627165598183, 0.0], [177.96671502116558, -38.68618193592404, 0.0], [177.96684547536393, -38.68609061450693, 0.0], [177.96705733084107, -38.685945796185116, 0.0], [177.96723429919928, -38.68582390478425, 0.0], [177.96733362217452, -38.68572199629903, 0.0], [177.96748914327645, -38.68564151893204, 0.0], [177.96763198155847, -38.68555348120827, 0.0], [177.96776128080708, -38.68544553104566, 0.0], [177.96786191980357, -38.68536262546311, 0.0], [177.96799859697012, -38.68527342022944, 0.0], [177.96810809608965, -38.68523063828042, 0.0], [177.9682303972871, -38.685118220809095, 0.0], [177.9684602661171, -38.68497025047221, 0.0], [177.96858817925468, -38.684886182679094, 0.0], [177.968720110825, -38.68481623812003, 0.0], [177.96893515394822, -38.684673663186935, 0.0], [177.96907182841625, -38.68458445686244, 0.0], [177.96920949074135, -38.68450950282598, 0.0], [177.96940176949613, -38.68438933852858, 0.0], [177.96960010878098, -38.68426891574973, 0.0], [177.96983040021422, -38.684127119109355, 0.0], [177.969993359384, -38.68402249745413, 0.0], [177.97016695781778, -38.683895980525186, 0.0], [177.97027816611745, -38.68383406442985, 0.0], [177.97039698330846, -38.68375038227096, 0.0], [177.97050940961222, -38.68366220745741, 0.0], [177.97064222584808, -38.68356125166247, 0.0], [177.97078479235842, -38.68346940994371, 0.0], [177.97096306609464, -38.68336651685939, 0.0], [177.97115583299768, -38.68325347624338, 0.0], [177.97130574335242, -38.68313606733316, 0.0], [177.9714753534454, -38.68308357347764, 0.0], [177.9716330705453, -38.68299108511011, 0.0], [177.97183476212012, -38.6828752806521, 0.0], [177.97204537979843, -38.68275671300657, 0.0], [177.9722432155457, -38.68262916011466, 0.0], [177.97243041170674, -38.68252350215886, 0.0], [177.97262752281262, -38.68242933337495, 0.0], [177.9727870497705, -38.68236297295084, 0.0], [177.97293633125284, -38.682280372135175, 0.0], [177.9730820050365, -38.68218958646744, 0.0], [177.97320819563646, -38.68212464657839, 0.0], [177.97336001211957, -38.68203478992057, 0.0], [177.9735505651115, -38.681933751955874, 0.0], [177.97369009401137, -38.68184203632377, 0.0], [177.97385992723278, -38.681749028491424, 0.0], [177.9739916827052, -38.681676703271144, 0.0], [177.97415021751118, -38.6815960888408, 0.0], [177.9743742146844, -38.68148647632496, 0.0], [177.9745566624921, -38.68140007687371, 0.0], [177.9747205974353, -38.681309701757094, 0.0], [177.97495192390232, -38.68118309871106, 0.0], [177.97519922608177, -38.68106772598635, 0.0], [177.9753928041501, -38.68096655610027, 0.0], [177.97563321950454, -38.68083956411857, 0.0], [177.97583852221086, -38.68073217565608, 0.0], [177.97602129598255, -38.680650524910625, 0.0], [177.97614043074816, -38.680571588419646, 0.0], [177.9762903640225, -38.680498485314644, 0.0], [177.97642260931855, -38.68043328378981, 0.0], [177.976510882655, -38.680391399618244, 0.0], [177.97665287841028, -38.68033531156289, 0.0], [177.97691246116182, -38.680221793846556, 0.0], [177.97713248311746, -38.68010758095416, 0.0], [177.97723982405304, -38.68003391137277, 0.0], [177.97735536978013, -38.679990863022695, 0.0], [177.97744568267578, -38.679934596661305, 0.0], [177.97766288741286, -38.67985862162376, 0.0], [177.97778603906607, -38.679793806603854, 0.0], [177.97791189093257, -38.67972411141285, 0.0], [177.97803570196874, -38.67966879765694, 0.0], [177.97827194438534, -38.67956937622607, 0.0], [177.97843162415546, -38.679505384190506, 0.0], [177.97858777833076, -38.679434395158694, 0.0], [177.97872492518513, -38.67935230503053, 0.0], [177.97883407814112, -38.679304763248396, 0.0], [177.97900538313513, -38.67923312707048, 0.0], [177.97927636197778, -38.67912626509923, 0.0], [177.97941736275988, -38.679055921755214, 0.0], [177.97963059602307, -38.6789753478272, 0.0], [177.97980074421554, -38.67888708300101, 0.0], [177.97996835672532, -38.678806073412765, 0.0], [177.98015382065344, -38.67871953671103, 0.0], [177.9802714023943, -38.67866210415559, 0.0], [177.9804098660052, -38.678599015194514, 0.0], [177.98055979040538, -38.67852590713945, 0.0], [177.98068310198292, -38.67846346473772, 0.0], [177.98085539320516, -38.67840607827803, 0.0], [177.98103495939654, -38.67832217442846, 0.0], [177.98119806256477, -38.67823754379812, 0.0], [177.9813816485711, -38.67816776226053, 0.0], [177.98154148717563, -38.678106141704816, 0.0], [177.9817132815146, -38.678041627989906, 0.0], [177.9819164275304, -38.677947186266216, 0.0], [177.98204833237017, -38.677877228264734, 0.0], [177.98217230177983, -38.67782428588355, 0.0], [177.98233770408817, -38.6777552794283, 0.0], [177.98263757091965, -38.677626925621496, 0.0], [177.98286446108168, -38.677524320948834, 0.0], [177.98307515050848, -38.67745099675897, 0.0], [177.98321834856603, -38.67736864304918, 0.0], [177.98333102080917, -38.677328094073125, 0.0], [177.98361900898368, -38.677230025332875, 0.0], [177.9837756479526, -38.677166156061716, 0.0], [177.98389168002703, -38.677130227843264, 0.0], [177.98408082522334, -38.67705305743673, 0.0], [177.98426374439546, -38.676973770320835, 0.0], [177.98442258658045, -38.6768978940274, 0.0], [177.98472737657988, -38.67677051584391, 0.0], [177.98498235842467, -38.676678618905186, 0.0], [177.98513006940482, -38.676617511758224, 0.0], [177.98537259895744, -38.676521381267534, 0.0], [177.98562118819672, -38.67642499132245, 0.0], [177.9858702723322, -38.676335726932486, 0.0], [177.98608315885244, -38.67625039148982, 0.0], [177.98631169136107, -38.676171534164816, 0.0], [177.98647609406035, -38.6760882702633, 0.0], [177.9866547649847, -38.67603536755135, 0.0], [177.98680197734242, -38.67596713242874, 0.0], [177.9870204261223, -38.675874410334316, 0.0], [177.987185818704, -38.67580539758704, 0.0], [177.9873417899942, -38.67573202255651, 0.0], [177.9873936887348, -38.67569168537656, 0.0]], "type": "LineString"}, "id": "4265", "properties": {"CPS": 4, "Date": "2021-09-28", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4265.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.5, "Proxy": 1, "Region": "Gisborne", "SHLength": 5.78371304093, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.935183128869475, "USDate": "09/28/2021"}, "type": "Feature"}, {"bbox": [177.98760188859612, -38.67558272352045, 177.99204179597967, -38.6741992398439], "geometry": {"coordinates": [[177.98760188859612, -38.67558272352045, 0.0], [177.98777736187554, -38.6755275734255, 0.0], [177.98791608731008, -38.6755121127197, 0.0], [177.9881014768994, -38.675468450205344, 0.0], [177.98824912724143, -38.67545022510311, 0.0], [177.98837071832398, -38.67540690760915, 0.0], [177.9885544544304, -38.67533949102557, 0.0], [177.98873312166245, -38.67528658534616, 0.0], [177.9888926160805, -38.67522020485308, 0.0], [177.98901707114564, -38.675174381821066, 0.0], [177.98917722624037, -38.675117502316255, 0.0], [177.98929947701816, -38.675057478825146, 0.0], [177.98950646022513, -38.67497477214482, 0.0], [177.98974137516745, -38.6749004000826, 0.0], [177.9899604777505, -38.67481717426508, 0.0], [177.9901362776828, -38.67476677152165, 0.0], [177.99031797219342, -38.67471373397164, 0.0], [177.9905954719145, -38.67463992104616, 0.0], [177.9908963848996, -38.67455319383108, 0.0], [177.9911260634223, -38.674490955060925, 0.0], [177.99134059110787, -38.67442936405678, 0.0], [177.99149198293279, -38.6743776211674, 0.0], [177.99168006616472, -38.67432907299276, 0.0], [177.99187740471223, -38.674282510902195, 0.0], [177.99198687100784, -38.67423970851063, 0.0], [177.99204179597967, -38.6741992398439, 0.0]], "type": "LineString"}, "id": "4266", "properties": {"CPS": 4, "Date": "2021-09-28", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4266.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.5, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.418512742888, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.935183128869475, "USDate": "09/28/2021"}, "type": "Feature"}, {"bbox": [177.9921251492441, -38.674174231516616, 178.01992750634588, -38.67055859358533], "geometry": {"coordinates": [[177.9921251492441, -38.674174231516616, 0.0], [177.99227362238307, -38.674167878180235, 0.0], [177.9925310649815, -38.67411159581333, 0.0], [177.99278228158687, -38.67405319693004, 0.0], [177.993058617653, -38.673962751208535, 0.0], [177.9932259844444, -38.673922234411826, 0.0], [177.99344453092945, -38.673874762002846, 0.0], [177.99366676891057, -38.67383666078655, 0.0], [177.99389192308035, -38.67375316868763, 0.0], [177.9941039120332, -38.673698828551586, 0.0], [177.9942827357382, -38.67364829021004, 0.0], [177.99452315258716, -38.67360940915937, 0.0], [177.99468781844556, -38.6735737707218, 0.0], [177.99482631634314, -38.67354639960397, 0.0], [177.99504265774524, -38.673510930644404, 0.0], [177.99522060159444, -38.67349139976262, 0.0], [177.99536504959892, -38.67347092044568, 0.0], [177.99547313728033, -38.673451997873265, 0.0], [177.99562232106769, -38.673412256253975, 0.0], [177.99573580655058, -38.67338357270297, 0.0], [177.99592135016096, -38.67334227372332, 0.0], [177.99603753435179, -38.67330870951544, 0.0], [177.99617828953745, -38.67327885774001, 0.0], [177.99630036796265, -38.673242658452516, 0.0], [177.99646585951356, -38.67321889416639, 0.0], [177.996599395513, -38.673172674270354, 0.0], [177.99672081133022, -38.67312697332958, 0.0], [177.99688398474058, -38.67306995414926, 0.0], [177.99706076782306, -38.673033793401345, 0.0], [177.99719898860138, -38.67301119616167, 0.0], [177.99734095138157, -38.67295508488333, 0.0], [177.9975142071901, -38.672911927349716, 0.0], [177.99766559058773, -38.67286017693498, 0.0], [177.99784727355396, -38.67280712831742, 0.0], [177.99793751063243, -38.672793732989376, 0.0], [177.99804812959505, -38.67276755241903, 0.0], [177.99820909893054, -38.672722537833536, 0.0], [177.9983212572936, -38.67267484947076, 0.0], [177.998423282773, -38.67265618391826, 0.0], [177.9985660717606, -38.67261194777026, 0.0], [177.99867635894603, -38.67258101603122, 0.0], [177.99880752456536, -38.67254442480573, 0.0], [177.99900165679114, -38.672495605791795, 0.0], [177.99921027603065, -38.67243663608636, 0.0], [177.99936617758274, -38.672406131472485, 0.0], [177.99955678211174, -38.672350315523936, 0.0], [177.99972044803778, -38.6723004185291, 0.0], [177.99984571824126, -38.672266461199925, 0.0], [178.00006898875336, -38.672199714888116, 0.0], [178.00019646026203, -38.67215375085911, 0.0], [178.00034051556202, -38.67211898788739, 0.0], [178.00040265336742, -38.67209488303586, 0.0], [178.0005188330086, -38.672061314626376, 0.0], [178.0006021802419, -38.67203630058742, 0.0], [178.00073097641445, -38.67200933837821, 0.0], [178.00082881047072, -38.67197417363075, 0.0], [178.0009687320827, -38.671932439894285, 0.0], [178.00110446382655, -38.671874208826935, 0.0], [178.001247580661, -38.671834720188215, 0.0], [178.00138750171018, -38.671792985982286, 0.0], [178.00146914388426, -38.67178710359657, 0.0], [178.00163143399095, -38.67176108690353, 0.0], [178.00182309518615, -38.671720469339846, 0.0], [178.00190274874083, -38.671686083162996, 0.0], [178.0020128670479, -38.67165277316053, 0.0], [178.0021056343391, -38.671632118970415, 0.0], [178.00222164655335, -38.671596173673166, 0.0], [178.00236839797066, -38.6715565278389, 0.0], [178.00249927484927, -38.67147229700074, 0.0], [178.0026454666345, -38.671389791711185, 0.0], [178.00278576401706, -38.671309921400294, 0.0], [178.00293664238234, -38.67125103873957, 0.0], [178.00310200695407, -38.67118200508246, 0.0], [178.0032696916522, -38.67114622522075, 0.0], [178.00336719159387, -38.67110630792644, 0.0], [178.00346469142025, -38.67106639055757, 0.0], [178.00360797082757, -38.67102927449382, 0.0], [178.00379570363063, -38.67097595729356, 0.0], [178.0039627243248, -38.67093067535145, 0.0], [178.0041459974346, -38.67089184324166, 0.0], [178.00432144414305, -38.670836669800224, 0.0], [178.004492322901, -38.67080313358861, 0.0], [178.00470479058814, -38.67075590109688, 0.0], [178.0049418284289, -38.67071237895694, 0.0], [178.00523390076992, -38.67067364242498, 0.0], [178.00552426941658, -38.67065403740347, 0.0], [178.00578130945465, -38.67063586169334, 0.0], [178.00606495460397, -38.670607014239415, 0.0], [178.00633681175378, -38.67058343672538, 0.0], [178.00656118625088, -38.67057619059532, 0.0], [178.00682748089275, -38.670559997819716, 0.0], [178.0070267362216, -38.67055859358533, 0.0], [178.00724924171396, -38.67056810307998, 0.0], [178.0075560851234, -38.67056684502843, 0.0], [178.00779610606844, -38.670566072102424, 0.0], [178.0079598832858, -38.6705614243504, 0.0], [178.0082283340116, -38.6705761068916, 0.0], [178.00843266044325, -38.670586394499104, 0.0], [178.00862954936431, -38.67059461865842, 0.0], [178.00892510278106, -38.67060575362604, 0.0], [178.00916562135257, -38.67061210366518, 0.0], [178.00940680370172, -38.6706279542615, 0.0], [178.00972257025418, -38.670623924934056, 0.0], [178.0098531849896, -38.67062308091882, 0.0], [178.01017716867116, -38.67064966855138, 0.0], [178.01042727465818, -38.67066275140153, 0.0], [178.0106591437027, -38.67066708741528, 0.0], [178.01086986193351, -38.67068186096593, 0.0], [178.01110531686103, -38.670702718786586, 0.0], [178.01135895085395, -38.67072279524371, 0.0], [178.011609721121, -38.670745376548034, 0.0], [178.01190241100608, -38.67075900929278, 0.0], [178.01220419040698, -38.67077225078868, 0.0], [178.01241204518476, -38.67078952692784, 0.0], [178.01254457763812, -38.67080741833826, 0.0], [178.01270582271655, -38.67081001982797, 0.0], [178.01290948535262, -38.670810798483245, 0.0], [178.01309276952708, -38.67082436437965, 0.0], [178.0132624397538, -38.67081707351745, 0.0], [178.01358356081874, -38.670846156971635, 0.0], [178.01393095387925, -38.67085981611675, 0.0], [178.01419351191996, -38.67087712041938, 0.0], [178.01436368032208, -38.67087695369029, 0.0], [178.01463499564684, -38.67088911582009, 0.0], [178.01490917468536, -38.67089877182827, 0.0], [178.01518957950748, -38.670910541936315, 0.0], [178.01534895771442, -38.67092989668822, 0.0], [178.01553813572872, -38.67094082293984, 0.0], [178.01578251514837, -38.67095890514407, 0.0], [178.0159871746565, -38.670973929826964, 0.0], [178.01614306574746, -38.67097818614688, 0.0], [178.01641035440667, -38.67097622293042, 0.0], [178.01655105545092, -38.67098923195742, 0.0], [178.01668113296992, -38.67102413909055, 0.0], [178.01687263795304, -38.671068316463014, 0.0], [178.01710672681972, -38.67111304459618, 0.0], [178.0172881455069, -38.67114336072745, 0.0], [178.01748637559538, -38.67119677737961, 0.0], [178.01774250502635, -38.67125246820055, 0.0], [178.01794899398462, -38.671293616914774, 0.0], [178.01815345076216, -38.67134914696345, 0.0], [178.0183076866866, -38.67139921328905, 0.0], [178.01843203846298, -38.67143912947642, 0.0], [178.01851953366597, -38.67147348384574, 0.0], [178.01866426318173, -38.6715006112747, 0.0], [178.0188096578421, -38.671537239434684, 0.0], [178.01892002480633, -38.67159443337978, 0.0], [178.0190092200704, -38.67160965517545, 0.0], [178.01912145320418, -38.67165009196362, 0.0], [178.0192065842265, -38.67169407703953, 0.0], [178.0193861390976, -38.671741146687616, 0.0], [178.0196289515767, -38.671823612407564, 0.0], [178.01982419563146, -38.67186905335457, 0.0], [178.01992750634588, -38.67191225563923, 0.0]], "type": "LineString"}, "id": "4267", "properties": {"CPS": 4, "Date": "2021-09-28", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4267.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.5, "Proxy": 1, "Region": "Gisborne", "SHLength": 2.51776312055, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.935183128869475, "USDate": "09/28/2021"}, "type": "Feature"}, {"bbox": [177.94165308830748, -38.71145569722102, 177.95727784133112, -38.69309782560822], "geometry": {"coordinates": [[177.94165308830748, -38.71124711163675, 0.0], [177.94175265149462, -38.71136797136163, 0.0], [177.94190187003866, -38.711415253943194, 0.0], [177.94212815546803, -38.71145569722102, 0.0], [177.942396967644, -38.71145145412827, 0.0], [177.9425751901215, -38.711390297084996, 0.0], [177.94284338414639, -38.71131103236049, 0.0], [177.9430160741014, -38.711235814485924, 0.0], [177.94324038502367, -38.711115524723866, 0.0], [177.94338861318795, -38.71101632744168, 0.0], [177.94348128380278, -38.710905190086976, 0.0], [177.94365973582438, -38.71058314479993, 0.0], [177.94371454758598, -38.71045216997768, 0.0], [177.94378042274016, -38.710349315451495, 0.0], [177.94390640208158, -38.710258207902044, 0.0], [177.94401087269432, -38.71018588021064, 0.0], [177.9441844126828, -38.71000412971433, 0.0], [177.94428248566257, -38.70983915793838, 0.0], [177.94440047120824, -38.70969835756596, 0.0], [177.94454463930288, -38.70960647832572, 0.0], [177.94466299736888, -38.709537135016994, 0.0], [177.94478184731688, -38.70947491804963, 0.0], [177.94486799775703, -38.70933546685314, 0.0], [177.94490387778163, -38.70919457317667, 0.0], [177.94494332107195, -38.70903923380575, 0.0], [177.94503733565912, -38.70888158082247, 0.0], [177.94509189778736, -38.70874704235716, 0.0], [177.94520311782955, -38.70857436518197, 0.0], [177.94530598041976, -38.70841276321746, 0.0], [177.94536312072805, -38.70824952609503, 0.0], [177.94546414187232, -38.70812731228108, 0.0], [177.94557782303028, -38.708016712020274, 0.0], [177.9457023195334, -38.707904223606576, 0.0], [177.94578564165118, -38.70778990730858, 0.0], [177.94583159883746, -38.70766288071754, 0.0], [177.9459108651655, -38.70755588362364, 0.0], [177.94600094902194, -38.707473443351844, 0.0], [177.9461132780473, -38.70738291240342, 0.0], [177.94620520175573, -38.70726108377314, 0.0], [177.94627734101482, -38.70718297790731, 0.0], [177.94636975644178, -38.70706827561314, 0.0], [177.94641595835608, -38.70694481209679, 0.0], [177.94645035787414, -38.70678253888958, 0.0], [177.94651450326703, -38.70665474074467, 0.0], [177.94667598515434, -38.706483504428164, 0.0], [177.94682195335108, -38.706285766087454, 0.0], [177.94685807470447, -38.70614843533119, 0.0], [177.94689296528094, -38.70599328849935, 0.0], [177.946938673505, -38.70586269843805, 0.0], [177.94702248379448, -38.705755507944275, 0.0], [177.94713911021188, -38.70566122017308, 0.0], [177.94725856068538, -38.70554179694191, 0.0], [177.9473321613196, -38.705352845264855, 0.0], [177.9474345227323, -38.70518411556128, 0.0], [177.94756846903545, -38.70501047240131, 0.0], [177.94763592766006, -38.70486466491131, 0.0], [177.94768406434773, -38.704703238179064, 0.0], [177.9477373882021, -38.70455088289756, 0.0], [177.94780128347816, -38.704419521085775, 0.0], [177.9478766049675, -38.704255511683805, 0.0], [177.9479665527113, -38.70410517640556, 0.0], [177.94808022123027, -38.70396812942176, 0.0], [177.9481911813687, -38.70379188705879, 0.0], [177.9482626927055, -38.70363876002632, 0.0], [177.9483351884964, -38.703499885799715, 0.0], [177.94841118857877, -38.70337873112809, 0.0], [177.9485477217741, -38.70330861310871, 0.0], [177.94869359536304, -38.70324167231217, 0.0], [177.94880468360873, -38.70313332335799, 0.0], [177.9488844333835, -38.703033451221984, 0.0], [177.9490216886702, -38.70284179789571, 0.0], [177.94920502292325, -38.70259101088339, 0.0], [177.9493551794536, -38.702388088845865, 0.0], [177.9495048427142, -38.702178040261316, 0.0], [177.94962810868293, -38.701981976776224, 0.0], [177.94971043338583, -38.70185340565706, 0.0], [177.9498054142508, -38.701710002821464, 0.0], [177.94992877718917, -38.701515364395945, 0.0], [177.95010670476466, -38.70131841028476, 0.0], [177.95022724298454, -38.70114890699646, 0.0], [177.95036744655863, -38.70100001090697, 0.0], [177.950454069744, -38.70086768323643, 0.0], [177.95056723621218, -38.7007235080339, 0.0], [177.95067892460418, -38.70055795356619, 0.0], [177.95075239815853, -38.700433331091446, 0.0], [177.95083041851134, -38.70030851559435, 0.0], [177.95093043490166, -38.70017204550213, 0.0], [177.95103672195035, -38.70006032471806, 0.0], [177.95116500861096, -38.69996339410455, 0.0], [177.9513299134494, -38.699842037661035, 0.0], [177.95145991959444, -38.69974360429143, 0.0], [177.95153719911534, -38.69960809886257, 0.0], [177.95158719649666, -38.69947375150611, 0.0], [177.95163535615424, -38.69937879227733, 0.0], [177.95171153642707, -38.69929336448917, 0.0], [177.9517810857628, -38.69924395463021, 0.0], [177.95197633865823, -38.69909986712451, 0.0], [177.95210609626542, -38.698997869982335, 0.0], [177.95218792079626, -38.69886217120963, 0.0], [177.9522504590971, -38.698777322255964, 0.0], [177.9523291014138, -38.69872752604443, 0.0], [177.95244067018214, -38.698626300771444, 0.0], [177.9525052914466, -38.69850562677877, 0.0], [177.95254471453356, -38.698350286130896, 0.0], [177.9526432470554, -38.6981924358054, 0.0], [177.95274645988928, -38.698102285985755, 0.0], [177.95285041154057, -38.698022825651876, 0.0], [177.9529397368955, -38.697929691684585, 0.0], [177.95303262342458, -38.697822111852176, 0.0], [177.9532275184324, -38.697633366988875, 0.0], [177.9534433928004, -38.69739191305811, 0.0], [177.95355224774036, -38.697251491923986, 0.0], [177.9537280725118, -38.6970903584607, 0.0], [177.95391753690438, -38.696928645490544, 0.0], [177.95412603823414, -38.6967125190311, 0.0], [177.9542882201004, -38.69655196419539, 0.0], [177.95437433836878, -38.69641250801856, 0.0], [177.95453221870443, -38.696255709210725, 0.0], [177.9546054352347, -38.69612752180222, 0.0], [177.95466931161724, -38.69599615743027, 0.0], [177.9547485530073, -38.695889155909065, 0.0], [177.9548709326211, -38.695812484788, 0.0], [177.95502722124814, -38.69569863671083, 0.0], [177.95520733926313, -38.69553374514683, 0.0], [177.95526458525376, -38.69543839858611, 0.0], [177.9553539043971, -38.69534526316095, 0.0], [177.9554555207073, -38.695298062652064, 0.0], [177.9555498790464, -38.69521186030185, 0.0], [177.95563066064918, -38.69507441681475, 0.0], [177.95579762872816, -38.694917230333864, 0.0], [177.95595391394184, -38.69480338122804, 0.0], [177.95608193283118, -38.69467643829301, 0.0], [177.95623599860258, -38.69453052032991, 0.0], [177.9563560188908, -38.694353885944345, 0.0], [177.95639162504068, -38.694209427318874, 0.0], [177.95642588898974, -38.69411148308345, 0.0], [177.95655809649858, -38.694045113636896, 0.0], [177.9567557582035, -38.6939559503618, 0.0], [177.95687887191744, -38.69388996697833, 0.0], [177.95693660755796, -38.69380174614775, 0.0], [177.95703181085904, -38.693661902121136, 0.0], [177.95707639950635, -38.69358138718958, 0.0], [177.9571452000612, -38.69352128520675, 0.0], [177.9571895419721, -38.69343720707847, 0.0], [177.95725415118815, -38.693316531220816, 0.0], [177.95727784133112, -38.693197594257605, 0.0], [177.95727093834907, -38.69309782560822, 0.0]], "type": "LineString"}, "id": "4275", "properties": {"CPS": 3, "Date": "2005-08-31", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4275.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.599999999999997, "Proxy": 1, "Region": "Gisborne", "SHLength": 2.55258069918, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.31976291892081, "USDate": "08/31/2005"}, "type": "Feature"}, {"bbox": [177.95739036802613, -38.692953893127786, 177.98726637069518, -38.67542985208492], "geometry": {"coordinates": [[177.95739036802613, -38.69293908356996, 0.0], [177.9575464291145, -38.692953893127786, 0.0], [177.95773417787166, -38.69289945653401, 0.0], [177.95795717392795, -38.69276132778777, 0.0], [177.95825989494526, -38.692523321635214, 0.0], [177.95860106628933, -38.69224794389568, 0.0], [177.95877563476864, -38.69206898849061, 0.0], [177.95884319945438, -38.69199106989285, 0.0], [177.95901286621182, -38.691873074425736, 0.0], [177.95914161446711, -38.6917568182622, 0.0], [177.9593725710841, -38.6915361547769, 0.0], [177.95955058881475, -38.69140708261103, 0.0], [177.95971398013018, -38.69126433749534, 0.0], [177.9599516996632, -38.69107554815315, 0.0], [177.96016643940675, -38.69088416182957, 0.0], [177.9603518201426, -38.690729759943636, 0.0], [177.96053760915632, -38.69054174820628, 0.0], [177.96078698967185, -38.69032387227005, 0.0], [177.96091904519065, -38.690189605418006, 0.0], [177.9611496389817, -38.69002970591451, 0.0], [177.9613764255572, -38.68988068881498, 0.0], [177.9615352634986, -38.689738134947945, 0.0], [177.9617074929396, -38.68959143765213, 0.0], [177.96189963389162, -38.689468908645566, 0.0], [177.96216229370702, -38.68931121693088, 0.0], [177.96236891681724, -38.68913446658481, 0.0], [177.96251238511135, -38.68896754980636, 0.0], [177.9626380568878, -38.68887286269831, 0.0], [177.9628898929876, -38.68869061441513, 0.0], [177.96303533345895, -38.688552202227434, 0.0], [177.96318754065564, -38.688445664703806, 0.0], [177.96333925380736, -38.688332000737596, 0.0], [177.96353205740058, -38.688186212333676, 0.0], [177.96373229648745, -38.68804904133344, 0.0], [177.96394592646075, -38.687907726557036, 0.0], [177.96421558732752, -38.6877086356995, 0.0], [177.96446127146731, -38.6875254547649, 0.0], [177.96471094848692, -38.687345081435296, 0.0], [177.9649819147281, -38.68714295530601, 0.0], [177.96526914697574, -38.68690142186972, 0.0], [177.9655401099532, -38.68669929464709, 0.0], [177.96576869702824, -38.686543641093216, 0.0], [177.96600650590509, -38.68641141876826, 0.0], [177.96618752834684, -38.686309606908466, 0.0], [177.9663872462345, -38.686176027374714, 0.0], [177.96668472169125, -38.6859727688993, 0.0], [177.96698536639514, -38.68576044067745, 0.0], [177.96726912571222, -38.685578610967994, 0.0], [177.96745623967274, -38.6854276981983, 0.0], [177.96763363445422, -38.68530102323082, 0.0], [177.96785311156, -38.68517851198988, 0.0], [177.968002759794, -38.685057187306654, 0.0], [177.96818270593695, -38.68491253473155, 0.0], [177.96833798599397, -38.684795734635266, 0.0], [177.9685301190049, -38.68466247462646, 0.0], [177.96873382193354, -38.684531699550924, 0.0], [177.96894213581407, -38.684412639836445, 0.0], [177.96919026683503, -38.68426508148242, 0.0], [177.9694164909183, -38.6841303679172, 0.0], [177.96955406139259, -38.684032188817724, 0.0], [177.96970637260065, -38.683927425551104, 0.0], [177.969933006405, -38.683798649618545, 0.0], [177.9702169561183, -38.683619782948995, 0.0], [177.97042402924015, -38.68348290540472, 0.0], [177.97058099063307, -38.683363052795464, 0.0], [177.9707684221742, -38.68327168190951, 0.0], [177.97094593024795, -38.68320157974607, 0.0], [177.97107736203168, -38.68312450666605, 0.0], [177.97124482167413, -38.68301909596424, 0.0], [177.97137847569883, -38.68291929488362, 0.0], [177.97152892815095, -38.68278780633789, 0.0], [177.97167110507684, -38.68270134063284, 0.0], [177.97184235097038, -38.682595767750776, 0.0], [177.97200960223614, -38.682487386855364, 0.0], [177.9722097102369, -38.682359737192066, 0.0], [177.97239968909824, -38.68225038707025, 0.0], [177.97255619233093, -38.68215139760486, 0.0], [177.97276951674027, -38.68204998587252, 0.0], [177.9729548417828, -38.68195572336286, 0.0], [177.9731599707459, -38.68184572622742, 0.0], [177.97332487227013, -38.68175828983762, 0.0], [177.9734546504734, -38.681657460502855, 0.0], [177.97356754826774, -38.681587130908156, 0.0], [177.9737330667911, -38.68150860172114, 0.0], [177.9738408604608, -38.68147422573507, 0.0], [177.97396440059237, -38.68139301895552, 0.0], [177.97415099810712, -38.68128976629199, 0.0], [177.97432306104247, -38.68119606714929, 0.0], [177.97446564340189, -38.681115536917744, 0.0], [177.97465767606965, -38.68103587587485, 0.0], [177.97483834417102, -38.680956699152574, 0.0], [177.97498829541217, -38.68087287604496, 0.0], [177.9752479321111, -38.680754594819156, 0.0], [177.97549072793856, -38.68064000930382, 0.0], [177.97573311072122, -38.680519484876136, 0.0], [177.97594856439108, -38.68039415253786, 0.0], [177.9761536839618, -38.68028415071115, 0.0], [177.97631878411246, -38.68019967977319, 0.0], [177.97657355858473, -38.68009351516198, 0.0], [177.97672074863894, -38.68002469778, 0.0], [177.97685492521086, -38.679932611238954, 0.0], [177.9769835871271, -38.67987053999727, 0.0], [177.97710887318135, -38.67981456867827, 0.0], [177.9772941478784, -38.679747103800366, 0.0], [177.9774701968377, -38.67965620811949, 0.0], [177.97766497888657, -38.67956153486747, 0.0], [177.97786256163283, -38.67947984507192, 0.0], [177.9780388153588, -38.679391917838686, 0.0], [177.97822766968943, -38.6793213207507, 0.0], [177.9783441405651, -38.679247856204675, 0.0], [177.97850330945334, -38.679187459509095, 0.0], [177.9786239801823, -38.67911977149851, 0.0], [177.97877832944909, -38.679044690036136, 0.0], [177.97890484992863, -38.679006532257084, 0.0], [177.9790747627412, -38.67893674221975, 0.0], [177.97921037783175, -38.67886543778393, 0.0], [177.9793920661804, -38.67880110073809, 0.0], [177.97954744518168, -38.67874086441277, 0.0], [177.97971611906135, -38.678653258252844, 0.0], [177.97988224226873, -38.678583628828534, 0.0], [177.98009513218526, -38.678476266609294, 0.0], [177.98024630937022, -38.67841025271484, 0.0], [177.98040740581467, -38.67832296906317, 0.0], [177.9805813095347, -38.678255984527226, 0.0], [177.98073138322664, -38.678195973160946, 0.0], [177.98089984794652, -38.67810539625614, 0.0], [177.9810992339589, -38.678022432923306, 0.0], [177.98126852307325, -38.67794373236006, 0.0], [177.98144896897617, -38.67786157715261, 0.0], [177.9815999371456, -38.67779259246196, 0.0], [177.9817776261484, -38.67772544455079, 0.0], [177.98197136497419, -38.67761591879302, 0.0], [177.9821825244091, -38.67753840690842, 0.0], [177.98241055871162, -38.67743039383023, 0.0], [177.9825849899745, -38.677343728965404, 0.0], [177.9828081303984, -38.67727463831207, 0.0], [177.9831005552677, -38.67716387369935, 0.0], [177.9833477321787, -38.6770580191952, 0.0], [177.98355193195363, -38.67698973621108, 0.0], [177.98378671209448, -38.67686952029999, 0.0], [177.98403953251085, -38.67679022538281, 0.0], [177.98433532811148, -38.67667335771822, 0.0], [177.98458036516487, -38.676591416177914, 0.0], [177.98481403837326, -38.67650995969078, 0.0], [177.98504564630318, -38.67639881088895, 0.0], [177.98523028421837, -38.67632242687832, 0.0], [177.98550510512072, -38.67621538663215, 0.0], [177.98574029214637, -38.676101105529206, 0.0], [177.98591439133867, -38.67603708288607, 0.0], [177.98614489282463, -38.675964693372705, 0.0], [177.98640783095857, -38.675867092940464, 0.0], [177.9867152912725, -38.675754187821035, 0.0], [177.98689655092215, -38.675683901654736, 0.0], [177.98706183325788, -38.6756023861676, 0.0], [177.98719219987012, -38.67551045101763, 0.0], [177.98726637069518, -38.67542985208492, 0.0]], "type": "LineString"}, "id": "4276", "properties": {"CPS": 4, "Date": "2005-08-31", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4276.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.599999999999997, "Proxy": 1, "Region": "Gisborne", "SHLength": 3.28890764999, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.953861878964553, "USDate": "08/31/2005"}, "type": "Feature"}, {"bbox": [177.98744811160324, -38.67531448874236, 178.02052495329525, -38.67054021254409], "geometry": {"coordinates": [[177.98744811160324, -38.67531189638058, 0.0], [177.98759645032325, -38.67531448874236, 0.0], [177.98780608071004, -38.67526979036618, 0.0], [177.98806853144507, -38.675219855239206, 0.0], [177.98829565328288, -38.67515356207429, 0.0], [177.98846237886227, -38.67509282899623, 0.0], [177.98867162901624, -38.67501538726174, 0.0], [177.9888499234481, -38.674957136951555, 0.0], [177.98911891421167, -38.67489202978742, 0.0], [177.98931910715734, -38.674820930256544, 0.0], [177.98962535319401, -38.67474529463549, 0.0], [177.98990804615312, -38.674658753600845, 0.0], [177.99017386698938, -38.674602713636425, 0.0], [177.99040752636296, -38.674521246760314, 0.0], [177.99068202204253, -38.67442612050934, 0.0], [177.9908893736914, -38.67434875608587, 0.0], [177.990997035781, -38.67428548356257, 0.0], [177.99116114249935, -38.674296330854055, 0.0], [177.99133688546058, -38.67425605399167, 0.0], [177.9916275626486, -38.67417512326899, 0.0], [177.99182541026158, -38.674124965889966, 0.0], [177.99209294731622, -38.67403906813245, 0.0], [177.99234444039013, -38.67399554838388, 0.0], [177.99254648797617, -38.673951166077366, 0.0], [177.99283399502727, -38.67387930206185, 0.0], [177.9930259199117, -38.67385322016802, 0.0], [177.99318905706411, -38.67379561203419, 0.0], [177.99339909211025, -38.67375684241201, 0.0], [177.99363880685647, -38.67370786801891, 0.0], [177.99387221946517, -38.673650228896705, 0.0], [177.9940679307206, -38.67362398322329, 0.0], [177.99428051117533, -38.67356723505429, 0.0], [177.99459136023356, -38.67350330151312, 0.0], [177.99472164846603, -38.673464965585474, 0.0], [177.99502891590552, -38.67340416222971, 0.0], [177.99530904949614, -38.67333558588033, 0.0], [177.995492155293, -38.67329200956585, 0.0], [177.9958400492707, -38.67321457448745, 0.0], [177.99616838416142, -38.673129042001946, 0.0], [177.99636663876848, -38.67308481558175, 0.0], [177.99659192104332, -38.673030497274816, 0.0], [177.99681165840227, -38.67296748203143, 0.0], [177.99703814254573, -38.6728922654029, 0.0], [177.99725829290614, -38.672835187639706, 0.0], [177.99750729397388, -38.672756027618135, 0.0], [177.99780594547894, -38.67268069610878, 0.0], [177.99809640040925, -38.67259678100336, 0.0], [177.99841295279973, -38.67250579106995, 0.0], [177.99859040364737, -38.672435650255906, 0.0], [177.99876551573047, -38.67238645537007, 0.0], [177.99895701941605, -38.6723544258504, 0.0], [177.99912087218044, -38.672307201883896, 0.0], [177.99935954182732, -38.67224337066025, 0.0], [177.9995177860052, -38.67222467745411, 0.0], [177.9997038500376, -38.67220181381642, 0.0], [177.99979040040125, -38.67213556672826, 0.0], [177.9998954736244, -38.672062569757976, 0.0], [178.00009434353458, -38.67202724470207, 0.0], [178.00026628715094, -38.6719871173796, 0.0], [178.00043024157281, -38.67194137624244, 0.0], [178.00064467460007, -38.67191133919099, 0.0], [178.0008033915302, -38.67184497606202, 0.0], [178.00095935621448, -38.67179362067686, 0.0], [178.00116346178416, -38.671778915351545, 0.0], [178.0014189339303, -38.671738183646376, 0.0], [178.00157992796565, -38.6717044798034, 0.0], [178.0018446313342, -38.671687175374515, 0.0], [178.00200396790612, -38.671629718055904, 0.0], [178.00217762517505, -38.67155973453023, 0.0], [178.00232645696514, -38.67148783721554, 0.0], [178.0024234787714, -38.67146283116343, 0.0], [178.00253316413375, -38.671401546101585, 0.0], [178.00267424253965, -38.67130020087748, 0.0], [178.00282517409863, -38.67123119090089, 0.0], [178.0029761053524, -38.671162180747515, 0.0], [178.0031693187391, -38.671100291137726, 0.0], [178.00336294613763, -38.67104433944435, 0.0], [178.00350375754124, -38.67099363058501, 0.0], [178.00367300268323, -38.67091490013464, 0.0], [178.0038417753926, -38.67088383759101, 0.0], [178.00399835707051, -38.670841385729794, 0.0], [178.0041229247153, -38.67083008675992, 0.0], [178.00422056652783, -38.670813986621724, 0.0], [178.0043095974997, -38.67078336579822, 0.0], [178.00439883561765, -38.670755714014646, 0.0], [178.00449118213876, -38.67077259870661, 0.0], [178.0045688509398, -38.67074246507799, 0.0], [178.00463873778193, -38.67070968723128, 0.0], [178.004737208237, -38.67070546308512, 0.0], [178.0048840848897, -38.67068725030768, 0.0], [178.0050151904041, -38.670660779960635, 0.0], [178.00509114407066, -38.67066049948432, 0.0], [178.00517115642305, -38.67064217688541, 0.0], [178.00546091445165, -38.670602943480695, 0.0], [178.00567513313095, -38.670569928470066, 0.0], [178.00583399293086, -38.67056013432284, 0.0], [178.00592234480868, -38.670574211281505, 0.0], [178.00611969953525, -38.670571698960664, 0.0], [178.00636229460292, -38.67056426697011, 0.0], [178.00665075187618, -38.67056082230993, 0.0], [178.0069228158413, -38.67054021254409, 0.0], [178.0072312460651, -38.67055079921176, 0.0], [178.0074973939152, -38.670554265930555, 0.0], [178.0077751109894, -38.670560213427706, 0.0], [178.007976874693, -38.670566442660416, 0.0], [178.00811466908704, -38.67058137355106, 0.0], [178.00834190695113, -38.67057161867078, 0.0], [178.00844499352988, -38.67057910517018, 0.0], [178.0085146166423, -38.670596962150626, 0.0], [178.0085996955627, -38.67060224360008, 0.0], [178.00874905937386, -38.67061965502905, 0.0], [178.00892809936954, -38.67062685818413, 0.0], [178.00908021345978, -38.67062926116487, 0.0], [178.0091812258807, -38.670607056186356, 0.0], [178.0092704079137, -38.67063300688053, 0.0], [178.0094597726085, -38.67062487596386, 0.0], [178.00960182274733, -38.670591974548266, 0.0], [178.00972721821364, -38.670592545985876, 0.0], [178.0099108751843, -38.67061146131087, 0.0], [178.01002698338024, -38.670642211107534, 0.0], [178.01021821508894, -38.67066080065382, 0.0], [178.01045468686937, -38.67067446896707, 0.0], [178.01063455683033, -38.67069354577708, 0.0], [178.01079741026885, -38.670686551298566, 0.0], [178.010991184448, -38.67068716244835, 0.0], [178.01120809733126, -38.67069273535251, 0.0], [178.01147486747456, -38.67070510014386, 0.0], [178.01166674794484, -38.67070579150886, 0.0], [178.0118918579798, -38.6707199449532, 0.0], [178.01219966563465, -38.670721611152295, 0.0], [178.0125154629029, -38.67072888922769, 0.0], [178.01285797867487, -38.670737996387025, 0.0], [178.01308142810308, -38.67072839499726, 0.0], [178.01328173858022, -38.67071383153251, 0.0], [178.01338778228532, -38.670709274611916, 0.0], [178.01349320315614, -38.67069581041064, 0.0], [178.01360744416957, -38.670699834971956, 0.0], [178.01373849518245, -38.670726960864954, 0.0], [178.01387649796953, -38.67074485389454, 0.0], [178.01400884490835, -38.67073618799166, 0.0], [178.01413569355833, -38.67075753807401, 0.0], [178.01429117936027, -38.6707538333257, 0.0], [178.0145005174926, -38.67075972562077, 0.0], [178.01471343523426, -38.67076248568907, 0.0], [178.01493235131613, -38.670785833393516, 0.0], [178.01514967935253, -38.67079733702176, 0.0], [178.01545115805465, -38.67081713452789, 0.0], [178.01571538724912, -38.67084746664931, 0.0], [178.01593416937882, -38.67087975214787, 0.0], [178.0161792548317, -38.67090792829576, 0.0], [178.01634651780589, -38.67090967036491, 0.0], [178.01646537719665, -38.67092540543534, 0.0], [178.0166431710352, -38.67091478233675, 0.0], [178.01677630063855, -38.6709715951741, 0.0], [178.0168669873379, -38.67096471746433, 0.0], [178.01699720868226, -38.67097996338994, 0.0], [178.0170947989337, -38.67101745831557, 0.0], [178.01718144298476, -38.67106137986103, 0.0], [178.01723591910414, -38.671079882938585, 0.0], [178.01736017841083, -38.67108049495558, 0.0], [178.01750425509243, -38.671130880176406, 0.0], [178.01765865489085, -38.6711659313269, 0.0], [178.0177795926972, -38.67121135542813, 0.0], [178.01791759692102, -38.671229243536175, 0.0], [178.01808211212733, -38.6712459911596, 0.0], [178.01819272747284, -38.6713067487131, 0.0], [178.01827159011282, -38.67134802615077, 0.0], [178.01838033547259, -38.67138206215109, 0.0], [178.01848737179492, -38.67144595134449, 0.0], [178.01858096824884, -38.67148063880603, 0.0], [178.01871518581098, -38.67149868883965, 0.0], [178.01881718831845, -38.6715449263988, 0.0], [178.0189522373742, -38.67157485229318, 0.0], [178.01903950664533, -38.67162767943984, 0.0], [178.01910975628851, -38.671654436943726, 0.0], [178.01924355855223, -38.6716665482667, 0.0], [178.01934914104206, -38.671709653343356, 0.0], [178.01946188252495, -38.6717464943495, 0.0], [178.01954936021568, -38.67180229010742, 0.0], [178.01973530780234, -38.67185384891185, 0.0], [178.0199986646667, -38.67192590033475, 0.0], [178.0201347542393, -38.671970669929756, 0.0], [178.02019950886597, -38.672027442974006, 0.0], [178.02028934298096, -38.672084327940205, 0.0], [178.02034777059785, -38.6721592410194, 0.0], [178.0204011185164, -38.67227010837575, 0.0], [178.02043931732914, -38.67238162762869, 0.0], [178.02050439837183, -38.67255154952458, 0.0], [178.02052495329525, -38.67262809232507, 0.0]], "type": "LineString"}, "id": "4277", "properties": {"CPS": 4, "Date": "2005-08-31", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4277.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.599999999999997, "Proxy": 1, "Region": "Gisborne", "SHLength": 3.06809335554, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.953861878964553, "USDate": "08/31/2005"}, "type": "Feature"}, {"bbox": [178.02054765481603, -38.672653917152715, 178.02324124308046, -38.67248436415517], "geometry": {"coordinates": [[178.02054765481603, -38.672653917152715, 0.0], [178.02117298063672, -38.67263296059335, 0.0], [178.02187363631373, -38.67260280207162, 0.0], [178.02269864847563, -38.67255835150363, 0.0], [178.02308949953027, -38.67254152338303, 0.0], [178.0231677850354, -38.67252028479742, 0.0], [178.02324124308046, -38.67248436415517, 0.0]], "type": "LineString"}, "id": "4278", "properties": {"CPS": 1, "Date": "2005-08-31", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4278.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.599999999999997, "Proxy": 5, "Region": "Gisborne", "SHLength": 0.23676899318, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.150651064212881, "USDate": "08/31/2005"}, "type": "Feature"}, {"bbox": [177.94150050068095, -38.71175155783559, 178.02058185603002, -38.67043194943038], "geometry": {"coordinates": [[177.94150050068095, -38.71175155783559, 0.0], [177.94183374788832, -38.71124903884455, 0.0], [177.9420759576705, -38.710881410526866, 0.0], [177.9422687555457, -38.71054684719042, 0.0], [177.94235290435375, -38.71040033522498, 0.0], [177.94248032127803, -38.710352052157205, 0.0], [177.94256225098022, -38.71004124584153, 0.0], [177.9428410861826, -38.70980786305198, 0.0], [177.94317759956874, -38.70944100113596, 0.0], [177.94352845273605, -38.7091497685584, 0.0], [177.94387044210248, -38.70864210887403, 0.0], [177.94417293503207, -38.70817900635509, 0.0], [177.94451188401283, -38.70767147384846, 0.0], [177.9449365297056, -38.70708406941416, 0.0], [177.94515249535556, -38.70677710882523, 0.0], [177.94521622698988, -38.70655522263911, 0.0], [177.9454342374103, -38.70623388027246, 0.0], [177.94558243995328, -38.705958381261745, 0.0], [177.94571705171546, -38.705838316710825, 0.0], [177.94590318005854, -38.70545161716698, 0.0], [177.9462352361156, -38.705108760509916, 0.0], [177.9465159091022, -38.70468231432405, 0.0], [177.94676087205826, -38.70444321196269, 0.0], [177.94691391057822, -38.70428186325001, 0.0], [177.94690930853864, -38.704127200113874, 0.0], [177.9471320632019, -38.70387474429146, 0.0], [177.9473616915115, -38.70354575860364, 0.0], [177.9474543387709, -38.703346469293095, 0.0], [177.94767551740696, -38.702939221085146, 0.0], [177.94793292496792, -38.70270435346621, 0.0], [177.94803189233195, -38.70264059444401, 0.0], [177.94831115570568, -38.702238028484075, 0.0], [177.94878925472727, -38.70176508295087, 0.0], [177.94908801228232, -38.70138074769388, 0.0], [177.949362920755, -38.70095930473166, 0.0], [177.94979563260057, -38.700621697472, 0.0], [177.94997437383938, -38.70039254621925, 0.0], [177.95013090953003, -38.700150042458574, 0.0], [177.95044177902884, -38.699765190015185, 0.0], [177.95076093032733, -38.6994562231687, 0.0], [177.9509728338621, -38.69913513056343, 0.0], [177.9510580143029, -38.698959979954104, 0.0], [177.95108061056786, -38.69884704651252, 0.0], [177.95131916090372, -38.69869159260817, 0.0], [177.95154926034527, -38.698457876693624, 0.0], [177.95158798447994, -38.69827040315327, 0.0], [177.95180343116212, -38.69813260607307, 0.0], [177.95218728647615, -38.69779229963986, 0.0], [177.95240574804407, -38.6975662235207, 0.0], [177.9528391432196, -38.697107072638126, 0.0], [177.95315622707002, -38.69681248205186, 0.0], [177.95368020475686, -38.69625656706177, 0.0], [177.95416524674482, -38.695621300859855, 0.0], [177.95454299946596, -38.69519309641591, 0.0], [177.95481723006563, -38.69493844063061, 0.0], [177.95536077341805, -38.694446013164466, 0.0], [177.95582385851813, -38.69393317725415, 0.0], [177.95652974911508, -38.69341478790622, 0.0], [177.95727075938643, -38.692832958888985, 0.0], [177.9577019787573, -38.692431061876974, 0.0], [177.9581814323146, -38.69197946467414, 0.0], [177.95857847913214, -38.69156710494601, 0.0], [177.95886882291433, -38.691326049836675, 0.0], [177.9592453963182, -38.690969354130814, 0.0], [177.95976465437283, -38.690566089574865, 0.0], [177.96043885886542, -38.690029965572364, 0.0], [177.96106989290266, -38.68952902779786, 0.0], [177.9618704316502, -38.688842195161875, 0.0], [177.96251511871526, -38.688319227424174, 0.0], [177.96319217348687, -38.687868734367484, 0.0], [177.96361172706497, -38.68756261006262, 0.0], [177.96432962114557, -38.687043665130396, 0.0], [177.96494857486238, -38.68658848755384, 0.0], [177.96594742249883, -38.685869363854984, 0.0], [177.96655498857075, -38.68546945862283, 0.0], [177.96714070496938, -38.685149100610495, 0.0], [177.9680017798356, -38.68454780003773, 0.0], [177.9688632016678, -38.68403939301216, 0.0], [177.96928059968798, -38.683790519130945, 0.0], [177.9700749021499, -38.68323493174366, 0.0], [177.97103972507264, -38.682683985251366, 0.0], [177.97166970166592, -38.68234504238986, 0.0], [177.97233340130418, -38.68196654019474, 0.0], [177.97291675440283, -38.68161290111301, 0.0], [177.97357477264165, -38.681196515623235, 0.0], [177.97396414029805, -38.68098217446873, 0.0], [177.97454145488302, -38.68071693443663, 0.0], [177.97521023449224, -38.68041205473021, 0.0], [177.976183017137, -38.679889316709996, 0.0], [177.9768418859528, -38.67944190579124, 0.0], [177.97742517579078, -38.67921928047011, 0.0], [177.97810450365057, -38.67893537634022, 0.0], [177.97903595782228, -38.67856208844384, 0.0], [177.979977107494, -38.678109759806176, 0.0], [177.98064556687606, -38.67775721525657, 0.0], [177.98164619141892, -38.677373806717505, 0.0], [177.98232591980027, -38.67713989214897, 0.0], [177.98274096502595, -38.67694586768829, 0.0], [177.98335677853584, -38.676667028872664, 0.0], [177.98393715781955, -38.67644687849942, 0.0], [177.98441197222309, -38.676238382808805, 0.0], [177.98520925243767, -38.6759470163814, 0.0], [177.98590906511419, -38.67565266295015, 0.0], [177.98638045102848, -38.67548242449284, 0.0], [177.98715148976746, -38.67516357779326, 0.0], [177.98794786359946, -38.67490320308769, 0.0], [177.98850050096436, -38.67476521841194, 0.0], [177.98949723570735, -38.674458147312556, 0.0], [177.99031860163063, -38.67412045089019, 0.0], [177.99093243192328, -38.67390121799445, 0.0], [177.99116001698707, -38.673896246457275, 0.0], [177.99175351801387, -38.673777939986174, 0.0], [177.99274758352263, -38.67356386948727, 0.0], [177.9936224266273, -38.67338348257851, 0.0], [177.99397616392505, -38.67331354573058, 0.0], [177.99474473275836, -38.67317820045106, 0.0], [177.99584504456357, -38.67291905424599, 0.0], [177.99653674635212, -38.67272742885235, 0.0], [177.9970674743534, -38.67258081283538, 0.0], [177.9978214735324, -38.67236745236674, 0.0], [177.9983127569504, -38.67226540369835, 0.0], [177.9986906058202, -38.672149154114145, 0.0], [177.99920749942825, -38.67202218043334, 0.0], [177.99989527509624, -38.6718616748057, 0.0], [178.0006238095364, -38.67167559416971, 0.0], [178.0012068564678, -38.67153862900347, 0.0], [178.0019432418994, -38.671247378268156, 0.0], [178.0023073486927, -38.6710649992635, 0.0], [178.00292575076023, -38.67091221533827, 0.0], [178.0033687490061, -38.6707717155089, 0.0], [178.00372416471274, -38.67068261829571, 0.0], [178.0040571640363, -38.67062068783547, 0.0], [178.00413930177987, -38.67062192953099, 0.0], [178.00471045267236, -38.67057598830057, 0.0], [178.005187345559, -38.670529323366736, 0.0], [178.00560430397115, -38.67049475758532, 0.0], [178.00612157832154, -38.67046065059747, 0.0], [178.0066457408837, -38.67043815766885, 0.0], [178.0071905699709, -38.670450511263574, 0.0], [178.00767853947593, -38.67043194943038, 0.0], [178.0080541952151, -38.6704587074841, 0.0], [178.00875416590912, -38.670516806511166, 0.0], [178.00912210308388, -38.67052006856043, 0.0], [178.00977413770198, -38.67054448371075, 0.0], [178.0104712878175, -38.67056219281993, 0.0], [178.0111906426327, -38.670593238287175, 0.0], [178.0115282812382, -38.67059779411218, 0.0], [178.0123374935127, -38.67065356109252, 0.0], [178.01334592503412, -38.67060308382395, 0.0], [178.01383214997495, -38.67064651309936, 0.0], [178.01438337008554, -38.67066332291527, 0.0], [178.01481539121735, -38.67071384253878, 0.0], [178.015764435731, -38.67081360481801, 0.0], [178.01643274501785, -38.67089684228529, 0.0], [178.0168565480311, -38.67091673661013, 0.0], [178.0172043634437, -38.67102328071242, 0.0], [178.01767399960627, -38.67117699677316, 0.0], [178.01821585465632, -38.67132045730662, 0.0], [178.0185066430187, -38.67139371463608, 0.0], [178.01884267596557, -38.671505525313464, 0.0], [178.01944040256976, -38.671665635456556, 0.0], [178.01976734850047, -38.67177783435469, 0.0], [178.02013531009746, -38.67195497403412, 0.0], [178.0203859771038, -38.67210618918454, 0.0], [178.02052975501783, -38.67246688848745, 0.0], [178.02058185603002, -38.6725599415523, 0.0]], "type": "LineString"}, "id": "4283", "properties": {"CPS": 4, "Date": "1979-03-04", "Digitiser": "ER", "Georef_ER": 5.0, "ID": 4283.0, "Notes": null, "Photoscale": 47000, "Pixel_Er": 1.418962815383353, "Proxy": 1, "Region": "Gisborne", "SHLength": 8.91357686378, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 5.621321505788533, "USDate": "03/04/1979"}, "type": "Feature"}, {"bbox": [177.93919822901458, -38.716147142133025, 177.991621615072, -38.67361177849522], "geometry": {"coordinates": [[177.93919822901458, -38.716147142133025, 0.0], [177.9394902094482, -38.71592750462092, 0.0], [177.9397207273639, -38.71569855732605, 0.0], [177.9399909859754, -38.71520824046198, 0.0], [177.94015741638793, -38.71484382526696, 0.0], [177.9403195843968, -38.71450579724685, 0.0], [177.94050551516483, -38.71415961515117, 0.0], [177.9407414312445, -38.71383275734279, 0.0], [177.94097669127456, -38.71358454738624, 0.0], [177.9411145183379, -38.71337858368825, 0.0], [177.94124545902133, -38.713072849143536, 0.0], [177.9414494928483, -38.71276878267084, 0.0], [177.9416885106746, -38.71231075757856, 0.0], [177.94187565836037, -38.711938315154654, 0.0], [177.9420371598219, -38.71167893374645, 0.0], [177.94223790746548, -38.71132735650826, 0.0], [177.94247290380923, -38.71094335598904, 0.0], [177.9426980626833, -38.7105049758458, 0.0], [177.9428765175572, -38.71018293157931, 0.0], [177.94312445433184, -38.70981029368873, 0.0], [177.9433792680244, -38.7093611258549, 0.0], [177.94347750407854, -38.70915445516103, 0.0], [177.94360351741085, -38.70895375440361, 0.0], [177.94372977382696, -38.70871254178189, 0.0], [177.94391207202153, -38.70840224539764, 0.0], [177.9440936331466, -38.70812533412524, 0.0], [177.94428190734553, -38.70776951760605, 0.0], [177.9444603545564, -38.707535621687384, 0.0], [177.94465510721375, -38.707317711352424, 0.0], [177.9448597625216, -38.706934992757645, 0.0], [177.94512177403985, -38.706590343602144, 0.0], [177.94514724853838, -38.706474906616286, 0.0], [177.94528890335505, -38.70628068839063, 0.0], [177.94541253172198, -38.70608961674066, 0.0], [177.9455085531555, -38.705983100766936, 0.0], [177.94555778770976, -38.7058595089868, 0.0], [177.9456914938236, -38.7056823043947, 0.0], [177.94591531349997, -38.70531306618178, 0.0], [177.94606417572254, -38.70513521854179, 0.0], [177.94628537414295, -38.70481612199734, 0.0], [177.94646437869557, -38.70454646311544, 0.0], [177.9467485797917, -38.704215164251146, 0.0], [177.94690447756474, -38.703963161748156, 0.0], [177.9470764383394, -38.70376765624627, 0.0], [177.9471108395828, -38.70364945787453, 0.0], [177.94733711595313, -38.70340399964659, 0.0], [177.9474078946347, -38.703284258274216, 0.0], [177.94748506426626, -38.7031690106594, 0.0], [177.94777842769622, -38.70279443703404, 0.0], [177.94792260795643, -38.7025929614671, 0.0], [177.9480218944218, -38.70244580369952, 0.0], [177.9481679560553, -38.70222757100578, 0.0], [177.94824454446348, -38.70205993402673, 0.0], [177.94843198274165, -38.70186853497888, 0.0], [177.94849161725674, -38.70176356039234, 0.0], [177.94870854773146, -38.70155899758832, 0.0], [177.94882224489234, -38.701356431829105, 0.0], [177.94910978300487, -38.70102975097185, 0.0], [177.94926951843868, -38.7007894949534, 0.0], [177.94936191644962, -38.70063071625624, 0.0], [177.94943359736246, -38.70056811390922, 0.0], [177.94950126192253, -38.70049138733864, 0.0], [177.9496291379884, -38.700362074682296, 0.0], [177.94973808138022, -38.70017876930607, 0.0], [177.94993624659443, -38.70001073717013, 0.0], [177.95001808190872, -38.699919114375746, 0.0], [177.95015700875598, -38.69972977138904, 0.0], [177.95032427820678, -38.6995106362311, 0.0], [177.95049557461707, -38.69939377458033, 0.0], [177.950647193231, -38.69916815591753, 0.0], [177.9507833380082, -38.69902657898345, 0.0], [177.9508485370814, -38.69891421983473, 0.0], [177.9510063044232, -38.698733606003124, 0.0], [177.95114916702033, -38.69860127327097, 0.0], [177.95121043706044, -38.698520052335205, 0.0], [177.9513270025458, -38.69840313020073, 0.0], [177.95140719242423, -38.69828775202081, 0.0], [177.95155038181758, -38.69816016982318, 0.0], [177.9516415467278, -38.69802764858997, 0.0], [177.9517450005264, -38.69789698805712, 0.0], [177.95188314542253, -38.697728701343564, 0.0], [177.9519493269772, -38.69763059452358, 0.0], [177.95209021519057, -38.69746975534739, 0.0], [177.95218621588108, -38.697363235185286, 0.0], [177.95233135912085, -38.69717600834331, 0.0], [177.95248740169362, -38.69701452534053, 0.0], [177.9526689179206, -38.69682575383469, 0.0], [177.95280030592212, -38.69670343613198, 0.0], [177.95294725288477, -38.696542338746276, 0.0], [177.95315071684814, -38.69631928058884, 0.0], [177.9533155956065, -38.69610977272207, 0.0], [177.95345517877757, -38.6960180779427, 0.0], [177.95362195239238, -38.695879962146414, 0.0], [177.95386808727218, -38.69561458942529, 0.0], [177.95406294524577, -38.69539904255706, 0.0], [177.95434274782048, -38.69513700390709, 0.0], [177.95456857137134, -38.694929670802466, 0.0], [177.95476203718732, -38.69473800627995, 0.0], [177.95491675489316, -38.69455751707416, 0.0], [177.955166002229, -38.69433727576717, 0.0], [177.95530835577316, -38.694197812602795, 0.0], [177.95555268867312, -38.693994456291804, 0.0], [177.95565277022774, -38.69385917095183, 0.0], [177.95589644376017, -38.6936463122564, 0.0], [177.95596860512092, -38.69359083302364, 0.0], [177.9561153745506, -38.69342735702971, 0.0], [177.9563313641561, -38.69325379254263, 0.0], [177.95645585583463, -38.69311985184449, 0.0], [177.95662957375006, -38.69295046535928, 0.0], [177.956717199189, -38.69281094358788, 0.0], [177.9568572645946, -38.69272637174729, 0.0], [177.95707430915925, -38.69252417198818, 0.0], [177.9572678536872, -38.69237776637355, 0.0], [177.9575902311456, -38.69211629355654, 0.0], [177.95791801070771, -38.69184506058421, 0.0], [177.9581366934171, -38.69166661361827, 0.0], [177.95829778697237, -38.6914906140915, 0.0], [177.95866945307077, -38.69115080574965, 0.0], [177.95888714543244, -38.69095810498825, 0.0], [177.95899729589664, -38.690836683529334, 0.0], [177.95937069236908, -38.69056588991798, 0.0], [177.95968699226577, -38.690304669999385, 0.0], [177.95998601996482, -38.69010136190721, 0.0], [177.96012990691514, -38.68994038617471, 0.0], [177.96025455037542, -38.68980881765239, 0.0], [177.96036422600378, -38.6897684176775, 0.0], [177.96057077287898, -38.6895904824338, 0.0], [177.9607198262192, -38.68946025786836, 0.0], [177.96102671814992, -38.68928281949643, 0.0], [177.96106003415275, -38.68919325287984, 0.0], [177.9612171915114, -38.689048388511175, 0.0], [177.96140063888143, -38.688888111260304, 0.0], [177.9615990047693, -38.68876770045588, 0.0], [177.96174248634597, -38.68864485891119, 0.0], [177.96188556833783, -38.68856015300361, 0.0], [177.96205435240586, -38.68840764575296, 0.0], [177.96222698901795, -38.688266886520864, 0.0], [177.96242927486313, -38.688115336093865, 0.0], [177.96253852281606, -38.68802492141601, 0.0], [177.96278716115472, -38.687840427022024, 0.0], [177.96293653587253, -38.68771495095384, 0.0], [177.96311032070085, -38.68759081860507, 0.0], [177.9633687064084, -38.687415438026825, 0.0], [177.96365051414563, -38.68722714818687, 0.0], [177.96395459177614, -38.687009320979755, 0.0], [177.96422190089643, -38.68683117646008, 0.0], [177.9643908404874, -38.686681041814055, 0.0], [177.9646049109483, -38.68652422144324, 0.0], [177.96476172619802, -38.686374602270696, 0.0], [177.9650032357785, -38.68621899584892, 0.0], [177.96517595755938, -38.68612349488641, 0.0], [177.9654250761562, -38.68594612196163, 0.0], [177.965740113399, -38.685711146865515, 0.0], [177.96595997797087, -38.68550642903389, 0.0], [177.96627395616412, -38.68530008671986, 0.0], [177.96643152071607, -38.68520522923831, 0.0], [177.96666613823538, -38.685038000825145, 0.0], [177.9669010839015, -38.68487552283408, 0.0], [177.9670559452899, -38.684785544478736, 0.0], [177.9672211177766, -38.684668920246786, 0.0], [177.96736458148447, -38.6845460729018, 0.0], [177.96765628222946, -38.684369264668824, 0.0], [177.96785511868467, -38.68425597090115, 0.0], [177.96807721129505, -38.68412739188182, 0.0], [177.96833606604181, -38.683959128071905, 0.0], [177.96858157808953, -38.68381763861642, 0.0], [177.9688096307214, -38.68364353842162, 0.0], [177.9690393291298, -38.68349319190531, 0.0], [177.96928859349134, -38.68331818730863, 0.0], [177.9695535034689, -38.683149662976724, 0.0], [177.96981841217587, -38.68298113812162, 0.0], [177.96997491279524, -38.68291491040534, 0.0], [177.97019110091915, -38.6827889614809, 0.0], [177.97036601403659, -38.682681447670106, 0.0], [177.97062462797544, -38.68255369037487, 0.0], [177.97091449999726, -38.68235074561647, 0.0], [177.97112660068552, -38.68225355821664, 0.0], [177.97120855412575, -38.68216429888993, 0.0], [177.9714113975928, -38.68206512304859, 0.0], [177.97150656097585, -38.682034861050816, 0.0], [177.97166042154518, -38.68193062495289, 0.0], [177.97180281881847, -38.68183640687699, 0.0], [177.97199535110414, -38.681763876094514, 0.0], [177.97208247549915, -38.68170536723887, 0.0], [177.97237497641683, -38.68154042564169, 0.0], [177.9726239966146, -38.68140592571836, 0.0], [177.97294999475486, -38.68124193732556, 0.0], [177.97309354255097, -38.681164345611215, 0.0], [177.9733234895259, -38.681061628736686, 0.0], [177.97357102273816, -38.680905748494865, 0.0], [177.97377132316444, -38.68081382434692, 0.0], [177.97388456489608, -38.68073752377403, 0.0], [177.97425413663282, -38.68058835097527, 0.0], [177.9747706740272, -38.68032331891743, 0.0], [177.9750752842921, -38.68015785439576, 0.0], [177.9754920799364, -38.67994472106968, 0.0], [177.9757617439334, -38.67984507045557, 0.0], [177.9760284389639, -38.67970266239422, 0.0], [177.9764517843476, -38.679496393616965, 0.0], [177.97684206142338, -38.679339182358156, 0.0], [177.97730292076577, -38.67914798710567, 0.0], [177.9776203008681, -38.67899150098113, 0.0], [177.9780023061284, -38.67884655094012, 0.0], [177.97828259861186, -38.678724999392244, 0.0], [177.97864779959065, -38.678556940237094, 0.0], [177.97910060802107, -38.67833749268562, 0.0], [177.97945164347425, -38.67818433014128, 0.0], [177.98010522521457, -38.67788007189051, 0.0], [177.98050358510304, -38.67770820917645, 0.0], [177.98100552625897, -38.67749618652302, 0.0], [177.98143892407515, -38.677303765427254, 0.0], [177.9818372772066, -38.67713189856472, 0.0], [177.98232708902646, -38.676920388327005, 0.0], [177.98270511004773, -38.67671841556647, 0.0], [177.98308340090327, -38.676564078296096, 0.0], [177.9834131488514, -38.676454696782244, 0.0], [177.98370923329992, -38.67634198760102, 0.0], [177.9838892861606, -38.67626520596164, 0.0], [177.98442045950026, -38.676080509081785, 0.0], [177.9849851840173, -38.67585387526284, 0.0], [177.9854840672274, -38.675641964481805, 0.0], [177.98590763270172, -38.67548330109228, 0.0], [177.9862846964605, -38.675355212608444, 0.0], [177.98661784988866, -38.67520755814864, 0.0], [177.98691524530113, -38.67511384423403, 0.0], [177.98715374562337, -38.675003587978765, 0.0], [177.9873947238532, -38.67492896142039, 0.0], [177.9877383948869, -38.67484517918556, 0.0], [177.98822894278447, -38.67468840863793, 0.0], [177.98866020871282, -38.67455323026827, 0.0], [177.98921443872214, -38.674350849234976, 0.0], [177.98965093400477, -38.67420353160789, 0.0], [177.9900101334846, -38.67408096016256, 0.0], [177.99029677544058, -38.67396387368513, 0.0], [177.99054380642258, -38.673888981831304, 0.0], [177.99079810814308, -38.67378757198259, 0.0], [177.99087022172392, -38.673732074126264, 0.0], [177.99096910956524, -38.67366828360532, 0.0], [177.99113521258153, -38.67369691359449, 0.0], [177.99136433866542, -38.6736704341105, 0.0], [177.991621615072, -38.67361177849522, 0.0]], "type": "LineString"}, "id": "4288", "properties": {"CPS": 3, "Date": "1948-07-06", "Digitiser": "ER", "Georef_ER": 4.0, "ID": 4288.0, "Notes": null, "Photoscale": 10400, "Pixel_Er": 0.43302378373664, "Proxy": 1, "Region": "Gisborne", "SHLength": 6.80724154864, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 3.76304525581099, "USDate": "07/06/1948"}, "type": "Feature"}, {"bbox": [177.991621615072, -38.67361177849522, 178.02052650580453, -38.670480723926374], "geometry": {"coordinates": [[177.991621615072, -38.67361177849522, 0.0], [177.99184743291437, -38.67353779154565, 0.0], [177.99203049898134, -38.6734608686938, 0.0], [177.9922417743931, -38.67343991612562, 0.0], [177.99238071250033, -38.67338394024191, 0.0], [177.99253860484828, -38.6733819483396, 0.0], [177.99273445142282, -38.67331400708605, 0.0], [177.99300604813263, -38.67324282359618, 0.0], [177.99314410568473, -38.67321785573666, 0.0], [177.99342341589968, -38.67317016517809, 0.0], [177.99362846431097, -38.67314709423344, 0.0], [177.9937939569433, -38.67312333370092, 0.0], [177.9938752709276, -38.67311270585923, 0.0], [177.99439229600873, -38.67303101329248, 0.0], [177.9946820181561, -38.673001933214806, 0.0], [177.99517799664915, -38.6729235206309, 0.0], [177.99550055127625, -38.672885885550166, 0.0], [177.99577126459113, -38.67284570471255, 0.0], [177.99606908191413, -38.67280198014969, 0.0], [177.99631169694823, -38.6727510893429, 0.0], [177.99649602940653, -38.6727360477553, 0.0], [177.99668746523082, -38.672692112848644, 0.0], [177.9967649203946, -38.67266973627374, 0.0], [177.99691641935115, -38.67266324747652, 0.0], [177.99697283010303, -38.67264415452172, 0.0], [177.9971135834985, -38.672614301726426, 0.0], [177.9974558548825, -38.67255437514002, 0.0], [177.9978038543745, -38.672489437373024, 0.0], [177.99805252667468, -38.67243828348888, 0.0], [177.99841622071995, -38.67233693556354, 0.0], [177.99886607714282, -38.672250953855375, 0.0], [177.99922304646492, -38.672140361996576, 0.0], [177.99965306439435, -38.67203140340838, 0.0], [177.99991875351114, -38.671962839557054, 0.0], [178.00023446002086, -38.671870689820636, 0.0], [178.0003740505494, -38.67182420619518, 0.0], [178.00070826661013, -38.6717360266539, 0.0], [178.00114119123026, -38.67158167253424, 0.0], [178.00158590207636, -38.67142204676089, 0.0], [178.00206240112556, -38.67128249796655, 0.0], [178.00246364807853, -38.67115332116931, 0.0], [178.00276772475826, -38.67106881054566, 0.0], [178.00301946400143, -38.67097463158173, 0.0], [178.0033843487386, -38.67084701100191, 0.0], [178.00358656760483, -38.67078354331426, 0.0], [178.00392413537946, -38.670699975743545, 0.0], [178.0041805591871, -38.670629417336094, 0.0], [178.0042741532581, -38.67062063796138, 0.0], [178.00446134130706, -38.67060307899083, 0.0], [178.0047603022738, -38.67057596013207, 0.0], [178.00496230766598, -38.670552999933456, 0.0], [178.00507744204177, -38.67054806062184, 0.0], [178.00518216037946, -38.670524508918724, 0.0], [178.00531481052133, -38.670509288341655, 0.0], [178.00538399959973, -38.67049917272775, 0.0], [178.00569943534836, -38.67049040377891, 0.0], [178.00603607983777, -38.670480723926374, 0.0], [178.00628029159574, -38.67049645106802, 0.0], [178.00656961934888, -38.67050547682085, 0.0], [178.0067894265874, -38.67051986777964, 0.0], [178.0070025107164, -38.67052501729188, 0.0], [178.00724033118598, -38.67053625191646, 0.0], [178.00747682461375, -38.670528483879686, 0.0], [178.0076527211696, -38.670523316381754, 0.0], [178.007882281559, -38.67054681618905, 0.0], [178.00812533219766, -38.67054591253297, 0.0], [178.00830778604683, -38.67054760972646, 0.0], [178.008517717636, -38.67050762636383, 0.0], [178.00890416568774, -38.670514859203635, 0.0], [178.0092515577572, -38.670528532480155, 0.0], [178.00968361913397, -38.67053618660383, 0.0], [178.0098669025397, -38.6705497576673, 0.0], [178.0101067569147, -38.670546604720734, 0.0], [178.01050279219382, -38.6705605676703, 0.0], [178.0109404150512, -38.67056083108173, 0.0], [178.01141422959319, -38.67055715582585, 0.0], [178.01190688691557, -38.67056219870514, 0.0], [178.01208597836114, -38.67055926961917, 0.0], [178.0122495885874, -38.67055224059777, 0.0], [178.01250089740455, -38.67053906103442, 0.0], [178.01290469317073, -38.67053362324044, 0.0], [178.01309034216973, -38.67053755799796, 0.0], [178.01319252547376, -38.6705212552094, 0.0], [178.01353049540097, -38.67053055574111, 0.0], [178.0139983749062, -38.670572390312564, 0.0], [178.01422440804825, -38.67058888193731, 0.0], [178.01444504608077, -38.670615134552264, 0.0], [178.01463086122908, -38.670621442078726, 0.0], [178.01477139535444, -38.670632078080565, 0.0], [178.0150812271769, -38.6706735545771, 0.0], [178.0152742650331, -38.67069622727851, 0.0], [178.01548261817865, -38.67072062362767, 0.0], [178.01578722176933, -38.67077423490534, 0.0], [178.01595784931763, -38.67082407617545, 0.0], [178.0161515523906, -38.67085624833542, 0.0], [178.01636812608777, -38.67091126061357, 0.0], [178.01653796185093, -38.67090634022437, 0.0], [178.01668995106783, -38.670906951776594, 0.0], [178.01694558041243, -38.67095551875248, 0.0], [178.0171223967302, -38.6710503574277, 0.0], [178.01730448010326, -38.67109017448602, 0.0], [178.01749241916636, -38.67117023992686, 0.0], [178.0176610539232, -38.67119157574597, 0.0], [178.0178443014801, -38.671248018549754, 0.0], [178.0181251685927, -38.67130979166319, 0.0], [178.01841828433652, -38.671416302463555, 0.0], [178.0186242380616, -38.671493208712086, 0.0], [178.01879976472094, -38.67152615828266, 0.0], [178.0189863762363, -38.671587219285854, 0.0], [178.01915564042565, -38.671660938217876, 0.0], [178.0194331108793, -38.67176097233351, 0.0], [178.01970348807393, -38.671889899547196, 0.0], [178.01994846331763, -38.67200324247399, 0.0], [178.02008440106826, -38.67207839401712, 0.0], [178.02018954166812, -38.672147723506654, 0.0], [178.02035993641383, -38.67228095148836, 0.0], [178.02052650580453, -38.6726141461552, 0.0]], "type": "LineString"}, "id": "4289", "properties": {"CPS": 1, "Date": "1948-07-06", "Digitiser": "ER", "Georef_ER": 4.0, "ID": 4289.0, "Notes": null, "Photoscale": 10400, "Pixel_Er": 0.43302378373664, "Proxy": 1, "Region": "Gisborne", "SHLength": 2.64723161511, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 3.66121695577872, "USDate": "07/06/1948"}, "type": "Feature"}, {"bbox": [178.020710662299, -38.6743594551711, 178.02208053521008, -38.67341543613904], "geometry": {"coordinates": [[178.020710662299, -38.67341543613904, 0.0], [178.02105796009056, -38.673557726215094, 0.0], [178.0213522180671, -38.67372373959668, 0.0], [178.02160186048496, -38.67390358455364, 0.0], [178.02181837649803, -38.67404435446377, 0.0], [178.02192248836008, -38.67414231510284, 0.0], [178.02194072917464, -38.674272560753096, 0.0], [178.02203428925128, -38.67430665126393, 0.0], [178.02208053521008, -38.6743594551711, 0.0]], "type": "LineString"}, "id": "4290", "properties": {"CPS": 2, "Date": "1948-07-06", "Digitiser": "ER", "Georef_ER": 4.0, "ID": 4290.0, "Notes": null, "Photoscale": 10400, "Pixel_Er": 0.43302378373664, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.164743543672, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 3.708437622137063, "USDate": "07/06/1948"}, "type": "Feature"}, {"bbox": [177.9421615919087, -38.71028835500314, 177.94527878083645, -38.70803877540106], "geometry": {"coordinates": [[177.9421615919087, -38.71027869975941, 0.0], [177.94220361163744, -38.71028835500314, 0.0], [177.94225185839554, -38.710282498768954, 0.0], [177.94230620098014, -38.7102592306585, 0.0], [177.9423909606728, -38.71025373314603, 0.0], [177.9424683128146, -38.710246643512576, 0.0], [177.942536683299, -38.710215157067665, 0.0], [177.9426270808718, -38.71022085618221, 0.0], [177.94274507667694, -38.710238727356355, 0.0], [177.9428613671353, -38.710231893321684, 0.0], [177.94303075507608, -38.71021899704645, 0.0], [177.94326811942497, -38.71016891250748, 0.0], [177.94338552313505, -38.71014297126778, 0.0], [177.94346425083754, -38.71012057507408, 0.0], [177.9435481555914, -38.71006746420424, 0.0], [177.94358132097423, -38.709984102674355, 0.0], [177.94362707086762, -38.709871618500216, 0.0], [177.94371064535372, -38.70977849657014, 0.0], [177.943734284693, -38.70959812089538, 0.0], [177.94382316692597, -38.70947618467475, 0.0], [177.94396678378536, -38.70933668076361, 0.0], [177.9441206901741, -38.70917005723361, 0.0], [177.94421324114472, -38.70903081167996, 0.0], [177.94429609017604, -38.70889197732363, 0.0], [177.94435298336734, -38.70879998598425, 0.0], [177.94444153775305, -38.70870855842447, 0.0], [177.94454097446538, -38.708633823026965, 0.0], [177.9447433332863, -38.7084643823573, 0.0], [177.9448962425251, -38.70833973103591, 0.0], [177.94505651193384, -38.70830053519965, 0.0], [177.94521041866278, -38.70820443043188, 0.0], [177.94527878083645, -38.70810242267386, 0.0], [177.94526952050956, -38.70803877540106, 0.0]], "type": "LineString"}, "id": "4301", "properties": {"CPS": 4, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4301.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.408195429968, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 2.079639391817726, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [177.94524191277432, -38.707885564023755, 177.94611284339217, -38.706936257734846], "geometry": {"coordinates": [[177.94524191277432, -38.707885564023755, 0.0], [177.94536875085808, -38.707855408982944, 0.0], [177.94543088636695, -38.70776891274154, 0.0], [177.9454648361628, -38.70769695317643, 0.0], [177.94553313456206, -38.70762925507259, 0.0], [177.9456077272218, -38.707582255489534, 0.0], [177.94572774517513, -38.70752380001557, 0.0], [177.94577513378405, -38.70747033002865, 0.0], [177.94580101958954, -38.70738727661168, 0.0], [177.94581468676682, -38.707303407125245, 0.0], [177.94590179376013, -38.70719107446616, 0.0], [177.94596635343535, -38.70710447517166, 0.0], [177.94603812617828, -38.70705187705821, 0.0], [177.94608459548698, -38.70698510429735, 0.0], [177.94611284339217, -38.706936257734846, 0.0]], "type": "LineString"}, "id": "4302", "properties": {"CPS": 5, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4302.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.136289137455, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 8.592327973256142, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [177.94609568338126, -38.706705412627436, 177.94859957515973, -38.70353311166955], "geometry": {"coordinates": [[177.94609568338126, -38.706705412627436, 0.0], [177.9461411024111, -38.70662343679613, 0.0], [177.9461726884698, -38.70651727020649, 0.0], [177.94623344670416, -38.706446079572785, 0.0], [177.94636119461967, -38.706358706472535, 0.0], [177.94641887093508, -38.70627811669979, 0.0], [177.94651351427578, -38.7061692759287, 0.0], [177.94655460698976, -38.706095107216974, 0.0], [177.9465945808171, -38.70596952533317, 0.0], [177.94667880351298, -38.70588590369618, 0.0], [177.94681610982565, -38.70583128826482, 0.0], [177.9469718467825, -38.70576178698209, 0.0], [177.9470471553049, -38.705689978848014, 0.0], [177.94715831775744, -38.70560902619418, 0.0], [177.94723395076696, -38.70550670901341, 0.0], [177.94724049447893, -38.70539016863093, 0.0], [177.94721649763247, -38.70532447824534, 0.0], [177.94720449589323, -38.705256373149396, 0.0], [177.94724231222952, -38.70520521456102, 0.0], [177.94735256159524, -38.70518147891275, 0.0], [177.9474264941462, -38.705124976499775, 0.0], [177.94752762259867, -38.70500442420902, 0.0], [177.94757575444973, -38.70487373113132, 0.0], [177.94768028867702, -38.7047320688311, 0.0], [177.9477578202031, -38.70462204702164, 0.0], [177.94785062864295, -38.704557119883255, 0.0], [177.94792685412034, -38.704498613962386, 0.0], [177.9480093667959, -38.70439028664748, 0.0], [177.94816074226634, -38.70415210191443, 0.0], [177.94828992047576, -38.704015111517, 0.0], [177.94836810686127, -38.70391459129298, 0.0], [177.9484504251749, -38.703838673046214, 0.0], [177.94850114602508, -38.703727882248714, 0.0], [177.94852886595368, -38.70367143376817, 0.0], [177.94859820825852, -38.70361893729617, 0.0], [177.94859957515973, -38.70353311166955, 0.0]], "type": "LineString"}, "id": "4303", "properties": {"CPS": 5, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4303.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.434036795033, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 8.592327973256142, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [177.94858874649543, -38.7034115904383, 177.9566531512572, -38.6943269997722], "geometry": {"coordinates": [[177.94858874649543, -38.7034115904383, 0.0], [177.9486677893089, -38.70335868238667, 0.0], [177.94883209565478, -38.70320209459841, 0.0], [177.94891171676844, -38.70305195854158, 0.0], [177.94898977001418, -38.70294953764056, 0.0], [177.94907005538136, -38.702879423087964, 0.0], [177.94913283909446, -38.70280242728212, 0.0], [177.9491723516393, -38.702705453419796, 0.0], [177.94921003402797, -38.70265239398436, 0.0], [177.94929614878788, -38.70260680925769, 0.0], [177.94934312925952, -38.70247711737322, 0.0], [177.94939948618747, -38.70237752276788, 0.0], [177.94943880548573, -38.7023129581263, 0.0], [177.94956923018373, -38.70212369058907, 0.0], [177.94966065927892, -38.70207406821349, 0.0], [177.94972042999157, -38.70202388322742, 0.0], [177.9497332035515, -38.701962350889445, 0.0], [177.94974355195114, -38.70190092146081, 0.0], [177.9497929652605, -38.7018416462176, 0.0], [177.94985581748404, -38.70180086013854, 0.0], [177.94989159912018, -38.70175550494878, 0.0], [177.9499362231136, -38.701662125845, 0.0], [177.94996800352183, -38.701594069069166, 0.0], [177.9500427795507, -38.701514657958626, 0.0], [177.9500953878077, -38.70143123208543, 0.0], [177.95020024543922, -38.70132957888074, 0.0], [177.95026499675672, -38.701281088214245, 0.0], [177.95034907859718, -38.701195564153565, 0.0], [177.95037469480758, -38.70110870941818, 0.0], [177.95043085705979, -38.701041523717144, 0.0], [177.95050255020683, -38.70095271343889, 0.0], [177.9506340449818, -38.70076492415848, 0.0], [177.95072238012068, -38.70063538256556, 0.0], [177.95081877833022, -38.700516934367215, 0.0], [177.9509308383386, -38.70037876188146, 0.0], [177.95105122401176, -38.700255483482195, 0.0], [177.95114107342866, -38.70018305571055, 0.0], [177.95123406516333, -38.70008571719295, 0.0], [177.95129100387638, -38.69995941382333, 0.0], [177.9513406591569, -38.69986848900126, 0.0], [177.95140166973545, -38.69980109707063, 0.0], [177.9514882444766, -38.699751679405225, 0.0], [177.9515621683207, -38.69969517491797, 0.0], [177.9516527338234, -38.699597939082665, 0.0], [177.9517546361485, -38.69948878624805, 0.0], [177.95184054278621, -38.699359346972315, 0.0], [177.95190168385432, -38.699293855204395, 0.0], [177.952026711599, -38.699118155890204, 0.0], [177.9521334627873, -38.699008796899804, 0.0], [177.95224336675986, -38.69894504666033, 0.0], [177.95229559527635, -38.69889136875573, 0.0], [177.95232618999086, -38.69880620823594, 0.0], [177.95235928089144, -38.69875715469615, 0.0], [177.95242907003617, -38.69867604794513, 0.0], [177.95253923600686, -38.69861609820958, 0.0], [177.95262173550762, -38.69850776846496, 0.0], [177.95265121857184, -38.69844171452299, 0.0], [177.9526889563691, -38.69835434469109, 0.0], [177.95272905908942, -38.698301181452166, 0.0], [177.95278448872403, -38.698188283125155, 0.0], [177.95285382274443, -38.69813578464374, 0.0], [177.95292676420763, -38.698100286455684, 0.0], [177.95301241606992, -38.69803756529084, 0.0], [177.95303632228257, -38.6979788000601, 0.0], [177.9531164669237, -38.69790678294308, 0.0], [177.95320512878322, -38.697817250602746, 0.0], [177.95330617817814, -38.69773100406833, 0.0], [177.95341070355175, -38.69765985740452, 0.0], [177.9535007384793, -38.69755501898687, 0.0], [177.95356541245275, -38.69747031693305, 0.0], [177.95365617578344, -38.69741119014784, 0.0], [177.95371829306603, -38.697324690644884, 0.0], [177.95380046704085, -38.69724686907179, 0.0], [177.95391147763382, -38.69716401090128, 0.0], [177.95399096341828, -38.69708249147678, 0.0], [177.95406657845913, -38.696980171002195, 0.0], [177.95412437066435, -38.6969014787649, 0.0], [177.9541917311514, -38.69682047418167, 0.0], [177.95426145709763, -38.6967736760982, 0.0], [177.95430714370647, -38.696730948489375, 0.0], [177.95439337772814, -38.69664151841979, 0.0], [177.95447122602812, -38.696571503905226, 0.0], [177.95453085748363, -38.69651941658343, 0.0], [177.95460267276394, -38.69643250473372, 0.0], [177.95464644006543, -38.696362031735674, 0.0], [177.95469590491246, -38.69626844538709, 0.0], [177.95473701381098, -38.69617711988863, 0.0], [177.95482862226254, -38.69609508501587, 0.0], [177.95486734878082, -38.69605722710818, 0.0], [177.954912824292, -38.6960114587346, 0.0], [177.95495508619865, -38.69595439118546, 0.0], [177.9550272357342, -38.69590748972319, 0.0], [177.95508601861468, -38.69587830951098, 0.0], [177.95514989427014, -38.69581727426338, 0.0], [177.95525007738811, -38.69568341434767, 0.0], [177.9553296915286, -38.69560379456548, 0.0], [177.95539593907108, -38.695541896055644, 0.0], [177.95546415822756, -38.69550850291054, 0.0], [177.95555399735792, -38.69543607238422, 0.0], [177.95560490643186, -38.69536338971397, 0.0], [177.95564192327578, -38.695300826928346, 0.0], [177.9556899541803, -38.69525685565386, 0.0], [177.95577396409783, -38.69520563799453, 0.0], [177.95582887516952, -38.695155656536095, 0.0], [177.9558701570166, -38.69511959569737, 0.0], [177.95600324888272, -38.695039609411204, 0.0], [177.95605455162476, -38.69497262766461, 0.0], [177.95605872079233, -38.69494500494441, 0.0], [177.9561158519801, -38.69485681016409, 0.0], [177.95621512623694, -38.6947801664001, 0.0], [177.95630293323248, -38.694713539501414, 0.0], [177.9563852329707, -38.69463761682295, 0.0], [177.9564755959756, -38.694572787141084, 0.0], [177.95654655986243, -38.694508781675395, 0.0], [177.956578331335, -38.6944407236675, 0.0], [177.95662609815292, -38.69439295136532, 0.0], [177.95664732288708, -38.69434821280342, 0.0], [177.9566531512572, -38.6943269997722, 0.0]], "type": "LineString"}, "id": "4304", "properties": {"CPS": 4, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4304.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 1.25237487374, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 2.079639391817726, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [177.9566960682323, -38.69427943352097, 177.95776537219345, -38.69333343402734], "geometry": {"coordinates": [[177.9566960682323, -38.69427943352097, 0.0], [177.9568229348639, -38.69421495841514, 0.0], [177.95692030854806, -38.69414601861666, 0.0], [177.95700522907177, -38.69407284307422, 0.0], [177.95710626872074, -38.693986593858185, 0.0], [177.95718804084436, -38.69390306929644, 0.0], [177.9572982534535, -38.69380880633778, 0.0], [177.95735119006088, -38.69373031897183, 0.0], [177.95745655252378, -38.69363626199127, 0.0], [177.95752181805418, -38.693595369450364, 0.0], [177.95756892622083, -38.69353809506439, 0.0], [177.95760443614486, -38.69348893735093, 0.0], [177.95764682601984, -38.693433769403434, 0.0], [177.95769741079638, -38.693391594755376, 0.0], [177.95776537219345, -38.69333343402734, 0.0]], "type": "LineString"}, "id": "4305", "properties": {"CPS": 4, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4305.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.14187901797, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 2.079639391817726, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [177.95783631784914, -38.69319890872554, 177.96595542353256, -38.68670099473734], "geometry": {"coordinates": [[177.95783631784914, -38.69319890872554, 0.0], [177.9579161316783, -38.693157397653295, 0.0], [177.95797923470133, -38.69312040866614, 0.0], [177.9580555714934, -38.69306379774532, 0.0], [177.9581490922647, -38.69300950589849, 0.0], [177.95822777973927, -38.692916582052604, 0.0], [177.9583098124012, -38.69283685756547, 0.0], [177.95843620645783, -38.692730470142415, 0.0], [177.95859510061703, -38.69260173572676, 0.0], [177.9586747077238, -38.69252211410301, 0.0], [177.95876440838646, -38.692447781187035, 0.0], [177.95884179602706, -38.69240637264328, 0.0], [177.9589154435361, -38.692346063625045, 0.0], [177.95901299680105, -38.69227978285435, 0.0], [177.95909181391787, -38.69218875889472, 0.0], [177.95915955919273, -38.69211345311116, 0.0], [177.95924493542165, -38.692046927454626, 0.0], [177.9594054336129, -38.6919238416267, 0.0], [177.95949827231368, -38.691824597523485, 0.0], [177.9595874450948, -38.69174266268563, 0.0], [177.95969962441043, -38.69167690309298, 0.0], [177.95981913473406, -38.69157652475188, 0.0], [177.95990148412605, -38.69146629068247, 0.0], [177.95999740406572, -38.69137644490443, 0.0], [177.96004516662128, -38.69132867146967, 0.0], [177.96016447856297, -38.6912254423193, 0.0], [177.96029703209302, -38.69113785049732, 0.0], [177.96043638994544, -38.69100803848689, 0.0], [177.96054430071757, -38.69091577645684, 0.0], [177.9606444857495, -38.690852431982556, 0.0], [177.96077100443597, -38.690747942809054, 0.0], [177.96083845524976, -38.69068599022123, 0.0], [177.96093136552835, -38.6906229548806, 0.0], [177.96101149418368, -38.69055093334085, 0.0], [177.96108959268437, -38.69048471591086, 0.0], [177.96112386198192, -38.69041769412439, 0.0], [177.96121231696702, -38.69036056587177, 0.0], [177.96133366510804, -38.69028679107151, 0.0], [177.96148050051386, -38.6901947786698, 0.0], [177.96157615362588, -38.69010113113461, 0.0], [177.9616725960141, -38.69001888559779, 0.0], [177.96172231102364, -38.68992909778421, 0.0], [177.9617776087473, -38.68988481506386, 0.0], [177.96185884452183, -38.68979368648209, 0.0], [177.9619411328371, -38.68971776059949, 0.0], [177.96204295005236, -38.689642909914554, 0.0], [177.96215810280285, -38.68956749188685, 0.0], [177.96226843388592, -38.689475125395354, 0.0], [177.96235916988462, -38.689380733453326, 0.0], [177.96245888050996, -38.68927547699647, 0.0], [177.96256095976793, -38.6892044266151, 0.0], [177.96269946448282, -38.689097519628724, 0.0], [177.96282808290215, -38.6890234340546, 0.0], [177.96293016142565, -38.6889523833956, 0.0], [177.96301998485012, -38.68887994810048, 0.0], [177.96316937143558, -38.68878973107301, 0.0], [177.96327255769583, -38.688699573603024, 0.0], [177.96335542516445, -38.6885969389842, 0.0], [177.9634313579971, -38.68853462409404, 0.0], [177.96355359711276, -38.6884562349266, 0.0], [177.9636580434726, -38.68841938981855, 0.0], [177.96378088892732, -38.68833220730145, 0.0], [177.9639087701291, -38.688212409414376, 0.0], [177.9640221031587, -38.688093230464446, 0.0], [177.96412201781732, -38.6880260827688, 0.0], [177.96422881121032, -38.68795292445204, 0.0], [177.96434019032066, -38.68787575901598, 0.0], [177.96448570032356, -38.68776474001973, 0.0], [177.96459924016125, -38.6876836705163, 0.0], [177.9647346011927, -38.687601672222414, 0.0], [177.96481374631767, -38.68755065539697, 0.0], [177.9649143911036, -38.68745545868115, 0.0], [177.9650407659117, -38.6873490653042, 0.0], [177.96515830904184, -38.68729069615695, 0.0], [177.96527735487885, -38.68721892136586, 0.0], [177.9654482929992, -38.687123972356524, 0.0], [177.96563009117904, -38.68697519456317, 0.0], [177.96580126853357, -38.68681352704161, 0.0], [177.96595542353256, -38.68670099473734, 0.0]], "type": "LineString"}, "id": "4306", "properties": {"CPS": 5, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4306.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 1.01908586747, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 8.592327973256142, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [177.96596499013134, -38.68669868155684, 177.98046771607335, -38.67859048627337], "geometry": {"coordinates": [[177.96596499013134, -38.68669868155684, 0.0], [177.96602368331722, -38.686633287065355, 0.0], [177.966096342859, -38.686593981125334, 0.0], [177.96615674780267, -38.68655329089308, 0.0], [177.96622658754913, -38.68650838710247, 0.0], [177.9663614176547, -38.686418785851934, 0.0], [177.96646185451638, -38.68635923776014, 0.0], [177.96663199874135, -38.68625288526005, 0.0], [177.96680522552273, -38.68615593096517, 0.0], [177.9669701245159, -38.68604408350128, 0.0], [177.96706249642972, -38.68597344267477, 0.0], [177.96717970434162, -38.68588573440506, 0.0], [177.96727908602014, -38.68581098306876, 0.0], [177.96738724359645, -38.68572251640397, 0.0], [177.96750254277322, -38.68563183960267, 0.0], [177.96760395311787, -38.68555128380719, 0.0], [177.9677482142881, -38.68545746754576, 0.0], [177.9679043342071, -38.68535933422914, 0.0], [177.96805737050735, -38.68525180234962, 0.0], [177.96815740905734, -38.68518655200995, 0.0], [177.96827199447674, -38.685120682058006, 0.0], [177.96850751596762, -38.6849753297952, 0.0], [177.9686256322422, -38.684890249763015, 0.0], [177.96877919342955, -38.684790318367014, 0.0], [177.96891290487497, -38.68470571737427, 0.0], [177.96907373871795, -38.68460547583455, 0.0], [177.9692590804719, -38.68450800199523, 0.0], [177.96946426552904, -38.68438109353555, 0.0], [177.96962646814845, -38.684265545467916, 0.0], [177.969825880469, -38.684125540766374, 0.0], [177.96999103349538, -38.68401749026506, 0.0], [177.97017606389133, -38.6839015407122, 0.0], [177.97030669400948, -38.68382164371002, 0.0], [177.97039808492562, -38.6837720074491, 0.0], [177.9704558491759, -38.6836933088879, 0.0], [177.97060200001613, -38.683591784988835, 0.0], [177.97073668719287, -38.6835002790503, 0.0], [177.97083279447568, -38.68344853556628, 0.0], [177.97102977766866, -38.68330863240299, 0.0], [177.9711330259723, -38.683254678454006, 0.0], [177.97124302018227, -38.683192813209864, 0.0], [177.9713793665849, -38.683125250633545, 0.0], [177.97161413828505, -38.683021854864364, 0.0], [177.97176914116974, -38.682942823532024, 0.0], [177.97190069044754, -38.68287622718215, 0.0], [177.97207658962856, -38.68278296332858, 0.0], [177.9722244500395, -38.68270614176129, 0.0], [177.97236313982205, -38.682637334630094, 0.0], [177.97250562343362, -38.68255311815646, 0.0], [177.97261711681963, -38.682477846219676, 0.0], [177.97279301402597, -38.682384581406446, 0.0], [177.97296487861547, -38.68228577043785, 0.0], [177.97312799363849, -38.68218352034733, 0.0], [177.97329039793962, -38.682106077474955, 0.0], [177.97339186258023, -38.68202646752644, 0.0], [177.97353755926517, -38.68195354846197, 0.0], [177.97371037019136, -38.68185088422266, 0.0], [177.97389340559346, -38.68175540754081, 0.0], [177.97408102547956, -38.68165592324355, 0.0], [177.97425718239293, -38.68156645709058, 0.0], [177.97441368017357, -38.68147401708722, 0.0], [177.9745566864793, -38.6813973996435, 0.0], [177.97474915315453, -38.68129770763257, 0.0], [177.97493503837083, -38.68122231073176, 0.0], [177.9750895058231, -38.68113567423363, 0.0], [177.97524652914024, -38.68105083446987, 0.0], [177.9753462411592, -38.68101608705231, 0.0], [177.97549881093508, -38.68093715469231, 0.0], [177.97566513490588, -38.6808461999171, 0.0], [177.9758099032698, -38.68075997617159, 0.0], [177.97598645141767, -38.68067620859923, 0.0], [177.97611838808805, -38.68061530891887, 0.0], [177.97623525085888, -38.680547428354444, 0.0], [177.97639240336554, -38.680464487519785, 0.0], [177.97652283849226, -38.68041699296998, 0.0], [177.97658507918862, -38.68040290228972, 0.0], [177.9766635478891, -38.680342376939784, 0.0], [177.97674007375377, -38.68030289966973, 0.0], [177.9768612069001, -38.68026151936784, 0.0], [177.97695082384362, -38.68022148348388, 0.0], [177.97709717268438, -38.680158061946464, 0.0], [177.97722562744497, -38.68008206214644, 0.0], [177.9773219890372, -38.68003411450547, 0.0], [177.97742372692508, -38.679993561128825, 0.0], [177.9775151868698, -38.679945060092834, 0.0], [177.97768714616493, -38.67986529767392, 0.0], [177.97779241251806, -38.679805534120575, 0.0], [177.97789014187848, -38.679742280215095, 0.0], [177.97800038842192, -38.67968420990852, 0.0], [177.97813218941914, -38.67962140787505, 0.0], [177.97819919436253, -38.67957090036649, 0.0], [177.97833002244022, -38.67952910487187, 0.0], [177.9784626147255, -38.6794777042929, 0.0], [177.9785410321917, -38.6794514866687, 0.0], [177.97861729201628, -38.679408207696696, 0.0], [177.97873736650067, -38.67935162322876, 0.0], [177.97883654625886, -38.67930927189501, 0.0], [177.97897438225303, -38.67926336474982, 0.0], [177.97911843488455, -38.67920194467589, 0.0], [177.97927015605921, -38.67914591491527, 0.0], [177.97936801514427, -38.679084560207244, 0.0], [177.97942218916378, -38.679059376765764, 0.0], [177.97951973584924, -38.679028530150134, 0.0], [177.97965717476376, -38.67897692137432, 0.0], [177.97980427689023, -38.678910414890225, 0.0], [177.97995048823884, -38.67884508980835, 0.0], [177.98009630324273, -38.67877406367832, 0.0], [177.98022082780665, -38.678711569969, 0.0], [177.98030762041572, -38.6786659343574, 0.0], [177.98042619215303, -38.67862275385801, 0.0], [177.98046771607335, -38.67859048627337, 0.0]], "type": "LineString"}, "id": "4307", "properties": {"CPS": 4, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4307.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 1.56173050096, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 2.079639391817726, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [177.98054022697914, -38.67854927206011, 177.98205570511308, -38.67787009181645], "geometry": {"coordinates": [[177.98054022697914, -38.67854927206011, 0.0], [177.98066796718433, -38.678498076181796, 0.0], [177.98075423107872, -38.67844483910341, 0.0], [177.98085812469003, -38.67840037891355, 0.0], [177.9809455766945, -38.67836424433533, 0.0], [177.9810575824508, -38.678296566469584, 0.0], [177.98118197323012, -38.678232171548814, 0.0], [177.98131592863194, -38.67816546217411, 0.0], [177.9814149730042, -38.6781212085584, 0.0], [177.98155051264104, -38.67807730242233, 0.0], [177.98164392819956, -38.67803252659962, 0.0], [177.9818077657494, -38.6779759762318, 0.0], [177.9819050456326, -38.677941327202156, 0.0], [177.98201837044246, -38.677892651400946, 0.0], [177.98205570511308, -38.67787009181645, 0.0]], "type": "LineString"}, "id": "4308", "properties": {"CPS": 4, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4308.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.152751768849, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 2.079639391817726, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [177.98210260454007, -38.677845217825826, 177.98340668524628, -38.67729778990758], "geometry": {"coordinates": [[177.98210260454007, -38.677845217825826, 0.0], [177.9821814148984, -38.677824698817126, 0.0], [177.98232100939222, -38.67776918306656, 0.0], [177.9824696400873, -38.677703751589156, 0.0], [177.98258768042135, -38.67765296792758, 0.0], [177.98273009468485, -38.67760304905275, 0.0], [177.98284059787088, -38.67754877520198, 0.0], [177.9829188792855, -38.67752065458417, 0.0], [177.9830001132, -38.67750003151673, 0.0], [177.98310616389622, -38.677451665383835, 0.0], [177.9831785399243, -38.677408549414366, 0.0], [177.9832323149119, -38.677377663512694, 0.0], [177.98333214948536, -38.67734481012411, 0.0], [177.98337433180927, -38.67732204305939, 0.0], [177.98340668524628, -38.67729778990758, 0.0]], "type": "LineString"}, "id": "4309", "properties": {"CPS": 4, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4309.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.129653776838, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 2.079639391817726, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [177.98349279953368, -38.67725584820927, 177.98620790792808, -38.676203979146905], "geometry": {"coordinates": [[177.98349279953368, -38.67725294334296, 0.0], [177.98355864890698, -38.67725584820927, 0.0], [177.98368986544168, -38.677219748022544, 0.0], [177.98381032819765, -38.67716885967092, 0.0], [177.98391421784723, -38.67712439699689, 0.0], [177.9841059523279, -38.67704949834325, 0.0], [177.9842444866496, -38.67697877822027, 0.0], [177.98435362044708, -38.67693980889778, 0.0], [177.9844438892509, -38.676909269196486, 0.0], [177.98452596055162, -38.67686573818354, 0.0], [177.98464439427923, -38.67682065346539, 0.0], [177.98482629828723, -38.676744267754785, 0.0], [177.98497086883413, -38.67669044221582, 0.0], [177.9851271635185, -38.67663039773752, 0.0], [177.98526714955725, -38.676580579593335, 0.0], [177.9854723686913, -38.67648985510374, 0.0], [177.9855979414229, -38.676442558434815, 0.0], [177.98590810374722, -38.67633305395184, 0.0], [177.98611384994436, -38.67624992954043, 0.0], [177.98620790792808, -38.676203979146905, 0.0]], "type": "LineString"}, "id": "4310", "properties": {"CPS": 4, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4310.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.265075589471, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 2.079639391817726, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [177.98625762535798, -38.676184700869086, 177.98741301909234, -38.67570266783328], "geometry": {"coordinates": [[177.98625762535798, -38.676184700869086, 0.0], [177.98633709331295, -38.67617368062807, 0.0], [177.98646495680075, -38.67612437920992, 0.0], [177.98657827528316, -38.67607569935793, 0.0], [177.9866604764029, -38.67603406726206, 0.0], [177.9868121841568, -38.675978028492246, 0.0], [177.98696631578608, -38.67592188591681, 0.0], [177.98707654847973, -38.67586380787221, 0.0], [177.98714433648126, -38.67582469749563, 0.0], [177.9872146807264, -38.67578738373036, 0.0], [177.98729591116407, -38.6757667578747, 0.0], [177.98737930127228, -38.67574222778628, 0.0], [177.98741301909234, -38.67570266783328, 0.0]], "type": "LineString"}, "id": "4311", "properties": {"CPS": 4, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4311.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.115524188359, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 2.079639391817726, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [177.98765305237913, -38.67555327352354, 177.99207466973346, -38.674240613236805], "geometry": {"coordinates": [[177.98765305237913, -38.67555327352354, 0.0], [177.9877836901361, -38.675543876517345, 0.0], [177.98792067469142, -38.67552086653403, 0.0], [177.98810966741053, -38.675476573474015, 0.0], [177.98821769460284, -38.675456707177084, 0.0], [177.98838958594536, -38.67541123895072, 0.0], [177.98856068367047, -38.67535436886196, 0.0], [177.98872261362513, -38.6753055142536, 0.0], [177.98889318183933, -38.67524104263092, 0.0], [177.98907992495083, -38.67516444350641, 0.0], [177.98924106058135, -38.67510418661544, 0.0], [177.98935975251982, -38.67506289802007, 0.0], [177.98950400741177, -38.675018610103336, 0.0], [177.9896297067856, -38.674973209694784, 0.0], [177.98982477864888, -38.67491150058056, 0.0], [177.98996704938986, -38.674859673270035, 0.0], [177.99011593081335, -38.674798033409914, 0.0], [177.99023083166833, -38.67477215349226, 0.0], [177.99031205988751, -38.67475152566435, 0.0], [177.99050536776645, -38.674699420503984, 0.0], [177.990643583058, -38.67465920140304, 0.0], [177.99083715496513, -38.67461089625259, 0.0], [177.99097686790645, -38.674557271231514, 0.0], [177.99108266625413, -38.674519391397006, 0.0], [177.99123357306348, -38.67445194572141, 0.0], [177.99140748682473, -38.67440066882566, 0.0], [177.99155350232823, -38.67436773862838, 0.0], [177.99170582117824, -38.674355503699346, 0.0], [177.99189357464147, -38.67432841092203, 0.0], [177.9919527206273, -38.67430491498677, 0.0], [177.99201389368162, -38.674275614517214, 0.0], [177.99207466973346, -38.674240613236805, 0.0]], "type": "LineString"}, "id": "4312", "properties": {"CPS": 4, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4312.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.414877638614, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 2.079639391817726, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [177.9921743628842, -38.67420585255537, 177.9962671071155, -38.67325951293288], "geometry": {"coordinates": [[177.9921743628842, -38.67420585255537, 0.0], [177.99233637740443, -38.67419320192089, 0.0], [177.99248697538633, -38.674156262627825, 0.0], [177.9926459039874, -38.674134214011424, 0.0], [177.99280417079078, -38.67410266389169, 0.0], [177.99294158934512, -38.67405104067256, 0.0], [177.99307023791212, -38.674013134091716, 0.0], [177.99317438123046, -38.673972464342214, 0.0], [177.99328927935855, -38.673946581565545, 0.0], [177.99340907006322, -38.67392811295414, 0.0], [177.99354499022292, -38.67388989462204, 0.0], [177.9936980108249, -38.67385285009009, 0.0], [177.99385169305717, -38.67382530664555, 0.0], [177.99397954645053, -38.673775997585594, 0.0], [177.9941207111175, -38.67374327185751, 0.0], [177.99429946872908, -38.67369178335662, 0.0], [177.99450594935618, -38.67365435511156, 0.0], [177.99463217219292, -38.6736165506802, 0.0], [177.99470926435936, -38.67360638887535, 0.0], [177.9948614482281, -38.67359224970744, 0.0], [177.9949468595536, -38.67356190999444, 0.0], [177.99510120248067, -38.67354386623448, 0.0], [177.99524369001145, -38.67353014172696, 0.0], [177.99535387084237, -38.67350636483901, 0.0], [177.99550702185502, -38.67347121829583, 0.0], [177.99561182482853, -38.673440047762035, 0.0], [177.99574322668397, -38.67341726773771, 0.0], [177.995836306635, -38.673392316761614, 0.0], [177.99596239574979, -38.67335261071476, 0.0], [177.99609615399186, -38.67331829386822, 0.0], [177.99619408167788, -38.67329313500902, 0.0], [177.9962671071155, -38.67325951293288, 0.0]], "type": "LineString"}, "id": "4313", "properties": {"CPS": 4, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4313.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.374096566666, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 2.079639391817726, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [177.99631413055624, -38.673236533983705, 178.00555948722777, -38.6705843820507], "geometry": {"coordinates": [[177.99631413055624, -38.673236533983705, 0.0], [177.99643938420843, -38.673219734247894, 0.0], [177.99658094364958, -38.67319270642687, 0.0], [177.9967358550559, -38.67314795329617, 0.0], [177.9968816000114, -38.67311121625095, 0.0], [177.99702223192267, -38.67307088619078, 0.0], [177.99715061124218, -38.67302917486542, 0.0], [177.99724827318127, -38.67300021467748, 0.0], [177.99739428241398, -38.672967277518964, 0.0], [177.99753284465797, -38.67294609469906, 0.0], [177.99764372565392, -38.67289750873207, 0.0], [177.99774597022775, -38.67286453998625, 0.0], [177.9978397109211, -38.67284908872361, 0.0], [177.99795985046794, -38.67282869461555, 0.0], [177.99809347408174, -38.672792475357554, 0.0], [177.99822493850905, -38.672760160291276, 0.0], [177.9983421238749, -38.67273226868313, 0.0], [177.99848398571856, -38.67267473092388, 0.0], [177.99861813865132, -38.672646112069145, 0.0], [177.99873957540467, -38.67260946127948, 0.0], [177.9988555678802, -38.67256446700933, 0.0], [177.99896548070598, -38.67253688639728, 0.0], [177.99908953977305, -38.67250298176334, 0.0], [177.99921320121882, -38.67246337628348, 0.0], [177.99934653889977, -38.67244050929005, 0.0], [177.9994948372273, -38.672405565523604, 0.0], [177.99962550511304, -38.67236184752721, 0.0], [177.9997606232151, -38.67231222091686, 0.0], [177.99987432303152, -38.67226922982426, 0.0], [178.00004377370476, -38.672223849261414, 0.0], [178.00011490215766, -38.67219792979934, 0.0], [178.0002174094369, -38.67216875949856, 0.0], [178.00031722762208, -38.67213589252994, 0.0], [178.0004192046045, -38.67209912111391, 0.0], [178.00053193751162, -38.672077135926486, 0.0], [178.00063122526964, -38.672036667760054, 0.0], [178.00076942858334, -38.67199643734812, 0.0], [178.00090736664743, -38.67195240631084, 0.0], [178.00102685987582, -38.67190535394553, 0.0], [178.00112830593093, -38.671860981012806, 0.0], [178.00125438888048, -38.67182126960355, 0.0], [178.00139796943995, -38.67178843161307, 0.0], [178.00153105877965, -38.671744607714515, 0.0], [178.00165608079618, -38.67168969402821, 0.0], [178.00183152791755, -38.67162575703244, 0.0], [178.00195668203597, -38.67157274328478, 0.0], [178.00214190380453, -38.671509530299915, 0.0], [178.0023125816888, -38.6714469406312, 0.0], [178.00244121963456, -38.67140902432753, 0.0], [178.00255930200126, -38.67136965458642, 0.0], [178.00269441589973, -38.671320024826485, 0.0], [178.00281727744064, -38.671269014399606, 0.0], [178.00290766250674, -38.6712403615958, 0.0], [178.00299522580943, -38.671206111981974, 0.0], [178.00308049770632, -38.67117386648413, 0.0], [178.00319538680543, -38.67114797446158, 0.0], [178.00328065852977, -38.67111572882759, 0.0], [178.00337738669754, -38.671073462229295, 0.0], [178.0034407105023, -38.67104025183151, 0.0], [178.00352853848025, -38.67100980230619, 0.0], [178.00362104459083, -38.671011552640344, 0.0], [178.00368732255055, -38.670985839073985, 0.0], [178.00378833072517, -38.67097007139137, 0.0], [178.0038920279727, -38.6709580001158, 0.0], [178.00395110038306, -38.670933548411284, 0.0], [178.00401482162064, -38.67090603840801, 0.0], [178.00411031869345, -38.67088097725475, 0.0], [178.0042204916829, -38.670857192437126, 0.0], [178.0043477644692, -38.67083457994185, 0.0], [178.00450601724486, -38.670803014733636, 0.0], [178.00460852037736, -38.67077384081489, 0.0], [178.0047549186937, -38.67074659562131, 0.0], [178.00485402817955, -38.67071756707087, 0.0], [178.00493727256594, -38.67069112496191, 0.0], [178.0050533538244, -38.670682333218814, 0.0], [178.00514642626615, -38.670657375245625, 0.0], [178.00526532925127, -38.670654179978904, 0.0], [178.00535717153932, -38.67064642784498, 0.0], [178.00543878765578, -38.67063149072607, 0.0], [178.00549915551417, -38.670590782399834, 0.0], [178.00555948722777, -38.6705843820507, 0.0]], "type": "LineString"}, "id": "4314", "properties": {"CPS": 4, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4314.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.86434001058, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 2.079639391817726, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [178.00563479622156, -38.67060578061883, 178.00843798079848, -38.67054875034769], "geometry": {"coordinates": [[178.00563479622156, -38.67054875034769, 0.0], [178.00570800722826, -38.67058753926585, 0.0], [178.0057780393788, -38.67060168764776, 0.0], [178.0059047444736, -38.67060578061883, 0.0], [178.00604303829186, -38.67060175253252, 0.0], [178.00625607429268, -38.670588799296986, 0.0], [178.006399879159, -38.67059406386947, 0.0], [178.00649846205948, -38.67057839792575, 0.0], [178.0066507682343, -38.67056614414684, 0.0], [178.00681828103103, -38.670562767131216, 0.0], [178.00696988820815, -38.670575319806424, 0.0], [178.00710359941453, -38.670575298956564, 0.0], [178.00724647529904, -38.67056726095581, 0.0], [178.00737005222751, -38.67057529840983, 0.0], [178.00749931375879, -38.670581185825256, 0.0], [178.00761323579565, -38.67057629603292, 0.0], [178.0077676650443, -38.67059444426769, 0.0], [178.00786867139192, -38.67057867314109, 0.0], [178.00797289787468, -38.670574199176684, 0.0], [178.00805544221762, -38.67057256177334, 0.0], [178.00814900927637, -38.67058951026146, 0.0], [178.00824340752007, -38.67058355204137, 0.0], [178.0083088520253, -38.670580742608735, 0.0], [178.00837940972232, -38.67058152545819, 0.0], [178.00843798079848, -38.670584728761725, 0.0]], "type": "LineString"}, "id": "4315", "properties": {"CPS": 4, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4315.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.247060808515, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 2.079639391817726, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [178.00872226611168, -38.670664657664105, 178.00983003799132, -38.670606830503246], "geometry": {"coordinates": [[178.00872226611168, -38.670606830503246, 0.0], [178.00881394041443, -38.67063148335865, 0.0], [178.00894818247795, -38.670639061234745, 0.0], [178.00904782663355, -38.670638594865835, 0.0], [178.0091326620618, -38.67063495241391, 0.0], [178.0092230089771, -38.67064060281496, 0.0], [178.00926879697772, -38.67063482499883, 0.0], [178.0092833401894, -38.670634200555426, 0.0], [178.0093729890757, -38.670664657664105, 0.0], [178.00943600967244, -38.67066195167179, 0.0], [178.0095549119975, -38.67065875203614, 0.0], [178.00962317859864, -38.670661538416276, 0.0], [178.00970559011137, -38.6706579996281, 0.0], [178.00978073000738, -38.670654773035565, 0.0], [178.00983003799132, -38.670629784730124, 0.0]], "type": "LineString"}, "id": "4316", "properties": {"CPS": 4, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4316.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.0987353069793, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 2.079639391817726, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [178.00988203906877, -38.671000474217976, 178.01653811270435, -38.67059114878534], "geometry": {"coordinates": [[178.00988203906877, -38.67059114878534, 0.0], [178.0099714225585, -38.670617805000184, 0.0], [178.01002258927858, -38.670619419554626, 0.0], [178.01007886927997, -38.6706246263244, 0.0], [178.01016812009172, -38.67064938217115, 0.0], [178.01030774102097, -38.67066435111836, 0.0], [178.01038679909797, -38.67064761448492, 0.0], [178.01046180611883, -38.670642487247164, 0.0], [178.01056237964764, -38.67065532103922, 0.0], [178.01067291424457, -38.670671538746085, 0.0], [178.0107609701274, -38.67067919225277, 0.0], [178.0108880734473, -38.67068898039342, 0.0], [178.01097197909942, -38.670672035155036, 0.0], [178.01105130258316, -38.67065909849351, 0.0], [178.01112481528304, -38.67066737638694, 0.0], [178.01121366800683, -38.670686430785615, 0.0], [178.0113143744711, -38.670701164120736, 0.0], [178.0113717170448, -38.67072157190056, 0.0], [178.01145827883124, -38.67074263042655, 0.0], [178.01163694750545, -38.67075973224268, 0.0], [178.0117713225772, -38.67076920703179, 0.0], [178.01191109320334, -38.67076892032118, 0.0], [178.01205300554076, -38.670781882802444, 0.0], [178.01223638924986, -38.67079687521545, 0.0], [178.01237587779605, -38.67080994143105, 0.0], [178.01252735284856, -38.67082058656598, 0.0], [178.01267358166425, -38.67082573918495, 0.0], [178.01278507932258, -38.67082094847398, 0.0], [178.01290424709174, -38.67082154581241, 0.0], [178.01300873882937, -38.67082086773889, 0.0], [178.01307268920107, -38.67083146118294, 0.0], [178.0131526766117, -38.670828024105916, 0.0], [178.01322217140975, -38.67081360239809, 0.0], [178.01329422289626, -38.670800976693094, 0.0], [178.0134013718478, -38.670838302265665, 0.0], [178.01349225046593, -38.670851550111706, 0.0], [178.01362727959815, -38.67085298981305, 0.0], [178.0137393086292, -38.6708557989849, 0.0], [178.01390545982267, -38.670867717502624, 0.0], [178.01402771581877, -38.670877710504705, 0.0], [178.01417610274328, -38.670878956653205, 0.0], [178.0142951375776, -38.670877652363394, 0.0], [178.01439006670782, -38.67087928995572, 0.0], [178.01445146050426, -38.670888086608905, 0.0], [178.0145630908504, -38.67088519439294, 0.0], [178.01470178229786, -38.670886856605414, 0.0], [178.01480222363531, -38.67089778646472, 0.0], [178.0148925708539, -38.670903432413496, 0.0], [178.0149732226525, -38.67090949506191, 0.0], [178.0150048656956, -38.67091004074908, 0.0], [178.01510544244252, -38.67090552666694, 0.0], [178.0151990109989, -38.67092246934739, 0.0], [178.01529905367119, -38.67092769818688, 0.0], [178.01541121562806, -38.6709324059315, 0.0], [178.0155061447576, -38.670934042607165, 0.0], [178.01559393524016, -38.670937892015104, 0.0], [178.0156570883993, -38.67093708284792, 0.0], [178.01575995371942, -38.67094790765955, 0.0], [178.01585312364065, -38.6709591492223, 0.0], [178.01591587800598, -38.670952639336505, 0.0], [178.01595641887073, -38.67094136676061, 0.0], [178.01600556061913, -38.6709487834502, 0.0], [178.01604876016256, -38.67097551468267, 0.0], [178.016133165282, -38.671000474217976, 0.0], [178.01624250464488, -38.67099958479273, 0.0], [178.01637824050562, -38.67099374844509, 0.0], [178.01648113676407, -38.67097026495097, 0.0], [178.01653811270435, -38.670950661846796, 0.0]], "type": "LineString"}, "id": "4317", "properties": {"CPS": 3, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4317.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.589500846241, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 0.99040395798886, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [177.94130485712913, -38.71070454145589, 178.02055588826832, -38.670518029293696], "geometry": {"coordinates": [[177.94130485712913, -38.71070454145589, 0.0], [177.94179834768065, -38.71058535826687, 0.0], [177.9422691983335, -38.710413527465796, 0.0], [177.94271628311012, -38.71022781168424, 0.0], [177.9432678335009, -38.709903654760396, 0.0], [177.94364925104776, -38.709592662529275, 0.0], [177.94398006341316, -38.70920936297237, 0.0], [177.94415827253366, -38.70903801649554, 0.0], [177.94424051497666, -38.70896305720477, 0.0], [177.94441831953625, -38.708895959124476, 0.0], [177.94457655049965, -38.708666493619084, 0.0], [177.94472525829707, -38.708486271593536, 0.0], [177.94484815617983, -38.708328585521905, 0.0], [177.9450044874473, -38.70821474820192, 0.0], [177.94513214151425, -38.70812595087121, 0.0], [177.94528526348424, -38.707833566521735, 0.0], [177.94549918210927, -38.707540986686226, 0.0], [177.94557192937896, -38.70736160191425, 0.0], [177.9456673745231, -38.70720269661818, 0.0], [177.94583090010323, -38.70692892999881, 0.0], [177.94589791780277, -38.706842703006146, 0.0], [177.94592936887057, -38.7066817461673, 0.0], [177.94601940540986, -38.70653259970195, 0.0], [177.94627387722502, -38.70625497601631, 0.0], [177.94645247841274, -38.706023453161365, 0.0], [177.94653382469463, -38.705836555896646, 0.0], [177.94668653050104, -38.70558230653353, 0.0], [177.9469123215687, -38.70532972225341, 0.0], [177.9470139025472, -38.705127671902325, 0.0], [177.94712810155158, -38.70493223361335, 0.0], [177.94743991292606, -38.70460452693287, 0.0], [177.9474967611084, -38.70445916957027, 0.0], [177.94766633732604, -38.70418514399573, 0.0], [177.94782690427655, -38.70395676662393, 0.0], [177.94803342616768, -38.70364543685556, 0.0], [177.94816638840612, -38.70350161527198, 0.0], [177.94844516146281, -38.703091922439526, 0.0], [177.94852101617542, -38.702957670485915, 0.0], [177.94865806964845, -38.702785085606955, 0.0], [177.94880291378288, -38.70268126064278, 0.0], [177.94890220853242, -38.70262225187461, 0.0], [177.94898494555343, -38.70249961981833, 0.0], [177.9491477156278, -38.70225923514248, 0.0], [177.94921472534637, -38.702173006748716, 0.0], [177.94925699096004, -38.70208068092091, 0.0], [177.94935791542187, -38.701957276924674, 0.0], [177.9495723048056, -38.70175996767215, 0.0], [177.94970623466077, -38.70154224796211, 0.0], [177.94988972771233, -38.70129383568178, 0.0], [177.95011877820005, -38.70108875604183, 0.0], [177.95038117261146, -38.70088226087936, 0.0], [177.9505699916325, -38.700666975640786, 0.0], [177.95076019907629, -38.70042780686111, 0.0], [177.9509889159936, -38.70021797490903, 0.0], [177.95115388502595, -38.699965582173675, 0.0], [177.95124653041725, -38.69985444024375, 0.0], [177.951369059247, -38.699603848676055, 0.0], [177.9515951445847, -38.69935600840928, 0.0], [177.95185006351196, -38.69908550181399, 0.0], [177.95215379603687, -38.69872953724554, 0.0], [177.9525264987826, -38.698315847747175, 0.0], [177.9529538346735, -38.697856953621674, 0.0], [177.95324314718985, -38.69755639463317, 0.0], [177.95350092076856, -38.697283381033365, 0.0], [177.95371733090022, -38.697071684271236, 0.0], [177.95398320897542, -38.696784030917335, 0.0], [177.9542775897291, -38.69646895970775, 0.0], [177.9545107036655, -38.69623511025436, 0.0], [177.9546934364415, -38.69602007733777, 0.0], [177.95503033761375, -38.69574846445884, 0.0], [177.9552361666157, -38.69551577265585, 0.0], [177.9554293033231, -38.69531935614969, 0.0], [177.95570148575942, -38.69507907992226, 0.0], [177.9559140302504, -38.69485563142552, 0.0], [177.95613625084664, -38.69468418490381, 0.0], [177.95629220633754, -38.69456558451576, 0.0], [177.95655397510538, -38.69430668944091, 0.0], [177.95689356362223, -38.69403019243605, 0.0], [177.95716261354983, -38.69374477996102, 0.0], [177.95739178413908, -38.69354206425986, 0.0], [177.9576958876971, -38.69323610150636, 0.0], [177.95778842268777, -38.69307969331324, 0.0], [177.9579111030591, -38.69291962139455, 0.0], [177.9581522286051, -38.69271401375824, 0.0], [177.95840162380358, -38.69249614200251, 0.0], [177.95867411457158, -38.692260611000265, 0.0], [177.95893292835106, -38.692047102659124, 0.0], [177.95914749861, -38.69180926797185, 0.0], [177.95939394972402, -38.691636785491845, 0.0], [177.95954284481243, -38.69150418660187, 0.0], [177.95968182440623, -38.69136009697226, 0.0], [177.9600009927684, -38.69109637176559, 0.0], [177.9602612784083, -38.69090423989545, 0.0], [177.9603557784335, -38.69077633540071, 0.0], [177.96048780014107, -38.69066351227889, 0.0], [177.9608158200289, -38.69043990981105, 0.0], [177.96105053827995, -38.69022980413997, 0.0], [177.9614454684018, -38.68996285316054, 0.0], [177.961762979208, -38.689675369628354, 0.0], [177.9618700919015, -38.68955407480188, 0.0], [177.9619842528817, -38.6894467746315, 0.0], [177.9621508302494, -38.689306273191505, 0.0], [177.96240095430093, -38.68914315813485, 0.0], [177.96265058366342, -38.68897291633432, 0.0], [177.9627685263634, -38.68892025032743, 0.0], [177.96303060634202, -38.688754242915195, 0.0], [177.963295360872, -38.68849520659367, 0.0], [177.96343202377665, -38.68831785739118, 0.0], [177.9636356923835, -38.68814242184029, 0.0], [177.96385016675663, -38.687947466761266, 0.0], [177.9641652446672, -38.68780064358568, 0.0], [177.96436686659374, -38.68763958845913, 0.0], [177.96460396525026, -38.68750799470141, 0.0], [177.96499076211134, -38.687255672946314, 0.0], [177.96552217971978, -38.686897132435774, 0.0], [177.96603122473445, -38.686522865049675, 0.0], [177.96655353950015, -38.68616470755393, 0.0], [177.96706889725027, -38.68583781552298, 0.0], [177.96744599254583, -38.685533485778336, 0.0], [177.96777044214173, -38.685302869407316, 0.0], [177.9679202298684, -38.68522740048729, 0.0], [177.96824500585356, -38.685001533795614, 0.0], [177.96848903934895, -38.68483866563681, 0.0], [177.9689883357962, -38.684543421003326, 0.0], [177.9694378208629, -38.68423123684642, 0.0], [177.96985528335193, -38.68393947461759, 0.0], [177.97023581599845, -38.68368502065623, 0.0], [177.97082130087554, -38.683274122692886, 0.0], [177.97120976475685, -38.68300265081067, 0.0], [177.9716528751508, -38.68277411478714, 0.0], [177.9721895988388, -38.6825368223953, 0.0], [177.97252782564254, -38.682417579785486, 0.0], [177.9729038635087, -38.68223001673775, 0.0], [177.9730641128356, -38.68213027131268, 0.0], [177.97341899796507, -38.68190072486739, 0.0], [177.97400890005162, -38.68155394848113, 0.0], [177.97452732150316, -38.68127216008846, 0.0], [177.97501267100526, -38.68103942815682, 0.0], [177.97540434140257, -38.680858337901554, 0.0], [177.97583524021027, -38.68067319077699, 0.0], [177.97614205498886, -38.68049571737375, 0.0], [177.97638859010613, -38.680325579385375, 0.0], [177.97671655290017, -38.68019008587936, 0.0], [177.97721394735683, -38.679999714682396, 0.0], [177.97775316550462, -38.67975514375761, 0.0], [177.9782184965127, -38.679497046483206, 0.0], [177.97892344638043, -38.67918822008356, 0.0], [177.97941097149103, -38.67894346546826, 0.0], [177.97995854438406, -38.678731881806904, 0.0], [177.9805311355782, -38.67844299037474, 0.0], [177.98097280592353, -38.67823830563549, 0.0], [177.9814085190439, -38.67807913945358, 0.0], [177.98175381720725, -38.67793097988134, 0.0], [177.98211542079144, -38.6777987998582, 0.0], [177.9823642430626, -38.677661905766456, 0.0], [177.98255846141745, -38.67757022664999, 0.0], [177.98283080523547, -38.677465680747595, 0.0], [177.98306744578247, -38.67737218888138, 0.0], [177.98320474834838, -38.67729246941844, 0.0], [177.98337406215865, -38.677192323130456, 0.0], [177.98351664818463, -38.67718861473181, 0.0], [177.9838449118477, -38.67705785366021, 0.0], [177.98422639692797, -38.67690575862798, 0.0], [177.98455350169945, -38.676758368259094, 0.0], [177.98485834550684, -38.676640517085346, 0.0], [177.9850912894334, -38.676537649528555, 0.0], [177.98546130877318, -38.676395570126594, 0.0], [177.98565612346616, -38.67635627348111, 0.0], [177.98591132419108, -38.67622386427362, 0.0], [177.98614294339635, -38.67610199202352, 0.0], [177.9863104852702, -38.67606385993125, 0.0], [177.98655857583455, -38.67596034213303, 0.0], [177.98679234099365, -38.67586934819805, 0.0], [177.98701817171766, -38.67579536982788, 0.0], [177.98733600936478, -38.675645985589256, 0.0], [177.98760817271437, -38.675539054098394, 0.0], [177.98803151149693, -38.67542089366817, 0.0], [177.9883000917137, -38.67534984988517, 0.0], [177.98859125948906, -38.675254015582865, 0.0], [177.98897222769583, -38.67509478026849, 0.0], [177.98957411581299, -38.67487844737474, 0.0], [177.9901773227097, -38.67468111426651, 0.0], [177.99083170670883, -38.67447682396952, 0.0], [177.99134896515957, -38.67435463382313, 0.0], [177.99196086830125, -38.67419503804026, 0.0], [177.99285918739687, -38.67395885689248, 0.0], [177.99341924141953, -38.67379670772209, 0.0], [177.99389070798046, -38.67367170159692, 0.0], [177.99432091058304, -38.67356513688718, 0.0], [177.99495698772728, -38.67344737394114, 0.0], [177.99550144906746, -38.673366884122444, 0.0], [177.99573211197048, -38.67331888865692, 0.0], [177.99616803798853, -38.67320730731981, 0.0], [177.99663090139353, -38.67308980587782, 0.0], [177.99709497199356, -38.67294604452288, 0.0], [177.99759237035488, -38.672800853691086, 0.0], [177.99799358577496, -38.67271457651073, 0.0], [177.99828351913177, -38.672644977672995, 0.0], [177.99865343932493, -38.67254574463769, 0.0], [177.9990586753289, -38.67247358595296, 0.0], [177.99933047538283, -38.67236187839132, 0.0], [177.99956757146933, -38.672275481394514, 0.0], [177.99984317961088, -38.67221840460937, 0.0], [178.00016312505696, -38.67209986700766, 0.0], [178.00044616512244, -38.67201864632281, 0.0], [178.00079927207565, -38.671896303257505, 0.0], [178.0013630285274, -38.67170060424558, 0.0], [178.0016356500751, -38.67160076819122, 0.0], [178.00195878497766, -38.67148447142363, 0.0], [178.00227872313764, -38.67136592845107, 0.0], [178.00255283347178, -38.67128746801956, 0.0], [178.00282495434593, -38.671180503526344, 0.0], [178.00298861490666, -38.671130602261236, 0.0], [178.00317381588653, -38.67108454180766, 0.0], [178.00345282345353, -38.67098919251819, 0.0], [178.00360992603495, -38.67093242446522, 0.0], [178.0039005084434, -38.670872313609955, 0.0], [178.0041316533677, -38.67083142825265, 0.0], [178.00449731824776, -38.670758565822844, 0.0], [178.004767353142, -38.67070886380491, 0.0], [178.00496583164065, -38.67067890770921, 0.0], [178.00512139454182, -38.67064364524158, 0.0], [178.00518523262468, -38.67060040580408, 0.0], [178.00543434379512, -38.670599247779066, 0.0], [178.00596627080017, -38.670557365629236, 0.0], [178.00637463670077, -38.670530312949374, 0.0], [178.0068208529885, -38.670523075986274, 0.0], [178.00730155837962, -38.670531033777905, 0.0], [178.00760454233955, -38.670518029293696, 0.0], [178.0079426791863, -38.6705297213673, 0.0], [178.00818419307294, -38.67055032507153, 0.0], [178.00864302565273, -38.67054968667542, 0.0], [178.00894866397465, -38.670574682966176, 0.0], [178.00938342366106, -38.67057745757381, 0.0], [178.0096362273574, -38.67058566152748, 0.0], [178.00988583525805, -38.67059161977392, 0.0], [178.01006085916194, -38.67061745715443, 0.0], [178.0107433587045, -38.67064294092521, 0.0], [178.0109899368112, -38.67064902691512, 0.0], [178.01126224760168, -38.670675448548984, 0.0], [178.0115589631682, -38.67070320357766, 0.0], [178.01196861266314, -38.67073801815507, 0.0], [178.0123247628029, -38.67074654115338, 0.0], [178.01275715670468, -38.67075893426507, 0.0], [178.01287395066035, -38.67077773977399, 0.0], [178.01313131965014, -38.67076429843279, 0.0], [178.01345887261772, -38.670754987674165, 0.0], [178.01377879062088, -38.67081032854014, 0.0], [178.01418458061147, -38.670833389179116, 0.0], [178.0144666861416, -38.67082602886447, 0.0], [178.01487920033787, -38.67085832758555, 0.0], [178.01511096177055, -38.67086980645064, 0.0], [178.0153921971918, -38.67089345228967, 0.0], [178.01556992044698, -38.670914400468995, 0.0], [178.0158343453714, -38.670914944087166, 0.0], [178.01613006541925, -38.670928435839194, 0.0], [178.01633538955838, -38.670952960867545, 0.0], [178.01654564862085, -38.670917713727185, 0.0], [178.01672320589228, -38.67093628488148, 0.0], [178.01692197192313, -38.670953943721315, 0.0], [178.01704329247175, -38.67099399178887, 0.0], [178.01718009463738, -38.67103813870201, 0.0], [178.01734922767147, -38.671066600706254, 0.0], [178.01746938509322, -38.671090021656674, 0.0], [178.01768206153758, -38.67117617003008, 0.0], [178.01782272534138, -38.671232061993294, 0.0], [178.0179848019464, -38.67124653225892, 0.0], [178.0181921221872, -38.67129955669496, 0.0], [178.01837080694068, -38.67137763635711, 0.0], [178.01855588422708, -38.67146020550935, 0.0], [178.01873676826216, -38.671526278069095, 0.0], [178.01895670787547, -38.67158590537741, 0.0], [178.01911368642877, -38.67165777052747, 0.0], [178.01937048355788, -38.67172295848001, 0.0], [178.01971880483202, -38.67183662022783, 0.0], [178.02004625084484, -38.671955943935245, 0.0], [178.0202599666401, -38.672013454143084, 0.0], [178.02036403714322, -38.67215430094754, 0.0], [178.02046570746796, -38.67234766331448, 0.0], [178.02051790261487, -38.67252886044818, 0.0], [178.02055588826832, -38.67259393240394, 0.0]], "type": "LineString"}, "id": "4321", "properties": {"CPS": 3, "Date": "2018-02-16", "Digitiser": "ER", "Georef_ER": 0.0, "ID": 4321.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.3, "Proxy": 1, "Region": "Gisborne", "SHLength": 8.80903548497, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 1.015332457867865, "USDate": "02/16/2018"}, "type": "Feature"}, {"bbox": [177.95050462579724, -38.70097104515348, 177.98746129759425, -38.675667487033756], "geometry": {"coordinates": [[177.95050462579724, -38.70097104515348, 0.0], [177.95062348266063, -38.7007992304111, 0.0], [177.9507221044869, -38.70064256898356, 0.0], [177.95085072150465, -38.70043603275214, 0.0], [177.95094181427137, -38.700346398837006, 0.0], [177.95099645464015, -38.70030119586305, 0.0], [177.951091235185, -38.70022093504243, 0.0], [177.95115152131388, -38.700125461275896, 0.0], [177.95125251571486, -38.69995916900454, 0.0], [177.95133844146693, -38.699838782501544, 0.0], [177.95142814359028, -38.69977303158836, 0.0], [177.95153398742454, -38.6997208900029, 0.0], [177.95159386857244, -38.699663552137274, 0.0], [177.9516303956544, -38.69957623400373, 0.0], [177.95169100900026, -38.699485510957814, 0.0], [177.9517983169005, -38.6993665988913, 0.0], [177.95189424485199, -38.699302965777214, 0.0], [177.95196239821556, -38.69923336440094, 0.0], [177.9520665097831, -38.699112205364976, 0.0], [177.95212646533724, -38.69901198030908, 0.0], [177.95225416976086, -38.69888028977592, 0.0], [177.95235975839998, -38.698780509676055, 0.0], [177.95237301929023, -38.69870847371492, 0.0], [177.95244133588199, -38.698641247581186, 0.0], [177.95250154390206, -38.698588660267795, 0.0], [177.95260663908377, -38.698481753615525, 0.0], [177.9527333563018, -38.69833580991916, 0.0], [177.95285327142176, -38.69817943397101, 0.0], [177.95291404639465, -38.69809108591286, 0.0], [177.95295204940274, -38.69802514662833, 0.0], [177.95303584955994, -38.69796202758724, 0.0], [177.95313046056972, -38.69787938998434, 0.0], [177.9532408845675, -38.69780561056433, 0.0], [177.95331697920776, -38.697718994219834, 0.0], [177.9534318972985, -38.69757831571844, 0.0], [177.95348914709524, -38.69748296978758, 0.0], [177.95357146781905, -38.697398471328526, 0.0], [177.95363707939157, -38.69733612427511, 0.0], [177.95373046458798, -38.69727974501242, 0.0], [177.95383564595414, -38.69721809985463, 0.0], [177.95395015938132, -38.697115556957364, 0.0], [177.95402796949548, -38.69700980788004, 0.0], [177.9541501716859, -38.69684261263014, 0.0], [177.95429511521755, -38.69671852636205, 0.0], [177.9543724315844, -38.696605650752566, 0.0], [177.9544274696683, -38.696522310491474, 0.0], [177.95456369226937, -38.696425992265766, 0.0], [177.9546288092508, -38.696356518405736, 0.0], [177.9546653312674, -38.69626919964481, 0.0], [177.95473945115873, -38.696154077153324, 0.0], [177.95482898131976, -38.696085948652886, 0.0], [177.9549177802916, -38.69605120516822, 0.0], [177.95510544039038, -38.69590743524273, 0.0], [177.9551959387737, -38.69576541001562, 0.0], [177.95525417076084, -38.695684316151365, 0.0], [177.95534459499217, -38.695585177708125, 0.0], [177.9554715568832, -38.695486869452786, 0.0], [177.95556149630235, -38.6954246791088, 0.0], [177.95565732477823, -38.69531578113388, 0.0], [177.95576560608745, -38.695211118897774, 0.0], [177.95585537175373, -38.6951024783451, 0.0], [177.95597479095537, -38.6949830481579, 0.0], [177.95611460584837, -38.694850839158555, 0.0], [177.95627277114494, -38.69472023275389, 0.0], [177.95645206216878, -38.69454346236543, 0.0], [177.95656353661113, -38.694441046188345, 0.0], [177.95667787747308, -38.694336125683016, 0.0], [177.956822364391, -38.69422754165256, 0.0], [177.95698929153022, -38.69409179715524, 0.0], [177.95709664870304, -38.69397383142917, 0.0], [177.95722647205335, -38.69387301734119, 0.0], [177.95728126798448, -38.69383018741819, 0.0], [177.95739936783724, -38.693691752502545, 0.0], [177.95753024888543, -38.69356230400489, 0.0], [177.9576372099218, -38.693438636822364, 0.0], [177.9577464718278, -38.693348225755976, 0.0], [177.95779053021616, -38.69328202767759, 0.0], [177.95786694355218, -38.69320015988232, 0.0], [177.95793623619556, -38.69314718382282, 0.0], [177.9581017715635, -38.693035321258655, 0.0], [177.95815123393638, -38.69295936365402, 0.0], [177.95823100631222, -38.692882117718646, 0.0], [177.95839694134443, -38.69273211892481, 0.0], [177.95856755064676, -38.692605745494184, 0.0], [177.95871038722484, -38.69247340512727, 0.0], [177.95879253184663, -38.692386528279734, 0.0], [177.9589379980892, -38.69229219470437, 0.0], [177.9590149845251, -38.69221864033731, 0.0], [177.95910286162066, -38.69212675473564, 0.0], [177.9592060577592, -38.69203660024566, 0.0], [177.9593245728852, -38.691948176829925, 0.0], [177.9594363681116, -38.69185050928602, 0.0], [177.95951244924802, -38.691763889750256, 0.0], [177.9596376831562, -38.691684710089326, 0.0], [177.95972367887003, -38.69160958102648, 0.0], [177.95978624898848, -38.691547360040325, 0.0], [177.9598838748572, -38.69146458909883, 0.0], [177.9599914865861, -38.691350421941884, 0.0], [177.96007698822064, -38.691268166362015, 0.0], [177.96025381737198, -38.69114390855127, 0.0], [177.9603411982651, -38.69104489589476, 0.0], [177.9604339121189, -38.69097901037344, 0.0], [177.9605511766478, -38.690850614193764, 0.0], [177.9606518316072, -38.69076771383713, 0.0], [177.96075347307823, -38.690699066003056, 0.0], [177.96088157017158, -38.6906173808856, 0.0], [177.96103480699693, -38.69050365495538, 0.0], [177.96121875160145, -38.69035050403599, 0.0], [177.9614807462311, -38.69013923747401, 0.0], [177.96160252096564, -38.690010171990544, 0.0], [177.96173062018252, -38.68988464926535, 0.0], [177.9618479772118, -38.689779595698674, 0.0], [177.96201488455898, -38.68964384524645, 0.0], [177.96219645202743, -38.6895003236856, 0.0], [177.9623622065454, -38.68934794482595, 0.0], [177.9625051942468, -38.68921797607764, 0.0], [177.96265621722503, -38.68911625442947, 0.0], [177.96284884874373, -38.6890008503194, 0.0], [177.96302902730505, -38.688881210861794, 0.0], [177.96324068677913, -38.688711392040695, 0.0], [177.9633482891442, -38.68859722237511, 0.0], [177.9634631045134, -38.68849942268609, 0.0], [177.96363811096802, -38.68834903088328, 0.0], [177.96378053173683, -38.68825482114046, 0.0], [177.96393425252512, -38.68814821827104, 0.0], [177.96412694813463, -38.687989925786596, 0.0], [177.96440285880539, -38.68780426748119, 0.0], [177.96459522331622, -38.687641223505395, 0.0], [177.96475885667326, -38.687546109858836, 0.0], [177.96488980963204, -38.68746191657398, 0.0], [177.96505736411888, -38.68733566413956, 0.0], [177.96525621291116, -38.687222374028906, 0.0], [177.9653875432287, -38.687143643719146, 0.0], [177.96555443769645, -38.6870078890049, 0.0], [177.96572485605245, -38.686879131330194, 0.0], [177.96596422502606, -38.686692642545836, 0.0], [177.96620187894987, -38.6865252856851, 0.0], [177.9663823747879, -38.686410392617475, 0.0], [177.96661429464172, -38.68624804391277, 0.0], [177.96685645790814, -38.68610193558975, 0.0], [177.96707882197882, -38.68595524035392, 0.0], [177.96732490420794, -38.68577799275285, 0.0], [177.9674958103568, -38.6856563591048, 0.0], [177.9676813752341, -38.68552695373278, 0.0], [177.96787079339109, -38.685409296091386, 0.0], [177.96805520426392, -38.68526326234729, 0.0], [177.96832216674798, -38.6850803586714, 0.0], [177.9686127141217, -38.68488692021629, 0.0], [177.9687908299666, -38.684781654627166, 0.0], [177.96901904956096, -38.68460992927568, 0.0], [177.96915494964202, -38.68453147673392, 0.0], [177.9694183159144, -38.68438446014161, 0.0], [177.96962558222478, -38.68426127462471, 0.0], [177.9698519205629, -38.68410630479469, 0.0], [177.97003527009667, -38.68398890231561, 0.0], [177.9702764300633, -38.68382853540489, 0.0], [177.97038460758884, -38.68376674833935, 0.0], [177.97071305845134, -38.68355024816003, 0.0], [177.97094930753278, -38.68340676609707, 0.0], [177.97114698235134, -38.68327683943016, 0.0], [177.97130101073455, -38.68317497900705, 0.0], [177.97136260844806, -38.68312089382053, 0.0], [177.97147094868888, -38.68306148127088, 0.0], [177.9716035329975, -38.68300103542648, 0.0], [177.9717669812448, -38.68290353780598, 0.0], [177.97194436371498, -38.68283165269607, 0.0], [177.9721325495878, -38.68274024752648, 0.0], [177.97227307069696, -38.68266278574196, 0.0], [177.97247387210072, -38.68257798958823, 0.0], [177.9726580372508, -38.682472460469256, 0.0], [177.9728130505008, -38.68238485064929, 0.0], [177.97295258125934, -38.68229313578458, 0.0], [177.97316540165755, -38.68216256020097, 0.0], [177.97331820720862, -38.68208695593401, 0.0], [177.97346682815592, -38.681994852953274, 0.0], [177.97370978659103, -38.681860609137054, 0.0], [177.97388154715713, -38.68177347514339, 0.0], [177.9740585947856, -38.681696836353254, 0.0], [177.9742751011516, -38.68157563132404, 0.0], [177.9744095565988, -38.6814984256883, 0.0], [177.9745945402563, -38.68140477079979, 0.0], [177.97479082086198, -38.68129872180567, 0.0], [177.97496434119108, -38.68121508484949, 0.0], [177.97511918384978, -38.68112509693018, 0.0], [177.97531915281854, -38.68102841944424, 0.0], [177.97556243405157, -38.68089892296237, 0.0], [177.9757442192214, -38.6808030203087, 0.0], [177.97594165066363, -38.68071359726352, 0.0], [177.97608604940282, -38.68062643598641, 0.0], [177.97622336649354, -38.68054672385463, 0.0], [177.97642349714778, -38.68045242005224, 0.0], [177.97656246270023, -38.68039646136355, 0.0], [177.9767216512463, -38.68032534531754, 0.0], [177.97685201989947, -38.680276900278045, 0.0], [177.97697820344845, -38.68021195673988, 0.0], [177.9771781671402, -38.680115276387184, 0.0], [177.9772712633066, -38.68005531778909, 0.0], [177.97739843572526, -38.68000462610621, 0.0], [177.9775069308534, -38.679947583941384, 0.0], [177.97762517672706, -38.67989965529558, 0.0], [177.97774915326252, -38.67984671718623, 0.0], [177.9778807360713, -38.67977201266776, 0.0], [177.97804196236643, -38.67968651343812, 0.0], [177.9781764099471, -38.67960930394144, 0.0], [177.97832953427388, -38.67953844453656, 0.0], [177.97847235162894, -38.679494231329755, 0.0], [177.97858756568368, -38.67944643111571, 0.0], [177.97873291805828, -38.67939496217279, 0.0], [177.9789335368538, -38.67930778059214, 0.0], [177.97915487250103, -38.679212567234615, 0.0], [177.97933510290753, -38.67913816722859, 0.0], [177.9794843695933, -38.67905555893592, 0.0], [177.97973771708288, -38.678939918829165, 0.0], [177.97991376066204, -38.67884901978308, 0.0], [177.98005878068471, -38.678792798589846, 0.0], [177.98018479344492, -38.678725476565404, 0.0], [177.98034077897324, -38.678652110037994, 0.0], [177.98047621219112, -38.678589150368275, 0.0], [177.980686854777, -38.67849319948032, 0.0], [177.98087518218665, -38.678404156999534, 0.0], [177.9810278058409, -38.678326168291825, 0.0], [177.98119558058443, -38.67824753247518, 0.0], [177.98130037925225, -38.67818111507452, 0.0], [177.98141845430897, -38.67813080756625, 0.0], [177.98158132307478, -38.67806905757163, 0.0], [177.9818449097322, -38.67796965266976, 0.0], [177.9820815533803, -38.67787616261635, 0.0], [177.98225031635255, -38.677811777584296, 0.0], [177.98250734519033, -38.67770550405003, 0.0], [177.98264007448043, -38.67764742223842, 0.0], [177.98277362908507, -38.67760121708037, 0.0], [177.98286696470012, -38.67754481755702, 0.0], [177.98297054670402, -38.677504657180975, 0.0], [177.98306635878643, -38.67748388787557, 0.0], [177.9831455335038, -38.67744238745701, 0.0], [177.9832554358515, -38.677383850550406, 0.0], [177.98337080807832, -38.677338421386004, 0.0], [177.9834802848072, -38.677295626358244, 0.0], [177.9836739473924, -38.67723970531105, 0.0], [177.98386325828034, -38.677164910578746, 0.0], [177.9840291526825, -38.67710302798726, 0.0], [177.98418595611142, -38.67704153355946, 0.0], [177.9843325125039, -38.67696379986086, 0.0], [177.9845033102805, -38.67688503025563, 0.0], [177.98465388718768, -38.67682141883881, 0.0], [177.98480562000597, -38.676774434702686, 0.0], [177.98495349652552, -38.67671570310805, 0.0], [177.98515558605197, -38.67664988993487, 0.0], [177.9853413678775, -38.67656809643627, 0.0], [177.98553067502743, -38.676493299221036, 0.0], [177.98568527146597, -38.67644380917943, 0.0], [177.98592223482905, -38.67635506266778, 0.0], [177.98609032946123, -38.67628117113903, 0.0], [177.986192420673, -38.67621963001433, 0.0], [177.9863566021689, -38.67617687665747, 0.0], [177.98647180500836, -38.676129069328766, 0.0], [177.9865460723119, -38.67610445327272, 0.0], [177.98669763692197, -38.676055091505894, 0.0], [177.98682936797857, -38.675982753271455, 0.0], [177.98694726984277, -38.67593006529943, 0.0], [177.98706148040537, -38.67586800537758, 0.0], [177.98717348682317, -38.67581795160555, 0.0], [177.9872723252605, -38.67579704953179, 0.0], [177.9873917137091, -38.67576573923193, 0.0], [177.98746129759425, -38.675717498756434, 0.0], [177.98746085745262, -38.675667487033756, 0.0]], "type": "LineString"}, "id": "4326", "properties": {"CPS": 3, "Date": "2022-02-16", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4326.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 4.35913640139, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 0.99040395798886, "USDate": "02/16/2022"}, "type": "Feature"}, {"bbox": [177.9876114844016, -38.67557351181874, 177.99209943266013, -38.67421713880931], "geometry": {"coordinates": [[177.9876114844016, -38.67556098643709, 0.0], [177.987764313662, -38.67557351181874, 0.0], [177.9879081078782, -38.67554353997489, 0.0], [177.98802463069654, -38.67551473396434, 0.0], [177.98815713046977, -38.675497156747554, 0.0], [177.98826759281343, -38.67546860962288, 0.0], [177.98839810903502, -38.67542252807518, 0.0], [177.98857407705177, -38.675374502860215, 0.0], [177.98878221916775, -38.67530842471696, 0.0], [177.98887301249175, -38.675259276464224, 0.0], [177.9889717942418, -38.675215742542676, 0.0], [177.9890521198416, -38.675190865847306, 0.0], [177.98914120513228, -38.675160849677894, 0.0], [177.98929899120097, -38.67511360094031, 0.0], [177.98944399532797, -38.675057369027364, 0.0], [177.98952432055654, -38.67503249202849, 0.0], [177.989634616197, -38.67500156835477, 0.0], [177.98976816066107, -38.67495535578833, 0.0], [177.9899224196934, -38.67490110986069, 0.0], [177.99013882260078, -38.674822763989916, 0.0], [177.99029258500354, -38.674761391611874, 0.0], [177.99040624061118, -38.6747350883076, 0.0], [177.99052529492346, -38.674699024336896, 0.0], [177.99063575488094, -38.67467047510757, 0.0], [177.99082989977097, -38.674621668976634, 0.0], [177.99100503703318, -38.67456176367369, 0.0], [177.99120138455757, -38.674500950683374, 0.0], [177.99131250536692, -38.67448190216419, 0.0], [177.9914105135348, -38.674449120135975, 0.0], [177.99148174703836, -38.67442463079609, 0.0], [177.99158124346232, -38.674413226583475, 0.0], [177.9917334619732, -38.67437336002992, 0.0], [177.9918738907853, -38.67433876254983, 0.0], [177.99194259009843, -38.6743215285765, 0.0], [177.9920246203868, -38.67427751770096, 0.0], [177.99209943266013, -38.67421713880931, 0.0]], "type": "LineString"}, "id": "4327", "properties": {"CPS": 3, "Date": "2022-02-16", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4327.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.422888481922, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 0.99040395798886, "USDate": "02/16/2022"}, "type": "Feature"}, {"bbox": [177.99217992125418, -38.67419549625615, 178.00554594522978, -38.67058341811133], "geometry": {"coordinates": [[177.99217992125418, -38.67419463542573, 0.0], [177.99227115400396, -38.67419549625615, 0.0], [177.9923410108927, -38.67419488933773, 0.0], [177.99242419861739, -38.6741675054789, 0.0], [177.9924567022675, -38.67415420252876, 0.0], [177.99253851393865, -38.674150701503564, 0.0], [177.992616964708, -38.674142579444336, 0.0], [177.99271260331693, -38.67411942735476, 0.0], [177.9928203620885, -38.67409575648808, 0.0], [177.9930113080956, -38.674044701272116, 0.0], [177.9931522317854, -38.67401722829947, 0.0], [177.9933075280609, -38.67397794271285, 0.0], [177.99346007534527, -38.673942824667776, 0.0], [177.9935781338432, -38.673892505838296, 0.0], [177.99369751574352, -38.6738611894605, 0.0], [177.99387802067014, -38.67381296216622, 0.0], [177.99400852969168, -38.67376687476206, 0.0], [177.99415248236886, -38.673739270934114, 0.0], [177.99425318710135, -38.67370160631874, 0.0], [177.99442947706171, -38.67365832342326, 0.0], [177.99460912776408, -38.67361966118778, 0.0], [177.99470713298226, -38.67358687656047, 0.0], [177.9948071238896, -38.67358259565051, 0.0], [177.99490832446082, -38.67355205645326, 0.0], [177.9950371261288, -38.67352510022309, 0.0], [177.99519771735663, -38.673518224336895, 0.0], [177.99529434707546, -38.673509322123365, 0.0], [177.99551424004005, -38.67345940581926, 0.0], [177.99564304124402, -38.673432448944766, 0.0], [177.99579459283325, -38.67338307611521, 0.0], [177.99593534829512, -38.673353224617266, 0.0], [177.99607290808945, -38.67332112740312, 0.0], [177.99624919573765, -38.67327784188605, 0.0], [177.99639215309023, -38.673235983545915, 0.0], [177.99654838903322, -38.673210233132444, 0.0], [177.99665278373018, -38.67318193804204, 0.0], [177.9968238884978, -38.67310790245223, 0.0], [177.9969333496089, -38.67306509572094, 0.0], [177.99705118831193, -38.673055283645986, 0.0], [177.99713200482168, -38.67303752764271, 0.0], [177.99725507561604, -38.67301557925876, 0.0], [177.99736124139932, -38.672969101447194, 0.0], [177.99743819989783, -38.67293959849816, 0.0], [177.99754931602135, -38.67292054429487, 0.0], [177.99768285065008, -38.67287432323834, 0.0], [177.99783759496233, -38.67282719342628, 0.0], [177.99795796628845, -38.672810124749795, 0.0], [177.99806522411728, -38.67277932335762, 0.0], [177.99820008281046, -38.67275210418176, 0.0], [177.99827753745495, -38.67272972662783, 0.0], [177.9983487665043, -38.672705233352296, 0.0], [177.9984196643084, -38.67267598942958, 0.0], [177.9985269216975, -38.67264518763825, 0.0], [177.99861936034677, -38.67261978546988, 0.0], [177.9987358730559, -38.672590969333925, 0.0], [177.9988732641958, -38.67255649368762, 0.0], [177.99899635000634, -38.672534781082646, 0.0], [177.99911759736477, -38.672486702512145, 0.0], [177.9992458982003, -38.67245261595389, 0.0], [177.99934472745676, -38.67243170416787, 0.0], [177.9994735249497, -38.67240474327192, 0.0], [177.99959879547654, -38.672370786188836, 0.0], [177.99975237772955, -38.672307026893336, 0.0], [177.99986216689962, -38.672268968200015, 0.0], [177.9999695885773, -38.67224054045834, 0.0], [178.00006775467705, -38.67221012690076, 0.0], [178.00019269321783, -38.67217141862473, 0.0], [178.0003300826855, -38.67213694135813, 0.0], [178.00045165967174, -38.6720936120937, 0.0], [178.0005654959966, -38.67204823209312, 0.0], [178.0007025536711, -38.672009003823106, 0.0], [178.00081283881212, -38.671978070181616, 0.0], [178.00094284227836, -38.671924849631544, 0.0], [178.00102150247255, -38.671876212248776, 0.0], [178.00109256390255, -38.671849342117426, 0.0], [178.00122741934894, -38.67182211962565, 0.0], [178.00130454047988, -38.67179498959903, 0.0], [178.00139444398565, -38.67177684113214, 0.0], [178.00152207945462, -38.67173325104924, 0.0], [178.00162850534576, -38.67169057011917, 0.0], [178.00173509680195, -38.67165026439184, 0.0], [178.0018330955041, -38.671617474156264, 0.0], [178.0019785784207, -38.671568353612216, 0.0], [178.00217777086291, -38.6715050180631, 0.0], [178.0022899243453, -38.67145732617436, 0.0], [178.002388253928, -38.67142928608456, 0.0], [178.00248911615563, -38.67139399013074, 0.0], [178.00261911715765, -38.6713407678594, 0.0], [178.0027137536105, -38.67130335628152, 0.0], [178.00277065867334, -38.6712913865539, 0.0], [178.00284761282362, -38.671261880292775, 0.0], [178.0029456104016, -38.671229089188806, 0.0], [178.00301584166786, -38.67119034153578, 0.0], [178.0030912573846, -38.67118234264311, 0.0], [178.00315322758084, -38.67115586115025, 0.0], [178.00321922208835, -38.671143501409986, 0.0], [178.0032613089868, -38.67113693171283, 0.0], [178.00332630895628, -38.67111032019659, 0.0], [178.0033967056331, -38.671073947620876, 0.0], [178.0035160775741, -38.67104262176535, 0.0], [178.00363578091645, -38.6710160463645, 0.0], [178.00372838103132, -38.67099301568131, 0.0], [178.0038652688428, -38.67095140864948, 0.0], [178.0039462465969, -38.67093602346724, 0.0], [178.00405366429905, -38.67090759219482, 0.0], [178.00412775333686, -38.67088059039032, 0.0], [178.00421748898881, -38.67086006458278, 0.0], [178.0043587323268, -38.670837329306195, 0.0], [178.0044513319215, -38.67081429807847, 0.0], [178.0045501569658, -38.67079338212228, 0.0], [178.00463889761122, -38.67075860431504, 0.0], [178.00472004071992, -38.67074559390127, 0.0], [178.00477644752246, -38.67072649740108, 0.0], [178.00486012302704, -38.67070623107505, 0.0], [178.00493823616205, -38.67069335049388, 0.0], [178.00500742549315, -38.67068323508856, 0.0], [178.00507424816104, -38.670682750747076, 0.0], [178.0051687164731, -38.670642962034854, 0.0], [178.00525658226567, -38.670639192408, 0.0], [178.00534053334997, -38.670644643761534, 0.0], [178.00541258659027, -38.670632022852956, 0.0], [178.00548094667786, -38.6706100307813, 0.0], [178.00554594522978, -38.67058341811133, 0.0]], "type": "LineString"}, "id": "4328", "properties": {"CPS": 3, "Date": "2022-02-16", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4328.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 1.24211992842, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 0.99040395798886, "USDate": "02/16/2022"}, "type": "Feature"}, {"bbox": [178.0056668076049, -38.67060930816328, 178.00846473563618, -38.67057250379439], "geometry": {"coordinates": [[178.0056668076049, -38.67057346766886, 0.0], [178.0057479052624, -38.67060334156237, 0.0], [178.0058690992804, -38.67059814146417, 0.0], [178.00599751380668, -38.67060930816328, 0.0], [178.00613402287286, -38.67060583302846, 0.0], [178.00627306422606, -38.670595101893, 0.0], [178.00640401106568, -38.670599012299185, 0.0], [178.00655230772242, -38.670590266054795, 0.0], [178.0066331184401, -38.67057250379439, 0.0], [178.00675177997456, -38.670574558631074, 0.0], [178.00690057408264, -38.670572937770054, 0.0], [178.0070806618173, -38.67058426800672, 0.0], [178.00731159340415, -38.67058388618107, 0.0], [178.00755414664798, -38.67057585789453, 0.0], [178.00771858750508, -38.67058071156206, 0.0], [178.0078101462952, -38.670586311050876, 0.0], [178.00794547187627, -38.670587649367434, 0.0], [178.00808164875198, -38.670579421419355, 0.0], [178.00820064199343, -38.670586225313336, 0.0], [178.0083714743211, -38.67059556846174, 0.0], [178.00843190516886, -38.670590591801606, 0.0], [178.00846473563618, -38.670582035219574, 0.0]], "type": "LineString"}, "id": "4329", "properties": {"CPS": 3, "Date": "2022-02-16", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4329.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.245564446644, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 0.99040395798886, "USDate": "02/16/2022"}, "type": "Feature"}, {"bbox": [178.00874563761394, -38.67064814652189, 178.00975481895202, -38.67060094680436], "geometry": {"coordinates": [[178.00874563761394, -38.67060094680436, 0.0], [178.00890148670936, -38.670613314825985, 0.0], [178.00905970192954, -38.670616051486554, 0.0], [178.00922078103275, -38.67061628257553, 0.0], [178.00936467678042, -38.67063154559696, 0.0], [178.00947105290024, -38.67063174276392, 0.0], [178.009593241995, -38.67064079038607, 0.0], [178.00975481895202, -38.67064814652189, 0.0]], "type": "LineString"}, "id": "4330", "properties": {"CPS": 3, "Date": "2022-02-16", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4330.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.0882543746258, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 0.99040395798886, "USDate": "02/16/2022"}, "type": "Feature"}, {"bbox": [178.00990635311837, -38.67068765953147, 178.01094276069338, -38.67059875635097], "geometry": {"coordinates": [[178.00990635311837, -38.67059875635097, 0.0], [178.0099930140194, -38.67062124116286, 0.0], [178.01012798631362, -38.670639268823386, 0.0], [178.01025067335536, -38.6706554415331, 0.0], [178.0103844838888, -38.67065684206153, 0.0], [178.01052754988814, -38.670660227321704, 0.0], [178.01064318141817, -38.67066240829953, 0.0], [178.01072901261395, -38.67067301624507, 0.0], [178.01084833796014, -38.67068456792373, 0.0], [178.01094276069338, -38.67068765953147, 0.0]], "type": "LineString"}, "id": "4331", "properties": {"CPS": 3, "Date": "2022-02-16", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4331.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.0912812373424, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 0.99040395798886, "USDate": "02/16/2022"}, "type": "Feature"}, {"bbox": [178.01098351831834, -38.67083390698911, 178.0132378151589, -38.67066208503918], "geometry": {"coordinates": [[178.01098351831834, -38.67066208503918, 0.0], [178.01110047784397, -38.67068326762748, 0.0], [178.0112166073892, -38.67069257380547, 0.0], [178.01134838413282, -38.67070835490679, 0.0], [178.01145625431485, -38.67072992756387, 0.0], [178.01159778472208, -38.67075481895255, 0.0], [178.01172873149486, -38.67075872333037, 0.0], [178.01188375086866, -38.670759211024986, 0.0], [178.01199988055518, -38.67076851640648, 0.0], [178.01213435526898, -38.670779415924905, 0.0], [178.01226932813555, -38.67079744104648, 0.0], [178.01240093913017, -38.670810845674346, 0.0], [178.01257529986322, -38.67082717816592, 0.0], [178.01272122978494, -38.67082805526976, 0.0], [178.0128804617864, -38.670823595849875, 0.0], [178.01299912322514, -38.67082564427884, 0.0], [178.01313949165478, -38.67083390698911, 0.0], [178.0132378151589, -38.6708058580749, 0.0]], "type": "LineString"}, "id": "4332", "properties": {"CPS": 3, "Date": "2022-02-16", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4332.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.198721123058, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 0.99040395798886, "USDate": "02/16/2022"}, "type": "Feature"}, {"bbox": [178.0133260122189, -38.670994362107486, 178.0165131759681, -38.67080683287276], "geometry": {"coordinates": [[178.0133260122189, -38.67080683287276, 0.0], [178.01343504552077, -38.67084503039373, 0.0], [178.01360081519178, -38.67086887767713, 0.0], [178.01376442574235, -38.67086184648963, 0.0], [178.0138803895409, -38.67086877471963, 0.0], [178.01408471654673, -38.67087905229643, 0.0], [178.0142126335558, -38.67088308407358, 0.0], [178.01432573367217, -38.67089251732205, 0.0], [178.01450785526146, -38.67088945423782, 0.0], [178.01462971261887, -38.6708937460109, 0.0], [178.01476468601822, -38.67091176818263, 0.0], [178.01487392572471, -38.670909454904105, 0.0], [178.0149929194092, -38.670916251775296, 0.0], [178.0151331218482, -38.670922136810894, 0.0], [178.01530461935724, -38.67094097064236, 0.0], [178.01546709687764, -38.67093946524401, 0.0], [178.0155897850362, -38.670955632211346, 0.0], [178.01576634535667, -38.67095995338823, 0.0], [178.01592505908636, -38.670969806371225, 0.0], [178.01604471752958, -38.6709861031142, 0.0], [178.01618508622818, -38.670994362107486, 0.0], [178.01634280295823, -38.67098996307771, 0.0], [178.01646636074457, -38.67097512072462, 0.0], [178.0165131759681, -38.67094928385904, 0.0]], "type": "LineString"}, "id": "4333", "properties": {"CPS": 3, "Date": "2022-02-16", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4333.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.28102151924, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 0.99040395798886, "USDate": "02/16/2022"}, "type": "Feature"}, {"bbox": [177.9409650671706, -38.71043641535984, 177.95050462579724, -38.70097104515348], "geometry": {"coordinates": [[177.9409650671706, -38.71043641535984, 0.0], [177.94110420350654, -38.71042575635985, 0.0], [177.94129742090186, -38.71040565877373, 0.0], [177.9414210700865, -38.71039089062097, 0.0], [177.9415675813639, -38.71039897813756, 0.0], [177.94169106650838, -38.71038183420907, 0.0], [177.94180012904656, -38.7103319470745, 0.0], [177.94193713360025, -38.71029040569828, 0.0], [177.94203685573905, -38.710281415558114, 0.0], [177.94219787003703, -38.71027935802167, 0.0], [177.94242796023264, -38.710264843495835, 0.0], [177.9426164247368, -38.71026400463488, 0.0], [177.9428556101515, -38.71024910384571, 0.0], [177.94308266816523, -38.710234716522386, 0.0], [177.9432713763897, -38.71019336482699, 0.0], [177.94339695332368, -38.71007440035552, 0.0], [177.94356344535163, -38.70984339476532, 0.0], [177.94374714302106, -38.709597365068745, 0.0], [177.94395656975345, -38.709371686468415, 0.0], [177.94417558253446, -38.709152748488684, 0.0], [177.9443564934084, -38.70895448477969, 0.0], [177.94452297996585, -38.708723478164806, 0.0], [177.9445777097961, -38.708635390331935, 0.0], [177.94473420618414, -38.7085239287894, 0.0], [177.9448457973751, -38.7083786342318, 0.0], [177.944931581957, -38.70829995066122, 0.0], [177.94504162312953, -38.70826431372864, 0.0], [177.94509545283313, -38.70820723550987, 0.0], [177.94515354140214, -38.70812376990324, 0.0], [177.94518049252397, -38.70802971223073, 0.0], [177.94518278293395, -38.70797481908371, 0.0], [177.94522587676389, -38.70789437161598, 0.0], [177.94529232500713, -38.707843905629346, 0.0], [177.94535811696272, -38.707783937686735, 0.0], [177.94540276574725, -38.70768198230451, 0.0], [177.94545659475568, -38.70762490396299, 0.0], [177.9455647512991, -38.70760602352394, 0.0], [177.9456795419744, -38.70755112514688, 0.0], [177.9457536080925, -38.70747889397691, 0.0], [177.94580464763214, -38.70738143234822, 0.0], [177.9458361059323, -38.70730862535687, 0.0], [177.94587829981748, -38.70725918749949, 0.0], [177.9459426141823, -38.70717783997748, 0.0], [177.94603740913558, -38.70709758235731, 0.0], [177.94608082968188, -38.70702188562112, 0.0], [177.94607689206072, -38.706964874131714, 0.0], [177.94602878500163, -38.70684064497126, 0.0], [177.94602476187572, -38.70673837082015, 0.0], [177.94611380104553, -38.70661880878301, 0.0], [177.94614861854623, -38.70655062414553, 0.0], [177.94618228751062, -38.70646581115155, 0.0], [177.9462451242692, -38.70636308421901, 0.0], [177.94629927982422, -38.70631075654594, 0.0], [177.94636203797137, -38.70625091673431, 0.0], [177.94645486239764, -38.70614215314396, 0.0], [177.94656620442052, -38.70603736905596, 0.0], [177.94661363995272, -38.705975796489284, 0.0], [177.94674563240702, -38.70590587301106, 0.0], [177.94688557080946, -38.705818935344055, 0.0], [177.94697773754461, -38.70570066951649, 0.0], [177.94705359735966, -38.70556641819297, 0.0], [177.94706694213704, -38.70545149531189, 0.0], [177.94710650868961, -38.70536404951587, 0.0], [177.94719957705374, -38.705258848684984, 0.0], [177.94729977494092, -38.70516883121924, 0.0], [177.94743610102518, -38.70502963257681, 0.0], [177.94746427481013, -38.704909315812245, 0.0], [177.94748261968894, -38.704822770035875, 0.0], [177.9475371014354, -38.70477519286362, 0.0], [177.9475815038091, -38.70471374859206, 0.0], [177.9477595362364, -38.70460613463477, 0.0], [177.9478612095481, -38.70453749604723, 0.0], [177.9479931114667, -38.70442230881536, 0.0], [177.94804316140977, -38.70431059368098, 0.0], [177.94807219456442, -38.704114717161296, 0.0], [177.9481543647811, -38.70402784619585, 0.0], [177.9482453011288, -38.703935838429004, 0.0], [177.94836909157254, -38.703835289519624, 0.0], [177.9484732154423, -38.70371413291464, 0.0], [177.9485328511437, -38.703609158230314, 0.0], [177.94863548739093, -38.703378472626014, 0.0], [177.94870634089835, -38.70321584352046, 0.0], [177.9488900054037, -38.70296980781933, 0.0], [177.94901518340865, -38.70284537506451, 0.0], [177.94909968239185, -38.70272624181971, 0.0], [177.94915464357067, -38.702597640847756, 0.0], [177.94919690945656, -38.70250531502432, 0.0], [177.94926138029595, -38.70242634162668, 0.0], [177.949440871252, -38.70225195523571, 0.0], [177.9494758479431, -38.702186145388616, 0.0], [177.94947854035604, -38.702093116225825, 0.0], [177.94959241093545, -38.70198107486959, 0.0], [177.94975535306165, -38.70183121458662, 0.0], [177.94985824625073, -38.70173631584212, 0.0], [177.94998530278818, -38.70159512537239, 0.0], [177.95003530952485, -38.701438859811674, 0.0], [177.95011304194765, -38.70128785019968, 0.0], [177.95016677488218, -38.70118550769856, 0.0], [177.9502494319219, -38.70110576201503, 0.0], [177.95033471555567, -38.701064023737615, 0.0], [177.95042892907787, -38.70101952398169, 0.0], [177.95050462579724, -38.70097104515348, 0.0]], "type": "LineString"}, "id": "4334", "properties": {"CPS": 4, "Date": "2022-02-16", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4334.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 1.44697195623, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 2.079639391817726, "USDate": "02/16/2022"}, "type": "Feature"}, {"bbox": [177.9560786943673, -38.69396869209442, 178.02051490226177, -38.670404291821995], "geometry": {"coordinates": [[177.9560786943673, -38.69396869209442, 0.0], [177.95610950456168, -38.69393431356366, 0.0], [177.95649101679146, -38.693560739363875, 0.0], [177.95692755794892, -38.69310382305421, 0.0], [177.95728704193365, -38.69280742019351, 0.0], [177.9578919019456, -38.69227902184672, 0.0], [177.9583741478549, -38.691867806491025, 0.0], [177.9587888136301, -38.69149043359274, 0.0], [177.95962043409813, -38.69076894029811, 0.0], [177.96009168750055, -38.69037486258274, 0.0], [177.9605288674542, -38.690015585962904, 0.0], [177.96107954776548, -38.68953950686755, 0.0], [177.96159387473946, -38.68915312126609, 0.0], [177.96208362060605, -38.68876301425229, 0.0], [177.96277900627055, -38.688225976432065, 0.0], [177.9630854634279, -38.68799852042354, 0.0], [177.96319085693708, -38.68789635701805, 0.0], [177.963433596024, -38.68771449469808, 0.0], [177.96368387621172, -38.687553752842135, 0.0], [177.96387683103433, -38.68744309824528, 0.0], [177.96420963950996, -38.68715733995748, 0.0], [177.96462714114318, -38.68686559402769, 0.0], [177.96494481812002, -38.68666862737679, 0.0], [177.96540955654396, -38.68631292533986, 0.0], [177.96584875685383, -38.686027398908095, 0.0], [177.96617001886682, -38.68579454011496, 0.0], [177.9665518920334, -38.685559100038816, 0.0], [177.9667945471383, -38.68542011821925, 0.0], [177.9669772468199, -38.68529321836816, 0.0], [177.96723258378438, -38.68511795938418, 0.0], [177.9675281409417, -38.68495289931786, 0.0], [177.96783990455793, -38.68475855932729, 0.0], [177.9680767244222, -38.68457932227598, 0.0], [177.96842943126907, -38.684361795339576, 0.0], [177.9686910534517, -38.68414576446228, 0.0], [177.96891100312504, -38.68398630369413, 0.0], [177.96927361964808, -38.68378026432264, 0.0], [177.96960273310148, -38.68357326866513, 0.0], [177.9698293989066, -38.68342304981436, 0.0], [177.97017955815548, -38.68321277359054, 0.0], [177.97072551257563, -38.682889327434076, 0.0], [177.97102767237575, -38.68268824121911, 0.0], [177.97121707742608, -38.68257057895966, 0.0], [177.97156706347587, -38.68235792369262, 0.0], [177.9720083562392, -38.68210325728519, 0.0], [177.97256855778232, -38.68181016704777, 0.0], [177.97308606234395, -38.68147124599264, 0.0], [177.97333728717516, -38.681324738506405, 0.0], [177.97387135672727, -38.681049433179055, 0.0], [177.97440002056953, -38.68078388564948, 0.0], [177.97504604201902, -38.6805014190087, 0.0], [177.9753518690153, -38.68030969529747, 0.0], [177.97566622844766, -38.68015334313487, 0.0], [177.97632392752465, -38.67982034084235, 0.0], [177.97658169502054, -38.679680694765324, 0.0], [177.9766292532669, -38.6796214880416, 0.0], [177.97712179959538, -38.679405117580025, 0.0], [177.9775691562131, -38.67923832148239, 0.0], [177.9781065529257, -38.678967620234076, 0.0], [177.97846029415527, -38.67880958028749, 0.0], [177.97879249157288, -38.67864769390055, 0.0], [177.9790018087376, -38.67859825963711, 0.0], [177.97934160974532, -38.67841460549928, 0.0], [177.97969280997498, -38.67826381760768, 0.0], [177.98019613765817, -38.67802791501108, 0.0], [177.98052055663535, -38.677885415192264, 0.0], [177.98100695814568, -38.677712174502844, 0.0], [177.98129313596343, -38.67758798220269, 0.0], [177.9816936369386, -38.677446995424056, 0.0], [177.9820328710242, -38.67729909404875, 0.0], [177.98243998299677, -38.67712208628534, 0.0], [177.98273100206043, -38.67702389029858, 0.0], [177.98321574040224, -38.67682688753343, 0.0], [177.98365508064407, -38.676588938771296, 0.0], [177.98413694815858, -38.67639443732521, 0.0], [177.98453694056755, -38.676246315504464, 0.0], [177.98475230616677, -38.67619661268511, 0.0], [177.98508981854488, -38.67606783547565, 0.0], [177.98547129548533, -38.67591573687464, 0.0], [177.9859959055342, -38.675724166179144, 0.0], [177.98640112402475, -38.67556390270912, 0.0], [177.98695299990354, -38.67537116241021, 0.0], [177.98734526722768, -38.675199537314356, 0.0], [177.9876780314133, -38.67509001501895, 0.0], [177.98841379996395, -38.674832228181, 0.0], [177.9889191659021, -38.67467005633648, 0.0], [177.9893167139352, -38.67457443591493, 0.0], [177.98976555026042, -38.67438608916375, 0.0], [177.9902359252786, -38.67420158423861, 0.0], [177.99067500498077, -38.67400412178906, 0.0], [177.99084429987334, -38.673903965814645, 0.0], [177.99103210991137, -38.67393881453619, 0.0], [177.99127721394575, -38.673923563670435, 0.0], [177.99179209900893, -38.673811002810645, 0.0], [177.99248817591345, -38.67363827315024, 0.0], [177.9929224035232, -38.67354583575866, 0.0], [177.99363979800765, -38.673417452609485, 0.0], [177.99427824355465, -38.67329006241176, 0.0], [177.9952842470718, -38.673073077036854, 0.0], [177.9957442469778, -38.67295808412964, 0.0], [177.99640377834066, -38.672784513885766, 0.0], [177.99698805339003, -38.672621310555826, 0.0], [177.99709718256912, -38.67257375310765, 0.0], [177.9976520319081, -38.6723808357021, 0.0], [177.998061672478, -38.67228466783528, 0.0], [177.99826082167868, -38.67226422391521, 0.0], [177.9985404546932, -38.672221272157294, 0.0], [177.99887368173793, -38.67211884579768, 0.0], [177.99921831622748, -38.672049283250765, 0.0], [177.99945354092603, -38.6719796434807, 0.0], [177.99959803272336, -38.67191627395769, 0.0], [177.99987077518855, -38.671861702342774, 0.0], [178.0001404872453, -38.67180725997533, 0.0], [178.0004391728074, -38.671732515976245, 0.0], [178.00079729635578, -38.6716385466886, 0.0], [178.0010176996482, -38.67157430391272, 0.0], [178.00136739449664, -38.671490223789895, 0.0], [178.001529897139, -38.6714236974123, 0.0], [178.00193450732306, -38.67129914301377, 0.0], [178.0023081541972, -38.67116638527989, 0.0], [178.00281802528326, -38.670982519438205, 0.0], [178.003141983933, -38.67087809613035, 0.0], [178.0036443722547, -38.67076125468343, 0.0], [178.00410247122355, -38.67066298754556, 0.0], [178.0045310991339, -38.670577894794484, 0.0], [178.00489854048598, -38.67057404434076, 0.0], [178.00523556263525, -38.67052623231177, 0.0], [178.00562172505659, -38.67048584050334, 0.0], [178.00627401548385, -38.67042688068107, 0.0], [178.00651287530746, -38.67040948350473, 0.0], [178.00685591044936, -38.670404291821995, 0.0], [178.00736587409017, -38.67043958240645, 0.0], [178.0075887109577, -38.67045384181661, 0.0], [178.00783748923175, -38.670447928145144, 0.0], [178.00804434744407, -38.670450960599176, 0.0], [178.00824124310338, -38.6704853914364, 0.0], [178.00852737477874, -38.670492167107305, 0.0], [178.00874398621073, -38.67050430915765, 0.0], [178.00901127515064, -38.67050236303423, 0.0], [178.009293006529, -38.67053314963519, 0.0], [178.00947799215788, -38.67052758910955, 0.0], [178.00967343748877, -38.67049775524975, 0.0], [178.00993412612615, -38.670531826258596, 0.0], [178.01030841238546, -38.670582459670996, 0.0], [178.01064858302522, -38.670579762154915, 0.0], [178.01116784520522, -38.67057413596804, 0.0], [178.01157952762412, -38.6705945702943, 0.0], [178.01216237448412, -38.67062909120569, 0.0], [178.01267354304122, -38.670638100306114, 0.0], [178.01302616451204, -38.67063962561196, 0.0], [178.01331752523203, -38.67063425280665, 0.0], [178.0136477349242, -38.670662945546034, 0.0], [178.0140205283072, -38.670692189570055, 0.0], [178.014519909639, -38.670706461871006, 0.0], [178.01495379797137, -38.67074022401611, 0.0], [178.01525068035883, -38.67077034476486, 0.0], [178.01540636385715, -38.670780328735596, 0.0], [178.01585639873292, -38.670827687646955, 0.0], [178.016304068912, -38.670884676009656, 0.0], [178.01648465589147, -38.67090311726235, 0.0], [178.01667719599865, -38.67091866185199, 0.0], [178.01680494672138, -38.67092031552878, 0.0], [178.0169777739926, -38.67095814876041, 0.0], [178.01710295540724, -38.67100994265133, 0.0], [178.0173582148952, -38.67109664274064, 0.0], [178.0177864693987, -38.671223549420596, 0.0], [178.018072066123, -38.671266060180336, 0.0], [178.01825564661854, -38.67132725276563, 0.0], [178.01847758031863, -38.67141538382233, 0.0], [178.01877862259158, -38.67150487603928, 0.0], [178.01925465694163, -38.67166307505196, 0.0], [178.01957757504894, -38.67176115349441, 0.0], [178.01991041498096, -38.671870715994544, 0.0], [178.02012426046738, -38.67197348612162, 0.0], [178.02032934963984, -38.67208139740996, 0.0], [178.02040535621745, -38.672168657079794, 0.0], [178.02042109858502, -38.67226327486238, 0.0], [178.02045298822517, -38.672371492045905, 0.0], [178.02051490226177, -38.672604683313274, 0.0]], "type": "LineString"}, "id": "4337", "properties": {"CPS": 3, "Date": "1982-11-16", "Digitiser": "ER", "Georef_ER": 4.0, "ID": 4337.0, "Notes": null, "Photoscale": 25000, "Pixel_Er": 0.78283450358758, "Proxy": 1, "Region": "Gisborne", "SHLength": 6.53588373852, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 4.381064923053208, "USDate": "11/16/1982"}, "type": "Feature"}, {"bbox": [177.94110202434194, -38.71142999883318, 177.9560786943673, -38.69396869209442], "geometry": {"coordinates": [[177.94110202434194, -38.71138658386517, 0.0], [177.94127226076554, -38.71142999883318, 0.0], [177.94175193054892, -38.71138585245091, 0.0], [177.94211831456283, -38.71135246037397, 0.0], [177.94253579381643, -38.710902953326666, 0.0], [177.94304973780862, -38.71008901305466, 0.0], [177.9432253762307, -38.70987155756603, 0.0], [177.94341366280068, -38.7096038919485, 0.0], [177.94365331519046, -38.709155366137175, 0.0], [177.9438772391257, -38.7088313933093, 0.0], [177.94398366390695, -38.70856719664606, 0.0], [177.9442537960826, -38.708207910406095, 0.0], [177.94437341430165, -38.70800271510194, 0.0], [177.9447281756424, -38.70750404147215, 0.0], [177.9450683510427, -38.707058398853015, 0.0], [177.94504474792035, -38.70698077911287, 0.0], [177.94513552784608, -38.706886397811715, 0.0], [177.9452503906332, -38.70670046280687, 0.0], [177.94536099402433, -38.706540915093434, 0.0], [177.94557884614397, -38.70630534689284, 0.0], [177.9457320484567, -38.70605822494692, 0.0], [177.9459779173027, -38.70578811400284, 0.0], [177.9461856004724, -38.70549341505047, 0.0], [177.94625253094088, -38.70536192530446, 0.0], [177.9464501401119, -38.705141508630646, 0.0], [177.9467261472258, -38.7047795855916, 0.0], [177.94688049126216, -38.704549090909424, 0.0], [177.9471179045509, -38.704200715987795, 0.0], [177.94729494372805, -38.703990700164205, 0.0], [177.94760928986278, -38.70365573831412, 0.0], [177.9477480654986, -38.70346402190556, 0.0], [177.94797186840805, -38.70309478080706, 0.0], [177.94808098373986, -38.70291385195462, 0.0], [177.9482477739373, -38.70268759252684, 0.0], [177.9484638002615, -38.70242589003379, 0.0], [177.94863919988944, -38.70228026762074, 0.0], [177.94871849039322, -38.70210775084816, 0.0], [177.94886651878505, -38.701918023107176, 0.0], [177.94905549902668, -38.70161696570511, 0.0], [177.94920967564693, -38.70147224295423, 0.0], [177.94929690927987, -38.70128271177034, 0.0], [177.94943559944534, -38.701133880972115, 0.0], [177.94953561429168, -38.70095333703827, 0.0], [177.94980407283524, -38.70074658583841, 0.0], [177.9499853532087, -38.70051017951562, 0.0], [177.950126239794, -38.70026119254142, 0.0], [177.95028327864998, -38.700113964574314, 0.0], [177.95030465080794, -38.70002728996868, 0.0], [177.95052009344346, -38.699801345245845, 0.0], [177.9508543250869, -38.69953462192426, 0.0], [177.95095679717824, -38.699389709088074, 0.0], [177.95106754187478, -38.69923253287542, 0.0], [177.9512520858967, -38.69895548486166, 0.0], [177.95144564667982, -38.6987209376273, 0.0], [177.95159104706252, -38.69858134934838, 0.0], [177.95173111675138, -38.69840863313627, 0.0], [177.9518668408634, -38.69821704178742, 0.0], [177.95209300930892, -38.6980144633609, 0.0], [177.95234242744635, -38.69770845286987, 0.0], [177.95254607446333, -38.69757592030246, 0.0], [177.95273553584826, -38.69737013431606, 0.0], [177.95273937411906, -38.69729373353226, 0.0], [177.95310749695741, -38.69698982869954, 0.0], [177.95333340436378, -38.69673961047251, 0.0], [177.9535746304084, -38.69649112375492, 0.0], [177.95393814625135, -38.69612070402619, 0.0], [177.95422326707137, -38.69580364383042, 0.0], [177.95432318915547, -38.69566598387299, 0.0], [177.95451437360168, -38.69552921250403, 0.0], [177.9546831893956, -38.69537671393142, 0.0], [177.9549756806721, -38.695078398404384, 0.0], [177.9552634954612, -38.69475645654815, 0.0], [177.95551708782344, -38.69455508936036, 0.0], [177.95577681435378, -38.694310577311704, 0.0], [177.9559119542049, -38.694154742893566, 0.0], [177.9560786943673, -38.69396869209442, 0.0]], "type": "LineString"}, "id": "4338", "properties": {"CPS": 4, "Date": "1982-11-16", "Digitiser": "ER", "Georef_ER": 4.0, "ID": 4338.0, "Notes": null, "Photoscale": 25000, "Pixel_Er": 0.78283450358758, "Proxy": 1, "Region": "Gisborne", "SHLength": 2.39363220364, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 4.747391900823779, "USDate": "11/16/1982"}, "type": "Feature"}, {"bbox": [177.9399310765832, -38.71327049377489, 178.0030768756659, -38.67092634301596], "geometry": {"coordinates": [[177.9399310765832, -38.71327049377489, 0.0], [177.94012307185386, -38.713100356008106, 0.0], [177.94037775252886, -38.71282511786285, 0.0], [177.94057859490576, -38.7126069558586, 0.0], [177.94079819925722, -38.712264111908446, 0.0], [177.94098453510156, -38.712056093525156, 0.0], [177.94124699129742, -38.71167331446834, 0.0], [177.94141800110293, -38.711463562286795, 0.0], [177.9416280109281, -38.71111397608452, 0.0], [177.9416983947865, -38.71094422334789, 0.0], [177.9418185162096, -38.7107461564242, 0.0], [177.94200517333024, -38.71054288781282, 0.0], [177.94212234484115, -38.71039021193024, 0.0], [177.94229588920243, -38.710173203864386, 0.0], [177.94247664079845, -38.70988441700555, 0.0], [177.9426706659674, -38.70961174448296, 0.0], [177.94282306474238, -38.70935274787767, 0.0], [177.9430023402574, -38.70913073110592, 0.0], [177.94302085512953, -38.70904656113421, 0.0], [177.94314728149732, -38.70889587454102, 0.0], [177.94322061172522, -38.708768880015505, 0.0], [177.94325141725648, -38.70868657156726, 0.0], [177.9433983288214, -38.7085683706757, 0.0], [177.94363765919715, -38.70829139411807, 0.0], [177.94391901482498, -38.70787445444414, 0.0], [177.94410483412955, -38.70757115588041, 0.0], [177.94425427675242, -38.707357549206165, 0.0], [177.94458593106273, -38.70687653258942, 0.0], [177.94474585735182, -38.70663865655265, 0.0], [177.9450671040805, -38.7062271705722, 0.0], [177.94533877213908, -38.70575822490058, 0.0], [177.94556891267655, -38.705524518200086, 0.0], [177.94571047941326, -38.705285036964895, 0.0], [177.94582935438856, -38.70511322596643, 0.0], [177.94605096740926, -38.70484414342629, 0.0], [177.94622317508242, -38.70460812721136, 0.0], [177.94641897057434, -38.70427343061358, 0.0], [177.9466320548999, -38.70396897219969, 0.0], [177.94678091279965, -38.70379112391905, 0.0], [177.9469531939219, -38.70351221976821, 0.0], [177.9470351070405, -38.70328956165503, 0.0], [177.94722319990078, -38.703019516289665, 0.0], [177.94746315468768, -38.70275203580312, 0.0], [177.94770540506306, -38.702517811578296, 0.0], [177.94790054986495, -38.702349910793814, 0.0], [177.94810273226204, -38.70210785568278, 0.0], [177.9483847833787, -38.70174567272698, 0.0], [177.94848054409147, -38.7015915168787, 0.0], [177.94868558983725, -38.70134695693146, 0.0], [177.94897066665467, -38.70098464431159, 0.0], [177.94912106719508, -38.70078528592532, 0.0], [177.94929809277633, -38.70057526792285, 0.0], [177.94950895480778, -38.70037096123304, 0.0], [177.94981761806903, -38.69999811615014, 0.0], [177.95009302123466, -38.69967194800661, 0.0], [177.9502589010681, -38.69947669624636, 0.0], [177.95035916385524, -38.69934378983744, 0.0], [177.95058280131235, -38.6991484688966, 0.0], [177.95072819242841, -38.69892073201021, 0.0], [177.9510094981225, -38.69868007893982, 0.0], [177.95120076048028, -38.69841227560586, 0.0], [177.95157010796214, -38.697993966638755, 0.0], [177.95190119460977, -38.697593957856206, 0.0], [177.95217265196717, -38.69729892430012, 0.0], [177.95243460981342, -38.69704241238111, 0.0], [177.95265716021015, -38.6967875730752, 0.0], [177.9528358976701, -38.696646567945024, 0.0], [177.9530623871502, -38.69644873902599, 0.0], [177.95341525917556, -38.69610021470991, 0.0], [177.95378540373352, -38.695693777532675, 0.0], [177.95405578649678, -38.69542737469853, 0.0], [177.95432886986612, -38.69515609171685, 0.0], [177.95459064815037, -38.69489720046176, 0.0], [177.95482015848842, -38.694699240028676, 0.0], [177.9550959387856, -38.694423075949736, 0.0], [177.95546091559055, -38.69407403165368, 0.0], [177.95581204810244, -38.69374463388699, 0.0], [177.95620086451407, -38.69343269348111, 0.0], [177.95643208218556, -38.693215598084095, 0.0], [177.95672972522507, -38.692948031164676, 0.0], [177.95710067601178, -38.692641611920415, 0.0], [177.95741993243533, -38.69233500602221, 0.0], [177.95771904748105, -38.69208881602361, 0.0], [177.9580704166272, -38.69180705036495, 0.0], [177.95830702788004, -38.69158019251417, 0.0], [177.95862096268166, -38.691328605558574, 0.0], [177.95900066104144, -38.69101704390718, 0.0], [177.9593191015511, -38.69078670547467, 0.0], [177.95963023418793, -38.69049473381139, 0.0], [177.96004056149923, -38.690186631583884, 0.0], [177.96024915459742, -38.68999431530566, 0.0], [177.96042022506174, -38.68978691725343, 0.0], [177.96082530549003, -38.68949094765445, 0.0], [177.9613113929017, -38.68917961938869, 0.0], [177.96140417392976, -38.68907084664257, 0.0], [177.9616407897207, -38.68893213197527, 0.0], [177.96183128432983, -38.68878584888606, 0.0], [177.96200244187025, -38.68862371104181, 0.0], [177.9623452030454, -38.688437596327645, 0.0], [177.96258016980528, -38.688275125728715, 0.0], [177.96283994490793, -38.68807586289237, 0.0], [177.96312314217542, -38.68786369088607, 0.0], [177.96346096077718, -38.68760631057234, 0.0], [177.96377575177036, -38.6873237025039, 0.0], [177.9641096431146, -38.68709745902572, 0.0], [177.964569575015, -38.68680390774584, 0.0], [177.96496348573862, -38.686522694335885, 0.0], [177.9651836158, -38.68636561503587, 0.0], [177.96540331930402, -38.686158522613574, 0.0], [177.9657595668934, -38.685948000001844, 0.0], [177.96613267951975, -38.68571769901327, 0.0], [177.9664911302435, -38.68549516835204, 0.0], [177.96676946480778, -38.685256988287115, 0.0], [177.96729298655407, -38.684872569718905, 0.0], [177.9676730398751, -38.68461099699669, 0.0], [177.96810411667568, -38.68434010290659, 0.0], [177.9683210377317, -38.68418077219379, 0.0], [177.9685440189934, -38.68402118298907, 0.0], [177.96886101350012, -38.6838147055158, 0.0], [177.96917398741465, -38.68359410395602, 0.0], [177.969467820705, -38.68344817197598, 0.0], [177.9698816227911, -38.683235185531316, 0.0], [177.9702752623663, -38.6829944676611, 0.0], [177.97062034556618, -38.68279870096267, 0.0], [177.97108170498456, -38.682526506011406, 0.0], [177.97157557248116, -38.68224101184673, 0.0], [177.971916299599, -38.68202636774571, 0.0], [177.97197911597695, -38.68201177846713, 0.0], [177.97237102927514, -38.68179018670741, 0.0], [177.97267383887012, -38.68159859838446, 0.0], [177.973093516176, -38.681382968081536, 0.0], [177.97357462388976, -38.681176629455685, 0.0], [177.9739597437805, -38.68098867599715, 0.0], [177.97431765089664, -38.68075899814454, 0.0], [177.97470447798176, -38.68055191018394, 0.0], [177.97511307291208, -38.6803081564356, 0.0], [177.97551857210897, -38.68010741682207, 0.0], [177.9761450811717, -38.679806717161924, 0.0], [177.97669289845754, -38.679554637079384, 0.0], [177.97736093603186, -38.67928313087384, 0.0], [177.97779099518206, -38.67908610056329, 0.0], [177.97836442381075, -38.67880909590254, 0.0], [177.97905609032944, -38.67848415881615, 0.0], [177.97991381610555, -38.6780997162848, 0.0], [177.98053169175756, -38.677806509502204, 0.0], [177.98094355090421, -38.677610244885386, 0.0], [177.98107595138447, -38.677547414054864, 0.0], [177.98139645156974, -38.677436050538475, 0.0], [177.9818542548381, -38.67724496824026, 0.0], [177.982533709521, -38.67696341597673, 0.0], [177.98294516933535, -38.676805280100425, 0.0], [177.98325811636028, -38.676672792503034, 0.0], [177.98353431154615, -38.676579992585864, 0.0], [177.98397860339645, -38.67641330341602, 0.0], [177.98455545279592, -38.67618615361142, 0.0], [177.98494993532404, -38.67600252969786, 0.0], [177.9852563188263, -38.67586317010019, 0.0], [177.98568192515148, -38.67569012583656, 0.0], [177.98614807768317, -38.67553202399526, 0.0], [177.98669554610575, -38.675363297356405, 0.0], [177.98709701386633, -38.675236545555045, 0.0], [177.98717436596783, -38.67516891393079, 0.0], [177.98735016915583, -38.67511851520853, 0.0], [177.98761153210026, -38.67503110472115, 0.0], [177.987872894354, -38.67494369368859, 0.0], [177.98820686854484, -38.67480791172083, 0.0], [177.988769145628, -38.67463377754237, 0.0], [177.98927015671393, -38.674452731196425, 0.0], [177.98956302698178, -38.674337762516835, 0.0], [177.9896815852215, -38.67429457341921, 0.0], [177.99008788948663, -38.674193811115224, 0.0], [177.9904404779352, -38.67410725719416, 0.0], [177.9907281112725, -38.67400442168211, 0.0], [177.9907970296996, -38.67394667814472, 0.0], [177.99098797712367, -38.673895626177014, 0.0], [177.99126745730013, -38.673850315852086, 0.0], [177.99167629018635, -38.67374229269749, 0.0], [177.9922268720616, -38.673618672993115, 0.0], [177.99264864903793, -38.673522004593075, 0.0], [177.9929023972767, -38.673456349951074, 0.0], [177.99330665371943, -38.67336995863255, 0.0], [177.99358480628422, -38.67330564040753, 0.0], [177.99394157327106, -38.67323557399412, 0.0], [177.99429360312737, -38.6731847685017, 0.0], [177.99471923139464, -38.673099839826996, 0.0], [177.99508877785314, -38.67303875241368, 0.0], [177.99548272904875, -38.67297900125231, 0.0], [177.99579756856784, -38.6729178716929, 0.0], [177.9961536686704, -38.67283829752232, 0.0], [177.99636527130352, -38.67282208829446, 0.0], [177.99654155752995, -38.672778802426066, 0.0], [177.99679745077356, -38.672744018727826, 0.0], [177.99720841929403, -38.67266685611919, 0.0], [177.9974205675068, -38.672614885627006, 0.0], [177.99785362164465, -38.67250580352761, 0.0], [177.9984014816232, -38.67238703635989, 0.0], [177.99864932500026, -38.67232400473729, 0.0], [177.9987638499604, -38.67226668497569, 0.0], [177.9990192429487, -38.67222477068065, 0.0], [177.99941070062116, -38.67212937723093, 0.0], [177.99975417500852, -38.67204318603416, 0.0], [178.00008872431437, -38.67195975875063, 0.0], [178.00033033886018, -38.671894608162695, 0.0], [178.00053344020338, -38.67180013669089, 0.0], [178.000748778432, -38.671750405887764, 0.0], [178.0008999909947, -38.67169627628557, 0.0], [178.00126433911936, -38.671604421151, 0.0], [178.00135275122346, -38.671564895091464, 0.0], [178.00148308488664, -38.67151642459841, 0.0], [178.0017501428519, -38.67142397399369, 0.0], [178.00199042810223, -38.671339817847844, 0.0], [178.00222718570834, -38.67124866528419, 0.0], [178.00244841486332, -38.671196296411054, 0.0], [178.0027030191895, -38.67109961286907, 0.0], [178.0028113131182, -38.67104017402371, 0.0], [178.0030768756659, -38.67092634301596, 0.0]], "type": "LineString"}, "id": "4339", "properties": {"CPS": 2, "Date": "1965-09-23", "Digitiser": "ER", "Georef_ER": 4.0, "ID": 4339.0, "Notes": null, "Photoscale": 26100, "Pixel_Er": 0.730955202065874, "Proxy": 1, "Region": "Gisborne", "SHLength": 7.52269153061, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 4.325181557741497, "USDate": "09/23/1965"}, "type": "Feature"}, {"bbox": [178.01031859971255, -38.67254412659271, 178.02054247259514, -38.67053387065092], "geometry": {"coordinates": [[178.01031859971255, -38.670577446666435, 0.0], [178.01063519566, -38.67058529118307, 0.0], [178.0109849536716, -38.67058932807848, 0.0], [178.01130154954782, -38.67059717077456, 0.0], [178.0117233590971, -38.6705885809243, 0.0], [178.0124109212575, -38.67059954306058, 0.0], [178.012967038585, -38.670599472517786, 0.0], [178.01332356041175, -38.67056985830292, 0.0], [178.01338486141, -38.67053387065092, 0.0], [178.01366895910624, -38.67055501533248, 0.0], [178.01376433791205, -38.67061524082553, 0.0], [178.01409707906373, -38.670636676332784, 0.0], [178.01443504936972, -38.67064597419401, 0.0], [178.01457388267397, -38.67067574262381, 0.0], [178.0148936742059, -38.67068582051392, 0.0], [178.01529759660863, -38.67072563423797, 0.0], [178.01559917032262, -38.67077937626416, 0.0], [178.01581947685068, -38.67080087571841, 0.0], [178.01591406567744, -38.6708063385099, 0.0], [178.01595594570546, -38.67084027366522, 0.0], [178.0161141606552, -38.67084300068675, 0.0], [178.0161998262698, -38.67085122929028, 0.0], [178.01642332907133, -38.67087497254122, 0.0], [178.0165916305998, -38.67089155950164, 0.0], [178.01670709584386, -38.67089135918127, 0.0], [178.0167878652633, -38.670916474576124, 0.0], [178.01696492395777, -38.67092791964729, 0.0], [178.01705391374227, -38.67098365233619, 0.0], [178.01733307919528, -38.67106455965708, 0.0], [178.01748826467488, -38.67106741507657, 0.0], [178.0176134465991, -38.67111920838045, 0.0], [178.01798214018305, -38.671220087377165, 0.0], [178.01813861833858, -38.67128482826693, 0.0], [178.01826097490743, -38.671296241874764, 0.0], [178.01836225162558, -38.67135382738543, 0.0], [178.01848797065085, -38.671369860876496, 0.0], [178.01854583255283, -38.67141501948087, 0.0], [178.0186154813234, -38.67145490624474, 0.0], [178.01877282891905, -38.671488637881374, 0.0], [178.01896280268107, -38.67155431904829, 0.0], [178.01923811086928, -38.67162347570659, 0.0], [178.01925845147957, -38.671653571548774, 0.0], [178.01936362743714, -38.67168001743095, 0.0], [178.01949839998494, -38.67173854315284, 0.0], [178.01968198271183, -38.67179973332303, 0.0], [178.0198118965959, -38.67183226152806, 0.0], [178.01989013703394, -38.67186463066961, 0.0], [178.02000726653196, -38.67188817922398, 0.0], [178.0201619183354, -38.67192678969725, 0.0], [178.02035858315628, -38.672044592970394, 0.0], [178.02040259196238, -38.672152288647496, 0.0], [178.0204779916225, -38.67236107580245, 0.0], [178.0205391460668, -38.672496622135235, 0.0], [178.02054247259514, -38.67254412659271, 0.0]], "type": "LineString"}, "id": "4340", "properties": {"CPS": 3, "Date": "1965-09-23", "Digitiser": "ER", "Georef_ER": 4.0, "ID": 4340.0, "Notes": null, "Photoscale": 26100, "Pixel_Er": 0.730955202065874, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.972108768881, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 4.372092806360263, "USDate": "09/23/1965"}, "type": "Feature"}, {"bbox": [178.0030768756659, -38.67092634301596, 178.01031859971255, -38.670430347063835], "geometry": {"coordinates": [[178.0030768756659, -38.67092634301596, 0.0], [178.00344718350487, -38.670919991799686, 0.0], [178.0037345704126, -38.670857636009515, 0.0], [178.00395787827458, -38.670747997697255, 0.0], [178.00412930031666, -38.670678702810996, 0.0], [178.0043323468198, -38.670627110317675, 0.0], [178.00441822331734, -38.67059483793144, 0.0], [178.00463384045858, -38.67059273596338, 0.0], [178.0048634462377, -38.67057335674226, 0.0], [178.00515045321833, -38.670549132090706, 0.0], [178.0053534532135, -38.670540422902725, 0.0], [178.00555765895555, -38.6705054553069, 0.0], [178.00578087266433, -38.67048158374697, 0.0], [178.00603069143068, -38.67044704059527, 0.0], [178.0063944382892, -38.670433814374675, 0.0], [178.00670227652338, -38.670446810258674, 0.0], [178.00714799450716, -38.67043244625902, 0.0], [178.0075854520528, -38.670430347063835, 0.0], [178.00806951819885, -38.670442922212146, 0.0], [178.00845393167344, -38.670464538243486, 0.0], [178.00868469664817, -38.67046177845307, 0.0], [178.00895970442096, -38.67048332496858, 0.0], [178.00957015090026, -38.67052143877551, 0.0], [178.01001042936247, -38.67055970990252, 0.0], [178.01031859971255, -38.670577446666435, 0.0]], "type": "LineString"}, "id": "4341", "properties": {"CPS": 5, "Date": "1965-09-23", "Digitiser": "ER", "Georef_ER": 4.0, "ID": 4341.0, "Notes": null, "Photoscale": 26100, "Pixel_Er": 0.730955202065874, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.641528799712, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 9.58970257658845, "USDate": "09/23/1965"}, "type": "Feature"}, {"bbox": [177.94100244363528, -38.713456449210355, 177.9462891315427, -38.70538224446889], "geometry": {"coordinates": [[177.94100244363528, -38.713456449210355, 0.0], [177.94137585734055, -38.713095176074916, 0.0], [177.9415918568099, -38.712876370225004, 0.0], [177.94180440920286, -38.71251952860885, 0.0], [177.94206694277528, -38.71209386059352, 0.0], [177.94223131172026, -38.71183197498629, 0.0], [177.94249916807308, -38.711439434691506, 0.0], [177.94278832474947, -38.71100310730139, 0.0], [177.94308485367097, -38.71058552633213, 0.0], [177.94324749186492, -38.71025462208706, 0.0], [177.94349157503936, -38.70987023458294, 0.0], [177.9438900231806, -38.70934350480146, 0.0], [177.94408796780897, -38.708951542064035, 0.0], [177.94444855534445, -38.70849312362418, 0.0], [177.94474113422552, -38.70810667796525, 0.0], [177.94511145884562, -38.7075692244477, 0.0], [177.94553077700436, -38.70703683986583, 0.0], [177.94570913297707, -38.706757679734714, 0.0], [177.94583767575122, -38.706549722211996, 0.0], [177.94593152984433, -38.70597157543644, 0.0], [177.94607604212064, -38.70568670258232, 0.0], [177.9462891315427, -38.70538224446889, 0.0]], "type": "LineString"}, "id": "4342", "properties": {"CPS": 4, "Date": "1972-04-27", "Digitiser": "ER", "Georef_ER": 4.0, "ID": 4342.0, "Notes": null, "Photoscale": 23900, "Pixel_Er": 0.650802270229833, "Proxy": 1, "Region": "Gisborne", "SHLength": 1.01612610453, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 4.727414049449901, "USDate": "04/27/1972"}, "type": "Feature"}, {"bbox": [177.9462891315427, -38.70538224446889, 178.02056732572862, -38.670415154506635], "geometry": {"coordinates": [[177.9462891315427, -38.70538224446889, 0.0], [177.94645183226413, -38.70516191835342, 0.0], [177.94660027884615, -38.70493405653773, 0.0], [177.94672808170895, -38.704759483625736, 0.0], [177.94681630966613, -38.70458420653344, 0.0], [177.9470529109789, -38.704312104105995, 0.0], [177.94720069773734, -38.70407473984181, 0.0], [177.9474435231595, -38.70380475513531, 0.0], [177.94763783403303, -38.70344867770613, 0.0], [177.94786156874156, -38.703210473622946, 0.0], [177.94804833622797, -38.702833273648615, 0.0], [177.94828386541104, -38.702589803628385, 0.0], [177.94853585368313, -38.702276544301284, 0.0], [177.9487716880642, -38.701861525143954, 0.0], [177.94897745697995, -38.701495429861005, 0.0], [177.94944349808858, -38.70098010960932, 0.0], [177.9497855857511, -38.70056296249467, 0.0], [177.9499832593391, -38.70038780381989, 0.0], [177.950191896904, -38.70010735247197, 0.0], [177.95052619570959, -38.69970959336122, 0.0], [177.950702886255, -38.69949482271491, 0.0], [177.95097484778614, -38.69920691760457, 0.0], [177.95113727618448, -38.69896178006868, 0.0], [177.95144250245093, -38.69871534578947, 0.0], [177.9515988656867, -38.698470465118874, 0.0], [177.9519115268198, -38.69811173976294, 0.0], [177.95226669764045, -38.697708325119855, 0.0], [177.95267880088863, -38.69729296251074, 0.0], [177.95301553717817, -38.69693082978557, 0.0], [177.95337814733784, -38.69650327180466, 0.0], [177.9537608368751, -38.696146333002176, 0.0], [177.95398960640276, -38.695893609626005, 0.0], [177.95446025094247, -38.69540189957981, 0.0], [177.95487503129397, -38.69498165116515, 0.0], [177.9553254491221, -38.69459324151251, 0.0], [177.95564954269258, -38.69422449147743, 0.0], [177.95627891250672, -38.693654558473135, 0.0], [177.956930877157, -38.69305983785185, 0.0], [177.95731442550482, -38.69267188004426, 0.0], [177.95773297391472, -38.69239440768769, 0.0], [177.95823946929275, -38.69198216224854, 0.0], [177.95872539976398, -38.69158031862075, 0.0], [177.95908059417778, -38.69122214976235, 0.0], [177.95955241815062, -38.69079231344571, 0.0], [177.95994970838677, -38.69042758752635, 0.0], [177.96039304468158, -38.69011331573987, 0.0], [177.9606074402355, -38.68987310358281, 0.0], [177.9609867226747, -38.68959967229362, 0.0], [177.96145634000285, -38.689269984439946, 0.0], [177.9618002328841, -38.689012350339034, 0.0], [177.96214320629193, -38.688697576178676, 0.0], [177.96258764861062, -38.6883117766572, 0.0], [177.96322441075435, -38.68789396900533, 0.0], [177.96363487203297, -38.68758823145673, 0.0], [177.9642560428883, -38.68712105091793, 0.0], [177.9645353785774, -38.68689712784979, 0.0], [177.96487189855716, -38.686708889181155, 0.0], [177.9653367339998, -38.68639844932976, 0.0], [177.96579810881454, -38.68603812413983, 0.0], [177.9663398255253, -38.68565293511763, 0.0], [177.96660679416752, -38.685470034996605, 0.0], [177.9670335998114, -38.68513738355654, 0.0], [177.96772624238523, -38.68469334889747, 0.0], [177.96837849039392, -38.68423673614894, 0.0], [177.96888236240392, -38.683919855399544, 0.0], [177.9693501924571, -38.68360927269982, 0.0], [177.96989641765353, -38.68333346715476, 0.0], [177.97025379044854, -38.68313956034567, 0.0], [177.97072612241, -38.682850222310385, 0.0], [177.9710457411578, -38.682681746007596, 0.0], [177.97137066039917, -38.68245824735155, 0.0], [177.97171557305154, -38.68226010236851, 0.0], [177.97211338473485, -38.682035877639784, 0.0], [177.97243134845652, -38.681843644032256, 0.0], [177.97282645459532, -38.68162429711374, 0.0], [177.97319477856897, -38.68141323787668, 0.0], [177.97357466403332, -38.68123742087332, 0.0], [177.97395830069914, -38.68102808889586, 0.0], [177.9743547161527, -38.68082774048372, 0.0], [177.97460577111545, -38.680678855185214, 0.0], [177.97495258131994, -38.68055209253281, 0.0], [177.97517988537106, -38.68041136613461, 0.0], [177.97553182709262, -38.68022720498646, 0.0], [177.975920853423, -38.68000810723878, 0.0], [177.9762798413158, -38.67983793785912, 0.0], [177.9766960745699, -38.67966056053879, 0.0], [177.97694563593757, -38.67949029236076, 0.0], [177.97726505909688, -38.67931942551135, 0.0], [177.97753240869338, -38.679186515832704, 0.0], [177.97792373224414, -38.679000667409966, 0.0], [177.97826088087967, -38.67891004363858, 0.0], [177.97860988062666, -38.67877126488736, 0.0], [177.97892587546136, -38.67863865853954, 0.0], [177.97918534359317, -38.67847987500184, 0.0], [177.97948898954078, -38.67838829524247, 0.0], [177.97987826296114, -38.67821682241672, 0.0], [177.98031018315547, -38.678003026738786, 0.0], [177.98083135829182, -38.67776159474161, 0.0], [177.98122718045073, -38.67759698517683, 0.0], [177.9814983711901, -38.677475814713276, 0.0], [177.98196559527352, -38.67728909452857, 0.0], [177.98225783003167, -38.67716464126781, 0.0], [177.98250411498148, -38.67703500252196, 0.0], [177.98274119161124, -38.67699152333422, 0.0], [177.98296554479603, -38.676896174098076, 0.0], [177.98323392260858, -38.67673461888144, 0.0], [177.9835879126977, -38.67662420135927, 0.0], [177.98375127137666, -38.676569574737044, 0.0], [177.98414300081217, -38.67643371926737, 0.0], [177.98443787035032, -38.67634726665601, 0.0], [177.9847300964661, -38.6762228077181, 0.0], [177.9850142220147, -38.67611298865441, 0.0], [177.98532214934886, -38.67595212123279, 0.0], [177.9855702412012, -38.675848605470264, 0.0], [177.9860955112907, -38.67566653576555, 0.0], [177.9864066821395, -38.675596058421604, 0.0], [177.98700996129048, -38.67535585504126, 0.0], [177.98717645580598, -38.67521532302314, 0.0], [177.98731589756056, -38.67516647873052, 0.0], [177.9875812267827, -38.675136076508615, 0.0], [177.9880140395249, -38.674979392668035, 0.0], [177.988349115364, -38.67490312334167, 0.0], [177.98865851690536, -38.67476362596534, 0.0], [177.98889359753824, -38.67469163093716, 0.0], [177.98921913928132, -38.67456573634055, 0.0], [177.9895288136596, -38.67447387314771, 0.0], [177.98983093909558, -38.674360890376555, 0.0], [177.99031101132508, -38.67422838329649, 0.0], [177.99047992269257, -38.674166362706096, 0.0], [177.99068436782065, -38.67409090979466, 0.0], [177.99081509883837, -38.67400431555983, 0.0], [177.9910944142246, -38.67395663028543, 0.0], [177.99130133853657, -38.67391680630766, 0.0], [177.9916815250203, -38.67383383274553, 0.0], [177.99221998739313, -38.6737107316086, 0.0], [177.99250508234417, -38.673615147611706, 0.0], [177.99268440347805, -38.67357173763602, 0.0], [177.99298442944206, -38.67351601435411, 0.0], [177.99360541110383, -38.673356021599254, 0.0], [177.99406470256213, -38.6732744191998, 0.0], [177.9943421920281, -38.67320059796105, 0.0], [177.99469355939542, -38.67314029002043, 0.0], [177.99487474931203, -38.673080119900256, 0.0], [177.99505996182532, -38.67303407168003, 0.0], [177.99539717054577, -38.67298866225021, 0.0], [177.995796519045, -38.67291914933, 0.0], [177.99611168898846, -38.67286276958041, 0.0], [177.9964672413717, -38.67281895391334, 0.0], [177.9968041668731, -38.67272590457324, 0.0], [177.9971727156069, -38.67265055893882, 0.0], [177.99745692091383, -38.67258597230646, 0.0], [177.9976598131839, -38.6725320154735, 0.0], [177.9978962003217, -38.67247900578688, 0.0], [177.9979598791385, -38.67243339461442, 0.0], [177.99831443412575, -38.67237532169495, 0.0], [177.9985954414773, -38.67230848693251, 0.0], [177.99873216975814, -38.67226451027289, 0.0], [177.9991128332695, -38.67218863949167, 0.0], [177.9993517509771, -38.67212837125991, 0.0], [177.99974623751044, -38.67203284690644, 0.0], [177.9999736968703, -38.671982598057376, 0.0], [178.000095439508, -38.67194164446513, 0.0], [178.00027628973757, -38.671876715841066, 0.0], [178.00041554893028, -38.671825481573535, 0.0], [178.00061943029758, -38.67178577164703, 0.0], [178.00079218383655, -38.671735483664065, 0.0], [178.00088367413963, -38.67165294287241, 0.0], [178.00120763912614, -38.671548524564116, 0.0], [178.00163180305677, -38.671399309006084, 0.0], [178.0020963479771, -38.671262654963364, 0.0], [178.0023487987657, -38.67113509337813, 0.0], [178.00265320699174, -38.67105533362776, 0.0], [178.00294080770837, -38.67095246989685, 0.0], [178.00324334469335, -38.670889465635675, 0.0], [178.00350329712435, -38.67082590455278, 0.0], [178.0039683313593, -38.67069636937276, 0.0], [178.00454899558457, -38.67056901949921, 0.0], [178.00492420005324, -38.670545776809206, 0.0], [178.005078722492, -38.670539147758575, 0.0], [178.00545965451226, -38.67051089283963, 0.0], [178.0058902693335, -38.67045429858443, 0.0], [178.00615419735595, -38.670447738479076, 0.0], [178.00658040982327, -38.670415154506635, 0.0], [178.00703384603395, -38.67042428364786, 0.0], [178.0073930254965, -38.670432691844, 0.0], [178.00782745310252, -38.67043072178274, 0.0], [178.0081246649744, -38.67046561153036, 0.0], [178.00834077860515, -38.670470628535405, 0.0], [178.00876744393952, -38.67048804729339, 0.0], [178.00902514551882, -38.67047936557989, 0.0], [178.00959857019853, -38.67050953919991, 0.0], [178.0099196894789, -38.67053863295325, 0.0], [178.0103167206079, -38.67056684811039, 0.0], [178.0108376428233, -38.670584975998864, 0.0], [178.011257418764, -38.670590769519265, 0.0], [178.01166100792932, -38.67062584551943, 0.0], [178.01209323521644, -38.670635865898625, 0.0], [178.01241622282967, -38.670648195717966, 0.0], [178.01274950310332, -38.67063387613187, 0.0], [178.01308697543953, -38.67063605216542, 0.0], [178.01325058558928, -38.67062902173211, 0.0], [178.01333409184326, -38.67060637423307, 0.0], [178.01347952297502, -38.67060012466702, 0.0], [178.01363499977464, -38.67065062048335, 0.0], [178.0138414853884, -38.670691776760016, 0.0], [178.01432472102744, -38.67069244947172, 0.0], [178.01474682225304, -38.670731483783705, 0.0], [178.01524856891461, -38.670736121721966, 0.0], [178.01566274418826, -38.67079217009771, 0.0], [178.01601362620866, -38.670855703071254, 0.0], [178.01642427413123, -38.670904753200674, 0.0], [178.01663922468205, -38.67089312800613, 0.0], [178.0168241710779, -38.67093044033979, 0.0], [178.01705170123068, -38.670968303484266, 0.0], [178.01722752045552, -38.671048890573296, 0.0], [178.01740287937434, -38.67107946713244, 0.0], [178.01751004857647, -38.67113441760912, 0.0], [178.01786126580282, -38.67120269525679, 0.0], [178.0180660171849, -38.671305860452115, 0.0], [178.01833526410525, -38.671375280013464, 0.0], [178.01864622683541, -38.6714762577612, 0.0], [178.01907938120678, -38.67158627209475, 0.0], [178.01938511747056, -38.67169938457258, 0.0], [178.01961278062163, -38.67178250212242, 0.0], [178.01990390456672, -38.67186050618847, 0.0], [178.0200380126196, -38.67190953033161, 0.0], [178.0202594510876, -38.67199053204477, 0.0], [178.0203492761626, -38.67205813806758, 0.0], [178.02043649837753, -38.67221876887908, 0.0], [178.02049841217493, -38.67245196017144, 0.0], [178.02056732572862, -38.67256811353149, 0.0]], "type": "LineString"}, "id": "4343", "properties": {"CPS": 4, "Date": "1972-04-27", "Digitiser": "ER", "Georef_ER": 4.0, "ID": 4343.0, "Notes": null, "Photoscale": 23900, "Pixel_Er": 0.650802270229833, "Proxy": 1, "Region": "Gisborne", "SHLength": 8.08192639727, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 4.727414049449901, "USDate": "04/27/1972"}, "type": "Feature"}, {"bbox": [177.98737219116518, -38.67525787943346, 178.02052644118916, -38.67041342359045], "geometry": {"coordinates": [[177.98737219116518, -38.67525787943346, 0.0], [177.98771503748435, -38.67516222045502, 0.0], [177.98828844752876, -38.67497331811524, 0.0], [177.98884483070756, -38.67480181795958, 0.0], [177.98963331456883, -38.674515562847176, 0.0], [177.99026615776404, -38.674307432210874, 0.0], [177.99088676501012, -38.67405455597901, 0.0], [177.99124050912937, -38.67398462704975, 0.0], [177.99194579186135, -38.67385677238773, 0.0], [177.99244739706677, -38.67372810006089, 0.0], [177.99283567844876, -38.673630481945324, 0.0], [177.993351881725, -38.67353691706463, 0.0], [177.9941491001715, -38.67337652540587, 0.0], [177.9947281022281, -38.673268354187464, 0.0], [177.9948563557036, -38.673277157653196, 0.0], [177.99516634680427, -38.67319003093585, 0.0], [177.99541100097832, -38.67312476025698, 0.0], [177.9959320974559, -38.673014297726546, 0.0], [177.99633166137974, -38.6729042729481, 0.0], [177.9966574607791, -38.67282599490812, 0.0], [177.99692943201643, -38.672716667926665, 0.0], [177.9971316629293, -38.67265321073024, 0.0], [177.99715969493633, -38.67257577325182, 0.0], [177.99731834671928, -38.67249750558087, 0.0], [177.99787413864857, -38.67236172433311, 0.0], [177.9984130732369, -38.672245721893205, 0.0], [177.9985338237925, -38.6721905180257, 0.0], [177.9986630689447, -38.672213569213554, 0.0], [177.99877214718921, -38.67220889557511, 0.0], [177.99891361017518, -38.6721456566565, 0.0], [177.99911082006403, -38.67205382245399, 0.0], [177.99933915691466, -38.6719725660692, 0.0], [177.99960915260837, -38.67196576071232, 0.0], [177.99984740650777, -38.671895990343955, 0.0], [178.000099601727, -38.671851828361234, 0.0], [178.00036848523808, -38.671785508994326, 0.0], [178.00065670737158, -38.67173503687749, 0.0], [178.00072963908065, -38.671691410026874, 0.0], [178.0008665303107, -38.6716498063188, 0.0], [178.00101229768507, -38.67164832270323, 0.0], [178.00109680399228, -38.67163993541214, 0.0], [178.00124631157166, -38.67160493762596, 0.0], [178.00146908141716, -38.671531062969784, 0.0], [178.0016272285709, -38.67144566400947, 0.0], [178.0018116029515, -38.6713877291524, 0.0], [178.0021444891222, -38.671280543410866, 0.0], [178.00246321908568, -38.67118825810648, 0.0], [178.00265689419336, -38.671089422417836, 0.0], [178.00288979145807, -38.67098652209718, 0.0], [178.0030697610995, -38.67095259812174, 0.0], [178.00322553800714, -38.67087682827741, 0.0], [178.00347997425644, -38.670777767892716, 0.0], [178.0037752436777, -38.670741280292575, 0.0], [178.00393234543301, -38.6706845118564, 0.0], [178.00418316086936, -38.6706642242649, 0.0], [178.00428314626083, -38.67065993552489, 0.0], [178.0045656319939, -38.67061446470148, 0.0], [178.0049358172428, -38.67056284855581, 0.0], [178.00524942955457, -38.670527952725394, 0.0], [178.00544350572875, -38.670522008626996, 0.0], [178.00571420214976, -38.67048180562759, 0.0], [178.00601183511827, -38.67043568140319, 0.0], [178.00626480456293, -38.670446268013634, 0.0], [178.0064348073701, -38.67044373766635, 0.0], [178.0066970766041, -38.67041342359045, 0.0], [178.00701719993535, -38.67042827381694, 0.0], [178.00730079938572, -38.67044230837604, 0.0], [178.00744988092603, -38.67048832230594, 0.0], [178.00760506619062, -38.67049119101026, 0.0], [178.00779495055477, -38.670468746166925, 0.0], [178.00814873402598, -38.670486913195056, 0.0], [178.00860619558225, -38.67051015771264, 0.0], [178.00884621609052, -38.67050938263505, 0.0], [178.00908739809208, -38.67052523392114, 0.0], [178.00945093503185, -38.67055250774785, 0.0], [178.00959993728563, -38.67051037386275, 0.0], [178.00973071778756, -38.67051190526196, 0.0], [178.0099640955776, -38.67059003196034, 0.0], [178.0104434303434, -38.67062185944674, 0.0], [178.01109143969333, -38.67063214569493, 0.0], [178.01154051797968, -38.67062238523469, 0.0], [178.01169927241094, -38.67058935930698, 0.0], [178.0118635056033, -38.670634716598, 0.0], [178.01212104055114, -38.67062365276653, 0.0], [178.01239335137404, -38.670650071733206, 0.0], [178.01249549413058, -38.67067665426476, 0.0], [178.01263893294043, -38.67064190270248, 0.0], [178.0128032074542, -38.67064437390248, 0.0], [178.01297823206576, -38.67067020681772, 0.0], [178.0131536294538, -38.67065790525916, 0.0], [178.0135893846157, -38.67067491561237, 0.0], [178.01383023497377, -38.67068600646788, 0.0], [178.01387767536772, -38.670712556276825, 0.0], [178.0142849996299, -38.67071410916602, 0.0], [178.0144943891075, -38.670709874128974, 0.0], [178.01482779520222, -38.670740808483075, 0.0], [178.01519789153062, -38.67077492940092, 0.0], [178.01554947689954, -38.67080508016863, 0.0], [178.0159724098089, -38.67085598615136, 0.0], [178.01630361783964, -38.67089892265386, 0.0], [178.01650188518985, -38.67090945650923, 0.0], [178.01668213987125, -38.6709231469722, 0.0], [178.01694669251603, -38.67096894784929, 0.0], [178.0171704900884, -38.67104032463852, 0.0], [178.01755603193726, -38.67112142138478, 0.0], [178.01787994308805, -38.671233756262694, 0.0], [178.01806708945182, -38.67125906003775, 0.0], [178.01817998654514, -38.671308998736095, 0.0], [178.01839419797, -38.67137363829727, 0.0], [178.01869270893113, -38.671470386777756, 0.0], [178.01889210460288, -38.67154042751062, 0.0], [178.01901425841314, -38.67159234952632, 0.0], [178.0193084109051, -38.671670224831026, 0.0], [178.01954919096224, -38.6717670724583, 0.0], [178.0197368014117, -38.67184238353026, 0.0], [178.02011255862936, -38.67195724593925, 0.0], [178.0202898801878, -38.67205920501954, 0.0], [178.02043153138482, -38.672346142172245, 0.0], [178.02052644118916, -38.67257314873444, 0.0]], "type": "LineString"}, "id": "4347", "properties": {"CPS": 4, "Date": "1988-10-27", "Digitiser": "ER", "Georef_ER": 4.0, "ID": 4347.0, "Notes": null, "Photoscale": 6000, "Pixel_Er": 0.224536264287637, "Proxy": 1, "Region": "Gisborne", "SHLength": 3.0738235539, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 4.167423248720994, "USDate": "10/27/1988"}, "type": "Feature"}, {"bbox": [177.9392416843532, -38.71396718009013, 177.95928631200627, -38.690643178146125], "geometry": {"coordinates": [[177.9392416843532, -38.71396718009013, 0.0], [177.9395325092215, -38.71390721509838, 0.0], [177.93979940515965, -38.713764877440326, 0.0], [177.94000508611762, -38.7134845679703, 0.0], [177.94022658016274, -38.71312496787412, 0.0], [177.94047609661615, -38.7127308262713, 0.0], [177.94062301839236, -38.712436327654544, 0.0], [177.9408585199583, -38.712147606318275, 0.0], [177.9411471994178, -38.71179230588725, 0.0], [177.94132713955898, -38.711491642818245, 0.0], [177.94155542410462, -38.71118654886815, 0.0], [177.94178927863828, -38.71087407119925, 0.0], [177.9419025969971, -38.71062149634116, 0.0], [177.94211219652198, -38.71039819599576, 0.0], [177.94229917694457, -38.71011152790039, 0.0], [177.942410200078, -38.709913845948435, 0.0], [177.94263093942993, -38.709675778075834, 0.0], [177.94290575387316, -38.70934012070682, 0.0], [177.94308846892477, -38.709079839039354, 0.0], [177.94326372731254, -38.7088436975115, 0.0], [177.94336015930148, -38.70861089656225, 0.0], [177.94370715623995, -38.7083079147903, 0.0], [177.94382333677953, -38.70814098471967, 0.0], [177.94395483937268, -38.70797578753335, 0.0], [177.94405684435645, -38.70782375272827, 0.0], [177.9442483138111, -38.70747018327238, 0.0], [177.9444835370877, -38.707133818283346, 0.0], [177.94476038138728, -38.706783776241245, 0.0], [177.94496741615268, -38.70647957704035, 0.0], [177.9450951406058, -38.706259742808626, 0.0], [177.94526915283672, -38.70596170801345, 0.0], [177.94542555130377, -38.70571683338996, 0.0], [177.94565421501878, -38.705461747216475, 0.0], [177.9458555141753, -38.70525070479663, 0.0], [177.94601887812846, -38.70506271256601, 0.0], [177.94609383349706, -38.70487132172498, 0.0], [177.94617977336478, -38.704750938132634, 0.0], [177.9463444407331, -38.70449379957124, 0.0], [177.94642555078323, -38.70443556396243, 0.0], [177.9465405708889, -38.70425200359398, 0.0], [177.94668426509182, -38.70404340273531, 0.0], [177.94680927713338, -38.70382844671747, 0.0], [177.94706144007537, -38.70351756538786, 0.0], [177.9471888253591, -38.70329297860838, 0.0], [177.94719283329943, -38.70321895312084, 0.0], [177.94728441824037, -38.70304829822304, 0.0], [177.9475351860499, -38.70276129948962, 0.0], [177.94770247863568, -38.70263031690904, 0.0], [177.94795325226178, -38.70243146718579, 0.0], [177.94807605613337, -38.70231666587465, 0.0], [177.94836859271865, -38.70193021379721, 0.0], [177.94848327605385, -38.70174190110904, 0.0], [177.94848490777227, -38.70167750615137, 0.0], [177.94864964746887, -38.70146562782685, 0.0], [177.94871239001424, -38.701317637462004, 0.0], [177.94891497233834, -38.70103744513925, 0.0], [177.94903990609157, -38.70095352417277, 0.0], [177.94913157127118, -38.70082813081479, 0.0], [177.94933539724965, -38.70069797840086, 0.0], [177.94950128134877, -38.700502727448516, 0.0], [177.94973466450276, -38.70022837417134, 0.0], [177.95009542776205, -38.699817581077056, 0.0], [177.950325611061, -38.69954098006528, 0.0], [177.9505468628704, -38.69926714012541, 0.0], [177.9507410835281, -38.69904209572416, 0.0], [177.95086649221577, -38.69887715003264, 0.0], [177.95108143733512, -38.69864407819518, 0.0], [177.95129040687107, -38.69845652585554, 0.0], [177.95147045195935, -38.698246376629925, 0.0], [177.95167515014344, -38.697997061710154, 0.0], [177.95178638396652, -38.69784701142263, 0.0], [177.95200811796113, -38.69758029575454, 0.0], [177.95222183081754, -38.69737348103353, 0.0], [177.95239179166174, -38.697149464021344, 0.0], [177.9526031278691, -38.696952279279216, 0.0], [177.9527816124318, -38.69676363632385, 0.0], [177.9529717281336, -38.69656735195538, 0.0], [177.95309745616333, -38.69640715535799, 0.0], [177.95323948921913, -38.69626294330159, 0.0], [177.95337538462243, -38.69616187547677, 0.0], [177.95359367351367, -38.695933422208505, 0.0], [177.95385005191895, -38.69568429153894, 0.0], [177.95412879638982, -38.69545088746966, 0.0], [177.9542388715409, -38.695284207218755, 0.0], [177.95436565449418, -38.695095375384184, 0.0], [177.9545666620131, -38.69492483272949, 0.0], [177.95474219574055, -38.69478157848922, 0.0], [177.95494343968934, -38.6945705238631, 0.0], [177.9550644121915, -38.69442958674523, 0.0], [177.9551976728613, -38.69429050995348, 0.0], [177.9553640368854, -38.694190528092435, 0.0], [177.95554201468303, -38.69399475543361, 0.0], [177.95583517181208, -38.693794089266675, 0.0], [177.95591657330115, -38.693652450035096, 0.0], [177.95603451137063, -38.693511640898, 0.0], [177.9562594302121, -38.69333531473897, 0.0], [177.95645011187003, -38.693191414470576, 0.0], [177.95665675119005, -38.69297059811586, 0.0], [177.95696275523642, -38.692736029375496, 0.0], [177.95712500442102, -38.69257665925727, 0.0], [177.95725539111896, -38.69244008482144, 0.0], [177.95745311652692, -38.692310178239914, 0.0], [177.95758784800174, -38.69219247823923, 0.0], [177.95774739235134, -38.69203798711659, 0.0], [177.95800021870696, -38.69178185156923, 0.0], [177.95819171463907, -38.69164982613688, 0.0], [177.95842726668351, -38.6914516022154, 0.0], [177.95862644615622, -38.691254923957516, 0.0], [177.95896429705581, -38.69099755465896, 0.0], [177.95906436825467, -38.69086226704564, 0.0], [177.95926772615877, -38.69068208712174, 0.0], [177.95928631200627, -38.690643178146125, 0.0]], "type": "LineString"}, "id": "4350", "properties": {"CPS": 3, "Date": "1957-10-29", "Digitiser": "ER", "Georef_ER": 5.0, "ID": 4350.0, "Notes": null, "Photoscale": 44500, "Pixel_Er": 1.177433886158844, "Proxy": 1, "Region": "Gisborne", "SHLength": 3.16412547166, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 5.256248715222209, "USDate": "10/29/1957"}, "type": "Feature"}, {"bbox": [177.95928631200627, -38.690643178146125, 178.00495823868243, -38.67051363128319], "geometry": {"coordinates": [[177.95928631200627, -38.690643178146125, 0.0], [177.9595315268123, -38.690318391811374, 0.0], [177.96042917061558, -38.68967270626317, 0.0], [177.9616283523622, -38.68866278152714, 0.0], [177.9624995241956, -38.687964602177985, 0.0], [177.96364361932805, -38.68714759515791, 0.0], [177.96420210932348, -38.68674006163363, 0.0], [177.9648803589858, -38.68626330178158, 0.0], [177.96557661899493, -38.685783389120516, 0.0], [177.96608852245495, -38.68540661756498, 0.0], [177.96643992290294, -38.685170092688004, 0.0], [177.9670586151472, -38.68475541680599, 0.0], [177.96782471406516, -38.684274900106125, 0.0], [177.96844029322358, -38.683903233346705, 0.0], [177.9686900545467, -38.68373535606865, 0.0], [177.96935898878, -38.68325658565879, 0.0], [177.96985425207805, -38.68294721490231, 0.0], [177.97040676146597, -38.68263063826412, 0.0], [177.9705972553601, -38.68257249108645, 0.0], [177.9707209780634, -38.6824719227021, 0.0], [177.97115907959258, -38.68221501299787, 0.0], [177.9714678906339, -38.68206605550868, 0.0], [177.971924664051, -38.68181549457767, 0.0], [177.97230633162002, -38.681577662791824, 0.0], [177.97260792285027, -38.68141233318135, 0.0], [177.97302759934814, -38.68119670317101, 0.0], [177.9735313013625, -38.68096557742075, 0.0], [177.9737063695822, -38.68086043458823, 0.0], [177.97395973384792, -38.68074480603495, 0.0], [177.97434854019156, -38.68056622384967, 0.0], [177.9745677434949, -38.68044013853191, 0.0], [177.974860499999, -38.6803228283335, 0.0], [177.97508471042772, -38.680225117544076, 0.0], [177.97519139434868, -38.68014194816187, 0.0], [177.9753559226003, -38.6801039600725, 0.0], [177.97574010474054, -38.679858862958085, 0.0], [177.97629530402074, -38.67962552918216, 0.0], [177.97669131305275, -38.679463309075885, 0.0], [177.97686410520785, -38.67941305429445, 0.0], [177.97729119780934, -38.67917326888649, 0.0], [177.97791542394842, -38.6789274529307, 0.0], [177.978364651055, -38.67874389716572, 0.0], [177.97873370711972, -38.67858758529867, 0.0], [177.97912976467003, -38.67838247161581, 0.0], [177.97939694202492, -38.67824718273372, 0.0], [177.9799472101078, -38.67803071938393, 0.0], [177.9804199024999, -38.67779135876578, 0.0], [177.9809330808957, -38.67760982803079, 0.0], [177.98151149549608, -38.67736118440539, 0.0], [177.9818428533199, -38.67718741338316, 0.0], [177.98225145101733, -38.677031784535934, 0.0], [177.9825853403054, -38.676850756126306, 0.0], [177.98301046443254, -38.67667059475315, 0.0], [177.9833679802051, -38.676567174539414, 0.0], [177.98384681829293, -38.67637280368885, 0.0], [177.98428708696449, -38.676191990797626, 0.0], [177.9849015089077, -38.675937027599886, 0.0], [177.98534546281186, -38.67576558297869, 0.0], [177.98580440002112, -38.6755911139645, 0.0], [177.98640817713766, -38.67535803961125, 0.0], [177.98704996395233, -38.67514716147508, 0.0], [177.9876245883262, -38.674932004000105, 0.0], [177.98803045932135, -38.67478123674953, 0.0], [177.98840580708597, -38.674672274153906, 0.0], [177.9887298072395, -38.67456788848136, 0.0], [177.9890270861916, -38.67442890854857, 0.0], [177.98928927077378, -38.674353371273156, 0.0], [177.98975165969162, -38.67422876994733, 0.0], [177.99021481629282, -38.67402789702968, 0.0], [177.9905347344408, -38.67395226989568, 0.0], [177.990916683145, -38.67380728092947, 0.0], [177.9912554411439, -38.67374037549198, 0.0], [177.99164157473362, -38.67361188198018, 0.0], [177.99191196311762, -38.67356695913885, 0.0], [177.99221033591894, -38.67348748455273, 0.0], [177.99264908182442, -38.673416296480326, 0.0], [177.99302656449058, -38.67333819911798, 0.0], [177.99355846388568, -38.67320822557832, 0.0], [177.9940638664792, -38.67313417912823, 0.0], [177.9945195778556, -38.67308846424284, 0.0], [177.99501004490574, -38.672974552294676, 0.0], [177.9954881737325, -38.672901667428214, 0.0], [177.99600133712096, -38.672808221114764, 0.0], [177.99654430215904, -38.67270634901686, 0.0], [177.9970888054005, -38.67258296693188, 0.0], [177.99763027654404, -38.67245971221955, 0.0], [177.9983190544053, -38.67231346722481, 0.0], [177.99887214379308, -38.67218256184983, 0.0], [177.99906374190488, -38.67214099853052, 0.0], [177.9995572232518, -38.67202693849684, 0.0], [177.99994602868017, -38.67189353858564, 0.0], [178.00044660843042, -38.67175058185944, 0.0], [178.00099130930772, -38.67158667255705, 0.0], [178.00141630243286, -38.671449334207686, 0.0], [178.00184884489877, -38.67133311223345, 0.0], [178.0023231884304, -38.671162683667745, 0.0], [178.0026950107567, -38.67100379660634, 0.0], [178.00314418906675, -38.6709082981063, 0.0], [178.00348533152086, -38.67078884257394, 0.0], [178.00401146009702, -38.67066383422543, 0.0], [178.00431652716495, -38.67059357151216, 0.0], [178.0047015302562, -38.67053655572373, 0.0], [178.00495251057978, -38.67051864180443, 0.0], [178.00495823868243, -38.67051363128319, 0.0]], "type": "LineString"}, "id": "4351", "properties": {"CPS": 4, "Date": "1957-10-29", "Digitiser": "ER", "Georef_ER": 5.0, "ID": 4351.0, "Notes": null, "Photoscale": 44500, "Pixel_Er": 1.177433886158844, "Proxy": 1, "Region": "Gisborne", "SHLength": 4.6519362472, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 5.565262847006879, "USDate": "10/29/1957"}, "type": "Feature"}, {"bbox": [178.0100137207698, -38.67211729187875, 178.02041148062395, -38.67048802714393], "geometry": {"coordinates": [[178.0100137207698, -38.67048802714393, 0.0], [178.01053960217646, -38.67051189939527, 0.0], [178.0110816705919, -38.67050648531722, 0.0], [178.01141393401954, -38.67049936042245, 0.0], [178.01172446977873, -38.67050746228646, 0.0], [178.01259929854828, -38.670502040190236, 0.0], [178.01331431405495, -38.67049275833452, 0.0], [178.01354684191514, -38.67049348668862, 0.0], [178.01412165808304, -38.670565269834306, 0.0], [178.01478487754054, -38.67059751437531, 0.0], [178.01526755479662, -38.67065538441358, 0.0], [178.0155858752234, -38.67070959775318, 0.0], [178.01586758907385, -38.67076181049643, 0.0], [178.0162096308823, -38.670829296527494, 0.0], [178.01642093127865, -38.67085237325767, 0.0], [178.01669031595884, -38.67085865762425, 0.0], [178.01688848094255, -38.67088944548329, 0.0], [178.0171370793684, -38.6709895356303, 0.0], [178.01744301461693, -38.67106214429613, 0.0], [178.0177822029416, -38.67121908769928, 0.0], [178.01809772784978, -38.67129842928754, 0.0], [178.01839831628027, -38.671424868966234, 0.0], [178.01856367256397, -38.671442770903745, 0.0], [178.01868782110867, -38.67152319605237, 0.0], [178.01892963456805, -38.67159141195932, 0.0], [178.01901038693555, -38.6716379679383, 0.0], [178.01915407299634, -38.67160677127751, 0.0], [178.0194993635774, -38.671720564095416, 0.0], [178.01980001066147, -38.671782673214, 0.0], [178.0200478673448, -38.67187206814154, 0.0], [178.02021771525887, -38.67195409869463, 0.0], [178.02035020752308, -38.67202344223485, 0.0], [178.02041148062395, -38.67211729187875, 0.0]], "type": "LineString"}, "id": "4352", "properties": {"CPS": 2, "Date": "1957-10-29", "Digitiser": "ER", "Georef_ER": 5.0, "ID": 4352.0, "Notes": null, "Photoscale": 44500, "Pixel_Er": 1.177433886158844, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.948118058504, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 5.2172934128986, "USDate": "10/29/1957"}, "type": "Feature"}, {"bbox": [178.02035079338143, -38.67260661612784, 178.02050044683517, -38.672089878757056], "geometry": {"coordinates": [[178.02039358296514, -38.672089878757056, 0.0], [178.02035079338143, -38.67222711058935, 0.0], [178.0204341834522, -38.6724415098733, 0.0], [178.02050044683517, -38.67260661612784, 0.0]], "type": "LineString"}, "id": "4353", "properties": {"CPS": 1, "Date": "1957-10-29", "Digitiser": "ER", "Georef_ER": 5.0, "ID": 4353.0, "Notes": null, "Photoscale": 44500, "Pixel_Er": 1.177433886158844, "Proxy": 5, "Region": "Gisborne", "SHLength": 0.0598952715118, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 5.183835506290214, "USDate": "10/29/1957"}, "type": "Feature"}], "type": "FeatureCollection"});\n", + " geo_json_744ac17a67da8bf6b0671eb98eb98a37_add({"bbox": [177.93919822901458, -38.716147142133025, 178.02324124308046, -38.670404291821995], "features": [{"bbox": [177.94120075640913, -38.710415118666134, 177.9874023465152, -38.675599890397976], "geometry": {"coordinates": [[177.94120075640913, -38.710415118666134, 0.0], [177.9414612269543, -38.71038919365319, 0.0], [177.94168021459535, -38.71036800365213, 0.0], [177.9418367212096, -38.71032265808328, 0.0], [177.94200060221357, -38.71027402180295, 0.0], [177.94213385568602, -38.7101671220707, 0.0], [177.94224324476264, -38.710099948017685, 0.0], [177.94237424681904, -38.7100705726737, 0.0], [177.94253618009668, -38.71000474551129, 0.0], [177.94281313747072, -38.70994238230229, 0.0], [177.9432394292665, -38.70984093107362, 0.0], [177.9435181249783, -38.709748712065235, 0.0], [177.94370832068586, -38.70958579233589, 0.0], [177.9439007646573, -38.70934534780233, 0.0], [177.94406084583454, -38.70918668202871, 0.0], [177.94423894895448, -38.70895875704404, 0.0], [177.9443579571323, -38.70881076608156, 0.0], [177.94454630321283, -38.7086211210635, 0.0], [177.94476015073678, -38.70841550443454, 0.0], [177.94491408403562, -38.70827794452066, 0.0], [177.94505869832517, -38.7081705599632, 0.0], [177.9452079142448, -38.707964704632005, 0.0], [177.94535528380734, -38.70773212500006, 0.0], [177.9455010119582, -38.707475790432824, 0.0], [177.9457220140615, -38.70715372504668, 0.0], [177.94589488213037, -38.70690517339665, 0.0], [177.94601654094393, -38.70668559540262, 0.0], [177.94616390557346, -38.70645301506167, 0.0], [177.94632181755426, -38.706208075099696, 0.0], [177.9464803438002, -38.705972043029675, 0.0], [177.94660834790182, -38.70573432712862, 0.0], [177.94676605186893, -38.70548641740348, 0.0], [177.94691228880404, -38.70529259861517, 0.0], [177.94706231445403, -38.70509861897084, 0.0], [177.94717731632664, -38.70494781724749, 0.0], [177.94731136231448, -38.704742602884245, 0.0], [177.94746332915807, -38.7045217380389, 0.0], [177.9476225608239, -38.70424100398731, 0.0], [177.94780534831065, -38.70397118271868, 0.0], [177.94797144405928, -38.70373482773034, 0.0], [177.94816641779684, -38.70347640118299, 0.0], [177.94830148426155, -38.70328603271847, 0.0], [177.948447411223, -38.70314285205981, 0.0], [177.94853485607683, -38.70297832796915, 0.0], [177.9486948048018, -38.7027630791278, 0.0], [177.94883488897352, -38.70259036547743, 0.0], [177.94909048577665, -38.70232936545202, 0.0], [177.9492052741475, -38.70217559291852, 0.0], [177.94934300300625, -38.70202382493757, 0.0], [177.9494493910673, -38.70185849644842, 0.0], [177.94956796725833, -38.701704562863966, 0.0], [177.9496806059717, -38.701574705455904, 0.0], [177.94982662254654, -38.70137791463787, 0.0], [177.9500157565138, -38.70120014019956, 0.0], [177.95019792671155, -38.70103159512754, 0.0], [177.95035941285536, -38.7008937080246, 0.0], [177.9505285720398, -38.70070189031528, 0.0], [177.95070684045916, -38.70047692730843, 0.0], [177.950832169299, -38.70031079377591, 0.0], [177.95104043374812, -38.70002499634506, 0.0], [177.95117528142222, -38.6998316560801, 0.0], [177.95133521578194, -38.699616404525756, 0.0], [177.9515864911143, -38.699348137757724, 0.0], [177.95182670512773, -38.699084807116414, 0.0], [177.95204459329616, -38.698828379903446, 0.0], [177.95224323509564, -38.6986233960989, 0.0], [177.9524024539288, -38.698452844174476, 0.0], [177.95265576548127, -38.698159175477066, 0.0], [177.95285572924323, -38.69791839809941, 0.0], [177.95315112724873, -38.697628897485735, 0.0], [177.953343211222, -38.69743908059347, 0.0], [177.95361014114883, -38.69717759010872, 0.0], [177.95384246446238, -38.696965217354226, 0.0], [177.95403475022204, -38.69677836886409, 0.0], [177.95431094363866, -38.696464069984046, 0.0], [177.95444543330768, -38.69629873501255, 0.0], [177.95462767357387, -38.69607657581907, 0.0], [177.95481491539783, -38.695882793079605, 0.0], [177.9550439350448, -38.69567770570438, 0.0], [177.95518899376387, -38.69553336285584, 0.0], [177.95531349122436, -38.695399423009015, 0.0], [177.95545436757385, -38.69523858051194, 0.0], [177.9556223590294, -38.695074203502955, 0.0], [177.95576905858385, -38.694953614569435, 0.0], [177.95591641493226, -38.69484252727514, 0.0], [177.95610472724695, -38.694708257853435, 0.0], [177.95627812084186, -38.69453412071731, 0.0], [177.9564135885789, -38.69438303665841, 0.0], [177.95654045555287, -38.69423946519207, 0.0], [177.95674662284182, -38.69409967126302, 0.0], [177.95692886952278, -38.693965658322334, 0.0], [177.9571027524363, -38.693798646529274, 0.0], [177.9572153561955, -38.693624708922236, 0.0], [177.95736621240525, -38.69343246859523, 0.0], [177.95753435973722, -38.693270464808656, 0.0], [177.95771077753213, -38.69309619715717, 0.0], [177.95787114528102, -38.69295358297519, 0.0], [177.95811185003825, -38.69269796231391, 0.0], [177.9583281611618, -38.69252914545529, 0.0], [177.95853046708586, -38.69237760053026, 0.0], [177.95872031943043, -38.692221819801475, 0.0], [177.95885913762396, -38.69207535552462, 0.0], [177.95903317600374, -38.69191071685391, 0.0], [177.95918576093337, -38.69178749124458, 0.0], [177.95933547880094, -38.69166676976285, 0.0], [177.959510172798, -38.69151163225745, 0.0], [177.95964391271866, -38.691379677571625, 0.0], [177.95976684384345, -38.69126724171891, 0.0], [177.95989362767452, -38.691166554067344, 0.0], [177.9600333570283, -38.691077227980955, 0.0], [177.96023058005466, -38.69094019094144, 0.0], [177.96044131240183, -38.69077875486333, 0.0], [177.96057873797398, -38.69065617214745, 0.0], [177.9607050262109, -38.69054835745401, 0.0], [177.9608985577423, -38.6904019466162, 0.0], [177.961156700346, -38.690178932445285, 0.0], [177.96132360996282, -38.690043182841684, 0.0], [177.96149878916953, -38.68989516916318, 0.0], [177.9616591423092, -38.68975255068735, 0.0], [177.96181204711002, -38.68963407306906, 0.0], [177.96195757378015, -38.689496849691565, 0.0], [177.96216075584132, -38.68931428999754, 0.0], [177.96233339422383, -38.689173530490486, 0.0], [177.96251380836654, -38.68901338055914, 0.0], [177.96272452990385, -38.688851941030485, 0.0], [177.9629192043428, -38.68872215536378, 0.0], [177.96308857507287, -38.68862203503147, 0.0], [177.96321264779678, -38.688526224150756, 0.0], [177.96334874811492, -38.68838463534143, 0.0], [177.96347542647064, -38.68823868242455, 0.0], [177.9636520776978, -38.68811204487369, 0.0], [177.96386206684792, -38.68798398849197, 0.0], [177.96403192812096, -38.68789099324822, 0.0], [177.9642946595736, -38.68773448510032, 0.0], [177.96460324890046, -38.6875379060063, 0.0], [177.96482773004035, -38.687399701510934, 0.0], [177.96496784325458, -38.687272234670715, 0.0], [177.96515628317226, -38.68714032835729, 0.0], [177.96529043024114, -38.6870583811207, 0.0], [177.96551481197122, -38.68687491355649, 0.0], [177.96569537781065, -38.686717134926226, 0.0], [177.9659145190457, -38.686545801819065, 0.0], [177.96613530533034, -38.68639822251375, 0.0], [177.9663844222103, -38.68622084763532, 0.0], [177.96654722675976, -38.68611385476465, 0.0], [177.96671945211182, -38.68601122542487, 0.0], [177.96685866878346, -38.6859147660891, 0.0], [177.96714349160115, -38.685726339726685, 0.0], [177.96744198435164, -38.6855158888186, 0.0], [177.96760093175322, -38.685397146676266, 0.0], [177.96786921325815, -38.6852332472069, 0.0], [177.96803471458043, -38.68512137266288, 0.0], [177.96824215020982, -38.68500056472776, 0.0], [177.96846612209086, -38.68485522794935, 0.0], [177.96875864442734, -38.684690294088924, 0.0], [177.96893527734724, -38.684563649672135, 0.0], [177.9691122390308, -38.684441755836744, 0.0], [177.9693768239341, -38.68426848081539, 0.0], [177.96959038168987, -38.684104526227415, 0.0], [177.96979020233522, -38.68400548182005, 0.0], [177.9700726379219, -38.683826679981614, 0.0], [177.97033517598018, -38.683667784595215, 0.0], [177.97061556670937, -38.68350336313219, 0.0], [177.97089882191673, -38.68333643654386, 0.0], [177.97111754569735, -38.68320323059945, 0.0], [177.9713062279826, -38.68311895282765, 0.0], [177.97145870816374, -38.68303859994936, 0.0], [177.9716354968684, -38.68291432739663, 0.0], [177.97183603479428, -38.68278189517843, 0.0], [177.97196140375308, -38.682705079523686, 0.0], [177.97213753159585, -38.68257130473695, 0.0], [177.97231441847043, -38.682492292957, 0.0], [177.9725454237148, -38.68236094338609, 0.0], [177.9727575218952, -38.68226375315969, 0.0], [177.9729772276398, -38.682144796505355, 0.0], [177.973171370229, -38.68200786986812, 0.0], [177.97339779470846, -38.68189815570016, 0.0], [177.97369856021893, -38.68172094639852, 0.0], [177.97392129309873, -38.68160185896841, 0.0], [177.9741798961396, -38.68147409443992, 0.0], [177.97439673134923, -38.68135764001454, 0.0], [177.97454452505565, -38.68125365890977, 0.0], [177.974739423552, -38.68117149310623, 0.0], [177.97496672990434, -38.68103076697521, 0.0], [177.97521568033702, -38.68093914809572, 0.0], [177.9754914716961, -38.680796353223, 0.0], [177.9757958547994, -38.68067139755128, 0.0], [177.9760392988204, -38.68054427558738, 0.0], [177.97624058426672, -38.68043157824328, 0.0], [177.97646176245146, -38.680333994168876, 0.0], [177.97665428530152, -38.68026145625101, 0.0], [177.9769516135129, -38.6801225041114, 0.0], [177.9771605032129, -38.68002306058044, 0.0], [177.97737242268164, -38.679923487420275, 0.0], [177.9776872703611, -38.67977425632783, 0.0], [177.97794018978723, -38.67960860760128, 0.0], [177.9780869237393, -38.679533256361744, 0.0], [177.97828197802264, -38.67945346056713, 0.0], [177.97856326210126, -38.679346160463815, 0.0], [177.97875650044094, -38.67924023484594, 0.0], [177.9789386067957, -38.67914907849436, 0.0], [177.9790689716215, -38.67910063120796, 0.0], [177.979257137845, -38.679009215740074, 0.0], [177.97957043199264, -38.67888148773306, 0.0], [177.9798180481416, -38.678770856927976, 0.0], [177.98004362619793, -38.67864925431257, 0.0], [177.98020886767878, -38.678577875257766, 0.0], [177.98048678468763, -38.67846594954536, 0.0], [177.98075577494, -38.67835678671688, 0.0], [177.9808629443014, -38.67828073883813, 0.0], [177.98110064004138, -38.67815861687863, 0.0], [177.98130813807686, -38.67808304966728, 0.0], [177.98157877620474, -38.67799763873895, 0.0], [177.98176908203402, -38.67793709931123, 0.0], [177.98195421116895, -38.67784580930483, 0.0], [177.98215735629307, -38.67775136721681, 0.0], [177.98234771945127, -38.677647941028674, 0.0], [177.9826569806091, -38.677506082718466, 0.0], [177.98291384258454, -38.67739743303817, 0.0], [177.98311158504606, -38.67731274973475, 0.0], [177.98326927347927, -38.677220247389194, 0.0], [177.98345858481213, -38.677145453290095, 0.0], [177.98371268641728, -38.6770845680001, 0.0], [177.983931803656, -38.6770013526378, 0.0], [177.98412430899177, -38.67692880343927, 0.0], [177.98432590455175, -38.67685586555772, 0.0], [177.9846047986404, -38.67675818297994, 0.0], [177.98478788159355, -38.6766812704782, 0.0], [177.9849132251521, -38.676604442459116, 0.0], [177.9850336642797, -38.67654450073716, 0.0], [177.9852013731105, -38.6765087454848, 0.0], [177.98537585970087, -38.67643934664427, 0.0], [177.98564869014967, -38.67634192074275, 0.0], [177.98589931731468, -38.67623114868551, 0.0], [177.986065759611, -38.67613350373827, 0.0], [177.9862131380159, -38.67606764465675, 0.0], [177.9864510907343, -38.675993149266496, 0.0], [177.98669763771835, -38.67591113882176, 0.0], [177.98681471342374, -38.67584657426297, 0.0], [177.9869972956866, -38.67576253256049, 0.0], [177.98717431292576, -38.6756858756965, 0.0], [177.98729910056085, -38.67564480506184, 0.0], [177.9874023465152, -38.675599890397976, 0.0]], "type": "LineString"}, "id": "4245", "properties": {"CPS": 4, "Date": "2015-02-02", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4245.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.477513313293457, "Proxy": 1, "Region": "Gisborne", "SHLength": 5.72954790927, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.931436331284119, "USDate": "02/02/2015"}, "type": "Feature"}, {"bbox": [177.98757313733043, -38.67552111671861, 177.9962176305331, -38.67316525971292], "geometry": {"coordinates": [[177.98757313733043, -38.67552111671861, 0.0], [177.98774155865277, -38.67545197372529, 0.0], [177.98801840340383, -38.67536866521949, 0.0], [177.9882096875386, -38.67532236811154, 0.0], [177.98848080145225, -38.675244068371164, 0.0], [177.9886850867363, -38.67516624329637, 0.0], [177.98882320482457, -38.675098394573226, 0.0], [177.98892507177436, -38.67507736161782, 0.0], [177.98909597011084, -38.675043846866366, 0.0], [177.98920240935638, -38.675001176490106, 0.0], [177.98930074998617, -38.67497314679971, 0.0], [177.9894532466433, -38.67492850647832, 0.0], [177.9897002819237, -38.67485361614175, 0.0], [177.98991178207402, -38.6747921572158, 0.0], [177.99013606355294, -38.67473968082854, 0.0], [177.99025059989842, -38.674682368745366, 0.0], [177.99041863173082, -38.674651357097524, 0.0], [177.9906365214224, -38.67459438836676, 0.0], [177.99084989242778, -38.674516170905754, 0.0], [177.99098448083197, -38.674441323469914, 0.0], [177.99106833091196, -38.67442344184508, 0.0], [177.99119763212371, -38.67440361565206, 0.0], [177.99137056529514, -38.6743557161311, 0.0], [177.99153964124483, -38.674296069373064, 0.0], [177.99168007002837, -38.67426147213039, 0.0], [177.99182826576285, -38.674207483162334, 0.0], [177.99197409276158, -38.67416312497913, 0.0], [177.99208945354377, -38.674117687872574, 0.0], [177.9921919794544, -38.67410615351552, 0.0], [177.9923383021892, -38.67406892087979, 0.0], [177.9925331056612, -38.67402961338931, 0.0], [177.99261530063828, -38.67398797746675, 0.0], [177.99272994644397, -38.6739759239726, 0.0], [177.99286227625188, -38.67395596634112, 0.0], [177.99298364210213, -38.67392694818465, 0.0], [177.99314781338919, -38.67388418585999, 0.0], [177.99328372145092, -38.673828338574424, 0.0], [177.99338927668907, -38.67381667351597, 0.0], [177.99349417012175, -38.67379550708071, 0.0], [177.993653604215, -38.67377200603105, 0.0], [177.99378157964637, -38.67373317453278, 0.0], [177.99393225426448, -38.67371481285434, 0.0], [177.99409135705332, -38.67368656058864, 0.0], [177.99423767770648, -38.67364932568685, 0.0], [177.99442608767316, -38.67360552395908, 0.0], [177.9945650365944, -38.673567174795785, 0.0], [177.9947504160674, -38.67352350228982, 0.0], [177.9949029614938, -38.67348838246403, 0.0], [177.99510685160604, -38.67344868167937, 0.0], [177.99530098941273, -38.67339986850962, 0.0], [177.99542742260877, -38.67338254286995, 0.0], [177.99555908822896, -38.67335308104016, 0.0], [177.99572612080374, -38.673307810209415, 0.0], [177.99588356657028, -38.67325580247462, 0.0], [177.99598493165257, -38.67322763771397, 0.0], [177.9961140632615, -38.67320543098078, 0.0], [177.9962176305331, -38.67316525971292, 0.0]], "type": "LineString"}, "id": "4246", "properties": {"CPS": 3, "Date": "2015-02-02", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4246.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.477513313293457, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.802472654269, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.291139228500201, "USDate": "02/02/2015"}, "type": "Feature"}, {"bbox": [177.99629304672928, -38.67313105875837, 178.00974868714295, -38.67053378322597], "geometry": {"coordinates": [[177.99629304672928, -38.67313105875837, 0.0], [177.9963990967612, -38.67312651700335, 0.0], [177.99653346032812, -38.673092173742496, 0.0], [177.99675673711232, -38.67302543341145, 0.0], [177.99694029246004, -38.67295562920041, 0.0], [177.9970450177081, -38.67293208440948, 0.0], [177.99719502713694, -38.67290421744286, 0.0], [177.99734184088163, -38.67287410477299, 0.0], [177.99749559206728, -38.67281272355909, 0.0], [177.99763199095256, -38.67276399747185, 0.0], [177.99773688120598, -38.67274282739791, 0.0], [177.99793068371906, -38.672689259475476, 0.0], [177.99811556158156, -38.67263845598092, 0.0], [177.99826441070513, -38.672593960574886, 0.0], [177.99841039525424, -38.67255197011044, 0.0], [177.99857522180395, -38.67251870176465, 0.0], [177.9986633054839, -38.67247442697164, 0.0], [177.99876246620641, -38.67245826627139, 0.0], [177.9988761142366, -38.672431955142976, 0.0], [177.99904281087868, -38.67238192922926, 0.0], [177.9991773371055, -38.67234995839298, 0.0], [177.9993411689778, -38.67230243721421, 0.0], [177.9994647344868, -38.67228761252184, 0.0], [177.9995652683322, -38.67224756832852, 0.0], [177.99965467607763, -38.672222295241056, 0.0], [177.9997314670592, -38.672190415591324, 0.0], [177.99980252935845, -38.6721635461952, 0.0], [177.99989612633505, -38.672154770172085, 0.0], [177.99994174112726, -38.67215519765643, 0.0], [178.00000806858145, -38.67214759023524, 0.0], [178.00006667965815, -38.67211648951727, 0.0], [178.00016401729096, -38.67207419940502, 0.0], [178.00025006332152, -38.67204430515436, 0.0], [178.00040260219149, -38.67200917850681, 0.0], [178.0005837835817, -38.67194900000491, 0.0], [178.0007841382295, -38.67190229375774, 0.0], [178.0010186978841, -38.671823149779435, 0.0], [178.0011914511655, -38.671772861216894, 0.0], [178.00137715229562, -38.6717339293165, 0.0], [178.00153993941234, -38.671715038634694, 0.0], [178.00163370114026, -38.67170863655972, 0.0], [178.00171737889863, -38.671688372358695, 0.0], [178.0018143361777, -38.671684215533666, 0.0], [178.00195574790152, -38.671663858306204, 0.0], [178.00207765436815, -38.67162527804219, 0.0], [178.00220831898778, -38.67158155734346, 0.0], [178.0023302251541, -38.67154297683307, 0.0], [178.00241224525817, -38.6714989592636, 0.0], [178.0024476566728, -38.67144026339438, 0.0], [178.00254063610706, -38.671379099052196, 0.0], [178.00262788704381, -38.671322945067544, 0.0], [178.0027272574127, -38.67126627132894, 0.0], [178.00281396416378, -38.671245876469435, 0.0], [178.00294159768694, -38.67120228494866, 0.0], [178.00303523932809, -38.67115062140817, 0.0], [178.00316789133856, -38.671135403170496, 0.0], [178.00326875270972, -38.67110010659341, 0.0], [178.0033750107343, -38.67105504891, 0.0], [178.00348616809748, -38.670993104251956, 0.0], [178.0036087354918, -38.670964023654804, 0.0], [178.00376496291395, -38.670938264054335, 0.0], [178.0038813045605, -38.67090706780006, 0.0], [178.00395605674944, -38.67088956723693, 0.0], [178.00402761325603, -38.670869821301594, 0.0], [178.00414428620076, -38.6708433753663, 0.0], [178.00426129060435, -38.67082167988557, 0.0], [178.0043792896181, -38.67081423598684, 0.0], [178.00448500334764, -38.67080493656369, 0.0], [178.00460068123436, -38.67076423849803, 0.0], [178.0046774681636, -38.67073235583232, 0.0], [178.004777785164, -38.67073281722556, 0.0], [178.00486493656834, -38.670736225718635, 0.0], [178.004978910644, -38.67071465952098, 0.0], [178.00511260139123, -38.67067080580638, 0.0], [178.00513032845862, -38.67062001503612, 0.0], [178.00512431410266, -38.670577389983755, 0.0], [178.00520798931174, -38.670557123425574, 0.0], [178.00530830602005, -38.67055758437782, 0.0], [178.0053865846963, -38.67054707879089, 0.0], [178.00549632255917, -38.67055190016486, 0.0], [178.00559730251894, -38.67056186198162, 0.0], [178.00570384472317, -38.67056443787647, 0.0], [178.00577888268208, -38.67059457174736, 0.0], [178.0058374448096, -38.67060635336505, 0.0], [178.0059498809324, -38.67060629374614, 0.0], [178.00607680294218, -38.67059608286685, 0.0], [178.00618620917507, -38.670596153030125, 0.0], [178.00627341139935, -38.67058288153999, 0.0], [178.006385681592, -38.670580446227206, 0.0], [178.00646076436027, -38.670567694669074, 0.0], [178.00660939264662, -38.67056369890608, 0.0], [178.006718301202, -38.67055664274987, 0.0], [178.00683530408463, -38.670534944764874, 0.0], [178.0069479058552, -38.670537259462975, 0.0], [178.00708441461708, -38.67053378322597, 0.0], [178.00720390541997, -38.67054771396761, 0.0], [178.00734091179226, -38.67055136324537, 0.0], [178.00748381195925, -38.67055237699832, 0.0], [178.00763310356763, -38.670557881018105, 0.0], [178.0078248129322, -38.670561564088494, 0.0], [178.00809821966334, -38.670568887024885, 0.0], [178.00820542534845, -38.67058096169877, 0.0], [178.00832122284112, -38.670585520264616, 0.0], [178.0084407138344, -38.670599449714864, 0.0], [178.0085837798863, -38.67060283737762, 0.0], [178.00872750963148, -38.670615725930595, 0.0], [178.00892527868544, -38.67061914701828, 0.0], [178.00904173994903, -38.670633205923195, 0.0], [178.00931977823862, -38.67065462145015, 0.0], [178.009513355827, -38.67064154477428, 0.0], [178.00963454920975, -38.67063634077007, 0.0], [178.00974868714295, -38.67061714527231, 0.0]], "type": "LineString"}, "id": "4247", "properties": {"CPS": 2, "Date": "2015-02-02", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4247.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.477513313293457, "Proxy": 1, "Region": "Gisborne", "SHLength": 1.24459484017, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.200299744210433, "USDate": "02/02/2015"}, "type": "Feature"}, {"bbox": [178.00981180808046, -38.67079739026857, 178.01322938596454, -38.670581081316435], "geometry": {"coordinates": [[178.00981180808046, -38.670581081316435, 0.0], [178.00990552438228, -38.670617557559794, 0.0], [178.00999704077503, -38.67066604014275, 0.0], [178.01009785512954, -38.670673622741134, 0.0], [178.0102722153741, -38.67068995873988, 0.0], [178.01044674165232, -38.67070866973254, 0.0], [178.0106113485554, -38.67071589454044, 0.0], [178.0107781553333, -38.67071111268577, 0.0], [178.01092325525173, -38.67070011576627, 0.0], [178.01115451837427, -38.67070447681028, 0.0], [178.01138727559416, -38.67073021470596, 0.0], [178.01162476442155, -38.67073668976905, 0.0], [178.0118326190677, -38.67075396695907, 0.0], [178.01204123728593, -38.67074738709378, 0.0], [178.01227299851638, -38.670758871663374, 0.0], [178.01248994273863, -38.670775757153464, 0.0], [178.0126998310245, -38.670778651082536, 0.0], [178.01292906068846, -38.67079739026857, 0.0], [178.013052121043, -38.670775425760596, 0.0], [178.01313529539874, -38.670748027887434, 0.0], [178.01322938596454, -38.67074636712747, 0.0]], "type": "LineString"}, "id": "4248", "properties": {"CPS": 3, "Date": "2015-02-02", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4248.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.477513313293457, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.302452730768, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.291139228500201, "USDate": "02/02/2015"}, "type": "Feature"}, {"bbox": [178.01334011136245, -38.6709459482493, 178.0162712230853, -38.67073922668463], "geometry": {"coordinates": [[178.01334011136245, -38.67073922668463, 0.0], [178.01346919074325, -38.67075988604528, 0.0], [178.01358718768296, -38.67075243288425, 0.0], [178.01374117006208, -38.670781551293345, 0.0], [178.01388016953302, -38.67081369579981, 0.0], [178.01405050393672, -38.67081590478605, 0.0], [178.01433630371173, -38.67081791556091, 0.0], [178.0144783729969, -38.67080704445641, 0.0], [178.01466788294977, -38.67082272264349, 0.0], [178.01487187752798, -38.670828248350915, 0.0], [178.0151034727263, -38.67083735199378, 0.0], [178.0153062650593, -38.670869134851216, 0.0], [178.0154993034807, -38.670891807138936, 0.0], [178.01570952395315, -38.67089944609371, 0.0], [178.01585308846458, -38.670909950482354, 0.0], [178.01604232512355, -38.67093040292661, 0.0], [178.01614347226817, -38.67094273070101, 0.0], [178.0162348652883, -38.6709459482493, 0.0], [178.0162712230853, -38.670944384961466, 0.0]], "type": "LineString"}, "id": "4249", "properties": {"CPS": 3, "Date": "2015-02-02", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4249.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.477513313293457, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.257823427795, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.291139228500201, "USDate": "02/02/2015"}, "type": "Feature"}, {"bbox": [178.0162924704364, -38.67262895592773, 178.0204917339359, -38.670900588460924], "geometry": {"coordinates": [[178.0162924704364, -38.670900588460924, 0.0], [178.01636298705515, -38.670909468311855, 0.0], [178.01648434579826, -38.67090663241834, 0.0], [178.01662421577066, -38.67090776517518, 0.0], [178.01672399502326, -38.67094397510009, 0.0], [178.01680729574218, -38.67096183447894, 0.0], [178.0169564214259, -38.670964951200375, 0.0], [178.01702170952433, -38.67098596740912, 0.0], [178.01717802020966, -38.67104833444808, 0.0], [178.01734780007263, -38.67106866853328, 0.0], [178.01752062791016, -38.67110650091519, 0.0], [178.0176449788124, -38.671146418007915, 0.0], [178.0177567118837, -38.6711797305128, 0.0], [178.01786811258833, -38.67120829243704, 0.0], [178.01796000457932, -38.67121863430186, 0.0], [178.01803961107285, -38.671227122144764, 0.0], [178.0180986737916, -38.67124602312131, 0.0], [178.01815686784093, -38.67129593240706, 0.0], [178.0182085035966, -38.67133897661415, 0.0], [178.01835423024286, -38.67138035584421, 0.0], [178.01844641767278, -38.67143833225716, 0.0], [178.01852212607517, -38.671477958414236, 0.0], [178.01863033139674, -38.67150427466051, 0.0], [178.01879357250468, -38.67153537035673, 0.0], [178.0188990806906, -38.67156656714089, 0.0], [178.01902812557105, -38.671630104594286, 0.0], [178.01911225887338, -38.67165983837337, 0.0], [178.01916366815024, -38.67167358858076, 0.0], [178.01928888899033, -38.671682495472844, 0.0], [178.01940581504826, -38.67174655388848, 0.0], [178.01953942373316, -38.671788452962666, 0.0], [178.0198219570237, -38.67187397400058, 0.0], [178.02003160842443, -38.67196024809814, 0.0], [178.02020440323085, -38.67204096066986, 0.0], [178.02028833494919, -38.672111202721716, 0.0], [178.0203627724211, -38.67226285422578, 0.0], [178.02042069430343, -38.67243904020993, 0.0], [178.0204917339359, -38.67262895592773, 0.0]], "type": "LineString"}, "id": "4250", "properties": {"CPS": 1, "Date": "2015-02-02", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4250.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.477513313293457, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.442077841551, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.119745023433832, "USDate": "02/02/2015"}, "type": "Feature"}, {"bbox": [177.941837040273, -38.710313655983896, 177.9575429778968, -38.693281479768885], "geometry": {"coordinates": [[177.941837040273, -38.710313655983896, 0.0], [177.94222064606754, -38.71025451843401, 0.0], [177.94252620200524, -38.710187966043065, 0.0], [177.9428724407395, -38.71011611515659, 0.0], [177.94313140837477, -38.709969341394434, 0.0], [177.94340807368985, -38.70981466969453, 0.0], [177.9436559756782, -38.70963977454687, 0.0], [177.9438322244195, -38.709550110102846, 0.0], [177.94394209923087, -38.70942394859094, 0.0], [177.9441756175122, -38.709238941102726, 0.0], [177.94441884089863, -38.70899634327442, 0.0], [177.94466771324213, -38.70870347432181, 0.0], [177.94489139397265, -38.70850816156069, 0.0], [177.94499377413604, -38.70847165823421, 0.0], [177.94522423535088, -38.70824246504926, 0.0], [177.94532906608393, -38.708109368866616, 0.0], [177.9455047851873, -38.70791966214186, 0.0], [177.94566049419882, -38.70773080362404, 0.0], [177.94579960672527, -38.707499764795536, 0.0], [177.94597608289433, -38.707281436082184, 0.0], [177.94608152079618, -38.707091135070655, 0.0], [177.9461670455032, -38.7068766628242, 0.0], [177.94630713939887, -38.70665987645452, 0.0], [177.94642597190406, -38.70646543349605, 0.0], [177.94662063360806, -38.706246332695045, 0.0], [177.94674573497068, -38.70607663915851, 0.0], [177.94686738993707, -38.70585706052052, 0.0], [177.94701866079177, -38.70560406282187, 0.0], [177.94723899657444, -38.705294530856406, 0.0], [177.94742369015194, -38.70499723125696, 0.0], [177.9475620539127, -38.70475550134447, 0.0], [177.9477682507259, -38.70443942089744, 0.0], [177.94799337352927, -38.7041332582372, 0.0], [177.94822205705574, -38.70381264952025, 0.0], [177.94840994363364, -38.70356167053414, 0.0], [177.94856366674944, -38.703344303517106, 0.0], [177.9487490890191, -38.70305769206648, 0.0], [177.9489868604781, -38.7027366964187, 0.0], [177.94929848488152, -38.702362535601175, 0.0], [177.94954559231482, -38.702044716427785, 0.0], [177.94971933614804, -38.70178718833029, 0.0], [177.94989861089266, -38.70154371989201, 0.0], [177.95009398829433, -38.70133530435137, 0.0], [177.95031344575997, -38.70107940912375, 0.0], [177.95045217143254, -38.70090913376108, 0.0], [177.95060048314176, -38.70074559870071, 0.0], [177.95071671853668, -38.700579851216446, 0.0], [177.9508564274775, -38.700423828276435, 0.0], [177.95107415558698, -38.70014298958365, 0.0], [177.95132776549966, -38.69985348013539, 0.0], [177.95155962373624, -38.699579188117625, 0.0], [177.95181851573435, -38.699300174405685, 0.0], [177.95205491736277, -38.69902568860316, 0.0], [177.9522153845405, -38.698840193710794, 0.0], [177.95240239341285, -38.69864285081155, 0.0], [177.95262662816893, -38.698390322382515, 0.0], [177.95282911239886, -38.69815301166885, 0.0], [177.95317019669025, -38.697809753266434, 0.0], [177.95343644535347, -38.69750540830583, 0.0], [177.95367910679212, -38.697255669157535, 0.0], [177.95387851611954, -38.697039929214924, 0.0], [177.9540999190129, -38.69681253394506, 0.0], [177.95434014943007, -38.69649803508867, 0.0], [177.95449689451166, -38.69629184910802, 0.0], [177.95463603898042, -38.69616086146633, 0.0], [177.95475694670998, -38.69598597772121, 0.0], [177.9550636961416, -38.69569599041646, 0.0], [177.95530039427288, -38.69538217583343, 0.0], [177.95558584338548, -38.69511393834969, 0.0], [177.95585901046886, -38.69488791452785, 0.0], [177.9560712569892, -38.69471510504974, 0.0], [177.95629158242454, -38.694494303360294, 0.0], [177.9564577443025, -38.694314517167676, 0.0], [177.95665178305353, -38.69415320126906, 0.0], [177.95684721320427, -38.69399003911846, 0.0], [177.95704132764405, -38.69380787313899, 0.0], [177.95727049878587, -38.69360515764193, 0.0], [177.9574115317394, -38.69344668871291, 0.0], [177.9574992480001, -38.69335242865497, 0.0], [177.9575429778968, -38.693281479768885, 0.0]], "type": "LineString"}, "id": "4258", "properties": {"CPS": 4, "Date": "2011-09-19", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4258.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.5, "Proxy": 1, "Region": "Gisborne", "SHLength": 2.37724651584, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.935183128869475, "USDate": "09/19/2011"}, "type": "Feature"}, {"bbox": [177.95755971821006, -38.693040143056244, 177.9873088197311, -38.6756051076555], "geometry": {"coordinates": [[177.95755971821006, -38.693040143056244, 0.0], [177.9576903807842, -38.69303935482248, 0.0], [177.95793127077476, -38.6928742589119, 0.0], [177.95827354955006, -38.69259287893395, 0.0], [177.95855882263064, -38.69236633458518, 0.0], [177.9588276238085, -38.69212143036857, 0.0], [177.95906202450442, -38.69190657711755, 0.0], [177.95933704859786, -38.69166378967774, 0.0], [177.95957537069089, -38.69141779719138, 0.0], [177.95977569770722, -38.691237745233686, 0.0], [177.9599055124057, -38.69113692870594, 0.0], [177.96015851453402, -38.690971313433096, 0.0], [177.96037570875262, -38.69077148388308, 0.0], [177.96055662460435, -38.69061846275678, 0.0], [177.96073704632028, -38.690458315100074, 0.0], [177.9609641523713, -38.690269975142826, 0.0], [177.9611607135139, -38.69012343505448, 0.0], [177.96138831081308, -38.68994222069943, 0.0], [177.9616064854116, -38.68975664184528, 0.0], [177.9618604412634, -38.68951712730303, 0.0], [177.96208787038412, -38.68933353638464, 0.0], [177.96229892283083, -38.68917684836168, 0.0], [177.9624416760791, -38.68908739089412, 0.0], [177.96271275503426, -38.688875735285286, 0.0], [177.96291790763823, -38.6887216796109, 0.0], [177.96309275129906, -38.688568913094635, 0.0], [177.96323310375396, -38.68840093683765, 0.0], [177.96340073268502, -38.68823179987799, 0.0], [177.9635622301212, -38.68810580721805, 0.0], [177.96378081814083, -38.687970237834705, 0.0], [177.96402414512505, -38.68784076261732, 0.0], [177.9642555126977, -38.687714178264365, 0.0], [177.96456828477045, -38.68753409823115, 0.0], [177.96490840033647, -38.68730997002576, 0.0], [177.96520657722283, -38.687094773176284, 0.0], [177.96540025473547, -38.68695073144531, 0.0], [177.96558246696185, -38.68681670713098, 0.0], [177.96576342963235, -38.68662079274784, 0.0], [177.9659571725645, -38.686433863750345, 0.0], [177.9662447013827, -38.68624055946003, 0.0], [177.96650422647465, -38.68608180062583, 0.0], [177.96682630953242, -38.68586081721282, 0.0], [177.96721849223263, -38.685598729403466, 0.0], [177.9675139535984, -38.68538840740179, 0.0], [177.96773153763976, -38.68523857914709, 0.0], [177.96800284889292, -38.685074550369684, 0.0], [177.96826285972236, -38.68492291435767, 0.0], [177.96861770839357, -38.68473626707533, 0.0], [177.9689261078619, -38.68453730269581, 0.0], [177.96916391228243, -38.68437231608744, 0.0], [177.96936528256202, -38.684251764593775, 0.0], [177.96956599330645, -38.68412171118188, 0.0], [177.96983327704265, -38.683943555361886, 0.0], [177.97017671861215, -38.68372403559732, 0.0], [177.97045226729608, -38.683533614197096, 0.0], [177.97078694278176, -38.68331923104397, 0.0], [177.97105840420696, -38.68315757145656, 0.0], [177.97126092105916, -38.683053644891714, 0.0], [177.97159806332672, -38.68287489065965, 0.0], [177.97195091524716, -38.6826597296762, 0.0], [177.97214268991198, -38.68253243527759, 0.0], [177.97256138541047, -38.682302554082355, 0.0], [177.97286788618143, -38.68212033755243, 0.0], [177.9730842311947, -38.68199675913301, 0.0], [177.97342185811098, -38.68182512640339, 0.0], [177.97383293724783, -38.681617007252115, 0.0], [177.9740622250149, -38.68150478734345, 0.0], [177.97436717156032, -38.68134407502838, 0.0], [177.97460676586263, -38.68120520803363, 0.0], [177.9748593052862, -38.68107770061342, 0.0], [177.97532327446206, -38.68084349675962, 0.0], [177.97564909828287, -38.680677125995615, 0.0], [177.97593364913578, -38.68052919168438, 0.0], [177.97613262584085, -38.68041826069021, 0.0], [177.9763356217757, -38.68032145241195, 0.0], [177.97656638541756, -38.680230606510705, 0.0], [177.97675340362295, -38.68012256703686, 0.0], [177.97703706356512, -38.680005639512615, 0.0], [177.97729295433768, -38.6798827488368, 0.0], [177.9775678511424, -38.679770958758645, 0.0], [177.97785222916056, -38.67962064487027, 0.0], [177.97807748356553, -38.67949429492667, 0.0], [177.97831094247326, -38.67939856582644, 0.0], [177.9785376801189, -38.67929359344803, 0.0], [177.97873864693577, -38.67921481802836, 0.0], [177.9789581072125, -38.67913636197274, 0.0], [177.97917822696476, -38.67906740701716, 0.0], [177.97944342030718, -38.678956026778415, 0.0], [177.97975555873492, -38.67881167072654, 0.0], [177.9800756315953, -38.6786502982715, 0.0], [177.98040765912313, -38.6784860321977, 0.0], [177.98065780764793, -38.678368144314774, 0.0], [177.9808134617878, -38.67829002650469, 0.0], [177.98108801622857, -38.67817347813775, 0.0], [177.98135568384856, -38.678045311145546, 0.0], [177.98170704252195, -38.677896892936175, 0.0], [177.98194919264972, -38.677838904178124, 0.0], [177.98214120724757, -38.677759231900055, 0.0], [177.9823032490022, -38.677685604190216, 0.0], [177.98263879003795, -38.67755453563638, 0.0], [177.98287813118347, -38.67745616398182, 0.0], [177.98317813451422, -38.677312317333154, 0.0], [177.98347370275982, -38.67714840890718, 0.0], [177.9837420224231, -38.67702973837401, 0.0], [177.98394257021656, -38.67698543481473, 0.0], [177.9841143018841, -38.67696380369431, 0.0], [177.98426184913401, -38.67690032220914, 0.0], [177.98439804645778, -38.676839707875175, 0.0], [177.98454746724784, -38.6767594691297, 0.0], [177.98468068845594, -38.67670851126778, 0.0], [177.98482906047678, -38.67665690588702, 0.0], [177.98507274687702, -38.67657740343997, 0.0], [177.98522216630062, -38.67649716391293, 0.0], [177.98540910398003, -38.67643199778196, 0.0], [177.98551037008616, -38.67635858045858, 0.0], [177.98569675488022, -38.67632917362447, 0.0], [177.98584584262517, -38.67624418268017, 0.0], [177.98598275283027, -38.676202595338914, 0.0], [177.98619321314638, -38.67616977636461, 0.0], [177.98624379116646, -38.67611043686482, 0.0], [177.9864565113051, -38.676022725465764, 0.0], [177.98672162586513, -38.675901802831326, 0.0], [177.98695219520485, -38.67580856277973, 0.0], [177.9871346119493, -38.67572214553533, 0.0], [177.98723416700102, -38.67566785916782, 0.0], [177.9873088197311, -38.6756051076555, 0.0]], "type": "LineString"}, "id": "4259", "properties": {"CPS": 4, "Date": "2011-09-19", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4259.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.5, "Proxy": 1, "Region": "Gisborne", "SHLength": 3.27626483363, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.935183128869475, "USDate": "09/19/2011"}, "type": "Feature"}, {"bbox": [177.9874222605691, -38.67545369348078, 178.00511050136882, -38.67059254295977], "geometry": {"coordinates": [[177.9874222605691, -38.675357252581364, 0.0], [177.98753090377105, -38.675433609816245, 0.0], [177.98772984587055, -38.67545369348078, 0.0], [177.98793358154046, -38.675411629289734, 0.0], [177.98827945777512, -38.67531583909894, 0.0], [177.9886066563757, -38.67521369934738, 0.0], [177.98888873276513, -38.675118253071865, 0.0], [177.98905963122, -38.67508473836627, 0.0], [177.98925818571706, -38.67501192219028, 0.0], [177.98944880664666, -38.67495612182011, 0.0], [177.98970966998078, -38.674861580827184, 0.0], [177.9898910344588, -38.6748037932395, 0.0], [177.99008804510845, -38.6747524833537, 0.0], [177.9901812055126, -38.674693703247144, 0.0], [177.99032769607678, -38.674658848323446, 0.0], [177.9904472463478, -38.674629910433296, 0.0], [177.9906109250572, -38.674580025487515, 0.0], [177.99073119019505, -38.67451770307171, 0.0], [177.9908588381364, -38.67447412393454, 0.0], [177.9909948611306, -38.67446354002409, 0.0], [177.99114338861094, -38.67441430252546, 0.0], [177.99136397620657, -38.674352452227744, 0.0], [177.99153371366876, -38.67430230679044, 0.0], [177.9917632253335, -38.67423769152477, 0.0], [177.99192640588518, -38.67418067886833, 0.0], [177.99206363875206, -38.674143835516674, 0.0], [177.9922099616461, -38.67410660303283, 0.0], [177.99238641955432, -38.67406569840931, 0.0], [177.99259251614868, -38.67401399554227, 0.0], [177.9927842892356, -38.67397481732001, 0.0], [177.9929682953182, -38.673955030414994, 0.0], [177.99312960205938, -38.67391477311264, 0.0], [177.99322964593568, -38.67386760804345, 0.0], [177.99337442639867, -38.6738518817517, 0.0], [177.99353220625682, -38.673804627648266, 0.0], [177.99373929376003, -38.673767174776344, 0.0], [177.99389167487996, -38.67372968088932, 0.0], [177.99406372515816, -38.67371278644296, 0.0], [177.9942001284661, -38.6736640641114, 0.0], [177.99436865202944, -38.67364017298596, 0.0], [177.99454108435677, -38.67358514306351, 0.0], [177.99472409578544, -38.6735511015812, 0.0], [177.99493068525751, -38.67350652073127, 0.0], [177.99508995254095, -38.6734806424727, 0.0], [177.9952271820708, -38.67344379558698, 0.0], [177.995402974161, -38.67339338535473, 0.0], [177.99555805240078, -38.673351009027975, 0.0], [177.9957708661632, -38.67330854258316, 0.0], [177.9959560785206, -38.673262492937404, 0.0], [177.99617125961498, -38.673210394792335, 0.0], [177.9962659023749, -38.67317298807401, 0.0], [177.99645144505473, -38.67313168830535, 0.0], [177.99663296425464, -38.67307626616852, 0.0], [177.9968119497889, -38.67302809947061, 0.0], [177.9969783184376, -38.67297332571004, 0.0], [177.99714551458874, -38.67293042826799, 0.0], [177.99730125281351, -38.67289755098306, 0.0], [177.9974681174167, -38.67284990248799, 0.0], [177.99767624250237, -38.67278380946167, 0.0], [177.99794243346122, -38.672722375730274, 0.0], [177.99828877723593, -38.672633683446065, 0.0], [177.99851508060036, -38.672566810130675, 0.0], [177.99884660043296, -38.672457309762905, 0.0], [177.99909075112728, -38.67238490583231, 0.0], [177.9992951806476, -38.67230943872908, 0.0], [177.9995910050519, -38.67223720184944, 0.0], [177.99985267119828, -38.67215451614859, 0.0], [178.00013268196867, -38.67207342604072, 0.0], [178.00037010730452, -38.67199177812895, 0.0], [178.00067568150382, -38.671928650238144, 0.0], [178.0008535011508, -38.67186385062759, 0.0], [178.0010764379395, -38.67179235193842, 0.0], [178.00131958955484, -38.67170569186857, 0.0], [178.00153106842188, -38.67164421309835, 0.0], [178.0017846342355, -38.671576164778514, 0.0], [178.00197776709308, -38.67151308936012, 0.0], [178.0022527539798, -38.67140362089656, 0.0], [178.0024814160435, -38.67132710929839, 0.0], [178.00280168397123, -38.67121331556836, 0.0], [178.0030322144534, -38.67112004602741, 0.0], [178.00325311097254, -38.671062925116615, 0.0], [178.00349878968964, -38.670969005034536, 0.0], [178.003704701681, -38.67091490832348, 0.0], [178.00382390743076, -38.670881206893846, 0.0], [178.00404343028256, -38.67084796736509, 0.0], [178.00420015456515, -38.670829333057696, 0.0], [178.00427661021078, -38.6707927000741, 0.0], [178.00441917965824, -38.67078896699452, 0.0], [178.0044811489614, -38.67076248484921, 0.0], [178.0045754519678, -38.67072032130777, 0.0], [178.0046858989018, -38.67069175951883, 0.0], [178.00484394895986, -38.67069212662694, 0.0], [178.00491467597516, -38.670660503772055, 0.0], [178.00498755834178, -38.67065975952263, 0.0], [178.00505625021987, -38.67064251825033, 0.0], [178.00511050136882, -38.67059254295977, 0.0]], "type": "LineString"}, "id": "4260", "properties": {"CPS": 3, "Date": "2011-09-19", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4260.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.5, "Proxy": 1, "Region": "Gisborne", "SHLength": 1.64839414527, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.295931183637698, "USDate": "09/19/2011"}, "type": "Feature"}, {"bbox": [178.00511405249054, -38.67127971626412, 178.01791002421243, -38.67052339663568], "geometry": {"coordinates": [[178.00511405249054, -38.670565052651014, 0.0], [178.00514336524432, -38.67054092412035, 0.0], [178.00518931042956, -38.670546100174626, 0.0], [178.00523303976755, -38.67054565353204, 0.0], [178.0052802059514, -38.67054220055163, 0.0], [178.00533616321675, -38.670534082080216, 0.0], [178.00544361886747, -38.6705323307186, 0.0], [178.00551491529825, -38.67053498953374, 0.0], [178.00553732715875, -38.6705426045723, 0.0], [178.00558521680696, -38.67052339663568, 0.0], [178.00565661271827, -38.67052748053111, 0.0], [178.00573386034003, -38.670537031048184, 0.0], [178.00576920028496, -38.67056267400349, 0.0], [178.00584532652567, -38.67058227860867, 0.0], [178.00597063587043, -38.67060120222986, 0.0], [178.00613999996455, -38.670598223233895, 0.0], [178.00629110328543, -38.67057744492786, 0.0], [178.00642425069606, -38.67056934892188, 0.0], [178.0066161261002, -38.6705754092595, 0.0], [178.00684925829347, -38.67056302195981, 0.0], [178.00711621623432, -38.670556329623366, 0.0], [178.0073997586342, -38.67056083681083, 0.0], [178.00768572486697, -38.67056523926451, 0.0], [178.00785875751998, -38.670562576771374, 0.0], [178.00797169105866, -38.67056964101342, 0.0], [178.0081914984901, -38.67058402929285, 0.0], [178.0084744348156, -38.67058855986379, 0.0], [178.00865165865952, -38.67060239298966, 0.0], [178.00881879746512, -38.670602364484616, 0.0], [178.00902582191137, -38.67060777042797, 0.0], [178.00910977724664, -38.670608930560306, 0.0], [178.00918685064627, -38.670624680456434, 0.0], [178.00937046616363, -38.67064300282181, 0.0], [178.00948593180541, -38.67064280968919, 0.0], [178.00961015502972, -38.67063747561227, 0.0], [178.0096795093017, -38.670629732741205, 0.0], [178.00977222985676, -38.670651957513705, 0.0], [178.00981867313374, -38.67066425750218, 0.0], [178.00988499756141, -38.670656644614944, 0.0], [178.01000652283497, -38.67065619074806, 0.0], [178.0101866107503, -38.67066751613308, 0.0], [178.01034014419653, -38.670672834488805, 0.0], [178.01055945398036, -38.67068009246305, 0.0], [178.01077556794002, -38.67068510489338, 0.0], [178.01101691653204, -38.67070332737229, 0.0], [178.01122647281855, -38.67070147346015, 0.0], [178.01147877868223, -38.670702547598054, 0.0], [178.01172216103637, -38.67070638691255, 0.0], [178.01188202802038, -38.67070666636743, 0.0], [178.0120710394881, -38.670715223073564, 0.0], [178.01221410545895, -38.67071860624793, 0.0], [178.01234169020864, -38.6707178895998, 0.0], [178.01256656141598, -38.67071775766689, 0.0], [178.0127343641095, -38.67072722453164, 0.0], [178.0129723509472, -38.670740822592784, 0.0], [178.0132073080002, -38.67075455035596, 0.0], [178.01330646174952, -38.670738377643296, 0.0], [178.0134712346525, -38.67074797363315, 0.0], [178.01359727519107, -38.67074255718858, 0.0], [178.01369505987668, -38.67075026684365, 0.0], [178.01391486784271, -38.67076464420234, 0.0], [178.01410354714184, -38.67076844708726, 0.0], [178.0143045118106, -38.67077410401991, 0.0], [178.01443595677839, -38.670785131078475, 0.0], [178.01453121007117, -38.670800095984596, 0.0], [178.0146441439421, -38.67080715368453, 0.0], [178.0148393899919, -38.67082663508825, 0.0], [178.0150526401486, -38.67083414500971, 0.0], [178.01525443560814, -38.6708516765008, 0.0], [178.01546851654547, -38.67087106186438, 0.0], [178.01565869133267, -38.67089623937907, 0.0], [178.01589987462145, -38.67091207636279, 0.0], [178.0161050325079, -38.670934226565876, 0.0], [178.01626323760723, -38.670910747575476, 0.0], [178.01641825668443, -38.6709112292078, 0.0], [178.01654920341747, -38.67091512812662, 0.0], [178.01663387200765, -38.670909104974164, 0.0], [178.01673448222272, -38.67095719107736, 0.0], [178.01689016612153, -38.67096717302253, 0.0], [178.0170189141156, -38.67098307787766, 0.0], [178.01709528613392, -38.671032205994344, 0.0], [178.01717655444443, -38.671064446806994, 0.0], [178.01726574880996, -38.671079670008375, 0.0], [178.01740369669557, -38.67112281442387, 0.0], [178.017540166854, -38.671162210412774, 0.0], [178.0176857266094, -38.671201215296364, 0.0], [178.017782476904, -38.67123755456148, 0.0], [178.01791002421243, -38.67127971626412, 0.0]], "type": "LineString"}, "id": "4261", "properties": {"CPS": 2, "Date": "2011-09-19", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4261.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.5, "Proxy": 1, "Region": "Gisborne", "SHLength": 1.13223500116, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.205289096694581, "USDate": "09/19/2011"}, "type": "Feature"}, {"bbox": [178.01809164730747, -38.67263395123846, 178.02047733446167, -38.671269521820015], "geometry": {"coordinates": [[178.01809164730747, -38.671269521820015, 0.0], [178.01817238006464, -38.6713375206931, 0.0], [178.01826863202072, -38.67136673382943, 0.0], [178.01839887712424, -38.67140401417114, 0.0], [178.0184621336541, -38.671439411232804, 0.0], [178.01851210715995, -38.67145870297758, 0.0], [178.01858968165484, -38.67148157213902, 0.0], [178.0187398058181, -38.67149893787855, 0.0], [178.01885809830608, -38.67153911426261, 0.0], [178.01899100428315, -38.671614397565186, 0.0], [178.0190638495848, -38.671656528912145, 0.0], [178.01916441791946, -38.67167793196469, 0.0], [178.01931940148572, -38.67172129407468, 0.0], [178.0194422577182, -38.67173983205997, 0.0], [178.0195974078416, -38.67178556900616, 0.0], [178.01966099783786, -38.671825715805646, 0.0], [178.01974546418467, -38.67186019954581, 0.0], [178.01988276828942, -38.67191146873363, 0.0], [178.020083662954, -38.672002884287444, 0.0], [178.02021270957263, -38.67206642030171, 0.0], [178.02031748148679, -38.67217388363238, 0.0], [178.0203648528254, -38.67228619938537, 0.0], [178.02042733755925, -38.67244074758389, 0.0], [178.02046877985606, -38.67259858366825, 0.0], [178.02047733446167, -38.67263395123846, 0.0]], "type": "LineString"}, "id": "4262", "properties": {"CPS": 1, "Date": "2011-09-19", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4262.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.5, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.276130069732, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.124923528035774, "USDate": "09/19/2011"}, "type": "Feature"}, {"bbox": [177.94098248522985, -38.71042686678076, 177.9873936887348, -38.67569168537656], "geometry": {"coordinates": [[177.94098248522985, -38.71042686678076, 0.0], [177.9412546121764, -38.71040461771232, 0.0], [177.94152169933793, -38.71037543420886, 0.0], [177.94179210436158, -38.71032824122942, 0.0], [177.9419622130042, -38.71028172358425, 0.0], [177.9420982739369, -38.71020448542266, 0.0], [177.9423013250223, -38.710238765602845, 0.0], [177.9426347845126, -38.71024607737351, 0.0], [177.94292608461674, -38.7102373065541, 0.0], [177.94317497920272, -38.71020889024126, 0.0], [177.94329936333946, -38.710160734824505, 0.0], [177.94340789020808, -38.71008108844167, 0.0], [177.9434682338462, -38.709964173902385, 0.0], [177.94345532225375, -38.709843216812395, 0.0], [177.9434066410613, -38.709666597220874, 0.0], [177.94340835666262, -38.70955931481117, 0.0], [177.94349217626126, -38.70945212626843, 0.0], [177.94365242020407, -38.70932883333265, 0.0], [177.94380113631544, -38.70923676224604, 0.0], [177.94394702649387, -38.70916982635204, 0.0], [177.94412782136487, -38.709079968795955, 0.0], [177.94433749679214, -38.708946002851874, 0.0], [177.94448633011223, -38.708789600156464, 0.0], [177.94475929710387, -38.70858147734657, 0.0], [177.94487826406518, -38.70845492956494, 0.0], [177.94509174562373, -38.70831008000396, 0.0], [177.94525178831148, -38.70819715710565, 0.0], [177.94536141257348, -38.70806743131581, 0.0], [177.9453692676791, -38.70791700477702, 0.0], [177.9454342722747, -38.707735565920316, 0.0], [177.94557167294042, -38.70761180956179, 0.0], [177.94571178009892, -38.70752724848813, 0.0], [177.9457841662583, -38.70745270609658, 0.0], [177.94590521618687, -38.7072903324779, 0.0], [177.94596031292755, -38.707110742951045, 0.0], [177.94602433108108, -38.70691505102188, 0.0], [177.94609204043329, -38.70677280734909, 0.0], [177.94616884447984, -38.70663017798017, 0.0], [177.94630698018557, -38.70651711061486, 0.0], [177.94650423233554, -38.70640153609849, 0.0], [177.94663474891362, -38.70631023339578, 0.0], [177.94679315914757, -38.7061605691234, 0.0], [177.94690596537117, -38.70594493937685, 0.0], [177.94698866207804, -38.70575560211344, 0.0], [177.94702770584624, -38.70559456125972, 0.0], [177.94714763627232, -38.70535003993354, 0.0], [177.94724618919525, -38.70519219287469, 0.0], [177.94739119990228, -38.70504666984434, 0.0], [177.94755169171515, -38.704861179813726, 0.0], [177.94772633632815, -38.704629703861734, 0.0], [177.94795712177168, -38.70440549505762, 0.0], [177.94812178181311, -38.70414835444574, 0.0], [177.94822597915947, -38.703940236065215, 0.0], [177.94832858289683, -38.7037750690301, 0.0], [177.94843904977154, -38.703591700071996, 0.0], [177.94872323889004, -38.703124002800315, 0.0], [177.94893484295696, -38.702886311403795, 0.0], [177.94908697052466, -38.70271189526563, 0.0], [177.94934440546018, -38.702411506544095, 0.0], [177.9495277375846, -38.70216071915922, 0.0], [177.9497008743609, -38.70196039524877, 0.0], [177.94992573557042, -38.70165066662833, 0.0], [177.95021167736218, -38.70136693467196, 0.0], [177.95036944530622, -38.701142246522444, 0.0], [177.95058911927705, -38.700863112897, 0.0], [177.9508027951483, -38.7005895939444, 0.0], [177.951048412534, -38.70025039318951, 0.0], [177.9512463598895, -38.700013277582165, 0.0], [177.9514301723779, -38.699769614369465, 0.0], [177.95160698334416, -38.699556624117925, 0.0], [177.95178895605835, -38.699352348617886, 0.0], [177.95198788395638, -38.699129484818144, 0.0], [177.95228077925165, -38.69878827459083, 0.0], [177.95244001362713, -38.6985849635119, 0.0], [177.9525859865013, -38.69845368824083, 0.0], [177.95272138692258, -38.69830141980858, 0.0], [177.95286821019798, -38.69811650338913, 0.0], [177.95293319989037, -38.69800117401029, 0.0], [177.9530885108171, -38.69787307529928, 0.0], [177.95325020477074, -38.697705395231765, 0.0], [177.95338732711545, -38.69757806849207, 0.0], [177.95354091161204, -38.69742502699831, 0.0], [177.95369756392557, -38.697250413155466, 0.0], [177.95393814085384, -38.697036498488906, 0.0], [177.95409983100635, -38.696868817482354, 0.0], [177.95427639285924, -38.69671837286907, 0.0], [177.95442296266677, -38.696529891757166, 0.0], [177.95456720283627, -38.69637367223649, 0.0], [177.9546982950097, -38.69622515830672, 0.0], [177.95477165906766, -38.69609910872169, 0.0], [177.95493003074247, -38.6959494358269, 0.0], [177.9550559711679, -38.695858318679065, 0.0], [177.9552219564219, -38.69568688012916, 0.0], [177.95536066068925, -38.69551660027951, 0.0], [177.95552001575592, -38.69538117943724, 0.0], [177.9558215233208, -38.69512536255846, 0.0], [177.95606134748303, -38.694900754830044, 0.0], [177.9562624688674, -38.69470995385385, 0.0], [177.95640816685682, -38.69450899972318, 0.0], [177.95661101184925, -38.69434314045599, 0.0], [177.95678731582194, -38.694189129585375, 0.0], [177.95694187216307, -38.694050337179995, 0.0], [177.95721510351385, -38.693781423901534, 0.0], [177.9574152325935, -38.69357636866005, 0.0], [177.95763428641703, -38.69338122973183, 0.0], [177.95774335823086, -38.693283679464294, 0.0], [177.95781952506323, -38.69319824853324, 0.0], [177.95795871175622, -38.69303509259496, 0.0], [177.95817800906414, -38.692843516001496, 0.0], [177.95841623096695, -38.69266185553368, 0.0], [177.95861872091052, -38.6924910049652, 0.0], [177.95884661454105, -38.692291914489374, 0.0], [177.9590439147659, -38.692111992370656, 0.0], [177.959285198744, -38.691908758202345, 0.0], [177.95945571149176, -38.69173712153369, 0.0], [177.95957511926562, -38.691617688378216, 0.0], [177.95972254507853, -38.691507784788676, 0.0], [177.95985079820687, -38.69138440164898, 0.0], [177.96006222596466, -38.69121102451173, 0.0], [177.9602738993663, -38.691041210206116, 0.0], [177.96038139220533, -38.69094729839451, 0.0], [177.96057917829813, -38.690774500448036, 0.0], [177.9607376250443, -38.69062624640813, 0.0], [177.96091514461295, -38.69049004615868, 0.0], [177.96104265381302, -38.69035597250611, 0.0], [177.96123737061512, -38.69020474587096, 0.0], [177.96141943450482, -38.690068351625214, 0.0], [177.96161009686384, -38.68992444411576, 0.0], [177.96173982432833, -38.68982243814199, 0.0], [177.9618637714704, -38.6897028097066, 0.0], [177.962067824055, -38.68955475829592, 0.0], [177.96222211359452, -38.689412397008226, 0.0], [177.9624079795766, -38.689265118651065, 0.0], [177.96253377536448, -38.68917221318506, 0.0], [177.9627052610555, -38.68901482521104, 0.0], [177.96285821002516, -38.68891897744188, 0.0], [177.96303621488312, -38.68878990075594, 0.0], [177.96319305972244, -38.688658150450635, 0.0], [177.96334378609689, -38.68853023390655, 0.0], [177.96347252136133, -38.68841397377466, 0.0], [177.96367681373067, -38.68826948312134, 0.0], [177.96389501686053, -38.68810641289743, 0.0], [177.96408738335822, -38.687943369635775, 0.0], [177.96425526953522, -38.68782186903661, 0.0], [177.96448041050388, -38.68769316679406, 0.0], [177.9646302672247, -38.68760102203438, 0.0], [177.9648869347254, -38.68744477066712, 0.0], [177.965082424198, -38.68732685896869, 0.0], [177.96529313487608, -38.68716541547343, 0.0], [177.96544072372876, -38.68705811873681, 0.0], [177.965591902486, -38.68695876925114, 0.0], [177.96573840409926, -38.68683579444529, 0.0], [177.9659148831466, -38.686706778520225, 0.0], [177.96607179268867, -38.68660241964259, 0.0], [177.96622550644884, -38.68649581418962, 0.0], [177.9662894957554, -38.68644544161131, 0.0], [177.96640726679126, -38.68639039694257, 0.0], [177.96648514472864, -38.68632990329221, 0.0], [177.96656621785039, -38.68627165598183, 0.0], [177.96671502116558, -38.68618193592404, 0.0], [177.96684547536393, -38.68609061450693, 0.0], [177.96705733084107, -38.685945796185116, 0.0], [177.96723429919928, -38.68582390478425, 0.0], [177.96733362217452, -38.68572199629903, 0.0], [177.96748914327645, -38.68564151893204, 0.0], [177.96763198155847, -38.68555348120827, 0.0], [177.96776128080708, -38.68544553104566, 0.0], [177.96786191980357, -38.68536262546311, 0.0], [177.96799859697012, -38.68527342022944, 0.0], [177.96810809608965, -38.68523063828042, 0.0], [177.9682303972871, -38.685118220809095, 0.0], [177.9684602661171, -38.68497025047221, 0.0], [177.96858817925468, -38.684886182679094, 0.0], [177.968720110825, -38.68481623812003, 0.0], [177.96893515394822, -38.684673663186935, 0.0], [177.96907182841625, -38.68458445686244, 0.0], [177.96920949074135, -38.68450950282598, 0.0], [177.96940176949613, -38.68438933852858, 0.0], [177.96960010878098, -38.68426891574973, 0.0], [177.96983040021422, -38.684127119109355, 0.0], [177.969993359384, -38.68402249745413, 0.0], [177.97016695781778, -38.683895980525186, 0.0], [177.97027816611745, -38.68383406442985, 0.0], [177.97039698330846, -38.68375038227096, 0.0], [177.97050940961222, -38.68366220745741, 0.0], [177.97064222584808, -38.68356125166247, 0.0], [177.97078479235842, -38.68346940994371, 0.0], [177.97096306609464, -38.68336651685939, 0.0], [177.97115583299768, -38.68325347624338, 0.0], [177.97130574335242, -38.68313606733316, 0.0], [177.9714753534454, -38.68308357347764, 0.0], [177.9716330705453, -38.68299108511011, 0.0], [177.97183476212012, -38.6828752806521, 0.0], [177.97204537979843, -38.68275671300657, 0.0], [177.9722432155457, -38.68262916011466, 0.0], [177.97243041170674, -38.68252350215886, 0.0], [177.97262752281262, -38.68242933337495, 0.0], [177.9727870497705, -38.68236297295084, 0.0], [177.97293633125284, -38.682280372135175, 0.0], [177.9730820050365, -38.68218958646744, 0.0], [177.97320819563646, -38.68212464657839, 0.0], [177.97336001211957, -38.68203478992057, 0.0], [177.9735505651115, -38.681933751955874, 0.0], [177.97369009401137, -38.68184203632377, 0.0], [177.97385992723278, -38.681749028491424, 0.0], [177.9739916827052, -38.681676703271144, 0.0], [177.97415021751118, -38.6815960888408, 0.0], [177.9743742146844, -38.68148647632496, 0.0], [177.9745566624921, -38.68140007687371, 0.0], [177.9747205974353, -38.681309701757094, 0.0], [177.97495192390232, -38.68118309871106, 0.0], [177.97519922608177, -38.68106772598635, 0.0], [177.9753928041501, -38.68096655610027, 0.0], [177.97563321950454, -38.68083956411857, 0.0], [177.97583852221086, -38.68073217565608, 0.0], [177.97602129598255, -38.680650524910625, 0.0], [177.97614043074816, -38.680571588419646, 0.0], [177.9762903640225, -38.680498485314644, 0.0], [177.97642260931855, -38.68043328378981, 0.0], [177.976510882655, -38.680391399618244, 0.0], [177.97665287841028, -38.68033531156289, 0.0], [177.97691246116182, -38.680221793846556, 0.0], [177.97713248311746, -38.68010758095416, 0.0], [177.97723982405304, -38.68003391137277, 0.0], [177.97735536978013, -38.679990863022695, 0.0], [177.97744568267578, -38.679934596661305, 0.0], [177.97766288741286, -38.67985862162376, 0.0], [177.97778603906607, -38.679793806603854, 0.0], [177.97791189093257, -38.67972411141285, 0.0], [177.97803570196874, -38.67966879765694, 0.0], [177.97827194438534, -38.67956937622607, 0.0], [177.97843162415546, -38.679505384190506, 0.0], [177.97858777833076, -38.679434395158694, 0.0], [177.97872492518513, -38.67935230503053, 0.0], [177.97883407814112, -38.679304763248396, 0.0], [177.97900538313513, -38.67923312707048, 0.0], [177.97927636197778, -38.67912626509923, 0.0], [177.97941736275988, -38.679055921755214, 0.0], [177.97963059602307, -38.6789753478272, 0.0], [177.97980074421554, -38.67888708300101, 0.0], [177.97996835672532, -38.678806073412765, 0.0], [177.98015382065344, -38.67871953671103, 0.0], [177.9802714023943, -38.67866210415559, 0.0], [177.9804098660052, -38.678599015194514, 0.0], [177.98055979040538, -38.67852590713945, 0.0], [177.98068310198292, -38.67846346473772, 0.0], [177.98085539320516, -38.67840607827803, 0.0], [177.98103495939654, -38.67832217442846, 0.0], [177.98119806256477, -38.67823754379812, 0.0], [177.9813816485711, -38.67816776226053, 0.0], [177.98154148717563, -38.678106141704816, 0.0], [177.9817132815146, -38.678041627989906, 0.0], [177.9819164275304, -38.677947186266216, 0.0], [177.98204833237017, -38.677877228264734, 0.0], [177.98217230177983, -38.67782428588355, 0.0], [177.98233770408817, -38.6777552794283, 0.0], [177.98263757091965, -38.677626925621496, 0.0], [177.98286446108168, -38.677524320948834, 0.0], [177.98307515050848, -38.67745099675897, 0.0], [177.98321834856603, -38.67736864304918, 0.0], [177.98333102080917, -38.677328094073125, 0.0], [177.98361900898368, -38.677230025332875, 0.0], [177.9837756479526, -38.677166156061716, 0.0], [177.98389168002703, -38.677130227843264, 0.0], [177.98408082522334, -38.67705305743673, 0.0], [177.98426374439546, -38.676973770320835, 0.0], [177.98442258658045, -38.6768978940274, 0.0], [177.98472737657988, -38.67677051584391, 0.0], [177.98498235842467, -38.676678618905186, 0.0], [177.98513006940482, -38.676617511758224, 0.0], [177.98537259895744, -38.676521381267534, 0.0], [177.98562118819672, -38.67642499132245, 0.0], [177.9858702723322, -38.676335726932486, 0.0], [177.98608315885244, -38.67625039148982, 0.0], [177.98631169136107, -38.676171534164816, 0.0], [177.98647609406035, -38.6760882702633, 0.0], [177.9866547649847, -38.67603536755135, 0.0], [177.98680197734242, -38.67596713242874, 0.0], [177.9870204261223, -38.675874410334316, 0.0], [177.987185818704, -38.67580539758704, 0.0], [177.9873417899942, -38.67573202255651, 0.0], [177.9873936887348, -38.67569168537656, 0.0]], "type": "LineString"}, "id": "4265", "properties": {"CPS": 4, "Date": "2021-09-28", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4265.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.5, "Proxy": 1, "Region": "Gisborne", "SHLength": 5.78371304093, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.935183128869475, "USDate": "09/28/2021"}, "type": "Feature"}, {"bbox": [177.98760188859612, -38.67558272352045, 177.99204179597967, -38.6741992398439], "geometry": {"coordinates": [[177.98760188859612, -38.67558272352045, 0.0], [177.98777736187554, -38.6755275734255, 0.0], [177.98791608731008, -38.6755121127197, 0.0], [177.9881014768994, -38.675468450205344, 0.0], [177.98824912724143, -38.67545022510311, 0.0], [177.98837071832398, -38.67540690760915, 0.0], [177.9885544544304, -38.67533949102557, 0.0], [177.98873312166245, -38.67528658534616, 0.0], [177.9888926160805, -38.67522020485308, 0.0], [177.98901707114564, -38.675174381821066, 0.0], [177.98917722624037, -38.675117502316255, 0.0], [177.98929947701816, -38.675057478825146, 0.0], [177.98950646022513, -38.67497477214482, 0.0], [177.98974137516745, -38.6749004000826, 0.0], [177.9899604777505, -38.67481717426508, 0.0], [177.9901362776828, -38.67476677152165, 0.0], [177.99031797219342, -38.67471373397164, 0.0], [177.9905954719145, -38.67463992104616, 0.0], [177.9908963848996, -38.67455319383108, 0.0], [177.9911260634223, -38.674490955060925, 0.0], [177.99134059110787, -38.67442936405678, 0.0], [177.99149198293279, -38.6743776211674, 0.0], [177.99168006616472, -38.67432907299276, 0.0], [177.99187740471223, -38.674282510902195, 0.0], [177.99198687100784, -38.67423970851063, 0.0], [177.99204179597967, -38.6741992398439, 0.0]], "type": "LineString"}, "id": "4266", "properties": {"CPS": 4, "Date": "2021-09-28", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4266.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.5, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.418512742888, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.935183128869475, "USDate": "09/28/2021"}, "type": "Feature"}, {"bbox": [177.9921251492441, -38.674174231516616, 178.01992750634588, -38.67055859358533], "geometry": {"coordinates": [[177.9921251492441, -38.674174231516616, 0.0], [177.99227362238307, -38.674167878180235, 0.0], [177.9925310649815, -38.67411159581333, 0.0], [177.99278228158687, -38.67405319693004, 0.0], [177.993058617653, -38.673962751208535, 0.0], [177.9932259844444, -38.673922234411826, 0.0], [177.99344453092945, -38.673874762002846, 0.0], [177.99366676891057, -38.67383666078655, 0.0], [177.99389192308035, -38.67375316868763, 0.0], [177.9941039120332, -38.673698828551586, 0.0], [177.9942827357382, -38.67364829021004, 0.0], [177.99452315258716, -38.67360940915937, 0.0], [177.99468781844556, -38.6735737707218, 0.0], [177.99482631634314, -38.67354639960397, 0.0], [177.99504265774524, -38.673510930644404, 0.0], [177.99522060159444, -38.67349139976262, 0.0], [177.99536504959892, -38.67347092044568, 0.0], [177.99547313728033, -38.673451997873265, 0.0], [177.99562232106769, -38.673412256253975, 0.0], [177.99573580655058, -38.67338357270297, 0.0], [177.99592135016096, -38.67334227372332, 0.0], [177.99603753435179, -38.67330870951544, 0.0], [177.99617828953745, -38.67327885774001, 0.0], [177.99630036796265, -38.673242658452516, 0.0], [177.99646585951356, -38.67321889416639, 0.0], [177.996599395513, -38.673172674270354, 0.0], [177.99672081133022, -38.67312697332958, 0.0], [177.99688398474058, -38.67306995414926, 0.0], [177.99706076782306, -38.673033793401345, 0.0], [177.99719898860138, -38.67301119616167, 0.0], [177.99734095138157, -38.67295508488333, 0.0], [177.9975142071901, -38.672911927349716, 0.0], [177.99766559058773, -38.67286017693498, 0.0], [177.99784727355396, -38.67280712831742, 0.0], [177.99793751063243, -38.672793732989376, 0.0], [177.99804812959505, -38.67276755241903, 0.0], [177.99820909893054, -38.672722537833536, 0.0], [177.9983212572936, -38.67267484947076, 0.0], [177.998423282773, -38.67265618391826, 0.0], [177.9985660717606, -38.67261194777026, 0.0], [177.99867635894603, -38.67258101603122, 0.0], [177.99880752456536, -38.67254442480573, 0.0], [177.99900165679114, -38.672495605791795, 0.0], [177.99921027603065, -38.67243663608636, 0.0], [177.99936617758274, -38.672406131472485, 0.0], [177.99955678211174, -38.672350315523936, 0.0], [177.99972044803778, -38.6723004185291, 0.0], [177.99984571824126, -38.672266461199925, 0.0], [178.00006898875336, -38.672199714888116, 0.0], [178.00019646026203, -38.67215375085911, 0.0], [178.00034051556202, -38.67211898788739, 0.0], [178.00040265336742, -38.67209488303586, 0.0], [178.0005188330086, -38.672061314626376, 0.0], [178.0006021802419, -38.67203630058742, 0.0], [178.00073097641445, -38.67200933837821, 0.0], [178.00082881047072, -38.67197417363075, 0.0], [178.0009687320827, -38.671932439894285, 0.0], [178.00110446382655, -38.671874208826935, 0.0], [178.001247580661, -38.671834720188215, 0.0], [178.00138750171018, -38.671792985982286, 0.0], [178.00146914388426, -38.67178710359657, 0.0], [178.00163143399095, -38.67176108690353, 0.0], [178.00182309518615, -38.671720469339846, 0.0], [178.00190274874083, -38.671686083162996, 0.0], [178.0020128670479, -38.67165277316053, 0.0], [178.0021056343391, -38.671632118970415, 0.0], [178.00222164655335, -38.671596173673166, 0.0], [178.00236839797066, -38.6715565278389, 0.0], [178.00249927484927, -38.67147229700074, 0.0], [178.0026454666345, -38.671389791711185, 0.0], [178.00278576401706, -38.671309921400294, 0.0], [178.00293664238234, -38.67125103873957, 0.0], [178.00310200695407, -38.67118200508246, 0.0], [178.0032696916522, -38.67114622522075, 0.0], [178.00336719159387, -38.67110630792644, 0.0], [178.00346469142025, -38.67106639055757, 0.0], [178.00360797082757, -38.67102927449382, 0.0], [178.00379570363063, -38.67097595729356, 0.0], [178.0039627243248, -38.67093067535145, 0.0], [178.0041459974346, -38.67089184324166, 0.0], [178.00432144414305, -38.670836669800224, 0.0], [178.004492322901, -38.67080313358861, 0.0], [178.00470479058814, -38.67075590109688, 0.0], [178.0049418284289, -38.67071237895694, 0.0], [178.00523390076992, -38.67067364242498, 0.0], [178.00552426941658, -38.67065403740347, 0.0], [178.00578130945465, -38.67063586169334, 0.0], [178.00606495460397, -38.670607014239415, 0.0], [178.00633681175378, -38.67058343672538, 0.0], [178.00656118625088, -38.67057619059532, 0.0], [178.00682748089275, -38.670559997819716, 0.0], [178.0070267362216, -38.67055859358533, 0.0], [178.00724924171396, -38.67056810307998, 0.0], [178.0075560851234, -38.67056684502843, 0.0], [178.00779610606844, -38.670566072102424, 0.0], [178.0079598832858, -38.6705614243504, 0.0], [178.0082283340116, -38.6705761068916, 0.0], [178.00843266044325, -38.670586394499104, 0.0], [178.00862954936431, -38.67059461865842, 0.0], [178.00892510278106, -38.67060575362604, 0.0], [178.00916562135257, -38.67061210366518, 0.0], [178.00940680370172, -38.6706279542615, 0.0], [178.00972257025418, -38.670623924934056, 0.0], [178.0098531849896, -38.67062308091882, 0.0], [178.01017716867116, -38.67064966855138, 0.0], [178.01042727465818, -38.67066275140153, 0.0], [178.0106591437027, -38.67066708741528, 0.0], [178.01086986193351, -38.67068186096593, 0.0], [178.01110531686103, -38.670702718786586, 0.0], [178.01135895085395, -38.67072279524371, 0.0], [178.011609721121, -38.670745376548034, 0.0], [178.01190241100608, -38.67075900929278, 0.0], [178.01220419040698, -38.67077225078868, 0.0], [178.01241204518476, -38.67078952692784, 0.0], [178.01254457763812, -38.67080741833826, 0.0], [178.01270582271655, -38.67081001982797, 0.0], [178.01290948535262, -38.670810798483245, 0.0], [178.01309276952708, -38.67082436437965, 0.0], [178.0132624397538, -38.67081707351745, 0.0], [178.01358356081874, -38.670846156971635, 0.0], [178.01393095387925, -38.67085981611675, 0.0], [178.01419351191996, -38.67087712041938, 0.0], [178.01436368032208, -38.67087695369029, 0.0], [178.01463499564684, -38.67088911582009, 0.0], [178.01490917468536, -38.67089877182827, 0.0], [178.01518957950748, -38.670910541936315, 0.0], [178.01534895771442, -38.67092989668822, 0.0], [178.01553813572872, -38.67094082293984, 0.0], [178.01578251514837, -38.67095890514407, 0.0], [178.0159871746565, -38.670973929826964, 0.0], [178.01614306574746, -38.67097818614688, 0.0], [178.01641035440667, -38.67097622293042, 0.0], [178.01655105545092, -38.67098923195742, 0.0], [178.01668113296992, -38.67102413909055, 0.0], [178.01687263795304, -38.671068316463014, 0.0], [178.01710672681972, -38.67111304459618, 0.0], [178.0172881455069, -38.67114336072745, 0.0], [178.01748637559538, -38.67119677737961, 0.0], [178.01774250502635, -38.67125246820055, 0.0], [178.01794899398462, -38.671293616914774, 0.0], [178.01815345076216, -38.67134914696345, 0.0], [178.0183076866866, -38.67139921328905, 0.0], [178.01843203846298, -38.67143912947642, 0.0], [178.01851953366597, -38.67147348384574, 0.0], [178.01866426318173, -38.6715006112747, 0.0], [178.0188096578421, -38.671537239434684, 0.0], [178.01892002480633, -38.67159443337978, 0.0], [178.0190092200704, -38.67160965517545, 0.0], [178.01912145320418, -38.67165009196362, 0.0], [178.0192065842265, -38.67169407703953, 0.0], [178.0193861390976, -38.671741146687616, 0.0], [178.0196289515767, -38.671823612407564, 0.0], [178.01982419563146, -38.67186905335457, 0.0], [178.01992750634588, -38.67191225563923, 0.0]], "type": "LineString"}, "id": "4267", "properties": {"CPS": 4, "Date": "2021-09-28", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4267.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.5, "Proxy": 1, "Region": "Gisborne", "SHLength": 2.51776312055, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.935183128869475, "USDate": "09/28/2021"}, "type": "Feature"}, {"bbox": [177.94165308830748, -38.71145569722102, 177.95727784133112, -38.69309782560822], "geometry": {"coordinates": [[177.94165308830748, -38.71124711163675, 0.0], [177.94175265149462, -38.71136797136163, 0.0], [177.94190187003866, -38.711415253943194, 0.0], [177.94212815546803, -38.71145569722102, 0.0], [177.942396967644, -38.71145145412827, 0.0], [177.9425751901215, -38.711390297084996, 0.0], [177.94284338414639, -38.71131103236049, 0.0], [177.9430160741014, -38.711235814485924, 0.0], [177.94324038502367, -38.711115524723866, 0.0], [177.94338861318795, -38.71101632744168, 0.0], [177.94348128380278, -38.710905190086976, 0.0], [177.94365973582438, -38.71058314479993, 0.0], [177.94371454758598, -38.71045216997768, 0.0], [177.94378042274016, -38.710349315451495, 0.0], [177.94390640208158, -38.710258207902044, 0.0], [177.94401087269432, -38.71018588021064, 0.0], [177.9441844126828, -38.71000412971433, 0.0], [177.94428248566257, -38.70983915793838, 0.0], [177.94440047120824, -38.70969835756596, 0.0], [177.94454463930288, -38.70960647832572, 0.0], [177.94466299736888, -38.709537135016994, 0.0], [177.94478184731688, -38.70947491804963, 0.0], [177.94486799775703, -38.70933546685314, 0.0], [177.94490387778163, -38.70919457317667, 0.0], [177.94494332107195, -38.70903923380575, 0.0], [177.94503733565912, -38.70888158082247, 0.0], [177.94509189778736, -38.70874704235716, 0.0], [177.94520311782955, -38.70857436518197, 0.0], [177.94530598041976, -38.70841276321746, 0.0], [177.94536312072805, -38.70824952609503, 0.0], [177.94546414187232, -38.70812731228108, 0.0], [177.94557782303028, -38.708016712020274, 0.0], [177.9457023195334, -38.707904223606576, 0.0], [177.94578564165118, -38.70778990730858, 0.0], [177.94583159883746, -38.70766288071754, 0.0], [177.9459108651655, -38.70755588362364, 0.0], [177.94600094902194, -38.707473443351844, 0.0], [177.9461132780473, -38.70738291240342, 0.0], [177.94620520175573, -38.70726108377314, 0.0], [177.94627734101482, -38.70718297790731, 0.0], [177.94636975644178, -38.70706827561314, 0.0], [177.94641595835608, -38.70694481209679, 0.0], [177.94645035787414, -38.70678253888958, 0.0], [177.94651450326703, -38.70665474074467, 0.0], [177.94667598515434, -38.706483504428164, 0.0], [177.94682195335108, -38.706285766087454, 0.0], [177.94685807470447, -38.70614843533119, 0.0], [177.94689296528094, -38.70599328849935, 0.0], [177.946938673505, -38.70586269843805, 0.0], [177.94702248379448, -38.705755507944275, 0.0], [177.94713911021188, -38.70566122017308, 0.0], [177.94725856068538, -38.70554179694191, 0.0], [177.9473321613196, -38.705352845264855, 0.0], [177.9474345227323, -38.70518411556128, 0.0], [177.94756846903545, -38.70501047240131, 0.0], [177.94763592766006, -38.70486466491131, 0.0], [177.94768406434773, -38.704703238179064, 0.0], [177.9477373882021, -38.70455088289756, 0.0], [177.94780128347816, -38.704419521085775, 0.0], [177.9478766049675, -38.704255511683805, 0.0], [177.9479665527113, -38.70410517640556, 0.0], [177.94808022123027, -38.70396812942176, 0.0], [177.9481911813687, -38.70379188705879, 0.0], [177.9482626927055, -38.70363876002632, 0.0], [177.9483351884964, -38.703499885799715, 0.0], [177.94841118857877, -38.70337873112809, 0.0], [177.9485477217741, -38.70330861310871, 0.0], [177.94869359536304, -38.70324167231217, 0.0], [177.94880468360873, -38.70313332335799, 0.0], [177.9488844333835, -38.703033451221984, 0.0], [177.9490216886702, -38.70284179789571, 0.0], [177.94920502292325, -38.70259101088339, 0.0], [177.9493551794536, -38.702388088845865, 0.0], [177.9495048427142, -38.702178040261316, 0.0], [177.94962810868293, -38.701981976776224, 0.0], [177.94971043338583, -38.70185340565706, 0.0], [177.9498054142508, -38.701710002821464, 0.0], [177.94992877718917, -38.701515364395945, 0.0], [177.95010670476466, -38.70131841028476, 0.0], [177.95022724298454, -38.70114890699646, 0.0], [177.95036744655863, -38.70100001090697, 0.0], [177.950454069744, -38.70086768323643, 0.0], [177.95056723621218, -38.7007235080339, 0.0], [177.95067892460418, -38.70055795356619, 0.0], [177.95075239815853, -38.700433331091446, 0.0], [177.95083041851134, -38.70030851559435, 0.0], [177.95093043490166, -38.70017204550213, 0.0], [177.95103672195035, -38.70006032471806, 0.0], [177.95116500861096, -38.69996339410455, 0.0], [177.9513299134494, -38.699842037661035, 0.0], [177.95145991959444, -38.69974360429143, 0.0], [177.95153719911534, -38.69960809886257, 0.0], [177.95158719649666, -38.69947375150611, 0.0], [177.95163535615424, -38.69937879227733, 0.0], [177.95171153642707, -38.69929336448917, 0.0], [177.9517810857628, -38.69924395463021, 0.0], [177.95197633865823, -38.69909986712451, 0.0], [177.95210609626542, -38.698997869982335, 0.0], [177.95218792079626, -38.69886217120963, 0.0], [177.9522504590971, -38.698777322255964, 0.0], [177.9523291014138, -38.69872752604443, 0.0], [177.95244067018214, -38.698626300771444, 0.0], [177.9525052914466, -38.69850562677877, 0.0], [177.95254471453356, -38.698350286130896, 0.0], [177.9526432470554, -38.6981924358054, 0.0], [177.95274645988928, -38.698102285985755, 0.0], [177.95285041154057, -38.698022825651876, 0.0], [177.9529397368955, -38.697929691684585, 0.0], [177.95303262342458, -38.697822111852176, 0.0], [177.9532275184324, -38.697633366988875, 0.0], [177.9534433928004, -38.69739191305811, 0.0], [177.95355224774036, -38.697251491923986, 0.0], [177.9537280725118, -38.6970903584607, 0.0], [177.95391753690438, -38.696928645490544, 0.0], [177.95412603823414, -38.6967125190311, 0.0], [177.9542882201004, -38.69655196419539, 0.0], [177.95437433836878, -38.69641250801856, 0.0], [177.95453221870443, -38.696255709210725, 0.0], [177.9546054352347, -38.69612752180222, 0.0], [177.95466931161724, -38.69599615743027, 0.0], [177.9547485530073, -38.695889155909065, 0.0], [177.9548709326211, -38.695812484788, 0.0], [177.95502722124814, -38.69569863671083, 0.0], [177.95520733926313, -38.69553374514683, 0.0], [177.95526458525376, -38.69543839858611, 0.0], [177.9553539043971, -38.69534526316095, 0.0], [177.9554555207073, -38.695298062652064, 0.0], [177.9555498790464, -38.69521186030185, 0.0], [177.95563066064918, -38.69507441681475, 0.0], [177.95579762872816, -38.694917230333864, 0.0], [177.95595391394184, -38.69480338122804, 0.0], [177.95608193283118, -38.69467643829301, 0.0], [177.95623599860258, -38.69453052032991, 0.0], [177.9563560188908, -38.694353885944345, 0.0], [177.95639162504068, -38.694209427318874, 0.0], [177.95642588898974, -38.69411148308345, 0.0], [177.95655809649858, -38.694045113636896, 0.0], [177.9567557582035, -38.6939559503618, 0.0], [177.95687887191744, -38.69388996697833, 0.0], [177.95693660755796, -38.69380174614775, 0.0], [177.95703181085904, -38.693661902121136, 0.0], [177.95707639950635, -38.69358138718958, 0.0], [177.9571452000612, -38.69352128520675, 0.0], [177.9571895419721, -38.69343720707847, 0.0], [177.95725415118815, -38.693316531220816, 0.0], [177.95727784133112, -38.693197594257605, 0.0], [177.95727093834907, -38.69309782560822, 0.0]], "type": "LineString"}, "id": "4275", "properties": {"CPS": 3, "Date": "2005-08-31", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4275.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.599999999999997, "Proxy": 1, "Region": "Gisborne", "SHLength": 2.55258069918, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.31976291892081, "USDate": "08/31/2005"}, "type": "Feature"}, {"bbox": [177.95739036802613, -38.692953893127786, 177.98726637069518, -38.67542985208492], "geometry": {"coordinates": [[177.95739036802613, -38.69293908356996, 0.0], [177.9575464291145, -38.692953893127786, 0.0], [177.95773417787166, -38.69289945653401, 0.0], [177.95795717392795, -38.69276132778777, 0.0], [177.95825989494526, -38.692523321635214, 0.0], [177.95860106628933, -38.69224794389568, 0.0], [177.95877563476864, -38.69206898849061, 0.0], [177.95884319945438, -38.69199106989285, 0.0], [177.95901286621182, -38.691873074425736, 0.0], [177.95914161446711, -38.6917568182622, 0.0], [177.9593725710841, -38.6915361547769, 0.0], [177.95955058881475, -38.69140708261103, 0.0], [177.95971398013018, -38.69126433749534, 0.0], [177.9599516996632, -38.69107554815315, 0.0], [177.96016643940675, -38.69088416182957, 0.0], [177.9603518201426, -38.690729759943636, 0.0], [177.96053760915632, -38.69054174820628, 0.0], [177.96078698967185, -38.69032387227005, 0.0], [177.96091904519065, -38.690189605418006, 0.0], [177.9611496389817, -38.69002970591451, 0.0], [177.9613764255572, -38.68988068881498, 0.0], [177.9615352634986, -38.689738134947945, 0.0], [177.9617074929396, -38.68959143765213, 0.0], [177.96189963389162, -38.689468908645566, 0.0], [177.96216229370702, -38.68931121693088, 0.0], [177.96236891681724, -38.68913446658481, 0.0], [177.96251238511135, -38.68896754980636, 0.0], [177.9626380568878, -38.68887286269831, 0.0], [177.9628898929876, -38.68869061441513, 0.0], [177.96303533345895, -38.688552202227434, 0.0], [177.96318754065564, -38.688445664703806, 0.0], [177.96333925380736, -38.688332000737596, 0.0], [177.96353205740058, -38.688186212333676, 0.0], [177.96373229648745, -38.68804904133344, 0.0], [177.96394592646075, -38.687907726557036, 0.0], [177.96421558732752, -38.6877086356995, 0.0], [177.96446127146731, -38.6875254547649, 0.0], [177.96471094848692, -38.687345081435296, 0.0], [177.9649819147281, -38.68714295530601, 0.0], [177.96526914697574, -38.68690142186972, 0.0], [177.9655401099532, -38.68669929464709, 0.0], [177.96576869702824, -38.686543641093216, 0.0], [177.96600650590509, -38.68641141876826, 0.0], [177.96618752834684, -38.686309606908466, 0.0], [177.9663872462345, -38.686176027374714, 0.0], [177.96668472169125, -38.6859727688993, 0.0], [177.96698536639514, -38.68576044067745, 0.0], [177.96726912571222, -38.685578610967994, 0.0], [177.96745623967274, -38.6854276981983, 0.0], [177.96763363445422, -38.68530102323082, 0.0], [177.96785311156, -38.68517851198988, 0.0], [177.968002759794, -38.685057187306654, 0.0], [177.96818270593695, -38.68491253473155, 0.0], [177.96833798599397, -38.684795734635266, 0.0], [177.9685301190049, -38.68466247462646, 0.0], [177.96873382193354, -38.684531699550924, 0.0], [177.96894213581407, -38.684412639836445, 0.0], [177.96919026683503, -38.68426508148242, 0.0], [177.9694164909183, -38.6841303679172, 0.0], [177.96955406139259, -38.684032188817724, 0.0], [177.96970637260065, -38.683927425551104, 0.0], [177.969933006405, -38.683798649618545, 0.0], [177.9702169561183, -38.683619782948995, 0.0], [177.97042402924015, -38.68348290540472, 0.0], [177.97058099063307, -38.683363052795464, 0.0], [177.9707684221742, -38.68327168190951, 0.0], [177.97094593024795, -38.68320157974607, 0.0], [177.97107736203168, -38.68312450666605, 0.0], [177.97124482167413, -38.68301909596424, 0.0], [177.97137847569883, -38.68291929488362, 0.0], [177.97152892815095, -38.68278780633789, 0.0], [177.97167110507684, -38.68270134063284, 0.0], [177.97184235097038, -38.682595767750776, 0.0], [177.97200960223614, -38.682487386855364, 0.0], [177.9722097102369, -38.682359737192066, 0.0], [177.97239968909824, -38.68225038707025, 0.0], [177.97255619233093, -38.68215139760486, 0.0], [177.97276951674027, -38.68204998587252, 0.0], [177.9729548417828, -38.68195572336286, 0.0], [177.9731599707459, -38.68184572622742, 0.0], [177.97332487227013, -38.68175828983762, 0.0], [177.9734546504734, -38.681657460502855, 0.0], [177.97356754826774, -38.681587130908156, 0.0], [177.9737330667911, -38.68150860172114, 0.0], [177.9738408604608, -38.68147422573507, 0.0], [177.97396440059237, -38.68139301895552, 0.0], [177.97415099810712, -38.68128976629199, 0.0], [177.97432306104247, -38.68119606714929, 0.0], [177.97446564340189, -38.681115536917744, 0.0], [177.97465767606965, -38.68103587587485, 0.0], [177.97483834417102, -38.680956699152574, 0.0], [177.97498829541217, -38.68087287604496, 0.0], [177.9752479321111, -38.680754594819156, 0.0], [177.97549072793856, -38.68064000930382, 0.0], [177.97573311072122, -38.680519484876136, 0.0], [177.97594856439108, -38.68039415253786, 0.0], [177.9761536839618, -38.68028415071115, 0.0], [177.97631878411246, -38.68019967977319, 0.0], [177.97657355858473, -38.68009351516198, 0.0], [177.97672074863894, -38.68002469778, 0.0], [177.97685492521086, -38.679932611238954, 0.0], [177.9769835871271, -38.67987053999727, 0.0], [177.97710887318135, -38.67981456867827, 0.0], [177.9772941478784, -38.679747103800366, 0.0], [177.9774701968377, -38.67965620811949, 0.0], [177.97766497888657, -38.67956153486747, 0.0], [177.97786256163283, -38.67947984507192, 0.0], [177.9780388153588, -38.679391917838686, 0.0], [177.97822766968943, -38.6793213207507, 0.0], [177.9783441405651, -38.679247856204675, 0.0], [177.97850330945334, -38.679187459509095, 0.0], [177.9786239801823, -38.67911977149851, 0.0], [177.97877832944909, -38.679044690036136, 0.0], [177.97890484992863, -38.679006532257084, 0.0], [177.9790747627412, -38.67893674221975, 0.0], [177.97921037783175, -38.67886543778393, 0.0], [177.9793920661804, -38.67880110073809, 0.0], [177.97954744518168, -38.67874086441277, 0.0], [177.97971611906135, -38.678653258252844, 0.0], [177.97988224226873, -38.678583628828534, 0.0], [177.98009513218526, -38.678476266609294, 0.0], [177.98024630937022, -38.67841025271484, 0.0], [177.98040740581467, -38.67832296906317, 0.0], [177.9805813095347, -38.678255984527226, 0.0], [177.98073138322664, -38.678195973160946, 0.0], [177.98089984794652, -38.67810539625614, 0.0], [177.9810992339589, -38.678022432923306, 0.0], [177.98126852307325, -38.67794373236006, 0.0], [177.98144896897617, -38.67786157715261, 0.0], [177.9815999371456, -38.67779259246196, 0.0], [177.9817776261484, -38.67772544455079, 0.0], [177.98197136497419, -38.67761591879302, 0.0], [177.9821825244091, -38.67753840690842, 0.0], [177.98241055871162, -38.67743039383023, 0.0], [177.9825849899745, -38.677343728965404, 0.0], [177.9828081303984, -38.67727463831207, 0.0], [177.9831005552677, -38.67716387369935, 0.0], [177.9833477321787, -38.6770580191952, 0.0], [177.98355193195363, -38.67698973621108, 0.0], [177.98378671209448, -38.67686952029999, 0.0], [177.98403953251085, -38.67679022538281, 0.0], [177.98433532811148, -38.67667335771822, 0.0], [177.98458036516487, -38.676591416177914, 0.0], [177.98481403837326, -38.67650995969078, 0.0], [177.98504564630318, -38.67639881088895, 0.0], [177.98523028421837, -38.67632242687832, 0.0], [177.98550510512072, -38.67621538663215, 0.0], [177.98574029214637, -38.676101105529206, 0.0], [177.98591439133867, -38.67603708288607, 0.0], [177.98614489282463, -38.675964693372705, 0.0], [177.98640783095857, -38.675867092940464, 0.0], [177.9867152912725, -38.675754187821035, 0.0], [177.98689655092215, -38.675683901654736, 0.0], [177.98706183325788, -38.6756023861676, 0.0], [177.98719219987012, -38.67551045101763, 0.0], [177.98726637069518, -38.67542985208492, 0.0]], "type": "LineString"}, "id": "4276", "properties": {"CPS": 4, "Date": "2005-08-31", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4276.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.599999999999997, "Proxy": 1, "Region": "Gisborne", "SHLength": 3.28890764999, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.953861878964553, "USDate": "08/31/2005"}, "type": "Feature"}, {"bbox": [177.98744811160324, -38.67531448874236, 178.02052495329525, -38.67054021254409], "geometry": {"coordinates": [[177.98744811160324, -38.67531189638058, 0.0], [177.98759645032325, -38.67531448874236, 0.0], [177.98780608071004, -38.67526979036618, 0.0], [177.98806853144507, -38.675219855239206, 0.0], [177.98829565328288, -38.67515356207429, 0.0], [177.98846237886227, -38.67509282899623, 0.0], [177.98867162901624, -38.67501538726174, 0.0], [177.9888499234481, -38.674957136951555, 0.0], [177.98911891421167, -38.67489202978742, 0.0], [177.98931910715734, -38.674820930256544, 0.0], [177.98962535319401, -38.67474529463549, 0.0], [177.98990804615312, -38.674658753600845, 0.0], [177.99017386698938, -38.674602713636425, 0.0], [177.99040752636296, -38.674521246760314, 0.0], [177.99068202204253, -38.67442612050934, 0.0], [177.9908893736914, -38.67434875608587, 0.0], [177.990997035781, -38.67428548356257, 0.0], [177.99116114249935, -38.674296330854055, 0.0], [177.99133688546058, -38.67425605399167, 0.0], [177.9916275626486, -38.67417512326899, 0.0], [177.99182541026158, -38.674124965889966, 0.0], [177.99209294731622, -38.67403906813245, 0.0], [177.99234444039013, -38.67399554838388, 0.0], [177.99254648797617, -38.673951166077366, 0.0], [177.99283399502727, -38.67387930206185, 0.0], [177.9930259199117, -38.67385322016802, 0.0], [177.99318905706411, -38.67379561203419, 0.0], [177.99339909211025, -38.67375684241201, 0.0], [177.99363880685647, -38.67370786801891, 0.0], [177.99387221946517, -38.673650228896705, 0.0], [177.9940679307206, -38.67362398322329, 0.0], [177.99428051117533, -38.67356723505429, 0.0], [177.99459136023356, -38.67350330151312, 0.0], [177.99472164846603, -38.673464965585474, 0.0], [177.99502891590552, -38.67340416222971, 0.0], [177.99530904949614, -38.67333558588033, 0.0], [177.995492155293, -38.67329200956585, 0.0], [177.9958400492707, -38.67321457448745, 0.0], [177.99616838416142, -38.673129042001946, 0.0], [177.99636663876848, -38.67308481558175, 0.0], [177.99659192104332, -38.673030497274816, 0.0], [177.99681165840227, -38.67296748203143, 0.0], [177.99703814254573, -38.6728922654029, 0.0], [177.99725829290614, -38.672835187639706, 0.0], [177.99750729397388, -38.672756027618135, 0.0], [177.99780594547894, -38.67268069610878, 0.0], [177.99809640040925, -38.67259678100336, 0.0], [177.99841295279973, -38.67250579106995, 0.0], [177.99859040364737, -38.672435650255906, 0.0], [177.99876551573047, -38.67238645537007, 0.0], [177.99895701941605, -38.6723544258504, 0.0], [177.99912087218044, -38.672307201883896, 0.0], [177.99935954182732, -38.67224337066025, 0.0], [177.9995177860052, -38.67222467745411, 0.0], [177.9997038500376, -38.67220181381642, 0.0], [177.99979040040125, -38.67213556672826, 0.0], [177.9998954736244, -38.672062569757976, 0.0], [178.00009434353458, -38.67202724470207, 0.0], [178.00026628715094, -38.6719871173796, 0.0], [178.00043024157281, -38.67194137624244, 0.0], [178.00064467460007, -38.67191133919099, 0.0], [178.0008033915302, -38.67184497606202, 0.0], [178.00095935621448, -38.67179362067686, 0.0], [178.00116346178416, -38.671778915351545, 0.0], [178.0014189339303, -38.671738183646376, 0.0], [178.00157992796565, -38.6717044798034, 0.0], [178.0018446313342, -38.671687175374515, 0.0], [178.00200396790612, -38.671629718055904, 0.0], [178.00217762517505, -38.67155973453023, 0.0], [178.00232645696514, -38.67148783721554, 0.0], [178.0024234787714, -38.67146283116343, 0.0], [178.00253316413375, -38.671401546101585, 0.0], [178.00267424253965, -38.67130020087748, 0.0], [178.00282517409863, -38.67123119090089, 0.0], [178.0029761053524, -38.671162180747515, 0.0], [178.0031693187391, -38.671100291137726, 0.0], [178.00336294613763, -38.67104433944435, 0.0], [178.00350375754124, -38.67099363058501, 0.0], [178.00367300268323, -38.67091490013464, 0.0], [178.0038417753926, -38.67088383759101, 0.0], [178.00399835707051, -38.670841385729794, 0.0], [178.0041229247153, -38.67083008675992, 0.0], [178.00422056652783, -38.670813986621724, 0.0], [178.0043095974997, -38.67078336579822, 0.0], [178.00439883561765, -38.670755714014646, 0.0], [178.00449118213876, -38.67077259870661, 0.0], [178.0045688509398, -38.67074246507799, 0.0], [178.00463873778193, -38.67070968723128, 0.0], [178.004737208237, -38.67070546308512, 0.0], [178.0048840848897, -38.67068725030768, 0.0], [178.0050151904041, -38.670660779960635, 0.0], [178.00509114407066, -38.67066049948432, 0.0], [178.00517115642305, -38.67064217688541, 0.0], [178.00546091445165, -38.670602943480695, 0.0], [178.00567513313095, -38.670569928470066, 0.0], [178.00583399293086, -38.67056013432284, 0.0], [178.00592234480868, -38.670574211281505, 0.0], [178.00611969953525, -38.670571698960664, 0.0], [178.00636229460292, -38.67056426697011, 0.0], [178.00665075187618, -38.67056082230993, 0.0], [178.0069228158413, -38.67054021254409, 0.0], [178.0072312460651, -38.67055079921176, 0.0], [178.0074973939152, -38.670554265930555, 0.0], [178.0077751109894, -38.670560213427706, 0.0], [178.007976874693, -38.670566442660416, 0.0], [178.00811466908704, -38.67058137355106, 0.0], [178.00834190695113, -38.67057161867078, 0.0], [178.00844499352988, -38.67057910517018, 0.0], [178.0085146166423, -38.670596962150626, 0.0], [178.0085996955627, -38.67060224360008, 0.0], [178.00874905937386, -38.67061965502905, 0.0], [178.00892809936954, -38.67062685818413, 0.0], [178.00908021345978, -38.67062926116487, 0.0], [178.0091812258807, -38.670607056186356, 0.0], [178.0092704079137, -38.67063300688053, 0.0], [178.0094597726085, -38.67062487596386, 0.0], [178.00960182274733, -38.670591974548266, 0.0], [178.00972721821364, -38.670592545985876, 0.0], [178.0099108751843, -38.67061146131087, 0.0], [178.01002698338024, -38.670642211107534, 0.0], [178.01021821508894, -38.67066080065382, 0.0], [178.01045468686937, -38.67067446896707, 0.0], [178.01063455683033, -38.67069354577708, 0.0], [178.01079741026885, -38.670686551298566, 0.0], [178.010991184448, -38.67068716244835, 0.0], [178.01120809733126, -38.67069273535251, 0.0], [178.01147486747456, -38.67070510014386, 0.0], [178.01166674794484, -38.67070579150886, 0.0], [178.0118918579798, -38.6707199449532, 0.0], [178.01219966563465, -38.670721611152295, 0.0], [178.0125154629029, -38.67072888922769, 0.0], [178.01285797867487, -38.670737996387025, 0.0], [178.01308142810308, -38.67072839499726, 0.0], [178.01328173858022, -38.67071383153251, 0.0], [178.01338778228532, -38.670709274611916, 0.0], [178.01349320315614, -38.67069581041064, 0.0], [178.01360744416957, -38.670699834971956, 0.0], [178.01373849518245, -38.670726960864954, 0.0], [178.01387649796953, -38.67074485389454, 0.0], [178.01400884490835, -38.67073618799166, 0.0], [178.01413569355833, -38.67075753807401, 0.0], [178.01429117936027, -38.6707538333257, 0.0], [178.0145005174926, -38.67075972562077, 0.0], [178.01471343523426, -38.67076248568907, 0.0], [178.01493235131613, -38.670785833393516, 0.0], [178.01514967935253, -38.67079733702176, 0.0], [178.01545115805465, -38.67081713452789, 0.0], [178.01571538724912, -38.67084746664931, 0.0], [178.01593416937882, -38.67087975214787, 0.0], [178.0161792548317, -38.67090792829576, 0.0], [178.01634651780589, -38.67090967036491, 0.0], [178.01646537719665, -38.67092540543534, 0.0], [178.0166431710352, -38.67091478233675, 0.0], [178.01677630063855, -38.6709715951741, 0.0], [178.0168669873379, -38.67096471746433, 0.0], [178.01699720868226, -38.67097996338994, 0.0], [178.0170947989337, -38.67101745831557, 0.0], [178.01718144298476, -38.67106137986103, 0.0], [178.01723591910414, -38.671079882938585, 0.0], [178.01736017841083, -38.67108049495558, 0.0], [178.01750425509243, -38.671130880176406, 0.0], [178.01765865489085, -38.6711659313269, 0.0], [178.0177795926972, -38.67121135542813, 0.0], [178.01791759692102, -38.671229243536175, 0.0], [178.01808211212733, -38.6712459911596, 0.0], [178.01819272747284, -38.6713067487131, 0.0], [178.01827159011282, -38.67134802615077, 0.0], [178.01838033547259, -38.67138206215109, 0.0], [178.01848737179492, -38.67144595134449, 0.0], [178.01858096824884, -38.67148063880603, 0.0], [178.01871518581098, -38.67149868883965, 0.0], [178.01881718831845, -38.6715449263988, 0.0], [178.0189522373742, -38.67157485229318, 0.0], [178.01903950664533, -38.67162767943984, 0.0], [178.01910975628851, -38.671654436943726, 0.0], [178.01924355855223, -38.6716665482667, 0.0], [178.01934914104206, -38.671709653343356, 0.0], [178.01946188252495, -38.6717464943495, 0.0], [178.01954936021568, -38.67180229010742, 0.0], [178.01973530780234, -38.67185384891185, 0.0], [178.0199986646667, -38.67192590033475, 0.0], [178.0201347542393, -38.671970669929756, 0.0], [178.02019950886597, -38.672027442974006, 0.0], [178.02028934298096, -38.672084327940205, 0.0], [178.02034777059785, -38.6721592410194, 0.0], [178.0204011185164, -38.67227010837575, 0.0], [178.02043931732914, -38.67238162762869, 0.0], [178.02050439837183, -38.67255154952458, 0.0], [178.02052495329525, -38.67262809232507, 0.0]], "type": "LineString"}, "id": "4277", "properties": {"CPS": 4, "Date": "2005-08-31", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4277.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.599999999999997, "Proxy": 1, "Region": "Gisborne", "SHLength": 3.06809335554, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.953861878964553, "USDate": "08/31/2005"}, "type": "Feature"}, {"bbox": [178.02054765481603, -38.672653917152715, 178.02324124308046, -38.67248436415517], "geometry": {"coordinates": [[178.02054765481603, -38.672653917152715, 0.0], [178.02117298063672, -38.67263296059335, 0.0], [178.02187363631373, -38.67260280207162, 0.0], [178.02269864847563, -38.67255835150363, 0.0], [178.02308949953027, -38.67254152338303, 0.0], [178.0231677850354, -38.67252028479742, 0.0], [178.02324124308046, -38.67248436415517, 0.0]], "type": "LineString"}, "id": "4278", "properties": {"CPS": 1, "Date": "2005-08-31", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4278.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.599999999999997, "Proxy": 5, "Region": "Gisborne", "SHLength": 0.23676899318, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.150651064212881, "USDate": "08/31/2005"}, "type": "Feature"}, {"bbox": [177.94150050068095, -38.71175155783559, 178.02058185603002, -38.67043194943038], "geometry": {"coordinates": [[177.94150050068095, -38.71175155783559, 0.0], [177.94183374788832, -38.71124903884455, 0.0], [177.9420759576705, -38.710881410526866, 0.0], [177.9422687555457, -38.71054684719042, 0.0], [177.94235290435375, -38.71040033522498, 0.0], [177.94248032127803, -38.710352052157205, 0.0], [177.94256225098022, -38.71004124584153, 0.0], [177.9428410861826, -38.70980786305198, 0.0], [177.94317759956874, -38.70944100113596, 0.0], [177.94352845273605, -38.7091497685584, 0.0], [177.94387044210248, -38.70864210887403, 0.0], [177.94417293503207, -38.70817900635509, 0.0], [177.94451188401283, -38.70767147384846, 0.0], [177.9449365297056, -38.70708406941416, 0.0], [177.94515249535556, -38.70677710882523, 0.0], [177.94521622698988, -38.70655522263911, 0.0], [177.9454342374103, -38.70623388027246, 0.0], [177.94558243995328, -38.705958381261745, 0.0], [177.94571705171546, -38.705838316710825, 0.0], [177.94590318005854, -38.70545161716698, 0.0], [177.9462352361156, -38.705108760509916, 0.0], [177.9465159091022, -38.70468231432405, 0.0], [177.94676087205826, -38.70444321196269, 0.0], [177.94691391057822, -38.70428186325001, 0.0], [177.94690930853864, -38.704127200113874, 0.0], [177.9471320632019, -38.70387474429146, 0.0], [177.9473616915115, -38.70354575860364, 0.0], [177.9474543387709, -38.703346469293095, 0.0], [177.94767551740696, -38.702939221085146, 0.0], [177.94793292496792, -38.70270435346621, 0.0], [177.94803189233195, -38.70264059444401, 0.0], [177.94831115570568, -38.702238028484075, 0.0], [177.94878925472727, -38.70176508295087, 0.0], [177.94908801228232, -38.70138074769388, 0.0], [177.949362920755, -38.70095930473166, 0.0], [177.94979563260057, -38.700621697472, 0.0], [177.94997437383938, -38.70039254621925, 0.0], [177.95013090953003, -38.700150042458574, 0.0], [177.95044177902884, -38.699765190015185, 0.0], [177.95076093032733, -38.6994562231687, 0.0], [177.9509728338621, -38.69913513056343, 0.0], [177.9510580143029, -38.698959979954104, 0.0], [177.95108061056786, -38.69884704651252, 0.0], [177.95131916090372, -38.69869159260817, 0.0], [177.95154926034527, -38.698457876693624, 0.0], [177.95158798447994, -38.69827040315327, 0.0], [177.95180343116212, -38.69813260607307, 0.0], [177.95218728647615, -38.69779229963986, 0.0], [177.95240574804407, -38.6975662235207, 0.0], [177.9528391432196, -38.697107072638126, 0.0], [177.95315622707002, -38.69681248205186, 0.0], [177.95368020475686, -38.69625656706177, 0.0], [177.95416524674482, -38.695621300859855, 0.0], [177.95454299946596, -38.69519309641591, 0.0], [177.95481723006563, -38.69493844063061, 0.0], [177.95536077341805, -38.694446013164466, 0.0], [177.95582385851813, -38.69393317725415, 0.0], [177.95652974911508, -38.69341478790622, 0.0], [177.95727075938643, -38.692832958888985, 0.0], [177.9577019787573, -38.692431061876974, 0.0], [177.9581814323146, -38.69197946467414, 0.0], [177.95857847913214, -38.69156710494601, 0.0], [177.95886882291433, -38.691326049836675, 0.0], [177.9592453963182, -38.690969354130814, 0.0], [177.95976465437283, -38.690566089574865, 0.0], [177.96043885886542, -38.690029965572364, 0.0], [177.96106989290266, -38.68952902779786, 0.0], [177.9618704316502, -38.688842195161875, 0.0], [177.96251511871526, -38.688319227424174, 0.0], [177.96319217348687, -38.687868734367484, 0.0], [177.96361172706497, -38.68756261006262, 0.0], [177.96432962114557, -38.687043665130396, 0.0], [177.96494857486238, -38.68658848755384, 0.0], [177.96594742249883, -38.685869363854984, 0.0], [177.96655498857075, -38.68546945862283, 0.0], [177.96714070496938, -38.685149100610495, 0.0], [177.9680017798356, -38.68454780003773, 0.0], [177.9688632016678, -38.68403939301216, 0.0], [177.96928059968798, -38.683790519130945, 0.0], [177.9700749021499, -38.68323493174366, 0.0], [177.97103972507264, -38.682683985251366, 0.0], [177.97166970166592, -38.68234504238986, 0.0], [177.97233340130418, -38.68196654019474, 0.0], [177.97291675440283, -38.68161290111301, 0.0], [177.97357477264165, -38.681196515623235, 0.0], [177.97396414029805, -38.68098217446873, 0.0], [177.97454145488302, -38.68071693443663, 0.0], [177.97521023449224, -38.68041205473021, 0.0], [177.976183017137, -38.679889316709996, 0.0], [177.9768418859528, -38.67944190579124, 0.0], [177.97742517579078, -38.67921928047011, 0.0], [177.97810450365057, -38.67893537634022, 0.0], [177.97903595782228, -38.67856208844384, 0.0], [177.979977107494, -38.678109759806176, 0.0], [177.98064556687606, -38.67775721525657, 0.0], [177.98164619141892, -38.677373806717505, 0.0], [177.98232591980027, -38.67713989214897, 0.0], [177.98274096502595, -38.67694586768829, 0.0], [177.98335677853584, -38.676667028872664, 0.0], [177.98393715781955, -38.67644687849942, 0.0], [177.98441197222309, -38.676238382808805, 0.0], [177.98520925243767, -38.6759470163814, 0.0], [177.98590906511419, -38.67565266295015, 0.0], [177.98638045102848, -38.67548242449284, 0.0], [177.98715148976746, -38.67516357779326, 0.0], [177.98794786359946, -38.67490320308769, 0.0], [177.98850050096436, -38.67476521841194, 0.0], [177.98949723570735, -38.674458147312556, 0.0], [177.99031860163063, -38.67412045089019, 0.0], [177.99093243192328, -38.67390121799445, 0.0], [177.99116001698707, -38.673896246457275, 0.0], [177.99175351801387, -38.673777939986174, 0.0], [177.99274758352263, -38.67356386948727, 0.0], [177.9936224266273, -38.67338348257851, 0.0], [177.99397616392505, -38.67331354573058, 0.0], [177.99474473275836, -38.67317820045106, 0.0], [177.99584504456357, -38.67291905424599, 0.0], [177.99653674635212, -38.67272742885235, 0.0], [177.9970674743534, -38.67258081283538, 0.0], [177.9978214735324, -38.67236745236674, 0.0], [177.9983127569504, -38.67226540369835, 0.0], [177.9986906058202, -38.672149154114145, 0.0], [177.99920749942825, -38.67202218043334, 0.0], [177.99989527509624, -38.6718616748057, 0.0], [178.0006238095364, -38.67167559416971, 0.0], [178.0012068564678, -38.67153862900347, 0.0], [178.0019432418994, -38.671247378268156, 0.0], [178.0023073486927, -38.6710649992635, 0.0], [178.00292575076023, -38.67091221533827, 0.0], [178.0033687490061, -38.6707717155089, 0.0], [178.00372416471274, -38.67068261829571, 0.0], [178.0040571640363, -38.67062068783547, 0.0], [178.00413930177987, -38.67062192953099, 0.0], [178.00471045267236, -38.67057598830057, 0.0], [178.005187345559, -38.670529323366736, 0.0], [178.00560430397115, -38.67049475758532, 0.0], [178.00612157832154, -38.67046065059747, 0.0], [178.0066457408837, -38.67043815766885, 0.0], [178.0071905699709, -38.670450511263574, 0.0], [178.00767853947593, -38.67043194943038, 0.0], [178.0080541952151, -38.6704587074841, 0.0], [178.00875416590912, -38.670516806511166, 0.0], [178.00912210308388, -38.67052006856043, 0.0], [178.00977413770198, -38.67054448371075, 0.0], [178.0104712878175, -38.67056219281993, 0.0], [178.0111906426327, -38.670593238287175, 0.0], [178.0115282812382, -38.67059779411218, 0.0], [178.0123374935127, -38.67065356109252, 0.0], [178.01334592503412, -38.67060308382395, 0.0], [178.01383214997495, -38.67064651309936, 0.0], [178.01438337008554, -38.67066332291527, 0.0], [178.01481539121735, -38.67071384253878, 0.0], [178.015764435731, -38.67081360481801, 0.0], [178.01643274501785, -38.67089684228529, 0.0], [178.0168565480311, -38.67091673661013, 0.0], [178.0172043634437, -38.67102328071242, 0.0], [178.01767399960627, -38.67117699677316, 0.0], [178.01821585465632, -38.67132045730662, 0.0], [178.0185066430187, -38.67139371463608, 0.0], [178.01884267596557, -38.671505525313464, 0.0], [178.01944040256976, -38.671665635456556, 0.0], [178.01976734850047, -38.67177783435469, 0.0], [178.02013531009746, -38.67195497403412, 0.0], [178.0203859771038, -38.67210618918454, 0.0], [178.02052975501783, -38.67246688848745, 0.0], [178.02058185603002, -38.6725599415523, 0.0]], "type": "LineString"}, "id": "4283", "properties": {"CPS": 4, "Date": "1979-03-04", "Digitiser": "ER", "Georef_ER": 5.0, "ID": 4283.0, "Notes": null, "Photoscale": 47000, "Pixel_Er": 1.418962815383353, "Proxy": 1, "Region": "Gisborne", "SHLength": 8.91357686378, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 5.621321505788533, "USDate": "03/04/1979"}, "type": "Feature"}, {"bbox": [177.93919822901458, -38.716147142133025, 177.991621615072, -38.67361177849522], "geometry": {"coordinates": [[177.93919822901458, -38.716147142133025, 0.0], [177.9394902094482, -38.71592750462092, 0.0], [177.9397207273639, -38.71569855732605, 0.0], [177.9399909859754, -38.71520824046198, 0.0], [177.94015741638793, -38.71484382526696, 0.0], [177.9403195843968, -38.71450579724685, 0.0], [177.94050551516483, -38.71415961515117, 0.0], [177.9407414312445, -38.71383275734279, 0.0], [177.94097669127456, -38.71358454738624, 0.0], [177.9411145183379, -38.71337858368825, 0.0], [177.94124545902133, -38.713072849143536, 0.0], [177.9414494928483, -38.71276878267084, 0.0], [177.9416885106746, -38.71231075757856, 0.0], [177.94187565836037, -38.711938315154654, 0.0], [177.9420371598219, -38.71167893374645, 0.0], [177.94223790746548, -38.71132735650826, 0.0], [177.94247290380923, -38.71094335598904, 0.0], [177.9426980626833, -38.7105049758458, 0.0], [177.9428765175572, -38.71018293157931, 0.0], [177.94312445433184, -38.70981029368873, 0.0], [177.9433792680244, -38.7093611258549, 0.0], [177.94347750407854, -38.70915445516103, 0.0], [177.94360351741085, -38.70895375440361, 0.0], [177.94372977382696, -38.70871254178189, 0.0], [177.94391207202153, -38.70840224539764, 0.0], [177.9440936331466, -38.70812533412524, 0.0], [177.94428190734553, -38.70776951760605, 0.0], [177.9444603545564, -38.707535621687384, 0.0], [177.94465510721375, -38.707317711352424, 0.0], [177.9448597625216, -38.706934992757645, 0.0], [177.94512177403985, -38.706590343602144, 0.0], [177.94514724853838, -38.706474906616286, 0.0], [177.94528890335505, -38.70628068839063, 0.0], [177.94541253172198, -38.70608961674066, 0.0], [177.9455085531555, -38.705983100766936, 0.0], [177.94555778770976, -38.7058595089868, 0.0], [177.9456914938236, -38.7056823043947, 0.0], [177.94591531349997, -38.70531306618178, 0.0], [177.94606417572254, -38.70513521854179, 0.0], [177.94628537414295, -38.70481612199734, 0.0], [177.94646437869557, -38.70454646311544, 0.0], [177.9467485797917, -38.704215164251146, 0.0], [177.94690447756474, -38.703963161748156, 0.0], [177.9470764383394, -38.70376765624627, 0.0], [177.9471108395828, -38.70364945787453, 0.0], [177.94733711595313, -38.70340399964659, 0.0], [177.9474078946347, -38.703284258274216, 0.0], [177.94748506426626, -38.7031690106594, 0.0], [177.94777842769622, -38.70279443703404, 0.0], [177.94792260795643, -38.7025929614671, 0.0], [177.9480218944218, -38.70244580369952, 0.0], [177.9481679560553, -38.70222757100578, 0.0], [177.94824454446348, -38.70205993402673, 0.0], [177.94843198274165, -38.70186853497888, 0.0], [177.94849161725674, -38.70176356039234, 0.0], [177.94870854773146, -38.70155899758832, 0.0], [177.94882224489234, -38.701356431829105, 0.0], [177.94910978300487, -38.70102975097185, 0.0], [177.94926951843868, -38.7007894949534, 0.0], [177.94936191644962, -38.70063071625624, 0.0], [177.94943359736246, -38.70056811390922, 0.0], [177.94950126192253, -38.70049138733864, 0.0], [177.9496291379884, -38.700362074682296, 0.0], [177.94973808138022, -38.70017876930607, 0.0], [177.94993624659443, -38.70001073717013, 0.0], [177.95001808190872, -38.699919114375746, 0.0], [177.95015700875598, -38.69972977138904, 0.0], [177.95032427820678, -38.6995106362311, 0.0], [177.95049557461707, -38.69939377458033, 0.0], [177.950647193231, -38.69916815591753, 0.0], [177.9507833380082, -38.69902657898345, 0.0], [177.9508485370814, -38.69891421983473, 0.0], [177.9510063044232, -38.698733606003124, 0.0], [177.95114916702033, -38.69860127327097, 0.0], [177.95121043706044, -38.698520052335205, 0.0], [177.9513270025458, -38.69840313020073, 0.0], [177.95140719242423, -38.69828775202081, 0.0], [177.95155038181758, -38.69816016982318, 0.0], [177.9516415467278, -38.69802764858997, 0.0], [177.9517450005264, -38.69789698805712, 0.0], [177.95188314542253, -38.697728701343564, 0.0], [177.9519493269772, -38.69763059452358, 0.0], [177.95209021519057, -38.69746975534739, 0.0], [177.95218621588108, -38.697363235185286, 0.0], [177.95233135912085, -38.69717600834331, 0.0], [177.95248740169362, -38.69701452534053, 0.0], [177.9526689179206, -38.69682575383469, 0.0], [177.95280030592212, -38.69670343613198, 0.0], [177.95294725288477, -38.696542338746276, 0.0], [177.95315071684814, -38.69631928058884, 0.0], [177.9533155956065, -38.69610977272207, 0.0], [177.95345517877757, -38.6960180779427, 0.0], [177.95362195239238, -38.695879962146414, 0.0], [177.95386808727218, -38.69561458942529, 0.0], [177.95406294524577, -38.69539904255706, 0.0], [177.95434274782048, -38.69513700390709, 0.0], [177.95456857137134, -38.694929670802466, 0.0], [177.95476203718732, -38.69473800627995, 0.0], [177.95491675489316, -38.69455751707416, 0.0], [177.955166002229, -38.69433727576717, 0.0], [177.95530835577316, -38.694197812602795, 0.0], [177.95555268867312, -38.693994456291804, 0.0], [177.95565277022774, -38.69385917095183, 0.0], [177.95589644376017, -38.6936463122564, 0.0], [177.95596860512092, -38.69359083302364, 0.0], [177.9561153745506, -38.69342735702971, 0.0], [177.9563313641561, -38.69325379254263, 0.0], [177.95645585583463, -38.69311985184449, 0.0], [177.95662957375006, -38.69295046535928, 0.0], [177.956717199189, -38.69281094358788, 0.0], [177.9568572645946, -38.69272637174729, 0.0], [177.95707430915925, -38.69252417198818, 0.0], [177.9572678536872, -38.69237776637355, 0.0], [177.9575902311456, -38.69211629355654, 0.0], [177.95791801070771, -38.69184506058421, 0.0], [177.9581366934171, -38.69166661361827, 0.0], [177.95829778697237, -38.6914906140915, 0.0], [177.95866945307077, -38.69115080574965, 0.0], [177.95888714543244, -38.69095810498825, 0.0], [177.95899729589664, -38.690836683529334, 0.0], [177.95937069236908, -38.69056588991798, 0.0], [177.95968699226577, -38.690304669999385, 0.0], [177.95998601996482, -38.69010136190721, 0.0], [177.96012990691514, -38.68994038617471, 0.0], [177.96025455037542, -38.68980881765239, 0.0], [177.96036422600378, -38.6897684176775, 0.0], [177.96057077287898, -38.6895904824338, 0.0], [177.9607198262192, -38.68946025786836, 0.0], [177.96102671814992, -38.68928281949643, 0.0], [177.96106003415275, -38.68919325287984, 0.0], [177.9612171915114, -38.689048388511175, 0.0], [177.96140063888143, -38.688888111260304, 0.0], [177.9615990047693, -38.68876770045588, 0.0], [177.96174248634597, -38.68864485891119, 0.0], [177.96188556833783, -38.68856015300361, 0.0], [177.96205435240586, -38.68840764575296, 0.0], [177.96222698901795, -38.688266886520864, 0.0], [177.96242927486313, -38.688115336093865, 0.0], [177.96253852281606, -38.68802492141601, 0.0], [177.96278716115472, -38.687840427022024, 0.0], [177.96293653587253, -38.68771495095384, 0.0], [177.96311032070085, -38.68759081860507, 0.0], [177.9633687064084, -38.687415438026825, 0.0], [177.96365051414563, -38.68722714818687, 0.0], [177.96395459177614, -38.687009320979755, 0.0], [177.96422190089643, -38.68683117646008, 0.0], [177.9643908404874, -38.686681041814055, 0.0], [177.9646049109483, -38.68652422144324, 0.0], [177.96476172619802, -38.686374602270696, 0.0], [177.9650032357785, -38.68621899584892, 0.0], [177.96517595755938, -38.68612349488641, 0.0], [177.9654250761562, -38.68594612196163, 0.0], [177.965740113399, -38.685711146865515, 0.0], [177.96595997797087, -38.68550642903389, 0.0], [177.96627395616412, -38.68530008671986, 0.0], [177.96643152071607, -38.68520522923831, 0.0], [177.96666613823538, -38.685038000825145, 0.0], [177.9669010839015, -38.68487552283408, 0.0], [177.9670559452899, -38.684785544478736, 0.0], [177.9672211177766, -38.684668920246786, 0.0], [177.96736458148447, -38.6845460729018, 0.0], [177.96765628222946, -38.684369264668824, 0.0], [177.96785511868467, -38.68425597090115, 0.0], [177.96807721129505, -38.68412739188182, 0.0], [177.96833606604181, -38.683959128071905, 0.0], [177.96858157808953, -38.68381763861642, 0.0], [177.9688096307214, -38.68364353842162, 0.0], [177.9690393291298, -38.68349319190531, 0.0], [177.96928859349134, -38.68331818730863, 0.0], [177.9695535034689, -38.683149662976724, 0.0], [177.96981841217587, -38.68298113812162, 0.0], [177.96997491279524, -38.68291491040534, 0.0], [177.97019110091915, -38.6827889614809, 0.0], [177.97036601403659, -38.682681447670106, 0.0], [177.97062462797544, -38.68255369037487, 0.0], [177.97091449999726, -38.68235074561647, 0.0], [177.97112660068552, -38.68225355821664, 0.0], [177.97120855412575, -38.68216429888993, 0.0], [177.9714113975928, -38.68206512304859, 0.0], [177.97150656097585, -38.682034861050816, 0.0], [177.97166042154518, -38.68193062495289, 0.0], [177.97180281881847, -38.68183640687699, 0.0], [177.97199535110414, -38.681763876094514, 0.0], [177.97208247549915, -38.68170536723887, 0.0], [177.97237497641683, -38.68154042564169, 0.0], [177.9726239966146, -38.68140592571836, 0.0], [177.97294999475486, -38.68124193732556, 0.0], [177.97309354255097, -38.681164345611215, 0.0], [177.9733234895259, -38.681061628736686, 0.0], [177.97357102273816, -38.680905748494865, 0.0], [177.97377132316444, -38.68081382434692, 0.0], [177.97388456489608, -38.68073752377403, 0.0], [177.97425413663282, -38.68058835097527, 0.0], [177.9747706740272, -38.68032331891743, 0.0], [177.9750752842921, -38.68015785439576, 0.0], [177.9754920799364, -38.67994472106968, 0.0], [177.9757617439334, -38.67984507045557, 0.0], [177.9760284389639, -38.67970266239422, 0.0], [177.9764517843476, -38.679496393616965, 0.0], [177.97684206142338, -38.679339182358156, 0.0], [177.97730292076577, -38.67914798710567, 0.0], [177.9776203008681, -38.67899150098113, 0.0], [177.9780023061284, -38.67884655094012, 0.0], [177.97828259861186, -38.678724999392244, 0.0], [177.97864779959065, -38.678556940237094, 0.0], [177.97910060802107, -38.67833749268562, 0.0], [177.97945164347425, -38.67818433014128, 0.0], [177.98010522521457, -38.67788007189051, 0.0], [177.98050358510304, -38.67770820917645, 0.0], [177.98100552625897, -38.67749618652302, 0.0], [177.98143892407515, -38.677303765427254, 0.0], [177.9818372772066, -38.67713189856472, 0.0], [177.98232708902646, -38.676920388327005, 0.0], [177.98270511004773, -38.67671841556647, 0.0], [177.98308340090327, -38.676564078296096, 0.0], [177.9834131488514, -38.676454696782244, 0.0], [177.98370923329992, -38.67634198760102, 0.0], [177.9838892861606, -38.67626520596164, 0.0], [177.98442045950026, -38.676080509081785, 0.0], [177.9849851840173, -38.67585387526284, 0.0], [177.9854840672274, -38.675641964481805, 0.0], [177.98590763270172, -38.67548330109228, 0.0], [177.9862846964605, -38.675355212608444, 0.0], [177.98661784988866, -38.67520755814864, 0.0], [177.98691524530113, -38.67511384423403, 0.0], [177.98715374562337, -38.675003587978765, 0.0], [177.9873947238532, -38.67492896142039, 0.0], [177.9877383948869, -38.67484517918556, 0.0], [177.98822894278447, -38.67468840863793, 0.0], [177.98866020871282, -38.67455323026827, 0.0], [177.98921443872214, -38.674350849234976, 0.0], [177.98965093400477, -38.67420353160789, 0.0], [177.9900101334846, -38.67408096016256, 0.0], [177.99029677544058, -38.67396387368513, 0.0], [177.99054380642258, -38.673888981831304, 0.0], [177.99079810814308, -38.67378757198259, 0.0], [177.99087022172392, -38.673732074126264, 0.0], [177.99096910956524, -38.67366828360532, 0.0], [177.99113521258153, -38.67369691359449, 0.0], [177.99136433866542, -38.6736704341105, 0.0], [177.991621615072, -38.67361177849522, 0.0]], "type": "LineString"}, "id": "4288", "properties": {"CPS": 3, "Date": "1948-07-06", "Digitiser": "ER", "Georef_ER": 4.0, "ID": 4288.0, "Notes": null, "Photoscale": 10400, "Pixel_Er": 0.43302378373664, "Proxy": 1, "Region": "Gisborne", "SHLength": 6.80724154864, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 3.76304525581099, "USDate": "07/06/1948"}, "type": "Feature"}, {"bbox": [177.991621615072, -38.67361177849522, 178.02052650580453, -38.670480723926374], "geometry": {"coordinates": [[177.991621615072, -38.67361177849522, 0.0], [177.99184743291437, -38.67353779154565, 0.0], [177.99203049898134, -38.6734608686938, 0.0], [177.9922417743931, -38.67343991612562, 0.0], [177.99238071250033, -38.67338394024191, 0.0], [177.99253860484828, -38.6733819483396, 0.0], [177.99273445142282, -38.67331400708605, 0.0], [177.99300604813263, -38.67324282359618, 0.0], [177.99314410568473, -38.67321785573666, 0.0], [177.99342341589968, -38.67317016517809, 0.0], [177.99362846431097, -38.67314709423344, 0.0], [177.9937939569433, -38.67312333370092, 0.0], [177.9938752709276, -38.67311270585923, 0.0], [177.99439229600873, -38.67303101329248, 0.0], [177.9946820181561, -38.673001933214806, 0.0], [177.99517799664915, -38.6729235206309, 0.0], [177.99550055127625, -38.672885885550166, 0.0], [177.99577126459113, -38.67284570471255, 0.0], [177.99606908191413, -38.67280198014969, 0.0], [177.99631169694823, -38.6727510893429, 0.0], [177.99649602940653, -38.6727360477553, 0.0], [177.99668746523082, -38.672692112848644, 0.0], [177.9967649203946, -38.67266973627374, 0.0], [177.99691641935115, -38.67266324747652, 0.0], [177.99697283010303, -38.67264415452172, 0.0], [177.9971135834985, -38.672614301726426, 0.0], [177.9974558548825, -38.67255437514002, 0.0], [177.9978038543745, -38.672489437373024, 0.0], [177.99805252667468, -38.67243828348888, 0.0], [177.99841622071995, -38.67233693556354, 0.0], [177.99886607714282, -38.672250953855375, 0.0], [177.99922304646492, -38.672140361996576, 0.0], [177.99965306439435, -38.67203140340838, 0.0], [177.99991875351114, -38.671962839557054, 0.0], [178.00023446002086, -38.671870689820636, 0.0], [178.0003740505494, -38.67182420619518, 0.0], [178.00070826661013, -38.6717360266539, 0.0], [178.00114119123026, -38.67158167253424, 0.0], [178.00158590207636, -38.67142204676089, 0.0], [178.00206240112556, -38.67128249796655, 0.0], [178.00246364807853, -38.67115332116931, 0.0], [178.00276772475826, -38.67106881054566, 0.0], [178.00301946400143, -38.67097463158173, 0.0], [178.0033843487386, -38.67084701100191, 0.0], [178.00358656760483, -38.67078354331426, 0.0], [178.00392413537946, -38.670699975743545, 0.0], [178.0041805591871, -38.670629417336094, 0.0], [178.0042741532581, -38.67062063796138, 0.0], [178.00446134130706, -38.67060307899083, 0.0], [178.0047603022738, -38.67057596013207, 0.0], [178.00496230766598, -38.670552999933456, 0.0], [178.00507744204177, -38.67054806062184, 0.0], [178.00518216037946, -38.670524508918724, 0.0], [178.00531481052133, -38.670509288341655, 0.0], [178.00538399959973, -38.67049917272775, 0.0], [178.00569943534836, -38.67049040377891, 0.0], [178.00603607983777, -38.670480723926374, 0.0], [178.00628029159574, -38.67049645106802, 0.0], [178.00656961934888, -38.67050547682085, 0.0], [178.0067894265874, -38.67051986777964, 0.0], [178.0070025107164, -38.67052501729188, 0.0], [178.00724033118598, -38.67053625191646, 0.0], [178.00747682461375, -38.670528483879686, 0.0], [178.0076527211696, -38.670523316381754, 0.0], [178.007882281559, -38.67054681618905, 0.0], [178.00812533219766, -38.67054591253297, 0.0], [178.00830778604683, -38.67054760972646, 0.0], [178.008517717636, -38.67050762636383, 0.0], [178.00890416568774, -38.670514859203635, 0.0], [178.0092515577572, -38.670528532480155, 0.0], [178.00968361913397, -38.67053618660383, 0.0], [178.0098669025397, -38.6705497576673, 0.0], [178.0101067569147, -38.670546604720734, 0.0], [178.01050279219382, -38.6705605676703, 0.0], [178.0109404150512, -38.67056083108173, 0.0], [178.01141422959319, -38.67055715582585, 0.0], [178.01190688691557, -38.67056219870514, 0.0], [178.01208597836114, -38.67055926961917, 0.0], [178.0122495885874, -38.67055224059777, 0.0], [178.01250089740455, -38.67053906103442, 0.0], [178.01290469317073, -38.67053362324044, 0.0], [178.01309034216973, -38.67053755799796, 0.0], [178.01319252547376, -38.6705212552094, 0.0], [178.01353049540097, -38.67053055574111, 0.0], [178.0139983749062, -38.670572390312564, 0.0], [178.01422440804825, -38.67058888193731, 0.0], [178.01444504608077, -38.670615134552264, 0.0], [178.01463086122908, -38.670621442078726, 0.0], [178.01477139535444, -38.670632078080565, 0.0], [178.0150812271769, -38.6706735545771, 0.0], [178.0152742650331, -38.67069622727851, 0.0], [178.01548261817865, -38.67072062362767, 0.0], [178.01578722176933, -38.67077423490534, 0.0], [178.01595784931763, -38.67082407617545, 0.0], [178.0161515523906, -38.67085624833542, 0.0], [178.01636812608777, -38.67091126061357, 0.0], [178.01653796185093, -38.67090634022437, 0.0], [178.01668995106783, -38.670906951776594, 0.0], [178.01694558041243, -38.67095551875248, 0.0], [178.0171223967302, -38.6710503574277, 0.0], [178.01730448010326, -38.67109017448602, 0.0], [178.01749241916636, -38.67117023992686, 0.0], [178.0176610539232, -38.67119157574597, 0.0], [178.0178443014801, -38.671248018549754, 0.0], [178.0181251685927, -38.67130979166319, 0.0], [178.01841828433652, -38.671416302463555, 0.0], [178.0186242380616, -38.671493208712086, 0.0], [178.01879976472094, -38.67152615828266, 0.0], [178.0189863762363, -38.671587219285854, 0.0], [178.01915564042565, -38.671660938217876, 0.0], [178.0194331108793, -38.67176097233351, 0.0], [178.01970348807393, -38.671889899547196, 0.0], [178.01994846331763, -38.67200324247399, 0.0], [178.02008440106826, -38.67207839401712, 0.0], [178.02018954166812, -38.672147723506654, 0.0], [178.02035993641383, -38.67228095148836, 0.0], [178.02052650580453, -38.6726141461552, 0.0]], "type": "LineString"}, "id": "4289", "properties": {"CPS": 1, "Date": "1948-07-06", "Digitiser": "ER", "Georef_ER": 4.0, "ID": 4289.0, "Notes": null, "Photoscale": 10400, "Pixel_Er": 0.43302378373664, "Proxy": 1, "Region": "Gisborne", "SHLength": 2.64723161511, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 3.66121695577872, "USDate": "07/06/1948"}, "type": "Feature"}, {"bbox": [178.020710662299, -38.6743594551711, 178.02208053521008, -38.67341543613904], "geometry": {"coordinates": [[178.020710662299, -38.67341543613904, 0.0], [178.02105796009056, -38.673557726215094, 0.0], [178.0213522180671, -38.67372373959668, 0.0], [178.02160186048496, -38.67390358455364, 0.0], [178.02181837649803, -38.67404435446377, 0.0], [178.02192248836008, -38.67414231510284, 0.0], [178.02194072917464, -38.674272560753096, 0.0], [178.02203428925128, -38.67430665126393, 0.0], [178.02208053521008, -38.6743594551711, 0.0]], "type": "LineString"}, "id": "4290", "properties": {"CPS": 2, "Date": "1948-07-06", "Digitiser": "ER", "Georef_ER": 4.0, "ID": 4290.0, "Notes": null, "Photoscale": 10400, "Pixel_Er": 0.43302378373664, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.164743543672, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 3.708437622137063, "USDate": "07/06/1948"}, "type": "Feature"}, {"bbox": [177.9421615919087, -38.71028835500314, 177.94527878083645, -38.70803877540106], "geometry": {"coordinates": [[177.9421615919087, -38.71027869975941, 0.0], [177.94220361163744, -38.71028835500314, 0.0], [177.94225185839554, -38.710282498768954, 0.0], [177.94230620098014, -38.7102592306585, 0.0], [177.9423909606728, -38.71025373314603, 0.0], [177.9424683128146, -38.710246643512576, 0.0], [177.942536683299, -38.710215157067665, 0.0], [177.9426270808718, -38.71022085618221, 0.0], [177.94274507667694, -38.710238727356355, 0.0], [177.9428613671353, -38.710231893321684, 0.0], [177.94303075507608, -38.71021899704645, 0.0], [177.94326811942497, -38.71016891250748, 0.0], [177.94338552313505, -38.71014297126778, 0.0], [177.94346425083754, -38.71012057507408, 0.0], [177.9435481555914, -38.71006746420424, 0.0], [177.94358132097423, -38.709984102674355, 0.0], [177.94362707086762, -38.709871618500216, 0.0], [177.94371064535372, -38.70977849657014, 0.0], [177.943734284693, -38.70959812089538, 0.0], [177.94382316692597, -38.70947618467475, 0.0], [177.94396678378536, -38.70933668076361, 0.0], [177.9441206901741, -38.70917005723361, 0.0], [177.94421324114472, -38.70903081167996, 0.0], [177.94429609017604, -38.70889197732363, 0.0], [177.94435298336734, -38.70879998598425, 0.0], [177.94444153775305, -38.70870855842447, 0.0], [177.94454097446538, -38.708633823026965, 0.0], [177.9447433332863, -38.7084643823573, 0.0], [177.9448962425251, -38.70833973103591, 0.0], [177.94505651193384, -38.70830053519965, 0.0], [177.94521041866278, -38.70820443043188, 0.0], [177.94527878083645, -38.70810242267386, 0.0], [177.94526952050956, -38.70803877540106, 0.0]], "type": "LineString"}, "id": "4301", "properties": {"CPS": 4, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4301.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.408195429968, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 2.079639391817726, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [177.94524191277432, -38.707885564023755, 177.94611284339217, -38.706936257734846], "geometry": {"coordinates": [[177.94524191277432, -38.707885564023755, 0.0], [177.94536875085808, -38.707855408982944, 0.0], [177.94543088636695, -38.70776891274154, 0.0], [177.9454648361628, -38.70769695317643, 0.0], [177.94553313456206, -38.70762925507259, 0.0], [177.9456077272218, -38.707582255489534, 0.0], [177.94572774517513, -38.70752380001557, 0.0], [177.94577513378405, -38.70747033002865, 0.0], [177.94580101958954, -38.70738727661168, 0.0], [177.94581468676682, -38.707303407125245, 0.0], [177.94590179376013, -38.70719107446616, 0.0], [177.94596635343535, -38.70710447517166, 0.0], [177.94603812617828, -38.70705187705821, 0.0], [177.94608459548698, -38.70698510429735, 0.0], [177.94611284339217, -38.706936257734846, 0.0]], "type": "LineString"}, "id": "4302", "properties": {"CPS": 5, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4302.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.136289137455, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 8.592327973256142, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [177.94609568338126, -38.706705412627436, 177.94859957515973, -38.70353311166955], "geometry": {"coordinates": [[177.94609568338126, -38.706705412627436, 0.0], [177.9461411024111, -38.70662343679613, 0.0], [177.9461726884698, -38.70651727020649, 0.0], [177.94623344670416, -38.706446079572785, 0.0], [177.94636119461967, -38.706358706472535, 0.0], [177.94641887093508, -38.70627811669979, 0.0], [177.94651351427578, -38.7061692759287, 0.0], [177.94655460698976, -38.706095107216974, 0.0], [177.9465945808171, -38.70596952533317, 0.0], [177.94667880351298, -38.70588590369618, 0.0], [177.94681610982565, -38.70583128826482, 0.0], [177.9469718467825, -38.70576178698209, 0.0], [177.9470471553049, -38.705689978848014, 0.0], [177.94715831775744, -38.70560902619418, 0.0], [177.94723395076696, -38.70550670901341, 0.0], [177.94724049447893, -38.70539016863093, 0.0], [177.94721649763247, -38.70532447824534, 0.0], [177.94720449589323, -38.705256373149396, 0.0], [177.94724231222952, -38.70520521456102, 0.0], [177.94735256159524, -38.70518147891275, 0.0], [177.9474264941462, -38.705124976499775, 0.0], [177.94752762259867, -38.70500442420902, 0.0], [177.94757575444973, -38.70487373113132, 0.0], [177.94768028867702, -38.7047320688311, 0.0], [177.9477578202031, -38.70462204702164, 0.0], [177.94785062864295, -38.704557119883255, 0.0], [177.94792685412034, -38.704498613962386, 0.0], [177.9480093667959, -38.70439028664748, 0.0], [177.94816074226634, -38.70415210191443, 0.0], [177.94828992047576, -38.704015111517, 0.0], [177.94836810686127, -38.70391459129298, 0.0], [177.9484504251749, -38.703838673046214, 0.0], [177.94850114602508, -38.703727882248714, 0.0], [177.94852886595368, -38.70367143376817, 0.0], [177.94859820825852, -38.70361893729617, 0.0], [177.94859957515973, -38.70353311166955, 0.0]], "type": "LineString"}, "id": "4303", "properties": {"CPS": 5, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4303.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.434036795033, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 8.592327973256142, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [177.94858874649543, -38.7034115904383, 177.9566531512572, -38.6943269997722], "geometry": {"coordinates": [[177.94858874649543, -38.7034115904383, 0.0], [177.9486677893089, -38.70335868238667, 0.0], [177.94883209565478, -38.70320209459841, 0.0], [177.94891171676844, -38.70305195854158, 0.0], [177.94898977001418, -38.70294953764056, 0.0], [177.94907005538136, -38.702879423087964, 0.0], [177.94913283909446, -38.70280242728212, 0.0], [177.9491723516393, -38.702705453419796, 0.0], [177.94921003402797, -38.70265239398436, 0.0], [177.94929614878788, -38.70260680925769, 0.0], [177.94934312925952, -38.70247711737322, 0.0], [177.94939948618747, -38.70237752276788, 0.0], [177.94943880548573, -38.7023129581263, 0.0], [177.94956923018373, -38.70212369058907, 0.0], [177.94966065927892, -38.70207406821349, 0.0], [177.94972042999157, -38.70202388322742, 0.0], [177.9497332035515, -38.701962350889445, 0.0], [177.94974355195114, -38.70190092146081, 0.0], [177.9497929652605, -38.7018416462176, 0.0], [177.94985581748404, -38.70180086013854, 0.0], [177.94989159912018, -38.70175550494878, 0.0], [177.9499362231136, -38.701662125845, 0.0], [177.94996800352183, -38.701594069069166, 0.0], [177.9500427795507, -38.701514657958626, 0.0], [177.9500953878077, -38.70143123208543, 0.0], [177.95020024543922, -38.70132957888074, 0.0], [177.95026499675672, -38.701281088214245, 0.0], [177.95034907859718, -38.701195564153565, 0.0], [177.95037469480758, -38.70110870941818, 0.0], [177.95043085705979, -38.701041523717144, 0.0], [177.95050255020683, -38.70095271343889, 0.0], [177.9506340449818, -38.70076492415848, 0.0], [177.95072238012068, -38.70063538256556, 0.0], [177.95081877833022, -38.700516934367215, 0.0], [177.9509308383386, -38.70037876188146, 0.0], [177.95105122401176, -38.700255483482195, 0.0], [177.95114107342866, -38.70018305571055, 0.0], [177.95123406516333, -38.70008571719295, 0.0], [177.95129100387638, -38.69995941382333, 0.0], [177.9513406591569, -38.69986848900126, 0.0], [177.95140166973545, -38.69980109707063, 0.0], [177.9514882444766, -38.699751679405225, 0.0], [177.9515621683207, -38.69969517491797, 0.0], [177.9516527338234, -38.699597939082665, 0.0], [177.9517546361485, -38.69948878624805, 0.0], [177.95184054278621, -38.699359346972315, 0.0], [177.95190168385432, -38.699293855204395, 0.0], [177.952026711599, -38.699118155890204, 0.0], [177.9521334627873, -38.699008796899804, 0.0], [177.95224336675986, -38.69894504666033, 0.0], [177.95229559527635, -38.69889136875573, 0.0], [177.95232618999086, -38.69880620823594, 0.0], [177.95235928089144, -38.69875715469615, 0.0], [177.95242907003617, -38.69867604794513, 0.0], [177.95253923600686, -38.69861609820958, 0.0], [177.95262173550762, -38.69850776846496, 0.0], [177.95265121857184, -38.69844171452299, 0.0], [177.9526889563691, -38.69835434469109, 0.0], [177.95272905908942, -38.698301181452166, 0.0], [177.95278448872403, -38.698188283125155, 0.0], [177.95285382274443, -38.69813578464374, 0.0], [177.95292676420763, -38.698100286455684, 0.0], [177.95301241606992, -38.69803756529084, 0.0], [177.95303632228257, -38.6979788000601, 0.0], [177.9531164669237, -38.69790678294308, 0.0], [177.95320512878322, -38.697817250602746, 0.0], [177.95330617817814, -38.69773100406833, 0.0], [177.95341070355175, -38.69765985740452, 0.0], [177.9535007384793, -38.69755501898687, 0.0], [177.95356541245275, -38.69747031693305, 0.0], [177.95365617578344, -38.69741119014784, 0.0], [177.95371829306603, -38.697324690644884, 0.0], [177.95380046704085, -38.69724686907179, 0.0], [177.95391147763382, -38.69716401090128, 0.0], [177.95399096341828, -38.69708249147678, 0.0], [177.95406657845913, -38.696980171002195, 0.0], [177.95412437066435, -38.6969014787649, 0.0], [177.9541917311514, -38.69682047418167, 0.0], [177.95426145709763, -38.6967736760982, 0.0], [177.95430714370647, -38.696730948489375, 0.0], [177.95439337772814, -38.69664151841979, 0.0], [177.95447122602812, -38.696571503905226, 0.0], [177.95453085748363, -38.69651941658343, 0.0], [177.95460267276394, -38.69643250473372, 0.0], [177.95464644006543, -38.696362031735674, 0.0], [177.95469590491246, -38.69626844538709, 0.0], [177.95473701381098, -38.69617711988863, 0.0], [177.95482862226254, -38.69609508501587, 0.0], [177.95486734878082, -38.69605722710818, 0.0], [177.954912824292, -38.6960114587346, 0.0], [177.95495508619865, -38.69595439118546, 0.0], [177.9550272357342, -38.69590748972319, 0.0], [177.95508601861468, -38.69587830951098, 0.0], [177.95514989427014, -38.69581727426338, 0.0], [177.95525007738811, -38.69568341434767, 0.0], [177.9553296915286, -38.69560379456548, 0.0], [177.95539593907108, -38.695541896055644, 0.0], [177.95546415822756, -38.69550850291054, 0.0], [177.95555399735792, -38.69543607238422, 0.0], [177.95560490643186, -38.69536338971397, 0.0], [177.95564192327578, -38.695300826928346, 0.0], [177.9556899541803, -38.69525685565386, 0.0], [177.95577396409783, -38.69520563799453, 0.0], [177.95582887516952, -38.695155656536095, 0.0], [177.9558701570166, -38.69511959569737, 0.0], [177.95600324888272, -38.695039609411204, 0.0], [177.95605455162476, -38.69497262766461, 0.0], [177.95605872079233, -38.69494500494441, 0.0], [177.9561158519801, -38.69485681016409, 0.0], [177.95621512623694, -38.6947801664001, 0.0], [177.95630293323248, -38.694713539501414, 0.0], [177.9563852329707, -38.69463761682295, 0.0], [177.9564755959756, -38.694572787141084, 0.0], [177.95654655986243, -38.694508781675395, 0.0], [177.956578331335, -38.6944407236675, 0.0], [177.95662609815292, -38.69439295136532, 0.0], [177.95664732288708, -38.69434821280342, 0.0], [177.9566531512572, -38.6943269997722, 0.0]], "type": "LineString"}, "id": "4304", "properties": {"CPS": 4, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4304.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 1.25237487374, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 2.079639391817726, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [177.9566960682323, -38.69427943352097, 177.95776537219345, -38.69333343402734], "geometry": {"coordinates": [[177.9566960682323, -38.69427943352097, 0.0], [177.9568229348639, -38.69421495841514, 0.0], [177.95692030854806, -38.69414601861666, 0.0], [177.95700522907177, -38.69407284307422, 0.0], [177.95710626872074, -38.693986593858185, 0.0], [177.95718804084436, -38.69390306929644, 0.0], [177.9572982534535, -38.69380880633778, 0.0], [177.95735119006088, -38.69373031897183, 0.0], [177.95745655252378, -38.69363626199127, 0.0], [177.95752181805418, -38.693595369450364, 0.0], [177.95756892622083, -38.69353809506439, 0.0], [177.95760443614486, -38.69348893735093, 0.0], [177.95764682601984, -38.693433769403434, 0.0], [177.95769741079638, -38.693391594755376, 0.0], [177.95776537219345, -38.69333343402734, 0.0]], "type": "LineString"}, "id": "4305", "properties": {"CPS": 4, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4305.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.14187901797, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 2.079639391817726, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [177.95783631784914, -38.69319890872554, 177.96595542353256, -38.68670099473734], "geometry": {"coordinates": [[177.95783631784914, -38.69319890872554, 0.0], [177.9579161316783, -38.693157397653295, 0.0], [177.95797923470133, -38.69312040866614, 0.0], [177.9580555714934, -38.69306379774532, 0.0], [177.9581490922647, -38.69300950589849, 0.0], [177.95822777973927, -38.692916582052604, 0.0], [177.9583098124012, -38.69283685756547, 0.0], [177.95843620645783, -38.692730470142415, 0.0], [177.95859510061703, -38.69260173572676, 0.0], [177.9586747077238, -38.69252211410301, 0.0], [177.95876440838646, -38.692447781187035, 0.0], [177.95884179602706, -38.69240637264328, 0.0], [177.9589154435361, -38.692346063625045, 0.0], [177.95901299680105, -38.69227978285435, 0.0], [177.95909181391787, -38.69218875889472, 0.0], [177.95915955919273, -38.69211345311116, 0.0], [177.95924493542165, -38.692046927454626, 0.0], [177.9594054336129, -38.6919238416267, 0.0], [177.95949827231368, -38.691824597523485, 0.0], [177.9595874450948, -38.69174266268563, 0.0], [177.95969962441043, -38.69167690309298, 0.0], [177.95981913473406, -38.69157652475188, 0.0], [177.95990148412605, -38.69146629068247, 0.0], [177.95999740406572, -38.69137644490443, 0.0], [177.96004516662128, -38.69132867146967, 0.0], [177.96016447856297, -38.6912254423193, 0.0], [177.96029703209302, -38.69113785049732, 0.0], [177.96043638994544, -38.69100803848689, 0.0], [177.96054430071757, -38.69091577645684, 0.0], [177.9606444857495, -38.690852431982556, 0.0], [177.96077100443597, -38.690747942809054, 0.0], [177.96083845524976, -38.69068599022123, 0.0], [177.96093136552835, -38.6906229548806, 0.0], [177.96101149418368, -38.69055093334085, 0.0], [177.96108959268437, -38.69048471591086, 0.0], [177.96112386198192, -38.69041769412439, 0.0], [177.96121231696702, -38.69036056587177, 0.0], [177.96133366510804, -38.69028679107151, 0.0], [177.96148050051386, -38.6901947786698, 0.0], [177.96157615362588, -38.69010113113461, 0.0], [177.9616725960141, -38.69001888559779, 0.0], [177.96172231102364, -38.68992909778421, 0.0], [177.9617776087473, -38.68988481506386, 0.0], [177.96185884452183, -38.68979368648209, 0.0], [177.9619411328371, -38.68971776059949, 0.0], [177.96204295005236, -38.689642909914554, 0.0], [177.96215810280285, -38.68956749188685, 0.0], [177.96226843388592, -38.689475125395354, 0.0], [177.96235916988462, -38.689380733453326, 0.0], [177.96245888050996, -38.68927547699647, 0.0], [177.96256095976793, -38.6892044266151, 0.0], [177.96269946448282, -38.689097519628724, 0.0], [177.96282808290215, -38.6890234340546, 0.0], [177.96293016142565, -38.6889523833956, 0.0], [177.96301998485012, -38.68887994810048, 0.0], [177.96316937143558, -38.68878973107301, 0.0], [177.96327255769583, -38.688699573603024, 0.0], [177.96335542516445, -38.6885969389842, 0.0], [177.9634313579971, -38.68853462409404, 0.0], [177.96355359711276, -38.6884562349266, 0.0], [177.9636580434726, -38.68841938981855, 0.0], [177.96378088892732, -38.68833220730145, 0.0], [177.9639087701291, -38.688212409414376, 0.0], [177.9640221031587, -38.688093230464446, 0.0], [177.96412201781732, -38.6880260827688, 0.0], [177.96422881121032, -38.68795292445204, 0.0], [177.96434019032066, -38.68787575901598, 0.0], [177.96448570032356, -38.68776474001973, 0.0], [177.96459924016125, -38.6876836705163, 0.0], [177.9647346011927, -38.687601672222414, 0.0], [177.96481374631767, -38.68755065539697, 0.0], [177.9649143911036, -38.68745545868115, 0.0], [177.9650407659117, -38.6873490653042, 0.0], [177.96515830904184, -38.68729069615695, 0.0], [177.96527735487885, -38.68721892136586, 0.0], [177.9654482929992, -38.687123972356524, 0.0], [177.96563009117904, -38.68697519456317, 0.0], [177.96580126853357, -38.68681352704161, 0.0], [177.96595542353256, -38.68670099473734, 0.0]], "type": "LineString"}, "id": "4306", "properties": {"CPS": 5, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4306.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 1.01908586747, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 8.592327973256142, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [177.96596499013134, -38.68669868155684, 177.98046771607335, -38.67859048627337], "geometry": {"coordinates": [[177.96596499013134, -38.68669868155684, 0.0], [177.96602368331722, -38.686633287065355, 0.0], [177.966096342859, -38.686593981125334, 0.0], [177.96615674780267, -38.68655329089308, 0.0], [177.96622658754913, -38.68650838710247, 0.0], [177.9663614176547, -38.686418785851934, 0.0], [177.96646185451638, -38.68635923776014, 0.0], [177.96663199874135, -38.68625288526005, 0.0], [177.96680522552273, -38.68615593096517, 0.0], [177.9669701245159, -38.68604408350128, 0.0], [177.96706249642972, -38.68597344267477, 0.0], [177.96717970434162, -38.68588573440506, 0.0], [177.96727908602014, -38.68581098306876, 0.0], [177.96738724359645, -38.68572251640397, 0.0], [177.96750254277322, -38.68563183960267, 0.0], [177.96760395311787, -38.68555128380719, 0.0], [177.9677482142881, -38.68545746754576, 0.0], [177.9679043342071, -38.68535933422914, 0.0], [177.96805737050735, -38.68525180234962, 0.0], [177.96815740905734, -38.68518655200995, 0.0], [177.96827199447674, -38.685120682058006, 0.0], [177.96850751596762, -38.6849753297952, 0.0], [177.9686256322422, -38.684890249763015, 0.0], [177.96877919342955, -38.684790318367014, 0.0], [177.96891290487497, -38.68470571737427, 0.0], [177.96907373871795, -38.68460547583455, 0.0], [177.9692590804719, -38.68450800199523, 0.0], [177.96946426552904, -38.68438109353555, 0.0], [177.96962646814845, -38.684265545467916, 0.0], [177.969825880469, -38.684125540766374, 0.0], [177.96999103349538, -38.68401749026506, 0.0], [177.97017606389133, -38.6839015407122, 0.0], [177.97030669400948, -38.68382164371002, 0.0], [177.97039808492562, -38.6837720074491, 0.0], [177.9704558491759, -38.6836933088879, 0.0], [177.97060200001613, -38.683591784988835, 0.0], [177.97073668719287, -38.6835002790503, 0.0], [177.97083279447568, -38.68344853556628, 0.0], [177.97102977766866, -38.68330863240299, 0.0], [177.9711330259723, -38.683254678454006, 0.0], [177.97124302018227, -38.683192813209864, 0.0], [177.9713793665849, -38.683125250633545, 0.0], [177.97161413828505, -38.683021854864364, 0.0], [177.97176914116974, -38.682942823532024, 0.0], [177.97190069044754, -38.68287622718215, 0.0], [177.97207658962856, -38.68278296332858, 0.0], [177.9722244500395, -38.68270614176129, 0.0], [177.97236313982205, -38.682637334630094, 0.0], [177.97250562343362, -38.68255311815646, 0.0], [177.97261711681963, -38.682477846219676, 0.0], [177.97279301402597, -38.682384581406446, 0.0], [177.97296487861547, -38.68228577043785, 0.0], [177.97312799363849, -38.68218352034733, 0.0], [177.97329039793962, -38.682106077474955, 0.0], [177.97339186258023, -38.68202646752644, 0.0], [177.97353755926517, -38.68195354846197, 0.0], [177.97371037019136, -38.68185088422266, 0.0], [177.97389340559346, -38.68175540754081, 0.0], [177.97408102547956, -38.68165592324355, 0.0], [177.97425718239293, -38.68156645709058, 0.0], [177.97441368017357, -38.68147401708722, 0.0], [177.9745566864793, -38.6813973996435, 0.0], [177.97474915315453, -38.68129770763257, 0.0], [177.97493503837083, -38.68122231073176, 0.0], [177.9750895058231, -38.68113567423363, 0.0], [177.97524652914024, -38.68105083446987, 0.0], [177.9753462411592, -38.68101608705231, 0.0], [177.97549881093508, -38.68093715469231, 0.0], [177.97566513490588, -38.6808461999171, 0.0], [177.9758099032698, -38.68075997617159, 0.0], [177.97598645141767, -38.68067620859923, 0.0], [177.97611838808805, -38.68061530891887, 0.0], [177.97623525085888, -38.680547428354444, 0.0], [177.97639240336554, -38.680464487519785, 0.0], [177.97652283849226, -38.68041699296998, 0.0], [177.97658507918862, -38.68040290228972, 0.0], [177.9766635478891, -38.680342376939784, 0.0], [177.97674007375377, -38.68030289966973, 0.0], [177.9768612069001, -38.68026151936784, 0.0], [177.97695082384362, -38.68022148348388, 0.0], [177.97709717268438, -38.680158061946464, 0.0], [177.97722562744497, -38.68008206214644, 0.0], [177.9773219890372, -38.68003411450547, 0.0], [177.97742372692508, -38.679993561128825, 0.0], [177.9775151868698, -38.679945060092834, 0.0], [177.97768714616493, -38.67986529767392, 0.0], [177.97779241251806, -38.679805534120575, 0.0], [177.97789014187848, -38.679742280215095, 0.0], [177.97800038842192, -38.67968420990852, 0.0], [177.97813218941914, -38.67962140787505, 0.0], [177.97819919436253, -38.67957090036649, 0.0], [177.97833002244022, -38.67952910487187, 0.0], [177.9784626147255, -38.6794777042929, 0.0], [177.9785410321917, -38.6794514866687, 0.0], [177.97861729201628, -38.679408207696696, 0.0], [177.97873736650067, -38.67935162322876, 0.0], [177.97883654625886, -38.67930927189501, 0.0], [177.97897438225303, -38.67926336474982, 0.0], [177.97911843488455, -38.67920194467589, 0.0], [177.97927015605921, -38.67914591491527, 0.0], [177.97936801514427, -38.679084560207244, 0.0], [177.97942218916378, -38.679059376765764, 0.0], [177.97951973584924, -38.679028530150134, 0.0], [177.97965717476376, -38.67897692137432, 0.0], [177.97980427689023, -38.678910414890225, 0.0], [177.97995048823884, -38.67884508980835, 0.0], [177.98009630324273, -38.67877406367832, 0.0], [177.98022082780665, -38.678711569969, 0.0], [177.98030762041572, -38.6786659343574, 0.0], [177.98042619215303, -38.67862275385801, 0.0], [177.98046771607335, -38.67859048627337, 0.0]], "type": "LineString"}, "id": "4307", "properties": {"CPS": 4, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4307.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 1.56173050096, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 2.079639391817726, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [177.98054022697914, -38.67854927206011, 177.98205570511308, -38.67787009181645], "geometry": {"coordinates": [[177.98054022697914, -38.67854927206011, 0.0], [177.98066796718433, -38.678498076181796, 0.0], [177.98075423107872, -38.67844483910341, 0.0], [177.98085812469003, -38.67840037891355, 0.0], [177.9809455766945, -38.67836424433533, 0.0], [177.9810575824508, -38.678296566469584, 0.0], [177.98118197323012, -38.678232171548814, 0.0], [177.98131592863194, -38.67816546217411, 0.0], [177.9814149730042, -38.6781212085584, 0.0], [177.98155051264104, -38.67807730242233, 0.0], [177.98164392819956, -38.67803252659962, 0.0], [177.9818077657494, -38.6779759762318, 0.0], [177.9819050456326, -38.677941327202156, 0.0], [177.98201837044246, -38.677892651400946, 0.0], [177.98205570511308, -38.67787009181645, 0.0]], "type": "LineString"}, "id": "4308", "properties": {"CPS": 4, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4308.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.152751768849, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 2.079639391817726, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [177.98210260454007, -38.677845217825826, 177.98340668524628, -38.67729778990758], "geometry": {"coordinates": [[177.98210260454007, -38.677845217825826, 0.0], [177.9821814148984, -38.677824698817126, 0.0], [177.98232100939222, -38.67776918306656, 0.0], [177.9824696400873, -38.677703751589156, 0.0], [177.98258768042135, -38.67765296792758, 0.0], [177.98273009468485, -38.67760304905275, 0.0], [177.98284059787088, -38.67754877520198, 0.0], [177.9829188792855, -38.67752065458417, 0.0], [177.9830001132, -38.67750003151673, 0.0], [177.98310616389622, -38.677451665383835, 0.0], [177.9831785399243, -38.677408549414366, 0.0], [177.9832323149119, -38.677377663512694, 0.0], [177.98333214948536, -38.67734481012411, 0.0], [177.98337433180927, -38.67732204305939, 0.0], [177.98340668524628, -38.67729778990758, 0.0]], "type": "LineString"}, "id": "4309", "properties": {"CPS": 4, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4309.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.129653776838, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 2.079639391817726, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [177.98349279953368, -38.67725584820927, 177.98620790792808, -38.676203979146905], "geometry": {"coordinates": [[177.98349279953368, -38.67725294334296, 0.0], [177.98355864890698, -38.67725584820927, 0.0], [177.98368986544168, -38.677219748022544, 0.0], [177.98381032819765, -38.67716885967092, 0.0], [177.98391421784723, -38.67712439699689, 0.0], [177.9841059523279, -38.67704949834325, 0.0], [177.9842444866496, -38.67697877822027, 0.0], [177.98435362044708, -38.67693980889778, 0.0], [177.9844438892509, -38.676909269196486, 0.0], [177.98452596055162, -38.67686573818354, 0.0], [177.98464439427923, -38.67682065346539, 0.0], [177.98482629828723, -38.676744267754785, 0.0], [177.98497086883413, -38.67669044221582, 0.0], [177.9851271635185, -38.67663039773752, 0.0], [177.98526714955725, -38.676580579593335, 0.0], [177.9854723686913, -38.67648985510374, 0.0], [177.9855979414229, -38.676442558434815, 0.0], [177.98590810374722, -38.67633305395184, 0.0], [177.98611384994436, -38.67624992954043, 0.0], [177.98620790792808, -38.676203979146905, 0.0]], "type": "LineString"}, "id": "4310", "properties": {"CPS": 4, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4310.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.265075589471, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 2.079639391817726, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [177.98625762535798, -38.676184700869086, 177.98741301909234, -38.67570266783328], "geometry": {"coordinates": [[177.98625762535798, -38.676184700869086, 0.0], [177.98633709331295, -38.67617368062807, 0.0], [177.98646495680075, -38.67612437920992, 0.0], [177.98657827528316, -38.67607569935793, 0.0], [177.9866604764029, -38.67603406726206, 0.0], [177.9868121841568, -38.675978028492246, 0.0], [177.98696631578608, -38.67592188591681, 0.0], [177.98707654847973, -38.67586380787221, 0.0], [177.98714433648126, -38.67582469749563, 0.0], [177.9872146807264, -38.67578738373036, 0.0], [177.98729591116407, -38.6757667578747, 0.0], [177.98737930127228, -38.67574222778628, 0.0], [177.98741301909234, -38.67570266783328, 0.0]], "type": "LineString"}, "id": "4311", "properties": {"CPS": 4, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4311.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.115524188359, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 2.079639391817726, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [177.98765305237913, -38.67555327352354, 177.99207466973346, -38.674240613236805], "geometry": {"coordinates": [[177.98765305237913, -38.67555327352354, 0.0], [177.9877836901361, -38.675543876517345, 0.0], [177.98792067469142, -38.67552086653403, 0.0], [177.98810966741053, -38.675476573474015, 0.0], [177.98821769460284, -38.675456707177084, 0.0], [177.98838958594536, -38.67541123895072, 0.0], [177.98856068367047, -38.67535436886196, 0.0], [177.98872261362513, -38.6753055142536, 0.0], [177.98889318183933, -38.67524104263092, 0.0], [177.98907992495083, -38.67516444350641, 0.0], [177.98924106058135, -38.67510418661544, 0.0], [177.98935975251982, -38.67506289802007, 0.0], [177.98950400741177, -38.675018610103336, 0.0], [177.9896297067856, -38.674973209694784, 0.0], [177.98982477864888, -38.67491150058056, 0.0], [177.98996704938986, -38.674859673270035, 0.0], [177.99011593081335, -38.674798033409914, 0.0], [177.99023083166833, -38.67477215349226, 0.0], [177.99031205988751, -38.67475152566435, 0.0], [177.99050536776645, -38.674699420503984, 0.0], [177.990643583058, -38.67465920140304, 0.0], [177.99083715496513, -38.67461089625259, 0.0], [177.99097686790645, -38.674557271231514, 0.0], [177.99108266625413, -38.674519391397006, 0.0], [177.99123357306348, -38.67445194572141, 0.0], [177.99140748682473, -38.67440066882566, 0.0], [177.99155350232823, -38.67436773862838, 0.0], [177.99170582117824, -38.674355503699346, 0.0], [177.99189357464147, -38.67432841092203, 0.0], [177.9919527206273, -38.67430491498677, 0.0], [177.99201389368162, -38.674275614517214, 0.0], [177.99207466973346, -38.674240613236805, 0.0]], "type": "LineString"}, "id": "4312", "properties": {"CPS": 4, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4312.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.414877638614, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 2.079639391817726, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [177.9921743628842, -38.67420585255537, 177.9962671071155, -38.67325951293288], "geometry": {"coordinates": [[177.9921743628842, -38.67420585255537, 0.0], [177.99233637740443, -38.67419320192089, 0.0], [177.99248697538633, -38.674156262627825, 0.0], [177.9926459039874, -38.674134214011424, 0.0], [177.99280417079078, -38.67410266389169, 0.0], [177.99294158934512, -38.67405104067256, 0.0], [177.99307023791212, -38.674013134091716, 0.0], [177.99317438123046, -38.673972464342214, 0.0], [177.99328927935855, -38.673946581565545, 0.0], [177.99340907006322, -38.67392811295414, 0.0], [177.99354499022292, -38.67388989462204, 0.0], [177.9936980108249, -38.67385285009009, 0.0], [177.99385169305717, -38.67382530664555, 0.0], [177.99397954645053, -38.673775997585594, 0.0], [177.9941207111175, -38.67374327185751, 0.0], [177.99429946872908, -38.67369178335662, 0.0], [177.99450594935618, -38.67365435511156, 0.0], [177.99463217219292, -38.6736165506802, 0.0], [177.99470926435936, -38.67360638887535, 0.0], [177.9948614482281, -38.67359224970744, 0.0], [177.9949468595536, -38.67356190999444, 0.0], [177.99510120248067, -38.67354386623448, 0.0], [177.99524369001145, -38.67353014172696, 0.0], [177.99535387084237, -38.67350636483901, 0.0], [177.99550702185502, -38.67347121829583, 0.0], [177.99561182482853, -38.673440047762035, 0.0], [177.99574322668397, -38.67341726773771, 0.0], [177.995836306635, -38.673392316761614, 0.0], [177.99596239574979, -38.67335261071476, 0.0], [177.99609615399186, -38.67331829386822, 0.0], [177.99619408167788, -38.67329313500902, 0.0], [177.9962671071155, -38.67325951293288, 0.0]], "type": "LineString"}, "id": "4313", "properties": {"CPS": 4, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4313.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.374096566666, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 2.079639391817726, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [177.99631413055624, -38.673236533983705, 178.00555948722777, -38.6705843820507], "geometry": {"coordinates": [[177.99631413055624, -38.673236533983705, 0.0], [177.99643938420843, -38.673219734247894, 0.0], [177.99658094364958, -38.67319270642687, 0.0], [177.9967358550559, -38.67314795329617, 0.0], [177.9968816000114, -38.67311121625095, 0.0], [177.99702223192267, -38.67307088619078, 0.0], [177.99715061124218, -38.67302917486542, 0.0], [177.99724827318127, -38.67300021467748, 0.0], [177.99739428241398, -38.672967277518964, 0.0], [177.99753284465797, -38.67294609469906, 0.0], [177.99764372565392, -38.67289750873207, 0.0], [177.99774597022775, -38.67286453998625, 0.0], [177.9978397109211, -38.67284908872361, 0.0], [177.99795985046794, -38.67282869461555, 0.0], [177.99809347408174, -38.672792475357554, 0.0], [177.99822493850905, -38.672760160291276, 0.0], [177.9983421238749, -38.67273226868313, 0.0], [177.99848398571856, -38.67267473092388, 0.0], [177.99861813865132, -38.672646112069145, 0.0], [177.99873957540467, -38.67260946127948, 0.0], [177.9988555678802, -38.67256446700933, 0.0], [177.99896548070598, -38.67253688639728, 0.0], [177.99908953977305, -38.67250298176334, 0.0], [177.99921320121882, -38.67246337628348, 0.0], [177.99934653889977, -38.67244050929005, 0.0], [177.9994948372273, -38.672405565523604, 0.0], [177.99962550511304, -38.67236184752721, 0.0], [177.9997606232151, -38.67231222091686, 0.0], [177.99987432303152, -38.67226922982426, 0.0], [178.00004377370476, -38.672223849261414, 0.0], [178.00011490215766, -38.67219792979934, 0.0], [178.0002174094369, -38.67216875949856, 0.0], [178.00031722762208, -38.67213589252994, 0.0], [178.0004192046045, -38.67209912111391, 0.0], [178.00053193751162, -38.672077135926486, 0.0], [178.00063122526964, -38.672036667760054, 0.0], [178.00076942858334, -38.67199643734812, 0.0], [178.00090736664743, -38.67195240631084, 0.0], [178.00102685987582, -38.67190535394553, 0.0], [178.00112830593093, -38.671860981012806, 0.0], [178.00125438888048, -38.67182126960355, 0.0], [178.00139796943995, -38.67178843161307, 0.0], [178.00153105877965, -38.671744607714515, 0.0], [178.00165608079618, -38.67168969402821, 0.0], [178.00183152791755, -38.67162575703244, 0.0], [178.00195668203597, -38.67157274328478, 0.0], [178.00214190380453, -38.671509530299915, 0.0], [178.0023125816888, -38.6714469406312, 0.0], [178.00244121963456, -38.67140902432753, 0.0], [178.00255930200126, -38.67136965458642, 0.0], [178.00269441589973, -38.671320024826485, 0.0], [178.00281727744064, -38.671269014399606, 0.0], [178.00290766250674, -38.6712403615958, 0.0], [178.00299522580943, -38.671206111981974, 0.0], [178.00308049770632, -38.67117386648413, 0.0], [178.00319538680543, -38.67114797446158, 0.0], [178.00328065852977, -38.67111572882759, 0.0], [178.00337738669754, -38.671073462229295, 0.0], [178.0034407105023, -38.67104025183151, 0.0], [178.00352853848025, -38.67100980230619, 0.0], [178.00362104459083, -38.671011552640344, 0.0], [178.00368732255055, -38.670985839073985, 0.0], [178.00378833072517, -38.67097007139137, 0.0], [178.0038920279727, -38.6709580001158, 0.0], [178.00395110038306, -38.670933548411284, 0.0], [178.00401482162064, -38.67090603840801, 0.0], [178.00411031869345, -38.67088097725475, 0.0], [178.0042204916829, -38.670857192437126, 0.0], [178.0043477644692, -38.67083457994185, 0.0], [178.00450601724486, -38.670803014733636, 0.0], [178.00460852037736, -38.67077384081489, 0.0], [178.0047549186937, -38.67074659562131, 0.0], [178.00485402817955, -38.67071756707087, 0.0], [178.00493727256594, -38.67069112496191, 0.0], [178.0050533538244, -38.670682333218814, 0.0], [178.00514642626615, -38.670657375245625, 0.0], [178.00526532925127, -38.670654179978904, 0.0], [178.00535717153932, -38.67064642784498, 0.0], [178.00543878765578, -38.67063149072607, 0.0], [178.00549915551417, -38.670590782399834, 0.0], [178.00555948722777, -38.6705843820507, 0.0]], "type": "LineString"}, "id": "4314", "properties": {"CPS": 4, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4314.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.86434001058, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 2.079639391817726, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [178.00563479622156, -38.67060578061883, 178.00843798079848, -38.67054875034769], "geometry": {"coordinates": [[178.00563479622156, -38.67054875034769, 0.0], [178.00570800722826, -38.67058753926585, 0.0], [178.0057780393788, -38.67060168764776, 0.0], [178.0059047444736, -38.67060578061883, 0.0], [178.00604303829186, -38.67060175253252, 0.0], [178.00625607429268, -38.670588799296986, 0.0], [178.006399879159, -38.67059406386947, 0.0], [178.00649846205948, -38.67057839792575, 0.0], [178.0066507682343, -38.67056614414684, 0.0], [178.00681828103103, -38.670562767131216, 0.0], [178.00696988820815, -38.670575319806424, 0.0], [178.00710359941453, -38.670575298956564, 0.0], [178.00724647529904, -38.67056726095581, 0.0], [178.00737005222751, -38.67057529840983, 0.0], [178.00749931375879, -38.670581185825256, 0.0], [178.00761323579565, -38.67057629603292, 0.0], [178.0077676650443, -38.67059444426769, 0.0], [178.00786867139192, -38.67057867314109, 0.0], [178.00797289787468, -38.670574199176684, 0.0], [178.00805544221762, -38.67057256177334, 0.0], [178.00814900927637, -38.67058951026146, 0.0], [178.00824340752007, -38.67058355204137, 0.0], [178.0083088520253, -38.670580742608735, 0.0], [178.00837940972232, -38.67058152545819, 0.0], [178.00843798079848, -38.670584728761725, 0.0]], "type": "LineString"}, "id": "4315", "properties": {"CPS": 4, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4315.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.247060808515, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 2.079639391817726, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [178.00872226611168, -38.670664657664105, 178.00983003799132, -38.670606830503246], "geometry": {"coordinates": [[178.00872226611168, -38.670606830503246, 0.0], [178.00881394041443, -38.67063148335865, 0.0], [178.00894818247795, -38.670639061234745, 0.0], [178.00904782663355, -38.670638594865835, 0.0], [178.0091326620618, -38.67063495241391, 0.0], [178.0092230089771, -38.67064060281496, 0.0], [178.00926879697772, -38.67063482499883, 0.0], [178.0092833401894, -38.670634200555426, 0.0], [178.0093729890757, -38.670664657664105, 0.0], [178.00943600967244, -38.67066195167179, 0.0], [178.0095549119975, -38.67065875203614, 0.0], [178.00962317859864, -38.670661538416276, 0.0], [178.00970559011137, -38.6706579996281, 0.0], [178.00978073000738, -38.670654773035565, 0.0], [178.00983003799132, -38.670629784730124, 0.0]], "type": "LineString"}, "id": "4316", "properties": {"CPS": 4, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4316.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.0987353069793, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 2.079639391817726, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [178.00988203906877, -38.671000474217976, 178.01653811270435, -38.67059114878534], "geometry": {"coordinates": [[178.00988203906877, -38.67059114878534, 0.0], [178.0099714225585, -38.670617805000184, 0.0], [178.01002258927858, -38.670619419554626, 0.0], [178.01007886927997, -38.6706246263244, 0.0], [178.01016812009172, -38.67064938217115, 0.0], [178.01030774102097, -38.67066435111836, 0.0], [178.01038679909797, -38.67064761448492, 0.0], [178.01046180611883, -38.670642487247164, 0.0], [178.01056237964764, -38.67065532103922, 0.0], [178.01067291424457, -38.670671538746085, 0.0], [178.0107609701274, -38.67067919225277, 0.0], [178.0108880734473, -38.67068898039342, 0.0], [178.01097197909942, -38.670672035155036, 0.0], [178.01105130258316, -38.67065909849351, 0.0], [178.01112481528304, -38.67066737638694, 0.0], [178.01121366800683, -38.670686430785615, 0.0], [178.0113143744711, -38.670701164120736, 0.0], [178.0113717170448, -38.67072157190056, 0.0], [178.01145827883124, -38.67074263042655, 0.0], [178.01163694750545, -38.67075973224268, 0.0], [178.0117713225772, -38.67076920703179, 0.0], [178.01191109320334, -38.67076892032118, 0.0], [178.01205300554076, -38.670781882802444, 0.0], [178.01223638924986, -38.67079687521545, 0.0], [178.01237587779605, -38.67080994143105, 0.0], [178.01252735284856, -38.67082058656598, 0.0], [178.01267358166425, -38.67082573918495, 0.0], [178.01278507932258, -38.67082094847398, 0.0], [178.01290424709174, -38.67082154581241, 0.0], [178.01300873882937, -38.67082086773889, 0.0], [178.01307268920107, -38.67083146118294, 0.0], [178.0131526766117, -38.670828024105916, 0.0], [178.01322217140975, -38.67081360239809, 0.0], [178.01329422289626, -38.670800976693094, 0.0], [178.0134013718478, -38.670838302265665, 0.0], [178.01349225046593, -38.670851550111706, 0.0], [178.01362727959815, -38.67085298981305, 0.0], [178.0137393086292, -38.6708557989849, 0.0], [178.01390545982267, -38.670867717502624, 0.0], [178.01402771581877, -38.670877710504705, 0.0], [178.01417610274328, -38.670878956653205, 0.0], [178.0142951375776, -38.670877652363394, 0.0], [178.01439006670782, -38.67087928995572, 0.0], [178.01445146050426, -38.670888086608905, 0.0], [178.0145630908504, -38.67088519439294, 0.0], [178.01470178229786, -38.670886856605414, 0.0], [178.01480222363531, -38.67089778646472, 0.0], [178.0148925708539, -38.670903432413496, 0.0], [178.0149732226525, -38.67090949506191, 0.0], [178.0150048656956, -38.67091004074908, 0.0], [178.01510544244252, -38.67090552666694, 0.0], [178.0151990109989, -38.67092246934739, 0.0], [178.01529905367119, -38.67092769818688, 0.0], [178.01541121562806, -38.6709324059315, 0.0], [178.0155061447576, -38.670934042607165, 0.0], [178.01559393524016, -38.670937892015104, 0.0], [178.0156570883993, -38.67093708284792, 0.0], [178.01575995371942, -38.67094790765955, 0.0], [178.01585312364065, -38.6709591492223, 0.0], [178.01591587800598, -38.670952639336505, 0.0], [178.01595641887073, -38.67094136676061, 0.0], [178.01600556061913, -38.6709487834502, 0.0], [178.01604876016256, -38.67097551468267, 0.0], [178.016133165282, -38.671000474217976, 0.0], [178.01624250464488, -38.67099958479273, 0.0], [178.01637824050562, -38.67099374844509, 0.0], [178.01648113676407, -38.67097026495097, 0.0], [178.01653811270435, -38.670950661846796, 0.0]], "type": "LineString"}, "id": "4317", "properties": {"CPS": 3, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4317.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.589500846241, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 0.99040395798886, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [177.94130485712913, -38.71070454145589, 178.02055588826832, -38.670518029293696], "geometry": {"coordinates": [[177.94130485712913, -38.71070454145589, 0.0], [177.94179834768065, -38.71058535826687, 0.0], [177.9422691983335, -38.710413527465796, 0.0], [177.94271628311012, -38.71022781168424, 0.0], [177.9432678335009, -38.709903654760396, 0.0], [177.94364925104776, -38.709592662529275, 0.0], [177.94398006341316, -38.70920936297237, 0.0], [177.94415827253366, -38.70903801649554, 0.0], [177.94424051497666, -38.70896305720477, 0.0], [177.94441831953625, -38.708895959124476, 0.0], [177.94457655049965, -38.708666493619084, 0.0], [177.94472525829707, -38.708486271593536, 0.0], [177.94484815617983, -38.708328585521905, 0.0], [177.9450044874473, -38.70821474820192, 0.0], [177.94513214151425, -38.70812595087121, 0.0], [177.94528526348424, -38.707833566521735, 0.0], [177.94549918210927, -38.707540986686226, 0.0], [177.94557192937896, -38.70736160191425, 0.0], [177.9456673745231, -38.70720269661818, 0.0], [177.94583090010323, -38.70692892999881, 0.0], [177.94589791780277, -38.706842703006146, 0.0], [177.94592936887057, -38.7066817461673, 0.0], [177.94601940540986, -38.70653259970195, 0.0], [177.94627387722502, -38.70625497601631, 0.0], [177.94645247841274, -38.706023453161365, 0.0], [177.94653382469463, -38.705836555896646, 0.0], [177.94668653050104, -38.70558230653353, 0.0], [177.9469123215687, -38.70532972225341, 0.0], [177.9470139025472, -38.705127671902325, 0.0], [177.94712810155158, -38.70493223361335, 0.0], [177.94743991292606, -38.70460452693287, 0.0], [177.9474967611084, -38.70445916957027, 0.0], [177.94766633732604, -38.70418514399573, 0.0], [177.94782690427655, -38.70395676662393, 0.0], [177.94803342616768, -38.70364543685556, 0.0], [177.94816638840612, -38.70350161527198, 0.0], [177.94844516146281, -38.703091922439526, 0.0], [177.94852101617542, -38.702957670485915, 0.0], [177.94865806964845, -38.702785085606955, 0.0], [177.94880291378288, -38.70268126064278, 0.0], [177.94890220853242, -38.70262225187461, 0.0], [177.94898494555343, -38.70249961981833, 0.0], [177.9491477156278, -38.70225923514248, 0.0], [177.94921472534637, -38.702173006748716, 0.0], [177.94925699096004, -38.70208068092091, 0.0], [177.94935791542187, -38.701957276924674, 0.0], [177.9495723048056, -38.70175996767215, 0.0], [177.94970623466077, -38.70154224796211, 0.0], [177.94988972771233, -38.70129383568178, 0.0], [177.95011877820005, -38.70108875604183, 0.0], [177.95038117261146, -38.70088226087936, 0.0], [177.9505699916325, -38.700666975640786, 0.0], [177.95076019907629, -38.70042780686111, 0.0], [177.9509889159936, -38.70021797490903, 0.0], [177.95115388502595, -38.699965582173675, 0.0], [177.95124653041725, -38.69985444024375, 0.0], [177.951369059247, -38.699603848676055, 0.0], [177.9515951445847, -38.69935600840928, 0.0], [177.95185006351196, -38.69908550181399, 0.0], [177.95215379603687, -38.69872953724554, 0.0], [177.9525264987826, -38.698315847747175, 0.0], [177.9529538346735, -38.697856953621674, 0.0], [177.95324314718985, -38.69755639463317, 0.0], [177.95350092076856, -38.697283381033365, 0.0], [177.95371733090022, -38.697071684271236, 0.0], [177.95398320897542, -38.696784030917335, 0.0], [177.9542775897291, -38.69646895970775, 0.0], [177.9545107036655, -38.69623511025436, 0.0], [177.9546934364415, -38.69602007733777, 0.0], [177.95503033761375, -38.69574846445884, 0.0], [177.9552361666157, -38.69551577265585, 0.0], [177.9554293033231, -38.69531935614969, 0.0], [177.95570148575942, -38.69507907992226, 0.0], [177.9559140302504, -38.69485563142552, 0.0], [177.95613625084664, -38.69468418490381, 0.0], [177.95629220633754, -38.69456558451576, 0.0], [177.95655397510538, -38.69430668944091, 0.0], [177.95689356362223, -38.69403019243605, 0.0], [177.95716261354983, -38.69374477996102, 0.0], [177.95739178413908, -38.69354206425986, 0.0], [177.9576958876971, -38.69323610150636, 0.0], [177.95778842268777, -38.69307969331324, 0.0], [177.9579111030591, -38.69291962139455, 0.0], [177.9581522286051, -38.69271401375824, 0.0], [177.95840162380358, -38.69249614200251, 0.0], [177.95867411457158, -38.692260611000265, 0.0], [177.95893292835106, -38.692047102659124, 0.0], [177.95914749861, -38.69180926797185, 0.0], [177.95939394972402, -38.691636785491845, 0.0], [177.95954284481243, -38.69150418660187, 0.0], [177.95968182440623, -38.69136009697226, 0.0], [177.9600009927684, -38.69109637176559, 0.0], [177.9602612784083, -38.69090423989545, 0.0], [177.9603557784335, -38.69077633540071, 0.0], [177.96048780014107, -38.69066351227889, 0.0], [177.9608158200289, -38.69043990981105, 0.0], [177.96105053827995, -38.69022980413997, 0.0], [177.9614454684018, -38.68996285316054, 0.0], [177.961762979208, -38.689675369628354, 0.0], [177.9618700919015, -38.68955407480188, 0.0], [177.9619842528817, -38.6894467746315, 0.0], [177.9621508302494, -38.689306273191505, 0.0], [177.96240095430093, -38.68914315813485, 0.0], [177.96265058366342, -38.68897291633432, 0.0], [177.9627685263634, -38.68892025032743, 0.0], [177.96303060634202, -38.688754242915195, 0.0], [177.963295360872, -38.68849520659367, 0.0], [177.96343202377665, -38.68831785739118, 0.0], [177.9636356923835, -38.68814242184029, 0.0], [177.96385016675663, -38.687947466761266, 0.0], [177.9641652446672, -38.68780064358568, 0.0], [177.96436686659374, -38.68763958845913, 0.0], [177.96460396525026, -38.68750799470141, 0.0], [177.96499076211134, -38.687255672946314, 0.0], [177.96552217971978, -38.686897132435774, 0.0], [177.96603122473445, -38.686522865049675, 0.0], [177.96655353950015, -38.68616470755393, 0.0], [177.96706889725027, -38.68583781552298, 0.0], [177.96744599254583, -38.685533485778336, 0.0], [177.96777044214173, -38.685302869407316, 0.0], [177.9679202298684, -38.68522740048729, 0.0], [177.96824500585356, -38.685001533795614, 0.0], [177.96848903934895, -38.68483866563681, 0.0], [177.9689883357962, -38.684543421003326, 0.0], [177.9694378208629, -38.68423123684642, 0.0], [177.96985528335193, -38.68393947461759, 0.0], [177.97023581599845, -38.68368502065623, 0.0], [177.97082130087554, -38.683274122692886, 0.0], [177.97120976475685, -38.68300265081067, 0.0], [177.9716528751508, -38.68277411478714, 0.0], [177.9721895988388, -38.6825368223953, 0.0], [177.97252782564254, -38.682417579785486, 0.0], [177.9729038635087, -38.68223001673775, 0.0], [177.9730641128356, -38.68213027131268, 0.0], [177.97341899796507, -38.68190072486739, 0.0], [177.97400890005162, -38.68155394848113, 0.0], [177.97452732150316, -38.68127216008846, 0.0], [177.97501267100526, -38.68103942815682, 0.0], [177.97540434140257, -38.680858337901554, 0.0], [177.97583524021027, -38.68067319077699, 0.0], [177.97614205498886, -38.68049571737375, 0.0], [177.97638859010613, -38.680325579385375, 0.0], [177.97671655290017, -38.68019008587936, 0.0], [177.97721394735683, -38.679999714682396, 0.0], [177.97775316550462, -38.67975514375761, 0.0], [177.9782184965127, -38.679497046483206, 0.0], [177.97892344638043, -38.67918822008356, 0.0], [177.97941097149103, -38.67894346546826, 0.0], [177.97995854438406, -38.678731881806904, 0.0], [177.9805311355782, -38.67844299037474, 0.0], [177.98097280592353, -38.67823830563549, 0.0], [177.9814085190439, -38.67807913945358, 0.0], [177.98175381720725, -38.67793097988134, 0.0], [177.98211542079144, -38.6777987998582, 0.0], [177.9823642430626, -38.677661905766456, 0.0], [177.98255846141745, -38.67757022664999, 0.0], [177.98283080523547, -38.677465680747595, 0.0], [177.98306744578247, -38.67737218888138, 0.0], [177.98320474834838, -38.67729246941844, 0.0], [177.98337406215865, -38.677192323130456, 0.0], [177.98351664818463, -38.67718861473181, 0.0], [177.9838449118477, -38.67705785366021, 0.0], [177.98422639692797, -38.67690575862798, 0.0], [177.98455350169945, -38.676758368259094, 0.0], [177.98485834550684, -38.676640517085346, 0.0], [177.9850912894334, -38.676537649528555, 0.0], [177.98546130877318, -38.676395570126594, 0.0], [177.98565612346616, -38.67635627348111, 0.0], [177.98591132419108, -38.67622386427362, 0.0], [177.98614294339635, -38.67610199202352, 0.0], [177.9863104852702, -38.67606385993125, 0.0], [177.98655857583455, -38.67596034213303, 0.0], [177.98679234099365, -38.67586934819805, 0.0], [177.98701817171766, -38.67579536982788, 0.0], [177.98733600936478, -38.675645985589256, 0.0], [177.98760817271437, -38.675539054098394, 0.0], [177.98803151149693, -38.67542089366817, 0.0], [177.9883000917137, -38.67534984988517, 0.0], [177.98859125948906, -38.675254015582865, 0.0], [177.98897222769583, -38.67509478026849, 0.0], [177.98957411581299, -38.67487844737474, 0.0], [177.9901773227097, -38.67468111426651, 0.0], [177.99083170670883, -38.67447682396952, 0.0], [177.99134896515957, -38.67435463382313, 0.0], [177.99196086830125, -38.67419503804026, 0.0], [177.99285918739687, -38.67395885689248, 0.0], [177.99341924141953, -38.67379670772209, 0.0], [177.99389070798046, -38.67367170159692, 0.0], [177.99432091058304, -38.67356513688718, 0.0], [177.99495698772728, -38.67344737394114, 0.0], [177.99550144906746, -38.673366884122444, 0.0], [177.99573211197048, -38.67331888865692, 0.0], [177.99616803798853, -38.67320730731981, 0.0], [177.99663090139353, -38.67308980587782, 0.0], [177.99709497199356, -38.67294604452288, 0.0], [177.99759237035488, -38.672800853691086, 0.0], [177.99799358577496, -38.67271457651073, 0.0], [177.99828351913177, -38.672644977672995, 0.0], [177.99865343932493, -38.67254574463769, 0.0], [177.9990586753289, -38.67247358595296, 0.0], [177.99933047538283, -38.67236187839132, 0.0], [177.99956757146933, -38.672275481394514, 0.0], [177.99984317961088, -38.67221840460937, 0.0], [178.00016312505696, -38.67209986700766, 0.0], [178.00044616512244, -38.67201864632281, 0.0], [178.00079927207565, -38.671896303257505, 0.0], [178.0013630285274, -38.67170060424558, 0.0], [178.0016356500751, -38.67160076819122, 0.0], [178.00195878497766, -38.67148447142363, 0.0], [178.00227872313764, -38.67136592845107, 0.0], [178.00255283347178, -38.67128746801956, 0.0], [178.00282495434593, -38.671180503526344, 0.0], [178.00298861490666, -38.671130602261236, 0.0], [178.00317381588653, -38.67108454180766, 0.0], [178.00345282345353, -38.67098919251819, 0.0], [178.00360992603495, -38.67093242446522, 0.0], [178.0039005084434, -38.670872313609955, 0.0], [178.0041316533677, -38.67083142825265, 0.0], [178.00449731824776, -38.670758565822844, 0.0], [178.004767353142, -38.67070886380491, 0.0], [178.00496583164065, -38.67067890770921, 0.0], [178.00512139454182, -38.67064364524158, 0.0], [178.00518523262468, -38.67060040580408, 0.0], [178.00543434379512, -38.670599247779066, 0.0], [178.00596627080017, -38.670557365629236, 0.0], [178.00637463670077, -38.670530312949374, 0.0], [178.0068208529885, -38.670523075986274, 0.0], [178.00730155837962, -38.670531033777905, 0.0], [178.00760454233955, -38.670518029293696, 0.0], [178.0079426791863, -38.6705297213673, 0.0], [178.00818419307294, -38.67055032507153, 0.0], [178.00864302565273, -38.67054968667542, 0.0], [178.00894866397465, -38.670574682966176, 0.0], [178.00938342366106, -38.67057745757381, 0.0], [178.0096362273574, -38.67058566152748, 0.0], [178.00988583525805, -38.67059161977392, 0.0], [178.01006085916194, -38.67061745715443, 0.0], [178.0107433587045, -38.67064294092521, 0.0], [178.0109899368112, -38.67064902691512, 0.0], [178.01126224760168, -38.670675448548984, 0.0], [178.0115589631682, -38.67070320357766, 0.0], [178.01196861266314, -38.67073801815507, 0.0], [178.0123247628029, -38.67074654115338, 0.0], [178.01275715670468, -38.67075893426507, 0.0], [178.01287395066035, -38.67077773977399, 0.0], [178.01313131965014, -38.67076429843279, 0.0], [178.01345887261772, -38.670754987674165, 0.0], [178.01377879062088, -38.67081032854014, 0.0], [178.01418458061147, -38.670833389179116, 0.0], [178.0144666861416, -38.67082602886447, 0.0], [178.01487920033787, -38.67085832758555, 0.0], [178.01511096177055, -38.67086980645064, 0.0], [178.0153921971918, -38.67089345228967, 0.0], [178.01556992044698, -38.670914400468995, 0.0], [178.0158343453714, -38.670914944087166, 0.0], [178.01613006541925, -38.670928435839194, 0.0], [178.01633538955838, -38.670952960867545, 0.0], [178.01654564862085, -38.670917713727185, 0.0], [178.01672320589228, -38.67093628488148, 0.0], [178.01692197192313, -38.670953943721315, 0.0], [178.01704329247175, -38.67099399178887, 0.0], [178.01718009463738, -38.67103813870201, 0.0], [178.01734922767147, -38.671066600706254, 0.0], [178.01746938509322, -38.671090021656674, 0.0], [178.01768206153758, -38.67117617003008, 0.0], [178.01782272534138, -38.671232061993294, 0.0], [178.0179848019464, -38.67124653225892, 0.0], [178.0181921221872, -38.67129955669496, 0.0], [178.01837080694068, -38.67137763635711, 0.0], [178.01855588422708, -38.67146020550935, 0.0], [178.01873676826216, -38.671526278069095, 0.0], [178.01895670787547, -38.67158590537741, 0.0], [178.01911368642877, -38.67165777052747, 0.0], [178.01937048355788, -38.67172295848001, 0.0], [178.01971880483202, -38.67183662022783, 0.0], [178.02004625084484, -38.671955943935245, 0.0], [178.0202599666401, -38.672013454143084, 0.0], [178.02036403714322, -38.67215430094754, 0.0], [178.02046570746796, -38.67234766331448, 0.0], [178.02051790261487, -38.67252886044818, 0.0], [178.02055588826832, -38.67259393240394, 0.0]], "type": "LineString"}, "id": "4321", "properties": {"CPS": 3, "Date": "2018-02-16", "Digitiser": "ER", "Georef_ER": 0.0, "ID": 4321.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.3, "Proxy": 1, "Region": "Gisborne", "SHLength": 8.80903548497, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 1.015332457867865, "USDate": "02/16/2018"}, "type": "Feature"}, {"bbox": [177.95050462579724, -38.70097104515348, 177.98746129759425, -38.675667487033756], "geometry": {"coordinates": [[177.95050462579724, -38.70097104515348, 0.0], [177.95062348266063, -38.7007992304111, 0.0], [177.9507221044869, -38.70064256898356, 0.0], [177.95085072150465, -38.70043603275214, 0.0], [177.95094181427137, -38.700346398837006, 0.0], [177.95099645464015, -38.70030119586305, 0.0], [177.951091235185, -38.70022093504243, 0.0], [177.95115152131388, -38.700125461275896, 0.0], [177.95125251571486, -38.69995916900454, 0.0], [177.95133844146693, -38.699838782501544, 0.0], [177.95142814359028, -38.69977303158836, 0.0], [177.95153398742454, -38.6997208900029, 0.0], [177.95159386857244, -38.699663552137274, 0.0], [177.9516303956544, -38.69957623400373, 0.0], [177.95169100900026, -38.699485510957814, 0.0], [177.9517983169005, -38.6993665988913, 0.0], [177.95189424485199, -38.699302965777214, 0.0], [177.95196239821556, -38.69923336440094, 0.0], [177.9520665097831, -38.699112205364976, 0.0], [177.95212646533724, -38.69901198030908, 0.0], [177.95225416976086, -38.69888028977592, 0.0], [177.95235975839998, -38.698780509676055, 0.0], [177.95237301929023, -38.69870847371492, 0.0], [177.95244133588199, -38.698641247581186, 0.0], [177.95250154390206, -38.698588660267795, 0.0], [177.95260663908377, -38.698481753615525, 0.0], [177.9527333563018, -38.69833580991916, 0.0], [177.95285327142176, -38.69817943397101, 0.0], [177.95291404639465, -38.69809108591286, 0.0], [177.95295204940274, -38.69802514662833, 0.0], [177.95303584955994, -38.69796202758724, 0.0], [177.95313046056972, -38.69787938998434, 0.0], [177.9532408845675, -38.69780561056433, 0.0], [177.95331697920776, -38.697718994219834, 0.0], [177.9534318972985, -38.69757831571844, 0.0], [177.95348914709524, -38.69748296978758, 0.0], [177.95357146781905, -38.697398471328526, 0.0], [177.95363707939157, -38.69733612427511, 0.0], [177.95373046458798, -38.69727974501242, 0.0], [177.95383564595414, -38.69721809985463, 0.0], [177.95395015938132, -38.697115556957364, 0.0], [177.95402796949548, -38.69700980788004, 0.0], [177.9541501716859, -38.69684261263014, 0.0], [177.95429511521755, -38.69671852636205, 0.0], [177.9543724315844, -38.696605650752566, 0.0], [177.9544274696683, -38.696522310491474, 0.0], [177.95456369226937, -38.696425992265766, 0.0], [177.9546288092508, -38.696356518405736, 0.0], [177.9546653312674, -38.69626919964481, 0.0], [177.95473945115873, -38.696154077153324, 0.0], [177.95482898131976, -38.696085948652886, 0.0], [177.9549177802916, -38.69605120516822, 0.0], [177.95510544039038, -38.69590743524273, 0.0], [177.9551959387737, -38.69576541001562, 0.0], [177.95525417076084, -38.695684316151365, 0.0], [177.95534459499217, -38.695585177708125, 0.0], [177.9554715568832, -38.695486869452786, 0.0], [177.95556149630235, -38.6954246791088, 0.0], [177.95565732477823, -38.69531578113388, 0.0], [177.95576560608745, -38.695211118897774, 0.0], [177.95585537175373, -38.6951024783451, 0.0], [177.95597479095537, -38.6949830481579, 0.0], [177.95611460584837, -38.694850839158555, 0.0], [177.95627277114494, -38.69472023275389, 0.0], [177.95645206216878, -38.69454346236543, 0.0], [177.95656353661113, -38.694441046188345, 0.0], [177.95667787747308, -38.694336125683016, 0.0], [177.956822364391, -38.69422754165256, 0.0], [177.95698929153022, -38.69409179715524, 0.0], [177.95709664870304, -38.69397383142917, 0.0], [177.95722647205335, -38.69387301734119, 0.0], [177.95728126798448, -38.69383018741819, 0.0], [177.95739936783724, -38.693691752502545, 0.0], [177.95753024888543, -38.69356230400489, 0.0], [177.9576372099218, -38.693438636822364, 0.0], [177.9577464718278, -38.693348225755976, 0.0], [177.95779053021616, -38.69328202767759, 0.0], [177.95786694355218, -38.69320015988232, 0.0], [177.95793623619556, -38.69314718382282, 0.0], [177.9581017715635, -38.693035321258655, 0.0], [177.95815123393638, -38.69295936365402, 0.0], [177.95823100631222, -38.692882117718646, 0.0], [177.95839694134443, -38.69273211892481, 0.0], [177.95856755064676, -38.692605745494184, 0.0], [177.95871038722484, -38.69247340512727, 0.0], [177.95879253184663, -38.692386528279734, 0.0], [177.9589379980892, -38.69229219470437, 0.0], [177.9590149845251, -38.69221864033731, 0.0], [177.95910286162066, -38.69212675473564, 0.0], [177.9592060577592, -38.69203660024566, 0.0], [177.9593245728852, -38.691948176829925, 0.0], [177.9594363681116, -38.69185050928602, 0.0], [177.95951244924802, -38.691763889750256, 0.0], [177.9596376831562, -38.691684710089326, 0.0], [177.95972367887003, -38.69160958102648, 0.0], [177.95978624898848, -38.691547360040325, 0.0], [177.9598838748572, -38.69146458909883, 0.0], [177.9599914865861, -38.691350421941884, 0.0], [177.96007698822064, -38.691268166362015, 0.0], [177.96025381737198, -38.69114390855127, 0.0], [177.9603411982651, -38.69104489589476, 0.0], [177.9604339121189, -38.69097901037344, 0.0], [177.9605511766478, -38.690850614193764, 0.0], [177.9606518316072, -38.69076771383713, 0.0], [177.96075347307823, -38.690699066003056, 0.0], [177.96088157017158, -38.6906173808856, 0.0], [177.96103480699693, -38.69050365495538, 0.0], [177.96121875160145, -38.69035050403599, 0.0], [177.9614807462311, -38.69013923747401, 0.0], [177.96160252096564, -38.690010171990544, 0.0], [177.96173062018252, -38.68988464926535, 0.0], [177.9618479772118, -38.689779595698674, 0.0], [177.96201488455898, -38.68964384524645, 0.0], [177.96219645202743, -38.6895003236856, 0.0], [177.9623622065454, -38.68934794482595, 0.0], [177.9625051942468, -38.68921797607764, 0.0], [177.96265621722503, -38.68911625442947, 0.0], [177.96284884874373, -38.6890008503194, 0.0], [177.96302902730505, -38.688881210861794, 0.0], [177.96324068677913, -38.688711392040695, 0.0], [177.9633482891442, -38.68859722237511, 0.0], [177.9634631045134, -38.68849942268609, 0.0], [177.96363811096802, -38.68834903088328, 0.0], [177.96378053173683, -38.68825482114046, 0.0], [177.96393425252512, -38.68814821827104, 0.0], [177.96412694813463, -38.687989925786596, 0.0], [177.96440285880539, -38.68780426748119, 0.0], [177.96459522331622, -38.687641223505395, 0.0], [177.96475885667326, -38.687546109858836, 0.0], [177.96488980963204, -38.68746191657398, 0.0], [177.96505736411888, -38.68733566413956, 0.0], [177.96525621291116, -38.687222374028906, 0.0], [177.9653875432287, -38.687143643719146, 0.0], [177.96555443769645, -38.6870078890049, 0.0], [177.96572485605245, -38.686879131330194, 0.0], [177.96596422502606, -38.686692642545836, 0.0], [177.96620187894987, -38.6865252856851, 0.0], [177.9663823747879, -38.686410392617475, 0.0], [177.96661429464172, -38.68624804391277, 0.0], [177.96685645790814, -38.68610193558975, 0.0], [177.96707882197882, -38.68595524035392, 0.0], [177.96732490420794, -38.68577799275285, 0.0], [177.9674958103568, -38.6856563591048, 0.0], [177.9676813752341, -38.68552695373278, 0.0], [177.96787079339109, -38.685409296091386, 0.0], [177.96805520426392, -38.68526326234729, 0.0], [177.96832216674798, -38.6850803586714, 0.0], [177.9686127141217, -38.68488692021629, 0.0], [177.9687908299666, -38.684781654627166, 0.0], [177.96901904956096, -38.68460992927568, 0.0], [177.96915494964202, -38.68453147673392, 0.0], [177.9694183159144, -38.68438446014161, 0.0], [177.96962558222478, -38.68426127462471, 0.0], [177.9698519205629, -38.68410630479469, 0.0], [177.97003527009667, -38.68398890231561, 0.0], [177.9702764300633, -38.68382853540489, 0.0], [177.97038460758884, -38.68376674833935, 0.0], [177.97071305845134, -38.68355024816003, 0.0], [177.97094930753278, -38.68340676609707, 0.0], [177.97114698235134, -38.68327683943016, 0.0], [177.97130101073455, -38.68317497900705, 0.0], [177.97136260844806, -38.68312089382053, 0.0], [177.97147094868888, -38.68306148127088, 0.0], [177.9716035329975, -38.68300103542648, 0.0], [177.9717669812448, -38.68290353780598, 0.0], [177.97194436371498, -38.68283165269607, 0.0], [177.9721325495878, -38.68274024752648, 0.0], [177.97227307069696, -38.68266278574196, 0.0], [177.97247387210072, -38.68257798958823, 0.0], [177.9726580372508, -38.682472460469256, 0.0], [177.9728130505008, -38.68238485064929, 0.0], [177.97295258125934, -38.68229313578458, 0.0], [177.97316540165755, -38.68216256020097, 0.0], [177.97331820720862, -38.68208695593401, 0.0], [177.97346682815592, -38.681994852953274, 0.0], [177.97370978659103, -38.681860609137054, 0.0], [177.97388154715713, -38.68177347514339, 0.0], [177.9740585947856, -38.681696836353254, 0.0], [177.9742751011516, -38.68157563132404, 0.0], [177.9744095565988, -38.6814984256883, 0.0], [177.9745945402563, -38.68140477079979, 0.0], [177.97479082086198, -38.68129872180567, 0.0], [177.97496434119108, -38.68121508484949, 0.0], [177.97511918384978, -38.68112509693018, 0.0], [177.97531915281854, -38.68102841944424, 0.0], [177.97556243405157, -38.68089892296237, 0.0], [177.9757442192214, -38.6808030203087, 0.0], [177.97594165066363, -38.68071359726352, 0.0], [177.97608604940282, -38.68062643598641, 0.0], [177.97622336649354, -38.68054672385463, 0.0], [177.97642349714778, -38.68045242005224, 0.0], [177.97656246270023, -38.68039646136355, 0.0], [177.9767216512463, -38.68032534531754, 0.0], [177.97685201989947, -38.680276900278045, 0.0], [177.97697820344845, -38.68021195673988, 0.0], [177.9771781671402, -38.680115276387184, 0.0], [177.9772712633066, -38.68005531778909, 0.0], [177.97739843572526, -38.68000462610621, 0.0], [177.9775069308534, -38.679947583941384, 0.0], [177.97762517672706, -38.67989965529558, 0.0], [177.97774915326252, -38.67984671718623, 0.0], [177.9778807360713, -38.67977201266776, 0.0], [177.97804196236643, -38.67968651343812, 0.0], [177.9781764099471, -38.67960930394144, 0.0], [177.97832953427388, -38.67953844453656, 0.0], [177.97847235162894, -38.679494231329755, 0.0], [177.97858756568368, -38.67944643111571, 0.0], [177.97873291805828, -38.67939496217279, 0.0], [177.9789335368538, -38.67930778059214, 0.0], [177.97915487250103, -38.679212567234615, 0.0], [177.97933510290753, -38.67913816722859, 0.0], [177.9794843695933, -38.67905555893592, 0.0], [177.97973771708288, -38.678939918829165, 0.0], [177.97991376066204, -38.67884901978308, 0.0], [177.98005878068471, -38.678792798589846, 0.0], [177.98018479344492, -38.678725476565404, 0.0], [177.98034077897324, -38.678652110037994, 0.0], [177.98047621219112, -38.678589150368275, 0.0], [177.980686854777, -38.67849319948032, 0.0], [177.98087518218665, -38.678404156999534, 0.0], [177.9810278058409, -38.678326168291825, 0.0], [177.98119558058443, -38.67824753247518, 0.0], [177.98130037925225, -38.67818111507452, 0.0], [177.98141845430897, -38.67813080756625, 0.0], [177.98158132307478, -38.67806905757163, 0.0], [177.9818449097322, -38.67796965266976, 0.0], [177.9820815533803, -38.67787616261635, 0.0], [177.98225031635255, -38.677811777584296, 0.0], [177.98250734519033, -38.67770550405003, 0.0], [177.98264007448043, -38.67764742223842, 0.0], [177.98277362908507, -38.67760121708037, 0.0], [177.98286696470012, -38.67754481755702, 0.0], [177.98297054670402, -38.677504657180975, 0.0], [177.98306635878643, -38.67748388787557, 0.0], [177.9831455335038, -38.67744238745701, 0.0], [177.9832554358515, -38.677383850550406, 0.0], [177.98337080807832, -38.677338421386004, 0.0], [177.9834802848072, -38.677295626358244, 0.0], [177.9836739473924, -38.67723970531105, 0.0], [177.98386325828034, -38.677164910578746, 0.0], [177.9840291526825, -38.67710302798726, 0.0], [177.98418595611142, -38.67704153355946, 0.0], [177.9843325125039, -38.67696379986086, 0.0], [177.9845033102805, -38.67688503025563, 0.0], [177.98465388718768, -38.67682141883881, 0.0], [177.98480562000597, -38.676774434702686, 0.0], [177.98495349652552, -38.67671570310805, 0.0], [177.98515558605197, -38.67664988993487, 0.0], [177.9853413678775, -38.67656809643627, 0.0], [177.98553067502743, -38.676493299221036, 0.0], [177.98568527146597, -38.67644380917943, 0.0], [177.98592223482905, -38.67635506266778, 0.0], [177.98609032946123, -38.67628117113903, 0.0], [177.986192420673, -38.67621963001433, 0.0], [177.9863566021689, -38.67617687665747, 0.0], [177.98647180500836, -38.676129069328766, 0.0], [177.9865460723119, -38.67610445327272, 0.0], [177.98669763692197, -38.676055091505894, 0.0], [177.98682936797857, -38.675982753271455, 0.0], [177.98694726984277, -38.67593006529943, 0.0], [177.98706148040537, -38.67586800537758, 0.0], [177.98717348682317, -38.67581795160555, 0.0], [177.9872723252605, -38.67579704953179, 0.0], [177.9873917137091, -38.67576573923193, 0.0], [177.98746129759425, -38.675717498756434, 0.0], [177.98746085745262, -38.675667487033756, 0.0]], "type": "LineString"}, "id": "4326", "properties": {"CPS": 3, "Date": "2022-02-16", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4326.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 4.35913640139, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 0.99040395798886, "USDate": "02/16/2022"}, "type": "Feature"}, {"bbox": [177.9876114844016, -38.67557351181874, 177.99209943266013, -38.67421713880931], "geometry": {"coordinates": [[177.9876114844016, -38.67556098643709, 0.0], [177.987764313662, -38.67557351181874, 0.0], [177.9879081078782, -38.67554353997489, 0.0], [177.98802463069654, -38.67551473396434, 0.0], [177.98815713046977, -38.675497156747554, 0.0], [177.98826759281343, -38.67546860962288, 0.0], [177.98839810903502, -38.67542252807518, 0.0], [177.98857407705177, -38.675374502860215, 0.0], [177.98878221916775, -38.67530842471696, 0.0], [177.98887301249175, -38.675259276464224, 0.0], [177.9889717942418, -38.675215742542676, 0.0], [177.9890521198416, -38.675190865847306, 0.0], [177.98914120513228, -38.675160849677894, 0.0], [177.98929899120097, -38.67511360094031, 0.0], [177.98944399532797, -38.675057369027364, 0.0], [177.98952432055654, -38.67503249202849, 0.0], [177.989634616197, -38.67500156835477, 0.0], [177.98976816066107, -38.67495535578833, 0.0], [177.9899224196934, -38.67490110986069, 0.0], [177.99013882260078, -38.674822763989916, 0.0], [177.99029258500354, -38.674761391611874, 0.0], [177.99040624061118, -38.6747350883076, 0.0], [177.99052529492346, -38.674699024336896, 0.0], [177.99063575488094, -38.67467047510757, 0.0], [177.99082989977097, -38.674621668976634, 0.0], [177.99100503703318, -38.67456176367369, 0.0], [177.99120138455757, -38.674500950683374, 0.0], [177.99131250536692, -38.67448190216419, 0.0], [177.9914105135348, -38.674449120135975, 0.0], [177.99148174703836, -38.67442463079609, 0.0], [177.99158124346232, -38.674413226583475, 0.0], [177.9917334619732, -38.67437336002992, 0.0], [177.9918738907853, -38.67433876254983, 0.0], [177.99194259009843, -38.6743215285765, 0.0], [177.9920246203868, -38.67427751770096, 0.0], [177.99209943266013, -38.67421713880931, 0.0]], "type": "LineString"}, "id": "4327", "properties": {"CPS": 3, "Date": "2022-02-16", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4327.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.422888481922, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 0.99040395798886, "USDate": "02/16/2022"}, "type": "Feature"}, {"bbox": [177.99217992125418, -38.67419549625615, 178.00554594522978, -38.67058341811133], "geometry": {"coordinates": [[177.99217992125418, -38.67419463542573, 0.0], [177.99227115400396, -38.67419549625615, 0.0], [177.9923410108927, -38.67419488933773, 0.0], [177.99242419861739, -38.6741675054789, 0.0], [177.9924567022675, -38.67415420252876, 0.0], [177.99253851393865, -38.674150701503564, 0.0], [177.992616964708, -38.674142579444336, 0.0], [177.99271260331693, -38.67411942735476, 0.0], [177.9928203620885, -38.67409575648808, 0.0], [177.9930113080956, -38.674044701272116, 0.0], [177.9931522317854, -38.67401722829947, 0.0], [177.9933075280609, -38.67397794271285, 0.0], [177.99346007534527, -38.673942824667776, 0.0], [177.9935781338432, -38.673892505838296, 0.0], [177.99369751574352, -38.6738611894605, 0.0], [177.99387802067014, -38.67381296216622, 0.0], [177.99400852969168, -38.67376687476206, 0.0], [177.99415248236886, -38.673739270934114, 0.0], [177.99425318710135, -38.67370160631874, 0.0], [177.99442947706171, -38.67365832342326, 0.0], [177.99460912776408, -38.67361966118778, 0.0], [177.99470713298226, -38.67358687656047, 0.0], [177.9948071238896, -38.67358259565051, 0.0], [177.99490832446082, -38.67355205645326, 0.0], [177.9950371261288, -38.67352510022309, 0.0], [177.99519771735663, -38.673518224336895, 0.0], [177.99529434707546, -38.673509322123365, 0.0], [177.99551424004005, -38.67345940581926, 0.0], [177.99564304124402, -38.673432448944766, 0.0], [177.99579459283325, -38.67338307611521, 0.0], [177.99593534829512, -38.673353224617266, 0.0], [177.99607290808945, -38.67332112740312, 0.0], [177.99624919573765, -38.67327784188605, 0.0], [177.99639215309023, -38.673235983545915, 0.0], [177.99654838903322, -38.673210233132444, 0.0], [177.99665278373018, -38.67318193804204, 0.0], [177.9968238884978, -38.67310790245223, 0.0], [177.9969333496089, -38.67306509572094, 0.0], [177.99705118831193, -38.673055283645986, 0.0], [177.99713200482168, -38.67303752764271, 0.0], [177.99725507561604, -38.67301557925876, 0.0], [177.99736124139932, -38.672969101447194, 0.0], [177.99743819989783, -38.67293959849816, 0.0], [177.99754931602135, -38.67292054429487, 0.0], [177.99768285065008, -38.67287432323834, 0.0], [177.99783759496233, -38.67282719342628, 0.0], [177.99795796628845, -38.672810124749795, 0.0], [177.99806522411728, -38.67277932335762, 0.0], [177.99820008281046, -38.67275210418176, 0.0], [177.99827753745495, -38.67272972662783, 0.0], [177.9983487665043, -38.672705233352296, 0.0], [177.9984196643084, -38.67267598942958, 0.0], [177.9985269216975, -38.67264518763825, 0.0], [177.99861936034677, -38.67261978546988, 0.0], [177.9987358730559, -38.672590969333925, 0.0], [177.9988732641958, -38.67255649368762, 0.0], [177.99899635000634, -38.672534781082646, 0.0], [177.99911759736477, -38.672486702512145, 0.0], [177.9992458982003, -38.67245261595389, 0.0], [177.99934472745676, -38.67243170416787, 0.0], [177.9994735249497, -38.67240474327192, 0.0], [177.99959879547654, -38.672370786188836, 0.0], [177.99975237772955, -38.672307026893336, 0.0], [177.99986216689962, -38.672268968200015, 0.0], [177.9999695885773, -38.67224054045834, 0.0], [178.00006775467705, -38.67221012690076, 0.0], [178.00019269321783, -38.67217141862473, 0.0], [178.0003300826855, -38.67213694135813, 0.0], [178.00045165967174, -38.6720936120937, 0.0], [178.0005654959966, -38.67204823209312, 0.0], [178.0007025536711, -38.672009003823106, 0.0], [178.00081283881212, -38.671978070181616, 0.0], [178.00094284227836, -38.671924849631544, 0.0], [178.00102150247255, -38.671876212248776, 0.0], [178.00109256390255, -38.671849342117426, 0.0], [178.00122741934894, -38.67182211962565, 0.0], [178.00130454047988, -38.67179498959903, 0.0], [178.00139444398565, -38.67177684113214, 0.0], [178.00152207945462, -38.67173325104924, 0.0], [178.00162850534576, -38.67169057011917, 0.0], [178.00173509680195, -38.67165026439184, 0.0], [178.0018330955041, -38.671617474156264, 0.0], [178.0019785784207, -38.671568353612216, 0.0], [178.00217777086291, -38.6715050180631, 0.0], [178.0022899243453, -38.67145732617436, 0.0], [178.002388253928, -38.67142928608456, 0.0], [178.00248911615563, -38.67139399013074, 0.0], [178.00261911715765, -38.6713407678594, 0.0], [178.0027137536105, -38.67130335628152, 0.0], [178.00277065867334, -38.6712913865539, 0.0], [178.00284761282362, -38.671261880292775, 0.0], [178.0029456104016, -38.671229089188806, 0.0], [178.00301584166786, -38.67119034153578, 0.0], [178.0030912573846, -38.67118234264311, 0.0], [178.00315322758084, -38.67115586115025, 0.0], [178.00321922208835, -38.671143501409986, 0.0], [178.0032613089868, -38.67113693171283, 0.0], [178.00332630895628, -38.67111032019659, 0.0], [178.0033967056331, -38.671073947620876, 0.0], [178.0035160775741, -38.67104262176535, 0.0], [178.00363578091645, -38.6710160463645, 0.0], [178.00372838103132, -38.67099301568131, 0.0], [178.0038652688428, -38.67095140864948, 0.0], [178.0039462465969, -38.67093602346724, 0.0], [178.00405366429905, -38.67090759219482, 0.0], [178.00412775333686, -38.67088059039032, 0.0], [178.00421748898881, -38.67086006458278, 0.0], [178.0043587323268, -38.670837329306195, 0.0], [178.0044513319215, -38.67081429807847, 0.0], [178.0045501569658, -38.67079338212228, 0.0], [178.00463889761122, -38.67075860431504, 0.0], [178.00472004071992, -38.67074559390127, 0.0], [178.00477644752246, -38.67072649740108, 0.0], [178.00486012302704, -38.67070623107505, 0.0], [178.00493823616205, -38.67069335049388, 0.0], [178.00500742549315, -38.67068323508856, 0.0], [178.00507424816104, -38.670682750747076, 0.0], [178.0051687164731, -38.670642962034854, 0.0], [178.00525658226567, -38.670639192408, 0.0], [178.00534053334997, -38.670644643761534, 0.0], [178.00541258659027, -38.670632022852956, 0.0], [178.00548094667786, -38.6706100307813, 0.0], [178.00554594522978, -38.67058341811133, 0.0]], "type": "LineString"}, "id": "4328", "properties": {"CPS": 3, "Date": "2022-02-16", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4328.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 1.24211992842, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 0.99040395798886, "USDate": "02/16/2022"}, "type": "Feature"}, {"bbox": [178.0056668076049, -38.67060930816328, 178.00846473563618, -38.67057250379439], "geometry": {"coordinates": [[178.0056668076049, -38.67057346766886, 0.0], [178.0057479052624, -38.67060334156237, 0.0], [178.0058690992804, -38.67059814146417, 0.0], [178.00599751380668, -38.67060930816328, 0.0], [178.00613402287286, -38.67060583302846, 0.0], [178.00627306422606, -38.670595101893, 0.0], [178.00640401106568, -38.670599012299185, 0.0], [178.00655230772242, -38.670590266054795, 0.0], [178.0066331184401, -38.67057250379439, 0.0], [178.00675177997456, -38.670574558631074, 0.0], [178.00690057408264, -38.670572937770054, 0.0], [178.0070806618173, -38.67058426800672, 0.0], [178.00731159340415, -38.67058388618107, 0.0], [178.00755414664798, -38.67057585789453, 0.0], [178.00771858750508, -38.67058071156206, 0.0], [178.0078101462952, -38.670586311050876, 0.0], [178.00794547187627, -38.670587649367434, 0.0], [178.00808164875198, -38.670579421419355, 0.0], [178.00820064199343, -38.670586225313336, 0.0], [178.0083714743211, -38.67059556846174, 0.0], [178.00843190516886, -38.670590591801606, 0.0], [178.00846473563618, -38.670582035219574, 0.0]], "type": "LineString"}, "id": "4329", "properties": {"CPS": 3, "Date": "2022-02-16", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4329.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.245564446644, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 0.99040395798886, "USDate": "02/16/2022"}, "type": "Feature"}, {"bbox": [178.00874563761394, -38.67064814652189, 178.00975481895202, -38.67060094680436], "geometry": {"coordinates": [[178.00874563761394, -38.67060094680436, 0.0], [178.00890148670936, -38.670613314825985, 0.0], [178.00905970192954, -38.670616051486554, 0.0], [178.00922078103275, -38.67061628257553, 0.0], [178.00936467678042, -38.67063154559696, 0.0], [178.00947105290024, -38.67063174276392, 0.0], [178.009593241995, -38.67064079038607, 0.0], [178.00975481895202, -38.67064814652189, 0.0]], "type": "LineString"}, "id": "4330", "properties": {"CPS": 3, "Date": "2022-02-16", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4330.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.0882543746258, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 0.99040395798886, "USDate": "02/16/2022"}, "type": "Feature"}, {"bbox": [178.00990635311837, -38.67068765953147, 178.01094276069338, -38.67059875635097], "geometry": {"coordinates": [[178.00990635311837, -38.67059875635097, 0.0], [178.0099930140194, -38.67062124116286, 0.0], [178.01012798631362, -38.670639268823386, 0.0], [178.01025067335536, -38.6706554415331, 0.0], [178.0103844838888, -38.67065684206153, 0.0], [178.01052754988814, -38.670660227321704, 0.0], [178.01064318141817, -38.67066240829953, 0.0], [178.01072901261395, -38.67067301624507, 0.0], [178.01084833796014, -38.67068456792373, 0.0], [178.01094276069338, -38.67068765953147, 0.0]], "type": "LineString"}, "id": "4331", "properties": {"CPS": 3, "Date": "2022-02-16", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4331.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.0912812373424, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 0.99040395798886, "USDate": "02/16/2022"}, "type": "Feature"}, {"bbox": [178.01098351831834, -38.67083390698911, 178.0132378151589, -38.67066208503918], "geometry": {"coordinates": [[178.01098351831834, -38.67066208503918, 0.0], [178.01110047784397, -38.67068326762748, 0.0], [178.0112166073892, -38.67069257380547, 0.0], [178.01134838413282, -38.67070835490679, 0.0], [178.01145625431485, -38.67072992756387, 0.0], [178.01159778472208, -38.67075481895255, 0.0], [178.01172873149486, -38.67075872333037, 0.0], [178.01188375086866, -38.670759211024986, 0.0], [178.01199988055518, -38.67076851640648, 0.0], [178.01213435526898, -38.670779415924905, 0.0], [178.01226932813555, -38.67079744104648, 0.0], [178.01240093913017, -38.670810845674346, 0.0], [178.01257529986322, -38.67082717816592, 0.0], [178.01272122978494, -38.67082805526976, 0.0], [178.0128804617864, -38.670823595849875, 0.0], [178.01299912322514, -38.67082564427884, 0.0], [178.01313949165478, -38.67083390698911, 0.0], [178.0132378151589, -38.6708058580749, 0.0]], "type": "LineString"}, "id": "4332", "properties": {"CPS": 3, "Date": "2022-02-16", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4332.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.198721123058, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 0.99040395798886, "USDate": "02/16/2022"}, "type": "Feature"}, {"bbox": [178.0133260122189, -38.670994362107486, 178.0165131759681, -38.67080683287276], "geometry": {"coordinates": [[178.0133260122189, -38.67080683287276, 0.0], [178.01343504552077, -38.67084503039373, 0.0], [178.01360081519178, -38.67086887767713, 0.0], [178.01376442574235, -38.67086184648963, 0.0], [178.0138803895409, -38.67086877471963, 0.0], [178.01408471654673, -38.67087905229643, 0.0], [178.0142126335558, -38.67088308407358, 0.0], [178.01432573367217, -38.67089251732205, 0.0], [178.01450785526146, -38.67088945423782, 0.0], [178.01462971261887, -38.6708937460109, 0.0], [178.01476468601822, -38.67091176818263, 0.0], [178.01487392572471, -38.670909454904105, 0.0], [178.0149929194092, -38.670916251775296, 0.0], [178.0151331218482, -38.670922136810894, 0.0], [178.01530461935724, -38.67094097064236, 0.0], [178.01546709687764, -38.67093946524401, 0.0], [178.0155897850362, -38.670955632211346, 0.0], [178.01576634535667, -38.67095995338823, 0.0], [178.01592505908636, -38.670969806371225, 0.0], [178.01604471752958, -38.6709861031142, 0.0], [178.01618508622818, -38.670994362107486, 0.0], [178.01634280295823, -38.67098996307771, 0.0], [178.01646636074457, -38.67097512072462, 0.0], [178.0165131759681, -38.67094928385904, 0.0]], "type": "LineString"}, "id": "4333", "properties": {"CPS": 3, "Date": "2022-02-16", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4333.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.28102151924, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 0.99040395798886, "USDate": "02/16/2022"}, "type": "Feature"}, {"bbox": [177.9409650671706, -38.71043641535984, 177.95050462579724, -38.70097104515348], "geometry": {"coordinates": [[177.9409650671706, -38.71043641535984, 0.0], [177.94110420350654, -38.71042575635985, 0.0], [177.94129742090186, -38.71040565877373, 0.0], [177.9414210700865, -38.71039089062097, 0.0], [177.9415675813639, -38.71039897813756, 0.0], [177.94169106650838, -38.71038183420907, 0.0], [177.94180012904656, -38.7103319470745, 0.0], [177.94193713360025, -38.71029040569828, 0.0], [177.94203685573905, -38.710281415558114, 0.0], [177.94219787003703, -38.71027935802167, 0.0], [177.94242796023264, -38.710264843495835, 0.0], [177.9426164247368, -38.71026400463488, 0.0], [177.9428556101515, -38.71024910384571, 0.0], [177.94308266816523, -38.710234716522386, 0.0], [177.9432713763897, -38.71019336482699, 0.0], [177.94339695332368, -38.71007440035552, 0.0], [177.94356344535163, -38.70984339476532, 0.0], [177.94374714302106, -38.709597365068745, 0.0], [177.94395656975345, -38.709371686468415, 0.0], [177.94417558253446, -38.709152748488684, 0.0], [177.9443564934084, -38.70895448477969, 0.0], [177.94452297996585, -38.708723478164806, 0.0], [177.9445777097961, -38.708635390331935, 0.0], [177.94473420618414, -38.7085239287894, 0.0], [177.9448457973751, -38.7083786342318, 0.0], [177.944931581957, -38.70829995066122, 0.0], [177.94504162312953, -38.70826431372864, 0.0], [177.94509545283313, -38.70820723550987, 0.0], [177.94515354140214, -38.70812376990324, 0.0], [177.94518049252397, -38.70802971223073, 0.0], [177.94518278293395, -38.70797481908371, 0.0], [177.94522587676389, -38.70789437161598, 0.0], [177.94529232500713, -38.707843905629346, 0.0], [177.94535811696272, -38.707783937686735, 0.0], [177.94540276574725, -38.70768198230451, 0.0], [177.94545659475568, -38.70762490396299, 0.0], [177.9455647512991, -38.70760602352394, 0.0], [177.9456795419744, -38.70755112514688, 0.0], [177.9457536080925, -38.70747889397691, 0.0], [177.94580464763214, -38.70738143234822, 0.0], [177.9458361059323, -38.70730862535687, 0.0], [177.94587829981748, -38.70725918749949, 0.0], [177.9459426141823, -38.70717783997748, 0.0], [177.94603740913558, -38.70709758235731, 0.0], [177.94608082968188, -38.70702188562112, 0.0], [177.94607689206072, -38.706964874131714, 0.0], [177.94602878500163, -38.70684064497126, 0.0], [177.94602476187572, -38.70673837082015, 0.0], [177.94611380104553, -38.70661880878301, 0.0], [177.94614861854623, -38.70655062414553, 0.0], [177.94618228751062, -38.70646581115155, 0.0], [177.9462451242692, -38.70636308421901, 0.0], [177.94629927982422, -38.70631075654594, 0.0], [177.94636203797137, -38.70625091673431, 0.0], [177.94645486239764, -38.70614215314396, 0.0], [177.94656620442052, -38.70603736905596, 0.0], [177.94661363995272, -38.705975796489284, 0.0], [177.94674563240702, -38.70590587301106, 0.0], [177.94688557080946, -38.705818935344055, 0.0], [177.94697773754461, -38.70570066951649, 0.0], [177.94705359735966, -38.70556641819297, 0.0], [177.94706694213704, -38.70545149531189, 0.0], [177.94710650868961, -38.70536404951587, 0.0], [177.94719957705374, -38.705258848684984, 0.0], [177.94729977494092, -38.70516883121924, 0.0], [177.94743610102518, -38.70502963257681, 0.0], [177.94746427481013, -38.704909315812245, 0.0], [177.94748261968894, -38.704822770035875, 0.0], [177.9475371014354, -38.70477519286362, 0.0], [177.9475815038091, -38.70471374859206, 0.0], [177.9477595362364, -38.70460613463477, 0.0], [177.9478612095481, -38.70453749604723, 0.0], [177.9479931114667, -38.70442230881536, 0.0], [177.94804316140977, -38.70431059368098, 0.0], [177.94807219456442, -38.704114717161296, 0.0], [177.9481543647811, -38.70402784619585, 0.0], [177.9482453011288, -38.703935838429004, 0.0], [177.94836909157254, -38.703835289519624, 0.0], [177.9484732154423, -38.70371413291464, 0.0], [177.9485328511437, -38.703609158230314, 0.0], [177.94863548739093, -38.703378472626014, 0.0], [177.94870634089835, -38.70321584352046, 0.0], [177.9488900054037, -38.70296980781933, 0.0], [177.94901518340865, -38.70284537506451, 0.0], [177.94909968239185, -38.70272624181971, 0.0], [177.94915464357067, -38.702597640847756, 0.0], [177.94919690945656, -38.70250531502432, 0.0], [177.94926138029595, -38.70242634162668, 0.0], [177.949440871252, -38.70225195523571, 0.0], [177.9494758479431, -38.702186145388616, 0.0], [177.94947854035604, -38.702093116225825, 0.0], [177.94959241093545, -38.70198107486959, 0.0], [177.94975535306165, -38.70183121458662, 0.0], [177.94985824625073, -38.70173631584212, 0.0], [177.94998530278818, -38.70159512537239, 0.0], [177.95003530952485, -38.701438859811674, 0.0], [177.95011304194765, -38.70128785019968, 0.0], [177.95016677488218, -38.70118550769856, 0.0], [177.9502494319219, -38.70110576201503, 0.0], [177.95033471555567, -38.701064023737615, 0.0], [177.95042892907787, -38.70101952398169, 0.0], [177.95050462579724, -38.70097104515348, 0.0]], "type": "LineString"}, "id": "4334", "properties": {"CPS": 4, "Date": "2022-02-16", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4334.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 1.44697195623, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 2.079639391817726, "USDate": "02/16/2022"}, "type": "Feature"}, {"bbox": [177.9560786943673, -38.69396869209442, 178.02051490226177, -38.670404291821995], "geometry": {"coordinates": [[177.9560786943673, -38.69396869209442, 0.0], [177.95610950456168, -38.69393431356366, 0.0], [177.95649101679146, -38.693560739363875, 0.0], [177.95692755794892, -38.69310382305421, 0.0], [177.95728704193365, -38.69280742019351, 0.0], [177.9578919019456, -38.69227902184672, 0.0], [177.9583741478549, -38.691867806491025, 0.0], [177.9587888136301, -38.69149043359274, 0.0], [177.95962043409813, -38.69076894029811, 0.0], [177.96009168750055, -38.69037486258274, 0.0], [177.9605288674542, -38.690015585962904, 0.0], [177.96107954776548, -38.68953950686755, 0.0], [177.96159387473946, -38.68915312126609, 0.0], [177.96208362060605, -38.68876301425229, 0.0], [177.96277900627055, -38.688225976432065, 0.0], [177.9630854634279, -38.68799852042354, 0.0], [177.96319085693708, -38.68789635701805, 0.0], [177.963433596024, -38.68771449469808, 0.0], [177.96368387621172, -38.687553752842135, 0.0], [177.96387683103433, -38.68744309824528, 0.0], [177.96420963950996, -38.68715733995748, 0.0], [177.96462714114318, -38.68686559402769, 0.0], [177.96494481812002, -38.68666862737679, 0.0], [177.96540955654396, -38.68631292533986, 0.0], [177.96584875685383, -38.686027398908095, 0.0], [177.96617001886682, -38.68579454011496, 0.0], [177.9665518920334, -38.685559100038816, 0.0], [177.9667945471383, -38.68542011821925, 0.0], [177.9669772468199, -38.68529321836816, 0.0], [177.96723258378438, -38.68511795938418, 0.0], [177.9675281409417, -38.68495289931786, 0.0], [177.96783990455793, -38.68475855932729, 0.0], [177.9680767244222, -38.68457932227598, 0.0], [177.96842943126907, -38.684361795339576, 0.0], [177.9686910534517, -38.68414576446228, 0.0], [177.96891100312504, -38.68398630369413, 0.0], [177.96927361964808, -38.68378026432264, 0.0], [177.96960273310148, -38.68357326866513, 0.0], [177.9698293989066, -38.68342304981436, 0.0], [177.97017955815548, -38.68321277359054, 0.0], [177.97072551257563, -38.682889327434076, 0.0], [177.97102767237575, -38.68268824121911, 0.0], [177.97121707742608, -38.68257057895966, 0.0], [177.97156706347587, -38.68235792369262, 0.0], [177.9720083562392, -38.68210325728519, 0.0], [177.97256855778232, -38.68181016704777, 0.0], [177.97308606234395, -38.68147124599264, 0.0], [177.97333728717516, -38.681324738506405, 0.0], [177.97387135672727, -38.681049433179055, 0.0], [177.97440002056953, -38.68078388564948, 0.0], [177.97504604201902, -38.6805014190087, 0.0], [177.9753518690153, -38.68030969529747, 0.0], [177.97566622844766, -38.68015334313487, 0.0], [177.97632392752465, -38.67982034084235, 0.0], [177.97658169502054, -38.679680694765324, 0.0], [177.9766292532669, -38.6796214880416, 0.0], [177.97712179959538, -38.679405117580025, 0.0], [177.9775691562131, -38.67923832148239, 0.0], [177.9781065529257, -38.678967620234076, 0.0], [177.97846029415527, -38.67880958028749, 0.0], [177.97879249157288, -38.67864769390055, 0.0], [177.9790018087376, -38.67859825963711, 0.0], [177.97934160974532, -38.67841460549928, 0.0], [177.97969280997498, -38.67826381760768, 0.0], [177.98019613765817, -38.67802791501108, 0.0], [177.98052055663535, -38.677885415192264, 0.0], [177.98100695814568, -38.677712174502844, 0.0], [177.98129313596343, -38.67758798220269, 0.0], [177.9816936369386, -38.677446995424056, 0.0], [177.9820328710242, -38.67729909404875, 0.0], [177.98243998299677, -38.67712208628534, 0.0], [177.98273100206043, -38.67702389029858, 0.0], [177.98321574040224, -38.67682688753343, 0.0], [177.98365508064407, -38.676588938771296, 0.0], [177.98413694815858, -38.67639443732521, 0.0], [177.98453694056755, -38.676246315504464, 0.0], [177.98475230616677, -38.67619661268511, 0.0], [177.98508981854488, -38.67606783547565, 0.0], [177.98547129548533, -38.67591573687464, 0.0], [177.9859959055342, -38.675724166179144, 0.0], [177.98640112402475, -38.67556390270912, 0.0], [177.98695299990354, -38.67537116241021, 0.0], [177.98734526722768, -38.675199537314356, 0.0], [177.9876780314133, -38.67509001501895, 0.0], [177.98841379996395, -38.674832228181, 0.0], [177.9889191659021, -38.67467005633648, 0.0], [177.9893167139352, -38.67457443591493, 0.0], [177.98976555026042, -38.67438608916375, 0.0], [177.9902359252786, -38.67420158423861, 0.0], [177.99067500498077, -38.67400412178906, 0.0], [177.99084429987334, -38.673903965814645, 0.0], [177.99103210991137, -38.67393881453619, 0.0], [177.99127721394575, -38.673923563670435, 0.0], [177.99179209900893, -38.673811002810645, 0.0], [177.99248817591345, -38.67363827315024, 0.0], [177.9929224035232, -38.67354583575866, 0.0], [177.99363979800765, -38.673417452609485, 0.0], [177.99427824355465, -38.67329006241176, 0.0], [177.9952842470718, -38.673073077036854, 0.0], [177.9957442469778, -38.67295808412964, 0.0], [177.99640377834066, -38.672784513885766, 0.0], [177.99698805339003, -38.672621310555826, 0.0], [177.99709718256912, -38.67257375310765, 0.0], [177.9976520319081, -38.6723808357021, 0.0], [177.998061672478, -38.67228466783528, 0.0], [177.99826082167868, -38.67226422391521, 0.0], [177.9985404546932, -38.672221272157294, 0.0], [177.99887368173793, -38.67211884579768, 0.0], [177.99921831622748, -38.672049283250765, 0.0], [177.99945354092603, -38.6719796434807, 0.0], [177.99959803272336, -38.67191627395769, 0.0], [177.99987077518855, -38.671861702342774, 0.0], [178.0001404872453, -38.67180725997533, 0.0], [178.0004391728074, -38.671732515976245, 0.0], [178.00079729635578, -38.6716385466886, 0.0], [178.0010176996482, -38.67157430391272, 0.0], [178.00136739449664, -38.671490223789895, 0.0], [178.001529897139, -38.6714236974123, 0.0], [178.00193450732306, -38.67129914301377, 0.0], [178.0023081541972, -38.67116638527989, 0.0], [178.00281802528326, -38.670982519438205, 0.0], [178.003141983933, -38.67087809613035, 0.0], [178.0036443722547, -38.67076125468343, 0.0], [178.00410247122355, -38.67066298754556, 0.0], [178.0045310991339, -38.670577894794484, 0.0], [178.00489854048598, -38.67057404434076, 0.0], [178.00523556263525, -38.67052623231177, 0.0], [178.00562172505659, -38.67048584050334, 0.0], [178.00627401548385, -38.67042688068107, 0.0], [178.00651287530746, -38.67040948350473, 0.0], [178.00685591044936, -38.670404291821995, 0.0], [178.00736587409017, -38.67043958240645, 0.0], [178.0075887109577, -38.67045384181661, 0.0], [178.00783748923175, -38.670447928145144, 0.0], [178.00804434744407, -38.670450960599176, 0.0], [178.00824124310338, -38.6704853914364, 0.0], [178.00852737477874, -38.670492167107305, 0.0], [178.00874398621073, -38.67050430915765, 0.0], [178.00901127515064, -38.67050236303423, 0.0], [178.009293006529, -38.67053314963519, 0.0], [178.00947799215788, -38.67052758910955, 0.0], [178.00967343748877, -38.67049775524975, 0.0], [178.00993412612615, -38.670531826258596, 0.0], [178.01030841238546, -38.670582459670996, 0.0], [178.01064858302522, -38.670579762154915, 0.0], [178.01116784520522, -38.67057413596804, 0.0], [178.01157952762412, -38.6705945702943, 0.0], [178.01216237448412, -38.67062909120569, 0.0], [178.01267354304122, -38.670638100306114, 0.0], [178.01302616451204, -38.67063962561196, 0.0], [178.01331752523203, -38.67063425280665, 0.0], [178.0136477349242, -38.670662945546034, 0.0], [178.0140205283072, -38.670692189570055, 0.0], [178.014519909639, -38.670706461871006, 0.0], [178.01495379797137, -38.67074022401611, 0.0], [178.01525068035883, -38.67077034476486, 0.0], [178.01540636385715, -38.670780328735596, 0.0], [178.01585639873292, -38.670827687646955, 0.0], [178.016304068912, -38.670884676009656, 0.0], [178.01648465589147, -38.67090311726235, 0.0], [178.01667719599865, -38.67091866185199, 0.0], [178.01680494672138, -38.67092031552878, 0.0], [178.0169777739926, -38.67095814876041, 0.0], [178.01710295540724, -38.67100994265133, 0.0], [178.0173582148952, -38.67109664274064, 0.0], [178.0177864693987, -38.671223549420596, 0.0], [178.018072066123, -38.671266060180336, 0.0], [178.01825564661854, -38.67132725276563, 0.0], [178.01847758031863, -38.67141538382233, 0.0], [178.01877862259158, -38.67150487603928, 0.0], [178.01925465694163, -38.67166307505196, 0.0], [178.01957757504894, -38.67176115349441, 0.0], [178.01991041498096, -38.671870715994544, 0.0], [178.02012426046738, -38.67197348612162, 0.0], [178.02032934963984, -38.67208139740996, 0.0], [178.02040535621745, -38.672168657079794, 0.0], [178.02042109858502, -38.67226327486238, 0.0], [178.02045298822517, -38.672371492045905, 0.0], [178.02051490226177, -38.672604683313274, 0.0]], "type": "LineString"}, "id": "4337", "properties": {"CPS": 3, "Date": "1982-11-16", "Digitiser": "ER", "Georef_ER": 4.0, "ID": 4337.0, "Notes": null, "Photoscale": 25000, "Pixel_Er": 0.78283450358758, "Proxy": 1, "Region": "Gisborne", "SHLength": 6.53588373852, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 4.381064923053208, "USDate": "11/16/1982"}, "type": "Feature"}, {"bbox": [177.94110202434194, -38.71142999883318, 177.9560786943673, -38.69396869209442], "geometry": {"coordinates": [[177.94110202434194, -38.71138658386517, 0.0], [177.94127226076554, -38.71142999883318, 0.0], [177.94175193054892, -38.71138585245091, 0.0], [177.94211831456283, -38.71135246037397, 0.0], [177.94253579381643, -38.710902953326666, 0.0], [177.94304973780862, -38.71008901305466, 0.0], [177.9432253762307, -38.70987155756603, 0.0], [177.94341366280068, -38.7096038919485, 0.0], [177.94365331519046, -38.709155366137175, 0.0], [177.9438772391257, -38.7088313933093, 0.0], [177.94398366390695, -38.70856719664606, 0.0], [177.9442537960826, -38.708207910406095, 0.0], [177.94437341430165, -38.70800271510194, 0.0], [177.9447281756424, -38.70750404147215, 0.0], [177.9450683510427, -38.707058398853015, 0.0], [177.94504474792035, -38.70698077911287, 0.0], [177.94513552784608, -38.706886397811715, 0.0], [177.9452503906332, -38.70670046280687, 0.0], [177.94536099402433, -38.706540915093434, 0.0], [177.94557884614397, -38.70630534689284, 0.0], [177.9457320484567, -38.70605822494692, 0.0], [177.9459779173027, -38.70578811400284, 0.0], [177.9461856004724, -38.70549341505047, 0.0], [177.94625253094088, -38.70536192530446, 0.0], [177.9464501401119, -38.705141508630646, 0.0], [177.9467261472258, -38.7047795855916, 0.0], [177.94688049126216, -38.704549090909424, 0.0], [177.9471179045509, -38.704200715987795, 0.0], [177.94729494372805, -38.703990700164205, 0.0], [177.94760928986278, -38.70365573831412, 0.0], [177.9477480654986, -38.70346402190556, 0.0], [177.94797186840805, -38.70309478080706, 0.0], [177.94808098373986, -38.70291385195462, 0.0], [177.9482477739373, -38.70268759252684, 0.0], [177.9484638002615, -38.70242589003379, 0.0], [177.94863919988944, -38.70228026762074, 0.0], [177.94871849039322, -38.70210775084816, 0.0], [177.94886651878505, -38.701918023107176, 0.0], [177.94905549902668, -38.70161696570511, 0.0], [177.94920967564693, -38.70147224295423, 0.0], [177.94929690927987, -38.70128271177034, 0.0], [177.94943559944534, -38.701133880972115, 0.0], [177.94953561429168, -38.70095333703827, 0.0], [177.94980407283524, -38.70074658583841, 0.0], [177.9499853532087, -38.70051017951562, 0.0], [177.950126239794, -38.70026119254142, 0.0], [177.95028327864998, -38.700113964574314, 0.0], [177.95030465080794, -38.70002728996868, 0.0], [177.95052009344346, -38.699801345245845, 0.0], [177.9508543250869, -38.69953462192426, 0.0], [177.95095679717824, -38.699389709088074, 0.0], [177.95106754187478, -38.69923253287542, 0.0], [177.9512520858967, -38.69895548486166, 0.0], [177.95144564667982, -38.6987209376273, 0.0], [177.95159104706252, -38.69858134934838, 0.0], [177.95173111675138, -38.69840863313627, 0.0], [177.9518668408634, -38.69821704178742, 0.0], [177.95209300930892, -38.6980144633609, 0.0], [177.95234242744635, -38.69770845286987, 0.0], [177.95254607446333, -38.69757592030246, 0.0], [177.95273553584826, -38.69737013431606, 0.0], [177.95273937411906, -38.69729373353226, 0.0], [177.95310749695741, -38.69698982869954, 0.0], [177.95333340436378, -38.69673961047251, 0.0], [177.9535746304084, -38.69649112375492, 0.0], [177.95393814625135, -38.69612070402619, 0.0], [177.95422326707137, -38.69580364383042, 0.0], [177.95432318915547, -38.69566598387299, 0.0], [177.95451437360168, -38.69552921250403, 0.0], [177.9546831893956, -38.69537671393142, 0.0], [177.9549756806721, -38.695078398404384, 0.0], [177.9552634954612, -38.69475645654815, 0.0], [177.95551708782344, -38.69455508936036, 0.0], [177.95577681435378, -38.694310577311704, 0.0], [177.9559119542049, -38.694154742893566, 0.0], [177.9560786943673, -38.69396869209442, 0.0]], "type": "LineString"}, "id": "4338", "properties": {"CPS": 4, "Date": "1982-11-16", "Digitiser": "ER", "Georef_ER": 4.0, "ID": 4338.0, "Notes": null, "Photoscale": 25000, "Pixel_Er": 0.78283450358758, "Proxy": 1, "Region": "Gisborne", "SHLength": 2.39363220364, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 4.747391900823779, "USDate": "11/16/1982"}, "type": "Feature"}, {"bbox": [177.9399310765832, -38.71327049377489, 178.0030768756659, -38.67092634301596], "geometry": {"coordinates": [[177.9399310765832, -38.71327049377489, 0.0], [177.94012307185386, -38.713100356008106, 0.0], [177.94037775252886, -38.71282511786285, 0.0], [177.94057859490576, -38.7126069558586, 0.0], [177.94079819925722, -38.712264111908446, 0.0], [177.94098453510156, -38.712056093525156, 0.0], [177.94124699129742, -38.71167331446834, 0.0], [177.94141800110293, -38.711463562286795, 0.0], [177.9416280109281, -38.71111397608452, 0.0], [177.9416983947865, -38.71094422334789, 0.0], [177.9418185162096, -38.7107461564242, 0.0], [177.94200517333024, -38.71054288781282, 0.0], [177.94212234484115, -38.71039021193024, 0.0], [177.94229588920243, -38.710173203864386, 0.0], [177.94247664079845, -38.70988441700555, 0.0], [177.9426706659674, -38.70961174448296, 0.0], [177.94282306474238, -38.70935274787767, 0.0], [177.9430023402574, -38.70913073110592, 0.0], [177.94302085512953, -38.70904656113421, 0.0], [177.94314728149732, -38.70889587454102, 0.0], [177.94322061172522, -38.708768880015505, 0.0], [177.94325141725648, -38.70868657156726, 0.0], [177.9433983288214, -38.7085683706757, 0.0], [177.94363765919715, -38.70829139411807, 0.0], [177.94391901482498, -38.70787445444414, 0.0], [177.94410483412955, -38.70757115588041, 0.0], [177.94425427675242, -38.707357549206165, 0.0], [177.94458593106273, -38.70687653258942, 0.0], [177.94474585735182, -38.70663865655265, 0.0], [177.9450671040805, -38.7062271705722, 0.0], [177.94533877213908, -38.70575822490058, 0.0], [177.94556891267655, -38.705524518200086, 0.0], [177.94571047941326, -38.705285036964895, 0.0], [177.94582935438856, -38.70511322596643, 0.0], [177.94605096740926, -38.70484414342629, 0.0], [177.94622317508242, -38.70460812721136, 0.0], [177.94641897057434, -38.70427343061358, 0.0], [177.9466320548999, -38.70396897219969, 0.0], [177.94678091279965, -38.70379112391905, 0.0], [177.9469531939219, -38.70351221976821, 0.0], [177.9470351070405, -38.70328956165503, 0.0], [177.94722319990078, -38.703019516289665, 0.0], [177.94746315468768, -38.70275203580312, 0.0], [177.94770540506306, -38.702517811578296, 0.0], [177.94790054986495, -38.702349910793814, 0.0], [177.94810273226204, -38.70210785568278, 0.0], [177.9483847833787, -38.70174567272698, 0.0], [177.94848054409147, -38.7015915168787, 0.0], [177.94868558983725, -38.70134695693146, 0.0], [177.94897066665467, -38.70098464431159, 0.0], [177.94912106719508, -38.70078528592532, 0.0], [177.94929809277633, -38.70057526792285, 0.0], [177.94950895480778, -38.70037096123304, 0.0], [177.94981761806903, -38.69999811615014, 0.0], [177.95009302123466, -38.69967194800661, 0.0], [177.9502589010681, -38.69947669624636, 0.0], [177.95035916385524, -38.69934378983744, 0.0], [177.95058280131235, -38.6991484688966, 0.0], [177.95072819242841, -38.69892073201021, 0.0], [177.9510094981225, -38.69868007893982, 0.0], [177.95120076048028, -38.69841227560586, 0.0], [177.95157010796214, -38.697993966638755, 0.0], [177.95190119460977, -38.697593957856206, 0.0], [177.95217265196717, -38.69729892430012, 0.0], [177.95243460981342, -38.69704241238111, 0.0], [177.95265716021015, -38.6967875730752, 0.0], [177.9528358976701, -38.696646567945024, 0.0], [177.9530623871502, -38.69644873902599, 0.0], [177.95341525917556, -38.69610021470991, 0.0], [177.95378540373352, -38.695693777532675, 0.0], [177.95405578649678, -38.69542737469853, 0.0], [177.95432886986612, -38.69515609171685, 0.0], [177.95459064815037, -38.69489720046176, 0.0], [177.95482015848842, -38.694699240028676, 0.0], [177.9550959387856, -38.694423075949736, 0.0], [177.95546091559055, -38.69407403165368, 0.0], [177.95581204810244, -38.69374463388699, 0.0], [177.95620086451407, -38.69343269348111, 0.0], [177.95643208218556, -38.693215598084095, 0.0], [177.95672972522507, -38.692948031164676, 0.0], [177.95710067601178, -38.692641611920415, 0.0], [177.95741993243533, -38.69233500602221, 0.0], [177.95771904748105, -38.69208881602361, 0.0], [177.9580704166272, -38.69180705036495, 0.0], [177.95830702788004, -38.69158019251417, 0.0], [177.95862096268166, -38.691328605558574, 0.0], [177.95900066104144, -38.69101704390718, 0.0], [177.9593191015511, -38.69078670547467, 0.0], [177.95963023418793, -38.69049473381139, 0.0], [177.96004056149923, -38.690186631583884, 0.0], [177.96024915459742, -38.68999431530566, 0.0], [177.96042022506174, -38.68978691725343, 0.0], [177.96082530549003, -38.68949094765445, 0.0], [177.9613113929017, -38.68917961938869, 0.0], [177.96140417392976, -38.68907084664257, 0.0], [177.9616407897207, -38.68893213197527, 0.0], [177.96183128432983, -38.68878584888606, 0.0], [177.96200244187025, -38.68862371104181, 0.0], [177.9623452030454, -38.688437596327645, 0.0], [177.96258016980528, -38.688275125728715, 0.0], [177.96283994490793, -38.68807586289237, 0.0], [177.96312314217542, -38.68786369088607, 0.0], [177.96346096077718, -38.68760631057234, 0.0], [177.96377575177036, -38.6873237025039, 0.0], [177.9641096431146, -38.68709745902572, 0.0], [177.964569575015, -38.68680390774584, 0.0], [177.96496348573862, -38.686522694335885, 0.0], [177.9651836158, -38.68636561503587, 0.0], [177.96540331930402, -38.686158522613574, 0.0], [177.9657595668934, -38.685948000001844, 0.0], [177.96613267951975, -38.68571769901327, 0.0], [177.9664911302435, -38.68549516835204, 0.0], [177.96676946480778, -38.685256988287115, 0.0], [177.96729298655407, -38.684872569718905, 0.0], [177.9676730398751, -38.68461099699669, 0.0], [177.96810411667568, -38.68434010290659, 0.0], [177.9683210377317, -38.68418077219379, 0.0], [177.9685440189934, -38.68402118298907, 0.0], [177.96886101350012, -38.6838147055158, 0.0], [177.96917398741465, -38.68359410395602, 0.0], [177.969467820705, -38.68344817197598, 0.0], [177.9698816227911, -38.683235185531316, 0.0], [177.9702752623663, -38.6829944676611, 0.0], [177.97062034556618, -38.68279870096267, 0.0], [177.97108170498456, -38.682526506011406, 0.0], [177.97157557248116, -38.68224101184673, 0.0], [177.971916299599, -38.68202636774571, 0.0], [177.97197911597695, -38.68201177846713, 0.0], [177.97237102927514, -38.68179018670741, 0.0], [177.97267383887012, -38.68159859838446, 0.0], [177.973093516176, -38.681382968081536, 0.0], [177.97357462388976, -38.681176629455685, 0.0], [177.9739597437805, -38.68098867599715, 0.0], [177.97431765089664, -38.68075899814454, 0.0], [177.97470447798176, -38.68055191018394, 0.0], [177.97511307291208, -38.6803081564356, 0.0], [177.97551857210897, -38.68010741682207, 0.0], [177.9761450811717, -38.679806717161924, 0.0], [177.97669289845754, -38.679554637079384, 0.0], [177.97736093603186, -38.67928313087384, 0.0], [177.97779099518206, -38.67908610056329, 0.0], [177.97836442381075, -38.67880909590254, 0.0], [177.97905609032944, -38.67848415881615, 0.0], [177.97991381610555, -38.6780997162848, 0.0], [177.98053169175756, -38.677806509502204, 0.0], [177.98094355090421, -38.677610244885386, 0.0], [177.98107595138447, -38.677547414054864, 0.0], [177.98139645156974, -38.677436050538475, 0.0], [177.9818542548381, -38.67724496824026, 0.0], [177.982533709521, -38.67696341597673, 0.0], [177.98294516933535, -38.676805280100425, 0.0], [177.98325811636028, -38.676672792503034, 0.0], [177.98353431154615, -38.676579992585864, 0.0], [177.98397860339645, -38.67641330341602, 0.0], [177.98455545279592, -38.67618615361142, 0.0], [177.98494993532404, -38.67600252969786, 0.0], [177.9852563188263, -38.67586317010019, 0.0], [177.98568192515148, -38.67569012583656, 0.0], [177.98614807768317, -38.67553202399526, 0.0], [177.98669554610575, -38.675363297356405, 0.0], [177.98709701386633, -38.675236545555045, 0.0], [177.98717436596783, -38.67516891393079, 0.0], [177.98735016915583, -38.67511851520853, 0.0], [177.98761153210026, -38.67503110472115, 0.0], [177.987872894354, -38.67494369368859, 0.0], [177.98820686854484, -38.67480791172083, 0.0], [177.988769145628, -38.67463377754237, 0.0], [177.98927015671393, -38.674452731196425, 0.0], [177.98956302698178, -38.674337762516835, 0.0], [177.9896815852215, -38.67429457341921, 0.0], [177.99008788948663, -38.674193811115224, 0.0], [177.9904404779352, -38.67410725719416, 0.0], [177.9907281112725, -38.67400442168211, 0.0], [177.9907970296996, -38.67394667814472, 0.0], [177.99098797712367, -38.673895626177014, 0.0], [177.99126745730013, -38.673850315852086, 0.0], [177.99167629018635, -38.67374229269749, 0.0], [177.9922268720616, -38.673618672993115, 0.0], [177.99264864903793, -38.673522004593075, 0.0], [177.9929023972767, -38.673456349951074, 0.0], [177.99330665371943, -38.67336995863255, 0.0], [177.99358480628422, -38.67330564040753, 0.0], [177.99394157327106, -38.67323557399412, 0.0], [177.99429360312737, -38.6731847685017, 0.0], [177.99471923139464, -38.673099839826996, 0.0], [177.99508877785314, -38.67303875241368, 0.0], [177.99548272904875, -38.67297900125231, 0.0], [177.99579756856784, -38.6729178716929, 0.0], [177.9961536686704, -38.67283829752232, 0.0], [177.99636527130352, -38.67282208829446, 0.0], [177.99654155752995, -38.672778802426066, 0.0], [177.99679745077356, -38.672744018727826, 0.0], [177.99720841929403, -38.67266685611919, 0.0], [177.9974205675068, -38.672614885627006, 0.0], [177.99785362164465, -38.67250580352761, 0.0], [177.9984014816232, -38.67238703635989, 0.0], [177.99864932500026, -38.67232400473729, 0.0], [177.9987638499604, -38.67226668497569, 0.0], [177.9990192429487, -38.67222477068065, 0.0], [177.99941070062116, -38.67212937723093, 0.0], [177.99975417500852, -38.67204318603416, 0.0], [178.00008872431437, -38.67195975875063, 0.0], [178.00033033886018, -38.671894608162695, 0.0], [178.00053344020338, -38.67180013669089, 0.0], [178.000748778432, -38.671750405887764, 0.0], [178.0008999909947, -38.67169627628557, 0.0], [178.00126433911936, -38.671604421151, 0.0], [178.00135275122346, -38.671564895091464, 0.0], [178.00148308488664, -38.67151642459841, 0.0], [178.0017501428519, -38.67142397399369, 0.0], [178.00199042810223, -38.671339817847844, 0.0], [178.00222718570834, -38.67124866528419, 0.0], [178.00244841486332, -38.671196296411054, 0.0], [178.0027030191895, -38.67109961286907, 0.0], [178.0028113131182, -38.67104017402371, 0.0], [178.0030768756659, -38.67092634301596, 0.0]], "type": "LineString"}, "id": "4339", "properties": {"CPS": 2, "Date": "1965-09-23", "Digitiser": "ER", "Georef_ER": 4.0, "ID": 4339.0, "Notes": null, "Photoscale": 26100, "Pixel_Er": 0.730955202065874, "Proxy": 1, "Region": "Gisborne", "SHLength": 7.52269153061, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 4.325181557741497, "USDate": "09/23/1965"}, "type": "Feature"}, {"bbox": [178.01031859971255, -38.67254412659271, 178.02054247259514, -38.67053387065092], "geometry": {"coordinates": [[178.01031859971255, -38.670577446666435, 0.0], [178.01063519566, -38.67058529118307, 0.0], [178.0109849536716, -38.67058932807848, 0.0], [178.01130154954782, -38.67059717077456, 0.0], [178.0117233590971, -38.6705885809243, 0.0], [178.0124109212575, -38.67059954306058, 0.0], [178.012967038585, -38.670599472517786, 0.0], [178.01332356041175, -38.67056985830292, 0.0], [178.01338486141, -38.67053387065092, 0.0], [178.01366895910624, -38.67055501533248, 0.0], [178.01376433791205, -38.67061524082553, 0.0], [178.01409707906373, -38.670636676332784, 0.0], [178.01443504936972, -38.67064597419401, 0.0], [178.01457388267397, -38.67067574262381, 0.0], [178.0148936742059, -38.67068582051392, 0.0], [178.01529759660863, -38.67072563423797, 0.0], [178.01559917032262, -38.67077937626416, 0.0], [178.01581947685068, -38.67080087571841, 0.0], [178.01591406567744, -38.6708063385099, 0.0], [178.01595594570546, -38.67084027366522, 0.0], [178.0161141606552, -38.67084300068675, 0.0], [178.0161998262698, -38.67085122929028, 0.0], [178.01642332907133, -38.67087497254122, 0.0], [178.0165916305998, -38.67089155950164, 0.0], [178.01670709584386, -38.67089135918127, 0.0], [178.0167878652633, -38.670916474576124, 0.0], [178.01696492395777, -38.67092791964729, 0.0], [178.01705391374227, -38.67098365233619, 0.0], [178.01733307919528, -38.67106455965708, 0.0], [178.01748826467488, -38.67106741507657, 0.0], [178.0176134465991, -38.67111920838045, 0.0], [178.01798214018305, -38.671220087377165, 0.0], [178.01813861833858, -38.67128482826693, 0.0], [178.01826097490743, -38.671296241874764, 0.0], [178.01836225162558, -38.67135382738543, 0.0], [178.01848797065085, -38.671369860876496, 0.0], [178.01854583255283, -38.67141501948087, 0.0], [178.0186154813234, -38.67145490624474, 0.0], [178.01877282891905, -38.671488637881374, 0.0], [178.01896280268107, -38.67155431904829, 0.0], [178.01923811086928, -38.67162347570659, 0.0], [178.01925845147957, -38.671653571548774, 0.0], [178.01936362743714, -38.67168001743095, 0.0], [178.01949839998494, -38.67173854315284, 0.0], [178.01968198271183, -38.67179973332303, 0.0], [178.0198118965959, -38.67183226152806, 0.0], [178.01989013703394, -38.67186463066961, 0.0], [178.02000726653196, -38.67188817922398, 0.0], [178.0201619183354, -38.67192678969725, 0.0], [178.02035858315628, -38.672044592970394, 0.0], [178.02040259196238, -38.672152288647496, 0.0], [178.0204779916225, -38.67236107580245, 0.0], [178.0205391460668, -38.672496622135235, 0.0], [178.02054247259514, -38.67254412659271, 0.0]], "type": "LineString"}, "id": "4340", "properties": {"CPS": 3, "Date": "1965-09-23", "Digitiser": "ER", "Georef_ER": 4.0, "ID": 4340.0, "Notes": null, "Photoscale": 26100, "Pixel_Er": 0.730955202065874, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.972108768881, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 4.372092806360263, "USDate": "09/23/1965"}, "type": "Feature"}, {"bbox": [178.0030768756659, -38.67092634301596, 178.01031859971255, -38.670430347063835], "geometry": {"coordinates": [[178.0030768756659, -38.67092634301596, 0.0], [178.00344718350487, -38.670919991799686, 0.0], [178.0037345704126, -38.670857636009515, 0.0], [178.00395787827458, -38.670747997697255, 0.0], [178.00412930031666, -38.670678702810996, 0.0], [178.0043323468198, -38.670627110317675, 0.0], [178.00441822331734, -38.67059483793144, 0.0], [178.00463384045858, -38.67059273596338, 0.0], [178.0048634462377, -38.67057335674226, 0.0], [178.00515045321833, -38.670549132090706, 0.0], [178.0053534532135, -38.670540422902725, 0.0], [178.00555765895555, -38.6705054553069, 0.0], [178.00578087266433, -38.67048158374697, 0.0], [178.00603069143068, -38.67044704059527, 0.0], [178.0063944382892, -38.670433814374675, 0.0], [178.00670227652338, -38.670446810258674, 0.0], [178.00714799450716, -38.67043244625902, 0.0], [178.0075854520528, -38.670430347063835, 0.0], [178.00806951819885, -38.670442922212146, 0.0], [178.00845393167344, -38.670464538243486, 0.0], [178.00868469664817, -38.67046177845307, 0.0], [178.00895970442096, -38.67048332496858, 0.0], [178.00957015090026, -38.67052143877551, 0.0], [178.01001042936247, -38.67055970990252, 0.0], [178.01031859971255, -38.670577446666435, 0.0]], "type": "LineString"}, "id": "4341", "properties": {"CPS": 5, "Date": "1965-09-23", "Digitiser": "ER", "Georef_ER": 4.0, "ID": 4341.0, "Notes": null, "Photoscale": 26100, "Pixel_Er": 0.730955202065874, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.641528799712, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 9.58970257658845, "USDate": "09/23/1965"}, "type": "Feature"}, {"bbox": [177.94100244363528, -38.713456449210355, 177.9462891315427, -38.70538224446889], "geometry": {"coordinates": [[177.94100244363528, -38.713456449210355, 0.0], [177.94137585734055, -38.713095176074916, 0.0], [177.9415918568099, -38.712876370225004, 0.0], [177.94180440920286, -38.71251952860885, 0.0], [177.94206694277528, -38.71209386059352, 0.0], [177.94223131172026, -38.71183197498629, 0.0], [177.94249916807308, -38.711439434691506, 0.0], [177.94278832474947, -38.71100310730139, 0.0], [177.94308485367097, -38.71058552633213, 0.0], [177.94324749186492, -38.71025462208706, 0.0], [177.94349157503936, -38.70987023458294, 0.0], [177.9438900231806, -38.70934350480146, 0.0], [177.94408796780897, -38.708951542064035, 0.0], [177.94444855534445, -38.70849312362418, 0.0], [177.94474113422552, -38.70810667796525, 0.0], [177.94511145884562, -38.7075692244477, 0.0], [177.94553077700436, -38.70703683986583, 0.0], [177.94570913297707, -38.706757679734714, 0.0], [177.94583767575122, -38.706549722211996, 0.0], [177.94593152984433, -38.70597157543644, 0.0], [177.94607604212064, -38.70568670258232, 0.0], [177.9462891315427, -38.70538224446889, 0.0]], "type": "LineString"}, "id": "4342", "properties": {"CPS": 4, "Date": "1972-04-27", "Digitiser": "ER", "Georef_ER": 4.0, "ID": 4342.0, "Notes": null, "Photoscale": 23900, "Pixel_Er": 0.650802270229833, "Proxy": 1, "Region": "Gisborne", "SHLength": 1.01612610453, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 4.727414049449901, "USDate": "04/27/1972"}, "type": "Feature"}, {"bbox": [177.9462891315427, -38.70538224446889, 178.02056732572862, -38.670415154506635], "geometry": {"coordinates": [[177.9462891315427, -38.70538224446889, 0.0], [177.94645183226413, -38.70516191835342, 0.0], [177.94660027884615, -38.70493405653773, 0.0], [177.94672808170895, -38.704759483625736, 0.0], [177.94681630966613, -38.70458420653344, 0.0], [177.9470529109789, -38.704312104105995, 0.0], [177.94720069773734, -38.70407473984181, 0.0], [177.9474435231595, -38.70380475513531, 0.0], [177.94763783403303, -38.70344867770613, 0.0], [177.94786156874156, -38.703210473622946, 0.0], [177.94804833622797, -38.702833273648615, 0.0], [177.94828386541104, -38.702589803628385, 0.0], [177.94853585368313, -38.702276544301284, 0.0], [177.9487716880642, -38.701861525143954, 0.0], [177.94897745697995, -38.701495429861005, 0.0], [177.94944349808858, -38.70098010960932, 0.0], [177.9497855857511, -38.70056296249467, 0.0], [177.9499832593391, -38.70038780381989, 0.0], [177.950191896904, -38.70010735247197, 0.0], [177.95052619570959, -38.69970959336122, 0.0], [177.950702886255, -38.69949482271491, 0.0], [177.95097484778614, -38.69920691760457, 0.0], [177.95113727618448, -38.69896178006868, 0.0], [177.95144250245093, -38.69871534578947, 0.0], [177.9515988656867, -38.698470465118874, 0.0], [177.9519115268198, -38.69811173976294, 0.0], [177.95226669764045, -38.697708325119855, 0.0], [177.95267880088863, -38.69729296251074, 0.0], [177.95301553717817, -38.69693082978557, 0.0], [177.95337814733784, -38.69650327180466, 0.0], [177.9537608368751, -38.696146333002176, 0.0], [177.95398960640276, -38.695893609626005, 0.0], [177.95446025094247, -38.69540189957981, 0.0], [177.95487503129397, -38.69498165116515, 0.0], [177.9553254491221, -38.69459324151251, 0.0], [177.95564954269258, -38.69422449147743, 0.0], [177.95627891250672, -38.693654558473135, 0.0], [177.956930877157, -38.69305983785185, 0.0], [177.95731442550482, -38.69267188004426, 0.0], [177.95773297391472, -38.69239440768769, 0.0], [177.95823946929275, -38.69198216224854, 0.0], [177.95872539976398, -38.69158031862075, 0.0], [177.95908059417778, -38.69122214976235, 0.0], [177.95955241815062, -38.69079231344571, 0.0], [177.95994970838677, -38.69042758752635, 0.0], [177.96039304468158, -38.69011331573987, 0.0], [177.9606074402355, -38.68987310358281, 0.0], [177.9609867226747, -38.68959967229362, 0.0], [177.96145634000285, -38.689269984439946, 0.0], [177.9618002328841, -38.689012350339034, 0.0], [177.96214320629193, -38.688697576178676, 0.0], [177.96258764861062, -38.6883117766572, 0.0], [177.96322441075435, -38.68789396900533, 0.0], [177.96363487203297, -38.68758823145673, 0.0], [177.9642560428883, -38.68712105091793, 0.0], [177.9645353785774, -38.68689712784979, 0.0], [177.96487189855716, -38.686708889181155, 0.0], [177.9653367339998, -38.68639844932976, 0.0], [177.96579810881454, -38.68603812413983, 0.0], [177.9663398255253, -38.68565293511763, 0.0], [177.96660679416752, -38.685470034996605, 0.0], [177.9670335998114, -38.68513738355654, 0.0], [177.96772624238523, -38.68469334889747, 0.0], [177.96837849039392, -38.68423673614894, 0.0], [177.96888236240392, -38.683919855399544, 0.0], [177.9693501924571, -38.68360927269982, 0.0], [177.96989641765353, -38.68333346715476, 0.0], [177.97025379044854, -38.68313956034567, 0.0], [177.97072612241, -38.682850222310385, 0.0], [177.9710457411578, -38.682681746007596, 0.0], [177.97137066039917, -38.68245824735155, 0.0], [177.97171557305154, -38.68226010236851, 0.0], [177.97211338473485, -38.682035877639784, 0.0], [177.97243134845652, -38.681843644032256, 0.0], [177.97282645459532, -38.68162429711374, 0.0], [177.97319477856897, -38.68141323787668, 0.0], [177.97357466403332, -38.68123742087332, 0.0], [177.97395830069914, -38.68102808889586, 0.0], [177.9743547161527, -38.68082774048372, 0.0], [177.97460577111545, -38.680678855185214, 0.0], [177.97495258131994, -38.68055209253281, 0.0], [177.97517988537106, -38.68041136613461, 0.0], [177.97553182709262, -38.68022720498646, 0.0], [177.975920853423, -38.68000810723878, 0.0], [177.9762798413158, -38.67983793785912, 0.0], [177.9766960745699, -38.67966056053879, 0.0], [177.97694563593757, -38.67949029236076, 0.0], [177.97726505909688, -38.67931942551135, 0.0], [177.97753240869338, -38.679186515832704, 0.0], [177.97792373224414, -38.679000667409966, 0.0], [177.97826088087967, -38.67891004363858, 0.0], [177.97860988062666, -38.67877126488736, 0.0], [177.97892587546136, -38.67863865853954, 0.0], [177.97918534359317, -38.67847987500184, 0.0], [177.97948898954078, -38.67838829524247, 0.0], [177.97987826296114, -38.67821682241672, 0.0], [177.98031018315547, -38.678003026738786, 0.0], [177.98083135829182, -38.67776159474161, 0.0], [177.98122718045073, -38.67759698517683, 0.0], [177.9814983711901, -38.677475814713276, 0.0], [177.98196559527352, -38.67728909452857, 0.0], [177.98225783003167, -38.67716464126781, 0.0], [177.98250411498148, -38.67703500252196, 0.0], [177.98274119161124, -38.67699152333422, 0.0], [177.98296554479603, -38.676896174098076, 0.0], [177.98323392260858, -38.67673461888144, 0.0], [177.9835879126977, -38.67662420135927, 0.0], [177.98375127137666, -38.676569574737044, 0.0], [177.98414300081217, -38.67643371926737, 0.0], [177.98443787035032, -38.67634726665601, 0.0], [177.9847300964661, -38.6762228077181, 0.0], [177.9850142220147, -38.67611298865441, 0.0], [177.98532214934886, -38.67595212123279, 0.0], [177.9855702412012, -38.675848605470264, 0.0], [177.9860955112907, -38.67566653576555, 0.0], [177.9864066821395, -38.675596058421604, 0.0], [177.98700996129048, -38.67535585504126, 0.0], [177.98717645580598, -38.67521532302314, 0.0], [177.98731589756056, -38.67516647873052, 0.0], [177.9875812267827, -38.675136076508615, 0.0], [177.9880140395249, -38.674979392668035, 0.0], [177.988349115364, -38.67490312334167, 0.0], [177.98865851690536, -38.67476362596534, 0.0], [177.98889359753824, -38.67469163093716, 0.0], [177.98921913928132, -38.67456573634055, 0.0], [177.9895288136596, -38.67447387314771, 0.0], [177.98983093909558, -38.674360890376555, 0.0], [177.99031101132508, -38.67422838329649, 0.0], [177.99047992269257, -38.674166362706096, 0.0], [177.99068436782065, -38.67409090979466, 0.0], [177.99081509883837, -38.67400431555983, 0.0], [177.9910944142246, -38.67395663028543, 0.0], [177.99130133853657, -38.67391680630766, 0.0], [177.9916815250203, -38.67383383274553, 0.0], [177.99221998739313, -38.6737107316086, 0.0], [177.99250508234417, -38.673615147611706, 0.0], [177.99268440347805, -38.67357173763602, 0.0], [177.99298442944206, -38.67351601435411, 0.0], [177.99360541110383, -38.673356021599254, 0.0], [177.99406470256213, -38.6732744191998, 0.0], [177.9943421920281, -38.67320059796105, 0.0], [177.99469355939542, -38.67314029002043, 0.0], [177.99487474931203, -38.673080119900256, 0.0], [177.99505996182532, -38.67303407168003, 0.0], [177.99539717054577, -38.67298866225021, 0.0], [177.995796519045, -38.67291914933, 0.0], [177.99611168898846, -38.67286276958041, 0.0], [177.9964672413717, -38.67281895391334, 0.0], [177.9968041668731, -38.67272590457324, 0.0], [177.9971727156069, -38.67265055893882, 0.0], [177.99745692091383, -38.67258597230646, 0.0], [177.9976598131839, -38.6725320154735, 0.0], [177.9978962003217, -38.67247900578688, 0.0], [177.9979598791385, -38.67243339461442, 0.0], [177.99831443412575, -38.67237532169495, 0.0], [177.9985954414773, -38.67230848693251, 0.0], [177.99873216975814, -38.67226451027289, 0.0], [177.9991128332695, -38.67218863949167, 0.0], [177.9993517509771, -38.67212837125991, 0.0], [177.99974623751044, -38.67203284690644, 0.0], [177.9999736968703, -38.671982598057376, 0.0], [178.000095439508, -38.67194164446513, 0.0], [178.00027628973757, -38.671876715841066, 0.0], [178.00041554893028, -38.671825481573535, 0.0], [178.00061943029758, -38.67178577164703, 0.0], [178.00079218383655, -38.671735483664065, 0.0], [178.00088367413963, -38.67165294287241, 0.0], [178.00120763912614, -38.671548524564116, 0.0], [178.00163180305677, -38.671399309006084, 0.0], [178.0020963479771, -38.671262654963364, 0.0], [178.0023487987657, -38.67113509337813, 0.0], [178.00265320699174, -38.67105533362776, 0.0], [178.00294080770837, -38.67095246989685, 0.0], [178.00324334469335, -38.670889465635675, 0.0], [178.00350329712435, -38.67082590455278, 0.0], [178.0039683313593, -38.67069636937276, 0.0], [178.00454899558457, -38.67056901949921, 0.0], [178.00492420005324, -38.670545776809206, 0.0], [178.005078722492, -38.670539147758575, 0.0], [178.00545965451226, -38.67051089283963, 0.0], [178.0058902693335, -38.67045429858443, 0.0], [178.00615419735595, -38.670447738479076, 0.0], [178.00658040982327, -38.670415154506635, 0.0], [178.00703384603395, -38.67042428364786, 0.0], [178.0073930254965, -38.670432691844, 0.0], [178.00782745310252, -38.67043072178274, 0.0], [178.0081246649744, -38.67046561153036, 0.0], [178.00834077860515, -38.670470628535405, 0.0], [178.00876744393952, -38.67048804729339, 0.0], [178.00902514551882, -38.67047936557989, 0.0], [178.00959857019853, -38.67050953919991, 0.0], [178.0099196894789, -38.67053863295325, 0.0], [178.0103167206079, -38.67056684811039, 0.0], [178.0108376428233, -38.670584975998864, 0.0], [178.011257418764, -38.670590769519265, 0.0], [178.01166100792932, -38.67062584551943, 0.0], [178.01209323521644, -38.670635865898625, 0.0], [178.01241622282967, -38.670648195717966, 0.0], [178.01274950310332, -38.67063387613187, 0.0], [178.01308697543953, -38.67063605216542, 0.0], [178.01325058558928, -38.67062902173211, 0.0], [178.01333409184326, -38.67060637423307, 0.0], [178.01347952297502, -38.67060012466702, 0.0], [178.01363499977464, -38.67065062048335, 0.0], [178.0138414853884, -38.670691776760016, 0.0], [178.01432472102744, -38.67069244947172, 0.0], [178.01474682225304, -38.670731483783705, 0.0], [178.01524856891461, -38.670736121721966, 0.0], [178.01566274418826, -38.67079217009771, 0.0], [178.01601362620866, -38.670855703071254, 0.0], [178.01642427413123, -38.670904753200674, 0.0], [178.01663922468205, -38.67089312800613, 0.0], [178.0168241710779, -38.67093044033979, 0.0], [178.01705170123068, -38.670968303484266, 0.0], [178.01722752045552, -38.671048890573296, 0.0], [178.01740287937434, -38.67107946713244, 0.0], [178.01751004857647, -38.67113441760912, 0.0], [178.01786126580282, -38.67120269525679, 0.0], [178.0180660171849, -38.671305860452115, 0.0], [178.01833526410525, -38.671375280013464, 0.0], [178.01864622683541, -38.6714762577612, 0.0], [178.01907938120678, -38.67158627209475, 0.0], [178.01938511747056, -38.67169938457258, 0.0], [178.01961278062163, -38.67178250212242, 0.0], [178.01990390456672, -38.67186050618847, 0.0], [178.0200380126196, -38.67190953033161, 0.0], [178.0202594510876, -38.67199053204477, 0.0], [178.0203492761626, -38.67205813806758, 0.0], [178.02043649837753, -38.67221876887908, 0.0], [178.02049841217493, -38.67245196017144, 0.0], [178.02056732572862, -38.67256811353149, 0.0]], "type": "LineString"}, "id": "4343", "properties": {"CPS": 4, "Date": "1972-04-27", "Digitiser": "ER", "Georef_ER": 4.0, "ID": 4343.0, "Notes": null, "Photoscale": 23900, "Pixel_Er": 0.650802270229833, "Proxy": 1, "Region": "Gisborne", "SHLength": 8.08192639727, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 4.727414049449901, "USDate": "04/27/1972"}, "type": "Feature"}, {"bbox": [177.98737219116518, -38.67525787943346, 178.02052644118916, -38.67041342359045], "geometry": {"coordinates": [[177.98737219116518, -38.67525787943346, 0.0], [177.98771503748435, -38.67516222045502, 0.0], [177.98828844752876, -38.67497331811524, 0.0], [177.98884483070756, -38.67480181795958, 0.0], [177.98963331456883, -38.674515562847176, 0.0], [177.99026615776404, -38.674307432210874, 0.0], [177.99088676501012, -38.67405455597901, 0.0], [177.99124050912937, -38.67398462704975, 0.0], [177.99194579186135, -38.67385677238773, 0.0], [177.99244739706677, -38.67372810006089, 0.0], [177.99283567844876, -38.673630481945324, 0.0], [177.993351881725, -38.67353691706463, 0.0], [177.9941491001715, -38.67337652540587, 0.0], [177.9947281022281, -38.673268354187464, 0.0], [177.9948563557036, -38.673277157653196, 0.0], [177.99516634680427, -38.67319003093585, 0.0], [177.99541100097832, -38.67312476025698, 0.0], [177.9959320974559, -38.673014297726546, 0.0], [177.99633166137974, -38.6729042729481, 0.0], [177.9966574607791, -38.67282599490812, 0.0], [177.99692943201643, -38.672716667926665, 0.0], [177.9971316629293, -38.67265321073024, 0.0], [177.99715969493633, -38.67257577325182, 0.0], [177.99731834671928, -38.67249750558087, 0.0], [177.99787413864857, -38.67236172433311, 0.0], [177.9984130732369, -38.672245721893205, 0.0], [177.9985338237925, -38.6721905180257, 0.0], [177.9986630689447, -38.672213569213554, 0.0], [177.99877214718921, -38.67220889557511, 0.0], [177.99891361017518, -38.6721456566565, 0.0], [177.99911082006403, -38.67205382245399, 0.0], [177.99933915691466, -38.6719725660692, 0.0], [177.99960915260837, -38.67196576071232, 0.0], [177.99984740650777, -38.671895990343955, 0.0], [178.000099601727, -38.671851828361234, 0.0], [178.00036848523808, -38.671785508994326, 0.0], [178.00065670737158, -38.67173503687749, 0.0], [178.00072963908065, -38.671691410026874, 0.0], [178.0008665303107, -38.6716498063188, 0.0], [178.00101229768507, -38.67164832270323, 0.0], [178.00109680399228, -38.67163993541214, 0.0], [178.00124631157166, -38.67160493762596, 0.0], [178.00146908141716, -38.671531062969784, 0.0], [178.0016272285709, -38.67144566400947, 0.0], [178.0018116029515, -38.6713877291524, 0.0], [178.0021444891222, -38.671280543410866, 0.0], [178.00246321908568, -38.67118825810648, 0.0], [178.00265689419336, -38.671089422417836, 0.0], [178.00288979145807, -38.67098652209718, 0.0], [178.0030697610995, -38.67095259812174, 0.0], [178.00322553800714, -38.67087682827741, 0.0], [178.00347997425644, -38.670777767892716, 0.0], [178.0037752436777, -38.670741280292575, 0.0], [178.00393234543301, -38.6706845118564, 0.0], [178.00418316086936, -38.6706642242649, 0.0], [178.00428314626083, -38.67065993552489, 0.0], [178.0045656319939, -38.67061446470148, 0.0], [178.0049358172428, -38.67056284855581, 0.0], [178.00524942955457, -38.670527952725394, 0.0], [178.00544350572875, -38.670522008626996, 0.0], [178.00571420214976, -38.67048180562759, 0.0], [178.00601183511827, -38.67043568140319, 0.0], [178.00626480456293, -38.670446268013634, 0.0], [178.0064348073701, -38.67044373766635, 0.0], [178.0066970766041, -38.67041342359045, 0.0], [178.00701719993535, -38.67042827381694, 0.0], [178.00730079938572, -38.67044230837604, 0.0], [178.00744988092603, -38.67048832230594, 0.0], [178.00760506619062, -38.67049119101026, 0.0], [178.00779495055477, -38.670468746166925, 0.0], [178.00814873402598, -38.670486913195056, 0.0], [178.00860619558225, -38.67051015771264, 0.0], [178.00884621609052, -38.67050938263505, 0.0], [178.00908739809208, -38.67052523392114, 0.0], [178.00945093503185, -38.67055250774785, 0.0], [178.00959993728563, -38.67051037386275, 0.0], [178.00973071778756, -38.67051190526196, 0.0], [178.0099640955776, -38.67059003196034, 0.0], [178.0104434303434, -38.67062185944674, 0.0], [178.01109143969333, -38.67063214569493, 0.0], [178.01154051797968, -38.67062238523469, 0.0], [178.01169927241094, -38.67058935930698, 0.0], [178.0118635056033, -38.670634716598, 0.0], [178.01212104055114, -38.67062365276653, 0.0], [178.01239335137404, -38.670650071733206, 0.0], [178.01249549413058, -38.67067665426476, 0.0], [178.01263893294043, -38.67064190270248, 0.0], [178.0128032074542, -38.67064437390248, 0.0], [178.01297823206576, -38.67067020681772, 0.0], [178.0131536294538, -38.67065790525916, 0.0], [178.0135893846157, -38.67067491561237, 0.0], [178.01383023497377, -38.67068600646788, 0.0], [178.01387767536772, -38.670712556276825, 0.0], [178.0142849996299, -38.67071410916602, 0.0], [178.0144943891075, -38.670709874128974, 0.0], [178.01482779520222, -38.670740808483075, 0.0], [178.01519789153062, -38.67077492940092, 0.0], [178.01554947689954, -38.67080508016863, 0.0], [178.0159724098089, -38.67085598615136, 0.0], [178.01630361783964, -38.67089892265386, 0.0], [178.01650188518985, -38.67090945650923, 0.0], [178.01668213987125, -38.6709231469722, 0.0], [178.01694669251603, -38.67096894784929, 0.0], [178.0171704900884, -38.67104032463852, 0.0], [178.01755603193726, -38.67112142138478, 0.0], [178.01787994308805, -38.671233756262694, 0.0], [178.01806708945182, -38.67125906003775, 0.0], [178.01817998654514, -38.671308998736095, 0.0], [178.01839419797, -38.67137363829727, 0.0], [178.01869270893113, -38.671470386777756, 0.0], [178.01889210460288, -38.67154042751062, 0.0], [178.01901425841314, -38.67159234952632, 0.0], [178.0193084109051, -38.671670224831026, 0.0], [178.01954919096224, -38.6717670724583, 0.0], [178.0197368014117, -38.67184238353026, 0.0], [178.02011255862936, -38.67195724593925, 0.0], [178.0202898801878, -38.67205920501954, 0.0], [178.02043153138482, -38.672346142172245, 0.0], [178.02052644118916, -38.67257314873444, 0.0]], "type": "LineString"}, "id": "4347", "properties": {"CPS": 4, "Date": "1988-10-27", "Digitiser": "ER", "Georef_ER": 4.0, "ID": 4347.0, "Notes": null, "Photoscale": 6000, "Pixel_Er": 0.224536264287637, "Proxy": 1, "Region": "Gisborne", "SHLength": 3.0738235539, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 4.167423248720994, "USDate": "10/27/1988"}, "type": "Feature"}, {"bbox": [177.9392416843532, -38.71396718009013, 177.95928631200627, -38.690643178146125], "geometry": {"coordinates": [[177.9392416843532, -38.71396718009013, 0.0], [177.9395325092215, -38.71390721509838, 0.0], [177.93979940515965, -38.713764877440326, 0.0], [177.94000508611762, -38.7134845679703, 0.0], [177.94022658016274, -38.71312496787412, 0.0], [177.94047609661615, -38.7127308262713, 0.0], [177.94062301839236, -38.712436327654544, 0.0], [177.9408585199583, -38.712147606318275, 0.0], [177.9411471994178, -38.71179230588725, 0.0], [177.94132713955898, -38.711491642818245, 0.0], [177.94155542410462, -38.71118654886815, 0.0], [177.94178927863828, -38.71087407119925, 0.0], [177.9419025969971, -38.71062149634116, 0.0], [177.94211219652198, -38.71039819599576, 0.0], [177.94229917694457, -38.71011152790039, 0.0], [177.942410200078, -38.709913845948435, 0.0], [177.94263093942993, -38.709675778075834, 0.0], [177.94290575387316, -38.70934012070682, 0.0], [177.94308846892477, -38.709079839039354, 0.0], [177.94326372731254, -38.7088436975115, 0.0], [177.94336015930148, -38.70861089656225, 0.0], [177.94370715623995, -38.7083079147903, 0.0], [177.94382333677953, -38.70814098471967, 0.0], [177.94395483937268, -38.70797578753335, 0.0], [177.94405684435645, -38.70782375272827, 0.0], [177.9442483138111, -38.70747018327238, 0.0], [177.9444835370877, -38.707133818283346, 0.0], [177.94476038138728, -38.706783776241245, 0.0], [177.94496741615268, -38.70647957704035, 0.0], [177.9450951406058, -38.706259742808626, 0.0], [177.94526915283672, -38.70596170801345, 0.0], [177.94542555130377, -38.70571683338996, 0.0], [177.94565421501878, -38.705461747216475, 0.0], [177.9458555141753, -38.70525070479663, 0.0], [177.94601887812846, -38.70506271256601, 0.0], [177.94609383349706, -38.70487132172498, 0.0], [177.94617977336478, -38.704750938132634, 0.0], [177.9463444407331, -38.70449379957124, 0.0], [177.94642555078323, -38.70443556396243, 0.0], [177.9465405708889, -38.70425200359398, 0.0], [177.94668426509182, -38.70404340273531, 0.0], [177.94680927713338, -38.70382844671747, 0.0], [177.94706144007537, -38.70351756538786, 0.0], [177.9471888253591, -38.70329297860838, 0.0], [177.94719283329943, -38.70321895312084, 0.0], [177.94728441824037, -38.70304829822304, 0.0], [177.9475351860499, -38.70276129948962, 0.0], [177.94770247863568, -38.70263031690904, 0.0], [177.94795325226178, -38.70243146718579, 0.0], [177.94807605613337, -38.70231666587465, 0.0], [177.94836859271865, -38.70193021379721, 0.0], [177.94848327605385, -38.70174190110904, 0.0], [177.94848490777227, -38.70167750615137, 0.0], [177.94864964746887, -38.70146562782685, 0.0], [177.94871239001424, -38.701317637462004, 0.0], [177.94891497233834, -38.70103744513925, 0.0], [177.94903990609157, -38.70095352417277, 0.0], [177.94913157127118, -38.70082813081479, 0.0], [177.94933539724965, -38.70069797840086, 0.0], [177.94950128134877, -38.700502727448516, 0.0], [177.94973466450276, -38.70022837417134, 0.0], [177.95009542776205, -38.699817581077056, 0.0], [177.950325611061, -38.69954098006528, 0.0], [177.9505468628704, -38.69926714012541, 0.0], [177.9507410835281, -38.69904209572416, 0.0], [177.95086649221577, -38.69887715003264, 0.0], [177.95108143733512, -38.69864407819518, 0.0], [177.95129040687107, -38.69845652585554, 0.0], [177.95147045195935, -38.698246376629925, 0.0], [177.95167515014344, -38.697997061710154, 0.0], [177.95178638396652, -38.69784701142263, 0.0], [177.95200811796113, -38.69758029575454, 0.0], [177.95222183081754, -38.69737348103353, 0.0], [177.95239179166174, -38.697149464021344, 0.0], [177.9526031278691, -38.696952279279216, 0.0], [177.9527816124318, -38.69676363632385, 0.0], [177.9529717281336, -38.69656735195538, 0.0], [177.95309745616333, -38.69640715535799, 0.0], [177.95323948921913, -38.69626294330159, 0.0], [177.95337538462243, -38.69616187547677, 0.0], [177.95359367351367, -38.695933422208505, 0.0], [177.95385005191895, -38.69568429153894, 0.0], [177.95412879638982, -38.69545088746966, 0.0], [177.9542388715409, -38.695284207218755, 0.0], [177.95436565449418, -38.695095375384184, 0.0], [177.9545666620131, -38.69492483272949, 0.0], [177.95474219574055, -38.69478157848922, 0.0], [177.95494343968934, -38.6945705238631, 0.0], [177.9550644121915, -38.69442958674523, 0.0], [177.9551976728613, -38.69429050995348, 0.0], [177.9553640368854, -38.694190528092435, 0.0], [177.95554201468303, -38.69399475543361, 0.0], [177.95583517181208, -38.693794089266675, 0.0], [177.95591657330115, -38.693652450035096, 0.0], [177.95603451137063, -38.693511640898, 0.0], [177.9562594302121, -38.69333531473897, 0.0], [177.95645011187003, -38.693191414470576, 0.0], [177.95665675119005, -38.69297059811586, 0.0], [177.95696275523642, -38.692736029375496, 0.0], [177.95712500442102, -38.69257665925727, 0.0], [177.95725539111896, -38.69244008482144, 0.0], [177.95745311652692, -38.692310178239914, 0.0], [177.95758784800174, -38.69219247823923, 0.0], [177.95774739235134, -38.69203798711659, 0.0], [177.95800021870696, -38.69178185156923, 0.0], [177.95819171463907, -38.69164982613688, 0.0], [177.95842726668351, -38.6914516022154, 0.0], [177.95862644615622, -38.691254923957516, 0.0], [177.95896429705581, -38.69099755465896, 0.0], [177.95906436825467, -38.69086226704564, 0.0], [177.95926772615877, -38.69068208712174, 0.0], [177.95928631200627, -38.690643178146125, 0.0]], "type": "LineString"}, "id": "4350", "properties": {"CPS": 3, "Date": "1957-10-29", "Digitiser": "ER", "Georef_ER": 5.0, "ID": 4350.0, "Notes": null, "Photoscale": 44500, "Pixel_Er": 1.177433886158844, "Proxy": 1, "Region": "Gisborne", "SHLength": 3.16412547166, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 5.256248715222209, "USDate": "10/29/1957"}, "type": "Feature"}, {"bbox": [177.95928631200627, -38.690643178146125, 178.00495823868243, -38.67051363128319], "geometry": {"coordinates": [[177.95928631200627, -38.690643178146125, 0.0], [177.9595315268123, -38.690318391811374, 0.0], [177.96042917061558, -38.68967270626317, 0.0], [177.9616283523622, -38.68866278152714, 0.0], [177.9624995241956, -38.687964602177985, 0.0], [177.96364361932805, -38.68714759515791, 0.0], [177.96420210932348, -38.68674006163363, 0.0], [177.9648803589858, -38.68626330178158, 0.0], [177.96557661899493, -38.685783389120516, 0.0], [177.96608852245495, -38.68540661756498, 0.0], [177.96643992290294, -38.685170092688004, 0.0], [177.9670586151472, -38.68475541680599, 0.0], [177.96782471406516, -38.684274900106125, 0.0], [177.96844029322358, -38.683903233346705, 0.0], [177.9686900545467, -38.68373535606865, 0.0], [177.96935898878, -38.68325658565879, 0.0], [177.96985425207805, -38.68294721490231, 0.0], [177.97040676146597, -38.68263063826412, 0.0], [177.9705972553601, -38.68257249108645, 0.0], [177.9707209780634, -38.6824719227021, 0.0], [177.97115907959258, -38.68221501299787, 0.0], [177.9714678906339, -38.68206605550868, 0.0], [177.971924664051, -38.68181549457767, 0.0], [177.97230633162002, -38.681577662791824, 0.0], [177.97260792285027, -38.68141233318135, 0.0], [177.97302759934814, -38.68119670317101, 0.0], [177.9735313013625, -38.68096557742075, 0.0], [177.9737063695822, -38.68086043458823, 0.0], [177.97395973384792, -38.68074480603495, 0.0], [177.97434854019156, -38.68056622384967, 0.0], [177.9745677434949, -38.68044013853191, 0.0], [177.974860499999, -38.6803228283335, 0.0], [177.97508471042772, -38.680225117544076, 0.0], [177.97519139434868, -38.68014194816187, 0.0], [177.9753559226003, -38.6801039600725, 0.0], [177.97574010474054, -38.679858862958085, 0.0], [177.97629530402074, -38.67962552918216, 0.0], [177.97669131305275, -38.679463309075885, 0.0], [177.97686410520785, -38.67941305429445, 0.0], [177.97729119780934, -38.67917326888649, 0.0], [177.97791542394842, -38.6789274529307, 0.0], [177.978364651055, -38.67874389716572, 0.0], [177.97873370711972, -38.67858758529867, 0.0], [177.97912976467003, -38.67838247161581, 0.0], [177.97939694202492, -38.67824718273372, 0.0], [177.9799472101078, -38.67803071938393, 0.0], [177.9804199024999, -38.67779135876578, 0.0], [177.9809330808957, -38.67760982803079, 0.0], [177.98151149549608, -38.67736118440539, 0.0], [177.9818428533199, -38.67718741338316, 0.0], [177.98225145101733, -38.677031784535934, 0.0], [177.9825853403054, -38.676850756126306, 0.0], [177.98301046443254, -38.67667059475315, 0.0], [177.9833679802051, -38.676567174539414, 0.0], [177.98384681829293, -38.67637280368885, 0.0], [177.98428708696449, -38.676191990797626, 0.0], [177.9849015089077, -38.675937027599886, 0.0], [177.98534546281186, -38.67576558297869, 0.0], [177.98580440002112, -38.6755911139645, 0.0], [177.98640817713766, -38.67535803961125, 0.0], [177.98704996395233, -38.67514716147508, 0.0], [177.9876245883262, -38.674932004000105, 0.0], [177.98803045932135, -38.67478123674953, 0.0], [177.98840580708597, -38.674672274153906, 0.0], [177.9887298072395, -38.67456788848136, 0.0], [177.9890270861916, -38.67442890854857, 0.0], [177.98928927077378, -38.674353371273156, 0.0], [177.98975165969162, -38.67422876994733, 0.0], [177.99021481629282, -38.67402789702968, 0.0], [177.9905347344408, -38.67395226989568, 0.0], [177.990916683145, -38.67380728092947, 0.0], [177.9912554411439, -38.67374037549198, 0.0], [177.99164157473362, -38.67361188198018, 0.0], [177.99191196311762, -38.67356695913885, 0.0], [177.99221033591894, -38.67348748455273, 0.0], [177.99264908182442, -38.673416296480326, 0.0], [177.99302656449058, -38.67333819911798, 0.0], [177.99355846388568, -38.67320822557832, 0.0], [177.9940638664792, -38.67313417912823, 0.0], [177.9945195778556, -38.67308846424284, 0.0], [177.99501004490574, -38.672974552294676, 0.0], [177.9954881737325, -38.672901667428214, 0.0], [177.99600133712096, -38.672808221114764, 0.0], [177.99654430215904, -38.67270634901686, 0.0], [177.9970888054005, -38.67258296693188, 0.0], [177.99763027654404, -38.67245971221955, 0.0], [177.9983190544053, -38.67231346722481, 0.0], [177.99887214379308, -38.67218256184983, 0.0], [177.99906374190488, -38.67214099853052, 0.0], [177.9995572232518, -38.67202693849684, 0.0], [177.99994602868017, -38.67189353858564, 0.0], [178.00044660843042, -38.67175058185944, 0.0], [178.00099130930772, -38.67158667255705, 0.0], [178.00141630243286, -38.671449334207686, 0.0], [178.00184884489877, -38.67133311223345, 0.0], [178.0023231884304, -38.671162683667745, 0.0], [178.0026950107567, -38.67100379660634, 0.0], [178.00314418906675, -38.6709082981063, 0.0], [178.00348533152086, -38.67078884257394, 0.0], [178.00401146009702, -38.67066383422543, 0.0], [178.00431652716495, -38.67059357151216, 0.0], [178.0047015302562, -38.67053655572373, 0.0], [178.00495251057978, -38.67051864180443, 0.0], [178.00495823868243, -38.67051363128319, 0.0]], "type": "LineString"}, "id": "4351", "properties": {"CPS": 4, "Date": "1957-10-29", "Digitiser": "ER", "Georef_ER": 5.0, "ID": 4351.0, "Notes": null, "Photoscale": 44500, "Pixel_Er": 1.177433886158844, "Proxy": 1, "Region": "Gisborne", "SHLength": 4.6519362472, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 5.565262847006879, "USDate": "10/29/1957"}, "type": "Feature"}, {"bbox": [178.0100137207698, -38.67211729187875, 178.02041148062395, -38.67048802714393], "geometry": {"coordinates": [[178.0100137207698, -38.67048802714393, 0.0], [178.01053960217646, -38.67051189939527, 0.0], [178.0110816705919, -38.67050648531722, 0.0], [178.01141393401954, -38.67049936042245, 0.0], [178.01172446977873, -38.67050746228646, 0.0], [178.01259929854828, -38.670502040190236, 0.0], [178.01331431405495, -38.67049275833452, 0.0], [178.01354684191514, -38.67049348668862, 0.0], [178.01412165808304, -38.670565269834306, 0.0], [178.01478487754054, -38.67059751437531, 0.0], [178.01526755479662, -38.67065538441358, 0.0], [178.0155858752234, -38.67070959775318, 0.0], [178.01586758907385, -38.67076181049643, 0.0], [178.0162096308823, -38.670829296527494, 0.0], [178.01642093127865, -38.67085237325767, 0.0], [178.01669031595884, -38.67085865762425, 0.0], [178.01688848094255, -38.67088944548329, 0.0], [178.0171370793684, -38.6709895356303, 0.0], [178.01744301461693, -38.67106214429613, 0.0], [178.0177822029416, -38.67121908769928, 0.0], [178.01809772784978, -38.67129842928754, 0.0], [178.01839831628027, -38.671424868966234, 0.0], [178.01856367256397, -38.671442770903745, 0.0], [178.01868782110867, -38.67152319605237, 0.0], [178.01892963456805, -38.67159141195932, 0.0], [178.01901038693555, -38.6716379679383, 0.0], [178.01915407299634, -38.67160677127751, 0.0], [178.0194993635774, -38.671720564095416, 0.0], [178.01980001066147, -38.671782673214, 0.0], [178.0200478673448, -38.67187206814154, 0.0], [178.02021771525887, -38.67195409869463, 0.0], [178.02035020752308, -38.67202344223485, 0.0], [178.02041148062395, -38.67211729187875, 0.0]], "type": "LineString"}, "id": "4352", "properties": {"CPS": 2, "Date": "1957-10-29", "Digitiser": "ER", "Georef_ER": 5.0, "ID": 4352.0, "Notes": null, "Photoscale": 44500, "Pixel_Er": 1.177433886158844, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.948118058504, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 5.2172934128986, "USDate": "10/29/1957"}, "type": "Feature"}, {"bbox": [178.02035079338143, -38.67260661612784, 178.02050044683517, -38.672089878757056], "geometry": {"coordinates": [[178.02039358296514, -38.672089878757056, 0.0], [178.02035079338143, -38.67222711058935, 0.0], [178.0204341834522, -38.6724415098733, 0.0], [178.02050044683517, -38.67260661612784, 0.0]], "type": "LineString"}, "id": "4353", "properties": {"CPS": 1, "Date": "1957-10-29", "Digitiser": "ER", "Georef_ER": 5.0, "ID": 4353.0, "Notes": null, "Photoscale": 44500, "Pixel_Er": 1.177433886158844, "Proxy": 5, "Region": "Gisborne", "SHLength": 0.0598952715118, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 5.183835506290214, "USDate": "10/29/1957"}, "type": "Feature"}], "type": "FeatureCollection"});\n", "\n", " \n", " \n", - " geo_json_2188a0bf8da969b187430e6177672cb1.bindTooltip(\n", + " geo_json_744ac17a67da8bf6b0671eb98eb98a37.bindTooltip(\n", " function(layer){\n", " let div = L.DomUtil.create('div');\n", " \n", @@ -739,61 +740,61 @@ " ,{"className": "foliumtooltip", "sticky": true});\n", " \n", " \n", - " geo_json_2188a0bf8da969b187430e6177672cb1.addTo(map_50d40ff851c8483661ab84bd79787eae);\n", + " geo_json_744ac17a67da8bf6b0671eb98eb98a37.addTo(map_e06a7437f9a753c801933c7cde154f5f);\n", " \n", " \n", - " function geo_json_a5406939971bfd62092a89a679658a1b_styler(feature) {\n", + " function geo_json_9468f77b8ad987a896a03d8b552aea28_styler(feature) {\n", " switch(feature.id) {\n", " default:\n", " return {"color": "green", "fillColor": "green", "fillOpacity": 0.5, "weight": 2};\n", " }\n", " }\n", - " function geo_json_a5406939971bfd62092a89a679658a1b_highlighter(feature) {\n", + " function geo_json_9468f77b8ad987a896a03d8b552aea28_highlighter(feature) {\n", " switch(feature.id) {\n", " default:\n", " return {"fillOpacity": 0.75};\n", " }\n", " }\n", - " function geo_json_a5406939971bfd62092a89a679658a1b_pointToLayer(feature, latlng) {\n", + " function geo_json_9468f77b8ad987a896a03d8b552aea28_pointToLayer(feature, latlng) {\n", " var opts = {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 2, "stroke": true, "weight": 3};\n", " \n", - " let style = geo_json_a5406939971bfd62092a89a679658a1b_styler(feature)\n", + " let style = geo_json_9468f77b8ad987a896a03d8b552aea28_styler(feature)\n", " Object.assign(opts, style)\n", " \n", " return new L.CircleMarker(latlng, opts)\n", " }\n", "\n", - " function geo_json_a5406939971bfd62092a89a679658a1b_onEachFeature(feature, layer) {\n", + " function geo_json_9468f77b8ad987a896a03d8b552aea28_onEachFeature(feature, layer) {\n", " layer.on({\n", " mouseout: function(e) {\n", " if(typeof e.target.setStyle === "function"){\n", - " geo_json_a5406939971bfd62092a89a679658a1b.resetStyle(e.target);\n", + " geo_json_9468f77b8ad987a896a03d8b552aea28.resetStyle(e.target);\n", " }\n", " },\n", " mouseover: function(e) {\n", " if(typeof e.target.setStyle === "function"){\n", - " const highlightStyle = geo_json_a5406939971bfd62092a89a679658a1b_highlighter(e.target.feature)\n", + " const highlightStyle = geo_json_9468f77b8ad987a896a03d8b552aea28_highlighter(e.target.feature)\n", " e.target.setStyle(highlightStyle);\n", " }\n", " },\n", " });\n", " };\n", - " var geo_json_a5406939971bfd62092a89a679658a1b = L.geoJson(null, {\n", - " onEachFeature: geo_json_a5406939971bfd62092a89a679658a1b_onEachFeature,\n", + " var geo_json_9468f77b8ad987a896a03d8b552aea28 = L.geoJson(null, {\n", + " onEachFeature: geo_json_9468f77b8ad987a896a03d8b552aea28_onEachFeature,\n", " \n", - " style: geo_json_a5406939971bfd62092a89a679658a1b_styler,\n", - " pointToLayer: geo_json_a5406939971bfd62092a89a679658a1b_pointToLayer,\n", + " style: geo_json_9468f77b8ad987a896a03d8b552aea28_styler,\n", + " pointToLayer: geo_json_9468f77b8ad987a896a03d8b552aea28_pointToLayer,\n", " });\n", "\n", - " function geo_json_a5406939971bfd62092a89a679658a1b_add (data) {\n", - " geo_json_a5406939971bfd62092a89a679658a1b\n", + " function geo_json_9468f77b8ad987a896a03d8b552aea28_add (data) {\n", + " geo_json_9468f77b8ad987a896a03d8b552aea28\n", " .addData(data);\n", " }\n", - " geo_json_a5406939971bfd62092a89a679658a1b_add({"bbox": [177.94207690757688, -38.710437782600856, 178.02342446877617, -38.66815198327875], "features": [{"bbox": [178.0190476868501, -38.67258045917593, 178.0233234827698, -38.67155135386446], "geometry": {"coordinates": [[178.0190476868501, -38.67258045917593, 0.0], [178.0233234827698, -38.67155135386446, 0.0]], "type": "LineString"}, "id": "0", "properties": {"Unique_ID": 100405731038.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0190813443923, -38.67266640764954, 178.0233571446657, -38.671637300724164], "geometry": {"coordinates": [[178.0190813443923, -38.67266640764954, 0.0], [178.0233571446657, -38.671637300724164, 0.0]], "type": "LineString"}, "id": "1", "properties": {"Unique_ID": 100405729954.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0191150020188, -38.67275235608979, 178.02339080667542, -38.67172324762595], "geometry": {"coordinates": [[178.0191150020188, -38.67275235608979, 0.0], [178.02339080667542, -38.67172324762595, 0.0]], "type": "LineString"}, "id": "2", "properties": {"Unique_ID": 100405728876.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01914865973632, -38.67283830451414, 178.02342446877617, -38.67180919451182], "geometry": {"coordinates": [[178.01914865973632, -38.67283830451414, 0.0], [178.02342446877617, -38.67180919451182, 0.0]], "type": "LineString"}, "id": "3", "properties": {"Unique_ID": 100405727753.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94207690757688, -38.710437782600856, 177.9462676452432, -38.70920706904341], "geometry": {"coordinates": [[177.9462676452432, -38.710437782600856, 0.0], [177.94207690757688, -38.70920706904341, 0.0]], "type": "LineString"}, "id": "4", "properties": {"Unique_ID": 100406578730.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94211718500623, -38.71035358841553, 177.94630791811784, -38.70912287601792], "geometry": {"coordinates": [[177.94630791811784, -38.71035358841553, 0.0], [177.94211718500623, -38.70912287601792, 0.0]], "type": "LineString"}, "id": "5", "properties": {"Unique_ID": 100406577621.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9421574623498, -38.710269394221775, 177.9463481909067, -38.70903868298397], "geometry": {"coordinates": [[177.9463481909067, -38.710269394221775, 0.0], [177.9421574623498, -38.70903868298397, 0.0]], "type": "LineString"}, "id": "6", "properties": {"Unique_ID": 100406576512.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94219773962052, -38.710185200027624, 177.9463884636059, -38.70895448991463], "geometry": {"coordinates": [[177.9463884636059, -38.710185200027624, 0.0], [177.94219773962052, -38.70895448991463, 0.0]], "type": "LineString"}, "id": "7", "properties": {"Unique_ID": 100406575402.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94223801679254, -38.71010100581695, 177.94642873622323, -38.70887029686374], "geometry": {"coordinates": [[177.94642873622323, -38.71010100581695, 0.0], [177.94223801679254, -38.70887029686374, 0.0]], "type": "LineString"}, "id": "8", "properties": {"Unique_ID": 100406574296.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9422782938788, -38.71001681159784, 177.94646900875475, -38.70878610380442], "geometry": {"coordinates": [[177.94646900875475, -38.71001681159784, 0.0], [177.9422782938788, -38.70878610380442, 0.0]], "type": "LineString"}, "id": "9", "properties": {"Unique_ID": 100406573191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94231857088897, -38.70993261737634, 177.94650928119765, -38.70870191071639], "geometry": {"coordinates": [[177.94650928119765, -38.70993261737634, 0.0], [177.94231857088897, -38.70870191071639, 0.0]], "type": "LineString"}, "id": "10", "properties": {"Unique_ID": 100406572095.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9423588477811, -38.70984842312616, 177.94654955356444, -38.70861771768733], "geometry": {"coordinates": [[177.94654955356444, -38.70984842312616, 0.0], [177.9423588477811, -38.70861771768733, 0.0]], "type": "LineString"}, "id": "11", "properties": {"Unique_ID": 100406571002.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94239912461, -38.709764228881696, 177.94658982583869, -38.70853352460262], "geometry": {"coordinates": [[177.94658982583869, -38.709764228881696, 0.0], [177.94239912461, -38.70853352460262, 0.0]], "type": "LineString"}, "id": "12", "properties": {"Unique_ID": 100406569924.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94243940136604, -38.70968003463685, 177.9466300980233, -38.70844933148252], "geometry": {"coordinates": [[177.9466300980233, -38.70968003463685, 0.0], [177.94243940136604, -38.70844933148252, 0.0]], "type": "LineString"}, "id": "13", "properties": {"Unique_ID": 100406568860.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9424796780234, -38.70959584037548, 177.94667037012604, -38.7083651383809], "geometry": {"coordinates": [[177.94667037012604, -38.70959584037548, 0.0], [177.9424796780234, -38.7083651383809, 0.0]], "type": "LineString"}, "id": "14", "properties": {"Unique_ID": 100406567809.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94251995458214, -38.709511646097575, 177.94671064214688, -38.70828094529776], "geometry": {"coordinates": [[177.94671064214688, -38.709511646097575, 0.0], [177.94251995458214, -38.70828094529776, 0.0]], "type": "LineString"}, "id": "15", "properties": {"Unique_ID": 100406566770.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94256023106794, -38.709427451819295, 177.94675091407808, -38.70819675217922], "geometry": {"coordinates": [[177.94675091407808, -38.709427451819295, 0.0], [177.94256023106794, -38.70819675217922, 0.0]], "type": "LineString"}, "id": "16", "properties": {"Unique_ID": 100406565740.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94260050749054, -38.70934325754673, 177.94679118591677, -38.70811255900505], "geometry": {"coordinates": [[177.94679118591677, -38.70934325754673, 0.0], [177.94260050749054, -38.70811255900505, 0.0]], "type": "LineString"}, "id": "17", "properties": {"Unique_ID": 100406564718.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94264078380485, -38.70925906325156, 177.94683145767644, -38.708028365869595], "geometry": {"coordinates": [[177.94683145767644, -38.70925906325156, 0.0], [177.94264078380485, -38.708028365869595, 0.0]], "type": "LineString"}, "id": "18", "properties": {"Unique_ID": 100406563703.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94268106002366, -38.709174868941865, 177.94687172935326, -38.707944172745925], "geometry": {"coordinates": [[177.94687172935326, -38.709174868941865, 0.0], [177.94268106002366, -38.707944172745925, 0.0]], "type": "LineString"}, "id": "19", "properties": {"Unique_ID": 100406562693.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9427213361664, -38.70909067462979, 177.9469120009414, -38.70785997959356], "geometry": {"coordinates": [[177.9469120009414, -38.70909067462979, 0.0], [177.9427213361664, -38.70785997959356, 0.0]], "type": "LineString"}, "id": "20", "properties": {"Unique_ID": 100406561686.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94276161221043, -38.709006480301184, 177.9469522724477, -38.70777578645965], "geometry": {"coordinates": [[177.9469522724477, -38.709006480301184, 0.0], [177.94276161221043, -38.70777578645965, 0.0]], "type": "LineString"}, "id": "21", "properties": {"Unique_ID": 100406560681.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94280188818163, -38.708922285972214, 177.94699254386435, -38.70769159329037], "geometry": {"coordinates": [[177.94699254386435, -38.708922285972214, 0.0], [177.94280188818163, -38.70769159329037, 0.0]], "type": "LineString"}, "id": "22", "properties": {"Unique_ID": 100406559677.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94284216406706, -38.708838091634796, 177.94703281519523, -38.707607400112636], "geometry": {"coordinates": [[177.94703281519523, -38.708838091634796, 0.0], [177.94284216406706, -38.707607400112636, 0.0]], "type": "LineString"}, "id": "23", "properties": {"Unique_ID": 100406558673.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94288243988925, -38.70875389730307, 177.9470730864336, -38.70752320687926], "geometry": {"coordinates": [[177.9470730864336, -38.70875389730307, 0.0], [177.94288243988925, -38.70752320687926, 0.0]], "type": "LineString"}, "id": "24", "properties": {"Unique_ID": 100406557670.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94292271561602, -38.70866970295685, 177.9471133575891, -38.70743901365766], "geometry": {"coordinates": [[177.9471133575891, -38.70866970295685, 0.0], [177.94292271561602, -38.70743901365766, 0.0]], "type": "LineString"}, "id": "25", "properties": {"Unique_ID": 100406556668.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94296299122155, -38.708585508579915, 177.9471536286695, -38.70735482050172], "geometry": {"coordinates": [[177.9471536286695, -38.708585508579915, 0.0], [177.94296299122155, -38.70735482050172, 0.0]], "type": "LineString"}, "id": "26", "properties": {"Unique_ID": 100406555665.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94308097696208, -38.708544852421205, 177.9471773230101, -38.707132660568696], "geometry": {"coordinates": [[177.9471773230101, -38.708544852421205, 0.0], [177.94308097696208, -38.707132660568696, 0.0]], "type": "LineString"}, "id": "27", "properties": {"Unique_ID": 100406554142.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94312719178487, -38.70846255218688, 177.94722353367993, -38.70705036169796], "geometry": {"coordinates": [[177.94722353367993, -38.70846255218688, 0.0], [177.94312719178487, -38.70705036169796, 0.0]], "type": "LineString"}, "id": "28", "properties": {"Unique_ID": 100406553142.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9431734065094, -38.7083802519405, 177.94726974425157, -38.70696806281516], "geometry": {"coordinates": [[177.94726974425157, -38.7083802519405, 0.0], [177.9431734065094, -38.70696806281516, 0.0]], "type": "LineString"}, "id": "29", "properties": {"Unique_ID": 100406552142.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94321962113568, -38.70829795168202, 177.9473159547249, -38.70688576392025], "geometry": {"coordinates": [[177.9473159547249, -38.70829795168202, 0.0], [177.94321962113568, -38.70688576392025, 0.0]], "type": "LineString"}, "id": "30", "properties": {"Unique_ID": 100406551142.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94326583566368, -38.708215651411486, 177.94736216510003, -38.70680346501329], "geometry": {"coordinates": [[177.94736216510003, -38.708215651411486, 0.0], [177.94326583566368, -38.70680346501329, 0.0]], "type": "LineString"}, "id": "31", "properties": {"Unique_ID": 100406550142.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94331205009345, -38.708133351128886, 177.94740837537688, -38.70672116609425], "geometry": {"coordinates": [[177.94740837537688, -38.708133351128886, 0.0], [177.94331205009345, -38.70672116609425, 0.0]], "type": "LineString"}, "id": "32", "properties": {"Unique_ID": 100406549142.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94335826442492, -38.708051050834214, 177.9474545855555, -38.706638867163136], "geometry": {"coordinates": [[177.9474545855555, -38.708051050834214, 0.0], [177.94335826442492, -38.706638867163136, 0.0]], "type": "LineString"}, "id": "33", "properties": {"Unique_ID": 100406548141.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94340447865818, -38.707968750527485, 177.94750079563588, -38.70655656821994], "geometry": {"coordinates": [[177.94750079563588, -38.707968750527485, 0.0], [177.94340447865818, -38.70655656821994, 0.0]], "type": "LineString"}, "id": "34", "properties": {"Unique_ID": 100406547141.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9434506927932, -38.70788645020868, 177.947547005618, -38.70647426926466], "geometry": {"coordinates": [[177.947547005618, -38.70788645020868, 0.0], [177.9434506927932, -38.70647426926466, 0.0]], "type": "LineString"}, "id": "35", "properties": {"Unique_ID": 100406546140.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94349690682995, -38.707804149877816, 177.94759321550188, -38.70639197029732], "geometry": {"coordinates": [[177.94759321550188, -38.707804149877816, 0.0], [177.94349690682995, -38.70639197029732, 0.0]], "type": "LineString"}, "id": "36", "properties": {"Unique_ID": 100406545139.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94354312076842, -38.70772184953489, 177.94763942528755, -38.706309671317904], "geometry": {"coordinates": [[177.94763942528755, -38.70772184953489, 0.0], [177.94354312076842, -38.706309671317904, 0.0]], "type": "LineString"}, "id": "37", "properties": {"Unique_ID": 100406544137.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94358933460865, -38.70763954917988, 177.94768563497493, -38.70622737232641], "geometry": {"coordinates": [[177.94768563497493, -38.70763954917988, 0.0], [177.94358933460865, -38.70622737232641, 0.0]], "type": "LineString"}, "id": "38", "properties": {"Unique_ID": 100406543134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94363554835064, -38.70755724881281, 177.9477318445641, -38.706145073322844], "geometry": {"coordinates": [[177.9477318445641, -38.70755724881281, 0.0], [177.94363554835064, -38.706145073322844, 0.0]], "type": "LineString"}, "id": "39", "properties": {"Unique_ID": 100406542129.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94368176199438, -38.707474948433685, 177.94777805405502, -38.7060627743072], "geometry": {"coordinates": [[177.94777805405502, -38.707474948433685, 0.0], [177.94368176199438, -38.7060627743072, 0.0]], "type": "LineString"}, "id": "40", "properties": {"Unique_ID": 100406541124.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94372797553987, -38.707392648042486, 177.94782426344767, -38.705980475279475], "geometry": {"coordinates": [[177.94782426344767, -38.707392648042486, 0.0], [177.94372797553987, -38.705980475279475, 0.0]], "type": "LineString"}, "id": "41", "properties": {"Unique_ID": 100406540119.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9437741889871, -38.707310347639215, 177.94787047274212, -38.70589817623968], "geometry": {"coordinates": [[177.94787047274212, -38.707310347639215, 0.0], [177.9437741889871, -38.70589817623968, 0.0]], "type": "LineString"}, "id": "42", "properties": {"Unique_ID": 100406539112.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9438204023361, -38.70722804722389, 177.94791668193832, -38.70581587718782], "geometry": {"coordinates": [[177.94791668193832, -38.70722804722389, 0.0], [177.9438204023361, -38.70581587718782, 0.0]], "type": "LineString"}, "id": "43", "properties": {"Unique_ID": 100406538104.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94386661558684, -38.70714574679649, 177.9479628910363, -38.705733578123876], "geometry": {"coordinates": [[177.9479628910363, -38.70714574679649, 0.0], [177.94386661558684, -38.705733578123876, 0.0]], "type": "LineString"}, "id": "44", "properties": {"Unique_ID": 100406537097.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94391282873934, -38.70706344635703, 177.94800910003602, -38.70565127904786], "geometry": {"coordinates": [[177.94800910003602, -38.70706344635703, 0.0], [177.94391282873934, -38.70565127904786, 0.0]], "type": "LineString"}, "id": "45", "properties": {"Unique_ID": 100406536090.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9439590417936, -38.706981145905516, 177.9480553089375, -38.70556897995978], "geometry": {"coordinates": [[177.9480553089375, -38.706981145905516, 0.0], [177.9439590417936, -38.70556897995978, 0.0]], "type": "LineString"}, "id": "46", "properties": {"Unique_ID": 100406535082.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94400525474958, -38.70689884544191, 177.94810151774072, -38.70548668085961], "geometry": {"coordinates": [[177.94810151774072, -38.70689884544191, 0.0], [177.94400525474958, -38.70548668085961, 0.0]], "type": "LineString"}, "id": "47", "properties": {"Unique_ID": 100406534073.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94405146760735, -38.706816544966266, 177.94814772644574, -38.70540438174738], "geometry": {"coordinates": [[177.94814772644574, -38.706816544966266, 0.0], [177.94405146760735, -38.70540438174738, 0.0]], "type": "LineString"}, "id": "48", "properties": {"Unique_ID": 100406533065.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94409768036684, -38.70673424447854, 177.94819393505253, -38.70532208262306], "geometry": {"coordinates": [[177.94819393505253, -38.70673424447854, 0.0], [177.94409768036684, -38.70532208262306, 0.0]], "type": "LineString"}, "id": "49", "properties": {"Unique_ID": 100406532056.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94414389302813, -38.706651943978756, 177.94824014356107, -38.705239783486675], "geometry": {"coordinates": [[177.94824014356107, -38.706651943978756, 0.0], [177.94414389302813, -38.705239783486675, 0.0]], "type": "LineString"}, "id": "50", "properties": {"Unique_ID": 100406531047.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94419010559116, -38.706569643466906, 177.94828635197138, -38.70515748433823], "geometry": {"coordinates": [[177.94828635197138, -38.706569643466906, 0.0], [177.94419010559116, -38.70515748433823, 0.0]], "type": "LineString"}, "id": "51", "properties": {"Unique_ID": 100406530038.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94423631805594, -38.706487342943, 177.94833256028343, -38.70507518517769], "geometry": {"coordinates": [[177.94833256028343, -38.706487342943, 0.0], [177.94423631805594, -38.70507518517769, 0.0]], "type": "LineString"}, "id": "52", "properties": {"Unique_ID": 100406529030.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94428253042247, -38.706405042407006, 177.94837876849726, -38.70499288600508], "geometry": {"coordinates": [[177.94837876849726, -38.706405042407006, 0.0], [177.94428253042247, -38.70499288600508, 0.0]], "type": "LineString"}, "id": "53", "properties": {"Unique_ID": 100406528021.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94432874269074, -38.70632274185897, 177.94842497661287, -38.70491058682042], "geometry": {"coordinates": [[177.94842497661287, -38.70632274185897, 0.0], [177.94432874269074, -38.70491058682042, 0.0]], "type": "LineString"}, "id": "54", "properties": {"Unique_ID": 100406527012.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94437495486082, -38.70624044129886, 177.94847118463025, -38.70482828762367], "geometry": {"coordinates": [[177.94847118463025, -38.70624044129886, 0.0], [177.94437495486082, -38.70482828762367, 0.0]], "type": "LineString"}, "id": "55", "properties": {"Unique_ID": 100406526003.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94442116693264, -38.7061581407267, 177.94851739254938, -38.70474598841485], "geometry": {"coordinates": [[177.94851739254938, -38.7061581407267, 0.0], [177.94442116693264, -38.70474598841485, 0.0]], "type": "LineString"}, "id": "56", "properties": {"Unique_ID": 100406524995.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9444673789062, -38.70607584014247, 177.9485636003703, -38.70466368919397], "geometry": {"coordinates": [[177.9485636003703, -38.70607584014247, 0.0], [177.9444673789062, -38.70466368919397, 0.0]], "type": "LineString"}, "id": "57", "properties": {"Unique_ID": 100406523986.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94451359078155, -38.705993539546164, 177.94860980809298, -38.704581389961], "geometry": {"coordinates": [[177.94860980809298, -38.705993539546164, 0.0], [177.94451359078155, -38.704581389961, 0.0]], "type": "LineString"}, "id": "58", "properties": {"Unique_ID": 100406522978.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94455980255864, -38.705911238937816, 177.94865601571743, -38.70449909071596], "geometry": {"coordinates": [[177.94865601571743, -38.705911238937816, 0.0], [177.94455980255864, -38.70449909071596, 0.0]], "type": "LineString"}, "id": "59", "properties": {"Unique_ID": 100406521970.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9446060142375, -38.705828938317396, 177.94870222324366, -38.704416791458875], "geometry": {"coordinates": [[177.94870222324366, -38.705828938317396, 0.0], [177.9446060142375, -38.704416791458875, 0.0]], "type": "LineString"}, "id": "60", "properties": {"Unique_ID": 100406520962.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94473483763255, -38.705787421607276, 177.9487264515475, -38.70420201020531], "geometry": {"coordinates": [[177.9487264515475, -38.705787421607276, 0.0], [177.94473483763255, -38.70420201020531, 0.0]], "type": "LineString"}, "id": "61", "properties": {"Unique_ID": 100406519622.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94478671863703, -38.705707222233585, 177.9487783288155, -38.704121812336716], "geometry": {"coordinates": [[177.9487783288155, -38.705707222233585, 0.0], [177.94478671863703, -38.704121812336716, 0.0]], "type": "LineString"}, "id": "62", "properties": {"Unique_ID": 100406518620.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94483859947553, -38.705627022817424, 177.9488302059913, -38.70404161453967], "geometry": {"coordinates": [[177.9488302059913, -38.705627022817424, 0.0], [177.94483859947553, -38.70404161453967, 0.0]], "type": "LineString"}, "id": "63", "properties": {"Unique_ID": 100406517619.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94489048024099, -38.70554682340192, 177.94888208304695, -38.70396141667049], "geometry": {"coordinates": [[177.94888208304695, -38.70554682340192, 0.0], [177.94489048024099, -38.70396141667049, 0.0]], "type": "LineString"}, "id": "64", "properties": {"Unique_ID": 100406516617.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94494236094906, -38.70546662399434, 177.94893395997778, -38.7038812187049], "geometry": {"coordinates": [[177.94893395997778, -38.70546662399434, 0.0], [177.94494236094906, -38.7038812187049, 0.0]], "type": "LineString"}, "id": "65", "properties": {"Unique_ID": 100406515616.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94499424145974, -38.70538642452976, 177.94898583682578, -38.70380102085939], "geometry": {"coordinates": [[177.94898583682578, -38.70538642452976, 0.0], [177.94499424145974, -38.70380102085939, 0.0]], "type": "LineString"}, "id": "66", "properties": {"Unique_ID": 100406514614.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94504612189738, -38.705306225065826, 177.94903771355365, -38.70372082294174], "geometry": {"coordinates": [[177.94903771355365, -38.705306225065826, 0.0], [177.94504612189738, -38.70372082294174, 0.0]], "type": "LineString"}, "id": "67", "properties": {"Unique_ID": 100406513613.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9450980022258, -38.705226025585745, 177.9490895901723, -38.70364062500794], "geometry": {"coordinates": [[177.9490895901723, -38.705226025585745, 0.0], [177.9450980022258, -38.70364062500794, 0.0]], "type": "LineString"}, "id": "68", "properties": {"Unique_ID": 100406512612.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9451498824449, -38.70514582608953, 177.94914146668165, -38.703560427057994], "geometry": {"coordinates": [[177.94914146668165, -38.70514582608953, 0.0], [177.9451498824449, -38.703560427057994, 0.0]], "type": "LineString"}, "id": "69", "properties": {"Unique_ID": 100406511610.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94520176255475, -38.70506562657715, 177.94919334308176, -38.703480229091895], "geometry": {"coordinates": [[177.94919334308176, -38.70506562657715, 0.0], [177.94520176255475, -38.703480229091895, 0.0]], "type": "LineString"}, "id": "70", "properties": {"Unique_ID": 100406510609.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94525364255537, -38.704985427048655, 177.9492452193726, -38.70340003110964], "geometry": {"coordinates": [[177.9492452193726, -38.704985427048655, 0.0], [177.94525364255537, -38.70340003110964, 0.0]], "type": "LineString"}, "id": "71", "properties": {"Unique_ID": 100406509608.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9453055224467, -38.70490522750399, 177.94929709555421, -38.70331983311124], "geometry": {"coordinates": [[177.94929709555421, -38.70490522750399, 0.0], [177.9453055224467, -38.70331983311124, 0.0]], "type": "LineString"}, "id": "72", "properties": {"Unique_ID": 100406508607.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94535740222878, -38.7048250279432, 177.94934897162653, -38.70323963509668], "geometry": {"coordinates": [[177.94934897162653, -38.7048250279432, 0.0], [177.94535740222878, -38.70323963509668, 0.0]], "type": "LineString"}, "id": "73", "properties": {"Unique_ID": 100406507605.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9454092818859, -38.70474482835898, 177.94940084759435, -38.703159437090235], "geometry": {"coordinates": [[177.94940084759435, -38.70474482835898, 0.0], [177.9454092818859, -38.703159437090235, 0.0]], "type": "LineString"}, "id": "74", "properties": {"Unique_ID": 100406506604.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9454611614495, -38.70466462876591, 177.9494527234482, -38.703079239043376], "geometry": {"coordinates": [[177.9494527234482, -38.70466462876591, 0.0], [177.9454611614495, -38.703079239043376, 0.0]], "type": "LineString"}, "id": "75", "properties": {"Unique_ID": 100406505603.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9455130409038, -38.70458442915668, 177.94950459919278, -38.70299904098036], "geometry": {"coordinates": [[177.94950459919278, -38.70458442915668, 0.0], [177.9455130409038, -38.70299904098036, 0.0]], "type": "LineString"}, "id": "76", "properties": {"Unique_ID": 100406504601.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9455649202488, -38.70450422953132, 177.9495564748281, -38.702918842901205], "geometry": {"coordinates": [[177.9495564748281, -38.70450422953132, 0.0], [177.9455649202488, -38.702918842901205, 0.0]], "type": "LineString"}, "id": "77", "properties": {"Unique_ID": 100406503599.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9456167995003, -38.70442402989711, 177.94960835034948, -38.70283864478163], "geometry": {"coordinates": [[177.94960835034948, -38.70442402989711, 0.0], [177.9456167995003, -38.70283864478163, 0.0]], "type": "LineString"}, "id": "78", "properties": {"Unique_ID": 100406502597.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94566867862682, -38.70434383023945, 177.9496602257663, -38.70275844667017], "geometry": {"coordinates": [[177.9496602257663, -38.70434383023945, 0.0], [177.94566867862682, -38.70275844667017, 0.0]], "type": "LineString"}, "id": "79", "properties": {"Unique_ID": 100406501594.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9457205576441, -38.70426363056567, 177.94971210107389, -38.702678248542554], "geometry": {"coordinates": [[177.94971210107389, -38.70426363056567, 0.0], [177.9457205576441, -38.702678248542554, 0.0]], "type": "LineString"}, "id": "80", "properties": {"Unique_ID": 100406500592.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94577243655215, -38.70418343087574, 177.94976397627224, -38.7025980503988], "geometry": {"coordinates": [[177.94976397627224, -38.70418343087574, 0.0], [177.94577243655215, -38.7025980503988, 0.0]], "type": "LineString"}, "id": "81", "properties": {"Unique_ID": 100406499590.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9458243153509, -38.70410323116967, 177.9498158513613, -38.702517852238884], "geometry": {"coordinates": [[177.9498158513613, -38.70410323116967, 0.0], [177.9458243153509, -38.702517852238884, 0.0]], "type": "LineString"}, "id": "82", "properties": {"Unique_ID": 100406498587.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94587619404044, -38.704023031447456, 177.94986772634115, -38.70243765406282], "geometry": {"coordinates": [[177.94986772634115, -38.704023031447456, 0.0], [177.94587619404044, -38.70243765406282, 0.0]], "type": "LineString"}, "id": "83", "properties": {"Unique_ID": 100406497584.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94606942236638, -38.70400223656543, 177.94988074952414, -38.702164635661866], "geometry": {"coordinates": [[177.94988074952414, -38.70400223656543, 0.0], [177.94606942236638, -38.702164635661866, 0.0]], "type": "LineString"}, "id": "84", "properties": {"Unique_ID": 100406496191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94612955371454, -38.70392565726018, 177.9499408779124, -38.70208805814327], "geometry": {"coordinates": [[177.9499408779124, -38.70392565726018, 0.0], [177.94612955371454, -38.70208805814327, 0.0]], "type": "LineString"}, "id": "85", "properties": {"Unique_ID": 100406495191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9461896850044, -38.70384907795657, 177.9500010061578, -38.70201148051854], "geometry": {"coordinates": [[177.9500010061578, -38.70384907795657, 0.0], [177.9461896850044, -38.70201148051854, 0.0]], "type": "LineString"}, "id": "86", "properties": {"Unique_ID": 100406494191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94624981605799, -38.70377249858662, 177.9500611343137, -38.70193490301442], "geometry": {"coordinates": [[177.9500611343137, -38.70377249858662, 0.0], [177.94624981605799, -38.70193490301442, 0.0]], "type": "LineString"}, "id": "87", "properties": {"Unique_ID": 100406493191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94630994703604, -38.703695919211754, 177.95012126233186, -38.701858325426166], "geometry": {"coordinates": [[177.95012126233186, -38.703695919211754, 0.0], [177.94630994703604, -38.701858325426166, 0.0]], "type": "LineString"}, "id": "88", "properties": {"Unique_ID": 100406492191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9463700778907, -38.703619339813685, 177.95018139022665, -38.701781747814714], "geometry": {"coordinates": [[177.95018139022665, -38.703619339813685, 0.0], [177.9463700778907, -38.701781747814714, 0.0]], "type": "LineString"}, "id": "89", "properties": {"Unique_ID": 100406491191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9464302086698, -38.703542760410684, 177.95024151798367, -38.701705170119155], "geometry": {"coordinates": [[177.95024151798367, -38.703542760410684, 0.0], [177.9464302086698, -38.701705170119155, 0.0]], "type": "LineString"}, "id": "90", "properties": {"Unique_ID": 100406490191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94649033922985, -38.70346618094794, 177.95030164564602, -38.70162859252218], "geometry": {"coordinates": [[177.95030164564602, -38.70346618094794, 0.0], [177.94649033922985, -38.70162859252218, 0.0]], "type": "LineString"}, "id": "91", "properties": {"Unique_ID": 100406489191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94655046971437, -38.703389601480254, 177.95036177317067, -38.70155201484108], "geometry": {"coordinates": [[177.95036177317067, -38.703389601480254, 0.0], [177.94655046971437, -38.70155201484108, 0.0]], "type": "LineString"}, "id": "92", "properties": {"Unique_ID": 100406488191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9466106000755, -38.703313021989395, 177.95042190057194, -38.70147543713681], "geometry": {"coordinates": [[177.95042190057194, -38.703313021989395, 0.0], [177.9466106000755, -38.70147543713681, 0.0]], "type": "LineString"}, "id": "93", "properties": {"Unique_ID": 100406487191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94667073036112, -38.7032364424936, 177.95048202783548, -38.701398859348394], "geometry": {"coordinates": [[177.95048202783548, -38.7032364424936, 0.0], [177.94667073036112, -38.701398859348394, 0.0]], "type": "LineString"}, "id": "94", "properties": {"Unique_ID": 100406486191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94673086042766, -38.70315986293804, 177.95054215500434, -38.701322281658584], "geometry": {"coordinates": [[177.95054215500434, -38.70315986293804, 0.0], [177.94673086042766, -38.701322281658584, 0.0]], "type": "LineString"}, "id": "95", "properties": {"Unique_ID": 100406485191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94679099041866, -38.70308328337756, 177.95060228203548, -38.70124570388466], "geometry": {"coordinates": [[177.95060228203548, -38.70308328337756, 0.0], [177.94679099041866, -38.70124570388466, 0.0]], "type": "LineString"}, "id": "96", "properties": {"Unique_ID": 100406484191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94685112028634, -38.70300670379389, 177.95066240894323, -38.701169126087535], "geometry": {"coordinates": [[177.95066240894323, -38.70300670379389, 0.0], [177.94685112028634, -38.701169126087535, 0.0]], "type": "LineString"}, "id": "97", "properties": {"Unique_ID": 100406483191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94691125007841, -38.7029301242053, 177.95072253571328, -38.7010925482063], "geometry": {"coordinates": [[177.95072253571328, -38.7029301242053, 0.0], [177.94691125007841, -38.7010925482063, 0.0]], "type": "LineString"}, "id": "98", "properties": {"Unique_ID": 100406482191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94697137963422, -38.70285354455035, 177.95078266239378, -38.70101597044564], "geometry": {"coordinates": [[177.95078266239378, -38.70285354455035, 0.0], [177.94697137963422, -38.70101597044564, 0.0]], "type": "LineString"}, "id": "99", "properties": {"Unique_ID": 100406481190.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94703150913173, -38.70277696489709, 177.95084278893142, -38.7009393925789], "geometry": {"coordinates": [[177.95084278893142, -38.70277696489709, 0.0], [177.94703150913173, -38.7009393925789, 0.0]], "type": "LineString"}, "id": "100", "properties": {"Unique_ID": 100406480190.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9470916385059, -38.70270038522062, 177.9509029153457, -38.70086281468893], "geometry": {"coordinates": [[177.9509029153457, -38.70270038522062, 0.0], [177.9470916385059, -38.70086281468893, 0.0]], "type": "LineString"}, "id": "101", "properties": {"Unique_ID": 100406479190.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94715176780448, -38.70262380553922, 177.95096304162223, -38.70078623671486], "geometry": {"coordinates": [[177.95096304162223, -38.70262380553922, 0.0], [177.94715176780448, -38.70078623671486, 0.0]], "type": "LineString"}, "id": "102", "properties": {"Unique_ID": 100406478190.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94721189690134, -38.70254722580468, 177.95102316779892, -38.700709658817416], "geometry": {"coordinates": [[177.95102316779892, -38.70254722580468, 0.0], [177.94721189690134, -38.700709658817416, 0.0]], "type": "LineString"}, "id": "103", "properties": {"Unique_ID": 100406477190.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9472720259054, -38.70247064605862, 177.95108329384308, -38.700633080857834], "geometry": {"coordinates": [[177.95108329384308, -38.70247064605862, 0.0], [177.9472720259054, -38.700633080857834, 0.0]], "type": "LineString"}, "id": "104", "properties": {"Unique_ID": 100406476190.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94733215478607, -38.70239406628935, 177.95114341976384, -38.700556502875045], "geometry": {"coordinates": [[177.95114341976384, -38.70239406628935, 0.0], [177.94733215478607, -38.700556502875045, 0.0]], "type": "LineString"}, "id": "105", "properties": {"Unique_ID": 100406475190.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94739228359117, -38.70231748651518, 177.95120354554692, -38.70047992480816], "geometry": {"coordinates": [[177.95120354554692, -38.70231748651518, 0.0], [177.94739228359117, -38.70047992480816, 0.0]], "type": "LineString"}, "id": "106", "properties": {"Unique_ID": 100406474190.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94745241217728, -38.70224090668125, 177.9512636712353, -38.700403346839856], "geometry": {"coordinates": [[177.9512636712353, -38.70224090668125, 0.0], [177.94745241217728, -38.700403346839856, 0.0]], "type": "LineString"}, "id": "107", "properties": {"Unique_ID": 100406473190.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94751254068785, -38.70216432684239, 177.95132379678597, -38.70032676878746], "geometry": {"coordinates": [[177.95132379678597, -38.70216432684239, 0.0], [177.94751254068785, -38.70032676878746, 0.0]], "type": "LineString"}, "id": "108", "properties": {"Unique_ID": 100406472190.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94759494677143, -38.70209625911126, 177.95137853101792, -38.700223920862626], "geometry": {"coordinates": [[177.95137853101792, -38.70209625911126, 0.0], [177.94759494677143, -38.700223920862626, 0.0]], "type": "LineString"}, "id": "109", "properties": {"Unique_ID": 100406471135.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9476562130561, -38.70202023513814, 177.95143979447863, -38.70014789873442], "geometry": {"coordinates": [[177.95143979447863, -38.70202023513814, 0.0], [177.9476562130561, -38.70014789873442, 0.0]], "type": "LineString"}, "id": "110", "properties": {"Unique_ID": 100406470134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94771747918352, -38.70194421112881, 177.95150105782383, -38.70007187662174], "geometry": {"coordinates": [[177.95150105782383, -38.70194421112881, 0.0], [177.94771747918352, -38.70007187662174, 0.0]], "type": "LineString"}, "id": "111", "properties": {"Unique_ID": 100406469134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94777874528492, -38.7018681871321, 177.95156232101425, -38.699995854361816], "geometry": {"coordinates": [[177.95156232101425, -38.7018681871321, 0.0], [177.94777874528492, -38.699995854361816, 0.0]], "type": "LineString"}, "id": "112", "properties": {"Unique_ID": 100406468134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9478400112117, -38.701792163092676, 177.95162358409436, -38.69991983213911], "geometry": {"coordinates": [[177.95162358409436, -38.701792163092676, 0.0], [177.9478400112117, -38.69991983213911, 0.0]], "type": "LineString"}, "id": "113", "properties": {"Unique_ID": 100406467134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9479012770308, -38.701716139035454, 177.95168484704416, -38.69984380987045], "geometry": {"coordinates": [[177.95168484704416, -38.701716139035454, 0.0], [177.9479012770308, -38.69984380987045, 0.0]], "type": "LineString"}, "id": "114", "properties": {"Unique_ID": 100406466134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9479625426404, -38.70164011492253, 177.9517461098942, -38.69976778768228], "geometry": {"coordinates": [[177.9517461098942, -38.70164011492253, 0.0], [177.9479625426404, -38.69976778768228, 0.0]], "type": "LineString"}, "id": "115", "properties": {"Unique_ID": 100406465134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94802380825882, -38.70156409083522, 177.9518073725789, -38.699691765303584], "geometry": {"coordinates": [[177.9518073725789, -38.70156409083522, 0.0], [177.94802380825882, -38.699691765303584, 0.0]], "type": "LineString"}, "id": "116", "properties": {"Unique_ID": 100406464134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94808507366776, -38.70148806669219, 177.9518686351639, -38.699615743005396], "geometry": {"coordinates": [[177.9518686351639, -38.70148806669219, 0.0], [177.94808507366776, -38.699615743005396, 0.0]], "type": "LineString"}, "id": "117", "properties": {"Unique_ID": 100406463134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94814633896902, -38.70141204253138, 177.9519298976185, -38.699539720661264], "geometry": {"coordinates": [[177.9519298976185, -38.70141204253138, 0.0], [177.94814633896902, -38.699539720661264, 0.0]], "type": "LineString"}, "id": "118", "properties": {"Unique_ID": 100406462134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9482076041131, -38.70133601833435, 177.95199115995766, -38.69946369833266], "geometry": {"coordinates": [[177.95199115995766, -38.70133601833435, 0.0], [177.9482076041131, -38.69946369833266, 0.0]], "type": "LineString"}, "id": "119", "properties": {"Unique_ID": 100406461134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94826886919626, -38.701259994136954, 177.95205242215246, -38.699387675900134], "geometry": {"coordinates": [[177.95205242215246, -38.701259994136954, 0.0], [177.94826886919626, -38.699387675900134, 0.0]], "type": "LineString"}, "id": "120", "properties": {"Unique_ID": 100406460134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94833013413964, -38.70118396990981, 177.95211368422656, -38.69931165346151], "geometry": {"coordinates": [[177.95211368422656, -38.70118396990981, 0.0], [177.94833013413964, -38.69931165346151, 0.0]], "type": "LineString"}, "id": "121", "properties": {"Unique_ID": 100406459134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9483913989231, -38.70110794564543, 177.952174946186, -38.6992356310419], "geometry": {"coordinates": [[177.952174946186, -38.70110794564543, 0.0], [177.9483913989231, -38.6992356310419, 0.0]], "type": "LineString"}, "id": "122", "properties": {"Unique_ID": 100406458134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94845266354932, -38.70103192134481, 177.95223620803, -38.699159608637835], "geometry": {"coordinates": [[177.95223620803, -38.70103192134481, 0.0], [177.94845266354932, -38.699159608637835, 0.0]], "type": "LineString"}, "id": "123", "properties": {"Unique_ID": 100406457134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9485139281495, -38.70095589705681, 177.95229746971916, -38.69908358608652], "geometry": {"coordinates": [[177.95229746971916, -38.70095589705681, 0.0], [177.9485139281495, -38.69908358608652, 0.0]], "type": "LineString"}, "id": "124", "properties": {"Unique_ID": 100406456134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9485751925751, -38.70087987272609, 177.9523587312981, -38.699007563572415], "geometry": {"coordinates": [[177.9523587312981, -38.70087987272609, 0.0], [177.9485751925751, -38.699007563572415, 0.0]], "type": "LineString"}, "id": "125", "properties": {"Unique_ID": 100406455134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94863645689304, -38.70080384837761, 177.95241999274666, -38.69893154101238], "geometry": {"coordinates": [[177.95241999274666, -38.70080384837761, 0.0], [177.94863645689304, -38.69893154101238, 0.0]], "type": "LineString"}, "id": "126", "properties": {"Unique_ID": 100406454134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94869772100142, -38.700727823973395, 177.9524812540955, -38.69885551853283], "geometry": {"coordinates": [[177.9524812540955, -38.700727823973395, 0.0], [177.94869772100142, -38.69885551853283, 0.0]], "type": "LineString"}, "id": "127", "properties": {"Unique_ID": 100406453134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9487589851187, -38.700651799594816, 177.95254251527902, -38.69877949586276], "geometry": {"coordinates": [[177.95254251527902, -38.700651799594816, 0.0], [177.9487589851187, -38.69877949586276, 0.0]], "type": "LineString"}, "id": "128", "properties": {"Unique_ID": 100406452133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94882024902645, -38.70057577516051, 177.9526037763628, -38.698703473273184], "geometry": {"coordinates": [[177.9526037763628, -38.70057577516051, 0.0], [177.94882024902645, -38.698703473273184, 0.0]], "type": "LineString"}, "id": "129", "properties": {"Unique_ID": 100406451133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94888151282655, -38.70049975070845, 177.95266503731625, -38.698627450637694], "geometry": {"coordinates": [[177.95266503731625, -38.70049975070845, 0.0], [177.94888151282655, -38.698627450637694, 0.0]], "type": "LineString"}, "id": "130", "properties": {"Unique_ID": 100406450133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94894277645204, -38.70042372621366, 177.95272629815946, -38.69855142803937], "geometry": {"coordinates": [[177.95272629815946, -38.70042372621366, 0.0], [177.94894277645204, -38.69855142803937, 0.0]], "type": "LineString"}, "id": "131", "properties": {"Unique_ID": 100406449133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9490040400515, -38.700347701731495, 177.95278755884786, -38.698475405293834], "geometry": {"coordinates": [[177.95278755884786, -38.700347701731495, 0.0], [177.9490040400515, -38.698475405293834, 0.0]], "type": "LineString"}, "id": "132", "properties": {"Unique_ID": 100406448133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9490653034938, -38.7002716772131, 177.9528488194208, -38.69839938256382], "geometry": {"coordinates": [[177.9528488194208, -38.7002716772131, 0.0], [177.9490653034938, -38.69839938256382, 0.0]], "type": "LineString"}, "id": "133", "properties": {"Unique_ID": 100406447133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94912656677607, -38.70019565265746, 177.9529100798791, -38.69832335985288], "geometry": {"coordinates": [[177.9529100798791, -38.70019565265746, 0.0], [177.94912656677607, -38.69832335985288, 0.0]], "type": "LineString"}, "id": "134", "properties": {"Unique_ID": 100406446133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94918782996817, -38.700119628090526, 177.95297134020183, -38.69824733707431], "geometry": {"coordinates": [[177.95297134020183, -38.700119628090526, 0.0], [177.94918782996817, -38.69824733707431, 0.0]], "type": "LineString"}, "id": "135", "properties": {"Unique_ID": 100406445133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94924909295074, -38.7000436034679, 177.95303260042485, -38.69817131437627], "geometry": {"coordinates": [[177.95303260042485, -38.7000436034679, 0.0], [177.94924909295074, -38.69817131437627, 0.0]], "type": "LineString"}, "id": "136", "properties": {"Unique_ID": 100406444133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94931035592478, -38.69996757886439, 177.9530938604878, -38.69809529150933], "geometry": {"coordinates": [[177.9530938604878, -38.69996757886439, 0.0], [177.94931035592478, -38.69809529150933, 0.0]], "type": "LineString"}, "id": "137", "properties": {"Unique_ID": 100406443133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94937161872414, -38.69989155421817, 177.9531551204405, -38.698019268679616], "geometry": {"coordinates": [[177.9531551204405, -38.69989155421817, 0.0], [177.94937161872414, -38.698019268679616, 0.0]], "type": "LineString"}, "id": "138", "properties": {"Unique_ID": 100406442133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94943288139845, -38.69981552954766, 177.95321638026812, -38.697943245825606], "geometry": {"coordinates": [[177.95321638026812, -38.69981552954766, 0.0], [177.94943288139845, -38.697943245825606, 0.0]], "type": "LineString"}, "id": "139", "properties": {"Unique_ID": 100406441133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9494941439156, -38.69973950484094, 177.95327763998029, -38.69786722298714], "geometry": {"coordinates": [[177.95327763998029, -38.69973950484094, 0.0], [177.9494941439156, -38.69786722298714, 0.0]], "type": "LineString"}, "id": "140", "properties": {"Unique_ID": 100406440133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94955540637181, -38.699663480133864, 177.9533388995481, -38.69779120004474], "geometry": {"coordinates": [[177.9533388995481, -38.699663480133864, 0.0], [177.94955540637181, -38.69779120004474, 0.0]], "type": "LineString"}, "id": "141", "properties": {"Unique_ID": 100406439132.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9496166686883, -38.699587455397065, 177.95340015899524, -38.69771517709626], "geometry": {"coordinates": [[177.95340015899524, -38.699587455397065, 0.0], [177.9496166686883, -38.69771517709626, 0.0]], "type": "LineString"}, "id": "142", "properties": {"Unique_ID": 100406438132.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94967793084479, -38.699511430623005, 177.95346141832775, -38.697639154166794], "geometry": {"coordinates": [[177.95346141832775, -38.699511430623005, 0.0], [177.94967793084479, -38.697639154166794, 0.0]], "type": "LineString"}, "id": "143", "properties": {"Unique_ID": 100406437132.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94973919284413, -38.69943540581272, 177.95352267754478, -38.697563131252885], "geometry": {"coordinates": [[177.95352267754478, -38.69943540581272, 0.0], [177.94973919284413, -38.697563131252885, 0.0]], "type": "LineString"}, "id": "144", "properties": {"Unique_ID": 100406436132.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94980045481745, -38.699359381015064, 177.953583936607, -38.69748710819173], "geometry": {"coordinates": [[177.953583936607, -38.699359381015064, 0.0], [177.94980045481745, -38.69748710819173, 0.0]], "type": "LineString"}, "id": "145", "properties": {"Unique_ID": 100406435131.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94986171661617, -38.6992833561747, 177.95364519555903, -38.6974110851678], "geometry": {"coordinates": [[177.95364519555903, -38.6992833561747, 0.0], [177.94986171661617, -38.6974110851678, 0.0]], "type": "LineString"}, "id": "146", "properties": {"Unique_ID": 100406434131.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9500980118597, -38.69926829191949, 177.95366397396455, -38.6971500135437], "geometry": {"coordinates": [[177.95366397396455, -38.69926829191949, 0.0], [177.9500980118597, -38.6971500135437, 0.0]], "type": "LineString"}, "id": "147", "properties": {"Unique_ID": 100406432709.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95016732227236, -38.699196637505324, 177.95373328240086, -38.69707836113627], "geometry": {"coordinates": [[177.95373328240086, -38.699196637505324, 0.0], [177.95016732227236, -38.69707836113627, 0.0]], "type": "LineString"}, "id": "148", "properties": {"Unique_ID": 100406431708.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9502366325494, -38.699124983058496, 177.9538025907015, -38.69700670869619], "geometry": {"coordinates": [[177.9538025907015, -38.699124983058496, 0.0], [177.9502366325494, -38.69700670869619, 0.0]], "type": "LineString"}, "id": "149", "properties": {"Unique_ID": 100406430706.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9503059426282, -38.69905332855959, 177.9538718988853, -38.69693505628813], "geometry": {"coordinates": [[177.9538718988853, -38.69905332855959, 0.0], [177.9503059426282, -38.69693505628813, 0.0]], "type": "LineString"}, "id": "150", "properties": {"Unique_ID": 100406429705.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9503752526339, -38.69898167404745, 177.9539412069146, -38.69686340378271], "geometry": {"coordinates": [[177.9539412069146, -38.69898167404745, 0.0], [177.9503752526339, -38.69686340378271, 0.0]], "type": "LineString"}, "id": "151", "properties": {"Unique_ID": 100406428705.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95044456250398, -38.69891001950266, 177.95401051480826, -38.69679175124463], "geometry": {"coordinates": [[177.95401051480826, -38.69891001950266, 0.0], [177.95044456250398, -38.69679175124463, 0.0]], "type": "LineString"}, "id": "152", "properties": {"Unique_ID": 100406427705.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95051387230092, -38.69883836494463, 177.95407982254747, -38.6967200986092], "geometry": {"coordinates": [[177.95407982254747, -38.69883836494463, 0.0], [177.95051387230092, -38.6967200986092, 0.0]], "type": "LineString"}, "id": "153", "properties": {"Unique_ID": 100406426705.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95058318189967, -38.698766710334525, 177.95414913016978, -38.6966484460058], "geometry": {"coordinates": [[177.95414913016978, -38.698766710334525, 0.0], [177.95058318189967, -38.6966484460058, 0.0]], "type": "LineString"}, "id": "154", "properties": {"Unique_ID": 100406425705.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95065249136275, -38.698695055691765, 177.9542184376564, -38.69657679336974], "geometry": {"coordinates": [[177.9542184376564, -38.698695055691765, 0.0], [177.95065249136275, -38.69657679336974, 0.0]], "type": "LineString"}, "id": "155", "properties": {"Unique_ID": 100406424705.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95072180069016, -38.698623401016356, 177.9542877450074, -38.69650514070101], "geometry": {"coordinates": [[177.9542877450074, -38.698623401016356, 0.0], [177.95072180069016, -38.69650514070101, 0.0]], "type": "LineString"}, "id": "156", "properties": {"Unique_ID": 100406423704.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95079110988192, -38.69855174630829, 177.95435705222272, -38.69643348799963], "geometry": {"coordinates": [[177.95435705222272, -38.69855174630829, 0.0], [177.95079110988192, -38.69643348799963, 0.0]], "type": "LineString"}, "id": "157", "properties": {"Unique_ID": 100406422704.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95086041893805, -38.698480091567575, 177.9544263593024, -38.69636183526557], "geometry": {"coordinates": [[177.9544263593024, -38.698480091567575, 0.0], [177.95086041893805, -38.69636183526557, 0.0]], "type": "LineString"}, "id": "158", "properties": {"Unique_ID": 100406421704.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95092972779594, -38.6984084367748, 177.95449566626516, -38.69629018256356], "geometry": {"coordinates": [[177.95449566626516, -38.6984084367748, 0.0], [177.95092972779594, -38.69629018256356, 0.0]], "type": "LineString"}, "id": "159", "properties": {"Unique_ID": 100406420703.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95099903659917, -38.69833678197452, 177.95456497306796, -38.69621852974509], "geometry": {"coordinates": [[177.95456497306796, -38.69833678197452, 0.0], [177.95099903659917, -38.69621852974509, 0.0]], "type": "LineString"}, "id": "160", "properties": {"Unique_ID": 100406419703.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95106834524833, -38.69826512713583, 177.95463427974062, -38.69614687691307], "geometry": {"coordinates": [[177.95463427974062, -38.69826512713583, 0.0], [177.95106834524833, -38.69614687691307, 0.0]], "type": "LineString"}, "id": "161", "properties": {"Unique_ID": 100406418703.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95113765382442, -38.698193472283926, 177.95470358625886, -38.696075223983705], "geometry": {"coordinates": [[177.95470358625886, -38.698193472283926, 0.0], [177.95113765382442, -38.696075223983705, 0.0]], "type": "LineString"}, "id": "162", "properties": {"Unique_ID": 100406417703.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9512069621838, -38.69812181737422, 177.95477289266574, -38.69600357110544], "geometry": {"coordinates": [[177.95477289266574, -38.69812181737422, 0.0], [177.9512069621838, -38.69600357110544, 0.0]], "type": "LineString"}, "id": "163", "properties": {"Unique_ID": 100406416702.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95127627042595, -38.698050162437596, 177.95484219893143, -38.69593191817545], "geometry": {"coordinates": [[177.95484219893143, -38.698050162437596, 0.0], [177.95127627042595, -38.69593191817545, 0.0]], "type": "LineString"}, "id": "164", "properties": {"Unique_ID": 100406415702.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9513455785325, -38.69797850746832, 177.9549115050615, -38.69586026521278], "geometry": {"coordinates": [[177.9549115050615, -38.69797850746832, 0.0], [177.9513455785325, -38.69586026521278, 0.0]], "type": "LineString"}, "id": "165", "properties": {"Unique_ID": 100406414702.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9514148865034, -38.697906852466396, 177.95498081105583, -38.695788612217456], "geometry": {"coordinates": [[177.95498081105583, -38.697906852466396, 0.0], [177.9514148865034, -38.695788612217456, 0.0]], "type": "LineString"}, "id": "166", "properties": {"Unique_ID": 100406413701.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95148419433863, -38.69783519743182, 177.95505011691455, -38.695716959189475], "geometry": {"coordinates": [[177.95505011691455, -38.69783519743182, 0.0], [177.95148419433863, -38.695716959189475, 0.0]], "type": "LineString"}, "id": "167", "properties": {"Unique_ID": 100406412701.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95155350197564, -38.697763542345186, 177.95511942265637, -38.69564530619354], "geometry": {"coordinates": [[177.95511942265637, -38.697763542345186, 0.0], [177.95155350197564, -38.69564530619354, 0.0]], "type": "LineString"}, "id": "168", "properties": {"Unique_ID": 100406411701.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95162280953957, -38.69769188724531, 177.95518872824377, -38.69557365310024], "geometry": {"coordinates": [[177.95518872824377, -38.69769188724531, 0.0], [177.95162280953957, -38.69557365310024, 0.0]], "type": "LineString"}, "id": "169", "properties": {"Unique_ID": 100406410701.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95169211696788, -38.69762023211279, 177.95525803369551, -38.6955019999743], "geometry": {"coordinates": [[177.95525803369551, -38.69762023211279, 0.0], [177.95169211696788, -38.6955019999743, 0.0]], "type": "LineString"}, "id": "170", "properties": {"Unique_ID": 100406409701.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95176142432308, -38.69754857696703, 177.95532733899282, -38.69543034675099], "geometry": {"coordinates": [[177.95532733899282, -38.69754857696703, 0.0], [177.95176142432308, -38.69543034675099, 0.0]], "type": "LineString"}, "id": "171", "properties": {"Unique_ID": 100406408701.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95183073148007, -38.6974769217692, 177.95539664417325, -38.69535869355973], "geometry": {"coordinates": [[177.95539664417325, -38.6974769217692, 0.0], [177.95183073148007, -38.69535869355973, 0.0]], "type": "LineString"}, "id": "172", "properties": {"Unique_ID": 100406407700.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95190003850144, -38.697405266538745, 177.95546594921802, -38.69528704033582], "geometry": {"coordinates": [[177.95546594921802, -38.697405266538745, 0.0], [177.95190003850144, -38.69528704033582, 0.0]], "type": "LineString"}, "id": "173", "properties": {"Unique_ID": 100406406699.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9519693453871, -38.697333611275624, 177.95553525412717, -38.69521538707924], "geometry": {"coordinates": [[177.95553525412717, -38.697333611275624, 0.0], [177.9519693453871, -38.69521538707924, 0.0]], "type": "LineString"}, "id": "174", "properties": {"Unique_ID": 100406405697.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9520386521372, -38.697261955979855, 177.95560455890063, -38.695143733790005], "geometry": {"coordinates": [[177.95560455890063, -38.697261955979855, 0.0], [177.9520386521372, -38.695143733790005, 0.0]], "type": "LineString"}, "id": "175", "properties": {"Unique_ID": 100406404694.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9521079587516, -38.69719030065146, 177.9556738635384, -38.69507208046812], "geometry": {"coordinates": [[177.9556738635384, -38.69719030065146, 0.0], [177.9521079587516, -38.69507208046812, 0.0]], "type": "LineString"}, "id": "176", "properties": {"Unique_ID": 100406403692.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9521772651678, -38.69711864527099, 177.95574316805937, -38.695000427178286], "geometry": {"coordinates": [[177.95574316805937, -38.69711864527099, 0.0], [177.9521772651678, -38.695000427178286, 0.0]], "type": "LineString"}, "id": "177", "properties": {"Unique_ID": 100406402690.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9522465715294, -38.69704698988303, 177.95581247242035, -38.694928773772], "geometry": {"coordinates": [[177.95581247242035, -38.69704698988303, 0.0], [177.9522465715294, -38.694928773772, 0.0]], "type": "LineString"}, "id": "178", "properties": {"Unique_ID": 100406401687.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95231587779944, -38.69697533447608, 177.95588177663242, -38.69485712028747], "geometry": {"coordinates": [[177.95588177663242, -38.69697533447608, 0.0], [177.95231587779944, -38.69485712028747, 0.0]], "type": "LineString"}, "id": "179", "properties": {"Unique_ID": 100406400685.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95238518387126, -38.69690367901708, 177.95595108072763, -38.69478546683496], "geometry": {"coordinates": [[177.95595108072763, -38.69690367901708, 0.0], [177.95238518387126, -38.69478546683496, 0.0]], "type": "LineString"}, "id": "180", "properties": {"Unique_ID": 100406399683.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.952454489789, -38.69683202351972, 177.95602038469272, -38.69471381336891], "geometry": {"coordinates": [[177.95602038469272, -38.69683202351972, 0.0], [177.952454489789, -38.69471381336891, 0.0]], "type": "LineString"}, "id": "181", "properties": {"Unique_ID": 100406398681.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95252379558954, -38.696760367995424, 177.95608968851664, -38.69464215985111], "geometry": {"coordinates": [[177.95608968851664, -38.696760367995424, 0.0], [177.95252379558954, -38.69464215985111, 0.0]], "type": "LineString"}, "id": "182", "properties": {"Unique_ID": 100406397679.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95259310125445, -38.696688712438494, 177.9561589922049, -38.69457050630063], "geometry": {"coordinates": [[177.9561589922049, -38.696688712438494, 0.0], [177.95259310125445, -38.69457050630063, 0.0]], "type": "LineString"}, "id": "183", "properties": {"Unique_ID": 100406396678.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95266240678376, -38.69661705684892, 177.9562282957575, -38.69449885271753], "geometry": {"coordinates": [[177.9562282957575, -38.69661705684892, 0.0], [177.95266240678376, -38.69449885271753, 0.0]], "type": "LineString"}, "id": "184", "properties": {"Unique_ID": 100406395677.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9527317121148, -38.696545401207295, 177.95629759919325, -38.694427199166455], "geometry": {"coordinates": [[177.95629759919325, -38.696545401207295, 0.0], [177.9527317121148, -38.694427199166455, 0.0]], "type": "LineString"}, "id": "185", "properties": {"Unique_ID": 100406394677.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95280101737282, -38.69647374555244, 177.9563669024746, -38.69435554551805], "geometry": {"coordinates": [[177.9563669024746, -38.69647374555244, 0.0], [177.95280101737282, -38.69435554551805, 0.0]], "type": "LineString"}, "id": "186", "properties": {"Unique_ID": 100406393677.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95293417884767, -38.69642140536991, 177.95641752049318, -38.69422047107417], "geometry": {"coordinates": [[177.95641752049318, -38.69642140536991, 0.0], [177.95293417884767, -38.69422047107417, 0.0]], "type": "LineString"}, "id": "187", "properties": {"Unique_ID": 100406392508.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95300619065068, -38.69635140822282, 177.95648953063974, -38.6941504759867], "geometry": {"coordinates": [[177.95648953063974, -38.69635140822282, 0.0], [177.95300619065068, -38.6941504759867, 0.0]], "type": "LineString"}, "id": "188", "properties": {"Unique_ID": 100406391508.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9530782024013, -38.69628141106503, 177.95656154062206, -38.69408048077988], "geometry": {"coordinates": [[177.95656154062206, -38.69628141106503, 0.0], [177.9530782024013, -38.69408048077988, 0.0]], "type": "LineString"}, "id": "189", "properties": {"Unique_ID": 100406390507.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95315021386017, -38.69621141382679, 177.95663355051195, -38.69401048568627], "geometry": {"coordinates": [[177.95663355051195, -38.69621141382679, 0.0], [177.95315021386017, -38.69401048568627, 0.0]], "type": "LineString"}, "id": "190", "properties": {"Unique_ID": 100406389507.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9532222252965, -38.69614141658655, 177.95670556022864, -38.69394049044425], "geometry": {"coordinates": [[177.95670556022864, -38.69614141658655, 0.0], [177.9532222252965, -38.69394049044425, 0.0]], "type": "LineString"}, "id": "191", "properties": {"Unique_ID": 100406388506.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95329423647857, -38.69607141927677, 177.95677756984168, -38.69387049527907], "geometry": {"coordinates": [[177.95677756984168, -38.69607141927677, 0.0], [177.95329423647857, -38.69387049527907, 0.0]], "type": "LineString"}, "id": "192", "properties": {"Unique_ID": 100406387506.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95336624767543, -38.69600142197593, 177.95684957927025, -38.69380049992917], "geometry": {"coordinates": [[177.95684957927025, -38.69600142197593, 0.0], [177.95336624767543, -38.69380049992917, 0.0]], "type": "LineString"}, "id": "193", "properties": {"Unique_ID": 100406386505.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95343825858063, -38.69593142459461, 177.95692158860638, -38.69373050469247], "geometry": {"coordinates": [[177.95692158860638, -38.69593142459461, 0.0], [177.95343825858063, -38.69373050469247, 0.0]], "type": "LineString"}, "id": "194", "properties": {"Unique_ID": 100406385505.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.953510269396, -38.695861427191716, 177.95699359778953, -38.69366050937275], "geometry": {"coordinates": [[177.95699359778953, -38.695861427191716, 0.0], [177.953510269396, -38.69366050937275, 0.0]], "type": "LineString"}, "id": "195", "properties": {"Unique_ID": 100406384504.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9535822800916, -38.69579142975849, 177.95706560682862, -38.693590513999105], "geometry": {"coordinates": [[177.95706560682862, -38.69579142975849, 0.0], [177.9535822800916, -38.693590513999105, 0.0]], "type": "LineString"}, "id": "196", "properties": {"Unique_ID": 100406383504.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9536542906488, -38.69572143228952, 177.9571376157293, -38.693520518589686], "geometry": {"coordinates": [[177.9571376157293, -38.69572143228952, 0.0], [177.9536542906488, -38.693520518589686, 0.0]], "type": "LineString"}, "id": "197", "properties": {"Unique_ID": 100406382504.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9537263011536, -38.69565143480983, 177.95720962446572, -38.69345052306091], "geometry": {"coordinates": [[177.95720962446572, -38.69565143480983, 0.0], [177.9537263011536, -38.69345052306091, 0.0]], "type": "LineString"}, "id": "198", "properties": {"Unique_ID": 100406381504.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95379831136668, -38.695581437249714, 177.9572816331097, -38.69338052764536], "geometry": {"coordinates": [[177.9572816331097, -38.695581437249714, 0.0], [177.95379831136668, -38.69338052764536, 0.0]], "type": "LineString"}, "id": "199", "properties": {"Unique_ID": 100406380504.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95387032155725, -38.6955114396876, 177.95735364158048, -38.69331053208139], "geometry": {"coordinates": [[177.95735364158048, -38.6955114396876, 0.0], [177.95387032155725, -38.69331053208139, 0.0]], "type": "LineString"}, "id": "200", "properties": {"Unique_ID": 100406379504.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95394233149347, -38.69544144205596, 177.95742564994762, -38.693240536594296], "geometry": {"coordinates": [[177.95742564994762, -38.69544144205596, 0.0], [177.95394233149347, -38.693240536594296, 0.0]], "type": "LineString"}, "id": "201", "properties": {"Unique_ID": 100406378504.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95401434144458, -38.69537144443324, 177.95749765813034, -38.693170540922445], "geometry": {"coordinates": [[177.95749765813034, -38.69537144443324, 0.0], [177.95401434144458, -38.693170540922445, 0.0]], "type": "LineString"}, "id": "202", "properties": {"Unique_ID": 100406377504.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95408635110397, -38.69530144673005, 177.95756966622062, -38.6931005453638], "geometry": {"coordinates": [[177.95756966622062, -38.69530144673005, 0.0], [177.95408635110397, -38.6931005453638, 0.0]], "type": "LineString"}, "id": "203", "properties": {"Unique_ID": 100406376504.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95415836074082, -38.69523144902491, 177.95764167413768, -38.69303054965677], "geometry": {"coordinates": [[177.95764167413768, -38.69523144902491, 0.0], [177.95415836074082, -38.69303054965677, 0.0]], "type": "LineString"}, "id": "204", "properties": {"Unique_ID": 100406375504.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9542303701234, -38.69516145125021, 177.95771368195108, -38.69296055402658], "geometry": {"coordinates": [[177.95771368195108, -38.69516145125021, 0.0], [177.9542303701234, -38.69296055402658, 0.0]], "type": "LineString"}, "id": "205", "properties": {"Unique_ID": 100406374503.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95430237945354, -38.695091453464826, 177.95778568960029, -38.692890558277064], "geometry": {"coordinates": [[177.95778568960029, -38.695091453464826, 0.0], [177.95430237945354, -38.692890558277064, 0.0]], "type": "LineString"}, "id": "206", "properties": {"Unique_ID": 100406373503.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95437438869385, -38.695021455657844, 177.95785769709647, -38.69282056244454], "geometry": {"coordinates": [[177.95785769709647, -38.695021455657844, 0.0], [177.95437438869385, -38.69282056244454, 0.0]], "type": "LineString"}, "id": "207", "properties": {"Unique_ID": 100406372502.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95444639764247, -38.694951457770415, 177.95792970450023, -38.692750566725245], "geometry": {"coordinates": [[177.95792970450023, -38.694951457770415, 0.0], [177.95444639764247, -38.692750566725245, 0.0]], "type": "LineString"}, "id": "208", "properties": {"Unique_ID": 100406371502.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95451840660596, -38.6948814598919, 177.95800171171956, -38.69268057082118], "geometry": {"coordinates": [[177.95800171171956, -38.6948814598919, 0.0], [177.95451840660596, -38.69268057082118, 0.0]], "type": "LineString"}, "id": "209", "properties": {"Unique_ID": 100406370502.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95459041529645, -38.69481146193841, 177.95807371884084, -38.69261057501216], "geometry": {"coordinates": [[177.95807371884084, -38.69481146193841, 0.0], [177.95459041529645, -38.69261057501216, 0.0]], "type": "LineString"}, "id": "210", "properties": {"Unique_ID": 100406369501.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95466242400178, -38.69474146399385, 177.9581457257777, -38.69254057901841], "geometry": {"coordinates": [[177.9581457257777, -38.69474146399385, 0.0], [177.95466242400178, -38.69254057901841, 0.0]], "type": "LineString"}, "id": "211", "properties": {"Unique_ID": 100406368500.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95473443241545, -38.694671465968824, 177.95821773262213, -38.692470583137855], "geometry": {"coordinates": [[177.95821773262213, -38.694671465968824, 0.0], [177.95473443241545, -38.692470583137855, 0.0]], "type": "LineString"}, "id": "212", "properties": {"Unique_ID": 100406367498.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9548064408066, -38.69460146794184, 177.9582897392934, -38.69240058710892], "geometry": {"coordinates": [[177.9582897392934, -38.69460146794184, 0.0], [177.9548064408066, -38.69240058710892, 0.0]], "type": "LineString"}, "id": "213", "properties": {"Unique_ID": 100406366496.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95501357640043, -38.6945696578046, 177.95832475917038, -38.69221124360008], "geometry": {"coordinates": [[177.95832475917038, -38.6945696578046, 0.0], [177.95501357640043, -38.69221124360008, 0.0]], "type": "LineString"}, "id": "214", "properties": {"Unique_ID": 100406365157.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95509073819227, -38.69450311821482, 177.95840192005394, -38.69214470623894], "geometry": {"coordinates": [[177.95840192005394, -38.69450311821482, 0.0], [177.95509073819227, -38.69214470623894, 0.0]], "type": "LineString"}, "id": "215", "properties": {"Unique_ID": 100406364146.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95516789989944, -38.69443657859786, 177.95847908077772, -38.692078168785834], "geometry": {"coordinates": [[177.95847908077772, -38.69443657859786, 0.0], [177.95516789989944, -38.692078168785834, 0.0]], "type": "LineString"}, "id": "216", "properties": {"Unique_ID": 100406363135.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95524506155982, -38.694370038963484, 177.9585562413303, -38.69201163120812], "geometry": {"coordinates": [[177.9585562413303, -38.694370038963484, 0.0], [177.95524506155982, -38.69201163120812, 0.0]], "type": "LineString"}, "id": "217", "properties": {"Unique_ID": 100406362124.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.955322223001, -38.69430349926714, 177.95863340176345, -38.69194509365439], "geometry": {"coordinates": [[177.95863340176345, -38.69430349926714, 0.0], [177.955322223001, -38.69194509365439, 0.0]], "type": "LineString"}, "id": "218", "properties": {"Unique_ID": 100406361114.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9553993843187, -38.69423695953356, 177.95871056204845, -38.6918785560422], "geometry": {"coordinates": [[177.95871056204845, -38.69423695953356, 0.0], [177.9553993843187, -38.6918785560422, 0.0]], "type": "LineString"}, "id": "219", "properties": {"Unique_ID": 100406360103.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95547654539828, -38.69417041973309, 177.95878772221968, -38.69181201847034], "geometry": {"coordinates": [[177.95878772221968, -38.69417041973309, 0.0], [177.95547654539828, -38.69181201847034, 0.0]], "type": "LineString"}, "id": "220", "properties": {"Unique_ID": 100406359092.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95555370639318, -38.69410387990544, 177.95886488223113, -38.69174548080651], "geometry": {"coordinates": [[177.95886488223113, -38.69410387990544, 0.0], [177.95555370639318, -38.69174548080651, 0.0]], "type": "LineString"}, "id": "221", "properties": {"Unique_ID": 100406358081.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95563086734128, -38.694037340060376, 177.95894204207139, -38.69167894301807], "geometry": {"coordinates": [[177.95894204207139, -38.694037340060376, 0.0], [177.95563086734128, -38.69167894301807, 0.0]], "type": "LineString"}, "id": "222", "properties": {"Unique_ID": 100406357070.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95570802808916, -38.69397080015826, 177.9590192017865, -38.69161240523731], "geometry": {"coordinates": [[177.9590192017865, -38.69397080015826, 0.0], [177.95570802808916, -38.69161240523731, 0.0]], "type": "LineString"}, "id": "223", "properties": {"Unique_ID": 100406356061.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95578518867563, -38.693904260209095, 177.95909636136486, -38.69154586743073], "geometry": {"coordinates": [[177.95909636136486, -38.693904260209095, 0.0], [177.95578518867563, -38.69154586743073, 0.0]], "type": "LineString"}, "id": "224", "properties": {"Unique_ID": 100406355053.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95586234902404, -38.69383772019305, 177.95917352082947, -38.69147932966449], "geometry": {"coordinates": [[177.95917352082947, -38.69383772019305, 0.0], [177.95586234902404, -38.69147932966449, 0.0]], "type": "LineString"}, "id": "225", "properties": {"Unique_ID": 100406354047.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95593950932562, -38.69377118015961, 177.95925068012286, -38.69141279177362], "geometry": {"coordinates": [[177.95925068012286, -38.69377118015961, 0.0], [177.95593950932562, -38.69141279177362, 0.0]], "type": "LineString"}, "id": "226", "properties": {"Unique_ID": 100406353043.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95601666956148, -38.69370464010388, 177.95932783925082, -38.69134625377447], "geometry": {"coordinates": [[177.95932783925082, -38.69370464010388, 0.0], [177.95601666956148, -38.69134625377447, 0.0]], "type": "LineString"}, "id": "227", "properties": {"Unique_ID": 100406352041.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9560938295971, -38.69363809999107, 177.95940499825363, -38.69127971578301], "geometry": {"coordinates": [[177.95940499825363, -38.69363809999107, 0.0], [177.9560938295971, -38.69127971578301, 0.0]], "type": "LineString"}, "id": "228", "properties": {"Unique_ID": 100406351041.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95617098947133, -38.69357155983124, 177.95948215711968, -38.691213177765725], "geometry": {"coordinates": [[177.95948215711968, -38.69357155983124, 0.0], [177.95617098947133, -38.691213177765725, 0.0]], "type": "LineString"}, "id": "229", "properties": {"Unique_ID": 100406350041.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9562481491075, -38.69350501960453, 177.95955931587193, -38.691146639788776], "geometry": {"coordinates": [[177.95955931587193, -38.69350501960453, 0.0], [177.9562481491075, -38.691146639788776, 0.0]], "type": "LineString"}, "id": "230", "properties": {"Unique_ID": 100406349041.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95632530877356, -38.693438479380255, 177.95963647443006, -38.69108010162106], "geometry": {"coordinates": [[177.95963647443006, -38.693438479380255, 0.0], [177.95632530877356, -38.69108010162106, 0.0]], "type": "LineString"}, "id": "231", "properties": {"Unique_ID": 100406348040.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9564024682394, -38.69337193909893, 177.95971363286301, -38.69101356346105], "geometry": {"coordinates": [[177.95971363286301, -38.69337193909893, 0.0], [177.9564024682394, -38.69101356346105, 0.0]], "type": "LineString"}, "id": "232", "properties": {"Unique_ID": 100406347039.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95647962754384, -38.693305398770555, 177.9597907911592, -38.6909470252752], "geometry": {"coordinates": [[177.9597907911592, -38.693305398770555, 0.0], [177.95647962754384, -38.6909470252752, 0.0]], "type": "LineString"}, "id": "233", "properties": {"Unique_ID": 100406346037.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95655678668692, -38.693238858395155, 177.9598679493186, -38.69088048706355], "geometry": {"coordinates": [[177.9598679493186, -38.693238858395155, 0.0], [177.95655678668692, -38.69088048706355, 0.0]], "type": "LineString"}, "id": "234", "properties": {"Unique_ID": 100406345035.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95663394562976, -38.69317231796267, 177.95994510735292, -38.69081394885958], "geometry": {"coordinates": [[177.95994510735292, -38.69317231796267, 0.0], [177.95663394562976, -38.69081394885958, 0.0]], "type": "LineString"}, "id": "235", "properties": {"Unique_ID": 100406344034.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9567111045836, -38.69310577752774, 177.96002226519872, -38.69074741048119], "geometry": {"coordinates": [[177.96002226519872, -38.69310577752774, 0.0], [177.9567111045836, -38.69074741048119, 0.0]], "type": "LineString"}, "id": "236", "properties": {"Unique_ID": 100406343032.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95678826333722, -38.693039237035755, 177.96009942291937, -38.69068087211047], "geometry": {"coordinates": [[177.96009942291937, -38.693039237035755, 0.0], [177.95678826333722, -38.69068087211047, 0.0]], "type": "LineString"}, "id": "237", "properties": {"Unique_ID": 100406342031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95686542192945, -38.69297269649674, 177.9601765805033, -38.69061433371394], "geometry": {"coordinates": [[177.9601765805033, -38.69297269649674, 0.0], [177.95686542192945, -38.69061433371394, 0.0]], "type": "LineString"}, "id": "238", "properties": {"Unique_ID": 100406341031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9569425803603, -38.69290615591067, 177.9602537379504, -38.69054779529161], "geometry": {"coordinates": [[177.9602537379504, -38.69290615591067, 0.0], [177.9569425803603, -38.69054779529161, 0.0]], "type": "LineString"}, "id": "239", "properties": {"Unique_ID": 100406340030.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95701973859096, -38.692839615267545, 177.96033089527242, -38.69048125687696], "geometry": {"coordinates": [[177.96033089527242, -38.692839615267545, 0.0], [177.95701973859096, -38.69048125687696, 0.0]], "type": "LineString"}, "id": "240", "properties": {"Unique_ID": 100406339030.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9570968968515, -38.69277307462688, 177.96040805240025, -38.69041471827156], "geometry": {"coordinates": [[177.96040805240025, -38.69277307462688, 0.0], [177.9570968968515, -38.69041471827156, 0.0]], "type": "LineString"}, "id": "241", "properties": {"Unique_ID": 100406338030.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95717405487395, -38.69270653391934, 177.96048520941432, -38.690348179706476], "geometry": {"coordinates": [[177.96048520941432, -38.69270653391934, 0.0], [177.95717405487395, -38.690348179706476, 0.0]], "type": "LineString"}, "id": "242", "properties": {"Unique_ID": 100406337029.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95725121273506, -38.69263999316476, 177.96056236629164, -38.6902816411156], "geometry": {"coordinates": [[177.96056236629164, -38.69263999316476, 0.0], [177.95725121273506, -38.6902816411156, 0.0]], "type": "LineString"}, "id": "243", "properties": {"Unique_ID": 100406336029.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9573283703959, -38.692573452353116, 177.9606395230438, -38.69021510253241], "geometry": {"coordinates": [[177.9606395230438, -38.692573452353116, 0.0], [177.9573283703959, -38.69021510253241, 0.0]], "type": "LineString"}, "id": "244", "properties": {"Unique_ID": 100406335029.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95744105667742, -38.692516216667514, 177.96070671668238, -38.69011922387557], "geometry": {"coordinates": [[177.96070671668238, -38.692516216667514, 0.0], [177.95744105667742, -38.69011922387557, 0.0]], "type": "LineString"}, "id": "245", "properties": {"Unique_ID": 100406333927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95751947828896, -38.69245058993089, 177.96078513755532, -38.690053599383845], "geometry": {"coordinates": [[177.96078513755532, -38.69245058993089, 0.0], [177.95751947828896, -38.690053599383845, 0.0]], "type": "LineString"}, "id": "246", "properties": {"Unique_ID": 100406332927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95759789989663, -38.69238496318545, 177.96086355824335, -38.68998797473178], "geometry": {"coordinates": [[177.96086355824335, -38.69238496318545, 0.0], [177.95759789989663, -38.68998797473178, 0.0]], "type": "LineString"}, "id": "247", "properties": {"Unique_ID": 100406331927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95767632130097, -38.69231933638112, 177.96094197880626, -38.68992235008628], "geometry": {"coordinates": [[177.96094197880626, -38.69231933638112, 0.0], [177.95767632130097, -38.68992235008628, 0.0]], "type": "LineString"}, "id": "248", "properties": {"Unique_ID": 100406330927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9577547425622, -38.69225370953303, 177.96102039922604, -38.689856725396986], "geometry": {"coordinates": [[177.96102039922604, -38.69225370953303, 0.0], [177.9577547425622, -38.689856725396986, 0.0]], "type": "LineString"}, "id": "249", "properties": {"Unique_ID": 100406329927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95783316360115, -38.69218808262128, 177.96109881952634, -38.689791100730105], "geometry": {"coordinates": [[177.96109881952634, -38.69218808262128, 0.0], [177.95783316360115, -38.689791100730105, 0.0]], "type": "LineString"}, "id": "250", "properties": {"Unique_ID": 100406328927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95791158465516, -38.69212245570549, 177.96117723963604, -38.68972547588705], "geometry": {"coordinates": [[177.96117723963604, -38.69212245570549, 0.0], [177.95791158465516, -38.68972547588705, 0.0]], "type": "LineString"}, "id": "251", "properties": {"Unique_ID": 100406327927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95799000548695, -38.692056828726045, 177.9612556596263, -38.689659851066416], "geometry": {"coordinates": [[177.9612556596263, -38.692056828726045, 0.0], [177.95799000548695, -38.689659851066416, 0.0]], "type": "LineString"}, "id": "252", "properties": {"Unique_ID": 100406326927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95806842609647, -38.69199120168295, 177.96133407949714, -38.68959422626818], "geometry": {"coordinates": [[177.96133407949714, -38.69199120168295, 0.0], [177.95806842609647, -38.68959422626818, 0.0]], "type": "LineString"}, "id": "253", "properties": {"Unique_ID": 100406325927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95814684672106, -38.69192557463582, 177.96141249917736, -38.68952860129376], "geometry": {"coordinates": [[177.96141249917736, -38.69192557463582, 0.0], [177.95814684672106, -38.68952860129376, 0.0]], "type": "LineString"}, "id": "254", "properties": {"Unique_ID": 100406324927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9582252671234, -38.69185994752504, 177.96149091873812, -38.68946297634176], "geometry": {"coordinates": [[177.96149091873812, -38.69185994752504, 0.0], [177.9582252671234, -38.68946297634176, 0.0]], "type": "LineString"}, "id": "255", "properties": {"Unique_ID": 100406323927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95830368738257, -38.6917943203705, 177.96156933815575, -38.689397351345974], "geometry": {"coordinates": [[177.96156933815575, -38.6917943203705, 0.0], [177.95830368738257, -38.689397351345974, 0.0]], "type": "LineString"}, "id": "256", "properties": {"Unique_ID": 100406322927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9583821074195, -38.69172869315232, 177.96164775745396, -38.68933172637262], "geometry": {"coordinates": [[177.96164775745396, -38.69172869315232, 0.0], [177.9583821074195, -38.68933172637262, 0.0]], "type": "LineString"}, "id": "257", "properties": {"Unique_ID": 100406321927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95846052747152, -38.69166306593005, 177.9617261765615, -38.68926610122307], "geometry": {"coordinates": [[177.9617261765615, -38.69166306593005, 0.0], [177.95846052747152, -38.68926610122307, 0.0]], "type": "LineString"}, "id": "258", "properties": {"Unique_ID": 100406320927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9585389473013, -38.691597438644166, 177.96180459554967, -38.68920047609594], "geometry": {"coordinates": [[177.96180459554967, -38.691597438644166, 0.0], [177.9585389473013, -38.68920047609594, 0.0]], "type": "LineString"}, "id": "259", "properties": {"Unique_ID": 100406319927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9586173669879, -38.69153181131452, 177.96188301439466, -38.68913485092503], "geometry": {"coordinates": [[177.96188301439466, -38.69153181131452, 0.0], [177.9586173669879, -38.68913485092503, 0.0]], "type": "LineString"}, "id": "260", "properties": {"Unique_ID": 100406318927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95869578645224, -38.69146618392122, 177.96196143312022, -38.68906922577653], "geometry": {"coordinates": [[177.96196143312022, -38.69146618392122, 0.0], [177.95869578645224, -38.68906922577653, 0.0]], "type": "LineString"}, "id": "261", "properties": {"Unique_ID": 100406317927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9587742059317, -38.69140055652387, 177.96203985165516, -38.68900360045186], "geometry": {"coordinates": [[177.96203985165516, -38.69140055652387, 0.0], [177.9587742059317, -38.68900360045186, 0.0]], "type": "LineString"}, "id": "262", "properties": {"Unique_ID": 100406316927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95885262518888, -38.69133492906288, 177.96211827007068, -38.6889379751496], "geometry": {"coordinates": [[177.96211827007068, -38.69133492906288, 0.0], [177.95885262518888, -38.6889379751496, 0.0]], "type": "LineString"}, "id": "263", "properties": {"Unique_ID": 100406315926.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9589310443219, -38.69126930156288, 177.96219668833734, -38.6888723497877], "geometry": {"coordinates": [[177.96219668833734, -38.69126930156288, 0.0], [177.9589310443219, -38.6888723497877, 0.0]], "type": "LineString"}, "id": "264", "properties": {"Unique_ID": 100406314926.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9590094632137, -38.69120367399449, 177.9622751064903, -38.68880672446408], "geometry": {"coordinates": [[177.9622751064903, -38.69120367399449, 0.0], [177.9590094632137, -38.68880672446408, 0.0]], "type": "LineString"}, "id": "265", "properties": {"Unique_ID": 100406313926.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95908788212057, -38.69113804642204, 177.96235352445262, -38.688741098964286], "geometry": {"coordinates": [[177.96235352445262, -38.69113804642204, 0.0], [177.95908788212057, -38.688741098964286, 0.0]], "type": "LineString"}, "id": "266", "properties": {"Unique_ID": 100406312926.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95916630080518, -38.691072418785964, 177.96243194229552, -38.6886754734869], "geometry": {"coordinates": [[177.96243194229552, -38.691072418785964, 0.0], [177.95916630080518, -38.6886754734869, 0.0]], "type": "LineString"}, "id": "267", "properties": {"Unique_ID": 100406311926.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95924471926756, -38.69100679108625, 177.962510360019, -38.68860984803196], "geometry": {"coordinates": [[177.962510360019, -38.69100679108625, 0.0], [177.95924471926756, -38.68860984803196, 0.0]], "type": "LineString"}, "id": "268", "properties": {"Unique_ID": 100406310926.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95932313774503, -38.69094116338247, 177.96258877755187, -38.688544222400814], "geometry": {"coordinates": [[177.96258877755187, -38.69094116338247, 0.0], [177.95932313774503, -38.688544222400814, 0.0]], "type": "LineString"}, "id": "269", "properties": {"Unique_ID": 100406309926.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95940155600027, -38.69087553561507, 177.96266719496532, -38.688478596792095], "geometry": {"coordinates": [[177.96266719496532, -38.69087553561507, 0.0], [177.95940155600027, -38.688478596792095, 0.0]], "type": "LineString"}, "id": "270", "properties": {"Unique_ID": 100406308926.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95947997411233, -38.69080990780391, 177.9627456122356, -38.68841297113962], "geometry": {"coordinates": [[177.9627456122356, -38.69080990780391, 0.0], [177.95947997411233, -38.68841297113962, 0.0]], "type": "LineString"}, "id": "271", "properties": {"Unique_ID": 100406307926.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9595500304692, -38.69074213593677, 177.96282643685473, -38.688354245794685], "geometry": {"coordinates": [[177.96282643685473, -38.69074213593677, 0.0], [177.9595500304692, -38.688354245794685, 0.0]], "type": "LineString"}, "id": "272", "properties": {"Unique_ID": 100406306950.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95962815252437, -38.690676291652345, 177.96290455790202, -38.68828840355844], "geometry": {"coordinates": [[177.96290455790202, -38.690676291652345, 0.0], [177.95962815252437, -38.68828840355844, 0.0]], "type": "LineString"}, "id": "273", "properties": {"Unique_ID": 100406305950.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95970627432015, -38.69061044729512, 177.9629826788412, -38.688222561376946], "geometry": {"coordinates": [[177.9629826788412, -38.69061044729512, 0.0], [177.95970627432015, -38.688222561376946, 0.0]], "type": "LineString"}, "id": "274", "properties": {"Unique_ID": 100406304949.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95978439591337, -38.690544602879434, 177.96306079965532, -38.6881567192023], "geometry": {"coordinates": [[177.96306079965532, -38.690544602879434, 0.0], [177.95978439591337, -38.6881567192023, 0.0]], "type": "LineString"}, "id": "275", "properties": {"Unique_ID": 100406303949.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95986251746106, -38.690478758445, 177.96313892029718, -38.688090876902095], "geometry": {"coordinates": [[177.96313892029718, -38.690478758445, 0.0], [177.95986251746106, -38.688090876902095, 0.0]], "type": "LineString"}, "id": "276", "properties": {"Unique_ID": 100406302948.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95994063882793, -38.69041291395764, 177.9632170408074, -38.68802503459043], "geometry": {"coordinates": [[177.9632170408074, -38.69041291395764, 0.0], [177.95994063882793, -38.68802503459043, 0.0]], "type": "LineString"}, "id": "277", "properties": {"Unique_ID": 100406301947.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96001876014927, -38.69034706945153, 177.9632951611454, -38.687959192153215], "geometry": {"coordinates": [[177.9632951611454, -38.69034706945153, 0.0], [177.96001876014927, -38.687959192153215, 0.0]], "type": "LineString"}, "id": "278", "properties": {"Unique_ID": 100406300946.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96009688124914, -38.69028122488219, 177.96337328136394, -38.68789334973883], "geometry": {"coordinates": [[177.96337328136394, -38.69028122488219, 0.0], [177.96009688124914, -38.68789334973883, 0.0]], "type": "LineString"}, "id": "279", "properties": {"Unique_ID": 100406299945.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9601750021464, -38.69021538025439, 177.9634514014574, -38.68782750733129], "geometry": {"coordinates": [[177.9634514014574, -38.69021538025439, 0.0], [177.9601750021464, -38.68782750733129, 0.0]], "type": "LineString"}, "id": "280", "properties": {"Unique_ID": 100406298944.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9602531229413, -38.690149535593505, 177.96352952139566, -38.687761664846086], "geometry": {"coordinates": [[177.96352952139566, -38.690149535593505, 0.0], [177.9602531229413, -38.687761664846086, 0.0]], "type": "LineString"}, "id": "281", "properties": {"Unique_ID": 100406297943.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96033124369077, -38.69008369091389, 177.9636076411617, -38.687695822235334], "geometry": {"coordinates": [[177.9636076411617, -38.69008369091389, 0.0], [177.96033124369077, -38.687695822235334, 0.0]], "type": "LineString"}, "id": "282", "properties": {"Unique_ID": 100406296941.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96040936423765, -38.69001784617581, 177.9636857608026, -38.68762997963145], "geometry": {"coordinates": [[177.9636857608026, -38.69001784617581, 0.0], [177.96040936423765, -38.68762997963145, 0.0]], "type": "LineString"}, "id": "283", "properties": {"Unique_ID": 100406295940.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96048748452512, -38.689952001364944, 177.96376388033548, -38.687564137082305], "geometry": {"coordinates": [[177.96376388033548, -38.689952001364944, 0.0], [177.96048748452512, -38.687564137082305, 0.0]], "type": "LineString"}, "id": "284", "properties": {"Unique_ID": 100406294939.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9605656047671, -38.68988615653533, 177.96384199969606, -38.68749829440761], "geometry": {"coordinates": [[177.96384199969606, -38.68988615653533, 0.0], [177.9605656047671, -38.68749829440761, 0.0]], "type": "LineString"}, "id": "285", "properties": {"Unique_ID": 100406293938.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96064372494467, -38.68982031168221, 177.96392011889014, -38.68743245162333], "geometry": {"coordinates": [[177.96392011889014, -38.68982031168221, 0.0], [177.96064372494467, -38.68743245162333, 0.0]], "type": "LineString"}, "id": "286", "properties": {"Unique_ID": 100406292936.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96072184491965, -38.68975446677064, 177.96399823795912, -38.687366608845906], "geometry": {"coordinates": [[177.96399823795912, -38.68975446677064, 0.0], [177.96072184491965, -38.687366608845906, 0.0]], "type": "LineString"}, "id": "287", "properties": {"Unique_ID": 100406291935.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96079996471377, -38.68968862180611, 177.96407635689647, -38.68730076605704], "geometry": {"coordinates": [[177.96407635689647, -38.68968862180611, 0.0], [177.96079996471377, -38.68730076605704, 0.0]], "type": "LineString"}, "id": "288", "properties": {"Unique_ID": 100406290934.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9608780843053, -38.68962277678313, 177.96415447570868, -38.687234923275014], "geometry": {"coordinates": [[177.96415447570868, -38.68962277678313, 0.0], [177.9608780843053, -38.687234923275014, 0.0]], "type": "LineString"}, "id": "289", "properties": {"Unique_ID": 100406289932.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9609562038514, -38.68955693174144, 177.9642325943487, -38.68716908036744], "geometry": {"coordinates": [[177.9642325943487, -38.68955693174144, 0.0], [177.9609562038514, -38.68716908036744, 0.0]], "type": "LineString"}, "id": "290", "properties": {"Unique_ID": 100406288931.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96103432329514, -38.68949108666665, 177.9643107128335, -38.68710323738224], "geometry": {"coordinates": [[177.9643107128335, -38.68949108666665, 0.0], [177.96103432329514, -38.68710323738224, 0.0]], "type": "LineString"}, "id": "291", "properties": {"Unique_ID": 100406287930.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96111244253632, -38.68942524153342, 177.96438883119322, -38.68703739440386], "geometry": {"coordinates": [[177.96438883119322, -38.68942524153342, 0.0], [177.96111244253632, -38.68703739440386, 0.0]], "type": "LineString"}, "id": "292", "properties": {"Unique_ID": 100406286928.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.961190561556, -38.689359396336954, 177.9644669494335, -38.68697155144832], "geometry": {"coordinates": [[177.9644669494335, -38.689359396336954, 0.0], [177.961190561556, -38.68697155144832, 0.0]], "type": "LineString"}, "id": "293", "properties": {"Unique_ID": 100406285926.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96126868053017, -38.68929355112175, 177.96454506750158, -38.686905708367235], "geometry": {"coordinates": [[177.96454506750158, -38.68929355112175, 0.0], [177.96126868053017, -38.686905708367235, 0.0]], "type": "LineString"}, "id": "294", "properties": {"Unique_ID": 100406284925.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96134679940204, -38.689227705873485, 177.96462318541447, -38.68683986520851], "geometry": {"coordinates": [[177.96462318541447, -38.689227705873485, 0.0], [177.96134679940204, -38.68683986520851, 0.0]], "type": "LineString"}, "id": "295", "properties": {"Unique_ID": 100406283923.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96142491807137, -38.68916186056675, 177.96470130320225, -38.686774022056625], "geometry": {"coordinates": [[177.96470130320225, -38.68916186056675, 0.0], [177.96142491807137, -38.686774022056625, 0.0]], "type": "LineString"}, "id": "296", "properties": {"Unique_ID": 100406282921.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9615030365381, -38.68909601520157, 177.96477942086494, -38.68670817891161], "geometry": {"coordinates": [[177.96477942086494, -38.68909601520157, 0.0], [177.9615030365381, -38.68670817891161, 0.0]], "type": "LineString"}, "id": "297", "properties": {"Unique_ID": 100406281919.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96158115490255, -38.68903016980332, 177.9648575383724, -38.68664233568894], "geometry": {"coordinates": [[177.9648575383724, -38.68903016980332, 0.0], [177.96158115490255, -38.68664233568894, 0.0]], "type": "LineString"}, "id": "298", "properties": {"Unique_ID": 100406280917.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96165927322147, -38.688964324386355, 177.9649356557077, -38.68657649234072], "geometry": {"coordinates": [[177.9649356557077, -38.688964324386355, 0.0], [177.96165927322147, -38.68657649234072, 0.0]], "type": "LineString"}, "id": "299", "properties": {"Unique_ID": 100406279915.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9617373913189, -38.688898478906125, 177.96501377292353, -38.68651064901533], "geometry": {"coordinates": [[177.96501377292353, -38.688898478906125, 0.0], [177.9617373913189, -38.68651064901533, 0.0]], "type": "LineString"}, "id": "300", "properties": {"Unique_ID": 100406278913.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96181550929234, -38.68883263338734, 177.96509188999073, -38.6864448056306], "geometry": {"coordinates": [[177.96509188999073, -38.68883263338734, 0.0], [177.96181550929234, -38.6864448056306, 0.0]], "type": "LineString"}, "id": "301", "properties": {"Unique_ID": 100406277912.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96189362700636, -38.68876678779574, 177.96517000694988, -38.68637896230064], "geometry": {"coordinates": [[177.96517000694988, -38.68876678779574, 0.0], [177.96189362700636, -38.68637896230064, 0.0]], "type": "LineString"}, "id": "302", "properties": {"Unique_ID": 100406276911.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9622416015655, -38.68876340068313, 177.96516987871038, -38.68611227123184], "geometry": {"coordinates": [[177.96516987871038, -38.68876340068313, 0.0], [177.9622416015655, -38.68611227123184, 0.0]], "type": "LineString"}, "id": "303", "properties": {"Unique_ID": 100406275330.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96232833240788, -38.688704550612215, 177.96525660988874, -38.6860534233792], "geometry": {"coordinates": [[177.96525660988874, -38.688704550612215, 0.0], [177.96232833240788, -38.6860534233792, 0.0]], "type": "LineString"}, "id": "304", "properties": {"Unique_ID": 100406274328.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9624150631058, -38.68864570048575, 177.96534334092257, -38.68599457547102], "geometry": {"coordinates": [[177.96534334092257, -38.68864570048575, 0.0], [177.9624150631058, -38.68599457547102, 0.0]], "type": "LineString"}, "id": "305", "properties": {"Unique_ID": 100406273326.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96250179356346, -38.68858685028424, 177.96543007184067, -38.685935727572264], "geometry": {"coordinates": [[177.96543007184067, -38.68858685028424, 0.0], [177.96250179356346, -38.685935727572264, 0.0]], "type": "LineString"}, "id": "306", "properties": {"Unique_ID": 100406272324.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96258852406822, -38.688528000066185, 177.96551680255675, -38.68587687948801], "geometry": {"coordinates": [[177.96551680255675, -38.688528000066185, 0.0], [177.96258852406822, -38.68587687948801, 0.0]], "type": "LineString"}, "id": "307", "properties": {"Unique_ID": 100406271322.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96267525433268, -38.68846914977308, 177.9656035331571, -38.68581803141316], "geometry": {"coordinates": [[177.9656035331571, -38.68846914977308, 0.0], [177.96267525433268, -38.68581803141316, 0.0]], "type": "LineString"}, "id": "308", "properties": {"Unique_ID": 100406270321.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9627619844527, -38.68841029942442, 177.9656902636129, -38.685759183282784], "geometry": {"coordinates": [[177.9656902636129, -38.68841029942442, 0.0], [177.9627619844527, -38.685759183282784, 0.0]], "type": "LineString"}, "id": "309", "properties": {"Unique_ID": 100406269319.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96284871433244, -38.68835144900072, 177.96577699395303, -38.68570033516182], "geometry": {"coordinates": [[177.96577699395303, -38.68835144900072, 0.0], [177.96284871433244, -38.68570033516182, 0.0]], "type": "LineString"}, "id": "310", "properties": {"Unique_ID": 100406268318.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96293544425927, -38.688292598560494, 177.96586372409112, -38.68564148685537], "geometry": {"coordinates": [[177.96586372409112, -38.688292598560494, 0.0], [177.96293544425927, -38.68564148685537, 0.0]], "type": "LineString"}, "id": "311", "properties": {"Unique_ID": 100406267317.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96302217394586, -38.68823374804519, 177.96595045411348, -38.68558263855833], "geometry": {"coordinates": [[177.96595045411348, -38.68823374804519, 0.0], [177.96302217394586, -38.68558263855833, 0.0]], "type": "LineString"}, "id": "312", "properties": {"Unique_ID": 100406266316.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96310890348792, -38.688174897474354, 177.96603718399132, -38.685523790205735], "geometry": {"coordinates": [[177.96603718399132, -38.688174897474354, 0.0], [177.96310890348792, -38.685523790205735, 0.0]], "type": "LineString"}, "id": "313", "properties": {"Unique_ID": 100406265315.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9631956327898, -38.68811604682849, 177.9661239137534, -38.685464941862605], "geometry": {"coordinates": [[177.9661239137534, -38.68811604682849, 0.0], [177.9631956327898, -38.685464941862605, 0.0]], "type": "LineString"}, "id": "314", "properties": {"Unique_ID": 100406264314.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9632823621387, -38.68805719616607, 177.96621064331353, -38.68540609333395], "geometry": {"coordinates": [[177.96621064331353, -38.68805719616607, 0.0], [177.9632823621387, -38.68540609333395, 0.0]], "type": "LineString"}, "id": "315", "properties": {"Unique_ID": 100406263313.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96336909124736, -38.687998345428596, 177.96629737275788, -38.68534724481473], "geometry": {"coordinates": [[177.96629737275788, -38.687998345428596, 0.0], [177.96336909124736, -38.68534724481473, 0.0]], "type": "LineString"}, "id": "316", "properties": {"Unique_ID": 100406262313.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96345582021155, -38.6879394946356, 177.96638410205773, -38.685288396239955], "geometry": {"coordinates": [[177.96638410205773, -38.6879394946356, 0.0], [177.96345582021155, -38.685288396239955, 0.0]], "type": "LineString"}, "id": "317", "properties": {"Unique_ID": 100406261312.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9635425489355, -38.68788064376754, 177.96647083124185, -38.685229547674616], "geometry": {"coordinates": [[177.96647083124185, -38.68788064376754, 0.0], [177.9635425489355, -38.685229547674616, 0.0]], "type": "LineString"}, "id": "318", "properties": {"Unique_ID": 100406260311.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9636292777065, -38.68782179288295, 177.966557560224, -38.685170698923784], "geometry": {"coordinates": [[177.966557560224, -38.68782179288295, 0.0], [177.9636292777065, -38.685170698923784, 0.0]], "type": "LineString"}, "id": "319", "properties": {"Unique_ID": 100406259311.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96378383697336, -38.68777698541449, 177.96662498410305, -38.68506827397313], "geometry": {"coordinates": [[177.96662498410305, -38.68777698541449, 0.0], [177.96378383697336, -38.68506827397313, 0.0]], "type": "LineString"}, "id": "320", "properties": {"Unique_ID": 100406258152.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96387245018903, -38.68771988554849, 177.96671359794092, -38.685011176325254], "geometry": {"coordinates": [[177.96671359794092, -38.68771988554849, 0.0], [177.96387245018903, -38.685011176325254, 0.0]], "type": "LineString"}, "id": "321", "properties": {"Unique_ID": 100406257151.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96396106327919, -38.68766278562759, 177.9668022116294, -38.68495407860715], "geometry": {"coordinates": [[177.9668022116294, -38.68766278562759, 0.0], [177.96396106327919, -38.68495407860715, 0.0]], "type": "LineString"}, "id": "322", "properties": {"Unique_ID": 100406256149.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9640496761888, -38.68760568564115, 177.96689082518506, -38.68489698085422], "geometry": {"coordinates": [[177.96689082518506, -38.68760568564115, 0.0], [177.9640496761888, -38.68489698085422, 0.0]], "type": "LineString"}, "id": "323", "properties": {"Unique_ID": 100406255147.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96413828897295, -38.687548585599835, 177.96697943859132, -38.684839883031024], "geometry": {"coordinates": [[177.96697943859132, -38.687548585599835, 0.0], [177.96413828897295, -38.684839883031024, 0.0]], "type": "LineString"}, "id": "324", "properties": {"Unique_ID": 100406254146.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9642269016132, -38.68749148550007, 177.96706805185372, -38.684782785149395], "geometry": {"coordinates": [[177.96706805185372, -38.68749148550007, 0.0], [177.9642269016132, -38.684782785149395, 0.0]], "type": "LineString"}, "id": "325", "properties": {"Unique_ID": 100406253144.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96431551412795, -38.687434385345405, 177.96715666496675, -38.68472568719751], "geometry": {"coordinates": [[177.96715666496675, -38.687434385345405, 0.0], [177.96431551412795, -38.68472568719751, 0.0]], "type": "LineString"}, "id": "326", "properties": {"Unique_ID": 100406252142.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9644041264622, -38.68737728512522, 177.96724527794692, -38.68466858921081], "geometry": {"coordinates": [[177.96724527794692, -38.68737728512522, 0.0], [177.9644041264622, -38.68466858921081, 0.0]], "type": "LineString"}, "id": "327", "properties": {"Unique_ID": 100406251141.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96449273867094, -38.68732018485014, 177.9673338907777, -38.68461149115385], "geometry": {"coordinates": [[177.9673338907777, -38.68732018485014, 0.0], [177.96449273867094, -38.68461149115385, 0.0]], "type": "LineString"}, "id": "328", "properties": {"Unique_ID": 100406250139.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96458135075417, -38.68726308452016, 177.96742250345915, -38.68455439302666], "geometry": {"coordinates": [[177.96742250345915, -38.68726308452016, 0.0], [177.96458135075417, -38.68455439302666, 0.0]], "type": "LineString"}, "id": "329", "properties": {"Unique_ID": 100406249138.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96466996265687, -38.68720598412465, 177.9675111160077, -38.68449729486463], "geometry": {"coordinates": [[177.9675111160077, -38.68720598412465, 0.0], [177.96466996265687, -38.68449729486463, 0.0]], "type": "LineString"}, "id": "330", "properties": {"Unique_ID": 100406248137.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9647585744341, -38.68714888367427, 177.96759972840692, -38.68444019663236], "geometry": {"coordinates": [[177.96759972840692, -38.68714888367427, 0.0], [177.9647585744341, -38.68444019663236, 0.0]], "type": "LineString"}, "id": "331", "properties": {"Unique_ID": 100406247135.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96484718606743, -38.687091783165435, 177.96768834066225, -38.68438309834165], "geometry": {"coordinates": [[177.96768834066225, -38.687091783165435, 0.0], [177.96484718606743, -38.68438309834165, 0.0]], "type": "LineString"}, "id": "332", "properties": {"Unique_ID": 100406246135.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96493579757527, -38.68703468260171, 177.96777695276822, -38.684325999980686], "geometry": {"coordinates": [[177.96777695276822, -38.68703468260171, 0.0], [177.96493579757527, -38.684325999980686, 0.0]], "type": "LineString"}, "id": "333", "properties": {"Unique_ID": 100406245134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96502440890262, -38.686977581972464, 177.96786556474132, -38.68426890158491], "geometry": {"coordinates": [[177.96786556474132, -38.686977581972464, 0.0], [177.96502440890262, -38.68426890158491, 0.0]], "type": "LineString"}, "id": "334", "properties": {"Unique_ID": 100406244134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96511302010444, -38.686920481288325, 177.96795417656506, -38.68421180311888], "geometry": {"coordinates": [[177.96795417656506, -38.686920481288325, 0.0], [177.96511302010444, -38.68421180311888, 0.0]], "type": "LineString"}, "id": "335", "properties": {"Unique_ID": 100406243134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96520163116244, -38.68686338054575, 177.96804278824496, -38.68415470459442], "geometry": {"coordinates": [[177.96804278824496, -38.68686338054575, 0.0], [177.96520163116244, -38.68415470459442, 0.0]], "type": "LineString"}, "id": "336", "properties": {"Unique_ID": 100406242134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9652902420949, -38.68680627974829, 177.96813139977544, -38.684097605999696], "geometry": {"coordinates": [[177.96813139977544, -38.68680627974829, 0.0], [177.9652902420949, -38.684097605999696, 0.0]], "type": "LineString"}, "id": "337", "properties": {"Unique_ID": 100406241134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96537885284687, -38.6867491788853, 177.9682200111731, -38.68404050737016], "geometry": {"coordinates": [[177.9682200111731, -38.6867491788853, 0.0], [177.96537885284687, -38.68404050737016, 0.0]], "type": "LineString"}, "id": "338", "properties": {"Unique_ID": 100406240134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96546746347335, -38.68669207796742, 177.9683086224214, -38.6839834086704], "geometry": {"coordinates": [[177.9683086224214, -38.68669207796742, 0.0], [177.96546746347335, -38.6839834086704, 0.0]], "type": "LineString"}, "id": "339", "properties": {"Unique_ID": 100406239133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96555607397428, -38.68663497699466, 177.9683972335203, -38.68392630990038], "geometry": {"coordinates": [[177.9683972335203, -38.68663497699466, 0.0], [177.96555607397428, -38.68392630990038, 0.0]], "type": "LineString"}, "id": "340", "properties": {"Unique_ID": 100406238133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96564468429474, -38.68657787595639, 177.9684858444864, -38.68386921109555], "geometry": {"coordinates": [[177.9684858444864, -38.68657787595639, 0.0], [177.96564468429474, -38.68386921109555, 0.0]], "type": "LineString"}, "id": "341", "properties": {"Unique_ID": 100406237133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96573329448967, -38.686520774863205, 177.96857445530307, -38.68381211222047], "geometry": {"coordinates": [[177.96857445530307, -38.686520774863205, 0.0], [177.96573329448967, -38.68381211222047, 0.0]], "type": "LineString"}, "id": "342", "properties": {"Unique_ID": 100406236132.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96582190454075, -38.6864636737116, 177.9686630659759, -38.68375501328694], "geometry": {"coordinates": [[177.9686630659759, -38.6864636737116, 0.0], [177.96582190454075, -38.68375501328694, 0.0]], "type": "LineString"}, "id": "343", "properties": {"Unique_ID": 100406235132.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96591051446634, -38.6864065725051, 177.9687516764994, -38.6836979142832], "geometry": {"coordinates": [[177.9687516764994, -38.6864065725051, 0.0], [177.96591051446634, -38.6836979142832, 0.0]], "type": "LineString"}, "id": "344", "properties": {"Unique_ID": 100406234132.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96599912421146, -38.686349471233086, 177.96884028688999, -38.68364081524462], "geometry": {"coordinates": [[177.96884028688999, -38.686349471233086, 0.0], [177.96599912421146, -38.68364081524462, 0.0]], "type": "LineString"}, "id": "345", "properties": {"Unique_ID": 100406233131.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96601741727673, -38.68627725170148, 177.96894792902464, -38.683627724196896], "geometry": {"coordinates": [[177.96894792902464, -38.68627725170148, 0.0], [177.96601741727673, -38.683627724196896, 0.0]], "type": "LineString"}, "id": "346", "properties": {"Unique_ID": 100406232305.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9661040926806, -38.68621835466028, 177.96903460475616, -38.68356882937374], "geometry": {"coordinates": [[177.96903460475616, -38.68621835466028, 0.0], [177.9661040926806, -38.68356882937374, 0.0]], "type": "LineString"}, "id": "347", "properties": {"Unique_ID": 100406231304.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96619076782576, -38.68615945754031, 177.96912128037746, -38.68350993457274], "geometry": {"coordinates": [[177.96912128037746, -38.68615945754031, 0.0], [177.96619076782576, -38.68350993457274, 0.0]], "type": "LineString"}, "id": "348", "properties": {"Unique_ID": 100406230303.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96627744295924, -38.68610056039198, 177.96920795581443, -38.68345103962607], "geometry": {"coordinates": [[177.96920795581443, -38.68610056039198, 0.0], [177.96627744295924, -38.68345103962607, 0.0]], "type": "LineString"}, "id": "349", "properties": {"Unique_ID": 100406229302.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96636411802535, -38.68604166320389, 177.96929463108376, -38.68339214457155], "geometry": {"coordinates": [[177.96929463108376, -38.68604166320389, 0.0], [177.96636411802535, -38.68339214457155, 0.0]], "type": "LineString"}, "id": "350", "properties": {"Unique_ID": 100406228302.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96645079283272, -38.68598276593706, 177.9693813062429, -38.68333324953916], "geometry": {"coordinates": [[177.9693813062429, -38.68598276593706, 0.0], [177.96645079283272, -38.68333324953916, 0.0]], "type": "LineString"}, "id": "351", "properties": {"Unique_ID": 100406227301.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96653746751423, -38.68592386861857, 177.9694679812519, -38.68327435443873], "geometry": {"coordinates": [[177.9694679812519, -38.68592386861857, 0.0], [177.96653746751423, -38.68327435443873, 0.0]], "type": "LineString"}, "id": "352", "properties": {"Unique_ID": 100406226301.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96662414206978, -38.6858649712484, 177.9695546561109, -38.683215459270215], "geometry": {"coordinates": [[177.9695546561109, -38.6858649712484, 0.0], [177.96662414206978, -38.683215459270215, 0.0]], "type": "LineString"}, "id": "353", "properties": {"Unique_ID": 100406225301.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9667108163481, -38.68580607379572, 177.96964133086522, -38.68315656413647], "geometry": {"coordinates": [[177.96964133086522, -38.68580607379572, 0.0], [177.9667108163481, -38.68315656413647, 0.0]], "type": "LineString"}, "id": "354", "properties": {"Unique_ID": 100406224301.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96679749059618, -38.685747176310876, 177.9697280054408, -38.683097668869685], "geometry": {"coordinates": [[177.9697280054408, -38.685747176310876, 0.0], [177.96679749059618, -38.683097668869685, 0.0]], "type": "LineString"}, "id": "355", "properties": {"Unique_ID": 100406223301.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.966884164814, -38.68568827879385, 177.9698146798376, -38.68303877346978], "geometry": {"coordinates": [[177.9698146798376, -38.68568827879385, 0.0], [177.966884164814, -38.68303877346978, 0.0]], "type": "LineString"}, "id": "356", "properties": {"Unique_ID": 100406222301.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96697083875455, -38.68562938119431, 177.96990135412975, -38.68297987810468], "geometry": {"coordinates": [[177.96990135412975, -38.68562938119431, 0.0], [177.96697083875455, -38.68297987810468, 0.0]], "type": "LineString"}, "id": "357", "properties": {"Unique_ID": 100406221301.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9670575125692, -38.6855704835431, 177.96998802827184, -38.682920982671504], "geometry": {"coordinates": [[177.96998802827184, -38.6855704835431, 0.0], [177.9670575125692, -38.682920982671504, 0.0]], "type": "LineString"}, "id": "358", "properties": {"Unique_ID": 100406220301.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96714418625794, -38.68551158584022, 177.97007470226387, -38.68286208717026], "geometry": {"coordinates": [[177.97007470226387, -38.68551158584022, 0.0], [177.96714418625794, -38.68286208717026, 0.0]], "type": "LineString"}, "id": "359", "properties": {"Unique_ID": 100406219301.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96723085978363, -38.68545268807811, 177.97016137611698, -38.68280319162618], "geometry": {"coordinates": [[177.97016137611698, -38.68545268807811, 0.0], [177.96723085978363, -38.68280319162618, 0.0]], "type": "LineString"}, "id": "360", "properties": {"Unique_ID": 100406218301.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96731753305065, -38.685393790237256, 177.97024804985983, -38.68274429610424], "geometry": {"coordinates": [[177.97024804985983, -38.685393790237256, 0.0], [177.96731753305065, -38.68274429610424, 0.0]], "type": "LineString"}, "id": "361", "properties": {"Unique_ID": 100406217301.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96740420640162, -38.685334892387544, 177.9703347233897, -38.68268540037165], "geometry": {"coordinates": [[177.9703347233897, -38.685334892387544, 0.0], [177.96740420640162, -38.68268540037165, 0.0]], "type": "LineString"}, "id": "362", "properties": {"Unique_ID": 100406216301.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96749087949394, -38.685275994459076, 177.97042139680934, -38.68262650466121], "geometry": {"coordinates": [[177.97042139680934, -38.685275994459076, 0.0], [177.96749087949394, -38.68262650466121, 0.0]], "type": "LineString"}, "id": "363", "properties": {"Unique_ID": 100406215301.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9675775524232, -38.68521709647139, 177.97050807009006, -38.68256760890793], "geometry": {"coordinates": [[177.97050807009006, -38.68521709647139, 0.0], [177.9675775524232, -38.68256760890793, 0.0]], "type": "LineString"}, "id": "364", "properties": {"Unique_ID": 100406214301.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9676642252451, -38.68515819843581, 177.97059474321512, -38.68250871307394], "geometry": {"coordinates": [[177.97059474321512, -38.68515819843581, 0.0], [177.9676642252451, -38.68250871307394, 0.0]], "type": "LineString"}, "id": "365", "properties": {"Unique_ID": 100406213301.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.967750897904, -38.685099300341, 177.9706814162013, -38.68244981719715], "geometry": {"coordinates": [[177.9706814162013, -38.685099300341, 0.0], [177.967750897904, -38.68244981719715, 0.0]], "type": "LineString"}, "id": "366", "properties": {"Unique_ID": 100406212300.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9678375703042, -38.685040402167466, 177.97076808907724, -38.68239092134251], "geometry": {"coordinates": [[177.97076808907724, -38.685040402167466, 0.0], [177.9678375703042, -38.68239092134251, 0.0]], "type": "LineString"}, "id": "367", "properties": {"Unique_ID": 100406211300.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96792424267414, -38.68498150396178, 177.9708547617744, -38.68233202535481], "geometry": {"coordinates": [[177.9708547617744, -38.68498150396178, 0.0], [177.96792424267414, -38.68233202535481, 0.0]], "type": "LineString"}, "id": "368", "properties": {"Unique_ID": 100406210300.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96801091501385, -38.68492260572389, 177.97094143429285, -38.682273129234055], "geometry": {"coordinates": [[177.97094143429285, -38.68492260572389, 0.0], [177.96801091501385, -38.682273129234055, 0.0]], "type": "LineString"}, "id": "369", "properties": {"Unique_ID": 100406209300.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96825897920445, -38.684895444698334, 177.9709810134407, -38.68211268932324], "geometry": {"coordinates": [[177.9709810134407, -38.684895444698334, 0.0], [177.96825897920445, -38.68211268932324, 0.0]], "type": "LineString"}, "id": "370", "properties": {"Unique_ID": 100406207902.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96835001091063, -38.68484073641549, 177.97107204598805, -38.682057983153356], "geometry": {"coordinates": [[177.97107204598805, -38.68484073641549, 0.0], [177.96835001091063, -38.682057983153356, 0.0]], "type": "LineString"}, "id": "371", "properties": {"Unique_ID": 100406206901.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9684410423335, -38.68478602804498, 177.9711630784352, -38.68200327700585], "geometry": {"coordinates": [[177.9711630784352, -38.68478602804498, 0.0], [177.9684410423335, -38.68200327700585, 0.0]], "type": "LineString"}, "id": "372", "properties": {"Unique_ID": 100406205900.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96853207352697, -38.68473131959651, 177.97125411076604, -38.68194857084835], "geometry": {"coordinates": [[177.97125411076604, -38.68473131959651, 0.0], [177.96853207352697, -38.68194857084835, 0.0]], "type": "LineString"}, "id": "373", "properties": {"Unique_ID": 100406204900.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9686231047009, -38.684676611107896, 177.97134514291756, -38.6818938645547], "geometry": {"coordinates": [[177.97134514291756, -38.684676611107896, 0.0], [177.9686231047009, -38.6818938645547, 0.0]], "type": "LineString"}, "id": "374", "properties": {"Unique_ID": 100406203900.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96871413569656, -38.68462190255054, 177.97143617493742, -38.68183915822032], "geometry": {"coordinates": [[177.97143617493742, -38.68462190255054, 0.0], [177.96871413569656, -38.68183915822032, 0.0]], "type": "LineString"}, "id": "375", "properties": {"Unique_ID": 100406202900.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96880516658567, -38.68456719393738, 177.97152720680407, -38.68178445180211], "geometry": {"coordinates": [[177.97152720680407, -38.68456719393738, 0.0], [177.96880516658567, -38.68178445180211, 0.0]], "type": "LineString"}, "id": "376", "properties": {"Unique_ID": 100406201900.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96889619740148, -38.68451248527438, 177.97161823850757, -38.6817297452801], "geometry": {"coordinates": [[177.97161823850757, -38.68451248527438, 0.0], [177.96889619740148, -38.6817297452801, 0.0]], "type": "LineString"}, "id": "377", "properties": {"Unique_ID": 100406200900.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96898722800577, -38.684457776536654, 177.97170927008932, -38.68167503873733], "geometry": {"coordinates": [[177.97170927008932, -38.684457776536654, 0.0], [177.96898722800577, -38.68167503873733, 0.0]], "type": "LineString"}, "id": "378", "properties": {"Unique_ID": 100406199900.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96907825834472, -38.6844030677145, 177.97180030156557, -38.68162033220614], "geometry": {"coordinates": [[177.97180030156557, -38.6844030677145, 0.0], [177.96907825834472, -38.68162033220614, 0.0]], "type": "LineString"}, "id": "379", "properties": {"Unique_ID": 100406198899.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9691692886283, -38.68434835884574, 177.97189133287324, -38.68156562556035], "geometry": {"coordinates": [[177.97189133287324, -38.68434835884574, 0.0], [177.9691692886283, -38.68156562556035, 0.0]], "type": "LineString"}, "id": "380", "properties": {"Unique_ID": 100406197899.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96926031880537, -38.68429364992118, 177.97198236402772, -38.681510918830746], "geometry": {"coordinates": [[177.97198236402772, -38.68429364992118, 0.0], [177.96926031880537, -38.681510918830746, 0.0]], "type": "LineString"}, "id": "381", "properties": {"Unique_ID": 100406196899.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9693513489091, -38.6842389409468, 177.972073395019, -38.681456211997336], "geometry": {"coordinates": [[177.972073395019, -38.6842389409468, 0.0], [177.9693513489091, -38.681456211997336, 0.0]], "type": "LineString"}, "id": "382", "properties": {"Unique_ID": 100406195898.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96944237880132, -38.68418423189769, 177.97216442588862, -38.68140150514316], "geometry": {"coordinates": [[177.97216442588862, -38.68418423189769, 0.0], [177.96944237880132, -38.68140150514316, 0.0]], "type": "LineString"}, "id": "383", "properties": {"Unique_ID": 100406194898.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9695334084103, -38.684129522760905, 177.97225545665805, -38.68134679831136], "geometry": {"coordinates": [[177.97225545665805, -38.684129522760905, 0.0], [177.9695334084103, -38.68134679831136, 0.0]], "type": "LineString"}, "id": "384", "properties": {"Unique_ID": 100406193898.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96962443799978, -38.684074813584, 177.9723464872482, -38.68129209134341], "geometry": {"coordinates": [[177.9723464872482, -38.684074813584, 0.0], [177.96962443799978, -38.68129209134341, 0.0]], "type": "LineString"}, "id": "385", "properties": {"Unique_ID": 100406192898.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96971546746477, -38.68402010434804, 177.97243751769048, -38.68123738430239], "geometry": {"coordinates": [[177.97243751769048, -38.68402010434804, 0.0], [177.96971546746477, -38.68123738430239, 0.0]], "type": "LineString"}, "id": "386", "properties": {"Unique_ID": 100406191898.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9698727126538, -38.683977350837736, 177.97250914470916, -38.681144438869495], "geometry": {"coordinates": [[177.97250914470916, -38.683977350837736, 0.0], [177.9698727126538, -38.681144438869495, 0.0]], "type": "LineString"}, "id": "387", "properties": {"Unique_ID": 100406190742.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9699653836459, -38.683924362246664, 177.97260181696612, -38.68109145247493], "geometry": {"coordinates": [[177.97260181696612, -38.683924362246664, 0.0], [177.9699653836459, -38.68109145247493, 0.0]], "type": "LineString"}, "id": "388", "properties": {"Unique_ID": 100406189742.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97005805460557, -38.68387137360926, 177.97269448904942, -38.68103846595331], "geometry": {"coordinates": [[177.97269448904942, -38.68387137360926, 0.0], [177.97005805460557, -38.68103846595331, 0.0]], "type": "LineString"}, "id": "389", "properties": {"Unique_ID": 100406188742.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97015072520702, -38.68381838486961, 177.97278716105686, -38.680985479490865], "geometry": {"coordinates": [[177.97278716105686, -38.68381838486961, 0.0], [177.97015072520702, -38.680985479490865, 0.0]], "type": "LineString"}, "id": "390", "properties": {"Unique_ID": 100406187742.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97024339577607, -38.68376539608363, 177.97287983289067, -38.68093249290137], "geometry": {"coordinates": [[177.97287983289067, -38.68376539608363, 0.0], [177.97024339577607, -38.68093249290137, 0.0]], "type": "LineString"}, "id": "391", "properties": {"Unique_ID": 100406186742.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97033606631265, -38.683712407251285, 177.97297250455085, -38.68087950618481], "geometry": {"coordinates": [[177.97297250455085, -38.683712407251285, 0.0], [177.97033606631265, -38.68087950618481, 0.0]], "type": "LineString"}, "id": "392", "properties": {"Unique_ID": 100406185742.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97042873649107, -38.68365941831672, 177.97306517613515, -38.68082651952744], "geometry": {"coordinates": [[177.97306517613515, -38.68365941831672, 0.0], [177.97042873649107, -38.68082651952744, 0.0]], "type": "LineString"}, "id": "393", "properties": {"Unique_ID": 100406184742.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97052140663706, -38.68360642933581, 177.97315784754582, -38.680773532743025], "geometry": {"coordinates": [[177.97315784754582, -38.68360642933581, 0.0], [177.97052140663706, -38.680773532743025, 0.0]], "type": "LineString"}, "id": "394", "properties": {"Unique_ID": 100406183742.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97061407675062, -38.68355344030856, 177.9732505187829, -38.68072054583155], "geometry": {"coordinates": [[177.9732505187829, -38.68355344030856, 0.0], [177.97061407675062, -38.68072054583155, 0.0]], "type": "LineString"}, "id": "395", "properties": {"Unique_ID": 100406182740.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97070674650598, -38.68350045117907, 177.97334318994405, -38.68066755897926], "geometry": {"coordinates": [[177.97334318994405, -38.68350045117907, 0.0], [177.97070674650598, -38.68066755897926, 0.0]], "type": "LineString"}, "id": "396", "properties": {"Unique_ID": 100406181739.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97079941622889, -38.683447462003244, 177.9734358609316, -38.680614571999925], "geometry": {"coordinates": [[177.9734358609316, -38.683447462003244, 0.0], [177.97079941622889, -38.680614571999925, 0.0]], "type": "LineString"}, "id": "397", "properties": {"Unique_ID": 100406180737.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.970892085937, -38.683394472784094, 177.97352853174024, -38.68056158488345], "geometry": {"coordinates": [[177.97352853174024, -38.683394472784094, 0.0], [177.970892085937, -38.68056158488345, 0.0]], "type": "LineString"}, "id": "398", "properties": {"Unique_ID": 100406179734.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97098475525166, -38.68334148345668, 177.97362120248357, -38.68050859784632], "geometry": {"coordinates": [[177.97362120248357, -38.68334148345668, 0.0], [177.97098475525166, -38.68050859784632, 0.0]], "type": "LineString"}, "id": "399", "properties": {"Unique_ID": 100406178732.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97107742455154, -38.683288494085936, 177.97371387304798, -38.68045561067206], "geometry": {"coordinates": [[177.97371387304798, -38.683288494085936, 0.0], [177.97107742455154, -38.68045561067206, 0.0]], "type": "LineString"}, "id": "400", "properties": {"Unique_ID": 100406177730.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97117009381896, -38.68323550466886, 177.9738065434388, -38.68040262337076], "geometry": {"coordinates": [[177.9738065434388, -38.68323550466886, 0.0], [177.97117009381896, -38.68040262337076, 0.0]], "type": "LineString"}, "id": "401", "properties": {"Unique_ID": 100406176727.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9712627627282, -38.683182515149554, 177.97389921375373, -38.68034963612864], "geometry": {"coordinates": [[177.97389921375373, -38.683182515149554, 0.0], [177.9712627627282, -38.68034963612864, 0.0]], "type": "LineString"}, "id": "402", "properties": {"Unique_ID": 100406175725.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97135543160502, -38.683129525583894, 177.973991883895, -38.68029664875948], "geometry": {"coordinates": [[177.973991883895, -38.683129525583894, 0.0], [177.97135543160502, -38.68029664875948, 0.0]], "type": "LineString"}, "id": "403", "properties": {"Unique_ID": 100406174723.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97144810044938, -38.68307653597191, 177.9740845538627, -38.680243661263255], "geometry": {"coordinates": [[177.9740845538627, -38.68307653597191, 0.0], [177.97144810044938, -38.680243661263255, 0.0]], "type": "LineString"}, "id": "404", "properties": {"Unique_ID": 100406173720.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9715407689356, -38.68302354625769, 177.97417722375448, -38.680190673826225], "geometry": {"coordinates": [[177.97417722375448, -38.68302354625769, 0.0], [177.9715407689356, -38.680190673826225, 0.0]], "type": "LineString"}, "id": "405", "properties": {"Unique_ID": 100406172718.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97163343738933, -38.68297055649713, 177.97426989347264, -38.68013768626215], "geometry": {"coordinates": [[177.97426989347264, -38.68297055649713, 0.0], [177.97163343738933, -38.68013768626215, 0.0]], "type": "LineString"}, "id": "406", "properties": {"Unique_ID": 100406171717.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97172610581066, -38.68291756669025, 177.97436256301722, -38.68008469857103], "geometry": {"coordinates": [[177.97436256301722, -38.68291756669025, 0.0], [177.97172610581066, -38.68008469857103, 0.0]], "type": "LineString"}, "id": "407", "properties": {"Unique_ID": 100406170715.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9718187738738, -38.68286457678112, 177.9744552324859, -38.6800317109391], "geometry": {"coordinates": [[177.9744552324859, -38.68286457678112, 0.0], [177.9718187738738, -38.6800317109391, 0.0]], "type": "LineString"}, "id": "408", "properties": {"Unique_ID": 100406169713.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97200213811058, -38.6828266835947, 177.97452077301725, -38.679928700844485], "geometry": {"coordinates": [[177.97452077301725, -38.6828266835947, 0.0], [177.97200213811058, -38.679928700844485, 0.0]], "type": "LineString"}, "id": "409", "properties": {"Unique_ID": 100406168533.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97209693584838, -38.68277606164103, 177.97461557254064, -38.679878081153134], "geometry": {"coordinates": [[177.97461557254064, -38.68277606164103, 0.0], [177.97209693584838, -38.679878081153134, 0.0]], "type": "LineString"}, "id": "410", "properties": {"Unique_ID": 100406167532.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97219173369135, -38.682725439657844, 177.9747103718522, -38.67982746126304], "geometry": {"coordinates": [[177.9747103718522, -38.682725439657844, 0.0], [177.97219173369135, -38.67982746126304, 0.0]], "type": "LineString"}, "id": "411", "properties": {"Unique_ID": 100406166532.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9722865312995, -38.68267481759067, 177.974805171054, -38.679776841355725], "geometry": {"coordinates": [[177.974805171054, -38.68267481759067, 0.0], [177.9722865312995, -38.679776841355725, 0.0]], "type": "LineString"}, "id": "412", "properties": {"Unique_ID": 100406165531.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97238132875185, -38.68262419545217, 177.97489997012224, -38.679726221389004], "geometry": {"coordinates": [[177.97489997012224, -38.68262419545217, 0.0], [177.97238132875185, -38.679726221389004, 0.0]], "type": "LineString"}, "id": "413", "properties": {"Unique_ID": 100406164531.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97247612604846, -38.682573573242344, 177.97499476905696, -38.67967560136282], "geometry": {"coordinates": [[177.97499476905696, -38.682573573242344, 0.0], [177.97247612604846, -38.67967560136282, 0.0]], "type": "LineString"}, "id": "414", "properties": {"Unique_ID": 100406163530.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97257092324068, -38.68252295096945, 177.9750895678428, -38.679624981249795], "geometry": {"coordinates": [[177.9750895678428, -38.68252295096945, 0.0], [177.97257092324068, -38.679624981249795, 0.0]], "type": "LineString"}, "id": "415", "properties": {"Unique_ID": 100406162530.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9726657201638, -38.682472328607076, 177.9751843665291, -38.67957436113785], "geometry": {"coordinates": [[177.9751843665291, -38.682472328607076, 0.0], [177.9726657201638, -38.67957436113785, 0.0]], "type": "LineString"}, "id": "416", "properties": {"Unique_ID": 100406161530.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97276051715787, -38.68242170620969, 177.97527916501386, -38.679523740845426], "geometry": {"coordinates": [[177.97527916501386, -38.68242170620969, 0.0], [177.97276051715787, -38.679523740845426, 0.0]], "type": "LineString"}, "id": "417", "properties": {"Unique_ID": 100406160529.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97285531391708, -38.682371083728306, 177.97537396338882, -38.67947312053581], "geometry": {"coordinates": [[177.97537396338882, -38.682371083728306, 0.0], [177.97285531391708, -38.67947312053581, 0.0]], "type": "LineString"}, "id": "418", "properties": {"Unique_ID": 100406159529.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97295011055473, -38.6823204611811, 177.97546876162, -38.67942250014848], "geometry": {"coordinates": [[177.97546876162, -38.6823204611811, 0.0], [177.97295011055473, -38.67942250014848, 0.0]], "type": "LineString"}, "id": "419", "properties": {"Unique_ID": 100406158528.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97304490701956, -38.68226983855984, 177.97556355972281, -38.67937187971086], "geometry": {"coordinates": [[177.97556355972281, -38.68226983855984, 0.0], [177.97304490701956, -38.67937187971086, 0.0]], "type": "LineString"}, "id": "420", "properties": {"Unique_ID": 100406157528.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97313970324953, -38.68221921585459, 177.97565835771582, -38.67932125925606], "geometry": {"coordinates": [[177.97565835771582, -38.68221921585459, 0.0], [177.97313970324953, -38.67932125925606, 0.0]], "type": "LineString"}, "id": "421", "properties": {"Unique_ID": 100406156527.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97323449958463, -38.68216859311982, 177.97575315549702, -38.679270638602475], "geometry": {"coordinates": [[177.97575315549702, -38.68216859311982, 0.0], [177.97323449958463, -38.679270638602475, 0.0]], "type": "LineString"}, "id": "422", "properties": {"Unique_ID": 100406155527.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97332929565067, -38.682117970295586, 177.9758479531787, -38.67922001795], "geometry": {"coordinates": [[177.9758479531787, -38.682117970295586, 0.0], [177.97332929565067, -38.67922001795, 0.0]], "type": "LineString"}, "id": "423", "properties": {"Unique_ID": 100406154526.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97342409156096, -38.682067347400036, 177.97594275072686, -38.67916939723809], "geometry": {"coordinates": [[177.97594275072686, -38.682067347400036, 0.0], [177.97342409156096, -38.67916939723809, 0.0]], "type": "LineString"}, "id": "424", "properties": {"Unique_ID": 100406153526.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97351888736685, -38.68201672444139, 177.9760375481261, -38.67911877643933], "geometry": {"coordinates": [[177.9760375481261, -38.68201672444139, 0.0], [177.97351888736685, -38.67911877643933, 0.0]], "type": "LineString"}, "id": "425", "properties": {"Unique_ID": 100406152525.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.973613683017, -38.68196610141144, 177.97613234539182, -38.679068155581135], "geometry": {"coordinates": [[177.97613234539182, -38.68196610141144, 0.0], [177.973613683017, -38.679068155581135, 0.0]], "type": "LineString"}, "id": "426", "properties": {"Unique_ID": 100406151524.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97370847839804, -38.68191547829203, 177.97622714255803, -38.67901753472405], "geometry": {"coordinates": [[177.97622714255803, -38.68191547829203, 0.0], [177.97370847839804, -38.67901753472405, 0.0]], "type": "LineString"}, "id": "427", "properties": {"Unique_ID": 100406150524.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97380327388424, -38.68186485514308, 177.97632193951242, -38.6789669136682], "geometry": {"coordinates": [[177.97632193951242, -38.68186485514308, 0.0], [177.97380327388424, -38.6789669136682, 0.0]], "type": "LineString"}, "id": "428", "properties": {"Unique_ID": 100406149523.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97389806913563, -38.68181423191016, 177.97641673635707, -38.678916292595154], "geometry": {"coordinates": [[177.97641673635707, -38.68181423191016, 0.0], [177.97389806913563, -38.678916292595154, 0.0]], "type": "LineString"}, "id": "429", "properties": {"Unique_ID": 100406148522.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97399286423123, -38.68176360860593, 177.97651153306813, -38.67886567146268], "geometry": {"coordinates": [[177.97651153306813, -38.68176360860593, 0.0], [177.97399286423123, -38.67886567146268, 0.0]], "type": "LineString"}, "id": "430", "properties": {"Unique_ID": 100406147521.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9740876591711, -38.68171298523037, 177.97660632964573, -38.67881505027078], "geometry": {"coordinates": [[177.97660632964573, -38.68171298523037, 0.0], [177.9740876591711, -38.67881505027078, 0.0]], "type": "LineString"}, "id": "431", "properties": {"Unique_ID": 100406146520.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97418245389323, -38.68166236177359, 177.97670112610837, -38.67876442905255], "geometry": {"coordinates": [[177.97670112610837, -38.68166236177359, 0.0], [177.97418245389323, -38.67876442905255, 0.0]], "type": "LineString"}, "id": "432", "properties": {"Unique_ID": 100406145519.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9742772486863, -38.68161173828182, 177.97679592236952, -38.67871380765388], "geometry": {"coordinates": [[177.97679592236952, -38.68161173828182, 0.0], [177.9742772486863, -38.67871380765388, 0.0]], "type": "LineString"}, "id": "433", "properties": {"Unique_ID": 100406144517.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97437204321022, -38.68156111470057, 177.9768907185311, -38.678663186256266], "geometry": {"coordinates": [[177.9768907185311, -38.68156111470057, 0.0], [177.97437204321022, -38.678663186256266, 0.0]], "type": "LineString"}, "id": "434", "properties": {"Unique_ID": 100406143516.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9746748605012, -38.68154458545225, 177.976926947432, -38.67851482833869], "geometry": {"coordinates": [[177.976926947432, -38.68154458545225, 0.0], [177.9746748605012, -38.67851482833869, 0.0]], "type": "LineString"}, "id": "435", "properties": {"Unique_ID": 100406142190.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97477396672585, -38.6814993198831, 177.97702605601555, -38.678469564856066], "geometry": {"coordinates": [[177.97702605601555, -38.6814993198831, 0.0], [177.97477396672585, -38.678469564856066, 0.0]], "type": "LineString"}, "id": "436", "properties": {"Unique_ID": 100406141190.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97487307281907, -38.68145405423769, 177.97712516446765, -38.67842430129719], "geometry": {"coordinates": [[177.97712516446765, -38.68145405423769, 0.0], [177.97487307281907, -38.67842430129719, 0.0]], "type": "LineString"}, "id": "437", "properties": {"Unique_ID": 100406140190.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97497217890404, -38.681408788532885, 177.97722427275133, -38.678379037605744], "geometry": {"coordinates": [[177.97722427275133, -38.681408788532885, 0.0], [177.97497217890404, -38.678379037605744, 0.0]], "type": "LineString"}, "id": "438", "properties": {"Unique_ID": 100406139190.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97507128459537, -38.68136352271587, 177.9773233809822, -38.678333773957775], "geometry": {"coordinates": [[177.9773233809822, -38.68136352271587, 0.0], [177.97507128459537, -38.678333773957775, 0.0]], "type": "LineString"}, "id": "439", "properties": {"Unique_ID": 100406138189.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97517039031004, -38.681318256843795, 177.9774224890352, -38.67828851016288], "geometry": {"coordinates": [[177.9774224890352, -38.681318256843795, 0.0], [177.97517039031004, -38.67828851016288, 0.0]], "type": "LineString"}, "id": "440", "properties": {"Unique_ID": 100406137189.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9752694958775, -38.68127299089329, 177.97752159696148, -38.678243246298905], "geometry": {"coordinates": [[177.97752159696148, -38.68127299089329, 0.0], [177.9752694958775, -38.678243246298905, 0.0]], "type": "LineString"}, "id": "441", "properties": {"Unique_ID": 100406136189.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9753686012978, -38.681227724864335, 177.977620704761, -38.67819798236588], "geometry": {"coordinates": [[177.977620704761, -38.681227724864335, 0.0], [177.9753686012978, -38.67819798236588, 0.0]], "type": "LineString"}, "id": "442", "properties": {"Unique_ID": 100406135189.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97546770674137, -38.68118245878033, 177.97771981238265, -38.67815271828586], "geometry": {"coordinates": [[177.97771981238265, -38.68118245878033, 0.0], [177.97546770674137, -38.67815271828586, 0.0]], "type": "LineString"}, "id": "443", "properties": {"Unique_ID": 100406134189.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97556681179128, -38.68113719258411, 177.9778189199515, -38.67810745424936], "geometry": {"coordinates": [[177.9778189199515, -38.68113719258411, 0.0], [177.97556681179128, -38.67810745424936, 0.0]], "type": "LineString"}, "id": "444", "properties": {"Unique_ID": 100406133189.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97566591681723, -38.681091926326346, 177.97791802735665, -38.678062190087516], "geometry": {"coordinates": [[177.97791802735665, -38.681091926326346, 0.0], [177.97566591681723, -38.678062190087516, 0.0]], "type": "LineString"}, "id": "445", "properties": {"Unique_ID": 100406132188.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97576502174329, -38.68104665999664, 177.97801713462087, -38.67801692583499], "geometry": {"coordinates": [[177.97801713462087, -38.68104665999664, 0.0], [177.97576502174329, -38.67801692583499, 0.0]], "type": "LineString"}, "id": "446", "properties": {"Unique_ID": 100406131188.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97586412652214, -38.681001393588495, 177.97811624175836, -38.6779716615134], "geometry": {"coordinates": [[177.97811624175836, -38.681001393588495, 0.0], [177.97586412652214, -38.6779716615134, 0.0]], "type": "LineString"}, "id": "447", "properties": {"Unique_ID": 100406130188.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97596323115377, -38.680956127101936, 177.97821534876917, -38.677926397122754], "geometry": {"coordinates": [[177.97821534876917, -38.680956127101936, 0.0], [177.97596323115377, -38.677926397122754, 0.0]], "type": "LineString"}, "id": "448", "properties": {"Unique_ID": 100406129188.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97606233568553, -38.6809108605434, 177.97831445563898, -38.67788113264141], "geometry": {"coordinates": [[177.97831445563898, -38.6809108605434, 0.0], [177.97606233568553, -38.67788113264141, 0.0]], "type": "LineString"}, "id": "449", "properties": {"Unique_ID": 100406128188.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9761614400701, -38.680865593906454, 177.9784135623821, -38.67783586809102], "geometry": {"coordinates": [[177.9784135623821, -38.680865593906454, 0.0], [177.9761614400701, -38.67783586809102, 0.0]], "type": "LineString"}, "id": "450", "properties": {"Unique_ID": 100406127187.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9762605443074, -38.68082032719107, 177.9785126689985, -38.67779060347157], "geometry": {"coordinates": [[177.9785126689985, -38.68082032719107, 0.0], [177.9762605443074, -38.67779060347157, 0.0]], "type": "LineString"}, "id": "451", "properties": {"Unique_ID": 100406126187.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97635964844486, -38.68077506040374, 177.97861177547395, -38.67774533876144], "geometry": {"coordinates": [[177.97861177547395, -38.68077506040374, 0.0], [177.97635964844486, -38.67774533876144, 0.0]], "type": "LineString"}, "id": "452", "properties": {"Unique_ID": 100406125187.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97648489604916, -38.680733538644084, 177.97870324953328, -38.67768854636715], "geometry": {"coordinates": [[177.97870324953328, -38.680733538644084, 0.0], [177.97648489604916, -38.67768854636715, 0.0]], "type": "LineString"}, "id": "453", "properties": {"Unique_ID": 100406124146.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9765844994434, -38.68068895056555, 177.978802855375, -38.67764396036173], "geometry": {"coordinates": [[177.978802855375, -38.68068895056555, 0.0], [177.9765844994434, -38.67764396036173, 0.0]], "type": "LineString"}, "id": "454", "properties": {"Unique_ID": 100406123145.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97668410270728, -38.68064436240982, 177.9789024610863, -38.67759937427912], "geometry": {"coordinates": [[177.9789024610863, -38.68064436240982, 0.0], [177.97668410270728, -38.67759937427912, 0.0]], "type": "LineString"}, "id": "455", "properties": {"Unique_ID": 100406122145.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9767837058408, -38.68059977417689, 177.97900206666728, -38.677554788119295], "geometry": {"coordinates": [[177.97900206666728, -38.68059977417689, 0.0], [177.9767837058408, -38.677554788119295, 0.0]], "type": "LineString"}, "id": "456", "properties": {"Unique_ID": 100406121144.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97688330884395, -38.68055518586678, 177.97910167211782, -38.67751020188229], "geometry": {"coordinates": [[177.97910167211782, -38.68055518586678, 0.0], [177.97688330884395, -38.67751020188229, 0.0]], "type": "LineString"}, "id": "457", "properties": {"Unique_ID": 100406120144.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97698291171673, -38.680510597479454, 177.979201277438, -38.67746561556811], "geometry": {"coordinates": [[177.979201277438, -38.680510597479454, 0.0], [177.97698291171673, -38.67746561556811, 0.0]], "type": "LineString"}, "id": "458", "properties": {"Unique_ID": 100406119143.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97708251447474, -38.680466009017024, 177.9793008826231, -38.67742102916974], "geometry": {"coordinates": [[177.9793008826231, -38.680466009017024, 0.0], [177.97708251447474, -38.67742102916974, 0.0]], "type": "LineString"}, "id": "459", "properties": {"Unique_ID": 100406118143.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97718211696244, -38.68042142045861, 177.97940048771983, -38.67737644275684], "geometry": {"coordinates": [[177.97940048771983, -38.68042142045861, 0.0], [177.97718211696244, -38.67737644275684, 0.0]], "type": "LineString"}, "id": "460", "properties": {"Unique_ID": 100406117143.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97728171944416, -38.6803768318397, 177.97950009264886, -38.67733185621107], "geometry": {"coordinates": [[177.97950009264886, -38.6803768318397, 0.0], [177.97728171944416, -38.67733185621107, 0.0]], "type": "LineString"}, "id": "461", "properties": {"Unique_ID": 100406116143.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9773813217799, -38.680332243141514, 177.97959969745216, -38.67728726959509], "geometry": {"coordinates": [[177.97959969745216, -38.680332243141514, 0.0], [177.9773813217799, -38.67728726959509, 0.0]], "type": "LineString"}, "id": "462", "properties": {"Unique_ID": 100406115143.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9774809240009, -38.68028765436822, 177.97969930212042, -38.67724268289493], "geometry": {"coordinates": [[177.97969930212042, -38.68028765436822, 0.0], [177.9774809240009, -38.67724268289493, 0.0]], "type": "LineString"}, "id": "463", "properties": {"Unique_ID": 100406114143.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97758052609151, -38.68024306551773, 177.97979890665826, -38.67719809611759], "geometry": {"coordinates": [[177.97979890665826, -38.68024306551773, 0.0], [177.97758052609151, -38.67719809611759, 0.0]], "type": "LineString"}, "id": "464", "properties": {"Unique_ID": 100406113142.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9776801280518, -38.68019847659006, 177.97989851106576, -38.67715350926305], "geometry": {"coordinates": [[177.97989851106576, -38.68019847659006, 0.0], [177.9776801280518, -38.67715350926305, 0.0]], "type": "LineString"}, "id": "465", "properties": {"Unique_ID": 100406112142.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9777797298817, -38.68015388758518, 177.97999811534282, -38.67710892233132], "geometry": {"coordinates": [[177.97999811534282, -38.68015388758518, 0.0], [177.9777797298817, -38.67710892233132, 0.0]], "type": "LineString"}, "id": "466", "properties": {"Unique_ID": 100406111140.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97787933159682, -38.680109298505215, 177.98009771948486, -38.677064335315436], "geometry": {"coordinates": [[177.98009771948486, -38.680109298505215, 0.0], [177.97787933159682, -38.677064335315436, 0.0]], "type": "LineString"}, "id": "467", "properties": {"Unique_ID": 100406110139.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.977978933166, -38.680064709345956, 177.9801973235012, -38.67701974822932], "geometry": {"coordinates": [[177.9801973235012, -38.680064709345956, 0.0], [177.977978933166, -38.67701974822932, 0.0]], "type": "LineString"}, "id": "468", "properties": {"Unique_ID": 100406109137.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97807557979212, -38.680019694447076, 177.980297784024, -38.67697644357494], "geometry": {"coordinates": [[177.980297784024, -38.680019694447076, 0.0], [177.97807557979212, -38.67697644357494, 0.0]], "type": "LineString"}, "id": "469", "properties": {"Unique_ID": 100406108140.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97817512524549, -38.67997502852696, 177.9803973318942, -38.67693177972043], "geometry": {"coordinates": [[177.9803973318942, -38.67997502852696, 0.0], [177.97817512524549, -38.67693177972043, 0.0]], "type": "LineString"}, "id": "470", "properties": {"Unique_ID": 100406107138.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9782746705372, -38.67993036252558, 177.98049687964323, -38.67688711580285], "geometry": {"coordinates": [[177.98049687964323, -38.67993036252558, 0.0], [177.9782746705372, -38.67688711580285, 0.0]], "type": "LineString"}, "id": "471", "properties": {"Unique_ID": 100406106135.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97837421571398, -38.679885696449205, 177.9805964272571, -38.676842451801186], "geometry": {"coordinates": [[177.9805964272571, -38.679885696449205, 0.0], [177.97837421571398, -38.676842451801186, 0.0]], "type": "LineString"}, "id": "472", "properties": {"Unique_ID": 100406105133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9784737607603, -38.67984103029574, 177.98069597474046, -38.67679778772244], "geometry": {"coordinates": [[177.98069597474046, -38.67984103029574, 0.0], [177.9784737607603, -38.67679778772244, 0.0]], "type": "LineString"}, "id": "473", "properties": {"Unique_ID": 100406104131.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97857330569175, -38.6797963640673, 177.98079552208858, -38.67675312355962], "geometry": {"coordinates": [[177.98079552208858, -38.6797963640673, 0.0], [177.97857330569175, -38.67675312355962, 0.0]], "type": "LineString"}, "id": "474", "properties": {"Unique_ID": 100406103128.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9786728504615, -38.67975169775759, 177.9808950693156, -38.67670845933371], "geometry": {"coordinates": [[177.9808950693156, -38.67975169775759, 0.0], [177.9786728504615, -38.67670845933371, 0.0]], "type": "LineString"}, "id": "475", "properties": {"Unique_ID": 100406102126.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97877239511638, -38.67970703137287, 177.98099461640743, -38.67666379502372], "geometry": {"coordinates": [[177.98099461640743, -38.67970703137287, 0.0], [177.97877239511638, -38.67666379502372, 0.0]], "type": "LineString"}, "id": "476", "properties": {"Unique_ID": 100406101124.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97887193964075, -38.679662364911074, 177.98109416336874, -38.676619130636645], "geometry": {"coordinates": [[177.98109416336874, -38.679662364911074, 0.0], [177.97887193964075, -38.676619130636645, 0.0]], "type": "LineString"}, "id": "477", "properties": {"Unique_ID": 100406100122.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.978971483926, -38.67961769835756, 177.98119371023213, -38.676574466221254], "geometry": {"coordinates": [[177.98119371023213, -38.67961769835756, 0.0], [177.978971483926, -38.676574466221254, 0.0]], "type": "LineString"}, "id": "478", "properties": {"Unique_ID": 100406099119.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97907102829808, -38.679573031756235, 177.98129325689985, -38.67652980163127], "geometry": {"coordinates": [[177.98129325689985, -38.679573031756235, 0.0], [177.97907102829808, -38.67652980163127, 0.0]], "type": "LineString"}, "id": "479", "properties": {"Unique_ID": 100406098117.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.979170572431, -38.67952836506319, 177.98139280346962, -38.67648513701295], "geometry": {"coordinates": [[177.98139280346962, -38.67952836506319, 0.0], [177.979170572431, -38.67648513701295, 0.0]], "type": "LineString"}, "id": "480", "properties": {"Unique_ID": 100406097115.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9792701163248, -38.67948369827844, 177.98149234994148, -38.67644047236632], "geometry": {"coordinates": [[177.98149234994148, -38.67948369827844, 0.0], [177.9792701163248, -38.67644047236632, 0.0]], "type": "LineString"}, "id": "481", "properties": {"Unique_ID": 100406096113.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97936966030545, -38.67943903144586, 177.98159189621768, -38.67639580754511], "geometry": {"coordinates": [[177.98159189621768, -38.67943903144586, 0.0], [177.97936966030545, -38.67639580754511, 0.0]], "type": "LineString"}, "id": "482", "properties": {"Unique_ID": 100406095111.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97946920404692, -38.67939436452157, 177.9816914423959, -38.67635114269556], "geometry": {"coordinates": [[177.9816914423959, -38.67939436452157, 0.0], [177.97946920404692, -38.67635114269556, 0.0]], "type": "LineString"}, "id": "483", "properties": {"Unique_ID": 100406094110.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9795687476579, -38.67934969752019, 177.98179098844366, -38.67630647776893], "geometry": {"coordinates": [[177.98179098844366, -38.67934969752019, 0.0], [177.9795687476579, -38.67630647776893, 0.0]], "type": "LineString"}, "id": "484", "properties": {"Unique_ID": 100406093109.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97966829115404, -38.67930503044384, 177.98189053435624, -38.67626181275824], "geometry": {"coordinates": [[177.98189053435624, -38.67930503044384, 0.0], [177.97966829115404, -38.67626181275824, 0.0]], "type": "LineString"}, "id": "485", "properties": {"Unique_ID": 100406092109.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97976783448848, -38.679260363286225, 177.98199008014765, -38.67621714768446], "geometry": {"coordinates": [[177.98199008014765, -38.679260363286225, 0.0], [177.97976783448848, -38.67621714768446, 0.0]], "type": "LineString"}, "id": "486", "properties": {"Unique_ID": 100406091108.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97986737770802, -38.679215696053625, 177.98208962580387, -38.6761724825266], "geometry": {"coordinates": [[177.98208962580387, -38.679215696053625, 0.0], [177.97986737770802, -38.6761724825266, 0.0]], "type": "LineString"}, "id": "487", "properties": {"Unique_ID": 100406090108.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9799669207971, -38.67917102874393, 177.9821891713296, -38.67612781729167], "geometry": {"coordinates": [[177.9821891713296, -38.67917102874393, 0.0], [177.9799669207971, -38.67612781729167, 0.0]], "type": "LineString"}, "id": "488", "properties": {"Unique_ID": 100406089108.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9800664637713, -38.679126361359266, 177.98228871672012, -38.67608315197266], "geometry": {"coordinates": [[177.98228871672012, -38.679126361359266, 0.0], [177.9800664637713, -38.67608315197266, 0.0]], "type": "LineString"}, "id": "489", "properties": {"Unique_ID": 100406088108.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9801660065838, -38.679081693893316, 177.98238826198948, -38.67603848659057], "geometry": {"coordinates": [[177.98238826198948, -38.679081693893316, 0.0], [177.9801660065838, -38.67603848659057, 0.0]], "type": "LineString"}, "id": "490", "properties": {"Unique_ID": 100406087108.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98033011142576, -38.67904591185691, 177.98246885528442, -38.67596615677531], "geometry": {"coordinates": [[177.98246885528442, -38.67904591185691, 0.0], [177.98033011142576, -38.67596615677531, 0.0]], "type": "LineString"}, "id": "491", "properties": {"Unique_ID": 100406086032.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98043084942913, -38.67900292283898, 177.9825695959397, -38.675923169796654], "geometry": {"coordinates": [[177.9825695959397, -38.67900292283898, 0.0], [177.98043084942913, -38.675923169796654, 0.0]], "type": "LineString"}, "id": "492", "properties": {"Unique_ID": 100406085032.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9805315874319, -38.67895993375798, 177.98267033642912, -38.67588018268446], "geometry": {"coordinates": [[177.98267033642912, -38.67895993375798, 0.0], [177.9805315874319, -38.67588018268446, 0.0]], "type": "LineString"}, "id": "493", "properties": {"Unique_ID": 100406084032.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9806323250528, -38.678916944565096, 177.9827710768671, -38.675837195601375], "geometry": {"coordinates": [[177.9827710768671, -38.678916944565096, 0.0], [177.9806323250528, -38.675837195601375, 0.0]], "type": "LineString"}, "id": "494", "properties": {"Unique_ID": 100406083032.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9807330626731, -38.67887395530917, 177.9828718171392, -38.67579420838474], "geometry": {"coordinates": [[177.9828718171392, -38.67887395530917, 0.0], [177.9807330626731, -38.67579420838474, 0.0]], "type": "LineString"}, "id": "495", "properties": {"Unique_ID": 100406082032.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98083380029277, -38.67883096599018, 177.9829725572455, -38.67575122103455], "geometry": {"coordinates": [[177.9829725572455, -38.67883096599018, 0.0], [177.98083380029277, -38.67575122103455, 0.0]], "type": "LineString"}, "id": "496", "properties": {"Unique_ID": 100406081032.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9809345375306, -38.678787976559306, 177.9830732973003, -38.67570823371348], "geometry": {"coordinates": [[177.9830732973003, -38.678787976559306, 0.0], [177.9809345375306, -38.67570823371348, 0.0]], "type": "LineString"}, "id": "497", "properties": {"Unique_ID": 100406080031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98103527476783, -38.67874498706538, 177.98317403718926, -38.67566524625886], "geometry": {"coordinates": [[177.98317403718926, -38.67874498706538, 0.0], [177.98103527476783, -38.67566524625886, 0.0]], "type": "LineString"}, "id": "498", "properties": {"Unique_ID": 100406079031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98113601200444, -38.67870199750839, 177.98327477691237, -38.67562225867068], "geometry": {"coordinates": [[177.98327477691237, -38.67870199750839, 0.0], [177.98113601200444, -38.67562225867068, 0.0]], "type": "LineString"}, "id": "499", "properties": {"Unique_ID": 100406078031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98123674885917, -38.67865900783953, 177.98337551658403, -38.67557927111164], "geometry": {"coordinates": [[177.98337551658403, -38.67865900783953, 0.0], [177.98123674885917, -38.67557927111164, 0.0]], "type": "LineString"}, "id": "500", "properties": {"Unique_ID": 100406077031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98133748571334, -38.678616018107604, 177.98347625608983, -38.67553628341904], "geometry": {"coordinates": [[177.98347625608983, -38.678616018107604, 0.0], [177.98133748571334, -38.67553628341904, 0.0]], "type": "LineString"}, "id": "501", "properties": {"Unique_ID": 100406076031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98143822256685, -38.67857302831263, 177.98357699542981, -38.67549329559288], "geometry": {"coordinates": [[177.98357699542981, -38.67857302831263, 0.0], [177.98143822256685, -38.67549329559288, 0.0]], "type": "LineString"}, "id": "502", "properties": {"Unique_ID": 100406075031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9815389591656, -38.678530038422046, 177.98367773468019, -38.67545030774163], "geometry": {"coordinates": [[177.98367773468019, -38.678530038422046, 0.0], [177.9815389591656, -38.67545030774163, 0.0]], "type": "LineString"}, "id": "503", "properties": {"Unique_ID": 100406074031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98163969550959, -38.67848704843587, 177.98377847384097, -38.675407319865286], "geometry": {"coordinates": [[177.98377847384097, -38.67848704843587, 0.0], [177.98163969550959, -38.675407319865286, 0.0]], "type": "LineString"}, "id": "504", "properties": {"Unique_ID": 100406073031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98174043185296, -38.67844405838664, 177.98387921283592, -38.675364331855384], "geometry": {"coordinates": [[177.98387921283592, -38.67844405838664, 0.0], [177.98174043185296, -38.675364331855384, 0.0]], "type": "LineString"}, "id": "505", "properties": {"Unique_ID": 100406072031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9818411681957, -38.67840106827435, 177.983979951665, -38.675321343711914], "geometry": {"coordinates": [[177.983979951665, -38.67840106827435, 0.0], [177.9818411681957, -38.675321343711914, 0.0]], "type": "LineString"}, "id": "506", "properties": {"Unique_ID": 100406071031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9819419041566, -38.678358078050174, 177.98408069044262, -38.675278355597605], "geometry": {"coordinates": [[177.98408069044262, -38.678358078050174, 0.0], [177.9819419041566, -38.675278355597605, 0.0]], "type": "LineString"}, "id": "507", "properties": {"Unique_ID": 100406070031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9820426401169, -38.678315087762975, 177.9841814290544, -38.67523536734974], "geometry": {"coordinates": [[177.9841814290544, -38.678315087762975, 0.0], [177.9820426401169, -38.67523536734974, 0.0]], "type": "LineString"}, "id": "508", "properties": {"Unique_ID": 100406069031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98214337607658, -38.67827209741269, 177.98428216750037, -38.675192378968305], "geometry": {"coordinates": [[177.98428216750037, -38.67827209741269, 0.0], [177.98214337607658, -38.675192378968305, 0.0]], "type": "LineString"}, "id": "509", "properties": {"Unique_ID": 100406068031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98224411165438, -38.67822910695057, 177.98438290589482, -38.67514939061602], "geometry": {"coordinates": [[177.98438290589482, -38.67822910695057, 0.0], [177.98224411165438, -38.67514939061602, 0.0]], "type": "LineString"}, "id": "510", "properties": {"Unique_ID": 100406067031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98246561501807, -38.67820152520916, 177.9844480352654, -38.67505817451322], "geometry": {"coordinates": [[177.9844480352654, -38.67820152520916, 0.0], [177.98246561501807, -38.67505817451322, 0.0]], "type": "LineString"}, "id": "511", "properties": {"Unique_ID": 100406065894.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98256843192448, -38.67816167777479, 177.98455085503528, -38.67501832897663], "geometry": {"coordinates": [[177.98455085503528, -38.67816167777479, 0.0], [177.98256843192448, -38.67501832897663, 0.0]], "type": "LineString"}, "id": "512", "properties": {"Unique_ID": 100406064894.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98267124857685, -38.67812183024167, 177.9846536747228, -38.674978483407834], "geometry": {"coordinates": [[177.9846536747228, -38.67812183024167, 0.0], [177.98267124857685, -38.674978483407834, 0.0]], "type": "LineString"}, "id": "513", "properties": {"Unique_ID": 100406063894.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98277406510732, -38.67808198262521, 177.98475649428835, -38.674938637755666], "geometry": {"coordinates": [[177.98475649428835, -38.67808198262521, 0.0], [177.98277406510732, -38.674938637755666, 0.0]], "type": "LineString"}, "id": "514", "properties": {"Unique_ID": 100406062893.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98287688151584, -38.678042134925356, 177.9848593137319, -38.67489879202016], "geometry": {"coordinates": [[177.9848593137319, -38.678042134925356, 0.0], [177.98287688151584, -38.67489879202016, 0.0]], "type": "LineString"}, "id": "515", "properties": {"Unique_ID": 100406061893.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9829796978024, -38.67800228714214, 177.98496213305353, -38.674858946201276], "geometry": {"coordinates": [[177.98496213305353, -38.67800228714214, 0.0], [177.9829796978024, -38.674858946201276, 0.0]], "type": "LineString"}, "id": "516", "properties": {"Unique_ID": 100406060893.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98308251396702, -38.67796243927556, 177.98506495225317, -38.674819100299025], "geometry": {"coordinates": [[177.98506495225317, -38.67796243927556, 0.0], [177.98308251396702, -38.674819100299025, 0.0]], "type": "LineString"}, "id": "517", "properties": {"Unique_ID": 100406059893.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9831853300097, -38.67792259132561, 177.9851677713308, -38.67477925431339], "geometry": {"coordinates": [[177.9851677713308, -38.67792259132561, 0.0], [177.9831853300097, -38.67477925431339, 0.0]], "type": "LineString"}, "id": "518", "properties": {"Unique_ID": 100406058893.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9832881459304, -38.677882743292294, 177.9852705902865, -38.674739408244406], "geometry": {"coordinates": [[177.9852705902865, -38.677882743292294, 0.0], [177.9832881459304, -38.674739408244406, 0.0]], "type": "LineString"}, "id": "519", "properties": {"Unique_ID": 100406057893.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98339096172916, -38.677842895175594, 177.9853734091202, -38.674699562092066], "geometry": {"coordinates": [[177.9853734091202, -38.677842895175594, 0.0], [177.98339096172916, -38.674699562092066, 0.0]], "type": "LineString"}, "id": "520", "properties": {"Unique_ID": 100406056893.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.983493777406, -38.67780304697553, 177.98547622783192, -38.67465971585637], "geometry": {"coordinates": [[177.98547622783192, -38.67780304697553, 0.0], [177.983493777406, -38.67465971585637, 0.0]], "type": "LineString"}, "id": "521", "properties": {"Unique_ID": 100406055893.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98359659282886, -38.67776319867675, 177.9855790464613, -38.67461986958846], "geometry": {"coordinates": [[177.9855790464613, -38.67776319867675, 0.0], [177.98359659282886, -38.67461986958846, 0.0]], "type": "LineString"}, "id": "522", "properties": {"Unique_ID": 100406054892.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9836994082618, -38.67772335030995, 177.98568186492912, -38.67458002318602], "geometry": {"coordinates": [[177.98568186492912, -38.67772335030995, 0.0], [177.9836994082618, -38.67458002318602, 0.0]], "type": "LineString"}, "id": "523", "properties": {"Unique_ID": 100406053892.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98380222357275, -38.677683501859775, 177.98578468327494, -38.67454017670022], "geometry": {"coordinates": [[177.98578468327494, -38.677683501859775, 0.0], [177.98380222357275, -38.67454017670022, 0.0]], "type": "LineString"}, "id": "524", "properties": {"Unique_ID": 100406052892.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98390503877593, -38.677643653327905, 177.98588750149455, -38.67450033012559], "geometry": {"coordinates": [[177.98588750149455, -38.677643653327905, 0.0], [177.98390503877593, -38.67450033012559, 0.0]], "type": "LineString"}, "id": "525", "properties": {"Unique_ID": 100406051892.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98400785384302, -38.67760380471102, 177.9859903195964, -38.67446048347306], "geometry": {"coordinates": [[177.9859903195964, -38.67760380471102, 0.0], [177.98400785384302, -38.67446048347306, 0.0]], "type": "LineString"}, "id": "526", "properties": {"Unique_ID": 100406050892.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98411066877404, -38.6775639560091, 177.98609313758055, -38.67442063674267], "geometry": {"coordinates": [[177.98609313758055, -38.6775639560091, 0.0], [177.98411066877404, -38.67442063674267, 0.0]], "type": "LineString"}, "id": "527", "properties": {"Unique_ID": 100406049892.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98421348359722, -38.67752410722548, 177.9861959554385, -38.674380789923426], "geometry": {"coordinates": [[177.9861959554385, -38.67752410722548, 0.0], [177.98421348359722, -38.674380789923426, 0.0]], "type": "LineString"}, "id": "528", "properties": {"Unique_ID": 100406048892.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98431629829847, -38.67748425835848, 177.98629877317444, -38.674340943020816], "geometry": {"coordinates": [[177.98629877317444, -38.67748425835848, 0.0], [177.98431629829847, -38.674340943020816, 0.0]], "type": "LineString"}, "id": "529", "properties": {"Unique_ID": 100406047892.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98441911300978, -38.67744440942349, 177.9864015907488, -38.67430109598369], "geometry": {"coordinates": [[177.9864015907488, -38.67744440942349, 0.0], [177.98441911300978, -38.67430109598369, 0.0]], "type": "LineString"}, "id": "530", "properties": {"Unique_ID": 100406046892.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9845219274671, -38.67740456038976, 177.98650440824082, -38.67426124891437], "geometry": {"coordinates": [[177.98650440824082, -38.67740456038976, 0.0], [177.9845219274671, -38.67426124891437, 0.0]], "type": "LineString"}, "id": "531", "properties": {"Unique_ID": 100406045891.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9845581680828, -38.67735654694561, 177.98662700522618, -38.67424762198945], "geometry": {"coordinates": [[177.98662700522618, -38.67735654694561, 0.0], [177.9845581680828, -38.67424762198945, 0.0]], "type": "LineString"}, "id": "532", "properties": {"Unique_ID": 100406044974.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98465985769838, -38.67731496203114, 177.9867286976867, -38.674206039089995], "geometry": {"coordinates": [[177.9867286976867, -38.67731496203114, 0.0], [177.98465985769838, -38.674206039089995, 0.0]], "type": "LineString"}, "id": "533", "properties": {"Unique_ID": 100406043974.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98476154734746, -38.67727337705501, 177.98683038997436, -38.67416445604448], "geometry": {"coordinates": [[177.98683038997436, -38.67727337705501, 0.0], [177.98476154734746, -38.67416445604448, 0.0]], "type": "LineString"}, "id": "534", "properties": {"Unique_ID": 100406042974.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98486323658327, -38.67723179196238, 177.9869320822232, -38.67412287303563], "geometry": {"coordinates": [[177.9869320822232, -38.67723179196238, 0.0], [177.98486323658327, -38.67412287303563, 0.0]], "type": "LineString"}, "id": "535", "properties": {"Unique_ID": 100406041974.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9849649258526, -38.67719020680806, 177.98703377429925, -38.67408128988072], "geometry": {"coordinates": [[177.98703377429925, -38.67719020680806, 0.0], [177.9849649258526, -38.67408128988072, 0.0]], "type": "LineString"}, "id": "536", "properties": {"Unique_ID": 100406040974.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98506661496734, -38.67714862156899, 177.98713546625885, -38.67403970665665], "geometry": {"coordinates": [[177.98713546625885, -38.67714862156899, 0.0], [177.98506661496734, -38.67403970665665, 0.0]], "type": "LineString"}, "id": "537", "properties": {"Unique_ID": 100406039974.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9851683041156, -38.677107036268225, 177.98723715804562, -38.67399812328654], "geometry": {"coordinates": [[177.98723715804562, -38.677107036268225, 0.0], [177.9851683041156, -38.67399812328654, 0.0]], "type": "LineString"}, "id": "538", "properties": {"Unique_ID": 100406038974.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98526999285062, -38.67706545085097, 177.98733884979356, -38.67395653995307], "geometry": {"coordinates": [[177.98733884979356, -38.67706545085097, 0.0], [177.98526999285062, -38.67395653995307, 0.0]], "type": "LineString"}, "id": "539", "properties": {"Unique_ID": 100406037973.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98537168161914, -38.67702386537203, 177.98744054136864, -38.673914956473546], "geometry": {"coordinates": [[177.98744054136864, -38.67702386537203, 0.0], [177.98537168161914, -38.673914956473546, 0.0]], "type": "LineString"}, "id": "540", "properties": {"Unique_ID": 100406036973.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98547337023305, -38.67698227980833, 177.98754223282734, -38.67387337292489], "geometry": {"coordinates": [[177.98754223282734, -38.67698227980833, 0.0], [177.98547337023305, -38.67387337292489, 0.0]], "type": "LineString"}, "id": "541", "properties": {"Unique_ID": 100406035973.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98557505886583, -38.676940694181155, 177.9876439241176, -38.673831789236175], "geometry": {"coordinates": [[177.9876439241176, -38.676940694181155, 0.0], [177.98557505886583, -38.673831789236175, 0.0]], "type": "LineString"}, "id": "542", "properties": {"Unique_ID": 100406034973.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98567674711472, -38.67689910844108, 177.9877456153602, -38.6737902055721], "geometry": {"coordinates": [[177.9877456153602, -38.67689910844108, 0.0], [177.98567674711472, -38.6737902055721, 0.0]], "type": "LineString"}, "id": "543", "properties": {"Unique_ID": 100406033973.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98577843536773, -38.67685752263572, 177.98784730643882, -38.67374862177397], "geometry": {"coordinates": [[177.98784730643882, -38.67685752263572, 0.0], [177.98577843536773, -38.67374862177397, 0.0]], "type": "LineString"}, "id": "544", "properties": {"Unique_ID": 100406032973.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9858801236396, -38.676815936766886, 177.98794899734898, -38.67370703783581], "geometry": {"coordinates": [[177.98794899734898, -38.676815936766886, 0.0], [177.9858801236396, -38.67370703783581, 0.0]], "type": "LineString"}, "id": "545", "properties": {"Unique_ID": 100406031973.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98598181149816, -38.67677435078156, 177.9880506882203, -38.67366545393429], "geometry": {"coordinates": [[177.9880506882203, -38.67677435078156, 0.0], [177.98598181149816, -38.67366545393429, 0.0]], "type": "LineString"}, "id": "546", "properties": {"Unique_ID": 100406030973.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98608349939025, -38.67673276473455, 177.98815237891884, -38.67362386988673], "geometry": {"coordinates": [[177.98815237891884, -38.67673276473455, 0.0], [177.98608349939025, -38.67362386988673, 0.0]], "type": "LineString"}, "id": "547", "properties": {"Unique_ID": 100406029973.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98618518712775, -38.67669117860278, 177.98825406950093, -38.673582285770024], "geometry": {"coordinates": [[177.98825406950093, -38.67669117860278, 0.0], [177.98618518712775, -38.673582285770024, 0.0]], "type": "LineString"}, "id": "548", "properties": {"Unique_ID": 100406028973.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98628687489878, -38.67664959240934, 177.98835575991018, -38.67354070150727], "geometry": {"coordinates": [[177.98835575991018, -38.67664959240934, 0.0], [177.98628687489878, -38.67354070150727, 0.0]], "type": "LineString"}, "id": "549", "properties": {"Unique_ID": 100406027972.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98638856225654, -38.6766080060994, 177.9884574502806, -38.67349911728116], "geometry": {"coordinates": [[177.9884574502806, -38.6766080060994, 0.0], [177.98638856225654, -38.67349911728116, 0.0]], "type": "LineString"}, "id": "550", "properties": {"Unique_ID": 100406026972.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98660820769743, -38.67658206914318, 177.98852539260585, -38.67341398113256], "geometry": {"coordinates": [[177.98852539260585, -38.67658206914318, 0.0], [177.98660820769743, -38.67341398113256, 0.0]], "type": "LineString"}, "id": "551", "properties": {"Unique_ID": 100406025836.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9867118313033, -38.67654353205218, 177.9886290192245, -38.6733754459068], "geometry": {"coordinates": [[177.9886290192245, -38.67654353205218, 0.0], [177.9867118313033, -38.6733754459068, 0.0]], "type": "LineString"}, "id": "552", "properties": {"Unique_ID": 100406024836.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98681545452186, -38.676504994846304, 177.9887326458042, -38.6733369106957], "geometry": {"coordinates": [[177.9887326458042, -38.676504994846304, 0.0], [177.98681545452186, -38.6733369106957, 0.0]], "type": "LineString"}, "id": "553", "properties": {"Unique_ID": 100406023836.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98691907788904, -38.67646645758534, 177.9888362721841, -38.673298375299986], "geometry": {"coordinates": [[177.9888362721841, -38.67646645758534, 0.0], [177.98691907788904, -38.673298375299986, 0.0]], "type": "LineString"}, "id": "554", "properties": {"Unique_ID": 100406022836.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98702270100287, -38.67642792022446, 177.9889398984848, -38.67325983986913], "geometry": {"coordinates": [[177.9889398984848, -38.67642792022446, 0.0], [177.98702270100287, -38.67325983986913, 0.0]], "type": "LineString"}, "id": "555", "properties": {"Unique_ID": 100406021836.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98712632384965, -38.67638938276211, 177.98904352471047, -38.67322130440821], "geometry": {"coordinates": [[177.98904352471047, -38.67638938276211, 0.0], [177.98712632384965, -38.67322130440821, 0.0]], "type": "LineString"}, "id": "556", "properties": {"Unique_ID": 100406020836.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98722994687245, -38.67635084524777, 177.9891471507281, -38.673182768752504], "geometry": {"coordinates": [[177.9891471507281, -38.67635084524777, 0.0], [177.98722994687245, -38.673182768752504, 0.0]], "type": "LineString"}, "id": "557", "properties": {"Unique_ID": 100406019836.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98733356949424, -38.67631230761702, 177.98925077671086, -38.67314423311655], "geometry": {"coordinates": [[177.98925077671086, -38.67631230761702, 0.0], [177.98733356949424, -38.67314423311655, 0.0]], "type": "LineString"}, "id": "558", "properties": {"Unique_ID": 100406018835.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9874371922646, -38.67627376993117, 177.9893544024938, -38.673105697295995], "geometry": {"coordinates": [[177.9893544024938, -38.67627376993117, 0.0], [177.9874371922646, -38.673105697295995, 0.0]], "type": "LineString"}, "id": "559", "properties": {"Unique_ID": 100406017835.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98754081478162, -38.67623523214542, 177.98945802819762, -38.67306716144029], "geometry": {"coordinates": [[177.98945802819762, -38.67623523214542, 0.0], [177.98754081478162, -38.67306716144029, 0.0]], "type": "LineString"}, "id": "560", "properties": {"Unique_ID": 100406016833.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98764443703158, -38.6761966942582, 177.9895616538263, -38.67302862555453], "geometry": {"coordinates": [[177.9895616538263, -38.6761966942582, 0.0], [177.98764443703158, -38.67302862555453, 0.0]], "type": "LineString"}, "id": "561", "properties": {"Unique_ID": 100406015830.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98774805945757, -38.67615815631897, 177.98966527924702, -38.67299008947398], "geometry": {"coordinates": [[177.98966527924702, -38.67615815631897, 0.0], [177.98774805945757, -38.67299008947398, 0.0]], "type": "LineString"}, "id": "562", "properties": {"Unique_ID": 100406014826.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9878516816165, -38.676119618278314, 177.98976890459264, -38.672951553363355], "geometry": {"coordinates": [[177.98976890459264, -38.676119618278314, 0.0], [177.9878516816165, -38.672951553363355, 0.0]], "type": "LineString"}, "id": "563", "properties": {"Unique_ID": 100406013821.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9879553036561, -38.67608108015265, 177.98987252981888, -38.67291301716778], "geometry": {"coordinates": [[177.98987252981888, -38.67608108015265, 0.0], [177.9879553036561, -38.67291301716778, 0.0]], "type": "LineString"}, "id": "564", "properties": {"Unique_ID": 100406012814.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9880589255763, -38.67604254194203, 177.98997615492573, -38.672874480887245], "geometry": {"coordinates": [[177.98997615492573, -38.67604254194203, 0.0], [177.9880589255763, -38.672874480887245, 0.0]], "type": "LineString"}, "id": "565", "properties": {"Unique_ID": 100406011807.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98816254724318, -38.67600400363148, 177.9900797799534, -38.672835944571545], "geometry": {"coordinates": [[177.9900797799534, -38.67600400363148, 0.0], [177.98816254724318, -38.672835944571545, 0.0]], "type": "LineString"}, "id": "566", "properties": {"Unique_ID": 100406010799.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98826616904495, -38.67596546526435, 177.9901834047854, -38.67279740807634], "geometry": {"coordinates": [[177.9901834047854, -38.67596546526435, 0.0], [177.98826616904495, -38.67279740807634, 0.0]], "type": "LineString"}, "id": "567", "properties": {"Unique_ID": 100406009791.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9886650729056, -38.67596141731334, 177.9902023914973, -38.67266852872074], "geometry": {"coordinates": [[177.9902023914973, -38.67596141731334, 0.0], [177.9886650729056, -38.67266852872074, 0.0]], "type": "LineString"}, "id": "568", "properties": {"Unique_ID": 100406008549.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98877277706424, -38.675930515406286, 177.99031009964148, -38.672637628510756], "geometry": {"coordinates": [[177.99031009964148, -38.675930515406286, 0.0], [177.98877277706424, -38.672637628510756, 0.0]], "type": "LineString"}, "id": "569", "properties": {"Unique_ID": 100406007548.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9888804811205, -38.675899613405676, 177.9904178076833, -38.67260672820722], "geometry": {"coordinates": [[177.9904178076833, -38.675899613405676, 0.0], [177.9888804811205, -38.67260672820722, 0.0]], "type": "LineString"}, "id": "570", "properties": {"Unique_ID": 100406006548.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9889881850744, -38.6758687113115, 177.9905255156227, -38.67257582781014], "geometry": {"coordinates": [[177.9905255156227, -38.6758687113115, 0.0], [177.9889881850744, -38.67257582781014, 0.0]], "type": "LineString"}, "id": "571", "properties": {"Unique_ID": 100406005547.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98909588893687, -38.6758378091247, 177.9906332234564, -38.672544927316345], "geometry": {"coordinates": [[177.9906332234564, -38.6758378091247, 0.0], [177.98909588893687, -38.672544927316345, 0.0]], "type": "LineString"}, "id": "572", "properties": {"Unique_ID": 100406004547.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98920359268598, -38.6758069068434, 177.99074093119103, -38.672514026732145], "geometry": {"coordinates": [[177.99074093119103, -38.6758069068434, 0.0], [177.98920359268598, -38.672514026732145, 0.0]], "type": "LineString"}, "id": "573", "properties": {"Unique_ID": 100406003546.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98931129632177, -38.67577600446758, 177.99084863882652, -38.672483126057536], "geometry": {"coordinates": [[177.99084863882652, -38.67577600446758, 0.0], [177.98931129632177, -38.672483126057536, 0.0]], "type": "LineString"}, "id": "574", "properties": {"Unique_ID": 100406002546.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98941899986616, -38.67574510199916, 177.99095634635634, -38.67245222528623], "geometry": {"coordinates": [[177.99095634635634, -38.67574510199916, 0.0], [177.98941899986616, -38.67245222528623, 0.0]], "type": "LineString"}, "id": "575", "properties": {"Unique_ID": 100406001546.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98952670330814, -38.67571419943717, 177.99106405378376, -38.67242132442137], "geometry": {"coordinates": [[177.99106405378376, -38.67571419943717, 0.0], [177.98952670330814, -38.67242132442137, 0.0]], "type": "LineString"}, "id": "576", "properties": {"Unique_ID": 100406000545.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98963440664778, -38.67568329678162, 177.99117176110877, -38.67239042346296], "geometry": {"coordinates": [[177.99117176110877, -38.67568329678162, 0.0], [177.98963440664778, -38.67239042346296, 0.0]], "type": "LineString"}, "id": "577", "properties": {"Unique_ID": 100405999545.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98974210988504, -38.67565239403251, 177.99127946833138, -38.672359522410986], "geometry": {"coordinates": [[177.99127946833138, -38.67565239403251, 0.0], [177.98974210988504, -38.672359522410986, 0.0]], "type": "LineString"}, "id": "578", "properties": {"Unique_ID": 100405998545.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9898498130199, -38.67562149118983, 177.9913871754516, -38.672328621265464], "geometry": {"coordinates": [[177.9913871754516, -38.67562149118983, 0.0], [177.9898498130199, -38.672328621265464, 0.0]], "type": "LineString"}, "id": "579", "properties": {"Unique_ID": 100405997545.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98995751606338, -38.67559058825455, 177.99149488246616, -38.67229772002324], "geometry": {"coordinates": [[177.99149488246616, -38.67559058825455, 0.0], [177.98995751606338, -38.67229772002324, 0.0]], "type": "LineString"}, "id": "580", "properties": {"Unique_ID": 100405996545.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99006521899352, -38.675559685224755, 177.99160258938156, -38.67226681869063], "geometry": {"coordinates": [[177.99160258938156, -38.675559685224755, 0.0], [177.99006521899352, -38.67226681869063, 0.0]], "type": "LineString"}, "id": "581", "properties": {"Unique_ID": 100405995545.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99017292181028, -38.675528782100464, 177.99171029619788, -38.67223591726759], "geometry": {"coordinates": [[177.99171029619788, -38.675528782100464, 0.0], [177.99017292181028, -38.67223591726759, 0.0]], "type": "LineString"}, "id": "582", "properties": {"Unique_ID": 100405994545.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99028062453567, -38.675497878883554, 177.99181800290847, -38.67220501574787], "geometry": {"coordinates": [[177.99181800290847, -38.675497878883554, 0.0], [177.99028062453567, -38.67220501574787, 0.0]], "type": "LineString"}, "id": "583", "properties": {"Unique_ID": 100405993544.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99038832715866, -38.67546697557309, 177.99192570951672, -38.672174114134584], "geometry": {"coordinates": [[177.99192570951672, -38.67546697557309, 0.0], [177.99038832715866, -38.672174114134584, 0.0]], "type": "LineString"}, "id": "584", "properties": {"Unique_ID": 100405992544.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99049602967926, -38.67543607216905, 177.99203341602257, -38.67214321242775], "geometry": {"coordinates": [[177.99203341602257, -38.67543607216905, 0.0], [177.99049602967926, -38.67214321242775, 0.0]], "type": "LineString"}, "id": "585", "properties": {"Unique_ID": 100405991543.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9906037320975, -38.67540516867146, 177.99214112242595, -38.672112310627384], "geometry": {"coordinates": [[177.99214112242595, -38.67540516867146, 0.0], [177.9906037320975, -38.672112310627384, 0.0]], "type": "LineString"}, "id": "586", "properties": {"Unique_ID": 100405990542.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99079314142412, -38.675381421747325, 177.9922245555559, -38.6720593353102], "geometry": {"coordinates": [[177.9922245555559, -38.675381421747325, 0.0], [177.99079314142412, -38.6720593353102, 0.0]], "type": "LineString"}, "id": "587", "properties": {"Unique_ID": 100405989480.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99090179959404, -38.67535264835458, 177.99233321791968, -38.67203056354432], "geometry": {"coordinates": [[177.99233321791968, -38.67535264835458, 0.0], [177.99090179959404, -38.67203056354432, 0.0]], "type": "LineString"}, "id": "588", "properties": {"Unique_ID": 100405988478.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9910104576872, -38.67532387486774, 177.9924418801802, -38.672001791677346], "geometry": {"coordinates": [[177.9924418801802, -38.67532387486774, 0.0], [177.9910104576872, -38.672001791677346, 0.0]], "type": "LineString"}, "id": "589", "properties": {"Unique_ID": 100405987475.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99111911566285, -38.6752951012836, 177.99255054234968, -38.671973019720085], "geometry": {"coordinates": [[177.99255054234968, -38.6752951012836, 0.0], [177.99111911566285, -38.671973019720085, 0.0]], "type": "LineString"}, "id": "590", "properties": {"Unique_ID": 100405986474.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99122777341552, -38.675266327593754, 177.99265920445978, -38.67194424770046], "geometry": {"coordinates": [[177.99265920445978, -38.675266327593754, 0.0], [177.99122777341552, -38.67194424770046, 0.0]], "type": "LineString"}, "id": "591", "properties": {"Unique_ID": 100405985473.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99133643119694, -38.67523755381823, 177.992767866435, -38.67191547555182], "geometry": {"coordinates": [[177.992767866435, -38.67523755381823, 0.0], [177.99133643119694, -38.67191547555182, 0.0]], "type": "LineString"}, "id": "592", "properties": {"Unique_ID": 100405984473.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9914450889016, -38.675208779948605, 177.99287652830697, -38.671886703302086], "geometry": {"coordinates": [[177.99287652830697, -38.675208779948605, 0.0], [177.9914450889016, -38.671886703302086, 0.0]], "type": "LineString"}, "id": "593", "properties": {"Unique_ID": 100405983473.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99155374663505, -38.675180005993305, 177.992985190044, -38.671857930923366], "geometry": {"coordinates": [[177.992985190044, -38.675180005993305, 0.0], [177.99155374663505, -38.671857930923366, 0.0]], "type": "LineString"}, "id": "594", "properties": {"Unique_ID": 100405982473.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99166240414544, -38.67515123193229, 177.99309385172168, -38.67182915848228], "geometry": {"coordinates": [[177.99309385172168, -38.67515123193229, 0.0], [177.99166240414544, -38.67182915848228, 0.0]], "type": "LineString"}, "id": "595", "properties": {"Unique_ID": 100405981473.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99177106154858, -38.6751224577748, 177.99320251330525, -38.671800385948195], "geometry": {"coordinates": [[177.99320251330525, -38.6751224577748, 0.0], [177.99177106154858, -38.671800385948195, 0.0]], "type": "LineString"}, "id": "596", "properties": {"Unique_ID": 100405980473.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9918797188444, -38.675093683520785, 177.99331117479474, -38.671771613321134], "geometry": {"coordinates": [[177.99331117479474, -38.675093683520785, 0.0], [177.9918797188444, -38.671771613321134, 0.0]], "type": "LineString"}, "id": "597", "properties": {"Unique_ID": 100405979473.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99198837606343, -38.6750649091727, 177.99341983618098, -38.671742840592984], "geometry": {"coordinates": [[177.99341983618098, -38.6750649091727, 0.0], [177.99198837606343, -38.671742840592984, 0.0]], "type": "LineString"}, "id": "598", "properties": {"Unique_ID": 100405978473.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.992097033165, -38.67503613472731, 177.99352849747615, -38.671714067774545], "geometry": {"coordinates": [[177.99352849747615, -38.67503613472731, 0.0], [177.992097033165, -38.671714067774545, 0.0]], "type": "LineString"}, "id": "599", "properties": {"Unique_ID": 100405977473.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9922056900436, -38.67500736017621, 177.993637158712, -38.67168529489376], "geometry": {"coordinates": [[177.993637158712, -38.67500736017621, 0.0], [177.9922056900436, -38.67168529489376, 0.0]], "type": "LineString"}, "id": "600", "properties": {"Unique_ID": 100405976473.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99231434695093, -38.67497858553943, 177.99374581981291, -38.671656521883946], "geometry": {"coordinates": [[177.99374581981291, -38.67497858553943, 0.0], [177.99231434695093, -38.671656521883946, 0.0]], "type": "LineString"}, "id": "601", "properties": {"Unique_ID": 100405975472.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99242300378145, -38.67494981080856, 177.99385448081054, -38.67162774877307], "geometry": {"coordinates": [[177.99385448081054, -38.67494981080856, 0.0], [177.99242300378145, -38.67162774877307, 0.0]], "type": "LineString"}, "id": "602", "properties": {"Unique_ID": 100405974472.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99253166064076, -38.67492103599202, 177.9939631416733, -38.67159897553318], "geometry": {"coordinates": [[177.9939631416733, -38.67492103599202, 0.0], [177.99253166064076, -38.67159897553318, 0.0]], "type": "LineString"}, "id": "603", "properties": {"Unique_ID": 100405973472.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99264031727708, -38.67489226106978, 177.99407180247667, -38.67157020223094], "geometry": {"coordinates": [[177.99407180247667, -38.67489226106978, 0.0], [177.99264031727708, -38.67157020223094, 0.0]], "type": "LineString"}, "id": "604", "properties": {"Unique_ID": 100405972471.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99294706288637, -38.67488070249638, 177.99412260263827, -38.671497489093504], "geometry": {"coordinates": [[177.99412260263827, -38.67488070249638, 0.0], [177.99294706288637, -38.671497489093504, 0.0]], "type": "LineString"}, "id": "605", "properties": {"Unique_ID": 100405971315.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99305771925688, -38.67485707222878, 177.99423326380784, -38.671473860299315], "geometry": {"coordinates": [[177.99423326380784, -38.67485707222878, 0.0], [177.99305771925688, -38.671473860299315, 0.0]], "type": "LineString"}, "id": "606", "properties": {"Unique_ID": 100405970314.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9931683758541, -38.674833441880686, 177.9943439248006, -38.671450231338454], "geometry": {"coordinates": [[177.9943439248006, -38.674833441880686, 0.0], [177.9931683758541, -38.671450231338454, 0.0]], "type": "LineString"}, "id": "607", "properties": {"Unique_ID": 100405969314.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9932790320492, -38.67480981141179, 177.99445458580527, -38.67142660234525], "geometry": {"coordinates": [[177.99445458580527, -38.67480981141179, 0.0], [177.9932790320492, -38.67142660234525, 0.0]], "type": "LineString"}, "id": "608", "properties": {"Unique_ID": 100405968314.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99338968847107, -38.6747861808624, 177.99456524663313, -38.67140297318538], "geometry": {"coordinates": [[177.99456524663313, -38.6747861808624, 0.0], [177.99338968847107, -38.67140297318538, 0.0]], "type": "LineString"}, "id": "609", "properties": {"Unique_ID": 100405967313.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9935003445151, -38.6747625501938, 177.99467590746565, -38.671379343987965], "geometry": {"coordinates": [[177.99467590746565, -38.6747625501938, 0.0], [177.9935003445151, -38.671379343987965, 0.0]], "type": "LineString"}, "id": "610", "properties": {"Unique_ID": 100405966313.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99361100076158, -38.67473891944311, 177.99478656812863, -38.67135571462909], "geometry": {"coordinates": [[177.99478656812863, -38.67473891944311, 0.0], [177.99361100076158, -38.67135571462909, 0.0]], "type": "LineString"}, "id": "611", "properties": {"Unique_ID": 100405965313.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99372165663024, -38.67471528857321, 177.99489722879625, -38.671332085232656], "geometry": {"coordinates": [[177.99489722879625, -38.67471528857321, 0.0], [177.99372165663024, -38.671332085232656, 0.0]], "type": "LineString"}, "id": "612", "properties": {"Unique_ID": 100405964312.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99383231272566, -38.67469165762282, 177.99500788928705, -38.67130845566958], "geometry": {"coordinates": [[177.99500788928705, -38.67469165762282, 0.0], [177.99383231272566, -38.67130845566958, 0.0]], "type": "LineString"}, "id": "613", "properties": {"Unique_ID": 100405963312.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9939429684189, -38.67466802655162, 177.99511854978977, -38.671284826074135], "geometry": {"coordinates": [[177.99511854978977, -38.67466802655162, 0.0], [177.9939429684189, -38.671284826074135, 0.0]], "type": "LineString"}, "id": "614", "properties": {"Unique_ID": 100405962311.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99405362433893, -38.67464439539995, 177.9952292101157, -38.67126119631204], "geometry": {"coordinates": [[177.9952292101157, -38.67464439539995, 0.0], [177.99405362433893, -38.67126119631204, 0.0]], "type": "LineString"}, "id": "615", "properties": {"Unique_ID": 100405961311.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99416427987302, -38.67462076412852, 177.99533987044867, -38.67123756651413], "geometry": {"coordinates": [[177.99533987044867, -38.67462076412852, 0.0], [177.99416427987302, -38.67123756651413, 0.0]], "type": "LineString"}, "id": "616", "properties": {"Unique_ID": 100405960311.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99427493562575, -38.67459713277608, 177.9954505306073, -38.67121393655128], "geometry": {"coordinates": [[177.9954505306073, -38.67459713277608, 0.0], [177.99427493562575, -38.67121393655128, 0.0]], "type": "LineString"}, "id": "617", "properties": {"Unique_ID": 100405959310.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99438559099255, -38.67457350130389, 177.99556119077292, -38.671190306552646], "geometry": {"coordinates": [[177.99556119077292, -38.67457350130389, 0.0], [177.99438559099255, -38.671190306552646, 0.0]], "type": "LineString"}, "id": "618", "properties": {"Unique_ID": 100405958310.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99449624657802, -38.67454986975069, 177.9956718507642, -38.671166676389056], "geometry": {"coordinates": [[177.9956718507642, -38.67454986975069, 0.0], [177.99449624657802, -38.671166676389056, 0.0]], "type": "LineString"}, "id": "619", "properties": {"Unique_ID": 100405957310.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99460690178563, -38.67452623807826, 177.9957825107601, -38.67114304618793], "geometry": {"coordinates": [[177.9957825107601, -38.67452623807826, 0.0], [177.99460690178563, -38.67114304618793, 0.0]], "type": "LineString"}, "id": "620", "properties": {"Unique_ID": 100405956309.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99471755719568, -38.674502606323784, 177.9958931705865, -38.67111941582535], "geometry": {"coordinates": [[177.9958931705865, -38.674502606323784, 0.0], [177.99471755719568, -38.67111941582535, 0.0]], "type": "LineString"}, "id": "621", "properties": {"Unique_ID": 100405955309.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99482821222793, -38.67447897445007, 177.9960038304175, -38.67109578542524], "geometry": {"coordinates": [[177.9960038304175, -38.67447897445007, 0.0], [177.99482821222793, -38.67109578542524, 0.0]], "type": "LineString"}, "id": "622", "properties": {"Unique_ID": 100405954308.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9949388674869, -38.67445534249588, 177.99611449007173, -38.67107215485845], "geometry": {"coordinates": [[177.99611449007173, -38.67445534249588, 0.0], [177.9949388674869, -38.67107215485845, 0.0]], "type": "LineString"}, "id": "623", "properties": {"Unique_ID": 100405953308.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99504952234375, -38.67443171042088, 177.9962251497378, -38.67104852425931], "geometry": {"coordinates": [[177.9962251497378, -38.67443171042088, 0.0], [177.99504952234375, -38.67104852425931, 0.0]], "type": "LineString"}, "id": "624", "properties": {"Unique_ID": 100405952307.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99516017742735, -38.67440807826543, 177.9963358092271, -38.671024893493524], "geometry": {"coordinates": [[177.9963358092271, -38.67440807826543, 0.0], [177.99516017742735, -38.671024893493524, 0.0]], "type": "LineString"}, "id": "625", "properties": {"Unique_ID": 100405951307.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9950525347649, -38.67436619556224, 177.99651068487003, -38.671051282397315], "geometry": {"coordinates": [[177.99651068487003, -38.67436619556224, 0.0], [177.9950525347649, -38.671051282397315, 0.0]], "type": "LineString"}, "id": "626", "properties": {"Unique_ID": 100405950518.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99516095666152, -38.674336884324845, 177.99661911107447, -38.67102197285002], "geometry": {"coordinates": [[177.99661911107447, -38.674336884324845, 0.0], [177.99516095666152, -38.67102197285002, 0.0]], "type": "LineString"}, "id": "627", "properties": {"Unique_ID": 100405949518.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9952693785846, -38.674307573002416, 177.99672753714296, -38.67099266317382], "geometry": {"coordinates": [[177.99672753714296, -38.674307573002416, 0.0], [177.9952693785846, -38.67099266317382, 0.0]], "type": "LineString"}, "id": "628", "properties": {"Unique_ID": 100405948518.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99537780056525, -38.6742782615975, 177.9968359630661, -38.670963353360264], "geometry": {"coordinates": [[177.9968359630661, -38.6742782615975, 0.0], [177.99537780056525, -38.670963353360264, 0.0]], "type": "LineString"}, "id": "629", "properties": {"Unique_ID": 100405947518.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99548622231214, -38.67424895008643, 177.99694438893138, -38.670934043488145], "geometry": {"coordinates": [[177.99694438893138, -38.67424895008643, 0.0], [177.99548622231214, -38.670934043488145, 0.0]], "type": "LineString"}, "id": "630", "properties": {"Unique_ID": 100405946518.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99559464393982, -38.67421963847852, 177.99705281470438, -38.670904733526484], "geometry": {"coordinates": [[177.99705281470438, -38.67421963847852, 0.0], [177.99559464393982, -38.670904733526484, 0.0]], "type": "LineString"}, "id": "631", "properties": {"Unique_ID": 100405945517.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99570306547938, -38.674190326776305, 177.99716124037576, -38.67087542346686], "geometry": {"coordinates": [[177.99716124037576, -38.674190326776305, 0.0], [177.99570306547938, -38.67087542346686, 0.0]], "type": "LineString"}, "id": "632", "properties": {"Unique_ID": 100405944517.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99581148678516, -38.67416101496796, 177.99726966598922, -38.67084611334868], "geometry": {"coordinates": [[177.99726966598922, -38.67416101496796, 0.0], [177.99581148678516, -38.67084611334868, 0.0]], "type": "LineString"}, "id": "633", "properties": {"Unique_ID": 100405943516.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9959199081278, -38.674131703075425, 177.99737809146364, -38.67081680309876], "geometry": {"coordinates": [[177.99737809146364, -38.674131703075425, 0.0], [177.9959199081278, -38.67081680309876, 0.0]], "type": "LineString"}, "id": "634", "properties": {"Unique_ID": 100405942516.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99602832950723, -38.67410239109872, 177.99748651679894, -38.67078749271713], "geometry": {"coordinates": [[177.99748651679894, -38.67410239109872, 0.0], [177.99602832950723, -38.67078749271713, 0.0]], "type": "LineString"}, "id": "635", "properties": {"Unique_ID": 100405941515.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99613675066328, -38.674073079016715, 177.99759494207325, -38.67075818227413], "geometry": {"coordinates": [[177.99759494207325, -38.674073079016715, 0.0], [177.99613675066328, -38.67075818227413, 0.0]], "type": "LineString"}, "id": "636", "properties": {"Unique_ID": 100405940514.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99624517171048, -38.674043766838714, 177.99770336725217, -38.67072887173877], "geometry": {"coordinates": [[177.99770336725217, -38.674043766838714, 0.0], [177.99624517171048, -38.67072887173877, 0.0]], "type": "LineString"}, "id": "637", "properties": {"Unique_ID": 100405939514.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99635359264883, -38.67401445456472, 177.9978117923357, -38.67069956111108], "geometry": {"coordinates": [[177.9978117923357, -38.67401445456472, 0.0], [177.99635359264883, -38.67069956111108, 0.0]], "type": "LineString"}, "id": "638", "properties": {"Unique_ID": 100405938514.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9964620133638, -38.67398514218544, 177.9979202173582, -38.67067025042201], "geometry": {"coordinates": [[177.9979202173582, -38.67398514218544, 0.0], [177.9964620133638, -38.67067025042201, 0.0]], "type": "LineString"}, "id": "639", "properties": {"Unique_ID": 100405937514.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9965704341156, -38.673955829721976, 177.99802864224162, -38.67064093960122], "geometry": {"coordinates": [[177.99802864224162, -38.673955829721976, 0.0], [177.9965704341156, -38.67064093960122, 0.0]], "type": "LineString"}, "id": "640", "properties": {"Unique_ID": 100405936513.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9966788549042, -38.67392651717434, 177.99813706698598, -38.670611628648714], "geometry": {"coordinates": [[177.99813706698598, -38.67392651717434, 0.0], [177.9966788549042, -38.670611628648714, 0.0]], "type": "LineString"}, "id": "641", "properties": {"Unique_ID": 100405935513.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.996787275459, -38.673897204520586, 177.9982454916724, -38.67058231763764], "geometry": {"coordinates": [[177.9982454916724, -38.673897204520586, 0.0], [177.996787275459, -38.67058231763764, 0.0]], "type": "LineString"}, "id": "642", "properties": {"Unique_ID": 100405934513.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99689569592573, -38.67386789177248, 177.99835391625723, -38.6705530065286], "geometry": {"coordinates": [[177.99835391625723, -38.67386789177248, 0.0], [177.99689569592573, -38.6705530065286, 0.0]], "type": "LineString"}, "id": "643", "properties": {"Unique_ID": 100405933512.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99700411627325, -38.67383857892757, 177.9984623407498, -38.67052369533004], "geometry": {"coordinates": [[177.9984623407498, -38.67383857892757, 0.0], [177.99700411627325, -38.67052369533004, 0.0]], "type": "LineString"}, "id": "644", "properties": {"Unique_ID": 100405932511.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99711253638696, -38.67380926597652, 177.99857076518444, -38.67049438407291], "geometry": {"coordinates": [[177.99857076518444, -38.67380926597652, 0.0], [177.99711253638696, -38.67049438407291, 0.0]], "type": "LineString"}, "id": "645", "properties": {"Unique_ID": 100405931510.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99722095655827, -38.67377995294298, 177.99867918947376, -38.670465072678454], "geometry": {"coordinates": [[177.99867918947376, -38.67377995294298, 0.0], [177.99722095655827, -38.670465072678454, 0.0]], "type": "LineString"}, "id": "646", "properties": {"Unique_ID": 100405930509.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99724230554878, -38.673741733342176, 177.9988127814802, -38.670458517735085], "geometry": {"coordinates": [[177.9988127814802, -38.673741733342176, 0.0], [177.99724230554878, -38.670458517735085, 0.0]], "type": "LineString"}, "id": "647", "properties": {"Unique_ID": 100405929591.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99734968999854, -38.6737101639663, 177.99892016985078, -38.67042695007909], "geometry": {"coordinates": [[177.99892016985078, -38.6737101639663, 0.0], [177.99734968999854, -38.67042695007909, 0.0]], "type": "LineString"}, "id": "648", "properties": {"Unique_ID": 100405928587.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99745707448744, -38.673678594510164, 177.9990275580744, -38.67039538228817], "geometry": {"coordinates": [[177.9990275580744, -38.673678594510164, 0.0], [177.99745707448744, -38.67039538228817, 0.0]], "type": "LineString"}, "id": "649", "properties": {"Unique_ID": 100405927584.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99756445872922, -38.67364702494857, 177.99913494623698, -38.67036381444647], "geometry": {"coordinates": [[177.99913494623698, -38.67364702494857, 0.0], [177.99756445872922, -38.67036381444647, 0.0]], "type": "LineString"}, "id": "650", "properties": {"Unique_ID": 100405926580.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99767184272392, -38.673615455281514, 177.99924233433848, -38.67033224655402], "geometry": {"coordinates": [[177.99924233433848, -38.673615455281514, 0.0], [177.99767184272392, -38.67033224655402, 0.0]], "type": "LineString"}, "id": "651", "properties": {"Unique_ID": 100405925577.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99777922675773, -38.67358388553422, 177.99934972229303, -38.670300678526644], "geometry": {"coordinates": [[177.99934972229303, -38.67358388553422, 0.0], [177.99777922675773, -38.670300678526644, 0.0]], "type": "LineString"}, "id": "652", "properties": {"Unique_ID": 100405924573.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99788661067632, -38.67355231569308, 177.99945711014698, -38.67026911040971], "geometry": {"coordinates": [[177.99945711014698, -38.67355231569308, 0.0], [177.99788661067632, -38.67026911040971, 0.0]], "type": "LineString"}, "id": "653", "properties": {"Unique_ID": 100405923570.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9979939946453, -38.67352074577271, 177.99956449785057, -38.67023754215459], "geometry": {"coordinates": [[177.99956449785057, -38.67352074577271, 0.0], [177.9979939946453, -38.67023754215459, 0.0]], "type": "LineString"}, "id": "654", "properties": {"Unique_ID": 100405922566.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99810137836718, -38.67348917574687, 177.9996718854931, -38.67020597384869], "geometry": {"coordinates": [[177.9996718854931, -38.67348917574687, 0.0], [177.99810137836718, -38.67020597384869, 0.0]], "type": "LineString"}, "id": "655", "properties": {"Unique_ID": 100405921563.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9982087618419, -38.67345760561555, 177.99977927307455, -38.67017440549202], "geometry": {"coordinates": [[177.99977927307455, -38.67345760561555, 0.0], [177.9982087618419, -38.67017440549202, 0.0]], "type": "LineString"}, "id": "656", "properties": {"Unique_ID": 100405920560.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9983161453558, -38.67342603540401, 177.99988666050905, -38.67014283700044], "geometry": {"coordinates": [[177.99988666050905, -38.67342603540401, 0.0], [177.9983161453558, -38.67014283700044, 0.0]], "type": "LineString"}, "id": "657", "properties": {"Unique_ID": 100405919557.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99842352890883, -38.67339446511225, 177.9999940477966, -38.67011126837394], "geometry": {"coordinates": [[177.9999940477966, -38.67339446511225, 0.0], [177.99842352890883, -38.67011126837394, 0.0]], "type": "LineString"}, "id": "658", "properties": {"Unique_ID": 100405918554.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99853091221473, -38.67336289471502, 178.0001014350231, -38.67007969969667], "geometry": {"coordinates": [[178.0001014350231, -38.67336289471502, 0.0], [177.99853091221473, -38.67007969969667, 0.0]], "type": "LineString"}, "id": "659", "properties": {"Unique_ID": 100405917552.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99863829541667, -38.67333132422494, 178.00020882214557, -38.670048130926574], "geometry": {"coordinates": [[178.00020882214557, -38.67333132422494, 0.0], [177.99863829541667, -38.670048130926574, 0.0]], "type": "LineString"}, "id": "660", "properties": {"Unique_ID": 100405916551.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99874567837148, -38.67329975362939, 178.000316209207, -38.670016562105715], "geometry": {"coordinates": [[178.000316209207, -38.67329975362939, 0.0], [177.99874567837148, -38.670016562105715, 0.0]], "type": "LineString"}, "id": "661", "properties": {"Unique_ID": 100405915550.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99885306136542, -38.67326818295362, 178.00042359612144, -38.66998499314994], "geometry": {"coordinates": [[178.00042359612144, -38.67326818295362, 0.0], [177.99885306136542, -38.66998499314994, 0.0]], "type": "LineString"}, "id": "662", "properties": {"Unique_ID": 100405914550.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9989604443985, -38.67323661219762, 178.00053098288893, -38.66995342405925], "geometry": {"coordinates": [[178.00053098288893, -38.67323661219762, 0.0], [177.9989604443985, -38.66995342405925, 0.0]], "type": "LineString"}, "id": "663", "properties": {"Unique_ID": 100405913550.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99911193138857, -38.67320979807387, 178.00062573873282, -38.66991027413058], "geometry": {"coordinates": [[178.00062573873282, -38.67320979807387, 0.0], [177.99911193138857, -38.66991027413058, 0.0]], "type": "LineString"}, "id": "664", "properties": {"Unique_ID": 100405912520.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99921984837394, -38.673179367580296, 178.0007336597468, -38.669879845318555], "geometry": {"coordinates": [[178.0007336597468, -38.673179367580296, 0.0], [177.99921984837394, -38.669879845318555, 0.0]], "type": "LineString"}, "id": "665", "properties": {"Unique_ID": 100405911518.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99932776525807, -38.67314893699273, 178.00084158065957, -38.66984941641251], "geometry": {"coordinates": [[178.00084158065957, -38.67314893699273, 0.0], [177.99932776525807, -38.66984941641251, 0.0]], "type": "LineString"}, "id": "666", "properties": {"Unique_ID": 100405910515.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.999435682041, -38.673118506311106, 178.000949501471, -38.669818987412455], "geometry": {"coordinates": [[178.000949501471, -38.673118506311106, 0.0], [177.999435682041, -38.669818987412455, 0.0]], "type": "LineString"}, "id": "667", "properties": {"Unique_ID": 100405909511.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99954359872268, -38.673088075535475, 178.00105742218125, -38.66978855831837], "geometry": {"coordinates": [[178.00105742218125, -38.673088075535475, 0.0], [177.99954359872268, -38.66978855831837, 0.0]], "type": "LineString"}, "id": "668", "properties": {"Unique_ID": 100405908506.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9996515153031, -38.67305764466581, 178.00116534279022, -38.669758129130294], "geometry": {"coordinates": [[178.00116534279022, -38.67305764466581, 0.0], [177.9996515153031, -38.669758129130294, 0.0]], "type": "LineString"}, "id": "669", "properties": {"Unique_ID": 100405907501.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9997594317823, -38.673027213702134, 178.00127326329792, -38.66972769984818], "geometry": {"coordinates": [[178.00127326329792, -38.673027213702134, 0.0], [177.9997594317823, -38.66972769984818, 0.0]], "type": "LineString"}, "id": "670", "properties": {"Unique_ID": 100405906496.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99986734816025, -38.672996782644425, 178.00138118370435, -38.66969727047206], "geometry": {"coordinates": [[178.00138118370435, -38.672996782644425, 0.0], [177.99986734816025, -38.66969727047206, 0.0]], "type": "LineString"}, "id": "671", "properties": {"Unique_ID": 100405905491.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99997526458145, -38.67296635150494, 178.0014891039662, -38.66966684096121], "geometry": {"coordinates": [[178.0014891039662, -38.67296635150494, 0.0], [177.99997526458145, -38.66966684096121, 0.0]], "type": "LineString"}, "id": "672", "properties": {"Unique_ID": 100405904486.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00008318061248, -38.67293592024696, 178.00159702421345, -38.6696364114378], "geometry": {"coordinates": [[178.00159702421345, -38.67293592024696, 0.0], [178.00008318061248, -38.6696364114378, 0.0]], "type": "LineString"}, "id": "673", "properties": {"Unique_ID": 100405903481.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00019109668673, -38.6729054889072, 178.00170494431615, -38.66960598177964], "geometry": {"coordinates": [[178.00170494431615, -38.6729054889072, 0.0], [178.00019109668673, -38.66960598177964, 0.0]], "type": "LineString"}, "id": "674", "properties": {"Unique_ID": 100405902475.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00029901265975, -38.6728750574734, 178.00181286431751, -38.669575552027474], "geometry": {"coordinates": [[178.00181286431751, -38.6728750574734, 0.0], [178.00029901265975, -38.669575552027474, 0.0]], "type": "LineString"}, "id": "675", "properties": {"Unique_ID": 100405901470.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0004069285315, -38.672844625945594, 178.00192078421767, -38.669545122181304], "geometry": {"coordinates": [[178.00192078421767, -38.672844625945594, 0.0], [178.0004069285315, -38.669545122181304, 0.0]], "type": "LineString"}, "id": "676", "properties": {"Unique_ID": 100405900467.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00051484430205, -38.67281419432376, 178.00202870401657, -38.669514692241094], "geometry": {"coordinates": [[178.00202870401657, -38.67281419432376, 0.0], [178.00051484430205, -38.669514692241094, 0.0]], "type": "LineString"}, "id": "677", "properties": {"Unique_ID": 100405899463.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0003110441643, -38.67275002226034, 178.0022277745976, -38.66958185163853], "geometry": {"coordinates": [[178.0022277745976, -38.67275002226034, 0.0], [178.0003110441643, -38.66958185163853, 0.0]], "type": "LineString"}, "id": "678", "properties": {"Unique_ID": 100405898790.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0004146647431, -38.672711492204876, 178.00233139836243, -38.66954332351336], "geometry": {"coordinates": [[178.00233139836243, -38.672711492204876, 0.0], [178.0004146647431, -38.66954332351336, 0.0]], "type": "LineString"}, "id": "679", "properties": {"Unique_ID": 100405897789.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00051828506858, -38.67267296204951, 178.0024350220481, -38.66950479535306], "geometry": {"coordinates": [[178.0024350220481, -38.67267296204951, 0.0], [178.00051828506858, -38.66950479535306, 0.0]], "type": "LineString"}, "id": "680", "properties": {"Unique_ID": 100405896788.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00062190540865, -38.67263443182413, 178.0025386455742, -38.669466267058006], "geometry": {"coordinates": [[178.0025386455742, -38.67263443182413, 0.0], [178.00062190540865, -38.669466267058006, 0.0]], "type": "LineString"}, "id": "681", "properties": {"Unique_ID": 100405895787.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00072552562943, -38.6725959015138, 178.0026422689809, -38.66942773867799], "geometry": {"coordinates": [[178.0026422689809, -38.6725959015138, 0.0], [178.00072552562943, -38.66942773867799, 0.0]], "type": "LineString"}, "id": "682", "properties": {"Unique_ID": 100405894785.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00082914573085, -38.67255737111853, 178.00274589226825, -38.66938921021304], "geometry": {"coordinates": [[178.00274589226825, -38.67255737111853, 0.0], [178.00082914573085, -38.66938921021304, 0.0]], "type": "LineString"}, "id": "683", "properties": {"Unique_ID": 100405893783.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00093276571292, -38.67251884063831, 178.0028495154362, -38.669350681663126], "geometry": {"coordinates": [[178.0028495154362, -38.67251884063831, 0.0], [178.00093276571292, -38.669350681663126, 0.0]], "type": "LineString"}, "id": "684", "properties": {"Unique_ID": 100405892780.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00103638557562, -38.672480310073134, 178.0029531384848, -38.66931215302829], "geometry": {"coordinates": [[178.0029531384848, -38.672480310073134, 0.0], [178.00103638557562, -38.66931215302829, 0.0]], "type": "LineString"}, "id": "685", "properties": {"Unique_ID": 100405891778.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00114000531897, -38.67244177942302, 178.00305676141403, -38.6692736243085], "geometry": {"coordinates": [[178.00305676141403, -38.67244177942302, 0.0], [178.00114000531897, -38.6692736243085, 0.0]], "type": "LineString"}, "id": "686", "properties": {"Unique_ID": 100405890776.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.001243624943, -38.67240324868793, 178.0031603842239, -38.66923509550377], "geometry": {"coordinates": [[178.0031603842239, -38.67240324868793, 0.0], [178.001243624943, -38.66923509550377, 0.0]], "type": "LineString"}, "id": "687", "properties": {"Unique_ID": 100405889773.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00134724444766, -38.67236471786791, 178.00326400691438, -38.66919656661411], "geometry": {"coordinates": [[178.00326400691438, -38.67236471786791, 0.0], [178.00134724444766, -38.66919656661411, 0.0]], "type": "LineString"}, "id": "688", "properties": {"Unique_ID": 100405888771.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00145086398066, -38.67232618697943, 178.00336762944116, -38.66915803758457], "geometry": {"coordinates": [[178.00336762944116, -38.67232618697943, 0.0], [178.00145086398066, -38.66915803758457, 0.0]], "type": "LineString"}, "id": "689", "properties": {"Unique_ID": 100405887769.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00155448324665, -38.672287655989514, 178.00347125189288, -38.66911950852502], "geometry": {"coordinates": [[178.00347125189288, -38.672287655989514, 0.0], [178.00155448324665, -38.66911950852502, 0.0]], "type": "LineString"}, "id": "690", "properties": {"Unique_ID": 100405886768.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00165810225928, -38.67224912489971, 178.00357487426547, -38.66908097943035], "geometry": {"coordinates": [[178.00357487426547, -38.67224912489971, 0.0], [178.00165810225928, -38.66908097943035, 0.0]], "type": "LineString"}, "id": "691", "properties": {"Unique_ID": 100405885766.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00176172128656, -38.67221059373991, 178.00367849647844, -38.669042450200905], "geometry": {"coordinates": [[178.00367849647844, -38.67221059373991, 0.0], [178.00176172128656, -38.669042450200905, 0.0]], "type": "LineString"}, "id": "692", "properties": {"Unique_ID": 100405884766.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00186534019448, -38.67217206249515, 178.00378211857205, -38.66900392088653], "geometry": {"coordinates": [[178.00378211857205, -38.67217206249515, 0.0], [178.00186534019448, -38.66900392088653, 0.0]], "type": "LineString"}, "id": "693", "properties": {"Unique_ID": 100405883765.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00196895898304, -38.67213353116545, 178.0038857405463, -38.668965391487205], "geometry": {"coordinates": [[178.0038857405463, -38.67213353116545, 0.0], [178.00196895898304, -38.668965391487205, 0.0]], "type": "LineString"}, "id": "694", "properties": {"Unique_ID": 100405882764.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00247165753478, -38.67213993192493, 178.00387475290214, -38.66881048478843], "geometry": {"coordinates": [[178.00387475290214, -38.67213993192493, 0.0], [178.00247165753478, -38.66881048478843, 0.0]], "type": "LineString"}, "id": "695", "properties": {"Unique_ID": 100405881459.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0025805513244, -38.672111726463235, 178.0039836511119, -38.66878228097985], "geometry": {"coordinates": [[178.0039836511119, -38.672111726463235, 0.0], [178.0025805513244, -38.66878228097985, 0.0]], "type": "LineString"}, "id": "696", "properties": {"Unique_ID": 100405880459.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00268944516515, -38.672083520916736, 178.00409254918193, -38.66875407703702], "geometry": {"coordinates": [[178.00409254918193, -38.672083520916736, 0.0], [178.00268944516515, -38.66875407703702, 0.0]], "type": "LineString"}, "id": "697", "properties": {"Unique_ID": 100405879459.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00279833891017, -38.672055315274, 178.00420144715625, -38.66872587299799], "geometry": {"coordinates": [[178.00420144715625, -38.672055315274, 0.0], [178.00279833891017, -38.66872587299799, 0.0]], "type": "LineString"}, "id": "698", "properties": {"Unique_ID": 100405878458.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00290723255952, -38.67202710953504, 178.00431034503484, -38.66869766886272], "geometry": {"coordinates": [[178.00431034503484, -38.67202710953504, 0.0], [178.00290723255952, -38.66869766886272, 0.0]], "type": "LineString"}, "id": "699", "properties": {"Unique_ID": 100405877458.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00301612611318, -38.67199890369987, 178.0044192428177, -38.66866946463126], "geometry": {"coordinates": [[178.0044192428177, -38.67199890369987, 0.0], [178.00301612611318, -38.66866946463126, 0.0]], "type": "LineString"}, "id": "700", "properties": {"Unique_ID": 100405876456.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0031250195811, -38.67197069776925, 178.0045281405019, -38.66864126030101], "geometry": {"coordinates": [[178.0045281405019, -38.67197069776925, 0.0], [178.0031250195811, -38.66864126030101, 0.0]], "type": "LineString"}, "id": "701", "properties": {"Unique_ID": 100405875455.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0032339129334, -38.67194249174086, 178.00463703809632, -38.66861305587968], "geometry": {"coordinates": [[178.00463703809632, -38.67194249174086, 0.0], [178.0032339129334, -38.66861305587968, 0.0]], "type": "LineString"}, "id": "702", "properties": {"Unique_ID": 100405874453.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00334280619998, -38.67191428561703, 178.00474593559204, -38.668584851359604], "geometry": {"coordinates": [[178.00474593559204, -38.67191428561703, 0.0], [178.00334280619998, -38.668584851359604, 0.0]], "type": "LineString"}, "id": "703", "properties": {"Unique_ID": 100405873451.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00345169937088, -38.67188607939696, 178.00485483299207, -38.66855664674328], "geometry": {"coordinates": [[178.00485483299207, -38.67188607939696, 0.0], [178.00345169937088, -38.66855664674328, 0.0]], "type": "LineString"}, "id": "704", "properties": {"Unique_ID": 100405872449.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00356059244604, -38.67185787308068, 178.00496373029634, -38.668528442030755], "geometry": {"coordinates": [[178.00496373029634, -38.67185787308068, 0.0], [178.00356059244604, -38.668528442030755, 0.0]], "type": "LineString"}, "id": "705", "properties": {"Unique_ID": 100405871446.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00366948542555, -38.6718296666682, 178.00507262750492, -38.66850023722203], "geometry": {"coordinates": [[178.00507262750492, -38.6718296666682, 0.0], [178.00366948542555, -38.66850023722203, 0.0]], "type": "LineString"}, "id": "706", "properties": {"Unique_ID": 100405870443.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0037783783093, -38.671801460159486, 178.0051815246178, -38.66847203231709], "geometry": {"coordinates": [[178.0051815246178, -38.671801460159486, 0.0], [178.0037783783093, -38.66847203231709, 0.0]], "type": "LineString"}, "id": "707", "properties": {"Unique_ID": 100405869440.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00446817491454, -38.67181410065323, 178.0051195311163, -38.66834504098582], "geometry": {"coordinates": [[178.0051195311163, -38.67181410065323, 0.0], [178.00446817491454, -38.66834504098582, 0.0]], "type": "LineString"}, "id": "708", "properties": {"Unique_ID": 100405868108.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00458163405142, -38.671801006504445, 178.00523299549727, -38.668331947826225], "geometry": {"coordinates": [[178.00523299549727, -38.671801006504445, 0.0], [178.00458163405142, -38.668331947826225, 0.0]], "type": "LineString"}, "id": "709", "properties": {"Unique_ID": 100405867105.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00469509313507, -38.671787912247815, 178.00534645982498, -38.668318854558805], "geometry": {"coordinates": [[178.00534645982498, -38.671787912247815, 0.0], [178.00469509313507, -38.668318854558805, 0.0]], "type": "LineString"}, "id": "710", "properties": {"Unique_ID": 100405866102.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00480855216546, -38.67177481788335, 178.00545992409937, -38.66830576118356], "geometry": {"coordinates": [[178.00545992409937, -38.67177481788335, 0.0], [178.00480855216546, -38.66830576118356, 0.0]], "type": "LineString"}, "id": "711", "properties": {"Unique_ID": 100405865101.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00492201114258, -38.67176172341107, 178.00557338832053, -38.66829266770048], "geometry": {"coordinates": [[178.00557338832053, -38.67176172341107, 0.0], [178.00492201114258, -38.66829266770048, 0.0]], "type": "LineString"}, "id": "712", "properties": {"Unique_ID": 100405864100.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0050354700664, -38.67174862883095, 178.0056868524884, -38.6682795741096], "geometry": {"coordinates": [[178.0056868524884, -38.67174862883095, 0.0], [178.0050354700664, -38.6682795741096, 0.0]], "type": "LineString"}, "id": "713", "properties": {"Unique_ID": 100405863100.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00514892877914, -38.67173553413752, 178.0058003166503, -38.66826648042912], "geometry": {"coordinates": [[178.0058003166503, -38.67173553413752, 0.0], [178.00514892877914, -38.66826648042912, 0.0]], "type": "LineString"}, "id": "714", "properties": {"Unique_ID": 100405862100.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00526238759642, -38.67172243934172, 178.00591378071158, -38.66825338662258], "geometry": {"coordinates": [[178.00591378071158, -38.67172243934172, 0.0], [178.00526238759642, -38.66825338662258, 0.0]], "type": "LineString"}, "id": "715", "properties": {"Unique_ID": 100405861098.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00537584636047, -38.67170934443809, 178.00602724471963, -38.668240292708234], "geometry": {"coordinates": [[178.00602724471963, -38.67170934443809, 0.0], [178.00537584636047, -38.668240292708234, 0.0]], "type": "LineString"}, "id": "716", "properties": {"Unique_ID": 100405860096.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0054893050712, -38.67169624942664, 178.00614070867434, -38.66822719868606], "geometry": {"coordinates": [[178.00614070867434, -38.67169624942664, 0.0], [178.0054893050712, -38.66822719868606, 0.0]], "type": "LineString"}, "id": "717", "properties": {"Unique_ID": 100405859094.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00560276388651, -38.67168315431281, 178.00625417252843, -38.66821410453786], "geometry": {"coordinates": [[178.00625417252843, -38.67168315431281, 0.0], [178.00560276388651, -38.66821410453786, 0.0]], "type": "LineString"}, "id": "718", "properties": {"Unique_ID": 100405858090.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00571622249072, -38.67167005908568, 178.00636763637655, -38.66820101030004], "geometry": {"coordinates": [[178.00636763637655, -38.67167005908568, 0.0], [178.00571622249072, -38.66820101030004, 0.0]], "type": "LineString"}, "id": "719", "properties": {"Unique_ID": 100405857086.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00582968104166, -38.67165696375071, 178.00648110017144, -38.66818791595441], "geometry": {"coordinates": [[178.00648110017144, -38.67165696375071, 0.0], [178.00582968104166, -38.66818791595441, 0.0]], "type": "LineString"}, "id": "720", "properties": {"Unique_ID": 100405856083.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00642105383923, -38.67165750470342, 178.00652326139422, -38.66815198327875], "geometry": {"coordinates": [[178.00642105383923, -38.67165750470342, 0.0], [178.00652326139422, -38.66815198327875, 0.0]], "type": "LineString"}, "id": "721", "properties": {"Unique_ID": 100405854800.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00653571076882, -38.6716595587499, 178.0066379124759, -38.66815403759638], "geometry": {"coordinates": [[178.00653571076882, -38.6716595587499, 0.0], [178.0066379124759, -38.66815403759638, 0.0]], "type": "LineString"}, "id": "722", "properties": {"Unique_ID": 100405853797.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00665036764389, -38.67166161268215, 178.00675256371468, -38.66815609180357], "geometry": {"coordinates": [[178.00665036764389, -38.67166161268215, 0.0], [178.00675256371468, -38.66815609180357, 0.0]], "type": "LineString"}, "id": "723", "properties": {"Unique_ID": 100405852795.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00676502446444, -38.67166366650018, 178.00686721511062, -38.66815814590033], "geometry": {"coordinates": [[178.00676502446444, -38.67166366650018, 0.0], [178.00686721511062, -38.66815814590033, 0.0]], "type": "LineString"}, "id": "724", "properties": {"Unique_ID": 100405851792.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0068796813291, -38.671665720205716, 178.00698186633494, -38.66816019988075], "geometry": {"coordinates": [[178.0068796813291, -38.671665720205716, 0.0], [178.00698186633494, -38.66816019988075, 0.0]], "type": "LineString"}, "id": "725", "properties": {"Unique_ID": 100405850789.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00699433818716, -38.67166777379788, 178.0070965175567, -38.668162253747894], "geometry": {"coordinates": [[178.00699433818716, -38.67166777379788, 0.0], [178.0070965175567, -38.668162253747894, 0.0]], "type": "LineString"}, "id": "726", "properties": {"Unique_ID": 100405849786.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00710899503858, -38.671669827276666, 178.00721116877585, -38.66816430750173], "geometry": {"coordinates": [[178.00710899503858, -38.671669827276666, 0.0], [178.00721116877585, -38.66816430750173, 0.0]], "type": "LineString"}, "id": "727", "properties": {"Unique_ID": 100405848785.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0072236519341, -38.67167188064297, 178.0073258198235, -38.66816636113926], "geometry": {"coordinates": [[178.0072236519341, -38.67167188064297, 0.0], [178.0073258198235, -38.66816636113926, 0.0]], "type": "LineString"}, "id": "728", "properties": {"Unique_ID": 100405847783.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00733830877513, -38.671673933895036, 178.00744047102822, -38.66816841466633], "geometry": {"coordinates": [[178.00733830877513, -38.671673933895036, 0.0], [178.00744047102822, -38.66816841466633, 0.0]], "type": "LineString"}, "id": "729", "properties": {"Unique_ID": 100405846782.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00745296556252, -38.67167598703289, 178.00755512238692, -38.668170468082934], "geometry": {"coordinates": [[178.00745296556252, -38.67167598703289, 0.0], [178.00755512238692, -38.668170468082934, 0.0]], "type": "LineString"}, "id": "730", "properties": {"Unique_ID": 100405845781.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00756762239217, -38.67167804005821, 178.0076697735803, -38.66817252138331], "geometry": {"coordinates": [[178.00756762239217, -38.67167804005821, 0.0], [178.0076697735803, -38.66817252138331, 0.0]], "type": "LineString"}, "id": "731", "properties": {"Unique_ID": 100405844780.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0076822792152, -38.67168009297018, 178.00778442477107, -38.6681745745704], "geometry": {"coordinates": [[178.0076822792152, -38.67168009297018, 0.0], [178.00778442477107, -38.6681745745704, 0.0]], "type": "LineString"}, "id": "732", "properties": {"Unique_ID": 100405843780.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00779693603442, -38.6716821457688, 178.00789907594998, -38.66817662764403], "geometry": {"coordinates": [[178.00779693603442, -38.6716821457688, 0.0], [178.00789907594998, -38.66817662764403, 0.0]], "type": "LineString"}, "id": "733", "properties": {"Unique_ID": 100405842780.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00791159289494, -38.671684198454905, 178.0080137269666, -38.66817868060149], "geometry": {"coordinates": [[178.00791159289494, -38.671684198454905, 0.0], [178.0080137269666, -38.66817868060149, 0.0]], "type": "LineString"}, "id": "734", "properties": {"Unique_ID": 100405841780.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00802624970092, -38.671686251026756, 178.00812837814033, -38.66818073344852], "geometry": {"coordinates": [[178.00802624970092, -38.671686251026756, 0.0], [178.00812837814033, -38.66818073344852, 0.0]], "type": "LineString"}, "id": "735", "properties": {"Unique_ID": 100405840780.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0080988714702, -38.67168737115887, 178.00838302232586, -38.66818802283987], "geometry": {"coordinates": [[178.0080988714702, -38.67168737115887, 0.0], [178.00838302232586, -38.66818802283987, 0.0]], "type": "LineString"}, "id": "736", "properties": {"Unique_ID": 100405839685.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0082133265112, -38.67169308265323, 178.0084974717312, -38.66819373442929], "geometry": {"coordinates": [[178.0082133265112, -38.67169308265323, 0.0], [178.0084974717312, -38.66819373442929, 0.0]], "type": "LineString"}, "id": "737", "properties": {"Unique_ID": 100405838684.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00832778155683, -38.671698794033766, 178.00861192114735, -38.668199445905216], "geometry": {"coordinates": [[178.00832778155683, -38.671698794033766, 0.0], [178.00861192114735, -38.668199445905216, 0.0]], "type": "LineString"}, "id": "738", "properties": {"Unique_ID": 100405837684.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00844223661144, -38.67170450530068, 178.00872637056017, -38.66820515726693], "geometry": {"coordinates": [[178.00844223661144, -38.67170450530068, 0.0], [178.00872637056017, -38.66820515726693, 0.0]], "type": "LineString"}, "id": "739", "properties": {"Unique_ID": 100405836683.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00855669167072, -38.67171021645379, 178.0088408199838, -38.66821086851514], "geometry": {"coordinates": [[178.00855669167072, -38.67171021645379, 0.0], [178.0088408199838, -38.66821086851514, 0.0]], "type": "LineString"}, "id": "740", "properties": {"Unique_ID": 100405835683.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00867114673466, -38.67171592749307, 178.0089552694182, -38.66821657964984], "geometry": {"coordinates": [[178.00867114673466, -38.67171592749307, 0.0], [178.0089552694182, -38.66821657964984, 0.0]], "type": "LineString"}, "id": "741", "properties": {"Unique_ID": 100405834683.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00878560185373, -38.67172163842105, 178.00906971869526, -38.66822229066266], "geometry": {"coordinates": [[178.00878560185373, -38.67172163842105, 0.0], [178.00906971869526, -38.66822229066266, 0.0]], "type": "LineString"}, "id": "742", "properties": {"Unique_ID": 100405833683.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0089000568851, -38.6717273492306, 178.0091841682912, -38.66822800157735], "geometry": {"coordinates": [[178.0089000568851, -38.6717273492306, 0.0], [178.0091841682912, -38.66822800157735, 0.0]], "type": "LineString"}, "id": "743", "properties": {"Unique_ID": 100405832683.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00901451201636, -38.67173305993104, 178.0092986175804, -38.668233712362685], "geometry": {"coordinates": [[178.00901451201636, -38.67173305993104, 0.0], [178.0092986175804, -38.668233712362685, 0.0]], "type": "LineString"}, "id": "744", "properties": {"Unique_ID": 100405831683.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00912896705705, -38.67173877051296, 178.00941306719795, -38.66823942305035], "geometry": {"coordinates": [[178.00912896705705, -38.67173877051296, 0.0], [178.00941306719795, -38.66823942305035, 0.0]], "type": "LineString"}, "id": "745", "properties": {"Unique_ID": 100405830683.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0092434221543, -38.671744480983605, 178.0095275166534, -38.668245133615905], "geometry": {"coordinates": [[178.0092434221543, -38.671744480983605, 0.0], [178.0095275166534, -38.668245133615905, 0.0]], "type": "LineString"}, "id": "746", "properties": {"Unique_ID": 100405829683.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0093578772562, -38.67175019134046, 178.00964196611966, -38.66825084406794], "geometry": {"coordinates": [[178.0093578772562, -38.67175019134046, 0.0], [178.00964196611966, -38.66825084406794, 0.0]], "type": "LineString"}, "id": "747", "properties": {"Unique_ID": 100405828683.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00947233236283, -38.67175590158346, 178.0097564155967, -38.66825655440648], "geometry": {"coordinates": [[178.00947233236283, -38.67175590158346, 0.0], [178.0097564155967, -38.66825655440648, 0.0]], "type": "LineString"}, "id": "748", "properties": {"Unique_ID": 100405827683.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00958678747833, -38.671761611712874, 178.00987086507044, -38.66826226463082], "geometry": {"coordinates": [[178.00958678747833, -38.671761611712874, 0.0], [178.00987086507044, -38.66826226463082, 0.0]], "type": "LineString"}, "id": "749", "properties": {"Unique_ID": 100405826683.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00970124259854, -38.67176732172845, 178.00998531455494, -38.668267974741624], "geometry": {"coordinates": [[178.00970124259854, -38.67176732172845, 0.0], [178.00998531455494, -38.668267974741624, 0.0]], "type": "LineString"}, "id": "750", "properties": {"Unique_ID": 100405825683.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0098156977234, -38.6717730316302, 178.01009976405024, -38.668273684738956], "geometry": {"coordinates": [[178.0098156977234, -38.6717730316302, 0.0], [178.01009976405024, -38.668273684738956, 0.0]], "type": "LineString"}, "id": "751", "properties": {"Unique_ID": 100405824683.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00993015285718, -38.67177874141835, 178.01021421354218, -38.66827939462207], "geometry": {"coordinates": [[178.00993015285718, -38.67177874141835, 0.0], [178.01021421354218, -38.66827939462207, 0.0]], "type": "LineString"}, "id": "752", "properties": {"Unique_ID": 100405823683.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01004460799564, -38.671784451092684, 178.01032866304496, -38.66828510439168], "geometry": {"coordinates": [[178.01004460799564, -38.671784451092684, 0.0], [178.01032866304496, -38.66828510439168, 0.0]], "type": "LineString"}, "id": "753", "properties": {"Unique_ID": 100405822682.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0101590631388, -38.67179016065317, 178.01044311255853, -38.668290814047786], "geometry": {"coordinates": [[178.0101590631388, -38.67179016065317, 0.0], [178.01044311255853, -38.668290814047786, 0.0]], "type": "LineString"}, "id": "754", "properties": {"Unique_ID": 100405821682.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01027351829083, -38.67179587010006, 178.01055756206873, -38.66829652358969], "geometry": {"coordinates": [[178.01027351829083, -38.67179587010006, 0.0], [178.01055756206873, -38.66829652358969, 0.0]], "type": "LineString"}, "id": "755", "properties": {"Unique_ID": 100405820682.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01038691826867, -38.67180156516739, 178.01067551499506, -38.668302447991294], "geometry": {"coordinates": [[178.01038691826867, -38.67180156516739, 0.0], [178.01067551499506, -38.668302447991294, 0.0]], "type": "LineString"}, "id": "756", "properties": {"Unique_ID": 100405819680.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01050136593545, -38.67180736602317, 178.01078995702042, -38.66830824893758], "geometry": {"coordinates": [[178.01050136593545, -38.67180736602317, 0.0], [178.01078995702042, -38.66830824893758, 0.0]], "type": "LineString"}, "id": "757", "properties": {"Unique_ID": 100405818679.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01061581360716, -38.67181316676512, 178.01090439905693, -38.668314049770345], "geometry": {"coordinates": [[178.01061581360716, -38.67181316676512, 0.0], [178.01090439905693, -38.668314049770345, 0.0]], "type": "LineString"}, "id": "758", "properties": {"Unique_ID": 100405817679.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01073026128384, -38.67181896739322, 178.01101884110454, -38.66831985048962], "geometry": {"coordinates": [[178.01073026128384, -38.67181896739322, 0.0], [178.01101884110454, -38.66831985048962, 0.0]], "type": "LineString"}, "id": "759", "properties": {"Unique_ID": 100405816679.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01084470896834, -38.671824767907665, 178.0111332831538, -38.66832565109491], "geometry": {"coordinates": [[178.01084470896834, -38.671824767907665, 0.0], [178.0111332831538, -38.66832565109491, 0.0]], "type": "LineString"}, "id": "760", "properties": {"Unique_ID": 100405815678.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0109591566592, -38.67183056830832, 178.01124772520947, -38.66833145158644], "geometry": {"coordinates": [[178.0109591566592, -38.67183056830832, 0.0], [178.01124772520947, -38.66833145158644, 0.0]], "type": "LineString"}, "id": "761", "properties": {"Unique_ID": 100405814678.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01107360435788, -38.67183636859532, 178.0113621672667, -38.66833725196402], "geometry": {"coordinates": [[178.01107360435788, -38.67183636859532, 0.0], [178.0113621672667, -38.66833725196402, 0.0]], "type": "LineString"}, "id": "762", "properties": {"Unique_ID": 100405813678.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01118805206147, -38.67184216876847, 178.01147660933506, -38.668343052228074], "geometry": {"coordinates": [[178.01118805206147, -38.67184216876847, 0.0], [178.01147660933506, -38.668343052228074, 0.0]], "type": "LineString"}, "id": "763", "properties": {"Unique_ID": 100405812678.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01130249977004, -38.6718479688278, 178.0115910514146, -38.668348852378614], "geometry": {"coordinates": [[178.01130249977004, -38.6718479688278, 0.0], [178.0115910514146, -38.668348852378614, 0.0]], "type": "LineString"}, "id": "764", "properties": {"Unique_ID": 100405811677.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01141694753403, -38.671853768775854, 178.011705493337, -38.66835465240714], "geometry": {"coordinates": [[178.01141694753403, -38.671853768775854, 0.0], [178.011705493337, -38.66835465240714, 0.0]], "type": "LineString"}, "id": "765", "properties": {"Unique_ID": 100405810677.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01153139520915, -38.67185956860532, 178.0118199355832, -38.66836045233801], "geometry": {"coordinates": [[178.01153139520915, -38.67185956860532, 0.0], [178.0118199355832, -38.66836045233801, 0.0]], "type": "LineString"}, "id": "766", "properties": {"Unique_ID": 100405809677.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0116458429873, -38.67186536832594, 178.01193437751357, -38.66836625213879], "geometry": {"coordinates": [[178.0116458429873, -38.67186536832594, 0.0], [178.01193437751357, -38.66836625213879, 0.0]], "type": "LineString"}, "id": "767", "properties": {"Unique_ID": 100405808677.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01176029067517, -38.67187116792788, 178.01204881977253, -38.66837205184219], "geometry": {"coordinates": [[178.01176029067517, -38.67187116792788, 0.0], [178.01204881977253, -38.66837205184219, 0.0]], "type": "LineString"}, "id": "768", "properties": {"Unique_ID": 100405807677.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01187473846323, -38.67187696742083, 178.01216326172514, -38.66837785141597], "geometry": {"coordinates": [[178.01187473846323, -38.67187696742083, 0.0], [178.01216326172514, -38.66837785141597, 0.0]], "type": "LineString"}, "id": "769", "properties": {"Unique_ID": 100405806677.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01198918616382, -38.671882766795285, 178.01227770399686, -38.66838365089186], "geometry": {"coordinates": [[178.01198918616382, -38.671882766795285, 0.0], [178.01227770399686, -38.66838365089186, 0.0]], "type": "LineString"}, "id": "770", "properties": {"Unique_ID": 100405805677.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01210363396606, -38.67188856606078, 178.01239214595745, -38.66838945023791], "geometry": {"coordinates": [[178.01210363396606, -38.67188856606078, 0.0], [178.01239214595745, -38.66838945023791, 0.0]], "type": "LineString"}, "id": "771", "properties": {"Unique_ID": 100405804676.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0122180816794, -38.67189436520769, 178.0125065882419, -38.66839524948632], "geometry": {"coordinates": [[178.0122180816794, -38.67189436520769, 0.0], [178.0125065882419, -38.66839524948632, 0.0]], "type": "LineString"}, "id": "772", "properties": {"Unique_ID": 100405803676.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0123325294958, -38.67190016424576, 178.01262103021048, -38.66840104860464], "geometry": {"coordinates": [[178.0123325294958, -38.67190016424576, 0.0], [178.01262103021048, -38.66840104860464, 0.0]], "type": "LineString"}, "id": "773", "properties": {"Unique_ID": 100405802675.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01244433976154, -38.6719059770022, 178.01274420918682, -38.668407449216694], "geometry": {"coordinates": [[178.01244433976154, -38.6719059770022, 0.0], [178.01274420918682, -38.668407449216694, 0.0]], "type": "LineString"}, "id": "774", "properties": {"Unique_ID": 100405801669.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01255876836626, -38.67191200445434, 178.01285863195133, -38.66841347673773], "geometry": {"coordinates": [[178.01255876836626, -38.67191200445434, 0.0], [178.01285863195133, -38.66841347673773, 0.0]], "type": "LineString"}, "id": "775", "properties": {"Unique_ID": 100405800668.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01267319693048, -38.67191803179022, 178.0129730548816, -38.66841950415338], "geometry": {"coordinates": [[178.01267319693048, -38.67191803179022, 0.0], [178.0129730548816, -38.66841950415338, 0.0]], "type": "LineString"}, "id": "776", "properties": {"Unique_ID": 100405799668.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01278762550183, -38.67192405901231, 178.01308747781897, -38.66842553145527], "geometry": {"coordinates": [[178.01278762550183, -38.67192405901231, 0.0], [178.01308747781897, -38.66842553145527, 0.0]], "type": "LineString"}, "id": "777", "properties": {"Unique_ID": 100405798667.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01290205408023, -38.67193008612064, 178.01320190076345, -38.668431558643405], "geometry": {"coordinates": [[178.01290205408023, -38.67193008612064, 0.0], [178.01320190076345, -38.668431558643405, 0.0]], "type": "LineString"}, "id": "778", "properties": {"Unique_ID": 100405797666.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01301648266576, -38.67193611311519, 178.01331632371503, -38.66843758571777], "geometry": {"coordinates": [[178.01301648266576, -38.67193611311519, 0.0], [178.01331632371503, -38.66843758571777, 0.0]], "type": "LineString"}, "id": "779", "properties": {"Unique_ID": 100405796665.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0131309112584, -38.671942139995984, 178.0134307466737, -38.6684436126784], "geometry": {"coordinates": [[178.0131309112584, -38.671942139995984, 0.0], [178.0134307466737, -38.6684436126784, 0.0]], "type": "LineString"}, "id": "780", "properties": {"Unique_ID": 100405795664.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01324533981054, -38.67194816676048, 178.01354516979816, -38.66844963953362], "geometry": {"coordinates": [[178.01324533981054, -38.67194816676048, 0.0], [178.01354516979816, -38.66844963953362, 0.0]], "type": "LineString"}, "id": "781", "properties": {"Unique_ID": 100405794664.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.013359768465, -38.67195419341624, 178.01365959261236, -38.66845566625838], "geometry": {"coordinates": [[178.013359768465, -38.67195419341624, 0.0], [178.01365959261236, -38.66845566625838, 0.0]], "type": "LineString"}, "id": "782", "properties": {"Unique_ID": 100405793663.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01347419707892, -38.67196021995573, 178.0137740155923, -38.66846169287774], "geometry": {"coordinates": [[178.01347419707892, -38.67196021995573, 0.0], [178.0137740155923, -38.66846169287774, 0.0]], "type": "LineString"}, "id": "783", "properties": {"Unique_ID": 100405792662.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01358862569995, -38.67196624638142, 178.0138884385794, -38.66846771938334], "geometry": {"coordinates": [[178.01358862569995, -38.67196624638142, 0.0], [178.0138884385794, -38.66846771938334, 0.0]], "type": "LineString"}, "id": "784", "properties": {"Unique_ID": 100405791661.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01370305432812, -38.67197227269337, 178.01400286157352, -38.66847374577517], "geometry": {"coordinates": [[178.01370305432812, -38.67197227269337, 0.0], [178.01400286157352, -38.66847374577517, 0.0]], "type": "LineString"}, "id": "785", "properties": {"Unique_ID": 100405790660.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01381748296333, -38.67197829889153, 178.01411728457478, -38.668479772053246], "geometry": {"coordinates": [[178.01381748296333, -38.67197829889153, 0.0], [178.01411728457478, -38.668479772053246, 0.0]], "type": "LineString"}, "id": "786", "properties": {"Unique_ID": 100405789659.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01393191160565, -38.67198432497593, 178.01423170758312, -38.66848579821758], "geometry": {"coordinates": [[178.01393191160565, -38.67198432497593, 0.0], [178.01423170758312, -38.66848579821758, 0.0]], "type": "LineString"}, "id": "787", "properties": {"Unique_ID": 100405788659.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0140463402075, -38.67199035094405, 178.01434613075725, -38.66849182427653], "geometry": {"coordinates": [[178.0140463402075, -38.67199035094405, 0.0], [178.01434613075725, -38.66849182427653, 0.0]], "type": "LineString"}, "id": "788", "properties": {"Unique_ID": 100405787658.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01420104002446, -38.67199528568465, 178.0143270048148, -38.668490265071675], "geometry": {"coordinates": [[178.01420104002446, -38.67199528568465, 0.0], [178.0143270048148, -38.668490265071675, 0.0]], "type": "LineString"}, "id": "789", "properties": {"Unique_ID": 100405786764.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01431568102524, -38.671997817292976, 178.01444164038458, -38.66849279693668], "geometry": {"coordinates": [[178.01431568102524, -38.671997817292976, 0.0], [178.01444164038458, -38.66849279693668, 0.0]], "type": "LineString"}, "id": "790", "properties": {"Unique_ID": 100405785764.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01443032206973, -38.672000348788934, 178.01455627579065, -38.668495328684706], "geometry": {"coordinates": [[178.01443032206973, -38.672000348788934, 0.0], [178.01455627579065, -38.668495328684706, 0.0]], "type": "LineString"}, "id": "791", "properties": {"Unique_ID": 100405784764.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0145449631101, -38.67200288017144, 178.01467091119255, -38.66849786031934], "geometry": {"coordinates": [[178.0145449631101, -38.67200288017144, 0.0], [178.01467091119255, -38.66849786031934, 0.0]], "type": "LineString"}, "id": "792", "properties": {"Unique_ID": 100405783764.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01465960414728, -38.67200541144054, 178.01478554658695, -38.66850039184047], "geometry": {"coordinates": [[178.01465960414728, -38.67200541144054, 0.0], [178.01478554658695, -38.66850039184047, 0.0]], "type": "LineString"}, "id": "793", "properties": {"Unique_ID": 100405782764.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01477424517833, -38.672007942596146, 178.01490018198388, -38.668502923248305], "geometry": {"coordinates": [[178.01477424517833, -38.672007942596146, 0.0], [178.01490018198388, -38.668502923248305, 0.0]], "type": "LineString"}, "id": "794", "properties": {"Unique_ID": 100405781763.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0148888862062, -38.67201047363833, 178.01501481737327, -38.668505454542654], "geometry": {"coordinates": [[178.0148888862062, -38.67201047363833, 0.0], [178.01501481737327, -38.668505454542654, 0.0]], "type": "LineString"}, "id": "795", "properties": {"Unique_ID": 100405780762.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0150035272299, -38.67201300456709, 178.01512945275852, -38.66850798572357], "geometry": {"coordinates": [[178.0150035272299, -38.67201300456709, 0.0], [178.01512945275852, -38.66850798572357, 0.0]], "type": "LineString"}, "id": "796", "properties": {"Unique_ID": 100405779760.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01511816824944, -38.6720155353824, 178.0152440881396, -38.66851051679107], "geometry": {"coordinates": [[178.01511816824944, -38.6720155353824, 0.0], [178.0152440881396, -38.66851051679107, 0.0]], "type": "LineString"}, "id": "797", "properties": {"Unique_ID": 100405778758.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01523280926483, -38.672018066084284, 178.01535872351653, -38.66851304774514], "geometry": {"coordinates": [[178.01523280926483, -38.672018066084284, 0.0], [178.01535872351653, -38.66851304774514, 0.0]], "type": "LineString"}, "id": "798", "properties": {"Unique_ID": 100405777756.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01534745027607, -38.672020596672716, 178.0154733588893, -38.66851557858578], "geometry": {"coordinates": [[178.01534745027607, -38.672020596672716, 0.0], [178.0154733588893, -38.66851557858578, 0.0]], "type": "LineString"}, "id": "799", "properties": {"Unique_ID": 100405776753.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.015462091331, -38.672023127148776, 178.0155879940983, -38.668518109309474], "geometry": {"coordinates": [[178.015462091331, -38.672023127148776, 0.0], [178.0155879940983, -38.668518109309474, 0.0]], "type": "LineString"}, "id": "800", "properties": {"Unique_ID": 100405775750.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01552585526866, -38.67202668204223, 178.01587130155116, -38.66853074873871], "geometry": {"coordinates": [[178.01552585526866, -38.67202668204223, 0.0], [178.01587130155116, -38.66853074873871, 0.0]], "type": "LineString"}, "id": "801", "properties": {"Unique_ID": 100405774639.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01564019916523, -38.67203362567248, 178.01598563981372, -38.6685376924032], "geometry": {"coordinates": [[178.01564019916523, -38.67203362567248, 0.0], [178.01598563981372, -38.6685376924032, 0.0]], "type": "LineString"}, "id": "802", "properties": {"Unique_ID": 100405773639.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0157545430703, -38.672040569188816, 178.01609997809157, -38.66854463595423], "geometry": {"coordinates": [[178.0157545430703, -38.672040569188816, 0.0], [178.01609997809157, -38.66854463595423, 0.0]], "type": "LineString"}, "id": "803", "properties": {"Unique_ID": 100405772638.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01586888698378, -38.67204751259125, 178.01621431638472, -38.668551579391774], "geometry": {"coordinates": [[178.01586888698378, -38.67204751259125, 0.0], [178.01621431638472, -38.668551579391774, 0.0]], "type": "LineString"}, "id": "804", "properties": {"Unique_ID": 100405771637.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01598323091054, -38.67205445588008, 178.01632865467738, -38.6685585227149], "geometry": {"coordinates": [[178.01598323091054, -38.67205445588008, 0.0], [178.01632865467738, -38.6685585227149, 0.0]], "type": "LineString"}, "id": "805", "properties": {"Unique_ID": 100405770636.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0160975748457, -38.672061399055, 178.0164429929854, -38.668565465924566], "geometry": {"coordinates": [[178.0160975748457, -38.672061399055, 0.0], [178.0164429929854, -38.668565465924566, 0.0]], "type": "LineString"}, "id": "806", "properties": {"Unique_ID": 100405769635.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01621191879093, -38.672068342116134, 178.01655733130337, -38.66857240902044], "geometry": {"coordinates": [[178.01621191879093, -38.672068342116134, 0.0], [178.01655733130337, -38.66857240902044, 0.0]], "type": "LineString"}, "id": "807", "properties": {"Unique_ID": 100405768633.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0163262627462, -38.67207528506346, 178.01667166963145, -38.66857935200253], "geometry": {"coordinates": [[178.0163262627462, -38.67207528506346, 0.0], [178.01667166963145, -38.66857935200253, 0.0]], "type": "LineString"}, "id": "808", "properties": {"Unique_ID": 100405767629.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0164406067115, -38.672082227896986, 178.01678600796956, -38.66858629487082], "geometry": {"coordinates": [[178.0164406067115, -38.672082227896986, 0.0], [178.01678600796956, -38.66858629487082, 0.0]], "type": "LineString"}, "id": "809", "properties": {"Unique_ID": 100405766623.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01634429867906, -38.67207769058556, 178.0175846322156, -38.66870880868959], "geometry": {"coordinates": [[178.01634429867906, -38.67207769058556, 0.0], [178.0175846322156, -38.66870880868959, 0.0]], "type": "LineString"}, "id": "810", "properties": {"Unique_ID": 100405765264.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01645448703187, -38.67210262324096, 178.01769481555684, -38.66873374049802], "geometry": {"coordinates": [[178.01645448703187, -38.67210262324096, 0.0], [178.01769481555684, -38.66873374049802, 0.0]], "type": "LineString"}, "id": "811", "properties": {"Unique_ID": 100405764264.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01656467541127, -38.67212755577784, 178.0178049990971, -38.668758672226986], "geometry": {"coordinates": [[178.01656467541127, -38.67212755577784, 0.0], [178.0178049990971, -38.668758672226986, 0.0]], "type": "LineString"}, "id": "812", "properties": {"Unique_ID": 100405763264.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01667486389687, -38.67215248821422, 178.01791518257113, -38.66878360381643], "geometry": {"coordinates": [[178.01667486389687, -38.67215248821422, 0.0], [178.01791518257113, -38.66878360381643, 0.0]], "type": "LineString"}, "id": "813", "properties": {"Unique_ID": 100405762264.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01678505244885, -38.67217742054112, 178.01802536611154, -38.66880853529639], "geometry": {"coordinates": [[178.01678505244885, -38.67217742054112, 0.0], [178.01802536611154, -38.66880853529639, 0.0]], "type": "LineString"}, "id": "814", "properties": {"Unique_ID": 100405761264.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01689524110705, -38.67220235276751, 178.01813554958565, -38.66883346663687], "geometry": {"coordinates": [[178.01689524110705, -38.67220235276751, 0.0], [178.01813554958565, -38.66883346663687, 0.0]], "type": "LineString"}, "id": "815", "properties": {"Unique_ID": 100405760264.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01700542974822, -38.67222728486554, 178.01824573340411, -38.668858397930734], "geometry": {"coordinates": [[178.01700542974822, -38.67222728486554, 0.0], [178.01824573340411, -38.668858397930734, 0.0]], "type": "LineString"}, "id": "816", "properties": {"Unique_ID": 100405759263.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0171156184994, -38.67225221686393, 178.01835591714362, -38.66888332908224], "geometry": {"coordinates": [[178.0171156184994, -38.67225221686393, 0.0], [178.01835591714362, -38.66888332908224, 0.0]], "type": "LineString"}, "id": "817", "properties": {"Unique_ID": 100405758263.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01722580731695, -38.67227714875282, 178.01846610094952, -38.66890826012424], "geometry": {"coordinates": [[178.01722580731695, -38.67227714875282, 0.0], [178.01846610094952, -38.66890826012424, 0.0]], "type": "LineString"}, "id": "818", "properties": {"Unique_ID": 100405757263.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0173359962483, -38.672302080542934, 178.01857628466377, -38.668933191021], "geometry": {"coordinates": [[178.0173359962483, -38.672302080542934, 0.0], [178.01857628466377, -38.668933191021, 0.0]], "type": "LineString"}, "id": "819", "properties": {"Unique_ID": 100405756262.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01744618519868, -38.67232701221283, 178.0186864686024, -38.66895812184402], "geometry": {"coordinates": [[178.01744618519868, -38.67232701221283, 0.0], [178.0186864686024, -38.66895812184402, 0.0]], "type": "LineString"}, "id": "820", "properties": {"Unique_ID": 100405755262.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.017556374168, -38.672351943762486, 178.01879665276545, -38.668983052593305], "geometry": {"coordinates": [[178.017556374168, -38.672351943762486, 0.0], [178.01879665276545, -38.668983052593305, 0.0]], "type": "LineString"}, "id": "821", "properties": {"Unique_ID": 100405754262.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01758332512176, -38.67235553085944, 178.0191834069818, -38.66908118558741], "geometry": {"coordinates": [[178.01758332512176, -38.67235553085944, 0.0], [178.0191834069818, -38.66908118558741, 0.0]], "type": "LineString"}, "id": "822", "properties": {"Unique_ID": 100405753121.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0176904217232, -38.67238769502419, 178.0192904990808, -38.66911334857111], "geometry": {"coordinates": [[178.0176904217232, -38.67238769502419, 0.0], [178.0192904990808, -38.66911334857111, 0.0]], "type": "LineString"}, "id": "823", "properties": {"Unique_ID": 100405752115.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01779751836617, -38.672419859070196, 178.01939759141874, -38.66914551149532], "geometry": {"coordinates": [[178.01779751836617, -38.672419859070196, 0.0], [178.01939759141874, -38.66914551149532, 0.0]], "type": "LineString"}, "id": "824", "properties": {"Unique_ID": 100405751110.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0179046151419, -38.67245202302478, 178.019504683692, -38.66917767426887], "geometry": {"coordinates": [[178.0179046151419, -38.67245202302478, 0.0], [178.019504683692, -38.66917767426887, 0.0]], "type": "LineString"}, "id": "825", "properties": {"Unique_ID": 100405750105.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01801171205028, -38.67248418688797, 178.01961177590053, -38.66920983689177], "geometry": {"coordinates": [[178.01801171205028, -38.67248418688797, 0.0], [178.01961177590053, -38.66920983689177, 0.0]], "type": "LineString"}, "id": "826", "properties": {"Unique_ID": 100405749101.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0181188090003, -38.67251635063243, 178.019718868348, -38.66924199945517], "geometry": {"coordinates": [[178.0181188090003, -38.67251635063243, 0.0], [178.019718868348, -38.66924199945517, 0.0]], "type": "LineString"}, "id": "827", "properties": {"Unique_ID": 100405748098.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01822590603743, -38.67254851427179, 178.01982596088263, -38.669274161913506], "geometry": {"coordinates": [[178.01822590603743, -38.67254851427179, 0.0], [178.01982596088263, -38.669274161913506, 0.0]], "type": "LineString"}, "id": "828", "properties": {"Unique_ID": 100405747097.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01833300316173, -38.67258067780607, 178.01993305350436, -38.669306324266785], "geometry": {"coordinates": [[178.01833300316173, -38.67258067780607, 0.0], [178.01993305350436, -38.669306324266785, 0.0]], "type": "LineString"}, "id": "829", "properties": {"Unique_ID": 100405746097.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0184401003276, -38.672612841221586, 178.0200401463651, -38.66933848656058], "geometry": {"coordinates": [[178.0184401003276, -38.672612841221586, 0.0], [178.0200401463651, -38.66933848656058, 0.0]], "type": "LineString"}, "id": "830", "properties": {"Unique_ID": 100405745096.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01854719763077, -38.67264500454708, 178.02014723914579, -38.669370648699115], "geometry": {"coordinates": [[178.01854719763077, -38.67264500454708, 0.0], [178.02014723914579, -38.669370648699115, 0.0]], "type": "LineString"}, "id": "831", "properties": {"Unique_ID": 100405744096.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01853134656622, -38.67263286421123, 178.02066400343938, -38.669550727907016], "geometry": {"coordinates": [[178.01853134656622, -38.67263286421123, 0.0], [178.02066400343938, -38.669550727907016, 0.0]], "type": "LineString"}, "id": "832", "properties": {"Unique_ID": 100405742806.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0186321566435, -38.67267573391039, 178.02076480989362, -38.66959359591217], "geometry": {"coordinates": [[178.0186321566435, -38.67267573391039, 0.0], [178.02076480989362, -38.66959359591217, 0.0]], "type": "LineString"}, "id": "833", "properties": {"Unique_ID": 100405741801.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01873296679892, -38.67271860349866, 178.0208656165819, -38.669636463872706], "geometry": {"coordinates": [[178.01873296679892, -38.67271860349866, 0.0], [178.0208656165819, -38.669636463872706, 0.0]], "type": "LineString"}, "id": "834", "properties": {"Unique_ID": 100405740797.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01883377703248, -38.67276147297607, 178.02096642350415, -38.66967933178869], "geometry": {"coordinates": [[178.01883377703248, -38.67276147297607, 0.0], [178.02096642350415, -38.66967933178869, 0.0]], "type": "LineString"}, "id": "835", "properties": {"Unique_ID": 100405739793.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01893458745207, -38.672804342388496, 178.02106723030062, -38.669722199507106], "geometry": {"coordinates": [[178.01893458745207, -38.672804342388496, 0.0], [178.02106723030062, -38.669722199507106, 0.0]], "type": "LineString"}, "id": "836", "properties": {"Unique_ID": 100405738791.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01903539794984, -38.67284721169005, 178.0211680373311, -38.66976506718095], "geometry": {"coordinates": [[178.01903539794984, -38.67284721169005, 0.0], [178.0211680373311, -38.66976506718095, 0.0]], "type": "LineString"}, "id": "837", "properties": {"Unique_ID": 100405737790.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0191362085257, -38.67289008088071, 178.02126884459562, -38.6698079348102], "geometry": {"coordinates": [[178.0191362085257, -38.67289008088071, 0.0], [178.02126884459562, -38.6698079348102, 0.0]], "type": "LineString"}, "id": "838", "properties": {"Unique_ID": 100405736790.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01923701929314, -38.67293295000876, 178.0213696517159, -38.66985080223405], "geometry": {"coordinates": [[178.01923701929314, -38.67293295000876, 0.0], [178.0213696517159, -38.66985080223405, 0.0]], "type": "LineString"}, "id": "839", "properties": {"Unique_ID": 100405735789.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01933783012768, -38.67297581902121, 178.02147045910712, -38.669893669629005], "geometry": {"coordinates": [[178.01933783012768, -38.67297581902121, 0.0], [178.02147045910712, -38.669893669629005, 0.0]], "type": "LineString"}, "id": "840", "properties": {"Unique_ID": 100405734788.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0194386410514, -38.673018687927495, 178.02157126669542, -38.66993653696369], "geometry": {"coordinates": [[178.0194386410514, -38.673018687927495, 0.0], [178.02157126669542, -38.66993653696369, 0.0]], "type": "LineString"}, "id": "841", "properties": {"Unique_ID": 100405733780.0, "__folium_color": "green"}, "type": "Feature"}], "type": "FeatureCollection"});\n", + " geo_json_9468f77b8ad987a896a03d8b552aea28_add({"bbox": [177.94207690757688, -38.710437782600856, 178.02342446877617, -38.66815198327875], "features": [{"bbox": [178.0190476868501, -38.67258045917593, 178.0233234827698, -38.67155135386446], "geometry": {"coordinates": [[178.0190476868501, -38.67258045917593, 0.0], [178.0233234827698, -38.67155135386446, 0.0]], "type": "LineString"}, "id": "0", "properties": {"Unique_ID": 100405731038.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0190813443923, -38.67266640764954, 178.0233571446657, -38.671637300724164], "geometry": {"coordinates": [[178.0190813443923, -38.67266640764954, 0.0], [178.0233571446657, -38.671637300724164, 0.0]], "type": "LineString"}, "id": "1", "properties": {"Unique_ID": 100405729954.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0191150020188, -38.67275235608979, 178.02339080667542, -38.67172324762595], "geometry": {"coordinates": [[178.0191150020188, -38.67275235608979, 0.0], [178.02339080667542, -38.67172324762595, 0.0]], "type": "LineString"}, "id": "2", "properties": {"Unique_ID": 100405728876.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01914865973632, -38.67283830451414, 178.02342446877617, -38.67180919451182], "geometry": {"coordinates": [[178.01914865973632, -38.67283830451414, 0.0], [178.02342446877617, -38.67180919451182, 0.0]], "type": "LineString"}, "id": "3", "properties": {"Unique_ID": 100405727753.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94207690757688, -38.710437782600856, 177.9462676452432, -38.70920706904341], "geometry": {"coordinates": [[177.9462676452432, -38.710437782600856, 0.0], [177.94207690757688, -38.70920706904341, 0.0]], "type": "LineString"}, "id": "4", "properties": {"Unique_ID": 100406578730.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94211718500623, -38.71035358841553, 177.94630791811784, -38.70912287601792], "geometry": {"coordinates": [[177.94630791811784, -38.71035358841553, 0.0], [177.94211718500623, -38.70912287601792, 0.0]], "type": "LineString"}, "id": "5", "properties": {"Unique_ID": 100406577621.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9421574623498, -38.710269394221775, 177.9463481909067, -38.70903868298397], "geometry": {"coordinates": [[177.9463481909067, -38.710269394221775, 0.0], [177.9421574623498, -38.70903868298397, 0.0]], "type": "LineString"}, "id": "6", "properties": {"Unique_ID": 100406576512.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94219773962052, -38.710185200027624, 177.9463884636059, -38.70895448991463], "geometry": {"coordinates": [[177.9463884636059, -38.710185200027624, 0.0], [177.94219773962052, -38.70895448991463, 0.0]], "type": "LineString"}, "id": "7", "properties": {"Unique_ID": 100406575402.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94223801679254, -38.71010100581695, 177.94642873622323, -38.70887029686374], "geometry": {"coordinates": [[177.94642873622323, -38.71010100581695, 0.0], [177.94223801679254, -38.70887029686374, 0.0]], "type": "LineString"}, "id": "8", "properties": {"Unique_ID": 100406574296.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9422782938788, -38.71001681159784, 177.94646900875475, -38.70878610380442], "geometry": {"coordinates": [[177.94646900875475, -38.71001681159784, 0.0], [177.9422782938788, -38.70878610380442, 0.0]], "type": "LineString"}, "id": "9", "properties": {"Unique_ID": 100406573191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94231857088897, -38.70993261737634, 177.94650928119765, -38.70870191071639], "geometry": {"coordinates": [[177.94650928119765, -38.70993261737634, 0.0], [177.94231857088897, -38.70870191071639, 0.0]], "type": "LineString"}, "id": "10", "properties": {"Unique_ID": 100406572095.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9423588477811, -38.70984842312616, 177.94654955356444, -38.70861771768733], "geometry": {"coordinates": [[177.94654955356444, -38.70984842312616, 0.0], [177.9423588477811, -38.70861771768733, 0.0]], "type": "LineString"}, "id": "11", "properties": {"Unique_ID": 100406571002.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94239912461, -38.709764228881696, 177.94658982583869, -38.70853352460262], "geometry": {"coordinates": [[177.94658982583869, -38.709764228881696, 0.0], [177.94239912461, -38.70853352460262, 0.0]], "type": "LineString"}, "id": "12", "properties": {"Unique_ID": 100406569924.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94243940136604, -38.70968003463685, 177.9466300980233, -38.70844933148252], "geometry": {"coordinates": [[177.9466300980233, -38.70968003463685, 0.0], [177.94243940136604, -38.70844933148252, 0.0]], "type": "LineString"}, "id": "13", "properties": {"Unique_ID": 100406568860.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9424796780234, -38.70959584037548, 177.94667037012604, -38.7083651383809], "geometry": {"coordinates": [[177.94667037012604, -38.70959584037548, 0.0], [177.9424796780234, -38.7083651383809, 0.0]], "type": "LineString"}, "id": "14", "properties": {"Unique_ID": 100406567809.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94251995458214, -38.709511646097575, 177.94671064214688, -38.70828094529776], "geometry": {"coordinates": [[177.94671064214688, -38.709511646097575, 0.0], [177.94251995458214, -38.70828094529776, 0.0]], "type": "LineString"}, "id": "15", "properties": {"Unique_ID": 100406566770.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94256023106794, -38.709427451819295, 177.94675091407808, -38.70819675217922], "geometry": {"coordinates": [[177.94675091407808, -38.709427451819295, 0.0], [177.94256023106794, -38.70819675217922, 0.0]], "type": "LineString"}, "id": "16", "properties": {"Unique_ID": 100406565740.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94260050749054, -38.70934325754673, 177.94679118591677, -38.70811255900505], "geometry": {"coordinates": [[177.94679118591677, -38.70934325754673, 0.0], [177.94260050749054, -38.70811255900505, 0.0]], "type": "LineString"}, "id": "17", "properties": {"Unique_ID": 100406564718.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94264078380485, -38.70925906325156, 177.94683145767644, -38.708028365869595], "geometry": {"coordinates": [[177.94683145767644, -38.70925906325156, 0.0], [177.94264078380485, -38.708028365869595, 0.0]], "type": "LineString"}, "id": "18", "properties": {"Unique_ID": 100406563703.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94268106002366, -38.709174868941865, 177.94687172935326, -38.707944172745925], "geometry": {"coordinates": [[177.94687172935326, -38.709174868941865, 0.0], [177.94268106002366, -38.707944172745925, 0.0]], "type": "LineString"}, "id": "19", "properties": {"Unique_ID": 100406562693.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9427213361664, -38.70909067462979, 177.9469120009414, -38.70785997959356], "geometry": {"coordinates": [[177.9469120009414, -38.70909067462979, 0.0], [177.9427213361664, -38.70785997959356, 0.0]], "type": "LineString"}, "id": "20", "properties": {"Unique_ID": 100406561686.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94276161221043, -38.709006480301184, 177.9469522724477, -38.70777578645965], "geometry": {"coordinates": [[177.9469522724477, -38.709006480301184, 0.0], [177.94276161221043, -38.70777578645965, 0.0]], "type": "LineString"}, "id": "21", "properties": {"Unique_ID": 100406560681.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94280188818163, -38.708922285972214, 177.94699254386435, -38.70769159329037], "geometry": {"coordinates": [[177.94699254386435, -38.708922285972214, 0.0], [177.94280188818163, -38.70769159329037, 0.0]], "type": "LineString"}, "id": "22", "properties": {"Unique_ID": 100406559677.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94284216406706, -38.708838091634796, 177.94703281519523, -38.707607400112636], "geometry": {"coordinates": [[177.94703281519523, -38.708838091634796, 0.0], [177.94284216406706, -38.707607400112636, 0.0]], "type": "LineString"}, "id": "23", "properties": {"Unique_ID": 100406558673.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94288243988925, -38.70875389730307, 177.9470730864336, -38.70752320687926], "geometry": {"coordinates": [[177.9470730864336, -38.70875389730307, 0.0], [177.94288243988925, -38.70752320687926, 0.0]], "type": "LineString"}, "id": "24", "properties": {"Unique_ID": 100406557670.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94292271561602, -38.70866970295685, 177.9471133575891, -38.70743901365766], "geometry": {"coordinates": [[177.9471133575891, -38.70866970295685, 0.0], [177.94292271561602, -38.70743901365766, 0.0]], "type": "LineString"}, "id": "25", "properties": {"Unique_ID": 100406556668.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94296299122155, -38.708585508579915, 177.9471536286695, -38.70735482050172], "geometry": {"coordinates": [[177.9471536286695, -38.708585508579915, 0.0], [177.94296299122155, -38.70735482050172, 0.0]], "type": "LineString"}, "id": "26", "properties": {"Unique_ID": 100406555665.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94308097696208, -38.708544852421205, 177.9471773230101, -38.707132660568696], "geometry": {"coordinates": [[177.9471773230101, -38.708544852421205, 0.0], [177.94308097696208, -38.707132660568696, 0.0]], "type": "LineString"}, "id": "27", "properties": {"Unique_ID": 100406554142.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94312719178487, -38.70846255218688, 177.94722353367993, -38.70705036169796], "geometry": {"coordinates": [[177.94722353367993, -38.70846255218688, 0.0], [177.94312719178487, -38.70705036169796, 0.0]], "type": "LineString"}, "id": "28", "properties": {"Unique_ID": 100406553142.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9431734065094, -38.7083802519405, 177.94726974425157, -38.70696806281516], "geometry": {"coordinates": [[177.94726974425157, -38.7083802519405, 0.0], [177.9431734065094, -38.70696806281516, 0.0]], "type": "LineString"}, "id": "29", "properties": {"Unique_ID": 100406552142.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94321962113568, -38.70829795168202, 177.9473159547249, -38.70688576392025], "geometry": {"coordinates": [[177.9473159547249, -38.70829795168202, 0.0], [177.94321962113568, -38.70688576392025, 0.0]], "type": "LineString"}, "id": "30", "properties": {"Unique_ID": 100406551142.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94326583566368, -38.708215651411486, 177.94736216510003, -38.70680346501329], "geometry": {"coordinates": [[177.94736216510003, -38.708215651411486, 0.0], [177.94326583566368, -38.70680346501329, 0.0]], "type": "LineString"}, "id": "31", "properties": {"Unique_ID": 100406550142.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94331205009345, -38.708133351128886, 177.94740837537688, -38.70672116609425], "geometry": {"coordinates": [[177.94740837537688, -38.708133351128886, 0.0], [177.94331205009345, -38.70672116609425, 0.0]], "type": "LineString"}, "id": "32", "properties": {"Unique_ID": 100406549142.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94335826442492, -38.708051050834214, 177.9474545855555, -38.706638867163136], "geometry": {"coordinates": [[177.9474545855555, -38.708051050834214, 0.0], [177.94335826442492, -38.706638867163136, 0.0]], "type": "LineString"}, "id": "33", "properties": {"Unique_ID": 100406548141.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94340447865818, -38.707968750527485, 177.94750079563588, -38.70655656821994], "geometry": {"coordinates": [[177.94750079563588, -38.707968750527485, 0.0], [177.94340447865818, -38.70655656821994, 0.0]], "type": "LineString"}, "id": "34", "properties": {"Unique_ID": 100406547141.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9434506927932, -38.70788645020868, 177.947547005618, -38.70647426926466], "geometry": {"coordinates": [[177.947547005618, -38.70788645020868, 0.0], [177.9434506927932, -38.70647426926466, 0.0]], "type": "LineString"}, "id": "35", "properties": {"Unique_ID": 100406546140.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94349690682995, -38.707804149877816, 177.94759321550188, -38.70639197029732], "geometry": {"coordinates": [[177.94759321550188, -38.707804149877816, 0.0], [177.94349690682995, -38.70639197029732, 0.0]], "type": "LineString"}, "id": "36", "properties": {"Unique_ID": 100406545139.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94354312076842, -38.70772184953489, 177.94763942528755, -38.706309671317904], "geometry": {"coordinates": [[177.94763942528755, -38.70772184953489, 0.0], [177.94354312076842, -38.706309671317904, 0.0]], "type": "LineString"}, "id": "37", "properties": {"Unique_ID": 100406544137.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94358933460865, -38.70763954917988, 177.94768563497493, -38.70622737232641], "geometry": {"coordinates": [[177.94768563497493, -38.70763954917988, 0.0], [177.94358933460865, -38.70622737232641, 0.0]], "type": "LineString"}, "id": "38", "properties": {"Unique_ID": 100406543134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94363554835064, -38.70755724881281, 177.9477318445641, -38.706145073322844], "geometry": {"coordinates": [[177.9477318445641, -38.70755724881281, 0.0], [177.94363554835064, -38.706145073322844, 0.0]], "type": "LineString"}, "id": "39", "properties": {"Unique_ID": 100406542129.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94368176199438, -38.707474948433685, 177.94777805405502, -38.7060627743072], "geometry": {"coordinates": [[177.94777805405502, -38.707474948433685, 0.0], [177.94368176199438, -38.7060627743072, 0.0]], "type": "LineString"}, "id": "40", "properties": {"Unique_ID": 100406541124.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94372797553987, -38.707392648042486, 177.94782426344767, -38.705980475279475], "geometry": {"coordinates": [[177.94782426344767, -38.707392648042486, 0.0], [177.94372797553987, -38.705980475279475, 0.0]], "type": "LineString"}, "id": "41", "properties": {"Unique_ID": 100406540119.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9437741889871, -38.707310347639215, 177.94787047274212, -38.70589817623968], "geometry": {"coordinates": [[177.94787047274212, -38.707310347639215, 0.0], [177.9437741889871, -38.70589817623968, 0.0]], "type": "LineString"}, "id": "42", "properties": {"Unique_ID": 100406539112.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9438204023361, -38.70722804722389, 177.94791668193832, -38.70581587718782], "geometry": {"coordinates": [[177.94791668193832, -38.70722804722389, 0.0], [177.9438204023361, -38.70581587718782, 0.0]], "type": "LineString"}, "id": "43", "properties": {"Unique_ID": 100406538104.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94386661558684, -38.70714574679649, 177.9479628910363, -38.705733578123876], "geometry": {"coordinates": [[177.9479628910363, -38.70714574679649, 0.0], [177.94386661558684, -38.705733578123876, 0.0]], "type": "LineString"}, "id": "44", "properties": {"Unique_ID": 100406537097.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94391282873934, -38.70706344635703, 177.94800910003602, -38.70565127904786], "geometry": {"coordinates": [[177.94800910003602, -38.70706344635703, 0.0], [177.94391282873934, -38.70565127904786, 0.0]], "type": "LineString"}, "id": "45", "properties": {"Unique_ID": 100406536090.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9439590417936, -38.706981145905516, 177.9480553089375, -38.70556897995978], "geometry": {"coordinates": [[177.9480553089375, -38.706981145905516, 0.0], [177.9439590417936, -38.70556897995978, 0.0]], "type": "LineString"}, "id": "46", "properties": {"Unique_ID": 100406535082.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94400525474958, -38.70689884544191, 177.94810151774072, -38.70548668085961], "geometry": {"coordinates": [[177.94810151774072, -38.70689884544191, 0.0], [177.94400525474958, -38.70548668085961, 0.0]], "type": "LineString"}, "id": "47", "properties": {"Unique_ID": 100406534073.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94405146760735, -38.706816544966266, 177.94814772644574, -38.70540438174738], "geometry": {"coordinates": [[177.94814772644574, -38.706816544966266, 0.0], [177.94405146760735, -38.70540438174738, 0.0]], "type": "LineString"}, "id": "48", "properties": {"Unique_ID": 100406533065.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94409768036684, -38.70673424447854, 177.94819393505253, -38.70532208262306], "geometry": {"coordinates": [[177.94819393505253, -38.70673424447854, 0.0], [177.94409768036684, -38.70532208262306, 0.0]], "type": "LineString"}, "id": "49", "properties": {"Unique_ID": 100406532056.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94414389302813, -38.706651943978756, 177.94824014356107, -38.705239783486675], "geometry": {"coordinates": [[177.94824014356107, -38.706651943978756, 0.0], [177.94414389302813, -38.705239783486675, 0.0]], "type": "LineString"}, "id": "50", "properties": {"Unique_ID": 100406531047.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94419010559116, -38.706569643466906, 177.94828635197138, -38.70515748433823], "geometry": {"coordinates": [[177.94828635197138, -38.706569643466906, 0.0], [177.94419010559116, -38.70515748433823, 0.0]], "type": "LineString"}, "id": "51", "properties": {"Unique_ID": 100406530038.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94423631805594, -38.706487342943, 177.94833256028343, -38.70507518517769], "geometry": {"coordinates": [[177.94833256028343, -38.706487342943, 0.0], [177.94423631805594, -38.70507518517769, 0.0]], "type": "LineString"}, "id": "52", "properties": {"Unique_ID": 100406529030.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94428253042247, -38.706405042407006, 177.94837876849726, -38.70499288600508], "geometry": {"coordinates": [[177.94837876849726, -38.706405042407006, 0.0], [177.94428253042247, -38.70499288600508, 0.0]], "type": "LineString"}, "id": "53", "properties": {"Unique_ID": 100406528021.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94432874269074, -38.70632274185897, 177.94842497661287, -38.70491058682042], "geometry": {"coordinates": [[177.94842497661287, -38.70632274185897, 0.0], [177.94432874269074, -38.70491058682042, 0.0]], "type": "LineString"}, "id": "54", "properties": {"Unique_ID": 100406527012.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94437495486082, -38.70624044129886, 177.94847118463025, -38.70482828762367], "geometry": {"coordinates": [[177.94847118463025, -38.70624044129886, 0.0], [177.94437495486082, -38.70482828762367, 0.0]], "type": "LineString"}, "id": "55", "properties": {"Unique_ID": 100406526003.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94442116693264, -38.7061581407267, 177.94851739254938, -38.70474598841485], "geometry": {"coordinates": [[177.94851739254938, -38.7061581407267, 0.0], [177.94442116693264, -38.70474598841485, 0.0]], "type": "LineString"}, "id": "56", "properties": {"Unique_ID": 100406524995.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9444673789062, -38.70607584014247, 177.9485636003703, -38.70466368919397], "geometry": {"coordinates": [[177.9485636003703, -38.70607584014247, 0.0], [177.9444673789062, -38.70466368919397, 0.0]], "type": "LineString"}, "id": "57", "properties": {"Unique_ID": 100406523986.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94451359078155, -38.705993539546164, 177.94860980809298, -38.704581389961], "geometry": {"coordinates": [[177.94860980809298, -38.705993539546164, 0.0], [177.94451359078155, -38.704581389961, 0.0]], "type": "LineString"}, "id": "58", "properties": {"Unique_ID": 100406522978.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94455980255864, -38.705911238937816, 177.94865601571743, -38.70449909071596], "geometry": {"coordinates": [[177.94865601571743, -38.705911238937816, 0.0], [177.94455980255864, -38.70449909071596, 0.0]], "type": "LineString"}, "id": "59", "properties": {"Unique_ID": 100406521970.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9446060142375, -38.705828938317396, 177.94870222324366, -38.704416791458875], "geometry": {"coordinates": [[177.94870222324366, -38.705828938317396, 0.0], [177.9446060142375, -38.704416791458875, 0.0]], "type": "LineString"}, "id": "60", "properties": {"Unique_ID": 100406520962.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94473483763255, -38.705787421607276, 177.9487264515475, -38.70420201020531], "geometry": {"coordinates": [[177.9487264515475, -38.705787421607276, 0.0], [177.94473483763255, -38.70420201020531, 0.0]], "type": "LineString"}, "id": "61", "properties": {"Unique_ID": 100406519622.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94478671863703, -38.705707222233585, 177.9487783288155, -38.704121812336716], "geometry": {"coordinates": [[177.9487783288155, -38.705707222233585, 0.0], [177.94478671863703, -38.704121812336716, 0.0]], "type": "LineString"}, "id": "62", "properties": {"Unique_ID": 100406518620.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94483859947553, -38.705627022817424, 177.9488302059913, -38.70404161453967], "geometry": {"coordinates": [[177.9488302059913, -38.705627022817424, 0.0], [177.94483859947553, -38.70404161453967, 0.0]], "type": "LineString"}, "id": "63", "properties": {"Unique_ID": 100406517619.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94489048024099, -38.70554682340192, 177.94888208304695, -38.70396141667049], "geometry": {"coordinates": [[177.94888208304695, -38.70554682340192, 0.0], [177.94489048024099, -38.70396141667049, 0.0]], "type": "LineString"}, "id": "64", "properties": {"Unique_ID": 100406516617.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94494236094906, -38.70546662399434, 177.94893395997778, -38.7038812187049], "geometry": {"coordinates": [[177.94893395997778, -38.70546662399434, 0.0], [177.94494236094906, -38.7038812187049, 0.0]], "type": "LineString"}, "id": "65", "properties": {"Unique_ID": 100406515616.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94499424145974, -38.70538642452976, 177.94898583682578, -38.70380102085939], "geometry": {"coordinates": [[177.94898583682578, -38.70538642452976, 0.0], [177.94499424145974, -38.70380102085939, 0.0]], "type": "LineString"}, "id": "66", "properties": {"Unique_ID": 100406514614.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94504612189738, -38.705306225065826, 177.94903771355365, -38.70372082294174], "geometry": {"coordinates": [[177.94903771355365, -38.705306225065826, 0.0], [177.94504612189738, -38.70372082294174, 0.0]], "type": "LineString"}, "id": "67", "properties": {"Unique_ID": 100406513613.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9450980022258, -38.705226025585745, 177.9490895901723, -38.70364062500794], "geometry": {"coordinates": [[177.9490895901723, -38.705226025585745, 0.0], [177.9450980022258, -38.70364062500794, 0.0]], "type": "LineString"}, "id": "68", "properties": {"Unique_ID": 100406512612.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9451498824449, -38.70514582608953, 177.94914146668165, -38.703560427057994], "geometry": {"coordinates": [[177.94914146668165, -38.70514582608953, 0.0], [177.9451498824449, -38.703560427057994, 0.0]], "type": "LineString"}, "id": "69", "properties": {"Unique_ID": 100406511610.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94520176255475, -38.70506562657715, 177.94919334308176, -38.703480229091895], "geometry": {"coordinates": [[177.94919334308176, -38.70506562657715, 0.0], [177.94520176255475, -38.703480229091895, 0.0]], "type": "LineString"}, "id": "70", "properties": {"Unique_ID": 100406510609.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94525364255537, -38.704985427048655, 177.9492452193726, -38.70340003110964], "geometry": {"coordinates": [[177.9492452193726, -38.704985427048655, 0.0], [177.94525364255537, -38.70340003110964, 0.0]], "type": "LineString"}, "id": "71", "properties": {"Unique_ID": 100406509608.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9453055224467, -38.70490522750399, 177.94929709555421, -38.70331983311124], "geometry": {"coordinates": [[177.94929709555421, -38.70490522750399, 0.0], [177.9453055224467, -38.70331983311124, 0.0]], "type": "LineString"}, "id": "72", "properties": {"Unique_ID": 100406508607.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94535740222878, -38.7048250279432, 177.94934897162653, -38.70323963509668], "geometry": {"coordinates": [[177.94934897162653, -38.7048250279432, 0.0], [177.94535740222878, -38.70323963509668, 0.0]], "type": "LineString"}, "id": "73", "properties": {"Unique_ID": 100406507605.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9454092818859, -38.70474482835898, 177.94940084759435, -38.703159437090235], "geometry": {"coordinates": [[177.94940084759435, -38.70474482835898, 0.0], [177.9454092818859, -38.703159437090235, 0.0]], "type": "LineString"}, "id": "74", "properties": {"Unique_ID": 100406506604.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9454611614495, -38.70466462876591, 177.9494527234482, -38.703079239043376], "geometry": {"coordinates": [[177.9494527234482, -38.70466462876591, 0.0], [177.9454611614495, -38.703079239043376, 0.0]], "type": "LineString"}, "id": "75", "properties": {"Unique_ID": 100406505603.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9455130409038, -38.70458442915668, 177.94950459919278, -38.70299904098036], "geometry": {"coordinates": [[177.94950459919278, -38.70458442915668, 0.0], [177.9455130409038, -38.70299904098036, 0.0]], "type": "LineString"}, "id": "76", "properties": {"Unique_ID": 100406504601.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9455649202488, -38.70450422953132, 177.9495564748281, -38.702918842901205], "geometry": {"coordinates": [[177.9495564748281, -38.70450422953132, 0.0], [177.9455649202488, -38.702918842901205, 0.0]], "type": "LineString"}, "id": "77", "properties": {"Unique_ID": 100406503599.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9456167995003, -38.70442402989711, 177.94960835034948, -38.70283864478163], "geometry": {"coordinates": [[177.94960835034948, -38.70442402989711, 0.0], [177.9456167995003, -38.70283864478163, 0.0]], "type": "LineString"}, "id": "78", "properties": {"Unique_ID": 100406502597.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94566867862682, -38.70434383023945, 177.9496602257663, -38.70275844667017], "geometry": {"coordinates": [[177.9496602257663, -38.70434383023945, 0.0], [177.94566867862682, -38.70275844667017, 0.0]], "type": "LineString"}, "id": "79", "properties": {"Unique_ID": 100406501594.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9457205576441, -38.70426363056567, 177.94971210107389, -38.702678248542554], "geometry": {"coordinates": [[177.94971210107389, -38.70426363056567, 0.0], [177.9457205576441, -38.702678248542554, 0.0]], "type": "LineString"}, "id": "80", "properties": {"Unique_ID": 100406500592.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94577243655215, -38.70418343087574, 177.94976397627224, -38.7025980503988], "geometry": {"coordinates": [[177.94976397627224, -38.70418343087574, 0.0], [177.94577243655215, -38.7025980503988, 0.0]], "type": "LineString"}, "id": "81", "properties": {"Unique_ID": 100406499590.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9458243153509, -38.70410323116967, 177.9498158513613, -38.702517852238884], "geometry": {"coordinates": [[177.9498158513613, -38.70410323116967, 0.0], [177.9458243153509, -38.702517852238884, 0.0]], "type": "LineString"}, "id": "82", "properties": {"Unique_ID": 100406498587.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94587619404044, -38.704023031447456, 177.94986772634115, -38.70243765406282], "geometry": {"coordinates": [[177.94986772634115, -38.704023031447456, 0.0], [177.94587619404044, -38.70243765406282, 0.0]], "type": "LineString"}, "id": "83", "properties": {"Unique_ID": 100406497584.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94606942236638, -38.70400223656543, 177.94988074952414, -38.702164635661866], "geometry": {"coordinates": [[177.94988074952414, -38.70400223656543, 0.0], [177.94606942236638, -38.702164635661866, 0.0]], "type": "LineString"}, "id": "84", "properties": {"Unique_ID": 100406496191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94612955371454, -38.70392565726018, 177.9499408779124, -38.70208805814327], "geometry": {"coordinates": [[177.9499408779124, -38.70392565726018, 0.0], [177.94612955371454, -38.70208805814327, 0.0]], "type": "LineString"}, "id": "85", "properties": {"Unique_ID": 100406495191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9461896850044, -38.70384907795657, 177.9500010061578, -38.70201148051854], "geometry": {"coordinates": [[177.9500010061578, -38.70384907795657, 0.0], [177.9461896850044, -38.70201148051854, 0.0]], "type": "LineString"}, "id": "86", "properties": {"Unique_ID": 100406494191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94624981605799, -38.70377249858662, 177.9500611343137, -38.70193490301442], "geometry": {"coordinates": [[177.9500611343137, -38.70377249858662, 0.0], [177.94624981605799, -38.70193490301442, 0.0]], "type": "LineString"}, "id": "87", "properties": {"Unique_ID": 100406493191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94630994703604, -38.703695919211754, 177.95012126233186, -38.701858325426166], "geometry": {"coordinates": [[177.95012126233186, -38.703695919211754, 0.0], [177.94630994703604, -38.701858325426166, 0.0]], "type": "LineString"}, "id": "88", "properties": {"Unique_ID": 100406492191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9463700778907, -38.703619339813685, 177.95018139022665, -38.701781747814714], "geometry": {"coordinates": [[177.95018139022665, -38.703619339813685, 0.0], [177.9463700778907, -38.701781747814714, 0.0]], "type": "LineString"}, "id": "89", "properties": {"Unique_ID": 100406491191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9464302086698, -38.703542760410684, 177.95024151798367, -38.701705170119155], "geometry": {"coordinates": [[177.95024151798367, -38.703542760410684, 0.0], [177.9464302086698, -38.701705170119155, 0.0]], "type": "LineString"}, "id": "90", "properties": {"Unique_ID": 100406490191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94649033922985, -38.70346618094794, 177.95030164564602, -38.70162859252218], "geometry": {"coordinates": [[177.95030164564602, -38.70346618094794, 0.0], [177.94649033922985, -38.70162859252218, 0.0]], "type": "LineString"}, "id": "91", "properties": {"Unique_ID": 100406489191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94655046971437, -38.703389601480254, 177.95036177317067, -38.70155201484108], "geometry": {"coordinates": [[177.95036177317067, -38.703389601480254, 0.0], [177.94655046971437, -38.70155201484108, 0.0]], "type": "LineString"}, "id": "92", "properties": {"Unique_ID": 100406488191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9466106000755, -38.703313021989395, 177.95042190057194, -38.70147543713681], "geometry": {"coordinates": [[177.95042190057194, -38.703313021989395, 0.0], [177.9466106000755, -38.70147543713681, 0.0]], "type": "LineString"}, "id": "93", "properties": {"Unique_ID": 100406487191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94667073036112, -38.7032364424936, 177.95048202783548, -38.701398859348394], "geometry": {"coordinates": [[177.95048202783548, -38.7032364424936, 0.0], [177.94667073036112, -38.701398859348394, 0.0]], "type": "LineString"}, "id": "94", "properties": {"Unique_ID": 100406486191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94673086042766, -38.70315986293804, 177.95054215500434, -38.701322281658584], "geometry": {"coordinates": [[177.95054215500434, -38.70315986293804, 0.0], [177.94673086042766, -38.701322281658584, 0.0]], "type": "LineString"}, "id": "95", "properties": {"Unique_ID": 100406485191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94679099041866, -38.70308328337756, 177.95060228203548, -38.70124570388466], "geometry": {"coordinates": [[177.95060228203548, -38.70308328337756, 0.0], [177.94679099041866, -38.70124570388466, 0.0]], "type": "LineString"}, "id": "96", "properties": {"Unique_ID": 100406484191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94685112028634, -38.70300670379389, 177.95066240894323, -38.701169126087535], "geometry": {"coordinates": [[177.95066240894323, -38.70300670379389, 0.0], [177.94685112028634, -38.701169126087535, 0.0]], "type": "LineString"}, "id": "97", "properties": {"Unique_ID": 100406483191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94691125007841, -38.7029301242053, 177.95072253571328, -38.7010925482063], "geometry": {"coordinates": [[177.95072253571328, -38.7029301242053, 0.0], [177.94691125007841, -38.7010925482063, 0.0]], "type": "LineString"}, "id": "98", "properties": {"Unique_ID": 100406482191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94697137963422, -38.70285354455035, 177.95078266239378, -38.70101597044564], "geometry": {"coordinates": [[177.95078266239378, -38.70285354455035, 0.0], [177.94697137963422, -38.70101597044564, 0.0]], "type": "LineString"}, "id": "99", "properties": {"Unique_ID": 100406481190.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94703150913173, -38.70277696489709, 177.95084278893142, -38.7009393925789], "geometry": {"coordinates": [[177.95084278893142, -38.70277696489709, 0.0], [177.94703150913173, -38.7009393925789, 0.0]], "type": "LineString"}, "id": "100", "properties": {"Unique_ID": 100406480190.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9470916385059, -38.70270038522062, 177.9509029153457, -38.70086281468893], "geometry": {"coordinates": [[177.9509029153457, -38.70270038522062, 0.0], [177.9470916385059, -38.70086281468893, 0.0]], "type": "LineString"}, "id": "101", "properties": {"Unique_ID": 100406479190.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94715176780448, -38.70262380553922, 177.95096304162223, -38.70078623671486], "geometry": {"coordinates": [[177.95096304162223, -38.70262380553922, 0.0], [177.94715176780448, -38.70078623671486, 0.0]], "type": "LineString"}, "id": "102", "properties": {"Unique_ID": 100406478190.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94721189690134, -38.70254722580468, 177.95102316779892, -38.700709658817416], "geometry": {"coordinates": [[177.95102316779892, -38.70254722580468, 0.0], [177.94721189690134, -38.700709658817416, 0.0]], "type": "LineString"}, "id": "103", "properties": {"Unique_ID": 100406477190.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9472720259054, -38.70247064605862, 177.95108329384308, -38.700633080857834], "geometry": {"coordinates": [[177.95108329384308, -38.70247064605862, 0.0], [177.9472720259054, -38.700633080857834, 0.0]], "type": "LineString"}, "id": "104", "properties": {"Unique_ID": 100406476190.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94733215478607, -38.70239406628935, 177.95114341976384, -38.700556502875045], "geometry": {"coordinates": [[177.95114341976384, -38.70239406628935, 0.0], [177.94733215478607, -38.700556502875045, 0.0]], "type": "LineString"}, "id": "105", "properties": {"Unique_ID": 100406475190.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94739228359117, -38.70231748651518, 177.95120354554692, -38.70047992480816], "geometry": {"coordinates": [[177.95120354554692, -38.70231748651518, 0.0], [177.94739228359117, -38.70047992480816, 0.0]], "type": "LineString"}, "id": "106", "properties": {"Unique_ID": 100406474190.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94745241217728, -38.70224090668125, 177.9512636712353, -38.700403346839856], "geometry": {"coordinates": [[177.9512636712353, -38.70224090668125, 0.0], [177.94745241217728, -38.700403346839856, 0.0]], "type": "LineString"}, "id": "107", "properties": {"Unique_ID": 100406473190.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94751254068785, -38.70216432684239, 177.95132379678597, -38.70032676878746], "geometry": {"coordinates": [[177.95132379678597, -38.70216432684239, 0.0], [177.94751254068785, -38.70032676878746, 0.0]], "type": "LineString"}, "id": "108", "properties": {"Unique_ID": 100406472190.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94759494677143, -38.70209625911126, 177.95137853101792, -38.700223920862626], "geometry": {"coordinates": [[177.95137853101792, -38.70209625911126, 0.0], [177.94759494677143, -38.700223920862626, 0.0]], "type": "LineString"}, "id": "109", "properties": {"Unique_ID": 100406471135.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9476562130561, -38.70202023513814, 177.95143979447863, -38.70014789873442], "geometry": {"coordinates": [[177.95143979447863, -38.70202023513814, 0.0], [177.9476562130561, -38.70014789873442, 0.0]], "type": "LineString"}, "id": "110", "properties": {"Unique_ID": 100406470134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94771747918352, -38.70194421112881, 177.95150105782383, -38.70007187662174], "geometry": {"coordinates": [[177.95150105782383, -38.70194421112881, 0.0], [177.94771747918352, -38.70007187662174, 0.0]], "type": "LineString"}, "id": "111", "properties": {"Unique_ID": 100406469134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94777874528492, -38.7018681871321, 177.95156232101425, -38.699995854361816], "geometry": {"coordinates": [[177.95156232101425, -38.7018681871321, 0.0], [177.94777874528492, -38.699995854361816, 0.0]], "type": "LineString"}, "id": "112", "properties": {"Unique_ID": 100406468134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9478400112117, -38.701792163092676, 177.95162358409436, -38.69991983213911], "geometry": {"coordinates": [[177.95162358409436, -38.701792163092676, 0.0], [177.9478400112117, -38.69991983213911, 0.0]], "type": "LineString"}, "id": "113", "properties": {"Unique_ID": 100406467134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9479012770308, -38.701716139035454, 177.95168484704416, -38.69984380987045], "geometry": {"coordinates": [[177.95168484704416, -38.701716139035454, 0.0], [177.9479012770308, -38.69984380987045, 0.0]], "type": "LineString"}, "id": "114", "properties": {"Unique_ID": 100406466134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9479625426404, -38.70164011492253, 177.9517461098942, -38.69976778768228], "geometry": {"coordinates": [[177.9517461098942, -38.70164011492253, 0.0], [177.9479625426404, -38.69976778768228, 0.0]], "type": "LineString"}, "id": "115", "properties": {"Unique_ID": 100406465134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94802380825882, -38.70156409083522, 177.9518073725789, -38.699691765303584], "geometry": {"coordinates": [[177.9518073725789, -38.70156409083522, 0.0], [177.94802380825882, -38.699691765303584, 0.0]], "type": "LineString"}, "id": "116", "properties": {"Unique_ID": 100406464134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94808507366776, -38.70148806669219, 177.9518686351639, -38.699615743005396], "geometry": {"coordinates": [[177.9518686351639, -38.70148806669219, 0.0], [177.94808507366776, -38.699615743005396, 0.0]], "type": "LineString"}, "id": "117", "properties": {"Unique_ID": 100406463134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94814633896902, -38.70141204253138, 177.9519298976185, -38.699539720661264], "geometry": {"coordinates": [[177.9519298976185, -38.70141204253138, 0.0], [177.94814633896902, -38.699539720661264, 0.0]], "type": "LineString"}, "id": "118", "properties": {"Unique_ID": 100406462134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9482076041131, -38.70133601833435, 177.95199115995766, -38.69946369833266], "geometry": {"coordinates": [[177.95199115995766, -38.70133601833435, 0.0], [177.9482076041131, -38.69946369833266, 0.0]], "type": "LineString"}, "id": "119", "properties": {"Unique_ID": 100406461134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94826886919626, -38.701259994136954, 177.95205242215246, -38.699387675900134], "geometry": {"coordinates": [[177.95205242215246, -38.701259994136954, 0.0], [177.94826886919626, -38.699387675900134, 0.0]], "type": "LineString"}, "id": "120", "properties": {"Unique_ID": 100406460134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94833013413964, -38.70118396990981, 177.95211368422656, -38.69931165346151], "geometry": {"coordinates": [[177.95211368422656, -38.70118396990981, 0.0], [177.94833013413964, -38.69931165346151, 0.0]], "type": "LineString"}, "id": "121", "properties": {"Unique_ID": 100406459134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9483913989231, -38.70110794564543, 177.952174946186, -38.6992356310419], "geometry": {"coordinates": [[177.952174946186, -38.70110794564543, 0.0], [177.9483913989231, -38.6992356310419, 0.0]], "type": "LineString"}, "id": "122", "properties": {"Unique_ID": 100406458134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94845266354932, -38.70103192134481, 177.95223620803, -38.699159608637835], "geometry": {"coordinates": [[177.95223620803, -38.70103192134481, 0.0], [177.94845266354932, -38.699159608637835, 0.0]], "type": "LineString"}, "id": "123", "properties": {"Unique_ID": 100406457134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9485139281495, -38.70095589705681, 177.95229746971916, -38.69908358608652], "geometry": {"coordinates": [[177.95229746971916, -38.70095589705681, 0.0], [177.9485139281495, -38.69908358608652, 0.0]], "type": "LineString"}, "id": "124", "properties": {"Unique_ID": 100406456134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9485751925751, -38.70087987272609, 177.9523587312981, -38.699007563572415], "geometry": {"coordinates": [[177.9523587312981, -38.70087987272609, 0.0], [177.9485751925751, -38.699007563572415, 0.0]], "type": "LineString"}, "id": "125", "properties": {"Unique_ID": 100406455134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94863645689304, -38.70080384837761, 177.95241999274666, -38.69893154101238], "geometry": {"coordinates": [[177.95241999274666, -38.70080384837761, 0.0], [177.94863645689304, -38.69893154101238, 0.0]], "type": "LineString"}, "id": "126", "properties": {"Unique_ID": 100406454134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94869772100142, -38.700727823973395, 177.9524812540955, -38.69885551853283], "geometry": {"coordinates": [[177.9524812540955, -38.700727823973395, 0.0], [177.94869772100142, -38.69885551853283, 0.0]], "type": "LineString"}, "id": "127", "properties": {"Unique_ID": 100406453134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9487589851187, -38.700651799594816, 177.95254251527902, -38.69877949586276], "geometry": {"coordinates": [[177.95254251527902, -38.700651799594816, 0.0], [177.9487589851187, -38.69877949586276, 0.0]], "type": "LineString"}, "id": "128", "properties": {"Unique_ID": 100406452133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94882024902645, -38.70057577516051, 177.9526037763628, -38.698703473273184], "geometry": {"coordinates": [[177.9526037763628, -38.70057577516051, 0.0], [177.94882024902645, -38.698703473273184, 0.0]], "type": "LineString"}, "id": "129", "properties": {"Unique_ID": 100406451133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94888151282655, -38.70049975070845, 177.95266503731625, -38.698627450637694], "geometry": {"coordinates": [[177.95266503731625, -38.70049975070845, 0.0], [177.94888151282655, -38.698627450637694, 0.0]], "type": "LineString"}, "id": "130", "properties": {"Unique_ID": 100406450133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94894277645204, -38.70042372621366, 177.95272629815946, -38.69855142803937], "geometry": {"coordinates": [[177.95272629815946, -38.70042372621366, 0.0], [177.94894277645204, -38.69855142803937, 0.0]], "type": "LineString"}, "id": "131", "properties": {"Unique_ID": 100406449133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9490040400515, -38.700347701731495, 177.95278755884786, -38.698475405293834], "geometry": {"coordinates": [[177.95278755884786, -38.700347701731495, 0.0], [177.9490040400515, -38.698475405293834, 0.0]], "type": "LineString"}, "id": "132", "properties": {"Unique_ID": 100406448133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9490653034938, -38.7002716772131, 177.9528488194208, -38.69839938256382], "geometry": {"coordinates": [[177.9528488194208, -38.7002716772131, 0.0], [177.9490653034938, -38.69839938256382, 0.0]], "type": "LineString"}, "id": "133", "properties": {"Unique_ID": 100406447133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94912656677607, -38.70019565265746, 177.9529100798791, -38.69832335985288], "geometry": {"coordinates": [[177.9529100798791, -38.70019565265746, 0.0], [177.94912656677607, -38.69832335985288, 0.0]], "type": "LineString"}, "id": "134", "properties": {"Unique_ID": 100406446133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94918782996817, -38.700119628090526, 177.95297134020183, -38.69824733707431], "geometry": {"coordinates": [[177.95297134020183, -38.700119628090526, 0.0], [177.94918782996817, -38.69824733707431, 0.0]], "type": "LineString"}, "id": "135", "properties": {"Unique_ID": 100406445133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94924909295074, -38.7000436034679, 177.95303260042485, -38.69817131437627], "geometry": {"coordinates": [[177.95303260042485, -38.7000436034679, 0.0], [177.94924909295074, -38.69817131437627, 0.0]], "type": "LineString"}, "id": "136", "properties": {"Unique_ID": 100406444133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94931035592478, -38.69996757886439, 177.9530938604878, -38.69809529150933], "geometry": {"coordinates": [[177.9530938604878, -38.69996757886439, 0.0], [177.94931035592478, -38.69809529150933, 0.0]], "type": "LineString"}, "id": "137", "properties": {"Unique_ID": 100406443133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94937161872414, -38.69989155421817, 177.9531551204405, -38.698019268679616], "geometry": {"coordinates": [[177.9531551204405, -38.69989155421817, 0.0], [177.94937161872414, -38.698019268679616, 0.0]], "type": "LineString"}, "id": "138", "properties": {"Unique_ID": 100406442133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94943288139845, -38.69981552954766, 177.95321638026812, -38.697943245825606], "geometry": {"coordinates": [[177.95321638026812, -38.69981552954766, 0.0], [177.94943288139845, -38.697943245825606, 0.0]], "type": "LineString"}, "id": "139", "properties": {"Unique_ID": 100406441133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9494941439156, -38.69973950484094, 177.95327763998029, -38.69786722298714], "geometry": {"coordinates": [[177.95327763998029, -38.69973950484094, 0.0], [177.9494941439156, -38.69786722298714, 0.0]], "type": "LineString"}, "id": "140", "properties": {"Unique_ID": 100406440133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94955540637181, -38.699663480133864, 177.9533388995481, -38.69779120004474], "geometry": {"coordinates": [[177.9533388995481, -38.699663480133864, 0.0], [177.94955540637181, -38.69779120004474, 0.0]], "type": "LineString"}, "id": "141", "properties": {"Unique_ID": 100406439132.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9496166686883, -38.699587455397065, 177.95340015899524, -38.69771517709626], "geometry": {"coordinates": [[177.95340015899524, -38.699587455397065, 0.0], [177.9496166686883, -38.69771517709626, 0.0]], "type": "LineString"}, "id": "142", "properties": {"Unique_ID": 100406438132.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94967793084479, -38.699511430623005, 177.95346141832775, -38.697639154166794], "geometry": {"coordinates": [[177.95346141832775, -38.699511430623005, 0.0], [177.94967793084479, -38.697639154166794, 0.0]], "type": "LineString"}, "id": "143", "properties": {"Unique_ID": 100406437132.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94973919284413, -38.69943540581272, 177.95352267754478, -38.697563131252885], "geometry": {"coordinates": [[177.95352267754478, -38.69943540581272, 0.0], [177.94973919284413, -38.697563131252885, 0.0]], "type": "LineString"}, "id": "144", "properties": {"Unique_ID": 100406436132.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94980045481745, -38.699359381015064, 177.953583936607, -38.69748710819173], "geometry": {"coordinates": [[177.953583936607, -38.699359381015064, 0.0], [177.94980045481745, -38.69748710819173, 0.0]], "type": "LineString"}, "id": "145", "properties": {"Unique_ID": 100406435131.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94986171661617, -38.6992833561747, 177.95364519555903, -38.6974110851678], "geometry": {"coordinates": [[177.95364519555903, -38.6992833561747, 0.0], [177.94986171661617, -38.6974110851678, 0.0]], "type": "LineString"}, "id": "146", "properties": {"Unique_ID": 100406434131.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9500980118597, -38.69926829191949, 177.95366397396455, -38.6971500135437], "geometry": {"coordinates": [[177.95366397396455, -38.69926829191949, 0.0], [177.9500980118597, -38.6971500135437, 0.0]], "type": "LineString"}, "id": "147", "properties": {"Unique_ID": 100406432709.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95016732227236, -38.699196637505324, 177.95373328240086, -38.69707836113627], "geometry": {"coordinates": [[177.95373328240086, -38.699196637505324, 0.0], [177.95016732227236, -38.69707836113627, 0.0]], "type": "LineString"}, "id": "148", "properties": {"Unique_ID": 100406431708.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9502366325494, -38.699124983058496, 177.9538025907015, -38.69700670869619], "geometry": {"coordinates": [[177.9538025907015, -38.699124983058496, 0.0], [177.9502366325494, -38.69700670869619, 0.0]], "type": "LineString"}, "id": "149", "properties": {"Unique_ID": 100406430706.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9503059426282, -38.69905332855959, 177.9538718988853, -38.69693505628813], "geometry": {"coordinates": [[177.9538718988853, -38.69905332855959, 0.0], [177.9503059426282, -38.69693505628813, 0.0]], "type": "LineString"}, "id": "150", "properties": {"Unique_ID": 100406429705.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9503752526339, -38.69898167404745, 177.9539412069146, -38.69686340378271], "geometry": {"coordinates": [[177.9539412069146, -38.69898167404745, 0.0], [177.9503752526339, -38.69686340378271, 0.0]], "type": "LineString"}, "id": "151", "properties": {"Unique_ID": 100406428705.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95044456250398, -38.69891001950266, 177.95401051480826, -38.69679175124463], "geometry": {"coordinates": [[177.95401051480826, -38.69891001950266, 0.0], [177.95044456250398, -38.69679175124463, 0.0]], "type": "LineString"}, "id": "152", "properties": {"Unique_ID": 100406427705.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95051387230092, -38.69883836494463, 177.95407982254747, -38.6967200986092], "geometry": {"coordinates": [[177.95407982254747, -38.69883836494463, 0.0], [177.95051387230092, -38.6967200986092, 0.0]], "type": "LineString"}, "id": "153", "properties": {"Unique_ID": 100406426705.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95058318189967, -38.698766710334525, 177.95414913016978, -38.6966484460058], "geometry": {"coordinates": [[177.95414913016978, -38.698766710334525, 0.0], [177.95058318189967, -38.6966484460058, 0.0]], "type": "LineString"}, "id": "154", "properties": {"Unique_ID": 100406425705.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95065249136275, -38.698695055691765, 177.9542184376564, -38.69657679336974], "geometry": {"coordinates": [[177.9542184376564, -38.698695055691765, 0.0], [177.95065249136275, -38.69657679336974, 0.0]], "type": "LineString"}, "id": "155", "properties": {"Unique_ID": 100406424705.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95072180069016, -38.698623401016356, 177.9542877450074, -38.69650514070101], "geometry": {"coordinates": [[177.9542877450074, -38.698623401016356, 0.0], [177.95072180069016, -38.69650514070101, 0.0]], "type": "LineString"}, "id": "156", "properties": {"Unique_ID": 100406423704.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95079110988192, -38.69855174630829, 177.95435705222272, -38.69643348799963], "geometry": {"coordinates": [[177.95435705222272, -38.69855174630829, 0.0], [177.95079110988192, -38.69643348799963, 0.0]], "type": "LineString"}, "id": "157", "properties": {"Unique_ID": 100406422704.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95086041893805, -38.698480091567575, 177.9544263593024, -38.69636183526557], "geometry": {"coordinates": [[177.9544263593024, -38.698480091567575, 0.0], [177.95086041893805, -38.69636183526557, 0.0]], "type": "LineString"}, "id": "158", "properties": {"Unique_ID": 100406421704.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95092972779594, -38.6984084367748, 177.95449566626516, -38.69629018256356], "geometry": {"coordinates": [[177.95449566626516, -38.6984084367748, 0.0], [177.95092972779594, -38.69629018256356, 0.0]], "type": "LineString"}, "id": "159", "properties": {"Unique_ID": 100406420703.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95099903659917, -38.69833678197452, 177.95456497306796, -38.69621852974509], "geometry": {"coordinates": [[177.95456497306796, -38.69833678197452, 0.0], [177.95099903659917, -38.69621852974509, 0.0]], "type": "LineString"}, "id": "160", "properties": {"Unique_ID": 100406419703.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95106834524833, -38.69826512713583, 177.95463427974062, -38.69614687691307], "geometry": {"coordinates": [[177.95463427974062, -38.69826512713583, 0.0], [177.95106834524833, -38.69614687691307, 0.0]], "type": "LineString"}, "id": "161", "properties": {"Unique_ID": 100406418703.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95113765382442, -38.698193472283926, 177.95470358625886, -38.696075223983705], "geometry": {"coordinates": [[177.95470358625886, -38.698193472283926, 0.0], [177.95113765382442, -38.696075223983705, 0.0]], "type": "LineString"}, "id": "162", "properties": {"Unique_ID": 100406417703.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9512069621838, -38.69812181737422, 177.95477289266574, -38.69600357110544], "geometry": {"coordinates": [[177.95477289266574, -38.69812181737422, 0.0], [177.9512069621838, -38.69600357110544, 0.0]], "type": "LineString"}, "id": "163", "properties": {"Unique_ID": 100406416702.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95127627042595, -38.698050162437596, 177.95484219893143, -38.69593191817545], "geometry": {"coordinates": [[177.95484219893143, -38.698050162437596, 0.0], [177.95127627042595, -38.69593191817545, 0.0]], "type": "LineString"}, "id": "164", "properties": {"Unique_ID": 100406415702.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9513455785325, -38.69797850746832, 177.9549115050615, -38.69586026521278], "geometry": {"coordinates": [[177.9549115050615, -38.69797850746832, 0.0], [177.9513455785325, -38.69586026521278, 0.0]], "type": "LineString"}, "id": "165", "properties": {"Unique_ID": 100406414702.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9514148865034, -38.697906852466396, 177.95498081105583, -38.695788612217456], "geometry": {"coordinates": [[177.95498081105583, -38.697906852466396, 0.0], [177.9514148865034, -38.695788612217456, 0.0]], "type": "LineString"}, "id": "166", "properties": {"Unique_ID": 100406413701.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95148419433863, -38.69783519743182, 177.95505011691455, -38.695716959189475], "geometry": {"coordinates": [[177.95505011691455, -38.69783519743182, 0.0], [177.95148419433863, -38.695716959189475, 0.0]], "type": "LineString"}, "id": "167", "properties": {"Unique_ID": 100406412701.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95155350197564, -38.697763542345186, 177.95511942265637, -38.69564530619354], "geometry": {"coordinates": [[177.95511942265637, -38.697763542345186, 0.0], [177.95155350197564, -38.69564530619354, 0.0]], "type": "LineString"}, "id": "168", "properties": {"Unique_ID": 100406411701.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95162280953957, -38.69769188724531, 177.95518872824377, -38.69557365310024], "geometry": {"coordinates": [[177.95518872824377, -38.69769188724531, 0.0], [177.95162280953957, -38.69557365310024, 0.0]], "type": "LineString"}, "id": "169", "properties": {"Unique_ID": 100406410701.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95169211696788, -38.69762023211279, 177.95525803369551, -38.6955019999743], "geometry": {"coordinates": [[177.95525803369551, -38.69762023211279, 0.0], [177.95169211696788, -38.6955019999743, 0.0]], "type": "LineString"}, "id": "170", "properties": {"Unique_ID": 100406409701.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95176142432308, -38.69754857696703, 177.95532733899282, -38.69543034675099], "geometry": {"coordinates": [[177.95532733899282, -38.69754857696703, 0.0], [177.95176142432308, -38.69543034675099, 0.0]], "type": "LineString"}, "id": "171", "properties": {"Unique_ID": 100406408701.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95183073148007, -38.6974769217692, 177.95539664417325, -38.69535869355973], "geometry": {"coordinates": [[177.95539664417325, -38.6974769217692, 0.0], [177.95183073148007, -38.69535869355973, 0.0]], "type": "LineString"}, "id": "172", "properties": {"Unique_ID": 100406407700.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95190003850144, -38.697405266538745, 177.95546594921802, -38.69528704033582], "geometry": {"coordinates": [[177.95546594921802, -38.697405266538745, 0.0], [177.95190003850144, -38.69528704033582, 0.0]], "type": "LineString"}, "id": "173", "properties": {"Unique_ID": 100406406699.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9519693453871, -38.697333611275624, 177.95553525412717, -38.69521538707924], "geometry": {"coordinates": [[177.95553525412717, -38.697333611275624, 0.0], [177.9519693453871, -38.69521538707924, 0.0]], "type": "LineString"}, "id": "174", "properties": {"Unique_ID": 100406405697.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9520386521372, -38.697261955979855, 177.95560455890063, -38.695143733790005], "geometry": {"coordinates": [[177.95560455890063, -38.697261955979855, 0.0], [177.9520386521372, -38.695143733790005, 0.0]], "type": "LineString"}, "id": "175", "properties": {"Unique_ID": 100406404694.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9521079587516, -38.69719030065146, 177.9556738635384, -38.69507208046812], "geometry": {"coordinates": [[177.9556738635384, -38.69719030065146, 0.0], [177.9521079587516, -38.69507208046812, 0.0]], "type": "LineString"}, "id": "176", "properties": {"Unique_ID": 100406403692.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9521772651678, -38.69711864527099, 177.95574316805937, -38.695000427178286], "geometry": {"coordinates": [[177.95574316805937, -38.69711864527099, 0.0], [177.9521772651678, -38.695000427178286, 0.0]], "type": "LineString"}, "id": "177", "properties": {"Unique_ID": 100406402690.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9522465715294, -38.69704698988303, 177.95581247242035, -38.694928773772], "geometry": {"coordinates": [[177.95581247242035, -38.69704698988303, 0.0], [177.9522465715294, -38.694928773772, 0.0]], "type": "LineString"}, "id": "178", "properties": {"Unique_ID": 100406401687.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95231587779944, -38.69697533447608, 177.95588177663242, -38.69485712028747], "geometry": {"coordinates": [[177.95588177663242, -38.69697533447608, 0.0], [177.95231587779944, -38.69485712028747, 0.0]], "type": "LineString"}, "id": "179", "properties": {"Unique_ID": 100406400685.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95238518387126, -38.69690367901708, 177.95595108072763, -38.69478546683496], "geometry": {"coordinates": [[177.95595108072763, -38.69690367901708, 0.0], [177.95238518387126, -38.69478546683496, 0.0]], "type": "LineString"}, "id": "180", "properties": {"Unique_ID": 100406399683.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.952454489789, -38.69683202351972, 177.95602038469272, -38.69471381336891], "geometry": {"coordinates": [[177.95602038469272, -38.69683202351972, 0.0], [177.952454489789, -38.69471381336891, 0.0]], "type": "LineString"}, "id": "181", "properties": {"Unique_ID": 100406398681.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95252379558954, -38.696760367995424, 177.95608968851664, -38.69464215985111], "geometry": {"coordinates": [[177.95608968851664, -38.696760367995424, 0.0], [177.95252379558954, -38.69464215985111, 0.0]], "type": "LineString"}, "id": "182", "properties": {"Unique_ID": 100406397679.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95259310125445, -38.696688712438494, 177.9561589922049, -38.69457050630063], "geometry": {"coordinates": [[177.9561589922049, -38.696688712438494, 0.0], [177.95259310125445, -38.69457050630063, 0.0]], "type": "LineString"}, "id": "183", "properties": {"Unique_ID": 100406396678.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95266240678376, -38.69661705684892, 177.9562282957575, -38.69449885271753], "geometry": {"coordinates": [[177.9562282957575, -38.69661705684892, 0.0], [177.95266240678376, -38.69449885271753, 0.0]], "type": "LineString"}, "id": "184", "properties": {"Unique_ID": 100406395677.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9527317121148, -38.696545401207295, 177.95629759919325, -38.694427199166455], "geometry": {"coordinates": [[177.95629759919325, -38.696545401207295, 0.0], [177.9527317121148, -38.694427199166455, 0.0]], "type": "LineString"}, "id": "185", "properties": {"Unique_ID": 100406394677.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95280101737282, -38.69647374555244, 177.9563669024746, -38.69435554551805], "geometry": {"coordinates": [[177.9563669024746, -38.69647374555244, 0.0], [177.95280101737282, -38.69435554551805, 0.0]], "type": "LineString"}, "id": "186", "properties": {"Unique_ID": 100406393677.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95293417884767, -38.69642140536991, 177.95641752049318, -38.69422047107417], "geometry": {"coordinates": [[177.95641752049318, -38.69642140536991, 0.0], [177.95293417884767, -38.69422047107417, 0.0]], "type": "LineString"}, "id": "187", "properties": {"Unique_ID": 100406392508.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95300619065068, -38.69635140822282, 177.95648953063974, -38.6941504759867], "geometry": {"coordinates": [[177.95648953063974, -38.69635140822282, 0.0], [177.95300619065068, -38.6941504759867, 0.0]], "type": "LineString"}, "id": "188", "properties": {"Unique_ID": 100406391508.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9530782024013, -38.69628141106503, 177.95656154062206, -38.69408048077988], "geometry": {"coordinates": [[177.95656154062206, -38.69628141106503, 0.0], [177.9530782024013, -38.69408048077988, 0.0]], "type": "LineString"}, "id": "189", "properties": {"Unique_ID": 100406390507.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95315021386017, -38.69621141382679, 177.95663355051195, -38.69401048568627], "geometry": {"coordinates": [[177.95663355051195, -38.69621141382679, 0.0], [177.95315021386017, -38.69401048568627, 0.0]], "type": "LineString"}, "id": "190", "properties": {"Unique_ID": 100406389507.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9532222252965, -38.69614141658655, 177.95670556022864, -38.69394049044425], "geometry": {"coordinates": [[177.95670556022864, -38.69614141658655, 0.0], [177.9532222252965, -38.69394049044425, 0.0]], "type": "LineString"}, "id": "191", "properties": {"Unique_ID": 100406388506.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95329423647857, -38.69607141927677, 177.95677756984168, -38.69387049527907], "geometry": {"coordinates": [[177.95677756984168, -38.69607141927677, 0.0], [177.95329423647857, -38.69387049527907, 0.0]], "type": "LineString"}, "id": "192", "properties": {"Unique_ID": 100406387506.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95336624767543, -38.69600142197593, 177.95684957927025, -38.69380049992917], "geometry": {"coordinates": [[177.95684957927025, -38.69600142197593, 0.0], [177.95336624767543, -38.69380049992917, 0.0]], "type": "LineString"}, "id": "193", "properties": {"Unique_ID": 100406386505.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95343825858063, -38.69593142459461, 177.95692158860638, -38.69373050469247], "geometry": {"coordinates": [[177.95692158860638, -38.69593142459461, 0.0], [177.95343825858063, -38.69373050469247, 0.0]], "type": "LineString"}, "id": "194", "properties": {"Unique_ID": 100406385505.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.953510269396, -38.695861427191716, 177.95699359778953, -38.69366050937275], "geometry": {"coordinates": [[177.95699359778953, -38.695861427191716, 0.0], [177.953510269396, -38.69366050937275, 0.0]], "type": "LineString"}, "id": "195", "properties": {"Unique_ID": 100406384504.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9535822800916, -38.69579142975849, 177.95706560682862, -38.693590513999105], "geometry": {"coordinates": [[177.95706560682862, -38.69579142975849, 0.0], [177.9535822800916, -38.693590513999105, 0.0]], "type": "LineString"}, "id": "196", "properties": {"Unique_ID": 100406383504.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9536542906488, -38.69572143228952, 177.9571376157293, -38.693520518589686], "geometry": {"coordinates": [[177.9571376157293, -38.69572143228952, 0.0], [177.9536542906488, -38.693520518589686, 0.0]], "type": "LineString"}, "id": "197", "properties": {"Unique_ID": 100406382504.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9537263011536, -38.69565143480983, 177.95720962446572, -38.69345052306091], "geometry": {"coordinates": [[177.95720962446572, -38.69565143480983, 0.0], [177.9537263011536, -38.69345052306091, 0.0]], "type": "LineString"}, "id": "198", "properties": {"Unique_ID": 100406381504.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95379831136668, -38.695581437249714, 177.9572816331097, -38.69338052764536], "geometry": {"coordinates": [[177.9572816331097, -38.695581437249714, 0.0], [177.95379831136668, -38.69338052764536, 0.0]], "type": "LineString"}, "id": "199", "properties": {"Unique_ID": 100406380504.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95387032155725, -38.6955114396876, 177.95735364158048, -38.69331053208139], "geometry": {"coordinates": [[177.95735364158048, -38.6955114396876, 0.0], [177.95387032155725, -38.69331053208139, 0.0]], "type": "LineString"}, "id": "200", "properties": {"Unique_ID": 100406379504.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95394233149347, -38.69544144205596, 177.95742564994762, -38.693240536594296], "geometry": {"coordinates": [[177.95742564994762, -38.69544144205596, 0.0], [177.95394233149347, -38.693240536594296, 0.0]], "type": "LineString"}, "id": "201", "properties": {"Unique_ID": 100406378504.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95401434144458, -38.69537144443324, 177.95749765813034, -38.693170540922445], "geometry": {"coordinates": [[177.95749765813034, -38.69537144443324, 0.0], [177.95401434144458, -38.693170540922445, 0.0]], "type": "LineString"}, "id": "202", "properties": {"Unique_ID": 100406377504.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95408635110397, -38.69530144673005, 177.95756966622062, -38.6931005453638], "geometry": {"coordinates": [[177.95756966622062, -38.69530144673005, 0.0], [177.95408635110397, -38.6931005453638, 0.0]], "type": "LineString"}, "id": "203", "properties": {"Unique_ID": 100406376504.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95415836074082, -38.69523144902491, 177.95764167413768, -38.69303054965677], "geometry": {"coordinates": [[177.95764167413768, -38.69523144902491, 0.0], [177.95415836074082, -38.69303054965677, 0.0]], "type": "LineString"}, "id": "204", "properties": {"Unique_ID": 100406375504.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9542303701234, -38.69516145125021, 177.95771368195108, -38.69296055402658], "geometry": {"coordinates": [[177.95771368195108, -38.69516145125021, 0.0], [177.9542303701234, -38.69296055402658, 0.0]], "type": "LineString"}, "id": "205", "properties": {"Unique_ID": 100406374503.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95430237945354, -38.695091453464826, 177.95778568960029, -38.692890558277064], "geometry": {"coordinates": [[177.95778568960029, -38.695091453464826, 0.0], [177.95430237945354, -38.692890558277064, 0.0]], "type": "LineString"}, "id": "206", "properties": {"Unique_ID": 100406373503.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95437438869385, -38.695021455657844, 177.95785769709647, -38.69282056244454], "geometry": {"coordinates": [[177.95785769709647, -38.695021455657844, 0.0], [177.95437438869385, -38.69282056244454, 0.0]], "type": "LineString"}, "id": "207", "properties": {"Unique_ID": 100406372502.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95444639764247, -38.694951457770415, 177.95792970450023, -38.692750566725245], "geometry": {"coordinates": [[177.95792970450023, -38.694951457770415, 0.0], [177.95444639764247, -38.692750566725245, 0.0]], "type": "LineString"}, "id": "208", "properties": {"Unique_ID": 100406371502.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95451840660596, -38.6948814598919, 177.95800171171956, -38.69268057082118], "geometry": {"coordinates": [[177.95800171171956, -38.6948814598919, 0.0], [177.95451840660596, -38.69268057082118, 0.0]], "type": "LineString"}, "id": "209", "properties": {"Unique_ID": 100406370502.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95459041529645, -38.69481146193841, 177.95807371884084, -38.69261057501216], "geometry": {"coordinates": [[177.95807371884084, -38.69481146193841, 0.0], [177.95459041529645, -38.69261057501216, 0.0]], "type": "LineString"}, "id": "210", "properties": {"Unique_ID": 100406369501.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95466242400178, -38.69474146399385, 177.9581457257777, -38.69254057901841], "geometry": {"coordinates": [[177.9581457257777, -38.69474146399385, 0.0], [177.95466242400178, -38.69254057901841, 0.0]], "type": "LineString"}, "id": "211", "properties": {"Unique_ID": 100406368500.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95473443241545, -38.694671465968824, 177.95821773262213, -38.692470583137855], "geometry": {"coordinates": [[177.95821773262213, -38.694671465968824, 0.0], [177.95473443241545, -38.692470583137855, 0.0]], "type": "LineString"}, "id": "212", "properties": {"Unique_ID": 100406367498.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9548064408066, -38.69460146794184, 177.9582897392934, -38.69240058710892], "geometry": {"coordinates": [[177.9582897392934, -38.69460146794184, 0.0], [177.9548064408066, -38.69240058710892, 0.0]], "type": "LineString"}, "id": "213", "properties": {"Unique_ID": 100406366496.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95501357640043, -38.6945696578046, 177.95832475917038, -38.69221124360008], "geometry": {"coordinates": [[177.95832475917038, -38.6945696578046, 0.0], [177.95501357640043, -38.69221124360008, 0.0]], "type": "LineString"}, "id": "214", "properties": {"Unique_ID": 100406365157.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95509073819227, -38.69450311821482, 177.95840192005394, -38.69214470623894], "geometry": {"coordinates": [[177.95840192005394, -38.69450311821482, 0.0], [177.95509073819227, -38.69214470623894, 0.0]], "type": "LineString"}, "id": "215", "properties": {"Unique_ID": 100406364146.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95516789989944, -38.69443657859786, 177.95847908077772, -38.692078168785834], "geometry": {"coordinates": [[177.95847908077772, -38.69443657859786, 0.0], [177.95516789989944, -38.692078168785834, 0.0]], "type": "LineString"}, "id": "216", "properties": {"Unique_ID": 100406363135.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95524506155982, -38.694370038963484, 177.9585562413303, -38.69201163120812], "geometry": {"coordinates": [[177.9585562413303, -38.694370038963484, 0.0], [177.95524506155982, -38.69201163120812, 0.0]], "type": "LineString"}, "id": "217", "properties": {"Unique_ID": 100406362124.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.955322223001, -38.69430349926714, 177.95863340176345, -38.69194509365439], "geometry": {"coordinates": [[177.95863340176345, -38.69430349926714, 0.0], [177.955322223001, -38.69194509365439, 0.0]], "type": "LineString"}, "id": "218", "properties": {"Unique_ID": 100406361114.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9553993843187, -38.69423695953356, 177.95871056204845, -38.6918785560422], "geometry": {"coordinates": [[177.95871056204845, -38.69423695953356, 0.0], [177.9553993843187, -38.6918785560422, 0.0]], "type": "LineString"}, "id": "219", "properties": {"Unique_ID": 100406360103.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95547654539828, -38.69417041973309, 177.95878772221968, -38.69181201847034], "geometry": {"coordinates": [[177.95878772221968, -38.69417041973309, 0.0], [177.95547654539828, -38.69181201847034, 0.0]], "type": "LineString"}, "id": "220", "properties": {"Unique_ID": 100406359092.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95555370639318, -38.69410387990544, 177.95886488223113, -38.69174548080651], "geometry": {"coordinates": [[177.95886488223113, -38.69410387990544, 0.0], [177.95555370639318, -38.69174548080651, 0.0]], "type": "LineString"}, "id": "221", "properties": {"Unique_ID": 100406358081.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95563086734128, -38.694037340060376, 177.95894204207139, -38.69167894301807], "geometry": {"coordinates": [[177.95894204207139, -38.694037340060376, 0.0], [177.95563086734128, -38.69167894301807, 0.0]], "type": "LineString"}, "id": "222", "properties": {"Unique_ID": 100406357070.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95570802808916, -38.69397080015826, 177.9590192017865, -38.69161240523731], "geometry": {"coordinates": [[177.9590192017865, -38.69397080015826, 0.0], [177.95570802808916, -38.69161240523731, 0.0]], "type": "LineString"}, "id": "223", "properties": {"Unique_ID": 100406356061.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95578518867563, -38.693904260209095, 177.95909636136486, -38.69154586743073], "geometry": {"coordinates": [[177.95909636136486, -38.693904260209095, 0.0], [177.95578518867563, -38.69154586743073, 0.0]], "type": "LineString"}, "id": "224", "properties": {"Unique_ID": 100406355053.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95586234902404, -38.69383772019305, 177.95917352082947, -38.69147932966449], "geometry": {"coordinates": [[177.95917352082947, -38.69383772019305, 0.0], [177.95586234902404, -38.69147932966449, 0.0]], "type": "LineString"}, "id": "225", "properties": {"Unique_ID": 100406354047.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95593950932562, -38.69377118015961, 177.95925068012286, -38.69141279177362], "geometry": {"coordinates": [[177.95925068012286, -38.69377118015961, 0.0], [177.95593950932562, -38.69141279177362, 0.0]], "type": "LineString"}, "id": "226", "properties": {"Unique_ID": 100406353043.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95601666956148, -38.69370464010388, 177.95932783925082, -38.69134625377447], "geometry": {"coordinates": [[177.95932783925082, -38.69370464010388, 0.0], [177.95601666956148, -38.69134625377447, 0.0]], "type": "LineString"}, "id": "227", "properties": {"Unique_ID": 100406352041.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9560938295971, -38.69363809999107, 177.95940499825363, -38.69127971578301], "geometry": {"coordinates": [[177.95940499825363, -38.69363809999107, 0.0], [177.9560938295971, -38.69127971578301, 0.0]], "type": "LineString"}, "id": "228", "properties": {"Unique_ID": 100406351041.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95617098947133, -38.69357155983124, 177.95948215711968, -38.691213177765725], "geometry": {"coordinates": [[177.95948215711968, -38.69357155983124, 0.0], [177.95617098947133, -38.691213177765725, 0.0]], "type": "LineString"}, "id": "229", "properties": {"Unique_ID": 100406350041.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9562481491075, -38.69350501960453, 177.95955931587193, -38.691146639788776], "geometry": {"coordinates": [[177.95955931587193, -38.69350501960453, 0.0], [177.9562481491075, -38.691146639788776, 0.0]], "type": "LineString"}, "id": "230", "properties": {"Unique_ID": 100406349041.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95632530877356, -38.693438479380255, 177.95963647443006, -38.69108010162106], "geometry": {"coordinates": [[177.95963647443006, -38.693438479380255, 0.0], [177.95632530877356, -38.69108010162106, 0.0]], "type": "LineString"}, "id": "231", "properties": {"Unique_ID": 100406348040.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9564024682394, -38.69337193909893, 177.95971363286301, -38.69101356346105], "geometry": {"coordinates": [[177.95971363286301, -38.69337193909893, 0.0], [177.9564024682394, -38.69101356346105, 0.0]], "type": "LineString"}, "id": "232", "properties": {"Unique_ID": 100406347039.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95647962754384, -38.693305398770555, 177.9597907911592, -38.6909470252752], "geometry": {"coordinates": [[177.9597907911592, -38.693305398770555, 0.0], [177.95647962754384, -38.6909470252752, 0.0]], "type": "LineString"}, "id": "233", "properties": {"Unique_ID": 100406346037.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95655678668692, -38.693238858395155, 177.9598679493186, -38.69088048706355], "geometry": {"coordinates": [[177.9598679493186, -38.693238858395155, 0.0], [177.95655678668692, -38.69088048706355, 0.0]], "type": "LineString"}, "id": "234", "properties": {"Unique_ID": 100406345035.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95663394562976, -38.69317231796267, 177.95994510735292, -38.69081394885958], "geometry": {"coordinates": [[177.95994510735292, -38.69317231796267, 0.0], [177.95663394562976, -38.69081394885958, 0.0]], "type": "LineString"}, "id": "235", "properties": {"Unique_ID": 100406344034.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9567111045836, -38.69310577752774, 177.96002226519872, -38.69074741048119], "geometry": {"coordinates": [[177.96002226519872, -38.69310577752774, 0.0], [177.9567111045836, -38.69074741048119, 0.0]], "type": "LineString"}, "id": "236", "properties": {"Unique_ID": 100406343032.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95678826333722, -38.693039237035755, 177.96009942291937, -38.69068087211047], "geometry": {"coordinates": [[177.96009942291937, -38.693039237035755, 0.0], [177.95678826333722, -38.69068087211047, 0.0]], "type": "LineString"}, "id": "237", "properties": {"Unique_ID": 100406342031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95686542192945, -38.69297269649674, 177.9601765805033, -38.69061433371394], "geometry": {"coordinates": [[177.9601765805033, -38.69297269649674, 0.0], [177.95686542192945, -38.69061433371394, 0.0]], "type": "LineString"}, "id": "238", "properties": {"Unique_ID": 100406341031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9569425803603, -38.69290615591067, 177.9602537379504, -38.69054779529161], "geometry": {"coordinates": [[177.9602537379504, -38.69290615591067, 0.0], [177.9569425803603, -38.69054779529161, 0.0]], "type": "LineString"}, "id": "239", "properties": {"Unique_ID": 100406340030.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95701973859096, -38.692839615267545, 177.96033089527242, -38.69048125687696], "geometry": {"coordinates": [[177.96033089527242, -38.692839615267545, 0.0], [177.95701973859096, -38.69048125687696, 0.0]], "type": "LineString"}, "id": "240", "properties": {"Unique_ID": 100406339030.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9570968968515, -38.69277307462688, 177.96040805240025, -38.69041471827156], "geometry": {"coordinates": [[177.96040805240025, -38.69277307462688, 0.0], [177.9570968968515, -38.69041471827156, 0.0]], "type": "LineString"}, "id": "241", "properties": {"Unique_ID": 100406338030.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95717405487395, -38.69270653391934, 177.96048520941432, -38.690348179706476], "geometry": {"coordinates": [[177.96048520941432, -38.69270653391934, 0.0], [177.95717405487395, -38.690348179706476, 0.0]], "type": "LineString"}, "id": "242", "properties": {"Unique_ID": 100406337029.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95725121273506, -38.69263999316476, 177.96056236629164, -38.6902816411156], "geometry": {"coordinates": [[177.96056236629164, -38.69263999316476, 0.0], [177.95725121273506, -38.6902816411156, 0.0]], "type": "LineString"}, "id": "243", "properties": {"Unique_ID": 100406336029.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9573283703959, -38.692573452353116, 177.9606395230438, -38.69021510253241], "geometry": {"coordinates": [[177.9606395230438, -38.692573452353116, 0.0], [177.9573283703959, -38.69021510253241, 0.0]], "type": "LineString"}, "id": "244", "properties": {"Unique_ID": 100406335029.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95744105667742, -38.692516216667514, 177.96070671668238, -38.69011922387557], "geometry": {"coordinates": [[177.96070671668238, -38.692516216667514, 0.0], [177.95744105667742, -38.69011922387557, 0.0]], "type": "LineString"}, "id": "245", "properties": {"Unique_ID": 100406333927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95751947828896, -38.69245058993089, 177.96078513755532, -38.690053599383845], "geometry": {"coordinates": [[177.96078513755532, -38.69245058993089, 0.0], [177.95751947828896, -38.690053599383845, 0.0]], "type": "LineString"}, "id": "246", "properties": {"Unique_ID": 100406332927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95759789989663, -38.69238496318545, 177.96086355824335, -38.68998797473178], "geometry": {"coordinates": [[177.96086355824335, -38.69238496318545, 0.0], [177.95759789989663, -38.68998797473178, 0.0]], "type": "LineString"}, "id": "247", "properties": {"Unique_ID": 100406331927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95767632130097, -38.69231933638112, 177.96094197880626, -38.68992235008628], "geometry": {"coordinates": [[177.96094197880626, -38.69231933638112, 0.0], [177.95767632130097, -38.68992235008628, 0.0]], "type": "LineString"}, "id": "248", "properties": {"Unique_ID": 100406330927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9577547425622, -38.69225370953303, 177.96102039922604, -38.689856725396986], "geometry": {"coordinates": [[177.96102039922604, -38.69225370953303, 0.0], [177.9577547425622, -38.689856725396986, 0.0]], "type": "LineString"}, "id": "249", "properties": {"Unique_ID": 100406329927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95783316360115, -38.69218808262128, 177.96109881952634, -38.689791100730105], "geometry": {"coordinates": [[177.96109881952634, -38.69218808262128, 0.0], [177.95783316360115, -38.689791100730105, 0.0]], "type": "LineString"}, "id": "250", "properties": {"Unique_ID": 100406328927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95791158465516, -38.69212245570549, 177.96117723963604, -38.68972547588705], "geometry": {"coordinates": [[177.96117723963604, -38.69212245570549, 0.0], [177.95791158465516, -38.68972547588705, 0.0]], "type": "LineString"}, "id": "251", "properties": {"Unique_ID": 100406327927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95799000548695, -38.692056828726045, 177.9612556596263, -38.689659851066416], "geometry": {"coordinates": [[177.9612556596263, -38.692056828726045, 0.0], [177.95799000548695, -38.689659851066416, 0.0]], "type": "LineString"}, "id": "252", "properties": {"Unique_ID": 100406326927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95806842609647, -38.69199120168295, 177.96133407949714, -38.68959422626818], "geometry": {"coordinates": [[177.96133407949714, -38.69199120168295, 0.0], [177.95806842609647, -38.68959422626818, 0.0]], "type": "LineString"}, "id": "253", "properties": {"Unique_ID": 100406325927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95814684672106, -38.69192557463582, 177.96141249917736, -38.68952860129376], "geometry": {"coordinates": [[177.96141249917736, -38.69192557463582, 0.0], [177.95814684672106, -38.68952860129376, 0.0]], "type": "LineString"}, "id": "254", "properties": {"Unique_ID": 100406324927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9582252671234, -38.69185994752504, 177.96149091873812, -38.68946297634176], "geometry": {"coordinates": [[177.96149091873812, -38.69185994752504, 0.0], [177.9582252671234, -38.68946297634176, 0.0]], "type": "LineString"}, "id": "255", "properties": {"Unique_ID": 100406323927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95830368738257, -38.6917943203705, 177.96156933815575, -38.689397351345974], "geometry": {"coordinates": [[177.96156933815575, -38.6917943203705, 0.0], [177.95830368738257, -38.689397351345974, 0.0]], "type": "LineString"}, "id": "256", "properties": {"Unique_ID": 100406322927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9583821074195, -38.69172869315232, 177.96164775745396, -38.68933172637262], "geometry": {"coordinates": [[177.96164775745396, -38.69172869315232, 0.0], [177.9583821074195, -38.68933172637262, 0.0]], "type": "LineString"}, "id": "257", "properties": {"Unique_ID": 100406321927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95846052747152, -38.69166306593005, 177.9617261765615, -38.68926610122307], "geometry": {"coordinates": [[177.9617261765615, -38.69166306593005, 0.0], [177.95846052747152, -38.68926610122307, 0.0]], "type": "LineString"}, "id": "258", "properties": {"Unique_ID": 100406320927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9585389473013, -38.691597438644166, 177.96180459554967, -38.68920047609594], "geometry": {"coordinates": [[177.96180459554967, -38.691597438644166, 0.0], [177.9585389473013, -38.68920047609594, 0.0]], "type": "LineString"}, "id": "259", "properties": {"Unique_ID": 100406319927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9586173669879, -38.69153181131452, 177.96188301439466, -38.68913485092503], "geometry": {"coordinates": [[177.96188301439466, -38.69153181131452, 0.0], [177.9586173669879, -38.68913485092503, 0.0]], "type": "LineString"}, "id": "260", "properties": {"Unique_ID": 100406318927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95869578645224, -38.69146618392122, 177.96196143312022, -38.68906922577653], "geometry": {"coordinates": [[177.96196143312022, -38.69146618392122, 0.0], [177.95869578645224, -38.68906922577653, 0.0]], "type": "LineString"}, "id": "261", "properties": {"Unique_ID": 100406317927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9587742059317, -38.69140055652387, 177.96203985165516, -38.68900360045186], "geometry": {"coordinates": [[177.96203985165516, -38.69140055652387, 0.0], [177.9587742059317, -38.68900360045186, 0.0]], "type": "LineString"}, "id": "262", "properties": {"Unique_ID": 100406316927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95885262518888, -38.69133492906288, 177.96211827007068, -38.6889379751496], "geometry": {"coordinates": [[177.96211827007068, -38.69133492906288, 0.0], [177.95885262518888, -38.6889379751496, 0.0]], "type": "LineString"}, "id": "263", "properties": {"Unique_ID": 100406315926.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9589310443219, -38.69126930156288, 177.96219668833734, -38.6888723497877], "geometry": {"coordinates": [[177.96219668833734, -38.69126930156288, 0.0], [177.9589310443219, -38.6888723497877, 0.0]], "type": "LineString"}, "id": "264", "properties": {"Unique_ID": 100406314926.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9590094632137, -38.69120367399449, 177.9622751064903, -38.68880672446408], "geometry": {"coordinates": [[177.9622751064903, -38.69120367399449, 0.0], [177.9590094632137, -38.68880672446408, 0.0]], "type": "LineString"}, "id": "265", "properties": {"Unique_ID": 100406313926.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95908788212057, -38.69113804642204, 177.96235352445262, -38.688741098964286], "geometry": {"coordinates": [[177.96235352445262, -38.69113804642204, 0.0], [177.95908788212057, -38.688741098964286, 0.0]], "type": "LineString"}, "id": "266", "properties": {"Unique_ID": 100406312926.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95916630080518, -38.691072418785964, 177.96243194229552, -38.6886754734869], "geometry": {"coordinates": [[177.96243194229552, -38.691072418785964, 0.0], [177.95916630080518, -38.6886754734869, 0.0]], "type": "LineString"}, "id": "267", "properties": {"Unique_ID": 100406311926.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95924471926756, -38.69100679108625, 177.962510360019, -38.68860984803196], "geometry": {"coordinates": [[177.962510360019, -38.69100679108625, 0.0], [177.95924471926756, -38.68860984803196, 0.0]], "type": "LineString"}, "id": "268", "properties": {"Unique_ID": 100406310926.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95932313774503, -38.69094116338247, 177.96258877755187, -38.688544222400814], "geometry": {"coordinates": [[177.96258877755187, -38.69094116338247, 0.0], [177.95932313774503, -38.688544222400814, 0.0]], "type": "LineString"}, "id": "269", "properties": {"Unique_ID": 100406309926.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95940155600027, -38.69087553561507, 177.96266719496532, -38.688478596792095], "geometry": {"coordinates": [[177.96266719496532, -38.69087553561507, 0.0], [177.95940155600027, -38.688478596792095, 0.0]], "type": "LineString"}, "id": "270", "properties": {"Unique_ID": 100406308926.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95947997411233, -38.69080990780391, 177.9627456122356, -38.68841297113962], "geometry": {"coordinates": [[177.9627456122356, -38.69080990780391, 0.0], [177.95947997411233, -38.68841297113962, 0.0]], "type": "LineString"}, "id": "271", "properties": {"Unique_ID": 100406307926.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9595500304692, -38.69074213593677, 177.96282643685473, -38.688354245794685], "geometry": {"coordinates": [[177.96282643685473, -38.69074213593677, 0.0], [177.9595500304692, -38.688354245794685, 0.0]], "type": "LineString"}, "id": "272", "properties": {"Unique_ID": 100406306950.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95962815252437, -38.690676291652345, 177.96290455790202, -38.68828840355844], "geometry": {"coordinates": [[177.96290455790202, -38.690676291652345, 0.0], [177.95962815252437, -38.68828840355844, 0.0]], "type": "LineString"}, "id": "273", "properties": {"Unique_ID": 100406305950.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95970627432015, -38.69061044729512, 177.9629826788412, -38.688222561376946], "geometry": {"coordinates": [[177.9629826788412, -38.69061044729512, 0.0], [177.95970627432015, -38.688222561376946, 0.0]], "type": "LineString"}, "id": "274", "properties": {"Unique_ID": 100406304949.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95978439591337, -38.690544602879434, 177.96306079965532, -38.6881567192023], "geometry": {"coordinates": [[177.96306079965532, -38.690544602879434, 0.0], [177.95978439591337, -38.6881567192023, 0.0]], "type": "LineString"}, "id": "275", "properties": {"Unique_ID": 100406303949.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95986251746106, -38.690478758445, 177.96313892029718, -38.688090876902095], "geometry": {"coordinates": [[177.96313892029718, -38.690478758445, 0.0], [177.95986251746106, -38.688090876902095, 0.0]], "type": "LineString"}, "id": "276", "properties": {"Unique_ID": 100406302948.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95994063882793, -38.69041291395764, 177.9632170408074, -38.68802503459043], "geometry": {"coordinates": [[177.9632170408074, -38.69041291395764, 0.0], [177.95994063882793, -38.68802503459043, 0.0]], "type": "LineString"}, "id": "277", "properties": {"Unique_ID": 100406301947.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96001876014927, -38.69034706945153, 177.9632951611454, -38.687959192153215], "geometry": {"coordinates": [[177.9632951611454, -38.69034706945153, 0.0], [177.96001876014927, -38.687959192153215, 0.0]], "type": "LineString"}, "id": "278", "properties": {"Unique_ID": 100406300946.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96009688124914, -38.69028122488219, 177.96337328136394, -38.68789334973883], "geometry": {"coordinates": [[177.96337328136394, -38.69028122488219, 0.0], [177.96009688124914, -38.68789334973883, 0.0]], "type": "LineString"}, "id": "279", "properties": {"Unique_ID": 100406299945.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9601750021464, -38.69021538025439, 177.9634514014574, -38.68782750733129], "geometry": {"coordinates": [[177.9634514014574, -38.69021538025439, 0.0], [177.9601750021464, -38.68782750733129, 0.0]], "type": "LineString"}, "id": "280", "properties": {"Unique_ID": 100406298944.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9602531229413, -38.690149535593505, 177.96352952139566, -38.687761664846086], "geometry": {"coordinates": [[177.96352952139566, -38.690149535593505, 0.0], [177.9602531229413, -38.687761664846086, 0.0]], "type": "LineString"}, "id": "281", "properties": {"Unique_ID": 100406297943.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96033124369077, -38.69008369091389, 177.9636076411617, -38.687695822235334], "geometry": {"coordinates": [[177.9636076411617, -38.69008369091389, 0.0], [177.96033124369077, -38.687695822235334, 0.0]], "type": "LineString"}, "id": "282", "properties": {"Unique_ID": 100406296941.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96040936423765, -38.69001784617581, 177.9636857608026, -38.68762997963145], "geometry": {"coordinates": [[177.9636857608026, -38.69001784617581, 0.0], [177.96040936423765, -38.68762997963145, 0.0]], "type": "LineString"}, "id": "283", "properties": {"Unique_ID": 100406295940.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96048748452512, -38.689952001364944, 177.96376388033548, -38.687564137082305], "geometry": {"coordinates": [[177.96376388033548, -38.689952001364944, 0.0], [177.96048748452512, -38.687564137082305, 0.0]], "type": "LineString"}, "id": "284", "properties": {"Unique_ID": 100406294939.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9605656047671, -38.68988615653533, 177.96384199969606, -38.68749829440761], "geometry": {"coordinates": [[177.96384199969606, -38.68988615653533, 0.0], [177.9605656047671, -38.68749829440761, 0.0]], "type": "LineString"}, "id": "285", "properties": {"Unique_ID": 100406293938.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96064372494467, -38.68982031168221, 177.96392011889014, -38.68743245162333], "geometry": {"coordinates": [[177.96392011889014, -38.68982031168221, 0.0], [177.96064372494467, -38.68743245162333, 0.0]], "type": "LineString"}, "id": "286", "properties": {"Unique_ID": 100406292936.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96072184491965, -38.68975446677064, 177.96399823795912, -38.687366608845906], "geometry": {"coordinates": [[177.96399823795912, -38.68975446677064, 0.0], [177.96072184491965, -38.687366608845906, 0.0]], "type": "LineString"}, "id": "287", "properties": {"Unique_ID": 100406291935.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96079996471377, -38.68968862180611, 177.96407635689647, -38.68730076605704], "geometry": {"coordinates": [[177.96407635689647, -38.68968862180611, 0.0], [177.96079996471377, -38.68730076605704, 0.0]], "type": "LineString"}, "id": "288", "properties": {"Unique_ID": 100406290934.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9608780843053, -38.68962277678313, 177.96415447570868, -38.687234923275014], "geometry": {"coordinates": [[177.96415447570868, -38.68962277678313, 0.0], [177.9608780843053, -38.687234923275014, 0.0]], "type": "LineString"}, "id": "289", "properties": {"Unique_ID": 100406289932.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9609562038514, -38.68955693174144, 177.9642325943487, -38.68716908036744], "geometry": {"coordinates": [[177.9642325943487, -38.68955693174144, 0.0], [177.9609562038514, -38.68716908036744, 0.0]], "type": "LineString"}, "id": "290", "properties": {"Unique_ID": 100406288931.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96103432329514, -38.68949108666665, 177.9643107128335, -38.68710323738224], "geometry": {"coordinates": [[177.9643107128335, -38.68949108666665, 0.0], [177.96103432329514, -38.68710323738224, 0.0]], "type": "LineString"}, "id": "291", "properties": {"Unique_ID": 100406287930.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96111244253632, -38.68942524153342, 177.96438883119322, -38.68703739440386], "geometry": {"coordinates": [[177.96438883119322, -38.68942524153342, 0.0], [177.96111244253632, -38.68703739440386, 0.0]], "type": "LineString"}, "id": "292", "properties": {"Unique_ID": 100406286928.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.961190561556, -38.689359396336954, 177.9644669494335, -38.68697155144832], "geometry": {"coordinates": [[177.9644669494335, -38.689359396336954, 0.0], [177.961190561556, -38.68697155144832, 0.0]], "type": "LineString"}, "id": "293", "properties": {"Unique_ID": 100406285926.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96126868053017, -38.68929355112175, 177.96454506750158, -38.686905708367235], "geometry": {"coordinates": [[177.96454506750158, -38.68929355112175, 0.0], [177.96126868053017, -38.686905708367235, 0.0]], "type": "LineString"}, "id": "294", "properties": {"Unique_ID": 100406284925.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96134679940204, -38.689227705873485, 177.96462318541447, -38.68683986520851], "geometry": {"coordinates": [[177.96462318541447, -38.689227705873485, 0.0], [177.96134679940204, -38.68683986520851, 0.0]], "type": "LineString"}, "id": "295", "properties": {"Unique_ID": 100406283923.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96142491807137, -38.68916186056675, 177.96470130320225, -38.686774022056625], "geometry": {"coordinates": [[177.96470130320225, -38.68916186056675, 0.0], [177.96142491807137, -38.686774022056625, 0.0]], "type": "LineString"}, "id": "296", "properties": {"Unique_ID": 100406282921.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9615030365381, -38.68909601520157, 177.96477942086494, -38.68670817891161], "geometry": {"coordinates": [[177.96477942086494, -38.68909601520157, 0.0], [177.9615030365381, -38.68670817891161, 0.0]], "type": "LineString"}, "id": "297", "properties": {"Unique_ID": 100406281919.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96158115490255, -38.68903016980332, 177.9648575383724, -38.68664233568894], "geometry": {"coordinates": [[177.9648575383724, -38.68903016980332, 0.0], [177.96158115490255, -38.68664233568894, 0.0]], "type": "LineString"}, "id": "298", "properties": {"Unique_ID": 100406280917.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96165927322147, -38.688964324386355, 177.9649356557077, -38.68657649234072], "geometry": {"coordinates": [[177.9649356557077, -38.688964324386355, 0.0], [177.96165927322147, -38.68657649234072, 0.0]], "type": "LineString"}, "id": "299", "properties": {"Unique_ID": 100406279915.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9617373913189, -38.688898478906125, 177.96501377292353, -38.68651064901533], "geometry": {"coordinates": [[177.96501377292353, -38.688898478906125, 0.0], [177.9617373913189, -38.68651064901533, 0.0]], "type": "LineString"}, "id": "300", "properties": {"Unique_ID": 100406278913.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96181550929234, -38.68883263338734, 177.96509188999073, -38.6864448056306], "geometry": {"coordinates": [[177.96509188999073, -38.68883263338734, 0.0], [177.96181550929234, -38.6864448056306, 0.0]], "type": "LineString"}, "id": "301", "properties": {"Unique_ID": 100406277912.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96189362700636, -38.68876678779574, 177.96517000694988, -38.68637896230064], "geometry": {"coordinates": [[177.96517000694988, -38.68876678779574, 0.0], [177.96189362700636, -38.68637896230064, 0.0]], "type": "LineString"}, "id": "302", "properties": {"Unique_ID": 100406276911.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9622416015655, -38.68876340068313, 177.96516987871038, -38.68611227123184], "geometry": {"coordinates": [[177.96516987871038, -38.68876340068313, 0.0], [177.9622416015655, -38.68611227123184, 0.0]], "type": "LineString"}, "id": "303", "properties": {"Unique_ID": 100406275330.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96232833240788, -38.688704550612215, 177.96525660988874, -38.6860534233792], "geometry": {"coordinates": [[177.96525660988874, -38.688704550612215, 0.0], [177.96232833240788, -38.6860534233792, 0.0]], "type": "LineString"}, "id": "304", "properties": {"Unique_ID": 100406274328.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9624150631058, -38.68864570048575, 177.96534334092257, -38.68599457547102], "geometry": {"coordinates": [[177.96534334092257, -38.68864570048575, 0.0], [177.9624150631058, -38.68599457547102, 0.0]], "type": "LineString"}, "id": "305", "properties": {"Unique_ID": 100406273326.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96250179356346, -38.68858685028424, 177.96543007184067, -38.685935727572264], "geometry": {"coordinates": [[177.96543007184067, -38.68858685028424, 0.0], [177.96250179356346, -38.685935727572264, 0.0]], "type": "LineString"}, "id": "306", "properties": {"Unique_ID": 100406272324.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96258852406822, -38.688528000066185, 177.96551680255675, -38.68587687948801], "geometry": {"coordinates": [[177.96551680255675, -38.688528000066185, 0.0], [177.96258852406822, -38.68587687948801, 0.0]], "type": "LineString"}, "id": "307", "properties": {"Unique_ID": 100406271322.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96267525433268, -38.68846914977308, 177.9656035331571, -38.68581803141316], "geometry": {"coordinates": [[177.9656035331571, -38.68846914977308, 0.0], [177.96267525433268, -38.68581803141316, 0.0]], "type": "LineString"}, "id": "308", "properties": {"Unique_ID": 100406270321.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9627619844527, -38.68841029942442, 177.9656902636129, -38.685759183282784], "geometry": {"coordinates": [[177.9656902636129, -38.68841029942442, 0.0], [177.9627619844527, -38.685759183282784, 0.0]], "type": "LineString"}, "id": "309", "properties": {"Unique_ID": 100406269319.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96284871433244, -38.68835144900072, 177.96577699395303, -38.68570033516182], "geometry": {"coordinates": [[177.96577699395303, -38.68835144900072, 0.0], [177.96284871433244, -38.68570033516182, 0.0]], "type": "LineString"}, "id": "310", "properties": {"Unique_ID": 100406268318.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96293544425927, -38.688292598560494, 177.96586372409112, -38.68564148685537], "geometry": {"coordinates": [[177.96586372409112, -38.688292598560494, 0.0], [177.96293544425927, -38.68564148685537, 0.0]], "type": "LineString"}, "id": "311", "properties": {"Unique_ID": 100406267317.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96302217394586, -38.68823374804519, 177.96595045411348, -38.68558263855833], "geometry": {"coordinates": [[177.96595045411348, -38.68823374804519, 0.0], [177.96302217394586, -38.68558263855833, 0.0]], "type": "LineString"}, "id": "312", "properties": {"Unique_ID": 100406266316.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96310890348792, -38.688174897474354, 177.96603718399132, -38.685523790205735], "geometry": {"coordinates": [[177.96603718399132, -38.688174897474354, 0.0], [177.96310890348792, -38.685523790205735, 0.0]], "type": "LineString"}, "id": "313", "properties": {"Unique_ID": 100406265315.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9631956327898, -38.68811604682849, 177.9661239137534, -38.685464941862605], "geometry": {"coordinates": [[177.9661239137534, -38.68811604682849, 0.0], [177.9631956327898, -38.685464941862605, 0.0]], "type": "LineString"}, "id": "314", "properties": {"Unique_ID": 100406264314.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9632823621387, -38.68805719616607, 177.96621064331353, -38.68540609333395], "geometry": {"coordinates": [[177.96621064331353, -38.68805719616607, 0.0], [177.9632823621387, -38.68540609333395, 0.0]], "type": "LineString"}, "id": "315", "properties": {"Unique_ID": 100406263313.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96336909124736, -38.687998345428596, 177.96629737275788, -38.68534724481473], "geometry": {"coordinates": [[177.96629737275788, -38.687998345428596, 0.0], [177.96336909124736, -38.68534724481473, 0.0]], "type": "LineString"}, "id": "316", "properties": {"Unique_ID": 100406262313.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96345582021155, -38.6879394946356, 177.96638410205773, -38.685288396239955], "geometry": {"coordinates": [[177.96638410205773, -38.6879394946356, 0.0], [177.96345582021155, -38.685288396239955, 0.0]], "type": "LineString"}, "id": "317", "properties": {"Unique_ID": 100406261312.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9635425489355, -38.68788064376754, 177.96647083124185, -38.685229547674616], "geometry": {"coordinates": [[177.96647083124185, -38.68788064376754, 0.0], [177.9635425489355, -38.685229547674616, 0.0]], "type": "LineString"}, "id": "318", "properties": {"Unique_ID": 100406260311.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9636292777065, -38.68782179288295, 177.966557560224, -38.685170698923784], "geometry": {"coordinates": [[177.966557560224, -38.68782179288295, 0.0], [177.9636292777065, -38.685170698923784, 0.0]], "type": "LineString"}, "id": "319", "properties": {"Unique_ID": 100406259311.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96378383697336, -38.68777698541449, 177.96662498410305, -38.68506827397313], "geometry": {"coordinates": [[177.96662498410305, -38.68777698541449, 0.0], [177.96378383697336, -38.68506827397313, 0.0]], "type": "LineString"}, "id": "320", "properties": {"Unique_ID": 100406258152.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96387245018903, -38.68771988554849, 177.96671359794092, -38.685011176325254], "geometry": {"coordinates": [[177.96671359794092, -38.68771988554849, 0.0], [177.96387245018903, -38.685011176325254, 0.0]], "type": "LineString"}, "id": "321", "properties": {"Unique_ID": 100406257151.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96396106327919, -38.68766278562759, 177.9668022116294, -38.68495407860715], "geometry": {"coordinates": [[177.9668022116294, -38.68766278562759, 0.0], [177.96396106327919, -38.68495407860715, 0.0]], "type": "LineString"}, "id": "322", "properties": {"Unique_ID": 100406256149.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9640496761888, -38.68760568564115, 177.96689082518506, -38.68489698085422], "geometry": {"coordinates": [[177.96689082518506, -38.68760568564115, 0.0], [177.9640496761888, -38.68489698085422, 0.0]], "type": "LineString"}, "id": "323", "properties": {"Unique_ID": 100406255147.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96413828897295, -38.687548585599835, 177.96697943859132, -38.684839883031024], "geometry": {"coordinates": [[177.96697943859132, -38.687548585599835, 0.0], [177.96413828897295, -38.684839883031024, 0.0]], "type": "LineString"}, "id": "324", "properties": {"Unique_ID": 100406254146.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9642269016132, -38.68749148550007, 177.96706805185372, -38.684782785149395], "geometry": {"coordinates": [[177.96706805185372, -38.68749148550007, 0.0], [177.9642269016132, -38.684782785149395, 0.0]], "type": "LineString"}, "id": "325", "properties": {"Unique_ID": 100406253144.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96431551412795, -38.687434385345405, 177.96715666496675, -38.68472568719751], "geometry": {"coordinates": [[177.96715666496675, -38.687434385345405, 0.0], [177.96431551412795, -38.68472568719751, 0.0]], "type": "LineString"}, "id": "326", "properties": {"Unique_ID": 100406252142.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9644041264622, -38.68737728512522, 177.96724527794692, -38.68466858921081], "geometry": {"coordinates": [[177.96724527794692, -38.68737728512522, 0.0], [177.9644041264622, -38.68466858921081, 0.0]], "type": "LineString"}, "id": "327", "properties": {"Unique_ID": 100406251141.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96449273867094, -38.68732018485014, 177.9673338907777, -38.68461149115385], "geometry": {"coordinates": [[177.9673338907777, -38.68732018485014, 0.0], [177.96449273867094, -38.68461149115385, 0.0]], "type": "LineString"}, "id": "328", "properties": {"Unique_ID": 100406250139.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96458135075417, -38.68726308452016, 177.96742250345915, -38.68455439302666], "geometry": {"coordinates": [[177.96742250345915, -38.68726308452016, 0.0], [177.96458135075417, -38.68455439302666, 0.0]], "type": "LineString"}, "id": "329", "properties": {"Unique_ID": 100406249138.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96466996265687, -38.68720598412465, 177.9675111160077, -38.68449729486463], "geometry": {"coordinates": [[177.9675111160077, -38.68720598412465, 0.0], [177.96466996265687, -38.68449729486463, 0.0]], "type": "LineString"}, "id": "330", "properties": {"Unique_ID": 100406248137.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9647585744341, -38.68714888367427, 177.96759972840692, -38.68444019663236], "geometry": {"coordinates": [[177.96759972840692, -38.68714888367427, 0.0], [177.9647585744341, -38.68444019663236, 0.0]], "type": "LineString"}, "id": "331", "properties": {"Unique_ID": 100406247135.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96484718606743, -38.687091783165435, 177.96768834066225, -38.68438309834165], "geometry": {"coordinates": [[177.96768834066225, -38.687091783165435, 0.0], [177.96484718606743, -38.68438309834165, 0.0]], "type": "LineString"}, "id": "332", "properties": {"Unique_ID": 100406246135.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96493579757527, -38.68703468260171, 177.96777695276822, -38.684325999980686], "geometry": {"coordinates": [[177.96777695276822, -38.68703468260171, 0.0], [177.96493579757527, -38.684325999980686, 0.0]], "type": "LineString"}, "id": "333", "properties": {"Unique_ID": 100406245134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96502440890262, -38.686977581972464, 177.96786556474132, -38.68426890158491], "geometry": {"coordinates": [[177.96786556474132, -38.686977581972464, 0.0], [177.96502440890262, -38.68426890158491, 0.0]], "type": "LineString"}, "id": "334", "properties": {"Unique_ID": 100406244134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96511302010444, -38.686920481288325, 177.96795417656506, -38.68421180311888], "geometry": {"coordinates": [[177.96795417656506, -38.686920481288325, 0.0], [177.96511302010444, -38.68421180311888, 0.0]], "type": "LineString"}, "id": "335", "properties": {"Unique_ID": 100406243134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96520163116244, -38.68686338054575, 177.96804278824496, -38.68415470459442], "geometry": {"coordinates": [[177.96804278824496, -38.68686338054575, 0.0], [177.96520163116244, -38.68415470459442, 0.0]], "type": "LineString"}, "id": "336", "properties": {"Unique_ID": 100406242134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9652902420949, -38.68680627974829, 177.96813139977544, -38.684097605999696], "geometry": {"coordinates": [[177.96813139977544, -38.68680627974829, 0.0], [177.9652902420949, -38.684097605999696, 0.0]], "type": "LineString"}, "id": "337", "properties": {"Unique_ID": 100406241134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96537885284687, -38.6867491788853, 177.9682200111731, -38.68404050737016], "geometry": {"coordinates": [[177.9682200111731, -38.6867491788853, 0.0], [177.96537885284687, -38.68404050737016, 0.0]], "type": "LineString"}, "id": "338", "properties": {"Unique_ID": 100406240134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96546746347335, -38.68669207796742, 177.9683086224214, -38.6839834086704], "geometry": {"coordinates": [[177.9683086224214, -38.68669207796742, 0.0], [177.96546746347335, -38.6839834086704, 0.0]], "type": "LineString"}, "id": "339", "properties": {"Unique_ID": 100406239133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96555607397428, -38.68663497699466, 177.9683972335203, -38.68392630990038], "geometry": {"coordinates": [[177.9683972335203, -38.68663497699466, 0.0], [177.96555607397428, -38.68392630990038, 0.0]], "type": "LineString"}, "id": "340", "properties": {"Unique_ID": 100406238133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96564468429474, -38.68657787595639, 177.9684858444864, -38.68386921109555], "geometry": {"coordinates": [[177.9684858444864, -38.68657787595639, 0.0], [177.96564468429474, -38.68386921109555, 0.0]], "type": "LineString"}, "id": "341", "properties": {"Unique_ID": 100406237133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96573329448967, -38.686520774863205, 177.96857445530307, -38.68381211222047], "geometry": {"coordinates": [[177.96857445530307, -38.686520774863205, 0.0], [177.96573329448967, -38.68381211222047, 0.0]], "type": "LineString"}, "id": "342", "properties": {"Unique_ID": 100406236132.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96582190454075, -38.6864636737116, 177.9686630659759, -38.68375501328694], "geometry": {"coordinates": [[177.9686630659759, -38.6864636737116, 0.0], [177.96582190454075, -38.68375501328694, 0.0]], "type": "LineString"}, "id": "343", "properties": {"Unique_ID": 100406235132.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96591051446634, -38.6864065725051, 177.9687516764994, -38.6836979142832], "geometry": {"coordinates": [[177.9687516764994, -38.6864065725051, 0.0], [177.96591051446634, -38.6836979142832, 0.0]], "type": "LineString"}, "id": "344", "properties": {"Unique_ID": 100406234132.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96599912421146, -38.686349471233086, 177.96884028688999, -38.68364081524462], "geometry": {"coordinates": [[177.96884028688999, -38.686349471233086, 0.0], [177.96599912421146, -38.68364081524462, 0.0]], "type": "LineString"}, "id": "345", "properties": {"Unique_ID": 100406233131.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96601741727673, -38.68627725170148, 177.96894792902464, -38.683627724196896], "geometry": {"coordinates": [[177.96894792902464, -38.68627725170148, 0.0], [177.96601741727673, -38.683627724196896, 0.0]], "type": "LineString"}, "id": "346", "properties": {"Unique_ID": 100406232305.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9661040926806, -38.68621835466028, 177.96903460475616, -38.68356882937374], "geometry": {"coordinates": [[177.96903460475616, -38.68621835466028, 0.0], [177.9661040926806, -38.68356882937374, 0.0]], "type": "LineString"}, "id": "347", "properties": {"Unique_ID": 100406231304.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96619076782576, -38.68615945754031, 177.96912128037746, -38.68350993457274], "geometry": {"coordinates": [[177.96912128037746, -38.68615945754031, 0.0], [177.96619076782576, -38.68350993457274, 0.0]], "type": "LineString"}, "id": "348", "properties": {"Unique_ID": 100406230303.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96627744295924, -38.68610056039198, 177.96920795581443, -38.68345103962607], "geometry": {"coordinates": [[177.96920795581443, -38.68610056039198, 0.0], [177.96627744295924, -38.68345103962607, 0.0]], "type": "LineString"}, "id": "349", "properties": {"Unique_ID": 100406229302.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96636411802535, -38.68604166320389, 177.96929463108376, -38.68339214457155], "geometry": {"coordinates": [[177.96929463108376, -38.68604166320389, 0.0], [177.96636411802535, -38.68339214457155, 0.0]], "type": "LineString"}, "id": "350", "properties": {"Unique_ID": 100406228302.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96645079283272, -38.68598276593706, 177.9693813062429, -38.68333324953916], "geometry": {"coordinates": [[177.9693813062429, -38.68598276593706, 0.0], [177.96645079283272, -38.68333324953916, 0.0]], "type": "LineString"}, "id": "351", "properties": {"Unique_ID": 100406227301.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96653746751423, -38.68592386861857, 177.9694679812519, -38.68327435443873], "geometry": {"coordinates": [[177.9694679812519, -38.68592386861857, 0.0], [177.96653746751423, -38.68327435443873, 0.0]], "type": "LineString"}, "id": "352", "properties": {"Unique_ID": 100406226301.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96662414206978, -38.6858649712484, 177.9695546561109, -38.683215459270215], "geometry": {"coordinates": [[177.9695546561109, -38.6858649712484, 0.0], [177.96662414206978, -38.683215459270215, 0.0]], "type": "LineString"}, "id": "353", "properties": {"Unique_ID": 100406225301.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9667108163481, -38.68580607379572, 177.96964133086522, -38.68315656413647], "geometry": {"coordinates": [[177.96964133086522, -38.68580607379572, 0.0], [177.9667108163481, -38.68315656413647, 0.0]], "type": "LineString"}, "id": "354", "properties": {"Unique_ID": 100406224301.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96679749059618, -38.685747176310876, 177.9697280054408, -38.683097668869685], "geometry": {"coordinates": [[177.9697280054408, -38.685747176310876, 0.0], [177.96679749059618, -38.683097668869685, 0.0]], "type": "LineString"}, "id": "355", "properties": {"Unique_ID": 100406223301.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.966884164814, -38.68568827879385, 177.9698146798376, -38.68303877346978], "geometry": {"coordinates": [[177.9698146798376, -38.68568827879385, 0.0], [177.966884164814, -38.68303877346978, 0.0]], "type": "LineString"}, "id": "356", "properties": {"Unique_ID": 100406222301.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96697083875455, -38.68562938119431, 177.96990135412975, -38.68297987810468], "geometry": {"coordinates": [[177.96990135412975, -38.68562938119431, 0.0], [177.96697083875455, -38.68297987810468, 0.0]], "type": "LineString"}, "id": "357", "properties": {"Unique_ID": 100406221301.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9670575125692, -38.6855704835431, 177.96998802827184, -38.682920982671504], "geometry": {"coordinates": [[177.96998802827184, -38.6855704835431, 0.0], [177.9670575125692, -38.682920982671504, 0.0]], "type": "LineString"}, "id": "358", "properties": {"Unique_ID": 100406220301.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96714418625794, -38.68551158584022, 177.97007470226387, -38.68286208717026], "geometry": {"coordinates": [[177.97007470226387, -38.68551158584022, 0.0], [177.96714418625794, -38.68286208717026, 0.0]], "type": "LineString"}, "id": "359", "properties": {"Unique_ID": 100406219301.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96723085978363, -38.68545268807811, 177.97016137611698, -38.68280319162618], "geometry": {"coordinates": [[177.97016137611698, -38.68545268807811, 0.0], [177.96723085978363, -38.68280319162618, 0.0]], "type": "LineString"}, "id": "360", "properties": {"Unique_ID": 100406218301.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96731753305065, -38.685393790237256, 177.97024804985983, -38.68274429610424], "geometry": {"coordinates": [[177.97024804985983, -38.685393790237256, 0.0], [177.96731753305065, -38.68274429610424, 0.0]], "type": "LineString"}, "id": "361", "properties": {"Unique_ID": 100406217301.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96740420640162, -38.685334892387544, 177.9703347233897, -38.68268540037165], "geometry": {"coordinates": [[177.9703347233897, -38.685334892387544, 0.0], [177.96740420640162, -38.68268540037165, 0.0]], "type": "LineString"}, "id": "362", "properties": {"Unique_ID": 100406216301.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96749087949394, -38.685275994459076, 177.97042139680934, -38.68262650466121], "geometry": {"coordinates": [[177.97042139680934, -38.685275994459076, 0.0], [177.96749087949394, -38.68262650466121, 0.0]], "type": "LineString"}, "id": "363", "properties": {"Unique_ID": 100406215301.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9675775524232, -38.68521709647139, 177.97050807009006, -38.68256760890793], "geometry": {"coordinates": [[177.97050807009006, -38.68521709647139, 0.0], [177.9675775524232, -38.68256760890793, 0.0]], "type": "LineString"}, "id": "364", "properties": {"Unique_ID": 100406214301.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9676642252451, -38.68515819843581, 177.97059474321512, -38.68250871307394], "geometry": {"coordinates": [[177.97059474321512, -38.68515819843581, 0.0], [177.9676642252451, -38.68250871307394, 0.0]], "type": "LineString"}, "id": "365", "properties": {"Unique_ID": 100406213301.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.967750897904, -38.685099300341, 177.9706814162013, -38.68244981719715], "geometry": {"coordinates": [[177.9706814162013, -38.685099300341, 0.0], [177.967750897904, -38.68244981719715, 0.0]], "type": "LineString"}, "id": "366", "properties": {"Unique_ID": 100406212300.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9678375703042, -38.685040402167466, 177.97076808907724, -38.68239092134251], "geometry": {"coordinates": [[177.97076808907724, -38.685040402167466, 0.0], [177.9678375703042, -38.68239092134251, 0.0]], "type": "LineString"}, "id": "367", "properties": {"Unique_ID": 100406211300.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96792424267414, -38.68498150396178, 177.9708547617744, -38.68233202535481], "geometry": {"coordinates": [[177.9708547617744, -38.68498150396178, 0.0], [177.96792424267414, -38.68233202535481, 0.0]], "type": "LineString"}, "id": "368", "properties": {"Unique_ID": 100406210300.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96801091501385, -38.68492260572389, 177.97094143429285, -38.682273129234055], "geometry": {"coordinates": [[177.97094143429285, -38.68492260572389, 0.0], [177.96801091501385, -38.682273129234055, 0.0]], "type": "LineString"}, "id": "369", "properties": {"Unique_ID": 100406209300.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96825897920445, -38.684895444698334, 177.9709810134407, -38.68211268932324], "geometry": {"coordinates": [[177.9709810134407, -38.684895444698334, 0.0], [177.96825897920445, -38.68211268932324, 0.0]], "type": "LineString"}, "id": "370", "properties": {"Unique_ID": 100406207902.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96835001091063, -38.68484073641549, 177.97107204598805, -38.682057983153356], "geometry": {"coordinates": [[177.97107204598805, -38.68484073641549, 0.0], [177.96835001091063, -38.682057983153356, 0.0]], "type": "LineString"}, "id": "371", "properties": {"Unique_ID": 100406206901.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9684410423335, -38.68478602804498, 177.9711630784352, -38.68200327700585], "geometry": {"coordinates": [[177.9711630784352, -38.68478602804498, 0.0], [177.9684410423335, -38.68200327700585, 0.0]], "type": "LineString"}, "id": "372", "properties": {"Unique_ID": 100406205900.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96853207352697, -38.68473131959651, 177.97125411076604, -38.68194857084835], "geometry": {"coordinates": [[177.97125411076604, -38.68473131959651, 0.0], [177.96853207352697, -38.68194857084835, 0.0]], "type": "LineString"}, "id": "373", "properties": {"Unique_ID": 100406204900.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9686231047009, -38.684676611107896, 177.97134514291756, -38.6818938645547], "geometry": {"coordinates": [[177.97134514291756, -38.684676611107896, 0.0], [177.9686231047009, -38.6818938645547, 0.0]], "type": "LineString"}, "id": "374", "properties": {"Unique_ID": 100406203900.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96871413569656, -38.68462190255054, 177.97143617493742, -38.68183915822032], "geometry": {"coordinates": [[177.97143617493742, -38.68462190255054, 0.0], [177.96871413569656, -38.68183915822032, 0.0]], "type": "LineString"}, "id": "375", "properties": {"Unique_ID": 100406202900.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96880516658567, -38.68456719393738, 177.97152720680407, -38.68178445180211], "geometry": {"coordinates": [[177.97152720680407, -38.68456719393738, 0.0], [177.96880516658567, -38.68178445180211, 0.0]], "type": "LineString"}, "id": "376", "properties": {"Unique_ID": 100406201900.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96889619740148, -38.68451248527438, 177.97161823850757, -38.6817297452801], "geometry": {"coordinates": [[177.97161823850757, -38.68451248527438, 0.0], [177.96889619740148, -38.6817297452801, 0.0]], "type": "LineString"}, "id": "377", "properties": {"Unique_ID": 100406200900.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96898722800577, -38.684457776536654, 177.97170927008932, -38.68167503873733], "geometry": {"coordinates": [[177.97170927008932, -38.684457776536654, 0.0], [177.96898722800577, -38.68167503873733, 0.0]], "type": "LineString"}, "id": "378", "properties": {"Unique_ID": 100406199900.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96907825834472, -38.6844030677145, 177.97180030156557, -38.68162033220614], "geometry": {"coordinates": [[177.97180030156557, -38.6844030677145, 0.0], [177.96907825834472, -38.68162033220614, 0.0]], "type": "LineString"}, "id": "379", "properties": {"Unique_ID": 100406198899.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9691692886283, -38.68434835884574, 177.97189133287324, -38.68156562556035], "geometry": {"coordinates": [[177.97189133287324, -38.68434835884574, 0.0], [177.9691692886283, -38.68156562556035, 0.0]], "type": "LineString"}, "id": "380", "properties": {"Unique_ID": 100406197899.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96926031880537, -38.68429364992118, 177.97198236402772, -38.681510918830746], "geometry": {"coordinates": [[177.97198236402772, -38.68429364992118, 0.0], [177.96926031880537, -38.681510918830746, 0.0]], "type": "LineString"}, "id": "381", "properties": {"Unique_ID": 100406196899.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9693513489091, -38.6842389409468, 177.972073395019, -38.681456211997336], "geometry": {"coordinates": [[177.972073395019, -38.6842389409468, 0.0], [177.9693513489091, -38.681456211997336, 0.0]], "type": "LineString"}, "id": "382", "properties": {"Unique_ID": 100406195898.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96944237880132, -38.68418423189769, 177.97216442588862, -38.68140150514316], "geometry": {"coordinates": [[177.97216442588862, -38.68418423189769, 0.0], [177.96944237880132, -38.68140150514316, 0.0]], "type": "LineString"}, "id": "383", "properties": {"Unique_ID": 100406194898.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9695334084103, -38.684129522760905, 177.97225545665805, -38.68134679831136], "geometry": {"coordinates": [[177.97225545665805, -38.684129522760905, 0.0], [177.9695334084103, -38.68134679831136, 0.0]], "type": "LineString"}, "id": "384", "properties": {"Unique_ID": 100406193898.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96962443799978, -38.684074813584, 177.9723464872482, -38.68129209134341], "geometry": {"coordinates": [[177.9723464872482, -38.684074813584, 0.0], [177.96962443799978, -38.68129209134341, 0.0]], "type": "LineString"}, "id": "385", "properties": {"Unique_ID": 100406192898.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96971546746477, -38.68402010434804, 177.97243751769048, -38.68123738430239], "geometry": {"coordinates": [[177.97243751769048, -38.68402010434804, 0.0], [177.96971546746477, -38.68123738430239, 0.0]], "type": "LineString"}, "id": "386", "properties": {"Unique_ID": 100406191898.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9698727126538, -38.683977350837736, 177.97250914470916, -38.681144438869495], "geometry": {"coordinates": [[177.97250914470916, -38.683977350837736, 0.0], [177.9698727126538, -38.681144438869495, 0.0]], "type": "LineString"}, "id": "387", "properties": {"Unique_ID": 100406190742.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9699653836459, -38.683924362246664, 177.97260181696612, -38.68109145247493], "geometry": {"coordinates": [[177.97260181696612, -38.683924362246664, 0.0], [177.9699653836459, -38.68109145247493, 0.0]], "type": "LineString"}, "id": "388", "properties": {"Unique_ID": 100406189742.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97005805460557, -38.68387137360926, 177.97269448904942, -38.68103846595331], "geometry": {"coordinates": [[177.97269448904942, -38.68387137360926, 0.0], [177.97005805460557, -38.68103846595331, 0.0]], "type": "LineString"}, "id": "389", "properties": {"Unique_ID": 100406188742.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97015072520702, -38.68381838486961, 177.97278716105686, -38.680985479490865], "geometry": {"coordinates": [[177.97278716105686, -38.68381838486961, 0.0], [177.97015072520702, -38.680985479490865, 0.0]], "type": "LineString"}, "id": "390", "properties": {"Unique_ID": 100406187742.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97024339577607, -38.68376539608363, 177.97287983289067, -38.68093249290137], "geometry": {"coordinates": [[177.97287983289067, -38.68376539608363, 0.0], [177.97024339577607, -38.68093249290137, 0.0]], "type": "LineString"}, "id": "391", "properties": {"Unique_ID": 100406186742.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97033606631265, -38.683712407251285, 177.97297250455085, -38.68087950618481], "geometry": {"coordinates": [[177.97297250455085, -38.683712407251285, 0.0], [177.97033606631265, -38.68087950618481, 0.0]], "type": "LineString"}, "id": "392", "properties": {"Unique_ID": 100406185742.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97042873649107, -38.68365941831672, 177.97306517613515, -38.68082651952744], "geometry": {"coordinates": [[177.97306517613515, -38.68365941831672, 0.0], [177.97042873649107, -38.68082651952744, 0.0]], "type": "LineString"}, "id": "393", "properties": {"Unique_ID": 100406184742.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97052140663706, -38.68360642933581, 177.97315784754582, -38.680773532743025], "geometry": {"coordinates": [[177.97315784754582, -38.68360642933581, 0.0], [177.97052140663706, -38.680773532743025, 0.0]], "type": "LineString"}, "id": "394", "properties": {"Unique_ID": 100406183742.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97061407675062, -38.68355344030856, 177.9732505187829, -38.68072054583155], "geometry": {"coordinates": [[177.9732505187829, -38.68355344030856, 0.0], [177.97061407675062, -38.68072054583155, 0.0]], "type": "LineString"}, "id": "395", "properties": {"Unique_ID": 100406182740.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97070674650598, -38.68350045117907, 177.97334318994405, -38.68066755897926], "geometry": {"coordinates": [[177.97334318994405, -38.68350045117907, 0.0], [177.97070674650598, -38.68066755897926, 0.0]], "type": "LineString"}, "id": "396", "properties": {"Unique_ID": 100406181739.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97079941622889, -38.683447462003244, 177.9734358609316, -38.680614571999925], "geometry": {"coordinates": [[177.9734358609316, -38.683447462003244, 0.0], [177.97079941622889, -38.680614571999925, 0.0]], "type": "LineString"}, "id": "397", "properties": {"Unique_ID": 100406180737.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.970892085937, -38.683394472784094, 177.97352853174024, -38.68056158488345], "geometry": {"coordinates": [[177.97352853174024, -38.683394472784094, 0.0], [177.970892085937, -38.68056158488345, 0.0]], "type": "LineString"}, "id": "398", "properties": {"Unique_ID": 100406179734.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97098475525166, -38.68334148345668, 177.97362120248357, -38.68050859784632], "geometry": {"coordinates": [[177.97362120248357, -38.68334148345668, 0.0], [177.97098475525166, -38.68050859784632, 0.0]], "type": "LineString"}, "id": "399", "properties": {"Unique_ID": 100406178732.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97107742455154, -38.683288494085936, 177.97371387304798, -38.68045561067206], "geometry": {"coordinates": [[177.97371387304798, -38.683288494085936, 0.0], [177.97107742455154, -38.68045561067206, 0.0]], "type": "LineString"}, "id": "400", "properties": {"Unique_ID": 100406177730.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97117009381896, -38.68323550466886, 177.9738065434388, -38.68040262337076], "geometry": {"coordinates": [[177.9738065434388, -38.68323550466886, 0.0], [177.97117009381896, -38.68040262337076, 0.0]], "type": "LineString"}, "id": "401", "properties": {"Unique_ID": 100406176727.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9712627627282, -38.683182515149554, 177.97389921375373, -38.68034963612864], "geometry": {"coordinates": [[177.97389921375373, -38.683182515149554, 0.0], [177.9712627627282, -38.68034963612864, 0.0]], "type": "LineString"}, "id": "402", "properties": {"Unique_ID": 100406175725.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97135543160502, -38.683129525583894, 177.973991883895, -38.68029664875948], "geometry": {"coordinates": [[177.973991883895, -38.683129525583894, 0.0], [177.97135543160502, -38.68029664875948, 0.0]], "type": "LineString"}, "id": "403", "properties": {"Unique_ID": 100406174723.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97144810044938, -38.68307653597191, 177.9740845538627, -38.680243661263255], "geometry": {"coordinates": [[177.9740845538627, -38.68307653597191, 0.0], [177.97144810044938, -38.680243661263255, 0.0]], "type": "LineString"}, "id": "404", "properties": {"Unique_ID": 100406173720.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9715407689356, -38.68302354625769, 177.97417722375448, -38.680190673826225], "geometry": {"coordinates": [[177.97417722375448, -38.68302354625769, 0.0], [177.9715407689356, -38.680190673826225, 0.0]], "type": "LineString"}, "id": "405", "properties": {"Unique_ID": 100406172718.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97163343738933, -38.68297055649713, 177.97426989347264, -38.68013768626215], "geometry": {"coordinates": [[177.97426989347264, -38.68297055649713, 0.0], [177.97163343738933, -38.68013768626215, 0.0]], "type": "LineString"}, "id": "406", "properties": {"Unique_ID": 100406171717.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97172610581066, -38.68291756669025, 177.97436256301722, -38.68008469857103], "geometry": {"coordinates": [[177.97436256301722, -38.68291756669025, 0.0], [177.97172610581066, -38.68008469857103, 0.0]], "type": "LineString"}, "id": "407", "properties": {"Unique_ID": 100406170715.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9718187738738, -38.68286457678112, 177.9744552324859, -38.6800317109391], "geometry": {"coordinates": [[177.9744552324859, -38.68286457678112, 0.0], [177.9718187738738, -38.6800317109391, 0.0]], "type": "LineString"}, "id": "408", "properties": {"Unique_ID": 100406169713.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97200213811058, -38.6828266835947, 177.97452077301725, -38.679928700844485], "geometry": {"coordinates": [[177.97452077301725, -38.6828266835947, 0.0], [177.97200213811058, -38.679928700844485, 0.0]], "type": "LineString"}, "id": "409", "properties": {"Unique_ID": 100406168533.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97209693584838, -38.68277606164103, 177.97461557254064, -38.679878081153134], "geometry": {"coordinates": [[177.97461557254064, -38.68277606164103, 0.0], [177.97209693584838, -38.679878081153134, 0.0]], "type": "LineString"}, "id": "410", "properties": {"Unique_ID": 100406167532.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97219173369135, -38.682725439657844, 177.9747103718522, -38.67982746126304], "geometry": {"coordinates": [[177.9747103718522, -38.682725439657844, 0.0], [177.97219173369135, -38.67982746126304, 0.0]], "type": "LineString"}, "id": "411", "properties": {"Unique_ID": 100406166532.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9722865312995, -38.68267481759067, 177.974805171054, -38.679776841355725], "geometry": {"coordinates": [[177.974805171054, -38.68267481759067, 0.0], [177.9722865312995, -38.679776841355725, 0.0]], "type": "LineString"}, "id": "412", "properties": {"Unique_ID": 100406165531.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97238132875185, -38.68262419545217, 177.97489997012224, -38.679726221389004], "geometry": {"coordinates": [[177.97489997012224, -38.68262419545217, 0.0], [177.97238132875185, -38.679726221389004, 0.0]], "type": "LineString"}, "id": "413", "properties": {"Unique_ID": 100406164531.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97247612604846, -38.682573573242344, 177.97499476905696, -38.67967560136282], "geometry": {"coordinates": [[177.97499476905696, -38.682573573242344, 0.0], [177.97247612604846, -38.67967560136282, 0.0]], "type": "LineString"}, "id": "414", "properties": {"Unique_ID": 100406163530.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97257092324068, -38.68252295096945, 177.9750895678428, -38.679624981249795], "geometry": {"coordinates": [[177.9750895678428, -38.68252295096945, 0.0], [177.97257092324068, -38.679624981249795, 0.0]], "type": "LineString"}, "id": "415", "properties": {"Unique_ID": 100406162530.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9726657201638, -38.682472328607076, 177.9751843665291, -38.67957436113785], "geometry": {"coordinates": [[177.9751843665291, -38.682472328607076, 0.0], [177.9726657201638, -38.67957436113785, 0.0]], "type": "LineString"}, "id": "416", "properties": {"Unique_ID": 100406161530.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97276051715787, -38.68242170620969, 177.97527916501386, -38.679523740845426], "geometry": {"coordinates": [[177.97527916501386, -38.68242170620969, 0.0], [177.97276051715787, -38.679523740845426, 0.0]], "type": "LineString"}, "id": "417", "properties": {"Unique_ID": 100406160529.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97285531391708, -38.682371083728306, 177.97537396338882, -38.67947312053581], "geometry": {"coordinates": [[177.97537396338882, -38.682371083728306, 0.0], [177.97285531391708, -38.67947312053581, 0.0]], "type": "LineString"}, "id": "418", "properties": {"Unique_ID": 100406159529.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97295011055473, -38.6823204611811, 177.97546876162, -38.67942250014848], "geometry": {"coordinates": [[177.97546876162, -38.6823204611811, 0.0], [177.97295011055473, -38.67942250014848, 0.0]], "type": "LineString"}, "id": "419", "properties": {"Unique_ID": 100406158528.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97304490701956, -38.68226983855984, 177.97556355972281, -38.67937187971086], "geometry": {"coordinates": [[177.97556355972281, -38.68226983855984, 0.0], [177.97304490701956, -38.67937187971086, 0.0]], "type": "LineString"}, "id": "420", "properties": {"Unique_ID": 100406157528.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97313970324953, -38.68221921585459, 177.97565835771582, -38.67932125925606], "geometry": {"coordinates": [[177.97565835771582, -38.68221921585459, 0.0], [177.97313970324953, -38.67932125925606, 0.0]], "type": "LineString"}, "id": "421", "properties": {"Unique_ID": 100406156527.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97323449958463, -38.68216859311982, 177.97575315549702, -38.679270638602475], "geometry": {"coordinates": [[177.97575315549702, -38.68216859311982, 0.0], [177.97323449958463, -38.679270638602475, 0.0]], "type": "LineString"}, "id": "422", "properties": {"Unique_ID": 100406155527.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97332929565067, -38.682117970295586, 177.9758479531787, -38.67922001795], "geometry": {"coordinates": [[177.9758479531787, -38.682117970295586, 0.0], [177.97332929565067, -38.67922001795, 0.0]], "type": "LineString"}, "id": "423", "properties": {"Unique_ID": 100406154526.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97342409156096, -38.682067347400036, 177.97594275072686, -38.67916939723809], "geometry": {"coordinates": [[177.97594275072686, -38.682067347400036, 0.0], [177.97342409156096, -38.67916939723809, 0.0]], "type": "LineString"}, "id": "424", "properties": {"Unique_ID": 100406153526.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97351888736685, -38.68201672444139, 177.9760375481261, -38.67911877643933], "geometry": {"coordinates": [[177.9760375481261, -38.68201672444139, 0.0], [177.97351888736685, -38.67911877643933, 0.0]], "type": "LineString"}, "id": "425", "properties": {"Unique_ID": 100406152525.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.973613683017, -38.68196610141144, 177.97613234539182, -38.679068155581135], "geometry": {"coordinates": [[177.97613234539182, -38.68196610141144, 0.0], [177.973613683017, -38.679068155581135, 0.0]], "type": "LineString"}, "id": "426", "properties": {"Unique_ID": 100406151524.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97370847839804, -38.68191547829203, 177.97622714255803, -38.67901753472405], "geometry": {"coordinates": [[177.97622714255803, -38.68191547829203, 0.0], [177.97370847839804, -38.67901753472405, 0.0]], "type": "LineString"}, "id": "427", "properties": {"Unique_ID": 100406150524.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97380327388424, -38.68186485514308, 177.97632193951242, -38.6789669136682], "geometry": {"coordinates": [[177.97632193951242, -38.68186485514308, 0.0], [177.97380327388424, -38.6789669136682, 0.0]], "type": "LineString"}, "id": "428", "properties": {"Unique_ID": 100406149523.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97389806913563, -38.68181423191016, 177.97641673635707, -38.678916292595154], "geometry": {"coordinates": [[177.97641673635707, -38.68181423191016, 0.0], [177.97389806913563, -38.678916292595154, 0.0]], "type": "LineString"}, "id": "429", "properties": {"Unique_ID": 100406148522.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97399286423123, -38.68176360860593, 177.97651153306813, -38.67886567146268], "geometry": {"coordinates": [[177.97651153306813, -38.68176360860593, 0.0], [177.97399286423123, -38.67886567146268, 0.0]], "type": "LineString"}, "id": "430", "properties": {"Unique_ID": 100406147521.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9740876591711, -38.68171298523037, 177.97660632964573, -38.67881505027078], "geometry": {"coordinates": [[177.97660632964573, -38.68171298523037, 0.0], [177.9740876591711, -38.67881505027078, 0.0]], "type": "LineString"}, "id": "431", "properties": {"Unique_ID": 100406146520.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97418245389323, -38.68166236177359, 177.97670112610837, -38.67876442905255], "geometry": {"coordinates": [[177.97670112610837, -38.68166236177359, 0.0], [177.97418245389323, -38.67876442905255, 0.0]], "type": "LineString"}, "id": "432", "properties": {"Unique_ID": 100406145519.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9742772486863, -38.68161173828182, 177.97679592236952, -38.67871380765388], "geometry": {"coordinates": [[177.97679592236952, -38.68161173828182, 0.0], [177.9742772486863, -38.67871380765388, 0.0]], "type": "LineString"}, "id": "433", "properties": {"Unique_ID": 100406144517.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97437204321022, -38.68156111470057, 177.9768907185311, -38.678663186256266], "geometry": {"coordinates": [[177.9768907185311, -38.68156111470057, 0.0], [177.97437204321022, -38.678663186256266, 0.0]], "type": "LineString"}, "id": "434", "properties": {"Unique_ID": 100406143516.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9746748605012, -38.68154458545225, 177.976926947432, -38.67851482833869], "geometry": {"coordinates": [[177.976926947432, -38.68154458545225, 0.0], [177.9746748605012, -38.67851482833869, 0.0]], "type": "LineString"}, "id": "435", "properties": {"Unique_ID": 100406142190.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97477396672585, -38.6814993198831, 177.97702605601555, -38.678469564856066], "geometry": {"coordinates": [[177.97702605601555, -38.6814993198831, 0.0], [177.97477396672585, -38.678469564856066, 0.0]], "type": "LineString"}, "id": "436", "properties": {"Unique_ID": 100406141190.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97487307281907, -38.68145405423769, 177.97712516446765, -38.67842430129719], "geometry": {"coordinates": [[177.97712516446765, -38.68145405423769, 0.0], [177.97487307281907, -38.67842430129719, 0.0]], "type": "LineString"}, "id": "437", "properties": {"Unique_ID": 100406140190.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97497217890404, -38.681408788532885, 177.97722427275133, -38.678379037605744], "geometry": {"coordinates": [[177.97722427275133, -38.681408788532885, 0.0], [177.97497217890404, -38.678379037605744, 0.0]], "type": "LineString"}, "id": "438", "properties": {"Unique_ID": 100406139190.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97507128459537, -38.68136352271587, 177.9773233809822, -38.678333773957775], "geometry": {"coordinates": [[177.9773233809822, -38.68136352271587, 0.0], [177.97507128459537, -38.678333773957775, 0.0]], "type": "LineString"}, "id": "439", "properties": {"Unique_ID": 100406138189.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97517039031004, -38.681318256843795, 177.9774224890352, -38.67828851016288], "geometry": {"coordinates": [[177.9774224890352, -38.681318256843795, 0.0], [177.97517039031004, -38.67828851016288, 0.0]], "type": "LineString"}, "id": "440", "properties": {"Unique_ID": 100406137189.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9752694958775, -38.68127299089329, 177.97752159696148, -38.678243246298905], "geometry": {"coordinates": [[177.97752159696148, -38.68127299089329, 0.0], [177.9752694958775, -38.678243246298905, 0.0]], "type": "LineString"}, "id": "441", "properties": {"Unique_ID": 100406136189.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9753686012978, -38.681227724864335, 177.977620704761, -38.67819798236588], "geometry": {"coordinates": [[177.977620704761, -38.681227724864335, 0.0], [177.9753686012978, -38.67819798236588, 0.0]], "type": "LineString"}, "id": "442", "properties": {"Unique_ID": 100406135189.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97546770674137, -38.68118245878033, 177.97771981238265, -38.67815271828586], "geometry": {"coordinates": [[177.97771981238265, -38.68118245878033, 0.0], [177.97546770674137, -38.67815271828586, 0.0]], "type": "LineString"}, "id": "443", "properties": {"Unique_ID": 100406134189.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97556681179128, -38.68113719258411, 177.9778189199515, -38.67810745424936], "geometry": {"coordinates": [[177.9778189199515, -38.68113719258411, 0.0], [177.97556681179128, -38.67810745424936, 0.0]], "type": "LineString"}, "id": "444", "properties": {"Unique_ID": 100406133189.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97566591681723, -38.681091926326346, 177.97791802735665, -38.678062190087516], "geometry": {"coordinates": [[177.97791802735665, -38.681091926326346, 0.0], [177.97566591681723, -38.678062190087516, 0.0]], "type": "LineString"}, "id": "445", "properties": {"Unique_ID": 100406132188.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97576502174329, -38.68104665999664, 177.97801713462087, -38.67801692583499], "geometry": {"coordinates": [[177.97801713462087, -38.68104665999664, 0.0], [177.97576502174329, -38.67801692583499, 0.0]], "type": "LineString"}, "id": "446", "properties": {"Unique_ID": 100406131188.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97586412652214, -38.681001393588495, 177.97811624175836, -38.6779716615134], "geometry": {"coordinates": [[177.97811624175836, -38.681001393588495, 0.0], [177.97586412652214, -38.6779716615134, 0.0]], "type": "LineString"}, "id": "447", "properties": {"Unique_ID": 100406130188.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97596323115377, -38.680956127101936, 177.97821534876917, -38.677926397122754], "geometry": {"coordinates": [[177.97821534876917, -38.680956127101936, 0.0], [177.97596323115377, -38.677926397122754, 0.0]], "type": "LineString"}, "id": "448", "properties": {"Unique_ID": 100406129188.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97606233568553, -38.6809108605434, 177.97831445563898, -38.67788113264141], "geometry": {"coordinates": [[177.97831445563898, -38.6809108605434, 0.0], [177.97606233568553, -38.67788113264141, 0.0]], "type": "LineString"}, "id": "449", "properties": {"Unique_ID": 100406128188.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9761614400701, -38.680865593906454, 177.9784135623821, -38.67783586809102], "geometry": {"coordinates": [[177.9784135623821, -38.680865593906454, 0.0], [177.9761614400701, -38.67783586809102, 0.0]], "type": "LineString"}, "id": "450", "properties": {"Unique_ID": 100406127187.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9762605443074, -38.68082032719107, 177.9785126689985, -38.67779060347157], "geometry": {"coordinates": [[177.9785126689985, -38.68082032719107, 0.0], [177.9762605443074, -38.67779060347157, 0.0]], "type": "LineString"}, "id": "451", "properties": {"Unique_ID": 100406126187.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97635964844486, -38.68077506040374, 177.97861177547395, -38.67774533876144], "geometry": {"coordinates": [[177.97861177547395, -38.68077506040374, 0.0], [177.97635964844486, -38.67774533876144, 0.0]], "type": "LineString"}, "id": "452", "properties": {"Unique_ID": 100406125187.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97648489604916, -38.680733538644084, 177.97870324953328, -38.67768854636715], "geometry": {"coordinates": [[177.97870324953328, -38.680733538644084, 0.0], [177.97648489604916, -38.67768854636715, 0.0]], "type": "LineString"}, "id": "453", "properties": {"Unique_ID": 100406124146.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9765844994434, -38.68068895056555, 177.978802855375, -38.67764396036173], "geometry": {"coordinates": [[177.978802855375, -38.68068895056555, 0.0], [177.9765844994434, -38.67764396036173, 0.0]], "type": "LineString"}, "id": "454", "properties": {"Unique_ID": 100406123145.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97668410270728, -38.68064436240982, 177.9789024610863, -38.67759937427912], "geometry": {"coordinates": [[177.9789024610863, -38.68064436240982, 0.0], [177.97668410270728, -38.67759937427912, 0.0]], "type": "LineString"}, "id": "455", "properties": {"Unique_ID": 100406122145.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9767837058408, -38.68059977417689, 177.97900206666728, -38.677554788119295], "geometry": {"coordinates": [[177.97900206666728, -38.68059977417689, 0.0], [177.9767837058408, -38.677554788119295, 0.0]], "type": "LineString"}, "id": "456", "properties": {"Unique_ID": 100406121144.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97688330884395, -38.68055518586678, 177.97910167211782, -38.67751020188229], "geometry": {"coordinates": [[177.97910167211782, -38.68055518586678, 0.0], [177.97688330884395, -38.67751020188229, 0.0]], "type": "LineString"}, "id": "457", "properties": {"Unique_ID": 100406120144.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97698291171673, -38.680510597479454, 177.979201277438, -38.67746561556811], "geometry": {"coordinates": [[177.979201277438, -38.680510597479454, 0.0], [177.97698291171673, -38.67746561556811, 0.0]], "type": "LineString"}, "id": "458", "properties": {"Unique_ID": 100406119143.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97708251447474, -38.680466009017024, 177.9793008826231, -38.67742102916974], "geometry": {"coordinates": [[177.9793008826231, -38.680466009017024, 0.0], [177.97708251447474, -38.67742102916974, 0.0]], "type": "LineString"}, "id": "459", "properties": {"Unique_ID": 100406118143.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97718211696244, -38.68042142045861, 177.97940048771983, -38.67737644275684], "geometry": {"coordinates": [[177.97940048771983, -38.68042142045861, 0.0], [177.97718211696244, -38.67737644275684, 0.0]], "type": "LineString"}, "id": "460", "properties": {"Unique_ID": 100406117143.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97728171944416, -38.6803768318397, 177.97950009264886, -38.67733185621107], "geometry": {"coordinates": [[177.97950009264886, -38.6803768318397, 0.0], [177.97728171944416, -38.67733185621107, 0.0]], "type": "LineString"}, "id": "461", "properties": {"Unique_ID": 100406116143.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9773813217799, -38.680332243141514, 177.97959969745216, -38.67728726959509], "geometry": {"coordinates": [[177.97959969745216, -38.680332243141514, 0.0], [177.9773813217799, -38.67728726959509, 0.0]], "type": "LineString"}, "id": "462", "properties": {"Unique_ID": 100406115143.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9774809240009, -38.68028765436822, 177.97969930212042, -38.67724268289493], "geometry": {"coordinates": [[177.97969930212042, -38.68028765436822, 0.0], [177.9774809240009, -38.67724268289493, 0.0]], "type": "LineString"}, "id": "463", "properties": {"Unique_ID": 100406114143.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97758052609151, -38.68024306551773, 177.97979890665826, -38.67719809611759], "geometry": {"coordinates": [[177.97979890665826, -38.68024306551773, 0.0], [177.97758052609151, -38.67719809611759, 0.0]], "type": "LineString"}, "id": "464", "properties": {"Unique_ID": 100406113142.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9776801280518, -38.68019847659006, 177.97989851106576, -38.67715350926305], "geometry": {"coordinates": [[177.97989851106576, -38.68019847659006, 0.0], [177.9776801280518, -38.67715350926305, 0.0]], "type": "LineString"}, "id": "465", "properties": {"Unique_ID": 100406112142.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9777797298817, -38.68015388758518, 177.97999811534282, -38.67710892233132], "geometry": {"coordinates": [[177.97999811534282, -38.68015388758518, 0.0], [177.9777797298817, -38.67710892233132, 0.0]], "type": "LineString"}, "id": "466", "properties": {"Unique_ID": 100406111140.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97787933159682, -38.680109298505215, 177.98009771948486, -38.677064335315436], "geometry": {"coordinates": [[177.98009771948486, -38.680109298505215, 0.0], [177.97787933159682, -38.677064335315436, 0.0]], "type": "LineString"}, "id": "467", "properties": {"Unique_ID": 100406110139.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.977978933166, -38.680064709345956, 177.9801973235012, -38.67701974822932], "geometry": {"coordinates": [[177.9801973235012, -38.680064709345956, 0.0], [177.977978933166, -38.67701974822932, 0.0]], "type": "LineString"}, "id": "468", "properties": {"Unique_ID": 100406109137.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97807557979212, -38.680019694447076, 177.980297784024, -38.67697644357494], "geometry": {"coordinates": [[177.980297784024, -38.680019694447076, 0.0], [177.97807557979212, -38.67697644357494, 0.0]], "type": "LineString"}, "id": "469", "properties": {"Unique_ID": 100406108140.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97817512524549, -38.67997502852696, 177.9803973318942, -38.67693177972043], "geometry": {"coordinates": [[177.9803973318942, -38.67997502852696, 0.0], [177.97817512524549, -38.67693177972043, 0.0]], "type": "LineString"}, "id": "470", "properties": {"Unique_ID": 100406107138.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9782746705372, -38.67993036252558, 177.98049687964323, -38.67688711580285], "geometry": {"coordinates": [[177.98049687964323, -38.67993036252558, 0.0], [177.9782746705372, -38.67688711580285, 0.0]], "type": "LineString"}, "id": "471", "properties": {"Unique_ID": 100406106135.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97837421571398, -38.679885696449205, 177.9805964272571, -38.676842451801186], "geometry": {"coordinates": [[177.9805964272571, -38.679885696449205, 0.0], [177.97837421571398, -38.676842451801186, 0.0]], "type": "LineString"}, "id": "472", "properties": {"Unique_ID": 100406105133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9784737607603, -38.67984103029574, 177.98069597474046, -38.67679778772244], "geometry": {"coordinates": [[177.98069597474046, -38.67984103029574, 0.0], [177.9784737607603, -38.67679778772244, 0.0]], "type": "LineString"}, "id": "473", "properties": {"Unique_ID": 100406104131.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97857330569175, -38.6797963640673, 177.98079552208858, -38.67675312355962], "geometry": {"coordinates": [[177.98079552208858, -38.6797963640673, 0.0], [177.97857330569175, -38.67675312355962, 0.0]], "type": "LineString"}, "id": "474", "properties": {"Unique_ID": 100406103128.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9786728504615, -38.67975169775759, 177.9808950693156, -38.67670845933371], "geometry": {"coordinates": [[177.9808950693156, -38.67975169775759, 0.0], [177.9786728504615, -38.67670845933371, 0.0]], "type": "LineString"}, "id": "475", "properties": {"Unique_ID": 100406102126.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97877239511638, -38.67970703137287, 177.98099461640743, -38.67666379502372], "geometry": {"coordinates": [[177.98099461640743, -38.67970703137287, 0.0], [177.97877239511638, -38.67666379502372, 0.0]], "type": "LineString"}, "id": "476", "properties": {"Unique_ID": 100406101124.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97887193964075, -38.679662364911074, 177.98109416336874, -38.676619130636645], "geometry": {"coordinates": [[177.98109416336874, -38.679662364911074, 0.0], [177.97887193964075, -38.676619130636645, 0.0]], "type": "LineString"}, "id": "477", "properties": {"Unique_ID": 100406100122.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.978971483926, -38.67961769835756, 177.98119371023213, -38.676574466221254], "geometry": {"coordinates": [[177.98119371023213, -38.67961769835756, 0.0], [177.978971483926, -38.676574466221254, 0.0]], "type": "LineString"}, "id": "478", "properties": {"Unique_ID": 100406099119.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97907102829808, -38.679573031756235, 177.98129325689985, -38.67652980163127], "geometry": {"coordinates": [[177.98129325689985, -38.679573031756235, 0.0], [177.97907102829808, -38.67652980163127, 0.0]], "type": "LineString"}, "id": "479", "properties": {"Unique_ID": 100406098117.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.979170572431, -38.67952836506319, 177.98139280346962, -38.67648513701295], "geometry": {"coordinates": [[177.98139280346962, -38.67952836506319, 0.0], [177.979170572431, -38.67648513701295, 0.0]], "type": "LineString"}, "id": "480", "properties": {"Unique_ID": 100406097115.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9792701163248, -38.67948369827844, 177.98149234994148, -38.67644047236632], "geometry": {"coordinates": [[177.98149234994148, -38.67948369827844, 0.0], [177.9792701163248, -38.67644047236632, 0.0]], "type": "LineString"}, "id": "481", "properties": {"Unique_ID": 100406096113.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97936966030545, -38.67943903144586, 177.98159189621768, -38.67639580754511], "geometry": {"coordinates": [[177.98159189621768, -38.67943903144586, 0.0], [177.97936966030545, -38.67639580754511, 0.0]], "type": "LineString"}, "id": "482", "properties": {"Unique_ID": 100406095111.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97946920404692, -38.67939436452157, 177.9816914423959, -38.67635114269556], "geometry": {"coordinates": [[177.9816914423959, -38.67939436452157, 0.0], [177.97946920404692, -38.67635114269556, 0.0]], "type": "LineString"}, "id": "483", "properties": {"Unique_ID": 100406094110.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9795687476579, -38.67934969752019, 177.98179098844366, -38.67630647776893], "geometry": {"coordinates": [[177.98179098844366, -38.67934969752019, 0.0], [177.9795687476579, -38.67630647776893, 0.0]], "type": "LineString"}, "id": "484", "properties": {"Unique_ID": 100406093109.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97966829115404, -38.67930503044384, 177.98189053435624, -38.67626181275824], "geometry": {"coordinates": [[177.98189053435624, -38.67930503044384, 0.0], [177.97966829115404, -38.67626181275824, 0.0]], "type": "LineString"}, "id": "485", "properties": {"Unique_ID": 100406092109.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97976783448848, -38.679260363286225, 177.98199008014765, -38.67621714768446], "geometry": {"coordinates": [[177.98199008014765, -38.679260363286225, 0.0], [177.97976783448848, -38.67621714768446, 0.0]], "type": "LineString"}, "id": "486", "properties": {"Unique_ID": 100406091108.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97986737770802, -38.679215696053625, 177.98208962580387, -38.6761724825266], "geometry": {"coordinates": [[177.98208962580387, -38.679215696053625, 0.0], [177.97986737770802, -38.6761724825266, 0.0]], "type": "LineString"}, "id": "487", "properties": {"Unique_ID": 100406090108.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9799669207971, -38.67917102874393, 177.9821891713296, -38.67612781729167], "geometry": {"coordinates": [[177.9821891713296, -38.67917102874393, 0.0], [177.9799669207971, -38.67612781729167, 0.0]], "type": "LineString"}, "id": "488", "properties": {"Unique_ID": 100406089108.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9800664637713, -38.679126361359266, 177.98228871672012, -38.67608315197266], "geometry": {"coordinates": [[177.98228871672012, -38.679126361359266, 0.0], [177.9800664637713, -38.67608315197266, 0.0]], "type": "LineString"}, "id": "489", "properties": {"Unique_ID": 100406088108.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9801660065838, -38.679081693893316, 177.98238826198948, -38.67603848659057], "geometry": {"coordinates": [[177.98238826198948, -38.679081693893316, 0.0], [177.9801660065838, -38.67603848659057, 0.0]], "type": "LineString"}, "id": "490", "properties": {"Unique_ID": 100406087108.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98033011142576, -38.67904591185691, 177.98246885528442, -38.67596615677531], "geometry": {"coordinates": [[177.98246885528442, -38.67904591185691, 0.0], [177.98033011142576, -38.67596615677531, 0.0]], "type": "LineString"}, "id": "491", "properties": {"Unique_ID": 100406086032.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98043084942913, -38.67900292283898, 177.9825695959397, -38.675923169796654], "geometry": {"coordinates": [[177.9825695959397, -38.67900292283898, 0.0], [177.98043084942913, -38.675923169796654, 0.0]], "type": "LineString"}, "id": "492", "properties": {"Unique_ID": 100406085032.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9805315874319, -38.67895993375798, 177.98267033642912, -38.67588018268446], "geometry": {"coordinates": [[177.98267033642912, -38.67895993375798, 0.0], [177.9805315874319, -38.67588018268446, 0.0]], "type": "LineString"}, "id": "493", "properties": {"Unique_ID": 100406084032.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9806323250528, -38.678916944565096, 177.9827710768671, -38.675837195601375], "geometry": {"coordinates": [[177.9827710768671, -38.678916944565096, 0.0], [177.9806323250528, -38.675837195601375, 0.0]], "type": "LineString"}, "id": "494", "properties": {"Unique_ID": 100406083032.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9807330626731, -38.67887395530917, 177.9828718171392, -38.67579420838474], "geometry": {"coordinates": [[177.9828718171392, -38.67887395530917, 0.0], [177.9807330626731, -38.67579420838474, 0.0]], "type": "LineString"}, "id": "495", "properties": {"Unique_ID": 100406082032.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98083380029277, -38.67883096599018, 177.9829725572455, -38.67575122103455], "geometry": {"coordinates": [[177.9829725572455, -38.67883096599018, 0.0], [177.98083380029277, -38.67575122103455, 0.0]], "type": "LineString"}, "id": "496", "properties": {"Unique_ID": 100406081032.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9809345375306, -38.678787976559306, 177.9830732973003, -38.67570823371348], "geometry": {"coordinates": [[177.9830732973003, -38.678787976559306, 0.0], [177.9809345375306, -38.67570823371348, 0.0]], "type": "LineString"}, "id": "497", "properties": {"Unique_ID": 100406080031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98103527476783, -38.67874498706538, 177.98317403718926, -38.67566524625886], "geometry": {"coordinates": [[177.98317403718926, -38.67874498706538, 0.0], [177.98103527476783, -38.67566524625886, 0.0]], "type": "LineString"}, "id": "498", "properties": {"Unique_ID": 100406079031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98113601200444, -38.67870199750839, 177.98327477691237, -38.67562225867068], "geometry": {"coordinates": [[177.98327477691237, -38.67870199750839, 0.0], [177.98113601200444, -38.67562225867068, 0.0]], "type": "LineString"}, "id": "499", "properties": {"Unique_ID": 100406078031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98123674885917, -38.67865900783953, 177.98337551658403, -38.67557927111164], "geometry": {"coordinates": [[177.98337551658403, -38.67865900783953, 0.0], [177.98123674885917, -38.67557927111164, 0.0]], "type": "LineString"}, "id": "500", "properties": {"Unique_ID": 100406077031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98133748571334, -38.678616018107604, 177.98347625608983, -38.67553628341904], "geometry": {"coordinates": [[177.98347625608983, -38.678616018107604, 0.0], [177.98133748571334, -38.67553628341904, 0.0]], "type": "LineString"}, "id": "501", "properties": {"Unique_ID": 100406076031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98143822256685, -38.67857302831263, 177.98357699542981, -38.67549329559288], "geometry": {"coordinates": [[177.98357699542981, -38.67857302831263, 0.0], [177.98143822256685, -38.67549329559288, 0.0]], "type": "LineString"}, "id": "502", "properties": {"Unique_ID": 100406075031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9815389591656, -38.678530038422046, 177.98367773468019, -38.67545030774163], "geometry": {"coordinates": [[177.98367773468019, -38.678530038422046, 0.0], [177.9815389591656, -38.67545030774163, 0.0]], "type": "LineString"}, "id": "503", "properties": {"Unique_ID": 100406074031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98163969550959, -38.67848704843587, 177.98377847384097, -38.675407319865286], "geometry": {"coordinates": [[177.98377847384097, -38.67848704843587, 0.0], [177.98163969550959, -38.675407319865286, 0.0]], "type": "LineString"}, "id": "504", "properties": {"Unique_ID": 100406073031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98174043185296, -38.67844405838664, 177.98387921283592, -38.675364331855384], "geometry": {"coordinates": [[177.98387921283592, -38.67844405838664, 0.0], [177.98174043185296, -38.675364331855384, 0.0]], "type": "LineString"}, "id": "505", "properties": {"Unique_ID": 100406072031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9818411681957, -38.67840106827435, 177.983979951665, -38.675321343711914], "geometry": {"coordinates": [[177.983979951665, -38.67840106827435, 0.0], [177.9818411681957, -38.675321343711914, 0.0]], "type": "LineString"}, "id": "506", "properties": {"Unique_ID": 100406071031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9819419041566, -38.678358078050174, 177.98408069044262, -38.675278355597605], "geometry": {"coordinates": [[177.98408069044262, -38.678358078050174, 0.0], [177.9819419041566, -38.675278355597605, 0.0]], "type": "LineString"}, "id": "507", "properties": {"Unique_ID": 100406070031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9820426401169, -38.678315087762975, 177.9841814290544, -38.67523536734974], "geometry": {"coordinates": [[177.9841814290544, -38.678315087762975, 0.0], [177.9820426401169, -38.67523536734974, 0.0]], "type": "LineString"}, "id": "508", "properties": {"Unique_ID": 100406069031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98214337607658, -38.67827209741269, 177.98428216750037, -38.675192378968305], "geometry": {"coordinates": [[177.98428216750037, -38.67827209741269, 0.0], [177.98214337607658, -38.675192378968305, 0.0]], "type": "LineString"}, "id": "509", "properties": {"Unique_ID": 100406068031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98224411165438, -38.67822910695057, 177.98438290589482, -38.67514939061602], "geometry": {"coordinates": [[177.98438290589482, -38.67822910695057, 0.0], [177.98224411165438, -38.67514939061602, 0.0]], "type": "LineString"}, "id": "510", "properties": {"Unique_ID": 100406067031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98246561501807, -38.67820152520916, 177.9844480352654, -38.67505817451322], "geometry": {"coordinates": [[177.9844480352654, -38.67820152520916, 0.0], [177.98246561501807, -38.67505817451322, 0.0]], "type": "LineString"}, "id": "511", "properties": {"Unique_ID": 100406065894.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98256843192448, -38.67816167777479, 177.98455085503528, -38.67501832897663], "geometry": {"coordinates": [[177.98455085503528, -38.67816167777479, 0.0], [177.98256843192448, -38.67501832897663, 0.0]], "type": "LineString"}, "id": "512", "properties": {"Unique_ID": 100406064894.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98267124857685, -38.67812183024167, 177.9846536747228, -38.674978483407834], "geometry": {"coordinates": [[177.9846536747228, -38.67812183024167, 0.0], [177.98267124857685, -38.674978483407834, 0.0]], "type": "LineString"}, "id": "513", "properties": {"Unique_ID": 100406063894.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98277406510732, -38.67808198262521, 177.98475649428835, -38.674938637755666], "geometry": {"coordinates": [[177.98475649428835, -38.67808198262521, 0.0], [177.98277406510732, -38.674938637755666, 0.0]], "type": "LineString"}, "id": "514", "properties": {"Unique_ID": 100406062893.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98287688151584, -38.678042134925356, 177.9848593137319, -38.67489879202016], "geometry": {"coordinates": [[177.9848593137319, -38.678042134925356, 0.0], [177.98287688151584, -38.67489879202016, 0.0]], "type": "LineString"}, "id": "515", "properties": {"Unique_ID": 100406061893.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9829796978024, -38.67800228714214, 177.98496213305353, -38.674858946201276], "geometry": {"coordinates": [[177.98496213305353, -38.67800228714214, 0.0], [177.9829796978024, -38.674858946201276, 0.0]], "type": "LineString"}, "id": "516", "properties": {"Unique_ID": 100406060893.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98308251396702, -38.67796243927556, 177.98506495225317, -38.674819100299025], "geometry": {"coordinates": [[177.98506495225317, -38.67796243927556, 0.0], [177.98308251396702, -38.674819100299025, 0.0]], "type": "LineString"}, "id": "517", "properties": {"Unique_ID": 100406059893.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9831853300097, -38.67792259132561, 177.9851677713308, -38.67477925431339], "geometry": {"coordinates": [[177.9851677713308, -38.67792259132561, 0.0], [177.9831853300097, -38.67477925431339, 0.0]], "type": "LineString"}, "id": "518", "properties": {"Unique_ID": 100406058893.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9832881459304, -38.677882743292294, 177.9852705902865, -38.674739408244406], "geometry": {"coordinates": [[177.9852705902865, -38.677882743292294, 0.0], [177.9832881459304, -38.674739408244406, 0.0]], "type": "LineString"}, "id": "519", "properties": {"Unique_ID": 100406057893.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98339096172916, -38.677842895175594, 177.9853734091202, -38.674699562092066], "geometry": {"coordinates": [[177.9853734091202, -38.677842895175594, 0.0], [177.98339096172916, -38.674699562092066, 0.0]], "type": "LineString"}, "id": "520", "properties": {"Unique_ID": 100406056893.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.983493777406, -38.67780304697553, 177.98547622783192, -38.67465971585637], "geometry": {"coordinates": [[177.98547622783192, -38.67780304697553, 0.0], [177.983493777406, -38.67465971585637, 0.0]], "type": "LineString"}, "id": "521", "properties": {"Unique_ID": 100406055893.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98359659282886, -38.67776319867675, 177.9855790464613, -38.67461986958846], "geometry": {"coordinates": [[177.9855790464613, -38.67776319867675, 0.0], [177.98359659282886, -38.67461986958846, 0.0]], "type": "LineString"}, "id": "522", "properties": {"Unique_ID": 100406054892.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9836994082618, -38.67772335030995, 177.98568186492912, -38.67458002318602], "geometry": {"coordinates": [[177.98568186492912, -38.67772335030995, 0.0], [177.9836994082618, -38.67458002318602, 0.0]], "type": "LineString"}, "id": "523", "properties": {"Unique_ID": 100406053892.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98380222357275, -38.677683501859775, 177.98578468327494, -38.67454017670022], "geometry": {"coordinates": [[177.98578468327494, -38.677683501859775, 0.0], [177.98380222357275, -38.67454017670022, 0.0]], "type": "LineString"}, "id": "524", "properties": {"Unique_ID": 100406052892.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98390503877593, -38.677643653327905, 177.98588750149455, -38.67450033012559], "geometry": {"coordinates": [[177.98588750149455, -38.677643653327905, 0.0], [177.98390503877593, -38.67450033012559, 0.0]], "type": "LineString"}, "id": "525", "properties": {"Unique_ID": 100406051892.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98400785384302, -38.67760380471102, 177.9859903195964, -38.67446048347306], "geometry": {"coordinates": [[177.9859903195964, -38.67760380471102, 0.0], [177.98400785384302, -38.67446048347306, 0.0]], "type": "LineString"}, "id": "526", "properties": {"Unique_ID": 100406050892.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98411066877404, -38.6775639560091, 177.98609313758055, -38.67442063674267], "geometry": {"coordinates": [[177.98609313758055, -38.6775639560091, 0.0], [177.98411066877404, -38.67442063674267, 0.0]], "type": "LineString"}, "id": "527", "properties": {"Unique_ID": 100406049892.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98421348359722, -38.67752410722548, 177.9861959554385, -38.674380789923426], "geometry": {"coordinates": [[177.9861959554385, -38.67752410722548, 0.0], [177.98421348359722, -38.674380789923426, 0.0]], "type": "LineString"}, "id": "528", "properties": {"Unique_ID": 100406048892.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98431629829847, -38.67748425835848, 177.98629877317444, -38.674340943020816], "geometry": {"coordinates": [[177.98629877317444, -38.67748425835848, 0.0], [177.98431629829847, -38.674340943020816, 0.0]], "type": "LineString"}, "id": "529", "properties": {"Unique_ID": 100406047892.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98441911300978, -38.67744440942349, 177.9864015907488, -38.67430109598369], "geometry": {"coordinates": [[177.9864015907488, -38.67744440942349, 0.0], [177.98441911300978, -38.67430109598369, 0.0]], "type": "LineString"}, "id": "530", "properties": {"Unique_ID": 100406046892.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9845219274671, -38.67740456038976, 177.98650440824082, -38.67426124891437], "geometry": {"coordinates": [[177.98650440824082, -38.67740456038976, 0.0], [177.9845219274671, -38.67426124891437, 0.0]], "type": "LineString"}, "id": "531", "properties": {"Unique_ID": 100406045891.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9845581680828, -38.67735654694561, 177.98662700522618, -38.67424762198945], "geometry": {"coordinates": [[177.98662700522618, -38.67735654694561, 0.0], [177.9845581680828, -38.67424762198945, 0.0]], "type": "LineString"}, "id": "532", "properties": {"Unique_ID": 100406044974.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98465985769838, -38.67731496203114, 177.9867286976867, -38.674206039089995], "geometry": {"coordinates": [[177.9867286976867, -38.67731496203114, 0.0], [177.98465985769838, -38.674206039089995, 0.0]], "type": "LineString"}, "id": "533", "properties": {"Unique_ID": 100406043974.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98476154734746, -38.67727337705501, 177.98683038997436, -38.67416445604448], "geometry": {"coordinates": [[177.98683038997436, -38.67727337705501, 0.0], [177.98476154734746, -38.67416445604448, 0.0]], "type": "LineString"}, "id": "534", "properties": {"Unique_ID": 100406042974.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98486323658327, -38.67723179196238, 177.9869320822232, -38.67412287303563], "geometry": {"coordinates": [[177.9869320822232, -38.67723179196238, 0.0], [177.98486323658327, -38.67412287303563, 0.0]], "type": "LineString"}, "id": "535", "properties": {"Unique_ID": 100406041974.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9849649258526, -38.67719020680806, 177.98703377429925, -38.67408128988072], "geometry": {"coordinates": [[177.98703377429925, -38.67719020680806, 0.0], [177.9849649258526, -38.67408128988072, 0.0]], "type": "LineString"}, "id": "536", "properties": {"Unique_ID": 100406040974.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98506661496734, -38.67714862156899, 177.98713546625885, -38.67403970665665], "geometry": {"coordinates": [[177.98713546625885, -38.67714862156899, 0.0], [177.98506661496734, -38.67403970665665, 0.0]], "type": "LineString"}, "id": "537", "properties": {"Unique_ID": 100406039974.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9851683041156, -38.677107036268225, 177.98723715804562, -38.67399812328654], "geometry": {"coordinates": [[177.98723715804562, -38.677107036268225, 0.0], [177.9851683041156, -38.67399812328654, 0.0]], "type": "LineString"}, "id": "538", "properties": {"Unique_ID": 100406038974.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98526999285062, -38.67706545085097, 177.98733884979356, -38.67395653995307], "geometry": {"coordinates": [[177.98733884979356, -38.67706545085097, 0.0], [177.98526999285062, -38.67395653995307, 0.0]], "type": "LineString"}, "id": "539", "properties": {"Unique_ID": 100406037973.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98537168161914, -38.67702386537203, 177.98744054136864, -38.673914956473546], "geometry": {"coordinates": [[177.98744054136864, -38.67702386537203, 0.0], [177.98537168161914, -38.673914956473546, 0.0]], "type": "LineString"}, "id": "540", "properties": {"Unique_ID": 100406036973.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98547337023305, -38.67698227980833, 177.98754223282734, -38.67387337292489], "geometry": {"coordinates": [[177.98754223282734, -38.67698227980833, 0.0], [177.98547337023305, -38.67387337292489, 0.0]], "type": "LineString"}, "id": "541", "properties": {"Unique_ID": 100406035973.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98557505886583, -38.676940694181155, 177.9876439241176, -38.673831789236175], "geometry": {"coordinates": [[177.9876439241176, -38.676940694181155, 0.0], [177.98557505886583, -38.673831789236175, 0.0]], "type": "LineString"}, "id": "542", "properties": {"Unique_ID": 100406034973.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98567674711472, -38.67689910844108, 177.9877456153602, -38.6737902055721], "geometry": {"coordinates": [[177.9877456153602, -38.67689910844108, 0.0], [177.98567674711472, -38.6737902055721, 0.0]], "type": "LineString"}, "id": "543", "properties": {"Unique_ID": 100406033973.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98577843536773, -38.67685752263572, 177.98784730643882, -38.67374862177397], "geometry": {"coordinates": [[177.98784730643882, -38.67685752263572, 0.0], [177.98577843536773, -38.67374862177397, 0.0]], "type": "LineString"}, "id": "544", "properties": {"Unique_ID": 100406032973.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9858801236396, -38.676815936766886, 177.98794899734898, -38.67370703783581], "geometry": {"coordinates": [[177.98794899734898, -38.676815936766886, 0.0], [177.9858801236396, -38.67370703783581, 0.0]], "type": "LineString"}, "id": "545", "properties": {"Unique_ID": 100406031973.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98598181149816, -38.67677435078156, 177.9880506882203, -38.67366545393429], "geometry": {"coordinates": [[177.9880506882203, -38.67677435078156, 0.0], [177.98598181149816, -38.67366545393429, 0.0]], "type": "LineString"}, "id": "546", "properties": {"Unique_ID": 100406030973.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98608349939025, -38.67673276473455, 177.98815237891884, -38.67362386988673], "geometry": {"coordinates": [[177.98815237891884, -38.67673276473455, 0.0], [177.98608349939025, -38.67362386988673, 0.0]], "type": "LineString"}, "id": "547", "properties": {"Unique_ID": 100406029973.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98618518712775, -38.67669117860278, 177.98825406950093, -38.673582285770024], "geometry": {"coordinates": [[177.98825406950093, -38.67669117860278, 0.0], [177.98618518712775, -38.673582285770024, 0.0]], "type": "LineString"}, "id": "548", "properties": {"Unique_ID": 100406028973.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98628687489878, -38.67664959240934, 177.98835575991018, -38.67354070150727], "geometry": {"coordinates": [[177.98835575991018, -38.67664959240934, 0.0], [177.98628687489878, -38.67354070150727, 0.0]], "type": "LineString"}, "id": "549", "properties": {"Unique_ID": 100406027972.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98638856225654, -38.6766080060994, 177.9884574502806, -38.67349911728116], "geometry": {"coordinates": [[177.9884574502806, -38.6766080060994, 0.0], [177.98638856225654, -38.67349911728116, 0.0]], "type": "LineString"}, "id": "550", "properties": {"Unique_ID": 100406026972.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98660820769743, -38.67658206914318, 177.98852539260585, -38.67341398113256], "geometry": {"coordinates": [[177.98852539260585, -38.67658206914318, 0.0], [177.98660820769743, -38.67341398113256, 0.0]], "type": "LineString"}, "id": "551", "properties": {"Unique_ID": 100406025836.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9867118313033, -38.67654353205218, 177.9886290192245, -38.6733754459068], "geometry": {"coordinates": [[177.9886290192245, -38.67654353205218, 0.0], [177.9867118313033, -38.6733754459068, 0.0]], "type": "LineString"}, "id": "552", "properties": {"Unique_ID": 100406024836.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98681545452186, -38.676504994846304, 177.9887326458042, -38.6733369106957], "geometry": {"coordinates": [[177.9887326458042, -38.676504994846304, 0.0], [177.98681545452186, -38.6733369106957, 0.0]], "type": "LineString"}, "id": "553", "properties": {"Unique_ID": 100406023836.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98691907788904, -38.67646645758534, 177.9888362721841, -38.673298375299986], "geometry": {"coordinates": [[177.9888362721841, -38.67646645758534, 0.0], [177.98691907788904, -38.673298375299986, 0.0]], "type": "LineString"}, "id": "554", "properties": {"Unique_ID": 100406022836.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98702270100287, -38.67642792022446, 177.9889398984848, -38.67325983986913], "geometry": {"coordinates": [[177.9889398984848, -38.67642792022446, 0.0], [177.98702270100287, -38.67325983986913, 0.0]], "type": "LineString"}, "id": "555", "properties": {"Unique_ID": 100406021836.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98712632384965, -38.67638938276211, 177.98904352471047, -38.67322130440821], "geometry": {"coordinates": [[177.98904352471047, -38.67638938276211, 0.0], [177.98712632384965, -38.67322130440821, 0.0]], "type": "LineString"}, "id": "556", "properties": {"Unique_ID": 100406020836.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98722994687245, -38.67635084524777, 177.9891471507281, -38.673182768752504], "geometry": {"coordinates": [[177.9891471507281, -38.67635084524777, 0.0], [177.98722994687245, -38.673182768752504, 0.0]], "type": "LineString"}, "id": "557", "properties": {"Unique_ID": 100406019836.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98733356949424, -38.67631230761702, 177.98925077671086, -38.67314423311655], "geometry": {"coordinates": [[177.98925077671086, -38.67631230761702, 0.0], [177.98733356949424, -38.67314423311655, 0.0]], "type": "LineString"}, "id": "558", "properties": {"Unique_ID": 100406018835.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9874371922646, -38.67627376993117, 177.9893544024938, -38.673105697295995], "geometry": {"coordinates": [[177.9893544024938, -38.67627376993117, 0.0], [177.9874371922646, -38.673105697295995, 0.0]], "type": "LineString"}, "id": "559", "properties": {"Unique_ID": 100406017835.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98754081478162, -38.67623523214542, 177.98945802819762, -38.67306716144029], "geometry": {"coordinates": [[177.98945802819762, -38.67623523214542, 0.0], [177.98754081478162, -38.67306716144029, 0.0]], "type": "LineString"}, "id": "560", "properties": {"Unique_ID": 100406016833.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98764443703158, -38.6761966942582, 177.9895616538263, -38.67302862555453], "geometry": {"coordinates": [[177.9895616538263, -38.6761966942582, 0.0], [177.98764443703158, -38.67302862555453, 0.0]], "type": "LineString"}, "id": "561", "properties": {"Unique_ID": 100406015830.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98774805945757, -38.67615815631897, 177.98966527924702, -38.67299008947398], "geometry": {"coordinates": [[177.98966527924702, -38.67615815631897, 0.0], [177.98774805945757, -38.67299008947398, 0.0]], "type": "LineString"}, "id": "562", "properties": {"Unique_ID": 100406014826.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9878516816165, -38.676119618278314, 177.98976890459264, -38.672951553363355], "geometry": {"coordinates": [[177.98976890459264, -38.676119618278314, 0.0], [177.9878516816165, -38.672951553363355, 0.0]], "type": "LineString"}, "id": "563", "properties": {"Unique_ID": 100406013821.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9879553036561, -38.67608108015265, 177.98987252981888, -38.67291301716778], "geometry": {"coordinates": [[177.98987252981888, -38.67608108015265, 0.0], [177.9879553036561, -38.67291301716778, 0.0]], "type": "LineString"}, "id": "564", "properties": {"Unique_ID": 100406012814.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9880589255763, -38.67604254194203, 177.98997615492573, -38.672874480887245], "geometry": {"coordinates": [[177.98997615492573, -38.67604254194203, 0.0], [177.9880589255763, -38.672874480887245, 0.0]], "type": "LineString"}, "id": "565", "properties": {"Unique_ID": 100406011807.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98816254724318, -38.67600400363148, 177.9900797799534, -38.672835944571545], "geometry": {"coordinates": [[177.9900797799534, -38.67600400363148, 0.0], [177.98816254724318, -38.672835944571545, 0.0]], "type": "LineString"}, "id": "566", "properties": {"Unique_ID": 100406010799.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98826616904495, -38.67596546526435, 177.9901834047854, -38.67279740807634], "geometry": {"coordinates": [[177.9901834047854, -38.67596546526435, 0.0], [177.98826616904495, -38.67279740807634, 0.0]], "type": "LineString"}, "id": "567", "properties": {"Unique_ID": 100406009791.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9886650729056, -38.67596141731334, 177.9902023914973, -38.67266852872074], "geometry": {"coordinates": [[177.9902023914973, -38.67596141731334, 0.0], [177.9886650729056, -38.67266852872074, 0.0]], "type": "LineString"}, "id": "568", "properties": {"Unique_ID": 100406008549.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98877277706424, -38.675930515406286, 177.99031009964148, -38.672637628510756], "geometry": {"coordinates": [[177.99031009964148, -38.675930515406286, 0.0], [177.98877277706424, -38.672637628510756, 0.0]], "type": "LineString"}, "id": "569", "properties": {"Unique_ID": 100406007548.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9888804811205, -38.675899613405676, 177.9904178076833, -38.67260672820722], "geometry": {"coordinates": [[177.9904178076833, -38.675899613405676, 0.0], [177.9888804811205, -38.67260672820722, 0.0]], "type": "LineString"}, "id": "570", "properties": {"Unique_ID": 100406006548.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9889881850744, -38.6758687113115, 177.9905255156227, -38.67257582781014], "geometry": {"coordinates": [[177.9905255156227, -38.6758687113115, 0.0], [177.9889881850744, -38.67257582781014, 0.0]], "type": "LineString"}, "id": "571", "properties": {"Unique_ID": 100406005547.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98909588893687, -38.6758378091247, 177.9906332234564, -38.672544927316345], "geometry": {"coordinates": [[177.9906332234564, -38.6758378091247, 0.0], [177.98909588893687, -38.672544927316345, 0.0]], "type": "LineString"}, "id": "572", "properties": {"Unique_ID": 100406004547.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98920359268598, -38.6758069068434, 177.99074093119103, -38.672514026732145], "geometry": {"coordinates": [[177.99074093119103, -38.6758069068434, 0.0], [177.98920359268598, -38.672514026732145, 0.0]], "type": "LineString"}, "id": "573", "properties": {"Unique_ID": 100406003546.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98931129632177, -38.67577600446758, 177.99084863882652, -38.672483126057536], "geometry": {"coordinates": [[177.99084863882652, -38.67577600446758, 0.0], [177.98931129632177, -38.672483126057536, 0.0]], "type": "LineString"}, "id": "574", "properties": {"Unique_ID": 100406002546.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98941899986616, -38.67574510199916, 177.99095634635634, -38.67245222528623], "geometry": {"coordinates": [[177.99095634635634, -38.67574510199916, 0.0], [177.98941899986616, -38.67245222528623, 0.0]], "type": "LineString"}, "id": "575", "properties": {"Unique_ID": 100406001546.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98952670330814, -38.67571419943717, 177.99106405378376, -38.67242132442137], "geometry": {"coordinates": [[177.99106405378376, -38.67571419943717, 0.0], [177.98952670330814, -38.67242132442137, 0.0]], "type": "LineString"}, "id": "576", "properties": {"Unique_ID": 100406000545.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98963440664778, -38.67568329678162, 177.99117176110877, -38.67239042346296], "geometry": {"coordinates": [[177.99117176110877, -38.67568329678162, 0.0], [177.98963440664778, -38.67239042346296, 0.0]], "type": "LineString"}, "id": "577", "properties": {"Unique_ID": 100405999545.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98974210988504, -38.67565239403251, 177.99127946833138, -38.672359522410986], "geometry": {"coordinates": [[177.99127946833138, -38.67565239403251, 0.0], [177.98974210988504, -38.672359522410986, 0.0]], "type": "LineString"}, "id": "578", "properties": {"Unique_ID": 100405998545.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9898498130199, -38.67562149118983, 177.9913871754516, -38.672328621265464], "geometry": {"coordinates": [[177.9913871754516, -38.67562149118983, 0.0], [177.9898498130199, -38.672328621265464, 0.0]], "type": "LineString"}, "id": "579", "properties": {"Unique_ID": 100405997545.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98995751606338, -38.67559058825455, 177.99149488246616, -38.67229772002324], "geometry": {"coordinates": [[177.99149488246616, -38.67559058825455, 0.0], [177.98995751606338, -38.67229772002324, 0.0]], "type": "LineString"}, "id": "580", "properties": {"Unique_ID": 100405996545.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99006521899352, -38.675559685224755, 177.99160258938156, -38.67226681869063], "geometry": {"coordinates": [[177.99160258938156, -38.675559685224755, 0.0], [177.99006521899352, -38.67226681869063, 0.0]], "type": "LineString"}, "id": "581", "properties": {"Unique_ID": 100405995545.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99017292181028, -38.675528782100464, 177.99171029619788, -38.67223591726759], "geometry": {"coordinates": [[177.99171029619788, -38.675528782100464, 0.0], [177.99017292181028, -38.67223591726759, 0.0]], "type": "LineString"}, "id": "582", "properties": {"Unique_ID": 100405994545.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99028062453567, -38.675497878883554, 177.99181800290847, -38.67220501574787], "geometry": {"coordinates": [[177.99181800290847, -38.675497878883554, 0.0], [177.99028062453567, -38.67220501574787, 0.0]], "type": "LineString"}, "id": "583", "properties": {"Unique_ID": 100405993544.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99038832715866, -38.67546697557309, 177.99192570951672, -38.672174114134584], "geometry": {"coordinates": [[177.99192570951672, -38.67546697557309, 0.0], [177.99038832715866, -38.672174114134584, 0.0]], "type": "LineString"}, "id": "584", "properties": {"Unique_ID": 100405992544.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99049602967926, -38.67543607216905, 177.99203341602257, -38.67214321242775], "geometry": {"coordinates": [[177.99203341602257, -38.67543607216905, 0.0], [177.99049602967926, -38.67214321242775, 0.0]], "type": "LineString"}, "id": "585", "properties": {"Unique_ID": 100405991543.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9906037320975, -38.67540516867146, 177.99214112242595, -38.672112310627384], "geometry": {"coordinates": [[177.99214112242595, -38.67540516867146, 0.0], [177.9906037320975, -38.672112310627384, 0.0]], "type": "LineString"}, "id": "586", "properties": {"Unique_ID": 100405990542.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99079314142412, -38.675381421747325, 177.9922245555559, -38.6720593353102], "geometry": {"coordinates": [[177.9922245555559, -38.675381421747325, 0.0], [177.99079314142412, -38.6720593353102, 0.0]], "type": "LineString"}, "id": "587", "properties": {"Unique_ID": 100405989480.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99090179959404, -38.67535264835458, 177.99233321791968, -38.67203056354432], "geometry": {"coordinates": [[177.99233321791968, -38.67535264835458, 0.0], [177.99090179959404, -38.67203056354432, 0.0]], "type": "LineString"}, "id": "588", "properties": {"Unique_ID": 100405988478.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9910104576872, -38.67532387486774, 177.9924418801802, -38.672001791677346], "geometry": {"coordinates": [[177.9924418801802, -38.67532387486774, 0.0], [177.9910104576872, -38.672001791677346, 0.0]], "type": "LineString"}, "id": "589", "properties": {"Unique_ID": 100405987475.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99111911566285, -38.6752951012836, 177.99255054234968, -38.671973019720085], "geometry": {"coordinates": [[177.99255054234968, -38.6752951012836, 0.0], [177.99111911566285, -38.671973019720085, 0.0]], "type": "LineString"}, "id": "590", "properties": {"Unique_ID": 100405986474.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99122777341552, -38.675266327593754, 177.99265920445978, -38.67194424770046], "geometry": {"coordinates": [[177.99265920445978, -38.675266327593754, 0.0], [177.99122777341552, -38.67194424770046, 0.0]], "type": "LineString"}, "id": "591", "properties": {"Unique_ID": 100405985473.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99133643119694, -38.67523755381823, 177.992767866435, -38.67191547555182], "geometry": {"coordinates": [[177.992767866435, -38.67523755381823, 0.0], [177.99133643119694, -38.67191547555182, 0.0]], "type": "LineString"}, "id": "592", "properties": {"Unique_ID": 100405984473.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9914450889016, -38.675208779948605, 177.99287652830697, -38.671886703302086], "geometry": {"coordinates": [[177.99287652830697, -38.675208779948605, 0.0], [177.9914450889016, -38.671886703302086, 0.0]], "type": "LineString"}, "id": "593", "properties": {"Unique_ID": 100405983473.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99155374663505, -38.675180005993305, 177.992985190044, -38.671857930923366], "geometry": {"coordinates": [[177.992985190044, -38.675180005993305, 0.0], [177.99155374663505, -38.671857930923366, 0.0]], "type": "LineString"}, "id": "594", "properties": {"Unique_ID": 100405982473.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99166240414544, -38.67515123193229, 177.99309385172168, -38.67182915848228], "geometry": {"coordinates": [[177.99309385172168, -38.67515123193229, 0.0], [177.99166240414544, -38.67182915848228, 0.0]], "type": "LineString"}, "id": "595", "properties": {"Unique_ID": 100405981473.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99177106154858, -38.6751224577748, 177.99320251330525, -38.671800385948195], "geometry": {"coordinates": [[177.99320251330525, -38.6751224577748, 0.0], [177.99177106154858, -38.671800385948195, 0.0]], "type": "LineString"}, "id": "596", "properties": {"Unique_ID": 100405980473.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9918797188444, -38.675093683520785, 177.99331117479474, -38.671771613321134], "geometry": {"coordinates": [[177.99331117479474, -38.675093683520785, 0.0], [177.9918797188444, -38.671771613321134, 0.0]], "type": "LineString"}, "id": "597", "properties": {"Unique_ID": 100405979473.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99198837606343, -38.6750649091727, 177.99341983618098, -38.671742840592984], "geometry": {"coordinates": [[177.99341983618098, -38.6750649091727, 0.0], [177.99198837606343, -38.671742840592984, 0.0]], "type": "LineString"}, "id": "598", "properties": {"Unique_ID": 100405978473.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.992097033165, -38.67503613472731, 177.99352849747615, -38.671714067774545], "geometry": {"coordinates": [[177.99352849747615, -38.67503613472731, 0.0], [177.992097033165, -38.671714067774545, 0.0]], "type": "LineString"}, "id": "599", "properties": {"Unique_ID": 100405977473.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9922056900436, -38.67500736017621, 177.993637158712, -38.67168529489376], "geometry": {"coordinates": [[177.993637158712, -38.67500736017621, 0.0], [177.9922056900436, -38.67168529489376, 0.0]], "type": "LineString"}, "id": "600", "properties": {"Unique_ID": 100405976473.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99231434695093, -38.67497858553943, 177.99374581981291, -38.671656521883946], "geometry": {"coordinates": [[177.99374581981291, -38.67497858553943, 0.0], [177.99231434695093, -38.671656521883946, 0.0]], "type": "LineString"}, "id": "601", "properties": {"Unique_ID": 100405975472.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99242300378145, -38.67494981080856, 177.99385448081054, -38.67162774877307], "geometry": {"coordinates": [[177.99385448081054, -38.67494981080856, 0.0], [177.99242300378145, -38.67162774877307, 0.0]], "type": "LineString"}, "id": "602", "properties": {"Unique_ID": 100405974472.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99253166064076, -38.67492103599202, 177.9939631416733, -38.67159897553318], "geometry": {"coordinates": [[177.9939631416733, -38.67492103599202, 0.0], [177.99253166064076, -38.67159897553318, 0.0]], "type": "LineString"}, "id": "603", "properties": {"Unique_ID": 100405973472.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99264031727708, -38.67489226106978, 177.99407180247667, -38.67157020223094], "geometry": {"coordinates": [[177.99407180247667, -38.67489226106978, 0.0], [177.99264031727708, -38.67157020223094, 0.0]], "type": "LineString"}, "id": "604", "properties": {"Unique_ID": 100405972471.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99294706288637, -38.67488070249638, 177.99412260263827, -38.671497489093504], "geometry": {"coordinates": [[177.99412260263827, -38.67488070249638, 0.0], [177.99294706288637, -38.671497489093504, 0.0]], "type": "LineString"}, "id": "605", "properties": {"Unique_ID": 100405971315.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99305771925688, -38.67485707222878, 177.99423326380784, -38.671473860299315], "geometry": {"coordinates": [[177.99423326380784, -38.67485707222878, 0.0], [177.99305771925688, -38.671473860299315, 0.0]], "type": "LineString"}, "id": "606", "properties": {"Unique_ID": 100405970314.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9931683758541, -38.674833441880686, 177.9943439248006, -38.671450231338454], "geometry": {"coordinates": [[177.9943439248006, -38.674833441880686, 0.0], [177.9931683758541, -38.671450231338454, 0.0]], "type": "LineString"}, "id": "607", "properties": {"Unique_ID": 100405969314.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9932790320492, -38.67480981141179, 177.99445458580527, -38.67142660234525], "geometry": {"coordinates": [[177.99445458580527, -38.67480981141179, 0.0], [177.9932790320492, -38.67142660234525, 0.0]], "type": "LineString"}, "id": "608", "properties": {"Unique_ID": 100405968314.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99338968847107, -38.6747861808624, 177.99456524663313, -38.67140297318538], "geometry": {"coordinates": [[177.99456524663313, -38.6747861808624, 0.0], [177.99338968847107, -38.67140297318538, 0.0]], "type": "LineString"}, "id": "609", "properties": {"Unique_ID": 100405967313.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9935003445151, -38.6747625501938, 177.99467590746565, -38.671379343987965], "geometry": {"coordinates": [[177.99467590746565, -38.6747625501938, 0.0], [177.9935003445151, -38.671379343987965, 0.0]], "type": "LineString"}, "id": "610", "properties": {"Unique_ID": 100405966313.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99361100076158, -38.67473891944311, 177.99478656812863, -38.67135571462909], "geometry": {"coordinates": [[177.99478656812863, -38.67473891944311, 0.0], [177.99361100076158, -38.67135571462909, 0.0]], "type": "LineString"}, "id": "611", "properties": {"Unique_ID": 100405965313.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99372165663024, -38.67471528857321, 177.99489722879625, -38.671332085232656], "geometry": {"coordinates": [[177.99489722879625, -38.67471528857321, 0.0], [177.99372165663024, -38.671332085232656, 0.0]], "type": "LineString"}, "id": "612", "properties": {"Unique_ID": 100405964312.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99383231272566, -38.67469165762282, 177.99500788928705, -38.67130845566958], "geometry": {"coordinates": [[177.99500788928705, -38.67469165762282, 0.0], [177.99383231272566, -38.67130845566958, 0.0]], "type": "LineString"}, "id": "613", "properties": {"Unique_ID": 100405963312.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9939429684189, -38.67466802655162, 177.99511854978977, -38.671284826074135], "geometry": {"coordinates": [[177.99511854978977, -38.67466802655162, 0.0], [177.9939429684189, -38.671284826074135, 0.0]], "type": "LineString"}, "id": "614", "properties": {"Unique_ID": 100405962311.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99405362433893, -38.67464439539995, 177.9952292101157, -38.67126119631204], "geometry": {"coordinates": [[177.9952292101157, -38.67464439539995, 0.0], [177.99405362433893, -38.67126119631204, 0.0]], "type": "LineString"}, "id": "615", "properties": {"Unique_ID": 100405961311.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99416427987302, -38.67462076412852, 177.99533987044867, -38.67123756651413], "geometry": {"coordinates": [[177.99533987044867, -38.67462076412852, 0.0], [177.99416427987302, -38.67123756651413, 0.0]], "type": "LineString"}, "id": "616", "properties": {"Unique_ID": 100405960311.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99427493562575, -38.67459713277608, 177.9954505306073, -38.67121393655128], "geometry": {"coordinates": [[177.9954505306073, -38.67459713277608, 0.0], [177.99427493562575, -38.67121393655128, 0.0]], "type": "LineString"}, "id": "617", "properties": {"Unique_ID": 100405959310.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99438559099255, -38.67457350130389, 177.99556119077292, -38.671190306552646], "geometry": {"coordinates": [[177.99556119077292, -38.67457350130389, 0.0], [177.99438559099255, -38.671190306552646, 0.0]], "type": "LineString"}, "id": "618", "properties": {"Unique_ID": 100405958310.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99449624657802, -38.67454986975069, 177.9956718507642, -38.671166676389056], "geometry": {"coordinates": [[177.9956718507642, -38.67454986975069, 0.0], [177.99449624657802, -38.671166676389056, 0.0]], "type": "LineString"}, "id": "619", "properties": {"Unique_ID": 100405957310.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99460690178563, -38.67452623807826, 177.9957825107601, -38.67114304618793], "geometry": {"coordinates": [[177.9957825107601, -38.67452623807826, 0.0], [177.99460690178563, -38.67114304618793, 0.0]], "type": "LineString"}, "id": "620", "properties": {"Unique_ID": 100405956309.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99471755719568, -38.674502606323784, 177.9958931705865, -38.67111941582535], "geometry": {"coordinates": [[177.9958931705865, -38.674502606323784, 0.0], [177.99471755719568, -38.67111941582535, 0.0]], "type": "LineString"}, "id": "621", "properties": {"Unique_ID": 100405955309.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99482821222793, -38.67447897445007, 177.9960038304175, -38.67109578542524], "geometry": {"coordinates": [[177.9960038304175, -38.67447897445007, 0.0], [177.99482821222793, -38.67109578542524, 0.0]], "type": "LineString"}, "id": "622", "properties": {"Unique_ID": 100405954308.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9949388674869, -38.67445534249588, 177.99611449007173, -38.67107215485845], "geometry": {"coordinates": [[177.99611449007173, -38.67445534249588, 0.0], [177.9949388674869, -38.67107215485845, 0.0]], "type": "LineString"}, "id": "623", "properties": {"Unique_ID": 100405953308.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99504952234375, -38.67443171042088, 177.9962251497378, -38.67104852425931], "geometry": {"coordinates": [[177.9962251497378, -38.67443171042088, 0.0], [177.99504952234375, -38.67104852425931, 0.0]], "type": "LineString"}, "id": "624", "properties": {"Unique_ID": 100405952307.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99516017742735, -38.67440807826543, 177.9963358092271, -38.671024893493524], "geometry": {"coordinates": [[177.9963358092271, -38.67440807826543, 0.0], [177.99516017742735, -38.671024893493524, 0.0]], "type": "LineString"}, "id": "625", "properties": {"Unique_ID": 100405951307.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9950525347649, -38.67436619556224, 177.99651068487003, -38.671051282397315], "geometry": {"coordinates": [[177.99651068487003, -38.67436619556224, 0.0], [177.9950525347649, -38.671051282397315, 0.0]], "type": "LineString"}, "id": "626", "properties": {"Unique_ID": 100405950518.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99516095666152, -38.674336884324845, 177.99661911107447, -38.67102197285002], "geometry": {"coordinates": [[177.99661911107447, -38.674336884324845, 0.0], [177.99516095666152, -38.67102197285002, 0.0]], "type": "LineString"}, "id": "627", "properties": {"Unique_ID": 100405949518.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9952693785846, -38.674307573002416, 177.99672753714296, -38.67099266317382], "geometry": {"coordinates": [[177.99672753714296, -38.674307573002416, 0.0], [177.9952693785846, -38.67099266317382, 0.0]], "type": "LineString"}, "id": "628", "properties": {"Unique_ID": 100405948518.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99537780056525, -38.6742782615975, 177.9968359630661, -38.670963353360264], "geometry": {"coordinates": [[177.9968359630661, -38.6742782615975, 0.0], [177.99537780056525, -38.670963353360264, 0.0]], "type": "LineString"}, "id": "629", "properties": {"Unique_ID": 100405947518.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99548622231214, -38.67424895008643, 177.99694438893138, -38.670934043488145], "geometry": {"coordinates": [[177.99694438893138, -38.67424895008643, 0.0], [177.99548622231214, -38.670934043488145, 0.0]], "type": "LineString"}, "id": "630", "properties": {"Unique_ID": 100405946518.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99559464393982, -38.67421963847852, 177.99705281470438, -38.670904733526484], "geometry": {"coordinates": [[177.99705281470438, -38.67421963847852, 0.0], [177.99559464393982, -38.670904733526484, 0.0]], "type": "LineString"}, "id": "631", "properties": {"Unique_ID": 100405945517.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99570306547938, -38.674190326776305, 177.99716124037576, -38.67087542346686], "geometry": {"coordinates": [[177.99716124037576, -38.674190326776305, 0.0], [177.99570306547938, -38.67087542346686, 0.0]], "type": "LineString"}, "id": "632", "properties": {"Unique_ID": 100405944517.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99581148678516, -38.67416101496796, 177.99726966598922, -38.67084611334868], "geometry": {"coordinates": [[177.99726966598922, -38.67416101496796, 0.0], [177.99581148678516, -38.67084611334868, 0.0]], "type": "LineString"}, "id": "633", "properties": {"Unique_ID": 100405943516.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9959199081278, -38.674131703075425, 177.99737809146364, -38.67081680309876], "geometry": {"coordinates": [[177.99737809146364, -38.674131703075425, 0.0], [177.9959199081278, -38.67081680309876, 0.0]], "type": "LineString"}, "id": "634", "properties": {"Unique_ID": 100405942516.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99602832950723, -38.67410239109872, 177.99748651679894, -38.67078749271713], "geometry": {"coordinates": [[177.99748651679894, -38.67410239109872, 0.0], [177.99602832950723, -38.67078749271713, 0.0]], "type": "LineString"}, "id": "635", "properties": {"Unique_ID": 100405941515.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99613675066328, -38.674073079016715, 177.99759494207325, -38.67075818227413], "geometry": {"coordinates": [[177.99759494207325, -38.674073079016715, 0.0], [177.99613675066328, -38.67075818227413, 0.0]], "type": "LineString"}, "id": "636", "properties": {"Unique_ID": 100405940514.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99624517171048, -38.674043766838714, 177.99770336725217, -38.67072887173877], "geometry": {"coordinates": [[177.99770336725217, -38.674043766838714, 0.0], [177.99624517171048, -38.67072887173877, 0.0]], "type": "LineString"}, "id": "637", "properties": {"Unique_ID": 100405939514.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99635359264883, -38.67401445456472, 177.9978117923357, -38.67069956111108], "geometry": {"coordinates": [[177.9978117923357, -38.67401445456472, 0.0], [177.99635359264883, -38.67069956111108, 0.0]], "type": "LineString"}, "id": "638", "properties": {"Unique_ID": 100405938514.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9964620133638, -38.67398514218544, 177.9979202173582, -38.67067025042201], "geometry": {"coordinates": [[177.9979202173582, -38.67398514218544, 0.0], [177.9964620133638, -38.67067025042201, 0.0]], "type": "LineString"}, "id": "639", "properties": {"Unique_ID": 100405937514.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9965704341156, -38.673955829721976, 177.99802864224162, -38.67064093960122], "geometry": {"coordinates": [[177.99802864224162, -38.673955829721976, 0.0], [177.9965704341156, -38.67064093960122, 0.0]], "type": "LineString"}, "id": "640", "properties": {"Unique_ID": 100405936513.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9966788549042, -38.67392651717434, 177.99813706698598, -38.670611628648714], "geometry": {"coordinates": [[177.99813706698598, -38.67392651717434, 0.0], [177.9966788549042, -38.670611628648714, 0.0]], "type": "LineString"}, "id": "641", "properties": {"Unique_ID": 100405935513.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.996787275459, -38.673897204520586, 177.9982454916724, -38.67058231763764], "geometry": {"coordinates": [[177.9982454916724, -38.673897204520586, 0.0], [177.996787275459, -38.67058231763764, 0.0]], "type": "LineString"}, "id": "642", "properties": {"Unique_ID": 100405934513.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99689569592573, -38.67386789177248, 177.99835391625723, -38.6705530065286], "geometry": {"coordinates": [[177.99835391625723, -38.67386789177248, 0.0], [177.99689569592573, -38.6705530065286, 0.0]], "type": "LineString"}, "id": "643", "properties": {"Unique_ID": 100405933512.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99700411627325, -38.67383857892757, 177.9984623407498, -38.67052369533004], "geometry": {"coordinates": [[177.9984623407498, -38.67383857892757, 0.0], [177.99700411627325, -38.67052369533004, 0.0]], "type": "LineString"}, "id": "644", "properties": {"Unique_ID": 100405932511.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99711253638696, -38.67380926597652, 177.99857076518444, -38.67049438407291], "geometry": {"coordinates": [[177.99857076518444, -38.67380926597652, 0.0], [177.99711253638696, -38.67049438407291, 0.0]], "type": "LineString"}, "id": "645", "properties": {"Unique_ID": 100405931510.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99722095655827, -38.67377995294298, 177.99867918947376, -38.670465072678454], "geometry": {"coordinates": [[177.99867918947376, -38.67377995294298, 0.0], [177.99722095655827, -38.670465072678454, 0.0]], "type": "LineString"}, "id": "646", "properties": {"Unique_ID": 100405930509.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99724230554878, -38.673741733342176, 177.9988127814802, -38.670458517735085], "geometry": {"coordinates": [[177.9988127814802, -38.673741733342176, 0.0], [177.99724230554878, -38.670458517735085, 0.0]], "type": "LineString"}, "id": "647", "properties": {"Unique_ID": 100405929591.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99734968999854, -38.6737101639663, 177.99892016985078, -38.67042695007909], "geometry": {"coordinates": [[177.99892016985078, -38.6737101639663, 0.0], [177.99734968999854, -38.67042695007909, 0.0]], "type": "LineString"}, "id": "648", "properties": {"Unique_ID": 100405928587.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99745707448744, -38.673678594510164, 177.9990275580744, -38.67039538228817], "geometry": {"coordinates": [[177.9990275580744, -38.673678594510164, 0.0], [177.99745707448744, -38.67039538228817, 0.0]], "type": "LineString"}, "id": "649", "properties": {"Unique_ID": 100405927584.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99756445872922, -38.67364702494857, 177.99913494623698, -38.67036381444647], "geometry": {"coordinates": [[177.99913494623698, -38.67364702494857, 0.0], [177.99756445872922, -38.67036381444647, 0.0]], "type": "LineString"}, "id": "650", "properties": {"Unique_ID": 100405926580.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99767184272392, -38.673615455281514, 177.99924233433848, -38.67033224655402], "geometry": {"coordinates": [[177.99924233433848, -38.673615455281514, 0.0], [177.99767184272392, -38.67033224655402, 0.0]], "type": "LineString"}, "id": "651", "properties": {"Unique_ID": 100405925577.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99777922675773, -38.67358388553422, 177.99934972229303, -38.670300678526644], "geometry": {"coordinates": [[177.99934972229303, -38.67358388553422, 0.0], [177.99777922675773, -38.670300678526644, 0.0]], "type": "LineString"}, "id": "652", "properties": {"Unique_ID": 100405924573.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99788661067632, -38.67355231569308, 177.99945711014698, -38.67026911040971], "geometry": {"coordinates": [[177.99945711014698, -38.67355231569308, 0.0], [177.99788661067632, -38.67026911040971, 0.0]], "type": "LineString"}, "id": "653", "properties": {"Unique_ID": 100405923570.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9979939946453, -38.67352074577271, 177.99956449785057, -38.67023754215459], "geometry": {"coordinates": [[177.99956449785057, -38.67352074577271, 0.0], [177.9979939946453, -38.67023754215459, 0.0]], "type": "LineString"}, "id": "654", "properties": {"Unique_ID": 100405922566.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99810137836718, -38.67348917574687, 177.9996718854931, -38.67020597384869], "geometry": {"coordinates": [[177.9996718854931, -38.67348917574687, 0.0], [177.99810137836718, -38.67020597384869, 0.0]], "type": "LineString"}, "id": "655", "properties": {"Unique_ID": 100405921563.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9982087618419, -38.67345760561555, 177.99977927307455, -38.67017440549202], "geometry": {"coordinates": [[177.99977927307455, -38.67345760561555, 0.0], [177.9982087618419, -38.67017440549202, 0.0]], "type": "LineString"}, "id": "656", "properties": {"Unique_ID": 100405920560.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9983161453558, -38.67342603540401, 177.99988666050905, -38.67014283700044], "geometry": {"coordinates": [[177.99988666050905, -38.67342603540401, 0.0], [177.9983161453558, -38.67014283700044, 0.0]], "type": "LineString"}, "id": "657", "properties": {"Unique_ID": 100405919557.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99842352890883, -38.67339446511225, 177.9999940477966, -38.67011126837394], "geometry": {"coordinates": [[177.9999940477966, -38.67339446511225, 0.0], [177.99842352890883, -38.67011126837394, 0.0]], "type": "LineString"}, "id": "658", "properties": {"Unique_ID": 100405918554.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99853091221473, -38.67336289471502, 178.0001014350231, -38.67007969969667], "geometry": {"coordinates": [[178.0001014350231, -38.67336289471502, 0.0], [177.99853091221473, -38.67007969969667, 0.0]], "type": "LineString"}, "id": "659", "properties": {"Unique_ID": 100405917552.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99863829541667, -38.67333132422494, 178.00020882214557, -38.670048130926574], "geometry": {"coordinates": [[178.00020882214557, -38.67333132422494, 0.0], [177.99863829541667, -38.670048130926574, 0.0]], "type": "LineString"}, "id": "660", "properties": {"Unique_ID": 100405916551.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99874567837148, -38.67329975362939, 178.000316209207, -38.670016562105715], "geometry": {"coordinates": [[178.000316209207, -38.67329975362939, 0.0], [177.99874567837148, -38.670016562105715, 0.0]], "type": "LineString"}, "id": "661", "properties": {"Unique_ID": 100405915550.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99885306136542, -38.67326818295362, 178.00042359612144, -38.66998499314994], "geometry": {"coordinates": [[178.00042359612144, -38.67326818295362, 0.0], [177.99885306136542, -38.66998499314994, 0.0]], "type": "LineString"}, "id": "662", "properties": {"Unique_ID": 100405914550.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9989604443985, -38.67323661219762, 178.00053098288893, -38.66995342405925], "geometry": {"coordinates": [[178.00053098288893, -38.67323661219762, 0.0], [177.9989604443985, -38.66995342405925, 0.0]], "type": "LineString"}, "id": "663", "properties": {"Unique_ID": 100405913550.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99911193138857, -38.67320979807387, 178.00062573873282, -38.66991027413058], "geometry": {"coordinates": [[178.00062573873282, -38.67320979807387, 0.0], [177.99911193138857, -38.66991027413058, 0.0]], "type": "LineString"}, "id": "664", "properties": {"Unique_ID": 100405912520.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99921984837394, -38.673179367580296, 178.0007336597468, -38.669879845318555], "geometry": {"coordinates": [[178.0007336597468, -38.673179367580296, 0.0], [177.99921984837394, -38.669879845318555, 0.0]], "type": "LineString"}, "id": "665", "properties": {"Unique_ID": 100405911518.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99932776525807, -38.67314893699273, 178.00084158065957, -38.66984941641251], "geometry": {"coordinates": [[178.00084158065957, -38.67314893699273, 0.0], [177.99932776525807, -38.66984941641251, 0.0]], "type": "LineString"}, "id": "666", "properties": {"Unique_ID": 100405910515.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.999435682041, -38.673118506311106, 178.000949501471, -38.669818987412455], "geometry": {"coordinates": [[178.000949501471, -38.673118506311106, 0.0], [177.999435682041, -38.669818987412455, 0.0]], "type": "LineString"}, "id": "667", "properties": {"Unique_ID": 100405909511.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99954359872268, -38.673088075535475, 178.00105742218125, -38.66978855831837], "geometry": {"coordinates": [[178.00105742218125, -38.673088075535475, 0.0], [177.99954359872268, -38.66978855831837, 0.0]], "type": "LineString"}, "id": "668", "properties": {"Unique_ID": 100405908506.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9996515153031, -38.67305764466581, 178.00116534279022, -38.669758129130294], "geometry": {"coordinates": [[178.00116534279022, -38.67305764466581, 0.0], [177.9996515153031, -38.669758129130294, 0.0]], "type": "LineString"}, "id": "669", "properties": {"Unique_ID": 100405907501.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9997594317823, -38.673027213702134, 178.00127326329792, -38.66972769984818], "geometry": {"coordinates": [[178.00127326329792, -38.673027213702134, 0.0], [177.9997594317823, -38.66972769984818, 0.0]], "type": "LineString"}, "id": "670", "properties": {"Unique_ID": 100405906496.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99986734816025, -38.672996782644425, 178.00138118370435, -38.66969727047206], "geometry": {"coordinates": [[178.00138118370435, -38.672996782644425, 0.0], [177.99986734816025, -38.66969727047206, 0.0]], "type": "LineString"}, "id": "671", "properties": {"Unique_ID": 100405905491.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99997526458145, -38.67296635150494, 178.0014891039662, -38.66966684096121], "geometry": {"coordinates": [[178.0014891039662, -38.67296635150494, 0.0], [177.99997526458145, -38.66966684096121, 0.0]], "type": "LineString"}, "id": "672", "properties": {"Unique_ID": 100405904486.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00008318061248, -38.67293592024696, 178.00159702421345, -38.6696364114378], "geometry": {"coordinates": [[178.00159702421345, -38.67293592024696, 0.0], [178.00008318061248, -38.6696364114378, 0.0]], "type": "LineString"}, "id": "673", "properties": {"Unique_ID": 100405903481.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00019109668673, -38.6729054889072, 178.00170494431615, -38.66960598177964], "geometry": {"coordinates": [[178.00170494431615, -38.6729054889072, 0.0], [178.00019109668673, -38.66960598177964, 0.0]], "type": "LineString"}, "id": "674", "properties": {"Unique_ID": 100405902475.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00029901265975, -38.6728750574734, 178.00181286431751, -38.669575552027474], "geometry": {"coordinates": [[178.00181286431751, -38.6728750574734, 0.0], [178.00029901265975, -38.669575552027474, 0.0]], "type": "LineString"}, "id": "675", "properties": {"Unique_ID": 100405901470.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0004069285315, -38.672844625945594, 178.00192078421767, -38.669545122181304], "geometry": {"coordinates": [[178.00192078421767, -38.672844625945594, 0.0], [178.0004069285315, -38.669545122181304, 0.0]], "type": "LineString"}, "id": "676", "properties": {"Unique_ID": 100405900467.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00051484430205, -38.67281419432376, 178.00202870401657, -38.669514692241094], "geometry": {"coordinates": [[178.00202870401657, -38.67281419432376, 0.0], [178.00051484430205, -38.669514692241094, 0.0]], "type": "LineString"}, "id": "677", "properties": {"Unique_ID": 100405899463.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0003110441643, -38.67275002226034, 178.0022277745976, -38.66958185163853], "geometry": {"coordinates": [[178.0022277745976, -38.67275002226034, 0.0], [178.0003110441643, -38.66958185163853, 0.0]], "type": "LineString"}, "id": "678", "properties": {"Unique_ID": 100405898790.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0004146647431, -38.672711492204876, 178.00233139836243, -38.66954332351336], "geometry": {"coordinates": [[178.00233139836243, -38.672711492204876, 0.0], [178.0004146647431, -38.66954332351336, 0.0]], "type": "LineString"}, "id": "679", "properties": {"Unique_ID": 100405897789.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00051828506858, -38.67267296204951, 178.0024350220481, -38.66950479535306], "geometry": {"coordinates": [[178.0024350220481, -38.67267296204951, 0.0], [178.00051828506858, -38.66950479535306, 0.0]], "type": "LineString"}, "id": "680", "properties": {"Unique_ID": 100405896788.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00062190540865, -38.67263443182413, 178.0025386455742, -38.669466267058006], "geometry": {"coordinates": [[178.0025386455742, -38.67263443182413, 0.0], [178.00062190540865, -38.669466267058006, 0.0]], "type": "LineString"}, "id": "681", "properties": {"Unique_ID": 100405895787.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00072552562943, -38.6725959015138, 178.0026422689809, -38.66942773867799], "geometry": {"coordinates": [[178.0026422689809, -38.6725959015138, 0.0], [178.00072552562943, -38.66942773867799, 0.0]], "type": "LineString"}, "id": "682", "properties": {"Unique_ID": 100405894785.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00082914573085, -38.67255737111853, 178.00274589226825, -38.66938921021304], "geometry": {"coordinates": [[178.00274589226825, -38.67255737111853, 0.0], [178.00082914573085, -38.66938921021304, 0.0]], "type": "LineString"}, "id": "683", "properties": {"Unique_ID": 100405893783.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00093276571292, -38.67251884063831, 178.0028495154362, -38.669350681663126], "geometry": {"coordinates": [[178.0028495154362, -38.67251884063831, 0.0], [178.00093276571292, -38.669350681663126, 0.0]], "type": "LineString"}, "id": "684", "properties": {"Unique_ID": 100405892780.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00103638557562, -38.672480310073134, 178.0029531384848, -38.66931215302829], "geometry": {"coordinates": [[178.0029531384848, -38.672480310073134, 0.0], [178.00103638557562, -38.66931215302829, 0.0]], "type": "LineString"}, "id": "685", "properties": {"Unique_ID": 100405891778.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00114000531897, -38.67244177942302, 178.00305676141403, -38.6692736243085], "geometry": {"coordinates": [[178.00305676141403, -38.67244177942302, 0.0], [178.00114000531897, -38.6692736243085, 0.0]], "type": "LineString"}, "id": "686", "properties": {"Unique_ID": 100405890776.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.001243624943, -38.67240324868793, 178.0031603842239, -38.66923509550377], "geometry": {"coordinates": [[178.0031603842239, -38.67240324868793, 0.0], [178.001243624943, -38.66923509550377, 0.0]], "type": "LineString"}, "id": "687", "properties": {"Unique_ID": 100405889773.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00134724444766, -38.67236471786791, 178.00326400691438, -38.66919656661411], "geometry": {"coordinates": [[178.00326400691438, -38.67236471786791, 0.0], [178.00134724444766, -38.66919656661411, 0.0]], "type": "LineString"}, "id": "688", "properties": {"Unique_ID": 100405888771.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00145086398066, -38.67232618697943, 178.00336762944116, -38.66915803758457], "geometry": {"coordinates": [[178.00336762944116, -38.67232618697943, 0.0], [178.00145086398066, -38.66915803758457, 0.0]], "type": "LineString"}, "id": "689", "properties": {"Unique_ID": 100405887769.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00155448324665, -38.672287655989514, 178.00347125189288, -38.66911950852502], "geometry": {"coordinates": [[178.00347125189288, -38.672287655989514, 0.0], [178.00155448324665, -38.66911950852502, 0.0]], "type": "LineString"}, "id": "690", "properties": {"Unique_ID": 100405886768.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00165810225928, -38.67224912489971, 178.00357487426547, -38.66908097943035], "geometry": {"coordinates": [[178.00357487426547, -38.67224912489971, 0.0], [178.00165810225928, -38.66908097943035, 0.0]], "type": "LineString"}, "id": "691", "properties": {"Unique_ID": 100405885766.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00176172128656, -38.67221059373991, 178.00367849647844, -38.669042450200905], "geometry": {"coordinates": [[178.00367849647844, -38.67221059373991, 0.0], [178.00176172128656, -38.669042450200905, 0.0]], "type": "LineString"}, "id": "692", "properties": {"Unique_ID": 100405884766.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00186534019448, -38.67217206249515, 178.00378211857205, -38.66900392088653], "geometry": {"coordinates": [[178.00378211857205, -38.67217206249515, 0.0], [178.00186534019448, -38.66900392088653, 0.0]], "type": "LineString"}, "id": "693", "properties": {"Unique_ID": 100405883765.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00196895898304, -38.67213353116545, 178.0038857405463, -38.668965391487205], "geometry": {"coordinates": [[178.0038857405463, -38.67213353116545, 0.0], [178.00196895898304, -38.668965391487205, 0.0]], "type": "LineString"}, "id": "694", "properties": {"Unique_ID": 100405882764.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00247165753478, -38.67213993192493, 178.00387475290214, -38.66881048478843], "geometry": {"coordinates": [[178.00387475290214, -38.67213993192493, 0.0], [178.00247165753478, -38.66881048478843, 0.0]], "type": "LineString"}, "id": "695", "properties": {"Unique_ID": 100405881459.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0025805513244, -38.672111726463235, 178.0039836511119, -38.66878228097985], "geometry": {"coordinates": [[178.0039836511119, -38.672111726463235, 0.0], [178.0025805513244, -38.66878228097985, 0.0]], "type": "LineString"}, "id": "696", "properties": {"Unique_ID": 100405880459.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00268944516515, -38.672083520916736, 178.00409254918193, -38.66875407703702], "geometry": {"coordinates": [[178.00409254918193, -38.672083520916736, 0.0], [178.00268944516515, -38.66875407703702, 0.0]], "type": "LineString"}, "id": "697", "properties": {"Unique_ID": 100405879459.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00279833891017, -38.672055315274, 178.00420144715625, -38.66872587299799], "geometry": {"coordinates": [[178.00420144715625, -38.672055315274, 0.0], [178.00279833891017, -38.66872587299799, 0.0]], "type": "LineString"}, "id": "698", "properties": {"Unique_ID": 100405878458.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00290723255952, -38.67202710953504, 178.00431034503484, -38.66869766886272], "geometry": {"coordinates": [[178.00431034503484, -38.67202710953504, 0.0], [178.00290723255952, -38.66869766886272, 0.0]], "type": "LineString"}, "id": "699", "properties": {"Unique_ID": 100405877458.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00301612611318, -38.67199890369987, 178.0044192428177, -38.66866946463126], "geometry": {"coordinates": [[178.0044192428177, -38.67199890369987, 0.0], [178.00301612611318, -38.66866946463126, 0.0]], "type": "LineString"}, "id": "700", "properties": {"Unique_ID": 100405876456.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0031250195811, -38.67197069776925, 178.0045281405019, -38.66864126030101], "geometry": {"coordinates": [[178.0045281405019, -38.67197069776925, 0.0], [178.0031250195811, -38.66864126030101, 0.0]], "type": "LineString"}, "id": "701", "properties": {"Unique_ID": 100405875455.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0032339129334, -38.67194249174086, 178.00463703809632, -38.66861305587968], "geometry": {"coordinates": [[178.00463703809632, -38.67194249174086, 0.0], [178.0032339129334, -38.66861305587968, 0.0]], "type": "LineString"}, "id": "702", "properties": {"Unique_ID": 100405874453.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00334280619998, -38.67191428561703, 178.00474593559204, -38.668584851359604], "geometry": {"coordinates": [[178.00474593559204, -38.67191428561703, 0.0], [178.00334280619998, -38.668584851359604, 0.0]], "type": "LineString"}, "id": "703", "properties": {"Unique_ID": 100405873451.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00345169937088, -38.67188607939696, 178.00485483299207, -38.66855664674328], "geometry": {"coordinates": [[178.00485483299207, -38.67188607939696, 0.0], [178.00345169937088, -38.66855664674328, 0.0]], "type": "LineString"}, "id": "704", "properties": {"Unique_ID": 100405872449.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00356059244604, -38.67185787308068, 178.00496373029634, -38.668528442030755], "geometry": {"coordinates": [[178.00496373029634, -38.67185787308068, 0.0], [178.00356059244604, -38.668528442030755, 0.0]], "type": "LineString"}, "id": "705", "properties": {"Unique_ID": 100405871446.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00366948542555, -38.6718296666682, 178.00507262750492, -38.66850023722203], "geometry": {"coordinates": [[178.00507262750492, -38.6718296666682, 0.0], [178.00366948542555, -38.66850023722203, 0.0]], "type": "LineString"}, "id": "706", "properties": {"Unique_ID": 100405870443.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0037783783093, -38.671801460159486, 178.0051815246178, -38.66847203231709], "geometry": {"coordinates": [[178.0051815246178, -38.671801460159486, 0.0], [178.0037783783093, -38.66847203231709, 0.0]], "type": "LineString"}, "id": "707", "properties": {"Unique_ID": 100405869440.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00446817491454, -38.67181410065323, 178.0051195311163, -38.66834504098582], "geometry": {"coordinates": [[178.0051195311163, -38.67181410065323, 0.0], [178.00446817491454, -38.66834504098582, 0.0]], "type": "LineString"}, "id": "708", "properties": {"Unique_ID": 100405868108.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00458163405142, -38.671801006504445, 178.00523299549727, -38.668331947826225], "geometry": {"coordinates": [[178.00523299549727, -38.671801006504445, 0.0], [178.00458163405142, -38.668331947826225, 0.0]], "type": "LineString"}, "id": "709", "properties": {"Unique_ID": 100405867105.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00469509313507, -38.671787912247815, 178.00534645982498, -38.668318854558805], "geometry": {"coordinates": [[178.00534645982498, -38.671787912247815, 0.0], [178.00469509313507, -38.668318854558805, 0.0]], "type": "LineString"}, "id": "710", "properties": {"Unique_ID": 100405866102.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00480855216546, -38.67177481788335, 178.00545992409937, -38.66830576118356], "geometry": {"coordinates": [[178.00545992409937, -38.67177481788335, 0.0], [178.00480855216546, -38.66830576118356, 0.0]], "type": "LineString"}, "id": "711", "properties": {"Unique_ID": 100405865101.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00492201114258, -38.67176172341107, 178.00557338832053, -38.66829266770048], "geometry": {"coordinates": [[178.00557338832053, -38.67176172341107, 0.0], [178.00492201114258, -38.66829266770048, 0.0]], "type": "LineString"}, "id": "712", "properties": {"Unique_ID": 100405864100.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0050354700664, -38.67174862883095, 178.0056868524884, -38.6682795741096], "geometry": {"coordinates": [[178.0056868524884, -38.67174862883095, 0.0], [178.0050354700664, -38.6682795741096, 0.0]], "type": "LineString"}, "id": "713", "properties": {"Unique_ID": 100405863100.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00514892877914, -38.67173553413752, 178.0058003166503, -38.66826648042912], "geometry": {"coordinates": [[178.0058003166503, -38.67173553413752, 0.0], [178.00514892877914, -38.66826648042912, 0.0]], "type": "LineString"}, "id": "714", "properties": {"Unique_ID": 100405862100.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00526238759642, -38.67172243934172, 178.00591378071158, -38.66825338662258], "geometry": {"coordinates": [[178.00591378071158, -38.67172243934172, 0.0], [178.00526238759642, -38.66825338662258, 0.0]], "type": "LineString"}, "id": "715", "properties": {"Unique_ID": 100405861098.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00537584636047, -38.67170934443809, 178.00602724471963, -38.668240292708234], "geometry": {"coordinates": [[178.00602724471963, -38.67170934443809, 0.0], [178.00537584636047, -38.668240292708234, 0.0]], "type": "LineString"}, "id": "716", "properties": {"Unique_ID": 100405860096.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0054893050712, -38.67169624942664, 178.00614070867434, -38.66822719868606], "geometry": {"coordinates": [[178.00614070867434, -38.67169624942664, 0.0], [178.0054893050712, -38.66822719868606, 0.0]], "type": "LineString"}, "id": "717", "properties": {"Unique_ID": 100405859094.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00560276388651, -38.67168315431281, 178.00625417252843, -38.66821410453786], "geometry": {"coordinates": [[178.00625417252843, -38.67168315431281, 0.0], [178.00560276388651, -38.66821410453786, 0.0]], "type": "LineString"}, "id": "718", "properties": {"Unique_ID": 100405858090.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00571622249072, -38.67167005908568, 178.00636763637655, -38.66820101030004], "geometry": {"coordinates": [[178.00636763637655, -38.67167005908568, 0.0], [178.00571622249072, -38.66820101030004, 0.0]], "type": "LineString"}, "id": "719", "properties": {"Unique_ID": 100405857086.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00582968104166, -38.67165696375071, 178.00648110017144, -38.66818791595441], "geometry": {"coordinates": [[178.00648110017144, -38.67165696375071, 0.0], [178.00582968104166, -38.66818791595441, 0.0]], "type": "LineString"}, "id": "720", "properties": {"Unique_ID": 100405856083.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00642105383923, -38.67165750470342, 178.00652326139422, -38.66815198327875], "geometry": {"coordinates": [[178.00642105383923, -38.67165750470342, 0.0], [178.00652326139422, -38.66815198327875, 0.0]], "type": "LineString"}, "id": "721", "properties": {"Unique_ID": 100405854800.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00653571076882, -38.6716595587499, 178.0066379124759, -38.66815403759638], "geometry": {"coordinates": [[178.00653571076882, -38.6716595587499, 0.0], [178.0066379124759, -38.66815403759638, 0.0]], "type": "LineString"}, "id": "722", "properties": {"Unique_ID": 100405853797.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00665036764389, -38.67166161268215, 178.00675256371468, -38.66815609180357], "geometry": {"coordinates": [[178.00665036764389, -38.67166161268215, 0.0], [178.00675256371468, -38.66815609180357, 0.0]], "type": "LineString"}, "id": "723", "properties": {"Unique_ID": 100405852795.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00676502446444, -38.67166366650018, 178.00686721511062, -38.66815814590033], "geometry": {"coordinates": [[178.00676502446444, -38.67166366650018, 0.0], [178.00686721511062, -38.66815814590033, 0.0]], "type": "LineString"}, "id": "724", "properties": {"Unique_ID": 100405851792.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0068796813291, -38.671665720205716, 178.00698186633494, -38.66816019988075], "geometry": {"coordinates": [[178.0068796813291, -38.671665720205716, 0.0], [178.00698186633494, -38.66816019988075, 0.0]], "type": "LineString"}, "id": "725", "properties": {"Unique_ID": 100405850789.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00699433818716, -38.67166777379788, 178.0070965175567, -38.668162253747894], "geometry": {"coordinates": [[178.00699433818716, -38.67166777379788, 0.0], [178.0070965175567, -38.668162253747894, 0.0]], "type": "LineString"}, "id": "726", "properties": {"Unique_ID": 100405849786.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00710899503858, -38.671669827276666, 178.00721116877585, -38.66816430750173], "geometry": {"coordinates": [[178.00710899503858, -38.671669827276666, 0.0], [178.00721116877585, -38.66816430750173, 0.0]], "type": "LineString"}, "id": "727", "properties": {"Unique_ID": 100405848785.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0072236519341, -38.67167188064297, 178.0073258198235, -38.66816636113926], "geometry": {"coordinates": [[178.0072236519341, -38.67167188064297, 0.0], [178.0073258198235, -38.66816636113926, 0.0]], "type": "LineString"}, "id": "728", "properties": {"Unique_ID": 100405847783.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00733830877513, -38.671673933895036, 178.00744047102822, -38.66816841466633], "geometry": {"coordinates": [[178.00733830877513, -38.671673933895036, 0.0], [178.00744047102822, -38.66816841466633, 0.0]], "type": "LineString"}, "id": "729", "properties": {"Unique_ID": 100405846782.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00745296556252, -38.67167598703289, 178.00755512238692, -38.668170468082934], "geometry": {"coordinates": [[178.00745296556252, -38.67167598703289, 0.0], [178.00755512238692, -38.668170468082934, 0.0]], "type": "LineString"}, "id": "730", "properties": {"Unique_ID": 100405845781.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00756762239217, -38.67167804005821, 178.0076697735803, -38.66817252138331], "geometry": {"coordinates": [[178.00756762239217, -38.67167804005821, 0.0], [178.0076697735803, -38.66817252138331, 0.0]], "type": "LineString"}, "id": "731", "properties": {"Unique_ID": 100405844780.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0076822792152, -38.67168009297018, 178.00778442477107, -38.6681745745704], "geometry": {"coordinates": [[178.0076822792152, -38.67168009297018, 0.0], [178.00778442477107, -38.6681745745704, 0.0]], "type": "LineString"}, "id": "732", "properties": {"Unique_ID": 100405843780.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00779693603442, -38.6716821457688, 178.00789907594998, -38.66817662764403], "geometry": {"coordinates": [[178.00779693603442, -38.6716821457688, 0.0], [178.00789907594998, -38.66817662764403, 0.0]], "type": "LineString"}, "id": "733", "properties": {"Unique_ID": 100405842780.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00791159289494, -38.671684198454905, 178.0080137269666, -38.66817868060149], "geometry": {"coordinates": [[178.00791159289494, -38.671684198454905, 0.0], [178.0080137269666, -38.66817868060149, 0.0]], "type": "LineString"}, "id": "734", "properties": {"Unique_ID": 100405841780.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00802624970092, -38.671686251026756, 178.00812837814033, -38.66818073344852], "geometry": {"coordinates": [[178.00802624970092, -38.671686251026756, 0.0], [178.00812837814033, -38.66818073344852, 0.0]], "type": "LineString"}, "id": "735", "properties": {"Unique_ID": 100405840780.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0080988714702, -38.67168737115887, 178.00838302232586, -38.66818802283987], "geometry": {"coordinates": [[178.0080988714702, -38.67168737115887, 0.0], [178.00838302232586, -38.66818802283987, 0.0]], "type": "LineString"}, "id": "736", "properties": {"Unique_ID": 100405839685.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0082133265112, -38.67169308265323, 178.0084974717312, -38.66819373442929], "geometry": {"coordinates": [[178.0082133265112, -38.67169308265323, 0.0], [178.0084974717312, -38.66819373442929, 0.0]], "type": "LineString"}, "id": "737", "properties": {"Unique_ID": 100405838684.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00832778155683, -38.671698794033766, 178.00861192114735, -38.668199445905216], "geometry": {"coordinates": [[178.00832778155683, -38.671698794033766, 0.0], [178.00861192114735, -38.668199445905216, 0.0]], "type": "LineString"}, "id": "738", "properties": {"Unique_ID": 100405837684.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00844223661144, -38.67170450530068, 178.00872637056017, -38.66820515726693], "geometry": {"coordinates": [[178.00844223661144, -38.67170450530068, 0.0], [178.00872637056017, -38.66820515726693, 0.0]], "type": "LineString"}, "id": "739", "properties": {"Unique_ID": 100405836683.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00855669167072, -38.67171021645379, 178.0088408199838, -38.66821086851514], "geometry": {"coordinates": [[178.00855669167072, -38.67171021645379, 0.0], [178.0088408199838, -38.66821086851514, 0.0]], "type": "LineString"}, "id": "740", "properties": {"Unique_ID": 100405835683.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00867114673466, -38.67171592749307, 178.0089552694182, -38.66821657964984], "geometry": {"coordinates": [[178.00867114673466, -38.67171592749307, 0.0], [178.0089552694182, -38.66821657964984, 0.0]], "type": "LineString"}, "id": "741", "properties": {"Unique_ID": 100405834683.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00878560185373, -38.67172163842105, 178.00906971869526, -38.66822229066266], "geometry": {"coordinates": [[178.00878560185373, -38.67172163842105, 0.0], [178.00906971869526, -38.66822229066266, 0.0]], "type": "LineString"}, "id": "742", "properties": {"Unique_ID": 100405833683.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0089000568851, -38.6717273492306, 178.0091841682912, -38.66822800157735], "geometry": {"coordinates": [[178.0089000568851, -38.6717273492306, 0.0], [178.0091841682912, -38.66822800157735, 0.0]], "type": "LineString"}, "id": "743", "properties": {"Unique_ID": 100405832683.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00901451201636, -38.67173305993104, 178.0092986175804, -38.668233712362685], "geometry": {"coordinates": [[178.00901451201636, -38.67173305993104, 0.0], [178.0092986175804, -38.668233712362685, 0.0]], "type": "LineString"}, "id": "744", "properties": {"Unique_ID": 100405831683.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00912896705705, -38.67173877051296, 178.00941306719795, -38.66823942305035], "geometry": {"coordinates": [[178.00912896705705, -38.67173877051296, 0.0], [178.00941306719795, -38.66823942305035, 0.0]], "type": "LineString"}, "id": "745", "properties": {"Unique_ID": 100405830683.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0092434221543, -38.671744480983605, 178.0095275166534, -38.668245133615905], "geometry": {"coordinates": [[178.0092434221543, -38.671744480983605, 0.0], [178.0095275166534, -38.668245133615905, 0.0]], "type": "LineString"}, "id": "746", "properties": {"Unique_ID": 100405829683.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0093578772562, -38.67175019134046, 178.00964196611966, -38.66825084406794], "geometry": {"coordinates": [[178.0093578772562, -38.67175019134046, 0.0], [178.00964196611966, -38.66825084406794, 0.0]], "type": "LineString"}, "id": "747", "properties": {"Unique_ID": 100405828683.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00947233236283, -38.67175590158346, 178.0097564155967, -38.66825655440648], "geometry": {"coordinates": [[178.00947233236283, -38.67175590158346, 0.0], [178.0097564155967, -38.66825655440648, 0.0]], "type": "LineString"}, "id": "748", "properties": {"Unique_ID": 100405827683.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00958678747833, -38.671761611712874, 178.00987086507044, -38.66826226463082], "geometry": {"coordinates": [[178.00958678747833, -38.671761611712874, 0.0], [178.00987086507044, -38.66826226463082, 0.0]], "type": "LineString"}, "id": "749", "properties": {"Unique_ID": 100405826683.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00970124259854, -38.67176732172845, 178.00998531455494, -38.668267974741624], "geometry": {"coordinates": [[178.00970124259854, -38.67176732172845, 0.0], [178.00998531455494, -38.668267974741624, 0.0]], "type": "LineString"}, "id": "750", "properties": {"Unique_ID": 100405825683.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0098156977234, -38.6717730316302, 178.01009976405024, -38.668273684738956], "geometry": {"coordinates": [[178.0098156977234, -38.6717730316302, 0.0], [178.01009976405024, -38.668273684738956, 0.0]], "type": "LineString"}, "id": "751", "properties": {"Unique_ID": 100405824683.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00993015285718, -38.67177874141835, 178.01021421354218, -38.66827939462207], "geometry": {"coordinates": [[178.00993015285718, -38.67177874141835, 0.0], [178.01021421354218, -38.66827939462207, 0.0]], "type": "LineString"}, "id": "752", "properties": {"Unique_ID": 100405823683.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01004460799564, -38.671784451092684, 178.01032866304496, -38.66828510439168], "geometry": {"coordinates": [[178.01004460799564, -38.671784451092684, 0.0], [178.01032866304496, -38.66828510439168, 0.0]], "type": "LineString"}, "id": "753", "properties": {"Unique_ID": 100405822682.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0101590631388, -38.67179016065317, 178.01044311255853, -38.668290814047786], "geometry": {"coordinates": [[178.0101590631388, -38.67179016065317, 0.0], [178.01044311255853, -38.668290814047786, 0.0]], "type": "LineString"}, "id": "754", "properties": {"Unique_ID": 100405821682.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01027351829083, -38.67179587010006, 178.01055756206873, -38.66829652358969], "geometry": {"coordinates": [[178.01027351829083, -38.67179587010006, 0.0], [178.01055756206873, -38.66829652358969, 0.0]], "type": "LineString"}, "id": "755", "properties": {"Unique_ID": 100405820682.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01038691826867, -38.67180156516739, 178.01067551499506, -38.668302447991294], "geometry": {"coordinates": [[178.01038691826867, -38.67180156516739, 0.0], [178.01067551499506, -38.668302447991294, 0.0]], "type": "LineString"}, "id": "756", "properties": {"Unique_ID": 100405819680.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01050136593545, -38.67180736602317, 178.01078995702042, -38.66830824893758], "geometry": {"coordinates": [[178.01050136593545, -38.67180736602317, 0.0], [178.01078995702042, -38.66830824893758, 0.0]], "type": "LineString"}, "id": "757", "properties": {"Unique_ID": 100405818679.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01061581360716, -38.67181316676512, 178.01090439905693, -38.668314049770345], "geometry": {"coordinates": [[178.01061581360716, -38.67181316676512, 0.0], [178.01090439905693, -38.668314049770345, 0.0]], "type": "LineString"}, "id": "758", "properties": {"Unique_ID": 100405817679.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01073026128384, -38.67181896739322, 178.01101884110454, -38.66831985048962], "geometry": {"coordinates": [[178.01073026128384, -38.67181896739322, 0.0], [178.01101884110454, -38.66831985048962, 0.0]], "type": "LineString"}, "id": "759", "properties": {"Unique_ID": 100405816679.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01084470896834, -38.671824767907665, 178.0111332831538, -38.66832565109491], "geometry": {"coordinates": [[178.01084470896834, -38.671824767907665, 0.0], [178.0111332831538, -38.66832565109491, 0.0]], "type": "LineString"}, "id": "760", "properties": {"Unique_ID": 100405815678.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0109591566592, -38.67183056830832, 178.01124772520947, -38.66833145158644], "geometry": {"coordinates": [[178.0109591566592, -38.67183056830832, 0.0], [178.01124772520947, -38.66833145158644, 0.0]], "type": "LineString"}, "id": "761", "properties": {"Unique_ID": 100405814678.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01107360435788, -38.67183636859532, 178.0113621672667, -38.66833725196402], "geometry": {"coordinates": [[178.01107360435788, -38.67183636859532, 0.0], [178.0113621672667, -38.66833725196402, 0.0]], "type": "LineString"}, "id": "762", "properties": {"Unique_ID": 100405813678.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01118805206147, -38.67184216876847, 178.01147660933506, -38.668343052228074], "geometry": {"coordinates": [[178.01118805206147, -38.67184216876847, 0.0], [178.01147660933506, -38.668343052228074, 0.0]], "type": "LineString"}, "id": "763", "properties": {"Unique_ID": 100405812678.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01130249977004, -38.6718479688278, 178.0115910514146, -38.668348852378614], "geometry": {"coordinates": [[178.01130249977004, -38.6718479688278, 0.0], [178.0115910514146, -38.668348852378614, 0.0]], "type": "LineString"}, "id": "764", "properties": {"Unique_ID": 100405811677.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01141694753403, -38.671853768775854, 178.011705493337, -38.66835465240714], "geometry": {"coordinates": [[178.01141694753403, -38.671853768775854, 0.0], [178.011705493337, -38.66835465240714, 0.0]], "type": "LineString"}, "id": "765", "properties": {"Unique_ID": 100405810677.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01153139520915, -38.67185956860532, 178.0118199355832, -38.66836045233801], "geometry": {"coordinates": [[178.01153139520915, -38.67185956860532, 0.0], [178.0118199355832, -38.66836045233801, 0.0]], "type": "LineString"}, "id": "766", "properties": {"Unique_ID": 100405809677.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0116458429873, -38.67186536832594, 178.01193437751357, -38.66836625213879], "geometry": {"coordinates": [[178.0116458429873, -38.67186536832594, 0.0], [178.01193437751357, -38.66836625213879, 0.0]], "type": "LineString"}, "id": "767", "properties": {"Unique_ID": 100405808677.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01176029067517, -38.67187116792788, 178.01204881977253, -38.66837205184219], "geometry": {"coordinates": [[178.01176029067517, -38.67187116792788, 0.0], [178.01204881977253, -38.66837205184219, 0.0]], "type": "LineString"}, "id": "768", "properties": {"Unique_ID": 100405807677.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01187473846323, -38.67187696742083, 178.01216326172514, -38.66837785141597], "geometry": {"coordinates": [[178.01187473846323, -38.67187696742083, 0.0], [178.01216326172514, -38.66837785141597, 0.0]], "type": "LineString"}, "id": "769", "properties": {"Unique_ID": 100405806677.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01198918616382, -38.671882766795285, 178.01227770399686, -38.66838365089186], "geometry": {"coordinates": [[178.01198918616382, -38.671882766795285, 0.0], [178.01227770399686, -38.66838365089186, 0.0]], "type": "LineString"}, "id": "770", "properties": {"Unique_ID": 100405805677.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01210363396606, -38.67188856606078, 178.01239214595745, -38.66838945023791], "geometry": {"coordinates": [[178.01210363396606, -38.67188856606078, 0.0], [178.01239214595745, -38.66838945023791, 0.0]], "type": "LineString"}, "id": "771", "properties": {"Unique_ID": 100405804676.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0122180816794, -38.67189436520769, 178.0125065882419, -38.66839524948632], "geometry": {"coordinates": [[178.0122180816794, -38.67189436520769, 0.0], [178.0125065882419, -38.66839524948632, 0.0]], "type": "LineString"}, "id": "772", "properties": {"Unique_ID": 100405803676.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0123325294958, -38.67190016424576, 178.01262103021048, -38.66840104860464], "geometry": {"coordinates": [[178.0123325294958, -38.67190016424576, 0.0], [178.01262103021048, -38.66840104860464, 0.0]], "type": "LineString"}, "id": "773", "properties": {"Unique_ID": 100405802675.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01244433976154, -38.6719059770022, 178.01274420918682, -38.668407449216694], "geometry": {"coordinates": [[178.01244433976154, -38.6719059770022, 0.0], [178.01274420918682, -38.668407449216694, 0.0]], "type": "LineString"}, "id": "774", "properties": {"Unique_ID": 100405801669.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01255876836626, -38.67191200445434, 178.01285863195133, -38.66841347673773], "geometry": {"coordinates": [[178.01255876836626, -38.67191200445434, 0.0], [178.01285863195133, -38.66841347673773, 0.0]], "type": "LineString"}, "id": "775", "properties": {"Unique_ID": 100405800668.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01267319693048, -38.67191803179022, 178.0129730548816, -38.66841950415338], "geometry": {"coordinates": [[178.01267319693048, -38.67191803179022, 0.0], [178.0129730548816, -38.66841950415338, 0.0]], "type": "LineString"}, "id": "776", "properties": {"Unique_ID": 100405799668.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01278762550183, -38.67192405901231, 178.01308747781897, -38.66842553145527], "geometry": {"coordinates": [[178.01278762550183, -38.67192405901231, 0.0], [178.01308747781897, -38.66842553145527, 0.0]], "type": "LineString"}, "id": "777", "properties": {"Unique_ID": 100405798667.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01290205408023, -38.67193008612064, 178.01320190076345, -38.668431558643405], "geometry": {"coordinates": [[178.01290205408023, -38.67193008612064, 0.0], [178.01320190076345, -38.668431558643405, 0.0]], "type": "LineString"}, "id": "778", "properties": {"Unique_ID": 100405797666.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01301648266576, -38.67193611311519, 178.01331632371503, -38.66843758571777], "geometry": {"coordinates": [[178.01301648266576, -38.67193611311519, 0.0], [178.01331632371503, -38.66843758571777, 0.0]], "type": "LineString"}, "id": "779", "properties": {"Unique_ID": 100405796665.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0131309112584, -38.671942139995984, 178.0134307466737, -38.6684436126784], "geometry": {"coordinates": [[178.0131309112584, -38.671942139995984, 0.0], [178.0134307466737, -38.6684436126784, 0.0]], "type": "LineString"}, "id": "780", "properties": {"Unique_ID": 100405795664.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01324533981054, -38.67194816676048, 178.01354516979816, -38.66844963953362], "geometry": {"coordinates": [[178.01324533981054, -38.67194816676048, 0.0], [178.01354516979816, -38.66844963953362, 0.0]], "type": "LineString"}, "id": "781", "properties": {"Unique_ID": 100405794664.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.013359768465, -38.67195419341624, 178.01365959261236, -38.66845566625838], "geometry": {"coordinates": [[178.013359768465, -38.67195419341624, 0.0], [178.01365959261236, -38.66845566625838, 0.0]], "type": "LineString"}, "id": "782", "properties": {"Unique_ID": 100405793663.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01347419707892, -38.67196021995573, 178.0137740155923, -38.66846169287774], "geometry": {"coordinates": [[178.01347419707892, -38.67196021995573, 0.0], [178.0137740155923, -38.66846169287774, 0.0]], "type": "LineString"}, "id": "783", "properties": {"Unique_ID": 100405792662.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01358862569995, -38.67196624638142, 178.0138884385794, -38.66846771938334], "geometry": {"coordinates": [[178.01358862569995, -38.67196624638142, 0.0], [178.0138884385794, -38.66846771938334, 0.0]], "type": "LineString"}, "id": "784", "properties": {"Unique_ID": 100405791661.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01370305432812, -38.67197227269337, 178.01400286157352, -38.66847374577517], "geometry": {"coordinates": [[178.01370305432812, -38.67197227269337, 0.0], [178.01400286157352, -38.66847374577517, 0.0]], "type": "LineString"}, "id": "785", "properties": {"Unique_ID": 100405790660.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01381748296333, -38.67197829889153, 178.01411728457478, -38.668479772053246], "geometry": {"coordinates": [[178.01381748296333, -38.67197829889153, 0.0], [178.01411728457478, -38.668479772053246, 0.0]], "type": "LineString"}, "id": "786", "properties": {"Unique_ID": 100405789659.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01393191160565, -38.67198432497593, 178.01423170758312, -38.66848579821758], "geometry": {"coordinates": [[178.01393191160565, -38.67198432497593, 0.0], [178.01423170758312, -38.66848579821758, 0.0]], "type": "LineString"}, "id": "787", "properties": {"Unique_ID": 100405788659.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0140463402075, -38.67199035094405, 178.01434613075725, -38.66849182427653], "geometry": {"coordinates": [[178.0140463402075, -38.67199035094405, 0.0], [178.01434613075725, -38.66849182427653, 0.0]], "type": "LineString"}, "id": "788", "properties": {"Unique_ID": 100405787658.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01420104002446, -38.67199528568465, 178.0143270048148, -38.668490265071675], "geometry": {"coordinates": [[178.01420104002446, -38.67199528568465, 0.0], [178.0143270048148, -38.668490265071675, 0.0]], "type": "LineString"}, "id": "789", "properties": {"Unique_ID": 100405786764.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01431568102524, -38.671997817292976, 178.01444164038458, -38.66849279693668], "geometry": {"coordinates": [[178.01431568102524, -38.671997817292976, 0.0], [178.01444164038458, -38.66849279693668, 0.0]], "type": "LineString"}, "id": "790", "properties": {"Unique_ID": 100405785764.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01443032206973, -38.672000348788934, 178.01455627579065, -38.668495328684706], "geometry": {"coordinates": [[178.01443032206973, -38.672000348788934, 0.0], [178.01455627579065, -38.668495328684706, 0.0]], "type": "LineString"}, "id": "791", "properties": {"Unique_ID": 100405784764.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0145449631101, -38.67200288017144, 178.01467091119255, -38.66849786031934], "geometry": {"coordinates": [[178.0145449631101, -38.67200288017144, 0.0], [178.01467091119255, -38.66849786031934, 0.0]], "type": "LineString"}, "id": "792", "properties": {"Unique_ID": 100405783764.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01465960414728, -38.67200541144054, 178.01478554658695, -38.66850039184047], "geometry": {"coordinates": [[178.01465960414728, -38.67200541144054, 0.0], [178.01478554658695, -38.66850039184047, 0.0]], "type": "LineString"}, "id": "793", "properties": {"Unique_ID": 100405782764.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01477424517833, -38.672007942596146, 178.01490018198388, -38.668502923248305], "geometry": {"coordinates": [[178.01477424517833, -38.672007942596146, 0.0], [178.01490018198388, -38.668502923248305, 0.0]], "type": "LineString"}, "id": "794", "properties": {"Unique_ID": 100405781763.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0148888862062, -38.67201047363833, 178.01501481737327, -38.668505454542654], "geometry": {"coordinates": [[178.0148888862062, -38.67201047363833, 0.0], [178.01501481737327, -38.668505454542654, 0.0]], "type": "LineString"}, "id": "795", "properties": {"Unique_ID": 100405780762.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0150035272299, -38.67201300456709, 178.01512945275852, -38.66850798572357], "geometry": {"coordinates": [[178.0150035272299, -38.67201300456709, 0.0], [178.01512945275852, -38.66850798572357, 0.0]], "type": "LineString"}, "id": "796", "properties": {"Unique_ID": 100405779760.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01511816824944, -38.6720155353824, 178.0152440881396, -38.66851051679107], "geometry": {"coordinates": [[178.01511816824944, -38.6720155353824, 0.0], [178.0152440881396, -38.66851051679107, 0.0]], "type": "LineString"}, "id": "797", "properties": {"Unique_ID": 100405778758.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01523280926483, -38.672018066084284, 178.01535872351653, -38.66851304774514], "geometry": {"coordinates": [[178.01523280926483, -38.672018066084284, 0.0], [178.01535872351653, -38.66851304774514, 0.0]], "type": "LineString"}, "id": "798", "properties": {"Unique_ID": 100405777756.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01534745027607, -38.672020596672716, 178.0154733588893, -38.66851557858578], "geometry": {"coordinates": [[178.01534745027607, -38.672020596672716, 0.0], [178.0154733588893, -38.66851557858578, 0.0]], "type": "LineString"}, "id": "799", "properties": {"Unique_ID": 100405776753.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.015462091331, -38.672023127148776, 178.0155879940983, -38.668518109309474], "geometry": {"coordinates": [[178.015462091331, -38.672023127148776, 0.0], [178.0155879940983, -38.668518109309474, 0.0]], "type": "LineString"}, "id": "800", "properties": {"Unique_ID": 100405775750.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01552585526866, -38.67202668204223, 178.01587130155116, -38.66853074873871], "geometry": {"coordinates": [[178.01552585526866, -38.67202668204223, 0.0], [178.01587130155116, -38.66853074873871, 0.0]], "type": "LineString"}, "id": "801", "properties": {"Unique_ID": 100405774639.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01564019916523, -38.67203362567248, 178.01598563981372, -38.6685376924032], "geometry": {"coordinates": [[178.01564019916523, -38.67203362567248, 0.0], [178.01598563981372, -38.6685376924032, 0.0]], "type": "LineString"}, "id": "802", "properties": {"Unique_ID": 100405773639.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0157545430703, -38.672040569188816, 178.01609997809157, -38.66854463595423], "geometry": {"coordinates": [[178.0157545430703, -38.672040569188816, 0.0], [178.01609997809157, -38.66854463595423, 0.0]], "type": "LineString"}, "id": "803", "properties": {"Unique_ID": 100405772638.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01586888698378, -38.67204751259125, 178.01621431638472, -38.668551579391774], "geometry": {"coordinates": [[178.01586888698378, -38.67204751259125, 0.0], [178.01621431638472, -38.668551579391774, 0.0]], "type": "LineString"}, "id": "804", "properties": {"Unique_ID": 100405771637.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01598323091054, -38.67205445588008, 178.01632865467738, -38.6685585227149], "geometry": {"coordinates": [[178.01598323091054, -38.67205445588008, 0.0], [178.01632865467738, -38.6685585227149, 0.0]], "type": "LineString"}, "id": "805", "properties": {"Unique_ID": 100405770636.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0160975748457, -38.672061399055, 178.0164429929854, -38.668565465924566], "geometry": {"coordinates": [[178.0160975748457, -38.672061399055, 0.0], [178.0164429929854, -38.668565465924566, 0.0]], "type": "LineString"}, "id": "806", "properties": {"Unique_ID": 100405769635.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01621191879093, -38.672068342116134, 178.01655733130337, -38.66857240902044], "geometry": {"coordinates": [[178.01621191879093, -38.672068342116134, 0.0], [178.01655733130337, -38.66857240902044, 0.0]], "type": "LineString"}, "id": "807", "properties": {"Unique_ID": 100405768633.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0163262627462, -38.67207528506346, 178.01667166963145, -38.66857935200253], "geometry": {"coordinates": [[178.0163262627462, -38.67207528506346, 0.0], [178.01667166963145, -38.66857935200253, 0.0]], "type": "LineString"}, "id": "808", "properties": {"Unique_ID": 100405767629.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0164406067115, -38.672082227896986, 178.01678600796956, -38.66858629487082], "geometry": {"coordinates": [[178.0164406067115, -38.672082227896986, 0.0], [178.01678600796956, -38.66858629487082, 0.0]], "type": "LineString"}, "id": "809", "properties": {"Unique_ID": 100405766623.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01634429867906, -38.67207769058556, 178.0175846322156, -38.66870880868959], "geometry": {"coordinates": [[178.01634429867906, -38.67207769058556, 0.0], [178.0175846322156, -38.66870880868959, 0.0]], "type": "LineString"}, "id": "810", "properties": {"Unique_ID": 100405765264.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01645448703187, -38.67210262324096, 178.01769481555684, -38.66873374049802], "geometry": {"coordinates": [[178.01645448703187, -38.67210262324096, 0.0], [178.01769481555684, -38.66873374049802, 0.0]], "type": "LineString"}, "id": "811", "properties": {"Unique_ID": 100405764264.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01656467541127, -38.67212755577784, 178.0178049990971, -38.668758672226986], "geometry": {"coordinates": [[178.01656467541127, -38.67212755577784, 0.0], [178.0178049990971, -38.668758672226986, 0.0]], "type": "LineString"}, "id": "812", "properties": {"Unique_ID": 100405763264.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01667486389687, -38.67215248821422, 178.01791518257113, -38.66878360381643], "geometry": {"coordinates": [[178.01667486389687, -38.67215248821422, 0.0], [178.01791518257113, -38.66878360381643, 0.0]], "type": "LineString"}, "id": "813", "properties": {"Unique_ID": 100405762264.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01678505244885, -38.67217742054112, 178.01802536611154, -38.66880853529639], "geometry": {"coordinates": [[178.01678505244885, -38.67217742054112, 0.0], [178.01802536611154, -38.66880853529639, 0.0]], "type": "LineString"}, "id": "814", "properties": {"Unique_ID": 100405761264.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01689524110705, -38.67220235276751, 178.01813554958565, -38.66883346663687], "geometry": {"coordinates": [[178.01689524110705, -38.67220235276751, 0.0], [178.01813554958565, -38.66883346663687, 0.0]], "type": "LineString"}, "id": "815", "properties": {"Unique_ID": 100405760264.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01700542974822, -38.67222728486554, 178.01824573340411, -38.668858397930734], "geometry": {"coordinates": [[178.01700542974822, -38.67222728486554, 0.0], [178.01824573340411, -38.668858397930734, 0.0]], "type": "LineString"}, "id": "816", "properties": {"Unique_ID": 100405759263.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0171156184994, -38.67225221686393, 178.01835591714362, -38.66888332908224], "geometry": {"coordinates": [[178.0171156184994, -38.67225221686393, 0.0], [178.01835591714362, -38.66888332908224, 0.0]], "type": "LineString"}, "id": "817", "properties": {"Unique_ID": 100405758263.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01722580731695, -38.67227714875282, 178.01846610094952, -38.66890826012424], "geometry": {"coordinates": [[178.01722580731695, -38.67227714875282, 0.0], [178.01846610094952, -38.66890826012424, 0.0]], "type": "LineString"}, "id": "818", "properties": {"Unique_ID": 100405757263.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0173359962483, -38.672302080542934, 178.01857628466377, -38.668933191021], "geometry": {"coordinates": [[178.0173359962483, -38.672302080542934, 0.0], [178.01857628466377, -38.668933191021, 0.0]], "type": "LineString"}, "id": "819", "properties": {"Unique_ID": 100405756262.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01744618519868, -38.67232701221283, 178.0186864686024, -38.66895812184402], "geometry": {"coordinates": [[178.01744618519868, -38.67232701221283, 0.0], [178.0186864686024, -38.66895812184402, 0.0]], "type": "LineString"}, "id": "820", "properties": {"Unique_ID": 100405755262.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.017556374168, -38.672351943762486, 178.01879665276545, -38.668983052593305], "geometry": {"coordinates": [[178.017556374168, -38.672351943762486, 0.0], [178.01879665276545, -38.668983052593305, 0.0]], "type": "LineString"}, "id": "821", "properties": {"Unique_ID": 100405754262.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01758332512176, -38.67235553085944, 178.0191834069818, -38.66908118558741], "geometry": {"coordinates": [[178.01758332512176, -38.67235553085944, 0.0], [178.0191834069818, -38.66908118558741, 0.0]], "type": "LineString"}, "id": "822", "properties": {"Unique_ID": 100405753121.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0176904217232, -38.67238769502419, 178.0192904990808, -38.66911334857111], "geometry": {"coordinates": [[178.0176904217232, -38.67238769502419, 0.0], [178.0192904990808, -38.66911334857111, 0.0]], "type": "LineString"}, "id": "823", "properties": {"Unique_ID": 100405752115.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01779751836617, -38.672419859070196, 178.01939759141874, -38.66914551149532], "geometry": {"coordinates": [[178.01779751836617, -38.672419859070196, 0.0], [178.01939759141874, -38.66914551149532, 0.0]], "type": "LineString"}, "id": "824", "properties": {"Unique_ID": 100405751110.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0179046151419, -38.67245202302478, 178.019504683692, -38.66917767426887], "geometry": {"coordinates": [[178.0179046151419, -38.67245202302478, 0.0], [178.019504683692, -38.66917767426887, 0.0]], "type": "LineString"}, "id": "825", "properties": {"Unique_ID": 100405750105.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01801171205028, -38.67248418688797, 178.01961177590053, -38.66920983689177], "geometry": {"coordinates": [[178.01801171205028, -38.67248418688797, 0.0], [178.01961177590053, -38.66920983689177, 0.0]], "type": "LineString"}, "id": "826", "properties": {"Unique_ID": 100405749101.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0181188090003, -38.67251635063243, 178.019718868348, -38.66924199945517], "geometry": {"coordinates": [[178.0181188090003, -38.67251635063243, 0.0], [178.019718868348, -38.66924199945517, 0.0]], "type": "LineString"}, "id": "827", "properties": {"Unique_ID": 100405748098.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01822590603743, -38.67254851427179, 178.01982596088263, -38.669274161913506], "geometry": {"coordinates": [[178.01822590603743, -38.67254851427179, 0.0], [178.01982596088263, -38.669274161913506, 0.0]], "type": "LineString"}, "id": "828", "properties": {"Unique_ID": 100405747097.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01833300316173, -38.67258067780607, 178.01993305350436, -38.669306324266785], "geometry": {"coordinates": [[178.01833300316173, -38.67258067780607, 0.0], [178.01993305350436, -38.669306324266785, 0.0]], "type": "LineString"}, "id": "829", "properties": {"Unique_ID": 100405746097.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0184401003276, -38.672612841221586, 178.0200401463651, -38.66933848656058], "geometry": {"coordinates": [[178.0184401003276, -38.672612841221586, 0.0], [178.0200401463651, -38.66933848656058, 0.0]], "type": "LineString"}, "id": "830", "properties": {"Unique_ID": 100405745096.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01854719763077, -38.67264500454708, 178.02014723914579, -38.669370648699115], "geometry": {"coordinates": [[178.01854719763077, -38.67264500454708, 0.0], [178.02014723914579, -38.669370648699115, 0.0]], "type": "LineString"}, "id": "831", "properties": {"Unique_ID": 100405744096.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01853134656622, -38.67263286421123, 178.02066400343938, -38.669550727907016], "geometry": {"coordinates": [[178.01853134656622, -38.67263286421123, 0.0], [178.02066400343938, -38.669550727907016, 0.0]], "type": "LineString"}, "id": "832", "properties": {"Unique_ID": 100405742806.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0186321566435, -38.67267573391039, 178.02076480989362, -38.66959359591217], "geometry": {"coordinates": [[178.0186321566435, -38.67267573391039, 0.0], [178.02076480989362, -38.66959359591217, 0.0]], "type": "LineString"}, "id": "833", "properties": {"Unique_ID": 100405741801.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01873296679892, -38.67271860349866, 178.0208656165819, -38.669636463872706], "geometry": {"coordinates": [[178.01873296679892, -38.67271860349866, 0.0], [178.0208656165819, -38.669636463872706, 0.0]], "type": "LineString"}, "id": "834", "properties": {"Unique_ID": 100405740797.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01883377703248, -38.67276147297607, 178.02096642350415, -38.66967933178869], "geometry": {"coordinates": [[178.01883377703248, -38.67276147297607, 0.0], [178.02096642350415, -38.66967933178869, 0.0]], "type": "LineString"}, "id": "835", "properties": {"Unique_ID": 100405739793.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01893458745207, -38.672804342388496, 178.02106723030062, -38.669722199507106], "geometry": {"coordinates": [[178.01893458745207, -38.672804342388496, 0.0], [178.02106723030062, -38.669722199507106, 0.0]], "type": "LineString"}, "id": "836", "properties": {"Unique_ID": 100405738791.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01903539794984, -38.67284721169005, 178.0211680373311, -38.66976506718095], "geometry": {"coordinates": [[178.01903539794984, -38.67284721169005, 0.0], [178.0211680373311, -38.66976506718095, 0.0]], "type": "LineString"}, "id": "837", "properties": {"Unique_ID": 100405737790.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0191362085257, -38.67289008088071, 178.02126884459562, -38.6698079348102], "geometry": {"coordinates": [[178.0191362085257, -38.67289008088071, 0.0], [178.02126884459562, -38.6698079348102, 0.0]], "type": "LineString"}, "id": "838", "properties": {"Unique_ID": 100405736790.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01923701929314, -38.67293295000876, 178.0213696517159, -38.66985080223405], "geometry": {"coordinates": [[178.01923701929314, -38.67293295000876, 0.0], [178.0213696517159, -38.66985080223405, 0.0]], "type": "LineString"}, "id": "839", "properties": {"Unique_ID": 100405735789.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01933783012768, -38.67297581902121, 178.02147045910712, -38.669893669629005], "geometry": {"coordinates": [[178.01933783012768, -38.67297581902121, 0.0], [178.02147045910712, -38.669893669629005, 0.0]], "type": "LineString"}, "id": "840", "properties": {"Unique_ID": 100405734788.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0194386410514, -38.673018687927495, 178.02157126669542, -38.66993653696369], "geometry": {"coordinates": [[178.0194386410514, -38.673018687927495, 0.0], [178.02157126669542, -38.66993653696369, 0.0]], "type": "LineString"}, "id": "841", "properties": {"Unique_ID": 100405733780.0, "__folium_color": "green"}, "type": "Feature"}], "type": "FeatureCollection"});\n", "\n", " \n", " \n", - " geo_json_a5406939971bfd62092a89a679658a1b.bindTooltip(\n", + " geo_json_9468f77b8ad987a896a03d8b552aea28.bindTooltip(\n", " function(layer){\n", " let div = L.DomUtil.create('div');\n", " \n", @@ -817,61 +818,61 @@ " ,{"className": "foliumtooltip", "sticky": true});\n", " \n", " \n", - " geo_json_a5406939971bfd62092a89a679658a1b.addTo(map_50d40ff851c8483661ab84bd79787eae);\n", + " geo_json_9468f77b8ad987a896a03d8b552aea28.addTo(map_e06a7437f9a753c801933c7cde154f5f);\n", " \n", " \n", - " function geo_json_54c29834cfa8e4454291a1badddc771c_styler(feature) {\n", + " function geo_json_4ad7488c429707ffa3ba60fe1727b8e0_styler(feature) {\n", " switch(feature.id) {\n", " default:\n", " return {"fillOpacity": 0.5, "weight": 2};\n", " }\n", " }\n", - " function geo_json_54c29834cfa8e4454291a1badddc771c_highlighter(feature) {\n", + " function geo_json_4ad7488c429707ffa3ba60fe1727b8e0_highlighter(feature) {\n", " switch(feature.id) {\n", " default:\n", " return {"fillOpacity": 0.75};\n", " }\n", " }\n", - " function geo_json_54c29834cfa8e4454291a1badddc771c_pointToLayer(feature, latlng) {\n", + " function geo_json_4ad7488c429707ffa3ba60fe1727b8e0_pointToLayer(feature, latlng) {\n", " var opts = {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 2, "stroke": true, "weight": 3};\n", " \n", - " let style = geo_json_54c29834cfa8e4454291a1badddc771c_styler(feature)\n", + " let style = geo_json_4ad7488c429707ffa3ba60fe1727b8e0_styler(feature)\n", " Object.assign(opts, style)\n", " \n", " return new L.CircleMarker(latlng, opts)\n", " }\n", "\n", - " function geo_json_54c29834cfa8e4454291a1badddc771c_onEachFeature(feature, layer) {\n", + " function geo_json_4ad7488c429707ffa3ba60fe1727b8e0_onEachFeature(feature, layer) {\n", " layer.on({\n", " mouseout: function(e) {\n", " if(typeof e.target.setStyle === "function"){\n", - " geo_json_54c29834cfa8e4454291a1badddc771c.resetStyle(e.target);\n", + " geo_json_4ad7488c429707ffa3ba60fe1727b8e0.resetStyle(e.target);\n", " }\n", " },\n", " mouseover: function(e) {\n", " if(typeof e.target.setStyle === "function"){\n", - " const highlightStyle = geo_json_54c29834cfa8e4454291a1badddc771c_highlighter(e.target.feature)\n", + " const highlightStyle = geo_json_4ad7488c429707ffa3ba60fe1727b8e0_highlighter(e.target.feature)\n", " e.target.setStyle(highlightStyle);\n", " }\n", " },\n", " });\n", " };\n", - " var geo_json_54c29834cfa8e4454291a1badddc771c = L.geoJson(null, {\n", - " onEachFeature: geo_json_54c29834cfa8e4454291a1badddc771c_onEachFeature,\n", + " var geo_json_4ad7488c429707ffa3ba60fe1727b8e0 = L.geoJson(null, {\n", + " onEachFeature: geo_json_4ad7488c429707ffa3ba60fe1727b8e0_onEachFeature,\n", " \n", - " style: geo_json_54c29834cfa8e4454291a1badddc771c_styler,\n", - " pointToLayer: geo_json_54c29834cfa8e4454291a1badddc771c_pointToLayer,\n", + " style: geo_json_4ad7488c429707ffa3ba60fe1727b8e0_styler,\n", + " pointToLayer: geo_json_4ad7488c429707ffa3ba60fe1727b8e0_pointToLayer,\n", " });\n", "\n", - " function geo_json_54c29834cfa8e4454291a1badddc771c_add (data) {\n", - " geo_json_54c29834cfa8e4454291a1badddc771c\n", + " function geo_json_4ad7488c429707ffa3ba60fe1727b8e0_add (data) {\n", + " geo_json_4ad7488c429707ffa3ba60fe1727b8e0\n", " .addData(data);\n", " }\n", - " geo_json_54c29834cfa8e4454291a1badddc771c_add({"bbox": [177.939590295316, -38.71369871834804, 178.02467247302926, -38.6671449834606], "features": [{"bbox": [177.939590295316, -38.71369871834804, 178.02467247302926, -38.6671449834606], "geometry": {"coordinates": [[177.939590295316, -38.70898531845564], [177.94279376405905, -38.70306000521022], [177.94919087537596, -38.69584123901923], [177.96098286664852, -38.685948358396054], [177.97205842671144, -38.67878667852276], [177.98455668357752, -38.67323574695169], [177.9965919726673, -38.66931153801665], [178.0066153477809, -38.6671449834606], [178.0175672016972, -38.667703729709466], [178.02467247302926, -38.6707429515189], [178.01948219508512, -38.676305553663006], [178.01462027588101, -38.674842130566624], [178.00768964205548, -38.674303574736534], [177.99951582107292, -38.67594070220013], [177.99090870038157, -38.67843206368209], [177.9833006513282, -38.68113743966321], [177.9733528368227, -38.685614639004065], [177.9664361345079, -38.69002633319744], [177.96065992080773, -38.694324810326705], [177.95641840598014, -38.69945841588301], [177.95197508846985, -38.70524373444892], [177.94882759405127, -38.7107809377008], [177.94525238354277, -38.71369871834804], [177.939590295316, -38.70898531845564]], "type": "LineString"}, "id": "0", "properties": {}, "type": "Feature"}], "type": "FeatureCollection"});\n", + " geo_json_4ad7488c429707ffa3ba60fe1727b8e0_add({"bbox": [177.939590295316, -38.71369871834804, 178.02467247302926, -38.6671449834606], "features": [{"bbox": [177.939590295316, -38.71369871834804, 178.02467247302926, -38.6671449834606], "geometry": {"coordinates": [[177.939590295316, -38.70898531845564], [177.94279376405905, -38.70306000521022], [177.94919087537596, -38.69584123901923], [177.96098286664852, -38.685948358396054], [177.97205842671144, -38.67878667852276], [177.98455668357752, -38.67323574695169], [177.9965919726673, -38.66931153801665], [178.0066153477809, -38.6671449834606], [178.0175672016972, -38.667703729709466], [178.02467247302926, -38.6707429515189], [178.01948219508512, -38.676305553663006], [178.01462027588101, -38.674842130566624], [178.00768964205548, -38.674303574736534], [177.99951582107292, -38.67594070220013], [177.99090870038157, -38.67843206368209], [177.9833006513282, -38.68113743966321], [177.9733528368227, -38.685614639004065], [177.9664361345079, -38.69002633319744], [177.96065992080773, -38.694324810326705], [177.95641840598014, -38.69945841588301], [177.95197508846985, -38.70524373444892], [177.94882759405127, -38.7107809377008], [177.94525238354277, -38.71369871834804], [177.939590295316, -38.70898531845564]], "type": "LineString"}, "id": "0", "properties": {}, "type": "Feature"}], "type": "FeatureCollection"});\n", "\n", " \n", " \n", - " geo_json_54c29834cfa8e4454291a1badddc771c.bindTooltip(\n", + " geo_json_4ad7488c429707ffa3ba60fe1727b8e0.bindTooltip(\n", " function(layer){\n", " let div = L.DomUtil.create('div');\n", " \n", @@ -880,13 +881,13 @@ " ,{"className": "foliumtooltip", "sticky": true});\n", " \n", " \n", - " geo_json_54c29834cfa8e4454291a1badddc771c.addTo(map_50d40ff851c8483661ab84bd79787eae);\n", + " geo_json_4ad7488c429707ffa3ba60fe1727b8e0.addTo(map_e06a7437f9a753c801933c7cde154f5f);\n", " \n", "</script>\n", "</html>\" style=\"position:absolute;width:100%;height:100%;left:0;top:0;border:none !important;\" allowfullscreen webkitallowfullscreen mozallowfullscreen>" ], "text/plain": [ - "" + "" ] }, "execution_count": 4, @@ -911,7 +912,7 @@ { "data": { "text/html": [ - "
✔️ 412 ms (2024-10-24T11:15:33/2024-10-24T11:15:33)
" + "
✔️ 454 ms (2024-10-30T11:26:35/2024-10-30T11:26:36)
" ], "text/plain": [ "" @@ -932,7 +933,7 @@ }, { "data": { - "image/png": "iVBORw0KGgoAAAANSUhEUgAAA0wAAAIzCAYAAAAznpkXAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjkuMiwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy8hTgPZAAAACXBIWXMAAA9hAAAPYQGoP6dpAACqy0lEQVR4nOzdd3xV9f3H8dfdI3tPIIwwDBAQEFFQVAQXilIHiuLWVqvoz7oX1m1Vaq2ttbjaKnWLooBbUZYICAEhrITsPW5u7jj33t8fMcEoWlE0EN7Px+M8IOeee3KOLbnnnc/3+/maIpFIBBEREREREfkOc1dfgIiIiIiIyN5KgUlEREREROR7KDCJiIiIiIh8DwUmERERERGR76HAJCIiIiIi8j0UmERERERERL6HApOIiIiIiMj3UGASERERERH5HgpMIiIiIiIi30OBSURERERE5Hvsl4Hp448/ZvLkyWRmZmIymXjttdd2+xyRSIQ//elP9O/fH4fDQVZWFnfdddeev1gREREREeky1q6+gK7Q0tJCfn4+559/PqeccspPOseVV17JokWL+NOf/sSQIUOoq6ujrq5uD1+piIiIiIh0JVMkEol09UV0JZPJxKuvvsqUKVM69vn9fm666Saef/55GhoaGDx4MPfddx/jx48HYMOGDQwdOpR169YxYMCArrlwERERERH5xe2XQ/L+l8svv5wlS5Ywd+5cvvzyS0499VSOOeYYCgsLAXjjjTfo06cPb775Jr179yYnJ4cLL7xQFSYRERERkW5GgelbiouLeeqpp3jxxRcZN24cffv25ZprrmHs2LE89dRTAGzdupWioiJefPFFnn32WZ5++mlWrlzJb37zmy6+ehERERER2ZP2yzlMP2Tt2rWEQiH69+/fab/f7ycpKQmAcDiM3+/n2Wef7Thuzpw5jBgxgo0bN2qYnoiIiIhIN6HA9C0ejweLxcLKlSuxWCydXouOjgYgIyMDq9XaKVQNGjQIaKtQKTCJiIiIiHQPCkzfMnz4cEKhEFVVVYwbN26Xxxx66KEYhsGWLVvo27cvAJs2bQKgV69ev9q1ioiIiIjIL2u/7JLn8XjYvHkz0BaQHnroIY444ggSExPp2bMn06dP59NPP+XBBx9k+PDhVFdX89577zF06FCOP/54wuEwo0aNIjo6mtmzZxMOh7nsssuIjY1l0aJFXXx3IiIiIiKyp+yXgenDDz/kiCOO+M7+GTNm8PTTTxMMBrnzzjt59tlnKS0tJTk5mYMPPphZs2YxZMgQAMrKyvj973/PokWLiIqK4thjj+XBBx8kMTHx174dERERERH5heyXgUlEREREROTHUFtxERERERGR77HfNH0Ih8OUlZURExODyWTq6ssREREREZEuEolEaG5uJjMzE7P5h2tI+01gKisro0ePHl19GSIiIiIispfYsWMH2dnZP3jMfhOYYmJigLb/KLGxsV18NSIiIiIi0lWampro0aNHR0b4IftNYGofhhcbG6vAJCIiIiIiP2qqjpo+iIiIiIiIfA8FJhERERERke+hwCQiIiIiIvI9FJhERERERES+hwKTiIiIiIjI99itwHT77bdjMpk6bQMHDvze48ePH/+d400mE8cff3zHMZFIhFtvvZWMjAxcLhcTJkygsLCw03k2bdrESSedRHJyMrGxsYwdO5YPPvhgN29VRERERERk9+x2hSkvL4/y8vKObfHixd977CuvvNLp2HXr1mGxWDj11FM7jrn//vt55JFH+Pvf/86yZcuIiopi0qRJ+Hy+jmNOOOEEDMPg/fffZ+XKleTn53PCCSdQUVGxu5cvIiIiIiLyo+32OkxWq5X09PQfdWxiYmKnr+fOnYvb7e4ITJFIhNmzZ3PzzTdz0kknAfDss8+SlpbGa6+9xhlnnEFNTQ2FhYXMmTOHoUOHAnDvvffy2GOPsW7duh99LSIiIiIiIrtrtytMhYWFZGZm0qdPH8466yyKi4t/9HvnzJnDGWecQVRUFADbtm2joqKCCRMmdBwTFxfH6NGjWbJkCQBJSUkMGDCAZ599lpaWFgzD4PHHHyc1NZURI0Z87/fy+/00NTV12kRERERERHbHbgWm0aNH8/TTT7NgwQL+9re/sW3bNsaNG0dzc/P/fO/y5ctZt24dF154Yce+9iF1aWlpnY5NS0vreM1kMvHuu++yatUqYmJicDqdPPTQQyxYsICEhITv/X733HMPcXFxHVuPHj1251ZFRERERER2LzAde+yxnHrqqQwdOpRJkybx1ltv0dDQwAsvvPA/3ztnzhyGDBnCQQcdtFsXGIlEuOyyy0hNTeWTTz5h+fLlTJkyhcmTJ1NeXv6977vhhhtobGzs2Hbs2LFb31dERERERORntRWPj4+nf//+bN68+QePa2lpYe7cuVxwwQWd9rfPP6qsrOy0v7KysuO1999/nzfffJO5c+dy6KGHcuCBB/LYY4/hcrl45plnvvd7OhwOYmNjO20iIiIiIiK742cFJo/Hw5YtW8jIyPjB41588UX8fj/Tp0/vtL93796kp6fz3nvvdexrampi2bJljBkzBgCv19t2oebOl2o2mwmHwz/n8kVERERERH7QbgWma665ho8++ojt27fz2WefcfLJJ2OxWJg2bRoA55xzDjfccMN33jdnzhymTJlCUlJSp/0mk4mZM2dy5513Mm/ePNauXcs555xDZmYmU6ZMAWDMmDEkJCQwY8YM1qxZw6ZNm/jDH/7Atm3bOq3nJCIiIiIisqftVlvxkpISpk2bRm1tLSkpKYwdO5alS5eSkpICQHFx8XcqQRs3bmTx4sUsWrRol+e89tpraWlp4eKLL6ahoYGxY8eyYMECnE4nAMnJySxYsICbbrqJI488kmAwSF5eHq+//jr5+fk/5Z5FRERERER+FFMkEol09UX8GpqamoiLi6OxsVHzmURERERE9mO7kw1+1hwmERERERGR7kyBSURERERE5HsoMImIiIjIz+INGLy6qoQaj6/Tn96A0dWXJvKzaQ6TiIiIiABtwWfemjLqPAEWFpQDMCQrjtdWlRHjslDeGMBlgYjJhJkImEycPSaHikYfW6o9NPmCuO02vH4Dp81CMBTm8bNHsHRbLSu310MkwoCMODZWNAIwID2Wojovlx/Rj8+L6pmUl47bvls9yUR+kt3JBgpMIiIiIvshb8BgYUEFfZKj+P1zqwiGQ8S77FQ0+vEbBn4jgskEoTD83IdFqwmMCFhMEIrs/BogOdoOkQip0Q6cDisTBqWysaIZIxQCkxmrGfqkxPDZllr+dOpQeiRG/ex7F1Fg2gUFJhEREdnfeQMGzy0r4q215RghyIxzsrK4nhpP4GeHol+KCTCbIN5tw2wycVBOAphM+IIhNlU10y8lmgZvkKMPSCcx2saJ+VkALCyo6FSxag+IqmIJKDDtkgKTiIiI7G/ahtiVsqO2lbkrikmPdVLW4MPjD2IxmwhHgHCEwI98GjQByW4rjT6DKKeFVn8IXwicVhNZCS48PoNGbwCAGJcNX8CgNRgh3m3FCJtIcNsoqvViNoMR3vP3m+i2YDaZGd4zgfKGVlwOCw+dNowPNlbxxuoyXHYLxbVe8nskcMvkQbjtVuatKQMiTBiUxrsbKgETEwaldvz9xPzMTgGrPXiNy03mk8IaBbB9lALTLigwiYiISHf2zQoKwEsrS3htVQmVTT4qGv2EI22VGpfNhOfHJiTaOoTZrXBI3xSOGJjK1BHZACwqqGRiXtpuhQVvwOCNjjlSFbQGQ5Q3thKJRLBZzTS0tDWJMJmgR4Kd0oYAwT0QrEx0HlYY7bCQGu0gxmWlptlPUrSDnglOlmxvIC8jhvJGP32To7BazUQ5LORl7nx2/LSwlhVFtWTHu8lMcBHnsvGHSQO+N2DJ3kmBaRcUmERERKQ7e3bJNl5eWUpOkhurxcSyrXVUNvuwmExEwhH8YbCZIPgDT35Rdoh22LFZzZw1uhczDsnp0of/HXUt/O7fX1Bc10IkEiEUDhOKgM1sJhwJ0xLcc9/LZTNjNkFrIIzNAk6bhRiXHSMcwowJbyAEQIvPIBRpC2EWi4k+SW7iohwkuG1UNPkYkB7D5Uf049EPNpObGoPdasZuNStI7WUUmHZBgUlERES6m/Yhdx5fiH8t3U69J4DFYiLaYaWhJUBz4PvLMybAZYVRvZNpDRo8eNqwfa6hgjdgsKigkhG94rnvrfV8UdJIKBRpa2dugkg4QjAUwWYx0/r1f4vQD5zv25Wob3797de+yWYGt9WE2WJhYHosX+yox24xYTWbcDtsWMwmZozJIcppIWCEvw5QWQpQXUiBaRcUmERERKS7aA9KSzbXsLKoAa/fwGo109gaJN5lozVo0OT7/rA0KCOG3xyYzbTRPX/9h/ZwGHw+aG1t+7N98/vbtkCgbQsG2zbD2LmFQm1bOLxz29WjrMnUtpnNYLGA2Yw/AsuLm9hQ3cKWeh+esBnDYsFkd1AbgLDNhtdkxWex4bfa8Fvs+K12fFY7huXH/Tdy2UwEjQihSFu4clhNhEJt3QajnRZSY12U1LXSI8GFy26lZ6KLAekxFNV5+cOkASRHO/fsf2v5XgpMu6DAJCIiIvu6Go+Pe976iq3VHoKhCKUNXnzBMIkuGyaLmcYWH55A5DuVEJcV4qOcpMXY+cuZB+5+JSkSAY8H6uvbtoaGtj8bG3duTU1tW3Nz2+bx7NxaWto2r7ctHO1jDJOZVpsDn82B1+bEa3PiszposTvx2l147K62/U43TTYXHrubZkcUHoeLJkdU2+aMpskRhcfhJmS2YDaBzWzCCEdwWk34QxGmHdSDTZUe/njSYArKm9RQ4he0O9lA/wuIiIiI7KXaF5KtaGjl1VWlBI0w9a1B7BYzFjOEw2FC4TD90mL4vKiOlm81c3DbzBzWP4U7Tx7cuXoRCkF1NVRWQlXVzq26um2rqYHa2p1/1te3VXv2NKsVnE5wOHZudvvOzWoFm63tT6u1rVr0dcUIs3lnFQna/g5t4S4S6VyFaq9MhUJtlar2ylV7JSsQ2Fnd+ma1q/0yI2FiAq3EBFr3yG03OaJocEbT6Iym3hXb8Wf9R7FYXDE8Oj+WOlccT7jjqHfH4k9M5JzD+nPx4X0VoLqAKkwiIiIie4n2gBQwQgSMMG+tLae8wUdVs78tA9DWwtthNeH1tzVAsJghGG7rZheJhEluaSS7pYZj4g3O6+3AXlUJZWVQXr5zq67e9VC2/8Vuh4QEiI/fucXFtW2xsW1bTEzbFh29c4uKatvc7rbN5WrbrHvxw3843BaaWlvbNq9359ZeMfu6ghaob2TTlnIC9Q2UFlcRF2wl0WjF6mkmxt+CzdNMjK8FV/CnV9caHVHURsVjzUgnc0AO1ox0SP96y8jYuaWmtoVK+UEakrcLCkwiIiKyN6nx+Hj4nUJmjOnFM0uKmDGmFze+upayhlY8PgOfEcZEBOPrMBSMgDvoI7OxiuzGKrKa2rbMpmoymmrIaqomraUOW8j4cRdgMkFyMqSltT1kp6ZCSkrblpzctiUltW2JiW2b272zkiO7xRswmP/5dloqalnxRSG25kaM6lqSAy3EehuxNzQQ52smwdtEYmsTid5GklobSfA2YY3sRm91s7ktRGVmQlbWzi07G3r0aPszO7stsO7HFJh2QYFJREREulJ79cjjC1JY5cEXMCisbKHa4yfBbaW80Y+ZCLF1VWTVltOroZweDRX0bqwgs76S7MZKUrwN//sbtT8wtz8oZ2bu3NqrEenpbcFIlYi9xo66Fq7+7xqSou0AVDf7OSw3hfcKyqktLsPZ1Eiyt4HklgaSvQ2ktNST4qkny9fAgQ4/7pqvh1WGf2S4Sk6Gnj13br16dd6Sk7t1OFZg2gUFJhEREekK3oDBSyt3MP/LchKi7KwracBWW0ufuhL6NpSRXlFMdnUJOQ3l9Kwvx2kEfvB8zQ43FQnptKRn0pSaRVRubwaPGYKjd05bBSEjY+8e6ia7pb11+gEZMVzx3Bd8VdWyy+NcFrAQ4dkTcjjQ5msbhlla2raVlOzcduxoG1b4v0RFQU4O9O69c+vTZ+cWtW+1oP82BaZdUGASERGRX1p7FQkiHJgVx2NPv8fR1FL06UqyK7aTU72D3rUlxHibv/ccQbOF0thUiuPTKUrIoCwhnaLYNKz9+nDtb48hu0/2r3dDstfxBgye+GgrzyzZRovfwL+LhaWmjcrilsmDd90gIhJpa+KxYwcUF+/ciop2buXl//tC0tKgb1/o16/zlpvbNrdtL6fAtAsKTCIiIrKneQMGC9eVk4+H/z71FgNriondupGeZdvIrijCZfh3+b4wJspiU9iamMXWxCy2JWaxPSGT7QkZlMamYlisOCxwaL8UPP7gPrmorPzyajw+rnxuFZ9urdvl64flJvHQ6cN2f30nn68tRG3bBtu3w9atbX/furVtq6//4fcnJ7cFp/7927YBA9q2fv3auiLuBRSYdkGBSURERH42n4/W1WtY++ZHxGxcj339OrJ2bMbZ3LjLwwMWK9uSe7AtuSc70nqxIT6Lr+Iy2ZKQid/m6HSsCbCaIdphpVdSFH85c7hCkvwo7VWnv320GZ/x3Uf7/ilu5px30J77/1N9fVtw2rwZtmxp+3PzZigshIqK73+f3d7WXXAvGDKqwLQLCkwiIiKyW5qaYPVq+OILjM8/p2XZ58Ru24wp9N0xUGGzhW2JmRSm9WZrai8KEnuwKakX5YnpGBYLQaOtJfi3H7pMgNtupndSFFaLmcn5mUwb3VNr7chP4g0Y/GnBVzz5WdEuXz+kbyKPTBu++xWn3dHc3BaeNm3qvG3c2DaMb+PGX+577wYFpl1QYBIREZHv1dICq1bBihXw+eeEP1+JqXATpl08Jnmi4/gqtTdfJvdmU1oORdm5TJw6njc21lLR6Mfr89MSjBAMg4W2oNQuQltIinaYsVst5CRFMfsMDbeTPWtHXQsXP72CTVUtfDvem4CB6TFMHZHFmaN7/XrhPBJpC1N7yXO4AtMuKDCJiIgIAKEQbNgAS5diLFlKyyefEbtlI6ZdtGMui0lmXXo/CtL6simzHw39B2FkZNMrOYoaj58V2+vJinNit5rZ0eClpTXEN1dBMgFmU1sVyW61kBnnJCvBTbTDyvXHDfxlf9MvAqzZUc+Uv372neomQLzTyrmH9iY93smJ+Zn7VWVTgWkXFJhERET2T96KKla/uIC8ogKq3/mIPlvXY/Z8t0tdTUwSq9P7sS6jPwUZ/SjM7k+lMxaTCeLcdgakxbC91ktOUhTbajz4jRD1LQGCoc5VJNPXW4zTQpzbzgEZsQpI0qV21LVw4TOfs7HSs8vXLSb47fi+XDNp4K98ZV1HgWkXFJhERES6L2/AYGFBBZMOSMO0dSvrX3yLvG3r8H/0CXHbCr9zvM/hYl1mfyoH5rMkpS87+uaxlhjsVhNGGPIyYvH4DVJiHJTUt9LgDRAKh2kNhmlsNTp+W9++rGf71wkuK72S3GQnRDG6TyJTR2TvV7+1l73fmh31nPvkMupbvzsXb1BaNFNHZv+6Q/W6iALTLigwiYiI7Hvag9C43GQ+KaxhXG4y726oJPB1JzC7GU6y1bPxhflEL1tC6poVxNZXf+c8JcnZbB+Qz7K0/hgHjeZlfxwRkxmT2cwlh/VhfXkT3oBBlN3KwIxY1pY2sKPWy5bqFhp9OwfZmdlZTTIDcS4rUU4rcQ4rTrtV85Fkn7GjroUznlhCWb2/03A9MzAkO445547s1hVRBaZdUGASERHZN3wzJD38TiHZCS5K61vJinexeFMVeTVFpK5aSv8NKxm2fS2x3qZO7zcsVgoyc9mcm8+W3Hw+Se1Pcu8sWgMhjh+aybFD0nl9VRnPLS/m2MHpJLjtzFtdSm1LgFinlYbWILUeP0a4bZ76N4fbOa0mnFYzFouJUTlJHNovWVUk2Wd5AwYvryzhuSXb2VDV0um1Y/JS+fvZo7royn55Cky7oMAkIiKyd/IGDOatKe2oGhWUNZKTGEVRbQseX5Ae1TsYX7oW96ef0Lfgc9zNDZ3e73c4+ar3YIryRlA1bDShkSP51+oq0mIdHDskg9U7Gqlp9nFIv2SqmvzcePwgvAGDP75RwNYaL5srm2g1Ol9T+1A7ixmi7BasFhPDeyYS7bAyoleCQpJ0K96AwfQnlvHFjoaOfXFOC2tuP6brLuoXtjvZQP/SRURE5Ff1zQrSuxsqWVXcgKfVoKLJRygcIb65lvyydUxdu4x+Xy4job6q8/vtTjb1G0r5sIP5st8wVqX0IT7OTbzbzq2T85i3poy02CZSYx1srvQwvEc8XxTV8sKKHUSIYLeaeG5ZMYYRwdjF9bWvjZSbGkN2govRfZIUkKRbc9ut/GPGCG5/vYA317YtPNvi/+4cp/2V/uWLiIjIHtfRhCEvHYCFBRWM7JXAo+9vxgiH6ZkQxRWfrybWYaWutpEJNZu4dMtKYj75gJyyrZ3OFXY42J47lLSTj+O99Dz+3BTPmYf2Zdronnw6fwOHxDo6KkcAHp+BEY6wtqSRKLuVhQUVeHwGwa/H1Dz56XcX9XRaTSRHO8lNi6Ko1svfp4+gf7pGpMj+IznayaNnjeDDW+bjCUI4AjUeX7eex/RjKTCJiIjIHlXj8XHF86sZ0SueO+YVEDFBTmIU132+loaWAB5/kPBXG7mkci2xH77PAYVf4AgGOt4fNpkozOzHyn4HUnvI4dQOHUmPrCSSoh1MzEsjXFDJ2Nwk5q0ppX96DPUtAT4prOZ3//ayoaKJ6qbAd9p8f3tSewTonxKNy2EhO8GtjnYiX8tKiGZjlYcIcOcbBcyeNqKrL6nL6aeCiIiI7BHtVaWlW2uxmU288HkJQ7PiqPb4sfl9/DmunBX//jf565aQVVfe6b218SmsHzyaLwaMovbgcVQ7Y4iyW8nvEU8cEUyY8BkGJXVenl9exOurSlm2rRaLKYI3ECEEFNW1djpn+6KxVjNYzGZ6J0VhNpuwmGFyfhbTRvdUQBL5FqfdDLT9UmF1ScMePfc3K8/70r+9fedKRUREZK/U3rRhVXEDOYlR5CRG8e76SjI8deQun8+MjUs5aOsq7AE/x339nqDFSnHeCNJPO4ml/Q+i/5GjWfjxNmYenQvA7HcKueTwPsx+dxMbK5qp8wZoDYSIhMJ4AmGMb5SM2hs0OK0mbBYIhU30SHDhsls5YmAqO+q85PeIVwVJ5EeYnJ/JmpK2zpPba30d+78v7PxQCPrma96AwRXPr+bgPoksKqhkyvCsX+eG9gB1yRMREZHd9u3W37XNfiqaWjm4cQcJ773NoeuXMLhyS+f3pGVgOu44XkwZzIa8g+jZM5WMOBcT89JYWFBBXkYst7y+jmiHjY0VTUCE5tYgTf5wpyF1JtqqRuEIWC2QEuNkWHY8w3smEO20Mjk/U8FI5CfyBgxG37GQZgOSo818fvOxALy6qoQ6T4CkaEensPN9+7/92ortdZQ3tOI3wjwxY2SX/xtVW/FdUGASERH5edorSe2zguo9QT7ZUMaIorX0Xvwu4zZ8Rso3OtqFTSa29xnMpwNHU3XYBH575Sm4HbaO87T4QnxZUs/2Wi+RCDR4A1R7AgSD4Y7udaZvfP8IEG0347JbmT66FzvqW8jvoRbfInvapoomLntuFX89c3hH8xNvwGBRQSUT89K+U2Ha1f5vv+YNGMx+p5CZR+fuFY0kFJh2QYFJRERk932zkvTAgo1srGimd7SZU2rWEz1/HrkrPiK6ZefCsUGni1UDRrH54COYdN35uLIyeWNNGREiTBiUxrsbqlixrY76lgBLt9biDba1Z2ifbxSOgNUERqRtn9NmJt5tIzXGSXaCC6fNwvXHDdwrHrhEZN+lwLQLCkwiIiI/XntQavYFWbm9gTjDR87yD+m/+B1GbliK07+zwUJDVBxf5I/FNvUURlxwKrhcHQvR2q1m6jx+nl9ejNlsok9yNKuK62ho/e4aL+3d69JiHbjtFg7IiGN4z3gNsxORPU4L14qIiMhu6zzkDgJ1DZjfms+0jxYwcsMyrAF/x7F1yenUH308SeecwYOeZK48ZiDur9c8qvVU8cxn22n2BXHZrTS2BPAaEUxAdWMrgW9lpQSXlWE9E6hp9mMxm5icn6kOdiKy19BPIhERkf1cezXJb4RY/uUOsj57n99sXULWkg+w+neGpLLkLJYMH0/ZUceResShHHVAGh8U1nDl2GQ+Kayh2Rdk2bY61u5ooLzBhxHhu5UkkxmbFVwmiJhMXDS2Dxcd3kfhSET2WhqSJyIish9qqyaVARHMgQAxH75P+luvMujzj3AGdrYSrkzvyeL8wzGfdhrLYrLJy47n2CHpfFJYQ63Hz7w1ZdR7AyS47CRG2/lscw12iwlvMAIRMH29DlKUw0rPxKiv23yrWYOIdC0NyRMREZHv+OaaKAvXllHx2tvkfTifw778CIdnZ+OG0oR0Vh08kS1HHEfioQdRUNbENccMYNLXQ+5eW1XKm1+WU93ko6zRTwSoNPsIR8BiNhEIQXqck9RoB9nxDpx2mxo1iOxj9tVFZn8J+/fdi4iIdGPfnJM0YVAqD79TyAFV21h228sc8ekC4ut2tgBvTkplzcFHs2rsMfiHjeDz4gaOG5KOzWohNy2G9zZUsXxbLZsqPdR6/NR4AhCJdKyPFAxDryQXtS0BLhzbh/Q4pxo1iOzDFhZUUOcJdLQF35/Dk4bkiYiIdDM75ySFWbK5lrj6akYvXUD+h2+SvaOw47jWqBiWDD+CZWMmUdA3n9lnjeCtteUUlDWRlxlHi9/gq/ImdtS3EjTCFNW14PWHiNA2zM7tsOGwmgiGIkw7qCc1Hj/XTBqgSpJIN/DNNZTaw9OuFqfdV6mt+C4oMImISHfWabhdQQWlZXUEX3qFcUvfZvjGz7FE2tY7ClpsrD9wLF+On8yx151Pq8nKNS99ydGD0oh2WvlwYxXrShtJcNtp8AZo8Ppp8bd1uGtfRdZtM+N22PjXBQexvrx5lwtWikj30R6exuYm8UlhTbeoNCkw7YICk4iIdGevriqhrtlPv20FHPLJGwT/8zxuX0vH6+t65fHxmGP5ZNgR9OyXxR8mDeCTwhr8RpjFhdWU1LfSK9HN6h0NVDS1EjTgmw8INouJ5Gg7qTFO+qVGa06SyH7o1VUl3abSpMC0CwpMIiLS3bTPUXLU1jDx84UYTz5F3LbNHa9XJqQzf9hRvDbkKFIPHEycywqY6JnoZtm2Og7sGc/SrXWEI2Fa/SHKm32EjBCeQASLqa3DndtuISHKzukje5IYbde8JJH9WHeqNKlLnoiISDfVPvRuXJ8E3rr/aYYufInBqz7BGm5b78hwOFkyfDxLxk1mVZ98MhPcUOVhU2UzA9JiaPIZ+IIhmluDzFtdSr03QCgM8W4rLf4Q4XAEmwVinTbG9ktmRE6i2n+LCABuu5Upw7M6Kk2LCir3+UrTj6GffiIiInu5jpCUm8wT//6Q/EWvYP14HufUVnYcU3XAMOIuv4R3Bo+nf24ma95Yz7h+SRSUN+OwWsiKt/LuhipcVjDCEOuy0dQaxAi3DbcLGBGSo+1YzCYy41w8eFo+PRKjuvCuRWRvNSkvvaPS9Oqqkn260vRjdN87ExER2ce1B6WAz0/se++w47//4rqCJZi/Hk3fEhPPirHH8UL+JGJH5nPv1HyODBjcNX8Do/sksrCggqIaL26HhdqWQNs5DbCaoM4bxG23YA1HSI9z8vDpw3jx8xJmHp2ruUki8oPaK01zVxSxZHMdASPM6aN6dvVl/WIUmERERPYi3+x29847X+B86kkmfvw6UdUVHcdsHnwQn4w/iXUHHcWwfmkkVjQz8+hcvF+HpRinhX8vLcbn99MUgAafQbTdjNVuIjvBjctmYWxuMsu21nHM4HSmje6J224lv0dCF965iOxrAkaEknovAaN7/+xQYBIREdmLzFtdQu3rC6i++nVO+PgdLF/PTWqNS+DzI05i5J3Xkpmbi3tNGQcBRw1KJdrZ9nF+w8trWLm9AU/AoDVg4A/tPG8YE7dNPqBb/xZYRH5ddquZjDgnq3fUY7OaObGbNoXpfnckIiKyD+moKGW7cD//H4598M/EFW/teH1N7yGsOOZ0dow/huum5BMBFhZUcNSgVD4prOG1VaW8saac55YWU1zXQmVzoOO9JsBpNRHlsHLBuD5Mzs/89W9QRLqtE/MzWVfSSENrgKVbanFaLd2yCYTaiouIiHQRb8DgH39/kyPfeYEB776Gw9fatt/p5oORE9lw0pmkHToKu9XcEZD8Rpj6lgDvbajEFwxR1uAjGAphwkRLIEQ4AjYLxDht9EhwMzk/s2PInYjInuYNGLyxpgxgn1p2QOsw7YICk4iIdLWOatLAFNzvLqLqrgdIXfZJx+s7MnKIvuoKHsoYTb3ZybjcZCbnZ7KwoAK/EabFZxAwwjy9ZDtuu5ltNW0BywRYzeCwmjGZTBw1KI2bTxik5g0iIt9D6zCJiIjsZbwBg3vnLmPwolfwvvsC7soSUoGw2cyyvEN5ZsQJFOeP5sBeidx4/CDeWFNGhAjz1pTR4jMAWLCunC3VLUSIUNXk7zi3xQQZ8S7SYx08eNowtQMXEdmDFJhERER+Ie0VpWPcrZTdcR83vDIXl68FgGZ3DCWnnMnm35zNwhYXThMMtVuYeXQuAF+WNJIW62BjeRPrypswQmE8vhChUIiWYIQ4l5lgCBKi7AzLTuD2kw5QRUlE5BegwCQiIrKHtQclx4rl9JrzGI4VH9AvEgagIjOHlw+dyscHT+KUcQOYnJ9JqKCSiXlpAMxbU8aKbbXUtQRZVFBBIBSixRcCE9gtZpKjnYxIjqK0oZWnzhulapKIyC9MgUlERGQPaA9J4/oksPDufzD+jWfJ2rC64/Xl/UawcOI0+p8zlWSzmVNoawm+sKCCcbnJLCyooLyhlSc/3U6s08q2Gi9um4kIJuxWM3armZ6Jbk4d2YMYp42JeWn7zORqEZF9mX7SioiI/AztQcnwtJD28lyM5//JWVUlAAQsNt4ZdhRrTzuXmpz+5PdI4Ki8dD4prGFSXjoLCyoorvVy+vtLyIp3s2xrDRaTiRpPAJsZfEaEQRnRDEyPIb9HAnareZ/qQiUi0h3oJ66IiMhP0B6U/FXVxMx5gmPe+S+uhjoAPO4Yvjp5Oo/mHUNynx7ccfIQoG39pHc3VNHiM1hUUMnIXgnc89ZXhMNhtlXX4LCA14gQ5zQTCEW49LB+pMc7FZJERLqQfvqKiIj8BO8uWkHCY48y5v1Xcfjb2ntXJmbw5lGnEz7vXGKTE5hitTA2N6mjLXhVk49PN9cyfkAKb68t5cZX1mCEIgTDkBhlI2CEGZsTT0WTT/OTRET2EgpMIiIiP0KNx8fD7xRyTa8ICY/O5vh//RuLEQRgR68BvHzkNN4fchj9s+IZm57c0cThrvkbSIt1UFTbwhfF9djMFuZ8soV6r0Ho65UQnVYTCW47T503ipVFDZqfJCKyF9FPYxERkR/hP397nWOf+ztxaz6CSAQL8EWffF6beDbho4/mkvF9qfloK5cc3ofPi+rxBgzueWsD68uaqfH4GZQRQ50ngMcXIsppxWW3EIlE6J0URb+0mI6FZlVVEhHZuygwiYiIfA9vwODTf81j0Jy/cOWSDzv2lxw2AduNN/KCJ5Hc1BiinBZcdgsjchL4YGMVn26p4dH3N2MxwZbqFswm+GxLLVaTCbO5baHZAzLjePTM4Vo7SURkL6fAJCIi8rX2Rg6T8tJxL/mUxmtu5OjPPwMgZDKzdORRfHjKBVTn9Gd8aiq3HpHGXfM3kJ3gYvY7hWQluHhvQxWbq5rx+g2MCBABIwJuuxmXzUKvpCiOG5LBtNE9NexORGQfoJ/UIiIiX3vp82IKn5/HkHf/Rb+vviADMMwWFo2YyPLTL6bvIcPoZzXT0wjjMwzmrSkjO95FUW0LPRPd/GdpEdUeH35j5zltFhNpsQ4y41w8eFq+htyJiOxjFJhERGS/1VFROiAN9ycfMe73f+Ccr1YDELTa+OywE3nl6LO45uKJBIoaGJubxCeFNUSA+pYARTUt5KbFsKmymbe+LKPJHwbABNjMkBrnZGSvxI75SSIisu9RYBIRkf2SN2Awa9460ld+RuVr/6T3V6voDQSsdjaecDqbzv0tRmYW9+RnAhAh0rGGkt1q5r0NVbT4gyxaX4E3GCIQjGAGrBYYkBbLlOFZGnYnItIN6Ke4iIjsV9qrSrHLP+OCh++l/8ZVAARtdj47airvTT6XA8fkMXV4Ft6Awbw1pawqbiAnKQq7xcybX5ZT2dRKXUuAQCiC3WLCZDKRmaBhdyIi3ZECk4iI7Bfag5JjxTIGPXI/AwuWA21D71ZMmMrAR+6iosFKHjA2N4lXV5XgN8Is2VxHsz/I+xuqsFvN1DT78Ifazmk1Q2qsk4NyErn+uIEadici0g0pMImIyH7h4xcW0e/BexiyejEAhsXK9ilnsPnCKzjsyOG47VZO5+uhem8U0NgaJMpuoU9yFH/7aDOhUIQwEIm0tQV32swcPSiNmycfoKAkItKNKTCJiEi3VOPx8fA7hVzTK0LCvXdyzIsvAhAyW/ji8MlUXHkNRx07mn52K96AwdwVRYAJjy/Ip5traPIGCIbbwpHbYaWhJUiUw0JOUhRRTisP/Gaoht6JiOwHFJhERKTb+OY6Sk8+/wnH/usvxH06H8JhIiYTKw+eyAdn/o7LLj6OUV8HpVdXldDsC/LyF6WEwxHqW/xUNPoJRdrO6bBClNnGlUflUt7UyjWTBqiiJCKyH1FgEhGRbmNhQQUNRWV8ftuNXL3wv1gDAQC2jzmSry6/Ft+gwVyWlwbA3BVFrCpuICvexceFNVQ3+/D4DVp8IUxAjMOC3Wbh4JwEbp8yWCFJRGQ/pcAkIiL7tI6qUk4MR7z0BNaHHiTa1wLAtryRrPrttXyROZAbjx8EtIUqvxFmcWEN26pbeG99JVaLmRZfEE8gjMtmwmI2c+WE/moLLiIiCkwiIrJve2NlEeF/Pknw1X8QX18DwKaMfiw+7ypOvP48zJvruPHrqtJd8zeQFuugrL6VoBGmsMpDKBzBbDJhMoHbbsZiNjP/irGanyQiIoACk4iI7INqPD4eXrSJmd4NHHH9DaSWbgOgIimDfxx9Hs0nTWXWKUNx261MzEvrqColRtn4z7JiJh6QykebqgmFI0QiEOWycHBOIg0+Q80cRESkEwUmERHZJ3yzocPzj77EtCceIGXrlwC0xMSz/vwr2HTKWQxwOZmcnwm0zVNasa2OlkAIC7BsWy0R4D/LdhDntBCJhBmUEcPUET2YOiJbw+9EROQ79MkgIiJ7rW+GpJdW7uDjhStIvugf/H7lewAEbA6WTJ7OqL/fx6iUJPICBvPWlDJvTRkAiwtr+LKkESMSocHjJxiKYITbht6FIiauPWag5imJiMgP0ieEiIjstRYWVFDR4OPBF5Zz6EtP8Nf5/8FhBAmbTKw6/ARK/+9GDhk/jHkbKmF7W6OHxYU1lDf4OCw3hWVb64h1WqlrDmAxmwlHwqTFOciMc/LgacM09E5ERP4nBSYREdmrtC84e+nhfQj4AqQ//zTnvvg3XA11AGzKG8Wma27jyDMnMYi2Rg6NrQFC4QjVngD+gEGtN8hTn23D4zdoaA3SO9mNEYpwYM8Erj9uoFqEi4jIj6bAJCIiXe6bQ+8eWLiRNcUN3DfvLW77cA4p2wsBCPcfgPlPD9D/hBPIDoaYt6aUVcUNxLtsLN3ajNtmpqi2hdZgGIuJtoVnI5AW5+DAnglacFZERH4S8+4cfPvtt2MymTptAwcO/N7jx48f/53jTSYTxx9/fMcxkUiEW2+9lYyMDFwuFxMmTKCwsLDj9Q8//HCX5zCZTKxYseIn3LKIiOxt5q0p5cOvqnl5ZQnxJdu54fHrefTp60nZXogvNp4vr70D87q1MHky3mCIu+Zv4MON1awva+LllSU0+4JsqfbQEghjNpmwWCz0TYkmJzmK5y86mHun5issiYjIT7LbFaa8vDzefffdnSewfv8pXnnlFQJfr7IOUFtbS35+PqeeemrHvvvvv59HHnmEZ555ht69e3PLLbcwadIk1q9fj9Pp5JBDDqG8vLzTeW+55Rbee+89Ro4cubuXLyIie4H2itK43GQ+KayhzhOkcHMpJz43mzMXPI/FCBKyWPFecBEfT/sdo0f2Y+7qMsCExxdkXWkjANUeHw2tQcIRsJtN2C0m0uKcnH1wDtFOK5PzM9XQQUREfpbd/hSxWq2kp6f/qGMTExM7fT137lzcbndHYIpEIsyePZubb76Zk046CYBnn32WtLQ0XnvtNc444wzsdnun7xcMBnn99df5/e9/j8lk2t3LFxGRLuYNGNw1fwPZ8S7ueesrtlc1M37Z2/zn9cdJaG6bpxSaOAnLn2dj6dOPQEEF726oYsnmOrxBg6VbanBYLXgDBkY4gsVkwmE1kZsaQ7/UaM1REhGRPWq3A1NhYSGZmZk4nU7GjBnDPffcQ8+ePX/Ue+fMmcMZZ5xBVFRbV6Jt27ZRUVHBhAkTOo6Ji4tj9OjRLFmyhDPOOOM755g3bx61tbWcd955P/i9/H4/fr+/4+umpqYfdY0iIvLLaK8q+Y0w2QkuimpbsKxYzh1zHyav5CsAQn37tQWl44/fGawSXNgtZkobWtla1UzAiNDsD+KwmjCbTMQ6bVxyeF+1BxcRkV/Ebn2yjB49mqeffpoBAwZQXl7OrFmzGDduHOvWrSMmJuYH37t8+XLWrVvHnDlzOvZVVFQAkJaW1unYtLS0jte+bc6cOUyaNIns7Owf/H733HMPs2bN+jG3JSIivxBvwPh6TaQIYKLeE+Crika8pRVc8+GzDJj/AgBBdxS222/DcuWVeDGzcFXbvKSaFj8bK5vxBQw2VzUTCredNy3WjstqYVjPBG4+YZAqSiIi8ovZrcB07LHHdvx96NChjB49ml69evHCCy9wwQUX/OB758yZw5AhQzjooIN+2pUCJSUlLFy4kBdeeOF/HnvDDTdw9dVXd3zd1NREjx49fvL3FhGRH++b1aQlW2oxAWP6JlFc3Ujv/z7DBYueIqbVA8C246YS++cH+LjZxrhAmAcWbsDjN3BazZTVtVJc14LHHyIcAYfVRGa8i/MO7c3UEdmqKImIyC/uZ33SxMfH079/fzZv3vyDx7W0tDB37lzuuOOOTvvb5yZVVlaSkZHRsb+yspJhw4Z95zxPPfUUSUlJnHjiif/z2hwOBw6H40fchYiI7GkLCyqo8wSIdlo5pG8SASNM4pef84f7biGxcD0ARv4wrI/9lbSRB3HX/A2kxTq47D+rvl47KUCC00ZZkw+vP4TFBC6bmQkHpKuiJCIiv6rdaiv+bR6Phy1btnQKO7vy4osv4vf7mT59eqf9vXv3Jj09nffee69jX1NTE8uWLWPMmDGdjo1EIjz11FOcc8452Gy2n3PZIiLyC/AGDOauKOLZJdup9fgprGzmkL5JRDfXc+g913H0hVNJLFxPICaOwJ8fIbBkKXNtWcx6o4DUGAfLttbhsJoorGiistHHxspmDCNMtMtKdqKbt2cexuwzhissiYjIr2q3KkzXXHMNkydPplevXpSVlXHbbbdhsViYNm0aAOeccw5ZWVncc889nd43Z84cpkyZQlJSUqf9JpOJmTNncuedd5Kbm9vRVjwzM5MpU6Z0Ovb9999n27ZtXHjhhT/hNkVE5Jc2b00pL6woIRxp61yXGeNg4ZV/ZPrrf8fZ3NYG3Dj3XIw772ZhVQj/uko+3FjF+tJmDuwZzxEDU/jbB5sJRegYfpcYbeeCsX00/E5ERLrMbn36lJSUMG3aNGpra0lJSWHs2LEsXbqUlJQUAIqLizGbOxetNm7cyOLFi1m0aNEuz3nttdfS0tLCxRdfTENDA2PHjmXBggU4nZ1/gzhnzhwOOeSQH1woV0REfl1tTR1KaVsfySAcjpCd4KJ36Wamzr6LnMK1AISHDsX8t78RGHkQt7y2ls3VLRxzQDobyj3Ue/18uKmajwprsFvM2C0mkmIcHNw7SS3CRUSky5kikUikqy/i19DU1ERcXByNjY3ExsZ29eWIiOzz2tt+N3oDWC1mnFYzrXUNjPvPo5yy+FXM4RDBqGgit9+O8bvLmFdQxarietaXN1Hd6MfjD2IyQbM/jNUEVouJ9DgnB/dJ4ppJAxSURETkF7M72UDjG0RE5Ef7ZkUJIC3WwZYqD4cPSMEx/w1O/Oe9JDdUAWBM/Q3GA39iQYOF5jXlvLyylGAojMcfoNkXxG+ECUXAYoJYl5V+qdE8eNoweiRGdeEdioiIdKbAJCIiP9rCggqWbK7DZIIRvRJYurWOo2OCDL3qAkat/hiAurQsQn95lMX9RuKvCdPiC7C+vJGqJh+VTX7sNhN2ixlbxERatIOseKeCkoiI7LUUmERE5Hu1V5QCRgS71cyhfZNYXFiNEY6wpqiGi9fMZ8ych3D4vIQsVlouv5LFp12C1+agvtHH5qpmjFCEzZUeqpr9mEwQCkXokxbNwIwYDb0TEZG9ngKTiIh8R3tQWlXcgKfVoKLJR49EN+tKGvEFw3hXruaWebPps2Vd2xvGjMHyj3/wVmssS7bUMjTLwocbq2n0Biipb8WIhLGYwW7RWkoiIrJvUWASEZHvaG8RnhbrwGG1YDLBkKw4ThqUyJpL/8D4157CEgoRjonhy8uvJ/v6mXyypQ6PL8D2mha213ioaQ5Q7w0Q47TisNlJj3Vo6J2IiOxzFJhERKSDN2CwsKCCgBEmM85JtNNKa8CgotFH6wcfknzR/Ry1cSMA/hMmM/ukK3D17smnz68hJcZOJBymuM6LP2hgs1iIj7LTM9HNo2dqwVkREdk3KTCJiOznvAGDl1buoKCsibzMOIJGGIA6b5Drjh3I395YzdWvP8IpS+cBEElPZ/n/zWLb4cfgbPTx+uoy7FYTJfVefEaYUDiMzWImKcrOeWN7a9FZERHZp+kTTERkP7ewoILXVpURMMKEQhGcNgvNvgBNrUHeefAZ/vjsPVhKSgDYcuLpPDv1MpzJSbz78VYGZ8aSFe9k2dY6XHYLqTF2jLCVA3vGc/1xmqckIiL7PgUmEZH9UI3Hx8PvFHLV0blMykunzhNgQUE5wVCYvinRlG6r5/+eu5cjlr0NQEtWT5bfcA8vJwygqNZL0dZikqIcrNnRQG1LgGinlRinlQN7JarznYiIdCsKTCIi+5H2OUpLt9ZS5wkw+51C7jx5CFFOK6EwBEJhYha9xR1P3YO5soKIycRnx5/F+t/9AWd8LNVflhOOREiJdlBc7yUnKZqMOCeNPoN/XTBaDR1ERKTbUWASEdmPzFtTypLNdQzNjqOQZnKSo3h2yTbWFDfQ29TK9H/czfBP3gKgqVcf/n3RrXhHjubz7XWk1QeJslnYUtWMNxgi3mkjFA5zUG9VlUREpPtSYBIR6eba11QCEwEjjMkE0U4ro/sk8eFX1ZTUe5m4eRlnPnU3MQ21RMxmPjlxBq+cdCE+q52Na8sJBEPsqG+lsTVItMNKgs2My2blqfNGqaokIiLdmgKTiEg39e3FZ21WMyN6JeCwmWn2BbFbzRySaGbUM3+iz8LXAAgPHMTj591M4MCRWOtaKK/0UNnow2KOEA6b6JXoJspp48Rhmep+JyIi+wV90omIdEPegMFd8zfQ2BoATMS4rAzvmUAE8AXCvL22gonFqzj1yTtxVVcSMZspPPsSPp1+OW99VYtjcw1j+ybxxppyrGYTYOaQfkkkRdu5dXKegpKIiOw39IknItKNtK+pNP/LckblJOIPGERMJvqlxhABDu2bxPqvSvjtgr8w8I3/AhDO7c9fzrmRDxL6Yt5UR3WTj4ARYVu1hxiHhUAYXrp0DOvLm5mYl6awJCIi+xV96omIdAPt3e/8RpjXVpXhC4ZYVdzA5GGZLC6s5t9LixicFYdn4Xv84a+3ElNRQsRkYtPp5/Ps5Iv4sjZAfXOAgelRrC9vItZuJSnGiRGO8OS5I+mRGEX/9Niuvk0REZFfnQKTiEg38NLKEl5bVcrxQzI4fkgGCwrKOWJgChMGpbK6qJ7BiXZOm/tnxr35L0yRCJ6MbJbd9iDz4nJpCRjUt/hpCYRYWdxAWowTXzDMmaN7ap6SiIjs9/QpKCKyD2uvLK3Z0UDACFNY1cywngkEQhHe/LKcGKeN23oFCU67gNgtGwFYftTJ/PeMKzlgQA+MojqWbqnFMMKEIhFcdjM+I8xLvx2j7nciIiIoMImI7JN2DsEL0eILMaxHPC6bhUsO78OjH2wmFIpgJ8zAZ/6G6x8P4goG8SUms/ym+3gmeQhrihtosFazeHMtVrMJs9lEaoyTA3vEc/PkA7SmkoiIyNcUmERE9jE1Hh9XPL+ag/skkhbrJNppxW+EGJwdy6dbaslJiiKxqpTz/jGL1NXLAVg76gjuO/kq4lIz2FrRTKzTysebaoh2WjBCMPPo/kwb3VPD70RERL5Fn4wiIvuI9nWVXv2iFKfVwrKtdTwxYyQvrSxhzuLtDMqI4Yj+KYxa/BYjHrgFU1MTQXcUX/zf7dyZchBbqlpwbKklI97F1hoPqbFOmv0Gb105VsPvREREvocCk4jIPuCb6yrFumxsr/Hy5LkjcdutrNlRT9AI4auqYeobf8L6Qlu78KIBw1h0/f28648m022lpK6VcAQqmloZnZNEWaOPuRcfrLAkIiLyAxSYRET2Yt9sF54d7yIUChPlgAFpMVz38loemTaM/B4JuJd8xvXP3421soyIxcI7v7mElydN54uSZuJcfrZUNRHlsBIhQlKUg4w4J387e4SG4ImIiPwP+qQUEdlLtc9VGt07kcQoO6UNrVxzzADcdisXPvM5TquZR95ezy2rXsb6yL2YwmE82b147+YHebAhgUC5hxZ/mMbWFhLcDsxmEwflJDGqdyKT8zMVlkRERH4EUyQSiXT1RfwampqaiIuLo7GxkdhYLb4oInu/m15dS3lDK34jzORhmbT4DJKiHUwZnkWNx8cz//qAK566HduKtsYOC0cdw7pr7+C1rU3UNgcwAWYT2KwW+qZEc+KwTK2rJCIiwu5lA31qiojsRdqH4E3KS+eqo3OZ/U4hM4/OBWD2O4WcNDwTgOQ3XuX/rrsEmpsJx8VxyzGX82H+eMo/r8JuNRGJQP+0GKIcVo4+IE0d8ERERH4ifXqKiOwF2jvgrSpuICcxikUFlUzMS2NETgIADyzciMcf4qOV25j69P3w9NMAVA0dwY2nXM/SkBtPox+LCYxQhKRoB49NP1ANHURERH4mBSYRkb3AwoIKlmyuIxSJUNrQyoxDc5i3ppQlm+tYtqUWj8/AWbCWo2/4IxRvJWw289+J5/C3Q6dR7g0SjkSIcZgJRyA3NYZ/njtSi8+KiIjsAQpMIiJdqH0I3rjcZAJGmIARxmY1ARAwwpTUezlucDrD3vgPw/58F5ZgAG9qOo9ddDvP2XNo9YWwmE3YTSYO75/KuP4pauggIiKyB+kTVUSkC3yzXXi9J9AxV+nhdwpJjXFw9/wN9E+Pob/dYNKtl5H90UIAth1yFP+YcSOf1kcI+0LEu21YLCYO7p3EHVMGKyiJiIjsYfpkFRH5lbUvQpsd7yIxuq1deFaCi9nvFJKd4GJxYQ1j+yWTuWE1v7nlctwVpURsNl47ayb/GjGZijo/9S1B7FYT2YnR/GZEtqpKIiIivxB9uoqI/Iraw1JarIOiuhYSou3MPDqXt9dW0BowiHZY+fPpQ6m47R7yHr0Xk2EQ6tOHW6fdwpKEXhSXNZEUZSchykZ2vJvHph+ouUoiIiK/IAUmEZFfwTe74GXGuqhq8nNAZixLNtdiAr6qaKbJZ1BcuIPku39P8ptvAlB4xPHcO+UqMnumsG3pDpxWE+EIXH1Uf1WVREREfgX6pBUR+RW0d8ELhEKU1LXy52nDeGttOSX1XgJGAlcdnctLj77ERY/dCDt2ELLbefWca1gyYSr9op08s7SIzDgHdd4g/7lwNP3TtQC3iIjIr0GBSUTkF/TtLnhfFNczNCue9zZUUVDaREa8C7vFRPI//86lt/wBDIOajJ788Zzb+Dy+F0MCYd5ZsYNBaTGUNflYdNVhWltJRETkV6TAJCLyC6jx+Hj4nUIGpMcQNMK8vbaCryqaufyIfny2pZYviurJjHPRVFnD1HuvhldfAWD1wUdz98lX02x109jgZV1pI8nRDsqafMy/YqzmK4mIiPzKFJhERPag9orS0q211HkC+IMhnDYLrUGDplaDxz/ayoicBHKSowh9sZqbHrsB85bNhKw2njrlcp4Ycgz1jQZRjlainVaSox1EOazcO3WIwpKIiEgXUGASEdmDFhZUUOcJMDgzjo0VzfT/usJkt5opKGukf3o043KTKX7wbwy/90ZMPh+etEyuOfUmvkjrR5UniMNiIjveTazLxr1Th2gInoiISBdSYBIR2QO+OVdpcWEtE/PSAJi3phSH1crk/EyinVYaa5vxnHMBB776HABFow/njlOvx5KSROuWWhLdVowwPDb9QAUlERGRvYACk4jIz9SxEG2Ci/c2VGG3moG2alO9J0hpQyuT8zM5JsqH76wzSNjwJRGTiZIrr+OE6LE4W824K5r554yRPPLeZlWVRERE9iLmrr4AEZF9VY3Hx02vruWllSVkx7sorW8lAlQ0+Jj1RgHNPoPtdS1kJbhY/cR/cY4ZTcKGL/HFJfDotX/huNjD8QSh2hOksdXgjTXl/OeigxWWRERE9iKqMImI/ATegMEVz6/GaTN3NHaYeXQubruVu+dvwOM3+KKonjG9Exjy7GMM+tufMEUiVAwYwo3TbmN5KIqUGBuhcIQEt51ROQnMPDq3q29LREREvkWBSUTkJ1hYUMHonESWb69jaI94gka4YzjezKNzeW9DFTZPE8ff8Xscb70JwKpjT+V3o86hNmDGZolgwsxtJ+YxOT8Tt10/jkVERPZG+oQWEdkNnZo7UMtFh/cBYFFBJT7DoM4TYHFhLae7m+GsU6CwkKDNzoMnXsFbo46hpsmPKRLBYrbwzPkHafidiIjIXk6BSUTkR/j2QrTtnfDmrSkjYISwWy1MGJTG4sJajt30KVx4AXg81CSkcce5d/BuVA/iIxES3TbCEXjld4coLImIiOwDFJhERP6Hb85XCoXDDO+ZgM8IMW9NGUu21LKjzkvPRDdOE0x59XG4+24Alufk88fpt7Ah5MRlNpEa7WBwVjwzj87VIrQiIiL7CAUmEZHv0T78zm+EOuYrXTNpAJ8U1lDR6KOopoWRvRIY2SuBqNZmJt98CSxcAMC/x5zCwxPOozZgYnB6NNXeIH85U2sriYiI7GsUmEREduGbayslRtlJj3dyxMAUHli4kQsO7c2Ln5cwunciMU4bUxyNhM8+BfOWzQRsdp45/2ZezB1LXbWXjFgH1d4g868Yq6qSiIjIPkiBSURkFxYWVHSsrTTjkBwWFlTwxpfl1DT72V7rZXxuCqUNrVzaWADnnoPZ46E8LpVZ5/+RDem51DX5yYx30uw3mP97hSUREZF9lQKTiMg3dOqCV1jLjENzAPAbYXISXZgiMHFQGklRdi74+Dnst98GwNrc4Vx9yg0UW6NICoVIi90ZljQMT0REZN+lwCQi8rWOYXjxrk5d8FYV15OTFMUh/VI4YqCFiTnR2C+8AOsrLwMwf9wp3HX0hVS1hklwWDCbzCRHO5h7ycGqLImIiOzjFJhERL62sKCC7IS2YXinjsrmrvkbaGgNYopEOobmuctLCR9xOOY1awhZbfzj9Kt5Ju8o6jxBEl02ol02zju0N1NHZGsxWhERkW5An+YiIrRVl/xGiGiHlcHZsby7oZLseFdHG/HJ+Zm4VyyDk0/GXF1NU2wi9190F6t7HkBzjZd4l41Yl01VJRERkW5GgUlE9lvt85Um5aWzsKCCFl+IwspmPAEDh9XMQb2TmHFoTlul6Kmn4JJLIBhkW49c/nbVg3xljaesvpXseCcJ0Q4ePXO4wpKIiEg3Y+7qCxAR6Qrt85UqGn28saYMvxEm2mnlgKxYyht8+IMRHFYLbouJ4FVXw/nnQzDIx0MO48arHmNenZWAEcZpM5MQ7eDJc0cpLImIiHRDqjCJyH6nPSylRjsorW8lymFhZVEDh/RN4jcjeuCwWgCY2MNFaPKJ2N5+C4A5R57NI2On4a32kxnvIhAKc1j/FK6ZNEDzlURERLopfcKLyH6lPSylxTooa2hlWM8EPL4gJXVeAr0ScNutnD6qJ2zfTvjwwzCvLyBgc/DwtOt5ttdowiHonRxFBBNPnjtSLcNFRES6OQUmEdlvtIelBLeNZVvrmDQ4nRafQWGVhx6JbuzWr0cpf/YZ4ZOmYK6ppj4umTsuuIt3o3uSHGPD0xpiaFYcd5w8RFUlERGR/YA+7UVkv7GwoILseBcfbaoiKcaBCUiKdvCH4Zkd6y75n3kW60UXYQkG+CqjHxdNvZkKZwqxVjM+f4SZE/qrZbiIiMh+RE0fRKTb8gYMXl1VQo3Hx6urShiXm0xGvIvD+qewrrSJgBFmyvAskqOdTBmWifuuP+I4dwaWYIBPB4/l1Gn3Uh6TjNNqwmo289Jvx3D2mByFJRERkf2IApOIdFvz1pTx4cZqHli4kYoGH7PfKWRiXhpFdV5iHFYKq5rbDvT5MKadCXfcAcAbk6Zz7gnX4oiLJtppZWB6HPOvHKv5SiIiIvsh/ZpURLqxCCZgcGYcBaWNNPiC3DGvgMuP7MfjH21l5tG5eEvLaT3+RJLWfI5htvCX31zNX/seTrTDQiAc4Q+TBmoInoiIyH5MTwAi0u20L0g7YVAaTquViXlp2KxmXlyxA6vJzMqiBu48eQhs3IhnwkSSSoppdkVz+Sk3sqTXULLjXdR5g7x06Rj6p8d29e2IiIhIF1JgEpFuoT0kTcpLZ2FBBRUNPv60YCMHZMUyb00pEwalYfr62Il5afDRR0ROPpno+noqkzK4cvofWelOJznKQXqsi5d+e4gWohUREREFJhHpHuatKWPJlloCRpjJ+ZncPX8DDb4gTy7ezuDMOJzWr9dXAvzPPEv4wgsxG0G+ysnj6jNvZbslhhSXjUP6JnPHlMEagiciIiKAmj6ISLcRIRSKsKqoHoAbjx9EvNPGwPQYoh2WtqpSJAJ33YXj3BmYjSArRx3JudPvYbs5hhiHlZ5JUQpLIiIi0okCk4js09pbh08YlEa820Zmgou7528A4NYT8zhmcAa3npiH2xTBuOACuPlmAP419jecdfRVRJwu4qPs9E6J5tEzhyssiYiISCcKTCKyT1tYUEGdJ8DiwlpuPH4QVU1+suJdLCqoxG23MmV4Fm5/K6HjT8D61FOETWbuPv4ybh97Lm6HDYDfHt6XJ88dpTlLIiIi8h36VaqI7JPamzyMy03mvQ1V1Hh83PLaWgZlxBHjbOuMB0B5OeFjj8WyZg2tNif/d8p1fDLgYFIdFqIcNp46b5TWVxIREZHvpcAkIvuU9qDkN8K0+Aze21DFlyWNrCtrpKbZz/YaL2ePycFtt1L/+So49ngSasqpjYrn/Km38lVWf6KtZg7tl8wdU4ZoCJ6IiIj8ID0piMg+wxswuGv+BrITXEQ7rGyraaF/egzZ8S78QYPclGjye8QzMS8N3/sfYpt8ItHeZrYnZXPxGbMojk8jLdbFReP6aDFaERER+VH0tCAie72dVaUQ2fEuSutbyUl2s7a0kWafwSH9kphxaFu1yBswWP6nf3DIbVcRbQRYlT2Iq6bdjisrnWEuG4+eOVxzlURERORHU9MHEdnrzVtTxocbqwkaETLiXcw8Opd31ldR3eynqK4Fh9XSEZYWXHoTh918OXYjwHsDxjDzovuJ7pFBflacGjuIiIjIblOFSUT2at6AwaqiekLhCAARIry7oZJD+iaxBDh+aAZjc5OYu7yIlLtnccrrTwHw3IHH8ZcpV2Cx2xicGcutk/M0BE9ERER2m54eRGSv9M3mDplxLpZtr8NvhPh8Yz0jeyXQKymKiw7rgzdgcMWzKzj/mbs5avkCAB4+/GzePuE8bOEIB+UkKCyJiIjIT6YnCBHZK7WvrxTttFJc30JLwGBtSQMmkxm71cyU4Vl4AwZXP/kZl//1eg7ZtALDbOauE2ey+LDJJLhsTB3Rg8n5mQpLIiIi8pPpKUJE9jregIHfCGG3mol8vS8UimCzWBibm8LEvDS8AYMHnvuUGx/6PQOL1uOzObju1Bv5asQ4kqIcau4gIiIie4QCk4jsNTqvsRRiW00LvZOjGNYjAZfNysyjcztC0MuvfsqMa88mp3oHja4YbjjvLr7IGojdgPOHZyksiYiIyB6hwCQiXc4bMJi3poxVRfVkxrsoa2zlwJ4JzDw6l8WFtUzMS+s0rK78s88Ze+7JpDVVUx6TzCVn3knyqOHk+EMcPzSDyfmZXXg3IiIi0p2orbiIdLl5a8p4YcUO6loCvPllOfEuG6+vLgNgyvCsjrDkDRi89cQruCccSVpTNYVJPZg24wFqc/qRGu3gyfNGcfaYHM1ZEhERkT1GgUlEuow3YPDqqhICX3fCa/AG6JPq5t0NVTitZma/U9jp2P/eNYcjLz+LuNZmVmUO4JILH6QpJZMxfRK59UR1whMREZE9T4FJRLpMeyc8ExDvtjFpcDouq5UzD+pJ5tcL1EJbWHrpugeZftflOAM+Pu1zIDf+7kEao+I4cmAKd0wZorAkIiIiv4jdCky33347JpOp0zZw4MDvPX78+PHfOd5kMnH88cd3HBOJRLj11lvJyMjA5XIxYcIECgsLv3Ou+fPnM3r0aFwuFwkJCUyZMmV3Ll1E9jLegEGzL8imqmYiRMiKd1FY5WFM3ySmje7JnScPITnaSY3Hx3/Ou4npf74BW8hg/qDDuPbsP+J3uJk5ob/CkoiIiPyidvspIy8vj3fffXfnCazff4pXXnmFQCDQ8XVtbS35+fmceuqpHfvuv/9+HnnkEZ555hl69+7NLbfcwqRJk1i/fj1O59fdsF5+mYsuuoi7776bI488EsMwWLdu3e5euojsBdo74TX7DF5bVUZmvAsTJj7ZXMPBfRJxWC0dAaimuZXXTr+Ci97+JwD/OfA47jv2t9gsNi49tDdnj8npwjsRERGR/cFuByar1Up6evqPOjYxMbHT13PnzsXtdncEpkgkwuzZs7n55ps56aSTAHj22WdJS0vjtdde44wzzsAwDK688koeeOABLrjggo5zHXDAAbt76SKyF5i3powlW2qxmk1kxjlxWk2sK2tkdE4iVU1+LhzXBwCvP8hnUy/kwneeA+Af487g1VMuZaDTyuT8LKaOyO7K2xAREZH9xG7PYSosLCQzM5M+ffpw1llnUVxc/KPfO2fOHM444wyioqIA2LZtGxUVFUyYMKHjmLi4OEaPHs2SJUsA+OKLLygtLcVsNjN8+HAyMjI49thj/2eFye/309TU1GkTkb1BBBMwrEc8Ew5IZ2TvJHKSoqj2+Lnx+EG47VY2ldazaOwUTvw6LN1z1AU8e/xF5GfH8/T5o9UJT0RERH41u/XEMXr0aJ5++mkGDBhAeXk5s2bNYty4caxbt46YmJgffO/y5ctZt24dc+bM6dhXUVEBQFpaWqdj09LSOl7bunUr0DZ/6qGHHiInJ4cHH3yQ8ePHs2nTpu9Usdrdc889zJo1a3duT0R+IW3rLJUCJiYMSsNptXasreQNGCwqqGTGIW0hyOvxUnTsKUxZ+yEhk5lZJ1zBmyOP5cjeCeqEJyIiIr+63XryOPbYYzv+PnToUEaPHk2vXr144YUXOg2X25U5c+YwZMgQDjrooN26wHA4DMBNN93E1KlTAXjqqafIzs7mxRdf5JJLLtnl+2644Qauvvrqjq+bmpro0aPHbn1vEfn5vAGDu+ZvoLE1gNVspsVn8N5XVYzoFY870YrbbmXK8CwACrdVUnnMiRy9aTkBs5V7zrqJ9/MO48jeCWruICIiIl3iZ7UVj4+Pp3///mzevPkHj2tpaWHu3LnfCVXtc6EqKys77a+srOx4LSMjA+g8Z8nhcNCnT58fHA7ocDiIjY3ttInIr6s9LKVGO4i2WxnTN4lF6yuoafZx/ctrOx330ofraTxqEmM3LafV6uC6s+9g5UFHMbZfksKSiIiIdJmfFZg8Hg9btmzpCDXf58UXX8Tv9zN9+vRO+3v37k16ejrvvfdex76mpiaWLVvGmDFjABgxYgQOh4ONGzd2HBMMBtm+fTu9evX6OZcvIr+gGo+P855aTlWTj/KmVm49MY/TR/XkT6fmkxLj5N6pQzqOu/zRdxky4zeM3LaGZruL359zF58fMJoD0mO5dbKG4YmIiEjX2a2nkGuuuYbJkyfTq1cvysrKuO2227BYLEybNg2Ac845h6ysLO65555O75szZw5TpkwhKSmp036TycTMmTO58847yc3N7WgrnpmZ2bHOUmxsLJdeeim33XYbPXr0oFevXjzwwAMAndqTi8je5eF3CmluNShv9HFI1M5/+z0So/jPRQd3fP2PF5dy84OX06dsC/WuGK6ccTclffO4+NDeTB2RrbAkIiIiXWq3nkRKSkqYNm0atbW1pKSkMHbsWJYuXUpKSgoAxcXFmM2di1YbN25k8eLFLFq0aJfnvPbaa2lpaeHiiy+moaGBsWPHsmDBgo41mAAeeOABrFYrZ599Nq2trYwePZr333+fhISE3b1fEfmFtTd46J3sxh8wiJhM9EqOYlFBZcdcpXZl6wo55/oZZFcVUx2dyMXT76Ioow9XaY0lERER2UuYIpFIpKsv4tfQ1NREXFwcjY2Nms8k8gv5ZoMHIhDltJKbGk1hlYc/TBpAcrSz47j33l7GiPNPJbOunLLYFM47606q03M4cmCK5iyJiIjIL2p3ssHPmsMkIvJNCwsqSI12UN0cwGGz4PEbvLW2An8wzOLC2o7jPpi3mDHnnkJmXTlFCRlMP/s+PD37KiyJiIjIXkdPJSLyk3kDBgsLKhiXm8wnhTWMy01m9vZCxg9IITHKDkDACGO3mpmYl0aNx8ezT8znglmXENdYy460nlxxwf1EpWdyUEas1lkSERGRvY6eTETkJ1tYUEGdJ8DsdwrpnRzF4sJaZh6dy+x3Cjl1ZHbHEDxoC1d/uv9Frn/o98S1NPJVam/+cNH9ZPXPId5lU1gSERGRvZKG5InITzYpL51op5X+6TFEO62MzU3i4XcKyYp3dRqC5w0YPP7gf7npwcuIb2lkfWYu5559D5HUNJKjHQpLIiIistfSE4qI7LYaj48HFm4kLzMWu9VCi99gU0UrESA7wUVpfSszDs3pGLLn+HwFF826mGi/lzU9BnHHpQ+QFR/PlOFZah0uIiIiezVVmERktz2wcCOLC2t4ZWUZJqC0vpWseBcmICPOxY3HD8JttzJvTSmbX1nA+MvPItrvZUWPPC4+806qrW5OG9WDs8fkKCyJiIjIXk1PKiLyo7VXjHolulliNpMd78BvhOifHoPDamZyfmZHANpU0cQHj7/Ew/+6GXfAx2e9hnLVmbdji4vjoJx4JudndvHdiIiIiPxvCkwi8qPNW1PKks112MxwYM94nFYzK4saMAHjB6Titls7QtXix//Ln5+5Cafh55Pew/n9qTcTEx/HoX2SNGdJRERE9hl6YhGRH6XG4+Plz0vwG2GOHZJBaX0rlxzeh8+2tDV3mJiXBsC8NWWUv/wGd8+5EYcRYNnAg7j1rNvpmxjDlOHZmrMkIiIi+xQ9tYjID2qvGC3dWkuLP4Q3GKKopoXctBhWFjVw+qieHcc9u2Q7Rc+9yrV/vx6HEeD9fqO4Y/osDh6QoaqSiIiI7JP09CIiP6h9raXBmXGEQhEiRLjsyH6sLGroqCoBvLRyB8v/PpeHnrsNuxHk3dzRXHfqjfRJ0oK0IiIisu/SE4yIfC9vwKDZZ7C+vIn8HnGM7J1Ii89gZVEDU4ZndRzz0sodrJvzQkdYWjpkLA9Nv5UEi42/TT9QYUlERET2WXqKEZFd8gYM7pq/gUZvgPJGH6FwhDF9k0iKdnRUlrwBg1teW4v/jbd4cO6stsrSgDHMPvs2EuKj+fO0YSRHO7v4TkRERER+OgUmEfmO9rCUFusgFApz3JAMCiubOWpQaqcA9NLKkraw9PwsHKEg7ww4hGt/cz0JJgsvzBipypKIiIjs87RwrYh04g0YzHqjgJpmH8W1Xg7IimVTVTO9kqJYXFjbccyrq0rwzGurLDlCQT4YdAhzLrsLu9vFM+cfpLAkIiIi3YICk4h06BiG1xqkxhPAYjGxcnsDLf4QpQ2tHUPxXlq5g1VzXuSCB6/CYQR5t//B3HvubdQGTcy/Yiw9EqO6+E5ERERE9gz9ClhE8AYM5q0pZcW2ejy+IDFOG0eMSuWoQam8t6EKgMn5mR3VJ8dHH3Hj422tw9/NHc21p95AosXO3ItHa86SiIiIdCsKTCLCwoIKlmyuo6iuBYvJxNjcFOxWM267tWOdpRqPj9MfX8KAr75g1jM34TQCfNhvFNefdiP9spN4bPoIhSURERHpdhSYRPZz3oCB3wgzMieBkTkJBIwwb35ZxiF9k1lUUMmU4Vl4AwZXPL+aIdvWcfezN+MM+lky4CBuPvM2eqfG87TmLImIiEg3pTlMIvux9iF2nxTWYLeaOXtMDltrWoiyW1m+rY6JeWkdxwwqLuDuf16HO+BjSd8RzDrvDlzRUVpnSURERLo1BSaR/di8NaV8Vd5MaZ23Y99VR+eSGe/iz9OG4bZbWVhQQVzBaq564Arc/laW5uQz68I7MawOntecJREREenm9Gthkf1QjcfHw+8U0jvZTY9EN06rmQgRvAGD5Ggnd548pOO4re98yu/v+z3Rfi/Legzm6rNmEQpbmX/JwQpLIiIi0u2pwiSyn6nx+Jj2j2WU1Hn5qryJKIeFCBHqPUEWFVR2Ou76O+ZywR2XEONt5ousgfx+2u2EXFG8dOkYhSURERHZL6jCJLKfaG8d/uoXpaTFOChr9HHUAams3N5AKBKhtKGVGYfmdBy39O0l/Onx/yO+pZG1GblcdtYfiU5J5AWFJREREdmPKDCJ7CfmrSnlhRUlJEXb8fpDPH/xaNx2Kw6rBWhbZ8ltt/Lskm3Mn7eEvz0+k/imOjam9eHq8+/FnZDIfzUMT0RERPYzCkwi3dzORWnrSI2xE+2wcdSgVNx2a6d1lqBtGN78tz5n9uP/R2J9NcVpvZh5wX1EFJZERERkP6XAJNKNeQMGd83fQGNrADCRHO0kJ9nNCytKCBoRzh6T03HcwoIK1q3cyOwnriGjvoKy5Cz+fvPj5Kenc80xAxSWREREZL+kwCTSTXkDBre8upbCKg99ktyMyU1mcn4ms+YV4AuGmP9lOccOSeeTwhpqPX4+XrKRPz02k9TKYqoS0rjhsofJyEjn3qn5XX0rIiIiIl1GXfJEuqmFBRVsqW6hriWA1WrBbm375/6HYwaQ4LaT3yOOaf9YxpYqD69//BU3P3o1qUWFVEUnctn592Fk9eCaSQO6+C5EREREupYqTCLdkDdg4DdCTM7PpLCqmX6p0Xy4sZqAEWZyfiaTh2Xw6helJEXb+e/HX/HsC7fTf8dG6t1xXHzOPVj69OOJGSNx2/UjQkRERPZvqjCJdDPtQ/HmLt+B3Wrm3qn5RDutmL5+fd6aMpZsqWPiAek0NXj464t3MWjzGpocUVwx425a+g7g8XNGKCyJiIiIoAqTSLfS3uShsMpDXUuAgrJGAE7Mz8JptTI2N4kHFmwkFI5gMgzuevEehhd+jtfm4IJTb6e2zyBeuHi0GjyIiIiIfE2BSaSb8AYMZr1RQGNrkJ6JblwOK5cd0Q8At93KlOFZzF1RTIMvSH2Tj95/vonhn3+A32Ll8lNvITxmDC+cM0JhSUREROQbNCRPpBuo8fi48JnPqW3xU93kx2Ezkx7j5LMttR3HeAMGq4rqKa/3ctp/HuKI5QswTGZmTrme7cMP4V8XqrIkIiIi8m0KTCL7uBqPj2n/WIbJBE0tQfqlRTMoIw6TqfNx89aUUesNcMLLj/Obz14ljImbJl/F4rxDeeb8gzRnSURERGQX9IQksg/zBgwu+88XmIhQ2ejjnENyCBphop1Wxg9IZWJeWsdxq4rqGfbCk1z80XMA3DHpUuYPm8BVE/rTIzGqK29DREREZK+lwCSyj2pv8BDjslHZ5OeCsb2ZOiKbRQWVTMxL66gYtc9t6v/2S1ww/+8APHLEDN4ZP5Vj+iQybXTPrrwNERERkb2aApPIPqjG4+OK51czNDuWLVUGp4/qweod9USA34zI7jS8bt6aMuLffpNzn7obgH+OPoX/TpjOuH7J3HpinobiiYiIiPwAPSmJ7GO8AYMrnl+NzWzivQ3VnDI8i08Ka2hqDbK9xkus08bEvDQWFlQwLjeZqlfe4P+enoUlEubF/In8eeKFDEp0KyyJiIiI/Ahq+iCyD2nvhjc0OxYjHOHJc0eSGG3nyIEpDEyPYcrwLMbmJnHX/A1UNPp4/q8vc8FDf8AeCrJg4KE8cdYfSItz8dj0AxWWRERERH4EPTGJ7CO+WVlaW9LEn6cN45PCGiJEMGFibG5Kx1pLNS1+PGvWceeDlxEVaOXTXvk8eM4tYLExVwvTioiIiPxoqjCJ7CPmrSkjxmXBHwp3hKWKRh+rihuIdlo7OuIFjDC16zdzw+wrifE08mVGf6498zaSkmJ5XmFJREREZLcoMInsA2o8Pl79opRwCHIS3bjtViblpVNa30pOYhQOqwW33Yo3YFC4fht/+ue1pDdWszkxm9+ddQfnH5vPk+eOUlgSERER2U0akieyl2tfmDYt1sH2Wi8H9kzgjTVl2K1mZh6dy+LCWibmpeENGPxx7jKm3/47cqp3UBaTzLmn38HI4f24YFyfrr4NERERkX2SKkwie7H2eUtpMQ4qm/z89czhlDa04jfC1HkCLC6sZcrwLNx2K4tWF/Obe64mr+Qr6p0x/Pbsu0gb3J+bT8zr6tsQERER2WcpMInspb7ZES8CPHnuSJ5ZUkRWgguH1UxStKNj3tKmsgaiLr2EEV8tx2tz8Ltps2jp059/Xag5SyIiIiI/h4bkieyFvt0R74kZI1lYUEF2vIvS+lZmHJLT0RZ8R62Hz045j3NXvUvQbOH6abeyte8QXjpvlFqHi4iIiPxMepoS2Qu9tLKEJl8Qqwn6pkbjDRhMyktnUUElMw7N6Wjw8NLKHTTMupsrlr0GwF/OuoGqQ49g/pnDVVkSERER2QM0JE9kL+INGLy6qoQ1O+ohAh6/QX1LkCufXw3QMV8JYGFBBQ1/n8MVC/8JwH1Hnc9/BxyubngiIiIie5ACk8he5KWVO3jms+34giEGZ8Xy2Fkj8BthDuqdyKKCyo7jdtS1UDDnv/zuP/cC8Ny4U3ny4Kmc+42heiIiIiLy8ykwiewlvAGD+V9WUN3kp7Tex8F9kumfHssTM0bSKymqo8FDjcfHLTc/zdVP3Iw1FOKNwUcwe8IF3Hz8Acw4NKdrb0JERESkm9GvokW6mDdgsLCgAr8R5tB+SSwuDJMR56bJF8QbMHDbrUwZngW0haWr7nqJR569GXfAx6d9hnPLiVfx+yNyOXtMTtfeiIiIiEg3pAqTSBebt6aUdwsqWbGtlrRYJ6eMyAYTfFFU/51heNPvfoN7nriOhJYGCtL7cd0ZtzIhP5tpo3t24R2IiIiIdF8KTCJdyBswWFXcQGljK34jgsNqYcKgNJw2MyN6JXQahjd99ns8+MxNZNeWURyXxm/PuJ2D83txx5QhmrckIiIi8gtRYBLpIu0L06ZEOeiXEoXDaqbJF+TdDVX0T40hxmnrCEJ/XrCB+1+8m7yyQupdsVxwxh2k5OYoLImIiIj8whSYRLrIw+8U4rSZWbWjgZG9EzFCEb4oqscEJEU7OqpLm8obOfj+mxn91TJarQ6uOeePJAwbzOPnjFBYEhEREfmF6WlL5FfW3uTh0sP78NcPNnNAZhyH9k1mdVEDeVlxTM7P7AhC3oDBB9Ov4JIVbxEymbn5tBsoyh3KvPMPUlgSERER+RXoiUvkV+QNGMyaV0BLwCBghBndJ4k6T4DHP9pKblrnYXg1Hh9zf/dHLn//WQAenHw5i/MO5aXzRiksiYiIiPxKNCRP5FfSHpY2lDdRUt8KwKS8dJKiHcw8OrfTMLwaj4/7rnqES/5zHwCPj/kNLx80mflXjKVHYlSX3YOIiIjI/ka/phb5lcxbU8rGimYiEeiXEk2ECN6AQYTId9Zauv7WfzH72duxhUO8njeeOcdcyMu/HUNytLNrb0JERERkP6PAJPIL8wYM5q0pZcW2OjLincS5bByQGcuSLXWsKm6gf2oMiwoqmTI8C2/A4JZHF3DXP28gOtDKkp5DuO831/DW1YcrLImIiIh0AQ3JE/mFzVtTygsrSmgJhEiKcnDr5DzsVjMmYHBmXKeheK9/VMD/zb6atOZaNiX15Pqzbue/V4xXWBIRERHpIqowifzCAkaYcDiC02phcHYs3oABmBjTN6mjI543YPCvTzYx8LIL6Fe5jaqoBC6dNotRw/pozpKIiIhIF1KFSeQXVOPxMf/LCtLjnDitZlp8IWa/U0iLz8BhtXR0u5u3upTEq69kVOFKWmxOfnvG7TSnZXH9cQO7+A5ERERE9m+qMIn8AtrnLb36RSlOq4Vmn8GdJw9mcWEtJw3PZHFhbccwPIADnnqUoZ8vIGQyc83J11GYPYD5vztEQ/FEREREupgCk8geVuPxcdl/VtEaMEiNc+LxGRw3JB3gOx3xAPz/+jdD//4nAO4+5lI+HnAwVx+Vq6F4IiIiInsBDckT2cMefqeQ5tYgDa1BkqPsTBmeSdCIMPudQuo8ARYVVHYc27DoPcznnw/AkwdN4dWDT+LYwWlMG92zqy5fRERERL5BgUlkD/IGDHonu4lyWJgxJodrJg0gYIQprGzmksP7dOqIV7emANPJp2AzgizoP4b7jjyPvqnR3DFlSMfcJhERERHpWnoqE9lDvAGDu+ZvoNEbIC3OxbaaFt7dUMXKogZMwMqiho6heN6KKnwTjyHT28SXGbncc8YNDE5L5G/TD1RYEhEREdmL6MlMZA/wBgxmzSug0Rck2mbBYjWTFe/CBBzSNwmgo7Lk9XipOOo4+lSVUBqbwhXTbiMjK5knzx2lsCQiIiKyl9HTmcjPtLOyFKTa4+fQ4VlEiLC+tIlTR2V36nRX09zKuom/Yfz6lXjsLi457Taa4lO4YEiGwpKIiIjIXkhzmER+ppdWlrCurBGnzcRpo3oQAV5bVYYnEGJxYW2nY1ddei3jl76NYTJzxSnX4+k/iKsm9GfqiOyuuXgRERER+UEKTCI/gzdgMP/LMoJGGKfdyumjemK3msiMcxFtt+wchhcw+PTuv3L0c48C8MeJl7J60MFcMLYPZ4/JUXVJREREZC+lwCTyE+2oa+GkRz8lLzOWBLedy47ox9wVRQSMCOP6J3PriXm47Va8AYNnZr/AqNv/D4CnRp3ESwedwJEDU1VZEhEREdnL6dfaIj+BN2Bw/tOfEwpH+HhTDecc0otH399Mi9/AajEzfkBqR9Xo7flLOePO32MP+nm/7yjuO+p8jhmUxh1TBquyJCIiIrKXU4VJ5CdYWFDBpAPSsJhNnHJgFq+tKqPJFyTaYWVM36SOoXg0NzNm5vkkNNexMbU3N556A3k9krh76lCFJREREZF9gJ7YRHaTN2DQ7AtS3eLn+YtH8+6GyrY5Sw5LxzA8AG+rn+pjptCruJDqqHhuPv8uYlISefycEQpLIiIiIvsIPbWJ7IYaj4/L/rOK1oBBz6Qo3ttQBZgY1z+ZyfmZO8NSwGDFGRdz+Gfv47fYuPiUWyiLTmH+xaM7tRkXERERkb2bApPIbnj4nUKaW4M0+YO4HFb8RoigESEp2tGparT2jw9z+LxnAfjDcTMp7H0Ab/92jMKSiIiIyD5GgUnkR/IGDAakR9PiC1Jc30q824YJE0nR9k7tw5c8/SqH33MjAH85ZBofDD+St68cR4/EqK68fBERERH5CRSYRH4Eb8Bg1rwCGn1B6luCpMbaqW7yY7eamTI8q+O4995aymH/dxHWkMGbA8by8LgzuWlCf4UlERERkX2UApPID/AGDOatKWNVUT2NrUG+qmgmNzWa+haDKcOzmJyf2XFsbVkVwy47hzhPI2vT+3HryVdz5ZH9mTa6ZxfegYiIiIj8HLvVVvz222/HZDJ12gYOHPi9x48fP/47x5tMJo4//viOYyKRCLfeeisZGRm4XC4mTJhAYWFhp/Pk5OR85xz33nvvbt6qyO6bt6aM55cVs6G8CafVRH6POOq9AQ7pm0SM09apI17RsafQo2wbldGJ/P60W0hMTuDKo/urI56IiIjIPmy3n+Ty8vJ49913d57A+v2neOWVVwgEAh1f19bWkp+fz6mnntqx7/777+eRRx7hmWeeoXfv3txyyy1MmjSJ9evX43TunCB/xx13cNFFF3V8HRMTs7uXLrJbvAGDFdvqqPX4SYyy47BbafEZGOEI5Y2tXHRYn45jiy65kgO//BSf1c5lU2+mNDqZ+Wcd2IVXLyIiIiJ7wm4HJqvVSnp6+o86NjExsdPXc+fOxe12dwSmSCTC7NmzufnmmznppJMAePbZZ0lLS+O1117jjDPO6HhvTEzMj/6+InvCSyt3sGJ7HbEuGzazCV/AwGKG7AQ3w3smdFSO/E89zaB/PQ7ALZNnsqHnQK4+Ipf+6bFdefkiIiIisgfs1pA8gMLCQjIzM+nTpw9nnXUWxcXFP/q9c+bM4YwzziAqqm0C/LZt26ioqGDChAkdx8TFxTF69GiWLFnS6b333nsvSUlJDB8+nAceeADDMH7we/n9fpqamjptIrujoLSJaIcVvxEmFIEt1V5cdisTBqV1zF3yLf4U8yWXAPDomNN4deBhDMmOZ8ahOV145SIiIiKyp+xWhWn06NE8/fTTDBgwgPLycmbNmsW4ceNYt27d/xwit3z5ctatW8ecOXM69lVUVACQlpbW6di0tLSO1wCuuOIKDjzwQBITE/nss8+44YYbKC8v56GHHvre73fPPfcwa9as3bk9EbwBg5dWllBQ1siZo3ty/4KN3Db5AJZtq6OgrJFrJg3oWEupdVsRwclTiA0GWJR7MA+Om06iy8ajZw7XvCURERGRbsIUiUQiP/XNDQ0N9OrVi4ceeogLLrjgB4+95JJLWLJkCV9++WXHvs8++4xDDz2UsrIyMjIyOvafdtppmEwm/vvf/+7yXE8++SSXXHIJHo8Hh8Oxy2P8fj9+v7/j66amJnr06EFjYyOxsRoqJbs2d0URj32wBSMUJivBTWqMA6fNwqjeCZyYn7UzCLW2Uj/yYBLWf8mmlF6cfNYDOBLieP3yQ9VCXERERGQv19TURFxc3I/KBrs9JO+b4uPj6d+/P5s3b/7B41paWpg7d+53QlX7nKTKyspO+ysrK39wvtLo0aMxDIPt27d/7zEOh4PY2NhOm8gP8QYMVhU3EOuwYrWYyYxzUNHoY0u1h6Vb6lhU0Pb/05rmVlYfcyoJ67+kKSqOy0+/jaiUBI4ckKKwJCIiItLN/KzA5PF42LJlS6fq0K68+OKL+P1+pk+f3ml/7969SU9P57333uvY19TUxLJlyxgzZsz3nm/16tWYzWZSU1N/zuWLdLKwoILMOBdRLhvTRvXEajFz3JAMph6YzZi+SUzMaxs6+vllNzLs4/kYJjO/P/l6GtKyiXPauP74QV18ByIiIiKyp+3WRItrrrmGyZMn06tXL8rKyrjtttuwWCxMmzYNgHPOOYesrCzuueeeTu+bM2cOU6ZMISkpqdN+k8nEzJkzufPOO8nNze1oK56ZmcmUKVMAWLJkCcuWLeOII44gJiaGJUuWcNVVVzF9+nQSEhJ+xq2LtPEGDBYWVDCyVwIvfl7CIb2T+GRzDU6rmfe/quKJGSM7huL55r3JpH//GYD7jrmUZT2HkOm08vzFozvmNomIiIhI97FbgamkpIRp06ZRW1tLSkoKY8eOZenSpaSkpABQXFyM2dy5aLVx40YWL17MokWLdnnOa6+9lpaWFi6++GIaGhoYO3YsCxYs6FiDyeFwMHfuXG6//Xb8fj+9e/fmqquu4uqrr/4p9yvyHQsLKqho9HHdy2s5uE8iVU1+bp98AJc9t4pjBqexqKCSKcOzKF++mpjTz8AZiTB32CT+Nfw4BmbE889zRygsiYiIiHRTP6vpw75kdyZ2yf7DGzB4blkxzy8vZsKgVGo9ASxmE3lZcbT4DEobWrnx+EG4W1soHZhPVkURK7IO4OxpdxG22zlleBb3/ia/q29DRERERHbDr9b0QWRft7CggrfWluOwmllX2oTFYqK62c9bX5aTGG1vC0tWM0yfTlZFEWUxydx2zu3Y3E4mHpDONccM6OpbEBEREZFfkBaLkf1WjcfH0i21HD0ojS3VHob2iOeIASlc//JaxvRNwmG14LZb8V53A+4338Rvs/O7U26i0hnHB1cfpmF4IiIiIvsBBSbZbz2wYCMFZU2YgKE94nhtVSkm4IkZI1lUUNnWFe/ll3Hffy8A10+8nHUZuQxOdCssiYiIiOwnNCRP9kvegIERDmO1tM1XKihtImCEKShtxG23MmV4FqaCdQTPPgeAf448idcHH0kYmJyf2bUXLyIiIiK/GlWYZL/iDRjMW1PGqqJ6eiZGYbOYsVlNXH5kPx7/aCszj85tO7C+nuDkKbhavXzWayj3HXE+EWDmkblMG92zS+9BRERERH49CkyyX1lYUMGSLbWEQhHKG1oJhsN8sqkGEybuPHlI20GhEIHTzyC2tIjSuFSuOOk6zHYrr10yhvweWvtLREREZH+iIXmyXxnZK4GKxlaG94zngKxYtlS3UNrg63RM8MabsL+zCJ/NwaWn3IwlNYXJQzIUlkRERET2QwpMsl/5+0dbiXXa2FbT0rYjAv1S3DvnJb3yCrb77wPgumN+T1nvAcQ4bVx//KAuumIRERER6Uoakif7hfa5S72T3bT4DVqDBgEjTE5yFKN6J+G2W2H9esIzZmAGnj74ZN4ePB6bEWbGITnqiiciIiKyn1Jgkv3CSytLmLN4G4MyYmhoCeDxhzBhYvyA1Lb24Y2NhKecjNnjYUmvodx/xLnYrGaOHpTG1BHZXX35IiIiItJFFJikW6vx+Hhg4UYKK5txWc1UN/mIRMBshvwe8UwZngXhMJxzDubCTZTFpnDZidcRsdg4bnAGd0wZ3FZ9EhEREZH9kp4EpVt7YMFGPt1cQ5zTRlK0g/Q4B/UtQfxGeGfl6K67YN48/FYbv5tyI83RcQxJj1VYEhERERE1fZDuqcbj47qX1+DxGyRG2RmUGcsTM0Yyc0J//EaYe6cOaQtDb78Nt90GwKxJv6MgK5esBDf/mDFCYUlEREREVGGS7umBhRtZXFhDottOfo94bjx+EG67lYVFFRw5MJWVRQ30aKgkfNZZmCMR3hozmReGHk20w8oFY3uryYOIiIiIAApM0s20d8PztBqYTSZ6Jbnpnx7NSyt3YLeamTAojcWFtUzsHQNHnIC5vp612QO56pDzcVrN9E+LUZMHEREREemgwCTdysKCCpZsqaWkoZXUGAfRDivLt9axrqyJwVlxOK1WpgzLxDjnHFi9mqaYBC6efD0Bqw2bycRj0w/UUDwRERER6aAnQ+lWJuWlEzDCjOyVgN1q5qhBqfxpwUYGpscQbbcwMS+NwKN/xf7vfxM2mbls8h8oj03GYoLx/VM0FE9EREREOlFgkm6hbSheKQEjjN1q7hhWt7CggmuOGdA2DC8vDfPyZZivvgqAh486j097DMUM9Eh0c/tJeV14ByIiIiKyN1Jgkm5hYUEFSzbXUVLvpUeiGxMmvixpJDvBxeLC2rb1lqqr8U49FathsGTYeP57+KmYWgxSYhxq9CAiIiIiu6S24tItjMtN5v/bu/P4qMpD/+OfmcyWZLKHrOwQlobFVBRBuEIFg+VCsYpKVdCi1V6t1bpXFPWCe4Vqe+21pfDD2qJUUVQ0UNRWEJBiQImIISwhCUlIQpbJZGYyM+f3B02uqQYJhEyW7/v1mpcvT55zzvM8rzGeb57lhFvNfH9kKmf3i+OTwmPEhVvZlF/BhIwECARgzhwiyo9QmtqPRy75BXXeAJE2M/0TIrXRg4iIiIh8IwUm6fLcPj9LNuSTFhfOgYp6DAxc3gDbC48xISORTfmVNN6/ADZupNERwV1XPkiJYSU23Maw1Bh+c1WWNnoQERERkW+kp0Tp0tw+Pw+s+Ywvy12EW8xMHpbM58W1WM0m/nNkKlEOK5P3bcP6xOMALJ51G5ttyVgbgyQ6Laz48bkKSyIiIiLSKj0pSpeWk1dKfrmLomMNnD84keLqBm7+3mB2HKrmosxkIooK8c2/DoAPpl7O2mH/gcXrx2m3sOK6cxSWREREROSENCVPurQx/eKo8/pJjw3HgkG128dv39t3PCwF/QQvvRRbXS37B4/kvyf9GLc/gGGCiRm96BMfGerqi4iIiEgnp8AkXdrv/r6fAQmRxIRb+e6AeI7UeHD5AqzPK4Nbb8W8cyd1UbHcffn9HPUa+BoNnHYrZ/eLC3XVRURERKQL0Hwk6XKOv3OpBDC46YKB/O/f93PjBQPZXFDBrKx0bBYzF3+SA7//PUGTiQdm38eX1hhcngB2i4nBvZzaFU9ERERETooCk3Q5OXmlfJhfQfGxBnILq1k4I5OcvFLqPQESnHZmWaowfnYLACunzmN96gi83gARVkiKCef5a76rtUsiIiIiclI0JU+6FLfPT52nkfIaD/5AkHqPnzd3lVDnaSS/rI6JyVa47DJMDQ38c+g5/Hb8FWAy4bCaiHTYeeWmcXpBrYiIiIicNP2ZXbqUv+4oYtmmgwxJcjLIGUlmWgyfFB7D5Q1gNUHDtdfDl19SnZDMM3MfwG62YLGC3WLmxevHKiyJiIiISJtohEm6BLfPz5rcInYdPkakNYw6r58HZ2TidFjoHx9JlD2Maz55i94b3iQQZiHngV9TYomktNZLvc/PeQMTtCueiIiIiLSZApN0CWt3FfPBF0fpGxdJY9DgkZmZAHj9QeKdNh5KdfPdXy8CYPNP7mJL0mAq6n3Yw0zYLWHcOW1oKKsvIiIiIl2UpuRJp1bh8rBkQz4DEiMwmWBTwVHsFjMv/KMAu9VC77hw+pq8OObNgcZGPhp9AWsvmE1xlRu7xYTbBy9pKp6IiIiInCKNMEmntmRDPuW1Hr44UovTbuH8QYm4vH4aAwa9Y8MprnIz5cl74dAhShPTePqKu9hf6aahMYin0WDcoEQ+P1IX6maIiIiISBelwCSd2u1TM0hw2jAMSI8L50ithxHpMVjCzMQ7bTyYn4N93Vv4LVaW3fo4VWHhfH6khn1ldcRFWEmKsnNRZnKomyEiIiIiXZQCk3RKFS4P96/5DICxAxMYnBRF8bEG7soeSmy4lcG9nKTk7cS64JcAbLv1AfpOmYhhgsZGgwAGqbHhPDgjU+9cEhEREZFTpsAknVLTVLylG/LJzkwhNTacX04fToTNwoje0aT465n44C2Y/H7+kfU91pz7n+w8fAyfP0B0uIVR6bE8f7VeUCsiIiIip0dPk9LpuH1+hqZEEQgGufGCgeTklZKdmQLA4rf30DvaziWP3IH58GFqevfn8Utup4/Pz/aDx7CFmRmaEs0frztHYUlERERETpueKKVTcfv8PPxmHi5vgO/2ieWeVz/jvIHxrM8rw8Cgd1w4/Zc/T8qmjQRsdv6x6LcMtKTwWckxrGYTgaDBU7NHKSyJiIiISLvQlDzpVHLySnE1+Ck+1sCfPy7EajaxbX8VF2Umk52ZwncOfs60Pz8LwKab7+dvtuNhyddo0Bg0GNM/jh2HqkPbCBERERHpNvRneOk03D4/dZ5GHDYzg3pF0ivKxsY9R/ntj7JYu6sEW80xZi38GSa/n9xxF/Hc4Mn4KuuprvfT6A8yPC2aSUOTtCueiIiIiLQbjTBJp5GTV8rHB6o4WOHmrD6xuDwBfpiVzsoth9iyr4KMe3+OubCQitS+PDrrdjwBgzqPn96x4SRE2/n+yFSuOKevpuOJiIiISLtRYJJOIzszBafNQmpMODaLmV9OH06808aQlCiu3vYGI3f8HcNmY+ujvyW9bzL13kZ6Rdo5XO1mWEoUToeCkoiIiIi0LwUm6RQqXB4Wv72HH08YQGyElQuHJwHwaVENEbtyOfu3jwHw1tw72N9nCEdqPQxIcPJpcTXWMDMHjtYzY3RaKJsgIiIiIt2Q/iQvnULTe5ceWJtHSrSDjXvKsVnMDLT6+d5Dt2L2N1IyeRpFc65j874K6j1+iirdOCxmDAPmnKupeCIiIiLS/vSEKSHl9vlZu6uYAYkReBsDRFjNBAIGPn8Qwwgy9dmFxJcVEejblxfm/ZI+1jASI6wUVbppaPSTFBNOfISNOWP7hropIiIiItINKTBJSOXklbJlXxUmE9itZhr8EG41sbukhos/eou+G94Ei4Xf/3QxhUE7m7cfxmYxc8ztIybCSnykjd/8KEujSyIiIiJyRmgNk4SM2+fH6w8yqncMdquZjCQnJgMOH2tgZHUR43+zCADfw/9NxAUTqPM2khrr4EhNAzaLmYRIG5dkpZPodIS4JSIiIiLSXSkwSUi4fX4Wv72HY/U+DlTU0z8hkvxyF3armSRLgCkP/xybz0Ng6kU8MvRiqt0+zCYzB4/WYwszER1uZURajDZ6EBEREZEzSoFJQmLtrmKq630cqqznxgsG8mF+BWkx4VjCzMz5y1JSDhdAcjI5dz9Oenwk2/ZXcU7/OBKdNtJiI5g3rj8PzszUVDwREREROaMUmCQkfP4gxTUNNAYMNhdUMHFwIkfrvNzfkMf4ja9hmEx4lv8/amMScDosTB6WxEf7Kjnq8pIcbSfBaVdYEhEREZEzTk+c0uHcPj95xbUAeBsDmDDhdFhwlh7Ged9/AWC6915eiR3C69sP0yc+goJyF/srXFjMUOnycVFmciibICIiIiI9hEaYpEM1rV1KiwlncC8nTruFC4cn8WXxMS575l7MNTVw3nnw8MPkFdfi8wcpKHeRX1aHGbCGhTFjdJpGl0RERESkQygwSYdpCktxEVY+PljFqD4xZCRH8c5npfzHn3/L4H2fEYyOpmHFStbsLuNHY/vi8jSyv8JFpD2McJuF26YM4dKze4e6KSIiIiLSQ+jP9NJhcvJKSXLaeeuzI/znyFTsljDsFvjiL2u56vU/AmB+4QXedYdT5fLx562HKK7xEAgYhJlMvHHLePrER4a4FSIiIiLSk2iESTpMdmYKR11eZoxO/dc/03C6arhj5X9jNgw8c6+lYvoP2Lq/EgBfIIhhGISZ4cJhvRSWRERERKTDaYRJzji3z09OXilj+sXRGAgSabMworcdDIPsJQuwVJYTHDKU4NKl3PqXnTisZvaX11NW68UaZmJocjQLZmSGuhkiIiIi0gNphEnOuLW7ivngi6PctXoXVfU+3vuinLJqL6t+fD+WN9eCzYZ51V9Yu6+aaEcYNfU+iqvdlNd6sVrCGJYSRaLTEepmiIiIiEgPpMAkZ5Tb5ye3sBpfIEBytIMEp43HLx1J0Uf/5OrVzx4v9MQTuDNHkltYTcCAg8fclNV6MZvAEWbmzmlDQ9sIEREREemxFJjkjFq7qxhXg58Klxd/0CCrbxx4PNzywoPYGr34pl4Et97K2l3FVNf7+KSwmjp3I0EDYiKsvPpf4zW6JCIiIiIho8AkZ0zT6JLJbKJvfCTWMDM+f5B/XvET+pUUUBMVh+3Flbj9QXILqzlS6yEYDGIADouJyUO10YOIiIiIhJY2fZAzJievlP7xkRRXN3Db1Aw25VcS9/cNXLDpNQB8f1iGOy7h+Itso8PJL60j3GYh3GohJcbOz6cMCXELRERERKSn0wiTtDu3z8+q7Yeo8zTidFgY0TuaCJuFixJh7CN3AtB4y8/odfkl5OSV0jsunKMuL6kxDo7Ve6l2+0iKcrDjUHVoGyIiIiIiPZ5GmKTd5eSVsmVfFSYT2K1mPI1BGhuDjL3lGoYcq6Rm8DBinnoSt8+P1x8gPtLGhcOS+NHvt9LoN4iwm6l2N3JRZnKomyIiIiIiPZwCk7Sr4yEoyJj+cQDsLDxGIGAQ/YffMSR3M402O7bVq8DhYO32Q2z6sgLDCLLorc8JGgY2i5lhKVH85qosImz6eoqIiIhIaOmJVNpVTl4p9R4/ToeFTwqPUd8YYGj5QWb++dcAeB97HOdZo3H7/GzZV8FHBRV4Gg38gQAmk4mLRyTz6KWjFZZEREREpFPQGiZpV9mZKcfD0qFjVDf4qDxaw5W//iUmr5fD503ib5MuA45vN/7Pg9XUeQMEjAAWSxhThycpLImIiIhIp6InU2kXbp+ftbuKARM+fxCX10+Uzco1G/9IamE+nvhEPlu0lItGpDSPLh1z+wjDwGQyEx9pZeygRIUlEREREelU9HQq7aJpo4eAYXC0zksvp51pJZ8y4e0/Hy/wxz/y/QuPT8V74PXP+Ed+JU67hYbGAL1jw7HbLNgsGvAUERERkc5FgUnaRXZmCj5/kE8Kj5GRlEB9cSnnLzq+hfj+y+cx8AczAPjrjsO8/8VR/IEAYWYL5w6IJ8oeht1m4cLhSaFsgoiIiIjI1+hP+tJuDCAzLZqUaDt3r1lCeOVRagdkkPLCcwBUuDws33SQRn+AoGEiJdpOZb2PsLAwhiRFsSm/MrQNEBERERH5NxphktPi9vnJySvF6w/ywd5yvjhSx39XbMPyxusYVivRr76MOzycVdsLeeXjQirqGvAGIDHKigkTYSYTZ/WJJcph1XuXRERERKTTUWCS05KTV0qVy4fTYeFYfSMDjh1hzNKHAcj76V2MyMpi7fZCVn1cyP6jLlw+g2hHGN/tHYPdZuGsPnFcenZvbfYgIiIiIp2SnlLltEzMSGTphnxum5rB+H4x1J17PeE+Dwcyx5DyyC9Zk1uEzx+gMRjE5Qn86ywTR+sbmdQ7jiiHVWFJRERERDotPanKKWmailfnaaTO62fjnnK+84eljDz0OZ4IJylrVvHu/mNUuXwAlNd4iLCZ8QUM+idGMn5QIsXHGpg3vn9oGyIiIiIicgLa9EFOSdNUvM+LazEBUZ/m8p0/PAvAznsXEZ4xqPkltus/LyPSZqHeFyQhwsa0zBSO1nm5bWqGRpdEREREpFNTYJI2c/v8eP1BnA4Ld04byoS0cMY88HPCggF2jc9m1N3/1TwCZWAwflAClS4vYSbw+APsO+pqHpUSEREREenMFJikzXLySqn3+LFbwkh0Ovjubx4j6cghKmN7sf/hJ4mwW8nJK+VwlZs1n5TQGAjiDxoA9I6LYHSfGEwhboOIiIiIyMlQYJKT5vb5WZNbxMSMRBKcdiZkJLD5Ny8ycPVKAD5btJTs//gOcPxFtlv3V+GwmPnDh/tp8BsYgC3MBJgYNyiBGaPTQtcYEREREZGToMAkJ61p3dKm/EpmZaWzbXs+WQvvOP7DW29l0s0/arEmadqIFI65ffiDBhYTxERY6RVj55NDx7BbwrR+SUREREQ6PQUmOWkTMxI5UFHP2f1iWfPJYSYvfZCIqqP4hwyFxx9vLuf2+Vn89h6O1nnYW1aLyWQizAzXTxjA+YN6MW5Qgl5SKyIiIiJdggKTnBS3z8+SDfmkx4Xzv3/fT9ya1USsfZ1gmIUPH1yCO8zKmtwi3D4/a3cVU+ny8OethQQD4A8YxERa+fxIHVEOK1ec01ejSyIiIiLSJeipVU5KTl4pvWPDKT7WwH8NthF39UMA7P3JbYydPbV5ut6bu0r4cO9R/vHlUXyB4xs9WM2Q5HTgtIdpZElEREREupQ2jTA99NBDmEymFp9hw4a1Wn7SpElfK28ymZg+fXpzGcMwePDBB0lNTSU8PJwpU6aQn5//jdfzer2cddZZmEwmdu7c2Zaqy2n46jbiI9KcmOfPJ9xdR9WILIY/+xgRNgvZmSkkOO3UeRp5f+9RGhoNDAMctjDOH9KLEekxPDgjUyNLIiIiItKltHlKXmZmJkeOHGn+bNq0qdWyr732Wouyu3fvJiwsjNmzZzeXefLJJ3n22Wf53e9+x7Zt24iMjCQ7OxuPx/O16919992kpWlntY7UtB7pWL2PvaV19PvLClK2b8bvcBD+lz+B5XgAirBZ+E5qFL/+25f4A0FMgNMRxoXDejEtM0VhSURERES6pDY/wVosFlJSUk6qbHx8fIt/X7VqFREREc2ByTAMli5dyoIFC/jBD34AwMqVK0lOTub111/nyiuvbD73nXfeYf369bz66qu88847ba22nKK1u4qprvcRCAa5Z4CJqN89AUDw8ScIH/Gd5nJun5+rl23D0xgkaEDv+HBGpsXgN46/cUlhSURERES6ojaPMOXn55OWlsbAgQO56qqrKCwsPOlzly1bxpVXXklkZCQABw4coLS0lClTpjSXiYmJYezYsWzZsqX5WFlZGTfccAMvvvgiERERJ3Uvr9dLbW1ti4+0jdvnJ7ewGpPZxIikSIx587B4vRSPmcC6iT9sfi/T8Y0eSogPtxI0wGkzMyQ5iop6n15QKyIiIiJdWpsC09ixY1mxYgXvvvsuzz//PAcOHGDixInU1dV967kff/wxu3fv5vrrr28+VlpaCkBycsuNAJKTk5t/ZhgG1157LTfddBNjxow56bo+9thjxMTENH/69Olz0ufKcTl5pfSPjyQ23Ermi88Tv3snDRFOdix8motGpLTY6GHLvqOUubw47WacDisF5S7OHRBHbLhVL6gVERERkS6rTYHp4osvZvbs2YwaNYrs7GzWrVtHdXU1r7zyyreeu2zZMkaOHMm5557bpgo+99xz1NXVcd9997XpvPvuu4+amprmz+HDh9t0fk9X4fKwtaASp8PC/ekeRv/xWQBemXcPwfTezRs92CxmVn1cyAdfHsXtC1DnCVLv8zM42cmx+kZ+OX24puOJiIiISJd1Wu9hio2NZciQIezbt++E5err61m1ahXz589vcbxpLVRZWVmL42VlZc0/e++999iyZQt2ux2LxcLgwYMBGDNmDPPmzWv1nna7nejo6BYfOXlLNuRTVe/ji0NH8V11DeaAn8OTp+G49poWW4Ov3VnMniO11DUE8AcMrGFgNplIiLQpLImIiIhIl3dagcnlclFQUEBqauoJy61evRqv18vVV1/d4viAAQNISUlh48aNzcdqa2vZtm0b48aNA+DZZ59l165d7Ny5k507d7Ju3ToAXn75ZRYvXnw61ZcTuH1qBsnRDua8vYyYfXvxxCfS5+WVzDgrnZy8UipcHh54/TPyy+rw+Q3MJhiSEkVaXAQ3TBykXfFEREREpFto0xPtnXfeyYwZM+jXrx8lJSUsXLiQsLAw5syZA8DcuXNJT0/nsccea3HesmXLmDVrFgkJCS2Om0wmbrvtNhYtWkRGRgYDBgzggQceIC0tjVmzZgHQt2/fFuc4nU4ABg0aRO/evdvUWDmxps0bwGDm6HQWJddh/Pn3APh+81scvXqRk1tElcvHUzl72XagCo8/QJgZEqMcRNrCmDk6jdSYcIUlEREREekW2vRUW1RUxJw5c6isrKRXr15MmDCBrVu30qtXLwAKCwsxm1sOWu3du5dNmzaxfv36b7zm3XffTX19PT/5yU+orq5mwoQJvPvuuzgcjlNskpyKpvctVTc0YjWbsHg8XHTV1UQHg+ydOos9w85nFjAxI5GFb3zOtv0VxEXaiLBZSYtx4HRYGDcokeJjDcwb3z/ErRERERERaR8mwzCMUFeiI9TW1hITE0NNTY3WM32DlVsO8uqOIgYkRjJuUAJZTy9kyCsrOBaXxG+ffY1fXD4Wt8/PzS99wmdFNfgDQezWMG6bMgSbxYwB2C1mZoxO0+iSiIiIiHRqbckGerIV3D4/b39aQmMgiMNq5gpXAbyyAoDXbn6Im2adTYTNwsNv5nGwsh7DMDCZTJzTP54Epx0DgyqXj2iHVWFJRERERLoVPd32cE1T8c7pH09uYTV3jU8jOO4HmIF9l/wILspm455yvP4AecU11DX4iY6wMm5gIuMGJXBRZjJun5+lG/L5QZbetyQiIiIi3ctp7ZInXd/aXSVUuDz882AVv55zFgkPLcB86BB1Kb3Zdev9JDjteP0Bfv+P/ewtq8MwDOyWMMYNSuCKc45vyLFkQz7pceFsyq8McWtERERERNqXAlOPZ1BR5yMxysHela/BCy8A8OJPFnLBmIFMyEjg9U+KqXB5MQO9oh3cMHEgM0YfH03KySuld2w4xccaWryfSURERESkO9CUvB6swuUht7Ca749MJc7vZtw99wCw9j8uZWPycBL2lPPGzhKO1HowAKsljHnj+nPNuP7A8el8Xn+AeKeNeef31/olEREREel2NMLUgy3ZkE+Vy0d+eR3f/fUizEVF1Kb3Y9O1t9M/MZJKl5eqei++xiAZiU4mDE7E6fi/ULR2VwlbCqoAFJZEREREpFtSYOrBbp+aQXK0gymHPqH/Gy8TNJl47+7HKPKHMTjJyftflFNY6SZgGAxNjWbaiNTmqXjHGZhCVnsRERERkTNPwwI9kNvnJyevlOzMFBZN7kPwZxcDUHP9T/mtP42JKU425JVSXufBYjER6bAwuk8ss7LSm89fu6sYn99g3KCEfwtRIiIiIiLdhwJTD7R2VzFb9lXh8we54n8WYi4uhowMfjXpGixHfXzwxVFqPI34/EFsFjMTByVy6dm9gf/bhrymwYfFbGbS0CRNxxMRERGRbktT8nokEwHDoP71tbBiBYbJxN/ve4K01ETqvQGc4VZGpMfgsJq5fsJAHpyZSYTN0hyWkqLsOG2W5vcwiYiIiIh0Vxoa6EEqXB6WbMjnpgsGsm/vYS7/30UAFPxoPtvThvPy5gOYzAYVdQHqPI1cM64/qbHhXwtLR+u8zSFKRERERKQ70whTD7JkQz5Fx9z8eMU/+dnbv8NZWUZg0GBin3mC1TuKCBoGVXWNHHM34rRbKK/1No8gNb1v6Widl19OH66wJCIiIiI9ggJTD+D2+Vm1/RDpsQ72HKlj6qFPiFn1JwyTiReuvZ+nPjzMrLPSMAHhNjMOi5lBiRHNweir71tSWBIRERGRnkRPvt2c2+fngdd3s6Wgkgafn75hjcxd8SgAH06bwzuxgwgW12IxQ8CARr9BTJSVcYN7NQejnLxS6j0BEpx2hSURERER6VH09NuNNG0XPjEjkVe2H+YvHx/GMAx8jX7K6/2EmeDKdc+RUlvBobhU/nvcVdTVevA2BvEGgvj9QTCZSI11MGN0Wovtw50OizZ4EBEREZEeR4GpC6tweXjq3b30S4ikoLwOT2OAQ1UNvPjRQfaWu3B7AwAY/yo/bn8ucz5dD8D9/3kb5UEzFo6HoVSHFbfPz1m9Y1kw4zsA2j5cRERERHo8PQF3YUs25JNXUsvGPeU4rGYaGgMEDXDaw+gXF0FpbQMev4HDaiZwrIancp4D4P0pl+Meez4T48LJ6hOLzWLGZjEzY3Ta13bECwSCZPWL0+iSiIiIiPRICkxd2O1TM3j63b1MH5VKQVkdg5KiKDhax/DUGADWf17KWX1iyS2s5tZ//J7UmnJcqb2pXPAQ0812Epx2LspMJievlOzMlOYRpLW7Sqh2+wgEg9o+XERERER6ND0Jd2GJTgePXzYa+L/1S/PO70+EzcI9r+6itsHPrqIabjQdZsLf/gqA80//j++Py2B9XllzWKpy+VifV8asrPR/XdnAGmYmq2+cwpKIiIiI9GjaVryb+GrwAchMiyHCFsbMjFgmP3k/AI3zr4fvfY8Im4VZWelE2CxkZ6Y0jzQ1mTk6nUlDk5gxOi0kbRERERER6SwUmLqJrwafCpeHvJIaZmWlc8mrz2PeX0Cwd28aH3+CNblFuH3+5vO+Gp5OdExEREREpCfSE3E30RRy4PjudlUuH64Pt+D4n98AsO3uxRw64GJLQSUujx+nw9Ji3RL837S+fz8uIiIiItJTaYSpm3H7/AxNcZLgtDH7umn4f3EHh2ZewegbfwQYmIDdJTUtpu81nbf47T2U1nhaHBcRERER6ck0jNCNuH1+Hn4zD5fHz38M6UVirzh4+in6GQaYTMwcnY7DYmFCRgKb8iub1y19dRvx4mMNzBvfP7QNERERERHpJBSYupGcvFJcXj+lNR58/iBrcotaTK/76rS9WVnpuH1+1uQW4fUH6R0bTnF1A7+cPlzT8URERERE/kVPxl2c2+dn7a5iwMSU4Un4/EFcHj9rd5YQH2XD5fFjtZgBgynDk/kwv4LszBTg+Fqn3nHhxEfaSI0Nb96SXEREREREjtPTcReXk1fKh3srKK5uYOehYzw4M5PFb+/B5fVz1OXFabNwoKKe5Gg7az4poVeUDZ8/iM1iPj6q9K8peApKIiIiIiJfp00furjszBSc4RYwgcsXYH1eGbdPzWB0nxjmTxjA6D6xpMWEc6y+kbhwK0eqPc3npcaGawqeiIiIiMgJmAzDMEJdiY5QW1tLTEwMNTU1REdHh7o67arC5eGpnL2MSIvh0rN7Nweg49P1SjABFw5PYuOecgBmjE5TSBIRERGRHqst2UBPzV2c2+dnyYZ8+sdHYrOYW7xHKSevlHqPnwSnnUSngyvO6Rvq6oqIiIiIdCmaktfF5eSV0jvu+A53BkaL9ytlZ6bgdFjw+AO4ff4Q11REREREpOtRYOrisjNTSI05vhZp5uh0Epx2JmQksCa3CACbxUy9x6+X0YqIiIiInAKtYeqCmtYmgcHM0elfW4+0JreIKpcPp8OCgYEJk9YtiYiIiIj8S1uygUaYuqCcvFK2FFSytaDqG0eOsjNTSHDaMYB6TwC7JUxhSURERETkFCgwdUETMxJxWM2c3S+OizKTW/zM7fOTk1fKRZnJzBydRoLT/rUyIiIiIiJycjTs0IU0hSGvP8CQpCiiHNavjRzl5JU2b/wwKyudWVnpIaqtiIiIiEjXpxGmLqQpDJkwtTpy1DQdT6NKIiIiIiKnT4GpC5mYkciBinouHJ7ErKyvb/YAEGGzcFFmMjl5pdpKXERERETkNCkwdRFNL6hNjw1nU37lCct+dVqeiIiIiIicOgWmLsDt87P47T0kR9sprm74xul2bp+fNblFuH1+TcsTEREREWknCkxdQE5eKb1jwymv9fLL6cO/cSpeTl4ppdUeHn17D0CrU/ZEREREROTkKTB1AdmZKaTGhrcalprKFFc3kB4Xrql4IiIiIiLtRIGpE6twebh/zWe4ff5WR4zcPj+rth9i7a4SbpuaQWpMuKbiiYiIiIi0EwWmTmzJhnzKaz0s3ZDfapmcvFK27Ktia0Elm/IrNRVPRERERKQd6cm6E2p6Qe1NFwzkf/++n9umZrRaNjszBZ8/CKCRJRERERGRdqbA1Ak1bQu+41A1iy4Z+Y1lmkJVdmYKV5zTt4NrKCIiIiLSM2hKXifU9ILaCRkJrZZZu6uYD744ypu7SjqwZiIiIiIiPYsCUyf0YX4FAxIjW31BrdvnJ7ewmoBhdHDNRERERER6FgWmTujbXjybk1dK//hIYsOtzBid1sG1ExERERHpORSYOpmmtUkXZSaf8J1L3/ZeJhEREREROX0KTCHk9vlZk1tEhcvDmtyi5rBU5fJ948tnm8oD2j5cRERERKQDKDCFUFM4WrohvzkknWg63onClIiIiIiItD8FphBqCke3Tc1oDkkRNkuro0fftrZJRERERETal8kwesZWa7W1tcTExFBTU0N0dHSoq9MmX33nkqbhiYiIiIicnrZkA40wdQGaiiciIiIiEhoKTF2ApuKJiIiIiISG5nd1AU3rmkREREREpGNphKkTa9pG3O3zh7oqIiIiIiI9kgJTJ6a1SyIiIiIioaXA1Ilp7ZKIiIiISGgpMHVSTVuJN72bSUREREREOp4CUyel6XgiIiIiIqGnwNRJaTqeiIiIiEjoaa5XJ6WtxEVEREREQk8jTJ2MthIXEREREek8FJg6Ga1dEhERERHpPBSYOhmtXRIRERER6Ty0hqmT0dolEREREZHOQyNMIiIiIiIirVBg6iS02YOIiIiISOejwNRJaLMHEREREZHOR4EpxJpGliZmJGqzBxERERGRTkabPoRY08jSpvxKbfYgIiIiItLJaIQpBL66XknbiIuIiIiIdF4KTCHw1fVKTduIR9g02CciIiIi0tkoMIWARpVERERERLoGDWuEgF5OKyIiIiLSNWiESUREREREpBUKTCIiIiIiIq1QYBIREREREWmFApOIiIiIiEgrFJhERERERERa0abA9NBDD2EymVp8hg0b1mr5SZMmfa28yWRi+vTpzWUMw+DBBx8kNTWV8PBwpkyZQn5+fovrzJw5k759++JwOEhNTeWaa66hpKSkjU0VERERERFpmzaPMGVmZnLkyJHmz6ZNm1ot+9prr7Uou3v3bsLCwpg9e3ZzmSeffJJnn32W3/3ud2zbto3IyEiys7PxeDzNZSZPnswrr7zC3r17efXVVykoKOCyyy5ra9VFRERERETapM3vYbJYLKSkpJxU2fj4+Bb/vmrVKiIiIpoDk2EYLF26lAULFvCDH/wAgJUrV5KcnMzrr7/OlVdeCcDtt9/efI1+/fpx7733MmvWLBobG7FarW1tgoiIiIiIyElp8whTfn4+aWlpDBw4kKuuuorCwsKTPnfZsmVceeWVREZGAnDgwAFKS0uZMmVKc5mYmBjGjh3Lli1bvvEaVVVVvPTSS4wfP/6EYcnr9VJbW9viIyIiIiIi0hZtCkxjx45lxYoVvPvuuzz//PMcOHCAiRMnUldX963nfvzxx+zevZvrr7+++VhpaSkAycnJLcomJyc3/6zJPffcQ2RkJAkJCRQWFvLGG2+c8H6PPfYYMTExzZ8+ffqcbDNFRERERESANgamiy++mNmzZzNq1Ciys7NZt24d1dXVvPLKK9967rJlyxg5ciTnnnvuKVX0rrvuIjc3l/Xr1xMWFsbcuXMxDKPV8vfddx81NTXNn8OHD5/SfUVEREREpOdq8xqmr4qNjWXIkCHs27fvhOXq6+tZtWoVjzzySIvjTWuhysrKSE1NbT5eVlbGWWed1aJsYmIiiYmJDBkyhOHDh9OnTx+2bt3KuHHjvvGedrsdu91+Cq0SERERERE57rTew+RyuSgoKGgRdr7J6tWr8Xq9XH311S2ODxgwgJSUFDZu3Nh8rLa2lm3btrUahACCwSBwfJ2SiIiIiIjImdKmEaY777yTGTNm0K9fP0pKSli4cCFhYWHMmTMHgLlz55Kens5jjz3W4rxly5Yxa9YsEhISWhw3mUzcdtttLFq0iIyMDAYMGMADDzxAWloas2bNAmDbtm1s376dCRMmEBcXR0FBAQ888ACDBg06YagSERERERE5XW0KTEVFRcyZM4fKykp69erFhAkT2Lp1K7169QKgsLAQs7nloNXevXvZtGkT69ev/8Zr3n333dTX1/OTn/yE6upqJkyYwLvvvovD4QAgIiKC1157jYULF1JfX09qairTpk1jwYIFmnInIiIiIiJnlMk40c4J3UhtbS0xMTHU1NQQHR0d6uqIiIiIiEiItCUbnNYaJhERERERke5MgUlERERERKQVp7WteFfSNPOwtrY2xDUREREREZFQasoEJ7M6qccEprq6OgD69OkT4pqIiIiIiEhnUFdXR0xMzAnL9JhNH4LBICUlJURFRWEymUJdnS6ptraWPn36cPjwYW2c0UHU5x1Pfd7x1OcdS/3d8dTnHU993vG6Wp8bhkFdXR1paWlf2+X73/WYESaz2Uzv3r1DXY1uITo6ukv8h9CdqM87nvq846nPO5b6u+Opzzue+rzjdaU+/7aRpSba9EFERERERKQVCkwiIiIiIiKtUGCSk2a321m4cCF2uz3UVekx1OcdT33e8dTnHUv93fHU5x1Pfd7xunOf95hNH0RERERERNpKI0wiIiIiIiKtUGASERERERFphQKTiIiIiIhIKxSYREREREREWqHAJCIiIiIi0goFph7gscce45xzziEqKoqkpCRmzZrF3r17v/W81atXM2zYMBwOByNHjmTdunUtfv7QQw8xbNgwIiMjiYuLY8qUKWzbtq1FmaqqKq666iqio6OJjY1l/vz5uFyudm1fZxTKPl+8eDHjx48nIiKC2NjY9mxWpxaqPj948CDz589nwIABhIeHM2jQIBYuXIjP52v3NnY2ofyez5w5k759++JwOEhNTeWaa66hpKSkXdvXGYWyz5t4vV7OOussTCYTO3fubI9mdWqh7PP+/ftjMplafB5//PF2bV9nFOrv+dtvv83YsWMJDw8nLi6OWbNmtVfTOq1Q9fkHH3zwte9402f79u3t3s5TZki3l52dbSxfvtzYvXu3sXPnTuP73/++0bdvX8PlcrV6zubNm42wsDDjySefND7//HNjwYIFhtVqNT777LPmMi+99JKxYcMGo6CgwNi9e7cxf/58Izo62igvL28uM23aNGP06NHG1q1bjQ8//NAYPHiwMWfOnDPa3s4glH3+4IMPGs8884zxi1/8woiJiTmTzexUQtXn77zzjnHttdcaOTk5RkFBgfHGG28YSUlJxh133HHG2xxqofyeP/PMM8aWLVuMgwcPGps3bzbGjRtnjBs37oy2tzMIZZ83ufXWW42LL77YAIzc3Nwz0cxOJZR93q9fP+ORRx4xjhw50vw50X27i1D2+V//+lcjLi7OeP755429e/caeXl5xssvv3xG29sZhKrPvV5vi+/3kSNHjOuvv94YMGCAEQwGz3i7T5YCUw9UXl5uAMbf//73VstcfvnlxvTp01scGzt2rHHjjTe2ek5NTY0BGH/7298MwzCMzz//3ACM7du3N5d55513DJPJZBQXF59mK7qWjurzr1q+fHmPCkz/LhR93uTJJ580BgwY0PZKd3Gh7PM33njDMJlMhs/na3vFu7CO7vN169YZw4YNM/Ly8npMYPp3Hdnn/fr1M5YsWXLade7qOqrPGxsbjfT0dOMPf/hD+1S8CwvV73Ofz2f06tXLeOSRR06t4meIpuT1QDU1NQDEx8e3WmbLli1MmTKlxbHs7Gy2bNnyjeV9Ph8vvPACMTExjB49uvkasbGxjBkzprnclClTMJvNrU716K46qs/l/4Syz2tqak543+4qVH1eVVXFSy+9xPjx47FaradY+66pI/u8rKyMG264gRdffJGIiIh2qH3X1NHf88cff5yEhASysrJ46qmn8Pv9p9mCrqej+vyTTz6huLgYs9lMVlYWqampXHzxxezevbudWtJ1hOr3+dq1a6msrOS66647xZqfGQpMPUwwGOS2227j/PPPZ8SIEa2WKy0tJTk5ucWx5ORkSktLWxx76623cDqdOBwOlixZwoYNG0hMTGy+RlJSUovyFouF+Pj4r12nO+vIPpfjQtnn+/bt47nnnuPGG288/YZ0IaHo83vuuYfIyEgSEhIoLCzkjTfeaL8GdQEd2eeGYXDttddy0003tfgjWE/T0d/zW2+9lVWrVvH+++9z44038uijj3L33Xe3b6M6uY7s8/379wPH190sWLCAt956i7i4OCZNmkRVVVU7t6zzCuX/Q5ctW0Z2dja9e/c+/Ya0IwWmHubmm29m9+7drFq1ql2uN3nyZHbu3MlHH33EtGnTuPzyyykvL2+Xa3cX6vOOF6o+Ly4uZtq0acyePZsbbrihXe7dVYSiz++66y5yc3NZv349YWFhzJ07F8Mw2uX+XUFH9vlzzz1HXV0d9913X7vcq6vq6O/5L37xCyZNmsSoUaO46aab+NWvfsVzzz2H1+ttl/t3BR3Z58FgEID777+fSy+9lLPPPpvly5djMplYvXp1u9y/KwjV/0OLiorIyclh/vz57XLf9qTA1IPccsstvPXWW7z//vvfmtxTUlIoKytrcaysrIyUlJQWxyIjIxk8eDDnnXcey5Ytw2KxsGzZsuZr/Pt/EH6/n6qqqq9dp7vq6D6X0PV5SUkJkydPZvz48bzwwgvt05guIlR9npiYyJAhQ5g6dSqrVq1i3bp1bN26tX0a1cl1dJ+/9957bNmyBbvdjsViYfDgwQCMGTOGefPmtWPLOq/O8Pt87Nix+P1+Dh48eMrt6Eo6us9TU1MB+M53vtNc3m63M3DgQAoLC9ujSZ1eKL/ny5cvJyEhgZkzZ55+Q9qZAlMPYBgGt9xyC2vWrOG9995jwIAB33rOuHHj2LhxY4tjGzZsYNy4cSc8LxgMNv/la9y4cVRXV7Njx47mn7/33nsEg0HGjh17Ci3pOkLV5z1ZKPu8uLiYSZMmNf810mzuGb9aO9P3vOkvw939v4VQ9fmzzz7Lrl272LlzJzt37mzeOvjll19m8eLFp9iarqEzfc937tyJ2Wz+2nT37iZUfX722Wdjt9tbbKfd2NjIwYMH6dev3ym0pOsI9ffcMAyWL1/O3LlzO+da1BBtNiEd6Kc//akRExNjfPDBBy22bXS73c1lrrnmGuPee+9t/vfNmzcbFovFePrpp409e/YYCxcubLFVpMvlMu67777mbX3/+c9/Gtddd51ht9uN3bt3N19n2rRpRlZWlrFt2zZj06ZNRkZGRo/YVjyUfX7o0CEjNzfXePjhhw2n02nk5uYaubm5Rl1dXcd1QAiEqs+LioqMwYMHGxdeeKFRVFTU4t7dXaj6fOvWrcZzzz1n5ObmGgcPHjQ2btxojB8/3hg0aJDh8Xg6thM6WCh/t3zVgQMHeswueaHq848++shYsmSJsXPnTqOgoMD405/+ZPTq1cuYO3dux3ZACITye/7zn//cSE9PN3JycowvvvjCmD9/vpGUlGRUVVV1XAeEQKh/t/ztb38zAGPPnj0d0+A2UmDqAYBv/Cxfvry5zAUXXGDMmzevxXmvvPKKMWTIEMNmsxmZmZnG22+/3fyzhoYG45JLLjHS0tIMm81mpKamGjNnzjQ+/vjjFteorKw05syZYzidTiM6Otq47rrruv2Du2GEts/nzZv3jfd+//33z2CLQy9Ufb58+fJW793dharPP/30U2Py5MlGfHy8Ybfbjf79+xs33XSTUVRUdKabHHKh/N3yVT0pMIWqz3fs2GGMHTvWiImJMRwOhzF8+HDj0Ucf7fZ/FDCM0H7PfT6fcccddxhJSUlGVFSUMWXKlFb/cNCdhPp3y5w5c4zx48efqeadNpNh9KAVsiIiIiIiIm3QMybai4iIiIiInAIFJhERERERkVYoMImIiIiIiLRCgUlERERERKQVCkwiIiIiIiKtUGASERERERFphQKTiIiIiIhIKxSYRERERESk0/nHP/7BjBkzSEtLw2Qy8frrr7f5GoZh8PTTTzNkyBDsdjvp6eksXry4TdewtPmuIiIiIiIiZ1h9fT2jR4/mxz/+MT/84Q9P6Ro///nPWb9+PU8//TQjR46kqqqKqqqqNl3DZBiGcUp3FxERERER6QAmk4k1a9Ywa9as5mNer5f777+fv/zlL1RXVzNixAieeOIJJk2aBMCePXsYNWoUu3fvZujQoad8b03JExERERGRLueWW25hy5YtrFq1ik8//ZTZs2czbdo08vPzAXjzzTcZOHAgb731FgMGDKB///5cf/31bR5hUmASEREREZEupbCwkOXLl7N69WomTpzIoEGDuPPOO5kwYQLLly8HYP/+/Rw6dIjVq1ezcuVKVqxYwY4dO7jsssvadC+tYRIRERERkS7ls88+IxAIMGTIkBbHvV4vCQkJAASDQbxeLytXrmwut2zZMs4++2z27t170tP0FJhERERERKRLcblchIWFsWPHDsLCwlr8zOl0ApCamorFYmkRqoYPHw4cH6FSYBIRERERkW4pKyuLQCBAeXk5EydO/MYy559/Pn6/n4KCAgYNGgTAl19+CUC/fv1O+l7aJU9ERERERDodl8vFvn37gOMB6ZlnnmHy5MnEx8fTt29frr76ajZv3syvfvUrsrKyOHr0KBs3bmTUqFFMnz6dYDDIOeecg9PpZOnSpQSDQW6++Waio6NZv379SddDgUlERERERDqdDz74gMmTJ3/t+Lx581ixYgWNjY0sWrSIlStXUlxcTGJiIueddx4PP/wwI0eOBKCkpISf/exnrF+/nsjISC6++GJ+9atfER8ff9L1UGASERERERFphbYVFxERERERaYUCk4iIiIiISCsUmERERERERFqhwCQiIiIiItIKBSYREREREZFWKDCJiIiIiIi0QoFJRERERESkFQpMIiIiIiIirVBgEhERERERaYUCk4iIiIiISCsUmERERERERFrx/wEZl6PPU90EsQAAAABJRU5ErkJggg==", + "image/png": "iVBORw0KGgoAAAANSUhEUgAAA0wAAAIzCAYAAAAznpkXAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjkuMiwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy8hTgPZAAAACXBIWXMAAA9hAAAPYQGoP6dpAACshUlEQVR4nOzdd3xW5f3/8de573PP7L0HI6wAYUeWioKoiFKpA8VVV1tbxX7dVRy1ap10fG39trj6q1J3cVRArArKEgEhIIQNCUnIzp3k3uf3B5BCRSuuMN7Px+N+SE6uc+7r8JDc553ruj6XYVmWhYiIiIiIiHyOrbM7ICIiIiIicrhSYBIREREREfkCCkwiIiIiIiJfQIFJRERERETkCygwiYiIiIiIfAEFJhERERERkS+gwCQiIiIiIvIFFJhERERERES+gAKTiIiIiIjIF1BgEhERERER+QLHZGD64IMPmDhxItnZ2RiGwWuvvXbI17Asi4cffpgePXrgcrnIycnh17/+9bffWRERERER6TRmZ3egM7S2tlJSUsKPfvQjzj777K91jeuuu465c+fy8MMP069fP+rr66mvr/+WeyoiIiIiIp3JsCzL6uxOdCbDMHj11VeZNGlSx7FAIMAvf/lLnn/+eRobG+nbty+/+c1vOPHEEwFYt24d/fv3Z82aNfTs2bNzOi4iIiIiIt+5Y3JK3n/zs5/9jEWLFjFr1iw+/fRTzjnnHE499VTKy8sBeP311+natStvvPEGXbp0obCwkCuuuEIjTCIiIiIiRxkFpv+wfft2nnrqKV588UVGjx5Nt27duOGGGxg1ahRPPfUUAJs3b2bbtm28+OKLPPvsszz99NMsX76cH/7wh53cexERERER+TYdk2uYvszq1auJRCL06NHjgOOBQICUlBQAotEogUCAZ599tqPdzJkzGTx4MOvXr9c0PRERERGRo4QC03/w+XzY7XaWL1+O3W4/4HuxsbEAZGVlYZrmAaGqd+/ewJ4RKgUmEREREZGjgwLTfxg4cCCRSISamhpGjx590DYjR44kHA6zadMmunXrBsCGDRsAKCgo+N76KiIiIiIi361jskqez+dj48aNwJ6A9OijjzJmzBiSk5PJz89n6tSpfPjhhzzyyCMMHDiQ3bt3M3/+fPr378+ECROIRqMMHTqU2NhYZsyYQTQa5ZprriE+Pp65c+d28t2JiIiIiMi35ZgMTO+99x5jxoz53PFLLrmEp59+mlAoxL333suzzz5LRUUFqampHHfccdx9993069cPgMrKSn7+858zd+5cYmJiOO2003jkkUdITk7+vm9HRERERES+I8dkYBIREREREfkqVFZcRERERETkCxwzRR+i0SiVlZXExcVhGEZnd0dERERERDqJZVm0tLSQnZ2NzfblY0jHTGCqrKwkLy+vs7shIiIiIiKHiR07dpCbm/ulbY6ZwBQXFwfs+UuJj4/v5N6IiIiIiEhnaW5uJi8vryMjfJljJjDtm4YXHx+vwCQiIiIiIl9pqY6KPoiIiIiIiHwBBSYREREREZEvoMAkIiIiIiLyBRSYREREREREvoACk4iIiIiIyBc4pMB01113YRjGAa9evXp9YfsTTzzxc+0Nw2DChAkdbSzLYvr06WRlZeHxeBg7dizl5eUHXGfDhg2cddZZpKamEh8fz6hRo/jXv/51iLcqIiIiIiJyaA55hKm4uJhdu3Z1vBYuXPiFbV955ZUD2q5Zswa73c4555zT0ebBBx/kd7/7HX/6059YsmQJMTExjB8/Hr/f39HmjDPOIBwO8+6777J8+XJKSko444wzqKqqOtTui4iIiIiIfGWHvA+TaZpkZmZ+pbbJyckHfD1r1iy8Xm9HYLIsixkzZnD77bdz1llnAfDss8+SkZHBa6+9xvnnn09tbS3l5eXMnDmT/v37A/DAAw/w+OOPs2bNmq/cFxERERERkUN1yCNM5eXlZGdn07VrVy688EK2b9/+lc+dOXMm559/PjExMQBs2bKFqqoqxo4d29EmISGB0tJSFi1aBEBKSgo9e/bk2WefpbW1lXA4zBNPPEF6ejqDBw/+wvcKBAI0Nzcf8BIRERERETkUhxSYSktLefrpp3n77bf54x//yJYtWxg9ejQtLS3/9dylS5eyZs0arrjiio5j+6bUZWRkHNA2IyOj43uGYfDOO++wYsUK4uLicLvdPProo7z99tskJSV94fvdf//9JCQkdLzy8vIO5VZFREREREQOLTCddtppnHPOOfTv35/x48fz1ltv0djYyAsvvPBfz505cyb9+vVj2LBhh9RBy7K45pprSE9PZ8GCBSxdupRJkyYxceJEdu3a9YXn3XrrrTQ1NXW8duzYcUjvKyIiIiIi8o3KiicmJtKjRw82btz4pe1aW1uZNWsWl19++QHH960/qq6uPuB4dXV1x/feffdd3njjDWbNmsXIkSMZNGgQjz/+OB6Ph2eeeeYL39PlchEfH3/AS0RERERE5FB8o8Dk8/nYtGkTWVlZX9ruxRdfJBAIMHXq1AOOd+nShczMTObPn99xrLm5mSVLljB8+HAA2tra9nTUdmBXbTYb0Wj0m3RfRERERETkSx1SYLrhhht4//332bp1Kx999BE/+MEPsNvtTJkyBYCLL76YW2+99XPnzZw5k0mTJpGSknLAccMwmDZtGvfeey+zZ89m9erVXHzxxWRnZzNp0iQAhg8fTlJSEpdccgmrVq1iw4YN3HjjjWzZsuWA/ZxERERERES+bYdUVnznzp1MmTKFuro60tLSGDVqFIsXLyYtLQ2A7du3f24kaP369SxcuJC5c+ce9Jo33XQTra2tXHXVVTQ2NjJq1Cjefvtt3G43AKmpqbz99tv88pe/5KSTTiIUClFcXMw//vEPSkpKvs49i4iIiIiIfCWGZVlWZ3fi+9Dc3ExCQgJNTU1azyQiIiIicgw7lGzwjdYwiYiIiIiIHM0UmERERERERL6AApOIiIiIfCNtwTCvrthJrc9/wH/bguHO7prIN6Y1TCIiIiIC7Ak+s1dVUu8LMqdsFwD9chJ4bUUlcR47u5qCeOxgGQY2LDAMLhpeSFWTn027fTT7Q3idDtoCYdwOO6FIlCcuGsyS8mpSfvcIXT9bSfOQUp4/+QKidpOemfFsq2/jZ2O68/G2BsYXZ+J1HlJNMpGv5VCygQKTiIiIyDGoLRhmTlkVXVNj+PlzKwhFIyR6nFQ1BQiEw4SDYa75aBbHbV1FWUY3Xu57Ms5IGHc4iDscwB0K7P3z3q/DQdyhIK7w54/32r2VgoZdGIAFrMnoxoIuA6n3xBNKSqbRm4CRkkogOZlBg4pY0xwlHI2CYcO0Qde0OD7aVMfD5/QnLzmms//q5CigwHQQCkwiIiJyrGsLhnluyTbeWr2LcASyE9ws395ArS+IBZiRMMXVmyjdsYbzVs2la0MFRif0M2A3afDE0+CJp94bT6Mngdb4RJq8CSTkZ9EaE0+PVYuI37mF7X2H8OQpl3Fy/zySYx2cWZIDwJyyqgNGrPYFRI1iCSgwHZQCk4iIiBxr9kyxq2BHXTuzlm0nM95NZaMfXyCE3WZgD4XoV7mBQdvXcNz21QyuWEdMyH/QawXtJlWxKYSdLlrtTkJOF+12J212J0GnC1uMl1abg2ZM/KYTy+Oh1TBpsTkZs20lJ372ETYgCiwu6M9nqYUktzeR3NZMUvueV0pbM55w4JDvM2zY2BWfRn18MrVxKZCdzQ53Ir7kNM49s5RFfievVkWJJiSyvb6dkrwk7pjYG6/TZPaqSsBibO8M3llXDRiM7Z3e8eczS7IPCFj7gtfoolQWlNcqgB2hFJgOQoFJREREjmb7j6AAvLR8J6+t2El1s5+qpgBRCzzhAKU16+m/eQ2lO9YwqPIz3OHgAddpcsWwNK8YZzjM6K2f7A05Bv+YdAW+m25j8uBcAOaWVXNKccZXCwvhMNx3H5EPFrC2W38+POdK3v6slvZQhF1N7ViWhcO00dgaxh3yk9zeTG9HO+HqOuJbm0hubyaprZnk9maS25oYsW0ViYHWQ/478ptOamKSqI1PoTkpjebkNCod8fSv3khOUzUfZfbiX1N/xpagg26pMZimjRiXneLsfz87flhex7JtdeQmeslO8pDgcXDj+J5fGLDk8KTAdBAKTCIiInI0e3bRFl5eXkFhihcnEXo++b/02fAJNfFpVMclM3DHWgbs2oAzcmDlulpvAktzi1mS34/VXYqpzOuB6TSZOiSHH30wC+eij2DUKLjtNjC/3yCwo76Vn/6/T9he34plWUSiUSIW/HzhLH7y/t+wYREFnhxyFm/1HEV6az0ZvnoyfHWk+xpI3/vnDF89iX7fV37fBk8c1fFp1CWlU5WQSk1COjtiUqhOSGOLO5nKmBRCpgO73aBripeEGBdJXgdVzX56ZsbxszHd+cO/NlKUHofTtOE0bQpShxkFpoNQYBIREZGjzb4pdz5/hL8u3kqDL0iKv5lfvT6DkesWHXT9UVVsMkvy+rE0r5hVXfqRMmQA7eEIj5w74MgpqLDfiNWGohJi776D38zdwCc7m4hErD3lzA2wohahiIXDbiPS5ifdV0+qr35vkNrzOnvNfDJaGw65C7tjEqmMS2NXfCrV8anUJqZRk5iBpyCX/AXz6LV7K6sK+vL82IvAYXLJ8EJi3HaC4ejeAJWjANWJFJgOQoFJREREjhb7gtKijbUs39aIs76WsRsWccKn71O67VPMaPSA9tUxSTx8/EUszevLtsQsemfH88NBuUwpzT9mHtrbgmFeXr6TDzfuZtWORlqDEcDimgWzuPLdv3aMVv3xuHOY3ecEspp3k91SS2ZzLdkttWS17CZr75//cxrjF7GAFdm9eG7Q6WzNL6K1axHbm0LkJXnwOE3ykz30zIxjW30bN47vSWqs+7v8K5D9KDAdhAKTiIiIHOlqfX7uf+szNu/24W2sp8/idzhpzQcM27Yau/XvkFQdk0Raa0PH+qP/Pf4Cnjv1MjLinPz+gkFHzkjS96Ctzc+G627Ds+QjagcM5fZeZ+KOcWEakBzjYtHmWkKRPeEHAMsiqb15T4hq3hOksvf+N6elln67yr8wUPlNJ+vTCihL78bazK58ltWdtSkFGB43gYjFlGF5bKj28auz+lK2q1kFJb5DCkwHocAkIiIiR5p9G8lWNbbz6ooK4hpqGbbyfU797EMG/0dIWpPVnTd6jOKfPUewMyGDaxa9QGnFWuoGDmXEzEdITYztxDs5ctX6/Dzw1joa28NsqG6hR0YsbtNOOGpR0dCGZUGzP0ysy2TTbh9Xf/Ac0xb+raMi4MqsnoTsJn1qNhMXbP/c9cOGjU0puZRldKMsvStrM7pRltGVVqeHaxa9wNCdZXxa2Jfwzbdw5Uk9FaC+JQpMB6HAJCIiIoe7fQEpGI4QDEd5a/UugtsrGPzJe5z22UKG7SjD9u+xDj7NLOLt3iN5vccoKhIz2RefHDYY3yedB88dqAfs70FbMMzrqyqpavLz2rJtXP7B8wzcUcaqgr7MO+tHrKry4bQZJFRup8euTfSu2khx9Wb6VG8mra3xoNdscsUQH2jFYE/wmjHqQv531BQuH1XItHEKTt+UAtNBKDCJiIjI4aTW5+exeeVcMryAZxZt45LhBdz+0grGvfYkA8s/wWe6iQ22MWjnugNC0sqsHrzZcxT/7DWSnQkZHccNICfRzZCCRAYXpjB5cK4eqg8j+0JVvS/InLJdtIciVDX6yfM3UlRZTv7W9fSu2Uxx9Wbymqo/d35NTBLXnnkji/P6gWGQ6HXwzGVDKclL6oS7OfIpMB2EApOIiIh0pn2jRz5/iPIaH/5gmPLqVnb7AiR57Lg3beSWOU8wfPMnn6tu90l2T97sOYq3e46kIiG947gBpMWYRA2D47qkcNdZxSoccITaUd/KL/6+ipRYJ97WZs54+mHGLPnn5/5f2JScw9/7n8LLfU+mPiaRZK/Jk5cNU3A6RApMB6HAJCIiIp2hLRjmpeU7ePPTXSTFOFlT0URLexiPFaJ0RxnDyhYxasMSChqrPnfupqRsLjr/Xirj94SkJI8dMPA4TfpkxRLrdjK4IEmjSUejfaXT3/+A7YmZJHlMnC+9gDewZx1U0GYyr6iU50tO5cPCEtymDcNm46nLhlLaNbWTO3/4U2A6CAUmERER+a7tG0UCi0F5Sdz1+lpGdU9h1rId+INhEn2NnL5jBb0/WcCozZ8Qs18RgIDdpDI+jYKGXR3V7WaMuoAnjp9CKAK9s+P501RVuDum+XwE/t/faJjxOJnrP+04vD0hg7/3P4UX+42lJi6FKUNzuGNiX4XoL6HAdBAKTCIiIvJtawuGmVNWRXFWPHf8Yw2pMU62N7QTiVhsrvUR47TTs3ozJ5YvpXTtIvpVbsC236NXTUwS73Ybyvzuw/iwoISA6eyojLYir5hPL/4pzWHryNpUVr4fq1bR/vgfif71b8S0+4A9Fffe7T6M50vG836XQYzqmc6j5w3QNM2DUGA6CAUmERER+TbsX8murLKZwuQYXvpkJzXNfgLhKNkui+6rl3HSpqWM2biMrJbaA85fndmd+d2GMr/bMNZkdsMybMCe9UimDWJdJgUpMfz+goEKSfLftbURmPV36h79A9lln3QcroxL5aW+J+MJBRjUtIPuk08l4Vd3galRJ1BgOigFJhEREfm69o0kjS/O5KXlO/jLgi0EQhGCEYvuiU5u+eBZEt97BxtRsppqcYcD/z7X4eLDwoHM7zaUd7sOoSYupeN7BuB12uiSEoNptzGxJJsppfmaSiVfS/uqT1k1/WF6zn2NJH8LsGfD3X2lyV8+8wrG/O33GnFCgemgFJhERETkq2oLhnluyTZeW1FBfWsQu91gTI90Fm2up0dGLOs37KRo7XJGbl3BhLUfkNTWfMD5lfFpvNNtGO91G8pH+f0IOFzAvx9eY102nKadwpQYZpyv6Xby7dpRWcffbprBj1+eQaLf13F8U1I246/4I0XZiUwenMMFpQXHbDhXYDoIBSYRERH5T/tGjkYXpfLW6l0s2VTLruYAabFOFm6sozW4ZytYZyTM0Jpyxu9azbBNKyjauhZ7NHLQay7P7snkqQ+DYWAANmPPKJLTtJOd4CYnyUusy+SW03vpN/3y3brnHqw77zygNPm6tELuOOUnfJxbTKLb5NKRXchMdHNmSfYxFZ4OJRscO38rIiIickzaF4qGFCTxp/c38+MTuvLxtgZGF6Xy0Jz1NLUF+dvi7VQ1tVPTEtjzcGlZ9GqsYNimTxi+ZQWl29cQE2g74Lo7UrJZUDCA2DYfZ3z2QUdlu/e7DsFmGMS57SR4nfTJildAks5x220YQPu777Fyd4Bem1fTe/dWXvrbzbzc9yTuP/EyZswPYzdgZ30bN4zv1dk9PixphElERESOePuvMQI6Ro3eWVfDim0NZCd4mP1pBU67nTiXnfgYB5/uaKI4O4Etta3EuuwEdlQyYttKhmz8hJFbV5LcsPuA92j0xrOkywD+lVfCwsIB7EzIwADs0Qg/3VvZbk1hP+ZNuozs1ARKuyZrfyQ5vNTWUnft/5D0/F+xYdHsiuHh0VP528DTidjs9M6IZfKQ3GNiqp6m5B2EApOIiMiRZ/8pcwvKa/eGoGqC4T2PL07Txpkl2cwpq6Kq0U9FYzuFqV5eX7ULp91GSpyTysZ2WgMRCpK9bK5tpSQ3gcUbarh6/jOMKF9GUkoC0eZmsnZsPOC9g6aT5fnFvJ9XwoLCAazN6Iph2Iju/b4NSPCYxLhNElwmbqep9UhyZFiyhODVP8a5aiUAZeldueOUn/BJTm9sQL/cBGZeOuSoHhFVYDoIBSYREZEjw/4h6bF55eQmeahoaCcn0cOCjbUkeRxUNLZT3xokOdbJ5EG5WMCbn1YysnsqC8p3s7GmlZwEN16nnV0tAbqnxeCp3sX5oZ0MrVyL9eJLeOp2H7C2A2BjThGLuw1kfk4/lmT3wW+6OgISgNs0cJs27HaDoYUpjOyeqlEkOTJFIgQf/yPWL3+Jq2VP0ZI1Gd3wOT18VFDCxsuv4fFLh3dyJ787CkwHocAkIiJyeNqzr1FFx6hRWWUThckxbKtrxRcI4zZt9M9PpKyymRinyRufVjIoP5GdDe00+8MMzEtkR0M76fEuUmNcZCe6mbVoC0NaK5ncvg3nksUUfraStPqqL+zDurQCLjz/Puq9CQAdQcpugxinHdNuMDA/mViXyeCCJIUkOXrs3k34xhsxn3mm41AU+NOJU/npv/7aef36jqnog4iIiBy29h9BemddNSu2N+JrD1PV7CcStcCASMTCwgLDwG7aCIUtBuUn8X8fbAKgvjVI3+wEGttDVDa2k+uM0HfTSi6lkrq33+WSlR8T42894H0jho3yrG40DRpK/cZtjP/sw45CDf/sOeqAsOR12ihKjyM3yUNp1xQFJDl6paVhPv00odVrcHyyHNgz3bT/1jWd26/DiP7li4iIyLfuYEUYhhQk8Yd3NxKORslPiuHaj1cS7zKpavHTPS2W0/tl8canlYSiFpt2+0iOc+Hzh7n2pGKeXbSNaWO60P1PjxFdsADn4EH0mjiGj194i27lq0jbuA57JAxA1r4+OD18VtCHJTm9WZzZi48ze9Dq8gJg7x3hmtQ9hRqW5RYzc/R55MZ7KMqIYVtdG3+aOpgemZqRIscOx1lnwt7AZAHlKXn08vmP6nVMX5Wm5ImIiMi3qtbn59rnVzK4IJHdzQEsAwqTY1iwsZbG1iC+YJjsBDcjuqeyYEMtoWiU8X0yWbCxFq/LzoaqFqKWhc0w6J+bSKLbpH+onlF/eoCs9+Z8bt3RPvVJaSzP7cOHGb1YltuHz9IKidjsGOx5ANzHtvfrHmmxeFx2cpO8qmgnEg7DfffR9OAjJLQ286+ug/nHvU8wY8rgzu7Zd0JT8kREROR7t29UafHmOhw2gxc+3kn/nAR2+/bsbfSbyf247vkVNPshJcZBRrybiQOy+WRbA+9tqCHGaeJrDzO0IIm47ZsoLl/FkPmrSV+5lJiaXZ97v1anm9f7n8zirN4sy+lDRXwaGP+OUwZgN8C0gd1mo0tKDDabgd0GE0tymFKar4Akso9pwvTp3BLuzm9/fQljNi9nzry34VsMTPuPPB9J//aOnJ6KiIjIYWlf0YYV2xspTI6hMDmGd9ZWY9psrK1sBgMKkr2kxLooyoyjuqWW7fV+Vu9sYtq4IuKddo7z72LZM//glNrPcHz4Ibaa6gPeI2Q3qY1JIrN5T2W7KPDEsMn8buSUjhEkt2ngsEMkapCX5MHjNBnTK50d9W2U5CVqBEnkKxg8rpQn557Fj5e8zNWv/S/88QZwub4w7HxZCNr/e23BMNc+v5LjuiYzt6yaSQNzvu9b+9r0U0NEREQO2X+W/q5rCVDV4qfVH2Hx5t00te1ZT+QwDQzDxubaVuaWVXPj+J7YIhHSNq+ndP7bBH+/nLM+/Rijro6J+10/YDpYm9ebJXl9+SC7mE+yexKyO7hm7waxn+QV86fh5+IyIS3OzYDcRAbmJxHrNplYkq1gJPI1XVBawJjR53H2mnfp0rALZsyAm29mTlkV9b7g58LOFx3/z+8t21qP27SxZHM9V4zu+j3f1TejNUwiIiLylewbSWLvmE6DL8R7G2qIdzsor24h3uugxR+mtiWIPxwmweNgSEEyVbXN3PD2E4zY/Ak2mw2ruhqjqemAa/udblbn9+GjnGIW5RSzIqsHAdN5wHolC4h12vA4TaaWFrCjoZWSPJX4Fvm2bahq5tVfPMDNz98PsbGwfj1tqenMLavmlOKMz40wHez4f36vLRhmxrxypo0rOiwKSWgfpoNQYBIRETl0+48kPfT2etZXtZCb7GV0USqrdzaxs6mdj7fUk5/oweMyGds7g3c/qyEn0c2deQFi35hN5E9P4G5qOOC67W4vy3L68FFuX5bk9WVNZneipknUAtOA8J7q4rgdNhK9DtLj3OQmeXA77Nxyeq/D4oFL5KgWjcLIkbB4MVx0ETz7bGf36FulwHQQCkwiIiJf3b6g1OIPsXxrIx6HDV8wzLa6NtwOGxNLcji9XybX/O0TmtpDxLtNJg/M4azADuyvvkrghZeIrdxx0Gt/mtOTH1zwIBGb/YDj+6rXZcS78Drt9MlKYGB+oqbZiXSWZcugtBQsCz78EEaM6OwefWtUJU9EREQO2YFT7qDVH2btrmZ2NrRxfI80FpbvxmE3SIlx8sm2BuLdDv73/BL+8bu/c8Fny3Dd+zq2igoAHEC76WJxz6EEI1HGffZRxyax73YZckBYSvKYDMhPorYlgN1mMLEkWxXsRA4HQ4fCj34EM2fCtdfCkiVgt//3844yGmESERE5xu0bTQqEIyzcUMuuJj+TBubgNG18tHE32+raMe0G/lAU027QJ9XN+Op1lK54D+Mf/8DVUNdxrXZ3DAt7DuO1LsfxbpfBtDvd2KORjmINK/P78sSo8zDsdizD4MpRXbnyhK4KRyKHq5oaKCqC5mb485/hiis6u0ffCk3JOwgFJhERkX/bM5pUyZ5JcAYNrUE21vjYVtdKvMdBayDChP6ZLNlST1Wjn4k9kjHmzWXU6g/osuhdbI2NHddq9sSxtP8oVpeezEx31z0liEMWWHu2RTJtEOMyyU+O2VvmW8UaRI4oM2bA9ddDaiqUl0NiYmf36BtTYDoIBSYRETnW7b8nypyyKt5ZV82uRj8T+mUx/7Ma4t12MAxWbG+kT6qHqXOeYeCqBQSDYdIbqrD5fB3XaoxL4r3eI3i58DgW5ffD5thTsMFuM7CA1DgX6bEuchNduJ0OFWoQOcIcsL+SYUFJCaxbB9OmwWOPdXb3vjEFpoNQYBIRkWPN/muSxvZO57F55aTHutje0ApAOGrRGgizpbaV0/pmUdsSwDKg9+5tjHzwVrpvWXtAWe/GlAw+6DuKt3uM4N2UIqKGjWB0z/cMoCDFQ11rkCtGdSUzwa1CDSJHsFdX7KTeFyQl1sUpxRl8MvMFRv30wj1rmD79FPr06ewufiMKTAehwCQiIseKf69JirJoYx2GAS6Hjab2EBurW/C6TKJR6JsTz/b6dhx2A3trK7+1bcD/xydIK1v5uWuuz+/FOZc+SlswisWeaXZelwOXaRCKWEwZlk+tL8AN43tqJEnkKLD/Hkr7NqA97c6fkv2vOXDyyTBv3p45t0coVckTERE5xvzndLvtdW18sL6G9lCU1mCYM/pnsWhTHfEuk64pXtxOkxtO6UF46cesufsRjv/4HZztrcQBYZudyrQ8cqu3dlS2eyt/MK17h5O8Dhtel4O/Xj6MtbtaDrphpYgc2bxOk0kDcwAYX5zJ3LJq3L99jMiQAdjnz4eBA+Hss+G228A8uv/9H913JyIicozY9xvguWXVjC/O5EdPLWVTbSutgTCm3cZba6pIjnESjVokhNq5sWo54aEXkrq+jMy916jJzOeVgeN5tsfx7HbG85O9le2W5Rbz51HnkRHvIj3OTff02I41ST0yNWtD5Gi3Lzy9usLiuN4DyFq1FFat2vMCmD69czv4HVNgEhEROUL95xql+etq8Icj1PkChKMWWYkemtqCtIcidEuNoWR7Gce9+yoDFs/DEfADEDSdLB5wAm8MO5256b2IRKL4ghZ2A/44egrPOO0kxTi5dkg+ybFOrUsSOYaNL87E5/iPf/8LF3ZOZ75H+oknIiJyBNk39W50USqPzSunzhdgd0sAA3CaNup9QW5+eTWJDoNz//lXBm38hCbLJKWuisLd2zuusy2zC/8Ychp/730CDa44Er0mrb4Q0aiFww7xbgejuqcyuDBZ5b9FBNgz0uSdOB5r+SIMy8IyDIxRozq7W985/fQTERE5zO0fkh6asx6fP8zizXUUpsSwrrKZ2tYAPn+YKaX5zC2r5q4zelNxzlRO/PCNA6rctTlcvN17NLNKxrO5ez+a/WHCUXBELYJhi9RYJ3abQXaCh0fOLSEvOabT7llEDlO33UYoEqVxzrvEjD2ReaddzCnB8FH9SxVVyRMRETlM/bvaXYQGX4gFG2uJ95hUNfopSPHgdpr4g1E27fbRNyeeB87oReC556n99UPkbFp7wLU2peTyg4seodkVg2lAFPA67USjFpkJbh47bwAvfryTaeOKVOVORL6SWcu2sWhjPSO6p3De0PzO7s4hUZU8ERGRI9T+1e5mr6pk0aY6+ucksGBjLYPyE6n1BUh0O/AFwwRCUYYUJpHpb+LaT17CuubPuKqryQHCNhv2aBSDPVXu/tn3RCJxcfRM8uJx2BlVlMqSzfWc2jeTKaX5eJ0mJXlJnX37InIECYYtdja0EQwf3T87FJhEREQOI7NXVbBoYz0+f5iV2xvYUuujsqGN0T3SqGkOMH1iMQCvr6ok6bPVHP/7R3C89CL2UBCA3fEpzBoykef7nswPP3m7o8rdU6POZ/rE4iPut8AicvhymjayEtys3NGAw7Rx5lFaFObouyMREZEjyP4jSl6nSTAcZVt9K5VNbaR4XTS3h+mVGUdNc4DbJvSGcJjV//sMZ7/6LI5FH3VcZ0NhH54ddhaz8ksJ2/d8vP9+5BTcpkGMy+Sno7sysSS7s25TRI5CZ5Zks2ZnE43tQRZvqsNt2jv2bjqaKDCJiIh0krZgmF+/uY70WBf3vbmO2yb0xmnawAJ/KEqsy87lo7rgNG2MzTDZfOOddHnhGUqrKoA9G8zOKx7NX4eeyZrc3rQGI0QtcNohzu0gL8nLxJLsjil3IiLfJq/T5LYJvXl9VSUApxRndHKPvhv66SkiIvI9+c/RpDllVWTEu5i9soL85Bgue2opD59TwortjbQGIgztmsKZzkaqfvUQCW++TIq/HYAGbwJvDD+DP/QcR3VcKgZghiJ4HDYMw+Dk3hncfkZvFW8Qke+c12ke9VN9FZhERES+B23BMHfPLqOpPcTC8t0M7ZLM2N4ZPDRnPW6HyaqdjWTEu3ni/c3cOaE3H//pOYp+9ySeJQvosvcaW3O68cyQs/hnvxOoDtnZV+bWbkBWoofMeBePnDtA5cBFRL5FCkwiIiLfkf1HlOaUVdEaCLN2VzNRCzbtbsXAYGB+Eq2BCN3TYkgMtXLrn27COfUDjm9rAyBqGHzYZwR/H/EDFmQVE4lGaQ1ZJHhshCKQFONkQG4Sd53VRyNKIiLfAQUmERGRb9m+oNTiD7N0cx3vfVYNGNhtBgPzE9lc09rR9sySbJJ2V3HSO3/HfPx/MQIBACzg07w+3Hr2jWzwpIEBzqhFaqybwakxVDS289RlQzWaJCLyHVNgEhER+RbsC0mji1J5bF45SR4Hb67eRTgaBcPAilpkxLs5d2geI7qlAjC+ZQv1Z1zDKe/+EyMSOeB6BtBqOtkal4GTPeV785O9nDMkjzi3g1OKM1TIQUTke6CftCIiIt/AvqAUCEdo8IW49vmVHNc1mX+srKA9FMZhtzM4LwHTbqMkL4mTi5LZ/KdnGfzqM9iXLiVx73XKeg1hky2GM9a+j409m80uySmma1oMvTLjKMlLwmnamHiU7nMiInK40k9cERGRr+Hf0+5CLN/WSP+cBBZsrKV/bjxLNtczeVAuc9fW0D3Vyz0/6AeNjWy+bwaeWU8xrHpPCV7L6eSN4hN5bvgklsTl4zUibEzOZXjlWj7O7YP91tu4KCVWIUlEpBMZlmVZ/73Zka+5uZmEhASampqIj4/v7O6IiMgRbtaybSzaWI9hRdne6Ccr3snOxgBOu8FJvTNIjnHiMu0cbzTQcP/D5L/+Io72PYUc2hOTeefEs3mw8ESqPYmEopAc4yAYjlKSm0hVs1/rk0REvkOHkg306yoREZGvoNbn57F55Vw/rojUWDc+f5gVOxpI9jrJTfZS3eQnErUoSI8hK97NqbWfYf7ut9jeepPkvb+b3JTZhVdPOJdXeoykOmQjYgFRcJsGSV4nT102lOXbGrU+SUTkMKKfxiIiIl/BQ3PWU1bRzMNz1vPA5BLKq31EoxCJWiR6HNw8thvlP7uZUZ9+QLS2Fnfd7o5zF/Qo5cOJF/J8THd8gSgxNhOP08KyLLqkxNA9I65jo1mNKomIHF4UmERERL5AWzDM7FUVBMNR/MEwNhu0ByPMWraNn53UHcOAovQ4EqJ+0i/4Ibnz38HYe27IZvLP4ybw276nsz0lBwswwxY2256NZvtkJ/CHCwZq7yQRkcOcApOIiMhe+28063WavLR8BzMXbiXOace02/A67IQti8Wb6nGbJtNHZfPRtLsY9dZzuJobD7jW8pxeTDv+SrDAioLXacPjsFOQEsPp/bKYUpqvaXciIkcA/aQWERHZ66XlO3h5eQXvfVbN4MJkXl9Zice00RaK0Cc1htKuKThNG7aaGnr89tc4XvorY1t9APjjE3E2N3aUBP+ooISoBQ67QUa8i+wED4+cW6IpdyIiRxgFJhEROWb954hSWWUzdb4ADW1Bdjb4SYtz4TTtPDC5H8u3NXK8t536ux+g8JW/YQb8ANR37clTJ07hucwBXPjBiwzdWcay3GL+PPJccpPcDClI7lifJCIiRx4FJhEROSa1BcPc/XoZTe1Blmyq44ZTe1KUHsuWGh9jemUQ6zY7Noo1Nm2i5Ff3kPD6iySHQwCUF/bhbydfyOu5A2mNWARDFn8YOQXTDj0z4rlhYI6m3YmIHAX0U1xERI4p+0aVAuEoTe0hPt7ayJCCJGbMK6clECY7yUtWoodJA3NoX/Up1WddR/7c2XSJRgFY030Afx59PnOy+hKMgjNsYRgG2UmadicicjRSYBIRkWPCvqDU4g+xZFM9bqeNGKfJkMIkEt0Opo0rYv66GgBOaN1OxclXkvPuPynce/5HRUP460kX8m5KEYEIEAHTBunxboYVJnPL6b007U5E5CikwCQiIseE2asqWVBeS01zO6GIRW6Sl9FFKbhMe8dGsecFdxC551fY584hae95G0edws09TufT9O5EASuypyy422FjXO8Mbp/YR0FJROQopsAkIiJHpVqfn8fmlXP9uCJSY90EwxHKKpronh5LaoyTgQVJTCxOx/vQb4hc/g98VbuJ3bUTOxAxbPyz7wk8MeJctqQX4HTYibSGiHHZKUyJIcZt8tAP+2vqnYjIMUCBSUREjhr7V717bF45Nc1+Hp6zntKuKQD0zUkg1mVn+sRivA47oakXYT33N+xALHuC0ptDTmXGoB+wJTELAFc0SozNwXUnF7GruZ0bxvfUiJKIyDFEgUlERI4ac8qqqGr0c/frZRSlxxEIRQhFolQ1+kmOdTK2dwan9EnHNncutbfeTuqaFQecvzKvN9ef/FMMIM5px+mwc1xhEndN6quQJCJyjFJgEhGRI9r+o0pDCpK49N1leBw2Wv0REr0OcpI8VDS0c8mIAmzz5tF2yR0kr/4ENxC22bFHIxjs2Wz2/fwBuEwDu83GdWN7qCy4iIgoMImIyJFt9qoKFm6o5cMNu9lW30ZrIEwwbCPWZWfauCIWbqjlspb1OI6/AvvSpbiBoNPN+yedzT3dx3P2yrkM3VnG8rxinj7+fEy7nTevHaX1SSIiAigwiYjIEWhfQYcfn9CVFdsb2dnYDkA0auE0bQwrTGb6xD54/zWfiXfeiX3pUgBCLjcvDJnAzst/ylOb/IQiFr8fOYV4r8lxhcn08YdVzEFERA6gwCQiIkeE/afePTRnPat3NnHZU0uZWJKDARRnJwDgtBucVb0Gx/FXw9Kl2IGg08WCkyfzYN8zqI1LpmFDOwluO5YVpXdWHJMH5zF5cK6m34mIyOfok0FERA5b+4ekl5bv4KWPd/LsR9vITnDhC4TpkRnH7pZAR9U7/+tv0nrb7bjLVgF7gtIrpWfy1+PPZYvhJRSxCLeG8TptRCyDm07tpXVKIiLypfQJISIih619Ve/ue3Md7aEwOxrasSywsBhVmMCU+c/Rc8MKKv4vgfjtW0hZuwo3EHC4WHPWhdzWbTzh1DSqWwLYgagVJSPBRXaCm0fOHaCpdyIi8l8pMImIyGFl//VJgXCUbXWtFKTGEOsyMTAIhyMM7pLCef98Csf/PYoBdNl7bsDh4q1Rk/jL8B9S4YzDFwhjNLTTJdVLOGIxKD+JW07vpRLhIiLylSkwiYhIp/vP9UmrtjcyeW015w7JxTIgOcbJxJJsLhpeCID/nXfhsRkY+12jOimD8y57lApXAnYgEgiDBRkJLgblJ2nDWRER+Vpsh9L4rrvuwjCMA169evX6wvYnnnji59obhsGECRM62liWxfTp08nKysLj8TB27FjKy8s7vv/ee+8d9BqGYbBs2bKvccsiInK4mb2qgvc+283Ly3cSjkTZ7QuQ6DGZU1ZNYXIMLtO+Z53RkiVETh6Le9zJOH3NWHvPjwIv9BvLDmcCNsPAbrfTLS2WwtQYnr/yOB6YXKKwJCIiX8shjzAVFxfzzjvv/PsC5hdf4pVXXiEYDHZ8XVdXR0lJCeecc07HsQcffJDf/e53PPPMM3Tp0oU77riD8ePHs3btWtxuNyNGjGDXrl0HXPeOO+5g/vz5DBky5FC7LyIih4F9I0qji1JZUF5LvS/Eqp2NYFj0yojHwMC0GVxzUneWb2vkhPadVBx/KTkL3sEOhOwm7xx3OnU4KazYyLLcYv4y4jycdoOMBDcXHVdIrNtkYkm2CjqIiMg3csifIqZpkpmZ+ZXaJicnH/D1rFmz8Hq9HYHJsixmzJjB7bffzllnnQXAs88+S0ZGBq+99hrnn38+TqfzgPcLhUL84x//4Oc//zmGYSAiIkeWtmCYX7+5jtxED/e/9RlbalsBi1iXicNmkJXo4ZKRhXidJu2frmHIzbeSNO8NkoCoYeMfJSfz1JipbIxJJRy19oQru0FRehzd02O1RklERL5VhxyYysvLyc7Oxu12M3z4cO6//37y8/O/0rkzZ87k/PPPJyZmT1WiLVu2UFVVxdixYzvaJCQkUFpayqJFizj//PM/d43Zs2dTV1fHZZdd9qXvFQgECAQCHV83Nzd/pT6KiMh3Y9+oUiAcJTfJw7a6Vjbv9lHTEmBgbjyJMW6mjSvaE3Y2byZ85524nnuO3GgUgIVDxvLIceexNj6bQMTCZYHNMIh3O7j6hG4qDy4iIt+JQ/pkKS0t5emnn6Znz57s2rWLu+++m9GjR7NmzRri4uK+9NylS5eyZs0aZs6c2XGsqqoKgIyMjAPaZmRkdHzvP82cOZPx48eTm5v7pe93//33c/fdd3+V2xIRke9IWzDM7FWVgAUYNPiCfFbVRFVLkHG9M2hsDdHQFqK0W9qegg47dxK6/h7sTz+FGQ4DsLRkNM+Ov4x3HOlEooBlkRHvxGPaGZCfxO1n9NaIkoiIfGcOKTCddtppHX/u378/paWlFBQU8MILL3D55Zd/6bkzZ86kX79+DBs27Ov1FNi5cydz5szhhRde+K9tb731Vn7xi190fN3c3ExeXt7Xfm8REfnq9h9NWrSpDgMY3i2FrfWtrNjRRKzLZGNNC2N6pzOmdzpjUyw2XngF3V7+fzj2zg5Y3/84nhh7KfPjCvAFIkTD4DINshM9XDayC5MH52pESUREvnPf6JMmMTGRHj16sHHjxi9t19rayqxZs7jnnnsOOL5vbVJ1dTVZWVkdx6urqxkwYMDnrvPUU0+RkpLCmWee+V/75nK5cLlcX+EuRETk2zanrIp6X5BYt8mIbikEw1EsoDg7nqa2EI1tIW44uRupD9xLdNbfsXbuJCWyZ0RpTbf+PH7ypWzvM5jKZj9tbSHsBngcNsb2ydSIkoiIfK++UWDy+Xxs2rSJiy666EvbvfjiiwQCAaZOnXrA8S5dupCZmcn8+fM7AlJzczNLlizhJz/5yQFtLcviqaee4uKLL8bhcHyTbouIyHdgz/S7CoJhi2A4wsZqH9ec1J2PtzVgAa3+MLFuk1P7ZnFKlzicZ5+F9a93O/a3qE9M4y+X/ZK/uLoRNQyM6hY8DjuxHpMkr5NnfjSMvOSYzrxFERE5Bh1SYLrhhhuYOHEiBQUFVFZWcuedd2K325kyZQoAF198MTk5Odx///0HnDdz5kwmTZpESkrKAccNw2DatGnce++9FBUVdZQVz87OZtKkSQe0fffdd9myZQtXXHHF17hNERH5rs1eVcELy3YStSzshkFWgoebX17N6O6pJMc6SYl1cUrPFOx/fZbo+OmYu6sPOL+tWxF/T+xFpD1MNLpn+l1yrJPLR3XV9DsREek0h/Tps3PnTqZMmUJdXR1paWmMGjWKxYsXk5aWBsD27dux2Q7cC3f9+vUsXLiQuXPnHvSaN910E62trVx11VU0NjYyatQo3n77bdzuA6dbzJw5kxEjRnzpRrkiIvL92jeqBAY+f5ho1CI3yYPLYQcsjuuaTEVjO5eMKMA7bw7RC2/Gtm4tAIGYOBytLdiAKAavx3fDtNtw2g1S4lwc1yVFJcJFRKTTGZZlWf+92ZGvubmZhIQEmpqaiI+P7+zuiIgc8fbtp9TUFsS023CbNhrbQ5TX+DizJJvMBDcu086prVtx3HYr9gULAGjxxvHkCRfw1/7juWzxK/TftoblucX8efR5pCXFcFzXFG4Y31NBSUREvjOHkg0UmERE5Cvbf0QJoKbZz0cb6zihZxoba1rYXteG12kSjlr8ZWQijul3YL78EgBB08k/jp/MU6PPYVvETSAcJWKBzYAEj0n39FgeOXeA1imJiMh37lCygSaEi4jIVzanrIpFG+sxDBhckMTizfUM75rCgvJaYpx2ClK8pLQ28bPFs3D9dCa2cBjLMPj4+DP49bDz+dSWgDNi4LQbOCyDjFgXOYluBSURETlsKTCJiMgX2r/yndO0MbJbCgvLdxOOWqzc0cBxXZOpaQ7wm8n9eHLOGqatfBXv7x7D0eoDYN2AEcw+/1o+cGXxWXULBhCJWHTNiKVXVpym3omIyGFPgUlERD5nX1Basb0RX3uYqmY/ecle1uxswh+Ksqaymd6ZsdQ0B7htfBHev/2VO++8E3btAqC2RzF/PP1qPszvz86GdsI+H3YbOO3aS0lERI4sCkwiIvI5+0qEZ8S7cJl2DAP65SRw1sBsHpqznj5ZcSS4TW4KrifcdzJsKQegJTOXJ8ZfzsJBY9jdGqahvo04t4nL4SQz3qWpdyIicsRRYBIRkQ5twTBzyqoIhqNkJ7iJdZu0B8NUNflZt6uJy4fn86tPX8X30msktNRj37EDgJaYeOb84AoWnHQ2H+xoJbC7FYfdTmKMk/xkL3+4YKBGlERE5IikwCQicoxrC4Z5afkOyiqbKc5OIBSOAlDfFuLm03ox453yvS0NuPlmHI8+SvLeI1G7nVknnMcrY6ewy/Dgr2gjEo3isNtIiXFy2agu2nRWRESOaPoEExE5xs0pq+K1FZUEw1EiEQu3w06LP0hze4j/fXcjt57ei9+/tZbr171JdMYM9t+efHP3frx9wc9ZvbkejzNMepyTcNRkUH4it5yudUoiInLkU2ASETkG1fr8PDavnOvHFTG+OJN6X5C3y3YRikTplhbLxt0RXKaN4pwEYj9cwP/ccg3xe9cpWezZhSmKwQf5JazY3kis2yTObTKoIFmV70RE5KiiwCQicgzZt0Zp8eY66n1BZswr594f9CPGbRKJQjASpaKxnVtP78XHH65hzKM34XrpRdyAPzGFp864irjaXfTatJoPM3vx1riLyLLbafKH+evlpSroICIiRx0FJhGRY8jsVRUs2lhP/9wEymmhMDWGZxdtYdX2RtLjXSR4HNx2SnfMP/yek++5G0dbK1GbjXmjJ/GvC39GjT2GTysaaRt6LjEOO3GGjWEFSRpVEhGRo5YCk4jIUW7fnkpgEAxHMQyIdZuUdk3hvc92s7OhjawED6kxLm6PrcE59AJs69YCe9YoPTDhGsoyukFdlKb2emJdJkkOGx6HyVOXDdWokoiIHNUUmEREjlL/ufmsw7QxuCAJl8NGiz+E07QxpDCJIYVJxDfsZsJfH8KcNWvPuQlJvD7l5zzf6yQ21LZh9weJRg0Kkr3EuB2cOSBb1e9EROSYoE86EZGjUFswzK/fXEdTexAwiPOYDMxPwgL8wSj/XF1FXrKXMV2TOOvDV7HuvBOjpQXLMPjnyLN4YdLVDOjfhXXvbcK0GYCNEd1TSIl1Mn1isYKSiIgcM/SJJyJyFNm3p9Kbn+5iaGEygWAYyzDonh6HBYzslsLKbQ2c3i+LLmuXc+KP7oayMgxgQ0Fv/nzeL1iQUECw1WL14m3EuewEo/DSj4ezdlcLpxRnKCyJiMgxRZ96IiJHgX3V7wLhKK+tqMQfirBieyMTB2SzsHw3/2/xNvpnxpD26G+4du0yYtp9JJSvA6A1LpEnJ1zFC/3G0TM7jsZNdcQ7TVLi3ISjFk9eOoS85Bh6ZMZ38l2KiIh8/xSYRESOAi8t38lrKyqY0C+LCf2yeLtsF2N6pTG2dzortzXQKzOOiW/M5KQX/oSx9xwL+Ojkybxw9tUsbzZoDUZYvr2RjDg3/lCUC0rztU5JRESOefoUFBE5gu0bWVq1o5FgOEp5TQsD8pMIRize+HQXcW4H088sZuGcpYydO6sjLAHU9O7Pc5fewvvltYTDUSKWhcdpwx+O8tJPhqv6nYiICApMIiJHpH9PwYvQ6o8wIC8Rj8PO1Sd05Q//2kgkYu0p1hCN4v3zE4y76SaMtjYswACiwKKepbzzWQ2mzcBmM0iPczMoL5HbJ/bRnkoiIiJ7KTCJiBxhan1+rn1+Jcd1TSYj3k2s2yQQjtA3N54PN9VRmBKDAYyyt3DazZfC++9jAGu6lVDTvTfxm8tZ3aUfv+l5Bl6njXAEpo3rwZTSfE2/ExER+Q/6ZBQROULs21fp1U8qcJt2lmyu58+XDOGl5TuZuXArvbPiGNMznaw4F5evfhvHrbdgtLYSdnv4yxlX8fue43A6TLJO87C51kdKjIuWQJi3rhul6XciIiJfQIFJROQIsP++SvEeB1tr23jy0iF4nSardjQQCkeo9wU4MyGI5ydXw7vvArCj3xAeOvcmAgWFODfXE7Wgqrmd0sIUKpv8zLrqOIUlERGRL6HAJCJyGNu/XHhuoodIJEqMC3pmxHHzy6v53ZQBlOQlsXV3K7/Y8j6ewfeDz0fQ6eblc67hsR5jife4adxaT4zLxMIiJcZFVoKbP140WFPwRERE/gt9UoqIHKb2rVUq7ZJMcoyTisZ2bji1J16nyRXPfIzbtDFjXjm/7Ovl1L/eRvqSBQBU9R/C9adcy5akTHztERrrW0nyurDZDIYVpjC0SzITS7IVlkRERL4CW2d3QEREDu6xeeW4TRtLt9TjMG10SY1hYXkdXqfJ76YMIDvBzc07F+AZPJD0JQvwO1y8c+XNnDvlPla5U2lpD2M3LGJdDvKTvVw5uiv3TOrLeUNV3EFEROSr0iemiMhhZN8UvPHFmVw/rogZ88qZNq4IgBnzyjlrYDYAqfU13PvEjTB3LgCrCoq5b/INLHOk4fSFsCzokRFHjMtkXJ8MVcATERH5mvTpKSJyGNhXAW/F9kYKk2OYW1bNKcUZDC5MAuChOetpawuw6xe3kfrhHKyNGzGCQcJOF8+cfgW/LR5Pc9iG3YBwxCIl1sXjUwepoIOIiMg3pMAkInIYmFNWxaKN9UQsi4rGdi4ZWcjsVRUs2ljPkk11+Pxhxj77W/q+8xywZ/PZ3YnpXHvZb/jYnUY0AnEuG1ELitLj+MulQ7T5rIiIyLdAgUlEpBPtm4I3uiiVYDhKMBzFYRoABMNRdja0cXq/LLquWcrx77+Esd+5m5KyWenNwI6F0zA4oUc6o3ukqaCDiIjIt0ifqCIinWD/cuENvmDHWqXH5pWTHufivjfX0SMzjoIEJ8c9PYPip/4AloXFntGlKAafFPQj0evAbjc4rksK90zqq6AkIiLyLdMnq4jI92zfJrS5iR6SY/eUC89J8jBjXjm5SR4WltcyqnsqSbW7+OXD15GychkAS8acxTZnPIWbyliS3YenRp9Ht2QvPxycq1ElERGR74g+XUVEvkf7wlJGvItt9a0kxTqZNq6If66uoj0YJtZl8tspA9j0p78y9Nc3YWtsJBofzx/Ou5HXeo5ke10bKaOd2O0G3RO9PD51kNYqiYiIfIcUmEREvgf7V8HLjvdQ0xygT3Y8izbWYQCfVbXQ7A+zadtuUv/6IKl//CMA1b1LuO+i6cT37s6WxTtwmwZRC35xcg+NKomIiHwP9EkrIvI92FcFLxiJsLO+nd9OGcBbq3exs6GNYDiJ68cV8bcn3+aa/7sDytYA8O5Zl/LPc39CZkIszyzeRnaCi/q2EH+7opQemfGdfEciIiLHBgUmEZHv0H9WwftkewP9cxKZv66GsopmshI9OO0GqbP+H9fdci20t9OSmMJDF97G/NwS+kVszFm2g94ZcVQ2+5l7/fHaW0lEROR7pMAkIvIdqPX5eWxeOT0z4wiFo/xzdRWfVbXwszHd+WhTHZ9sayA7wUNzdS2TH7oRXnoRgPX9j+Pec2+h1pNEU2MbayqaSI11Udns581rR2m9koiIyPdMgUlE5Fu0b0Rp8eY66n1BAqEIboed9lCY5vYwT7y/mcGFSRSmxmAsXswv/3QHtm1bidpN/t+ZV/H4wDOpb4sQE2kn1m2SGusixmXywOR+CksiIiKdQIFJRORbNKesinpfkL7ZCayvaqHH3hEmp2mjrLKJHpmxjO6WTPUd99Ln8YcwwmFasvO58eyb+SSjOzW+EC67QW6il3iPgwcm99MUPBERkU6kwCQi8i3Yf63SwvI6TinOAGD2qgpcpsnEkmziTOjy6H3Ev/Uiqc2NAJSfNIFfT7wOZ3Ii7ZvqSPaahKPw+NRBCkoiIiKHAVtnd0BE5Ei3b2+lqiY/89fVYGEBe0abGnwhVu9sAmDCH+6i/6w/42xuxALqx53GD0b8lDKfxfqqFv5yyRB6ZyXw5rWjFJZEREQOExphEhH5mvYv7JCb6KGioZ2kGCdVjX7ufr2M4uwEtta3UpjsZcuN0+nz7DMYe881gM82VdE6yMIXCpHogddX7eJvVx7XmbckIiIi/0GBSUTka2gLhrn2+ZW4HbaOwg7TxhXhdZrc9+Y6fIEwn2xr4Ph0k+F3/4ys9+cCYLEnLEUxWN+9Px6HjSSvk6GFSUwbV9Sp9yQiIiKfp8AkIvI1zCmrorQwmaVb6+mfl0goHGX+uhqcpo1p44qYv66GxPVrGHvFz7Bv2ULI4WT+1bewdc1m+m5dw8qCvrx20lTuPKkHE0uy8Tr141hERORwpE9oEZFDcEBxB+q48oSuAMwtq8YfDlPvC7KwvI7zPp0H11wDgQC1qdnccv4dbMgtYld8KcZwC7fT5M0rh2utkoiIyGFOgUlE5Cv4z41o91XCm72qkmA4gtO0M7Z3Bos+3clpv/0lPPMMAMv7jeSB82+lrN1GomWR7HUQteCVn45QWBIRETkCKDCJiPwX+69XikSjDMxPwh+OMHtVJYs21bGjvo38ZC8plduZeOfPYNUqojYbvz/xYl4eewGVLUE8DoP0WBd9cxKZNq5Im9CKiIgcIRSYRES+wL7pd4FwpGO90g3je7KgvJaqJj/balsZUpDEkIIkuiycx8h7b4DmZloSkrlx0s0s7tKPxqYgfTNj2d0W4vcXaG8lERGRI432YRIROYj991YyMMhMdDOmVxoPzVlPcVY8C8pryUr0EG8aXPTK/zLqpqswmpv5rFt/7rnrWTb3G0pTe5SseBe720LaW0lEROQIpREmEZGDmFNW1bG30iUjCplTVsXrn+6itiXA1ro2TixKo2nzds54+k5YuBCA/zdiMn8962r8QZP61gDZiW5aAmHe/PkoTcETERE5QikwiYjs54AqeOV1XDKyEIBAOEphsgfDglN6Z9Dzs+WMvOPnGNXVhGJieWzKzbyYX0pzc4iUGIOM+H+HJY0siYiIHLkUmERE9to3DS830XNAFbwV2xsoTIlhZGESP37/OXrOmI2xeROGZdHQrSe3XTCdT9xpNPiCJHlMbIaN1FgXs64+TiNLIiIiRzgFJhGRveaUVZGbtGca3jlDc/n1m+tobA9hWBYVDe1cvuQ5nE882tG+pmsvrv/5/7KpLUKDL0Syx0Gsx8FlI7sweXCuNqMVERE5CujTXESEPaNLgXCEWJdJ39x43llXTW6ip6OM+JkeH86Lfn/AObscsTQZJi3tQRI9DuI9Do0qiYiIHGUUmETkmLVvvdL44kzmlFXR6o9QXt2CLxjGZdoY1iWFS0YW4p03By68EFpbsQADsDBY07U/lY1+chPdJMW6+MMFAxWWREREjjIKTCJyTOpYr5Tk4fVVlVhArNukT048/1hRSVaCB5fdhveh32DdcQeGZVHVdxDvp3SnZ/UWPkjvydsnXYA7ZJEU6+LJS4dqCp6IiMhRSJ/uInLM2ReW0mNdVDS0E+Oys3xbIyO6pfDDwXm4TDtmWytn3HsdvPoKBvDPUWdx//gf0xg2aA+GyU70YMfg+B7J3DC+p8KSiIjIUUqf8CJyTNkXljLiXVQ2tjMgPwmfP8TO+jaCBUl4nSbnJQXhsnOgrIywafL8RTfx95Lx1NW1Eo1adEmNwcLgyUuHqGS4iIjIUU6BSUSOGfvCUpLXwZLN9Yzvm0mrP0x5jY+8ZC9O0wZvvw1TpkBjI/UJKTx+zW9YnNGDbXWtpMY78bVH6J+TwD0/6KdRJRERkWOAPu1F5Jgxp6yK3EQP72+oISXOhQGkxLq4cWA2CzfUcvo/n8W643YMy2J9l75cf84v2UgcVnUL8W4Tf8Bi2tgeKhkuIiJyDNEnvogctfZVwRtdlMqC8lpGF6WysLyO43uk8fePdzIoL4lJA3OgtZVJv/kfeOEFAOaOnMjvz/o5G+qDYIHHYWDabLz0k+GagiciInKMsXV2B0REviuzV1Xy3vrdPDRnPVWNfmbMK+eU4gy21bcR5zIpr2mBzZth+HB44QUipoMXr7iNZy+9jXUNQRI9JrFuk16ZCbx53SiFJRERkWOQRphE5ChmYQB9sxMoq2ii0R/intll/Oyk7jzx/mZuNHdgDb0Io76etuRUbjjvDjYXlbBxcx2xLjvBqMWN43tpCp6IiMgxTE8AInLU2TcVb2zvDNymySnFGThMGy8u24EzGsV323Tuffd12LgRLIvqXv356eTbKDPiiNb6yE3yUN8W4qUfD6dHZnxn346IiIh0IgUmETkq7AtJ44szmVNWRVWjn4ffXk+fnHhmr6pgbO8MDKD4T4/Q68nfdZxX16OY63/6GBUtUSK+AKmxLjLjPbz0kxGkxro774ZERETksKDAJCJHhdmrKlm0qY5gOMrEkmzue3Mdjf4QTy7cSt/sBNymyXl5Tnj5mQPO246bLb4Izf4waXEuRnRL5Z5JfTUFT0RERAAVfRCRo4ZFJGKxYlsDALdN6E2i20GvzDhiXXbGhyph6FBoasLqOMNgcU4fmtrCxLlM8lNiFJZERETkAHoqEJEj2v7rldbsbCY93sV9b67jtgm9mX5mMXPLqjltw4e4xlwGbW0053fl/a4DSduxhaU5vZl14oUkOk3yk7384YKBCksiIiJyAD0ZiMgRbU5ZFfW+IAvL67htQm/ue3MdOYke5pZVM2lANpPeeBKmTwdgw4AR/O6qe1i4O0xLe5gEj4nDbudnJ3RTJTwRERE5KD0diMgRaf9Naeevq6HW5+eO11bTOyuBOLfJKV3j4YILYNYsAN47dQq3j7iE+l0h7AakxzmJcTl46rKh2l9JREREvpACk4gcUfYFpUA4Sqs/zPx1NXy6s4k1lU3UtgTYWtvGld3deMdOho8/JmI3efGym3kgeyRNrWGcNvB4HIzsnso9k/ppVElERES+lJ4UROSI0RYM8+s315Gb5CHWZbKltpUemXHkJnoIhMIUpcUyxredUy77CVRW0hyTwM1T7mBxXj+CoQguE9LjPVw5uqum4ImIiMhXoqcFETns/XtUKUJuooeKhnYKU72srmiixR9mRPcULhnZD++rL2NdcymG38+OrEJmXPsIH7R5cFgWBakxJHgc/OGCgdpfSURERL4ylRUXkcPe7FWVvLd+N6GwRVaih2njipi3tobdLQG21bfishl4f/0rOP98DL+fhUXD+MlPf8fcdi9xHpPcZC8lOQk8eelQhSURERE5JBphEpHDWlswzIptDUSie3ZPsrB4Z101I7qlsAg4s0cip917Hbz2KgDPjT6HB0+4hHa/QaLHxLTZ6Jsdz/SJxZqCJyIiIodMTw8icljav7hDdoKHJVvrCYQjfLy+gSEFSRSkxHBVVyeOyWdjrlxByG7y8A+m8erAcbS3hSlI8uKPRBlWmKSwJCIiIl+bniBE5LC0b3+lWLfJ9oZWWoNhVu9sxDBsuIgy6Y93Yz3zDEYwSENMAteffyfl3fsTCUfJT/GS6HEweXAeE0uyFZZERETka9NThIgcdtqCYQLhCE7ThrX3WCRi4bDbGVWUxoSHbsJ6/jkMwALe7HcSu/sOor05QFqsg6QYl4o7iIiIyLdCgUlEDhsH7rEUYUttK11SYxiQl4THYTJtXBGpr70Es57vOMcAetRuwxeM4DQN2sPwo4E5CksiIiLyrVBgEpFO1xYMM3tVJSu2NZCd6KGyqZ1B+UlMG1fEwvI6TinO2DOt7rHH4Be/APaMLBlAFIOl2X3olh5LWyDChP5ZTCzJ7tT7ERERkaOHApOIdLrZqyp5YdkOUmKcfLK9kZN6pfGPlZWc3DudSQNzwLLgllvgN78B4PnhP8DnjaXXptWsyCvmpVMuYkSsi+kXqLiDiIiIfLv0ZCEinWbfFLzg3kp41c3tdE338s66GgqSvcyYV869E3vD1VfDk08C8MxZP+aZkeewrb6dxOMvxMLgpKI0pp+psCQiIiLfPj1diEin2VcJz2naSPQ6GJCfwJqKZi4Yls+W2lamjcqFyZNh9myiho3fnncD80onsLuhjbwUDy3tYU7qmcY9k/opLImIiMh3wnYoje+66y4Mwzjg1atXry9sf+KJJ36uvWEYTJgwoaONZVlMnz6drKwsPB4PY8eOpby8/HPXevPNNyktLcXj8ZCUlMSkSZMOpesicphpC4Zp8YfYUNOChUVOoofyGh/Du6UwpTSfe8fkkXr2mTB7NkGHk1svvJMnuh3Ppt0+vA47Ngymje2hsCQiIiLfqUN+yiguLuadd9759wXML77EK6+8QjAY7Pi6rq6OkpISzjnnnI5jDz74IL/73e945pln6NKlC3fccQfjx49n7dq1uN17qly9/PLLXHnlldx3332cdNJJhMNh1qxZc6hdF5HDwL5peC3+MK+tqCQ70YOBwYKNtRzXNRmXacdbWwOnngqrV+Nzx/CLC+9hYVYvolFw2g3CFlw2sgsXDS/s7NsRERGRo9whBybTNMnMzPxKbZOTkw/4etasWXi93o7AZFkWM2bM4Pbbb+ess84C4NlnnyUjI4PXXnuN888/n3A4zHXXXcdDDz3E5Zdf3nGtPn36HGrXReQwMHtVJYs21WHaDLIT3LhNgzWVTZQWJlPTHODKjDCMnABbt9IQn8I1F93Lkrg8Yk0bBYle4lx2JpbkMHlwbmffioiIiBwDDmlKHkB5eTnZ2dl07dqVCy+8kO3bt3/lc2fOnMn5559PTEwMAFu2bKGqqoqxY8d2tElISKC0tJRFixYB8Mknn1BRUYHNZmPgwIFkZWVx2mmn/dcRpkAgQHNz8wEvETkcWBjAgLxExvbJZEiXFApTYtjtC/DLrDY8J50IW7eyIyWb22/8E0vj8rAbEOd2UpKTwNM/KuWi4YWahiciIiLfi0N64igtLeXpp5+mZ8+e7Nq1i7vvvpvRo0ezZs0a4uLivvTcpUuXsmbNGmbOnNlxrKqqCoCMjIwD2mZkZHR8b/PmzcCe9VOPPvoohYWFPPLII5x44ols2LDhc6NY+9x///3cfffdh3J7IvId2bPPUgVgMLZ3Bm7T7NhbqS0YZm5ZNZf5N+MeNxl8Pj7LLuKnF97LjjYPXqcN027nuC5JqoQnIiIi37tDevI47bTTOv7cv39/SktLKSgo4IUXXjhgutzBzJw5k379+jFs2LBD6mA0GgXgl7/8JZMnTwbgqaeeIjc3lxdffJGrr776oOfdeuut/GLvBpcAzc3N5OXlHdJ7i8g31xYM8+s319HUHsS02Wj1h5n/WQ2DCxLxxoP3gfuY9PLLUFYGkQjLug5gxk9+Q2VjmIIkD/6wxXFdklTcQURERDrFN3r6SExMpEePHmzcuPFL27W2tjJr1izuueeeA47vWwtVXV1NVlZWx/Hq6moGDBgA0HF8/zVLLpeLrl27ful0QJfLhcvlOqT7EZFv176wlB7rIhKJMrAgiVc+2UlDa5BbXl7N33bNhTvv7Gi/Ka2Ay8+5C19diMw4F16XyZDCeKZP1MiSiIiIdI5DXsO0P5/Px6ZNmw4IOwfz4osvEggEmDp16gHHu3TpQmZmJvPnz+841tzczJIlSxg+fDgAgwcPxuVysX79+o42oVCIrVu3UlBQ8E26LyLfoVqfn8ueWkpNs59dze1MP7OY84bm8/A5JaTFuXlgcj/4f//vgHMaElLwGSbJHhO7aaNPpsKSiIiIdK5Degq54YYbmDhxIgUFBVRWVnLnnXdit9uZMmUKABdffDE5OTncf//9B5w3c+ZMJk2aREpKygHHDcNg2rRp3HvvvRQVFXWUFc/Ozu7YZyk+Pp4f//jH3HnnneTl5VFQUMBDDz0EcEB5chE5vDw2r5yW9jC7mvyMiPn3v/285Bj+dkUpTJ8O++25FgU+yupNSoyDOLeDy0Z2YfLgXIUlERER6VSH9CSyc+dOpkyZQl1dHWlpaYwaNYrFixeTlpYGwPbt27HZDhy0Wr9+PQsXLmTu3LkHveZNN91Ea2srV111FY2NjYwaNYq33367Yw8mgIceegjTNLnoootob2+ntLSUd999l6SkpEO9XxH5ju0r8NAl1UsgGMYyDApSY5hbVs2kgTlgWfCLX8CMGQCs6DmEUCTKx7nFPDnqPGxR7bEkIiIihw/DsiyrszvxfWhubiYhIYGmpibi4+M7uzsiR6X9CzxgQYzbpCg9lvIaHzeO70mqxwE//jH85S8A/HbStTze5xTCUXDYwet0cFKvNBV4EBERke/UoWSDb7SGSURkf3PKqkiPdbG7JYjLYccXCPPW6ioCoSgfrq2CqVPhL38harPx+6m38c/RP8DCwGGDlFi3wpKIiIgcdvRUIiJfW1swzJyyKkYXpbKgvJbRRanM2FrOiT3TSI5xAhAMR3FHgkz41bXwxutE7CZ/+fGv+HveUJJNG+nxLpK8Toqz4rXPkoiIiBx29GQiIl/bnLIq6n1BZswrp0tqDAvL65g2rogZ88o5Z0guqbFuaG2Fs86C+fMJOpz86pJ7eDmpH5YviAH0zU4g0eNQWBIREZHDkqbkicjXNr44k1i3SY/MOGLdJqOKUnhsXjk5iR4WltdBYyOccgrMn0/A5eHOqx/kvaIhuBwmYJHgdZIa61JYEhERkcOWnlBE5JDV+vw8NGc9xdnxOE07rYEwG6rasYDcJA8VDe1c0jOW6Jgx2FauJBAXz7VT72VRSnccgcjeTWljmDQwR6XDRURE5LCmpxQROWQPzVnPwvJa1u/yMaU0j4qGdnISPRhAVoKHSwudeMadDGvX0hyXxLQf/Ya16YUEWkNYVpTWUJRLR+Vx3tD8zr4VERERkS+lwCQiX9m+Ig8FyV4W2WzkJroIhCP0yIzDZdqYWJKNt3InjB0LmzZRHZ/Kzy97gFWxmURbg3gcNuI9ToYVJjKxJLuzb0dERETkv1JgEpGvbPaqChZtrMdhg0H5ibhNG8u3NWIAJ/ZMx7tlE9GxY7Ht3EllShZXT72Pdd40jAjY7QYJXhcju6ZozZKIiIgcMfTEIiJfSa3Pz8sf7yQQjnJavywqGtq5+oSufLSpDoDx0Wo4/jRsNTXsyi7kpiseYkPES36ih0AkSmaci0kDc7VmSURERI4oemoRkS+1bxre4s11tAYitIUibKttpSgjjuXbGjlvYDb89KdYTz0F4TBbcrvzs0seYFPUQzRqEYhYjO6WqlElEREROSLp6UVEvtS+vZb6ZicQiVhYWFxzUneWb2vklOIM+PGPYeZMDMACFvUYSktcItEmPx6HnewEt8KSiIiIHLH0BCMiX6gtGKbFH2btrmZK8hIY0iWZVn+Y5dsamTQwBxYswHr6aYy97Q2gcOtnJHicuB12ohb8ceoghSURERE5YukpRkQOqi0Y5tdvrqOpLciuJj+RqMXwbimkxLr2jCy9/z7WhAkYkQgWe8JSFIPlucWEIlHS4tz8dsoAUmPdnX0rIiIiIl+bApOIfM6+sJQR7yISiXJ6vyzKq1s4uXf6ngD07rtwxhkY7e0s7jqIldk9KKlcz/K8YmaOPp/kSJQ/XzJEI0siIiJyxNPTjIgcoC0Y5u7Xy2hsDRIIReifl0BZZTOFKTEsLK9jUt06rIkTMfx+1paM4MYf3EYrJobNRpdUL66Gdp750TCFJRERETkq2Dq7AyJy+OiYhtceotYXxG43WL61kdZAhIrGdk6tWAV7w9Ky4uHcMvVu6sI22sMREmNMmtrDvHntKPKSYzr7VkRERES+FfoVsIjQFgwze1UFy7Y04POHiHM7GDM0nZN7pzN/XQ0AZ+36FNcPfwiBAEv7jeIXP7yFmoYAlgUehw3DMnj+6lKtWRIREZGjigKTiDCnrIpFG+vZVt+K3TAYVZSG07ThdZqcNzQf3ngD65zJGMEg7/UZyYxL76a9LYzNCONy2OiZGcfjUwcrLImIiMhRR4FJ5BjXFgwTCEcZUpjEkMIkguEob3xayYhuqcwtq2bS9o+xzjkHIxTig37Hc9PZN5PpcOJ1Wpg2G/nJXp7WmiURERE5SmkNk8gxbF+BhwXltThNGxcNL2RzbSsxTpOlW+o5beMirB/+ECMUYunQsfzqwtsZ2DWVisY2nKaNeLdD+yyJiIjIUU2BSeQYNntVBZ/taqGivq3j2PXjishO9PBHz2ZcU87HCIdZOvwUfnb6L7A5TD7aVE+C17FnzdJVWrMkIiIiRzf9WljkGFTr8/PYvHK6pHrJS/biNm1YWLQFw6TGurk3uBYuvRgiET4ePYF7z/4f/I1+Nu5uI8Fj0hqI8Oa1oxSWRERE5KinwCRyjKn1+Znyf0vITnATCIWJcdkJR6I0NrWz7bpb6L1wDpSVgWUxd8h4Hj3zerbXBQiEo3gcNhx2Oy/9eLjCkoiIiBwTFJhEjhH7Soe/+kkFGXEuKpv8nNwnneVbG4lYFkUzf0+vWY93tN+c14Onf3QHO6uaiVoWXqeNtDg3LygsiYiIyDFEgUnkGDF7VQUvLNtJSqyTtkCE568qxes0cZl2AE4sW4ixX/u22ATK69owbQYxLgexLpO/X32cwpKIiIgcUxSYRI5y/96Utp70OCexLgcn907H6zT/vc/S22/D2rKOc6LAh1m9yYh3UecLEuMymaWwJCIiIscgBSaRo1hbMMyv31xHU3sQMEiNdVOY6uWFZTsJhS0uGl4I77+P9YMfYEQiVOV1ozY2mQ+zevPmGZdQmBJL32w7N5zaU2FJREREjkkKTCJHqbZgmDteXU15jY+uKV6GF6UysSSbu2eX4Q9FePPTXUz0byfmjAk4/H6W9R3Bu7/6X14uqyU1zgkWxLrtPDC5pLNvRURERKTTaB8mkaPUnLIqNu1upb41iGnacZp7/rnfeGpPkrxOxoV2YZ8wAUdbK590H8i9l9zFi6traPGHaGgNkuR1csP4np18FyIiIiKdSyNMIkehtmCYQDjCxJJsymta6J4ey3vrdxMMR5lYks0Fia2Muvxy4tp9rMjrw29/9iAVzVFM04YjYpGd4OHPlwzB69SPCBERETm2aYRJ5CizbyrerKU7cJo2HphcQqzb7KiAN/+txYy8egoJLY1syO3B7Zffz/u7AjT5Q0QjFhnxbp64eLDCkoiIiAgaYRI5quwr8lBe46O+NUhZZRMAZ5bk4DZNjve2w4TzSGzYTUOXIv5y4x/YuDOI3QArCrFuk+evKlWBBxEREZG9FJhEjhJtwTB3v15GU3uI/GQvHpfJNWO6A+B1mkzKNmkeNp743ZXsSsvll1c8yLKqMKEIuEzok53IExcPVlgSERER2Y+m5IkcBWp9fq545mPqWgPsbg7gctjIjHPz0aa6PQ3q64mOHUv89s3UJGXw88sfZKcrkZZAFNMGWYle/nqFRpZERERE/pMCk8gRrtbnZ8r/LcEwoLk1RPeMWHpnJWDsW7TU3AynnoptzRoaE1K48qL72RGbyrb6NrwmuBx2nvnRMK1ZEhERETkIBSaRI1hbMMw1f/sEA4vqJj9nDMihR3occW6TMd2S+cGrT0BBASxbRmtcAtf+6EG2JGZR6wtiYWGz25k2tgd5yTGdfSsiIiIihyUFJpEj1L4CD3EeB8GIxSUjCvnh4FxSYl1MLMnmrNdn4rz/PmhsxAKWDD6JzekFGDaIcdpJi3NzanEGU0rzO/tWRERERA5bmoMjcgSq9fm59vmV9M+NZ1NNmPOG5rFyRwMW8MPBuXhNG/zf/3W0NwDP9m3UtviJWJAe52Z091Smn1msqXgiIiIiX0JPSiJHmLZgmGufX4nDZjB/3W7OHpjDgvJamttDbK1tI95lMuHJ3+CorsZiT1iKYlBe1J8oBm6HjZwkj8KSiIiIyFegpyWRI8j+I0urdzbz5KVD+GhTHSf1SuOzXS2U5CUy7vWncPzvHwBYPXwsrdX1LMvpzZ8GnU1+sgcweHzqIIUlERERka9AT0wiR4j9R5ZW72zmt1MGsKC8FgsLA4NRRWlMWjUP7poOwFM/vJaFEy7go011BMMWeUleDMOmjWlFREREDoGKPogcIWavqiTOYycQiXaEpaomPyu2NxLrNjl123K44goAnjvhPJ4YcAbvr68lGoV4t0lmglthSUREROQQKTCJHAFqfX5e/aSCaAQKk714nSbjizOpaGinMDmGzLUrcV9wPkQifDx6Ar8fexnVLUGiFjhMGz87qYgnLx2qsCQiIiJyiBSYRA5z+zamddgNtta1UZASw+urKplTVsW0cUUUNVRw/C8ug/Z21g0YwS9O+Tm1beE9BR8MGNszjctHd9WaJREREZGvQYFJ5DC2b91SRpyL6uYA/3vBQCoa2wmEo9T7gnz84RrGXn8xRn099cUl3HHBdGraw4SjEO+2MyAvkdvPLO7s2xARERE5YikwiRyman1+rnjmY/rnxmMBT146hGcWbSMnyYPLtJFp+Tnlfy6F7dsJdu3GjybfSYvdTTgKXqeN9Dg3f71Ca5ZEREREvgnN0RE5DP1nRbw/XzKEOWVV5CZ6qGho55JBmXgnXgRlZUQyMjjttF9SFXXh3+0jJdaJgcFTlw3VNDwRERGRb0hPUyKHoZeW76TZH8I0oFt6LG3BMOOLM5lbVs0lx+XhnXoBfPABwZhYLvvhXbRk5tDqC1GSk4DHZecPFwzUyJKIiIjIt0BT8kQOI23BMK+u2MmqHQ1ggS8QpqE1xHXPrwRg0oBsvP9zPbzyChGHk19dcR+7CntQ4wvhsUNVs1/V8ERERES+RQpMIoeRl5bv4JmPtuIPReibE8/jFw4mEI4yrEsyc8uq4d574Y9/xDIMHrvkDrb1G0Zlo5+cRDdRw+DSEYWahiciIiLyLdKTlchhoi0Y5s1Pq9jdHAALLh2ZRY/MeP58yRDmrapgwvQfwxtvAPDI6T/h+fxhNJTX4nHaCIaj3D6hD5MH53byXYiIiIgcXRSYRDpZWzDMnLIqAuEoI7unsLA8SlaCl2Z/iLZgGK/T5KwZt3WEJQtICvpoaA3hdtoAgx+f0I2Lhhd25m2IiIiIHJU0JU+kk81eVcE7ZdUs21JHRrybswfnggGfbGvYMw1v+XKYNaujvQH0KP8Ut9OG27RzWt8MppTmd94NiIiIiBzFFJhEOlFbMMyK7Y1UNLUTCFu4TDtje2fgdtgYXJDE+Fg/nHEGRKNYe8+JYvBxbjFYcFKvNO6Z1E/rlkRERES+I3rKEukktT4/1z6/kkF5iUTSolgYNPtDvLOuhh7pcSSH2vD84FyoqqIqvzvzuw8jf/NaVuQV88TIcynOildYEhEREfmO6UlLpJM8Nq8ct8PGih2NTByQxaKN9XyyrYHh3VJIdRmcevPPoKyMcGYW1069l+aUDLY3+Ilz2+mfEsPjUwcpLImIiIh8xzQlT+R7tm+vpR+f0JX0OBfj+2Yyslsqnr3T8Cb2z+KsP96D/b1/YcXGcsnk6ayxxVO+u5UYp404t4OnfzRMey2JiIiIfA/062mR71FbMMzds8toDYYJhqOUdk2h3hfkifc3U5QRR5zbgffBB+Dpp7Hsdu675E4+Sy+krS1CVryLKPDUZUM1siQiIiLyPdEIk8j3ZF9YWrermZ0N7QCML84kJdbFtHFFpMS6OG3VOzB9OgCPnXUtz8T3pq4tgtMGUQvevHYUeckxnXkbIiIiIscU/Zpa5Hsye1UF66tasCzonhaLhUVbMIyFhddpMqmpHK66EoDnTzyPP/U6mWAEnDZI8Dp56SfDNQ1PRERE5HumwCTyHWsLhpm9qoJlW+rJSnST4HHQJzueRZvqWbG9kR7pcXz0+kLGXvEDCIVYNOgk7hs9lWBwzxBwgtfJP6eNVlgSERER6QSakifyHZu9qoIXlu2kNRghJcbF9InFOE0bBtA3O4HsQDMn/c9l0NhITb/B3Hrm9fiCBnYgKcbBKz8dobAkIiIi0kk0wiTyHQuGo0SjFm7TTt/ceNqCYcBgeLcUJhYl4j3lXNi2lebcAq6cfDu1UROLCA7Txpie6VqzJCIiItKJNMIk8h2q9fl589MqMhPcuE0brf4IM+aV0+oP4zLAe9klsGwZgYQkfjzlHipsXnyBCB6HQZzb5JbTe3X2LYiIiIgc0xSYRL4DbcEws5Zt45q/fYLbtNHiD3PDqT0PqIg34dlH4LXXwOViwcN/piGnkLrWEF7TwGG3ayqeiIiIyGFAU/JEvmW1Pj/X/G0F7cEw6QlufP4wp/fL3PPNcIj4hx5g0t9nwfr1AARmPsnW/IHUvL+RGKcNC4PrTi7SVDwRERGRw4ACk8i37LF55bS0h/AFw/TJjmds7/SOqXg/eONJHE/O6GgbHHMSUxrzWffZZ0QjFjFuByf1SmNKaX7n3YCIiIiIdNCUPJFvUVswTJdULzEuO5cML+SG8T0JhqOUV7dw9Qld6bL0fYz92q/e2cjGGh/tIYuoAd3SY7lnUj+8Tv0uQ0RERORwoKcykW9JWzDMr99cR1NbkIwED1tqW3lnXQ3LtzViAGuWb+C0HZs72keBZbl98IciZMY5yUny8sepgxSWRERERA4jejIT+Ra0BcPcPbuMJn+IWIcdu2kjJ9GDAYzoloLd7+eU/5kKTU1YKSlsyujCu5l9eHjwZDwOG4VpsTx56VCFJREREZHDjJ7ORL6hf48shdjtCzByYA4WFmsrmjlnaC6pMS644AJYtoxoUjLX/fwPLDGTaWwLY7csHKadCf2yFJZEREREDkNawyTyDb20fCdrKptwOwzOHZqHBby2ohJfMMLC8jq45x6YNQtMkyevf4ilZgq7W0KARVaSh+vH9mDy4NzOvg0REREROQgFJpFvoC0Y5s1PKwmFo7idJucNzcdpGmQneIh12jlt7ftw110ALL351zQMHU5jWwiHHWJdDi4f1ZWLhhdqdElERETkMKWnNJGvaUd9Kz96+mNGF6WwvsrHNWO6M2vZNoJhi9E9UjkrsAPXuMsBWHDmxTzZ9UQWvL8ZmwEO08ZJvdI1siQiIiJymFNgEvka2oJhfvT0x0SiFh9sqOXiEQX84d2NtAbCmHYbp8WHcP9oMvj97Bh5Eo+N/RFbdjYSBWwGjOudwT2T+mpkSUREROQwpyl5Il/DnLIqxvfJwG4zOHtQDq+tqKTZHyLWZTI6y824W6+E6mro358/Xnk3u1pCBMMRYl0m/XISuW9yf4UlERERkSOAnthEDlFbMEyLP8Tu1gDPX1XKO+uq96xZctmZPqEX3vPPhU8/xUpP5++3/573yv3UtATITfLgNO08cfFghSURERGRI4Se2kQOQa3PzzV/W0F7MEx+Sgzz19UABqN7pDKxJBvv7bfB7NlYLhePT3uY/ytro8kfwQb4Q1Fe/ukIUmPdnX0bIiIiIvIVKTCJHILH5pXT0h6iORDC4zIJhCOEwhYpsS68f/srPPQQAIt/+SBvuPJpavJhA7wuOy/9ZLjCkoiIiMgRRoFJ5CtqC4bpmRlLqz/E9oZ2Er0ODAxSYp2cWrcerr4agDVXXMsTuaWsW1+LCXhcdt66bjR5yTGdewMiIiIicsgUmES+grZgmLtnl9HkD9HQGiI93snu5gAuokx65iF4/HEIhdh+8unc3m8yqzfUAhA1YNrYHgpLIiIiIkcoBSaRL9EWDDN7VSUrtjXQ1B7is6oWitJjaWgNM2lgDpNe+xP89rcAWMAyVxq+UAQAr9PG1aO7MaU0vxPvQERERES+iUMqK37XXXdhGMYBr169en1h+xNPPPFz7Q3DYMKECR1tLMti+vTpZGVl4fF4GDt2LOXl5Qdcp7Cw8HPXeOCBBw7xVkUO3exVlTy/ZDvrdjXjNg1K8hJoaAsyolsKcS4T51NPdrQ1gG6b17Jxdxsu0yA7wcN143qoIp6IiIjIEeyQn+SKi4t55513/n0B84sv8corrxAMBju+rquro6SkhHPOOafj2IMPPsjvfvc7nnnmGbp06cIdd9zB+PHjWbt2LW73vxfI33PPPVx55ZUdX8fFxR1q10UOSVswzLIt9dT5AiTHOHE5TVr9YcJRi11N7fxk2auwe3dHewuD99N64LZBKAqPXzioE3svIiIiIt+GQw5MpmmSmZn5ldomJycf8PWsWbPwer0dgcmyLGbMmMHtt9/OWWedBcCzzz5LRkYGr732Gueff37HuXFxcV/5fUW+DS8t38GyrfXEexw4bAb+YBi7DXKTvJxSuwHnHb8EIDxhAhu27mZechFPHn8+dpuN68YU0SMzvpPvQERERES+qUOakgdQXl5OdnY2Xbt25cILL2T79u1f+dyZM2dy/vnnExOzZwH8li1bqKqqYuzYsR1tEhISKC0tZdGiRQec+8ADD5CSksLAgQN56KGHCIfDX/pegUCA5ubmA14ih6KsoplYl0kgHCViwabdbXicJhPSDMbcdS1EIoQvuID/ueBuzjhjOo+NmEJr1KBfbiKXjCzs7O6LiIiIyLfgkEaYSktLefrpp+nZsye7du3i7rvvZvTo0axZs+a/TpFbunQpa9asYebMmR3HqqqqAMjIyDigbUZGRsf3AK699loGDRpEcnIyH330Ebfeeiu7du3i0Ucf/cL3u//++7n77rsP5fZEaAuGeWn5Tsoqm7igNJ8H317PnRP7sGRLPWWVTdxwcjdSzz4TqqqI9inmjvHXMG9tNdG95yd4HPzhgoFatyQiIiJylDAsy7K+7smNjY0UFBTw6KOPcvnll39p26uvvppFixbx6aefdhz76KOPGDlyJJWVlWRlZXUcP/fcczEMg7///e8HvdaTTz7J1Vdfjc/nw+VyHbRNIBAgEAh0fN3c3ExeXh5NTU3Ex2uqlBzcrGXbePxfmwhHouQkeUmPc+F22BnaJYkzS3Lw3n0n3HcfxMQw79k3+EOlyfqqZvxhi2Svg3/8bKRKiIuIiIgc5pqbm0lISPhK2eCQp+TtLzExkR49erBx48Yvbdfa2sqsWbM+F6r2rUmqrq4+4Hh1dfWXrlcqLS0lHA6zdevWL2zjcrmIj48/4CXyZdqCYVZsbyTeZWLabWQnuKhq8rNpt4/Fm+pZ9afn9oQlYNbV00kfWgKWhd1mkB7v4qSeaQpLIiIiIkeZbxSYfD4fmzZtOmB06GBefPFFAoEAU6dOPeB4ly5dyMzMZP78+R3HmpubWbJkCcOHD//C661cuRKbzUZ6evo36b7IAeaUVZGd4CHG42DK0HxMu43T+2UxeVAuJ3vaOO6uaQAsOm0K/+xzAlP/spgNNT5inCYJbge3TOjduTcgIiIiIt+6Q1poccMNNzBx4kQKCgqorKzkzjvvxG63M2XKFAAuvvhicnJyuP/++w84b+bMmUyaNImUlJQDjhuGwbRp07j33nspKirqKCuenZ3NpEmTAFi0aBFLlixhzJgxxMXFsWjRIq6//nqmTp1KUlLSN7h1kT3agmHmlFUxpCCJFz/eyYguKSzYWIvbtPHuZzX8+fx+eMf8EBoaiAwbxrobprP2o+2AgRWNEOs2ef6qUlJj3f/1vURERETkyHJIgWnnzp1MmTKFuro60tLSGDVqFIsXLyYtLQ2A7du3Y7MdOGi1fv16Fi5cyNy5cw96zZtuuonW1lauuuoqGhsbGTVqFG+//XbHHkwul4tZs2Zx1113EQgE6NKlC9dffz2/+MUvvs79inzOnLIqqpr83Pzyao7rmkxNc4C7JvbhmudWcGrfDKou/yldly8nkpTMRaf8D1Z5A41tIew2g15Zifzl0sEKSyIiIiJHqW9U9OFIcigLu+TY0RYM89yS7Ty/dDtje6dT5wtitxkU5yTQ6g+T+o+XOOe3t4JhcN/PHubV1L7UtoWwAXa7wdkDc3jghyWdfRsiIiIicgi+t6IPIke6OWVVvLV6Fy7TxpqKZux2g90tAd76dBeFNVv54Z9/tafh7bfjOP006tpDZCa48LrsnNInkxtO7dm5NyAiIiIi3yltFiPHrFqfn8Wb6hjXO4NNu330z0tkTM80bnl5Ncdnuxl17cUYbW0ETxzDPf3P5pP1NdiAYCjKv248UdPwRERERI4BCkxyzHro7fWUVTZjAP3zEnhtRQW2cJindvyT6K1/xF23G7Kzefji6azf3cbaXT5MA/KSvQpLIiIiIscIBSY5JrUFw4SjUUz7nvVKayqaCIajZPzhUZwv/BEAC9g8ZBTh1FSWfbgNGxAFJpZkd2bXRUREROR7pMAkx5S2YJjZqypZsa2B/OQYHHYbDtPgZyd154n3N3Pi5o872hpA3dqNPL03LFnAtJOKmFKa31ndFxEREZHvmQKTHFPmlFWxaFMdkYjFrsZ2QtEoCzbUYmBw7yld4ar/396dh0dVHnoc/57JJDNJJplsZGULECCGRYqIIFS4IoFSMFZppSq4oNjWWtu6L6BcUeuGV3qr7S3F6vWKWkVR1ICo1SiLYkAJSENYYhISyJ7JMpPJnPtHmtRUowRCJsvv8zzzUE7eM+d93w7x/OZdzsHWsj7g46TTMAywBhi8sGQSYwfo2V8iIiIifYkCk/QpZwyKZO32fGaeFk+g1eDlTwtpHksCrr8eSksxw8LYEz+M7YPH8Pi4HxHjCGLqsBiFJREREZE+SIFJ+pQn/36AcHsgB0trGR7vABOGxYaQse8D+MtfwDDIemQ1/xMwkA/+UUpUaCBh9kBunZPq76qLiIiIiB8oMEmf0LJ2KTkmhFq3l/pGLx6vj8ExoUwLqsV29c+by910C38LHcKOL44SaIEGr49FkwdrVzwRERGRPkqBSfqEv+0oYHXWQVITwqis9eByN2FgMH1IJLOv/xlUV9M0aRKXJaXzWU4JFsMk0GrhvNQ4Lhzf39/VFxERERE/UWCSXq3U1cBDmfvILakh2GrhWHUDpgkWC4wdEMH5r/wJtm0Dp5NXbnyQPdnVNDaZBAdamD0qgeUZowgJ0j8TERERkb5Kd4LSqz301j4+3F+K0x5ItMNGvNNGRW0jbq+P+VX/gAceAKD693/g8f0ePI0mgRZIjQ9XWBIRERERBSbpnVpGllxuL1GhQQyPC2N5xijKXG5ufelzHjwnHvu0H4FpwjXXcE9QKiXVR7BYICkyhD8tGq+wJCIiIiIKTNI7PZS5j6zcUqJCghg7IILb56QSEmQl83Ax/zGiHwFXLYYjR/COGMnd51zB3qJqvD4Th83KVVOStcmDiIiIiAAKTNLLtOyG56r3YjEMBkWHMDzewd92fEmQ1cKM1DiK7vkd8VmbwWZj1dXL2XigmmOuRkKDLAyPC9MmDyIiIiLSSoFJepXMnGK25JVRUFlPbJgNh83K9gPl7C6qZlSSk7j9XzD98fsA+OT6O/ii3yCO7TnWfLJh8IdLv6epeCIiIiLSSneG0qukp8Xj8fo4Y1AkQVYL56bG8vBb+xgZH0ZUk5tz/vN68HjYc+Z0/jt1Jh/uK8UEAgyYNryfpuKJiIiISBsKTNIrNE/FK8Tj9RFktbROq8vMKebGWSPIyi3jh4/fiSX3H1RFxfLOb1fwSU4F3iYTCzAgKoS7z0/zbyNEREREpNtRYJJeITOnmC37yymoqGNAVAgGBp8VVNE/Mpis3DIy9n0ATz2Fz2LhLz//T7JKfQQHWajzNNEvzKaNHkRERETkG1n8XQGRzjA1JYbgQAs/GJ3A+EGRfJpfQWRwIFm5pXzfWg1LlgCw58rryBs5nlKXm5oGL6FBFgZHh2qjBxERERH5RgpM0uPVebys3JRLYmQwB0trMTFxuZv4OL+CcwaGEjzjXKiupjYukayLrmZXQRWV9R4igoMYmeDk95eM00YPIiIiIvKNFJikR6vzeLlr3ed8VlBJ1j+OkRQRzJ7CagItBj8cncAFd1xD8NEjAISUFBH48MMUVtTT0OgjxGblqSvP1FQ8EREREWmXApP0aJk5xeQedVFQUU+sM5jCynp+8R/DmDYilvkU0+/Tba1lDSDtwGdYLeCwWXnqigkaWRIRERGRb6XAJD3aGYMiqXF7SYoIxopJZZ2H/35nPzOHOrFfdSWYJuY/y/ow2N7/NEwDpqb0Y0BUqF/rLiIiIiLdn75elx7tyb8fIDk6FLfXx/eSo3g1u4iEiGAKf3kTKXv3Uh/dj/cmziYmN4ftiamsOnM+Dlsg4wdF+rvqIiIiItIDKDBJj9P8zKUiwOTac4bwx78fYMk5Q/gwr5SMcUkk5uxg2DN/BOCx+b9lw6AzqJ7QiKuhCZvVYFg/h3bFExEREZHjosAkPU5mTjEf5JZSWFFPdn4ly+amkZlTTG1DE7EBTZz7u1vBNMmcMIvNwyZSXlGHu8kkJBBincE8cdn3tHZJRERERI6L7hqlR6nzeKlpaORoVQPeJh+1DV5e21WE29tEbkkNP337Sdi/n8qYeP6YcR2VdR4wDOyBEGoL4oVrJ2lXPBERERE5bgpM0qP8bUcBq7MOMTzWwVBHKGmJTj7Nr8DlbuK0PdsJ/uOTADy/ZCkeRzj2OjeBARZsVgvPLJ6osCQiIiIiHaJd8qRHqPN4WZddwK4vKwgNDKDG7WXp3DQcdiuDo0KJaarn8tX3ArAt/cc0nHMuroZGiqvd1Hq8nDUkWrviiYiIiEiHKTBJj7B+VyHvfXGMgZGhNPpMls9LA8Dt9RHlCOKud1cTWlxIWVx/Pr3uVg6W1lBa68EWYGCzBnDjrBF+boGIiIiI9ESakifdWqmrgZWbckmOCcEwICvvGDarhT+9n4ct0Er/yGBO//wjrGvWYBoGD198C411BoWVDdisBnUeeFZT8URERETkBGmESbq1lZtyOVrdwBdHqnHYrJw9NAaX20tjk0n/iGDK84s5875bANgw/cdkDx7NgdJa6ht9NDSaTBoaw54jNX5uhYiIiIj0VApM0q39+rwUoh1BmCYkRQZzpLqBUUlOrAEWohxB3PLWHwgoLqYkcTCZP/0FDZ4m9hypYn9JDZEhgcSG2ZiZFufvZoiIiIhID6XAJN1SqauBO9Z9DsDEIdEMiw2jsKKem9JHEBEcyLB+Dgb/PRPrc8/hMyxsW/oIZ542ANOAxkaTJkwSIoJZOjdNz1wSERERkROmwCTdUstUvMc25ZKeFk9CRDC3z0klJMjKqP7hJHiqOfPBOwB4ccYlvB85hJ1fVuDxNhEebGVMUgRPXKoH1IqIiIjIydHdpHQ7dR4vI+LDaPL5WHLOEDJziklPiwdgxYa9DHBY+enPLsY4doy6yGjWfP9iBrkb+fhQBUEBFkbEh/OXKyYoLImIiIjISdMdpXQrdR4v97yWg8vdxPcGRHDLS59z1pAoNuaUYGLSPzKYs++8jvCDuQAEV5Rx3c71PGSbT6DFoMln8tD8MQpLIiIiItIpNCVPupXMnGJc9V4KK+r5v+35BFoMth0oZ2ZaHOlp8QywNDLq43dbyxtA3Gcf42k0afSZnDE4kh2HK/1WfxERERHpXfQ1vHQbdR4vNQ2N2IMsDO0XSr+wIDbvPcZ//3Qc63cVASYXrv09hseDSXNY8mHwcVIaVXWNpCaGM21ErHbFExEREZFOo8Ak3UZmTjHbD5ZzpLKBjHFJ7Cuu4Ufjknh6y2Fq3F4G7d+N9cknANg8YRbR1aXsHDSKN2deRnQT/GB0Aj+ZMNDPrRARERGR3kSBSbqN9LR4tuWVkeAMJshq4fY5qby2q4hQuxWL18ucpQ9gmCZ5sy7g9UV3sauggn6hdg6XVDNxSDQOuz7OIiIiItK5tIZJuoVSVwMrNuzlyinJRIQEcm5qLACfFVRR2+Dl9HVPE5m7hzqHk3cW38yR6gaSox18VlhJYICFg8dqmTs20c+tEBEREZHeRl/JS7fQ8tylu9bnEB9uZ/PeowRZLfSPDKZ2Xx5pf3wEgG0/u4W3y0xqG7wUlNVht1owTVhw5kDtjCciIiIinU53mOJXdR4v63cVkhwTgruxiZBAC01NJh6vDxOTqJBArlm/CqOujgOp3+PAD39MTH4FBWV11Dd6iXUGExUSxIKJWrskIiIiIp1PgUn8KjOnmC37yzEMsAVaqPdCcKDB7qIqBkeF8r0d7xLwxga8Vit/+elNbPukgCCrhYo6D86QQKJCg/j9T8dpdElERERETgmtYRK/qfN4cXt9jOnvxBZoISXWgWHClxX1JEUEU1p0jAkr7wZgz6XXsi9mAAkRdo5U1RNktRAdGsQF45KIcdj92xARERER6bUUmMQv6jxeVmzYS0Wth4OltQyODiX3qAtboIXI0ECKKuu59aNnsRQVUZowkA/mX43FsHDoWC1BAQbhwYGMSnRqowcREREROaUUmMQv1u8qpLLWw+GyWpacM4QPcktJdAZjDbBgt1o515VP4BN/AOCj3yzno8I6JgyOJMYRRGJECIsmDWbpvDRNxRMRERGRU0qBSfzC4/VRWFVPY5PJh3mlTB0Ww7EaNzelj2D60CjOfWwpmCaHZmVQdfY5TB8Zy0f7yzjmchMXbiPaYVNYEhEREZFTTnec0uXqPF5yCqsBcDc2YWDgsFtp9PkAOD/rZdi5E3eYk3umXUX44Qryjro4UOrCaoEyl4eZaXH+bIKIiIiI9BEaYZIu1bJ2KdEZzLB+Dhw2K+emxvJFcQ3lLg9r/u99uOsuAF675FccC3aSd9RFbkkNFiAwIIC5YxM1uiQiIiIiXUKBSbpMS1iKDAlk+6FyxgxwkhIXxpufF9PQ6MVpt3L9K49DbS2lp08g5dbrcTU0cqDURagtgOAgKzfMGM6F4/v7uykiIiIi0kfoa3rpMpk5xcQ6bLz++RF+ODoBmzUAmxVe/rSAsAC4/q//iS3rLUyLhfd/uYzn3viCwqoGmppMAgyDV6+bzICoUH83Q0RERET6EI0wSZdJT4vnmMvN3LEJ//wzkSCrhclDY5iz7n8YnfVWc0Gfj0Efvo2nyYdpmgRY4NyR/RSWRERERKTLKTDJKVfn8bIuu4Ayl5vGJh+hQVZG9Q8HmkPUoOhQzt/7PsY/yxuA9aMPKal2ExhgkJbo5M65aX6rv4iIiIj0XQpMcsqt31XIe18c46YXd1Fe6+GdL45SUulm8V8/oc7jJaOfiaXgy9byPgy2J6VytNpNoDWAkfFhxDjsfmyBiIiIiPRVWsMkp1Sdx0t2fiWepibiwu0EBwWwdPowbnnpc+yBFh7blMu9L/0OGhupiImnKHYAH8SP5NHxF2IxwB5g4cZZI/zdDBERERHpoxSY5JRav6sQV72XUpeb2DA74wZGAuDxNhEbZuNGZzk8+yymYfCH637HywEJ1NR5aPRBVEggL/18skaXRERERMRvFJjklGkZXTIsBgOjQmnymXi8Pq586hNMTOyWeiJW3gzAJ9PmsS06GV95HSZgtxpMH6GNHkRERETEv7SGSU6ZzJxiBkeFEhEcyG0/GMm0EbEEWi2knxaHgcF/+fbA9u247SHsXHITVsMgOMhKvzA7qYnh/GrGcH83QURERET6OAUm6XR1Hi9rPz5MTUMjDnvzjnghQVZmpsUBMCA6hFcvH0v0vcsAyL7s5xwOCifBaaei1k1lnYfYMDs7Dlf6sRUiIiIiIpqSJ6dAZk4xW/aXYxhgC7TQ0Oij0WvyRXEN/SODSXAGE7LyESgqwpU4gC8XXs3CYfH89H+20ug1CbFZqKxrbA1YIiIiIiL+osAknarO48Xt9XHG4ObNHXbmV9DUZLK7qIrBUaEUVtRzeZIBDz8MwNqLriP7UBXLNx3AZ5oEWS2MjA/j95eMIyRIH08RERER8S9NyZNOlZlTTG2DlyCrhd1FVdQ2NuGwB3Dd9GEUVtZzw3kpBN95OzQ0kJv6Pf4QNYZ395XhbmzC22Qy87RYnrpyonbGExEREZFuQYFJOlV6WjwOu5VPD1dQWe+huLIBE/gwr4zkmFD2Pv8GvPACpmGw4txrqPH4aDKbsFoDOC81lvsuHKuRJRERERHpNnRnKp2izuNl/a5CwMDj9eFyewkLCiQiIYjB0aEYQHRIIGf/970AbJmWwfaIgQT4fBiGhajQQCYOjVFYEhEREZFuRXen0ilaNnpoMk2O1bjp57AxdkAEgVYDA4O5YxMJ+d+nITub+mAHd55xMQ6blfrGJvpHBGMLshJk1YCniIiIiHQvCkzSKdLT4vF4fXyaX0FKbDTHatwEWi3UNniJdtgIaaiD228H4MmpF3MsOAwbcGZyFGG2AGxBVs5NjfVvI0RERERE/o2+0pdOYwJpieHEO+3cPieVeWMTiXbYmrcHv/9+KCmhIDqJp8+Yi880iA+3UVbrISAggOGxYWTllvm7CSIiIiIibWiESU5KncdLZk4xbq+P9/Yd5YsjNVx21iAyc4pJT4snY3Qcnt/8FvP3qzCAh/7jcmqxEhNixcAgwDA4fUAEYfZAPXdJRERERLodBSY5KZk5xZS7PDjsVipqG7EHWPi/7Ye5aPwANuaUkPHaagJXPY5B8wjUoKKDBJ82he/1d2ILsnL6gEguHN9fmz2IiIiISLekKXlyUqamxHCwtJZzU2N5eP4YmoAZqXEUVtQzJSWaymeew/hnWQOYULgHMDhW28iw2DDC7IEKSyIiIiLSbelOVU5Iy1S8moZGatxeNu89ionJ8FgHVfWNLJ2bxrtZe5hZkN96jg+DTwekMTgmlMlDYyisqGfR5MH+a4SIiIiIyHdQYJIT0jIVL7ekBgPweH3sLqrCsBiMGxhJSJCV9D8/gLWhjipHBLlxybyfcBovz7iMS9LiKays54bzUjS6JCIiIiLdmu5WpcPqPF7cXh8Ou5UbZ41g896jbD9YhsvTRGRwIHPHJtKw7lXszz2Hz2Lhzfv+xIpjDuobfYSZsP+YC6/PZPPeo/xkwkB/N0dEREREpF1awyQdlplTTG2DF5s1gBiHnSCrhQaPj9Jqd/PoUp0Lc8kSAF4/92IKho/G6zMB6B8ZwtgBztZ1TSIiIiIi3ZlGmOS4taxbmpoSQ1ZuGVNSolmXXcDUlBg8Xh8Ac8cmwi9+RvCxEo7EDmD9BdeQ9cEBGrwmAQYEBRiAwaSh0c1lRURERES6MQUmOW4t65aycsvIGJfEuuyC1r+3Tq3btAn+/GcAdi17iKNeC16fidWA8JBA+jltfHq4gmkjYrV+SURERES6PU3Jk+PWsoX4+EERrMsu4IxBkRwsrWVKSnRzAZcLrr4agK2zLyZn2Fj2lVRjGAYBFlg8JZmzh/Zj0tBoPaRWRERERHoEBSY5LnUeLys35ZIUGcwf/36AcpeHP/79AMkxoWTlllHn8ZK3+Jdw+DC1CUk8l7GE/9uaj68JvE0mztBA9hypIcweyE8mDNTokoiIiIj0CApMclwyc4rpHxFMYUU9S84ZwsHSWpacM4Roh42ZaXF88syrDH3+KQD+ctltbPqyjqqGRkwg0AKxDjsOW4BGlkRERESkR+lQYLr77rsxDKPNa+TIke2WnzZt2tfKG4bBnDlzWsuYpsnSpUtJSEggODiYGTNmkJub+43v53a7Of300zEMg507d3ak6nISvrqN+Kj+4XyYV0pyTCg7DleSMS6JkKZGpjxwGwD75szniaAh1DeamCbYgwI4e3g/RiU5WTo3TSNLIiIiItKjdHiEKS0tjSNHjrS+srKy2i378ssvtym7e/duAgICmD9/fmuZBx98kMcff5wnn3ySbdu2ERoaSnp6Og0NDV97v5tvvpnERO2s1pXqPF5WbNhLRa2HfcU11DY0YWC0jiwBsGwZlv25eOMTuCJtPt4mHwbgsAdw7sh+zEqLV1gSERERkR6pw3ewVquV+Pj44yobFRXV5u9r164lJCSkNTCZpsljjz3GnXfeyfnnnw/A008/TVxcHK+88goXX3xx67lvvvkmGzdu5KWXXuLNN9/saLXlBK3fVUhlrYcmn48b05sfUmsCM9PimgPQ9u3wyCMA3HLutRwLCMFnQv+oYEYnOvGazU9cUlgSERERkZ6owyNMubm5JCYmMmTIEC655BLy8/OP+9zVq1dz8cUXExoaCsDBgwcpLi5mxowZrWWcTicTJ05ky5YtrcdKSkq4+uqreeaZZwgJCTmua7ndbqqrq9u8pGPqPF6y8ysxLAZpiU4+yC3FBGobvGzMKaGuooqGWT8An4/KYSPZO/ZsfCY4giwMjwujtNajB9SKiIiISI/WocA0ceJEnnrqKd566y2eeOIJDh48yNSpU6mpqfnOc7dv387u3btZvHhx67Hi4mIA4uLabgQQFxfX+jPTNLn88su59tprOeOMM467rvfffz9Op7P1NWDAgOM+V5pl5hQzOCqUiOBATODtPSV8fLAMh93KzNNiaZjyfewVZQA493/B3Df/isNmwWEPJO+oizOTI4kIDtQDakVERESkx+pQYJo9ezbz589nzJgxpKen88Ybb1BZWckLL7zwneeuXr2a0aNHc+aZZ3aogqtWraKmpobbbrutQ+fddtttVFVVtb6+/PLLDp3f15W6Gtia1xyObp+TSpDVoLiqAbfXxGYNIGTVfxG157PW8gYw5tDn1DT4qPV4GRbnoKK2kdvnpGo6noiIiIj0WCd1JxsREcHw4cPZv3//t5arra1l7dq1LF++vM3xlrVQJSUlJCQktB4vKSnh9NNPB+Cdd95hy5Yt2Gy2NueeccYZXHLJJfz1r3/9xmvabLavnSPHb+WmXMprPeQUVeGwW5mRGofxzwl2s//xIdx0EwA+mlO3D4PtSWkEBoDFMIgODVJYEhEREZEe76Sew+RyucjLy2sTdr7Jiy++iNvt5tJLL21zPDk5mfj4eDZv3tx6rLq6mm3btjFp0iQAHn/8cXbt2sXOnTvZuXMnb7zxBgDPP/88K1asOJnqy7f49XkpxIXbOS0xnHKXh6zcMn4yYSDnu7/EumghAB+eN58nz7mEDwafzuNTfsrbF1xJYmQIV08dql3xRERERKRX6NAd7Y033sjcuXMZNGgQRUVFLFu2jICAABYsWADAwoULSUpK4v77729z3urVq8nIyCA6OrrNccMwuOGGG7j33ntJSUkhOTmZu+66i8TERDIyMgAYOHBgm3McDgcAQ4cOpX///h1qrHy7Oo+X9buKAJN5Y5O494LRlLoaeGxTLuePS4RDh+D8DALcbvZ+bwq3T1tMSV0jTZMhJsxOUrCNH6bGkeAMVlgSERERkV6hQ3e1BQUFLFiwgLKyMvr168eUKVPYunUr/fr1AyA/Px+Lpe2g1b59+8jKymLjxo3f+J4333wztbW1XHPNNVRWVjJlyhTeeust7Hb7CTZJTkTL85Yq6xsJtBgYGJhAdn4Fg6ND2fbpAeb8bD728lIKBg5nyezfYrMHEeKFRKcdh93KpKExFFbUs2jyYH83R0RERESkUximaZr+rkRXqK6uxul0UlVVRXh4uL+r0+08veUQL+0oIDkmlElDozEx2ZJXTlOTj+hAg6VP3kTAu+9Q7ozhwkWPUhgahS0wgBtmDCfIasEEbFYLc8cmanRJRERERLq1jmQD3dkKdR4vGz4rorHJhz3Qwk8mDKTO46XRa7K7sJLb1j9GwLvv4LYHc/2l/0lxWDSGCRMGRxHtsGFiUu7yEG4PVFgSERERkV7lpDZ9kJ6vZSrehMFRRIYEcWP6COo8XjJzigm0Wrho07PYn/krPouF+xcu49PIQYSHBDJ7dALpo+KZmRbH1JQYDpbWMiUl+rsvKCIiIiLSgygw9XHrdxVR6mrgk0Pl/NeC04lx2MnMKabc5WHgpteY8KeHAXhs7i94NmYUptn8HKZJQ6P5yYTmDTlWbsolKTKYrNwyfzZFRERERKTTKTD1eSalNR5iwuxk5ZZR6mog6x/HqHvvfSYt/y0Ar02fz/+MnoUF6Bdu5+qpQ5g7NhGAzJxi+kcEU1hRz8y0OD+2Q0RERESk82nBSR9W6mogO7+SH4xOwGG3MjMtjhUb9lKVs4+FK3+N4Xbzydjv88C5V2E2NBFoDWDRpMFcNmkw0Dydz+1tIsoRxKKzB2v9koiIiIj0Ohph6sNWbsql3OUh92gNQVYLdR4vo0OauO/Pt+J0VXJ0+Cj+c8FtNDQZpMQ4mDIsBof9X6Fo/a4ituSVAygsiYiIiEivpMDUh/36vBTiwu2clhhOucvDqjdy+P7N1xB75DA1sQncccW95LpMmkyTEQnhzBqV0DoVr5mJ4bfai4iIiIicehoW6INadsFLT4vn3gtGU+fxsmlnAZfcczn2PbvxWgNZdsW97CUUq9VLqN3K2AERZIxLaj1//a5CPF6TSUOj/y1EiYiIiIj0Hhph6oPW7yrkvS+O8dquIgBCAgzO//lF2PfsBsDibWT49veoqvcSaLEwdWgMF47vD/xrG/Ks3FI+PVyBzRqg6XgiIiIi0mspMPVJBk2myaf5FdTV1uP96SWwY0frTy3AlJJ92AMtLJ4yhKXz0ggJsraGpdgwG44gK5OGRmtnPBERERHp1TQ00IeUuhpYuSmXa88Zwu6CKgYGG1TPmkt81mZ8hgVMHxbAh8HH/U/jskmDSYgI/lpYOlbjbg1RIiIiIiK9me54+5CVm3IpqKjjyqc+4Ym5Qwm44ALicz7BtNu56aLbSSnMZdTBz8keOIq3Zy9kdLWbxVOHAF953lJlPbfPSVVYEhEREZE+QXe9fUDLJg1JEXY27SnheyFejPNmknx4Lw3BoTx12+PEjD+LP+8owD21CavFwjlx4a3BSM9bEhEREZG+Sne+vVydx8tdr+xmS14Z9R4vw5uqufG/bmTosXxcYRHcde1D5DpTsB4oo8mERq+JMyyQScP6tQajzJxiahuaiHbYFJZEREREpE/R3W8v0rJd+NSUGF74+Eue2/4lpmniafRytNbL4KpiHnruDgZWlVAcFs1NVz9EbkR/3BV1uJt8eL0+MAwSIuzMHZvYZvtwh92qDR5EREREpM9RYOrBSl0NPPTWPgZFh5J3tIaGxiYOl9fzzEeH2HfURZ27iQBfEz/f8gLnHPiEEaX5ODz1HI5I4MpL76M0PB5rU3MYSrAHUufxcnr/CO6cexoAKzbspareg9ViYdqIWI0uiYiIiEifozvgHmzlplxyiqrZvPco9kAL9Y1N+Exw2AIYFBlCcXU9V7yzll9kPdu6f3x5aAT/vfwvOC1hpEYGM25ABEFWC0FWC3PHJn5tR7ymJh/jBkVqdElERERE+iQFph7s1+el8PBb+5gzJoG8khqGxoaRd6yG1AQnABv3FPPDyv1tHrbVOGIE3zvrNEY0eIl22JiZFkdmTjHpafGtI0jrdxVRWeehyefT9uEiIiIi0qfpTrgHi3HYeeCiscC/1i+17GJ3y0u7qK73UhwQTPI/y5tA3Pk/YN7YRDbmlLSGpXKXh405JWSMS2otGRhgYdzASIUlEREREenTLN9dRHqCrwYfgLREJw4rnFZ6GABX0kAaly6D228nJMhKxrgkQoKspKfFt440tZg3NolpI2KZOzbRL20REREREekuNHzQS6SnxbeOGpW6GsgpquJXpZ/izD+AJ9yJJftTvE4nGz5vO/2uJTx91TcdExERERHpixSYeomvhpwVG/ZS7vIQ+vd3APjsJ4spKGig4VAtW/LKcDV4cditbYIT/Gta378fFxERERHpqzQlr5ep83gZEe8g2hHEgPXP07DhTYoXXv3PKXcmBrC7qKrN9L2W81Zs2EtxVUOb4yIiIiIifZmGEXqROo+Xe17LwdXg5fvD+xETFgw/mMUP//nzeWOTsFutTEmJJiu3rHXd0le3ES+sqGfR5MF+a4OIiIiISHeiwNSLZOYU43J7Ka5qwOP1sS67oN31ShnjkqjzeFmXXYDb66N/RDCFlfXcPidV0/FERERERP5Jd8Y9XJ3Hy/pdhYDBjNRYPF4frgYv63cWERUWhKvBS6DVApjMSI3jg9xS0tPigea1Tv0jg4kKDSIhIrh1S3IREREREWmmu+MeLjOnmA/2lVJYWc/OwxUsnZfGig17cbm9HHO5cQRZOVhaS1y4jXWfFtEvLAiP10eQ1dI8qvTPKXgKSiIiIiIiX6dNH3q49LR4HMFWMMDlaWJjTgm/Pi+FsQOcXDUlmbEDIkh0BlNR20hkcCBHKhtaz0uICNYUPBERERGRb2GYpmn6uxJdobq6GqfTSVVVFeHh4f6uTqcqdTXwUOY+RiU6uXB8/9YA1DxdrwgDODc1ls17jwIwd2yiQpKIiIiI9FkdyQa6a+7h6jxeVm7KZXBUKEFWS5vnKGXmFFPb4CXaYSPGYecnEwb6u7oiIiIiIj2KpuT1cJk5xfSPbN7hzsRs83yl9LR4HHYrDd4m6jxeP9dURERERKTnUWDq4dLT4klwNq9Fmjc2iWiHjSkp0azLLgAgyGqhtsGrh9GKiIiIiJwABaYeqM7jZe3H+az9+DB4vWS8tpqQH/6AkAfuI2N089bh5S4Pr+0qwu1twmG3tj6kVkREREREjp/WMPVAmTnFbMkrwwDG/mUVqX98FEwT3n4bgPRbb2djTgkN3iZqG5qIdti0yYOIiIiIyAnQCFMPNDUlBnughfGDIhmeu6s5LAGYJk3vf0BmTjEz0+KYNzaRaIdNo0siIiIiIidIgakHqfN4WZddwNt7SxgeG0aYPZCA708Fw2guYBjsSxnbuvFDSJCVjHFJGl0SERERETlBupPuQTJziil3eXDYrf8aORp9e/MPs7JgyhQG33gz/9hXplElEREREZFOoAfX9iClrgYe25TLDeelEOOwt1uuzuNt8zwmERERERH5l45kA03J6yFaHlCbFBFMVm7Zt5ZtGYnSVuIiIiIiIidHgakHqPN4WbFhL3HhNgor679xul3L+qY6j5f0tHht9iAiIiIi0gkUmHqAzJxi+kcEc7Taze1zUr9xml1mTjHFlQ3ct2EvgDZ7EBERERHpBApMPUB6WjwJEcHthqWWMoWV9SRFBmsqnoiIiIhIJ1Fg6sZKXQ3cse5z6jzedkeM6jxe1n58mPW7irjhvBQSnMGaiiciIiIi0kkUmLqxlZtyOVrdvDNeezJzitmyv5yteWVk5ZZpKp6IiIiISCfSnXU31LIt+LXnDOGPfz/ADeeltFs2PS0ej9cHoJElEREREZFOpsDUDbVsC77jcCX3XjD6G8t89VlLP5kwsItrKCIiIiLSN2hKXjc0NSWGg6W1TEmJbrfM+l2FvPfFMV7bVdSFNRMRERER6VsUmLqhD3JLSY4JbfcBtXUeL9n5lTSZZhfXTERERESkb1Fg6oa+68GzmTnFDI4KJSI4kLljE7u4diIiIiIifYcCUzfTsjZpZlocIRZg+XKYObP5T68XOL7nMomIiIiIyMnT3bYftYSjqSkxfJBbSnpafOuGDxtzSsh4bTXcfTeYJrz9Np4mHxsyFpOeFk/GuCR/V19EREREpNfTCJMftYSjxzbltoakNtPxsrKawxKAaVKR+U5rOREREREROfUUmPyoJRzdcF5Ka0gKCbL+6+GzU6aAYTQXNgwi0//jW9c2iYiIiIhI5zJMs29stVZdXY3T6aSqqorw8HB/V+f4eL1w3300vf8B+1LGMviRewkJsfu7ViIiIiIiPVpHsoHWMHVnVissXcr67ALKXR7+sa9Ma5dERERERLqQpuT1AN+1zbiIiIiIiJwaGmHqAVrWNYmIiIiISNfSCFM3Vufxsi67gDqP199VERERERHpkxSYurGvPpNJRERERES6ngJTN6a1SyIiIiIi/qXA1E3Vebxk5hS3PptJRERERES6ngJTN6XpeCIiIiIi/qfA1E1pOp6IiIiIiP9prlc3pa3ERURERET8TyNM3Yy2EhcRERER6T4UmLoZrV0SEREREek+FJi6A68Xli+HmTOZ88qfibEHaO2SiIiIiEg3oDVM3cF998Hdd4NpEvT225wfYIEJS/1dKxERERGRPk8jTN1BVhaYZvP/Ns3mv4uIiIiIiN8pMHUHU6ZgGgZA859Tpvi5QiIiIiIiApqS1z3cfjt7j1QT/slWas44i9Tbb/d3jUREREREBAUmv6vzeMnMKWbqQ/eSlVvWvNmDVf+3iIiIiIh0B7oz97OWbcSzcsv0oFoRERERkW5Ga5j84KsPp01PiyfaYdM24iIiIiIi3ZACkx989eG0IUFWMsYlERKkwT4RERERke5GgckPNKokIiIiItIzaFjDD1pGlUREREREpHvTCJOIiIiIiEg7FJhERERERETaocAkIiIiIiLSDgUmERERERGRdigwiYiIiIiItKNDgenuu+/GMIw2r5EjR7Zbftq0aV8rbxgGc+bMaS1jmiZLly4lISGB4OBgZsyYQW5ubpv3mTdvHgMHDsRut5OQkMBll11GUVFRB5sqIiIiIiLSMR0eYUpLS+PIkSOtr6ysrHbLvvzyy23K7t69m4CAAObPn99a5sEHH+Txxx/nySefZNu2bYSGhpKenk5DQ0NrmenTp/PCCy+wb98+XnrpJfLy8rjooos6WnUREREREZEO6fBzmKxWK/Hx8cdVNioqqs3f165dS0hISGtgMk2Txx57jDvvvJPzzz8fgKeffpq4uDheeeUVLr74YgB+/etft77HoEGDuPXWW8nIyKCxsZHAwMCONkFEREREROS4dHiEKTc3l8TERIYMGcIll1xCfn7+cZ+7evVqLr74YkJDQwE4ePAgxcXFzJgxo7WM0+lk4sSJbNmy5Rvfo7y8nGeffZbJkyd/a1hyu91UV1e3eYmIiIiIiHREhwLTxIkTeeqpp3jrrbd44oknOHjwIFOnTqWmpuY7z92+fTu7d+9m8eLFrceKi4sBiIuLa1M2Li6u9WctbrnlFkJDQ4mOjiY/P59XX331W693//3343Q6W18DBgw43maKiIiIiIgAHQxMs2fPZv78+YwZM4b09HTeeOMNKisreeGFF77z3NWrVzN69GjOPPPME6roTTfdRHZ2Nhs3biQgIICFCxdimma75W+77TaqqqpaX19++eUJXVdERERERPquDq9h+qqIiAiGDx/O/v37v7VcbW0ta9euZfny5W2Ot6yFKikpISEhofV4SUkJp59+epuyMTExxMTEMHz4cFJTUxkwYABbt25l0qRJ33hNm82GzWY7gVaJiIiIiIg0O6nnMLlcLvLy8tqEnW/y4osv4na7ufTSS9scT05OJj4+ns2bN7ceq66uZtu2be0GIQCfzwc0r1MSERERERE5VTo0wnTjjTcyd+5cBg0aRFFREcuWLSMgIIAFCxYAsHDhQpKSkrj//vvbnLd69WoyMjKIjo5uc9wwDG644QbuvfdeUlJSSE5O5q677iIxMZGMjAwAtm3bxscff8yUKVOIjIwkLy+Pu+66i6FDh35rqBIRERERETlZHQpMBQUFLFiwgLKyMvr168eUKVPYunUr/fr1AyA/Px+Lpe2g1b59+8jKymLjxo3f+J4333wztbW1XHPNNVRWVjJlyhTeeust7HY7ACEhIbz88sssW7aM2tpaEhISmDVrFnfeeaem3ImIiIiIyCllmN+2c0IvUl1djdPppKqqivDwcH9XR0RERERE/KQj2eCk1jCJiIiIiIj0ZgpMIiIiIiIi7TipbcV7kpaZh9XV1X6uiYiIiIiI+FNLJjie1Ul9JjDV1NQAMGDAAD/XREREREREuoOamhqcTue3lukzmz74fD6KiooICwvDMAx/V6dHqq6uZsCAAXz55ZfaOKOLqM+7nvq866nPu5b6u+upz7ue+rzr9bQ+N02TmpoaEhMTv7bL97/rMyNMFouF/v37+7savUJ4eHiP+IfQm6jPu576vOupz7uW+rvrqc+7nvq86/WkPv+ukaUW2vRBRERERESkHQpMIiIiIiIi7VBgkuNms9lYtmwZNpvN31XpM9TnXU993vXU511L/d311OddT33e9Xpzn/eZTR9EREREREQ6SiNMIiIiIiIi7VBgEhERERERaYcCk4iIiIiISDsUmERERERERNqhwCQiIiIiItIOBaY+4P7772fChAmEhYURGxtLRkYG+/bt+87zXnzxRUaOHIndbmf06NG88cYbbX5+9913M3LkSEJDQ4mMjGTGjBls27atTZny8nIuueQSwsPDiYiI4KqrrsLlcnVq+7ojf/b5ihUrmDx5MiEhIURERHRms7o1f/X5oUOHuOqqq0hOTiY4OJihQ4eybNkyPB5Pp7exu/Hn53zevHkMHDgQu91OQkICl112GUVFRZ3avu7In33ewu12c/rpp2MYBjt37uyMZnVr/uzzwYMHYxhGm9cDDzzQqe3rjvz9Od+wYQMTJ04kODiYyMhIMjIyOqtp3Za/+vy999772me85fXxxx93ejtPmCm9Xnp6urlmzRpz9+7d5s6dO80f/OAH5sCBA02Xy9XuOR9++KEZEBBgPvjgg+aePXvMO++80wwMDDQ///zz1jLPPvusuWnTJjMvL8/cvXu3edVVV5nh4eHm0aNHW8vMmjXLHDt2rLl161bzgw8+MIcNG2YuWLDglLa3O/Bnny9dutR89NFHzd/85jem0+k8lc3sVvzV52+++aZ5+eWXm5mZmWZeXp756quvmrGxseZvf/vbU95mf/Pn5/zRRx81t2zZYh46dMj88MMPzUmTJpmTJk06pe3tDvzZ5y2uv/56c/bs2SZgZmdnn4pmdiv+7PNBgwaZy5cvN48cOdL6+rbr9hb+7PO//e1vZmRkpPnEE0+Y+/btM3Nycsznn3/+lLa3O/BXn7vd7jaf7yNHjpiLFy82k5OTTZ/Pd8rbfbwUmPqgo0ePmoD597//vd0yP/7xj805c+a0OTZx4kRzyZIl7Z5TVVVlAubbb79tmqZp7tmzxwTMjz/+uLXMm2++aRqGYRYWFp5kK3qWrurzr1qzZk2fCkz/zh993uLBBx80k5OTO17pHs6fff7qq6+ahmGYHo+n4xXvwbq6z9944w1z5MiRZk5OTp8JTP+uK/t80KBB5sqVK0+6zj1dV/V5Y2OjmZSUZP75z3/unIr3YP76fe7xeMx+/fqZy5cvP7GKnyKaktcHVVVVARAVFdVumS1btjBjxow2x9LT09myZcs3lvd4PPzpT3/C6XQyduzY1veIiIjgjDPOaC03Y8YMLBZLu1M9equu6nP5F3/2eVVV1bdet7fyV5+Xl5fz7LPPMnnyZAIDA0+w9j1TV/Z5SUkJV199Nc888wwhISGdUPueqas/5w888ADR0dGMGzeOhx56CK/Xe5It6Hm6qs8//fRTCgsLsVgsjBs3joSEBGbPns3u3bs7qSU9h79+n69fv56ysjKuuOKKE6z5qaHA1Mf4fD5uuOEGzj77bEaNGtVuueLiYuLi4toci4uLo7i4uM2x119/HYfDgd1uZ+XKlWzatImYmJjW94iNjW1T3mq1EhUV9bX36c26ss+lmT/7fP/+/axatYolS5acfEN6EH/0+S233EJoaCjR0dHk5+fz6quvdl6DeoCu7HPTNLn88su59tpr23wJ1td09ef8+uuvZ+3atbz77rssWbKE++67j5tvvrlzG9XNdWWfHzhwAGhed3PnnXfy+uuvExkZybRp0ygvL+/klnVf/vxv6OrVq0lPT6d///4n35BOpMDUx/ziF79g9+7drF27tlPeb/r06ezcuZOPPvqIWbNm8eMf/5ijR492ynv3FurzruevPi8sLGTWrFnMnz+fq6++ulOu3VP4o89vuukmsrOz2bhxIwEBASxcuBDTNDvl+j1BV/b5qlWrqKmp4bbbbuuUa/VUXf05/81vfsO0adMYM2YM1157LY888girVq3C7XZ3yvV7gq7sc5/PB8Add9zBhRdeyPjx41mzZg2GYfDiiy92yvV7An/9N7SgoIDMzEyuuuqqTrluZ1Jg6kOuu+46Xn/9dd59993vTO7x8fGUlJS0OVZSUkJ8fHybY6GhoQwbNoyzzjqL1atXY7VaWb16det7/Ps/CK/XS3l5+dfep7fq6j4X//V5UVER06dPZ/LkyfzpT3/qnMb0EP7q85iYGIYPH855553H2rVreeONN9i6dWvnNKqb6+o+f+edd9iyZQs2mw2r1cqwYcMAOOOMM1i0aFEntqz76g6/zydOnIjX6+XQoUMn3I6epKv7PCEhAYDTTjuttbzNZmPIkCHk5+d3RpO6PX9+ztesWUN0dDTz5s07+YZ0MgWmPsA0Ta677jrWrVvHO++8Q3Jy8neeM2nSJDZv3tzm2KZNm5g0adK3nufz+Vq/+Zo0aRKVlZXs2LGj9efvvPMOPp+PiRMnnkBLeg5/9Xlf5s8+LywsZNq0aa3fRlosfeNXa3f6nLd8M9zb/y34q88ff/xxdu3axc6dO9m5c2fr1sHPP/88K1asOMHW9Azd6XO+c+dOLBbL16a79zb+6vPx48djs9nabKfd2NjIoUOHGDRo0Am0pOfw9+fcNE3WrFnDwoULu+daVD9tNiFd6Gc/+5npdDrN9957r822jXV1da1lLrvsMvPWW29t/fuHH35oWq1W8+GHHzb37t1rLlu2rM1WkS6Xy7zttttat/X95JNPzCuuuMK02Wzm7t27W99n1qxZ5rhx48xt27aZWVlZZkpKSp/YVtyffX748GEzOzvbvOeee0yHw2FmZ2eb2dnZZk1NTdd1gB/4q88LCgrMYcOGmeeee65ZUFDQ5tq9nb/6fOvWreaqVavM7Oxs89ChQ+bmzZvNyZMnm0OHDjUbGhq6thO6mD9/t3zVwYMH+8wuef7q848++shcuXKluXPnTjMvL8/83//9X7Nfv37mwoULu7YD/MCfn/Nf/epXZlJSkpmZmWl+8cUX5lVXXWXGxsaa5eXlXdcBfuDv3y1vv/22CZh79+7tmgZ3kAJTHwB842vNmjWtZc455xxz0aJFbc574YUXzOHDh5tBQUFmWlqauWHDhtaf1dfXmxdccIGZmJhoBgUFmQkJCea8efPM7du3t3mPsrIyc8GCBabD4TDDw8PNK664otffuJumf/t80aJF33jtd9999xS22P/81edr1qxp99q9nb/6/LPPPjOnT59uRkVFmTabzRw8eLB57bXXmgUFBae6yX7nz98tX9WXApO/+nzHjh3mxIkTTafTadrtdjM1NdW87777ev2XAqbp38+5x+Mxf/vb35qxsbFmWFiYOWPGjHa/OOhN/P27ZcGCBebkyZNPVfNOmmGafWiFrIiIiIiISAf0jYn2IiIiIiIiJ0CBSUREREREpB0KTCIiIiIiIu1QYBIREREREWmHApOIiIiIiEg7FJhERERERETaocAkIiIiIiLSDgUmERERERHpdt5//33mzp1LYmIihmHwyiuvdPg9TNPk4YcfZvjw4dhsNpKSklixYkWH3sPa4auKiIiIiIicYrW1tYwdO5Yrr7ySH/3oRyf0Hr/61a/YuHEjDz/8MKNHj6a8vJzy8vIOvYdhmqZ5QlcXERERERHpAoZhsG7dOjIyMlqPud1u7rjjDp577jkqKysZNWoUv/vd75g2bRoAe/fuZcyYMezevZsRI0ac8LU1JU9ERERERHqc6667ji1btrB27Vo+++wz5s+fz6xZs8jNzQXgtddeY8iQIbz++uskJyczePBgFi9e3OERJgUmERERERHpUfLz81mzZg0vvvgiU6dOZejQodx4441MmTKFNWvWAHDgwAEOHz7Miy++yNNPP81TTz3Fjh07uOiiizp0La1hEhERERGRHuXzzz+nqamJ4cOHtznudruJjo4GwOfz4Xa7efrpp1vLrV69mvHjx7Nv377jnqanwCQiIiIiIj2Ky+UiICCAHTt2EBAQ0OZnDocDgISEBKxWa5tQlZqaCjSPUCkwiYiIiIhIrzRu3Diampo4evQoU6dO/cYyZ599Nl6vl7y8PIYOHQrAP/7xDwAGDRp03NfSLnkiIiIiItLtuFwu9u/fDzQHpEcffZTp06cTFRXFwIEDufTSS/nwww955JFHGDduHMeOHWPz5s2MGTOGOXPm4PP5mDBhAg6Hg8ceewyfz8cvfvELwsPD2bhx43HXQ4FJRERERES6nffee4/p06d/7fiiRYt46qmnaGxs5N577+Xpp5+msLCQmJgYzjrrLO655x5Gjx4NQFFREb/85S/ZuHEjoaGhzJ49m0ceeYSoqKjjrocCk4iIiIiISDu0rbiIiIiIiEg7FJhERERERETaocAkIiIiIiLSDgUmERERERGRdigwiYiIiIiItEOBSUREREREpB0KTCIiIiIiIu1QYBIREREREWmHApOIiIiIiEg7FJhERERERETaocAkIiIiIiLSjv8HdMyhKAVEPEwAAAAASUVORK5CYII=", "text/plain": [ "
" ] @@ -942,20 +943,46 @@ } ], "source": [ + "# Hamiltonian path\n", + "def sort_points(points):\n", + " center = gpd.GeoSeries(points).union_all().envelope.centroid\n", + " points = points.to_list()\n", + " start_point = max(points, key=lambda point: point.distance(center))\n", + " sorted_points = [start_point]\n", + " points.remove(start_point)\n", + "\n", + " while len(points) > 0:\n", + " last_point = sorted_points[-1]\n", + " nearest_point = min(points, key=lambda point: point.distance(last_point))\n", + " points.remove(nearest_point)\n", + " sorted_points.append(nearest_point)\n", + " return gpd.GeoSeries(sorted_points)\n", + "\n", "points = []\n", "for shoreline in shorelines.geometry:\n", " points.extend([Point(p) for p in shoreline.coords])\n", "\n", - "x = np.array([p.x for p in points])\n", - "y = np.array([p.y for p in points])\n", - "coeffs = np.polyfit(x, y, 3)\n", - "minx, maxx = min(x), max(x)\n", - "x = np.arange(minx, maxx)\n", - "y = np.polyval(coeffs, x)\n", - "smoothed_shoreline = gpd.GeoSeries(LineString(zip(x, y)), crs=shorelines.crs)\n", + "numpy_points = np.array([[p.x, p.y] for p in points])\n", + "tree = KDTree(numpy_points)\n", + "radius = 200\n", + "average_points = []\n", + "visited = set()\n", + "\n", + "for i, point in enumerate(numpy_points):\n", + " if i in visited:\n", + " continue\n", + " indices = tree.query_ball_point(point, radius)\n", + " cluster_points = numpy_points[indices]\n", + " mean_point = np.mean(cluster_points, axis=0)\n", + " average_points.append(Point(mean_point))\n", + " visited.update(indices)\n", + "\n", + "average_points = gpd.GeoSeries(average_points, crs=shorelines.crs)\n", + "smoothed_shoreline = gpd.GeoSeries(LineString(sort_points(average_points)), crs=shorelines.crs)\n", "smoothed_shoreline = smoothed_shoreline.clip(bbox.geometry[0])\n", "\n", "ax = gpd.GeoSeries(points, crs=shorelines.crs).plot(figsize=(10, 10), markersize=.1)\n", + "gpd.GeoSeries(average_points, crs=shorelines.crs).plot(ax=ax, color=\"red\", markersize=5)\n", "smoothed_shoreline.plot(ax=ax, color=\"red\")" ] }, @@ -967,7 +994,7 @@ { "data": { "text/html": [ - "
✔️ 607 ms (2024-10-24T11:15:33/2024-10-24T11:15:34)
" + "
✔️ 398 ms (2024-10-30T11:26:36/2024-10-30T11:26:36)
" ], "text/plain": [ "" @@ -1006,7 +1033,7 @@ " <meta name="viewport" content="width=device-width,\n", " initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />\n", " <style>\n", - " #map_758e61fc388e53d8d51ac15c18f36e35 {\n", + " #map_383765db887b25064d0b0966c677d351 {\n", " position: relative;\n", " width: 100.0%;\n", " height: 100.0%;\n", @@ -1100,14 +1127,14 @@ "<body>\n", " \n", " \n", - " <div class="folium-map" id="map_758e61fc388e53d8d51ac15c18f36e35" ></div>\n", + " <div class="folium-map" id="map_383765db887b25064d0b0966c677d351" ></div>\n", " \n", "</body>\n", "<script>\n", " \n", " \n", - " var map_758e61fc388e53d8d51ac15c18f36e35 = L.map(\n", - " "map_758e61fc388e53d8d51ac15c18f36e35",\n", + " var map_383765db887b25064d0b0966c677d351 = L.map(\n", + " "map_383765db887b25064d0b0966c677d351",\n", " {\n", " center: [-38.69327571697751, 177.98121973604754],\n", " crs: L.CRS.EPSG3857,\n", @@ -1116,79 +1143,79 @@ " preferCanvas: false,\n", " }\n", " );\n", - " L.control.scale().addTo(map_758e61fc388e53d8d51ac15c18f36e35);\n", + " L.control.scale().addTo(map_383765db887b25064d0b0966c677d351);\n", "\n", " \n", "\n", " \n", " \n", - " var tile_layer_de73996e827d80725de98bae8b7c9d83 = L.tileLayer(\n", + " var tile_layer_c2e6f069e8733eba1597a2fad7fa4ba4 = L.tileLayer(\n", " "https://tile.openstreetmap.org/{z}/{x}/{y}.png",\n", " {"attribution": "\\u0026copy; \\u003ca href=\\"https://www.openstreetmap.org/copyright\\"\\u003eOpenStreetMap\\u003c/a\\u003e contributors", "detectRetina": false, "maxNativeZoom": 19, "maxZoom": 19, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n", " );\n", " \n", " \n", - " tile_layer_de73996e827d80725de98bae8b7c9d83.addTo(map_758e61fc388e53d8d51ac15c18f36e35);\n", + " tile_layer_c2e6f069e8733eba1597a2fad7fa4ba4.addTo(map_383765db887b25064d0b0966c677d351);\n", " \n", " \n", - " map_758e61fc388e53d8d51ac15c18f36e35.fitBounds(\n", + " map_383765db887b25064d0b0966c677d351.fitBounds(\n", " [[-38.716147142133025, 177.93919822901458], [-38.670404291821995, 178.02324124308046]],\n", " {}\n", " );\n", " \n", " \n", - " function geo_json_6e07e9abb8a7db1902b960f4941e1e22_styler(feature) {\n", + " function geo_json_9f1df099ea4e9645ff892d097f60237a_styler(feature) {\n", " switch(feature.id) {\n", " default:\n", " return {"fillOpacity": 0.5, "weight": 2};\n", " }\n", " }\n", - " function geo_json_6e07e9abb8a7db1902b960f4941e1e22_highlighter(feature) {\n", + " function geo_json_9f1df099ea4e9645ff892d097f60237a_highlighter(feature) {\n", " switch(feature.id) {\n", " default:\n", " return {"fillOpacity": 0.75};\n", " }\n", " }\n", - " function geo_json_6e07e9abb8a7db1902b960f4941e1e22_pointToLayer(feature, latlng) {\n", + " function geo_json_9f1df099ea4e9645ff892d097f60237a_pointToLayer(feature, latlng) {\n", " var opts = {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 2, "stroke": true, "weight": 3};\n", " \n", - " let style = geo_json_6e07e9abb8a7db1902b960f4941e1e22_styler(feature)\n", + " let style = geo_json_9f1df099ea4e9645ff892d097f60237a_styler(feature)\n", " Object.assign(opts, style)\n", " \n", " return new L.CircleMarker(latlng, opts)\n", " }\n", "\n", - " function geo_json_6e07e9abb8a7db1902b960f4941e1e22_onEachFeature(feature, layer) {\n", + " function geo_json_9f1df099ea4e9645ff892d097f60237a_onEachFeature(feature, layer) {\n", " layer.on({\n", " mouseout: function(e) {\n", " if(typeof e.target.setStyle === "function"){\n", - " geo_json_6e07e9abb8a7db1902b960f4941e1e22.resetStyle(e.target);\n", + " geo_json_9f1df099ea4e9645ff892d097f60237a.resetStyle(e.target);\n", " }\n", " },\n", " mouseover: function(e) {\n", " if(typeof e.target.setStyle === "function"){\n", - " const highlightStyle = geo_json_6e07e9abb8a7db1902b960f4941e1e22_highlighter(e.target.feature)\n", + " const highlightStyle = geo_json_9f1df099ea4e9645ff892d097f60237a_highlighter(e.target.feature)\n", " e.target.setStyle(highlightStyle);\n", " }\n", " },\n", " });\n", " };\n", - " var geo_json_6e07e9abb8a7db1902b960f4941e1e22 = L.geoJson(null, {\n", - " onEachFeature: geo_json_6e07e9abb8a7db1902b960f4941e1e22_onEachFeature,\n", + " var geo_json_9f1df099ea4e9645ff892d097f60237a = L.geoJson(null, {\n", + " onEachFeature: geo_json_9f1df099ea4e9645ff892d097f60237a_onEachFeature,\n", " \n", - " style: geo_json_6e07e9abb8a7db1902b960f4941e1e22_styler,\n", - " pointToLayer: geo_json_6e07e9abb8a7db1902b960f4941e1e22_pointToLayer,\n", + " style: geo_json_9f1df099ea4e9645ff892d097f60237a_styler,\n", + " pointToLayer: geo_json_9f1df099ea4e9645ff892d097f60237a_pointToLayer,\n", " });\n", "\n", - " function geo_json_6e07e9abb8a7db1902b960f4941e1e22_add (data) {\n", - " geo_json_6e07e9abb8a7db1902b960f4941e1e22\n", + " function geo_json_9f1df099ea4e9645ff892d097f60237a_add (data) {\n", + " geo_json_9f1df099ea4e9645ff892d097f60237a\n", " .addData(data);\n", " }\n", - " geo_json_6e07e9abb8a7db1902b960f4941e1e22_add({"bbox": [177.93919822901458, -38.716147142133025, 178.02324124308046, -38.670404291821995], "features": [{"bbox": [177.94120075640913, -38.710415118666134, 177.9874023465152, -38.675599890397976], "geometry": {"coordinates": [[177.94120075640913, -38.710415118666134, 0.0], [177.9414612269543, -38.71038919365319, 0.0], [177.94168021459535, -38.71036800365213, 0.0], [177.9418367212096, -38.71032265808328, 0.0], [177.94200060221357, -38.71027402180295, 0.0], [177.94213385568602, -38.7101671220707, 0.0], [177.94224324476264, -38.710099948017685, 0.0], [177.94237424681904, -38.7100705726737, 0.0], [177.94253618009668, -38.71000474551129, 0.0], [177.94281313747072, -38.70994238230229, 0.0], [177.9432394292665, -38.70984093107362, 0.0], [177.9435181249783, -38.709748712065235, 0.0], [177.94370832068586, -38.70958579233589, 0.0], [177.9439007646573, -38.70934534780233, 0.0], [177.94406084583454, -38.70918668202871, 0.0], [177.94423894895448, -38.70895875704404, 0.0], [177.9443579571323, -38.70881076608156, 0.0], [177.94454630321283, -38.7086211210635, 0.0], [177.94476015073678, -38.70841550443454, 0.0], [177.94491408403562, -38.70827794452066, 0.0], [177.94505869832517, -38.7081705599632, 0.0], [177.9452079142448, -38.707964704632005, 0.0], [177.94535528380734, -38.70773212500006, 0.0], [177.9455010119582, -38.707475790432824, 0.0], [177.9457220140615, -38.70715372504668, 0.0], [177.94589488213037, -38.70690517339665, 0.0], [177.94601654094393, -38.70668559540262, 0.0], [177.94616390557346, -38.70645301506167, 0.0], [177.94632181755426, -38.706208075099696, 0.0], [177.9464803438002, -38.705972043029675, 0.0], [177.94660834790182, -38.70573432712862, 0.0], [177.94676605186893, -38.70548641740348, 0.0], [177.94691228880404, -38.70529259861517, 0.0], [177.94706231445403, -38.70509861897084, 0.0], [177.94717731632664, -38.70494781724749, 0.0], [177.94731136231448, -38.704742602884245, 0.0], [177.94746332915807, -38.7045217380389, 0.0], [177.9476225608239, -38.70424100398731, 0.0], [177.94780534831065, -38.70397118271868, 0.0], [177.94797144405928, -38.70373482773034, 0.0], [177.94816641779684, -38.70347640118299, 0.0], [177.94830148426155, -38.70328603271847, 0.0], [177.948447411223, -38.70314285205981, 0.0], [177.94853485607683, -38.70297832796915, 0.0], [177.9486948048018, -38.7027630791278, 0.0], [177.94883488897352, -38.70259036547743, 0.0], [177.94909048577665, -38.70232936545202, 0.0], [177.9492052741475, -38.70217559291852, 0.0], [177.94934300300625, -38.70202382493757, 0.0], [177.9494493910673, -38.70185849644842, 0.0], [177.94956796725833, -38.701704562863966, 0.0], [177.9496806059717, -38.701574705455904, 0.0], [177.94982662254654, -38.70137791463787, 0.0], [177.9500157565138, -38.70120014019956, 0.0], [177.95019792671155, -38.70103159512754, 0.0], [177.95035941285536, -38.7008937080246, 0.0], [177.9505285720398, -38.70070189031528, 0.0], [177.95070684045916, -38.70047692730843, 0.0], [177.950832169299, -38.70031079377591, 0.0], [177.95104043374812, -38.70002499634506, 0.0], [177.95117528142222, -38.6998316560801, 0.0], [177.95133521578194, -38.699616404525756, 0.0], [177.9515864911143, -38.699348137757724, 0.0], [177.95182670512773, -38.699084807116414, 0.0], [177.95204459329616, -38.698828379903446, 0.0], [177.95224323509564, -38.6986233960989, 0.0], [177.9524024539288, -38.698452844174476, 0.0], [177.95265576548127, -38.698159175477066, 0.0], [177.95285572924323, -38.69791839809941, 0.0], [177.95315112724873, -38.697628897485735, 0.0], [177.953343211222, -38.69743908059347, 0.0], [177.95361014114883, -38.69717759010872, 0.0], [177.95384246446238, -38.696965217354226, 0.0], [177.95403475022204, -38.69677836886409, 0.0], [177.95431094363866, -38.696464069984046, 0.0], [177.95444543330768, -38.69629873501255, 0.0], [177.95462767357387, -38.69607657581907, 0.0], [177.95481491539783, -38.695882793079605, 0.0], [177.9550439350448, -38.69567770570438, 0.0], [177.95518899376387, -38.69553336285584, 0.0], [177.95531349122436, -38.695399423009015, 0.0], [177.95545436757385, -38.69523858051194, 0.0], [177.9556223590294, -38.695074203502955, 0.0], [177.95576905858385, -38.694953614569435, 0.0], [177.95591641493226, -38.69484252727514, 0.0], [177.95610472724695, -38.694708257853435, 0.0], [177.95627812084186, -38.69453412071731, 0.0], [177.9564135885789, -38.69438303665841, 0.0], [177.95654045555287, -38.69423946519207, 0.0], [177.95674662284182, -38.69409967126302, 0.0], [177.95692886952278, -38.693965658322334, 0.0], [177.9571027524363, -38.693798646529274, 0.0], [177.9572153561955, -38.693624708922236, 0.0], [177.95736621240525, -38.69343246859523, 0.0], [177.95753435973722, -38.693270464808656, 0.0], [177.95771077753213, -38.69309619715717, 0.0], [177.95787114528102, -38.69295358297519, 0.0], [177.95811185003825, -38.69269796231391, 0.0], [177.9583281611618, -38.69252914545529, 0.0], [177.95853046708586, -38.69237760053026, 0.0], [177.95872031943043, -38.692221819801475, 0.0], [177.95885913762396, -38.69207535552462, 0.0], [177.95903317600374, -38.69191071685391, 0.0], [177.95918576093337, -38.69178749124458, 0.0], [177.95933547880094, -38.69166676976285, 0.0], [177.959510172798, -38.69151163225745, 0.0], [177.95964391271866, -38.691379677571625, 0.0], [177.95976684384345, -38.69126724171891, 0.0], [177.95989362767452, -38.691166554067344, 0.0], [177.9600333570283, -38.691077227980955, 0.0], [177.96023058005466, -38.69094019094144, 0.0], [177.96044131240183, -38.69077875486333, 0.0], [177.96057873797398, -38.69065617214745, 0.0], [177.9607050262109, -38.69054835745401, 0.0], [177.9608985577423, -38.6904019466162, 0.0], [177.961156700346, -38.690178932445285, 0.0], [177.96132360996282, -38.690043182841684, 0.0], [177.96149878916953, -38.68989516916318, 0.0], [177.9616591423092, -38.68975255068735, 0.0], [177.96181204711002, -38.68963407306906, 0.0], [177.96195757378015, -38.689496849691565, 0.0], [177.96216075584132, -38.68931428999754, 0.0], [177.96233339422383, -38.689173530490486, 0.0], [177.96251380836654, -38.68901338055914, 0.0], [177.96272452990385, -38.688851941030485, 0.0], [177.9629192043428, -38.68872215536378, 0.0], [177.96308857507287, -38.68862203503147, 0.0], [177.96321264779678, -38.688526224150756, 0.0], [177.96334874811492, -38.68838463534143, 0.0], [177.96347542647064, -38.68823868242455, 0.0], [177.9636520776978, -38.68811204487369, 0.0], [177.96386206684792, -38.68798398849197, 0.0], [177.96403192812096, -38.68789099324822, 0.0], [177.9642946595736, -38.68773448510032, 0.0], [177.96460324890046, -38.6875379060063, 0.0], [177.96482773004035, -38.687399701510934, 0.0], [177.96496784325458, -38.687272234670715, 0.0], [177.96515628317226, -38.68714032835729, 0.0], [177.96529043024114, -38.6870583811207, 0.0], [177.96551481197122, -38.68687491355649, 0.0], [177.96569537781065, -38.686717134926226, 0.0], [177.9659145190457, -38.686545801819065, 0.0], [177.96613530533034, -38.68639822251375, 0.0], [177.9663844222103, -38.68622084763532, 0.0], [177.96654722675976, -38.68611385476465, 0.0], [177.96671945211182, -38.68601122542487, 0.0], [177.96685866878346, -38.6859147660891, 0.0], [177.96714349160115, -38.685726339726685, 0.0], [177.96744198435164, -38.6855158888186, 0.0], [177.96760093175322, -38.685397146676266, 0.0], [177.96786921325815, -38.6852332472069, 0.0], [177.96803471458043, -38.68512137266288, 0.0], [177.96824215020982, -38.68500056472776, 0.0], [177.96846612209086, -38.68485522794935, 0.0], [177.96875864442734, -38.684690294088924, 0.0], [177.96893527734724, -38.684563649672135, 0.0], [177.9691122390308, -38.684441755836744, 0.0], [177.9693768239341, -38.68426848081539, 0.0], [177.96959038168987, -38.684104526227415, 0.0], [177.96979020233522, -38.68400548182005, 0.0], [177.9700726379219, -38.683826679981614, 0.0], [177.97033517598018, -38.683667784595215, 0.0], [177.97061556670937, -38.68350336313219, 0.0], [177.97089882191673, -38.68333643654386, 0.0], [177.97111754569735, -38.68320323059945, 0.0], [177.9713062279826, -38.68311895282765, 0.0], [177.97145870816374, -38.68303859994936, 0.0], [177.9716354968684, -38.68291432739663, 0.0], [177.97183603479428, -38.68278189517843, 0.0], [177.97196140375308, -38.682705079523686, 0.0], [177.97213753159585, -38.68257130473695, 0.0], [177.97231441847043, -38.682492292957, 0.0], [177.9725454237148, -38.68236094338609, 0.0], [177.9727575218952, -38.68226375315969, 0.0], [177.9729772276398, -38.682144796505355, 0.0], [177.973171370229, -38.68200786986812, 0.0], [177.97339779470846, -38.68189815570016, 0.0], [177.97369856021893, -38.68172094639852, 0.0], [177.97392129309873, -38.68160185896841, 0.0], [177.9741798961396, -38.68147409443992, 0.0], [177.97439673134923, -38.68135764001454, 0.0], [177.97454452505565, -38.68125365890977, 0.0], [177.974739423552, -38.68117149310623, 0.0], [177.97496672990434, -38.68103076697521, 0.0], [177.97521568033702, -38.68093914809572, 0.0], [177.9754914716961, -38.680796353223, 0.0], [177.9757958547994, -38.68067139755128, 0.0], [177.9760392988204, -38.68054427558738, 0.0], [177.97624058426672, -38.68043157824328, 0.0], [177.97646176245146, -38.680333994168876, 0.0], [177.97665428530152, -38.68026145625101, 0.0], [177.9769516135129, -38.6801225041114, 0.0], [177.9771605032129, -38.68002306058044, 0.0], [177.97737242268164, -38.679923487420275, 0.0], [177.9776872703611, -38.67977425632783, 0.0], [177.97794018978723, -38.67960860760128, 0.0], [177.9780869237393, -38.679533256361744, 0.0], [177.97828197802264, -38.67945346056713, 0.0], [177.97856326210126, -38.679346160463815, 0.0], [177.97875650044094, -38.67924023484594, 0.0], [177.9789386067957, -38.67914907849436, 0.0], [177.9790689716215, -38.67910063120796, 0.0], [177.979257137845, -38.679009215740074, 0.0], [177.97957043199264, -38.67888148773306, 0.0], [177.9798180481416, -38.678770856927976, 0.0], [177.98004362619793, -38.67864925431257, 0.0], [177.98020886767878, -38.678577875257766, 0.0], [177.98048678468763, -38.67846594954536, 0.0], [177.98075577494, -38.67835678671688, 0.0], [177.9808629443014, -38.67828073883813, 0.0], [177.98110064004138, -38.67815861687863, 0.0], [177.98130813807686, -38.67808304966728, 0.0], [177.98157877620474, -38.67799763873895, 0.0], [177.98176908203402, -38.67793709931123, 0.0], [177.98195421116895, -38.67784580930483, 0.0], [177.98215735629307, -38.67775136721681, 0.0], [177.98234771945127, -38.677647941028674, 0.0], [177.9826569806091, -38.677506082718466, 0.0], [177.98291384258454, -38.67739743303817, 0.0], [177.98311158504606, -38.67731274973475, 0.0], [177.98326927347927, -38.677220247389194, 0.0], [177.98345858481213, -38.677145453290095, 0.0], [177.98371268641728, -38.6770845680001, 0.0], [177.983931803656, -38.6770013526378, 0.0], [177.98412430899177, -38.67692880343927, 0.0], [177.98432590455175, -38.67685586555772, 0.0], [177.9846047986404, -38.67675818297994, 0.0], [177.98478788159355, -38.6766812704782, 0.0], [177.9849132251521, -38.676604442459116, 0.0], [177.9850336642797, -38.67654450073716, 0.0], [177.9852013731105, -38.6765087454848, 0.0], [177.98537585970087, -38.67643934664427, 0.0], [177.98564869014967, -38.67634192074275, 0.0], [177.98589931731468, -38.67623114868551, 0.0], [177.986065759611, -38.67613350373827, 0.0], [177.9862131380159, -38.67606764465675, 0.0], [177.9864510907343, -38.675993149266496, 0.0], [177.98669763771835, -38.67591113882176, 0.0], [177.98681471342374, -38.67584657426297, 0.0], [177.9869972956866, -38.67576253256049, 0.0], [177.98717431292576, -38.6756858756965, 0.0], [177.98729910056085, -38.67564480506184, 0.0], [177.9874023465152, -38.675599890397976, 0.0]], "type": "LineString"}, "id": "4245", "properties": {"CPS": 4, "Date": "2015-02-02", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4245.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.477513313293457, "Proxy": 1, "Region": "Gisborne", "SHLength": 5.72954790927, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.931436331284119, "USDate": "02/02/2015"}, "type": "Feature"}, {"bbox": [177.98757313733043, -38.67552111671861, 177.9962176305331, -38.67316525971292], "geometry": {"coordinates": [[177.98757313733043, -38.67552111671861, 0.0], [177.98774155865277, -38.67545197372529, 0.0], [177.98801840340383, -38.67536866521949, 0.0], [177.9882096875386, -38.67532236811154, 0.0], [177.98848080145225, -38.675244068371164, 0.0], [177.9886850867363, -38.67516624329637, 0.0], [177.98882320482457, -38.675098394573226, 0.0], [177.98892507177436, -38.67507736161782, 0.0], [177.98909597011084, -38.675043846866366, 0.0], [177.98920240935638, -38.675001176490106, 0.0], [177.98930074998617, -38.67497314679971, 0.0], [177.9894532466433, -38.67492850647832, 0.0], [177.9897002819237, -38.67485361614175, 0.0], [177.98991178207402, -38.6747921572158, 0.0], [177.99013606355294, -38.67473968082854, 0.0], [177.99025059989842, -38.674682368745366, 0.0], [177.99041863173082, -38.674651357097524, 0.0], [177.9906365214224, -38.67459438836676, 0.0], [177.99084989242778, -38.674516170905754, 0.0], [177.99098448083197, -38.674441323469914, 0.0], [177.99106833091196, -38.67442344184508, 0.0], [177.99119763212371, -38.67440361565206, 0.0], [177.99137056529514, -38.6743557161311, 0.0], [177.99153964124483, -38.674296069373064, 0.0], [177.99168007002837, -38.67426147213039, 0.0], [177.99182826576285, -38.674207483162334, 0.0], [177.99197409276158, -38.67416312497913, 0.0], [177.99208945354377, -38.674117687872574, 0.0], [177.9921919794544, -38.67410615351552, 0.0], [177.9923383021892, -38.67406892087979, 0.0], [177.9925331056612, -38.67402961338931, 0.0], [177.99261530063828, -38.67398797746675, 0.0], [177.99272994644397, -38.6739759239726, 0.0], [177.99286227625188, -38.67395596634112, 0.0], [177.99298364210213, -38.67392694818465, 0.0], [177.99314781338919, -38.67388418585999, 0.0], [177.99328372145092, -38.673828338574424, 0.0], [177.99338927668907, -38.67381667351597, 0.0], [177.99349417012175, -38.67379550708071, 0.0], [177.993653604215, -38.67377200603105, 0.0], [177.99378157964637, -38.67373317453278, 0.0], [177.99393225426448, -38.67371481285434, 0.0], [177.99409135705332, -38.67368656058864, 0.0], [177.99423767770648, -38.67364932568685, 0.0], [177.99442608767316, -38.67360552395908, 0.0], [177.9945650365944, -38.673567174795785, 0.0], [177.9947504160674, -38.67352350228982, 0.0], [177.9949029614938, -38.67348838246403, 0.0], [177.99510685160604, -38.67344868167937, 0.0], [177.99530098941273, -38.67339986850962, 0.0], [177.99542742260877, -38.67338254286995, 0.0], [177.99555908822896, -38.67335308104016, 0.0], [177.99572612080374, -38.673307810209415, 0.0], [177.99588356657028, -38.67325580247462, 0.0], [177.99598493165257, -38.67322763771397, 0.0], [177.9961140632615, -38.67320543098078, 0.0], [177.9962176305331, -38.67316525971292, 0.0]], "type": "LineString"}, "id": "4246", "properties": {"CPS": 3, "Date": "2015-02-02", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4246.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.477513313293457, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.802472654269, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.291139228500201, "USDate": "02/02/2015"}, "type": "Feature"}, {"bbox": [177.99629304672928, -38.67313105875837, 178.00974868714295, -38.67053378322597], "geometry": {"coordinates": [[177.99629304672928, -38.67313105875837, 0.0], [177.9963990967612, -38.67312651700335, 0.0], [177.99653346032812, -38.673092173742496, 0.0], [177.99675673711232, -38.67302543341145, 0.0], [177.99694029246004, -38.67295562920041, 0.0], [177.9970450177081, -38.67293208440948, 0.0], [177.99719502713694, -38.67290421744286, 0.0], [177.99734184088163, -38.67287410477299, 0.0], [177.99749559206728, -38.67281272355909, 0.0], [177.99763199095256, -38.67276399747185, 0.0], [177.99773688120598, -38.67274282739791, 0.0], [177.99793068371906, -38.672689259475476, 0.0], [177.99811556158156, -38.67263845598092, 0.0], [177.99826441070513, -38.672593960574886, 0.0], [177.99841039525424, -38.67255197011044, 0.0], [177.99857522180395, -38.67251870176465, 0.0], [177.9986633054839, -38.67247442697164, 0.0], [177.99876246620641, -38.67245826627139, 0.0], [177.9988761142366, -38.672431955142976, 0.0], [177.99904281087868, -38.67238192922926, 0.0], [177.9991773371055, -38.67234995839298, 0.0], [177.9993411689778, -38.67230243721421, 0.0], [177.9994647344868, -38.67228761252184, 0.0], [177.9995652683322, -38.67224756832852, 0.0], [177.99965467607763, -38.672222295241056, 0.0], [177.9997314670592, -38.672190415591324, 0.0], [177.99980252935845, -38.6721635461952, 0.0], [177.99989612633505, -38.672154770172085, 0.0], [177.99994174112726, -38.67215519765643, 0.0], [178.00000806858145, -38.67214759023524, 0.0], [178.00006667965815, -38.67211648951727, 0.0], [178.00016401729096, -38.67207419940502, 0.0], [178.00025006332152, -38.67204430515436, 0.0], [178.00040260219149, -38.67200917850681, 0.0], [178.0005837835817, -38.67194900000491, 0.0], [178.0007841382295, -38.67190229375774, 0.0], [178.0010186978841, -38.671823149779435, 0.0], [178.0011914511655, -38.671772861216894, 0.0], [178.00137715229562, -38.6717339293165, 0.0], [178.00153993941234, -38.671715038634694, 0.0], [178.00163370114026, -38.67170863655972, 0.0], [178.00171737889863, -38.671688372358695, 0.0], [178.0018143361777, -38.671684215533666, 0.0], [178.00195574790152, -38.671663858306204, 0.0], [178.00207765436815, -38.67162527804219, 0.0], [178.00220831898778, -38.67158155734346, 0.0], [178.0023302251541, -38.67154297683307, 0.0], [178.00241224525817, -38.6714989592636, 0.0], [178.0024476566728, -38.67144026339438, 0.0], [178.00254063610706, -38.671379099052196, 0.0], [178.00262788704381, -38.671322945067544, 0.0], [178.0027272574127, -38.67126627132894, 0.0], [178.00281396416378, -38.671245876469435, 0.0], [178.00294159768694, -38.67120228494866, 0.0], [178.00303523932809, -38.67115062140817, 0.0], [178.00316789133856, -38.671135403170496, 0.0], [178.00326875270972, -38.67110010659341, 0.0], [178.0033750107343, -38.67105504891, 0.0], [178.00348616809748, -38.670993104251956, 0.0], [178.0036087354918, -38.670964023654804, 0.0], [178.00376496291395, -38.670938264054335, 0.0], [178.0038813045605, -38.67090706780006, 0.0], [178.00395605674944, -38.67088956723693, 0.0], [178.00402761325603, -38.670869821301594, 0.0], [178.00414428620076, -38.6708433753663, 0.0], [178.00426129060435, -38.67082167988557, 0.0], [178.0043792896181, -38.67081423598684, 0.0], [178.00448500334764, -38.67080493656369, 0.0], [178.00460068123436, -38.67076423849803, 0.0], [178.0046774681636, -38.67073235583232, 0.0], [178.004777785164, -38.67073281722556, 0.0], [178.00486493656834, -38.670736225718635, 0.0], [178.004978910644, -38.67071465952098, 0.0], [178.00511260139123, -38.67067080580638, 0.0], [178.00513032845862, -38.67062001503612, 0.0], [178.00512431410266, -38.670577389983755, 0.0], [178.00520798931174, -38.670557123425574, 0.0], [178.00530830602005, -38.67055758437782, 0.0], [178.0053865846963, -38.67054707879089, 0.0], [178.00549632255917, -38.67055190016486, 0.0], [178.00559730251894, -38.67056186198162, 0.0], [178.00570384472317, -38.67056443787647, 0.0], [178.00577888268208, -38.67059457174736, 0.0], [178.0058374448096, -38.67060635336505, 0.0], [178.0059498809324, -38.67060629374614, 0.0], [178.00607680294218, -38.67059608286685, 0.0], [178.00618620917507, -38.670596153030125, 0.0], [178.00627341139935, -38.67058288153999, 0.0], [178.006385681592, -38.670580446227206, 0.0], [178.00646076436027, -38.670567694669074, 0.0], [178.00660939264662, -38.67056369890608, 0.0], [178.006718301202, -38.67055664274987, 0.0], [178.00683530408463, -38.670534944764874, 0.0], [178.0069479058552, -38.670537259462975, 0.0], [178.00708441461708, -38.67053378322597, 0.0], [178.00720390541997, -38.67054771396761, 0.0], [178.00734091179226, -38.67055136324537, 0.0], [178.00748381195925, -38.67055237699832, 0.0], [178.00763310356763, -38.670557881018105, 0.0], [178.0078248129322, -38.670561564088494, 0.0], [178.00809821966334, -38.670568887024885, 0.0], [178.00820542534845, -38.67058096169877, 0.0], [178.00832122284112, -38.670585520264616, 0.0], [178.0084407138344, -38.670599449714864, 0.0], [178.0085837798863, -38.67060283737762, 0.0], [178.00872750963148, -38.670615725930595, 0.0], [178.00892527868544, -38.67061914701828, 0.0], [178.00904173994903, -38.670633205923195, 0.0], [178.00931977823862, -38.67065462145015, 0.0], [178.009513355827, -38.67064154477428, 0.0], [178.00963454920975, -38.67063634077007, 0.0], [178.00974868714295, -38.67061714527231, 0.0]], "type": "LineString"}, "id": "4247", "properties": {"CPS": 2, "Date": "2015-02-02", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4247.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.477513313293457, "Proxy": 1, "Region": "Gisborne", "SHLength": 1.24459484017, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.200299744210433, "USDate": "02/02/2015"}, "type": "Feature"}, {"bbox": [178.00981180808046, -38.67079739026857, 178.01322938596454, -38.670581081316435], "geometry": {"coordinates": [[178.00981180808046, -38.670581081316435, 0.0], [178.00990552438228, -38.670617557559794, 0.0], [178.00999704077503, -38.67066604014275, 0.0], [178.01009785512954, -38.670673622741134, 0.0], [178.0102722153741, -38.67068995873988, 0.0], [178.01044674165232, -38.67070866973254, 0.0], [178.0106113485554, -38.67071589454044, 0.0], [178.0107781553333, -38.67071111268577, 0.0], [178.01092325525173, -38.67070011576627, 0.0], [178.01115451837427, -38.67070447681028, 0.0], [178.01138727559416, -38.67073021470596, 0.0], [178.01162476442155, -38.67073668976905, 0.0], [178.0118326190677, -38.67075396695907, 0.0], [178.01204123728593, -38.67074738709378, 0.0], [178.01227299851638, -38.670758871663374, 0.0], [178.01248994273863, -38.670775757153464, 0.0], [178.0126998310245, -38.670778651082536, 0.0], [178.01292906068846, -38.67079739026857, 0.0], [178.013052121043, -38.670775425760596, 0.0], [178.01313529539874, -38.670748027887434, 0.0], [178.01322938596454, -38.67074636712747, 0.0]], "type": "LineString"}, "id": "4248", "properties": {"CPS": 3, "Date": "2015-02-02", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4248.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.477513313293457, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.302452730768, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.291139228500201, "USDate": "02/02/2015"}, "type": "Feature"}, {"bbox": [178.01334011136245, -38.6709459482493, 178.0162712230853, -38.67073922668463], "geometry": {"coordinates": [[178.01334011136245, -38.67073922668463, 0.0], [178.01346919074325, -38.67075988604528, 0.0], [178.01358718768296, -38.67075243288425, 0.0], [178.01374117006208, -38.670781551293345, 0.0], [178.01388016953302, -38.67081369579981, 0.0], [178.01405050393672, -38.67081590478605, 0.0], [178.01433630371173, -38.67081791556091, 0.0], [178.0144783729969, -38.67080704445641, 0.0], [178.01466788294977, -38.67082272264349, 0.0], [178.01487187752798, -38.670828248350915, 0.0], [178.0151034727263, -38.67083735199378, 0.0], [178.0153062650593, -38.670869134851216, 0.0], [178.0154993034807, -38.670891807138936, 0.0], [178.01570952395315, -38.67089944609371, 0.0], [178.01585308846458, -38.670909950482354, 0.0], [178.01604232512355, -38.67093040292661, 0.0], [178.01614347226817, -38.67094273070101, 0.0], [178.0162348652883, -38.6709459482493, 0.0], [178.0162712230853, -38.670944384961466, 0.0]], "type": "LineString"}, "id": "4249", "properties": {"CPS": 3, "Date": "2015-02-02", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4249.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.477513313293457, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.257823427795, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.291139228500201, "USDate": "02/02/2015"}, "type": "Feature"}, {"bbox": [178.0162924704364, -38.67262895592773, 178.0204917339359, -38.670900588460924], "geometry": {"coordinates": [[178.0162924704364, -38.670900588460924, 0.0], [178.01636298705515, -38.670909468311855, 0.0], [178.01648434579826, -38.67090663241834, 0.0], [178.01662421577066, -38.67090776517518, 0.0], [178.01672399502326, -38.67094397510009, 0.0], [178.01680729574218, -38.67096183447894, 0.0], [178.0169564214259, -38.670964951200375, 0.0], [178.01702170952433, -38.67098596740912, 0.0], [178.01717802020966, -38.67104833444808, 0.0], [178.01734780007263, -38.67106866853328, 0.0], [178.01752062791016, -38.67110650091519, 0.0], [178.0176449788124, -38.671146418007915, 0.0], [178.0177567118837, -38.6711797305128, 0.0], [178.01786811258833, -38.67120829243704, 0.0], [178.01796000457932, -38.67121863430186, 0.0], [178.01803961107285, -38.671227122144764, 0.0], [178.0180986737916, -38.67124602312131, 0.0], [178.01815686784093, -38.67129593240706, 0.0], [178.0182085035966, -38.67133897661415, 0.0], [178.01835423024286, -38.67138035584421, 0.0], [178.01844641767278, -38.67143833225716, 0.0], [178.01852212607517, -38.671477958414236, 0.0], [178.01863033139674, -38.67150427466051, 0.0], [178.01879357250468, -38.67153537035673, 0.0], [178.0188990806906, -38.67156656714089, 0.0], [178.01902812557105, -38.671630104594286, 0.0], [178.01911225887338, -38.67165983837337, 0.0], [178.01916366815024, -38.67167358858076, 0.0], [178.01928888899033, -38.671682495472844, 0.0], [178.01940581504826, -38.67174655388848, 0.0], [178.01953942373316, -38.671788452962666, 0.0], [178.0198219570237, -38.67187397400058, 0.0], [178.02003160842443, -38.67196024809814, 0.0], [178.02020440323085, -38.67204096066986, 0.0], [178.02028833494919, -38.672111202721716, 0.0], [178.0203627724211, -38.67226285422578, 0.0], [178.02042069430343, -38.67243904020993, 0.0], [178.0204917339359, -38.67262895592773, 0.0]], "type": "LineString"}, "id": "4250", "properties": {"CPS": 1, "Date": "2015-02-02", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4250.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.477513313293457, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.442077841551, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.119745023433832, "USDate": "02/02/2015"}, "type": "Feature"}, {"bbox": [177.941837040273, -38.710313655983896, 177.9575429778968, -38.693281479768885], "geometry": {"coordinates": [[177.941837040273, -38.710313655983896, 0.0], [177.94222064606754, -38.71025451843401, 0.0], [177.94252620200524, -38.710187966043065, 0.0], [177.9428724407395, -38.71011611515659, 0.0], [177.94313140837477, -38.709969341394434, 0.0], [177.94340807368985, -38.70981466969453, 0.0], [177.9436559756782, -38.70963977454687, 0.0], [177.9438322244195, -38.709550110102846, 0.0], [177.94394209923087, -38.70942394859094, 0.0], [177.9441756175122, -38.709238941102726, 0.0], [177.94441884089863, -38.70899634327442, 0.0], [177.94466771324213, -38.70870347432181, 0.0], [177.94489139397265, -38.70850816156069, 0.0], [177.94499377413604, -38.70847165823421, 0.0], [177.94522423535088, -38.70824246504926, 0.0], [177.94532906608393, -38.708109368866616, 0.0], [177.9455047851873, -38.70791966214186, 0.0], [177.94566049419882, -38.70773080362404, 0.0], [177.94579960672527, -38.707499764795536, 0.0], [177.94597608289433, -38.707281436082184, 0.0], [177.94608152079618, -38.707091135070655, 0.0], [177.9461670455032, -38.7068766628242, 0.0], [177.94630713939887, -38.70665987645452, 0.0], [177.94642597190406, -38.70646543349605, 0.0], [177.94662063360806, -38.706246332695045, 0.0], [177.94674573497068, -38.70607663915851, 0.0], [177.94686738993707, -38.70585706052052, 0.0], [177.94701866079177, -38.70560406282187, 0.0], [177.94723899657444, -38.705294530856406, 0.0], [177.94742369015194, -38.70499723125696, 0.0], [177.9475620539127, -38.70475550134447, 0.0], [177.9477682507259, -38.70443942089744, 0.0], [177.94799337352927, -38.7041332582372, 0.0], [177.94822205705574, -38.70381264952025, 0.0], [177.94840994363364, -38.70356167053414, 0.0], [177.94856366674944, -38.703344303517106, 0.0], [177.9487490890191, -38.70305769206648, 0.0], [177.9489868604781, -38.7027366964187, 0.0], [177.94929848488152, -38.702362535601175, 0.0], [177.94954559231482, -38.702044716427785, 0.0], [177.94971933614804, -38.70178718833029, 0.0], [177.94989861089266, -38.70154371989201, 0.0], [177.95009398829433, -38.70133530435137, 0.0], [177.95031344575997, -38.70107940912375, 0.0], [177.95045217143254, -38.70090913376108, 0.0], [177.95060048314176, -38.70074559870071, 0.0], [177.95071671853668, -38.700579851216446, 0.0], [177.9508564274775, -38.700423828276435, 0.0], [177.95107415558698, -38.70014298958365, 0.0], [177.95132776549966, -38.69985348013539, 0.0], [177.95155962373624, -38.699579188117625, 0.0], [177.95181851573435, -38.699300174405685, 0.0], [177.95205491736277, -38.69902568860316, 0.0], [177.9522153845405, -38.698840193710794, 0.0], [177.95240239341285, -38.69864285081155, 0.0], [177.95262662816893, -38.698390322382515, 0.0], [177.95282911239886, -38.69815301166885, 0.0], [177.95317019669025, -38.697809753266434, 0.0], [177.95343644535347, -38.69750540830583, 0.0], [177.95367910679212, -38.697255669157535, 0.0], [177.95387851611954, -38.697039929214924, 0.0], [177.9540999190129, -38.69681253394506, 0.0], [177.95434014943007, -38.69649803508867, 0.0], [177.95449689451166, -38.69629184910802, 0.0], [177.95463603898042, -38.69616086146633, 0.0], [177.95475694670998, -38.69598597772121, 0.0], [177.9550636961416, -38.69569599041646, 0.0], [177.95530039427288, -38.69538217583343, 0.0], [177.95558584338548, -38.69511393834969, 0.0], [177.95585901046886, -38.69488791452785, 0.0], [177.9560712569892, -38.69471510504974, 0.0], [177.95629158242454, -38.694494303360294, 0.0], [177.9564577443025, -38.694314517167676, 0.0], [177.95665178305353, -38.69415320126906, 0.0], [177.95684721320427, -38.69399003911846, 0.0], [177.95704132764405, -38.69380787313899, 0.0], [177.95727049878587, -38.69360515764193, 0.0], [177.9574115317394, -38.69344668871291, 0.0], [177.9574992480001, -38.69335242865497, 0.0], [177.9575429778968, -38.693281479768885, 0.0]], "type": "LineString"}, "id": "4258", "properties": {"CPS": 4, "Date": "2011-09-19", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4258.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.5, "Proxy": 1, "Region": "Gisborne", "SHLength": 2.37724651584, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.935183128869475, "USDate": "09/19/2011"}, "type": "Feature"}, {"bbox": [177.95755971821006, -38.693040143056244, 177.9873088197311, -38.6756051076555], "geometry": {"coordinates": [[177.95755971821006, -38.693040143056244, 0.0], [177.9576903807842, -38.69303935482248, 0.0], [177.95793127077476, -38.6928742589119, 0.0], [177.95827354955006, -38.69259287893395, 0.0], [177.95855882263064, -38.69236633458518, 0.0], [177.9588276238085, -38.69212143036857, 0.0], [177.95906202450442, -38.69190657711755, 0.0], [177.95933704859786, -38.69166378967774, 0.0], [177.95957537069089, -38.69141779719138, 0.0], [177.95977569770722, -38.691237745233686, 0.0], [177.9599055124057, -38.69113692870594, 0.0], [177.96015851453402, -38.690971313433096, 0.0], [177.96037570875262, -38.69077148388308, 0.0], [177.96055662460435, -38.69061846275678, 0.0], [177.96073704632028, -38.690458315100074, 0.0], [177.9609641523713, -38.690269975142826, 0.0], [177.9611607135139, -38.69012343505448, 0.0], [177.96138831081308, -38.68994222069943, 0.0], [177.9616064854116, -38.68975664184528, 0.0], [177.9618604412634, -38.68951712730303, 0.0], [177.96208787038412, -38.68933353638464, 0.0], [177.96229892283083, -38.68917684836168, 0.0], [177.9624416760791, -38.68908739089412, 0.0], [177.96271275503426, -38.688875735285286, 0.0], [177.96291790763823, -38.6887216796109, 0.0], [177.96309275129906, -38.688568913094635, 0.0], [177.96323310375396, -38.68840093683765, 0.0], [177.96340073268502, -38.68823179987799, 0.0], [177.9635622301212, -38.68810580721805, 0.0], [177.96378081814083, -38.687970237834705, 0.0], [177.96402414512505, -38.68784076261732, 0.0], [177.9642555126977, -38.687714178264365, 0.0], [177.96456828477045, -38.68753409823115, 0.0], [177.96490840033647, -38.68730997002576, 0.0], [177.96520657722283, -38.687094773176284, 0.0], [177.96540025473547, -38.68695073144531, 0.0], [177.96558246696185, -38.68681670713098, 0.0], [177.96576342963235, -38.68662079274784, 0.0], [177.9659571725645, -38.686433863750345, 0.0], [177.9662447013827, -38.68624055946003, 0.0], [177.96650422647465, -38.68608180062583, 0.0], [177.96682630953242, -38.68586081721282, 0.0], [177.96721849223263, -38.685598729403466, 0.0], [177.9675139535984, -38.68538840740179, 0.0], [177.96773153763976, -38.68523857914709, 0.0], [177.96800284889292, -38.685074550369684, 0.0], [177.96826285972236, -38.68492291435767, 0.0], [177.96861770839357, -38.68473626707533, 0.0], [177.9689261078619, -38.68453730269581, 0.0], [177.96916391228243, -38.68437231608744, 0.0], [177.96936528256202, -38.684251764593775, 0.0], [177.96956599330645, -38.68412171118188, 0.0], [177.96983327704265, -38.683943555361886, 0.0], [177.97017671861215, -38.68372403559732, 0.0], [177.97045226729608, -38.683533614197096, 0.0], [177.97078694278176, -38.68331923104397, 0.0], [177.97105840420696, -38.68315757145656, 0.0], [177.97126092105916, -38.683053644891714, 0.0], [177.97159806332672, -38.68287489065965, 0.0], [177.97195091524716, -38.6826597296762, 0.0], [177.97214268991198, -38.68253243527759, 0.0], [177.97256138541047, -38.682302554082355, 0.0], [177.97286788618143, -38.68212033755243, 0.0], [177.9730842311947, -38.68199675913301, 0.0], [177.97342185811098, -38.68182512640339, 0.0], [177.97383293724783, -38.681617007252115, 0.0], [177.9740622250149, -38.68150478734345, 0.0], [177.97436717156032, -38.68134407502838, 0.0], [177.97460676586263, -38.68120520803363, 0.0], [177.9748593052862, -38.68107770061342, 0.0], [177.97532327446206, -38.68084349675962, 0.0], [177.97564909828287, -38.680677125995615, 0.0], [177.97593364913578, -38.68052919168438, 0.0], [177.97613262584085, -38.68041826069021, 0.0], [177.9763356217757, -38.68032145241195, 0.0], [177.97656638541756, -38.680230606510705, 0.0], [177.97675340362295, -38.68012256703686, 0.0], [177.97703706356512, -38.680005639512615, 0.0], [177.97729295433768, -38.6798827488368, 0.0], [177.9775678511424, -38.679770958758645, 0.0], [177.97785222916056, -38.67962064487027, 0.0], [177.97807748356553, -38.67949429492667, 0.0], [177.97831094247326, -38.67939856582644, 0.0], [177.9785376801189, -38.67929359344803, 0.0], [177.97873864693577, -38.67921481802836, 0.0], [177.9789581072125, -38.67913636197274, 0.0], [177.97917822696476, -38.67906740701716, 0.0], [177.97944342030718, -38.678956026778415, 0.0], [177.97975555873492, -38.67881167072654, 0.0], [177.9800756315953, -38.6786502982715, 0.0], [177.98040765912313, -38.6784860321977, 0.0], [177.98065780764793, -38.678368144314774, 0.0], [177.9808134617878, -38.67829002650469, 0.0], [177.98108801622857, -38.67817347813775, 0.0], [177.98135568384856, -38.678045311145546, 0.0], [177.98170704252195, -38.677896892936175, 0.0], [177.98194919264972, -38.677838904178124, 0.0], [177.98214120724757, -38.677759231900055, 0.0], [177.9823032490022, -38.677685604190216, 0.0], [177.98263879003795, -38.67755453563638, 0.0], [177.98287813118347, -38.67745616398182, 0.0], [177.98317813451422, -38.677312317333154, 0.0], [177.98347370275982, -38.67714840890718, 0.0], [177.9837420224231, -38.67702973837401, 0.0], [177.98394257021656, -38.67698543481473, 0.0], [177.9841143018841, -38.67696380369431, 0.0], [177.98426184913401, -38.67690032220914, 0.0], [177.98439804645778, -38.676839707875175, 0.0], [177.98454746724784, -38.6767594691297, 0.0], [177.98468068845594, -38.67670851126778, 0.0], [177.98482906047678, -38.67665690588702, 0.0], [177.98507274687702, -38.67657740343997, 0.0], [177.98522216630062, -38.67649716391293, 0.0], [177.98540910398003, -38.67643199778196, 0.0], [177.98551037008616, -38.67635858045858, 0.0], [177.98569675488022, -38.67632917362447, 0.0], [177.98584584262517, -38.67624418268017, 0.0], [177.98598275283027, -38.676202595338914, 0.0], [177.98619321314638, -38.67616977636461, 0.0], [177.98624379116646, -38.67611043686482, 0.0], [177.9864565113051, -38.676022725465764, 0.0], [177.98672162586513, -38.675901802831326, 0.0], [177.98695219520485, -38.67580856277973, 0.0], [177.9871346119493, -38.67572214553533, 0.0], [177.98723416700102, -38.67566785916782, 0.0], [177.9873088197311, -38.6756051076555, 0.0]], "type": "LineString"}, "id": "4259", "properties": {"CPS": 4, "Date": "2011-09-19", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4259.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.5, "Proxy": 1, "Region": "Gisborne", "SHLength": 3.27626483363, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.935183128869475, "USDate": "09/19/2011"}, "type": "Feature"}, {"bbox": [177.9874222605691, -38.67545369348078, 178.00511050136882, -38.67059254295977], "geometry": {"coordinates": [[177.9874222605691, -38.675357252581364, 0.0], [177.98753090377105, -38.675433609816245, 0.0], [177.98772984587055, -38.67545369348078, 0.0], [177.98793358154046, -38.675411629289734, 0.0], [177.98827945777512, -38.67531583909894, 0.0], [177.9886066563757, -38.67521369934738, 0.0], [177.98888873276513, -38.675118253071865, 0.0], [177.98905963122, -38.67508473836627, 0.0], [177.98925818571706, -38.67501192219028, 0.0], [177.98944880664666, -38.67495612182011, 0.0], [177.98970966998078, -38.674861580827184, 0.0], [177.9898910344588, -38.6748037932395, 0.0], [177.99008804510845, -38.6747524833537, 0.0], [177.9901812055126, -38.674693703247144, 0.0], [177.99032769607678, -38.674658848323446, 0.0], [177.9904472463478, -38.674629910433296, 0.0], [177.9906109250572, -38.674580025487515, 0.0], [177.99073119019505, -38.67451770307171, 0.0], [177.9908588381364, -38.67447412393454, 0.0], [177.9909948611306, -38.67446354002409, 0.0], [177.99114338861094, -38.67441430252546, 0.0], [177.99136397620657, -38.674352452227744, 0.0], [177.99153371366876, -38.67430230679044, 0.0], [177.9917632253335, -38.67423769152477, 0.0], [177.99192640588518, -38.67418067886833, 0.0], [177.99206363875206, -38.674143835516674, 0.0], [177.9922099616461, -38.67410660303283, 0.0], [177.99238641955432, -38.67406569840931, 0.0], [177.99259251614868, -38.67401399554227, 0.0], [177.9927842892356, -38.67397481732001, 0.0], [177.9929682953182, -38.673955030414994, 0.0], [177.99312960205938, -38.67391477311264, 0.0], [177.99322964593568, -38.67386760804345, 0.0], [177.99337442639867, -38.6738518817517, 0.0], [177.99353220625682, -38.673804627648266, 0.0], [177.99373929376003, -38.673767174776344, 0.0], [177.99389167487996, -38.67372968088932, 0.0], [177.99406372515816, -38.67371278644296, 0.0], [177.9942001284661, -38.6736640641114, 0.0], [177.99436865202944, -38.67364017298596, 0.0], [177.99454108435677, -38.67358514306351, 0.0], [177.99472409578544, -38.6735511015812, 0.0], [177.99493068525751, -38.67350652073127, 0.0], [177.99508995254095, -38.6734806424727, 0.0], [177.9952271820708, -38.67344379558698, 0.0], [177.995402974161, -38.67339338535473, 0.0], [177.99555805240078, -38.673351009027975, 0.0], [177.9957708661632, -38.67330854258316, 0.0], [177.9959560785206, -38.673262492937404, 0.0], [177.99617125961498, -38.673210394792335, 0.0], [177.9962659023749, -38.67317298807401, 0.0], [177.99645144505473, -38.67313168830535, 0.0], [177.99663296425464, -38.67307626616852, 0.0], [177.9968119497889, -38.67302809947061, 0.0], [177.9969783184376, -38.67297332571004, 0.0], [177.99714551458874, -38.67293042826799, 0.0], [177.99730125281351, -38.67289755098306, 0.0], [177.9974681174167, -38.67284990248799, 0.0], [177.99767624250237, -38.67278380946167, 0.0], [177.99794243346122, -38.672722375730274, 0.0], [177.99828877723593, -38.672633683446065, 0.0], [177.99851508060036, -38.672566810130675, 0.0], [177.99884660043296, -38.672457309762905, 0.0], [177.99909075112728, -38.67238490583231, 0.0], [177.9992951806476, -38.67230943872908, 0.0], [177.9995910050519, -38.67223720184944, 0.0], [177.99985267119828, -38.67215451614859, 0.0], [178.00013268196867, -38.67207342604072, 0.0], [178.00037010730452, -38.67199177812895, 0.0], [178.00067568150382, -38.671928650238144, 0.0], [178.0008535011508, -38.67186385062759, 0.0], [178.0010764379395, -38.67179235193842, 0.0], [178.00131958955484, -38.67170569186857, 0.0], [178.00153106842188, -38.67164421309835, 0.0], [178.0017846342355, -38.671576164778514, 0.0], [178.00197776709308, -38.67151308936012, 0.0], [178.0022527539798, -38.67140362089656, 0.0], [178.0024814160435, -38.67132710929839, 0.0], [178.00280168397123, -38.67121331556836, 0.0], [178.0030322144534, -38.67112004602741, 0.0], [178.00325311097254, -38.671062925116615, 0.0], [178.00349878968964, -38.670969005034536, 0.0], [178.003704701681, -38.67091490832348, 0.0], [178.00382390743076, -38.670881206893846, 0.0], [178.00404343028256, -38.67084796736509, 0.0], [178.00420015456515, -38.670829333057696, 0.0], [178.00427661021078, -38.6707927000741, 0.0], [178.00441917965824, -38.67078896699452, 0.0], [178.0044811489614, -38.67076248484921, 0.0], [178.0045754519678, -38.67072032130777, 0.0], [178.0046858989018, -38.67069175951883, 0.0], [178.00484394895986, -38.67069212662694, 0.0], [178.00491467597516, -38.670660503772055, 0.0], [178.00498755834178, -38.67065975952263, 0.0], [178.00505625021987, -38.67064251825033, 0.0], [178.00511050136882, -38.67059254295977, 0.0]], "type": "LineString"}, "id": "4260", "properties": {"CPS": 3, "Date": "2011-09-19", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4260.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.5, "Proxy": 1, "Region": "Gisborne", "SHLength": 1.64839414527, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.295931183637698, "USDate": "09/19/2011"}, "type": "Feature"}, {"bbox": [178.00511405249054, -38.67127971626412, 178.01791002421243, -38.67052339663568], "geometry": {"coordinates": [[178.00511405249054, -38.670565052651014, 0.0], [178.00514336524432, -38.67054092412035, 0.0], [178.00518931042956, -38.670546100174626, 0.0], [178.00523303976755, -38.67054565353204, 0.0], [178.0052802059514, -38.67054220055163, 0.0], [178.00533616321675, -38.670534082080216, 0.0], [178.00544361886747, -38.6705323307186, 0.0], [178.00551491529825, -38.67053498953374, 0.0], [178.00553732715875, -38.6705426045723, 0.0], [178.00558521680696, -38.67052339663568, 0.0], [178.00565661271827, -38.67052748053111, 0.0], [178.00573386034003, -38.670537031048184, 0.0], [178.00576920028496, -38.67056267400349, 0.0], [178.00584532652567, -38.67058227860867, 0.0], [178.00597063587043, -38.67060120222986, 0.0], [178.00613999996455, -38.670598223233895, 0.0], [178.00629110328543, -38.67057744492786, 0.0], [178.00642425069606, -38.67056934892188, 0.0], [178.0066161261002, -38.6705754092595, 0.0], [178.00684925829347, -38.67056302195981, 0.0], [178.00711621623432, -38.670556329623366, 0.0], [178.0073997586342, -38.67056083681083, 0.0], [178.00768572486697, -38.67056523926451, 0.0], [178.00785875751998, -38.670562576771374, 0.0], [178.00797169105866, -38.67056964101342, 0.0], [178.0081914984901, -38.67058402929285, 0.0], [178.0084744348156, -38.67058855986379, 0.0], [178.00865165865952, -38.67060239298966, 0.0], [178.00881879746512, -38.670602364484616, 0.0], [178.00902582191137, -38.67060777042797, 0.0], [178.00910977724664, -38.670608930560306, 0.0], [178.00918685064627, -38.670624680456434, 0.0], [178.00937046616363, -38.67064300282181, 0.0], [178.00948593180541, -38.67064280968919, 0.0], [178.00961015502972, -38.67063747561227, 0.0], [178.0096795093017, -38.670629732741205, 0.0], [178.00977222985676, -38.670651957513705, 0.0], [178.00981867313374, -38.67066425750218, 0.0], [178.00988499756141, -38.670656644614944, 0.0], [178.01000652283497, -38.67065619074806, 0.0], [178.0101866107503, -38.67066751613308, 0.0], [178.01034014419653, -38.670672834488805, 0.0], [178.01055945398036, -38.67068009246305, 0.0], [178.01077556794002, -38.67068510489338, 0.0], [178.01101691653204, -38.67070332737229, 0.0], [178.01122647281855, -38.67070147346015, 0.0], [178.01147877868223, -38.670702547598054, 0.0], [178.01172216103637, -38.67070638691255, 0.0], [178.01188202802038, -38.67070666636743, 0.0], [178.0120710394881, -38.670715223073564, 0.0], [178.01221410545895, -38.67071860624793, 0.0], [178.01234169020864, -38.6707178895998, 0.0], [178.01256656141598, -38.67071775766689, 0.0], [178.0127343641095, -38.67072722453164, 0.0], [178.0129723509472, -38.670740822592784, 0.0], [178.0132073080002, -38.67075455035596, 0.0], [178.01330646174952, -38.670738377643296, 0.0], [178.0134712346525, -38.67074797363315, 0.0], [178.01359727519107, -38.67074255718858, 0.0], [178.01369505987668, -38.67075026684365, 0.0], [178.01391486784271, -38.67076464420234, 0.0], [178.01410354714184, -38.67076844708726, 0.0], [178.0143045118106, -38.67077410401991, 0.0], [178.01443595677839, -38.670785131078475, 0.0], [178.01453121007117, -38.670800095984596, 0.0], [178.0146441439421, -38.67080715368453, 0.0], [178.0148393899919, -38.67082663508825, 0.0], [178.0150526401486, -38.67083414500971, 0.0], [178.01525443560814, -38.6708516765008, 0.0], [178.01546851654547, -38.67087106186438, 0.0], [178.01565869133267, -38.67089623937907, 0.0], [178.01589987462145, -38.67091207636279, 0.0], [178.0161050325079, -38.670934226565876, 0.0], [178.01626323760723, -38.670910747575476, 0.0], [178.01641825668443, -38.6709112292078, 0.0], [178.01654920341747, -38.67091512812662, 0.0], [178.01663387200765, -38.670909104974164, 0.0], [178.01673448222272, -38.67095719107736, 0.0], [178.01689016612153, -38.67096717302253, 0.0], [178.0170189141156, -38.67098307787766, 0.0], [178.01709528613392, -38.671032205994344, 0.0], [178.01717655444443, -38.671064446806994, 0.0], [178.01726574880996, -38.671079670008375, 0.0], [178.01740369669557, -38.67112281442387, 0.0], [178.017540166854, -38.671162210412774, 0.0], [178.0176857266094, -38.671201215296364, 0.0], [178.017782476904, -38.67123755456148, 0.0], [178.01791002421243, -38.67127971626412, 0.0]], "type": "LineString"}, "id": "4261", "properties": {"CPS": 2, "Date": "2011-09-19", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4261.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.5, "Proxy": 1, "Region": "Gisborne", "SHLength": 1.13223500116, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.205289096694581, "USDate": "09/19/2011"}, "type": "Feature"}, {"bbox": [178.01809164730747, -38.67263395123846, 178.02047733446167, -38.671269521820015], "geometry": {"coordinates": [[178.01809164730747, -38.671269521820015, 0.0], [178.01817238006464, -38.6713375206931, 0.0], [178.01826863202072, -38.67136673382943, 0.0], [178.01839887712424, -38.67140401417114, 0.0], [178.0184621336541, -38.671439411232804, 0.0], [178.01851210715995, -38.67145870297758, 0.0], [178.01858968165484, -38.67148157213902, 0.0], [178.0187398058181, -38.67149893787855, 0.0], [178.01885809830608, -38.67153911426261, 0.0], [178.01899100428315, -38.671614397565186, 0.0], [178.0190638495848, -38.671656528912145, 0.0], [178.01916441791946, -38.67167793196469, 0.0], [178.01931940148572, -38.67172129407468, 0.0], [178.0194422577182, -38.67173983205997, 0.0], [178.0195974078416, -38.67178556900616, 0.0], [178.01966099783786, -38.671825715805646, 0.0], [178.01974546418467, -38.67186019954581, 0.0], [178.01988276828942, -38.67191146873363, 0.0], [178.020083662954, -38.672002884287444, 0.0], [178.02021270957263, -38.67206642030171, 0.0], [178.02031748148679, -38.67217388363238, 0.0], [178.0203648528254, -38.67228619938537, 0.0], [178.02042733755925, -38.67244074758389, 0.0], [178.02046877985606, -38.67259858366825, 0.0], [178.02047733446167, -38.67263395123846, 0.0]], "type": "LineString"}, "id": "4262", "properties": {"CPS": 1, "Date": "2011-09-19", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4262.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.5, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.276130069732, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.124923528035774, "USDate": "09/19/2011"}, "type": "Feature"}, {"bbox": [177.94098248522985, -38.71042686678076, 177.9873936887348, -38.67569168537656], "geometry": {"coordinates": [[177.94098248522985, -38.71042686678076, 0.0], [177.9412546121764, -38.71040461771232, 0.0], [177.94152169933793, -38.71037543420886, 0.0], [177.94179210436158, -38.71032824122942, 0.0], [177.9419622130042, -38.71028172358425, 0.0], [177.9420982739369, -38.71020448542266, 0.0], [177.9423013250223, -38.710238765602845, 0.0], [177.9426347845126, -38.71024607737351, 0.0], [177.94292608461674, -38.7102373065541, 0.0], [177.94317497920272, -38.71020889024126, 0.0], [177.94329936333946, -38.710160734824505, 0.0], [177.94340789020808, -38.71008108844167, 0.0], [177.9434682338462, -38.709964173902385, 0.0], [177.94345532225375, -38.709843216812395, 0.0], [177.9434066410613, -38.709666597220874, 0.0], [177.94340835666262, -38.70955931481117, 0.0], [177.94349217626126, -38.70945212626843, 0.0], [177.94365242020407, -38.70932883333265, 0.0], [177.94380113631544, -38.70923676224604, 0.0], [177.94394702649387, -38.70916982635204, 0.0], [177.94412782136487, -38.709079968795955, 0.0], [177.94433749679214, -38.708946002851874, 0.0], [177.94448633011223, -38.708789600156464, 0.0], [177.94475929710387, -38.70858147734657, 0.0], [177.94487826406518, -38.70845492956494, 0.0], [177.94509174562373, -38.70831008000396, 0.0], [177.94525178831148, -38.70819715710565, 0.0], [177.94536141257348, -38.70806743131581, 0.0], [177.9453692676791, -38.70791700477702, 0.0], [177.9454342722747, -38.707735565920316, 0.0], [177.94557167294042, -38.70761180956179, 0.0], [177.94571178009892, -38.70752724848813, 0.0], [177.9457841662583, -38.70745270609658, 0.0], [177.94590521618687, -38.7072903324779, 0.0], [177.94596031292755, -38.707110742951045, 0.0], [177.94602433108108, -38.70691505102188, 0.0], [177.94609204043329, -38.70677280734909, 0.0], [177.94616884447984, -38.70663017798017, 0.0], [177.94630698018557, -38.70651711061486, 0.0], [177.94650423233554, -38.70640153609849, 0.0], [177.94663474891362, -38.70631023339578, 0.0], [177.94679315914757, -38.7061605691234, 0.0], [177.94690596537117, -38.70594493937685, 0.0], [177.94698866207804, -38.70575560211344, 0.0], [177.94702770584624, -38.70559456125972, 0.0], [177.94714763627232, -38.70535003993354, 0.0], [177.94724618919525, -38.70519219287469, 0.0], [177.94739119990228, -38.70504666984434, 0.0], [177.94755169171515, -38.704861179813726, 0.0], [177.94772633632815, -38.704629703861734, 0.0], [177.94795712177168, -38.70440549505762, 0.0], [177.94812178181311, -38.70414835444574, 0.0], [177.94822597915947, -38.703940236065215, 0.0], [177.94832858289683, -38.7037750690301, 0.0], [177.94843904977154, -38.703591700071996, 0.0], [177.94872323889004, -38.703124002800315, 0.0], [177.94893484295696, -38.702886311403795, 0.0], [177.94908697052466, -38.70271189526563, 0.0], [177.94934440546018, -38.702411506544095, 0.0], [177.9495277375846, -38.70216071915922, 0.0], [177.9497008743609, -38.70196039524877, 0.0], [177.94992573557042, -38.70165066662833, 0.0], [177.95021167736218, -38.70136693467196, 0.0], [177.95036944530622, -38.701142246522444, 0.0], [177.95058911927705, -38.700863112897, 0.0], [177.9508027951483, -38.7005895939444, 0.0], [177.951048412534, -38.70025039318951, 0.0], [177.9512463598895, -38.700013277582165, 0.0], [177.9514301723779, -38.699769614369465, 0.0], [177.95160698334416, -38.699556624117925, 0.0], [177.95178895605835, -38.699352348617886, 0.0], [177.95198788395638, -38.699129484818144, 0.0], [177.95228077925165, -38.69878827459083, 0.0], [177.95244001362713, -38.6985849635119, 0.0], [177.9525859865013, -38.69845368824083, 0.0], [177.95272138692258, -38.69830141980858, 0.0], [177.95286821019798, -38.69811650338913, 0.0], [177.95293319989037, -38.69800117401029, 0.0], [177.9530885108171, -38.69787307529928, 0.0], [177.95325020477074, -38.697705395231765, 0.0], [177.95338732711545, -38.69757806849207, 0.0], [177.95354091161204, -38.69742502699831, 0.0], [177.95369756392557, -38.697250413155466, 0.0], [177.95393814085384, -38.697036498488906, 0.0], [177.95409983100635, -38.696868817482354, 0.0], [177.95427639285924, -38.69671837286907, 0.0], [177.95442296266677, -38.696529891757166, 0.0], [177.95456720283627, -38.69637367223649, 0.0], [177.9546982950097, -38.69622515830672, 0.0], [177.95477165906766, -38.69609910872169, 0.0], [177.95493003074247, -38.6959494358269, 0.0], [177.9550559711679, -38.695858318679065, 0.0], [177.9552219564219, -38.69568688012916, 0.0], [177.95536066068925, -38.69551660027951, 0.0], [177.95552001575592, -38.69538117943724, 0.0], [177.9558215233208, -38.69512536255846, 0.0], [177.95606134748303, -38.694900754830044, 0.0], [177.9562624688674, -38.69470995385385, 0.0], [177.95640816685682, -38.69450899972318, 0.0], [177.95661101184925, -38.69434314045599, 0.0], [177.95678731582194, -38.694189129585375, 0.0], [177.95694187216307, -38.694050337179995, 0.0], [177.95721510351385, -38.693781423901534, 0.0], [177.9574152325935, -38.69357636866005, 0.0], [177.95763428641703, -38.69338122973183, 0.0], [177.95774335823086, -38.693283679464294, 0.0], [177.95781952506323, -38.69319824853324, 0.0], [177.95795871175622, -38.69303509259496, 0.0], [177.95817800906414, -38.692843516001496, 0.0], [177.95841623096695, -38.69266185553368, 0.0], [177.95861872091052, -38.6924910049652, 0.0], [177.95884661454105, -38.692291914489374, 0.0], [177.9590439147659, -38.692111992370656, 0.0], [177.959285198744, -38.691908758202345, 0.0], [177.95945571149176, -38.69173712153369, 0.0], [177.95957511926562, -38.691617688378216, 0.0], [177.95972254507853, -38.691507784788676, 0.0], [177.95985079820687, -38.69138440164898, 0.0], [177.96006222596466, -38.69121102451173, 0.0], [177.9602738993663, -38.691041210206116, 0.0], [177.96038139220533, -38.69094729839451, 0.0], [177.96057917829813, -38.690774500448036, 0.0], [177.9607376250443, -38.69062624640813, 0.0], [177.96091514461295, -38.69049004615868, 0.0], [177.96104265381302, -38.69035597250611, 0.0], [177.96123737061512, -38.69020474587096, 0.0], [177.96141943450482, -38.690068351625214, 0.0], [177.96161009686384, -38.68992444411576, 0.0], [177.96173982432833, -38.68982243814199, 0.0], [177.9618637714704, -38.6897028097066, 0.0], [177.962067824055, -38.68955475829592, 0.0], [177.96222211359452, -38.689412397008226, 0.0], [177.9624079795766, -38.689265118651065, 0.0], [177.96253377536448, -38.68917221318506, 0.0], [177.9627052610555, -38.68901482521104, 0.0], [177.96285821002516, -38.68891897744188, 0.0], [177.96303621488312, -38.68878990075594, 0.0], [177.96319305972244, -38.688658150450635, 0.0], [177.96334378609689, -38.68853023390655, 0.0], [177.96347252136133, -38.68841397377466, 0.0], [177.96367681373067, -38.68826948312134, 0.0], [177.96389501686053, -38.68810641289743, 0.0], [177.96408738335822, -38.687943369635775, 0.0], [177.96425526953522, -38.68782186903661, 0.0], [177.96448041050388, -38.68769316679406, 0.0], [177.9646302672247, -38.68760102203438, 0.0], [177.9648869347254, -38.68744477066712, 0.0], [177.965082424198, -38.68732685896869, 0.0], [177.96529313487608, -38.68716541547343, 0.0], [177.96544072372876, -38.68705811873681, 0.0], [177.965591902486, -38.68695876925114, 0.0], [177.96573840409926, -38.68683579444529, 0.0], [177.9659148831466, -38.686706778520225, 0.0], [177.96607179268867, -38.68660241964259, 0.0], [177.96622550644884, -38.68649581418962, 0.0], [177.9662894957554, -38.68644544161131, 0.0], [177.96640726679126, -38.68639039694257, 0.0], [177.96648514472864, -38.68632990329221, 0.0], [177.96656621785039, -38.68627165598183, 0.0], [177.96671502116558, -38.68618193592404, 0.0], [177.96684547536393, -38.68609061450693, 0.0], [177.96705733084107, -38.685945796185116, 0.0], [177.96723429919928, -38.68582390478425, 0.0], [177.96733362217452, -38.68572199629903, 0.0], [177.96748914327645, -38.68564151893204, 0.0], [177.96763198155847, -38.68555348120827, 0.0], [177.96776128080708, -38.68544553104566, 0.0], [177.96786191980357, -38.68536262546311, 0.0], [177.96799859697012, -38.68527342022944, 0.0], [177.96810809608965, -38.68523063828042, 0.0], [177.9682303972871, -38.685118220809095, 0.0], [177.9684602661171, -38.68497025047221, 0.0], [177.96858817925468, -38.684886182679094, 0.0], [177.968720110825, -38.68481623812003, 0.0], [177.96893515394822, -38.684673663186935, 0.0], [177.96907182841625, -38.68458445686244, 0.0], [177.96920949074135, -38.68450950282598, 0.0], [177.96940176949613, -38.68438933852858, 0.0], [177.96960010878098, -38.68426891574973, 0.0], [177.96983040021422, -38.684127119109355, 0.0], [177.969993359384, -38.68402249745413, 0.0], [177.97016695781778, -38.683895980525186, 0.0], [177.97027816611745, -38.68383406442985, 0.0], [177.97039698330846, -38.68375038227096, 0.0], [177.97050940961222, -38.68366220745741, 0.0], [177.97064222584808, -38.68356125166247, 0.0], [177.97078479235842, -38.68346940994371, 0.0], [177.97096306609464, -38.68336651685939, 0.0], [177.97115583299768, -38.68325347624338, 0.0], [177.97130574335242, -38.68313606733316, 0.0], [177.9714753534454, -38.68308357347764, 0.0], [177.9716330705453, -38.68299108511011, 0.0], [177.97183476212012, -38.6828752806521, 0.0], [177.97204537979843, -38.68275671300657, 0.0], [177.9722432155457, -38.68262916011466, 0.0], [177.97243041170674, -38.68252350215886, 0.0], [177.97262752281262, -38.68242933337495, 0.0], [177.9727870497705, -38.68236297295084, 0.0], [177.97293633125284, -38.682280372135175, 0.0], [177.9730820050365, -38.68218958646744, 0.0], [177.97320819563646, -38.68212464657839, 0.0], [177.97336001211957, -38.68203478992057, 0.0], [177.9735505651115, -38.681933751955874, 0.0], [177.97369009401137, -38.68184203632377, 0.0], [177.97385992723278, -38.681749028491424, 0.0], [177.9739916827052, -38.681676703271144, 0.0], [177.97415021751118, -38.6815960888408, 0.0], [177.9743742146844, -38.68148647632496, 0.0], [177.9745566624921, -38.68140007687371, 0.0], [177.9747205974353, -38.681309701757094, 0.0], [177.97495192390232, -38.68118309871106, 0.0], [177.97519922608177, -38.68106772598635, 0.0], [177.9753928041501, -38.68096655610027, 0.0], [177.97563321950454, -38.68083956411857, 0.0], [177.97583852221086, -38.68073217565608, 0.0], [177.97602129598255, -38.680650524910625, 0.0], [177.97614043074816, -38.680571588419646, 0.0], [177.9762903640225, -38.680498485314644, 0.0], [177.97642260931855, -38.68043328378981, 0.0], [177.976510882655, -38.680391399618244, 0.0], [177.97665287841028, -38.68033531156289, 0.0], [177.97691246116182, -38.680221793846556, 0.0], [177.97713248311746, -38.68010758095416, 0.0], [177.97723982405304, -38.68003391137277, 0.0], [177.97735536978013, -38.679990863022695, 0.0], [177.97744568267578, -38.679934596661305, 0.0], [177.97766288741286, -38.67985862162376, 0.0], [177.97778603906607, -38.679793806603854, 0.0], [177.97791189093257, -38.67972411141285, 0.0], [177.97803570196874, -38.67966879765694, 0.0], [177.97827194438534, -38.67956937622607, 0.0], [177.97843162415546, -38.679505384190506, 0.0], [177.97858777833076, -38.679434395158694, 0.0], [177.97872492518513, -38.67935230503053, 0.0], [177.97883407814112, -38.679304763248396, 0.0], [177.97900538313513, -38.67923312707048, 0.0], [177.97927636197778, -38.67912626509923, 0.0], [177.97941736275988, -38.679055921755214, 0.0], [177.97963059602307, -38.6789753478272, 0.0], [177.97980074421554, -38.67888708300101, 0.0], [177.97996835672532, -38.678806073412765, 0.0], [177.98015382065344, -38.67871953671103, 0.0], [177.9802714023943, -38.67866210415559, 0.0], [177.9804098660052, -38.678599015194514, 0.0], [177.98055979040538, -38.67852590713945, 0.0], [177.98068310198292, -38.67846346473772, 0.0], [177.98085539320516, -38.67840607827803, 0.0], [177.98103495939654, -38.67832217442846, 0.0], [177.98119806256477, -38.67823754379812, 0.0], [177.9813816485711, -38.67816776226053, 0.0], [177.98154148717563, -38.678106141704816, 0.0], [177.9817132815146, -38.678041627989906, 0.0], [177.9819164275304, -38.677947186266216, 0.0], [177.98204833237017, -38.677877228264734, 0.0], [177.98217230177983, -38.67782428588355, 0.0], [177.98233770408817, -38.6777552794283, 0.0], [177.98263757091965, -38.677626925621496, 0.0], [177.98286446108168, -38.677524320948834, 0.0], [177.98307515050848, -38.67745099675897, 0.0], [177.98321834856603, -38.67736864304918, 0.0], [177.98333102080917, -38.677328094073125, 0.0], [177.98361900898368, -38.677230025332875, 0.0], [177.9837756479526, -38.677166156061716, 0.0], [177.98389168002703, -38.677130227843264, 0.0], [177.98408082522334, -38.67705305743673, 0.0], [177.98426374439546, -38.676973770320835, 0.0], [177.98442258658045, -38.6768978940274, 0.0], [177.98472737657988, -38.67677051584391, 0.0], [177.98498235842467, -38.676678618905186, 0.0], [177.98513006940482, -38.676617511758224, 0.0], [177.98537259895744, -38.676521381267534, 0.0], [177.98562118819672, -38.67642499132245, 0.0], [177.9858702723322, -38.676335726932486, 0.0], [177.98608315885244, -38.67625039148982, 0.0], [177.98631169136107, -38.676171534164816, 0.0], [177.98647609406035, -38.6760882702633, 0.0], [177.9866547649847, -38.67603536755135, 0.0], [177.98680197734242, -38.67596713242874, 0.0], [177.9870204261223, -38.675874410334316, 0.0], [177.987185818704, -38.67580539758704, 0.0], [177.9873417899942, -38.67573202255651, 0.0], [177.9873936887348, -38.67569168537656, 0.0]], "type": "LineString"}, "id": "4265", "properties": {"CPS": 4, "Date": "2021-09-28", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4265.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.5, "Proxy": 1, "Region": "Gisborne", "SHLength": 5.78371304093, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.935183128869475, "USDate": "09/28/2021"}, "type": "Feature"}, {"bbox": [177.98760188859612, -38.67558272352045, 177.99204179597967, -38.6741992398439], "geometry": {"coordinates": [[177.98760188859612, -38.67558272352045, 0.0], [177.98777736187554, -38.6755275734255, 0.0], [177.98791608731008, -38.6755121127197, 0.0], [177.9881014768994, -38.675468450205344, 0.0], [177.98824912724143, -38.67545022510311, 0.0], [177.98837071832398, -38.67540690760915, 0.0], [177.9885544544304, -38.67533949102557, 0.0], [177.98873312166245, -38.67528658534616, 0.0], [177.9888926160805, -38.67522020485308, 0.0], [177.98901707114564, -38.675174381821066, 0.0], [177.98917722624037, -38.675117502316255, 0.0], [177.98929947701816, -38.675057478825146, 0.0], [177.98950646022513, -38.67497477214482, 0.0], [177.98974137516745, -38.6749004000826, 0.0], [177.9899604777505, -38.67481717426508, 0.0], [177.9901362776828, -38.67476677152165, 0.0], [177.99031797219342, -38.67471373397164, 0.0], [177.9905954719145, -38.67463992104616, 0.0], [177.9908963848996, -38.67455319383108, 0.0], [177.9911260634223, -38.674490955060925, 0.0], [177.99134059110787, -38.67442936405678, 0.0], [177.99149198293279, -38.6743776211674, 0.0], [177.99168006616472, -38.67432907299276, 0.0], [177.99187740471223, -38.674282510902195, 0.0], [177.99198687100784, -38.67423970851063, 0.0], [177.99204179597967, -38.6741992398439, 0.0]], "type": "LineString"}, "id": "4266", "properties": {"CPS": 4, "Date": "2021-09-28", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4266.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.5, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.418512742888, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.935183128869475, "USDate": "09/28/2021"}, "type": "Feature"}, {"bbox": [177.9921251492441, -38.674174231516616, 178.01992750634588, -38.67055859358533], "geometry": {"coordinates": [[177.9921251492441, -38.674174231516616, 0.0], [177.99227362238307, -38.674167878180235, 0.0], [177.9925310649815, -38.67411159581333, 0.0], [177.99278228158687, -38.67405319693004, 0.0], [177.993058617653, -38.673962751208535, 0.0], [177.9932259844444, -38.673922234411826, 0.0], [177.99344453092945, -38.673874762002846, 0.0], [177.99366676891057, -38.67383666078655, 0.0], [177.99389192308035, -38.67375316868763, 0.0], [177.9941039120332, -38.673698828551586, 0.0], [177.9942827357382, -38.67364829021004, 0.0], [177.99452315258716, -38.67360940915937, 0.0], [177.99468781844556, -38.6735737707218, 0.0], [177.99482631634314, -38.67354639960397, 0.0], [177.99504265774524, -38.673510930644404, 0.0], [177.99522060159444, -38.67349139976262, 0.0], [177.99536504959892, -38.67347092044568, 0.0], [177.99547313728033, -38.673451997873265, 0.0], [177.99562232106769, -38.673412256253975, 0.0], [177.99573580655058, -38.67338357270297, 0.0], [177.99592135016096, -38.67334227372332, 0.0], [177.99603753435179, -38.67330870951544, 0.0], [177.99617828953745, -38.67327885774001, 0.0], [177.99630036796265, -38.673242658452516, 0.0], [177.99646585951356, -38.67321889416639, 0.0], [177.996599395513, -38.673172674270354, 0.0], [177.99672081133022, -38.67312697332958, 0.0], [177.99688398474058, -38.67306995414926, 0.0], [177.99706076782306, -38.673033793401345, 0.0], [177.99719898860138, -38.67301119616167, 0.0], [177.99734095138157, -38.67295508488333, 0.0], [177.9975142071901, -38.672911927349716, 0.0], [177.99766559058773, -38.67286017693498, 0.0], [177.99784727355396, -38.67280712831742, 0.0], [177.99793751063243, -38.672793732989376, 0.0], [177.99804812959505, -38.67276755241903, 0.0], [177.99820909893054, -38.672722537833536, 0.0], [177.9983212572936, -38.67267484947076, 0.0], [177.998423282773, -38.67265618391826, 0.0], [177.9985660717606, -38.67261194777026, 0.0], [177.99867635894603, -38.67258101603122, 0.0], [177.99880752456536, -38.67254442480573, 0.0], [177.99900165679114, -38.672495605791795, 0.0], [177.99921027603065, -38.67243663608636, 0.0], [177.99936617758274, -38.672406131472485, 0.0], [177.99955678211174, -38.672350315523936, 0.0], [177.99972044803778, -38.6723004185291, 0.0], [177.99984571824126, -38.672266461199925, 0.0], [178.00006898875336, -38.672199714888116, 0.0], [178.00019646026203, -38.67215375085911, 0.0], [178.00034051556202, -38.67211898788739, 0.0], [178.00040265336742, -38.67209488303586, 0.0], [178.0005188330086, -38.672061314626376, 0.0], [178.0006021802419, -38.67203630058742, 0.0], [178.00073097641445, -38.67200933837821, 0.0], [178.00082881047072, -38.67197417363075, 0.0], [178.0009687320827, -38.671932439894285, 0.0], [178.00110446382655, -38.671874208826935, 0.0], [178.001247580661, -38.671834720188215, 0.0], [178.00138750171018, -38.671792985982286, 0.0], [178.00146914388426, -38.67178710359657, 0.0], [178.00163143399095, -38.67176108690353, 0.0], [178.00182309518615, -38.671720469339846, 0.0], [178.00190274874083, -38.671686083162996, 0.0], [178.0020128670479, -38.67165277316053, 0.0], [178.0021056343391, -38.671632118970415, 0.0], [178.00222164655335, -38.671596173673166, 0.0], [178.00236839797066, -38.6715565278389, 0.0], [178.00249927484927, -38.67147229700074, 0.0], [178.0026454666345, -38.671389791711185, 0.0], [178.00278576401706, -38.671309921400294, 0.0], [178.00293664238234, -38.67125103873957, 0.0], [178.00310200695407, -38.67118200508246, 0.0], [178.0032696916522, -38.67114622522075, 0.0], [178.00336719159387, -38.67110630792644, 0.0], [178.00346469142025, -38.67106639055757, 0.0], [178.00360797082757, -38.67102927449382, 0.0], [178.00379570363063, -38.67097595729356, 0.0], [178.0039627243248, -38.67093067535145, 0.0], [178.0041459974346, -38.67089184324166, 0.0], [178.00432144414305, -38.670836669800224, 0.0], [178.004492322901, -38.67080313358861, 0.0], [178.00470479058814, -38.67075590109688, 0.0], [178.0049418284289, -38.67071237895694, 0.0], [178.00523390076992, -38.67067364242498, 0.0], [178.00552426941658, -38.67065403740347, 0.0], [178.00578130945465, -38.67063586169334, 0.0], [178.00606495460397, -38.670607014239415, 0.0], [178.00633681175378, -38.67058343672538, 0.0], [178.00656118625088, -38.67057619059532, 0.0], [178.00682748089275, -38.670559997819716, 0.0], [178.0070267362216, -38.67055859358533, 0.0], [178.00724924171396, -38.67056810307998, 0.0], [178.0075560851234, -38.67056684502843, 0.0], [178.00779610606844, -38.670566072102424, 0.0], [178.0079598832858, -38.6705614243504, 0.0], [178.0082283340116, -38.6705761068916, 0.0], [178.00843266044325, -38.670586394499104, 0.0], [178.00862954936431, -38.67059461865842, 0.0], [178.00892510278106, -38.67060575362604, 0.0], [178.00916562135257, -38.67061210366518, 0.0], [178.00940680370172, -38.6706279542615, 0.0], [178.00972257025418, -38.670623924934056, 0.0], [178.0098531849896, -38.67062308091882, 0.0], [178.01017716867116, -38.67064966855138, 0.0], [178.01042727465818, -38.67066275140153, 0.0], [178.0106591437027, -38.67066708741528, 0.0], [178.01086986193351, -38.67068186096593, 0.0], [178.01110531686103, -38.670702718786586, 0.0], [178.01135895085395, -38.67072279524371, 0.0], [178.011609721121, -38.670745376548034, 0.0], [178.01190241100608, -38.67075900929278, 0.0], [178.01220419040698, -38.67077225078868, 0.0], [178.01241204518476, -38.67078952692784, 0.0], [178.01254457763812, -38.67080741833826, 0.0], [178.01270582271655, -38.67081001982797, 0.0], [178.01290948535262, -38.670810798483245, 0.0], [178.01309276952708, -38.67082436437965, 0.0], [178.0132624397538, -38.67081707351745, 0.0], [178.01358356081874, -38.670846156971635, 0.0], [178.01393095387925, -38.67085981611675, 0.0], [178.01419351191996, -38.67087712041938, 0.0], [178.01436368032208, -38.67087695369029, 0.0], [178.01463499564684, -38.67088911582009, 0.0], [178.01490917468536, -38.67089877182827, 0.0], [178.01518957950748, -38.670910541936315, 0.0], [178.01534895771442, -38.67092989668822, 0.0], [178.01553813572872, -38.67094082293984, 0.0], [178.01578251514837, -38.67095890514407, 0.0], [178.0159871746565, -38.670973929826964, 0.0], [178.01614306574746, -38.67097818614688, 0.0], [178.01641035440667, -38.67097622293042, 0.0], [178.01655105545092, -38.67098923195742, 0.0], [178.01668113296992, -38.67102413909055, 0.0], [178.01687263795304, -38.671068316463014, 0.0], [178.01710672681972, -38.67111304459618, 0.0], [178.0172881455069, -38.67114336072745, 0.0], [178.01748637559538, -38.67119677737961, 0.0], [178.01774250502635, -38.67125246820055, 0.0], [178.01794899398462, -38.671293616914774, 0.0], [178.01815345076216, -38.67134914696345, 0.0], [178.0183076866866, -38.67139921328905, 0.0], [178.01843203846298, -38.67143912947642, 0.0], [178.01851953366597, -38.67147348384574, 0.0], [178.01866426318173, -38.6715006112747, 0.0], [178.0188096578421, -38.671537239434684, 0.0], [178.01892002480633, -38.67159443337978, 0.0], [178.0190092200704, -38.67160965517545, 0.0], [178.01912145320418, -38.67165009196362, 0.0], [178.0192065842265, -38.67169407703953, 0.0], [178.0193861390976, -38.671741146687616, 0.0], [178.0196289515767, -38.671823612407564, 0.0], [178.01982419563146, -38.67186905335457, 0.0], [178.01992750634588, -38.67191225563923, 0.0]], "type": "LineString"}, "id": "4267", "properties": {"CPS": 4, "Date": "2021-09-28", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4267.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.5, "Proxy": 1, "Region": "Gisborne", "SHLength": 2.51776312055, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.935183128869475, "USDate": "09/28/2021"}, "type": "Feature"}, {"bbox": [177.94165308830748, -38.71145569722102, 177.95727784133112, -38.69309782560822], "geometry": {"coordinates": [[177.94165308830748, -38.71124711163675, 0.0], [177.94175265149462, -38.71136797136163, 0.0], [177.94190187003866, -38.711415253943194, 0.0], [177.94212815546803, -38.71145569722102, 0.0], [177.942396967644, -38.71145145412827, 0.0], [177.9425751901215, -38.711390297084996, 0.0], [177.94284338414639, -38.71131103236049, 0.0], [177.9430160741014, -38.711235814485924, 0.0], [177.94324038502367, -38.711115524723866, 0.0], [177.94338861318795, -38.71101632744168, 0.0], [177.94348128380278, -38.710905190086976, 0.0], [177.94365973582438, -38.71058314479993, 0.0], [177.94371454758598, -38.71045216997768, 0.0], [177.94378042274016, -38.710349315451495, 0.0], [177.94390640208158, -38.710258207902044, 0.0], [177.94401087269432, -38.71018588021064, 0.0], [177.9441844126828, -38.71000412971433, 0.0], [177.94428248566257, -38.70983915793838, 0.0], [177.94440047120824, -38.70969835756596, 0.0], [177.94454463930288, -38.70960647832572, 0.0], [177.94466299736888, -38.709537135016994, 0.0], [177.94478184731688, -38.70947491804963, 0.0], [177.94486799775703, -38.70933546685314, 0.0], [177.94490387778163, -38.70919457317667, 0.0], [177.94494332107195, -38.70903923380575, 0.0], [177.94503733565912, -38.70888158082247, 0.0], [177.94509189778736, -38.70874704235716, 0.0], [177.94520311782955, -38.70857436518197, 0.0], [177.94530598041976, -38.70841276321746, 0.0], [177.94536312072805, -38.70824952609503, 0.0], [177.94546414187232, -38.70812731228108, 0.0], [177.94557782303028, -38.708016712020274, 0.0], [177.9457023195334, -38.707904223606576, 0.0], [177.94578564165118, -38.70778990730858, 0.0], [177.94583159883746, -38.70766288071754, 0.0], [177.9459108651655, -38.70755588362364, 0.0], [177.94600094902194, -38.707473443351844, 0.0], [177.9461132780473, -38.70738291240342, 0.0], [177.94620520175573, -38.70726108377314, 0.0], [177.94627734101482, -38.70718297790731, 0.0], [177.94636975644178, -38.70706827561314, 0.0], [177.94641595835608, -38.70694481209679, 0.0], [177.94645035787414, -38.70678253888958, 0.0], [177.94651450326703, -38.70665474074467, 0.0], [177.94667598515434, -38.706483504428164, 0.0], [177.94682195335108, -38.706285766087454, 0.0], [177.94685807470447, -38.70614843533119, 0.0], [177.94689296528094, -38.70599328849935, 0.0], [177.946938673505, -38.70586269843805, 0.0], [177.94702248379448, -38.705755507944275, 0.0], [177.94713911021188, -38.70566122017308, 0.0], [177.94725856068538, -38.70554179694191, 0.0], [177.9473321613196, -38.705352845264855, 0.0], [177.9474345227323, -38.70518411556128, 0.0], [177.94756846903545, -38.70501047240131, 0.0], [177.94763592766006, -38.70486466491131, 0.0], [177.94768406434773, -38.704703238179064, 0.0], [177.9477373882021, -38.70455088289756, 0.0], [177.94780128347816, -38.704419521085775, 0.0], [177.9478766049675, -38.704255511683805, 0.0], [177.9479665527113, -38.70410517640556, 0.0], [177.94808022123027, -38.70396812942176, 0.0], [177.9481911813687, -38.70379188705879, 0.0], [177.9482626927055, -38.70363876002632, 0.0], [177.9483351884964, -38.703499885799715, 0.0], [177.94841118857877, -38.70337873112809, 0.0], [177.9485477217741, -38.70330861310871, 0.0], [177.94869359536304, -38.70324167231217, 0.0], [177.94880468360873, -38.70313332335799, 0.0], [177.9488844333835, -38.703033451221984, 0.0], [177.9490216886702, -38.70284179789571, 0.0], [177.94920502292325, -38.70259101088339, 0.0], [177.9493551794536, -38.702388088845865, 0.0], [177.9495048427142, -38.702178040261316, 0.0], [177.94962810868293, -38.701981976776224, 0.0], [177.94971043338583, -38.70185340565706, 0.0], [177.9498054142508, -38.701710002821464, 0.0], [177.94992877718917, -38.701515364395945, 0.0], [177.95010670476466, -38.70131841028476, 0.0], [177.95022724298454, -38.70114890699646, 0.0], [177.95036744655863, -38.70100001090697, 0.0], [177.950454069744, -38.70086768323643, 0.0], [177.95056723621218, -38.7007235080339, 0.0], [177.95067892460418, -38.70055795356619, 0.0], [177.95075239815853, -38.700433331091446, 0.0], [177.95083041851134, -38.70030851559435, 0.0], [177.95093043490166, -38.70017204550213, 0.0], [177.95103672195035, -38.70006032471806, 0.0], [177.95116500861096, -38.69996339410455, 0.0], [177.9513299134494, -38.699842037661035, 0.0], [177.95145991959444, -38.69974360429143, 0.0], [177.95153719911534, -38.69960809886257, 0.0], [177.95158719649666, -38.69947375150611, 0.0], [177.95163535615424, -38.69937879227733, 0.0], [177.95171153642707, -38.69929336448917, 0.0], [177.9517810857628, -38.69924395463021, 0.0], [177.95197633865823, -38.69909986712451, 0.0], [177.95210609626542, -38.698997869982335, 0.0], [177.95218792079626, -38.69886217120963, 0.0], [177.9522504590971, -38.698777322255964, 0.0], [177.9523291014138, -38.69872752604443, 0.0], [177.95244067018214, -38.698626300771444, 0.0], [177.9525052914466, -38.69850562677877, 0.0], [177.95254471453356, -38.698350286130896, 0.0], [177.9526432470554, -38.6981924358054, 0.0], [177.95274645988928, -38.698102285985755, 0.0], [177.95285041154057, -38.698022825651876, 0.0], [177.9529397368955, -38.697929691684585, 0.0], [177.95303262342458, -38.697822111852176, 0.0], [177.9532275184324, -38.697633366988875, 0.0], [177.9534433928004, -38.69739191305811, 0.0], [177.95355224774036, -38.697251491923986, 0.0], [177.9537280725118, -38.6970903584607, 0.0], [177.95391753690438, -38.696928645490544, 0.0], [177.95412603823414, -38.6967125190311, 0.0], [177.9542882201004, -38.69655196419539, 0.0], [177.95437433836878, -38.69641250801856, 0.0], [177.95453221870443, -38.696255709210725, 0.0], [177.9546054352347, -38.69612752180222, 0.0], [177.95466931161724, -38.69599615743027, 0.0], [177.9547485530073, -38.695889155909065, 0.0], [177.9548709326211, -38.695812484788, 0.0], [177.95502722124814, -38.69569863671083, 0.0], [177.95520733926313, -38.69553374514683, 0.0], [177.95526458525376, -38.69543839858611, 0.0], [177.9553539043971, -38.69534526316095, 0.0], [177.9554555207073, -38.695298062652064, 0.0], [177.9555498790464, -38.69521186030185, 0.0], [177.95563066064918, -38.69507441681475, 0.0], [177.95579762872816, -38.694917230333864, 0.0], [177.95595391394184, -38.69480338122804, 0.0], [177.95608193283118, -38.69467643829301, 0.0], [177.95623599860258, -38.69453052032991, 0.0], [177.9563560188908, -38.694353885944345, 0.0], [177.95639162504068, -38.694209427318874, 0.0], [177.95642588898974, -38.69411148308345, 0.0], [177.95655809649858, -38.694045113636896, 0.0], [177.9567557582035, -38.6939559503618, 0.0], [177.95687887191744, -38.69388996697833, 0.0], [177.95693660755796, -38.69380174614775, 0.0], [177.95703181085904, -38.693661902121136, 0.0], [177.95707639950635, -38.69358138718958, 0.0], [177.9571452000612, -38.69352128520675, 0.0], [177.9571895419721, -38.69343720707847, 0.0], [177.95725415118815, -38.693316531220816, 0.0], [177.95727784133112, -38.693197594257605, 0.0], [177.95727093834907, -38.69309782560822, 0.0]], "type": "LineString"}, "id": "4275", "properties": {"CPS": 3, "Date": "2005-08-31", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4275.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.599999999999997, "Proxy": 1, "Region": "Gisborne", "SHLength": 2.55258069918, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.31976291892081, "USDate": "08/31/2005"}, "type": "Feature"}, {"bbox": [177.95739036802613, -38.692953893127786, 177.98726637069518, -38.67542985208492], "geometry": {"coordinates": [[177.95739036802613, -38.69293908356996, 0.0], [177.9575464291145, -38.692953893127786, 0.0], [177.95773417787166, -38.69289945653401, 0.0], [177.95795717392795, -38.69276132778777, 0.0], [177.95825989494526, -38.692523321635214, 0.0], [177.95860106628933, -38.69224794389568, 0.0], [177.95877563476864, -38.69206898849061, 0.0], [177.95884319945438, -38.69199106989285, 0.0], [177.95901286621182, -38.691873074425736, 0.0], [177.95914161446711, -38.6917568182622, 0.0], [177.9593725710841, -38.6915361547769, 0.0], [177.95955058881475, -38.69140708261103, 0.0], [177.95971398013018, -38.69126433749534, 0.0], [177.9599516996632, -38.69107554815315, 0.0], [177.96016643940675, -38.69088416182957, 0.0], [177.9603518201426, -38.690729759943636, 0.0], [177.96053760915632, -38.69054174820628, 0.0], [177.96078698967185, -38.69032387227005, 0.0], [177.96091904519065, -38.690189605418006, 0.0], [177.9611496389817, -38.69002970591451, 0.0], [177.9613764255572, -38.68988068881498, 0.0], [177.9615352634986, -38.689738134947945, 0.0], [177.9617074929396, -38.68959143765213, 0.0], [177.96189963389162, -38.689468908645566, 0.0], [177.96216229370702, -38.68931121693088, 0.0], [177.96236891681724, -38.68913446658481, 0.0], [177.96251238511135, -38.68896754980636, 0.0], [177.9626380568878, -38.68887286269831, 0.0], [177.9628898929876, -38.68869061441513, 0.0], [177.96303533345895, -38.688552202227434, 0.0], [177.96318754065564, -38.688445664703806, 0.0], [177.96333925380736, -38.688332000737596, 0.0], [177.96353205740058, -38.688186212333676, 0.0], [177.96373229648745, -38.68804904133344, 0.0], [177.96394592646075, -38.687907726557036, 0.0], [177.96421558732752, -38.6877086356995, 0.0], [177.96446127146731, -38.6875254547649, 0.0], [177.96471094848692, -38.687345081435296, 0.0], [177.9649819147281, -38.68714295530601, 0.0], [177.96526914697574, -38.68690142186972, 0.0], [177.9655401099532, -38.68669929464709, 0.0], [177.96576869702824, -38.686543641093216, 0.0], [177.96600650590509, -38.68641141876826, 0.0], [177.96618752834684, -38.686309606908466, 0.0], [177.9663872462345, -38.686176027374714, 0.0], [177.96668472169125, -38.6859727688993, 0.0], [177.96698536639514, -38.68576044067745, 0.0], [177.96726912571222, -38.685578610967994, 0.0], [177.96745623967274, -38.6854276981983, 0.0], [177.96763363445422, -38.68530102323082, 0.0], [177.96785311156, -38.68517851198988, 0.0], [177.968002759794, -38.685057187306654, 0.0], [177.96818270593695, -38.68491253473155, 0.0], [177.96833798599397, -38.684795734635266, 0.0], [177.9685301190049, -38.68466247462646, 0.0], [177.96873382193354, -38.684531699550924, 0.0], [177.96894213581407, -38.684412639836445, 0.0], [177.96919026683503, -38.68426508148242, 0.0], [177.9694164909183, -38.6841303679172, 0.0], [177.96955406139259, -38.684032188817724, 0.0], [177.96970637260065, -38.683927425551104, 0.0], [177.969933006405, -38.683798649618545, 0.0], [177.9702169561183, -38.683619782948995, 0.0], [177.97042402924015, -38.68348290540472, 0.0], [177.97058099063307, -38.683363052795464, 0.0], [177.9707684221742, -38.68327168190951, 0.0], [177.97094593024795, -38.68320157974607, 0.0], [177.97107736203168, -38.68312450666605, 0.0], [177.97124482167413, -38.68301909596424, 0.0], [177.97137847569883, -38.68291929488362, 0.0], [177.97152892815095, -38.68278780633789, 0.0], [177.97167110507684, -38.68270134063284, 0.0], [177.97184235097038, -38.682595767750776, 0.0], [177.97200960223614, -38.682487386855364, 0.0], [177.9722097102369, -38.682359737192066, 0.0], [177.97239968909824, -38.68225038707025, 0.0], [177.97255619233093, -38.68215139760486, 0.0], [177.97276951674027, -38.68204998587252, 0.0], [177.9729548417828, -38.68195572336286, 0.0], [177.9731599707459, -38.68184572622742, 0.0], [177.97332487227013, -38.68175828983762, 0.0], [177.9734546504734, -38.681657460502855, 0.0], [177.97356754826774, -38.681587130908156, 0.0], [177.9737330667911, -38.68150860172114, 0.0], [177.9738408604608, -38.68147422573507, 0.0], [177.97396440059237, -38.68139301895552, 0.0], [177.97415099810712, -38.68128976629199, 0.0], [177.97432306104247, -38.68119606714929, 0.0], [177.97446564340189, -38.681115536917744, 0.0], [177.97465767606965, -38.68103587587485, 0.0], [177.97483834417102, -38.680956699152574, 0.0], [177.97498829541217, -38.68087287604496, 0.0], [177.9752479321111, -38.680754594819156, 0.0], [177.97549072793856, -38.68064000930382, 0.0], [177.97573311072122, -38.680519484876136, 0.0], [177.97594856439108, -38.68039415253786, 0.0], [177.9761536839618, -38.68028415071115, 0.0], [177.97631878411246, -38.68019967977319, 0.0], [177.97657355858473, -38.68009351516198, 0.0], [177.97672074863894, -38.68002469778, 0.0], [177.97685492521086, -38.679932611238954, 0.0], [177.9769835871271, -38.67987053999727, 0.0], [177.97710887318135, -38.67981456867827, 0.0], [177.9772941478784, -38.679747103800366, 0.0], [177.9774701968377, -38.67965620811949, 0.0], [177.97766497888657, -38.67956153486747, 0.0], [177.97786256163283, -38.67947984507192, 0.0], [177.9780388153588, -38.679391917838686, 0.0], [177.97822766968943, -38.6793213207507, 0.0], [177.9783441405651, -38.679247856204675, 0.0], [177.97850330945334, -38.679187459509095, 0.0], [177.9786239801823, -38.67911977149851, 0.0], [177.97877832944909, -38.679044690036136, 0.0], [177.97890484992863, -38.679006532257084, 0.0], [177.9790747627412, -38.67893674221975, 0.0], [177.97921037783175, -38.67886543778393, 0.0], [177.9793920661804, -38.67880110073809, 0.0], [177.97954744518168, -38.67874086441277, 0.0], [177.97971611906135, -38.678653258252844, 0.0], [177.97988224226873, -38.678583628828534, 0.0], [177.98009513218526, -38.678476266609294, 0.0], [177.98024630937022, -38.67841025271484, 0.0], [177.98040740581467, -38.67832296906317, 0.0], [177.9805813095347, -38.678255984527226, 0.0], [177.98073138322664, -38.678195973160946, 0.0], [177.98089984794652, -38.67810539625614, 0.0], [177.9810992339589, -38.678022432923306, 0.0], [177.98126852307325, -38.67794373236006, 0.0], [177.98144896897617, -38.67786157715261, 0.0], [177.9815999371456, -38.67779259246196, 0.0], [177.9817776261484, -38.67772544455079, 0.0], [177.98197136497419, -38.67761591879302, 0.0], [177.9821825244091, -38.67753840690842, 0.0], [177.98241055871162, -38.67743039383023, 0.0], [177.9825849899745, -38.677343728965404, 0.0], [177.9828081303984, -38.67727463831207, 0.0], [177.9831005552677, -38.67716387369935, 0.0], [177.9833477321787, -38.6770580191952, 0.0], [177.98355193195363, -38.67698973621108, 0.0], [177.98378671209448, -38.67686952029999, 0.0], [177.98403953251085, -38.67679022538281, 0.0], [177.98433532811148, -38.67667335771822, 0.0], [177.98458036516487, -38.676591416177914, 0.0], [177.98481403837326, -38.67650995969078, 0.0], [177.98504564630318, -38.67639881088895, 0.0], [177.98523028421837, -38.67632242687832, 0.0], [177.98550510512072, -38.67621538663215, 0.0], [177.98574029214637, -38.676101105529206, 0.0], [177.98591439133867, -38.67603708288607, 0.0], [177.98614489282463, -38.675964693372705, 0.0], [177.98640783095857, -38.675867092940464, 0.0], [177.9867152912725, -38.675754187821035, 0.0], [177.98689655092215, -38.675683901654736, 0.0], [177.98706183325788, -38.6756023861676, 0.0], [177.98719219987012, -38.67551045101763, 0.0], [177.98726637069518, -38.67542985208492, 0.0]], "type": "LineString"}, "id": "4276", "properties": {"CPS": 4, "Date": "2005-08-31", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4276.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.599999999999997, "Proxy": 1, "Region": "Gisborne", "SHLength": 3.28890764999, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.953861878964553, "USDate": "08/31/2005"}, "type": "Feature"}, {"bbox": [177.98744811160324, -38.67531448874236, 178.02052495329525, -38.67054021254409], "geometry": {"coordinates": [[177.98744811160324, -38.67531189638058, 0.0], [177.98759645032325, -38.67531448874236, 0.0], [177.98780608071004, -38.67526979036618, 0.0], [177.98806853144507, -38.675219855239206, 0.0], [177.98829565328288, -38.67515356207429, 0.0], [177.98846237886227, -38.67509282899623, 0.0], [177.98867162901624, -38.67501538726174, 0.0], [177.9888499234481, -38.674957136951555, 0.0], [177.98911891421167, -38.67489202978742, 0.0], [177.98931910715734, -38.674820930256544, 0.0], [177.98962535319401, -38.67474529463549, 0.0], [177.98990804615312, -38.674658753600845, 0.0], [177.99017386698938, -38.674602713636425, 0.0], [177.99040752636296, -38.674521246760314, 0.0], [177.99068202204253, -38.67442612050934, 0.0], [177.9908893736914, -38.67434875608587, 0.0], [177.990997035781, -38.67428548356257, 0.0], [177.99116114249935, -38.674296330854055, 0.0], [177.99133688546058, -38.67425605399167, 0.0], [177.9916275626486, -38.67417512326899, 0.0], [177.99182541026158, -38.674124965889966, 0.0], [177.99209294731622, -38.67403906813245, 0.0], [177.99234444039013, -38.67399554838388, 0.0], [177.99254648797617, -38.673951166077366, 0.0], [177.99283399502727, -38.67387930206185, 0.0], [177.9930259199117, -38.67385322016802, 0.0], [177.99318905706411, -38.67379561203419, 0.0], [177.99339909211025, -38.67375684241201, 0.0], [177.99363880685647, -38.67370786801891, 0.0], [177.99387221946517, -38.673650228896705, 0.0], [177.9940679307206, -38.67362398322329, 0.0], [177.99428051117533, -38.67356723505429, 0.0], [177.99459136023356, -38.67350330151312, 0.0], [177.99472164846603, -38.673464965585474, 0.0], [177.99502891590552, -38.67340416222971, 0.0], [177.99530904949614, -38.67333558588033, 0.0], [177.995492155293, -38.67329200956585, 0.0], [177.9958400492707, -38.67321457448745, 0.0], [177.99616838416142, -38.673129042001946, 0.0], [177.99636663876848, -38.67308481558175, 0.0], [177.99659192104332, -38.673030497274816, 0.0], [177.99681165840227, -38.67296748203143, 0.0], [177.99703814254573, -38.6728922654029, 0.0], [177.99725829290614, -38.672835187639706, 0.0], [177.99750729397388, -38.672756027618135, 0.0], [177.99780594547894, -38.67268069610878, 0.0], [177.99809640040925, -38.67259678100336, 0.0], [177.99841295279973, -38.67250579106995, 0.0], [177.99859040364737, -38.672435650255906, 0.0], [177.99876551573047, -38.67238645537007, 0.0], [177.99895701941605, -38.6723544258504, 0.0], [177.99912087218044, -38.672307201883896, 0.0], [177.99935954182732, -38.67224337066025, 0.0], [177.9995177860052, -38.67222467745411, 0.0], [177.9997038500376, -38.67220181381642, 0.0], [177.99979040040125, -38.67213556672826, 0.0], [177.9998954736244, -38.672062569757976, 0.0], [178.00009434353458, -38.67202724470207, 0.0], [178.00026628715094, -38.6719871173796, 0.0], [178.00043024157281, -38.67194137624244, 0.0], [178.00064467460007, -38.67191133919099, 0.0], [178.0008033915302, -38.67184497606202, 0.0], [178.00095935621448, -38.67179362067686, 0.0], [178.00116346178416, -38.671778915351545, 0.0], [178.0014189339303, -38.671738183646376, 0.0], [178.00157992796565, -38.6717044798034, 0.0], [178.0018446313342, -38.671687175374515, 0.0], [178.00200396790612, -38.671629718055904, 0.0], [178.00217762517505, -38.67155973453023, 0.0], [178.00232645696514, -38.67148783721554, 0.0], [178.0024234787714, -38.67146283116343, 0.0], [178.00253316413375, -38.671401546101585, 0.0], [178.00267424253965, -38.67130020087748, 0.0], [178.00282517409863, -38.67123119090089, 0.0], [178.0029761053524, -38.671162180747515, 0.0], [178.0031693187391, -38.671100291137726, 0.0], [178.00336294613763, -38.67104433944435, 0.0], [178.00350375754124, -38.67099363058501, 0.0], [178.00367300268323, -38.67091490013464, 0.0], [178.0038417753926, -38.67088383759101, 0.0], [178.00399835707051, -38.670841385729794, 0.0], [178.0041229247153, -38.67083008675992, 0.0], [178.00422056652783, -38.670813986621724, 0.0], [178.0043095974997, -38.67078336579822, 0.0], [178.00439883561765, -38.670755714014646, 0.0], [178.00449118213876, -38.67077259870661, 0.0], [178.0045688509398, -38.67074246507799, 0.0], [178.00463873778193, -38.67070968723128, 0.0], [178.004737208237, -38.67070546308512, 0.0], [178.0048840848897, -38.67068725030768, 0.0], [178.0050151904041, -38.670660779960635, 0.0], [178.00509114407066, -38.67066049948432, 0.0], [178.00517115642305, -38.67064217688541, 0.0], [178.00546091445165, -38.670602943480695, 0.0], [178.00567513313095, -38.670569928470066, 0.0], [178.00583399293086, -38.67056013432284, 0.0], [178.00592234480868, -38.670574211281505, 0.0], [178.00611969953525, -38.670571698960664, 0.0], [178.00636229460292, -38.67056426697011, 0.0], [178.00665075187618, -38.67056082230993, 0.0], [178.0069228158413, -38.67054021254409, 0.0], [178.0072312460651, -38.67055079921176, 0.0], [178.0074973939152, -38.670554265930555, 0.0], [178.0077751109894, -38.670560213427706, 0.0], [178.007976874693, -38.670566442660416, 0.0], [178.00811466908704, -38.67058137355106, 0.0], [178.00834190695113, -38.67057161867078, 0.0], [178.00844499352988, -38.67057910517018, 0.0], [178.0085146166423, -38.670596962150626, 0.0], [178.0085996955627, -38.67060224360008, 0.0], [178.00874905937386, -38.67061965502905, 0.0], [178.00892809936954, -38.67062685818413, 0.0], [178.00908021345978, -38.67062926116487, 0.0], [178.0091812258807, -38.670607056186356, 0.0], [178.0092704079137, -38.67063300688053, 0.0], [178.0094597726085, -38.67062487596386, 0.0], [178.00960182274733, -38.670591974548266, 0.0], [178.00972721821364, -38.670592545985876, 0.0], [178.0099108751843, -38.67061146131087, 0.0], [178.01002698338024, -38.670642211107534, 0.0], [178.01021821508894, -38.67066080065382, 0.0], [178.01045468686937, -38.67067446896707, 0.0], [178.01063455683033, -38.67069354577708, 0.0], [178.01079741026885, -38.670686551298566, 0.0], [178.010991184448, -38.67068716244835, 0.0], [178.01120809733126, -38.67069273535251, 0.0], [178.01147486747456, -38.67070510014386, 0.0], [178.01166674794484, -38.67070579150886, 0.0], [178.0118918579798, -38.6707199449532, 0.0], [178.01219966563465, -38.670721611152295, 0.0], [178.0125154629029, -38.67072888922769, 0.0], [178.01285797867487, -38.670737996387025, 0.0], [178.01308142810308, -38.67072839499726, 0.0], [178.01328173858022, -38.67071383153251, 0.0], [178.01338778228532, -38.670709274611916, 0.0], [178.01349320315614, -38.67069581041064, 0.0], [178.01360744416957, -38.670699834971956, 0.0], [178.01373849518245, -38.670726960864954, 0.0], [178.01387649796953, -38.67074485389454, 0.0], [178.01400884490835, -38.67073618799166, 0.0], [178.01413569355833, -38.67075753807401, 0.0], [178.01429117936027, -38.6707538333257, 0.0], [178.0145005174926, -38.67075972562077, 0.0], [178.01471343523426, -38.67076248568907, 0.0], [178.01493235131613, -38.670785833393516, 0.0], [178.01514967935253, -38.67079733702176, 0.0], [178.01545115805465, -38.67081713452789, 0.0], [178.01571538724912, -38.67084746664931, 0.0], [178.01593416937882, -38.67087975214787, 0.0], [178.0161792548317, -38.67090792829576, 0.0], [178.01634651780589, -38.67090967036491, 0.0], [178.01646537719665, -38.67092540543534, 0.0], [178.0166431710352, -38.67091478233675, 0.0], [178.01677630063855, -38.6709715951741, 0.0], [178.0168669873379, -38.67096471746433, 0.0], [178.01699720868226, -38.67097996338994, 0.0], [178.0170947989337, -38.67101745831557, 0.0], [178.01718144298476, -38.67106137986103, 0.0], [178.01723591910414, -38.671079882938585, 0.0], [178.01736017841083, -38.67108049495558, 0.0], [178.01750425509243, -38.671130880176406, 0.0], [178.01765865489085, -38.6711659313269, 0.0], [178.0177795926972, -38.67121135542813, 0.0], [178.01791759692102, -38.671229243536175, 0.0], [178.01808211212733, -38.6712459911596, 0.0], [178.01819272747284, -38.6713067487131, 0.0], [178.01827159011282, -38.67134802615077, 0.0], [178.01838033547259, -38.67138206215109, 0.0], [178.01848737179492, -38.67144595134449, 0.0], [178.01858096824884, -38.67148063880603, 0.0], [178.01871518581098, -38.67149868883965, 0.0], [178.01881718831845, -38.6715449263988, 0.0], [178.0189522373742, -38.67157485229318, 0.0], [178.01903950664533, -38.67162767943984, 0.0], [178.01910975628851, -38.671654436943726, 0.0], [178.01924355855223, -38.6716665482667, 0.0], [178.01934914104206, -38.671709653343356, 0.0], [178.01946188252495, -38.6717464943495, 0.0], [178.01954936021568, -38.67180229010742, 0.0], [178.01973530780234, -38.67185384891185, 0.0], [178.0199986646667, -38.67192590033475, 0.0], [178.0201347542393, -38.671970669929756, 0.0], [178.02019950886597, -38.672027442974006, 0.0], [178.02028934298096, -38.672084327940205, 0.0], [178.02034777059785, -38.6721592410194, 0.0], [178.0204011185164, -38.67227010837575, 0.0], [178.02043931732914, -38.67238162762869, 0.0], [178.02050439837183, -38.67255154952458, 0.0], [178.02052495329525, -38.67262809232507, 0.0]], "type": "LineString"}, "id": "4277", "properties": {"CPS": 4, "Date": "2005-08-31", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4277.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.599999999999997, "Proxy": 1, "Region": "Gisborne", "SHLength": 3.06809335554, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.953861878964553, "USDate": "08/31/2005"}, "type": "Feature"}, {"bbox": [178.02054765481603, -38.672653917152715, 178.02324124308046, -38.67248436415517], "geometry": {"coordinates": [[178.02054765481603, -38.672653917152715, 0.0], [178.02117298063672, -38.67263296059335, 0.0], [178.02187363631373, -38.67260280207162, 0.0], [178.02269864847563, -38.67255835150363, 0.0], [178.02308949953027, -38.67254152338303, 0.0], [178.0231677850354, -38.67252028479742, 0.0], [178.02324124308046, -38.67248436415517, 0.0]], "type": "LineString"}, "id": "4278", "properties": {"CPS": 1, "Date": "2005-08-31", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4278.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.599999999999997, "Proxy": 5, "Region": "Gisborne", "SHLength": 0.23676899318, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.150651064212881, "USDate": "08/31/2005"}, "type": "Feature"}, {"bbox": [177.94150050068095, -38.71175155783559, 178.02058185603002, -38.67043194943038], "geometry": {"coordinates": [[177.94150050068095, -38.71175155783559, 0.0], [177.94183374788832, -38.71124903884455, 0.0], [177.9420759576705, -38.710881410526866, 0.0], [177.9422687555457, -38.71054684719042, 0.0], [177.94235290435375, -38.71040033522498, 0.0], [177.94248032127803, -38.710352052157205, 0.0], [177.94256225098022, -38.71004124584153, 0.0], [177.9428410861826, -38.70980786305198, 0.0], [177.94317759956874, -38.70944100113596, 0.0], [177.94352845273605, -38.7091497685584, 0.0], [177.94387044210248, -38.70864210887403, 0.0], [177.94417293503207, -38.70817900635509, 0.0], [177.94451188401283, -38.70767147384846, 0.0], [177.9449365297056, -38.70708406941416, 0.0], [177.94515249535556, -38.70677710882523, 0.0], [177.94521622698988, -38.70655522263911, 0.0], [177.9454342374103, -38.70623388027246, 0.0], [177.94558243995328, -38.705958381261745, 0.0], [177.94571705171546, -38.705838316710825, 0.0], [177.94590318005854, -38.70545161716698, 0.0], [177.9462352361156, -38.705108760509916, 0.0], [177.9465159091022, -38.70468231432405, 0.0], [177.94676087205826, -38.70444321196269, 0.0], [177.94691391057822, -38.70428186325001, 0.0], [177.94690930853864, -38.704127200113874, 0.0], [177.9471320632019, -38.70387474429146, 0.0], [177.9473616915115, -38.70354575860364, 0.0], [177.9474543387709, -38.703346469293095, 0.0], [177.94767551740696, -38.702939221085146, 0.0], [177.94793292496792, -38.70270435346621, 0.0], [177.94803189233195, -38.70264059444401, 0.0], [177.94831115570568, -38.702238028484075, 0.0], [177.94878925472727, -38.70176508295087, 0.0], [177.94908801228232, -38.70138074769388, 0.0], [177.949362920755, -38.70095930473166, 0.0], [177.94979563260057, -38.700621697472, 0.0], [177.94997437383938, -38.70039254621925, 0.0], [177.95013090953003, -38.700150042458574, 0.0], [177.95044177902884, -38.699765190015185, 0.0], [177.95076093032733, -38.6994562231687, 0.0], [177.9509728338621, -38.69913513056343, 0.0], [177.9510580143029, -38.698959979954104, 0.0], [177.95108061056786, -38.69884704651252, 0.0], [177.95131916090372, -38.69869159260817, 0.0], [177.95154926034527, -38.698457876693624, 0.0], [177.95158798447994, -38.69827040315327, 0.0], [177.95180343116212, -38.69813260607307, 0.0], [177.95218728647615, -38.69779229963986, 0.0], [177.95240574804407, -38.6975662235207, 0.0], [177.9528391432196, -38.697107072638126, 0.0], [177.95315622707002, -38.69681248205186, 0.0], [177.95368020475686, -38.69625656706177, 0.0], [177.95416524674482, -38.695621300859855, 0.0], [177.95454299946596, -38.69519309641591, 0.0], [177.95481723006563, -38.69493844063061, 0.0], [177.95536077341805, -38.694446013164466, 0.0], [177.95582385851813, -38.69393317725415, 0.0], [177.95652974911508, -38.69341478790622, 0.0], [177.95727075938643, -38.692832958888985, 0.0], [177.9577019787573, -38.692431061876974, 0.0], [177.9581814323146, -38.69197946467414, 0.0], [177.95857847913214, -38.69156710494601, 0.0], [177.95886882291433, -38.691326049836675, 0.0], [177.9592453963182, -38.690969354130814, 0.0], [177.95976465437283, -38.690566089574865, 0.0], [177.96043885886542, -38.690029965572364, 0.0], [177.96106989290266, -38.68952902779786, 0.0], [177.9618704316502, -38.688842195161875, 0.0], [177.96251511871526, -38.688319227424174, 0.0], [177.96319217348687, -38.687868734367484, 0.0], [177.96361172706497, -38.68756261006262, 0.0], [177.96432962114557, -38.687043665130396, 0.0], [177.96494857486238, -38.68658848755384, 0.0], [177.96594742249883, -38.685869363854984, 0.0], [177.96655498857075, -38.68546945862283, 0.0], [177.96714070496938, -38.685149100610495, 0.0], [177.9680017798356, -38.68454780003773, 0.0], [177.9688632016678, -38.68403939301216, 0.0], [177.96928059968798, -38.683790519130945, 0.0], [177.9700749021499, -38.68323493174366, 0.0], [177.97103972507264, -38.682683985251366, 0.0], [177.97166970166592, -38.68234504238986, 0.0], [177.97233340130418, -38.68196654019474, 0.0], [177.97291675440283, -38.68161290111301, 0.0], [177.97357477264165, -38.681196515623235, 0.0], [177.97396414029805, -38.68098217446873, 0.0], [177.97454145488302, -38.68071693443663, 0.0], [177.97521023449224, -38.68041205473021, 0.0], [177.976183017137, -38.679889316709996, 0.0], [177.9768418859528, -38.67944190579124, 0.0], [177.97742517579078, -38.67921928047011, 0.0], [177.97810450365057, -38.67893537634022, 0.0], [177.97903595782228, -38.67856208844384, 0.0], [177.979977107494, -38.678109759806176, 0.0], [177.98064556687606, -38.67775721525657, 0.0], [177.98164619141892, -38.677373806717505, 0.0], [177.98232591980027, -38.67713989214897, 0.0], [177.98274096502595, -38.67694586768829, 0.0], [177.98335677853584, -38.676667028872664, 0.0], [177.98393715781955, -38.67644687849942, 0.0], [177.98441197222309, -38.676238382808805, 0.0], [177.98520925243767, -38.6759470163814, 0.0], [177.98590906511419, -38.67565266295015, 0.0], [177.98638045102848, -38.67548242449284, 0.0], [177.98715148976746, -38.67516357779326, 0.0], [177.98794786359946, -38.67490320308769, 0.0], [177.98850050096436, -38.67476521841194, 0.0], [177.98949723570735, -38.674458147312556, 0.0], [177.99031860163063, -38.67412045089019, 0.0], [177.99093243192328, -38.67390121799445, 0.0], [177.99116001698707, -38.673896246457275, 0.0], [177.99175351801387, -38.673777939986174, 0.0], [177.99274758352263, -38.67356386948727, 0.0], [177.9936224266273, -38.67338348257851, 0.0], [177.99397616392505, -38.67331354573058, 0.0], [177.99474473275836, -38.67317820045106, 0.0], [177.99584504456357, -38.67291905424599, 0.0], [177.99653674635212, -38.67272742885235, 0.0], [177.9970674743534, -38.67258081283538, 0.0], [177.9978214735324, -38.67236745236674, 0.0], [177.9983127569504, -38.67226540369835, 0.0], [177.9986906058202, -38.672149154114145, 0.0], [177.99920749942825, -38.67202218043334, 0.0], [177.99989527509624, -38.6718616748057, 0.0], [178.0006238095364, -38.67167559416971, 0.0], [178.0012068564678, -38.67153862900347, 0.0], [178.0019432418994, -38.671247378268156, 0.0], [178.0023073486927, -38.6710649992635, 0.0], [178.00292575076023, -38.67091221533827, 0.0], [178.0033687490061, -38.6707717155089, 0.0], [178.00372416471274, -38.67068261829571, 0.0], [178.0040571640363, -38.67062068783547, 0.0], [178.00413930177987, -38.67062192953099, 0.0], [178.00471045267236, -38.67057598830057, 0.0], [178.005187345559, -38.670529323366736, 0.0], [178.00560430397115, -38.67049475758532, 0.0], [178.00612157832154, -38.67046065059747, 0.0], [178.0066457408837, -38.67043815766885, 0.0], [178.0071905699709, -38.670450511263574, 0.0], [178.00767853947593, -38.67043194943038, 0.0], [178.0080541952151, -38.6704587074841, 0.0], [178.00875416590912, -38.670516806511166, 0.0], [178.00912210308388, -38.67052006856043, 0.0], [178.00977413770198, -38.67054448371075, 0.0], [178.0104712878175, -38.67056219281993, 0.0], [178.0111906426327, -38.670593238287175, 0.0], [178.0115282812382, -38.67059779411218, 0.0], [178.0123374935127, -38.67065356109252, 0.0], [178.01334592503412, -38.67060308382395, 0.0], [178.01383214997495, -38.67064651309936, 0.0], [178.01438337008554, -38.67066332291527, 0.0], [178.01481539121735, -38.67071384253878, 0.0], [178.015764435731, -38.67081360481801, 0.0], [178.01643274501785, -38.67089684228529, 0.0], [178.0168565480311, -38.67091673661013, 0.0], [178.0172043634437, -38.67102328071242, 0.0], [178.01767399960627, -38.67117699677316, 0.0], [178.01821585465632, -38.67132045730662, 0.0], [178.0185066430187, -38.67139371463608, 0.0], [178.01884267596557, -38.671505525313464, 0.0], [178.01944040256976, -38.671665635456556, 0.0], [178.01976734850047, -38.67177783435469, 0.0], [178.02013531009746, -38.67195497403412, 0.0], [178.0203859771038, -38.67210618918454, 0.0], [178.02052975501783, -38.67246688848745, 0.0], [178.02058185603002, -38.6725599415523, 0.0]], "type": "LineString"}, "id": "4283", "properties": {"CPS": 4, "Date": "1979-03-04", "Digitiser": "ER", "Georef_ER": 5.0, "ID": 4283.0, "Notes": null, "Photoscale": 47000, "Pixel_Er": 1.418962815383353, "Proxy": 1, "Region": "Gisborne", "SHLength": 8.91357686378, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 5.621321505788533, "USDate": "03/04/1979"}, "type": "Feature"}, {"bbox": [177.93919822901458, -38.716147142133025, 177.991621615072, -38.67361177849522], "geometry": {"coordinates": [[177.93919822901458, -38.716147142133025, 0.0], [177.9394902094482, -38.71592750462092, 0.0], [177.9397207273639, -38.71569855732605, 0.0], [177.9399909859754, -38.71520824046198, 0.0], [177.94015741638793, -38.71484382526696, 0.0], [177.9403195843968, -38.71450579724685, 0.0], [177.94050551516483, -38.71415961515117, 0.0], [177.9407414312445, -38.71383275734279, 0.0], [177.94097669127456, -38.71358454738624, 0.0], [177.9411145183379, -38.71337858368825, 0.0], [177.94124545902133, -38.713072849143536, 0.0], [177.9414494928483, -38.71276878267084, 0.0], [177.9416885106746, -38.71231075757856, 0.0], [177.94187565836037, -38.711938315154654, 0.0], [177.9420371598219, -38.71167893374645, 0.0], [177.94223790746548, -38.71132735650826, 0.0], [177.94247290380923, -38.71094335598904, 0.0], [177.9426980626833, -38.7105049758458, 0.0], [177.9428765175572, -38.71018293157931, 0.0], [177.94312445433184, -38.70981029368873, 0.0], [177.9433792680244, -38.7093611258549, 0.0], [177.94347750407854, -38.70915445516103, 0.0], [177.94360351741085, -38.70895375440361, 0.0], [177.94372977382696, -38.70871254178189, 0.0], [177.94391207202153, -38.70840224539764, 0.0], [177.9440936331466, -38.70812533412524, 0.0], [177.94428190734553, -38.70776951760605, 0.0], [177.9444603545564, -38.707535621687384, 0.0], [177.94465510721375, -38.707317711352424, 0.0], [177.9448597625216, -38.706934992757645, 0.0], [177.94512177403985, -38.706590343602144, 0.0], [177.94514724853838, -38.706474906616286, 0.0], [177.94528890335505, -38.70628068839063, 0.0], [177.94541253172198, -38.70608961674066, 0.0], [177.9455085531555, -38.705983100766936, 0.0], [177.94555778770976, -38.7058595089868, 0.0], [177.9456914938236, -38.7056823043947, 0.0], [177.94591531349997, -38.70531306618178, 0.0], [177.94606417572254, -38.70513521854179, 0.0], [177.94628537414295, -38.70481612199734, 0.0], [177.94646437869557, -38.70454646311544, 0.0], [177.9467485797917, -38.704215164251146, 0.0], [177.94690447756474, -38.703963161748156, 0.0], [177.9470764383394, -38.70376765624627, 0.0], [177.9471108395828, -38.70364945787453, 0.0], [177.94733711595313, -38.70340399964659, 0.0], [177.9474078946347, -38.703284258274216, 0.0], [177.94748506426626, -38.7031690106594, 0.0], [177.94777842769622, -38.70279443703404, 0.0], [177.94792260795643, -38.7025929614671, 0.0], [177.9480218944218, -38.70244580369952, 0.0], [177.9481679560553, -38.70222757100578, 0.0], [177.94824454446348, -38.70205993402673, 0.0], [177.94843198274165, -38.70186853497888, 0.0], [177.94849161725674, -38.70176356039234, 0.0], [177.94870854773146, -38.70155899758832, 0.0], [177.94882224489234, -38.701356431829105, 0.0], [177.94910978300487, -38.70102975097185, 0.0], [177.94926951843868, -38.7007894949534, 0.0], [177.94936191644962, -38.70063071625624, 0.0], [177.94943359736246, -38.70056811390922, 0.0], [177.94950126192253, -38.70049138733864, 0.0], [177.9496291379884, -38.700362074682296, 0.0], [177.94973808138022, -38.70017876930607, 0.0], [177.94993624659443, -38.70001073717013, 0.0], [177.95001808190872, -38.699919114375746, 0.0], [177.95015700875598, -38.69972977138904, 0.0], [177.95032427820678, -38.6995106362311, 0.0], [177.95049557461707, -38.69939377458033, 0.0], [177.950647193231, -38.69916815591753, 0.0], [177.9507833380082, -38.69902657898345, 0.0], [177.9508485370814, -38.69891421983473, 0.0], [177.9510063044232, -38.698733606003124, 0.0], [177.95114916702033, -38.69860127327097, 0.0], [177.95121043706044, -38.698520052335205, 0.0], [177.9513270025458, -38.69840313020073, 0.0], [177.95140719242423, -38.69828775202081, 0.0], [177.95155038181758, -38.69816016982318, 0.0], [177.9516415467278, -38.69802764858997, 0.0], [177.9517450005264, -38.69789698805712, 0.0], [177.95188314542253, -38.697728701343564, 0.0], [177.9519493269772, -38.69763059452358, 0.0], [177.95209021519057, -38.69746975534739, 0.0], [177.95218621588108, -38.697363235185286, 0.0], [177.95233135912085, -38.69717600834331, 0.0], [177.95248740169362, -38.69701452534053, 0.0], [177.9526689179206, -38.69682575383469, 0.0], [177.95280030592212, -38.69670343613198, 0.0], [177.95294725288477, -38.696542338746276, 0.0], [177.95315071684814, -38.69631928058884, 0.0], [177.9533155956065, -38.69610977272207, 0.0], [177.95345517877757, -38.6960180779427, 0.0], [177.95362195239238, -38.695879962146414, 0.0], [177.95386808727218, -38.69561458942529, 0.0], [177.95406294524577, -38.69539904255706, 0.0], [177.95434274782048, -38.69513700390709, 0.0], [177.95456857137134, -38.694929670802466, 0.0], [177.95476203718732, -38.69473800627995, 0.0], [177.95491675489316, -38.69455751707416, 0.0], [177.955166002229, -38.69433727576717, 0.0], [177.95530835577316, -38.694197812602795, 0.0], [177.95555268867312, -38.693994456291804, 0.0], [177.95565277022774, -38.69385917095183, 0.0], [177.95589644376017, -38.6936463122564, 0.0], [177.95596860512092, -38.69359083302364, 0.0], [177.9561153745506, -38.69342735702971, 0.0], [177.9563313641561, -38.69325379254263, 0.0], [177.95645585583463, -38.69311985184449, 0.0], [177.95662957375006, -38.69295046535928, 0.0], [177.956717199189, -38.69281094358788, 0.0], [177.9568572645946, -38.69272637174729, 0.0], [177.95707430915925, -38.69252417198818, 0.0], [177.9572678536872, -38.69237776637355, 0.0], [177.9575902311456, -38.69211629355654, 0.0], [177.95791801070771, -38.69184506058421, 0.0], [177.9581366934171, -38.69166661361827, 0.0], [177.95829778697237, -38.6914906140915, 0.0], [177.95866945307077, -38.69115080574965, 0.0], [177.95888714543244, -38.69095810498825, 0.0], [177.95899729589664, -38.690836683529334, 0.0], [177.95937069236908, -38.69056588991798, 0.0], [177.95968699226577, -38.690304669999385, 0.0], [177.95998601996482, -38.69010136190721, 0.0], [177.96012990691514, -38.68994038617471, 0.0], [177.96025455037542, -38.68980881765239, 0.0], [177.96036422600378, -38.6897684176775, 0.0], [177.96057077287898, -38.6895904824338, 0.0], [177.9607198262192, -38.68946025786836, 0.0], [177.96102671814992, -38.68928281949643, 0.0], [177.96106003415275, -38.68919325287984, 0.0], [177.9612171915114, -38.689048388511175, 0.0], [177.96140063888143, -38.688888111260304, 0.0], [177.9615990047693, -38.68876770045588, 0.0], [177.96174248634597, -38.68864485891119, 0.0], [177.96188556833783, -38.68856015300361, 0.0], [177.96205435240586, -38.68840764575296, 0.0], [177.96222698901795, -38.688266886520864, 0.0], [177.96242927486313, -38.688115336093865, 0.0], [177.96253852281606, -38.68802492141601, 0.0], [177.96278716115472, -38.687840427022024, 0.0], [177.96293653587253, -38.68771495095384, 0.0], [177.96311032070085, -38.68759081860507, 0.0], [177.9633687064084, -38.687415438026825, 0.0], [177.96365051414563, -38.68722714818687, 0.0], [177.96395459177614, -38.687009320979755, 0.0], [177.96422190089643, -38.68683117646008, 0.0], [177.9643908404874, -38.686681041814055, 0.0], [177.9646049109483, -38.68652422144324, 0.0], [177.96476172619802, -38.686374602270696, 0.0], [177.9650032357785, -38.68621899584892, 0.0], [177.96517595755938, -38.68612349488641, 0.0], [177.9654250761562, -38.68594612196163, 0.0], [177.965740113399, -38.685711146865515, 0.0], [177.96595997797087, -38.68550642903389, 0.0], [177.96627395616412, -38.68530008671986, 0.0], [177.96643152071607, -38.68520522923831, 0.0], [177.96666613823538, -38.685038000825145, 0.0], [177.9669010839015, -38.68487552283408, 0.0], [177.9670559452899, -38.684785544478736, 0.0], [177.9672211177766, -38.684668920246786, 0.0], [177.96736458148447, -38.6845460729018, 0.0], [177.96765628222946, -38.684369264668824, 0.0], [177.96785511868467, -38.68425597090115, 0.0], [177.96807721129505, -38.68412739188182, 0.0], [177.96833606604181, -38.683959128071905, 0.0], [177.96858157808953, -38.68381763861642, 0.0], [177.9688096307214, -38.68364353842162, 0.0], [177.9690393291298, -38.68349319190531, 0.0], [177.96928859349134, -38.68331818730863, 0.0], [177.9695535034689, -38.683149662976724, 0.0], [177.96981841217587, -38.68298113812162, 0.0], [177.96997491279524, -38.68291491040534, 0.0], [177.97019110091915, -38.6827889614809, 0.0], [177.97036601403659, -38.682681447670106, 0.0], [177.97062462797544, -38.68255369037487, 0.0], [177.97091449999726, -38.68235074561647, 0.0], [177.97112660068552, -38.68225355821664, 0.0], [177.97120855412575, -38.68216429888993, 0.0], [177.9714113975928, -38.68206512304859, 0.0], [177.97150656097585, -38.682034861050816, 0.0], [177.97166042154518, -38.68193062495289, 0.0], [177.97180281881847, -38.68183640687699, 0.0], [177.97199535110414, -38.681763876094514, 0.0], [177.97208247549915, -38.68170536723887, 0.0], [177.97237497641683, -38.68154042564169, 0.0], [177.9726239966146, -38.68140592571836, 0.0], [177.97294999475486, -38.68124193732556, 0.0], [177.97309354255097, -38.681164345611215, 0.0], [177.9733234895259, -38.681061628736686, 0.0], [177.97357102273816, -38.680905748494865, 0.0], [177.97377132316444, -38.68081382434692, 0.0], [177.97388456489608, -38.68073752377403, 0.0], [177.97425413663282, -38.68058835097527, 0.0], [177.9747706740272, -38.68032331891743, 0.0], [177.9750752842921, -38.68015785439576, 0.0], [177.9754920799364, -38.67994472106968, 0.0], [177.9757617439334, -38.67984507045557, 0.0], [177.9760284389639, -38.67970266239422, 0.0], [177.9764517843476, -38.679496393616965, 0.0], [177.97684206142338, -38.679339182358156, 0.0], [177.97730292076577, -38.67914798710567, 0.0], [177.9776203008681, -38.67899150098113, 0.0], [177.9780023061284, -38.67884655094012, 0.0], [177.97828259861186, -38.678724999392244, 0.0], [177.97864779959065, -38.678556940237094, 0.0], [177.97910060802107, -38.67833749268562, 0.0], [177.97945164347425, -38.67818433014128, 0.0], [177.98010522521457, -38.67788007189051, 0.0], [177.98050358510304, -38.67770820917645, 0.0], [177.98100552625897, -38.67749618652302, 0.0], [177.98143892407515, -38.677303765427254, 0.0], [177.9818372772066, -38.67713189856472, 0.0], [177.98232708902646, -38.676920388327005, 0.0], [177.98270511004773, -38.67671841556647, 0.0], [177.98308340090327, -38.676564078296096, 0.0], [177.9834131488514, -38.676454696782244, 0.0], [177.98370923329992, -38.67634198760102, 0.0], [177.9838892861606, -38.67626520596164, 0.0], [177.98442045950026, -38.676080509081785, 0.0], [177.9849851840173, -38.67585387526284, 0.0], [177.9854840672274, -38.675641964481805, 0.0], [177.98590763270172, -38.67548330109228, 0.0], [177.9862846964605, -38.675355212608444, 0.0], [177.98661784988866, -38.67520755814864, 0.0], [177.98691524530113, -38.67511384423403, 0.0], [177.98715374562337, -38.675003587978765, 0.0], [177.9873947238532, -38.67492896142039, 0.0], [177.9877383948869, -38.67484517918556, 0.0], [177.98822894278447, -38.67468840863793, 0.0], [177.98866020871282, -38.67455323026827, 0.0], [177.98921443872214, -38.674350849234976, 0.0], [177.98965093400477, -38.67420353160789, 0.0], [177.9900101334846, -38.67408096016256, 0.0], [177.99029677544058, -38.67396387368513, 0.0], [177.99054380642258, -38.673888981831304, 0.0], [177.99079810814308, -38.67378757198259, 0.0], [177.99087022172392, -38.673732074126264, 0.0], [177.99096910956524, -38.67366828360532, 0.0], [177.99113521258153, -38.67369691359449, 0.0], [177.99136433866542, -38.6736704341105, 0.0], [177.991621615072, -38.67361177849522, 0.0]], "type": "LineString"}, "id": "4288", "properties": {"CPS": 3, "Date": "1948-07-06", "Digitiser": "ER", "Georef_ER": 4.0, "ID": 4288.0, "Notes": null, "Photoscale": 10400, "Pixel_Er": 0.43302378373664, "Proxy": 1, "Region": "Gisborne", "SHLength": 6.80724154864, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 3.76304525581099, "USDate": "07/06/1948"}, "type": "Feature"}, {"bbox": [177.991621615072, -38.67361177849522, 178.02052650580453, -38.670480723926374], "geometry": {"coordinates": [[177.991621615072, -38.67361177849522, 0.0], [177.99184743291437, -38.67353779154565, 0.0], [177.99203049898134, -38.6734608686938, 0.0], [177.9922417743931, -38.67343991612562, 0.0], [177.99238071250033, -38.67338394024191, 0.0], [177.99253860484828, -38.6733819483396, 0.0], [177.99273445142282, -38.67331400708605, 0.0], [177.99300604813263, -38.67324282359618, 0.0], [177.99314410568473, -38.67321785573666, 0.0], [177.99342341589968, -38.67317016517809, 0.0], [177.99362846431097, -38.67314709423344, 0.0], [177.9937939569433, -38.67312333370092, 0.0], [177.9938752709276, -38.67311270585923, 0.0], [177.99439229600873, -38.67303101329248, 0.0], [177.9946820181561, -38.673001933214806, 0.0], [177.99517799664915, -38.6729235206309, 0.0], [177.99550055127625, -38.672885885550166, 0.0], [177.99577126459113, -38.67284570471255, 0.0], [177.99606908191413, -38.67280198014969, 0.0], [177.99631169694823, -38.6727510893429, 0.0], [177.99649602940653, -38.6727360477553, 0.0], [177.99668746523082, -38.672692112848644, 0.0], [177.9967649203946, -38.67266973627374, 0.0], [177.99691641935115, -38.67266324747652, 0.0], [177.99697283010303, -38.67264415452172, 0.0], [177.9971135834985, -38.672614301726426, 0.0], [177.9974558548825, -38.67255437514002, 0.0], [177.9978038543745, -38.672489437373024, 0.0], [177.99805252667468, -38.67243828348888, 0.0], [177.99841622071995, -38.67233693556354, 0.0], [177.99886607714282, -38.672250953855375, 0.0], [177.99922304646492, -38.672140361996576, 0.0], [177.99965306439435, -38.67203140340838, 0.0], [177.99991875351114, -38.671962839557054, 0.0], [178.00023446002086, -38.671870689820636, 0.0], [178.0003740505494, -38.67182420619518, 0.0], [178.00070826661013, -38.6717360266539, 0.0], [178.00114119123026, -38.67158167253424, 0.0], [178.00158590207636, -38.67142204676089, 0.0], [178.00206240112556, -38.67128249796655, 0.0], [178.00246364807853, -38.67115332116931, 0.0], [178.00276772475826, -38.67106881054566, 0.0], [178.00301946400143, -38.67097463158173, 0.0], [178.0033843487386, -38.67084701100191, 0.0], [178.00358656760483, -38.67078354331426, 0.0], [178.00392413537946, -38.670699975743545, 0.0], [178.0041805591871, -38.670629417336094, 0.0], [178.0042741532581, -38.67062063796138, 0.0], [178.00446134130706, -38.67060307899083, 0.0], [178.0047603022738, -38.67057596013207, 0.0], [178.00496230766598, -38.670552999933456, 0.0], [178.00507744204177, -38.67054806062184, 0.0], [178.00518216037946, -38.670524508918724, 0.0], [178.00531481052133, -38.670509288341655, 0.0], [178.00538399959973, -38.67049917272775, 0.0], [178.00569943534836, -38.67049040377891, 0.0], [178.00603607983777, -38.670480723926374, 0.0], [178.00628029159574, -38.67049645106802, 0.0], [178.00656961934888, -38.67050547682085, 0.0], [178.0067894265874, -38.67051986777964, 0.0], [178.0070025107164, -38.67052501729188, 0.0], [178.00724033118598, -38.67053625191646, 0.0], [178.00747682461375, -38.670528483879686, 0.0], [178.0076527211696, -38.670523316381754, 0.0], [178.007882281559, -38.67054681618905, 0.0], [178.00812533219766, -38.67054591253297, 0.0], [178.00830778604683, -38.67054760972646, 0.0], [178.008517717636, -38.67050762636383, 0.0], [178.00890416568774, -38.670514859203635, 0.0], [178.0092515577572, -38.670528532480155, 0.0], [178.00968361913397, -38.67053618660383, 0.0], [178.0098669025397, -38.6705497576673, 0.0], [178.0101067569147, -38.670546604720734, 0.0], [178.01050279219382, -38.6705605676703, 0.0], [178.0109404150512, -38.67056083108173, 0.0], [178.01141422959319, -38.67055715582585, 0.0], [178.01190688691557, -38.67056219870514, 0.0], [178.01208597836114, -38.67055926961917, 0.0], [178.0122495885874, -38.67055224059777, 0.0], [178.01250089740455, -38.67053906103442, 0.0], [178.01290469317073, -38.67053362324044, 0.0], [178.01309034216973, -38.67053755799796, 0.0], [178.01319252547376, -38.6705212552094, 0.0], [178.01353049540097, -38.67053055574111, 0.0], [178.0139983749062, -38.670572390312564, 0.0], [178.01422440804825, -38.67058888193731, 0.0], [178.01444504608077, -38.670615134552264, 0.0], [178.01463086122908, -38.670621442078726, 0.0], [178.01477139535444, -38.670632078080565, 0.0], [178.0150812271769, -38.6706735545771, 0.0], [178.0152742650331, -38.67069622727851, 0.0], [178.01548261817865, -38.67072062362767, 0.0], [178.01578722176933, -38.67077423490534, 0.0], [178.01595784931763, -38.67082407617545, 0.0], [178.0161515523906, -38.67085624833542, 0.0], [178.01636812608777, -38.67091126061357, 0.0], [178.01653796185093, -38.67090634022437, 0.0], [178.01668995106783, -38.670906951776594, 0.0], [178.01694558041243, -38.67095551875248, 0.0], [178.0171223967302, -38.6710503574277, 0.0], [178.01730448010326, -38.67109017448602, 0.0], [178.01749241916636, -38.67117023992686, 0.0], [178.0176610539232, -38.67119157574597, 0.0], [178.0178443014801, -38.671248018549754, 0.0], [178.0181251685927, -38.67130979166319, 0.0], [178.01841828433652, -38.671416302463555, 0.0], [178.0186242380616, -38.671493208712086, 0.0], [178.01879976472094, -38.67152615828266, 0.0], [178.0189863762363, -38.671587219285854, 0.0], [178.01915564042565, -38.671660938217876, 0.0], [178.0194331108793, -38.67176097233351, 0.0], [178.01970348807393, -38.671889899547196, 0.0], [178.01994846331763, -38.67200324247399, 0.0], [178.02008440106826, -38.67207839401712, 0.0], [178.02018954166812, -38.672147723506654, 0.0], [178.02035993641383, -38.67228095148836, 0.0], [178.02052650580453, -38.6726141461552, 0.0]], "type": "LineString"}, "id": "4289", "properties": {"CPS": 1, "Date": "1948-07-06", "Digitiser": "ER", "Georef_ER": 4.0, "ID": 4289.0, "Notes": null, "Photoscale": 10400, "Pixel_Er": 0.43302378373664, "Proxy": 1, "Region": "Gisborne", "SHLength": 2.64723161511, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 3.66121695577872, "USDate": "07/06/1948"}, "type": "Feature"}, {"bbox": [178.020710662299, -38.6743594551711, 178.02208053521008, -38.67341543613904], "geometry": {"coordinates": [[178.020710662299, -38.67341543613904, 0.0], [178.02105796009056, -38.673557726215094, 0.0], [178.0213522180671, -38.67372373959668, 0.0], [178.02160186048496, -38.67390358455364, 0.0], [178.02181837649803, -38.67404435446377, 0.0], [178.02192248836008, -38.67414231510284, 0.0], [178.02194072917464, -38.674272560753096, 0.0], [178.02203428925128, -38.67430665126393, 0.0], [178.02208053521008, -38.6743594551711, 0.0]], "type": "LineString"}, "id": "4290", "properties": {"CPS": 2, "Date": "1948-07-06", "Digitiser": "ER", "Georef_ER": 4.0, "ID": 4290.0, "Notes": null, "Photoscale": 10400, "Pixel_Er": 0.43302378373664, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.164743543672, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 3.708437622137063, "USDate": "07/06/1948"}, "type": "Feature"}, {"bbox": [177.9421615919087, -38.71028835500314, 177.94527878083645, -38.70803877540106], "geometry": {"coordinates": [[177.9421615919087, -38.71027869975941, 0.0], [177.94220361163744, -38.71028835500314, 0.0], [177.94225185839554, -38.710282498768954, 0.0], [177.94230620098014, -38.7102592306585, 0.0], [177.9423909606728, -38.71025373314603, 0.0], [177.9424683128146, -38.710246643512576, 0.0], [177.942536683299, -38.710215157067665, 0.0], [177.9426270808718, -38.71022085618221, 0.0], [177.94274507667694, -38.710238727356355, 0.0], [177.9428613671353, -38.710231893321684, 0.0], [177.94303075507608, -38.71021899704645, 0.0], [177.94326811942497, -38.71016891250748, 0.0], [177.94338552313505, -38.71014297126778, 0.0], [177.94346425083754, -38.71012057507408, 0.0], [177.9435481555914, -38.71006746420424, 0.0], [177.94358132097423, -38.709984102674355, 0.0], [177.94362707086762, -38.709871618500216, 0.0], [177.94371064535372, -38.70977849657014, 0.0], [177.943734284693, -38.70959812089538, 0.0], [177.94382316692597, -38.70947618467475, 0.0], [177.94396678378536, -38.70933668076361, 0.0], [177.9441206901741, -38.70917005723361, 0.0], [177.94421324114472, -38.70903081167996, 0.0], [177.94429609017604, -38.70889197732363, 0.0], [177.94435298336734, -38.70879998598425, 0.0], [177.94444153775305, -38.70870855842447, 0.0], [177.94454097446538, -38.708633823026965, 0.0], [177.9447433332863, -38.7084643823573, 0.0], [177.9448962425251, -38.70833973103591, 0.0], [177.94505651193384, -38.70830053519965, 0.0], [177.94521041866278, -38.70820443043188, 0.0], [177.94527878083645, -38.70810242267386, 0.0], [177.94526952050956, -38.70803877540106, 0.0]], "type": "LineString"}, "id": "4301", "properties": {"CPS": 4, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4301.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.408195429968, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 2.079639391817726, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [177.94524191277432, -38.707885564023755, 177.94611284339217, -38.706936257734846], "geometry": {"coordinates": [[177.94524191277432, -38.707885564023755, 0.0], [177.94536875085808, -38.707855408982944, 0.0], [177.94543088636695, -38.70776891274154, 0.0], [177.9454648361628, -38.70769695317643, 0.0], [177.94553313456206, -38.70762925507259, 0.0], [177.9456077272218, -38.707582255489534, 0.0], [177.94572774517513, -38.70752380001557, 0.0], [177.94577513378405, -38.70747033002865, 0.0], [177.94580101958954, -38.70738727661168, 0.0], [177.94581468676682, -38.707303407125245, 0.0], [177.94590179376013, -38.70719107446616, 0.0], [177.94596635343535, -38.70710447517166, 0.0], [177.94603812617828, -38.70705187705821, 0.0], [177.94608459548698, -38.70698510429735, 0.0], [177.94611284339217, -38.706936257734846, 0.0]], "type": "LineString"}, "id": "4302", "properties": {"CPS": 5, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4302.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.136289137455, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 8.592327973256142, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [177.94609568338126, -38.706705412627436, 177.94859957515973, -38.70353311166955], "geometry": {"coordinates": [[177.94609568338126, -38.706705412627436, 0.0], [177.9461411024111, -38.70662343679613, 0.0], [177.9461726884698, -38.70651727020649, 0.0], [177.94623344670416, -38.706446079572785, 0.0], [177.94636119461967, -38.706358706472535, 0.0], [177.94641887093508, -38.70627811669979, 0.0], [177.94651351427578, -38.7061692759287, 0.0], [177.94655460698976, -38.706095107216974, 0.0], [177.9465945808171, -38.70596952533317, 0.0], [177.94667880351298, -38.70588590369618, 0.0], [177.94681610982565, -38.70583128826482, 0.0], [177.9469718467825, -38.70576178698209, 0.0], [177.9470471553049, -38.705689978848014, 0.0], [177.94715831775744, -38.70560902619418, 0.0], [177.94723395076696, -38.70550670901341, 0.0], [177.94724049447893, -38.70539016863093, 0.0], [177.94721649763247, -38.70532447824534, 0.0], [177.94720449589323, -38.705256373149396, 0.0], [177.94724231222952, -38.70520521456102, 0.0], [177.94735256159524, -38.70518147891275, 0.0], [177.9474264941462, -38.705124976499775, 0.0], [177.94752762259867, -38.70500442420902, 0.0], [177.94757575444973, -38.70487373113132, 0.0], [177.94768028867702, -38.7047320688311, 0.0], [177.9477578202031, -38.70462204702164, 0.0], [177.94785062864295, -38.704557119883255, 0.0], [177.94792685412034, -38.704498613962386, 0.0], [177.9480093667959, -38.70439028664748, 0.0], [177.94816074226634, -38.70415210191443, 0.0], [177.94828992047576, -38.704015111517, 0.0], [177.94836810686127, -38.70391459129298, 0.0], [177.9484504251749, -38.703838673046214, 0.0], [177.94850114602508, -38.703727882248714, 0.0], [177.94852886595368, -38.70367143376817, 0.0], [177.94859820825852, -38.70361893729617, 0.0], [177.94859957515973, -38.70353311166955, 0.0]], "type": "LineString"}, "id": "4303", "properties": {"CPS": 5, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4303.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.434036795033, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 8.592327973256142, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [177.94858874649543, -38.7034115904383, 177.9566531512572, -38.6943269997722], "geometry": {"coordinates": [[177.94858874649543, -38.7034115904383, 0.0], [177.9486677893089, -38.70335868238667, 0.0], [177.94883209565478, -38.70320209459841, 0.0], [177.94891171676844, -38.70305195854158, 0.0], [177.94898977001418, -38.70294953764056, 0.0], [177.94907005538136, -38.702879423087964, 0.0], [177.94913283909446, -38.70280242728212, 0.0], [177.9491723516393, -38.702705453419796, 0.0], [177.94921003402797, -38.70265239398436, 0.0], [177.94929614878788, -38.70260680925769, 0.0], [177.94934312925952, -38.70247711737322, 0.0], [177.94939948618747, -38.70237752276788, 0.0], [177.94943880548573, -38.7023129581263, 0.0], [177.94956923018373, -38.70212369058907, 0.0], [177.94966065927892, -38.70207406821349, 0.0], [177.94972042999157, -38.70202388322742, 0.0], [177.9497332035515, -38.701962350889445, 0.0], [177.94974355195114, -38.70190092146081, 0.0], [177.9497929652605, -38.7018416462176, 0.0], [177.94985581748404, -38.70180086013854, 0.0], [177.94989159912018, -38.70175550494878, 0.0], [177.9499362231136, -38.701662125845, 0.0], [177.94996800352183, -38.701594069069166, 0.0], [177.9500427795507, -38.701514657958626, 0.0], [177.9500953878077, -38.70143123208543, 0.0], [177.95020024543922, -38.70132957888074, 0.0], [177.95026499675672, -38.701281088214245, 0.0], [177.95034907859718, -38.701195564153565, 0.0], [177.95037469480758, -38.70110870941818, 0.0], [177.95043085705979, -38.701041523717144, 0.0], [177.95050255020683, -38.70095271343889, 0.0], [177.9506340449818, -38.70076492415848, 0.0], [177.95072238012068, -38.70063538256556, 0.0], [177.95081877833022, -38.700516934367215, 0.0], [177.9509308383386, -38.70037876188146, 0.0], [177.95105122401176, -38.700255483482195, 0.0], [177.95114107342866, -38.70018305571055, 0.0], [177.95123406516333, -38.70008571719295, 0.0], [177.95129100387638, -38.69995941382333, 0.0], [177.9513406591569, -38.69986848900126, 0.0], [177.95140166973545, -38.69980109707063, 0.0], [177.9514882444766, -38.699751679405225, 0.0], [177.9515621683207, -38.69969517491797, 0.0], [177.9516527338234, -38.699597939082665, 0.0], [177.9517546361485, -38.69948878624805, 0.0], [177.95184054278621, -38.699359346972315, 0.0], [177.95190168385432, -38.699293855204395, 0.0], [177.952026711599, -38.699118155890204, 0.0], [177.9521334627873, -38.699008796899804, 0.0], [177.95224336675986, -38.69894504666033, 0.0], [177.95229559527635, -38.69889136875573, 0.0], [177.95232618999086, -38.69880620823594, 0.0], [177.95235928089144, -38.69875715469615, 0.0], [177.95242907003617, -38.69867604794513, 0.0], [177.95253923600686, -38.69861609820958, 0.0], [177.95262173550762, -38.69850776846496, 0.0], [177.95265121857184, -38.69844171452299, 0.0], [177.9526889563691, -38.69835434469109, 0.0], [177.95272905908942, -38.698301181452166, 0.0], [177.95278448872403, -38.698188283125155, 0.0], [177.95285382274443, -38.69813578464374, 0.0], [177.95292676420763, -38.698100286455684, 0.0], [177.95301241606992, -38.69803756529084, 0.0], [177.95303632228257, -38.6979788000601, 0.0], [177.9531164669237, -38.69790678294308, 0.0], [177.95320512878322, -38.697817250602746, 0.0], [177.95330617817814, -38.69773100406833, 0.0], [177.95341070355175, -38.69765985740452, 0.0], [177.9535007384793, -38.69755501898687, 0.0], [177.95356541245275, -38.69747031693305, 0.0], [177.95365617578344, -38.69741119014784, 0.0], [177.95371829306603, -38.697324690644884, 0.0], [177.95380046704085, -38.69724686907179, 0.0], [177.95391147763382, -38.69716401090128, 0.0], [177.95399096341828, -38.69708249147678, 0.0], [177.95406657845913, -38.696980171002195, 0.0], [177.95412437066435, -38.6969014787649, 0.0], [177.9541917311514, -38.69682047418167, 0.0], [177.95426145709763, -38.6967736760982, 0.0], [177.95430714370647, -38.696730948489375, 0.0], [177.95439337772814, -38.69664151841979, 0.0], [177.95447122602812, -38.696571503905226, 0.0], [177.95453085748363, -38.69651941658343, 0.0], [177.95460267276394, -38.69643250473372, 0.0], [177.95464644006543, -38.696362031735674, 0.0], [177.95469590491246, -38.69626844538709, 0.0], [177.95473701381098, -38.69617711988863, 0.0], [177.95482862226254, -38.69609508501587, 0.0], [177.95486734878082, -38.69605722710818, 0.0], [177.954912824292, -38.6960114587346, 0.0], [177.95495508619865, -38.69595439118546, 0.0], [177.9550272357342, -38.69590748972319, 0.0], [177.95508601861468, -38.69587830951098, 0.0], [177.95514989427014, -38.69581727426338, 0.0], [177.95525007738811, -38.69568341434767, 0.0], [177.9553296915286, -38.69560379456548, 0.0], [177.95539593907108, -38.695541896055644, 0.0], [177.95546415822756, -38.69550850291054, 0.0], [177.95555399735792, -38.69543607238422, 0.0], [177.95560490643186, -38.69536338971397, 0.0], [177.95564192327578, -38.695300826928346, 0.0], [177.9556899541803, -38.69525685565386, 0.0], [177.95577396409783, -38.69520563799453, 0.0], [177.95582887516952, -38.695155656536095, 0.0], [177.9558701570166, -38.69511959569737, 0.0], [177.95600324888272, -38.695039609411204, 0.0], [177.95605455162476, -38.69497262766461, 0.0], [177.95605872079233, -38.69494500494441, 0.0], [177.9561158519801, -38.69485681016409, 0.0], [177.95621512623694, -38.6947801664001, 0.0], [177.95630293323248, -38.694713539501414, 0.0], [177.9563852329707, -38.69463761682295, 0.0], [177.9564755959756, -38.694572787141084, 0.0], [177.95654655986243, -38.694508781675395, 0.0], [177.956578331335, -38.6944407236675, 0.0], [177.95662609815292, -38.69439295136532, 0.0], [177.95664732288708, -38.69434821280342, 0.0], [177.9566531512572, -38.6943269997722, 0.0]], "type": "LineString"}, "id": "4304", "properties": {"CPS": 4, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4304.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 1.25237487374, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 2.079639391817726, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [177.9566960682323, -38.69427943352097, 177.95776537219345, -38.69333343402734], "geometry": {"coordinates": [[177.9566960682323, -38.69427943352097, 0.0], [177.9568229348639, -38.69421495841514, 0.0], [177.95692030854806, -38.69414601861666, 0.0], [177.95700522907177, -38.69407284307422, 0.0], [177.95710626872074, -38.693986593858185, 0.0], [177.95718804084436, -38.69390306929644, 0.0], [177.9572982534535, -38.69380880633778, 0.0], [177.95735119006088, -38.69373031897183, 0.0], [177.95745655252378, -38.69363626199127, 0.0], [177.95752181805418, -38.693595369450364, 0.0], [177.95756892622083, -38.69353809506439, 0.0], [177.95760443614486, -38.69348893735093, 0.0], [177.95764682601984, -38.693433769403434, 0.0], [177.95769741079638, -38.693391594755376, 0.0], [177.95776537219345, -38.69333343402734, 0.0]], "type": "LineString"}, "id": "4305", "properties": {"CPS": 4, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4305.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.14187901797, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 2.079639391817726, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [177.95783631784914, -38.69319890872554, 177.96595542353256, -38.68670099473734], "geometry": {"coordinates": [[177.95783631784914, -38.69319890872554, 0.0], [177.9579161316783, -38.693157397653295, 0.0], [177.95797923470133, -38.69312040866614, 0.0], [177.9580555714934, -38.69306379774532, 0.0], [177.9581490922647, -38.69300950589849, 0.0], [177.95822777973927, -38.692916582052604, 0.0], [177.9583098124012, -38.69283685756547, 0.0], [177.95843620645783, -38.692730470142415, 0.0], [177.95859510061703, -38.69260173572676, 0.0], [177.9586747077238, -38.69252211410301, 0.0], [177.95876440838646, -38.692447781187035, 0.0], [177.95884179602706, -38.69240637264328, 0.0], [177.9589154435361, -38.692346063625045, 0.0], [177.95901299680105, -38.69227978285435, 0.0], [177.95909181391787, -38.69218875889472, 0.0], [177.95915955919273, -38.69211345311116, 0.0], [177.95924493542165, -38.692046927454626, 0.0], [177.9594054336129, -38.6919238416267, 0.0], [177.95949827231368, -38.691824597523485, 0.0], [177.9595874450948, -38.69174266268563, 0.0], [177.95969962441043, -38.69167690309298, 0.0], [177.95981913473406, -38.69157652475188, 0.0], [177.95990148412605, -38.69146629068247, 0.0], [177.95999740406572, -38.69137644490443, 0.0], [177.96004516662128, -38.69132867146967, 0.0], [177.96016447856297, -38.6912254423193, 0.0], [177.96029703209302, -38.69113785049732, 0.0], [177.96043638994544, -38.69100803848689, 0.0], [177.96054430071757, -38.69091577645684, 0.0], [177.9606444857495, -38.690852431982556, 0.0], [177.96077100443597, -38.690747942809054, 0.0], [177.96083845524976, -38.69068599022123, 0.0], [177.96093136552835, -38.6906229548806, 0.0], [177.96101149418368, -38.69055093334085, 0.0], [177.96108959268437, -38.69048471591086, 0.0], [177.96112386198192, -38.69041769412439, 0.0], [177.96121231696702, -38.69036056587177, 0.0], [177.96133366510804, -38.69028679107151, 0.0], [177.96148050051386, -38.6901947786698, 0.0], [177.96157615362588, -38.69010113113461, 0.0], [177.9616725960141, -38.69001888559779, 0.0], [177.96172231102364, -38.68992909778421, 0.0], [177.9617776087473, -38.68988481506386, 0.0], [177.96185884452183, -38.68979368648209, 0.0], [177.9619411328371, -38.68971776059949, 0.0], [177.96204295005236, -38.689642909914554, 0.0], [177.96215810280285, -38.68956749188685, 0.0], [177.96226843388592, -38.689475125395354, 0.0], [177.96235916988462, -38.689380733453326, 0.0], [177.96245888050996, -38.68927547699647, 0.0], [177.96256095976793, -38.6892044266151, 0.0], [177.96269946448282, -38.689097519628724, 0.0], [177.96282808290215, -38.6890234340546, 0.0], [177.96293016142565, -38.6889523833956, 0.0], [177.96301998485012, -38.68887994810048, 0.0], [177.96316937143558, -38.68878973107301, 0.0], [177.96327255769583, -38.688699573603024, 0.0], [177.96335542516445, -38.6885969389842, 0.0], [177.9634313579971, -38.68853462409404, 0.0], [177.96355359711276, -38.6884562349266, 0.0], [177.9636580434726, -38.68841938981855, 0.0], [177.96378088892732, -38.68833220730145, 0.0], [177.9639087701291, -38.688212409414376, 0.0], [177.9640221031587, -38.688093230464446, 0.0], [177.96412201781732, -38.6880260827688, 0.0], [177.96422881121032, -38.68795292445204, 0.0], [177.96434019032066, -38.68787575901598, 0.0], [177.96448570032356, -38.68776474001973, 0.0], [177.96459924016125, -38.6876836705163, 0.0], [177.9647346011927, -38.687601672222414, 0.0], [177.96481374631767, -38.68755065539697, 0.0], [177.9649143911036, -38.68745545868115, 0.0], [177.9650407659117, -38.6873490653042, 0.0], [177.96515830904184, -38.68729069615695, 0.0], [177.96527735487885, -38.68721892136586, 0.0], [177.9654482929992, -38.687123972356524, 0.0], [177.96563009117904, -38.68697519456317, 0.0], [177.96580126853357, -38.68681352704161, 0.0], [177.96595542353256, -38.68670099473734, 0.0]], "type": "LineString"}, "id": "4306", "properties": {"CPS": 5, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4306.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 1.01908586747, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 8.592327973256142, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [177.96596499013134, -38.68669868155684, 177.98046771607335, -38.67859048627337], "geometry": {"coordinates": [[177.96596499013134, -38.68669868155684, 0.0], [177.96602368331722, -38.686633287065355, 0.0], [177.966096342859, -38.686593981125334, 0.0], [177.96615674780267, -38.68655329089308, 0.0], [177.96622658754913, -38.68650838710247, 0.0], [177.9663614176547, -38.686418785851934, 0.0], [177.96646185451638, -38.68635923776014, 0.0], [177.96663199874135, -38.68625288526005, 0.0], [177.96680522552273, -38.68615593096517, 0.0], [177.9669701245159, -38.68604408350128, 0.0], [177.96706249642972, -38.68597344267477, 0.0], [177.96717970434162, -38.68588573440506, 0.0], [177.96727908602014, -38.68581098306876, 0.0], [177.96738724359645, -38.68572251640397, 0.0], [177.96750254277322, -38.68563183960267, 0.0], [177.96760395311787, -38.68555128380719, 0.0], [177.9677482142881, -38.68545746754576, 0.0], [177.9679043342071, -38.68535933422914, 0.0], [177.96805737050735, -38.68525180234962, 0.0], [177.96815740905734, -38.68518655200995, 0.0], [177.96827199447674, -38.685120682058006, 0.0], [177.96850751596762, -38.6849753297952, 0.0], [177.9686256322422, -38.684890249763015, 0.0], [177.96877919342955, -38.684790318367014, 0.0], [177.96891290487497, -38.68470571737427, 0.0], [177.96907373871795, -38.68460547583455, 0.0], [177.9692590804719, -38.68450800199523, 0.0], [177.96946426552904, -38.68438109353555, 0.0], [177.96962646814845, -38.684265545467916, 0.0], [177.969825880469, -38.684125540766374, 0.0], [177.96999103349538, -38.68401749026506, 0.0], [177.97017606389133, -38.6839015407122, 0.0], [177.97030669400948, -38.68382164371002, 0.0], [177.97039808492562, -38.6837720074491, 0.0], [177.9704558491759, -38.6836933088879, 0.0], [177.97060200001613, -38.683591784988835, 0.0], [177.97073668719287, -38.6835002790503, 0.0], [177.97083279447568, -38.68344853556628, 0.0], [177.97102977766866, -38.68330863240299, 0.0], [177.9711330259723, -38.683254678454006, 0.0], [177.97124302018227, -38.683192813209864, 0.0], [177.9713793665849, -38.683125250633545, 0.0], [177.97161413828505, -38.683021854864364, 0.0], [177.97176914116974, -38.682942823532024, 0.0], [177.97190069044754, -38.68287622718215, 0.0], [177.97207658962856, -38.68278296332858, 0.0], [177.9722244500395, -38.68270614176129, 0.0], [177.97236313982205, -38.682637334630094, 0.0], [177.97250562343362, -38.68255311815646, 0.0], [177.97261711681963, -38.682477846219676, 0.0], [177.97279301402597, -38.682384581406446, 0.0], [177.97296487861547, -38.68228577043785, 0.0], [177.97312799363849, -38.68218352034733, 0.0], [177.97329039793962, -38.682106077474955, 0.0], [177.97339186258023, -38.68202646752644, 0.0], [177.97353755926517, -38.68195354846197, 0.0], [177.97371037019136, -38.68185088422266, 0.0], [177.97389340559346, -38.68175540754081, 0.0], [177.97408102547956, -38.68165592324355, 0.0], [177.97425718239293, -38.68156645709058, 0.0], [177.97441368017357, -38.68147401708722, 0.0], [177.9745566864793, -38.6813973996435, 0.0], [177.97474915315453, -38.68129770763257, 0.0], [177.97493503837083, -38.68122231073176, 0.0], [177.9750895058231, -38.68113567423363, 0.0], [177.97524652914024, -38.68105083446987, 0.0], [177.9753462411592, -38.68101608705231, 0.0], [177.97549881093508, -38.68093715469231, 0.0], [177.97566513490588, -38.6808461999171, 0.0], [177.9758099032698, -38.68075997617159, 0.0], [177.97598645141767, -38.68067620859923, 0.0], [177.97611838808805, -38.68061530891887, 0.0], [177.97623525085888, -38.680547428354444, 0.0], [177.97639240336554, -38.680464487519785, 0.0], [177.97652283849226, -38.68041699296998, 0.0], [177.97658507918862, -38.68040290228972, 0.0], [177.9766635478891, -38.680342376939784, 0.0], [177.97674007375377, -38.68030289966973, 0.0], [177.9768612069001, -38.68026151936784, 0.0], [177.97695082384362, -38.68022148348388, 0.0], [177.97709717268438, -38.680158061946464, 0.0], [177.97722562744497, -38.68008206214644, 0.0], [177.9773219890372, -38.68003411450547, 0.0], [177.97742372692508, -38.679993561128825, 0.0], [177.9775151868698, -38.679945060092834, 0.0], [177.97768714616493, -38.67986529767392, 0.0], [177.97779241251806, -38.679805534120575, 0.0], [177.97789014187848, -38.679742280215095, 0.0], [177.97800038842192, -38.67968420990852, 0.0], [177.97813218941914, -38.67962140787505, 0.0], [177.97819919436253, -38.67957090036649, 0.0], [177.97833002244022, -38.67952910487187, 0.0], [177.9784626147255, -38.6794777042929, 0.0], [177.9785410321917, -38.6794514866687, 0.0], [177.97861729201628, -38.679408207696696, 0.0], [177.97873736650067, -38.67935162322876, 0.0], [177.97883654625886, -38.67930927189501, 0.0], [177.97897438225303, -38.67926336474982, 0.0], [177.97911843488455, -38.67920194467589, 0.0], [177.97927015605921, -38.67914591491527, 0.0], [177.97936801514427, -38.679084560207244, 0.0], [177.97942218916378, -38.679059376765764, 0.0], [177.97951973584924, -38.679028530150134, 0.0], [177.97965717476376, -38.67897692137432, 0.0], [177.97980427689023, -38.678910414890225, 0.0], [177.97995048823884, -38.67884508980835, 0.0], [177.98009630324273, -38.67877406367832, 0.0], [177.98022082780665, -38.678711569969, 0.0], [177.98030762041572, -38.6786659343574, 0.0], [177.98042619215303, -38.67862275385801, 0.0], [177.98046771607335, -38.67859048627337, 0.0]], "type": "LineString"}, "id": "4307", "properties": {"CPS": 4, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4307.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 1.56173050096, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 2.079639391817726, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [177.98054022697914, -38.67854927206011, 177.98205570511308, -38.67787009181645], "geometry": {"coordinates": [[177.98054022697914, -38.67854927206011, 0.0], [177.98066796718433, -38.678498076181796, 0.0], [177.98075423107872, -38.67844483910341, 0.0], [177.98085812469003, -38.67840037891355, 0.0], [177.9809455766945, -38.67836424433533, 0.0], [177.9810575824508, -38.678296566469584, 0.0], [177.98118197323012, -38.678232171548814, 0.0], [177.98131592863194, -38.67816546217411, 0.0], [177.9814149730042, -38.6781212085584, 0.0], [177.98155051264104, -38.67807730242233, 0.0], [177.98164392819956, -38.67803252659962, 0.0], [177.9818077657494, -38.6779759762318, 0.0], [177.9819050456326, -38.677941327202156, 0.0], [177.98201837044246, -38.677892651400946, 0.0], [177.98205570511308, -38.67787009181645, 0.0]], "type": "LineString"}, "id": "4308", "properties": {"CPS": 4, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4308.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.152751768849, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 2.079639391817726, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [177.98210260454007, -38.677845217825826, 177.98340668524628, -38.67729778990758], "geometry": {"coordinates": [[177.98210260454007, -38.677845217825826, 0.0], [177.9821814148984, -38.677824698817126, 0.0], [177.98232100939222, -38.67776918306656, 0.0], [177.9824696400873, -38.677703751589156, 0.0], [177.98258768042135, -38.67765296792758, 0.0], [177.98273009468485, -38.67760304905275, 0.0], [177.98284059787088, -38.67754877520198, 0.0], [177.9829188792855, -38.67752065458417, 0.0], [177.9830001132, -38.67750003151673, 0.0], [177.98310616389622, -38.677451665383835, 0.0], [177.9831785399243, -38.677408549414366, 0.0], [177.9832323149119, -38.677377663512694, 0.0], [177.98333214948536, -38.67734481012411, 0.0], [177.98337433180927, -38.67732204305939, 0.0], [177.98340668524628, -38.67729778990758, 0.0]], "type": "LineString"}, "id": "4309", "properties": {"CPS": 4, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4309.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.129653776838, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 2.079639391817726, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [177.98349279953368, -38.67725584820927, 177.98620790792808, -38.676203979146905], "geometry": {"coordinates": [[177.98349279953368, -38.67725294334296, 0.0], [177.98355864890698, -38.67725584820927, 0.0], [177.98368986544168, -38.677219748022544, 0.0], [177.98381032819765, -38.67716885967092, 0.0], [177.98391421784723, -38.67712439699689, 0.0], [177.9841059523279, -38.67704949834325, 0.0], [177.9842444866496, -38.67697877822027, 0.0], [177.98435362044708, -38.67693980889778, 0.0], [177.9844438892509, -38.676909269196486, 0.0], [177.98452596055162, -38.67686573818354, 0.0], [177.98464439427923, -38.67682065346539, 0.0], [177.98482629828723, -38.676744267754785, 0.0], [177.98497086883413, -38.67669044221582, 0.0], [177.9851271635185, -38.67663039773752, 0.0], [177.98526714955725, -38.676580579593335, 0.0], [177.9854723686913, -38.67648985510374, 0.0], [177.9855979414229, -38.676442558434815, 0.0], [177.98590810374722, -38.67633305395184, 0.0], [177.98611384994436, -38.67624992954043, 0.0], [177.98620790792808, -38.676203979146905, 0.0]], "type": "LineString"}, "id": "4310", "properties": {"CPS": 4, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4310.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.265075589471, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 2.079639391817726, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [177.98625762535798, -38.676184700869086, 177.98741301909234, -38.67570266783328], "geometry": {"coordinates": [[177.98625762535798, -38.676184700869086, 0.0], [177.98633709331295, -38.67617368062807, 0.0], [177.98646495680075, -38.67612437920992, 0.0], [177.98657827528316, -38.67607569935793, 0.0], [177.9866604764029, -38.67603406726206, 0.0], [177.9868121841568, -38.675978028492246, 0.0], [177.98696631578608, -38.67592188591681, 0.0], [177.98707654847973, -38.67586380787221, 0.0], [177.98714433648126, -38.67582469749563, 0.0], [177.9872146807264, -38.67578738373036, 0.0], [177.98729591116407, -38.6757667578747, 0.0], [177.98737930127228, -38.67574222778628, 0.0], [177.98741301909234, -38.67570266783328, 0.0]], "type": "LineString"}, "id": "4311", "properties": {"CPS": 4, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4311.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.115524188359, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 2.079639391817726, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [177.98765305237913, -38.67555327352354, 177.99207466973346, -38.674240613236805], "geometry": {"coordinates": [[177.98765305237913, -38.67555327352354, 0.0], [177.9877836901361, -38.675543876517345, 0.0], [177.98792067469142, -38.67552086653403, 0.0], [177.98810966741053, -38.675476573474015, 0.0], [177.98821769460284, -38.675456707177084, 0.0], [177.98838958594536, -38.67541123895072, 0.0], [177.98856068367047, -38.67535436886196, 0.0], [177.98872261362513, -38.6753055142536, 0.0], [177.98889318183933, -38.67524104263092, 0.0], [177.98907992495083, -38.67516444350641, 0.0], [177.98924106058135, -38.67510418661544, 0.0], [177.98935975251982, -38.67506289802007, 0.0], [177.98950400741177, -38.675018610103336, 0.0], [177.9896297067856, -38.674973209694784, 0.0], [177.98982477864888, -38.67491150058056, 0.0], [177.98996704938986, -38.674859673270035, 0.0], [177.99011593081335, -38.674798033409914, 0.0], [177.99023083166833, -38.67477215349226, 0.0], [177.99031205988751, -38.67475152566435, 0.0], [177.99050536776645, -38.674699420503984, 0.0], [177.990643583058, -38.67465920140304, 0.0], [177.99083715496513, -38.67461089625259, 0.0], [177.99097686790645, -38.674557271231514, 0.0], [177.99108266625413, -38.674519391397006, 0.0], [177.99123357306348, -38.67445194572141, 0.0], [177.99140748682473, -38.67440066882566, 0.0], [177.99155350232823, -38.67436773862838, 0.0], [177.99170582117824, -38.674355503699346, 0.0], [177.99189357464147, -38.67432841092203, 0.0], [177.9919527206273, -38.67430491498677, 0.0], [177.99201389368162, -38.674275614517214, 0.0], [177.99207466973346, -38.674240613236805, 0.0]], "type": "LineString"}, "id": "4312", "properties": {"CPS": 4, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4312.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.414877638614, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 2.079639391817726, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [177.9921743628842, -38.67420585255537, 177.9962671071155, -38.67325951293288], "geometry": {"coordinates": [[177.9921743628842, -38.67420585255537, 0.0], [177.99233637740443, -38.67419320192089, 0.0], [177.99248697538633, -38.674156262627825, 0.0], [177.9926459039874, -38.674134214011424, 0.0], [177.99280417079078, -38.67410266389169, 0.0], [177.99294158934512, -38.67405104067256, 0.0], [177.99307023791212, -38.674013134091716, 0.0], [177.99317438123046, -38.673972464342214, 0.0], [177.99328927935855, -38.673946581565545, 0.0], [177.99340907006322, -38.67392811295414, 0.0], [177.99354499022292, -38.67388989462204, 0.0], [177.9936980108249, -38.67385285009009, 0.0], [177.99385169305717, -38.67382530664555, 0.0], [177.99397954645053, -38.673775997585594, 0.0], [177.9941207111175, -38.67374327185751, 0.0], [177.99429946872908, -38.67369178335662, 0.0], [177.99450594935618, -38.67365435511156, 0.0], [177.99463217219292, -38.6736165506802, 0.0], [177.99470926435936, -38.67360638887535, 0.0], [177.9948614482281, -38.67359224970744, 0.0], [177.9949468595536, -38.67356190999444, 0.0], [177.99510120248067, -38.67354386623448, 0.0], [177.99524369001145, -38.67353014172696, 0.0], [177.99535387084237, -38.67350636483901, 0.0], [177.99550702185502, -38.67347121829583, 0.0], [177.99561182482853, -38.673440047762035, 0.0], [177.99574322668397, -38.67341726773771, 0.0], [177.995836306635, -38.673392316761614, 0.0], [177.99596239574979, -38.67335261071476, 0.0], [177.99609615399186, -38.67331829386822, 0.0], [177.99619408167788, -38.67329313500902, 0.0], [177.9962671071155, -38.67325951293288, 0.0]], "type": "LineString"}, "id": "4313", "properties": {"CPS": 4, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4313.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.374096566666, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 2.079639391817726, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [177.99631413055624, -38.673236533983705, 178.00555948722777, -38.6705843820507], "geometry": {"coordinates": [[177.99631413055624, -38.673236533983705, 0.0], [177.99643938420843, -38.673219734247894, 0.0], [177.99658094364958, -38.67319270642687, 0.0], [177.9967358550559, -38.67314795329617, 0.0], [177.9968816000114, -38.67311121625095, 0.0], [177.99702223192267, -38.67307088619078, 0.0], [177.99715061124218, -38.67302917486542, 0.0], [177.99724827318127, -38.67300021467748, 0.0], [177.99739428241398, -38.672967277518964, 0.0], [177.99753284465797, -38.67294609469906, 0.0], [177.99764372565392, -38.67289750873207, 0.0], [177.99774597022775, -38.67286453998625, 0.0], [177.9978397109211, -38.67284908872361, 0.0], [177.99795985046794, -38.67282869461555, 0.0], [177.99809347408174, -38.672792475357554, 0.0], [177.99822493850905, -38.672760160291276, 0.0], [177.9983421238749, -38.67273226868313, 0.0], [177.99848398571856, -38.67267473092388, 0.0], [177.99861813865132, -38.672646112069145, 0.0], [177.99873957540467, -38.67260946127948, 0.0], [177.9988555678802, -38.67256446700933, 0.0], [177.99896548070598, -38.67253688639728, 0.0], [177.99908953977305, -38.67250298176334, 0.0], [177.99921320121882, -38.67246337628348, 0.0], [177.99934653889977, -38.67244050929005, 0.0], [177.9994948372273, -38.672405565523604, 0.0], [177.99962550511304, -38.67236184752721, 0.0], [177.9997606232151, -38.67231222091686, 0.0], [177.99987432303152, -38.67226922982426, 0.0], [178.00004377370476, -38.672223849261414, 0.0], [178.00011490215766, -38.67219792979934, 0.0], [178.0002174094369, -38.67216875949856, 0.0], [178.00031722762208, -38.67213589252994, 0.0], [178.0004192046045, -38.67209912111391, 0.0], [178.00053193751162, -38.672077135926486, 0.0], [178.00063122526964, -38.672036667760054, 0.0], [178.00076942858334, -38.67199643734812, 0.0], [178.00090736664743, -38.67195240631084, 0.0], [178.00102685987582, -38.67190535394553, 0.0], [178.00112830593093, -38.671860981012806, 0.0], [178.00125438888048, -38.67182126960355, 0.0], [178.00139796943995, -38.67178843161307, 0.0], [178.00153105877965, -38.671744607714515, 0.0], [178.00165608079618, -38.67168969402821, 0.0], [178.00183152791755, -38.67162575703244, 0.0], [178.00195668203597, -38.67157274328478, 0.0], [178.00214190380453, -38.671509530299915, 0.0], [178.0023125816888, -38.6714469406312, 0.0], [178.00244121963456, -38.67140902432753, 0.0], [178.00255930200126, -38.67136965458642, 0.0], [178.00269441589973, -38.671320024826485, 0.0], [178.00281727744064, -38.671269014399606, 0.0], [178.00290766250674, -38.6712403615958, 0.0], [178.00299522580943, -38.671206111981974, 0.0], [178.00308049770632, -38.67117386648413, 0.0], [178.00319538680543, -38.67114797446158, 0.0], [178.00328065852977, -38.67111572882759, 0.0], [178.00337738669754, -38.671073462229295, 0.0], [178.0034407105023, -38.67104025183151, 0.0], [178.00352853848025, -38.67100980230619, 0.0], [178.00362104459083, -38.671011552640344, 0.0], [178.00368732255055, -38.670985839073985, 0.0], [178.00378833072517, -38.67097007139137, 0.0], [178.0038920279727, -38.6709580001158, 0.0], [178.00395110038306, -38.670933548411284, 0.0], [178.00401482162064, -38.67090603840801, 0.0], [178.00411031869345, -38.67088097725475, 0.0], [178.0042204916829, -38.670857192437126, 0.0], [178.0043477644692, -38.67083457994185, 0.0], [178.00450601724486, -38.670803014733636, 0.0], [178.00460852037736, -38.67077384081489, 0.0], [178.0047549186937, -38.67074659562131, 0.0], [178.00485402817955, -38.67071756707087, 0.0], [178.00493727256594, -38.67069112496191, 0.0], [178.0050533538244, -38.670682333218814, 0.0], [178.00514642626615, -38.670657375245625, 0.0], [178.00526532925127, -38.670654179978904, 0.0], [178.00535717153932, -38.67064642784498, 0.0], [178.00543878765578, -38.67063149072607, 0.0], [178.00549915551417, -38.670590782399834, 0.0], [178.00555948722777, -38.6705843820507, 0.0]], "type": "LineString"}, "id": "4314", "properties": {"CPS": 4, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4314.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.86434001058, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 2.079639391817726, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [178.00563479622156, -38.67060578061883, 178.00843798079848, -38.67054875034769], "geometry": {"coordinates": [[178.00563479622156, -38.67054875034769, 0.0], [178.00570800722826, -38.67058753926585, 0.0], [178.0057780393788, -38.67060168764776, 0.0], [178.0059047444736, -38.67060578061883, 0.0], [178.00604303829186, -38.67060175253252, 0.0], [178.00625607429268, -38.670588799296986, 0.0], [178.006399879159, -38.67059406386947, 0.0], [178.00649846205948, -38.67057839792575, 0.0], [178.0066507682343, -38.67056614414684, 0.0], [178.00681828103103, -38.670562767131216, 0.0], [178.00696988820815, -38.670575319806424, 0.0], [178.00710359941453, -38.670575298956564, 0.0], [178.00724647529904, -38.67056726095581, 0.0], [178.00737005222751, -38.67057529840983, 0.0], [178.00749931375879, -38.670581185825256, 0.0], [178.00761323579565, -38.67057629603292, 0.0], [178.0077676650443, -38.67059444426769, 0.0], [178.00786867139192, -38.67057867314109, 0.0], [178.00797289787468, -38.670574199176684, 0.0], [178.00805544221762, -38.67057256177334, 0.0], [178.00814900927637, -38.67058951026146, 0.0], [178.00824340752007, -38.67058355204137, 0.0], [178.0083088520253, -38.670580742608735, 0.0], [178.00837940972232, -38.67058152545819, 0.0], [178.00843798079848, -38.670584728761725, 0.0]], "type": "LineString"}, "id": "4315", "properties": {"CPS": 4, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4315.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.247060808515, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 2.079639391817726, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [178.00872226611168, -38.670664657664105, 178.00983003799132, -38.670606830503246], "geometry": {"coordinates": [[178.00872226611168, -38.670606830503246, 0.0], [178.00881394041443, -38.67063148335865, 0.0], [178.00894818247795, -38.670639061234745, 0.0], [178.00904782663355, -38.670638594865835, 0.0], [178.0091326620618, -38.67063495241391, 0.0], [178.0092230089771, -38.67064060281496, 0.0], [178.00926879697772, -38.67063482499883, 0.0], [178.0092833401894, -38.670634200555426, 0.0], [178.0093729890757, -38.670664657664105, 0.0], [178.00943600967244, -38.67066195167179, 0.0], [178.0095549119975, -38.67065875203614, 0.0], [178.00962317859864, -38.670661538416276, 0.0], [178.00970559011137, -38.6706579996281, 0.0], [178.00978073000738, -38.670654773035565, 0.0], [178.00983003799132, -38.670629784730124, 0.0]], "type": "LineString"}, "id": "4316", "properties": {"CPS": 4, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4316.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.0987353069793, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 2.079639391817726, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [178.00988203906877, -38.671000474217976, 178.01653811270435, -38.67059114878534], "geometry": {"coordinates": [[178.00988203906877, -38.67059114878534, 0.0], [178.0099714225585, -38.670617805000184, 0.0], [178.01002258927858, -38.670619419554626, 0.0], [178.01007886927997, -38.6706246263244, 0.0], [178.01016812009172, -38.67064938217115, 0.0], [178.01030774102097, -38.67066435111836, 0.0], [178.01038679909797, -38.67064761448492, 0.0], [178.01046180611883, -38.670642487247164, 0.0], [178.01056237964764, -38.67065532103922, 0.0], [178.01067291424457, -38.670671538746085, 0.0], [178.0107609701274, -38.67067919225277, 0.0], [178.0108880734473, -38.67068898039342, 0.0], [178.01097197909942, -38.670672035155036, 0.0], [178.01105130258316, -38.67065909849351, 0.0], [178.01112481528304, -38.67066737638694, 0.0], [178.01121366800683, -38.670686430785615, 0.0], [178.0113143744711, -38.670701164120736, 0.0], [178.0113717170448, -38.67072157190056, 0.0], [178.01145827883124, -38.67074263042655, 0.0], [178.01163694750545, -38.67075973224268, 0.0], [178.0117713225772, -38.67076920703179, 0.0], [178.01191109320334, -38.67076892032118, 0.0], [178.01205300554076, -38.670781882802444, 0.0], [178.01223638924986, -38.67079687521545, 0.0], [178.01237587779605, -38.67080994143105, 0.0], [178.01252735284856, -38.67082058656598, 0.0], [178.01267358166425, -38.67082573918495, 0.0], [178.01278507932258, -38.67082094847398, 0.0], [178.01290424709174, -38.67082154581241, 0.0], [178.01300873882937, -38.67082086773889, 0.0], [178.01307268920107, -38.67083146118294, 0.0], [178.0131526766117, -38.670828024105916, 0.0], [178.01322217140975, -38.67081360239809, 0.0], [178.01329422289626, -38.670800976693094, 0.0], [178.0134013718478, -38.670838302265665, 0.0], [178.01349225046593, -38.670851550111706, 0.0], [178.01362727959815, -38.67085298981305, 0.0], [178.0137393086292, -38.6708557989849, 0.0], [178.01390545982267, -38.670867717502624, 0.0], [178.01402771581877, -38.670877710504705, 0.0], [178.01417610274328, -38.670878956653205, 0.0], [178.0142951375776, -38.670877652363394, 0.0], [178.01439006670782, -38.67087928995572, 0.0], [178.01445146050426, -38.670888086608905, 0.0], [178.0145630908504, -38.67088519439294, 0.0], [178.01470178229786, -38.670886856605414, 0.0], [178.01480222363531, -38.67089778646472, 0.0], [178.0148925708539, -38.670903432413496, 0.0], [178.0149732226525, -38.67090949506191, 0.0], [178.0150048656956, -38.67091004074908, 0.0], [178.01510544244252, -38.67090552666694, 0.0], [178.0151990109989, -38.67092246934739, 0.0], [178.01529905367119, -38.67092769818688, 0.0], [178.01541121562806, -38.6709324059315, 0.0], [178.0155061447576, -38.670934042607165, 0.0], [178.01559393524016, -38.670937892015104, 0.0], [178.0156570883993, -38.67093708284792, 0.0], [178.01575995371942, -38.67094790765955, 0.0], [178.01585312364065, -38.6709591492223, 0.0], [178.01591587800598, -38.670952639336505, 0.0], [178.01595641887073, -38.67094136676061, 0.0], [178.01600556061913, -38.6709487834502, 0.0], [178.01604876016256, -38.67097551468267, 0.0], [178.016133165282, -38.671000474217976, 0.0], [178.01624250464488, -38.67099958479273, 0.0], [178.01637824050562, -38.67099374844509, 0.0], [178.01648113676407, -38.67097026495097, 0.0], [178.01653811270435, -38.670950661846796, 0.0]], "type": "LineString"}, "id": "4317", "properties": {"CPS": 3, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4317.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.589500846241, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 0.99040395798886, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [177.94130485712913, -38.71070454145589, 178.02055588826832, -38.670518029293696], "geometry": {"coordinates": [[177.94130485712913, -38.71070454145589, 0.0], [177.94179834768065, -38.71058535826687, 0.0], [177.9422691983335, -38.710413527465796, 0.0], [177.94271628311012, -38.71022781168424, 0.0], [177.9432678335009, -38.709903654760396, 0.0], [177.94364925104776, -38.709592662529275, 0.0], [177.94398006341316, -38.70920936297237, 0.0], [177.94415827253366, -38.70903801649554, 0.0], [177.94424051497666, -38.70896305720477, 0.0], [177.94441831953625, -38.708895959124476, 0.0], [177.94457655049965, -38.708666493619084, 0.0], [177.94472525829707, -38.708486271593536, 0.0], [177.94484815617983, -38.708328585521905, 0.0], [177.9450044874473, -38.70821474820192, 0.0], [177.94513214151425, -38.70812595087121, 0.0], [177.94528526348424, -38.707833566521735, 0.0], [177.94549918210927, -38.707540986686226, 0.0], [177.94557192937896, -38.70736160191425, 0.0], [177.9456673745231, -38.70720269661818, 0.0], [177.94583090010323, -38.70692892999881, 0.0], [177.94589791780277, -38.706842703006146, 0.0], [177.94592936887057, -38.7066817461673, 0.0], [177.94601940540986, -38.70653259970195, 0.0], [177.94627387722502, -38.70625497601631, 0.0], [177.94645247841274, -38.706023453161365, 0.0], [177.94653382469463, -38.705836555896646, 0.0], [177.94668653050104, -38.70558230653353, 0.0], [177.9469123215687, -38.70532972225341, 0.0], [177.9470139025472, -38.705127671902325, 0.0], [177.94712810155158, -38.70493223361335, 0.0], [177.94743991292606, -38.70460452693287, 0.0], [177.9474967611084, -38.70445916957027, 0.0], [177.94766633732604, -38.70418514399573, 0.0], [177.94782690427655, -38.70395676662393, 0.0], [177.94803342616768, -38.70364543685556, 0.0], [177.94816638840612, -38.70350161527198, 0.0], [177.94844516146281, -38.703091922439526, 0.0], [177.94852101617542, -38.702957670485915, 0.0], [177.94865806964845, -38.702785085606955, 0.0], [177.94880291378288, -38.70268126064278, 0.0], [177.94890220853242, -38.70262225187461, 0.0], [177.94898494555343, -38.70249961981833, 0.0], [177.9491477156278, -38.70225923514248, 0.0], [177.94921472534637, -38.702173006748716, 0.0], [177.94925699096004, -38.70208068092091, 0.0], [177.94935791542187, -38.701957276924674, 0.0], [177.9495723048056, -38.70175996767215, 0.0], [177.94970623466077, -38.70154224796211, 0.0], [177.94988972771233, -38.70129383568178, 0.0], [177.95011877820005, -38.70108875604183, 0.0], [177.95038117261146, -38.70088226087936, 0.0], [177.9505699916325, -38.700666975640786, 0.0], [177.95076019907629, -38.70042780686111, 0.0], [177.9509889159936, -38.70021797490903, 0.0], [177.95115388502595, -38.699965582173675, 0.0], [177.95124653041725, -38.69985444024375, 0.0], [177.951369059247, -38.699603848676055, 0.0], [177.9515951445847, -38.69935600840928, 0.0], [177.95185006351196, -38.69908550181399, 0.0], [177.95215379603687, -38.69872953724554, 0.0], [177.9525264987826, -38.698315847747175, 0.0], [177.9529538346735, -38.697856953621674, 0.0], [177.95324314718985, -38.69755639463317, 0.0], [177.95350092076856, -38.697283381033365, 0.0], [177.95371733090022, -38.697071684271236, 0.0], [177.95398320897542, -38.696784030917335, 0.0], [177.9542775897291, -38.69646895970775, 0.0], [177.9545107036655, -38.69623511025436, 0.0], [177.9546934364415, -38.69602007733777, 0.0], [177.95503033761375, -38.69574846445884, 0.0], [177.9552361666157, -38.69551577265585, 0.0], [177.9554293033231, -38.69531935614969, 0.0], [177.95570148575942, -38.69507907992226, 0.0], [177.9559140302504, -38.69485563142552, 0.0], [177.95613625084664, -38.69468418490381, 0.0], [177.95629220633754, -38.69456558451576, 0.0], [177.95655397510538, -38.69430668944091, 0.0], [177.95689356362223, -38.69403019243605, 0.0], [177.95716261354983, -38.69374477996102, 0.0], [177.95739178413908, -38.69354206425986, 0.0], [177.9576958876971, -38.69323610150636, 0.0], [177.95778842268777, -38.69307969331324, 0.0], [177.9579111030591, -38.69291962139455, 0.0], [177.9581522286051, -38.69271401375824, 0.0], [177.95840162380358, -38.69249614200251, 0.0], [177.95867411457158, -38.692260611000265, 0.0], [177.95893292835106, -38.692047102659124, 0.0], [177.95914749861, -38.69180926797185, 0.0], [177.95939394972402, -38.691636785491845, 0.0], [177.95954284481243, -38.69150418660187, 0.0], [177.95968182440623, -38.69136009697226, 0.0], [177.9600009927684, -38.69109637176559, 0.0], [177.9602612784083, -38.69090423989545, 0.0], [177.9603557784335, -38.69077633540071, 0.0], [177.96048780014107, -38.69066351227889, 0.0], [177.9608158200289, -38.69043990981105, 0.0], [177.96105053827995, -38.69022980413997, 0.0], [177.9614454684018, -38.68996285316054, 0.0], [177.961762979208, -38.689675369628354, 0.0], [177.9618700919015, -38.68955407480188, 0.0], [177.9619842528817, -38.6894467746315, 0.0], [177.9621508302494, -38.689306273191505, 0.0], [177.96240095430093, -38.68914315813485, 0.0], [177.96265058366342, -38.68897291633432, 0.0], [177.9627685263634, -38.68892025032743, 0.0], [177.96303060634202, -38.688754242915195, 0.0], [177.963295360872, -38.68849520659367, 0.0], [177.96343202377665, -38.68831785739118, 0.0], [177.9636356923835, -38.68814242184029, 0.0], [177.96385016675663, -38.687947466761266, 0.0], [177.9641652446672, -38.68780064358568, 0.0], [177.96436686659374, -38.68763958845913, 0.0], [177.96460396525026, -38.68750799470141, 0.0], [177.96499076211134, -38.687255672946314, 0.0], [177.96552217971978, -38.686897132435774, 0.0], [177.96603122473445, -38.686522865049675, 0.0], [177.96655353950015, -38.68616470755393, 0.0], [177.96706889725027, -38.68583781552298, 0.0], [177.96744599254583, -38.685533485778336, 0.0], [177.96777044214173, -38.685302869407316, 0.0], [177.9679202298684, -38.68522740048729, 0.0], [177.96824500585356, -38.685001533795614, 0.0], [177.96848903934895, -38.68483866563681, 0.0], [177.9689883357962, -38.684543421003326, 0.0], [177.9694378208629, -38.68423123684642, 0.0], [177.96985528335193, -38.68393947461759, 0.0], [177.97023581599845, -38.68368502065623, 0.0], [177.97082130087554, -38.683274122692886, 0.0], [177.97120976475685, -38.68300265081067, 0.0], [177.9716528751508, -38.68277411478714, 0.0], [177.9721895988388, -38.6825368223953, 0.0], [177.97252782564254, -38.682417579785486, 0.0], [177.9729038635087, -38.68223001673775, 0.0], [177.9730641128356, -38.68213027131268, 0.0], [177.97341899796507, -38.68190072486739, 0.0], [177.97400890005162, -38.68155394848113, 0.0], [177.97452732150316, -38.68127216008846, 0.0], [177.97501267100526, -38.68103942815682, 0.0], [177.97540434140257, -38.680858337901554, 0.0], [177.97583524021027, -38.68067319077699, 0.0], [177.97614205498886, -38.68049571737375, 0.0], [177.97638859010613, -38.680325579385375, 0.0], [177.97671655290017, -38.68019008587936, 0.0], [177.97721394735683, -38.679999714682396, 0.0], [177.97775316550462, -38.67975514375761, 0.0], [177.9782184965127, -38.679497046483206, 0.0], [177.97892344638043, -38.67918822008356, 0.0], [177.97941097149103, -38.67894346546826, 0.0], [177.97995854438406, -38.678731881806904, 0.0], [177.9805311355782, -38.67844299037474, 0.0], [177.98097280592353, -38.67823830563549, 0.0], [177.9814085190439, -38.67807913945358, 0.0], [177.98175381720725, -38.67793097988134, 0.0], [177.98211542079144, -38.6777987998582, 0.0], [177.9823642430626, -38.677661905766456, 0.0], [177.98255846141745, -38.67757022664999, 0.0], [177.98283080523547, -38.677465680747595, 0.0], [177.98306744578247, -38.67737218888138, 0.0], [177.98320474834838, -38.67729246941844, 0.0], [177.98337406215865, -38.677192323130456, 0.0], [177.98351664818463, -38.67718861473181, 0.0], [177.9838449118477, -38.67705785366021, 0.0], [177.98422639692797, -38.67690575862798, 0.0], [177.98455350169945, -38.676758368259094, 0.0], [177.98485834550684, -38.676640517085346, 0.0], [177.9850912894334, -38.676537649528555, 0.0], [177.98546130877318, -38.676395570126594, 0.0], [177.98565612346616, -38.67635627348111, 0.0], [177.98591132419108, -38.67622386427362, 0.0], [177.98614294339635, -38.67610199202352, 0.0], [177.9863104852702, -38.67606385993125, 0.0], [177.98655857583455, -38.67596034213303, 0.0], [177.98679234099365, -38.67586934819805, 0.0], [177.98701817171766, -38.67579536982788, 0.0], [177.98733600936478, -38.675645985589256, 0.0], [177.98760817271437, -38.675539054098394, 0.0], [177.98803151149693, -38.67542089366817, 0.0], [177.9883000917137, -38.67534984988517, 0.0], [177.98859125948906, -38.675254015582865, 0.0], [177.98897222769583, -38.67509478026849, 0.0], [177.98957411581299, -38.67487844737474, 0.0], [177.9901773227097, -38.67468111426651, 0.0], [177.99083170670883, -38.67447682396952, 0.0], [177.99134896515957, -38.67435463382313, 0.0], [177.99196086830125, -38.67419503804026, 0.0], [177.99285918739687, -38.67395885689248, 0.0], [177.99341924141953, -38.67379670772209, 0.0], [177.99389070798046, -38.67367170159692, 0.0], [177.99432091058304, -38.67356513688718, 0.0], [177.99495698772728, -38.67344737394114, 0.0], [177.99550144906746, -38.673366884122444, 0.0], [177.99573211197048, -38.67331888865692, 0.0], [177.99616803798853, -38.67320730731981, 0.0], [177.99663090139353, -38.67308980587782, 0.0], [177.99709497199356, -38.67294604452288, 0.0], [177.99759237035488, -38.672800853691086, 0.0], [177.99799358577496, -38.67271457651073, 0.0], [177.99828351913177, -38.672644977672995, 0.0], [177.99865343932493, -38.67254574463769, 0.0], [177.9990586753289, -38.67247358595296, 0.0], [177.99933047538283, -38.67236187839132, 0.0], [177.99956757146933, -38.672275481394514, 0.0], [177.99984317961088, -38.67221840460937, 0.0], [178.00016312505696, -38.67209986700766, 0.0], [178.00044616512244, -38.67201864632281, 0.0], [178.00079927207565, -38.671896303257505, 0.0], [178.0013630285274, -38.67170060424558, 0.0], [178.0016356500751, -38.67160076819122, 0.0], [178.00195878497766, -38.67148447142363, 0.0], [178.00227872313764, -38.67136592845107, 0.0], [178.00255283347178, -38.67128746801956, 0.0], [178.00282495434593, -38.671180503526344, 0.0], [178.00298861490666, -38.671130602261236, 0.0], [178.00317381588653, -38.67108454180766, 0.0], [178.00345282345353, -38.67098919251819, 0.0], [178.00360992603495, -38.67093242446522, 0.0], [178.0039005084434, -38.670872313609955, 0.0], [178.0041316533677, -38.67083142825265, 0.0], [178.00449731824776, -38.670758565822844, 0.0], [178.004767353142, -38.67070886380491, 0.0], [178.00496583164065, -38.67067890770921, 0.0], [178.00512139454182, -38.67064364524158, 0.0], [178.00518523262468, -38.67060040580408, 0.0], [178.00543434379512, -38.670599247779066, 0.0], [178.00596627080017, -38.670557365629236, 0.0], [178.00637463670077, -38.670530312949374, 0.0], [178.0068208529885, -38.670523075986274, 0.0], [178.00730155837962, -38.670531033777905, 0.0], [178.00760454233955, -38.670518029293696, 0.0], [178.0079426791863, -38.6705297213673, 0.0], [178.00818419307294, -38.67055032507153, 0.0], [178.00864302565273, -38.67054968667542, 0.0], [178.00894866397465, -38.670574682966176, 0.0], [178.00938342366106, -38.67057745757381, 0.0], [178.0096362273574, -38.67058566152748, 0.0], [178.00988583525805, -38.67059161977392, 0.0], [178.01006085916194, -38.67061745715443, 0.0], [178.0107433587045, -38.67064294092521, 0.0], [178.0109899368112, -38.67064902691512, 0.0], [178.01126224760168, -38.670675448548984, 0.0], [178.0115589631682, -38.67070320357766, 0.0], [178.01196861266314, -38.67073801815507, 0.0], [178.0123247628029, -38.67074654115338, 0.0], [178.01275715670468, -38.67075893426507, 0.0], [178.01287395066035, -38.67077773977399, 0.0], [178.01313131965014, -38.67076429843279, 0.0], [178.01345887261772, -38.670754987674165, 0.0], [178.01377879062088, -38.67081032854014, 0.0], [178.01418458061147, -38.670833389179116, 0.0], [178.0144666861416, -38.67082602886447, 0.0], [178.01487920033787, -38.67085832758555, 0.0], [178.01511096177055, -38.67086980645064, 0.0], [178.0153921971918, -38.67089345228967, 0.0], [178.01556992044698, -38.670914400468995, 0.0], [178.0158343453714, -38.670914944087166, 0.0], [178.01613006541925, -38.670928435839194, 0.0], [178.01633538955838, -38.670952960867545, 0.0], [178.01654564862085, -38.670917713727185, 0.0], [178.01672320589228, -38.67093628488148, 0.0], [178.01692197192313, -38.670953943721315, 0.0], [178.01704329247175, -38.67099399178887, 0.0], [178.01718009463738, -38.67103813870201, 0.0], [178.01734922767147, -38.671066600706254, 0.0], [178.01746938509322, -38.671090021656674, 0.0], [178.01768206153758, -38.67117617003008, 0.0], [178.01782272534138, -38.671232061993294, 0.0], [178.0179848019464, -38.67124653225892, 0.0], [178.0181921221872, -38.67129955669496, 0.0], [178.01837080694068, -38.67137763635711, 0.0], [178.01855588422708, -38.67146020550935, 0.0], [178.01873676826216, -38.671526278069095, 0.0], [178.01895670787547, -38.67158590537741, 0.0], [178.01911368642877, -38.67165777052747, 0.0], [178.01937048355788, -38.67172295848001, 0.0], [178.01971880483202, -38.67183662022783, 0.0], [178.02004625084484, -38.671955943935245, 0.0], [178.0202599666401, -38.672013454143084, 0.0], [178.02036403714322, -38.67215430094754, 0.0], [178.02046570746796, -38.67234766331448, 0.0], [178.02051790261487, -38.67252886044818, 0.0], [178.02055588826832, -38.67259393240394, 0.0]], "type": "LineString"}, "id": "4321", "properties": {"CPS": 3, "Date": "2018-02-16", "Digitiser": "ER", "Georef_ER": 0.0, "ID": 4321.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.3, "Proxy": 1, "Region": "Gisborne", "SHLength": 8.80903548497, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 1.015332457867865, "USDate": "02/16/2018"}, "type": "Feature"}, {"bbox": [177.95050462579724, -38.70097104515348, 177.98746129759425, -38.675667487033756], "geometry": {"coordinates": [[177.95050462579724, -38.70097104515348, 0.0], [177.95062348266063, -38.7007992304111, 0.0], [177.9507221044869, -38.70064256898356, 0.0], [177.95085072150465, -38.70043603275214, 0.0], [177.95094181427137, -38.700346398837006, 0.0], [177.95099645464015, -38.70030119586305, 0.0], [177.951091235185, -38.70022093504243, 0.0], [177.95115152131388, -38.700125461275896, 0.0], [177.95125251571486, -38.69995916900454, 0.0], [177.95133844146693, -38.699838782501544, 0.0], [177.95142814359028, -38.69977303158836, 0.0], [177.95153398742454, -38.6997208900029, 0.0], [177.95159386857244, -38.699663552137274, 0.0], [177.9516303956544, -38.69957623400373, 0.0], [177.95169100900026, -38.699485510957814, 0.0], [177.9517983169005, -38.6993665988913, 0.0], [177.95189424485199, -38.699302965777214, 0.0], [177.95196239821556, -38.69923336440094, 0.0], [177.9520665097831, -38.699112205364976, 0.0], [177.95212646533724, -38.69901198030908, 0.0], [177.95225416976086, -38.69888028977592, 0.0], [177.95235975839998, -38.698780509676055, 0.0], [177.95237301929023, -38.69870847371492, 0.0], [177.95244133588199, -38.698641247581186, 0.0], [177.95250154390206, -38.698588660267795, 0.0], [177.95260663908377, -38.698481753615525, 0.0], [177.9527333563018, -38.69833580991916, 0.0], [177.95285327142176, -38.69817943397101, 0.0], [177.95291404639465, -38.69809108591286, 0.0], [177.95295204940274, -38.69802514662833, 0.0], [177.95303584955994, -38.69796202758724, 0.0], [177.95313046056972, -38.69787938998434, 0.0], [177.9532408845675, -38.69780561056433, 0.0], [177.95331697920776, -38.697718994219834, 0.0], [177.9534318972985, -38.69757831571844, 0.0], [177.95348914709524, -38.69748296978758, 0.0], [177.95357146781905, -38.697398471328526, 0.0], [177.95363707939157, -38.69733612427511, 0.0], [177.95373046458798, -38.69727974501242, 0.0], [177.95383564595414, -38.69721809985463, 0.0], [177.95395015938132, -38.697115556957364, 0.0], [177.95402796949548, -38.69700980788004, 0.0], [177.9541501716859, -38.69684261263014, 0.0], [177.95429511521755, -38.69671852636205, 0.0], [177.9543724315844, -38.696605650752566, 0.0], [177.9544274696683, -38.696522310491474, 0.0], [177.95456369226937, -38.696425992265766, 0.0], [177.9546288092508, -38.696356518405736, 0.0], [177.9546653312674, -38.69626919964481, 0.0], [177.95473945115873, -38.696154077153324, 0.0], [177.95482898131976, -38.696085948652886, 0.0], [177.9549177802916, -38.69605120516822, 0.0], [177.95510544039038, -38.69590743524273, 0.0], [177.9551959387737, -38.69576541001562, 0.0], [177.95525417076084, -38.695684316151365, 0.0], [177.95534459499217, -38.695585177708125, 0.0], [177.9554715568832, -38.695486869452786, 0.0], [177.95556149630235, -38.6954246791088, 0.0], [177.95565732477823, -38.69531578113388, 0.0], [177.95576560608745, -38.695211118897774, 0.0], [177.95585537175373, -38.6951024783451, 0.0], [177.95597479095537, -38.6949830481579, 0.0], [177.95611460584837, -38.694850839158555, 0.0], [177.95627277114494, -38.69472023275389, 0.0], [177.95645206216878, -38.69454346236543, 0.0], [177.95656353661113, -38.694441046188345, 0.0], [177.95667787747308, -38.694336125683016, 0.0], [177.956822364391, -38.69422754165256, 0.0], [177.95698929153022, -38.69409179715524, 0.0], [177.95709664870304, -38.69397383142917, 0.0], [177.95722647205335, -38.69387301734119, 0.0], [177.95728126798448, -38.69383018741819, 0.0], [177.95739936783724, -38.693691752502545, 0.0], [177.95753024888543, -38.69356230400489, 0.0], [177.9576372099218, -38.693438636822364, 0.0], [177.9577464718278, -38.693348225755976, 0.0], [177.95779053021616, -38.69328202767759, 0.0], [177.95786694355218, -38.69320015988232, 0.0], [177.95793623619556, -38.69314718382282, 0.0], [177.9581017715635, -38.693035321258655, 0.0], [177.95815123393638, -38.69295936365402, 0.0], [177.95823100631222, -38.692882117718646, 0.0], [177.95839694134443, -38.69273211892481, 0.0], [177.95856755064676, -38.692605745494184, 0.0], [177.95871038722484, -38.69247340512727, 0.0], [177.95879253184663, -38.692386528279734, 0.0], [177.9589379980892, -38.69229219470437, 0.0], [177.9590149845251, -38.69221864033731, 0.0], [177.95910286162066, -38.69212675473564, 0.0], [177.9592060577592, -38.69203660024566, 0.0], [177.9593245728852, -38.691948176829925, 0.0], [177.9594363681116, -38.69185050928602, 0.0], [177.95951244924802, -38.691763889750256, 0.0], [177.9596376831562, -38.691684710089326, 0.0], [177.95972367887003, -38.69160958102648, 0.0], [177.95978624898848, -38.691547360040325, 0.0], [177.9598838748572, -38.69146458909883, 0.0], [177.9599914865861, -38.691350421941884, 0.0], [177.96007698822064, -38.691268166362015, 0.0], [177.96025381737198, -38.69114390855127, 0.0], [177.9603411982651, -38.69104489589476, 0.0], [177.9604339121189, -38.69097901037344, 0.0], [177.9605511766478, -38.690850614193764, 0.0], [177.9606518316072, -38.69076771383713, 0.0], [177.96075347307823, -38.690699066003056, 0.0], [177.96088157017158, -38.6906173808856, 0.0], [177.96103480699693, -38.69050365495538, 0.0], [177.96121875160145, -38.69035050403599, 0.0], [177.9614807462311, -38.69013923747401, 0.0], [177.96160252096564, -38.690010171990544, 0.0], [177.96173062018252, -38.68988464926535, 0.0], [177.9618479772118, -38.689779595698674, 0.0], [177.96201488455898, -38.68964384524645, 0.0], [177.96219645202743, -38.6895003236856, 0.0], [177.9623622065454, -38.68934794482595, 0.0], [177.9625051942468, -38.68921797607764, 0.0], [177.96265621722503, -38.68911625442947, 0.0], [177.96284884874373, -38.6890008503194, 0.0], [177.96302902730505, -38.688881210861794, 0.0], [177.96324068677913, -38.688711392040695, 0.0], [177.9633482891442, -38.68859722237511, 0.0], [177.9634631045134, -38.68849942268609, 0.0], [177.96363811096802, -38.68834903088328, 0.0], [177.96378053173683, -38.68825482114046, 0.0], [177.96393425252512, -38.68814821827104, 0.0], [177.96412694813463, -38.687989925786596, 0.0], [177.96440285880539, -38.68780426748119, 0.0], [177.96459522331622, -38.687641223505395, 0.0], [177.96475885667326, -38.687546109858836, 0.0], [177.96488980963204, -38.68746191657398, 0.0], [177.96505736411888, -38.68733566413956, 0.0], [177.96525621291116, -38.687222374028906, 0.0], [177.9653875432287, -38.687143643719146, 0.0], [177.96555443769645, -38.6870078890049, 0.0], [177.96572485605245, -38.686879131330194, 0.0], [177.96596422502606, -38.686692642545836, 0.0], [177.96620187894987, -38.6865252856851, 0.0], [177.9663823747879, -38.686410392617475, 0.0], [177.96661429464172, -38.68624804391277, 0.0], [177.96685645790814, -38.68610193558975, 0.0], [177.96707882197882, -38.68595524035392, 0.0], [177.96732490420794, -38.68577799275285, 0.0], [177.9674958103568, -38.6856563591048, 0.0], [177.9676813752341, -38.68552695373278, 0.0], [177.96787079339109, -38.685409296091386, 0.0], [177.96805520426392, -38.68526326234729, 0.0], [177.96832216674798, -38.6850803586714, 0.0], [177.9686127141217, -38.68488692021629, 0.0], [177.9687908299666, -38.684781654627166, 0.0], [177.96901904956096, -38.68460992927568, 0.0], [177.96915494964202, -38.68453147673392, 0.0], [177.9694183159144, -38.68438446014161, 0.0], [177.96962558222478, -38.68426127462471, 0.0], [177.9698519205629, -38.68410630479469, 0.0], [177.97003527009667, -38.68398890231561, 0.0], [177.9702764300633, -38.68382853540489, 0.0], [177.97038460758884, -38.68376674833935, 0.0], [177.97071305845134, -38.68355024816003, 0.0], [177.97094930753278, -38.68340676609707, 0.0], [177.97114698235134, -38.68327683943016, 0.0], [177.97130101073455, -38.68317497900705, 0.0], [177.97136260844806, -38.68312089382053, 0.0], [177.97147094868888, -38.68306148127088, 0.0], [177.9716035329975, -38.68300103542648, 0.0], [177.9717669812448, -38.68290353780598, 0.0], [177.97194436371498, -38.68283165269607, 0.0], [177.9721325495878, -38.68274024752648, 0.0], [177.97227307069696, -38.68266278574196, 0.0], [177.97247387210072, -38.68257798958823, 0.0], [177.9726580372508, -38.682472460469256, 0.0], [177.9728130505008, -38.68238485064929, 0.0], [177.97295258125934, -38.68229313578458, 0.0], [177.97316540165755, -38.68216256020097, 0.0], [177.97331820720862, -38.68208695593401, 0.0], [177.97346682815592, -38.681994852953274, 0.0], [177.97370978659103, -38.681860609137054, 0.0], [177.97388154715713, -38.68177347514339, 0.0], [177.9740585947856, -38.681696836353254, 0.0], [177.9742751011516, -38.68157563132404, 0.0], [177.9744095565988, -38.6814984256883, 0.0], [177.9745945402563, -38.68140477079979, 0.0], [177.97479082086198, -38.68129872180567, 0.0], [177.97496434119108, -38.68121508484949, 0.0], [177.97511918384978, -38.68112509693018, 0.0], [177.97531915281854, -38.68102841944424, 0.0], [177.97556243405157, -38.68089892296237, 0.0], [177.9757442192214, -38.6808030203087, 0.0], [177.97594165066363, -38.68071359726352, 0.0], [177.97608604940282, -38.68062643598641, 0.0], [177.97622336649354, -38.68054672385463, 0.0], [177.97642349714778, -38.68045242005224, 0.0], [177.97656246270023, -38.68039646136355, 0.0], [177.9767216512463, -38.68032534531754, 0.0], [177.97685201989947, -38.680276900278045, 0.0], [177.97697820344845, -38.68021195673988, 0.0], [177.9771781671402, -38.680115276387184, 0.0], [177.9772712633066, -38.68005531778909, 0.0], [177.97739843572526, -38.68000462610621, 0.0], [177.9775069308534, -38.679947583941384, 0.0], [177.97762517672706, -38.67989965529558, 0.0], [177.97774915326252, -38.67984671718623, 0.0], [177.9778807360713, -38.67977201266776, 0.0], [177.97804196236643, -38.67968651343812, 0.0], [177.9781764099471, -38.67960930394144, 0.0], [177.97832953427388, -38.67953844453656, 0.0], [177.97847235162894, -38.679494231329755, 0.0], [177.97858756568368, -38.67944643111571, 0.0], [177.97873291805828, -38.67939496217279, 0.0], [177.9789335368538, -38.67930778059214, 0.0], [177.97915487250103, -38.679212567234615, 0.0], [177.97933510290753, -38.67913816722859, 0.0], [177.9794843695933, -38.67905555893592, 0.0], [177.97973771708288, -38.678939918829165, 0.0], [177.97991376066204, -38.67884901978308, 0.0], [177.98005878068471, -38.678792798589846, 0.0], [177.98018479344492, -38.678725476565404, 0.0], [177.98034077897324, -38.678652110037994, 0.0], [177.98047621219112, -38.678589150368275, 0.0], [177.980686854777, -38.67849319948032, 0.0], [177.98087518218665, -38.678404156999534, 0.0], [177.9810278058409, -38.678326168291825, 0.0], [177.98119558058443, -38.67824753247518, 0.0], [177.98130037925225, -38.67818111507452, 0.0], [177.98141845430897, -38.67813080756625, 0.0], [177.98158132307478, -38.67806905757163, 0.0], [177.9818449097322, -38.67796965266976, 0.0], [177.9820815533803, -38.67787616261635, 0.0], [177.98225031635255, -38.677811777584296, 0.0], [177.98250734519033, -38.67770550405003, 0.0], [177.98264007448043, -38.67764742223842, 0.0], [177.98277362908507, -38.67760121708037, 0.0], [177.98286696470012, -38.67754481755702, 0.0], [177.98297054670402, -38.677504657180975, 0.0], [177.98306635878643, -38.67748388787557, 0.0], [177.9831455335038, -38.67744238745701, 0.0], [177.9832554358515, -38.677383850550406, 0.0], [177.98337080807832, -38.677338421386004, 0.0], [177.9834802848072, -38.677295626358244, 0.0], [177.9836739473924, -38.67723970531105, 0.0], [177.98386325828034, -38.677164910578746, 0.0], [177.9840291526825, -38.67710302798726, 0.0], [177.98418595611142, -38.67704153355946, 0.0], [177.9843325125039, -38.67696379986086, 0.0], [177.9845033102805, -38.67688503025563, 0.0], [177.98465388718768, -38.67682141883881, 0.0], [177.98480562000597, -38.676774434702686, 0.0], [177.98495349652552, -38.67671570310805, 0.0], [177.98515558605197, -38.67664988993487, 0.0], [177.9853413678775, -38.67656809643627, 0.0], [177.98553067502743, -38.676493299221036, 0.0], [177.98568527146597, -38.67644380917943, 0.0], [177.98592223482905, -38.67635506266778, 0.0], [177.98609032946123, -38.67628117113903, 0.0], [177.986192420673, -38.67621963001433, 0.0], [177.9863566021689, -38.67617687665747, 0.0], [177.98647180500836, -38.676129069328766, 0.0], [177.9865460723119, -38.67610445327272, 0.0], [177.98669763692197, -38.676055091505894, 0.0], [177.98682936797857, -38.675982753271455, 0.0], [177.98694726984277, -38.67593006529943, 0.0], [177.98706148040537, -38.67586800537758, 0.0], [177.98717348682317, -38.67581795160555, 0.0], [177.9872723252605, -38.67579704953179, 0.0], [177.9873917137091, -38.67576573923193, 0.0], [177.98746129759425, -38.675717498756434, 0.0], [177.98746085745262, -38.675667487033756, 0.0]], "type": "LineString"}, "id": "4326", "properties": {"CPS": 3, "Date": "2022-02-16", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4326.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 4.35913640139, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 0.99040395798886, "USDate": "02/16/2022"}, "type": "Feature"}, {"bbox": [177.9876114844016, -38.67557351181874, 177.99209943266013, -38.67421713880931], "geometry": {"coordinates": [[177.9876114844016, -38.67556098643709, 0.0], [177.987764313662, -38.67557351181874, 0.0], [177.9879081078782, -38.67554353997489, 0.0], [177.98802463069654, -38.67551473396434, 0.0], [177.98815713046977, -38.675497156747554, 0.0], [177.98826759281343, -38.67546860962288, 0.0], [177.98839810903502, -38.67542252807518, 0.0], [177.98857407705177, -38.675374502860215, 0.0], [177.98878221916775, -38.67530842471696, 0.0], [177.98887301249175, -38.675259276464224, 0.0], [177.9889717942418, -38.675215742542676, 0.0], [177.9890521198416, -38.675190865847306, 0.0], [177.98914120513228, -38.675160849677894, 0.0], [177.98929899120097, -38.67511360094031, 0.0], [177.98944399532797, -38.675057369027364, 0.0], [177.98952432055654, -38.67503249202849, 0.0], [177.989634616197, -38.67500156835477, 0.0], [177.98976816066107, -38.67495535578833, 0.0], [177.9899224196934, -38.67490110986069, 0.0], [177.99013882260078, -38.674822763989916, 0.0], [177.99029258500354, -38.674761391611874, 0.0], [177.99040624061118, -38.6747350883076, 0.0], [177.99052529492346, -38.674699024336896, 0.0], [177.99063575488094, -38.67467047510757, 0.0], [177.99082989977097, -38.674621668976634, 0.0], [177.99100503703318, -38.67456176367369, 0.0], [177.99120138455757, -38.674500950683374, 0.0], [177.99131250536692, -38.67448190216419, 0.0], [177.9914105135348, -38.674449120135975, 0.0], [177.99148174703836, -38.67442463079609, 0.0], [177.99158124346232, -38.674413226583475, 0.0], [177.9917334619732, -38.67437336002992, 0.0], [177.9918738907853, -38.67433876254983, 0.0], [177.99194259009843, -38.6743215285765, 0.0], [177.9920246203868, -38.67427751770096, 0.0], [177.99209943266013, -38.67421713880931, 0.0]], "type": "LineString"}, "id": "4327", "properties": {"CPS": 3, "Date": "2022-02-16", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4327.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.422888481922, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 0.99040395798886, "USDate": "02/16/2022"}, "type": "Feature"}, {"bbox": [177.99217992125418, -38.67419549625615, 178.00554594522978, -38.67058341811133], "geometry": {"coordinates": [[177.99217992125418, -38.67419463542573, 0.0], [177.99227115400396, -38.67419549625615, 0.0], [177.9923410108927, -38.67419488933773, 0.0], [177.99242419861739, -38.6741675054789, 0.0], [177.9924567022675, -38.67415420252876, 0.0], [177.99253851393865, -38.674150701503564, 0.0], [177.992616964708, -38.674142579444336, 0.0], [177.99271260331693, -38.67411942735476, 0.0], [177.9928203620885, -38.67409575648808, 0.0], [177.9930113080956, -38.674044701272116, 0.0], [177.9931522317854, -38.67401722829947, 0.0], [177.9933075280609, -38.67397794271285, 0.0], [177.99346007534527, -38.673942824667776, 0.0], [177.9935781338432, -38.673892505838296, 0.0], [177.99369751574352, -38.6738611894605, 0.0], [177.99387802067014, -38.67381296216622, 0.0], [177.99400852969168, -38.67376687476206, 0.0], [177.99415248236886, -38.673739270934114, 0.0], [177.99425318710135, -38.67370160631874, 0.0], [177.99442947706171, -38.67365832342326, 0.0], [177.99460912776408, -38.67361966118778, 0.0], [177.99470713298226, -38.67358687656047, 0.0], [177.9948071238896, -38.67358259565051, 0.0], [177.99490832446082, -38.67355205645326, 0.0], [177.9950371261288, -38.67352510022309, 0.0], [177.99519771735663, -38.673518224336895, 0.0], [177.99529434707546, -38.673509322123365, 0.0], [177.99551424004005, -38.67345940581926, 0.0], [177.99564304124402, -38.673432448944766, 0.0], [177.99579459283325, -38.67338307611521, 0.0], [177.99593534829512, -38.673353224617266, 0.0], [177.99607290808945, -38.67332112740312, 0.0], [177.99624919573765, -38.67327784188605, 0.0], [177.99639215309023, -38.673235983545915, 0.0], [177.99654838903322, -38.673210233132444, 0.0], [177.99665278373018, -38.67318193804204, 0.0], [177.9968238884978, -38.67310790245223, 0.0], [177.9969333496089, -38.67306509572094, 0.0], [177.99705118831193, -38.673055283645986, 0.0], [177.99713200482168, -38.67303752764271, 0.0], [177.99725507561604, -38.67301557925876, 0.0], [177.99736124139932, -38.672969101447194, 0.0], [177.99743819989783, -38.67293959849816, 0.0], [177.99754931602135, -38.67292054429487, 0.0], [177.99768285065008, -38.67287432323834, 0.0], [177.99783759496233, -38.67282719342628, 0.0], [177.99795796628845, -38.672810124749795, 0.0], [177.99806522411728, -38.67277932335762, 0.0], [177.99820008281046, -38.67275210418176, 0.0], [177.99827753745495, -38.67272972662783, 0.0], [177.9983487665043, -38.672705233352296, 0.0], [177.9984196643084, -38.67267598942958, 0.0], [177.9985269216975, -38.67264518763825, 0.0], [177.99861936034677, -38.67261978546988, 0.0], [177.9987358730559, -38.672590969333925, 0.0], [177.9988732641958, -38.67255649368762, 0.0], [177.99899635000634, -38.672534781082646, 0.0], [177.99911759736477, -38.672486702512145, 0.0], [177.9992458982003, -38.67245261595389, 0.0], [177.99934472745676, -38.67243170416787, 0.0], [177.9994735249497, -38.67240474327192, 0.0], [177.99959879547654, -38.672370786188836, 0.0], [177.99975237772955, -38.672307026893336, 0.0], [177.99986216689962, -38.672268968200015, 0.0], [177.9999695885773, -38.67224054045834, 0.0], [178.00006775467705, -38.67221012690076, 0.0], [178.00019269321783, -38.67217141862473, 0.0], [178.0003300826855, -38.67213694135813, 0.0], [178.00045165967174, -38.6720936120937, 0.0], [178.0005654959966, -38.67204823209312, 0.0], [178.0007025536711, -38.672009003823106, 0.0], [178.00081283881212, -38.671978070181616, 0.0], [178.00094284227836, -38.671924849631544, 0.0], [178.00102150247255, -38.671876212248776, 0.0], [178.00109256390255, -38.671849342117426, 0.0], [178.00122741934894, -38.67182211962565, 0.0], [178.00130454047988, -38.67179498959903, 0.0], [178.00139444398565, -38.67177684113214, 0.0], [178.00152207945462, -38.67173325104924, 0.0], [178.00162850534576, -38.67169057011917, 0.0], [178.00173509680195, -38.67165026439184, 0.0], [178.0018330955041, -38.671617474156264, 0.0], [178.0019785784207, -38.671568353612216, 0.0], [178.00217777086291, -38.6715050180631, 0.0], [178.0022899243453, -38.67145732617436, 0.0], [178.002388253928, -38.67142928608456, 0.0], [178.00248911615563, -38.67139399013074, 0.0], [178.00261911715765, -38.6713407678594, 0.0], [178.0027137536105, -38.67130335628152, 0.0], [178.00277065867334, -38.6712913865539, 0.0], [178.00284761282362, -38.671261880292775, 0.0], [178.0029456104016, -38.671229089188806, 0.0], [178.00301584166786, -38.67119034153578, 0.0], [178.0030912573846, -38.67118234264311, 0.0], [178.00315322758084, -38.67115586115025, 0.0], [178.00321922208835, -38.671143501409986, 0.0], [178.0032613089868, -38.67113693171283, 0.0], [178.00332630895628, -38.67111032019659, 0.0], [178.0033967056331, -38.671073947620876, 0.0], [178.0035160775741, -38.67104262176535, 0.0], [178.00363578091645, -38.6710160463645, 0.0], [178.00372838103132, -38.67099301568131, 0.0], [178.0038652688428, -38.67095140864948, 0.0], [178.0039462465969, -38.67093602346724, 0.0], [178.00405366429905, -38.67090759219482, 0.0], [178.00412775333686, -38.67088059039032, 0.0], [178.00421748898881, -38.67086006458278, 0.0], [178.0043587323268, -38.670837329306195, 0.0], [178.0044513319215, -38.67081429807847, 0.0], [178.0045501569658, -38.67079338212228, 0.0], [178.00463889761122, -38.67075860431504, 0.0], [178.00472004071992, -38.67074559390127, 0.0], [178.00477644752246, -38.67072649740108, 0.0], [178.00486012302704, -38.67070623107505, 0.0], [178.00493823616205, -38.67069335049388, 0.0], [178.00500742549315, -38.67068323508856, 0.0], [178.00507424816104, -38.670682750747076, 0.0], [178.0051687164731, -38.670642962034854, 0.0], [178.00525658226567, -38.670639192408, 0.0], [178.00534053334997, -38.670644643761534, 0.0], [178.00541258659027, -38.670632022852956, 0.0], [178.00548094667786, -38.6706100307813, 0.0], [178.00554594522978, -38.67058341811133, 0.0]], "type": "LineString"}, "id": "4328", "properties": {"CPS": 3, "Date": "2022-02-16", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4328.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 1.24211992842, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 0.99040395798886, "USDate": "02/16/2022"}, "type": "Feature"}, {"bbox": [178.0056668076049, -38.67060930816328, 178.00846473563618, -38.67057250379439], "geometry": {"coordinates": [[178.0056668076049, -38.67057346766886, 0.0], [178.0057479052624, -38.67060334156237, 0.0], [178.0058690992804, -38.67059814146417, 0.0], [178.00599751380668, -38.67060930816328, 0.0], [178.00613402287286, -38.67060583302846, 0.0], [178.00627306422606, -38.670595101893, 0.0], [178.00640401106568, -38.670599012299185, 0.0], [178.00655230772242, -38.670590266054795, 0.0], [178.0066331184401, -38.67057250379439, 0.0], [178.00675177997456, -38.670574558631074, 0.0], [178.00690057408264, -38.670572937770054, 0.0], [178.0070806618173, -38.67058426800672, 0.0], [178.00731159340415, -38.67058388618107, 0.0], [178.00755414664798, -38.67057585789453, 0.0], [178.00771858750508, -38.67058071156206, 0.0], [178.0078101462952, -38.670586311050876, 0.0], [178.00794547187627, -38.670587649367434, 0.0], [178.00808164875198, -38.670579421419355, 0.0], [178.00820064199343, -38.670586225313336, 0.0], [178.0083714743211, -38.67059556846174, 0.0], [178.00843190516886, -38.670590591801606, 0.0], [178.00846473563618, -38.670582035219574, 0.0]], "type": "LineString"}, "id": "4329", "properties": {"CPS": 3, "Date": "2022-02-16", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4329.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.245564446644, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 0.99040395798886, "USDate": "02/16/2022"}, "type": "Feature"}, {"bbox": [178.00874563761394, -38.67064814652189, 178.00975481895202, -38.67060094680436], "geometry": {"coordinates": [[178.00874563761394, -38.67060094680436, 0.0], [178.00890148670936, -38.670613314825985, 0.0], [178.00905970192954, -38.670616051486554, 0.0], [178.00922078103275, -38.67061628257553, 0.0], [178.00936467678042, -38.67063154559696, 0.0], [178.00947105290024, -38.67063174276392, 0.0], [178.009593241995, -38.67064079038607, 0.0], [178.00975481895202, -38.67064814652189, 0.0]], "type": "LineString"}, "id": "4330", "properties": {"CPS": 3, "Date": "2022-02-16", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4330.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.0882543746258, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 0.99040395798886, "USDate": "02/16/2022"}, "type": "Feature"}, {"bbox": [178.00990635311837, -38.67068765953147, 178.01094276069338, -38.67059875635097], "geometry": {"coordinates": [[178.00990635311837, -38.67059875635097, 0.0], [178.0099930140194, -38.67062124116286, 0.0], [178.01012798631362, -38.670639268823386, 0.0], [178.01025067335536, -38.6706554415331, 0.0], [178.0103844838888, -38.67065684206153, 0.0], [178.01052754988814, -38.670660227321704, 0.0], [178.01064318141817, -38.67066240829953, 0.0], [178.01072901261395, -38.67067301624507, 0.0], [178.01084833796014, -38.67068456792373, 0.0], [178.01094276069338, -38.67068765953147, 0.0]], "type": "LineString"}, "id": "4331", "properties": {"CPS": 3, "Date": "2022-02-16", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4331.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.0912812373424, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 0.99040395798886, "USDate": "02/16/2022"}, "type": "Feature"}, {"bbox": [178.01098351831834, -38.67083390698911, 178.0132378151589, -38.67066208503918], "geometry": {"coordinates": [[178.01098351831834, -38.67066208503918, 0.0], [178.01110047784397, -38.67068326762748, 0.0], [178.0112166073892, -38.67069257380547, 0.0], [178.01134838413282, -38.67070835490679, 0.0], [178.01145625431485, -38.67072992756387, 0.0], [178.01159778472208, -38.67075481895255, 0.0], [178.01172873149486, -38.67075872333037, 0.0], [178.01188375086866, -38.670759211024986, 0.0], [178.01199988055518, -38.67076851640648, 0.0], [178.01213435526898, -38.670779415924905, 0.0], [178.01226932813555, -38.67079744104648, 0.0], [178.01240093913017, -38.670810845674346, 0.0], [178.01257529986322, -38.67082717816592, 0.0], [178.01272122978494, -38.67082805526976, 0.0], [178.0128804617864, -38.670823595849875, 0.0], [178.01299912322514, -38.67082564427884, 0.0], [178.01313949165478, -38.67083390698911, 0.0], [178.0132378151589, -38.6708058580749, 0.0]], "type": "LineString"}, "id": "4332", "properties": {"CPS": 3, "Date": "2022-02-16", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4332.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.198721123058, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 0.99040395798886, "USDate": "02/16/2022"}, "type": "Feature"}, {"bbox": [178.0133260122189, -38.670994362107486, 178.0165131759681, -38.67080683287276], "geometry": {"coordinates": [[178.0133260122189, -38.67080683287276, 0.0], [178.01343504552077, -38.67084503039373, 0.0], [178.01360081519178, -38.67086887767713, 0.0], [178.01376442574235, -38.67086184648963, 0.0], [178.0138803895409, -38.67086877471963, 0.0], [178.01408471654673, -38.67087905229643, 0.0], [178.0142126335558, -38.67088308407358, 0.0], [178.01432573367217, -38.67089251732205, 0.0], [178.01450785526146, -38.67088945423782, 0.0], [178.01462971261887, -38.6708937460109, 0.0], [178.01476468601822, -38.67091176818263, 0.0], [178.01487392572471, -38.670909454904105, 0.0], [178.0149929194092, -38.670916251775296, 0.0], [178.0151331218482, -38.670922136810894, 0.0], [178.01530461935724, -38.67094097064236, 0.0], [178.01546709687764, -38.67093946524401, 0.0], [178.0155897850362, -38.670955632211346, 0.0], [178.01576634535667, -38.67095995338823, 0.0], [178.01592505908636, -38.670969806371225, 0.0], [178.01604471752958, -38.6709861031142, 0.0], [178.01618508622818, -38.670994362107486, 0.0], [178.01634280295823, -38.67098996307771, 0.0], [178.01646636074457, -38.67097512072462, 0.0], [178.0165131759681, -38.67094928385904, 0.0]], "type": "LineString"}, "id": "4333", "properties": {"CPS": 3, "Date": "2022-02-16", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4333.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.28102151924, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 0.99040395798886, "USDate": "02/16/2022"}, "type": "Feature"}, {"bbox": [177.9409650671706, -38.71043641535984, 177.95050462579724, -38.70097104515348], "geometry": {"coordinates": [[177.9409650671706, -38.71043641535984, 0.0], [177.94110420350654, -38.71042575635985, 0.0], [177.94129742090186, -38.71040565877373, 0.0], [177.9414210700865, -38.71039089062097, 0.0], [177.9415675813639, -38.71039897813756, 0.0], [177.94169106650838, -38.71038183420907, 0.0], [177.94180012904656, -38.7103319470745, 0.0], [177.94193713360025, -38.71029040569828, 0.0], [177.94203685573905, -38.710281415558114, 0.0], [177.94219787003703, -38.71027935802167, 0.0], [177.94242796023264, -38.710264843495835, 0.0], [177.9426164247368, -38.71026400463488, 0.0], [177.9428556101515, -38.71024910384571, 0.0], [177.94308266816523, -38.710234716522386, 0.0], [177.9432713763897, -38.71019336482699, 0.0], [177.94339695332368, -38.71007440035552, 0.0], [177.94356344535163, -38.70984339476532, 0.0], [177.94374714302106, -38.709597365068745, 0.0], [177.94395656975345, -38.709371686468415, 0.0], [177.94417558253446, -38.709152748488684, 0.0], [177.9443564934084, -38.70895448477969, 0.0], [177.94452297996585, -38.708723478164806, 0.0], [177.9445777097961, -38.708635390331935, 0.0], [177.94473420618414, -38.7085239287894, 0.0], [177.9448457973751, -38.7083786342318, 0.0], [177.944931581957, -38.70829995066122, 0.0], [177.94504162312953, -38.70826431372864, 0.0], [177.94509545283313, -38.70820723550987, 0.0], [177.94515354140214, -38.70812376990324, 0.0], [177.94518049252397, -38.70802971223073, 0.0], [177.94518278293395, -38.70797481908371, 0.0], [177.94522587676389, -38.70789437161598, 0.0], [177.94529232500713, -38.707843905629346, 0.0], [177.94535811696272, -38.707783937686735, 0.0], [177.94540276574725, -38.70768198230451, 0.0], [177.94545659475568, -38.70762490396299, 0.0], [177.9455647512991, -38.70760602352394, 0.0], [177.9456795419744, -38.70755112514688, 0.0], [177.9457536080925, -38.70747889397691, 0.0], [177.94580464763214, -38.70738143234822, 0.0], [177.9458361059323, -38.70730862535687, 0.0], [177.94587829981748, -38.70725918749949, 0.0], [177.9459426141823, -38.70717783997748, 0.0], [177.94603740913558, -38.70709758235731, 0.0], [177.94608082968188, -38.70702188562112, 0.0], [177.94607689206072, -38.706964874131714, 0.0], [177.94602878500163, -38.70684064497126, 0.0], [177.94602476187572, -38.70673837082015, 0.0], [177.94611380104553, -38.70661880878301, 0.0], [177.94614861854623, -38.70655062414553, 0.0], [177.94618228751062, -38.70646581115155, 0.0], [177.9462451242692, -38.70636308421901, 0.0], [177.94629927982422, -38.70631075654594, 0.0], [177.94636203797137, -38.70625091673431, 0.0], [177.94645486239764, -38.70614215314396, 0.0], [177.94656620442052, -38.70603736905596, 0.0], [177.94661363995272, -38.705975796489284, 0.0], [177.94674563240702, -38.70590587301106, 0.0], [177.94688557080946, -38.705818935344055, 0.0], [177.94697773754461, -38.70570066951649, 0.0], [177.94705359735966, -38.70556641819297, 0.0], [177.94706694213704, -38.70545149531189, 0.0], [177.94710650868961, -38.70536404951587, 0.0], [177.94719957705374, -38.705258848684984, 0.0], [177.94729977494092, -38.70516883121924, 0.0], [177.94743610102518, -38.70502963257681, 0.0], [177.94746427481013, -38.704909315812245, 0.0], [177.94748261968894, -38.704822770035875, 0.0], [177.9475371014354, -38.70477519286362, 0.0], [177.9475815038091, -38.70471374859206, 0.0], [177.9477595362364, -38.70460613463477, 0.0], [177.9478612095481, -38.70453749604723, 0.0], [177.9479931114667, -38.70442230881536, 0.0], [177.94804316140977, -38.70431059368098, 0.0], [177.94807219456442, -38.704114717161296, 0.0], [177.9481543647811, -38.70402784619585, 0.0], [177.9482453011288, -38.703935838429004, 0.0], [177.94836909157254, -38.703835289519624, 0.0], [177.9484732154423, -38.70371413291464, 0.0], [177.9485328511437, -38.703609158230314, 0.0], [177.94863548739093, -38.703378472626014, 0.0], [177.94870634089835, -38.70321584352046, 0.0], [177.9488900054037, -38.70296980781933, 0.0], [177.94901518340865, -38.70284537506451, 0.0], [177.94909968239185, -38.70272624181971, 0.0], [177.94915464357067, -38.702597640847756, 0.0], [177.94919690945656, -38.70250531502432, 0.0], [177.94926138029595, -38.70242634162668, 0.0], [177.949440871252, -38.70225195523571, 0.0], [177.9494758479431, -38.702186145388616, 0.0], [177.94947854035604, -38.702093116225825, 0.0], [177.94959241093545, -38.70198107486959, 0.0], [177.94975535306165, -38.70183121458662, 0.0], [177.94985824625073, -38.70173631584212, 0.0], [177.94998530278818, -38.70159512537239, 0.0], [177.95003530952485, -38.701438859811674, 0.0], [177.95011304194765, -38.70128785019968, 0.0], [177.95016677488218, -38.70118550769856, 0.0], [177.9502494319219, -38.70110576201503, 0.0], [177.95033471555567, -38.701064023737615, 0.0], [177.95042892907787, -38.70101952398169, 0.0], [177.95050462579724, -38.70097104515348, 0.0]], "type": "LineString"}, "id": "4334", "properties": {"CPS": 4, "Date": "2022-02-16", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4334.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 1.44697195623, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 2.079639391817726, "USDate": "02/16/2022"}, "type": "Feature"}, {"bbox": [177.9560786943673, -38.69396869209442, 178.02051490226177, -38.670404291821995], "geometry": {"coordinates": [[177.9560786943673, -38.69396869209442, 0.0], [177.95610950456168, -38.69393431356366, 0.0], [177.95649101679146, -38.693560739363875, 0.0], [177.95692755794892, -38.69310382305421, 0.0], [177.95728704193365, -38.69280742019351, 0.0], [177.9578919019456, -38.69227902184672, 0.0], [177.9583741478549, -38.691867806491025, 0.0], [177.9587888136301, -38.69149043359274, 0.0], [177.95962043409813, -38.69076894029811, 0.0], [177.96009168750055, -38.69037486258274, 0.0], [177.9605288674542, -38.690015585962904, 0.0], [177.96107954776548, -38.68953950686755, 0.0], [177.96159387473946, -38.68915312126609, 0.0], [177.96208362060605, -38.68876301425229, 0.0], [177.96277900627055, -38.688225976432065, 0.0], [177.9630854634279, -38.68799852042354, 0.0], [177.96319085693708, -38.68789635701805, 0.0], [177.963433596024, -38.68771449469808, 0.0], [177.96368387621172, -38.687553752842135, 0.0], [177.96387683103433, -38.68744309824528, 0.0], [177.96420963950996, -38.68715733995748, 0.0], [177.96462714114318, -38.68686559402769, 0.0], [177.96494481812002, -38.68666862737679, 0.0], [177.96540955654396, -38.68631292533986, 0.0], [177.96584875685383, -38.686027398908095, 0.0], [177.96617001886682, -38.68579454011496, 0.0], [177.9665518920334, -38.685559100038816, 0.0], [177.9667945471383, -38.68542011821925, 0.0], [177.9669772468199, -38.68529321836816, 0.0], [177.96723258378438, -38.68511795938418, 0.0], [177.9675281409417, -38.68495289931786, 0.0], [177.96783990455793, -38.68475855932729, 0.0], [177.9680767244222, -38.68457932227598, 0.0], [177.96842943126907, -38.684361795339576, 0.0], [177.9686910534517, -38.68414576446228, 0.0], [177.96891100312504, -38.68398630369413, 0.0], [177.96927361964808, -38.68378026432264, 0.0], [177.96960273310148, -38.68357326866513, 0.0], [177.9698293989066, -38.68342304981436, 0.0], [177.97017955815548, -38.68321277359054, 0.0], [177.97072551257563, -38.682889327434076, 0.0], [177.97102767237575, -38.68268824121911, 0.0], [177.97121707742608, -38.68257057895966, 0.0], [177.97156706347587, -38.68235792369262, 0.0], [177.9720083562392, -38.68210325728519, 0.0], [177.97256855778232, -38.68181016704777, 0.0], [177.97308606234395, -38.68147124599264, 0.0], [177.97333728717516, -38.681324738506405, 0.0], [177.97387135672727, -38.681049433179055, 0.0], [177.97440002056953, -38.68078388564948, 0.0], [177.97504604201902, -38.6805014190087, 0.0], [177.9753518690153, -38.68030969529747, 0.0], [177.97566622844766, -38.68015334313487, 0.0], [177.97632392752465, -38.67982034084235, 0.0], [177.97658169502054, -38.679680694765324, 0.0], [177.9766292532669, -38.6796214880416, 0.0], [177.97712179959538, -38.679405117580025, 0.0], [177.9775691562131, -38.67923832148239, 0.0], [177.9781065529257, -38.678967620234076, 0.0], [177.97846029415527, -38.67880958028749, 0.0], [177.97879249157288, -38.67864769390055, 0.0], [177.9790018087376, -38.67859825963711, 0.0], [177.97934160974532, -38.67841460549928, 0.0], [177.97969280997498, -38.67826381760768, 0.0], [177.98019613765817, -38.67802791501108, 0.0], [177.98052055663535, -38.677885415192264, 0.0], [177.98100695814568, -38.677712174502844, 0.0], [177.98129313596343, -38.67758798220269, 0.0], [177.9816936369386, -38.677446995424056, 0.0], [177.9820328710242, -38.67729909404875, 0.0], [177.98243998299677, -38.67712208628534, 0.0], [177.98273100206043, -38.67702389029858, 0.0], [177.98321574040224, -38.67682688753343, 0.0], [177.98365508064407, -38.676588938771296, 0.0], [177.98413694815858, -38.67639443732521, 0.0], [177.98453694056755, -38.676246315504464, 0.0], [177.98475230616677, -38.67619661268511, 0.0], [177.98508981854488, -38.67606783547565, 0.0], [177.98547129548533, -38.67591573687464, 0.0], [177.9859959055342, -38.675724166179144, 0.0], [177.98640112402475, -38.67556390270912, 0.0], [177.98695299990354, -38.67537116241021, 0.0], [177.98734526722768, -38.675199537314356, 0.0], [177.9876780314133, -38.67509001501895, 0.0], [177.98841379996395, -38.674832228181, 0.0], [177.9889191659021, -38.67467005633648, 0.0], [177.9893167139352, -38.67457443591493, 0.0], [177.98976555026042, -38.67438608916375, 0.0], [177.9902359252786, -38.67420158423861, 0.0], [177.99067500498077, -38.67400412178906, 0.0], [177.99084429987334, -38.673903965814645, 0.0], [177.99103210991137, -38.67393881453619, 0.0], [177.99127721394575, -38.673923563670435, 0.0], [177.99179209900893, -38.673811002810645, 0.0], [177.99248817591345, -38.67363827315024, 0.0], [177.9929224035232, -38.67354583575866, 0.0], [177.99363979800765, -38.673417452609485, 0.0], [177.99427824355465, -38.67329006241176, 0.0], [177.9952842470718, -38.673073077036854, 0.0], [177.9957442469778, -38.67295808412964, 0.0], [177.99640377834066, -38.672784513885766, 0.0], [177.99698805339003, -38.672621310555826, 0.0], [177.99709718256912, -38.67257375310765, 0.0], [177.9976520319081, -38.6723808357021, 0.0], [177.998061672478, -38.67228466783528, 0.0], [177.99826082167868, -38.67226422391521, 0.0], [177.9985404546932, -38.672221272157294, 0.0], [177.99887368173793, -38.67211884579768, 0.0], [177.99921831622748, -38.672049283250765, 0.0], [177.99945354092603, -38.6719796434807, 0.0], [177.99959803272336, -38.67191627395769, 0.0], [177.99987077518855, -38.671861702342774, 0.0], [178.0001404872453, -38.67180725997533, 0.0], [178.0004391728074, -38.671732515976245, 0.0], [178.00079729635578, -38.6716385466886, 0.0], [178.0010176996482, -38.67157430391272, 0.0], [178.00136739449664, -38.671490223789895, 0.0], [178.001529897139, -38.6714236974123, 0.0], [178.00193450732306, -38.67129914301377, 0.0], [178.0023081541972, -38.67116638527989, 0.0], [178.00281802528326, -38.670982519438205, 0.0], [178.003141983933, -38.67087809613035, 0.0], [178.0036443722547, -38.67076125468343, 0.0], [178.00410247122355, -38.67066298754556, 0.0], [178.0045310991339, -38.670577894794484, 0.0], [178.00489854048598, -38.67057404434076, 0.0], [178.00523556263525, -38.67052623231177, 0.0], [178.00562172505659, -38.67048584050334, 0.0], [178.00627401548385, -38.67042688068107, 0.0], [178.00651287530746, -38.67040948350473, 0.0], [178.00685591044936, -38.670404291821995, 0.0], [178.00736587409017, -38.67043958240645, 0.0], [178.0075887109577, -38.67045384181661, 0.0], [178.00783748923175, -38.670447928145144, 0.0], [178.00804434744407, -38.670450960599176, 0.0], [178.00824124310338, -38.6704853914364, 0.0], [178.00852737477874, -38.670492167107305, 0.0], [178.00874398621073, -38.67050430915765, 0.0], [178.00901127515064, -38.67050236303423, 0.0], [178.009293006529, -38.67053314963519, 0.0], [178.00947799215788, -38.67052758910955, 0.0], [178.00967343748877, -38.67049775524975, 0.0], [178.00993412612615, -38.670531826258596, 0.0], [178.01030841238546, -38.670582459670996, 0.0], [178.01064858302522, -38.670579762154915, 0.0], [178.01116784520522, -38.67057413596804, 0.0], [178.01157952762412, -38.6705945702943, 0.0], [178.01216237448412, -38.67062909120569, 0.0], [178.01267354304122, -38.670638100306114, 0.0], [178.01302616451204, -38.67063962561196, 0.0], [178.01331752523203, -38.67063425280665, 0.0], [178.0136477349242, -38.670662945546034, 0.0], [178.0140205283072, -38.670692189570055, 0.0], [178.014519909639, -38.670706461871006, 0.0], [178.01495379797137, -38.67074022401611, 0.0], [178.01525068035883, -38.67077034476486, 0.0], [178.01540636385715, -38.670780328735596, 0.0], [178.01585639873292, -38.670827687646955, 0.0], [178.016304068912, -38.670884676009656, 0.0], [178.01648465589147, -38.67090311726235, 0.0], [178.01667719599865, -38.67091866185199, 0.0], [178.01680494672138, -38.67092031552878, 0.0], [178.0169777739926, -38.67095814876041, 0.0], [178.01710295540724, -38.67100994265133, 0.0], [178.0173582148952, -38.67109664274064, 0.0], [178.0177864693987, -38.671223549420596, 0.0], [178.018072066123, -38.671266060180336, 0.0], [178.01825564661854, -38.67132725276563, 0.0], [178.01847758031863, -38.67141538382233, 0.0], [178.01877862259158, -38.67150487603928, 0.0], [178.01925465694163, -38.67166307505196, 0.0], [178.01957757504894, -38.67176115349441, 0.0], [178.01991041498096, -38.671870715994544, 0.0], [178.02012426046738, -38.67197348612162, 0.0], [178.02032934963984, -38.67208139740996, 0.0], [178.02040535621745, -38.672168657079794, 0.0], [178.02042109858502, -38.67226327486238, 0.0], [178.02045298822517, -38.672371492045905, 0.0], [178.02051490226177, -38.672604683313274, 0.0]], "type": "LineString"}, "id": "4337", "properties": {"CPS": 3, "Date": "1982-11-16", "Digitiser": "ER", "Georef_ER": 4.0, "ID": 4337.0, "Notes": null, "Photoscale": 25000, "Pixel_Er": 0.78283450358758, "Proxy": 1, "Region": "Gisborne", "SHLength": 6.53588373852, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 4.381064923053208, "USDate": "11/16/1982"}, "type": "Feature"}, {"bbox": [177.94110202434194, -38.71142999883318, 177.9560786943673, -38.69396869209442], "geometry": {"coordinates": [[177.94110202434194, -38.71138658386517, 0.0], [177.94127226076554, -38.71142999883318, 0.0], [177.94175193054892, -38.71138585245091, 0.0], [177.94211831456283, -38.71135246037397, 0.0], [177.94253579381643, -38.710902953326666, 0.0], [177.94304973780862, -38.71008901305466, 0.0], [177.9432253762307, -38.70987155756603, 0.0], [177.94341366280068, -38.7096038919485, 0.0], [177.94365331519046, -38.709155366137175, 0.0], [177.9438772391257, -38.7088313933093, 0.0], [177.94398366390695, -38.70856719664606, 0.0], [177.9442537960826, -38.708207910406095, 0.0], [177.94437341430165, -38.70800271510194, 0.0], [177.9447281756424, -38.70750404147215, 0.0], [177.9450683510427, -38.707058398853015, 0.0], [177.94504474792035, -38.70698077911287, 0.0], [177.94513552784608, -38.706886397811715, 0.0], [177.9452503906332, -38.70670046280687, 0.0], [177.94536099402433, -38.706540915093434, 0.0], [177.94557884614397, -38.70630534689284, 0.0], [177.9457320484567, -38.70605822494692, 0.0], [177.9459779173027, -38.70578811400284, 0.0], [177.9461856004724, -38.70549341505047, 0.0], [177.94625253094088, -38.70536192530446, 0.0], [177.9464501401119, -38.705141508630646, 0.0], [177.9467261472258, -38.7047795855916, 0.0], [177.94688049126216, -38.704549090909424, 0.0], [177.9471179045509, -38.704200715987795, 0.0], [177.94729494372805, -38.703990700164205, 0.0], [177.94760928986278, -38.70365573831412, 0.0], [177.9477480654986, -38.70346402190556, 0.0], [177.94797186840805, -38.70309478080706, 0.0], [177.94808098373986, -38.70291385195462, 0.0], [177.9482477739373, -38.70268759252684, 0.0], [177.9484638002615, -38.70242589003379, 0.0], [177.94863919988944, -38.70228026762074, 0.0], [177.94871849039322, -38.70210775084816, 0.0], [177.94886651878505, -38.701918023107176, 0.0], [177.94905549902668, -38.70161696570511, 0.0], [177.94920967564693, -38.70147224295423, 0.0], [177.94929690927987, -38.70128271177034, 0.0], [177.94943559944534, -38.701133880972115, 0.0], [177.94953561429168, -38.70095333703827, 0.0], [177.94980407283524, -38.70074658583841, 0.0], [177.9499853532087, -38.70051017951562, 0.0], [177.950126239794, -38.70026119254142, 0.0], [177.95028327864998, -38.700113964574314, 0.0], [177.95030465080794, -38.70002728996868, 0.0], [177.95052009344346, -38.699801345245845, 0.0], [177.9508543250869, -38.69953462192426, 0.0], [177.95095679717824, -38.699389709088074, 0.0], [177.95106754187478, -38.69923253287542, 0.0], [177.9512520858967, -38.69895548486166, 0.0], [177.95144564667982, -38.6987209376273, 0.0], [177.95159104706252, -38.69858134934838, 0.0], [177.95173111675138, -38.69840863313627, 0.0], [177.9518668408634, -38.69821704178742, 0.0], [177.95209300930892, -38.6980144633609, 0.0], [177.95234242744635, -38.69770845286987, 0.0], [177.95254607446333, -38.69757592030246, 0.0], [177.95273553584826, -38.69737013431606, 0.0], [177.95273937411906, -38.69729373353226, 0.0], [177.95310749695741, -38.69698982869954, 0.0], [177.95333340436378, -38.69673961047251, 0.0], [177.9535746304084, -38.69649112375492, 0.0], [177.95393814625135, -38.69612070402619, 0.0], [177.95422326707137, -38.69580364383042, 0.0], [177.95432318915547, -38.69566598387299, 0.0], [177.95451437360168, -38.69552921250403, 0.0], [177.9546831893956, -38.69537671393142, 0.0], [177.9549756806721, -38.695078398404384, 0.0], [177.9552634954612, -38.69475645654815, 0.0], [177.95551708782344, -38.69455508936036, 0.0], [177.95577681435378, -38.694310577311704, 0.0], [177.9559119542049, -38.694154742893566, 0.0], [177.9560786943673, -38.69396869209442, 0.0]], "type": "LineString"}, "id": "4338", "properties": {"CPS": 4, "Date": "1982-11-16", "Digitiser": "ER", "Georef_ER": 4.0, "ID": 4338.0, "Notes": null, "Photoscale": 25000, "Pixel_Er": 0.78283450358758, "Proxy": 1, "Region": "Gisborne", "SHLength": 2.39363220364, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 4.747391900823779, "USDate": "11/16/1982"}, "type": "Feature"}, {"bbox": [177.9399310765832, -38.71327049377489, 178.0030768756659, -38.67092634301596], "geometry": {"coordinates": [[177.9399310765832, -38.71327049377489, 0.0], [177.94012307185386, -38.713100356008106, 0.0], [177.94037775252886, -38.71282511786285, 0.0], [177.94057859490576, -38.7126069558586, 0.0], [177.94079819925722, -38.712264111908446, 0.0], [177.94098453510156, -38.712056093525156, 0.0], [177.94124699129742, -38.71167331446834, 0.0], [177.94141800110293, -38.711463562286795, 0.0], [177.9416280109281, -38.71111397608452, 0.0], [177.9416983947865, -38.71094422334789, 0.0], [177.9418185162096, -38.7107461564242, 0.0], [177.94200517333024, -38.71054288781282, 0.0], [177.94212234484115, -38.71039021193024, 0.0], [177.94229588920243, -38.710173203864386, 0.0], [177.94247664079845, -38.70988441700555, 0.0], [177.9426706659674, -38.70961174448296, 0.0], [177.94282306474238, -38.70935274787767, 0.0], [177.9430023402574, -38.70913073110592, 0.0], [177.94302085512953, -38.70904656113421, 0.0], [177.94314728149732, -38.70889587454102, 0.0], [177.94322061172522, -38.708768880015505, 0.0], [177.94325141725648, -38.70868657156726, 0.0], [177.9433983288214, -38.7085683706757, 0.0], [177.94363765919715, -38.70829139411807, 0.0], [177.94391901482498, -38.70787445444414, 0.0], [177.94410483412955, -38.70757115588041, 0.0], [177.94425427675242, -38.707357549206165, 0.0], [177.94458593106273, -38.70687653258942, 0.0], [177.94474585735182, -38.70663865655265, 0.0], [177.9450671040805, -38.7062271705722, 0.0], [177.94533877213908, -38.70575822490058, 0.0], [177.94556891267655, -38.705524518200086, 0.0], [177.94571047941326, -38.705285036964895, 0.0], [177.94582935438856, -38.70511322596643, 0.0], [177.94605096740926, -38.70484414342629, 0.0], [177.94622317508242, -38.70460812721136, 0.0], [177.94641897057434, -38.70427343061358, 0.0], [177.9466320548999, -38.70396897219969, 0.0], [177.94678091279965, -38.70379112391905, 0.0], [177.9469531939219, -38.70351221976821, 0.0], [177.9470351070405, -38.70328956165503, 0.0], [177.94722319990078, -38.703019516289665, 0.0], [177.94746315468768, -38.70275203580312, 0.0], [177.94770540506306, -38.702517811578296, 0.0], [177.94790054986495, -38.702349910793814, 0.0], [177.94810273226204, -38.70210785568278, 0.0], [177.9483847833787, -38.70174567272698, 0.0], [177.94848054409147, -38.7015915168787, 0.0], [177.94868558983725, -38.70134695693146, 0.0], [177.94897066665467, -38.70098464431159, 0.0], [177.94912106719508, -38.70078528592532, 0.0], [177.94929809277633, -38.70057526792285, 0.0], [177.94950895480778, -38.70037096123304, 0.0], [177.94981761806903, -38.69999811615014, 0.0], [177.95009302123466, -38.69967194800661, 0.0], [177.9502589010681, -38.69947669624636, 0.0], [177.95035916385524, -38.69934378983744, 0.0], [177.95058280131235, -38.6991484688966, 0.0], [177.95072819242841, -38.69892073201021, 0.0], [177.9510094981225, -38.69868007893982, 0.0], [177.95120076048028, -38.69841227560586, 0.0], [177.95157010796214, -38.697993966638755, 0.0], [177.95190119460977, -38.697593957856206, 0.0], [177.95217265196717, -38.69729892430012, 0.0], [177.95243460981342, -38.69704241238111, 0.0], [177.95265716021015, -38.6967875730752, 0.0], [177.9528358976701, -38.696646567945024, 0.0], [177.9530623871502, -38.69644873902599, 0.0], [177.95341525917556, -38.69610021470991, 0.0], [177.95378540373352, -38.695693777532675, 0.0], [177.95405578649678, -38.69542737469853, 0.0], [177.95432886986612, -38.69515609171685, 0.0], [177.95459064815037, -38.69489720046176, 0.0], [177.95482015848842, -38.694699240028676, 0.0], [177.9550959387856, -38.694423075949736, 0.0], [177.95546091559055, -38.69407403165368, 0.0], [177.95581204810244, -38.69374463388699, 0.0], [177.95620086451407, -38.69343269348111, 0.0], [177.95643208218556, -38.693215598084095, 0.0], [177.95672972522507, -38.692948031164676, 0.0], [177.95710067601178, -38.692641611920415, 0.0], [177.95741993243533, -38.69233500602221, 0.0], [177.95771904748105, -38.69208881602361, 0.0], [177.9580704166272, -38.69180705036495, 0.0], [177.95830702788004, -38.69158019251417, 0.0], [177.95862096268166, -38.691328605558574, 0.0], [177.95900066104144, -38.69101704390718, 0.0], [177.9593191015511, -38.69078670547467, 0.0], [177.95963023418793, -38.69049473381139, 0.0], [177.96004056149923, -38.690186631583884, 0.0], [177.96024915459742, -38.68999431530566, 0.0], [177.96042022506174, -38.68978691725343, 0.0], [177.96082530549003, -38.68949094765445, 0.0], [177.9613113929017, -38.68917961938869, 0.0], [177.96140417392976, -38.68907084664257, 0.0], [177.9616407897207, -38.68893213197527, 0.0], [177.96183128432983, -38.68878584888606, 0.0], [177.96200244187025, -38.68862371104181, 0.0], [177.9623452030454, -38.688437596327645, 0.0], [177.96258016980528, -38.688275125728715, 0.0], [177.96283994490793, -38.68807586289237, 0.0], [177.96312314217542, -38.68786369088607, 0.0], [177.96346096077718, -38.68760631057234, 0.0], [177.96377575177036, -38.6873237025039, 0.0], [177.9641096431146, -38.68709745902572, 0.0], [177.964569575015, -38.68680390774584, 0.0], [177.96496348573862, -38.686522694335885, 0.0], [177.9651836158, -38.68636561503587, 0.0], [177.96540331930402, -38.686158522613574, 0.0], [177.9657595668934, -38.685948000001844, 0.0], [177.96613267951975, -38.68571769901327, 0.0], [177.9664911302435, -38.68549516835204, 0.0], [177.96676946480778, -38.685256988287115, 0.0], [177.96729298655407, -38.684872569718905, 0.0], [177.9676730398751, -38.68461099699669, 0.0], [177.96810411667568, -38.68434010290659, 0.0], [177.9683210377317, -38.68418077219379, 0.0], [177.9685440189934, -38.68402118298907, 0.0], [177.96886101350012, -38.6838147055158, 0.0], [177.96917398741465, -38.68359410395602, 0.0], [177.969467820705, -38.68344817197598, 0.0], [177.9698816227911, -38.683235185531316, 0.0], [177.9702752623663, -38.6829944676611, 0.0], [177.97062034556618, -38.68279870096267, 0.0], [177.97108170498456, -38.682526506011406, 0.0], [177.97157557248116, -38.68224101184673, 0.0], [177.971916299599, -38.68202636774571, 0.0], [177.97197911597695, -38.68201177846713, 0.0], [177.97237102927514, -38.68179018670741, 0.0], [177.97267383887012, -38.68159859838446, 0.0], [177.973093516176, -38.681382968081536, 0.0], [177.97357462388976, -38.681176629455685, 0.0], [177.9739597437805, -38.68098867599715, 0.0], [177.97431765089664, -38.68075899814454, 0.0], [177.97470447798176, -38.68055191018394, 0.0], [177.97511307291208, -38.6803081564356, 0.0], [177.97551857210897, -38.68010741682207, 0.0], [177.9761450811717, -38.679806717161924, 0.0], [177.97669289845754, -38.679554637079384, 0.0], [177.97736093603186, -38.67928313087384, 0.0], [177.97779099518206, -38.67908610056329, 0.0], [177.97836442381075, -38.67880909590254, 0.0], [177.97905609032944, -38.67848415881615, 0.0], [177.97991381610555, -38.6780997162848, 0.0], [177.98053169175756, -38.677806509502204, 0.0], [177.98094355090421, -38.677610244885386, 0.0], [177.98107595138447, -38.677547414054864, 0.0], [177.98139645156974, -38.677436050538475, 0.0], [177.9818542548381, -38.67724496824026, 0.0], [177.982533709521, -38.67696341597673, 0.0], [177.98294516933535, -38.676805280100425, 0.0], [177.98325811636028, -38.676672792503034, 0.0], [177.98353431154615, -38.676579992585864, 0.0], [177.98397860339645, -38.67641330341602, 0.0], [177.98455545279592, -38.67618615361142, 0.0], [177.98494993532404, -38.67600252969786, 0.0], [177.9852563188263, -38.67586317010019, 0.0], [177.98568192515148, -38.67569012583656, 0.0], [177.98614807768317, -38.67553202399526, 0.0], [177.98669554610575, -38.675363297356405, 0.0], [177.98709701386633, -38.675236545555045, 0.0], [177.98717436596783, -38.67516891393079, 0.0], [177.98735016915583, -38.67511851520853, 0.0], [177.98761153210026, -38.67503110472115, 0.0], [177.987872894354, -38.67494369368859, 0.0], [177.98820686854484, -38.67480791172083, 0.0], [177.988769145628, -38.67463377754237, 0.0], [177.98927015671393, -38.674452731196425, 0.0], [177.98956302698178, -38.674337762516835, 0.0], [177.9896815852215, -38.67429457341921, 0.0], [177.99008788948663, -38.674193811115224, 0.0], [177.9904404779352, -38.67410725719416, 0.0], [177.9907281112725, -38.67400442168211, 0.0], [177.9907970296996, -38.67394667814472, 0.0], [177.99098797712367, -38.673895626177014, 0.0], [177.99126745730013, -38.673850315852086, 0.0], [177.99167629018635, -38.67374229269749, 0.0], [177.9922268720616, -38.673618672993115, 0.0], [177.99264864903793, -38.673522004593075, 0.0], [177.9929023972767, -38.673456349951074, 0.0], [177.99330665371943, -38.67336995863255, 0.0], [177.99358480628422, -38.67330564040753, 0.0], [177.99394157327106, -38.67323557399412, 0.0], [177.99429360312737, -38.6731847685017, 0.0], [177.99471923139464, -38.673099839826996, 0.0], [177.99508877785314, -38.67303875241368, 0.0], [177.99548272904875, -38.67297900125231, 0.0], [177.99579756856784, -38.6729178716929, 0.0], [177.9961536686704, -38.67283829752232, 0.0], [177.99636527130352, -38.67282208829446, 0.0], [177.99654155752995, -38.672778802426066, 0.0], [177.99679745077356, -38.672744018727826, 0.0], [177.99720841929403, -38.67266685611919, 0.0], [177.9974205675068, -38.672614885627006, 0.0], [177.99785362164465, -38.67250580352761, 0.0], [177.9984014816232, -38.67238703635989, 0.0], [177.99864932500026, -38.67232400473729, 0.0], [177.9987638499604, -38.67226668497569, 0.0], [177.9990192429487, -38.67222477068065, 0.0], [177.99941070062116, -38.67212937723093, 0.0], [177.99975417500852, -38.67204318603416, 0.0], [178.00008872431437, -38.67195975875063, 0.0], [178.00033033886018, -38.671894608162695, 0.0], [178.00053344020338, -38.67180013669089, 0.0], [178.000748778432, -38.671750405887764, 0.0], [178.0008999909947, -38.67169627628557, 0.0], [178.00126433911936, -38.671604421151, 0.0], [178.00135275122346, -38.671564895091464, 0.0], [178.00148308488664, -38.67151642459841, 0.0], [178.0017501428519, -38.67142397399369, 0.0], [178.00199042810223, -38.671339817847844, 0.0], [178.00222718570834, -38.67124866528419, 0.0], [178.00244841486332, -38.671196296411054, 0.0], [178.0027030191895, -38.67109961286907, 0.0], [178.0028113131182, -38.67104017402371, 0.0], [178.0030768756659, -38.67092634301596, 0.0]], "type": "LineString"}, "id": "4339", "properties": {"CPS": 2, "Date": "1965-09-23", "Digitiser": "ER", "Georef_ER": 4.0, "ID": 4339.0, "Notes": null, "Photoscale": 26100, "Pixel_Er": 0.730955202065874, "Proxy": 1, "Region": "Gisborne", "SHLength": 7.52269153061, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 4.325181557741497, "USDate": "09/23/1965"}, "type": "Feature"}, {"bbox": [178.01031859971255, -38.67254412659271, 178.02054247259514, -38.67053387065092], "geometry": {"coordinates": [[178.01031859971255, -38.670577446666435, 0.0], [178.01063519566, -38.67058529118307, 0.0], [178.0109849536716, -38.67058932807848, 0.0], [178.01130154954782, -38.67059717077456, 0.0], [178.0117233590971, -38.6705885809243, 0.0], [178.0124109212575, -38.67059954306058, 0.0], [178.012967038585, -38.670599472517786, 0.0], [178.01332356041175, -38.67056985830292, 0.0], [178.01338486141, -38.67053387065092, 0.0], [178.01366895910624, -38.67055501533248, 0.0], [178.01376433791205, -38.67061524082553, 0.0], [178.01409707906373, -38.670636676332784, 0.0], [178.01443504936972, -38.67064597419401, 0.0], [178.01457388267397, -38.67067574262381, 0.0], [178.0148936742059, -38.67068582051392, 0.0], [178.01529759660863, -38.67072563423797, 0.0], [178.01559917032262, -38.67077937626416, 0.0], [178.01581947685068, -38.67080087571841, 0.0], [178.01591406567744, -38.6708063385099, 0.0], [178.01595594570546, -38.67084027366522, 0.0], [178.0161141606552, -38.67084300068675, 0.0], [178.0161998262698, -38.67085122929028, 0.0], [178.01642332907133, -38.67087497254122, 0.0], [178.0165916305998, -38.67089155950164, 0.0], [178.01670709584386, -38.67089135918127, 0.0], [178.0167878652633, -38.670916474576124, 0.0], [178.01696492395777, -38.67092791964729, 0.0], [178.01705391374227, -38.67098365233619, 0.0], [178.01733307919528, -38.67106455965708, 0.0], [178.01748826467488, -38.67106741507657, 0.0], [178.0176134465991, -38.67111920838045, 0.0], [178.01798214018305, -38.671220087377165, 0.0], [178.01813861833858, -38.67128482826693, 0.0], [178.01826097490743, -38.671296241874764, 0.0], [178.01836225162558, -38.67135382738543, 0.0], [178.01848797065085, -38.671369860876496, 0.0], [178.01854583255283, -38.67141501948087, 0.0], [178.0186154813234, -38.67145490624474, 0.0], [178.01877282891905, -38.671488637881374, 0.0], [178.01896280268107, -38.67155431904829, 0.0], [178.01923811086928, -38.67162347570659, 0.0], [178.01925845147957, -38.671653571548774, 0.0], [178.01936362743714, -38.67168001743095, 0.0], [178.01949839998494, -38.67173854315284, 0.0], [178.01968198271183, -38.67179973332303, 0.0], [178.0198118965959, -38.67183226152806, 0.0], [178.01989013703394, -38.67186463066961, 0.0], [178.02000726653196, -38.67188817922398, 0.0], [178.0201619183354, -38.67192678969725, 0.0], [178.02035858315628, -38.672044592970394, 0.0], [178.02040259196238, -38.672152288647496, 0.0], [178.0204779916225, -38.67236107580245, 0.0], [178.0205391460668, -38.672496622135235, 0.0], [178.02054247259514, -38.67254412659271, 0.0]], "type": "LineString"}, "id": "4340", "properties": {"CPS": 3, "Date": "1965-09-23", "Digitiser": "ER", "Georef_ER": 4.0, "ID": 4340.0, "Notes": null, "Photoscale": 26100, "Pixel_Er": 0.730955202065874, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.972108768881, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 4.372092806360263, "USDate": "09/23/1965"}, "type": "Feature"}, {"bbox": [178.0030768756659, -38.67092634301596, 178.01031859971255, -38.670430347063835], "geometry": {"coordinates": [[178.0030768756659, -38.67092634301596, 0.0], [178.00344718350487, -38.670919991799686, 0.0], [178.0037345704126, -38.670857636009515, 0.0], [178.00395787827458, -38.670747997697255, 0.0], [178.00412930031666, -38.670678702810996, 0.0], [178.0043323468198, -38.670627110317675, 0.0], [178.00441822331734, -38.67059483793144, 0.0], [178.00463384045858, -38.67059273596338, 0.0], [178.0048634462377, -38.67057335674226, 0.0], [178.00515045321833, -38.670549132090706, 0.0], [178.0053534532135, -38.670540422902725, 0.0], [178.00555765895555, -38.6705054553069, 0.0], [178.00578087266433, -38.67048158374697, 0.0], [178.00603069143068, -38.67044704059527, 0.0], [178.0063944382892, -38.670433814374675, 0.0], [178.00670227652338, -38.670446810258674, 0.0], [178.00714799450716, -38.67043244625902, 0.0], [178.0075854520528, -38.670430347063835, 0.0], [178.00806951819885, -38.670442922212146, 0.0], [178.00845393167344, -38.670464538243486, 0.0], [178.00868469664817, -38.67046177845307, 0.0], [178.00895970442096, -38.67048332496858, 0.0], [178.00957015090026, -38.67052143877551, 0.0], [178.01001042936247, -38.67055970990252, 0.0], [178.01031859971255, -38.670577446666435, 0.0]], "type": "LineString"}, "id": "4341", "properties": {"CPS": 5, "Date": "1965-09-23", "Digitiser": "ER", "Georef_ER": 4.0, "ID": 4341.0, "Notes": null, "Photoscale": 26100, "Pixel_Er": 0.730955202065874, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.641528799712, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 9.58970257658845, "USDate": "09/23/1965"}, "type": "Feature"}, {"bbox": [177.94100244363528, -38.713456449210355, 177.9462891315427, -38.70538224446889], "geometry": {"coordinates": [[177.94100244363528, -38.713456449210355, 0.0], [177.94137585734055, -38.713095176074916, 0.0], [177.9415918568099, -38.712876370225004, 0.0], [177.94180440920286, -38.71251952860885, 0.0], [177.94206694277528, -38.71209386059352, 0.0], [177.94223131172026, -38.71183197498629, 0.0], [177.94249916807308, -38.711439434691506, 0.0], [177.94278832474947, -38.71100310730139, 0.0], [177.94308485367097, -38.71058552633213, 0.0], [177.94324749186492, -38.71025462208706, 0.0], [177.94349157503936, -38.70987023458294, 0.0], [177.9438900231806, -38.70934350480146, 0.0], [177.94408796780897, -38.708951542064035, 0.0], [177.94444855534445, -38.70849312362418, 0.0], [177.94474113422552, -38.70810667796525, 0.0], [177.94511145884562, -38.7075692244477, 0.0], [177.94553077700436, -38.70703683986583, 0.0], [177.94570913297707, -38.706757679734714, 0.0], [177.94583767575122, -38.706549722211996, 0.0], [177.94593152984433, -38.70597157543644, 0.0], [177.94607604212064, -38.70568670258232, 0.0], [177.9462891315427, -38.70538224446889, 0.0]], "type": "LineString"}, "id": "4342", "properties": {"CPS": 4, "Date": "1972-04-27", "Digitiser": "ER", "Georef_ER": 4.0, "ID": 4342.0, "Notes": null, "Photoscale": 23900, "Pixel_Er": 0.650802270229833, "Proxy": 1, "Region": "Gisborne", "SHLength": 1.01612610453, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 4.727414049449901, "USDate": "04/27/1972"}, "type": "Feature"}, {"bbox": [177.9462891315427, -38.70538224446889, 178.02056732572862, -38.670415154506635], "geometry": {"coordinates": [[177.9462891315427, -38.70538224446889, 0.0], [177.94645183226413, -38.70516191835342, 0.0], [177.94660027884615, -38.70493405653773, 0.0], [177.94672808170895, -38.704759483625736, 0.0], [177.94681630966613, -38.70458420653344, 0.0], [177.9470529109789, -38.704312104105995, 0.0], [177.94720069773734, -38.70407473984181, 0.0], [177.9474435231595, -38.70380475513531, 0.0], [177.94763783403303, -38.70344867770613, 0.0], [177.94786156874156, -38.703210473622946, 0.0], [177.94804833622797, -38.702833273648615, 0.0], [177.94828386541104, -38.702589803628385, 0.0], [177.94853585368313, -38.702276544301284, 0.0], [177.9487716880642, -38.701861525143954, 0.0], [177.94897745697995, -38.701495429861005, 0.0], [177.94944349808858, -38.70098010960932, 0.0], [177.9497855857511, -38.70056296249467, 0.0], [177.9499832593391, -38.70038780381989, 0.0], [177.950191896904, -38.70010735247197, 0.0], [177.95052619570959, -38.69970959336122, 0.0], [177.950702886255, -38.69949482271491, 0.0], [177.95097484778614, -38.69920691760457, 0.0], [177.95113727618448, -38.69896178006868, 0.0], [177.95144250245093, -38.69871534578947, 0.0], [177.9515988656867, -38.698470465118874, 0.0], [177.9519115268198, -38.69811173976294, 0.0], [177.95226669764045, -38.697708325119855, 0.0], [177.95267880088863, -38.69729296251074, 0.0], [177.95301553717817, -38.69693082978557, 0.0], [177.95337814733784, -38.69650327180466, 0.0], [177.9537608368751, -38.696146333002176, 0.0], [177.95398960640276, -38.695893609626005, 0.0], [177.95446025094247, -38.69540189957981, 0.0], [177.95487503129397, -38.69498165116515, 0.0], [177.9553254491221, -38.69459324151251, 0.0], [177.95564954269258, -38.69422449147743, 0.0], [177.95627891250672, -38.693654558473135, 0.0], [177.956930877157, -38.69305983785185, 0.0], [177.95731442550482, -38.69267188004426, 0.0], [177.95773297391472, -38.69239440768769, 0.0], [177.95823946929275, -38.69198216224854, 0.0], [177.95872539976398, -38.69158031862075, 0.0], [177.95908059417778, -38.69122214976235, 0.0], [177.95955241815062, -38.69079231344571, 0.0], [177.95994970838677, -38.69042758752635, 0.0], [177.96039304468158, -38.69011331573987, 0.0], [177.9606074402355, -38.68987310358281, 0.0], [177.9609867226747, -38.68959967229362, 0.0], [177.96145634000285, -38.689269984439946, 0.0], [177.9618002328841, -38.689012350339034, 0.0], [177.96214320629193, -38.688697576178676, 0.0], [177.96258764861062, -38.6883117766572, 0.0], [177.96322441075435, -38.68789396900533, 0.0], [177.96363487203297, -38.68758823145673, 0.0], [177.9642560428883, -38.68712105091793, 0.0], [177.9645353785774, -38.68689712784979, 0.0], [177.96487189855716, -38.686708889181155, 0.0], [177.9653367339998, -38.68639844932976, 0.0], [177.96579810881454, -38.68603812413983, 0.0], [177.9663398255253, -38.68565293511763, 0.0], [177.96660679416752, -38.685470034996605, 0.0], [177.9670335998114, -38.68513738355654, 0.0], [177.96772624238523, -38.68469334889747, 0.0], [177.96837849039392, -38.68423673614894, 0.0], [177.96888236240392, -38.683919855399544, 0.0], [177.9693501924571, -38.68360927269982, 0.0], [177.96989641765353, -38.68333346715476, 0.0], [177.97025379044854, -38.68313956034567, 0.0], [177.97072612241, -38.682850222310385, 0.0], [177.9710457411578, -38.682681746007596, 0.0], [177.97137066039917, -38.68245824735155, 0.0], [177.97171557305154, -38.68226010236851, 0.0], [177.97211338473485, -38.682035877639784, 0.0], [177.97243134845652, -38.681843644032256, 0.0], [177.97282645459532, -38.68162429711374, 0.0], [177.97319477856897, -38.68141323787668, 0.0], [177.97357466403332, -38.68123742087332, 0.0], [177.97395830069914, -38.68102808889586, 0.0], [177.9743547161527, -38.68082774048372, 0.0], [177.97460577111545, -38.680678855185214, 0.0], [177.97495258131994, -38.68055209253281, 0.0], [177.97517988537106, -38.68041136613461, 0.0], [177.97553182709262, -38.68022720498646, 0.0], [177.975920853423, -38.68000810723878, 0.0], [177.9762798413158, -38.67983793785912, 0.0], [177.9766960745699, -38.67966056053879, 0.0], [177.97694563593757, -38.67949029236076, 0.0], [177.97726505909688, -38.67931942551135, 0.0], [177.97753240869338, -38.679186515832704, 0.0], [177.97792373224414, -38.679000667409966, 0.0], [177.97826088087967, -38.67891004363858, 0.0], [177.97860988062666, -38.67877126488736, 0.0], [177.97892587546136, -38.67863865853954, 0.0], [177.97918534359317, -38.67847987500184, 0.0], [177.97948898954078, -38.67838829524247, 0.0], [177.97987826296114, -38.67821682241672, 0.0], [177.98031018315547, -38.678003026738786, 0.0], [177.98083135829182, -38.67776159474161, 0.0], [177.98122718045073, -38.67759698517683, 0.0], [177.9814983711901, -38.677475814713276, 0.0], [177.98196559527352, -38.67728909452857, 0.0], [177.98225783003167, -38.67716464126781, 0.0], [177.98250411498148, -38.67703500252196, 0.0], [177.98274119161124, -38.67699152333422, 0.0], [177.98296554479603, -38.676896174098076, 0.0], [177.98323392260858, -38.67673461888144, 0.0], [177.9835879126977, -38.67662420135927, 0.0], [177.98375127137666, -38.676569574737044, 0.0], [177.98414300081217, -38.67643371926737, 0.0], [177.98443787035032, -38.67634726665601, 0.0], [177.9847300964661, -38.6762228077181, 0.0], [177.9850142220147, -38.67611298865441, 0.0], [177.98532214934886, -38.67595212123279, 0.0], [177.9855702412012, -38.675848605470264, 0.0], [177.9860955112907, -38.67566653576555, 0.0], [177.9864066821395, -38.675596058421604, 0.0], [177.98700996129048, -38.67535585504126, 0.0], [177.98717645580598, -38.67521532302314, 0.0], [177.98731589756056, -38.67516647873052, 0.0], [177.9875812267827, -38.675136076508615, 0.0], [177.9880140395249, -38.674979392668035, 0.0], [177.988349115364, -38.67490312334167, 0.0], [177.98865851690536, -38.67476362596534, 0.0], [177.98889359753824, -38.67469163093716, 0.0], [177.98921913928132, -38.67456573634055, 0.0], [177.9895288136596, -38.67447387314771, 0.0], [177.98983093909558, -38.674360890376555, 0.0], [177.99031101132508, -38.67422838329649, 0.0], [177.99047992269257, -38.674166362706096, 0.0], [177.99068436782065, -38.67409090979466, 0.0], [177.99081509883837, -38.67400431555983, 0.0], [177.9910944142246, -38.67395663028543, 0.0], [177.99130133853657, -38.67391680630766, 0.0], [177.9916815250203, -38.67383383274553, 0.0], [177.99221998739313, -38.6737107316086, 0.0], [177.99250508234417, -38.673615147611706, 0.0], [177.99268440347805, -38.67357173763602, 0.0], [177.99298442944206, -38.67351601435411, 0.0], [177.99360541110383, -38.673356021599254, 0.0], [177.99406470256213, -38.6732744191998, 0.0], [177.9943421920281, -38.67320059796105, 0.0], [177.99469355939542, -38.67314029002043, 0.0], [177.99487474931203, -38.673080119900256, 0.0], [177.99505996182532, -38.67303407168003, 0.0], [177.99539717054577, -38.67298866225021, 0.0], [177.995796519045, -38.67291914933, 0.0], [177.99611168898846, -38.67286276958041, 0.0], [177.9964672413717, -38.67281895391334, 0.0], [177.9968041668731, -38.67272590457324, 0.0], [177.9971727156069, -38.67265055893882, 0.0], [177.99745692091383, -38.67258597230646, 0.0], [177.9976598131839, -38.6725320154735, 0.0], [177.9978962003217, -38.67247900578688, 0.0], [177.9979598791385, -38.67243339461442, 0.0], [177.99831443412575, -38.67237532169495, 0.0], [177.9985954414773, -38.67230848693251, 0.0], [177.99873216975814, -38.67226451027289, 0.0], [177.9991128332695, -38.67218863949167, 0.0], [177.9993517509771, -38.67212837125991, 0.0], [177.99974623751044, -38.67203284690644, 0.0], [177.9999736968703, -38.671982598057376, 0.0], [178.000095439508, -38.67194164446513, 0.0], [178.00027628973757, -38.671876715841066, 0.0], [178.00041554893028, -38.671825481573535, 0.0], [178.00061943029758, -38.67178577164703, 0.0], [178.00079218383655, -38.671735483664065, 0.0], [178.00088367413963, -38.67165294287241, 0.0], [178.00120763912614, -38.671548524564116, 0.0], [178.00163180305677, -38.671399309006084, 0.0], [178.0020963479771, -38.671262654963364, 0.0], [178.0023487987657, -38.67113509337813, 0.0], [178.00265320699174, -38.67105533362776, 0.0], [178.00294080770837, -38.67095246989685, 0.0], [178.00324334469335, -38.670889465635675, 0.0], [178.00350329712435, -38.67082590455278, 0.0], [178.0039683313593, -38.67069636937276, 0.0], [178.00454899558457, -38.67056901949921, 0.0], [178.00492420005324, -38.670545776809206, 0.0], [178.005078722492, -38.670539147758575, 0.0], [178.00545965451226, -38.67051089283963, 0.0], [178.0058902693335, -38.67045429858443, 0.0], [178.00615419735595, -38.670447738479076, 0.0], [178.00658040982327, -38.670415154506635, 0.0], [178.00703384603395, -38.67042428364786, 0.0], [178.0073930254965, -38.670432691844, 0.0], [178.00782745310252, -38.67043072178274, 0.0], [178.0081246649744, -38.67046561153036, 0.0], [178.00834077860515, -38.670470628535405, 0.0], [178.00876744393952, -38.67048804729339, 0.0], [178.00902514551882, -38.67047936557989, 0.0], [178.00959857019853, -38.67050953919991, 0.0], [178.0099196894789, -38.67053863295325, 0.0], [178.0103167206079, -38.67056684811039, 0.0], [178.0108376428233, -38.670584975998864, 0.0], [178.011257418764, -38.670590769519265, 0.0], [178.01166100792932, -38.67062584551943, 0.0], [178.01209323521644, -38.670635865898625, 0.0], [178.01241622282967, -38.670648195717966, 0.0], [178.01274950310332, -38.67063387613187, 0.0], [178.01308697543953, -38.67063605216542, 0.0], [178.01325058558928, -38.67062902173211, 0.0], [178.01333409184326, -38.67060637423307, 0.0], [178.01347952297502, -38.67060012466702, 0.0], [178.01363499977464, -38.67065062048335, 0.0], [178.0138414853884, -38.670691776760016, 0.0], [178.01432472102744, -38.67069244947172, 0.0], [178.01474682225304, -38.670731483783705, 0.0], [178.01524856891461, -38.670736121721966, 0.0], [178.01566274418826, -38.67079217009771, 0.0], [178.01601362620866, -38.670855703071254, 0.0], [178.01642427413123, -38.670904753200674, 0.0], [178.01663922468205, -38.67089312800613, 0.0], [178.0168241710779, -38.67093044033979, 0.0], [178.01705170123068, -38.670968303484266, 0.0], [178.01722752045552, -38.671048890573296, 0.0], [178.01740287937434, -38.67107946713244, 0.0], [178.01751004857647, -38.67113441760912, 0.0], [178.01786126580282, -38.67120269525679, 0.0], [178.0180660171849, -38.671305860452115, 0.0], [178.01833526410525, -38.671375280013464, 0.0], [178.01864622683541, -38.6714762577612, 0.0], [178.01907938120678, -38.67158627209475, 0.0], [178.01938511747056, -38.67169938457258, 0.0], [178.01961278062163, -38.67178250212242, 0.0], [178.01990390456672, -38.67186050618847, 0.0], [178.0200380126196, -38.67190953033161, 0.0], [178.0202594510876, -38.67199053204477, 0.0], [178.0203492761626, -38.67205813806758, 0.0], [178.02043649837753, -38.67221876887908, 0.0], [178.02049841217493, -38.67245196017144, 0.0], [178.02056732572862, -38.67256811353149, 0.0]], "type": "LineString"}, "id": "4343", "properties": {"CPS": 4, "Date": "1972-04-27", "Digitiser": "ER", "Georef_ER": 4.0, "ID": 4343.0, "Notes": null, "Photoscale": 23900, "Pixel_Er": 0.650802270229833, "Proxy": 1, "Region": "Gisborne", "SHLength": 8.08192639727, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 4.727414049449901, "USDate": "04/27/1972"}, "type": "Feature"}, {"bbox": [177.98737219116518, -38.67525787943346, 178.02052644118916, -38.67041342359045], "geometry": {"coordinates": [[177.98737219116518, -38.67525787943346, 0.0], [177.98771503748435, -38.67516222045502, 0.0], [177.98828844752876, -38.67497331811524, 0.0], [177.98884483070756, -38.67480181795958, 0.0], [177.98963331456883, -38.674515562847176, 0.0], [177.99026615776404, -38.674307432210874, 0.0], [177.99088676501012, -38.67405455597901, 0.0], [177.99124050912937, -38.67398462704975, 0.0], [177.99194579186135, -38.67385677238773, 0.0], [177.99244739706677, -38.67372810006089, 0.0], [177.99283567844876, -38.673630481945324, 0.0], [177.993351881725, -38.67353691706463, 0.0], [177.9941491001715, -38.67337652540587, 0.0], [177.9947281022281, -38.673268354187464, 0.0], [177.9948563557036, -38.673277157653196, 0.0], [177.99516634680427, -38.67319003093585, 0.0], [177.99541100097832, -38.67312476025698, 0.0], [177.9959320974559, -38.673014297726546, 0.0], [177.99633166137974, -38.6729042729481, 0.0], [177.9966574607791, -38.67282599490812, 0.0], [177.99692943201643, -38.672716667926665, 0.0], [177.9971316629293, -38.67265321073024, 0.0], [177.99715969493633, -38.67257577325182, 0.0], [177.99731834671928, -38.67249750558087, 0.0], [177.99787413864857, -38.67236172433311, 0.0], [177.9984130732369, -38.672245721893205, 0.0], [177.9985338237925, -38.6721905180257, 0.0], [177.9986630689447, -38.672213569213554, 0.0], [177.99877214718921, -38.67220889557511, 0.0], [177.99891361017518, -38.6721456566565, 0.0], [177.99911082006403, -38.67205382245399, 0.0], [177.99933915691466, -38.6719725660692, 0.0], [177.99960915260837, -38.67196576071232, 0.0], [177.99984740650777, -38.671895990343955, 0.0], [178.000099601727, -38.671851828361234, 0.0], [178.00036848523808, -38.671785508994326, 0.0], [178.00065670737158, -38.67173503687749, 0.0], [178.00072963908065, -38.671691410026874, 0.0], [178.0008665303107, -38.6716498063188, 0.0], [178.00101229768507, -38.67164832270323, 0.0], [178.00109680399228, -38.67163993541214, 0.0], [178.00124631157166, -38.67160493762596, 0.0], [178.00146908141716, -38.671531062969784, 0.0], [178.0016272285709, -38.67144566400947, 0.0], [178.0018116029515, -38.6713877291524, 0.0], [178.0021444891222, -38.671280543410866, 0.0], [178.00246321908568, -38.67118825810648, 0.0], [178.00265689419336, -38.671089422417836, 0.0], [178.00288979145807, -38.67098652209718, 0.0], [178.0030697610995, -38.67095259812174, 0.0], [178.00322553800714, -38.67087682827741, 0.0], [178.00347997425644, -38.670777767892716, 0.0], [178.0037752436777, -38.670741280292575, 0.0], [178.00393234543301, -38.6706845118564, 0.0], [178.00418316086936, -38.6706642242649, 0.0], [178.00428314626083, -38.67065993552489, 0.0], [178.0045656319939, -38.67061446470148, 0.0], [178.0049358172428, -38.67056284855581, 0.0], [178.00524942955457, -38.670527952725394, 0.0], [178.00544350572875, -38.670522008626996, 0.0], [178.00571420214976, -38.67048180562759, 0.0], [178.00601183511827, -38.67043568140319, 0.0], [178.00626480456293, -38.670446268013634, 0.0], [178.0064348073701, -38.67044373766635, 0.0], [178.0066970766041, -38.67041342359045, 0.0], [178.00701719993535, -38.67042827381694, 0.0], [178.00730079938572, -38.67044230837604, 0.0], [178.00744988092603, -38.67048832230594, 0.0], [178.00760506619062, -38.67049119101026, 0.0], [178.00779495055477, -38.670468746166925, 0.0], [178.00814873402598, -38.670486913195056, 0.0], [178.00860619558225, -38.67051015771264, 0.0], [178.00884621609052, -38.67050938263505, 0.0], [178.00908739809208, -38.67052523392114, 0.0], [178.00945093503185, -38.67055250774785, 0.0], [178.00959993728563, -38.67051037386275, 0.0], [178.00973071778756, -38.67051190526196, 0.0], [178.0099640955776, -38.67059003196034, 0.0], [178.0104434303434, -38.67062185944674, 0.0], [178.01109143969333, -38.67063214569493, 0.0], [178.01154051797968, -38.67062238523469, 0.0], [178.01169927241094, -38.67058935930698, 0.0], [178.0118635056033, -38.670634716598, 0.0], [178.01212104055114, -38.67062365276653, 0.0], [178.01239335137404, -38.670650071733206, 0.0], [178.01249549413058, -38.67067665426476, 0.0], [178.01263893294043, -38.67064190270248, 0.0], [178.0128032074542, -38.67064437390248, 0.0], [178.01297823206576, -38.67067020681772, 0.0], [178.0131536294538, -38.67065790525916, 0.0], [178.0135893846157, -38.67067491561237, 0.0], [178.01383023497377, -38.67068600646788, 0.0], [178.01387767536772, -38.670712556276825, 0.0], [178.0142849996299, -38.67071410916602, 0.0], [178.0144943891075, -38.670709874128974, 0.0], [178.01482779520222, -38.670740808483075, 0.0], [178.01519789153062, -38.67077492940092, 0.0], [178.01554947689954, -38.67080508016863, 0.0], [178.0159724098089, -38.67085598615136, 0.0], [178.01630361783964, -38.67089892265386, 0.0], [178.01650188518985, -38.67090945650923, 0.0], [178.01668213987125, -38.6709231469722, 0.0], [178.01694669251603, -38.67096894784929, 0.0], [178.0171704900884, -38.67104032463852, 0.0], [178.01755603193726, -38.67112142138478, 0.0], [178.01787994308805, -38.671233756262694, 0.0], [178.01806708945182, -38.67125906003775, 0.0], [178.01817998654514, -38.671308998736095, 0.0], [178.01839419797, -38.67137363829727, 0.0], [178.01869270893113, -38.671470386777756, 0.0], [178.01889210460288, -38.67154042751062, 0.0], [178.01901425841314, -38.67159234952632, 0.0], [178.0193084109051, -38.671670224831026, 0.0], [178.01954919096224, -38.6717670724583, 0.0], [178.0197368014117, -38.67184238353026, 0.0], [178.02011255862936, -38.67195724593925, 0.0], [178.0202898801878, -38.67205920501954, 0.0], [178.02043153138482, -38.672346142172245, 0.0], [178.02052644118916, -38.67257314873444, 0.0]], "type": "LineString"}, "id": "4347", "properties": {"CPS": 4, "Date": "1988-10-27", "Digitiser": "ER", "Georef_ER": 4.0, "ID": 4347.0, "Notes": null, "Photoscale": 6000, "Pixel_Er": 0.224536264287637, "Proxy": 1, "Region": "Gisborne", "SHLength": 3.0738235539, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 4.167423248720994, "USDate": "10/27/1988"}, "type": "Feature"}, {"bbox": [177.9392416843532, -38.71396718009013, 177.95928631200627, -38.690643178146125], "geometry": {"coordinates": [[177.9392416843532, -38.71396718009013, 0.0], [177.9395325092215, -38.71390721509838, 0.0], [177.93979940515965, -38.713764877440326, 0.0], [177.94000508611762, -38.7134845679703, 0.0], [177.94022658016274, -38.71312496787412, 0.0], [177.94047609661615, -38.7127308262713, 0.0], [177.94062301839236, -38.712436327654544, 0.0], [177.9408585199583, -38.712147606318275, 0.0], [177.9411471994178, -38.71179230588725, 0.0], [177.94132713955898, -38.711491642818245, 0.0], [177.94155542410462, -38.71118654886815, 0.0], [177.94178927863828, -38.71087407119925, 0.0], [177.9419025969971, -38.71062149634116, 0.0], [177.94211219652198, -38.71039819599576, 0.0], [177.94229917694457, -38.71011152790039, 0.0], [177.942410200078, -38.709913845948435, 0.0], [177.94263093942993, -38.709675778075834, 0.0], [177.94290575387316, -38.70934012070682, 0.0], [177.94308846892477, -38.709079839039354, 0.0], [177.94326372731254, -38.7088436975115, 0.0], [177.94336015930148, -38.70861089656225, 0.0], [177.94370715623995, -38.7083079147903, 0.0], [177.94382333677953, -38.70814098471967, 0.0], [177.94395483937268, -38.70797578753335, 0.0], [177.94405684435645, -38.70782375272827, 0.0], [177.9442483138111, -38.70747018327238, 0.0], [177.9444835370877, -38.707133818283346, 0.0], [177.94476038138728, -38.706783776241245, 0.0], [177.94496741615268, -38.70647957704035, 0.0], [177.9450951406058, -38.706259742808626, 0.0], [177.94526915283672, -38.70596170801345, 0.0], [177.94542555130377, -38.70571683338996, 0.0], [177.94565421501878, -38.705461747216475, 0.0], [177.9458555141753, -38.70525070479663, 0.0], [177.94601887812846, -38.70506271256601, 0.0], [177.94609383349706, -38.70487132172498, 0.0], [177.94617977336478, -38.704750938132634, 0.0], [177.9463444407331, -38.70449379957124, 0.0], [177.94642555078323, -38.70443556396243, 0.0], [177.9465405708889, -38.70425200359398, 0.0], [177.94668426509182, -38.70404340273531, 0.0], [177.94680927713338, -38.70382844671747, 0.0], [177.94706144007537, -38.70351756538786, 0.0], [177.9471888253591, -38.70329297860838, 0.0], [177.94719283329943, -38.70321895312084, 0.0], [177.94728441824037, -38.70304829822304, 0.0], [177.9475351860499, -38.70276129948962, 0.0], [177.94770247863568, -38.70263031690904, 0.0], [177.94795325226178, -38.70243146718579, 0.0], [177.94807605613337, -38.70231666587465, 0.0], [177.94836859271865, -38.70193021379721, 0.0], [177.94848327605385, -38.70174190110904, 0.0], [177.94848490777227, -38.70167750615137, 0.0], [177.94864964746887, -38.70146562782685, 0.0], [177.94871239001424, -38.701317637462004, 0.0], [177.94891497233834, -38.70103744513925, 0.0], [177.94903990609157, -38.70095352417277, 0.0], [177.94913157127118, -38.70082813081479, 0.0], [177.94933539724965, -38.70069797840086, 0.0], [177.94950128134877, -38.700502727448516, 0.0], [177.94973466450276, -38.70022837417134, 0.0], [177.95009542776205, -38.699817581077056, 0.0], [177.950325611061, -38.69954098006528, 0.0], [177.9505468628704, -38.69926714012541, 0.0], [177.9507410835281, -38.69904209572416, 0.0], [177.95086649221577, -38.69887715003264, 0.0], [177.95108143733512, -38.69864407819518, 0.0], [177.95129040687107, -38.69845652585554, 0.0], [177.95147045195935, -38.698246376629925, 0.0], [177.95167515014344, -38.697997061710154, 0.0], [177.95178638396652, -38.69784701142263, 0.0], [177.95200811796113, -38.69758029575454, 0.0], [177.95222183081754, -38.69737348103353, 0.0], [177.95239179166174, -38.697149464021344, 0.0], [177.9526031278691, -38.696952279279216, 0.0], [177.9527816124318, -38.69676363632385, 0.0], [177.9529717281336, -38.69656735195538, 0.0], [177.95309745616333, -38.69640715535799, 0.0], [177.95323948921913, -38.69626294330159, 0.0], [177.95337538462243, -38.69616187547677, 0.0], [177.95359367351367, -38.695933422208505, 0.0], [177.95385005191895, -38.69568429153894, 0.0], [177.95412879638982, -38.69545088746966, 0.0], [177.9542388715409, -38.695284207218755, 0.0], [177.95436565449418, -38.695095375384184, 0.0], [177.9545666620131, -38.69492483272949, 0.0], [177.95474219574055, -38.69478157848922, 0.0], [177.95494343968934, -38.6945705238631, 0.0], [177.9550644121915, -38.69442958674523, 0.0], [177.9551976728613, -38.69429050995348, 0.0], [177.9553640368854, -38.694190528092435, 0.0], [177.95554201468303, -38.69399475543361, 0.0], [177.95583517181208, -38.693794089266675, 0.0], [177.95591657330115, -38.693652450035096, 0.0], [177.95603451137063, -38.693511640898, 0.0], [177.9562594302121, -38.69333531473897, 0.0], [177.95645011187003, -38.693191414470576, 0.0], [177.95665675119005, -38.69297059811586, 0.0], [177.95696275523642, -38.692736029375496, 0.0], [177.95712500442102, -38.69257665925727, 0.0], [177.95725539111896, -38.69244008482144, 0.0], [177.95745311652692, -38.692310178239914, 0.0], [177.95758784800174, -38.69219247823923, 0.0], [177.95774739235134, -38.69203798711659, 0.0], [177.95800021870696, -38.69178185156923, 0.0], [177.95819171463907, -38.69164982613688, 0.0], [177.95842726668351, -38.6914516022154, 0.0], [177.95862644615622, -38.691254923957516, 0.0], [177.95896429705581, -38.69099755465896, 0.0], [177.95906436825467, -38.69086226704564, 0.0], [177.95926772615877, -38.69068208712174, 0.0], [177.95928631200627, -38.690643178146125, 0.0]], "type": "LineString"}, "id": "4350", "properties": {"CPS": 3, "Date": "1957-10-29", "Digitiser": "ER", "Georef_ER": 5.0, "ID": 4350.0, "Notes": null, "Photoscale": 44500, "Pixel_Er": 1.177433886158844, "Proxy": 1, "Region": "Gisborne", "SHLength": 3.16412547166, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 5.256248715222209, "USDate": "10/29/1957"}, "type": "Feature"}, {"bbox": [177.95928631200627, -38.690643178146125, 178.00495823868243, -38.67051363128319], "geometry": {"coordinates": [[177.95928631200627, -38.690643178146125, 0.0], [177.9595315268123, -38.690318391811374, 0.0], [177.96042917061558, -38.68967270626317, 0.0], [177.9616283523622, -38.68866278152714, 0.0], [177.9624995241956, -38.687964602177985, 0.0], [177.96364361932805, -38.68714759515791, 0.0], [177.96420210932348, -38.68674006163363, 0.0], [177.9648803589858, -38.68626330178158, 0.0], [177.96557661899493, -38.685783389120516, 0.0], [177.96608852245495, -38.68540661756498, 0.0], [177.96643992290294, -38.685170092688004, 0.0], [177.9670586151472, -38.68475541680599, 0.0], [177.96782471406516, -38.684274900106125, 0.0], [177.96844029322358, -38.683903233346705, 0.0], [177.9686900545467, -38.68373535606865, 0.0], [177.96935898878, -38.68325658565879, 0.0], [177.96985425207805, -38.68294721490231, 0.0], [177.97040676146597, -38.68263063826412, 0.0], [177.9705972553601, -38.68257249108645, 0.0], [177.9707209780634, -38.6824719227021, 0.0], [177.97115907959258, -38.68221501299787, 0.0], [177.9714678906339, -38.68206605550868, 0.0], [177.971924664051, -38.68181549457767, 0.0], [177.97230633162002, -38.681577662791824, 0.0], [177.97260792285027, -38.68141233318135, 0.0], [177.97302759934814, -38.68119670317101, 0.0], [177.9735313013625, -38.68096557742075, 0.0], [177.9737063695822, -38.68086043458823, 0.0], [177.97395973384792, -38.68074480603495, 0.0], [177.97434854019156, -38.68056622384967, 0.0], [177.9745677434949, -38.68044013853191, 0.0], [177.974860499999, -38.6803228283335, 0.0], [177.97508471042772, -38.680225117544076, 0.0], [177.97519139434868, -38.68014194816187, 0.0], [177.9753559226003, -38.6801039600725, 0.0], [177.97574010474054, -38.679858862958085, 0.0], [177.97629530402074, -38.67962552918216, 0.0], [177.97669131305275, -38.679463309075885, 0.0], [177.97686410520785, -38.67941305429445, 0.0], [177.97729119780934, -38.67917326888649, 0.0], [177.97791542394842, -38.6789274529307, 0.0], [177.978364651055, -38.67874389716572, 0.0], [177.97873370711972, -38.67858758529867, 0.0], [177.97912976467003, -38.67838247161581, 0.0], [177.97939694202492, -38.67824718273372, 0.0], [177.9799472101078, -38.67803071938393, 0.0], [177.9804199024999, -38.67779135876578, 0.0], [177.9809330808957, -38.67760982803079, 0.0], [177.98151149549608, -38.67736118440539, 0.0], [177.9818428533199, -38.67718741338316, 0.0], [177.98225145101733, -38.677031784535934, 0.0], [177.9825853403054, -38.676850756126306, 0.0], [177.98301046443254, -38.67667059475315, 0.0], [177.9833679802051, -38.676567174539414, 0.0], [177.98384681829293, -38.67637280368885, 0.0], [177.98428708696449, -38.676191990797626, 0.0], [177.9849015089077, -38.675937027599886, 0.0], [177.98534546281186, -38.67576558297869, 0.0], [177.98580440002112, -38.6755911139645, 0.0], [177.98640817713766, -38.67535803961125, 0.0], [177.98704996395233, -38.67514716147508, 0.0], [177.9876245883262, -38.674932004000105, 0.0], [177.98803045932135, -38.67478123674953, 0.0], [177.98840580708597, -38.674672274153906, 0.0], [177.9887298072395, -38.67456788848136, 0.0], [177.9890270861916, -38.67442890854857, 0.0], [177.98928927077378, -38.674353371273156, 0.0], [177.98975165969162, -38.67422876994733, 0.0], [177.99021481629282, -38.67402789702968, 0.0], [177.9905347344408, -38.67395226989568, 0.0], [177.990916683145, -38.67380728092947, 0.0], [177.9912554411439, -38.67374037549198, 0.0], [177.99164157473362, -38.67361188198018, 0.0], [177.99191196311762, -38.67356695913885, 0.0], [177.99221033591894, -38.67348748455273, 0.0], [177.99264908182442, -38.673416296480326, 0.0], [177.99302656449058, -38.67333819911798, 0.0], [177.99355846388568, -38.67320822557832, 0.0], [177.9940638664792, -38.67313417912823, 0.0], [177.9945195778556, -38.67308846424284, 0.0], [177.99501004490574, -38.672974552294676, 0.0], [177.9954881737325, -38.672901667428214, 0.0], [177.99600133712096, -38.672808221114764, 0.0], [177.99654430215904, -38.67270634901686, 0.0], [177.9970888054005, -38.67258296693188, 0.0], [177.99763027654404, -38.67245971221955, 0.0], [177.9983190544053, -38.67231346722481, 0.0], [177.99887214379308, -38.67218256184983, 0.0], [177.99906374190488, -38.67214099853052, 0.0], [177.9995572232518, -38.67202693849684, 0.0], [177.99994602868017, -38.67189353858564, 0.0], [178.00044660843042, -38.67175058185944, 0.0], [178.00099130930772, -38.67158667255705, 0.0], [178.00141630243286, -38.671449334207686, 0.0], [178.00184884489877, -38.67133311223345, 0.0], [178.0023231884304, -38.671162683667745, 0.0], [178.0026950107567, -38.67100379660634, 0.0], [178.00314418906675, -38.6709082981063, 0.0], [178.00348533152086, -38.67078884257394, 0.0], [178.00401146009702, -38.67066383422543, 0.0], [178.00431652716495, -38.67059357151216, 0.0], [178.0047015302562, -38.67053655572373, 0.0], [178.00495251057978, -38.67051864180443, 0.0], [178.00495823868243, -38.67051363128319, 0.0]], "type": "LineString"}, "id": "4351", "properties": {"CPS": 4, "Date": "1957-10-29", "Digitiser": "ER", "Georef_ER": 5.0, "ID": 4351.0, "Notes": null, "Photoscale": 44500, "Pixel_Er": 1.177433886158844, "Proxy": 1, "Region": "Gisborne", "SHLength": 4.6519362472, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 5.565262847006879, "USDate": "10/29/1957"}, "type": "Feature"}, {"bbox": [178.0100137207698, -38.67211729187875, 178.02041148062395, -38.67048802714393], "geometry": {"coordinates": [[178.0100137207698, -38.67048802714393, 0.0], [178.01053960217646, -38.67051189939527, 0.0], [178.0110816705919, -38.67050648531722, 0.0], [178.01141393401954, -38.67049936042245, 0.0], [178.01172446977873, -38.67050746228646, 0.0], [178.01259929854828, -38.670502040190236, 0.0], [178.01331431405495, -38.67049275833452, 0.0], [178.01354684191514, -38.67049348668862, 0.0], [178.01412165808304, -38.670565269834306, 0.0], [178.01478487754054, -38.67059751437531, 0.0], [178.01526755479662, -38.67065538441358, 0.0], [178.0155858752234, -38.67070959775318, 0.0], [178.01586758907385, -38.67076181049643, 0.0], [178.0162096308823, -38.670829296527494, 0.0], [178.01642093127865, -38.67085237325767, 0.0], [178.01669031595884, -38.67085865762425, 0.0], [178.01688848094255, -38.67088944548329, 0.0], [178.0171370793684, -38.6709895356303, 0.0], [178.01744301461693, -38.67106214429613, 0.0], [178.0177822029416, -38.67121908769928, 0.0], [178.01809772784978, -38.67129842928754, 0.0], [178.01839831628027, -38.671424868966234, 0.0], [178.01856367256397, -38.671442770903745, 0.0], [178.01868782110867, -38.67152319605237, 0.0], [178.01892963456805, -38.67159141195932, 0.0], [178.01901038693555, -38.6716379679383, 0.0], [178.01915407299634, -38.67160677127751, 0.0], [178.0194993635774, -38.671720564095416, 0.0], [178.01980001066147, -38.671782673214, 0.0], [178.0200478673448, -38.67187206814154, 0.0], [178.02021771525887, -38.67195409869463, 0.0], [178.02035020752308, -38.67202344223485, 0.0], [178.02041148062395, -38.67211729187875, 0.0]], "type": "LineString"}, "id": "4352", "properties": {"CPS": 2, "Date": "1957-10-29", "Digitiser": "ER", "Georef_ER": 5.0, "ID": 4352.0, "Notes": null, "Photoscale": 44500, "Pixel_Er": 1.177433886158844, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.948118058504, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 5.2172934128986, "USDate": "10/29/1957"}, "type": "Feature"}, {"bbox": [178.02035079338143, -38.67260661612784, 178.02050044683517, -38.672089878757056], "geometry": {"coordinates": [[178.02039358296514, -38.672089878757056, 0.0], [178.02035079338143, -38.67222711058935, 0.0], [178.0204341834522, -38.6724415098733, 0.0], [178.02050044683517, -38.67260661612784, 0.0]], "type": "LineString"}, "id": "4353", "properties": {"CPS": 1, "Date": "1957-10-29", "Digitiser": "ER", "Georef_ER": 5.0, "ID": 4353.0, "Notes": null, "Photoscale": 44500, "Pixel_Er": 1.177433886158844, "Proxy": 5, "Region": "Gisborne", "SHLength": 0.0598952715118, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 5.183835506290214, "USDate": "10/29/1957"}, "type": "Feature"}], "type": "FeatureCollection"});\n", + " geo_json_9f1df099ea4e9645ff892d097f60237a_add({"bbox": [177.93919822901458, -38.716147142133025, 178.02324124308046, -38.670404291821995], "features": [{"bbox": [177.94120075640913, -38.710415118666134, 177.9874023465152, -38.675599890397976], "geometry": {"coordinates": [[177.94120075640913, -38.710415118666134, 0.0], [177.9414612269543, -38.71038919365319, 0.0], [177.94168021459535, -38.71036800365213, 0.0], [177.9418367212096, -38.71032265808328, 0.0], [177.94200060221357, -38.71027402180295, 0.0], [177.94213385568602, -38.7101671220707, 0.0], [177.94224324476264, -38.710099948017685, 0.0], [177.94237424681904, -38.7100705726737, 0.0], [177.94253618009668, -38.71000474551129, 0.0], [177.94281313747072, -38.70994238230229, 0.0], [177.9432394292665, -38.70984093107362, 0.0], [177.9435181249783, -38.709748712065235, 0.0], [177.94370832068586, -38.70958579233589, 0.0], [177.9439007646573, -38.70934534780233, 0.0], [177.94406084583454, -38.70918668202871, 0.0], [177.94423894895448, -38.70895875704404, 0.0], [177.9443579571323, -38.70881076608156, 0.0], [177.94454630321283, -38.7086211210635, 0.0], [177.94476015073678, -38.70841550443454, 0.0], [177.94491408403562, -38.70827794452066, 0.0], [177.94505869832517, -38.7081705599632, 0.0], [177.9452079142448, -38.707964704632005, 0.0], [177.94535528380734, -38.70773212500006, 0.0], [177.9455010119582, -38.707475790432824, 0.0], [177.9457220140615, -38.70715372504668, 0.0], [177.94589488213037, -38.70690517339665, 0.0], [177.94601654094393, -38.70668559540262, 0.0], [177.94616390557346, -38.70645301506167, 0.0], [177.94632181755426, -38.706208075099696, 0.0], [177.9464803438002, -38.705972043029675, 0.0], [177.94660834790182, -38.70573432712862, 0.0], [177.94676605186893, -38.70548641740348, 0.0], [177.94691228880404, -38.70529259861517, 0.0], [177.94706231445403, -38.70509861897084, 0.0], [177.94717731632664, -38.70494781724749, 0.0], [177.94731136231448, -38.704742602884245, 0.0], [177.94746332915807, -38.7045217380389, 0.0], [177.9476225608239, -38.70424100398731, 0.0], [177.94780534831065, -38.70397118271868, 0.0], [177.94797144405928, -38.70373482773034, 0.0], [177.94816641779684, -38.70347640118299, 0.0], [177.94830148426155, -38.70328603271847, 0.0], [177.948447411223, -38.70314285205981, 0.0], [177.94853485607683, -38.70297832796915, 0.0], [177.9486948048018, -38.7027630791278, 0.0], [177.94883488897352, -38.70259036547743, 0.0], [177.94909048577665, -38.70232936545202, 0.0], [177.9492052741475, -38.70217559291852, 0.0], [177.94934300300625, -38.70202382493757, 0.0], [177.9494493910673, -38.70185849644842, 0.0], [177.94956796725833, -38.701704562863966, 0.0], [177.9496806059717, -38.701574705455904, 0.0], [177.94982662254654, -38.70137791463787, 0.0], [177.9500157565138, -38.70120014019956, 0.0], [177.95019792671155, -38.70103159512754, 0.0], [177.95035941285536, -38.7008937080246, 0.0], [177.9505285720398, -38.70070189031528, 0.0], [177.95070684045916, -38.70047692730843, 0.0], [177.950832169299, -38.70031079377591, 0.0], [177.95104043374812, -38.70002499634506, 0.0], [177.95117528142222, -38.6998316560801, 0.0], [177.95133521578194, -38.699616404525756, 0.0], [177.9515864911143, -38.699348137757724, 0.0], [177.95182670512773, -38.699084807116414, 0.0], [177.95204459329616, -38.698828379903446, 0.0], [177.95224323509564, -38.6986233960989, 0.0], [177.9524024539288, -38.698452844174476, 0.0], [177.95265576548127, -38.698159175477066, 0.0], [177.95285572924323, -38.69791839809941, 0.0], [177.95315112724873, -38.697628897485735, 0.0], [177.953343211222, -38.69743908059347, 0.0], [177.95361014114883, -38.69717759010872, 0.0], [177.95384246446238, -38.696965217354226, 0.0], [177.95403475022204, -38.69677836886409, 0.0], [177.95431094363866, -38.696464069984046, 0.0], [177.95444543330768, -38.69629873501255, 0.0], [177.95462767357387, -38.69607657581907, 0.0], [177.95481491539783, -38.695882793079605, 0.0], [177.9550439350448, -38.69567770570438, 0.0], [177.95518899376387, -38.69553336285584, 0.0], [177.95531349122436, -38.695399423009015, 0.0], [177.95545436757385, -38.69523858051194, 0.0], [177.9556223590294, -38.695074203502955, 0.0], [177.95576905858385, -38.694953614569435, 0.0], [177.95591641493226, -38.69484252727514, 0.0], [177.95610472724695, -38.694708257853435, 0.0], [177.95627812084186, -38.69453412071731, 0.0], [177.9564135885789, -38.69438303665841, 0.0], [177.95654045555287, -38.69423946519207, 0.0], [177.95674662284182, -38.69409967126302, 0.0], [177.95692886952278, -38.693965658322334, 0.0], [177.9571027524363, -38.693798646529274, 0.0], [177.9572153561955, -38.693624708922236, 0.0], [177.95736621240525, -38.69343246859523, 0.0], [177.95753435973722, -38.693270464808656, 0.0], [177.95771077753213, -38.69309619715717, 0.0], [177.95787114528102, -38.69295358297519, 0.0], [177.95811185003825, -38.69269796231391, 0.0], [177.9583281611618, -38.69252914545529, 0.0], [177.95853046708586, -38.69237760053026, 0.0], [177.95872031943043, -38.692221819801475, 0.0], [177.95885913762396, -38.69207535552462, 0.0], [177.95903317600374, -38.69191071685391, 0.0], [177.95918576093337, -38.69178749124458, 0.0], [177.95933547880094, -38.69166676976285, 0.0], [177.959510172798, -38.69151163225745, 0.0], [177.95964391271866, -38.691379677571625, 0.0], [177.95976684384345, -38.69126724171891, 0.0], [177.95989362767452, -38.691166554067344, 0.0], [177.9600333570283, -38.691077227980955, 0.0], [177.96023058005466, -38.69094019094144, 0.0], [177.96044131240183, -38.69077875486333, 0.0], [177.96057873797398, -38.69065617214745, 0.0], [177.9607050262109, -38.69054835745401, 0.0], [177.9608985577423, -38.6904019466162, 0.0], [177.961156700346, -38.690178932445285, 0.0], [177.96132360996282, -38.690043182841684, 0.0], [177.96149878916953, -38.68989516916318, 0.0], [177.9616591423092, -38.68975255068735, 0.0], [177.96181204711002, -38.68963407306906, 0.0], [177.96195757378015, -38.689496849691565, 0.0], [177.96216075584132, -38.68931428999754, 0.0], [177.96233339422383, -38.689173530490486, 0.0], [177.96251380836654, -38.68901338055914, 0.0], [177.96272452990385, -38.688851941030485, 0.0], [177.9629192043428, -38.68872215536378, 0.0], [177.96308857507287, -38.68862203503147, 0.0], [177.96321264779678, -38.688526224150756, 0.0], [177.96334874811492, -38.68838463534143, 0.0], [177.96347542647064, -38.68823868242455, 0.0], [177.9636520776978, -38.68811204487369, 0.0], [177.96386206684792, -38.68798398849197, 0.0], [177.96403192812096, -38.68789099324822, 0.0], [177.9642946595736, -38.68773448510032, 0.0], [177.96460324890046, -38.6875379060063, 0.0], [177.96482773004035, -38.687399701510934, 0.0], [177.96496784325458, -38.687272234670715, 0.0], [177.96515628317226, -38.68714032835729, 0.0], [177.96529043024114, -38.6870583811207, 0.0], [177.96551481197122, -38.68687491355649, 0.0], [177.96569537781065, -38.686717134926226, 0.0], [177.9659145190457, -38.686545801819065, 0.0], [177.96613530533034, -38.68639822251375, 0.0], [177.9663844222103, -38.68622084763532, 0.0], [177.96654722675976, -38.68611385476465, 0.0], [177.96671945211182, -38.68601122542487, 0.0], [177.96685866878346, -38.6859147660891, 0.0], [177.96714349160115, -38.685726339726685, 0.0], [177.96744198435164, -38.6855158888186, 0.0], [177.96760093175322, -38.685397146676266, 0.0], [177.96786921325815, -38.6852332472069, 0.0], [177.96803471458043, -38.68512137266288, 0.0], [177.96824215020982, -38.68500056472776, 0.0], [177.96846612209086, -38.68485522794935, 0.0], [177.96875864442734, -38.684690294088924, 0.0], [177.96893527734724, -38.684563649672135, 0.0], [177.9691122390308, -38.684441755836744, 0.0], [177.9693768239341, -38.68426848081539, 0.0], [177.96959038168987, -38.684104526227415, 0.0], [177.96979020233522, -38.68400548182005, 0.0], [177.9700726379219, -38.683826679981614, 0.0], [177.97033517598018, -38.683667784595215, 0.0], [177.97061556670937, -38.68350336313219, 0.0], [177.97089882191673, -38.68333643654386, 0.0], [177.97111754569735, -38.68320323059945, 0.0], [177.9713062279826, -38.68311895282765, 0.0], [177.97145870816374, -38.68303859994936, 0.0], [177.9716354968684, -38.68291432739663, 0.0], [177.97183603479428, -38.68278189517843, 0.0], [177.97196140375308, -38.682705079523686, 0.0], [177.97213753159585, -38.68257130473695, 0.0], [177.97231441847043, -38.682492292957, 0.0], [177.9725454237148, -38.68236094338609, 0.0], [177.9727575218952, -38.68226375315969, 0.0], [177.9729772276398, -38.682144796505355, 0.0], [177.973171370229, -38.68200786986812, 0.0], [177.97339779470846, -38.68189815570016, 0.0], [177.97369856021893, -38.68172094639852, 0.0], [177.97392129309873, -38.68160185896841, 0.0], [177.9741798961396, -38.68147409443992, 0.0], [177.97439673134923, -38.68135764001454, 0.0], [177.97454452505565, -38.68125365890977, 0.0], [177.974739423552, -38.68117149310623, 0.0], [177.97496672990434, -38.68103076697521, 0.0], [177.97521568033702, -38.68093914809572, 0.0], [177.9754914716961, -38.680796353223, 0.0], [177.9757958547994, -38.68067139755128, 0.0], [177.9760392988204, -38.68054427558738, 0.0], [177.97624058426672, -38.68043157824328, 0.0], [177.97646176245146, -38.680333994168876, 0.0], [177.97665428530152, -38.68026145625101, 0.0], [177.9769516135129, -38.6801225041114, 0.0], [177.9771605032129, -38.68002306058044, 0.0], [177.97737242268164, -38.679923487420275, 0.0], [177.9776872703611, -38.67977425632783, 0.0], [177.97794018978723, -38.67960860760128, 0.0], [177.9780869237393, -38.679533256361744, 0.0], [177.97828197802264, -38.67945346056713, 0.0], [177.97856326210126, -38.679346160463815, 0.0], [177.97875650044094, -38.67924023484594, 0.0], [177.9789386067957, -38.67914907849436, 0.0], [177.9790689716215, -38.67910063120796, 0.0], [177.979257137845, -38.679009215740074, 0.0], [177.97957043199264, -38.67888148773306, 0.0], [177.9798180481416, -38.678770856927976, 0.0], [177.98004362619793, -38.67864925431257, 0.0], [177.98020886767878, -38.678577875257766, 0.0], [177.98048678468763, -38.67846594954536, 0.0], [177.98075577494, -38.67835678671688, 0.0], [177.9808629443014, -38.67828073883813, 0.0], [177.98110064004138, -38.67815861687863, 0.0], [177.98130813807686, -38.67808304966728, 0.0], [177.98157877620474, -38.67799763873895, 0.0], [177.98176908203402, -38.67793709931123, 0.0], [177.98195421116895, -38.67784580930483, 0.0], [177.98215735629307, -38.67775136721681, 0.0], [177.98234771945127, -38.677647941028674, 0.0], [177.9826569806091, -38.677506082718466, 0.0], [177.98291384258454, -38.67739743303817, 0.0], [177.98311158504606, -38.67731274973475, 0.0], [177.98326927347927, -38.677220247389194, 0.0], [177.98345858481213, -38.677145453290095, 0.0], [177.98371268641728, -38.6770845680001, 0.0], [177.983931803656, -38.6770013526378, 0.0], [177.98412430899177, -38.67692880343927, 0.0], [177.98432590455175, -38.67685586555772, 0.0], [177.9846047986404, -38.67675818297994, 0.0], [177.98478788159355, -38.6766812704782, 0.0], [177.9849132251521, -38.676604442459116, 0.0], [177.9850336642797, -38.67654450073716, 0.0], [177.9852013731105, -38.6765087454848, 0.0], [177.98537585970087, -38.67643934664427, 0.0], [177.98564869014967, -38.67634192074275, 0.0], [177.98589931731468, -38.67623114868551, 0.0], [177.986065759611, -38.67613350373827, 0.0], [177.9862131380159, -38.67606764465675, 0.0], [177.9864510907343, -38.675993149266496, 0.0], [177.98669763771835, -38.67591113882176, 0.0], [177.98681471342374, -38.67584657426297, 0.0], [177.9869972956866, -38.67576253256049, 0.0], [177.98717431292576, -38.6756858756965, 0.0], [177.98729910056085, -38.67564480506184, 0.0], [177.9874023465152, -38.675599890397976, 0.0]], "type": "LineString"}, "id": "4245", "properties": {"CPS": 4, "Date": "2015-02-02", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4245.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.477513313293457, "Proxy": 1, "Region": "Gisborne", "SHLength": 5.72954790927, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.931436331284119, "USDate": "02/02/2015"}, "type": "Feature"}, {"bbox": [177.98757313733043, -38.67552111671861, 177.9962176305331, -38.67316525971292], "geometry": {"coordinates": [[177.98757313733043, -38.67552111671861, 0.0], [177.98774155865277, -38.67545197372529, 0.0], [177.98801840340383, -38.67536866521949, 0.0], [177.9882096875386, -38.67532236811154, 0.0], [177.98848080145225, -38.675244068371164, 0.0], [177.9886850867363, -38.67516624329637, 0.0], [177.98882320482457, -38.675098394573226, 0.0], [177.98892507177436, -38.67507736161782, 0.0], [177.98909597011084, -38.675043846866366, 0.0], [177.98920240935638, -38.675001176490106, 0.0], [177.98930074998617, -38.67497314679971, 0.0], [177.9894532466433, -38.67492850647832, 0.0], [177.9897002819237, -38.67485361614175, 0.0], [177.98991178207402, -38.6747921572158, 0.0], [177.99013606355294, -38.67473968082854, 0.0], [177.99025059989842, -38.674682368745366, 0.0], [177.99041863173082, -38.674651357097524, 0.0], [177.9906365214224, -38.67459438836676, 0.0], [177.99084989242778, -38.674516170905754, 0.0], [177.99098448083197, -38.674441323469914, 0.0], [177.99106833091196, -38.67442344184508, 0.0], [177.99119763212371, -38.67440361565206, 0.0], [177.99137056529514, -38.6743557161311, 0.0], [177.99153964124483, -38.674296069373064, 0.0], [177.99168007002837, -38.67426147213039, 0.0], [177.99182826576285, -38.674207483162334, 0.0], [177.99197409276158, -38.67416312497913, 0.0], [177.99208945354377, -38.674117687872574, 0.0], [177.9921919794544, -38.67410615351552, 0.0], [177.9923383021892, -38.67406892087979, 0.0], [177.9925331056612, -38.67402961338931, 0.0], [177.99261530063828, -38.67398797746675, 0.0], [177.99272994644397, -38.6739759239726, 0.0], [177.99286227625188, -38.67395596634112, 0.0], [177.99298364210213, -38.67392694818465, 0.0], [177.99314781338919, -38.67388418585999, 0.0], [177.99328372145092, -38.673828338574424, 0.0], [177.99338927668907, -38.67381667351597, 0.0], [177.99349417012175, -38.67379550708071, 0.0], [177.993653604215, -38.67377200603105, 0.0], [177.99378157964637, -38.67373317453278, 0.0], [177.99393225426448, -38.67371481285434, 0.0], [177.99409135705332, -38.67368656058864, 0.0], [177.99423767770648, -38.67364932568685, 0.0], [177.99442608767316, -38.67360552395908, 0.0], [177.9945650365944, -38.673567174795785, 0.0], [177.9947504160674, -38.67352350228982, 0.0], [177.9949029614938, -38.67348838246403, 0.0], [177.99510685160604, -38.67344868167937, 0.0], [177.99530098941273, -38.67339986850962, 0.0], [177.99542742260877, -38.67338254286995, 0.0], [177.99555908822896, -38.67335308104016, 0.0], [177.99572612080374, -38.673307810209415, 0.0], [177.99588356657028, -38.67325580247462, 0.0], [177.99598493165257, -38.67322763771397, 0.0], [177.9961140632615, -38.67320543098078, 0.0], [177.9962176305331, -38.67316525971292, 0.0]], "type": "LineString"}, "id": "4246", "properties": {"CPS": 3, "Date": "2015-02-02", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4246.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.477513313293457, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.802472654269, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.291139228500201, "USDate": "02/02/2015"}, "type": "Feature"}, {"bbox": [177.99629304672928, -38.67313105875837, 178.00974868714295, -38.67053378322597], "geometry": {"coordinates": [[177.99629304672928, -38.67313105875837, 0.0], [177.9963990967612, -38.67312651700335, 0.0], [177.99653346032812, -38.673092173742496, 0.0], [177.99675673711232, -38.67302543341145, 0.0], [177.99694029246004, -38.67295562920041, 0.0], [177.9970450177081, -38.67293208440948, 0.0], [177.99719502713694, -38.67290421744286, 0.0], [177.99734184088163, -38.67287410477299, 0.0], [177.99749559206728, -38.67281272355909, 0.0], [177.99763199095256, -38.67276399747185, 0.0], [177.99773688120598, -38.67274282739791, 0.0], [177.99793068371906, -38.672689259475476, 0.0], [177.99811556158156, -38.67263845598092, 0.0], [177.99826441070513, -38.672593960574886, 0.0], [177.99841039525424, -38.67255197011044, 0.0], [177.99857522180395, -38.67251870176465, 0.0], [177.9986633054839, -38.67247442697164, 0.0], [177.99876246620641, -38.67245826627139, 0.0], [177.9988761142366, -38.672431955142976, 0.0], [177.99904281087868, -38.67238192922926, 0.0], [177.9991773371055, -38.67234995839298, 0.0], [177.9993411689778, -38.67230243721421, 0.0], [177.9994647344868, -38.67228761252184, 0.0], [177.9995652683322, -38.67224756832852, 0.0], [177.99965467607763, -38.672222295241056, 0.0], [177.9997314670592, -38.672190415591324, 0.0], [177.99980252935845, -38.6721635461952, 0.0], [177.99989612633505, -38.672154770172085, 0.0], [177.99994174112726, -38.67215519765643, 0.0], [178.00000806858145, -38.67214759023524, 0.0], [178.00006667965815, -38.67211648951727, 0.0], [178.00016401729096, -38.67207419940502, 0.0], [178.00025006332152, -38.67204430515436, 0.0], [178.00040260219149, -38.67200917850681, 0.0], [178.0005837835817, -38.67194900000491, 0.0], [178.0007841382295, -38.67190229375774, 0.0], [178.0010186978841, -38.671823149779435, 0.0], [178.0011914511655, -38.671772861216894, 0.0], [178.00137715229562, -38.6717339293165, 0.0], [178.00153993941234, -38.671715038634694, 0.0], [178.00163370114026, -38.67170863655972, 0.0], [178.00171737889863, -38.671688372358695, 0.0], [178.0018143361777, -38.671684215533666, 0.0], [178.00195574790152, -38.671663858306204, 0.0], [178.00207765436815, -38.67162527804219, 0.0], [178.00220831898778, -38.67158155734346, 0.0], [178.0023302251541, -38.67154297683307, 0.0], [178.00241224525817, -38.6714989592636, 0.0], [178.0024476566728, -38.67144026339438, 0.0], [178.00254063610706, -38.671379099052196, 0.0], [178.00262788704381, -38.671322945067544, 0.0], [178.0027272574127, -38.67126627132894, 0.0], [178.00281396416378, -38.671245876469435, 0.0], [178.00294159768694, -38.67120228494866, 0.0], [178.00303523932809, -38.67115062140817, 0.0], [178.00316789133856, -38.671135403170496, 0.0], [178.00326875270972, -38.67110010659341, 0.0], [178.0033750107343, -38.67105504891, 0.0], [178.00348616809748, -38.670993104251956, 0.0], [178.0036087354918, -38.670964023654804, 0.0], [178.00376496291395, -38.670938264054335, 0.0], [178.0038813045605, -38.67090706780006, 0.0], [178.00395605674944, -38.67088956723693, 0.0], [178.00402761325603, -38.670869821301594, 0.0], [178.00414428620076, -38.6708433753663, 0.0], [178.00426129060435, -38.67082167988557, 0.0], [178.0043792896181, -38.67081423598684, 0.0], [178.00448500334764, -38.67080493656369, 0.0], [178.00460068123436, -38.67076423849803, 0.0], [178.0046774681636, -38.67073235583232, 0.0], [178.004777785164, -38.67073281722556, 0.0], [178.00486493656834, -38.670736225718635, 0.0], [178.004978910644, -38.67071465952098, 0.0], [178.00511260139123, -38.67067080580638, 0.0], [178.00513032845862, -38.67062001503612, 0.0], [178.00512431410266, -38.670577389983755, 0.0], [178.00520798931174, -38.670557123425574, 0.0], [178.00530830602005, -38.67055758437782, 0.0], [178.0053865846963, -38.67054707879089, 0.0], [178.00549632255917, -38.67055190016486, 0.0], [178.00559730251894, -38.67056186198162, 0.0], [178.00570384472317, -38.67056443787647, 0.0], [178.00577888268208, -38.67059457174736, 0.0], [178.0058374448096, -38.67060635336505, 0.0], [178.0059498809324, -38.67060629374614, 0.0], [178.00607680294218, -38.67059608286685, 0.0], [178.00618620917507, -38.670596153030125, 0.0], [178.00627341139935, -38.67058288153999, 0.0], [178.006385681592, -38.670580446227206, 0.0], [178.00646076436027, -38.670567694669074, 0.0], [178.00660939264662, -38.67056369890608, 0.0], [178.006718301202, -38.67055664274987, 0.0], [178.00683530408463, -38.670534944764874, 0.0], [178.0069479058552, -38.670537259462975, 0.0], [178.00708441461708, -38.67053378322597, 0.0], [178.00720390541997, -38.67054771396761, 0.0], [178.00734091179226, -38.67055136324537, 0.0], [178.00748381195925, -38.67055237699832, 0.0], [178.00763310356763, -38.670557881018105, 0.0], [178.0078248129322, -38.670561564088494, 0.0], [178.00809821966334, -38.670568887024885, 0.0], [178.00820542534845, -38.67058096169877, 0.0], [178.00832122284112, -38.670585520264616, 0.0], [178.0084407138344, -38.670599449714864, 0.0], [178.0085837798863, -38.67060283737762, 0.0], [178.00872750963148, -38.670615725930595, 0.0], [178.00892527868544, -38.67061914701828, 0.0], [178.00904173994903, -38.670633205923195, 0.0], [178.00931977823862, -38.67065462145015, 0.0], [178.009513355827, -38.67064154477428, 0.0], [178.00963454920975, -38.67063634077007, 0.0], [178.00974868714295, -38.67061714527231, 0.0]], "type": "LineString"}, "id": "4247", "properties": {"CPS": 2, "Date": "2015-02-02", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4247.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.477513313293457, "Proxy": 1, "Region": "Gisborne", "SHLength": 1.24459484017, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.200299744210433, "USDate": "02/02/2015"}, "type": "Feature"}, {"bbox": [178.00981180808046, -38.67079739026857, 178.01322938596454, -38.670581081316435], "geometry": {"coordinates": [[178.00981180808046, -38.670581081316435, 0.0], [178.00990552438228, -38.670617557559794, 0.0], [178.00999704077503, -38.67066604014275, 0.0], [178.01009785512954, -38.670673622741134, 0.0], [178.0102722153741, -38.67068995873988, 0.0], [178.01044674165232, -38.67070866973254, 0.0], [178.0106113485554, -38.67071589454044, 0.0], [178.0107781553333, -38.67071111268577, 0.0], [178.01092325525173, -38.67070011576627, 0.0], [178.01115451837427, -38.67070447681028, 0.0], [178.01138727559416, -38.67073021470596, 0.0], [178.01162476442155, -38.67073668976905, 0.0], [178.0118326190677, -38.67075396695907, 0.0], [178.01204123728593, -38.67074738709378, 0.0], [178.01227299851638, -38.670758871663374, 0.0], [178.01248994273863, -38.670775757153464, 0.0], [178.0126998310245, -38.670778651082536, 0.0], [178.01292906068846, -38.67079739026857, 0.0], [178.013052121043, -38.670775425760596, 0.0], [178.01313529539874, -38.670748027887434, 0.0], [178.01322938596454, -38.67074636712747, 0.0]], "type": "LineString"}, "id": "4248", "properties": {"CPS": 3, "Date": "2015-02-02", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4248.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.477513313293457, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.302452730768, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.291139228500201, "USDate": "02/02/2015"}, "type": "Feature"}, {"bbox": [178.01334011136245, -38.6709459482493, 178.0162712230853, -38.67073922668463], "geometry": {"coordinates": [[178.01334011136245, -38.67073922668463, 0.0], [178.01346919074325, -38.67075988604528, 0.0], [178.01358718768296, -38.67075243288425, 0.0], [178.01374117006208, -38.670781551293345, 0.0], [178.01388016953302, -38.67081369579981, 0.0], [178.01405050393672, -38.67081590478605, 0.0], [178.01433630371173, -38.67081791556091, 0.0], [178.0144783729969, -38.67080704445641, 0.0], [178.01466788294977, -38.67082272264349, 0.0], [178.01487187752798, -38.670828248350915, 0.0], [178.0151034727263, -38.67083735199378, 0.0], [178.0153062650593, -38.670869134851216, 0.0], [178.0154993034807, -38.670891807138936, 0.0], [178.01570952395315, -38.67089944609371, 0.0], [178.01585308846458, -38.670909950482354, 0.0], [178.01604232512355, -38.67093040292661, 0.0], [178.01614347226817, -38.67094273070101, 0.0], [178.0162348652883, -38.6709459482493, 0.0], [178.0162712230853, -38.670944384961466, 0.0]], "type": "LineString"}, "id": "4249", "properties": {"CPS": 3, "Date": "2015-02-02", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4249.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.477513313293457, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.257823427795, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.291139228500201, "USDate": "02/02/2015"}, "type": "Feature"}, {"bbox": [178.0162924704364, -38.67262895592773, 178.0204917339359, -38.670900588460924], "geometry": {"coordinates": [[178.0162924704364, -38.670900588460924, 0.0], [178.01636298705515, -38.670909468311855, 0.0], [178.01648434579826, -38.67090663241834, 0.0], [178.01662421577066, -38.67090776517518, 0.0], [178.01672399502326, -38.67094397510009, 0.0], [178.01680729574218, -38.67096183447894, 0.0], [178.0169564214259, -38.670964951200375, 0.0], [178.01702170952433, -38.67098596740912, 0.0], [178.01717802020966, -38.67104833444808, 0.0], [178.01734780007263, -38.67106866853328, 0.0], [178.01752062791016, -38.67110650091519, 0.0], [178.0176449788124, -38.671146418007915, 0.0], [178.0177567118837, -38.6711797305128, 0.0], [178.01786811258833, -38.67120829243704, 0.0], [178.01796000457932, -38.67121863430186, 0.0], [178.01803961107285, -38.671227122144764, 0.0], [178.0180986737916, -38.67124602312131, 0.0], [178.01815686784093, -38.67129593240706, 0.0], [178.0182085035966, -38.67133897661415, 0.0], [178.01835423024286, -38.67138035584421, 0.0], [178.01844641767278, -38.67143833225716, 0.0], [178.01852212607517, -38.671477958414236, 0.0], [178.01863033139674, -38.67150427466051, 0.0], [178.01879357250468, -38.67153537035673, 0.0], [178.0188990806906, -38.67156656714089, 0.0], [178.01902812557105, -38.671630104594286, 0.0], [178.01911225887338, -38.67165983837337, 0.0], [178.01916366815024, -38.67167358858076, 0.0], [178.01928888899033, -38.671682495472844, 0.0], [178.01940581504826, -38.67174655388848, 0.0], [178.01953942373316, -38.671788452962666, 0.0], [178.0198219570237, -38.67187397400058, 0.0], [178.02003160842443, -38.67196024809814, 0.0], [178.02020440323085, -38.67204096066986, 0.0], [178.02028833494919, -38.672111202721716, 0.0], [178.0203627724211, -38.67226285422578, 0.0], [178.02042069430343, -38.67243904020993, 0.0], [178.0204917339359, -38.67262895592773, 0.0]], "type": "LineString"}, "id": "4250", "properties": {"CPS": 1, "Date": "2015-02-02", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4250.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.477513313293457, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.442077841551, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.119745023433832, "USDate": "02/02/2015"}, "type": "Feature"}, {"bbox": [177.941837040273, -38.710313655983896, 177.9575429778968, -38.693281479768885], "geometry": {"coordinates": [[177.941837040273, -38.710313655983896, 0.0], [177.94222064606754, -38.71025451843401, 0.0], [177.94252620200524, -38.710187966043065, 0.0], [177.9428724407395, -38.71011611515659, 0.0], [177.94313140837477, -38.709969341394434, 0.0], [177.94340807368985, -38.70981466969453, 0.0], [177.9436559756782, -38.70963977454687, 0.0], [177.9438322244195, -38.709550110102846, 0.0], [177.94394209923087, -38.70942394859094, 0.0], [177.9441756175122, -38.709238941102726, 0.0], [177.94441884089863, -38.70899634327442, 0.0], [177.94466771324213, -38.70870347432181, 0.0], [177.94489139397265, -38.70850816156069, 0.0], [177.94499377413604, -38.70847165823421, 0.0], [177.94522423535088, -38.70824246504926, 0.0], [177.94532906608393, -38.708109368866616, 0.0], [177.9455047851873, -38.70791966214186, 0.0], [177.94566049419882, -38.70773080362404, 0.0], [177.94579960672527, -38.707499764795536, 0.0], [177.94597608289433, -38.707281436082184, 0.0], [177.94608152079618, -38.707091135070655, 0.0], [177.9461670455032, -38.7068766628242, 0.0], [177.94630713939887, -38.70665987645452, 0.0], [177.94642597190406, -38.70646543349605, 0.0], [177.94662063360806, -38.706246332695045, 0.0], [177.94674573497068, -38.70607663915851, 0.0], [177.94686738993707, -38.70585706052052, 0.0], [177.94701866079177, -38.70560406282187, 0.0], [177.94723899657444, -38.705294530856406, 0.0], [177.94742369015194, -38.70499723125696, 0.0], [177.9475620539127, -38.70475550134447, 0.0], [177.9477682507259, -38.70443942089744, 0.0], [177.94799337352927, -38.7041332582372, 0.0], [177.94822205705574, -38.70381264952025, 0.0], [177.94840994363364, -38.70356167053414, 0.0], [177.94856366674944, -38.703344303517106, 0.0], [177.9487490890191, -38.70305769206648, 0.0], [177.9489868604781, -38.7027366964187, 0.0], [177.94929848488152, -38.702362535601175, 0.0], [177.94954559231482, -38.702044716427785, 0.0], [177.94971933614804, -38.70178718833029, 0.0], [177.94989861089266, -38.70154371989201, 0.0], [177.95009398829433, -38.70133530435137, 0.0], [177.95031344575997, -38.70107940912375, 0.0], [177.95045217143254, -38.70090913376108, 0.0], [177.95060048314176, -38.70074559870071, 0.0], [177.95071671853668, -38.700579851216446, 0.0], [177.9508564274775, -38.700423828276435, 0.0], [177.95107415558698, -38.70014298958365, 0.0], [177.95132776549966, -38.69985348013539, 0.0], [177.95155962373624, -38.699579188117625, 0.0], [177.95181851573435, -38.699300174405685, 0.0], [177.95205491736277, -38.69902568860316, 0.0], [177.9522153845405, -38.698840193710794, 0.0], [177.95240239341285, -38.69864285081155, 0.0], [177.95262662816893, -38.698390322382515, 0.0], [177.95282911239886, -38.69815301166885, 0.0], [177.95317019669025, -38.697809753266434, 0.0], [177.95343644535347, -38.69750540830583, 0.0], [177.95367910679212, -38.697255669157535, 0.0], [177.95387851611954, -38.697039929214924, 0.0], [177.9540999190129, -38.69681253394506, 0.0], [177.95434014943007, -38.69649803508867, 0.0], [177.95449689451166, -38.69629184910802, 0.0], [177.95463603898042, -38.69616086146633, 0.0], [177.95475694670998, -38.69598597772121, 0.0], [177.9550636961416, -38.69569599041646, 0.0], [177.95530039427288, -38.69538217583343, 0.0], [177.95558584338548, -38.69511393834969, 0.0], [177.95585901046886, -38.69488791452785, 0.0], [177.9560712569892, -38.69471510504974, 0.0], [177.95629158242454, -38.694494303360294, 0.0], [177.9564577443025, -38.694314517167676, 0.0], [177.95665178305353, -38.69415320126906, 0.0], [177.95684721320427, -38.69399003911846, 0.0], [177.95704132764405, -38.69380787313899, 0.0], [177.95727049878587, -38.69360515764193, 0.0], [177.9574115317394, -38.69344668871291, 0.0], [177.9574992480001, -38.69335242865497, 0.0], [177.9575429778968, -38.693281479768885, 0.0]], "type": "LineString"}, "id": "4258", "properties": {"CPS": 4, "Date": "2011-09-19", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4258.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.5, "Proxy": 1, "Region": "Gisborne", "SHLength": 2.37724651584, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.935183128869475, "USDate": "09/19/2011"}, "type": "Feature"}, {"bbox": [177.95755971821006, -38.693040143056244, 177.9873088197311, -38.6756051076555], "geometry": {"coordinates": [[177.95755971821006, -38.693040143056244, 0.0], [177.9576903807842, -38.69303935482248, 0.0], [177.95793127077476, -38.6928742589119, 0.0], [177.95827354955006, -38.69259287893395, 0.0], [177.95855882263064, -38.69236633458518, 0.0], [177.9588276238085, -38.69212143036857, 0.0], [177.95906202450442, -38.69190657711755, 0.0], [177.95933704859786, -38.69166378967774, 0.0], [177.95957537069089, -38.69141779719138, 0.0], [177.95977569770722, -38.691237745233686, 0.0], [177.9599055124057, -38.69113692870594, 0.0], [177.96015851453402, -38.690971313433096, 0.0], [177.96037570875262, -38.69077148388308, 0.0], [177.96055662460435, -38.69061846275678, 0.0], [177.96073704632028, -38.690458315100074, 0.0], [177.9609641523713, -38.690269975142826, 0.0], [177.9611607135139, -38.69012343505448, 0.0], [177.96138831081308, -38.68994222069943, 0.0], [177.9616064854116, -38.68975664184528, 0.0], [177.9618604412634, -38.68951712730303, 0.0], [177.96208787038412, -38.68933353638464, 0.0], [177.96229892283083, -38.68917684836168, 0.0], [177.9624416760791, -38.68908739089412, 0.0], [177.96271275503426, -38.688875735285286, 0.0], [177.96291790763823, -38.6887216796109, 0.0], [177.96309275129906, -38.688568913094635, 0.0], [177.96323310375396, -38.68840093683765, 0.0], [177.96340073268502, -38.68823179987799, 0.0], [177.9635622301212, -38.68810580721805, 0.0], [177.96378081814083, -38.687970237834705, 0.0], [177.96402414512505, -38.68784076261732, 0.0], [177.9642555126977, -38.687714178264365, 0.0], [177.96456828477045, -38.68753409823115, 0.0], [177.96490840033647, -38.68730997002576, 0.0], [177.96520657722283, -38.687094773176284, 0.0], [177.96540025473547, -38.68695073144531, 0.0], [177.96558246696185, -38.68681670713098, 0.0], [177.96576342963235, -38.68662079274784, 0.0], [177.9659571725645, -38.686433863750345, 0.0], [177.9662447013827, -38.68624055946003, 0.0], [177.96650422647465, -38.68608180062583, 0.0], [177.96682630953242, -38.68586081721282, 0.0], [177.96721849223263, -38.685598729403466, 0.0], [177.9675139535984, -38.68538840740179, 0.0], [177.96773153763976, -38.68523857914709, 0.0], [177.96800284889292, -38.685074550369684, 0.0], [177.96826285972236, -38.68492291435767, 0.0], [177.96861770839357, -38.68473626707533, 0.0], [177.9689261078619, -38.68453730269581, 0.0], [177.96916391228243, -38.68437231608744, 0.0], [177.96936528256202, -38.684251764593775, 0.0], [177.96956599330645, -38.68412171118188, 0.0], [177.96983327704265, -38.683943555361886, 0.0], [177.97017671861215, -38.68372403559732, 0.0], [177.97045226729608, -38.683533614197096, 0.0], [177.97078694278176, -38.68331923104397, 0.0], [177.97105840420696, -38.68315757145656, 0.0], [177.97126092105916, -38.683053644891714, 0.0], [177.97159806332672, -38.68287489065965, 0.0], [177.97195091524716, -38.6826597296762, 0.0], [177.97214268991198, -38.68253243527759, 0.0], [177.97256138541047, -38.682302554082355, 0.0], [177.97286788618143, -38.68212033755243, 0.0], [177.9730842311947, -38.68199675913301, 0.0], [177.97342185811098, -38.68182512640339, 0.0], [177.97383293724783, -38.681617007252115, 0.0], [177.9740622250149, -38.68150478734345, 0.0], [177.97436717156032, -38.68134407502838, 0.0], [177.97460676586263, -38.68120520803363, 0.0], [177.9748593052862, -38.68107770061342, 0.0], [177.97532327446206, -38.68084349675962, 0.0], [177.97564909828287, -38.680677125995615, 0.0], [177.97593364913578, -38.68052919168438, 0.0], [177.97613262584085, -38.68041826069021, 0.0], [177.9763356217757, -38.68032145241195, 0.0], [177.97656638541756, -38.680230606510705, 0.0], [177.97675340362295, -38.68012256703686, 0.0], [177.97703706356512, -38.680005639512615, 0.0], [177.97729295433768, -38.6798827488368, 0.0], [177.9775678511424, -38.679770958758645, 0.0], [177.97785222916056, -38.67962064487027, 0.0], [177.97807748356553, -38.67949429492667, 0.0], [177.97831094247326, -38.67939856582644, 0.0], [177.9785376801189, -38.67929359344803, 0.0], [177.97873864693577, -38.67921481802836, 0.0], [177.9789581072125, -38.67913636197274, 0.0], [177.97917822696476, -38.67906740701716, 0.0], [177.97944342030718, -38.678956026778415, 0.0], [177.97975555873492, -38.67881167072654, 0.0], [177.9800756315953, -38.6786502982715, 0.0], [177.98040765912313, -38.6784860321977, 0.0], [177.98065780764793, -38.678368144314774, 0.0], [177.9808134617878, -38.67829002650469, 0.0], [177.98108801622857, -38.67817347813775, 0.0], [177.98135568384856, -38.678045311145546, 0.0], [177.98170704252195, -38.677896892936175, 0.0], [177.98194919264972, -38.677838904178124, 0.0], [177.98214120724757, -38.677759231900055, 0.0], [177.9823032490022, -38.677685604190216, 0.0], [177.98263879003795, -38.67755453563638, 0.0], [177.98287813118347, -38.67745616398182, 0.0], [177.98317813451422, -38.677312317333154, 0.0], [177.98347370275982, -38.67714840890718, 0.0], [177.9837420224231, -38.67702973837401, 0.0], [177.98394257021656, -38.67698543481473, 0.0], [177.9841143018841, -38.67696380369431, 0.0], [177.98426184913401, -38.67690032220914, 0.0], [177.98439804645778, -38.676839707875175, 0.0], [177.98454746724784, -38.6767594691297, 0.0], [177.98468068845594, -38.67670851126778, 0.0], [177.98482906047678, -38.67665690588702, 0.0], [177.98507274687702, -38.67657740343997, 0.0], [177.98522216630062, -38.67649716391293, 0.0], [177.98540910398003, -38.67643199778196, 0.0], [177.98551037008616, -38.67635858045858, 0.0], [177.98569675488022, -38.67632917362447, 0.0], [177.98584584262517, -38.67624418268017, 0.0], [177.98598275283027, -38.676202595338914, 0.0], [177.98619321314638, -38.67616977636461, 0.0], [177.98624379116646, -38.67611043686482, 0.0], [177.9864565113051, -38.676022725465764, 0.0], [177.98672162586513, -38.675901802831326, 0.0], [177.98695219520485, -38.67580856277973, 0.0], [177.9871346119493, -38.67572214553533, 0.0], [177.98723416700102, -38.67566785916782, 0.0], [177.9873088197311, -38.6756051076555, 0.0]], "type": "LineString"}, "id": "4259", "properties": {"CPS": 4, "Date": "2011-09-19", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4259.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.5, "Proxy": 1, "Region": "Gisborne", "SHLength": 3.27626483363, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.935183128869475, "USDate": "09/19/2011"}, "type": "Feature"}, {"bbox": [177.9874222605691, -38.67545369348078, 178.00511050136882, -38.67059254295977], "geometry": {"coordinates": [[177.9874222605691, -38.675357252581364, 0.0], [177.98753090377105, -38.675433609816245, 0.0], [177.98772984587055, -38.67545369348078, 0.0], [177.98793358154046, -38.675411629289734, 0.0], [177.98827945777512, -38.67531583909894, 0.0], [177.9886066563757, -38.67521369934738, 0.0], [177.98888873276513, -38.675118253071865, 0.0], [177.98905963122, -38.67508473836627, 0.0], [177.98925818571706, -38.67501192219028, 0.0], [177.98944880664666, -38.67495612182011, 0.0], [177.98970966998078, -38.674861580827184, 0.0], [177.9898910344588, -38.6748037932395, 0.0], [177.99008804510845, -38.6747524833537, 0.0], [177.9901812055126, -38.674693703247144, 0.0], [177.99032769607678, -38.674658848323446, 0.0], [177.9904472463478, -38.674629910433296, 0.0], [177.9906109250572, -38.674580025487515, 0.0], [177.99073119019505, -38.67451770307171, 0.0], [177.9908588381364, -38.67447412393454, 0.0], [177.9909948611306, -38.67446354002409, 0.0], [177.99114338861094, -38.67441430252546, 0.0], [177.99136397620657, -38.674352452227744, 0.0], [177.99153371366876, -38.67430230679044, 0.0], [177.9917632253335, -38.67423769152477, 0.0], [177.99192640588518, -38.67418067886833, 0.0], [177.99206363875206, -38.674143835516674, 0.0], [177.9922099616461, -38.67410660303283, 0.0], [177.99238641955432, -38.67406569840931, 0.0], [177.99259251614868, -38.67401399554227, 0.0], [177.9927842892356, -38.67397481732001, 0.0], [177.9929682953182, -38.673955030414994, 0.0], [177.99312960205938, -38.67391477311264, 0.0], [177.99322964593568, -38.67386760804345, 0.0], [177.99337442639867, -38.6738518817517, 0.0], [177.99353220625682, -38.673804627648266, 0.0], [177.99373929376003, -38.673767174776344, 0.0], [177.99389167487996, -38.67372968088932, 0.0], [177.99406372515816, -38.67371278644296, 0.0], [177.9942001284661, -38.6736640641114, 0.0], [177.99436865202944, -38.67364017298596, 0.0], [177.99454108435677, -38.67358514306351, 0.0], [177.99472409578544, -38.6735511015812, 0.0], [177.99493068525751, -38.67350652073127, 0.0], [177.99508995254095, -38.6734806424727, 0.0], [177.9952271820708, -38.67344379558698, 0.0], [177.995402974161, -38.67339338535473, 0.0], [177.99555805240078, -38.673351009027975, 0.0], [177.9957708661632, -38.67330854258316, 0.0], [177.9959560785206, -38.673262492937404, 0.0], [177.99617125961498, -38.673210394792335, 0.0], [177.9962659023749, -38.67317298807401, 0.0], [177.99645144505473, -38.67313168830535, 0.0], [177.99663296425464, -38.67307626616852, 0.0], [177.9968119497889, -38.67302809947061, 0.0], [177.9969783184376, -38.67297332571004, 0.0], [177.99714551458874, -38.67293042826799, 0.0], [177.99730125281351, -38.67289755098306, 0.0], [177.9974681174167, -38.67284990248799, 0.0], [177.99767624250237, -38.67278380946167, 0.0], [177.99794243346122, -38.672722375730274, 0.0], [177.99828877723593, -38.672633683446065, 0.0], [177.99851508060036, -38.672566810130675, 0.0], [177.99884660043296, -38.672457309762905, 0.0], [177.99909075112728, -38.67238490583231, 0.0], [177.9992951806476, -38.67230943872908, 0.0], [177.9995910050519, -38.67223720184944, 0.0], [177.99985267119828, -38.67215451614859, 0.0], [178.00013268196867, -38.67207342604072, 0.0], [178.00037010730452, -38.67199177812895, 0.0], [178.00067568150382, -38.671928650238144, 0.0], [178.0008535011508, -38.67186385062759, 0.0], [178.0010764379395, -38.67179235193842, 0.0], [178.00131958955484, -38.67170569186857, 0.0], [178.00153106842188, -38.67164421309835, 0.0], [178.0017846342355, -38.671576164778514, 0.0], [178.00197776709308, -38.67151308936012, 0.0], [178.0022527539798, -38.67140362089656, 0.0], [178.0024814160435, -38.67132710929839, 0.0], [178.00280168397123, -38.67121331556836, 0.0], [178.0030322144534, -38.67112004602741, 0.0], [178.00325311097254, -38.671062925116615, 0.0], [178.00349878968964, -38.670969005034536, 0.0], [178.003704701681, -38.67091490832348, 0.0], [178.00382390743076, -38.670881206893846, 0.0], [178.00404343028256, -38.67084796736509, 0.0], [178.00420015456515, -38.670829333057696, 0.0], [178.00427661021078, -38.6707927000741, 0.0], [178.00441917965824, -38.67078896699452, 0.0], [178.0044811489614, -38.67076248484921, 0.0], [178.0045754519678, -38.67072032130777, 0.0], [178.0046858989018, -38.67069175951883, 0.0], [178.00484394895986, -38.67069212662694, 0.0], [178.00491467597516, -38.670660503772055, 0.0], [178.00498755834178, -38.67065975952263, 0.0], [178.00505625021987, -38.67064251825033, 0.0], [178.00511050136882, -38.67059254295977, 0.0]], "type": "LineString"}, "id": "4260", "properties": {"CPS": 3, "Date": "2011-09-19", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4260.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.5, "Proxy": 1, "Region": "Gisborne", "SHLength": 1.64839414527, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.295931183637698, "USDate": "09/19/2011"}, "type": "Feature"}, {"bbox": [178.00511405249054, -38.67127971626412, 178.01791002421243, -38.67052339663568], "geometry": {"coordinates": [[178.00511405249054, -38.670565052651014, 0.0], [178.00514336524432, -38.67054092412035, 0.0], [178.00518931042956, -38.670546100174626, 0.0], [178.00523303976755, -38.67054565353204, 0.0], [178.0052802059514, -38.67054220055163, 0.0], [178.00533616321675, -38.670534082080216, 0.0], [178.00544361886747, -38.6705323307186, 0.0], [178.00551491529825, -38.67053498953374, 0.0], [178.00553732715875, -38.6705426045723, 0.0], [178.00558521680696, -38.67052339663568, 0.0], [178.00565661271827, -38.67052748053111, 0.0], [178.00573386034003, -38.670537031048184, 0.0], [178.00576920028496, -38.67056267400349, 0.0], [178.00584532652567, -38.67058227860867, 0.0], [178.00597063587043, -38.67060120222986, 0.0], [178.00613999996455, -38.670598223233895, 0.0], [178.00629110328543, -38.67057744492786, 0.0], [178.00642425069606, -38.67056934892188, 0.0], [178.0066161261002, -38.6705754092595, 0.0], [178.00684925829347, -38.67056302195981, 0.0], [178.00711621623432, -38.670556329623366, 0.0], [178.0073997586342, -38.67056083681083, 0.0], [178.00768572486697, -38.67056523926451, 0.0], [178.00785875751998, -38.670562576771374, 0.0], [178.00797169105866, -38.67056964101342, 0.0], [178.0081914984901, -38.67058402929285, 0.0], [178.0084744348156, -38.67058855986379, 0.0], [178.00865165865952, -38.67060239298966, 0.0], [178.00881879746512, -38.670602364484616, 0.0], [178.00902582191137, -38.67060777042797, 0.0], [178.00910977724664, -38.670608930560306, 0.0], [178.00918685064627, -38.670624680456434, 0.0], [178.00937046616363, -38.67064300282181, 0.0], [178.00948593180541, -38.67064280968919, 0.0], [178.00961015502972, -38.67063747561227, 0.0], [178.0096795093017, -38.670629732741205, 0.0], [178.00977222985676, -38.670651957513705, 0.0], [178.00981867313374, -38.67066425750218, 0.0], [178.00988499756141, -38.670656644614944, 0.0], [178.01000652283497, -38.67065619074806, 0.0], [178.0101866107503, -38.67066751613308, 0.0], [178.01034014419653, -38.670672834488805, 0.0], [178.01055945398036, -38.67068009246305, 0.0], [178.01077556794002, -38.67068510489338, 0.0], [178.01101691653204, -38.67070332737229, 0.0], [178.01122647281855, -38.67070147346015, 0.0], [178.01147877868223, -38.670702547598054, 0.0], [178.01172216103637, -38.67070638691255, 0.0], [178.01188202802038, -38.67070666636743, 0.0], [178.0120710394881, -38.670715223073564, 0.0], [178.01221410545895, -38.67071860624793, 0.0], [178.01234169020864, -38.6707178895998, 0.0], [178.01256656141598, -38.67071775766689, 0.0], [178.0127343641095, -38.67072722453164, 0.0], [178.0129723509472, -38.670740822592784, 0.0], [178.0132073080002, -38.67075455035596, 0.0], [178.01330646174952, -38.670738377643296, 0.0], [178.0134712346525, -38.67074797363315, 0.0], [178.01359727519107, -38.67074255718858, 0.0], [178.01369505987668, -38.67075026684365, 0.0], [178.01391486784271, -38.67076464420234, 0.0], [178.01410354714184, -38.67076844708726, 0.0], [178.0143045118106, -38.67077410401991, 0.0], [178.01443595677839, -38.670785131078475, 0.0], [178.01453121007117, -38.670800095984596, 0.0], [178.0146441439421, -38.67080715368453, 0.0], [178.0148393899919, -38.67082663508825, 0.0], [178.0150526401486, -38.67083414500971, 0.0], [178.01525443560814, -38.6708516765008, 0.0], [178.01546851654547, -38.67087106186438, 0.0], [178.01565869133267, -38.67089623937907, 0.0], [178.01589987462145, -38.67091207636279, 0.0], [178.0161050325079, -38.670934226565876, 0.0], [178.01626323760723, -38.670910747575476, 0.0], [178.01641825668443, -38.6709112292078, 0.0], [178.01654920341747, -38.67091512812662, 0.0], [178.01663387200765, -38.670909104974164, 0.0], [178.01673448222272, -38.67095719107736, 0.0], [178.01689016612153, -38.67096717302253, 0.0], [178.0170189141156, -38.67098307787766, 0.0], [178.01709528613392, -38.671032205994344, 0.0], [178.01717655444443, -38.671064446806994, 0.0], [178.01726574880996, -38.671079670008375, 0.0], [178.01740369669557, -38.67112281442387, 0.0], [178.017540166854, -38.671162210412774, 0.0], [178.0176857266094, -38.671201215296364, 0.0], [178.017782476904, -38.67123755456148, 0.0], [178.01791002421243, -38.67127971626412, 0.0]], "type": "LineString"}, "id": "4261", "properties": {"CPS": 2, "Date": "2011-09-19", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4261.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.5, "Proxy": 1, "Region": "Gisborne", "SHLength": 1.13223500116, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.205289096694581, "USDate": "09/19/2011"}, "type": "Feature"}, {"bbox": [178.01809164730747, -38.67263395123846, 178.02047733446167, -38.671269521820015], "geometry": {"coordinates": [[178.01809164730747, -38.671269521820015, 0.0], [178.01817238006464, -38.6713375206931, 0.0], [178.01826863202072, -38.67136673382943, 0.0], [178.01839887712424, -38.67140401417114, 0.0], [178.0184621336541, -38.671439411232804, 0.0], [178.01851210715995, -38.67145870297758, 0.0], [178.01858968165484, -38.67148157213902, 0.0], [178.0187398058181, -38.67149893787855, 0.0], [178.01885809830608, -38.67153911426261, 0.0], [178.01899100428315, -38.671614397565186, 0.0], [178.0190638495848, -38.671656528912145, 0.0], [178.01916441791946, -38.67167793196469, 0.0], [178.01931940148572, -38.67172129407468, 0.0], [178.0194422577182, -38.67173983205997, 0.0], [178.0195974078416, -38.67178556900616, 0.0], [178.01966099783786, -38.671825715805646, 0.0], [178.01974546418467, -38.67186019954581, 0.0], [178.01988276828942, -38.67191146873363, 0.0], [178.020083662954, -38.672002884287444, 0.0], [178.02021270957263, -38.67206642030171, 0.0], [178.02031748148679, -38.67217388363238, 0.0], [178.0203648528254, -38.67228619938537, 0.0], [178.02042733755925, -38.67244074758389, 0.0], [178.02046877985606, -38.67259858366825, 0.0], [178.02047733446167, -38.67263395123846, 0.0]], "type": "LineString"}, "id": "4262", "properties": {"CPS": 1, "Date": "2011-09-19", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4262.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.5, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.276130069732, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.124923528035774, "USDate": "09/19/2011"}, "type": "Feature"}, {"bbox": [177.94098248522985, -38.71042686678076, 177.9873936887348, -38.67569168537656], "geometry": {"coordinates": [[177.94098248522985, -38.71042686678076, 0.0], [177.9412546121764, -38.71040461771232, 0.0], [177.94152169933793, -38.71037543420886, 0.0], [177.94179210436158, -38.71032824122942, 0.0], [177.9419622130042, -38.71028172358425, 0.0], [177.9420982739369, -38.71020448542266, 0.0], [177.9423013250223, -38.710238765602845, 0.0], [177.9426347845126, -38.71024607737351, 0.0], [177.94292608461674, -38.7102373065541, 0.0], [177.94317497920272, -38.71020889024126, 0.0], [177.94329936333946, -38.710160734824505, 0.0], [177.94340789020808, -38.71008108844167, 0.0], [177.9434682338462, -38.709964173902385, 0.0], [177.94345532225375, -38.709843216812395, 0.0], [177.9434066410613, -38.709666597220874, 0.0], [177.94340835666262, -38.70955931481117, 0.0], [177.94349217626126, -38.70945212626843, 0.0], [177.94365242020407, -38.70932883333265, 0.0], [177.94380113631544, -38.70923676224604, 0.0], [177.94394702649387, -38.70916982635204, 0.0], [177.94412782136487, -38.709079968795955, 0.0], [177.94433749679214, -38.708946002851874, 0.0], [177.94448633011223, -38.708789600156464, 0.0], [177.94475929710387, -38.70858147734657, 0.0], [177.94487826406518, -38.70845492956494, 0.0], [177.94509174562373, -38.70831008000396, 0.0], [177.94525178831148, -38.70819715710565, 0.0], [177.94536141257348, -38.70806743131581, 0.0], [177.9453692676791, -38.70791700477702, 0.0], [177.9454342722747, -38.707735565920316, 0.0], [177.94557167294042, -38.70761180956179, 0.0], [177.94571178009892, -38.70752724848813, 0.0], [177.9457841662583, -38.70745270609658, 0.0], [177.94590521618687, -38.7072903324779, 0.0], [177.94596031292755, -38.707110742951045, 0.0], [177.94602433108108, -38.70691505102188, 0.0], [177.94609204043329, -38.70677280734909, 0.0], [177.94616884447984, -38.70663017798017, 0.0], [177.94630698018557, -38.70651711061486, 0.0], [177.94650423233554, -38.70640153609849, 0.0], [177.94663474891362, -38.70631023339578, 0.0], [177.94679315914757, -38.7061605691234, 0.0], [177.94690596537117, -38.70594493937685, 0.0], [177.94698866207804, -38.70575560211344, 0.0], [177.94702770584624, -38.70559456125972, 0.0], [177.94714763627232, -38.70535003993354, 0.0], [177.94724618919525, -38.70519219287469, 0.0], [177.94739119990228, -38.70504666984434, 0.0], [177.94755169171515, -38.704861179813726, 0.0], [177.94772633632815, -38.704629703861734, 0.0], [177.94795712177168, -38.70440549505762, 0.0], [177.94812178181311, -38.70414835444574, 0.0], [177.94822597915947, -38.703940236065215, 0.0], [177.94832858289683, -38.7037750690301, 0.0], [177.94843904977154, -38.703591700071996, 0.0], [177.94872323889004, -38.703124002800315, 0.0], [177.94893484295696, -38.702886311403795, 0.0], [177.94908697052466, -38.70271189526563, 0.0], [177.94934440546018, -38.702411506544095, 0.0], [177.9495277375846, -38.70216071915922, 0.0], [177.9497008743609, -38.70196039524877, 0.0], [177.94992573557042, -38.70165066662833, 0.0], [177.95021167736218, -38.70136693467196, 0.0], [177.95036944530622, -38.701142246522444, 0.0], [177.95058911927705, -38.700863112897, 0.0], [177.9508027951483, -38.7005895939444, 0.0], [177.951048412534, -38.70025039318951, 0.0], [177.9512463598895, -38.700013277582165, 0.0], [177.9514301723779, -38.699769614369465, 0.0], [177.95160698334416, -38.699556624117925, 0.0], [177.95178895605835, -38.699352348617886, 0.0], [177.95198788395638, -38.699129484818144, 0.0], [177.95228077925165, -38.69878827459083, 0.0], [177.95244001362713, -38.6985849635119, 0.0], [177.9525859865013, -38.69845368824083, 0.0], [177.95272138692258, -38.69830141980858, 0.0], [177.95286821019798, -38.69811650338913, 0.0], [177.95293319989037, -38.69800117401029, 0.0], [177.9530885108171, -38.69787307529928, 0.0], [177.95325020477074, -38.697705395231765, 0.0], [177.95338732711545, -38.69757806849207, 0.0], [177.95354091161204, -38.69742502699831, 0.0], [177.95369756392557, -38.697250413155466, 0.0], [177.95393814085384, -38.697036498488906, 0.0], [177.95409983100635, -38.696868817482354, 0.0], [177.95427639285924, -38.69671837286907, 0.0], [177.95442296266677, -38.696529891757166, 0.0], [177.95456720283627, -38.69637367223649, 0.0], [177.9546982950097, -38.69622515830672, 0.0], [177.95477165906766, -38.69609910872169, 0.0], [177.95493003074247, -38.6959494358269, 0.0], [177.9550559711679, -38.695858318679065, 0.0], [177.9552219564219, -38.69568688012916, 0.0], [177.95536066068925, -38.69551660027951, 0.0], [177.95552001575592, -38.69538117943724, 0.0], [177.9558215233208, -38.69512536255846, 0.0], [177.95606134748303, -38.694900754830044, 0.0], [177.9562624688674, -38.69470995385385, 0.0], [177.95640816685682, -38.69450899972318, 0.0], [177.95661101184925, -38.69434314045599, 0.0], [177.95678731582194, -38.694189129585375, 0.0], [177.95694187216307, -38.694050337179995, 0.0], [177.95721510351385, -38.693781423901534, 0.0], [177.9574152325935, -38.69357636866005, 0.0], [177.95763428641703, -38.69338122973183, 0.0], [177.95774335823086, -38.693283679464294, 0.0], [177.95781952506323, -38.69319824853324, 0.0], [177.95795871175622, -38.69303509259496, 0.0], [177.95817800906414, -38.692843516001496, 0.0], [177.95841623096695, -38.69266185553368, 0.0], [177.95861872091052, -38.6924910049652, 0.0], [177.95884661454105, -38.692291914489374, 0.0], [177.9590439147659, -38.692111992370656, 0.0], [177.959285198744, -38.691908758202345, 0.0], [177.95945571149176, -38.69173712153369, 0.0], [177.95957511926562, -38.691617688378216, 0.0], [177.95972254507853, -38.691507784788676, 0.0], [177.95985079820687, -38.69138440164898, 0.0], [177.96006222596466, -38.69121102451173, 0.0], [177.9602738993663, -38.691041210206116, 0.0], [177.96038139220533, -38.69094729839451, 0.0], [177.96057917829813, -38.690774500448036, 0.0], [177.9607376250443, -38.69062624640813, 0.0], [177.96091514461295, -38.69049004615868, 0.0], [177.96104265381302, -38.69035597250611, 0.0], [177.96123737061512, -38.69020474587096, 0.0], [177.96141943450482, -38.690068351625214, 0.0], [177.96161009686384, -38.68992444411576, 0.0], [177.96173982432833, -38.68982243814199, 0.0], [177.9618637714704, -38.6897028097066, 0.0], [177.962067824055, -38.68955475829592, 0.0], [177.96222211359452, -38.689412397008226, 0.0], [177.9624079795766, -38.689265118651065, 0.0], [177.96253377536448, -38.68917221318506, 0.0], [177.9627052610555, -38.68901482521104, 0.0], [177.96285821002516, -38.68891897744188, 0.0], [177.96303621488312, -38.68878990075594, 0.0], [177.96319305972244, -38.688658150450635, 0.0], [177.96334378609689, -38.68853023390655, 0.0], [177.96347252136133, -38.68841397377466, 0.0], [177.96367681373067, -38.68826948312134, 0.0], [177.96389501686053, -38.68810641289743, 0.0], [177.96408738335822, -38.687943369635775, 0.0], [177.96425526953522, -38.68782186903661, 0.0], [177.96448041050388, -38.68769316679406, 0.0], [177.9646302672247, -38.68760102203438, 0.0], [177.9648869347254, -38.68744477066712, 0.0], [177.965082424198, -38.68732685896869, 0.0], [177.96529313487608, -38.68716541547343, 0.0], [177.96544072372876, -38.68705811873681, 0.0], [177.965591902486, -38.68695876925114, 0.0], [177.96573840409926, -38.68683579444529, 0.0], [177.9659148831466, -38.686706778520225, 0.0], [177.96607179268867, -38.68660241964259, 0.0], [177.96622550644884, -38.68649581418962, 0.0], [177.9662894957554, -38.68644544161131, 0.0], [177.96640726679126, -38.68639039694257, 0.0], [177.96648514472864, -38.68632990329221, 0.0], [177.96656621785039, -38.68627165598183, 0.0], [177.96671502116558, -38.68618193592404, 0.0], [177.96684547536393, -38.68609061450693, 0.0], [177.96705733084107, -38.685945796185116, 0.0], [177.96723429919928, -38.68582390478425, 0.0], [177.96733362217452, -38.68572199629903, 0.0], [177.96748914327645, -38.68564151893204, 0.0], [177.96763198155847, -38.68555348120827, 0.0], [177.96776128080708, -38.68544553104566, 0.0], [177.96786191980357, -38.68536262546311, 0.0], [177.96799859697012, -38.68527342022944, 0.0], [177.96810809608965, -38.68523063828042, 0.0], [177.9682303972871, -38.685118220809095, 0.0], [177.9684602661171, -38.68497025047221, 0.0], [177.96858817925468, -38.684886182679094, 0.0], [177.968720110825, -38.68481623812003, 0.0], [177.96893515394822, -38.684673663186935, 0.0], [177.96907182841625, -38.68458445686244, 0.0], [177.96920949074135, -38.68450950282598, 0.0], [177.96940176949613, -38.68438933852858, 0.0], [177.96960010878098, -38.68426891574973, 0.0], [177.96983040021422, -38.684127119109355, 0.0], [177.969993359384, -38.68402249745413, 0.0], [177.97016695781778, -38.683895980525186, 0.0], [177.97027816611745, -38.68383406442985, 0.0], [177.97039698330846, -38.68375038227096, 0.0], [177.97050940961222, -38.68366220745741, 0.0], [177.97064222584808, -38.68356125166247, 0.0], [177.97078479235842, -38.68346940994371, 0.0], [177.97096306609464, -38.68336651685939, 0.0], [177.97115583299768, -38.68325347624338, 0.0], [177.97130574335242, -38.68313606733316, 0.0], [177.9714753534454, -38.68308357347764, 0.0], [177.9716330705453, -38.68299108511011, 0.0], [177.97183476212012, -38.6828752806521, 0.0], [177.97204537979843, -38.68275671300657, 0.0], [177.9722432155457, -38.68262916011466, 0.0], [177.97243041170674, -38.68252350215886, 0.0], [177.97262752281262, -38.68242933337495, 0.0], [177.9727870497705, -38.68236297295084, 0.0], [177.97293633125284, -38.682280372135175, 0.0], [177.9730820050365, -38.68218958646744, 0.0], [177.97320819563646, -38.68212464657839, 0.0], [177.97336001211957, -38.68203478992057, 0.0], [177.9735505651115, -38.681933751955874, 0.0], [177.97369009401137, -38.68184203632377, 0.0], [177.97385992723278, -38.681749028491424, 0.0], [177.9739916827052, -38.681676703271144, 0.0], [177.97415021751118, -38.6815960888408, 0.0], [177.9743742146844, -38.68148647632496, 0.0], [177.9745566624921, -38.68140007687371, 0.0], [177.9747205974353, -38.681309701757094, 0.0], [177.97495192390232, -38.68118309871106, 0.0], [177.97519922608177, -38.68106772598635, 0.0], [177.9753928041501, -38.68096655610027, 0.0], [177.97563321950454, -38.68083956411857, 0.0], [177.97583852221086, -38.68073217565608, 0.0], [177.97602129598255, -38.680650524910625, 0.0], [177.97614043074816, -38.680571588419646, 0.0], [177.9762903640225, -38.680498485314644, 0.0], [177.97642260931855, -38.68043328378981, 0.0], [177.976510882655, -38.680391399618244, 0.0], [177.97665287841028, -38.68033531156289, 0.0], [177.97691246116182, -38.680221793846556, 0.0], [177.97713248311746, -38.68010758095416, 0.0], [177.97723982405304, -38.68003391137277, 0.0], [177.97735536978013, -38.679990863022695, 0.0], [177.97744568267578, -38.679934596661305, 0.0], [177.97766288741286, -38.67985862162376, 0.0], [177.97778603906607, -38.679793806603854, 0.0], [177.97791189093257, -38.67972411141285, 0.0], [177.97803570196874, -38.67966879765694, 0.0], [177.97827194438534, -38.67956937622607, 0.0], [177.97843162415546, -38.679505384190506, 0.0], [177.97858777833076, -38.679434395158694, 0.0], [177.97872492518513, -38.67935230503053, 0.0], [177.97883407814112, -38.679304763248396, 0.0], [177.97900538313513, -38.67923312707048, 0.0], [177.97927636197778, -38.67912626509923, 0.0], [177.97941736275988, -38.679055921755214, 0.0], [177.97963059602307, -38.6789753478272, 0.0], [177.97980074421554, -38.67888708300101, 0.0], [177.97996835672532, -38.678806073412765, 0.0], [177.98015382065344, -38.67871953671103, 0.0], [177.9802714023943, -38.67866210415559, 0.0], [177.9804098660052, -38.678599015194514, 0.0], [177.98055979040538, -38.67852590713945, 0.0], [177.98068310198292, -38.67846346473772, 0.0], [177.98085539320516, -38.67840607827803, 0.0], [177.98103495939654, -38.67832217442846, 0.0], [177.98119806256477, -38.67823754379812, 0.0], [177.9813816485711, -38.67816776226053, 0.0], [177.98154148717563, -38.678106141704816, 0.0], [177.9817132815146, -38.678041627989906, 0.0], [177.9819164275304, -38.677947186266216, 0.0], [177.98204833237017, -38.677877228264734, 0.0], [177.98217230177983, -38.67782428588355, 0.0], [177.98233770408817, -38.6777552794283, 0.0], [177.98263757091965, -38.677626925621496, 0.0], [177.98286446108168, -38.677524320948834, 0.0], [177.98307515050848, -38.67745099675897, 0.0], [177.98321834856603, -38.67736864304918, 0.0], [177.98333102080917, -38.677328094073125, 0.0], [177.98361900898368, -38.677230025332875, 0.0], [177.9837756479526, -38.677166156061716, 0.0], [177.98389168002703, -38.677130227843264, 0.0], [177.98408082522334, -38.67705305743673, 0.0], [177.98426374439546, -38.676973770320835, 0.0], [177.98442258658045, -38.6768978940274, 0.0], [177.98472737657988, -38.67677051584391, 0.0], [177.98498235842467, -38.676678618905186, 0.0], [177.98513006940482, -38.676617511758224, 0.0], [177.98537259895744, -38.676521381267534, 0.0], [177.98562118819672, -38.67642499132245, 0.0], [177.9858702723322, -38.676335726932486, 0.0], [177.98608315885244, -38.67625039148982, 0.0], [177.98631169136107, -38.676171534164816, 0.0], [177.98647609406035, -38.6760882702633, 0.0], [177.9866547649847, -38.67603536755135, 0.0], [177.98680197734242, -38.67596713242874, 0.0], [177.9870204261223, -38.675874410334316, 0.0], [177.987185818704, -38.67580539758704, 0.0], [177.9873417899942, -38.67573202255651, 0.0], [177.9873936887348, -38.67569168537656, 0.0]], "type": "LineString"}, "id": "4265", "properties": {"CPS": 4, "Date": "2021-09-28", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4265.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.5, "Proxy": 1, "Region": "Gisborne", "SHLength": 5.78371304093, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.935183128869475, "USDate": "09/28/2021"}, "type": "Feature"}, {"bbox": [177.98760188859612, -38.67558272352045, 177.99204179597967, -38.6741992398439], "geometry": {"coordinates": [[177.98760188859612, -38.67558272352045, 0.0], [177.98777736187554, -38.6755275734255, 0.0], [177.98791608731008, -38.6755121127197, 0.0], [177.9881014768994, -38.675468450205344, 0.0], [177.98824912724143, -38.67545022510311, 0.0], [177.98837071832398, -38.67540690760915, 0.0], [177.9885544544304, -38.67533949102557, 0.0], [177.98873312166245, -38.67528658534616, 0.0], [177.9888926160805, -38.67522020485308, 0.0], [177.98901707114564, -38.675174381821066, 0.0], [177.98917722624037, -38.675117502316255, 0.0], [177.98929947701816, -38.675057478825146, 0.0], [177.98950646022513, -38.67497477214482, 0.0], [177.98974137516745, -38.6749004000826, 0.0], [177.9899604777505, -38.67481717426508, 0.0], [177.9901362776828, -38.67476677152165, 0.0], [177.99031797219342, -38.67471373397164, 0.0], [177.9905954719145, -38.67463992104616, 0.0], [177.9908963848996, -38.67455319383108, 0.0], [177.9911260634223, -38.674490955060925, 0.0], [177.99134059110787, -38.67442936405678, 0.0], [177.99149198293279, -38.6743776211674, 0.0], [177.99168006616472, -38.67432907299276, 0.0], [177.99187740471223, -38.674282510902195, 0.0], [177.99198687100784, -38.67423970851063, 0.0], [177.99204179597967, -38.6741992398439, 0.0]], "type": "LineString"}, "id": "4266", "properties": {"CPS": 4, "Date": "2021-09-28", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4266.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.5, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.418512742888, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.935183128869475, "USDate": "09/28/2021"}, "type": "Feature"}, {"bbox": [177.9921251492441, -38.674174231516616, 178.01992750634588, -38.67055859358533], "geometry": {"coordinates": [[177.9921251492441, -38.674174231516616, 0.0], [177.99227362238307, -38.674167878180235, 0.0], [177.9925310649815, -38.67411159581333, 0.0], [177.99278228158687, -38.67405319693004, 0.0], [177.993058617653, -38.673962751208535, 0.0], [177.9932259844444, -38.673922234411826, 0.0], [177.99344453092945, -38.673874762002846, 0.0], [177.99366676891057, -38.67383666078655, 0.0], [177.99389192308035, -38.67375316868763, 0.0], [177.9941039120332, -38.673698828551586, 0.0], [177.9942827357382, -38.67364829021004, 0.0], [177.99452315258716, -38.67360940915937, 0.0], [177.99468781844556, -38.6735737707218, 0.0], [177.99482631634314, -38.67354639960397, 0.0], [177.99504265774524, -38.673510930644404, 0.0], [177.99522060159444, -38.67349139976262, 0.0], [177.99536504959892, -38.67347092044568, 0.0], [177.99547313728033, -38.673451997873265, 0.0], [177.99562232106769, -38.673412256253975, 0.0], [177.99573580655058, -38.67338357270297, 0.0], [177.99592135016096, -38.67334227372332, 0.0], [177.99603753435179, -38.67330870951544, 0.0], [177.99617828953745, -38.67327885774001, 0.0], [177.99630036796265, -38.673242658452516, 0.0], [177.99646585951356, -38.67321889416639, 0.0], [177.996599395513, -38.673172674270354, 0.0], [177.99672081133022, -38.67312697332958, 0.0], [177.99688398474058, -38.67306995414926, 0.0], [177.99706076782306, -38.673033793401345, 0.0], [177.99719898860138, -38.67301119616167, 0.0], [177.99734095138157, -38.67295508488333, 0.0], [177.9975142071901, -38.672911927349716, 0.0], [177.99766559058773, -38.67286017693498, 0.0], [177.99784727355396, -38.67280712831742, 0.0], [177.99793751063243, -38.672793732989376, 0.0], [177.99804812959505, -38.67276755241903, 0.0], [177.99820909893054, -38.672722537833536, 0.0], [177.9983212572936, -38.67267484947076, 0.0], [177.998423282773, -38.67265618391826, 0.0], [177.9985660717606, -38.67261194777026, 0.0], [177.99867635894603, -38.67258101603122, 0.0], [177.99880752456536, -38.67254442480573, 0.0], [177.99900165679114, -38.672495605791795, 0.0], [177.99921027603065, -38.67243663608636, 0.0], [177.99936617758274, -38.672406131472485, 0.0], [177.99955678211174, -38.672350315523936, 0.0], [177.99972044803778, -38.6723004185291, 0.0], [177.99984571824126, -38.672266461199925, 0.0], [178.00006898875336, -38.672199714888116, 0.0], [178.00019646026203, -38.67215375085911, 0.0], [178.00034051556202, -38.67211898788739, 0.0], [178.00040265336742, -38.67209488303586, 0.0], [178.0005188330086, -38.672061314626376, 0.0], [178.0006021802419, -38.67203630058742, 0.0], [178.00073097641445, -38.67200933837821, 0.0], [178.00082881047072, -38.67197417363075, 0.0], [178.0009687320827, -38.671932439894285, 0.0], [178.00110446382655, -38.671874208826935, 0.0], [178.001247580661, -38.671834720188215, 0.0], [178.00138750171018, -38.671792985982286, 0.0], [178.00146914388426, -38.67178710359657, 0.0], [178.00163143399095, -38.67176108690353, 0.0], [178.00182309518615, -38.671720469339846, 0.0], [178.00190274874083, -38.671686083162996, 0.0], [178.0020128670479, -38.67165277316053, 0.0], [178.0021056343391, -38.671632118970415, 0.0], [178.00222164655335, -38.671596173673166, 0.0], [178.00236839797066, -38.6715565278389, 0.0], [178.00249927484927, -38.67147229700074, 0.0], [178.0026454666345, -38.671389791711185, 0.0], [178.00278576401706, -38.671309921400294, 0.0], [178.00293664238234, -38.67125103873957, 0.0], [178.00310200695407, -38.67118200508246, 0.0], [178.0032696916522, -38.67114622522075, 0.0], [178.00336719159387, -38.67110630792644, 0.0], [178.00346469142025, -38.67106639055757, 0.0], [178.00360797082757, -38.67102927449382, 0.0], [178.00379570363063, -38.67097595729356, 0.0], [178.0039627243248, -38.67093067535145, 0.0], [178.0041459974346, -38.67089184324166, 0.0], [178.00432144414305, -38.670836669800224, 0.0], [178.004492322901, -38.67080313358861, 0.0], [178.00470479058814, -38.67075590109688, 0.0], [178.0049418284289, -38.67071237895694, 0.0], [178.00523390076992, -38.67067364242498, 0.0], [178.00552426941658, -38.67065403740347, 0.0], [178.00578130945465, -38.67063586169334, 0.0], [178.00606495460397, -38.670607014239415, 0.0], [178.00633681175378, -38.67058343672538, 0.0], [178.00656118625088, -38.67057619059532, 0.0], [178.00682748089275, -38.670559997819716, 0.0], [178.0070267362216, -38.67055859358533, 0.0], [178.00724924171396, -38.67056810307998, 0.0], [178.0075560851234, -38.67056684502843, 0.0], [178.00779610606844, -38.670566072102424, 0.0], [178.0079598832858, -38.6705614243504, 0.0], [178.0082283340116, -38.6705761068916, 0.0], [178.00843266044325, -38.670586394499104, 0.0], [178.00862954936431, -38.67059461865842, 0.0], [178.00892510278106, -38.67060575362604, 0.0], [178.00916562135257, -38.67061210366518, 0.0], [178.00940680370172, -38.6706279542615, 0.0], [178.00972257025418, -38.670623924934056, 0.0], [178.0098531849896, -38.67062308091882, 0.0], [178.01017716867116, -38.67064966855138, 0.0], [178.01042727465818, -38.67066275140153, 0.0], [178.0106591437027, -38.67066708741528, 0.0], [178.01086986193351, -38.67068186096593, 0.0], [178.01110531686103, -38.670702718786586, 0.0], [178.01135895085395, -38.67072279524371, 0.0], [178.011609721121, -38.670745376548034, 0.0], [178.01190241100608, -38.67075900929278, 0.0], [178.01220419040698, -38.67077225078868, 0.0], [178.01241204518476, -38.67078952692784, 0.0], [178.01254457763812, -38.67080741833826, 0.0], [178.01270582271655, -38.67081001982797, 0.0], [178.01290948535262, -38.670810798483245, 0.0], [178.01309276952708, -38.67082436437965, 0.0], [178.0132624397538, -38.67081707351745, 0.0], [178.01358356081874, -38.670846156971635, 0.0], [178.01393095387925, -38.67085981611675, 0.0], [178.01419351191996, -38.67087712041938, 0.0], [178.01436368032208, -38.67087695369029, 0.0], [178.01463499564684, -38.67088911582009, 0.0], [178.01490917468536, -38.67089877182827, 0.0], [178.01518957950748, -38.670910541936315, 0.0], [178.01534895771442, -38.67092989668822, 0.0], [178.01553813572872, -38.67094082293984, 0.0], [178.01578251514837, -38.67095890514407, 0.0], [178.0159871746565, -38.670973929826964, 0.0], [178.01614306574746, -38.67097818614688, 0.0], [178.01641035440667, -38.67097622293042, 0.0], [178.01655105545092, -38.67098923195742, 0.0], [178.01668113296992, -38.67102413909055, 0.0], [178.01687263795304, -38.671068316463014, 0.0], [178.01710672681972, -38.67111304459618, 0.0], [178.0172881455069, -38.67114336072745, 0.0], [178.01748637559538, -38.67119677737961, 0.0], [178.01774250502635, -38.67125246820055, 0.0], [178.01794899398462, -38.671293616914774, 0.0], [178.01815345076216, -38.67134914696345, 0.0], [178.0183076866866, -38.67139921328905, 0.0], [178.01843203846298, -38.67143912947642, 0.0], [178.01851953366597, -38.67147348384574, 0.0], [178.01866426318173, -38.6715006112747, 0.0], [178.0188096578421, -38.671537239434684, 0.0], [178.01892002480633, -38.67159443337978, 0.0], [178.0190092200704, -38.67160965517545, 0.0], [178.01912145320418, -38.67165009196362, 0.0], [178.0192065842265, -38.67169407703953, 0.0], [178.0193861390976, -38.671741146687616, 0.0], [178.0196289515767, -38.671823612407564, 0.0], [178.01982419563146, -38.67186905335457, 0.0], [178.01992750634588, -38.67191225563923, 0.0]], "type": "LineString"}, "id": "4267", "properties": {"CPS": 4, "Date": "2021-09-28", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4267.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.5, "Proxy": 1, "Region": "Gisborne", "SHLength": 2.51776312055, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.935183128869475, "USDate": "09/28/2021"}, "type": "Feature"}, {"bbox": [177.94165308830748, -38.71145569722102, 177.95727784133112, -38.69309782560822], "geometry": {"coordinates": [[177.94165308830748, -38.71124711163675, 0.0], [177.94175265149462, -38.71136797136163, 0.0], [177.94190187003866, -38.711415253943194, 0.0], [177.94212815546803, -38.71145569722102, 0.0], [177.942396967644, -38.71145145412827, 0.0], [177.9425751901215, -38.711390297084996, 0.0], [177.94284338414639, -38.71131103236049, 0.0], [177.9430160741014, -38.711235814485924, 0.0], [177.94324038502367, -38.711115524723866, 0.0], [177.94338861318795, -38.71101632744168, 0.0], [177.94348128380278, -38.710905190086976, 0.0], [177.94365973582438, -38.71058314479993, 0.0], [177.94371454758598, -38.71045216997768, 0.0], [177.94378042274016, -38.710349315451495, 0.0], [177.94390640208158, -38.710258207902044, 0.0], [177.94401087269432, -38.71018588021064, 0.0], [177.9441844126828, -38.71000412971433, 0.0], [177.94428248566257, -38.70983915793838, 0.0], [177.94440047120824, -38.70969835756596, 0.0], [177.94454463930288, -38.70960647832572, 0.0], [177.94466299736888, -38.709537135016994, 0.0], [177.94478184731688, -38.70947491804963, 0.0], [177.94486799775703, -38.70933546685314, 0.0], [177.94490387778163, -38.70919457317667, 0.0], [177.94494332107195, -38.70903923380575, 0.0], [177.94503733565912, -38.70888158082247, 0.0], [177.94509189778736, -38.70874704235716, 0.0], [177.94520311782955, -38.70857436518197, 0.0], [177.94530598041976, -38.70841276321746, 0.0], [177.94536312072805, -38.70824952609503, 0.0], [177.94546414187232, -38.70812731228108, 0.0], [177.94557782303028, -38.708016712020274, 0.0], [177.9457023195334, -38.707904223606576, 0.0], [177.94578564165118, -38.70778990730858, 0.0], [177.94583159883746, -38.70766288071754, 0.0], [177.9459108651655, -38.70755588362364, 0.0], [177.94600094902194, -38.707473443351844, 0.0], [177.9461132780473, -38.70738291240342, 0.0], [177.94620520175573, -38.70726108377314, 0.0], [177.94627734101482, -38.70718297790731, 0.0], [177.94636975644178, -38.70706827561314, 0.0], [177.94641595835608, -38.70694481209679, 0.0], [177.94645035787414, -38.70678253888958, 0.0], [177.94651450326703, -38.70665474074467, 0.0], [177.94667598515434, -38.706483504428164, 0.0], [177.94682195335108, -38.706285766087454, 0.0], [177.94685807470447, -38.70614843533119, 0.0], [177.94689296528094, -38.70599328849935, 0.0], [177.946938673505, -38.70586269843805, 0.0], [177.94702248379448, -38.705755507944275, 0.0], [177.94713911021188, -38.70566122017308, 0.0], [177.94725856068538, -38.70554179694191, 0.0], [177.9473321613196, -38.705352845264855, 0.0], [177.9474345227323, -38.70518411556128, 0.0], [177.94756846903545, -38.70501047240131, 0.0], [177.94763592766006, -38.70486466491131, 0.0], [177.94768406434773, -38.704703238179064, 0.0], [177.9477373882021, -38.70455088289756, 0.0], [177.94780128347816, -38.704419521085775, 0.0], [177.9478766049675, -38.704255511683805, 0.0], [177.9479665527113, -38.70410517640556, 0.0], [177.94808022123027, -38.70396812942176, 0.0], [177.9481911813687, -38.70379188705879, 0.0], [177.9482626927055, -38.70363876002632, 0.0], [177.9483351884964, -38.703499885799715, 0.0], [177.94841118857877, -38.70337873112809, 0.0], [177.9485477217741, -38.70330861310871, 0.0], [177.94869359536304, -38.70324167231217, 0.0], [177.94880468360873, -38.70313332335799, 0.0], [177.9488844333835, -38.703033451221984, 0.0], [177.9490216886702, -38.70284179789571, 0.0], [177.94920502292325, -38.70259101088339, 0.0], [177.9493551794536, -38.702388088845865, 0.0], [177.9495048427142, -38.702178040261316, 0.0], [177.94962810868293, -38.701981976776224, 0.0], [177.94971043338583, -38.70185340565706, 0.0], [177.9498054142508, -38.701710002821464, 0.0], [177.94992877718917, -38.701515364395945, 0.0], [177.95010670476466, -38.70131841028476, 0.0], [177.95022724298454, -38.70114890699646, 0.0], [177.95036744655863, -38.70100001090697, 0.0], [177.950454069744, -38.70086768323643, 0.0], [177.95056723621218, -38.7007235080339, 0.0], [177.95067892460418, -38.70055795356619, 0.0], [177.95075239815853, -38.700433331091446, 0.0], [177.95083041851134, -38.70030851559435, 0.0], [177.95093043490166, -38.70017204550213, 0.0], [177.95103672195035, -38.70006032471806, 0.0], [177.95116500861096, -38.69996339410455, 0.0], [177.9513299134494, -38.699842037661035, 0.0], [177.95145991959444, -38.69974360429143, 0.0], [177.95153719911534, -38.69960809886257, 0.0], [177.95158719649666, -38.69947375150611, 0.0], [177.95163535615424, -38.69937879227733, 0.0], [177.95171153642707, -38.69929336448917, 0.0], [177.9517810857628, -38.69924395463021, 0.0], [177.95197633865823, -38.69909986712451, 0.0], [177.95210609626542, -38.698997869982335, 0.0], [177.95218792079626, -38.69886217120963, 0.0], [177.9522504590971, -38.698777322255964, 0.0], [177.9523291014138, -38.69872752604443, 0.0], [177.95244067018214, -38.698626300771444, 0.0], [177.9525052914466, -38.69850562677877, 0.0], [177.95254471453356, -38.698350286130896, 0.0], [177.9526432470554, -38.6981924358054, 0.0], [177.95274645988928, -38.698102285985755, 0.0], [177.95285041154057, -38.698022825651876, 0.0], [177.9529397368955, -38.697929691684585, 0.0], [177.95303262342458, -38.697822111852176, 0.0], [177.9532275184324, -38.697633366988875, 0.0], [177.9534433928004, -38.69739191305811, 0.0], [177.95355224774036, -38.697251491923986, 0.0], [177.9537280725118, -38.6970903584607, 0.0], [177.95391753690438, -38.696928645490544, 0.0], [177.95412603823414, -38.6967125190311, 0.0], [177.9542882201004, -38.69655196419539, 0.0], [177.95437433836878, -38.69641250801856, 0.0], [177.95453221870443, -38.696255709210725, 0.0], [177.9546054352347, -38.69612752180222, 0.0], [177.95466931161724, -38.69599615743027, 0.0], [177.9547485530073, -38.695889155909065, 0.0], [177.9548709326211, -38.695812484788, 0.0], [177.95502722124814, -38.69569863671083, 0.0], [177.95520733926313, -38.69553374514683, 0.0], [177.95526458525376, -38.69543839858611, 0.0], [177.9553539043971, -38.69534526316095, 0.0], [177.9554555207073, -38.695298062652064, 0.0], [177.9555498790464, -38.69521186030185, 0.0], [177.95563066064918, -38.69507441681475, 0.0], [177.95579762872816, -38.694917230333864, 0.0], [177.95595391394184, -38.69480338122804, 0.0], [177.95608193283118, -38.69467643829301, 0.0], [177.95623599860258, -38.69453052032991, 0.0], [177.9563560188908, -38.694353885944345, 0.0], [177.95639162504068, -38.694209427318874, 0.0], [177.95642588898974, -38.69411148308345, 0.0], [177.95655809649858, -38.694045113636896, 0.0], [177.9567557582035, -38.6939559503618, 0.0], [177.95687887191744, -38.69388996697833, 0.0], [177.95693660755796, -38.69380174614775, 0.0], [177.95703181085904, -38.693661902121136, 0.0], [177.95707639950635, -38.69358138718958, 0.0], [177.9571452000612, -38.69352128520675, 0.0], [177.9571895419721, -38.69343720707847, 0.0], [177.95725415118815, -38.693316531220816, 0.0], [177.95727784133112, -38.693197594257605, 0.0], [177.95727093834907, -38.69309782560822, 0.0]], "type": "LineString"}, "id": "4275", "properties": {"CPS": 3, "Date": "2005-08-31", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4275.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.599999999999997, "Proxy": 1, "Region": "Gisborne", "SHLength": 2.55258069918, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.31976291892081, "USDate": "08/31/2005"}, "type": "Feature"}, {"bbox": [177.95739036802613, -38.692953893127786, 177.98726637069518, -38.67542985208492], "geometry": {"coordinates": [[177.95739036802613, -38.69293908356996, 0.0], [177.9575464291145, -38.692953893127786, 0.0], [177.95773417787166, -38.69289945653401, 0.0], [177.95795717392795, -38.69276132778777, 0.0], [177.95825989494526, -38.692523321635214, 0.0], [177.95860106628933, -38.69224794389568, 0.0], [177.95877563476864, -38.69206898849061, 0.0], [177.95884319945438, -38.69199106989285, 0.0], [177.95901286621182, -38.691873074425736, 0.0], [177.95914161446711, -38.6917568182622, 0.0], [177.9593725710841, -38.6915361547769, 0.0], [177.95955058881475, -38.69140708261103, 0.0], [177.95971398013018, -38.69126433749534, 0.0], [177.9599516996632, -38.69107554815315, 0.0], [177.96016643940675, -38.69088416182957, 0.0], [177.9603518201426, -38.690729759943636, 0.0], [177.96053760915632, -38.69054174820628, 0.0], [177.96078698967185, -38.69032387227005, 0.0], [177.96091904519065, -38.690189605418006, 0.0], [177.9611496389817, -38.69002970591451, 0.0], [177.9613764255572, -38.68988068881498, 0.0], [177.9615352634986, -38.689738134947945, 0.0], [177.9617074929396, -38.68959143765213, 0.0], [177.96189963389162, -38.689468908645566, 0.0], [177.96216229370702, -38.68931121693088, 0.0], [177.96236891681724, -38.68913446658481, 0.0], [177.96251238511135, -38.68896754980636, 0.0], [177.9626380568878, -38.68887286269831, 0.0], [177.9628898929876, -38.68869061441513, 0.0], [177.96303533345895, -38.688552202227434, 0.0], [177.96318754065564, -38.688445664703806, 0.0], [177.96333925380736, -38.688332000737596, 0.0], [177.96353205740058, -38.688186212333676, 0.0], [177.96373229648745, -38.68804904133344, 0.0], [177.96394592646075, -38.687907726557036, 0.0], [177.96421558732752, -38.6877086356995, 0.0], [177.96446127146731, -38.6875254547649, 0.0], [177.96471094848692, -38.687345081435296, 0.0], [177.9649819147281, -38.68714295530601, 0.0], [177.96526914697574, -38.68690142186972, 0.0], [177.9655401099532, -38.68669929464709, 0.0], [177.96576869702824, -38.686543641093216, 0.0], [177.96600650590509, -38.68641141876826, 0.0], [177.96618752834684, -38.686309606908466, 0.0], [177.9663872462345, -38.686176027374714, 0.0], [177.96668472169125, -38.6859727688993, 0.0], [177.96698536639514, -38.68576044067745, 0.0], [177.96726912571222, -38.685578610967994, 0.0], [177.96745623967274, -38.6854276981983, 0.0], [177.96763363445422, -38.68530102323082, 0.0], [177.96785311156, -38.68517851198988, 0.0], [177.968002759794, -38.685057187306654, 0.0], [177.96818270593695, -38.68491253473155, 0.0], [177.96833798599397, -38.684795734635266, 0.0], [177.9685301190049, -38.68466247462646, 0.0], [177.96873382193354, -38.684531699550924, 0.0], [177.96894213581407, -38.684412639836445, 0.0], [177.96919026683503, -38.68426508148242, 0.0], [177.9694164909183, -38.6841303679172, 0.0], [177.96955406139259, -38.684032188817724, 0.0], [177.96970637260065, -38.683927425551104, 0.0], [177.969933006405, -38.683798649618545, 0.0], [177.9702169561183, -38.683619782948995, 0.0], [177.97042402924015, -38.68348290540472, 0.0], [177.97058099063307, -38.683363052795464, 0.0], [177.9707684221742, -38.68327168190951, 0.0], [177.97094593024795, -38.68320157974607, 0.0], [177.97107736203168, -38.68312450666605, 0.0], [177.97124482167413, -38.68301909596424, 0.0], [177.97137847569883, -38.68291929488362, 0.0], [177.97152892815095, -38.68278780633789, 0.0], [177.97167110507684, -38.68270134063284, 0.0], [177.97184235097038, -38.682595767750776, 0.0], [177.97200960223614, -38.682487386855364, 0.0], [177.9722097102369, -38.682359737192066, 0.0], [177.97239968909824, -38.68225038707025, 0.0], [177.97255619233093, -38.68215139760486, 0.0], [177.97276951674027, -38.68204998587252, 0.0], [177.9729548417828, -38.68195572336286, 0.0], [177.9731599707459, -38.68184572622742, 0.0], [177.97332487227013, -38.68175828983762, 0.0], [177.9734546504734, -38.681657460502855, 0.0], [177.97356754826774, -38.681587130908156, 0.0], [177.9737330667911, -38.68150860172114, 0.0], [177.9738408604608, -38.68147422573507, 0.0], [177.97396440059237, -38.68139301895552, 0.0], [177.97415099810712, -38.68128976629199, 0.0], [177.97432306104247, -38.68119606714929, 0.0], [177.97446564340189, -38.681115536917744, 0.0], [177.97465767606965, -38.68103587587485, 0.0], [177.97483834417102, -38.680956699152574, 0.0], [177.97498829541217, -38.68087287604496, 0.0], [177.9752479321111, -38.680754594819156, 0.0], [177.97549072793856, -38.68064000930382, 0.0], [177.97573311072122, -38.680519484876136, 0.0], [177.97594856439108, -38.68039415253786, 0.0], [177.9761536839618, -38.68028415071115, 0.0], [177.97631878411246, -38.68019967977319, 0.0], [177.97657355858473, -38.68009351516198, 0.0], [177.97672074863894, -38.68002469778, 0.0], [177.97685492521086, -38.679932611238954, 0.0], [177.9769835871271, -38.67987053999727, 0.0], [177.97710887318135, -38.67981456867827, 0.0], [177.9772941478784, -38.679747103800366, 0.0], [177.9774701968377, -38.67965620811949, 0.0], [177.97766497888657, -38.67956153486747, 0.0], [177.97786256163283, -38.67947984507192, 0.0], [177.9780388153588, -38.679391917838686, 0.0], [177.97822766968943, -38.6793213207507, 0.0], [177.9783441405651, -38.679247856204675, 0.0], [177.97850330945334, -38.679187459509095, 0.0], [177.9786239801823, -38.67911977149851, 0.0], [177.97877832944909, -38.679044690036136, 0.0], [177.97890484992863, -38.679006532257084, 0.0], [177.9790747627412, -38.67893674221975, 0.0], [177.97921037783175, -38.67886543778393, 0.0], [177.9793920661804, -38.67880110073809, 0.0], [177.97954744518168, -38.67874086441277, 0.0], [177.97971611906135, -38.678653258252844, 0.0], [177.97988224226873, -38.678583628828534, 0.0], [177.98009513218526, -38.678476266609294, 0.0], [177.98024630937022, -38.67841025271484, 0.0], [177.98040740581467, -38.67832296906317, 0.0], [177.9805813095347, -38.678255984527226, 0.0], [177.98073138322664, -38.678195973160946, 0.0], [177.98089984794652, -38.67810539625614, 0.0], [177.9810992339589, -38.678022432923306, 0.0], [177.98126852307325, -38.67794373236006, 0.0], [177.98144896897617, -38.67786157715261, 0.0], [177.9815999371456, -38.67779259246196, 0.0], [177.9817776261484, -38.67772544455079, 0.0], [177.98197136497419, -38.67761591879302, 0.0], [177.9821825244091, -38.67753840690842, 0.0], [177.98241055871162, -38.67743039383023, 0.0], [177.9825849899745, -38.677343728965404, 0.0], [177.9828081303984, -38.67727463831207, 0.0], [177.9831005552677, -38.67716387369935, 0.0], [177.9833477321787, -38.6770580191952, 0.0], [177.98355193195363, -38.67698973621108, 0.0], [177.98378671209448, -38.67686952029999, 0.0], [177.98403953251085, -38.67679022538281, 0.0], [177.98433532811148, -38.67667335771822, 0.0], [177.98458036516487, -38.676591416177914, 0.0], [177.98481403837326, -38.67650995969078, 0.0], [177.98504564630318, -38.67639881088895, 0.0], [177.98523028421837, -38.67632242687832, 0.0], [177.98550510512072, -38.67621538663215, 0.0], [177.98574029214637, -38.676101105529206, 0.0], [177.98591439133867, -38.67603708288607, 0.0], [177.98614489282463, -38.675964693372705, 0.0], [177.98640783095857, -38.675867092940464, 0.0], [177.9867152912725, -38.675754187821035, 0.0], [177.98689655092215, -38.675683901654736, 0.0], [177.98706183325788, -38.6756023861676, 0.0], [177.98719219987012, -38.67551045101763, 0.0], [177.98726637069518, -38.67542985208492, 0.0]], "type": "LineString"}, "id": "4276", "properties": {"CPS": 4, "Date": "2005-08-31", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4276.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.599999999999997, "Proxy": 1, "Region": "Gisborne", "SHLength": 3.28890764999, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.953861878964553, "USDate": "08/31/2005"}, "type": "Feature"}, {"bbox": [177.98744811160324, -38.67531448874236, 178.02052495329525, -38.67054021254409], "geometry": {"coordinates": [[177.98744811160324, -38.67531189638058, 0.0], [177.98759645032325, -38.67531448874236, 0.0], [177.98780608071004, -38.67526979036618, 0.0], [177.98806853144507, -38.675219855239206, 0.0], [177.98829565328288, -38.67515356207429, 0.0], [177.98846237886227, -38.67509282899623, 0.0], [177.98867162901624, -38.67501538726174, 0.0], [177.9888499234481, -38.674957136951555, 0.0], [177.98911891421167, -38.67489202978742, 0.0], [177.98931910715734, -38.674820930256544, 0.0], [177.98962535319401, -38.67474529463549, 0.0], [177.98990804615312, -38.674658753600845, 0.0], [177.99017386698938, -38.674602713636425, 0.0], [177.99040752636296, -38.674521246760314, 0.0], [177.99068202204253, -38.67442612050934, 0.0], [177.9908893736914, -38.67434875608587, 0.0], [177.990997035781, -38.67428548356257, 0.0], [177.99116114249935, -38.674296330854055, 0.0], [177.99133688546058, -38.67425605399167, 0.0], [177.9916275626486, -38.67417512326899, 0.0], [177.99182541026158, -38.674124965889966, 0.0], [177.99209294731622, -38.67403906813245, 0.0], [177.99234444039013, -38.67399554838388, 0.0], [177.99254648797617, -38.673951166077366, 0.0], [177.99283399502727, -38.67387930206185, 0.0], [177.9930259199117, -38.67385322016802, 0.0], [177.99318905706411, -38.67379561203419, 0.0], [177.99339909211025, -38.67375684241201, 0.0], [177.99363880685647, -38.67370786801891, 0.0], [177.99387221946517, -38.673650228896705, 0.0], [177.9940679307206, -38.67362398322329, 0.0], [177.99428051117533, -38.67356723505429, 0.0], [177.99459136023356, -38.67350330151312, 0.0], [177.99472164846603, -38.673464965585474, 0.0], [177.99502891590552, -38.67340416222971, 0.0], [177.99530904949614, -38.67333558588033, 0.0], [177.995492155293, -38.67329200956585, 0.0], [177.9958400492707, -38.67321457448745, 0.0], [177.99616838416142, -38.673129042001946, 0.0], [177.99636663876848, -38.67308481558175, 0.0], [177.99659192104332, -38.673030497274816, 0.0], [177.99681165840227, -38.67296748203143, 0.0], [177.99703814254573, -38.6728922654029, 0.0], [177.99725829290614, -38.672835187639706, 0.0], [177.99750729397388, -38.672756027618135, 0.0], [177.99780594547894, -38.67268069610878, 0.0], [177.99809640040925, -38.67259678100336, 0.0], [177.99841295279973, -38.67250579106995, 0.0], [177.99859040364737, -38.672435650255906, 0.0], [177.99876551573047, -38.67238645537007, 0.0], [177.99895701941605, -38.6723544258504, 0.0], [177.99912087218044, -38.672307201883896, 0.0], [177.99935954182732, -38.67224337066025, 0.0], [177.9995177860052, -38.67222467745411, 0.0], [177.9997038500376, -38.67220181381642, 0.0], [177.99979040040125, -38.67213556672826, 0.0], [177.9998954736244, -38.672062569757976, 0.0], [178.00009434353458, -38.67202724470207, 0.0], [178.00026628715094, -38.6719871173796, 0.0], [178.00043024157281, -38.67194137624244, 0.0], [178.00064467460007, -38.67191133919099, 0.0], [178.0008033915302, -38.67184497606202, 0.0], [178.00095935621448, -38.67179362067686, 0.0], [178.00116346178416, -38.671778915351545, 0.0], [178.0014189339303, -38.671738183646376, 0.0], [178.00157992796565, -38.6717044798034, 0.0], [178.0018446313342, -38.671687175374515, 0.0], [178.00200396790612, -38.671629718055904, 0.0], [178.00217762517505, -38.67155973453023, 0.0], [178.00232645696514, -38.67148783721554, 0.0], [178.0024234787714, -38.67146283116343, 0.0], [178.00253316413375, -38.671401546101585, 0.0], [178.00267424253965, -38.67130020087748, 0.0], [178.00282517409863, -38.67123119090089, 0.0], [178.0029761053524, -38.671162180747515, 0.0], [178.0031693187391, -38.671100291137726, 0.0], [178.00336294613763, -38.67104433944435, 0.0], [178.00350375754124, -38.67099363058501, 0.0], [178.00367300268323, -38.67091490013464, 0.0], [178.0038417753926, -38.67088383759101, 0.0], [178.00399835707051, -38.670841385729794, 0.0], [178.0041229247153, -38.67083008675992, 0.0], [178.00422056652783, -38.670813986621724, 0.0], [178.0043095974997, -38.67078336579822, 0.0], [178.00439883561765, -38.670755714014646, 0.0], [178.00449118213876, -38.67077259870661, 0.0], [178.0045688509398, -38.67074246507799, 0.0], [178.00463873778193, -38.67070968723128, 0.0], [178.004737208237, -38.67070546308512, 0.0], [178.0048840848897, -38.67068725030768, 0.0], [178.0050151904041, -38.670660779960635, 0.0], [178.00509114407066, -38.67066049948432, 0.0], [178.00517115642305, -38.67064217688541, 0.0], [178.00546091445165, -38.670602943480695, 0.0], [178.00567513313095, -38.670569928470066, 0.0], [178.00583399293086, -38.67056013432284, 0.0], [178.00592234480868, -38.670574211281505, 0.0], [178.00611969953525, -38.670571698960664, 0.0], [178.00636229460292, -38.67056426697011, 0.0], [178.00665075187618, -38.67056082230993, 0.0], [178.0069228158413, -38.67054021254409, 0.0], [178.0072312460651, -38.67055079921176, 0.0], [178.0074973939152, -38.670554265930555, 0.0], [178.0077751109894, -38.670560213427706, 0.0], [178.007976874693, -38.670566442660416, 0.0], [178.00811466908704, -38.67058137355106, 0.0], [178.00834190695113, -38.67057161867078, 0.0], [178.00844499352988, -38.67057910517018, 0.0], [178.0085146166423, -38.670596962150626, 0.0], [178.0085996955627, -38.67060224360008, 0.0], [178.00874905937386, -38.67061965502905, 0.0], [178.00892809936954, -38.67062685818413, 0.0], [178.00908021345978, -38.67062926116487, 0.0], [178.0091812258807, -38.670607056186356, 0.0], [178.0092704079137, -38.67063300688053, 0.0], [178.0094597726085, -38.67062487596386, 0.0], [178.00960182274733, -38.670591974548266, 0.0], [178.00972721821364, -38.670592545985876, 0.0], [178.0099108751843, -38.67061146131087, 0.0], [178.01002698338024, -38.670642211107534, 0.0], [178.01021821508894, -38.67066080065382, 0.0], [178.01045468686937, -38.67067446896707, 0.0], [178.01063455683033, -38.67069354577708, 0.0], [178.01079741026885, -38.670686551298566, 0.0], [178.010991184448, -38.67068716244835, 0.0], [178.01120809733126, -38.67069273535251, 0.0], [178.01147486747456, -38.67070510014386, 0.0], [178.01166674794484, -38.67070579150886, 0.0], [178.0118918579798, -38.6707199449532, 0.0], [178.01219966563465, -38.670721611152295, 0.0], [178.0125154629029, -38.67072888922769, 0.0], [178.01285797867487, -38.670737996387025, 0.0], [178.01308142810308, -38.67072839499726, 0.0], [178.01328173858022, -38.67071383153251, 0.0], [178.01338778228532, -38.670709274611916, 0.0], [178.01349320315614, -38.67069581041064, 0.0], [178.01360744416957, -38.670699834971956, 0.0], [178.01373849518245, -38.670726960864954, 0.0], [178.01387649796953, -38.67074485389454, 0.0], [178.01400884490835, -38.67073618799166, 0.0], [178.01413569355833, -38.67075753807401, 0.0], [178.01429117936027, -38.6707538333257, 0.0], [178.0145005174926, -38.67075972562077, 0.0], [178.01471343523426, -38.67076248568907, 0.0], [178.01493235131613, -38.670785833393516, 0.0], [178.01514967935253, -38.67079733702176, 0.0], [178.01545115805465, -38.67081713452789, 0.0], [178.01571538724912, -38.67084746664931, 0.0], [178.01593416937882, -38.67087975214787, 0.0], [178.0161792548317, -38.67090792829576, 0.0], [178.01634651780589, -38.67090967036491, 0.0], [178.01646537719665, -38.67092540543534, 0.0], [178.0166431710352, -38.67091478233675, 0.0], [178.01677630063855, -38.6709715951741, 0.0], [178.0168669873379, -38.67096471746433, 0.0], [178.01699720868226, -38.67097996338994, 0.0], [178.0170947989337, -38.67101745831557, 0.0], [178.01718144298476, -38.67106137986103, 0.0], [178.01723591910414, -38.671079882938585, 0.0], [178.01736017841083, -38.67108049495558, 0.0], [178.01750425509243, -38.671130880176406, 0.0], [178.01765865489085, -38.6711659313269, 0.0], [178.0177795926972, -38.67121135542813, 0.0], [178.01791759692102, -38.671229243536175, 0.0], [178.01808211212733, -38.6712459911596, 0.0], [178.01819272747284, -38.6713067487131, 0.0], [178.01827159011282, -38.67134802615077, 0.0], [178.01838033547259, -38.67138206215109, 0.0], [178.01848737179492, -38.67144595134449, 0.0], [178.01858096824884, -38.67148063880603, 0.0], [178.01871518581098, -38.67149868883965, 0.0], [178.01881718831845, -38.6715449263988, 0.0], [178.0189522373742, -38.67157485229318, 0.0], [178.01903950664533, -38.67162767943984, 0.0], [178.01910975628851, -38.671654436943726, 0.0], [178.01924355855223, -38.6716665482667, 0.0], [178.01934914104206, -38.671709653343356, 0.0], [178.01946188252495, -38.6717464943495, 0.0], [178.01954936021568, -38.67180229010742, 0.0], [178.01973530780234, -38.67185384891185, 0.0], [178.0199986646667, -38.67192590033475, 0.0], [178.0201347542393, -38.671970669929756, 0.0], [178.02019950886597, -38.672027442974006, 0.0], [178.02028934298096, -38.672084327940205, 0.0], [178.02034777059785, -38.6721592410194, 0.0], [178.0204011185164, -38.67227010837575, 0.0], [178.02043931732914, -38.67238162762869, 0.0], [178.02050439837183, -38.67255154952458, 0.0], [178.02052495329525, -38.67262809232507, 0.0]], "type": "LineString"}, "id": "4277", "properties": {"CPS": 4, "Date": "2005-08-31", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4277.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.599999999999997, "Proxy": 1, "Region": "Gisborne", "SHLength": 3.06809335554, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.953861878964553, "USDate": "08/31/2005"}, "type": "Feature"}, {"bbox": [178.02054765481603, -38.672653917152715, 178.02324124308046, -38.67248436415517], "geometry": {"coordinates": [[178.02054765481603, -38.672653917152715, 0.0], [178.02117298063672, -38.67263296059335, 0.0], [178.02187363631373, -38.67260280207162, 0.0], [178.02269864847563, -38.67255835150363, 0.0], [178.02308949953027, -38.67254152338303, 0.0], [178.0231677850354, -38.67252028479742, 0.0], [178.02324124308046, -38.67248436415517, 0.0]], "type": "LineString"}, "id": "4278", "properties": {"CPS": 1, "Date": "2005-08-31", "Digitiser": "MT", "Georef_ER": 2.0, "ID": 4278.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.599999999999997, "Proxy": 5, "Region": "Gisborne", "SHLength": 0.23676899318, "Scale": 1000, "Site": "Gisborne", "Source": "VHR", "Total_UNCY": 2.150651064212881, "USDate": "08/31/2005"}, "type": "Feature"}, {"bbox": [177.94150050068095, -38.71175155783559, 178.02058185603002, -38.67043194943038], "geometry": {"coordinates": [[177.94150050068095, -38.71175155783559, 0.0], [177.94183374788832, -38.71124903884455, 0.0], [177.9420759576705, -38.710881410526866, 0.0], [177.9422687555457, -38.71054684719042, 0.0], [177.94235290435375, -38.71040033522498, 0.0], [177.94248032127803, -38.710352052157205, 0.0], [177.94256225098022, -38.71004124584153, 0.0], [177.9428410861826, -38.70980786305198, 0.0], [177.94317759956874, -38.70944100113596, 0.0], [177.94352845273605, -38.7091497685584, 0.0], [177.94387044210248, -38.70864210887403, 0.0], [177.94417293503207, -38.70817900635509, 0.0], [177.94451188401283, -38.70767147384846, 0.0], [177.9449365297056, -38.70708406941416, 0.0], [177.94515249535556, -38.70677710882523, 0.0], [177.94521622698988, -38.70655522263911, 0.0], [177.9454342374103, -38.70623388027246, 0.0], [177.94558243995328, -38.705958381261745, 0.0], [177.94571705171546, -38.705838316710825, 0.0], [177.94590318005854, -38.70545161716698, 0.0], [177.9462352361156, -38.705108760509916, 0.0], [177.9465159091022, -38.70468231432405, 0.0], [177.94676087205826, -38.70444321196269, 0.0], [177.94691391057822, -38.70428186325001, 0.0], [177.94690930853864, -38.704127200113874, 0.0], [177.9471320632019, -38.70387474429146, 0.0], [177.9473616915115, -38.70354575860364, 0.0], [177.9474543387709, -38.703346469293095, 0.0], [177.94767551740696, -38.702939221085146, 0.0], [177.94793292496792, -38.70270435346621, 0.0], [177.94803189233195, -38.70264059444401, 0.0], [177.94831115570568, -38.702238028484075, 0.0], [177.94878925472727, -38.70176508295087, 0.0], [177.94908801228232, -38.70138074769388, 0.0], [177.949362920755, -38.70095930473166, 0.0], [177.94979563260057, -38.700621697472, 0.0], [177.94997437383938, -38.70039254621925, 0.0], [177.95013090953003, -38.700150042458574, 0.0], [177.95044177902884, -38.699765190015185, 0.0], [177.95076093032733, -38.6994562231687, 0.0], [177.9509728338621, -38.69913513056343, 0.0], [177.9510580143029, -38.698959979954104, 0.0], [177.95108061056786, -38.69884704651252, 0.0], [177.95131916090372, -38.69869159260817, 0.0], [177.95154926034527, -38.698457876693624, 0.0], [177.95158798447994, -38.69827040315327, 0.0], [177.95180343116212, -38.69813260607307, 0.0], [177.95218728647615, -38.69779229963986, 0.0], [177.95240574804407, -38.6975662235207, 0.0], [177.9528391432196, -38.697107072638126, 0.0], [177.95315622707002, -38.69681248205186, 0.0], [177.95368020475686, -38.69625656706177, 0.0], [177.95416524674482, -38.695621300859855, 0.0], [177.95454299946596, -38.69519309641591, 0.0], [177.95481723006563, -38.69493844063061, 0.0], [177.95536077341805, -38.694446013164466, 0.0], [177.95582385851813, -38.69393317725415, 0.0], [177.95652974911508, -38.69341478790622, 0.0], [177.95727075938643, -38.692832958888985, 0.0], [177.9577019787573, -38.692431061876974, 0.0], [177.9581814323146, -38.69197946467414, 0.0], [177.95857847913214, -38.69156710494601, 0.0], [177.95886882291433, -38.691326049836675, 0.0], [177.9592453963182, -38.690969354130814, 0.0], [177.95976465437283, -38.690566089574865, 0.0], [177.96043885886542, -38.690029965572364, 0.0], [177.96106989290266, -38.68952902779786, 0.0], [177.9618704316502, -38.688842195161875, 0.0], [177.96251511871526, -38.688319227424174, 0.0], [177.96319217348687, -38.687868734367484, 0.0], [177.96361172706497, -38.68756261006262, 0.0], [177.96432962114557, -38.687043665130396, 0.0], [177.96494857486238, -38.68658848755384, 0.0], [177.96594742249883, -38.685869363854984, 0.0], [177.96655498857075, -38.68546945862283, 0.0], [177.96714070496938, -38.685149100610495, 0.0], [177.9680017798356, -38.68454780003773, 0.0], [177.9688632016678, -38.68403939301216, 0.0], [177.96928059968798, -38.683790519130945, 0.0], [177.9700749021499, -38.68323493174366, 0.0], [177.97103972507264, -38.682683985251366, 0.0], [177.97166970166592, -38.68234504238986, 0.0], [177.97233340130418, -38.68196654019474, 0.0], [177.97291675440283, -38.68161290111301, 0.0], [177.97357477264165, -38.681196515623235, 0.0], [177.97396414029805, -38.68098217446873, 0.0], [177.97454145488302, -38.68071693443663, 0.0], [177.97521023449224, -38.68041205473021, 0.0], [177.976183017137, -38.679889316709996, 0.0], [177.9768418859528, -38.67944190579124, 0.0], [177.97742517579078, -38.67921928047011, 0.0], [177.97810450365057, -38.67893537634022, 0.0], [177.97903595782228, -38.67856208844384, 0.0], [177.979977107494, -38.678109759806176, 0.0], [177.98064556687606, -38.67775721525657, 0.0], [177.98164619141892, -38.677373806717505, 0.0], [177.98232591980027, -38.67713989214897, 0.0], [177.98274096502595, -38.67694586768829, 0.0], [177.98335677853584, -38.676667028872664, 0.0], [177.98393715781955, -38.67644687849942, 0.0], [177.98441197222309, -38.676238382808805, 0.0], [177.98520925243767, -38.6759470163814, 0.0], [177.98590906511419, -38.67565266295015, 0.0], [177.98638045102848, -38.67548242449284, 0.0], [177.98715148976746, -38.67516357779326, 0.0], [177.98794786359946, -38.67490320308769, 0.0], [177.98850050096436, -38.67476521841194, 0.0], [177.98949723570735, -38.674458147312556, 0.0], [177.99031860163063, -38.67412045089019, 0.0], [177.99093243192328, -38.67390121799445, 0.0], [177.99116001698707, -38.673896246457275, 0.0], [177.99175351801387, -38.673777939986174, 0.0], [177.99274758352263, -38.67356386948727, 0.0], [177.9936224266273, -38.67338348257851, 0.0], [177.99397616392505, -38.67331354573058, 0.0], [177.99474473275836, -38.67317820045106, 0.0], [177.99584504456357, -38.67291905424599, 0.0], [177.99653674635212, -38.67272742885235, 0.0], [177.9970674743534, -38.67258081283538, 0.0], [177.9978214735324, -38.67236745236674, 0.0], [177.9983127569504, -38.67226540369835, 0.0], [177.9986906058202, -38.672149154114145, 0.0], [177.99920749942825, -38.67202218043334, 0.0], [177.99989527509624, -38.6718616748057, 0.0], [178.0006238095364, -38.67167559416971, 0.0], [178.0012068564678, -38.67153862900347, 0.0], [178.0019432418994, -38.671247378268156, 0.0], [178.0023073486927, -38.6710649992635, 0.0], [178.00292575076023, -38.67091221533827, 0.0], [178.0033687490061, -38.6707717155089, 0.0], [178.00372416471274, -38.67068261829571, 0.0], [178.0040571640363, -38.67062068783547, 0.0], [178.00413930177987, -38.67062192953099, 0.0], [178.00471045267236, -38.67057598830057, 0.0], [178.005187345559, -38.670529323366736, 0.0], [178.00560430397115, -38.67049475758532, 0.0], [178.00612157832154, -38.67046065059747, 0.0], [178.0066457408837, -38.67043815766885, 0.0], [178.0071905699709, -38.670450511263574, 0.0], [178.00767853947593, -38.67043194943038, 0.0], [178.0080541952151, -38.6704587074841, 0.0], [178.00875416590912, -38.670516806511166, 0.0], [178.00912210308388, -38.67052006856043, 0.0], [178.00977413770198, -38.67054448371075, 0.0], [178.0104712878175, -38.67056219281993, 0.0], [178.0111906426327, -38.670593238287175, 0.0], [178.0115282812382, -38.67059779411218, 0.0], [178.0123374935127, -38.67065356109252, 0.0], [178.01334592503412, -38.67060308382395, 0.0], [178.01383214997495, -38.67064651309936, 0.0], [178.01438337008554, -38.67066332291527, 0.0], [178.01481539121735, -38.67071384253878, 0.0], [178.015764435731, -38.67081360481801, 0.0], [178.01643274501785, -38.67089684228529, 0.0], [178.0168565480311, -38.67091673661013, 0.0], [178.0172043634437, -38.67102328071242, 0.0], [178.01767399960627, -38.67117699677316, 0.0], [178.01821585465632, -38.67132045730662, 0.0], [178.0185066430187, -38.67139371463608, 0.0], [178.01884267596557, -38.671505525313464, 0.0], [178.01944040256976, -38.671665635456556, 0.0], [178.01976734850047, -38.67177783435469, 0.0], [178.02013531009746, -38.67195497403412, 0.0], [178.0203859771038, -38.67210618918454, 0.0], [178.02052975501783, -38.67246688848745, 0.0], [178.02058185603002, -38.6725599415523, 0.0]], "type": "LineString"}, "id": "4283", "properties": {"CPS": 4, "Date": "1979-03-04", "Digitiser": "ER", "Georef_ER": 5.0, "ID": 4283.0, "Notes": null, "Photoscale": 47000, "Pixel_Er": 1.418962815383353, "Proxy": 1, "Region": "Gisborne", "SHLength": 8.91357686378, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 5.621321505788533, "USDate": "03/04/1979"}, "type": "Feature"}, {"bbox": [177.93919822901458, -38.716147142133025, 177.991621615072, -38.67361177849522], "geometry": {"coordinates": [[177.93919822901458, -38.716147142133025, 0.0], [177.9394902094482, -38.71592750462092, 0.0], [177.9397207273639, -38.71569855732605, 0.0], [177.9399909859754, -38.71520824046198, 0.0], [177.94015741638793, -38.71484382526696, 0.0], [177.9403195843968, -38.71450579724685, 0.0], [177.94050551516483, -38.71415961515117, 0.0], [177.9407414312445, -38.71383275734279, 0.0], [177.94097669127456, -38.71358454738624, 0.0], [177.9411145183379, -38.71337858368825, 0.0], [177.94124545902133, -38.713072849143536, 0.0], [177.9414494928483, -38.71276878267084, 0.0], [177.9416885106746, -38.71231075757856, 0.0], [177.94187565836037, -38.711938315154654, 0.0], [177.9420371598219, -38.71167893374645, 0.0], [177.94223790746548, -38.71132735650826, 0.0], [177.94247290380923, -38.71094335598904, 0.0], [177.9426980626833, -38.7105049758458, 0.0], [177.9428765175572, -38.71018293157931, 0.0], [177.94312445433184, -38.70981029368873, 0.0], [177.9433792680244, -38.7093611258549, 0.0], [177.94347750407854, -38.70915445516103, 0.0], [177.94360351741085, -38.70895375440361, 0.0], [177.94372977382696, -38.70871254178189, 0.0], [177.94391207202153, -38.70840224539764, 0.0], [177.9440936331466, -38.70812533412524, 0.0], [177.94428190734553, -38.70776951760605, 0.0], [177.9444603545564, -38.707535621687384, 0.0], [177.94465510721375, -38.707317711352424, 0.0], [177.9448597625216, -38.706934992757645, 0.0], [177.94512177403985, -38.706590343602144, 0.0], [177.94514724853838, -38.706474906616286, 0.0], [177.94528890335505, -38.70628068839063, 0.0], [177.94541253172198, -38.70608961674066, 0.0], [177.9455085531555, -38.705983100766936, 0.0], [177.94555778770976, -38.7058595089868, 0.0], [177.9456914938236, -38.7056823043947, 0.0], [177.94591531349997, -38.70531306618178, 0.0], [177.94606417572254, -38.70513521854179, 0.0], [177.94628537414295, -38.70481612199734, 0.0], [177.94646437869557, -38.70454646311544, 0.0], [177.9467485797917, -38.704215164251146, 0.0], [177.94690447756474, -38.703963161748156, 0.0], [177.9470764383394, -38.70376765624627, 0.0], [177.9471108395828, -38.70364945787453, 0.0], [177.94733711595313, -38.70340399964659, 0.0], [177.9474078946347, -38.703284258274216, 0.0], [177.94748506426626, -38.7031690106594, 0.0], [177.94777842769622, -38.70279443703404, 0.0], [177.94792260795643, -38.7025929614671, 0.0], [177.9480218944218, -38.70244580369952, 0.0], [177.9481679560553, -38.70222757100578, 0.0], [177.94824454446348, -38.70205993402673, 0.0], [177.94843198274165, -38.70186853497888, 0.0], [177.94849161725674, -38.70176356039234, 0.0], [177.94870854773146, -38.70155899758832, 0.0], [177.94882224489234, -38.701356431829105, 0.0], [177.94910978300487, -38.70102975097185, 0.0], [177.94926951843868, -38.7007894949534, 0.0], [177.94936191644962, -38.70063071625624, 0.0], [177.94943359736246, -38.70056811390922, 0.0], [177.94950126192253, -38.70049138733864, 0.0], [177.9496291379884, -38.700362074682296, 0.0], [177.94973808138022, -38.70017876930607, 0.0], [177.94993624659443, -38.70001073717013, 0.0], [177.95001808190872, -38.699919114375746, 0.0], [177.95015700875598, -38.69972977138904, 0.0], [177.95032427820678, -38.6995106362311, 0.0], [177.95049557461707, -38.69939377458033, 0.0], [177.950647193231, -38.69916815591753, 0.0], [177.9507833380082, -38.69902657898345, 0.0], [177.9508485370814, -38.69891421983473, 0.0], [177.9510063044232, -38.698733606003124, 0.0], [177.95114916702033, -38.69860127327097, 0.0], [177.95121043706044, -38.698520052335205, 0.0], [177.9513270025458, -38.69840313020073, 0.0], [177.95140719242423, -38.69828775202081, 0.0], [177.95155038181758, -38.69816016982318, 0.0], [177.9516415467278, -38.69802764858997, 0.0], [177.9517450005264, -38.69789698805712, 0.0], [177.95188314542253, -38.697728701343564, 0.0], [177.9519493269772, -38.69763059452358, 0.0], [177.95209021519057, -38.69746975534739, 0.0], [177.95218621588108, -38.697363235185286, 0.0], [177.95233135912085, -38.69717600834331, 0.0], [177.95248740169362, -38.69701452534053, 0.0], [177.9526689179206, -38.69682575383469, 0.0], [177.95280030592212, -38.69670343613198, 0.0], [177.95294725288477, -38.696542338746276, 0.0], [177.95315071684814, -38.69631928058884, 0.0], [177.9533155956065, -38.69610977272207, 0.0], [177.95345517877757, -38.6960180779427, 0.0], [177.95362195239238, -38.695879962146414, 0.0], [177.95386808727218, -38.69561458942529, 0.0], [177.95406294524577, -38.69539904255706, 0.0], [177.95434274782048, -38.69513700390709, 0.0], [177.95456857137134, -38.694929670802466, 0.0], [177.95476203718732, -38.69473800627995, 0.0], [177.95491675489316, -38.69455751707416, 0.0], [177.955166002229, -38.69433727576717, 0.0], [177.95530835577316, -38.694197812602795, 0.0], [177.95555268867312, -38.693994456291804, 0.0], [177.95565277022774, -38.69385917095183, 0.0], [177.95589644376017, -38.6936463122564, 0.0], [177.95596860512092, -38.69359083302364, 0.0], [177.9561153745506, -38.69342735702971, 0.0], [177.9563313641561, -38.69325379254263, 0.0], [177.95645585583463, -38.69311985184449, 0.0], [177.95662957375006, -38.69295046535928, 0.0], [177.956717199189, -38.69281094358788, 0.0], [177.9568572645946, -38.69272637174729, 0.0], [177.95707430915925, -38.69252417198818, 0.0], [177.9572678536872, -38.69237776637355, 0.0], [177.9575902311456, -38.69211629355654, 0.0], [177.95791801070771, -38.69184506058421, 0.0], [177.9581366934171, -38.69166661361827, 0.0], [177.95829778697237, -38.6914906140915, 0.0], [177.95866945307077, -38.69115080574965, 0.0], [177.95888714543244, -38.69095810498825, 0.0], [177.95899729589664, -38.690836683529334, 0.0], [177.95937069236908, -38.69056588991798, 0.0], [177.95968699226577, -38.690304669999385, 0.0], [177.95998601996482, -38.69010136190721, 0.0], [177.96012990691514, -38.68994038617471, 0.0], [177.96025455037542, -38.68980881765239, 0.0], [177.96036422600378, -38.6897684176775, 0.0], [177.96057077287898, -38.6895904824338, 0.0], [177.9607198262192, -38.68946025786836, 0.0], [177.96102671814992, -38.68928281949643, 0.0], [177.96106003415275, -38.68919325287984, 0.0], [177.9612171915114, -38.689048388511175, 0.0], [177.96140063888143, -38.688888111260304, 0.0], [177.9615990047693, -38.68876770045588, 0.0], [177.96174248634597, -38.68864485891119, 0.0], [177.96188556833783, -38.68856015300361, 0.0], [177.96205435240586, -38.68840764575296, 0.0], [177.96222698901795, -38.688266886520864, 0.0], [177.96242927486313, -38.688115336093865, 0.0], [177.96253852281606, -38.68802492141601, 0.0], [177.96278716115472, -38.687840427022024, 0.0], [177.96293653587253, -38.68771495095384, 0.0], [177.96311032070085, -38.68759081860507, 0.0], [177.9633687064084, -38.687415438026825, 0.0], [177.96365051414563, -38.68722714818687, 0.0], [177.96395459177614, -38.687009320979755, 0.0], [177.96422190089643, -38.68683117646008, 0.0], [177.9643908404874, -38.686681041814055, 0.0], [177.9646049109483, -38.68652422144324, 0.0], [177.96476172619802, -38.686374602270696, 0.0], [177.9650032357785, -38.68621899584892, 0.0], [177.96517595755938, -38.68612349488641, 0.0], [177.9654250761562, -38.68594612196163, 0.0], [177.965740113399, -38.685711146865515, 0.0], [177.96595997797087, -38.68550642903389, 0.0], [177.96627395616412, -38.68530008671986, 0.0], [177.96643152071607, -38.68520522923831, 0.0], [177.96666613823538, -38.685038000825145, 0.0], [177.9669010839015, -38.68487552283408, 0.0], [177.9670559452899, -38.684785544478736, 0.0], [177.9672211177766, -38.684668920246786, 0.0], [177.96736458148447, -38.6845460729018, 0.0], [177.96765628222946, -38.684369264668824, 0.0], [177.96785511868467, -38.68425597090115, 0.0], [177.96807721129505, -38.68412739188182, 0.0], [177.96833606604181, -38.683959128071905, 0.0], [177.96858157808953, -38.68381763861642, 0.0], [177.9688096307214, -38.68364353842162, 0.0], [177.9690393291298, -38.68349319190531, 0.0], [177.96928859349134, -38.68331818730863, 0.0], [177.9695535034689, -38.683149662976724, 0.0], [177.96981841217587, -38.68298113812162, 0.0], [177.96997491279524, -38.68291491040534, 0.0], [177.97019110091915, -38.6827889614809, 0.0], [177.97036601403659, -38.682681447670106, 0.0], [177.97062462797544, -38.68255369037487, 0.0], [177.97091449999726, -38.68235074561647, 0.0], [177.97112660068552, -38.68225355821664, 0.0], [177.97120855412575, -38.68216429888993, 0.0], [177.9714113975928, -38.68206512304859, 0.0], [177.97150656097585, -38.682034861050816, 0.0], [177.97166042154518, -38.68193062495289, 0.0], [177.97180281881847, -38.68183640687699, 0.0], [177.97199535110414, -38.681763876094514, 0.0], [177.97208247549915, -38.68170536723887, 0.0], [177.97237497641683, -38.68154042564169, 0.0], [177.9726239966146, -38.68140592571836, 0.0], [177.97294999475486, -38.68124193732556, 0.0], [177.97309354255097, -38.681164345611215, 0.0], [177.9733234895259, -38.681061628736686, 0.0], [177.97357102273816, -38.680905748494865, 0.0], [177.97377132316444, -38.68081382434692, 0.0], [177.97388456489608, -38.68073752377403, 0.0], [177.97425413663282, -38.68058835097527, 0.0], [177.9747706740272, -38.68032331891743, 0.0], [177.9750752842921, -38.68015785439576, 0.0], [177.9754920799364, -38.67994472106968, 0.0], [177.9757617439334, -38.67984507045557, 0.0], [177.9760284389639, -38.67970266239422, 0.0], [177.9764517843476, -38.679496393616965, 0.0], [177.97684206142338, -38.679339182358156, 0.0], [177.97730292076577, -38.67914798710567, 0.0], [177.9776203008681, -38.67899150098113, 0.0], [177.9780023061284, -38.67884655094012, 0.0], [177.97828259861186, -38.678724999392244, 0.0], [177.97864779959065, -38.678556940237094, 0.0], [177.97910060802107, -38.67833749268562, 0.0], [177.97945164347425, -38.67818433014128, 0.0], [177.98010522521457, -38.67788007189051, 0.0], [177.98050358510304, -38.67770820917645, 0.0], [177.98100552625897, -38.67749618652302, 0.0], [177.98143892407515, -38.677303765427254, 0.0], [177.9818372772066, -38.67713189856472, 0.0], [177.98232708902646, -38.676920388327005, 0.0], [177.98270511004773, -38.67671841556647, 0.0], [177.98308340090327, -38.676564078296096, 0.0], [177.9834131488514, -38.676454696782244, 0.0], [177.98370923329992, -38.67634198760102, 0.0], [177.9838892861606, -38.67626520596164, 0.0], [177.98442045950026, -38.676080509081785, 0.0], [177.9849851840173, -38.67585387526284, 0.0], [177.9854840672274, -38.675641964481805, 0.0], [177.98590763270172, -38.67548330109228, 0.0], [177.9862846964605, -38.675355212608444, 0.0], [177.98661784988866, -38.67520755814864, 0.0], [177.98691524530113, -38.67511384423403, 0.0], [177.98715374562337, -38.675003587978765, 0.0], [177.9873947238532, -38.67492896142039, 0.0], [177.9877383948869, -38.67484517918556, 0.0], [177.98822894278447, -38.67468840863793, 0.0], [177.98866020871282, -38.67455323026827, 0.0], [177.98921443872214, -38.674350849234976, 0.0], [177.98965093400477, -38.67420353160789, 0.0], [177.9900101334846, -38.67408096016256, 0.0], [177.99029677544058, -38.67396387368513, 0.0], [177.99054380642258, -38.673888981831304, 0.0], [177.99079810814308, -38.67378757198259, 0.0], [177.99087022172392, -38.673732074126264, 0.0], [177.99096910956524, -38.67366828360532, 0.0], [177.99113521258153, -38.67369691359449, 0.0], [177.99136433866542, -38.6736704341105, 0.0], [177.991621615072, -38.67361177849522, 0.0]], "type": "LineString"}, "id": "4288", "properties": {"CPS": 3, "Date": "1948-07-06", "Digitiser": "ER", "Georef_ER": 4.0, "ID": 4288.0, "Notes": null, "Photoscale": 10400, "Pixel_Er": 0.43302378373664, "Proxy": 1, "Region": "Gisborne", "SHLength": 6.80724154864, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 3.76304525581099, "USDate": "07/06/1948"}, "type": "Feature"}, {"bbox": [177.991621615072, -38.67361177849522, 178.02052650580453, -38.670480723926374], "geometry": {"coordinates": [[177.991621615072, -38.67361177849522, 0.0], [177.99184743291437, -38.67353779154565, 0.0], [177.99203049898134, -38.6734608686938, 0.0], [177.9922417743931, -38.67343991612562, 0.0], [177.99238071250033, -38.67338394024191, 0.0], [177.99253860484828, -38.6733819483396, 0.0], [177.99273445142282, -38.67331400708605, 0.0], [177.99300604813263, -38.67324282359618, 0.0], [177.99314410568473, -38.67321785573666, 0.0], [177.99342341589968, -38.67317016517809, 0.0], [177.99362846431097, -38.67314709423344, 0.0], [177.9937939569433, -38.67312333370092, 0.0], [177.9938752709276, -38.67311270585923, 0.0], [177.99439229600873, -38.67303101329248, 0.0], [177.9946820181561, -38.673001933214806, 0.0], [177.99517799664915, -38.6729235206309, 0.0], [177.99550055127625, -38.672885885550166, 0.0], [177.99577126459113, -38.67284570471255, 0.0], [177.99606908191413, -38.67280198014969, 0.0], [177.99631169694823, -38.6727510893429, 0.0], [177.99649602940653, -38.6727360477553, 0.0], [177.99668746523082, -38.672692112848644, 0.0], [177.9967649203946, -38.67266973627374, 0.0], [177.99691641935115, -38.67266324747652, 0.0], [177.99697283010303, -38.67264415452172, 0.0], [177.9971135834985, -38.672614301726426, 0.0], [177.9974558548825, -38.67255437514002, 0.0], [177.9978038543745, -38.672489437373024, 0.0], [177.99805252667468, -38.67243828348888, 0.0], [177.99841622071995, -38.67233693556354, 0.0], [177.99886607714282, -38.672250953855375, 0.0], [177.99922304646492, -38.672140361996576, 0.0], [177.99965306439435, -38.67203140340838, 0.0], [177.99991875351114, -38.671962839557054, 0.0], [178.00023446002086, -38.671870689820636, 0.0], [178.0003740505494, -38.67182420619518, 0.0], [178.00070826661013, -38.6717360266539, 0.0], [178.00114119123026, -38.67158167253424, 0.0], [178.00158590207636, -38.67142204676089, 0.0], [178.00206240112556, -38.67128249796655, 0.0], [178.00246364807853, -38.67115332116931, 0.0], [178.00276772475826, -38.67106881054566, 0.0], [178.00301946400143, -38.67097463158173, 0.0], [178.0033843487386, -38.67084701100191, 0.0], [178.00358656760483, -38.67078354331426, 0.0], [178.00392413537946, -38.670699975743545, 0.0], [178.0041805591871, -38.670629417336094, 0.0], [178.0042741532581, -38.67062063796138, 0.0], [178.00446134130706, -38.67060307899083, 0.0], [178.0047603022738, -38.67057596013207, 0.0], [178.00496230766598, -38.670552999933456, 0.0], [178.00507744204177, -38.67054806062184, 0.0], [178.00518216037946, -38.670524508918724, 0.0], [178.00531481052133, -38.670509288341655, 0.0], [178.00538399959973, -38.67049917272775, 0.0], [178.00569943534836, -38.67049040377891, 0.0], [178.00603607983777, -38.670480723926374, 0.0], [178.00628029159574, -38.67049645106802, 0.0], [178.00656961934888, -38.67050547682085, 0.0], [178.0067894265874, -38.67051986777964, 0.0], [178.0070025107164, -38.67052501729188, 0.0], [178.00724033118598, -38.67053625191646, 0.0], [178.00747682461375, -38.670528483879686, 0.0], [178.0076527211696, -38.670523316381754, 0.0], [178.007882281559, -38.67054681618905, 0.0], [178.00812533219766, -38.67054591253297, 0.0], [178.00830778604683, -38.67054760972646, 0.0], [178.008517717636, -38.67050762636383, 0.0], [178.00890416568774, -38.670514859203635, 0.0], [178.0092515577572, -38.670528532480155, 0.0], [178.00968361913397, -38.67053618660383, 0.0], [178.0098669025397, -38.6705497576673, 0.0], [178.0101067569147, -38.670546604720734, 0.0], [178.01050279219382, -38.6705605676703, 0.0], [178.0109404150512, -38.67056083108173, 0.0], [178.01141422959319, -38.67055715582585, 0.0], [178.01190688691557, -38.67056219870514, 0.0], [178.01208597836114, -38.67055926961917, 0.0], [178.0122495885874, -38.67055224059777, 0.0], [178.01250089740455, -38.67053906103442, 0.0], [178.01290469317073, -38.67053362324044, 0.0], [178.01309034216973, -38.67053755799796, 0.0], [178.01319252547376, -38.6705212552094, 0.0], [178.01353049540097, -38.67053055574111, 0.0], [178.0139983749062, -38.670572390312564, 0.0], [178.01422440804825, -38.67058888193731, 0.0], [178.01444504608077, -38.670615134552264, 0.0], [178.01463086122908, -38.670621442078726, 0.0], [178.01477139535444, -38.670632078080565, 0.0], [178.0150812271769, -38.6706735545771, 0.0], [178.0152742650331, -38.67069622727851, 0.0], [178.01548261817865, -38.67072062362767, 0.0], [178.01578722176933, -38.67077423490534, 0.0], [178.01595784931763, -38.67082407617545, 0.0], [178.0161515523906, -38.67085624833542, 0.0], [178.01636812608777, -38.67091126061357, 0.0], [178.01653796185093, -38.67090634022437, 0.0], [178.01668995106783, -38.670906951776594, 0.0], [178.01694558041243, -38.67095551875248, 0.0], [178.0171223967302, -38.6710503574277, 0.0], [178.01730448010326, -38.67109017448602, 0.0], [178.01749241916636, -38.67117023992686, 0.0], [178.0176610539232, -38.67119157574597, 0.0], [178.0178443014801, -38.671248018549754, 0.0], [178.0181251685927, -38.67130979166319, 0.0], [178.01841828433652, -38.671416302463555, 0.0], [178.0186242380616, -38.671493208712086, 0.0], [178.01879976472094, -38.67152615828266, 0.0], [178.0189863762363, -38.671587219285854, 0.0], [178.01915564042565, -38.671660938217876, 0.0], [178.0194331108793, -38.67176097233351, 0.0], [178.01970348807393, -38.671889899547196, 0.0], [178.01994846331763, -38.67200324247399, 0.0], [178.02008440106826, -38.67207839401712, 0.0], [178.02018954166812, -38.672147723506654, 0.0], [178.02035993641383, -38.67228095148836, 0.0], [178.02052650580453, -38.6726141461552, 0.0]], "type": "LineString"}, "id": "4289", "properties": {"CPS": 1, "Date": "1948-07-06", "Digitiser": "ER", "Georef_ER": 4.0, "ID": 4289.0, "Notes": null, "Photoscale": 10400, "Pixel_Er": 0.43302378373664, "Proxy": 1, "Region": "Gisborne", "SHLength": 2.64723161511, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 3.66121695577872, "USDate": "07/06/1948"}, "type": "Feature"}, {"bbox": [178.020710662299, -38.6743594551711, 178.02208053521008, -38.67341543613904], "geometry": {"coordinates": [[178.020710662299, -38.67341543613904, 0.0], [178.02105796009056, -38.673557726215094, 0.0], [178.0213522180671, -38.67372373959668, 0.0], [178.02160186048496, -38.67390358455364, 0.0], [178.02181837649803, -38.67404435446377, 0.0], [178.02192248836008, -38.67414231510284, 0.0], [178.02194072917464, -38.674272560753096, 0.0], [178.02203428925128, -38.67430665126393, 0.0], [178.02208053521008, -38.6743594551711, 0.0]], "type": "LineString"}, "id": "4290", "properties": {"CPS": 2, "Date": "1948-07-06", "Digitiser": "ER", "Georef_ER": 4.0, "ID": 4290.0, "Notes": null, "Photoscale": 10400, "Pixel_Er": 0.43302378373664, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.164743543672, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 3.708437622137063, "USDate": "07/06/1948"}, "type": "Feature"}, {"bbox": [177.9421615919087, -38.71028835500314, 177.94527878083645, -38.70803877540106], "geometry": {"coordinates": [[177.9421615919087, -38.71027869975941, 0.0], [177.94220361163744, -38.71028835500314, 0.0], [177.94225185839554, -38.710282498768954, 0.0], [177.94230620098014, -38.7102592306585, 0.0], [177.9423909606728, -38.71025373314603, 0.0], [177.9424683128146, -38.710246643512576, 0.0], [177.942536683299, -38.710215157067665, 0.0], [177.9426270808718, -38.71022085618221, 0.0], [177.94274507667694, -38.710238727356355, 0.0], [177.9428613671353, -38.710231893321684, 0.0], [177.94303075507608, -38.71021899704645, 0.0], [177.94326811942497, -38.71016891250748, 0.0], [177.94338552313505, -38.71014297126778, 0.0], [177.94346425083754, -38.71012057507408, 0.0], [177.9435481555914, -38.71006746420424, 0.0], [177.94358132097423, -38.709984102674355, 0.0], [177.94362707086762, -38.709871618500216, 0.0], [177.94371064535372, -38.70977849657014, 0.0], [177.943734284693, -38.70959812089538, 0.0], [177.94382316692597, -38.70947618467475, 0.0], [177.94396678378536, -38.70933668076361, 0.0], [177.9441206901741, -38.70917005723361, 0.0], [177.94421324114472, -38.70903081167996, 0.0], [177.94429609017604, -38.70889197732363, 0.0], [177.94435298336734, -38.70879998598425, 0.0], [177.94444153775305, -38.70870855842447, 0.0], [177.94454097446538, -38.708633823026965, 0.0], [177.9447433332863, -38.7084643823573, 0.0], [177.9448962425251, -38.70833973103591, 0.0], [177.94505651193384, -38.70830053519965, 0.0], [177.94521041866278, -38.70820443043188, 0.0], [177.94527878083645, -38.70810242267386, 0.0], [177.94526952050956, -38.70803877540106, 0.0]], "type": "LineString"}, "id": "4301", "properties": {"CPS": 4, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4301.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.408195429968, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 2.079639391817726, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [177.94524191277432, -38.707885564023755, 177.94611284339217, -38.706936257734846], "geometry": {"coordinates": [[177.94524191277432, -38.707885564023755, 0.0], [177.94536875085808, -38.707855408982944, 0.0], [177.94543088636695, -38.70776891274154, 0.0], [177.9454648361628, -38.70769695317643, 0.0], [177.94553313456206, -38.70762925507259, 0.0], [177.9456077272218, -38.707582255489534, 0.0], [177.94572774517513, -38.70752380001557, 0.0], [177.94577513378405, -38.70747033002865, 0.0], [177.94580101958954, -38.70738727661168, 0.0], [177.94581468676682, -38.707303407125245, 0.0], [177.94590179376013, -38.70719107446616, 0.0], [177.94596635343535, -38.70710447517166, 0.0], [177.94603812617828, -38.70705187705821, 0.0], [177.94608459548698, -38.70698510429735, 0.0], [177.94611284339217, -38.706936257734846, 0.0]], "type": "LineString"}, "id": "4302", "properties": {"CPS": 5, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4302.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.136289137455, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 8.592327973256142, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [177.94609568338126, -38.706705412627436, 177.94859957515973, -38.70353311166955], "geometry": {"coordinates": [[177.94609568338126, -38.706705412627436, 0.0], [177.9461411024111, -38.70662343679613, 0.0], [177.9461726884698, -38.70651727020649, 0.0], [177.94623344670416, -38.706446079572785, 0.0], [177.94636119461967, -38.706358706472535, 0.0], [177.94641887093508, -38.70627811669979, 0.0], [177.94651351427578, -38.7061692759287, 0.0], [177.94655460698976, -38.706095107216974, 0.0], [177.9465945808171, -38.70596952533317, 0.0], [177.94667880351298, -38.70588590369618, 0.0], [177.94681610982565, -38.70583128826482, 0.0], [177.9469718467825, -38.70576178698209, 0.0], [177.9470471553049, -38.705689978848014, 0.0], [177.94715831775744, -38.70560902619418, 0.0], [177.94723395076696, -38.70550670901341, 0.0], [177.94724049447893, -38.70539016863093, 0.0], [177.94721649763247, -38.70532447824534, 0.0], [177.94720449589323, -38.705256373149396, 0.0], [177.94724231222952, -38.70520521456102, 0.0], [177.94735256159524, -38.70518147891275, 0.0], [177.9474264941462, -38.705124976499775, 0.0], [177.94752762259867, -38.70500442420902, 0.0], [177.94757575444973, -38.70487373113132, 0.0], [177.94768028867702, -38.7047320688311, 0.0], [177.9477578202031, -38.70462204702164, 0.0], [177.94785062864295, -38.704557119883255, 0.0], [177.94792685412034, -38.704498613962386, 0.0], [177.9480093667959, -38.70439028664748, 0.0], [177.94816074226634, -38.70415210191443, 0.0], [177.94828992047576, -38.704015111517, 0.0], [177.94836810686127, -38.70391459129298, 0.0], [177.9484504251749, -38.703838673046214, 0.0], [177.94850114602508, -38.703727882248714, 0.0], [177.94852886595368, -38.70367143376817, 0.0], [177.94859820825852, -38.70361893729617, 0.0], [177.94859957515973, -38.70353311166955, 0.0]], "type": "LineString"}, "id": "4303", "properties": {"CPS": 5, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4303.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.434036795033, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 8.592327973256142, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [177.94858874649543, -38.7034115904383, 177.9566531512572, -38.6943269997722], "geometry": {"coordinates": [[177.94858874649543, -38.7034115904383, 0.0], [177.9486677893089, -38.70335868238667, 0.0], [177.94883209565478, -38.70320209459841, 0.0], [177.94891171676844, -38.70305195854158, 0.0], [177.94898977001418, -38.70294953764056, 0.0], [177.94907005538136, -38.702879423087964, 0.0], [177.94913283909446, -38.70280242728212, 0.0], [177.9491723516393, -38.702705453419796, 0.0], [177.94921003402797, -38.70265239398436, 0.0], [177.94929614878788, -38.70260680925769, 0.0], [177.94934312925952, -38.70247711737322, 0.0], [177.94939948618747, -38.70237752276788, 0.0], [177.94943880548573, -38.7023129581263, 0.0], [177.94956923018373, -38.70212369058907, 0.0], [177.94966065927892, -38.70207406821349, 0.0], [177.94972042999157, -38.70202388322742, 0.0], [177.9497332035515, -38.701962350889445, 0.0], [177.94974355195114, -38.70190092146081, 0.0], [177.9497929652605, -38.7018416462176, 0.0], [177.94985581748404, -38.70180086013854, 0.0], [177.94989159912018, -38.70175550494878, 0.0], [177.9499362231136, -38.701662125845, 0.0], [177.94996800352183, -38.701594069069166, 0.0], [177.9500427795507, -38.701514657958626, 0.0], [177.9500953878077, -38.70143123208543, 0.0], [177.95020024543922, -38.70132957888074, 0.0], [177.95026499675672, -38.701281088214245, 0.0], [177.95034907859718, -38.701195564153565, 0.0], [177.95037469480758, -38.70110870941818, 0.0], [177.95043085705979, -38.701041523717144, 0.0], [177.95050255020683, -38.70095271343889, 0.0], [177.9506340449818, -38.70076492415848, 0.0], [177.95072238012068, -38.70063538256556, 0.0], [177.95081877833022, -38.700516934367215, 0.0], [177.9509308383386, -38.70037876188146, 0.0], [177.95105122401176, -38.700255483482195, 0.0], [177.95114107342866, -38.70018305571055, 0.0], [177.95123406516333, -38.70008571719295, 0.0], [177.95129100387638, -38.69995941382333, 0.0], [177.9513406591569, -38.69986848900126, 0.0], [177.95140166973545, -38.69980109707063, 0.0], [177.9514882444766, -38.699751679405225, 0.0], [177.9515621683207, -38.69969517491797, 0.0], [177.9516527338234, -38.699597939082665, 0.0], [177.9517546361485, -38.69948878624805, 0.0], [177.95184054278621, -38.699359346972315, 0.0], [177.95190168385432, -38.699293855204395, 0.0], [177.952026711599, -38.699118155890204, 0.0], [177.9521334627873, -38.699008796899804, 0.0], [177.95224336675986, -38.69894504666033, 0.0], [177.95229559527635, -38.69889136875573, 0.0], [177.95232618999086, -38.69880620823594, 0.0], [177.95235928089144, -38.69875715469615, 0.0], [177.95242907003617, -38.69867604794513, 0.0], [177.95253923600686, -38.69861609820958, 0.0], [177.95262173550762, -38.69850776846496, 0.0], [177.95265121857184, -38.69844171452299, 0.0], [177.9526889563691, -38.69835434469109, 0.0], [177.95272905908942, -38.698301181452166, 0.0], [177.95278448872403, -38.698188283125155, 0.0], [177.95285382274443, -38.69813578464374, 0.0], [177.95292676420763, -38.698100286455684, 0.0], [177.95301241606992, -38.69803756529084, 0.0], [177.95303632228257, -38.6979788000601, 0.0], [177.9531164669237, -38.69790678294308, 0.0], [177.95320512878322, -38.697817250602746, 0.0], [177.95330617817814, -38.69773100406833, 0.0], [177.95341070355175, -38.69765985740452, 0.0], [177.9535007384793, -38.69755501898687, 0.0], [177.95356541245275, -38.69747031693305, 0.0], [177.95365617578344, -38.69741119014784, 0.0], [177.95371829306603, -38.697324690644884, 0.0], [177.95380046704085, -38.69724686907179, 0.0], [177.95391147763382, -38.69716401090128, 0.0], [177.95399096341828, -38.69708249147678, 0.0], [177.95406657845913, -38.696980171002195, 0.0], [177.95412437066435, -38.6969014787649, 0.0], [177.9541917311514, -38.69682047418167, 0.0], [177.95426145709763, -38.6967736760982, 0.0], [177.95430714370647, -38.696730948489375, 0.0], [177.95439337772814, -38.69664151841979, 0.0], [177.95447122602812, -38.696571503905226, 0.0], [177.95453085748363, -38.69651941658343, 0.0], [177.95460267276394, -38.69643250473372, 0.0], [177.95464644006543, -38.696362031735674, 0.0], [177.95469590491246, -38.69626844538709, 0.0], [177.95473701381098, -38.69617711988863, 0.0], [177.95482862226254, -38.69609508501587, 0.0], [177.95486734878082, -38.69605722710818, 0.0], [177.954912824292, -38.6960114587346, 0.0], [177.95495508619865, -38.69595439118546, 0.0], [177.9550272357342, -38.69590748972319, 0.0], [177.95508601861468, -38.69587830951098, 0.0], [177.95514989427014, -38.69581727426338, 0.0], [177.95525007738811, -38.69568341434767, 0.0], [177.9553296915286, -38.69560379456548, 0.0], [177.95539593907108, -38.695541896055644, 0.0], [177.95546415822756, -38.69550850291054, 0.0], [177.95555399735792, -38.69543607238422, 0.0], [177.95560490643186, -38.69536338971397, 0.0], [177.95564192327578, -38.695300826928346, 0.0], [177.9556899541803, -38.69525685565386, 0.0], [177.95577396409783, -38.69520563799453, 0.0], [177.95582887516952, -38.695155656536095, 0.0], [177.9558701570166, -38.69511959569737, 0.0], [177.95600324888272, -38.695039609411204, 0.0], [177.95605455162476, -38.69497262766461, 0.0], [177.95605872079233, -38.69494500494441, 0.0], [177.9561158519801, -38.69485681016409, 0.0], [177.95621512623694, -38.6947801664001, 0.0], [177.95630293323248, -38.694713539501414, 0.0], [177.9563852329707, -38.69463761682295, 0.0], [177.9564755959756, -38.694572787141084, 0.0], [177.95654655986243, -38.694508781675395, 0.0], [177.956578331335, -38.6944407236675, 0.0], [177.95662609815292, -38.69439295136532, 0.0], [177.95664732288708, -38.69434821280342, 0.0], [177.9566531512572, -38.6943269997722, 0.0]], "type": "LineString"}, "id": "4304", "properties": {"CPS": 4, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4304.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 1.25237487374, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 2.079639391817726, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [177.9566960682323, -38.69427943352097, 177.95776537219345, -38.69333343402734], "geometry": {"coordinates": [[177.9566960682323, -38.69427943352097, 0.0], [177.9568229348639, -38.69421495841514, 0.0], [177.95692030854806, -38.69414601861666, 0.0], [177.95700522907177, -38.69407284307422, 0.0], [177.95710626872074, -38.693986593858185, 0.0], [177.95718804084436, -38.69390306929644, 0.0], [177.9572982534535, -38.69380880633778, 0.0], [177.95735119006088, -38.69373031897183, 0.0], [177.95745655252378, -38.69363626199127, 0.0], [177.95752181805418, -38.693595369450364, 0.0], [177.95756892622083, -38.69353809506439, 0.0], [177.95760443614486, -38.69348893735093, 0.0], [177.95764682601984, -38.693433769403434, 0.0], [177.95769741079638, -38.693391594755376, 0.0], [177.95776537219345, -38.69333343402734, 0.0]], "type": "LineString"}, "id": "4305", "properties": {"CPS": 4, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4305.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.14187901797, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 2.079639391817726, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [177.95783631784914, -38.69319890872554, 177.96595542353256, -38.68670099473734], "geometry": {"coordinates": [[177.95783631784914, -38.69319890872554, 0.0], [177.9579161316783, -38.693157397653295, 0.0], [177.95797923470133, -38.69312040866614, 0.0], [177.9580555714934, -38.69306379774532, 0.0], [177.9581490922647, -38.69300950589849, 0.0], [177.95822777973927, -38.692916582052604, 0.0], [177.9583098124012, -38.69283685756547, 0.0], [177.95843620645783, -38.692730470142415, 0.0], [177.95859510061703, -38.69260173572676, 0.0], [177.9586747077238, -38.69252211410301, 0.0], [177.95876440838646, -38.692447781187035, 0.0], [177.95884179602706, -38.69240637264328, 0.0], [177.9589154435361, -38.692346063625045, 0.0], [177.95901299680105, -38.69227978285435, 0.0], [177.95909181391787, -38.69218875889472, 0.0], [177.95915955919273, -38.69211345311116, 0.0], [177.95924493542165, -38.692046927454626, 0.0], [177.9594054336129, -38.6919238416267, 0.0], [177.95949827231368, -38.691824597523485, 0.0], [177.9595874450948, -38.69174266268563, 0.0], [177.95969962441043, -38.69167690309298, 0.0], [177.95981913473406, -38.69157652475188, 0.0], [177.95990148412605, -38.69146629068247, 0.0], [177.95999740406572, -38.69137644490443, 0.0], [177.96004516662128, -38.69132867146967, 0.0], [177.96016447856297, -38.6912254423193, 0.0], [177.96029703209302, -38.69113785049732, 0.0], [177.96043638994544, -38.69100803848689, 0.0], [177.96054430071757, -38.69091577645684, 0.0], [177.9606444857495, -38.690852431982556, 0.0], [177.96077100443597, -38.690747942809054, 0.0], [177.96083845524976, -38.69068599022123, 0.0], [177.96093136552835, -38.6906229548806, 0.0], [177.96101149418368, -38.69055093334085, 0.0], [177.96108959268437, -38.69048471591086, 0.0], [177.96112386198192, -38.69041769412439, 0.0], [177.96121231696702, -38.69036056587177, 0.0], [177.96133366510804, -38.69028679107151, 0.0], [177.96148050051386, -38.6901947786698, 0.0], [177.96157615362588, -38.69010113113461, 0.0], [177.9616725960141, -38.69001888559779, 0.0], [177.96172231102364, -38.68992909778421, 0.0], [177.9617776087473, -38.68988481506386, 0.0], [177.96185884452183, -38.68979368648209, 0.0], [177.9619411328371, -38.68971776059949, 0.0], [177.96204295005236, -38.689642909914554, 0.0], [177.96215810280285, -38.68956749188685, 0.0], [177.96226843388592, -38.689475125395354, 0.0], [177.96235916988462, -38.689380733453326, 0.0], [177.96245888050996, -38.68927547699647, 0.0], [177.96256095976793, -38.6892044266151, 0.0], [177.96269946448282, -38.689097519628724, 0.0], [177.96282808290215, -38.6890234340546, 0.0], [177.96293016142565, -38.6889523833956, 0.0], [177.96301998485012, -38.68887994810048, 0.0], [177.96316937143558, -38.68878973107301, 0.0], [177.96327255769583, -38.688699573603024, 0.0], [177.96335542516445, -38.6885969389842, 0.0], [177.9634313579971, -38.68853462409404, 0.0], [177.96355359711276, -38.6884562349266, 0.0], [177.9636580434726, -38.68841938981855, 0.0], [177.96378088892732, -38.68833220730145, 0.0], [177.9639087701291, -38.688212409414376, 0.0], [177.9640221031587, -38.688093230464446, 0.0], [177.96412201781732, -38.6880260827688, 0.0], [177.96422881121032, -38.68795292445204, 0.0], [177.96434019032066, -38.68787575901598, 0.0], [177.96448570032356, -38.68776474001973, 0.0], [177.96459924016125, -38.6876836705163, 0.0], [177.9647346011927, -38.687601672222414, 0.0], [177.96481374631767, -38.68755065539697, 0.0], [177.9649143911036, -38.68745545868115, 0.0], [177.9650407659117, -38.6873490653042, 0.0], [177.96515830904184, -38.68729069615695, 0.0], [177.96527735487885, -38.68721892136586, 0.0], [177.9654482929992, -38.687123972356524, 0.0], [177.96563009117904, -38.68697519456317, 0.0], [177.96580126853357, -38.68681352704161, 0.0], [177.96595542353256, -38.68670099473734, 0.0]], "type": "LineString"}, "id": "4306", "properties": {"CPS": 5, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4306.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 1.01908586747, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 8.592327973256142, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [177.96596499013134, -38.68669868155684, 177.98046771607335, -38.67859048627337], "geometry": {"coordinates": [[177.96596499013134, -38.68669868155684, 0.0], [177.96602368331722, -38.686633287065355, 0.0], [177.966096342859, -38.686593981125334, 0.0], [177.96615674780267, -38.68655329089308, 0.0], [177.96622658754913, -38.68650838710247, 0.0], [177.9663614176547, -38.686418785851934, 0.0], [177.96646185451638, -38.68635923776014, 0.0], [177.96663199874135, -38.68625288526005, 0.0], [177.96680522552273, -38.68615593096517, 0.0], [177.9669701245159, -38.68604408350128, 0.0], [177.96706249642972, -38.68597344267477, 0.0], [177.96717970434162, -38.68588573440506, 0.0], [177.96727908602014, -38.68581098306876, 0.0], [177.96738724359645, -38.68572251640397, 0.0], [177.96750254277322, -38.68563183960267, 0.0], [177.96760395311787, -38.68555128380719, 0.0], [177.9677482142881, -38.68545746754576, 0.0], [177.9679043342071, -38.68535933422914, 0.0], [177.96805737050735, -38.68525180234962, 0.0], [177.96815740905734, -38.68518655200995, 0.0], [177.96827199447674, -38.685120682058006, 0.0], [177.96850751596762, -38.6849753297952, 0.0], [177.9686256322422, -38.684890249763015, 0.0], [177.96877919342955, -38.684790318367014, 0.0], [177.96891290487497, -38.68470571737427, 0.0], [177.96907373871795, -38.68460547583455, 0.0], [177.9692590804719, -38.68450800199523, 0.0], [177.96946426552904, -38.68438109353555, 0.0], [177.96962646814845, -38.684265545467916, 0.0], [177.969825880469, -38.684125540766374, 0.0], [177.96999103349538, -38.68401749026506, 0.0], [177.97017606389133, -38.6839015407122, 0.0], [177.97030669400948, -38.68382164371002, 0.0], [177.97039808492562, -38.6837720074491, 0.0], [177.9704558491759, -38.6836933088879, 0.0], [177.97060200001613, -38.683591784988835, 0.0], [177.97073668719287, -38.6835002790503, 0.0], [177.97083279447568, -38.68344853556628, 0.0], [177.97102977766866, -38.68330863240299, 0.0], [177.9711330259723, -38.683254678454006, 0.0], [177.97124302018227, -38.683192813209864, 0.0], [177.9713793665849, -38.683125250633545, 0.0], [177.97161413828505, -38.683021854864364, 0.0], [177.97176914116974, -38.682942823532024, 0.0], [177.97190069044754, -38.68287622718215, 0.0], [177.97207658962856, -38.68278296332858, 0.0], [177.9722244500395, -38.68270614176129, 0.0], [177.97236313982205, -38.682637334630094, 0.0], [177.97250562343362, -38.68255311815646, 0.0], [177.97261711681963, -38.682477846219676, 0.0], [177.97279301402597, -38.682384581406446, 0.0], [177.97296487861547, -38.68228577043785, 0.0], [177.97312799363849, -38.68218352034733, 0.0], [177.97329039793962, -38.682106077474955, 0.0], [177.97339186258023, -38.68202646752644, 0.0], [177.97353755926517, -38.68195354846197, 0.0], [177.97371037019136, -38.68185088422266, 0.0], [177.97389340559346, -38.68175540754081, 0.0], [177.97408102547956, -38.68165592324355, 0.0], [177.97425718239293, -38.68156645709058, 0.0], [177.97441368017357, -38.68147401708722, 0.0], [177.9745566864793, -38.6813973996435, 0.0], [177.97474915315453, -38.68129770763257, 0.0], [177.97493503837083, -38.68122231073176, 0.0], [177.9750895058231, -38.68113567423363, 0.0], [177.97524652914024, -38.68105083446987, 0.0], [177.9753462411592, -38.68101608705231, 0.0], [177.97549881093508, -38.68093715469231, 0.0], [177.97566513490588, -38.6808461999171, 0.0], [177.9758099032698, -38.68075997617159, 0.0], [177.97598645141767, -38.68067620859923, 0.0], [177.97611838808805, -38.68061530891887, 0.0], [177.97623525085888, -38.680547428354444, 0.0], [177.97639240336554, -38.680464487519785, 0.0], [177.97652283849226, -38.68041699296998, 0.0], [177.97658507918862, -38.68040290228972, 0.0], [177.9766635478891, -38.680342376939784, 0.0], [177.97674007375377, -38.68030289966973, 0.0], [177.9768612069001, -38.68026151936784, 0.0], [177.97695082384362, -38.68022148348388, 0.0], [177.97709717268438, -38.680158061946464, 0.0], [177.97722562744497, -38.68008206214644, 0.0], [177.9773219890372, -38.68003411450547, 0.0], [177.97742372692508, -38.679993561128825, 0.0], [177.9775151868698, -38.679945060092834, 0.0], [177.97768714616493, -38.67986529767392, 0.0], [177.97779241251806, -38.679805534120575, 0.0], [177.97789014187848, -38.679742280215095, 0.0], [177.97800038842192, -38.67968420990852, 0.0], [177.97813218941914, -38.67962140787505, 0.0], [177.97819919436253, -38.67957090036649, 0.0], [177.97833002244022, -38.67952910487187, 0.0], [177.9784626147255, -38.6794777042929, 0.0], [177.9785410321917, -38.6794514866687, 0.0], [177.97861729201628, -38.679408207696696, 0.0], [177.97873736650067, -38.67935162322876, 0.0], [177.97883654625886, -38.67930927189501, 0.0], [177.97897438225303, -38.67926336474982, 0.0], [177.97911843488455, -38.67920194467589, 0.0], [177.97927015605921, -38.67914591491527, 0.0], [177.97936801514427, -38.679084560207244, 0.0], [177.97942218916378, -38.679059376765764, 0.0], [177.97951973584924, -38.679028530150134, 0.0], [177.97965717476376, -38.67897692137432, 0.0], [177.97980427689023, -38.678910414890225, 0.0], [177.97995048823884, -38.67884508980835, 0.0], [177.98009630324273, -38.67877406367832, 0.0], [177.98022082780665, -38.678711569969, 0.0], [177.98030762041572, -38.6786659343574, 0.0], [177.98042619215303, -38.67862275385801, 0.0], [177.98046771607335, -38.67859048627337, 0.0]], "type": "LineString"}, "id": "4307", "properties": {"CPS": 4, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4307.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 1.56173050096, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 2.079639391817726, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [177.98054022697914, -38.67854927206011, 177.98205570511308, -38.67787009181645], "geometry": {"coordinates": [[177.98054022697914, -38.67854927206011, 0.0], [177.98066796718433, -38.678498076181796, 0.0], [177.98075423107872, -38.67844483910341, 0.0], [177.98085812469003, -38.67840037891355, 0.0], [177.9809455766945, -38.67836424433533, 0.0], [177.9810575824508, -38.678296566469584, 0.0], [177.98118197323012, -38.678232171548814, 0.0], [177.98131592863194, -38.67816546217411, 0.0], [177.9814149730042, -38.6781212085584, 0.0], [177.98155051264104, -38.67807730242233, 0.0], [177.98164392819956, -38.67803252659962, 0.0], [177.9818077657494, -38.6779759762318, 0.0], [177.9819050456326, -38.677941327202156, 0.0], [177.98201837044246, -38.677892651400946, 0.0], [177.98205570511308, -38.67787009181645, 0.0]], "type": "LineString"}, "id": "4308", "properties": {"CPS": 4, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4308.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.152751768849, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 2.079639391817726, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [177.98210260454007, -38.677845217825826, 177.98340668524628, -38.67729778990758], "geometry": {"coordinates": [[177.98210260454007, -38.677845217825826, 0.0], [177.9821814148984, -38.677824698817126, 0.0], [177.98232100939222, -38.67776918306656, 0.0], [177.9824696400873, -38.677703751589156, 0.0], [177.98258768042135, -38.67765296792758, 0.0], [177.98273009468485, -38.67760304905275, 0.0], [177.98284059787088, -38.67754877520198, 0.0], [177.9829188792855, -38.67752065458417, 0.0], [177.9830001132, -38.67750003151673, 0.0], [177.98310616389622, -38.677451665383835, 0.0], [177.9831785399243, -38.677408549414366, 0.0], [177.9832323149119, -38.677377663512694, 0.0], [177.98333214948536, -38.67734481012411, 0.0], [177.98337433180927, -38.67732204305939, 0.0], [177.98340668524628, -38.67729778990758, 0.0]], "type": "LineString"}, "id": "4309", "properties": {"CPS": 4, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4309.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.129653776838, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 2.079639391817726, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [177.98349279953368, -38.67725584820927, 177.98620790792808, -38.676203979146905], "geometry": {"coordinates": [[177.98349279953368, -38.67725294334296, 0.0], [177.98355864890698, -38.67725584820927, 0.0], [177.98368986544168, -38.677219748022544, 0.0], [177.98381032819765, -38.67716885967092, 0.0], [177.98391421784723, -38.67712439699689, 0.0], [177.9841059523279, -38.67704949834325, 0.0], [177.9842444866496, -38.67697877822027, 0.0], [177.98435362044708, -38.67693980889778, 0.0], [177.9844438892509, -38.676909269196486, 0.0], [177.98452596055162, -38.67686573818354, 0.0], [177.98464439427923, -38.67682065346539, 0.0], [177.98482629828723, -38.676744267754785, 0.0], [177.98497086883413, -38.67669044221582, 0.0], [177.9851271635185, -38.67663039773752, 0.0], [177.98526714955725, -38.676580579593335, 0.0], [177.9854723686913, -38.67648985510374, 0.0], [177.9855979414229, -38.676442558434815, 0.0], [177.98590810374722, -38.67633305395184, 0.0], [177.98611384994436, -38.67624992954043, 0.0], [177.98620790792808, -38.676203979146905, 0.0]], "type": "LineString"}, "id": "4310", "properties": {"CPS": 4, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4310.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.265075589471, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 2.079639391817726, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [177.98625762535798, -38.676184700869086, 177.98741301909234, -38.67570266783328], "geometry": {"coordinates": [[177.98625762535798, -38.676184700869086, 0.0], [177.98633709331295, -38.67617368062807, 0.0], [177.98646495680075, -38.67612437920992, 0.0], [177.98657827528316, -38.67607569935793, 0.0], [177.9866604764029, -38.67603406726206, 0.0], [177.9868121841568, -38.675978028492246, 0.0], [177.98696631578608, -38.67592188591681, 0.0], [177.98707654847973, -38.67586380787221, 0.0], [177.98714433648126, -38.67582469749563, 0.0], [177.9872146807264, -38.67578738373036, 0.0], [177.98729591116407, -38.6757667578747, 0.0], [177.98737930127228, -38.67574222778628, 0.0], [177.98741301909234, -38.67570266783328, 0.0]], "type": "LineString"}, "id": "4311", "properties": {"CPS": 4, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4311.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.115524188359, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 2.079639391817726, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [177.98765305237913, -38.67555327352354, 177.99207466973346, -38.674240613236805], "geometry": {"coordinates": [[177.98765305237913, -38.67555327352354, 0.0], [177.9877836901361, -38.675543876517345, 0.0], [177.98792067469142, -38.67552086653403, 0.0], [177.98810966741053, -38.675476573474015, 0.0], [177.98821769460284, -38.675456707177084, 0.0], [177.98838958594536, -38.67541123895072, 0.0], [177.98856068367047, -38.67535436886196, 0.0], [177.98872261362513, -38.6753055142536, 0.0], [177.98889318183933, -38.67524104263092, 0.0], [177.98907992495083, -38.67516444350641, 0.0], [177.98924106058135, -38.67510418661544, 0.0], [177.98935975251982, -38.67506289802007, 0.0], [177.98950400741177, -38.675018610103336, 0.0], [177.9896297067856, -38.674973209694784, 0.0], [177.98982477864888, -38.67491150058056, 0.0], [177.98996704938986, -38.674859673270035, 0.0], [177.99011593081335, -38.674798033409914, 0.0], [177.99023083166833, -38.67477215349226, 0.0], [177.99031205988751, -38.67475152566435, 0.0], [177.99050536776645, -38.674699420503984, 0.0], [177.990643583058, -38.67465920140304, 0.0], [177.99083715496513, -38.67461089625259, 0.0], [177.99097686790645, -38.674557271231514, 0.0], [177.99108266625413, -38.674519391397006, 0.0], [177.99123357306348, -38.67445194572141, 0.0], [177.99140748682473, -38.67440066882566, 0.0], [177.99155350232823, -38.67436773862838, 0.0], [177.99170582117824, -38.674355503699346, 0.0], [177.99189357464147, -38.67432841092203, 0.0], [177.9919527206273, -38.67430491498677, 0.0], [177.99201389368162, -38.674275614517214, 0.0], [177.99207466973346, -38.674240613236805, 0.0]], "type": "LineString"}, "id": "4312", "properties": {"CPS": 4, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4312.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.414877638614, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 2.079639391817726, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [177.9921743628842, -38.67420585255537, 177.9962671071155, -38.67325951293288], "geometry": {"coordinates": [[177.9921743628842, -38.67420585255537, 0.0], [177.99233637740443, -38.67419320192089, 0.0], [177.99248697538633, -38.674156262627825, 0.0], [177.9926459039874, -38.674134214011424, 0.0], [177.99280417079078, -38.67410266389169, 0.0], [177.99294158934512, -38.67405104067256, 0.0], [177.99307023791212, -38.674013134091716, 0.0], [177.99317438123046, -38.673972464342214, 0.0], [177.99328927935855, -38.673946581565545, 0.0], [177.99340907006322, -38.67392811295414, 0.0], [177.99354499022292, -38.67388989462204, 0.0], [177.9936980108249, -38.67385285009009, 0.0], [177.99385169305717, -38.67382530664555, 0.0], [177.99397954645053, -38.673775997585594, 0.0], [177.9941207111175, -38.67374327185751, 0.0], [177.99429946872908, -38.67369178335662, 0.0], [177.99450594935618, -38.67365435511156, 0.0], [177.99463217219292, -38.6736165506802, 0.0], [177.99470926435936, -38.67360638887535, 0.0], [177.9948614482281, -38.67359224970744, 0.0], [177.9949468595536, -38.67356190999444, 0.0], [177.99510120248067, -38.67354386623448, 0.0], [177.99524369001145, -38.67353014172696, 0.0], [177.99535387084237, -38.67350636483901, 0.0], [177.99550702185502, -38.67347121829583, 0.0], [177.99561182482853, -38.673440047762035, 0.0], [177.99574322668397, -38.67341726773771, 0.0], [177.995836306635, -38.673392316761614, 0.0], [177.99596239574979, -38.67335261071476, 0.0], [177.99609615399186, -38.67331829386822, 0.0], [177.99619408167788, -38.67329313500902, 0.0], [177.9962671071155, -38.67325951293288, 0.0]], "type": "LineString"}, "id": "4313", "properties": {"CPS": 4, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4313.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.374096566666, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 2.079639391817726, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [177.99631413055624, -38.673236533983705, 178.00555948722777, -38.6705843820507], "geometry": {"coordinates": [[177.99631413055624, -38.673236533983705, 0.0], [177.99643938420843, -38.673219734247894, 0.0], [177.99658094364958, -38.67319270642687, 0.0], [177.9967358550559, -38.67314795329617, 0.0], [177.9968816000114, -38.67311121625095, 0.0], [177.99702223192267, -38.67307088619078, 0.0], [177.99715061124218, -38.67302917486542, 0.0], [177.99724827318127, -38.67300021467748, 0.0], [177.99739428241398, -38.672967277518964, 0.0], [177.99753284465797, -38.67294609469906, 0.0], [177.99764372565392, -38.67289750873207, 0.0], [177.99774597022775, -38.67286453998625, 0.0], [177.9978397109211, -38.67284908872361, 0.0], [177.99795985046794, -38.67282869461555, 0.0], [177.99809347408174, -38.672792475357554, 0.0], [177.99822493850905, -38.672760160291276, 0.0], [177.9983421238749, -38.67273226868313, 0.0], [177.99848398571856, -38.67267473092388, 0.0], [177.99861813865132, -38.672646112069145, 0.0], [177.99873957540467, -38.67260946127948, 0.0], [177.9988555678802, -38.67256446700933, 0.0], [177.99896548070598, -38.67253688639728, 0.0], [177.99908953977305, -38.67250298176334, 0.0], [177.99921320121882, -38.67246337628348, 0.0], [177.99934653889977, -38.67244050929005, 0.0], [177.9994948372273, -38.672405565523604, 0.0], [177.99962550511304, -38.67236184752721, 0.0], [177.9997606232151, -38.67231222091686, 0.0], [177.99987432303152, -38.67226922982426, 0.0], [178.00004377370476, -38.672223849261414, 0.0], [178.00011490215766, -38.67219792979934, 0.0], [178.0002174094369, -38.67216875949856, 0.0], [178.00031722762208, -38.67213589252994, 0.0], [178.0004192046045, -38.67209912111391, 0.0], [178.00053193751162, -38.672077135926486, 0.0], [178.00063122526964, -38.672036667760054, 0.0], [178.00076942858334, -38.67199643734812, 0.0], [178.00090736664743, -38.67195240631084, 0.0], [178.00102685987582, -38.67190535394553, 0.0], [178.00112830593093, -38.671860981012806, 0.0], [178.00125438888048, -38.67182126960355, 0.0], [178.00139796943995, -38.67178843161307, 0.0], [178.00153105877965, -38.671744607714515, 0.0], [178.00165608079618, -38.67168969402821, 0.0], [178.00183152791755, -38.67162575703244, 0.0], [178.00195668203597, -38.67157274328478, 0.0], [178.00214190380453, -38.671509530299915, 0.0], [178.0023125816888, -38.6714469406312, 0.0], [178.00244121963456, -38.67140902432753, 0.0], [178.00255930200126, -38.67136965458642, 0.0], [178.00269441589973, -38.671320024826485, 0.0], [178.00281727744064, -38.671269014399606, 0.0], [178.00290766250674, -38.6712403615958, 0.0], [178.00299522580943, -38.671206111981974, 0.0], [178.00308049770632, -38.67117386648413, 0.0], [178.00319538680543, -38.67114797446158, 0.0], [178.00328065852977, -38.67111572882759, 0.0], [178.00337738669754, -38.671073462229295, 0.0], [178.0034407105023, -38.67104025183151, 0.0], [178.00352853848025, -38.67100980230619, 0.0], [178.00362104459083, -38.671011552640344, 0.0], [178.00368732255055, -38.670985839073985, 0.0], [178.00378833072517, -38.67097007139137, 0.0], [178.0038920279727, -38.6709580001158, 0.0], [178.00395110038306, -38.670933548411284, 0.0], [178.00401482162064, -38.67090603840801, 0.0], [178.00411031869345, -38.67088097725475, 0.0], [178.0042204916829, -38.670857192437126, 0.0], [178.0043477644692, -38.67083457994185, 0.0], [178.00450601724486, -38.670803014733636, 0.0], [178.00460852037736, -38.67077384081489, 0.0], [178.0047549186937, -38.67074659562131, 0.0], [178.00485402817955, -38.67071756707087, 0.0], [178.00493727256594, -38.67069112496191, 0.0], [178.0050533538244, -38.670682333218814, 0.0], [178.00514642626615, -38.670657375245625, 0.0], [178.00526532925127, -38.670654179978904, 0.0], [178.00535717153932, -38.67064642784498, 0.0], [178.00543878765578, -38.67063149072607, 0.0], [178.00549915551417, -38.670590782399834, 0.0], [178.00555948722777, -38.6705843820507, 0.0]], "type": "LineString"}, "id": "4314", "properties": {"CPS": 4, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4314.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.86434001058, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 2.079639391817726, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [178.00563479622156, -38.67060578061883, 178.00843798079848, -38.67054875034769], "geometry": {"coordinates": [[178.00563479622156, -38.67054875034769, 0.0], [178.00570800722826, -38.67058753926585, 0.0], [178.0057780393788, -38.67060168764776, 0.0], [178.0059047444736, -38.67060578061883, 0.0], [178.00604303829186, -38.67060175253252, 0.0], [178.00625607429268, -38.670588799296986, 0.0], [178.006399879159, -38.67059406386947, 0.0], [178.00649846205948, -38.67057839792575, 0.0], [178.0066507682343, -38.67056614414684, 0.0], [178.00681828103103, -38.670562767131216, 0.0], [178.00696988820815, -38.670575319806424, 0.0], [178.00710359941453, -38.670575298956564, 0.0], [178.00724647529904, -38.67056726095581, 0.0], [178.00737005222751, -38.67057529840983, 0.0], [178.00749931375879, -38.670581185825256, 0.0], [178.00761323579565, -38.67057629603292, 0.0], [178.0077676650443, -38.67059444426769, 0.0], [178.00786867139192, -38.67057867314109, 0.0], [178.00797289787468, -38.670574199176684, 0.0], [178.00805544221762, -38.67057256177334, 0.0], [178.00814900927637, -38.67058951026146, 0.0], [178.00824340752007, -38.67058355204137, 0.0], [178.0083088520253, -38.670580742608735, 0.0], [178.00837940972232, -38.67058152545819, 0.0], [178.00843798079848, -38.670584728761725, 0.0]], "type": "LineString"}, "id": "4315", "properties": {"CPS": 4, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4315.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.247060808515, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 2.079639391817726, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [178.00872226611168, -38.670664657664105, 178.00983003799132, -38.670606830503246], "geometry": {"coordinates": [[178.00872226611168, -38.670606830503246, 0.0], [178.00881394041443, -38.67063148335865, 0.0], [178.00894818247795, -38.670639061234745, 0.0], [178.00904782663355, -38.670638594865835, 0.0], [178.0091326620618, -38.67063495241391, 0.0], [178.0092230089771, -38.67064060281496, 0.0], [178.00926879697772, -38.67063482499883, 0.0], [178.0092833401894, -38.670634200555426, 0.0], [178.0093729890757, -38.670664657664105, 0.0], [178.00943600967244, -38.67066195167179, 0.0], [178.0095549119975, -38.67065875203614, 0.0], [178.00962317859864, -38.670661538416276, 0.0], [178.00970559011137, -38.6706579996281, 0.0], [178.00978073000738, -38.670654773035565, 0.0], [178.00983003799132, -38.670629784730124, 0.0]], "type": "LineString"}, "id": "4316", "properties": {"CPS": 4, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4316.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.0987353069793, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 2.079639391817726, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [178.00988203906877, -38.671000474217976, 178.01653811270435, -38.67059114878534], "geometry": {"coordinates": [[178.00988203906877, -38.67059114878534, 0.0], [178.0099714225585, -38.670617805000184, 0.0], [178.01002258927858, -38.670619419554626, 0.0], [178.01007886927997, -38.6706246263244, 0.0], [178.01016812009172, -38.67064938217115, 0.0], [178.01030774102097, -38.67066435111836, 0.0], [178.01038679909797, -38.67064761448492, 0.0], [178.01046180611883, -38.670642487247164, 0.0], [178.01056237964764, -38.67065532103922, 0.0], [178.01067291424457, -38.670671538746085, 0.0], [178.0107609701274, -38.67067919225277, 0.0], [178.0108880734473, -38.67068898039342, 0.0], [178.01097197909942, -38.670672035155036, 0.0], [178.01105130258316, -38.67065909849351, 0.0], [178.01112481528304, -38.67066737638694, 0.0], [178.01121366800683, -38.670686430785615, 0.0], [178.0113143744711, -38.670701164120736, 0.0], [178.0113717170448, -38.67072157190056, 0.0], [178.01145827883124, -38.67074263042655, 0.0], [178.01163694750545, -38.67075973224268, 0.0], [178.0117713225772, -38.67076920703179, 0.0], [178.01191109320334, -38.67076892032118, 0.0], [178.01205300554076, -38.670781882802444, 0.0], [178.01223638924986, -38.67079687521545, 0.0], [178.01237587779605, -38.67080994143105, 0.0], [178.01252735284856, -38.67082058656598, 0.0], [178.01267358166425, -38.67082573918495, 0.0], [178.01278507932258, -38.67082094847398, 0.0], [178.01290424709174, -38.67082154581241, 0.0], [178.01300873882937, -38.67082086773889, 0.0], [178.01307268920107, -38.67083146118294, 0.0], [178.0131526766117, -38.670828024105916, 0.0], [178.01322217140975, -38.67081360239809, 0.0], [178.01329422289626, -38.670800976693094, 0.0], [178.0134013718478, -38.670838302265665, 0.0], [178.01349225046593, -38.670851550111706, 0.0], [178.01362727959815, -38.67085298981305, 0.0], [178.0137393086292, -38.6708557989849, 0.0], [178.01390545982267, -38.670867717502624, 0.0], [178.01402771581877, -38.670877710504705, 0.0], [178.01417610274328, -38.670878956653205, 0.0], [178.0142951375776, -38.670877652363394, 0.0], [178.01439006670782, -38.67087928995572, 0.0], [178.01445146050426, -38.670888086608905, 0.0], [178.0145630908504, -38.67088519439294, 0.0], [178.01470178229786, -38.670886856605414, 0.0], [178.01480222363531, -38.67089778646472, 0.0], [178.0148925708539, -38.670903432413496, 0.0], [178.0149732226525, -38.67090949506191, 0.0], [178.0150048656956, -38.67091004074908, 0.0], [178.01510544244252, -38.67090552666694, 0.0], [178.0151990109989, -38.67092246934739, 0.0], [178.01529905367119, -38.67092769818688, 0.0], [178.01541121562806, -38.6709324059315, 0.0], [178.0155061447576, -38.670934042607165, 0.0], [178.01559393524016, -38.670937892015104, 0.0], [178.0156570883993, -38.67093708284792, 0.0], [178.01575995371942, -38.67094790765955, 0.0], [178.01585312364065, -38.6709591492223, 0.0], [178.01591587800598, -38.670952639336505, 0.0], [178.01595641887073, -38.67094136676061, 0.0], [178.01600556061913, -38.6709487834502, 0.0], [178.01604876016256, -38.67097551468267, 0.0], [178.016133165282, -38.671000474217976, 0.0], [178.01624250464488, -38.67099958479273, 0.0], [178.01637824050562, -38.67099374844509, 0.0], [178.01648113676407, -38.67097026495097, 0.0], [178.01653811270435, -38.670950661846796, 0.0]], "type": "LineString"}, "id": "4317", "properties": {"CPS": 3, "Date": "2023-03-07", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4317.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.589500846241, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 0.99040395798886, "USDate": "03/07/2023"}, "type": "Feature"}, {"bbox": [177.94130485712913, -38.71070454145589, 178.02055588826832, -38.670518029293696], "geometry": {"coordinates": [[177.94130485712913, -38.71070454145589, 0.0], [177.94179834768065, -38.71058535826687, 0.0], [177.9422691983335, -38.710413527465796, 0.0], [177.94271628311012, -38.71022781168424, 0.0], [177.9432678335009, -38.709903654760396, 0.0], [177.94364925104776, -38.709592662529275, 0.0], [177.94398006341316, -38.70920936297237, 0.0], [177.94415827253366, -38.70903801649554, 0.0], [177.94424051497666, -38.70896305720477, 0.0], [177.94441831953625, -38.708895959124476, 0.0], [177.94457655049965, -38.708666493619084, 0.0], [177.94472525829707, -38.708486271593536, 0.0], [177.94484815617983, -38.708328585521905, 0.0], [177.9450044874473, -38.70821474820192, 0.0], [177.94513214151425, -38.70812595087121, 0.0], [177.94528526348424, -38.707833566521735, 0.0], [177.94549918210927, -38.707540986686226, 0.0], [177.94557192937896, -38.70736160191425, 0.0], [177.9456673745231, -38.70720269661818, 0.0], [177.94583090010323, -38.70692892999881, 0.0], [177.94589791780277, -38.706842703006146, 0.0], [177.94592936887057, -38.7066817461673, 0.0], [177.94601940540986, -38.70653259970195, 0.0], [177.94627387722502, -38.70625497601631, 0.0], [177.94645247841274, -38.706023453161365, 0.0], [177.94653382469463, -38.705836555896646, 0.0], [177.94668653050104, -38.70558230653353, 0.0], [177.9469123215687, -38.70532972225341, 0.0], [177.9470139025472, -38.705127671902325, 0.0], [177.94712810155158, -38.70493223361335, 0.0], [177.94743991292606, -38.70460452693287, 0.0], [177.9474967611084, -38.70445916957027, 0.0], [177.94766633732604, -38.70418514399573, 0.0], [177.94782690427655, -38.70395676662393, 0.0], [177.94803342616768, -38.70364543685556, 0.0], [177.94816638840612, -38.70350161527198, 0.0], [177.94844516146281, -38.703091922439526, 0.0], [177.94852101617542, -38.702957670485915, 0.0], [177.94865806964845, -38.702785085606955, 0.0], [177.94880291378288, -38.70268126064278, 0.0], [177.94890220853242, -38.70262225187461, 0.0], [177.94898494555343, -38.70249961981833, 0.0], [177.9491477156278, -38.70225923514248, 0.0], [177.94921472534637, -38.702173006748716, 0.0], [177.94925699096004, -38.70208068092091, 0.0], [177.94935791542187, -38.701957276924674, 0.0], [177.9495723048056, -38.70175996767215, 0.0], [177.94970623466077, -38.70154224796211, 0.0], [177.94988972771233, -38.70129383568178, 0.0], [177.95011877820005, -38.70108875604183, 0.0], [177.95038117261146, -38.70088226087936, 0.0], [177.9505699916325, -38.700666975640786, 0.0], [177.95076019907629, -38.70042780686111, 0.0], [177.9509889159936, -38.70021797490903, 0.0], [177.95115388502595, -38.699965582173675, 0.0], [177.95124653041725, -38.69985444024375, 0.0], [177.951369059247, -38.699603848676055, 0.0], [177.9515951445847, -38.69935600840928, 0.0], [177.95185006351196, -38.69908550181399, 0.0], [177.95215379603687, -38.69872953724554, 0.0], [177.9525264987826, -38.698315847747175, 0.0], [177.9529538346735, -38.697856953621674, 0.0], [177.95324314718985, -38.69755639463317, 0.0], [177.95350092076856, -38.697283381033365, 0.0], [177.95371733090022, -38.697071684271236, 0.0], [177.95398320897542, -38.696784030917335, 0.0], [177.9542775897291, -38.69646895970775, 0.0], [177.9545107036655, -38.69623511025436, 0.0], [177.9546934364415, -38.69602007733777, 0.0], [177.95503033761375, -38.69574846445884, 0.0], [177.9552361666157, -38.69551577265585, 0.0], [177.9554293033231, -38.69531935614969, 0.0], [177.95570148575942, -38.69507907992226, 0.0], [177.9559140302504, -38.69485563142552, 0.0], [177.95613625084664, -38.69468418490381, 0.0], [177.95629220633754, -38.69456558451576, 0.0], [177.95655397510538, -38.69430668944091, 0.0], [177.95689356362223, -38.69403019243605, 0.0], [177.95716261354983, -38.69374477996102, 0.0], [177.95739178413908, -38.69354206425986, 0.0], [177.9576958876971, -38.69323610150636, 0.0], [177.95778842268777, -38.69307969331324, 0.0], [177.9579111030591, -38.69291962139455, 0.0], [177.9581522286051, -38.69271401375824, 0.0], [177.95840162380358, -38.69249614200251, 0.0], [177.95867411457158, -38.692260611000265, 0.0], [177.95893292835106, -38.692047102659124, 0.0], [177.95914749861, -38.69180926797185, 0.0], [177.95939394972402, -38.691636785491845, 0.0], [177.95954284481243, -38.69150418660187, 0.0], [177.95968182440623, -38.69136009697226, 0.0], [177.9600009927684, -38.69109637176559, 0.0], [177.9602612784083, -38.69090423989545, 0.0], [177.9603557784335, -38.69077633540071, 0.0], [177.96048780014107, -38.69066351227889, 0.0], [177.9608158200289, -38.69043990981105, 0.0], [177.96105053827995, -38.69022980413997, 0.0], [177.9614454684018, -38.68996285316054, 0.0], [177.961762979208, -38.689675369628354, 0.0], [177.9618700919015, -38.68955407480188, 0.0], [177.9619842528817, -38.6894467746315, 0.0], [177.9621508302494, -38.689306273191505, 0.0], [177.96240095430093, -38.68914315813485, 0.0], [177.96265058366342, -38.68897291633432, 0.0], [177.9627685263634, -38.68892025032743, 0.0], [177.96303060634202, -38.688754242915195, 0.0], [177.963295360872, -38.68849520659367, 0.0], [177.96343202377665, -38.68831785739118, 0.0], [177.9636356923835, -38.68814242184029, 0.0], [177.96385016675663, -38.687947466761266, 0.0], [177.9641652446672, -38.68780064358568, 0.0], [177.96436686659374, -38.68763958845913, 0.0], [177.96460396525026, -38.68750799470141, 0.0], [177.96499076211134, -38.687255672946314, 0.0], [177.96552217971978, -38.686897132435774, 0.0], [177.96603122473445, -38.686522865049675, 0.0], [177.96655353950015, -38.68616470755393, 0.0], [177.96706889725027, -38.68583781552298, 0.0], [177.96744599254583, -38.685533485778336, 0.0], [177.96777044214173, -38.685302869407316, 0.0], [177.9679202298684, -38.68522740048729, 0.0], [177.96824500585356, -38.685001533795614, 0.0], [177.96848903934895, -38.68483866563681, 0.0], [177.9689883357962, -38.684543421003326, 0.0], [177.9694378208629, -38.68423123684642, 0.0], [177.96985528335193, -38.68393947461759, 0.0], [177.97023581599845, -38.68368502065623, 0.0], [177.97082130087554, -38.683274122692886, 0.0], [177.97120976475685, -38.68300265081067, 0.0], [177.9716528751508, -38.68277411478714, 0.0], [177.9721895988388, -38.6825368223953, 0.0], [177.97252782564254, -38.682417579785486, 0.0], [177.9729038635087, -38.68223001673775, 0.0], [177.9730641128356, -38.68213027131268, 0.0], [177.97341899796507, -38.68190072486739, 0.0], [177.97400890005162, -38.68155394848113, 0.0], [177.97452732150316, -38.68127216008846, 0.0], [177.97501267100526, -38.68103942815682, 0.0], [177.97540434140257, -38.680858337901554, 0.0], [177.97583524021027, -38.68067319077699, 0.0], [177.97614205498886, -38.68049571737375, 0.0], [177.97638859010613, -38.680325579385375, 0.0], [177.97671655290017, -38.68019008587936, 0.0], [177.97721394735683, -38.679999714682396, 0.0], [177.97775316550462, -38.67975514375761, 0.0], [177.9782184965127, -38.679497046483206, 0.0], [177.97892344638043, -38.67918822008356, 0.0], [177.97941097149103, -38.67894346546826, 0.0], [177.97995854438406, -38.678731881806904, 0.0], [177.9805311355782, -38.67844299037474, 0.0], [177.98097280592353, -38.67823830563549, 0.0], [177.9814085190439, -38.67807913945358, 0.0], [177.98175381720725, -38.67793097988134, 0.0], [177.98211542079144, -38.6777987998582, 0.0], [177.9823642430626, -38.677661905766456, 0.0], [177.98255846141745, -38.67757022664999, 0.0], [177.98283080523547, -38.677465680747595, 0.0], [177.98306744578247, -38.67737218888138, 0.0], [177.98320474834838, -38.67729246941844, 0.0], [177.98337406215865, -38.677192323130456, 0.0], [177.98351664818463, -38.67718861473181, 0.0], [177.9838449118477, -38.67705785366021, 0.0], [177.98422639692797, -38.67690575862798, 0.0], [177.98455350169945, -38.676758368259094, 0.0], [177.98485834550684, -38.676640517085346, 0.0], [177.9850912894334, -38.676537649528555, 0.0], [177.98546130877318, -38.676395570126594, 0.0], [177.98565612346616, -38.67635627348111, 0.0], [177.98591132419108, -38.67622386427362, 0.0], [177.98614294339635, -38.67610199202352, 0.0], [177.9863104852702, -38.67606385993125, 0.0], [177.98655857583455, -38.67596034213303, 0.0], [177.98679234099365, -38.67586934819805, 0.0], [177.98701817171766, -38.67579536982788, 0.0], [177.98733600936478, -38.675645985589256, 0.0], [177.98760817271437, -38.675539054098394, 0.0], [177.98803151149693, -38.67542089366817, 0.0], [177.9883000917137, -38.67534984988517, 0.0], [177.98859125948906, -38.675254015582865, 0.0], [177.98897222769583, -38.67509478026849, 0.0], [177.98957411581299, -38.67487844737474, 0.0], [177.9901773227097, -38.67468111426651, 0.0], [177.99083170670883, -38.67447682396952, 0.0], [177.99134896515957, -38.67435463382313, 0.0], [177.99196086830125, -38.67419503804026, 0.0], [177.99285918739687, -38.67395885689248, 0.0], [177.99341924141953, -38.67379670772209, 0.0], [177.99389070798046, -38.67367170159692, 0.0], [177.99432091058304, -38.67356513688718, 0.0], [177.99495698772728, -38.67344737394114, 0.0], [177.99550144906746, -38.673366884122444, 0.0], [177.99573211197048, -38.67331888865692, 0.0], [177.99616803798853, -38.67320730731981, 0.0], [177.99663090139353, -38.67308980587782, 0.0], [177.99709497199356, -38.67294604452288, 0.0], [177.99759237035488, -38.672800853691086, 0.0], [177.99799358577496, -38.67271457651073, 0.0], [177.99828351913177, -38.672644977672995, 0.0], [177.99865343932493, -38.67254574463769, 0.0], [177.9990586753289, -38.67247358595296, 0.0], [177.99933047538283, -38.67236187839132, 0.0], [177.99956757146933, -38.672275481394514, 0.0], [177.99984317961088, -38.67221840460937, 0.0], [178.00016312505696, -38.67209986700766, 0.0], [178.00044616512244, -38.67201864632281, 0.0], [178.00079927207565, -38.671896303257505, 0.0], [178.0013630285274, -38.67170060424558, 0.0], [178.0016356500751, -38.67160076819122, 0.0], [178.00195878497766, -38.67148447142363, 0.0], [178.00227872313764, -38.67136592845107, 0.0], [178.00255283347178, -38.67128746801956, 0.0], [178.00282495434593, -38.671180503526344, 0.0], [178.00298861490666, -38.671130602261236, 0.0], [178.00317381588653, -38.67108454180766, 0.0], [178.00345282345353, -38.67098919251819, 0.0], [178.00360992603495, -38.67093242446522, 0.0], [178.0039005084434, -38.670872313609955, 0.0], [178.0041316533677, -38.67083142825265, 0.0], [178.00449731824776, -38.670758565822844, 0.0], [178.004767353142, -38.67070886380491, 0.0], [178.00496583164065, -38.67067890770921, 0.0], [178.00512139454182, -38.67064364524158, 0.0], [178.00518523262468, -38.67060040580408, 0.0], [178.00543434379512, -38.670599247779066, 0.0], [178.00596627080017, -38.670557365629236, 0.0], [178.00637463670077, -38.670530312949374, 0.0], [178.0068208529885, -38.670523075986274, 0.0], [178.00730155837962, -38.670531033777905, 0.0], [178.00760454233955, -38.670518029293696, 0.0], [178.0079426791863, -38.6705297213673, 0.0], [178.00818419307294, -38.67055032507153, 0.0], [178.00864302565273, -38.67054968667542, 0.0], [178.00894866397465, -38.670574682966176, 0.0], [178.00938342366106, -38.67057745757381, 0.0], [178.0096362273574, -38.67058566152748, 0.0], [178.00988583525805, -38.67059161977392, 0.0], [178.01006085916194, -38.67061745715443, 0.0], [178.0107433587045, -38.67064294092521, 0.0], [178.0109899368112, -38.67064902691512, 0.0], [178.01126224760168, -38.670675448548984, 0.0], [178.0115589631682, -38.67070320357766, 0.0], [178.01196861266314, -38.67073801815507, 0.0], [178.0123247628029, -38.67074654115338, 0.0], [178.01275715670468, -38.67075893426507, 0.0], [178.01287395066035, -38.67077773977399, 0.0], [178.01313131965014, -38.67076429843279, 0.0], [178.01345887261772, -38.670754987674165, 0.0], [178.01377879062088, -38.67081032854014, 0.0], [178.01418458061147, -38.670833389179116, 0.0], [178.0144666861416, -38.67082602886447, 0.0], [178.01487920033787, -38.67085832758555, 0.0], [178.01511096177055, -38.67086980645064, 0.0], [178.0153921971918, -38.67089345228967, 0.0], [178.01556992044698, -38.670914400468995, 0.0], [178.0158343453714, -38.670914944087166, 0.0], [178.01613006541925, -38.670928435839194, 0.0], [178.01633538955838, -38.670952960867545, 0.0], [178.01654564862085, -38.670917713727185, 0.0], [178.01672320589228, -38.67093628488148, 0.0], [178.01692197192313, -38.670953943721315, 0.0], [178.01704329247175, -38.67099399178887, 0.0], [178.01718009463738, -38.67103813870201, 0.0], [178.01734922767147, -38.671066600706254, 0.0], [178.01746938509322, -38.671090021656674, 0.0], [178.01768206153758, -38.67117617003008, 0.0], [178.01782272534138, -38.671232061993294, 0.0], [178.0179848019464, -38.67124653225892, 0.0], [178.0181921221872, -38.67129955669496, 0.0], [178.01837080694068, -38.67137763635711, 0.0], [178.01855588422708, -38.67146020550935, 0.0], [178.01873676826216, -38.671526278069095, 0.0], [178.01895670787547, -38.67158590537741, 0.0], [178.01911368642877, -38.67165777052747, 0.0], [178.01937048355788, -38.67172295848001, 0.0], [178.01971880483202, -38.67183662022783, 0.0], [178.02004625084484, -38.671955943935245, 0.0], [178.0202599666401, -38.672013454143084, 0.0], [178.02036403714322, -38.67215430094754, 0.0], [178.02046570746796, -38.67234766331448, 0.0], [178.02051790261487, -38.67252886044818, 0.0], [178.02055588826832, -38.67259393240394, 0.0]], "type": "LineString"}, "id": "4321", "properties": {"CPS": 3, "Date": "2018-02-16", "Digitiser": "ER", "Georef_ER": 0.0, "ID": 4321.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.3, "Proxy": 1, "Region": "Gisborne", "SHLength": 8.80903548497, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 1.015332457867865, "USDate": "02/16/2018"}, "type": "Feature"}, {"bbox": [177.95050462579724, -38.70097104515348, 177.98746129759425, -38.675667487033756], "geometry": {"coordinates": [[177.95050462579724, -38.70097104515348, 0.0], [177.95062348266063, -38.7007992304111, 0.0], [177.9507221044869, -38.70064256898356, 0.0], [177.95085072150465, -38.70043603275214, 0.0], [177.95094181427137, -38.700346398837006, 0.0], [177.95099645464015, -38.70030119586305, 0.0], [177.951091235185, -38.70022093504243, 0.0], [177.95115152131388, -38.700125461275896, 0.0], [177.95125251571486, -38.69995916900454, 0.0], [177.95133844146693, -38.699838782501544, 0.0], [177.95142814359028, -38.69977303158836, 0.0], [177.95153398742454, -38.6997208900029, 0.0], [177.95159386857244, -38.699663552137274, 0.0], [177.9516303956544, -38.69957623400373, 0.0], [177.95169100900026, -38.699485510957814, 0.0], [177.9517983169005, -38.6993665988913, 0.0], [177.95189424485199, -38.699302965777214, 0.0], [177.95196239821556, -38.69923336440094, 0.0], [177.9520665097831, -38.699112205364976, 0.0], [177.95212646533724, -38.69901198030908, 0.0], [177.95225416976086, -38.69888028977592, 0.0], [177.95235975839998, -38.698780509676055, 0.0], [177.95237301929023, -38.69870847371492, 0.0], [177.95244133588199, -38.698641247581186, 0.0], [177.95250154390206, -38.698588660267795, 0.0], [177.95260663908377, -38.698481753615525, 0.0], [177.9527333563018, -38.69833580991916, 0.0], [177.95285327142176, -38.69817943397101, 0.0], [177.95291404639465, -38.69809108591286, 0.0], [177.95295204940274, -38.69802514662833, 0.0], [177.95303584955994, -38.69796202758724, 0.0], [177.95313046056972, -38.69787938998434, 0.0], [177.9532408845675, -38.69780561056433, 0.0], [177.95331697920776, -38.697718994219834, 0.0], [177.9534318972985, -38.69757831571844, 0.0], [177.95348914709524, -38.69748296978758, 0.0], [177.95357146781905, -38.697398471328526, 0.0], [177.95363707939157, -38.69733612427511, 0.0], [177.95373046458798, -38.69727974501242, 0.0], [177.95383564595414, -38.69721809985463, 0.0], [177.95395015938132, -38.697115556957364, 0.0], [177.95402796949548, -38.69700980788004, 0.0], [177.9541501716859, -38.69684261263014, 0.0], [177.95429511521755, -38.69671852636205, 0.0], [177.9543724315844, -38.696605650752566, 0.0], [177.9544274696683, -38.696522310491474, 0.0], [177.95456369226937, -38.696425992265766, 0.0], [177.9546288092508, -38.696356518405736, 0.0], [177.9546653312674, -38.69626919964481, 0.0], [177.95473945115873, -38.696154077153324, 0.0], [177.95482898131976, -38.696085948652886, 0.0], [177.9549177802916, -38.69605120516822, 0.0], [177.95510544039038, -38.69590743524273, 0.0], [177.9551959387737, -38.69576541001562, 0.0], [177.95525417076084, -38.695684316151365, 0.0], [177.95534459499217, -38.695585177708125, 0.0], [177.9554715568832, -38.695486869452786, 0.0], [177.95556149630235, -38.6954246791088, 0.0], [177.95565732477823, -38.69531578113388, 0.0], [177.95576560608745, -38.695211118897774, 0.0], [177.95585537175373, -38.6951024783451, 0.0], [177.95597479095537, -38.6949830481579, 0.0], [177.95611460584837, -38.694850839158555, 0.0], [177.95627277114494, -38.69472023275389, 0.0], [177.95645206216878, -38.69454346236543, 0.0], [177.95656353661113, -38.694441046188345, 0.0], [177.95667787747308, -38.694336125683016, 0.0], [177.956822364391, -38.69422754165256, 0.0], [177.95698929153022, -38.69409179715524, 0.0], [177.95709664870304, -38.69397383142917, 0.0], [177.95722647205335, -38.69387301734119, 0.0], [177.95728126798448, -38.69383018741819, 0.0], [177.95739936783724, -38.693691752502545, 0.0], [177.95753024888543, -38.69356230400489, 0.0], [177.9576372099218, -38.693438636822364, 0.0], [177.9577464718278, -38.693348225755976, 0.0], [177.95779053021616, -38.69328202767759, 0.0], [177.95786694355218, -38.69320015988232, 0.0], [177.95793623619556, -38.69314718382282, 0.0], [177.9581017715635, -38.693035321258655, 0.0], [177.95815123393638, -38.69295936365402, 0.0], [177.95823100631222, -38.692882117718646, 0.0], [177.95839694134443, -38.69273211892481, 0.0], [177.95856755064676, -38.692605745494184, 0.0], [177.95871038722484, -38.69247340512727, 0.0], [177.95879253184663, -38.692386528279734, 0.0], [177.9589379980892, -38.69229219470437, 0.0], [177.9590149845251, -38.69221864033731, 0.0], [177.95910286162066, -38.69212675473564, 0.0], [177.9592060577592, -38.69203660024566, 0.0], [177.9593245728852, -38.691948176829925, 0.0], [177.9594363681116, -38.69185050928602, 0.0], [177.95951244924802, -38.691763889750256, 0.0], [177.9596376831562, -38.691684710089326, 0.0], [177.95972367887003, -38.69160958102648, 0.0], [177.95978624898848, -38.691547360040325, 0.0], [177.9598838748572, -38.69146458909883, 0.0], [177.9599914865861, -38.691350421941884, 0.0], [177.96007698822064, -38.691268166362015, 0.0], [177.96025381737198, -38.69114390855127, 0.0], [177.9603411982651, -38.69104489589476, 0.0], [177.9604339121189, -38.69097901037344, 0.0], [177.9605511766478, -38.690850614193764, 0.0], [177.9606518316072, -38.69076771383713, 0.0], [177.96075347307823, -38.690699066003056, 0.0], [177.96088157017158, -38.6906173808856, 0.0], [177.96103480699693, -38.69050365495538, 0.0], [177.96121875160145, -38.69035050403599, 0.0], [177.9614807462311, -38.69013923747401, 0.0], [177.96160252096564, -38.690010171990544, 0.0], [177.96173062018252, -38.68988464926535, 0.0], [177.9618479772118, -38.689779595698674, 0.0], [177.96201488455898, -38.68964384524645, 0.0], [177.96219645202743, -38.6895003236856, 0.0], [177.9623622065454, -38.68934794482595, 0.0], [177.9625051942468, -38.68921797607764, 0.0], [177.96265621722503, -38.68911625442947, 0.0], [177.96284884874373, -38.6890008503194, 0.0], [177.96302902730505, -38.688881210861794, 0.0], [177.96324068677913, -38.688711392040695, 0.0], [177.9633482891442, -38.68859722237511, 0.0], [177.9634631045134, -38.68849942268609, 0.0], [177.96363811096802, -38.68834903088328, 0.0], [177.96378053173683, -38.68825482114046, 0.0], [177.96393425252512, -38.68814821827104, 0.0], [177.96412694813463, -38.687989925786596, 0.0], [177.96440285880539, -38.68780426748119, 0.0], [177.96459522331622, -38.687641223505395, 0.0], [177.96475885667326, -38.687546109858836, 0.0], [177.96488980963204, -38.68746191657398, 0.0], [177.96505736411888, -38.68733566413956, 0.0], [177.96525621291116, -38.687222374028906, 0.0], [177.9653875432287, -38.687143643719146, 0.0], [177.96555443769645, -38.6870078890049, 0.0], [177.96572485605245, -38.686879131330194, 0.0], [177.96596422502606, -38.686692642545836, 0.0], [177.96620187894987, -38.6865252856851, 0.0], [177.9663823747879, -38.686410392617475, 0.0], [177.96661429464172, -38.68624804391277, 0.0], [177.96685645790814, -38.68610193558975, 0.0], [177.96707882197882, -38.68595524035392, 0.0], [177.96732490420794, -38.68577799275285, 0.0], [177.9674958103568, -38.6856563591048, 0.0], [177.9676813752341, -38.68552695373278, 0.0], [177.96787079339109, -38.685409296091386, 0.0], [177.96805520426392, -38.68526326234729, 0.0], [177.96832216674798, -38.6850803586714, 0.0], [177.9686127141217, -38.68488692021629, 0.0], [177.9687908299666, -38.684781654627166, 0.0], [177.96901904956096, -38.68460992927568, 0.0], [177.96915494964202, -38.68453147673392, 0.0], [177.9694183159144, -38.68438446014161, 0.0], [177.96962558222478, -38.68426127462471, 0.0], [177.9698519205629, -38.68410630479469, 0.0], [177.97003527009667, -38.68398890231561, 0.0], [177.9702764300633, -38.68382853540489, 0.0], [177.97038460758884, -38.68376674833935, 0.0], [177.97071305845134, -38.68355024816003, 0.0], [177.97094930753278, -38.68340676609707, 0.0], [177.97114698235134, -38.68327683943016, 0.0], [177.97130101073455, -38.68317497900705, 0.0], [177.97136260844806, -38.68312089382053, 0.0], [177.97147094868888, -38.68306148127088, 0.0], [177.9716035329975, -38.68300103542648, 0.0], [177.9717669812448, -38.68290353780598, 0.0], [177.97194436371498, -38.68283165269607, 0.0], [177.9721325495878, -38.68274024752648, 0.0], [177.97227307069696, -38.68266278574196, 0.0], [177.97247387210072, -38.68257798958823, 0.0], [177.9726580372508, -38.682472460469256, 0.0], [177.9728130505008, -38.68238485064929, 0.0], [177.97295258125934, -38.68229313578458, 0.0], [177.97316540165755, -38.68216256020097, 0.0], [177.97331820720862, -38.68208695593401, 0.0], [177.97346682815592, -38.681994852953274, 0.0], [177.97370978659103, -38.681860609137054, 0.0], [177.97388154715713, -38.68177347514339, 0.0], [177.9740585947856, -38.681696836353254, 0.0], [177.9742751011516, -38.68157563132404, 0.0], [177.9744095565988, -38.6814984256883, 0.0], [177.9745945402563, -38.68140477079979, 0.0], [177.97479082086198, -38.68129872180567, 0.0], [177.97496434119108, -38.68121508484949, 0.0], [177.97511918384978, -38.68112509693018, 0.0], [177.97531915281854, -38.68102841944424, 0.0], [177.97556243405157, -38.68089892296237, 0.0], [177.9757442192214, -38.6808030203087, 0.0], [177.97594165066363, -38.68071359726352, 0.0], [177.97608604940282, -38.68062643598641, 0.0], [177.97622336649354, -38.68054672385463, 0.0], [177.97642349714778, -38.68045242005224, 0.0], [177.97656246270023, -38.68039646136355, 0.0], [177.9767216512463, -38.68032534531754, 0.0], [177.97685201989947, -38.680276900278045, 0.0], [177.97697820344845, -38.68021195673988, 0.0], [177.9771781671402, -38.680115276387184, 0.0], [177.9772712633066, -38.68005531778909, 0.0], [177.97739843572526, -38.68000462610621, 0.0], [177.9775069308534, -38.679947583941384, 0.0], [177.97762517672706, -38.67989965529558, 0.0], [177.97774915326252, -38.67984671718623, 0.0], [177.9778807360713, -38.67977201266776, 0.0], [177.97804196236643, -38.67968651343812, 0.0], [177.9781764099471, -38.67960930394144, 0.0], [177.97832953427388, -38.67953844453656, 0.0], [177.97847235162894, -38.679494231329755, 0.0], [177.97858756568368, -38.67944643111571, 0.0], [177.97873291805828, -38.67939496217279, 0.0], [177.9789335368538, -38.67930778059214, 0.0], [177.97915487250103, -38.679212567234615, 0.0], [177.97933510290753, -38.67913816722859, 0.0], [177.9794843695933, -38.67905555893592, 0.0], [177.97973771708288, -38.678939918829165, 0.0], [177.97991376066204, -38.67884901978308, 0.0], [177.98005878068471, -38.678792798589846, 0.0], [177.98018479344492, -38.678725476565404, 0.0], [177.98034077897324, -38.678652110037994, 0.0], [177.98047621219112, -38.678589150368275, 0.0], [177.980686854777, -38.67849319948032, 0.0], [177.98087518218665, -38.678404156999534, 0.0], [177.9810278058409, -38.678326168291825, 0.0], [177.98119558058443, -38.67824753247518, 0.0], [177.98130037925225, -38.67818111507452, 0.0], [177.98141845430897, -38.67813080756625, 0.0], [177.98158132307478, -38.67806905757163, 0.0], [177.9818449097322, -38.67796965266976, 0.0], [177.9820815533803, -38.67787616261635, 0.0], [177.98225031635255, -38.677811777584296, 0.0], [177.98250734519033, -38.67770550405003, 0.0], [177.98264007448043, -38.67764742223842, 0.0], [177.98277362908507, -38.67760121708037, 0.0], [177.98286696470012, -38.67754481755702, 0.0], [177.98297054670402, -38.677504657180975, 0.0], [177.98306635878643, -38.67748388787557, 0.0], [177.9831455335038, -38.67744238745701, 0.0], [177.9832554358515, -38.677383850550406, 0.0], [177.98337080807832, -38.677338421386004, 0.0], [177.9834802848072, -38.677295626358244, 0.0], [177.9836739473924, -38.67723970531105, 0.0], [177.98386325828034, -38.677164910578746, 0.0], [177.9840291526825, -38.67710302798726, 0.0], [177.98418595611142, -38.67704153355946, 0.0], [177.9843325125039, -38.67696379986086, 0.0], [177.9845033102805, -38.67688503025563, 0.0], [177.98465388718768, -38.67682141883881, 0.0], [177.98480562000597, -38.676774434702686, 0.0], [177.98495349652552, -38.67671570310805, 0.0], [177.98515558605197, -38.67664988993487, 0.0], [177.9853413678775, -38.67656809643627, 0.0], [177.98553067502743, -38.676493299221036, 0.0], [177.98568527146597, -38.67644380917943, 0.0], [177.98592223482905, -38.67635506266778, 0.0], [177.98609032946123, -38.67628117113903, 0.0], [177.986192420673, -38.67621963001433, 0.0], [177.9863566021689, -38.67617687665747, 0.0], [177.98647180500836, -38.676129069328766, 0.0], [177.9865460723119, -38.67610445327272, 0.0], [177.98669763692197, -38.676055091505894, 0.0], [177.98682936797857, -38.675982753271455, 0.0], [177.98694726984277, -38.67593006529943, 0.0], [177.98706148040537, -38.67586800537758, 0.0], [177.98717348682317, -38.67581795160555, 0.0], [177.9872723252605, -38.67579704953179, 0.0], [177.9873917137091, -38.67576573923193, 0.0], [177.98746129759425, -38.675717498756434, 0.0], [177.98746085745262, -38.675667487033756, 0.0]], "type": "LineString"}, "id": "4326", "properties": {"CPS": 3, "Date": "2022-02-16", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4326.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 4.35913640139, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 0.99040395798886, "USDate": "02/16/2022"}, "type": "Feature"}, {"bbox": [177.9876114844016, -38.67557351181874, 177.99209943266013, -38.67421713880931], "geometry": {"coordinates": [[177.9876114844016, -38.67556098643709, 0.0], [177.987764313662, -38.67557351181874, 0.0], [177.9879081078782, -38.67554353997489, 0.0], [177.98802463069654, -38.67551473396434, 0.0], [177.98815713046977, -38.675497156747554, 0.0], [177.98826759281343, -38.67546860962288, 0.0], [177.98839810903502, -38.67542252807518, 0.0], [177.98857407705177, -38.675374502860215, 0.0], [177.98878221916775, -38.67530842471696, 0.0], [177.98887301249175, -38.675259276464224, 0.0], [177.9889717942418, -38.675215742542676, 0.0], [177.9890521198416, -38.675190865847306, 0.0], [177.98914120513228, -38.675160849677894, 0.0], [177.98929899120097, -38.67511360094031, 0.0], [177.98944399532797, -38.675057369027364, 0.0], [177.98952432055654, -38.67503249202849, 0.0], [177.989634616197, -38.67500156835477, 0.0], [177.98976816066107, -38.67495535578833, 0.0], [177.9899224196934, -38.67490110986069, 0.0], [177.99013882260078, -38.674822763989916, 0.0], [177.99029258500354, -38.674761391611874, 0.0], [177.99040624061118, -38.6747350883076, 0.0], [177.99052529492346, -38.674699024336896, 0.0], [177.99063575488094, -38.67467047510757, 0.0], [177.99082989977097, -38.674621668976634, 0.0], [177.99100503703318, -38.67456176367369, 0.0], [177.99120138455757, -38.674500950683374, 0.0], [177.99131250536692, -38.67448190216419, 0.0], [177.9914105135348, -38.674449120135975, 0.0], [177.99148174703836, -38.67442463079609, 0.0], [177.99158124346232, -38.674413226583475, 0.0], [177.9917334619732, -38.67437336002992, 0.0], [177.9918738907853, -38.67433876254983, 0.0], [177.99194259009843, -38.6743215285765, 0.0], [177.9920246203868, -38.67427751770096, 0.0], [177.99209943266013, -38.67421713880931, 0.0]], "type": "LineString"}, "id": "4327", "properties": {"CPS": 3, "Date": "2022-02-16", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4327.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.422888481922, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 0.99040395798886, "USDate": "02/16/2022"}, "type": "Feature"}, {"bbox": [177.99217992125418, -38.67419549625615, 178.00554594522978, -38.67058341811133], "geometry": {"coordinates": [[177.99217992125418, -38.67419463542573, 0.0], [177.99227115400396, -38.67419549625615, 0.0], [177.9923410108927, -38.67419488933773, 0.0], [177.99242419861739, -38.6741675054789, 0.0], [177.9924567022675, -38.67415420252876, 0.0], [177.99253851393865, -38.674150701503564, 0.0], [177.992616964708, -38.674142579444336, 0.0], [177.99271260331693, -38.67411942735476, 0.0], [177.9928203620885, -38.67409575648808, 0.0], [177.9930113080956, -38.674044701272116, 0.0], [177.9931522317854, -38.67401722829947, 0.0], [177.9933075280609, -38.67397794271285, 0.0], [177.99346007534527, -38.673942824667776, 0.0], [177.9935781338432, -38.673892505838296, 0.0], [177.99369751574352, -38.6738611894605, 0.0], [177.99387802067014, -38.67381296216622, 0.0], [177.99400852969168, -38.67376687476206, 0.0], [177.99415248236886, -38.673739270934114, 0.0], [177.99425318710135, -38.67370160631874, 0.0], [177.99442947706171, -38.67365832342326, 0.0], [177.99460912776408, -38.67361966118778, 0.0], [177.99470713298226, -38.67358687656047, 0.0], [177.9948071238896, -38.67358259565051, 0.0], [177.99490832446082, -38.67355205645326, 0.0], [177.9950371261288, -38.67352510022309, 0.0], [177.99519771735663, -38.673518224336895, 0.0], [177.99529434707546, -38.673509322123365, 0.0], [177.99551424004005, -38.67345940581926, 0.0], [177.99564304124402, -38.673432448944766, 0.0], [177.99579459283325, -38.67338307611521, 0.0], [177.99593534829512, -38.673353224617266, 0.0], [177.99607290808945, -38.67332112740312, 0.0], [177.99624919573765, -38.67327784188605, 0.0], [177.99639215309023, -38.673235983545915, 0.0], [177.99654838903322, -38.673210233132444, 0.0], [177.99665278373018, -38.67318193804204, 0.0], [177.9968238884978, -38.67310790245223, 0.0], [177.9969333496089, -38.67306509572094, 0.0], [177.99705118831193, -38.673055283645986, 0.0], [177.99713200482168, -38.67303752764271, 0.0], [177.99725507561604, -38.67301557925876, 0.0], [177.99736124139932, -38.672969101447194, 0.0], [177.99743819989783, -38.67293959849816, 0.0], [177.99754931602135, -38.67292054429487, 0.0], [177.99768285065008, -38.67287432323834, 0.0], [177.99783759496233, -38.67282719342628, 0.0], [177.99795796628845, -38.672810124749795, 0.0], [177.99806522411728, -38.67277932335762, 0.0], [177.99820008281046, -38.67275210418176, 0.0], [177.99827753745495, -38.67272972662783, 0.0], [177.9983487665043, -38.672705233352296, 0.0], [177.9984196643084, -38.67267598942958, 0.0], [177.9985269216975, -38.67264518763825, 0.0], [177.99861936034677, -38.67261978546988, 0.0], [177.9987358730559, -38.672590969333925, 0.0], [177.9988732641958, -38.67255649368762, 0.0], [177.99899635000634, -38.672534781082646, 0.0], [177.99911759736477, -38.672486702512145, 0.0], [177.9992458982003, -38.67245261595389, 0.0], [177.99934472745676, -38.67243170416787, 0.0], [177.9994735249497, -38.67240474327192, 0.0], [177.99959879547654, -38.672370786188836, 0.0], [177.99975237772955, -38.672307026893336, 0.0], [177.99986216689962, -38.672268968200015, 0.0], [177.9999695885773, -38.67224054045834, 0.0], [178.00006775467705, -38.67221012690076, 0.0], [178.00019269321783, -38.67217141862473, 0.0], [178.0003300826855, -38.67213694135813, 0.0], [178.00045165967174, -38.6720936120937, 0.0], [178.0005654959966, -38.67204823209312, 0.0], [178.0007025536711, -38.672009003823106, 0.0], [178.00081283881212, -38.671978070181616, 0.0], [178.00094284227836, -38.671924849631544, 0.0], [178.00102150247255, -38.671876212248776, 0.0], [178.00109256390255, -38.671849342117426, 0.0], [178.00122741934894, -38.67182211962565, 0.0], [178.00130454047988, -38.67179498959903, 0.0], [178.00139444398565, -38.67177684113214, 0.0], [178.00152207945462, -38.67173325104924, 0.0], [178.00162850534576, -38.67169057011917, 0.0], [178.00173509680195, -38.67165026439184, 0.0], [178.0018330955041, -38.671617474156264, 0.0], [178.0019785784207, -38.671568353612216, 0.0], [178.00217777086291, -38.6715050180631, 0.0], [178.0022899243453, -38.67145732617436, 0.0], [178.002388253928, -38.67142928608456, 0.0], [178.00248911615563, -38.67139399013074, 0.0], [178.00261911715765, -38.6713407678594, 0.0], [178.0027137536105, -38.67130335628152, 0.0], [178.00277065867334, -38.6712913865539, 0.0], [178.00284761282362, -38.671261880292775, 0.0], [178.0029456104016, -38.671229089188806, 0.0], [178.00301584166786, -38.67119034153578, 0.0], [178.0030912573846, -38.67118234264311, 0.0], [178.00315322758084, -38.67115586115025, 0.0], [178.00321922208835, -38.671143501409986, 0.0], [178.0032613089868, -38.67113693171283, 0.0], [178.00332630895628, -38.67111032019659, 0.0], [178.0033967056331, -38.671073947620876, 0.0], [178.0035160775741, -38.67104262176535, 0.0], [178.00363578091645, -38.6710160463645, 0.0], [178.00372838103132, -38.67099301568131, 0.0], [178.0038652688428, -38.67095140864948, 0.0], [178.0039462465969, -38.67093602346724, 0.0], [178.00405366429905, -38.67090759219482, 0.0], [178.00412775333686, -38.67088059039032, 0.0], [178.00421748898881, -38.67086006458278, 0.0], [178.0043587323268, -38.670837329306195, 0.0], [178.0044513319215, -38.67081429807847, 0.0], [178.0045501569658, -38.67079338212228, 0.0], [178.00463889761122, -38.67075860431504, 0.0], [178.00472004071992, -38.67074559390127, 0.0], [178.00477644752246, -38.67072649740108, 0.0], [178.00486012302704, -38.67070623107505, 0.0], [178.00493823616205, -38.67069335049388, 0.0], [178.00500742549315, -38.67068323508856, 0.0], [178.00507424816104, -38.670682750747076, 0.0], [178.0051687164731, -38.670642962034854, 0.0], [178.00525658226567, -38.670639192408, 0.0], [178.00534053334997, -38.670644643761534, 0.0], [178.00541258659027, -38.670632022852956, 0.0], [178.00548094667786, -38.6706100307813, 0.0], [178.00554594522978, -38.67058341811133, 0.0]], "type": "LineString"}, "id": "4328", "properties": {"CPS": 3, "Date": "2022-02-16", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4328.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 1.24211992842, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 0.99040395798886, "USDate": "02/16/2022"}, "type": "Feature"}, {"bbox": [178.0056668076049, -38.67060930816328, 178.00846473563618, -38.67057250379439], "geometry": {"coordinates": [[178.0056668076049, -38.67057346766886, 0.0], [178.0057479052624, -38.67060334156237, 0.0], [178.0058690992804, -38.67059814146417, 0.0], [178.00599751380668, -38.67060930816328, 0.0], [178.00613402287286, -38.67060583302846, 0.0], [178.00627306422606, -38.670595101893, 0.0], [178.00640401106568, -38.670599012299185, 0.0], [178.00655230772242, -38.670590266054795, 0.0], [178.0066331184401, -38.67057250379439, 0.0], [178.00675177997456, -38.670574558631074, 0.0], [178.00690057408264, -38.670572937770054, 0.0], [178.0070806618173, -38.67058426800672, 0.0], [178.00731159340415, -38.67058388618107, 0.0], [178.00755414664798, -38.67057585789453, 0.0], [178.00771858750508, -38.67058071156206, 0.0], [178.0078101462952, -38.670586311050876, 0.0], [178.00794547187627, -38.670587649367434, 0.0], [178.00808164875198, -38.670579421419355, 0.0], [178.00820064199343, -38.670586225313336, 0.0], [178.0083714743211, -38.67059556846174, 0.0], [178.00843190516886, -38.670590591801606, 0.0], [178.00846473563618, -38.670582035219574, 0.0]], "type": "LineString"}, "id": "4329", "properties": {"CPS": 3, "Date": "2022-02-16", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4329.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.245564446644, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 0.99040395798886, "USDate": "02/16/2022"}, "type": "Feature"}, {"bbox": [178.00874563761394, -38.67064814652189, 178.00975481895202, -38.67060094680436], "geometry": {"coordinates": [[178.00874563761394, -38.67060094680436, 0.0], [178.00890148670936, -38.670613314825985, 0.0], [178.00905970192954, -38.670616051486554, 0.0], [178.00922078103275, -38.67061628257553, 0.0], [178.00936467678042, -38.67063154559696, 0.0], [178.00947105290024, -38.67063174276392, 0.0], [178.009593241995, -38.67064079038607, 0.0], [178.00975481895202, -38.67064814652189, 0.0]], "type": "LineString"}, "id": "4330", "properties": {"CPS": 3, "Date": "2022-02-16", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4330.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.0882543746258, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 0.99040395798886, "USDate": "02/16/2022"}, "type": "Feature"}, {"bbox": [178.00990635311837, -38.67068765953147, 178.01094276069338, -38.67059875635097], "geometry": {"coordinates": [[178.00990635311837, -38.67059875635097, 0.0], [178.0099930140194, -38.67062124116286, 0.0], [178.01012798631362, -38.670639268823386, 0.0], [178.01025067335536, -38.6706554415331, 0.0], [178.0103844838888, -38.67065684206153, 0.0], [178.01052754988814, -38.670660227321704, 0.0], [178.01064318141817, -38.67066240829953, 0.0], [178.01072901261395, -38.67067301624507, 0.0], [178.01084833796014, -38.67068456792373, 0.0], [178.01094276069338, -38.67068765953147, 0.0]], "type": "LineString"}, "id": "4331", "properties": {"CPS": 3, "Date": "2022-02-16", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4331.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.0912812373424, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 0.99040395798886, "USDate": "02/16/2022"}, "type": "Feature"}, {"bbox": [178.01098351831834, -38.67083390698911, 178.0132378151589, -38.67066208503918], "geometry": {"coordinates": [[178.01098351831834, -38.67066208503918, 0.0], [178.01110047784397, -38.67068326762748, 0.0], [178.0112166073892, -38.67069257380547, 0.0], [178.01134838413282, -38.67070835490679, 0.0], [178.01145625431485, -38.67072992756387, 0.0], [178.01159778472208, -38.67075481895255, 0.0], [178.01172873149486, -38.67075872333037, 0.0], [178.01188375086866, -38.670759211024986, 0.0], [178.01199988055518, -38.67076851640648, 0.0], [178.01213435526898, -38.670779415924905, 0.0], [178.01226932813555, -38.67079744104648, 0.0], [178.01240093913017, -38.670810845674346, 0.0], [178.01257529986322, -38.67082717816592, 0.0], [178.01272122978494, -38.67082805526976, 0.0], [178.0128804617864, -38.670823595849875, 0.0], [178.01299912322514, -38.67082564427884, 0.0], [178.01313949165478, -38.67083390698911, 0.0], [178.0132378151589, -38.6708058580749, 0.0]], "type": "LineString"}, "id": "4332", "properties": {"CPS": 3, "Date": "2022-02-16", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4332.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.198721123058, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 0.99040395798886, "USDate": "02/16/2022"}, "type": "Feature"}, {"bbox": [178.0133260122189, -38.670994362107486, 178.0165131759681, -38.67080683287276], "geometry": {"coordinates": [[178.0133260122189, -38.67080683287276, 0.0], [178.01343504552077, -38.67084503039373, 0.0], [178.01360081519178, -38.67086887767713, 0.0], [178.01376442574235, -38.67086184648963, 0.0], [178.0138803895409, -38.67086877471963, 0.0], [178.01408471654673, -38.67087905229643, 0.0], [178.0142126335558, -38.67088308407358, 0.0], [178.01432573367217, -38.67089251732205, 0.0], [178.01450785526146, -38.67088945423782, 0.0], [178.01462971261887, -38.6708937460109, 0.0], [178.01476468601822, -38.67091176818263, 0.0], [178.01487392572471, -38.670909454904105, 0.0], [178.0149929194092, -38.670916251775296, 0.0], [178.0151331218482, -38.670922136810894, 0.0], [178.01530461935724, -38.67094097064236, 0.0], [178.01546709687764, -38.67093946524401, 0.0], [178.0155897850362, -38.670955632211346, 0.0], [178.01576634535667, -38.67095995338823, 0.0], [178.01592505908636, -38.670969806371225, 0.0], [178.01604471752958, -38.6709861031142, 0.0], [178.01618508622818, -38.670994362107486, 0.0], [178.01634280295823, -38.67098996307771, 0.0], [178.01646636074457, -38.67097512072462, 0.0], [178.0165131759681, -38.67094928385904, 0.0]], "type": "LineString"}, "id": "4333", "properties": {"CPS": 3, "Date": "2022-02-16", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4333.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.28102151924, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 0.99040395798886, "USDate": "02/16/2022"}, "type": "Feature"}, {"bbox": [177.9409650671706, -38.71043641535984, 177.95050462579724, -38.70097104515348], "geometry": {"coordinates": [[177.9409650671706, -38.71043641535984, 0.0], [177.94110420350654, -38.71042575635985, 0.0], [177.94129742090186, -38.71040565877373, 0.0], [177.9414210700865, -38.71039089062097, 0.0], [177.9415675813639, -38.71039897813756, 0.0], [177.94169106650838, -38.71038183420907, 0.0], [177.94180012904656, -38.7103319470745, 0.0], [177.94193713360025, -38.71029040569828, 0.0], [177.94203685573905, -38.710281415558114, 0.0], [177.94219787003703, -38.71027935802167, 0.0], [177.94242796023264, -38.710264843495835, 0.0], [177.9426164247368, -38.71026400463488, 0.0], [177.9428556101515, -38.71024910384571, 0.0], [177.94308266816523, -38.710234716522386, 0.0], [177.9432713763897, -38.71019336482699, 0.0], [177.94339695332368, -38.71007440035552, 0.0], [177.94356344535163, -38.70984339476532, 0.0], [177.94374714302106, -38.709597365068745, 0.0], [177.94395656975345, -38.709371686468415, 0.0], [177.94417558253446, -38.709152748488684, 0.0], [177.9443564934084, -38.70895448477969, 0.0], [177.94452297996585, -38.708723478164806, 0.0], [177.9445777097961, -38.708635390331935, 0.0], [177.94473420618414, -38.7085239287894, 0.0], [177.9448457973751, -38.7083786342318, 0.0], [177.944931581957, -38.70829995066122, 0.0], [177.94504162312953, -38.70826431372864, 0.0], [177.94509545283313, -38.70820723550987, 0.0], [177.94515354140214, -38.70812376990324, 0.0], [177.94518049252397, -38.70802971223073, 0.0], [177.94518278293395, -38.70797481908371, 0.0], [177.94522587676389, -38.70789437161598, 0.0], [177.94529232500713, -38.707843905629346, 0.0], [177.94535811696272, -38.707783937686735, 0.0], [177.94540276574725, -38.70768198230451, 0.0], [177.94545659475568, -38.70762490396299, 0.0], [177.9455647512991, -38.70760602352394, 0.0], [177.9456795419744, -38.70755112514688, 0.0], [177.9457536080925, -38.70747889397691, 0.0], [177.94580464763214, -38.70738143234822, 0.0], [177.9458361059323, -38.70730862535687, 0.0], [177.94587829981748, -38.70725918749949, 0.0], [177.9459426141823, -38.70717783997748, 0.0], [177.94603740913558, -38.70709758235731, 0.0], [177.94608082968188, -38.70702188562112, 0.0], [177.94607689206072, -38.706964874131714, 0.0], [177.94602878500163, -38.70684064497126, 0.0], [177.94602476187572, -38.70673837082015, 0.0], [177.94611380104553, -38.70661880878301, 0.0], [177.94614861854623, -38.70655062414553, 0.0], [177.94618228751062, -38.70646581115155, 0.0], [177.9462451242692, -38.70636308421901, 0.0], [177.94629927982422, -38.70631075654594, 0.0], [177.94636203797137, -38.70625091673431, 0.0], [177.94645486239764, -38.70614215314396, 0.0], [177.94656620442052, -38.70603736905596, 0.0], [177.94661363995272, -38.705975796489284, 0.0], [177.94674563240702, -38.70590587301106, 0.0], [177.94688557080946, -38.705818935344055, 0.0], [177.94697773754461, -38.70570066951649, 0.0], [177.94705359735966, -38.70556641819297, 0.0], [177.94706694213704, -38.70545149531189, 0.0], [177.94710650868961, -38.70536404951587, 0.0], [177.94719957705374, -38.705258848684984, 0.0], [177.94729977494092, -38.70516883121924, 0.0], [177.94743610102518, -38.70502963257681, 0.0], [177.94746427481013, -38.704909315812245, 0.0], [177.94748261968894, -38.704822770035875, 0.0], [177.9475371014354, -38.70477519286362, 0.0], [177.9475815038091, -38.70471374859206, 0.0], [177.9477595362364, -38.70460613463477, 0.0], [177.9478612095481, -38.70453749604723, 0.0], [177.9479931114667, -38.70442230881536, 0.0], [177.94804316140977, -38.70431059368098, 0.0], [177.94807219456442, -38.704114717161296, 0.0], [177.9481543647811, -38.70402784619585, 0.0], [177.9482453011288, -38.703935838429004, 0.0], [177.94836909157254, -38.703835289519624, 0.0], [177.9484732154423, -38.70371413291464, 0.0], [177.9485328511437, -38.703609158230314, 0.0], [177.94863548739093, -38.703378472626014, 0.0], [177.94870634089835, -38.70321584352046, 0.0], [177.9488900054037, -38.70296980781933, 0.0], [177.94901518340865, -38.70284537506451, 0.0], [177.94909968239185, -38.70272624181971, 0.0], [177.94915464357067, -38.702597640847756, 0.0], [177.94919690945656, -38.70250531502432, 0.0], [177.94926138029595, -38.70242634162668, 0.0], [177.949440871252, -38.70225195523571, 0.0], [177.9494758479431, -38.702186145388616, 0.0], [177.94947854035604, -38.702093116225825, 0.0], [177.94959241093545, -38.70198107486959, 0.0], [177.94975535306165, -38.70183121458662, 0.0], [177.94985824625073, -38.70173631584212, 0.0], [177.94998530278818, -38.70159512537239, 0.0], [177.95003530952485, -38.701438859811674, 0.0], [177.95011304194765, -38.70128785019968, 0.0], [177.95016677488218, -38.70118550769856, 0.0], [177.9502494319219, -38.70110576201503, 0.0], [177.95033471555567, -38.701064023737615, 0.0], [177.95042892907787, -38.70101952398169, 0.0], [177.95050462579724, -38.70097104515348, 0.0]], "type": "LineString"}, "id": "4334", "properties": {"CPS": 4, "Date": "2022-02-16", "Digitiser": "MT", "Georef_ER": 0.0, "ID": 4334.0, "Notes": null, "Photoscale": 0, "Pixel_Er": 0.2, "Proxy": 1, "Region": "Gisborne", "SHLength": 1.44697195623, "Scale": 1000, "Site": "Gisborne", "Source": "LDS", "Total_UNCY": 2.079639391817726, "USDate": "02/16/2022"}, "type": "Feature"}, {"bbox": [177.9560786943673, -38.69396869209442, 178.02051490226177, -38.670404291821995], "geometry": {"coordinates": [[177.9560786943673, -38.69396869209442, 0.0], [177.95610950456168, -38.69393431356366, 0.0], [177.95649101679146, -38.693560739363875, 0.0], [177.95692755794892, -38.69310382305421, 0.0], [177.95728704193365, -38.69280742019351, 0.0], [177.9578919019456, -38.69227902184672, 0.0], [177.9583741478549, -38.691867806491025, 0.0], [177.9587888136301, -38.69149043359274, 0.0], [177.95962043409813, -38.69076894029811, 0.0], [177.96009168750055, -38.69037486258274, 0.0], [177.9605288674542, -38.690015585962904, 0.0], [177.96107954776548, -38.68953950686755, 0.0], [177.96159387473946, -38.68915312126609, 0.0], [177.96208362060605, -38.68876301425229, 0.0], [177.96277900627055, -38.688225976432065, 0.0], [177.9630854634279, -38.68799852042354, 0.0], [177.96319085693708, -38.68789635701805, 0.0], [177.963433596024, -38.68771449469808, 0.0], [177.96368387621172, -38.687553752842135, 0.0], [177.96387683103433, -38.68744309824528, 0.0], [177.96420963950996, -38.68715733995748, 0.0], [177.96462714114318, -38.68686559402769, 0.0], [177.96494481812002, -38.68666862737679, 0.0], [177.96540955654396, -38.68631292533986, 0.0], [177.96584875685383, -38.686027398908095, 0.0], [177.96617001886682, -38.68579454011496, 0.0], [177.9665518920334, -38.685559100038816, 0.0], [177.9667945471383, -38.68542011821925, 0.0], [177.9669772468199, -38.68529321836816, 0.0], [177.96723258378438, -38.68511795938418, 0.0], [177.9675281409417, -38.68495289931786, 0.0], [177.96783990455793, -38.68475855932729, 0.0], [177.9680767244222, -38.68457932227598, 0.0], [177.96842943126907, -38.684361795339576, 0.0], [177.9686910534517, -38.68414576446228, 0.0], [177.96891100312504, -38.68398630369413, 0.0], [177.96927361964808, -38.68378026432264, 0.0], [177.96960273310148, -38.68357326866513, 0.0], [177.9698293989066, -38.68342304981436, 0.0], [177.97017955815548, -38.68321277359054, 0.0], [177.97072551257563, -38.682889327434076, 0.0], [177.97102767237575, -38.68268824121911, 0.0], [177.97121707742608, -38.68257057895966, 0.0], [177.97156706347587, -38.68235792369262, 0.0], [177.9720083562392, -38.68210325728519, 0.0], [177.97256855778232, -38.68181016704777, 0.0], [177.97308606234395, -38.68147124599264, 0.0], [177.97333728717516, -38.681324738506405, 0.0], [177.97387135672727, -38.681049433179055, 0.0], [177.97440002056953, -38.68078388564948, 0.0], [177.97504604201902, -38.6805014190087, 0.0], [177.9753518690153, -38.68030969529747, 0.0], [177.97566622844766, -38.68015334313487, 0.0], [177.97632392752465, -38.67982034084235, 0.0], [177.97658169502054, -38.679680694765324, 0.0], [177.9766292532669, -38.6796214880416, 0.0], [177.97712179959538, -38.679405117580025, 0.0], [177.9775691562131, -38.67923832148239, 0.0], [177.9781065529257, -38.678967620234076, 0.0], [177.97846029415527, -38.67880958028749, 0.0], [177.97879249157288, -38.67864769390055, 0.0], [177.9790018087376, -38.67859825963711, 0.0], [177.97934160974532, -38.67841460549928, 0.0], [177.97969280997498, -38.67826381760768, 0.0], [177.98019613765817, -38.67802791501108, 0.0], [177.98052055663535, -38.677885415192264, 0.0], [177.98100695814568, -38.677712174502844, 0.0], [177.98129313596343, -38.67758798220269, 0.0], [177.9816936369386, -38.677446995424056, 0.0], [177.9820328710242, -38.67729909404875, 0.0], [177.98243998299677, -38.67712208628534, 0.0], [177.98273100206043, -38.67702389029858, 0.0], [177.98321574040224, -38.67682688753343, 0.0], [177.98365508064407, -38.676588938771296, 0.0], [177.98413694815858, -38.67639443732521, 0.0], [177.98453694056755, -38.676246315504464, 0.0], [177.98475230616677, -38.67619661268511, 0.0], [177.98508981854488, -38.67606783547565, 0.0], [177.98547129548533, -38.67591573687464, 0.0], [177.9859959055342, -38.675724166179144, 0.0], [177.98640112402475, -38.67556390270912, 0.0], [177.98695299990354, -38.67537116241021, 0.0], [177.98734526722768, -38.675199537314356, 0.0], [177.9876780314133, -38.67509001501895, 0.0], [177.98841379996395, -38.674832228181, 0.0], [177.9889191659021, -38.67467005633648, 0.0], [177.9893167139352, -38.67457443591493, 0.0], [177.98976555026042, -38.67438608916375, 0.0], [177.9902359252786, -38.67420158423861, 0.0], [177.99067500498077, -38.67400412178906, 0.0], [177.99084429987334, -38.673903965814645, 0.0], [177.99103210991137, -38.67393881453619, 0.0], [177.99127721394575, -38.673923563670435, 0.0], [177.99179209900893, -38.673811002810645, 0.0], [177.99248817591345, -38.67363827315024, 0.0], [177.9929224035232, -38.67354583575866, 0.0], [177.99363979800765, -38.673417452609485, 0.0], [177.99427824355465, -38.67329006241176, 0.0], [177.9952842470718, -38.673073077036854, 0.0], [177.9957442469778, -38.67295808412964, 0.0], [177.99640377834066, -38.672784513885766, 0.0], [177.99698805339003, -38.672621310555826, 0.0], [177.99709718256912, -38.67257375310765, 0.0], [177.9976520319081, -38.6723808357021, 0.0], [177.998061672478, -38.67228466783528, 0.0], [177.99826082167868, -38.67226422391521, 0.0], [177.9985404546932, -38.672221272157294, 0.0], [177.99887368173793, -38.67211884579768, 0.0], [177.99921831622748, -38.672049283250765, 0.0], [177.99945354092603, -38.6719796434807, 0.0], [177.99959803272336, -38.67191627395769, 0.0], [177.99987077518855, -38.671861702342774, 0.0], [178.0001404872453, -38.67180725997533, 0.0], [178.0004391728074, -38.671732515976245, 0.0], [178.00079729635578, -38.6716385466886, 0.0], [178.0010176996482, -38.67157430391272, 0.0], [178.00136739449664, -38.671490223789895, 0.0], [178.001529897139, -38.6714236974123, 0.0], [178.00193450732306, -38.67129914301377, 0.0], [178.0023081541972, -38.67116638527989, 0.0], [178.00281802528326, -38.670982519438205, 0.0], [178.003141983933, -38.67087809613035, 0.0], [178.0036443722547, -38.67076125468343, 0.0], [178.00410247122355, -38.67066298754556, 0.0], [178.0045310991339, -38.670577894794484, 0.0], [178.00489854048598, -38.67057404434076, 0.0], [178.00523556263525, -38.67052623231177, 0.0], [178.00562172505659, -38.67048584050334, 0.0], [178.00627401548385, -38.67042688068107, 0.0], [178.00651287530746, -38.67040948350473, 0.0], [178.00685591044936, -38.670404291821995, 0.0], [178.00736587409017, -38.67043958240645, 0.0], [178.0075887109577, -38.67045384181661, 0.0], [178.00783748923175, -38.670447928145144, 0.0], [178.00804434744407, -38.670450960599176, 0.0], [178.00824124310338, -38.6704853914364, 0.0], [178.00852737477874, -38.670492167107305, 0.0], [178.00874398621073, -38.67050430915765, 0.0], [178.00901127515064, -38.67050236303423, 0.0], [178.009293006529, -38.67053314963519, 0.0], [178.00947799215788, -38.67052758910955, 0.0], [178.00967343748877, -38.67049775524975, 0.0], [178.00993412612615, -38.670531826258596, 0.0], [178.01030841238546, -38.670582459670996, 0.0], [178.01064858302522, -38.670579762154915, 0.0], [178.01116784520522, -38.67057413596804, 0.0], [178.01157952762412, -38.6705945702943, 0.0], [178.01216237448412, -38.67062909120569, 0.0], [178.01267354304122, -38.670638100306114, 0.0], [178.01302616451204, -38.67063962561196, 0.0], [178.01331752523203, -38.67063425280665, 0.0], [178.0136477349242, -38.670662945546034, 0.0], [178.0140205283072, -38.670692189570055, 0.0], [178.014519909639, -38.670706461871006, 0.0], [178.01495379797137, -38.67074022401611, 0.0], [178.01525068035883, -38.67077034476486, 0.0], [178.01540636385715, -38.670780328735596, 0.0], [178.01585639873292, -38.670827687646955, 0.0], [178.016304068912, -38.670884676009656, 0.0], [178.01648465589147, -38.67090311726235, 0.0], [178.01667719599865, -38.67091866185199, 0.0], [178.01680494672138, -38.67092031552878, 0.0], [178.0169777739926, -38.67095814876041, 0.0], [178.01710295540724, -38.67100994265133, 0.0], [178.0173582148952, -38.67109664274064, 0.0], [178.0177864693987, -38.671223549420596, 0.0], [178.018072066123, -38.671266060180336, 0.0], [178.01825564661854, -38.67132725276563, 0.0], [178.01847758031863, -38.67141538382233, 0.0], [178.01877862259158, -38.67150487603928, 0.0], [178.01925465694163, -38.67166307505196, 0.0], [178.01957757504894, -38.67176115349441, 0.0], [178.01991041498096, -38.671870715994544, 0.0], [178.02012426046738, -38.67197348612162, 0.0], [178.02032934963984, -38.67208139740996, 0.0], [178.02040535621745, -38.672168657079794, 0.0], [178.02042109858502, -38.67226327486238, 0.0], [178.02045298822517, -38.672371492045905, 0.0], [178.02051490226177, -38.672604683313274, 0.0]], "type": "LineString"}, "id": "4337", "properties": {"CPS": 3, "Date": "1982-11-16", "Digitiser": "ER", "Georef_ER": 4.0, "ID": 4337.0, "Notes": null, "Photoscale": 25000, "Pixel_Er": 0.78283450358758, "Proxy": 1, "Region": "Gisborne", "SHLength": 6.53588373852, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 4.381064923053208, "USDate": "11/16/1982"}, "type": "Feature"}, {"bbox": [177.94110202434194, -38.71142999883318, 177.9560786943673, -38.69396869209442], "geometry": {"coordinates": [[177.94110202434194, -38.71138658386517, 0.0], [177.94127226076554, -38.71142999883318, 0.0], [177.94175193054892, -38.71138585245091, 0.0], [177.94211831456283, -38.71135246037397, 0.0], [177.94253579381643, -38.710902953326666, 0.0], [177.94304973780862, -38.71008901305466, 0.0], [177.9432253762307, -38.70987155756603, 0.0], [177.94341366280068, -38.7096038919485, 0.0], [177.94365331519046, -38.709155366137175, 0.0], [177.9438772391257, -38.7088313933093, 0.0], [177.94398366390695, -38.70856719664606, 0.0], [177.9442537960826, -38.708207910406095, 0.0], [177.94437341430165, -38.70800271510194, 0.0], [177.9447281756424, -38.70750404147215, 0.0], [177.9450683510427, -38.707058398853015, 0.0], [177.94504474792035, -38.70698077911287, 0.0], [177.94513552784608, -38.706886397811715, 0.0], [177.9452503906332, -38.70670046280687, 0.0], [177.94536099402433, -38.706540915093434, 0.0], [177.94557884614397, -38.70630534689284, 0.0], [177.9457320484567, -38.70605822494692, 0.0], [177.9459779173027, -38.70578811400284, 0.0], [177.9461856004724, -38.70549341505047, 0.0], [177.94625253094088, -38.70536192530446, 0.0], [177.9464501401119, -38.705141508630646, 0.0], [177.9467261472258, -38.7047795855916, 0.0], [177.94688049126216, -38.704549090909424, 0.0], [177.9471179045509, -38.704200715987795, 0.0], [177.94729494372805, -38.703990700164205, 0.0], [177.94760928986278, -38.70365573831412, 0.0], [177.9477480654986, -38.70346402190556, 0.0], [177.94797186840805, -38.70309478080706, 0.0], [177.94808098373986, -38.70291385195462, 0.0], [177.9482477739373, -38.70268759252684, 0.0], [177.9484638002615, -38.70242589003379, 0.0], [177.94863919988944, -38.70228026762074, 0.0], [177.94871849039322, -38.70210775084816, 0.0], [177.94886651878505, -38.701918023107176, 0.0], [177.94905549902668, -38.70161696570511, 0.0], [177.94920967564693, -38.70147224295423, 0.0], [177.94929690927987, -38.70128271177034, 0.0], [177.94943559944534, -38.701133880972115, 0.0], [177.94953561429168, -38.70095333703827, 0.0], [177.94980407283524, -38.70074658583841, 0.0], [177.9499853532087, -38.70051017951562, 0.0], [177.950126239794, -38.70026119254142, 0.0], [177.95028327864998, -38.700113964574314, 0.0], [177.95030465080794, -38.70002728996868, 0.0], [177.95052009344346, -38.699801345245845, 0.0], [177.9508543250869, -38.69953462192426, 0.0], [177.95095679717824, -38.699389709088074, 0.0], [177.95106754187478, -38.69923253287542, 0.0], [177.9512520858967, -38.69895548486166, 0.0], [177.95144564667982, -38.6987209376273, 0.0], [177.95159104706252, -38.69858134934838, 0.0], [177.95173111675138, -38.69840863313627, 0.0], [177.9518668408634, -38.69821704178742, 0.0], [177.95209300930892, -38.6980144633609, 0.0], [177.95234242744635, -38.69770845286987, 0.0], [177.95254607446333, -38.69757592030246, 0.0], [177.95273553584826, -38.69737013431606, 0.0], [177.95273937411906, -38.69729373353226, 0.0], [177.95310749695741, -38.69698982869954, 0.0], [177.95333340436378, -38.69673961047251, 0.0], [177.9535746304084, -38.69649112375492, 0.0], [177.95393814625135, -38.69612070402619, 0.0], [177.95422326707137, -38.69580364383042, 0.0], [177.95432318915547, -38.69566598387299, 0.0], [177.95451437360168, -38.69552921250403, 0.0], [177.9546831893956, -38.69537671393142, 0.0], [177.9549756806721, -38.695078398404384, 0.0], [177.9552634954612, -38.69475645654815, 0.0], [177.95551708782344, -38.69455508936036, 0.0], [177.95577681435378, -38.694310577311704, 0.0], [177.9559119542049, -38.694154742893566, 0.0], [177.9560786943673, -38.69396869209442, 0.0]], "type": "LineString"}, "id": "4338", "properties": {"CPS": 4, "Date": "1982-11-16", "Digitiser": "ER", "Georef_ER": 4.0, "ID": 4338.0, "Notes": null, "Photoscale": 25000, "Pixel_Er": 0.78283450358758, "Proxy": 1, "Region": "Gisborne", "SHLength": 2.39363220364, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 4.747391900823779, "USDate": "11/16/1982"}, "type": "Feature"}, {"bbox": [177.9399310765832, -38.71327049377489, 178.0030768756659, -38.67092634301596], "geometry": {"coordinates": [[177.9399310765832, -38.71327049377489, 0.0], [177.94012307185386, -38.713100356008106, 0.0], [177.94037775252886, -38.71282511786285, 0.0], [177.94057859490576, -38.7126069558586, 0.0], [177.94079819925722, -38.712264111908446, 0.0], [177.94098453510156, -38.712056093525156, 0.0], [177.94124699129742, -38.71167331446834, 0.0], [177.94141800110293, -38.711463562286795, 0.0], [177.9416280109281, -38.71111397608452, 0.0], [177.9416983947865, -38.71094422334789, 0.0], [177.9418185162096, -38.7107461564242, 0.0], [177.94200517333024, -38.71054288781282, 0.0], [177.94212234484115, -38.71039021193024, 0.0], [177.94229588920243, -38.710173203864386, 0.0], [177.94247664079845, -38.70988441700555, 0.0], [177.9426706659674, -38.70961174448296, 0.0], [177.94282306474238, -38.70935274787767, 0.0], [177.9430023402574, -38.70913073110592, 0.0], [177.94302085512953, -38.70904656113421, 0.0], [177.94314728149732, -38.70889587454102, 0.0], [177.94322061172522, -38.708768880015505, 0.0], [177.94325141725648, -38.70868657156726, 0.0], [177.9433983288214, -38.7085683706757, 0.0], [177.94363765919715, -38.70829139411807, 0.0], [177.94391901482498, -38.70787445444414, 0.0], [177.94410483412955, -38.70757115588041, 0.0], [177.94425427675242, -38.707357549206165, 0.0], [177.94458593106273, -38.70687653258942, 0.0], [177.94474585735182, -38.70663865655265, 0.0], [177.9450671040805, -38.7062271705722, 0.0], [177.94533877213908, -38.70575822490058, 0.0], [177.94556891267655, -38.705524518200086, 0.0], [177.94571047941326, -38.705285036964895, 0.0], [177.94582935438856, -38.70511322596643, 0.0], [177.94605096740926, -38.70484414342629, 0.0], [177.94622317508242, -38.70460812721136, 0.0], [177.94641897057434, -38.70427343061358, 0.0], [177.9466320548999, -38.70396897219969, 0.0], [177.94678091279965, -38.70379112391905, 0.0], [177.9469531939219, -38.70351221976821, 0.0], [177.9470351070405, -38.70328956165503, 0.0], [177.94722319990078, -38.703019516289665, 0.0], [177.94746315468768, -38.70275203580312, 0.0], [177.94770540506306, -38.702517811578296, 0.0], [177.94790054986495, -38.702349910793814, 0.0], [177.94810273226204, -38.70210785568278, 0.0], [177.9483847833787, -38.70174567272698, 0.0], [177.94848054409147, -38.7015915168787, 0.0], [177.94868558983725, -38.70134695693146, 0.0], [177.94897066665467, -38.70098464431159, 0.0], [177.94912106719508, -38.70078528592532, 0.0], [177.94929809277633, -38.70057526792285, 0.0], [177.94950895480778, -38.70037096123304, 0.0], [177.94981761806903, -38.69999811615014, 0.0], [177.95009302123466, -38.69967194800661, 0.0], [177.9502589010681, -38.69947669624636, 0.0], [177.95035916385524, -38.69934378983744, 0.0], [177.95058280131235, -38.6991484688966, 0.0], [177.95072819242841, -38.69892073201021, 0.0], [177.9510094981225, -38.69868007893982, 0.0], [177.95120076048028, -38.69841227560586, 0.0], [177.95157010796214, -38.697993966638755, 0.0], [177.95190119460977, -38.697593957856206, 0.0], [177.95217265196717, -38.69729892430012, 0.0], [177.95243460981342, -38.69704241238111, 0.0], [177.95265716021015, -38.6967875730752, 0.0], [177.9528358976701, -38.696646567945024, 0.0], [177.9530623871502, -38.69644873902599, 0.0], [177.95341525917556, -38.69610021470991, 0.0], [177.95378540373352, -38.695693777532675, 0.0], [177.95405578649678, -38.69542737469853, 0.0], [177.95432886986612, -38.69515609171685, 0.0], [177.95459064815037, -38.69489720046176, 0.0], [177.95482015848842, -38.694699240028676, 0.0], [177.9550959387856, -38.694423075949736, 0.0], [177.95546091559055, -38.69407403165368, 0.0], [177.95581204810244, -38.69374463388699, 0.0], [177.95620086451407, -38.69343269348111, 0.0], [177.95643208218556, -38.693215598084095, 0.0], [177.95672972522507, -38.692948031164676, 0.0], [177.95710067601178, -38.692641611920415, 0.0], [177.95741993243533, -38.69233500602221, 0.0], [177.95771904748105, -38.69208881602361, 0.0], [177.9580704166272, -38.69180705036495, 0.0], [177.95830702788004, -38.69158019251417, 0.0], [177.95862096268166, -38.691328605558574, 0.0], [177.95900066104144, -38.69101704390718, 0.0], [177.9593191015511, -38.69078670547467, 0.0], [177.95963023418793, -38.69049473381139, 0.0], [177.96004056149923, -38.690186631583884, 0.0], [177.96024915459742, -38.68999431530566, 0.0], [177.96042022506174, -38.68978691725343, 0.0], [177.96082530549003, -38.68949094765445, 0.0], [177.9613113929017, -38.68917961938869, 0.0], [177.96140417392976, -38.68907084664257, 0.0], [177.9616407897207, -38.68893213197527, 0.0], [177.96183128432983, -38.68878584888606, 0.0], [177.96200244187025, -38.68862371104181, 0.0], [177.9623452030454, -38.688437596327645, 0.0], [177.96258016980528, -38.688275125728715, 0.0], [177.96283994490793, -38.68807586289237, 0.0], [177.96312314217542, -38.68786369088607, 0.0], [177.96346096077718, -38.68760631057234, 0.0], [177.96377575177036, -38.6873237025039, 0.0], [177.9641096431146, -38.68709745902572, 0.0], [177.964569575015, -38.68680390774584, 0.0], [177.96496348573862, -38.686522694335885, 0.0], [177.9651836158, -38.68636561503587, 0.0], [177.96540331930402, -38.686158522613574, 0.0], [177.9657595668934, -38.685948000001844, 0.0], [177.96613267951975, -38.68571769901327, 0.0], [177.9664911302435, -38.68549516835204, 0.0], [177.96676946480778, -38.685256988287115, 0.0], [177.96729298655407, -38.684872569718905, 0.0], [177.9676730398751, -38.68461099699669, 0.0], [177.96810411667568, -38.68434010290659, 0.0], [177.9683210377317, -38.68418077219379, 0.0], [177.9685440189934, -38.68402118298907, 0.0], [177.96886101350012, -38.6838147055158, 0.0], [177.96917398741465, -38.68359410395602, 0.0], [177.969467820705, -38.68344817197598, 0.0], [177.9698816227911, -38.683235185531316, 0.0], [177.9702752623663, -38.6829944676611, 0.0], [177.97062034556618, -38.68279870096267, 0.0], [177.97108170498456, -38.682526506011406, 0.0], [177.97157557248116, -38.68224101184673, 0.0], [177.971916299599, -38.68202636774571, 0.0], [177.97197911597695, -38.68201177846713, 0.0], [177.97237102927514, -38.68179018670741, 0.0], [177.97267383887012, -38.68159859838446, 0.0], [177.973093516176, -38.681382968081536, 0.0], [177.97357462388976, -38.681176629455685, 0.0], [177.9739597437805, -38.68098867599715, 0.0], [177.97431765089664, -38.68075899814454, 0.0], [177.97470447798176, -38.68055191018394, 0.0], [177.97511307291208, -38.6803081564356, 0.0], [177.97551857210897, -38.68010741682207, 0.0], [177.9761450811717, -38.679806717161924, 0.0], [177.97669289845754, -38.679554637079384, 0.0], [177.97736093603186, -38.67928313087384, 0.0], [177.97779099518206, -38.67908610056329, 0.0], [177.97836442381075, -38.67880909590254, 0.0], [177.97905609032944, -38.67848415881615, 0.0], [177.97991381610555, -38.6780997162848, 0.0], [177.98053169175756, -38.677806509502204, 0.0], [177.98094355090421, -38.677610244885386, 0.0], [177.98107595138447, -38.677547414054864, 0.0], [177.98139645156974, -38.677436050538475, 0.0], [177.9818542548381, -38.67724496824026, 0.0], [177.982533709521, -38.67696341597673, 0.0], [177.98294516933535, -38.676805280100425, 0.0], [177.98325811636028, -38.676672792503034, 0.0], [177.98353431154615, -38.676579992585864, 0.0], [177.98397860339645, -38.67641330341602, 0.0], [177.98455545279592, -38.67618615361142, 0.0], [177.98494993532404, -38.67600252969786, 0.0], [177.9852563188263, -38.67586317010019, 0.0], [177.98568192515148, -38.67569012583656, 0.0], [177.98614807768317, -38.67553202399526, 0.0], [177.98669554610575, -38.675363297356405, 0.0], [177.98709701386633, -38.675236545555045, 0.0], [177.98717436596783, -38.67516891393079, 0.0], [177.98735016915583, -38.67511851520853, 0.0], [177.98761153210026, -38.67503110472115, 0.0], [177.987872894354, -38.67494369368859, 0.0], [177.98820686854484, -38.67480791172083, 0.0], [177.988769145628, -38.67463377754237, 0.0], [177.98927015671393, -38.674452731196425, 0.0], [177.98956302698178, -38.674337762516835, 0.0], [177.9896815852215, -38.67429457341921, 0.0], [177.99008788948663, -38.674193811115224, 0.0], [177.9904404779352, -38.67410725719416, 0.0], [177.9907281112725, -38.67400442168211, 0.0], [177.9907970296996, -38.67394667814472, 0.0], [177.99098797712367, -38.673895626177014, 0.0], [177.99126745730013, -38.673850315852086, 0.0], [177.99167629018635, -38.67374229269749, 0.0], [177.9922268720616, -38.673618672993115, 0.0], [177.99264864903793, -38.673522004593075, 0.0], [177.9929023972767, -38.673456349951074, 0.0], [177.99330665371943, -38.67336995863255, 0.0], [177.99358480628422, -38.67330564040753, 0.0], [177.99394157327106, -38.67323557399412, 0.0], [177.99429360312737, -38.6731847685017, 0.0], [177.99471923139464, -38.673099839826996, 0.0], [177.99508877785314, -38.67303875241368, 0.0], [177.99548272904875, -38.67297900125231, 0.0], [177.99579756856784, -38.6729178716929, 0.0], [177.9961536686704, -38.67283829752232, 0.0], [177.99636527130352, -38.67282208829446, 0.0], [177.99654155752995, -38.672778802426066, 0.0], [177.99679745077356, -38.672744018727826, 0.0], [177.99720841929403, -38.67266685611919, 0.0], [177.9974205675068, -38.672614885627006, 0.0], [177.99785362164465, -38.67250580352761, 0.0], [177.9984014816232, -38.67238703635989, 0.0], [177.99864932500026, -38.67232400473729, 0.0], [177.9987638499604, -38.67226668497569, 0.0], [177.9990192429487, -38.67222477068065, 0.0], [177.99941070062116, -38.67212937723093, 0.0], [177.99975417500852, -38.67204318603416, 0.0], [178.00008872431437, -38.67195975875063, 0.0], [178.00033033886018, -38.671894608162695, 0.0], [178.00053344020338, -38.67180013669089, 0.0], [178.000748778432, -38.671750405887764, 0.0], [178.0008999909947, -38.67169627628557, 0.0], [178.00126433911936, -38.671604421151, 0.0], [178.00135275122346, -38.671564895091464, 0.0], [178.00148308488664, -38.67151642459841, 0.0], [178.0017501428519, -38.67142397399369, 0.0], [178.00199042810223, -38.671339817847844, 0.0], [178.00222718570834, -38.67124866528419, 0.0], [178.00244841486332, -38.671196296411054, 0.0], [178.0027030191895, -38.67109961286907, 0.0], [178.0028113131182, -38.67104017402371, 0.0], [178.0030768756659, -38.67092634301596, 0.0]], "type": "LineString"}, "id": "4339", "properties": {"CPS": 2, "Date": "1965-09-23", "Digitiser": "ER", "Georef_ER": 4.0, "ID": 4339.0, "Notes": null, "Photoscale": 26100, "Pixel_Er": 0.730955202065874, "Proxy": 1, "Region": "Gisborne", "SHLength": 7.52269153061, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 4.325181557741497, "USDate": "09/23/1965"}, "type": "Feature"}, {"bbox": [178.01031859971255, -38.67254412659271, 178.02054247259514, -38.67053387065092], "geometry": {"coordinates": [[178.01031859971255, -38.670577446666435, 0.0], [178.01063519566, -38.67058529118307, 0.0], [178.0109849536716, -38.67058932807848, 0.0], [178.01130154954782, -38.67059717077456, 0.0], [178.0117233590971, -38.6705885809243, 0.0], [178.0124109212575, -38.67059954306058, 0.0], [178.012967038585, -38.670599472517786, 0.0], [178.01332356041175, -38.67056985830292, 0.0], [178.01338486141, -38.67053387065092, 0.0], [178.01366895910624, -38.67055501533248, 0.0], [178.01376433791205, -38.67061524082553, 0.0], [178.01409707906373, -38.670636676332784, 0.0], [178.01443504936972, -38.67064597419401, 0.0], [178.01457388267397, -38.67067574262381, 0.0], [178.0148936742059, -38.67068582051392, 0.0], [178.01529759660863, -38.67072563423797, 0.0], [178.01559917032262, -38.67077937626416, 0.0], [178.01581947685068, -38.67080087571841, 0.0], [178.01591406567744, -38.6708063385099, 0.0], [178.01595594570546, -38.67084027366522, 0.0], [178.0161141606552, -38.67084300068675, 0.0], [178.0161998262698, -38.67085122929028, 0.0], [178.01642332907133, -38.67087497254122, 0.0], [178.0165916305998, -38.67089155950164, 0.0], [178.01670709584386, -38.67089135918127, 0.0], [178.0167878652633, -38.670916474576124, 0.0], [178.01696492395777, -38.67092791964729, 0.0], [178.01705391374227, -38.67098365233619, 0.0], [178.01733307919528, -38.67106455965708, 0.0], [178.01748826467488, -38.67106741507657, 0.0], [178.0176134465991, -38.67111920838045, 0.0], [178.01798214018305, -38.671220087377165, 0.0], [178.01813861833858, -38.67128482826693, 0.0], [178.01826097490743, -38.671296241874764, 0.0], [178.01836225162558, -38.67135382738543, 0.0], [178.01848797065085, -38.671369860876496, 0.0], [178.01854583255283, -38.67141501948087, 0.0], [178.0186154813234, -38.67145490624474, 0.0], [178.01877282891905, -38.671488637881374, 0.0], [178.01896280268107, -38.67155431904829, 0.0], [178.01923811086928, -38.67162347570659, 0.0], [178.01925845147957, -38.671653571548774, 0.0], [178.01936362743714, -38.67168001743095, 0.0], [178.01949839998494, -38.67173854315284, 0.0], [178.01968198271183, -38.67179973332303, 0.0], [178.0198118965959, -38.67183226152806, 0.0], [178.01989013703394, -38.67186463066961, 0.0], [178.02000726653196, -38.67188817922398, 0.0], [178.0201619183354, -38.67192678969725, 0.0], [178.02035858315628, -38.672044592970394, 0.0], [178.02040259196238, -38.672152288647496, 0.0], [178.0204779916225, -38.67236107580245, 0.0], [178.0205391460668, -38.672496622135235, 0.0], [178.02054247259514, -38.67254412659271, 0.0]], "type": "LineString"}, "id": "4340", "properties": {"CPS": 3, "Date": "1965-09-23", "Digitiser": "ER", "Georef_ER": 4.0, "ID": 4340.0, "Notes": null, "Photoscale": 26100, "Pixel_Er": 0.730955202065874, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.972108768881, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 4.372092806360263, "USDate": "09/23/1965"}, "type": "Feature"}, {"bbox": [178.0030768756659, -38.67092634301596, 178.01031859971255, -38.670430347063835], "geometry": {"coordinates": [[178.0030768756659, -38.67092634301596, 0.0], [178.00344718350487, -38.670919991799686, 0.0], [178.0037345704126, -38.670857636009515, 0.0], [178.00395787827458, -38.670747997697255, 0.0], [178.00412930031666, -38.670678702810996, 0.0], [178.0043323468198, -38.670627110317675, 0.0], [178.00441822331734, -38.67059483793144, 0.0], [178.00463384045858, -38.67059273596338, 0.0], [178.0048634462377, -38.67057335674226, 0.0], [178.00515045321833, -38.670549132090706, 0.0], [178.0053534532135, -38.670540422902725, 0.0], [178.00555765895555, -38.6705054553069, 0.0], [178.00578087266433, -38.67048158374697, 0.0], [178.00603069143068, -38.67044704059527, 0.0], [178.0063944382892, -38.670433814374675, 0.0], [178.00670227652338, -38.670446810258674, 0.0], [178.00714799450716, -38.67043244625902, 0.0], [178.0075854520528, -38.670430347063835, 0.0], [178.00806951819885, -38.670442922212146, 0.0], [178.00845393167344, -38.670464538243486, 0.0], [178.00868469664817, -38.67046177845307, 0.0], [178.00895970442096, -38.67048332496858, 0.0], [178.00957015090026, -38.67052143877551, 0.0], [178.01001042936247, -38.67055970990252, 0.0], [178.01031859971255, -38.670577446666435, 0.0]], "type": "LineString"}, "id": "4341", "properties": {"CPS": 5, "Date": "1965-09-23", "Digitiser": "ER", "Georef_ER": 4.0, "ID": 4341.0, "Notes": null, "Photoscale": 26100, "Pixel_Er": 0.730955202065874, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.641528799712, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 9.58970257658845, "USDate": "09/23/1965"}, "type": "Feature"}, {"bbox": [177.94100244363528, -38.713456449210355, 177.9462891315427, -38.70538224446889], "geometry": {"coordinates": [[177.94100244363528, -38.713456449210355, 0.0], [177.94137585734055, -38.713095176074916, 0.0], [177.9415918568099, -38.712876370225004, 0.0], [177.94180440920286, -38.71251952860885, 0.0], [177.94206694277528, -38.71209386059352, 0.0], [177.94223131172026, -38.71183197498629, 0.0], [177.94249916807308, -38.711439434691506, 0.0], [177.94278832474947, -38.71100310730139, 0.0], [177.94308485367097, -38.71058552633213, 0.0], [177.94324749186492, -38.71025462208706, 0.0], [177.94349157503936, -38.70987023458294, 0.0], [177.9438900231806, -38.70934350480146, 0.0], [177.94408796780897, -38.708951542064035, 0.0], [177.94444855534445, -38.70849312362418, 0.0], [177.94474113422552, -38.70810667796525, 0.0], [177.94511145884562, -38.7075692244477, 0.0], [177.94553077700436, -38.70703683986583, 0.0], [177.94570913297707, -38.706757679734714, 0.0], [177.94583767575122, -38.706549722211996, 0.0], [177.94593152984433, -38.70597157543644, 0.0], [177.94607604212064, -38.70568670258232, 0.0], [177.9462891315427, -38.70538224446889, 0.0]], "type": "LineString"}, "id": "4342", "properties": {"CPS": 4, "Date": "1972-04-27", "Digitiser": "ER", "Georef_ER": 4.0, "ID": 4342.0, "Notes": null, "Photoscale": 23900, "Pixel_Er": 0.650802270229833, "Proxy": 1, "Region": "Gisborne", "SHLength": 1.01612610453, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 4.727414049449901, "USDate": "04/27/1972"}, "type": "Feature"}, {"bbox": [177.9462891315427, -38.70538224446889, 178.02056732572862, -38.670415154506635], "geometry": {"coordinates": [[177.9462891315427, -38.70538224446889, 0.0], [177.94645183226413, -38.70516191835342, 0.0], [177.94660027884615, -38.70493405653773, 0.0], [177.94672808170895, -38.704759483625736, 0.0], [177.94681630966613, -38.70458420653344, 0.0], [177.9470529109789, -38.704312104105995, 0.0], [177.94720069773734, -38.70407473984181, 0.0], [177.9474435231595, -38.70380475513531, 0.0], [177.94763783403303, -38.70344867770613, 0.0], [177.94786156874156, -38.703210473622946, 0.0], [177.94804833622797, -38.702833273648615, 0.0], [177.94828386541104, -38.702589803628385, 0.0], [177.94853585368313, -38.702276544301284, 0.0], [177.9487716880642, -38.701861525143954, 0.0], [177.94897745697995, -38.701495429861005, 0.0], [177.94944349808858, -38.70098010960932, 0.0], [177.9497855857511, -38.70056296249467, 0.0], [177.9499832593391, -38.70038780381989, 0.0], [177.950191896904, -38.70010735247197, 0.0], [177.95052619570959, -38.69970959336122, 0.0], [177.950702886255, -38.69949482271491, 0.0], [177.95097484778614, -38.69920691760457, 0.0], [177.95113727618448, -38.69896178006868, 0.0], [177.95144250245093, -38.69871534578947, 0.0], [177.9515988656867, -38.698470465118874, 0.0], [177.9519115268198, -38.69811173976294, 0.0], [177.95226669764045, -38.697708325119855, 0.0], [177.95267880088863, -38.69729296251074, 0.0], [177.95301553717817, -38.69693082978557, 0.0], [177.95337814733784, -38.69650327180466, 0.0], [177.9537608368751, -38.696146333002176, 0.0], [177.95398960640276, -38.695893609626005, 0.0], [177.95446025094247, -38.69540189957981, 0.0], [177.95487503129397, -38.69498165116515, 0.0], [177.9553254491221, -38.69459324151251, 0.0], [177.95564954269258, -38.69422449147743, 0.0], [177.95627891250672, -38.693654558473135, 0.0], [177.956930877157, -38.69305983785185, 0.0], [177.95731442550482, -38.69267188004426, 0.0], [177.95773297391472, -38.69239440768769, 0.0], [177.95823946929275, -38.69198216224854, 0.0], [177.95872539976398, -38.69158031862075, 0.0], [177.95908059417778, -38.69122214976235, 0.0], [177.95955241815062, -38.69079231344571, 0.0], [177.95994970838677, -38.69042758752635, 0.0], [177.96039304468158, -38.69011331573987, 0.0], [177.9606074402355, -38.68987310358281, 0.0], [177.9609867226747, -38.68959967229362, 0.0], [177.96145634000285, -38.689269984439946, 0.0], [177.9618002328841, -38.689012350339034, 0.0], [177.96214320629193, -38.688697576178676, 0.0], [177.96258764861062, -38.6883117766572, 0.0], [177.96322441075435, -38.68789396900533, 0.0], [177.96363487203297, -38.68758823145673, 0.0], [177.9642560428883, -38.68712105091793, 0.0], [177.9645353785774, -38.68689712784979, 0.0], [177.96487189855716, -38.686708889181155, 0.0], [177.9653367339998, -38.68639844932976, 0.0], [177.96579810881454, -38.68603812413983, 0.0], [177.9663398255253, -38.68565293511763, 0.0], [177.96660679416752, -38.685470034996605, 0.0], [177.9670335998114, -38.68513738355654, 0.0], [177.96772624238523, -38.68469334889747, 0.0], [177.96837849039392, -38.68423673614894, 0.0], [177.96888236240392, -38.683919855399544, 0.0], [177.9693501924571, -38.68360927269982, 0.0], [177.96989641765353, -38.68333346715476, 0.0], [177.97025379044854, -38.68313956034567, 0.0], [177.97072612241, -38.682850222310385, 0.0], [177.9710457411578, -38.682681746007596, 0.0], [177.97137066039917, -38.68245824735155, 0.0], [177.97171557305154, -38.68226010236851, 0.0], [177.97211338473485, -38.682035877639784, 0.0], [177.97243134845652, -38.681843644032256, 0.0], [177.97282645459532, -38.68162429711374, 0.0], [177.97319477856897, -38.68141323787668, 0.0], [177.97357466403332, -38.68123742087332, 0.0], [177.97395830069914, -38.68102808889586, 0.0], [177.9743547161527, -38.68082774048372, 0.0], [177.97460577111545, -38.680678855185214, 0.0], [177.97495258131994, -38.68055209253281, 0.0], [177.97517988537106, -38.68041136613461, 0.0], [177.97553182709262, -38.68022720498646, 0.0], [177.975920853423, -38.68000810723878, 0.0], [177.9762798413158, -38.67983793785912, 0.0], [177.9766960745699, -38.67966056053879, 0.0], [177.97694563593757, -38.67949029236076, 0.0], [177.97726505909688, -38.67931942551135, 0.0], [177.97753240869338, -38.679186515832704, 0.0], [177.97792373224414, -38.679000667409966, 0.0], [177.97826088087967, -38.67891004363858, 0.0], [177.97860988062666, -38.67877126488736, 0.0], [177.97892587546136, -38.67863865853954, 0.0], [177.97918534359317, -38.67847987500184, 0.0], [177.97948898954078, -38.67838829524247, 0.0], [177.97987826296114, -38.67821682241672, 0.0], [177.98031018315547, -38.678003026738786, 0.0], [177.98083135829182, -38.67776159474161, 0.0], [177.98122718045073, -38.67759698517683, 0.0], [177.9814983711901, -38.677475814713276, 0.0], [177.98196559527352, -38.67728909452857, 0.0], [177.98225783003167, -38.67716464126781, 0.0], [177.98250411498148, -38.67703500252196, 0.0], [177.98274119161124, -38.67699152333422, 0.0], [177.98296554479603, -38.676896174098076, 0.0], [177.98323392260858, -38.67673461888144, 0.0], [177.9835879126977, -38.67662420135927, 0.0], [177.98375127137666, -38.676569574737044, 0.0], [177.98414300081217, -38.67643371926737, 0.0], [177.98443787035032, -38.67634726665601, 0.0], [177.9847300964661, -38.6762228077181, 0.0], [177.9850142220147, -38.67611298865441, 0.0], [177.98532214934886, -38.67595212123279, 0.0], [177.9855702412012, -38.675848605470264, 0.0], [177.9860955112907, -38.67566653576555, 0.0], [177.9864066821395, -38.675596058421604, 0.0], [177.98700996129048, -38.67535585504126, 0.0], [177.98717645580598, -38.67521532302314, 0.0], [177.98731589756056, -38.67516647873052, 0.0], [177.9875812267827, -38.675136076508615, 0.0], [177.9880140395249, -38.674979392668035, 0.0], [177.988349115364, -38.67490312334167, 0.0], [177.98865851690536, -38.67476362596534, 0.0], [177.98889359753824, -38.67469163093716, 0.0], [177.98921913928132, -38.67456573634055, 0.0], [177.9895288136596, -38.67447387314771, 0.0], [177.98983093909558, -38.674360890376555, 0.0], [177.99031101132508, -38.67422838329649, 0.0], [177.99047992269257, -38.674166362706096, 0.0], [177.99068436782065, -38.67409090979466, 0.0], [177.99081509883837, -38.67400431555983, 0.0], [177.9910944142246, -38.67395663028543, 0.0], [177.99130133853657, -38.67391680630766, 0.0], [177.9916815250203, -38.67383383274553, 0.0], [177.99221998739313, -38.6737107316086, 0.0], [177.99250508234417, -38.673615147611706, 0.0], [177.99268440347805, -38.67357173763602, 0.0], [177.99298442944206, -38.67351601435411, 0.0], [177.99360541110383, -38.673356021599254, 0.0], [177.99406470256213, -38.6732744191998, 0.0], [177.9943421920281, -38.67320059796105, 0.0], [177.99469355939542, -38.67314029002043, 0.0], [177.99487474931203, -38.673080119900256, 0.0], [177.99505996182532, -38.67303407168003, 0.0], [177.99539717054577, -38.67298866225021, 0.0], [177.995796519045, -38.67291914933, 0.0], [177.99611168898846, -38.67286276958041, 0.0], [177.9964672413717, -38.67281895391334, 0.0], [177.9968041668731, -38.67272590457324, 0.0], [177.9971727156069, -38.67265055893882, 0.0], [177.99745692091383, -38.67258597230646, 0.0], [177.9976598131839, -38.6725320154735, 0.0], [177.9978962003217, -38.67247900578688, 0.0], [177.9979598791385, -38.67243339461442, 0.0], [177.99831443412575, -38.67237532169495, 0.0], [177.9985954414773, -38.67230848693251, 0.0], [177.99873216975814, -38.67226451027289, 0.0], [177.9991128332695, -38.67218863949167, 0.0], [177.9993517509771, -38.67212837125991, 0.0], [177.99974623751044, -38.67203284690644, 0.0], [177.9999736968703, -38.671982598057376, 0.0], [178.000095439508, -38.67194164446513, 0.0], [178.00027628973757, -38.671876715841066, 0.0], [178.00041554893028, -38.671825481573535, 0.0], [178.00061943029758, -38.67178577164703, 0.0], [178.00079218383655, -38.671735483664065, 0.0], [178.00088367413963, -38.67165294287241, 0.0], [178.00120763912614, -38.671548524564116, 0.0], [178.00163180305677, -38.671399309006084, 0.0], [178.0020963479771, -38.671262654963364, 0.0], [178.0023487987657, -38.67113509337813, 0.0], [178.00265320699174, -38.67105533362776, 0.0], [178.00294080770837, -38.67095246989685, 0.0], [178.00324334469335, -38.670889465635675, 0.0], [178.00350329712435, -38.67082590455278, 0.0], [178.0039683313593, -38.67069636937276, 0.0], [178.00454899558457, -38.67056901949921, 0.0], [178.00492420005324, -38.670545776809206, 0.0], [178.005078722492, -38.670539147758575, 0.0], [178.00545965451226, -38.67051089283963, 0.0], [178.0058902693335, -38.67045429858443, 0.0], [178.00615419735595, -38.670447738479076, 0.0], [178.00658040982327, -38.670415154506635, 0.0], [178.00703384603395, -38.67042428364786, 0.0], [178.0073930254965, -38.670432691844, 0.0], [178.00782745310252, -38.67043072178274, 0.0], [178.0081246649744, -38.67046561153036, 0.0], [178.00834077860515, -38.670470628535405, 0.0], [178.00876744393952, -38.67048804729339, 0.0], [178.00902514551882, -38.67047936557989, 0.0], [178.00959857019853, -38.67050953919991, 0.0], [178.0099196894789, -38.67053863295325, 0.0], [178.0103167206079, -38.67056684811039, 0.0], [178.0108376428233, -38.670584975998864, 0.0], [178.011257418764, -38.670590769519265, 0.0], [178.01166100792932, -38.67062584551943, 0.0], [178.01209323521644, -38.670635865898625, 0.0], [178.01241622282967, -38.670648195717966, 0.0], [178.01274950310332, -38.67063387613187, 0.0], [178.01308697543953, -38.67063605216542, 0.0], [178.01325058558928, -38.67062902173211, 0.0], [178.01333409184326, -38.67060637423307, 0.0], [178.01347952297502, -38.67060012466702, 0.0], [178.01363499977464, -38.67065062048335, 0.0], [178.0138414853884, -38.670691776760016, 0.0], [178.01432472102744, -38.67069244947172, 0.0], [178.01474682225304, -38.670731483783705, 0.0], [178.01524856891461, -38.670736121721966, 0.0], [178.01566274418826, -38.67079217009771, 0.0], [178.01601362620866, -38.670855703071254, 0.0], [178.01642427413123, -38.670904753200674, 0.0], [178.01663922468205, -38.67089312800613, 0.0], [178.0168241710779, -38.67093044033979, 0.0], [178.01705170123068, -38.670968303484266, 0.0], [178.01722752045552, -38.671048890573296, 0.0], [178.01740287937434, -38.67107946713244, 0.0], [178.01751004857647, -38.67113441760912, 0.0], [178.01786126580282, -38.67120269525679, 0.0], [178.0180660171849, -38.671305860452115, 0.0], [178.01833526410525, -38.671375280013464, 0.0], [178.01864622683541, -38.6714762577612, 0.0], [178.01907938120678, -38.67158627209475, 0.0], [178.01938511747056, -38.67169938457258, 0.0], [178.01961278062163, -38.67178250212242, 0.0], [178.01990390456672, -38.67186050618847, 0.0], [178.0200380126196, -38.67190953033161, 0.0], [178.0202594510876, -38.67199053204477, 0.0], [178.0203492761626, -38.67205813806758, 0.0], [178.02043649837753, -38.67221876887908, 0.0], [178.02049841217493, -38.67245196017144, 0.0], [178.02056732572862, -38.67256811353149, 0.0]], "type": "LineString"}, "id": "4343", "properties": {"CPS": 4, "Date": "1972-04-27", "Digitiser": "ER", "Georef_ER": 4.0, "ID": 4343.0, "Notes": null, "Photoscale": 23900, "Pixel_Er": 0.650802270229833, "Proxy": 1, "Region": "Gisborne", "SHLength": 8.08192639727, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 4.727414049449901, "USDate": "04/27/1972"}, "type": "Feature"}, {"bbox": [177.98737219116518, -38.67525787943346, 178.02052644118916, -38.67041342359045], "geometry": {"coordinates": [[177.98737219116518, -38.67525787943346, 0.0], [177.98771503748435, -38.67516222045502, 0.0], [177.98828844752876, -38.67497331811524, 0.0], [177.98884483070756, -38.67480181795958, 0.0], [177.98963331456883, -38.674515562847176, 0.0], [177.99026615776404, -38.674307432210874, 0.0], [177.99088676501012, -38.67405455597901, 0.0], [177.99124050912937, -38.67398462704975, 0.0], [177.99194579186135, -38.67385677238773, 0.0], [177.99244739706677, -38.67372810006089, 0.0], [177.99283567844876, -38.673630481945324, 0.0], [177.993351881725, -38.67353691706463, 0.0], [177.9941491001715, -38.67337652540587, 0.0], [177.9947281022281, -38.673268354187464, 0.0], [177.9948563557036, -38.673277157653196, 0.0], [177.99516634680427, -38.67319003093585, 0.0], [177.99541100097832, -38.67312476025698, 0.0], [177.9959320974559, -38.673014297726546, 0.0], [177.99633166137974, -38.6729042729481, 0.0], [177.9966574607791, -38.67282599490812, 0.0], [177.99692943201643, -38.672716667926665, 0.0], [177.9971316629293, -38.67265321073024, 0.0], [177.99715969493633, -38.67257577325182, 0.0], [177.99731834671928, -38.67249750558087, 0.0], [177.99787413864857, -38.67236172433311, 0.0], [177.9984130732369, -38.672245721893205, 0.0], [177.9985338237925, -38.6721905180257, 0.0], [177.9986630689447, -38.672213569213554, 0.0], [177.99877214718921, -38.67220889557511, 0.0], [177.99891361017518, -38.6721456566565, 0.0], [177.99911082006403, -38.67205382245399, 0.0], [177.99933915691466, -38.6719725660692, 0.0], [177.99960915260837, -38.67196576071232, 0.0], [177.99984740650777, -38.671895990343955, 0.0], [178.000099601727, -38.671851828361234, 0.0], [178.00036848523808, -38.671785508994326, 0.0], [178.00065670737158, -38.67173503687749, 0.0], [178.00072963908065, -38.671691410026874, 0.0], [178.0008665303107, -38.6716498063188, 0.0], [178.00101229768507, -38.67164832270323, 0.0], [178.00109680399228, -38.67163993541214, 0.0], [178.00124631157166, -38.67160493762596, 0.0], [178.00146908141716, -38.671531062969784, 0.0], [178.0016272285709, -38.67144566400947, 0.0], [178.0018116029515, -38.6713877291524, 0.0], [178.0021444891222, -38.671280543410866, 0.0], [178.00246321908568, -38.67118825810648, 0.0], [178.00265689419336, -38.671089422417836, 0.0], [178.00288979145807, -38.67098652209718, 0.0], [178.0030697610995, -38.67095259812174, 0.0], [178.00322553800714, -38.67087682827741, 0.0], [178.00347997425644, -38.670777767892716, 0.0], [178.0037752436777, -38.670741280292575, 0.0], [178.00393234543301, -38.6706845118564, 0.0], [178.00418316086936, -38.6706642242649, 0.0], [178.00428314626083, -38.67065993552489, 0.0], [178.0045656319939, -38.67061446470148, 0.0], [178.0049358172428, -38.67056284855581, 0.0], [178.00524942955457, -38.670527952725394, 0.0], [178.00544350572875, -38.670522008626996, 0.0], [178.00571420214976, -38.67048180562759, 0.0], [178.00601183511827, -38.67043568140319, 0.0], [178.00626480456293, -38.670446268013634, 0.0], [178.0064348073701, -38.67044373766635, 0.0], [178.0066970766041, -38.67041342359045, 0.0], [178.00701719993535, -38.67042827381694, 0.0], [178.00730079938572, -38.67044230837604, 0.0], [178.00744988092603, -38.67048832230594, 0.0], [178.00760506619062, -38.67049119101026, 0.0], [178.00779495055477, -38.670468746166925, 0.0], [178.00814873402598, -38.670486913195056, 0.0], [178.00860619558225, -38.67051015771264, 0.0], [178.00884621609052, -38.67050938263505, 0.0], [178.00908739809208, -38.67052523392114, 0.0], [178.00945093503185, -38.67055250774785, 0.0], [178.00959993728563, -38.67051037386275, 0.0], [178.00973071778756, -38.67051190526196, 0.0], [178.0099640955776, -38.67059003196034, 0.0], [178.0104434303434, -38.67062185944674, 0.0], [178.01109143969333, -38.67063214569493, 0.0], [178.01154051797968, -38.67062238523469, 0.0], [178.01169927241094, -38.67058935930698, 0.0], [178.0118635056033, -38.670634716598, 0.0], [178.01212104055114, -38.67062365276653, 0.0], [178.01239335137404, -38.670650071733206, 0.0], [178.01249549413058, -38.67067665426476, 0.0], [178.01263893294043, -38.67064190270248, 0.0], [178.0128032074542, -38.67064437390248, 0.0], [178.01297823206576, -38.67067020681772, 0.0], [178.0131536294538, -38.67065790525916, 0.0], [178.0135893846157, -38.67067491561237, 0.0], [178.01383023497377, -38.67068600646788, 0.0], [178.01387767536772, -38.670712556276825, 0.0], [178.0142849996299, -38.67071410916602, 0.0], [178.0144943891075, -38.670709874128974, 0.0], [178.01482779520222, -38.670740808483075, 0.0], [178.01519789153062, -38.67077492940092, 0.0], [178.01554947689954, -38.67080508016863, 0.0], [178.0159724098089, -38.67085598615136, 0.0], [178.01630361783964, -38.67089892265386, 0.0], [178.01650188518985, -38.67090945650923, 0.0], [178.01668213987125, -38.6709231469722, 0.0], [178.01694669251603, -38.67096894784929, 0.0], [178.0171704900884, -38.67104032463852, 0.0], [178.01755603193726, -38.67112142138478, 0.0], [178.01787994308805, -38.671233756262694, 0.0], [178.01806708945182, -38.67125906003775, 0.0], [178.01817998654514, -38.671308998736095, 0.0], [178.01839419797, -38.67137363829727, 0.0], [178.01869270893113, -38.671470386777756, 0.0], [178.01889210460288, -38.67154042751062, 0.0], [178.01901425841314, -38.67159234952632, 0.0], [178.0193084109051, -38.671670224831026, 0.0], [178.01954919096224, -38.6717670724583, 0.0], [178.0197368014117, -38.67184238353026, 0.0], [178.02011255862936, -38.67195724593925, 0.0], [178.0202898801878, -38.67205920501954, 0.0], [178.02043153138482, -38.672346142172245, 0.0], [178.02052644118916, -38.67257314873444, 0.0]], "type": "LineString"}, "id": "4347", "properties": {"CPS": 4, "Date": "1988-10-27", "Digitiser": "ER", "Georef_ER": 4.0, "ID": 4347.0, "Notes": null, "Photoscale": 6000, "Pixel_Er": 0.224536264287637, "Proxy": 1, "Region": "Gisborne", "SHLength": 3.0738235539, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 4.167423248720994, "USDate": "10/27/1988"}, "type": "Feature"}, {"bbox": [177.9392416843532, -38.71396718009013, 177.95928631200627, -38.690643178146125], "geometry": {"coordinates": [[177.9392416843532, -38.71396718009013, 0.0], [177.9395325092215, -38.71390721509838, 0.0], [177.93979940515965, -38.713764877440326, 0.0], [177.94000508611762, -38.7134845679703, 0.0], [177.94022658016274, -38.71312496787412, 0.0], [177.94047609661615, -38.7127308262713, 0.0], [177.94062301839236, -38.712436327654544, 0.0], [177.9408585199583, -38.712147606318275, 0.0], [177.9411471994178, -38.71179230588725, 0.0], [177.94132713955898, -38.711491642818245, 0.0], [177.94155542410462, -38.71118654886815, 0.0], [177.94178927863828, -38.71087407119925, 0.0], [177.9419025969971, -38.71062149634116, 0.0], [177.94211219652198, -38.71039819599576, 0.0], [177.94229917694457, -38.71011152790039, 0.0], [177.942410200078, -38.709913845948435, 0.0], [177.94263093942993, -38.709675778075834, 0.0], [177.94290575387316, -38.70934012070682, 0.0], [177.94308846892477, -38.709079839039354, 0.0], [177.94326372731254, -38.7088436975115, 0.0], [177.94336015930148, -38.70861089656225, 0.0], [177.94370715623995, -38.7083079147903, 0.0], [177.94382333677953, -38.70814098471967, 0.0], [177.94395483937268, -38.70797578753335, 0.0], [177.94405684435645, -38.70782375272827, 0.0], [177.9442483138111, -38.70747018327238, 0.0], [177.9444835370877, -38.707133818283346, 0.0], [177.94476038138728, -38.706783776241245, 0.0], [177.94496741615268, -38.70647957704035, 0.0], [177.9450951406058, -38.706259742808626, 0.0], [177.94526915283672, -38.70596170801345, 0.0], [177.94542555130377, -38.70571683338996, 0.0], [177.94565421501878, -38.705461747216475, 0.0], [177.9458555141753, -38.70525070479663, 0.0], [177.94601887812846, -38.70506271256601, 0.0], [177.94609383349706, -38.70487132172498, 0.0], [177.94617977336478, -38.704750938132634, 0.0], [177.9463444407331, -38.70449379957124, 0.0], [177.94642555078323, -38.70443556396243, 0.0], [177.9465405708889, -38.70425200359398, 0.0], [177.94668426509182, -38.70404340273531, 0.0], [177.94680927713338, -38.70382844671747, 0.0], [177.94706144007537, -38.70351756538786, 0.0], [177.9471888253591, -38.70329297860838, 0.0], [177.94719283329943, -38.70321895312084, 0.0], [177.94728441824037, -38.70304829822304, 0.0], [177.9475351860499, -38.70276129948962, 0.0], [177.94770247863568, -38.70263031690904, 0.0], [177.94795325226178, -38.70243146718579, 0.0], [177.94807605613337, -38.70231666587465, 0.0], [177.94836859271865, -38.70193021379721, 0.0], [177.94848327605385, -38.70174190110904, 0.0], [177.94848490777227, -38.70167750615137, 0.0], [177.94864964746887, -38.70146562782685, 0.0], [177.94871239001424, -38.701317637462004, 0.0], [177.94891497233834, -38.70103744513925, 0.0], [177.94903990609157, -38.70095352417277, 0.0], [177.94913157127118, -38.70082813081479, 0.0], [177.94933539724965, -38.70069797840086, 0.0], [177.94950128134877, -38.700502727448516, 0.0], [177.94973466450276, -38.70022837417134, 0.0], [177.95009542776205, -38.699817581077056, 0.0], [177.950325611061, -38.69954098006528, 0.0], [177.9505468628704, -38.69926714012541, 0.0], [177.9507410835281, -38.69904209572416, 0.0], [177.95086649221577, -38.69887715003264, 0.0], [177.95108143733512, -38.69864407819518, 0.0], [177.95129040687107, -38.69845652585554, 0.0], [177.95147045195935, -38.698246376629925, 0.0], [177.95167515014344, -38.697997061710154, 0.0], [177.95178638396652, -38.69784701142263, 0.0], [177.95200811796113, -38.69758029575454, 0.0], [177.95222183081754, -38.69737348103353, 0.0], [177.95239179166174, -38.697149464021344, 0.0], [177.9526031278691, -38.696952279279216, 0.0], [177.9527816124318, -38.69676363632385, 0.0], [177.9529717281336, -38.69656735195538, 0.0], [177.95309745616333, -38.69640715535799, 0.0], [177.95323948921913, -38.69626294330159, 0.0], [177.95337538462243, -38.69616187547677, 0.0], [177.95359367351367, -38.695933422208505, 0.0], [177.95385005191895, -38.69568429153894, 0.0], [177.95412879638982, -38.69545088746966, 0.0], [177.9542388715409, -38.695284207218755, 0.0], [177.95436565449418, -38.695095375384184, 0.0], [177.9545666620131, -38.69492483272949, 0.0], [177.95474219574055, -38.69478157848922, 0.0], [177.95494343968934, -38.6945705238631, 0.0], [177.9550644121915, -38.69442958674523, 0.0], [177.9551976728613, -38.69429050995348, 0.0], [177.9553640368854, -38.694190528092435, 0.0], [177.95554201468303, -38.69399475543361, 0.0], [177.95583517181208, -38.693794089266675, 0.0], [177.95591657330115, -38.693652450035096, 0.0], [177.95603451137063, -38.693511640898, 0.0], [177.9562594302121, -38.69333531473897, 0.0], [177.95645011187003, -38.693191414470576, 0.0], [177.95665675119005, -38.69297059811586, 0.0], [177.95696275523642, -38.692736029375496, 0.0], [177.95712500442102, -38.69257665925727, 0.0], [177.95725539111896, -38.69244008482144, 0.0], [177.95745311652692, -38.692310178239914, 0.0], [177.95758784800174, -38.69219247823923, 0.0], [177.95774739235134, -38.69203798711659, 0.0], [177.95800021870696, -38.69178185156923, 0.0], [177.95819171463907, -38.69164982613688, 0.0], [177.95842726668351, -38.6914516022154, 0.0], [177.95862644615622, -38.691254923957516, 0.0], [177.95896429705581, -38.69099755465896, 0.0], [177.95906436825467, -38.69086226704564, 0.0], [177.95926772615877, -38.69068208712174, 0.0], [177.95928631200627, -38.690643178146125, 0.0]], "type": "LineString"}, "id": "4350", "properties": {"CPS": 3, "Date": "1957-10-29", "Digitiser": "ER", "Georef_ER": 5.0, "ID": 4350.0, "Notes": null, "Photoscale": 44500, "Pixel_Er": 1.177433886158844, "Proxy": 1, "Region": "Gisborne", "SHLength": 3.16412547166, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 5.256248715222209, "USDate": "10/29/1957"}, "type": "Feature"}, {"bbox": [177.95928631200627, -38.690643178146125, 178.00495823868243, -38.67051363128319], "geometry": {"coordinates": [[177.95928631200627, -38.690643178146125, 0.0], [177.9595315268123, -38.690318391811374, 0.0], [177.96042917061558, -38.68967270626317, 0.0], [177.9616283523622, -38.68866278152714, 0.0], [177.9624995241956, -38.687964602177985, 0.0], [177.96364361932805, -38.68714759515791, 0.0], [177.96420210932348, -38.68674006163363, 0.0], [177.9648803589858, -38.68626330178158, 0.0], [177.96557661899493, -38.685783389120516, 0.0], [177.96608852245495, -38.68540661756498, 0.0], [177.96643992290294, -38.685170092688004, 0.0], [177.9670586151472, -38.68475541680599, 0.0], [177.96782471406516, -38.684274900106125, 0.0], [177.96844029322358, -38.683903233346705, 0.0], [177.9686900545467, -38.68373535606865, 0.0], [177.96935898878, -38.68325658565879, 0.0], [177.96985425207805, -38.68294721490231, 0.0], [177.97040676146597, -38.68263063826412, 0.0], [177.9705972553601, -38.68257249108645, 0.0], [177.9707209780634, -38.6824719227021, 0.0], [177.97115907959258, -38.68221501299787, 0.0], [177.9714678906339, -38.68206605550868, 0.0], [177.971924664051, -38.68181549457767, 0.0], [177.97230633162002, -38.681577662791824, 0.0], [177.97260792285027, -38.68141233318135, 0.0], [177.97302759934814, -38.68119670317101, 0.0], [177.9735313013625, -38.68096557742075, 0.0], [177.9737063695822, -38.68086043458823, 0.0], [177.97395973384792, -38.68074480603495, 0.0], [177.97434854019156, -38.68056622384967, 0.0], [177.9745677434949, -38.68044013853191, 0.0], [177.974860499999, -38.6803228283335, 0.0], [177.97508471042772, -38.680225117544076, 0.0], [177.97519139434868, -38.68014194816187, 0.0], [177.9753559226003, -38.6801039600725, 0.0], [177.97574010474054, -38.679858862958085, 0.0], [177.97629530402074, -38.67962552918216, 0.0], [177.97669131305275, -38.679463309075885, 0.0], [177.97686410520785, -38.67941305429445, 0.0], [177.97729119780934, -38.67917326888649, 0.0], [177.97791542394842, -38.6789274529307, 0.0], [177.978364651055, -38.67874389716572, 0.0], [177.97873370711972, -38.67858758529867, 0.0], [177.97912976467003, -38.67838247161581, 0.0], [177.97939694202492, -38.67824718273372, 0.0], [177.9799472101078, -38.67803071938393, 0.0], [177.9804199024999, -38.67779135876578, 0.0], [177.9809330808957, -38.67760982803079, 0.0], [177.98151149549608, -38.67736118440539, 0.0], [177.9818428533199, -38.67718741338316, 0.0], [177.98225145101733, -38.677031784535934, 0.0], [177.9825853403054, -38.676850756126306, 0.0], [177.98301046443254, -38.67667059475315, 0.0], [177.9833679802051, -38.676567174539414, 0.0], [177.98384681829293, -38.67637280368885, 0.0], [177.98428708696449, -38.676191990797626, 0.0], [177.9849015089077, -38.675937027599886, 0.0], [177.98534546281186, -38.67576558297869, 0.0], [177.98580440002112, -38.6755911139645, 0.0], [177.98640817713766, -38.67535803961125, 0.0], [177.98704996395233, -38.67514716147508, 0.0], [177.9876245883262, -38.674932004000105, 0.0], [177.98803045932135, -38.67478123674953, 0.0], [177.98840580708597, -38.674672274153906, 0.0], [177.9887298072395, -38.67456788848136, 0.0], [177.9890270861916, -38.67442890854857, 0.0], [177.98928927077378, -38.674353371273156, 0.0], [177.98975165969162, -38.67422876994733, 0.0], [177.99021481629282, -38.67402789702968, 0.0], [177.9905347344408, -38.67395226989568, 0.0], [177.990916683145, -38.67380728092947, 0.0], [177.9912554411439, -38.67374037549198, 0.0], [177.99164157473362, -38.67361188198018, 0.0], [177.99191196311762, -38.67356695913885, 0.0], [177.99221033591894, -38.67348748455273, 0.0], [177.99264908182442, -38.673416296480326, 0.0], [177.99302656449058, -38.67333819911798, 0.0], [177.99355846388568, -38.67320822557832, 0.0], [177.9940638664792, -38.67313417912823, 0.0], [177.9945195778556, -38.67308846424284, 0.0], [177.99501004490574, -38.672974552294676, 0.0], [177.9954881737325, -38.672901667428214, 0.0], [177.99600133712096, -38.672808221114764, 0.0], [177.99654430215904, -38.67270634901686, 0.0], [177.9970888054005, -38.67258296693188, 0.0], [177.99763027654404, -38.67245971221955, 0.0], [177.9983190544053, -38.67231346722481, 0.0], [177.99887214379308, -38.67218256184983, 0.0], [177.99906374190488, -38.67214099853052, 0.0], [177.9995572232518, -38.67202693849684, 0.0], [177.99994602868017, -38.67189353858564, 0.0], [178.00044660843042, -38.67175058185944, 0.0], [178.00099130930772, -38.67158667255705, 0.0], [178.00141630243286, -38.671449334207686, 0.0], [178.00184884489877, -38.67133311223345, 0.0], [178.0023231884304, -38.671162683667745, 0.0], [178.0026950107567, -38.67100379660634, 0.0], [178.00314418906675, -38.6709082981063, 0.0], [178.00348533152086, -38.67078884257394, 0.0], [178.00401146009702, -38.67066383422543, 0.0], [178.00431652716495, -38.67059357151216, 0.0], [178.0047015302562, -38.67053655572373, 0.0], [178.00495251057978, -38.67051864180443, 0.0], [178.00495823868243, -38.67051363128319, 0.0]], "type": "LineString"}, "id": "4351", "properties": {"CPS": 4, "Date": "1957-10-29", "Digitiser": "ER", "Georef_ER": 5.0, "ID": 4351.0, "Notes": null, "Photoscale": 44500, "Pixel_Er": 1.177433886158844, "Proxy": 1, "Region": "Gisborne", "SHLength": 4.6519362472, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 5.565262847006879, "USDate": "10/29/1957"}, "type": "Feature"}, {"bbox": [178.0100137207698, -38.67211729187875, 178.02041148062395, -38.67048802714393], "geometry": {"coordinates": [[178.0100137207698, -38.67048802714393, 0.0], [178.01053960217646, -38.67051189939527, 0.0], [178.0110816705919, -38.67050648531722, 0.0], [178.01141393401954, -38.67049936042245, 0.0], [178.01172446977873, -38.67050746228646, 0.0], [178.01259929854828, -38.670502040190236, 0.0], [178.01331431405495, -38.67049275833452, 0.0], [178.01354684191514, -38.67049348668862, 0.0], [178.01412165808304, -38.670565269834306, 0.0], [178.01478487754054, -38.67059751437531, 0.0], [178.01526755479662, -38.67065538441358, 0.0], [178.0155858752234, -38.67070959775318, 0.0], [178.01586758907385, -38.67076181049643, 0.0], [178.0162096308823, -38.670829296527494, 0.0], [178.01642093127865, -38.67085237325767, 0.0], [178.01669031595884, -38.67085865762425, 0.0], [178.01688848094255, -38.67088944548329, 0.0], [178.0171370793684, -38.6709895356303, 0.0], [178.01744301461693, -38.67106214429613, 0.0], [178.0177822029416, -38.67121908769928, 0.0], [178.01809772784978, -38.67129842928754, 0.0], [178.01839831628027, -38.671424868966234, 0.0], [178.01856367256397, -38.671442770903745, 0.0], [178.01868782110867, -38.67152319605237, 0.0], [178.01892963456805, -38.67159141195932, 0.0], [178.01901038693555, -38.6716379679383, 0.0], [178.01915407299634, -38.67160677127751, 0.0], [178.0194993635774, -38.671720564095416, 0.0], [178.01980001066147, -38.671782673214, 0.0], [178.0200478673448, -38.67187206814154, 0.0], [178.02021771525887, -38.67195409869463, 0.0], [178.02035020752308, -38.67202344223485, 0.0], [178.02041148062395, -38.67211729187875, 0.0]], "type": "LineString"}, "id": "4352", "properties": {"CPS": 2, "Date": "1957-10-29", "Digitiser": "ER", "Georef_ER": 5.0, "ID": 4352.0, "Notes": null, "Photoscale": 44500, "Pixel_Er": 1.177433886158844, "Proxy": 1, "Region": "Gisborne", "SHLength": 0.948118058504, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 5.2172934128986, "USDate": "10/29/1957"}, "type": "Feature"}, {"bbox": [178.02035079338143, -38.67260661612784, 178.02050044683517, -38.672089878757056], "geometry": {"coordinates": [[178.02039358296514, -38.672089878757056, 0.0], [178.02035079338143, -38.67222711058935, 0.0], [178.0204341834522, -38.6724415098733, 0.0], [178.02050044683517, -38.67260661612784, 0.0]], "type": "LineString"}, "id": "4353", "properties": {"CPS": 1, "Date": "1957-10-29", "Digitiser": "ER", "Georef_ER": 5.0, "ID": 4353.0, "Notes": null, "Photoscale": 44500, "Pixel_Er": 1.177433886158844, "Proxy": 5, "Region": "Gisborne", "SHLength": 0.0598952715118, "Scale": 1000, "Site": "Gisborne", "Source": "RL", "Total_UNCY": 5.183835506290214, "USDate": "10/29/1957"}, "type": "Feature"}], "type": "FeatureCollection"});\n", "\n", " \n", " \n", - " geo_json_6e07e9abb8a7db1902b960f4941e1e22.bindTooltip(\n", + " geo_json_9f1df099ea4e9645ff892d097f60237a.bindTooltip(\n", " function(layer){\n", " let div = L.DomUtil.create('div');\n", " \n", @@ -1212,61 +1239,61 @@ " ,{"className": "foliumtooltip", "sticky": true});\n", " \n", " \n", - " geo_json_6e07e9abb8a7db1902b960f4941e1e22.addTo(map_758e61fc388e53d8d51ac15c18f36e35);\n", + " geo_json_9f1df099ea4e9645ff892d097f60237a.addTo(map_383765db887b25064d0b0966c677d351);\n", " \n", " \n", - " function geo_json_199109a23988388885c44c49a43fa022_styler(feature) {\n", + " function geo_json_15be5194bfa98b3587d82cd4343dc06e_styler(feature) {\n", " switch(feature.id) {\n", " default:\n", " return {"color": "green", "fillColor": "green", "fillOpacity": 0.5, "weight": 2};\n", " }\n", " }\n", - " function geo_json_199109a23988388885c44c49a43fa022_highlighter(feature) {\n", + " function geo_json_15be5194bfa98b3587d82cd4343dc06e_highlighter(feature) {\n", " switch(feature.id) {\n", " default:\n", " return {"fillOpacity": 0.75};\n", " }\n", " }\n", - " function geo_json_199109a23988388885c44c49a43fa022_pointToLayer(feature, latlng) {\n", + " function geo_json_15be5194bfa98b3587d82cd4343dc06e_pointToLayer(feature, latlng) {\n", " var opts = {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 2, "stroke": true, "weight": 3};\n", " \n", - " let style = geo_json_199109a23988388885c44c49a43fa022_styler(feature)\n", + " let style = geo_json_15be5194bfa98b3587d82cd4343dc06e_styler(feature)\n", " Object.assign(opts, style)\n", " \n", " return new L.CircleMarker(latlng, opts)\n", " }\n", "\n", - " function geo_json_199109a23988388885c44c49a43fa022_onEachFeature(feature, layer) {\n", + " function geo_json_15be5194bfa98b3587d82cd4343dc06e_onEachFeature(feature, layer) {\n", " layer.on({\n", " mouseout: function(e) {\n", " if(typeof e.target.setStyle === "function"){\n", - " geo_json_199109a23988388885c44c49a43fa022.resetStyle(e.target);\n", + " geo_json_15be5194bfa98b3587d82cd4343dc06e.resetStyle(e.target);\n", " }\n", " },\n", " mouseover: function(e) {\n", " if(typeof e.target.setStyle === "function"){\n", - " const highlightStyle = geo_json_199109a23988388885c44c49a43fa022_highlighter(e.target.feature)\n", + " const highlightStyle = geo_json_15be5194bfa98b3587d82cd4343dc06e_highlighter(e.target.feature)\n", " e.target.setStyle(highlightStyle);\n", " }\n", " },\n", " });\n", " };\n", - " var geo_json_199109a23988388885c44c49a43fa022 = L.geoJson(null, {\n", - " onEachFeature: geo_json_199109a23988388885c44c49a43fa022_onEachFeature,\n", + " var geo_json_15be5194bfa98b3587d82cd4343dc06e = L.geoJson(null, {\n", + " onEachFeature: geo_json_15be5194bfa98b3587d82cd4343dc06e_onEachFeature,\n", " \n", - " style: geo_json_199109a23988388885c44c49a43fa022_styler,\n", - " pointToLayer: geo_json_199109a23988388885c44c49a43fa022_pointToLayer,\n", + " style: geo_json_15be5194bfa98b3587d82cd4343dc06e_styler,\n", + " pointToLayer: geo_json_15be5194bfa98b3587d82cd4343dc06e_pointToLayer,\n", " });\n", "\n", - " function geo_json_199109a23988388885c44c49a43fa022_add (data) {\n", - " geo_json_199109a23988388885c44c49a43fa022\n", + " function geo_json_15be5194bfa98b3587d82cd4343dc06e_add (data) {\n", + " geo_json_15be5194bfa98b3587d82cd4343dc06e\n", " .addData(data);\n", " }\n", - " geo_json_199109a23988388885c44c49a43fa022_add({"bbox": [177.94207690757688, -38.710437782600856, 178.02342446877617, -38.66815198327875], "features": [{"bbox": [178.0190476868501, -38.67258045917593, 178.0233234827698, -38.67155135386446], "geometry": {"coordinates": [[178.0190476868501, -38.67258045917593, 0.0], [178.0233234827698, -38.67155135386446, 0.0]], "type": "LineString"}, "id": "0", "properties": {"Unique_ID": 100405731038.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0190813443923, -38.67266640764954, 178.0233571446657, -38.671637300724164], "geometry": {"coordinates": [[178.0190813443923, -38.67266640764954, 0.0], [178.0233571446657, -38.671637300724164, 0.0]], "type": "LineString"}, "id": "1", "properties": {"Unique_ID": 100405729954.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0191150020188, -38.67275235608979, 178.02339080667542, -38.67172324762595], "geometry": {"coordinates": [[178.0191150020188, -38.67275235608979, 0.0], [178.02339080667542, -38.67172324762595, 0.0]], "type": "LineString"}, "id": "2", "properties": {"Unique_ID": 100405728876.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01914865973632, -38.67283830451414, 178.02342446877617, -38.67180919451182], "geometry": {"coordinates": [[178.01914865973632, -38.67283830451414, 0.0], [178.02342446877617, -38.67180919451182, 0.0]], "type": "LineString"}, "id": "3", "properties": {"Unique_ID": 100405727753.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94207690757688, -38.710437782600856, 177.9462676452432, -38.70920706904341], "geometry": {"coordinates": [[177.9462676452432, -38.710437782600856, 0.0], [177.94207690757688, -38.70920706904341, 0.0]], "type": "LineString"}, "id": "4", "properties": {"Unique_ID": 100406578730.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94211718500623, -38.71035358841553, 177.94630791811784, -38.70912287601792], "geometry": {"coordinates": [[177.94630791811784, -38.71035358841553, 0.0], [177.94211718500623, -38.70912287601792, 0.0]], "type": "LineString"}, "id": "5", "properties": {"Unique_ID": 100406577621.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9421574623498, -38.710269394221775, 177.9463481909067, -38.70903868298397], "geometry": {"coordinates": [[177.9463481909067, -38.710269394221775, 0.0], [177.9421574623498, -38.70903868298397, 0.0]], "type": "LineString"}, "id": "6", "properties": {"Unique_ID": 100406576512.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94219773962052, -38.710185200027624, 177.9463884636059, -38.70895448991463], "geometry": {"coordinates": [[177.9463884636059, -38.710185200027624, 0.0], [177.94219773962052, -38.70895448991463, 0.0]], "type": "LineString"}, "id": "7", "properties": {"Unique_ID": 100406575402.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94223801679254, -38.71010100581695, 177.94642873622323, -38.70887029686374], "geometry": {"coordinates": [[177.94642873622323, -38.71010100581695, 0.0], [177.94223801679254, -38.70887029686374, 0.0]], "type": "LineString"}, "id": "8", "properties": {"Unique_ID": 100406574296.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9422782938788, -38.71001681159784, 177.94646900875475, -38.70878610380442], "geometry": {"coordinates": [[177.94646900875475, -38.71001681159784, 0.0], [177.9422782938788, -38.70878610380442, 0.0]], "type": "LineString"}, "id": "9", "properties": {"Unique_ID": 100406573191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94231857088897, -38.70993261737634, 177.94650928119765, -38.70870191071639], "geometry": {"coordinates": [[177.94650928119765, -38.70993261737634, 0.0], [177.94231857088897, -38.70870191071639, 0.0]], "type": "LineString"}, "id": "10", "properties": {"Unique_ID": 100406572095.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9423588477811, -38.70984842312616, 177.94654955356444, -38.70861771768733], "geometry": {"coordinates": [[177.94654955356444, -38.70984842312616, 0.0], [177.9423588477811, -38.70861771768733, 0.0]], "type": "LineString"}, "id": "11", "properties": {"Unique_ID": 100406571002.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94239912461, -38.709764228881696, 177.94658982583869, -38.70853352460262], "geometry": {"coordinates": [[177.94658982583869, -38.709764228881696, 0.0], [177.94239912461, -38.70853352460262, 0.0]], "type": "LineString"}, "id": "12", "properties": {"Unique_ID": 100406569924.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94243940136604, -38.70968003463685, 177.9466300980233, -38.70844933148252], "geometry": {"coordinates": [[177.9466300980233, -38.70968003463685, 0.0], [177.94243940136604, -38.70844933148252, 0.0]], "type": "LineString"}, "id": "13", "properties": {"Unique_ID": 100406568860.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9424796780234, -38.70959584037548, 177.94667037012604, -38.7083651383809], "geometry": {"coordinates": [[177.94667037012604, -38.70959584037548, 0.0], [177.9424796780234, -38.7083651383809, 0.0]], "type": "LineString"}, "id": "14", "properties": {"Unique_ID": 100406567809.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94251995458214, -38.709511646097575, 177.94671064214688, -38.70828094529776], "geometry": {"coordinates": [[177.94671064214688, -38.709511646097575, 0.0], [177.94251995458214, -38.70828094529776, 0.0]], "type": "LineString"}, "id": "15", "properties": {"Unique_ID": 100406566770.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94256023106794, -38.709427451819295, 177.94675091407808, -38.70819675217922], "geometry": {"coordinates": [[177.94675091407808, -38.709427451819295, 0.0], [177.94256023106794, -38.70819675217922, 0.0]], "type": "LineString"}, "id": "16", "properties": {"Unique_ID": 100406565740.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94260050749054, -38.70934325754673, 177.94679118591677, -38.70811255900505], "geometry": {"coordinates": [[177.94679118591677, -38.70934325754673, 0.0], [177.94260050749054, -38.70811255900505, 0.0]], "type": "LineString"}, "id": "17", "properties": {"Unique_ID": 100406564718.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94264078380485, -38.70925906325156, 177.94683145767644, -38.708028365869595], "geometry": {"coordinates": [[177.94683145767644, -38.70925906325156, 0.0], [177.94264078380485, -38.708028365869595, 0.0]], "type": "LineString"}, "id": "18", "properties": {"Unique_ID": 100406563703.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94268106002366, -38.709174868941865, 177.94687172935326, -38.707944172745925], "geometry": {"coordinates": [[177.94687172935326, -38.709174868941865, 0.0], [177.94268106002366, -38.707944172745925, 0.0]], "type": "LineString"}, "id": "19", "properties": {"Unique_ID": 100406562693.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9427213361664, -38.70909067462979, 177.9469120009414, -38.70785997959356], "geometry": {"coordinates": [[177.9469120009414, -38.70909067462979, 0.0], [177.9427213361664, -38.70785997959356, 0.0]], "type": "LineString"}, "id": "20", "properties": {"Unique_ID": 100406561686.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94276161221043, -38.709006480301184, 177.9469522724477, -38.70777578645965], "geometry": {"coordinates": [[177.9469522724477, -38.709006480301184, 0.0], [177.94276161221043, -38.70777578645965, 0.0]], "type": "LineString"}, "id": "21", "properties": {"Unique_ID": 100406560681.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94280188818163, -38.708922285972214, 177.94699254386435, -38.70769159329037], "geometry": {"coordinates": [[177.94699254386435, -38.708922285972214, 0.0], [177.94280188818163, -38.70769159329037, 0.0]], "type": "LineString"}, "id": "22", "properties": {"Unique_ID": 100406559677.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94284216406706, -38.708838091634796, 177.94703281519523, -38.707607400112636], "geometry": {"coordinates": [[177.94703281519523, -38.708838091634796, 0.0], [177.94284216406706, -38.707607400112636, 0.0]], "type": "LineString"}, "id": "23", "properties": {"Unique_ID": 100406558673.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94288243988925, -38.70875389730307, 177.9470730864336, -38.70752320687926], "geometry": {"coordinates": [[177.9470730864336, -38.70875389730307, 0.0], [177.94288243988925, -38.70752320687926, 0.0]], "type": "LineString"}, "id": "24", "properties": {"Unique_ID": 100406557670.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94292271561602, -38.70866970295685, 177.9471133575891, -38.70743901365766], "geometry": {"coordinates": [[177.9471133575891, -38.70866970295685, 0.0], [177.94292271561602, -38.70743901365766, 0.0]], "type": "LineString"}, "id": "25", "properties": {"Unique_ID": 100406556668.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94296299122155, -38.708585508579915, 177.9471536286695, -38.70735482050172], "geometry": {"coordinates": [[177.9471536286695, -38.708585508579915, 0.0], [177.94296299122155, -38.70735482050172, 0.0]], "type": "LineString"}, "id": "26", "properties": {"Unique_ID": 100406555665.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94308097696208, -38.708544852421205, 177.9471773230101, -38.707132660568696], "geometry": {"coordinates": [[177.9471773230101, -38.708544852421205, 0.0], [177.94308097696208, -38.707132660568696, 0.0]], "type": "LineString"}, "id": "27", "properties": {"Unique_ID": 100406554142.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94312719178487, -38.70846255218688, 177.94722353367993, -38.70705036169796], "geometry": {"coordinates": [[177.94722353367993, -38.70846255218688, 0.0], [177.94312719178487, -38.70705036169796, 0.0]], "type": "LineString"}, "id": "28", "properties": {"Unique_ID": 100406553142.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9431734065094, -38.7083802519405, 177.94726974425157, -38.70696806281516], "geometry": {"coordinates": [[177.94726974425157, -38.7083802519405, 0.0], [177.9431734065094, -38.70696806281516, 0.0]], "type": "LineString"}, "id": "29", "properties": {"Unique_ID": 100406552142.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94321962113568, -38.70829795168202, 177.9473159547249, -38.70688576392025], "geometry": {"coordinates": [[177.9473159547249, -38.70829795168202, 0.0], [177.94321962113568, -38.70688576392025, 0.0]], "type": "LineString"}, "id": "30", "properties": {"Unique_ID": 100406551142.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94326583566368, -38.708215651411486, 177.94736216510003, -38.70680346501329], "geometry": {"coordinates": [[177.94736216510003, -38.708215651411486, 0.0], [177.94326583566368, -38.70680346501329, 0.0]], "type": "LineString"}, "id": "31", "properties": {"Unique_ID": 100406550142.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94331205009345, -38.708133351128886, 177.94740837537688, -38.70672116609425], "geometry": {"coordinates": [[177.94740837537688, -38.708133351128886, 0.0], [177.94331205009345, -38.70672116609425, 0.0]], "type": "LineString"}, "id": "32", "properties": {"Unique_ID": 100406549142.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94335826442492, -38.708051050834214, 177.9474545855555, -38.706638867163136], "geometry": {"coordinates": [[177.9474545855555, -38.708051050834214, 0.0], [177.94335826442492, -38.706638867163136, 0.0]], "type": "LineString"}, "id": "33", "properties": {"Unique_ID": 100406548141.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94340447865818, -38.707968750527485, 177.94750079563588, -38.70655656821994], "geometry": {"coordinates": [[177.94750079563588, -38.707968750527485, 0.0], [177.94340447865818, -38.70655656821994, 0.0]], "type": "LineString"}, "id": "34", "properties": {"Unique_ID": 100406547141.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9434506927932, -38.70788645020868, 177.947547005618, -38.70647426926466], "geometry": {"coordinates": [[177.947547005618, -38.70788645020868, 0.0], [177.9434506927932, -38.70647426926466, 0.0]], "type": "LineString"}, "id": "35", "properties": {"Unique_ID": 100406546140.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94349690682995, -38.707804149877816, 177.94759321550188, -38.70639197029732], "geometry": {"coordinates": [[177.94759321550188, -38.707804149877816, 0.0], [177.94349690682995, -38.70639197029732, 0.0]], "type": "LineString"}, "id": "36", "properties": {"Unique_ID": 100406545139.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94354312076842, -38.70772184953489, 177.94763942528755, -38.706309671317904], "geometry": {"coordinates": [[177.94763942528755, -38.70772184953489, 0.0], [177.94354312076842, -38.706309671317904, 0.0]], "type": "LineString"}, "id": "37", "properties": {"Unique_ID": 100406544137.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94358933460865, -38.70763954917988, 177.94768563497493, -38.70622737232641], "geometry": {"coordinates": [[177.94768563497493, -38.70763954917988, 0.0], [177.94358933460865, -38.70622737232641, 0.0]], "type": "LineString"}, "id": "38", "properties": {"Unique_ID": 100406543134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94363554835064, -38.70755724881281, 177.9477318445641, -38.706145073322844], "geometry": {"coordinates": [[177.9477318445641, -38.70755724881281, 0.0], [177.94363554835064, -38.706145073322844, 0.0]], "type": "LineString"}, "id": "39", "properties": {"Unique_ID": 100406542129.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94368176199438, -38.707474948433685, 177.94777805405502, -38.7060627743072], "geometry": {"coordinates": [[177.94777805405502, -38.707474948433685, 0.0], [177.94368176199438, -38.7060627743072, 0.0]], "type": "LineString"}, "id": "40", "properties": {"Unique_ID": 100406541124.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94372797553987, -38.707392648042486, 177.94782426344767, -38.705980475279475], "geometry": {"coordinates": [[177.94782426344767, -38.707392648042486, 0.0], [177.94372797553987, -38.705980475279475, 0.0]], "type": "LineString"}, "id": "41", "properties": {"Unique_ID": 100406540119.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9437741889871, -38.707310347639215, 177.94787047274212, -38.70589817623968], "geometry": {"coordinates": [[177.94787047274212, -38.707310347639215, 0.0], [177.9437741889871, -38.70589817623968, 0.0]], "type": "LineString"}, "id": "42", "properties": {"Unique_ID": 100406539112.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9438204023361, -38.70722804722389, 177.94791668193832, -38.70581587718782], "geometry": {"coordinates": [[177.94791668193832, -38.70722804722389, 0.0], [177.9438204023361, -38.70581587718782, 0.0]], "type": "LineString"}, "id": "43", "properties": {"Unique_ID": 100406538104.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94386661558684, -38.70714574679649, 177.9479628910363, -38.705733578123876], "geometry": {"coordinates": [[177.9479628910363, -38.70714574679649, 0.0], [177.94386661558684, -38.705733578123876, 0.0]], "type": "LineString"}, "id": "44", "properties": {"Unique_ID": 100406537097.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94391282873934, -38.70706344635703, 177.94800910003602, -38.70565127904786], "geometry": {"coordinates": [[177.94800910003602, -38.70706344635703, 0.0], [177.94391282873934, -38.70565127904786, 0.0]], "type": "LineString"}, "id": "45", "properties": {"Unique_ID": 100406536090.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9439590417936, -38.706981145905516, 177.9480553089375, -38.70556897995978], "geometry": {"coordinates": [[177.9480553089375, -38.706981145905516, 0.0], [177.9439590417936, -38.70556897995978, 0.0]], "type": "LineString"}, "id": "46", "properties": {"Unique_ID": 100406535082.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94400525474958, -38.70689884544191, 177.94810151774072, -38.70548668085961], "geometry": {"coordinates": [[177.94810151774072, -38.70689884544191, 0.0], [177.94400525474958, -38.70548668085961, 0.0]], "type": "LineString"}, "id": "47", "properties": {"Unique_ID": 100406534073.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94405146760735, -38.706816544966266, 177.94814772644574, -38.70540438174738], "geometry": {"coordinates": [[177.94814772644574, -38.706816544966266, 0.0], [177.94405146760735, -38.70540438174738, 0.0]], "type": "LineString"}, "id": "48", "properties": {"Unique_ID": 100406533065.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94409768036684, -38.70673424447854, 177.94819393505253, -38.70532208262306], "geometry": {"coordinates": [[177.94819393505253, -38.70673424447854, 0.0], [177.94409768036684, -38.70532208262306, 0.0]], "type": "LineString"}, "id": "49", "properties": {"Unique_ID": 100406532056.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94414389302813, -38.706651943978756, 177.94824014356107, -38.705239783486675], "geometry": {"coordinates": [[177.94824014356107, -38.706651943978756, 0.0], [177.94414389302813, -38.705239783486675, 0.0]], "type": "LineString"}, "id": "50", "properties": {"Unique_ID": 100406531047.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94419010559116, -38.706569643466906, 177.94828635197138, -38.70515748433823], "geometry": {"coordinates": [[177.94828635197138, -38.706569643466906, 0.0], [177.94419010559116, -38.70515748433823, 0.0]], "type": "LineString"}, "id": "51", "properties": {"Unique_ID": 100406530038.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94423631805594, -38.706487342943, 177.94833256028343, -38.70507518517769], "geometry": {"coordinates": [[177.94833256028343, -38.706487342943, 0.0], [177.94423631805594, -38.70507518517769, 0.0]], "type": "LineString"}, "id": "52", "properties": {"Unique_ID": 100406529030.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94428253042247, -38.706405042407006, 177.94837876849726, -38.70499288600508], "geometry": {"coordinates": [[177.94837876849726, -38.706405042407006, 0.0], [177.94428253042247, -38.70499288600508, 0.0]], "type": "LineString"}, "id": "53", "properties": {"Unique_ID": 100406528021.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94432874269074, -38.70632274185897, 177.94842497661287, -38.70491058682042], "geometry": {"coordinates": [[177.94842497661287, -38.70632274185897, 0.0], [177.94432874269074, -38.70491058682042, 0.0]], "type": "LineString"}, "id": "54", "properties": {"Unique_ID": 100406527012.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94437495486082, -38.70624044129886, 177.94847118463025, -38.70482828762367], "geometry": {"coordinates": [[177.94847118463025, -38.70624044129886, 0.0], [177.94437495486082, -38.70482828762367, 0.0]], "type": "LineString"}, "id": "55", "properties": {"Unique_ID": 100406526003.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94442116693264, -38.7061581407267, 177.94851739254938, -38.70474598841485], "geometry": {"coordinates": [[177.94851739254938, -38.7061581407267, 0.0], [177.94442116693264, -38.70474598841485, 0.0]], "type": "LineString"}, "id": "56", "properties": {"Unique_ID": 100406524995.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9444673789062, -38.70607584014247, 177.9485636003703, -38.70466368919397], "geometry": {"coordinates": [[177.9485636003703, -38.70607584014247, 0.0], [177.9444673789062, -38.70466368919397, 0.0]], "type": "LineString"}, "id": "57", "properties": {"Unique_ID": 100406523986.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94451359078155, -38.705993539546164, 177.94860980809298, -38.704581389961], "geometry": {"coordinates": [[177.94860980809298, -38.705993539546164, 0.0], [177.94451359078155, -38.704581389961, 0.0]], "type": "LineString"}, "id": "58", "properties": {"Unique_ID": 100406522978.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94455980255864, -38.705911238937816, 177.94865601571743, -38.70449909071596], "geometry": {"coordinates": [[177.94865601571743, -38.705911238937816, 0.0], [177.94455980255864, -38.70449909071596, 0.0]], "type": "LineString"}, "id": "59", "properties": {"Unique_ID": 100406521970.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9446060142375, -38.705828938317396, 177.94870222324366, -38.704416791458875], "geometry": {"coordinates": [[177.94870222324366, -38.705828938317396, 0.0], [177.9446060142375, -38.704416791458875, 0.0]], "type": "LineString"}, "id": "60", "properties": {"Unique_ID": 100406520962.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94473483763255, -38.705787421607276, 177.9487264515475, -38.70420201020531], "geometry": {"coordinates": [[177.9487264515475, -38.705787421607276, 0.0], [177.94473483763255, -38.70420201020531, 0.0]], "type": "LineString"}, "id": "61", "properties": {"Unique_ID": 100406519622.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94478671863703, -38.705707222233585, 177.9487783288155, -38.704121812336716], "geometry": {"coordinates": [[177.9487783288155, -38.705707222233585, 0.0], [177.94478671863703, -38.704121812336716, 0.0]], "type": "LineString"}, "id": "62", "properties": {"Unique_ID": 100406518620.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94483859947553, -38.705627022817424, 177.9488302059913, -38.70404161453967], "geometry": {"coordinates": [[177.9488302059913, -38.705627022817424, 0.0], [177.94483859947553, -38.70404161453967, 0.0]], "type": "LineString"}, "id": "63", "properties": {"Unique_ID": 100406517619.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94489048024099, -38.70554682340192, 177.94888208304695, -38.70396141667049], "geometry": {"coordinates": [[177.94888208304695, -38.70554682340192, 0.0], [177.94489048024099, -38.70396141667049, 0.0]], "type": "LineString"}, "id": "64", "properties": {"Unique_ID": 100406516617.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94494236094906, -38.70546662399434, 177.94893395997778, -38.7038812187049], "geometry": {"coordinates": [[177.94893395997778, -38.70546662399434, 0.0], [177.94494236094906, -38.7038812187049, 0.0]], "type": "LineString"}, "id": "65", "properties": {"Unique_ID": 100406515616.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94499424145974, -38.70538642452976, 177.94898583682578, -38.70380102085939], "geometry": {"coordinates": [[177.94898583682578, -38.70538642452976, 0.0], [177.94499424145974, -38.70380102085939, 0.0]], "type": "LineString"}, "id": "66", "properties": {"Unique_ID": 100406514614.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94504612189738, -38.705306225065826, 177.94903771355365, -38.70372082294174], "geometry": {"coordinates": [[177.94903771355365, -38.705306225065826, 0.0], [177.94504612189738, -38.70372082294174, 0.0]], "type": "LineString"}, "id": "67", "properties": {"Unique_ID": 100406513613.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9450980022258, -38.705226025585745, 177.9490895901723, -38.70364062500794], "geometry": {"coordinates": [[177.9490895901723, -38.705226025585745, 0.0], [177.9450980022258, -38.70364062500794, 0.0]], "type": "LineString"}, "id": "68", "properties": {"Unique_ID": 100406512612.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9451498824449, -38.70514582608953, 177.94914146668165, -38.703560427057994], "geometry": {"coordinates": [[177.94914146668165, -38.70514582608953, 0.0], [177.9451498824449, -38.703560427057994, 0.0]], "type": "LineString"}, "id": "69", "properties": {"Unique_ID": 100406511610.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94520176255475, -38.70506562657715, 177.94919334308176, -38.703480229091895], "geometry": {"coordinates": [[177.94919334308176, -38.70506562657715, 0.0], [177.94520176255475, -38.703480229091895, 0.0]], "type": "LineString"}, "id": "70", "properties": {"Unique_ID": 100406510609.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94525364255537, -38.704985427048655, 177.9492452193726, -38.70340003110964], "geometry": {"coordinates": [[177.9492452193726, -38.704985427048655, 0.0], [177.94525364255537, -38.70340003110964, 0.0]], "type": "LineString"}, "id": "71", "properties": {"Unique_ID": 100406509608.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9453055224467, -38.70490522750399, 177.94929709555421, -38.70331983311124], "geometry": {"coordinates": [[177.94929709555421, -38.70490522750399, 0.0], [177.9453055224467, -38.70331983311124, 0.0]], "type": "LineString"}, "id": "72", "properties": {"Unique_ID": 100406508607.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94535740222878, -38.7048250279432, 177.94934897162653, -38.70323963509668], "geometry": {"coordinates": [[177.94934897162653, -38.7048250279432, 0.0], [177.94535740222878, -38.70323963509668, 0.0]], "type": "LineString"}, "id": "73", "properties": {"Unique_ID": 100406507605.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9454092818859, -38.70474482835898, 177.94940084759435, -38.703159437090235], "geometry": {"coordinates": [[177.94940084759435, -38.70474482835898, 0.0], [177.9454092818859, -38.703159437090235, 0.0]], "type": "LineString"}, "id": "74", "properties": {"Unique_ID": 100406506604.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9454611614495, -38.70466462876591, 177.9494527234482, -38.703079239043376], "geometry": {"coordinates": [[177.9494527234482, -38.70466462876591, 0.0], [177.9454611614495, -38.703079239043376, 0.0]], "type": "LineString"}, "id": "75", "properties": {"Unique_ID": 100406505603.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9455130409038, -38.70458442915668, 177.94950459919278, -38.70299904098036], "geometry": {"coordinates": [[177.94950459919278, -38.70458442915668, 0.0], [177.9455130409038, -38.70299904098036, 0.0]], "type": "LineString"}, "id": "76", "properties": {"Unique_ID": 100406504601.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9455649202488, -38.70450422953132, 177.9495564748281, -38.702918842901205], "geometry": {"coordinates": [[177.9495564748281, -38.70450422953132, 0.0], [177.9455649202488, -38.702918842901205, 0.0]], "type": "LineString"}, "id": "77", "properties": {"Unique_ID": 100406503599.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9456167995003, -38.70442402989711, 177.94960835034948, -38.70283864478163], "geometry": {"coordinates": [[177.94960835034948, -38.70442402989711, 0.0], [177.9456167995003, -38.70283864478163, 0.0]], "type": "LineString"}, "id": "78", "properties": {"Unique_ID": 100406502597.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94566867862682, -38.70434383023945, 177.9496602257663, -38.70275844667017], "geometry": {"coordinates": [[177.9496602257663, -38.70434383023945, 0.0], [177.94566867862682, -38.70275844667017, 0.0]], "type": "LineString"}, "id": "79", "properties": {"Unique_ID": 100406501594.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9457205576441, -38.70426363056567, 177.94971210107389, -38.702678248542554], "geometry": {"coordinates": [[177.94971210107389, -38.70426363056567, 0.0], [177.9457205576441, -38.702678248542554, 0.0]], "type": "LineString"}, "id": "80", "properties": {"Unique_ID": 100406500592.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94577243655215, -38.70418343087574, 177.94976397627224, -38.7025980503988], "geometry": {"coordinates": [[177.94976397627224, -38.70418343087574, 0.0], [177.94577243655215, -38.7025980503988, 0.0]], "type": "LineString"}, "id": "81", "properties": {"Unique_ID": 100406499590.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9458243153509, -38.70410323116967, 177.9498158513613, -38.702517852238884], "geometry": {"coordinates": [[177.9498158513613, -38.70410323116967, 0.0], [177.9458243153509, -38.702517852238884, 0.0]], "type": "LineString"}, "id": "82", "properties": {"Unique_ID": 100406498587.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94587619404044, -38.704023031447456, 177.94986772634115, -38.70243765406282], "geometry": {"coordinates": [[177.94986772634115, -38.704023031447456, 0.0], [177.94587619404044, -38.70243765406282, 0.0]], "type": "LineString"}, "id": "83", "properties": {"Unique_ID": 100406497584.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94606942236638, -38.70400223656543, 177.94988074952414, -38.702164635661866], "geometry": {"coordinates": [[177.94988074952414, -38.70400223656543, 0.0], [177.94606942236638, -38.702164635661866, 0.0]], "type": "LineString"}, "id": "84", "properties": {"Unique_ID": 100406496191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94612955371454, -38.70392565726018, 177.9499408779124, -38.70208805814327], "geometry": {"coordinates": [[177.9499408779124, -38.70392565726018, 0.0], [177.94612955371454, -38.70208805814327, 0.0]], "type": "LineString"}, "id": "85", "properties": {"Unique_ID": 100406495191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9461896850044, -38.70384907795657, 177.9500010061578, -38.70201148051854], "geometry": {"coordinates": [[177.9500010061578, -38.70384907795657, 0.0], [177.9461896850044, -38.70201148051854, 0.0]], "type": "LineString"}, "id": "86", "properties": {"Unique_ID": 100406494191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94624981605799, -38.70377249858662, 177.9500611343137, -38.70193490301442], "geometry": {"coordinates": [[177.9500611343137, -38.70377249858662, 0.0], [177.94624981605799, -38.70193490301442, 0.0]], "type": "LineString"}, "id": "87", "properties": {"Unique_ID": 100406493191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94630994703604, -38.703695919211754, 177.95012126233186, -38.701858325426166], "geometry": {"coordinates": [[177.95012126233186, -38.703695919211754, 0.0], [177.94630994703604, -38.701858325426166, 0.0]], "type": "LineString"}, "id": "88", "properties": {"Unique_ID": 100406492191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9463700778907, -38.703619339813685, 177.95018139022665, -38.701781747814714], "geometry": {"coordinates": [[177.95018139022665, -38.703619339813685, 0.0], [177.9463700778907, -38.701781747814714, 0.0]], "type": "LineString"}, "id": "89", "properties": {"Unique_ID": 100406491191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9464302086698, -38.703542760410684, 177.95024151798367, -38.701705170119155], "geometry": {"coordinates": [[177.95024151798367, -38.703542760410684, 0.0], [177.9464302086698, -38.701705170119155, 0.0]], "type": "LineString"}, "id": "90", "properties": {"Unique_ID": 100406490191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94649033922985, -38.70346618094794, 177.95030164564602, -38.70162859252218], "geometry": {"coordinates": [[177.95030164564602, -38.70346618094794, 0.0], [177.94649033922985, -38.70162859252218, 0.0]], "type": "LineString"}, "id": "91", "properties": {"Unique_ID": 100406489191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94655046971437, -38.703389601480254, 177.95036177317067, -38.70155201484108], "geometry": {"coordinates": [[177.95036177317067, -38.703389601480254, 0.0], [177.94655046971437, -38.70155201484108, 0.0]], "type": "LineString"}, "id": "92", "properties": {"Unique_ID": 100406488191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9466106000755, -38.703313021989395, 177.95042190057194, -38.70147543713681], "geometry": {"coordinates": [[177.95042190057194, -38.703313021989395, 0.0], [177.9466106000755, -38.70147543713681, 0.0]], "type": "LineString"}, "id": "93", "properties": {"Unique_ID": 100406487191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94667073036112, -38.7032364424936, 177.95048202783548, -38.701398859348394], "geometry": {"coordinates": [[177.95048202783548, -38.7032364424936, 0.0], [177.94667073036112, -38.701398859348394, 0.0]], "type": "LineString"}, "id": "94", "properties": {"Unique_ID": 100406486191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94673086042766, -38.70315986293804, 177.95054215500434, -38.701322281658584], "geometry": {"coordinates": [[177.95054215500434, -38.70315986293804, 0.0], [177.94673086042766, -38.701322281658584, 0.0]], "type": "LineString"}, "id": "95", "properties": {"Unique_ID": 100406485191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94679099041866, -38.70308328337756, 177.95060228203548, -38.70124570388466], "geometry": {"coordinates": [[177.95060228203548, -38.70308328337756, 0.0], [177.94679099041866, -38.70124570388466, 0.0]], "type": "LineString"}, "id": "96", "properties": {"Unique_ID": 100406484191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94685112028634, -38.70300670379389, 177.95066240894323, -38.701169126087535], "geometry": {"coordinates": [[177.95066240894323, -38.70300670379389, 0.0], [177.94685112028634, -38.701169126087535, 0.0]], "type": "LineString"}, "id": "97", "properties": {"Unique_ID": 100406483191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94691125007841, -38.7029301242053, 177.95072253571328, -38.7010925482063], "geometry": {"coordinates": [[177.95072253571328, -38.7029301242053, 0.0], [177.94691125007841, -38.7010925482063, 0.0]], "type": "LineString"}, "id": "98", "properties": {"Unique_ID": 100406482191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94697137963422, -38.70285354455035, 177.95078266239378, -38.70101597044564], "geometry": {"coordinates": [[177.95078266239378, -38.70285354455035, 0.0], [177.94697137963422, -38.70101597044564, 0.0]], "type": "LineString"}, "id": "99", "properties": {"Unique_ID": 100406481190.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94703150913173, -38.70277696489709, 177.95084278893142, -38.7009393925789], "geometry": {"coordinates": [[177.95084278893142, -38.70277696489709, 0.0], [177.94703150913173, -38.7009393925789, 0.0]], "type": "LineString"}, "id": "100", "properties": {"Unique_ID": 100406480190.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9470916385059, -38.70270038522062, 177.9509029153457, -38.70086281468893], "geometry": {"coordinates": [[177.9509029153457, -38.70270038522062, 0.0], [177.9470916385059, -38.70086281468893, 0.0]], "type": "LineString"}, "id": "101", "properties": {"Unique_ID": 100406479190.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94715176780448, -38.70262380553922, 177.95096304162223, -38.70078623671486], "geometry": {"coordinates": [[177.95096304162223, -38.70262380553922, 0.0], [177.94715176780448, -38.70078623671486, 0.0]], "type": "LineString"}, "id": "102", "properties": {"Unique_ID": 100406478190.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94721189690134, -38.70254722580468, 177.95102316779892, -38.700709658817416], "geometry": {"coordinates": [[177.95102316779892, -38.70254722580468, 0.0], [177.94721189690134, -38.700709658817416, 0.0]], "type": "LineString"}, "id": "103", "properties": {"Unique_ID": 100406477190.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9472720259054, -38.70247064605862, 177.95108329384308, -38.700633080857834], "geometry": {"coordinates": [[177.95108329384308, -38.70247064605862, 0.0], [177.9472720259054, -38.700633080857834, 0.0]], "type": "LineString"}, "id": "104", "properties": {"Unique_ID": 100406476190.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94733215478607, -38.70239406628935, 177.95114341976384, -38.700556502875045], "geometry": {"coordinates": [[177.95114341976384, -38.70239406628935, 0.0], [177.94733215478607, -38.700556502875045, 0.0]], "type": "LineString"}, "id": "105", "properties": {"Unique_ID": 100406475190.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94739228359117, -38.70231748651518, 177.95120354554692, -38.70047992480816], "geometry": {"coordinates": [[177.95120354554692, -38.70231748651518, 0.0], [177.94739228359117, -38.70047992480816, 0.0]], "type": "LineString"}, "id": "106", "properties": {"Unique_ID": 100406474190.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94745241217728, -38.70224090668125, 177.9512636712353, -38.700403346839856], "geometry": {"coordinates": [[177.9512636712353, -38.70224090668125, 0.0], [177.94745241217728, -38.700403346839856, 0.0]], "type": "LineString"}, "id": "107", "properties": {"Unique_ID": 100406473190.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94751254068785, -38.70216432684239, 177.95132379678597, -38.70032676878746], "geometry": {"coordinates": [[177.95132379678597, -38.70216432684239, 0.0], [177.94751254068785, -38.70032676878746, 0.0]], "type": "LineString"}, "id": "108", "properties": {"Unique_ID": 100406472190.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94759494677143, -38.70209625911126, 177.95137853101792, -38.700223920862626], "geometry": {"coordinates": [[177.95137853101792, -38.70209625911126, 0.0], [177.94759494677143, -38.700223920862626, 0.0]], "type": "LineString"}, "id": "109", "properties": {"Unique_ID": 100406471135.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9476562130561, -38.70202023513814, 177.95143979447863, -38.70014789873442], "geometry": {"coordinates": [[177.95143979447863, -38.70202023513814, 0.0], [177.9476562130561, -38.70014789873442, 0.0]], "type": "LineString"}, "id": "110", "properties": {"Unique_ID": 100406470134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94771747918352, -38.70194421112881, 177.95150105782383, -38.70007187662174], "geometry": {"coordinates": [[177.95150105782383, -38.70194421112881, 0.0], [177.94771747918352, -38.70007187662174, 0.0]], "type": "LineString"}, "id": "111", "properties": {"Unique_ID": 100406469134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94777874528492, -38.7018681871321, 177.95156232101425, -38.699995854361816], "geometry": {"coordinates": [[177.95156232101425, -38.7018681871321, 0.0], [177.94777874528492, -38.699995854361816, 0.0]], "type": "LineString"}, "id": "112", "properties": {"Unique_ID": 100406468134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9478400112117, -38.701792163092676, 177.95162358409436, -38.69991983213911], "geometry": {"coordinates": [[177.95162358409436, -38.701792163092676, 0.0], [177.9478400112117, -38.69991983213911, 0.0]], "type": "LineString"}, "id": "113", "properties": {"Unique_ID": 100406467134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9479012770308, -38.701716139035454, 177.95168484704416, -38.69984380987045], "geometry": {"coordinates": [[177.95168484704416, -38.701716139035454, 0.0], [177.9479012770308, -38.69984380987045, 0.0]], "type": "LineString"}, "id": "114", "properties": {"Unique_ID": 100406466134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9479625426404, -38.70164011492253, 177.9517461098942, -38.69976778768228], "geometry": {"coordinates": [[177.9517461098942, -38.70164011492253, 0.0], [177.9479625426404, -38.69976778768228, 0.0]], "type": "LineString"}, "id": "115", "properties": {"Unique_ID": 100406465134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94802380825882, -38.70156409083522, 177.9518073725789, -38.699691765303584], "geometry": {"coordinates": [[177.9518073725789, -38.70156409083522, 0.0], [177.94802380825882, -38.699691765303584, 0.0]], "type": "LineString"}, "id": "116", "properties": {"Unique_ID": 100406464134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94808507366776, -38.70148806669219, 177.9518686351639, -38.699615743005396], "geometry": {"coordinates": [[177.9518686351639, -38.70148806669219, 0.0], [177.94808507366776, -38.699615743005396, 0.0]], "type": "LineString"}, "id": "117", "properties": {"Unique_ID": 100406463134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94814633896902, -38.70141204253138, 177.9519298976185, -38.699539720661264], "geometry": {"coordinates": [[177.9519298976185, -38.70141204253138, 0.0], [177.94814633896902, -38.699539720661264, 0.0]], "type": "LineString"}, "id": "118", "properties": {"Unique_ID": 100406462134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9482076041131, -38.70133601833435, 177.95199115995766, -38.69946369833266], "geometry": {"coordinates": [[177.95199115995766, -38.70133601833435, 0.0], [177.9482076041131, -38.69946369833266, 0.0]], "type": "LineString"}, "id": "119", "properties": {"Unique_ID": 100406461134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94826886919626, -38.701259994136954, 177.95205242215246, -38.699387675900134], "geometry": {"coordinates": [[177.95205242215246, -38.701259994136954, 0.0], [177.94826886919626, -38.699387675900134, 0.0]], "type": "LineString"}, "id": "120", "properties": {"Unique_ID": 100406460134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94833013413964, -38.70118396990981, 177.95211368422656, -38.69931165346151], "geometry": {"coordinates": [[177.95211368422656, -38.70118396990981, 0.0], [177.94833013413964, -38.69931165346151, 0.0]], "type": "LineString"}, "id": "121", "properties": {"Unique_ID": 100406459134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9483913989231, -38.70110794564543, 177.952174946186, -38.6992356310419], "geometry": {"coordinates": [[177.952174946186, -38.70110794564543, 0.0], [177.9483913989231, -38.6992356310419, 0.0]], "type": "LineString"}, "id": "122", "properties": {"Unique_ID": 100406458134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94845266354932, -38.70103192134481, 177.95223620803, -38.699159608637835], "geometry": {"coordinates": [[177.95223620803, -38.70103192134481, 0.0], [177.94845266354932, -38.699159608637835, 0.0]], "type": "LineString"}, "id": "123", "properties": {"Unique_ID": 100406457134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9485139281495, -38.70095589705681, 177.95229746971916, -38.69908358608652], "geometry": {"coordinates": [[177.95229746971916, -38.70095589705681, 0.0], [177.9485139281495, -38.69908358608652, 0.0]], "type": "LineString"}, "id": "124", "properties": {"Unique_ID": 100406456134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9485751925751, -38.70087987272609, 177.9523587312981, -38.699007563572415], "geometry": {"coordinates": [[177.9523587312981, -38.70087987272609, 0.0], [177.9485751925751, -38.699007563572415, 0.0]], "type": "LineString"}, "id": "125", "properties": {"Unique_ID": 100406455134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94863645689304, -38.70080384837761, 177.95241999274666, -38.69893154101238], "geometry": {"coordinates": [[177.95241999274666, -38.70080384837761, 0.0], [177.94863645689304, -38.69893154101238, 0.0]], "type": "LineString"}, "id": "126", "properties": {"Unique_ID": 100406454134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94869772100142, -38.700727823973395, 177.9524812540955, -38.69885551853283], "geometry": {"coordinates": [[177.9524812540955, -38.700727823973395, 0.0], [177.94869772100142, -38.69885551853283, 0.0]], "type": "LineString"}, "id": "127", "properties": {"Unique_ID": 100406453134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9487589851187, -38.700651799594816, 177.95254251527902, -38.69877949586276], "geometry": {"coordinates": [[177.95254251527902, -38.700651799594816, 0.0], [177.9487589851187, -38.69877949586276, 0.0]], "type": "LineString"}, "id": "128", "properties": {"Unique_ID": 100406452133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94882024902645, -38.70057577516051, 177.9526037763628, -38.698703473273184], "geometry": {"coordinates": [[177.9526037763628, -38.70057577516051, 0.0], [177.94882024902645, -38.698703473273184, 0.0]], "type": "LineString"}, "id": "129", "properties": {"Unique_ID": 100406451133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94888151282655, -38.70049975070845, 177.95266503731625, -38.698627450637694], "geometry": {"coordinates": [[177.95266503731625, -38.70049975070845, 0.0], [177.94888151282655, -38.698627450637694, 0.0]], "type": "LineString"}, "id": "130", "properties": {"Unique_ID": 100406450133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94894277645204, -38.70042372621366, 177.95272629815946, -38.69855142803937], "geometry": {"coordinates": [[177.95272629815946, -38.70042372621366, 0.0], [177.94894277645204, -38.69855142803937, 0.0]], "type": "LineString"}, "id": "131", "properties": {"Unique_ID": 100406449133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9490040400515, -38.700347701731495, 177.95278755884786, -38.698475405293834], "geometry": {"coordinates": [[177.95278755884786, -38.700347701731495, 0.0], [177.9490040400515, -38.698475405293834, 0.0]], "type": "LineString"}, "id": "132", "properties": {"Unique_ID": 100406448133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9490653034938, -38.7002716772131, 177.9528488194208, -38.69839938256382], "geometry": {"coordinates": [[177.9528488194208, -38.7002716772131, 0.0], [177.9490653034938, -38.69839938256382, 0.0]], "type": "LineString"}, "id": "133", "properties": {"Unique_ID": 100406447133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94912656677607, -38.70019565265746, 177.9529100798791, -38.69832335985288], "geometry": {"coordinates": [[177.9529100798791, -38.70019565265746, 0.0], [177.94912656677607, -38.69832335985288, 0.0]], "type": "LineString"}, "id": "134", "properties": {"Unique_ID": 100406446133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94918782996817, -38.700119628090526, 177.95297134020183, -38.69824733707431], "geometry": {"coordinates": [[177.95297134020183, -38.700119628090526, 0.0], [177.94918782996817, -38.69824733707431, 0.0]], "type": "LineString"}, "id": "135", "properties": {"Unique_ID": 100406445133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94924909295074, -38.7000436034679, 177.95303260042485, -38.69817131437627], "geometry": {"coordinates": [[177.95303260042485, -38.7000436034679, 0.0], [177.94924909295074, -38.69817131437627, 0.0]], "type": "LineString"}, "id": "136", "properties": {"Unique_ID": 100406444133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94931035592478, -38.69996757886439, 177.9530938604878, -38.69809529150933], "geometry": {"coordinates": [[177.9530938604878, -38.69996757886439, 0.0], [177.94931035592478, -38.69809529150933, 0.0]], "type": "LineString"}, "id": "137", "properties": {"Unique_ID": 100406443133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94937161872414, -38.69989155421817, 177.9531551204405, -38.698019268679616], "geometry": {"coordinates": [[177.9531551204405, -38.69989155421817, 0.0], [177.94937161872414, -38.698019268679616, 0.0]], "type": "LineString"}, "id": "138", "properties": {"Unique_ID": 100406442133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94943288139845, -38.69981552954766, 177.95321638026812, -38.697943245825606], "geometry": {"coordinates": [[177.95321638026812, -38.69981552954766, 0.0], [177.94943288139845, -38.697943245825606, 0.0]], "type": "LineString"}, "id": "139", "properties": {"Unique_ID": 100406441133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9494941439156, -38.69973950484094, 177.95327763998029, -38.69786722298714], "geometry": {"coordinates": [[177.95327763998029, -38.69973950484094, 0.0], [177.9494941439156, -38.69786722298714, 0.0]], "type": "LineString"}, "id": "140", "properties": {"Unique_ID": 100406440133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94955540637181, -38.699663480133864, 177.9533388995481, -38.69779120004474], "geometry": {"coordinates": [[177.9533388995481, -38.699663480133864, 0.0], [177.94955540637181, -38.69779120004474, 0.0]], "type": "LineString"}, "id": "141", "properties": {"Unique_ID": 100406439132.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9496166686883, -38.699587455397065, 177.95340015899524, -38.69771517709626], "geometry": {"coordinates": [[177.95340015899524, -38.699587455397065, 0.0], [177.9496166686883, -38.69771517709626, 0.0]], "type": "LineString"}, "id": "142", "properties": {"Unique_ID": 100406438132.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94967793084479, -38.699511430623005, 177.95346141832775, -38.697639154166794], "geometry": {"coordinates": [[177.95346141832775, -38.699511430623005, 0.0], [177.94967793084479, -38.697639154166794, 0.0]], "type": "LineString"}, "id": "143", "properties": {"Unique_ID": 100406437132.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94973919284413, -38.69943540581272, 177.95352267754478, -38.697563131252885], "geometry": {"coordinates": [[177.95352267754478, -38.69943540581272, 0.0], [177.94973919284413, -38.697563131252885, 0.0]], "type": "LineString"}, "id": "144", "properties": {"Unique_ID": 100406436132.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94980045481745, -38.699359381015064, 177.953583936607, -38.69748710819173], "geometry": {"coordinates": [[177.953583936607, -38.699359381015064, 0.0], [177.94980045481745, -38.69748710819173, 0.0]], "type": "LineString"}, "id": "145", "properties": {"Unique_ID": 100406435131.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94986171661617, -38.6992833561747, 177.95364519555903, -38.6974110851678], "geometry": {"coordinates": [[177.95364519555903, -38.6992833561747, 0.0], [177.94986171661617, -38.6974110851678, 0.0]], "type": "LineString"}, "id": "146", "properties": {"Unique_ID": 100406434131.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9500980118597, -38.69926829191949, 177.95366397396455, -38.6971500135437], "geometry": {"coordinates": [[177.95366397396455, -38.69926829191949, 0.0], [177.9500980118597, -38.6971500135437, 0.0]], "type": "LineString"}, "id": "147", "properties": {"Unique_ID": 100406432709.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95016732227236, -38.699196637505324, 177.95373328240086, -38.69707836113627], "geometry": {"coordinates": [[177.95373328240086, -38.699196637505324, 0.0], [177.95016732227236, -38.69707836113627, 0.0]], "type": "LineString"}, "id": "148", "properties": {"Unique_ID": 100406431708.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9502366325494, -38.699124983058496, 177.9538025907015, -38.69700670869619], "geometry": {"coordinates": [[177.9538025907015, -38.699124983058496, 0.0], [177.9502366325494, -38.69700670869619, 0.0]], "type": "LineString"}, "id": "149", "properties": {"Unique_ID": 100406430706.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9503059426282, -38.69905332855959, 177.9538718988853, -38.69693505628813], "geometry": {"coordinates": [[177.9538718988853, -38.69905332855959, 0.0], [177.9503059426282, -38.69693505628813, 0.0]], "type": "LineString"}, "id": "150", "properties": {"Unique_ID": 100406429705.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9503752526339, -38.69898167404745, 177.9539412069146, -38.69686340378271], "geometry": {"coordinates": [[177.9539412069146, -38.69898167404745, 0.0], [177.9503752526339, -38.69686340378271, 0.0]], "type": "LineString"}, "id": "151", "properties": {"Unique_ID": 100406428705.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95044456250398, -38.69891001950266, 177.95401051480826, -38.69679175124463], "geometry": {"coordinates": [[177.95401051480826, -38.69891001950266, 0.0], [177.95044456250398, -38.69679175124463, 0.0]], "type": "LineString"}, "id": "152", "properties": {"Unique_ID": 100406427705.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95051387230092, -38.69883836494463, 177.95407982254747, -38.6967200986092], "geometry": {"coordinates": [[177.95407982254747, -38.69883836494463, 0.0], [177.95051387230092, -38.6967200986092, 0.0]], "type": "LineString"}, "id": "153", "properties": {"Unique_ID": 100406426705.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95058318189967, -38.698766710334525, 177.95414913016978, -38.6966484460058], "geometry": {"coordinates": [[177.95414913016978, -38.698766710334525, 0.0], [177.95058318189967, -38.6966484460058, 0.0]], "type": "LineString"}, "id": "154", "properties": {"Unique_ID": 100406425705.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95065249136275, -38.698695055691765, 177.9542184376564, -38.69657679336974], "geometry": {"coordinates": [[177.9542184376564, -38.698695055691765, 0.0], [177.95065249136275, -38.69657679336974, 0.0]], "type": "LineString"}, "id": "155", "properties": {"Unique_ID": 100406424705.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95072180069016, -38.698623401016356, 177.9542877450074, -38.69650514070101], "geometry": {"coordinates": [[177.9542877450074, -38.698623401016356, 0.0], [177.95072180069016, -38.69650514070101, 0.0]], "type": "LineString"}, "id": "156", "properties": {"Unique_ID": 100406423704.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95079110988192, -38.69855174630829, 177.95435705222272, -38.69643348799963], "geometry": {"coordinates": [[177.95435705222272, -38.69855174630829, 0.0], [177.95079110988192, -38.69643348799963, 0.0]], "type": "LineString"}, "id": "157", "properties": {"Unique_ID": 100406422704.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95086041893805, -38.698480091567575, 177.9544263593024, -38.69636183526557], "geometry": {"coordinates": [[177.9544263593024, -38.698480091567575, 0.0], [177.95086041893805, -38.69636183526557, 0.0]], "type": "LineString"}, "id": "158", "properties": {"Unique_ID": 100406421704.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95092972779594, -38.6984084367748, 177.95449566626516, -38.69629018256356], "geometry": {"coordinates": [[177.95449566626516, -38.6984084367748, 0.0], [177.95092972779594, -38.69629018256356, 0.0]], "type": "LineString"}, "id": "159", "properties": {"Unique_ID": 100406420703.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95099903659917, -38.69833678197452, 177.95456497306796, -38.69621852974509], "geometry": {"coordinates": [[177.95456497306796, -38.69833678197452, 0.0], [177.95099903659917, -38.69621852974509, 0.0]], "type": "LineString"}, "id": "160", "properties": {"Unique_ID": 100406419703.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95106834524833, -38.69826512713583, 177.95463427974062, -38.69614687691307], "geometry": {"coordinates": [[177.95463427974062, -38.69826512713583, 0.0], [177.95106834524833, -38.69614687691307, 0.0]], "type": "LineString"}, "id": "161", "properties": {"Unique_ID": 100406418703.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95113765382442, -38.698193472283926, 177.95470358625886, -38.696075223983705], "geometry": {"coordinates": [[177.95470358625886, -38.698193472283926, 0.0], [177.95113765382442, -38.696075223983705, 0.0]], "type": "LineString"}, "id": "162", "properties": {"Unique_ID": 100406417703.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9512069621838, -38.69812181737422, 177.95477289266574, -38.69600357110544], "geometry": {"coordinates": [[177.95477289266574, -38.69812181737422, 0.0], [177.9512069621838, -38.69600357110544, 0.0]], "type": "LineString"}, "id": "163", "properties": {"Unique_ID": 100406416702.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95127627042595, -38.698050162437596, 177.95484219893143, -38.69593191817545], "geometry": {"coordinates": [[177.95484219893143, -38.698050162437596, 0.0], [177.95127627042595, -38.69593191817545, 0.0]], "type": "LineString"}, "id": "164", "properties": {"Unique_ID": 100406415702.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9513455785325, -38.69797850746832, 177.9549115050615, -38.69586026521278], "geometry": {"coordinates": [[177.9549115050615, -38.69797850746832, 0.0], [177.9513455785325, -38.69586026521278, 0.0]], "type": "LineString"}, "id": "165", "properties": {"Unique_ID": 100406414702.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9514148865034, -38.697906852466396, 177.95498081105583, -38.695788612217456], "geometry": {"coordinates": [[177.95498081105583, -38.697906852466396, 0.0], [177.9514148865034, -38.695788612217456, 0.0]], "type": "LineString"}, "id": "166", "properties": {"Unique_ID": 100406413701.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95148419433863, -38.69783519743182, 177.95505011691455, -38.695716959189475], "geometry": {"coordinates": [[177.95505011691455, -38.69783519743182, 0.0], [177.95148419433863, -38.695716959189475, 0.0]], "type": "LineString"}, "id": "167", "properties": {"Unique_ID": 100406412701.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95155350197564, -38.697763542345186, 177.95511942265637, -38.69564530619354], "geometry": {"coordinates": [[177.95511942265637, -38.697763542345186, 0.0], [177.95155350197564, -38.69564530619354, 0.0]], "type": "LineString"}, "id": "168", "properties": {"Unique_ID": 100406411701.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95162280953957, -38.69769188724531, 177.95518872824377, -38.69557365310024], "geometry": {"coordinates": [[177.95518872824377, -38.69769188724531, 0.0], [177.95162280953957, -38.69557365310024, 0.0]], "type": "LineString"}, "id": "169", "properties": {"Unique_ID": 100406410701.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95169211696788, -38.69762023211279, 177.95525803369551, -38.6955019999743], "geometry": {"coordinates": [[177.95525803369551, -38.69762023211279, 0.0], [177.95169211696788, -38.6955019999743, 0.0]], "type": "LineString"}, "id": "170", "properties": {"Unique_ID": 100406409701.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95176142432308, -38.69754857696703, 177.95532733899282, -38.69543034675099], "geometry": {"coordinates": [[177.95532733899282, -38.69754857696703, 0.0], [177.95176142432308, -38.69543034675099, 0.0]], "type": "LineString"}, "id": "171", "properties": {"Unique_ID": 100406408701.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95183073148007, -38.6974769217692, 177.95539664417325, -38.69535869355973], "geometry": {"coordinates": [[177.95539664417325, -38.6974769217692, 0.0], [177.95183073148007, -38.69535869355973, 0.0]], "type": "LineString"}, "id": "172", "properties": {"Unique_ID": 100406407700.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95190003850144, -38.697405266538745, 177.95546594921802, -38.69528704033582], "geometry": {"coordinates": [[177.95546594921802, -38.697405266538745, 0.0], [177.95190003850144, -38.69528704033582, 0.0]], "type": "LineString"}, "id": "173", "properties": {"Unique_ID": 100406406699.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9519693453871, -38.697333611275624, 177.95553525412717, -38.69521538707924], "geometry": {"coordinates": [[177.95553525412717, -38.697333611275624, 0.0], [177.9519693453871, -38.69521538707924, 0.0]], "type": "LineString"}, "id": "174", "properties": {"Unique_ID": 100406405697.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9520386521372, -38.697261955979855, 177.95560455890063, -38.695143733790005], "geometry": {"coordinates": [[177.95560455890063, -38.697261955979855, 0.0], [177.9520386521372, -38.695143733790005, 0.0]], "type": "LineString"}, "id": "175", "properties": {"Unique_ID": 100406404694.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9521079587516, -38.69719030065146, 177.9556738635384, -38.69507208046812], "geometry": {"coordinates": [[177.9556738635384, -38.69719030065146, 0.0], [177.9521079587516, -38.69507208046812, 0.0]], "type": "LineString"}, "id": "176", "properties": {"Unique_ID": 100406403692.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9521772651678, -38.69711864527099, 177.95574316805937, -38.695000427178286], "geometry": {"coordinates": [[177.95574316805937, -38.69711864527099, 0.0], [177.9521772651678, -38.695000427178286, 0.0]], "type": "LineString"}, "id": "177", "properties": {"Unique_ID": 100406402690.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9522465715294, -38.69704698988303, 177.95581247242035, -38.694928773772], "geometry": {"coordinates": [[177.95581247242035, -38.69704698988303, 0.0], [177.9522465715294, -38.694928773772, 0.0]], "type": "LineString"}, "id": "178", "properties": {"Unique_ID": 100406401687.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95231587779944, -38.69697533447608, 177.95588177663242, -38.69485712028747], "geometry": {"coordinates": [[177.95588177663242, -38.69697533447608, 0.0], [177.95231587779944, -38.69485712028747, 0.0]], "type": "LineString"}, "id": "179", "properties": {"Unique_ID": 100406400685.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95238518387126, -38.69690367901708, 177.95595108072763, -38.69478546683496], "geometry": {"coordinates": [[177.95595108072763, -38.69690367901708, 0.0], [177.95238518387126, -38.69478546683496, 0.0]], "type": "LineString"}, "id": "180", "properties": {"Unique_ID": 100406399683.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.952454489789, -38.69683202351972, 177.95602038469272, -38.69471381336891], "geometry": {"coordinates": [[177.95602038469272, -38.69683202351972, 0.0], [177.952454489789, -38.69471381336891, 0.0]], "type": "LineString"}, "id": "181", "properties": {"Unique_ID": 100406398681.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95252379558954, -38.696760367995424, 177.95608968851664, -38.69464215985111], "geometry": {"coordinates": [[177.95608968851664, -38.696760367995424, 0.0], [177.95252379558954, -38.69464215985111, 0.0]], "type": "LineString"}, "id": "182", "properties": {"Unique_ID": 100406397679.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95259310125445, -38.696688712438494, 177.9561589922049, -38.69457050630063], "geometry": {"coordinates": [[177.9561589922049, -38.696688712438494, 0.0], [177.95259310125445, -38.69457050630063, 0.0]], "type": "LineString"}, "id": "183", "properties": {"Unique_ID": 100406396678.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95266240678376, -38.69661705684892, 177.9562282957575, -38.69449885271753], "geometry": {"coordinates": [[177.9562282957575, -38.69661705684892, 0.0], [177.95266240678376, -38.69449885271753, 0.0]], "type": "LineString"}, "id": "184", "properties": {"Unique_ID": 100406395677.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9527317121148, -38.696545401207295, 177.95629759919325, -38.694427199166455], "geometry": {"coordinates": [[177.95629759919325, -38.696545401207295, 0.0], [177.9527317121148, -38.694427199166455, 0.0]], "type": "LineString"}, "id": "185", "properties": {"Unique_ID": 100406394677.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95280101737282, -38.69647374555244, 177.9563669024746, -38.69435554551805], "geometry": {"coordinates": [[177.9563669024746, -38.69647374555244, 0.0], [177.95280101737282, -38.69435554551805, 0.0]], "type": "LineString"}, "id": "186", "properties": {"Unique_ID": 100406393677.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95293417884767, -38.69642140536991, 177.95641752049318, -38.69422047107417], "geometry": {"coordinates": [[177.95641752049318, -38.69642140536991, 0.0], [177.95293417884767, -38.69422047107417, 0.0]], "type": "LineString"}, "id": "187", "properties": {"Unique_ID": 100406392508.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95300619065068, -38.69635140822282, 177.95648953063974, -38.6941504759867], "geometry": {"coordinates": [[177.95648953063974, -38.69635140822282, 0.0], [177.95300619065068, -38.6941504759867, 0.0]], "type": "LineString"}, "id": "188", "properties": {"Unique_ID": 100406391508.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9530782024013, -38.69628141106503, 177.95656154062206, -38.69408048077988], "geometry": {"coordinates": [[177.95656154062206, -38.69628141106503, 0.0], [177.9530782024013, -38.69408048077988, 0.0]], "type": "LineString"}, "id": "189", "properties": {"Unique_ID": 100406390507.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95315021386017, -38.69621141382679, 177.95663355051195, -38.69401048568627], "geometry": {"coordinates": [[177.95663355051195, -38.69621141382679, 0.0], [177.95315021386017, -38.69401048568627, 0.0]], "type": "LineString"}, "id": "190", "properties": {"Unique_ID": 100406389507.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9532222252965, -38.69614141658655, 177.95670556022864, -38.69394049044425], "geometry": {"coordinates": [[177.95670556022864, -38.69614141658655, 0.0], [177.9532222252965, -38.69394049044425, 0.0]], "type": "LineString"}, "id": "191", "properties": {"Unique_ID": 100406388506.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95329423647857, -38.69607141927677, 177.95677756984168, -38.69387049527907], "geometry": {"coordinates": [[177.95677756984168, -38.69607141927677, 0.0], [177.95329423647857, -38.69387049527907, 0.0]], "type": "LineString"}, "id": "192", "properties": {"Unique_ID": 100406387506.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95336624767543, -38.69600142197593, 177.95684957927025, -38.69380049992917], "geometry": {"coordinates": [[177.95684957927025, -38.69600142197593, 0.0], [177.95336624767543, -38.69380049992917, 0.0]], "type": "LineString"}, "id": "193", "properties": {"Unique_ID": 100406386505.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95343825858063, -38.69593142459461, 177.95692158860638, -38.69373050469247], "geometry": {"coordinates": [[177.95692158860638, -38.69593142459461, 0.0], [177.95343825858063, -38.69373050469247, 0.0]], "type": "LineString"}, "id": "194", "properties": {"Unique_ID": 100406385505.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.953510269396, -38.695861427191716, 177.95699359778953, -38.69366050937275], "geometry": {"coordinates": [[177.95699359778953, -38.695861427191716, 0.0], [177.953510269396, -38.69366050937275, 0.0]], "type": "LineString"}, "id": "195", "properties": {"Unique_ID": 100406384504.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9535822800916, -38.69579142975849, 177.95706560682862, -38.693590513999105], "geometry": {"coordinates": [[177.95706560682862, -38.69579142975849, 0.0], [177.9535822800916, -38.693590513999105, 0.0]], "type": "LineString"}, "id": "196", "properties": {"Unique_ID": 100406383504.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9536542906488, -38.69572143228952, 177.9571376157293, -38.693520518589686], "geometry": {"coordinates": [[177.9571376157293, -38.69572143228952, 0.0], [177.9536542906488, -38.693520518589686, 0.0]], "type": "LineString"}, "id": "197", "properties": {"Unique_ID": 100406382504.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9537263011536, -38.69565143480983, 177.95720962446572, -38.69345052306091], "geometry": {"coordinates": [[177.95720962446572, -38.69565143480983, 0.0], [177.9537263011536, -38.69345052306091, 0.0]], "type": "LineString"}, "id": "198", "properties": {"Unique_ID": 100406381504.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95379831136668, -38.695581437249714, 177.9572816331097, -38.69338052764536], "geometry": {"coordinates": [[177.9572816331097, -38.695581437249714, 0.0], [177.95379831136668, -38.69338052764536, 0.0]], "type": "LineString"}, "id": "199", "properties": {"Unique_ID": 100406380504.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95387032155725, -38.6955114396876, 177.95735364158048, -38.69331053208139], "geometry": {"coordinates": [[177.95735364158048, -38.6955114396876, 0.0], [177.95387032155725, -38.69331053208139, 0.0]], "type": "LineString"}, "id": "200", "properties": {"Unique_ID": 100406379504.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95394233149347, -38.69544144205596, 177.95742564994762, -38.693240536594296], "geometry": {"coordinates": [[177.95742564994762, -38.69544144205596, 0.0], [177.95394233149347, -38.693240536594296, 0.0]], "type": "LineString"}, "id": "201", "properties": {"Unique_ID": 100406378504.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95401434144458, -38.69537144443324, 177.95749765813034, -38.693170540922445], "geometry": {"coordinates": [[177.95749765813034, -38.69537144443324, 0.0], [177.95401434144458, -38.693170540922445, 0.0]], "type": "LineString"}, "id": "202", "properties": {"Unique_ID": 100406377504.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95408635110397, -38.69530144673005, 177.95756966622062, -38.6931005453638], "geometry": {"coordinates": [[177.95756966622062, -38.69530144673005, 0.0], [177.95408635110397, -38.6931005453638, 0.0]], "type": "LineString"}, "id": "203", "properties": {"Unique_ID": 100406376504.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95415836074082, -38.69523144902491, 177.95764167413768, -38.69303054965677], "geometry": {"coordinates": [[177.95764167413768, -38.69523144902491, 0.0], [177.95415836074082, -38.69303054965677, 0.0]], "type": "LineString"}, "id": "204", "properties": {"Unique_ID": 100406375504.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9542303701234, -38.69516145125021, 177.95771368195108, -38.69296055402658], "geometry": {"coordinates": [[177.95771368195108, -38.69516145125021, 0.0], [177.9542303701234, -38.69296055402658, 0.0]], "type": "LineString"}, "id": "205", "properties": {"Unique_ID": 100406374503.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95430237945354, -38.695091453464826, 177.95778568960029, -38.692890558277064], "geometry": {"coordinates": [[177.95778568960029, -38.695091453464826, 0.0], [177.95430237945354, -38.692890558277064, 0.0]], "type": "LineString"}, "id": "206", "properties": {"Unique_ID": 100406373503.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95437438869385, -38.695021455657844, 177.95785769709647, -38.69282056244454], "geometry": {"coordinates": [[177.95785769709647, -38.695021455657844, 0.0], [177.95437438869385, -38.69282056244454, 0.0]], "type": "LineString"}, "id": "207", "properties": {"Unique_ID": 100406372502.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95444639764247, -38.694951457770415, 177.95792970450023, -38.692750566725245], "geometry": {"coordinates": [[177.95792970450023, -38.694951457770415, 0.0], [177.95444639764247, -38.692750566725245, 0.0]], "type": "LineString"}, "id": "208", "properties": {"Unique_ID": 100406371502.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95451840660596, -38.6948814598919, 177.95800171171956, -38.69268057082118], "geometry": {"coordinates": [[177.95800171171956, -38.6948814598919, 0.0], [177.95451840660596, -38.69268057082118, 0.0]], "type": "LineString"}, "id": "209", "properties": {"Unique_ID": 100406370502.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95459041529645, -38.69481146193841, 177.95807371884084, -38.69261057501216], "geometry": {"coordinates": [[177.95807371884084, -38.69481146193841, 0.0], [177.95459041529645, -38.69261057501216, 0.0]], "type": "LineString"}, "id": "210", "properties": {"Unique_ID": 100406369501.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95466242400178, -38.69474146399385, 177.9581457257777, -38.69254057901841], "geometry": {"coordinates": [[177.9581457257777, -38.69474146399385, 0.0], [177.95466242400178, -38.69254057901841, 0.0]], "type": "LineString"}, "id": "211", "properties": {"Unique_ID": 100406368500.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95473443241545, -38.694671465968824, 177.95821773262213, -38.692470583137855], "geometry": {"coordinates": [[177.95821773262213, -38.694671465968824, 0.0], [177.95473443241545, -38.692470583137855, 0.0]], "type": "LineString"}, "id": "212", "properties": {"Unique_ID": 100406367498.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9548064408066, -38.69460146794184, 177.9582897392934, -38.69240058710892], "geometry": {"coordinates": [[177.9582897392934, -38.69460146794184, 0.0], [177.9548064408066, -38.69240058710892, 0.0]], "type": "LineString"}, "id": "213", "properties": {"Unique_ID": 100406366496.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95501357640043, -38.6945696578046, 177.95832475917038, -38.69221124360008], "geometry": {"coordinates": [[177.95832475917038, -38.6945696578046, 0.0], [177.95501357640043, -38.69221124360008, 0.0]], "type": "LineString"}, "id": "214", "properties": {"Unique_ID": 100406365157.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95509073819227, -38.69450311821482, 177.95840192005394, -38.69214470623894], "geometry": {"coordinates": [[177.95840192005394, -38.69450311821482, 0.0], [177.95509073819227, -38.69214470623894, 0.0]], "type": "LineString"}, "id": "215", "properties": {"Unique_ID": 100406364146.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95516789989944, -38.69443657859786, 177.95847908077772, -38.692078168785834], "geometry": {"coordinates": [[177.95847908077772, -38.69443657859786, 0.0], [177.95516789989944, -38.692078168785834, 0.0]], "type": "LineString"}, "id": "216", "properties": {"Unique_ID": 100406363135.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95524506155982, -38.694370038963484, 177.9585562413303, -38.69201163120812], "geometry": {"coordinates": [[177.9585562413303, -38.694370038963484, 0.0], [177.95524506155982, -38.69201163120812, 0.0]], "type": "LineString"}, "id": "217", "properties": {"Unique_ID": 100406362124.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.955322223001, -38.69430349926714, 177.95863340176345, -38.69194509365439], "geometry": {"coordinates": [[177.95863340176345, -38.69430349926714, 0.0], [177.955322223001, -38.69194509365439, 0.0]], "type": "LineString"}, "id": "218", "properties": {"Unique_ID": 100406361114.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9553993843187, -38.69423695953356, 177.95871056204845, -38.6918785560422], "geometry": {"coordinates": [[177.95871056204845, -38.69423695953356, 0.0], [177.9553993843187, -38.6918785560422, 0.0]], "type": "LineString"}, "id": "219", "properties": {"Unique_ID": 100406360103.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95547654539828, -38.69417041973309, 177.95878772221968, -38.69181201847034], "geometry": {"coordinates": [[177.95878772221968, -38.69417041973309, 0.0], [177.95547654539828, -38.69181201847034, 0.0]], "type": "LineString"}, "id": "220", "properties": {"Unique_ID": 100406359092.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95555370639318, -38.69410387990544, 177.95886488223113, -38.69174548080651], "geometry": {"coordinates": [[177.95886488223113, -38.69410387990544, 0.0], [177.95555370639318, -38.69174548080651, 0.0]], "type": "LineString"}, "id": "221", "properties": {"Unique_ID": 100406358081.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95563086734128, -38.694037340060376, 177.95894204207139, -38.69167894301807], "geometry": {"coordinates": [[177.95894204207139, -38.694037340060376, 0.0], [177.95563086734128, -38.69167894301807, 0.0]], "type": "LineString"}, "id": "222", "properties": {"Unique_ID": 100406357070.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95570802808916, -38.69397080015826, 177.9590192017865, -38.69161240523731], "geometry": {"coordinates": [[177.9590192017865, -38.69397080015826, 0.0], [177.95570802808916, -38.69161240523731, 0.0]], "type": "LineString"}, "id": "223", "properties": {"Unique_ID": 100406356061.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95578518867563, -38.693904260209095, 177.95909636136486, -38.69154586743073], "geometry": {"coordinates": [[177.95909636136486, -38.693904260209095, 0.0], [177.95578518867563, -38.69154586743073, 0.0]], "type": "LineString"}, "id": "224", "properties": {"Unique_ID": 100406355053.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95586234902404, -38.69383772019305, 177.95917352082947, -38.69147932966449], "geometry": {"coordinates": [[177.95917352082947, -38.69383772019305, 0.0], [177.95586234902404, -38.69147932966449, 0.0]], "type": "LineString"}, "id": "225", "properties": {"Unique_ID": 100406354047.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95593950932562, -38.69377118015961, 177.95925068012286, -38.69141279177362], "geometry": {"coordinates": [[177.95925068012286, -38.69377118015961, 0.0], [177.95593950932562, -38.69141279177362, 0.0]], "type": "LineString"}, "id": "226", "properties": {"Unique_ID": 100406353043.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95601666956148, -38.69370464010388, 177.95932783925082, -38.69134625377447], "geometry": {"coordinates": [[177.95932783925082, -38.69370464010388, 0.0], [177.95601666956148, -38.69134625377447, 0.0]], "type": "LineString"}, "id": "227", "properties": {"Unique_ID": 100406352041.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9560938295971, -38.69363809999107, 177.95940499825363, -38.69127971578301], "geometry": {"coordinates": [[177.95940499825363, -38.69363809999107, 0.0], [177.9560938295971, -38.69127971578301, 0.0]], "type": "LineString"}, "id": "228", "properties": {"Unique_ID": 100406351041.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95617098947133, -38.69357155983124, 177.95948215711968, -38.691213177765725], "geometry": {"coordinates": [[177.95948215711968, -38.69357155983124, 0.0], [177.95617098947133, -38.691213177765725, 0.0]], "type": "LineString"}, "id": "229", "properties": {"Unique_ID": 100406350041.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9562481491075, -38.69350501960453, 177.95955931587193, -38.691146639788776], "geometry": {"coordinates": [[177.95955931587193, -38.69350501960453, 0.0], [177.9562481491075, -38.691146639788776, 0.0]], "type": "LineString"}, "id": "230", "properties": {"Unique_ID": 100406349041.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95632530877356, -38.693438479380255, 177.95963647443006, -38.69108010162106], "geometry": {"coordinates": [[177.95963647443006, -38.693438479380255, 0.0], [177.95632530877356, -38.69108010162106, 0.0]], "type": "LineString"}, "id": "231", "properties": {"Unique_ID": 100406348040.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9564024682394, -38.69337193909893, 177.95971363286301, -38.69101356346105], "geometry": {"coordinates": [[177.95971363286301, -38.69337193909893, 0.0], [177.9564024682394, -38.69101356346105, 0.0]], "type": "LineString"}, "id": "232", "properties": {"Unique_ID": 100406347039.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95647962754384, -38.693305398770555, 177.9597907911592, -38.6909470252752], "geometry": {"coordinates": [[177.9597907911592, -38.693305398770555, 0.0], [177.95647962754384, -38.6909470252752, 0.0]], "type": "LineString"}, "id": "233", "properties": {"Unique_ID": 100406346037.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95655678668692, -38.693238858395155, 177.9598679493186, -38.69088048706355], "geometry": {"coordinates": [[177.9598679493186, -38.693238858395155, 0.0], [177.95655678668692, -38.69088048706355, 0.0]], "type": "LineString"}, "id": "234", "properties": {"Unique_ID": 100406345035.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95663394562976, -38.69317231796267, 177.95994510735292, -38.69081394885958], "geometry": {"coordinates": [[177.95994510735292, -38.69317231796267, 0.0], [177.95663394562976, -38.69081394885958, 0.0]], "type": "LineString"}, "id": "235", "properties": {"Unique_ID": 100406344034.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9567111045836, -38.69310577752774, 177.96002226519872, -38.69074741048119], "geometry": {"coordinates": [[177.96002226519872, -38.69310577752774, 0.0], [177.9567111045836, -38.69074741048119, 0.0]], "type": "LineString"}, "id": "236", "properties": {"Unique_ID": 100406343032.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95678826333722, -38.693039237035755, 177.96009942291937, -38.69068087211047], "geometry": {"coordinates": [[177.96009942291937, -38.693039237035755, 0.0], [177.95678826333722, -38.69068087211047, 0.0]], "type": "LineString"}, "id": "237", "properties": {"Unique_ID": 100406342031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95686542192945, -38.69297269649674, 177.9601765805033, -38.69061433371394], "geometry": {"coordinates": [[177.9601765805033, -38.69297269649674, 0.0], [177.95686542192945, -38.69061433371394, 0.0]], "type": "LineString"}, "id": "238", "properties": {"Unique_ID": 100406341031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9569425803603, -38.69290615591067, 177.9602537379504, -38.69054779529161], "geometry": {"coordinates": [[177.9602537379504, -38.69290615591067, 0.0], [177.9569425803603, -38.69054779529161, 0.0]], "type": "LineString"}, "id": "239", "properties": {"Unique_ID": 100406340030.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95701973859096, -38.692839615267545, 177.96033089527242, -38.69048125687696], "geometry": {"coordinates": [[177.96033089527242, -38.692839615267545, 0.0], [177.95701973859096, -38.69048125687696, 0.0]], "type": "LineString"}, "id": "240", "properties": {"Unique_ID": 100406339030.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9570968968515, -38.69277307462688, 177.96040805240025, -38.69041471827156], "geometry": {"coordinates": [[177.96040805240025, -38.69277307462688, 0.0], [177.9570968968515, -38.69041471827156, 0.0]], "type": "LineString"}, "id": "241", "properties": {"Unique_ID": 100406338030.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95717405487395, -38.69270653391934, 177.96048520941432, -38.690348179706476], "geometry": {"coordinates": [[177.96048520941432, -38.69270653391934, 0.0], [177.95717405487395, -38.690348179706476, 0.0]], "type": "LineString"}, "id": "242", "properties": {"Unique_ID": 100406337029.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95725121273506, -38.69263999316476, 177.96056236629164, -38.6902816411156], "geometry": {"coordinates": [[177.96056236629164, -38.69263999316476, 0.0], [177.95725121273506, -38.6902816411156, 0.0]], "type": "LineString"}, "id": "243", "properties": {"Unique_ID": 100406336029.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9573283703959, -38.692573452353116, 177.9606395230438, -38.69021510253241], "geometry": {"coordinates": [[177.9606395230438, -38.692573452353116, 0.0], [177.9573283703959, -38.69021510253241, 0.0]], "type": "LineString"}, "id": "244", "properties": {"Unique_ID": 100406335029.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95744105667742, -38.692516216667514, 177.96070671668238, -38.69011922387557], "geometry": {"coordinates": [[177.96070671668238, -38.692516216667514, 0.0], [177.95744105667742, -38.69011922387557, 0.0]], "type": "LineString"}, "id": "245", "properties": {"Unique_ID": 100406333927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95751947828896, -38.69245058993089, 177.96078513755532, -38.690053599383845], "geometry": {"coordinates": [[177.96078513755532, -38.69245058993089, 0.0], [177.95751947828896, -38.690053599383845, 0.0]], "type": "LineString"}, "id": "246", "properties": {"Unique_ID": 100406332927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95759789989663, -38.69238496318545, 177.96086355824335, -38.68998797473178], "geometry": {"coordinates": [[177.96086355824335, -38.69238496318545, 0.0], [177.95759789989663, -38.68998797473178, 0.0]], "type": "LineString"}, "id": "247", "properties": {"Unique_ID": 100406331927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95767632130097, -38.69231933638112, 177.96094197880626, -38.68992235008628], "geometry": {"coordinates": [[177.96094197880626, -38.69231933638112, 0.0], [177.95767632130097, -38.68992235008628, 0.0]], "type": "LineString"}, "id": "248", "properties": {"Unique_ID": 100406330927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9577547425622, -38.69225370953303, 177.96102039922604, -38.689856725396986], "geometry": {"coordinates": [[177.96102039922604, -38.69225370953303, 0.0], [177.9577547425622, -38.689856725396986, 0.0]], "type": "LineString"}, "id": "249", "properties": {"Unique_ID": 100406329927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95783316360115, -38.69218808262128, 177.96109881952634, -38.689791100730105], "geometry": {"coordinates": [[177.96109881952634, -38.69218808262128, 0.0], [177.95783316360115, -38.689791100730105, 0.0]], "type": "LineString"}, "id": "250", "properties": {"Unique_ID": 100406328927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95791158465516, -38.69212245570549, 177.96117723963604, -38.68972547588705], "geometry": {"coordinates": [[177.96117723963604, -38.69212245570549, 0.0], [177.95791158465516, -38.68972547588705, 0.0]], "type": "LineString"}, "id": "251", "properties": {"Unique_ID": 100406327927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95799000548695, -38.692056828726045, 177.9612556596263, -38.689659851066416], "geometry": {"coordinates": [[177.9612556596263, -38.692056828726045, 0.0], [177.95799000548695, -38.689659851066416, 0.0]], "type": "LineString"}, "id": "252", "properties": {"Unique_ID": 100406326927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95806842609647, -38.69199120168295, 177.96133407949714, -38.68959422626818], "geometry": {"coordinates": [[177.96133407949714, -38.69199120168295, 0.0], [177.95806842609647, -38.68959422626818, 0.0]], "type": "LineString"}, "id": "253", "properties": {"Unique_ID": 100406325927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95814684672106, -38.69192557463582, 177.96141249917736, -38.68952860129376], "geometry": {"coordinates": [[177.96141249917736, -38.69192557463582, 0.0], [177.95814684672106, -38.68952860129376, 0.0]], "type": "LineString"}, "id": "254", "properties": {"Unique_ID": 100406324927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9582252671234, -38.69185994752504, 177.96149091873812, -38.68946297634176], "geometry": {"coordinates": [[177.96149091873812, -38.69185994752504, 0.0], [177.9582252671234, -38.68946297634176, 0.0]], "type": "LineString"}, "id": "255", "properties": {"Unique_ID": 100406323927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95830368738257, -38.6917943203705, 177.96156933815575, -38.689397351345974], "geometry": {"coordinates": [[177.96156933815575, -38.6917943203705, 0.0], [177.95830368738257, -38.689397351345974, 0.0]], "type": "LineString"}, "id": "256", "properties": {"Unique_ID": 100406322927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9583821074195, -38.69172869315232, 177.96164775745396, -38.68933172637262], "geometry": {"coordinates": [[177.96164775745396, -38.69172869315232, 0.0], [177.9583821074195, -38.68933172637262, 0.0]], "type": "LineString"}, "id": "257", "properties": {"Unique_ID": 100406321927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95846052747152, -38.69166306593005, 177.9617261765615, -38.68926610122307], "geometry": {"coordinates": [[177.9617261765615, -38.69166306593005, 0.0], [177.95846052747152, -38.68926610122307, 0.0]], "type": "LineString"}, "id": "258", "properties": {"Unique_ID": 100406320927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9585389473013, -38.691597438644166, 177.96180459554967, -38.68920047609594], "geometry": {"coordinates": [[177.96180459554967, -38.691597438644166, 0.0], [177.9585389473013, -38.68920047609594, 0.0]], "type": "LineString"}, "id": "259", "properties": {"Unique_ID": 100406319927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9586173669879, -38.69153181131452, 177.96188301439466, -38.68913485092503], "geometry": {"coordinates": [[177.96188301439466, -38.69153181131452, 0.0], [177.9586173669879, -38.68913485092503, 0.0]], "type": "LineString"}, "id": "260", "properties": {"Unique_ID": 100406318927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95869578645224, -38.69146618392122, 177.96196143312022, -38.68906922577653], "geometry": {"coordinates": [[177.96196143312022, -38.69146618392122, 0.0], [177.95869578645224, -38.68906922577653, 0.0]], "type": "LineString"}, "id": "261", "properties": {"Unique_ID": 100406317927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9587742059317, -38.69140055652387, 177.96203985165516, -38.68900360045186], "geometry": {"coordinates": [[177.96203985165516, -38.69140055652387, 0.0], [177.9587742059317, -38.68900360045186, 0.0]], "type": "LineString"}, "id": "262", "properties": {"Unique_ID": 100406316927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95885262518888, -38.69133492906288, 177.96211827007068, -38.6889379751496], "geometry": {"coordinates": [[177.96211827007068, -38.69133492906288, 0.0], [177.95885262518888, -38.6889379751496, 0.0]], "type": "LineString"}, "id": "263", "properties": {"Unique_ID": 100406315926.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9589310443219, -38.69126930156288, 177.96219668833734, -38.6888723497877], "geometry": {"coordinates": [[177.96219668833734, -38.69126930156288, 0.0], [177.9589310443219, -38.6888723497877, 0.0]], "type": "LineString"}, "id": "264", "properties": {"Unique_ID": 100406314926.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9590094632137, -38.69120367399449, 177.9622751064903, -38.68880672446408], "geometry": {"coordinates": [[177.9622751064903, -38.69120367399449, 0.0], [177.9590094632137, -38.68880672446408, 0.0]], "type": "LineString"}, "id": "265", "properties": {"Unique_ID": 100406313926.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95908788212057, -38.69113804642204, 177.96235352445262, -38.688741098964286], "geometry": {"coordinates": [[177.96235352445262, -38.69113804642204, 0.0], [177.95908788212057, -38.688741098964286, 0.0]], "type": "LineString"}, "id": "266", "properties": {"Unique_ID": 100406312926.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95916630080518, -38.691072418785964, 177.96243194229552, -38.6886754734869], "geometry": {"coordinates": [[177.96243194229552, -38.691072418785964, 0.0], [177.95916630080518, -38.6886754734869, 0.0]], "type": "LineString"}, "id": "267", "properties": {"Unique_ID": 100406311926.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95924471926756, -38.69100679108625, 177.962510360019, -38.68860984803196], "geometry": {"coordinates": [[177.962510360019, -38.69100679108625, 0.0], [177.95924471926756, -38.68860984803196, 0.0]], "type": "LineString"}, "id": "268", "properties": {"Unique_ID": 100406310926.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95932313774503, -38.69094116338247, 177.96258877755187, -38.688544222400814], "geometry": {"coordinates": [[177.96258877755187, -38.69094116338247, 0.0], [177.95932313774503, -38.688544222400814, 0.0]], "type": "LineString"}, "id": "269", "properties": {"Unique_ID": 100406309926.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95940155600027, -38.69087553561507, 177.96266719496532, -38.688478596792095], "geometry": {"coordinates": [[177.96266719496532, -38.69087553561507, 0.0], [177.95940155600027, -38.688478596792095, 0.0]], "type": "LineString"}, "id": "270", "properties": {"Unique_ID": 100406308926.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95947997411233, -38.69080990780391, 177.9627456122356, -38.68841297113962], "geometry": {"coordinates": [[177.9627456122356, -38.69080990780391, 0.0], [177.95947997411233, -38.68841297113962, 0.0]], "type": "LineString"}, "id": "271", "properties": {"Unique_ID": 100406307926.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9595500304692, -38.69074213593677, 177.96282643685473, -38.688354245794685], "geometry": {"coordinates": [[177.96282643685473, -38.69074213593677, 0.0], [177.9595500304692, -38.688354245794685, 0.0]], "type": "LineString"}, "id": "272", "properties": {"Unique_ID": 100406306950.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95962815252437, -38.690676291652345, 177.96290455790202, -38.68828840355844], "geometry": {"coordinates": [[177.96290455790202, -38.690676291652345, 0.0], [177.95962815252437, -38.68828840355844, 0.0]], "type": "LineString"}, "id": "273", "properties": {"Unique_ID": 100406305950.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95970627432015, -38.69061044729512, 177.9629826788412, -38.688222561376946], "geometry": {"coordinates": [[177.9629826788412, -38.69061044729512, 0.0], [177.95970627432015, -38.688222561376946, 0.0]], "type": "LineString"}, "id": "274", "properties": {"Unique_ID": 100406304949.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95978439591337, -38.690544602879434, 177.96306079965532, -38.6881567192023], "geometry": {"coordinates": [[177.96306079965532, -38.690544602879434, 0.0], [177.95978439591337, -38.6881567192023, 0.0]], "type": "LineString"}, "id": "275", "properties": {"Unique_ID": 100406303949.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95986251746106, -38.690478758445, 177.96313892029718, -38.688090876902095], "geometry": {"coordinates": [[177.96313892029718, -38.690478758445, 0.0], [177.95986251746106, -38.688090876902095, 0.0]], "type": "LineString"}, "id": "276", "properties": {"Unique_ID": 100406302948.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95994063882793, -38.69041291395764, 177.9632170408074, -38.68802503459043], "geometry": {"coordinates": [[177.9632170408074, -38.69041291395764, 0.0], [177.95994063882793, -38.68802503459043, 0.0]], "type": "LineString"}, "id": "277", "properties": {"Unique_ID": 100406301947.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96001876014927, -38.69034706945153, 177.9632951611454, -38.687959192153215], "geometry": {"coordinates": [[177.9632951611454, -38.69034706945153, 0.0], [177.96001876014927, -38.687959192153215, 0.0]], "type": "LineString"}, "id": "278", "properties": {"Unique_ID": 100406300946.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96009688124914, -38.69028122488219, 177.96337328136394, -38.68789334973883], "geometry": {"coordinates": [[177.96337328136394, -38.69028122488219, 0.0], [177.96009688124914, -38.68789334973883, 0.0]], "type": "LineString"}, "id": "279", "properties": {"Unique_ID": 100406299945.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9601750021464, -38.69021538025439, 177.9634514014574, -38.68782750733129], "geometry": {"coordinates": [[177.9634514014574, -38.69021538025439, 0.0], [177.9601750021464, -38.68782750733129, 0.0]], "type": "LineString"}, "id": "280", "properties": {"Unique_ID": 100406298944.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9602531229413, -38.690149535593505, 177.96352952139566, -38.687761664846086], "geometry": {"coordinates": [[177.96352952139566, -38.690149535593505, 0.0], [177.9602531229413, -38.687761664846086, 0.0]], "type": "LineString"}, "id": "281", "properties": {"Unique_ID": 100406297943.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96033124369077, -38.69008369091389, 177.9636076411617, -38.687695822235334], "geometry": {"coordinates": [[177.9636076411617, -38.69008369091389, 0.0], [177.96033124369077, -38.687695822235334, 0.0]], "type": "LineString"}, "id": "282", "properties": {"Unique_ID": 100406296941.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96040936423765, -38.69001784617581, 177.9636857608026, -38.68762997963145], "geometry": {"coordinates": [[177.9636857608026, -38.69001784617581, 0.0], [177.96040936423765, -38.68762997963145, 0.0]], "type": "LineString"}, "id": "283", "properties": {"Unique_ID": 100406295940.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96048748452512, -38.689952001364944, 177.96376388033548, -38.687564137082305], "geometry": {"coordinates": [[177.96376388033548, -38.689952001364944, 0.0], [177.96048748452512, -38.687564137082305, 0.0]], "type": "LineString"}, "id": "284", "properties": {"Unique_ID": 100406294939.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9605656047671, -38.68988615653533, 177.96384199969606, -38.68749829440761], "geometry": {"coordinates": [[177.96384199969606, -38.68988615653533, 0.0], [177.9605656047671, -38.68749829440761, 0.0]], "type": "LineString"}, "id": "285", "properties": {"Unique_ID": 100406293938.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96064372494467, -38.68982031168221, 177.96392011889014, -38.68743245162333], "geometry": {"coordinates": [[177.96392011889014, -38.68982031168221, 0.0], [177.96064372494467, -38.68743245162333, 0.0]], "type": "LineString"}, "id": "286", "properties": {"Unique_ID": 100406292936.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96072184491965, -38.68975446677064, 177.96399823795912, -38.687366608845906], "geometry": {"coordinates": [[177.96399823795912, -38.68975446677064, 0.0], [177.96072184491965, -38.687366608845906, 0.0]], "type": "LineString"}, "id": "287", "properties": {"Unique_ID": 100406291935.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96079996471377, -38.68968862180611, 177.96407635689647, -38.68730076605704], "geometry": {"coordinates": [[177.96407635689647, -38.68968862180611, 0.0], [177.96079996471377, -38.68730076605704, 0.0]], "type": "LineString"}, "id": "288", "properties": {"Unique_ID": 100406290934.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9608780843053, -38.68962277678313, 177.96415447570868, -38.687234923275014], "geometry": {"coordinates": [[177.96415447570868, -38.68962277678313, 0.0], [177.9608780843053, -38.687234923275014, 0.0]], "type": "LineString"}, "id": "289", "properties": {"Unique_ID": 100406289932.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9609562038514, -38.68955693174144, 177.9642325943487, -38.68716908036744], "geometry": {"coordinates": [[177.9642325943487, -38.68955693174144, 0.0], [177.9609562038514, -38.68716908036744, 0.0]], "type": "LineString"}, "id": "290", "properties": {"Unique_ID": 100406288931.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96103432329514, -38.68949108666665, 177.9643107128335, -38.68710323738224], "geometry": {"coordinates": [[177.9643107128335, -38.68949108666665, 0.0], [177.96103432329514, -38.68710323738224, 0.0]], "type": "LineString"}, "id": "291", "properties": {"Unique_ID": 100406287930.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96111244253632, -38.68942524153342, 177.96438883119322, -38.68703739440386], "geometry": {"coordinates": [[177.96438883119322, -38.68942524153342, 0.0], [177.96111244253632, -38.68703739440386, 0.0]], "type": "LineString"}, "id": "292", "properties": {"Unique_ID": 100406286928.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.961190561556, -38.689359396336954, 177.9644669494335, -38.68697155144832], "geometry": {"coordinates": [[177.9644669494335, -38.689359396336954, 0.0], [177.961190561556, -38.68697155144832, 0.0]], "type": "LineString"}, "id": "293", "properties": {"Unique_ID": 100406285926.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96126868053017, -38.68929355112175, 177.96454506750158, -38.686905708367235], "geometry": {"coordinates": [[177.96454506750158, -38.68929355112175, 0.0], [177.96126868053017, -38.686905708367235, 0.0]], "type": "LineString"}, "id": "294", "properties": {"Unique_ID": 100406284925.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96134679940204, -38.689227705873485, 177.96462318541447, -38.68683986520851], "geometry": {"coordinates": [[177.96462318541447, -38.689227705873485, 0.0], [177.96134679940204, -38.68683986520851, 0.0]], "type": "LineString"}, "id": "295", "properties": {"Unique_ID": 100406283923.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96142491807137, -38.68916186056675, 177.96470130320225, -38.686774022056625], "geometry": {"coordinates": [[177.96470130320225, -38.68916186056675, 0.0], [177.96142491807137, -38.686774022056625, 0.0]], "type": "LineString"}, "id": "296", "properties": {"Unique_ID": 100406282921.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9615030365381, -38.68909601520157, 177.96477942086494, -38.68670817891161], "geometry": {"coordinates": [[177.96477942086494, -38.68909601520157, 0.0], [177.9615030365381, -38.68670817891161, 0.0]], "type": "LineString"}, "id": "297", "properties": {"Unique_ID": 100406281919.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96158115490255, -38.68903016980332, 177.9648575383724, -38.68664233568894], "geometry": {"coordinates": [[177.9648575383724, -38.68903016980332, 0.0], [177.96158115490255, -38.68664233568894, 0.0]], "type": "LineString"}, "id": "298", "properties": {"Unique_ID": 100406280917.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96165927322147, -38.688964324386355, 177.9649356557077, -38.68657649234072], "geometry": {"coordinates": [[177.9649356557077, -38.688964324386355, 0.0], [177.96165927322147, -38.68657649234072, 0.0]], "type": "LineString"}, "id": "299", "properties": {"Unique_ID": 100406279915.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9617373913189, -38.688898478906125, 177.96501377292353, -38.68651064901533], "geometry": {"coordinates": [[177.96501377292353, -38.688898478906125, 0.0], [177.9617373913189, -38.68651064901533, 0.0]], "type": "LineString"}, "id": "300", "properties": {"Unique_ID": 100406278913.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96181550929234, -38.68883263338734, 177.96509188999073, -38.6864448056306], "geometry": {"coordinates": [[177.96509188999073, -38.68883263338734, 0.0], [177.96181550929234, -38.6864448056306, 0.0]], "type": "LineString"}, "id": "301", "properties": {"Unique_ID": 100406277912.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96189362700636, -38.68876678779574, 177.96517000694988, -38.68637896230064], "geometry": {"coordinates": [[177.96517000694988, -38.68876678779574, 0.0], [177.96189362700636, -38.68637896230064, 0.0]], "type": "LineString"}, "id": "302", "properties": {"Unique_ID": 100406276911.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9622416015655, -38.68876340068313, 177.96516987871038, -38.68611227123184], "geometry": {"coordinates": [[177.96516987871038, -38.68876340068313, 0.0], [177.9622416015655, -38.68611227123184, 0.0]], "type": "LineString"}, "id": "303", "properties": {"Unique_ID": 100406275330.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96232833240788, -38.688704550612215, 177.96525660988874, -38.6860534233792], "geometry": {"coordinates": [[177.96525660988874, -38.688704550612215, 0.0], [177.96232833240788, -38.6860534233792, 0.0]], "type": "LineString"}, "id": "304", "properties": {"Unique_ID": 100406274328.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9624150631058, -38.68864570048575, 177.96534334092257, -38.68599457547102], "geometry": {"coordinates": [[177.96534334092257, -38.68864570048575, 0.0], [177.9624150631058, -38.68599457547102, 0.0]], "type": "LineString"}, "id": "305", "properties": {"Unique_ID": 100406273326.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96250179356346, -38.68858685028424, 177.96543007184067, -38.685935727572264], "geometry": {"coordinates": [[177.96543007184067, -38.68858685028424, 0.0], [177.96250179356346, -38.685935727572264, 0.0]], "type": "LineString"}, "id": "306", "properties": {"Unique_ID": 100406272324.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96258852406822, -38.688528000066185, 177.96551680255675, -38.68587687948801], "geometry": {"coordinates": [[177.96551680255675, -38.688528000066185, 0.0], [177.96258852406822, -38.68587687948801, 0.0]], "type": "LineString"}, "id": "307", "properties": {"Unique_ID": 100406271322.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96267525433268, -38.68846914977308, 177.9656035331571, -38.68581803141316], "geometry": {"coordinates": [[177.9656035331571, -38.68846914977308, 0.0], [177.96267525433268, -38.68581803141316, 0.0]], "type": "LineString"}, "id": "308", "properties": {"Unique_ID": 100406270321.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9627619844527, -38.68841029942442, 177.9656902636129, -38.685759183282784], "geometry": {"coordinates": [[177.9656902636129, -38.68841029942442, 0.0], [177.9627619844527, -38.685759183282784, 0.0]], "type": "LineString"}, "id": "309", "properties": {"Unique_ID": 100406269319.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96284871433244, -38.68835144900072, 177.96577699395303, -38.68570033516182], "geometry": {"coordinates": [[177.96577699395303, -38.68835144900072, 0.0], [177.96284871433244, -38.68570033516182, 0.0]], "type": "LineString"}, "id": "310", "properties": {"Unique_ID": 100406268318.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96293544425927, -38.688292598560494, 177.96586372409112, -38.68564148685537], "geometry": {"coordinates": [[177.96586372409112, -38.688292598560494, 0.0], [177.96293544425927, -38.68564148685537, 0.0]], "type": "LineString"}, "id": "311", "properties": {"Unique_ID": 100406267317.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96302217394586, -38.68823374804519, 177.96595045411348, -38.68558263855833], "geometry": {"coordinates": [[177.96595045411348, -38.68823374804519, 0.0], [177.96302217394586, -38.68558263855833, 0.0]], "type": "LineString"}, "id": "312", "properties": {"Unique_ID": 100406266316.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96310890348792, -38.688174897474354, 177.96603718399132, -38.685523790205735], "geometry": {"coordinates": [[177.96603718399132, -38.688174897474354, 0.0], [177.96310890348792, -38.685523790205735, 0.0]], "type": "LineString"}, "id": "313", "properties": {"Unique_ID": 100406265315.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9631956327898, -38.68811604682849, 177.9661239137534, -38.685464941862605], "geometry": {"coordinates": [[177.9661239137534, -38.68811604682849, 0.0], [177.9631956327898, -38.685464941862605, 0.0]], "type": "LineString"}, "id": "314", "properties": {"Unique_ID": 100406264314.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9632823621387, -38.68805719616607, 177.96621064331353, -38.68540609333395], "geometry": {"coordinates": [[177.96621064331353, -38.68805719616607, 0.0], [177.9632823621387, -38.68540609333395, 0.0]], "type": "LineString"}, "id": "315", "properties": {"Unique_ID": 100406263313.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96336909124736, -38.687998345428596, 177.96629737275788, -38.68534724481473], "geometry": {"coordinates": [[177.96629737275788, -38.687998345428596, 0.0], [177.96336909124736, -38.68534724481473, 0.0]], "type": "LineString"}, "id": "316", "properties": {"Unique_ID": 100406262313.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96345582021155, -38.6879394946356, 177.96638410205773, -38.685288396239955], "geometry": {"coordinates": [[177.96638410205773, -38.6879394946356, 0.0], [177.96345582021155, -38.685288396239955, 0.0]], "type": "LineString"}, "id": "317", "properties": {"Unique_ID": 100406261312.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9635425489355, -38.68788064376754, 177.96647083124185, -38.685229547674616], "geometry": {"coordinates": [[177.96647083124185, -38.68788064376754, 0.0], [177.9635425489355, -38.685229547674616, 0.0]], "type": "LineString"}, "id": "318", "properties": {"Unique_ID": 100406260311.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9636292777065, -38.68782179288295, 177.966557560224, -38.685170698923784], "geometry": {"coordinates": [[177.966557560224, -38.68782179288295, 0.0], [177.9636292777065, -38.685170698923784, 0.0]], "type": "LineString"}, "id": "319", "properties": {"Unique_ID": 100406259311.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96378383697336, -38.68777698541449, 177.96662498410305, -38.68506827397313], "geometry": {"coordinates": [[177.96662498410305, -38.68777698541449, 0.0], [177.96378383697336, -38.68506827397313, 0.0]], "type": "LineString"}, "id": "320", "properties": {"Unique_ID": 100406258152.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96387245018903, -38.68771988554849, 177.96671359794092, -38.685011176325254], "geometry": {"coordinates": [[177.96671359794092, -38.68771988554849, 0.0], [177.96387245018903, -38.685011176325254, 0.0]], "type": "LineString"}, "id": "321", "properties": {"Unique_ID": 100406257151.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96396106327919, -38.68766278562759, 177.9668022116294, -38.68495407860715], "geometry": {"coordinates": [[177.9668022116294, -38.68766278562759, 0.0], [177.96396106327919, -38.68495407860715, 0.0]], "type": "LineString"}, "id": "322", "properties": {"Unique_ID": 100406256149.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9640496761888, -38.68760568564115, 177.96689082518506, -38.68489698085422], "geometry": {"coordinates": [[177.96689082518506, -38.68760568564115, 0.0], [177.9640496761888, -38.68489698085422, 0.0]], "type": "LineString"}, "id": "323", "properties": {"Unique_ID": 100406255147.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96413828897295, -38.687548585599835, 177.96697943859132, -38.684839883031024], "geometry": {"coordinates": [[177.96697943859132, -38.687548585599835, 0.0], [177.96413828897295, -38.684839883031024, 0.0]], "type": "LineString"}, "id": "324", "properties": {"Unique_ID": 100406254146.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9642269016132, -38.68749148550007, 177.96706805185372, -38.684782785149395], "geometry": {"coordinates": [[177.96706805185372, -38.68749148550007, 0.0], [177.9642269016132, -38.684782785149395, 0.0]], "type": "LineString"}, "id": "325", "properties": {"Unique_ID": 100406253144.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96431551412795, -38.687434385345405, 177.96715666496675, -38.68472568719751], "geometry": {"coordinates": [[177.96715666496675, -38.687434385345405, 0.0], [177.96431551412795, -38.68472568719751, 0.0]], "type": "LineString"}, "id": "326", "properties": {"Unique_ID": 100406252142.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9644041264622, -38.68737728512522, 177.96724527794692, -38.68466858921081], "geometry": {"coordinates": [[177.96724527794692, -38.68737728512522, 0.0], [177.9644041264622, -38.68466858921081, 0.0]], "type": "LineString"}, "id": "327", "properties": {"Unique_ID": 100406251141.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96449273867094, -38.68732018485014, 177.9673338907777, -38.68461149115385], "geometry": {"coordinates": [[177.9673338907777, -38.68732018485014, 0.0], [177.96449273867094, -38.68461149115385, 0.0]], "type": "LineString"}, "id": "328", "properties": {"Unique_ID": 100406250139.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96458135075417, -38.68726308452016, 177.96742250345915, -38.68455439302666], "geometry": {"coordinates": [[177.96742250345915, -38.68726308452016, 0.0], [177.96458135075417, -38.68455439302666, 0.0]], "type": "LineString"}, "id": "329", "properties": {"Unique_ID": 100406249138.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96466996265687, -38.68720598412465, 177.9675111160077, -38.68449729486463], "geometry": {"coordinates": [[177.9675111160077, -38.68720598412465, 0.0], [177.96466996265687, -38.68449729486463, 0.0]], "type": "LineString"}, "id": "330", "properties": {"Unique_ID": 100406248137.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9647585744341, -38.68714888367427, 177.96759972840692, -38.68444019663236], "geometry": {"coordinates": [[177.96759972840692, -38.68714888367427, 0.0], [177.9647585744341, -38.68444019663236, 0.0]], "type": "LineString"}, "id": "331", "properties": {"Unique_ID": 100406247135.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96484718606743, -38.687091783165435, 177.96768834066225, -38.68438309834165], "geometry": {"coordinates": [[177.96768834066225, -38.687091783165435, 0.0], [177.96484718606743, -38.68438309834165, 0.0]], "type": "LineString"}, "id": "332", "properties": {"Unique_ID": 100406246135.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96493579757527, -38.68703468260171, 177.96777695276822, -38.684325999980686], "geometry": {"coordinates": [[177.96777695276822, -38.68703468260171, 0.0], [177.96493579757527, -38.684325999980686, 0.0]], "type": "LineString"}, "id": "333", "properties": {"Unique_ID": 100406245134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96502440890262, -38.686977581972464, 177.96786556474132, -38.68426890158491], "geometry": {"coordinates": [[177.96786556474132, -38.686977581972464, 0.0], [177.96502440890262, -38.68426890158491, 0.0]], "type": "LineString"}, "id": "334", "properties": {"Unique_ID": 100406244134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96511302010444, -38.686920481288325, 177.96795417656506, -38.68421180311888], "geometry": {"coordinates": [[177.96795417656506, -38.686920481288325, 0.0], [177.96511302010444, -38.68421180311888, 0.0]], "type": "LineString"}, "id": "335", "properties": {"Unique_ID": 100406243134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96520163116244, -38.68686338054575, 177.96804278824496, -38.68415470459442], "geometry": {"coordinates": [[177.96804278824496, -38.68686338054575, 0.0], [177.96520163116244, -38.68415470459442, 0.0]], "type": "LineString"}, "id": "336", "properties": {"Unique_ID": 100406242134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9652902420949, -38.68680627974829, 177.96813139977544, -38.684097605999696], "geometry": {"coordinates": [[177.96813139977544, -38.68680627974829, 0.0], [177.9652902420949, -38.684097605999696, 0.0]], "type": "LineString"}, "id": "337", "properties": {"Unique_ID": 100406241134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96537885284687, -38.6867491788853, 177.9682200111731, -38.68404050737016], "geometry": {"coordinates": [[177.9682200111731, -38.6867491788853, 0.0], [177.96537885284687, -38.68404050737016, 0.0]], "type": "LineString"}, "id": "338", "properties": {"Unique_ID": 100406240134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96546746347335, -38.68669207796742, 177.9683086224214, -38.6839834086704], "geometry": {"coordinates": [[177.9683086224214, -38.68669207796742, 0.0], [177.96546746347335, -38.6839834086704, 0.0]], "type": "LineString"}, "id": "339", "properties": {"Unique_ID": 100406239133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96555607397428, -38.68663497699466, 177.9683972335203, -38.68392630990038], "geometry": {"coordinates": [[177.9683972335203, -38.68663497699466, 0.0], [177.96555607397428, -38.68392630990038, 0.0]], "type": "LineString"}, "id": "340", "properties": {"Unique_ID": 100406238133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96564468429474, -38.68657787595639, 177.9684858444864, -38.68386921109555], "geometry": {"coordinates": [[177.9684858444864, -38.68657787595639, 0.0], [177.96564468429474, -38.68386921109555, 0.0]], "type": "LineString"}, "id": "341", "properties": {"Unique_ID": 100406237133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96573329448967, -38.686520774863205, 177.96857445530307, -38.68381211222047], "geometry": {"coordinates": [[177.96857445530307, -38.686520774863205, 0.0], [177.96573329448967, -38.68381211222047, 0.0]], "type": "LineString"}, "id": "342", "properties": {"Unique_ID": 100406236132.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96582190454075, -38.6864636737116, 177.9686630659759, -38.68375501328694], "geometry": {"coordinates": [[177.9686630659759, -38.6864636737116, 0.0], [177.96582190454075, -38.68375501328694, 0.0]], "type": "LineString"}, "id": "343", "properties": {"Unique_ID": 100406235132.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96591051446634, -38.6864065725051, 177.9687516764994, -38.6836979142832], "geometry": {"coordinates": [[177.9687516764994, -38.6864065725051, 0.0], [177.96591051446634, -38.6836979142832, 0.0]], "type": "LineString"}, "id": "344", "properties": {"Unique_ID": 100406234132.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96599912421146, -38.686349471233086, 177.96884028688999, -38.68364081524462], "geometry": {"coordinates": [[177.96884028688999, -38.686349471233086, 0.0], [177.96599912421146, -38.68364081524462, 0.0]], "type": "LineString"}, "id": "345", "properties": {"Unique_ID": 100406233131.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96601741727673, -38.68627725170148, 177.96894792902464, -38.683627724196896], "geometry": {"coordinates": [[177.96894792902464, -38.68627725170148, 0.0], [177.96601741727673, -38.683627724196896, 0.0]], "type": "LineString"}, "id": "346", "properties": {"Unique_ID": 100406232305.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9661040926806, -38.68621835466028, 177.96903460475616, -38.68356882937374], "geometry": {"coordinates": [[177.96903460475616, -38.68621835466028, 0.0], [177.9661040926806, -38.68356882937374, 0.0]], "type": "LineString"}, "id": "347", "properties": {"Unique_ID": 100406231304.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96619076782576, -38.68615945754031, 177.96912128037746, -38.68350993457274], "geometry": {"coordinates": [[177.96912128037746, -38.68615945754031, 0.0], [177.96619076782576, -38.68350993457274, 0.0]], "type": "LineString"}, "id": "348", "properties": {"Unique_ID": 100406230303.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96627744295924, -38.68610056039198, 177.96920795581443, -38.68345103962607], "geometry": {"coordinates": [[177.96920795581443, -38.68610056039198, 0.0], [177.96627744295924, -38.68345103962607, 0.0]], "type": "LineString"}, "id": "349", "properties": {"Unique_ID": 100406229302.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96636411802535, -38.68604166320389, 177.96929463108376, -38.68339214457155], "geometry": {"coordinates": [[177.96929463108376, -38.68604166320389, 0.0], [177.96636411802535, -38.68339214457155, 0.0]], "type": "LineString"}, "id": "350", "properties": {"Unique_ID": 100406228302.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96645079283272, -38.68598276593706, 177.9693813062429, -38.68333324953916], "geometry": {"coordinates": [[177.9693813062429, -38.68598276593706, 0.0], [177.96645079283272, -38.68333324953916, 0.0]], "type": "LineString"}, "id": "351", "properties": {"Unique_ID": 100406227301.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96653746751423, -38.68592386861857, 177.9694679812519, -38.68327435443873], "geometry": {"coordinates": [[177.9694679812519, -38.68592386861857, 0.0], [177.96653746751423, -38.68327435443873, 0.0]], "type": "LineString"}, "id": "352", "properties": {"Unique_ID": 100406226301.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96662414206978, -38.6858649712484, 177.9695546561109, -38.683215459270215], "geometry": {"coordinates": [[177.9695546561109, -38.6858649712484, 0.0], [177.96662414206978, -38.683215459270215, 0.0]], "type": "LineString"}, "id": "353", "properties": {"Unique_ID": 100406225301.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9667108163481, -38.68580607379572, 177.96964133086522, -38.68315656413647], "geometry": {"coordinates": [[177.96964133086522, -38.68580607379572, 0.0], [177.9667108163481, -38.68315656413647, 0.0]], "type": "LineString"}, "id": "354", "properties": {"Unique_ID": 100406224301.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96679749059618, -38.685747176310876, 177.9697280054408, -38.683097668869685], "geometry": {"coordinates": [[177.9697280054408, -38.685747176310876, 0.0], [177.96679749059618, -38.683097668869685, 0.0]], "type": "LineString"}, "id": "355", "properties": {"Unique_ID": 100406223301.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.966884164814, -38.68568827879385, 177.9698146798376, -38.68303877346978], "geometry": {"coordinates": [[177.9698146798376, -38.68568827879385, 0.0], [177.966884164814, -38.68303877346978, 0.0]], "type": "LineString"}, "id": "356", "properties": {"Unique_ID": 100406222301.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96697083875455, -38.68562938119431, 177.96990135412975, -38.68297987810468], "geometry": {"coordinates": [[177.96990135412975, -38.68562938119431, 0.0], [177.96697083875455, -38.68297987810468, 0.0]], "type": "LineString"}, "id": "357", "properties": {"Unique_ID": 100406221301.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9670575125692, -38.6855704835431, 177.96998802827184, -38.682920982671504], "geometry": {"coordinates": [[177.96998802827184, -38.6855704835431, 0.0], [177.9670575125692, -38.682920982671504, 0.0]], "type": "LineString"}, "id": "358", "properties": {"Unique_ID": 100406220301.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96714418625794, -38.68551158584022, 177.97007470226387, -38.68286208717026], "geometry": {"coordinates": [[177.97007470226387, -38.68551158584022, 0.0], [177.96714418625794, -38.68286208717026, 0.0]], "type": "LineString"}, "id": "359", "properties": {"Unique_ID": 100406219301.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96723085978363, -38.68545268807811, 177.97016137611698, -38.68280319162618], "geometry": {"coordinates": [[177.97016137611698, -38.68545268807811, 0.0], [177.96723085978363, -38.68280319162618, 0.0]], "type": "LineString"}, "id": "360", "properties": {"Unique_ID": 100406218301.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96731753305065, -38.685393790237256, 177.97024804985983, -38.68274429610424], "geometry": {"coordinates": [[177.97024804985983, -38.685393790237256, 0.0], [177.96731753305065, -38.68274429610424, 0.0]], "type": "LineString"}, "id": "361", "properties": {"Unique_ID": 100406217301.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96740420640162, -38.685334892387544, 177.9703347233897, -38.68268540037165], "geometry": {"coordinates": [[177.9703347233897, -38.685334892387544, 0.0], [177.96740420640162, -38.68268540037165, 0.0]], "type": "LineString"}, "id": "362", "properties": {"Unique_ID": 100406216301.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96749087949394, -38.685275994459076, 177.97042139680934, -38.68262650466121], "geometry": {"coordinates": [[177.97042139680934, -38.685275994459076, 0.0], [177.96749087949394, -38.68262650466121, 0.0]], "type": "LineString"}, "id": "363", "properties": {"Unique_ID": 100406215301.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9675775524232, -38.68521709647139, 177.97050807009006, -38.68256760890793], "geometry": {"coordinates": [[177.97050807009006, -38.68521709647139, 0.0], [177.9675775524232, -38.68256760890793, 0.0]], "type": "LineString"}, "id": "364", "properties": {"Unique_ID": 100406214301.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9676642252451, -38.68515819843581, 177.97059474321512, -38.68250871307394], "geometry": {"coordinates": [[177.97059474321512, -38.68515819843581, 0.0], [177.9676642252451, -38.68250871307394, 0.0]], "type": "LineString"}, "id": "365", "properties": {"Unique_ID": 100406213301.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.967750897904, -38.685099300341, 177.9706814162013, -38.68244981719715], "geometry": {"coordinates": [[177.9706814162013, -38.685099300341, 0.0], [177.967750897904, -38.68244981719715, 0.0]], "type": "LineString"}, "id": "366", "properties": {"Unique_ID": 100406212300.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9678375703042, -38.685040402167466, 177.97076808907724, -38.68239092134251], "geometry": {"coordinates": [[177.97076808907724, -38.685040402167466, 0.0], [177.9678375703042, -38.68239092134251, 0.0]], "type": "LineString"}, "id": "367", "properties": {"Unique_ID": 100406211300.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96792424267414, -38.68498150396178, 177.9708547617744, -38.68233202535481], "geometry": {"coordinates": [[177.9708547617744, -38.68498150396178, 0.0], [177.96792424267414, -38.68233202535481, 0.0]], "type": "LineString"}, "id": "368", "properties": {"Unique_ID": 100406210300.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96801091501385, -38.68492260572389, 177.97094143429285, -38.682273129234055], "geometry": {"coordinates": [[177.97094143429285, -38.68492260572389, 0.0], [177.96801091501385, -38.682273129234055, 0.0]], "type": "LineString"}, "id": "369", "properties": {"Unique_ID": 100406209300.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96825897920445, -38.684895444698334, 177.9709810134407, -38.68211268932324], "geometry": {"coordinates": [[177.9709810134407, -38.684895444698334, 0.0], [177.96825897920445, -38.68211268932324, 0.0]], "type": "LineString"}, "id": "370", "properties": {"Unique_ID": 100406207902.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96835001091063, -38.68484073641549, 177.97107204598805, -38.682057983153356], "geometry": {"coordinates": [[177.97107204598805, -38.68484073641549, 0.0], [177.96835001091063, -38.682057983153356, 0.0]], "type": "LineString"}, "id": "371", "properties": {"Unique_ID": 100406206901.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9684410423335, -38.68478602804498, 177.9711630784352, -38.68200327700585], "geometry": {"coordinates": [[177.9711630784352, -38.68478602804498, 0.0], [177.9684410423335, -38.68200327700585, 0.0]], "type": "LineString"}, "id": "372", "properties": {"Unique_ID": 100406205900.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96853207352697, -38.68473131959651, 177.97125411076604, -38.68194857084835], "geometry": {"coordinates": [[177.97125411076604, -38.68473131959651, 0.0], [177.96853207352697, -38.68194857084835, 0.0]], "type": "LineString"}, "id": "373", "properties": {"Unique_ID": 100406204900.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9686231047009, -38.684676611107896, 177.97134514291756, -38.6818938645547], "geometry": {"coordinates": [[177.97134514291756, -38.684676611107896, 0.0], [177.9686231047009, -38.6818938645547, 0.0]], "type": "LineString"}, "id": "374", "properties": {"Unique_ID": 100406203900.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96871413569656, -38.68462190255054, 177.97143617493742, -38.68183915822032], "geometry": {"coordinates": [[177.97143617493742, -38.68462190255054, 0.0], [177.96871413569656, -38.68183915822032, 0.0]], "type": "LineString"}, "id": "375", "properties": {"Unique_ID": 100406202900.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96880516658567, -38.68456719393738, 177.97152720680407, -38.68178445180211], "geometry": {"coordinates": [[177.97152720680407, -38.68456719393738, 0.0], [177.96880516658567, -38.68178445180211, 0.0]], "type": "LineString"}, "id": "376", "properties": {"Unique_ID": 100406201900.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96889619740148, -38.68451248527438, 177.97161823850757, -38.6817297452801], "geometry": {"coordinates": [[177.97161823850757, -38.68451248527438, 0.0], [177.96889619740148, -38.6817297452801, 0.0]], "type": "LineString"}, "id": "377", "properties": {"Unique_ID": 100406200900.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96898722800577, -38.684457776536654, 177.97170927008932, -38.68167503873733], "geometry": {"coordinates": [[177.97170927008932, -38.684457776536654, 0.0], [177.96898722800577, -38.68167503873733, 0.0]], "type": "LineString"}, "id": "378", "properties": {"Unique_ID": 100406199900.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96907825834472, -38.6844030677145, 177.97180030156557, -38.68162033220614], "geometry": {"coordinates": [[177.97180030156557, -38.6844030677145, 0.0], [177.96907825834472, -38.68162033220614, 0.0]], "type": "LineString"}, "id": "379", "properties": {"Unique_ID": 100406198899.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9691692886283, -38.68434835884574, 177.97189133287324, -38.68156562556035], "geometry": {"coordinates": [[177.97189133287324, -38.68434835884574, 0.0], [177.9691692886283, -38.68156562556035, 0.0]], "type": "LineString"}, "id": "380", "properties": {"Unique_ID": 100406197899.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96926031880537, -38.68429364992118, 177.97198236402772, -38.681510918830746], "geometry": {"coordinates": [[177.97198236402772, -38.68429364992118, 0.0], [177.96926031880537, -38.681510918830746, 0.0]], "type": "LineString"}, "id": "381", "properties": {"Unique_ID": 100406196899.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9693513489091, -38.6842389409468, 177.972073395019, -38.681456211997336], "geometry": {"coordinates": [[177.972073395019, -38.6842389409468, 0.0], [177.9693513489091, -38.681456211997336, 0.0]], "type": "LineString"}, "id": "382", "properties": {"Unique_ID": 100406195898.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96944237880132, -38.68418423189769, 177.97216442588862, -38.68140150514316], "geometry": {"coordinates": [[177.97216442588862, -38.68418423189769, 0.0], [177.96944237880132, -38.68140150514316, 0.0]], "type": "LineString"}, "id": "383", "properties": {"Unique_ID": 100406194898.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9695334084103, -38.684129522760905, 177.97225545665805, -38.68134679831136], "geometry": {"coordinates": [[177.97225545665805, -38.684129522760905, 0.0], [177.9695334084103, -38.68134679831136, 0.0]], "type": "LineString"}, "id": "384", "properties": {"Unique_ID": 100406193898.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96962443799978, -38.684074813584, 177.9723464872482, -38.68129209134341], "geometry": {"coordinates": [[177.9723464872482, -38.684074813584, 0.0], [177.96962443799978, -38.68129209134341, 0.0]], "type": "LineString"}, "id": "385", "properties": {"Unique_ID": 100406192898.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96971546746477, -38.68402010434804, 177.97243751769048, -38.68123738430239], "geometry": {"coordinates": [[177.97243751769048, -38.68402010434804, 0.0], [177.96971546746477, -38.68123738430239, 0.0]], "type": "LineString"}, "id": "386", "properties": {"Unique_ID": 100406191898.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9698727126538, -38.683977350837736, 177.97250914470916, -38.681144438869495], "geometry": {"coordinates": [[177.97250914470916, -38.683977350837736, 0.0], [177.9698727126538, -38.681144438869495, 0.0]], "type": "LineString"}, "id": "387", "properties": {"Unique_ID": 100406190742.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9699653836459, -38.683924362246664, 177.97260181696612, -38.68109145247493], "geometry": {"coordinates": [[177.97260181696612, -38.683924362246664, 0.0], [177.9699653836459, -38.68109145247493, 0.0]], "type": "LineString"}, "id": "388", "properties": {"Unique_ID": 100406189742.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97005805460557, -38.68387137360926, 177.97269448904942, -38.68103846595331], "geometry": {"coordinates": [[177.97269448904942, -38.68387137360926, 0.0], [177.97005805460557, -38.68103846595331, 0.0]], "type": "LineString"}, "id": "389", "properties": {"Unique_ID": 100406188742.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97015072520702, -38.68381838486961, 177.97278716105686, -38.680985479490865], "geometry": {"coordinates": [[177.97278716105686, -38.68381838486961, 0.0], [177.97015072520702, -38.680985479490865, 0.0]], "type": "LineString"}, "id": "390", "properties": {"Unique_ID": 100406187742.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97024339577607, -38.68376539608363, 177.97287983289067, -38.68093249290137], "geometry": {"coordinates": [[177.97287983289067, -38.68376539608363, 0.0], [177.97024339577607, -38.68093249290137, 0.0]], "type": "LineString"}, "id": "391", "properties": {"Unique_ID": 100406186742.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97033606631265, -38.683712407251285, 177.97297250455085, -38.68087950618481], "geometry": {"coordinates": [[177.97297250455085, -38.683712407251285, 0.0], [177.97033606631265, -38.68087950618481, 0.0]], "type": "LineString"}, "id": "392", "properties": {"Unique_ID": 100406185742.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97042873649107, -38.68365941831672, 177.97306517613515, -38.68082651952744], "geometry": {"coordinates": [[177.97306517613515, -38.68365941831672, 0.0], [177.97042873649107, -38.68082651952744, 0.0]], "type": "LineString"}, "id": "393", "properties": {"Unique_ID": 100406184742.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97052140663706, -38.68360642933581, 177.97315784754582, -38.680773532743025], "geometry": {"coordinates": [[177.97315784754582, -38.68360642933581, 0.0], [177.97052140663706, -38.680773532743025, 0.0]], "type": "LineString"}, "id": "394", "properties": {"Unique_ID": 100406183742.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97061407675062, -38.68355344030856, 177.9732505187829, -38.68072054583155], "geometry": {"coordinates": [[177.9732505187829, -38.68355344030856, 0.0], [177.97061407675062, -38.68072054583155, 0.0]], "type": "LineString"}, "id": "395", "properties": {"Unique_ID": 100406182740.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97070674650598, -38.68350045117907, 177.97334318994405, -38.68066755897926], "geometry": {"coordinates": [[177.97334318994405, -38.68350045117907, 0.0], [177.97070674650598, -38.68066755897926, 0.0]], "type": "LineString"}, "id": "396", "properties": {"Unique_ID": 100406181739.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97079941622889, -38.683447462003244, 177.9734358609316, -38.680614571999925], "geometry": {"coordinates": [[177.9734358609316, -38.683447462003244, 0.0], [177.97079941622889, -38.680614571999925, 0.0]], "type": "LineString"}, "id": "397", "properties": {"Unique_ID": 100406180737.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.970892085937, -38.683394472784094, 177.97352853174024, -38.68056158488345], "geometry": {"coordinates": [[177.97352853174024, -38.683394472784094, 0.0], [177.970892085937, -38.68056158488345, 0.0]], "type": "LineString"}, "id": "398", "properties": {"Unique_ID": 100406179734.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97098475525166, -38.68334148345668, 177.97362120248357, -38.68050859784632], "geometry": {"coordinates": [[177.97362120248357, -38.68334148345668, 0.0], [177.97098475525166, -38.68050859784632, 0.0]], "type": "LineString"}, "id": "399", "properties": {"Unique_ID": 100406178732.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97107742455154, -38.683288494085936, 177.97371387304798, -38.68045561067206], "geometry": {"coordinates": [[177.97371387304798, -38.683288494085936, 0.0], [177.97107742455154, -38.68045561067206, 0.0]], "type": "LineString"}, "id": "400", "properties": {"Unique_ID": 100406177730.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97117009381896, -38.68323550466886, 177.9738065434388, -38.68040262337076], "geometry": {"coordinates": [[177.9738065434388, -38.68323550466886, 0.0], [177.97117009381896, -38.68040262337076, 0.0]], "type": "LineString"}, "id": "401", "properties": {"Unique_ID": 100406176727.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9712627627282, -38.683182515149554, 177.97389921375373, -38.68034963612864], "geometry": {"coordinates": [[177.97389921375373, -38.683182515149554, 0.0], [177.9712627627282, -38.68034963612864, 0.0]], "type": "LineString"}, "id": "402", "properties": {"Unique_ID": 100406175725.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97135543160502, -38.683129525583894, 177.973991883895, -38.68029664875948], "geometry": {"coordinates": [[177.973991883895, -38.683129525583894, 0.0], [177.97135543160502, -38.68029664875948, 0.0]], "type": "LineString"}, "id": "403", "properties": {"Unique_ID": 100406174723.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97144810044938, -38.68307653597191, 177.9740845538627, -38.680243661263255], "geometry": {"coordinates": [[177.9740845538627, -38.68307653597191, 0.0], [177.97144810044938, -38.680243661263255, 0.0]], "type": "LineString"}, "id": "404", "properties": {"Unique_ID": 100406173720.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9715407689356, -38.68302354625769, 177.97417722375448, -38.680190673826225], "geometry": {"coordinates": [[177.97417722375448, -38.68302354625769, 0.0], [177.9715407689356, -38.680190673826225, 0.0]], "type": "LineString"}, "id": "405", "properties": {"Unique_ID": 100406172718.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97163343738933, -38.68297055649713, 177.97426989347264, -38.68013768626215], "geometry": {"coordinates": [[177.97426989347264, -38.68297055649713, 0.0], [177.97163343738933, -38.68013768626215, 0.0]], "type": "LineString"}, "id": "406", "properties": {"Unique_ID": 100406171717.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97172610581066, -38.68291756669025, 177.97436256301722, -38.68008469857103], "geometry": {"coordinates": [[177.97436256301722, -38.68291756669025, 0.0], [177.97172610581066, -38.68008469857103, 0.0]], "type": "LineString"}, "id": "407", "properties": {"Unique_ID": 100406170715.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9718187738738, -38.68286457678112, 177.9744552324859, -38.6800317109391], "geometry": {"coordinates": [[177.9744552324859, -38.68286457678112, 0.0], [177.9718187738738, -38.6800317109391, 0.0]], "type": "LineString"}, "id": "408", "properties": {"Unique_ID": 100406169713.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97200213811058, -38.6828266835947, 177.97452077301725, -38.679928700844485], "geometry": {"coordinates": [[177.97452077301725, -38.6828266835947, 0.0], [177.97200213811058, -38.679928700844485, 0.0]], "type": "LineString"}, "id": "409", "properties": {"Unique_ID": 100406168533.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97209693584838, -38.68277606164103, 177.97461557254064, -38.679878081153134], "geometry": {"coordinates": [[177.97461557254064, -38.68277606164103, 0.0], [177.97209693584838, -38.679878081153134, 0.0]], "type": "LineString"}, "id": "410", "properties": {"Unique_ID": 100406167532.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97219173369135, -38.682725439657844, 177.9747103718522, -38.67982746126304], "geometry": {"coordinates": [[177.9747103718522, -38.682725439657844, 0.0], [177.97219173369135, -38.67982746126304, 0.0]], "type": "LineString"}, "id": "411", "properties": {"Unique_ID": 100406166532.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9722865312995, -38.68267481759067, 177.974805171054, -38.679776841355725], "geometry": {"coordinates": [[177.974805171054, -38.68267481759067, 0.0], [177.9722865312995, -38.679776841355725, 0.0]], "type": "LineString"}, "id": "412", "properties": {"Unique_ID": 100406165531.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97238132875185, -38.68262419545217, 177.97489997012224, -38.679726221389004], "geometry": {"coordinates": [[177.97489997012224, -38.68262419545217, 0.0], [177.97238132875185, -38.679726221389004, 0.0]], "type": "LineString"}, "id": "413", "properties": {"Unique_ID": 100406164531.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97247612604846, -38.682573573242344, 177.97499476905696, -38.67967560136282], "geometry": {"coordinates": [[177.97499476905696, -38.682573573242344, 0.0], [177.97247612604846, -38.67967560136282, 0.0]], "type": "LineString"}, "id": "414", "properties": {"Unique_ID": 100406163530.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97257092324068, -38.68252295096945, 177.9750895678428, -38.679624981249795], "geometry": {"coordinates": [[177.9750895678428, -38.68252295096945, 0.0], [177.97257092324068, -38.679624981249795, 0.0]], "type": "LineString"}, "id": "415", "properties": {"Unique_ID": 100406162530.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9726657201638, -38.682472328607076, 177.9751843665291, -38.67957436113785], "geometry": {"coordinates": [[177.9751843665291, -38.682472328607076, 0.0], [177.9726657201638, -38.67957436113785, 0.0]], "type": "LineString"}, "id": "416", "properties": {"Unique_ID": 100406161530.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97276051715787, -38.68242170620969, 177.97527916501386, -38.679523740845426], "geometry": {"coordinates": [[177.97527916501386, -38.68242170620969, 0.0], [177.97276051715787, -38.679523740845426, 0.0]], "type": "LineString"}, "id": "417", "properties": {"Unique_ID": 100406160529.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97285531391708, -38.682371083728306, 177.97537396338882, -38.67947312053581], "geometry": {"coordinates": [[177.97537396338882, -38.682371083728306, 0.0], [177.97285531391708, -38.67947312053581, 0.0]], "type": "LineString"}, "id": "418", "properties": {"Unique_ID": 100406159529.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97295011055473, -38.6823204611811, 177.97546876162, -38.67942250014848], "geometry": {"coordinates": [[177.97546876162, -38.6823204611811, 0.0], [177.97295011055473, -38.67942250014848, 0.0]], "type": "LineString"}, "id": "419", "properties": {"Unique_ID": 100406158528.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97304490701956, -38.68226983855984, 177.97556355972281, -38.67937187971086], "geometry": {"coordinates": [[177.97556355972281, -38.68226983855984, 0.0], [177.97304490701956, -38.67937187971086, 0.0]], "type": "LineString"}, "id": "420", "properties": {"Unique_ID": 100406157528.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97313970324953, -38.68221921585459, 177.97565835771582, -38.67932125925606], "geometry": {"coordinates": [[177.97565835771582, -38.68221921585459, 0.0], [177.97313970324953, -38.67932125925606, 0.0]], "type": "LineString"}, "id": "421", "properties": {"Unique_ID": 100406156527.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97323449958463, -38.68216859311982, 177.97575315549702, -38.679270638602475], "geometry": {"coordinates": [[177.97575315549702, -38.68216859311982, 0.0], [177.97323449958463, -38.679270638602475, 0.0]], "type": "LineString"}, "id": "422", "properties": {"Unique_ID": 100406155527.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97332929565067, -38.682117970295586, 177.9758479531787, -38.67922001795], "geometry": {"coordinates": [[177.9758479531787, -38.682117970295586, 0.0], [177.97332929565067, -38.67922001795, 0.0]], "type": "LineString"}, "id": "423", "properties": {"Unique_ID": 100406154526.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97342409156096, -38.682067347400036, 177.97594275072686, -38.67916939723809], "geometry": {"coordinates": [[177.97594275072686, -38.682067347400036, 0.0], [177.97342409156096, -38.67916939723809, 0.0]], "type": "LineString"}, "id": "424", "properties": {"Unique_ID": 100406153526.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97351888736685, -38.68201672444139, 177.9760375481261, -38.67911877643933], "geometry": {"coordinates": [[177.9760375481261, -38.68201672444139, 0.0], [177.97351888736685, -38.67911877643933, 0.0]], "type": "LineString"}, "id": "425", "properties": {"Unique_ID": 100406152525.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.973613683017, -38.68196610141144, 177.97613234539182, -38.679068155581135], "geometry": {"coordinates": [[177.97613234539182, -38.68196610141144, 0.0], [177.973613683017, -38.679068155581135, 0.0]], "type": "LineString"}, "id": "426", "properties": {"Unique_ID": 100406151524.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97370847839804, -38.68191547829203, 177.97622714255803, -38.67901753472405], "geometry": {"coordinates": [[177.97622714255803, -38.68191547829203, 0.0], [177.97370847839804, -38.67901753472405, 0.0]], "type": "LineString"}, "id": "427", "properties": {"Unique_ID": 100406150524.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97380327388424, -38.68186485514308, 177.97632193951242, -38.6789669136682], "geometry": {"coordinates": [[177.97632193951242, -38.68186485514308, 0.0], [177.97380327388424, -38.6789669136682, 0.0]], "type": "LineString"}, "id": "428", "properties": {"Unique_ID": 100406149523.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97389806913563, -38.68181423191016, 177.97641673635707, -38.678916292595154], "geometry": {"coordinates": [[177.97641673635707, -38.68181423191016, 0.0], [177.97389806913563, -38.678916292595154, 0.0]], "type": "LineString"}, "id": "429", "properties": {"Unique_ID": 100406148522.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97399286423123, -38.68176360860593, 177.97651153306813, -38.67886567146268], "geometry": {"coordinates": [[177.97651153306813, -38.68176360860593, 0.0], [177.97399286423123, -38.67886567146268, 0.0]], "type": "LineString"}, "id": "430", "properties": {"Unique_ID": 100406147521.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9740876591711, -38.68171298523037, 177.97660632964573, -38.67881505027078], "geometry": {"coordinates": [[177.97660632964573, -38.68171298523037, 0.0], [177.9740876591711, -38.67881505027078, 0.0]], "type": "LineString"}, "id": "431", "properties": {"Unique_ID": 100406146520.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97418245389323, -38.68166236177359, 177.97670112610837, -38.67876442905255], "geometry": {"coordinates": [[177.97670112610837, -38.68166236177359, 0.0], [177.97418245389323, -38.67876442905255, 0.0]], "type": "LineString"}, "id": "432", "properties": {"Unique_ID": 100406145519.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9742772486863, -38.68161173828182, 177.97679592236952, -38.67871380765388], "geometry": {"coordinates": [[177.97679592236952, -38.68161173828182, 0.0], [177.9742772486863, -38.67871380765388, 0.0]], "type": "LineString"}, "id": "433", "properties": {"Unique_ID": 100406144517.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97437204321022, -38.68156111470057, 177.9768907185311, -38.678663186256266], "geometry": {"coordinates": [[177.9768907185311, -38.68156111470057, 0.0], [177.97437204321022, -38.678663186256266, 0.0]], "type": "LineString"}, "id": "434", "properties": {"Unique_ID": 100406143516.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9746748605012, -38.68154458545225, 177.976926947432, -38.67851482833869], "geometry": {"coordinates": [[177.976926947432, -38.68154458545225, 0.0], [177.9746748605012, -38.67851482833869, 0.0]], "type": "LineString"}, "id": "435", "properties": {"Unique_ID": 100406142190.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97477396672585, -38.6814993198831, 177.97702605601555, -38.678469564856066], "geometry": {"coordinates": [[177.97702605601555, -38.6814993198831, 0.0], [177.97477396672585, -38.678469564856066, 0.0]], "type": "LineString"}, "id": "436", "properties": {"Unique_ID": 100406141190.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97487307281907, -38.68145405423769, 177.97712516446765, -38.67842430129719], "geometry": {"coordinates": [[177.97712516446765, -38.68145405423769, 0.0], [177.97487307281907, -38.67842430129719, 0.0]], "type": "LineString"}, "id": "437", "properties": {"Unique_ID": 100406140190.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97497217890404, -38.681408788532885, 177.97722427275133, -38.678379037605744], "geometry": {"coordinates": [[177.97722427275133, -38.681408788532885, 0.0], [177.97497217890404, -38.678379037605744, 0.0]], "type": "LineString"}, "id": "438", "properties": {"Unique_ID": 100406139190.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97507128459537, -38.68136352271587, 177.9773233809822, -38.678333773957775], "geometry": {"coordinates": [[177.9773233809822, -38.68136352271587, 0.0], [177.97507128459537, -38.678333773957775, 0.0]], "type": "LineString"}, "id": "439", "properties": {"Unique_ID": 100406138189.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97517039031004, -38.681318256843795, 177.9774224890352, -38.67828851016288], "geometry": {"coordinates": [[177.9774224890352, -38.681318256843795, 0.0], [177.97517039031004, -38.67828851016288, 0.0]], "type": "LineString"}, "id": "440", "properties": {"Unique_ID": 100406137189.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9752694958775, -38.68127299089329, 177.97752159696148, -38.678243246298905], "geometry": {"coordinates": [[177.97752159696148, -38.68127299089329, 0.0], [177.9752694958775, -38.678243246298905, 0.0]], "type": "LineString"}, "id": "441", "properties": {"Unique_ID": 100406136189.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9753686012978, -38.681227724864335, 177.977620704761, -38.67819798236588], "geometry": {"coordinates": [[177.977620704761, -38.681227724864335, 0.0], [177.9753686012978, -38.67819798236588, 0.0]], "type": "LineString"}, "id": "442", "properties": {"Unique_ID": 100406135189.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97546770674137, -38.68118245878033, 177.97771981238265, -38.67815271828586], "geometry": {"coordinates": [[177.97771981238265, -38.68118245878033, 0.0], [177.97546770674137, -38.67815271828586, 0.0]], "type": "LineString"}, "id": "443", "properties": {"Unique_ID": 100406134189.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97556681179128, -38.68113719258411, 177.9778189199515, -38.67810745424936], "geometry": {"coordinates": [[177.9778189199515, -38.68113719258411, 0.0], [177.97556681179128, -38.67810745424936, 0.0]], "type": "LineString"}, "id": "444", "properties": {"Unique_ID": 100406133189.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97566591681723, -38.681091926326346, 177.97791802735665, -38.678062190087516], "geometry": {"coordinates": [[177.97791802735665, -38.681091926326346, 0.0], [177.97566591681723, -38.678062190087516, 0.0]], "type": "LineString"}, "id": "445", "properties": {"Unique_ID": 100406132188.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97576502174329, -38.68104665999664, 177.97801713462087, -38.67801692583499], "geometry": {"coordinates": [[177.97801713462087, -38.68104665999664, 0.0], [177.97576502174329, -38.67801692583499, 0.0]], "type": "LineString"}, "id": "446", "properties": {"Unique_ID": 100406131188.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97586412652214, -38.681001393588495, 177.97811624175836, -38.6779716615134], "geometry": {"coordinates": [[177.97811624175836, -38.681001393588495, 0.0], [177.97586412652214, -38.6779716615134, 0.0]], "type": "LineString"}, "id": "447", "properties": {"Unique_ID": 100406130188.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97596323115377, -38.680956127101936, 177.97821534876917, -38.677926397122754], "geometry": {"coordinates": [[177.97821534876917, -38.680956127101936, 0.0], [177.97596323115377, -38.677926397122754, 0.0]], "type": "LineString"}, "id": "448", "properties": {"Unique_ID": 100406129188.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97606233568553, -38.6809108605434, 177.97831445563898, -38.67788113264141], "geometry": {"coordinates": [[177.97831445563898, -38.6809108605434, 0.0], [177.97606233568553, -38.67788113264141, 0.0]], "type": "LineString"}, "id": "449", "properties": {"Unique_ID": 100406128188.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9761614400701, -38.680865593906454, 177.9784135623821, -38.67783586809102], "geometry": {"coordinates": [[177.9784135623821, -38.680865593906454, 0.0], [177.9761614400701, -38.67783586809102, 0.0]], "type": "LineString"}, "id": "450", "properties": {"Unique_ID": 100406127187.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9762605443074, -38.68082032719107, 177.9785126689985, -38.67779060347157], "geometry": {"coordinates": [[177.9785126689985, -38.68082032719107, 0.0], [177.9762605443074, -38.67779060347157, 0.0]], "type": "LineString"}, "id": "451", "properties": {"Unique_ID": 100406126187.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97635964844486, -38.68077506040374, 177.97861177547395, -38.67774533876144], "geometry": {"coordinates": [[177.97861177547395, -38.68077506040374, 0.0], [177.97635964844486, -38.67774533876144, 0.0]], "type": "LineString"}, "id": "452", "properties": {"Unique_ID": 100406125187.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97648489604916, -38.680733538644084, 177.97870324953328, -38.67768854636715], "geometry": {"coordinates": [[177.97870324953328, -38.680733538644084, 0.0], [177.97648489604916, -38.67768854636715, 0.0]], "type": "LineString"}, "id": "453", "properties": {"Unique_ID": 100406124146.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9765844994434, -38.68068895056555, 177.978802855375, -38.67764396036173], "geometry": {"coordinates": [[177.978802855375, -38.68068895056555, 0.0], [177.9765844994434, -38.67764396036173, 0.0]], "type": "LineString"}, "id": "454", "properties": {"Unique_ID": 100406123145.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97668410270728, -38.68064436240982, 177.9789024610863, -38.67759937427912], "geometry": {"coordinates": [[177.9789024610863, -38.68064436240982, 0.0], [177.97668410270728, -38.67759937427912, 0.0]], "type": "LineString"}, "id": "455", "properties": {"Unique_ID": 100406122145.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9767837058408, -38.68059977417689, 177.97900206666728, -38.677554788119295], "geometry": {"coordinates": [[177.97900206666728, -38.68059977417689, 0.0], [177.9767837058408, -38.677554788119295, 0.0]], "type": "LineString"}, "id": "456", "properties": {"Unique_ID": 100406121144.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97688330884395, -38.68055518586678, 177.97910167211782, -38.67751020188229], "geometry": {"coordinates": [[177.97910167211782, -38.68055518586678, 0.0], [177.97688330884395, -38.67751020188229, 0.0]], "type": "LineString"}, "id": "457", "properties": {"Unique_ID": 100406120144.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97698291171673, -38.680510597479454, 177.979201277438, -38.67746561556811], "geometry": {"coordinates": [[177.979201277438, -38.680510597479454, 0.0], [177.97698291171673, -38.67746561556811, 0.0]], "type": "LineString"}, "id": "458", "properties": {"Unique_ID": 100406119143.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97708251447474, -38.680466009017024, 177.9793008826231, -38.67742102916974], "geometry": {"coordinates": [[177.9793008826231, -38.680466009017024, 0.0], [177.97708251447474, -38.67742102916974, 0.0]], "type": "LineString"}, "id": "459", "properties": {"Unique_ID": 100406118143.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97718211696244, -38.68042142045861, 177.97940048771983, -38.67737644275684], "geometry": {"coordinates": [[177.97940048771983, -38.68042142045861, 0.0], [177.97718211696244, -38.67737644275684, 0.0]], "type": "LineString"}, "id": "460", "properties": {"Unique_ID": 100406117143.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97728171944416, -38.6803768318397, 177.97950009264886, -38.67733185621107], "geometry": {"coordinates": [[177.97950009264886, -38.6803768318397, 0.0], [177.97728171944416, -38.67733185621107, 0.0]], "type": "LineString"}, "id": "461", "properties": {"Unique_ID": 100406116143.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9773813217799, -38.680332243141514, 177.97959969745216, -38.67728726959509], "geometry": {"coordinates": [[177.97959969745216, -38.680332243141514, 0.0], [177.9773813217799, -38.67728726959509, 0.0]], "type": "LineString"}, "id": "462", "properties": {"Unique_ID": 100406115143.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9774809240009, -38.68028765436822, 177.97969930212042, -38.67724268289493], "geometry": {"coordinates": [[177.97969930212042, -38.68028765436822, 0.0], [177.9774809240009, -38.67724268289493, 0.0]], "type": "LineString"}, "id": "463", "properties": {"Unique_ID": 100406114143.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97758052609151, -38.68024306551773, 177.97979890665826, -38.67719809611759], "geometry": {"coordinates": [[177.97979890665826, -38.68024306551773, 0.0], [177.97758052609151, -38.67719809611759, 0.0]], "type": "LineString"}, "id": "464", "properties": {"Unique_ID": 100406113142.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9776801280518, -38.68019847659006, 177.97989851106576, -38.67715350926305], "geometry": {"coordinates": [[177.97989851106576, -38.68019847659006, 0.0], [177.9776801280518, -38.67715350926305, 0.0]], "type": "LineString"}, "id": "465", "properties": {"Unique_ID": 100406112142.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9777797298817, -38.68015388758518, 177.97999811534282, -38.67710892233132], "geometry": {"coordinates": [[177.97999811534282, -38.68015388758518, 0.0], [177.9777797298817, -38.67710892233132, 0.0]], "type": "LineString"}, "id": "466", "properties": {"Unique_ID": 100406111140.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97787933159682, -38.680109298505215, 177.98009771948486, -38.677064335315436], "geometry": {"coordinates": [[177.98009771948486, -38.680109298505215, 0.0], [177.97787933159682, -38.677064335315436, 0.0]], "type": "LineString"}, "id": "467", "properties": {"Unique_ID": 100406110139.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.977978933166, -38.680064709345956, 177.9801973235012, -38.67701974822932], "geometry": {"coordinates": [[177.9801973235012, -38.680064709345956, 0.0], [177.977978933166, -38.67701974822932, 0.0]], "type": "LineString"}, "id": "468", "properties": {"Unique_ID": 100406109137.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97807557979212, -38.680019694447076, 177.980297784024, -38.67697644357494], "geometry": {"coordinates": [[177.980297784024, -38.680019694447076, 0.0], [177.97807557979212, -38.67697644357494, 0.0]], "type": "LineString"}, "id": "469", "properties": {"Unique_ID": 100406108140.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97817512524549, -38.67997502852696, 177.9803973318942, -38.67693177972043], "geometry": {"coordinates": [[177.9803973318942, -38.67997502852696, 0.0], [177.97817512524549, -38.67693177972043, 0.0]], "type": "LineString"}, "id": "470", "properties": {"Unique_ID": 100406107138.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9782746705372, -38.67993036252558, 177.98049687964323, -38.67688711580285], "geometry": {"coordinates": [[177.98049687964323, -38.67993036252558, 0.0], [177.9782746705372, -38.67688711580285, 0.0]], "type": "LineString"}, "id": "471", "properties": {"Unique_ID": 100406106135.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97837421571398, -38.679885696449205, 177.9805964272571, -38.676842451801186], "geometry": {"coordinates": [[177.9805964272571, -38.679885696449205, 0.0], [177.97837421571398, -38.676842451801186, 0.0]], "type": "LineString"}, "id": "472", "properties": {"Unique_ID": 100406105133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9784737607603, -38.67984103029574, 177.98069597474046, -38.67679778772244], "geometry": {"coordinates": [[177.98069597474046, -38.67984103029574, 0.0], [177.9784737607603, -38.67679778772244, 0.0]], "type": "LineString"}, "id": "473", "properties": {"Unique_ID": 100406104131.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97857330569175, -38.6797963640673, 177.98079552208858, -38.67675312355962], "geometry": {"coordinates": [[177.98079552208858, -38.6797963640673, 0.0], [177.97857330569175, -38.67675312355962, 0.0]], "type": "LineString"}, "id": "474", "properties": {"Unique_ID": 100406103128.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9786728504615, -38.67975169775759, 177.9808950693156, -38.67670845933371], "geometry": {"coordinates": [[177.9808950693156, -38.67975169775759, 0.0], [177.9786728504615, -38.67670845933371, 0.0]], "type": "LineString"}, "id": "475", "properties": {"Unique_ID": 100406102126.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97877239511638, -38.67970703137287, 177.98099461640743, -38.67666379502372], "geometry": {"coordinates": [[177.98099461640743, -38.67970703137287, 0.0], [177.97877239511638, -38.67666379502372, 0.0]], "type": "LineString"}, "id": "476", "properties": {"Unique_ID": 100406101124.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97887193964075, -38.679662364911074, 177.98109416336874, -38.676619130636645], "geometry": {"coordinates": [[177.98109416336874, -38.679662364911074, 0.0], [177.97887193964075, -38.676619130636645, 0.0]], "type": "LineString"}, "id": "477", "properties": {"Unique_ID": 100406100122.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.978971483926, -38.67961769835756, 177.98119371023213, -38.676574466221254], "geometry": {"coordinates": [[177.98119371023213, -38.67961769835756, 0.0], [177.978971483926, -38.676574466221254, 0.0]], "type": "LineString"}, "id": "478", "properties": {"Unique_ID": 100406099119.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97907102829808, -38.679573031756235, 177.98129325689985, -38.67652980163127], "geometry": {"coordinates": [[177.98129325689985, -38.679573031756235, 0.0], [177.97907102829808, -38.67652980163127, 0.0]], "type": "LineString"}, "id": "479", "properties": {"Unique_ID": 100406098117.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.979170572431, -38.67952836506319, 177.98139280346962, -38.67648513701295], "geometry": {"coordinates": [[177.98139280346962, -38.67952836506319, 0.0], [177.979170572431, -38.67648513701295, 0.0]], "type": "LineString"}, "id": "480", "properties": {"Unique_ID": 100406097115.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9792701163248, -38.67948369827844, 177.98149234994148, -38.67644047236632], "geometry": {"coordinates": [[177.98149234994148, -38.67948369827844, 0.0], [177.9792701163248, -38.67644047236632, 0.0]], "type": "LineString"}, "id": "481", "properties": {"Unique_ID": 100406096113.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97936966030545, -38.67943903144586, 177.98159189621768, -38.67639580754511], "geometry": {"coordinates": [[177.98159189621768, -38.67943903144586, 0.0], [177.97936966030545, -38.67639580754511, 0.0]], "type": "LineString"}, "id": "482", "properties": {"Unique_ID": 100406095111.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97946920404692, -38.67939436452157, 177.9816914423959, -38.67635114269556], "geometry": {"coordinates": [[177.9816914423959, -38.67939436452157, 0.0], [177.97946920404692, -38.67635114269556, 0.0]], "type": "LineString"}, "id": "483", "properties": {"Unique_ID": 100406094110.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9795687476579, -38.67934969752019, 177.98179098844366, -38.67630647776893], "geometry": {"coordinates": [[177.98179098844366, -38.67934969752019, 0.0], [177.9795687476579, -38.67630647776893, 0.0]], "type": "LineString"}, "id": "484", "properties": {"Unique_ID": 100406093109.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97966829115404, -38.67930503044384, 177.98189053435624, -38.67626181275824], "geometry": {"coordinates": [[177.98189053435624, -38.67930503044384, 0.0], [177.97966829115404, -38.67626181275824, 0.0]], "type": "LineString"}, "id": "485", "properties": {"Unique_ID": 100406092109.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97976783448848, -38.679260363286225, 177.98199008014765, -38.67621714768446], "geometry": {"coordinates": [[177.98199008014765, -38.679260363286225, 0.0], [177.97976783448848, -38.67621714768446, 0.0]], "type": "LineString"}, "id": "486", "properties": {"Unique_ID": 100406091108.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97986737770802, -38.679215696053625, 177.98208962580387, -38.6761724825266], "geometry": {"coordinates": [[177.98208962580387, -38.679215696053625, 0.0], [177.97986737770802, -38.6761724825266, 0.0]], "type": "LineString"}, "id": "487", "properties": {"Unique_ID": 100406090108.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9799669207971, -38.67917102874393, 177.9821891713296, -38.67612781729167], "geometry": {"coordinates": [[177.9821891713296, -38.67917102874393, 0.0], [177.9799669207971, -38.67612781729167, 0.0]], "type": "LineString"}, "id": "488", "properties": {"Unique_ID": 100406089108.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9800664637713, -38.679126361359266, 177.98228871672012, -38.67608315197266], "geometry": {"coordinates": [[177.98228871672012, -38.679126361359266, 0.0], [177.9800664637713, -38.67608315197266, 0.0]], "type": "LineString"}, "id": "489", "properties": {"Unique_ID": 100406088108.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9801660065838, -38.679081693893316, 177.98238826198948, -38.67603848659057], "geometry": {"coordinates": [[177.98238826198948, -38.679081693893316, 0.0], [177.9801660065838, -38.67603848659057, 0.0]], "type": "LineString"}, "id": "490", "properties": {"Unique_ID": 100406087108.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98033011142576, -38.67904591185691, 177.98246885528442, -38.67596615677531], "geometry": {"coordinates": [[177.98246885528442, -38.67904591185691, 0.0], [177.98033011142576, -38.67596615677531, 0.0]], "type": "LineString"}, "id": "491", "properties": {"Unique_ID": 100406086032.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98043084942913, -38.67900292283898, 177.9825695959397, -38.675923169796654], "geometry": {"coordinates": [[177.9825695959397, -38.67900292283898, 0.0], [177.98043084942913, -38.675923169796654, 0.0]], "type": "LineString"}, "id": "492", "properties": {"Unique_ID": 100406085032.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9805315874319, -38.67895993375798, 177.98267033642912, -38.67588018268446], "geometry": {"coordinates": [[177.98267033642912, -38.67895993375798, 0.0], [177.9805315874319, -38.67588018268446, 0.0]], "type": "LineString"}, "id": "493", "properties": {"Unique_ID": 100406084032.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9806323250528, -38.678916944565096, 177.9827710768671, -38.675837195601375], "geometry": {"coordinates": [[177.9827710768671, -38.678916944565096, 0.0], [177.9806323250528, -38.675837195601375, 0.0]], "type": "LineString"}, "id": "494", "properties": {"Unique_ID": 100406083032.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9807330626731, -38.67887395530917, 177.9828718171392, -38.67579420838474], "geometry": {"coordinates": [[177.9828718171392, -38.67887395530917, 0.0], [177.9807330626731, -38.67579420838474, 0.0]], "type": "LineString"}, "id": "495", "properties": {"Unique_ID": 100406082032.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98083380029277, -38.67883096599018, 177.9829725572455, -38.67575122103455], "geometry": {"coordinates": [[177.9829725572455, -38.67883096599018, 0.0], [177.98083380029277, -38.67575122103455, 0.0]], "type": "LineString"}, "id": "496", "properties": {"Unique_ID": 100406081032.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9809345375306, -38.678787976559306, 177.9830732973003, -38.67570823371348], "geometry": {"coordinates": [[177.9830732973003, -38.678787976559306, 0.0], [177.9809345375306, -38.67570823371348, 0.0]], "type": "LineString"}, "id": "497", "properties": {"Unique_ID": 100406080031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98103527476783, -38.67874498706538, 177.98317403718926, -38.67566524625886], "geometry": {"coordinates": [[177.98317403718926, -38.67874498706538, 0.0], [177.98103527476783, -38.67566524625886, 0.0]], "type": "LineString"}, "id": "498", "properties": {"Unique_ID": 100406079031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98113601200444, -38.67870199750839, 177.98327477691237, -38.67562225867068], "geometry": {"coordinates": [[177.98327477691237, -38.67870199750839, 0.0], [177.98113601200444, -38.67562225867068, 0.0]], "type": "LineString"}, "id": "499", "properties": {"Unique_ID": 100406078031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98123674885917, -38.67865900783953, 177.98337551658403, -38.67557927111164], "geometry": {"coordinates": [[177.98337551658403, -38.67865900783953, 0.0], [177.98123674885917, -38.67557927111164, 0.0]], "type": "LineString"}, "id": "500", "properties": {"Unique_ID": 100406077031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98133748571334, -38.678616018107604, 177.98347625608983, -38.67553628341904], "geometry": {"coordinates": [[177.98347625608983, -38.678616018107604, 0.0], [177.98133748571334, -38.67553628341904, 0.0]], "type": "LineString"}, "id": "501", "properties": {"Unique_ID": 100406076031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98143822256685, -38.67857302831263, 177.98357699542981, -38.67549329559288], "geometry": {"coordinates": [[177.98357699542981, -38.67857302831263, 0.0], [177.98143822256685, -38.67549329559288, 0.0]], "type": "LineString"}, "id": "502", "properties": {"Unique_ID": 100406075031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9815389591656, -38.678530038422046, 177.98367773468019, -38.67545030774163], "geometry": {"coordinates": [[177.98367773468019, -38.678530038422046, 0.0], [177.9815389591656, -38.67545030774163, 0.0]], "type": "LineString"}, "id": "503", "properties": {"Unique_ID": 100406074031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98163969550959, -38.67848704843587, 177.98377847384097, -38.675407319865286], "geometry": {"coordinates": [[177.98377847384097, -38.67848704843587, 0.0], [177.98163969550959, -38.675407319865286, 0.0]], "type": "LineString"}, "id": "504", "properties": {"Unique_ID": 100406073031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98174043185296, -38.67844405838664, 177.98387921283592, -38.675364331855384], "geometry": {"coordinates": [[177.98387921283592, -38.67844405838664, 0.0], [177.98174043185296, -38.675364331855384, 0.0]], "type": "LineString"}, "id": "505", "properties": {"Unique_ID": 100406072031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9818411681957, -38.67840106827435, 177.983979951665, -38.675321343711914], "geometry": {"coordinates": [[177.983979951665, -38.67840106827435, 0.0], [177.9818411681957, -38.675321343711914, 0.0]], "type": "LineString"}, "id": "506", "properties": {"Unique_ID": 100406071031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9819419041566, -38.678358078050174, 177.98408069044262, -38.675278355597605], "geometry": {"coordinates": [[177.98408069044262, -38.678358078050174, 0.0], [177.9819419041566, -38.675278355597605, 0.0]], "type": "LineString"}, "id": "507", "properties": {"Unique_ID": 100406070031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9820426401169, -38.678315087762975, 177.9841814290544, -38.67523536734974], "geometry": {"coordinates": [[177.9841814290544, -38.678315087762975, 0.0], [177.9820426401169, -38.67523536734974, 0.0]], "type": "LineString"}, "id": "508", "properties": {"Unique_ID": 100406069031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98214337607658, -38.67827209741269, 177.98428216750037, -38.675192378968305], "geometry": {"coordinates": [[177.98428216750037, -38.67827209741269, 0.0], [177.98214337607658, -38.675192378968305, 0.0]], "type": "LineString"}, "id": "509", "properties": {"Unique_ID": 100406068031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98224411165438, -38.67822910695057, 177.98438290589482, -38.67514939061602], "geometry": {"coordinates": [[177.98438290589482, -38.67822910695057, 0.0], [177.98224411165438, -38.67514939061602, 0.0]], "type": "LineString"}, "id": "510", "properties": {"Unique_ID": 100406067031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98246561501807, -38.67820152520916, 177.9844480352654, -38.67505817451322], "geometry": {"coordinates": [[177.9844480352654, -38.67820152520916, 0.0], [177.98246561501807, -38.67505817451322, 0.0]], "type": "LineString"}, "id": "511", "properties": {"Unique_ID": 100406065894.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98256843192448, -38.67816167777479, 177.98455085503528, -38.67501832897663], "geometry": {"coordinates": [[177.98455085503528, -38.67816167777479, 0.0], [177.98256843192448, -38.67501832897663, 0.0]], "type": "LineString"}, "id": "512", "properties": {"Unique_ID": 100406064894.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98267124857685, -38.67812183024167, 177.9846536747228, -38.674978483407834], "geometry": {"coordinates": [[177.9846536747228, -38.67812183024167, 0.0], [177.98267124857685, -38.674978483407834, 0.0]], "type": "LineString"}, "id": "513", "properties": {"Unique_ID": 100406063894.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98277406510732, -38.67808198262521, 177.98475649428835, -38.674938637755666], "geometry": {"coordinates": [[177.98475649428835, -38.67808198262521, 0.0], [177.98277406510732, -38.674938637755666, 0.0]], "type": "LineString"}, "id": "514", "properties": {"Unique_ID": 100406062893.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98287688151584, -38.678042134925356, 177.9848593137319, -38.67489879202016], "geometry": {"coordinates": [[177.9848593137319, -38.678042134925356, 0.0], [177.98287688151584, -38.67489879202016, 0.0]], "type": "LineString"}, "id": "515", "properties": {"Unique_ID": 100406061893.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9829796978024, -38.67800228714214, 177.98496213305353, -38.674858946201276], "geometry": {"coordinates": [[177.98496213305353, -38.67800228714214, 0.0], [177.9829796978024, -38.674858946201276, 0.0]], "type": "LineString"}, "id": "516", "properties": {"Unique_ID": 100406060893.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98308251396702, -38.67796243927556, 177.98506495225317, -38.674819100299025], "geometry": {"coordinates": [[177.98506495225317, -38.67796243927556, 0.0], [177.98308251396702, -38.674819100299025, 0.0]], "type": "LineString"}, "id": "517", "properties": {"Unique_ID": 100406059893.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9831853300097, -38.67792259132561, 177.9851677713308, -38.67477925431339], "geometry": {"coordinates": [[177.9851677713308, -38.67792259132561, 0.0], [177.9831853300097, -38.67477925431339, 0.0]], "type": "LineString"}, "id": "518", "properties": {"Unique_ID": 100406058893.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9832881459304, -38.677882743292294, 177.9852705902865, -38.674739408244406], "geometry": {"coordinates": [[177.9852705902865, -38.677882743292294, 0.0], [177.9832881459304, -38.674739408244406, 0.0]], "type": "LineString"}, "id": "519", "properties": {"Unique_ID": 100406057893.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98339096172916, -38.677842895175594, 177.9853734091202, -38.674699562092066], "geometry": {"coordinates": [[177.9853734091202, -38.677842895175594, 0.0], [177.98339096172916, -38.674699562092066, 0.0]], "type": "LineString"}, "id": "520", "properties": {"Unique_ID": 100406056893.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.983493777406, -38.67780304697553, 177.98547622783192, -38.67465971585637], "geometry": {"coordinates": [[177.98547622783192, -38.67780304697553, 0.0], [177.983493777406, -38.67465971585637, 0.0]], "type": "LineString"}, "id": "521", "properties": {"Unique_ID": 100406055893.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98359659282886, -38.67776319867675, 177.9855790464613, -38.67461986958846], "geometry": {"coordinates": [[177.9855790464613, -38.67776319867675, 0.0], [177.98359659282886, -38.67461986958846, 0.0]], "type": "LineString"}, "id": "522", "properties": {"Unique_ID": 100406054892.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9836994082618, -38.67772335030995, 177.98568186492912, -38.67458002318602], "geometry": {"coordinates": [[177.98568186492912, -38.67772335030995, 0.0], [177.9836994082618, -38.67458002318602, 0.0]], "type": "LineString"}, "id": "523", "properties": {"Unique_ID": 100406053892.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98380222357275, -38.677683501859775, 177.98578468327494, -38.67454017670022], "geometry": {"coordinates": [[177.98578468327494, -38.677683501859775, 0.0], [177.98380222357275, -38.67454017670022, 0.0]], "type": "LineString"}, "id": "524", "properties": {"Unique_ID": 100406052892.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98390503877593, -38.677643653327905, 177.98588750149455, -38.67450033012559], "geometry": {"coordinates": [[177.98588750149455, -38.677643653327905, 0.0], [177.98390503877593, -38.67450033012559, 0.0]], "type": "LineString"}, "id": "525", "properties": {"Unique_ID": 100406051892.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98400785384302, -38.67760380471102, 177.9859903195964, -38.67446048347306], "geometry": {"coordinates": [[177.9859903195964, -38.67760380471102, 0.0], [177.98400785384302, -38.67446048347306, 0.0]], "type": "LineString"}, "id": "526", "properties": {"Unique_ID": 100406050892.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98411066877404, -38.6775639560091, 177.98609313758055, -38.67442063674267], "geometry": {"coordinates": [[177.98609313758055, -38.6775639560091, 0.0], [177.98411066877404, -38.67442063674267, 0.0]], "type": "LineString"}, "id": "527", "properties": {"Unique_ID": 100406049892.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98421348359722, -38.67752410722548, 177.9861959554385, -38.674380789923426], "geometry": {"coordinates": [[177.9861959554385, -38.67752410722548, 0.0], [177.98421348359722, -38.674380789923426, 0.0]], "type": "LineString"}, "id": "528", "properties": {"Unique_ID": 100406048892.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98431629829847, -38.67748425835848, 177.98629877317444, -38.674340943020816], "geometry": {"coordinates": [[177.98629877317444, -38.67748425835848, 0.0], [177.98431629829847, -38.674340943020816, 0.0]], "type": "LineString"}, "id": "529", "properties": {"Unique_ID": 100406047892.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98441911300978, -38.67744440942349, 177.9864015907488, -38.67430109598369], "geometry": {"coordinates": [[177.9864015907488, -38.67744440942349, 0.0], [177.98441911300978, -38.67430109598369, 0.0]], "type": "LineString"}, "id": "530", "properties": {"Unique_ID": 100406046892.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9845219274671, -38.67740456038976, 177.98650440824082, -38.67426124891437], "geometry": {"coordinates": [[177.98650440824082, -38.67740456038976, 0.0], [177.9845219274671, -38.67426124891437, 0.0]], "type": "LineString"}, "id": "531", "properties": {"Unique_ID": 100406045891.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9845581680828, -38.67735654694561, 177.98662700522618, -38.67424762198945], "geometry": {"coordinates": [[177.98662700522618, -38.67735654694561, 0.0], [177.9845581680828, -38.67424762198945, 0.0]], "type": "LineString"}, "id": "532", "properties": {"Unique_ID": 100406044974.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98465985769838, -38.67731496203114, 177.9867286976867, -38.674206039089995], "geometry": {"coordinates": [[177.9867286976867, -38.67731496203114, 0.0], [177.98465985769838, -38.674206039089995, 0.0]], "type": "LineString"}, "id": "533", "properties": {"Unique_ID": 100406043974.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98476154734746, -38.67727337705501, 177.98683038997436, -38.67416445604448], "geometry": {"coordinates": [[177.98683038997436, -38.67727337705501, 0.0], [177.98476154734746, -38.67416445604448, 0.0]], "type": "LineString"}, "id": "534", "properties": {"Unique_ID": 100406042974.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98486323658327, -38.67723179196238, 177.9869320822232, -38.67412287303563], "geometry": {"coordinates": [[177.9869320822232, -38.67723179196238, 0.0], [177.98486323658327, -38.67412287303563, 0.0]], "type": "LineString"}, "id": "535", "properties": {"Unique_ID": 100406041974.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9849649258526, -38.67719020680806, 177.98703377429925, -38.67408128988072], "geometry": {"coordinates": [[177.98703377429925, -38.67719020680806, 0.0], [177.9849649258526, -38.67408128988072, 0.0]], "type": "LineString"}, "id": "536", "properties": {"Unique_ID": 100406040974.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98506661496734, -38.67714862156899, 177.98713546625885, -38.67403970665665], "geometry": {"coordinates": [[177.98713546625885, -38.67714862156899, 0.0], [177.98506661496734, -38.67403970665665, 0.0]], "type": "LineString"}, "id": "537", "properties": {"Unique_ID": 100406039974.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9851683041156, -38.677107036268225, 177.98723715804562, -38.67399812328654], "geometry": {"coordinates": [[177.98723715804562, -38.677107036268225, 0.0], [177.9851683041156, -38.67399812328654, 0.0]], "type": "LineString"}, "id": "538", "properties": {"Unique_ID": 100406038974.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98526999285062, -38.67706545085097, 177.98733884979356, -38.67395653995307], "geometry": {"coordinates": [[177.98733884979356, -38.67706545085097, 0.0], [177.98526999285062, -38.67395653995307, 0.0]], "type": "LineString"}, "id": "539", "properties": {"Unique_ID": 100406037973.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98537168161914, -38.67702386537203, 177.98744054136864, -38.673914956473546], "geometry": {"coordinates": [[177.98744054136864, -38.67702386537203, 0.0], [177.98537168161914, -38.673914956473546, 0.0]], "type": "LineString"}, "id": "540", "properties": {"Unique_ID": 100406036973.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98547337023305, -38.67698227980833, 177.98754223282734, -38.67387337292489], "geometry": {"coordinates": [[177.98754223282734, -38.67698227980833, 0.0], [177.98547337023305, -38.67387337292489, 0.0]], "type": "LineString"}, "id": "541", "properties": {"Unique_ID": 100406035973.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98557505886583, -38.676940694181155, 177.9876439241176, -38.673831789236175], "geometry": {"coordinates": [[177.9876439241176, -38.676940694181155, 0.0], [177.98557505886583, -38.673831789236175, 0.0]], "type": "LineString"}, "id": "542", "properties": {"Unique_ID": 100406034973.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98567674711472, -38.67689910844108, 177.9877456153602, -38.6737902055721], "geometry": {"coordinates": [[177.9877456153602, -38.67689910844108, 0.0], [177.98567674711472, -38.6737902055721, 0.0]], "type": "LineString"}, "id": "543", "properties": {"Unique_ID": 100406033973.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98577843536773, -38.67685752263572, 177.98784730643882, -38.67374862177397], "geometry": {"coordinates": [[177.98784730643882, -38.67685752263572, 0.0], [177.98577843536773, -38.67374862177397, 0.0]], "type": "LineString"}, "id": "544", "properties": {"Unique_ID": 100406032973.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9858801236396, -38.676815936766886, 177.98794899734898, -38.67370703783581], "geometry": {"coordinates": [[177.98794899734898, -38.676815936766886, 0.0], [177.9858801236396, -38.67370703783581, 0.0]], "type": "LineString"}, "id": "545", "properties": {"Unique_ID": 100406031973.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98598181149816, -38.67677435078156, 177.9880506882203, -38.67366545393429], "geometry": {"coordinates": [[177.9880506882203, -38.67677435078156, 0.0], [177.98598181149816, -38.67366545393429, 0.0]], "type": "LineString"}, "id": "546", "properties": {"Unique_ID": 100406030973.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98608349939025, -38.67673276473455, 177.98815237891884, -38.67362386988673], "geometry": {"coordinates": [[177.98815237891884, -38.67673276473455, 0.0], [177.98608349939025, -38.67362386988673, 0.0]], "type": "LineString"}, "id": "547", "properties": {"Unique_ID": 100406029973.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98618518712775, -38.67669117860278, 177.98825406950093, -38.673582285770024], "geometry": {"coordinates": [[177.98825406950093, -38.67669117860278, 0.0], [177.98618518712775, -38.673582285770024, 0.0]], "type": "LineString"}, "id": "548", "properties": {"Unique_ID": 100406028973.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98628687489878, -38.67664959240934, 177.98835575991018, -38.67354070150727], "geometry": {"coordinates": [[177.98835575991018, -38.67664959240934, 0.0], [177.98628687489878, -38.67354070150727, 0.0]], "type": "LineString"}, "id": "549", "properties": {"Unique_ID": 100406027972.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98638856225654, -38.6766080060994, 177.9884574502806, -38.67349911728116], "geometry": {"coordinates": [[177.9884574502806, -38.6766080060994, 0.0], [177.98638856225654, -38.67349911728116, 0.0]], "type": "LineString"}, "id": "550", "properties": {"Unique_ID": 100406026972.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98660820769743, -38.67658206914318, 177.98852539260585, -38.67341398113256], "geometry": {"coordinates": [[177.98852539260585, -38.67658206914318, 0.0], [177.98660820769743, -38.67341398113256, 0.0]], "type": "LineString"}, "id": "551", "properties": {"Unique_ID": 100406025836.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9867118313033, -38.67654353205218, 177.9886290192245, -38.6733754459068], "geometry": {"coordinates": [[177.9886290192245, -38.67654353205218, 0.0], [177.9867118313033, -38.6733754459068, 0.0]], "type": "LineString"}, "id": "552", "properties": {"Unique_ID": 100406024836.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98681545452186, -38.676504994846304, 177.9887326458042, -38.6733369106957], "geometry": {"coordinates": [[177.9887326458042, -38.676504994846304, 0.0], [177.98681545452186, -38.6733369106957, 0.0]], "type": "LineString"}, "id": "553", "properties": {"Unique_ID": 100406023836.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98691907788904, -38.67646645758534, 177.9888362721841, -38.673298375299986], "geometry": {"coordinates": [[177.9888362721841, -38.67646645758534, 0.0], [177.98691907788904, -38.673298375299986, 0.0]], "type": "LineString"}, "id": "554", "properties": {"Unique_ID": 100406022836.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98702270100287, -38.67642792022446, 177.9889398984848, -38.67325983986913], "geometry": {"coordinates": [[177.9889398984848, -38.67642792022446, 0.0], [177.98702270100287, -38.67325983986913, 0.0]], "type": "LineString"}, "id": "555", "properties": {"Unique_ID": 100406021836.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98712632384965, -38.67638938276211, 177.98904352471047, -38.67322130440821], "geometry": {"coordinates": [[177.98904352471047, -38.67638938276211, 0.0], [177.98712632384965, -38.67322130440821, 0.0]], "type": "LineString"}, "id": "556", "properties": {"Unique_ID": 100406020836.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98722994687245, -38.67635084524777, 177.9891471507281, -38.673182768752504], "geometry": {"coordinates": [[177.9891471507281, -38.67635084524777, 0.0], [177.98722994687245, -38.673182768752504, 0.0]], "type": "LineString"}, "id": "557", "properties": {"Unique_ID": 100406019836.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98733356949424, -38.67631230761702, 177.98925077671086, -38.67314423311655], "geometry": {"coordinates": [[177.98925077671086, -38.67631230761702, 0.0], [177.98733356949424, -38.67314423311655, 0.0]], "type": "LineString"}, "id": "558", "properties": {"Unique_ID": 100406018835.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9874371922646, -38.67627376993117, 177.9893544024938, -38.673105697295995], "geometry": {"coordinates": [[177.9893544024938, -38.67627376993117, 0.0], [177.9874371922646, -38.673105697295995, 0.0]], "type": "LineString"}, "id": "559", "properties": {"Unique_ID": 100406017835.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98754081478162, -38.67623523214542, 177.98945802819762, -38.67306716144029], "geometry": {"coordinates": [[177.98945802819762, -38.67623523214542, 0.0], [177.98754081478162, -38.67306716144029, 0.0]], "type": "LineString"}, "id": "560", "properties": {"Unique_ID": 100406016833.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98764443703158, -38.6761966942582, 177.9895616538263, -38.67302862555453], "geometry": {"coordinates": [[177.9895616538263, -38.6761966942582, 0.0], [177.98764443703158, -38.67302862555453, 0.0]], "type": "LineString"}, "id": "561", "properties": {"Unique_ID": 100406015830.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98774805945757, -38.67615815631897, 177.98966527924702, -38.67299008947398], "geometry": {"coordinates": [[177.98966527924702, -38.67615815631897, 0.0], [177.98774805945757, -38.67299008947398, 0.0]], "type": "LineString"}, "id": "562", "properties": {"Unique_ID": 100406014826.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9878516816165, -38.676119618278314, 177.98976890459264, -38.672951553363355], "geometry": {"coordinates": [[177.98976890459264, -38.676119618278314, 0.0], [177.9878516816165, -38.672951553363355, 0.0]], "type": "LineString"}, "id": "563", "properties": {"Unique_ID": 100406013821.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9879553036561, -38.67608108015265, 177.98987252981888, -38.67291301716778], "geometry": {"coordinates": [[177.98987252981888, -38.67608108015265, 0.0], [177.9879553036561, -38.67291301716778, 0.0]], "type": "LineString"}, "id": "564", "properties": {"Unique_ID": 100406012814.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9880589255763, -38.67604254194203, 177.98997615492573, -38.672874480887245], "geometry": {"coordinates": [[177.98997615492573, -38.67604254194203, 0.0], [177.9880589255763, -38.672874480887245, 0.0]], "type": "LineString"}, "id": "565", "properties": {"Unique_ID": 100406011807.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98816254724318, -38.67600400363148, 177.9900797799534, -38.672835944571545], "geometry": {"coordinates": [[177.9900797799534, -38.67600400363148, 0.0], [177.98816254724318, -38.672835944571545, 0.0]], "type": "LineString"}, "id": "566", "properties": {"Unique_ID": 100406010799.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98826616904495, -38.67596546526435, 177.9901834047854, -38.67279740807634], "geometry": {"coordinates": [[177.9901834047854, -38.67596546526435, 0.0], [177.98826616904495, -38.67279740807634, 0.0]], "type": "LineString"}, "id": "567", "properties": {"Unique_ID": 100406009791.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9886650729056, -38.67596141731334, 177.9902023914973, -38.67266852872074], "geometry": {"coordinates": [[177.9902023914973, -38.67596141731334, 0.0], [177.9886650729056, -38.67266852872074, 0.0]], "type": "LineString"}, "id": "568", "properties": {"Unique_ID": 100406008549.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98877277706424, -38.675930515406286, 177.99031009964148, -38.672637628510756], "geometry": {"coordinates": [[177.99031009964148, -38.675930515406286, 0.0], [177.98877277706424, -38.672637628510756, 0.0]], "type": "LineString"}, "id": "569", "properties": {"Unique_ID": 100406007548.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9888804811205, -38.675899613405676, 177.9904178076833, -38.67260672820722], "geometry": {"coordinates": [[177.9904178076833, -38.675899613405676, 0.0], [177.9888804811205, -38.67260672820722, 0.0]], "type": "LineString"}, "id": "570", "properties": {"Unique_ID": 100406006548.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9889881850744, -38.6758687113115, 177.9905255156227, -38.67257582781014], "geometry": {"coordinates": [[177.9905255156227, -38.6758687113115, 0.0], [177.9889881850744, -38.67257582781014, 0.0]], "type": "LineString"}, "id": "571", "properties": {"Unique_ID": 100406005547.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98909588893687, -38.6758378091247, 177.9906332234564, -38.672544927316345], "geometry": {"coordinates": [[177.9906332234564, -38.6758378091247, 0.0], [177.98909588893687, -38.672544927316345, 0.0]], "type": "LineString"}, "id": "572", "properties": {"Unique_ID": 100406004547.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98920359268598, -38.6758069068434, 177.99074093119103, -38.672514026732145], "geometry": {"coordinates": [[177.99074093119103, -38.6758069068434, 0.0], [177.98920359268598, -38.672514026732145, 0.0]], "type": "LineString"}, "id": "573", "properties": {"Unique_ID": 100406003546.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98931129632177, -38.67577600446758, 177.99084863882652, -38.672483126057536], "geometry": {"coordinates": [[177.99084863882652, -38.67577600446758, 0.0], [177.98931129632177, -38.672483126057536, 0.0]], "type": "LineString"}, "id": "574", "properties": {"Unique_ID": 100406002546.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98941899986616, -38.67574510199916, 177.99095634635634, -38.67245222528623], "geometry": {"coordinates": [[177.99095634635634, -38.67574510199916, 0.0], [177.98941899986616, -38.67245222528623, 0.0]], "type": "LineString"}, "id": "575", "properties": {"Unique_ID": 100406001546.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98952670330814, -38.67571419943717, 177.99106405378376, -38.67242132442137], "geometry": {"coordinates": [[177.99106405378376, -38.67571419943717, 0.0], [177.98952670330814, -38.67242132442137, 0.0]], "type": "LineString"}, "id": "576", "properties": {"Unique_ID": 100406000545.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98963440664778, -38.67568329678162, 177.99117176110877, -38.67239042346296], "geometry": {"coordinates": [[177.99117176110877, -38.67568329678162, 0.0], [177.98963440664778, -38.67239042346296, 0.0]], "type": "LineString"}, "id": "577", "properties": {"Unique_ID": 100405999545.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98974210988504, -38.67565239403251, 177.99127946833138, -38.672359522410986], "geometry": {"coordinates": [[177.99127946833138, -38.67565239403251, 0.0], [177.98974210988504, -38.672359522410986, 0.0]], "type": "LineString"}, "id": "578", "properties": {"Unique_ID": 100405998545.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9898498130199, -38.67562149118983, 177.9913871754516, -38.672328621265464], "geometry": {"coordinates": [[177.9913871754516, -38.67562149118983, 0.0], [177.9898498130199, -38.672328621265464, 0.0]], "type": "LineString"}, "id": "579", "properties": {"Unique_ID": 100405997545.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98995751606338, -38.67559058825455, 177.99149488246616, -38.67229772002324], "geometry": {"coordinates": [[177.99149488246616, -38.67559058825455, 0.0], [177.98995751606338, -38.67229772002324, 0.0]], "type": "LineString"}, "id": "580", "properties": {"Unique_ID": 100405996545.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99006521899352, -38.675559685224755, 177.99160258938156, -38.67226681869063], "geometry": {"coordinates": [[177.99160258938156, -38.675559685224755, 0.0], [177.99006521899352, -38.67226681869063, 0.0]], "type": "LineString"}, "id": "581", "properties": {"Unique_ID": 100405995545.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99017292181028, -38.675528782100464, 177.99171029619788, -38.67223591726759], "geometry": {"coordinates": [[177.99171029619788, -38.675528782100464, 0.0], [177.99017292181028, -38.67223591726759, 0.0]], "type": "LineString"}, "id": "582", "properties": {"Unique_ID": 100405994545.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99028062453567, -38.675497878883554, 177.99181800290847, -38.67220501574787], "geometry": {"coordinates": [[177.99181800290847, -38.675497878883554, 0.0], [177.99028062453567, -38.67220501574787, 0.0]], "type": "LineString"}, "id": "583", "properties": {"Unique_ID": 100405993544.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99038832715866, -38.67546697557309, 177.99192570951672, -38.672174114134584], "geometry": {"coordinates": [[177.99192570951672, -38.67546697557309, 0.0], [177.99038832715866, -38.672174114134584, 0.0]], "type": "LineString"}, "id": "584", "properties": {"Unique_ID": 100405992544.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99049602967926, -38.67543607216905, 177.99203341602257, -38.67214321242775], "geometry": {"coordinates": [[177.99203341602257, -38.67543607216905, 0.0], [177.99049602967926, -38.67214321242775, 0.0]], "type": "LineString"}, "id": "585", "properties": {"Unique_ID": 100405991543.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9906037320975, -38.67540516867146, 177.99214112242595, -38.672112310627384], "geometry": {"coordinates": [[177.99214112242595, -38.67540516867146, 0.0], [177.9906037320975, -38.672112310627384, 0.0]], "type": "LineString"}, "id": "586", "properties": {"Unique_ID": 100405990542.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99079314142412, -38.675381421747325, 177.9922245555559, -38.6720593353102], "geometry": {"coordinates": [[177.9922245555559, -38.675381421747325, 0.0], [177.99079314142412, -38.6720593353102, 0.0]], "type": "LineString"}, "id": "587", "properties": {"Unique_ID": 100405989480.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99090179959404, -38.67535264835458, 177.99233321791968, -38.67203056354432], "geometry": {"coordinates": [[177.99233321791968, -38.67535264835458, 0.0], [177.99090179959404, -38.67203056354432, 0.0]], "type": "LineString"}, "id": "588", "properties": {"Unique_ID": 100405988478.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9910104576872, -38.67532387486774, 177.9924418801802, -38.672001791677346], "geometry": {"coordinates": [[177.9924418801802, -38.67532387486774, 0.0], [177.9910104576872, -38.672001791677346, 0.0]], "type": "LineString"}, "id": "589", "properties": {"Unique_ID": 100405987475.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99111911566285, -38.6752951012836, 177.99255054234968, -38.671973019720085], "geometry": {"coordinates": [[177.99255054234968, -38.6752951012836, 0.0], [177.99111911566285, -38.671973019720085, 0.0]], "type": "LineString"}, "id": "590", "properties": {"Unique_ID": 100405986474.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99122777341552, -38.675266327593754, 177.99265920445978, -38.67194424770046], "geometry": {"coordinates": [[177.99265920445978, -38.675266327593754, 0.0], [177.99122777341552, -38.67194424770046, 0.0]], "type": "LineString"}, "id": "591", "properties": {"Unique_ID": 100405985473.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99133643119694, -38.67523755381823, 177.992767866435, -38.67191547555182], "geometry": {"coordinates": [[177.992767866435, -38.67523755381823, 0.0], [177.99133643119694, -38.67191547555182, 0.0]], "type": "LineString"}, "id": "592", "properties": {"Unique_ID": 100405984473.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9914450889016, -38.675208779948605, 177.99287652830697, -38.671886703302086], "geometry": {"coordinates": [[177.99287652830697, -38.675208779948605, 0.0], [177.9914450889016, -38.671886703302086, 0.0]], "type": "LineString"}, "id": "593", "properties": {"Unique_ID": 100405983473.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99155374663505, -38.675180005993305, 177.992985190044, -38.671857930923366], "geometry": {"coordinates": [[177.992985190044, -38.675180005993305, 0.0], [177.99155374663505, -38.671857930923366, 0.0]], "type": "LineString"}, "id": "594", "properties": {"Unique_ID": 100405982473.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99166240414544, -38.67515123193229, 177.99309385172168, -38.67182915848228], "geometry": {"coordinates": [[177.99309385172168, -38.67515123193229, 0.0], [177.99166240414544, -38.67182915848228, 0.0]], "type": "LineString"}, "id": "595", "properties": {"Unique_ID": 100405981473.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99177106154858, -38.6751224577748, 177.99320251330525, -38.671800385948195], "geometry": {"coordinates": [[177.99320251330525, -38.6751224577748, 0.0], [177.99177106154858, -38.671800385948195, 0.0]], "type": "LineString"}, "id": "596", "properties": {"Unique_ID": 100405980473.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9918797188444, -38.675093683520785, 177.99331117479474, -38.671771613321134], "geometry": {"coordinates": [[177.99331117479474, -38.675093683520785, 0.0], [177.9918797188444, -38.671771613321134, 0.0]], "type": "LineString"}, "id": "597", "properties": {"Unique_ID": 100405979473.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99198837606343, -38.6750649091727, 177.99341983618098, -38.671742840592984], "geometry": {"coordinates": [[177.99341983618098, -38.6750649091727, 0.0], [177.99198837606343, -38.671742840592984, 0.0]], "type": "LineString"}, "id": "598", "properties": {"Unique_ID": 100405978473.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.992097033165, -38.67503613472731, 177.99352849747615, -38.671714067774545], "geometry": {"coordinates": [[177.99352849747615, -38.67503613472731, 0.0], [177.992097033165, -38.671714067774545, 0.0]], "type": "LineString"}, "id": "599", "properties": {"Unique_ID": 100405977473.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9922056900436, -38.67500736017621, 177.993637158712, -38.67168529489376], "geometry": {"coordinates": [[177.993637158712, -38.67500736017621, 0.0], [177.9922056900436, -38.67168529489376, 0.0]], "type": "LineString"}, "id": "600", "properties": {"Unique_ID": 100405976473.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99231434695093, -38.67497858553943, 177.99374581981291, -38.671656521883946], "geometry": {"coordinates": [[177.99374581981291, -38.67497858553943, 0.0], [177.99231434695093, -38.671656521883946, 0.0]], "type": "LineString"}, "id": "601", "properties": {"Unique_ID": 100405975472.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99242300378145, -38.67494981080856, 177.99385448081054, -38.67162774877307], "geometry": {"coordinates": [[177.99385448081054, -38.67494981080856, 0.0], [177.99242300378145, -38.67162774877307, 0.0]], "type": "LineString"}, "id": "602", "properties": {"Unique_ID": 100405974472.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99253166064076, -38.67492103599202, 177.9939631416733, -38.67159897553318], "geometry": {"coordinates": [[177.9939631416733, -38.67492103599202, 0.0], [177.99253166064076, -38.67159897553318, 0.0]], "type": "LineString"}, "id": "603", "properties": {"Unique_ID": 100405973472.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99264031727708, -38.67489226106978, 177.99407180247667, -38.67157020223094], "geometry": {"coordinates": [[177.99407180247667, -38.67489226106978, 0.0], [177.99264031727708, -38.67157020223094, 0.0]], "type": "LineString"}, "id": "604", "properties": {"Unique_ID": 100405972471.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99294706288637, -38.67488070249638, 177.99412260263827, -38.671497489093504], "geometry": {"coordinates": [[177.99412260263827, -38.67488070249638, 0.0], [177.99294706288637, -38.671497489093504, 0.0]], "type": "LineString"}, "id": "605", "properties": {"Unique_ID": 100405971315.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99305771925688, -38.67485707222878, 177.99423326380784, -38.671473860299315], "geometry": {"coordinates": [[177.99423326380784, -38.67485707222878, 0.0], [177.99305771925688, -38.671473860299315, 0.0]], "type": "LineString"}, "id": "606", "properties": {"Unique_ID": 100405970314.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9931683758541, -38.674833441880686, 177.9943439248006, -38.671450231338454], "geometry": {"coordinates": [[177.9943439248006, -38.674833441880686, 0.0], [177.9931683758541, -38.671450231338454, 0.0]], "type": "LineString"}, "id": "607", "properties": {"Unique_ID": 100405969314.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9932790320492, -38.67480981141179, 177.99445458580527, -38.67142660234525], "geometry": {"coordinates": [[177.99445458580527, -38.67480981141179, 0.0], [177.9932790320492, -38.67142660234525, 0.0]], "type": "LineString"}, "id": "608", "properties": {"Unique_ID": 100405968314.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99338968847107, -38.6747861808624, 177.99456524663313, -38.67140297318538], "geometry": {"coordinates": [[177.99456524663313, -38.6747861808624, 0.0], [177.99338968847107, -38.67140297318538, 0.0]], "type": "LineString"}, "id": "609", "properties": {"Unique_ID": 100405967313.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9935003445151, -38.6747625501938, 177.99467590746565, -38.671379343987965], "geometry": {"coordinates": [[177.99467590746565, -38.6747625501938, 0.0], [177.9935003445151, -38.671379343987965, 0.0]], "type": "LineString"}, "id": "610", "properties": {"Unique_ID": 100405966313.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99361100076158, -38.67473891944311, 177.99478656812863, -38.67135571462909], "geometry": {"coordinates": [[177.99478656812863, -38.67473891944311, 0.0], [177.99361100076158, -38.67135571462909, 0.0]], "type": "LineString"}, "id": "611", "properties": {"Unique_ID": 100405965313.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99372165663024, -38.67471528857321, 177.99489722879625, -38.671332085232656], "geometry": {"coordinates": [[177.99489722879625, -38.67471528857321, 0.0], [177.99372165663024, -38.671332085232656, 0.0]], "type": "LineString"}, "id": "612", "properties": {"Unique_ID": 100405964312.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99383231272566, -38.67469165762282, 177.99500788928705, -38.67130845566958], "geometry": {"coordinates": [[177.99500788928705, -38.67469165762282, 0.0], [177.99383231272566, -38.67130845566958, 0.0]], "type": "LineString"}, "id": "613", "properties": {"Unique_ID": 100405963312.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9939429684189, -38.67466802655162, 177.99511854978977, -38.671284826074135], "geometry": {"coordinates": [[177.99511854978977, -38.67466802655162, 0.0], [177.9939429684189, -38.671284826074135, 0.0]], "type": "LineString"}, "id": "614", "properties": {"Unique_ID": 100405962311.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99405362433893, -38.67464439539995, 177.9952292101157, -38.67126119631204], "geometry": {"coordinates": [[177.9952292101157, -38.67464439539995, 0.0], [177.99405362433893, -38.67126119631204, 0.0]], "type": "LineString"}, "id": "615", "properties": {"Unique_ID": 100405961311.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99416427987302, -38.67462076412852, 177.99533987044867, -38.67123756651413], "geometry": {"coordinates": [[177.99533987044867, -38.67462076412852, 0.0], [177.99416427987302, -38.67123756651413, 0.0]], "type": "LineString"}, "id": "616", "properties": {"Unique_ID": 100405960311.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99427493562575, -38.67459713277608, 177.9954505306073, -38.67121393655128], "geometry": {"coordinates": [[177.9954505306073, -38.67459713277608, 0.0], [177.99427493562575, -38.67121393655128, 0.0]], "type": "LineString"}, "id": "617", "properties": {"Unique_ID": 100405959310.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99438559099255, -38.67457350130389, 177.99556119077292, -38.671190306552646], "geometry": {"coordinates": [[177.99556119077292, -38.67457350130389, 0.0], [177.99438559099255, -38.671190306552646, 0.0]], "type": "LineString"}, "id": "618", "properties": {"Unique_ID": 100405958310.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99449624657802, -38.67454986975069, 177.9956718507642, -38.671166676389056], "geometry": {"coordinates": [[177.9956718507642, -38.67454986975069, 0.0], [177.99449624657802, -38.671166676389056, 0.0]], "type": "LineString"}, "id": "619", "properties": {"Unique_ID": 100405957310.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99460690178563, -38.67452623807826, 177.9957825107601, -38.67114304618793], "geometry": {"coordinates": [[177.9957825107601, -38.67452623807826, 0.0], [177.99460690178563, -38.67114304618793, 0.0]], "type": "LineString"}, "id": "620", "properties": {"Unique_ID": 100405956309.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99471755719568, -38.674502606323784, 177.9958931705865, -38.67111941582535], "geometry": {"coordinates": [[177.9958931705865, -38.674502606323784, 0.0], [177.99471755719568, -38.67111941582535, 0.0]], "type": "LineString"}, "id": "621", "properties": {"Unique_ID": 100405955309.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99482821222793, -38.67447897445007, 177.9960038304175, -38.67109578542524], "geometry": {"coordinates": [[177.9960038304175, -38.67447897445007, 0.0], [177.99482821222793, -38.67109578542524, 0.0]], "type": "LineString"}, "id": "622", "properties": {"Unique_ID": 100405954308.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9949388674869, -38.67445534249588, 177.99611449007173, -38.67107215485845], "geometry": {"coordinates": [[177.99611449007173, -38.67445534249588, 0.0], [177.9949388674869, -38.67107215485845, 0.0]], "type": "LineString"}, "id": "623", "properties": {"Unique_ID": 100405953308.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99504952234375, -38.67443171042088, 177.9962251497378, -38.67104852425931], "geometry": {"coordinates": [[177.9962251497378, -38.67443171042088, 0.0], [177.99504952234375, -38.67104852425931, 0.0]], "type": "LineString"}, "id": "624", "properties": {"Unique_ID": 100405952307.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99516017742735, -38.67440807826543, 177.9963358092271, -38.671024893493524], "geometry": {"coordinates": [[177.9963358092271, -38.67440807826543, 0.0], [177.99516017742735, -38.671024893493524, 0.0]], "type": "LineString"}, "id": "625", "properties": {"Unique_ID": 100405951307.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9950525347649, -38.67436619556224, 177.99651068487003, -38.671051282397315], "geometry": {"coordinates": [[177.99651068487003, -38.67436619556224, 0.0], [177.9950525347649, -38.671051282397315, 0.0]], "type": "LineString"}, "id": "626", "properties": {"Unique_ID": 100405950518.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99516095666152, -38.674336884324845, 177.99661911107447, -38.67102197285002], "geometry": {"coordinates": [[177.99661911107447, -38.674336884324845, 0.0], [177.99516095666152, -38.67102197285002, 0.0]], "type": "LineString"}, "id": "627", "properties": {"Unique_ID": 100405949518.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9952693785846, -38.674307573002416, 177.99672753714296, -38.67099266317382], "geometry": {"coordinates": [[177.99672753714296, -38.674307573002416, 0.0], [177.9952693785846, -38.67099266317382, 0.0]], "type": "LineString"}, "id": "628", "properties": {"Unique_ID": 100405948518.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99537780056525, -38.6742782615975, 177.9968359630661, -38.670963353360264], "geometry": {"coordinates": [[177.9968359630661, -38.6742782615975, 0.0], [177.99537780056525, -38.670963353360264, 0.0]], "type": "LineString"}, "id": "629", "properties": {"Unique_ID": 100405947518.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99548622231214, -38.67424895008643, 177.99694438893138, -38.670934043488145], "geometry": {"coordinates": [[177.99694438893138, -38.67424895008643, 0.0], [177.99548622231214, -38.670934043488145, 0.0]], "type": "LineString"}, "id": "630", "properties": {"Unique_ID": 100405946518.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99559464393982, -38.67421963847852, 177.99705281470438, -38.670904733526484], "geometry": {"coordinates": [[177.99705281470438, -38.67421963847852, 0.0], [177.99559464393982, -38.670904733526484, 0.0]], "type": "LineString"}, "id": "631", "properties": {"Unique_ID": 100405945517.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99570306547938, -38.674190326776305, 177.99716124037576, -38.67087542346686], "geometry": {"coordinates": [[177.99716124037576, -38.674190326776305, 0.0], [177.99570306547938, -38.67087542346686, 0.0]], "type": "LineString"}, "id": "632", "properties": {"Unique_ID": 100405944517.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99581148678516, -38.67416101496796, 177.99726966598922, -38.67084611334868], "geometry": {"coordinates": [[177.99726966598922, -38.67416101496796, 0.0], [177.99581148678516, -38.67084611334868, 0.0]], "type": "LineString"}, "id": "633", "properties": {"Unique_ID": 100405943516.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9959199081278, -38.674131703075425, 177.99737809146364, -38.67081680309876], "geometry": {"coordinates": [[177.99737809146364, -38.674131703075425, 0.0], [177.9959199081278, -38.67081680309876, 0.0]], "type": "LineString"}, "id": "634", "properties": {"Unique_ID": 100405942516.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99602832950723, -38.67410239109872, 177.99748651679894, -38.67078749271713], "geometry": {"coordinates": [[177.99748651679894, -38.67410239109872, 0.0], [177.99602832950723, -38.67078749271713, 0.0]], "type": "LineString"}, "id": "635", "properties": {"Unique_ID": 100405941515.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99613675066328, -38.674073079016715, 177.99759494207325, -38.67075818227413], "geometry": {"coordinates": [[177.99759494207325, -38.674073079016715, 0.0], [177.99613675066328, -38.67075818227413, 0.0]], "type": "LineString"}, "id": "636", "properties": {"Unique_ID": 100405940514.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99624517171048, -38.674043766838714, 177.99770336725217, -38.67072887173877], "geometry": {"coordinates": [[177.99770336725217, -38.674043766838714, 0.0], [177.99624517171048, -38.67072887173877, 0.0]], "type": "LineString"}, "id": "637", "properties": {"Unique_ID": 100405939514.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99635359264883, -38.67401445456472, 177.9978117923357, -38.67069956111108], "geometry": {"coordinates": [[177.9978117923357, -38.67401445456472, 0.0], [177.99635359264883, -38.67069956111108, 0.0]], "type": "LineString"}, "id": "638", "properties": {"Unique_ID": 100405938514.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9964620133638, -38.67398514218544, 177.9979202173582, -38.67067025042201], "geometry": {"coordinates": [[177.9979202173582, -38.67398514218544, 0.0], [177.9964620133638, -38.67067025042201, 0.0]], "type": "LineString"}, "id": "639", "properties": {"Unique_ID": 100405937514.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9965704341156, -38.673955829721976, 177.99802864224162, -38.67064093960122], "geometry": {"coordinates": [[177.99802864224162, -38.673955829721976, 0.0], [177.9965704341156, -38.67064093960122, 0.0]], "type": "LineString"}, "id": "640", "properties": {"Unique_ID": 100405936513.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9966788549042, -38.67392651717434, 177.99813706698598, -38.670611628648714], "geometry": {"coordinates": [[177.99813706698598, -38.67392651717434, 0.0], [177.9966788549042, -38.670611628648714, 0.0]], "type": "LineString"}, "id": "641", "properties": {"Unique_ID": 100405935513.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.996787275459, -38.673897204520586, 177.9982454916724, -38.67058231763764], "geometry": {"coordinates": [[177.9982454916724, -38.673897204520586, 0.0], [177.996787275459, -38.67058231763764, 0.0]], "type": "LineString"}, "id": "642", "properties": {"Unique_ID": 100405934513.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99689569592573, -38.67386789177248, 177.99835391625723, -38.6705530065286], "geometry": {"coordinates": [[177.99835391625723, -38.67386789177248, 0.0], [177.99689569592573, -38.6705530065286, 0.0]], "type": "LineString"}, "id": "643", "properties": {"Unique_ID": 100405933512.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99700411627325, -38.67383857892757, 177.9984623407498, -38.67052369533004], "geometry": {"coordinates": [[177.9984623407498, -38.67383857892757, 0.0], [177.99700411627325, -38.67052369533004, 0.0]], "type": "LineString"}, "id": "644", "properties": {"Unique_ID": 100405932511.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99711253638696, -38.67380926597652, 177.99857076518444, -38.67049438407291], "geometry": {"coordinates": [[177.99857076518444, -38.67380926597652, 0.0], [177.99711253638696, -38.67049438407291, 0.0]], "type": "LineString"}, "id": "645", "properties": {"Unique_ID": 100405931510.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99722095655827, -38.67377995294298, 177.99867918947376, -38.670465072678454], "geometry": {"coordinates": [[177.99867918947376, -38.67377995294298, 0.0], [177.99722095655827, -38.670465072678454, 0.0]], "type": "LineString"}, "id": "646", "properties": {"Unique_ID": 100405930509.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99724230554878, -38.673741733342176, 177.9988127814802, -38.670458517735085], "geometry": {"coordinates": [[177.9988127814802, -38.673741733342176, 0.0], [177.99724230554878, -38.670458517735085, 0.0]], "type": "LineString"}, "id": "647", "properties": {"Unique_ID": 100405929591.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99734968999854, -38.6737101639663, 177.99892016985078, -38.67042695007909], "geometry": {"coordinates": [[177.99892016985078, -38.6737101639663, 0.0], [177.99734968999854, -38.67042695007909, 0.0]], "type": "LineString"}, "id": "648", "properties": {"Unique_ID": 100405928587.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99745707448744, -38.673678594510164, 177.9990275580744, -38.67039538228817], "geometry": {"coordinates": [[177.9990275580744, -38.673678594510164, 0.0], [177.99745707448744, -38.67039538228817, 0.0]], "type": "LineString"}, "id": "649", "properties": {"Unique_ID": 100405927584.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99756445872922, -38.67364702494857, 177.99913494623698, -38.67036381444647], "geometry": {"coordinates": [[177.99913494623698, -38.67364702494857, 0.0], [177.99756445872922, -38.67036381444647, 0.0]], "type": "LineString"}, "id": "650", "properties": {"Unique_ID": 100405926580.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99767184272392, -38.673615455281514, 177.99924233433848, -38.67033224655402], "geometry": {"coordinates": [[177.99924233433848, -38.673615455281514, 0.0], [177.99767184272392, -38.67033224655402, 0.0]], "type": "LineString"}, "id": "651", "properties": {"Unique_ID": 100405925577.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99777922675773, -38.67358388553422, 177.99934972229303, -38.670300678526644], "geometry": {"coordinates": [[177.99934972229303, -38.67358388553422, 0.0], [177.99777922675773, -38.670300678526644, 0.0]], "type": "LineString"}, "id": "652", "properties": {"Unique_ID": 100405924573.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99788661067632, -38.67355231569308, 177.99945711014698, -38.67026911040971], "geometry": {"coordinates": [[177.99945711014698, -38.67355231569308, 0.0], [177.99788661067632, -38.67026911040971, 0.0]], "type": "LineString"}, "id": "653", "properties": {"Unique_ID": 100405923570.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9979939946453, -38.67352074577271, 177.99956449785057, -38.67023754215459], "geometry": {"coordinates": [[177.99956449785057, -38.67352074577271, 0.0], [177.9979939946453, -38.67023754215459, 0.0]], "type": "LineString"}, "id": "654", "properties": {"Unique_ID": 100405922566.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99810137836718, -38.67348917574687, 177.9996718854931, -38.67020597384869], "geometry": {"coordinates": [[177.9996718854931, -38.67348917574687, 0.0], [177.99810137836718, -38.67020597384869, 0.0]], "type": "LineString"}, "id": "655", "properties": {"Unique_ID": 100405921563.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9982087618419, -38.67345760561555, 177.99977927307455, -38.67017440549202], "geometry": {"coordinates": [[177.99977927307455, -38.67345760561555, 0.0], [177.9982087618419, -38.67017440549202, 0.0]], "type": "LineString"}, "id": "656", "properties": {"Unique_ID": 100405920560.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9983161453558, -38.67342603540401, 177.99988666050905, -38.67014283700044], "geometry": {"coordinates": [[177.99988666050905, -38.67342603540401, 0.0], [177.9983161453558, -38.67014283700044, 0.0]], "type": "LineString"}, "id": "657", "properties": {"Unique_ID": 100405919557.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99842352890883, -38.67339446511225, 177.9999940477966, -38.67011126837394], "geometry": {"coordinates": [[177.9999940477966, -38.67339446511225, 0.0], [177.99842352890883, -38.67011126837394, 0.0]], "type": "LineString"}, "id": "658", "properties": {"Unique_ID": 100405918554.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99853091221473, -38.67336289471502, 178.0001014350231, -38.67007969969667], "geometry": {"coordinates": [[178.0001014350231, -38.67336289471502, 0.0], [177.99853091221473, -38.67007969969667, 0.0]], "type": "LineString"}, "id": "659", "properties": {"Unique_ID": 100405917552.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99863829541667, -38.67333132422494, 178.00020882214557, -38.670048130926574], "geometry": {"coordinates": [[178.00020882214557, -38.67333132422494, 0.0], [177.99863829541667, -38.670048130926574, 0.0]], "type": "LineString"}, "id": "660", "properties": {"Unique_ID": 100405916551.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99874567837148, -38.67329975362939, 178.000316209207, -38.670016562105715], "geometry": {"coordinates": [[178.000316209207, -38.67329975362939, 0.0], [177.99874567837148, -38.670016562105715, 0.0]], "type": "LineString"}, "id": "661", "properties": {"Unique_ID": 100405915550.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99885306136542, -38.67326818295362, 178.00042359612144, -38.66998499314994], "geometry": {"coordinates": [[178.00042359612144, -38.67326818295362, 0.0], [177.99885306136542, -38.66998499314994, 0.0]], "type": "LineString"}, "id": "662", "properties": {"Unique_ID": 100405914550.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9989604443985, -38.67323661219762, 178.00053098288893, -38.66995342405925], "geometry": {"coordinates": [[178.00053098288893, -38.67323661219762, 0.0], [177.9989604443985, -38.66995342405925, 0.0]], "type": "LineString"}, "id": "663", "properties": {"Unique_ID": 100405913550.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99911193138857, -38.67320979807387, 178.00062573873282, -38.66991027413058], "geometry": {"coordinates": [[178.00062573873282, -38.67320979807387, 0.0], [177.99911193138857, -38.66991027413058, 0.0]], "type": "LineString"}, "id": "664", "properties": {"Unique_ID": 100405912520.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99921984837394, -38.673179367580296, 178.0007336597468, -38.669879845318555], "geometry": {"coordinates": [[178.0007336597468, -38.673179367580296, 0.0], [177.99921984837394, -38.669879845318555, 0.0]], "type": "LineString"}, "id": "665", "properties": {"Unique_ID": 100405911518.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99932776525807, -38.67314893699273, 178.00084158065957, -38.66984941641251], "geometry": {"coordinates": [[178.00084158065957, -38.67314893699273, 0.0], [177.99932776525807, -38.66984941641251, 0.0]], "type": "LineString"}, "id": "666", "properties": {"Unique_ID": 100405910515.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.999435682041, -38.673118506311106, 178.000949501471, -38.669818987412455], "geometry": {"coordinates": [[178.000949501471, -38.673118506311106, 0.0], [177.999435682041, -38.669818987412455, 0.0]], "type": "LineString"}, "id": "667", "properties": {"Unique_ID": 100405909511.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99954359872268, -38.673088075535475, 178.00105742218125, -38.66978855831837], "geometry": {"coordinates": [[178.00105742218125, -38.673088075535475, 0.0], [177.99954359872268, -38.66978855831837, 0.0]], "type": "LineString"}, "id": "668", "properties": {"Unique_ID": 100405908506.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9996515153031, -38.67305764466581, 178.00116534279022, -38.669758129130294], "geometry": {"coordinates": [[178.00116534279022, -38.67305764466581, 0.0], [177.9996515153031, -38.669758129130294, 0.0]], "type": "LineString"}, "id": "669", "properties": {"Unique_ID": 100405907501.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9997594317823, -38.673027213702134, 178.00127326329792, -38.66972769984818], "geometry": {"coordinates": [[178.00127326329792, -38.673027213702134, 0.0], [177.9997594317823, -38.66972769984818, 0.0]], "type": "LineString"}, "id": "670", "properties": {"Unique_ID": 100405906496.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99986734816025, -38.672996782644425, 178.00138118370435, -38.66969727047206], "geometry": {"coordinates": [[178.00138118370435, -38.672996782644425, 0.0], [177.99986734816025, -38.66969727047206, 0.0]], "type": "LineString"}, "id": "671", "properties": {"Unique_ID": 100405905491.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99997526458145, -38.67296635150494, 178.0014891039662, -38.66966684096121], "geometry": {"coordinates": [[178.0014891039662, -38.67296635150494, 0.0], [177.99997526458145, -38.66966684096121, 0.0]], "type": "LineString"}, "id": "672", "properties": {"Unique_ID": 100405904486.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00008318061248, -38.67293592024696, 178.00159702421345, -38.6696364114378], "geometry": {"coordinates": [[178.00159702421345, -38.67293592024696, 0.0], [178.00008318061248, -38.6696364114378, 0.0]], "type": "LineString"}, "id": "673", "properties": {"Unique_ID": 100405903481.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00019109668673, -38.6729054889072, 178.00170494431615, -38.66960598177964], "geometry": {"coordinates": [[178.00170494431615, -38.6729054889072, 0.0], [178.00019109668673, -38.66960598177964, 0.0]], "type": "LineString"}, "id": "674", "properties": {"Unique_ID": 100405902475.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00029901265975, -38.6728750574734, 178.00181286431751, -38.669575552027474], "geometry": {"coordinates": [[178.00181286431751, -38.6728750574734, 0.0], [178.00029901265975, -38.669575552027474, 0.0]], "type": "LineString"}, "id": "675", "properties": {"Unique_ID": 100405901470.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0004069285315, -38.672844625945594, 178.00192078421767, -38.669545122181304], "geometry": {"coordinates": [[178.00192078421767, -38.672844625945594, 0.0], [178.0004069285315, -38.669545122181304, 0.0]], "type": "LineString"}, "id": "676", "properties": {"Unique_ID": 100405900467.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00051484430205, -38.67281419432376, 178.00202870401657, -38.669514692241094], "geometry": {"coordinates": [[178.00202870401657, -38.67281419432376, 0.0], [178.00051484430205, -38.669514692241094, 0.0]], "type": "LineString"}, "id": "677", "properties": {"Unique_ID": 100405899463.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0003110441643, -38.67275002226034, 178.0022277745976, -38.66958185163853], "geometry": {"coordinates": [[178.0022277745976, -38.67275002226034, 0.0], [178.0003110441643, -38.66958185163853, 0.0]], "type": "LineString"}, "id": "678", "properties": {"Unique_ID": 100405898790.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0004146647431, -38.672711492204876, 178.00233139836243, -38.66954332351336], "geometry": {"coordinates": [[178.00233139836243, -38.672711492204876, 0.0], [178.0004146647431, -38.66954332351336, 0.0]], "type": "LineString"}, "id": "679", "properties": {"Unique_ID": 100405897789.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00051828506858, -38.67267296204951, 178.0024350220481, -38.66950479535306], "geometry": {"coordinates": [[178.0024350220481, -38.67267296204951, 0.0], [178.00051828506858, -38.66950479535306, 0.0]], "type": "LineString"}, "id": "680", "properties": {"Unique_ID": 100405896788.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00062190540865, -38.67263443182413, 178.0025386455742, -38.669466267058006], "geometry": {"coordinates": [[178.0025386455742, -38.67263443182413, 0.0], [178.00062190540865, -38.669466267058006, 0.0]], "type": "LineString"}, "id": "681", "properties": {"Unique_ID": 100405895787.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00072552562943, -38.6725959015138, 178.0026422689809, -38.66942773867799], "geometry": {"coordinates": [[178.0026422689809, -38.6725959015138, 0.0], [178.00072552562943, -38.66942773867799, 0.0]], "type": "LineString"}, "id": "682", "properties": {"Unique_ID": 100405894785.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00082914573085, -38.67255737111853, 178.00274589226825, -38.66938921021304], "geometry": {"coordinates": [[178.00274589226825, -38.67255737111853, 0.0], [178.00082914573085, -38.66938921021304, 0.0]], "type": "LineString"}, "id": "683", "properties": {"Unique_ID": 100405893783.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00093276571292, -38.67251884063831, 178.0028495154362, -38.669350681663126], "geometry": {"coordinates": [[178.0028495154362, -38.67251884063831, 0.0], [178.00093276571292, -38.669350681663126, 0.0]], "type": "LineString"}, "id": "684", "properties": {"Unique_ID": 100405892780.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00103638557562, -38.672480310073134, 178.0029531384848, -38.66931215302829], "geometry": {"coordinates": [[178.0029531384848, -38.672480310073134, 0.0], [178.00103638557562, -38.66931215302829, 0.0]], "type": "LineString"}, "id": "685", "properties": {"Unique_ID": 100405891778.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00114000531897, -38.67244177942302, 178.00305676141403, -38.6692736243085], "geometry": {"coordinates": [[178.00305676141403, -38.67244177942302, 0.0], [178.00114000531897, -38.6692736243085, 0.0]], "type": "LineString"}, "id": "686", "properties": {"Unique_ID": 100405890776.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.001243624943, -38.67240324868793, 178.0031603842239, -38.66923509550377], "geometry": {"coordinates": [[178.0031603842239, -38.67240324868793, 0.0], [178.001243624943, -38.66923509550377, 0.0]], "type": "LineString"}, "id": "687", "properties": {"Unique_ID": 100405889773.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00134724444766, -38.67236471786791, 178.00326400691438, -38.66919656661411], "geometry": {"coordinates": [[178.00326400691438, -38.67236471786791, 0.0], [178.00134724444766, -38.66919656661411, 0.0]], "type": "LineString"}, "id": "688", "properties": {"Unique_ID": 100405888771.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00145086398066, -38.67232618697943, 178.00336762944116, -38.66915803758457], "geometry": {"coordinates": [[178.00336762944116, -38.67232618697943, 0.0], [178.00145086398066, -38.66915803758457, 0.0]], "type": "LineString"}, "id": "689", "properties": {"Unique_ID": 100405887769.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00155448324665, -38.672287655989514, 178.00347125189288, -38.66911950852502], "geometry": {"coordinates": [[178.00347125189288, -38.672287655989514, 0.0], [178.00155448324665, -38.66911950852502, 0.0]], "type": "LineString"}, "id": "690", "properties": {"Unique_ID": 100405886768.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00165810225928, -38.67224912489971, 178.00357487426547, -38.66908097943035], "geometry": {"coordinates": [[178.00357487426547, -38.67224912489971, 0.0], [178.00165810225928, -38.66908097943035, 0.0]], "type": "LineString"}, "id": "691", "properties": {"Unique_ID": 100405885766.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00176172128656, -38.67221059373991, 178.00367849647844, -38.669042450200905], "geometry": {"coordinates": [[178.00367849647844, -38.67221059373991, 0.0], [178.00176172128656, -38.669042450200905, 0.0]], "type": "LineString"}, "id": "692", "properties": {"Unique_ID": 100405884766.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00186534019448, -38.67217206249515, 178.00378211857205, -38.66900392088653], "geometry": {"coordinates": [[178.00378211857205, -38.67217206249515, 0.0], [178.00186534019448, -38.66900392088653, 0.0]], "type": "LineString"}, "id": "693", "properties": {"Unique_ID": 100405883765.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00196895898304, -38.67213353116545, 178.0038857405463, -38.668965391487205], "geometry": {"coordinates": [[178.0038857405463, -38.67213353116545, 0.0], [178.00196895898304, -38.668965391487205, 0.0]], "type": "LineString"}, "id": "694", "properties": {"Unique_ID": 100405882764.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00247165753478, -38.67213993192493, 178.00387475290214, -38.66881048478843], "geometry": {"coordinates": [[178.00387475290214, -38.67213993192493, 0.0], [178.00247165753478, -38.66881048478843, 0.0]], "type": "LineString"}, "id": "695", "properties": {"Unique_ID": 100405881459.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0025805513244, -38.672111726463235, 178.0039836511119, -38.66878228097985], "geometry": {"coordinates": [[178.0039836511119, -38.672111726463235, 0.0], [178.0025805513244, -38.66878228097985, 0.0]], "type": "LineString"}, "id": "696", "properties": {"Unique_ID": 100405880459.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00268944516515, -38.672083520916736, 178.00409254918193, -38.66875407703702], "geometry": {"coordinates": [[178.00409254918193, -38.672083520916736, 0.0], [178.00268944516515, -38.66875407703702, 0.0]], "type": "LineString"}, "id": "697", "properties": {"Unique_ID": 100405879459.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00279833891017, -38.672055315274, 178.00420144715625, -38.66872587299799], "geometry": {"coordinates": [[178.00420144715625, -38.672055315274, 0.0], [178.00279833891017, -38.66872587299799, 0.0]], "type": "LineString"}, "id": "698", "properties": {"Unique_ID": 100405878458.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00290723255952, -38.67202710953504, 178.00431034503484, -38.66869766886272], "geometry": {"coordinates": [[178.00431034503484, -38.67202710953504, 0.0], [178.00290723255952, -38.66869766886272, 0.0]], "type": "LineString"}, "id": "699", "properties": {"Unique_ID": 100405877458.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00301612611318, -38.67199890369987, 178.0044192428177, -38.66866946463126], "geometry": {"coordinates": [[178.0044192428177, -38.67199890369987, 0.0], [178.00301612611318, -38.66866946463126, 0.0]], "type": "LineString"}, "id": "700", "properties": {"Unique_ID": 100405876456.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0031250195811, -38.67197069776925, 178.0045281405019, -38.66864126030101], "geometry": {"coordinates": [[178.0045281405019, -38.67197069776925, 0.0], [178.0031250195811, -38.66864126030101, 0.0]], "type": "LineString"}, "id": "701", "properties": {"Unique_ID": 100405875455.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0032339129334, -38.67194249174086, 178.00463703809632, -38.66861305587968], "geometry": {"coordinates": [[178.00463703809632, -38.67194249174086, 0.0], [178.0032339129334, -38.66861305587968, 0.0]], "type": "LineString"}, "id": "702", "properties": {"Unique_ID": 100405874453.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00334280619998, -38.67191428561703, 178.00474593559204, -38.668584851359604], "geometry": {"coordinates": [[178.00474593559204, -38.67191428561703, 0.0], [178.00334280619998, -38.668584851359604, 0.0]], "type": "LineString"}, "id": "703", "properties": {"Unique_ID": 100405873451.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00345169937088, -38.67188607939696, 178.00485483299207, -38.66855664674328], "geometry": {"coordinates": [[178.00485483299207, -38.67188607939696, 0.0], [178.00345169937088, -38.66855664674328, 0.0]], "type": "LineString"}, "id": "704", "properties": {"Unique_ID": 100405872449.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00356059244604, -38.67185787308068, 178.00496373029634, -38.668528442030755], "geometry": {"coordinates": [[178.00496373029634, -38.67185787308068, 0.0], [178.00356059244604, -38.668528442030755, 0.0]], "type": "LineString"}, "id": "705", "properties": {"Unique_ID": 100405871446.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00366948542555, -38.6718296666682, 178.00507262750492, -38.66850023722203], "geometry": {"coordinates": [[178.00507262750492, -38.6718296666682, 0.0], [178.00366948542555, -38.66850023722203, 0.0]], "type": "LineString"}, "id": "706", "properties": {"Unique_ID": 100405870443.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0037783783093, -38.671801460159486, 178.0051815246178, -38.66847203231709], "geometry": {"coordinates": [[178.0051815246178, -38.671801460159486, 0.0], [178.0037783783093, -38.66847203231709, 0.0]], "type": "LineString"}, "id": "707", "properties": {"Unique_ID": 100405869440.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00446817491454, -38.67181410065323, 178.0051195311163, -38.66834504098582], "geometry": {"coordinates": [[178.0051195311163, -38.67181410065323, 0.0], [178.00446817491454, -38.66834504098582, 0.0]], "type": "LineString"}, "id": "708", "properties": {"Unique_ID": 100405868108.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00458163405142, -38.671801006504445, 178.00523299549727, -38.668331947826225], "geometry": {"coordinates": [[178.00523299549727, -38.671801006504445, 0.0], [178.00458163405142, -38.668331947826225, 0.0]], "type": "LineString"}, "id": "709", "properties": {"Unique_ID": 100405867105.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00469509313507, -38.671787912247815, 178.00534645982498, -38.668318854558805], "geometry": {"coordinates": [[178.00534645982498, -38.671787912247815, 0.0], [178.00469509313507, -38.668318854558805, 0.0]], "type": "LineString"}, "id": "710", "properties": {"Unique_ID": 100405866102.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00480855216546, -38.67177481788335, 178.00545992409937, -38.66830576118356], "geometry": {"coordinates": [[178.00545992409937, -38.67177481788335, 0.0], [178.00480855216546, -38.66830576118356, 0.0]], "type": "LineString"}, "id": "711", "properties": {"Unique_ID": 100405865101.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00492201114258, -38.67176172341107, 178.00557338832053, -38.66829266770048], "geometry": {"coordinates": [[178.00557338832053, -38.67176172341107, 0.0], [178.00492201114258, -38.66829266770048, 0.0]], "type": "LineString"}, "id": "712", "properties": {"Unique_ID": 100405864100.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0050354700664, -38.67174862883095, 178.0056868524884, -38.6682795741096], "geometry": {"coordinates": [[178.0056868524884, -38.67174862883095, 0.0], [178.0050354700664, -38.6682795741096, 0.0]], "type": "LineString"}, "id": "713", "properties": {"Unique_ID": 100405863100.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00514892877914, -38.67173553413752, 178.0058003166503, -38.66826648042912], "geometry": {"coordinates": [[178.0058003166503, -38.67173553413752, 0.0], [178.00514892877914, -38.66826648042912, 0.0]], "type": "LineString"}, "id": "714", "properties": {"Unique_ID": 100405862100.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00526238759642, -38.67172243934172, 178.00591378071158, -38.66825338662258], "geometry": {"coordinates": [[178.00591378071158, -38.67172243934172, 0.0], [178.00526238759642, -38.66825338662258, 0.0]], "type": "LineString"}, "id": "715", "properties": {"Unique_ID": 100405861098.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00537584636047, -38.67170934443809, 178.00602724471963, -38.668240292708234], "geometry": {"coordinates": [[178.00602724471963, -38.67170934443809, 0.0], [178.00537584636047, -38.668240292708234, 0.0]], "type": "LineString"}, "id": "716", "properties": {"Unique_ID": 100405860096.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0054893050712, -38.67169624942664, 178.00614070867434, -38.66822719868606], "geometry": {"coordinates": [[178.00614070867434, -38.67169624942664, 0.0], [178.0054893050712, -38.66822719868606, 0.0]], "type": "LineString"}, "id": "717", "properties": {"Unique_ID": 100405859094.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00560276388651, -38.67168315431281, 178.00625417252843, -38.66821410453786], "geometry": {"coordinates": [[178.00625417252843, -38.67168315431281, 0.0], [178.00560276388651, -38.66821410453786, 0.0]], "type": "LineString"}, "id": "718", "properties": {"Unique_ID": 100405858090.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00571622249072, -38.67167005908568, 178.00636763637655, -38.66820101030004], "geometry": {"coordinates": [[178.00636763637655, -38.67167005908568, 0.0], [178.00571622249072, -38.66820101030004, 0.0]], "type": "LineString"}, "id": "719", "properties": {"Unique_ID": 100405857086.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00582968104166, -38.67165696375071, 178.00648110017144, -38.66818791595441], "geometry": {"coordinates": [[178.00648110017144, -38.67165696375071, 0.0], [178.00582968104166, -38.66818791595441, 0.0]], "type": "LineString"}, "id": "720", "properties": {"Unique_ID": 100405856083.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00642105383923, -38.67165750470342, 178.00652326139422, -38.66815198327875], "geometry": {"coordinates": [[178.00642105383923, -38.67165750470342, 0.0], [178.00652326139422, -38.66815198327875, 0.0]], "type": "LineString"}, "id": "721", "properties": {"Unique_ID": 100405854800.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00653571076882, -38.6716595587499, 178.0066379124759, -38.66815403759638], "geometry": {"coordinates": [[178.00653571076882, -38.6716595587499, 0.0], [178.0066379124759, -38.66815403759638, 0.0]], "type": "LineString"}, "id": "722", "properties": {"Unique_ID": 100405853797.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00665036764389, -38.67166161268215, 178.00675256371468, -38.66815609180357], "geometry": {"coordinates": [[178.00665036764389, -38.67166161268215, 0.0], [178.00675256371468, -38.66815609180357, 0.0]], "type": "LineString"}, "id": "723", "properties": {"Unique_ID": 100405852795.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00676502446444, -38.67166366650018, 178.00686721511062, -38.66815814590033], "geometry": {"coordinates": [[178.00676502446444, -38.67166366650018, 0.0], [178.00686721511062, -38.66815814590033, 0.0]], "type": "LineString"}, "id": "724", "properties": {"Unique_ID": 100405851792.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0068796813291, -38.671665720205716, 178.00698186633494, -38.66816019988075], "geometry": {"coordinates": [[178.0068796813291, -38.671665720205716, 0.0], [178.00698186633494, -38.66816019988075, 0.0]], "type": "LineString"}, "id": "725", "properties": {"Unique_ID": 100405850789.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00699433818716, -38.67166777379788, 178.0070965175567, -38.668162253747894], "geometry": {"coordinates": [[178.00699433818716, -38.67166777379788, 0.0], [178.0070965175567, -38.668162253747894, 0.0]], "type": "LineString"}, "id": "726", "properties": {"Unique_ID": 100405849786.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00710899503858, -38.671669827276666, 178.00721116877585, -38.66816430750173], "geometry": {"coordinates": [[178.00710899503858, -38.671669827276666, 0.0], [178.00721116877585, -38.66816430750173, 0.0]], "type": "LineString"}, "id": "727", "properties": {"Unique_ID": 100405848785.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0072236519341, -38.67167188064297, 178.0073258198235, -38.66816636113926], "geometry": {"coordinates": [[178.0072236519341, -38.67167188064297, 0.0], [178.0073258198235, -38.66816636113926, 0.0]], "type": "LineString"}, "id": "728", "properties": {"Unique_ID": 100405847783.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00733830877513, -38.671673933895036, 178.00744047102822, -38.66816841466633], "geometry": {"coordinates": [[178.00733830877513, -38.671673933895036, 0.0], [178.00744047102822, -38.66816841466633, 0.0]], "type": "LineString"}, "id": "729", "properties": {"Unique_ID": 100405846782.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00745296556252, -38.67167598703289, 178.00755512238692, -38.668170468082934], "geometry": {"coordinates": [[178.00745296556252, -38.67167598703289, 0.0], [178.00755512238692, -38.668170468082934, 0.0]], "type": "LineString"}, "id": "730", "properties": {"Unique_ID": 100405845781.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00756762239217, -38.67167804005821, 178.0076697735803, -38.66817252138331], "geometry": {"coordinates": [[178.00756762239217, -38.67167804005821, 0.0], [178.0076697735803, -38.66817252138331, 0.0]], "type": "LineString"}, "id": "731", "properties": {"Unique_ID": 100405844780.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0076822792152, -38.67168009297018, 178.00778442477107, -38.6681745745704], "geometry": {"coordinates": [[178.0076822792152, -38.67168009297018, 0.0], [178.00778442477107, -38.6681745745704, 0.0]], "type": "LineString"}, "id": "732", "properties": {"Unique_ID": 100405843780.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00779693603442, -38.6716821457688, 178.00789907594998, -38.66817662764403], "geometry": {"coordinates": [[178.00779693603442, -38.6716821457688, 0.0], [178.00789907594998, -38.66817662764403, 0.0]], "type": "LineString"}, "id": "733", "properties": {"Unique_ID": 100405842780.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00791159289494, -38.671684198454905, 178.0080137269666, -38.66817868060149], "geometry": {"coordinates": [[178.00791159289494, -38.671684198454905, 0.0], [178.0080137269666, -38.66817868060149, 0.0]], "type": "LineString"}, "id": "734", "properties": {"Unique_ID": 100405841780.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00802624970092, -38.671686251026756, 178.00812837814033, -38.66818073344852], "geometry": {"coordinates": [[178.00802624970092, -38.671686251026756, 0.0], [178.00812837814033, -38.66818073344852, 0.0]], "type": "LineString"}, "id": "735", "properties": {"Unique_ID": 100405840780.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0080988714702, -38.67168737115887, 178.00838302232586, -38.66818802283987], "geometry": {"coordinates": [[178.0080988714702, -38.67168737115887, 0.0], [178.00838302232586, -38.66818802283987, 0.0]], "type": "LineString"}, "id": "736", "properties": {"Unique_ID": 100405839685.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0082133265112, -38.67169308265323, 178.0084974717312, -38.66819373442929], "geometry": {"coordinates": [[178.0082133265112, -38.67169308265323, 0.0], [178.0084974717312, -38.66819373442929, 0.0]], "type": "LineString"}, "id": "737", "properties": {"Unique_ID": 100405838684.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00832778155683, -38.671698794033766, 178.00861192114735, -38.668199445905216], "geometry": {"coordinates": [[178.00832778155683, -38.671698794033766, 0.0], [178.00861192114735, -38.668199445905216, 0.0]], "type": "LineString"}, "id": "738", "properties": {"Unique_ID": 100405837684.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00844223661144, -38.67170450530068, 178.00872637056017, -38.66820515726693], "geometry": {"coordinates": [[178.00844223661144, -38.67170450530068, 0.0], [178.00872637056017, -38.66820515726693, 0.0]], "type": "LineString"}, "id": "739", "properties": {"Unique_ID": 100405836683.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00855669167072, -38.67171021645379, 178.0088408199838, -38.66821086851514], "geometry": {"coordinates": [[178.00855669167072, -38.67171021645379, 0.0], [178.0088408199838, -38.66821086851514, 0.0]], "type": "LineString"}, "id": "740", "properties": {"Unique_ID": 100405835683.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00867114673466, -38.67171592749307, 178.0089552694182, -38.66821657964984], "geometry": {"coordinates": [[178.00867114673466, -38.67171592749307, 0.0], [178.0089552694182, -38.66821657964984, 0.0]], "type": "LineString"}, "id": "741", "properties": {"Unique_ID": 100405834683.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00878560185373, -38.67172163842105, 178.00906971869526, -38.66822229066266], "geometry": {"coordinates": [[178.00878560185373, -38.67172163842105, 0.0], [178.00906971869526, -38.66822229066266, 0.0]], "type": "LineString"}, "id": "742", "properties": {"Unique_ID": 100405833683.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0089000568851, -38.6717273492306, 178.0091841682912, -38.66822800157735], "geometry": {"coordinates": [[178.0089000568851, -38.6717273492306, 0.0], [178.0091841682912, -38.66822800157735, 0.0]], "type": "LineString"}, "id": "743", "properties": {"Unique_ID": 100405832683.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00901451201636, -38.67173305993104, 178.0092986175804, -38.668233712362685], "geometry": {"coordinates": [[178.00901451201636, -38.67173305993104, 0.0], [178.0092986175804, -38.668233712362685, 0.0]], "type": "LineString"}, "id": "744", "properties": {"Unique_ID": 100405831683.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00912896705705, -38.67173877051296, 178.00941306719795, -38.66823942305035], "geometry": {"coordinates": [[178.00912896705705, -38.67173877051296, 0.0], [178.00941306719795, -38.66823942305035, 0.0]], "type": "LineString"}, "id": "745", "properties": {"Unique_ID": 100405830683.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0092434221543, -38.671744480983605, 178.0095275166534, -38.668245133615905], "geometry": {"coordinates": [[178.0092434221543, -38.671744480983605, 0.0], [178.0095275166534, -38.668245133615905, 0.0]], "type": "LineString"}, "id": "746", "properties": {"Unique_ID": 100405829683.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0093578772562, -38.67175019134046, 178.00964196611966, -38.66825084406794], "geometry": {"coordinates": [[178.0093578772562, -38.67175019134046, 0.0], [178.00964196611966, -38.66825084406794, 0.0]], "type": "LineString"}, "id": "747", "properties": {"Unique_ID": 100405828683.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00947233236283, -38.67175590158346, 178.0097564155967, -38.66825655440648], "geometry": {"coordinates": [[178.00947233236283, -38.67175590158346, 0.0], [178.0097564155967, -38.66825655440648, 0.0]], "type": "LineString"}, "id": "748", "properties": {"Unique_ID": 100405827683.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00958678747833, -38.671761611712874, 178.00987086507044, -38.66826226463082], "geometry": {"coordinates": [[178.00958678747833, -38.671761611712874, 0.0], [178.00987086507044, -38.66826226463082, 0.0]], "type": "LineString"}, "id": "749", "properties": {"Unique_ID": 100405826683.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00970124259854, -38.67176732172845, 178.00998531455494, -38.668267974741624], "geometry": {"coordinates": [[178.00970124259854, -38.67176732172845, 0.0], [178.00998531455494, -38.668267974741624, 0.0]], "type": "LineString"}, "id": "750", "properties": {"Unique_ID": 100405825683.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0098156977234, -38.6717730316302, 178.01009976405024, -38.668273684738956], "geometry": {"coordinates": [[178.0098156977234, -38.6717730316302, 0.0], [178.01009976405024, -38.668273684738956, 0.0]], "type": "LineString"}, "id": "751", "properties": {"Unique_ID": 100405824683.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00993015285718, -38.67177874141835, 178.01021421354218, -38.66827939462207], "geometry": {"coordinates": [[178.00993015285718, -38.67177874141835, 0.0], [178.01021421354218, -38.66827939462207, 0.0]], "type": "LineString"}, "id": "752", "properties": {"Unique_ID": 100405823683.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01004460799564, -38.671784451092684, 178.01032866304496, -38.66828510439168], "geometry": {"coordinates": [[178.01004460799564, -38.671784451092684, 0.0], [178.01032866304496, -38.66828510439168, 0.0]], "type": "LineString"}, "id": "753", "properties": {"Unique_ID": 100405822682.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0101590631388, -38.67179016065317, 178.01044311255853, -38.668290814047786], "geometry": {"coordinates": [[178.0101590631388, -38.67179016065317, 0.0], [178.01044311255853, -38.668290814047786, 0.0]], "type": "LineString"}, "id": "754", "properties": {"Unique_ID": 100405821682.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01027351829083, -38.67179587010006, 178.01055756206873, -38.66829652358969], "geometry": {"coordinates": [[178.01027351829083, -38.67179587010006, 0.0], [178.01055756206873, -38.66829652358969, 0.0]], "type": "LineString"}, "id": "755", "properties": {"Unique_ID": 100405820682.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01038691826867, -38.67180156516739, 178.01067551499506, -38.668302447991294], "geometry": {"coordinates": [[178.01038691826867, -38.67180156516739, 0.0], [178.01067551499506, -38.668302447991294, 0.0]], "type": "LineString"}, "id": "756", "properties": {"Unique_ID": 100405819680.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01050136593545, -38.67180736602317, 178.01078995702042, -38.66830824893758], "geometry": {"coordinates": [[178.01050136593545, -38.67180736602317, 0.0], [178.01078995702042, -38.66830824893758, 0.0]], "type": "LineString"}, "id": "757", "properties": {"Unique_ID": 100405818679.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01061581360716, -38.67181316676512, 178.01090439905693, -38.668314049770345], "geometry": {"coordinates": [[178.01061581360716, -38.67181316676512, 0.0], [178.01090439905693, -38.668314049770345, 0.0]], "type": "LineString"}, "id": "758", "properties": {"Unique_ID": 100405817679.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01073026128384, -38.67181896739322, 178.01101884110454, -38.66831985048962], "geometry": {"coordinates": [[178.01073026128384, -38.67181896739322, 0.0], [178.01101884110454, -38.66831985048962, 0.0]], "type": "LineString"}, "id": "759", "properties": {"Unique_ID": 100405816679.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01084470896834, -38.671824767907665, 178.0111332831538, -38.66832565109491], "geometry": {"coordinates": [[178.01084470896834, -38.671824767907665, 0.0], [178.0111332831538, -38.66832565109491, 0.0]], "type": "LineString"}, "id": "760", "properties": {"Unique_ID": 100405815678.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0109591566592, -38.67183056830832, 178.01124772520947, -38.66833145158644], "geometry": {"coordinates": [[178.0109591566592, -38.67183056830832, 0.0], [178.01124772520947, -38.66833145158644, 0.0]], "type": "LineString"}, "id": "761", "properties": {"Unique_ID": 100405814678.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01107360435788, -38.67183636859532, 178.0113621672667, -38.66833725196402], "geometry": {"coordinates": [[178.01107360435788, -38.67183636859532, 0.0], [178.0113621672667, -38.66833725196402, 0.0]], "type": "LineString"}, "id": "762", "properties": {"Unique_ID": 100405813678.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01118805206147, -38.67184216876847, 178.01147660933506, -38.668343052228074], "geometry": {"coordinates": [[178.01118805206147, -38.67184216876847, 0.0], [178.01147660933506, -38.668343052228074, 0.0]], "type": "LineString"}, "id": "763", "properties": {"Unique_ID": 100405812678.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01130249977004, -38.6718479688278, 178.0115910514146, -38.668348852378614], "geometry": {"coordinates": [[178.01130249977004, -38.6718479688278, 0.0], [178.0115910514146, -38.668348852378614, 0.0]], "type": "LineString"}, "id": "764", "properties": {"Unique_ID": 100405811677.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01141694753403, -38.671853768775854, 178.011705493337, -38.66835465240714], "geometry": {"coordinates": [[178.01141694753403, -38.671853768775854, 0.0], [178.011705493337, -38.66835465240714, 0.0]], "type": "LineString"}, "id": "765", "properties": {"Unique_ID": 100405810677.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01153139520915, -38.67185956860532, 178.0118199355832, -38.66836045233801], "geometry": {"coordinates": [[178.01153139520915, -38.67185956860532, 0.0], [178.0118199355832, -38.66836045233801, 0.0]], "type": "LineString"}, "id": "766", "properties": {"Unique_ID": 100405809677.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0116458429873, -38.67186536832594, 178.01193437751357, -38.66836625213879], "geometry": {"coordinates": [[178.0116458429873, -38.67186536832594, 0.0], [178.01193437751357, -38.66836625213879, 0.0]], "type": "LineString"}, "id": "767", "properties": {"Unique_ID": 100405808677.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01176029067517, -38.67187116792788, 178.01204881977253, -38.66837205184219], "geometry": {"coordinates": [[178.01176029067517, -38.67187116792788, 0.0], [178.01204881977253, -38.66837205184219, 0.0]], "type": "LineString"}, "id": "768", "properties": {"Unique_ID": 100405807677.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01187473846323, -38.67187696742083, 178.01216326172514, -38.66837785141597], "geometry": {"coordinates": [[178.01187473846323, -38.67187696742083, 0.0], [178.01216326172514, -38.66837785141597, 0.0]], "type": "LineString"}, "id": "769", "properties": {"Unique_ID": 100405806677.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01198918616382, -38.671882766795285, 178.01227770399686, -38.66838365089186], "geometry": {"coordinates": [[178.01198918616382, -38.671882766795285, 0.0], [178.01227770399686, -38.66838365089186, 0.0]], "type": "LineString"}, "id": "770", "properties": {"Unique_ID": 100405805677.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01210363396606, -38.67188856606078, 178.01239214595745, -38.66838945023791], "geometry": {"coordinates": [[178.01210363396606, -38.67188856606078, 0.0], [178.01239214595745, -38.66838945023791, 0.0]], "type": "LineString"}, "id": "771", "properties": {"Unique_ID": 100405804676.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0122180816794, -38.67189436520769, 178.0125065882419, -38.66839524948632], "geometry": {"coordinates": [[178.0122180816794, -38.67189436520769, 0.0], [178.0125065882419, -38.66839524948632, 0.0]], "type": "LineString"}, "id": "772", "properties": {"Unique_ID": 100405803676.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0123325294958, -38.67190016424576, 178.01262103021048, -38.66840104860464], "geometry": {"coordinates": [[178.0123325294958, -38.67190016424576, 0.0], [178.01262103021048, -38.66840104860464, 0.0]], "type": "LineString"}, "id": "773", "properties": {"Unique_ID": 100405802675.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01244433976154, -38.6719059770022, 178.01274420918682, -38.668407449216694], "geometry": {"coordinates": [[178.01244433976154, -38.6719059770022, 0.0], [178.01274420918682, -38.668407449216694, 0.0]], "type": "LineString"}, "id": "774", "properties": {"Unique_ID": 100405801669.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01255876836626, -38.67191200445434, 178.01285863195133, -38.66841347673773], "geometry": {"coordinates": [[178.01255876836626, -38.67191200445434, 0.0], [178.01285863195133, -38.66841347673773, 0.0]], "type": "LineString"}, "id": "775", "properties": {"Unique_ID": 100405800668.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01267319693048, -38.67191803179022, 178.0129730548816, -38.66841950415338], "geometry": {"coordinates": [[178.01267319693048, -38.67191803179022, 0.0], [178.0129730548816, -38.66841950415338, 0.0]], "type": "LineString"}, "id": "776", "properties": {"Unique_ID": 100405799668.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01278762550183, -38.67192405901231, 178.01308747781897, -38.66842553145527], "geometry": {"coordinates": [[178.01278762550183, -38.67192405901231, 0.0], [178.01308747781897, -38.66842553145527, 0.0]], "type": "LineString"}, "id": "777", "properties": {"Unique_ID": 100405798667.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01290205408023, -38.67193008612064, 178.01320190076345, -38.668431558643405], "geometry": {"coordinates": [[178.01290205408023, -38.67193008612064, 0.0], [178.01320190076345, -38.668431558643405, 0.0]], "type": "LineString"}, "id": "778", "properties": {"Unique_ID": 100405797666.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01301648266576, -38.67193611311519, 178.01331632371503, -38.66843758571777], "geometry": {"coordinates": [[178.01301648266576, -38.67193611311519, 0.0], [178.01331632371503, -38.66843758571777, 0.0]], "type": "LineString"}, "id": "779", "properties": {"Unique_ID": 100405796665.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0131309112584, -38.671942139995984, 178.0134307466737, -38.6684436126784], "geometry": {"coordinates": [[178.0131309112584, -38.671942139995984, 0.0], [178.0134307466737, -38.6684436126784, 0.0]], "type": "LineString"}, "id": "780", "properties": {"Unique_ID": 100405795664.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01324533981054, -38.67194816676048, 178.01354516979816, -38.66844963953362], "geometry": {"coordinates": [[178.01324533981054, -38.67194816676048, 0.0], [178.01354516979816, -38.66844963953362, 0.0]], "type": "LineString"}, "id": "781", "properties": {"Unique_ID": 100405794664.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.013359768465, -38.67195419341624, 178.01365959261236, -38.66845566625838], "geometry": {"coordinates": [[178.013359768465, -38.67195419341624, 0.0], [178.01365959261236, -38.66845566625838, 0.0]], "type": "LineString"}, "id": "782", "properties": {"Unique_ID": 100405793663.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01347419707892, -38.67196021995573, 178.0137740155923, -38.66846169287774], "geometry": {"coordinates": [[178.01347419707892, -38.67196021995573, 0.0], [178.0137740155923, -38.66846169287774, 0.0]], "type": "LineString"}, "id": "783", "properties": {"Unique_ID": 100405792662.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01358862569995, -38.67196624638142, 178.0138884385794, -38.66846771938334], "geometry": {"coordinates": [[178.01358862569995, -38.67196624638142, 0.0], [178.0138884385794, -38.66846771938334, 0.0]], "type": "LineString"}, "id": "784", "properties": {"Unique_ID": 100405791661.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01370305432812, -38.67197227269337, 178.01400286157352, -38.66847374577517], "geometry": {"coordinates": [[178.01370305432812, -38.67197227269337, 0.0], [178.01400286157352, -38.66847374577517, 0.0]], "type": "LineString"}, "id": "785", "properties": {"Unique_ID": 100405790660.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01381748296333, -38.67197829889153, 178.01411728457478, -38.668479772053246], "geometry": {"coordinates": [[178.01381748296333, -38.67197829889153, 0.0], [178.01411728457478, -38.668479772053246, 0.0]], "type": "LineString"}, "id": "786", "properties": {"Unique_ID": 100405789659.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01393191160565, -38.67198432497593, 178.01423170758312, -38.66848579821758], "geometry": {"coordinates": [[178.01393191160565, -38.67198432497593, 0.0], [178.01423170758312, -38.66848579821758, 0.0]], "type": "LineString"}, "id": "787", "properties": {"Unique_ID": 100405788659.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0140463402075, -38.67199035094405, 178.01434613075725, -38.66849182427653], "geometry": {"coordinates": [[178.0140463402075, -38.67199035094405, 0.0], [178.01434613075725, -38.66849182427653, 0.0]], "type": "LineString"}, "id": "788", "properties": {"Unique_ID": 100405787658.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01420104002446, -38.67199528568465, 178.0143270048148, -38.668490265071675], "geometry": {"coordinates": [[178.01420104002446, -38.67199528568465, 0.0], [178.0143270048148, -38.668490265071675, 0.0]], "type": "LineString"}, "id": "789", "properties": {"Unique_ID": 100405786764.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01431568102524, -38.671997817292976, 178.01444164038458, -38.66849279693668], "geometry": {"coordinates": [[178.01431568102524, -38.671997817292976, 0.0], [178.01444164038458, -38.66849279693668, 0.0]], "type": "LineString"}, "id": "790", "properties": {"Unique_ID": 100405785764.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01443032206973, -38.672000348788934, 178.01455627579065, -38.668495328684706], "geometry": {"coordinates": [[178.01443032206973, -38.672000348788934, 0.0], [178.01455627579065, -38.668495328684706, 0.0]], "type": "LineString"}, "id": "791", "properties": {"Unique_ID": 100405784764.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0145449631101, -38.67200288017144, 178.01467091119255, -38.66849786031934], "geometry": {"coordinates": [[178.0145449631101, -38.67200288017144, 0.0], [178.01467091119255, -38.66849786031934, 0.0]], "type": "LineString"}, "id": "792", "properties": {"Unique_ID": 100405783764.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01465960414728, -38.67200541144054, 178.01478554658695, -38.66850039184047], "geometry": {"coordinates": [[178.01465960414728, -38.67200541144054, 0.0], [178.01478554658695, -38.66850039184047, 0.0]], "type": "LineString"}, "id": "793", "properties": {"Unique_ID": 100405782764.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01477424517833, -38.672007942596146, 178.01490018198388, -38.668502923248305], "geometry": {"coordinates": [[178.01477424517833, -38.672007942596146, 0.0], [178.01490018198388, -38.668502923248305, 0.0]], "type": "LineString"}, "id": "794", "properties": {"Unique_ID": 100405781763.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0148888862062, -38.67201047363833, 178.01501481737327, -38.668505454542654], "geometry": {"coordinates": [[178.0148888862062, -38.67201047363833, 0.0], [178.01501481737327, -38.668505454542654, 0.0]], "type": "LineString"}, "id": "795", "properties": {"Unique_ID": 100405780762.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0150035272299, -38.67201300456709, 178.01512945275852, -38.66850798572357], "geometry": {"coordinates": [[178.0150035272299, -38.67201300456709, 0.0], [178.01512945275852, -38.66850798572357, 0.0]], "type": "LineString"}, "id": "796", "properties": {"Unique_ID": 100405779760.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01511816824944, -38.6720155353824, 178.0152440881396, -38.66851051679107], "geometry": {"coordinates": [[178.01511816824944, -38.6720155353824, 0.0], [178.0152440881396, -38.66851051679107, 0.0]], "type": "LineString"}, "id": "797", "properties": {"Unique_ID": 100405778758.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01523280926483, -38.672018066084284, 178.01535872351653, -38.66851304774514], "geometry": {"coordinates": [[178.01523280926483, -38.672018066084284, 0.0], [178.01535872351653, -38.66851304774514, 0.0]], "type": "LineString"}, "id": "798", "properties": {"Unique_ID": 100405777756.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01534745027607, -38.672020596672716, 178.0154733588893, -38.66851557858578], "geometry": {"coordinates": [[178.01534745027607, -38.672020596672716, 0.0], [178.0154733588893, -38.66851557858578, 0.0]], "type": "LineString"}, "id": "799", "properties": {"Unique_ID": 100405776753.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.015462091331, -38.672023127148776, 178.0155879940983, -38.668518109309474], "geometry": {"coordinates": [[178.015462091331, -38.672023127148776, 0.0], [178.0155879940983, -38.668518109309474, 0.0]], "type": "LineString"}, "id": "800", "properties": {"Unique_ID": 100405775750.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01552585526866, -38.67202668204223, 178.01587130155116, -38.66853074873871], "geometry": {"coordinates": [[178.01552585526866, -38.67202668204223, 0.0], [178.01587130155116, -38.66853074873871, 0.0]], "type": "LineString"}, "id": "801", "properties": {"Unique_ID": 100405774639.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01564019916523, -38.67203362567248, 178.01598563981372, -38.6685376924032], "geometry": {"coordinates": [[178.01564019916523, -38.67203362567248, 0.0], [178.01598563981372, -38.6685376924032, 0.0]], "type": "LineString"}, "id": "802", "properties": {"Unique_ID": 100405773639.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0157545430703, -38.672040569188816, 178.01609997809157, -38.66854463595423], "geometry": {"coordinates": [[178.0157545430703, -38.672040569188816, 0.0], [178.01609997809157, -38.66854463595423, 0.0]], "type": "LineString"}, "id": "803", "properties": {"Unique_ID": 100405772638.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01586888698378, -38.67204751259125, 178.01621431638472, -38.668551579391774], "geometry": {"coordinates": [[178.01586888698378, -38.67204751259125, 0.0], [178.01621431638472, -38.668551579391774, 0.0]], "type": "LineString"}, "id": "804", "properties": {"Unique_ID": 100405771637.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01598323091054, -38.67205445588008, 178.01632865467738, -38.6685585227149], "geometry": {"coordinates": [[178.01598323091054, -38.67205445588008, 0.0], [178.01632865467738, -38.6685585227149, 0.0]], "type": "LineString"}, "id": "805", "properties": {"Unique_ID": 100405770636.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0160975748457, -38.672061399055, 178.0164429929854, -38.668565465924566], "geometry": {"coordinates": [[178.0160975748457, -38.672061399055, 0.0], [178.0164429929854, -38.668565465924566, 0.0]], "type": "LineString"}, "id": "806", "properties": {"Unique_ID": 100405769635.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01621191879093, -38.672068342116134, 178.01655733130337, -38.66857240902044], "geometry": {"coordinates": [[178.01621191879093, -38.672068342116134, 0.0], [178.01655733130337, -38.66857240902044, 0.0]], "type": "LineString"}, "id": "807", "properties": {"Unique_ID": 100405768633.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0163262627462, -38.67207528506346, 178.01667166963145, -38.66857935200253], "geometry": {"coordinates": [[178.0163262627462, -38.67207528506346, 0.0], [178.01667166963145, -38.66857935200253, 0.0]], "type": "LineString"}, "id": "808", "properties": {"Unique_ID": 100405767629.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0164406067115, -38.672082227896986, 178.01678600796956, -38.66858629487082], "geometry": {"coordinates": [[178.0164406067115, -38.672082227896986, 0.0], [178.01678600796956, -38.66858629487082, 0.0]], "type": "LineString"}, "id": "809", "properties": {"Unique_ID": 100405766623.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01634429867906, -38.67207769058556, 178.0175846322156, -38.66870880868959], "geometry": {"coordinates": [[178.01634429867906, -38.67207769058556, 0.0], [178.0175846322156, -38.66870880868959, 0.0]], "type": "LineString"}, "id": "810", "properties": {"Unique_ID": 100405765264.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01645448703187, -38.67210262324096, 178.01769481555684, -38.66873374049802], "geometry": {"coordinates": [[178.01645448703187, -38.67210262324096, 0.0], [178.01769481555684, -38.66873374049802, 0.0]], "type": "LineString"}, "id": "811", "properties": {"Unique_ID": 100405764264.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01656467541127, -38.67212755577784, 178.0178049990971, -38.668758672226986], "geometry": {"coordinates": [[178.01656467541127, -38.67212755577784, 0.0], [178.0178049990971, -38.668758672226986, 0.0]], "type": "LineString"}, "id": "812", "properties": {"Unique_ID": 100405763264.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01667486389687, -38.67215248821422, 178.01791518257113, -38.66878360381643], "geometry": {"coordinates": [[178.01667486389687, -38.67215248821422, 0.0], [178.01791518257113, -38.66878360381643, 0.0]], "type": "LineString"}, "id": "813", "properties": {"Unique_ID": 100405762264.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01678505244885, -38.67217742054112, 178.01802536611154, -38.66880853529639], "geometry": {"coordinates": [[178.01678505244885, -38.67217742054112, 0.0], [178.01802536611154, -38.66880853529639, 0.0]], "type": "LineString"}, "id": "814", "properties": {"Unique_ID": 100405761264.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01689524110705, -38.67220235276751, 178.01813554958565, -38.66883346663687], "geometry": {"coordinates": [[178.01689524110705, -38.67220235276751, 0.0], [178.01813554958565, -38.66883346663687, 0.0]], "type": "LineString"}, "id": "815", "properties": {"Unique_ID": 100405760264.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01700542974822, -38.67222728486554, 178.01824573340411, -38.668858397930734], "geometry": {"coordinates": [[178.01700542974822, -38.67222728486554, 0.0], [178.01824573340411, -38.668858397930734, 0.0]], "type": "LineString"}, "id": "816", "properties": {"Unique_ID": 100405759263.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0171156184994, -38.67225221686393, 178.01835591714362, -38.66888332908224], "geometry": {"coordinates": [[178.0171156184994, -38.67225221686393, 0.0], [178.01835591714362, -38.66888332908224, 0.0]], "type": "LineString"}, "id": "817", "properties": {"Unique_ID": 100405758263.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01722580731695, -38.67227714875282, 178.01846610094952, -38.66890826012424], "geometry": {"coordinates": [[178.01722580731695, -38.67227714875282, 0.0], [178.01846610094952, -38.66890826012424, 0.0]], "type": "LineString"}, "id": "818", "properties": {"Unique_ID": 100405757263.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0173359962483, -38.672302080542934, 178.01857628466377, -38.668933191021], "geometry": {"coordinates": [[178.0173359962483, -38.672302080542934, 0.0], [178.01857628466377, -38.668933191021, 0.0]], "type": "LineString"}, "id": "819", "properties": {"Unique_ID": 100405756262.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01744618519868, -38.67232701221283, 178.0186864686024, -38.66895812184402], "geometry": {"coordinates": [[178.01744618519868, -38.67232701221283, 0.0], [178.0186864686024, -38.66895812184402, 0.0]], "type": "LineString"}, "id": "820", "properties": {"Unique_ID": 100405755262.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.017556374168, -38.672351943762486, 178.01879665276545, -38.668983052593305], "geometry": {"coordinates": [[178.017556374168, -38.672351943762486, 0.0], [178.01879665276545, -38.668983052593305, 0.0]], "type": "LineString"}, "id": "821", "properties": {"Unique_ID": 100405754262.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01758332512176, -38.67235553085944, 178.0191834069818, -38.66908118558741], "geometry": {"coordinates": [[178.01758332512176, -38.67235553085944, 0.0], [178.0191834069818, -38.66908118558741, 0.0]], "type": "LineString"}, "id": "822", "properties": {"Unique_ID": 100405753121.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0176904217232, -38.67238769502419, 178.0192904990808, -38.66911334857111], "geometry": {"coordinates": [[178.0176904217232, -38.67238769502419, 0.0], [178.0192904990808, -38.66911334857111, 0.0]], "type": "LineString"}, "id": "823", "properties": {"Unique_ID": 100405752115.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01779751836617, -38.672419859070196, 178.01939759141874, -38.66914551149532], "geometry": {"coordinates": [[178.01779751836617, -38.672419859070196, 0.0], [178.01939759141874, -38.66914551149532, 0.0]], "type": "LineString"}, "id": "824", "properties": {"Unique_ID": 100405751110.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0179046151419, -38.67245202302478, 178.019504683692, -38.66917767426887], "geometry": {"coordinates": [[178.0179046151419, -38.67245202302478, 0.0], [178.019504683692, -38.66917767426887, 0.0]], "type": "LineString"}, "id": "825", "properties": {"Unique_ID": 100405750105.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01801171205028, -38.67248418688797, 178.01961177590053, -38.66920983689177], "geometry": {"coordinates": [[178.01801171205028, -38.67248418688797, 0.0], [178.01961177590053, -38.66920983689177, 0.0]], "type": "LineString"}, "id": "826", "properties": {"Unique_ID": 100405749101.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0181188090003, -38.67251635063243, 178.019718868348, -38.66924199945517], "geometry": {"coordinates": [[178.0181188090003, -38.67251635063243, 0.0], [178.019718868348, -38.66924199945517, 0.0]], "type": "LineString"}, "id": "827", "properties": {"Unique_ID": 100405748098.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01822590603743, -38.67254851427179, 178.01982596088263, -38.669274161913506], "geometry": {"coordinates": [[178.01822590603743, -38.67254851427179, 0.0], [178.01982596088263, -38.669274161913506, 0.0]], "type": "LineString"}, "id": "828", "properties": {"Unique_ID": 100405747097.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01833300316173, -38.67258067780607, 178.01993305350436, -38.669306324266785], "geometry": {"coordinates": [[178.01833300316173, -38.67258067780607, 0.0], [178.01993305350436, -38.669306324266785, 0.0]], "type": "LineString"}, "id": "829", "properties": {"Unique_ID": 100405746097.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0184401003276, -38.672612841221586, 178.0200401463651, -38.66933848656058], "geometry": {"coordinates": [[178.0184401003276, -38.672612841221586, 0.0], [178.0200401463651, -38.66933848656058, 0.0]], "type": "LineString"}, "id": "830", "properties": {"Unique_ID": 100405745096.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01854719763077, -38.67264500454708, 178.02014723914579, -38.669370648699115], "geometry": {"coordinates": [[178.01854719763077, -38.67264500454708, 0.0], [178.02014723914579, -38.669370648699115, 0.0]], "type": "LineString"}, "id": "831", "properties": {"Unique_ID": 100405744096.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01853134656622, -38.67263286421123, 178.02066400343938, -38.669550727907016], "geometry": {"coordinates": [[178.01853134656622, -38.67263286421123, 0.0], [178.02066400343938, -38.669550727907016, 0.0]], "type": "LineString"}, "id": "832", "properties": {"Unique_ID": 100405742806.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0186321566435, -38.67267573391039, 178.02076480989362, -38.66959359591217], "geometry": {"coordinates": [[178.0186321566435, -38.67267573391039, 0.0], [178.02076480989362, -38.66959359591217, 0.0]], "type": "LineString"}, "id": "833", "properties": {"Unique_ID": 100405741801.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01873296679892, -38.67271860349866, 178.0208656165819, -38.669636463872706], "geometry": {"coordinates": [[178.01873296679892, -38.67271860349866, 0.0], [178.0208656165819, -38.669636463872706, 0.0]], "type": "LineString"}, "id": "834", "properties": {"Unique_ID": 100405740797.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01883377703248, -38.67276147297607, 178.02096642350415, -38.66967933178869], "geometry": {"coordinates": [[178.01883377703248, -38.67276147297607, 0.0], [178.02096642350415, -38.66967933178869, 0.0]], "type": "LineString"}, "id": "835", "properties": {"Unique_ID": 100405739793.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01893458745207, -38.672804342388496, 178.02106723030062, -38.669722199507106], "geometry": {"coordinates": [[178.01893458745207, -38.672804342388496, 0.0], [178.02106723030062, -38.669722199507106, 0.0]], "type": "LineString"}, "id": "836", "properties": {"Unique_ID": 100405738791.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01903539794984, -38.67284721169005, 178.0211680373311, -38.66976506718095], "geometry": {"coordinates": [[178.01903539794984, -38.67284721169005, 0.0], [178.0211680373311, -38.66976506718095, 0.0]], "type": "LineString"}, "id": "837", "properties": {"Unique_ID": 100405737790.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0191362085257, -38.67289008088071, 178.02126884459562, -38.6698079348102], "geometry": {"coordinates": [[178.0191362085257, -38.67289008088071, 0.0], [178.02126884459562, -38.6698079348102, 0.0]], "type": "LineString"}, "id": "838", "properties": {"Unique_ID": 100405736790.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01923701929314, -38.67293295000876, 178.0213696517159, -38.66985080223405], "geometry": {"coordinates": [[178.01923701929314, -38.67293295000876, 0.0], [178.0213696517159, -38.66985080223405, 0.0]], "type": "LineString"}, "id": "839", "properties": {"Unique_ID": 100405735789.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01933783012768, -38.67297581902121, 178.02147045910712, -38.669893669629005], "geometry": {"coordinates": [[178.01933783012768, -38.67297581902121, 0.0], [178.02147045910712, -38.669893669629005, 0.0]], "type": "LineString"}, "id": "840", "properties": {"Unique_ID": 100405734788.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0194386410514, -38.673018687927495, 178.02157126669542, -38.66993653696369], "geometry": {"coordinates": [[178.0194386410514, -38.673018687927495, 0.0], [178.02157126669542, -38.66993653696369, 0.0]], "type": "LineString"}, "id": "841", "properties": {"Unique_ID": 100405733780.0, "__folium_color": "green"}, "type": "Feature"}], "type": "FeatureCollection"});\n", + " geo_json_15be5194bfa98b3587d82cd4343dc06e_add({"bbox": [177.94207690757688, -38.710437782600856, 178.02342446877617, -38.66815198327875], "features": [{"bbox": [178.0190476868501, -38.67258045917593, 178.0233234827698, -38.67155135386446], "geometry": {"coordinates": [[178.0190476868501, -38.67258045917593, 0.0], [178.0233234827698, -38.67155135386446, 0.0]], "type": "LineString"}, "id": "0", "properties": {"Unique_ID": 100405731038.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0190813443923, -38.67266640764954, 178.0233571446657, -38.671637300724164], "geometry": {"coordinates": [[178.0190813443923, -38.67266640764954, 0.0], [178.0233571446657, -38.671637300724164, 0.0]], "type": "LineString"}, "id": "1", "properties": {"Unique_ID": 100405729954.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0191150020188, -38.67275235608979, 178.02339080667542, -38.67172324762595], "geometry": {"coordinates": [[178.0191150020188, -38.67275235608979, 0.0], [178.02339080667542, -38.67172324762595, 0.0]], "type": "LineString"}, "id": "2", "properties": {"Unique_ID": 100405728876.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01914865973632, -38.67283830451414, 178.02342446877617, -38.67180919451182], "geometry": {"coordinates": [[178.01914865973632, -38.67283830451414, 0.0], [178.02342446877617, -38.67180919451182, 0.0]], "type": "LineString"}, "id": "3", "properties": {"Unique_ID": 100405727753.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94207690757688, -38.710437782600856, 177.9462676452432, -38.70920706904341], "geometry": {"coordinates": [[177.9462676452432, -38.710437782600856, 0.0], [177.94207690757688, -38.70920706904341, 0.0]], "type": "LineString"}, "id": "4", "properties": {"Unique_ID": 100406578730.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94211718500623, -38.71035358841553, 177.94630791811784, -38.70912287601792], "geometry": {"coordinates": [[177.94630791811784, -38.71035358841553, 0.0], [177.94211718500623, -38.70912287601792, 0.0]], "type": "LineString"}, "id": "5", "properties": {"Unique_ID": 100406577621.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9421574623498, -38.710269394221775, 177.9463481909067, -38.70903868298397], "geometry": {"coordinates": [[177.9463481909067, -38.710269394221775, 0.0], [177.9421574623498, -38.70903868298397, 0.0]], "type": "LineString"}, "id": "6", "properties": {"Unique_ID": 100406576512.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94219773962052, -38.710185200027624, 177.9463884636059, -38.70895448991463], "geometry": {"coordinates": [[177.9463884636059, -38.710185200027624, 0.0], [177.94219773962052, -38.70895448991463, 0.0]], "type": "LineString"}, "id": "7", "properties": {"Unique_ID": 100406575402.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94223801679254, -38.71010100581695, 177.94642873622323, -38.70887029686374], "geometry": {"coordinates": [[177.94642873622323, -38.71010100581695, 0.0], [177.94223801679254, -38.70887029686374, 0.0]], "type": "LineString"}, "id": "8", "properties": {"Unique_ID": 100406574296.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9422782938788, -38.71001681159784, 177.94646900875475, -38.70878610380442], "geometry": {"coordinates": [[177.94646900875475, -38.71001681159784, 0.0], [177.9422782938788, -38.70878610380442, 0.0]], "type": "LineString"}, "id": "9", "properties": {"Unique_ID": 100406573191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94231857088897, -38.70993261737634, 177.94650928119765, -38.70870191071639], "geometry": {"coordinates": [[177.94650928119765, -38.70993261737634, 0.0], [177.94231857088897, -38.70870191071639, 0.0]], "type": "LineString"}, "id": "10", "properties": {"Unique_ID": 100406572095.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9423588477811, -38.70984842312616, 177.94654955356444, -38.70861771768733], "geometry": {"coordinates": [[177.94654955356444, -38.70984842312616, 0.0], [177.9423588477811, -38.70861771768733, 0.0]], "type": "LineString"}, "id": "11", "properties": {"Unique_ID": 100406571002.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94239912461, -38.709764228881696, 177.94658982583869, -38.70853352460262], "geometry": {"coordinates": [[177.94658982583869, -38.709764228881696, 0.0], [177.94239912461, -38.70853352460262, 0.0]], "type": "LineString"}, "id": "12", "properties": {"Unique_ID": 100406569924.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94243940136604, -38.70968003463685, 177.9466300980233, -38.70844933148252], "geometry": {"coordinates": [[177.9466300980233, -38.70968003463685, 0.0], [177.94243940136604, -38.70844933148252, 0.0]], "type": "LineString"}, "id": "13", "properties": {"Unique_ID": 100406568860.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9424796780234, -38.70959584037548, 177.94667037012604, -38.7083651383809], "geometry": {"coordinates": [[177.94667037012604, -38.70959584037548, 0.0], [177.9424796780234, -38.7083651383809, 0.0]], "type": "LineString"}, "id": "14", "properties": {"Unique_ID": 100406567809.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94251995458214, -38.709511646097575, 177.94671064214688, -38.70828094529776], "geometry": {"coordinates": [[177.94671064214688, -38.709511646097575, 0.0], [177.94251995458214, -38.70828094529776, 0.0]], "type": "LineString"}, "id": "15", "properties": {"Unique_ID": 100406566770.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94256023106794, -38.709427451819295, 177.94675091407808, -38.70819675217922], "geometry": {"coordinates": [[177.94675091407808, -38.709427451819295, 0.0], [177.94256023106794, -38.70819675217922, 0.0]], "type": "LineString"}, "id": "16", "properties": {"Unique_ID": 100406565740.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94260050749054, -38.70934325754673, 177.94679118591677, -38.70811255900505], "geometry": {"coordinates": [[177.94679118591677, -38.70934325754673, 0.0], [177.94260050749054, -38.70811255900505, 0.0]], "type": "LineString"}, "id": "17", "properties": {"Unique_ID": 100406564718.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94264078380485, -38.70925906325156, 177.94683145767644, -38.708028365869595], "geometry": {"coordinates": [[177.94683145767644, -38.70925906325156, 0.0], [177.94264078380485, -38.708028365869595, 0.0]], "type": "LineString"}, "id": "18", "properties": {"Unique_ID": 100406563703.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94268106002366, -38.709174868941865, 177.94687172935326, -38.707944172745925], "geometry": {"coordinates": [[177.94687172935326, -38.709174868941865, 0.0], [177.94268106002366, -38.707944172745925, 0.0]], "type": "LineString"}, "id": "19", "properties": {"Unique_ID": 100406562693.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9427213361664, -38.70909067462979, 177.9469120009414, -38.70785997959356], "geometry": {"coordinates": [[177.9469120009414, -38.70909067462979, 0.0], [177.9427213361664, -38.70785997959356, 0.0]], "type": "LineString"}, "id": "20", "properties": {"Unique_ID": 100406561686.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94276161221043, -38.709006480301184, 177.9469522724477, -38.70777578645965], "geometry": {"coordinates": [[177.9469522724477, -38.709006480301184, 0.0], [177.94276161221043, -38.70777578645965, 0.0]], "type": "LineString"}, "id": "21", "properties": {"Unique_ID": 100406560681.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94280188818163, -38.708922285972214, 177.94699254386435, -38.70769159329037], "geometry": {"coordinates": [[177.94699254386435, -38.708922285972214, 0.0], [177.94280188818163, -38.70769159329037, 0.0]], "type": "LineString"}, "id": "22", "properties": {"Unique_ID": 100406559677.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94284216406706, -38.708838091634796, 177.94703281519523, -38.707607400112636], "geometry": {"coordinates": [[177.94703281519523, -38.708838091634796, 0.0], [177.94284216406706, -38.707607400112636, 0.0]], "type": "LineString"}, "id": "23", "properties": {"Unique_ID": 100406558673.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94288243988925, -38.70875389730307, 177.9470730864336, -38.70752320687926], "geometry": {"coordinates": [[177.9470730864336, -38.70875389730307, 0.0], [177.94288243988925, -38.70752320687926, 0.0]], "type": "LineString"}, "id": "24", "properties": {"Unique_ID": 100406557670.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94292271561602, -38.70866970295685, 177.9471133575891, -38.70743901365766], "geometry": {"coordinates": [[177.9471133575891, -38.70866970295685, 0.0], [177.94292271561602, -38.70743901365766, 0.0]], "type": "LineString"}, "id": "25", "properties": {"Unique_ID": 100406556668.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94296299122155, -38.708585508579915, 177.9471536286695, -38.70735482050172], "geometry": {"coordinates": [[177.9471536286695, -38.708585508579915, 0.0], [177.94296299122155, -38.70735482050172, 0.0]], "type": "LineString"}, "id": "26", "properties": {"Unique_ID": 100406555665.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94308097696208, -38.708544852421205, 177.9471773230101, -38.707132660568696], "geometry": {"coordinates": [[177.9471773230101, -38.708544852421205, 0.0], [177.94308097696208, -38.707132660568696, 0.0]], "type": "LineString"}, "id": "27", "properties": {"Unique_ID": 100406554142.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94312719178487, -38.70846255218688, 177.94722353367993, -38.70705036169796], "geometry": {"coordinates": [[177.94722353367993, -38.70846255218688, 0.0], [177.94312719178487, -38.70705036169796, 0.0]], "type": "LineString"}, "id": "28", "properties": {"Unique_ID": 100406553142.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9431734065094, -38.7083802519405, 177.94726974425157, -38.70696806281516], "geometry": {"coordinates": [[177.94726974425157, -38.7083802519405, 0.0], [177.9431734065094, -38.70696806281516, 0.0]], "type": "LineString"}, "id": "29", "properties": {"Unique_ID": 100406552142.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94321962113568, -38.70829795168202, 177.9473159547249, -38.70688576392025], "geometry": {"coordinates": [[177.9473159547249, -38.70829795168202, 0.0], [177.94321962113568, -38.70688576392025, 0.0]], "type": "LineString"}, "id": "30", "properties": {"Unique_ID": 100406551142.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94326583566368, -38.708215651411486, 177.94736216510003, -38.70680346501329], "geometry": {"coordinates": [[177.94736216510003, -38.708215651411486, 0.0], [177.94326583566368, -38.70680346501329, 0.0]], "type": "LineString"}, "id": "31", "properties": {"Unique_ID": 100406550142.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94331205009345, -38.708133351128886, 177.94740837537688, -38.70672116609425], "geometry": {"coordinates": [[177.94740837537688, -38.708133351128886, 0.0], [177.94331205009345, -38.70672116609425, 0.0]], "type": "LineString"}, "id": "32", "properties": {"Unique_ID": 100406549142.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94335826442492, -38.708051050834214, 177.9474545855555, -38.706638867163136], "geometry": {"coordinates": [[177.9474545855555, -38.708051050834214, 0.0], [177.94335826442492, -38.706638867163136, 0.0]], "type": "LineString"}, "id": "33", "properties": {"Unique_ID": 100406548141.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94340447865818, -38.707968750527485, 177.94750079563588, -38.70655656821994], "geometry": {"coordinates": [[177.94750079563588, -38.707968750527485, 0.0], [177.94340447865818, -38.70655656821994, 0.0]], "type": "LineString"}, "id": "34", "properties": {"Unique_ID": 100406547141.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9434506927932, -38.70788645020868, 177.947547005618, -38.70647426926466], "geometry": {"coordinates": [[177.947547005618, -38.70788645020868, 0.0], [177.9434506927932, -38.70647426926466, 0.0]], "type": "LineString"}, "id": "35", "properties": {"Unique_ID": 100406546140.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94349690682995, -38.707804149877816, 177.94759321550188, -38.70639197029732], "geometry": {"coordinates": [[177.94759321550188, -38.707804149877816, 0.0], [177.94349690682995, -38.70639197029732, 0.0]], "type": "LineString"}, "id": "36", "properties": {"Unique_ID": 100406545139.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94354312076842, -38.70772184953489, 177.94763942528755, -38.706309671317904], "geometry": {"coordinates": [[177.94763942528755, -38.70772184953489, 0.0], [177.94354312076842, -38.706309671317904, 0.0]], "type": "LineString"}, "id": "37", "properties": {"Unique_ID": 100406544137.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94358933460865, -38.70763954917988, 177.94768563497493, -38.70622737232641], "geometry": {"coordinates": [[177.94768563497493, -38.70763954917988, 0.0], [177.94358933460865, -38.70622737232641, 0.0]], "type": "LineString"}, "id": "38", "properties": {"Unique_ID": 100406543134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94363554835064, -38.70755724881281, 177.9477318445641, -38.706145073322844], "geometry": {"coordinates": [[177.9477318445641, -38.70755724881281, 0.0], [177.94363554835064, -38.706145073322844, 0.0]], "type": "LineString"}, "id": "39", "properties": {"Unique_ID": 100406542129.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94368176199438, -38.707474948433685, 177.94777805405502, -38.7060627743072], "geometry": {"coordinates": [[177.94777805405502, -38.707474948433685, 0.0], [177.94368176199438, -38.7060627743072, 0.0]], "type": "LineString"}, "id": "40", "properties": {"Unique_ID": 100406541124.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94372797553987, -38.707392648042486, 177.94782426344767, -38.705980475279475], "geometry": {"coordinates": [[177.94782426344767, -38.707392648042486, 0.0], [177.94372797553987, -38.705980475279475, 0.0]], "type": "LineString"}, "id": "41", "properties": {"Unique_ID": 100406540119.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9437741889871, -38.707310347639215, 177.94787047274212, -38.70589817623968], "geometry": {"coordinates": [[177.94787047274212, -38.707310347639215, 0.0], [177.9437741889871, -38.70589817623968, 0.0]], "type": "LineString"}, "id": "42", "properties": {"Unique_ID": 100406539112.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9438204023361, -38.70722804722389, 177.94791668193832, -38.70581587718782], "geometry": {"coordinates": [[177.94791668193832, -38.70722804722389, 0.0], [177.9438204023361, -38.70581587718782, 0.0]], "type": "LineString"}, "id": "43", "properties": {"Unique_ID": 100406538104.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94386661558684, -38.70714574679649, 177.9479628910363, -38.705733578123876], "geometry": {"coordinates": [[177.9479628910363, -38.70714574679649, 0.0], [177.94386661558684, -38.705733578123876, 0.0]], "type": "LineString"}, "id": "44", "properties": {"Unique_ID": 100406537097.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94391282873934, -38.70706344635703, 177.94800910003602, -38.70565127904786], "geometry": {"coordinates": [[177.94800910003602, -38.70706344635703, 0.0], [177.94391282873934, -38.70565127904786, 0.0]], "type": "LineString"}, "id": "45", "properties": {"Unique_ID": 100406536090.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9439590417936, -38.706981145905516, 177.9480553089375, -38.70556897995978], "geometry": {"coordinates": [[177.9480553089375, -38.706981145905516, 0.0], [177.9439590417936, -38.70556897995978, 0.0]], "type": "LineString"}, "id": "46", "properties": {"Unique_ID": 100406535082.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94400525474958, -38.70689884544191, 177.94810151774072, -38.70548668085961], "geometry": {"coordinates": [[177.94810151774072, -38.70689884544191, 0.0], [177.94400525474958, -38.70548668085961, 0.0]], "type": "LineString"}, "id": "47", "properties": {"Unique_ID": 100406534073.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94405146760735, -38.706816544966266, 177.94814772644574, -38.70540438174738], "geometry": {"coordinates": [[177.94814772644574, -38.706816544966266, 0.0], [177.94405146760735, -38.70540438174738, 0.0]], "type": "LineString"}, "id": "48", "properties": {"Unique_ID": 100406533065.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94409768036684, -38.70673424447854, 177.94819393505253, -38.70532208262306], "geometry": {"coordinates": [[177.94819393505253, -38.70673424447854, 0.0], [177.94409768036684, -38.70532208262306, 0.0]], "type": "LineString"}, "id": "49", "properties": {"Unique_ID": 100406532056.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94414389302813, -38.706651943978756, 177.94824014356107, -38.705239783486675], "geometry": {"coordinates": [[177.94824014356107, -38.706651943978756, 0.0], [177.94414389302813, -38.705239783486675, 0.0]], "type": "LineString"}, "id": "50", "properties": {"Unique_ID": 100406531047.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94419010559116, -38.706569643466906, 177.94828635197138, -38.70515748433823], "geometry": {"coordinates": [[177.94828635197138, -38.706569643466906, 0.0], [177.94419010559116, -38.70515748433823, 0.0]], "type": "LineString"}, "id": "51", "properties": {"Unique_ID": 100406530038.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94423631805594, -38.706487342943, 177.94833256028343, -38.70507518517769], "geometry": {"coordinates": [[177.94833256028343, -38.706487342943, 0.0], [177.94423631805594, -38.70507518517769, 0.0]], "type": "LineString"}, "id": "52", "properties": {"Unique_ID": 100406529030.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94428253042247, -38.706405042407006, 177.94837876849726, -38.70499288600508], "geometry": {"coordinates": [[177.94837876849726, -38.706405042407006, 0.0], [177.94428253042247, -38.70499288600508, 0.0]], "type": "LineString"}, "id": "53", "properties": {"Unique_ID": 100406528021.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94432874269074, -38.70632274185897, 177.94842497661287, -38.70491058682042], "geometry": {"coordinates": [[177.94842497661287, -38.70632274185897, 0.0], [177.94432874269074, -38.70491058682042, 0.0]], "type": "LineString"}, "id": "54", "properties": {"Unique_ID": 100406527012.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94437495486082, -38.70624044129886, 177.94847118463025, -38.70482828762367], "geometry": {"coordinates": [[177.94847118463025, -38.70624044129886, 0.0], [177.94437495486082, -38.70482828762367, 0.0]], "type": "LineString"}, "id": "55", "properties": {"Unique_ID": 100406526003.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94442116693264, -38.7061581407267, 177.94851739254938, -38.70474598841485], "geometry": {"coordinates": [[177.94851739254938, -38.7061581407267, 0.0], [177.94442116693264, -38.70474598841485, 0.0]], "type": "LineString"}, "id": "56", "properties": {"Unique_ID": 100406524995.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9444673789062, -38.70607584014247, 177.9485636003703, -38.70466368919397], "geometry": {"coordinates": [[177.9485636003703, -38.70607584014247, 0.0], [177.9444673789062, -38.70466368919397, 0.0]], "type": "LineString"}, "id": "57", "properties": {"Unique_ID": 100406523986.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94451359078155, -38.705993539546164, 177.94860980809298, -38.704581389961], "geometry": {"coordinates": [[177.94860980809298, -38.705993539546164, 0.0], [177.94451359078155, -38.704581389961, 0.0]], "type": "LineString"}, "id": "58", "properties": {"Unique_ID": 100406522978.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94455980255864, -38.705911238937816, 177.94865601571743, -38.70449909071596], "geometry": {"coordinates": [[177.94865601571743, -38.705911238937816, 0.0], [177.94455980255864, -38.70449909071596, 0.0]], "type": "LineString"}, "id": "59", "properties": {"Unique_ID": 100406521970.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9446060142375, -38.705828938317396, 177.94870222324366, -38.704416791458875], "geometry": {"coordinates": [[177.94870222324366, -38.705828938317396, 0.0], [177.9446060142375, -38.704416791458875, 0.0]], "type": "LineString"}, "id": "60", "properties": {"Unique_ID": 100406520962.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94473483763255, -38.705787421607276, 177.9487264515475, -38.70420201020531], "geometry": {"coordinates": [[177.9487264515475, -38.705787421607276, 0.0], [177.94473483763255, -38.70420201020531, 0.0]], "type": "LineString"}, "id": "61", "properties": {"Unique_ID": 100406519622.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94478671863703, -38.705707222233585, 177.9487783288155, -38.704121812336716], "geometry": {"coordinates": [[177.9487783288155, -38.705707222233585, 0.0], [177.94478671863703, -38.704121812336716, 0.0]], "type": "LineString"}, "id": "62", "properties": {"Unique_ID": 100406518620.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94483859947553, -38.705627022817424, 177.9488302059913, -38.70404161453967], "geometry": {"coordinates": [[177.9488302059913, -38.705627022817424, 0.0], [177.94483859947553, -38.70404161453967, 0.0]], "type": "LineString"}, "id": "63", "properties": {"Unique_ID": 100406517619.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94489048024099, -38.70554682340192, 177.94888208304695, -38.70396141667049], "geometry": {"coordinates": [[177.94888208304695, -38.70554682340192, 0.0], [177.94489048024099, -38.70396141667049, 0.0]], "type": "LineString"}, "id": "64", "properties": {"Unique_ID": 100406516617.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94494236094906, -38.70546662399434, 177.94893395997778, -38.7038812187049], "geometry": {"coordinates": [[177.94893395997778, -38.70546662399434, 0.0], [177.94494236094906, -38.7038812187049, 0.0]], "type": "LineString"}, "id": "65", "properties": {"Unique_ID": 100406515616.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94499424145974, -38.70538642452976, 177.94898583682578, -38.70380102085939], "geometry": {"coordinates": [[177.94898583682578, -38.70538642452976, 0.0], [177.94499424145974, -38.70380102085939, 0.0]], "type": "LineString"}, "id": "66", "properties": {"Unique_ID": 100406514614.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94504612189738, -38.705306225065826, 177.94903771355365, -38.70372082294174], "geometry": {"coordinates": [[177.94903771355365, -38.705306225065826, 0.0], [177.94504612189738, -38.70372082294174, 0.0]], "type": "LineString"}, "id": "67", "properties": {"Unique_ID": 100406513613.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9450980022258, -38.705226025585745, 177.9490895901723, -38.70364062500794], "geometry": {"coordinates": [[177.9490895901723, -38.705226025585745, 0.0], [177.9450980022258, -38.70364062500794, 0.0]], "type": "LineString"}, "id": "68", "properties": {"Unique_ID": 100406512612.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9451498824449, -38.70514582608953, 177.94914146668165, -38.703560427057994], "geometry": {"coordinates": [[177.94914146668165, -38.70514582608953, 0.0], [177.9451498824449, -38.703560427057994, 0.0]], "type": "LineString"}, "id": "69", "properties": {"Unique_ID": 100406511610.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94520176255475, -38.70506562657715, 177.94919334308176, -38.703480229091895], "geometry": {"coordinates": [[177.94919334308176, -38.70506562657715, 0.0], [177.94520176255475, -38.703480229091895, 0.0]], "type": "LineString"}, "id": "70", "properties": {"Unique_ID": 100406510609.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94525364255537, -38.704985427048655, 177.9492452193726, -38.70340003110964], "geometry": {"coordinates": [[177.9492452193726, -38.704985427048655, 0.0], [177.94525364255537, -38.70340003110964, 0.0]], "type": "LineString"}, "id": "71", "properties": {"Unique_ID": 100406509608.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9453055224467, -38.70490522750399, 177.94929709555421, -38.70331983311124], "geometry": {"coordinates": [[177.94929709555421, -38.70490522750399, 0.0], [177.9453055224467, -38.70331983311124, 0.0]], "type": "LineString"}, "id": "72", "properties": {"Unique_ID": 100406508607.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94535740222878, -38.7048250279432, 177.94934897162653, -38.70323963509668], "geometry": {"coordinates": [[177.94934897162653, -38.7048250279432, 0.0], [177.94535740222878, -38.70323963509668, 0.0]], "type": "LineString"}, "id": "73", "properties": {"Unique_ID": 100406507605.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9454092818859, -38.70474482835898, 177.94940084759435, -38.703159437090235], "geometry": {"coordinates": [[177.94940084759435, -38.70474482835898, 0.0], [177.9454092818859, -38.703159437090235, 0.0]], "type": "LineString"}, "id": "74", "properties": {"Unique_ID": 100406506604.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9454611614495, -38.70466462876591, 177.9494527234482, -38.703079239043376], "geometry": {"coordinates": [[177.9494527234482, -38.70466462876591, 0.0], [177.9454611614495, -38.703079239043376, 0.0]], "type": "LineString"}, "id": "75", "properties": {"Unique_ID": 100406505603.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9455130409038, -38.70458442915668, 177.94950459919278, -38.70299904098036], "geometry": {"coordinates": [[177.94950459919278, -38.70458442915668, 0.0], [177.9455130409038, -38.70299904098036, 0.0]], "type": "LineString"}, "id": "76", "properties": {"Unique_ID": 100406504601.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9455649202488, -38.70450422953132, 177.9495564748281, -38.702918842901205], "geometry": {"coordinates": [[177.9495564748281, -38.70450422953132, 0.0], [177.9455649202488, -38.702918842901205, 0.0]], "type": "LineString"}, "id": "77", "properties": {"Unique_ID": 100406503599.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9456167995003, -38.70442402989711, 177.94960835034948, -38.70283864478163], "geometry": {"coordinates": [[177.94960835034948, -38.70442402989711, 0.0], [177.9456167995003, -38.70283864478163, 0.0]], "type": "LineString"}, "id": "78", "properties": {"Unique_ID": 100406502597.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94566867862682, -38.70434383023945, 177.9496602257663, -38.70275844667017], "geometry": {"coordinates": [[177.9496602257663, -38.70434383023945, 0.0], [177.94566867862682, -38.70275844667017, 0.0]], "type": "LineString"}, "id": "79", "properties": {"Unique_ID": 100406501594.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9457205576441, -38.70426363056567, 177.94971210107389, -38.702678248542554], "geometry": {"coordinates": [[177.94971210107389, -38.70426363056567, 0.0], [177.9457205576441, -38.702678248542554, 0.0]], "type": "LineString"}, "id": "80", "properties": {"Unique_ID": 100406500592.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94577243655215, -38.70418343087574, 177.94976397627224, -38.7025980503988], "geometry": {"coordinates": [[177.94976397627224, -38.70418343087574, 0.0], [177.94577243655215, -38.7025980503988, 0.0]], "type": "LineString"}, "id": "81", "properties": {"Unique_ID": 100406499590.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9458243153509, -38.70410323116967, 177.9498158513613, -38.702517852238884], "geometry": {"coordinates": [[177.9498158513613, -38.70410323116967, 0.0], [177.9458243153509, -38.702517852238884, 0.0]], "type": "LineString"}, "id": "82", "properties": {"Unique_ID": 100406498587.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94587619404044, -38.704023031447456, 177.94986772634115, -38.70243765406282], "geometry": {"coordinates": [[177.94986772634115, -38.704023031447456, 0.0], [177.94587619404044, -38.70243765406282, 0.0]], "type": "LineString"}, "id": "83", "properties": {"Unique_ID": 100406497584.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94606942236638, -38.70400223656543, 177.94988074952414, -38.702164635661866], "geometry": {"coordinates": [[177.94988074952414, -38.70400223656543, 0.0], [177.94606942236638, -38.702164635661866, 0.0]], "type": "LineString"}, "id": "84", "properties": {"Unique_ID": 100406496191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94612955371454, -38.70392565726018, 177.9499408779124, -38.70208805814327], "geometry": {"coordinates": [[177.9499408779124, -38.70392565726018, 0.0], [177.94612955371454, -38.70208805814327, 0.0]], "type": "LineString"}, "id": "85", "properties": {"Unique_ID": 100406495191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9461896850044, -38.70384907795657, 177.9500010061578, -38.70201148051854], "geometry": {"coordinates": [[177.9500010061578, -38.70384907795657, 0.0], [177.9461896850044, -38.70201148051854, 0.0]], "type": "LineString"}, "id": "86", "properties": {"Unique_ID": 100406494191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94624981605799, -38.70377249858662, 177.9500611343137, -38.70193490301442], "geometry": {"coordinates": [[177.9500611343137, -38.70377249858662, 0.0], [177.94624981605799, -38.70193490301442, 0.0]], "type": "LineString"}, "id": "87", "properties": {"Unique_ID": 100406493191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94630994703604, -38.703695919211754, 177.95012126233186, -38.701858325426166], "geometry": {"coordinates": [[177.95012126233186, -38.703695919211754, 0.0], [177.94630994703604, -38.701858325426166, 0.0]], "type": "LineString"}, "id": "88", "properties": {"Unique_ID": 100406492191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9463700778907, -38.703619339813685, 177.95018139022665, -38.701781747814714], "geometry": {"coordinates": [[177.95018139022665, -38.703619339813685, 0.0], [177.9463700778907, -38.701781747814714, 0.0]], "type": "LineString"}, "id": "89", "properties": {"Unique_ID": 100406491191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9464302086698, -38.703542760410684, 177.95024151798367, -38.701705170119155], "geometry": {"coordinates": [[177.95024151798367, -38.703542760410684, 0.0], [177.9464302086698, -38.701705170119155, 0.0]], "type": "LineString"}, "id": "90", "properties": {"Unique_ID": 100406490191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94649033922985, -38.70346618094794, 177.95030164564602, -38.70162859252218], "geometry": {"coordinates": [[177.95030164564602, -38.70346618094794, 0.0], [177.94649033922985, -38.70162859252218, 0.0]], "type": "LineString"}, "id": "91", "properties": {"Unique_ID": 100406489191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94655046971437, -38.703389601480254, 177.95036177317067, -38.70155201484108], "geometry": {"coordinates": [[177.95036177317067, -38.703389601480254, 0.0], [177.94655046971437, -38.70155201484108, 0.0]], "type": "LineString"}, "id": "92", "properties": {"Unique_ID": 100406488191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9466106000755, -38.703313021989395, 177.95042190057194, -38.70147543713681], "geometry": {"coordinates": [[177.95042190057194, -38.703313021989395, 0.0], [177.9466106000755, -38.70147543713681, 0.0]], "type": "LineString"}, "id": "93", "properties": {"Unique_ID": 100406487191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94667073036112, -38.7032364424936, 177.95048202783548, -38.701398859348394], "geometry": {"coordinates": [[177.95048202783548, -38.7032364424936, 0.0], [177.94667073036112, -38.701398859348394, 0.0]], "type": "LineString"}, "id": "94", "properties": {"Unique_ID": 100406486191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94673086042766, -38.70315986293804, 177.95054215500434, -38.701322281658584], "geometry": {"coordinates": [[177.95054215500434, -38.70315986293804, 0.0], [177.94673086042766, -38.701322281658584, 0.0]], "type": "LineString"}, "id": "95", "properties": {"Unique_ID": 100406485191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94679099041866, -38.70308328337756, 177.95060228203548, -38.70124570388466], "geometry": {"coordinates": [[177.95060228203548, -38.70308328337756, 0.0], [177.94679099041866, -38.70124570388466, 0.0]], "type": "LineString"}, "id": "96", "properties": {"Unique_ID": 100406484191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94685112028634, -38.70300670379389, 177.95066240894323, -38.701169126087535], "geometry": {"coordinates": [[177.95066240894323, -38.70300670379389, 0.0], [177.94685112028634, -38.701169126087535, 0.0]], "type": "LineString"}, "id": "97", "properties": {"Unique_ID": 100406483191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94691125007841, -38.7029301242053, 177.95072253571328, -38.7010925482063], "geometry": {"coordinates": [[177.95072253571328, -38.7029301242053, 0.0], [177.94691125007841, -38.7010925482063, 0.0]], "type": "LineString"}, "id": "98", "properties": {"Unique_ID": 100406482191.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94697137963422, -38.70285354455035, 177.95078266239378, -38.70101597044564], "geometry": {"coordinates": [[177.95078266239378, -38.70285354455035, 0.0], [177.94697137963422, -38.70101597044564, 0.0]], "type": "LineString"}, "id": "99", "properties": {"Unique_ID": 100406481190.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94703150913173, -38.70277696489709, 177.95084278893142, -38.7009393925789], "geometry": {"coordinates": [[177.95084278893142, -38.70277696489709, 0.0], [177.94703150913173, -38.7009393925789, 0.0]], "type": "LineString"}, "id": "100", "properties": {"Unique_ID": 100406480190.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9470916385059, -38.70270038522062, 177.9509029153457, -38.70086281468893], "geometry": {"coordinates": [[177.9509029153457, -38.70270038522062, 0.0], [177.9470916385059, -38.70086281468893, 0.0]], "type": "LineString"}, "id": "101", "properties": {"Unique_ID": 100406479190.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94715176780448, -38.70262380553922, 177.95096304162223, -38.70078623671486], "geometry": {"coordinates": [[177.95096304162223, -38.70262380553922, 0.0], [177.94715176780448, -38.70078623671486, 0.0]], "type": "LineString"}, "id": "102", "properties": {"Unique_ID": 100406478190.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94721189690134, -38.70254722580468, 177.95102316779892, -38.700709658817416], "geometry": {"coordinates": [[177.95102316779892, -38.70254722580468, 0.0], [177.94721189690134, -38.700709658817416, 0.0]], "type": "LineString"}, "id": "103", "properties": {"Unique_ID": 100406477190.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9472720259054, -38.70247064605862, 177.95108329384308, -38.700633080857834], "geometry": {"coordinates": [[177.95108329384308, -38.70247064605862, 0.0], [177.9472720259054, -38.700633080857834, 0.0]], "type": "LineString"}, "id": "104", "properties": {"Unique_ID": 100406476190.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94733215478607, -38.70239406628935, 177.95114341976384, -38.700556502875045], "geometry": {"coordinates": [[177.95114341976384, -38.70239406628935, 0.0], [177.94733215478607, -38.700556502875045, 0.0]], "type": "LineString"}, "id": "105", "properties": {"Unique_ID": 100406475190.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94739228359117, -38.70231748651518, 177.95120354554692, -38.70047992480816], "geometry": {"coordinates": [[177.95120354554692, -38.70231748651518, 0.0], [177.94739228359117, -38.70047992480816, 0.0]], "type": "LineString"}, "id": "106", "properties": {"Unique_ID": 100406474190.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94745241217728, -38.70224090668125, 177.9512636712353, -38.700403346839856], "geometry": {"coordinates": [[177.9512636712353, -38.70224090668125, 0.0], [177.94745241217728, -38.700403346839856, 0.0]], "type": "LineString"}, "id": "107", "properties": {"Unique_ID": 100406473190.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94751254068785, -38.70216432684239, 177.95132379678597, -38.70032676878746], "geometry": {"coordinates": [[177.95132379678597, -38.70216432684239, 0.0], [177.94751254068785, -38.70032676878746, 0.0]], "type": "LineString"}, "id": "108", "properties": {"Unique_ID": 100406472190.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94759494677143, -38.70209625911126, 177.95137853101792, -38.700223920862626], "geometry": {"coordinates": [[177.95137853101792, -38.70209625911126, 0.0], [177.94759494677143, -38.700223920862626, 0.0]], "type": "LineString"}, "id": "109", "properties": {"Unique_ID": 100406471135.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9476562130561, -38.70202023513814, 177.95143979447863, -38.70014789873442], "geometry": {"coordinates": [[177.95143979447863, -38.70202023513814, 0.0], [177.9476562130561, -38.70014789873442, 0.0]], "type": "LineString"}, "id": "110", "properties": {"Unique_ID": 100406470134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94771747918352, -38.70194421112881, 177.95150105782383, -38.70007187662174], "geometry": {"coordinates": [[177.95150105782383, -38.70194421112881, 0.0], [177.94771747918352, -38.70007187662174, 0.0]], "type": "LineString"}, "id": "111", "properties": {"Unique_ID": 100406469134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94777874528492, -38.7018681871321, 177.95156232101425, -38.699995854361816], "geometry": {"coordinates": [[177.95156232101425, -38.7018681871321, 0.0], [177.94777874528492, -38.699995854361816, 0.0]], "type": "LineString"}, "id": "112", "properties": {"Unique_ID": 100406468134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9478400112117, -38.701792163092676, 177.95162358409436, -38.69991983213911], "geometry": {"coordinates": [[177.95162358409436, -38.701792163092676, 0.0], [177.9478400112117, -38.69991983213911, 0.0]], "type": "LineString"}, "id": "113", "properties": {"Unique_ID": 100406467134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9479012770308, -38.701716139035454, 177.95168484704416, -38.69984380987045], "geometry": {"coordinates": [[177.95168484704416, -38.701716139035454, 0.0], [177.9479012770308, -38.69984380987045, 0.0]], "type": "LineString"}, "id": "114", "properties": {"Unique_ID": 100406466134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9479625426404, -38.70164011492253, 177.9517461098942, -38.69976778768228], "geometry": {"coordinates": [[177.9517461098942, -38.70164011492253, 0.0], [177.9479625426404, -38.69976778768228, 0.0]], "type": "LineString"}, "id": "115", "properties": {"Unique_ID": 100406465134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94802380825882, -38.70156409083522, 177.9518073725789, -38.699691765303584], "geometry": {"coordinates": [[177.9518073725789, -38.70156409083522, 0.0], [177.94802380825882, -38.699691765303584, 0.0]], "type": "LineString"}, "id": "116", "properties": {"Unique_ID": 100406464134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94808507366776, -38.70148806669219, 177.9518686351639, -38.699615743005396], "geometry": {"coordinates": [[177.9518686351639, -38.70148806669219, 0.0], [177.94808507366776, -38.699615743005396, 0.0]], "type": "LineString"}, "id": "117", "properties": {"Unique_ID": 100406463134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94814633896902, -38.70141204253138, 177.9519298976185, -38.699539720661264], "geometry": {"coordinates": [[177.9519298976185, -38.70141204253138, 0.0], [177.94814633896902, -38.699539720661264, 0.0]], "type": "LineString"}, "id": "118", "properties": {"Unique_ID": 100406462134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9482076041131, -38.70133601833435, 177.95199115995766, -38.69946369833266], "geometry": {"coordinates": [[177.95199115995766, -38.70133601833435, 0.0], [177.9482076041131, -38.69946369833266, 0.0]], "type": "LineString"}, "id": "119", "properties": {"Unique_ID": 100406461134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94826886919626, -38.701259994136954, 177.95205242215246, -38.699387675900134], "geometry": {"coordinates": [[177.95205242215246, -38.701259994136954, 0.0], [177.94826886919626, -38.699387675900134, 0.0]], "type": "LineString"}, "id": "120", "properties": {"Unique_ID": 100406460134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94833013413964, -38.70118396990981, 177.95211368422656, -38.69931165346151], "geometry": {"coordinates": [[177.95211368422656, -38.70118396990981, 0.0], [177.94833013413964, -38.69931165346151, 0.0]], "type": "LineString"}, "id": "121", "properties": {"Unique_ID": 100406459134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9483913989231, -38.70110794564543, 177.952174946186, -38.6992356310419], "geometry": {"coordinates": [[177.952174946186, -38.70110794564543, 0.0], [177.9483913989231, -38.6992356310419, 0.0]], "type": "LineString"}, "id": "122", "properties": {"Unique_ID": 100406458134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94845266354932, -38.70103192134481, 177.95223620803, -38.699159608637835], "geometry": {"coordinates": [[177.95223620803, -38.70103192134481, 0.0], [177.94845266354932, -38.699159608637835, 0.0]], "type": "LineString"}, "id": "123", "properties": {"Unique_ID": 100406457134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9485139281495, -38.70095589705681, 177.95229746971916, -38.69908358608652], "geometry": {"coordinates": [[177.95229746971916, -38.70095589705681, 0.0], [177.9485139281495, -38.69908358608652, 0.0]], "type": "LineString"}, "id": "124", "properties": {"Unique_ID": 100406456134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9485751925751, -38.70087987272609, 177.9523587312981, -38.699007563572415], "geometry": {"coordinates": [[177.9523587312981, -38.70087987272609, 0.0], [177.9485751925751, -38.699007563572415, 0.0]], "type": "LineString"}, "id": "125", "properties": {"Unique_ID": 100406455134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94863645689304, -38.70080384837761, 177.95241999274666, -38.69893154101238], "geometry": {"coordinates": [[177.95241999274666, -38.70080384837761, 0.0], [177.94863645689304, -38.69893154101238, 0.0]], "type": "LineString"}, "id": "126", "properties": {"Unique_ID": 100406454134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94869772100142, -38.700727823973395, 177.9524812540955, -38.69885551853283], "geometry": {"coordinates": [[177.9524812540955, -38.700727823973395, 0.0], [177.94869772100142, -38.69885551853283, 0.0]], "type": "LineString"}, "id": "127", "properties": {"Unique_ID": 100406453134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9487589851187, -38.700651799594816, 177.95254251527902, -38.69877949586276], "geometry": {"coordinates": [[177.95254251527902, -38.700651799594816, 0.0], [177.9487589851187, -38.69877949586276, 0.0]], "type": "LineString"}, "id": "128", "properties": {"Unique_ID": 100406452133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94882024902645, -38.70057577516051, 177.9526037763628, -38.698703473273184], "geometry": {"coordinates": [[177.9526037763628, -38.70057577516051, 0.0], [177.94882024902645, -38.698703473273184, 0.0]], "type": "LineString"}, "id": "129", "properties": {"Unique_ID": 100406451133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94888151282655, -38.70049975070845, 177.95266503731625, -38.698627450637694], "geometry": {"coordinates": [[177.95266503731625, -38.70049975070845, 0.0], [177.94888151282655, -38.698627450637694, 0.0]], "type": "LineString"}, "id": "130", "properties": {"Unique_ID": 100406450133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94894277645204, -38.70042372621366, 177.95272629815946, -38.69855142803937], "geometry": {"coordinates": [[177.95272629815946, -38.70042372621366, 0.0], [177.94894277645204, -38.69855142803937, 0.0]], "type": "LineString"}, "id": "131", "properties": {"Unique_ID": 100406449133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9490040400515, -38.700347701731495, 177.95278755884786, -38.698475405293834], "geometry": {"coordinates": [[177.95278755884786, -38.700347701731495, 0.0], [177.9490040400515, -38.698475405293834, 0.0]], "type": "LineString"}, "id": "132", "properties": {"Unique_ID": 100406448133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9490653034938, -38.7002716772131, 177.9528488194208, -38.69839938256382], "geometry": {"coordinates": [[177.9528488194208, -38.7002716772131, 0.0], [177.9490653034938, -38.69839938256382, 0.0]], "type": "LineString"}, "id": "133", "properties": {"Unique_ID": 100406447133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94912656677607, -38.70019565265746, 177.9529100798791, -38.69832335985288], "geometry": {"coordinates": [[177.9529100798791, -38.70019565265746, 0.0], [177.94912656677607, -38.69832335985288, 0.0]], "type": "LineString"}, "id": "134", "properties": {"Unique_ID": 100406446133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94918782996817, -38.700119628090526, 177.95297134020183, -38.69824733707431], "geometry": {"coordinates": [[177.95297134020183, -38.700119628090526, 0.0], [177.94918782996817, -38.69824733707431, 0.0]], "type": "LineString"}, "id": "135", "properties": {"Unique_ID": 100406445133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94924909295074, -38.7000436034679, 177.95303260042485, -38.69817131437627], "geometry": {"coordinates": [[177.95303260042485, -38.7000436034679, 0.0], [177.94924909295074, -38.69817131437627, 0.0]], "type": "LineString"}, "id": "136", "properties": {"Unique_ID": 100406444133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94931035592478, -38.69996757886439, 177.9530938604878, -38.69809529150933], "geometry": {"coordinates": [[177.9530938604878, -38.69996757886439, 0.0], [177.94931035592478, -38.69809529150933, 0.0]], "type": "LineString"}, "id": "137", "properties": {"Unique_ID": 100406443133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94937161872414, -38.69989155421817, 177.9531551204405, -38.698019268679616], "geometry": {"coordinates": [[177.9531551204405, -38.69989155421817, 0.0], [177.94937161872414, -38.698019268679616, 0.0]], "type": "LineString"}, "id": "138", "properties": {"Unique_ID": 100406442133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94943288139845, -38.69981552954766, 177.95321638026812, -38.697943245825606], "geometry": {"coordinates": [[177.95321638026812, -38.69981552954766, 0.0], [177.94943288139845, -38.697943245825606, 0.0]], "type": "LineString"}, "id": "139", "properties": {"Unique_ID": 100406441133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9494941439156, -38.69973950484094, 177.95327763998029, -38.69786722298714], "geometry": {"coordinates": [[177.95327763998029, -38.69973950484094, 0.0], [177.9494941439156, -38.69786722298714, 0.0]], "type": "LineString"}, "id": "140", "properties": {"Unique_ID": 100406440133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94955540637181, -38.699663480133864, 177.9533388995481, -38.69779120004474], "geometry": {"coordinates": [[177.9533388995481, -38.699663480133864, 0.0], [177.94955540637181, -38.69779120004474, 0.0]], "type": "LineString"}, "id": "141", "properties": {"Unique_ID": 100406439132.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9496166686883, -38.699587455397065, 177.95340015899524, -38.69771517709626], "geometry": {"coordinates": [[177.95340015899524, -38.699587455397065, 0.0], [177.9496166686883, -38.69771517709626, 0.0]], "type": "LineString"}, "id": "142", "properties": {"Unique_ID": 100406438132.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94967793084479, -38.699511430623005, 177.95346141832775, -38.697639154166794], "geometry": {"coordinates": [[177.95346141832775, -38.699511430623005, 0.0], [177.94967793084479, -38.697639154166794, 0.0]], "type": "LineString"}, "id": "143", "properties": {"Unique_ID": 100406437132.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94973919284413, -38.69943540581272, 177.95352267754478, -38.697563131252885], "geometry": {"coordinates": [[177.95352267754478, -38.69943540581272, 0.0], [177.94973919284413, -38.697563131252885, 0.0]], "type": "LineString"}, "id": "144", "properties": {"Unique_ID": 100406436132.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94980045481745, -38.699359381015064, 177.953583936607, -38.69748710819173], "geometry": {"coordinates": [[177.953583936607, -38.699359381015064, 0.0], [177.94980045481745, -38.69748710819173, 0.0]], "type": "LineString"}, "id": "145", "properties": {"Unique_ID": 100406435131.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.94986171661617, -38.6992833561747, 177.95364519555903, -38.6974110851678], "geometry": {"coordinates": [[177.95364519555903, -38.6992833561747, 0.0], [177.94986171661617, -38.6974110851678, 0.0]], "type": "LineString"}, "id": "146", "properties": {"Unique_ID": 100406434131.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9500980118597, -38.69926829191949, 177.95366397396455, -38.6971500135437], "geometry": {"coordinates": [[177.95366397396455, -38.69926829191949, 0.0], [177.9500980118597, -38.6971500135437, 0.0]], "type": "LineString"}, "id": "147", "properties": {"Unique_ID": 100406432709.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95016732227236, -38.699196637505324, 177.95373328240086, -38.69707836113627], "geometry": {"coordinates": [[177.95373328240086, -38.699196637505324, 0.0], [177.95016732227236, -38.69707836113627, 0.0]], "type": "LineString"}, "id": "148", "properties": {"Unique_ID": 100406431708.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9502366325494, -38.699124983058496, 177.9538025907015, -38.69700670869619], "geometry": {"coordinates": [[177.9538025907015, -38.699124983058496, 0.0], [177.9502366325494, -38.69700670869619, 0.0]], "type": "LineString"}, "id": "149", "properties": {"Unique_ID": 100406430706.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9503059426282, -38.69905332855959, 177.9538718988853, -38.69693505628813], "geometry": {"coordinates": [[177.9538718988853, -38.69905332855959, 0.0], [177.9503059426282, -38.69693505628813, 0.0]], "type": "LineString"}, "id": "150", "properties": {"Unique_ID": 100406429705.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9503752526339, -38.69898167404745, 177.9539412069146, -38.69686340378271], "geometry": {"coordinates": [[177.9539412069146, -38.69898167404745, 0.0], [177.9503752526339, -38.69686340378271, 0.0]], "type": "LineString"}, "id": "151", "properties": {"Unique_ID": 100406428705.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95044456250398, -38.69891001950266, 177.95401051480826, -38.69679175124463], "geometry": {"coordinates": [[177.95401051480826, -38.69891001950266, 0.0], [177.95044456250398, -38.69679175124463, 0.0]], "type": "LineString"}, "id": "152", "properties": {"Unique_ID": 100406427705.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95051387230092, -38.69883836494463, 177.95407982254747, -38.6967200986092], "geometry": {"coordinates": [[177.95407982254747, -38.69883836494463, 0.0], [177.95051387230092, -38.6967200986092, 0.0]], "type": "LineString"}, "id": "153", "properties": {"Unique_ID": 100406426705.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95058318189967, -38.698766710334525, 177.95414913016978, -38.6966484460058], "geometry": {"coordinates": [[177.95414913016978, -38.698766710334525, 0.0], [177.95058318189967, -38.6966484460058, 0.0]], "type": "LineString"}, "id": "154", "properties": {"Unique_ID": 100406425705.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95065249136275, -38.698695055691765, 177.9542184376564, -38.69657679336974], "geometry": {"coordinates": [[177.9542184376564, -38.698695055691765, 0.0], [177.95065249136275, -38.69657679336974, 0.0]], "type": "LineString"}, "id": "155", "properties": {"Unique_ID": 100406424705.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95072180069016, -38.698623401016356, 177.9542877450074, -38.69650514070101], "geometry": {"coordinates": [[177.9542877450074, -38.698623401016356, 0.0], [177.95072180069016, -38.69650514070101, 0.0]], "type": "LineString"}, "id": "156", "properties": {"Unique_ID": 100406423704.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95079110988192, -38.69855174630829, 177.95435705222272, -38.69643348799963], "geometry": {"coordinates": [[177.95435705222272, -38.69855174630829, 0.0], [177.95079110988192, -38.69643348799963, 0.0]], "type": "LineString"}, "id": "157", "properties": {"Unique_ID": 100406422704.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95086041893805, -38.698480091567575, 177.9544263593024, -38.69636183526557], "geometry": {"coordinates": [[177.9544263593024, -38.698480091567575, 0.0], [177.95086041893805, -38.69636183526557, 0.0]], "type": "LineString"}, "id": "158", "properties": {"Unique_ID": 100406421704.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95092972779594, -38.6984084367748, 177.95449566626516, -38.69629018256356], "geometry": {"coordinates": [[177.95449566626516, -38.6984084367748, 0.0], [177.95092972779594, -38.69629018256356, 0.0]], "type": "LineString"}, "id": "159", "properties": {"Unique_ID": 100406420703.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95099903659917, -38.69833678197452, 177.95456497306796, -38.69621852974509], "geometry": {"coordinates": [[177.95456497306796, -38.69833678197452, 0.0], [177.95099903659917, -38.69621852974509, 0.0]], "type": "LineString"}, "id": "160", "properties": {"Unique_ID": 100406419703.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95106834524833, -38.69826512713583, 177.95463427974062, -38.69614687691307], "geometry": {"coordinates": [[177.95463427974062, -38.69826512713583, 0.0], [177.95106834524833, -38.69614687691307, 0.0]], "type": "LineString"}, "id": "161", "properties": {"Unique_ID": 100406418703.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95113765382442, -38.698193472283926, 177.95470358625886, -38.696075223983705], "geometry": {"coordinates": [[177.95470358625886, -38.698193472283926, 0.0], [177.95113765382442, -38.696075223983705, 0.0]], "type": "LineString"}, "id": "162", "properties": {"Unique_ID": 100406417703.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9512069621838, -38.69812181737422, 177.95477289266574, -38.69600357110544], "geometry": {"coordinates": [[177.95477289266574, -38.69812181737422, 0.0], [177.9512069621838, -38.69600357110544, 0.0]], "type": "LineString"}, "id": "163", "properties": {"Unique_ID": 100406416702.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95127627042595, -38.698050162437596, 177.95484219893143, -38.69593191817545], "geometry": {"coordinates": [[177.95484219893143, -38.698050162437596, 0.0], [177.95127627042595, -38.69593191817545, 0.0]], "type": "LineString"}, "id": "164", "properties": {"Unique_ID": 100406415702.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9513455785325, -38.69797850746832, 177.9549115050615, -38.69586026521278], "geometry": {"coordinates": [[177.9549115050615, -38.69797850746832, 0.0], [177.9513455785325, -38.69586026521278, 0.0]], "type": "LineString"}, "id": "165", "properties": {"Unique_ID": 100406414702.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9514148865034, -38.697906852466396, 177.95498081105583, -38.695788612217456], "geometry": {"coordinates": [[177.95498081105583, -38.697906852466396, 0.0], [177.9514148865034, -38.695788612217456, 0.0]], "type": "LineString"}, "id": "166", "properties": {"Unique_ID": 100406413701.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95148419433863, -38.69783519743182, 177.95505011691455, -38.695716959189475], "geometry": {"coordinates": [[177.95505011691455, -38.69783519743182, 0.0], [177.95148419433863, -38.695716959189475, 0.0]], "type": "LineString"}, "id": "167", "properties": {"Unique_ID": 100406412701.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95155350197564, -38.697763542345186, 177.95511942265637, -38.69564530619354], "geometry": {"coordinates": [[177.95511942265637, -38.697763542345186, 0.0], [177.95155350197564, -38.69564530619354, 0.0]], "type": "LineString"}, "id": "168", "properties": {"Unique_ID": 100406411701.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95162280953957, -38.69769188724531, 177.95518872824377, -38.69557365310024], "geometry": {"coordinates": [[177.95518872824377, -38.69769188724531, 0.0], [177.95162280953957, -38.69557365310024, 0.0]], "type": "LineString"}, "id": "169", "properties": {"Unique_ID": 100406410701.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95169211696788, -38.69762023211279, 177.95525803369551, -38.6955019999743], "geometry": {"coordinates": [[177.95525803369551, -38.69762023211279, 0.0], [177.95169211696788, -38.6955019999743, 0.0]], "type": "LineString"}, "id": "170", "properties": {"Unique_ID": 100406409701.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95176142432308, -38.69754857696703, 177.95532733899282, -38.69543034675099], "geometry": {"coordinates": [[177.95532733899282, -38.69754857696703, 0.0], [177.95176142432308, -38.69543034675099, 0.0]], "type": "LineString"}, "id": "171", "properties": {"Unique_ID": 100406408701.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95183073148007, -38.6974769217692, 177.95539664417325, -38.69535869355973], "geometry": {"coordinates": [[177.95539664417325, -38.6974769217692, 0.0], [177.95183073148007, -38.69535869355973, 0.0]], "type": "LineString"}, "id": "172", "properties": {"Unique_ID": 100406407700.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95190003850144, -38.697405266538745, 177.95546594921802, -38.69528704033582], "geometry": {"coordinates": [[177.95546594921802, -38.697405266538745, 0.0], [177.95190003850144, -38.69528704033582, 0.0]], "type": "LineString"}, "id": "173", "properties": {"Unique_ID": 100406406699.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9519693453871, -38.697333611275624, 177.95553525412717, -38.69521538707924], "geometry": {"coordinates": [[177.95553525412717, -38.697333611275624, 0.0], [177.9519693453871, -38.69521538707924, 0.0]], "type": "LineString"}, "id": "174", "properties": {"Unique_ID": 100406405697.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9520386521372, -38.697261955979855, 177.95560455890063, -38.695143733790005], "geometry": {"coordinates": [[177.95560455890063, -38.697261955979855, 0.0], [177.9520386521372, -38.695143733790005, 0.0]], "type": "LineString"}, "id": "175", "properties": {"Unique_ID": 100406404694.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9521079587516, -38.69719030065146, 177.9556738635384, -38.69507208046812], "geometry": {"coordinates": [[177.9556738635384, -38.69719030065146, 0.0], [177.9521079587516, -38.69507208046812, 0.0]], "type": "LineString"}, "id": "176", "properties": {"Unique_ID": 100406403692.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9521772651678, -38.69711864527099, 177.95574316805937, -38.695000427178286], "geometry": {"coordinates": [[177.95574316805937, -38.69711864527099, 0.0], [177.9521772651678, -38.695000427178286, 0.0]], "type": "LineString"}, "id": "177", "properties": {"Unique_ID": 100406402690.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9522465715294, -38.69704698988303, 177.95581247242035, -38.694928773772], "geometry": {"coordinates": [[177.95581247242035, -38.69704698988303, 0.0], [177.9522465715294, -38.694928773772, 0.0]], "type": "LineString"}, "id": "178", "properties": {"Unique_ID": 100406401687.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95231587779944, -38.69697533447608, 177.95588177663242, -38.69485712028747], "geometry": {"coordinates": [[177.95588177663242, -38.69697533447608, 0.0], [177.95231587779944, -38.69485712028747, 0.0]], "type": "LineString"}, "id": "179", "properties": {"Unique_ID": 100406400685.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95238518387126, -38.69690367901708, 177.95595108072763, -38.69478546683496], "geometry": {"coordinates": [[177.95595108072763, -38.69690367901708, 0.0], [177.95238518387126, -38.69478546683496, 0.0]], "type": "LineString"}, "id": "180", "properties": {"Unique_ID": 100406399683.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.952454489789, -38.69683202351972, 177.95602038469272, -38.69471381336891], "geometry": {"coordinates": [[177.95602038469272, -38.69683202351972, 0.0], [177.952454489789, -38.69471381336891, 0.0]], "type": "LineString"}, "id": "181", "properties": {"Unique_ID": 100406398681.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95252379558954, -38.696760367995424, 177.95608968851664, -38.69464215985111], "geometry": {"coordinates": [[177.95608968851664, -38.696760367995424, 0.0], [177.95252379558954, -38.69464215985111, 0.0]], "type": "LineString"}, "id": "182", "properties": {"Unique_ID": 100406397679.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95259310125445, -38.696688712438494, 177.9561589922049, -38.69457050630063], "geometry": {"coordinates": [[177.9561589922049, -38.696688712438494, 0.0], [177.95259310125445, -38.69457050630063, 0.0]], "type": "LineString"}, "id": "183", "properties": {"Unique_ID": 100406396678.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95266240678376, -38.69661705684892, 177.9562282957575, -38.69449885271753], "geometry": {"coordinates": [[177.9562282957575, -38.69661705684892, 0.0], [177.95266240678376, -38.69449885271753, 0.0]], "type": "LineString"}, "id": "184", "properties": {"Unique_ID": 100406395677.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9527317121148, -38.696545401207295, 177.95629759919325, -38.694427199166455], "geometry": {"coordinates": [[177.95629759919325, -38.696545401207295, 0.0], [177.9527317121148, -38.694427199166455, 0.0]], "type": "LineString"}, "id": "185", "properties": {"Unique_ID": 100406394677.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95280101737282, -38.69647374555244, 177.9563669024746, -38.69435554551805], "geometry": {"coordinates": [[177.9563669024746, -38.69647374555244, 0.0], [177.95280101737282, -38.69435554551805, 0.0]], "type": "LineString"}, "id": "186", "properties": {"Unique_ID": 100406393677.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95293417884767, -38.69642140536991, 177.95641752049318, -38.69422047107417], "geometry": {"coordinates": [[177.95641752049318, -38.69642140536991, 0.0], [177.95293417884767, -38.69422047107417, 0.0]], "type": "LineString"}, "id": "187", "properties": {"Unique_ID": 100406392508.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95300619065068, -38.69635140822282, 177.95648953063974, -38.6941504759867], "geometry": {"coordinates": [[177.95648953063974, -38.69635140822282, 0.0], [177.95300619065068, -38.6941504759867, 0.0]], "type": "LineString"}, "id": "188", "properties": {"Unique_ID": 100406391508.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9530782024013, -38.69628141106503, 177.95656154062206, -38.69408048077988], "geometry": {"coordinates": [[177.95656154062206, -38.69628141106503, 0.0], [177.9530782024013, -38.69408048077988, 0.0]], "type": "LineString"}, "id": "189", "properties": {"Unique_ID": 100406390507.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95315021386017, -38.69621141382679, 177.95663355051195, -38.69401048568627], "geometry": {"coordinates": [[177.95663355051195, -38.69621141382679, 0.0], [177.95315021386017, -38.69401048568627, 0.0]], "type": "LineString"}, "id": "190", "properties": {"Unique_ID": 100406389507.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9532222252965, -38.69614141658655, 177.95670556022864, -38.69394049044425], "geometry": {"coordinates": [[177.95670556022864, -38.69614141658655, 0.0], [177.9532222252965, -38.69394049044425, 0.0]], "type": "LineString"}, "id": "191", "properties": {"Unique_ID": 100406388506.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95329423647857, -38.69607141927677, 177.95677756984168, -38.69387049527907], "geometry": {"coordinates": [[177.95677756984168, -38.69607141927677, 0.0], [177.95329423647857, -38.69387049527907, 0.0]], "type": "LineString"}, "id": "192", "properties": {"Unique_ID": 100406387506.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95336624767543, -38.69600142197593, 177.95684957927025, -38.69380049992917], "geometry": {"coordinates": [[177.95684957927025, -38.69600142197593, 0.0], [177.95336624767543, -38.69380049992917, 0.0]], "type": "LineString"}, "id": "193", "properties": {"Unique_ID": 100406386505.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95343825858063, -38.69593142459461, 177.95692158860638, -38.69373050469247], "geometry": {"coordinates": [[177.95692158860638, -38.69593142459461, 0.0], [177.95343825858063, -38.69373050469247, 0.0]], "type": "LineString"}, "id": "194", "properties": {"Unique_ID": 100406385505.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.953510269396, -38.695861427191716, 177.95699359778953, -38.69366050937275], "geometry": {"coordinates": [[177.95699359778953, -38.695861427191716, 0.0], [177.953510269396, -38.69366050937275, 0.0]], "type": "LineString"}, "id": "195", "properties": {"Unique_ID": 100406384504.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9535822800916, -38.69579142975849, 177.95706560682862, -38.693590513999105], "geometry": {"coordinates": [[177.95706560682862, -38.69579142975849, 0.0], [177.9535822800916, -38.693590513999105, 0.0]], "type": "LineString"}, "id": "196", "properties": {"Unique_ID": 100406383504.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9536542906488, -38.69572143228952, 177.9571376157293, -38.693520518589686], "geometry": {"coordinates": [[177.9571376157293, -38.69572143228952, 0.0], [177.9536542906488, -38.693520518589686, 0.0]], "type": "LineString"}, "id": "197", "properties": {"Unique_ID": 100406382504.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9537263011536, -38.69565143480983, 177.95720962446572, -38.69345052306091], "geometry": {"coordinates": [[177.95720962446572, -38.69565143480983, 0.0], [177.9537263011536, -38.69345052306091, 0.0]], "type": "LineString"}, "id": "198", "properties": {"Unique_ID": 100406381504.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95379831136668, -38.695581437249714, 177.9572816331097, -38.69338052764536], "geometry": {"coordinates": [[177.9572816331097, -38.695581437249714, 0.0], [177.95379831136668, -38.69338052764536, 0.0]], "type": "LineString"}, "id": "199", "properties": {"Unique_ID": 100406380504.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95387032155725, -38.6955114396876, 177.95735364158048, -38.69331053208139], "geometry": {"coordinates": [[177.95735364158048, -38.6955114396876, 0.0], [177.95387032155725, -38.69331053208139, 0.0]], "type": "LineString"}, "id": "200", "properties": {"Unique_ID": 100406379504.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95394233149347, -38.69544144205596, 177.95742564994762, -38.693240536594296], "geometry": {"coordinates": [[177.95742564994762, -38.69544144205596, 0.0], [177.95394233149347, -38.693240536594296, 0.0]], "type": "LineString"}, "id": "201", "properties": {"Unique_ID": 100406378504.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95401434144458, -38.69537144443324, 177.95749765813034, -38.693170540922445], "geometry": {"coordinates": [[177.95749765813034, -38.69537144443324, 0.0], [177.95401434144458, -38.693170540922445, 0.0]], "type": "LineString"}, "id": "202", "properties": {"Unique_ID": 100406377504.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95408635110397, -38.69530144673005, 177.95756966622062, -38.6931005453638], "geometry": {"coordinates": [[177.95756966622062, -38.69530144673005, 0.0], [177.95408635110397, -38.6931005453638, 0.0]], "type": "LineString"}, "id": "203", "properties": {"Unique_ID": 100406376504.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95415836074082, -38.69523144902491, 177.95764167413768, -38.69303054965677], "geometry": {"coordinates": [[177.95764167413768, -38.69523144902491, 0.0], [177.95415836074082, -38.69303054965677, 0.0]], "type": "LineString"}, "id": "204", "properties": {"Unique_ID": 100406375504.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9542303701234, -38.69516145125021, 177.95771368195108, -38.69296055402658], "geometry": {"coordinates": [[177.95771368195108, -38.69516145125021, 0.0], [177.9542303701234, -38.69296055402658, 0.0]], "type": "LineString"}, "id": "205", "properties": {"Unique_ID": 100406374503.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95430237945354, -38.695091453464826, 177.95778568960029, -38.692890558277064], "geometry": {"coordinates": [[177.95778568960029, -38.695091453464826, 0.0], [177.95430237945354, -38.692890558277064, 0.0]], "type": "LineString"}, "id": "206", "properties": {"Unique_ID": 100406373503.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95437438869385, -38.695021455657844, 177.95785769709647, -38.69282056244454], "geometry": {"coordinates": [[177.95785769709647, -38.695021455657844, 0.0], [177.95437438869385, -38.69282056244454, 0.0]], "type": "LineString"}, "id": "207", "properties": {"Unique_ID": 100406372502.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95444639764247, -38.694951457770415, 177.95792970450023, -38.692750566725245], "geometry": {"coordinates": [[177.95792970450023, -38.694951457770415, 0.0], [177.95444639764247, -38.692750566725245, 0.0]], "type": "LineString"}, "id": "208", "properties": {"Unique_ID": 100406371502.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95451840660596, -38.6948814598919, 177.95800171171956, -38.69268057082118], "geometry": {"coordinates": [[177.95800171171956, -38.6948814598919, 0.0], [177.95451840660596, -38.69268057082118, 0.0]], "type": "LineString"}, "id": "209", "properties": {"Unique_ID": 100406370502.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95459041529645, -38.69481146193841, 177.95807371884084, -38.69261057501216], "geometry": {"coordinates": [[177.95807371884084, -38.69481146193841, 0.0], [177.95459041529645, -38.69261057501216, 0.0]], "type": "LineString"}, "id": "210", "properties": {"Unique_ID": 100406369501.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95466242400178, -38.69474146399385, 177.9581457257777, -38.69254057901841], "geometry": {"coordinates": [[177.9581457257777, -38.69474146399385, 0.0], [177.95466242400178, -38.69254057901841, 0.0]], "type": "LineString"}, "id": "211", "properties": {"Unique_ID": 100406368500.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95473443241545, -38.694671465968824, 177.95821773262213, -38.692470583137855], "geometry": {"coordinates": [[177.95821773262213, -38.694671465968824, 0.0], [177.95473443241545, -38.692470583137855, 0.0]], "type": "LineString"}, "id": "212", "properties": {"Unique_ID": 100406367498.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9548064408066, -38.69460146794184, 177.9582897392934, -38.69240058710892], "geometry": {"coordinates": [[177.9582897392934, -38.69460146794184, 0.0], [177.9548064408066, -38.69240058710892, 0.0]], "type": "LineString"}, "id": "213", "properties": {"Unique_ID": 100406366496.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95501357640043, -38.6945696578046, 177.95832475917038, -38.69221124360008], "geometry": {"coordinates": [[177.95832475917038, -38.6945696578046, 0.0], [177.95501357640043, -38.69221124360008, 0.0]], "type": "LineString"}, "id": "214", "properties": {"Unique_ID": 100406365157.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95509073819227, -38.69450311821482, 177.95840192005394, -38.69214470623894], "geometry": {"coordinates": [[177.95840192005394, -38.69450311821482, 0.0], [177.95509073819227, -38.69214470623894, 0.0]], "type": "LineString"}, "id": "215", "properties": {"Unique_ID": 100406364146.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95516789989944, -38.69443657859786, 177.95847908077772, -38.692078168785834], "geometry": {"coordinates": [[177.95847908077772, -38.69443657859786, 0.0], [177.95516789989944, -38.692078168785834, 0.0]], "type": "LineString"}, "id": "216", "properties": {"Unique_ID": 100406363135.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95524506155982, -38.694370038963484, 177.9585562413303, -38.69201163120812], "geometry": {"coordinates": [[177.9585562413303, -38.694370038963484, 0.0], [177.95524506155982, -38.69201163120812, 0.0]], "type": "LineString"}, "id": "217", "properties": {"Unique_ID": 100406362124.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.955322223001, -38.69430349926714, 177.95863340176345, -38.69194509365439], "geometry": {"coordinates": [[177.95863340176345, -38.69430349926714, 0.0], [177.955322223001, -38.69194509365439, 0.0]], "type": "LineString"}, "id": "218", "properties": {"Unique_ID": 100406361114.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9553993843187, -38.69423695953356, 177.95871056204845, -38.6918785560422], "geometry": {"coordinates": [[177.95871056204845, -38.69423695953356, 0.0], [177.9553993843187, -38.6918785560422, 0.0]], "type": "LineString"}, "id": "219", "properties": {"Unique_ID": 100406360103.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95547654539828, -38.69417041973309, 177.95878772221968, -38.69181201847034], "geometry": {"coordinates": [[177.95878772221968, -38.69417041973309, 0.0], [177.95547654539828, -38.69181201847034, 0.0]], "type": "LineString"}, "id": "220", "properties": {"Unique_ID": 100406359092.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95555370639318, -38.69410387990544, 177.95886488223113, -38.69174548080651], "geometry": {"coordinates": [[177.95886488223113, -38.69410387990544, 0.0], [177.95555370639318, -38.69174548080651, 0.0]], "type": "LineString"}, "id": "221", "properties": {"Unique_ID": 100406358081.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95563086734128, -38.694037340060376, 177.95894204207139, -38.69167894301807], "geometry": {"coordinates": [[177.95894204207139, -38.694037340060376, 0.0], [177.95563086734128, -38.69167894301807, 0.0]], "type": "LineString"}, "id": "222", "properties": {"Unique_ID": 100406357070.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95570802808916, -38.69397080015826, 177.9590192017865, -38.69161240523731], "geometry": {"coordinates": [[177.9590192017865, -38.69397080015826, 0.0], [177.95570802808916, -38.69161240523731, 0.0]], "type": "LineString"}, "id": "223", "properties": {"Unique_ID": 100406356061.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95578518867563, -38.693904260209095, 177.95909636136486, -38.69154586743073], "geometry": {"coordinates": [[177.95909636136486, -38.693904260209095, 0.0], [177.95578518867563, -38.69154586743073, 0.0]], "type": "LineString"}, "id": "224", "properties": {"Unique_ID": 100406355053.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95586234902404, -38.69383772019305, 177.95917352082947, -38.69147932966449], "geometry": {"coordinates": [[177.95917352082947, -38.69383772019305, 0.0], [177.95586234902404, -38.69147932966449, 0.0]], "type": "LineString"}, "id": "225", "properties": {"Unique_ID": 100406354047.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95593950932562, -38.69377118015961, 177.95925068012286, -38.69141279177362], "geometry": {"coordinates": [[177.95925068012286, -38.69377118015961, 0.0], [177.95593950932562, -38.69141279177362, 0.0]], "type": "LineString"}, "id": "226", "properties": {"Unique_ID": 100406353043.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95601666956148, -38.69370464010388, 177.95932783925082, -38.69134625377447], "geometry": {"coordinates": [[177.95932783925082, -38.69370464010388, 0.0], [177.95601666956148, -38.69134625377447, 0.0]], "type": "LineString"}, "id": "227", "properties": {"Unique_ID": 100406352041.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9560938295971, -38.69363809999107, 177.95940499825363, -38.69127971578301], "geometry": {"coordinates": [[177.95940499825363, -38.69363809999107, 0.0], [177.9560938295971, -38.69127971578301, 0.0]], "type": "LineString"}, "id": "228", "properties": {"Unique_ID": 100406351041.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95617098947133, -38.69357155983124, 177.95948215711968, -38.691213177765725], "geometry": {"coordinates": [[177.95948215711968, -38.69357155983124, 0.0], [177.95617098947133, -38.691213177765725, 0.0]], "type": "LineString"}, "id": "229", "properties": {"Unique_ID": 100406350041.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9562481491075, -38.69350501960453, 177.95955931587193, -38.691146639788776], "geometry": {"coordinates": [[177.95955931587193, -38.69350501960453, 0.0], [177.9562481491075, -38.691146639788776, 0.0]], "type": "LineString"}, "id": "230", "properties": {"Unique_ID": 100406349041.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95632530877356, -38.693438479380255, 177.95963647443006, -38.69108010162106], "geometry": {"coordinates": [[177.95963647443006, -38.693438479380255, 0.0], [177.95632530877356, -38.69108010162106, 0.0]], "type": "LineString"}, "id": "231", "properties": {"Unique_ID": 100406348040.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9564024682394, -38.69337193909893, 177.95971363286301, -38.69101356346105], "geometry": {"coordinates": [[177.95971363286301, -38.69337193909893, 0.0], [177.9564024682394, -38.69101356346105, 0.0]], "type": "LineString"}, "id": "232", "properties": {"Unique_ID": 100406347039.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95647962754384, -38.693305398770555, 177.9597907911592, -38.6909470252752], "geometry": {"coordinates": [[177.9597907911592, -38.693305398770555, 0.0], [177.95647962754384, -38.6909470252752, 0.0]], "type": "LineString"}, "id": "233", "properties": {"Unique_ID": 100406346037.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95655678668692, -38.693238858395155, 177.9598679493186, -38.69088048706355], "geometry": {"coordinates": [[177.9598679493186, -38.693238858395155, 0.0], [177.95655678668692, -38.69088048706355, 0.0]], "type": "LineString"}, "id": "234", "properties": {"Unique_ID": 100406345035.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95663394562976, -38.69317231796267, 177.95994510735292, -38.69081394885958], "geometry": {"coordinates": [[177.95994510735292, -38.69317231796267, 0.0], [177.95663394562976, -38.69081394885958, 0.0]], "type": "LineString"}, "id": "235", "properties": {"Unique_ID": 100406344034.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9567111045836, -38.69310577752774, 177.96002226519872, -38.69074741048119], "geometry": {"coordinates": [[177.96002226519872, -38.69310577752774, 0.0], [177.9567111045836, -38.69074741048119, 0.0]], "type": "LineString"}, "id": "236", "properties": {"Unique_ID": 100406343032.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95678826333722, -38.693039237035755, 177.96009942291937, -38.69068087211047], "geometry": {"coordinates": [[177.96009942291937, -38.693039237035755, 0.0], [177.95678826333722, -38.69068087211047, 0.0]], "type": "LineString"}, "id": "237", "properties": {"Unique_ID": 100406342031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95686542192945, -38.69297269649674, 177.9601765805033, -38.69061433371394], "geometry": {"coordinates": [[177.9601765805033, -38.69297269649674, 0.0], [177.95686542192945, -38.69061433371394, 0.0]], "type": "LineString"}, "id": "238", "properties": {"Unique_ID": 100406341031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9569425803603, -38.69290615591067, 177.9602537379504, -38.69054779529161], "geometry": {"coordinates": [[177.9602537379504, -38.69290615591067, 0.0], [177.9569425803603, -38.69054779529161, 0.0]], "type": "LineString"}, "id": "239", "properties": {"Unique_ID": 100406340030.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95701973859096, -38.692839615267545, 177.96033089527242, -38.69048125687696], "geometry": {"coordinates": [[177.96033089527242, -38.692839615267545, 0.0], [177.95701973859096, -38.69048125687696, 0.0]], "type": "LineString"}, "id": "240", "properties": {"Unique_ID": 100406339030.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9570968968515, -38.69277307462688, 177.96040805240025, -38.69041471827156], "geometry": {"coordinates": [[177.96040805240025, -38.69277307462688, 0.0], [177.9570968968515, -38.69041471827156, 0.0]], "type": "LineString"}, "id": "241", "properties": {"Unique_ID": 100406338030.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95717405487395, -38.69270653391934, 177.96048520941432, -38.690348179706476], "geometry": {"coordinates": [[177.96048520941432, -38.69270653391934, 0.0], [177.95717405487395, -38.690348179706476, 0.0]], "type": "LineString"}, "id": "242", "properties": {"Unique_ID": 100406337029.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95725121273506, -38.69263999316476, 177.96056236629164, -38.6902816411156], "geometry": {"coordinates": [[177.96056236629164, -38.69263999316476, 0.0], [177.95725121273506, -38.6902816411156, 0.0]], "type": "LineString"}, "id": "243", "properties": {"Unique_ID": 100406336029.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9573283703959, -38.692573452353116, 177.9606395230438, -38.69021510253241], "geometry": {"coordinates": [[177.9606395230438, -38.692573452353116, 0.0], [177.9573283703959, -38.69021510253241, 0.0]], "type": "LineString"}, "id": "244", "properties": {"Unique_ID": 100406335029.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95744105667742, -38.692516216667514, 177.96070671668238, -38.69011922387557], "geometry": {"coordinates": [[177.96070671668238, -38.692516216667514, 0.0], [177.95744105667742, -38.69011922387557, 0.0]], "type": "LineString"}, "id": "245", "properties": {"Unique_ID": 100406333927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95751947828896, -38.69245058993089, 177.96078513755532, -38.690053599383845], "geometry": {"coordinates": [[177.96078513755532, -38.69245058993089, 0.0], [177.95751947828896, -38.690053599383845, 0.0]], "type": "LineString"}, "id": "246", "properties": {"Unique_ID": 100406332927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95759789989663, -38.69238496318545, 177.96086355824335, -38.68998797473178], "geometry": {"coordinates": [[177.96086355824335, -38.69238496318545, 0.0], [177.95759789989663, -38.68998797473178, 0.0]], "type": "LineString"}, "id": "247", "properties": {"Unique_ID": 100406331927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95767632130097, -38.69231933638112, 177.96094197880626, -38.68992235008628], "geometry": {"coordinates": [[177.96094197880626, -38.69231933638112, 0.0], [177.95767632130097, -38.68992235008628, 0.0]], "type": "LineString"}, "id": "248", "properties": {"Unique_ID": 100406330927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9577547425622, -38.69225370953303, 177.96102039922604, -38.689856725396986], "geometry": {"coordinates": [[177.96102039922604, -38.69225370953303, 0.0], [177.9577547425622, -38.689856725396986, 0.0]], "type": "LineString"}, "id": "249", "properties": {"Unique_ID": 100406329927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95783316360115, -38.69218808262128, 177.96109881952634, -38.689791100730105], "geometry": {"coordinates": [[177.96109881952634, -38.69218808262128, 0.0], [177.95783316360115, -38.689791100730105, 0.0]], "type": "LineString"}, "id": "250", "properties": {"Unique_ID": 100406328927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95791158465516, -38.69212245570549, 177.96117723963604, -38.68972547588705], "geometry": {"coordinates": [[177.96117723963604, -38.69212245570549, 0.0], [177.95791158465516, -38.68972547588705, 0.0]], "type": "LineString"}, "id": "251", "properties": {"Unique_ID": 100406327927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95799000548695, -38.692056828726045, 177.9612556596263, -38.689659851066416], "geometry": {"coordinates": [[177.9612556596263, -38.692056828726045, 0.0], [177.95799000548695, -38.689659851066416, 0.0]], "type": "LineString"}, "id": "252", "properties": {"Unique_ID": 100406326927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95806842609647, -38.69199120168295, 177.96133407949714, -38.68959422626818], "geometry": {"coordinates": [[177.96133407949714, -38.69199120168295, 0.0], [177.95806842609647, -38.68959422626818, 0.0]], "type": "LineString"}, "id": "253", "properties": {"Unique_ID": 100406325927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95814684672106, -38.69192557463582, 177.96141249917736, -38.68952860129376], "geometry": {"coordinates": [[177.96141249917736, -38.69192557463582, 0.0], [177.95814684672106, -38.68952860129376, 0.0]], "type": "LineString"}, "id": "254", "properties": {"Unique_ID": 100406324927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9582252671234, -38.69185994752504, 177.96149091873812, -38.68946297634176], "geometry": {"coordinates": [[177.96149091873812, -38.69185994752504, 0.0], [177.9582252671234, -38.68946297634176, 0.0]], "type": "LineString"}, "id": "255", "properties": {"Unique_ID": 100406323927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95830368738257, -38.6917943203705, 177.96156933815575, -38.689397351345974], "geometry": {"coordinates": [[177.96156933815575, -38.6917943203705, 0.0], [177.95830368738257, -38.689397351345974, 0.0]], "type": "LineString"}, "id": "256", "properties": {"Unique_ID": 100406322927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9583821074195, -38.69172869315232, 177.96164775745396, -38.68933172637262], "geometry": {"coordinates": [[177.96164775745396, -38.69172869315232, 0.0], [177.9583821074195, -38.68933172637262, 0.0]], "type": "LineString"}, "id": "257", "properties": {"Unique_ID": 100406321927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95846052747152, -38.69166306593005, 177.9617261765615, -38.68926610122307], "geometry": {"coordinates": [[177.9617261765615, -38.69166306593005, 0.0], [177.95846052747152, -38.68926610122307, 0.0]], "type": "LineString"}, "id": "258", "properties": {"Unique_ID": 100406320927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9585389473013, -38.691597438644166, 177.96180459554967, -38.68920047609594], "geometry": {"coordinates": [[177.96180459554967, -38.691597438644166, 0.0], [177.9585389473013, -38.68920047609594, 0.0]], "type": "LineString"}, "id": "259", "properties": {"Unique_ID": 100406319927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9586173669879, -38.69153181131452, 177.96188301439466, -38.68913485092503], "geometry": {"coordinates": [[177.96188301439466, -38.69153181131452, 0.0], [177.9586173669879, -38.68913485092503, 0.0]], "type": "LineString"}, "id": "260", "properties": {"Unique_ID": 100406318927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95869578645224, -38.69146618392122, 177.96196143312022, -38.68906922577653], "geometry": {"coordinates": [[177.96196143312022, -38.69146618392122, 0.0], [177.95869578645224, -38.68906922577653, 0.0]], "type": "LineString"}, "id": "261", "properties": {"Unique_ID": 100406317927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9587742059317, -38.69140055652387, 177.96203985165516, -38.68900360045186], "geometry": {"coordinates": [[177.96203985165516, -38.69140055652387, 0.0], [177.9587742059317, -38.68900360045186, 0.0]], "type": "LineString"}, "id": "262", "properties": {"Unique_ID": 100406316927.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95885262518888, -38.69133492906288, 177.96211827007068, -38.6889379751496], "geometry": {"coordinates": [[177.96211827007068, -38.69133492906288, 0.0], [177.95885262518888, -38.6889379751496, 0.0]], "type": "LineString"}, "id": "263", "properties": {"Unique_ID": 100406315926.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9589310443219, -38.69126930156288, 177.96219668833734, -38.6888723497877], "geometry": {"coordinates": [[177.96219668833734, -38.69126930156288, 0.0], [177.9589310443219, -38.6888723497877, 0.0]], "type": "LineString"}, "id": "264", "properties": {"Unique_ID": 100406314926.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9590094632137, -38.69120367399449, 177.9622751064903, -38.68880672446408], "geometry": {"coordinates": [[177.9622751064903, -38.69120367399449, 0.0], [177.9590094632137, -38.68880672446408, 0.0]], "type": "LineString"}, "id": "265", "properties": {"Unique_ID": 100406313926.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95908788212057, -38.69113804642204, 177.96235352445262, -38.688741098964286], "geometry": {"coordinates": [[177.96235352445262, -38.69113804642204, 0.0], [177.95908788212057, -38.688741098964286, 0.0]], "type": "LineString"}, "id": "266", "properties": {"Unique_ID": 100406312926.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95916630080518, -38.691072418785964, 177.96243194229552, -38.6886754734869], "geometry": {"coordinates": [[177.96243194229552, -38.691072418785964, 0.0], [177.95916630080518, -38.6886754734869, 0.0]], "type": "LineString"}, "id": "267", "properties": {"Unique_ID": 100406311926.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95924471926756, -38.69100679108625, 177.962510360019, -38.68860984803196], "geometry": {"coordinates": [[177.962510360019, -38.69100679108625, 0.0], [177.95924471926756, -38.68860984803196, 0.0]], "type": "LineString"}, "id": "268", "properties": {"Unique_ID": 100406310926.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95932313774503, -38.69094116338247, 177.96258877755187, -38.688544222400814], "geometry": {"coordinates": [[177.96258877755187, -38.69094116338247, 0.0], [177.95932313774503, -38.688544222400814, 0.0]], "type": "LineString"}, "id": "269", "properties": {"Unique_ID": 100406309926.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95940155600027, -38.69087553561507, 177.96266719496532, -38.688478596792095], "geometry": {"coordinates": [[177.96266719496532, -38.69087553561507, 0.0], [177.95940155600027, -38.688478596792095, 0.0]], "type": "LineString"}, "id": "270", "properties": {"Unique_ID": 100406308926.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95947997411233, -38.69080990780391, 177.9627456122356, -38.68841297113962], "geometry": {"coordinates": [[177.9627456122356, -38.69080990780391, 0.0], [177.95947997411233, -38.68841297113962, 0.0]], "type": "LineString"}, "id": "271", "properties": {"Unique_ID": 100406307926.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9595500304692, -38.69074213593677, 177.96282643685473, -38.688354245794685], "geometry": {"coordinates": [[177.96282643685473, -38.69074213593677, 0.0], [177.9595500304692, -38.688354245794685, 0.0]], "type": "LineString"}, "id": "272", "properties": {"Unique_ID": 100406306950.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95962815252437, -38.690676291652345, 177.96290455790202, -38.68828840355844], "geometry": {"coordinates": [[177.96290455790202, -38.690676291652345, 0.0], [177.95962815252437, -38.68828840355844, 0.0]], "type": "LineString"}, "id": "273", "properties": {"Unique_ID": 100406305950.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95970627432015, -38.69061044729512, 177.9629826788412, -38.688222561376946], "geometry": {"coordinates": [[177.9629826788412, -38.69061044729512, 0.0], [177.95970627432015, -38.688222561376946, 0.0]], "type": "LineString"}, "id": "274", "properties": {"Unique_ID": 100406304949.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95978439591337, -38.690544602879434, 177.96306079965532, -38.6881567192023], "geometry": {"coordinates": [[177.96306079965532, -38.690544602879434, 0.0], [177.95978439591337, -38.6881567192023, 0.0]], "type": "LineString"}, "id": "275", "properties": {"Unique_ID": 100406303949.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95986251746106, -38.690478758445, 177.96313892029718, -38.688090876902095], "geometry": {"coordinates": [[177.96313892029718, -38.690478758445, 0.0], [177.95986251746106, -38.688090876902095, 0.0]], "type": "LineString"}, "id": "276", "properties": {"Unique_ID": 100406302948.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.95994063882793, -38.69041291395764, 177.9632170408074, -38.68802503459043], "geometry": {"coordinates": [[177.9632170408074, -38.69041291395764, 0.0], [177.95994063882793, -38.68802503459043, 0.0]], "type": "LineString"}, "id": "277", "properties": {"Unique_ID": 100406301947.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96001876014927, -38.69034706945153, 177.9632951611454, -38.687959192153215], "geometry": {"coordinates": [[177.9632951611454, -38.69034706945153, 0.0], [177.96001876014927, -38.687959192153215, 0.0]], "type": "LineString"}, "id": "278", "properties": {"Unique_ID": 100406300946.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96009688124914, -38.69028122488219, 177.96337328136394, -38.68789334973883], "geometry": {"coordinates": [[177.96337328136394, -38.69028122488219, 0.0], [177.96009688124914, -38.68789334973883, 0.0]], "type": "LineString"}, "id": "279", "properties": {"Unique_ID": 100406299945.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9601750021464, -38.69021538025439, 177.9634514014574, -38.68782750733129], "geometry": {"coordinates": [[177.9634514014574, -38.69021538025439, 0.0], [177.9601750021464, -38.68782750733129, 0.0]], "type": "LineString"}, "id": "280", "properties": {"Unique_ID": 100406298944.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9602531229413, -38.690149535593505, 177.96352952139566, -38.687761664846086], "geometry": {"coordinates": [[177.96352952139566, -38.690149535593505, 0.0], [177.9602531229413, -38.687761664846086, 0.0]], "type": "LineString"}, "id": "281", "properties": {"Unique_ID": 100406297943.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96033124369077, -38.69008369091389, 177.9636076411617, -38.687695822235334], "geometry": {"coordinates": [[177.9636076411617, -38.69008369091389, 0.0], [177.96033124369077, -38.687695822235334, 0.0]], "type": "LineString"}, "id": "282", "properties": {"Unique_ID": 100406296941.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96040936423765, -38.69001784617581, 177.9636857608026, -38.68762997963145], "geometry": {"coordinates": [[177.9636857608026, -38.69001784617581, 0.0], [177.96040936423765, -38.68762997963145, 0.0]], "type": "LineString"}, "id": "283", "properties": {"Unique_ID": 100406295940.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96048748452512, -38.689952001364944, 177.96376388033548, -38.687564137082305], "geometry": {"coordinates": [[177.96376388033548, -38.689952001364944, 0.0], [177.96048748452512, -38.687564137082305, 0.0]], "type": "LineString"}, "id": "284", "properties": {"Unique_ID": 100406294939.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9605656047671, -38.68988615653533, 177.96384199969606, -38.68749829440761], "geometry": {"coordinates": [[177.96384199969606, -38.68988615653533, 0.0], [177.9605656047671, -38.68749829440761, 0.0]], "type": "LineString"}, "id": "285", "properties": {"Unique_ID": 100406293938.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96064372494467, -38.68982031168221, 177.96392011889014, -38.68743245162333], "geometry": {"coordinates": [[177.96392011889014, -38.68982031168221, 0.0], [177.96064372494467, -38.68743245162333, 0.0]], "type": "LineString"}, "id": "286", "properties": {"Unique_ID": 100406292936.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96072184491965, -38.68975446677064, 177.96399823795912, -38.687366608845906], "geometry": {"coordinates": [[177.96399823795912, -38.68975446677064, 0.0], [177.96072184491965, -38.687366608845906, 0.0]], "type": "LineString"}, "id": "287", "properties": {"Unique_ID": 100406291935.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96079996471377, -38.68968862180611, 177.96407635689647, -38.68730076605704], "geometry": {"coordinates": [[177.96407635689647, -38.68968862180611, 0.0], [177.96079996471377, -38.68730076605704, 0.0]], "type": "LineString"}, "id": "288", "properties": {"Unique_ID": 100406290934.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9608780843053, -38.68962277678313, 177.96415447570868, -38.687234923275014], "geometry": {"coordinates": [[177.96415447570868, -38.68962277678313, 0.0], [177.9608780843053, -38.687234923275014, 0.0]], "type": "LineString"}, "id": "289", "properties": {"Unique_ID": 100406289932.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9609562038514, -38.68955693174144, 177.9642325943487, -38.68716908036744], "geometry": {"coordinates": [[177.9642325943487, -38.68955693174144, 0.0], [177.9609562038514, -38.68716908036744, 0.0]], "type": "LineString"}, "id": "290", "properties": {"Unique_ID": 100406288931.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96103432329514, -38.68949108666665, 177.9643107128335, -38.68710323738224], "geometry": {"coordinates": [[177.9643107128335, -38.68949108666665, 0.0], [177.96103432329514, -38.68710323738224, 0.0]], "type": "LineString"}, "id": "291", "properties": {"Unique_ID": 100406287930.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96111244253632, -38.68942524153342, 177.96438883119322, -38.68703739440386], "geometry": {"coordinates": [[177.96438883119322, -38.68942524153342, 0.0], [177.96111244253632, -38.68703739440386, 0.0]], "type": "LineString"}, "id": "292", "properties": {"Unique_ID": 100406286928.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.961190561556, -38.689359396336954, 177.9644669494335, -38.68697155144832], "geometry": {"coordinates": [[177.9644669494335, -38.689359396336954, 0.0], [177.961190561556, -38.68697155144832, 0.0]], "type": "LineString"}, "id": "293", "properties": {"Unique_ID": 100406285926.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96126868053017, -38.68929355112175, 177.96454506750158, -38.686905708367235], "geometry": {"coordinates": [[177.96454506750158, -38.68929355112175, 0.0], [177.96126868053017, -38.686905708367235, 0.0]], "type": "LineString"}, "id": "294", "properties": {"Unique_ID": 100406284925.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96134679940204, -38.689227705873485, 177.96462318541447, -38.68683986520851], "geometry": {"coordinates": [[177.96462318541447, -38.689227705873485, 0.0], [177.96134679940204, -38.68683986520851, 0.0]], "type": "LineString"}, "id": "295", "properties": {"Unique_ID": 100406283923.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96142491807137, -38.68916186056675, 177.96470130320225, -38.686774022056625], "geometry": {"coordinates": [[177.96470130320225, -38.68916186056675, 0.0], [177.96142491807137, -38.686774022056625, 0.0]], "type": "LineString"}, "id": "296", "properties": {"Unique_ID": 100406282921.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9615030365381, -38.68909601520157, 177.96477942086494, -38.68670817891161], "geometry": {"coordinates": [[177.96477942086494, -38.68909601520157, 0.0], [177.9615030365381, -38.68670817891161, 0.0]], "type": "LineString"}, "id": "297", "properties": {"Unique_ID": 100406281919.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96158115490255, -38.68903016980332, 177.9648575383724, -38.68664233568894], "geometry": {"coordinates": [[177.9648575383724, -38.68903016980332, 0.0], [177.96158115490255, -38.68664233568894, 0.0]], "type": "LineString"}, "id": "298", "properties": {"Unique_ID": 100406280917.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96165927322147, -38.688964324386355, 177.9649356557077, -38.68657649234072], "geometry": {"coordinates": [[177.9649356557077, -38.688964324386355, 0.0], [177.96165927322147, -38.68657649234072, 0.0]], "type": "LineString"}, "id": "299", "properties": {"Unique_ID": 100406279915.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9617373913189, -38.688898478906125, 177.96501377292353, -38.68651064901533], "geometry": {"coordinates": [[177.96501377292353, -38.688898478906125, 0.0], [177.9617373913189, -38.68651064901533, 0.0]], "type": "LineString"}, "id": "300", "properties": {"Unique_ID": 100406278913.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96181550929234, -38.68883263338734, 177.96509188999073, -38.6864448056306], "geometry": {"coordinates": [[177.96509188999073, -38.68883263338734, 0.0], [177.96181550929234, -38.6864448056306, 0.0]], "type": "LineString"}, "id": "301", "properties": {"Unique_ID": 100406277912.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96189362700636, -38.68876678779574, 177.96517000694988, -38.68637896230064], "geometry": {"coordinates": [[177.96517000694988, -38.68876678779574, 0.0], [177.96189362700636, -38.68637896230064, 0.0]], "type": "LineString"}, "id": "302", "properties": {"Unique_ID": 100406276911.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9622416015655, -38.68876340068313, 177.96516987871038, -38.68611227123184], "geometry": {"coordinates": [[177.96516987871038, -38.68876340068313, 0.0], [177.9622416015655, -38.68611227123184, 0.0]], "type": "LineString"}, "id": "303", "properties": {"Unique_ID": 100406275330.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96232833240788, -38.688704550612215, 177.96525660988874, -38.6860534233792], "geometry": {"coordinates": [[177.96525660988874, -38.688704550612215, 0.0], [177.96232833240788, -38.6860534233792, 0.0]], "type": "LineString"}, "id": "304", "properties": {"Unique_ID": 100406274328.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9624150631058, -38.68864570048575, 177.96534334092257, -38.68599457547102], "geometry": {"coordinates": [[177.96534334092257, -38.68864570048575, 0.0], [177.9624150631058, -38.68599457547102, 0.0]], "type": "LineString"}, "id": "305", "properties": {"Unique_ID": 100406273326.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96250179356346, -38.68858685028424, 177.96543007184067, -38.685935727572264], "geometry": {"coordinates": [[177.96543007184067, -38.68858685028424, 0.0], [177.96250179356346, -38.685935727572264, 0.0]], "type": "LineString"}, "id": "306", "properties": {"Unique_ID": 100406272324.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96258852406822, -38.688528000066185, 177.96551680255675, -38.68587687948801], "geometry": {"coordinates": [[177.96551680255675, -38.688528000066185, 0.0], [177.96258852406822, -38.68587687948801, 0.0]], "type": "LineString"}, "id": "307", "properties": {"Unique_ID": 100406271322.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96267525433268, -38.68846914977308, 177.9656035331571, -38.68581803141316], "geometry": {"coordinates": [[177.9656035331571, -38.68846914977308, 0.0], [177.96267525433268, -38.68581803141316, 0.0]], "type": "LineString"}, "id": "308", "properties": {"Unique_ID": 100406270321.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9627619844527, -38.68841029942442, 177.9656902636129, -38.685759183282784], "geometry": {"coordinates": [[177.9656902636129, -38.68841029942442, 0.0], [177.9627619844527, -38.685759183282784, 0.0]], "type": "LineString"}, "id": "309", "properties": {"Unique_ID": 100406269319.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96284871433244, -38.68835144900072, 177.96577699395303, -38.68570033516182], "geometry": {"coordinates": [[177.96577699395303, -38.68835144900072, 0.0], [177.96284871433244, -38.68570033516182, 0.0]], "type": "LineString"}, "id": "310", "properties": {"Unique_ID": 100406268318.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96293544425927, -38.688292598560494, 177.96586372409112, -38.68564148685537], "geometry": {"coordinates": [[177.96586372409112, -38.688292598560494, 0.0], [177.96293544425927, -38.68564148685537, 0.0]], "type": "LineString"}, "id": "311", "properties": {"Unique_ID": 100406267317.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96302217394586, -38.68823374804519, 177.96595045411348, -38.68558263855833], "geometry": {"coordinates": [[177.96595045411348, -38.68823374804519, 0.0], [177.96302217394586, -38.68558263855833, 0.0]], "type": "LineString"}, "id": "312", "properties": {"Unique_ID": 100406266316.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96310890348792, -38.688174897474354, 177.96603718399132, -38.685523790205735], "geometry": {"coordinates": [[177.96603718399132, -38.688174897474354, 0.0], [177.96310890348792, -38.685523790205735, 0.0]], "type": "LineString"}, "id": "313", "properties": {"Unique_ID": 100406265315.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9631956327898, -38.68811604682849, 177.9661239137534, -38.685464941862605], "geometry": {"coordinates": [[177.9661239137534, -38.68811604682849, 0.0], [177.9631956327898, -38.685464941862605, 0.0]], "type": "LineString"}, "id": "314", "properties": {"Unique_ID": 100406264314.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9632823621387, -38.68805719616607, 177.96621064331353, -38.68540609333395], "geometry": {"coordinates": [[177.96621064331353, -38.68805719616607, 0.0], [177.9632823621387, -38.68540609333395, 0.0]], "type": "LineString"}, "id": "315", "properties": {"Unique_ID": 100406263313.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96336909124736, -38.687998345428596, 177.96629737275788, -38.68534724481473], "geometry": {"coordinates": [[177.96629737275788, -38.687998345428596, 0.0], [177.96336909124736, -38.68534724481473, 0.0]], "type": "LineString"}, "id": "316", "properties": {"Unique_ID": 100406262313.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96345582021155, -38.6879394946356, 177.96638410205773, -38.685288396239955], "geometry": {"coordinates": [[177.96638410205773, -38.6879394946356, 0.0], [177.96345582021155, -38.685288396239955, 0.0]], "type": "LineString"}, "id": "317", "properties": {"Unique_ID": 100406261312.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9635425489355, -38.68788064376754, 177.96647083124185, -38.685229547674616], "geometry": {"coordinates": [[177.96647083124185, -38.68788064376754, 0.0], [177.9635425489355, -38.685229547674616, 0.0]], "type": "LineString"}, "id": "318", "properties": {"Unique_ID": 100406260311.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9636292777065, -38.68782179288295, 177.966557560224, -38.685170698923784], "geometry": {"coordinates": [[177.966557560224, -38.68782179288295, 0.0], [177.9636292777065, -38.685170698923784, 0.0]], "type": "LineString"}, "id": "319", "properties": {"Unique_ID": 100406259311.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96378383697336, -38.68777698541449, 177.96662498410305, -38.68506827397313], "geometry": {"coordinates": [[177.96662498410305, -38.68777698541449, 0.0], [177.96378383697336, -38.68506827397313, 0.0]], "type": "LineString"}, "id": "320", "properties": {"Unique_ID": 100406258152.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96387245018903, -38.68771988554849, 177.96671359794092, -38.685011176325254], "geometry": {"coordinates": [[177.96671359794092, -38.68771988554849, 0.0], [177.96387245018903, -38.685011176325254, 0.0]], "type": "LineString"}, "id": "321", "properties": {"Unique_ID": 100406257151.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96396106327919, -38.68766278562759, 177.9668022116294, -38.68495407860715], "geometry": {"coordinates": [[177.9668022116294, -38.68766278562759, 0.0], [177.96396106327919, -38.68495407860715, 0.0]], "type": "LineString"}, "id": "322", "properties": {"Unique_ID": 100406256149.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9640496761888, -38.68760568564115, 177.96689082518506, -38.68489698085422], "geometry": {"coordinates": [[177.96689082518506, -38.68760568564115, 0.0], [177.9640496761888, -38.68489698085422, 0.0]], "type": "LineString"}, "id": "323", "properties": {"Unique_ID": 100406255147.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96413828897295, -38.687548585599835, 177.96697943859132, -38.684839883031024], "geometry": {"coordinates": [[177.96697943859132, -38.687548585599835, 0.0], [177.96413828897295, -38.684839883031024, 0.0]], "type": "LineString"}, "id": "324", "properties": {"Unique_ID": 100406254146.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9642269016132, -38.68749148550007, 177.96706805185372, -38.684782785149395], "geometry": {"coordinates": [[177.96706805185372, -38.68749148550007, 0.0], [177.9642269016132, -38.684782785149395, 0.0]], "type": "LineString"}, "id": "325", "properties": {"Unique_ID": 100406253144.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96431551412795, -38.687434385345405, 177.96715666496675, -38.68472568719751], "geometry": {"coordinates": [[177.96715666496675, -38.687434385345405, 0.0], [177.96431551412795, -38.68472568719751, 0.0]], "type": "LineString"}, "id": "326", "properties": {"Unique_ID": 100406252142.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9644041264622, -38.68737728512522, 177.96724527794692, -38.68466858921081], "geometry": {"coordinates": [[177.96724527794692, -38.68737728512522, 0.0], [177.9644041264622, -38.68466858921081, 0.0]], "type": "LineString"}, "id": "327", "properties": {"Unique_ID": 100406251141.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96449273867094, -38.68732018485014, 177.9673338907777, -38.68461149115385], "geometry": {"coordinates": [[177.9673338907777, -38.68732018485014, 0.0], [177.96449273867094, -38.68461149115385, 0.0]], "type": "LineString"}, "id": "328", "properties": {"Unique_ID": 100406250139.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96458135075417, -38.68726308452016, 177.96742250345915, -38.68455439302666], "geometry": {"coordinates": [[177.96742250345915, -38.68726308452016, 0.0], [177.96458135075417, -38.68455439302666, 0.0]], "type": "LineString"}, "id": "329", "properties": {"Unique_ID": 100406249138.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96466996265687, -38.68720598412465, 177.9675111160077, -38.68449729486463], "geometry": {"coordinates": [[177.9675111160077, -38.68720598412465, 0.0], [177.96466996265687, -38.68449729486463, 0.0]], "type": "LineString"}, "id": "330", "properties": {"Unique_ID": 100406248137.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9647585744341, -38.68714888367427, 177.96759972840692, -38.68444019663236], "geometry": {"coordinates": [[177.96759972840692, -38.68714888367427, 0.0], [177.9647585744341, -38.68444019663236, 0.0]], "type": "LineString"}, "id": "331", "properties": {"Unique_ID": 100406247135.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96484718606743, -38.687091783165435, 177.96768834066225, -38.68438309834165], "geometry": {"coordinates": [[177.96768834066225, -38.687091783165435, 0.0], [177.96484718606743, -38.68438309834165, 0.0]], "type": "LineString"}, "id": "332", "properties": {"Unique_ID": 100406246135.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96493579757527, -38.68703468260171, 177.96777695276822, -38.684325999980686], "geometry": {"coordinates": [[177.96777695276822, -38.68703468260171, 0.0], [177.96493579757527, -38.684325999980686, 0.0]], "type": "LineString"}, "id": "333", "properties": {"Unique_ID": 100406245134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96502440890262, -38.686977581972464, 177.96786556474132, -38.68426890158491], "geometry": {"coordinates": [[177.96786556474132, -38.686977581972464, 0.0], [177.96502440890262, -38.68426890158491, 0.0]], "type": "LineString"}, "id": "334", "properties": {"Unique_ID": 100406244134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96511302010444, -38.686920481288325, 177.96795417656506, -38.68421180311888], "geometry": {"coordinates": [[177.96795417656506, -38.686920481288325, 0.0], [177.96511302010444, -38.68421180311888, 0.0]], "type": "LineString"}, "id": "335", "properties": {"Unique_ID": 100406243134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96520163116244, -38.68686338054575, 177.96804278824496, -38.68415470459442], "geometry": {"coordinates": [[177.96804278824496, -38.68686338054575, 0.0], [177.96520163116244, -38.68415470459442, 0.0]], "type": "LineString"}, "id": "336", "properties": {"Unique_ID": 100406242134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9652902420949, -38.68680627974829, 177.96813139977544, -38.684097605999696], "geometry": {"coordinates": [[177.96813139977544, -38.68680627974829, 0.0], [177.9652902420949, -38.684097605999696, 0.0]], "type": "LineString"}, "id": "337", "properties": {"Unique_ID": 100406241134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96537885284687, -38.6867491788853, 177.9682200111731, -38.68404050737016], "geometry": {"coordinates": [[177.9682200111731, -38.6867491788853, 0.0], [177.96537885284687, -38.68404050737016, 0.0]], "type": "LineString"}, "id": "338", "properties": {"Unique_ID": 100406240134.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96546746347335, -38.68669207796742, 177.9683086224214, -38.6839834086704], "geometry": {"coordinates": [[177.9683086224214, -38.68669207796742, 0.0], [177.96546746347335, -38.6839834086704, 0.0]], "type": "LineString"}, "id": "339", "properties": {"Unique_ID": 100406239133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96555607397428, -38.68663497699466, 177.9683972335203, -38.68392630990038], "geometry": {"coordinates": [[177.9683972335203, -38.68663497699466, 0.0], [177.96555607397428, -38.68392630990038, 0.0]], "type": "LineString"}, "id": "340", "properties": {"Unique_ID": 100406238133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96564468429474, -38.68657787595639, 177.9684858444864, -38.68386921109555], "geometry": {"coordinates": [[177.9684858444864, -38.68657787595639, 0.0], [177.96564468429474, -38.68386921109555, 0.0]], "type": "LineString"}, "id": "341", "properties": {"Unique_ID": 100406237133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96573329448967, -38.686520774863205, 177.96857445530307, -38.68381211222047], "geometry": {"coordinates": [[177.96857445530307, -38.686520774863205, 0.0], [177.96573329448967, -38.68381211222047, 0.0]], "type": "LineString"}, "id": "342", "properties": {"Unique_ID": 100406236132.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96582190454075, -38.6864636737116, 177.9686630659759, -38.68375501328694], "geometry": {"coordinates": [[177.9686630659759, -38.6864636737116, 0.0], [177.96582190454075, -38.68375501328694, 0.0]], "type": "LineString"}, "id": "343", "properties": {"Unique_ID": 100406235132.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96591051446634, -38.6864065725051, 177.9687516764994, -38.6836979142832], "geometry": {"coordinates": [[177.9687516764994, -38.6864065725051, 0.0], [177.96591051446634, -38.6836979142832, 0.0]], "type": "LineString"}, "id": "344", "properties": {"Unique_ID": 100406234132.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96599912421146, -38.686349471233086, 177.96884028688999, -38.68364081524462], "geometry": {"coordinates": [[177.96884028688999, -38.686349471233086, 0.0], [177.96599912421146, -38.68364081524462, 0.0]], "type": "LineString"}, "id": "345", "properties": {"Unique_ID": 100406233131.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96601741727673, -38.68627725170148, 177.96894792902464, -38.683627724196896], "geometry": {"coordinates": [[177.96894792902464, -38.68627725170148, 0.0], [177.96601741727673, -38.683627724196896, 0.0]], "type": "LineString"}, "id": "346", "properties": {"Unique_ID": 100406232305.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9661040926806, -38.68621835466028, 177.96903460475616, -38.68356882937374], "geometry": {"coordinates": [[177.96903460475616, -38.68621835466028, 0.0], [177.9661040926806, -38.68356882937374, 0.0]], "type": "LineString"}, "id": "347", "properties": {"Unique_ID": 100406231304.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96619076782576, -38.68615945754031, 177.96912128037746, -38.68350993457274], "geometry": {"coordinates": [[177.96912128037746, -38.68615945754031, 0.0], [177.96619076782576, -38.68350993457274, 0.0]], "type": "LineString"}, "id": "348", "properties": {"Unique_ID": 100406230303.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96627744295924, -38.68610056039198, 177.96920795581443, -38.68345103962607], "geometry": {"coordinates": [[177.96920795581443, -38.68610056039198, 0.0], [177.96627744295924, -38.68345103962607, 0.0]], "type": "LineString"}, "id": "349", "properties": {"Unique_ID": 100406229302.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96636411802535, -38.68604166320389, 177.96929463108376, -38.68339214457155], "geometry": {"coordinates": [[177.96929463108376, -38.68604166320389, 0.0], [177.96636411802535, -38.68339214457155, 0.0]], "type": "LineString"}, "id": "350", "properties": {"Unique_ID": 100406228302.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96645079283272, -38.68598276593706, 177.9693813062429, -38.68333324953916], "geometry": {"coordinates": [[177.9693813062429, -38.68598276593706, 0.0], [177.96645079283272, -38.68333324953916, 0.0]], "type": "LineString"}, "id": "351", "properties": {"Unique_ID": 100406227301.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96653746751423, -38.68592386861857, 177.9694679812519, -38.68327435443873], "geometry": {"coordinates": [[177.9694679812519, -38.68592386861857, 0.0], [177.96653746751423, -38.68327435443873, 0.0]], "type": "LineString"}, "id": "352", "properties": {"Unique_ID": 100406226301.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96662414206978, -38.6858649712484, 177.9695546561109, -38.683215459270215], "geometry": {"coordinates": [[177.9695546561109, -38.6858649712484, 0.0], [177.96662414206978, -38.683215459270215, 0.0]], "type": "LineString"}, "id": "353", "properties": {"Unique_ID": 100406225301.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9667108163481, -38.68580607379572, 177.96964133086522, -38.68315656413647], "geometry": {"coordinates": [[177.96964133086522, -38.68580607379572, 0.0], [177.9667108163481, -38.68315656413647, 0.0]], "type": "LineString"}, "id": "354", "properties": {"Unique_ID": 100406224301.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96679749059618, -38.685747176310876, 177.9697280054408, -38.683097668869685], "geometry": {"coordinates": [[177.9697280054408, -38.685747176310876, 0.0], [177.96679749059618, -38.683097668869685, 0.0]], "type": "LineString"}, "id": "355", "properties": {"Unique_ID": 100406223301.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.966884164814, -38.68568827879385, 177.9698146798376, -38.68303877346978], "geometry": {"coordinates": [[177.9698146798376, -38.68568827879385, 0.0], [177.966884164814, -38.68303877346978, 0.0]], "type": "LineString"}, "id": "356", "properties": {"Unique_ID": 100406222301.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96697083875455, -38.68562938119431, 177.96990135412975, -38.68297987810468], "geometry": {"coordinates": [[177.96990135412975, -38.68562938119431, 0.0], [177.96697083875455, -38.68297987810468, 0.0]], "type": "LineString"}, "id": "357", "properties": {"Unique_ID": 100406221301.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9670575125692, -38.6855704835431, 177.96998802827184, -38.682920982671504], "geometry": {"coordinates": [[177.96998802827184, -38.6855704835431, 0.0], [177.9670575125692, -38.682920982671504, 0.0]], "type": "LineString"}, "id": "358", "properties": {"Unique_ID": 100406220301.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96714418625794, -38.68551158584022, 177.97007470226387, -38.68286208717026], "geometry": {"coordinates": [[177.97007470226387, -38.68551158584022, 0.0], [177.96714418625794, -38.68286208717026, 0.0]], "type": "LineString"}, "id": "359", "properties": {"Unique_ID": 100406219301.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96723085978363, -38.68545268807811, 177.97016137611698, -38.68280319162618], "geometry": {"coordinates": [[177.97016137611698, -38.68545268807811, 0.0], [177.96723085978363, -38.68280319162618, 0.0]], "type": "LineString"}, "id": "360", "properties": {"Unique_ID": 100406218301.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96731753305065, -38.685393790237256, 177.97024804985983, -38.68274429610424], "geometry": {"coordinates": [[177.97024804985983, -38.685393790237256, 0.0], [177.96731753305065, -38.68274429610424, 0.0]], "type": "LineString"}, "id": "361", "properties": {"Unique_ID": 100406217301.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96740420640162, -38.685334892387544, 177.9703347233897, -38.68268540037165], "geometry": {"coordinates": [[177.9703347233897, -38.685334892387544, 0.0], [177.96740420640162, -38.68268540037165, 0.0]], "type": "LineString"}, "id": "362", "properties": {"Unique_ID": 100406216301.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96749087949394, -38.685275994459076, 177.97042139680934, -38.68262650466121], "geometry": {"coordinates": [[177.97042139680934, -38.685275994459076, 0.0], [177.96749087949394, -38.68262650466121, 0.0]], "type": "LineString"}, "id": "363", "properties": {"Unique_ID": 100406215301.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9675775524232, -38.68521709647139, 177.97050807009006, -38.68256760890793], "geometry": {"coordinates": [[177.97050807009006, -38.68521709647139, 0.0], [177.9675775524232, -38.68256760890793, 0.0]], "type": "LineString"}, "id": "364", "properties": {"Unique_ID": 100406214301.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9676642252451, -38.68515819843581, 177.97059474321512, -38.68250871307394], "geometry": {"coordinates": [[177.97059474321512, -38.68515819843581, 0.0], [177.9676642252451, -38.68250871307394, 0.0]], "type": "LineString"}, "id": "365", "properties": {"Unique_ID": 100406213301.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.967750897904, -38.685099300341, 177.9706814162013, -38.68244981719715], "geometry": {"coordinates": [[177.9706814162013, -38.685099300341, 0.0], [177.967750897904, -38.68244981719715, 0.0]], "type": "LineString"}, "id": "366", "properties": {"Unique_ID": 100406212300.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9678375703042, -38.685040402167466, 177.97076808907724, -38.68239092134251], "geometry": {"coordinates": [[177.97076808907724, -38.685040402167466, 0.0], [177.9678375703042, -38.68239092134251, 0.0]], "type": "LineString"}, "id": "367", "properties": {"Unique_ID": 100406211300.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96792424267414, -38.68498150396178, 177.9708547617744, -38.68233202535481], "geometry": {"coordinates": [[177.9708547617744, -38.68498150396178, 0.0], [177.96792424267414, -38.68233202535481, 0.0]], "type": "LineString"}, "id": "368", "properties": {"Unique_ID": 100406210300.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96801091501385, -38.68492260572389, 177.97094143429285, -38.682273129234055], "geometry": {"coordinates": [[177.97094143429285, -38.68492260572389, 0.0], [177.96801091501385, -38.682273129234055, 0.0]], "type": "LineString"}, "id": "369", "properties": {"Unique_ID": 100406209300.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96825897920445, -38.684895444698334, 177.9709810134407, -38.68211268932324], "geometry": {"coordinates": [[177.9709810134407, -38.684895444698334, 0.0], [177.96825897920445, -38.68211268932324, 0.0]], "type": "LineString"}, "id": "370", "properties": {"Unique_ID": 100406207902.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96835001091063, -38.68484073641549, 177.97107204598805, -38.682057983153356], "geometry": {"coordinates": [[177.97107204598805, -38.68484073641549, 0.0], [177.96835001091063, -38.682057983153356, 0.0]], "type": "LineString"}, "id": "371", "properties": {"Unique_ID": 100406206901.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9684410423335, -38.68478602804498, 177.9711630784352, -38.68200327700585], "geometry": {"coordinates": [[177.9711630784352, -38.68478602804498, 0.0], [177.9684410423335, -38.68200327700585, 0.0]], "type": "LineString"}, "id": "372", "properties": {"Unique_ID": 100406205900.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96853207352697, -38.68473131959651, 177.97125411076604, -38.68194857084835], "geometry": {"coordinates": [[177.97125411076604, -38.68473131959651, 0.0], [177.96853207352697, -38.68194857084835, 0.0]], "type": "LineString"}, "id": "373", "properties": {"Unique_ID": 100406204900.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9686231047009, -38.684676611107896, 177.97134514291756, -38.6818938645547], "geometry": {"coordinates": [[177.97134514291756, -38.684676611107896, 0.0], [177.9686231047009, -38.6818938645547, 0.0]], "type": "LineString"}, "id": "374", "properties": {"Unique_ID": 100406203900.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96871413569656, -38.68462190255054, 177.97143617493742, -38.68183915822032], "geometry": {"coordinates": [[177.97143617493742, -38.68462190255054, 0.0], [177.96871413569656, -38.68183915822032, 0.0]], "type": "LineString"}, "id": "375", "properties": {"Unique_ID": 100406202900.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96880516658567, -38.68456719393738, 177.97152720680407, -38.68178445180211], "geometry": {"coordinates": [[177.97152720680407, -38.68456719393738, 0.0], [177.96880516658567, -38.68178445180211, 0.0]], "type": "LineString"}, "id": "376", "properties": {"Unique_ID": 100406201900.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96889619740148, -38.68451248527438, 177.97161823850757, -38.6817297452801], "geometry": {"coordinates": [[177.97161823850757, -38.68451248527438, 0.0], [177.96889619740148, -38.6817297452801, 0.0]], "type": "LineString"}, "id": "377", "properties": {"Unique_ID": 100406200900.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96898722800577, -38.684457776536654, 177.97170927008932, -38.68167503873733], "geometry": {"coordinates": [[177.97170927008932, -38.684457776536654, 0.0], [177.96898722800577, -38.68167503873733, 0.0]], "type": "LineString"}, "id": "378", "properties": {"Unique_ID": 100406199900.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96907825834472, -38.6844030677145, 177.97180030156557, -38.68162033220614], "geometry": {"coordinates": [[177.97180030156557, -38.6844030677145, 0.0], [177.96907825834472, -38.68162033220614, 0.0]], "type": "LineString"}, "id": "379", "properties": {"Unique_ID": 100406198899.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9691692886283, -38.68434835884574, 177.97189133287324, -38.68156562556035], "geometry": {"coordinates": [[177.97189133287324, -38.68434835884574, 0.0], [177.9691692886283, -38.68156562556035, 0.0]], "type": "LineString"}, "id": "380", "properties": {"Unique_ID": 100406197899.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96926031880537, -38.68429364992118, 177.97198236402772, -38.681510918830746], "geometry": {"coordinates": [[177.97198236402772, -38.68429364992118, 0.0], [177.96926031880537, -38.681510918830746, 0.0]], "type": "LineString"}, "id": "381", "properties": {"Unique_ID": 100406196899.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9693513489091, -38.6842389409468, 177.972073395019, -38.681456211997336], "geometry": {"coordinates": [[177.972073395019, -38.6842389409468, 0.0], [177.9693513489091, -38.681456211997336, 0.0]], "type": "LineString"}, "id": "382", "properties": {"Unique_ID": 100406195898.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96944237880132, -38.68418423189769, 177.97216442588862, -38.68140150514316], "geometry": {"coordinates": [[177.97216442588862, -38.68418423189769, 0.0], [177.96944237880132, -38.68140150514316, 0.0]], "type": "LineString"}, "id": "383", "properties": {"Unique_ID": 100406194898.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9695334084103, -38.684129522760905, 177.97225545665805, -38.68134679831136], "geometry": {"coordinates": [[177.97225545665805, -38.684129522760905, 0.0], [177.9695334084103, -38.68134679831136, 0.0]], "type": "LineString"}, "id": "384", "properties": {"Unique_ID": 100406193898.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96962443799978, -38.684074813584, 177.9723464872482, -38.68129209134341], "geometry": {"coordinates": [[177.9723464872482, -38.684074813584, 0.0], [177.96962443799978, -38.68129209134341, 0.0]], "type": "LineString"}, "id": "385", "properties": {"Unique_ID": 100406192898.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.96971546746477, -38.68402010434804, 177.97243751769048, -38.68123738430239], "geometry": {"coordinates": [[177.97243751769048, -38.68402010434804, 0.0], [177.96971546746477, -38.68123738430239, 0.0]], "type": "LineString"}, "id": "386", "properties": {"Unique_ID": 100406191898.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9698727126538, -38.683977350837736, 177.97250914470916, -38.681144438869495], "geometry": {"coordinates": [[177.97250914470916, -38.683977350837736, 0.0], [177.9698727126538, -38.681144438869495, 0.0]], "type": "LineString"}, "id": "387", "properties": {"Unique_ID": 100406190742.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9699653836459, -38.683924362246664, 177.97260181696612, -38.68109145247493], "geometry": {"coordinates": [[177.97260181696612, -38.683924362246664, 0.0], [177.9699653836459, -38.68109145247493, 0.0]], "type": "LineString"}, "id": "388", "properties": {"Unique_ID": 100406189742.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97005805460557, -38.68387137360926, 177.97269448904942, -38.68103846595331], "geometry": {"coordinates": [[177.97269448904942, -38.68387137360926, 0.0], [177.97005805460557, -38.68103846595331, 0.0]], "type": "LineString"}, "id": "389", "properties": {"Unique_ID": 100406188742.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97015072520702, -38.68381838486961, 177.97278716105686, -38.680985479490865], "geometry": {"coordinates": [[177.97278716105686, -38.68381838486961, 0.0], [177.97015072520702, -38.680985479490865, 0.0]], "type": "LineString"}, "id": "390", "properties": {"Unique_ID": 100406187742.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97024339577607, -38.68376539608363, 177.97287983289067, -38.68093249290137], "geometry": {"coordinates": [[177.97287983289067, -38.68376539608363, 0.0], [177.97024339577607, -38.68093249290137, 0.0]], "type": "LineString"}, "id": "391", "properties": {"Unique_ID": 100406186742.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97033606631265, -38.683712407251285, 177.97297250455085, -38.68087950618481], "geometry": {"coordinates": [[177.97297250455085, -38.683712407251285, 0.0], [177.97033606631265, -38.68087950618481, 0.0]], "type": "LineString"}, "id": "392", "properties": {"Unique_ID": 100406185742.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97042873649107, -38.68365941831672, 177.97306517613515, -38.68082651952744], "geometry": {"coordinates": [[177.97306517613515, -38.68365941831672, 0.0], [177.97042873649107, -38.68082651952744, 0.0]], "type": "LineString"}, "id": "393", "properties": {"Unique_ID": 100406184742.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97052140663706, -38.68360642933581, 177.97315784754582, -38.680773532743025], "geometry": {"coordinates": [[177.97315784754582, -38.68360642933581, 0.0], [177.97052140663706, -38.680773532743025, 0.0]], "type": "LineString"}, "id": "394", "properties": {"Unique_ID": 100406183742.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97061407675062, -38.68355344030856, 177.9732505187829, -38.68072054583155], "geometry": {"coordinates": [[177.9732505187829, -38.68355344030856, 0.0], [177.97061407675062, -38.68072054583155, 0.0]], "type": "LineString"}, "id": "395", "properties": {"Unique_ID": 100406182740.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97070674650598, -38.68350045117907, 177.97334318994405, -38.68066755897926], "geometry": {"coordinates": [[177.97334318994405, -38.68350045117907, 0.0], [177.97070674650598, -38.68066755897926, 0.0]], "type": "LineString"}, "id": "396", "properties": {"Unique_ID": 100406181739.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97079941622889, -38.683447462003244, 177.9734358609316, -38.680614571999925], "geometry": {"coordinates": [[177.9734358609316, -38.683447462003244, 0.0], [177.97079941622889, -38.680614571999925, 0.0]], "type": "LineString"}, "id": "397", "properties": {"Unique_ID": 100406180737.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.970892085937, -38.683394472784094, 177.97352853174024, -38.68056158488345], "geometry": {"coordinates": [[177.97352853174024, -38.683394472784094, 0.0], [177.970892085937, -38.68056158488345, 0.0]], "type": "LineString"}, "id": "398", "properties": {"Unique_ID": 100406179734.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97098475525166, -38.68334148345668, 177.97362120248357, -38.68050859784632], "geometry": {"coordinates": [[177.97362120248357, -38.68334148345668, 0.0], [177.97098475525166, -38.68050859784632, 0.0]], "type": "LineString"}, "id": "399", "properties": {"Unique_ID": 100406178732.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97107742455154, -38.683288494085936, 177.97371387304798, -38.68045561067206], "geometry": {"coordinates": [[177.97371387304798, -38.683288494085936, 0.0], [177.97107742455154, -38.68045561067206, 0.0]], "type": "LineString"}, "id": "400", "properties": {"Unique_ID": 100406177730.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97117009381896, -38.68323550466886, 177.9738065434388, -38.68040262337076], "geometry": {"coordinates": [[177.9738065434388, -38.68323550466886, 0.0], [177.97117009381896, -38.68040262337076, 0.0]], "type": "LineString"}, "id": "401", "properties": {"Unique_ID": 100406176727.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9712627627282, -38.683182515149554, 177.97389921375373, -38.68034963612864], "geometry": {"coordinates": [[177.97389921375373, -38.683182515149554, 0.0], [177.9712627627282, -38.68034963612864, 0.0]], "type": "LineString"}, "id": "402", "properties": {"Unique_ID": 100406175725.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97135543160502, -38.683129525583894, 177.973991883895, -38.68029664875948], "geometry": {"coordinates": [[177.973991883895, -38.683129525583894, 0.0], [177.97135543160502, -38.68029664875948, 0.0]], "type": "LineString"}, "id": "403", "properties": {"Unique_ID": 100406174723.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97144810044938, -38.68307653597191, 177.9740845538627, -38.680243661263255], "geometry": {"coordinates": [[177.9740845538627, -38.68307653597191, 0.0], [177.97144810044938, -38.680243661263255, 0.0]], "type": "LineString"}, "id": "404", "properties": {"Unique_ID": 100406173720.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9715407689356, -38.68302354625769, 177.97417722375448, -38.680190673826225], "geometry": {"coordinates": [[177.97417722375448, -38.68302354625769, 0.0], [177.9715407689356, -38.680190673826225, 0.0]], "type": "LineString"}, "id": "405", "properties": {"Unique_ID": 100406172718.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97163343738933, -38.68297055649713, 177.97426989347264, -38.68013768626215], "geometry": {"coordinates": [[177.97426989347264, -38.68297055649713, 0.0], [177.97163343738933, -38.68013768626215, 0.0]], "type": "LineString"}, "id": "406", "properties": {"Unique_ID": 100406171717.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97172610581066, -38.68291756669025, 177.97436256301722, -38.68008469857103], "geometry": {"coordinates": [[177.97436256301722, -38.68291756669025, 0.0], [177.97172610581066, -38.68008469857103, 0.0]], "type": "LineString"}, "id": "407", "properties": {"Unique_ID": 100406170715.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9718187738738, -38.68286457678112, 177.9744552324859, -38.6800317109391], "geometry": {"coordinates": [[177.9744552324859, -38.68286457678112, 0.0], [177.9718187738738, -38.6800317109391, 0.0]], "type": "LineString"}, "id": "408", "properties": {"Unique_ID": 100406169713.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97200213811058, -38.6828266835947, 177.97452077301725, -38.679928700844485], "geometry": {"coordinates": [[177.97452077301725, -38.6828266835947, 0.0], [177.97200213811058, -38.679928700844485, 0.0]], "type": "LineString"}, "id": "409", "properties": {"Unique_ID": 100406168533.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97209693584838, -38.68277606164103, 177.97461557254064, -38.679878081153134], "geometry": {"coordinates": [[177.97461557254064, -38.68277606164103, 0.0], [177.97209693584838, -38.679878081153134, 0.0]], "type": "LineString"}, "id": "410", "properties": {"Unique_ID": 100406167532.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97219173369135, -38.682725439657844, 177.9747103718522, -38.67982746126304], "geometry": {"coordinates": [[177.9747103718522, -38.682725439657844, 0.0], [177.97219173369135, -38.67982746126304, 0.0]], "type": "LineString"}, "id": "411", "properties": {"Unique_ID": 100406166532.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9722865312995, -38.68267481759067, 177.974805171054, -38.679776841355725], "geometry": {"coordinates": [[177.974805171054, -38.68267481759067, 0.0], [177.9722865312995, -38.679776841355725, 0.0]], "type": "LineString"}, "id": "412", "properties": {"Unique_ID": 100406165531.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97238132875185, -38.68262419545217, 177.97489997012224, -38.679726221389004], "geometry": {"coordinates": [[177.97489997012224, -38.68262419545217, 0.0], [177.97238132875185, -38.679726221389004, 0.0]], "type": "LineString"}, "id": "413", "properties": {"Unique_ID": 100406164531.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97247612604846, -38.682573573242344, 177.97499476905696, -38.67967560136282], "geometry": {"coordinates": [[177.97499476905696, -38.682573573242344, 0.0], [177.97247612604846, -38.67967560136282, 0.0]], "type": "LineString"}, "id": "414", "properties": {"Unique_ID": 100406163530.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97257092324068, -38.68252295096945, 177.9750895678428, -38.679624981249795], "geometry": {"coordinates": [[177.9750895678428, -38.68252295096945, 0.0], [177.97257092324068, -38.679624981249795, 0.0]], "type": "LineString"}, "id": "415", "properties": {"Unique_ID": 100406162530.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9726657201638, -38.682472328607076, 177.9751843665291, -38.67957436113785], "geometry": {"coordinates": [[177.9751843665291, -38.682472328607076, 0.0], [177.9726657201638, -38.67957436113785, 0.0]], "type": "LineString"}, "id": "416", "properties": {"Unique_ID": 100406161530.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97276051715787, -38.68242170620969, 177.97527916501386, -38.679523740845426], "geometry": {"coordinates": [[177.97527916501386, -38.68242170620969, 0.0], [177.97276051715787, -38.679523740845426, 0.0]], "type": "LineString"}, "id": "417", "properties": {"Unique_ID": 100406160529.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97285531391708, -38.682371083728306, 177.97537396338882, -38.67947312053581], "geometry": {"coordinates": [[177.97537396338882, -38.682371083728306, 0.0], [177.97285531391708, -38.67947312053581, 0.0]], "type": "LineString"}, "id": "418", "properties": {"Unique_ID": 100406159529.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97295011055473, -38.6823204611811, 177.97546876162, -38.67942250014848], "geometry": {"coordinates": [[177.97546876162, -38.6823204611811, 0.0], [177.97295011055473, -38.67942250014848, 0.0]], "type": "LineString"}, "id": "419", "properties": {"Unique_ID": 100406158528.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97304490701956, -38.68226983855984, 177.97556355972281, -38.67937187971086], "geometry": {"coordinates": [[177.97556355972281, -38.68226983855984, 0.0], [177.97304490701956, -38.67937187971086, 0.0]], "type": "LineString"}, "id": "420", "properties": {"Unique_ID": 100406157528.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97313970324953, -38.68221921585459, 177.97565835771582, -38.67932125925606], "geometry": {"coordinates": [[177.97565835771582, -38.68221921585459, 0.0], [177.97313970324953, -38.67932125925606, 0.0]], "type": "LineString"}, "id": "421", "properties": {"Unique_ID": 100406156527.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97323449958463, -38.68216859311982, 177.97575315549702, -38.679270638602475], "geometry": {"coordinates": [[177.97575315549702, -38.68216859311982, 0.0], [177.97323449958463, -38.679270638602475, 0.0]], "type": "LineString"}, "id": "422", "properties": {"Unique_ID": 100406155527.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97332929565067, -38.682117970295586, 177.9758479531787, -38.67922001795], "geometry": {"coordinates": [[177.9758479531787, -38.682117970295586, 0.0], [177.97332929565067, -38.67922001795, 0.0]], "type": "LineString"}, "id": "423", "properties": {"Unique_ID": 100406154526.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97342409156096, -38.682067347400036, 177.97594275072686, -38.67916939723809], "geometry": {"coordinates": [[177.97594275072686, -38.682067347400036, 0.0], [177.97342409156096, -38.67916939723809, 0.0]], "type": "LineString"}, "id": "424", "properties": {"Unique_ID": 100406153526.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97351888736685, -38.68201672444139, 177.9760375481261, -38.67911877643933], "geometry": {"coordinates": [[177.9760375481261, -38.68201672444139, 0.0], [177.97351888736685, -38.67911877643933, 0.0]], "type": "LineString"}, "id": "425", "properties": {"Unique_ID": 100406152525.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.973613683017, -38.68196610141144, 177.97613234539182, -38.679068155581135], "geometry": {"coordinates": [[177.97613234539182, -38.68196610141144, 0.0], [177.973613683017, -38.679068155581135, 0.0]], "type": "LineString"}, "id": "426", "properties": {"Unique_ID": 100406151524.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97370847839804, -38.68191547829203, 177.97622714255803, -38.67901753472405], "geometry": {"coordinates": [[177.97622714255803, -38.68191547829203, 0.0], [177.97370847839804, -38.67901753472405, 0.0]], "type": "LineString"}, "id": "427", "properties": {"Unique_ID": 100406150524.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97380327388424, -38.68186485514308, 177.97632193951242, -38.6789669136682], "geometry": {"coordinates": [[177.97632193951242, -38.68186485514308, 0.0], [177.97380327388424, -38.6789669136682, 0.0]], "type": "LineString"}, "id": "428", "properties": {"Unique_ID": 100406149523.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97389806913563, -38.68181423191016, 177.97641673635707, -38.678916292595154], "geometry": {"coordinates": [[177.97641673635707, -38.68181423191016, 0.0], [177.97389806913563, -38.678916292595154, 0.0]], "type": "LineString"}, "id": "429", "properties": {"Unique_ID": 100406148522.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97399286423123, -38.68176360860593, 177.97651153306813, -38.67886567146268], "geometry": {"coordinates": [[177.97651153306813, -38.68176360860593, 0.0], [177.97399286423123, -38.67886567146268, 0.0]], "type": "LineString"}, "id": "430", "properties": {"Unique_ID": 100406147521.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9740876591711, -38.68171298523037, 177.97660632964573, -38.67881505027078], "geometry": {"coordinates": [[177.97660632964573, -38.68171298523037, 0.0], [177.9740876591711, -38.67881505027078, 0.0]], "type": "LineString"}, "id": "431", "properties": {"Unique_ID": 100406146520.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97418245389323, -38.68166236177359, 177.97670112610837, -38.67876442905255], "geometry": {"coordinates": [[177.97670112610837, -38.68166236177359, 0.0], [177.97418245389323, -38.67876442905255, 0.0]], "type": "LineString"}, "id": "432", "properties": {"Unique_ID": 100406145519.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9742772486863, -38.68161173828182, 177.97679592236952, -38.67871380765388], "geometry": {"coordinates": [[177.97679592236952, -38.68161173828182, 0.0], [177.9742772486863, -38.67871380765388, 0.0]], "type": "LineString"}, "id": "433", "properties": {"Unique_ID": 100406144517.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97437204321022, -38.68156111470057, 177.9768907185311, -38.678663186256266], "geometry": {"coordinates": [[177.9768907185311, -38.68156111470057, 0.0], [177.97437204321022, -38.678663186256266, 0.0]], "type": "LineString"}, "id": "434", "properties": {"Unique_ID": 100406143516.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9746748605012, -38.68154458545225, 177.976926947432, -38.67851482833869], "geometry": {"coordinates": [[177.976926947432, -38.68154458545225, 0.0], [177.9746748605012, -38.67851482833869, 0.0]], "type": "LineString"}, "id": "435", "properties": {"Unique_ID": 100406142190.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97477396672585, -38.6814993198831, 177.97702605601555, -38.678469564856066], "geometry": {"coordinates": [[177.97702605601555, -38.6814993198831, 0.0], [177.97477396672585, -38.678469564856066, 0.0]], "type": "LineString"}, "id": "436", "properties": {"Unique_ID": 100406141190.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97487307281907, -38.68145405423769, 177.97712516446765, -38.67842430129719], "geometry": {"coordinates": [[177.97712516446765, -38.68145405423769, 0.0], [177.97487307281907, -38.67842430129719, 0.0]], "type": "LineString"}, "id": "437", "properties": {"Unique_ID": 100406140190.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97497217890404, -38.681408788532885, 177.97722427275133, -38.678379037605744], "geometry": {"coordinates": [[177.97722427275133, -38.681408788532885, 0.0], [177.97497217890404, -38.678379037605744, 0.0]], "type": "LineString"}, "id": "438", "properties": {"Unique_ID": 100406139190.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97507128459537, -38.68136352271587, 177.9773233809822, -38.678333773957775], "geometry": {"coordinates": [[177.9773233809822, -38.68136352271587, 0.0], [177.97507128459537, -38.678333773957775, 0.0]], "type": "LineString"}, "id": "439", "properties": {"Unique_ID": 100406138189.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97517039031004, -38.681318256843795, 177.9774224890352, -38.67828851016288], "geometry": {"coordinates": [[177.9774224890352, -38.681318256843795, 0.0], [177.97517039031004, -38.67828851016288, 0.0]], "type": "LineString"}, "id": "440", "properties": {"Unique_ID": 100406137189.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9752694958775, -38.68127299089329, 177.97752159696148, -38.678243246298905], "geometry": {"coordinates": [[177.97752159696148, -38.68127299089329, 0.0], [177.9752694958775, -38.678243246298905, 0.0]], "type": "LineString"}, "id": "441", "properties": {"Unique_ID": 100406136189.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9753686012978, -38.681227724864335, 177.977620704761, -38.67819798236588], "geometry": {"coordinates": [[177.977620704761, -38.681227724864335, 0.0], [177.9753686012978, -38.67819798236588, 0.0]], "type": "LineString"}, "id": "442", "properties": {"Unique_ID": 100406135189.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97546770674137, -38.68118245878033, 177.97771981238265, -38.67815271828586], "geometry": {"coordinates": [[177.97771981238265, -38.68118245878033, 0.0], [177.97546770674137, -38.67815271828586, 0.0]], "type": "LineString"}, "id": "443", "properties": {"Unique_ID": 100406134189.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97556681179128, -38.68113719258411, 177.9778189199515, -38.67810745424936], "geometry": {"coordinates": [[177.9778189199515, -38.68113719258411, 0.0], [177.97556681179128, -38.67810745424936, 0.0]], "type": "LineString"}, "id": "444", "properties": {"Unique_ID": 100406133189.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97566591681723, -38.681091926326346, 177.97791802735665, -38.678062190087516], "geometry": {"coordinates": [[177.97791802735665, -38.681091926326346, 0.0], [177.97566591681723, -38.678062190087516, 0.0]], "type": "LineString"}, "id": "445", "properties": {"Unique_ID": 100406132188.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97576502174329, -38.68104665999664, 177.97801713462087, -38.67801692583499], "geometry": {"coordinates": [[177.97801713462087, -38.68104665999664, 0.0], [177.97576502174329, -38.67801692583499, 0.0]], "type": "LineString"}, "id": "446", "properties": {"Unique_ID": 100406131188.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97586412652214, -38.681001393588495, 177.97811624175836, -38.6779716615134], "geometry": {"coordinates": [[177.97811624175836, -38.681001393588495, 0.0], [177.97586412652214, -38.6779716615134, 0.0]], "type": "LineString"}, "id": "447", "properties": {"Unique_ID": 100406130188.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97596323115377, -38.680956127101936, 177.97821534876917, -38.677926397122754], "geometry": {"coordinates": [[177.97821534876917, -38.680956127101936, 0.0], [177.97596323115377, -38.677926397122754, 0.0]], "type": "LineString"}, "id": "448", "properties": {"Unique_ID": 100406129188.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97606233568553, -38.6809108605434, 177.97831445563898, -38.67788113264141], "geometry": {"coordinates": [[177.97831445563898, -38.6809108605434, 0.0], [177.97606233568553, -38.67788113264141, 0.0]], "type": "LineString"}, "id": "449", "properties": {"Unique_ID": 100406128188.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9761614400701, -38.680865593906454, 177.9784135623821, -38.67783586809102], "geometry": {"coordinates": [[177.9784135623821, -38.680865593906454, 0.0], [177.9761614400701, -38.67783586809102, 0.0]], "type": "LineString"}, "id": "450", "properties": {"Unique_ID": 100406127187.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9762605443074, -38.68082032719107, 177.9785126689985, -38.67779060347157], "geometry": {"coordinates": [[177.9785126689985, -38.68082032719107, 0.0], [177.9762605443074, -38.67779060347157, 0.0]], "type": "LineString"}, "id": "451", "properties": {"Unique_ID": 100406126187.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97635964844486, -38.68077506040374, 177.97861177547395, -38.67774533876144], "geometry": {"coordinates": [[177.97861177547395, -38.68077506040374, 0.0], [177.97635964844486, -38.67774533876144, 0.0]], "type": "LineString"}, "id": "452", "properties": {"Unique_ID": 100406125187.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97648489604916, -38.680733538644084, 177.97870324953328, -38.67768854636715], "geometry": {"coordinates": [[177.97870324953328, -38.680733538644084, 0.0], [177.97648489604916, -38.67768854636715, 0.0]], "type": "LineString"}, "id": "453", "properties": {"Unique_ID": 100406124146.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9765844994434, -38.68068895056555, 177.978802855375, -38.67764396036173], "geometry": {"coordinates": [[177.978802855375, -38.68068895056555, 0.0], [177.9765844994434, -38.67764396036173, 0.0]], "type": "LineString"}, "id": "454", "properties": {"Unique_ID": 100406123145.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97668410270728, -38.68064436240982, 177.9789024610863, -38.67759937427912], "geometry": {"coordinates": [[177.9789024610863, -38.68064436240982, 0.0], [177.97668410270728, -38.67759937427912, 0.0]], "type": "LineString"}, "id": "455", "properties": {"Unique_ID": 100406122145.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9767837058408, -38.68059977417689, 177.97900206666728, -38.677554788119295], "geometry": {"coordinates": [[177.97900206666728, -38.68059977417689, 0.0], [177.9767837058408, -38.677554788119295, 0.0]], "type": "LineString"}, "id": "456", "properties": {"Unique_ID": 100406121144.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97688330884395, -38.68055518586678, 177.97910167211782, -38.67751020188229], "geometry": {"coordinates": [[177.97910167211782, -38.68055518586678, 0.0], [177.97688330884395, -38.67751020188229, 0.0]], "type": "LineString"}, "id": "457", "properties": {"Unique_ID": 100406120144.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97698291171673, -38.680510597479454, 177.979201277438, -38.67746561556811], "geometry": {"coordinates": [[177.979201277438, -38.680510597479454, 0.0], [177.97698291171673, -38.67746561556811, 0.0]], "type": "LineString"}, "id": "458", "properties": {"Unique_ID": 100406119143.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97708251447474, -38.680466009017024, 177.9793008826231, -38.67742102916974], "geometry": {"coordinates": [[177.9793008826231, -38.680466009017024, 0.0], [177.97708251447474, -38.67742102916974, 0.0]], "type": "LineString"}, "id": "459", "properties": {"Unique_ID": 100406118143.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97718211696244, -38.68042142045861, 177.97940048771983, -38.67737644275684], "geometry": {"coordinates": [[177.97940048771983, -38.68042142045861, 0.0], [177.97718211696244, -38.67737644275684, 0.0]], "type": "LineString"}, "id": "460", "properties": {"Unique_ID": 100406117143.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97728171944416, -38.6803768318397, 177.97950009264886, -38.67733185621107], "geometry": {"coordinates": [[177.97950009264886, -38.6803768318397, 0.0], [177.97728171944416, -38.67733185621107, 0.0]], "type": "LineString"}, "id": "461", "properties": {"Unique_ID": 100406116143.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9773813217799, -38.680332243141514, 177.97959969745216, -38.67728726959509], "geometry": {"coordinates": [[177.97959969745216, -38.680332243141514, 0.0], [177.9773813217799, -38.67728726959509, 0.0]], "type": "LineString"}, "id": "462", "properties": {"Unique_ID": 100406115143.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9774809240009, -38.68028765436822, 177.97969930212042, -38.67724268289493], "geometry": {"coordinates": [[177.97969930212042, -38.68028765436822, 0.0], [177.9774809240009, -38.67724268289493, 0.0]], "type": "LineString"}, "id": "463", "properties": {"Unique_ID": 100406114143.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97758052609151, -38.68024306551773, 177.97979890665826, -38.67719809611759], "geometry": {"coordinates": [[177.97979890665826, -38.68024306551773, 0.0], [177.97758052609151, -38.67719809611759, 0.0]], "type": "LineString"}, "id": "464", "properties": {"Unique_ID": 100406113142.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9776801280518, -38.68019847659006, 177.97989851106576, -38.67715350926305], "geometry": {"coordinates": [[177.97989851106576, -38.68019847659006, 0.0], [177.9776801280518, -38.67715350926305, 0.0]], "type": "LineString"}, "id": "465", "properties": {"Unique_ID": 100406112142.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9777797298817, -38.68015388758518, 177.97999811534282, -38.67710892233132], "geometry": {"coordinates": [[177.97999811534282, -38.68015388758518, 0.0], [177.9777797298817, -38.67710892233132, 0.0]], "type": "LineString"}, "id": "466", "properties": {"Unique_ID": 100406111140.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97787933159682, -38.680109298505215, 177.98009771948486, -38.677064335315436], "geometry": {"coordinates": [[177.98009771948486, -38.680109298505215, 0.0], [177.97787933159682, -38.677064335315436, 0.0]], "type": "LineString"}, "id": "467", "properties": {"Unique_ID": 100406110139.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.977978933166, -38.680064709345956, 177.9801973235012, -38.67701974822932], "geometry": {"coordinates": [[177.9801973235012, -38.680064709345956, 0.0], [177.977978933166, -38.67701974822932, 0.0]], "type": "LineString"}, "id": "468", "properties": {"Unique_ID": 100406109137.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97807557979212, -38.680019694447076, 177.980297784024, -38.67697644357494], "geometry": {"coordinates": [[177.980297784024, -38.680019694447076, 0.0], [177.97807557979212, -38.67697644357494, 0.0]], "type": "LineString"}, "id": "469", "properties": {"Unique_ID": 100406108140.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97817512524549, -38.67997502852696, 177.9803973318942, -38.67693177972043], "geometry": {"coordinates": [[177.9803973318942, -38.67997502852696, 0.0], [177.97817512524549, -38.67693177972043, 0.0]], "type": "LineString"}, "id": "470", "properties": {"Unique_ID": 100406107138.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9782746705372, -38.67993036252558, 177.98049687964323, -38.67688711580285], "geometry": {"coordinates": [[177.98049687964323, -38.67993036252558, 0.0], [177.9782746705372, -38.67688711580285, 0.0]], "type": "LineString"}, "id": "471", "properties": {"Unique_ID": 100406106135.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97837421571398, -38.679885696449205, 177.9805964272571, -38.676842451801186], "geometry": {"coordinates": [[177.9805964272571, -38.679885696449205, 0.0], [177.97837421571398, -38.676842451801186, 0.0]], "type": "LineString"}, "id": "472", "properties": {"Unique_ID": 100406105133.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9784737607603, -38.67984103029574, 177.98069597474046, -38.67679778772244], "geometry": {"coordinates": [[177.98069597474046, -38.67984103029574, 0.0], [177.9784737607603, -38.67679778772244, 0.0]], "type": "LineString"}, "id": "473", "properties": {"Unique_ID": 100406104131.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97857330569175, -38.6797963640673, 177.98079552208858, -38.67675312355962], "geometry": {"coordinates": [[177.98079552208858, -38.6797963640673, 0.0], [177.97857330569175, -38.67675312355962, 0.0]], "type": "LineString"}, "id": "474", "properties": {"Unique_ID": 100406103128.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9786728504615, -38.67975169775759, 177.9808950693156, -38.67670845933371], "geometry": {"coordinates": [[177.9808950693156, -38.67975169775759, 0.0], [177.9786728504615, -38.67670845933371, 0.0]], "type": "LineString"}, "id": "475", "properties": {"Unique_ID": 100406102126.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97877239511638, -38.67970703137287, 177.98099461640743, -38.67666379502372], "geometry": {"coordinates": [[177.98099461640743, -38.67970703137287, 0.0], [177.97877239511638, -38.67666379502372, 0.0]], "type": "LineString"}, "id": "476", "properties": {"Unique_ID": 100406101124.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97887193964075, -38.679662364911074, 177.98109416336874, -38.676619130636645], "geometry": {"coordinates": [[177.98109416336874, -38.679662364911074, 0.0], [177.97887193964075, -38.676619130636645, 0.0]], "type": "LineString"}, "id": "477", "properties": {"Unique_ID": 100406100122.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.978971483926, -38.67961769835756, 177.98119371023213, -38.676574466221254], "geometry": {"coordinates": [[177.98119371023213, -38.67961769835756, 0.0], [177.978971483926, -38.676574466221254, 0.0]], "type": "LineString"}, "id": "478", "properties": {"Unique_ID": 100406099119.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97907102829808, -38.679573031756235, 177.98129325689985, -38.67652980163127], "geometry": {"coordinates": [[177.98129325689985, -38.679573031756235, 0.0], [177.97907102829808, -38.67652980163127, 0.0]], "type": "LineString"}, "id": "479", "properties": {"Unique_ID": 100406098117.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.979170572431, -38.67952836506319, 177.98139280346962, -38.67648513701295], "geometry": {"coordinates": [[177.98139280346962, -38.67952836506319, 0.0], [177.979170572431, -38.67648513701295, 0.0]], "type": "LineString"}, "id": "480", "properties": {"Unique_ID": 100406097115.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9792701163248, -38.67948369827844, 177.98149234994148, -38.67644047236632], "geometry": {"coordinates": [[177.98149234994148, -38.67948369827844, 0.0], [177.9792701163248, -38.67644047236632, 0.0]], "type": "LineString"}, "id": "481", "properties": {"Unique_ID": 100406096113.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97936966030545, -38.67943903144586, 177.98159189621768, -38.67639580754511], "geometry": {"coordinates": [[177.98159189621768, -38.67943903144586, 0.0], [177.97936966030545, -38.67639580754511, 0.0]], "type": "LineString"}, "id": "482", "properties": {"Unique_ID": 100406095111.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97946920404692, -38.67939436452157, 177.9816914423959, -38.67635114269556], "geometry": {"coordinates": [[177.9816914423959, -38.67939436452157, 0.0], [177.97946920404692, -38.67635114269556, 0.0]], "type": "LineString"}, "id": "483", "properties": {"Unique_ID": 100406094110.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9795687476579, -38.67934969752019, 177.98179098844366, -38.67630647776893], "geometry": {"coordinates": [[177.98179098844366, -38.67934969752019, 0.0], [177.9795687476579, -38.67630647776893, 0.0]], "type": "LineString"}, "id": "484", "properties": {"Unique_ID": 100406093109.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97966829115404, -38.67930503044384, 177.98189053435624, -38.67626181275824], "geometry": {"coordinates": [[177.98189053435624, -38.67930503044384, 0.0], [177.97966829115404, -38.67626181275824, 0.0]], "type": "LineString"}, "id": "485", "properties": {"Unique_ID": 100406092109.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97976783448848, -38.679260363286225, 177.98199008014765, -38.67621714768446], "geometry": {"coordinates": [[177.98199008014765, -38.679260363286225, 0.0], [177.97976783448848, -38.67621714768446, 0.0]], "type": "LineString"}, "id": "486", "properties": {"Unique_ID": 100406091108.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.97986737770802, -38.679215696053625, 177.98208962580387, -38.6761724825266], "geometry": {"coordinates": [[177.98208962580387, -38.679215696053625, 0.0], [177.97986737770802, -38.6761724825266, 0.0]], "type": "LineString"}, "id": "487", "properties": {"Unique_ID": 100406090108.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9799669207971, -38.67917102874393, 177.9821891713296, -38.67612781729167], "geometry": {"coordinates": [[177.9821891713296, -38.67917102874393, 0.0], [177.9799669207971, -38.67612781729167, 0.0]], "type": "LineString"}, "id": "488", "properties": {"Unique_ID": 100406089108.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9800664637713, -38.679126361359266, 177.98228871672012, -38.67608315197266], "geometry": {"coordinates": [[177.98228871672012, -38.679126361359266, 0.0], [177.9800664637713, -38.67608315197266, 0.0]], "type": "LineString"}, "id": "489", "properties": {"Unique_ID": 100406088108.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9801660065838, -38.679081693893316, 177.98238826198948, -38.67603848659057], "geometry": {"coordinates": [[177.98238826198948, -38.679081693893316, 0.0], [177.9801660065838, -38.67603848659057, 0.0]], "type": "LineString"}, "id": "490", "properties": {"Unique_ID": 100406087108.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98033011142576, -38.67904591185691, 177.98246885528442, -38.67596615677531], "geometry": {"coordinates": [[177.98246885528442, -38.67904591185691, 0.0], [177.98033011142576, -38.67596615677531, 0.0]], "type": "LineString"}, "id": "491", "properties": {"Unique_ID": 100406086032.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98043084942913, -38.67900292283898, 177.9825695959397, -38.675923169796654], "geometry": {"coordinates": [[177.9825695959397, -38.67900292283898, 0.0], [177.98043084942913, -38.675923169796654, 0.0]], "type": "LineString"}, "id": "492", "properties": {"Unique_ID": 100406085032.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9805315874319, -38.67895993375798, 177.98267033642912, -38.67588018268446], "geometry": {"coordinates": [[177.98267033642912, -38.67895993375798, 0.0], [177.9805315874319, -38.67588018268446, 0.0]], "type": "LineString"}, "id": "493", "properties": {"Unique_ID": 100406084032.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9806323250528, -38.678916944565096, 177.9827710768671, -38.675837195601375], "geometry": {"coordinates": [[177.9827710768671, -38.678916944565096, 0.0], [177.9806323250528, -38.675837195601375, 0.0]], "type": "LineString"}, "id": "494", "properties": {"Unique_ID": 100406083032.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9807330626731, -38.67887395530917, 177.9828718171392, -38.67579420838474], "geometry": {"coordinates": [[177.9828718171392, -38.67887395530917, 0.0], [177.9807330626731, -38.67579420838474, 0.0]], "type": "LineString"}, "id": "495", "properties": {"Unique_ID": 100406082032.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98083380029277, -38.67883096599018, 177.9829725572455, -38.67575122103455], "geometry": {"coordinates": [[177.9829725572455, -38.67883096599018, 0.0], [177.98083380029277, -38.67575122103455, 0.0]], "type": "LineString"}, "id": "496", "properties": {"Unique_ID": 100406081032.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9809345375306, -38.678787976559306, 177.9830732973003, -38.67570823371348], "geometry": {"coordinates": [[177.9830732973003, -38.678787976559306, 0.0], [177.9809345375306, -38.67570823371348, 0.0]], "type": "LineString"}, "id": "497", "properties": {"Unique_ID": 100406080031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98103527476783, -38.67874498706538, 177.98317403718926, -38.67566524625886], "geometry": {"coordinates": [[177.98317403718926, -38.67874498706538, 0.0], [177.98103527476783, -38.67566524625886, 0.0]], "type": "LineString"}, "id": "498", "properties": {"Unique_ID": 100406079031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98113601200444, -38.67870199750839, 177.98327477691237, -38.67562225867068], "geometry": {"coordinates": [[177.98327477691237, -38.67870199750839, 0.0], [177.98113601200444, -38.67562225867068, 0.0]], "type": "LineString"}, "id": "499", "properties": {"Unique_ID": 100406078031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98123674885917, -38.67865900783953, 177.98337551658403, -38.67557927111164], "geometry": {"coordinates": [[177.98337551658403, -38.67865900783953, 0.0], [177.98123674885917, -38.67557927111164, 0.0]], "type": "LineString"}, "id": "500", "properties": {"Unique_ID": 100406077031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98133748571334, -38.678616018107604, 177.98347625608983, -38.67553628341904], "geometry": {"coordinates": [[177.98347625608983, -38.678616018107604, 0.0], [177.98133748571334, -38.67553628341904, 0.0]], "type": "LineString"}, "id": "501", "properties": {"Unique_ID": 100406076031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98143822256685, -38.67857302831263, 177.98357699542981, -38.67549329559288], "geometry": {"coordinates": [[177.98357699542981, -38.67857302831263, 0.0], [177.98143822256685, -38.67549329559288, 0.0]], "type": "LineString"}, "id": "502", "properties": {"Unique_ID": 100406075031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9815389591656, -38.678530038422046, 177.98367773468019, -38.67545030774163], "geometry": {"coordinates": [[177.98367773468019, -38.678530038422046, 0.0], [177.9815389591656, -38.67545030774163, 0.0]], "type": "LineString"}, "id": "503", "properties": {"Unique_ID": 100406074031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98163969550959, -38.67848704843587, 177.98377847384097, -38.675407319865286], "geometry": {"coordinates": [[177.98377847384097, -38.67848704843587, 0.0], [177.98163969550959, -38.675407319865286, 0.0]], "type": "LineString"}, "id": "504", "properties": {"Unique_ID": 100406073031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98174043185296, -38.67844405838664, 177.98387921283592, -38.675364331855384], "geometry": {"coordinates": [[177.98387921283592, -38.67844405838664, 0.0], [177.98174043185296, -38.675364331855384, 0.0]], "type": "LineString"}, "id": "505", "properties": {"Unique_ID": 100406072031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9818411681957, -38.67840106827435, 177.983979951665, -38.675321343711914], "geometry": {"coordinates": [[177.983979951665, -38.67840106827435, 0.0], [177.9818411681957, -38.675321343711914, 0.0]], "type": "LineString"}, "id": "506", "properties": {"Unique_ID": 100406071031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9819419041566, -38.678358078050174, 177.98408069044262, -38.675278355597605], "geometry": {"coordinates": [[177.98408069044262, -38.678358078050174, 0.0], [177.9819419041566, -38.675278355597605, 0.0]], "type": "LineString"}, "id": "507", "properties": {"Unique_ID": 100406070031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9820426401169, -38.678315087762975, 177.9841814290544, -38.67523536734974], "geometry": {"coordinates": [[177.9841814290544, -38.678315087762975, 0.0], [177.9820426401169, -38.67523536734974, 0.0]], "type": "LineString"}, "id": "508", "properties": {"Unique_ID": 100406069031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98214337607658, -38.67827209741269, 177.98428216750037, -38.675192378968305], "geometry": {"coordinates": [[177.98428216750037, -38.67827209741269, 0.0], [177.98214337607658, -38.675192378968305, 0.0]], "type": "LineString"}, "id": "509", "properties": {"Unique_ID": 100406068031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98224411165438, -38.67822910695057, 177.98438290589482, -38.67514939061602], "geometry": {"coordinates": [[177.98438290589482, -38.67822910695057, 0.0], [177.98224411165438, -38.67514939061602, 0.0]], "type": "LineString"}, "id": "510", "properties": {"Unique_ID": 100406067031.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98246561501807, -38.67820152520916, 177.9844480352654, -38.67505817451322], "geometry": {"coordinates": [[177.9844480352654, -38.67820152520916, 0.0], [177.98246561501807, -38.67505817451322, 0.0]], "type": "LineString"}, "id": "511", "properties": {"Unique_ID": 100406065894.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98256843192448, -38.67816167777479, 177.98455085503528, -38.67501832897663], "geometry": {"coordinates": [[177.98455085503528, -38.67816167777479, 0.0], [177.98256843192448, -38.67501832897663, 0.0]], "type": "LineString"}, "id": "512", "properties": {"Unique_ID": 100406064894.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98267124857685, -38.67812183024167, 177.9846536747228, -38.674978483407834], "geometry": {"coordinates": [[177.9846536747228, -38.67812183024167, 0.0], [177.98267124857685, -38.674978483407834, 0.0]], "type": "LineString"}, "id": "513", "properties": {"Unique_ID": 100406063894.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98277406510732, -38.67808198262521, 177.98475649428835, -38.674938637755666], "geometry": {"coordinates": [[177.98475649428835, -38.67808198262521, 0.0], [177.98277406510732, -38.674938637755666, 0.0]], "type": "LineString"}, "id": "514", "properties": {"Unique_ID": 100406062893.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98287688151584, -38.678042134925356, 177.9848593137319, -38.67489879202016], "geometry": {"coordinates": [[177.9848593137319, -38.678042134925356, 0.0], [177.98287688151584, -38.67489879202016, 0.0]], "type": "LineString"}, "id": "515", "properties": {"Unique_ID": 100406061893.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9829796978024, -38.67800228714214, 177.98496213305353, -38.674858946201276], "geometry": {"coordinates": [[177.98496213305353, -38.67800228714214, 0.0], [177.9829796978024, -38.674858946201276, 0.0]], "type": "LineString"}, "id": "516", "properties": {"Unique_ID": 100406060893.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98308251396702, -38.67796243927556, 177.98506495225317, -38.674819100299025], "geometry": {"coordinates": [[177.98506495225317, -38.67796243927556, 0.0], [177.98308251396702, -38.674819100299025, 0.0]], "type": "LineString"}, "id": "517", "properties": {"Unique_ID": 100406059893.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9831853300097, -38.67792259132561, 177.9851677713308, -38.67477925431339], "geometry": {"coordinates": [[177.9851677713308, -38.67792259132561, 0.0], [177.9831853300097, -38.67477925431339, 0.0]], "type": "LineString"}, "id": "518", "properties": {"Unique_ID": 100406058893.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9832881459304, -38.677882743292294, 177.9852705902865, -38.674739408244406], "geometry": {"coordinates": [[177.9852705902865, -38.677882743292294, 0.0], [177.9832881459304, -38.674739408244406, 0.0]], "type": "LineString"}, "id": "519", "properties": {"Unique_ID": 100406057893.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98339096172916, -38.677842895175594, 177.9853734091202, -38.674699562092066], "geometry": {"coordinates": [[177.9853734091202, -38.677842895175594, 0.0], [177.98339096172916, -38.674699562092066, 0.0]], "type": "LineString"}, "id": "520", "properties": {"Unique_ID": 100406056893.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.983493777406, -38.67780304697553, 177.98547622783192, -38.67465971585637], "geometry": {"coordinates": [[177.98547622783192, -38.67780304697553, 0.0], [177.983493777406, -38.67465971585637, 0.0]], "type": "LineString"}, "id": "521", "properties": {"Unique_ID": 100406055893.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98359659282886, -38.67776319867675, 177.9855790464613, -38.67461986958846], "geometry": {"coordinates": [[177.9855790464613, -38.67776319867675, 0.0], [177.98359659282886, -38.67461986958846, 0.0]], "type": "LineString"}, "id": "522", "properties": {"Unique_ID": 100406054892.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9836994082618, -38.67772335030995, 177.98568186492912, -38.67458002318602], "geometry": {"coordinates": [[177.98568186492912, -38.67772335030995, 0.0], [177.9836994082618, -38.67458002318602, 0.0]], "type": "LineString"}, "id": "523", "properties": {"Unique_ID": 100406053892.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98380222357275, -38.677683501859775, 177.98578468327494, -38.67454017670022], "geometry": {"coordinates": [[177.98578468327494, -38.677683501859775, 0.0], [177.98380222357275, -38.67454017670022, 0.0]], "type": "LineString"}, "id": "524", "properties": {"Unique_ID": 100406052892.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98390503877593, -38.677643653327905, 177.98588750149455, -38.67450033012559], "geometry": {"coordinates": [[177.98588750149455, -38.677643653327905, 0.0], [177.98390503877593, -38.67450033012559, 0.0]], "type": "LineString"}, "id": "525", "properties": {"Unique_ID": 100406051892.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98400785384302, -38.67760380471102, 177.9859903195964, -38.67446048347306], "geometry": {"coordinates": [[177.9859903195964, -38.67760380471102, 0.0], [177.98400785384302, -38.67446048347306, 0.0]], "type": "LineString"}, "id": "526", "properties": {"Unique_ID": 100406050892.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98411066877404, -38.6775639560091, 177.98609313758055, -38.67442063674267], "geometry": {"coordinates": [[177.98609313758055, -38.6775639560091, 0.0], [177.98411066877404, -38.67442063674267, 0.0]], "type": "LineString"}, "id": "527", "properties": {"Unique_ID": 100406049892.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98421348359722, -38.67752410722548, 177.9861959554385, -38.674380789923426], "geometry": {"coordinates": [[177.9861959554385, -38.67752410722548, 0.0], [177.98421348359722, -38.674380789923426, 0.0]], "type": "LineString"}, "id": "528", "properties": {"Unique_ID": 100406048892.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98431629829847, -38.67748425835848, 177.98629877317444, -38.674340943020816], "geometry": {"coordinates": [[177.98629877317444, -38.67748425835848, 0.0], [177.98431629829847, -38.674340943020816, 0.0]], "type": "LineString"}, "id": "529", "properties": {"Unique_ID": 100406047892.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98441911300978, -38.67744440942349, 177.9864015907488, -38.67430109598369], "geometry": {"coordinates": [[177.9864015907488, -38.67744440942349, 0.0], [177.98441911300978, -38.67430109598369, 0.0]], "type": "LineString"}, "id": "530", "properties": {"Unique_ID": 100406046892.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9845219274671, -38.67740456038976, 177.98650440824082, -38.67426124891437], "geometry": {"coordinates": [[177.98650440824082, -38.67740456038976, 0.0], [177.9845219274671, -38.67426124891437, 0.0]], "type": "LineString"}, "id": "531", "properties": {"Unique_ID": 100406045891.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9845581680828, -38.67735654694561, 177.98662700522618, -38.67424762198945], "geometry": {"coordinates": [[177.98662700522618, -38.67735654694561, 0.0], [177.9845581680828, -38.67424762198945, 0.0]], "type": "LineString"}, "id": "532", "properties": {"Unique_ID": 100406044974.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98465985769838, -38.67731496203114, 177.9867286976867, -38.674206039089995], "geometry": {"coordinates": [[177.9867286976867, -38.67731496203114, 0.0], [177.98465985769838, -38.674206039089995, 0.0]], "type": "LineString"}, "id": "533", "properties": {"Unique_ID": 100406043974.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98476154734746, -38.67727337705501, 177.98683038997436, -38.67416445604448], "geometry": {"coordinates": [[177.98683038997436, -38.67727337705501, 0.0], [177.98476154734746, -38.67416445604448, 0.0]], "type": "LineString"}, "id": "534", "properties": {"Unique_ID": 100406042974.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98486323658327, -38.67723179196238, 177.9869320822232, -38.67412287303563], "geometry": {"coordinates": [[177.9869320822232, -38.67723179196238, 0.0], [177.98486323658327, -38.67412287303563, 0.0]], "type": "LineString"}, "id": "535", "properties": {"Unique_ID": 100406041974.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9849649258526, -38.67719020680806, 177.98703377429925, -38.67408128988072], "geometry": {"coordinates": [[177.98703377429925, -38.67719020680806, 0.0], [177.9849649258526, -38.67408128988072, 0.0]], "type": "LineString"}, "id": "536", "properties": {"Unique_ID": 100406040974.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98506661496734, -38.67714862156899, 177.98713546625885, -38.67403970665665], "geometry": {"coordinates": [[177.98713546625885, -38.67714862156899, 0.0], [177.98506661496734, -38.67403970665665, 0.0]], "type": "LineString"}, "id": "537", "properties": {"Unique_ID": 100406039974.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9851683041156, -38.677107036268225, 177.98723715804562, -38.67399812328654], "geometry": {"coordinates": [[177.98723715804562, -38.677107036268225, 0.0], [177.9851683041156, -38.67399812328654, 0.0]], "type": "LineString"}, "id": "538", "properties": {"Unique_ID": 100406038974.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98526999285062, -38.67706545085097, 177.98733884979356, -38.67395653995307], "geometry": {"coordinates": [[177.98733884979356, -38.67706545085097, 0.0], [177.98526999285062, -38.67395653995307, 0.0]], "type": "LineString"}, "id": "539", "properties": {"Unique_ID": 100406037973.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98537168161914, -38.67702386537203, 177.98744054136864, -38.673914956473546], "geometry": {"coordinates": [[177.98744054136864, -38.67702386537203, 0.0], [177.98537168161914, -38.673914956473546, 0.0]], "type": "LineString"}, "id": "540", "properties": {"Unique_ID": 100406036973.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98547337023305, -38.67698227980833, 177.98754223282734, -38.67387337292489], "geometry": {"coordinates": [[177.98754223282734, -38.67698227980833, 0.0], [177.98547337023305, -38.67387337292489, 0.0]], "type": "LineString"}, "id": "541", "properties": {"Unique_ID": 100406035973.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98557505886583, -38.676940694181155, 177.9876439241176, -38.673831789236175], "geometry": {"coordinates": [[177.9876439241176, -38.676940694181155, 0.0], [177.98557505886583, -38.673831789236175, 0.0]], "type": "LineString"}, "id": "542", "properties": {"Unique_ID": 100406034973.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98567674711472, -38.67689910844108, 177.9877456153602, -38.6737902055721], "geometry": {"coordinates": [[177.9877456153602, -38.67689910844108, 0.0], [177.98567674711472, -38.6737902055721, 0.0]], "type": "LineString"}, "id": "543", "properties": {"Unique_ID": 100406033973.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98577843536773, -38.67685752263572, 177.98784730643882, -38.67374862177397], "geometry": {"coordinates": [[177.98784730643882, -38.67685752263572, 0.0], [177.98577843536773, -38.67374862177397, 0.0]], "type": "LineString"}, "id": "544", "properties": {"Unique_ID": 100406032973.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9858801236396, -38.676815936766886, 177.98794899734898, -38.67370703783581], "geometry": {"coordinates": [[177.98794899734898, -38.676815936766886, 0.0], [177.9858801236396, -38.67370703783581, 0.0]], "type": "LineString"}, "id": "545", "properties": {"Unique_ID": 100406031973.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98598181149816, -38.67677435078156, 177.9880506882203, -38.67366545393429], "geometry": {"coordinates": [[177.9880506882203, -38.67677435078156, 0.0], [177.98598181149816, -38.67366545393429, 0.0]], "type": "LineString"}, "id": "546", "properties": {"Unique_ID": 100406030973.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98608349939025, -38.67673276473455, 177.98815237891884, -38.67362386988673], "geometry": {"coordinates": [[177.98815237891884, -38.67673276473455, 0.0], [177.98608349939025, -38.67362386988673, 0.0]], "type": "LineString"}, "id": "547", "properties": {"Unique_ID": 100406029973.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98618518712775, -38.67669117860278, 177.98825406950093, -38.673582285770024], "geometry": {"coordinates": [[177.98825406950093, -38.67669117860278, 0.0], [177.98618518712775, -38.673582285770024, 0.0]], "type": "LineString"}, "id": "548", "properties": {"Unique_ID": 100406028973.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98628687489878, -38.67664959240934, 177.98835575991018, -38.67354070150727], "geometry": {"coordinates": [[177.98835575991018, -38.67664959240934, 0.0], [177.98628687489878, -38.67354070150727, 0.0]], "type": "LineString"}, "id": "549", "properties": {"Unique_ID": 100406027972.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98638856225654, -38.6766080060994, 177.9884574502806, -38.67349911728116], "geometry": {"coordinates": [[177.9884574502806, -38.6766080060994, 0.0], [177.98638856225654, -38.67349911728116, 0.0]], "type": "LineString"}, "id": "550", "properties": {"Unique_ID": 100406026972.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98660820769743, -38.67658206914318, 177.98852539260585, -38.67341398113256], "geometry": {"coordinates": [[177.98852539260585, -38.67658206914318, 0.0], [177.98660820769743, -38.67341398113256, 0.0]], "type": "LineString"}, "id": "551", "properties": {"Unique_ID": 100406025836.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9867118313033, -38.67654353205218, 177.9886290192245, -38.6733754459068], "geometry": {"coordinates": [[177.9886290192245, -38.67654353205218, 0.0], [177.9867118313033, -38.6733754459068, 0.0]], "type": "LineString"}, "id": "552", "properties": {"Unique_ID": 100406024836.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98681545452186, -38.676504994846304, 177.9887326458042, -38.6733369106957], "geometry": {"coordinates": [[177.9887326458042, -38.676504994846304, 0.0], [177.98681545452186, -38.6733369106957, 0.0]], "type": "LineString"}, "id": "553", "properties": {"Unique_ID": 100406023836.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98691907788904, -38.67646645758534, 177.9888362721841, -38.673298375299986], "geometry": {"coordinates": [[177.9888362721841, -38.67646645758534, 0.0], [177.98691907788904, -38.673298375299986, 0.0]], "type": "LineString"}, "id": "554", "properties": {"Unique_ID": 100406022836.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98702270100287, -38.67642792022446, 177.9889398984848, -38.67325983986913], "geometry": {"coordinates": [[177.9889398984848, -38.67642792022446, 0.0], [177.98702270100287, -38.67325983986913, 0.0]], "type": "LineString"}, "id": "555", "properties": {"Unique_ID": 100406021836.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98712632384965, -38.67638938276211, 177.98904352471047, -38.67322130440821], "geometry": {"coordinates": [[177.98904352471047, -38.67638938276211, 0.0], [177.98712632384965, -38.67322130440821, 0.0]], "type": "LineString"}, "id": "556", "properties": {"Unique_ID": 100406020836.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98722994687245, -38.67635084524777, 177.9891471507281, -38.673182768752504], "geometry": {"coordinates": [[177.9891471507281, -38.67635084524777, 0.0], [177.98722994687245, -38.673182768752504, 0.0]], "type": "LineString"}, "id": "557", "properties": {"Unique_ID": 100406019836.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98733356949424, -38.67631230761702, 177.98925077671086, -38.67314423311655], "geometry": {"coordinates": [[177.98925077671086, -38.67631230761702, 0.0], [177.98733356949424, -38.67314423311655, 0.0]], "type": "LineString"}, "id": "558", "properties": {"Unique_ID": 100406018835.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9874371922646, -38.67627376993117, 177.9893544024938, -38.673105697295995], "geometry": {"coordinates": [[177.9893544024938, -38.67627376993117, 0.0], [177.9874371922646, -38.673105697295995, 0.0]], "type": "LineString"}, "id": "559", "properties": {"Unique_ID": 100406017835.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98754081478162, -38.67623523214542, 177.98945802819762, -38.67306716144029], "geometry": {"coordinates": [[177.98945802819762, -38.67623523214542, 0.0], [177.98754081478162, -38.67306716144029, 0.0]], "type": "LineString"}, "id": "560", "properties": {"Unique_ID": 100406016833.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98764443703158, -38.6761966942582, 177.9895616538263, -38.67302862555453], "geometry": {"coordinates": [[177.9895616538263, -38.6761966942582, 0.0], [177.98764443703158, -38.67302862555453, 0.0]], "type": "LineString"}, "id": "561", "properties": {"Unique_ID": 100406015830.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98774805945757, -38.67615815631897, 177.98966527924702, -38.67299008947398], "geometry": {"coordinates": [[177.98966527924702, -38.67615815631897, 0.0], [177.98774805945757, -38.67299008947398, 0.0]], "type": "LineString"}, "id": "562", "properties": {"Unique_ID": 100406014826.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9878516816165, -38.676119618278314, 177.98976890459264, -38.672951553363355], "geometry": {"coordinates": [[177.98976890459264, -38.676119618278314, 0.0], [177.9878516816165, -38.672951553363355, 0.0]], "type": "LineString"}, "id": "563", "properties": {"Unique_ID": 100406013821.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9879553036561, -38.67608108015265, 177.98987252981888, -38.67291301716778], "geometry": {"coordinates": [[177.98987252981888, -38.67608108015265, 0.0], [177.9879553036561, -38.67291301716778, 0.0]], "type": "LineString"}, "id": "564", "properties": {"Unique_ID": 100406012814.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9880589255763, -38.67604254194203, 177.98997615492573, -38.672874480887245], "geometry": {"coordinates": [[177.98997615492573, -38.67604254194203, 0.0], [177.9880589255763, -38.672874480887245, 0.0]], "type": "LineString"}, "id": "565", "properties": {"Unique_ID": 100406011807.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98816254724318, -38.67600400363148, 177.9900797799534, -38.672835944571545], "geometry": {"coordinates": [[177.9900797799534, -38.67600400363148, 0.0], [177.98816254724318, -38.672835944571545, 0.0]], "type": "LineString"}, "id": "566", "properties": {"Unique_ID": 100406010799.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98826616904495, -38.67596546526435, 177.9901834047854, -38.67279740807634], "geometry": {"coordinates": [[177.9901834047854, -38.67596546526435, 0.0], [177.98826616904495, -38.67279740807634, 0.0]], "type": "LineString"}, "id": "567", "properties": {"Unique_ID": 100406009791.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9886650729056, -38.67596141731334, 177.9902023914973, -38.67266852872074], "geometry": {"coordinates": [[177.9902023914973, -38.67596141731334, 0.0], [177.9886650729056, -38.67266852872074, 0.0]], "type": "LineString"}, "id": "568", "properties": {"Unique_ID": 100406008549.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98877277706424, -38.675930515406286, 177.99031009964148, -38.672637628510756], "geometry": {"coordinates": [[177.99031009964148, -38.675930515406286, 0.0], [177.98877277706424, -38.672637628510756, 0.0]], "type": "LineString"}, "id": "569", "properties": {"Unique_ID": 100406007548.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9888804811205, -38.675899613405676, 177.9904178076833, -38.67260672820722], "geometry": {"coordinates": [[177.9904178076833, -38.675899613405676, 0.0], [177.9888804811205, -38.67260672820722, 0.0]], "type": "LineString"}, "id": "570", "properties": {"Unique_ID": 100406006548.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9889881850744, -38.6758687113115, 177.9905255156227, -38.67257582781014], "geometry": {"coordinates": [[177.9905255156227, -38.6758687113115, 0.0], [177.9889881850744, -38.67257582781014, 0.0]], "type": "LineString"}, "id": "571", "properties": {"Unique_ID": 100406005547.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98909588893687, -38.6758378091247, 177.9906332234564, -38.672544927316345], "geometry": {"coordinates": [[177.9906332234564, -38.6758378091247, 0.0], [177.98909588893687, -38.672544927316345, 0.0]], "type": "LineString"}, "id": "572", "properties": {"Unique_ID": 100406004547.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98920359268598, -38.6758069068434, 177.99074093119103, -38.672514026732145], "geometry": {"coordinates": [[177.99074093119103, -38.6758069068434, 0.0], [177.98920359268598, -38.672514026732145, 0.0]], "type": "LineString"}, "id": "573", "properties": {"Unique_ID": 100406003546.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98931129632177, -38.67577600446758, 177.99084863882652, -38.672483126057536], "geometry": {"coordinates": [[177.99084863882652, -38.67577600446758, 0.0], [177.98931129632177, -38.672483126057536, 0.0]], "type": "LineString"}, "id": "574", "properties": {"Unique_ID": 100406002546.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98941899986616, -38.67574510199916, 177.99095634635634, -38.67245222528623], "geometry": {"coordinates": [[177.99095634635634, -38.67574510199916, 0.0], [177.98941899986616, -38.67245222528623, 0.0]], "type": "LineString"}, "id": "575", "properties": {"Unique_ID": 100406001546.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98952670330814, -38.67571419943717, 177.99106405378376, -38.67242132442137], "geometry": {"coordinates": [[177.99106405378376, -38.67571419943717, 0.0], [177.98952670330814, -38.67242132442137, 0.0]], "type": "LineString"}, "id": "576", "properties": {"Unique_ID": 100406000545.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98963440664778, -38.67568329678162, 177.99117176110877, -38.67239042346296], "geometry": {"coordinates": [[177.99117176110877, -38.67568329678162, 0.0], [177.98963440664778, -38.67239042346296, 0.0]], "type": "LineString"}, "id": "577", "properties": {"Unique_ID": 100405999545.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98974210988504, -38.67565239403251, 177.99127946833138, -38.672359522410986], "geometry": {"coordinates": [[177.99127946833138, -38.67565239403251, 0.0], [177.98974210988504, -38.672359522410986, 0.0]], "type": "LineString"}, "id": "578", "properties": {"Unique_ID": 100405998545.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9898498130199, -38.67562149118983, 177.9913871754516, -38.672328621265464], "geometry": {"coordinates": [[177.9913871754516, -38.67562149118983, 0.0], [177.9898498130199, -38.672328621265464, 0.0]], "type": "LineString"}, "id": "579", "properties": {"Unique_ID": 100405997545.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.98995751606338, -38.67559058825455, 177.99149488246616, -38.67229772002324], "geometry": {"coordinates": [[177.99149488246616, -38.67559058825455, 0.0], [177.98995751606338, -38.67229772002324, 0.0]], "type": "LineString"}, "id": "580", "properties": {"Unique_ID": 100405996545.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99006521899352, -38.675559685224755, 177.99160258938156, -38.67226681869063], "geometry": {"coordinates": [[177.99160258938156, -38.675559685224755, 0.0], [177.99006521899352, -38.67226681869063, 0.0]], "type": "LineString"}, "id": "581", "properties": {"Unique_ID": 100405995545.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99017292181028, -38.675528782100464, 177.99171029619788, -38.67223591726759], "geometry": {"coordinates": [[177.99171029619788, -38.675528782100464, 0.0], [177.99017292181028, -38.67223591726759, 0.0]], "type": "LineString"}, "id": "582", "properties": {"Unique_ID": 100405994545.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99028062453567, -38.675497878883554, 177.99181800290847, -38.67220501574787], "geometry": {"coordinates": [[177.99181800290847, -38.675497878883554, 0.0], [177.99028062453567, -38.67220501574787, 0.0]], "type": "LineString"}, "id": "583", "properties": {"Unique_ID": 100405993544.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99038832715866, -38.67546697557309, 177.99192570951672, -38.672174114134584], "geometry": {"coordinates": [[177.99192570951672, -38.67546697557309, 0.0], [177.99038832715866, -38.672174114134584, 0.0]], "type": "LineString"}, "id": "584", "properties": {"Unique_ID": 100405992544.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99049602967926, -38.67543607216905, 177.99203341602257, -38.67214321242775], "geometry": {"coordinates": [[177.99203341602257, -38.67543607216905, 0.0], [177.99049602967926, -38.67214321242775, 0.0]], "type": "LineString"}, "id": "585", "properties": {"Unique_ID": 100405991543.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9906037320975, -38.67540516867146, 177.99214112242595, -38.672112310627384], "geometry": {"coordinates": [[177.99214112242595, -38.67540516867146, 0.0], [177.9906037320975, -38.672112310627384, 0.0]], "type": "LineString"}, "id": "586", "properties": {"Unique_ID": 100405990542.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99079314142412, -38.675381421747325, 177.9922245555559, -38.6720593353102], "geometry": {"coordinates": [[177.9922245555559, -38.675381421747325, 0.0], [177.99079314142412, -38.6720593353102, 0.0]], "type": "LineString"}, "id": "587", "properties": {"Unique_ID": 100405989480.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99090179959404, -38.67535264835458, 177.99233321791968, -38.67203056354432], "geometry": {"coordinates": [[177.99233321791968, -38.67535264835458, 0.0], [177.99090179959404, -38.67203056354432, 0.0]], "type": "LineString"}, "id": "588", "properties": {"Unique_ID": 100405988478.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9910104576872, -38.67532387486774, 177.9924418801802, -38.672001791677346], "geometry": {"coordinates": [[177.9924418801802, -38.67532387486774, 0.0], [177.9910104576872, -38.672001791677346, 0.0]], "type": "LineString"}, "id": "589", "properties": {"Unique_ID": 100405987475.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99111911566285, -38.6752951012836, 177.99255054234968, -38.671973019720085], "geometry": {"coordinates": [[177.99255054234968, -38.6752951012836, 0.0], [177.99111911566285, -38.671973019720085, 0.0]], "type": "LineString"}, "id": "590", "properties": {"Unique_ID": 100405986474.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99122777341552, -38.675266327593754, 177.99265920445978, -38.67194424770046], "geometry": {"coordinates": [[177.99265920445978, -38.675266327593754, 0.0], [177.99122777341552, -38.67194424770046, 0.0]], "type": "LineString"}, "id": "591", "properties": {"Unique_ID": 100405985473.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99133643119694, -38.67523755381823, 177.992767866435, -38.67191547555182], "geometry": {"coordinates": [[177.992767866435, -38.67523755381823, 0.0], [177.99133643119694, -38.67191547555182, 0.0]], "type": "LineString"}, "id": "592", "properties": {"Unique_ID": 100405984473.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9914450889016, -38.675208779948605, 177.99287652830697, -38.671886703302086], "geometry": {"coordinates": [[177.99287652830697, -38.675208779948605, 0.0], [177.9914450889016, -38.671886703302086, 0.0]], "type": "LineString"}, "id": "593", "properties": {"Unique_ID": 100405983473.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99155374663505, -38.675180005993305, 177.992985190044, -38.671857930923366], "geometry": {"coordinates": [[177.992985190044, -38.675180005993305, 0.0], [177.99155374663505, -38.671857930923366, 0.0]], "type": "LineString"}, "id": "594", "properties": {"Unique_ID": 100405982473.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99166240414544, -38.67515123193229, 177.99309385172168, -38.67182915848228], "geometry": {"coordinates": [[177.99309385172168, -38.67515123193229, 0.0], [177.99166240414544, -38.67182915848228, 0.0]], "type": "LineString"}, "id": "595", "properties": {"Unique_ID": 100405981473.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99177106154858, -38.6751224577748, 177.99320251330525, -38.671800385948195], "geometry": {"coordinates": [[177.99320251330525, -38.6751224577748, 0.0], [177.99177106154858, -38.671800385948195, 0.0]], "type": "LineString"}, "id": "596", "properties": {"Unique_ID": 100405980473.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9918797188444, -38.675093683520785, 177.99331117479474, -38.671771613321134], "geometry": {"coordinates": [[177.99331117479474, -38.675093683520785, 0.0], [177.9918797188444, -38.671771613321134, 0.0]], "type": "LineString"}, "id": "597", "properties": {"Unique_ID": 100405979473.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99198837606343, -38.6750649091727, 177.99341983618098, -38.671742840592984], "geometry": {"coordinates": [[177.99341983618098, -38.6750649091727, 0.0], [177.99198837606343, -38.671742840592984, 0.0]], "type": "LineString"}, "id": "598", "properties": {"Unique_ID": 100405978473.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.992097033165, -38.67503613472731, 177.99352849747615, -38.671714067774545], "geometry": {"coordinates": [[177.99352849747615, -38.67503613472731, 0.0], [177.992097033165, -38.671714067774545, 0.0]], "type": "LineString"}, "id": "599", "properties": {"Unique_ID": 100405977473.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9922056900436, -38.67500736017621, 177.993637158712, -38.67168529489376], "geometry": {"coordinates": [[177.993637158712, -38.67500736017621, 0.0], [177.9922056900436, -38.67168529489376, 0.0]], "type": "LineString"}, "id": "600", "properties": {"Unique_ID": 100405976473.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99231434695093, -38.67497858553943, 177.99374581981291, -38.671656521883946], "geometry": {"coordinates": [[177.99374581981291, -38.67497858553943, 0.0], [177.99231434695093, -38.671656521883946, 0.0]], "type": "LineString"}, "id": "601", "properties": {"Unique_ID": 100405975472.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99242300378145, -38.67494981080856, 177.99385448081054, -38.67162774877307], "geometry": {"coordinates": [[177.99385448081054, -38.67494981080856, 0.0], [177.99242300378145, -38.67162774877307, 0.0]], "type": "LineString"}, "id": "602", "properties": {"Unique_ID": 100405974472.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99253166064076, -38.67492103599202, 177.9939631416733, -38.67159897553318], "geometry": {"coordinates": [[177.9939631416733, -38.67492103599202, 0.0], [177.99253166064076, -38.67159897553318, 0.0]], "type": "LineString"}, "id": "603", "properties": {"Unique_ID": 100405973472.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99264031727708, -38.67489226106978, 177.99407180247667, -38.67157020223094], "geometry": {"coordinates": [[177.99407180247667, -38.67489226106978, 0.0], [177.99264031727708, -38.67157020223094, 0.0]], "type": "LineString"}, "id": "604", "properties": {"Unique_ID": 100405972471.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99294706288637, -38.67488070249638, 177.99412260263827, -38.671497489093504], "geometry": {"coordinates": [[177.99412260263827, -38.67488070249638, 0.0], [177.99294706288637, -38.671497489093504, 0.0]], "type": "LineString"}, "id": "605", "properties": {"Unique_ID": 100405971315.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99305771925688, -38.67485707222878, 177.99423326380784, -38.671473860299315], "geometry": {"coordinates": [[177.99423326380784, -38.67485707222878, 0.0], [177.99305771925688, -38.671473860299315, 0.0]], "type": "LineString"}, "id": "606", "properties": {"Unique_ID": 100405970314.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9931683758541, -38.674833441880686, 177.9943439248006, -38.671450231338454], "geometry": {"coordinates": [[177.9943439248006, -38.674833441880686, 0.0], [177.9931683758541, -38.671450231338454, 0.0]], "type": "LineString"}, "id": "607", "properties": {"Unique_ID": 100405969314.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9932790320492, -38.67480981141179, 177.99445458580527, -38.67142660234525], "geometry": {"coordinates": [[177.99445458580527, -38.67480981141179, 0.0], [177.9932790320492, -38.67142660234525, 0.0]], "type": "LineString"}, "id": "608", "properties": {"Unique_ID": 100405968314.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99338968847107, -38.6747861808624, 177.99456524663313, -38.67140297318538], "geometry": {"coordinates": [[177.99456524663313, -38.6747861808624, 0.0], [177.99338968847107, -38.67140297318538, 0.0]], "type": "LineString"}, "id": "609", "properties": {"Unique_ID": 100405967313.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9935003445151, -38.6747625501938, 177.99467590746565, -38.671379343987965], "geometry": {"coordinates": [[177.99467590746565, -38.6747625501938, 0.0], [177.9935003445151, -38.671379343987965, 0.0]], "type": "LineString"}, "id": "610", "properties": {"Unique_ID": 100405966313.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99361100076158, -38.67473891944311, 177.99478656812863, -38.67135571462909], "geometry": {"coordinates": [[177.99478656812863, -38.67473891944311, 0.0], [177.99361100076158, -38.67135571462909, 0.0]], "type": "LineString"}, "id": "611", "properties": {"Unique_ID": 100405965313.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99372165663024, -38.67471528857321, 177.99489722879625, -38.671332085232656], "geometry": {"coordinates": [[177.99489722879625, -38.67471528857321, 0.0], [177.99372165663024, -38.671332085232656, 0.0]], "type": "LineString"}, "id": "612", "properties": {"Unique_ID": 100405964312.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99383231272566, -38.67469165762282, 177.99500788928705, -38.67130845566958], "geometry": {"coordinates": [[177.99500788928705, -38.67469165762282, 0.0], [177.99383231272566, -38.67130845566958, 0.0]], "type": "LineString"}, "id": "613", "properties": {"Unique_ID": 100405963312.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9939429684189, -38.67466802655162, 177.99511854978977, -38.671284826074135], "geometry": {"coordinates": [[177.99511854978977, -38.67466802655162, 0.0], [177.9939429684189, -38.671284826074135, 0.0]], "type": "LineString"}, "id": "614", "properties": {"Unique_ID": 100405962311.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99405362433893, -38.67464439539995, 177.9952292101157, -38.67126119631204], "geometry": {"coordinates": [[177.9952292101157, -38.67464439539995, 0.0], [177.99405362433893, -38.67126119631204, 0.0]], "type": "LineString"}, "id": "615", "properties": {"Unique_ID": 100405961311.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99416427987302, -38.67462076412852, 177.99533987044867, -38.67123756651413], "geometry": {"coordinates": [[177.99533987044867, -38.67462076412852, 0.0], [177.99416427987302, -38.67123756651413, 0.0]], "type": "LineString"}, "id": "616", "properties": {"Unique_ID": 100405960311.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99427493562575, -38.67459713277608, 177.9954505306073, -38.67121393655128], "geometry": {"coordinates": [[177.9954505306073, -38.67459713277608, 0.0], [177.99427493562575, -38.67121393655128, 0.0]], "type": "LineString"}, "id": "617", "properties": {"Unique_ID": 100405959310.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99438559099255, -38.67457350130389, 177.99556119077292, -38.671190306552646], "geometry": {"coordinates": [[177.99556119077292, -38.67457350130389, 0.0], [177.99438559099255, -38.671190306552646, 0.0]], "type": "LineString"}, "id": "618", "properties": {"Unique_ID": 100405958310.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99449624657802, -38.67454986975069, 177.9956718507642, -38.671166676389056], "geometry": {"coordinates": [[177.9956718507642, -38.67454986975069, 0.0], [177.99449624657802, -38.671166676389056, 0.0]], "type": "LineString"}, "id": "619", "properties": {"Unique_ID": 100405957310.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99460690178563, -38.67452623807826, 177.9957825107601, -38.67114304618793], "geometry": {"coordinates": [[177.9957825107601, -38.67452623807826, 0.0], [177.99460690178563, -38.67114304618793, 0.0]], "type": "LineString"}, "id": "620", "properties": {"Unique_ID": 100405956309.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99471755719568, -38.674502606323784, 177.9958931705865, -38.67111941582535], "geometry": {"coordinates": [[177.9958931705865, -38.674502606323784, 0.0], [177.99471755719568, -38.67111941582535, 0.0]], "type": "LineString"}, "id": "621", "properties": {"Unique_ID": 100405955309.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99482821222793, -38.67447897445007, 177.9960038304175, -38.67109578542524], "geometry": {"coordinates": [[177.9960038304175, -38.67447897445007, 0.0], [177.99482821222793, -38.67109578542524, 0.0]], "type": "LineString"}, "id": "622", "properties": {"Unique_ID": 100405954308.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9949388674869, -38.67445534249588, 177.99611449007173, -38.67107215485845], "geometry": {"coordinates": [[177.99611449007173, -38.67445534249588, 0.0], [177.9949388674869, -38.67107215485845, 0.0]], "type": "LineString"}, "id": "623", "properties": {"Unique_ID": 100405953308.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99504952234375, -38.67443171042088, 177.9962251497378, -38.67104852425931], "geometry": {"coordinates": [[177.9962251497378, -38.67443171042088, 0.0], [177.99504952234375, -38.67104852425931, 0.0]], "type": "LineString"}, "id": "624", "properties": {"Unique_ID": 100405952307.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99516017742735, -38.67440807826543, 177.9963358092271, -38.671024893493524], "geometry": {"coordinates": [[177.9963358092271, -38.67440807826543, 0.0], [177.99516017742735, -38.671024893493524, 0.0]], "type": "LineString"}, "id": "625", "properties": {"Unique_ID": 100405951307.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9950525347649, -38.67436619556224, 177.99651068487003, -38.671051282397315], "geometry": {"coordinates": [[177.99651068487003, -38.67436619556224, 0.0], [177.9950525347649, -38.671051282397315, 0.0]], "type": "LineString"}, "id": "626", "properties": {"Unique_ID": 100405950518.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99516095666152, -38.674336884324845, 177.99661911107447, -38.67102197285002], "geometry": {"coordinates": [[177.99661911107447, -38.674336884324845, 0.0], [177.99516095666152, -38.67102197285002, 0.0]], "type": "LineString"}, "id": "627", "properties": {"Unique_ID": 100405949518.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9952693785846, -38.674307573002416, 177.99672753714296, -38.67099266317382], "geometry": {"coordinates": [[177.99672753714296, -38.674307573002416, 0.0], [177.9952693785846, -38.67099266317382, 0.0]], "type": "LineString"}, "id": "628", "properties": {"Unique_ID": 100405948518.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99537780056525, -38.6742782615975, 177.9968359630661, -38.670963353360264], "geometry": {"coordinates": [[177.9968359630661, -38.6742782615975, 0.0], [177.99537780056525, -38.670963353360264, 0.0]], "type": "LineString"}, "id": "629", "properties": {"Unique_ID": 100405947518.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99548622231214, -38.67424895008643, 177.99694438893138, -38.670934043488145], "geometry": {"coordinates": [[177.99694438893138, -38.67424895008643, 0.0], [177.99548622231214, -38.670934043488145, 0.0]], "type": "LineString"}, "id": "630", "properties": {"Unique_ID": 100405946518.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99559464393982, -38.67421963847852, 177.99705281470438, -38.670904733526484], "geometry": {"coordinates": [[177.99705281470438, -38.67421963847852, 0.0], [177.99559464393982, -38.670904733526484, 0.0]], "type": "LineString"}, "id": "631", "properties": {"Unique_ID": 100405945517.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99570306547938, -38.674190326776305, 177.99716124037576, -38.67087542346686], "geometry": {"coordinates": [[177.99716124037576, -38.674190326776305, 0.0], [177.99570306547938, -38.67087542346686, 0.0]], "type": "LineString"}, "id": "632", "properties": {"Unique_ID": 100405944517.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99581148678516, -38.67416101496796, 177.99726966598922, -38.67084611334868], "geometry": {"coordinates": [[177.99726966598922, -38.67416101496796, 0.0], [177.99581148678516, -38.67084611334868, 0.0]], "type": "LineString"}, "id": "633", "properties": {"Unique_ID": 100405943516.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9959199081278, -38.674131703075425, 177.99737809146364, -38.67081680309876], "geometry": {"coordinates": [[177.99737809146364, -38.674131703075425, 0.0], [177.9959199081278, -38.67081680309876, 0.0]], "type": "LineString"}, "id": "634", "properties": {"Unique_ID": 100405942516.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99602832950723, -38.67410239109872, 177.99748651679894, -38.67078749271713], "geometry": {"coordinates": [[177.99748651679894, -38.67410239109872, 0.0], [177.99602832950723, -38.67078749271713, 0.0]], "type": "LineString"}, "id": "635", "properties": {"Unique_ID": 100405941515.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99613675066328, -38.674073079016715, 177.99759494207325, -38.67075818227413], "geometry": {"coordinates": [[177.99759494207325, -38.674073079016715, 0.0], [177.99613675066328, -38.67075818227413, 0.0]], "type": "LineString"}, "id": "636", "properties": {"Unique_ID": 100405940514.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99624517171048, -38.674043766838714, 177.99770336725217, -38.67072887173877], "geometry": {"coordinates": [[177.99770336725217, -38.674043766838714, 0.0], [177.99624517171048, -38.67072887173877, 0.0]], "type": "LineString"}, "id": "637", "properties": {"Unique_ID": 100405939514.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99635359264883, -38.67401445456472, 177.9978117923357, -38.67069956111108], "geometry": {"coordinates": [[177.9978117923357, -38.67401445456472, 0.0], [177.99635359264883, -38.67069956111108, 0.0]], "type": "LineString"}, "id": "638", "properties": {"Unique_ID": 100405938514.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9964620133638, -38.67398514218544, 177.9979202173582, -38.67067025042201], "geometry": {"coordinates": [[177.9979202173582, -38.67398514218544, 0.0], [177.9964620133638, -38.67067025042201, 0.0]], "type": "LineString"}, "id": "639", "properties": {"Unique_ID": 100405937514.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9965704341156, -38.673955829721976, 177.99802864224162, -38.67064093960122], "geometry": {"coordinates": [[177.99802864224162, -38.673955829721976, 0.0], [177.9965704341156, -38.67064093960122, 0.0]], "type": "LineString"}, "id": "640", "properties": {"Unique_ID": 100405936513.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9966788549042, -38.67392651717434, 177.99813706698598, -38.670611628648714], "geometry": {"coordinates": [[177.99813706698598, -38.67392651717434, 0.0], [177.9966788549042, -38.670611628648714, 0.0]], "type": "LineString"}, "id": "641", "properties": {"Unique_ID": 100405935513.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.996787275459, -38.673897204520586, 177.9982454916724, -38.67058231763764], "geometry": {"coordinates": [[177.9982454916724, -38.673897204520586, 0.0], [177.996787275459, -38.67058231763764, 0.0]], "type": "LineString"}, "id": "642", "properties": {"Unique_ID": 100405934513.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99689569592573, -38.67386789177248, 177.99835391625723, -38.6705530065286], "geometry": {"coordinates": [[177.99835391625723, -38.67386789177248, 0.0], [177.99689569592573, -38.6705530065286, 0.0]], "type": "LineString"}, "id": "643", "properties": {"Unique_ID": 100405933512.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99700411627325, -38.67383857892757, 177.9984623407498, -38.67052369533004], "geometry": {"coordinates": [[177.9984623407498, -38.67383857892757, 0.0], [177.99700411627325, -38.67052369533004, 0.0]], "type": "LineString"}, "id": "644", "properties": {"Unique_ID": 100405932511.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99711253638696, -38.67380926597652, 177.99857076518444, -38.67049438407291], "geometry": {"coordinates": [[177.99857076518444, -38.67380926597652, 0.0], [177.99711253638696, -38.67049438407291, 0.0]], "type": "LineString"}, "id": "645", "properties": {"Unique_ID": 100405931510.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99722095655827, -38.67377995294298, 177.99867918947376, -38.670465072678454], "geometry": {"coordinates": [[177.99867918947376, -38.67377995294298, 0.0], [177.99722095655827, -38.670465072678454, 0.0]], "type": "LineString"}, "id": "646", "properties": {"Unique_ID": 100405930509.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99724230554878, -38.673741733342176, 177.9988127814802, -38.670458517735085], "geometry": {"coordinates": [[177.9988127814802, -38.673741733342176, 0.0], [177.99724230554878, -38.670458517735085, 0.0]], "type": "LineString"}, "id": "647", "properties": {"Unique_ID": 100405929591.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99734968999854, -38.6737101639663, 177.99892016985078, -38.67042695007909], "geometry": {"coordinates": [[177.99892016985078, -38.6737101639663, 0.0], [177.99734968999854, -38.67042695007909, 0.0]], "type": "LineString"}, "id": "648", "properties": {"Unique_ID": 100405928587.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99745707448744, -38.673678594510164, 177.9990275580744, -38.67039538228817], "geometry": {"coordinates": [[177.9990275580744, -38.673678594510164, 0.0], [177.99745707448744, -38.67039538228817, 0.0]], "type": "LineString"}, "id": "649", "properties": {"Unique_ID": 100405927584.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99756445872922, -38.67364702494857, 177.99913494623698, -38.67036381444647], "geometry": {"coordinates": [[177.99913494623698, -38.67364702494857, 0.0], [177.99756445872922, -38.67036381444647, 0.0]], "type": "LineString"}, "id": "650", "properties": {"Unique_ID": 100405926580.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99767184272392, -38.673615455281514, 177.99924233433848, -38.67033224655402], "geometry": {"coordinates": [[177.99924233433848, -38.673615455281514, 0.0], [177.99767184272392, -38.67033224655402, 0.0]], "type": "LineString"}, "id": "651", "properties": {"Unique_ID": 100405925577.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99777922675773, -38.67358388553422, 177.99934972229303, -38.670300678526644], "geometry": {"coordinates": [[177.99934972229303, -38.67358388553422, 0.0], [177.99777922675773, -38.670300678526644, 0.0]], "type": "LineString"}, "id": "652", "properties": {"Unique_ID": 100405924573.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99788661067632, -38.67355231569308, 177.99945711014698, -38.67026911040971], "geometry": {"coordinates": [[177.99945711014698, -38.67355231569308, 0.0], [177.99788661067632, -38.67026911040971, 0.0]], "type": "LineString"}, "id": "653", "properties": {"Unique_ID": 100405923570.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9979939946453, -38.67352074577271, 177.99956449785057, -38.67023754215459], "geometry": {"coordinates": [[177.99956449785057, -38.67352074577271, 0.0], [177.9979939946453, -38.67023754215459, 0.0]], "type": "LineString"}, "id": "654", "properties": {"Unique_ID": 100405922566.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99810137836718, -38.67348917574687, 177.9996718854931, -38.67020597384869], "geometry": {"coordinates": [[177.9996718854931, -38.67348917574687, 0.0], [177.99810137836718, -38.67020597384869, 0.0]], "type": "LineString"}, "id": "655", "properties": {"Unique_ID": 100405921563.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9982087618419, -38.67345760561555, 177.99977927307455, -38.67017440549202], "geometry": {"coordinates": [[177.99977927307455, -38.67345760561555, 0.0], [177.9982087618419, -38.67017440549202, 0.0]], "type": "LineString"}, "id": "656", "properties": {"Unique_ID": 100405920560.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9983161453558, -38.67342603540401, 177.99988666050905, -38.67014283700044], "geometry": {"coordinates": [[177.99988666050905, -38.67342603540401, 0.0], [177.9983161453558, -38.67014283700044, 0.0]], "type": "LineString"}, "id": "657", "properties": {"Unique_ID": 100405919557.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99842352890883, -38.67339446511225, 177.9999940477966, -38.67011126837394], "geometry": {"coordinates": [[177.9999940477966, -38.67339446511225, 0.0], [177.99842352890883, -38.67011126837394, 0.0]], "type": "LineString"}, "id": "658", "properties": {"Unique_ID": 100405918554.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99853091221473, -38.67336289471502, 178.0001014350231, -38.67007969969667], "geometry": {"coordinates": [[178.0001014350231, -38.67336289471502, 0.0], [177.99853091221473, -38.67007969969667, 0.0]], "type": "LineString"}, "id": "659", "properties": {"Unique_ID": 100405917552.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99863829541667, -38.67333132422494, 178.00020882214557, -38.670048130926574], "geometry": {"coordinates": [[178.00020882214557, -38.67333132422494, 0.0], [177.99863829541667, -38.670048130926574, 0.0]], "type": "LineString"}, "id": "660", "properties": {"Unique_ID": 100405916551.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99874567837148, -38.67329975362939, 178.000316209207, -38.670016562105715], "geometry": {"coordinates": [[178.000316209207, -38.67329975362939, 0.0], [177.99874567837148, -38.670016562105715, 0.0]], "type": "LineString"}, "id": "661", "properties": {"Unique_ID": 100405915550.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99885306136542, -38.67326818295362, 178.00042359612144, -38.66998499314994], "geometry": {"coordinates": [[178.00042359612144, -38.67326818295362, 0.0], [177.99885306136542, -38.66998499314994, 0.0]], "type": "LineString"}, "id": "662", "properties": {"Unique_ID": 100405914550.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9989604443985, -38.67323661219762, 178.00053098288893, -38.66995342405925], "geometry": {"coordinates": [[178.00053098288893, -38.67323661219762, 0.0], [177.9989604443985, -38.66995342405925, 0.0]], "type": "LineString"}, "id": "663", "properties": {"Unique_ID": 100405913550.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99911193138857, -38.67320979807387, 178.00062573873282, -38.66991027413058], "geometry": {"coordinates": [[178.00062573873282, -38.67320979807387, 0.0], [177.99911193138857, -38.66991027413058, 0.0]], "type": "LineString"}, "id": "664", "properties": {"Unique_ID": 100405912520.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99921984837394, -38.673179367580296, 178.0007336597468, -38.669879845318555], "geometry": {"coordinates": [[178.0007336597468, -38.673179367580296, 0.0], [177.99921984837394, -38.669879845318555, 0.0]], "type": "LineString"}, "id": "665", "properties": {"Unique_ID": 100405911518.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99932776525807, -38.67314893699273, 178.00084158065957, -38.66984941641251], "geometry": {"coordinates": [[178.00084158065957, -38.67314893699273, 0.0], [177.99932776525807, -38.66984941641251, 0.0]], "type": "LineString"}, "id": "666", "properties": {"Unique_ID": 100405910515.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.999435682041, -38.673118506311106, 178.000949501471, -38.669818987412455], "geometry": {"coordinates": [[178.000949501471, -38.673118506311106, 0.0], [177.999435682041, -38.669818987412455, 0.0]], "type": "LineString"}, "id": "667", "properties": {"Unique_ID": 100405909511.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99954359872268, -38.673088075535475, 178.00105742218125, -38.66978855831837], "geometry": {"coordinates": [[178.00105742218125, -38.673088075535475, 0.0], [177.99954359872268, -38.66978855831837, 0.0]], "type": "LineString"}, "id": "668", "properties": {"Unique_ID": 100405908506.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9996515153031, -38.67305764466581, 178.00116534279022, -38.669758129130294], "geometry": {"coordinates": [[178.00116534279022, -38.67305764466581, 0.0], [177.9996515153031, -38.669758129130294, 0.0]], "type": "LineString"}, "id": "669", "properties": {"Unique_ID": 100405907501.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.9997594317823, -38.673027213702134, 178.00127326329792, -38.66972769984818], "geometry": {"coordinates": [[178.00127326329792, -38.673027213702134, 0.0], [177.9997594317823, -38.66972769984818, 0.0]], "type": "LineString"}, "id": "670", "properties": {"Unique_ID": 100405906496.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99986734816025, -38.672996782644425, 178.00138118370435, -38.66969727047206], "geometry": {"coordinates": [[178.00138118370435, -38.672996782644425, 0.0], [177.99986734816025, -38.66969727047206, 0.0]], "type": "LineString"}, "id": "671", "properties": {"Unique_ID": 100405905491.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [177.99997526458145, -38.67296635150494, 178.0014891039662, -38.66966684096121], "geometry": {"coordinates": [[178.0014891039662, -38.67296635150494, 0.0], [177.99997526458145, -38.66966684096121, 0.0]], "type": "LineString"}, "id": "672", "properties": {"Unique_ID": 100405904486.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00008318061248, -38.67293592024696, 178.00159702421345, -38.6696364114378], "geometry": {"coordinates": [[178.00159702421345, -38.67293592024696, 0.0], [178.00008318061248, -38.6696364114378, 0.0]], "type": "LineString"}, "id": "673", "properties": {"Unique_ID": 100405903481.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00019109668673, -38.6729054889072, 178.00170494431615, -38.66960598177964], "geometry": {"coordinates": [[178.00170494431615, -38.6729054889072, 0.0], [178.00019109668673, -38.66960598177964, 0.0]], "type": "LineString"}, "id": "674", "properties": {"Unique_ID": 100405902475.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00029901265975, -38.6728750574734, 178.00181286431751, -38.669575552027474], "geometry": {"coordinates": [[178.00181286431751, -38.6728750574734, 0.0], [178.00029901265975, -38.669575552027474, 0.0]], "type": "LineString"}, "id": "675", "properties": {"Unique_ID": 100405901470.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0004069285315, -38.672844625945594, 178.00192078421767, -38.669545122181304], "geometry": {"coordinates": [[178.00192078421767, -38.672844625945594, 0.0], [178.0004069285315, -38.669545122181304, 0.0]], "type": "LineString"}, "id": "676", "properties": {"Unique_ID": 100405900467.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00051484430205, -38.67281419432376, 178.00202870401657, -38.669514692241094], "geometry": {"coordinates": [[178.00202870401657, -38.67281419432376, 0.0], [178.00051484430205, -38.669514692241094, 0.0]], "type": "LineString"}, "id": "677", "properties": {"Unique_ID": 100405899463.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0003110441643, -38.67275002226034, 178.0022277745976, -38.66958185163853], "geometry": {"coordinates": [[178.0022277745976, -38.67275002226034, 0.0], [178.0003110441643, -38.66958185163853, 0.0]], "type": "LineString"}, "id": "678", "properties": {"Unique_ID": 100405898790.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0004146647431, -38.672711492204876, 178.00233139836243, -38.66954332351336], "geometry": {"coordinates": [[178.00233139836243, -38.672711492204876, 0.0], [178.0004146647431, -38.66954332351336, 0.0]], "type": "LineString"}, "id": "679", "properties": {"Unique_ID": 100405897789.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00051828506858, -38.67267296204951, 178.0024350220481, -38.66950479535306], "geometry": {"coordinates": [[178.0024350220481, -38.67267296204951, 0.0], [178.00051828506858, -38.66950479535306, 0.0]], "type": "LineString"}, "id": "680", "properties": {"Unique_ID": 100405896788.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00062190540865, -38.67263443182413, 178.0025386455742, -38.669466267058006], "geometry": {"coordinates": [[178.0025386455742, -38.67263443182413, 0.0], [178.00062190540865, -38.669466267058006, 0.0]], "type": "LineString"}, "id": "681", "properties": {"Unique_ID": 100405895787.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00072552562943, -38.6725959015138, 178.0026422689809, -38.66942773867799], "geometry": {"coordinates": [[178.0026422689809, -38.6725959015138, 0.0], [178.00072552562943, -38.66942773867799, 0.0]], "type": "LineString"}, "id": "682", "properties": {"Unique_ID": 100405894785.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00082914573085, -38.67255737111853, 178.00274589226825, -38.66938921021304], "geometry": {"coordinates": [[178.00274589226825, -38.67255737111853, 0.0], [178.00082914573085, -38.66938921021304, 0.0]], "type": "LineString"}, "id": "683", "properties": {"Unique_ID": 100405893783.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00093276571292, -38.67251884063831, 178.0028495154362, -38.669350681663126], "geometry": {"coordinates": [[178.0028495154362, -38.67251884063831, 0.0], [178.00093276571292, -38.669350681663126, 0.0]], "type": "LineString"}, "id": "684", "properties": {"Unique_ID": 100405892780.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00103638557562, -38.672480310073134, 178.0029531384848, -38.66931215302829], "geometry": {"coordinates": [[178.0029531384848, -38.672480310073134, 0.0], [178.00103638557562, -38.66931215302829, 0.0]], "type": "LineString"}, "id": "685", "properties": {"Unique_ID": 100405891778.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00114000531897, -38.67244177942302, 178.00305676141403, -38.6692736243085], "geometry": {"coordinates": [[178.00305676141403, -38.67244177942302, 0.0], [178.00114000531897, -38.6692736243085, 0.0]], "type": "LineString"}, "id": "686", "properties": {"Unique_ID": 100405890776.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.001243624943, -38.67240324868793, 178.0031603842239, -38.66923509550377], "geometry": {"coordinates": [[178.0031603842239, -38.67240324868793, 0.0], [178.001243624943, -38.66923509550377, 0.0]], "type": "LineString"}, "id": "687", "properties": {"Unique_ID": 100405889773.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00134724444766, -38.67236471786791, 178.00326400691438, -38.66919656661411], "geometry": {"coordinates": [[178.00326400691438, -38.67236471786791, 0.0], [178.00134724444766, -38.66919656661411, 0.0]], "type": "LineString"}, "id": "688", "properties": {"Unique_ID": 100405888771.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00145086398066, -38.67232618697943, 178.00336762944116, -38.66915803758457], "geometry": {"coordinates": [[178.00336762944116, -38.67232618697943, 0.0], [178.00145086398066, -38.66915803758457, 0.0]], "type": "LineString"}, "id": "689", "properties": {"Unique_ID": 100405887769.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00155448324665, -38.672287655989514, 178.00347125189288, -38.66911950852502], "geometry": {"coordinates": [[178.00347125189288, -38.672287655989514, 0.0], [178.00155448324665, -38.66911950852502, 0.0]], "type": "LineString"}, "id": "690", "properties": {"Unique_ID": 100405886768.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00165810225928, -38.67224912489971, 178.00357487426547, -38.66908097943035], "geometry": {"coordinates": [[178.00357487426547, -38.67224912489971, 0.0], [178.00165810225928, -38.66908097943035, 0.0]], "type": "LineString"}, "id": "691", "properties": {"Unique_ID": 100405885766.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00176172128656, -38.67221059373991, 178.00367849647844, -38.669042450200905], "geometry": {"coordinates": [[178.00367849647844, -38.67221059373991, 0.0], [178.00176172128656, -38.669042450200905, 0.0]], "type": "LineString"}, "id": "692", "properties": {"Unique_ID": 100405884766.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00186534019448, -38.67217206249515, 178.00378211857205, -38.66900392088653], "geometry": {"coordinates": [[178.00378211857205, -38.67217206249515, 0.0], [178.00186534019448, -38.66900392088653, 0.0]], "type": "LineString"}, "id": "693", "properties": {"Unique_ID": 100405883765.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00196895898304, -38.67213353116545, 178.0038857405463, -38.668965391487205], "geometry": {"coordinates": [[178.0038857405463, -38.67213353116545, 0.0], [178.00196895898304, -38.668965391487205, 0.0]], "type": "LineString"}, "id": "694", "properties": {"Unique_ID": 100405882764.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00247165753478, -38.67213993192493, 178.00387475290214, -38.66881048478843], "geometry": {"coordinates": [[178.00387475290214, -38.67213993192493, 0.0], [178.00247165753478, -38.66881048478843, 0.0]], "type": "LineString"}, "id": "695", "properties": {"Unique_ID": 100405881459.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0025805513244, -38.672111726463235, 178.0039836511119, -38.66878228097985], "geometry": {"coordinates": [[178.0039836511119, -38.672111726463235, 0.0], [178.0025805513244, -38.66878228097985, 0.0]], "type": "LineString"}, "id": "696", "properties": {"Unique_ID": 100405880459.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00268944516515, -38.672083520916736, 178.00409254918193, -38.66875407703702], "geometry": {"coordinates": [[178.00409254918193, -38.672083520916736, 0.0], [178.00268944516515, -38.66875407703702, 0.0]], "type": "LineString"}, "id": "697", "properties": {"Unique_ID": 100405879459.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00279833891017, -38.672055315274, 178.00420144715625, -38.66872587299799], "geometry": {"coordinates": [[178.00420144715625, -38.672055315274, 0.0], [178.00279833891017, -38.66872587299799, 0.0]], "type": "LineString"}, "id": "698", "properties": {"Unique_ID": 100405878458.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00290723255952, -38.67202710953504, 178.00431034503484, -38.66869766886272], "geometry": {"coordinates": [[178.00431034503484, -38.67202710953504, 0.0], [178.00290723255952, -38.66869766886272, 0.0]], "type": "LineString"}, "id": "699", "properties": {"Unique_ID": 100405877458.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00301612611318, -38.67199890369987, 178.0044192428177, -38.66866946463126], "geometry": {"coordinates": [[178.0044192428177, -38.67199890369987, 0.0], [178.00301612611318, -38.66866946463126, 0.0]], "type": "LineString"}, "id": "700", "properties": {"Unique_ID": 100405876456.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0031250195811, -38.67197069776925, 178.0045281405019, -38.66864126030101], "geometry": {"coordinates": [[178.0045281405019, -38.67197069776925, 0.0], [178.0031250195811, -38.66864126030101, 0.0]], "type": "LineString"}, "id": "701", "properties": {"Unique_ID": 100405875455.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0032339129334, -38.67194249174086, 178.00463703809632, -38.66861305587968], "geometry": {"coordinates": [[178.00463703809632, -38.67194249174086, 0.0], [178.0032339129334, -38.66861305587968, 0.0]], "type": "LineString"}, "id": "702", "properties": {"Unique_ID": 100405874453.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00334280619998, -38.67191428561703, 178.00474593559204, -38.668584851359604], "geometry": {"coordinates": [[178.00474593559204, -38.67191428561703, 0.0], [178.00334280619998, -38.668584851359604, 0.0]], "type": "LineString"}, "id": "703", "properties": {"Unique_ID": 100405873451.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00345169937088, -38.67188607939696, 178.00485483299207, -38.66855664674328], "geometry": {"coordinates": [[178.00485483299207, -38.67188607939696, 0.0], [178.00345169937088, -38.66855664674328, 0.0]], "type": "LineString"}, "id": "704", "properties": {"Unique_ID": 100405872449.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00356059244604, -38.67185787308068, 178.00496373029634, -38.668528442030755], "geometry": {"coordinates": [[178.00496373029634, -38.67185787308068, 0.0], [178.00356059244604, -38.668528442030755, 0.0]], "type": "LineString"}, "id": "705", "properties": {"Unique_ID": 100405871446.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00366948542555, -38.6718296666682, 178.00507262750492, -38.66850023722203], "geometry": {"coordinates": [[178.00507262750492, -38.6718296666682, 0.0], [178.00366948542555, -38.66850023722203, 0.0]], "type": "LineString"}, "id": "706", "properties": {"Unique_ID": 100405870443.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0037783783093, -38.671801460159486, 178.0051815246178, -38.66847203231709], "geometry": {"coordinates": [[178.0051815246178, -38.671801460159486, 0.0], [178.0037783783093, -38.66847203231709, 0.0]], "type": "LineString"}, "id": "707", "properties": {"Unique_ID": 100405869440.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00446817491454, -38.67181410065323, 178.0051195311163, -38.66834504098582], "geometry": {"coordinates": [[178.0051195311163, -38.67181410065323, 0.0], [178.00446817491454, -38.66834504098582, 0.0]], "type": "LineString"}, "id": "708", "properties": {"Unique_ID": 100405868108.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00458163405142, -38.671801006504445, 178.00523299549727, -38.668331947826225], "geometry": {"coordinates": [[178.00523299549727, -38.671801006504445, 0.0], [178.00458163405142, -38.668331947826225, 0.0]], "type": "LineString"}, "id": "709", "properties": {"Unique_ID": 100405867105.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00469509313507, -38.671787912247815, 178.00534645982498, -38.668318854558805], "geometry": {"coordinates": [[178.00534645982498, -38.671787912247815, 0.0], [178.00469509313507, -38.668318854558805, 0.0]], "type": "LineString"}, "id": "710", "properties": {"Unique_ID": 100405866102.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00480855216546, -38.67177481788335, 178.00545992409937, -38.66830576118356], "geometry": {"coordinates": [[178.00545992409937, -38.67177481788335, 0.0], [178.00480855216546, -38.66830576118356, 0.0]], "type": "LineString"}, "id": "711", "properties": {"Unique_ID": 100405865101.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00492201114258, -38.67176172341107, 178.00557338832053, -38.66829266770048], "geometry": {"coordinates": [[178.00557338832053, -38.67176172341107, 0.0], [178.00492201114258, -38.66829266770048, 0.0]], "type": "LineString"}, "id": "712", "properties": {"Unique_ID": 100405864100.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0050354700664, -38.67174862883095, 178.0056868524884, -38.6682795741096], "geometry": {"coordinates": [[178.0056868524884, -38.67174862883095, 0.0], [178.0050354700664, -38.6682795741096, 0.0]], "type": "LineString"}, "id": "713", "properties": {"Unique_ID": 100405863100.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00514892877914, -38.67173553413752, 178.0058003166503, -38.66826648042912], "geometry": {"coordinates": [[178.0058003166503, -38.67173553413752, 0.0], [178.00514892877914, -38.66826648042912, 0.0]], "type": "LineString"}, "id": "714", "properties": {"Unique_ID": 100405862100.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00526238759642, -38.67172243934172, 178.00591378071158, -38.66825338662258], "geometry": {"coordinates": [[178.00591378071158, -38.67172243934172, 0.0], [178.00526238759642, -38.66825338662258, 0.0]], "type": "LineString"}, "id": "715", "properties": {"Unique_ID": 100405861098.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00537584636047, -38.67170934443809, 178.00602724471963, -38.668240292708234], "geometry": {"coordinates": [[178.00602724471963, -38.67170934443809, 0.0], [178.00537584636047, -38.668240292708234, 0.0]], "type": "LineString"}, "id": "716", "properties": {"Unique_ID": 100405860096.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0054893050712, -38.67169624942664, 178.00614070867434, -38.66822719868606], "geometry": {"coordinates": [[178.00614070867434, -38.67169624942664, 0.0], [178.0054893050712, -38.66822719868606, 0.0]], "type": "LineString"}, "id": "717", "properties": {"Unique_ID": 100405859094.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00560276388651, -38.67168315431281, 178.00625417252843, -38.66821410453786], "geometry": {"coordinates": [[178.00625417252843, -38.67168315431281, 0.0], [178.00560276388651, -38.66821410453786, 0.0]], "type": "LineString"}, "id": "718", "properties": {"Unique_ID": 100405858090.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00571622249072, -38.67167005908568, 178.00636763637655, -38.66820101030004], "geometry": {"coordinates": [[178.00636763637655, -38.67167005908568, 0.0], [178.00571622249072, -38.66820101030004, 0.0]], "type": "LineString"}, "id": "719", "properties": {"Unique_ID": 100405857086.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00582968104166, -38.67165696375071, 178.00648110017144, -38.66818791595441], "geometry": {"coordinates": [[178.00648110017144, -38.67165696375071, 0.0], [178.00582968104166, -38.66818791595441, 0.0]], "type": "LineString"}, "id": "720", "properties": {"Unique_ID": 100405856083.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00642105383923, -38.67165750470342, 178.00652326139422, -38.66815198327875], "geometry": {"coordinates": [[178.00642105383923, -38.67165750470342, 0.0], [178.00652326139422, -38.66815198327875, 0.0]], "type": "LineString"}, "id": "721", "properties": {"Unique_ID": 100405854800.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00653571076882, -38.6716595587499, 178.0066379124759, -38.66815403759638], "geometry": {"coordinates": [[178.00653571076882, -38.6716595587499, 0.0], [178.0066379124759, -38.66815403759638, 0.0]], "type": "LineString"}, "id": "722", "properties": {"Unique_ID": 100405853797.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00665036764389, -38.67166161268215, 178.00675256371468, -38.66815609180357], "geometry": {"coordinates": [[178.00665036764389, -38.67166161268215, 0.0], [178.00675256371468, -38.66815609180357, 0.0]], "type": "LineString"}, "id": "723", "properties": {"Unique_ID": 100405852795.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00676502446444, -38.67166366650018, 178.00686721511062, -38.66815814590033], "geometry": {"coordinates": [[178.00676502446444, -38.67166366650018, 0.0], [178.00686721511062, -38.66815814590033, 0.0]], "type": "LineString"}, "id": "724", "properties": {"Unique_ID": 100405851792.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0068796813291, -38.671665720205716, 178.00698186633494, -38.66816019988075], "geometry": {"coordinates": [[178.0068796813291, -38.671665720205716, 0.0], [178.00698186633494, -38.66816019988075, 0.0]], "type": "LineString"}, "id": "725", "properties": {"Unique_ID": 100405850789.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00699433818716, -38.67166777379788, 178.0070965175567, -38.668162253747894], "geometry": {"coordinates": [[178.00699433818716, -38.67166777379788, 0.0], [178.0070965175567, -38.668162253747894, 0.0]], "type": "LineString"}, "id": "726", "properties": {"Unique_ID": 100405849786.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00710899503858, -38.671669827276666, 178.00721116877585, -38.66816430750173], "geometry": {"coordinates": [[178.00710899503858, -38.671669827276666, 0.0], [178.00721116877585, -38.66816430750173, 0.0]], "type": "LineString"}, "id": "727", "properties": {"Unique_ID": 100405848785.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0072236519341, -38.67167188064297, 178.0073258198235, -38.66816636113926], "geometry": {"coordinates": [[178.0072236519341, -38.67167188064297, 0.0], [178.0073258198235, -38.66816636113926, 0.0]], "type": "LineString"}, "id": "728", "properties": {"Unique_ID": 100405847783.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00733830877513, -38.671673933895036, 178.00744047102822, -38.66816841466633], "geometry": {"coordinates": [[178.00733830877513, -38.671673933895036, 0.0], [178.00744047102822, -38.66816841466633, 0.0]], "type": "LineString"}, "id": "729", "properties": {"Unique_ID": 100405846782.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00745296556252, -38.67167598703289, 178.00755512238692, -38.668170468082934], "geometry": {"coordinates": [[178.00745296556252, -38.67167598703289, 0.0], [178.00755512238692, -38.668170468082934, 0.0]], "type": "LineString"}, "id": "730", "properties": {"Unique_ID": 100405845781.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00756762239217, -38.67167804005821, 178.0076697735803, -38.66817252138331], "geometry": {"coordinates": [[178.00756762239217, -38.67167804005821, 0.0], [178.0076697735803, -38.66817252138331, 0.0]], "type": "LineString"}, "id": "731", "properties": {"Unique_ID": 100405844780.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0076822792152, -38.67168009297018, 178.00778442477107, -38.6681745745704], "geometry": {"coordinates": [[178.0076822792152, -38.67168009297018, 0.0], [178.00778442477107, -38.6681745745704, 0.0]], "type": "LineString"}, "id": "732", "properties": {"Unique_ID": 100405843780.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00779693603442, -38.6716821457688, 178.00789907594998, -38.66817662764403], "geometry": {"coordinates": [[178.00779693603442, -38.6716821457688, 0.0], [178.00789907594998, -38.66817662764403, 0.0]], "type": "LineString"}, "id": "733", "properties": {"Unique_ID": 100405842780.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00791159289494, -38.671684198454905, 178.0080137269666, -38.66817868060149], "geometry": {"coordinates": [[178.00791159289494, -38.671684198454905, 0.0], [178.0080137269666, -38.66817868060149, 0.0]], "type": "LineString"}, "id": "734", "properties": {"Unique_ID": 100405841780.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00802624970092, -38.671686251026756, 178.00812837814033, -38.66818073344852], "geometry": {"coordinates": [[178.00802624970092, -38.671686251026756, 0.0], [178.00812837814033, -38.66818073344852, 0.0]], "type": "LineString"}, "id": "735", "properties": {"Unique_ID": 100405840780.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0080988714702, -38.67168737115887, 178.00838302232586, -38.66818802283987], "geometry": {"coordinates": [[178.0080988714702, -38.67168737115887, 0.0], [178.00838302232586, -38.66818802283987, 0.0]], "type": "LineString"}, "id": "736", "properties": {"Unique_ID": 100405839685.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0082133265112, -38.67169308265323, 178.0084974717312, -38.66819373442929], "geometry": {"coordinates": [[178.0082133265112, -38.67169308265323, 0.0], [178.0084974717312, -38.66819373442929, 0.0]], "type": "LineString"}, "id": "737", "properties": {"Unique_ID": 100405838684.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00832778155683, -38.671698794033766, 178.00861192114735, -38.668199445905216], "geometry": {"coordinates": [[178.00832778155683, -38.671698794033766, 0.0], [178.00861192114735, -38.668199445905216, 0.0]], "type": "LineString"}, "id": "738", "properties": {"Unique_ID": 100405837684.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00844223661144, -38.67170450530068, 178.00872637056017, -38.66820515726693], "geometry": {"coordinates": [[178.00844223661144, -38.67170450530068, 0.0], [178.00872637056017, -38.66820515726693, 0.0]], "type": "LineString"}, "id": "739", "properties": {"Unique_ID": 100405836683.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00855669167072, -38.67171021645379, 178.0088408199838, -38.66821086851514], "geometry": {"coordinates": [[178.00855669167072, -38.67171021645379, 0.0], [178.0088408199838, -38.66821086851514, 0.0]], "type": "LineString"}, "id": "740", "properties": {"Unique_ID": 100405835683.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00867114673466, -38.67171592749307, 178.0089552694182, -38.66821657964984], "geometry": {"coordinates": [[178.00867114673466, -38.67171592749307, 0.0], [178.0089552694182, -38.66821657964984, 0.0]], "type": "LineString"}, "id": "741", "properties": {"Unique_ID": 100405834683.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00878560185373, -38.67172163842105, 178.00906971869526, -38.66822229066266], "geometry": {"coordinates": [[178.00878560185373, -38.67172163842105, 0.0], [178.00906971869526, -38.66822229066266, 0.0]], "type": "LineString"}, "id": "742", "properties": {"Unique_ID": 100405833683.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0089000568851, -38.6717273492306, 178.0091841682912, -38.66822800157735], "geometry": {"coordinates": [[178.0089000568851, -38.6717273492306, 0.0], [178.0091841682912, -38.66822800157735, 0.0]], "type": "LineString"}, "id": "743", "properties": {"Unique_ID": 100405832683.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00901451201636, -38.67173305993104, 178.0092986175804, -38.668233712362685], "geometry": {"coordinates": [[178.00901451201636, -38.67173305993104, 0.0], [178.0092986175804, -38.668233712362685, 0.0]], "type": "LineString"}, "id": "744", "properties": {"Unique_ID": 100405831683.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00912896705705, -38.67173877051296, 178.00941306719795, -38.66823942305035], "geometry": {"coordinates": [[178.00912896705705, -38.67173877051296, 0.0], [178.00941306719795, -38.66823942305035, 0.0]], "type": "LineString"}, "id": "745", "properties": {"Unique_ID": 100405830683.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0092434221543, -38.671744480983605, 178.0095275166534, -38.668245133615905], "geometry": {"coordinates": [[178.0092434221543, -38.671744480983605, 0.0], [178.0095275166534, -38.668245133615905, 0.0]], "type": "LineString"}, "id": "746", "properties": {"Unique_ID": 100405829683.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0093578772562, -38.67175019134046, 178.00964196611966, -38.66825084406794], "geometry": {"coordinates": [[178.0093578772562, -38.67175019134046, 0.0], [178.00964196611966, -38.66825084406794, 0.0]], "type": "LineString"}, "id": "747", "properties": {"Unique_ID": 100405828683.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00947233236283, -38.67175590158346, 178.0097564155967, -38.66825655440648], "geometry": {"coordinates": [[178.00947233236283, -38.67175590158346, 0.0], [178.0097564155967, -38.66825655440648, 0.0]], "type": "LineString"}, "id": "748", "properties": {"Unique_ID": 100405827683.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00958678747833, -38.671761611712874, 178.00987086507044, -38.66826226463082], "geometry": {"coordinates": [[178.00958678747833, -38.671761611712874, 0.0], [178.00987086507044, -38.66826226463082, 0.0]], "type": "LineString"}, "id": "749", "properties": {"Unique_ID": 100405826683.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00970124259854, -38.67176732172845, 178.00998531455494, -38.668267974741624], "geometry": {"coordinates": [[178.00970124259854, -38.67176732172845, 0.0], [178.00998531455494, -38.668267974741624, 0.0]], "type": "LineString"}, "id": "750", "properties": {"Unique_ID": 100405825683.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0098156977234, -38.6717730316302, 178.01009976405024, -38.668273684738956], "geometry": {"coordinates": [[178.0098156977234, -38.6717730316302, 0.0], [178.01009976405024, -38.668273684738956, 0.0]], "type": "LineString"}, "id": "751", "properties": {"Unique_ID": 100405824683.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.00993015285718, -38.67177874141835, 178.01021421354218, -38.66827939462207], "geometry": {"coordinates": [[178.00993015285718, -38.67177874141835, 0.0], [178.01021421354218, -38.66827939462207, 0.0]], "type": "LineString"}, "id": "752", "properties": {"Unique_ID": 100405823683.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01004460799564, -38.671784451092684, 178.01032866304496, -38.66828510439168], "geometry": {"coordinates": [[178.01004460799564, -38.671784451092684, 0.0], [178.01032866304496, -38.66828510439168, 0.0]], "type": "LineString"}, "id": "753", "properties": {"Unique_ID": 100405822682.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0101590631388, -38.67179016065317, 178.01044311255853, -38.668290814047786], "geometry": {"coordinates": [[178.0101590631388, -38.67179016065317, 0.0], [178.01044311255853, -38.668290814047786, 0.0]], "type": "LineString"}, "id": "754", "properties": {"Unique_ID": 100405821682.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01027351829083, -38.67179587010006, 178.01055756206873, -38.66829652358969], "geometry": {"coordinates": [[178.01027351829083, -38.67179587010006, 0.0], [178.01055756206873, -38.66829652358969, 0.0]], "type": "LineString"}, "id": "755", "properties": {"Unique_ID": 100405820682.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01038691826867, -38.67180156516739, 178.01067551499506, -38.668302447991294], "geometry": {"coordinates": [[178.01038691826867, -38.67180156516739, 0.0], [178.01067551499506, -38.668302447991294, 0.0]], "type": "LineString"}, "id": "756", "properties": {"Unique_ID": 100405819680.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01050136593545, -38.67180736602317, 178.01078995702042, -38.66830824893758], "geometry": {"coordinates": [[178.01050136593545, -38.67180736602317, 0.0], [178.01078995702042, -38.66830824893758, 0.0]], "type": "LineString"}, "id": "757", "properties": {"Unique_ID": 100405818679.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01061581360716, -38.67181316676512, 178.01090439905693, -38.668314049770345], "geometry": {"coordinates": [[178.01061581360716, -38.67181316676512, 0.0], [178.01090439905693, -38.668314049770345, 0.0]], "type": "LineString"}, "id": "758", "properties": {"Unique_ID": 100405817679.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01073026128384, -38.67181896739322, 178.01101884110454, -38.66831985048962], "geometry": {"coordinates": [[178.01073026128384, -38.67181896739322, 0.0], [178.01101884110454, -38.66831985048962, 0.0]], "type": "LineString"}, "id": "759", "properties": {"Unique_ID": 100405816679.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01084470896834, -38.671824767907665, 178.0111332831538, -38.66832565109491], "geometry": {"coordinates": [[178.01084470896834, -38.671824767907665, 0.0], [178.0111332831538, -38.66832565109491, 0.0]], "type": "LineString"}, "id": "760", "properties": {"Unique_ID": 100405815678.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0109591566592, -38.67183056830832, 178.01124772520947, -38.66833145158644], "geometry": {"coordinates": [[178.0109591566592, -38.67183056830832, 0.0], [178.01124772520947, -38.66833145158644, 0.0]], "type": "LineString"}, "id": "761", "properties": {"Unique_ID": 100405814678.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01107360435788, -38.67183636859532, 178.0113621672667, -38.66833725196402], "geometry": {"coordinates": [[178.01107360435788, -38.67183636859532, 0.0], [178.0113621672667, -38.66833725196402, 0.0]], "type": "LineString"}, "id": "762", "properties": {"Unique_ID": 100405813678.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01118805206147, -38.67184216876847, 178.01147660933506, -38.668343052228074], "geometry": {"coordinates": [[178.01118805206147, -38.67184216876847, 0.0], [178.01147660933506, -38.668343052228074, 0.0]], "type": "LineString"}, "id": "763", "properties": {"Unique_ID": 100405812678.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01130249977004, -38.6718479688278, 178.0115910514146, -38.668348852378614], "geometry": {"coordinates": [[178.01130249977004, -38.6718479688278, 0.0], [178.0115910514146, -38.668348852378614, 0.0]], "type": "LineString"}, "id": "764", "properties": {"Unique_ID": 100405811677.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01141694753403, -38.671853768775854, 178.011705493337, -38.66835465240714], "geometry": {"coordinates": [[178.01141694753403, -38.671853768775854, 0.0], [178.011705493337, -38.66835465240714, 0.0]], "type": "LineString"}, "id": "765", "properties": {"Unique_ID": 100405810677.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01153139520915, -38.67185956860532, 178.0118199355832, -38.66836045233801], "geometry": {"coordinates": [[178.01153139520915, -38.67185956860532, 0.0], [178.0118199355832, -38.66836045233801, 0.0]], "type": "LineString"}, "id": "766", "properties": {"Unique_ID": 100405809677.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0116458429873, -38.67186536832594, 178.01193437751357, -38.66836625213879], "geometry": {"coordinates": [[178.0116458429873, -38.67186536832594, 0.0], [178.01193437751357, -38.66836625213879, 0.0]], "type": "LineString"}, "id": "767", "properties": {"Unique_ID": 100405808677.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01176029067517, -38.67187116792788, 178.01204881977253, -38.66837205184219], "geometry": {"coordinates": [[178.01176029067517, -38.67187116792788, 0.0], [178.01204881977253, -38.66837205184219, 0.0]], "type": "LineString"}, "id": "768", "properties": {"Unique_ID": 100405807677.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01187473846323, -38.67187696742083, 178.01216326172514, -38.66837785141597], "geometry": {"coordinates": [[178.01187473846323, -38.67187696742083, 0.0], [178.01216326172514, -38.66837785141597, 0.0]], "type": "LineString"}, "id": "769", "properties": {"Unique_ID": 100405806677.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01198918616382, -38.671882766795285, 178.01227770399686, -38.66838365089186], "geometry": {"coordinates": [[178.01198918616382, -38.671882766795285, 0.0], [178.01227770399686, -38.66838365089186, 0.0]], "type": "LineString"}, "id": "770", "properties": {"Unique_ID": 100405805677.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01210363396606, -38.67188856606078, 178.01239214595745, -38.66838945023791], "geometry": {"coordinates": [[178.01210363396606, -38.67188856606078, 0.0], [178.01239214595745, -38.66838945023791, 0.0]], "type": "LineString"}, "id": "771", "properties": {"Unique_ID": 100405804676.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0122180816794, -38.67189436520769, 178.0125065882419, -38.66839524948632], "geometry": {"coordinates": [[178.0122180816794, -38.67189436520769, 0.0], [178.0125065882419, -38.66839524948632, 0.0]], "type": "LineString"}, "id": "772", "properties": {"Unique_ID": 100405803676.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0123325294958, -38.67190016424576, 178.01262103021048, -38.66840104860464], "geometry": {"coordinates": [[178.0123325294958, -38.67190016424576, 0.0], [178.01262103021048, -38.66840104860464, 0.0]], "type": "LineString"}, "id": "773", "properties": {"Unique_ID": 100405802675.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01244433976154, -38.6719059770022, 178.01274420918682, -38.668407449216694], "geometry": {"coordinates": [[178.01244433976154, -38.6719059770022, 0.0], [178.01274420918682, -38.668407449216694, 0.0]], "type": "LineString"}, "id": "774", "properties": {"Unique_ID": 100405801669.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01255876836626, -38.67191200445434, 178.01285863195133, -38.66841347673773], "geometry": {"coordinates": [[178.01255876836626, -38.67191200445434, 0.0], [178.01285863195133, -38.66841347673773, 0.0]], "type": "LineString"}, "id": "775", "properties": {"Unique_ID": 100405800668.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01267319693048, -38.67191803179022, 178.0129730548816, -38.66841950415338], "geometry": {"coordinates": [[178.01267319693048, -38.67191803179022, 0.0], [178.0129730548816, -38.66841950415338, 0.0]], "type": "LineString"}, "id": "776", "properties": {"Unique_ID": 100405799668.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01278762550183, -38.67192405901231, 178.01308747781897, -38.66842553145527], "geometry": {"coordinates": [[178.01278762550183, -38.67192405901231, 0.0], [178.01308747781897, -38.66842553145527, 0.0]], "type": "LineString"}, "id": "777", "properties": {"Unique_ID": 100405798667.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01290205408023, -38.67193008612064, 178.01320190076345, -38.668431558643405], "geometry": {"coordinates": [[178.01290205408023, -38.67193008612064, 0.0], [178.01320190076345, -38.668431558643405, 0.0]], "type": "LineString"}, "id": "778", "properties": {"Unique_ID": 100405797666.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01301648266576, -38.67193611311519, 178.01331632371503, -38.66843758571777], "geometry": {"coordinates": [[178.01301648266576, -38.67193611311519, 0.0], [178.01331632371503, -38.66843758571777, 0.0]], "type": "LineString"}, "id": "779", "properties": {"Unique_ID": 100405796665.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0131309112584, -38.671942139995984, 178.0134307466737, -38.6684436126784], "geometry": {"coordinates": [[178.0131309112584, -38.671942139995984, 0.0], [178.0134307466737, -38.6684436126784, 0.0]], "type": "LineString"}, "id": "780", "properties": {"Unique_ID": 100405795664.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01324533981054, -38.67194816676048, 178.01354516979816, -38.66844963953362], "geometry": {"coordinates": [[178.01324533981054, -38.67194816676048, 0.0], [178.01354516979816, -38.66844963953362, 0.0]], "type": "LineString"}, "id": "781", "properties": {"Unique_ID": 100405794664.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.013359768465, -38.67195419341624, 178.01365959261236, -38.66845566625838], "geometry": {"coordinates": [[178.013359768465, -38.67195419341624, 0.0], [178.01365959261236, -38.66845566625838, 0.0]], "type": "LineString"}, "id": "782", "properties": {"Unique_ID": 100405793663.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01347419707892, -38.67196021995573, 178.0137740155923, -38.66846169287774], "geometry": {"coordinates": [[178.01347419707892, -38.67196021995573, 0.0], [178.0137740155923, -38.66846169287774, 0.0]], "type": "LineString"}, "id": "783", "properties": {"Unique_ID": 100405792662.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01358862569995, -38.67196624638142, 178.0138884385794, -38.66846771938334], "geometry": {"coordinates": [[178.01358862569995, -38.67196624638142, 0.0], [178.0138884385794, -38.66846771938334, 0.0]], "type": "LineString"}, "id": "784", "properties": {"Unique_ID": 100405791661.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01370305432812, -38.67197227269337, 178.01400286157352, -38.66847374577517], "geometry": {"coordinates": [[178.01370305432812, -38.67197227269337, 0.0], [178.01400286157352, -38.66847374577517, 0.0]], "type": "LineString"}, "id": "785", "properties": {"Unique_ID": 100405790660.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01381748296333, -38.67197829889153, 178.01411728457478, -38.668479772053246], "geometry": {"coordinates": [[178.01381748296333, -38.67197829889153, 0.0], [178.01411728457478, -38.668479772053246, 0.0]], "type": "LineString"}, "id": "786", "properties": {"Unique_ID": 100405789659.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01393191160565, -38.67198432497593, 178.01423170758312, -38.66848579821758], "geometry": {"coordinates": [[178.01393191160565, -38.67198432497593, 0.0], [178.01423170758312, -38.66848579821758, 0.0]], "type": "LineString"}, "id": "787", "properties": {"Unique_ID": 100405788659.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0140463402075, -38.67199035094405, 178.01434613075725, -38.66849182427653], "geometry": {"coordinates": [[178.0140463402075, -38.67199035094405, 0.0], [178.01434613075725, -38.66849182427653, 0.0]], "type": "LineString"}, "id": "788", "properties": {"Unique_ID": 100405787658.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01420104002446, -38.67199528568465, 178.0143270048148, -38.668490265071675], "geometry": {"coordinates": [[178.01420104002446, -38.67199528568465, 0.0], [178.0143270048148, -38.668490265071675, 0.0]], "type": "LineString"}, "id": "789", "properties": {"Unique_ID": 100405786764.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01431568102524, -38.671997817292976, 178.01444164038458, -38.66849279693668], "geometry": {"coordinates": [[178.01431568102524, -38.671997817292976, 0.0], [178.01444164038458, -38.66849279693668, 0.0]], "type": "LineString"}, "id": "790", "properties": {"Unique_ID": 100405785764.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01443032206973, -38.672000348788934, 178.01455627579065, -38.668495328684706], "geometry": {"coordinates": [[178.01443032206973, -38.672000348788934, 0.0], [178.01455627579065, -38.668495328684706, 0.0]], "type": "LineString"}, "id": "791", "properties": {"Unique_ID": 100405784764.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0145449631101, -38.67200288017144, 178.01467091119255, -38.66849786031934], "geometry": {"coordinates": [[178.0145449631101, -38.67200288017144, 0.0], [178.01467091119255, -38.66849786031934, 0.0]], "type": "LineString"}, "id": "792", "properties": {"Unique_ID": 100405783764.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01465960414728, -38.67200541144054, 178.01478554658695, -38.66850039184047], "geometry": {"coordinates": [[178.01465960414728, -38.67200541144054, 0.0], [178.01478554658695, -38.66850039184047, 0.0]], "type": "LineString"}, "id": "793", "properties": {"Unique_ID": 100405782764.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01477424517833, -38.672007942596146, 178.01490018198388, -38.668502923248305], "geometry": {"coordinates": [[178.01477424517833, -38.672007942596146, 0.0], [178.01490018198388, -38.668502923248305, 0.0]], "type": "LineString"}, "id": "794", "properties": {"Unique_ID": 100405781763.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0148888862062, -38.67201047363833, 178.01501481737327, -38.668505454542654], "geometry": {"coordinates": [[178.0148888862062, -38.67201047363833, 0.0], [178.01501481737327, -38.668505454542654, 0.0]], "type": "LineString"}, "id": "795", "properties": {"Unique_ID": 100405780762.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0150035272299, -38.67201300456709, 178.01512945275852, -38.66850798572357], "geometry": {"coordinates": [[178.0150035272299, -38.67201300456709, 0.0], [178.01512945275852, -38.66850798572357, 0.0]], "type": "LineString"}, "id": "796", "properties": {"Unique_ID": 100405779760.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01511816824944, -38.6720155353824, 178.0152440881396, -38.66851051679107], "geometry": {"coordinates": [[178.01511816824944, -38.6720155353824, 0.0], [178.0152440881396, -38.66851051679107, 0.0]], "type": "LineString"}, "id": "797", "properties": {"Unique_ID": 100405778758.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01523280926483, -38.672018066084284, 178.01535872351653, -38.66851304774514], "geometry": {"coordinates": [[178.01523280926483, -38.672018066084284, 0.0], [178.01535872351653, -38.66851304774514, 0.0]], "type": "LineString"}, "id": "798", "properties": {"Unique_ID": 100405777756.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01534745027607, -38.672020596672716, 178.0154733588893, -38.66851557858578], "geometry": {"coordinates": [[178.01534745027607, -38.672020596672716, 0.0], [178.0154733588893, -38.66851557858578, 0.0]], "type": "LineString"}, "id": "799", "properties": {"Unique_ID": 100405776753.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.015462091331, -38.672023127148776, 178.0155879940983, -38.668518109309474], "geometry": {"coordinates": [[178.015462091331, -38.672023127148776, 0.0], [178.0155879940983, -38.668518109309474, 0.0]], "type": "LineString"}, "id": "800", "properties": {"Unique_ID": 100405775750.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01552585526866, -38.67202668204223, 178.01587130155116, -38.66853074873871], "geometry": {"coordinates": [[178.01552585526866, -38.67202668204223, 0.0], [178.01587130155116, -38.66853074873871, 0.0]], "type": "LineString"}, "id": "801", "properties": {"Unique_ID": 100405774639.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01564019916523, -38.67203362567248, 178.01598563981372, -38.6685376924032], "geometry": {"coordinates": [[178.01564019916523, -38.67203362567248, 0.0], [178.01598563981372, -38.6685376924032, 0.0]], "type": "LineString"}, "id": "802", "properties": {"Unique_ID": 100405773639.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0157545430703, -38.672040569188816, 178.01609997809157, -38.66854463595423], "geometry": {"coordinates": [[178.0157545430703, -38.672040569188816, 0.0], [178.01609997809157, -38.66854463595423, 0.0]], "type": "LineString"}, "id": "803", "properties": {"Unique_ID": 100405772638.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01586888698378, -38.67204751259125, 178.01621431638472, -38.668551579391774], "geometry": {"coordinates": [[178.01586888698378, -38.67204751259125, 0.0], [178.01621431638472, -38.668551579391774, 0.0]], "type": "LineString"}, "id": "804", "properties": {"Unique_ID": 100405771637.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01598323091054, -38.67205445588008, 178.01632865467738, -38.6685585227149], "geometry": {"coordinates": [[178.01598323091054, -38.67205445588008, 0.0], [178.01632865467738, -38.6685585227149, 0.0]], "type": "LineString"}, "id": "805", "properties": {"Unique_ID": 100405770636.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0160975748457, -38.672061399055, 178.0164429929854, -38.668565465924566], "geometry": {"coordinates": [[178.0160975748457, -38.672061399055, 0.0], [178.0164429929854, -38.668565465924566, 0.0]], "type": "LineString"}, "id": "806", "properties": {"Unique_ID": 100405769635.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01621191879093, -38.672068342116134, 178.01655733130337, -38.66857240902044], "geometry": {"coordinates": [[178.01621191879093, -38.672068342116134, 0.0], [178.01655733130337, -38.66857240902044, 0.0]], "type": "LineString"}, "id": "807", "properties": {"Unique_ID": 100405768633.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0163262627462, -38.67207528506346, 178.01667166963145, -38.66857935200253], "geometry": {"coordinates": [[178.0163262627462, -38.67207528506346, 0.0], [178.01667166963145, -38.66857935200253, 0.0]], "type": "LineString"}, "id": "808", "properties": {"Unique_ID": 100405767629.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0164406067115, -38.672082227896986, 178.01678600796956, -38.66858629487082], "geometry": {"coordinates": [[178.0164406067115, -38.672082227896986, 0.0], [178.01678600796956, -38.66858629487082, 0.0]], "type": "LineString"}, "id": "809", "properties": {"Unique_ID": 100405766623.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01634429867906, -38.67207769058556, 178.0175846322156, -38.66870880868959], "geometry": {"coordinates": [[178.01634429867906, -38.67207769058556, 0.0], [178.0175846322156, -38.66870880868959, 0.0]], "type": "LineString"}, "id": "810", "properties": {"Unique_ID": 100405765264.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01645448703187, -38.67210262324096, 178.01769481555684, -38.66873374049802], "geometry": {"coordinates": [[178.01645448703187, -38.67210262324096, 0.0], [178.01769481555684, -38.66873374049802, 0.0]], "type": "LineString"}, "id": "811", "properties": {"Unique_ID": 100405764264.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01656467541127, -38.67212755577784, 178.0178049990971, -38.668758672226986], "geometry": {"coordinates": [[178.01656467541127, -38.67212755577784, 0.0], [178.0178049990971, -38.668758672226986, 0.0]], "type": "LineString"}, "id": "812", "properties": {"Unique_ID": 100405763264.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01667486389687, -38.67215248821422, 178.01791518257113, -38.66878360381643], "geometry": {"coordinates": [[178.01667486389687, -38.67215248821422, 0.0], [178.01791518257113, -38.66878360381643, 0.0]], "type": "LineString"}, "id": "813", "properties": {"Unique_ID": 100405762264.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01678505244885, -38.67217742054112, 178.01802536611154, -38.66880853529639], "geometry": {"coordinates": [[178.01678505244885, -38.67217742054112, 0.0], [178.01802536611154, -38.66880853529639, 0.0]], "type": "LineString"}, "id": "814", "properties": {"Unique_ID": 100405761264.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01689524110705, -38.67220235276751, 178.01813554958565, -38.66883346663687], "geometry": {"coordinates": [[178.01689524110705, -38.67220235276751, 0.0], [178.01813554958565, -38.66883346663687, 0.0]], "type": "LineString"}, "id": "815", "properties": {"Unique_ID": 100405760264.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01700542974822, -38.67222728486554, 178.01824573340411, -38.668858397930734], "geometry": {"coordinates": [[178.01700542974822, -38.67222728486554, 0.0], [178.01824573340411, -38.668858397930734, 0.0]], "type": "LineString"}, "id": "816", "properties": {"Unique_ID": 100405759263.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0171156184994, -38.67225221686393, 178.01835591714362, -38.66888332908224], "geometry": {"coordinates": [[178.0171156184994, -38.67225221686393, 0.0], [178.01835591714362, -38.66888332908224, 0.0]], "type": "LineString"}, "id": "817", "properties": {"Unique_ID": 100405758263.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01722580731695, -38.67227714875282, 178.01846610094952, -38.66890826012424], "geometry": {"coordinates": [[178.01722580731695, -38.67227714875282, 0.0], [178.01846610094952, -38.66890826012424, 0.0]], "type": "LineString"}, "id": "818", "properties": {"Unique_ID": 100405757263.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0173359962483, -38.672302080542934, 178.01857628466377, -38.668933191021], "geometry": {"coordinates": [[178.0173359962483, -38.672302080542934, 0.0], [178.01857628466377, -38.668933191021, 0.0]], "type": "LineString"}, "id": "819", "properties": {"Unique_ID": 100405756262.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01744618519868, -38.67232701221283, 178.0186864686024, -38.66895812184402], "geometry": {"coordinates": [[178.01744618519868, -38.67232701221283, 0.0], [178.0186864686024, -38.66895812184402, 0.0]], "type": "LineString"}, "id": "820", "properties": {"Unique_ID": 100405755262.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.017556374168, -38.672351943762486, 178.01879665276545, -38.668983052593305], "geometry": {"coordinates": [[178.017556374168, -38.672351943762486, 0.0], [178.01879665276545, -38.668983052593305, 0.0]], "type": "LineString"}, "id": "821", "properties": {"Unique_ID": 100405754262.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01758332512176, -38.67235553085944, 178.0191834069818, -38.66908118558741], "geometry": {"coordinates": [[178.01758332512176, -38.67235553085944, 0.0], [178.0191834069818, -38.66908118558741, 0.0]], "type": "LineString"}, "id": "822", "properties": {"Unique_ID": 100405753121.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0176904217232, -38.67238769502419, 178.0192904990808, -38.66911334857111], "geometry": {"coordinates": [[178.0176904217232, -38.67238769502419, 0.0], [178.0192904990808, -38.66911334857111, 0.0]], "type": "LineString"}, "id": "823", "properties": {"Unique_ID": 100405752115.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01779751836617, -38.672419859070196, 178.01939759141874, -38.66914551149532], "geometry": {"coordinates": [[178.01779751836617, -38.672419859070196, 0.0], [178.01939759141874, -38.66914551149532, 0.0]], "type": "LineString"}, "id": "824", "properties": {"Unique_ID": 100405751110.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0179046151419, -38.67245202302478, 178.019504683692, -38.66917767426887], "geometry": {"coordinates": [[178.0179046151419, -38.67245202302478, 0.0], [178.019504683692, -38.66917767426887, 0.0]], "type": "LineString"}, "id": "825", "properties": {"Unique_ID": 100405750105.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01801171205028, -38.67248418688797, 178.01961177590053, -38.66920983689177], "geometry": {"coordinates": [[178.01801171205028, -38.67248418688797, 0.0], [178.01961177590053, -38.66920983689177, 0.0]], "type": "LineString"}, "id": "826", "properties": {"Unique_ID": 100405749101.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0181188090003, -38.67251635063243, 178.019718868348, -38.66924199945517], "geometry": {"coordinates": [[178.0181188090003, -38.67251635063243, 0.0], [178.019718868348, -38.66924199945517, 0.0]], "type": "LineString"}, "id": "827", "properties": {"Unique_ID": 100405748098.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01822590603743, -38.67254851427179, 178.01982596088263, -38.669274161913506], "geometry": {"coordinates": [[178.01822590603743, -38.67254851427179, 0.0], [178.01982596088263, -38.669274161913506, 0.0]], "type": "LineString"}, "id": "828", "properties": {"Unique_ID": 100405747097.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01833300316173, -38.67258067780607, 178.01993305350436, -38.669306324266785], "geometry": {"coordinates": [[178.01833300316173, -38.67258067780607, 0.0], [178.01993305350436, -38.669306324266785, 0.0]], "type": "LineString"}, "id": "829", "properties": {"Unique_ID": 100405746097.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0184401003276, -38.672612841221586, 178.0200401463651, -38.66933848656058], "geometry": {"coordinates": [[178.0184401003276, -38.672612841221586, 0.0], [178.0200401463651, -38.66933848656058, 0.0]], "type": "LineString"}, "id": "830", "properties": {"Unique_ID": 100405745096.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01854719763077, -38.67264500454708, 178.02014723914579, -38.669370648699115], "geometry": {"coordinates": [[178.01854719763077, -38.67264500454708, 0.0], [178.02014723914579, -38.669370648699115, 0.0]], "type": "LineString"}, "id": "831", "properties": {"Unique_ID": 100405744096.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01853134656622, -38.67263286421123, 178.02066400343938, -38.669550727907016], "geometry": {"coordinates": [[178.01853134656622, -38.67263286421123, 0.0], [178.02066400343938, -38.669550727907016, 0.0]], "type": "LineString"}, "id": "832", "properties": {"Unique_ID": 100405742806.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0186321566435, -38.67267573391039, 178.02076480989362, -38.66959359591217], "geometry": {"coordinates": [[178.0186321566435, -38.67267573391039, 0.0], [178.02076480989362, -38.66959359591217, 0.0]], "type": "LineString"}, "id": "833", "properties": {"Unique_ID": 100405741801.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01873296679892, -38.67271860349866, 178.0208656165819, -38.669636463872706], "geometry": {"coordinates": [[178.01873296679892, -38.67271860349866, 0.0], [178.0208656165819, -38.669636463872706, 0.0]], "type": "LineString"}, "id": "834", "properties": {"Unique_ID": 100405740797.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01883377703248, -38.67276147297607, 178.02096642350415, -38.66967933178869], "geometry": {"coordinates": [[178.01883377703248, -38.67276147297607, 0.0], [178.02096642350415, -38.66967933178869, 0.0]], "type": "LineString"}, "id": "835", "properties": {"Unique_ID": 100405739793.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01893458745207, -38.672804342388496, 178.02106723030062, -38.669722199507106], "geometry": {"coordinates": [[178.01893458745207, -38.672804342388496, 0.0], [178.02106723030062, -38.669722199507106, 0.0]], "type": "LineString"}, "id": "836", "properties": {"Unique_ID": 100405738791.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01903539794984, -38.67284721169005, 178.0211680373311, -38.66976506718095], "geometry": {"coordinates": [[178.01903539794984, -38.67284721169005, 0.0], [178.0211680373311, -38.66976506718095, 0.0]], "type": "LineString"}, "id": "837", "properties": {"Unique_ID": 100405737790.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0191362085257, -38.67289008088071, 178.02126884459562, -38.6698079348102], "geometry": {"coordinates": [[178.0191362085257, -38.67289008088071, 0.0], [178.02126884459562, -38.6698079348102, 0.0]], "type": "LineString"}, "id": "838", "properties": {"Unique_ID": 100405736790.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01923701929314, -38.67293295000876, 178.0213696517159, -38.66985080223405], "geometry": {"coordinates": [[178.01923701929314, -38.67293295000876, 0.0], [178.0213696517159, -38.66985080223405, 0.0]], "type": "LineString"}, "id": "839", "properties": {"Unique_ID": 100405735789.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.01933783012768, -38.67297581902121, 178.02147045910712, -38.669893669629005], "geometry": {"coordinates": [[178.01933783012768, -38.67297581902121, 0.0], [178.02147045910712, -38.669893669629005, 0.0]], "type": "LineString"}, "id": "840", "properties": {"Unique_ID": 100405734788.0, "__folium_color": "green"}, "type": "Feature"}, {"bbox": [178.0194386410514, -38.673018687927495, 178.02157126669542, -38.66993653696369], "geometry": {"coordinates": [[178.0194386410514, -38.673018687927495, 0.0], [178.02157126669542, -38.66993653696369, 0.0]], "type": "LineString"}, "id": "841", "properties": {"Unique_ID": 100405733780.0, "__folium_color": "green"}, "type": "Feature"}], "type": "FeatureCollection"});\n", "\n", " \n", " \n", - " geo_json_199109a23988388885c44c49a43fa022.bindTooltip(\n", + " geo_json_15be5194bfa98b3587d82cd4343dc06e.bindTooltip(\n", " function(layer){\n", " let div = L.DomUtil.create('div');\n", " \n", @@ -1290,61 +1317,61 @@ " ,{"className": "foliumtooltip", "sticky": true});\n", " \n", " \n", - " geo_json_199109a23988388885c44c49a43fa022.addTo(map_758e61fc388e53d8d51ac15c18f36e35);\n", + " geo_json_15be5194bfa98b3587d82cd4343dc06e.addTo(map_383765db887b25064d0b0966c677d351);\n", " \n", " \n", - " function geo_json_77335e0167a9864592104703c41690e2_styler(feature) {\n", + " function geo_json_1b6ff7e4d5ad934db0ed5879de67f686_styler(feature) {\n", " switch(feature.id) {\n", " default:\n", " return {"fillOpacity": 0.5, "weight": 2};\n", " }\n", " }\n", - " function geo_json_77335e0167a9864592104703c41690e2_highlighter(feature) {\n", + " function geo_json_1b6ff7e4d5ad934db0ed5879de67f686_highlighter(feature) {\n", " switch(feature.id) {\n", " default:\n", " return {"fillOpacity": 0.75};\n", " }\n", " }\n", - " function geo_json_77335e0167a9864592104703c41690e2_pointToLayer(feature, latlng) {\n", + " function geo_json_1b6ff7e4d5ad934db0ed5879de67f686_pointToLayer(feature, latlng) {\n", " var opts = {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 2, "stroke": true, "weight": 3};\n", " \n", - " let style = geo_json_77335e0167a9864592104703c41690e2_styler(feature)\n", + " let style = geo_json_1b6ff7e4d5ad934db0ed5879de67f686_styler(feature)\n", " Object.assign(opts, style)\n", " \n", " return new L.CircleMarker(latlng, opts)\n", " }\n", "\n", - " function geo_json_77335e0167a9864592104703c41690e2_onEachFeature(feature, layer) {\n", + " function geo_json_1b6ff7e4d5ad934db0ed5879de67f686_onEachFeature(feature, layer) {\n", " layer.on({\n", " mouseout: function(e) {\n", " if(typeof e.target.setStyle === "function"){\n", - " geo_json_77335e0167a9864592104703c41690e2.resetStyle(e.target);\n", + " geo_json_1b6ff7e4d5ad934db0ed5879de67f686.resetStyle(e.target);\n", " }\n", " },\n", " mouseover: function(e) {\n", " if(typeof e.target.setStyle === "function"){\n", - " const highlightStyle = geo_json_77335e0167a9864592104703c41690e2_highlighter(e.target.feature)\n", + " const highlightStyle = geo_json_1b6ff7e4d5ad934db0ed5879de67f686_highlighter(e.target.feature)\n", " e.target.setStyle(highlightStyle);\n", " }\n", " },\n", " });\n", " };\n", - " var geo_json_77335e0167a9864592104703c41690e2 = L.geoJson(null, {\n", - " onEachFeature: geo_json_77335e0167a9864592104703c41690e2_onEachFeature,\n", + " var geo_json_1b6ff7e4d5ad934db0ed5879de67f686 = L.geoJson(null, {\n", + " onEachFeature: geo_json_1b6ff7e4d5ad934db0ed5879de67f686_onEachFeature,\n", " \n", - " style: geo_json_77335e0167a9864592104703c41690e2_styler,\n", - " pointToLayer: geo_json_77335e0167a9864592104703c41690e2_pointToLayer,\n", + " style: geo_json_1b6ff7e4d5ad934db0ed5879de67f686_styler,\n", + " pointToLayer: geo_json_1b6ff7e4d5ad934db0ed5879de67f686_pointToLayer,\n", " });\n", "\n", - " function geo_json_77335e0167a9864592104703c41690e2_add (data) {\n", - " geo_json_77335e0167a9864592104703c41690e2\n", + " function geo_json_1b6ff7e4d5ad934db0ed5879de67f686_add (data) {\n", + " geo_json_1b6ff7e4d5ad934db0ed5879de67f686\n", " .addData(data);\n", " }\n", - " geo_json_77335e0167a9864592104703c41690e2_add({"bbox": [177.939590295316, -38.71369871834804, 178.02467247302926, -38.6671449834606], "features": [{"bbox": [177.939590295316, -38.71369871834804, 178.02467247302926, -38.6671449834606], "geometry": {"coordinates": [[177.939590295316, -38.70898531845564], [177.94279376405905, -38.70306000521022], [177.94919087537596, -38.69584123901923], [177.96098286664852, -38.685948358396054], [177.97205842671144, -38.67878667852276], [177.98455668357752, -38.67323574695169], [177.9965919726673, -38.66931153801665], [178.0066153477809, -38.6671449834606], [178.0175672016972, -38.667703729709466], [178.02467247302926, -38.6707429515189], [178.01948219508512, -38.676305553663006], [178.01462027588101, -38.674842130566624], [178.00768964205548, -38.674303574736534], [177.99951582107292, -38.67594070220013], [177.99090870038157, -38.67843206368209], [177.9833006513282, -38.68113743966321], [177.9733528368227, -38.685614639004065], [177.9664361345079, -38.69002633319744], [177.96065992080773, -38.694324810326705], [177.95641840598014, -38.69945841588301], [177.95197508846985, -38.70524373444892], [177.94882759405127, -38.7107809377008], [177.94525238354277, -38.71369871834804], [177.939590295316, -38.70898531845564]], "type": "LineString"}, "id": "0", "properties": {}, "type": "Feature"}], "type": "FeatureCollection"});\n", + " geo_json_1b6ff7e4d5ad934db0ed5879de67f686_add({"bbox": [177.939590295316, -38.71369871834804, 178.02467247302926, -38.6671449834606], "features": [{"bbox": [177.939590295316, -38.71369871834804, 178.02467247302926, -38.6671449834606], "geometry": {"coordinates": [[177.939590295316, -38.70898531845564], [177.94279376405905, -38.70306000521022], [177.94919087537596, -38.69584123901923], [177.96098286664852, -38.685948358396054], [177.97205842671144, -38.67878667852276], [177.98455668357752, -38.67323574695169], [177.9965919726673, -38.66931153801665], [178.0066153477809, -38.6671449834606], [178.0175672016972, -38.667703729709466], [178.02467247302926, -38.6707429515189], [178.01948219508512, -38.676305553663006], [178.01462027588101, -38.674842130566624], [178.00768964205548, -38.674303574736534], [177.99951582107292, -38.67594070220013], [177.99090870038157, -38.67843206368209], [177.9833006513282, -38.68113743966321], [177.9733528368227, -38.685614639004065], [177.9664361345079, -38.69002633319744], [177.96065992080773, -38.694324810326705], [177.95641840598014, -38.69945841588301], [177.95197508846985, -38.70524373444892], [177.94882759405127, -38.7107809377008], [177.94525238354277, -38.71369871834804], [177.939590295316, -38.70898531845564]], "type": "LineString"}, "id": "0", "properties": {}, "type": "Feature"}], "type": "FeatureCollection"});\n", "\n", " \n", " \n", - " geo_json_77335e0167a9864592104703c41690e2.bindTooltip(\n", + " geo_json_1b6ff7e4d5ad934db0ed5879de67f686.bindTooltip(\n", " function(layer){\n", " let div = L.DomUtil.create('div');\n", " \n", @@ -1353,61 +1380,61 @@ " ,{"className": "foliumtooltip", "sticky": true});\n", " \n", " \n", - " geo_json_77335e0167a9864592104703c41690e2.addTo(map_758e61fc388e53d8d51ac15c18f36e35);\n", + " geo_json_1b6ff7e4d5ad934db0ed5879de67f686.addTo(map_383765db887b25064d0b0966c677d351);\n", " \n", " \n", - " function geo_json_b9058ae8bb193b0f9d2a5ae1953b8114_styler(feature) {\n", + " function geo_json_c14aa61dec5e3e99f8218b2a53c8da21_styler(feature) {\n", " switch(feature.id) {\n", " default:\n", " return {"color": "red", "fillColor": "red", "fillOpacity": 0.5, "weight": 2};\n", " }\n", " }\n", - " function geo_json_b9058ae8bb193b0f9d2a5ae1953b8114_highlighter(feature) {\n", + " function geo_json_c14aa61dec5e3e99f8218b2a53c8da21_highlighter(feature) {\n", " switch(feature.id) {\n", " default:\n", " return {"fillOpacity": 0.75};\n", " }\n", " }\n", - " function geo_json_b9058ae8bb193b0f9d2a5ae1953b8114_pointToLayer(feature, latlng) {\n", + " function geo_json_c14aa61dec5e3e99f8218b2a53c8da21_pointToLayer(feature, latlng) {\n", " var opts = {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 2, "stroke": true, "weight": 3};\n", " \n", - " let style = geo_json_b9058ae8bb193b0f9d2a5ae1953b8114_styler(feature)\n", + " let style = geo_json_c14aa61dec5e3e99f8218b2a53c8da21_styler(feature)\n", " Object.assign(opts, style)\n", " \n", " return new L.CircleMarker(latlng, opts)\n", " }\n", "\n", - " function geo_json_b9058ae8bb193b0f9d2a5ae1953b8114_onEachFeature(feature, layer) {\n", + " function geo_json_c14aa61dec5e3e99f8218b2a53c8da21_onEachFeature(feature, layer) {\n", " layer.on({\n", " mouseout: function(e) {\n", " if(typeof e.target.setStyle === "function"){\n", - " geo_json_b9058ae8bb193b0f9d2a5ae1953b8114.resetStyle(e.target);\n", + " geo_json_c14aa61dec5e3e99f8218b2a53c8da21.resetStyle(e.target);\n", " }\n", " },\n", " mouseover: function(e) {\n", " if(typeof e.target.setStyle === "function"){\n", - " const highlightStyle = geo_json_b9058ae8bb193b0f9d2a5ae1953b8114_highlighter(e.target.feature)\n", + " const highlightStyle = geo_json_c14aa61dec5e3e99f8218b2a53c8da21_highlighter(e.target.feature)\n", " e.target.setStyle(highlightStyle);\n", " }\n", " },\n", " });\n", " };\n", - " var geo_json_b9058ae8bb193b0f9d2a5ae1953b8114 = L.geoJson(null, {\n", - " onEachFeature: geo_json_b9058ae8bb193b0f9d2a5ae1953b8114_onEachFeature,\n", + " var geo_json_c14aa61dec5e3e99f8218b2a53c8da21 = L.geoJson(null, {\n", + " onEachFeature: geo_json_c14aa61dec5e3e99f8218b2a53c8da21_onEachFeature,\n", " \n", - " style: geo_json_b9058ae8bb193b0f9d2a5ae1953b8114_styler,\n", - " pointToLayer: geo_json_b9058ae8bb193b0f9d2a5ae1953b8114_pointToLayer,\n", + " style: geo_json_c14aa61dec5e3e99f8218b2a53c8da21_styler,\n", + " pointToLayer: geo_json_c14aa61dec5e3e99f8218b2a53c8da21_pointToLayer,\n", " });\n", "\n", - " function geo_json_b9058ae8bb193b0f9d2a5ae1953b8114_add (data) {\n", - " geo_json_b9058ae8bb193b0f9d2a5ae1953b8114\n", + " function geo_json_c14aa61dec5e3e99f8218b2a53c8da21_add (data) {\n", + " geo_json_c14aa61dec5e3e99f8218b2a53c8da21\n", " .addData(data);\n", " }\n", - " geo_json_b9058ae8bb193b0f9d2a5ae1953b8114_add({"bbox": [177.942054376194, -38.71103665720283, 178.02314838960064, -38.67096097019493], "features": [{"bbox": [177.942054376194, -38.71103665720283, 178.02314838960064, -38.67096097019493], "geometry": {"coordinates": [[177.942054376194, -38.71103665720283], [177.94206278746213, -38.71102526998729], [177.94207329802873, -38.711011044096296], [177.94208380879937, -38.71099682121851], [177.94209431977407, -38.71098260135398], [177.94210483096225, -38.71096838463966], [177.94211534236396, -38.71095417107559], [177.94212585396969, -38.71093996052472], [177.9421363657889, -38.710925753124116], [177.942146877798, -38.71091154853122], [177.94215739004895, -38.710897347499554], [177.94216790248507, -38.710883149207135], [177.94217841512994, -38.710868953996425], [177.94218892798833, -38.710854761935956], [177.94219944104606, -38.71084057282021], [177.94220995431726, -38.71082638685469], [177.942220467802, -38.71081220403941], [177.94223098148606, -38.710798024168845], [177.94224149538837, -38.71078384751703], [177.94225200948998, -38.71076967380993], [177.94226252380986, -38.71075550332156], [177.94227303834325, -38.7107413359834], [177.94228355307123, -38.71072717152151], [177.942294068008, -38.71071301014132], [177.94230458315357, -38.71069885184287], [177.94231509852213, -38.710684696831635], [177.94232561409, -38.71067054476512], [177.94233612985724, -38.71065639564336], [177.94234664583797, -38.71064224967183], [177.94235716202277, -38.71062810671351], [177.94236767842585, -38.71061396697392], [177.94237819502825, -38.71059983017905], [177.94238871184416, -38.71058569653442], [177.94239922886416, -38.710571565903], [177.94240974609298, -38.71055743835333], [177.94242026353058, -38.71054331388539], [177.9424307811817, -38.71052919256765], [177.94244129904163, -38.71051507433165], [177.9424518170962, -38.71050095897188], [177.9424623353643, -38.71048684676233], [177.94247285385063, -38.71047273777151], [177.94248337253634, -38.710458631725416], [177.94249389142615, -38.710444528692555], [177.94250441053418, -38.71043042887841], [177.94251492983688, -38.710416331940486], [177.94252544935784, -38.710402238221306], [177.94253596908288, -38.71038814751533], [177.94254648901202, -38.71037405982259], [177.94255700914994, -38.710359975211574], [177.94256752950614, -38.71034589381929], [177.94257805005225, -38.710331815234724], [177.94258857083082, -38.71031774007439], [177.942599091804, -38.71030366779028], [177.94260961298133, -38.71028959851938], [177.94262013436273, -38.710275532261726], [177.9426306559671, -38.71026146929128], [177.94264117777087, -38.71024740926556], [177.94265169978348, -38.71023335232158], [177.9426622219907, -38.71021929825382], [177.9426727444162, -38.71020524740477], [177.94268326706, -38.71019119977444], [177.94269378989372, -38.71017715495186], [177.94270431294572, -38.71016311334799], [177.9427148361971, -38.71014907468884], [177.94272535966203, -38.71013503917991], [177.94273588333107, -38.71012100668421], [177.94274640721366, -38.710106977338754], [177.94275693130513, -38.710092951075], [177.9427674555959, -38.71007892775596], [177.94277798010975, -38.710064907724146], [177.9427885048088, -38.71005089043157], [177.94279902972139, -38.71003687628921], [177.9428095548523, -38.71002286536557], [177.94282008018257, -38.710008857386654], [177.94283060571223, -38.70999485235246], [177.9428411314602, -38.70998085053698], [177.942851657417, -38.70996685180324], [177.94286218357323, -38.709952856014205], [177.94287270993826, -38.70993886330691], [177.94288323651216, -38.709924873681324], [177.94289376329962, -38.70991088720596], [177.9429042902912, -38.70989690374382], [177.94291481748692, -38.709882923294906], [177.94292534489148, -38.709868945927695], [177.94293587250962, -38.709854971710726], [177.94294640032246, -38.70984100036997], [177.94295692835357, -38.70982703224792], [177.94296745657937, -38.70981306700212], [177.94297798501873, -38.70979910490653], [177.94298851366224, -38.70978514582416], [177.9429990425146, -38.709771189823506], [177.9430095715711, -38.70975723683607], [177.94302010083646, -38.709743286930376], [177.94303063031543, -38.70972934017487], [177.9430411599985, -38.7097153964326], [177.94305168988572, -38.70970145570356], [177.94306221998653, -38.709687518124724], [177.94307275028675, -38.70967358349062], [177.9430832807911, -38.70965965186973], [177.94309381152325, -38.70964572360455], [177.94310434243587, -38.70963179801009], [177.94311487356686, -38.709617875634365], [177.94312540490196, -38.709603956271856], [177.94313593645066, -38.709590040059545], [177.9431464681988, -38.70957612679199], [177.94315700015107, -38.70956221653763], [177.94316753231695, -38.70954830943349], [177.94317806468695, -38.70953440534256], [177.94318859726587, -38.70952050433336], [177.94319913004418, -38.70950660626889], [177.94320966304085, -38.70949271142313], [177.94322019624167, -38.709478819590565], [177.9432307296419, -38.709464930702744], [177.94324126325102, -38.70945104489663], [177.94325179707846, -38.70943716230923], [177.9432623311006, -38.70942328259806], [177.9432728653364, -38.709409406037096], [177.94328339976684, -38.70939553235237], [177.94329393441566, -38.70938166188634], [177.94330446925446, -38.70936779422804], [177.9433150043116, -38.709353929788456], [177.94332553958236, -38.709340068499074], [177.94333607505254, -38.709326210154416], [177.94334661072216, -38.70931235475447], [177.94335714660542, -38.70929850250476], [177.94336768270702, -38.70928465347375], [177.94337821900334, -38.70927080731897], [177.9433887555038, -38.709256964177385], [177.94339929220845, -38.70924312404904], [177.94340982912672, -38.7092292870709], [177.94342036624917, -38.709215453105976], [177.94343090358052, -38.70920162222277], [177.9434414411066, -38.70918779421578], [177.94345197884155, -38.70917396929051], [177.9434625167949, -38.70916014758394], [177.94347305494293, -38.70914632875358], [177.94348359330462, -38.709132513073456], [177.943494131861, -38.70911870026954], [177.9435046706358, -38.709104890684344], [177.94351520961, -38.70909108404385], [177.9435257488026, -38.70907728062208], [177.94353628819465, -38.70906348014501], [177.94354682778615, -38.70904968261269], [177.9435573675913, -38.70903588823056], [177.94356790760537, -38.70902209693014], [177.94357844781888, -38.70900830857445], [177.94358898823657, -38.70899452323195], [177.94359952885844, -38.708980740902675], [177.943610069694, -38.70896696172364], [177.94362061073372, -38.70895318555778], [177.9436311519729, -38.708939412336655], [177.94364169342103, -38.70892564219724], [177.94365223507333, -38.70891187507103], [177.94366277694402, -38.70889811116354], [177.94367331900472, -38.70888435006377], [177.94368386128855, -38.708870592251195], [177.94369440377181, -38.708856837383344], [177.94370494645457, -38.70884308546021], [177.94371548934626, -38.70882933661878], [177.94372603244685, -38.70881559085907], [177.94373657574695, -38.70880184804407], [177.94374711925596, -38.708788108310785], [177.94375766297392, -38.70877437165921], [177.94376820689132, -38.708760637952345], [177.94377875101767, -38.70874690732719], [177.94378929534352, -38.70873317964676], [177.94379983988776, -38.70871945518502], [177.94381038462203, -38.708705733531], [177.94382092957468, -38.70869201509571], [177.94383147472684, -38.708678299605104], [177.94384202009738, -38.70866458733322], [177.94385256565792, -38.70865087786906], [177.94386311143217, -38.7086371715551], [177.9438736574059, -38.70862346818585], [177.943884203598, -38.7086097680353], [177.9438947499849, -38.70859607076097], [177.94390529657602, -38.70858237649986], [177.94391584337606, -38.70856868532046], [177.94392639037562, -38.70855499708576], [177.94393693758883, -38.708541312001266], [177.94394748500628, -38.708527629929996], [177.94395803261378, -38.70851395066644], [177.9439685804491, -38.708500274758585], [177.9439791284792, -38.708486601726925], [177.94398967671358, -38.70847293170849], [177.94400022516638, -38.70845926490877], [177.94401077380442, -38.70844560084824], [177.94402132266094, -38.70843194000644], [177.94403187171693, -38.70841828210934], [177.94404242098662, -38.708404627362455], [177.94405297046052, -38.70839097562877], [177.94406352012925, -38.70837732677129], [177.94407407001162, -38.708363681064036], [177.94408462009827, -38.70835003836998], [177.94409517038437, -38.70833639862063], [177.9441057208795, -38.70832276195299], [177.9441162715741, -38.70830912823008], [177.94412682247298, -38.70829549752035], [177.9441373735855, -38.70828186996083], [177.9441479249023, -38.70826824541452], [177.9441584764328, -38.70825462401843], [177.94416902815334, -38.70824100543005], [177.94417958008287, -38.70822738992335], [177.9441901322214, -38.70821377749838], [177.94420068456415, -38.70820016808663], [177.94421123711115, -38.70818656168805], [177.9442217898624, -38.70817295830271], [177.94423234281317, -38.708159357862066], [177.94424289597293, -38.708145760503115], [177.94425344934166, -38.708132166225894], [177.9442640029052, -38.708118574824866], [177.94427455668244, -38.70810498657404], [177.9442851106592, -38.70809140126794], [177.94429566484496, -38.70807781904353], [177.94430621923024, -38.70806423976384], [177.94431677383872, -38.70805066377133], [177.94432732863254, -38.70803709051805], [177.94433788364006, -38.70802352041496], [177.9443484388471, -38.708009953256585], [177.94435899426787, -38.707996389248414], [177.94436954988348, -38.70798282811647], [177.94438010570332, -38.7079692699977], [177.94439066173217, -38.70795571496064], [177.94440121796526, -38.70794216293679], [177.9444117743932, -38.707928613789164], [177.94442233103484, -38.70791506779172], [177.94443288788548, -38.707901524875986], [177.9444434449357, -38.70788798490496], [177.94445400218544, -38.70787444787864], [177.94446455964416, -38.707860913934006], [177.94447511732136, -38.7078473832081], [177.94448567518864, -38.70783385528987], [177.94449623326022, -38.70782033038488], [177.9445067915408, -38.707806808561585], [177.94451735002565, -38.70779328975148], [177.94452790871478, -38.70777977395458], [177.9445384675987, -38.70776626103389], [177.9445490266964, -38.707752751263406], [177.94455958599366, -38.70773924443762], [177.9445701454999, -38.70772574069354], [177.9445807052057, -38.707712239894164], [177.94459126512055, -38.70769874217649], [177.94460182523966, -38.70768524747201], [177.94461238556306, -38.70767175578075], [177.944622946086, -38.707658267034176], [177.94463350682273, -38.707644781437814], [177.94464406774955, -38.707631298649154], [177.9446546288901, -38.7076178190107], [177.94466519024445, -38.707604342522444], [177.94467575179357, -38.70759086891037], [177.9446863135423, -38.70757739824303], [177.94469687549534, -38.70756393058889], [177.9447074376479, -38.70755046587945], [177.94471800001423, -38.707537004320194], [177.94472856258488, -38.70752354577415], [177.94473912535508, -38.70751009017281], [177.94474968832958, -38.70749663758467], [177.9447602515084, -38.707483188009725], [177.9447708148868, -38.707469741379484], [177.94478137847892, -38.707456297899455], [177.94479194228487, -38.70744285756961], [177.9448025062714, -38.707429419910476], [177.944813070467, -38.70741598533304], [177.9448236348906, -38.7074025541113], [177.9448341994901, -38.707389125491765], [177.94484476429864, -38.707375699953936], [177.94485532931623, -38.70736227749781], [177.9448658945381, -38.707348858054864], [177.94487645995957, -38.70733544155664], [177.94488702558064, -38.707322028003105], [177.9448975914202, -38.70730861766827], [177.9449081574499, -38.70729521014115], [177.94491872368863, -38.7072818056957], [177.9449292901317, -38.707268404263466], [177.94493985678855, -38.707255005981416], [177.9449504236355, -38.70724161050709], [177.9449609906868, -38.707228218045955], [177.9449715579377, -38.707214828529516], [177.94498212540708, -38.70720144223178], [177.9449926930761, -38.70718805887872], [177.94500326093996, -38.707174678401884], [177.94501382901285, -38.70716130100675], [177.94502439728538, -38.70714792655631], [177.94503496576695, -38.707134555187565], [177.9450455344434, -38.70712118669502], [177.9450561033289, -38.70710782128416], [177.94506667241873, -38.70709445888651], [177.9450772417129, -38.70708109950205], [177.9450878112067, -38.7070677430623], [177.94509838091898, -38.70705438984124], [177.94510895081672, -38.707041039359375], [177.9451195209235, -38.70702769195921], [177.94513009123463, -38.70701434757223], [177.94514066175483, -38.70700100626697], [177.9451512324699, -38.7069876678379], [177.94516180339403, -38.70697433249052], [177.94517237451308, -38.70696100001935], [177.94518294584117, -38.70694767062987], [177.94519351737364, -38.70693434425359], [177.9452040891057, -38.70692102082199], [177.94521466103737, -38.7069077003351], [177.94522523318284, -38.7068943829984], [177.94523580552323, -38.7068810685379], [177.94524637807268, -38.7068677571591], [177.9452569508312, -38.70685444886198], [177.94526752378465, -38.706841143441075], [177.9452780969377, -38.70682784096484], [177.94528867029035, -38.706814541433346], [177.94529924386632, -38.706801245189], [177.9453098176277, -38.70678795168388], [177.9453203915982, -38.70677466126044], [177.94533096576828, -38.70676137378171], [177.94534154013803, -38.70674808924766], [177.94535211472157, -38.7067348078638], [177.9453626895, -38.70672152935615], [177.94537326448759, -38.70670825393019], [177.94538383967475, -38.706694981448926], [177.94539441506154, -38.70668171191235], [177.94540499065272, -38.70666844538897], [177.94541556645302, -38.70665518194729], [177.94542614245765, -38.706641921518795], [177.94543671865247, -38.706628663898016], [177.94544729505637, -38.7066154093589], [177.94545787167414, -38.70660215796999], [177.94546844848207, -38.70658890938878], [177.94547902549436, -38.70657566382075], [177.94548960271104, -38.706562421265936], [177.94550018012737, -38.7065491816558], [177.94551075774808, -38.70653594505887], [177.94552133557315, -38.70652271147511], [177.94553191359785, -38.70650948083606], [177.9455424918317, -38.7064962532787], [177.94555307026044, -38.706483028597525], [177.94556364889831, -38.70646980699805], [177.94557422774054, -38.706456588411754], [177.9455848067777, -38.706443372701685], [177.94559538601928, -38.70643016000477], [177.9456059654652, -38.70641695032106], [177.94561654512498, -38.70640374378754], [177.94562712497023, -38.70639053999323], [177.9456377050246, -38.7063773392806], [177.94564828528337, -38.70636414158114], [177.94565886573704, -38.7063509467579], [177.9456694463951, -38.706337754947846], [177.94568002726703, -38.70632456628798], [177.94569060832444, -38.7063113803673], [177.9457011895957, -38.70629819759683], [177.9457117710666, -38.70628501777102], [177.94572235273722, -38.70627184088993], [177.94573293462165, -38.706258667159005], [177.9457435166963, -38.706245496235795], [177.94575409898007, -38.706232328394265], [177.94576468145405, -38.70621916336043], [177.9457752641514, -38.70620600161378], [177.9457858470342, -38.70619284260632], [177.9457964301214, -38.70617968661205], [177.94580701342244, -38.70616653376796], [177.945817596909, -38.70615338366308], [177.94582818060942, -38.706140236708386], [177.94583876450477, -38.70612709262988], [177.94584934860927, -38.70611395163306], [177.94585993290875, -38.70610081351243], [177.94587051740785, -38.70608767833648], [177.94588110212086, -38.70607454631074], [177.94589168703354, -38.70606141722967], [177.94590227214593, -38.70604829109329], [177.94591285745796, -38.706035167901604], [177.9459234429697, -38.70602204765462], [177.94593402869532, -38.706008930557815], [177.94594461462063, -38.70599581640568], [177.94595520073617, -38.70598270506126], [177.94596578706086, -38.705969596798525], [177.94597637358524, -38.705956491480464], [177.9459869603093, -38.70594338910709], [177.9459975472378, -38.70593028974692], [177.94600813437071, -38.70591719339992], [177.9460187216986, -38.70590409992913], [177.94602930923563, -38.70589100954002], [177.94603989697237, -38.70587792209558], [177.94605048491823, -38.70586483773284], [177.94606107305913, -38.705851756246275], [177.9460716614044, -38.70583867777291], [177.94608224995412, -38.705825602312736], [177.94609283870352, -38.70581252979725], [177.94610342764796, -38.70579946015794], [177.94611401679677, -38.705786393531824], [177.94612460614533, -38.70577332985039], [177.94613519569356, -38.70576026911364], [177.94614578545568, -38.70574721152709], [177.9461563754128, -38.70573415681672], [177.94616696556017, -38.70572110491403], [177.94617755592145, -38.70570805616153], [177.94618814648715, -38.705695010422204], [177.94619873724784, -38.70568196755909], [177.94620932821772, -38.70566892777764], [177.94621991938257, -38.70565589087238], [177.94623051075186, -38.705642856980305], [177.94624110233036, -38.70562982616991], [177.94625169409906, -38.705616798167206], [177.94626228606754, -38.70560377310919], [177.94627287824517, -38.70559075113287], [177.94628347062252, -38.70557773210121], [177.94629406319012, -38.70556471587725], [177.9463046559669, -38.70555170273498], [177.94631524894345, -38.70553869253739], [177.94632584212914, -38.70552568542148], [177.94633643550986, -38.705512681181744], [177.94634702909502, -38.7054996799552], [177.9463576228799, -38.70548668167336], [177.9463682168645, -38.70547368633618], [177.9463788110583, -38.705460694080685], [177.94638940544712, -38.705447704701385], [177.9464000000404, -38.70543471833526], [177.9464105948334, -38.70542173491381], [177.9464211898261, -38.70540875443706], [177.94643178501858, -38.705395776905], [177.94644238041553, -38.705382802386104], [177.94645297600746, -38.7053698307434], [177.94646357179917, -38.70535686204538], [177.94647416780003, -38.705343896429035], [177.94648476400064, -38.70533093375739], [177.94649536039157, -38.7053179738934], [177.94650595699164, -38.70530501711112], [177.94651655381043, -38.7052920635475], [177.94652715081003, -38.70527911265458], [177.9465377480188, -38.70526616484333], [177.9465483454179, -38.705253219839776], [177.94655894303094, -38.70524027798639], [177.94656954083896, -38.7052273390092], [177.94658013884205, -38.705214402908176], [177.94659073705904, -38.705201469957345], [177.9466013354616, -38.70518853974568], [177.9466119340781, -38.705175612684215], [177.94662253288962, -38.705162688498916], [177.94663313190094, -38.70514976725831], [177.94664373111195, -38.705136848962375], [177.94665433052276, -38.70512393361113], [177.94666493014276, -38.705111021341565], [177.94667552996256, -38.705098112016664], [177.94668612997734, -38.705085205567975], [177.94669673019663, -38.70507230213244], [177.94670733061096, -38.705059401573095], [177.94671793124397, -38.70504650423243], [177.94672853205782, -38.705033609562435], [177.9467391330809, -38.70502071797413], [177.94674973430375, -38.70500782933051], [177.94676033572637, -38.70499494363155], [177.94677093734873, -38.7049820608773], [177.94678153916615, -38.704969180999214], [177.94679214118332, -38.7049563040658], [177.94680274340976, -38.70494343021407], [177.94681334583595, -38.70493055930703], [177.9468239484619, -38.704917691344654], [177.94683455129712, -38.70490482646395], [177.9468451543179, -38.704891964322435], [177.94685575753846, -38.70487910512562], [177.946866360973, -38.704866249078954], [177.9468769646073, -38.70485339597697], [177.94688756843667, -38.70484054575117], [177.94689817246578, -38.70482769847005], [177.94690877668995, -38.70481485406511], [177.94691938111393, -38.704802012604844], [177.94692998574715, -38.70478917422626], [177.94694059058014, -38.70477633879236], [177.94695119560822, -38.70476350623462], [177.94696180084077, -38.70475067669008], [177.9469724062684, -38.7047378500217], [177.9469830118911, -38.70472502622951], [177.94699361773723, -38.70471220572448], [177.94700422375945, -38.70469938782164], [177.9470148299957, -38.70468657306896], [177.9470254364223, -38.704673761123985], [177.94703604306287, -38.704660952329164], [177.94704664989848, -38.70464814641052], [177.94705725692918, -38.704635343368075], [177.94706786415966, -38.70462254327028], [177.9470784715947, -38.70460974618568], [177.94708907922478, -38.70459695197725], [177.94709968705942, -38.70458416078199], [177.94711029508434, -38.704571372394426], [177.9471209033233, -38.70455858715702], [177.94713151174787, -38.7045458046588], [177.9471421203817, -38.70453302524224], [177.9471527292248, -38.704520248907365], [177.9471633382535, -38.704507475311665], [177.94717394749148, -38.70449470479763], [177.94718455691978, -38.70448193709129], [177.94719516656684, -38.70446917260361], [177.94720577639953, -38.704456410855116], [177.94721638642255, -38.70444365191428], [177.94722699665957, -38.70443089612364], [177.94723760708695, -38.704418143140664], [177.94724821771413, -38.704405393102356], [177.9472588285506, -38.704392646145735], [177.94726943958216, -38.704379902065284], [177.94728005081353, -38.7043671609295], [177.9472906622447, -38.7043544227384], [177.94730127387098, -38.70434168742347], [177.94731188570657, -38.70432895519022], [177.94732249773722, -38.704316225833125], [177.9473331099677, -38.70430349942073], [177.947343722398, -38.70429077595299], [177.94735433503283, -38.70427805549842], [177.94736494785806, -38.704265337851545], [177.94737556088307, -38.70425262314934], [177.9473861741127, -38.704239911460284], [177.94739678753265, -38.70422720257891], [177.9474074011619, -38.70421449677922], [177.94741801498628, -38.704201793855695], [177.94742862901992, -38.70418909401384], [177.94743924323922, -38.70417639691117], [177.94744985765834, -38.704163702753156], [177.9474604722868, -38.70415101167683], [177.94747108711977, -38.70413832361366], [177.9474817021384, -38.70412563828967], [177.94749231736157, -38.704112955978864], [177.94750293278463, -38.704100276612714], [177.94751354841225, -38.70408760025974], [177.94752416423498, -38.70407492678294], [177.9475347802528, -38.70406225618231], [177.94754539647522, -38.70404958859485], [177.947556012888, -38.70403692381506], [177.9475666295006, -38.704024261979946], [177.9475772463131, -38.704011603089505], [177.94758786333492, -38.70399894728072], [177.94759848054707, -38.70398629427963], [177.9476090979638, -38.70397364429169], [177.94761971557568, -38.70396099717992], [177.94763033339214, -38.70394835308134], [177.94764095140846, -38.703935711927414], [177.94765156961515, -38.70392307358115], [177.9476621880359, -38.70391043838507], [177.94767280664232, -38.70389780592816], [177.9476834254486, -38.70388517641592], [177.9476940444547, -38.703872549848356], [177.9477046636654, -38.70385992629395], [177.94771528306654, -38.70384730554722], [177.94772590267223, -38.703834687813654], [177.94773652247306, -38.70382207295626], [177.94774714247376, -38.70380946104354], [177.9477577626743, -38.703796852075484], [177.94776838307948, -38.70378424612059], [177.9477790036703, -38.70377164290489], [177.94778962447992, -38.703759042907826], [177.9478002454752, -38.703746445649955], [177.94781086667035, -38.703733851336736], [177.94782148807485, -38.70372126010518], [177.94783210966975, -38.70370867168131], [177.94784273145504, -38.70369608606512], [177.94785335344972, -38.70368350353058], [177.9478639756395, -38.7036709238722], [177.94787459802916, -38.70365834715851], [177.94788522061395, -38.70364577332097], [177.94789584339392, -38.703633202359605], [177.94790646638322, -38.70362063447991], [177.94791708956765, -38.70360806947637], [177.9479277129425, -38.70359550728052], [177.947938336522, -38.703582948097825], [177.9479489603155, -38.703570392065274], [177.94795958429003, -38.703557838703425], [177.94797020845968, -38.70354528821773], [177.94798083284815, -38.70353274095069], [177.94799145742232, -38.70352019642282], [177.94800208219164, -38.70350765477114], [177.94801270716084, -38.70349511606411], [177.9480233323252, -38.703482580233235], [177.94803395769893, -38.703470047484046], [177.9480445832583, -38.703457517474014], [177.94805520902236, -38.70344499047715], [177.94806583498627, -38.70343246642495], [177.94807646114538, -38.703419945248925], [177.9480870875091, -38.70340742708604], [177.9480977140727, -38.703394911867846], [177.94810834083148, -38.7033823995258], [177.94811896778072, -38.70336988999144], [177.94812959492984, -38.70335738340174], [177.94814022229303, -38.70334487996219], [177.94815084984668, -38.703332379330305], [177.9481614775908, -38.703319881506104], [177.9481721055395, -38.70330738669504], [177.94818273367392, -38.703294894623156], [177.94819336201775, -38.703282405632955], [177.94820399055672, -38.703269919518895], [177.94821461930033, -38.703257436418006], [177.94822524823442, -38.70324495612479], [177.9482358773731, -38.70323247884473], [177.94824650669753, -38.70322000430384], [177.94825713624078, -38.703207532981594], [177.94826776596503, -38.703195064330025], [177.9482783959034, -38.70318259882862], [177.94828902602274, -38.70317013599788], [177.94829965635148, -38.70315767624881], [177.94831028687065, -38.70314521930739], [177.9483209175945, -38.703132765379124], [177.94833154850875, -38.70312031425854], [177.94834217962295, -38.70310786608261], [177.9483528109418, -38.70309542091986], [177.94836344244638, -38.70308297849625], [177.94837407415562, -38.70307053908582], [177.9483847060648, -38.70305810262005], [177.94839533816915, -38.70304566903042], [177.94840597046868, -38.703033238316976], [177.94841660297763, -38.70302081068519], [177.94842723567706, -38.703008385861054], [177.9484378685669, -38.7029959638446], [177.94844850166146, -38.702983544841295], [177.94845913496064, -38.70297112885115], [177.9484697684503, -38.70295871566867], [177.94848040213517, -38.70294630536235], [177.94849103602473, -38.70293389806918], [177.9485016701, -38.7029214935152], [177.94851230437993, -38.70290909197436], [177.94852293885984, -38.70289669337819], [177.94853357353017, -38.70288429758969], [177.94854420840994, -38.70287190488283], [177.94855484347545, -38.70285951491514], [177.94856547874562, -38.70284712796061], [177.94857611421574, -38.70283474395074], [177.94858674987637, -38.702822362748535], [177.9485973857369, -38.70280998449098], [177.9486080218021, -38.7027976092466], [177.94861865806254, -38.70278523687836], [177.9486292945182, -38.702772867386294], [177.94863993115962, -38.70276050063338], [177.94865056801046, -38.70274813696213], [177.94866120505176, -38.70273577609854], [177.9486718423025, -38.70272341831661], [177.94868247973898, -38.702711063273846], [177.94869311738012, -38.70269871124423], [177.94870375520708, -38.70268636195378], [177.94871439323867, -38.702674015676486], [177.94872503146553, -38.702661672275354], [177.9487356699018, -38.702649331955875], [177.94874630852854, -38.702636994444056], [177.9487569473458, -38.702624659739904], [177.94876758636775, -38.7026123280489], [177.9487782255944, -38.70259999937105], [177.9487888650021, -38.70258767336387], [177.94879950461444, -38.70257535036985], [177.94881014441734, -38.702563030183484], [177.9488207844249, -38.702550713010275], [177.9488314246277, -38.702538398713216], [177.94884206501632, -38.70252608715533], [177.9488527056143, -38.70251377867909], [177.94886334640285, -38.702501473010514], [177.94887398740082, -38.70248917042358], [177.9488846285798, -38.702476870507326], [177.94889526997773, -38.70246457380971], [177.94890591155666, -38.70245227978276], [177.9489165533356, -38.70243998870047], [177.94892719530978, -38.70242770049433], [177.94893783748392, -38.70241541523286], [177.94894847985805, -38.70240313291604], [177.948959122418, -38.70239085333837], [177.9489697651826, -38.70237857677387], [177.9489804081425, -38.702366303085505], [177.9489910512976, -38.70235403227331], [177.94900169464327, -38.70234176426876], [177.94901233819837, -38.70232949934588], [177.94902298193924, -38.702317237162156], [177.94903362588482, -38.702304977991574], [177.94904427002572, -38.702292721697155], [177.94905491437132, -38.70228046841589], [177.94906555890265, -38.70226821787377], [177.94907620363404, -38.702255970276326], [177.94908684855594, -38.70224372548653], [177.94909749369202, -38.70223148384688], [177.9491081390139, -38.702219244946406], [177.94911878452632, -38.70220700885357], [177.94912943023874, -38.70219477570539], [177.94914007615114, -38.70218254550187], [177.9491507222541, -38.702170318106], [177.94916136856176, -38.70215809372328], [177.94917201505996, -38.702145872148215], [177.94918266175347, -38.7021336534493], [177.94919330864695, -38.70212143769506], [177.94920395573095, -38.702109224748455], [177.94921460302916, -38.70209701495201], [177.94922525050376, -38.70208480775772], [177.94923589818305, -38.70207260357658], [177.94924654605762, -38.7020604022716], [177.94925719413695, -38.70204820397977], [177.94926784241156, -38.70203600856409], [177.94927849086724, -38.702023815819054], [177.9492891395324, -38.7020116261557], [177.94929978838812, -38.70199943929998], [177.9493104374438, -38.70198725538891], [177.9493210866901, -38.70197507428549], [177.94933173613165, -38.70196289605824], [177.94934238577798, -38.701950720844124], [177.94935303561007, -38.70193854836918], [177.94936368564694, -38.701926378907366], [177.94937433588385, -38.701914212390214], [177.94938498631132, -38.70190204868071], [177.9493956369388, -38.70188988791586], [177.94940628776155, -38.701877730027164], [177.9494169387796, -38.70186557501462], [177.94942758998351, -38.70185342274123], [177.94943824139213, -38.701841273480994], [177.94944889299606, -38.7018291270969], [177.94945954480005, -38.70181698365746], [177.94947019678983, -38.70180484295718], [177.94948084898442, -38.70179270527003], [177.9494915013648, -38.70178057032206], [177.94950215395, -38.70176843838721], [177.9495128067257, -38.70175630926004], [177.94952345971095, -38.701744183214494], [177.94953411288674, -38.701732059976614], [177.94954476625784, -38.701719939614875], [177.94955541981005, -38.701707821923804], [177.94956607358122, -38.701695707451364], [177.94957672753353, -38.701683595649584], [177.9495873816811, -38.701671486723946], [177.94959803603348, -38.70165938081146], [177.9496086905717, -38.70164727763812], [177.94961934530997, -38.70163517740944], [177.94963000024828, -38.70162308012541], [177.94964065537715, -38.701610985649026], [177.94965131069665, -38.7015988939803], [177.94966196621615, -38.7015868052562], [177.94967262193572, -38.701574719476774], [177.94968327786006, -38.70156263671048], [177.94969393396082, -38.70155055654634], [177.9497045902616, -38.70153847932686], [177.94971524677192, -38.701526405189], [177.94972590346805, -38.7015143337903], [177.94973656035484, -38.70150226519926], [177.94974721744637, -38.701490199621354], [177.9497578747285, -38.701478136851115], [177.94976853220595, -38.70146607695701], [177.94977918987402, -38.70145401987055], [177.94978984774212, -38.701441965728755], [177.9498005058103, -38.70142991453159], [177.9498111640596, -38.70141786600509], [177.94982182251846, -38.701405820560225], [177.9498324811679, -38.701393777923], [177.9498431400174, -38.70138173823043], [177.94985379906697, -38.701369701482506], [177.94986445829767, -38.70135766740523], [177.94987511773314, -38.70134563634109], [177.94988577735927, -38.701333608084624], [177.94989643718546, -38.701321582772785], [177.9499070971975, -38.7013095602001], [177.9499177574191, -38.70129754070905], [177.94992841782184, -38.70128552388867], [177.9499390784294, -38.70127351008142], [177.94994973921806, -38.70126149894482], [177.94996040021155, -38.701249490821354], [177.94997106140042, -38.70123748557404], [177.94998172278932, -38.701225483271365], [177.94999238436412, -38.70121348370786], [177.95000304615323, -38.701201487294476], [177.950013708114, -38.70118949341475], [177.95002437027955, -38.70117750254817], [177.9500350326405, -38.70116551455774], [177.9500456952015, -38.70115352951194], [177.9500563579579, -38.701141547342296], [177.9500670208954, -38.70112956784329], [177.95007768403778, -38.70111759135742], [177.95008834737072, -38.70110561767921], [177.95009901089907, -38.70109364687715], [177.95010967462275, -38.70108167895122], [177.95012033853706, -38.70106971383294], [177.9501310026562, -38.701057751727795], [177.95014166697072, -38.70104579249881], [177.95015233146637, -38.701033835940464], [177.9501629961716, -38.701021882463756], [177.95017366106748, -38.7010099317947], [177.9501843261587, -38.70099798400178], [177.95019499144055, -38.70098603901651], [177.95020565692727, -38.70097409704438], [177.95021632260458, -38.700962157879886], [177.95022698847254, -38.700950221523044], [177.95023765453115, -38.70093828797384], [177.9502483207851, -38.70092635730079], [177.95025898724393, -38.700914429640875], [177.9502696538839, -38.7009025046516], [177.950280320724, -38.70089058260698], [177.95029098775947, -38.700878663438495], [177.9503016549903, -38.70086674714615], [177.95031232241183, -38.70085483366145], [177.95032299004765, -38.70084292332688], [177.95033365785517, -38.70083101552597], [177.95034432586752, -38.70081911073819], [177.95035499407052, -38.70080720875806], [177.95036566247364, -38.70079530972257], [177.9503763310627, -38.70078341342621], [177.9503869998566, -38.700771520143014], [177.9503976688317, -38.700759629530445], [177.9504083380116, -38.70074774193102], [177.9504190073822, -38.700735857139236], [177.9504296769435, -38.70072397515508], [177.9504403467001, -38.70071209604709], [177.95045101666162, -38.700700219952225], [177.95046168680432, -38.70068834652801], [177.95047235714713, -38.700676476048436], [177.95048302769482, -38.70066460858199], [177.95049369842368, -38.70065274378619], [177.9505043693432, -38.70064088179803], [177.9505150404629, -38.70062902275452], [177.9505257117874, -38.700617166724136], [177.9505363832979, -38.700605313432895], [177.95054705498956, -38.7005934628123], [177.9505577268861, -38.70058161520485], [177.95056839898277, -38.70056977054203], [177.95057907126537, -38.70055792861835], [177.95058974373865, -38.7005460895023], [177.9506004164168, -38.700534253399404], [177.9506110892809, -38.700522420035654], [177.9506217623451, -38.70051058961652], [177.95063243559528, -38.70049876193655], [177.95064310905033, -38.7004869372697], [177.9506537827008, -38.700475115478994], [177.95066445652773, -38.70046329629042], [177.9506751305643, -38.7004514801835], [177.95068580479625, -38.70043966695271], [177.95069647921414, -38.70042785646105], [177.95070715383224, -38.700416048914036], [177.95071782863624, -38.70040424410617], [177.9507285036404, -38.700392442242936], [177.95073917882578, -38.70038064305034], [177.95074985421607, -38.70036884687087], [177.950760529797, -38.700357053499054], [177.95077120557812, -38.700345263071874], [177.9507818815452, -38.70033347538382], [177.9507925577124, -38.700321690640415], [177.95080323407032, -38.70030990870463], [177.95081391062368, -38.700298129645006], [177.95082458736772, -38.700286353393], [177.9508352643119, -38.70027458008564], [177.95084594145155, -38.70026280965441], [177.95085661877712, -38.70025104196232], [177.9508672962934, -38.70023927707787], [177.95087797400512, -38.70022751506956], [177.9508886519123, -38.70021575593738], [177.9508993300196, -38.700203999749824], [177.9509100083129, -38.70019224630142], [177.95092068679216, -38.700180495592164], [177.95093136547632, -38.70016874789603], [177.9509420443512, -38.700157003007526], [177.9509527234215, -38.70014526099517], [177.95096340269197, -38.70013352192743], [177.95097408215315, -38.700121785667335], [177.95098476179558, -38.70011005207788], [177.95099544164768, -38.70009832157006], [177.9510061216857, -38.700086593801366], [177.9510168019145, -38.700074868840325], [177.95102748233396, -38.7000631466869], [177.9510381629489, -38.700051427409626], [177.951048843764, -38.700039711076975], [177.95105952476035, -38.70002799741496], [177.9510702059569, -38.7000162866976], [177.95108088734415, -38.70000457878785], [177.95109156892684, -38.69999287375424], [177.95110225070974, -38.69998117166526], [177.9511129326739, -38.69996947224693], [177.95112361484772, -38.69995777591022], [177.95113429719805, -38.69994608217564], [177.95114497974384, -38.69993439131721], [177.95115566249456, -38.6999227034719], [177.951166345436, -38.69991101843421], [177.9511770285587, -38.69989933606718], [177.95118771188632, -38.69988765671327], [177.95119839539996, -38.69987598009851], [177.95120907909958, -38.699864306222864], [177.95121976300888, -38.69985263542886], [177.9512304470994, -38.6998409673055], [177.9512411313807, -38.69982930198976], [177.95125181586693, -38.69981763968714], [177.95126250053914, -38.699805980123664], [177.95127318539738, -38.69979432329934], [177.95128387047475, -38.6997826696936], [177.95129455572393, -38.69977101862153], [177.95130524116382, -38.699759370357086], [177.9513159268134, -38.69974772517427], [177.95132661263955, -38.69973608259359], [177.95133729866112, -38.69972444288904], [177.9513479848782, -38.69971280606063], [177.9513586712955, -38.69970117217682], [177.95136935789407, -38.699689540963675], [177.95138004468336, -38.69967791255815], [177.95139073167292, -38.69966628709726], [177.95140141885318, -38.699654664444004], [177.95141210622424, -38.699643044598375], [177.95142279379073, -38.69963142762886], [177.9514334815622, -38.699619813672484], [177.9514441695102, -38.69960820231826], [177.95145485765372, -38.69959659384015], [177.9514655459927, -38.69958498823817], [177.95147623453195, -38.69957338558082], [177.9514869232477, -38.699561785525596], [177.95149761215896, -38.699550188346514], [177.95150830126101, -38.699538593975056], [177.95151899056324, -38.69952700254822], [177.951529680061, -38.69951541399753], [177.95154036974475, -38.699503828185954], [177.9515510596193, -38.69949224518202], [177.9515617496846, -38.69948066498572], [177.95157243995013, -38.69946908773403], [177.9515831304017, -38.69945751322148], [177.95159382105822, -38.699445941722054], [177.95160451189605, -38.699434372893265], [177.9516152029294, -38.6994228069406], [177.95162589415824, -38.699411243864056], [177.95163658557786, -38.69939968359517], [177.95164727719296, -38.69938812620238], [177.95165796898465, -38.69937657141174], [177.95166866098134, -38.69936501963422], [177.951679353164, -38.69935347059583], [177.95169004554697, -38.699341924502065], [177.95170073811596, -38.699330381147426], [177.95171143088047, -38.699318840668916], [177.95172212383102, -38.69930730292953], [177.95173281697708, -38.699295768066285], [177.95174351031392, -38.69928423601066], [177.95175420385104, -38.699272706899656], [177.95176489758362, -38.699261180664784], [177.95177559149283, -38.69924965703204], [177.95178628560228, -38.69923813634393], [177.951796979912, -38.699226618600434], [177.951807674403, -38.69921510352758], [177.9518183690848, -38.699203591262346], [177.9518290639669, -38.69919208194173], [177.95183975903026, -38.699180575291756], [177.95185045429392, -38.6991690715864], [177.95186114974362, -38.699157570620166], [177.95187184538887, -38.69914607253007], [177.9518825412249, -38.69913457724759], [177.951893237247, -38.69912308470424], [177.95190393346934, -38.699111595105514], [177.9519146298872, -38.699100108382915], [177.95192532649116, -38.69908862439944], [177.95193602328592, -38.69907714322359], [177.95194672027148, -38.699065664855375], [177.95195741746676, -38.69905418956876], [177.95196811483393, -38.6990427168158], [177.95197881239662, -38.69903124693895], [177.95198951014538, -38.69901977980124], [177.9520002080897, -38.699008315539636], [177.95201090623425, -38.69899685422267], [177.95202160456492, -38.69898539564482], [177.95203230308164, -38.6989739398061], [177.95204300179864, -38.698962486912], [177.95205370070173, -38.69895103675703], [177.95206439980035, -38.69893958947818], [177.95207509909454, -38.69892814507545], [177.95208579857007, -38.69891670334336], [177.95209649824113, -38.69890526448739], [177.95210719810774, -38.69889382850753], [177.95211789816992, -38.6988823954038], [177.95212859841817, -38.69887096503919], [177.9521392988525, -38.6988595374137], [177.95214999947765, -38.69884811259585], [177.95216070029835, -38.69883669065412], [177.9521714013099, -38.69882527152001], [177.952182102517, -38.69881385526201], [177.95219280391493, -38.69880244181165], [177.95220350549891, -38.69879103110041], [177.95221420727376, -38.6987796231968], [177.95222490923942, -38.698768218100795], [177.95223561141012, -38.69875681601791], [177.95224631375743, -38.69874541653717], [177.9522570163003, -38.698734019932544], [177.95226771903404, -38.69872262613553], [177.9522784219775, -38.698711235420134], [177.95228912508816, -38.69869984716987], [177.9522998283896, -38.69868846172724], [177.9523105318914, -38.69867707922922], [177.95232123558404, -38.69866569953882], [177.95233193946748, -38.69865432265604], [177.95234264353704, -38.69864294851239], [177.95235334779744, -38.698631577176364], [177.95236405225816, -38.698620208784945], [177.95237475690496, -38.69860884313266], [177.9523854617379, -38.69859748021949], [177.9523961667711, -38.698586120250944], [177.95240687199993, -38.69857476315849], [177.95241757740538, -38.6985634086682], [177.9524282830064, -38.698552057054016], [177.95243898880778, -38.69854070838444], [177.95244969479523, -38.69852936245399], [177.95246040096882, -38.69851801926267], [177.95247110733325, -38.698506678878964], [177.95248181388854, -38.69849534130288], [177.9524925206394, -38.69848400660291], [177.95250322757167, -38.69847267457357], [177.95251393470426, -38.69846134548884], [177.95252464202292, -38.69845001914323], [177.9525353495325, -38.698438695605255], [177.9525460572329, -38.69842737487489], [177.95255676513838, -38.69841605715764], [177.95256747321577, -38.69840474197401], [177.95257818149352, -38.69839342973499], [177.95258888996685, -38.698382120372095], [177.95259959862156, -38.698370813679816], [177.9526103074624, -38.698359509726686], [177.95262101650832, -38.698348208786626], [177.9526317257309, -38.69833691044873], [177.95264243514904, -38.69832561498692], [177.95265314475813, -38.69831432233275], [177.952663854558, -38.69830303248619], [177.95267456454405, -38.69829174537874], [177.95268527472572, -38.69828046114743], [177.95269598509827, -38.698269179723724], [177.95270669566165, -38.698257901107624], [177.9527174064159, -38.69824662529915], [177.95272811736106, -38.69823535229828], [177.95273882850182, -38.69822408217355], [177.95274953982874, -38.69821281478793], [177.95276025133705, -38.69820155007293], [177.95277096304568, -38.69819028830255], [177.95278167494524, -38.69817902933978], [177.9527923870309, -38.698167773116126], [177.95280309930277, -38.69815651963159], [177.95281381176548, -38.698145268954676], [177.95282452442854, -38.69813402122237], [177.95283523727772, -38.69812277622918], [177.9528459503084, -38.69811153390661], [177.95285666353465, -38.69810029446017], [177.95286737695176, -38.698089057821335], [177.95287809057876, -38.698077824264104], [177.95288880437295, -38.698066593171994], [177.95289951836276, -38.69805536495601], [177.95291023255297, -38.69804413968463], [177.95292094692456, -38.69803291708388], [177.9529316614823, -38.69802169722224], [177.95294237622622, -38.698010480099725], [177.95295309116102, -38.69799926578481], [177.95296380629622, -38.697988054414516], [177.95297452161756, -38.69797684578333], [177.9529852371298, -38.69796563995976], [177.95299595282822, -38.69795443687531], [177.95300666871756, -38.697943236598476], [177.95301738479301, -38.69793203906076], [177.9530281010736, -38.69792084453614], [177.95303881754037, -38.69790965275065], [177.95304953418858, -38.69789846363577], [177.95306025102767, -38.69788727732852], [177.95307096806715, -38.69787609396586], [177.95308168528334, -38.69786491320532], [177.95309240269515, -38.697853735320905], [177.9531031202979, -38.69784256024409], [177.9531138380821, -38.697831387837894], [177.95312455605716, -38.69782021823931], [177.95313527423738, -38.69780905165384], [177.95314599258955, -38.69779788760199], [177.95315671114213, -38.69778672649474], [177.95316742987615, -38.69777556805812], [177.95317814880582, -38.697764412497605], [177.95318886793586, -38.6977532598817], [177.9531995872379, -38.697742109799414], [177.9532103067451, -38.69773096273023], [177.95322102642422, -38.69771981819466], [177.95323174631798, -38.697708676809214], [177.95324246638367, -38.697697537957374], [177.95325318664032, -38.69768640191314], [177.95326390708317, -38.69767526860804], [177.95327462771695, -38.697664138110525], [177.9532853485464, -38.69765301048914], [177.95329606955727, -38.69764188553835], [177.95330679076383, -38.697630763463685], [177.9533175121566, -38.69761964412813], [177.95332823374025, -38.697608527600195], [177.95333895551013, -38.697597413811366], [177.95334967748516, -38.69758630303563], [177.95336039963217, -38.69757519479352], [177.95337112197487, -38.697564089427516], [177.95338184450375, -38.697552986800645], [177.95339256723304, -38.69754188711835], [177.95340329014857, -38.69753079017517], [177.95341401324552, -38.697519695902635], [177.95342473653344, -38.69750860443767], [177.95343546000757, -38.697497515711845], [177.9534461836726, -38.69748642979362], [177.95345690752862, -38.697475346683], [177.95346763158028, -38.6974642664485], [177.95347835581347, -38.697453188884595], [177.95348908023757, -38.697442114128314], [177.95349980484315, -38.697431042042645], [177.95351052965864, -38.69741997303858], [177.95352125465087, -38.69740890663662], [177.9535319798293, -38.697397842973764], [177.95354270520343, -38.697386782187024], [177.95355343076378, -38.697375724139405], [177.95356415651506, -38.697364668899375], [177.95357488245259, -38.69735361639847], [177.95358560858105, -38.69734256670516], [177.95359633489576, -38.697331519750975], [177.95360706139667, -38.69732047553589], [177.95361778809328, -38.69730943419692], [177.95362851497612, -38.697298395597045], [177.95363924204992, -38.697287359804776], [177.95364996930994, -38.697276326751634], [177.95366069675623, -38.6972652964376], [177.9536714244029, -38.697254269068154], [177.95368215222635, -38.697243244300836], [177.95369288024548, -38.69723222240962], [177.9537036084509, -38.6972212032575], [177.953714336852, -38.6972101869815], [177.95372506543455, -38.6971991733761], [177.9537357942034, -38.69718816250981], [177.95374652316792, -38.69717715451963], [177.95375725230923, -38.69716614913157], [177.95376798165097, -38.69715514668809], [177.95377871117418, -38.697144146915214], [177.95378944088844, -38.69713314994997], [177.9538001708031, -38.69712215592932], [177.9538109008898, -38.69711116444228], [177.95382163117222, -38.69710017583135], [177.95383236164562, -38.69708919002803], [177.95384309230525, -38.6970782069638], [177.95385382315115, -38.69706722663869], [177.95386455419276, -38.697056249189686], [177.95387528542534, -38.69704527454826], [177.95388601683945, -38.69703430257747], [177.95389674843508, -38.697023333277286], [177.95390748022643, -38.69701236685319], [177.953918212204, -38.697001403168215], [177.95392894437737, -38.69699044235934], [177.95393967672743, -38.69697948415258], [177.953950409278, -38.69696852889041], [177.95396114200537, -38.696957576230346], [177.9539718749237, -38.696946626377894], [177.95398260803304, -38.69693567933305], [177.9539933413476, -38.696924735301295], [177.95400407482944, -38.69691379373466], [177.9540148085023, -38.696902854975626], [177.95402554236617, -38.69689191902419], [177.95403627642574, -38.696880985948866], [177.95404701066687, -38.69687005554414], [177.95405774509425, -38.69685912787852], [177.95406847971265, -38.69684820302051], [177.95407921451255, -38.6968372808331], [177.95408994950822, -38.696826361521794], [177.95410068469013, -38.69681544494958], [177.95411142005835, -38.696804531116484], [177.95412215561282, -38.69679362002251], [177.95413289135828, -38.696782711736105], [177.95414362729477, -38.696771806257324], [177.95415436341756, -38.696760903517635], [177.9541650997313, -38.69675000358555], [177.95417583622663, -38.69673910632407], [177.95418657291293, -38.696728211870195], [177.95419730979503, -38.696717320292414], [177.95420804685864, -38.69670643138524], [177.95421878410383, -38.69669554514868], [177.95422952154473, -38.69668466178821], [177.95424025916722, -38.69667378109835], [177.9542509969807, -38.696662903216094], [177.95426173498996, -38.69665202820992], [177.954272473176, -38.696641155805864], [177.95428321155782, -38.6966302862779], [177.95429395011644, -38.69661941935206], [177.9543046888661, -38.6966085552338], [177.95431542781628, -38.696597694060145], [177.9543261669527, -38.6965868356256], [177.95433690626598, -38.69657597979315], [177.95434764578448, -38.696565126973795], [177.95435838547033, -38.69655427661956], [177.9543691253472, -38.696543429072904], [177.95437986541512, -38.69653258433387], [177.9543906056788, -38.69652174247092], [177.95440134611934, -38.696510903210076], [177.9544120867556, -38.69650006682534], [177.954422827564, -38.69648923297421], [177.95443356857288, -38.69647840206766], [177.95444430976806, -38.69646757390022], [177.9544550511448, -38.696456748403385], [177.95446579272206, -38.69644592585114], [177.9544765344809, -38.6964351059695], [177.95448727642602, -38.696424288826954], [177.95449801856222, -38.69641347449202], [177.95450876088944, -38.69640266296466], [177.95451950339353, -38.69639185403942], [177.95453024608386, -38.69638104785328], [177.95454098897002, -38.69637024454324], [177.95455173203302, -38.6963594438353], [177.95456247529182, -38.69634864600344], [177.95457321873693, -38.69633785091071], [177.95458396236359, -38.69632705848856], [177.95459470619076, -38.696316269011014], [177.9546054501901, -38.69630548206706], [177.9546161943899, -38.69629469806772], [177.95462693878082, -38.69628391687595], [177.95463768334855, -38.6962731382863], [177.95464842810262, -38.69626236243575], [177.95465917304298, -38.69625158932429], [177.95466991817915, -38.69624081908892], [177.95468066349693, -38.69623005152417], [177.95469140900576, -38.69621928676699], [177.95470215469618, -38.696208524680436], [177.95471290057293, -38.696197765332975], [177.95472364663598, -38.69618700872459], [177.95473439289486, -38.69617625499232], [177.95474513933058, -38.69616550386215], [177.95475588595738, -38.69615475553957], [177.95476663277526, -38.69614401002458], [177.95477737977473, -38.69613326718021], [177.95478812697, -38.69612252721191], [177.95479887435158, -38.696111789982716], [177.95480962190533, -38.69610105528712], [177.95482036965961, -38.69609032353612], [177.95483111760498, -38.69607959459271], [177.9548418657272, -38.6960688682514], [177.95485261403576, -38.6960581446492], [177.95486336253066, -38.69604742378608], [177.95487411121664, -38.69603670573057], [177.9548848600937, -38.696025990482646], [177.95489560915237, -38.69601527790531], [177.9549063583974, -38.69600456806709], [177.954917107824, -38.695993860899456], [177.95492785744173, -38.69598315653942], [177.9549386072505, -38.69597245498697], [177.95494935724568, -38.695961756173624], [177.95496010742718, -38.69595106009937], [177.95497085779027, -38.6959403666957], [177.95498160833972, -38.69592967603115], [177.95499235909452, -38.695918988379674], [177.95500311001666, -38.695908303193306], [177.95501386112994, -38.69589762081452], [177.9550246124343, -38.69588694124334], [177.95503536392027, -38.695876264342736], [177.95504611558786, -38.69586559011275], [177.95505686744656, -38.69585491869035], [177.95506761949636, -38.69584425007553], [177.95507837172303, -38.69583358406282], [177.9550891241408, -38.695822920857715], [177.95509987674498, -38.69581226039168], [177.95511062954495, -38.695801602801744], [177.9551213825218, -38.695790947813904], [177.9551321356898, -38.69578029563365], [177.95514288903468, -38.69576964605551], [177.95515364258486, -38.69575899949044], [177.9551643963072, -38.695748355458974], [177.95517515022067, -38.695737714235094], [177.9551859043205, -38.69572707575032], [177.95519665860198, -38.69571643993612], [177.95520741307453, -38.695705806929524], [177.955218167724, -38.695695176525035], [177.9552289225646, -38.69568454892812], [177.95523967759155, -38.69567392407031], [177.95525043281438, -38.69566330208858], [177.95526118820936, -38.69565268264045], [177.95527194380023, -38.69564206606841], [177.95528269957742, -38.695631452235446], [177.9552934555363, -38.695620841073094], [177.95530421168155, -38.695610232649834], [177.95531496802266, -38.695599627102645], [177.95532572454542, -38.69558902422607], [177.95533648124504, -38.69557842395158], [177.95534723813586, -38.69556782648468], [177.95535799521303, -38.69555723175687], [177.9553687524766, -38.69554663976815], [177.9553795099218, -38.69553605045003], [177.9553902675534, -38.69552546387099], [177.95540102538092, -38.695514880168055], [177.95541178339002, -38.695504299135685], [177.9554225415761, -38.69549372070542], [177.95543329996275, -38.69548314521975], [177.95544405853107, -38.695472572404654], [177.95545481728104, -38.69546200226017], [177.95546557621267, -38.69545143478627], [177.95547633534494, -38.69544087025695], [177.9554870946541, -38.69543030832973], [177.95549785414968, -38.69541974914159], [177.95550861382694, -38.695409192624055], [177.95551937369058, -38.6953986388456], [177.95553013374536, -38.69538808787473], [177.9555408939771, -38.69537753950596], [177.9555516544047, -38.69536699401327], [177.95556241501396, -38.69535645119118], [177.9555731758049, -38.695345911039674], [177.95558393678223, -38.69533537362725], [177.95559469796495, -38.695324839227915], [177.9556054593104, -38.695314307225175], [177.95561622084696, -38.69530377803003], [177.95562698256995, -38.69529325157396], [177.95563774448885, -38.69528272799398], [177.95564850657993, -38.6952722069476], [177.95565926886218, -38.69526168870879], [177.95567003132138, -38.69525117307209], [177.95568079397643, -38.69524066031147], [177.9556915568132, -38.695230150221434], [177.95570231983638, -38.69521964287048], [177.95571308304125, -38.69520913819013], [177.95572384643725, -38.69519863631736], [177.95573461001024, -38.69518813704667], [177.9557453737744, -38.69517764058357], [177.95575613773443, -38.69516714699656], [177.95576690187139, -38.69515665601164], [177.95577766618533, -38.6951461676288], [177.95578843069993, -38.695135682190546], [177.95579919539145, -38.695125199354386], [177.9558099602742, -38.695114719325815], [177.95582072533384, -38.695104241899315], [177.95583149057993, -38.695093767211915], [177.95584225601246, -38.6950832952636], [177.95585302162192, -38.69507282591737], [177.9558637874321, -38.695062359515724], [177.95587455341442, -38.69505189564768], [177.95588531958796, -38.6950414345872], [177.9558960859432, -38.69503097619732], [177.95590685248487, -38.69502052054652], [177.95591761922722, -38.6950100678403], [177.95592838613703, -38.69499961759918], [177.95593915323803, -38.69498917016563], [177.95594992053495, -38.694978725608166], [177.9559606880041, -38.694968283584295], [177.95597145565497, -38.694957844231], [177.95598222349227, -38.6949474076168], [177.9559929915113, -38.694936973673194], [177.95600375972148, -38.694926542537154], [177.95601452811815, -38.694916114140206], [177.9560252966965, -38.694905688413854], [177.95603606546135, -38.694895265426574], [177.95604683440789, -38.69488484510988], [177.9560576035456, -38.694874427600766], [177.95606837285555, -38.69486401262524], [177.95607914237092, -38.69485360066278], [177.95608991205856, -38.694843191233936], [177.95610068193264, -38.69483278454417], [177.9561114519979, -38.69482238066197], [177.95612222224491, -38.69481197945036], [177.95613299266887, -38.69480158084083], [177.95614376328405, -38.6947911850389], [177.95615453408095, -38.69478079190755], [177.95616530505959, -38.694770401446775], [177.9561760762247, -38.69476001372508], [177.95618684757153, -38.69474962867398], [177.95619761911428, -38.69473924649895], [177.95620839083406, -38.694728866926006], [177.9562191627403, -38.69471849009215], [177.95622993483298, -38.69470811599737], [177.95624070711216, -38.694697744641694], [177.95625147956832, -38.69468737588806], [177.9562622522157, -38.69467700994203], [177.95627302504482, -38.69466664666658], [177.9562837980604, -38.69465628613023], [177.95629457125776, -38.69464592826444], [177.9563053446368, -38.69463557306925], [177.95631611821184, -38.69462522075012], [177.95632689195438, -38.69461487089609], [177.95633766589287, -38.69460452391813], [177.95634844001313, -38.69459417961075], [177.95635921431986, -38.69458383804246], [177.9563699888036, -38.694573499076256], [177.95638076347385, -38.69456316284912], [177.95639153834475, -38.69455282956657], [177.95640231337848, -38.6945424986806], [177.95641308860814, -38.69453217067071], [177.95642386401963, -38.69452184533141], [177.95643463962227, -38.694511522799665], [177.95644541539718, -38.69450120280153], [177.95645619136337, -38.69449088561097], [177.95646696750657, -38.69448057102248], [177.95647774383625, -38.69447025917308], [177.95648852035242, -38.69445995006276], [177.95649929705033, -38.694449643622995], [177.95651007394426, -38.69443934005933], [177.95652085100568, -38.69442903896075], [177.9565316282631, -38.69441874073824], [177.95654240569283, -38.69440844504932], [177.95655318332322, -38.69439815230497], [177.95656396112594, -38.694387862094196], [177.9565747391104, -38.69437757455402], [177.95658551728613, -38.6943672898214], [177.95659629564835, -38.694357007827854], [177.95660707419236, -38.69434672850492], [177.9566178529181, -38.69433645185254], [177.95662863182562, -38.69432617787075], [177.95663941091493, -38.69431590655953], [177.95665019019546, -38.69430563805589], [177.9566609696483, -38.69429537208584], [177.95667174929716, -38.694285108991856], [177.95668252912776, -38.69427484856845], [177.95669330913537, -38.69426459074712], [177.95670408932955, -38.69425433566488], [177.95671486971497, -38.69424408339022], [177.95672565028215, -38.694233833786114], [177.95673643103112, -38.694223586852594], [177.95674721195715, -38.69421334252117], [177.95675799307915, -38.6942031010658], [177.95676877438294, -38.69419286228102], [177.95677955586376, -38.694182626098325], [177.95679033752165, -38.6941723925177], [177.95680111937554, -38.694162161813146], [177.9568119014112, -38.69415193377917], [177.95682268362864, -38.69414170841578], [177.95683346602317, -38.69413148565446], [177.9568442486042, -38.69412126563222], [177.9568550313765, -38.69411104841754], [177.95686581432113, -38.69410083373645], [177.9568765974665, -38.69409062199994], [177.95688738078417, -38.694080412797], [177.95689816428367, -38.69407020626464], [177.95690894796965, -38.69406000247136], [177.95691973185168, -38.69404980155414], [177.95693051589654, -38.69403960303352], [177.9569413001327, -38.69402940732046], [177.95695208455064, -38.69401921427797], [177.95696286915512, -38.69400902397455], [177.95697365394616, -38.69399883641023], [177.95698443890947, -38.693988651379485], [177.95699522406412, -38.69397846915629], [177.9570060093958, -38.69396828953519], [177.95701679491404, -38.693958112653156], [177.9570275806141, -38.693947938441696], [177.95703836650543, -38.693937767037816], [177.95704915257858, -38.6939275983045], [177.95705993882876, -38.69391743217327], [177.95707072526554, -38.69390726878111], [177.9570815118936, -38.69389710819653], [177.95709229869396, -38.69388695014552], [177.95710308567618, -38.69387679476507], [177.95711387284965, -38.69386664219222], [177.95712466019546, -38.693856492152925], [177.9571354477326, -38.693846344921205], [177.95714623545155, -38.69383620036007], [177.95715702334758, -38.69382605840101], [177.95716781143014, -38.693815919181006], [177.95717859969454, -38.69380578263159], [177.9571893881455, -38.693795648821244], [177.95720017678303, -38.693785517749966], [177.95721096559762, -38.693775389280766], [177.9572217545941, -38.693765263482135], [177.95723254377705, -38.693755140422574], [177.95724333315613, -38.693745020239085], [177.95725412269803, -38.693734902452164], [177.95726491243124, -38.69372478747283], [177.95727570234155, -38.69371467509557], [177.95728649243844, -38.693704565457374], [177.95729728271715, -38.69369445848975], [177.95730807317295, -38.693684354124215], [177.9573188638248, -38.69367425263473], [177.95732965464427, -38.69366415361032], [177.95734044565506, -38.69365405739349], [177.9573512368477, -38.69364396384724], [177.95736202823164, -38.693633873108546], [177.9573728197832, -38.69362378483492], [177.95738361153082, -38.693613699437364], [177.95739440344605, -38.6936036165049], [177.95740519556213, -38.693593536516985], [177.95741598785526, -38.69358345913115], [177.9574267803255, -38.69357338434739], [177.95743757297288, -38.69356331216569], [177.95744836581628, -38.69355324286007], [177.95745915882733, -38.693543176019524], [177.95746995203444, -38.693533112055036], [177.9574807454187, -38.69352305069263], [177.95749153898004, -38.693512991932295], [177.95750233272796, -38.693502935911035], [177.9575131266672, -38.69349288269731], [177.9575239207836, -38.693482832085685], [177.9575347150818, -38.69347278414461], [177.9575455095619, -38.693462738874125], [177.95755630422855, -38.6934526963427], [177.95756709907238, -38.693442656413346], [177.95757789409328, -38.693432619086074], [177.9575886893055, -38.69342258456636], [177.95759948469015, -38.69341255258022], [177.95761028026138, -38.69340252333315], [177.9576210760192, -38.69339249682514], [177.95763187195416, -38.693382472919204], [177.9576426680805, -38.69337245182083], [177.95765346437443, -38.693362433187545], [177.95766426086448, -38.69335241743031], [177.95767505753162, -38.69334240427515], [177.95768585438537, -38.693332393859045], [177.95769665141628, -38.69332238604503], [177.9577074486243, -38.69331238083308], [177.95771824603315, -38.693302378565676], [177.95772904360496, -38.69329237869487], [177.95773984136804, -38.693282381631604], [177.95775063930833, -38.693272387170424], [177.95776143743043, -38.693262395379804], [177.95777223573918, -38.693252406328256], [177.9577830342251, -38.69324241987877], [177.95779383289758, -38.69323243616836], [177.95780463173773, -38.693222454923024], [177.95781543077402, -38.69321247655373], [177.9578262299874, -38.69320250078652], [177.95783702939218, -38.693192527826874], [177.9578478289741, -38.693182557469285], [177.9578586287379, -38.69317258978227], [177.95786942867412, -38.69316262462883], [177.9578802288064, -38.69315266235145], [177.95789102911112, -38.69314270260764], [177.9579018296072, -38.693132745671384], [177.9579126302757, -38.6931227912687], [177.9579234311308, -38.6931128396051], [177.95793423215835, -38.693102890475046], [177.9579450333725, -38.693092944084064], [177.95795583476857, -38.69308300036364], [177.95796663635602, -38.69307305945079], [177.95797743811113, -38.693063121003014], [177.9579882400481, -38.6930531852258], [177.95799904218126, -38.693043252324635], [177.95800984449153, -38.693033322025535], [177.9580206469742, -38.69302339426002], [177.95803144964356, -38.69301346923356], [177.95804225250905, -38.69300354708315], [177.9580530555327, -38.692993627260826], [177.9580638587525, -38.69298371031456], [177.95807466214944, -38.69297379597037], [177.95808546572357, -38.69296388422823], [177.9580962694796, -38.69295397515665], [177.95810707341752, -38.692944068755644], [177.9581178775421, -38.6929341650937], [177.95812868183435, -38.69292426389683], [177.95813948632278, -38.692914365576], [177.95815029098836, -38.69290446985726], [177.95816109584058, -38.69289457687757], [177.95817190086524, -38.692884686431455], [177.9581827060813, -38.692874798792886], [177.95819351147452, -38.6928649137564], [177.9582043170449, -38.69285503132196], [177.958215122802, -38.69284515162659], [177.95822592873148, -38.69283527446479], [177.95823673485714, -38.69282540017904], [177.9582475411457, -38.692815528289856], [177.95825834763045, -38.69280565927674], [177.9582691542924, -38.69279579286568], [177.95827996112203, -38.692785928919704], [177.95829076815252, -38.692776067918274], [177.95830157535076, -38.692766209381915], [177.95831238273092, -38.69275635351611], [177.95832319031197, -38.69274650059486], [177.95833399805593, -38.692736650070174], [177.95834480597716, -38.69272680214756], [177.95835561409447, -38.692716957101], [177.95836642238902, -38.6927071146565], [177.958377230856, -38.69269727474557], [177.95838803950969, -38.69268743757371], [177.95839884833578, -38.6926776029354], [177.95840965735331, -38.692667771104645], [177.95842046654332, -38.69265794180746], [177.95843127592474, -38.69264811531783], [177.95844208547857, -38.692638291361774], [177.95845289520963, -38.69262847000778], [177.95846370513212, -38.69261865146132], [177.9584745152318, -38.69260883551694], [177.95848532551818, -38.69259902231162], [177.95849613597704, -38.69258921163986], [177.9585069466273, -38.69257940377566], [177.95851775744055, -38.692569598308026], [177.95852856845943, -38.69255979585344], [177.9585393796413, -38.69254999579542], [177.95855019100512, -38.69254019840796], [177.9585610025509, -38.692530403691066], [177.9585718142739, -38.69252061157622], [177.9585826261741, -38.69251082206345], [177.95859343826572, -38.69250103535823], [177.9586042505346, -38.69249125125507], [177.95861506298064, -38.69248146975397], [177.95862587560867, -38.69247169092343], [177.9586366884139, -38.69246191469495], [177.95864750142005, -38.69245214141102], [177.95865831458445, -38.69244237045516], [177.95866912793556, -38.69243260223836], [177.95867994146863, -38.69242283669211], [177.95869075518843, -38.69241307388492], [177.95870156909015, -38.69240331374829], [177.9587123831549, -38.69239355600821], [177.95872319741582, -38.69238380114421], [177.95873401183977, -38.692374048676754], [177.95874482645513, -38.69236429901686], [177.95875564124773, -38.69235455195903], [177.95876645623179, -38.69234480770874], [177.9587772713836, -38.69233506592353], [177.9587880867221, -38.692325326877366], [177.95879890223313, -38.692315590364764], [177.9588097179403, -38.692305856728204], [177.95882053381527, -38.692296125556716], [177.95883134986747, -38.692286396987285], [177.9588421661111, -38.69227667122539], [177.958852982532, -38.692266948065594], [177.95886379913486, -38.692257227576334], [177.95887461591022, -38.69224750962062], [177.95888543286756, -38.69223779433548], [177.9588962500069, -38.69222808172089], [177.95890706732817, -38.692218371776846], [177.95891788482197, -38.692208664366376], [177.9589287025025, -38.69219895969495], [177.95893952036502, -38.69218925769408], [177.95895033840006, -38.69217955822678], [177.95896115661705, -38.69216986143003], [177.95897197502552, -38.692160167440825], [177.9589827936065, -38.69215047598519], [177.95899361236002, -38.69214078706311], [177.95900443130023, -38.69213110088007], [177.95901525042717, -38.6921214174361], [177.95902606972666, -38.69211173652568], [177.9590368892081, -38.69210205828582], [177.9590477088621, -38.692092382579524], [177.9590585287028, -38.692082709612265], [177.95906934872554, -38.69207303931557], [177.95908016891127, -38.69206337141543], [177.95909098929798, -38.69205370645984], [177.95910180985248, -38.692044043969304], [177.95911263058895, -38.69203438414934], [177.95912345150745, -38.69202472699992], [177.95913427261743, -38.69201507265803], [177.95914509389047, -38.692005420712725], [177.95915591534546, -38.691995771437966], [177.959166736992, -38.691986124970754], [177.9591775588015, -38.6919764809001], [177.9591883808026, -38.691966839637004], [177.95919920297618, -38.69195720090746], [177.95921002533174, -38.69194756484848], [177.95922084786935, -38.69193793146004], [177.95923167057947, -38.69192830060516], [177.95924249346686, -38.69191867235234], [177.95925331654576, -38.69190904690706], [177.95926413980195, -38.69189942406383], [177.95927496323537, -38.691889803822676], [177.9592857868461, -38.69188018618354], [177.95929661064355, -38.69187057128349], [177.95930743460886, -38.69186095884847], [177.95931825876562, -38.69185134922102], [177.95932908309496, -38.69184174212711], [177.9593399076063, -38.69183213770376], [177.95935073229492, -38.69182253588246], [177.9593615571703, -38.691812936800204], [177.9593723822135, -38.691803340183014], [177.95938320743397, -38.69179374616787], [177.95939403284123, -38.691784154891785], [177.95940485842576, -38.69177456621775], [177.95941568419232, -38.69176498021426], [177.95942651013618, -38.69175539681283], [177.95943733626206, -38.69174581608194], [177.9594481625605, -38.69173623788461], [177.9594589890552, -38.69172666256332], [177.95946981570822, -38.69171708957009], [177.95948064254802, -38.69170751931592], [177.95949146957932, -38.69169795186929], [177.95950229677845, -38.691688386887705], [177.95951312415016, -38.691678824439684], [177.95952395170863, -38.691669264730706], [177.9595347794444, -38.69165970762378], [177.95954560735746, -38.69165015311891], [177.95955643545255, -38.69164060128458], [177.95956726372026, -38.69163105198382], [177.95957809217947, -38.69162150549059], [177.95958892080174, -38.69161196139393], [177.95959974961553, -38.6916024201048], [177.9596105786114, -38.69159288148623], [177.95962140777982, -38.6915833454012], [177.95963223712081, -38.691573811849736], [177.95964306665334, -38.691564281105805], [177.95965389635845, -38.69155475289543], [177.9596647262456, -38.69154522735561], [177.9596755563053, -38.691535704349334], [177.95968638654708, -38.691526184013604], [177.95969721696144, -38.691516666211434], [177.95970804756732, -38.6915071512168], [177.9597188783363, -38.69149763861874], [177.95972970929682, -38.6914881288282], [177.95974054042992, -38.691478621571214], [177.95975137174506, -38.691469116984784], [177.9597622032328, -38.69145961493191], [177.9597730349121, -38.69145011568657], [177.95978386676398, -38.69144061897479], [177.95979469879316, -38.69143112486504], [177.9598055309902, -38.69142163322036], [177.9598163633835, -38.691412144451704], [177.95982719595892, -38.69140265835361], [177.9598380286974, -38.69139317465206], [177.9598488616227, -38.691383693689566], [177.95985969471587, -38.69137421519212], [177.9598705279911, -38.69136473936521], [177.95988136144837, -38.691355266208866], [177.95989219508303, -38.691345795654556], [177.9599030288997, -38.691336327770784], [177.959913862889, -38.691326862420574], [177.95992469706036, -38.6913173997409], [177.95993553141383, -38.69130793973178], [177.95994636593989, -38.691298482256215], [177.95995720065275, -38.691289027519694], [177.95996803553348, -38.6912795752482], [177.95997887060102, -38.69127012571576], [177.9599897058459, -38.69126067878538], [177.9600005412634, -38.691251234388545], [177.960011376863, -38.69124179266225], [177.96002221263518, -38.69123235346949], [177.96003304858945, -38.69122291694729], [177.9600438847163, -38.691213482958624], [177.96005472103002, -38.69120405170903], [177.96006555751632, -38.69119462299296], [177.96007639418474, -38.691185196947444], [177.96008723103049, -38.69117577350396], [177.96009806805833, -38.69116635273103], [177.96010890526352, -38.69115693456014], [177.9601197426366, -38.69114751885431], [177.9601305801965, -38.69113810588751], [177.96014141794325, -38.691128695659756], [177.96015225585316, -38.691119287828556], [177.9601630939451, -38.691109882667895], [177.9601739322097, -38.69110048004078], [177.96018477066116, -38.69109108015271], [177.9601956092852, -38.69108168279819], [177.96020644809138, -38.691072288114206], [177.96021728707015, -38.69106289596377], [177.96022812623104, -38.691053506483875], [177.96023896556454, -38.69104411953752], [177.96024980508017, -38.69103473526172], [177.9602606447779, -38.69102535365645], [177.96027148464825, -38.691015974584744], [177.96028232469595, -38.691006598115074], [177.96029316492104, -38.69099722424743], [177.96030400533772, -38.69098785318734], [177.96031484591754, -38.69097848452381], [177.9603256866795, -38.690969118530795], [177.9603365276188, -38.690959755139836], [177.96034736873077, -38.69095039428244], [177.96035821002485, -38.69094103609556], [177.96036905149154, -38.69093168044223], [177.96037989314513, -38.69092232752796], [177.96039073496183, -38.690912977010214], [177.96040157697016, -38.6909036293], [177.9604124191511, -38.690894284123345], [177.9604232615142, -38.690884941617234], [177.9604341040499, -38.69087560164467], [177.96044494676778, -38.690866264342624], [177.96045578966303, -38.690856929642635], [177.96046663273088, -38.690847597476186], [177.9604774759809, -38.69083826798027], [177.96048831940357, -38.69082894101791], [177.96049916300834, -38.69081961672608], [177.96051000678577, -38.69081029496781], [177.96052085074535, -38.690800975880066], [177.96053169487283, -38.69079165925737], [177.96054253918243, -38.69078234530521], [177.9605533836694, -38.690773033955104], [177.9605642283433, -38.69076372534403], [177.96057507318034, -38.69075441912948], [177.96058591821378, -38.69074511579098], [177.9605967634056, -38.69073581478054], [177.96060760877958, -38.69072651644062], [177.96061845433096, -38.690717220702766], [177.96062930006926, -38.69070792770391], [177.96064014598016, -38.69069863723863], [177.96065099205902, -38.690689349238376], [177.96066183832474, -38.69068006397716], [177.96067268476315, -38.690670781249494], [177.96068353137895, -38.69066150112386], [177.9606943781674, -38.69065222353177], [177.9607052251428, -38.690642948678715], [177.96071607228606, -38.690633676290716], [177.9607269196115, -38.690624406573235], [177.96073776711432, -38.69061513945779], [177.96074861480406, -38.6906058750814], [177.960759462657, -38.69059661310155], [177.96077031068734, -38.690587353723735], [177.96078115889983, -38.690578097016456], [177.96079200728977, -38.69056884291122], [177.96080285585234, -38.69055959133951], [177.96081370459237, -38.69055034236985], [177.96082455350978, -38.69054109600223], [177.96083540260935, -38.69053185230515], [177.9608462518769, -38.6905226110731], [177.96085710132658, -38.69051337251159], [177.9608679509442, -38.690504136415136], [177.96087880074398, -38.690494902989194], [177.96088965073068, -38.6904856723023], [177.9609005008806, -38.69047644401194], [177.9609113512174, -38.690467218460626], [177.96092220173162, -38.69045799551135], [177.96093305241854, -38.69044877509559], [177.9609439032924, -38.69043955741888], [177.96095475432944, -38.69043034213872], [177.96096560553917, -38.69042112939209], [177.96097645693106, -38.69041191931599], [177.9609873085004, -38.69040271184194], [177.9609981602472, -38.690393506969926], [177.9610090121714, -38.69038430469995], [177.96101986426828, -38.690375104963486], [177.96103071654264, -38.69036590782908], [177.96104156898969, -38.690356713228226], [177.96105242162363, -38.69034752136638], [177.9610632744303, -38.690338332038074], [177.96107412740966, -38.69032914524332], [177.96108498056648, -38.69031996105059], [177.9610958339102, -38.690310779596885], [177.96110668742662, -38.69030160067673], [177.96111754111578, -38.69029242429011], [177.96112839497286, -38.69028325036852], [177.9611392490169, -38.69027407918599], [177.96115010323362, -38.69026491053696], [177.96116095762306, -38.69025574442149], [177.96117181219944, -38.69024658104504], [177.96118266693904, -38.690237420065145], [177.96119352186085, -38.69022826175577], [177.96120437696484, -38.69021910611693], [177.9612152322368, -38.69020995294312], [177.9612260876957, -38.69020080250834], [177.96123694331783, -38.69019165447011], [177.96124779912694, -38.69018250917092], [177.96125865509924, -38.690173366268255], [177.96126951126323, -38.69016422617313], [177.9612803675952, -38.69015508854303], [177.96129122410466, -38.69014595351497], [177.9613020807915, -38.69013682108894], [177.96131293765114, -38.69012769119646], [177.9613237946882, -38.69011856390599], [177.96133465189328, -38.69010943908057], [177.96134550928056, -38.69010031692568], [177.9613563668453, -38.69009119737283], [177.96136722459224, -38.69008208049049], [177.96137808250245, -38.690072966004706], [177.96138894060905, -38.690063854394936], [177.96139979887894, -38.69005474518172], [177.9614106573168, -38.690045638433524], [177.96142151594162, -38.69003653442436], [177.96143237474394, -38.690027433017235], [177.96144323371422, -38.690018334075134], [177.96145409286672, -38.69000923780358], [177.96146495219196, -38.69000014406554], [177.96147581168046, -38.689991052724054], [177.9614866713654, -38.6899819642586], [177.96149753121358, -38.68997287818966], [177.96150839123928, -38.689963794722765], [177.96151925144719, -38.6899547139264], [177.96153011181832, -38.68994563552657], [177.9615409723717, -38.68993655979727], [177.96155183311208, -38.68992748680699], [177.96156269402516, -38.68991841635024], [177.96157355510152, -38.68990934829004], [177.96158441635538, -38.689900282831864], [177.9615952777962, -38.68989122011271], [177.96160613940503, -38.6898821598586], [177.96161700119134, -38.68987310220651], [177.96162786314568, -38.68986404701946], [177.96163872527748, -38.689854994434455], [177.9616495875963, -38.689845944588455], [177.9616604500831, -38.689836897207506], [177.96167131273793, -38.68982785229158], [177.96168217557496, -38.689818810046184], [177.96169303859426, -38.689809770471314], [177.9617039017816, -38.689800733361466], [177.96171476514644, -38.68979169885366], [177.96172562868875, -38.689782666947885], [177.96173649240382, -38.68977363757563], [177.9617473562964, -38.68976461080542], [177.96175822036648, -38.689755586637226], [177.9617690846046, -38.68974656493407], [177.96177994902496, -38.68973754590145], [177.96179081361333, -38.68972852933385], [177.9618016783792, -38.68971951536828], [177.96181254332262, -38.68971050400474], [177.96182340843876, -38.68970149517473], [177.96183427372773, -38.68969248887825], [177.9618451391989, -38.68968348525231], [177.96185600483813, -38.689674484091384], [177.96186687065486, -38.68966548553248], [177.96187773665858, -38.68965648971261], [177.9618886028256, -38.68964749628928], [177.96189946916542, -38.689638505399465], [177.9619103356922, -38.68962951724868], [177.96192120238703, -38.68962053156294], [177.96193206925938, -38.68961154847921], [177.9619429363045, -38.68960256792901], [177.96195380352242, -38.689593589912356], [177.9619646709131, -38.689584614429215], [177.96197553848606, -38.68957564161659], [177.9619864062223, -38.689566671200524], [177.9619972741456, -38.68955770352348], [177.96200814224164, -38.68954873837994], [177.96201901050574, -38.68953977570144], [177.96202987894736, -38.68953081562497], [177.96204074757125, -38.689521858219024], [177.96205161637272, -38.6895129034151], [177.96206248534216, -38.689503951076205], [177.96207335447497, -38.689495001133835], [177.96208422380425, -38.689486054067494], [177.96209509330157, -38.689477109466175], [177.96210596296697, -38.6894681673299], [177.96211683280515, -38.68945922772715], [177.96212770282563, -38.68945029079491], [177.96213857301888, -38.68944135639621], [177.96214944338493, -38.68943242453102], [177.9621603139238, -38.68942349519938], [177.96217118463545, -38.689414568401254], [177.96218205552938, -38.68940564427365], [177.9621929265914, -38.68939672261107], [177.96220379784043, -38.68938780368753], [177.96221466925277, -38.6893788871605], [177.96222554084267, -38.68936997323549], [177.9622364126101, -38.68936106191253], [177.96224728455513, -38.68935215319157], [177.96225815666816, -38.68934324693565], [177.9622690289493, -38.68933434314475], [177.9622799014127, -38.68932544202439], [177.96229077404422, -38.689316543369046], [177.96230164686273, -38.68930764745271], [177.9623125198446, -38.68929875393292], [177.96232339300875, -38.689289863083644], [177.96233426633148, -38.689280974562394], [177.96234513984126, -38.68927208878018], [177.96235601352384, -38.68926320553147], [177.96236688739825, -38.689254325090296], [177.96237776142175, -38.68924544684015], [177.96238863563227, -38.68923657132902], [177.96239951000615, -38.68922769821442], [177.96241038457183, -38.689218827907325], [177.96242125929606, -38.68920995992827], [177.9624321342074, -38.68920109468824], [177.96244300928205, -38.68919223184472], [177.9624538845248, -38.68918337146625], [177.96246475995457, -38.689174513826785], [177.96247563555244, -38.68916565865234], [177.96248651132788, -38.689156806079936], [177.9624973872714, -38.68914795597254], [177.96250826340201, -38.68913910860416], [177.9625191396912, -38.689130263563825], [177.9625300161722, -38.68912142133099], [177.9625408928213, -38.68911258156319], [177.96255176963848, -38.6891037442604], [177.96256264663796, -38.68909490962814], [177.9625735238008, -38.68908607739242], [177.962584401146, -38.68907724782719], [177.9625952786498, -38.68906842059002], [177.96260615634063, -38.689059596091845], [177.9626170342043, -38.689050774127196], [177.9626279122361, -38.68904195462758], [177.96263879044545, -38.68903313772998], [177.96264966883243, -38.689024323434396], [177.96266054739223, -38.68901551167234], [177.9626714261154, -38.6890067023068], [177.96268230502088, -38.68899789561179], [177.9626931841087, -38.68898909158728], [177.9627040633694, -38.6889802900963], [177.9627149427934, -38.68897149100186], [177.96272582240456, -38.68896269464641], [177.96273670216954, -38.68895390055051], [177.96274758212164, -38.68894510919361], [177.9627584622418, -38.68893632030175], [177.9627693425396, -38.688927534011896], [177.96278022300547, -38.68891875018708], [177.96279110365373, -38.68890996903276], [177.96280198446058, -38.68890119020648], [177.9628128654498, -38.68889241405071], [177.9628237466166, -38.68888364049696], [177.96283462795628, -38.688874869476734], [177.96284550946407, -38.68886610092153], [177.96285639116368, -38.688857335173836], [177.96286727301248, -38.688848571617164], [177.9628781550436, -38.68883981073101], [177.96288903725707, -38.688831052515376], [177.9628999196339, -38.68882229669627], [177.9629108021884, -38.688813543479185], [177.96292168491098, -38.68880479272711], [177.96293256781115, -38.688796044577046], [177.96294345088424, -38.68878729896051], [177.96295433413016, -38.6887785558775], [177.96296521754422, -38.688769815259505], [177.96297610113118, -38.68876107717503], [177.96298698490048, -38.688752341761074], [177.96299786884265, -38.68874360888063], [177.9630087529577, -38.6887348785337], [177.96301963724088, -38.6887261506518], [177.96303052170643, -38.68871742544041], [177.96304140633538, -38.68870870262555], [177.96305229114196, -38.68869998241269], [177.96306317612613, -38.688691264801854], [177.96307406127846, -38.688682549656036], [177.96308494660366, -38.688673837043744], [177.96309583209703, -38.68866512689647], [177.96310671776325, -38.68865641928271], [177.96311760361186, -38.68864771433946], [177.96312848962384, -38.688639011792745], [177.96313937581348, -38.68863031184803], [177.96315026217601, -38.688621614436826], [177.9631611487114, -38.68861291955917], [177.9631720354292, -38.68860422735199], [177.96318292231516, -38.68859553760984], [177.9631938093645, -38.68858685026423], [177.96320469659148, -38.68857816552062], [177.96321558400084, -38.68856948344751], [177.96322647157362, -38.68856080377095], [177.9632373593193, -38.68855212662788], [177.9632482472426, -38.68854345208684], [177.9632591353293, -38.68853477994232], [177.96327002359843, -38.6885261104683], [177.96328091203569, -38.6885174434593], [177.96329180064586, -38.688508778983824], [177.96330268942893, -38.68850011704186], [177.96331357838963, -38.68849145770191], [177.96332446751376, -38.68848280075848], [177.96333535682504, -38.68847414655405], [177.96334624629972, -38.68846549474615], [177.9633571359473, -38.68845684547177], [177.96336802576306, -38.688448198662385], [177.96337891576124, -38.688439554523534], [177.96338980593228, -38.68843091291819], [177.96340069627152, -38.68842227377785], [177.96341158677419, -38.68841363703404], [177.96342247745923, -38.68840500296076], [177.96343336832194, -38.688396371489446], [177.96344425934336, -38.68838774234619], [177.96345515054242, -38.68837911580495], [177.96346604191913, -38.6883704918657], [177.96347693346402, -38.68836187039147], [177.96348782518186, -38.68835325145075], [177.96349871708208, -38.68834463518054], [177.96350960914097, -38.688336021238364], [177.9635205013823, -38.68832740996669], [177.9635313937823, -38.688318801023044], [177.96354228637423, -38.68831019488688], [177.96355317912483, -38.68830159107875], [177.96356407204837, -38.68829298980414], [177.96357496515432, -38.68828439120003], [177.96358585841895, -38.68827579492393], [177.96359675186602, -38.68826720131836], [177.96360764547177, -38.68825861004079], [177.96361853925995, -38.68825002143374], [177.9636294332258, -38.68824143542869], [177.9636403273551, -38.68823285182017], [177.96365122165258, -38.688224270676656], [177.96366211614196, -38.68821569234064], [177.96367301079007, -38.688207116332656], [177.96368390560164, -38.688198542721175], [177.96369480060036, -38.68818997184871], [177.96370569577203, -38.68818140350975], [177.96371659110238, -38.68817283749881], [177.9637274866152, -38.688164274158375], [177.96373838229144, -38.68815571321447], [177.96374927814065, -38.68814715480406], [177.9637601741675, -38.688138598995664], [177.96377107036736, -38.688130045720776], [177.96378196673538, -38.6881214949109], [177.96379286327632, -38.68811294663455], [177.96380375998552, -38.688104400823185], [177.96381465686767, -38.68809585754535], [177.96382555393222, -38.68808731693802], [177.96383645116026, -38.688078778727196], [177.96384734856596, -38.68807024311839], [177.96385824613043, -38.688061709837605], [177.9638691438868, -38.688053179364296], [177.96388004180665, -38.68804465128753], [177.96389093988995, -38.68803612560726], [177.96390183815095, -38.688027602529], [177.96391273657542, -38.688019081847266], [177.96392363518237, -38.68801056383603], [177.96393453395274, -38.68800204822131], [177.96394543290086, -38.68799353520859], [177.96395633201718, -38.68798502466088], [177.96396723130647, -38.68797651664669], [177.96397813077346, -38.687968011234496], [177.96398903040864, -38.68795950828732], [177.96399993021683, -38.68795100787364], [177.9640108301885, -38.68794250985649], [177.96402173033312, -38.68793401437285], [177.9640326306602, -38.687925521559706], [177.96404353116023, -38.687917031280065], [177.96405443181902, -38.68790854332845], [177.9640653326555, -38.68790005797882], [177.96407623366025, -38.68789157509422], [177.96408713483794, -38.68788309474313], [177.96409803618386, -38.68787461685705], [177.9641089377028, -38.68786614150448], [177.96411983938992, -38.68785766861689], [177.96413074125476, -38.68784919833134], [177.9641416432926, -38.687840730579275], [177.9641525454987, -38.687832265292236], [177.9641634478825, -38.68782380260719], [177.9641743504298, -38.68781534231866], [177.9641852531548, -38.687806884632124], [177.96419615604808, -38.68779842941061], [177.96420705910484, -38.687789976585606], [177.96421796233932, -38.6877815263626], [177.96422886574206, -38.687773078604614], [177.9642397693225, -38.68776463344862], [177.96425067306646, -38.68775619068916], [177.96426157697866, -38.68774775039468], [177.96427248107332, -38.6877393127707], [177.96428338533624, -38.68773087761174], [177.96429428976745, -38.687722444917796], [177.96430519436686, -38.68771401468886], [177.9643160991535, -38.687705587198906], [177.96432700409417, -38.68769716196847], [177.9643379092126, -38.687688739340054], [177.96434881451347, -38.68768031938211], [177.9643597199684, -38.687671901683714], [177.9643706255963, -38.687663486518794], [177.9643815313925, -38.6876550738189], [177.96439243737115, -38.687646663789494], [177.96440334350382, -38.68763825601961], [177.96441424981901, -38.68762985092024], [177.96442515630244, -38.68762144828585], [177.9644360629589, -38.68761304818498], [177.96444696977883, -38.68760465048061], [177.9644578767813, -38.68759625544675], [177.96446878394252, -38.68758786274089], [177.964479691291, -38.68757947277403], [177.96449059880297, -38.687571085203686], [177.96450150647848, -38.68756270002983], [177.964512414346, -38.68755431766348], [177.96452332236277, -38.68754593748816], [177.96453423055732, -38.68753755991483], [177.9645451389154, -38.687529184738004], [177.96455604745125, -38.68752081216318], [177.96456695615063, -38.68751244198488], [177.96457786503248, -38.687504074477054], [177.9645887740779, -38.68749570936574], [177.9645996832963, -38.68748734678794], [177.96461059267352, -38.687478986538146], [177.96462150223326, -38.68747062895885], [177.96463241197074, -38.68746227398155], [177.96464332186702, -38.68745392133226], [177.96465423194107, -38.687445571284975], [177.96466514217389, -38.687437223565695], [177.96467605259872, -38.68742887865391], [177.96468696317763, -38.68742053600163], [177.96469787392957, -38.687412195882864], [177.96470878484976, -38.68740385822909], [177.96471969594774, -38.68739552317731], [177.96473060720453, -38.68738719045356], [177.96474151863907, -38.68737886033179], [177.9647524302419, -38.68737053267503], [177.9647633420178, -38.68736220755177], [177.96477425395724, -38.68735388482502], [177.96478516606967, -38.68734556463177], [177.96479607836943, -38.68733724717752], [177.9648069908185, -38.68732893191427], [177.96481790344058, -38.687320619184526], [177.96482881623567, -38.68731230898829], [177.96483972921334, -38.687304001462536], [177.96485064235455, -38.68729569633328], [177.96486155565458, -38.68728739353205], [177.96487246913242, -38.68727909333282], [177.96488338278326, -38.68727079566707], [177.9648942965882, -38.68726250026085], [177.9649052105851, -38.6872542076621], [177.96491612473613, -38.68724591732288], [177.9649270390602, -38.68723762951714], [177.96493795356207, -38.68722934431342], [177.9649488682275, -38.6872210615062], [177.96495978307547, -38.68721278136946], [177.96497069808228, -38.687204503560736], [177.96498161325735, -38.687196228217005], [177.964992528596, -38.68718795526979], [177.96500344412672, -38.68717968513005], [177.96501435981622, -38.68717141731832], [177.96502527567407, -38.68716315197159], [177.96503619170022, -38.68715488908987], [177.96504710789466, -38.68714662867314], [177.96505802425744, -38.687138370721414], [177.96506894079803, -38.687130115371694], [177.96507985750694, -38.68712186248695], [177.9650907743794, -38.687113611998726], [177.96510169142496, -38.68710536404401], [177.9651126086388, -38.68709711855428], [177.96512352603048, -38.68708887566655], [177.9651344435905, -38.68708063524381], [177.96514536130934, -38.68707239714909], [177.96515627920124, -38.687064161587855], [177.96516719727572, -38.687055928697106], [177.9651781155185, -38.68704769827137], [177.96518903391538, -38.68703947010514], [177.96519995248534, -38.6870312444724], [177.96521087122838, -38.68702302137317], [177.96522179014448, -38.68701480080742], [177.96523270922418, -38.687006582638176], [177.96524362847694, -38.68699836700244], [177.9652545478933, -38.686990153763205], [177.96526546748748, -38.68698194312594], [177.96527638725001, -38.6869737349537], [177.9652873071809, -38.68696552924645], [177.96529822728007, -38.68695732600419], [177.9653091475571, -38.68694912536393], [177.96532006799296, -38.68694092705168], [177.96533098860195, -38.68693273127291], [177.965341909384, -38.68692453802763], [177.96535283032964, -38.68691634717887], [177.96536375144836, -38.6869081588636], [177.9653746727307, -38.68689997294483], [177.96538559418138, -38.686891789491064], [177.9653965158099, -38.686883608639285], [177.9654074375973, -38.68687543011549], [177.9654183595625, -38.68686725419371], [177.9654292816913, -38.68685908066843], [177.96544020399324, -38.68685090967662], [177.96545112646822, -38.686842741218335], [177.9654620491116, -38.68683457522502], [177.9654729719138, -38.68682641155972], [177.96548389489388, -38.686818250496415], [177.9654948180518, -38.686810092035095], [177.96550574136384, -38.68680193583329], [177.965516664849, -38.68679378216497], [177.9655275885072, -38.68678563103013], [177.96553851232431, -38.68677748222331], [177.9655494363193, -38.68676933601848], [177.96556036047787, -38.686761192210135], [177.96557128480956, -38.686753050935295], [177.96558220930487, -38.68674491205695], [177.96559313396853, -38.6867367756436], [177.96560405881002, -38.686728641832254], [177.96561498382943, -38.68672051062286], [177.96562590899345, -38.686712381536005], [177.96563683434007, -38.686704255119636], [177.9656477598598, -38.686696131236744], [177.96565868554316, -38.68668800975038], [177.96566961139015, -38.686679890660486], [177.965680537415, -38.68667177417258], [177.9656914636035, -38.68666366008118], [177.96570238996034, -38.68665554845477], [177.96571331648082, -38.68664743922486], [177.9657242431744, -38.686639332528436], [177.96573517004114, -38.68663122836552], [177.96574609707625, -38.686623126667584], [177.9657570242702, -38.686615027297655], [177.96576795163733, -38.68660693046121], [177.96577887918232, -38.68659883622676], [177.96578980689569, -38.6865907444573], [177.96580073476795, -38.68658265501583], [177.96581166281334, -38.68657456810785], [177.9658225910366, -38.68656648380187], [177.9658335194188, -38.686558401823895], [177.96584444796457, -38.686550322242404], [177.96585537667875, -38.68654224512592], [177.96586630556135, -38.6865341704744], [177.9658772346218, -38.686526098424885], [177.9658881638459, -38.686518028771864], [177.9658990932384, -38.68650996158383], [177.96591002279928, -38.6865018968608], [177.96592095252382, -38.68649383453427], [177.96593188241675, -38.68648577467271], [177.96594281249705, -38.68647771755013], [177.9659537427315, -38.68646966268708], [177.96596467313438, -38.686461610289], [177.96597560371512, -38.68645356049291], [177.96598653445002, -38.68644551295632], [177.96599746535335, -38.68643746788472], [177.96600839643455, -38.6864294254151], [177.96601932767942, -38.686421385341994], [177.96603025908794, -38.68641334766536], [177.96604119066487, -38.68640531245372], [177.96605212241968, -38.68639727984408], [177.96606305433343, -38.686389249562424], [177.96607398642504, -38.68638122188276], [177.96608491867087, -38.68637319646259], [177.96609585109456, -38.686365173644404], [177.96610678369143, -38.68635715335971], [177.9661177164472, -38.686349135403006], [177.96612864937615, -38.686341119979794], [177.96613958247826, -38.686333107090064], [177.9661505157393, -38.68632509652834], [177.96616144917343, -38.6863170885001], [177.96617238277128, -38.68630908286834], [177.9661833165328, -38.68630107963309], [177.9661942504675, -38.68629307893132], [177.96620518457058, -38.686285080694546], [177.96621611883737, -38.68627708485425], [177.96622705327258, -38.68626909147895], [177.96623798788096, -38.68626110063714], [177.966248922653, -38.68625311219182], [177.9662598575982, -38.68624512627998], [177.96627079271184, -38.68623714283315], [177.9662817279844, -38.68622916171427], [177.96629266343012, -38.68622118312892], [177.96630359905382, -38.68621320714553], [177.96631453483167, -38.686205233421646], [177.96632547077795, -38.68619726216274], [177.96633640690214, -38.68618929350583], [177.9663473431853, -38.686181327176904], [177.96635827963212, -38.686173363244464], [177.96636921625213, -38.68616540184553], [177.96638015303583, -38.68615744284307], [177.96639108999747, -38.68614948644258], [177.96640202711802, -38.686141532370115], [177.96641296440228, -38.686133580694126], [177.96642390186923, -38.686125631688604], [177.96643483949512, -38.68611768501109], [177.9664457772847, -38.68610974073006], [177.9664567152427, -38.68610179891402], [177.96646765338815, -38.68609385983695], [177.9664785916783, -38.68608592288238], [177.96648953014164, -38.6860779884613], [177.96650046877346, -38.6860700565052], [177.96651140756893, -38.68606212694559], [177.96652234653288, -38.68605419985098], [177.96653328566052, -38.68604627515285], [177.9665442249661, -38.686038353056695], [177.9665551644354, -38.68603043335704], [177.9665661040589, -38.68602251591686], [177.96657704386033, -38.68601460107868], [177.96658798384922, -38.68600668897947], [177.96659892398281, -38.68599877900275], [177.96660986428014, -38.685990871422526], [177.96662080475542, -38.68598296644428], [177.96663174540387, -38.68597506399951], [177.96664268620657, -38.68596716381424], [177.9666536271777, -38.68595926609396], [177.9666645683173, -38.68595137083865], [177.96667550962533, -38.685943478048344], [177.96668645109713, -38.68593558765453], [177.9666973927374, -38.685927699725674], [177.96670833454607, -38.685919814261815], [177.96671927652326, -38.68591193126294], [177.96673021866889, -38.68590405072906], [177.96674116097824, -38.68589617259166], [177.96675210346555, -38.68588829705623], [177.96676304610233, -38.685880423711794], [177.96677398891237, -38.685872552900854], [177.96678493189086, -38.685864684554886], [177.96679587505204, -38.6858568188794], [177.96680681835798, -38.68584895532641], [177.9668177618419, -38.68584109437539], [177.96682870548, -38.68583323568387], [177.9668396492914, -38.68582537952584], [177.9668505932712, -38.68581752583278], [177.96686153742425, -38.68580967467321], [177.9668724817363, -38.685801825841615], [177.96688342621684, -38.685793979475], [177.96689437085635, -38.68578613543639], [177.9669053156738, -38.685778293999746], [177.9669162606598, -38.685770455028084], [177.96692720580475, -38.68576261838441], [177.96693815112766, -38.68575478434272], [177.9669490966001, -38.685746952492025], [177.96696004226, -38.68573912338028], [177.96697098807417, -38.68573129652805], [177.9669819340568, -38.68572347214079], [177.96699288020318, -38.68571565015003], [177.96700382651332, -38.685707830555735], [177.96701477299666, -38.68570001349493], [177.96702571964852, -38.68569219889908], [177.9670366664641, -38.68568438669974], [177.96704761344347, -38.68567657689688], [177.96705856058657, -38.68566876949051], [177.96706950789815, -38.68566096454912], [177.96708045538298, -38.68565316214119], [177.9670914030316, -38.685645362129755], [177.96710235084868, -38.68563756458331], [177.96711329882478, -38.68562976936484], [177.96712424697884, -38.685621976748344], [177.96713519529195, -38.68561418645984], [177.96714614377356, -38.68560639863631], [177.96715709241414, -38.68559861314078], [177.96716804122326, -38.685590830110215], [177.9671789902056, -38.685583049613136], [177.967189939347, -38.68557527144403], [177.96720088866164, -38.68556749580841], [177.96721183813528, -38.68555972250078], [177.9672227877822, -38.685551951726616], [177.96723373758334, -38.685544183211945], [177.96724468756727, -38.68553641736775], [177.9672556377102, -38.68552865385152], [177.96726658802643, -38.68552089286879], [177.9672775384969, -38.68551313414554], [177.96728848915015, -38.68550537809275], [177.96729943994814, -38.68549762416246], [177.9673103909194, -38.68548987276565], [177.9673213420592, -38.685482123833815], [177.9673322933723, -38.68547437743547], [177.96734324483486, -38.685466633228096], [177.96735419647075, -38.6854588915542], [177.96736514827512, -38.68545115234529], [177.96737610024329, -38.685443415532845], [177.96738705237996, -38.68543568118539], [177.9673980046757, -38.68542794916593], [177.9674089571589, -38.68542021988541], [177.9674199097869, -38.68541249272739], [177.96743086258823, -38.685404768102856], [177.96744181555331, -38.685397045874794], [177.96745276869166, -38.6853893261802], [177.96746372198905, -38.68538160881359], [177.96747467544552, -38.68537389377498], [177.96748562907996, -38.68536618133833], [177.9674965828687, -38.68535847116117], [177.967507536826, -38.68535076344898], [177.9675184909518, -38.68534305820177], [177.9675294452414, -38.68533535535104], [177.96754039970432, -38.685327655033774], [177.96755135432625, -38.6853199570445], [177.96756230911674, -38.6853122615202], [177.9675732640805, -38.685304568529375], [177.96758421919859, -38.68529687779803], [177.96759517448518, -38.68528918953166], [177.96760612994035, -38.685281503730266], [177.96761708555454, -38.68527382025687], [177.96762804134204, -38.68526613931693], [177.96763899728856, -38.68525846070497], [177.96764995340368, -38.68525078455799], [177.96766090968256, -38.685243110807484], [177.96767186612527, -38.685235439453464], [177.96768282273652, -38.68522777056442], [177.96769377950682, -38.685220104003356], [177.96770473645043, -38.68521243997576], [177.96771569355786, -38.685204778344634], [177.96772665082906, -38.68519711910999], [177.96773760827358, -38.68518946240882], [177.96774856588192, -38.685181808104126], [177.96775952364456, -38.68517415605891], [177.96777048159, -38.68516650668417], [177.9677814396898, -38.68515885956891], [177.96779239795336, -38.68515121485013], [177.96780335638073, -38.68514357252782], [177.96781431497195, -38.68513593260199], [177.96782527373648, -38.68512829520963], [177.96783623266006, -38.68512066014524], [177.96784719175218, -38.685113027545846], [177.96785815100816, -38.6851053973429], [177.96786911042796, -38.68509776953646], [177.96788007001155, -38.68509014412647], [177.9678910297685, -38.68508252124995], [177.9679019896845, -38.68507490070142], [177.96791294976904, -38.685067282617865], [177.9679239100127, -38.685059666862294], [177.96793487043442, -38.685052053708674], [177.96794583101521, -38.685044442883026], [177.96795679175509, -38.685036834385386], [177.96796775266353, -38.6850292283527], [177.96797871373582, -38.685021624716484], [177.96798967497193, -38.685014023476754], [177.96800063637662, -38.68500642470199], [177.96801159794038, -38.68499882825521], [177.96802255967273, -38.68499123427338], [177.9680335215642, -38.684983642619564], [177.96804448362894, -38.68497605349918], [177.96805544586704, -38.68496846691228], [177.96806640825474, -38.68496088251637], [177.96807737081102, -38.68495330058542], [177.9680883335359, -38.684945721119455], [177.9680992964246, -38.684938144049944], [177.96811025947713, -38.68493056937692], [177.96812122269353, -38.68492299710037], [177.96813218607377, -38.68491542722028], [177.9681431496131, -38.684907859668186], [177.96815411333048, -38.68490029471804], [177.96816507719754, -38.68489273195889], [177.96817604123788, -38.68488517173321], [177.96818700544208, -38.684877613903986], [177.96819796981015, -38.68487005847124], [177.96820893434204, -38.68486250543497], [177.96821989905678, -38.68485495506916], [177.96823086391166, -38.684847406757335], [177.96824182893985, -38.68483986097898], [177.96825279413193, -38.68483231759709], [177.96826375949732, -38.68482477674868], [177.9682747250171, -38.68481723815974], [177.96828569070547, -38.68480970203577], [177.96829665655295, -38.684802168239784], [177.96830762256906, -38.68479463690875], [177.968318588749, -38.68478710797419], [177.9683295550928, -38.68477958143612], [177.96834052159574, -38.684772057226006], [177.9683514882625, -38.68476453541237], [177.9683624551074, -38.68475701620069], [177.96837342209716, -38.684749499111504], [177.96838438927452, -38.684741984761274], [177.96839535660152, -38.684734472602], [177.96840632409712, -38.684726962907725], [177.96841729176134, -38.684719455678405], [177.96842825958467, -38.68471195077705], [177.96843922757662, -38.68470444834069], [177.9684501957277, -38.68469694823228], [177.96846116404268, -38.68468945052034], [177.9684721325215, -38.68468195520487], [177.96848310115945, -38.68467446221739], [177.96849406997077, -38.68466697176336], [177.96850503893646, -38.684659483568815], [177.96851600807554, -38.68465199790773], [177.96852697737373, -38.68464451457461], [177.96853794683582, -38.68463703363796], [177.9685489164713, -38.684629555234785], [177.9685598862706, -38.68462207922807], [177.9685708562196, -38.68461460541233], [177.96858182634193, -38.68460713413006], [177.96859279663292, -38.68459966531276], [177.96860376708304, -38.684592198823424], [177.9686147376923, -38.68458473466207], [177.9686257084702, -38.68457727296567], [177.9686366794072, -38.68456981359724], [177.96864765051288, -38.68456235669379], [177.96865862178245, -38.6845549021868], [177.96866959321113, -38.68454745000778], [177.96868056480375, -38.68454000022523], [177.96869153656968, -38.68453255297615], [177.96870250848534, -38.684525107918034], [177.96871348058383, -38.68451766553038], [177.96872445283674, -38.6845102254022], [177.9687354252488, -38.684502787601986], [177.9687463978295, -38.684495352266744], [177.9687573705741, -38.684487919327964], [177.9687683434826, -38.68448048878565], [177.968779316555, -38.68447306063981], [177.96879028979131, -38.68446563489044], [177.96880126318675, -38.68445821146902], [177.9688122367461, -38.684450790444096], [177.96882321046462, -38.684443371747115], [177.96883418435652, -38.68443595558361], [177.96884515840284, -38.68442854167958], [177.96885613261782, -38.6844211302405], [177.96886710699667, -38.6844137211979], [177.96887808154423, -38.68440631462025], [177.96888905625568, -38.68439891043908], [177.96890003112154, -38.68439150851738], [177.96891100615605, -38.68438410906064], [177.96892198135447, -38.684376712000365], [177.96893295671208, -38.68436931726806], [177.9689439322431, -38.6843619250692], [177.96895490792375, -38.684354535061345], [177.96896588376833, -38.684347147449934], [177.96897685978635, -38.68433976237198], [177.96898783596353, -38.684332379622006], [177.96899881230462, -38.6843249992685], [177.9690097888049, -38.68431762124294], [177.96902076546908, -38.68431024561387], [177.96903174229243, -38.684302872312756], [177.9690427192987, -38.6842955016821], [177.96905369645467, -38.68428813324242], [177.96906467377454, -38.6842807671992], [177.96907565125835, -38.68427340355243], [177.9690866289061, -38.684266042302134], [177.96909760671298, -38.68425868337982], [177.96910858468857, -38.68425132692245], [177.96911956282335, -38.68424397279305], [177.96913054112204, -38.68423662106011], [177.9691415195847, -38.68422927172366], [177.96915249820648, -38.68422192471515], [177.9691634769875, -38.68421458003461], [177.96917445594192, -38.684207237887534], [177.9691854350603, -38.684199898136924], [177.96919641432834, -38.68419256057728], [177.96920739377458, -38.68418522561959], [177.96921837338476, -38.684177893058354], [177.9692293531446, -38.68417056268811], [177.96924033307795, -38.68416323485131], [177.96925131317042, -38.68415590934248], [177.96926229342688, -38.68414858623012], [177.96927327384253, -38.68414126544571], [177.96928425441735, -38.68413394698928], [177.96929523516562, -38.684126631066285], [177.96930621606833, -38.68411931740278], [177.96931719713976, -38.68411200620423], [177.96932817837038, -38.684104697333645], [177.96933915976493, -38.68409739085951], [177.9693501413187, -38.68409008671335], [177.9693611230317, -38.68408278489516], [177.96937210491808, -38.68407548561042], [177.96938308696846, -38.68406818872214], [177.96939406917804, -38.68406089416182], [177.96940505155632, -38.68405360206646], [177.9694160340843, -38.68404631216207], [177.96942701677625, -38.68403902465414], [177.96943799964166, -38.684031739679675], [177.96944898265676, -38.68402445689617], [177.96945996584057, -38.68401717657763], [177.9694709491836, -38.68400989858706], [177.9694819326906, -38.684002622992935], [177.9694929163568, -38.68399534972679], [177.96950390019646, -38.68398807899408], [177.96951488418583, -38.68398081045235], [177.96952586834394, -38.68397354437558], [177.9695368526755, -38.68396628083225], [177.9695478371568, -38.68395901947991], [177.96955882180202, -38.683951760524], [177.96956980662074, -38.68394450410157], [177.96958079158446, -38.6839372498016], [177.9695917767216, -38.68392999803509], [177.96960276201324, -38.68392274852804], [177.9696137474736, -38.68391550148595], [177.96962473308844, -38.683908256703326], [177.96963571887673, -38.68390101445416], [177.96964670481475, -38.68389377439595], [177.9696576909215, -38.683886536802696], [177.96966867719223, -38.68387930160591], [177.9696796636222, -38.683872068737074], [177.9696906502209, -38.68386483833321], [177.96970163696935, -38.6838576101203], [177.96971262389124, -38.683850384440845], [177.96972361096286, -38.68384316095237], [177.96973459821277, -38.68383594006583], [177.96974558561712, -38.68382872143876], [177.96975657318072, -38.68382150513964], [177.96976756091303, -38.683814291305495], [177.96977854879987, -38.6838070797308], [177.96978953685067, -38.68379987055256], [177.96980052506547, -38.68379266377077], [177.96981151344423, -38.68378545938546], [177.96982250197752, -38.68377825725961], [177.96983349067477, -38.6837710575302], [177.9698444795408, -38.68376386026575], [177.96985546856607, -38.68375666532928], [177.96986645775058, -38.68374947272075], [177.96987744709907, -38.683742282508675], [177.96988843660682, -38.68373509462456], [177.96989942628332, -38.68372790920541], [177.96991041611906, -38.68372072611421], [177.9699214061093, -38.68371354528249], [177.96993239626354, -38.683706366847204], [177.9699433865818, -38.683699190808376], [177.9699543770593, -38.68369201709753], [177.9699653677008, -38.68368484578312], [177.9699763585063, -38.683677676865166], [177.96998734946632, -38.68367051020667], [177.9699983405951, -38.68366334601315], [177.97000933188312, -38.68365618414756], [177.97002032333992, -38.68364902474693], [177.97003131494645, -38.68364186753728], [177.97004230672653, -38.683634712861064], [177.97005329865635, -38.683627560375825], [177.9700642907644, -38.683620410492516], [177.97007528302228, -38.68361326280017], [177.97008627543937, -38.6836061174358], [177.97009726801576, -38.68359897439938], [177.97010826075618, -38.68359183375941], [177.97011925366056, -38.6835846955159], [177.97013024672898, -38.68357755966885], [177.9701412399567, -38.68357042614974], [177.97015223334367, -38.683563294958596], [177.97016322688992, -38.683556166095414], [177.9701742205954, -38.68354903956018], [177.97018521448396, -38.683541915695386], [177.970196208508, -38.68353479381607], [177.97020720270558, -38.683527674470206], [177.9702181970577, -38.683520557383794], [177.97022919158334, -38.68351344283084], [177.97024018626826, -38.68350633060583], [177.97025118110295, -38.68349922057179], [177.97026217610642, -38.683492113002686], [177.97027317125966, -38.68348500762457], [177.97028416658645, -38.683477904779885], [177.9702951620773, -38.68347080433165], [177.97030615771789, -38.683463706074384], [177.97031715352253, -38.68345661021357], [177.9703281494912, -38.6834495167492], [177.9703391456239, -38.6834424256813], [177.97035014192065, -38.68343533700984], [177.97036113837194, -38.683428250597835], [177.9703721349825, -38.683421166513796], [177.97038313175713, -38.6834140848262], [177.97039412869577, -38.68340700553506], [177.97040512579375, -38.68339992857186], [177.970416123051, -38.68339285393664], [177.97042712046752, -38.68338578162937], [177.97043811804335, -38.68337871165003], [177.97044911578797, -38.68337164413565], [177.9704601136824, -38.68336457881225], [177.9704711117409, -38.683357515885284], [177.9704821099634, -38.68335045535477], [177.97049310834524, -38.683343397152214], [177.97050410688632, -38.68333634127762], [177.97051510559626, -38.683329287867956], [177.97052610446548, -38.68332223678625], [177.97053710349402, -38.6833151880325], [177.97054810267235, -38.683308141469716], [177.9705591020385, -38.68330109764585], [177.97057010154495, -38.68329405587597], [177.97058110120597, -38.68328701636555], [177.97059210104052, -38.68327997938854], [177.9706031010249, -38.68327294460252], [177.97061410117809, -38.683265912281435], [177.97062510148584, -38.68325888221981], [177.97063610195764, -38.683251854554634], [177.97064710259352, -38.683244829285904], [177.97065810338393, -38.683237806276644], [177.97066910433844, -38.68323078566382], [177.97068010546653, -38.68322376758442], [177.97069110673965, -38.683216751627505], [177.97070210817208, -38.68320973799854], [177.97071310976386, -38.68320272669753], [177.97072411153397, -38.68319571799845], [177.9707351134444, -38.68318871135333], [177.9707461155236, -38.683181707173176], [177.97075711776216, -38.68317470532096], [177.97076812016005, -38.68316770579669], [177.97077912271249, -38.683160708531894], [177.97079012543853, -38.683153713800515], [177.97080112830963, -38.68314672119162], [177.9708121313496, -38.68313973104765], [177.9708231345536, -38.68313274330013], [177.9708341379122, -38.68312575781208], [177.97084514143486, -38.683118774720484], [177.97085614512162, -38.6831117940253], [177.9708671489677, -38.68310481565809], [177.97087815296837, -38.68309783955033], [177.9708891571284, -38.68309086577052], [177.97090016145248, -38.68308389438716], [177.97091116593114, -38.683076925263244], [177.97092217057866, -38.68306995860427], [177.97093317537127, -38.683062994067775], [177.97094418033745, -38.683056032064705], [177.97095518545825, -38.68304907232109], [177.97096619073838, -38.683042114905426], [177.9709771961826, -38.6830351598862], [177.97098820178613, -38.683028207194944], [177.9709992075443, -38.683021256763126], [177.97101021347603, -38.68301430886475], [177.97102121956237, -38.683007363225826], [177.9710322258033, -38.68300041984635], [177.9710432322131, -38.68299347893182], [177.971054238768, -38.682986540139744], [177.97106524549648, -38.68297960388112], [177.97107625237956, -38.682972669881956], [177.97108725941249, -38.68296573807372], [177.9710982666143, -38.682958808730426], [177.97110927398492, -38.682951881852084], [177.97112028150067, -38.68294495709619], [177.97113128917576, -38.68293803466826], [177.97114229701972, -38.68293111470527], [177.97115330502305, -38.68292419707022], [177.97116431318096, -38.68291728169462], [177.97117532150776, -38.68291036878398], [177.9711863299844, -38.68290345806427], [177.97119733862988, -38.682896549809506], [177.97120834743, -38.68288964381419], [177.97121935638947, -38.682882740146844], [177.97123036550832, -38.682875838807426], [177.97124137478653, -38.682868939795945], [177.97125238421935, -38.68286204304393], [177.97126339382103, -38.68285514875685], [177.9712744035821, -38.68284825679772], [177.97128541349304, -38.68284136702955], [177.97129642356805, -38.68283447965781], [177.9713074338025, -38.68282759461403], [177.97131844420102, -38.68282071196667], [177.9713294547637, -38.68281383171577], [177.97134046547623, -38.68280695365583], [177.9713514763434, -38.68280007785532], [177.97136248737942, -38.68279320451976], [177.9713734985748, -38.68278633351215], [177.97138450993432, -38.682779464900975], [177.97139552144375, -38.68277259848075], [177.9714065331078, -38.68276573431997], [177.97141754493597, -38.682758872555645], [177.9714285569283, -38.68275201318775], [177.97143956907522, -38.682745156079314], [177.97145058137679, -38.682738301230316], [177.97146159385198, -38.682731448914765], [177.9714726064723, -38.68272459872167], [177.9714836192568, -38.68271775092501], [177.97149463221012, -38.68271090559329], [177.97150564531336, -38.68270406245251], [177.971516658576, -38.68269722163968], [177.9715276719933, -38.68269038308631], [177.97153868558422, -38.68268354706635], [177.97154969932026, -38.68267671316886], [177.97156071322047, -38.682669881667806], [177.9715717272753, -38.682663052426214], [177.97158274149427, -38.68265622558105], [177.97159375587265, -38.68264940106383], [177.9716047704057, -38.68264257880605], [177.97161578510284, -38.68263575894473], [177.9716267999547, -38.68262894134283], [177.9716378149659, -38.6826221260689], [177.9716488301365, -38.682615313122895], [177.97165984547127, -38.68260850257333], [177.97167086096545, -38.68260169435171], [177.97168187660478, -38.68259488825255], [177.97169289241302, -38.68258808461832], [177.97170390839014, -38.68258128344903], [177.9717149245124, -38.68257448440219], [177.97172594078938, -38.6825676876148], [177.97173695723995, -38.68256089336083], [177.97174797383096, -38.68255410116082], [177.97175899059565, -38.682547311494254], [177.97177000751023, -38.68254052401863], [177.97178102458895, -38.68253373893944], [177.97179204182237, -38.6825269561197], [177.97180305921992, -38.68252017569639], [177.9718140767674, -38.682513397464035], [177.97182509448854, -38.682506621765114], [177.97183611235963, -38.68249984825714], [177.97184713038533, -38.682493077008616], [177.9718581485705, -38.682486308088016], [177.97186916693406, -38.682479541769354], [177.9718801854333, -38.68247277743616], [177.97189120409666, -38.682466015499394], [177.9719022229195, -38.68245925589056], [177.97191324189703, -38.68245249854117], [177.97192426103393, -38.68244574351975], [177.97193528032554, -38.68243899075773], [177.97194629978603, -38.68243224046068], [177.97195731940124, -38.68242549242305], [177.97196833916635, -38.68241874657638], [177.97197935909566, -38.68241200312614], [177.9719903792034, -38.68240526227783], [177.9720013994468, -38.682398523414975], [177.9720124198449, -38.682391786811564], [177.97202344041193, -38.68238505267309], [177.9720344611479, -38.68237832099953], [177.97204548202905, -38.682371591448444], [177.97205650306486, -38.68236486415678], [177.97206752425535, -38.68235813912458], [177.97207854561958, -38.68235141662579], [177.9720895671337, -38.682344696317955], [177.9721005887978, -38.68233797820107], [177.97211161062603, -38.68233126248062], [177.97212263261375, -38.68232454908811], [177.97213365476563, -38.68231783809202], [177.97214467706746, -38.68231112928689], [177.972155699543, -38.68230442301517], [177.97216672216373, -38.68229771886591], [177.9721777449344, -38.68229101690761], [177.97218876787878, -38.682284317482726], [177.97219979097784, -38.68227762031728], [177.97221081422686, -38.68227092534277], [177.97222183764003, -38.68226423276471], [177.97223286121272, -38.682257542514584], [177.97224388493058, -38.6822508543869], [177.97225490882212, -38.68224416879264], [177.97226593286365, -38.68223748538934], [177.97227695705985, -38.68223080424547], [177.9722879814203, -38.68222412549803], [177.97229900594016, -38.68221744907853], [177.97231003060526, -38.68221077478149], [177.97232105544404, -38.68220410301787], [177.97233208043752, -38.682197433513664], [177.97234310558102, -38.682190766200435], [177.97235413089342, -38.68218410135212], [177.9723651563558, -38.68217743869475], [177.97237618197767, -38.68217077836532], [177.97238720775897, -38.68216412036383], [177.97239823369023, -38.68215746455328], [177.97240925979045, -38.68215081120765], [177.9724202860359, -38.682144159984475], [177.97243131245034, -38.68213751122624], [177.97244233901472, -38.68213086465893], [177.97245336573857, -38.68212422041956], [177.9724643926219, -38.68211757850812], [177.97247541965518, -38.68211093878764], [177.97248644686695, -38.68210430166905], [177.97249747421444, -38.68209766653594], [177.97250850172617, -38.68209103379925], [177.97251952939735, -38.6820844033905], [177.97253055723274, -38.682077775378175], [177.9725415852229, -38.68207114962529], [177.97255261335826, -38.68206452599486], [177.9725636416626, -38.68205790482935], [177.97257467012165, -38.68205128592327], [177.97258569872594, -38.682044669139664], [177.97259672750397, -38.682038054889446], [177.972607756432, -38.68203144283018], [177.97261878551473, -38.682024833030354], [177.97262981476172, -38.68201822562696], [177.97264084416344, -38.682011620483], [177.97265187372938, -38.68200501773548], [177.97266290344533, -38.68199841717889], [177.972673933316, -38.68199181888174], [177.9726849633509, -38.681985222981034], [177.97269599354058, -38.68197862933973], [177.97270702388496, -38.68197203795789], [177.97271805438885, -38.68196544890398], [177.97272908504743, -38.68195886210951], [177.97274011586083, -38.68195227757446], [177.97275114682895, -38.68194569529887], [177.9727621779613, -38.68193911541969], [177.97277320925315, -38.68193253786844], [177.97278424069498, -38.68192596250814], [177.97279527229634, -38.68191938947576], [177.97280630405243, -38.68191281870284], [177.97281733597276, -38.681906250326335], [177.97282836804786, -38.681899684209256], [177.97283940027296, -38.68189312028313], [177.97285043266706, -38.681886558821915], [177.97286146521117, -38.68187999955166], [177.97287249791, -38.68187344254081], [177.97288353077312, -38.6818668879264], [177.9728945637815, -38.68186033543444], [177.97290559695412, -38.681853785338916], [177.9729166302815, -38.681847237502815], [177.97292766376364, -38.68184069192615], [177.9729386974053, -38.68183414867741], [177.9729497312017, -38.68182760768811], [177.97296076515764, -38.68182106902674], [177.97297179926355, -38.6818145325563], [177.97298283354326, -38.681807998619284], [177.97299386796823, -38.68180146680473], [177.97300490254796, -38.68179493724958], [177.97301593730145, -38.681788410227874], [177.97302697219072, -38.681781885191604], [177.97303800724427, -38.681775362551754], [177.9730490424478, -38.68176884210285], [177.97306007781089, -38.68176232398187], [177.97307111334297, -38.68175580832581], [177.97308214901557, -38.681749294723716], [177.97309318484773, -38.68174278344953], [177.9731042208394, -38.68173627450328], [177.97311525699058, -38.68172976788495], [177.97312629329653, -38.68172326352607], [177.973137329762, -38.6817167614951], [177.97314836637753, -38.68171026165508], [177.97315940314783, -38.681703764074484], [177.97317044008238, -38.68169726889032], [177.97318147718124, -38.68169077610258], [177.97319251441112, -38.68168428523178], [177.97320355181955, -38.681677796962916], [177.97321458937324, -38.681671310816476], [177.97322562708172, -38.68166482692947], [177.97323666495453, -38.68165834543888], [177.97324770297257, -38.681651866070744], [177.97325874115015, -38.68164538903054], [177.97326977948728, -38.68163891431824], [177.9732808179887, -38.68163244200238], [177.97329185663543, -38.68162597180896], [177.9733028954464, -38.68161950401196], [177.97331393440746, -38.6816130384059], [177.97332497352804, -38.68160657512775], [177.97333601280343, -38.681600114109045], [177.97334705223835, -38.68159365541827], [177.9733580918233, -38.681587198918415], [177.9733691315678, -38.681580744746505], [177.9733801714719, -38.681574292902496], [177.97339121151649, -38.68156784311246], [177.97340225172536, -38.68156139571882], [177.97341329210334, -38.68155495079012], [177.97342433262185, -38.681548507915345], [177.97343537329516, -38.681542067300015], [177.97344641413275, -38.6815356290811], [177.97345745512519, -38.681529193121605], [177.97346849628192, -38.68152275955854], [177.97347953757918, -38.681516328049426], [177.97349057903602, -38.68150989886823], [177.97350162065715, -38.68150347208345], [177.97351266242836, -38.681497047489614], [177.97352370435436, -38.6814906251552], [177.97353474643992, -38.681484205148706], [177.97354578867555, -38.68147778733316], [177.973556831066, -38.68147137177702], [177.97356787362074, -38.68146495861732], [177.9735789163208, -38.68145854758004], [177.97358995918046, -38.6814521388707], [177.97360100219964, -38.68144573248928], [177.97361204536892, -38.681439328298794], [177.973623088693, -38.68143292636775], [177.97363413219088, -38.681426526970085], [177.9736451758246, -38.68142012955788], [177.97365621962265, -38.6814137345421], [177.97366726357075, -38.68140734171725], [177.97367830768795, -38.68140095135732], [177.9736893519457, -38.68139456305131], [177.9737003963678, -38.68138817714174], [177.9737114409352, -38.681381793354596], [177.9737224856669, -38.68137541196387], [177.97373353054874, -38.68136903276409], [177.9737445755901, -38.68136265589222], [177.9737556207816, -38.68135628121129], [177.97376666612786, -38.68134990878976], [177.9737777116385, -38.68134353876468], [177.97378875729922, -38.68133717093051], [177.9737998031195, -38.68133080542428], [177.9738108490899, -38.681324442108966], [177.97382189522457, -38.68131808119008], [177.97383294149986, -38.68131172232512], [177.97384398794426, -38.681305365925084], [177.9738550345387, -38.681299011715986], [177.97386608128804, -38.681292659766314], [177.97387712819216, -38.681286310076054], [177.9738881752464, -38.681279962576724], [177.97389922246023, -38.68127361740532], [177.97391026983365, -38.68126727456184], [177.9739213173524, -38.68126093384078], [177.97393236503072, -38.68125459544766], [177.9739434128687, -38.68124825938246], [177.97395446085673, -38.68124192550818], [177.97396550900436, -38.68123559396182], [177.9739765573116, -38.68122926474339], [177.97398760576894, -38.68122293771587], [177.97399865437163, -38.6812166128108], [177.97400970314342, -38.68121029037064], [177.9740207520653, -38.68120397012141], [177.97403180114677, -38.681197652200105], [177.97404285037362, -38.68119133640121], [177.97405389976007, -38.681185022930265], [177.97406494929186, -38.68117871158174], [177.97407599898798, -38.68117240262963], [177.97408704883898, -38.68116609593693], [177.97409809884962, -38.68115979157217], [177.97410914900559, -38.68115348932982], [177.97412019932116, -38.68114718941541], [177.97413124979164, -38.68114089176042], [177.97414230041693, -38.68113459636485], [177.9741533511971, -38.681128303228704], [177.97416440212737, -38.68112201228348], [177.97417545323154, -38.68111572387166], [177.97418650447153, -38.68110943744529], [177.97419755587114, -38.68110315334683], [177.97420860742562, -38.681096871507805], [177.97421965913026, -38.68109059185969], [177.97423071098973, -38.68108431447102], [177.97424176300404, -38.681078039341756], [177.97425281517803, -38.68107176654041], [177.97426386750686, -38.681065495998496], [177.97427491998107, -38.681059227579], [177.9742859726149, -38.68105296148744], [177.97429702542263, -38.68104669792926], [177.97430807836145, -38.68104043628804], [177.97431913145516, -38.68103417690623], [177.97433018472273, -38.68102792005784], [177.97434123813096, -38.68102166526337], [177.97435229169403, -38.681015412728335], [177.97436334540728, -38.68100916238422], [177.97437439927535, -38.68100291429952], [177.97438545330786, -38.680996668611236], [177.97439650748095, -38.68099042497689], [177.97440756181845, -38.68098418373895], [177.97441861630608, -38.68097794469194], [177.9744296709486, -38.68097170790435], [177.97444072574126, -38.68096547330769], [177.9744517806983, -38.68095924110742], [177.97446283580547, -38.68095301109809], [177.97447389106753, -38.68094678334818], [177.9744849464845, -38.68094055785771], [177.9744960020611, -38.680934334695124], [177.9745070577831, -38.68092811365498], [177.97451811366474, -38.68092189494275], [177.97452916969175, -38.680915678352946], [177.97454022587843, -38.68090946409105], [177.97455128221523, -38.680903252020094], [177.97456233871168, -38.68089704227705], [177.97457339535828, -38.68089083472492], [177.97458445216455, -38.68088462950072], [177.9745955091162, -38.680878426398934], [177.9746065662275, -38.680872225625066], [177.9746176234937, -38.68086602711061], [177.97462868091955, -38.68085983092408], [177.97463973848608, -38.68085363679148], [177.97465079622174, -38.68084744512378], [177.9746618541028, -38.680841255578514], [177.97467291213877, -38.68083506829265], [177.97468397032966, -38.68082888326623], [177.9746950286707, -38.68082270043071], [177.97470608716665, -38.68081651985462], [177.97471714581272, -38.680810341469446], [177.97472820461851, -38.6808041654122], [177.9747392635697, -38.680797991477355], [177.97475032268525, -38.68079181993894], [177.97476138194625, -38.68078565052296], [177.9747724413669, -38.68077948343487], [177.974783500952, -38.68077331874319], [177.974794560673, -38.68076715603696], [177.97480562055839, -38.68076099572712], [177.974816680594, -38.68075483760821], [177.97482774077972, -38.68074868168022], [177.9748388011299, -38.68074252814864], [177.97484986162073, -38.680736376671], [177.97486092226646, -38.68073022745276], [177.9748719830719, -38.68072408056243], [177.9748830440275, -38.680717935863036], [177.974894105138, -38.68071179342305], [177.9749051663987, -38.68070565317398], [177.97491622780956, -38.68069951511584], [177.97492728938488, -38.6806933794541], [177.97493835110558, -38.6806872459148], [177.97494941299075, -38.68068111477189], [177.97496047502133, -38.68067498575141], [177.97497153720684, -38.680668858990344], [177.97498259954256, -38.680662734420196], [177.97499366203792, -38.680656612177955], [177.9750047246835, -38.680650492126645], [177.97501578748398, -38.68064437433475], [177.97502685043466, -38.680638258733765], [177.97503791354026, -38.680632145392195], [177.9750489767913, -38.68062603417305], [177.97506004020204, -38.68061992528182], [177.97507110376773, -38.68061381865001], [177.97508216748832, -38.6806077142776], [177.97509323134963, -38.680601611959126], [177.97510429538488, -38.68059551217406], [177.97511535956556, -38.68058941451139], [177.9751264238917, -38.680583318971166], [177.9751374883823, -38.68057722582733], [177.97514855300878, -38.68057113466893], [177.97515961780928, -38.680565046043924], [177.9751706827552, -38.68055895954135], [177.97518174784653, -38.6805528751612], [177.97519281310235, -38.680546793177434], [177.97520387849886, -38.680540713247616], [177.97521494405981, -38.6805346357142], [177.9752260097662, -38.68052856030321], [177.97523707562758, -38.68052248715162], [177.97524814163916, -38.68051641619095], [177.97525920780566, -38.680510347489694], [177.97527027413187, -38.680504281116335], [177.97528134060354, -38.680498216865416], [177.97529240723495, -38.6804921549424], [177.97530347401178, -38.6804860951418], [177.9753145409436, -38.680480037600624], [177.9753256080351, -38.68047398238734], [177.97533667527682, -38.68046792936498], [177.97534774265924, -38.68046187839654], [177.97535881020613, -38.6804558298245], [177.97536987790326, -38.6804497834434], [177.97538094575054, -38.68044373925319], [177.9753920137481, -38.680437697253915], [177.97540308190534, -38.680431657582545], [177.97541415020805, -38.68042562003359], [177.9754252186705, -38.68041958481253], [177.97543628728317, -38.6804135517824], [177.97544735605553, -38.68040752108018], [177.97545842497337, -38.68040149250036], [177.9754694940462, -38.68039546617997], [177.97548056326445, -38.680389441981994], [177.975491632652, -38.68038342024891], [177.97550270218022, -38.68037740056975], [177.97551377186343, -38.68037138315], [177.9755248416921, -38.68036536785267], [177.97553591168528, -38.680359354951754], [177.9755469818144, -38.68035334403626], [177.97555805210803, -38.68034733551716], [177.97556912255186, -38.68034132918898], [177.9755801931507, -38.6803353251202], [177.975591263895, -38.68032932317385], [177.97560233479427, -38.68032332348691], [177.97561340585807, -38.68031732619636], [177.97562447705783, -38.68031133089124], [177.97563554841733, -38.68030533791403], [177.97564661992706, -38.680299347127736], [177.97565769159652, -38.68029335866934], [177.97566876341622, -38.68028737240186], [177.97567983537667, -38.68028138818831], [177.9756909075016, -38.680275406371145], [177.975701979772, -38.6802694266764], [177.97571305219742, -38.68026344924107], [177.97572412477308, -38.68025747399663], [177.9757351974942, -38.680251500874654], [177.97574627037986, -38.68024553014904], [177.97575734340623, -38.68023956147736], [177.97576841659236, -38.680233595133586], [177.97577948993828, -38.6802276311177], [177.9757905634249, -38.680221669155756], [177.97580163706652, -38.680215709453215], [177.97581271086312, -38.680209752010065], [177.97582378481002, -38.68020379675783], [177.9758348589119, -38.68019784376502], [177.97584593315926, -38.68019189289462], [177.97585700756164, -38.680185944283615], [177.9758680821095, -38.680179997795044], [177.97587915682192, -38.68017405370286], [177.97589023167032, -38.6801681115961], [177.9759013066832, -38.68016217188575], [177.97591238184162, -38.680156234297804], [177.97592345715503, -38.68015029896926], [177.9759345326187, -38.68014436583164], [177.97594560824692, -38.680138435090406], [177.97595668401112, -38.6801325063346], [177.9759677599351, -38.68012657990669], [177.97597883601406, -38.68012065573821], [177.97598991223853, -38.680114733692115], [177.97600098860855, -38.68010881376845], [177.97601206513357, -38.68010289610419], [177.97602314181833, -38.68009698076782], [177.97603421864864, -38.68009106755388], [177.97604529563395, -38.68008515659935], [177.9760563727648, -38.68007924776722], [177.97606745005066, -38.68007334119449], [177.97607852748206, -38.68006743674418], [177.97608960507796, -38.68006153469028], [177.97610068280989, -38.68005563462179], [177.9761117607111, -38.68004973701819], [177.97612283875782, -38.680043841537], [177.97613391695006, -38.680037948178246], [177.9761449953116, -38.68003205728434], [177.97615607380442, -38.6800261683074], [177.976167152457, -38.68002028165835], [177.97617823125034, -38.68001439706322], [177.9761893102035, -38.68000851479598], [177.97620038931166, -38.68000263478815], [177.97621146856537, -38.679996756902725], [177.97622254796937, -38.67999088120822], [177.9762336275284, -38.67998500777311], [177.97624470724244, -38.6799791365974], [177.97625578710205, -38.67997326754412], [177.97626686711192, -38.67996740068174], [177.97627794728157, -38.679961536147246], [177.97628902759206, -38.679955673666676], [177.9763001080623, -38.679949813514014], [177.9763111886876, -38.67994395562074], [177.97632226945842, -38.679938099849885], [177.9763333503748, -38.679932246201446], [177.9763444314462, -38.67992639481241], [177.97635551266313, -38.679920545545784], [177.97636659403992, -38.67991469860704], [177.97637767556697, -38.67990885385922], [177.97638875723953, -38.679903011233804], [177.97639983906717, -38.6798971708678], [177.97641092104035, -38.6798913326242], [177.97642200316858, -38.67988549664001], [177.9764330854614, -38.67987966305219], [177.976444167895, -38.6798738315183], [177.97645525046462, -38.67986800196984], [177.97646633319883, -38.67986217481775], [177.97647741609757, -38.67985635006207], [177.97648849912764, -38.67985052722331], [177.9764995823175, -38.67984470671244], [177.97651066564816, -38.67983888825549], [177.9765217491386, -38.67983307212643], [177.97653283277467, -38.6798272581198], [177.97654391656096, -38.67982144630404], [177.97655500050712, -38.6798156368162], [177.97656608459408, -38.679809829382286], [177.97657716883612, -38.67980402420773], [177.97658825323322, -38.67979822129262], [177.97659933778536, -38.679792420636886], [177.97661042247356, -38.67978662196658], [177.97662150731685, -38.67978082555566], [177.9766325923057, -38.67977503126717], [177.97664367746384, -38.67976923944356], [177.97665476276285, -38.67976344967385], [177.97666584821215, -38.67975766209505], [177.976676933807, -38.67975187663866], [177.97668801955217, -38.67974609337318], [177.9766991054572, -38.679740312435584], [177.97671019150303, -38.67973453355191], [177.97672127770394, -38.67972875692763], [177.97673236405518, -38.67972298249426], [177.97674345055674, -38.67971721025179], [177.97675453720385, -38.67971144013172], [177.97676562402032, -38.679705672476544], [177.97677671096812, -38.67969990673828], [177.97678779807575, -38.67969414332792], [177.97679888532892, -38.67968838203995], [177.97680997274196, -38.6796826230799], [177.9768210602911, -38.679676866105254], [177.97683214800477, -38.679671111527], [177.97684323585455, -38.679665358934145], [177.97685432385938, -38.6796596086007], [177.97686541201935, -38.679653860526656], [177.97687650032486, -38.679648114575016], [177.97688758878076, -38.67964237081428], [177.97689867739172, -38.67963662931294], [177.9769097661435, -38.679630889865514], [177.97692085505514, -38.679625152745984], [177.97693194412184, -38.67961941788583], [177.97694303332943, -38.679613685079616], [177.97695412268257, -38.6796079543958], [177.97696521219083, -38.679602225971365], [177.97697630185894, -38.67959649987482], [177.97698739166313, -38.679590775763714], [177.97699848162242, -38.67958505391198], [177.97700957173205, -38.67957933425117], [177.9770206619873, -38.67957361671275], [177.97703175240238, -38.679567901502224], [177.9770428429583, -38.67956218834562], [177.97705393366934, -38.679556477448386], [177.97706502453073, -38.67955076874207], [177.9770761155377, -38.679545062158155], [177.97708720669505, -38.679539357765144], [177.97709829801224, -38.67953365570002], [177.97710938947503, -38.67952795575731], [177.97712048107869, -38.6795222578685], [177.97713157283744, -38.67951656223908], [177.9771426647561, -38.67951086893756], [177.9771537568108, -38.679505177621444], [177.97716484901588, -38.67949948849623], [177.97717594138084, -38.679493801698925], [177.97718703388188, -38.67948811688701], [177.97719812654282, -38.67948243440299], [177.97720921934933, -38.67947675404139], [177.97722031230623, -38.679471075870666], [177.97723140540873, -38.67946539982236], [177.9772424986711, -38.67945972610193], [177.97725359207436, -38.679454054435425], [177.97726468564224, -38.679448385165294], [177.9772757793462, -38.679442717880576], [177.97728687320054, -38.67943705278676], [177.9772979672053, -38.679431389883845], [177.97730906136985, -38.67942572930881], [177.97732015567058, -38.679420070719175], [177.9773312501264, -38.67941441438896], [177.97734234473265, -38.679408760249636], [177.97735343948446, -38.67940310823271], [177.9773645343819, -38.67939745833819], [177.97737562943925, -38.679391810771556], [177.97738672463748, -38.679386165258826], [177.97739781999078, -38.679380522005495], [177.97740891548978, -38.67937488087456], [177.97742001113912, -38.67936924193453], [177.9774311069436, -38.67936360525387], [177.97744220288897, -38.67935797062713], [177.97745329899422, -38.67935233832828], [177.97746439523084, -38.67934670794635], [177.9774754916416, -38.679341080097785], [177.97748658818375, -38.67933545416614], [177.97749768487628, -38.67932983042538], [177.97750878172874, -38.67932420901253], [177.97751987871726, -38.67931858958507], [177.97753097586096, -38.679312972417016], [177.97754207315506, -38.679307357439846], [177.97755317059955, -38.679301744653564], [177.97756426818492, -38.67929613392121], [177.97757536592067, -38.67929052537974], [177.97758646380683, -38.67928491902917], [177.97759756185764, -38.67927931507498], [177.97760866004458, -38.6792737131062], [177.97761975838193, -38.679268113328305], [177.97763085686492, -38.679262515672825], [177.9776419555078, -38.679256920345225], [177.97765305429158, -38.67925132707152], [177.97766415322104, -38.67924573592022], [177.97767525230563, -38.67924014702831], [177.97768635153585, -38.679234560258806], [177.97769745091173, -38.67922897561169], [177.97770855043802, -38.67922339315548], [177.9777196501195, -38.67921781295867], [177.97773074994183, -38.67921223481574], [177.9777418499146, -38.67920665886372], [177.97775295004251, -38.67920108517107], [177.97776405032084, -38.67919551366933], [177.97777515074006, -38.679189944221484], [177.97778625130493, -38.67918437689605], [177.9777973520393, -38.679178812035474], [177.97780845290973, -38.67917324916032], [177.97781955392585, -38.67916768840756], [177.9778306550924, -38.67916212984569], [177.9778417564046, -38.67915657340622], [177.97785285786244, -38.67915101908915], [177.97786395947548, -38.67914546703147], [177.9778750612294, -38.67913991702768], [177.97788616313852, -38.67913436928328], [177.97789726519807, -38.67912882372979], [177.97790836740327, -38.67912328029869], [177.97791946976363, -38.679117739126966], [177.9779305722697, -38.67911220007765], [177.97794167492142, -38.679106663150726], [177.97795277772354, -38.6791011284147], [177.97796388068087, -38.679095595938044], [177.9779749837791, -38.67909006551532], [177.97798608702303, -38.67908453721497], [177.97799719042212, -38.67907901117401], [177.97800829395734, -38.67907348711846], [177.9780193976478, -38.67906796532229], [177.9780305014887, -38.67906244571702], [177.97804160547523, -38.67905692823415], [177.97805270960745, -38.679051412873655], [177.97806381389964, -38.679045899841064], [177.9780749183327, -38.67904038886236], [177.97808602291627, -38.67903488007457], [177.97809712764547, -38.67902937340914], [177.97810823252513, -38.67902386893462], [177.9781193375552, -38.67901836665099], [177.97813044273573, -38.67901286655825], [177.97814154806196, -38.67900736858792], [177.97815265352435, -38.67900187260296], [177.9781637591467, -38.678996378945904], [177.97817486490996, -38.678990887342756], [177.97818597083318, -38.678985398067475], [177.9781970768926, -38.6789799107776], [177.97820818310723, -38.67897442574711], [177.97821928946274, -38.67896894277051], [177.97823039596875, -38.67896346198481], [177.9782415026252, -38.678957983390006], [177.97825260943682, -38.67895250705457], [177.97826371639417, -38.67894703284154], [177.97827482348768, -38.67894156061391], [177.9782859307364, -38.67893609064566], [177.97829703814512, -38.6789306230053], [177.97830814569002, -38.678925157350335], [177.97831925337582, -38.67891969374927], [177.97833036121213, -38.678914232339096], [177.97834146920363, -38.67890877318831], [177.9783525773456, -38.67890331622841], [177.97836368562847, -38.6788978613224], [177.97837479406184, -38.678892408607275], [177.97838590263615, -38.678886957946055], [177.9783970113609, -38.67888150947574], [177.9784081202409, -38.678876063264774], [177.9784192292666, -38.67887061917623], [177.978430338438, -38.67886517721007], [177.97844144775513, -38.678859737366295], [177.97845255721793, -38.67885429964492], [177.97846366683598, -38.678848864182925], [177.97847477660451, -38.678843430911826], [177.97848588650447, -38.678837999557615], [177.9784969965644, -38.678832570531284], [177.97850810677005, -38.678827143627366], [177.97851921712143, -38.67882171884582], [177.97853032762328, -38.67881629625517], [177.97854143826606, -38.67881087571841], [177.97855254906412, -38.678805457441044], [177.97856365999834, -38.67880004114907], [177.97857477108784, -38.678794627116474], [177.97858588233254, -38.67878921534327], [177.9785969937277, -38.678783805760936], [177.97860810525435, -38.678778398095524], [177.97861921693624, -38.67877299268948], [177.97863032876384, -38.67876758940584], [177.9786414407419, -38.67876218831307], [177.97865255286098, -38.67875678927421], [177.97866366513526, -38.67875139249472], [177.97867477755054, -38.67874599776912], [177.97868589011628, -38.678740605234424], [177.97869700281825, -38.67873521468512], [177.97870811568018, -38.67872982646369], [177.97871922868313, -38.678724440296165], [177.97873034184607, -38.6787190564565], [177.9787414551405, -38.67871367453375], [177.97875256859012, -38.67870829487037], [177.9787636821903, -38.678702917397885], [177.9787747959314, -38.678697541979275], [177.97878590981827, -38.678692168683085], [177.97879702386038, -38.67868679764625], [177.97880813804346, -38.67868142866332], [177.97881925237706, -38.67867606187128], [177.9788303668564, -38.6786706972016], [177.97884148147196, -38.67866533451735], [177.97885259624277, -38.67865997409247], [177.97886371116886, -38.67865461592697], [177.97887482623116, -38.678649259746855], [177.97888594143922, -38.67864390568914], [177.9788970568025, -38.6786385538908], [177.97890817231158, -38.678633204214854], [177.97891928797588, -38.67862785679829], [177.9789304037717, -38.67862251129862], [177.97894151971798, -38.678617167989835], [177.97895263581478, -38.67861182687193], [177.9789637520621, -38.678606487944904], [177.97897486845042, -38.67860115107178], [177.9789859849845, -38.67859581632104], [177.9789971016643, -38.67859048369268], [177.97900821848987, -38.67858515318674], [177.97901933547072, -38.67857982494014], [177.97903045259733, -38.67857449881593], [177.9790415698602, -38.678569174677136], [177.97905268727354, -38.678563852729205], [177.9790638048374, -38.67855853297217], [177.97907492255183, -38.67855321540601], [177.97908604041197, -38.67854789996225], [177.97909715841786, -38.67854258664086], [177.97910827656005, -38.67853727530487], [177.9791193948575, -38.67853196622826], [177.97913051330545, -38.67852665934252], [177.97914163189444, -38.67852135451069], [177.97915275063394, -38.678516051869735], [177.9791638695097, -38.67851075121416], [177.97917498854073, -38.67850545281799], [177.97918610771754, -38.678500156544175], [177.97919722703534, -38.67849486232427], [177.97920834650373, -38.67848957029524], [177.9792194661226, -38.67848428045709], [177.97923058587773, -38.67847899260434], [177.97924170578813, -38.67847370701096], [177.97925282585388, -38.678468423676954], [177.97926394605108, -38.67846314225985], [177.97927506639405, -38.67845786296513], [177.9792861868876, -38.678452585861294], [177.97929730753643, -38.678447311016825], [177.97930842831676, -38.67844203808926], [177.97931954925238, -38.67843676742106], [177.979330670329, -38.67843149880676], [177.97934179155146, -38.67842623231486], [177.97935291292444, -38.6784209680138], [177.97936403443845, -38.678415705766675], [177.97937515610298, -38.678410445710405], [177.9793862779133, -38.67840518777651], [177.9793973998599, -38.67839993182802], [177.97940852197132, -38.67839467827589], [177.97941964422375, -38.67838942677765], [177.97943076661247, -38.67838417726481], [177.9794418891565, -38.678378930011334], [177.97945301185106, -38.67837368494874], [177.97946413468668, -38.67836844194004], [177.97947525766332, -38.67836320098521], [177.979486380781, -38.678357962084284], [177.97949750404925, -38.678352725374225], [177.97950862746802, -38.67834749085505], [177.9795197510326, -38.67834225845826], [177.97953087473823, -38.67833702811536], [177.9795419985944, -38.67833179996333], [177.97955312259162, -38.6783265738652], [177.9795642467299, -38.67832134982094], [177.9795753710282, -38.67831612810456], [177.97958649547712, -38.67831090857905], [177.97959762005755, -38.67830569097044], [177.97960874478852, -38.67830047555271], [177.97961986967007, -38.678295262325854], [177.97963099468316, -38.67829005101589], [177.97964211985632, -38.6782848420338], [177.97965324516102, -38.678279634968604], [177.97966437062104, -38.67827443016277], [177.97967549622211, -38.67826922741083], [177.97968662197852, -38.678264026918264], [177.9796977478712, -38.678258828411096], [177.97970887390494, -38.678253631957794], [177.97972000009403, -38.67824843776388], [177.97973112642416, -38.67824324562385], [177.97974225290486, -38.67823805567468], [177.9797533795314, -38.6782328678479], [177.97976450629895, -38.678227682075004], [177.97977563321712, -38.678222498492985], [177.9797867602906, -38.678217317170336], [177.97979788748611, -38.678212137627604], [177.97980901483697, -38.67820696034423], [177.97982014233838, -38.67820178525173], [177.97983126997613, -38.67819661214462], [177.97984239775968, -38.6781914411599], [177.9798535256938, -38.678186272366034], [177.9798646537738, -38.67818110569456], [177.9798757819996, -38.67817594114547], [177.97988691036642, -38.67817077865024], [177.97989803887438, -38.678165618208936], [177.9799091675519, -38.67816046023246], [177.97992029634673, -38.6781553039674], [177.97993142530166, -38.678150150030206], [177.97994255439292, -38.67814499807839], [177.97995368364425, -38.67813984845446], [177.97996481302718, -38.67813470074739], [177.97997594256069, -38.67812955523122], [177.9799870722305, -38.67812441170043], [177.97999820205567, -38.678119270428994], [177.9800093320219, -38.678114131211466], [177.980020462134, -38.67810899411631], [177.98003159238715, -38.67810385907502], [177.98004272279093, -38.67809872622462], [177.9800538533358, -38.678093595428095], [177.98006498402646, -38.67808846675395], [177.98007611487728, -38.678083340407674], [177.9800872458549, -38.678078215909785], [177.98009837698308, -38.678073093602784], [177.9801095082476, -38.67806797328115], [177.98012063967707, -38.67806285535589], [177.9801317712428, -38.678057739416005], [177.98014290294012, -38.67805262539302], [177.9801540347928, -38.6780475136294], [177.98016516679613, -38.67804240405665], [177.98017629893573, -38.6780372964693], [177.98018743122597, -38.6780321910728], [177.98019856365252, -38.67802708766168], [177.9802096962297, -38.678021986441465], [177.980220828948, -38.678016887275106], [177.9802319618121, -38.67801179023114], [177.98024309482685, -38.67800669537803], [177.98025422798747, -38.67800160264729], [177.98026536128916, -38.67799651197045], [177.9802764947272, -38.677991423278996], [177.98028762832539, -38.677986336915396], [177.9802987620694, -38.677981252674165], [177.98030989594503, -38.67797617034983], [177.98032102996177, -38.677971090079375], [177.98033216413387, -38.67796601206829], [177.98034329844705, -38.67796093611108], [177.98035443290613, -38.67795586227625], [177.9803655675063, -38.6779507904953], [177.98037670224758, -38.67794572076822], [177.98038783713474, -38.677940653163525], [177.9803989721725, -38.677935587749694], [177.98041010736566, -38.677930524595226], [177.98042124269043, -38.67792546335765], [177.9804323781563, -38.67792040417395], [177.98044351376805, -38.67791534711264], [177.98045464953043, -38.677910292242196], [177.98046578543392, -38.67790523942562], [177.98047692148324, -38.677900188731414], [177.98048805767849, -38.67789514015959], [177.9804991940101, -38.67789009357315], [177.98051033048756, -38.67788504910908], [177.98052146710614, -38.6778800066989], [177.98053260388014, -38.677874966548075], [177.98054374079524, -38.67786992845112], [177.98055487785146, -38.67786489240805], [177.9805660150536, -38.67785985848735], [177.9805771524063, -38.67785482675754], [177.98058828989068, -38.67784979694459], [177.98059942752568, -38.67784476932253], [177.98061056529704, -38.67783974368584], [177.98062170323334, -38.6778347204455], [177.98063284129648, -38.677829699053554], [177.9806439795055, -38.67782467978399], [177.98065511786515, -38.677819662705275], [177.98066625635647, -38.677814647543464], [177.98067739500317, -38.677809634641015], [177.98068853379098, -38.67780462379244], [177.98069967271994, -38.67779961499774], [177.9807108117948, -38.677794608325414], [177.9807219510108, -38.67778960370696], [177.98073309037744, -38.67778460127938], [177.9807442298852, -38.67777960090567], [177.98075536953888, -38.67777460265433], [177.9807665093337, -38.67776960645688], [177.98077764926964, -38.6777646123133], [177.98078878935627, -38.67775962036058], [177.98079992958878, -38.677754630530224], [177.98081106996244, -38.67774964275377], [177.9808222104677, -38.67774465689418], [177.98083335112366, -38.67773967322546], [177.9808444919255, -38.67773469167911], [177.98085563287802, -38.67772971232363], [177.98086677396213, -38.67772473488504], [177.98087791519694, -38.67771975963731], [177.9808890565634, -38.67771478630646], [177.98090019808524, -38.67770981523498], [177.98091133975777, -38.67770484635435], [177.98092248157144, -38.67769987952761], [177.98093362351676, -38.677694914617746], [177.98094476561752, -38.67768995196726], [177.98095590785462, -38.67768499130213], [177.9809670502377, -38.67768003275938], [177.98097819276188, -38.6776750762705], [177.9809893354368, -38.6776701219725], [177.98100047824806, -38.67766516965987], [177.98101162119573, -38.677660219332616], [177.98102276429887, -38.67765527126471], [177.98103390754312, -38.67765032525069], [177.98104505092857, -38.67764538129055], [177.98105619445516, -38.677640439384284], [177.9810673381372, -38.67763549973738], [177.98107848195565, -38.677630562075834], [177.98108962592002, -38.67762562653666], [177.9811007700208, -38.677620692982885], [177.981111914277, -38.67761576168846], [177.98112305866485, -38.67761083231091], [177.98113420319388, -38.67760590498723], [177.98114534787837, -38.677600979922914], [177.98115649268973, -38.67759605670699], [177.98116763765657, -38.67759113575041], [177.9811787827598, -38.67758621677923], [177.98118992800894, -38.6775812999304], [177.9812010734088, -38.677576385272445], [177.9812122189403, -38.67757147253136], [177.98122336462254, -38.67756656198116], [177.98123451043637, -38.677561653347816], [177.98124565641047, -38.677556747042324], [177.9812568025257, -38.67755184279072], [177.9812679487774, -38.67754694052449], [177.98127909517498, -38.67754204038062], [177.98129024171854, -38.67753714235913], [177.98130138839852, -38.677532246323004], [177.98131253522442, -38.67752735240926], [177.98132368218677, -38.677522460480866], [177.98133482929506, -38.67751757067486], [177.9813459765445, -38.67751268292272], [177.9813571239447, -38.67750779736143], [177.98136827148605, -38.67750291385402], [177.98137941916383, -38.677498032332], [177.98139056698756, -38.67749315293232], [177.9814017149525, -38.677488275586526], [177.98141286306813, -38.677483400431576], [177.98142401132495, -38.67747852733052], [177.98143515972296, -38.677473656283325], [177.98144630826218, -38.67746878729], [177.98145745694256, -38.67746392035054], [177.9814686057737, -38.67745905560195], [177.98147975473645, -38.67745419277024], [177.98149090385, -38.677449332129385], [177.98150205309992, -38.677444473473905], [177.98151320249582, -38.67743961694079], [177.98152435203292, -38.677434762461544], [177.98153550171122, -38.67742991003617], [177.98154665154024, -38.67742505980165], [177.9815578014962, -38.677420211415516], [177.98156895161713, -38.67741536542573], [177.98158010186978, -38.67741052135281], [177.9815912522636, -38.67740567933379], [177.98160240279861, -38.677400839368616], [177.98161355348438, -38.6773960015943], [177.98162470430663, -38.67739116580537], [177.98163585526527, -38.6773863320018], [177.98164700636988, -38.6773815003206], [177.9816581576205, -38.677376670761774], [177.98166930900754, -38.6773718431883], [177.98168046055008, -38.67736701787419], [177.98169161221955, -38.67736219440847], [177.98170276403974, -38.67735737313359], [177.98171391599166, -38.67735255377561], [177.98172506809428, -38.677347736608475], [177.98173622035716, -38.67734292176918], [177.98174737274223, -38.67733810870979], [177.98175852526853, -38.67733329770426], [177.98176967794552, -38.677328488889586], [177.98178083076854, -38.677323682197276], [177.98179198371375, -38.67731887728485], [177.98180313682394, -38.677314074768766], [177.98181429006107, -38.67730927410108], [177.98182544343945, -38.67730447548725], [177.98183659696855, -38.67729967906427], [177.9818477506389, -38.677294884695165], [177.98185890443617, -38.677290092174445], [177.98187005839847, -38.67728530205004], [177.98188121248774, -38.67728051377405], [177.981892366723, -38.67727572762041], [177.98190352111374, -38.67727094372611], [177.9819146756219, -38.677266161543216], [177.9819258302856, -38.67726138161967], [177.98193698509053, -38.677256603749996], [177.98194814005097, -38.67725182813966], [177.9819592951336, -38.677247054309206], [177.98197045036224, -38.67724228260113], [177.9819816057321, -38.677237512946924], [177.98199276124797, -38.67723274541505], [177.98200391690503, -38.677227979937065], [177.98201507269863, -38.67722321644444], [177.98202622864295, -38.67721845514267], [177.982037384719, -38.67721369575778], [177.9820485409458, -38.67720893856375], [177.9820596973091, -38.67720418335508], [177.9820708538184, -38.677199430268765], [177.9820820104737, -38.677194679304826], [177.98209316725598, -38.677189930189265], [177.98210432418423, -38.67718518319605], [177.98211548126804, -38.67718043846219], [177.98212663848832, -38.6771756957137], [177.98213779584512, -38.677170954950576], [177.98214895333837, -38.67716621617283], [177.98216011097765, -38.67716147951744], [177.9821712687629, -38.67715674498441], [177.9821824266799, -38.67715201236826], [177.9821935847477, -38.67714728194294], [177.98220474295195, -38.677142553503], [177.9822159012975, -38.67713782711694], [177.9822270597843, -38.67713310278473], [177.98223821843138, -38.67712838078037], [177.9822493771959, -38.67712366048738], [177.98226053611123, -38.677118942385256], [177.9822716951678, -38.67711422633699], [177.9822828543704, -38.67710951241109], [177.98229401370472, -38.67710480040206], [177.98230517318984, -38.677100090583885], [177.9823163328067, -38.67709538268259], [177.98232749256957, -38.677090676903646], [177.9823386524737, -38.67708597317855], [177.98234981251912, -38.677081271507326], [177.98236097270103, -38.67707657182148], [177.98237213303375, -38.67707187432647], [177.98238329349817, -38.67706717874834], [177.98239445410866, -38.67706248529257], [177.98240561486992, -38.67705779402765], [177.9824167757629, -38.6770531046796], [177.98242793679245, -38.67704841731692], [177.98243909796324, -38.677043732008094], [177.98245025929435, -38.677039049027115], [177.98246142075246, -38.67703436789452], [177.98247258234233, -38.67702968867877], [177.98248374408294, -38.677025011653896], [177.98249490596965, -38.67702033675136], [177.98250606798808, -38.67701566376572], [177.98251723014306, -38.67701099276543], [177.9825283924488, -38.677006323956], [177.98253955489585, -38.677001657200414], [177.9825507174794, -38.676996992430205], [177.98256188020426, -38.67699232971386], [177.9825730430799, -38.67698766918836], [177.98258420609207, -38.67698301064822], [177.98259536924076, -38.67697835409346], [177.98260653252598, -38.67697369952405], [177.98261769596675, -38.676969047213994], [177.98262885953454, -38.6769643967523], [177.98264002325314, -38.67695974848147], [177.9826511871035, -38.6769551021275], [177.98266235109992, -38.676950457895906], [177.98267351523762, -38.67694581571815], [177.98268467950234, -38.67694117538878], [177.9826958439274, -38.67693653738724], [177.9827070084842, -38.67693190130257], [177.98271817317757, -38.676927267203276], [177.98272933801695, -38.67692263522632], [177.9827405030072, -38.67691800544022], [177.98275166811968, -38.676913377434], [177.98276283338774, -38.67690875168713], [177.9827739987971, -38.676904127994106], [177.98278516433345, -38.676899506149454], [177.98279633002065, -38.67689488649567], [177.98280749583486, -38.676890268690244], [177.9828186617999, -38.676885653075665], [177.98282982790147, -38.67688103944646], [177.9828409941539, -38.67687642800809], [177.9828521605333, -38.67687181841811], [177.98286332706357, -38.67686721101895], [177.9828744937256, -38.676862605536684], [177.98288566052895, -38.67685800210827], [177.98289682747838, -38.6768534008022], [177.98290799457385, -38.6768488016185], [177.98291916180588, -38.67684420442014], [177.9829303291697, -38.67683960913867], [177.9829414966891, -38.67683501611652], [177.98295266433556, -38.676830424942764], [177.98296383212806, -38.67682583589134], [177.98297500005236, -38.676821248756795], [177.982986168118, -38.6768166636761], [177.98299733633445, -38.67681208078627], [177.98300850467797, -38.67680749974479], [177.98301967316755, -38.67680292082567], [177.98303084179844, -38.67679834396041], [177.9830420105659, -38.676793769080504], [177.9830531794842, -38.67678919639145], [177.9830643485295, -38.67678462555075], [177.98307551773522, -38.67678005703791], [177.98308668705843, -38.67677549023644], [177.98309785652773, -38.67677092555733], [177.98310902614787, -38.67676636306905], [177.9831201959046, -38.67676180256613], [177.9831313657931, -38.676757243980084], [177.9831425358277, -38.67675268751639], [177.9831537059989, -38.67674813303805], [177.98316487630186, -38.67674358047659], [177.98317604676046, -38.67673903017447], [177.98318721735086, -38.6767344817892], [177.98319838807785, -38.67672993538929], [177.9832095589509, -38.67672539111174], [177.9832207299653, -38.67672084888804], [177.98323190111628, -38.6767163086497], [177.9832430724181, -38.6767117706022], [177.98325424384223, -38.676707234334586], [177.98326541541246, -38.676702700189324], [177.98327658713353, -38.676698168234886], [177.9832877589769, -38.67669363806033], [177.98329893096638, -38.676689110008134], [177.9833101030972, -38.67668458400979], [177.98332127537412, -38.676680060133776], [177.9833324477781, -38.67667553810615], [177.98334362031866, -38.67667101806388], [177.98335479301008, -38.676666500212455], [177.9833659658381, -38.676661984346374], [177.98337713880744, -38.67665747053416], [177.9833883119134, -38.6766529587073], [177.98339948516542, -38.67664844900279], [177.98341065855408, -38.676643941283636], [177.98342183208405, -38.67663943561834], [177.98343300575064, -38.676634931938395], [177.9834441795538, -38.67663043024381], [177.98345535350782, -38.676625930740066], [177.98346652758894, -38.67662143308471], [177.98347770180663, -38.67661693741468], [177.98348887617047, -38.67661244386702], [177.98350005067564, -38.67660795237321], [177.98351122531741, -38.67660346286475], [177.98352240009578, -38.67659897534165], [177.9835335750155, -38.676594489872386], [177.9835447500766, -38.676590006457005], [177.98355592526948, -38.67658552495847], [177.98356710061805, -38.67658104571927], [177.98357827609846, -38.67657656839694], [177.98358945171546, -38.67657209305996], [177.98360062746906, -38.67656761970834], [177.98361180337832, -38.67656314861605], [177.98362297940514, -38.67655867923513], [177.98363415558282, -38.676554212045076], [177.98364533189715, -38.67654974684035], [177.98365650834805, -38.676545283620996], [177.98366768493557, -38.676540822387], [177.98367886166923, -38.67653636327534], [177.98369003853475, -38.67653190608054], [177.98370121554638, -38.676527451008106], [177.9837123926946, -38.67652299792101], [177.98372356997945, -38.676518546819274], [177.9837347474152, -38.676514097908374], [177.98374592498283, -38.67650965091433], [177.98375710268226, -38.67650520583716], [177.98376828052787, -38.676500762882334], [177.9837794585196, -38.67649632204985], [177.98379063663842, -38.67649188306572], [177.98380181489864, -38.67648744613547], [177.98381299329546, -38.67648301119054], [177.98382417183367, -38.676478578299474], [177.98383535051326, -38.67647414746226], [177.98384652932944, -38.6764697186104], [177.98385770828708, -38.67646529181238], [177.9838688873765, -38.67646086693122], [177.98388006660258, -38.67645644403542], [177.98389124597958, -38.67645202333046], [177.9839024254932, -38.67644760461085], [177.9839136051434, -38.6764431878766], [177.9839247849303, -38.67643877312769], [177.9839359648538, -38.67643436036415], [177.98394714492343, -38.67642994972295], [177.98395832512972, -38.67642554106709], [177.98396950547263, -38.67642113439661], [177.98398068594742, -38.676416729642966], [177.98399186656835, -38.67641232701167], [177.98400304732112, -38.67640792629724], [177.98401422822488, -38.676403527773644], [177.9840254092557, -38.6763991310984], [177.9840365904327, -38.67639473654551], [177.98404777174636, -38.676390343977985], [177.9840589531966, -38.67638595339579], [177.98407013479303, -38.676381564935944], [177.98408131651658, -38.67637717832446], [177.98409249837678, -38.67637279369833], [177.98410368038788, -38.67636841126304], [177.9841148625404, -38.6763640308816], [177.98412604482004, -38.67635965234851], [177.98413722724112, -38.67635527586927], [177.98414840979402, -38.67635090130689], [177.98415959248837, -38.67634652879836], [177.98417077532412, -38.67634215834367], [177.98418195830126, -38.67633778994283], [177.98419314140554, -38.67633342339035], [177.98420432466074, -38.67632905902872], [177.98421550804787, -38.676324696583926], [177.98422669156685, -38.676320336056], [177.9842378752463, -38.67631597785589], [177.98424905904335, -38.67631162136717], [177.9842602429818, -38.67630726693229], [177.98427142706169, -38.67630291455124], [177.984282611283, -38.67629856422404], [177.98429379564573, -38.6762942159507], [177.98430498013082, -38.676289869457214], [177.98431616476685, -38.67628552515456], [177.98432734953477, -38.67628118276878], [177.98433853444416, -38.676276842436835], [177.98434971948538, -38.67627250402173], [177.98436090466808, -38.67626816766048], [177.98437208999218, -38.67626383335309], [177.9843832754434, -38.67625950089404], [177.98439446104558, -38.67625517062584], [177.9844056467892, -38.676250842411484], [177.98441683265995, -38.67624651604547], [177.9844280186769, -38.676242191801805], [177.984439204821, -38.6762378694065], [177.98445039112082, -38.67623354927052], [177.98446157754776, -38.676229230982905], [177.98447276410184, -38.67622491454365], [177.98448395080692, -38.676220600295224], [177.98449513764388, -38.67621628796366], [177.98450632461277, -38.67621197754895], [177.9845175117326, -38.676207669325066], [177.98452869898432, -38.67620336301803], [177.98453988637277, -38.67619905869635], [177.98455107389785, -38.676194756360026], [177.98456226155963, -38.67619045600903], [177.98457344936762, -38.6761861577804], [177.98458463731225, -38.6761818615371], [177.98459582539357, -38.67617756727915], [177.98460701361637, -38.676173275075044], [177.9846182019663, -38.67616898471929], [177.98462939045768, -38.676164696417395], [177.98464057908097, -38.676160410032345], [177.98465176785047, -38.676156125769616], [177.9846629567519, -38.67615184342376], [177.98467414578525, -38.67614756299476], [177.9846853349648, -38.67614328468808], [177.98469652428582, -38.67613900843525], [177.98470771373402, -38.67613473403079], [177.9847189033284, -38.67613046174864], [177.98473009304996, -38.67612619131487], [177.9847412829225, -38.6761219230719], [177.98475247292694, -38.67611765674582], [177.98476366306335, -38.676113392336575], [177.98477485335547, -38.67610913018665], [177.98478604376527, -38.6761048697481], [177.98479723432123, -38.67610061143189], [177.9848084250092, -38.67609635503253], [177.9848196158338, -38.676092100618504], [177.9848308067999, -38.676087848258334], [177.98484199789317, -38.67608359774651], [177.9848531891374, -38.67607934942553], [177.98486438050406, -38.6760751028844], [177.98487557202174, -38.676070858534096], [177.9848867636713, -38.67606661610065], [177.98489795545285, -38.67606237558405], [177.98490914738537, -38.676058137258295], [177.98492033944981, -38.67605390084937], [177.984931531651, -38.676049666425804], [177.98494272398887, -38.67604543398758], [177.9849539164587, -38.6760412034662], [177.98496510906523, -38.67603697493016], [177.98497630181797, -38.67603274851648], [177.98498749469792, -38.67602852395113], [177.9849986877241, -38.676024301508114], [177.98500988087272, -38.67602008084498], [177.98502107416755, -38.67601586230417], [177.98503226759436, -38.676011645680205], [177.98504346117215, -38.67600743124708], [177.98505465487239, -38.67600321859379], [177.9850658487236, -38.675999008131335], [177.98507704269727, -38.67599479944876], [177.98508823681237, -38.675990592820014], [177.98509943106424, -38.675986388176604], [177.9851106254671, -38.67598218572403], [177.98512181998763, -38.67597798498282], [177.9851330146544, -38.67597378636395], [177.98514420944838, -38.675969589593414], [177.98515540438385, -38.67596539487673], [177.98516659945602, -38.67596120214538], [177.98517779466493, -38.67595701139938], [177.98518899001533, -38.675952822707224], [177.98520018549291, -38.67594863586341], [177.985211381112, -38.67594445107344], [177.9852225768678, -38.67594026826881], [177.98523377276987, -38.67593608758652], [177.98524496879915, -38.675931908752574], [177.9852561649604, -38.67592773183547], [177.98526736126314, -38.67592355697222], [177.98527855770737, -38.6759193841628], [177.98528975428354, -38.67591521327023], [177.98530095099173, -38.67591104429449], [177.9853121478414, -38.675906877372604], [177.9853233448278, -38.675902712436056], [177.98533454194617, -38.67589854941636], [177.98534573920605, -38.67589438845049], [177.98535693660267, -38.67589022946996], [177.98536813413128, -38.6758860724063], [177.9853793317966, -38.67588191732796], [177.9853905295939, -38.67587776416646], [177.9854017275375, -38.67587361312731], [177.9854129256178, -38.67586946407349], [177.98542412383011, -38.67586531693652], [177.98543532217914, -38.675861171784895], [177.9854465206697, -38.6758570286871], [177.98545771928747, -38.67585288743766], [177.98546891804673, -38.67584874824205], [177.98548011693325, -38.67584461089479], [177.98549131596602, -38.675840475669865], [177.9855025151308, -38.675836342361784], [177.9855137144323, -38.67583221103906], [177.98552491386585, -38.67582808163315], [177.98553611344562, -38.67582395434959], [177.98554731314783, -38.67581982884588], [177.9855585129964, -38.6758157054645], [177.98556971298643, -38.67581158413695], [177.9855809131037, -38.67580746465776], [177.98559211335296, -38.67580334709541], [177.98560331373898, -38.67579923151839], [177.98561451427605, -38.67579511813221], [177.98562571494034, -38.675791006594366], [177.98563691573187, -38.675786896904896], [177.98564811666972, -38.675782789337724], [177.98565931773956, -38.67577868368741], [177.98567051894136, -38.67577457995394], [177.9856817202847, -38.67577047827431], [177.98569292175532, -38.675766378443015], [177.9857041233674, -38.675762280665566], [177.9857153251163, -38.67575818487345], [177.98572652699718, -38.675754090998176], [177.98573772903387, -38.67574999938222], [177.98574893118354, -38.67574590940914], [177.98576013347952, -38.67574182155837], [177.98577133590746, -38.67573773562446], [177.98578253847694, -38.67573365174436], [177.9857937411737, -38.67572956971263], [177.98580494400244, -38.675725489597724], [177.98581614696798, -38.67572141146818], [177.98582735007503, -38.675717335392456], [177.98583855331887, -38.67571326130207], [177.9858497566947, -38.675709189128526], [177.98586096020733, -38.675705118940314], [177.98587216385198, -38.67570105066895], [177.9858833676382, -38.67569698445141], [177.9858945715516, -38.67569292008223], [177.98590577561612, -38.675688857903864], [177.98591697980785, -38.67568479757385], [177.9859281841269, -38.675680739092186], [177.98593938858744, -38.67567668266435], [177.98595059319908, -38.675672628427314], [177.9859617979237, -38.67566857583318], [177.98597300278985, -38.67566452529285], [177.9859842077928, -38.67566047673787], [177.98599541292776, -38.67565643009972], [177.9860066181995, -38.67565238544691], [177.98601782361283, -38.67564834284793], [177.98602902914863, -38.675644302028815], [177.98604023483074, -38.67564026333201], [177.9860514406449, -38.67563622655205], [177.98606264659108, -38.675632191688926], [177.9860738526836, -38.67562815894813], [177.9860850588986, -38.675624127987184], [177.98609626525516, -38.67562009908008], [177.9861074717485, -38.675616072158306], [177.98611867838346, -38.67561204729035], [177.98612988514563, -38.675608024270744], [177.9861410920351, -38.675604003099494], [177.98615229906136, -38.67559998391358], [177.98616350623394, -38.675595966849976], [177.98617471352426, -38.67559195149775], [177.98618592096096, -38.67558793826782], [177.98619712852965, -38.67558392695474], [177.98620833623517, -38.675579917627], [177.98621954408225, -38.67557591035309], [177.98623075205185, -38.67557190485902], [177.98624196017252, -38.67556790155578], [177.9862531684205, -38.67556390010087], [177.98626437679098, -38.675559900425824], [177.98627558532212, -38.675555903078575], [177.9862867939662, -38.67555190737419], [177.98629800274713, -38.675547913655144], [177.9863092116696, -38.67554392198993], [177.98632042072416, -38.67553993224154], [177.98633162991553, -38.67553594447849], [177.98634283923892, -38.675531958632284], [177.98635404869438, -38.67552797470291], [177.98636525829139, -38.67552399282737], [177.98637646801095, -38.675520012731674], [177.98638767787688, -38.675516034758296], [177.98639888787483, -38.675512058701756], [177.98641009801437, -38.675508084699054], [177.98642130827645, -38.675504112476204], [177.98643251868486, -38.675500142375654], [177.98644372922533, -38.67549617419195], [177.9864549398979, -38.67549220792509], [177.98646615070248, -38.675488243575074], [177.98647736163915, -38.67548428114189], [177.98648857271263, -38.67548032069402], [177.98649978391342, -38.675476362094514], [177.98651099526055, -38.67547240561732], [177.98652220673975, -38.67546845105697], [177.98653341835578, -38.67546449848195], [177.9865446300991, -38.67546054775527], [177.98655584197928, -38.67545659901392], [177.9865670539915, -38.675452652189406], [177.98657826615485, -38.67544870755571], [177.98658947843123, -38.67544476456488], [177.98660069084917, -38.67544082362786], [177.98661190340874, -38.67543688474468], [177.98662311609561, -38.67543294770982], [177.98663432892408, -38.6754290127288], [177.9866455418751, -38.67542507952762], [177.98665675496773, -38.67542114838029], [177.98666796819242, -38.67541721914978], [177.9866791815492, -38.6754132918361], [177.98669039503804, -38.67540936643927], [177.9867016086637, -38.67540544302775], [177.98671282242626, -38.67540152160156], [177.9867240363161, -38.675397602023736], [177.9867352503571, -38.6753936846367], [177.98674646452062, -38.67538976902952], [177.98675767881625, -38.67538585533918], [177.98676889325347, -38.67538194370266], [177.98678010782277, -38.67537803398297], [177.98679132252417, -38.675374126180124], [177.9868025373529, -38.67537022022561], [177.98681375231848, -38.67536631625644], [177.9868249674209, -38.67536241427258], [177.98683618266014, -38.67535851427405], [177.98684739802675, -38.675354616123876], [177.98685861353022, -38.67535071995903], [177.98686982916098, -38.67534682564251], [177.98688104493337, -38.67534293337982], [177.98689226083786, -38.675339043033965], [177.9869034768935, -38.675335154878915], [177.98691469306218, -38.675331268366726], [177.9869259093677, -38.675327383839864], [177.98693712580533, -38.67532350122984], [177.98694834238935, -38.67531962074213], [177.98695955909594, -38.675315742034265], [177.98697077594414, -38.67531186538023], [177.98698199291493, -38.67530799050602], [177.98699321001783, -38.675304117548656], [177.98700442726232, -38.67530024664512], [177.98701564463894, -38.675296377658405], [177.98702686214764, -38.67529251058852], [177.98703807978848, -38.67528864543548], [177.98704929757093, -38.67528478233626], [177.98706051547595, -38.675280921016885], [177.98707173353213, -38.67527706188831], [177.9870829517109, -38.67527320453959], [177.98709417002178, -38.675269349107694], [177.98710538846476, -38.67526549559264], [177.9871166070494, -38.675261644131396], [177.98712782576612, -38.675257794587], [177.98713904460544, -38.67525394682243], [177.9871502635864, -38.675250101111686], [177.98716148269943, -38.675246257317774], [177.98717270194462, -38.67524241544071], [177.98718392132668, -38.67523857554895], [177.9871951408361, -38.67523473750553], [177.9872063604824, -38.675230901447435], [177.98721758025602, -38.67522706723769], [177.98722880016655, -38.67522323501327], [177.98724002022348, -38.67521940491115], [177.98725124040777, -38.67521557665737], [177.98726246071462, -38.675211750183436], [177.98727368116317, -38.67520792576333], [177.98728490175336, -38.67520410339703], [177.98729612246612, -38.67520028281058], [177.98730734331102, -38.67519646414096], [177.98731856428805, -38.675192647388165], [177.98732978539243, -38.675188832483705], [177.98734100664322, -38.67518501970157], [177.9873522280214, -38.67518120876776], [177.9873634495317, -38.67517739975079], [177.9873746711741, -38.675173592650644], [177.98738589294865, -38.67516978746733], [177.98739711485533, -38.675165984200845], [177.98740833691318, -38.67516218312517], [177.9874195590889, -38.67515838376083], [177.98743078139196, -38.67515458624484], [177.98744200383194, -38.675150790714156], [177.9874532264231, -38.67514699737429], [177.98746444912737, -38.67514320567727], [177.98747567197324, -38.675139416034085], [177.98748689493704, -38.675135628102225], [177.9874981180472, -38.675131842292686], [177.98750934128475, -38.675128058331495], [177.98752056465443, -38.67512427628712], [177.98753178816582, -38.67512049629656], [177.9875430117998, -38.675116718085846], [177.98755423557068, -38.67511294186045], [177.98756545947847, -38.67510916762038], [177.98757668352317, -38.67510539536564], [177.98758790769048, -38.67510162489072], [177.98759913198995, -38.67509785633265], [177.98761035642633, -38.67509408975988], [177.98762158099484, -38.67509032510395], [177.98763280570026, -38.675086562433336], [177.98764403052834, -38.67508280154257], [177.98765525549328, -38.67507904263713], [177.98766648059993, -38.675075285785496], [177.98767770582444, -38.675071530645226], [177.98768893119063, -38.675067777558745], [177.98770015667466, -38.67506402618362], [177.98771138230518, -38.67506027693081], [177.98772260806305, -38.67505652952633], [177.98773383396264, -38.67505278417566], [177.98774505999432, -38.67504904074182], [177.98775628615343, -38.67504529915631], [177.98776751244472, -38.675041559487624], [177.98777873885862, -38.675037821598785], [177.98778996543328, -38.67503408603774], [177.98780119211628, -38.675030352051046], [177.9878124189314, -38.67502661998118], [177.98782364588826, -38.67502288996513], [177.98783487297726, -38.6750191618659], [177.98784610018416, -38.67501543547802], [177.9878573275327, -38.675011711143945], [177.9878685550182, -38.675007988795194], [177.9878797826311, -38.675004268294785], [177.98789101038096, -38.67500054977968], [177.98790223824867, -38.67499683297593], [177.98791346627235, -38.67499311843147], [177.98792469441392, -38.67498940559837], [177.9879359226829, -38.67498569461358], [177.9879471511079, -38.67498198588809], [177.98795837964119, -38.67497827873695], [177.98796960831146, -38.67497457357115], [177.98798083711867, -38.674970870390645], [177.9879920660533, -38.67496716905848], [177.9880032951153, -38.67496346957465], [177.98801452431428, -38.674959772076136], [177.9880257536502, -38.67495607656294], [177.98803698311352, -38.67495238289808], [177.98804821269948, -38.67494869101306], [177.98805944242716, -38.67494500118184], [177.98807067229654, -38.67494131340444], [177.98808190229335, -38.67493762747536], [177.98809313240807, -38.67493394325763], [177.98810436266922, -38.6749302611622], [177.9881155930626, -38.6749265809836], [177.98812682358334, -38.67492290265334], [177.98813805423154, -38.67491922617139], [177.98814928501196, -38.67491555160627], [177.9881605159293, -38.674911879026475], [177.9881717469693, -38.67490820822651], [177.988182978151, -38.67490453948035], [177.98819420946015, -38.674900872582526], [177.9882054408967, -38.67489720753303], [177.98821667247023, -38.67489354446886], [177.98822790417594, -38.67488988332149], [177.9882391360091, -38.67488622402247], [177.98825036798397, -38.67488256677725], [177.98826160008625, -38.67487891138037], [177.988272832316, -38.67487525783181], [177.9882840646827, -38.67487160626857], [177.98829529718634, -38.67486795669065], [177.98830652980314, -38.67486430875556], [177.98831776256165, -38.674860662874295], [177.98832899545238, -38.67485701890985], [177.98834022847055, -38.674853376793735], [177.9883514616209, -38.67484973659443], [177.98836269490823, -38.67484609838046], [177.98837392831825, -38.67484246194631], [177.98838516186999, -38.67483882756596], [177.98839639554438, -38.67483519496546], [177.9884076293653, -38.67483156448726], [177.98841886329936, -38.6748279356519], [177.98843009737038, -38.67482430880186], [177.9884413315784, -38.67482068393715], [177.98845256591383, -38.67481706092074], [177.9884638003815, -38.674813439821165], [177.9884750349766, -38.67480982056991], [177.98848626971346, -38.67480620337247], [177.98849750456824, -38.67480258788637], [177.98850873955521, -38.67479897431709], [177.98851997467918, -38.674795362733114], [177.98853120993058, -38.67479175299747], [177.9885424453142, -38.67478814517866], [177.98855368083008, -38.67478453927666], [177.98856491647336, -38.674780935222984], [177.98857615226316, -38.67477733329161], [177.9885873881661, -38.674773733003086], [177.9885986242061, -38.67477013469987], [177.9886098603783, -38.67476653831348], [177.98862109668744, -38.67476294391239], [177.9886323331288, -38.67475935142813], [177.98864356968812, -38.6747557606552], [177.98865480638443, -38.674752171867596], [177.9886660432034, -38.67474858485981], [177.9886772801594, -38.67474499983735], [177.98868851724762, -38.674741416731706], [177.98869975447286, -38.674737835611374], [177.988710991816, -38.67473425620237], [177.9887222293009, -38.674730678847176], [177.9887334669037, -38.674727103203324], [177.9887447046531, -38.67472352968178], [177.9887559425252, -38.674719957940056], [177.988767180539, -38.67471638825214], [177.98877841866602, -38.67471282020705], [177.9887896569443, -38.67470925435278], [177.98880089533577, -38.674705690141344], [177.98881213386426, -38.67470212791522], [177.98882337252022, -38.67469856753741], [177.98883461130362, -38.67469500900794], [177.9888458502288, -38.67469145253227], [177.98885708927193, -38.67468789776793], [177.98886832845685, -38.67468434505741], [177.98887956776446, -38.6746807941267], [177.98889080720906, -38.67467724518131], [177.9889020467764, -38.674673698015745], [177.9889132864855, -38.674670152904], [177.9889245263221, -38.67466660964057], [177.98893576628618, -38.674663068225456], [177.98894700637294, -38.67465952859017], [177.9889582466063, -38.67465599107719], [177.98896948697188, -38.67465245548103], [177.98898072745064, -38.67464892152771], [177.98899196806164, -38.6746453894912], [177.98900320880963, -38.67464185944001], [177.98901444968993, -38.67463833130562], [177.9890256906977, -38.67463480501957], [177.98903693183297, -38.674631280581835], [177.9890481730957, -38.674627757992425], [177.98905941450025, -38.67462423745681], [177.98907065602273, -38.67462071863253], [177.98908189769173, -38.67461720193055], [177.98909313947874, -38.674613686939914], [177.98910438139802, -38.674610173866085], [177.9891156234543, -38.67460666277756], [177.98912686563807, -38.67460315353737], [177.98913810794934, -38.6745996461455], [177.98914935038334, -38.67459614053345], [177.98916059295436, -38.6745926369067], [177.98917183565288, -38.67458913512829], [177.98918307848845, -38.674585635335184], [177.98919432144675, -38.6745821373219], [177.98920556454206, -38.67457864129392], [177.98921680775535, -38.67457514697728], [177.9892280511057, -38.67457165464596], [177.9892392945835, -38.67456816416294], [177.98925053821264, -38.67456467587071], [177.98926178195026, -38.67456118915284], [177.98927302581535, -38.674557704283295], [177.98928426981752, -38.67455422139904], [177.98929551395668, -38.674550740500095], [177.98930675821862, -38.67454726138098], [177.98931800260803, -38.674543784110185], [177.98932924712972, -38.6745403087562], [177.9893404917742, -38.674536835182046], [177.98935173656042, -38.67453336366171], [177.98936298146944, -38.674529893921175], [177.98937422651073, -38.67452642609746], [177.98938547167475, -38.67452296005358], [177.98939671697104, -38.67451949592649], [177.9894079624044, -38.67451603378473], [177.98941920796526, -38.67451257349128], [177.98943045365843, -38.674509115114645], [177.98944169947433, -38.67450565851783], [177.98945294542253, -38.674502203837825], [177.9894641915125, -38.67449875121163], [177.98947543771575, -38.674495300228266], [177.989486684056, -38.674491851230215], [177.98949793052384, -38.67448840408047], [177.98950917711915, -38.67448495877905], [177.989520423842, -38.67448151532596], [177.98953167069234, -38.67447807372117], [177.98954291768453, -38.674474634170195], [177.98955416478998, -38.67447119626204], [177.9895654120372, -38.674467760407694], [177.989576659412, -38.674464326401676], [177.98958790691904, -38.67446089431245], [177.98959915454887, -38.674457464003055], [177.98961040231575, -38.67445403567897], [177.98962165020063, -38.67445060906623], [177.98963289823212, -38.67444718457574], [177.9896441463816, -38.67444376179662], [177.98965539465863, -38.67444034086579], [177.98966664306792, -38.674436921851786], [177.98967789160955, -38.67443350475459], [177.98968914026918, -38.67443008936873], [177.9897003890706, -38.674426676036646], [177.98971163799484, -38.67442326448441], [177.9897228870466, -38.67441985478048], [177.98973413623068, -38.67441644699336], [177.98974538554705, -38.67441304112305], [177.98975663499573, -38.674409637169546], [177.9897678845672, -38.67440623499588], [177.98977913427095, -38.67440283473901], [177.989790384107, -38.67439943639895], [177.98980163406586, -38.67439603983871], [177.9898128841475, -38.6743926450583], [177.98982413437096, -38.674389252331686], [177.98983538470767, -38.6743858612479], [177.98984663518627, -38.674382472217914], [177.9898578857876, -38.67437908496777], [177.98986913652126, -38.67437569963441], [177.98988038738725, -38.674372316217855], [177.98989163837123, -38.67436893451264], [177.98990288949707, -38.67436555486122], [177.98991414074573, -38.67436217698963], [177.98992539213143, -38.67435880110333], [177.9899366436399, -38.674355426996854], [177.98994789527123, -38.6743520546702], [177.98995914704915, -38.674348684465826], [177.98997039893553, -38.674345315835815], [177.98998165095904, -38.67434194919109], [177.98999290311008, -38.674338584394675], [177.99000415538868, -38.67433522144658], [177.99001540779486, -38.674331860346804], [177.99002666033334, -38.674328501163835], [177.99003791300416, -38.67432514389767], [177.990049165793, -38.67432178834283], [177.9900604187142, -38.6743184347048], [177.9900716717677, -38.674315082983576], [177.99008292496308, -38.67431173331614], [177.99009417826696, -38.67430838522307], [177.99010543170792, -38.67430503911526], [177.9901166852669, -38.67430169471881], [177.99012793897256, -38.67429835244463], [177.99013919279622, -38.67429501188179], [177.99015044675224, -38.67429167323574], [177.99016170083107, -38.67428833636953], [177.99017295504223, -38.67428500142011], [177.9901842093714, -38.67428166818202], [177.9901954638377, -38.67427833692923], [177.99020671843155, -38.67427500752476], [177.990217973153, -38.674271679968584], [177.99022922801157, -38.674268354397725], [177.99024048298335, -38.6742650304697], [177.99025173810662, -38.67426170873244], [177.99026299334312, -38.67425838863801], [177.99027424870724, -38.6742550703919], [177.99028550419888, -38.674251753994106], [177.9902967598229, -38.67424843951312], [177.99030801557927, -38.67424512694894], [177.99031927145845, -38.67424181616456], [177.99033052745568, -38.67423850709152], [177.99034178359003, -38.67423520000377], [177.99035303986147, -38.67423189490133], [177.990364296251, -38.67422859151021], [177.99037555276334, -38.6742252898989], [177.9903868094128, -38.67422199027289], [177.99039806618984, -38.674218692495195], [177.99040932309444, -38.67421539656581], [177.99042058013146, -38.67421210255324], [177.99043183729125, -38.674208810320465], [177.9904430945834, -38.67420552000452], [177.99045435198886, -38.67420223133139], [177.99046560954577, -38.67419894484903], [177.9904768672159, -38.67419566000951], [177.99048812501368, -38.674192377018315], [177.9904993829486, -38.6741890960124], [177.99051064100155, -38.6741858167178], [177.9905218991869, -38.674182539340016], [177.99053315749023, -38.674179263673544], [177.99054441593077, -38.67417598999239], [177.9905556744989, -38.67417271815954], [177.99056693319937, -38.67416944824348], [177.99057819201792, -38.67416618003875], [177.99058945098312, -38.67416291395631], [177.99060071005212, -38.67415964937969], [177.99061196925823, -38.6741563867884], [177.99062322859194, -38.67415312604538], [177.99063448807237, -38.67414986742468], [177.99064574765652, -38.67414661030981], [177.99065700737785, -38.674143355180234], [177.99066826721722, -38.674140101761964], [177.99067952718897, -38.6741368502605], [177.99069078728832, -38.67413360060737], [177.9907020475153, -38.674130352802536], [177.99071330787467, -38.67412710691449], [177.99072456835208, -38.67412386273778], [177.99073582896668, -38.67412062054636], [177.9907470897041, -38.67411738013476], [177.99075835058343, -38.67411414177695], [177.99076961157132, -38.674110904993455], [177.99078087269157, -38.67410767012677], [177.9907921339442, -38.674104437176915], [177.99080339532924, -38.67410120614383], [177.99081465682758, -38.67409797675357], [177.9908259184583, -38.67409474928013], [177.9908371802119, -38.67409152358649], [177.99084844210265, -38.67408829987815], [177.99085970411147, -38.67408507788114], [177.99087096625746, -38.67408185786941], [177.9908822285263, -38.67407863963749], [177.99089349091798, -38.6740754231854], [177.99090475344207, -38.6740722086501], [177.99091601608902, -38.674068995894615], [177.99092727887788, -38.674065785192916], [177.9909385417753, -38.674062576065545], [177.9909498048099, -38.67405936892348], [177.99096106796736, -38.67405616356122], [177.99097233126196, -38.67405296018426], [177.9909835946699, -38.67404975845012], [177.990994858215, -38.67404655870127], [177.99100612187823, -38.674043360663745], [177.99101738567384, -38.67404016454302], [177.99102864959707, -38.67403697027059], [177.99103991364316, -38.674033777777986], [177.9910511778169, -38.674030587133686], [177.99106244212305, -38.674027398406174], [177.9910737065473, -38.67402421139], [177.9910849711087, -38.6740210263591], [177.99109623580253, -38.67401784324501], [177.99110750060967, -38.67401466177373], [177.99111876554448, -38.674011482150775], [177.99113003061646, -38.67400830451309], [177.99114129581133, -38.67400512865524], [177.99115256113382, -38.674001954645675], [177.99116382657917, -38.673998782415936], [177.9911750921522, -38.673995612034496], [177.99118635784808, -38.673992443432866], [177.9911976236716, -38.673989276679535], [177.99120888962756, -38.673986111843014], [177.99122015570637, -38.673982948786296], [177.99123142190808, -38.67397978750939], [177.99124268823746, -38.673976628080794], [177.99125395470398, -38.67397347063748], [177.99126522129816, -38.673970315042475], [177.99127648800572, -38.673967161090296], [177.99128775485045, -38.673964009123395], [177.99129902181807, -38.67396085893632], [177.9913102889181, -38.67395771066603], [177.99132155613626, -38.673954564107056], [177.99133282348205, -38.673951419396396], [177.99134409095552, -38.67394827653405], [177.99135535855186, -38.67394513545148], [177.99136662627586, -38.67394199621723], [177.9913778941323, -38.673938858899795], [177.99138916210686, -38.67393572329365], [177.99140043021862, -38.67393258967281], [177.9914116984485, -38.67392945776327], [177.99142296681083, -38.673926327770545], [177.99143423529603, -38.67392319955762], [177.9914455039089, -38.67392007319299], [177.9914567726542, -38.673916948745166], [177.9914680415224, -38.67391382607714], [177.99147931050874, -38.67391070512044], [177.99149057963228, -38.67390758614902], [177.9915018488787, -38.673904468957424], [177.9915131182385, -38.673901353408645], [177.99152438774027, -38.67389823991364], [177.99153565736017, -38.67389512812996], [177.991546927103, -38.673892018126075], [177.991558196983, -38.67388891010748], [177.9915694669764, -38.673885803731714], [177.991580737107, -38.67388269934124], [177.9915920073557, -38.67387959666207], [177.9916032777512, -38.67387649610517], [177.99161454825528, -38.67387339712261], [177.9916258188918, -38.67387030005684], [177.99163708965125, -38.67386720477089], [177.9916483605336, -38.67386411126473], [177.9916596315436, -38.673861019606875], [177.99167090267653, -38.673857929728825], [177.9916821739467, -38.67385484183607], [177.99169344533024, -38.673851755586135], [177.99170471684624, -38.673848671252976], [177.9917159884851, -38.673845588699656], [177.99172726025168, -38.67384250799461], [177.9917385321412, -38.67383942906938], [177.9917498041584, -38.673836351992456], [177.991761076308, -38.673833276832305], [177.99177234858058, -38.67383020345198], [177.99178362097604, -38.67382713185146], [177.99179489349447, -38.673824062030725], [177.99180616615007, -38.673820994195296], [177.99181743892865, -38.67381792813966], [177.99182871182535, -38.67381486379536], [177.9918399848545, -38.67381180136783], [177.99185125799704, -38.673808740583134], [177.99186253127206, -38.67380568171522], [177.99187380467953, -38.67380262476411], [177.99188507820514, -38.6737995695243], [177.99189635185374, -38.67379651606429], [177.99190762563475, -38.673793464521076], [177.9919188995435, -38.67379041482617], [177.99193017358468, -38.67378736704806], [177.99194144773926, -38.67378432091276], [177.99195272201678, -38.673781276557264], [177.9919639964172, -38.67377823398157], [177.99197527096445, -38.67377519352816], [177.99198654562508, -38.673772154717554], [177.99199782040864, -38.67376911768677], [177.99200909531515, -38.67376608243576], [177.99202037034934, -38.67376304903307], [177.99203164550647, -38.67376001741019], [177.99204292079608, -38.67375698770409], [177.99205419619912, -38.673753959640806], [177.9920654717346, -38.67375093349431], [177.9920767473978, -38.673747909196116], [177.99208802318873, -38.67374488674623], [177.99209929910734, -38.673741866144624], [177.9921105751489, -38.67373884732283], [177.99212185130386, -38.673735830143855], [177.9921331275961, -38.67373281495016], [177.99214440401605, -38.67372980160476], [177.99215568055416, -38.67372678997067], [177.99216695722475, -38.673723780253376], [177.99217823400875, -38.673720772178896], [177.99218951092527, -38.6737177660212], [177.9922007879695, -38.67371476171181], [177.9922120651319, -38.67371175911373], [177.99222334242202, -38.67370875836393], [177.99223461983033, -38.67370575932545], [177.99224589737585, -38.673702762272264], [177.99225717503484, -38.67369976686186], [177.99226845283584, -38.673696773505256], [177.99227973075503, -38.67369378185996], [177.99229100879242, -38.67369079192598], [177.99230228695276, -38.673687803771784], [177.99231356525988, -38.67368481773986], [177.99232484367093, -38.67368183321378], [177.99233612220968, -38.673678850536], [177.99234740087616, -38.67367586970649], [177.99235867966559, -38.67367289065679], [177.99236995858752, -38.673669913523874], [177.9923812376229, -38.67366693803378], [177.99239251679077, -38.67366396446049], [177.99240379607681, -38.67366099259849], [177.9924150754906, -38.673658022584775], [177.9924263550274, -38.67365505435088], [177.99243763471094, -38.673652088239244], [177.99244891449362, -38.673649123564935], [177.9924601944136, -38.673646160875926], [177.99247147444225, -38.67364319976123], [177.99248275461767, -38.67364024076879], [177.99249403490654, -38.67363728341919], [177.99250531532317, -38.673634327917846], [177.992516595858, -38.67363137412784], [177.9925278765158, -38.673628422117616], [177.9925391573061, -38.67362547202418], [177.9925504382146, -38.67362252364207], [177.99256171925086, -38.67361957710824], [177.99257300041012, -38.67361663235421], [177.99258428170185, -38.67361368951696], [177.99259556310705, -38.673610748322524], [177.9926068446543, -38.67360780918187], [177.9926181263102, -38.67360487161554], [177.99262940809385, -38.673601935897494], [177.9926406900005, -38.673599001959246], [177.99265197203968, -38.67359606993779], [177.9926632542018, -38.67359313969613], [177.99267453647263, -38.673590211028795], [177.99268581888074, -38.673587284346716], [177.99269710141186, -38.673584359444455], [177.99270838406116, -38.6735814362535], [177.9927196668478, -38.67357851504782], [177.99273094974782, -38.673575595484955], [177.99274223277567, -38.67357267777038], [177.99275351593124, -38.67356976190411], [177.99276479920502, -38.67356684774912], [177.99277608261136, -38.67356393551093], [177.9927873661359, -38.67356102498404], [177.99279864977865, -38.673558116168444], [177.99280993355399, -38.673555209269665], [177.9928212174618, -38.67355230428764], [177.9928325014831, -38.673549400948446], [177.99284378562737, -38.67354649938903], [177.99285506989466, -38.67354359960943], [177.9928663542897, -38.6735407016781], [177.99287763880298, -38.673537805458096], [177.992888923444, -38.67353491108637], [177.99290020821283, -38.673532018562945], [177.9929114930999, -38.67352912775082], [177.99292277810991, -38.67352623871848], [177.99293406325253, -38.67352335160293], [177.99294534851813, -38.67352046626719], [177.99295663390672, -38.673517582711234], [177.9929679194183, -38.67351470093508], [177.99297920504813, -38.673511820870225], [177.99299049081526, -38.67350894279065], [177.99300177669113, -38.67350606628539], [177.99301306269953, -38.67350319169691], [177.99302434883091, -38.67350031888824], [177.99303563507578, -38.67349744772237], [177.9930469214532, -38.673494578473274], [177.9930582079584, -38.67349171107248], [177.9930694945771, -38.67348884531449], [177.99308078133308, -38.67348598154178], [177.99309206819777, -38.673483119343366], [177.99310335519024, -38.673480258993266], [177.99311464232002, -38.67347740062844], [177.99312592956332, -38.6734745439064], [177.9931372169344, -38.673471689032674], [177.99314850442846, -38.673468835938735], [177.9931597920456, -38.67346598462459], [177.99317107978092, -38.67346313502175], [177.99318236764407, -38.67346028726719], [177.99319365562545, -38.673457441223945], [177.99320494372986, -38.673454596960475], [177.99321623195732, -38.67345175447681], [177.99322752031253, -38.67344891384144], [177.99323880879555, -38.67344607505435], [177.9932500973968, -38.673443237978574], [177.9932613861211, -38.67344040268257], [177.99327267496366, -38.67343756909788], [177.9932839639531, -38.67343473763545], [177.9932952530417, -38.67343190761036], [177.99330654226287, -38.67342907950202], [177.99331783161662, -38.67342625331049], [177.99332912107909, -38.67342342869327], [177.9933404106646, -38.67342060585582], [177.99335170038265, -38.67341778493517], [177.99336299021422, -38.673414965657315], [177.99337428017355, -38.67341214822776], [177.99338557025598, -38.673409332578], [177.9933968604614, -38.67340651870803], [177.9934081507851, -38.673403706549344], [177.99341944124137, -38.67340089630746], [177.99343073181112, -38.67339808770837], [177.99344202251348, -38.67339528102606], [177.99345331334365, -38.67339247619204], [177.9934646042873, -38.67338967300083], [177.993475895354, -38.6733868715894], [177.99348718654852, -38.67338407202627], [177.99349847786607, -38.67338127424292], [177.99350976930666, -38.673378478239385], [177.9935210608655, -38.67337568394712], [177.99353235254742, -38.67337289143465], [177.99354364435237, -38.673370100701995], [177.99355493627561, -38.67336731168062], [177.99356622833145, -38.67336452457604], [177.99357752050074, -38.67336173911424], [177.9935888127979, -38.67335895550075], [177.9936001052181, -38.67335617366703], [177.99361139777088, -38.673353393750105], [177.99362269044192, -38.67335061554448], [177.99363398322652, -38.673347838981655], [177.99364527614367, -38.67334506433559], [177.9936565691791, -38.67334229140085], [177.99366786233287, -38.67333952017739], [177.99367915562397, -38.673336750939214], [177.9936904490238, -38.673333983275334], [177.99370174254193, -38.67333121732277], [177.99371303619742, -38.67332845335546], [177.99372432996645, -38.67332569103096], [177.9937356238633, -38.67332293055475], [177.99374691787844, -38.673320171789825], [177.99375821201184, -38.6733174147362], [177.99376950627789, -38.67331465959936], [177.99378080066697, -38.67331190624231], [177.99379209517434, -38.67330915459656], [177.99380338980478, -38.67330640473059], [177.9938146845583, -38.673303656644414], [177.99382597943963, -38.673300910406525], [177.99383727443927, -38.67329816587991], [177.99384856955243, -38.673295422996134], [177.9938598647982, -38.67329268202911], [177.99387116016229, -38.67328994277339], [177.9938824556494, -38.673287205297456], [177.99389375125486, -38.673284469532824], [177.99390504698337, -38.673281735547974], [177.9939163428445, -38.673279003479905], [177.99392763881914, -38.67327627305464], [177.99393893492163, -38.67327354447765], [177.99395023115196, -38.67327081774894], [177.99396152749108, -38.673268092594554], [177.99397282395324, -38.67326536921995], [177.99398412054805, -38.67326264776212], [177.99399541726115, -38.67325992801558], [177.99400671409256, -38.67325720998034], [177.99401801104707, -38.67325449372488], [177.99402930812462, -38.67325177924923], [177.99404060533004, -38.67324906662186], [177.99405190264426, -38.67324635556878], [177.99406320009106, -38.673243646432475], [177.9940744976562, -38.67324093900747], [177.99408579534438, -38.673238233362255], [177.9940970931509, -38.673235529428325], [177.99410839108052, -38.6732328272742], [177.99411968914754, -38.673230127105334], [177.99413098731853, -38.67322742844228], [177.9941422856174, -38.6732247316275], [177.99415358403937, -38.67322203659252], [177.99416488258916, -38.67321934340581], [177.9941761812573, -38.67321665193039], [177.99418748003896, -38.67321396209781], [177.9941987789533, -38.67321127418196], [177.99421007797162, -38.67320858777194], [177.99422137712733, -38.673205903347174], [177.99423267639662, -38.67320322056523], [177.99424397579855, -38.67320053970004], [177.99425527531403, -38.673197860477664], [177.99426657495735, -38.67319518310355], [177.9942778747095, -38.67319250730375], [177.99428917459903, -38.673189833489225], [177.9943004746021, -38.6731871613175], [177.99431177473784, -38.673184491062536], [177.99432307498236, -38.67318182238189], [177.9943343753643, -38.67317915568651], [177.9943456758455, -38.67317649042844], [177.9943569764593, -38.67317382708714], [177.99436827719623, -38.67317116552563], [177.99437957805625, -38.67316850574392], [177.99439087902985, -38.67316584760498], [177.99440218012657, -38.67316319124584], [177.99441348135113, -38.67316053673499], [177.99442478269407, -38.67315788393542], [177.9944360841553, -38.673155232847144], [177.99444738573968, -38.673152583538645], [177.99445868746147, -38.67314993621543], [177.9944699892825, -38.67314729032951], [177.99448129123618, -38.67314464636038], [177.99449259330822, -38.67314200410253], [177.99450389551293, -38.67313936376144], [177.9945151978264, -38.67313672499468], [177.99452650025822, -38.673134087939204], [177.99453780281794, -38.67313145273201], [177.99454910549125, -38.673128819167594], [177.99456040829241, -38.67312618745148], [177.99457171121196, -38.673123557446644], [177.9945830142546, -38.67312092922159], [177.99459431742036, -38.67311830277632], [177.9946056207045, -38.67311567804234], [177.9946169241117, -38.673113055088145], [177.99462822764207, -38.67311043391374], [177.9946395312908, -38.67310781445062], [177.9946508350674, -38.67310519683578], [177.99466213895283, -38.67310258079523], [177.99467344297088, -38.673099966671465], [177.99468474710733, -38.67309735425899], [177.9946960513621, -38.6730947435578], [177.99470735574005, -38.67309213463639], [177.99471866023632, -38.67308952742627], [177.99472996485096, -38.67308692192745], [177.99474126958393, -38.67308431813991], [177.99475257444962, -38.67308171626914], [177.99476387942883, -38.67307911604116], [177.99477518453125, -38.67307651759298], [177.994786489752, -38.67307392085607], [177.9947977951054, -38.67307132603594], [177.9948091005629, -38.67306873272161], [177.99482040615302, -38.67306614132405], [177.9948317118711, -38.673063551774774], [177.99484301768842, -38.673060963662806], [177.99485432364798, -38.67305837760461], [177.9948656297116, -38.6730557930522], [177.99487693589836, -38.673053210279576], [177.99488824221302, -38.67305062935524], [177.9948995486365, -38.67304805000519], [177.99491085519267, -38.673045472571914], [177.99492216186243, -38.67304289678144], [177.99493346865535, -38.67304032277074], [177.99494477557622, -38.673037750608316], [177.99495608260585, -38.673035180020186], [177.99496738977297, -38.67303261141733], [177.99497869704896, -38.673030044388774], [177.99499000444328, -38.673027479071486], [177.99500131197027, -38.67302491567099], [177.99501261960614, -38.673022353844786], [177.9950239273699, -38.67301979386684], [177.99503523524254, -38.67301723546321], [177.99504654324306, -38.673014678907855], [177.995057851362, -38.67301212406379], [177.99506915959927, -38.673009570931], [177.99508046796927, -38.67300701971499], [177.99509177644333, -38.67300447000477], [177.9951030850501, -38.67300192221132], [177.99511439376568, -38.672999375992184], [177.99512570260922, -38.67299683162131], [177.99513701159023, -38.672994289235696], [177.99514832067052, -38.6729917482874], [177.9951596298692, -38.67298920905039], [177.99517093920537, -38.67298667179863], [177.99518224865517, -38.67298413618967], [177.99519355821857, -38.67298160222351], [177.99520486790513, -38.672979070037115], [177.9952161777053, -38.672976539493526], [177.99522748762863, -38.672974010729696], [177.99523879767992, -38.67297148381416], [177.9952501078448, -38.672968958541404], [177.99526141813288, -38.67296643504843], [177.99527272853933, -38.67296391326674], [177.99528403906422, -38.67296139319633], [177.99529534971703, -38.672958874974206], [177.99530666048818, -38.67295635846336], [177.99531797136825, -38.672953843526805], [177.99532928237625, -38.67295133043853], [177.9953405935122, -38.67294881919852], [177.99535190476652, -38.6729463096698], [177.9953632161297, -38.67294380171537], [177.99537452761132, -38.672941295472235], [177.99538583922086, -38.67293879107737], [177.9953971509488, -38.67293628839379], [177.99540846279515, -38.67293378742148], [177.9954197747599, -38.67293128816046], [177.99543108685262, -38.67292879074773], [177.9954423990542, -38.67292629490928], [177.99545371138373, -38.6729238009191], [177.9954650238412, -38.67292130877719], [177.99547633640753, -38.67291881820958], [177.9954876490923, -38.67291632935325], [177.99549896189546, -38.67291384220822], [177.99551027482656, -38.67291135691144], [177.9955215878761, -38.67290887332596], [177.99553290104404, -38.67290639145174], [177.9955442143304, -38.672903911288834], [177.9955555277304, -38.6729014327687], [177.9955668412536, -38.672898956028334], [177.99557815490473, -38.67289648113625], [177.99558946865997, -38.67289400774996], [177.99560078254797, -38.672891536280446], [177.9956120965496, -38.672889066453706], [177.99562341066965, -38.672886598338266], [177.99563472491766, -38.67288413207108], [177.99564603928886, -38.672881667583674], [177.9956573537642, -38.67287920460208], [177.99566866836744, -38.672876743468734], [177.99567998309394, -38.67287428411519], [177.99569129793406, -38.67287182640442], [177.99570261289261, -38.67286937040494], [177.99571392797435, -38.67286691618521], [177.99572524316974, -38.67286446360829], [177.99573655848837, -38.672862012811144], [177.99574787392538, -38.672859563725275], [177.99575918948085, -38.672857116350684], [177.99577050515475, -38.67285467068739], [177.9957818209566, -38.67285222687235], [177.99579313686735, -38.67284978463161], [177.99580445291085, -38.67284734430763], [177.99581576906326, -38.672844905557945], [177.99582708533885, -38.67284246858804], [177.99583840172807, -38.67284003326091], [177.99584971824532, -38.67283759978205], [177.9958610348762, -38.67283516794598], [177.99587235163034, -38.6728327378897], [177.99588366848855, -38.67283030933919], [177.9958949854795, -38.67282788270546], [177.9959063025937, -38.67282545785151], [177.99591761981202, -38.672823034503345], [177.99592893715356, -38.67282061293496], [177.9959402546231, -38.672818193214844], [177.99595157220625, -38.6728157751375], [177.99596288990787, -38.672813358771464], [177.9959742077375, -38.67281094425367], [177.99598552567602, -38.67280853131018], [177.99599684373777, -38.67280612014646], [177.99600816191793, -38.67280371069402], [177.99601948021657, -38.672801302952855], [177.99603079863363, -38.67279889692297], [177.99604211716917, -38.67279649260437], [177.9960534358279, -38.67279409006554], [177.99606475459552, -38.672791689101004], [177.99607607349117, -38.67278928998474], [177.99608739250527, -38.67278689257976], [177.9960987116235, -38.67278449668056], [177.99611003087927, -38.672782102766625], [177.99612135024395, -38.67277971042697], [177.99613266972707, -38.672777319798605], [177.99614398934298, -38.67277493108698], [177.9961553090678, -38.67277254394966], [177.99616662890153, -38.67277015838663], [177.99617794886805, -38.67276777474036], [177.9961892689578, -38.67276539287387], [177.99620058915167, -38.672763012513165], [177.99621190946877, -38.67276063393224], [177.99622322989958, -38.6727582569941], [177.9962345504536, -38.67275588183573], [177.9962458711261, -38.67275350838864], [177.9962571919218, -38.67275113672132], [177.99626851282648, -38.67274876662828], [177.99627983385915, -38.6727463983835], [177.9962911550007, -38.67274403171304], [177.99630247626553, -38.67274166682233], [177.99631379765836, -38.672739303779885], [177.9963251191601, -38.67273694231173], [177.99633644078511, -38.672734582623356], [177.99634776251904, -38.672732224509254], [177.99635908438574, -38.67272986831193], [177.99637040636614, -38.67272751375737], [177.99638172845545, -38.67272516077711], [177.99639305066805, -38.67272280957662], [177.9964043729943, -38.67272046001892], [177.9964156954486, -38.672718112309475], [177.99642701801181, -38.67271576617431], [177.9964383406983, -38.67271342181893], [177.99644966349845, -38.67271107910632], [177.9964609864219, -38.67270873817349], [177.99647230946857, -38.672706399020434], [177.99648363262895, -38.67270406151015], [177.99649495590782, -38.67270172571115], [177.99650627929563, -38.67269939148644], [177.99651760281142, -38.67269705910998], [177.99652892645054, -38.6726947285133], [177.9965402502033, -38.6726923995594], [177.99655157406502, -38.672690072179776], [177.99656289805478, -38.67268774664843], [177.996574222163, -38.672685422828366], [177.9965855463754, -38.67268310051408], [177.99659687072062, -38.67268078011656], [177.9966081951748, -38.67267846129332], [177.99661951974744, -38.67267614418137], [177.99663084444333, -38.67267382884916], [177.99664216925768, -38.67267151522825], [177.9966534941858, -38.672669203250116], [177.9966648192324, -38.67266689298325], [177.99667614440227, -38.67266458449615], [177.9966874696906, -38.67266227772034], [177.99669879509747, -38.672659972655794], [177.9967101206085, -38.672657669097035], [177.99672144624756, -38.67265536738655], [177.99673277200037, -38.67265306731884], [177.99674409786687, -38.67265076889392], [177.99675542386143, -38.67264847231725], [177.99676674996493, -38.67264617731487], [177.9967780761917, -38.672643884092246], [177.996789402537, -38.67264159258091], [177.99680072899596, -38.67263930271235], [177.99681205557349, -38.672637014555065], [177.99682338227424, -38.67263472817754], [177.99683470909355, -38.6726324435113], [177.99684603602657, -38.672630160487834], [177.9968573630733, -38.672627879107154], [177.99686869024333, -38.67262559950623], [177.99688001753185, -38.672623321616584], [177.99689134492934, -38.67262104530121], [177.99690267244532, -38.67261877069714], [177.99691400008462, -38.672616497872816], [177.99692532783763, -38.672614226691266], [177.99693665570916, -38.672611957220994], [177.9969479836944, -38.67260968939352], [177.99695931179818, -38.6726074232773], [177.99697064002524, -38.67260515894084], [177.99698196836124, -38.67260289617868], [177.99699329683008, -38.67260063533326], [177.99700462540793, -38.67259837606213], [177.99701595409948, -38.67259611843378], [177.99702728291433, -38.6725938625852], [177.9970386118477, -38.67259160844788], [177.9970499408853, -38.67258935581636], [177.9970612700509, -38.67258710503309], [177.9970725993303, -38.672584855892616], [177.9970839287234, -38.672582608394904], [177.99709525823505, -38.67258036260847], [177.99710658786998, -38.6725781186018], [177.99711791761388, -38.67257587616941], [177.9971292474811, -38.6725736355168], [177.99714057746206, -38.67257139650695], [177.9971519075711, -38.672569159345365], [177.99716323778432, -38.67256692368956], [177.99717456812564, -38.67256468988204], [177.99718589857116, -38.67256245758029], [177.99719722914952, -38.67256022719529], [177.99720855983207, -38.67255799831608], [177.99721989063318, -38.67255577114815], [177.9972312215528, -38.672553545691486], [177.9972425525814, -38.6725513218091], [177.9972538837381, -38.67254909977498], [177.99726521501333, -38.67254687945213], [177.99727654638798, -38.672544660566565], [177.99728787790028, -38.67254244366625], [177.99729920952154, -38.672540228340225], [177.9973105412518, -38.67253801458847], [177.99732187311017, -38.672535802684976], [177.99733320508224, -38.672533592424266], [177.99734453717292, -38.672531383874826], [177.99735586937732, -38.67252917696815], [177.99736720170503, -38.67252697184125], [177.997378534137, -38.67252476822013], [177.997389866697, -38.67252256644727], [177.9974011993708, -38.67252036631718], [177.99741253215362, -38.672518167761375], [177.99742386505494, -38.67251597091684], [177.99743519807484, -38.67251377578358], [177.99744653121803, -38.67251158243007], [177.9974578644702, -38.672509390650866], [177.99746919784096, -38.67250720058291], [177.99748053133024, -38.672505012226225], [177.99749186493807, -38.6725028255808], [177.99750319866448, -38.67250064064666], [177.99751453249982, -38.672498457286785], [177.997525866449, -38.67249627556969], [177.997537200531, -38.67249409576936], [177.99754853471728, -38.672491917474794], [177.99755986901258, -38.67248974075453], [177.9975712034407, -38.672487565951], [177.99758253797307, -38.67248539265326], [177.9975938726192, -38.6724832209983], [177.9976052073935, -38.672481051191596], [177.9976165422815, -38.67247888302765], [177.99762787727377, -38.67247671636951], [177.99763921238937, -38.67247455149112], [177.99765054762833, -38.67247238839249], [177.99766188298582, -38.67247022700514], [177.9976732184571, -38.67246806726055], [177.99768455403262, -38.672465909021746], [177.9976958897315, -38.67246375256271], [177.99770722555368, -38.67246159788344], [177.99771856148487, -38.67245944477844], [177.99772989753464, -38.67245729338471], [177.99774123369343, -38.672455143565266], [177.99775256997557, -38.672452995525575], [177.9977639063715, -38.67245084912865], [177.99777524288595, -38.67244870444299], [177.99778657950944, -38.67244656133162], [177.99779791625153, -38.67244441993152], [177.99780925311694, -38.672442280311174], [177.99782059008183, -38.672440142128124], [177.9978319271844, -38.672438005930296], [177.99784326439595, -38.67243587130677], [177.99785460171657, -38.672433738257524], [177.99786593916053, -38.67243160698801], [177.99787727672305, -38.67242947742979], [177.99788861439936, -38.67242734951432], [177.99789995217515, -38.67242522303616], [177.9979112900791, -38.67242309840624], [177.99792262810638, -38.67242097555609], [177.9979339662379, -38.67241885421172], [177.9979453044832, -38.67241673451011], [177.9979566428567, -38.67241461665677], [177.99796798133917, -38.6724125003777], [177.99797931994027, -38.6724103858099], [177.99799065865037, -38.67240827281637], [177.9980019974886, -38.672406161671084], [177.99801333642634, -38.672404051963106], [177.9980246754922, -38.67240194410338], [177.99803601467184, -38.67239983788641], [177.99804735397487, -38.672397733449216], [177.99805869338218, -38.67239563051779], [177.99807003289848, -38.67239352916065], [177.9980813725382, -38.672391429583264], [177.99809271229645, -38.672389331717135], [177.99810405216857, -38.67238723549379], [177.9981153921449, -38.67238514077623], [177.99812673224466, -38.672383047838416], [177.99813807246773, -38.67238095668037], [177.9981494127951, -38.672378867028094], [177.99816075325057, -38.672376779224074], [177.9981720938151, -38.672374692994325], [177.99818343449348, -38.672372608407365], [177.99819477528567, -38.672370525463165], [177.99820611619646, -38.672368444230216], [177.99821745723537, -38.67236636484554], [177.99822879836904, -38.67236428682964], [177.99824013962606, -38.672362210593505], [177.9982514809969, -38.67236013600014], [177.99826282248634, -38.67235806311803], [177.99827416408485, -38.67235599181021], [177.99828550579718, -38.672353922145156], [177.9982968476329, -38.67235185425985], [177.99830818957287, -38.67234978788032], [177.9983195316362, -38.67234772328056], [177.99833087381342, -38.67234566032356], [177.998342216114, -38.67234359914632], [177.99835355851883, -38.67234153947486], [177.99836490104707, -38.67233948158315], [177.99837624368914, -38.67233742533423], [177.99838758644503, -38.67233537072806], [177.99839892930999, -38.672333317696165], [177.99841027229357, -38.67233126637555], [177.99842161539573, -38.67232921676617], [177.998432958607, -38.67232716873108], [177.99844430193684, -38.672325122407244], [177.99845564537577, -38.672323077657694], [177.9984669889333, -38.67232103461941], [177.99847833260466, -38.67231899322388], [177.99848967639943, -38.672316953608096], [177.99850102029848, -38.672314915498106], [177.99851236433048, -38.67231287930486], [177.99852370845244, -38.67231084441191], [177.99853505270255, -38.67230881136721], [177.99854639707132, -38.672306780033765], [177.99855774155867, -38.67230475041158], [177.99856908614555, -38.67230272222669], [177.99858043084632, -38.67230069568456], [177.99859177567043, -38.67229867092218], [177.99860312060844, -38.67229664780258], [177.9986144656555, -38.67229462625725], [177.99862581082115, -38.67229260642318], [177.99863715610547, -38.67229058830037], [177.99864850149407, -38.672288571683325], [177.99865984700608, -38.67228655684605], [177.99867119263192, -38.672284543651536], [177.9986825383812, -38.672282532236785], [177.99869388423477, -38.672280522327796], [177.99870523019743, -38.672278513993085], [177.998716576293, -38.67227650757513], [177.99872792248337, -38.67227450252595], [177.99873926879715, -38.67227249925652], [177.99875061522476, -38.67227049762987], [177.9987619617615, -38.672268497577484], [177.9987733084216, -38.67226649930485], [177.99878465518603, -38.672264502538], [177.99879600207385, -38.67226250755089], [177.99880734907555, -38.67226051420656], [177.99881869618633, -38.6722585224365], [177.99883004341098, -38.6722565323092], [177.99884139075905, -38.67225454396166], [177.99885273821144, -38.67225255711989], [177.99886408578723, -38.67225057205787], [177.9988754334721, -38.67224858857013], [177.9988867812804, -38.67224660686213], [177.99889812919304, -38.67224462665992], [177.99890947721474, -38.672242648031975], [177.9989208253503, -38.6722406710468], [177.9989321736093, -38.672238695841365], [177.9989435219822, -38.6722367222787], [177.9989548704689, -38.672234750358804], [177.99896621906476, -38.672232780013175], [177.9989775677745, -38.67223081131032], [177.99898891659805, -38.67222884425022], [177.9990002655403, -38.67222687890137], [177.99901161460596, -38.672224915332286], [177.99902296377596, -38.67222295326897], [177.99903431305503, -38.67222099277993], [177.99904566245277, -38.67221903400215], [177.99905701196917, -38.67221707693561], [177.99906836159468, -38.67221512144335], [177.99907971133882, -38.67221316766235], [177.99909106118253, -38.67221121531863], [177.9991024111449, -38.67220926468616], [177.99911376123546, -38.67220731590196], [177.9991251114256, -38.672205368555005], [177.99913646172962, -38.67220342285084], [177.99914781215227, -38.67220147885792], [177.99915916268884, -38.672199536507776], [177.9991705133393, -38.672197595800384], [177.99918186410838, -38.67219565680424], [177.99919321498183, -38.67219371931388], [177.9992045659787, -38.67219178360326], [177.99921591708468, -38.672189849466925], [177.99922726830457, -38.672187916973364], [177.99923861963833, -38.672185986122535], [177.99924997109076, -38.67218405698298], [177.99926132264756, -38.67218212934919], [177.99927267431346, -38.672180203289685], [177.99928402610277, -38.67217827900992], [177.99929537800602, -38.672176356372916], [177.99930673001836, -38.672174435310176], [177.9993180821446, -38.6721725158902], [177.99932943438478, -38.672170598112984], [177.9993407867436, -38.67216868204703], [177.99935213921628, -38.672166767623835], [177.99936349179816, -38.672164854774906], [177.99937484449387, -38.672162943568736], [177.9993861973035, -38.67216103400534], [177.9993975502318, -38.67215912615317], [177.99940890326926, -38.672157219875295], [177.99942025641104, -38.67215531510318], [177.9994316096763, -38.67215341211082], [177.99944296305546, -38.672151510761225], [177.9994543165437, -38.67214961098588], [177.99946567014112, -38.67214771278482], [177.999477023862, -38.6721458163635], [177.99948837768721, -38.67214392144796], [177.99949973163112, -38.67214202824367], [177.99951108568413, -38.67214013661365], [177.99952243986064, -38.67213824676336], [177.9995337941415, -38.67213635841888], [177.99954514853147, -38.672134471648626], [177.99955650304494, -38.67213258665814], [177.99956785767708, -38.672130703378905], [177.99957921240403, -38.67212882146845], [177.99959056725444, -38.67212694133776], [177.99960192221877, -38.67212506284981], [177.9996132772922, -38.67212318593613], [177.99962463247007, -38.672121310528226], [177.99963598777614, -38.67211943696856], [177.99964734319136, -38.67211756498316], [177.99965869871573, -38.67211569457203], [177.999670054354, -38.672113825803656], [177.9996814101014, -38.67211195860954], [177.99969276598188, -38.67211009333217], [177.9997041219619, -38.672108229492075], [177.99971547804154, -38.67210636708925], [177.99972683424465, -38.672104506466184], [177.9997381905712, -38.672102647622864], [177.99974954700696, -38.672100790353795], [177.99976090354704, -38.67209893459051], [177.9997722602011, -38.672097080469975], [177.9997836169738, -38.6720952280607], [177.9997949738557, -38.67209337722568], [177.99980633084672, -38.67209152796494], [177.99981768794692, -38.67208968027844], [177.9998290451658, -38.67208783430322], [177.99984040249862, -38.67208598997074], [177.99985175994536, -38.672084147281026], [177.9998631175108, -38.672082306302556], [177.9998744751807, -38.67208046682986], [177.99988583295968, -38.672078628931445], [177.99989719085258, -38.67207679267577], [177.99990854887378, -38.67207495826832], [177.9999199069946, -38.67207312529817], [177.99993126522932, -38.67207129397077], [177.99994262357322, -38.67206946421764], [177.99995398202628, -38.67206763603876], [177.99996534059326, -38.672065809502655], [177.99997669928376, -38.67206398474628], [177.99998805807863, -38.672062161495674], [177.9999994169779, -38.67206033975085], [178.0000107760102, -38.67205851992275], [178.00002213513736, -38.67205670146343], [178.000033494388, -38.672054884783854], [178.00004485375257, -38.67205306974704], [178.00005621321202, -38.672051256079], [178.00006757280926, -38.672049444396194], [178.00007893250134, -38.67204763408216], [178.00009029230736, -38.67204582541089], [178.00010165223213, -38.67204401845087], [178.00011301225652, -38.67204221292812], [178.0001243724044, -38.672040409185136], [178.00013573266145, -38.672038607016376], [178.0001470930277, -38.6720368064219], [178.00015845350788, -38.672035007470186], [178.00016981409723, -38.672033210092714], [178.0001811748053, -38.672031414426506], [178.0001925356178, -38.67202962026606], [178.00020389655856, -38.672027827953855], [178.00021525759897, -38.67202603707892], [178.0002266187485, -38.672024247778246], [178.00023798002158, -38.67202246025733], [178.00024934140384, -38.67202067431066], [178.00026070288575, -38.672018889801265], [178.00027206449116, -38.67201710707161], [178.00028342620573, -38.67201532591623], [178.00029478802952, -38.672013546335116], [178.000306149972, -38.67201176846523], [178.00031751201894, -38.67200999210112], [178.00032887418456, -38.67200821744826], [178.00034023644986, -38.67200644423267], [178.00035159883387, -38.67200467272833], [178.00036296133186, -38.67200290286674], [178.0003743239534, -38.6720011347849], [178.00038568666974, -38.67199936807184], [178.0003970495001, -38.671997603001515], [178.00040841245394, -38.671995839710966], [178.0004197755122, -38.67199407792615], [178.00043113867488, -38.671992317647124], [178.00044250195631, -38.67199055907933], [178.00045386535172, -38.67198880215429], [178.00046522884676, -38.67198704666654], [178.00047659246533, -38.671985292958524], [178.0004879561931, -38.671983540824755], [178.00049932003006, -38.67198179026526], [178.00051068397622, -38.67198004128001], [178.00052204803634, -38.67197829393753], [178.00053341222, -38.67197654837478], [178.00054477650812, -38.67197480431779], [178.00055614089584, -38.6719730616981], [178.00056750540233, -38.67197132078962], [178.00057887003712, -38.6719695817294], [178.00059023476678, -38.67196784403795], [178.00060159960088, -38.67196610785226], [178.0006129645585, -38.67196437344633], [178.00062432962537, -38.67196264061463], [178.0006356948014, -38.67196090935722], [178.00064706008664, -38.67195917967405], [178.00065842548108, -38.67195745156515], [178.0006697909991, -38.67195572523597], [178.00068115661196, -38.671954000275576], [178.00069252234834, -38.671952277094924], [178.00070388820353, -38.671950555625514], [178.00071525415356, -38.67194883552489], [178.00072662022717, -38.671947117204], [178.0007379864052, -38.671945400388886], [178.00074935270678, -38.67194368535349], [178.00076071909845, -38.67194197161839], [178.0007720856089, -38.67194025959453], [178.00078345223335, -38.671938549213436], [178.00079481897177, -38.67193684047508], [178.00080618581464, -38.67193513324248], [178.0008175527763, -38.67193342772114], [178.00082891983283, -38.67193172356858], [178.00084028701292, -38.67193002119574], [178.0008516543022, -38.67192832039717], [178.00086302171027, -38.67192662130984], [178.00087438922756, -38.67192492379677], [178.0008857568541, -38.671923227857945], [178.00089712458026, -38.671921533356425], [178.00090849242525, -38.671919840566126], [178.000919860389, -38.67191814948707], [178.00093122845718, -38.67191645991377], [178.00094259663936, -38.67191477198324], [178.00095396492122, -38.67191308548995], [178.00096533332186, -38.671911400707934], [178.00097670183652, -38.67190971756866], [178.00098807045563, -38.67190803593515], [178.00099943918394, -38.67190635587588], [178.00101080803583, -38.671904677596366], [178.00102217698262, -38.67190300068562], [178.0010335460482, -38.671901325486104], [178.00104491523734, -38.67189965206635], [178.00105628452138, -38.67189798001536], [178.00106765391465, -38.67189630953863], [178.00107902342194, -38.67189464070464], [178.00109039304323, -38.671892973513415], [178.00110176277377, -38.67189130789643], [178.00111313261354, -38.67188964385371], [178.0011245025673, -38.67188798145373], [178.00113587262555, -38.671886320559516], [178.00114724279302, -38.67188466123957], [178.00115861307933, -38.67188300363084], [178.00116998346527, -38.6718813474594], [178.00118135397005, -38.6718796929992], [178.00119272458406, -38.67187804011325], [178.0012040953073, -38.67187638880156], [178.0012154661541, -38.6718747392696], [178.00122683709583, -38.67187309110642], [178.00123820815634, -38.67187144465447], [178.00124957931178, -38.671869799571304], [178.00126095060037, -38.671868156404855], [178.00127232198386, -38.67186651460719], [178.00128369348613, -38.67186487452075], [178.00129506508813, -38.6718632358716], [178.0013064368089, -38.671861598933674], [178.00131780862938, -38.67185996343302], [178.00132918056866, -38.671858329643605], [178.0013405526172, -38.67185669742845], [178.00135192478453, -38.67185506692453], [178.0013632970468, -38.67185343778939], [178.00137466942311, -38.671851810297], [178.00138604192298, -38.67185018458433], [178.00139741452256, -38.67184856030893], [178.00140878723138, -38.67184693760779], [178.0014201600495, -38.6718453164809], [178.00143153299595, -38.67184369720224], [178.0014429060278, -38.671842079155375], [178.0014542791832, -38.671840462888234], [178.0014656524431, -38.671838848126846], [178.00147702581228, -38.671837234939716], [178.00148839929068, -38.67183562332685], [178.00149977287836, -38.671834013288226], [178.00151114658007, -38.67183240489235], [178.0015225203863, -38.67183079800223], [178.00153389430653, -38.67182919275486], [178.00154526833603, -38.671827589081744], [178.0015566424844, -38.671825987119874], [178.001568016742, -38.67182438673224], [178.0015793910945, -38.671822787713396], [178.00159076557065, -38.67182119047426], [178.00160214016083, -38.67181959487789], [178.00161351485073, -38.67181800071877], [178.0016248896451, -38.67181640806543], [178.00163626455353, -38.67181481705482], [178.00164763956647, -38.67181322754998], [178.0016590146982, -38.67181163975638], [178.00167038993922, -38.67181005353702], [178.00168176528473, -38.67180846882343], [178.0016931407443, -38.67180688575257], [178.0017045163084, -38.67180530418748], [178.00171589199127, -38.671803724333614], [178.00172726777868, -38.671802145985524], [178.0017386436801, -38.67180056928017], [178.00175001968609, -38.671798994080575], [178.00176139580128, -38.671797420455235], [178.00177277203056, -38.671795848472634], [178.00178414836913, -38.67179427806429], [178.00179552480742, -38.67179270909321], [178.00180690136455, -38.67179114183337], [178.00181827803095, -38.67178957614777], [178.00182965480187, -38.671788011967934], [178.00184103168206, -38.67178644936234], [178.00185240866676, -38.671784888262515], [178.00186378577507, -38.67178332894242], [178.0018751629879, -38.671781771128074], [178.00188654030524, -38.67178021481949], [178.0018979177462, -38.67177866029064], [178.0019092952821, -38.67177710713056], [178.0019206729273, -38.67177555554473], [178.0019320506961, -38.67177400573861], [178.0019434285551, -38.67177245723279], [178.00195480653295, -38.6717709104382], [178.0019661846153, -38.671769365149366], [178.00197756281173, -38.671767821503266], [178.00198894111745, -38.671766279431424], [178.00200031952767, -38.67176473886535], [178.00201169805197, -38.671763199942], [178.00202307668556, -38.67176166259292], [178.0020344554237, -38.67176012674958], [178.00204583427112, -38.671758592480494], [178.00205721322783, -38.67175705978565], [178.00206859230818, -38.67175552887054], [178.0020799714787, -38.67175399925572], [178.0020913507633, -38.671752471283625], [178.00210273017154, -38.67175094509126], [178.00211410966998, -38.67174942019918], [178.0021254892825, -38.671747896949825], [178.0021368690091, -38.671746375343226], [178.00214824883062, -38.671744855105395], [178.00215962877104, -38.6717433365788], [178.00217100882077, -38.67174181962645], [178.0021823889798, -38.671740304248345], [178.00219376924335, -38.671738790376], [178.00220514962098, -38.6717372781464], [178.00221653009837, -38.67173576735404], [178.00222791070416, -38.671734258409934], [178.00223929140495, -38.67173275083457], [178.00225067221504, -38.67173124483347], [178.00226205312967, -38.671729740338115], [178.00227343417274, -38.671728237690985], [178.00228481530598, -38.671726736344134], [178.00229619655332, -38.671725236640015], [178.00230757791, -38.671723738510146], [178.00231895937117, -38.67172224188604], [178.00233034093688, -38.67172074676768], [178.00234172262623, -38.67171925342904], [178.0023531044058, -38.67171776139068], [178.00236448630906, -38.67171627113206], [178.00237586831204, -38.67171478231069], [178.00238725042914, -38.67171329513205], [178.0023986326603, -38.67171180959617], [178.00241001498648, -38.67171032542903], [178.0024213974315, -38.67170884297315], [178.00243277997154, -38.67170736188603], [178.00244416264, -38.67170588264712], [178.00245554540345, -38.671704404776996], [178.00246692827622, -38.6717029284811], [178.0024783112631, -38.67170145382794], [178.00248969434975, -38.67169998061206], [178.00250107755528, -38.671698509107394], [178.00251246086057, -38.671697039040005], [178.00252384427998, -38.67169557061534], [178.00253522779914, -38.67169410362794], [178.00254661142762, -38.671692638214786], [178.00255799517504, -38.671691174512866], [178.00256937902697, -38.6716897123167], [178.00258076298823, -38.67168825169477], [178.00259214705403, -38.6716867925786], [178.00260353122442, -38.67168533496818], [178.00261491551367, -38.67168387906901], [178.0026262999075, -38.67168242467556], [178.0026376844011, -38.67168097171938], [178.00264906900878, -38.671679520405945], [178.00266045372106, -38.67167807059826], [178.00267183854265, -38.67167662236482], [178.0026832234736, -38.67167517570563], [178.00269460851865, -38.67167373068917], [178.0027059936587, -38.67167228704148], [178.00271737891288, -38.67167084503652], [178.00272876427638, -38.67166940460581], [178.0027401497588, -38.671667965886336], [178.00275153533144, -38.67166652846713], [178.00276292102774, -38.67166509282764], [178.0027743068143, -38.67166365848843], [178.0027856927293, -38.671662225997444], [178.0027970787393, -38.6716607948752], [178.00280846485865, -38.671659365327216], [178.0028198510826, -38.671657937284984], [178.00283123741107, -38.67165651074851], [178.00284262385847, -38.67165508592324], [178.00285401041043, -38.671653662603745], [178.00286539707176, -38.67165224085848], [178.00287678383285, -38.67165082055048], [178.00288817070808, -38.67164940188522], [178.0028995576831, -38.671647984657206], [178.0029109447866, -38.67164656927741], [178.00292233197553, -38.6716451551294], [178.00293371927862, -38.67164374262412], [178.00294510669104, -38.671642331693086], [178.0029564942176, -38.67164092240479], [178.00296788185355, -38.671639514690725], [178.00297926957973, -38.67163810827695], [178.0029906574248, -38.67163670357439], [178.00300204536964, -38.671635300309084], [178.0030134334239, -38.671633898618026], [178.00302482159705, -38.671632498638196], [178.00303620986523, -38.671631100027135], [178.00304759824274, -38.67162970299031], [178.00305898673443, -38.67162830759622], [178.00307037533068, -38.67162691370788], [178.00308176404107, -38.671625521462275], [178.0030931528465, -38.671624130585435], [178.00310454176127, -38.67162274128285], [178.00311593078064, -38.67162135348598], [178.0031273199285, -38.67161996753736], [178.00313870916662, -38.67161858288899], [178.00315009851408, -38.671617199814875], [178.0031614879661, -38.6716158182465], [178.00317287752756, -38.67161443825235], [178.0031842671888, -38.67161305969548], [178.00319565696896, -38.67161168284983], [178.0032070468537, -38.67161030750992], [178.00321843684304, -38.67160893367576], [178.00322982694178, -38.671607561415854], [178.0032412171403, -38.67160619059321], [178.00325260745777, -38.67160482148177], [178.00326399787983, -38.67160345387609], [178.00327538841125, -38.67160208784465], [178.00328677903295, -38.67160072311347], [178.00329816978314, -38.67159936023051], [178.00330956063792, -38.6715979988533], [178.00332095158774, -38.671596638844846], [178.0033323426517, -38.671595280479124], [178.0033437338155, -38.67159392355067], [178.0033551250887, -38.671592568196445], [178.00336651647123, -38.67159121441645], [178.0033779079584, -38.67158986214223], [178.00338929955973, -38.67158851151072], [178.00340069125608, -38.67158716224798], [178.0034120830714, -38.67158581469646], [178.00342347499608, -38.67158446871919], [178.0034348670206, -38.67158312417917], [178.0034462591497, -38.67158178114488], [178.00345765138346, -38.67158043961636], [178.00346904373134, -38.671579099730565], [178.00348043618385, -38.671577761350505], [178.00349182874575, -38.6715764245447], [178.00350322140747, -38.671575089176145], [178.00351461417856, -38.67157375538182], [178.0035260070543, -38.67157242309326], [178.0035374000442, -38.67157109244741], [178.0035487931291, -38.67156976317033], [178.00356018632823, -38.67156843553598], [178.003571579632, -38.67156710940738], [178.00358297304032, -38.67156578478452], [178.00359436656763, -38.6715644618729], [178.00360576019474, -38.67156314039852], [178.00361715392174, -38.67156182036139], [178.00362854776768, -38.6715605020355], [178.00363994171346, -38.67155918514683], [178.00365133576383, -38.67155786976394], [178.00366272991883, -38.67155655588678], [178.00367412418322, -38.67155524358385], [178.00368551854746, -38.67155393271819], [178.00369691302592, -38.67155262349525], [178.00370830760895, -38.67155131577806], [178.0037197023014, -38.671550009635105], [178.0037310970937, -38.67154870492939], [178.00374249200019, -38.67154740186643], [178.00375388700175, -38.671546100172215], [178.00376528212703, -38.67154480025771], [178.00377667735216, -38.67154350178046], [178.00378807267714, -38.671542204740476], [178.0037994681163, -38.67154090934321], [178.00381086365056, -38.671539615314714], [178.00382225930377, -38.67153832299742], [178.00383365504726, -38.67153703198041], [178.00384505090975, -38.67153574267461], [178.00385644687205, -38.67153445480607], [178.00386784293903, -38.67153316844327], [178.00387923912493, -38.67153188379169], [178.00389063540118, -38.67153060044037], [178.0039020317916, -38.6715293187318], [178.0039134282866, -38.67152803852895], [178.0039248248911, -38.671526759900345], [178.003936221605, -38.671525482845986], [178.00394761841392, -38.67152420716038], [178.0039590153371, -38.6715229331175], [178.00397041236488, -38.67152166058036], [178.0039818094973, -38.671520389548974], [178.00399320673438, -38.67151912002332], [178.0040046040761, -38.67151785200342], [178.00401600152247, -38.67151658548925], [178.00402739908301, -38.6715153206178], [178.00403879673866, -38.671514057115125], [178.00405019450372, -38.67151279518669], [178.0040615923782, -38.67151153483248], [178.00407299035734, -38.67151027598401], [178.00408438843635, -38.671509018572806], [178.0040957866391, -38.67150776294131], [178.0041071849322, -38.671506508610065], [178.00411858333467, -38.671505255853056], [178.00412998184183, -38.67150400460179], [178.00414138046318, -38.67150275499327], [178.0041527791796, -38.671501506753486], [178.00416417800548, -38.67150026008794], [178.00417557693126, -38.67149901485964], [178.0041869759712, -38.67149777127409], [178.00419837511103, -38.67149652912577], [178.00420977435553, -38.67149528848319], [178.00422117370468, -38.67149404934636], [178.00423257316325, -38.671492811783764], [178.00424397272647, -38.6714915757269], [178.00425537239914, -38.67149034124428], [178.004266772186, -38.67148910840439], [178.00427817206324, -38.671487876864745], [178.00428957204508, -38.67148664683086], [178.0043009721316, -38.67148541830271], [178.0043123723419, -38.671484191554256], [178.00432377263775, -38.671482966037594], [178.00433517304782, -38.67148174216366], [178.00434657355774, -38.67148051972695], [178.00435797417234, -38.671479298795994], [178.00436937490596, -38.67147807957627], [178.0043807757251, -38.67147686158829], [178.00439217666326, -38.67147564531154], [178.00440357769654, -38.67147443040355], [178.00441497883924, -38.67147321706979], [178.00442638009616, -38.671472005378746], [178.00443778145777, -38.67147079519347], [178.0044491829145, -38.67146958637692], [178.00446058448063, -38.671468379134616], [178.0044719861515, -38.671467173398035], [178.00448338793655, -38.6714659693042], [178.0044947898167, -38.67146476657911], [178.00450619180154, -38.67146356535976], [178.00451759388628, -38.67146236557766], [178.00452899608524, -38.67146116743829], [178.00454039838888, -38.67145997080464], [178.00455180079243, -38.67145877560826], [178.0045632033054, -38.671457581986104], [178.0045746059183, -38.671456389801186], [178.00458600864542, -38.671455199259], [178.00459741146287, -38.671454010017065], [178.00460881440412, -38.67145282255485], [178.00462021744053, -38.671451636461384], [178.00463162058156, -38.67145045187365], [178.0046430238273, -38.671449268791676], [178.00465442718252, -38.67144808728392], [178.00466583064238, -38.6714469072819], [178.00467723420218, -38.67144572871714], [178.00468863786185, -38.671444551589616], [178.00470004163577, -38.671443376104804], [178.0047114455096, -38.67144220205726], [178.00472284948813, -38.671441029515435], [178.00473425357612, -38.67143985854785], [178.00474565775443, -38.67143868888052], [178.00475706205182, -38.67143752092441], [178.00476846644906, -38.67143635440555], [178.0047798709606, -38.6714351895294], [178.004791275572, -38.6714340260905], [178.00480268027857, -38.67143286402036], [178.00481408509935, -38.67143170359293], [178.00482549002962, -38.67143054473975], [178.00483689505504, -38.671429387255316], [178.00484830018513, -38.6714282312766], [178.00485970541516, -38.671427076735156], [178.0048711107594, -38.67142592383641], [178.00488251619882, -38.67142477230643], [178.0048939217477, -38.67142362235067], [178.00490532740127, -38.67142247390067], [178.00491673315952, -38.671421326956384], [178.00492813901772, -38.671420181449335], [178.00493954499018, -38.67141903758503], [178.00495095106254, -38.67141789515795], [178.0049623572396, -38.67141675423663], [178.0049737635166, -38.67141561475253], [178.00498516990305, -38.67141447684268], [178.00499657639423, -38.67141334043855], [178.00500798299487, -38.67141220560866], [178.00501938968588, -38.671411072079025], [178.00503079648638, -38.67140994012362], [178.00504220339158, -38.67140880967394], [178.0050536104015, -38.67140768073001], [178.00506501751133, -38.671406553223306], [178.00507642473542, -38.67140542735934], [178.0050878320499, -38.67140430279563], [178.00509923947862, -38.67140317987464], [178.00511064701206, -38.67140205845937], [178.005122054655, -38.671400938618355], [178.0051334623883, -38.67139982007757], [178.00514487023588, -38.67139870317953], [178.00515627817862, -38.67139758765022], [178.00516768624038, -38.67139647383214], [178.00517909439733, -38.67139536138279], [178.0051905026542, -38.67139425037071], [178.00520191101577, -38.67139314086434], [178.00521331947726, -38.671392032795225], [178.00522472805307, -38.67139092636883], [178.0052361367288, -38.67138982137967], [178.00524754549969, -38.671388717759264], [178.00525895438486, -38.67138761578158], [178.00527036337473, -38.67138651530962], [178.00528177246454, -38.67138541627491], [178.00529318165906, -38.67138431874594], [178.0053045909631, -38.671383222791185], [178.00531600036712, -38.67138212827368], [178.00532740988058, -38.6713810353304], [178.00533881948445, -38.67137994368738], [178.00535022919783, -38.67137885361858], [178.00536163901592, -38.67137776505551], [178.00537304892916, -38.671376677861204], [178.0053844589567, -38.6713755923096], [178.0053958690842, -38.67137450819525], [178.00540727931164, -38.671373425518134], [178.0054186896438, -38.67137234434675], [178.00543010009025, -38.67137126481809], [178.00544151063667, -38.67137018672667], [178.00545292127345, -38.67136910993551], [178.0054643320293, -38.67136803485554], [178.00547574288035, -38.67136696114434], [178.00548715384565, -38.671365889075844], [178.00549856491094, -38.6713648184446], [178.00550997607618, -38.6713637492506], [178.00552138733656, -38.67136268142534], [178.00553279870647, -38.6713616151743], [178.00554421018114, -38.67136055042901], [178.00555562176532, -38.67135948725793], [178.00556703343986, -38.671358425387105], [178.0055784452192, -38.671357365022004], [178.00558985710796, -38.67135630623115], [178.00560126909676, -38.67135524887752], [178.00561268119029, -38.671354193029636], [178.00562409338374, -38.671353138618976], [178.0056355057011, -38.671352085988026], [178.00564691809927, -38.67135103452034], [178.005658330607, -38.671349984626886], [178.005669743229, -38.67134893637615], [178.0056811559414, -38.67134788942567], [178.00569256875374, -38.67134684391242], [178.00570398167088, -38.6713457999049], [178.0057153946975, -38.67134475747161], [178.00572680781934, -38.67134371640707], [178.0057382210459, -38.67134267684825], [178.00574963437722, -38.67134163879517], [178.0057610478133, -38.671340602247824], [178.0057724613589, -38.671339567274686], [178.0057838749949, -38.67133853360182], [178.00579528875, -38.67133750164015], [178.0058067026003, -38.67133647104723], [178.00581811655056, -38.67133544189155], [178.00582953060078, -38.671334414173124], [178.00584094476054, -38.6713333880289], [178.00585235902506, -38.671332363390405], [178.00586377338, -38.67133134005218], [178.00587518784926, -38.67133031835665], [178.00588660241368, -38.67132929802988], [178.0058980170829, -38.671328279208836], [178.00590943185685, -38.671327261893516], [178.00592084673556, -38.67132624608394], [178.0059322617095, -38.67132523164311], [178.00594367679292, -38.67132421877648], [178.00595509197635, -38.6713232073471], [178.0059665072741, -38.67132219756043], [178.00597792266228, -38.67132118907403], [178.00598933816002, -38.67132018216184], [178.00600075374817, -38.67131917654991], [178.0060121694554, -38.67131817264916], [178.00602358525782, -38.67131717011718], [178.00603500116028, -38.67131616902244], [178.00604641716268, -38.67131516936493], [178.0060578332794, -38.671314171350126], [178.0060692494818, -38.67131317456709], [178.00608066579852, -38.67131217942676], [178.00609208221525, -38.67131118572368], [178.00610349873193, -38.67131019345783], [178.00611491535338, -38.67130920269771], [178.00612633207484, -38.67130821337482], [178.00613774891065, -38.671307225694655], [178.00614916584163, -38.67130623938322], [178.00616058286784, -38.67130525444054], [178.0061719999988, -38.67130427100358], [178.0061834172489, -38.67130328927782], [178.00619483458465, -38.67130230878384], [178.0062062520204, -38.67130132972708], [178.0062176695657, -38.671300352244536], [178.00622908721098, -38.67129937619925], [178.00624050496106, -38.671298401659676], [178.00625192280634, -38.67129742848884], [178.00626334075642, -38.67129645682374], [178.00627475881603, -38.67129548673286], [178.0062861769661, -38.671294517942236], [178.00629759522573, -38.67129355072582], [178.00630901359492, -38.671292585083634], [178.00632043205454, -38.6712916207417], [178.0063318506285, -38.67129065804246], [178.00634326928815, -38.67128969657499], [178.0063546880717, -38.67128873688722], [178.0063661069361, -38.67128777836272], [178.00637752591007, -38.67128682141242], [178.00638894499366, -38.67128586603635], [178.00640036416763, -38.67128491196055], [178.00641178344165, -38.67128395932196], [178.00642320283, -38.67128300832608], [178.00643462231358, -38.67128205869895], [178.0064460418876, -38.671281110372064], [178.00645746158557, -38.67128016382488], [178.00646888137393, -38.67127921857794], [178.00648030126712, -38.67127827483675], [178.00649172126512, -38.67127733260126], [178.00650314135353, -38.67127639166602], [178.0065145615515, -38.67127545230501], [178.0065259818591, -38.6712745145182], [178.0065374022667, -38.671273578168645], [178.00654882276473, -38.67127264311933], [178.00656024337235, -38.67127170964424], [178.00657166407044, -38.67127077746939], [178.0065830848781, -38.67126984686876], [178.00659450578573, -38.67126891770536], [178.00660592679344, -38.671267989979214], [178.0066173479155, -38.67126706389575], [178.0066287691232, -38.67126613904405], [178.00664019044052, -38.67126521576658], [178.0066516118674, -38.671264294063306], [178.00666303338477, -38.6712633736603], [178.00667445500693, -38.67126245476301], [178.0066858767243, -38.671261537234464], [178.00669729856088, -38.671260621417126], [178.0067087204831, -38.671259706831535], [178.00672014251012, -38.67125879375167], [178.00673156463716, -38.67125788210903], [178.00674298686428, -38.67125697190363], [178.00675440920094, -38.671256063272466], [178.0067658316281, -38.67125515594151], [178.0067772541696, -38.671254250253284], [178.00678867680637, -38.671253345933806], [178.00680009953356, -38.671252442914565], [178.00681152237996, -38.671251541606516], [178.00682294532638, -38.67125064173572], [178.00683436835848, -38.67124974309666], [178.00684579150493, -38.671248846100326], [178.00685721475148, -38.671247950541215], [178.00686863810756, -38.67124705655631], [178.00688006154937, -38.671246163803175], [178.006891485096, -38.67124527255576], [178.00690290873783, -38.67124438267708], [178.0069143324941, -38.67124349444111], [178.0069257563456, -38.67124260757387], [178.00693718029714, -38.67124172214388], [178.0069486043487, -38.67124083815111], [178.00696002850034, -38.67123995559558], [178.006971452752, -38.67123907447726], [178.00698287711327, -38.671238194933174], [178.00699430157934, -38.671237316894796], [178.00700572613113, -38.671236440088194], [178.0070171507973, -38.67123556492429], [178.00702857556828, -38.6712346912661], [178.007040000425, -38.67123381883966], [178.0070514253913, -38.67123294798745], [178.00706285044808, -38.67123207843548], [178.00707427561446, -38.67123121045773], [178.0070857008761, -38.671230343848706], [178.0070971262426, -38.67122947874541], [178.0071085517139, -38.67122861514783], [178.00711997727572, -38.671227752850506], [178.00713140294715, -38.67122689212739], [178.0071428287186, -38.67122603284152], [178.00715425459012, -38.671225174992856], [178.00716568056646, -38.67122431864992], [178.00717710663807, -38.67122346367573], [178.00718853281452, -38.67122261020726], [178.00719995909103, -38.67122175817601], [178.0072113854676, -38.67122090758199], [178.00722281193944, -38.671220058356724], [178.0072342385161, -38.671219210637155], [178.00724566519762, -38.671218364423325], [178.0072570919696, -38.67121751950974], [178.00726851885122, -38.67121667617037], [178.00727994581854, -38.671215834062735], [178.00729137290028, -38.671214993597815], [178.0073028000773, -38.67121415450163], [178.00731422736393, -38.67121331697966], [178.0073256547363, -38.67121248068944], [178.00733708223262, -38.67121164617892], [178.00734850981468, -38.671210812900135], [178.0073599374872, -38.67120998092161], [178.0073713652885, -38.671209150791256], [178.00738279316593, -38.67120832175567], [178.00739422114344, -38.67120749415733], [178.0074056492306, -38.67120666813317], [178.0074170774178, -38.67120584354626], [178.00742850569551, -38.67120502025958], [178.0074399340781, -38.67120419847863], [178.00745136257027, -38.6712033782719], [178.0074627911482, -38.6712025592969], [178.00747421984053, -38.671201741964616], [178.00748564861857, -38.67120092586408], [178.00749707751106, -38.67120011140626], [178.00750850649882, -38.67119929831716], [178.00751993558188, -38.67119848659681], [178.00753136477456, -38.671197676450646], [178.00754279406732, -38.671196867741735], [178.00755422345537, -38.67119606040154], [178.0075656529435, -38.67119525449859], [178.00757708252692, -38.67119444996437], [178.0075885122152, -38.67119364693586], [178.0075999419988, -38.67119284527609], [178.0076113718872, -38.67119204512205], [178.0076228018805, -38.67119124647371], [178.00763423195954, -38.67119044905712], [178.0076456621434, -38.67118965314626], [178.00765709244175, -38.6711888588781], [178.00766852283536, -38.67118806597867], [178.00767995331472, -38.671187274310995], [178.0076913839085, -38.671186484286025], [178.00770281459276, -38.671185695561284], [178.00771424539153, -38.67118490847926], [178.00772567627598, -38.67118412262897], [178.0077371072605, -38.671183338215926], [178.00774853834994, -38.671182555308576], [178.00775996952987, -38.67118177370149], [178.00777140081948, -38.6711809936686], [178.00778283220438, -38.671180215004455], [178.00779426368936, -38.671179437777525], [178.0078056952744, -38.67117866198783], [178.00781712696437, -38.67117788770385], [178.00782855874004, -38.671177114651606], [178.00783999063495, -38.67117634331056], [178.0078514226204, -38.671175573269764], [178.00786285470593, -38.6711748046662], [178.00787428688676, -38.671174037431356], [178.00788571918204, -38.6711732718392], [178.0078971515583, -38.67117250741033], [178.00790858404417, -38.671171744555664], [178.0079200166254, -38.671170983069715], [178.0079314493067, -38.671170223020994], [178.00794288208334, -38.671169464341], [178.00795431496965, -38.671168707235225], [178.00796574794646, -38.67116795142969], [178.00797718102814, -38.67116719712988], [178.00798861420517, -38.67116644419879], [178.0080000474823, -38.671165692704925], [178.0080114808691, -38.67116494278527], [178.0080229143416, -38.67116419409736], [178.00803434792383, -38.67116344698366], [178.0080457815918, -38.6711627011017], [178.00805721537898, -38.67116195693095], [178.00806864925195, -38.67116121399194], [178.00808008322022, -38.671160472421654], [178.00809151730294, -38.671159732494075], [178.00810295146667, -38.671158993729755], [178.00811438574482, -38.671158256608116], [178.00812582011352, -38.67115752078674], [178.00813725458235, -38.67115678640257], [178.00814868915126, -38.67115605345563], [178.00816012381551, -38.67115532187742], [178.00817155858942, -38.67115459187341], [178.0081829934587, -38.67115386323815], [178.00819442842325, -38.67115313597161], [178.00820586348794, -38.67115241014229], [178.00821729865277, -38.671151685750196], [178.00822873392246, -38.67115096286382], [178.0082401692875, -38.67115024134617], [178.0082516047431, -38.671149521128754], [178.00826304030355, -38.67114880241706], [178.00827447596416, -38.67114808514259], [178.00828591172007, -38.67114736923684], [178.0082973475809, -38.67114665483682], [178.00830878353233, -38.671145941737024], [178.00832021959337, -38.67114523021144], [178.00833165574022, -38.671144519917604], [178.00834309199195, -38.671143811129475], [178.0083545283486, -38.67114310384707], [178.0083659648054, -38.67114239800188], [178.0083774013527, -38.671141693456924], [178.00838883799537, -38.67114099028071], [178.0084002747525, -38.67114028874718], [178.00841171159541, -38.671139588445406], [178.00842314853847, -38.67113888958085], [178.00843458558163, -38.671138192153514], [178.0084460227249, -38.67113749616338], [178.00845745996355, -38.671136801542005], [178.0084688973023, -38.67113610835784], [178.00848033474122, -38.6711354166109], [178.00849177227542, -38.67113472623268], [178.0085032099098, -38.671134037291694], [178.00851464763952, -38.67113334971943], [178.0085260854837, -38.671132663789855], [178.00853752341368, -38.67113197909204], [178.00854896143423, -38.671131295694444], [178.00856039956446, -38.67113061387107], [178.0085718378044, -38.67112993362189], [178.00858327612536, -38.67112925453597], [178.00859471454163, -38.67112857681877], [178.00860615306766, -38.67112790067578], [178.008617591689, -38.671127225901515], [178.00862903040573, -38.67112655249598], [178.00864046922254, -38.67112588052766], [178.00865190813474, -38.671125209928086], [178.00866334715187, -38.6711245408342], [178.00867478625477, -38.671123872972075], [178.0086862254674, -38.67112320668413], [178.0086976647849, -38.671122541901916], [178.00870910418826, -38.67112187835145], [178.00872054369174, -38.67112121623819], [178.00873198329535, -38.67112055556216], [178.00874342299912, -38.67111989632335], [178.00875486280302, -38.67111923852175], [178.0087663027023, -38.67111858208888], [178.00877774269213, -38.67111792695624], [178.0087891827869, -38.67111727332932], [178.00880062298182, -38.67111662113962], [178.00881206326733, -38.671115970250156], [178.00882350365777, -38.67111532086639], [178.0088349441436, -38.67111467285136], [178.00884638472473, -38.67111402620505], [178.00885782540607, -38.67111338099597], [178.00886926619708, -38.6711127373611], [178.00888070707393, -38.67111209495795], [178.00889214805093, -38.671111453992026], [178.00890358913284, -38.67111081453182], [178.00891503030536, -38.67111017637184], [178.00892647157323, -38.67110953958059], [178.00893791294604, -38.67110890429505], [178.00894935440468, -38.671108270241255], [178.00896079597302, -38.67110763776165], [178.00897223763195, -38.67110700658229], [178.00898367939106, -38.67110637684015], [178.00899512124553, -38.67110574846673], [178.00900656320016, -38.67110512153052], [178.00901800525494, -38.671104496031546], [178.00902944740034, -38.6711038718328], [178.00904088965547, -38.671103249208244], [178.00905233200115, -38.671102627883926], [178.00906377444224, -38.67110200792834], [178.00907521699784, -38.671101389615444], [178.00908665963448, -38.6711007724658], [178.00909810237127, -38.67110015675337], [178.00910954519864, -38.67109954234117], [178.009120988131, -38.671098929434685], [178.00913243116827, -38.67109831803389], [178.00914387429137, -38.67109770786487], [178.00915531750985, -38.67109709906455], [178.0091667608333, -38.671096491769944], [178.0091782042569, -38.67109588591256], [178.00918964777114, -38.67109528135539], [178.0092010913855, -38.67109467823546], [178.00921253510484, -38.67109407662123], [178.00922397891, -38.67109347623874], [178.00923542282013, -38.67109287736195], [178.00924686683518, -38.67109227999088], [178.00925831093608, -38.67109168385154], [178.00926975513232, -38.67109108908093], [178.009281199424, -38.671090495679046], [178.00929264381585, -38.67108990371438], [178.00930408830789, -38.671089313186926], [178.00931553290008, -38.671088724096684], [178.0093269775829, -38.67108813630667], [178.0093384223659, -38.67108754995389], [178.00934986724428, -38.67108696496981], [178.00936131221803, -38.67108638135448], [178.00937275730158, -38.67108579931333], [178.00938420247573, -38.671085218572415], [178.0093956477357, -38.671084639063245], [178.00940709310063, -38.67108406105978], [178.0094185385801, -38.671083484699004], [178.00942998413583, -38.67108290943297], [178.0094414297965, -38.671082335672665], [178.00945287554305, -38.67108176314409], [178.00946432139455, -38.671081192121214], [178.00947576734146, -38.67108062246707], [178.00948721338855, -38.67108005425014], [178.00949865953584, -38.67107948747043], [178.00951010576895, -38.671078921922444], [178.00952155210706, -38.67107835788018], [178.00953299854055, -38.67107779520662], [178.009544445079, -38.671077234038776], [178.00955589170331, -38.67107667410268], [178.00956733842304, -38.67107611553529], [178.00957878523815, -38.67107555833663], [178.00959023216782, -38.671075002780654], [178.00960167918333, -38.67107444845643], [178.00961312629425, -38.67107389550092], [178.0096245735006, -38.67107334391413], [178.0096360208023, -38.67107279369606], [178.009647468209, -38.671072244983705], [178.0096589156968, -38.671071697434584], [178.00967036329433, -38.67107115145967], [178.0096818109873, -38.671070606853476], [178.0096932587709, -38.671070063547496], [178.0097047066547, -38.671069521678746], [178.00971615464826, -38.67106898138419], [178.00972760272288, -38.671068442252874], [178.00973905089768, -38.671067904558775], [178.00975049916792, -38.6710673682334], [178.00976194754315, -38.67106683341372], [178.00977339600425, -38.67106629982579], [178.0097848445703, -38.67106576774355], [178.00979629322222, -38.67106523689307], [178.00980774197913, -38.67106470754827], [178.00981919082665, -38.67106417950372], [178.0098306397744, -38.671063652896365], [178.0098420888128, -38.67106312758925], [178.0098535379562, -38.67106260378783], [178.00986498719018, -38.671062081286635], [178.00987643652442, -38.67106156022266], [178.00988788596368, -38.67106104066439], [178.00989933548394, -38.671060522269364], [178.00991078510447, -38.67106000531155], [178.0099222348156, -38.671059489653956], [178.00993368464611, -38.67105897570757], [178.00994513454813, -38.67105846278741], [178.00995658455514, -38.67105795137296], [178.00996803465756, -38.67105744132725], [178.00997948485065, -38.67105693258175], [178.00999093515352, -38.67105642541044], [178.01000238553746, -38.671055919402384], [178.0100138360264, -38.67105541490003], [178.01002528661078, -38.6710549117664], [178.0100367372906, -38.67105441000148], [178.01004818806584, -38.67105390960528], [178.0100596389413, -38.6710534106463], [178.01007108991223, -38.67105291305604], [178.010082540969, -38.6710524166975], [178.01009399213075, -38.671051921844665], [178.01010544339755, -38.67105142849754], [178.0101168947454, -38.67105093631367], [178.0101283461887, -38.671050445498494], [178.01013979773705, -38.67104995618903], [178.01015124937123, -38.67104946811131], [178.01016270111043, -38.67104898153928], [178.01017415294027, -38.67104849626748], [178.01018560486557, -38.6710480123644], [178.0101970568863, -38.67104752983004], [178.01020850900727, -38.67104704873288], [178.01021996121892, -38.671046568935964], [178.01023141354034, -38.671046090713226], [178.01024286594765, -38.67104561372223], [178.0102543184456, -38.67104513803147], [178.010265771039, -38.6710446637094], [178.010277223747, -38.67104419103003], [178.01028867653133, -38.671043719445414], [178.01030012941587, -38.67104324929801], [178.01031158240065, -38.67104278058781], [178.01032303547606, -38.67104231317782], [178.01033448864217, -38.671041847068075], [178.01034594190372, -38.67104138232705], [178.01035739527032, -38.67104091909172], [178.01036884873233, -38.6710404572251], [178.01038030228025, -38.67103999659023], [178.01039175593797, -38.67103953752954], [178.0104032096864, -38.67103907976909], [178.0104146635254, -38.67103862330884], [178.01042611746473, -38.671038168285804], [178.01043757148992, -38.67103771449452], [178.0104490256249, -38.6710372622774], [178.01046047984582, -38.67103681129205], [178.01047193416215, -38.67103636167539], [178.01048338857396, -38.671035913427446], [178.010494843086, -38.67103546661672], [178.01050629769352, -38.67103502117471], [178.01051775238216, -38.67103457689594], [178.01052920717578, -38.67103413412286], [178.01054066207445, -38.67103369285549], [178.01055211705426, -38.67103325275136], [178.0105635721295, -38.67103281401596], [178.01057502731936, -38.671032376923215], [178.01058648259036, -38.67103194099373], [178.01059793795676, -38.67103150643294], [178.01060939342347, -38.67103107330937], [178.01062084897603, -38.67103064141754], [178.0106323046241, -38.67103021089441], [178.01064376037237, -38.67102978180849], [178.01065521621612, -38.6710293540913], [178.0106666721506, -38.67102892767432], [178.01067812818053, -38.671028502626065], [178.0106895843059, -38.67102807894651], [178.01070104052198, -38.67102765656718], [178.0107124968431, -38.67102723569357], [178.0107239532549, -38.67102681612017], [178.01073540976222, -38.67102639791549], [178.01074686637455, -38.6710259812165], [178.010758323068, -38.67102556568075], [178.0107697798569, -38.67102515151373], [178.01078123675566, -38.67102473892088], [178.01079269372593, -38.671024327354296], [178.0108041508061, -38.67102391736189], [178.0108156079769, -38.67102350866972], [178.01082706524798, -38.67102310141476], [178.010838522605, -38.671022695391514], [178.0108499800527, -38.67102229066849], [178.01086143760543, -38.67102188745119], [178.01087289525367, -38.67102148560257], [178.0108843529926, -38.67102108505419], [178.0108958108222, -38.671020685806035], [178.01090726875688, -38.671020288063566], [178.01091872678225, -38.671019891621334], [178.01093018490312, -38.6710194965478], [178.01094164311942, -38.67101910284299], [178.01095310142648, -38.6710187104384], [178.0109645598338, -38.671018319471024], [178.010976018327, -38.67101792973536], [178.01098747691574, -38.671017541368414], [178.0109989356047, -38.67101715443868], [178.01101039438439, -38.67101676880916], [178.0110218532596, -38.671016384548366], [178.01103331222546, -38.67101600158778], [178.01104477128683, -38.671015619995906], [178.01105623044847, -38.67101523984125], [178.01106768969603, -38.67101486091831], [178.01107914905347, -38.671014483569564], [178.01109060849683, -38.67101410745254], [178.01110206803088, -38.67101373263576], [178.01111352765562, -38.671013359119165], [178.01112498739502, -38.67101298724527], [178.01113644720598, -38.671012616397626], [178.01114790712202, -38.67101224705569], [178.01115936712878, -38.67101187901397], [178.011170827231, -38.67101151234094], [178.01118228742396, -38.67101114696815], [178.0111937477172, -38.671010783032564], [178.01120520809636, -38.6710104203287], [178.01121666857583, -38.671010059062034], [178.01122812915077, -38.671009699164095], [178.01123958981643, -38.671009340566364], [178.0112510505824, -38.67100898340584], [178.01126251144385, -38.67100862761403], [178.01127397238645, -38.67100827298545], [178.01128543343413, -38.671007919862575], [178.0112968945821, -38.671007568176904], [178.01130835581122, -38.67100721765446], [178.01131981713584, -38.67100686850074], [178.01133127855118, -38.67100652064723], [178.01134274006682, -38.67100617423092], [178.01135420166838, -38.67100582904634], [178.01136566337027, -38.67100548529897], [178.01137712516285, -38.6710051428518], [178.01138858705093, -38.67100480177336], [178.01140004903937, -38.67100446213212], [178.01141151110892, -38.67100412365411], [178.01142297329312, -38.67100378681877], [178.01143443555847, -38.671003451146674], [178.01144589791454, -38.6710031167748], [178.01145736036617, -38.67100278377164], [178.01146882291806, -38.67100245220567], [178.01148028556068, -38.67100212193993], [178.01149174828925, -38.671001792905905], [178.01150321111814, -38.6710014653091], [178.01151467403773, -38.67100113901248], [178.01152613705284, -38.6710008140846], [178.01153760015393, -38.67100049038844], [178.01154906336487, -38.67100016826647], [178.01156052665218, -38.67099984723922], [178.01157199004462, -38.6709995277177], [178.01158345352297, -38.670999209427876], [178.0115949171112, -38.670998892712234], [178.01160638077582, -38.67099857709135], [178.01161784454553, -38.67099826297616], [178.0116293083964, -38.67099795002421], [178.0116407723572, -38.670997638646426], [178.0116522363991, -38.67099732843189], [178.01166370053656, -38.670997019586046], [178.01167516476474, -38.670996712040434], [178.01168662909325, -38.670996405932016], [178.0116980935029, -38.67099610098684], [178.01170955801769, -38.67099579754734], [178.0117210226232, -38.67099549540808], [178.01173248731945, -38.67099519456903], [178.01174395210643, -38.67099489503019], [178.01175541699854, -38.67099459699704], [178.01176688197663, -38.67099430019562], [178.0117783470502, -38.67099400476291], [178.01178981221452, -38.67099371063042], [178.01180127746963, -38.670993417798144], [178.0118127428298, -38.67099312647155], [178.01182420827118, -38.670992836308194], [178.01183567380806, -38.67099254751355], [178.01184713943093, -38.67099225995064], [178.01185860515892, -38.6709919738934], [178.01187007097283, -38.6709916890679], [178.01188153687752, -38.67099140554261], [178.01189300288732, -38.67099112352301], [178.01190446897832, -38.67099084266665], [178.0119159351696, -38.670990563247486], [178.01192740145166, -38.67099028512853], [178.01193886782445, -38.6709900083098], [178.01195033430238, -38.67098973299675], [178.01196180085668, -38.67098945877845], [178.01197326750653, -38.67098918592885], [178.01198473426632, -38.670988914653435], [178.01199620110725, -38.67098864454126], [178.01200766803896, -38.670988375729294], [178.0120191350614, -38.670988108217536], [178.0120306021794, -38.6709878420745], [178.01204206939298, -38.67098757730017], [178.0120535366925, -38.67098731375756], [178.01206500408756, -38.670987051583644], [178.01207647157818, -38.67098679077845], [178.01208793915958, -38.67098653127346], [178.0120994068317, -38.670986273068685], [178.01211087461377, -38.6709860164381], [178.01212234246745, -38.67098576083376], [178.01213381042146, -38.670985506666625], [178.01214527846625, -38.670985253799685], [178.01215674661134, -38.67098500236995], [178.01216821484243, -38.67098475217195], [178.01217968315953, -38.670984503205666], [178.01219115158173, -38.67098425574507], [178.0122026200899, -38.67098400951618], [178.01221408869364, -38.67098376465603], [178.01222555738337, -38.67098352102758], [178.01223702616866, -38.67098327876784], [178.0122484950447, -38.67098303780831], [178.01225996402107, -38.670982798286], [178.0122714330739, -38.6709825598584], [178.01228290224142, -38.67098232307349], [178.01229437149013, -38.6709820874518], [178.0123058408296, -38.670981853130336], [178.012317310279, -38.670981620383024], [178.01232877980004, -38.67098138866199], [178.01234024941664, -38.67098115830963], [178.01235171912882, -38.670980929326014], [178.01236318893174, -38.670980701642584], [178.01237465882545, -38.67098047525937], [178.01238612880996, -38.67098025017638], [178.01239759889478, -38.670980026530565], [178.01240906906085, -38.670979804048], [178.01242053932245, -38.670979582934145], [178.01243200967966, -38.67097936318897], [178.01244348012762, -38.67097914474403], [178.01245495067116, -38.670978927667775], [178.01246642131028, -38.670978711960245], [178.01247789203057, -38.67097849741593], [178.01248936285603, -38.670978284377306], [178.01250083376752, -38.670978072570406], [178.01251230476495, -38.67097786199522], [178.01252377586755, -38.67097765292573], [178.01253524704657, -38.670977444950964], [178.01254671832598, -38.6709772384134], [178.01255818968656, -38.670977033039065], [178.01256966115233, -38.67097682917043], [178.0125811327041, -38.670976626533495], [178.0125926043562, -38.67097642533377], [178.01260407608473, -38.67097622522878], [178.01261554791844, -38.67097602662946], [178.0126270198429, -38.670975829330374], [178.0126384918534, -38.67097563326299], [178.0126499639595, -38.67097543856432], [178.01266143616115, -38.670975245234345], [178.0126729084536, -38.67097505320459], [178.01268438083204, -38.67097486240655], [178.01269585330607, -38.67097467297721], [178.0127073258709, -38.67097448484809], [178.01271879852175, -38.670974297950686], [178.01273027126817, -38.67097411242199], [178.0127417441054, -38.67097392819348], [178.01275321703818, -38.6709737453337], [178.0127646900618, -38.67097356377412], [178.01277616316662, -38.67097338337776], [178.0127876363814, -38.670973204555594], [178.012799109687, -38.67097302703363], [178.012810583069, -38.67097285060641], [178.01282205654664, -38.67097267554788], [178.0128335301294, -38.670972501995045], [178.01284500379342, -38.67097232960543], [178.0128564775482, -38.67097215851603], [178.01286795139382, -38.67097198872683], [178.01287942532542, -38.670971820169356], [178.01289089936225, -38.67097165311757], [178.01290237347547, -38.67097148716052], [178.01291384768908, -38.67097132264065], [178.01292532199352, -38.67097115942101], [178.01293679638397, -38.67097099743307], [178.0129482708796, -38.67097083695083], [178.01295974546122, -38.670970677700296], [178.0129712201337, -38.67097051974998], [178.01298269488257, -38.670970362894394], [178.01299416973663, -38.6709702075445], [178.01300564468633, -38.6709700535633], [178.0130171197268, -38.6709699008823], [178.01302859484852, -38.670969749364545], [178.01304007006584, -38.670969599215475], [178.0130515453692, -38.670969450298124], [178.01306302076816, -38.67096930274949], [178.01307449625793, -38.670969156501044], [178.01308597184328, -38.6709690116213], [178.0130974475099, -38.670968867904804], [178.01310892327692, -38.670968725625485], [178.0131203991251, -38.67096858450939], [178.01313187507856, -38.67096844489898], [178.01314335111803, -38.67096830652029], [178.0131548272435, -38.67096816937331], [178.0131663034646, -38.67096803359504], [178.01317777978133, -38.670967899185456], [178.01318925618406, -38.67096776600759], [178.01320073267283, -38.67096763406146], [178.01321220925723, -38.670967503484015], [178.01322368592764, -38.6709673741383], [178.0132351626889, -38.67096724609277], [178.01324663954577, -38.67096711941595], [178.01325811649343, -38.67096699403935], [178.01326959352235, -38.67096686982597], [178.01328107065171, -38.67096674704976], [178.01329254787666, -38.67096662564227], [178.01330402519244, -38.67096650553498], [178.01331550258467, -38.670966386522416], [178.01332698008213, -38.670966269015544], [178.0133384576656, -38.6709661527404], [178.0133499353447, -38.670966037833935], [178.01336141310506, -38.67096592409071], [178.01337289095625, -38.67096581164768], [178.01338436890305, -38.67096570057334], [178.01339584693108, -38.67096559066225], [178.01340732505957, -38.670965482188336], [178.01341880327408, -38.67096537494613], [178.01343028157945, -38.67096526900414], [178.01344175997562, -38.670965164362364], [178.0134532384674, -38.67096506108927], [178.01346471704048, -38.670964958979404], [178.01347619571877, -38.67096485837522], [178.01348767447828, -38.67096475893427], [178.01349915332867, -38.67096466079352], [178.01351063226508, -38.67096456388448], [178.01352211131152, -38.67096446854961], [178.0135335904248, -38.6709643741725], [178.01354506963855, -38.67096428123258], [178.01355654894311, -38.67096418959285], [178.01356802833374, -38.67096409918486], [178.01357950781042, -38.67096401000856], [178.0135909873923, -38.67096392233795], [178.01360246704587, -38.67096383569358], [178.01361394680464, -38.67096375055489], [178.0136254266495, -38.6709636666479], [178.0136369065804, -38.67096358397265], [178.01364838661172, -38.67096350273457], [178.0136598667243, -38.670963422659725], [178.01367134693254, -38.670963343953574], [178.01368282722683, -38.67096326647914], [178.01369430762153, -38.670963190441874], [178.01370578809752, -38.67096311556785], [178.01371726865958, -38.67096304192554], [178.0137287493125, -38.67096296958342], [178.01374023006102, -38.67096289861001], [178.01375171089083, -38.670962828799816], [178.01376319181625, -38.670962760358314], [178.0137746728326, -38.67096269321703], [178.01378615393494, -38.67096262730746], [178.01379763513776, -38.670962562835065], [178.01380911641704, -38.67096249945741], [178.01382059780158, -38.670962437585416], [178.01383207926256, -38.67096237680817], [178.01384356081442, -38.670962317331124], [178.0138550424667, -38.67096225929127], [178.01386652420987, -38.67096220255162], [178.01387800602953, -38.67096214690669], [178.01388948794482, -38.67096209263047], [178.01390096995095, -38.67096203965444], [178.01391245204798, -38.670961987978615], [178.0139239342311, -38.67096193753451], [178.01393541650023, -38.67096188832211], [178.01394689886024, -38.670961840409916], [178.01395838131594, -38.67096179386641], [178.01396986386246, -38.67096174862313], [178.01398134649506, -38.67096170461155], [178.01399282922333, -38.67096166196866], [178.0140043120329, -38.67096162048899], [178.01401579492853, -38.670961580241055], [178.01402727792458, -38.67096154143029], [178.0140387610163, -38.6709615039882], [178.01405024418935, -38.67096146770936], [178.01406172744845, -38.670961432662224], [178.0140732107936, -38.670961398846785], [178.0140846942297, -38.670961366331554], [178.0140961777614, -38.670961335185034], [178.0141076613696, -38.670961305133225], [178.01411914507824, -38.67096127651862], [178.014130628873, -38.67096124913571], [178.0141421127682, -38.670961223189984], [178.0141535967399, -38.670961198338986], [178.01416508080726, -38.67096117485669], [178.0141765649655, -38.67096115267459], [178.01418804920985, -38.67096113172421], [178.0141995335498, -38.67096111214252], [178.0142110179711, -38.67096109372406], [178.01422250247848, -38.670961076537296], [178.0142339870863, -38.670961060787725], [178.01424547177547, -38.67096104620136], [178.01425695655067, -38.67096103284672], [178.01426844141676, -38.67096102079227], [178.01427992637375, -38.670961010038035], [178.0142914114264, -38.67096100065248], [178.01430289655556, -38.67096099236166], [178.0143143817852, -38.67096098550802], [178.0143258671009, -38.6709609798861], [178.01433735251229, -38.67096097563286], [178.014348838005, -38.67096097254285], [178.0143603235838, -38.67096097068455], [178.01437180925825, -38.67096097019493], [178.0143832950188, -38.67096097093703], [178.01439478087025, -38.67096097297932], [178.0144062668078, -38.67096097625335], [178.01441775283627, -38.67096098082755], [178.01442923894598, -38.670960986564985], [178.01444072515622, -38.6709609937396], [178.01445221144294, -38.67096100200892], [178.01446369782533, -38.67096101164696], [178.01447518429865, -38.67096102258518], [178.01448667085805, -38.67096103475512], [178.01449815751312, -38.67096104829377], [178.01450964424953, -38.670961062995616], [178.0145211310768, -38.67096107899766], [178.014532617995, -38.67096109629991], [178.01454410500887, -38.67096111497086], [178.01455559209924, -38.670961134736515], [178.01456707928057, -38.670961155802395], [178.01457856654793, -38.67096117809998], [178.014590053911, -38.67096120176625], [178.01460154136024, -38.67096122666422], [178.01461302888595, -38.67096125265693], [178.01462451651213, -38.670961280086814], [178.01463600422923, -38.670961308816906], [178.01464749202765, -38.67096133871021], [178.01465897991696, -38.6709613699037], [178.01467046790677, -38.670961402534395], [178.01468195597306, -38.6709614362598], [178.01469344413033, -38.6709614712854], [178.01470493237363, -38.670961507542735], [178.0147164207127, -38.67096154516874], [178.01472790913783, -38.67096158402645], [178.0147393976539, -38.67096162418438], [178.0147508862417, -38.67096166536853], [178.01476237493, -38.67096170798985], [178.0147738637044, -38.67096175184289], [178.0147853525745, -38.67096179706461], [178.01479684152113, -38.67096184338108], [178.01480833056348, -38.67096189106621], [178.01481981969673, -38.67096194005156], [178.01483130891128, -38.67096199020011], [178.01484279822637, -38.670962041785856], [178.01485428761316, -38.67096209439783], [178.0148657770909, -38.67096214831001], [178.0148772666643, -38.67096220359086], [178.01488875633345, -38.67096226024042], [178.01490024608393, -38.67096231805318], [178.01491173591572, -38.67096237702916], [178.01492322583363, -38.67096243723685], [178.01493471584246, -38.670962498744736], [178.01494620594704, -38.670962561621316], [178.01495769613288, -38.6709626256611], [178.0149691864097, -38.6709626910011], [178.0149806767726, -38.67096275757279], [178.01499216722166, -38.67096282537619], [178.01500365775686, -38.670962894411296], [178.01501514839734, -38.670962964952075], [178.01502663911435, -38.67096303658758], [178.0150381299079, -38.6709631093178], [178.01504962079719, -38.67096318341672], [178.01506111179657, -38.67096325908981], [178.0150726028581, -38.67096333565214], [178.01508409401535, -38.67096341358315], [178.01509558525396, -38.67096349267737], [178.0151070765835, -38.67096357307181], [178.01511856800394, -38.670963654766425], [178.01513005950574, -38.670963737624255], [178.01514155110803, -38.67096382191929], [178.01515304278212, -38.670963907240534], [178.01516453455667, -38.67096399399896], [178.0151760264126, -38.670964081920616], [178.01518751836903, -38.67096417127943], [178.01519901039723, -38.67096426166448], [178.01521050251637, -38.67096435334973], [178.01522199472643, -38.67096444633518], [178.0152334870274, -38.67096454062082], [178.01524497940974, -38.67096463606967], [178.01525647188302, -38.670964732818724], [178.01526796443764, -38.670964830730995], [178.01527945708318, -38.67096492994346], [178.0152909498197, -38.67096503045611], [178.01530244263753, -38.67096513213198], [178.01531393554632, -38.670965235108035], [178.01532542854125, -38.67096533931582], [178.01533692162232, -38.670965444755296], [178.0153484148039, -38.67096555163195], [178.01535990806684, -38.670965659671815], [178.01537140141593, -38.670965768943375], [178.01538289484162, -38.67096587930967], [178.01539438836298, -38.67096599104466], [178.01540588198012, -38.67096610414833], [178.0154173756786, -38.6709662184152], [178.01542886945845, -38.67096633384529], [178.015440363334, -38.670966450644066], [178.01545185728136, -38.67096656846907], [178.01546335132923, -38.67096668773125], [178.01547484545847, -38.670966808156656], [178.01548633967386, -38.67096692981375], [178.015497833985, -38.67096705283955], [178.01550932837748, -38.67096717702854], [178.01552082285613, -38.67096730244925], [178.01553231743532, -38.670967429307126], [178.01554381209107, -38.67096755725973], [178.0155553068282, -38.67096768637555], [178.01556680165626, -38.670967816791546], [178.01557829658486, -38.67096794864472], [178.01558979159003, -38.67096808159263], [178.01560128668137, -38.67096821577223], [178.01561278185886, -38.67096835118355], [178.01562427712253, -38.67096848782656], [178.0156357724723, -38.67096862570127], [178.0156472679131, -38.67096876487618], [178.01565876343042, -38.67096890514581], [178.01567025904353, -38.670969046784116], [178.0156817547428, -38.67096918965413], [178.01569325052822, -38.670969333755856], [178.01570474640937, -38.67096947922626], [178.01571624237192, -38.67096962585986], [178.01572773842062, -38.67096977372518], [178.01573923454592, -38.67096992268522], [178.01575073077655, -38.670970073150926], [178.01576222708377, -38.67097022471135], [178.01577372348194, -38.67097037757197], [178.0157852199567, -38.670970531527296], [178.0157967165272, -38.67097068685131], [178.01580821318387, -38.670970843407055], [178.01581970991717, -38.67097100105747], [178.01583120675096, -38.6709711601451], [178.01584270366138, -38.67097132032744], [178.01585420065794, -38.67097148174147], [178.01586569775026, -38.67097164452419], [178.01587719493358, -38.67097180860709], [178.01588869218867, -38.670971973716235], [178.01590018953954, -38.67097214019407], [178.01591168698135, -38.67097230797208], [178.01592318449977, -38.67097247684481], [178.01593468210913, -38.67097264701774], [178.01594617979512, -38.670972818285385], [178.0159576775721, -38.670972990853215], [178.01596917544, -38.670973164721254], [178.01598067339887, -38.67097333988948], [178.01599217143433, -38.670973516152415], [178.01600366956083, -38.670973693715545], [178.01601516776864, -38.670973872441884], [178.01602666606746, -38.67097405246841], [178.01603816444768, -38.67097423365816], [178.01604966292845, -38.670974416285084], [178.0160611614906, -38.670974600075205], [178.01607266012934, -38.670974784960045], [178.0160841588687, -38.67097497128207], [178.0160956576846, -38.670975158698795], [178.01610715658668, -38.67097534734722], [178.01611865557018, -38.67097553715887], [178.01613015464469, -38.6709757282707], [178.01614165381014, -38.67097592068273], [178.0161531530474, -38.670976114120975], [178.01616465238047, -38.67097630892791], [178.0161761517997, -38.67097650496654], [178.0161876513051, -38.67097670223687], [178.01619915089194, -38.67097690067041], [178.01621065057452, -38.67097710047264], [178.01622215034809, -38.67097730157504], [178.0162336501887, -38.67097750363521], [178.0162451501251, -38.67097770706403], [178.01625665015246, -38.67097791179305], [178.016268150266, -38.67097811775376], [178.01627965045617, -38.67097832480921], [178.01629115073735, -38.670978533164835], [178.0163026510951, -38.670978742615176], [178.01631415154384, -38.67097895336571], [178.01632565208837, -38.670979165484916], [178.01633715270953, -38.67097937869884], [178.01634865341208, -38.670979593075984], [178.01636015421042, -38.6709798088218], [178.0163716550806, -38.67098002559385], [178.01638315605612, -38.67098024387156], [178.01639465710826, -38.67098046324398], [178.0164061582514, -38.67098068391659], [178.01641765947116, -38.670980905683926], [178.01642916079152, -38.67098112888841], [178.01644066217887, -38.670981353050635], [178.01645216365722, -38.67098157851306], [178.0164636652218, -38.670981805207184], [178.0164751668726, -38.670982033133], [178.01648666861436, -38.67098226235901], [178.01649817043275, -38.67098249267973], [178.01650967234215, -38.67098272430064], [178.01652117433773, -38.67098295715326], [178.01653267641476, -38.67098319116908], [178.016544178578, -38.67098342641658], [178.0165556808322, -38.67098366296429], [178.01656718317264, -38.670983900743686], [178.01657868559448, -38.67098413968629], [178.01659018809298, -38.670984379723606], [178.01660169069203, -38.6709846211981], [178.0166131933773, -38.670984863904295], [178.01662469613441, -38.6709851076367], [178.01663619897775, -38.670985352600816], [178.01664770191687, -38.670985598933605], [178.01665920493258, -38.67098584636109], [178.01667070803936, -38.670986095088786], [178.01668221122753, -38.67098634497969], [178.01669371449717, -38.67098659603379], [178.01670521786255, -38.67098684845657], [178.0167167212998, -38.67098710190558], [178.01672822483764, -38.67098735679175], [178.0167397284569, -38.67098761284114], [178.0167512321528, -38.670987869985225], [178.01676273593492, -38.67098812836102], [178.01677423982244, -38.67098838824246], [178.0167857437722, -38.670988649013154], [178.016797247813, -38.67098891108404], [178.01680875193998, -38.67098917438661], [178.01682025614843, -38.67098943885239], [178.01683176044307, -38.67098970454986], [178.01684326482874, -38.67098997154753], [178.01685476928625, -38.67099023957141], [178.01686627383958, -38.67099050896398], [178.01687777847914, -38.67099077958823], [178.01688928319535, -38.670991051307205], [178.01690078801215, -38.670991324463344], [178.01691229290557, -38.6709915987142], [178.01692379787568, -38.670991874059766], [178.0169353029368, -38.67099215070552], [178.01694680809368, -38.67099242871995], [178.01695831332245, -38.6709927077606], [178.01696981863745, -38.67099298803296], [178.01698132403388, -38.670993269468504], [178.01699282952134, -38.67099355220424], [178.01700433509023, -38.67099383610318], [178.01701584073578, -38.67099412109685], [178.01702734647716, -38.670994407459176], [178.01703885230475, -38.67099469505322], [178.01705035820902, -38.67099498374195], [178.0170618641995, -38.670995273662385], [178.01707337029057, -38.67099556501998], [178.01708487645354, -38.67099585740381], [178.01709638269793, -38.67099615095083], [178.01710788902855, -38.67099644572954], [178.01711939545024, -38.67099674180845], [178.01713090195332, -38.670997039050576], [178.01714240853312, -38.670997337387384], [178.0171539152039, -38.67099763702439], [178.01716542195612, -38.67099793782461], [178.0171769287946, -38.6709982398565], [178.01718843572414, -38.6709985431886], [178.0171999427255, -38.67099884754689], [178.0172114498227, -38.6709991532739], [178.017222956987, -38.67099945995861], [178.01723446424708, -38.670999768011995], [178.01724597160305, -38.67100007743407], [178.01725747903564, -38.67100038795084], [178.01726898654488, -38.67100069956233], [178.01728049415, -38.6710010125425], [178.01729200183172, -38.67100132661737], [178.0173035095997, -38.671001641923944], [178.01731501744916, -38.67100195839371], [178.01732652538965, -38.67100227616367], [178.01733803340682, -38.67100259502834], [178.0173495415102, -38.6710029151247], [178.0173610496903, -38.67100323631576], [178.01737255796618, -38.67100355887552], [178.01738406631875, -38.67100388252997], [178.01739557476716, -38.6710042075531], [178.01740708328745, -38.671004533602456], [178.01741859189877, -38.67100486095198], [178.01743010059155, -38.671005189464715], [178.0174416093706, -38.67100551920915], [178.0174531182311, -38.671005850116785], [178.01746462717784, -38.6710061822561], [178.01747613621563, -38.6710065156956], [178.01748764532053, -38.67100685009285], [178.01749915452126, -38.671007185858755], [178.01751066379867, -38.67100752271937], [178.01752217316235, -38.671007860811685], [178.01753368261225, -38.67100820013568], [178.01754519213884, -38.67100854055439], [178.0175567017565, -38.67100888227329], [178.01756821145082, -38.67100922508689], [178.0175797212362, -38.671009569200685], [178.01759123111262, -38.67100991461466], [178.01760274106093, -38.67101026105484], [178.01761425109072, -38.671010608658236], [178.01762576122593, -38.67101095776727], [178.01763727141866, -38.671011307697064], [178.0176487817072, -38.67101165899553], [178.01766029207727, -38.671012011457194], [178.0176718025288, -38.67101236508206], [178.01768331307136, -38.67101272000711], [178.01769482368584, -38.67101307595837], [178.01770633439614, -38.67101343327831], [178.01771784517356, -38.67101379155597], [178.01772935604683, -38.67101415120231], [178.01774086700155, -38.671014512011844], [178.0177523780426, -38.67101487405307], [178.01776388916986, -38.671015237325996], [178.01777540037864, -38.67101560176213], [178.01778691165927, -38.67101596722445], [178.01779842304538, -38.671016334192444], [178.0178099344986, -38.67101670211816], [178.01782144604286, -38.67101707134406], [178.01783295766379, -38.67101744166467], [178.017844469371, -38.67101781321696], [178.01785598115492, -38.67101818586397], [178.01786749302994, -38.67101855981115], [178.01787900498158, -38.67101893485306], [178.01789051701954, -38.671019311126635], [178.01790202914856, -38.6710196887004], [178.0179135413495, -38.67102006730038], [178.01792505364148, -38.67102044720054], [178.01793656602453, -38.67102082840089], [178.0179480784795, -38.671021210627444], [178.01795959101594, -38.671021594017205], [178.01797110364345, -38.671021978707145], [178.01798261635247, -38.671022364560294], [178.01799412914298, -38.67102275157662], [178.01800564200536, -38.67102313961919], [178.01801715495884, -38.67102352896192], [178.0180286680034, -38.67102391960483], [178.01804018111986, -38.67102431127397], [178.0180516943226, -38.671024704174776], [178.01806320761162, -38.6710250983073], [178.01807472098216, -38.671025493603], [178.01808623443418, -38.671025890061905], [178.01809774797727, -38.671026287820986], [178.01810926159226, -38.67102668660628], [178.01812077529834, -38.67102708669177], [178.01813228907633, -38.671027487803464], [178.018143802955, -38.67102789035231], [178.01815531690556, -38.6710282939274], [178.01816683093764, -38.671028698665666], [178.01817834505118, -38.67102910456713], [178.01818985925584, -38.67102951176878], [178.0182013735324, -38.671029919996634], [178.01821288789526, -38.671030329456194], [178.0182244023444, -38.67103074014744], [178.01823591687508, -38.67103115200186], [178.01824743148242, -38.671031564951015], [178.01825894618565, -38.671031979268825], [178.0182704609656, -38.67103239468134], [178.01828197582708, -38.67103281125706], [178.01829349077002, -38.67103322899596], [178.01830500579925, -38.67103364796657], [178.01831652091482, -38.67103406816886], [178.01832803611185, -38.67103448953434], [178.01833955137604, -38.671034911857554], [178.01835106673613, -38.67103533554943], [178.0183625821777, -38.6710357604045], [178.01837409769595, -38.671036186354286], [178.01838561330055, -38.67103661353575], [178.01839712898186, -38.67103704181192], [178.01840864475426, -38.67103747138827], [178.01842016060817, -38.67103790212782], [178.018431676534, -38.67103833389358], [178.0184431925605, -38.6710387670965], [178.01845470866377, -38.67103920139412], [178.0184662248437, -38.67103963678645], [178.01847774110036, -38.67104007327349], [178.01848925745773, -38.67104051119768], [178.018500773887, -38.6710409501481], [178.0185122903978, -38.6710413902617], [178.01852380699012, -38.6710418315385], [178.01853532365917, -38.671042273910004], [178.01854684042408, -38.67104271765018], [178.01855835725615, -38.67104316234807], [178.01856987417932, -38.67104360834614], [178.018581391184, -38.6710440555074], [178.01859290826542, -38.671044503763376], [178.01860442544276, -38.67104495338803], [178.01861594269678, -38.67104540410737], [178.01862746003235, -38.67104585598991], [178.01863897743982, -38.67104630889865], [178.01865049493364, -38.671046763039094], [178.01866201252335, -38.6710472185482], [178.01867353018977, -38.67104767515201], [178.01868504792816, -38.67104813278204], [178.01869656575283, -38.67104859164374], [178.01870808366385, -38.671049051737135], [178.01871960164198, -38.67104951278825], [178.01873111972085, -38.671049975276524], [178.0187426378716, -38.67105043879102], [178.01875415610394, -38.671050903468696], [178.01876567442258, -38.671051369378056], [178.01877719281316, -38.671051836313644], [178.01878871130444, -38.67105230468638], [178.01880022986285, -38.67105277401683], [178.01881174851238, -38.67105324464747], [178.01882326723387, -38.671053716304314], [178.01883478604648, -38.67105418926133], [178.0188463049358, -38.67105466331306], [178.01885782391145, -38.67105513859647], [178.01886934295905, -38.671055614906095], [178.01888086209297, -38.671056092447394], [178.01889238131324, -38.67105657122038], [178.01890390060544, -38.67105705101958], [178.01891541998876, -38.67105753211895], [178.01892693944882, -38.67105801431305], [178.01893845899042, -38.671058497670316], [178.01894997861356, -38.67105898219077], [178.01896149832783, -38.67105946801143], [178.0189730181188, -38.67105995492676], [178.018984537977, -38.67106044279982], [178.01899605793105, -38.671060932041556], [178.01900757797145, -38.67106142251497], [178.01901909808382, -38.67106191401459], [178.0190306182825, -38.671062406745904], [178.01904213855315, -38.671062900503415], [178.0190536589149, -38.67106339556112], [178.01906517934387, -38.67106389157653], [178.01907669986392, -38.67106438889213], [178.0190882204655, -38.6710648873709], [178.01909974115347, -38.67106538708137], [178.01911126191334, -38.67106588781804], [178.01912278276438, -38.67106638985489], [178.01913430370175, -38.671066893123424], [178.0191458247015, -38.67106739728119], [178.01915734579714, -38.67106790280761], [178.01916886696478, -38.671068409360245], [178.01918038822353, -38.67106891721305], [178.01919190955905, -38.671069426160564], [178.0192034309761, -38.67106993627127], [178.01921495246032, -38.67107044733969], [178.01922647404527, -38.671070959845274], [178.01923799569738, -38.671071473308565], [178.01924951743584, -38.671071988003554], [178.01926103925587, -38.671072503861716], [178.01927256115263, -38.671073020814596], [178.01928408313574, -38.67107353899914], [178.0192956051956, -38.6710740582784], [178.0193071273562, -38.671074578994805], [178.0193186495744, -38.67107510053196], [178.01933017187892, -38.67107562330078], [178.0193416942746, -38.67107614736979], [178.01935321674225, -38.671076672465], [178.01936473929143, -38.6710771987234], [178.01937626191742, -38.67107772607652], [178.01938778463452, -38.671078254729785], [178.01939930742358, -38.671078784409275], [178.01941083029422, -38.671079315251944], [178.0194223532512, -38.6710798473263], [178.01943387628495, -38.671080380495354], [178.01944539939547, -38.671080914759116], [178.01945692258755, -38.671081450186065], [178.01946844586595, -38.67108198684469], [178.01947996922596, -38.67108252466651], [178.0194914926675, -38.67108306365152], [178.01950301618584, -38.67108360373122], [178.01951453979052, -38.67108414504262], [178.01952606346717, -38.671084687380215], [178.0195375872302, -38.6710852309495], [178.01954911106517, -38.67108577554499], [178.0195606349865, -38.67108632137215], [178.01957215898943, -38.671086868362515], [178.0195836830691, -38.67108741644757], [178.01959520723995, -38.671087965832804], [178.01960673147798, -38.67108851617575], [178.01961825580716, -38.67108906781886], [178.01962978020353, -38.6710896204197], [178.01964130468625, -38.67109017425222], [178.01965282926014, -38.67109072938491], [178.0196643539156, -38.671091285680774], [178.01967587863345, -38.671091842865884], [178.01968740345686, -38.67109240155663], [178.01969892833304, -38.67109296099963], [178.0197104533004, -38.67109352174278], [178.01972197834934, -38.67109408364912], [178.01973350347504, -38.67109464665018], [178.01974502868714, -38.67109521088291], [178.0197565539712, -38.67109577614185], [178.01976807934165, -38.67109634263247], [178.01977960478888, -38.67109691021778], [178.01979113031766, -38.67109747896629], [178.01980265592803, -38.67109804887797], [178.01981418162956, -38.671098620089836], [178.0198257073935, -38.67109919219092], [178.0198372332486, -38.671099765592174], [178.01984875917572, -38.67110034001965], [178.01986028519397, -38.67110091574728], [178.01987181128422, -38.67110149250112], [178.01988333745126, -38.671102070349654], [178.0198948637047, -38.67110264942987], [178.01990639003012, -38.67110322953629], [178.01991791644187, -38.671103810874406], [178.01992944293045, -38.6711043933072], [178.0199409695006, -38.671104976903194], [178.01995249615237, -38.67110556166237], [178.01996402288088, -38.67110614751624], [178.01997554969103, -38.67110673453329], [178.01998707659232, -38.67110732285054], [178.01999860355602, -38.67110791205699], [178.0200101306109, -38.67110850256361], [178.02002165773774, -38.67110909409646], [178.02003318495102, -38.67110968686096], [178.02004471224586, -38.671110280788646], [178.0200562396127, -38.671110875742556], [178.02006776706114, -38.671111471859646], [178.02007929459117, -38.67111206913992], [178.0200908221932, -38.67111266744641], [178.0201023498768, -38.67111326691609], [178.0201138776516, -38.67111386768592], [178.02012540549842, -38.67111446948195], [178.02013693342678, -38.67111507244119], [178.020148461432, -38.67111567649512], [178.02015998952356, -38.67111628178072], [178.02017151768717, -38.67111688809253], [178.02018304593236, -38.67111749556752], [178.0201945742591, -38.67111810420571], [178.0202061026771, -38.67111871414407], [178.02021763115746, -38.67111932497164], [178.02022915971946, -38.6711199369624], [178.02024068835823, -38.67112055004786], [178.02025221708342, -38.67112116436499], [178.02026374588058, -38.67112177970833], [178.02027527475937, -38.67112239621486], [178.02028680371976, -38.67112301388457], [178.02029833276652, -38.67112363278596], [178.02030986188532, -38.671124252713554], [178.02032139107612, -38.671124873667345], [178.0203329203677, -38.671125496058295], [178.0203444497265, -38.671126119406956], [178.02035597916213, -38.67112674385031], [178.02036750867455, -38.671127369388365], [178.02037903827818, -38.67112799622658], [178.0203905679538, -38.671128624091004], [178.020402097711, -38.67112925311861], [178.02041362753548, -38.67112988310393], [178.02042515745114, -38.671130514389425], [178.02043668744838, -38.67113114683809], [178.02044821751286, -38.67113178024447], [178.02045974765898, -38.67113241481404], [178.02047127789146, -38.67113305061529], [178.02048280820077, -38.67113368751123], [178.02049433858687, -38.67113432550187], [178.02050586905943, -38.67113496472419], [178.020517399604, -38.6711356049727], [178.02052893023014, -38.6711362463844], [178.02054046092832, -38.67113688882231], [178.0205519917225, -38.67113753262886], [178.02056352258393, -38.67113817739314], [178.02057505352215, -38.67113882325211], [178.0205865845372, -38.67113947020577], [178.02059811563865, -38.67114011839111], [178.02060964680734, -38.671140767534155], [178.02062117806722, -38.67114141797737], [178.02063270939914, -38.67114206944679], [178.0206442408127, -38.67114272207939], [178.02065577230303, -38.671143375806686], [178.02066730387983, -38.671144030765646], [178.02067883552863, -38.67114468675082], [178.02069036725902, -38.67114534389919], [178.0207018990663, -38.67114600214224], [178.02071343095514, -38.67114666154847], [178.02072496292564, -38.67114732211789], [178.02073649496336, -38.67114798364503], [178.0207480270875, -38.67114864640382], [178.02075955929325, -38.67114931032581], [178.02077109156147, -38.67114997513701], [178.0207826239161, -38.6711506411799], [178.02079415636192, -38.671151308522944], [178.0208056888702, -38.67115197675522], [178.02081722146013, -38.67115264615066], [178.02082875413646, -38.67115331677779], [178.02084028688483, -38.67115398843112], [178.0208518197244, -38.67115466138462], [178.0208633526264, -38.671155335227326], [178.02087488561008, -38.671156010233226], [178.02088641868016, -38.671156686470795], [178.02089795183187, -38.67115736387155], [178.02090948504605, -38.67115804216153], [178.0209210183466, -38.67115872168317], [178.02093255171923, -38.67115940223102], [178.0209440851831, -38.671160084079034], [178.02095561871417, -38.67116076688476], [178.0209671523269, -38.67116145085366], [178.02097868602124, -38.67116213598575], [178.02099021978765, -38.671162822144034], [178.02100175363566, -38.67116350946551], [178.02101328755577, -38.67116419781319], [178.02102482156707, -38.671164887461025], [178.0210363556504, -38.671165578135046], [178.0210478898154, -38.671166269972275], [178.02105942405242, -38.6711669628357], [178.02107095837587, -38.671167656930784], [178.0210824927666, -38.67116835198359], [178.02109402723414, -38.671169048131084], [178.02110556178815, -38.67116974551026], [178.02111709641898, -38.6711704439841], [178.02112863112666, -38.67117114355266], [178.0211401659112, -38.6711718442159], [178.02115170077255, -38.671172545973825], [178.02116323570596, -38.67117324875796], [178.02117477073062, -38.67117395284226], [178.02118630582734, -38.67117465795274], [178.0211978410057, -38.67117536422642], [178.02120937625608, -38.6711760715263], [178.0212209115929, -38.67117678005784], [178.0212324470066, -38.671177489684084], [178.02124398249717, -38.67117820040502], [178.02125551805494, -38.671178912083654], [178.0212670536944, -38.67117962492548], [178.0212785894155, -38.671180338930476], [178.02129012520865, -38.671181053961675], [178.02130166109302, -38.67118177029304], [178.0213131970399, -38.67118248751361], [178.0213247330732, -38.671183205965875], [178.02133626918334, -38.67118392551281], [178.02134780536556, -38.671184646085955], [178.02135934162942, -38.671185367822275], [178.02137087797493, -38.67118609072177], [178.0213824143973, -38.671186814715966], [178.02139395088693, -38.67118753966786], [178.02140548747263, -38.67118826598841], [178.02141702412555, -38.671188993266675], [178.02142856085055, -38.671189721571146], [178.0214400976572, -38.671190451038775], [178.02145163454554, -38.6711911816696], [178.02146317150113, -38.671191913258134], [178.02147470853836, -38.671192646009835], [178.02148624565726, -38.67119337992472], [178.02149778284823, -38.67119411486582], [178.02150932012563, -38.67119485103857], [178.02152085747034, -38.671195588169034], [178.02153239490147, -38.67119632653117], [178.02154393240468, -38.6711970659195], [178.02155546998475, -38.671197806402525], [178.02156700764172, -38.67119854798024], [178.0215785453851, -38.67119929078961], [178.02159008320538, -38.67120003469368], [178.0216016210881, -38.67120077948697], [178.02161315905732, -38.67120152551193], [178.02162469710336, -38.671202272631575], [178.0216362352215, -38.67120302077742], [178.0216477734213, -38.67120377008644], [178.02165931170276, -38.67120452055865], [178.02167085004672, -38.67120527192007], [178.02168238848193, -38.671206024581636], [178.02169392698923, -38.67120677826943], [178.02170546558298, -38.67120753318887], [178.02171700424398, -38.67120828906601], [178.02172854297712, -38.67120904596936], [178.02174008179668, -38.671209804104386], [178.0217516207027, -38.67121056347108], [178.02176315966162, -38.67121132358999], [178.02177469870702, -38.671212084940585], [178.02178623783888, -38.671212847522845], [178.02179777703802, -38.67121361106281], [178.02180931630923, -38.671214375628985], [178.02182085566693, -38.67121514142681], [178.0218323950967, -38.671215908250836], [178.02184393460814, -38.67121667623805], [178.02185547419168, -38.67121744525146], [178.02186701384727, -38.671218215291056], [178.02187855359898, -38.67121898669931], [178.02189009340833, -38.67121975892828], [178.02190163330417, -38.67122053238893], [178.02191317327208, -38.67122130687577], [178.02192471332648, -38.67122208259429], [178.02193625345296, -38.67122285933898], [178.02194779365155, -38.6712236371099], [178.02195933392701, -38.67122441597547], [178.02197087427453, -38.67122519586726], [178.02198241470376, -38.67122597692222], [178.02199395520506, -38.67122675900339], [178.02200549579766, -38.6712275423847], [178.02201703645272, -38.67122832665523], [178.02202857718947, -38.671229112088945], [178.02204011799353, -38.671229898480355], [178.02205165889367, -38.67123068624043], [178.0220631998563, -38.6712314748897], [178.0220747409054, -38.671232264770644], [178.022086282017, -38.6712330555408], [178.0220978232247, -38.671233847679616], [178.0221093644901, -38.67123464063915], [178.02212090583714, -38.671235434761854], [178.0221324472611, -38.67123622997925], [178.02214398875716, -38.67123702622284], [178.0221555303397, -38.67123782369809], [178.02216707198951, -38.67123862213105], [178.02217861372105, -38.67123942172719], [178.0221901555247, -38.67124022234953], [178.02220169741003, -38.67124102413504], [178.02221323936263, -38.671241826878244], [178.02222478141132, -38.671242630990115], [178.02223632351775, -38.6712434359227], [178.02224786570585, -38.67124424201846], [178.02225940797084, -38.67124504920891], [178.02227095032234, -38.67124585763102], [178.02228249273153, -38.67124666687385], [178.02229403522244, -38.67124747727988], [178.0223055777854, -38.67124828871207], [178.02231712043013, -38.671249101307446], [178.02232866315168, -38.67124991499752], [178.0223402059454, -38.67125072971379], [178.022351748816, -38.671251545524726], [178.02236329176347, -38.67125236243036], [178.02237483479269, -38.671253180499164], [178.0223863778844, -38.671253999457186], [178.02239792107218, -38.671254819783854], [178.0224094643225, -38.67125564099973], [178.0224210076497, -38.6712564633103], [178.0224325510586, -38.671257286784034], [178.02244409454445, -38.67125811135245], [178.02245563810237, -38.671258936947076], [178.02246718172282, -38.67125976343091], [178.02247872543458, -38.671260591214896], [178.02249026921362, -38.67126141995658], [178.02250181307917, -38.67126224992993], [178.02251335700726, -38.67126308079251], [178.02252490102182, -38.671263912886744], [178.02253644510373, -38.67126474593867], [178.0225479892625, -38.6712655800853], [178.02255953349825, -38.671266415326585], [178.02257107783004, -38.67126725193654], [178.0225826222148, -38.671268089298714], [178.0225941666716, -38.67126892768709], [178.022605711215, -38.67126976730712], [178.02261725584006, -38.67127060809033], [178.02262880053243, -38.67127144983125], [178.02264034529694, -38.67127229259836], [178.02265189014315, -38.67127313652865], [178.0226634350567, -38.67127398141662], [178.02267498005196, -38.671274827467776], [178.0226865251193, -38.67127567454512], [178.0226980702636, -38.67127652271716], [178.0227096154848, -38.671277371983884], [178.0227211607733, -38.671278222208294], [178.02273270614836, -38.67127907366438], [178.02274425159553, -38.67127992614665], [178.0227557971196, -38.6712807797236], [178.02276734271578, -38.67128163432677], [178.0227788883889, -38.671282490024595], [178.02279043414856, -38.67128334695409], [178.02280197996592, -38.671284204704314], [178.0228135258698, -38.671285063686184], [178.0228250718458, -38.67128592369425], [178.02283661789392, -38.67128678472852], [178.0228481640142, -38.67128764678898], [178.02285971021138, -38.67128850994412], [178.0228712564807, -38.67128937412546], [178.02288280283173, -38.671290239469954], [178.02289434925967, -38.67129110590914], [178.02290589575978, -38.67129197337452], [178.02291744234157, -38.67129284200306], [178.0229289889859, -38.67129371152083], [178.0229405357168, -38.67129458227025], [178.0229520825198, -38.67129545404587], [178.02296362939973, -38.671296326916156], [178.022975176347, -38.671297200744156], [178.0229867233712, -38.67129807566685], [178.0229982704675, -38.6712989516157], [178.02300981765035, -38.671299828796236], [178.02302136489573, -38.671300706865985], [178.02303291222285, -38.6713015860989], [178.0230444596221, -38.67130246635801], [178.0230560070935, -38.671303347643295], [178.0230675546418, -38.671304230023274], [178.02307910226227, -38.67130511342945], [178.02309064997405, -38.671305998135765], [178.02310219775316, -38.67130688379979], [178.02311374559963, -38.67130777042152], [178.02312529353264, -38.671308658274896], [178.02313684152818, -38.671309547017486], [178.02314838960064, -38.67131043685476]], "type": "LineString"}, "id": "0", "properties": {"__folium_color": "red"}, "type": "Feature"}], "type": "FeatureCollection"});\n", + " geo_json_c14aa61dec5e3e99f8218b2a53c8da21_add({"bbox": [177.94200601613326, -38.71099639935521, 178.02163927411468, -38.67055930251783], "features": [{"bbox": [177.94200601613326, -38.71099639935521, 178.02163927411468, -38.67055930251783], "geometry": {"coordinates": [[177.94200601613326, -38.71099639935521], [177.94226204914946, -38.71054329016485], [177.94335777466995, -38.709646270211394], [177.94484613846615, -38.708132140190315], [177.94593055050822, -38.70666911963393], [177.94705059850207, -38.70492835221583], [177.94824521385874, -38.70323062730105], [177.9494642108408, -38.701642857328004], [177.95089942407668, -38.69990725863132], [177.9522125878695, -38.69840190054803], [177.9536888094312, -38.69686336769398], [177.95521181233548, -38.69532592357666], [177.9567354547197, -38.69384911986798], [177.95821207622578, -38.692496384872854], [177.95980031636418, -38.691127530809766], [177.96156768401622, -38.68966082606784], [177.96320869415496, -38.68835359263499], [177.96500409135493, -38.68704972521871], [177.96674422602283, -38.68582736738063], [177.968621847732, -38.68456237082402], [177.97053057927099, -38.6833383312044], [177.9724178037679, -38.682227469028504], [177.97444442618496, -38.6811506173368], [177.9766364085023, -38.680089331391734], [177.97865408624378, -38.679159504821115], [177.9807009070423, -38.67824579929886], [177.9829106083265, -38.67729256009046], [177.98494648721658, -38.676482983473186], [177.98720567803736, -38.67559723781186], [177.98923728817277, -38.67486617399962], [177.99152984976976, -38.67417330977799], [177.99370957890758, -38.67365458273216], [177.99601819728545, -38.67312956078577], [177.99828082847304, -38.67254837754188], [178.00054696290684, -38.671912561424946], [178.00282526760768, -38.67121072190767], [178.00486822818937, -38.67072449222385], [178.00720184931328, -38.67055930251783], [178.00962112801238, -38.67060477826631], [178.01204702004887, -38.67069143405863], [178.01442187764064, -38.670799053861806], [178.01671205216866, -38.67104290178995], [178.01881982066394, -38.671594022504856], [178.02025305379294, -38.67218992430932], [178.02163927411468, -38.673832863450244]], "type": "LineString"}, "id": "0", "properties": {"__folium_color": "red"}, "type": "Feature"}], "type": "FeatureCollection"});\n", "\n", " \n", " \n", - " geo_json_b9058ae8bb193b0f9d2a5ae1953b8114.bindTooltip(\n", + " geo_json_c14aa61dec5e3e99f8218b2a53c8da21.bindTooltip(\n", " function(layer){\n", " let div = L.DomUtil.create('div');\n", " \n", @@ -1416,61 +1443,61 @@ " ,{"className": "foliumtooltip", "sticky": true});\n", " \n", " \n", - " geo_json_b9058ae8bb193b0f9d2a5ae1953b8114.addTo(map_758e61fc388e53d8d51ac15c18f36e35);\n", + " geo_json_c14aa61dec5e3e99f8218b2a53c8da21.addTo(map_383765db887b25064d0b0966c677d351);\n", " \n", " \n", - " function geo_json_8bbafc6520aa504169529c6cfe6447b1_styler(feature) {\n", + " function geo_json_4f0b26953e08102f98b96661c68d59db_styler(feature) {\n", " switch(feature.id) {\n", " default:\n", " return {"color": "red", "fillColor": "red", "fillOpacity": 0.5, "weight": 2};\n", " }\n", " }\n", - " function geo_json_8bbafc6520aa504169529c6cfe6447b1_highlighter(feature) {\n", + " function geo_json_4f0b26953e08102f98b96661c68d59db_highlighter(feature) {\n", " switch(feature.id) {\n", " default:\n", " return {"fillOpacity": 0.75};\n", " }\n", " }\n", - " function geo_json_8bbafc6520aa504169529c6cfe6447b1_pointToLayer(feature, latlng) {\n", + " function geo_json_4f0b26953e08102f98b96661c68d59db_pointToLayer(feature, latlng) {\n", " var opts = {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 2, "stroke": true, "weight": 3};\n", " \n", - " let style = geo_json_8bbafc6520aa504169529c6cfe6447b1_styler(feature)\n", + " let style = geo_json_4f0b26953e08102f98b96661c68d59db_styler(feature)\n", " Object.assign(opts, style)\n", " \n", " return new L.CircleMarker(latlng, opts)\n", " }\n", "\n", - " function geo_json_8bbafc6520aa504169529c6cfe6447b1_onEachFeature(feature, layer) {\n", + " function geo_json_4f0b26953e08102f98b96661c68d59db_onEachFeature(feature, layer) {\n", " layer.on({\n", " mouseout: function(e) {\n", " if(typeof e.target.setStyle === "function"){\n", - " geo_json_8bbafc6520aa504169529c6cfe6447b1.resetStyle(e.target);\n", + " geo_json_4f0b26953e08102f98b96661c68d59db.resetStyle(e.target);\n", " }\n", " },\n", " mouseover: function(e) {\n", " if(typeof e.target.setStyle === "function"){\n", - " const highlightStyle = geo_json_8bbafc6520aa504169529c6cfe6447b1_highlighter(e.target.feature)\n", + " const highlightStyle = geo_json_4f0b26953e08102f98b96661c68d59db_highlighter(e.target.feature)\n", " e.target.setStyle(highlightStyle);\n", " }\n", " },\n", " });\n", " };\n", - " var geo_json_8bbafc6520aa504169529c6cfe6447b1 = L.geoJson(null, {\n", - " onEachFeature: geo_json_8bbafc6520aa504169529c6cfe6447b1_onEachFeature,\n", + " var geo_json_4f0b26953e08102f98b96661c68d59db = L.geoJson(null, {\n", + " onEachFeature: geo_json_4f0b26953e08102f98b96661c68d59db_onEachFeature,\n", " \n", - " style: geo_json_8bbafc6520aa504169529c6cfe6447b1_styler,\n", - " pointToLayer: geo_json_8bbafc6520aa504169529c6cfe6447b1_pointToLayer,\n", + " style: geo_json_4f0b26953e08102f98b96661c68d59db_styler,\n", + " pointToLayer: geo_json_4f0b26953e08102f98b96661c68d59db_pointToLayer,\n", " });\n", "\n", - " function geo_json_8bbafc6520aa504169529c6cfe6447b1_add (data) {\n", - " geo_json_8bbafc6520aa504169529c6cfe6447b1\n", + " function geo_json_4f0b26953e08102f98b96661c68d59db_add (data) {\n", + " geo_json_4f0b26953e08102f98b96661c68d59db\n", " .addData(data);\n", " }\n", - " geo_json_8bbafc6520aa504169529c6cfe6447b1_add({"bbox": [177.940067918863, -38.71193735230091, 178.02332751534777, -38.669162820752305], "features": [{"bbox": [177.940067918863, -38.71193735230091, 177.94404088119197, -38.7101359248226], "geometry": {"coordinates": [[177.94404088119197, -38.71193735230091], [177.940067918863, -38.7101359248226]], "type": "LineString"}, "id": "0", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9401258759082, -38.711860149053315, 177.94409793858077, -38.710057510288316], "geometry": {"coordinates": [[177.94409793858077, -38.711860149053315], [177.9401258759082, -38.710057510288316]], "type": "LineString"}, "id": "1", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94018447604455, -38.711783764023565, 177.944154464161, -38.709978328129026], "geometry": {"coordinates": [[177.944154464161, -38.711783764023565], [177.94018447604455, -38.709978328129026]], "type": "LineString"}, "id": "2", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94024254528424, -38.71170661067824, 177.94421163228026, -38.709899965101904], "geometry": {"coordinates": [[177.94421163228026, -38.71170661067824], [177.94024254528424, -38.709899965101904]], "type": "LineString"}, "id": "3", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94030067044847, -38.711629482344605, 177.94426885618708, -38.709821627980226], "geometry": {"coordinates": [[177.94426885618708, -38.711629482344605], [177.94030067044847, -38.709821627980226]], "type": "LineString"}, "id": "4", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94035944254006, -38.71155317388071, 177.94432554570096, -38.709742522349906], "geometry": {"coordinates": [[177.94432554570096, -38.71155317388071], [177.94035944254006, -38.709742522349906]], "type": "LineString"}, "id": "5", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9404182731286, -38.71147689164632, 177.9443822883283, -38.70966344149375], "geometry": {"coordinates": [[177.9443822883283, -38.71147689164632], [177.9404182731286, -38.70966344149375]], "type": "LineString"}, "id": "6", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94047656826842, -38.7113998391865, 177.94443967943886, -38.70958518258119], "geometry": {"coordinates": [[177.94443967943886, -38.7113998391865], [177.94047656826842, -38.70958518258119]], "type": "LineString"}, "id": "7", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94053491953147, -38.711322811963015, 177.94449712654156, -38.7095069498004], "geometry": {"coordinates": [[177.94449712654156, -38.711322811963015], [177.94053491953147, -38.7095069498004]], "type": "LineString"}, "id": "8", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94059332749885, -38.71124581027616, 177.9445546302185, -38.709428743451326], "geometry": {"coordinates": [[177.9445546302185, -38.71124581027616], [177.94059332749885, -38.709428743451326]], "type": "LineString"}, "id": "9", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94065201725314, -38.71116913527078, 177.94461196491704, -38.70935026224289], "geometry": {"coordinates": [[177.94461196491704, -38.71116913527078], [177.94065201725314, -38.70935026224289]], "type": "LineString"}, "id": "10", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94071091019103, -38.711092680616225, 177.94466920988765, -38.70927161287068], "geometry": {"coordinates": [[177.94466920988765, -38.711092680616225], [177.94071091019103, -38.70927161287068]], "type": "LineString"}, "id": "11", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94076971429774, -38.711016056528294, 177.94472665678012, -38.7091931850183], "geometry": {"coordinates": [[177.94472665678012, -38.711016056528294], [177.94076971429774, -38.7091931850183]], "type": "LineString"}, "id": "12", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94082894982316, -38.710939955604054, 177.94478378634636, -38.70911428662125], "geometry": {"coordinates": [[177.94478378634636, -38.710939955604054], [177.94082894982316, -38.70911428662125]], "type": "LineString"}, "id": "13", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94088764275227, -38.710863082160245, 177.94484157192733, -38.709036213116605], "geometry": {"coordinates": [[177.94484157192733, -38.710863082160245], [177.94088764275227, -38.709036213116605]], "type": "LineString"}, "id": "14", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9409469955057, -38.71078703419248, 177.94489881202057, -38.70895736700796], "geometry": {"coordinates": [[177.94489881202057, -38.71078703419248], [177.9409469955057, -38.70895736700796]], "type": "LineString"}, "id": "15", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94100520021527, -38.710709413229544, 177.94495731432977, -38.70888014675134], "geometry": {"coordinates": [[177.94495731432977, -38.710709413229544], [177.94100520021527, -38.70888014675134]], "type": "LineString"}, "id": "16", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94106444202035, -38.71063311764766, 177.94501489373377, -38.70880165406001], "geometry": {"coordinates": [[177.94501489373377, -38.71063311764766], [177.94106444202035, -38.70880165406001]], "type": "LineString"}, "id": "17", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94112336471738, -38.71055634879715, 177.94507290748598, -38.70872368813396], "geometry": {"coordinates": [[177.94507290748598, -38.71055634879715], [177.94112336471738, -38.70872368813396]], "type": "LineString"}, "id": "18", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9411823444399, -38.71047960598007, 177.94513097814638, -38.70864574913742], "geometry": {"coordinates": [[177.94513097814638, -38.71047960598007], [177.9411823444399, -38.70864574913742]], "type": "LineString"}, "id": "19", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94124221580458, -38.7104039896958, 177.94518827328793, -38.7085667376639], "geometry": {"coordinates": [[177.94518827328793, -38.7104039896958], [177.94124221580458, -38.7085667376639]], "type": "LineString"}, "id": "20", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9413021478507, -38.71032840032458, 177.94524562237623, -38.708487752705295], "geometry": {"coordinates": [[177.94524562237623, -38.71032840032458], [177.9413021478507, -38.708487752705295]], "type": "LineString"}, "id": "21", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94136107504255, -38.710251437992646, 177.94530409205657, -38.70841019471794], "geometry": {"coordinates": [[177.94530409205657, -38.710251437992646], [177.94136107504255, -38.70841019471794]], "type": "LineString"}, "id": "22", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9414202872048, -38.71017480104305, 177.9453623922914, -38.70833236533859], "geometry": {"coordinates": [[177.9453623922914, -38.71017480104305], [177.9414202872048, -38.70833236533859]], "type": "LineString"}, "id": "23", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94147978451377, -38.71009848888285, 177.9454205230855, -38.7082542653169], "geometry": {"coordinates": [[177.9454205230855, -38.71009848888285], [177.94147978451377, -38.7082542653169]], "type": "LineString"}, "id": "24", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94153972606506, -38.71002270837986, 177.9454783260715, -38.708175688199645], "geometry": {"coordinates": [[177.9454783260715, -38.71002270837986], [177.94153972606506, -38.708175688199645]], "type": "LineString"}, "id": "25", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94159911303439, -38.70994615147545, 177.94553679955854, -38.708097941871806], "geometry": {"coordinates": [[177.94553679955854, -38.70994615147545], [177.94159911303439, -38.708097941871806]], "type": "LineString"}, "id": "26", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94165833095235, -38.709869324087435, 177.94559555912076, -38.70802052100931], "geometry": {"coordinates": [[177.94559555912076, -38.709869324087435], [177.94165833095235, -38.70802052100931]], "type": "LineString"}, "id": "27", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94171806230906, -38.7097931186646, 177.94565392155297, -38.70794253290539], "geometry": {"coordinates": [[177.94565392155297, -38.7097931186646], [177.94171806230906, -38.70794253290539]], "type": "LineString"}, "id": "28", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9417782416169, -38.70971744729012, 177.94571195305159, -38.70786406588351], "geometry": {"coordinates": [[177.94571195305159, -38.70971744729012], [177.9417782416169, -38.70786406588351]], "type": "LineString"}, "id": "29", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94183786315529, -38.709640998715344, 177.94577065952237, -38.70778643134884], "geometry": {"coordinates": [[177.94577065952237, -38.709640998715344], [177.94183786315529, -38.70778643134884]], "type": "LineString"}, "id": "30", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94189816287147, -38.70956538287676, 177.94582880473973, -38.70770801931498], "geometry": {"coordinates": [[177.94582880473973, -38.70956538287676], [177.94189816287147, -38.70770801931498]], "type": "LineString"}, "id": "31", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94195790265795, -38.709488989037396, 177.94588762809025, -38.707630441191284], "geometry": {"coordinates": [[177.94588762809025, -38.709488989037396], [177.94195790265795, -38.707630441191284]], "type": "LineString"}, "id": "32", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94201770112934, -38.70941262252326, 177.94594651002794, -38.707552891290725], "geometry": {"coordinates": [[177.94594651002794, -38.70941262252326], [177.94201770112934, -38.707552891290725]], "type": "LineString"}, "id": "33", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94207841023905, -38.709337386203124, 177.94600459930152, -38.70747426715709], "geometry": {"coordinates": [[177.94600459930152, -38.709337386203124], [177.94207841023905, -38.70747426715709]], "type": "LineString"}, "id": "34", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9421383276965, -38.70926107476409, 177.94606359881732, -38.70739677446225], "geometry": {"coordinates": [[177.94606359881732, -38.70926107476409], [177.9421383276965, -38.70739677446225]], "type": "LineString"}, "id": "35", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94219893002375, -38.70918559876501, 177.94612203136717, -38.70731850240672], "geometry": {"coordinates": [[177.94612203136717, -38.70918559876501], [177.94219893002375, -38.70731850240672]], "type": "LineString"}, "id": "36", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94225896646793, -38.70910934278927, 177.9461811485194, -38.70724106686405], "geometry": {"coordinates": [[177.9461811485194, -38.70910934278927], [177.94225896646793, -38.70724106686405]], "type": "LineString"}, "id": "37", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94231969093929, -38.70903392365117, 177.94623969652343, -38.70716285118083], "geometry": {"coordinates": [[177.94623969652343, -38.70903392365117], [177.94231969093929, -38.70716285118083]], "type": "LineString"}, "id": "38", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94238007630162, -38.70895801829709, 177.94629870243745, -38.70708517844512], "geometry": {"coordinates": [[177.94629870243745, -38.70895801829709], [177.94238007630162, -38.70708517844512]], "type": "LineString"}, "id": "39", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9424402920409, -38.708881846070426, 177.94635799740826, -38.70700782969438], "geometry": {"coordinates": [[177.94635799740826, -38.708881846070426], [177.9424402920409, -38.70700782969438]], "type": "LineString"}, "id": "40", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9425011995771, -38.70880651206149, 177.94641671990877, -38.70692969987097], "geometry": {"coordinates": [[177.94641671990877, -38.70880651206149], [177.9425011995771, -38.70692969987097]], "type": "LineString"}, "id": "41", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94256090278262, -38.70872958608962, 177.9464767663559, -38.706853219361186], "geometry": {"coordinates": [[177.9464767663559, -38.70872958608962], [177.94256090278262, -38.706853219361186]], "type": "LineString"}, "id": "42", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9426219312959, -38.70865430873043, 177.94653560734363, -38.706775147795064], "geometry": {"coordinates": [[177.94653560734363, -38.70865430873043], [177.9426219312959, -38.706775147795064]], "type": "LineString"}, "id": "43", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94268238735498, -38.70857824971284, 177.94659514113715, -38.70669791575373], "geometry": {"coordinates": [[177.94659514113715, -38.70857824971284], [177.94268238735498, -38.70669791575373]], "type": "LineString"}, "id": "44", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94274353936117, -38.708503030386105, 177.94665409893813, -38.70661990178443], "geometry": {"coordinates": [[177.94665409893813, -38.708503030386105], [177.94274353936117, -38.70661990178443]], "type": "LineString"}, "id": "45", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94280434641973, -38.708427321544335, 177.9467135221076, -38.70654243539122], "geometry": {"coordinates": [[177.9467135221076, -38.708427321544335], [177.94280434641973, -38.70654243539122]], "type": "LineString"}, "id": "46", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94286498402062, -38.70835134818638, 177.9467732360045, -38.706465292066454], "geometry": {"coordinates": [[177.9467732360045, -38.70835134818638], [177.94286498402062, -38.706465292066454]], "type": "LineString"}, "id": "47", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94292632134201, -38.708276215874236, 177.9468323705857, -38.70638736591707], "geometry": {"coordinates": [[177.9468323705857, -38.708276215874236], [177.94292632134201, -38.70638736591707]], "type": "LineString"}, "id": "48", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94298708034813, -38.70820030008339, 177.94689220458022, -38.706310281875545], "geometry": {"coordinates": [[177.94689220458022, -38.70820030008339], [177.94298708034813, -38.706310281875545]], "type": "LineString"}, "id": "49", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94304854249037, -38.70812522682826, 177.94695145730572, -38.706232414389895], "geometry": {"coordinates": [[177.94695145730572, -38.70812522682826], [177.94304854249037, -38.706232414389895]], "type": "LineString"}, "id": "50", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94310965448963, -38.70804966105298, 177.94701118131184, -38.70615509823819], "geometry": {"coordinates": [[177.94701118131184, -38.70804966105298], [177.94310965448963, -38.70615509823819]], "type": "LineString"}, "id": "51", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9431705965508, -38.707973832263534, 177.94707119695246, -38.70607810426875], "geometry": {"coordinates": [[177.94707119695246, -38.707973832263534], [177.9431705965508, -38.70607810426875]], "type": "LineString"}, "id": "52", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94323224551707, -38.707898847341156, 177.94713062798715, -38.706000325981826], "geometry": {"coordinates": [[177.94713062798715, -38.707898847341156], [177.94323224551707, -38.706000325981826]], "type": "LineString"}, "id": "53", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94329331051173, -38.70782307726972, 177.94719076527224, -38.70592339245931], "geometry": {"coordinates": [[177.94719076527224, -38.70782307726972], [177.94329331051173, -38.70592339245931]], "type": "LineString"}, "id": "54", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94335531668284, -38.70774844317619, 177.94725008383963, -38.70584538275538], "geometry": {"coordinates": [[177.94725008383963, -38.70774844317619], [177.94335531668284, -38.70584538275538]], "type": "LineString"}, "id": "55", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94341650459674, -38.707672731748936, 177.9473103427277, -38.70576851006104], "geometry": {"coordinates": [[177.9473103427277, -38.707672731748936], [177.94341650459674, -38.70576851006104]], "type": "LineString"}, "id": "56", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94347817391323, -38.70759757624631, 177.9473702437992, -38.70569114195505], "geometry": {"coordinates": [[177.9473702437992, -38.70759757624631], [177.94347817391323, -38.70569114195505]], "type": "LineString"}, "id": "57", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94353971756988, -38.707522214867936, 177.94743039351349, -38.70561404002423], "geometry": {"coordinates": [[177.94743039351349, -38.707522214867936], [177.94353971756988, -38.70561404002423]], "type": "LineString"}, "id": "58", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9436010909538, -38.70744659273156, 177.9474908365382, -38.70553725926237], "geometry": {"coordinates": [[177.9474908365382, -38.70744659273156], [177.9436010909538, -38.70553725926237]], "type": "LineString"}, "id": "59", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94366318074626, -38.70737181817326, 177.94755068656355, -38.7054596916068], "geometry": {"coordinates": [[177.94755068656355, -38.70737181817326], [177.94366318074626, -38.7054596916068]], "type": "LineString"}, "id": "60", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94372491068503, -38.707296545566244, 177.94761102051797, -38.70538268309093], "geometry": {"coordinates": [[177.94761102051797, -38.707296545566244], [177.94372491068503, -38.70538268309093]], "type": "LineString"}, "id": "61", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94378647057187, -38.707221013382316, 177.947671648696, -38.70530599537881], "geometry": {"coordinates": [[177.947671648696, -38.707221013382316], [177.94378647057187, -38.70530599537881]], "type": "LineString"}, "id": "62", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94384875070833, -38.70714633009921, 177.9477316805932, -38.70522851998555], "geometry": {"coordinates": [[177.9477316805932, -38.70714633009921], [177.94384875070833, -38.70522851998555]], "type": "LineString"}, "id": "63", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94391109572584, -38.707071678109195, 177.94779177190188, -38.70515107476133], "geometry": {"coordinates": [[177.94779177190188, -38.707071678109195], [177.94391109572584, -38.70515107476133]], "type": "LineString"}, "id": "64", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94397307600454, -38.70699652529559, 177.94785235238678, -38.705074191978994], "geometry": {"coordinates": [[177.94785235238678, -38.70699652529559], [177.94397307600454, -38.705074191978994]], "type": "LineString"}, "id": "65", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94403488623888, -38.706921114390596, 177.94791322838958, -38.704997629509066], "geometry": {"coordinates": [[177.94791322838958, -38.706921114390596], [177.94403488623888, -38.704997629509066]], "type": "LineString"}, "id": "66", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94409699171933, -38.70684602197374, 177.94797393388333, -38.70492081049927], "geometry": {"coordinates": [[177.94797393388333, -38.70684602197374], [177.94409699171933, -38.70492081049927]], "type": "LineString"}, "id": "67", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9441593588321, -38.70677120519415, 177.94803450335002, -38.70484377832008], "geometry": {"coordinates": [[177.94803450335002, -38.70677120519415], [177.9441593588321, -38.70484377832008]], "type": "LineString"}, "id": "68", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94422159053917, -38.7066961738126, 177.94809533321634, -38.704767022993366], "geometry": {"coordinates": [[177.94809533321634, -38.7066961738126], [177.94422159053917, -38.704767022993366]], "type": "LineString"}, "id": "69", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94428431948901, -38.706621707370104, 177.94815579156037, -38.7046897654337], "geometry": {"coordinates": [[177.94815579156037, -38.706621707370104], [177.94428431948901, -38.7046897654337]], "type": "LineString"}, "id": "70", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94434644485725, -38.706546450341264, 177.94821698016756, -38.70461336172865], "geometry": {"coordinates": [[177.94821698016756, -38.706546450341264], [177.94434644485725, -38.70461336172865]], "type": "LineString"}, "id": "71", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94440863313372, -38.7064712243178, 177.9482782316418, -38.70453698993013], "geometry": {"coordinates": [[177.9482782316418, -38.7064712243178], [177.94440863313372, -38.70453698993013]], "type": "LineString"}, "id": "72", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94447178935582, -38.70639713888578, 177.94833864185438, -38.70445954100372], "geometry": {"coordinates": [[177.94833864185438, -38.70639713888578], [177.94447178935582, -38.70445954100372]], "type": "LineString"}, "id": "73", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94453410469936, -38.70632197513392, 177.948400019161, -38.704383233704746], "geometry": {"coordinates": [[177.948400019161, -38.70632197513392], [177.94453410469936, -38.704383233704746]], "type": "LineString"}, "id": "74", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.944597391477, -38.70624795257965, 177.94846055206756, -38.70430584903117], "geometry": {"coordinates": [[177.94846055206756, -38.70624795257965], [177.944597391477, -38.70430584903117]], "type": "LineString"}, "id": "75", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94466051070637, -38.70617367631151, 177.94852137954618, -38.704228781973576], "geometry": {"coordinates": [[177.94852137954618, -38.70617367631151], [177.94466051070637, -38.704228781973576]], "type": "LineString"}, "id": "76", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94472301797566, -38.70609860695316, 177.94858294639022, -38.70415257219003], "geometry": {"coordinates": [[177.94858294639022, -38.70609860695316], [177.94472301797566, -38.70415257219003]], "type": "LineString"}, "id": "77", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94478558924484, -38.70602356942696, 177.9486445772028, -38.70407639514066], "geometry": {"coordinates": [[177.9486445772028, -38.70602356942696], [177.94478558924484, -38.70407639514066]], "type": "LineString"}, "id": "78", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9448484586845, -38.70594884861334, 177.94870603731238, -38.70399996578795], "geometry": {"coordinates": [[177.94870603731238, -38.70594884861334], [177.9448484586845, -38.70399996578795]], "type": "LineString"}, "id": "79", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94491183812025, -38.70587470027287, 177.94876711544518, -38.70392302874597], "geometry": {"coordinates": [[177.94876711544518, -38.70587470027287], [177.94491183812025, -38.70392302874597]], "type": "LineString"}, "id": "80", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94497460184647, -38.705799758249135, 177.94882893748309, -38.703846950346474], "geometry": {"coordinates": [[177.94882893748309, -38.705799758249135], [177.94497460184647, -38.703846950346474]], "type": "LineString"}, "id": "81", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94503811285293, -38.705725675005944, 177.94889014054522, -38.70377007828617], "geometry": {"coordinates": [[177.94889014054522, -38.705725675005944], [177.94503811285293, -38.70377007828617]], "type": "LineString"}, "id": "82", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9451012406301, -38.70565108126231, 177.94895185541475, -38.70369378207185], "geometry": {"coordinates": [[177.94895185541475, -38.70565108126231], [177.9451012406301, -38.70369378207185]], "type": "LineString"}, "id": "83", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9451648841137, -38.705577063386485, 177.9490131837358, -38.70361697573288], "geometry": {"coordinates": [[177.9490131837358, -38.705577063386485], [177.9451648841137, -38.70361697573288]], "type": "LineString"}, "id": "84", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94522814204467, -38.70550253379324, 177.9490750269809, -38.70354074705352], "geometry": {"coordinates": [[177.9490750269809, -38.70550253379324], [177.94522814204467, -38.70354074705352]], "type": "LineString"}, "id": "85", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94529168292027, -38.705428298575825, 177.94913671669525, -38.70346429006456], "geometry": {"coordinates": [[177.94913671669525, -38.705428298575825], [177.94529168292027, -38.70346429006456]], "type": "LineString"}, "id": "86", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94535507115543, -38.70535383374601, 177.94919868849934, -38.70338812886659], "geometry": {"coordinates": [[177.94919868849934, -38.70535383374601], [177.94535507115543, -38.70338812886659]], "type": "LineString"}, "id": "87", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94541898063798, -38.70527994806408, 177.94926026897076, -38.70331145504035], "geometry": {"coordinates": [[177.94926026897076, -38.70527994806408], [177.94541898063798, -38.70331145504035]], "type": "LineString"}, "id": "88", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9454824996484, -38.705205548091605, 177.9493223698014, -38.70323536210145], "geometry": {"coordinates": [[177.9493223698014, -38.705205548091605], [177.9454824996484, -38.70323536210145]], "type": "LineString"}, "id": "89", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94554608389154, -38.70513118059408, 177.94938453582836, -38.703159303664805], "geometry": {"coordinates": [[177.94938453582836, -38.70513118059408], [177.94554608389154, -38.703159303664805]], "type": "LineString"}, "id": "90", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94560949754748, -38.70505656398194, 177.9494470030737, -38.703083561521545], "geometry": {"coordinates": [[177.9494470030737, -38.70505656398194], [177.94560949754748, -38.703083561521545]], "type": "LineString"}, "id": "91", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94567390894196, -38.70498309237002, 177.9495086030259, -38.70300674157042], "geometry": {"coordinates": [[177.9495086030259, -38.70498309237002], [177.94567390894196, -38.70300674157042]], "type": "LineString"}, "id": "92", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94573745398247, -38.70490854204549, 177.94957120051495, -38.70293106798963], "geometry": {"coordinates": [[177.94957120051495, -38.70490854204549], [177.94573745398247, -38.70293106798963]], "type": "LineString"}, "id": "93", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94580106461473, -38.70483402515181, 177.9496338635883, -38.70285542874058], "geometry": {"coordinates": [[177.9496338635883, -38.70483402515181], [177.94580106461473, -38.70285542874058]], "type": "LineString"}, "id": "94", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9458656773126, -38.704760653748046, 177.94969565596327, -38.702778711971945], "geometry": {"coordinates": [[177.94969565596327, -38.704760653748046], [177.9458656773126, -38.702778711971945]], "type": "LineString"}, "id": "95", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94593012256104, -38.70468703610471, 177.94975774781196, -38.70270230984577], "geometry": {"coordinates": [[177.94975774781196, -38.70468703610471], [177.94593012256104, -38.70270230984577]], "type": "LineString"}, "id": "96", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94599393185524, -38.70461261995502, 177.94982060730868, -38.7026267745565], "geometry": {"coordinates": [[177.94982060730868, -38.70461261995502], [177.94599393185524, -38.7026267745565]], "type": "LineString"}, "id": "97", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94605780720906, -38.704538237684226, 177.94988353286394, -38.70255127404747], "geometry": {"coordinates": [[177.94988353286394, -38.704538237684226], [177.94605780720906, -38.70255127404747]], "type": "LineString"}, "id": "98", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94612269162775, -38.70446500222107, 177.94994558205138, -38.70247469580207], "geometry": {"coordinates": [[177.94994558205138, -38.70446500222107], [177.94612269162775, -38.70247469580207]], "type": "LineString"}, "id": "99", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94618670011596, -38.704390687859835, 177.95000863963426, -38.702399265494115], "geometry": {"coordinates": [[177.95000863963426, -38.704390687859835], [177.94618670011596, -38.702399265494115]], "type": "LineString"}, "id": "100", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94625148380254, -38.7043172417394, 177.9500710550371, -38.702323036391064], "geometry": {"coordinates": [[177.9500710550371, -38.7043172417394], [177.94625148380254, -38.702323036391064]], "type": "LineString"}, "id": "101", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94631586311905, -38.704243274748464, 177.95013400768548, -38.70224739762499], "geometry": {"coordinates": [[177.95013400768548, -38.704243274748464], [177.94631586311905, -38.70224739762499]], "type": "LineString"}, "id": "102", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94638102122607, -38.70417017655204, 177.9501963151343, -38.70217096002023], "geometry": {"coordinates": [[177.9501963151343, -38.70417017655204], [177.94638102122607, -38.70217096002023]], "type": "LineString"}, "id": "103", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9464452973274, -38.704095999341305, 177.9502596381494, -38.702095671462125], "geometry": {"coordinates": [[177.9502596381494, -38.704095999341305], [177.9464452973274, -38.702095671462125]], "type": "LineString"}, "id": "104", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94651035502915, -38.704022692498974, 177.95032231326138, -38.70201958276028], "geometry": {"coordinates": [[177.95032231326138, -38.704022692498974], [177.94651035502915, -38.70201958276028]], "type": "LineString"}, "id": "105", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94657500342157, -38.703948862411, 177.9503855317297, -38.70194408780909], "geometry": {"coordinates": [[177.9503855317297, -38.703948862411], [177.94657500342157, -38.70194408780909]], "type": "LineString"}, "id": "106", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94663971894906, -38.703875066683764, 177.95044881735546, -38.70186862924315], "geometry": {"coordinates": [[177.95044881735546, -38.703875066683764], [177.94663971894906, -38.70186862924315]], "type": "LineString"}, "id": "107", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9467049825549, -38.70380186498386, 177.95051168960273, -38.701792647722876], "geometry": {"coordinates": [[177.95051168960273, -38.70380186498386], [177.9467049825549, -38.701792647722876]], "type": "LineString"}, "id": "108", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94676959544495, -38.70372786187777, 177.95057534728605, -38.7017175387911], "geometry": {"coordinates": [[177.95057534728605, -38.70372786187777], [177.94676959544495, -38.7017175387911]], "type": "LineString"}, "id": "109", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94683595893468, -38.703655846237204, 177.95063738934914, -38.70164051384326], "geometry": {"coordinates": [[177.95063738934914, -38.703655846237204], [177.94683595893468, -38.70164051384326]], "type": "LineString"}, "id": "110", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94689998418926, -38.70358107527258, 177.9507019049983, -38.701566315939544], "geometry": {"coordinates": [[177.9507019049983, -38.70358107527258], [177.94689998418926, -38.701566315939544]], "type": "LineString"}, "id": "111", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94696552477282, -38.703508016244875, 177.95076504051454, -38.70149047788098], "geometry": {"coordinates": [[177.95076504051454, -38.703508016244875], [177.94696552477282, -38.70149047788098]], "type": "LineString"}, "id": "112", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94703137513298, -38.703435269514614, 177.95082800239553, -38.70141439990922], "geometry": {"coordinates": [[177.95082800239553, -38.703435269514614], [177.94703137513298, -38.70141439990922]], "type": "LineString"}, "id": "113", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94709632829523, -38.70336144339859, 177.95089199720067, -38.701339473587815], "geometry": {"coordinates": [[177.95089199720067, -38.70336144339859], [177.94709632829523, -38.701339473587815]], "type": "LineString"}, "id": "114", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94716231849281, -38.70328876822876, 177.9509550912826, -38.70126346902597], "geometry": {"coordinates": [[177.9509550912826, -38.70328876822876], [177.94716231849281, -38.70126346902597]], "type": "LineString"}, "id": "115", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94722740850472, -38.703215013713546, 177.95101922191662, -38.70118861663932], "geometry": {"coordinates": [[177.95101922191662, -38.703215013713546], [177.94722740850472, -38.70118861663932]], "type": "LineString"}, "id": "116", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94729353900192, -38.70314241056623, 177.95108244867453, -38.7011126859748], "geometry": {"coordinates": [[177.95108244867453, -38.70314241056623], [177.94729353900192, -38.7011126859748]], "type": "LineString"}, "id": "117", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9473587663171, -38.703068728120854, 177.95114671560214, -38.70103790799702], "geometry": {"coordinates": [[177.95114671560214, -38.703068728120854], [177.9473587663171, -38.70103790799702]], "type": "LineString"}, "id": "118", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9474240621965, -38.70299508202745, 177.951211051127, -38.70096316727202], "geometry": {"coordinates": [[177.951211051127, -38.70299508202745], [177.9474240621965, -38.70096316727202]], "type": "LineString"}, "id": "119", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9474901630532, -38.702922313889154, 177.95127471902526, -38.700887622419955], "geometry": {"coordinates": [[177.95127471902526, -38.702922313889154], [177.9474901630532, -38.700887622419955]], "type": "LineString"}, "id": "120", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94755583664514, -38.70284901431587, 177.95133895184446, -38.700812683098974], "geometry": {"coordinates": [[177.95133895184446, -38.70284901431587], [177.94755583664514, -38.700812683098974]], "type": "LineString"}, "id": "121", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94762157900618, -38.702775750828195, 177.95140325350877, -38.70073778188641], "geometry": {"coordinates": [[177.95140325350877, -38.702775750828195], [177.94762157900618, -38.70073778188641]], "type": "LineString"}, "id": "122", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9476881311831, -38.702703365997756, 177.95146688417904, -38.700662076985374], "geometry": {"coordinates": [[177.95146688417904, -38.702703365997756], [177.9476881311831, -38.700662076985374]], "type": "LineString"}, "id": "123", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94775377283517, -38.70262990278939, 177.95153156355542, -38.70058752518713], "geometry": {"coordinates": [[177.95153156355542, -38.70262990278939], [177.94775377283517, -38.70058752518713]], "type": "LineString"}, "id": "124", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94782097194152, -38.702558163576526, 177.95159482411844, -38.70051132450758], "geometry": {"coordinates": [[177.95159482411844, -38.702558163576526], [177.94782097194152, -38.70051132450758]], "type": "LineString"}, "id": "125", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9478862481071, -38.7024842027362, 177.95166014651272, -38.700437420790365], "geometry": {"coordinates": [[177.95166014651272, -38.7024842027362], [177.9478862481071, -38.700437420790365]], "type": "LineString"}, "id": "126", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94795359270796, -38.702412539310295, 177.9517235393988, -38.70036129517015], "geometry": {"coordinates": [[177.9517235393988, -38.702412539310295], [177.94795359270796, -38.70036129517015]], "type": "LineString"}, "id": "127", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9480190057135, -38.70233865161783, 177.95178900329705, -38.70028746967533], "geometry": {"coordinates": [[177.95178900329705, -38.70233865161783], [177.9480190057135, -38.70028746967533]], "type": "LineString"}, "id": "128", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94808574523984, -38.70226621902406, 177.9518532800263, -38.70021226505635], "geometry": {"coordinates": [[177.9518532800263, -38.70226621902406], [177.94808574523984, -38.70021226505635]], "type": "LineString"}, "id": "129", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94815303941064, -38.70219436645575, 177.95191714214408, -38.70013655687119], "geometry": {"coordinates": [[177.95191714214408, -38.70219436645575], [177.94815303941064, -38.70013655687119]], "type": "LineString"}, "id": "130", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9482191708492, -38.7021211644986, 177.9519823074475, -38.70006227486895], "geometry": {"coordinates": [[177.9519823074475, -38.7021211644986], [177.9482191708492, -38.70006227486895]], "type": "LineString"}, "id": "131", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94828537235915, -38.70204800048614, 177.95204754287656, -38.69998803171045], "geometry": {"coordinates": [[177.95204754287656, -38.70204800048614], [177.94828537235915, -38.69998803171045]], "type": "LineString"}, "id": "132", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94835239963092, -38.7019757206492, 177.95211209326706, -38.69991298158281], "geometry": {"coordinates": [[177.95211209326706, -38.7019757206492], [177.94835239963092, -38.69991298158281]], "type": "LineString"}, "id": "133", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94841974125657, -38.70190374929915, 177.95217646967438, -38.69983770009947], "geometry": {"coordinates": [[177.95217646967438, -38.70190374929915], [177.94841974125657, -38.69983770009947]], "type": "LineString"}, "id": "134", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94848639631485, -38.70183096889598, 177.952241673955, -38.69976330542785], "geometry": {"coordinates": [[177.952241673955, -38.70183096889598], [177.94848639631485, -38.69976330542785]], "type": "LineString"}, "id": "135", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94855288046514, -38.70175795742874, 177.95230719018898, -38.69968921956507], "geometry": {"coordinates": [[177.95230719018898, -38.70175795742874], [177.94855288046514, -38.69968921956507]], "type": "LineString"}, "id": "136", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94862120242695, -38.70168694929798, 177.9523710109039, -38.69961320894366], "geometry": {"coordinates": [[177.9523710109039, -38.70168694929798], [177.94862120242695, -38.69961320894366]], "type": "LineString"}, "id": "137", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94868706536855, -38.70161316668865, 177.9524374321117, -38.69954005100949], "geometry": {"coordinates": [[177.9524374321117, -38.70161316668865], [177.94868706536855, -38.69954005100949]], "type": "LineString"}, "id": "138", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94875476922402, -38.701541387565, 177.9525021543384, -38.69946496822175], "geometry": {"coordinates": [[177.9525021543384, -38.701541387565], [177.94875476922402, -38.69946496822175]], "type": "LineString"}, "id": "139", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9488217801341, -38.70146879865243, 177.95256771190097, -38.69939077420998], "geometry": {"coordinates": [[177.95256771190097, -38.70146879865243], [177.9488217801341, -38.69939077420998]], "type": "LineString"}, "id": "140", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94889015792026, -38.701397679519296, 177.9526320449191, -38.69931518952164], "geometry": {"coordinates": [[177.9526320449191, -38.701397679519296], [177.94889015792026, -38.69931518952164]], "type": "LineString"}, "id": "141", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9489573131586, -38.70132516815834, 177.95269774391303, -38.69924107687572], "geometry": {"coordinates": [[177.95269774391303, -38.70132516815834], [177.9489573131586, -38.69924107687572]], "type": "LineString"}, "id": "142", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94902507022465, -38.70125327932227, 177.95276298399753, -38.69916642138405], "geometry": {"coordinates": [[177.95276298399753, -38.70125327932227], [177.94902507022465, -38.69916642138405]], "type": "LineString"}, "id": "143", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9490921265561, -38.701180579424005, 177.95282906783228, -38.69909265680393], "geometry": {"coordinates": [[177.95282906783228, -38.701180579424005], [177.9490921265561, -38.69909265680393]], "type": "LineString"}, "id": "144", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94915949709133, -38.70110818547572, 177.95289498093217, -38.69901866651633], "geometry": {"coordinates": [[177.95289498093217, -38.70110818547572], [177.94915949709133, -38.69901866651633]], "type": "LineString"}, "id": "145", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9492269396393, -38.701035830907294, 177.95296096621095, -38.69894471762469], "geometry": {"coordinates": [[177.95296096621095, -38.701035830907294], [177.9492269396393, -38.69894471762469]], "type": "LineString"}, "id": "146", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9492949888835, -38.70096410114927, 177.9530264890758, -38.698870224887294], "geometry": {"coordinates": [[177.9530264890758, -38.70096410114927], [177.9492949888835, -38.698870224887294]], "type": "LineString"}, "id": "147", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94936257611096, -38.70089182566891, 177.95309261776072, -38.69879635868902], "geometry": {"coordinates": [[177.95309261776072, -38.70089182566891], [177.94936257611096, -38.69879635868902]], "type": "LineString"}, "id": "148", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9494307729694, -38.700820176454506, 177.9531582812787, -38.69872194755654], "geometry": {"coordinates": [[177.9531582812787, -38.700820176454506], [177.9494307729694, -38.69872194755654]], "type": "LineString"}, "id": "149", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9494992885415, -38.700748833240525, 177.95322377165397, -38.69864731250986], "geometry": {"coordinates": [[177.95322377165397, -38.700748833240525], [177.9494992885415, -38.69864731250986]], "type": "LineString"}, "id": "150", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94956709441345, -38.700676677365685, 177.95329011635977, -38.698573571804204], "geometry": {"coordinates": [[177.95329011635977, -38.700676677365685], [177.94956709441345, -38.698573571804204]], "type": "LineString"}, "id": "151", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94963551544058, -38.700605150547894, 177.95335599109544, -38.69849928418313], "geometry": {"coordinates": [[177.95335599109544, -38.700605150547894], [177.94963551544058, -38.69849928418313]], "type": "LineString"}, "id": "152", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9497044991727, -38.70053419251709, 177.9534214486262, -38.69842451023037], "geometry": {"coordinates": [[177.9534214486262, -38.70053419251709], [177.9497044991727, -38.69842451023037]], "type": "LineString"}, "id": "153", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94977149224198, -38.70046104032578, 177.95348904330666, -38.69835201356203], "geometry": {"coordinates": [[177.95348904330666, -38.70046104032578], [177.94977149224198, -38.69835201356203]], "type": "LineString"}, "id": "154", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94984013621806, -38.70038963631544, 177.9535551326473, -38.69827785149144], "geometry": {"coordinates": [[177.9535551326473, -38.70038963631544], [177.94984013621806, -38.69827785149144]], "type": "LineString"}, "id": "155", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94990909981146, -38.70031853693529, 177.9536210485424, -38.69820346803614], "geometry": {"coordinates": [[177.9536210485424, -38.70031853693529], [177.94990909981146, -38.69820346803614]], "type": "LineString"}, "id": "156", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94997734555184, -38.70024662414837, 177.9536878295543, -38.698129981982675], "geometry": {"coordinates": [[177.9536878295543, -38.70024662414837], [177.94997734555184, -38.698129981982675]], "type": "LineString"}, "id": "157", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95004621584056, -38.70017534493455, 177.95375413230352, -38.69805594594785], "geometry": {"coordinates": [[177.95375413230352, -38.70017534493455], [177.95004621584056, -38.69805594594785]], "type": "LineString"}, "id": "158", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95011540665297, -38.70010436983237, 177.95382026167246, -38.697981690019255], "geometry": {"coordinates": [[177.95382026167246, -38.70010436983237], [177.95011540665297, -38.697981690019255]], "type": "LineString"}, "id": "159", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9501836300082, -38.70003231884021, 177.95388750612653, -38.69790859460282], "geometry": {"coordinates": [[177.95388750612653, -38.70003231884021], [177.9501836300082, -38.69790859460282]], "type": "LineString"}, "id": "160", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95025297205882, -38.69996142720946, 177.9539537794427, -38.69783442457203], "geometry": {"coordinates": [[177.9539537794427, -38.69996142720946], [177.95025297205882, -38.69783442457203]], "type": "LineString"}, "id": "161", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95032158759568, -38.699889720582576, 177.95402092662587, -38.697761154288024], "geometry": {"coordinates": [[177.95402092662587, -38.699889720582576], [177.95032158759568, -38.697761154288024]], "type": "LineString"}, "id": "162", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95039083709906, -38.699818652186394, 177.95408758881499, -38.69768733161425], "geometry": {"coordinates": [[177.95408758881499, -38.699818652186394], [177.95039083709906, -38.69768733161425]], "type": "LineString"}, "id": "163", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95045960162508, -38.699747029320164, 177.9541548838607, -38.69761414875335], "geometry": {"coordinates": [[177.9541548838607, -38.699747029320164], [177.95045960162508, -38.69761414875335]], "type": "LineString"}, "id": "164", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95052844020455, -38.69967544833138, 177.95422225319885, -38.69754100977705], "geometry": {"coordinates": [[177.95422225319885, -38.69967544833138], [177.95052844020455, -38.69754100977705]], "type": "LineString"}, "id": "165", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95059897133723, -38.69960562496536, 177.95428807978422, -38.697466199945545], "geometry": {"coordinates": [[177.95428807978422, -38.69960562496536], [177.95059897133723, -38.697466199945545]], "type": "LineString"}, "id": "166", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95066771529864, -38.69953386890976, 177.95435584182115, -38.69739340879735], "geometry": {"coordinates": [[177.95435584182115, -38.69953386890976], [177.95066771529864, -38.69739340879735]], "type": "LineString"}, "id": "167", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95073677895104, -38.69946241479564, 177.95442343387344, -38.69732040269894], "geometry": {"coordinates": [[177.95442343387344, -38.69946241479564], [177.95073677895104, -38.69732040269894]], "type": "LineString"}, "id": "168", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95080648588052, -38.69939160322987, 177.95449053244266, -38.69724684124626], "geometry": {"coordinates": [[177.95449053244266, -38.69939160322987], [177.95080648588052, -38.69724684124626]], "type": "LineString"}, "id": "169", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95087651554243, -38.69932109358773, 177.95455745757076, -38.697173064915944], "geometry": {"coordinates": [[177.95455745757076, -38.69932109358773], [177.95087651554243, -38.697173064915944]], "type": "LineString"}, "id": "170", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95094580544534, -38.699249767700465, 177.95462527356563, -38.69710019307265], "geometry": {"coordinates": [[177.95462527356563, -38.699249767700465], [177.95094580544534, -38.69710019307265]], "type": "LineString"}, "id": "171", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95101574376065, -38.69917908676237, 177.95469259072127, -38.6970267637926], "geometry": {"coordinates": [[177.95469259072127, -38.69917908676237], [177.95101574376065, -38.6970267637926]], "type": "LineString"}, "id": "172", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95108543009522, -38.69910810429574, 177.95476031121373, -38.69695372473623], "geometry": {"coordinates": [[177.95476031121373, -38.69910810429574], [177.95108543009522, -38.69695372473623]], "type": "LineString"}, "id": "173", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95115552301448, -38.69903751094418, 177.95482777571192, -38.69688038497124], "geometry": {"coordinates": [[177.95482777571192, -38.69903751094418], [177.95115552301448, -38.69688038497124]], "type": "LineString"}, "id": "174", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9512253606824, -38.698966614116635, 177.95489564628772, -38.69680743737067], "geometry": {"coordinates": [[177.95489564628772, -38.698966614116635], [177.9512253606824, -38.69680743737067]], "type": "LineString"}, "id": "175", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95129536292617, -38.69889585281235, 177.9549635045082, -38.69673444391369], "geometry": {"coordinates": [[177.9549635045082, -38.69889585281235], [177.95129536292617, -38.69673444391369]], "type": "LineString"}, "id": "176", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95136593508286, -38.698825648524455, 177.95503094384816, -38.696660982566726], "geometry": {"coordinates": [[177.95503094384816, -38.698825648524455], [177.95136593508286, -38.696660982566726]], "type": "LineString"}, "id": "177", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95143575616228, -38.698754626709636, 177.95509928684982, -38.696588428927306], "geometry": {"coordinates": [[177.95509928684982, -38.698754626709636], [177.95143575616228, -38.696588428927306]], "type": "LineString"}, "id": "178", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95150648419684, -38.69868451068552, 177.95516687454375, -38.69651505930005], "geometry": {"coordinates": [[177.95516687454375, -38.69868451068552], [177.95150648419684, -38.69651505930005]], "type": "LineString"}, "id": "179", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95157645805517, -38.69861357696201, 177.95523536944646, -38.696442598131185], "geometry": {"coordinates": [[177.95523536944646, -38.69861357696201], [177.95157645805517, -38.696442598131185]], "type": "LineString"}, "id": "180", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95164734252285, -38.69854354983764, 177.9553031060766, -38.696369320887506], "geometry": {"coordinates": [[177.9553031060766, -38.69854354983764], [177.95164734252285, -38.696369320887506]], "type": "LineString"}, "id": "181", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9517180601366, -38.69847331368196, 177.9553711625843, -38.69629634375195], "geometry": {"coordinates": [[177.9553711625843, -38.69847331368196], [177.9517180601366, -38.69629634375195]], "type": "LineString"}, "id": "182", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95178801795456, -38.698402259651935, 177.95544013232362, -38.69622427596449], "geometry": {"coordinates": [[177.95544013232362, -38.698402259651935], [177.95178801795456, -38.69622427596449]], "type": "LineString"}, "id": "183", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.951858545195, -38.69833175795358, 177.9555086858329, -38.69615174735033], "geometry": {"coordinates": [[177.9555086858329, -38.69833175795358], [177.951858545195, -38.69615174735033]], "type": "LineString"}, "id": "184", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9519297438748, -38.698261910877605, 177.95557672214372, -38.69607865640695], "geometry": {"coordinates": [[177.95557672214372, -38.698261910877605], [177.9519297438748, -38.69607865640695]], "type": "LineString"}, "id": "185", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95200102244866, -38.69819210922049, 177.95564483205027, -38.6960056120428], "geometry": {"coordinates": [[177.95564483205027, -38.69819210922049], [177.95200102244866, -38.6960056120428]], "type": "LineString"}, "id": "186", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95207213464727, -38.69812210124355, 177.95571326330443, -38.69593286704434], "geometry": {"coordinates": [[177.95571326330443, -38.69812210124355], [177.95207213464727, -38.69593286704434]], "type": "LineString"}, "id": "187", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95214272522418, -38.69805152640301, 177.955782369977, -38.695860781408186], "geometry": {"coordinates": [[177.955782369977, -38.69805152640301], [177.95214272522418, -38.695860781408186]], "type": "LineString"}, "id": "188", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9522142426284, -38.697981862403836, 177.9558507053963, -38.69578787868083], "geometry": {"coordinates": [[177.9558507053963, -38.697981862403836], [177.9522142426284, -38.69578787868083]], "type": "LineString"}, "id": "189", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95228474152302, -38.697911127556836, 177.95592021382654, -38.6957161400455], "geometry": {"coordinates": [[177.95592021382654, -38.697911127556836], [177.95228474152302, -38.6957161400455]], "type": "LineString"}, "id": "190", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9523555652031, -38.697840690389974, 177.95598955306906, -38.69564419781863], "geometry": {"coordinates": [[177.95598955306906, -38.697840690389974], [177.9523555652031, -38.69564419781863]], "type": "LineString"}, "id": "191", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95242817429605, -38.69777203054277, 177.95605726235053, -38.695570572458344], "geometry": {"coordinates": [[177.95605726235053, -38.69777203054277], [177.95242817429605, -38.695570572458344]], "type": "LineString"}, "id": "192", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95250001219492, -38.69770255194703, 177.95612589872403, -38.69549786043761], "geometry": {"coordinates": [[177.95612589872403, -38.69770255194703], [177.95250001219492, -38.69549786043761]], "type": "LineString"}, "id": "193", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95257082371117, -38.69763200316308, 177.95619571778514, -38.69542631360831], "geometry": {"coordinates": [[177.95619571778514, -38.69763200316308], [177.95257082371117, -38.69542631360831]], "type": "LineString"}, "id": "194", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95264282117446, -38.697562618089705, 177.95626450675817, -38.69535369799856], "geometry": {"coordinates": [[177.95626450675817, -38.697562618089705], [177.95264282117446, -38.69535369799856]], "type": "LineString"}, "id": "195", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95271403735066, -38.69749241276972, 177.95633423445, -38.69528199866812], "geometry": {"coordinates": [[177.95633423445, -38.69749241276972], [177.95271403735066, -38.69528199866812]], "type": "LineString"}, "id": "196", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95278619514755, -38.69742312150712, 177.95640317645905, -38.695209480595686], "geometry": {"coordinates": [[177.95640317645905, -38.69742312150712], [177.95278619514755, -38.695209480595686]], "type": "LineString"}, "id": "197", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95285732082914, -38.69735276152652, 177.95647330870548, -38.69513812803714], "geometry": {"coordinates": [[177.95647330870548, -38.69735276152652], [177.95285732082914, -38.69513812803714]], "type": "LineString"}, "id": "198", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95292988755966, -38.69728381336821, 177.95654215665687, -38.69506545982128], "geometry": {"coordinates": [[177.95654215665687, -38.69728381336821], [177.95292988755966, -38.69506545982128]], "type": "LineString"}, "id": "199", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9530020403039, -38.69721441688464, 177.95661157653413, -38.69499333697154], "geometry": {"coordinates": [[177.95661157653413, -38.69721441688464], [177.9530020403039, -38.69499333697154]], "type": "LineString"}, "id": "200", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95307365106828, -38.697144447504364, 177.95668169634675, -38.694921884242646], "geometry": {"coordinates": [[177.95668169634675, -38.697144447504364], [177.95307365106828, -38.694921884242646]], "type": "LineString"}, "id": "201", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9531462133465, -38.69707539449107, 177.95675102245755, -38.694849612478144], "geometry": {"coordinates": [[177.95675102245755, -38.69707539449107], [177.9531462133465, -38.694849612478144]], "type": "LineString"}, "id": "202", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95321798292832, -38.69700552072726, 177.95682130047157, -38.69477825980936], "geometry": {"coordinates": [[177.95682130047157, -38.69700552072726], [177.95321798292832, -38.69477825980936]], "type": "LineString"}, "id": "203", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95329070733663, -38.696936563828025, 177.95689078151017, -38.69470608798517], "geometry": {"coordinates": [[177.95689078151017, -38.696936563828025], [177.95329070733663, -38.69470608798517]], "type": "LineString"}, "id": "204", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95336238758875, -38.69686654019602, 177.95696146634356, -38.69463508186018], "geometry": {"coordinates": [[177.95696146634356, -38.69686654019602], [177.95336238758875, -38.69463508186018]], "type": "LineString"}, "id": "205", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95343640458597, -38.696798796321175, 177.95702997344557, -38.694561894783995], "geometry": {"coordinates": [[177.95702997344557, -38.696798796321175], [177.95343640458597, -38.694561894783995]], "type": "LineString"}, "id": "206", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95350824455448, -38.696728869937644, 177.95710081670117, -38.69449098920897], "geometry": {"coordinates": [[177.95710081670117, -38.696728869937644], [177.95350824455448, -38.69449098920897]], "type": "LineString"}, "id": "207", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9535804133527, -38.696659238097475, 177.95717149166583, -38.694419889179585], "geometry": {"coordinates": [[177.95717149166583, -38.696659238097475], [177.9535804133527, -38.694419889179585]], "type": "LineString"}, "id": "208", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95365379564797, -38.69659076976264, 177.95724111284667, -38.69434772541539], "geometry": {"coordinates": [[177.95724111284667, -38.69659076976264], [177.95365379564797, -38.69434772541539]], "type": "LineString"}, "id": "209", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95372587567593, -38.69652099114751, 177.95731219608956, -38.694276971899704], "geometry": {"coordinates": [[177.95731219608956, -38.69652099114751], [177.95372587567593, -38.694276971899704]], "type": "LineString"}, "id": "210", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95379917330303, -38.69645237699985, 177.95738222308265, -38.69420515507819], "geometry": {"coordinates": [[177.95738222308265, -38.69645237699985], [177.95379917330303, -38.69420515507819]], "type": "LineString"}, "id": "211", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95387255421002, -38.69638381249609, 177.95745232720822, -38.69413338935739], "geometry": {"coordinates": [[177.95745232720822, -38.69638381249609], [177.95387255421002, -38.69413338935739]], "type": "LineString"}, "id": "212", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.953945769271, -38.69631505482855, 177.95752275778128, -38.69406191784545], "geometry": {"coordinates": [[177.95752275778128, -38.69631505482855], [177.953945769271, -38.69406191784545]], "type": "LineString"}, "id": "213", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95401931770581, -38.696246590997085, 177.95759301746426, -38.69399025492263], "geometry": {"coordinates": [[177.95759301746426, -38.696246590997085], [177.95401931770581, -38.69399025492263]], "type": "LineString"}, "id": "214", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95409230031188, -38.69617754678204, 177.95766400368777, -38.69391927386781], "geometry": {"coordinates": [[177.95766400368777, -38.69617754678204], [177.95409230031188, -38.69391927386781]], "type": "LineString"}, "id": "215", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95416486510157, -38.69610806841955, 177.95773556973577, -38.693848829454105], "geometry": {"coordinates": [[177.95773556973577, -38.69610806841955], [177.95416486510157, -38.693848829454105]], "type": "LineString"}, "id": "216", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95423866000712, -38.69603975476033, 177.9578060679589, -38.69377732322468], "geometry": {"coordinates": [[177.9578060679589, -38.69603975476033], [177.95423866000712, -38.69377732322468]], "type": "LineString"}, "id": "217", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95431253914734, -38.69597149189087, 177.95787664430748, -38.69370586931277], "geometry": {"coordinates": [[177.95787664430748, -38.69597149189087], [177.95431253914734, -38.69370586931277]], "type": "LineString"}, "id": "218", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95438650252768, -38.69590327990468, 177.95794729879267, -38.69363446782736], "geometry": {"coordinates": [[177.95794729879267, -38.69590327990468], [177.95438650252768, -38.69363446782736]], "type": "LineString"}, "id": "219", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95445964277567, -38.69583424561923, 177.95801893950747, -38.69356399259001], "geometry": {"coordinates": [[177.95801893950747, -38.69583424561923], [177.95445964277567, -38.69356399259001]], "type": "LineString"}, "id": "220", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95453377289422, -38.695766135754035, 177.9580897537719, -38.693492697309246], "geometry": {"coordinates": [[177.9580897537719, -38.695766135754035], [177.95453377289422, -38.693492697309246]], "type": "LineString"}, "id": "221", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95460798755494, -38.69569807724543, 177.95816064649645, -38.69342145496448], "geometry": {"coordinates": [[177.95816064649645, -38.69569807724543], [177.95460798755494, -38.69342145496448]], "type": "LineString"}, "id": "222", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95468137348828, -38.695629196251055, 177.9582325316601, -38.693351140034395], "geometry": {"coordinates": [[177.9582325316601, -38.695629196251055], [177.95468137348828, -38.693351140034395]], "type": "LineString"}, "id": "223", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9547555055652, -38.69556100204721, 177.95830383483445, -38.69328024374862], "geometry": {"coordinates": [[177.95830383483445, -38.69556100204721], [177.9547555055652, -38.69328024374862]], "type": "LineString"}, "id": "224", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95483022281974, -38.6954933375561, 177.95837471723374, -38.693208923541945], "geometry": {"coordinates": [[177.95837471723374, -38.6954933375561], [177.95483022281974, -38.693208923541945]], "type": "LineString"}, "id": "225", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95490360561936, -38.69542437346859, 177.9584470981537, -38.69313900867771], "geometry": {"coordinates": [[177.9584470981537, -38.69542437346859], [177.95490360561936, -38.69313900867771]], "type": "LineString"}, "id": "226", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9549782405371, -38.69535657454424, 177.9585183915705, -38.69306803499003], "geometry": {"coordinates": [[177.9585183915705, -38.69535657454424], [177.9549782405371, -38.69306803499003]], "type": "LineString"}, "id": "227", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9550520386121, -38.69528795327241, 177.95859068722262, -38.69299799066291], "geometry": {"coordinates": [[177.95859068722262, -38.69528795327241], [177.9550520386121, -38.69299799066291]], "type": "LineString"}, "id": "228", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9551268422548, -38.69522025932146, 177.9586621425246, -38.69292712614738], "geometry": {"coordinates": [[177.9586621425246, -38.69522025932146], [177.9551268422548, -38.69292712614738]], "type": "LineString"}, "id": "229", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95520198205736, -38.6951528547823, 177.9587334272514, -38.6928560797851], "geometry": {"coordinates": [[177.9587334272514, -38.6951528547823], [177.95520198205736, -38.6928560797851]], "type": "LineString"}, "id": "230", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95527670685576, -38.69508503028877, 177.95880529237579, -38.69278556101175], "geometry": {"coordinates": [[177.95880529237579, -38.69508503028877], [177.95527670685576, -38.69278556101175]], "type": "LineString"}, "id": "231", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95535083703922, -38.695016619547665, 177.95887791828315, -38.69271573682813], "geometry": {"coordinates": [[177.95887791828315, -38.695016619547665], [177.95535083703922, -38.69271573682813]], "type": "LineString"}, "id": "232", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95542598182894, -38.69494913789771, 177.95894969591293, -38.692645092233846], "geometry": {"coordinates": [[177.95894969591293, -38.69494913789771], [177.95542598182894, -38.692645092233846]], "type": "LineString"}, "id": "233", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9555012131215, -38.694881710047824, 177.9590215540502, -38.69257450316107], "geometry": {"coordinates": [[177.9590215540502, -38.694881710047824], [177.9555012131215, -38.69257450316107]], "type": "LineString"}, "id": "234", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95557559360475, -38.694813459284255, 177.95909442926495, -38.69250484603324], "geometry": {"coordinates": [[177.95909442926495, -38.694813459284255], [177.95557559360475, -38.69250484603324]], "type": "LineString"}, "id": "235", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95565099507192, -38.69474613878731, 177.95916645084924, -38.69243436862251], "geometry": {"coordinates": [[177.95916645084924, -38.69474613878731], [177.95565099507192, -38.69243436862251]], "type": "LineString"}, "id": "236", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95572673383575, -38.6946791060607, 177.9592383021211, -38.69236371338421], "geometry": {"coordinates": [[177.9592383021211, -38.6946791060607], [177.95572673383575, -38.69236371338421]], "type": "LineString"}, "id": "237", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9558013657415, -38.69461101671123, 177.9593114280051, -38.69229422540908], "geometry": {"coordinates": [[177.9593114280051, -38.69461101671123], [177.9558013657415, -38.69229422540908]], "type": "LineString"}, "id": "238", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95587677412186, -38.69454362558643, 177.95938394531203, -38.69222415018961], "geometry": {"coordinates": [[177.95938394531203, -38.69454362558643], [177.95587677412186, -38.69222415018961]], "type": "LineString"}, "id": "239", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95595252037788, -38.694476522662086, 177.9594562930864, -38.692153898254524], "geometry": {"coordinates": [[177.9594562930864, -38.694476522662086], [177.95595252037788, -38.692153898254524]], "type": "LineString"}, "id": "240", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95602835380015, -38.69440947469925, 177.95952872208622, -38.69208370308877], "geometry": {"coordinates": [[177.95952872208622, -38.69440947469925], [177.95602835380015, -38.69208370308877]], "type": "LineString"}, "id": "241", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95610452560751, -38.69434271344523, 177.95960098113403, -38.69201333319513], "geometry": {"coordinates": [[177.95960098113403, -38.69434271344523], [177.95610452560751, -38.69201333319513]], "type": "LineString"}, "id": "242", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95617932849225, -38.69427466596817, 177.95967477798771, -38.69194436199599], "geometry": {"coordinates": [[177.95967477798771, -38.69427466596817], [177.95617932849225, -38.69194436199599]], "type": "LineString"}, "id": "243", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95625471781202, -38.69420713653922, 177.9597481574011, -38.69187498554756], "geometry": {"coordinates": [[177.9597481574011, -38.69420713653922], [177.95625471781202, -38.69187498554756]], "type": "LineString"}, "id": "244", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95633089591936, -38.694140309067976, 177.95982091766922, -38.691805020597954], "geometry": {"coordinates": [[177.95982091766922, -38.694140309067976], [177.95633089591936, -38.691805020597954]], "type": "LineString"}, "id": "245", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95640691034353, -38.694073307234646, 177.95989401083733, -38.69173534339021], "geometry": {"coordinates": [[177.95989401083733, -38.694073307234646], [177.95640691034353, -38.69173534339021]], "type": "LineString"}, "id": "246", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95648326409872, -38.69400659225604, 177.95996693518694, -38.691665493809026], "geometry": {"coordinates": [[177.95996693518694, -38.69400659225604], [177.95648326409872, -38.691665493809026]], "type": "LineString"}, "id": "247", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95655970584008, -38.69393993354042, 177.96003994163883, -38.69159570238437], "geometry": {"coordinates": [[177.96003994163883, -38.69393993354042], [177.95655970584008, -38.69159570238437]], "type": "LineString"}, "id": "248", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9566352701744, -38.69387245230449, 177.9601139960902, -38.69152684844974], "geometry": {"coordinates": [[177.9601139960902, -38.69387245230449], [177.9566352701744, -38.69152684844974]], "type": "LineString"}, "id": "249", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9567131055546, -38.693807014122946, 177.960185949825, -38.69145606653434], "geometry": {"coordinates": [[177.960185949825, -38.693807014122946], [177.9567131055546, -38.69145606653434]], "type": "LineString"}, "id": "250", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95678884125238, -38.693739645450734, 177.96026017460866, -38.691387331039884], "geometry": {"coordinates": [[177.96026017460866, -38.693739645450734], [177.95678884125238, -38.691387331039884]], "type": "LineString"}, "id": "251", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.956865633776, -38.69367321302595, 177.96033351343672, -38.69131777517688], "geometry": {"coordinates": [[177.96033351343672, -38.69367321302595], [177.956865633776, -38.69131777517688]], "type": "LineString"}, "id": "252", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9569412890824, -38.6936057309663, 177.96040816097135, -38.69124938544224], "geometry": {"coordinates": [[177.96040816097135, -38.6936057309663], [177.9569412890824, -38.69124938544224]], "type": "LineString"}, "id": "253", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95701825635936, -38.69353941341986, 177.96048166832927, -38.69117994817015], "geometry": {"coordinates": [[177.96048166832927, -38.69353941341986], [177.95701825635936, -38.69117994817015]], "type": "LineString"}, "id": "254", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9570955643264, -38.69347337998578, 177.96055500702457, -38.6911103441396], "geometry": {"coordinates": [[177.96055500702457, -38.69347337998578], [177.9570955643264, -38.6911103441396]], "type": "LineString"}, "id": "255", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9571727096794, -38.69340717757248, 177.96062868062697, -38.69104102685101], "geometry": {"coordinates": [[177.96062868062697, -38.69340717757248], [177.9571727096794, -38.69104102685101]], "type": "LineString"}, "id": "256", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9572489613679, -38.69334015299039, 177.96070342031157, -38.69097264980408], "geometry": {"coordinates": [[177.96070342031157, -38.69334015299039], [177.9572489613679, -38.69097264980408]], "type": "LineString"}, "id": "257", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95732628246986, -38.69327406656826, 177.96077726331214, -38.69090345315637], "geometry": {"coordinates": [[177.96077726331214, -38.69327406656826], [177.95732628246986, -38.69090345315637]], "type": "LineString"}, "id": "258", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95740369295447, -38.693208038608226, 177.96085118990885, -38.69083431700035], "geometry": {"coordinates": [[177.96085118990885, -38.693208038608226], [177.95740369295447, -38.69083431700035]], "type": "LineString"}, "id": "259", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95748119302908, -38.69314206936899, 177.96092520031738, -38.690765241609824], "geometry": {"coordinates": [[177.96092520031738, -38.69314206936899], [177.95748119302908, -38.690765241609824]], "type": "LineString"}, "id": "260", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95755779143772, -38.69307527820717, 177.96100028575043, -38.69069710782417], "geometry": {"coordinates": [[177.96100028575043, -38.69307527820717], [177.95755779143772, -38.69069710782417]], "type": "LineString"}, "id": "261", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95763546831103, -38.69300942664169, 177.9610744666777, -38.690628154818235], "geometry": {"coordinates": [[177.9610744666777, -38.69300942664169], [177.95763546831103, -38.690628154818235]], "type": "LineString"}, "id": "262", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9577134870135, -38.69294385731818, 177.96114847955775, -38.69055904005692], "geometry": {"coordinates": [[177.96114847955775, -38.69294385731818], [177.9577134870135, -38.69055904005692]], "type": "LineString"}, "id": "263", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95779034665176, -38.692877243291385, 177.96122382607015, -38.69049109125066], "geometry": {"coordinates": [[177.96122382607015, -38.692877243291385], [177.95779034665176, -38.69049109125066]], "type": "LineString"}, "id": "264", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95786829088635, -38.69281156938953, 177.96129826221593, -38.69042232362496], "geometry": {"coordinates": [[177.96129826221593, -38.69281156938953], [177.95786829088635, -38.69042232362496]], "type": "LineString"}, "id": "265", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95794732800928, -38.69274683684761, 177.9613717805546, -38.690352736788036], "geometry": {"coordinates": [[177.9613717805546, -38.69274683684761], [177.95794732800928, -38.690352736788036]], "type": "LineString"}, "id": "266", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95802445037228, -38.69268040160186, 177.96144738837305, -38.69028497474815], "geometry": {"coordinates": [[177.96144738837305, -38.69268040160186], [177.95802445037228, -38.69028497474815]], "type": "LineString"}, "id": "267", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9581026657729, -38.692614908063675, 177.96152207855127, -38.69021639387465], "geometry": {"coordinates": [[177.96152207855127, -38.692614908063675], [177.9581026657729, -38.69021639387465]], "type": "LineString"}, "id": "268", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95817996349345, -38.69254859356556, 177.96159786194366, -38.6901487571482], "geometry": {"coordinates": [[177.96159786194366, -38.69254859356556], [177.95817996349345, -38.6901487571482]], "type": "LineString"}, "id": "269", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95825835765086, -38.69248322105553, 177.96167272474815, -38.690080302134795], "geometry": {"coordinates": [[177.96167272474815, -38.69248322105553], [177.95825835765086, -38.690080302134795]], "type": "LineString"}, "id": "270", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95833684258287, -38.69241790943513, 177.96174767265316, -38.69001191018935], "geometry": {"coordinates": [[177.96174767265316, -38.69241790943513], [177.95833684258287, -38.69001191018935]], "type": "LineString"}, "id": "271", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95841567086634, -38.69235287818304, 177.96182245355195, -38.68994336242797], "geometry": {"coordinates": [[177.96182245355195, -38.69235287818304], [177.95841567086634, -38.68994336242797]], "type": "LineString"}, "id": "272", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95849433801897, -38.6922876886955, 177.96189757221833, -38.68987509791082], "geometry": {"coordinates": [[177.96189757221833, -38.6922876886955], [177.95849433801897, -38.68987509791082]], "type": "LineString"}, "id": "273", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95857309643617, -38.69222256082191, 177.9619727765063, -38.68980689723192], "geometry": {"coordinates": [[177.9619727765063, -38.69222256082191], [177.95857309643617, -38.68980689723192]], "type": "LineString"}, "id": "274", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95865092408798, -38.69215661263006, 177.96204908867156, -38.68973964272733], "geometry": {"coordinates": [[177.96204908867156, -38.69215661263006], [177.95865092408798, -38.68973964272733]], "type": "LineString"}, "id": "275", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95873011501885, -38.69209182572968, 177.96212421467013, -38.68967135309534], "geometry": {"coordinates": [[177.96212421467013, -38.69209182572968], [177.95873011501885, -38.68967135309534]], "type": "LineString"}, "id": "276", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95880914525443, -38.69202688321956, 177.96219967902408, -38.6896033458641], "geometry": {"coordinates": [[177.96219967902408, -38.69202688321956], [177.95880914525443, -38.6896033458641]], "type": "LineString"}, "id": "277", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95888801454893, -38.691961786534605, 177.96227548187474, -38.68953561979153], "geometry": {"coordinates": [[177.96227548187474, -38.691961786534605], [177.95888801454893, -38.68953561979153]], "type": "LineString"}, "id": "278", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95896644998288, -38.69189630334547, 177.96235189662343, -38.68946840781451], "geometry": {"coordinates": [[177.96235189662343, -38.69189630334547], [177.95896644998288, -38.68946840781451]], "type": "LineString"}, "id": "279", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95904550035937, -38.691831332679335, 177.96242787450663, -38.68940081122453], "geometry": {"coordinates": [[177.96242787450663, -38.691831332679335], [177.95904550035937, -38.68940081122453]], "type": "LineString"}, "id": "280", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95912618382718, -38.69176773938262, 177.96250239815703, -38.689331966028426], "geometry": {"coordinates": [[177.96250239815703, -38.69176773938262], [177.95912618382718, -38.689331966028426]], "type": "LineString"}, "id": "281", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9592046351102, -38.6917022284098, 177.96257933280148, -38.689265167435984], "geometry": {"coordinates": [[177.96257933280148, -38.6917022284098], [177.9592046351102, -38.689265167435984]], "type": "LineString"}, "id": "282", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.959284467264, -38.69163787793003, 177.9626550656827, -38.68919733783857], "geometry": {"coordinates": [[177.9626550656827, -38.69163787793003], [177.959284467264, -38.68919733783857]], "type": "LineString"}, "id": "283", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95936309721057, -38.69157249387673, 177.96273217965387, -38.68913067136595], "geometry": {"coordinates": [[177.96273217965387, -38.69157249387673], [177.95936309721057, -38.68913067136595]], "type": "LineString"}, "id": "284", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95944390352273, -38.69150893869118, 177.9628072969248, -38.68906230648787], "geometry": {"coordinates": [[177.9628072969248, -38.69150893869118], [177.95944390352273, -38.68906230648787]], "type": "LineString"}, "id": "285", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95952271330944, -38.691443682403566, 177.96288459016066, -38.68899577320745], "geometry": {"coordinates": [[177.96288459016066, -38.691443682403566], [177.95952271330944, -38.68899577320745]], "type": "LineString"}, "id": "286", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95960266053356, -38.691379373261185, 177.96296092632218, -38.688928424292754], "geometry": {"coordinates": [[177.96296092632218, -38.691379373261185], [177.95960266053356, -38.688928424292754]], "type": "LineString"}, "id": "287", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95968190277216, -38.6913144584613, 177.96303814758824, -38.688861812615706], "geometry": {"coordinates": [[177.96303814758824, -38.6913144584613], [177.95968190277216, -38.688861812615706]], "type": "LineString"}, "id": "288", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95976308634573, -38.69125116074968, 177.96311360820576, -38.6887937161828], "geometry": {"coordinates": [[177.96311360820576, -38.69125116074968], [177.95976308634573, -38.6887937161828]], "type": "LineString"}, "id": "289", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95984225672305, -38.69118616295776, 177.9631912622543, -38.68872745203827], "geometry": {"coordinates": [[177.9631912622543, -38.69118616295776], [177.95984225672305, -38.68872745203827]], "type": "LineString"}, "id": "290", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95992257331298, -38.69112211296427, 177.96326795100217, -38.688660373150526], "geometry": {"coordinates": [[177.96326795100217, -38.69112211296427], [177.95992257331298, -38.688660373150526]], "type": "LineString"}, "id": "291", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96000429699626, -38.69105922172276, 177.9633434141779, -38.688592269309886], "geometry": {"coordinates": [[177.9633434141779, -38.69105922172276], [177.96000429699626, -38.688592269309886]], "type": "LineString"}, "id": "292", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96008373959643, -38.69099441999124, 177.96342134003257, -38.68852621003056], "geometry": {"coordinates": [[177.96342134003257, -38.69099441999124], [177.96008373959643, -38.68852621003056]], "type": "LineString"}, "id": "293", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96016408386296, -38.690930357423845, 177.9634985453527, -38.68845954567232], "geometry": {"coordinates": [[177.9634985453527, -38.690930357423845], [177.96016408386296, -38.68845954567232]], "type": "LineString"}, "id": "294", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.960245027086, -38.690866779889866, 177.96357533362672, -38.68839253122968], "geometry": {"coordinates": [[177.96357533362672, -38.690866779889866], [177.960245027086, -38.68839253122968]], "type": "LineString"}, "id": "295", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9603258116169, -38.69080305953444, 177.9636524630946, -38.68832579527742], "geometry": {"coordinates": [[177.9636524630946, -38.69080305953444], [177.9603258116169, -38.68832579527742]], "type": "LineString"}, "id": "296", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9604069427137, -38.690739613777005, 177.96372942833514, -38.6882589205841], "geometry": {"coordinates": [[177.96372942833514, -38.690739613777005], [177.9604069427137, -38.6882589205841]], "type": "LineString"}, "id": "297", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96048658769746, -38.69067493605083, 177.9638080620212, -38.68819341397233], "geometry": {"coordinates": [[177.9638080620212, -38.69067493605083], [177.96048658769746, -38.68819341397233]], "type": "LineString"}, "id": "298", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96056898133628, -38.69061250618939, 177.96388412978675, -38.68812579629805], "geometry": {"coordinates": [[177.96388412978675, -38.69061250618939], [177.96056898133628, -38.68812579629805]], "type": "LineString"}, "id": "299", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96064906218285, -38.69054817054981, 177.9639626939046, -38.68806022201948], "geometry": {"coordinates": [[177.9639626939046, -38.69054817054981], [177.96064906218285, -38.68806022201948]], "type": "LineString"}, "id": "300", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9607305671196, -38.69048499138813, 177.964040016878, -38.68799362880375], "geometry": {"coordinates": [[177.964040016878, -38.69048499138813], [177.9607305671196, -38.68799362880375]], "type": "LineString"}, "id": "301", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96081191373258, -38.69042167331865, 177.96411768134763, -38.68792731247806], "geometry": {"coordinates": [[177.96411768134763, -38.69042167331865], [177.96081191373258, -38.68792731247806]], "type": "LineString"}, "id": "302", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96089335533205, -38.69035842365546, 177.96419543548063, -38.68786106715655], "geometry": {"coordinates": [[177.96419543548063, -38.69035842365546], [177.96089335533205, -38.68786106715655]], "type": "LineString"}, "id": "303", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96097380287588, -38.690294359490075, 177.96427436701762, -38.68779577505178], "geometry": {"coordinates": [[177.96427436701762, -38.690294359490075], [177.96097380287588, -38.68779577505178]], "type": "LineString"}, "id": "304", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96105568337327, -38.69023145068079, 177.96435204968157, -38.68772946722191], "geometry": {"coordinates": [[177.96435204968157, -38.69023145068079], [177.96105568337327, -38.68772946722191]], "type": "LineString"}, "id": "305", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.961137406535, -38.69016840602324, 177.96443007465027, -38.68766343582529], "geometry": {"coordinates": [[177.96443007465027, -38.69016840602324], [177.961137406535, -38.68766343582529]], "type": "LineString"}, "id": "306", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96122032088635, -38.69010631287406, 177.96450709284414, -38.68759659342951], "geometry": {"coordinates": [[177.96450709284414, -38.69010631287406], [177.96122032088635, -38.68759659342951]], "type": "LineString"}, "id": "307", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96130138994207, -38.69004272656743, 177.96458614090514, -38.687531385069036], "geometry": {"coordinates": [[177.96458614090514, -38.69004272656743], [177.96130138994207, -38.687531385069036]], "type": "LineString"}, "id": "308", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9613831458808, -38.68997968679957, 177.9646646878126, -38.6874657723069], "geometry": {"coordinates": [[177.9646646878126, -38.68997968679957], [177.9613831458808, -38.6874657723069]], "type": "LineString"}, "id": "309", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9614652493718, -38.68991691948549, 177.9647430720794, -38.68740002891577], "geometry": {"coordinates": [[177.9647430720794, -38.68991691948549], [177.9614652493718, -38.68740002891577]], "type": "LineString"}, "id": "310", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96154770081682, -38.6898544236885, 177.96482129406996, -38.68733415674235], "geometry": {"coordinates": [[177.96482129406996, -38.6898544236885], [177.96154770081682, -38.68733415674235]], "type": "LineString"}, "id": "311", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9616302478001, -38.68979199713461, 177.96489960645667, -38.687268358577064], "geometry": {"coordinates": [[177.96489960645667, -38.68979199713461], [177.9616302478001, -38.687268358577064]], "type": "LineString"}, "id": "312", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96171238527813, -38.68972923900403, 177.9649785139712, -38.68720303531415], "geometry": {"coordinates": [[177.9649785139712, -38.68972923900403], [177.96171238527813, -38.68720303531415]], "type": "LineString"}, "id": "313", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96179512363258, -38.68966695271299, 177.9650570073309, -38.68713738473698], "geometry": {"coordinates": [[177.9650570073309, -38.68966695271299], [177.96179512363258, -38.68713738473698]], "type": "LineString"}, "id": "314", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96187658992835, -38.68960365477093, 177.9651369588771, -38.68707289016507], "geometry": {"coordinates": [[177.9651369588771, -38.68960365477093], [177.96187658992835, -38.68707289016507]], "type": "LineString"}, "id": "315", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96196063505968, -38.68954239098099, 177.96521451828156, -38.687006506652324], "geometry": {"coordinates": [[177.96521451828156, -38.68954239098099], [177.96196063505968, -38.687006506652324]], "type": "LineString"}, "id": "316", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96204228813485, -38.68947923547964, 177.9652946569488, -38.68694216068355], "geometry": {"coordinates": [[177.9652946569488, -38.68947923547964], [177.96204228813485, -38.68694216068355]], "type": "LineString"}, "id": "317", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96212653041147, -38.68941811293747, 177.96537239269838, -38.68687592731647], "geometry": {"coordinates": [[177.96537239269838, -38.68941811293747], [177.96212653041147, -38.68687592731647]], "type": "LineString"}, "id": "318", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.962208370587, -38.689355100815035, 177.96545271885617, -38.68681173089575], "geometry": {"coordinates": [[177.96545271885617, -38.689355100815035], [177.962208370587, -38.68681173089575]], "type": "LineString"}, "id": "319", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96229143003094, -38.68929304223898, 177.96553201257933, -38.686746727563964], "geometry": {"coordinates": [[177.96553201257933, -38.68929304223898], [177.96229143003094, -38.686746727563964]], "type": "LineString"}, "id": "320", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96237483831163, -38.68923125293145, 177.9656111457695, -38.68668160307461], "geometry": {"coordinates": [[177.9656111457695, -38.68923125293145], [177.96237483831163, -38.68668160307461]], "type": "LineString"}, "id": "321", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96245809077823, -38.68916933904738, 177.96569062236307, -38.68661675104272], "geometry": {"coordinates": [[177.96569062236307, -38.68916933904738], [177.96245809077823, -38.68661675104272]], "type": "LineString"}, "id": "322", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9625403057353, -38.68910661723079, 177.96577132472447, -38.68655285567646], "geometry": {"coordinates": [[177.96577132472447, -38.68910661723079], [177.9625403057353, -38.68655285567646]], "type": "LineString"}, "id": "323", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96262488575175, -38.68904573034189, 177.96584985040226, -38.68648727463523], "geometry": {"coordinates": [[177.96584985040226, -38.68904573034189], [177.96262488575175, -38.68648727463523]], "type": "LineString"}, "id": "324", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96270842843305, -38.688984036003625, 177.96592960204737, -38.686422650770105], "geometry": {"coordinates": [[177.96592960204737, -38.688984036003625], [177.96270842843305, -38.686422650770105]], "type": "LineString"}, "id": "325", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9627923199795, -38.68892260949424, 177.9660091935202, -38.68635790923427], "geometry": {"coordinates": [[177.9660091935202, -38.68892260949424], [177.9627923199795, -38.68635790923427]], "type": "LineString"}, "id": "326", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96287491192095, -38.68886018173847, 177.96609027365176, -38.68629431970534], "geometry": {"coordinates": [[177.96609027365176, -38.68886018173847], [177.96287491192095, -38.68629431970534]], "type": "LineString"}, "id": "327", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96295899476584, -38.68879890206138, 177.966170052047, -38.68622973337002], "geometry": {"coordinates": [[177.966170052047, -38.68879890206138], [177.96295899476584, -38.68622973337002]], "type": "LineString"}, "id": "328", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.963042923079, -38.688737503063386, 177.96625017453314, -38.68616541826095], "geometry": {"coordinates": [[177.96625017453314, -38.688737503063386], [177.963042923079, -38.68616541826095]], "type": "LineString"}, "id": "329", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96312810108535, -38.68867705883584, 177.9663292368216, -38.686100300629015], "geometry": {"coordinates": [[177.9663292368216, -38.68867705883584], [177.96312810108535, -38.686100300629015]], "type": "LineString"}, "id": "330", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96321132327338, -38.688615121177456, 177.96641044486805, -38.68603682931735], "geometry": {"coordinates": [[177.96641044486805, -38.688615121177456], [177.96321132327338, -38.68603682931735]], "type": "LineString"}, "id": "331", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96329529192812, -38.68855375501789, 177.9664910961166, -38.685972939606366], "geometry": {"coordinates": [[177.9664910961166, -38.68855375501789], [177.96329529192812, -38.685972939606366]], "type": "LineString"}, "id": "332", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96338127367522, -38.68849391766762, 177.96656992516122, -38.68590767556872], "geometry": {"coordinates": [[177.96656992516122, -38.68849391766762], [177.96338127367522, -38.68590767556872]], "type": "LineString"}, "id": "333", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96346569160292, -38.68843289338655, 177.96665050753614, -38.68584375210975], "geometry": {"coordinates": [[177.96665050753614, -38.68843289338655], [177.96346569160292, -38.68584375210975]], "type": "LineString"}, "id": "334", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96354904222943, -38.68837106614672, 177.9667323487837, -38.68578078731146], "geometry": {"coordinates": [[177.9667323487837, -38.68837106614672], [177.96354904222943, -38.68578078731146]], "type": "LineString"}, "id": "335", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96363365336273, -38.68831019429809, 177.96681311970627, -38.68571702212457], "geometry": {"coordinates": [[177.96681311970627, -38.68831019429809], [177.96363365336273, -38.68571702212457]], "type": "LineString"}, "id": "336", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96371953326548, -38.68825027816236, 177.96689281320872, -38.68565245755355], "geometry": {"coordinates": [[177.96689281320872, -38.68825027816236], [177.96371953326548, -38.68565245755355]], "type": "LineString"}, "id": "337", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96380459443012, -38.68818974769828, 177.96697351649271, -38.685588663715095], "geometry": {"coordinates": [[177.96697351649271, -38.68818974769828], [177.96380459443012, -38.685588663715095]], "type": "LineString"}, "id": "338", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.963888326233, -38.688128226817035, 177.9670557402558, -38.68552601712348], "geometry": {"coordinates": [[177.9670557402558, -38.688128226817035], [177.963888326233, -38.68552601712348]], "type": "LineString"}, "id": "339", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96397358104724, -38.688067849588975, 177.96713663323143, -38.68546238507047], "geometry": {"coordinates": [[177.96713663323143, -38.688067849588975], [177.96397358104724, -38.68546238507047]], "type": "LineString"}, "id": "340", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96405986374126, -38.68800824001808, 177.9672166894533, -38.68539814302024], "geometry": {"coordinates": [[177.9672166894533, -38.68800824001808], [177.96405986374126, -38.68539814302024]], "type": "LineString"}, "id": "341", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96414413378955, -38.687947138321604, 177.96729895065994, -38.6853355520637], "geometry": {"coordinates": [[177.96729895065994, -38.687947138321604], [177.96414413378955, -38.6853355520637]], "type": "LineString"}, "id": "342", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96422968327838, -38.68788699186404, 177.9673801246159, -38.68527216518613], "geometry": {"coordinates": [[177.9673801246159, -38.68788699186404], [177.96422968327838, -38.68527216518613]], "type": "LineString"}, "id": "343", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9643150801188, -38.68782673732842, 177.96746164305932, -38.68520904576561], "geometry": {"coordinates": [[177.96746164305932, -38.68782673732842], [177.9643150801188, -38.68520904576561]], "type": "LineString"}, "id": "344", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96440057600634, -38.68776656173465, 177.96754325580002, -38.685146008433726], "geometry": {"coordinates": [[177.96754325580002, -38.68776656173465], [177.96440057600634, -38.685146008433726]], "type": "LineString"}, "id": "345", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9644864209655, -38.687706648959534, 177.9676247115164, -38.685082868634446], "geometry": {"coordinates": [[177.9676247115164, -38.687706648959534], [177.9644864209655, -38.685082868634446]], "type": "LineString"}, "id": "346", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96457305997893, -38.68764732372295, 177.96770556608567, -38.685019302773064], "geometry": {"coordinates": [[177.96770556608567, -38.68764732372295], [177.96457305997893, -38.685019302773064]], "type": "LineString"}, "id": "347", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96465790605026, -38.687586691811504, 177.96778840692184, -38.68495720574521], "geometry": {"coordinates": [[177.96778840692184, -38.687586691811504], [177.96465790605026, -38.68495720574521]], "type": "LineString"}, "id": "348", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9647437970601, -38.687526832659415, 177.96787039604976, -38.68489449851419], "geometry": {"coordinates": [[177.96787039604976, -38.687526832659415], [177.9647437970601, -38.68489449851419]], "type": "LineString"}, "id": "349", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.964830037223, -38.68746723546275, 177.9679522288951, -38.68483169196507], "geometry": {"coordinates": [[177.9679522288951, -38.68746723546275], [177.964830037223, -38.68483169196507]], "type": "LineString"}, "id": "350", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96491612650038, -38.6874075361254, 177.96803440708482, -38.68476915192827], "geometry": {"coordinates": [[177.96803440708482, -38.6874075361254], [177.96491612650038, -38.68476915192827]], "type": "LineString"}, "id": "351", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96500377443266, -38.68734897351966, 177.96811521976298, -38.68470563887393], "geometry": {"coordinates": [[177.96811521976298, -38.68734897351966], [177.96500377443266, -38.68470563887393]], "type": "LineString"}, "id": "352", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9650900643672, -38.68728943448916, 177.96819758442288, -38.68464326700305], "geometry": {"coordinates": [[177.96819758442288, -38.68728943448916], [177.9650900643672, -38.68464326700305]], "type": "LineString"}, "id": "353", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96517523905266, -38.687229101620446, 177.96828125846997, -38.68458185427981], "geometry": {"coordinates": [[177.96828125846997, -38.687229101620446], [177.96517523905266, -38.68458185427981]], "type": "LineString"}, "id": "354", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96526197537912, -38.68716990500027, 177.96836356552632, -38.68451947154288], "geometry": {"coordinates": [[177.96836356552632, -38.68716990500027], [177.96526197537912, -38.68451947154288]], "type": "LineString"}, "id": "355", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96534978063198, -38.68711148370971, 177.96844499740158, -38.68445647934277], "geometry": {"coordinates": [[177.96844499740158, -38.68711148370971], [177.96534978063198, -38.68445647934277]], "type": "LineString"}, "id": "356", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9654367181821, -38.68705244840014, 177.9685274918856, -38.684394268389156], "geometry": {"coordinates": [[177.9685274918856, -38.68705244840014], [177.9654367181821, -38.684394268389156]], "type": "LineString"}, "id": "357", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9655235055643, -38.68699331631932, 177.96861033142198, -38.684332321859586], "geometry": {"coordinates": [[177.96861033142198, -38.68699331631932], [177.9655235055643, -38.684332321859586]], "type": "LineString"}, "id": "358", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.965610642356, -38.68693444414197, 177.96869301667414, -38.68427028372715], "geometry": {"coordinates": [[177.96869301667414, -38.68693444414197], [177.965610642356, -38.68427028372715]], "type": "LineString"}, "id": "359", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96569664835363, -38.686874780689216, 177.96877702722787, -38.68420920502391], "geometry": {"coordinates": [[177.96877702722787, -38.686874780689216], [177.96569664835363, -38.68420920502391]], "type": "LineString"}, "id": "360", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96578496495613, -38.68681676825078, 177.96885892263418, -38.68414664480609], "geometry": {"coordinates": [[177.96885892263418, -38.68681676825078], [177.96578496495613, -38.68414664480609]], "type": "LineString"}, "id": "361", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96587091645415, -38.68675709436548, 177.968943378795, -38.684085916007575], "geometry": {"coordinates": [[177.968943378795, -38.68675709436548], [177.96587091645415, -38.684085916007575]], "type": "LineString"}, "id": "362", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96595943811172, -38.6866992482124, 177.96902546030205, -38.684023529896955], "geometry": {"coordinates": [[177.96902546030205, -38.6866992482124], [177.96595943811172, -38.684023529896955]], "type": "LineString"}, "id": "363", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9660470737435, -38.68664078855169, 177.9691086234557, -38.683961928156606], "geometry": {"coordinates": [[177.9691086234557, -38.68664078855169], [177.9660470737435, -38.683961928156606]], "type": "LineString"}, "id": "364", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96613480917281, -38.68658241182492, 177.9691918824664, -38.683900414841126], "geometry": {"coordinates": [[177.9691918824664, -38.68658241182492], [177.96613480917281, -38.683900414841126]], "type": "LineString"}, "id": "365", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96622239581225, -38.68652394463864, 177.96927548622313, -38.68383916404431], "geometry": {"coordinates": [[177.96927548622313, -38.68652394463864], [177.96622239581225, -38.68383916404431]], "type": "LineString"}, "id": "366", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96631008286005, -38.68646556219599, 177.96935918599598, -38.683778001427584], "geometry": {"coordinates": [[177.96935918599598, -38.68646556219599], [177.96631008286005, -38.683778001427584]], "type": "LineString"}, "id": "367", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9663981187646, -38.68640743744574, 177.96944273319178, -38.68371675437172], "geometry": {"coordinates": [[177.96944273319178, -38.68640743744574], [177.9663981187646, -38.68371675437172]], "type": "LineString"}, "id": "368", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96648600647845, -38.68634922465048, 177.96952662509383, -38.683655769259296], "geometry": {"coordinates": [[177.96952662509383, -38.68634922465048], [177.96648600647845, -38.683655769259296]], "type": "LineString"}, "id": "369", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96657424284123, -38.686291269012244, 177.96961036476995, -38.68359470127441], "geometry": {"coordinates": [[177.96961036476995, -38.686291269012244], [177.96657424284123, -38.68359470127441]], "type": "LineString"}, "id": "370", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96666383948147, -38.686234266710784, 177.9696929406385, -38.68353285476311], "geometry": {"coordinates": [[177.9696929406385, -38.686234266710784], [177.96666383948147, -38.68353285476311]], "type": "LineString"}, "id": "371", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96675203097982, -38.6861763098631, 177.96977711881814, -38.68347213861037], "geometry": {"coordinates": [[177.96977711881814, -38.6861763098631], [177.96675203097982, -38.68347213861037]], "type": "LineString"}, "id": "372", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96684007500647, -38.68611826916105, 177.96986164115725, -38.683411682192315], "geometry": {"coordinates": [[177.96986164115725, -38.68611826916105], [177.96684007500647, -38.683411682192315]], "type": "LineString"}, "id": "373", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9669287159833, -38.68606065544533, 177.96994576434844, -38.683350976153406], "geometry": {"coordinates": [[177.96994576434844, -38.68606065544533], [177.9669287159833, -38.683350976153406]], "type": "LineString"}, "id": "374", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9670174571623, -38.686003127342815, 177.97002998405804, -38.68329036134936], "geometry": {"coordinates": [[177.97002998405804, -38.686003127342815], [177.9670174571623, -38.68329036134936]], "type": "LineString"}, "id": "375", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9671062990204, -38.68594568552411, 177.97011430079047, -38.683229838461685], "geometry": {"coordinates": [[177.97011430079047, -38.68594568552411], [177.9671062990204, -38.683229838461685]], "type": "LineString"}, "id": "376", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96719499395954, -38.68588816211146, 177.9701989616166, -38.68316957535775], "geometry": {"coordinates": [[177.9701989616166, -38.68588816211146], [177.96719499395954, -38.68316957535775]], "type": "LineString"}, "id": "377", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96728403720908, -38.68583089402445, 177.97028347215164, -38.68310923637187], "geometry": {"coordinates": [[177.97028347215164, -38.68583089402445], [177.96728403720908, -38.68310923637187]], "type": "LineString"}, "id": "378", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96737421621282, -38.685774411447255, 177.97036704423115, -38.683048291168355], "geometry": {"coordinates": [[177.97036704423115, -38.685774411447255], [177.96737421621282, -38.683048291168355]], "type": "LineString"}, "id": "379", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9674632165056, -38.685717151415915, 177.97045199320698, -38.68298830392784], "geometry": {"coordinates": [[177.97045199320698, -38.685717151415915], [177.9674632165056, -38.68298830392784]], "type": "LineString"}, "id": "380", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96755256465775, -38.68566014564092, 177.97053679223717, -38.68292824322307], "geometry": {"coordinates": [[177.97053679223717, -38.68566014564092], [177.96755256465775, -38.68292824322307]], "type": "LineString"}, "id": "381", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9676417669757, -38.685603062629994, 177.97062193522797, -38.68286844121158], "geometry": {"coordinates": [[177.97062193522797, -38.685603062629994], [177.9676417669757, -38.68286844121158]], "type": "LineString"}, "id": "382", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96773131698842, -38.685546233470774, 177.97070692878017, -38.68280856742964], "geometry": {"coordinates": [[177.97070692878017, -38.685546233470774], [177.96773131698842, -38.68280856742964]], "type": "LineString"}, "id": "383", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96782096783718, -38.68548949271655, 177.97079201972747, -38.68274878778508], "geometry": {"coordinates": [[177.97079201972747, -38.68548949271655], [177.96782096783718, -38.68274878778508]], "type": "LineString"}, "id": "384", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9679104735822, -38.68543267728228, 177.97087745441178, -38.68268926622162], "geometry": {"coordinates": [[177.97087745441178, -38.68543267728228], [177.9679104735822, -38.68268926622162]], "type": "LineString"}, "id": "385", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9680013824713, -38.68537681422615, 177.9709616844443, -38.68262897609688], "geometry": {"coordinates": [[177.9709616844443, -38.68537681422615], [177.9680013824713, -38.68262897609688]], "type": "LineString"}, "id": "386", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9680913393273, -38.68532034128563, 177.97104706549118, -38.68256948055583], "geometry": {"coordinates": [[177.97104706549118, -38.68532034128563], [177.9680913393273, -38.68256948055583]], "type": "LineString"}, "id": "387", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96818115134667, -38.685263796012045, 177.97113278978145, -38.682510242041445], "geometry": {"coordinates": [[177.97113278978145, -38.685263796012045], [177.96818115134667, -38.682510242041445]], "type": "LineString"}, "id": "388", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9682710649151, -38.68520734180712, 177.97121861163131, -38.682451098320044], "geometry": {"coordinates": [[177.97121861163131, -38.68520734180712], [177.9682710649151, -38.682451098320044]], "type": "LineString"}, "id": "389", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96836132527812, -38.68515113960793, 177.97130428546583, -38.68239188866462], "geometry": {"coordinates": [[177.97130428546583, -38.68515113960793], [177.96836132527812, -38.68239188866462]], "type": "LineString"}, "id": "390", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96845275807405, -38.68509572765913, 177.9713889861868, -38.68233207587554], "geometry": {"coordinates": [[177.9713889861868, -38.68509572765913], [177.96845275807405, -38.68233207587554]], "type": "LineString"}, "id": "391", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9685419046342, -38.68503884744428, 177.97147617204308, -38.68227391848094], "geometry": {"coordinates": [[177.97147617204308, -38.68503884744428], [177.9685419046342, -38.68227391848094]], "type": "LineString"}, "id": "392", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9686337901691, -38.684983776900566, 177.9715608184392, -38.68221413980131], "geometry": {"coordinates": [[177.9715608184392, -38.684983776900566], [177.9686337901691, -38.68221413980131]], "type": "LineString"}, "id": "393", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96872313450828, -38.68492708074785, 177.97164820550762, -38.68215617543572], "geometry": {"coordinates": [[177.97164820550762, -38.68492708074785], [177.96872313450828, -38.68215617543572]], "type": "LineString"}, "id": "394", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96881473838684, -38.68487187594375, 177.9717335321486, -38.68209690875907], "geometry": {"coordinates": [[177.9717335321486, -38.68487187594375], [177.96881473838684, -38.68209690875907]], "type": "LineString"}, "id": "395", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96890560948572, -38.68481622249431, 177.97181979146538, -38.682038280942166], "geometry": {"coordinates": [[177.97181979146538, -38.68481622249431], [177.96890560948572, -38.682038280942166]], "type": "LineString"}, "id": "396", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96899633775033, -38.68476050435787, 177.971906393161, -38.68197990824257], "geometry": {"coordinates": [[177.971906393161, -38.68476050435787], [177.96899633775033, -38.68197990824257]], "type": "LineString"}, "id": "397", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96908874726856, -38.68470589211404, 177.9719915131288, -38.68192062065634], "geometry": {"coordinates": [[177.9719915131288, -38.68470589211404], [177.96908874726856, -38.68192062065634]], "type": "LineString"}, "id": "398", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96917992501457, -38.68465051621888, 177.97207806465175, -38.681862288414386], "geometry": {"coordinates": [[177.97207806465175, -38.68465051621888], [177.96917992501457, -38.681862288414386]], "type": "LineString"}, "id": "399", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96927096070883, -38.68459507847054, 177.97216495826794, -38.68180421054399], "geometry": {"coordinates": [[177.97216495826794, -38.68459507847054], [177.96927096070883, -38.68180421054399]], "type": "LineString"}, "id": "400", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9693634431454, -38.684540589350284, 177.9722506047672, -38.68174537675887], "geometry": {"coordinates": [[177.9722506047672, -38.684540589350284], [177.9693634431454, -38.68174537675887]], "type": "LineString"}, "id": "401", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9694535807524, -38.684484640992416, 177.9723387964485, -38.68168819604782], "geometry": {"coordinates": [[177.9723387964485, -38.684484640992416], [177.9694535807524, -38.68168819604782]], "type": "LineString"}, "id": "402", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96954492170855, -38.68442948714676, 177.97242598446007, -38.681630414677066], "geometry": {"coordinates": [[177.97242598446007, -38.68442948714676], [177.96954492170855, -38.681630414677066]], "type": "LineString"}, "id": "403", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9696379597582, -38.68437543425996, 177.97251167579506, -38.68157172748609], "geometry": {"coordinates": [[177.97251167579506, -38.68437543425996], [177.9696379597582, -38.68157172748609]], "type": "LineString"}, "id": "404", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96972950665273, -38.684320470508574, 177.9725990579962, -38.68151414605938], "geometry": {"coordinates": [[177.9725990579962, -38.684320470508574], [177.96972950665273, -38.68151414605938]], "type": "LineString"}, "id": "405", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9698213982442, -38.68426575503585, 177.97268629636767, -38.68145651300464], "geometry": {"coordinates": [[177.97268629636767, -38.68426575503585], [177.9698213982442, -38.68145651300464]], "type": "LineString"}, "id": "406", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96991314920348, -38.68421098353555, 177.97277387570355, -38.68139913265338], "geometry": {"coordinates": [[177.97277387570355, -38.68421098353555], [177.96991314920348, -38.68139913265338]], "type": "LineString"}, "id": "407", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9700066080351, -38.68415730915918, 177.9728599473671, -38.68134085235302], "geometry": {"coordinates": [[177.9728599473671, -38.68415730915918], [177.9700066080351, -38.68134085235302]], "type": "LineString"}, "id": "408", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97009719873722, -38.6841018810568, 177.97294908750143, -38.68128452350411], "geometry": {"coordinates": [[177.97294908750143, -38.6841018810568], [177.97009719873722, -38.68128452350411]], "type": "LineString"}, "id": "409", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9701908656249, -38.684048398001856, 177.97303535188405, -38.681226448201585], "geometry": {"coordinates": [[177.97303535188405, -38.684048398001856], [177.9701908656249, -38.681226448201585]], "type": "LineString"}, "id": "410", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9702832678281, -38.683994162437365, 177.97312308149435, -38.68116932453737], "geometry": {"coordinates": [[177.97312308149435, -38.683994162437365], [177.9702832678281, -38.68116932453737]], "type": "LineString"}, "id": "411", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97037690609037, -38.683940722097745, 177.97320977548233, -38.68111160533701], "geometry": {"coordinates": [[177.97320977548233, -38.683940722097745], [177.97037690609037, -38.68111160533701]], "type": "LineString"}, "id": "412", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97046951429363, -38.683886680489564, 177.97329770065355, -38.68105468828477], "geometry": {"coordinates": [[177.97329770065355, -38.683886680489564], [177.97046951429363, -38.68105468828477]], "type": "LineString"}, "id": "413", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97056198316614, -38.68383258877981, 177.97338596522727, -38.68099802177854], "geometry": {"coordinates": [[177.97338596522727, -38.68383258877981], [177.97056198316614, -38.68099802177854]], "type": "LineString"}, "id": "414", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97065455427798, -38.683778596044775, 177.97347432858106, -38.6809414582892], "geometry": {"coordinates": [[177.97347432858106, -38.683778596044775], [177.97065455427798, -38.6809414582892]], "type": "LineString"}, "id": "415", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9707488548197, -38.68372569281925, 177.97356116301145, -38.68088400741837], "geometry": {"coordinates": [[177.97356116301145, -38.68372569281925], [177.9707488548197, -38.68088400741837]], "type": "LineString"}, "id": "416", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97084187215, -38.683672043037014, 177.97364948149556, -38.68082750605933], "geometry": {"coordinates": [[177.97364948149556, -38.683672043037014], [177.97084187215, -38.68082750605933]], "type": "LineString"}, "id": "417", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9709347514452, -38.68361834703315, 177.9737381389597, -38.680771254623245], "geometry": {"coordinates": [[177.9737381389597, -38.68361834703315], [177.9709347514452, -38.680771254623245]], "type": "LineString"}, "id": "418", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9710277327454, -38.68356475098542, 177.9738268950566, -38.68071510723268], "geometry": {"coordinates": [[177.9738268950566, -38.68356475098542], [177.9710277327454, -38.68071510723268]], "type": "LineString"}, "id": "419", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9711210553286, -38.68351139922395, 177.97391551042355, -38.68065892008562], "geometry": {"coordinates": [[177.97391551042355, -38.68351139922395], [177.9711210553286, -38.68065892008562]], "type": "LineString"}, "id": "420", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97121588064803, -38.68345898760332, 177.9740028242212, -38.680601998606846], "geometry": {"coordinates": [[177.9740028242212, -38.68345898760332], [177.97121588064803, -38.680601998606846]], "type": "LineString"}, "id": "421", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97131057576794, -38.68340653180429, 177.97409046931747, -38.68054532760419], "geometry": {"coordinates": [[177.97409046931747, -38.68340653180429], [177.97131057576794, -38.68054532760419]], "type": "LineString"}, "id": "422", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9714028002203, -38.68335263990014, 177.97418078549276, -38.680490298828566], "geometry": {"coordinates": [[177.97418078549276, -38.68335263990014], [177.9714028002203, -38.680490298828566]], "type": "LineString"}, "id": "423", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97149746525685, -38.683300243129985, 177.9742688619898, -38.680433982350415], "geometry": {"coordinates": [[177.9742688619898, -38.683300243129985], [177.97149746525685, -38.680433982350415]], "type": "LineString"}, "id": "424", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9715913012707, -38.68324739262901, 177.9743579684678, -38.680378327593644], "geometry": {"coordinates": [[177.9743579684678, -38.68324739262901], [177.9715913012707, -38.680378327593644]], "type": "LineString"}, "id": "425", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97168523900183, -38.6831946434884, 177.97444717444694, -38.68032278040095], "geometry": {"coordinates": [[177.97444717444694, -38.6831946434884], [177.97168523900183, -38.68032278040095]], "type": "LineString"}, "id": "426", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97177904045316, -38.68314185556435, 177.97453671707356, -38.680267480654884], "geometry": {"coordinates": [[177.97453671707356, -38.68314185556435], [177.97177904045316, -38.680267480654884]], "type": "LineString"}, "id": "427", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97187460278104, -38.68309014509152, 177.9746246999542, -38.6802113136219], "geometry": {"coordinates": [[177.9746246999542, -38.68309014509152], [177.97187460278104, -38.6802113136219]], "type": "LineString"}, "id": "428", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97196861057583, -38.68303756225087, 177.97471443854107, -38.68015622968317], "geometry": {"coordinates": [[177.97471443854107, -38.68303756225087], [177.97196861057583, -38.68015622968317]], "type": "LineString"}, "id": "429", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9720627200837, -38.68298508255882, 177.9748042757134, -38.680101253108994], "geometry": {"coordinates": [[177.9748042757134, -38.68298508255882], [177.9720627200837, -38.680101253108994]], "type": "LineString"}, "id": "430", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97215859875914, -38.68293367727566, 177.97489254501826, -38.68004541440316], "geometry": {"coordinates": [[177.97489254501826, -38.68293367727566], [177.97215859875914, -38.68004541440316]], "type": "LineString"}, "id": "431", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97225315061723, -38.682881541433666, 177.97498234181654, -38.67999051840881], "geometry": {"coordinates": [[177.97498234181654, -38.682881541433666], [177.97225315061723, -38.67999051840881]], "type": "LineString"}, "id": "432", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97234756794492, -38.68282937247294, 177.9750724740078, -38.679935868582426], "geometry": {"coordinates": [[177.9750724740078, -38.68282937247294], [177.97234756794492, -38.679935868582426]], "type": "LineString"}, "id": "433", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97244376226627, -38.68277827419865, 177.9751610300898, -38.67988036187523], "geometry": {"coordinates": [[177.9751610300898, -38.68277827419865], [177.97244376226627, -38.67988036187523]], "type": "LineString"}, "id": "434", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97253838544842, -38.682726313800856, 177.97525135812188, -38.67982593155152], "geometry": {"coordinates": [[177.97525135812188, -38.682726313800856], [177.97253838544842, -38.67982593155152]], "type": "LineString"}, "id": "435", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97263455636968, -38.68267528692883, 177.97534033886305, -38.6797707823613], "geometry": {"coordinates": [[177.97534033886305, -38.68267528692883], [177.97263455636968, -38.6797707823613]], "type": "LineString"}, "id": "436", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9727296204179, -38.68262367089899, 177.9754306276202, -38.67971643829851], "geometry": {"coordinates": [[177.9754306276202, -38.68262367089899], [177.9727296204179, -38.67971643829851]], "type": "LineString"}, "id": "437", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97282600379134, -38.682572852760096, 177.97551979765595, -38.67966151250643], "geometry": {"coordinates": [[177.97551979765595, -38.682572852760096], [177.97282600379134, -38.67966151250643]], "type": "LineString"}, "id": "438", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97291981780816, -38.68252062075391, 177.97561173749, -38.67960821708992], "geometry": {"coordinates": [[177.97561173749, -38.68252062075391], [177.97291981780816, -38.67960821708992]], "type": "LineString"}, "id": "439", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97301640892482, -38.68247001331828, 177.9757011012557, -38.67955351514441], "geometry": {"coordinates": [[177.9757011012557, -38.68247001331828], [177.97301640892482, -38.67955351514441]], "type": "LineString"}, "id": "440", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97311357534613, -38.682419773879005, 177.97579008949657, -38.67949866248296], "geometry": {"coordinates": [[177.97579008949657, -38.682419773879005], [177.97311357534613, -38.67949866248296]], "type": "LineString"}, "id": "441", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97320868342118, -38.682368422298616, 177.97588133759743, -38.67944514171414], "geometry": {"coordinates": [[177.97588133759743, -38.682368422298616], [177.97320868342118, -38.67944514171414]], "type": "LineString"}, "id": "442", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97330435956616, -38.68231744004616, 177.97597221745522, -38.67939147032821], "geometry": {"coordinates": [[177.97597221745522, -38.68231744004616], [177.97330435956616, -38.67939147032821]], "type": "LineString"}, "id": "443", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9734016071126, -38.682267385569446, 177.9760617267281, -38.67933709169827], "geometry": {"coordinates": [[177.9760617267281, -38.682267385569446], [177.9734016071126, -38.67933709169827]], "type": "LineString"}, "id": "444", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97349578276922, -38.6822156671824, 177.97615450814246, -38.679284597403736], "geometry": {"coordinates": [[177.97615450814246, -38.6822156671824], [177.97349578276922, -38.679284597403736]], "type": "LineString"}, "id": "445", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97359323667965, -38.68216582582496, 177.97624421141418, -38.67923044731313], "geometry": {"coordinates": [[177.97624421141418, -38.68216582582496], [177.97359323667965, -38.67923044731313]], "type": "LineString"}, "id": "446", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97368908753077, -38.682115144260386, 177.97633571842027, -38.679177359797905], "geometry": {"coordinates": [[177.97633571842027, -38.682115144260386], [177.97368908753077, -38.679177359797905]], "type": "LineString"}, "id": "447", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97378652059953, -38.6820653886443, 177.9764258429385, -38.67912356849885], "geometry": {"coordinates": [[177.9764258429385, -38.6820653886443], [177.97378652059953, -38.67912356849885]], "type": "LineString"}, "id": "448", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9738828076196, -38.682015051841255, 177.97651731394922, -38.67907058195006], "geometry": {"coordinates": [[177.97651731394922, -38.682015051841255], [177.9738828076196, -38.67907058195006]], "type": "LineString"}, "id": "449", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9739791952503, -38.681964823627354, 177.97660888412884, -38.67901771040832], "geometry": {"coordinates": [[177.97660888412884, -38.681964823627354], [177.9739791952503, -38.67901771040832]], "type": "LineString"}, "id": "450", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97407694262316, -38.68191539243296, 177.97669929467972, -38.678964266595564], "geometry": {"coordinates": [[177.97669929467972, -38.68191539243296], [177.97407694262316, -38.678964266595564]], "type": "LineString"}, "id": "451", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97417330371195, -38.6818652566778, 177.97679129123492, -38.6789117522658], "geometry": {"coordinates": [[177.97679129123492, -38.6818652566778], [177.97417330371195, -38.6789117522658]], "type": "LineString"}, "id": "452", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9742714921344, -38.6818161685859, 177.97688166057043, -38.67885841650948], "geometry": {"coordinates": [[177.97688166057043, -38.6818161685859], [177.9742714921344, -38.67885841650948]], "type": "LineString"}, "id": "453", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97436955782527, -38.68176706410841, 177.97697235217092, -38.67880532337675], "geometry": {"coordinates": [[177.97697235217092, -38.68176706410841], [177.97436955782527, -38.67880532337675]], "type": "LineString"}, "id": "454", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97446495304123, -38.68171657281426, 177.97706591371374, -38.67875384385507], "geometry": {"coordinates": [[177.97706591371374, -38.68171657281426], [177.97446495304123, -38.67875384385507]], "type": "LineString"}, "id": "455", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97456322472937, -38.68166768887169, 177.9771567986026, -38.67870098516212], "geometry": {"coordinates": [[177.9771567986026, -38.68166768887169], [177.97456322472937, -38.67870098516212]], "type": "LineString"}, "id": "456", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9746616036787, -38.68161891477329, 177.97724777539003, -38.678648244686585], "geometry": {"coordinates": [[177.97724777539003, -38.68161891477329], [177.9746616036787, -38.678648244686585]], "type": "LineString"}, "id": "457", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97475857688724, -38.681569444391755, 177.9773403575636, -38.67859642980227], "geometry": {"coordinates": [[177.9773403575636, -38.681569444391755], [177.97475857688724, -38.67859642980227]], "type": "LineString"}, "id": "458", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9748573939401, -38.68152101330504, 177.9774312947893, -38.678543804972676], "geometry": {"coordinates": [[177.9774312947893, -38.68152101330504], [177.9748573939401, -38.678543804972676]], "type": "LineString"}, "id": "459", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9749545704248, -38.681471766902554, 177.9775240718695, -38.678492225869114], "geometry": {"coordinates": [[177.9775240718695, -38.681471766902554], [177.9749545704248, -38.678492225869114]], "type": "LineString"}, "id": "460", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97505359627144, -38.681423557009644, 177.97761519837786, -38.6784398410148], "geometry": {"coordinates": [[177.97761519837786, -38.681423557009644], [177.97505359627144, -38.6784398410148]], "type": "LineString"}, "id": "461", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9751509758498, -38.68137453596215, 177.9777081703254, -38.67838849913567], "geometry": {"coordinates": [[177.9777081703254, -38.68137453596215], [177.9751509758498, -38.67838849913567]], "type": "LineString"}, "id": "462", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97524868240836, -38.681325747523246, 177.97780101390512, -38.67833715668352], "geometry": {"coordinates": [[177.97780101390512, -38.681325747523246], [177.97524868240836, -38.67833715668352]], "type": "LineString"}, "id": "463", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97534779237841, -38.68127775387776, 177.97789265252845, -38.67828525211908], "geometry": {"coordinates": [[177.97789265252845, -38.68127775387776], [177.97534779237841, -38.67828525211908]], "type": "LineString"}, "id": "464", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9754454750874, -38.6812290738273, 177.97798591726536, -38.67823426776782], "geometry": {"coordinates": [[177.97798591726536, -38.6812290738273], [177.9754454750874, -38.67823426776782]], "type": "LineString"}, "id": "465", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97554348347285, -38.681180625623654, 177.9780790544951, -38.678183285444746], "geometry": {"coordinates": [[177.9780790544951, -38.681180625623654], [177.97554348347285, -38.678183285444746]], "type": "LineString"}, "id": "466", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97564290440823, -38.68113297161691, 177.97817097740426, -38.67813174371469], "geometry": {"coordinates": [[177.97817097740426, -38.68113297161691], [177.97564290440823, -38.67813174371469]], "type": "LineString"}, "id": "467", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97574111421102, -38.68108475135215, 177.97826430974635, -38.67808100379951], "geometry": {"coordinates": [[177.97826430974635, -38.68108475135215], [177.97574111421102, -38.67808100379951]], "type": "LineString"}, "id": "468", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97584074313187, -38.681037324475334, 177.97835642050498, -38.67802970606662], "geometry": {"coordinates": [[177.97835642050498, -38.681037324475334], [177.97584074313187, -38.67802970606662]], "type": "LineString"}, "id": "469", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97594070235104, -38.680990126235436, 177.9784483992337, -38.67797841690291], "geometry": {"coordinates": [[177.9784483992337, -38.680990126235436], [177.97594070235104, -38.67797841690291]], "type": "LineString"}, "id": "470", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97603899066394, -38.68094213505787, 177.97854224636248, -38.67792815767907], "geometry": {"coordinates": [[177.97854224636248, -38.68094213505787], [177.97603899066394, -38.67792815767907]], "type": "LineString"}, "id": "471", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97613893328517, -38.68089505104205, 177.97863463638816, -38.67787722891878], "geometry": {"coordinates": [[177.97863463638816, -38.68089505104205], [177.97613893328517, -38.67787722891878]], "type": "LineString"}, "id": "472", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97623608946154, -38.68084661610153, 177.97873001091375, -38.67782789035209], "geometry": {"coordinates": [[177.97873001091375, -38.68084661610153], [177.97623608946154, -38.67782789035209]], "type": "LineString"}, "id": "473", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97633623496944, -38.68079976365057, 177.9788225926844, -38.67777720787585], "geometry": {"coordinates": [[177.9788225926844, -38.68079976365057], [177.97633623496944, -38.67777720787585]], "type": "LineString"}, "id": "474", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97643670817843, -38.68075313827589, 177.9789150439425, -38.67772653835208], "geometry": {"coordinates": [[177.9789150439425, -38.68075313827589], [177.97643670817843, -38.67772653835208]], "type": "LineString"}, "id": "475", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97653549784712, -38.68070573052191, 177.97900937572098, -38.677676891726655], "geometry": {"coordinates": [[177.97900937572098, -38.68070573052191], [177.97653549784712, -38.677676891726655]], "type": "LineString"}, "id": "476", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97663595554698, -38.68065922554564, 177.97910223607084, -38.67762658338304], "geometry": {"coordinates": [[177.97910223607084, -38.68065922554564], [177.97663595554698, -38.67762658338304]], "type": "LineString"}, "id": "477", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97673494565478, -38.68061205342717, 177.97919676054656, -38.677577183854645], "geometry": {"coordinates": [[177.97919676054656, -38.68061205342717], [177.97673494565478, -38.677577183854645]], "type": "LineString"}, "id": "478", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97683425519523, -38.680565109542876, 177.9792911616341, -38.677527798097984], "geometry": {"coordinates": [[177.9792911616341, -38.680565109542876], [177.97683425519523, -38.677527798097984]], "type": "LineString"}, "id": "479", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97693523980206, -38.68051906485199, 177.9793840842319, -38.677477756736096], "geometry": {"coordinates": [[177.9793840842319, -38.68051906485199], [177.97693523980206, -38.677477756736096]], "type": "LineString"}, "id": "480", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.977036108856, -38.68047302751857, 177.97947731808378, -38.677427951296444], "geometry": {"coordinates": [[177.97947731808378, -38.68047302751857], [177.977036108856, -38.677427951296444]], "type": "LineString"}, "id": "481", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97713708268685, -38.680427107442625, 177.97957064280754, -38.67737827268865], "geometry": {"coordinates": [[177.97957064280754, -38.680427107442625], [177.97713708268685, -38.67737827268865]], "type": "LineString"}, "id": "482", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9772349854962, -38.680379751380954, 177.9796672341728, -38.67733027483464], "geometry": {"coordinates": [[177.9796672341728, -38.680379751380954], [177.9772349854962, -38.67733027483464]], "type": "LineString"}, "id": "483", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97733637878946, -38.680334176257716, 177.97976053059807, -38.677280741917116], "geometry": {"coordinates": [[177.97976053059807, -38.680334176257716], [177.97733637878946, -38.677280741917116]], "type": "LineString"}, "id": "484", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97743765771742, -38.680288612087494, 177.97985413647817, -38.67723144405539], "geometry": {"coordinates": [[177.97985413647817, -38.680288612087494], [177.97743765771742, -38.67723144405539]], "type": "LineString"}, "id": "485", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.977537444056, -38.68024239336759, 177.97994942960156, -38.67718304701681], "geometry": {"coordinates": [[177.97994942960156, -38.68024239336759], [177.977537444056, -38.67718304701681]], "type": "LineString"}, "id": "486", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97763892723012, -38.68019706771469, 177.98004322066697, -38.67713400439114], "geometry": {"coordinates": [[177.98004322066697, -38.68019706771469], [177.97763892723012, -38.67713400439114]], "type": "LineString"}, "id": "487", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97774073112717, -38.68015196530517, 177.9801368858757, -38.67708498694643], "geometry": {"coordinates": [[177.9801368858757, -38.68015196530517], [177.97774073112717, -38.67708498694643]], "type": "LineString"}, "id": "488", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97784081523085, -38.680106108918885, 177.98023246509413, -38.677036971872695], "geometry": {"coordinates": [[177.98023246509413, -38.680106108918885], [177.97784081523085, -38.677036971872695]], "type": "LineString"}, "id": "489", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97794121287086, -38.680060477705325, 177.9803279247607, -38.676988980732666], "geometry": {"coordinates": [[177.9803279247607, -38.680060477705325], [177.97794121287086, -38.676988980732666]], "type": "LineString"}, "id": "490", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97804310212967, -38.68001563146197, 177.98042208631625, -38.676940454085866], "geometry": {"coordinates": [[177.98042208631625, -38.68001563146197], [177.97804310212967, -38.676940454085866]], "type": "LineString"}, "id": "491", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9781453096493, -38.67997100716514, 177.98051612342942, -38.67689195621359], "geometry": {"coordinates": [[177.98051612342942, -38.67997100716514], [177.9781453096493, -38.67689195621359]], "type": "LineString"}, "id": "492", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97824557285222, -38.67992553709102, 177.98061229839334, -38.676844555279274], "geometry": {"coordinates": [[177.98061229839334, -38.67992553709102], [177.97824557285222, -38.676844555279274]], "type": "LineString"}, "id": "493", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97834798200466, -38.67988115455494, 177.98070652054145, -38.67679631858804], "geometry": {"coordinates": [[177.98070652054145, -38.67988115455494], [177.97834798200466, -38.67679631858804]], "type": "LineString"}, "id": "494", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97844886927334, -38.67983613165058, 177.98080245745194, -38.67674897445562], "geometry": {"coordinates": [[177.98080245745194, -38.67983613165058], [177.97844886927334, -38.67674897445562]], "type": "LineString"}, "id": "495", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97855105223454, -38.679791791623565, 177.98089729093897, -38.67670119992131], "geometry": {"coordinates": [[177.98089729093897, -38.679791791623565], [177.97855105223454, -38.67670119992131]], "type": "LineString"}, "id": "496", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97865213432758, -38.67974701478152, 177.98099341801014, -38.67665411608168], "geometry": {"coordinates": [[177.98099341801014, -38.67974701478152], [177.97865213432758, -38.67665411608168]], "type": "LineString"}, "id": "497", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97875494338402, -38.679703117307035, 177.98108800988615, -38.676606406602545], "geometry": {"coordinates": [[177.98108800988615, -38.679703117307035], [177.97875494338402, -38.676606406602545]], "type": "LineString"}, "id": "498", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97885579557516, -38.67965839126099, 177.9811847506855, -38.67655978056285], "geometry": {"coordinates": [[177.9811847506855, -38.67965839126099], [177.97885579557516, -38.67655978056285]], "type": "LineString"}, "id": "499", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9789588044618, -38.679614739147105, 177.98127952652595, -38.67651233621471], "geometry": {"coordinates": [[177.98127952652595, -38.679614739147105], [177.9789588044618, -38.67651233621471]], "type": "LineString"}, "id": "500", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9790600627757, -38.67957036038581, 177.98137624409787, -38.676465874120645], "geometry": {"coordinates": [[177.98137624409787, -38.67957036038581], [177.9790600627757, -38.676465874120645]], "type": "LineString"}, "id": "501", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97916305990717, -38.67952685791404, 177.98147141404792, -38.676418792552106], "geometry": {"coordinates": [[177.98147141404792, -38.67952685791404], [177.97916305990717, -38.676418792552106]], "type": "LineString"}, "id": "502", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97926615863796, -38.67948347868195, 177.98156667306378, -38.67637184473374], "geometry": {"coordinates": [[177.98156667306378, -38.67948347868195], [177.97926615863796, -38.67637184473374]], "type": "LineString"}, "id": "503", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97936791760074, -38.67943957061713, 177.98166346218818, -38.67632568319925], "geometry": {"coordinates": [[177.98166346218818, -38.67943957061713], [177.97936791760074, -38.67632568319925]], "type": "LineString"}, "id": "504", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97947100591975, -38.67939634562607, 177.98175911224618, -38.67627909710658], "geometry": {"coordinates": [[177.98175911224618, -38.67939634562607], [177.97947100591975, -38.67627909710658]], "type": "LineString"}, "id": "505", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97957295691018, -38.67935268900105, 177.981856089501, -38.67623320144623], "geometry": {"coordinates": [[177.981856089501, -38.67935268900105], [177.97957295691018, -38.67623320144623]], "type": "LineString"}, "id": "506", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97967645216602, -38.67930980842947, 177.98195171224552, -38.67618678952396], "geometry": {"coordinates": [[177.98195171224552, -38.67930980842947], [177.97967645216602, -38.67618678952396]], "type": "LineString"}, "id": "507", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9797800480238, -38.6792670523471, 177.98204742340943, -38.67614051282086], "geometry": {"coordinates": [[177.98204742340943, -38.6792670523471], [177.9797800480238, -38.67614051282086]], "type": "LineString"}, "id": "508", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97988228600403, -38.6792237737454, 177.98214468151772, -38.67609501933202], "geometry": {"coordinates": [[177.98214468151772, -38.6792237737454], [177.97988228600403, -38.67609501933202]], "type": "LineString"}, "id": "509", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97998587232416, -38.679181177893724, 177.98224078027357, -38.67604910484861], "geometry": {"coordinates": [[177.98224078027357, -38.679181177893724], [177.97998587232416, -38.67604910484861]], "type": "LineString"}, "id": "510", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9800899710839, -38.67913888970762, 177.98233655453765, -38.67600314398579], "geometry": {"coordinates": [[177.98233655453765, -38.67913888970762], [177.9800899710839, -38.67600314398579]], "type": "LineString"}, "id": "511", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9801922893975, -38.67909590187621, 177.98243429774206, -38.67595814570912], "geometry": {"coordinates": [[177.98243429774206, -38.67909590187621], [177.9801922893975, -38.67595814570912]], "type": "LineString"}, "id": "512", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98029637787738, -38.67905377602371, 177.98253045812487, -38.67591254802367], "geometry": {"coordinates": [[177.98253045812487, -38.67905377602371], [177.98029637787738, -38.67591254802367]], "type": "LineString"}, "id": "513", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98039909051963, -38.6790111342193, 177.98262818202986, -38.675867730191364], "geometry": {"coordinates": [[177.98262818202986, -38.6790111342193], [177.98039909051963, -38.675867730191364]], "type": "LineString"}, "id": "514", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9805033737701, -38.678969262577404, 177.98272452246218, -38.67582240654093], "geometry": {"coordinates": [[177.98272452246218, -38.678969262577404], [177.9805033737701, -38.67582240654093]], "type": "LineString"}, "id": "515", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9806077560053, -38.67892751751306, 177.9828209502831, -38.67577722054043], "geometry": {"coordinates": [[177.9828209502831, -38.67892751751306], [177.9806077560053, -38.67577722054043]], "type": "LineString"}, "id": "516", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98071054872662, -38.67888517358235, 177.982919154607, -38.675732899464165], "geometry": {"coordinates": [[177.982919154607, -38.67888517358235], [177.98071054872662, -38.675732899464165]], "type": "LineString"}, "id": "517", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98081512502404, -38.67884368491178, 177.9830157610066, -38.67568798853999], "geometry": {"coordinates": [[177.9830157610066, -38.67884368491178], [177.98081512502404, -38.67568798853999]], "type": "LineString"}, "id": "518", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9809200014528, -38.67880240995739, 177.98311225321325, -38.6756431306991], "geometry": {"coordinates": [[177.98311225321325, -38.67880240995739], [177.9809200014528, -38.6756431306991]], "type": "LineString"}, "id": "519", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98102287553735, -38.678760369685314, 177.98321093325407, -38.67559930526836], "geometry": {"coordinates": [[177.98321093325407, -38.678760369685314], [177.98102287553735, -38.67559930526836]], "type": "LineString"}, "id": "520", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98112774314532, -38.67871926656384, 177.98330780447444, -38.675554809959], "geometry": {"coordinates": [[177.98330780447444, -38.67871926656384], [177.98112774314532, -38.675554809959]], "type": "LineString"}, "id": "521", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9812329086846, -38.678678376292716, 177.98340456272064, -38.675510370422366], "geometry": {"coordinates": [[177.98340456272064, -38.678678376292716], [177.9812329086846, -38.675510370422366]], "type": "LineString"}, "id": "522", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98133606545113, -38.67863672985114, 177.9835035140352, -38.67546695566922], "geometry": {"coordinates": [[177.9835035140352, -38.67863672985114], [177.98133606545113, -38.67546695566922]], "type": "LineString"}, "id": "523", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98144142136024, -38.67859609788273, 177.98360044994075, -38.675422795584836], "geometry": {"coordinates": [[177.98360044994075, -38.67859609788273], [177.98144142136024, -38.675422795584836]], "type": "LineString"}, "id": "524", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9815449635153, -38.67855479856616, 177.9836993834748, -38.67537957305526], "geometry": {"coordinates": [[177.9836993834748, -38.67855479856616], [177.9815449635153, -38.67537957305526]], "type": "LineString"}, "id": "525", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98165031057042, -38.67851434334838, 177.9837966949624, -38.67533577646036], "geometry": {"coordinates": [[177.9837966949624, -38.67851434334838], [177.98165031057042, -38.67533577646036]], "type": "LineString"}, "id": "526", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98175575450378, -38.678474017987504, 177.98389409255608, -38.67529212124331], "geometry": {"coordinates": [[177.98389409255608, -38.678474017987504], [177.98175575450378, -38.67529212124331]], "type": "LineString"}, "id": "527", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98186129499638, -38.678433822610764, 177.98399157602353, -38.67524860758104], "geometry": {"coordinates": [[177.98399157602353, -38.678433822610764], [177.98186129499638, -38.67524860758104]], "type": "LineString"}, "id": "528", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98196520775645, -38.67839305150216, 177.9840908691494, -38.67520594144984], "geometry": {"coordinates": [[177.9840908691494, -38.67839305150216], [177.98196520775645, -38.67520594144984]], "type": "LineString"}, "id": "529", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9820709370918, -38.67835311880537, 177.98418852748546, -38.67516270984567], "geometry": {"coordinates": [[177.98418852748546, -38.67835311880537], [177.9820709370918, -38.67516270984567]], "type": "LineString"}, "id": "530", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98217503315595, -38.678312614139685, 177.98428800015532, -38.675120322983176], "geometry": {"coordinates": [[177.98428800015532, -38.678312614139685], [177.98217503315595, -38.675120322983176]], "type": "LineString"}, "id": "531", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98228095044735, -38.67827294519847, 177.98438583271022, -38.6750773746084], "geometry": {"coordinates": [[177.98438583271022, -38.67827294519847], [177.98228095044735, -38.6750773746084]], "type": "LineString"}, "id": "532", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9823852291288, -38.67823270832632, 177.98448548438472, -38.675035268398325], "geometry": {"coordinates": [[177.98448548438472, -38.67823270832632], [177.9823852291288, -38.675035268398325]], "type": "LineString"}, "id": "533", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9824930708482, -38.67819400119769, 177.9845817528031, -38.67499190706011], "geometry": {"coordinates": [[177.9845817528031, -38.67819400119769], [177.9824930708482, -38.67499190706011]], "type": "LineString"}, "id": "534", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9825992735414, -38.67815472675254, 177.9846798401029, -38.674949388596026], "geometry": {"coordinates": [[177.9846798401029, -38.67815472675254], [177.9825992735414, -38.674949388596026]], "type": "LineString"}, "id": "535", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9827038262869, -38.67811489099845, 177.98477975644062, -38.674907706993025], "geometry": {"coordinates": [[177.98477975644062, -38.67811489099845], [177.9827038262869, -38.674907706993025]], "type": "LineString"}, "id": "536", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9828102144187, -38.678075882644315, 177.98487801612075, -38.67486547438684], "geometry": {"coordinates": [[177.98487801612075, -38.678075882644315], [177.9828102144187, -38.67486547438684]], "type": "LineString"}, "id": "537", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98291494730395, -38.67803631699957, 177.98497810941151, -38.67482407585797], "geometry": {"coordinates": [[177.98497810941151, -38.67803631699957], [177.98291494730395, -38.67482407585797]], "type": "LineString"}, "id": "538", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98302152002736, -38.67799757593333, 177.98507654086632, -38.67478213039537], "geometry": {"coordinates": [[177.98507654086632, -38.67799757593333], [177.98302152002736, -38.67478213039537]], "type": "LineString"}, "id": "539", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98312818643996, -38.677958967930316, 177.985175056267, -38.67474033002425], "geometry": {"coordinates": [[177.985175056267, -38.677958967930316], [177.98312818643996, -38.67474033002425]], "type": "LineString"}, "id": "540", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98323318857226, -38.67791980884356, 177.98527541293493, -38.674699358961206], "geometry": {"coordinates": [[177.98527541293493, -38.67791980884356], [177.98323318857226, -38.674699358961206]], "type": "LineString"}, "id": "541", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98333984934536, -38.67788139627073, 177.98537428748065, -38.67465792030068], "geometry": {"coordinates": [[177.98537428748065, -38.67788139627073], [177.98333984934536, -38.67465792030068]], "type": "LineString"}, "id": "542", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98344698024087, -38.67784326377758, 177.98547286822725, -38.67461648130569], "geometry": {"coordinates": [[177.98547286822725, -38.67784326377758], [177.98344698024087, -38.67461648130569]], "type": "LineString"}, "id": "543", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9835522492037, -38.6778045131476, 177.9855734862497, -38.674575939696574], "geometry": {"coordinates": [[177.9855734862497, -38.6778045131476], [177.9835522492037, -38.674575939696574]], "type": "LineString"}, "id": "544", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98365918630165, -38.67776650631804, 177.98567261198585, -38.674534935813924], "geometry": {"coordinates": [[177.98567261198585, -38.67776650631804], [177.98365918630165, -38.674534935813924]], "type": "LineString"}, "id": "545", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98376658893704, -38.67772877673429, 177.98577144678447, -38.6744939353706], "geometry": {"coordinates": [[177.98577144678447, -38.67772877673429], [177.98376658893704, -38.6744939353706]], "type": "LineString"}, "id": "546", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9838738964252, -38.677691110075266, 177.98587055087822, -38.674453153158325], "geometry": {"coordinates": [[177.98587055087822, -38.677691110075266], [177.9838738964252, -38.674453153158325]], "type": "LineString"}, "id": "547", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98397933351535, -38.677652837759794, 177.98597169943557, -38.674413258751116], "geometry": {"coordinates": [[177.98597169943557, -38.677652837759794], [177.98397933351535, -38.674413258751116]], "type": "LineString"}, "id": "548", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98408682115533, -38.677615443889124, 177.98607097081108, -38.67437276844517], "geometry": {"coordinates": [[177.98607097081108, -38.677615443889124], [177.98408682115533, -38.67437276844517]], "type": "LineString"}, "id": "549", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98419261803883, -38.677577518122945, 177.98617210607668, -38.67433309320063], "geometry": {"coordinates": [[177.98617210607668, -38.677577518122945], [177.98419261803883, -38.67433309320063]], "type": "LineString"}, "id": "550", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98430206904513, -38.67754106240664, 177.9862697594832, -38.674292231294665], "geometry": {"coordinates": [[177.9862697594832, -38.67754106240664], [177.98430206904513, -38.674292231294665]], "type": "LineString"}, "id": "551", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98440804022937, -38.67750341194445, 177.98637106447197, -38.674252847460394], "geometry": {"coordinates": [[177.98637106447197, -38.67750341194445], [177.98440804022937, -38.674252847460394]], "type": "LineString"}, "id": "552", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98451588675917, -38.67746656296382, 177.98647066603763, -38.67421294740528], "geometry": {"coordinates": [[177.98647066603763, -38.67746656296382], [177.98451588675917, -38.67421294740528]], "type": "LineString"}, "id": "553", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98462382300107, -38.677429850035324, 177.98657034873085, -38.67417319592717], "geometry": {"coordinates": [[177.98657034873085, -38.677429850035324], [177.98462382300107, -38.67417319592717]], "type": "LineString"}, "id": "554", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98473005279723, -38.67739261645413, 177.98667190834215, -38.67413425028232], "geometry": {"coordinates": [[177.98667190834215, -38.67739261645413], [177.98473005279723, -38.67413425028232]], "type": "LineString"}, "id": "555", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98483798461433, -38.67735611314257, 177.98677193586, -38.67409486018569], "geometry": {"coordinates": [[177.98677193586, -38.67735611314257], [177.98483798461433, -38.67409486018569]], "type": "LineString"}, "id": "556", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9849460068758, -38.677319748093204, 177.98687204274137, -38.67405561864127], "geometry": {"coordinates": [[177.98687204274137, -38.677319748093204], [177.9849460068758, -38.67405561864127]], "type": "LineString"}, "id": "557", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98505447614454, -38.67728364991539, 177.98697187142247, -38.6740163966922], "geometry": {"coordinates": [[177.98697187142247, -38.67728364991539], [177.98505447614454, -38.6740163966922]], "type": "LineString"}, "id": "558", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98516285447508, -38.67724762398072, 177.98707195949737, -38.67397738965407], "geometry": {"coordinates": [[177.98707195949737, -38.67724762398072], [177.98516285447508, -38.67397738965407]], "type": "LineString"}, "id": "559", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9852711437422, -38.67721167227687, 177.9871723045585, -38.673938595960834], "geometry": {"coordinates": [[177.9871723045585, -38.67721167227687], [177.9852711437422, -38.673938595960834]], "type": "LineString"}, "id": "560", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98537788536308, -38.67717527766689, 177.9872743650169, -38.67390053368759], "geometry": {"coordinates": [[177.9872743650169, -38.67717527766689], [177.98537788536308, -38.67390053368759]], "type": "LineString"}, "id": "561", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98548652443623, -38.67713966760271, 177.98737469463387, -38.67386197502401], "geometry": {"coordinates": [[177.98737469463387, -38.67713966760271], [177.98548652443623, -38.67386197502401]], "type": "LineString"}, "id": "562", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9855950754964, -38.67710413402022, 177.98747527876301, -38.67382362904319], "geometry": {"coordinates": [[177.98747527876301, -38.67710413402022], [177.9855950754964, -38.67382362904319]], "type": "LineString"}, "id": "563", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9857020685883, -38.67706816254744, 177.987577586994, -38.673786010735036], "geometry": {"coordinates": [[177.987577586994, -38.67706816254744], [177.9857020685883, -38.673786010735036]], "type": "LineString"}, "id": "564", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98581096574864, -38.67703297028429, 177.98767815612564, -38.67374790259629], "geometry": {"coordinates": [[177.98767815612564, -38.67703297028429], [177.98581096574864, -38.67374790259629]], "type": "LineString"}, "id": "565", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98591994915617, -38.67699791684256, 177.9877788039479, -38.673709946194975], "geometry": {"coordinates": [[177.9877788039479, -38.67699791684256], [177.98591994915617, -38.673709946194975]], "type": "LineString"}, "id": "566", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9860270178723, -38.67696231023916, 177.9878815310018, -38.67367283404669], "geometry": {"coordinates": [[177.9878815310018, -38.67696231023916], [177.9860270178723, -38.67367283404669]], "type": "LineString"}, "id": "567", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98613800145316, -38.67692816775363, 177.98798050628005, -38.67363454813973], "geometry": {"coordinates": [[177.98798050628005, -38.67692816775363], [177.98613800145316, -38.67363454813973]], "type": "LineString"}, "id": "568", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9862472423635, -38.67689353240466, 177.9880813880005, -38.67359704762896], "geometry": {"coordinates": [[177.9880813880005, -38.67689353240466], [177.9862472423635, -38.67359704762896]], "type": "LineString"}, "id": "569", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98635473103886, -38.67685841089335, 177.98818418444068, -38.673560324919144], "geometry": {"coordinates": [[177.98818418444068, -38.67685841089335], [177.98635473103886, -38.673560324919144]], "type": "LineString"}, "id": "570", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98646213015107, -38.67682337502933, 177.9882872323074, -38.673523808621816], "geometry": {"coordinates": [[177.9882872323074, -38.67682337502933], [177.98646213015107, -38.673523808621816]], "type": "LineString"}, "id": "571", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98657329194774, -38.67678972890652, 177.98838667937378, -38.67348619641435], "geometry": {"coordinates": [[177.98838667937378, -38.67678972890652], [177.98657329194774, -38.67348619641435]], "type": "LineString"}, "id": "572", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9866810245671, -38.67675503642471, 177.9884897163073, -38.6734499230831], "geometry": {"coordinates": [[177.9884897163073, -38.67675503642471], [177.9866810245671, -38.6734499230831]], "type": "LineString"}, "id": "573", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9867906823608, -38.67672110618669, 177.98859098840788, -38.67341318125178], "geometry": {"coordinates": [[177.98859098840788, -38.67672110618669], [177.9867906823608, -38.67341318125178]], "type": "LineString"}, "id": "574", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98690042355514, -38.676687316601424, 177.98869233714723, -38.673376593257714], "geometry": {"coordinates": [[177.98869233714723, -38.676687316601424], [177.98690042355514, -38.673376593257714]], "type": "LineString"}, "id": "575", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98700822963946, -38.6766529987307, 177.98879577966753, -38.673340826797954], "geometry": {"coordinates": [[177.98879577966753, -38.6766529987307], [177.98700822963946, -38.673340826797954]], "type": "LineString"}, "id": "576", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98711796853055, -38.67661943899708, 177.9888974487354, -38.673304598494894], "geometry": {"coordinates": [[177.9888974487354, -38.67661943899708], [177.98711796853055, -38.673304598494894]], "type": "LineString"}, "id": "577", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9872279562481, -38.67658607526275, 177.98899902675234, -38.673268468884004], "geometry": {"coordinates": [[177.98899902675234, -38.67658607526275], [177.9872279562481, -38.673268468884004]], "type": "LineString"}, "id": "578", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98733786147196, -38.67655279892869, 177.9891008446234, -38.67323254722953], "geometry": {"coordinates": [[177.9891008446234, -38.67655279892869], [177.98733786147196, -38.67323254722953]], "type": "LineString"}, "id": "579", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98744801359283, -38.6765197183391, 177.98920257272673, -38.67319672626568], "geometry": {"coordinates": [[177.98920257272673, -38.6765197183391], [177.98744801359283, -38.67319672626568]], "type": "LineString"}, "id": "580", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98755824684196, -38.676486778996974, 177.98930437574165, -38.673161059907976], "geometry": {"coordinates": [[177.98930437574165, -38.676486778996974], [177.98755824684196, -38.673161059907976]], "type": "LineString"}, "id": "581", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98766856114074, -38.676453981584736, 177.98940625369127, -38.673125548867716], "geometry": {"coordinates": [[177.98940625369127, -38.676453981584736], [177.98766856114074, -38.673125548867716]], "type": "LineString"}, "id": "582", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9877787946564, -38.67642127436005, 177.9895083673258, -38.67309024431612], "geometry": {"coordinates": [[177.9895083673258, -38.67642127436005], [177.9877787946564, -38.67309024431612]], "type": "LineString"}, "id": "583", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98788723719494, -38.67638811529266, 177.98961242669554, -38.67305568937571], "geometry": {"coordinates": [[177.98961242669554, -38.67638811529266], [177.98788723719494, -38.67305568937571]], "type": "LineString"}, "id": "584", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98799763088917, -38.6763556966381, 177.98971468851093, -38.67302069140485], "geometry": {"coordinates": [[177.98971468851093, -38.6763556966381], [177.98799763088917, -38.67302069140485]], "type": "LineString"}, "id": "585", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9881082651839, -38.67632347189809, 177.98981686342182, -38.672985798473285], "geometry": {"coordinates": [[177.98981686342182, -38.67632347189809], [177.9881082651839, -38.672985798473285]], "type": "LineString"}, "id": "586", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98821897840133, -38.676291389161086, 177.98991911159075, -38.67295106106358], "geometry": {"coordinates": [[177.98991911159075, -38.676291389161086], [177.98821897840133, -38.67295106106358]], "type": "LineString"}, "id": "587", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98832961298407, -38.67625940046379, 177.99002159090037, -38.67291652930978], "geometry": {"coordinates": [[177.99002159090037, -38.67625940046379], [177.98832961298407, -38.67291652930978]], "type": "LineString"}, "id": "588", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98843844232047, -38.67622697150443, 177.99012602671675, -38.67288273646814], "geometry": {"coordinates": [[177.99012602671675, -38.67622697150443], [177.98843844232047, -38.67288273646814]], "type": "LineString"}, "id": "589", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98854939011724, -38.67619532114192, 177.9902284949356, -38.67284846480347], "geometry": {"coordinates": [[177.9902284949356, -38.67619532114192], [177.98854939011724, -38.67284846480347]], "type": "LineString"}, "id": "590", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98866041571748, -38.67616381399792, 177.99033103565043, -38.6728143499684], "geometry": {"coordinates": [[177.99033103565043, -38.67616381399792], [177.98866041571748, -38.6728143499684]], "type": "LineString"}, "id": "591", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9887713638251, -38.676132402783026, 177.9904338032721, -38.6727804390487], "geometry": {"coordinates": [[177.9904338032721, -38.676132402783026], [177.9887713638251, -38.6727804390487]], "type": "LineString"}, "id": "592", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98888239057342, -38.67610113604341, 177.99053664122087, -38.67274668420183], "geometry": {"coordinates": [[177.99053664122087, -38.67610113604341], [177.98888239057342, -38.67274668420183]], "type": "LineString"}, "id": "593", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98899349566005, -38.67607001403553, 177.99063954927863, -38.67271308572129], "geometry": {"coordinates": [[177.99063954927863, -38.67607001403553], [177.98899349566005, -38.67271308572129]], "type": "LineString"}, "id": "594", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98910293146574, -38.67603851244406, 177.99074427415027, -38.6726801675103], "geometry": {"coordinates": [[177.99074427415027, -38.67603851244406], [177.98910293146574, -38.6726801675103]], "type": "LineString"}, "id": "595", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98921434037086, -38.676007727303286, 177.99084717304703, -38.672646834650415], "geometry": {"coordinates": [[177.99084717304703, -38.676007727303286], [177.98921434037086, -38.672646834650415]], "type": "LineString"}, "id": "596", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98932552250056, -38.67597699630855, 177.99095044500663, -38.672613749149235], "geometry": {"coordinates": [[177.99095044500663, -38.67597699630855], [177.98932552250056, -38.672613749149235]], "type": "LineString"}, "id": "597", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9894370838364, -38.675946500283, 177.99105348355005, -38.67258073084514], "geometry": {"coordinates": [[177.99105348355005, -38.675946500283], [177.9894370838364, -38.67258073084514]], "type": "LineString"}, "id": "598", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98954857041787, -38.67591610456834, 177.9911567418684, -38.67254791439734], "geometry": {"coordinates": [[177.9911567418684, -38.67591610456834], [177.98954857041787, -38.67254791439734]], "type": "LineString"}, "id": "599", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9896602819261, -38.675885897835045, 177.99125991987978, -38.67251521198061], "geometry": {"coordinates": [[177.99125991987978, -38.675885897835045], [177.9896602819261, -38.67251521198061]], "type": "LineString"}, "id": "600", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98977000579478, -38.675855236846694, 177.9913652291182, -38.67248326611063], "geometry": {"coordinates": [[177.9913652291182, -38.675855236846694], [177.98977000579478, -38.67248326611063]], "type": "LineString"}, "id": "601", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9898817161658, -38.67582527996371, 177.991468695235, -38.672450920040575], "geometry": {"coordinates": [[177.991468695235, -38.67582527996371], [177.9898817161658, -38.672450920040575]], "type": "LineString"}, "id": "602", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98999350138985, -38.6757954685745, 177.99157222869388, -38.67241873136127], "geometry": {"coordinates": [[177.99157222869388, -38.6757954685745], [177.98999350138985, -38.67241873136127]], "type": "LineString"}, "id": "603", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9901055071126, -38.67576584486703, 177.99167568357936, -38.67238665900586], "geometry": {"coordinates": [[177.99167568357936, -38.67576584486703], [177.9901055071126, -38.67238665900586]], "type": "LineString"}, "id": "604", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9902174404622, -38.67573632509338, 177.99177935201652, -38.67235478679054], "geometry": {"coordinates": [[177.99177935201652, -38.67573632509338], [177.9902174404622, -38.67235478679054]], "type": "LineString"}, "id": "605", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.990329447566, -38.67570695123301, 177.99188308696483, -38.67232307248089], "geometry": {"coordinates": [[177.99188308696483, -38.67570695123301], [177.990329447566, -38.67232307248089]], "type": "LineString"}, "id": "606", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99043960074238, -38.67567718252286, 177.99198881596365, -38.672292058053934], "geometry": {"coordinates": [[177.99198881596365, -38.67567718252286], [177.99043960074238, -38.672292058053934]], "type": "LineString"}, "id": "607", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99055368195013, -38.675648642637796, 177.99209075566048, -38.67226011909347], "geometry": {"coordinates": [[177.99209075566048, -38.675648642637796], [177.99055368195013, -38.67226011909347]], "type": "LineString"}, "id": "608", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99066411779475, -38.67561921121552, 177.99219647946413, -38.67222937696457], "geometry": {"coordinates": [[177.99219647946413, -38.67561921121552], [177.99066411779475, -38.67222937696457]], "type": "LineString"}, "id": "609", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99077641319866, -38.67559042519249, 177.99230048134427, -38.67219829458255], "geometry": {"coordinates": [[177.99230048134427, -38.67559042519249], [177.99077641319866, -38.67219829458255]], "type": "LineString"}, "id": "610", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99088878056077, -38.675561785850434, 177.99240454834887, -38.67216737100781], "geometry": {"coordinates": [[177.99240454834887, -38.675561785850434], [177.99088878056077, -38.67216737100781]], "type": "LineString"}, "id": "611", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99100121948968, -38.675533293279116, 177.9925086801755, -38.67213660636079], "geometry": {"coordinates": [[177.9925086801755, -38.675533293279116], [177.99100121948968, -38.67213660636079]], "type": "LineString"}, "id": "612", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99111386822892, -38.67550498503946, 177.99261273777685, -38.67210596305694], "geometry": {"coordinates": [[177.99261273777685, -38.67550498503946], [177.99111386822892, -38.67210596305694]], "type": "LineString"}, "id": "613", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99122631052867, -38.67547674891749, 177.99271713713222, -38.672075554439026], "geometry": {"coordinates": [[177.99271713713222, -38.67547674891749], [177.99122631052867, -38.672075554439026]], "type": "LineString"}, "id": "614", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9913370160833, -38.67544817549358, 177.99282340733643, -38.67204578880381], "geometry": {"coordinates": [[177.99282340733643, -38.67544817549358], [177.9913370160833, -38.67204578880381]], "type": "LineString"}, "id": "615", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99144987148932, -38.67542030999059, 177.99292766132567, -38.672015622063626], "geometry": {"coordinates": [[177.99292766132567, -38.67542030999059], [177.99144987148932, -38.672015622063626]], "type": "LineString"}, "id": "616", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99156265917813, -38.67539255493276, 177.99303211603163, -38.671985651807745], "geometry": {"coordinates": [[177.99303211603163, -38.67539255493276], [177.99156265917813, -38.671985651807745]], "type": "LineString"}, "id": "617", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99167551603944, -38.6753649470663, 177.9931366336701, -38.67195584105222], "geometry": {"coordinates": [[177.9931366336701, -38.6753649470663], [177.99167551603944, -38.67195584105222]], "type": "LineString"}, "id": "618", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99178844182055, -38.67533748680878, 177.99324121407884, -38.671926190242615], "geometry": {"coordinates": [[177.99324121407884, -38.67533748680878], [177.99178844182055, -38.671926190242615]], "type": "LineString"}, "id": "619", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99190143602493, -38.67531017401077, 177.99334585685187, -38.671896699257104], "geometry": {"coordinates": [[177.99334585685187, -38.67531017401077], [177.99190143602493, -38.671896699257104]], "type": "LineString"}, "id": "620", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99201449818074, -38.67528300857584, 177.99345056160823, -38.67186736802639], "geometry": {"coordinates": [[177.99345056160823, -38.67528300857584], [177.99201449818074, -38.67186736802639]], "type": "LineString"}, "id": "621", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99212762810456, -38.675255991093636, 177.99355532825552, -38.671838197166934], "geometry": {"coordinates": [[177.99355532825552, -38.675255991093636], [177.99212762810456, -38.671838197166934]], "type": "LineString"}, "id": "622", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99224082520493, -38.67522912118584, 177.99366015629357, -38.671809186326826], "geometry": {"coordinates": [[177.99366015629357, -38.67522912118584], [177.99224082520493, -38.671809186326826]], "type": "LineString"}, "id": "623", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99235212412776, -38.675201900286794, 177.99376701048058, -38.67178083429653], "geometry": {"coordinates": [[177.99376701048058, -38.675201900286794], [177.99235212412776, -38.67178083429653]], "type": "LineString"}, "id": "624", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9924654523152, -38.67517532891069, 177.99387196282518, -38.67175214156745], "geometry": {"coordinates": [[177.99387196282518, -38.67517532891069], [177.9924654523152, -38.67175214156745]], "type": "LineString"}, "id": "625", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99257884645473, -38.67514890523645, 177.99397697557058, -38.67172360904437], "geometry": {"coordinates": [[177.99397697557058, -38.67514890523645], [177.99257884645473, -38.67172360904437]], "type": "LineString"}, "id": "626", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99269230625202, -38.675122629596835, 177.99408204851417, -38.671695237084954], "geometry": {"coordinates": [[177.99408204851417, -38.675122629596835], [177.99269230625202, -38.671695237084954]], "type": "LineString"}, "id": "627", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99280583134896, -38.675096502174625, 177.9941871813901, -38.6716670258965], "geometry": {"coordinates": [[177.9941871813901, -38.675096502174625], [177.99280583134896, -38.6716670258965]], "type": "LineString"}, "id": "628", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9929194212331, -38.67507052276951, 177.9942923737782, -38.67163897530272], "geometry": {"coordinates": [[177.9942923737782, -38.67507052276951], [177.9929194212331, -38.67163897530272]], "type": "LineString"}, "id": "629", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99303307555542, -38.67504469158563, 177.9943976254219, -38.67161108553145], "geometry": {"coordinates": [[177.9943976254219, -38.67504469158563], [177.99303307555542, -38.67161108553145]], "type": "LineString"}, "id": "630", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9931467938873, -38.67501900863008, 177.99450293598528, -38.671583356613056], "geometry": {"coordinates": [[177.99450293598528, -38.67501900863008], [177.9931467938873, -38.671583356613056]], "type": "LineString"}, "id": "631", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99326045265917, -38.67499344430814, 177.99460842834162, -38.67155581833458], "geometry": {"coordinates": [[177.99460842834162, -38.67499344430814], [177.99326045265917, -38.67155581833458]], "type": "LineString"}, "id": "632", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99337243786545, -38.6749676124193, 177.99471571585738, -38.67152885705805], "geometry": {"coordinates": [[177.99471571585738, -38.6749676124193], [177.99337243786545, -38.67152885705805]], "type": "LineString"}, "id": "633", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9934862218116, -38.67494234799473, 177.99482132508695, -38.671501637235345], "geometry": {"coordinates": [[177.99482132508695, -38.67494234799473], [177.9934862218116, -38.671501637235345]], "type": "LineString"}, "id": "634", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99360019098657, -38.6749172618742, 177.9949268694177, -38.67147454951161], "geometry": {"coordinates": [[177.9949268694177, -38.6749172618742], [177.99360019098657, -38.67147454951161]], "type": "LineString"}, "id": "635", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9937122338175, -38.674891855752996, 177.99503445939035, -38.67144809127998], "geometry": {"coordinates": [[177.99503445939035, -38.674891855752996], [177.9937122338175, -38.67144809127998]], "type": "LineString"}, "id": "636", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9938263243928, -38.674867069138585, 177.99514011993148, -38.67142132296372], "geometry": {"coordinates": [[177.99514011993148, -38.674867069138585], [177.9938263243928, -38.67142132296372]], "type": "LineString"}, "id": "637", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99394035746653, -38.67484240353562, 177.9952459558387, -38.67139474365054], "geometry": {"coordinates": [[177.9952459558387, -38.67484240353562], [177.99394035746653, -38.67139474365054]], "type": "LineString"}, "id": "638", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99405668309535, -38.67481840208113, 177.9953496163767, -38.671367810752116], "geometry": {"coordinates": [[177.9953496163767, -38.67481840208113], [177.99405668309535, -38.671367810752116]], "type": "LineString"}, "id": "639", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.994168844711, -38.67479357444261, 177.99545755718785, -38.67134201338871], "geometry": {"coordinates": [[177.99545755718785, -38.67479357444261], [177.994168844711, -38.67134201338871]], "type": "LineString"}, "id": "640", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99428317834736, -38.67476938268227, 177.99556344145617, -38.671315890256345], "geometry": {"coordinates": [[177.99556344145617, -38.67476938268227], [177.99428317834736, -38.671315890256345]], "type": "LineString"}, "id": "641", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99439745643062, -38.674745313858644, 177.99566949634792, -38.67128995499886], "geometry": {"coordinates": [[177.99566949634792, -38.674745313858644], [177.99439745643062, -38.67128995499886]], "type": "LineString"}, "id": "642", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99451190964498, -38.674721420159656, 177.99577549017638, -38.67126415483408], "geometry": {"coordinates": [[177.99577549017638, -38.674721420159656], [177.99451190964498, -38.67126415483408]], "type": "LineString"}, "id": "643", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9946264214647, -38.67469767504147, 177.99588153863976, -38.67123851612595], "geometry": {"coordinates": [[177.99588153863976, -38.67469767504147], [177.9946264214647, -38.67123851612595]], "type": "LineString"}, "id": "644", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99474099152872, -38.67467407868778, 177.99598764147157, -38.67121303907588], "geometry": {"coordinates": [[177.99598764147157, -38.67467407868778], [177.99474099152872, -38.67121303907588]], "type": "LineString"}, "id": "645", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99485550784274, -38.674650606650516, 177.99609390996488, -38.671187748301286], "geometry": {"coordinates": [[177.99609390996488, -38.674650606650516], [177.99485550784274, -38.671187748301286]], "type": "LineString"}, "id": "646", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99496818471576, -38.67462686915982, 177.99620212908863, -38.671163033461745], "geometry": {"coordinates": [[177.99620212908863, -38.67462686915982], [177.99496818471576, -38.671163033461745]], "type": "LineString"}, "id": "647", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99508281589303, -38.6746036985767, 177.99630850422503, -38.67113806239961], "geometry": {"coordinates": [[177.99630850422503, -38.6746036985767], [177.99508281589303, -38.67113806239961]], "type": "LineString"}, "id": "648", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9951996280826, -38.67458113459059, 177.99641280776666, -38.671112795074045], "geometry": {"coordinates": [[177.99641280776666, -38.67458113459059], [177.9951996280826, -38.671112795074045]], "type": "LineString"}, "id": "649", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9953124697322, -38.67455785223747, 177.99652119086676, -38.671088556654965], "geometry": {"coordinates": [[177.99652119086676, -38.67455785223747], [177.9953124697322, -38.671088556654965]], "type": "LineString"}, "id": "650", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99542525704427, -38.67453470046625, 177.9966297366128, -38.67106449887948], "geometry": {"coordinates": [[177.9966297366128, -38.67453470046625], [177.99542525704427, -38.67106449887948]], "type": "LineString"}, "id": "651", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99554234662116, -38.67451260158447, 177.99673408712587, -38.67103969855171], "geometry": {"coordinates": [[177.99673408712587, -38.67451260158447], [177.99554234662116, -38.67103969855171]], "type": "LineString"}, "id": "652", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99565726187146, -38.67449017727384, 177.99684071864363, -38.67101553427751], "geometry": {"coordinates": [[177.99684071864363, -38.67449017727384], [177.99565726187146, -38.67101553427751]], "type": "LineString"}, "id": "653", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9957722333872, -38.67446790253548, 177.9969473997539, -38.67099153118826], "geometry": {"coordinates": [[177.9969473997539, -38.67446790253548], [177.9957722333872, -38.67099153118826]], "type": "LineString"}, "id": "654", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99588534146008, -38.674445380862, 177.9970560494451, -38.67096808563537], "geometry": {"coordinates": [[177.9970560494451, -38.674445380862], [177.99588534146008, -38.67096808563537]], "type": "LineString"}, "id": "655", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99600052474682, -38.67442342893676, 177.99716272826956, -38.67094438139303], "geometry": {"coordinates": [[177.99716272826956, -38.67442342893676], [177.99600052474682, -38.67094438139303]], "type": "LineString"}, "id": "656", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99611555619478, -38.674401584033376, 177.9972696624943, -38.67092088078917], "geometry": {"coordinates": [[177.9972696624943, -38.674401584033376], [177.99611555619478, -38.67092088078917]], "type": "LineString"}, "id": "657", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9962328761182, -38.67438033952228, 177.99737441074672, -38.67089708988297], "geometry": {"coordinates": [[177.99737441074672, -38.67438033952228], [177.9962328761182, -38.67089708988297]], "type": "LineString"}, "id": "658", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99634619064375, -38.67435842516176, 177.9974832667647, -38.670874279881694], "geometry": {"coordinates": [[177.9974832667647, -38.67435842516176], [177.99634619064375, -38.670874279881694]], "type": "LineString"}, "id": "659", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99646148623086, -38.67433704918566, 177.99759024295778, -38.67085124227329], "geometry": {"coordinates": [[177.99759024295778, -38.67433704918566], [177.99646148623086, -38.67085124227329]], "type": "LineString"}, "id": "660", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99657490118537, -38.674315439985655, 177.99769920033762, -38.670828748312545], "geometry": {"coordinates": [[177.99769920033762, -38.674315439985655], [177.99657490118537, -38.670828748312545]], "type": "LineString"}, "id": "661", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99669233493793, -38.674294764631554, 177.9978042386014, -38.67080563142486], "geometry": {"coordinates": [[177.9978042386014, -38.674294764631554], [177.99669233493793, -38.67080563142486]], "type": "LineString"}, "id": "662", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99680778832047, -38.6742738364869, 177.9979113562822, -38.670783077715626], "geometry": {"coordinates": [[177.9979113562822, -38.6742738364869], [177.99680778832047, -38.670783077715626]], "type": "LineString"}, "id": "663", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99692135167112, -38.674252682479086, 177.99802046220591, -38.670761059987484], "geometry": {"coordinates": [[177.99802046220591, -38.674252682479086], [177.99692135167112, -38.670761059987484]], "type": "LineString"}, "id": "664", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9970370015866, -38.67423207378569, 177.99812757906426, -38.67073880777628], "geometry": {"coordinates": [[177.99812757906426, -38.67423207378569], [177.9970370015866, -38.67073880777628]], "type": "LineString"}, "id": "665", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9971526061819, -38.67421159570526, 177.99823483797854, -38.67071673540816], "geometry": {"coordinates": [[177.99823483797854, -38.67421159570526], [177.9971526061819, -38.67071673540816]], "type": "LineString"}, "id": "666", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99726826158056, -38.674191266872114, 177.99834214205785, -38.67069482419013], "geometry": {"coordinates": [[177.99834214205785, -38.674191266872114], [177.99726826158056, -38.67069482419013]], "type": "LineString"}, "id": "667", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9973840602413, -38.674171104592176, 177.99844939805175, -38.67067305667527], "geometry": {"coordinates": [[177.99844939805175, -38.674171104592176], [177.9973840602413, -38.67067305667527]], "type": "LineString"}, "id": "668", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99749981502333, -38.67415107366488, 177.99855679230853, -38.67065146786747], "geometry": {"coordinates": [[177.99855679230853, -38.67415107366488], [177.99749981502333, -38.67065146786747]], "type": "LineString"}, "id": "669", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99761571033937, -38.67413120850017, 177.99866413964443, -38.67063002328219], "geometry": {"coordinates": [[177.99866413964443, -38.67413120850017], [177.99761571033937, -38.67063002328219]], "type": "LineString"}, "id": "670", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99773156282757, -38.674111475382844, 177.99877162275916, -38.67060875686362], "geometry": {"coordinates": [[177.99877162275916, -38.674111475382844], [177.99773156282757, -38.67060875686362]], "type": "LineString"}, "id": "671", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99784541365932, -38.67409151952803, 177.99888119978922, -38.670588023239695], "geometry": {"coordinates": [[177.99888119978922, -38.67409151952803], [177.99784541365932, -38.670588023239695]], "type": "LineString"}, "id": "672", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99796136133102, -38.674072087185934, 177.99898877123488, -38.67056707592287], "geometry": {"coordinates": [[177.99898877123488, -38.674072087185934], [177.99796136133102, -38.67056707592287]], "type": "LineString"}, "id": "673", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99807735688438, -38.67405280385763, 177.99909638548988, -38.67054628966321], "geometry": {"coordinates": [[177.99909638548988, -38.67405280385763], [177.99807735688438, -38.67054628966321]], "type": "LineString"}, "id": "674", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99819348667305, -38.674033684589475, 177.99920395527553, -38.67052564877462], "geometry": {"coordinates": [[177.99920395527553, -38.674033684589475], [177.99819348667305, -38.67052564877462]], "type": "LineString"}, "id": "675", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99830957566778, -38.674014698370264, 177.99931165492694, -38.67050518436815], "geometry": {"coordinates": [[177.99931165492694, -38.674014698370264], [177.99830957566778, -38.67050518436815]], "type": "LineString"}, "id": "676", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99842365387764, -38.67399550209113, 177.9994214537139, -38.670485239255264], "geometry": {"coordinates": [[177.9994214537139, -38.67399550209113], [177.99842365387764, -38.670485239255264]], "type": "LineString"}, "id": "677", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99854197693935, -38.67397718627277, 177.99952709506397, -38.67046472324982], "geometry": {"coordinates": [[177.99952709506397, -38.67397718627277], [177.99854197693935, -38.67046472324982]], "type": "LineString"}, "id": "678", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99865614329397, -38.6739582928953, 177.99963698011732, -38.67044509403924], "geometry": {"coordinates": [[177.99963698011732, -38.6739582928953], [177.99865614329397, -38.67044509403924]], "type": "LineString"}, "id": "679", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99877241353096, -38.673939903818706, 177.9997448473439, -38.670425270084216], "geometry": {"coordinates": [[177.9997448473439, -38.673939903818706], [177.99877241353096, -38.670425270084216]], "type": "LineString"}, "id": "680", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99888881026092, -38.673921676664705, 177.99985267320673, -38.67040559269614], "geometry": {"coordinates": [[177.99985267320673, -38.673921676664705], [177.99888881026092, -38.67040559269614]], "type": "LineString"}, "id": "681", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99900508810273, -38.67390357033248, 177.99996070248298, -38.670386103363455], "geometry": {"coordinates": [[177.99996070248298, -38.67390357033248], [177.99900508810273, -38.670386103363455]], "type": "LineString"}, "id": "682", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99912157147952, -38.6738856392447, 178.00006860998025, -38.67036674755343], "geometry": {"coordinates": [[178.00006860998025, -38.6738856392447], [177.99912157147952, -38.67036674755343]], "type": "LineString"}, "id": "683", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99923801769668, -38.673867842757694, 178.00017663758024, -38.670347565525766], "geometry": {"coordinates": [[178.00017663758024, -38.673867842757694], [177.99923801769668, -38.670347565525766]], "type": "LineString"}, "id": "684", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99935450706468, -38.673850194220556, 178.0002847041848, -38.670328543686566], "geometry": {"coordinates": [[178.0002847041848, -38.673850194220556], [177.99935450706468, -38.670328543686566]], "type": "LineString"}, "id": "685", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99947103926078, -38.67383269392876, 178.000392809559, -38.6703096823494], "geometry": {"coordinates": [[178.000392809559, -38.67383269392876], [177.99947103926078, -38.6703096823494]], "type": "LineString"}, "id": "686", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99958554283617, -38.673815010763256, 178.00050302427172, -38.67029131163536], "geometry": {"coordinates": [[178.00050302427172, -38.673815010763256], [177.99958554283617, -38.67029131163536]], "type": "LineString"}, "id": "687", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99970215780579, -38.6737978089716, 178.00061120744144, -38.670272767479005], "geometry": {"coordinates": [[178.00061120744144, -38.6737978089716], [177.99970215780579, -38.670272767479005]], "type": "LineString"}, "id": "688", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99981888891259, -38.67378076669152, 178.0007193536994, -38.67025437171402], "geometry": {"coordinates": [[178.0007193536994, -38.67378076669152], [177.99981888891259, -38.67025437171402]], "type": "LineString"}, "id": "689", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99993551188788, -38.673763848571944, 178.00082768650228, -38.67023615925962], "geometry": {"coordinates": [[178.00082768650228, -38.673763848571944], [177.99993551188788, -38.67023615925962]], "type": "LineString"}, "id": "690", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00005225011466, -38.67374708960904, 178.00093598168436, -38.67021809487478], "geometry": {"coordinates": [[178.00093598168436, -38.67374708960904], [178.00005225011466, -38.67021809487478]], "type": "LineString"}, "id": "691", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00016695160133, -38.67373016081236, 178.00104639062832, -38.67020050753194], "geometry": {"coordinates": [[178.00104639062832, -38.67373016081236], [178.00016695160133, -38.67020050753194]], "type": "LineString"}, "id": "692", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00028591769296, -38.67371402449287, 178.00115261089783, -38.67018243460481], "geometry": {"coordinates": [[178.00115261089783, -38.67371402449287], [178.00028591769296, -38.67018243460481]], "type": "LineString"}, "id": "693", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00040270453002, -38.673697696663965, 178.0012610858928, -38.67016485980646], "geometry": {"coordinates": [[178.0012610858928, -38.673697696663965], [178.00040270453002, -38.67016485980646]], "type": "LineString"}, "id": "694", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00051758966202, -38.6736812287979, 178.0013715374477, -38.670147732084615], "geometry": {"coordinates": [[178.0013715374477, -38.6736812287979], [178.00051758966202, -38.670147732084615]], "type": "LineString"}, "id": "695", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00063452263828, -38.67366520850643, 178.00148001486622, -38.67013046278481], "geometry": {"coordinates": [[178.00148001486622, -38.67366520850643], [178.00063452263828, -38.67013046278481]], "type": "LineString"}, "id": "696", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00075142625045, -38.67364932510266, 178.00158859471605, -38.670113362414234], "geometry": {"coordinates": [[178.00158859471605, -38.67364932510266], [178.00075142625045, -38.670113362414234]], "type": "LineString"}, "id": "697", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00086843613207, -38.6736335989412, 178.00169714088716, -38.67009641158949], "geometry": {"coordinates": [[178.00169714088716, -38.6736335989412], [178.00086843613207, -38.67009641158949]], "type": "LineString"}, "id": "698", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0009833981771, -38.673617721291585, 178.0018078065023, -38.67007991738753], "geometry": {"coordinates": [[178.0018078065023, -38.673617721291585], [178.0009833981771, -38.67007991738753]], "type": "LineString"}, "id": "699", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00110048101567, -38.67360229103708, 178.00191642213764, -38.67006328136436], "geometry": {"coordinates": [[178.00191642213764, -38.67360229103708], [178.00110048101567, -38.67006328136436]], "type": "LineString"}, "id": "700", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00121760038803, -38.67358700732577, 178.00202507145093, -38.67004680433939], "geometry": {"coordinates": [[178.00202507145093, -38.67358700732577], [178.00121760038803, -38.67004680433939]], "type": "LineString"}, "id": "701", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00133475579148, -38.673571869661, 178.00213375402885, -38.6700304858284], "geometry": {"coordinates": [[178.00213375402885, -38.673571869661], [178.00133475579148, -38.6700304858284]], "type": "LineString"}, "id": "702", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00145194685444, -38.67355687811402, 178.0022424695895, -38.670014325914664], "geometry": {"coordinates": [[178.0022424695895, -38.67355687811402], [178.00145194685444, -38.670014325914664]], "type": "LineString"}, "id": "703", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.001567083118, -38.67354174847344, 178.00235330802755, -38.66999860891527], "geometry": {"coordinates": [[178.00235330802755, -38.67354174847344], [178.001567083118, -38.66999860891527]], "type": "LineString"}, "id": "704", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00168637405508, -38.67352732507704, 178.00246005872725, -38.66998248980597], "geometry": {"coordinates": [[178.00246005872725, -38.67352732507704], [178.00168637405508, -38.66998248980597]], "type": "LineString"}, "id": "705", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0018016376425, -38.67351250097758, 178.00257090333434, -38.669967075111806], "geometry": {"coordinates": [[178.00257090333434, -38.67351250097758], [178.0018016376425, -38.669967075111806]], "type": "LineString"}, "id": "706", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00191890732432, -38.67349808807114, 178.0026798075136, -38.669951553337], "geometry": {"coordinates": [[178.0026798075136, -38.67349808807114], [178.00191890732432, -38.669951553337]], "type": "LineString"}, "id": "707", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00203627038678, -38.67348382843565, 178.00278868317727, -38.669936181412346], "geometry": {"coordinates": [[178.00278868317727, -38.67348382843565], [178.00203627038678, -38.669936181412346]], "type": "LineString"}, "id": "708", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00215366666143, -38.67346971421183, 178.00289758986926, -38.66992096744081], "geometry": {"coordinates": [[178.00289758986926, -38.67346971421183], [178.00215366666143, -38.66992096744081]], "type": "LineString"}, "id": "709", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00226899960094, -38.67345547744737, 178.00300862344417, -38.66990617881956], "geometry": {"coordinates": [[178.00300862344417, -38.67345547744737], [178.00226899960094, -38.66990617881956]], "type": "LineString"}, "id": "710", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0023885021022, -38.673441914070686, 178.0031155499596, -38.66989101930761], "geometry": {"coordinates": [[178.0031155499596, -38.673441914070686], [178.0023885021022, -38.66989101930761]], "type": "LineString"}, "id": "711", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00250389794627, -38.67342797353068, 178.0032266454087, -38.66987653966964], "geometry": {"coordinates": [[178.0032266454087, -38.67342797353068], [178.00250389794627, -38.66987653966964]], "type": "LineString"}, "id": "712", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.002621369347, -38.67341443578894, 178.00333572644527, -38.66986195917849], "geometry": {"coordinates": [[178.00333572644527, -38.67341443578894], [178.002621369347, -38.66986195917849]], "type": "LineString"}, "id": "713", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00273897901948, -38.67340105585745, 178.00344472973538, -38.66984752260718], "geometry": {"coordinates": [[178.00344472973538, -38.67340105585745], [178.00273897901948, -38.66984752260718]], "type": "LineString"}, "id": "714", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00285651426563, -38.67338780750411, 178.0035538672592, -38.66983325588811], "geometry": {"coordinates": [[178.0035538672592, -38.67338780750411], [178.00285651426563, -38.66983325588811]], "type": "LineString"}, "id": "715", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00297413245755, -38.67337470994063, 178.00366298095264, -38.66981913972491], "geometry": {"coordinates": [[178.00366298095264, -38.67337470994063], [178.00297413245755, -38.66981913972491]], "type": "LineString"}, "id": "716", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00309173087493, -38.67336175055259, 178.0037721727396, -38.669805186032534], "geometry": {"coordinates": [[178.0037721727396, -38.67336175055259], [178.00309173087493, -38.669805186032534]], "type": "LineString"}, "id": "717", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0032073545342, -38.67334870177512, 178.00388339697946, -38.66979162207383], "geometry": {"coordinates": [[178.00388339697946, -38.67334870177512], [178.0032073545342, -38.66979162207383]], "type": "LineString"}, "id": "718", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0033250122707, -38.67333603356402, 178.00399264401872, -38.669777978105024], "geometry": {"coordinates": [[178.00399264401872, -38.67333603356402], [178.0033250122707, -38.669777978105024]], "type": "LineString"}, "id": "719", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00344059508546, -38.67332326879324, 178.0041040222412, -38.669764730420226], "geometry": {"coordinates": [[178.0041040222412, -38.67332326879324], [178.00344059508546, -38.669764730420226]], "type": "LineString"}, "id": "720", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00355835924375, -38.67331089650641, 178.00421327445483, -38.669751389644304], "geometry": {"coordinates": [[178.00421327445483, -38.67331089650641], [178.00355835924375, -38.669751389644304]], "type": "LineString"}, "id": "721", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00367615137705, -38.67329866763806, 178.00432255349338, -38.669738204927455], "geometry": {"coordinates": [[178.00432255349338, -38.67329866763806], [178.00367615137705, -38.669738204927455]], "type": "LineString"}, "id": "722", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0037939710414, -38.67328658179093, 178.00443185900338, -38.669725175877325], "geometry": {"coordinates": [[178.00443185900338, -38.67328658179093], [178.0037939710414, -38.669725175877325]], "type": "LineString"}, "id": "723", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00391177400888, -38.673274634106434, 178.0045412345301, -38.669712307161056], "geometry": {"coordinates": [[178.0045412345301, -38.673274634106434], [178.00391177400888, -38.669712307161056]], "type": "LineString"}, "id": "724", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00402964857707, -38.67326283431241, 178.0046505911342, -38.66969958912667], "geometry": {"coordinates": [[178.0046505911342, -38.67326283431241], [178.00402964857707, -38.66969958912667]], "type": "LineString"}, "id": "725", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00414754946488, -38.67325117695237, 178.00475997326848, -38.66968702618985], "geometry": {"coordinates": [[178.00475997326848, -38.67325117695237], [178.00414754946488, -38.66968702618985]], "type": "LineString"}, "id": "726", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00426332439508, -38.673239437181635, 178.00487153267284, -38.669674843202195], "geometry": {"coordinates": [[178.00487153267284, -38.673239437181635], [178.00426332439508, -38.669674843202195]], "type": "LineString"}, "id": "727", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00438338878385, -38.673228285347236, 178.00497885293854, -38.6696623696301], "geometry": {"coordinates": [[178.00497885293854, -38.673228285347236], [178.00438338878385, -38.6696623696301]], "type": "LineString"}, "id": "728", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00449921560744, -38.67321683641764, 178.0050904607257, -38.66965048966466], "geometry": {"coordinates": [[178.0050904607257, -38.67321683641764], [178.00449921560744, -38.66965048966466]], "type": "LineString"}, "id": "729", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00461721927866, -38.67320575101083, 178.00519994064396, -38.66963854254967], "geometry": {"coordinates": [[178.00519994064396, -38.67320575101083], [178.00461721927866, -38.66963854254967]], "type": "LineString"}, "id": "730", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00473520986012, -38.673194803691636, 178.0053094820841, -38.66962675362386], "geometry": {"coordinates": [[178.0053094820841, -38.673194803691636], [178.00473520986012, -38.66962675362386]], "type": "LineString"}, "id": "731", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0048511114634, -38.673183791204245, 178.0054211602683, -38.66961532532561], "geometry": {"coordinates": [[178.0054211602683, -38.673183791204245], [178.0048511114634, -38.66961532532561]], "type": "LineString"}, "id": "732", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00497130400606, -38.673173337447686, 178.00552859430772, -38.66960363360635], "geometry": {"coordinates": [[178.00552859430772, -38.673173337447686], [178.00497130400606, -38.66960363360635]], "type": "LineString"}, "id": "733", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0050872538551, -38.67316261413741, 178.0056403176194, -38.6695925067268], "geometry": {"coordinates": [[178.0056403176194, -38.67316261413741], [178.0050872538551, -38.6695925067268]], "type": "LineString"}, "id": "734", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00520537800458, -38.67315223873724, 178.00574991206855, -38.66958132597755], "geometry": {"coordinates": [[178.00574991206855, -38.67315223873724], [178.00520537800458, -38.66958132597755]], "type": "LineString"}, "id": "735", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0053214076772, -38.67314180810867, 178.00586164605852, -38.669570494765075], "geometry": {"coordinates": [[178.00586164605852, -38.67314180810867], [178.0053214076772, -38.669570494765075]], "type": "LineString"}, "id": "736", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0054395433171, -38.67313171422596, 178.00597131824557, -38.66955962068674], "geometry": {"coordinates": [[178.00597131824557, -38.67313171422596], [178.0054395433171, -38.66955962068674]], "type": "LineString"}, "id": "737", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00555770262324, -38.67312176094486, 178.00608101033114, -38.66954889936208], "geometry": {"coordinates": [[178.00608101033114, -38.67312176094486], [178.00555770262324, -38.66954889936208]], "type": "LineString"}, "id": "738", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00567591582504, -38.6731119505398, 178.00619069133728, -38.66953832765518], "geometry": {"coordinates": [[178.00619069133728, -38.6731119505398], [178.00567591582504, -38.66953832765518]], "type": "LineString"}, "id": "739", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00579412033915, -38.6731022777028, 178.00630042330548, -38.66952791138752], "geometry": {"coordinates": [[178.00630042330548, -38.6731022777028], [178.00579412033915, -38.66952791138752]], "type": "LineString"}, "id": "740", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00591025596336, -38.67309256495976, 178.0064122657589, -38.669517826897525], "geometry": {"coordinates": [[178.0064122657589, -38.67309256495976], [178.00591025596336, -38.669517826897525]], "type": "LineString"}, "id": "741", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00602850329383, -38.67308317469517, 178.00652203727248, -38.66950771174704], "geometry": {"coordinates": [[178.00652203727248, -38.67308317469517], [178.00602850329383, -38.66950771174704]], "type": "LineString"}, "id": "742", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00614679961825, -38.67307392635059, 178.00663180000424, -38.66949774619316], "geometry": {"coordinates": [[178.00663180000424, -38.67307392635059], [178.00614679961825, -38.66949774619316]], "type": "LineString"}, "id": "743", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00626294074937, -38.67306463792789, 178.006743757468, -38.66948811097314], "geometry": {"coordinates": [[178.006743757468, -38.67306463792789], [178.00626294074937, -38.66948811097314]], "type": "LineString"}, "id": "744", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00638127722783, -38.67305567083852, 178.00685355839323, -38.66947844537289], "geometry": {"coordinates": [[178.00685355839323, -38.67305567083852], [178.00638127722783, -38.66947844537289]], "type": "LineString"}, "id": "745", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00649748480447, -38.673046670435525, 178.00696552648736, -38.6694691029268], "geometry": {"coordinates": [[178.00696552648736, -38.673046670435525], [178.00649748480447, -38.6694691029268]], "type": "LineString"}, "id": "746", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00661798213682, -38.67303815036853, 178.00707324213727, -38.669459569729845], "geometry": {"coordinates": [[178.00707324213727, -38.67303815036853], [178.00661798213682, -38.669459569729845]], "type": "LineString"}, "id": "747", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00673420466754, -38.673029431317985, 178.00718526965812, -38.669450524601594], "geometry": {"coordinates": [[178.00718526965812, -38.673029431317985], [178.00673420466754, -38.669450524601594]], "type": "LineString"}, "id": "748", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00685261644318, -38.67302102099868, 178.007295144065, -38.669441459697076], "geometry": {"coordinates": [[178.007295144065, -38.67302102099868], [178.00685261644318, -38.669441459697076]], "type": "LineString"}, "id": "749", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00697104543542, -38.67301274837286, 178.0074050367888, -38.6694325451992], "geometry": {"coordinates": [[178.0074050367888, -38.67301274837286], [178.00697104543542, -38.6694325451992]], "type": "LineString"}, "id": "750", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00708947096962, -38.67300461167567, 178.0075149678407, -38.66942378230253], "geometry": {"coordinates": [[178.0075149678407, -38.67300461167567], [178.00708947096962, -38.66942378230253]], "type": "LineString"}, "id": "751", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00720578921087, -38.672996459924235, 178.007627040621, -38.66941532245735], "geometry": {"coordinates": [[178.007627040621, -38.672996459924235], [178.00720578921087, -38.66941532245735]], "type": "LineString"}, "id": "752", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00732425067085, -38.67298860118472, 178.0077370036217, -38.66940685596859], "geometry": {"coordinates": [[178.0077370036217, -38.67298860118472], [178.00732425067085, -38.66940685596859]], "type": "LineString"}, "id": "753", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00744272987913, -38.67298087945206, 178.00784698182693, -38.669398538803755], "geometry": {"coordinates": [[178.00784698182693, -38.67298087945206], [178.00744272987913, -38.669398538803755]], "type": "LineString"}, "id": "754", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00755911648955, -38.67297315080149, 178.00795908511878, -38.66939051506371], "geometry": {"coordinates": [[178.00795908511878, -38.67297315080149], [178.00755911648955, -38.66939051506371]], "type": "LineString"}, "id": "755", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00767762855617, -38.67296570561078, 178.0080690945063, -38.66938249311625], "geometry": {"coordinates": [[178.0080690945063, -38.67296570561078], [178.00767762855617, -38.66938249311625]], "type": "LineString"}, "id": "756", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0077961573115, -38.672958396785354, 178.00817911825925, -38.669374619872045], "geometry": {"coordinates": [[178.00817911825925, -38.672958396785354], [178.0077961573115, -38.669374619872045]], "type": "LineString"}, "id": "757", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00791471677096, -38.672951225016426, 178.00828914173087, -38.66936689418652], "geometry": {"coordinates": [[178.00828914173087, -38.672951225016426], [178.00791471677096, -38.66936689418652]], "type": "LineString"}, "id": "758", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00803113462084, -38.67294405291671, 178.00840133670604, -38.66935945290107], "geometry": {"coordinates": [[178.00840133670604, -38.67294405291671], [178.00803113462084, -38.66935945290107]], "type": "LineString"}, "id": "759", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00814972366376, -38.672937155578445, 178.0085113895397, -38.66935202042914], "geometry": {"coordinates": [[178.0085113895397, -38.672937155578445], [178.00814972366376, -38.66935202042914]], "type": "LineString"}, "id": "760", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0082661850252, -38.67293026321076, 178.008623598726, -38.66934486637646], "geometry": {"coordinates": [[178.008623598726, -38.67293026321076], [178.0082661850252, -38.66934486637646]], "type": "LineString"}, "id": "761", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0083847899055, -38.672923638572385, 178.00873369217263, -38.66933772691393], "geometry": {"coordinates": [[178.00873369217263, -38.672923638572385], [178.0083847899055, -38.66933772691393]], "type": "LineString"}, "id": "762", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00850340938152, -38.672917148869104, 178.00884379833255, -38.66933073476483], "geometry": {"coordinates": [[178.00884379833255, -38.672917148869104], [178.00850340938152, -38.66933073476483]], "type": "LineString"}, "id": "763", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.008619912867, -38.672910672016684, 178.00895604729735, -38.66932401168822], "geometry": {"coordinates": [[178.00895604729735, -38.672910672016684], [178.008619912867, -38.66932401168822]], "type": "LineString"}, "id": "764", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00873856006464, -38.67290445461439, 178.00906617852286, -38.66931731041852], "geometry": {"coordinates": [[178.00906617852286, -38.67290445461439], [178.00873856006464, -38.66931731041852]], "type": "LineString"}, "id": "765", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00885722080457, -38.67289837113019, 178.00917632162864, -38.669310755464664], "geometry": {"coordinates": [[178.00917632162864, -38.67289837113019], [178.00885722080457, -38.669310755464664]], "type": "LineString"}, "id": "766", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0089737635232, -38.67289230758555, 178.00928860775636, -38.669304461180865], "geometry": {"coordinates": [[178.00928860775636, -38.67289230758555], [178.0089737635232, -38.669304461180865]], "type": "LineString"}, "id": "767", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0090945875755, -38.67288660629198, 178.00939663658693, -38.66929808429222], "geometry": {"coordinates": [[178.00939663658693, -38.67288660629198], [178.0090945875755, -38.66929808429222]], "type": "LineString"}, "id": "768", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00921114899413, -38.67288081535567, 178.00950895186793, -38.66929207563799], "geometry": {"coordinates": [[178.00950895186793, -38.67288081535567], [178.00921114899413, -38.66929207563799]], "type": "LineString"}, "id": "769", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00932986468683, -38.67287526942136, 178.00961913587176, -38.66928610123282], "geometry": {"coordinates": [[178.00961913587176, -38.67287526942136], [178.00932986468683, -38.66928610123282]], "type": "LineString"}, "id": "770", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00944858678255, -38.67286985609708, 178.00972933593562, -38.669280272415435], "geometry": {"coordinates": [[178.00972933593562, -38.67286985609708], [178.00944858678255, -38.669280272415435]], "type": "LineString"}, "id": "771", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0095651881442, -38.6728644749631, 178.0098416786669, -38.66927468852043], "geometry": {"coordinates": [[178.0098416786669, -38.6728644749631], [178.0095651881442, -38.66927468852043]], "type": "LineString"}, "id": "772", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00968393268022, -38.672859329743495, 178.00995189944416, -38.66926914644486], "geometry": {"coordinates": [[178.00995189944416, -38.672859329743495], [178.00968393268022, -38.66926914644486]], "type": "LineString"}, "id": "773", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0098005554572, -38.67285422112622, 178.01006426278056, -38.669263844381845], "geometry": {"coordinates": [[178.01006426278056, -38.67285422112622], [178.0098005554572, -38.669263844381845]], "type": "LineString"}, "id": "774", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00991932113763, -38.672849342631025, 178.01017450317454, -38.66925858767852], "geometry": {"coordinates": [[178.01017450317454, -38.672849342631025], [178.00991932113763, -38.66925858767852]], "type": "LineString"}, "id": "775", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.010035964085, -38.67284450508694, 178.01028688597066, -38.66925356600899], "geometry": {"coordinates": [[178.01028688597066, -38.67284450508694], [178.010035964085, -38.66925356600899]], "type": "LineString"}, "id": "776", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0101547496912, -38.672839892815, 178.01039714496198, -38.66924859418616], "geometry": {"coordinates": [[178.01039714496198, -38.672839892815], [178.0101547496912, -38.66924859418616]], "type": "LineString"}, "id": "777", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01027354486308, -38.67283541137444, 178.01050741274304, -38.669243765640225], "geometry": {"coordinates": [[178.01050741274304, -38.67283541137444], [178.01027354486308, -38.669243765640225]], "type": "LineString"}, "id": "778", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01039021586791, -38.672830977835496, 178.01061982263263, -38.66923916352035], "geometry": {"coordinates": [[178.01061982263263, -38.672830977835496], [178.01039021586791, -38.66923916352035]], "type": "LineString"}, "id": "779", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01051116264566, -38.67282684079462, 178.01072797377077, -38.669234538198516], "geometry": {"coordinates": [[178.01072797377077, -38.67282684079462], [178.01051116264566, -38.669234538198516]], "type": "LineString"}, "id": "780", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0106278508833, -38.67282267394813, 178.01084040032035, -38.66923021521505], "geometry": {"coordinates": [[178.01084040032035, -38.67282267394813], [178.0106278508833, -38.66923021521505]], "type": "LineString"}, "id": "781", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0107466809953, -38.672818717123626, 178.0109507010259, -38.669225954863], "geometry": {"coordinates": [[178.0109507010259, -38.672818717123626], [178.0107466809953, -38.669225954863]], "type": "LineString"}, "id": "782", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01086338524618, -38.67281481799681, 178.01106314327666, -38.66922190893305], "geometry": {"coordinates": [[178.01106314327666, -38.67281481799681], [178.01086338524618, -38.66922190893305]], "type": "LineString"}, "id": "783", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01098010348542, -38.67281105289144, 178.01117558651399, -38.66921799970283], "geometry": {"coordinates": [[178.01117558651399, -38.67281105289144], [178.01098010348542, -38.66921799970283]], "type": "LineString"}, "id": "784", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01110108390665, -38.67280755772655, 178.01128378182037, -38.66921409143021], "geometry": {"coordinates": [[178.01128378182037, -38.67280755772655], [178.01110108390665, -38.66921409143021]], "type": "LineString"}, "id": "785", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0112156760348, -38.672803990920485, 178.01139837965596, -38.66921052518661], "geometry": {"coordinates": [[178.01139837965596, -38.672803990920485], [178.0112156760348, -38.66921052518661]], "type": "LineString"}, "id": "786", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01133668615935, -38.672800751997805, 178.01150657251083, -38.66920690020994], "geometry": {"coordinates": [[178.01150657251083, -38.672800751997805], [178.01133668615935, -38.66920690020994]], "type": "LineString"}, "id": "787", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01145342583393, -38.67279751551425, 178.01161904884597, -38.66920354180718], "geometry": {"coordinates": [[178.01161904884597, -38.67279751551425], [178.01145342583393, -38.66920354180718]], "type": "LineString"}, "id": "788", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01157230611662, -38.67279447007238, 178.01172939676533, -38.66920026132647], "geometry": {"coordinates": [[178.01172939676533, -38.67279447007238], [178.01157230611662, -38.66920026132647]], "type": "LineString"}, "id": "789", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01168905777584, -38.672791497161846, 178.01184188513878, -38.66919717583809], "geometry": {"coordinates": [[178.01184188513878, -38.672791497161846], [178.01168905777584, -38.66919717583809]], "type": "LineString"}, "id": "790", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01180794942235, -38.67278870977236, 178.01195224462396, -38.669194172104305], "geometry": {"coordinates": [[178.01195224462396, -38.67278870977236], [178.01180794942235, -38.669194172104305]], "type": "LineString"}, "id": "791", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01192471195756, -38.672785999484525, 178.01206474402673, -38.66919135857936], "geometry": {"coordinates": [[178.01206474402673, -38.672785999484525], [178.01192471195756, -38.66919135857936]], "type": "LineString"}, "id": "792", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01204361382136, -38.67278346931455, 178.01217511413083, -38.66918863075767], "geometry": {"coordinates": [[178.01217511413083, -38.67278346931455], [178.01204361382136, -38.66918863075767]], "type": "LineString"}, "id": "793", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01216253522296, -38.67278106599094, 178.01228547432183, -38.669186041618076], "geometry": {"coordinates": [[178.01228547432183, -38.67278106599094], [178.01216253522296, -38.669186041618076]], "type": "LineString"}, "id": "794", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0122814470295, -38.6727787887749, 178.0123958532258, -38.66918359167862], "geometry": {"coordinates": [[178.0123958532258, -38.6727787887749], [178.0122814470295, -38.66918359167862]], "type": "LineString"}, "id": "795", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01239822841924, -38.67277659797475, 178.01250837123405, -38.66918131943733], "geometry": {"coordinates": [[178.01250837123405, -38.67277659797475], [178.01239822841924, -38.66918131943733]], "type": "LineString"}, "id": "796", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01251714812722, -38.672774575602126, 178.01261875890717, -38.6691791430329], "geometry": {"coordinates": [[178.01261875890717, -38.672774575602126], [178.01251714812722, -38.6691791430329]], "type": "LineString"}, "id": "797", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01263395500553, -38.67277264427266, 178.01273126708656, -38.669177139004766], "geometry": {"coordinates": [[178.01273126708656, -38.67277264427266], [178.01263395500553, -38.669177139004766]], "type": "LineString"}, "id": "798", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01275286359294, -38.67277087527766, 178.01284168050924, -38.66917523525889], "geometry": {"coordinates": [[178.01284168050924, -38.67277087527766], [178.01275286359294, -38.66917523525889]], "type": "LineString"}, "id": "799", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01286967847227, -38.67276920152034, 178.0129541942968, -38.66917349817284], "geometry": {"coordinates": [[178.0129541942968, -38.67276920152034], [178.01286967847227, -38.66917349817284]], "type": "LineString"}, "id": "800", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0129886116302, -38.672767685452975, 178.0130645957682, -38.66917186546734], "geometry": {"coordinates": [[178.0130645957682, -38.672767685452975], [178.0129886116302, -38.66917186546734]], "type": "LineString"}, "id": "801", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01310543397094, -38.67276626833137, 178.0131771137142, -38.669170394413364], "geometry": {"coordinates": [[178.0131771137142, -38.67276626833137], [178.01310543397094, -38.669170394413364]], "type": "LineString"}, "id": "802", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01322435081795, -38.67276500323613, 178.01328754211806, -38.66916903186932], "geometry": {"coordinates": [[178.01328754211806, -38.67276500323613], [178.01322435081795, -38.66916903186932]], "type": "LineString"}, "id": "803", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.013343290298, -38.672763862132136, 178.01339795246489, -38.66916780525329], "geometry": {"coordinates": [[178.01339795246489, -38.672763862132136], [178.013343290298, -38.66916780525329]], "type": "LineString"}, "id": "804", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0134601213019, -38.67276282690622, 178.01351047547809, -38.66916673175298], "geometry": {"coordinates": [[178.01351047547809, -38.67276282690622], [178.0134601213019, -38.66916673175298]], "type": "LineString"}, "id": "805", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01357906471875, -38.672761935277286, 178.01362088957742, -38.669165773325474], "geometry": {"coordinates": [[178.01362088957742, -38.672761935277286], [178.01357906471875, -38.669165773325474]], "type": "LineString"}, "id": "806", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0136959006066, -38.67276115388654, 178.0137334144391, -38.66916496309331], "geometry": {"coordinates": [[178.0137334144391, -38.67276115388654], [178.0136959006066, -38.66916496309331]], "type": "LineString"}, "id": "807", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0138148468987, -38.67276051056873, 178.01384383143025, -38.66916427169536], "geometry": {"coordinates": [[178.01384383143025, -38.67276051056873], [178.0138148468987, -38.66916427169536]], "type": "LineString"}, "id": "808", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01393168666021, -38.672759981367236, 178.0139563572303, -38.66916372310072], "geometry": {"coordinates": [[178.0139563572303, -38.672759981367236], [178.01393168666021, -38.66916372310072]], "type": "LineString"}, "id": "809", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0140484743624, -38.67275957876012, 178.0140689367952, -38.66916330465011], "geometry": {"coordinates": [[178.0140689367952, -38.67275957876012], [178.0140484743624, -38.66916330465011]], "type": "LineString"}, "id": "810", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0141695827287, -38.67275931091002, 178.01417719670732, -38.669163006361245], "geometry": {"coordinates": [[178.01417719670732, -38.67275931091002], [178.0141695827287, -38.669163006361245]], "type": "LineString"}, "id": "811", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01428639748738, -38.672759157286166, 178.01428975121217, -38.669162849130224], "geometry": {"coordinates": [[178.01428975121217, -38.672759157286166], [178.01428639748738, -38.669162849130224]], "type": "LineString"}, "id": "812", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01440230608424, -38.67275912941374, 178.01440321218536, -38.669162820752305], "geometry": {"coordinates": [[178.01440230608424, -38.67275912941374], [178.01440321218536, -38.669162820752305]], "type": "LineString"}, "id": "813", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01451269836102, -38.67275922401977, 178.01452218921872, -38.6691629233704], "geometry": {"coordinates": [[178.01451269836102, -38.67275922401977], [178.01452218921872, -38.6691629233704]], "type": "LineString"}, "id": "814", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01462312060036, -38.672759439076415, 178.01464113568534, -38.669163158847056], "geometry": {"coordinates": [[178.01462312060036, -38.672759439076415], [178.01464113568534, -38.669163158847056]], "type": "LineString"}, "id": "815", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01473777608007, -38.672759790434, 178.01475584806633, -38.66916351076567], "geometry": {"coordinates": [[178.01473777608007, -38.672759790434], [178.01475584806633, -38.66916351076567]], "type": "LineString"}, "id": "816", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0148481970164, -38.67276025143257, 178.01487479327463, -38.669164004685285], "geometry": {"coordinates": [[178.0148481970164, -38.67276025143257], [178.01487479327463, -38.669164004685285]], "type": "LineString"}, "id": "817", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01496074991658, -38.672760844074716, 178.01499160467424, -38.669164618618495], "geometry": {"coordinates": [[178.01496074991658, -38.672760844074716], [178.01499160467424, -38.669164618618495]], "type": "LineString"}, "id": "818", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01507113639306, -38.67276154672741, 178.01511057999718, -38.66916537324961], "geometry": {"coordinates": [[178.01507113639306, -38.67276154672741], [178.01511057999718, -38.66916537324961]], "type": "LineString"}, "id": "819", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0151836869811, -38.67276238500949, 178.01522738849025, -38.66916624216893], "geometry": {"coordinates": [[178.0151836869811, -38.67276238500949], [178.01522738849025, -38.66916624216893]], "type": "LineString"}, "id": "820", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01529406956095, -38.67276332789801, 178.01534636161958, -38.669167255909706], "geometry": {"coordinates": [[178.01529406956095, -38.67276332789801], [178.01534636161958, -38.669167255909706]], "type": "LineString"}, "id": "821", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01540448575787, -38.6727643895305, 178.01546529743035, -38.66916840027084], "geometry": {"coordinates": [[178.01540448575787, -38.6727643895305], [178.01546529743035, -38.66916840027084]], "type": "LineString"}, "id": "822", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01551703174005, -38.67276559329361, 178.01558209944784, -38.66916965020202], "geometry": {"coordinates": [[178.01551703174005, -38.67276559329361], [178.01558209944784, -38.66916965020202]], "type": "LineString"}, "id": "823", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01562953845078, -38.6727669189281, 178.01569893618515, -38.669171025978265], "geometry": {"coordinates": [[178.01562953845078, -38.6727669189281], [178.01569893618515, -38.669171025978265]], "type": "LineString"}, "id": "824", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0157399492573, -38.67276833952256, 178.0158178637427, -38.66917255417592], "geometry": {"coordinates": [[178.0157399492573, -38.67276833952256], [178.0158178637427, -38.66917255417592]], "type": "LineString"}, "id": "825", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01585035864628, -38.672769876952934, 178.01593678733605, -38.66917421157307], "geometry": {"coordinates": [[178.01585035864628, -38.672769876952934], [178.01593678733605, -38.66917421157307]], "type": "LineString"}, "id": "826", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01596285589957, -38.67277156427289, 178.0160536173651, -38.66917596489104], "geometry": {"coordinates": [[178.01596285589957, -38.67277156427289], [178.0160536173651, -38.66917596489104]], "type": "LineString"}, "id": "827", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01607321951246, -38.67277333721555, 178.01617257470747, -38.66917787785377], "geometry": {"coordinates": [[178.01607321951246, -38.67277333721555], [178.01617257470747, -38.66917787785377]], "type": "LineString"}, "id": "828", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01618575016127, -38.672775265181016, 178.01628935850675, -38.66917987998411], "geometry": {"coordinates": [[178.01618575016127, -38.672775265181016], [178.01628935850675, -38.66917987998411]], "type": "LineString"}, "id": "829", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0162982776447, -38.672777313620735, 178.01640613843736, -38.6691820056695], "geometry": {"coordinates": [[178.0162982776447, -38.672777313620735], [178.01640613843736, -38.6691820056695]], "type": "LineString"}, "id": "830", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0164108017678, -38.6727794821812, 178.0165229142936, -38.66918425455484], "geometry": {"coordinates": [[178.0164108017678, -38.6727794821812], [178.0165229142936, -38.66918425455484]], "type": "LineString"}, "id": "831", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0165190228147, -38.67278168182592, 178.01664398517792, -38.66918671497587], "geometry": {"coordinates": [[178.0165190228147, -38.67278168182592], [178.01664398517792, -38.66918671497587]], "type": "LineString"}, "id": "832", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01663366772505, -38.672784132581576, 178.01675862430534, -38.66918916599441], "geometry": {"coordinates": [[178.01663366772505, -38.672784132581576], [178.01675862430534, -38.66918916599441]], "type": "LineString"}, "id": "833", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01674400833522, -38.67278660914501, 178.0168775588869, -38.669191832848526], "geometry": {"coordinates": [[178.01674400833522, -38.67278660914501], [178.0168775588869, -38.669191832848526]], "type": "LineString"}, "id": "834", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01685651689917, -38.67278925156723, 178.01699431662846, -38.66919457422181], "geometry": {"coordinates": [[178.01685651689917, -38.67278925156723], [178.01699431662846, -38.66919457422181]], "type": "LineString"}, "id": "835", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01696684820243, -38.67279195897791, 178.01711324212286, -38.669197490815726], "geometry": {"coordinates": [[178.01696684820243, -38.67279195897791], [178.01711324212286, -38.669197490815726]], "type": "LineString"}, "id": "836", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01707930116416, -38.67279483538972, 178.01723003628777, -38.66920047788952], "geometry": {"coordinates": [[178.01707930116416, -38.67279483538972], [178.01723003628777, -38.66920047788952]], "type": "LineString"}, "id": "837", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01718966922485, -38.67279777357925, 178.01734890510363, -38.66920364174552], "geometry": {"coordinates": [[178.01718966922485, -38.67279777357925], [178.01734890510363, -38.66920364174552]], "type": "LineString"}, "id": "838", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01730211112599, -38.67280088358449, 178.01746568965058, -38.669206871996735], "geometry": {"coordinates": [[178.01730211112599, -38.67280088358449], [178.01746568965058, -38.669206871996735]], "type": "LineString"}, "id": "839", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01741459571676, -38.672804112370834, 178.01758242058222, -38.6692102214934], "geometry": {"coordinates": [[178.01741459571676, -38.672804112370834], [178.01758242058222, -38.6692102214934]], "type": "LineString"}, "id": "840", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01752494987778, -38.67280739438402, 178.01770127059757, -38.66921375389949], "geometry": {"coordinates": [[178.01752494987778, -38.67280739438402], [178.01770127059757, -38.66921375389949]], "type": "LineString"}, "id": "841", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0176352493205, -38.6728107869269, 178.0178201636753, -38.669217412289335], "geometry": {"coordinates": [[178.0176352493205, -38.6728107869269], [178.0178201636753, -38.669217412289335]], "type": "LineString"}, "id": "842", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01774766701203, -38.672814360647905, 178.01793692658973, -38.66922112543806], "geometry": {"coordinates": [[178.01774766701203, -38.672814360647905], [178.01793692658973, -38.66922112543806]], "type": "LineString"}, "id": "843", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0178580057477, -38.67281798061779, 178.0180557560161, -38.6692250268214], "geometry": {"coordinates": [[178.0178580057477, -38.67281798061779], [178.0180557560161, -38.6692250268214]], "type": "LineString"}, "id": "844", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0179704103423, -38.672821783940506, 178.01817250696774, -38.66922897916814], "geometry": {"coordinates": [[178.0179704103423, -38.672821783940506], [178.01817250696774, -38.66922897916814]], "type": "LineString"}, "id": "845", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01808286104568, -38.67282570441926, 178.01828919872978, -38.66923304819098], "geometry": {"coordinates": [[178.01808286104568, -38.67282570441926], [178.01828919872978, -38.66923304819098]], "type": "LineString"}, "id": "846", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01819525187508, -38.67282973781088, 178.01840593695468, -38.66923723704152], "geometry": {"coordinates": [[178.01819525187508, -38.67282973781088], [178.01840593695468, -38.66923723704152]], "type": "LineString"}, "id": "847", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01830763531186, -38.67283388577456, 178.0185226687983, -38.66924154374146], "geometry": {"coordinates": [[178.01830763531186, -38.67283388577456], [178.0185226687983, -38.66924154374146]], "type": "LineString"}, "id": "848", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01841794337975, -38.6728380696385, 178.01864146178838, -38.66924604631037], "geometry": {"coordinates": [[178.01841794337975, -38.6728380696385], [178.01864146178838, -38.66924604631037]], "type": "LineString"}, "id": "849", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01853031207227, -38.67284244411344, 178.0187581798156, -38.6692505891272], "geometry": {"coordinates": [[178.01853031207227, -38.67284244411344], [178.0187581798156, -38.6692505891272]], "type": "LineString"}, "id": "850", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01864060759326, -38.67284684945282, 178.01887695610557, -38.66925533168129], "geometry": {"coordinates": [[178.01864060759326, -38.67284684945282], [178.01887695610557, -38.66925533168129]], "type": "LineString"}, "id": "851", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01875296090915, -38.67285144928048, 178.01899365958081, -38.669260109457824], "geometry": {"coordinates": [[178.01875296090915, -38.67285144928048], [178.01899365958081, -38.669260109457824]], "type": "LineString"}, "id": "852", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01886318521574, -38.67285607222992, 178.01911247651094, -38.66926509306485], "geometry": {"coordinates": [[178.01886318521574, -38.67285607222992], [178.01911247651094, -38.66926509306485]], "type": "LineString"}, "id": "853", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01897558065522, -38.67286089848414, 178.01922910662555, -38.66927010191885], "geometry": {"coordinates": [[178.01897558065522, -38.67286089848414], [178.01922910662555, -38.66927010191885]], "type": "LineString"}, "id": "854", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0190858493869, -38.67286574288672, 178.01934784722624, -38.66927532048341], "geometry": {"coordinates": [[178.0190858493869, -38.67286574288672], [178.01934784722624, -38.66927532048341]], "type": "LineString"}, "id": "855", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0191981100604, -38.67287078654693, 178.0194645795642, -38.66928056678797], "geometry": {"coordinates": [[178.0191981100604, -38.67287078654693], [178.0194645795642, -38.66928056678797]], "type": "LineString"}, "id": "856", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01931048209403, -38.67287594731825, 178.0195811837928, -38.66928592253575], "geometry": {"coordinates": [[178.01931048209403, -38.67287594731825], [178.0195811837928, -38.66928592253575]], "type": "LineString"}, "id": "857", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01942066669534, -38.67288111612092, 178.01969995827386, -38.66929149613529], "geometry": {"coordinates": [[178.01942066669534, -38.67288111612092], [178.01969995827386, -38.66929149613529]], "type": "LineString"}, "id": "858", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01953514054406, -38.67288659988659, 178.01981442634082, -38.66929698001135], "geometry": {"coordinates": [[178.01953514054406, -38.67288659988659], [178.01981442634082, -38.66929698001135]], "type": "LineString"}, "id": "859", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01964319083868, -38.67289188208888, 178.0199352999563, -38.66930288990242], "geometry": {"coordinates": [[178.01964319083868, -38.67289188208888], [178.0199352999563, -38.66930288990242]], "type": "LineString"}, "id": "860", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01975758378913, -38.672897587010645, 178.02004981321892, -38.66930860123041], "geometry": {"coordinates": [[178.01975758378913, -38.672897587010645], [178.02004981321892, -38.66930860123041]], "type": "LineString"}, "id": "861", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0198699136327, -38.672903299889136, 178.02016637120335, -38.669314527616194], "geometry": {"coordinates": [[178.0198699136327, -38.672903299889136], [178.02016637120335, -38.669314527616194]], "type": "LineString"}, "id": "862", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01998005444884, -38.67290900942372, 178.0202850995122, -38.66932067985579], "geometry": {"coordinates": [[178.01998005444884, -38.67290900942372], [178.0202850995122, -38.66932067985579]], "type": "LineString"}, "id": "863", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.02009236687041, -38.672914939987585, 178.02040163741944, -38.669326833106346], "geometry": {"coordinates": [[178.02009236687041, -38.672914939987585], [178.02040163741944, -38.669326833106346]], "type": "LineString"}, "id": "864", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.02020248988896, -38.67292086168163, 178.0205203454463, -38.669333216300835], "geometry": {"coordinates": [[178.02020248988896, -38.67292086168163], [178.0205203454463, -38.669333216300835]], "type": "LineString"}, "id": "865", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0203147178761, -38.672927004873856, 178.0206369291241, -38.669339598681304], "geometry": {"coordinates": [[178.0203147178761, -38.672927004873856], [178.0206369291241, -38.669339598681304]], "type": "LineString"}, "id": "866", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.02042700260492, -38.67293326021021, 178.02075343628144, -38.669346089017694], "geometry": {"coordinates": [[178.02042700260492, -38.67293326021021], [178.02075343628144, -38.669346089017694]], "type": "LineString"}, "id": "867", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0205370971304, -38.67293949920924, 178.02087211349988, -38.669352814751946], "geometry": {"coordinates": [[178.0205370971304, -38.67293949920924], [178.02087211349988, -38.669352814751946]], "type": "LineString"}, "id": "868", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.02064936312684, -38.67294596872667, 178.02098859904044, -38.66935952841411], "geometry": {"coordinates": [[178.02064936312684, -38.67294596872667], [178.02098859904044, -38.66935952841411]], "type": "LineString"}, "id": "869", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.02076155052987, -38.67295254185309, 178.02110514252456, -38.66936635679115], "geometry": {"coordinates": [[178.02076155052987, -38.67295254185309], [178.02110514252456, -38.66936635679115]], "type": "LineString"}, "id": "870", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0208737271572, -38.672959222037306, 178.0212216758841, -38.66937329553498], "geometry": {"coordinates": [[178.0208737271572, -38.672959222037306], [178.0212216758841, -38.66937329553498]], "type": "LineString"}, "id": "871", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0209858929029, -38.672966008700115, 178.02133819900143, -38.66938034406791], "geometry": {"coordinates": [[178.0209858929029, -38.672966008700115], [178.02133819900143, -38.66938034406791]], "type": "LineString"}, "id": "872", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.02109593628577, -38.672972772157436, 178.02145682288443, -38.66938763239397], "geometry": {"coordinates": [[178.02109593628577, -38.672972772157436], [178.02145682288443, -38.66938763239397]], "type": "LineString"}, "id": "873", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0212081514536, -38.672979774194864, 178.0215732534281, -38.669394897133955], "geometry": {"coordinates": [[178.0212081514536, -38.672979774194864], [178.0215732534281, -38.669394897133955]], "type": "LineString"}, "id": "874", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.02131817470095, -38.67298674316036, 178.0216918538128, -38.66940240969339], "geometry": {"coordinates": [[178.02131817470095, -38.67298674316036], [178.0216918538128, -38.66940240969339]], "type": "LineString"}, "id": "875", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.02143036935502, -38.67299395510255, 178.02180826066248, -38.6694098934377], "geometry": {"coordinates": [[178.02143036935502, -38.67299395510255], [178.02180826066248, -38.6694098934377]], "type": "LineString"}, "id": "876", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0215424801402, -38.67300126731732, 178.02192472892037, -38.669417490039066], "geometry": {"coordinates": [[178.0215424801402, -38.67300126731732], [178.02192472892037, -38.669417490039066]], "type": "LineString"}, "id": "877", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0216524714121, -38.673008543761924, 178.02204329383596, -38.669425335234585], "geometry": {"coordinates": [[178.0216524714121, -38.673008543761924], [178.02204329383596, -38.669425335234585]], "type": "LineString"}, "id": "878", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.02176455902637, -38.67301606358429, 178.0221597395137, -38.66943314921621], "geometry": {"coordinates": [[178.02176455902637, -38.67301606358429], [178.0221597395137, -38.66943314921621]], "type": "LineString"}, "id": "879", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0218767100971, -38.67302369252137, 178.02227609851855, -38.66944106530687], "geometry": {"coordinates": [[178.0218767100971, -38.67302369252137], [178.02227609851855, -38.66944106530687]], "type": "LineString"}, "id": "880", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0219866684525, -38.673031273380026, 178.02239462666304, -38.66944924004095], "geometry": {"coordinates": [[178.0219866684525, -38.673031273380026], [178.02239462666304, -38.66944924004095]], "type": "LineString"}, "id": "881", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.02209872085749, -38.67303910290924, 178.0225110370844, -38.66945737663598], "geometry": {"coordinates": [[178.02209872085749, -38.67303910290924], [178.0225110370844, -38.66945737663598]], "type": "LineString"}, "id": "882", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.02221076105167, -38.67304703543909, 178.02262743575793, -38.669465619550024], "geometry": {"coordinates": [[178.02221076105167, -38.67304703543909], [178.02262743575793, -38.669465619550024]], "type": "LineString"}, "id": "883", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.02232286668692, -38.673055076303605, 178.02274374478804, -38.66947396288175], "geometry": {"coordinates": [[178.02232286668692, -38.673055076303605], [178.02274374478804, -38.66947396288175]], "type": "LineString"}, "id": "884", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.022434882599, -38.67306321416899, 178.02286011906352, -38.669482417580376], "geometry": {"coordinates": [[178.022434882599, -38.67306321416899], [178.02286011906352, -38.669482417580376]], "type": "LineString"}, "id": "885", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.02254688598694, -38.673071453870676, 178.0229764812424, -38.669490977435174], "geometry": {"coordinates": [[178.02254688598694, -38.673071453870676], [178.0229764812424, -38.669490977435174]], "type": "LineString"}, "id": "886", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.02265677371457, -38.67307963795977, 178.023094934054, -38.66949979984237], "geometry": {"coordinates": [[178.02265677371457, -38.67307963795977], [178.023094934054, -38.66949979984237]], "type": "LineString"}, "id": "887", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.02276883216956, -38.673088085527105, 178.02321119108765, -38.66950856514964], "geometry": {"coordinates": [[178.02276883216956, -38.673088085527105], [178.02321119108765, -38.66950856514964]], "type": "LineString"}, "id": "888", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.02288079805774, -38.673096628102925, 178.02332751534777, -38.66951744077512], "geometry": {"coordinates": [[178.02288079805774, -38.673096628102925], [178.02332751534777, -38.66951744077512]], "type": "LineString"}, "id": "889", "properties": {"__folium_color": "red"}, "type": "Feature"}], "type": "FeatureCollection"});\n", + " geo_json_4f0b26953e08102f98b96661c68d59db_add({"bbox": [177.93990729828195, -38.711755359004165, 178.0235258122912, -38.66876203633708], "features": [{"bbox": [177.93990729828195, -38.71172422300138, 177.94410477348276, -38.71026853499868], "geometry": {"coordinates": [[177.94410477348276, -38.71172422300138], [177.93990729828195, -38.71026853499868]], "type": "LineString"}, "id": "0", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.93995395026107, -38.71164234743264, 177.94415103565876, -38.710185978523356], "geometry": {"coordinates": [[177.94415103565876, -38.71164234743264], [177.93995395026107, -38.710185978523356]], "type": "LineString"}, "id": "1", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9400002165627, -38.711559789532004, 177.94419768327953, -38.710104104343735], "geometry": {"coordinates": [[177.94419768327953, -38.711559789532004], [177.9400002165627, -38.710104104343735]], "type": "LineString"}, "id": "2", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94004686834347, -38.711477913938886, 177.94424394525885, -38.710021547843816], "geometry": {"coordinates": [[177.94424394525885, -38.711477913938886], [177.94004686834347, -38.710021547843816]], "type": "LineString"}, "id": "3", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9400931344484, -38.711395356013675, 177.94429059268126, -38.709939673639816], "geometry": {"coordinates": [[177.94429059268126, -38.711395356013675], [177.9400931344484, -38.709939673639816]], "type": "LineString"}, "id": "4", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9401395932431, -38.711313139236154, 177.944337047234, -38.70985745826949], "geometry": {"coordinates": [[177.944337047234, -38.711313139236154], [177.9401395932431, -38.70985745826949]], "type": "LineString"}, "id": "5", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94064332754917, -38.711755359004165, 177.9439583975457, -38.70926769241307], "geometry": {"coordinates": [[177.9439583975457, -38.711755359004165], [177.94064332754917, -38.70926769241307]], "type": "LineString"}, "id": "6", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94072267463417, -38.711690401355334, 177.94403774389542, -38.70920273699025], "geometry": {"coordinates": [[177.94403774389542, -38.711690401355334], [177.94072267463417, -38.70920273699025]], "type": "LineString"}, "id": "7", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9408020215755, -38.71162544366145, 177.94411709010134, -38.70913778152238], "geometry": {"coordinates": [[177.94411709010134, -38.71162544366145], [177.9408020215755, -38.70913778152238]], "type": "LineString"}, "id": "8", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9408802903179, -38.711559603364485, 177.94419751420872, -38.70907370853723], "geometry": {"coordinates": [[177.94419751420872, -38.711559603364485], [177.9408802903179, -38.70907370853723]], "type": "LineString"}, "id": "9", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9409596369737, -38.71149464557988, 177.94427686012526, -38.70900875297984], "geometry": {"coordinates": [[177.94427686012526, -38.71149464557988], [177.9409596369737, -38.70900875297984]], "type": "LineString"}, "id": "10", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9410389834858, -38.71142968775023, 177.94435620589803, -38.708943797377394], "geometry": {"coordinates": [[177.94435620589803, -38.71142968775023], [177.9410389834858, -38.708943797377394]], "type": "LineString"}, "id": "11", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94111832985416, -38.711364729875505, 177.94443555152708, -38.70887884172988], "geometry": {"coordinates": [[177.94443555152708, -38.711364729875505], [177.94111832985416, -38.70887884172988]], "type": "LineString"}, "id": "12", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9411974233985, -38.711299564921255, 177.94451514969037, -38.70881409306469], "geometry": {"coordinates": [[177.94451514969037, -38.711299564921255], [177.9411974233985, -38.70881409306469]], "type": "LineString"}, "id": "13", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94127702215977, -38.7112348139909, 177.94459424235396, -38.70874893029967], "geometry": {"coordinates": [[177.94459424235396, -38.7112348139909], [177.94127702215977, -38.70874893029967]], "type": "LineString"}, "id": "14", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94135744614047, -38.71117073854273, 177.94467250951834, -38.708683091985506], "geometry": {"coordinates": [[177.94467250951834, -38.71117073854273], [177.94135744614047, -38.708683091985506]], "type": "LineString"}, "id": "15", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.941436791932, -38.7111057804884, 177.94475185457438, -38.70861813615715], "geometry": {"coordinates": [[177.94475185457438, -38.7111057804884], [177.941436791932, -38.70861813615715]], "type": "LineString"}, "id": "16", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94151613757987, -38.71104082238902, 177.9448311994867, -38.708553180283715], "geometry": {"coordinates": [[177.9448311994867, -38.71104082238902], [177.94151613757987, -38.708553180283715]], "type": "LineString"}, "id": "17", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94159548308397, -38.710975864244595, 177.94491054425532, -38.70848822436523], "geometry": {"coordinates": [[177.94491054425532, -38.710975864244595], [177.94159548308397, -38.70848822436523]], "type": "LineString"}, "id": "18", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94167482844438, -38.710910906055105, 177.94498988888017, -38.70842326840169], "geometry": {"coordinates": [[177.94498988888017, -38.710910906055105], [177.94167482844438, -38.70842326840169]], "type": "LineString"}, "id": "19", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94158718649055, -38.71069526142771, 177.94522355290886, -38.708500466786106], "geometry": {"coordinates": [[177.94522355290886, -38.71069526142771], [177.94158718649055, -38.708500466786106]], "type": "LineString"}, "id": "20", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94165721047014, -38.710624026788224, 177.94529357494554, -38.708429234220496], "geometry": {"coordinates": [[177.94529357494554, -38.710624026788224], [177.94165721047014, -38.708429234220496]], "type": "LineString"}, "id": "21", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94172723431325, -38.71055279211528, 177.9453635968457, -38.70835800162141], "geometry": {"coordinates": [[177.9453635968457, -38.71055279211528], [177.94172723431325, -38.70835800162141]], "type": "LineString"}, "id": "22", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94179725801985, -38.71048155740882, 177.94543361860937, -38.70828676898882], "geometry": {"coordinates": [[177.94543361860937, -38.71048155740882], [177.94179725801985, -38.70828676898882]], "type": "LineString"}, "id": "23", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94186728158994, -38.710410322668885, 177.94550364023647, -38.70821553632274], "geometry": {"coordinates": [[177.94550364023647, -38.710410322668885], [177.94186728158994, -38.70821553632274]], "type": "LineString"}, "id": "24", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94193705780393, -38.71033883638832, 177.9455739089398, -38.708144555123], "geometry": {"coordinates": [[177.9455739089398, -38.71033883638832], [177.94193705780393, -38.708144555123]], "type": "LineString"}, "id": "25", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94200732832056, -38.71026785308857, 177.9456436830812, -38.708073070890094], "geometry": {"coordinates": [[177.9456436830812, -38.71026785308857], [177.94200732832056, -38.708073070890094]], "type": "LineString"}, "id": "26", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94207735148115, -38.71019661824818, 177.94571370429875, -38.70800183812354], "geometry": {"coordinates": [[177.94571370429875, -38.71019661824818], [177.94207735148115, -38.70800183812354]], "type": "LineString"}, "id": "27", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9421471272871, -38.71012513186679, 177.94578397259107, -38.70793085682367], "geometry": {"coordinates": [[177.94578397259107, -38.71012513186679], [177.9421471272871, -38.70793085682367]], "type": "LineString"}, "id": "28", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94221739739274, -38.71005414846695, 177.9458537463244, -38.70785937248994], "geometry": {"coordinates": [[177.9458537463244, -38.71005414846695], [177.94221739739274, -38.70785937248994]], "type": "LineString"}, "id": "29", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94228742014377, -38.70998291352612, 177.94592376713243, -38.70778813962291], "geometry": {"coordinates": [[177.94592376713243, -38.70998291352612], [177.94228742014377, -38.70778813962291]], "type": "LineString"}, "id": "30", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9423571955417, -38.70991142704393, 177.94599403501374, -38.70771715822293], "geometry": {"coordinates": [[177.94599403501374, -38.70991142704393], [177.9423571955417, -38.70771715822293]], "type": "LineString"}, "id": "31", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9424274652364, -38.70984044354399, 177.94606380833898, -38.70764567378836], "geometry": {"coordinates": [[177.94606380833898, -38.70984044354399], [177.9424274652364, -38.70764567378836]], "type": "LineString"}, "id": "32", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94249748757792, -38.70976920850269, 177.94613382873746, -38.70757444082087], "geometry": {"coordinates": [[177.94613382873746, -38.70976920850269], [177.94249748757792, -38.70757444082087]], "type": "LineString"}, "id": "33", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94256750978295, -38.70969797342793, 177.94620384899946, -38.70750320781986], "geometry": {"coordinates": [[177.94620384899946, -38.70969797342793], [177.94256750978295, -38.70750320781986]], "type": "LineString"}, "id": "34", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94263668214452, -38.70962587347018, 177.9462747188083, -38.70743283960971], "geometry": {"coordinates": [[177.9462747188083, -38.70962587347018], [177.94263668214452, -38.70743283960971]], "type": "LineString"}, "id": "35", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94270755378352, -38.709555503177945, 177.94634388911393, -38.70736074171741], "geometry": {"coordinates": [[177.94634388911393, -38.709555503177945], [177.94270755378352, -38.70736074171741]], "type": "LineString"}, "id": "36", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94277757557907, -38.709484268002726, 177.94641390896638, -38.70728950861593], "geometry": {"coordinates": [[177.94641390896638, -38.709484268002726], [177.94277757557907, -38.70728950861593]], "type": "LineString"}, "id": "37", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9428473500248, -38.709412781285344, 177.94648417588877, -38.70721852698234], "geometry": {"coordinates": [[177.94648417588877, -38.709412781285344], [177.9428473500248, -38.70721852698234]], "type": "LineString"}, "id": "38", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94291761876065, -38.709341797551865, 177.94655394826177, -38.70714704231254], "geometry": {"coordinates": [[177.94655394826177, -38.709341797551865], [177.94291761876065, -38.70714704231254]], "type": "LineString"}, "id": "39", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9429876401467, -38.709270562276224, 177.94662396770474, -38.707075809110606], "geometry": {"coordinates": [[177.94662396770474, -38.709270562276224], [177.9429876401467, -38.707075809110606]], "type": "LineString"}, "id": "40", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94288607996728, -38.70900246929731, 177.9468550666209, -38.707195907855564], "geometry": {"coordinates": [[177.9468550666209, -38.70900246929731], [177.94288607996728, -38.707195907855564]], "type": "LineString"}, "id": "41", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94294348856909, -38.708924414465606, 177.94691292083675, -38.70711846040391], "geometry": {"coordinates": [[177.94691292083675, -38.708924414465606], [177.94294348856909, -38.70711846040391]], "type": "LineString"}, "id": "42", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94300134596094, -38.70884696523806, 177.94697032604938, -38.70704040731999], "geometry": {"coordinates": [[177.94697032604938, -38.70884696523806], [177.94300134596094, -38.70704040731999]], "type": "LineString"}, "id": "43", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94305875432485, -38.70876891036434, 177.94702818002548, -38.70696295982662], "geometry": {"coordinates": [[177.94702818002548, -38.70876891036434], [177.94305875432485, -38.70696295982662]], "type": "LineString"}, "id": "44", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94311661147694, -38.70869146109509, 177.94708558500022, -38.70688490670065], "geometry": {"coordinates": [[177.94708558500022, -38.70869146109509], [177.94311661147694, -38.70688490670065]], "type": "LineString"}, "id": "45", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94317401960302, -38.70861340617936, 177.94714343873662, -38.706807459165574], "geometry": {"coordinates": [[177.94714343873662, -38.70861340617936], [177.94317401960302, -38.706807459165574]], "type": "LineString"}, "id": "46", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94323187651534, -38.70853595686841, 177.94720084347347, -38.70672940599755], "geometry": {"coordinates": [[177.94720084347347, -38.70853595686841], [177.94323187651534, -38.70672940599755]], "type": "LineString"}, "id": "47", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94328928440356, -38.70845790191065, 177.9472586969701, -38.70665195842078], "geometry": {"coordinates": [[177.9472586969701, -38.70845790191065], [177.94328928440356, -38.70665195842078]], "type": "LineString"}, "id": "48", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94334714107617, -38.708380452558025, 177.9473161014691, -38.70657390521073], "geometry": {"coordinates": [[177.9473161014691, -38.708380452558025], [177.94334714107617, -38.70657390521073]], "type": "LineString"}, "id": "49", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9434045487265, -38.708302397558235, 177.94737395472606, -38.70649645759223], "geometry": {"coordinates": [[177.94737395472606, -38.708302397558235], [177.9434045487265, -38.70649645759223]], "type": "LineString"}, "id": "50", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94346240515944, -38.70822494816392, 177.9474313589872, -38.70641840434015], "geometry": {"coordinates": [[177.9474313589872, -38.70822494816392], [177.94346240515944, -38.70641840434015]], "type": "LineString"}, "id": "51", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9435198125719, -38.70814689312213, 177.9474892120044, -38.70634095667995], "geometry": {"coordinates": [[177.9474892120044, -38.70814689312213], [177.9435198125719, -38.70634095667995]], "type": "LineString"}, "id": "52", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94357766876507, -38.708069443686114, 177.9475466160277, -38.70626290338582], "geometry": {"coordinates": [[177.9475466160277, -38.708069443686114], [177.94357766876507, -38.70626290338582]], "type": "LineString"}, "id": "53", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94363507593968, -38.70799138860229, 177.94760446880517, -38.7061854556839], "geometry": {"coordinates": [[177.94760446880517, -38.70799138860229], [177.94363507593968, -38.7061854556839]], "type": "LineString"}, "id": "54", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94369293189314, -38.70791393912457, 177.94766187259057, -38.706107402347754], "geometry": {"coordinates": [[177.94766187259057, -38.70791393912457], [177.94369293189314, -38.706107402347754]], "type": "LineString"}, "id": "55", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94375033882991, -38.70783588399875, 177.94771972512837, -38.70602995460411], "geometry": {"coordinates": [[177.94771972512837, -38.70783588399875], [177.94375033882991, -38.70602995460411]], "type": "LineString"}, "id": "56", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94380819454366, -38.707758434479345, 177.9477771286759, -38.70595190122592], "geometry": {"coordinates": [[177.9477771286759, -38.707758434479345], [177.94380819454366, -38.70595190122592]], "type": "LineString"}, "id": "57", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94386560124252, -38.70768037931151, 177.947834980974, -38.7058744534406], "geometry": {"coordinates": [[177.947834980974, -38.70768037931151], [177.94386560124252, -38.7058744534406]], "type": "LineString"}, "id": "58", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94392345671656, -38.70760292975042, 177.9478923842837, -38.70579640002037], "geometry": {"coordinates": [[177.9478923842837, -38.70760292975042], [177.94392345671656, -38.70579640002037]], "type": "LineString"}, "id": "59", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94391278606585, -38.707430136404895, 177.9480110627888, -38.7058106116587], "geometry": {"coordinates": [[177.9480110627888, -38.707430136404895], [177.94391278606585, -38.7058106116587]], "type": "LineString"}, "id": "60", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94396444709562, -38.707349849331685, 177.94806271999516, -38.70573032616447], "geometry": {"coordinates": [[177.94806271999516, -38.707349849331685], [177.94396444709562, -38.70573032616447]], "type": "LineString"}, "id": "61", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9440161080166, -38.7072695622425, 177.94811437709268, -38.705650040654255], "geometry": {"coordinates": [[177.94811437709268, -38.7072695622425], [177.9440161080166, -38.705650040654255]], "type": "LineString"}, "id": "62", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94406776882866, -38.70718927513733, 177.9481660340813, -38.70556975512804], "geometry": {"coordinates": [[177.9481660340813, -38.70718927513733], [177.94406776882866, -38.70556975512804]], "type": "LineString"}, "id": "63", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94411895082231, -38.70710824384348, 177.94821816963525, -38.705490213743964], "geometry": {"coordinates": [[177.94821816963525, -38.70710824384348], [177.94411895082231, -38.705490213743964]], "type": "LineString"}, "id": "64", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94417109012625, -38.70702870087909, 177.94826934773207, -38.70540918402768], "geometry": {"coordinates": [[177.94826934773207, -38.70702870087909], [177.94417109012625, -38.70540918402768]], "type": "LineString"}, "id": "65", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94422275061174, -38.70694841372601, 177.94832100439416, -38.705328898453516], "geometry": {"coordinates": [[177.94832100439416, -38.70694841372601], [177.94422275061174, -38.705328898453516]], "type": "LineString"}, "id": "66", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94427441098838, -38.70686812655694, 177.94837266094734, -38.70524861286338], "geometry": {"coordinates": [[177.94837266094734, -38.70686812655694], [177.94427441098838, -38.70524861286338]], "type": "LineString"}, "id": "67", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94432607125614, -38.70678783937189, 177.94842431739173, -38.70516832725724], "geometry": {"coordinates": [[177.94842431739173, -38.70678783937189], [177.94432607125614, -38.70516832725724]], "type": "LineString"}, "id": "68", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94437773141507, -38.70670755217088, 177.94847597372726, -38.70508804163513], "geometry": {"coordinates": [[177.94847597372726, -38.70670755217088], [177.94437773141507, -38.70508804163513]], "type": "LineString"}, "id": "69", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9444287043664, -38.706626196549095, 177.9485283170017, -38.70500882438084], "geometry": {"coordinates": [[177.9485283170017, -38.706626196549095], [177.9444287043664, -38.70500882438084]], "type": "LineString"}, "id": "70", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94448057270378, -38.706546233547165, 177.94857976473878, -38.70492821450209], "geometry": {"coordinates": [[177.94857976473878, -38.706546233547165], [177.94448057270378, -38.70492821450209]], "type": "LineString"}, "id": "71", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94453271123865, -38.706466690472, 177.94863094208065, -38.7048471846729], "geometry": {"coordinates": [[177.94863094208065, -38.706466690472], [177.94453271123865, -38.7048471846729]], "type": "LineString"}, "id": "72", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94458437096213, -38.70638640320707, 177.94868259798076, -38.70476689898684], "geometry": {"coordinates": [[177.94868259798076, -38.70638640320707], [177.94458437096213, -38.70476689898684]], "type": "LineString"}, "id": "73", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94463603057673, -38.70630611592619, 177.94873425377202, -38.704686613284814], "geometry": {"coordinates": [[177.94873425377202, -38.70630611592619], [177.94463603057673, -38.704686613284814]], "type": "LineString"}, "id": "74", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9446876900825, -38.70622582862932, 177.94878590945441, -38.7046063275668], "geometry": {"coordinates": [[177.94878590945441, -38.70622582862932], [177.9446876900825, -38.7046063275668]], "type": "LineString"}, "id": "75", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94473934947942, -38.706145541316495, 177.94883756502796, -38.70452604183279], "geometry": {"coordinates": [[177.94883756502796, -38.706145541316495], [177.94473934947942, -38.70452604183279]], "type": "LineString"}, "id": "76", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.944790530071, -38.70606450981305, 177.94888969915368, -38.70444650024285], "geometry": {"coordinates": [[177.94888969915368, -38.70606450981305], [177.944790530071, -38.70444650024285]], "type": "LineString"}, "id": "77", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94484218925118, -38.70598422246811, 177.94894135450852, -38.70436621447704], "geometry": {"coordinates": [[177.94894135450852, -38.70598422246811], [177.94484218925118, -38.70436621447704]], "type": "LineString"}, "id": "78", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.944894327017, -38.705904679282156, 177.9489925310955, -38.70428518453492], "geometry": {"coordinates": [[177.9489925310955, -38.705904679282156], [177.944894327017, -38.70428518453492]], "type": "LineString"}, "id": "79", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9449459859785, -38.70582439190543, 177.94904418623366, -38.704204898737], "geometry": {"coordinates": [[177.94904418623366, -38.70582439190543], [177.9449459859785, -38.704204898737]], "type": "LineString"}, "id": "80", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94499764483115, -38.705744104512725, 177.949095841263, -38.70412461292308], "geometry": {"coordinates": [[177.949095841263, -38.705744104512725], [177.94499764483115, -38.70412461292308]], "type": "LineString"}, "id": "81", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9450921132616, -38.70572368243318, 177.94911162331164, -38.70398732933545], "geometry": {"coordinates": [[177.94911162331164, -38.70572368243318], [177.9450921132616, -38.70398732933545]], "type": "LineString"}, "id": "82", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94514752013325, -38.705644944431214, 177.94916702669087, -38.70390859302917], "geometry": {"coordinates": [[177.94916702669087, -38.705644944431214], [177.94514752013325, -38.70390859302917]], "type": "LineString"}, "id": "83", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9452029268893, -38.70556620641023, 177.9492224299545, -38.70382985670387], "geometry": {"coordinates": [[177.9492224299545, -38.70556620641023], [177.9452029268893, -38.70382985670387]], "type": "LineString"}, "id": "84", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94525833352972, -38.70548746837028, 177.94927783310249, -38.703751120359584], "geometry": {"coordinates": [[177.94927783310249, -38.70548746837028], [177.94525833352972, -38.703751120359584]], "type": "LineString"}, "id": "85", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9453142869831, -38.705409507227834, 177.94933268924078, -38.70367160709648], "geometry": {"coordinates": [[177.94933268924078, -38.705409507227834], [177.9453142869831, -38.70367160709648]], "type": "LineString"}, "id": "86", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94536914646378, -38.70532999223335, 177.9493886390517, -38.70359364761397], "geometry": {"coordinates": [[177.9493886390517, -38.70532999223335], [177.94536914646378, -38.70359364761397]], "type": "LineString"}, "id": "87", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94542455275737, -38.7052512541364, 177.94944404185287, -38.70351491121266], "geometry": {"coordinates": [[177.94944404185287, -38.7052512541364], [177.94542455275737, -38.70351491121266]], "type": "LineString"}, "id": "88", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9454805058605, -38.70517329293754, 177.94949889764783, -38.70343539789198], "geometry": {"coordinates": [[177.94949889764783, -38.70517329293754], [177.9454805058605, -38.70343539789198]], "type": "LineString"}, "id": "89", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9455353649978, -38.70509377788551, 177.9495548471085, -38.70335743835301], "geometry": {"coordinates": [[177.9495548471085, -38.70509377788551], [177.9455353649978, -38.70335743835301]], "type": "LineString"}, "id": "90", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9455907709446, -38.705015039731556, 177.94961024956288, -38.703278701894696], "geometry": {"coordinates": [[177.94961024956288, -38.705015039731556], [177.9455907709446, -38.703278701894696]], "type": "LineString"}, "id": "91", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94564694284549, -38.70493738952804, 177.9496648858802, -38.70319887747138], "geometry": {"coordinates": [[177.9496648858802, -38.70493738952804], [177.94564694284549, -38.70319887747138]], "type": "LineString"}, "id": "92", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94570158249135, -38.7048575633667, 177.9497210541249, -38.70312122892102], "geometry": {"coordinates": [[177.9497210541249, -38.7048575633667], [177.94570158249135, -38.70312122892102]], "type": "LineString"}, "id": "93", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94575698809135, -38.70477882515577, 177.94977645623248, -38.70304249240568], "geometry": {"coordinates": [[177.94977645623248, -38.70477882515577], [177.94575698809135, -38.70304249240568]], "type": "LineString"}, "id": "94", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94581294049402, -38.70470086384405, 177.94983131134066, -38.70296297896986], "geometry": {"coordinates": [[177.94983131134066, -38.70470086384405], [177.94581294049402, -38.70296297896986]], "type": "LineString"}, "id": "95", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94586779894453, -38.70462134867694, 177.9498872601009, -38.70288501931799], "geometry": {"coordinates": [[177.9498872601009, -38.70462134867694], [177.94586779894453, -38.70288501931799]], "type": "LineString"}, "id": "96", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94592320419773, -38.704542610409035, 177.94994266186168, -38.70280628274565], "geometry": {"coordinates": [[177.94994266186168, -38.704542610409035], [177.94592320419773, -38.70280628274565]], "type": "LineString"}, "id": "97", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94597860933533, -38.70446387212212, 177.94999806350688, -38.70272754615428], "geometry": {"coordinates": [[177.94999806350688, -38.70446387212212], [177.94597860933533, -38.70272754615428]], "type": "LineString"}, "id": "98", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9460340143573, -38.70438513381623, 177.95005346503652, -38.70264880954393], "geometry": {"coordinates": [[177.95005346503652, -38.70438513381623], [177.9460340143573, -38.70264880954393]], "type": "LineString"}, "id": "99", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9460894192637, -38.70430639549134, 177.9501088664505, -38.70257007291458], "geometry": {"coordinates": [[177.9501088664505, -38.70430639549134], [177.9460894192637, -38.70257007291458]], "type": "LineString"}, "id": "100", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.946145042897, -38.70422796813468, 177.95016404892021, -38.70249102528568], "geometry": {"coordinates": [[177.95016404892021, -38.70422796813468], [177.946145042897, -38.70249102528568]], "type": "LineString"}, "id": "101", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9462002287297, -38.704148918784576, 177.95021966893177, -38.70241259959885], "geometry": {"coordinates": [[177.95021966893177, -38.704148918784576], [177.9462002287297, -38.70241259959885]], "type": "LineString"}, "id": "102", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9463001973839, -38.70412955503379, 177.95023323070325, -38.70227571878749], "geometry": {"coordinates": [[177.95023323070325, -38.70412955503379], [177.9463001973839, -38.70227571878749]], "type": "LineString"}, "id": "103", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94635912277408, -38.70405221236975, 177.9502926088422, -38.702198971936916], "geometry": {"coordinates": [[177.9502926088422, -38.70405221236975], [177.94635912277408, -38.702198971936916]], "type": "LineString"}, "id": "104", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9464185039373, -38.70397546369864, 177.95035153098857, -38.70212163106271], "geometry": {"coordinates": [[177.95035153098857, -38.70397546369864], [177.9464185039373, -38.70212163106271]], "type": "LineString"}, "id": "105", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94647765703127, -38.703898417997635, 177.9504106809485, -38.702044587166874], "geometry": {"coordinates": [[177.9504106809485, -38.703898417997635], [177.94647765703127, -38.702044587166874]], "type": "LineString"}, "id": "106", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94653681000338, -38.70382137227433, 177.95046983078655, -38.70196754324875], "geometry": {"coordinates": [[177.95046983078655, -38.70382137227433], [177.94653681000338, -38.70196754324875]], "type": "LineString"}, "id": "107", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94659596285365, -38.70374432652872, 177.95052898050278, -38.701890499308284], "geometry": {"coordinates": [[177.95052898050278, -38.70374432652872], [177.94659596285365, -38.701890499308284]], "type": "LineString"}, "id": "108", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94665488763698, -38.70366698375278, 177.95058835803013, -38.701813752346624], "geometry": {"coordinates": [[177.95058835803013, -38.70366698375278], [177.94665488763698, -38.701813752346624]], "type": "LineString"}, "id": "109", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94671426818866, -38.70359023497064, 177.9506472795697, -38.7017364113605], "geometry": {"coordinates": [[177.9506472795697, -38.70359023497064], [177.94671426818866, -38.7017364113605]], "type": "LineString"}, "id": "110", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9467734206734, -38.70351318915816, 177.9507064289204, -38.70165936735315], "geometry": {"coordinates": [[177.9507064289204, -38.70351318915816], [177.9467734206734, -38.70165936735315]], "type": "LineString"}, "id": "111", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.946833191735, -38.703436948828895, 177.9507649594833, -38.701581517836864], "geometry": {"coordinates": [[177.9507649594833, -38.703436948828895], [177.946833191735, -38.701581517836864]], "type": "LineString"}, "id": "112", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94689172527737, -38.703359097466326, 177.95082472725628, -38.70150527927155], "geometry": {"coordinates": [[177.95082472725628, -38.703359097466326], [177.94689172527737, -38.70150527927155]], "type": "LineString"}, "id": "113", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94695064945387, -38.7032817545785, 177.95088410417213, -38.701428532198804], "geometry": {"coordinates": [[177.95088410417213, -38.7032817545785], [177.94695064945387, -38.701428532198804]], "type": "LineString"}, "id": "114", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94701064808885, -38.70320581119152, 177.9509424064427, -38.70135038561341], "geometry": {"coordinates": [[177.9509424064427, -38.70320581119152], [177.94701064808885, -38.70135038561341]], "type": "LineString"}, "id": "115", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94706918126957, -38.70312795976138, 177.95100217384635, -38.701274146981895], "geometry": {"coordinates": [[177.95100217384635, -38.70312795976138], [177.94706918126957, -38.701274146981895]], "type": "LineString"}, "id": "116", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94712833302327, -38.70305091381513, 177.95106132246602, -38.70119710284073], "geometry": {"coordinates": [[177.95106132246602, -38.70305091381513], [177.94712833302327, -38.70119710284073]], "type": "LineString"}, "id": "117", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94718810334624, -38.70297467335354, 177.95111985230554, -38.70111925318924], "geometry": {"coordinates": [[177.95111985230554, -38.70297467335354], [177.94718810334624, -38.70111925318924]], "type": "LineString"}, "id": "118", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94724640822486, -38.702896524846906, 177.9511798472682, -38.70104331149347], "geometry": {"coordinates": [[177.9511798472682, -38.702896524846906], [177.94724640822486, -38.70104331149347]], "type": "LineString"}, "id": "119", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94730578755346, -38.702819775842705, 177.95123876759405, -38.70096597028346], "geometry": {"coordinates": [[177.95123876759405, -38.702819775842705], [177.94730578755346, -38.70096597028346]], "type": "LineString"}, "id": "120", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94736555750708, -38.70274353531492, 177.9512972970719, -38.70088812056437], "geometry": {"coordinates": [[177.9512972970719, -38.70274353531492], [177.94736555750708, -38.70088812056437]], "type": "LineString"}, "id": "121", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9474240899644, -38.70266568374963, 177.9513570637369, -38.70081188180046], "geometry": {"coordinates": [[177.9513570637369, -38.70266568374963], [177.9474240899644, -38.70081188180046]], "type": "LineString"}, "id": "122", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94748324098714, -38.70258863766966, 177.9514162116256, -38.700734837525516], "geometry": {"coordinates": [[177.9514162116256, -38.70258863766966], [177.94748324098714, -38.700734837525516]], "type": "LineString"}, "id": "123", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94758560889778, -38.70256393691047, 177.95143704756418, -38.700607848833606], "geometry": {"coordinates": [[177.95143704756418, -38.70256393691047], [177.94758560889778, -38.700607848833606]], "type": "LineString"}, "id": "124", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94764732455693, -38.702487653872005, 177.9515001270984, -38.70053322105438], "geometry": {"coordinates": [[177.9515001270984, -38.702487653872005], [177.94764732455693, -38.70053322105438]], "type": "LineString"}, "id": "125", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94770972344418, -38.70241219750117, 177.9515625231817, -38.700457766577486], "geometry": {"coordinates": [[177.9515625231817, -38.70241219750117], [177.94770972344418, -38.700457766577486]], "type": "LineString"}, "id": "126", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9477728055554, -38.70233756779877, 177.9516242358182, -38.700381485402104], "geometry": {"coordinates": [[177.9516242358182, -38.70233756779877], [177.9477728055554, -38.700381485402104]], "type": "LineString"}, "id": "127", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94783520418767, -38.70226211137747, 177.95168663164927, -38.700306030874174], "geometry": {"coordinates": [[177.95168663164927, -38.70226211137747], [177.94783520418767, -38.700306030874174]], "type": "LineString"}, "id": "128", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94789760269322, -38.70218665493077, 177.9517490273536, -38.70023057632084], "geometry": {"coordinates": [[177.9517490273536, -38.70218665493077], [177.94789760269322, -38.70023057632084]], "type": "LineString"}, "id": "129", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94796000107198, -38.7021111984587, 177.95181142293114, -38.70015512174215], "geometry": {"coordinates": [[177.95181142293114, -38.7021111984587], [177.94796000107198, -38.70015512174215]], "type": "LineString"}, "id": "130", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94802239932395, -38.70203574196127, 177.9518738183819, -38.70007966713806], "geometry": {"coordinates": [[177.9518738183819, -38.70203574196127], [177.94802239932395, -38.70007966713806]], "type": "LineString"}, "id": "131", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94808479744913, -38.70196028543845, 177.95193621370584, -38.700004212508595], "geometry": {"coordinates": [[177.95193621370584, -38.70196028543845], [177.94808479744913, -38.700004212508595]], "type": "LineString"}, "id": "132", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94814719544752, -38.701884828890265, 177.95199860890304, -38.69992875785375], "geometry": {"coordinates": [[177.95199860890304, -38.701884828890265], [177.94814719544752, -38.69992875785375]], "type": "LineString"}, "id": "133", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94820959331915, -38.701809372316696, 177.95206100397343, -38.6998533031735], "geometry": {"coordinates": [[177.95206100397343, -38.701809372316696], [177.94820959331915, -38.6998533031735]], "type": "LineString"}, "id": "134", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94827222606256, -38.70173419978704, 177.95212316392906, -38.69977756440573], "geometry": {"coordinates": [[177.95212316392906, -38.70173419978704], [177.94827222606256, -38.69977756440573]], "type": "LineString"}, "id": "135", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9483339400602, -38.701657916466615, 177.9521862423357, -38.699702936350086], "geometry": {"coordinates": [[177.9521862423357, -38.701657916466615], [177.9483339400602, -38.699702936350086]], "type": "LineString"}, "id": "136", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9483963375524, -38.70158245981676, 177.95224863702487, -38.699627481593886], "geometry": {"coordinates": [[177.95224863702487, -38.70158245981676], [177.9483963375524, -38.699627481593886]], "type": "LineString"}, "id": "137", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94845918353795, -38.701507545768685, 177.95231058298728, -38.69955148419873], "geometry": {"coordinates": [[177.95231058298728, -38.701507545768685], [177.94845918353795, -38.69955148419873]], "type": "LineString"}, "id": "138", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9485215807757, -38.701432089068255, 177.95237297742378, -38.69947602939159], "geometry": {"coordinates": [[177.95237297742378, -38.701432089068255], [177.9485215807757, -38.69947602939159]], "type": "LineString"}, "id": "139", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94858397788667, -38.701356632342446, 177.95243537173351, -38.69940057455904], "geometry": {"coordinates": [[177.95243537173351, -38.701356632342446], [177.94858397788667, -38.69940057455904]], "type": "LineString"}, "id": "140", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9486463748709, -38.70128117559128, 177.9524977659165, -38.699325119701136], "geometry": {"coordinates": [[177.9524977659165, -38.70128117559128], [177.9486463748709, -38.699325119701136]], "type": "LineString"}, "id": "141", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94870877172832, -38.70120571881472, 177.95256015997265, -38.699249664817835], "geometry": {"coordinates": [[177.95256015997265, -38.70120571881472], [177.94870877172832, -38.699249664817835]], "type": "LineString"}, "id": "142", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94877116845896, -38.701130262012796, 177.95262255390207, -38.699174209909174], "geometry": {"coordinates": [[177.95262255390207, -38.701130262012796], [177.94877116845896, -38.699174209909174]], "type": "LineString"}, "id": "143", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94883356506287, -38.70105480518551, 177.9526849477047, -38.69909875497512], "geometry": {"coordinates": [[177.9526849477047, -38.70105480518551], [177.94883356506287, -38.69909875497512]], "type": "LineString"}, "id": "144", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94889596154, -38.70097934833285, 177.9527473413806, -38.69902330001568], "geometry": {"coordinates": [[177.9527473413806, -38.70097934833285], [177.94889596154, -38.69902330001568]], "type": "LineString"}, "id": "145", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94895835789032, -38.7009038914548, 177.95280973492967, -38.69894784503087], "geometry": {"coordinates": [[177.95280973492967, -38.7009038914548], [177.94895835789032, -38.69894784503087]], "type": "LineString"}, "id": "146", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94905330998665, -38.70086560851709, 177.9528431234718, -38.69883706860319], "geometry": {"coordinates": [[177.9528431234718, -38.70086560851709], [177.94905330998665, -38.69883706860319]], "type": "LineString"}, "id": "147", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94911879580852, -38.7007922215352, 177.9529071402837, -38.69876200217983], "geometry": {"coordinates": [[177.9529071402837, -38.7007922215352], [177.94911879580852, -38.69876200217983]], "type": "LineString"}, "id": "148", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9491835482545, -38.700717993817214, 177.95297189018248, -38.69868777641497], "geometry": {"coordinates": [[177.95297189018248, -38.700717993817214], [177.9491835482545, -38.69868777641497]], "type": "LineString"}, "id": "149", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94924756732897, -38.700642925362175, 177.95303737316377, -38.69861439130955], "geometry": {"coordinates": [[177.95303737316377, -38.700642925362175], [177.94924756732897, -38.69861439130955]], "type": "LineString"}, "id": "150", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94931305275622, -38.70056953829799, 177.95310138958988, -38.698539324801985], "geometry": {"coordinates": [[177.95310138958988, -38.70056953829799], [177.94931305275622, -38.698539324801985]], "type": "LineString"}, "id": "151", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94937707157354, -38.70049446978684, 177.95316687230806, -38.69846593964169], "geometry": {"coordinates": [[177.95316687230806, -38.70049446978684], [177.94937707157354, -38.69846593964169]], "type": "LineString"}, "id": "152", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9494425567377, -38.70042108266781, 177.95323088847698, -38.698390873078], "geometry": {"coordinates": [[177.95323088847698, -38.70042108266781], [177.9494425567377, -38.698390873078]], "type": "LineString"}, "id": "153", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94950657529782, -38.70034601410053, 177.95329637093207, -38.69831748786282], "geometry": {"coordinates": [[177.95329637093207, -38.70034601410053], [177.94950657529782, -38.69831748786282]], "type": "LineString"}, "id": "154", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9495720601989, -38.70027262692665, 177.9533603868438, -38.69824242124301], "geometry": {"coordinates": [[177.9533603868438, -38.70027262692665], [177.9495720601989, -38.69824242124301]], "type": "LineString"}, "id": "155", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94963681173442, -38.70019839901447, 177.9534251358321, -38.698168195283884], "geometry": {"coordinates": [[177.9534251358321, -38.70019839901447], [177.94963681173442, -38.698168195283884]], "type": "LineString"}, "id": "156", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94970082990875, -38.70012333036302, 177.95349061789258, -38.6980948099864], "geometry": {"coordinates": [[177.95349061789258, -38.70012333036302], [177.94970082990875, -38.6980948099864]], "type": "LineString"}, "id": "157", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94976631441526, -38.70004994310686, 177.95355463341852, -38.698019743282394], "geometry": {"coordinates": [[177.95355463341852, -38.70004994310686], [177.94976631441526, -38.698019743282394]], "type": "LineString"}, "id": "158", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9498303323324, -38.69997487439932, 177.9536201152159, -38.69794635793005], "geometry": {"coordinates": [[177.9536201152159, -38.69997487439932], [177.9498303323324, -38.69794635793005]], "type": "LineString"}, "id": "159", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.94989605601913, -38.699901761411084, 177.95368389105076, -38.69787101685434], "geometry": {"coordinates": [[177.95368389105076, -38.699901761411084], [177.94989605601913, -38.69787101685434]], "type": "LineString"}, "id": "160", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9499598342358, -38.69982641832464, 177.95374961201895, -38.697797905762684], "geometry": {"coordinates": [[177.95374961201895, -38.69982641832464], [177.9499598342358, -38.697797905762684]], "type": "LineString"}, "id": "161", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95002531821618, -38.69975303095875, 177.95381362703054, -38.697722838946426], "geometry": {"coordinates": [[177.95381362703054, -38.69975303095875], [177.95002531821618, -38.697722838946426]], "type": "LineString"}, "id": "162", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95009006884123, -38.69967880285239, 177.9538783751084, -38.69764861279307], "geometry": {"coordinates": [[177.9538783751084, -38.69967880285239], [177.95009006884123, -38.69764861279307]], "type": "LineString"}, "id": "163", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95015408611548, -38.69960373400457, 177.9539438562481, -38.697575227303545], "geometry": {"coordinates": [[177.9539438562481, -38.69960373400457], [177.95015408611548, -38.697575227303545]], "type": "LineString"}, "id": "164", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95021956970123, -38.69953034655642, 177.95400787087388, -38.69750016040309], "geometry": {"coordinates": [[177.95400787087388, -38.69953034655642], [177.95021956970123, -38.69750016040309]], "type": "LineString"}, "id": "165", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95028358671829, -38.6994552776525, 177.9540733517505, -38.6974267748587], "geometry": {"coordinates": [[177.9540733517505, -38.6994552776525], [177.95028358671829, -38.6974267748587]], "type": "LineString"}, "id": "166", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95041113305444, -38.69944863548638, 177.95407928105115, -38.697287198959195], "geometry": {"coordinates": [[177.95407928105115, -38.69944863548638], [177.95041113305444, -38.697287198959195]], "type": "LineString"}, "id": "167", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95048033445744, -38.69937702719143, 177.95414798873583, -38.69721508041222], "geometry": {"coordinates": [[177.95414798873583, -38.69937702719143], [177.95048033445744, -38.69721508041222]], "type": "LineString"}, "id": "168", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95054904406865, -38.69930490655426, 177.95421718792704, -38.6971434741283], "geometry": {"coordinates": [[177.95421718792704, -38.69930490655426], [177.95054904406865, -38.6971434741283]], "type": "LineString"}, "id": "169", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9506182452002, -38.69923329819503, 177.95428589534214, -38.69707135551656], "geometry": {"coordinates": [[177.95428589534214, -38.69923329819503], [177.9506182452002, -38.69707135551656]], "type": "LineString"}, "id": "170", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95068695454182, -38.699161177493124, 177.95435509426184, -38.696999749168356], "geometry": {"coordinates": [[177.95435509426184, -38.699161177493124], [177.95068695454182, -38.696999749168356]], "type": "LineString"}, "id": "171", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95075615540185, -38.69908956906961, 177.9544238014074, -38.69692763049186], "geometry": {"coordinates": [[177.9544238014074, -38.69908956906961], [177.95075615540185, -38.69692763049186]], "type": "LineString"}, "id": "172", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95082486447393, -38.69901744830296, 177.95449300005555, -38.696856024079345], "geometry": {"coordinates": [[177.95449300005555, -38.69901744830296], [177.95082486447393, -38.696856024079345]], "type": "LineString"}, "id": "173", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95089406506244, -38.69894583981517, 177.9545617069315, -38.69678390533808], "geometry": {"coordinates": [[177.9545617069315, -38.69894583981517], [177.95089406506244, -38.69678390533808]], "type": "LineString"}, "id": "174", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95096277386497, -38.69887371898378, 177.9546309053082, -38.69671229886129], "geometry": {"coordinates": [[177.9546309053082, -38.69887371898378], [177.95096277386497, -38.69671229886129]], "type": "LineString"}, "id": "175", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95103197418203, -38.69880211043169, 177.95469961191455, -38.69664018005527], "geometry": {"coordinates": [[177.95469961191455, -38.69880211043169], [177.95103197418203, -38.69664018005527]], "type": "LineString"}, "id": "176", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95110068271498, -38.69872998953557, 177.95476881001974, -38.69656857351418], "geometry": {"coordinates": [[177.95476881001974, -38.69872998953557], [177.95110068271498, -38.69656857351418]], "type": "LineString"}, "id": "177", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95116988276055, -38.69865838091923, 177.95483751635655, -38.69649645464341], "geometry": {"coordinates": [[177.95483751635655, -38.69865838091923], [177.95116988276055, -38.69649645464341]], "type": "LineString"}, "id": "178", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95123859102395, -38.698586259958354, 177.95490671419023, -38.696424848038006], "geometry": {"coordinates": [[177.95490671419023, -38.698586259958354], [177.95123859102395, -38.696424848038006]], "type": "LineString"}, "id": "179", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95130779079804, -38.69851465127772, 177.95497542025748, -38.696352729102486], "geometry": {"coordinates": [[177.95497542025748, -38.69851465127772], [177.95130779079804, -38.696352729102486]], "type": "LineString"}, "id": "180", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9513764987919, -38.69844253025212, 177.95504461781965, -38.69628112243281], "geometry": {"coordinates": [[177.95504461781965, -38.69844253025212], [177.9513764987919, -38.69628112243281]], "type": "LineString"}, "id": "181", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9514456982945, -38.69837092150722, 177.95511332361733, -38.69620900343253], "geometry": {"coordinates": [[177.95511332361733, -38.69837092150722], [177.9514456982945, -38.69620900343253]], "type": "LineString"}, "id": "182", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95151440601882, -38.69829880041689, 177.955182520908, -38.69613739669856], "geometry": {"coordinates": [[177.955182520908, -38.69829880041689], [177.95151440601882, -38.69613739669856]], "type": "LineString"}, "id": "183", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95158360524994, -38.698227191607714, 177.95525122643613, -38.69606527763353], "geometry": {"coordinates": [[177.95525122643613, -38.698227191607714], [177.95158360524994, -38.69606527763353]], "type": "LineString"}, "id": "184", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9516523127047, -38.69815507045263, 177.95532042345533, -38.695993670835264], "geometry": {"coordinates": [[177.95532042345533, -38.69815507045263], [177.9516523127047, -38.695993670835264]], "type": "LineString"}, "id": "185", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95172151166435, -38.69808346157918, 177.95538912871388, -38.695921551705496], "geometry": {"coordinates": [[177.95538912871388, -38.69808346157918], [177.95172151166435, -38.695921551705496]], "type": "LineString"}, "id": "186", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95179021884957, -38.69801134035937, 177.9554583254616, -38.695849944842934], "geometry": {"coordinates": [[177.9554583254616, -38.69801134035937], [177.95179021884957, -38.695849944842934]], "type": "LineString"}, "id": "187", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95188086728052, -38.69796168803272, 177.95550576018277, -38.69575597676881], "geometry": {"coordinates": [[177.95550576018277, -38.69796168803272], [177.95188086728052, -38.69575597676881]], "type": "LineString"}, "id": "188", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95195147303176, -38.69789091430709, 177.95557586881029, -38.69568470539442], "geometry": {"coordinates": [[177.95557586881029, -38.69789091430709], [177.95195147303176, -38.69568470539442]], "type": "LineString"}, "id": "189", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9520215834169, -38.69781964081171, 177.95564647251703, -38.695613933707435], "geometry": {"coordinates": [[177.95564647251703, -38.69781964081171], [177.9520215834169, -38.695613933707435]], "type": "LineString"}, "id": "190", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9520921888936, -38.69774886701862, 177.95571658087192, -38.695542662265105], "geometry": {"coordinates": [[177.95571658087192, -38.69774886701862], [177.9520921888936, -38.695542662265105]], "type": "LineString"}, "id": "191", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95216144105294, -38.69767672698608, 177.95578804223408, -38.69547275695453], "geometry": {"coordinates": [[177.95578804223408, -38.69767672698608], [177.95216144105294, -38.69547275695453]], "type": "LineString"}, "id": "192", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95223204601902, -38.69760595319969, 177.9558581505525, -38.695401485370134], "geometry": {"coordinates": [[177.9558581505525, -38.69760595319969], [177.95223204601902, -38.695401485370134]], "type": "LineString"}, "id": "193", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9523021560984, -38.69753467949351, 177.95592875347066, -38.69533071362319], "geometry": {"coordinates": [[177.95592875347066, -38.69753467949351], [177.9523021560984, -38.69533071362319]], "type": "LineString"}, "id": "194", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95237276078993, -38.69746390563967, 177.95599886151646, -38.69525944197086], "geometry": {"coordinates": [[177.95599886151646, -38.69746390563967], [177.95237276078993, -38.69525944197086]], "type": "LineString"}, "id": "195", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95244372854324, -38.697393498336446, 177.9560686062368, -38.695187803710944], "geometry": {"coordinates": [[177.9560686062368, -38.697393498336446], [177.95244372854324, -38.695187803710944]], "type": "LineString"}, "id": "196", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9525143331964, -38.69732272434102, 177.95613871377387, -38.695116532064816], "geometry": {"coordinates": [[177.95613871377387, -38.69732272434102], [177.9525143331964, -38.695116532064816]], "type": "LineString"}, "id": "197", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95258469010145, -38.697251700442976, 177.95620906877875, -38.69504551024629], "geometry": {"coordinates": [[177.95620906877875, -38.697251700442976], [177.95258469010145, -38.69504551024629]], "type": "LineString"}, "id": "198", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9526547992599, -38.69718042664197, 177.95627967125006, -38.69497473825574], "geometry": {"coordinates": [[177.95627967125006, -38.69718042664197], [177.9526547992599, -38.69497473825574]], "type": "LineString"}, "id": "199", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9527254035013, -38.697109652545386, 177.9563497783782, -38.69490346650771], "geometry": {"coordinates": [[177.9563497783782, -38.697109652545386], [177.9527254035013, -38.69490346650771]], "type": "LineString"}, "id": "200", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95279551238713, -38.69703837867646, 177.95642038057497, -38.69483269444969], "geometry": {"coordinates": [[177.95642038057497, -38.69703837867646], [177.95279551238713, -38.69483269444969]], "type": "LineString"}, "id": "201", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.952866116354, -38.69696760451243, 177.9564904874305, -38.69476142263374], "geometry": {"coordinates": [[177.9564904874305, -38.69696760451243], [177.952866116354, -38.69476142263374]], "type": "LineString"}, "id": "202", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95293622496723, -38.69689633057558, 177.95656108935273, -38.694690650508285], "geometry": {"coordinates": [[177.95656108935273, -38.69689633057558], [177.95293622496723, -38.694690650508285]], "type": "LineString"}, "id": "203", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9530068286596, -38.69682555634412, 177.95663119593567, -38.694619378624395], "geometry": {"coordinates": [[177.95663119593567, -38.69682555634412], [177.9530068286596, -38.694619378624395]], "type": "LineString"}, "id": "204", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95307693700028, -38.69675428233937, 177.95670179758338, -38.69454860643148], "geometry": {"coordinates": [[177.95670179758338, -38.69675428233937], [177.95307693700028, -38.69454860643148]], "type": "LineString"}, "id": "205", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9531466822505, -38.69668264164002, 177.95677276203813, -38.69447820085476], "geometry": {"coordinates": [[177.95677276203813, -38.69668264164002], [177.9531466822505, -38.69447820085476]], "type": "LineString"}, "id": "206", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95321679055806, -38.696611367492395, 177.95684336317183, -38.69440742866935], "geometry": {"coordinates": [[177.95684336317183, -38.696611367492395], [177.95321679055806, -38.69440742866935]], "type": "LineString"}, "id": "207", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9532873934653, -38.6965405932002, 177.9569134694457, -38.69433615657547], "geometry": {"coordinates": [[177.9569134694457, -38.6965405932002], [177.9532873934653, -38.69433615657547]], "type": "LineString"}, "id": "208", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95335750150022, -38.69646931898466, 177.95698407030488, -38.69426538432262], "geometry": {"coordinates": [[177.95698407030488, -38.69646931898466], [177.95335750150022, -38.69426538432262]], "type": "LineString"}, "id": "209", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95345768060193, -38.69642753422056, 177.9570260847856, -38.6941660449959], "geometry": {"coordinates": [[177.9570260847856, -38.69642753422056], [177.95345768060193, -38.6941660449959]], "type": "LineString"}, "id": "210", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95353006695285, -38.6963578579605, 177.9570979705959, -38.69409588749751], "geometry": {"coordinates": [[177.9570979705959, -38.6963578579605], [177.95353006695285, -38.69409588749751]], "type": "LineString"}, "id": "211", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95360105483343, -38.69628682607607, 177.95717125456676, -38.69402708551065], "geometry": {"coordinates": [[177.95717125456676, -38.69628682607607], [177.95360105483343, -38.69402708551065]], "type": "LineString"}, "id": "212", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9536743403747, -38.696218021972534, 177.95724224065353, -38.69395605573843], "geometry": {"coordinates": [[177.95724224065353, -38.696218021972534], [177.9536743403747, -38.69395605573843]], "type": "LineString"}, "id": "213", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9537462274475, -38.69614786224417, 177.95731462489894, -38.69388638147822], "geometry": {"coordinates": [[177.95731462489894, -38.69614786224417], [177.9537462274475, -38.69388638147822]], "type": "LineString"}, "id": "214", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95381746434936, -38.69607707193083, 177.95738765902306, -38.6938173377121], "geometry": {"coordinates": [[177.95738765902306, -38.69607707193083], [177.95381746434936, -38.6938173377121]], "type": "LineString"}, "id": "215", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95389050003905, -38.69600802604049, 177.95745889412427, -38.693746549503864], "geometry": {"coordinates": [[177.95745889412427, -38.69600802604049], [177.95389050003905, -38.693746549503864]], "type": "LineString"}, "id": "216", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95396263612702, -38.69593810788478, 177.95753102852913, -38.693676633462815], "geometry": {"coordinates": [[177.95753102852913, -38.69593810788478], [177.95396263612702, -38.693676633462815]], "type": "LineString"}, "id": "217", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95403387261842, -38.69586731746237, 177.9576040622324, -38.69360758959027], "geometry": {"coordinates": [[177.9576040622324, -38.69586731746237], [177.95403387261842, -38.69360758959027]], "type": "LineString"}, "id": "218", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9541069078873, -38.69579827146563, 177.95767529692313, -38.69353680127295], "geometry": {"coordinates": [[177.95767529692313, -38.69579827146563], [177.9541069078873, -38.69353680127295]], "type": "LineString"}, "id": "219", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95417929298702, -38.695728594883484, 177.95774718149076, -38.693466643450165], "geometry": {"coordinates": [[177.95774718149076, -38.695728594883484], [177.95417929298702, -38.693466643450165]], "type": "LineString"}, "id": "220", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95425027964058, -38.69565756267071, 177.95782046419475, -38.69339784114517], "geometry": {"coordinates": [[177.95782046419475, -38.69565756267071], [177.95425027964058, -38.69339784114517]], "type": "LineString"}, "id": "221", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95432356391512, -38.69558875824912, 177.95789144905444, -38.69332681104452], "geometry": {"coordinates": [[177.95789144905444, -38.69558875824912], [177.95432356391512, -38.69332681104452]], "type": "LineString"}, "id": "222", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9543954497454, -38.69551859819643, 177.9579638320486, -38.69325713646219], "geometry": {"coordinates": [[177.9579638320486, -38.69551859819643], [177.9543954497454, -38.69325713646219]], "type": "LineString"}, "id": "223", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95446693461693, -38.69544804932836, 177.95803661571503, -38.693187850611636], "geometry": {"coordinates": [[177.95803661571503, -38.69544804932836], [177.95446693461693, -38.693187850611636]], "type": "LineString"}, "id": "224", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9545397198432, -38.69537876134636, 177.95810809878, -38.6931173038413], "geometry": {"coordinates": [[177.95810809878, -38.69537876134636], [177.9545397198432, -38.6931173038413]], "type": "LineString"}, "id": "225", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95461185468432, -38.695308842867476, 177.95818023193792, -38.69304738747699], "geometry": {"coordinates": [[177.95818023193792, -38.695308842867476], [177.95461185468432, -38.69304738747699]], "type": "LineString"}, "id": "226", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95468308994444, -38.69523805211784, 177.9582532643787, -38.69297834328522], "geometry": {"coordinates": [[177.9582532643787, -38.69523805211784], [177.95468308994444, -38.69297834328522]], "type": "LineString"}, "id": "227", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95475612395092, -38.695169005801944, 177.95832449783808, -38.6929075546406], "geometry": {"coordinates": [[177.95832449783808, -38.695169005801944], [177.95475612395092, -38.6929075546406]], "type": "LineString"}, "id": "228", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9548285077995, -38.69509932889773, 177.95839638116308, -38.69283739649346], "geometry": {"coordinates": [[177.95839638116308, -38.69509932889773], [177.9548285077995, -38.69283739649346]], "type": "LineString"}, "id": "229", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95489949322612, -38.69502829635665, 177.9584696626003, -38.692768593870376], "geometry": {"coordinates": [[177.9584696626003, -38.69502829635665], [177.95489949322612, -38.692768593870376]], "type": "LineString"}, "id": "230", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.955013878128, -38.69499800036448, 177.95850098590276, -38.69265999499171], "geometry": {"coordinates": [[177.95850098590276, -38.69499800036448], [177.955013878128, -38.69265999499171]], "type": "LineString"}, "id": "231", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95508820841502, -38.69492944693711, 177.95857581737212, -38.692591904171316], "geometry": {"coordinates": [[177.95857581737212, -38.69492944693711], [177.95508820841502, -38.692591904171316]], "type": "LineString"}, "id": "232", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95516304112198, -38.694861353927024, 177.95865014614952, -38.692523352870424], "geometry": {"coordinates": [[177.95865014614952, -38.694861353927024], [177.95516304112198, -38.692523352870424]], "type": "LineString"}, "id": "233", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95523762240802, -38.69479303064999, 177.95872472606192, -38.69245503175148], "geometry": {"coordinates": [[177.95872472606192, -38.69479303064999], [177.95523762240802, -38.69245503175148]], "type": "LineString"}, "id": "234", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9553119522745, -38.694724477105616, 177.95879955710788, -38.692386940814856], "geometry": {"coordinates": [[177.95879955710788, -38.694724477105616], [177.9553119522745, -38.692386940814856]], "type": "LineString"}, "id": "235", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95538678455807, -38.69465638397933, 177.9588738854647, -38.69231838939695], "geometry": {"coordinates": [[177.9588738854647, -38.69465638397933], [177.95538678455807, -38.69231838939695]], "type": "LineString"}, "id": "236", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95546111414424, -38.694587830356944, 177.95894871622838, -38.692250298382824], "geometry": {"coordinates": [[177.95894871622838, -38.694587830356944], [177.95546111414424, -38.692250298382824]], "type": "LineString"}, "id": "237", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95553690595716, -38.6945206158428, 177.95902208451082, -38.69218086822504], "geometry": {"coordinates": [[177.95902208451082, -38.6945206158428], [177.95553690595716, -38.69218086822504]], "type": "LineString"}, "id": "238", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95561052672832, -38.69445141368178, 177.95909762351388, -38.69211342557355], "geometry": {"coordinates": [[177.95909762351388, -38.69445141368178], [177.95561052672832, -38.69211342557355]], "type": "LineString"}, "id": "239", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95568485589394, -38.69438285994241, 177.95917245385417, -38.6920453344432], "geometry": {"coordinates": [[177.95917245385417, -38.69438285994241], [177.95568485589394, -38.6920453344432]], "type": "LineString"}, "id": "240", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9557596874719, -38.69431476662241, 177.95924678151005, -38.69197678283025], "geometry": {"coordinates": [[177.95924678151005, -38.69431476662241], [177.9557596874719, -38.69197678283025]], "type": "LineString"}, "id": "241", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95583426763272, -38.69424644303443, 177.95932136029714, -38.691908461400295], "geometry": {"coordinates": [[177.95932136029714, -38.69424644303443], [177.95583426763272, -38.691908461400295]], "type": "LineString"}, "id": "242", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9559085963778, -38.69417788917806, 177.959396190214, -38.6918403701537], "geometry": {"coordinates": [[177.959396190214, -38.69417788917806], [177.9559085963778, -38.6918403701537]], "type": "LineString"}, "id": "243", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95598342753243, -38.69410979574184, 177.95947051744932, -38.691771818423724], "geometry": {"coordinates": [[177.95947051744932, -38.69410979574184], [177.95598342753243, -38.691771818423724]], "type": "LineString"}, "id": "244", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95605800727128, -38.69404147203725, 177.95954509581443, -38.69170349687714], "geometry": {"coordinates": [[177.95954509581443, -38.69404147203725], [177.95605800727128, -38.69170349687714]], "type": "LineString"}, "id": "245", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95613233559587, -38.693972918063885, 177.9596199253079, -38.691635405514326], "geometry": {"coordinates": [[177.9596199253079, -38.693972918063885], [177.95613233559587, -38.691635405514326]], "type": "LineString"}, "id": "246", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95620716632712, -38.693904824511485, 177.9596942521227, -38.69156685366733], "geometry": {"coordinates": [[177.9596942521227, -38.693904824511485], [177.95620716632712, -38.69156685366733]], "type": "LineString"}, "id": "247", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95628149437135, -38.69383627046012, 177.9597690813339, -38.69149876222703], "geometry": {"coordinates": [[177.9597690813339, -38.69383627046012], [177.95628149437135, -38.69149876222703]], "type": "LineString"}, "id": "248", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95635607354814, -38.69376794659993, 177.9598436591359, -38.691430440525075], "geometry": {"coordinates": [[177.9598436591359, -38.69376794659993], [177.95635607354814, -38.691430440525075]], "type": "LineString"}, "id": "249", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95643090385602, -38.6936998529313, 177.9599179855301, -38.691361888561076], "geometry": {"coordinates": [[177.9599179855301, -38.6936998529313], [177.95643090385602, -38.691361888561076]], "type": "LineString"}, "id": "250", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9565530042418, -38.69367349081126, 177.95994762268765, -38.691253390056026], "geometry": {"coordinates": [[177.95994762268765, -38.69367349081126], [177.9565530042418, -38.691253390056026]], "type": "LineString"}, "id": "251", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95663018911668, -38.69360696848089, 177.96002480653272, -38.6911868699232], "geometry": {"coordinates": [[177.96002480653272, -38.69360696848089], [177.95663018911668, -38.6911868699232]], "type": "LineString"}, "id": "252", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95670737384904, -38.69354044610835, 177.9601019902353, -38.69112034974821], "geometry": {"coordinates": [[177.9601019902353, -38.69354044610835], [177.95670737384904, -38.69112034974821]], "type": "LineString"}, "id": "253", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95678430599293, -38.693473706161406, 177.96017942623808, -38.6910540470561], "geometry": {"coordinates": [[177.96017942623808, -38.693473706161406], [177.95678430599293, -38.6910540470561]], "type": "LineString"}, "id": "254", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95686149044084, -38.69340718370441, 177.9602566096553, -38.690987526796896], "geometry": {"coordinates": [[177.9602566096553, -38.69340718370441], [177.95686149044084, -38.690987526796896]], "type": "LineString"}, "id": "255", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9569386747463, -38.693340661205234, 177.96033379293, -38.690921006495515], "geometry": {"coordinates": [[177.96033379293, -38.693340661205234], [177.9569386747463, -38.690921006495515]], "type": "LineString"}, "id": "256", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9570158589093, -38.69327413866391, 177.96041097606224, -38.69085448615198], "geometry": {"coordinates": [[177.96041097606224, -38.69327413866391], [177.9570158589093, -38.69085448615198]], "type": "LineString"}, "id": "257", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95709304292984, -38.69320761608041, 177.960488159052, -38.690787965766255], "geometry": {"coordinates": [[177.960488159052, -38.69320761608041], [177.95709304292984, -38.690787965766255]], "type": "LineString"}, "id": "258", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95717047925157, -38.693141310987684, 177.96056508945898, -38.69072122781264], "geometry": {"coordinates": [[177.96056508945898, -38.693141310987684], [177.95717047925157, -38.69072122781264]], "type": "LineString"}, "id": "259", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95724766298676, -38.693074788320004, 177.96064227216425, -38.69065470734245], "geometry": {"coordinates": [[177.96064227216425, -38.693074788320004], [177.95724766298676, -38.69065470734245]], "type": "LineString"}, "id": "260", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9573238238662, -38.693007383882914, 177.9607204774266, -38.690589068528226], "geometry": {"coordinates": [[177.9607204774266, -38.693007383882914], [177.9573238238662, -38.690589068528226]], "type": "LineString"}, "id": "261", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9574017775874, -38.69294152532482, 177.96079688958633, -38.690521883801736], "geometry": {"coordinates": [[177.96079688958633, -38.69294152532482], [177.9574017775874, -38.690521883801736]], "type": "LineString"}, "id": "262", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95747896089563, -38.69287500253051, 177.9608740718637, -38.69045536320518], "geometry": {"coordinates": [[177.9608740718637, -38.69287500253051], [177.95747896089563, -38.69045536320518]], "type": "LineString"}, "id": "263", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9575561440614, -38.692808479694044, 177.96095125399864, -38.69038884256646], "geometry": {"coordinates": [[177.96095125399864, -38.692808479694044], [177.9575561440614, -38.69038884256646]], "type": "LineString"}, "id": "264", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95763332708472, -38.69274195681542, 177.9610284359911, -38.69032232188558], "geometry": {"coordinates": [[177.9610284359911, -38.69274195681542], [177.95763332708472, -38.69032232188558]], "type": "LineString"}, "id": "265", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95771076240604, -38.69267565142853, 177.96110536540402, -38.6902555836358], "geometry": {"coordinates": [[177.96110536540402, -38.69267565142853], [177.95771076240604, -38.6902555836358]], "type": "LineString"}, "id": "266", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.957787945144, -38.692609128465726, 177.961182547112, -38.69018906287046], "geometry": {"coordinates": [[177.961182547112, -38.692609128465726], [177.957787945144, -38.69018906287046]], "type": "LineString"}, "id": "267", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9578651277395, -38.69254260546076, 177.96125972867753, -38.69012254206293], "geometry": {"coordinates": [[177.96125972867753, -38.69254260546076], [177.9578651277395, -38.69012254206293]], "type": "LineString"}, "id": "268", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.957941035235, -38.692474983012836, 177.96133818504103, -38.69005712057776], "geometry": {"coordinates": [[177.96133818504103, -38.692474983012836], [177.957941035235, -38.69005712057776]], "type": "LineString"}, "id": "269", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95801924006457, -38.69240934178991, 177.96141434381636, -38.68998971784866], "geometry": {"coordinates": [[177.96141434381636, -38.69240934178991], [177.95801924006457, -38.68998971784866]], "type": "LineString"}, "id": "270", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95809642223315, -38.69234281865834, 177.961491524954, -38.68992319691478], "geometry": {"coordinates": [[177.961491524954, -38.69234281865834], [177.95809642223315, -38.68992319691478]], "type": "LineString"}, "id": "271", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95820406184797, -38.69230188640702, 177.96154116390252, -38.689833203130796], "geometry": {"coordinates": [[177.96154116390252, -38.69230188640702], [177.95820406184797, -38.689833203130796]], "type": "LineString"}, "id": "272", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9582828323724, -38.69223651707833, 177.96161993361017, -38.68976783602108], "geometry": {"coordinates": [[177.96161993361017, -38.69223651707833], [177.9582828323724, -38.68976783602108]], "type": "LineString"}, "id": "273", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95836160275346, -38.692171147705395, 177.96169870317448, -38.68970246886712], "geometry": {"coordinates": [[177.96169870317448, -38.692171147705395], [177.95836160275346, -38.68970246886712]], "type": "LineString"}, "id": "274", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95844037299122, -38.69210577828822, 177.96177747259543, -38.6896371016689], "geometry": {"coordinates": [[177.96177747259543, -38.69210577828822], [177.95844037299122, -38.6896371016689]], "type": "LineString"}, "id": "275", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95851914308565, -38.6920404088268, 177.96185624187308, -38.68957173442645], "geometry": {"coordinates": [[177.96185624187308, -38.6920404088268], [177.95851914308565, -38.68957173442645]], "type": "LineString"}, "id": "276", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95859791303675, -38.69197503932116, 177.96193501100737, -38.68950636713976], "geometry": {"coordinates": [[177.96193501100737, -38.69197503932116], [177.95859791303675, -38.68950636713976]], "type": "LineString"}, "id": "277", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95867668284453, -38.69190966977126, 177.96201377999836, -38.6894409998088], "geometry": {"coordinates": [[177.96201377999836, -38.69190966977126], [177.95867668284453, -38.6894409998088]], "type": "LineString"}, "id": "278", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95875545250902, -38.691844300177124, 177.962092548846, -38.68937563243361], "geometry": {"coordinates": [[177.962092548846, -38.691844300177124], [177.95875545250902, -38.68937563243361]], "type": "LineString"}, "id": "279", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95883422203016, -38.69177893053875, 177.9621713175503, -38.68931026501417], "geometry": {"coordinates": [[177.9621713175503, -38.69177893053875], [177.95883422203016, -38.68931026501417]], "type": "LineString"}, "id": "280", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.958912991408, -38.691713560856144, 177.96225008611125, -38.68924489755047], "geometry": {"coordinates": [[177.96225008611125, -38.691713560856144], [177.958912991408, -38.68924489755047]], "type": "LineString"}, "id": "281", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9589917606425, -38.691648191129296, 177.9623288545289, -38.689179530042544], "geometry": {"coordinates": [[177.9623288545289, -38.691648191129296], [177.9589917606425, -38.689179530042544]], "type": "LineString"}, "id": "282", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95907027715867, -38.69158261160085, 177.9624078753756, -38.6891143722406], "geometry": {"coordinates": [[177.9624078753756, -38.69158261160085], [177.95907027715867, -38.6891143722406]], "type": "LineString"}, "id": "283", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95914904610703, -38.69151724178537, 177.96248664350608, -38.68904900464433], "geometry": {"coordinates": [[177.96248664350608, -38.69151724178537], [177.95914904610703, -38.68904900464433]], "type": "LineString"}, "id": "284", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95922781491205, -38.69145187192567, 177.96256541149324, -38.6889836370038], "geometry": {"coordinates": [[177.96256541149324, -38.69145187192567], [177.95922781491205, -38.6889836370038]], "type": "LineString"}, "id": "285", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9593068361474, -38.6913867117795, 177.96264392676605, -38.68891805956837], "geometry": {"coordinates": [[177.96264392676605, -38.6913867117795], [177.9593068361474, -38.68891805956837]], "type": "LineString"}, "id": "286", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95938560466533, -38.69132134183146, 177.962722694467, -38.68885269183924], "geometry": {"coordinates": [[177.962722694467, -38.69132134183146], [177.95938560466533, -38.68885269183924]], "type": "LineString"}, "id": "287", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95946437303994, -38.69125597183918, 177.96280146202466, -38.68878732406582], "geometry": {"coordinates": [[177.96280146202466, -38.69125597183918], [177.95946437303994, -38.68878732406582]], "type": "LineString"}, "id": "288", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95954314127127, -38.69119060180266, 177.96288022943895, -38.688721956248195], "geometry": {"coordinates": [[177.96288022943895, -38.69119060180266], [177.95954314127127, -38.688721956248195]], "type": "LineString"}, "id": "289", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95962190935924, -38.69112523172192, 177.96295899670992, -38.68865658838632], "geometry": {"coordinates": [[177.96295899670992, -38.69112523172192], [177.95962190935924, -38.68865658838632]], "type": "LineString"}, "id": "290", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9597006773039, -38.691059861596926, 177.96303776383758, -38.688591220480205], "geometry": {"coordinates": [[177.96303776383758, -38.691059861596926], [177.9597006773039, -38.688591220480205]], "type": "LineString"}, "id": "291", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95977944510528, -38.69099449142771, 177.96311653082188, -38.688525852529835], "geometry": {"coordinates": [[177.96311653082188, -38.69099449142771], [177.95977944510528, -38.688525852529835]], "type": "LineString"}, "id": "292", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95985821276332, -38.69092912121425, 177.96319529766288, -38.68846048453524], "geometry": {"coordinates": [[177.96319529766288, -38.69092912121425], [177.95985821276332, -38.68846048453524]], "type": "LineString"}, "id": "293", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.95997140194487, -38.69089168921813, 177.96324126647602, -38.688368405699194], "geometry": {"coordinates": [[177.96324126647602, -38.69089168921813], [177.95997140194487, -38.688368405699194]], "type": "LineString"}, "id": "294", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9600516077503, -38.69082739544739, 177.96332197673038, -38.68830451623449], "geometry": {"coordinates": [[177.96332197673038, -38.69082739544739], [177.9600516077503, -38.68830451623449]], "type": "LineString"}, "id": "295", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96013231844054, -38.69076350370653, 177.9634021818155, -38.688240224660916], "geometry": {"coordinates": [[177.9634021818155, -38.69076350370653], [177.96013231844054, -38.688240224660916]], "type": "LineString"}, "id": "296", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9602116691124, -38.690698528788445, 177.96348374662108, -38.68817701613371], "geometry": {"coordinates": [[177.96348374662108, -38.690698528788445], [177.9602116691124, -38.68817701613371]], "type": "LineString"}, "id": "297", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96029187463358, -38.69063423471538, 177.96356445629544, -38.68811312669224], "geometry": {"coordinates": [[177.96356445629544, -38.69063423471538], [177.96029187463358, -38.68811312669224]], "type": "LineString"}, "id": "298", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9603725847479, -38.69057034299647, 177.9636446610923, -38.6880488348176], "geometry": {"coordinates": [[177.9636446610923, -38.69057034299647], [177.9603725847479, -38.6880488348176]], "type": "LineString"}, "id": "299", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96045414970354, -38.69050713212514, 177.9637240107659, -38.687983862026115], "geometry": {"coordinates": [[177.9637240107659, -38.69050713212514], [177.96045414970354, -38.687983862026115]], "type": "LineString"}, "id": "300", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96053435464754, -38.69044283807445, 177.9638047201533, -38.687919972283176], "geometry": {"coordinates": [[177.9638047201533, -38.69044283807445], [177.96053435464754, -38.687919972283176]], "type": "LineString"}, "id": "301", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9606150644709, -38.690378946055375, 177.96388492437688, -38.6878556804296], "geometry": {"coordinates": [[177.96388492437688, -38.690378946055375], [177.9606150644709, -38.6878556804296]], "type": "LineString"}, "id": "302", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96069441429051, -38.690313970854376, 177.96396648830634, -38.68779247162714], "geometry": {"coordinates": [[177.96396648830634, -38.690313970854376], [177.96069441429051, -38.68779247162714]], "type": "LineString"}, "id": "303", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9607746189503, -38.69024967650136, 177.96404719711379, -38.68772858190743], "geometry": {"coordinates": [[177.96404719711379, -38.69024967650136], [177.9607746189503, -38.68772858190743]], "type": "LineString"}, "id": "304", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96085643554179, -38.69018666660188, 177.96412629371306, -38.68766340768595], "geometry": {"coordinates": [[177.96412629371306, -38.69018666660188], [177.96085643554179, -38.68766340768595]], "type": "LineString"}, "id": "305", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9609368922774, -38.6901225733577, 177.96420674987039, -38.68759931667838], "geometry": {"coordinates": [[177.96420674987039, -38.6901225733577], [177.9609368922774, -38.68759931667838]], "type": "LineString"}, "id": "306", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96101709635997, -38.690058279027056, 177.96428745839083, -38.687535426657206], "geometry": {"coordinates": [[177.96428745839083, -38.690058279027056], [177.96101709635997, -38.687535426657206]], "type": "LineString"}, "id": "307", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9610978053165, -38.68999438672979, 177.96436766175287, -38.68747113452367], "geometry": {"coordinates": [[177.96436766175287, -38.68999438672979], [177.9610978053165, -38.68747113452367]], "type": "LineString"}, "id": "308", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96117715428392, -38.68992941124589, 177.96444922480623, -38.68740792544593], "geometry": {"coordinates": [[177.96444922480623, -38.68992941124589], [177.96117715428392, -38.68740792544593]], "type": "LineString"}, "id": "309", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96125735808226, -38.68986511661292, 177.96452993274676, -38.687344035448], "geometry": {"coordinates": [[177.96452993274676, -38.68986511661292], [177.96125735808226, -38.687344035448]], "type": "LineString"}, "id": "310", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96133917379504, -38.68980210643911, 177.96460902849643, -38.687278860942726], "geometry": {"coordinates": [[177.96460902849643, -38.68980210643911], [177.96133917379504, -38.687278860942726]], "type": "LineString"}, "id": "311", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96141962966652, -38.68973801291587, 177.96468948378953, -38.687214769656045], "geometry": {"coordinates": [[177.96468948378953, -38.68973801291587], [177.96141962966652, -38.687214769656045]], "type": "LineString"}, "id": "312", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9614998328877, -38.68967371830529, 177.96477019144305, -38.68715087935668], "geometry": {"coordinates": [[177.96477019144305, -38.68967371830529], [177.9614998328877, -38.68715087935668]], "type": "LineString"}, "id": "313", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96165638827716, -38.68966751181869, 177.96477516619294, -38.68702940304094], "geometry": {"coordinates": [[177.96477516619294, -38.68966751181869], [177.96165638827716, -38.68702940304094]], "type": "LineString"}, "id": "314", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9617405370507, -38.68960640110238, 177.96485931492043, -38.686968294590876], "geometry": {"coordinates": [[177.96485931492043, -38.68960640110238], [177.9617405370507, -38.686968294590876]], "type": "LineString"}, "id": "315", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96182468567957, -38.68954529033436, 177.9649434635032, -38.6869071860891], "geometry": {"coordinates": [[177.9649434635032, -38.68954529033436], [177.96182468567957, -38.6869071860891]], "type": "LineString"}, "id": "316", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96190883416367, -38.689484179514594, 177.9650276119412, -38.6868460775356], "geometry": {"coordinates": [[177.9650276119412, -38.689484179514594], [177.96190883416367, -38.6868460775356]], "type": "LineString"}, "id": "317", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.961992982503, -38.68942306864313, 177.96511176023444, -38.686784968930375], "geometry": {"coordinates": [[177.96511176023444, -38.68942306864313], [177.961992982503, -38.686784968930375]], "type": "LineString"}, "id": "318", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96207713069762, -38.68936195771995, 177.9651959083829, -38.68672386027343], "geometry": {"coordinates": [[177.9651959083829, -38.68936195771995], [177.96207713069762, -38.68672386027343]], "type": "LineString"}, "id": "319", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9621612787475, -38.689300846745056, 177.9652800563866, -38.68666275156476], "geometry": {"coordinates": [[177.9652800563866, -38.689300846745056], [177.9621612787475, -38.68666275156476]], "type": "LineString"}, "id": "320", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96224542665266, -38.689239735718445, 177.9653642042456, -38.68660164280439], "geometry": {"coordinates": [[177.9653642042456, -38.689239735718445], [177.96224542665266, -38.68660164280439]], "type": "LineString"}, "id": "321", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96232957441305, -38.68917862464012, 177.9654483519598, -38.68654053399228], "geometry": {"coordinates": [[177.9654483519598, -38.68917862464012], [177.96232957441305, -38.68654053399228]], "type": "LineString"}, "id": "322", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96241372202874, -38.68911751351008, 177.96553249952925, -38.686479425128475], "geometry": {"coordinates": [[177.96553249952925, -38.68911751351008], [177.96241372202874, -38.686479425128475]], "type": "LineString"}, "id": "323", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96249786949966, -38.68905640232831, 177.96561664695395, -38.68641831621293], "geometry": {"coordinates": [[177.96561664695395, -38.68905640232831], [177.96249786949966, -38.68641831621293]], "type": "LineString"}, "id": "324", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96258201682585, -38.68899529109487, 177.9657007942339, -38.68635720724568], "geometry": {"coordinates": [[177.9657007942339, -38.68899529109487], [177.96258201682585, -38.68635720724568]], "type": "LineString"}, "id": "325", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96266641433246, -38.688934361579534, 177.96578469104406, -38.686295916463585], "geometry": {"coordinates": [[177.96578469104406, -38.688934361579534], [177.96266641433246, -38.686295916463585]], "type": "LineString"}, "id": "326", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96275031104406, -38.68887306847279, 177.9658690883595, -38.68623498915602], "geometry": {"coordinates": [[177.9658690883595, -38.68887306847279], [177.96275031104406, -38.68623498915602]], "type": "LineString"}, "id": "327", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96283445793605, -38.68881195708417, 177.9659532352052, -38.68617388003361], "geometry": {"coordinates": [[177.9659532352052, -38.68881195708417], [177.96283445793605, -38.68617388003361]], "type": "LineString"}, "id": "328", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96291860468332, -38.68875084564387, 177.96603738190615, -38.686112770859495], "geometry": {"coordinates": [[177.96603738190615, -38.68875084564387], [177.96291860468332, -38.686112770859495]], "type": "LineString"}, "id": "329", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96300275128584, -38.68868973415182, 177.9661215284623, -38.68605166163365], "geometry": {"coordinates": [[177.9661215284623, -38.68868973415182], [177.96300275128584, -38.68605166163365]], "type": "LineString"}, "id": "330", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96308689774366, -38.6886286226081, 177.96620567487375, -38.6859905523561], "geometry": {"coordinates": [[177.96620567487375, -38.6886286226081], [177.96308689774366, -38.6859905523561]], "type": "LineString"}, "id": "331", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96317104405674, -38.68856751101265, 177.96628982114044, -38.68592944302683], "geometry": {"coordinates": [[177.96628982114044, -38.68856751101265], [177.96317104405674, -38.68592944302683]], "type": "LineString"}, "id": "332", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96325519022506, -38.688506399365494, 177.96637396726237, -38.68586833364585], "geometry": {"coordinates": [[177.96637396726237, -38.688506399365494], [177.96325519022506, -38.68586833364585]], "type": "LineString"}, "id": "333", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96333933624868, -38.68844528766661, 177.96645811323953, -38.685807224213164], "geometry": {"coordinates": [[177.96645811323953, -38.68844528766661], [177.96333933624868, -38.685807224213164]], "type": "LineString"}, "id": "334", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96342348212752, -38.68838417591604, 177.96654225907196, -38.68574611472875], "geometry": {"coordinates": [[177.96654225907196, -38.68838417591604], [177.96342348212752, -38.68574611472875]], "type": "LineString"}, "id": "335", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96353695463708, -38.68834414835577, 177.96659899532258, -38.68566557077301], "geometry": {"coordinates": [[177.96659899532258, -38.68834414835577], [177.96353695463708, -38.68566557077301]], "type": "LineString"}, "id": "336", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96362114255425, -38.6882832680506, 177.96668566368177, -38.68560643580631], "geometry": {"coordinates": [[177.96668566368177, -38.6882832680506], [177.96362114255425, -38.68560643580631]], "type": "LineString"}, "id": "337", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9637078106202, -38.68822413079169, 177.9667698515986, -38.68554555775213], "geometry": {"coordinates": [[177.9667698515986, -38.68822413079169], [177.9637078106202, -38.68554555775213]], "type": "LineString"}, "id": "338", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96379323839474, -38.688164121929276, 177.96685527951954, -38.68548555116129], "geometry": {"coordinates": [[177.96685527951954, -38.688164121929276], [177.96379323839474, -38.68548555116129]], "type": "LineString"}, "id": "339", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9638786660246, -38.68810411301325, 177.96694070729578, -38.68542554451686], "geometry": {"coordinates": [[177.96694070729578, -38.68810411301325], [177.9638786660246, -38.68542554451686]], "type": "LineString"}, "id": "340", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96396409350976, -38.68804410404365, 177.9670261349273, -38.685365537818846], "geometry": {"coordinates": [[177.9670261349273, -38.68804410404365], [177.96396409350976, -38.685365537818846]], "type": "LineString"}, "id": "341", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96404828071397, -38.68798322346665, 177.96711280255244, -38.68530640258806], "geometry": {"coordinates": [[177.96711280255244, -38.68798322346665], [177.96404828071397, -38.68530640258806]], "type": "LineString"}, "id": "342", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.964134948046, -38.68792408594367, 177.96719698975622, -38.68524552426202], "geometry": {"coordinates": [[177.96719698975622, -38.68792408594367], [177.964134948046, -38.68524552426202]], "type": "LineString"}, "id": "343", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96422062413538, -38.68786425168208, 177.96728216791496, -38.685185342541075], "geometry": {"coordinates": [[177.96728216791496, -38.68786425168208], [177.96422062413538, -38.685185342541075]], "type": "LineString"}, "id": "344", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96430580200354, -38.68780406762934, 177.96736784400636, -38.68512551049083], "geometry": {"coordinates": [[177.96736784400636, -38.68780406762934], [177.96430580200354, -38.68512551049083]], "type": "LineString"}, "id": "345", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96439122876527, -38.687744058391786, 177.96745327091435, -38.685065503524854], "geometry": {"coordinates": [[177.96745327091435, -38.687744058391786], [177.96439122876527, -38.685065503524854]], "type": "LineString"}, "id": "346", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9644756642114, -38.68768335261004, 177.96753968885022, -38.68500619296954], "geometry": {"coordinates": [[177.96753968885022, -38.68768335261004], [177.9644756642114, -38.68500619296954]], "type": "LineString"}, "id": "347", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96456208185467, -38.687624039755924, 177.96762412429624, -38.68494548943209], "geometry": {"coordinates": [[177.96762412429624, -38.687624039755924], [177.96456208185467, -38.68494548943209]], "type": "LineString"}, "id": "348", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96464626806082, -38.68756315879837, 177.96771079089376, -38.684886353831615], "geometry": {"coordinates": [[177.96771079089376, -38.68756315879837], [177.96464626806082, -38.684886353831615]], "type": "LineString"}, "id": "349", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96473318340108, -38.687504195775425, 177.96779472806315, -38.68482530026189], "geometry": {"coordinates": [[177.96779472806315, -38.687504195775425], [177.96473318340108, -38.68482530026189]], "type": "LineString"}, "id": "350", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96481836040365, -38.68744401140023, 177.9678804032838, -38.68476546789105], "geometry": {"coordinates": [[177.9678804032838, -38.68744401140023], [177.96481836040365, -38.68476546789105]], "type": "LineString"}, "id": "351", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9649037862973, -38.68738400184116, 177.96796582932356, -38.6847054606035], "geometry": {"coordinates": [[177.96796582932356, -38.68738400184116], [177.9649037862973, -38.6847054606035]], "type": "LineString"}, "id": "352", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96498921204625, -38.6873239922285, 177.96805125521865, -38.68464545326239], "geometry": {"coordinates": [[177.96805125521865, -38.6873239922285], [177.96498921204625, -38.68464545326239]], "type": "LineString"}, "id": "353", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96507339753947, -38.687263110999126, 177.96813792108213, -38.68458631739784], "geometry": {"coordinates": [[177.96813792108213, -38.687263110999126], [177.96507339753947, -38.68458631739784]], "type": "LineString"}, "id": "354", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9651600631101, -38.68720397284244, 177.9682221065747, -38.6845254384194], "geometry": {"coordinates": [[177.9682221065747, -38.68720397284244], [177.9651600631101, -38.6845254384194]], "type": "LineString"}, "id": "355", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96528118748358, -38.68716864699921, 177.96827301730863, -38.68444180558862], "geometry": {"coordinates": [[177.96827301730863, -38.68716864699921], [177.96528118748358, -38.68444180558862]], "type": "LineString"}, "id": "356", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96536818097866, -38.68711003774996, 177.96836001118737, -38.684383198615336], "geometry": {"coordinates": [[177.96836001118737, -38.68711003774996], [177.96536818097866, -38.684383198615336]], "type": "LineString"}, "id": "357", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96545517432932, -38.68705142844478, 177.96844700492167, -38.68432459158611], "geometry": {"coordinates": [[177.96844700492167, -38.68705142844478], [177.96545517432932, -38.68432459158611]], "type": "LineString"}, "id": "358", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9655421675356, -38.68699281908366, 177.96853399851156, -38.684265984500946], "geometry": {"coordinates": [[177.96853399851156, -38.68699281908366], [177.9655421675356, -38.684265984500946]], "type": "LineString"}, "id": "359", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96562916059744, -38.6869342096666, 177.968620991957, -38.684207377359826], "geometry": {"coordinates": [[177.968620991957, -38.6869342096666], [177.96562916059744, -38.684207377359826]], "type": "LineString"}, "id": "360", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9657161535149, -38.68687560019361, 177.96870798525805, -38.684148770162764], "geometry": {"coordinates": [[177.96870798525805, -38.68687560019361], [177.9657161535149, -38.684148770162764]], "type": "LineString"}, "id": "361", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96580314628795, -38.68681699066467, 177.96879497841465, -38.684090162909776], "geometry": {"coordinates": [[177.96879497841465, -38.68681699066467], [177.96580314628795, -38.684090162909776]], "type": "LineString"}, "id": "362", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96589013891662, -38.68675838107979, 177.96888197142684, -38.684031555600825], "geometry": {"coordinates": [[177.96888197142684, -38.68675838107979], [177.96589013891662, -38.684031555600825]], "type": "LineString"}, "id": "363", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96597737836638, -38.68669993788356, 177.96896871732798, -38.683972781797834], "geometry": {"coordinates": [[177.96896871732798, -38.68669993788356], [177.96597737836638, -38.683972781797834]], "type": "LineString"}, "id": "364", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9660641237407, -38.68664116174224, 177.96905595701793, -38.683914340815136], "geometry": {"coordinates": [[177.96905595701793, -38.68664116174224], [177.9660641237407, -38.683914340815136]], "type": "LineString"}, "id": "365", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96615111593613, -38.68658255198955, 177.96914294959686, -38.68385573333837], "geometry": {"coordinates": [[177.96914294959686, -38.68658255198955], [177.96615111593613, -38.68385573333837]], "type": "LineString"}, "id": "366", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96623835495146, -38.68652410862598, 177.969229695066, -38.68379695936708], "geometry": {"coordinates": [[177.969229695066, -38.68652410862598], [177.96623835495146, -38.68379695936708]], "type": "LineString"}, "id": "367", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96632509989382, -38.68646533231637, 177.96931693432143, -38.683738518217034], "geometry": {"coordinates": [[177.96931693432143, -38.68646533231637], [177.96632509989382, -38.683738518217034]], "type": "LineString"}, "id": "368", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96641209165603, -38.68640672239587, 177.96940392646707, -38.683679910572444], "geometry": {"coordinates": [[177.96940392646707, -38.68640672239587], [177.96641209165603, -38.683679910572444]], "type": "LineString"}, "id": "369", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9664990832739, -38.68634811241944, 177.9694909184683, -38.68362130287193], "geometry": {"coordinates": [[177.9694909184683, -38.68634811241944], [177.9664990832739, -38.68362130287193]], "type": "LineString"}, "id": "370", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96658735949427, -38.686290367747304, 177.96957662557244, -38.683561829788815], "geometry": {"coordinates": [[177.96957662557244, -38.686290367747304], [177.96658735949427, -38.683561829788815]], "type": "LineString"}, "id": "371", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96667435082117, -38.686231757659826, 177.96966361728695, -38.6835032219756], "geometry": {"coordinates": [[177.96966361728695, -38.686231757659826], [177.96667435082117, -38.6835032219756]], "type": "LineString"}, "id": "372", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96676134200368, -38.686173147516406, 177.96975060885705, -38.68344461410644], "geometry": {"coordinates": [[177.96975060885705, -38.686173147516406], [177.96676134200368, -38.68344461410644]], "type": "LineString"}, "id": "373", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96684833304178, -38.68611453731707, 177.96983760028272, -38.683386006181344], "geometry": {"coordinates": [[177.96983760028272, -38.68611453731707], [177.96684833304178, -38.683386006181344]], "type": "LineString"}, "id": "374", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9669353239355, -38.686055927061794, 177.969924591564, -38.68332739820032], "geometry": {"coordinates": [[177.969924591564, -38.686055927061794], [177.9669353239355, -38.68332739820032]], "type": "LineString"}, "id": "375", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96702231468478, -38.68599731675059, 177.9700115827008, -38.68326879016334], "geometry": {"coordinates": [[177.9700115827008, -38.68599731675059], [177.96702231468478, -38.68326879016334]], "type": "LineString"}, "id": "376", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96710802055554, -38.68593784101826, 177.9700998584331, -38.68321104740205], "geometry": {"coordinates": [[177.9700998584331, -38.68593784101826], [177.96710802055554, -38.68321104740205]], "type": "LineString"}, "id": "377", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9672393970629, -38.68590881254944, 177.9701453091153, -38.68312551841306], "geometry": {"coordinates": [[177.9701453091153, -38.68590881254944], [177.9672393970629, -38.68312551841306]], "type": "LineString"}, "id": "378", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96732951555936, -38.68585273358387, 177.97023275706889, -38.68306772967851], "geometry": {"coordinates": [[177.97023275706889, -38.68585273358387], [177.96732951555936, -38.68306772967851]], "type": "LineString"}, "id": "379", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9674169627149, -38.68579494248153, 177.97032287609593, -38.68301165289495], "geometry": {"coordinates": [[177.97032287609593, -38.68579494248153], [177.9674169627149, -38.68301165289495]], "type": "LineString"}, "id": "380", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96750574532527, -38.68573800735951, 177.97041165937057, -38.68295472004784], "geometry": {"coordinates": [[177.97041165937057, -38.68573800735951], [177.96750574532527, -38.68295472004784]], "type": "LineString"}, "id": "381", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96759428373326, -38.685680915608536, 177.97050068656185, -38.682897943706045], "geometry": {"coordinates": [[177.97050068656185, -38.685680915608536], [177.96759428373326, -38.682897943706045]], "type": "LineString"}, "id": "382", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96768331011472, -38.68562413693941, 177.97058922548848, -38.68284085417752], "geometry": {"coordinates": [[177.97058922548848, -38.68562413693941], [177.96768331011472, -38.68284085417752]], "type": "LineString"}, "id": "383", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96777342788158, -38.68556805768476, 177.970676672734, -38.68278306514505], "geometry": {"coordinates": [[177.970676672734, -38.68556805768476], [177.96777342788158, -38.68278306514505]], "type": "LineString"}, "id": "384", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96786087432915, -38.68551026628452, 177.9707667910313, -38.6827269880724], "geometry": {"coordinates": [[177.9707667910313, -38.68551026628452], [177.96786087432915, -38.6827269880724]], "type": "LineString"}, "id": "385", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96794965622072, -38.68545333086903, 177.97085557358704, -38.6826700549318], "geometry": {"coordinates": [[177.97085557358704, -38.68545333086903], [177.96794965622072, -38.6826700549318]], "type": "LineString"}, "id": "386", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96803843796854, -38.68539639539484, 177.97094435599902, -38.68261312173249], "geometry": {"coordinates": [[177.97094435599902, -38.68539639539484], [177.96803843796854, -38.68261312173249]], "type": "LineString"}, "id": "387", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96812697551636, -38.68533930329072, 177.9710333823253, -38.68255634503947], "geometry": {"coordinates": [[177.9710333823253, -38.68533930329072], [177.96812697551636, -38.68255634503947]], "type": "LineString"}, "id": "388", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9682160010329, -38.68528252427039, 177.97112192039162, -38.6824992551578], "geometry": {"coordinates": [[177.97112192039162, -38.68528252427039], [177.9682160010329, -38.6824992551578]], "type": "LineString"}, "id": "389", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96830478234946, -38.6852255886201, 177.97121070237225, -38.682442321782396], "geometry": {"coordinates": [[177.97121070237225, -38.6852255886201], [177.96830478234946, -38.682442321782396]], "type": "LineString"}, "id": "390", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96839356352228, -38.68516865291114, 177.9712994842091, -38.6823853883483], "geometry": {"coordinates": [[177.9712994842091, -38.68516865291114], [177.96839356352228, -38.6823853883483]], "type": "LineString"}, "id": "391", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96848368012178, -38.685112573194004, 177.9713869303217, -38.682327598839194], "geometry": {"coordinates": [[177.9713869303217, -38.685112573194004], [177.96848368012178, -38.682327598839194]], "type": "LineString"}, "id": "392", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96857112543663, -38.685054781317135, 177.9714770474515, -38.68227152130403], "geometry": {"coordinates": [[177.9714770474515, -38.685054781317135], [177.96857112543663, -38.68227152130403]], "type": "LineString"}, "id": "393", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9686596621243, -38.68499768885988, 177.9715660729127, -38.68221474425982], "geometry": {"coordinates": [[177.9715660729127, -38.68499768885988], [177.9686596621243, -38.68221474425982]], "type": "LineString"}, "id": "394", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96874868677594, -38.68494090948834, 177.97165461011878, -38.68215765402498], "geometry": {"coordinates": [[177.97165461011878, -38.68494090948834], [177.96874868677594, -38.68215765402498]], "type": "LineString"}, "id": "395", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96883746722997, -38.68488397348592, 177.97174339123677, -38.68210072029741], "geometry": {"coordinates": [[177.97174339123677, -38.68488397348592], [177.96883746722997, -38.68210072029741]], "type": "LineString"}, "id": "396", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9689275830999, -38.68482789347974, 177.9718308366413, -38.682042930490404], "geometry": {"coordinates": [[177.9718308366413, -38.68482789347974], [177.9689275830999, -38.682042930490404]], "type": "LineString"}, "id": "397", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96901502770677, -38.684770101304984, 177.97192095304138, -38.681986852666185], "geometry": {"coordinates": [[177.97192095304138, -38.684770101304984], [177.96901502770677, -38.681986852666185]], "type": "LineString"}, "id": "398", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9691804710442, -38.68476060567573, 177.97193480565616, -38.6818842156856], "geometry": {"coordinates": [[177.97193480565616, -38.68476060567573], [177.9691804710442, -38.6818842156856]], "type": "LineString"}, "id": "399", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96927219615213, -38.68470661417229, 177.97202653190584, -38.68183022644244], "geometry": {"coordinates": [[177.97202653190584, -38.68470661417229], [177.96927219615213, -38.68183022644244]], "type": "LineString"}, "id": "400", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96936250193204, -38.68465178699671, 177.97211967721734, -38.6817770727096], "geometry": {"coordinates": [[177.97211967721734, -38.68465178699671], [177.96936250193204, -38.6817770727096]], "type": "LineString"}, "id": "401", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9694554083903, -38.68459849119928, 177.9722102215345, -38.68172238753589], "geometry": {"coordinates": [[177.9722102215345, -38.68459849119928], [177.9694554083903, -38.68172238753589]], "type": "LineString"}, "id": "402", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96954713307298, -38.68454449950545, 177.97230194735812, -38.68166839810265], "geometry": {"coordinates": [[177.97230194735812, -38.68454449950545], [177.96954713307298, -38.68166839810265]], "type": "LineString"}, "id": "403", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96963743842088, -38.684489671903265, 177.97239509225037, -38.681615244415944], "geometry": {"coordinates": [[177.97239509225037, -38.684489671903265], [177.96963743842088, -38.681615244415944]], "type": "LineString"}, "id": "404", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96973058201272, -38.68443651592754, 177.97248539857966, -38.68156041904594], "geometry": {"coordinates": [[177.97248539857966, -38.68443651592754], [177.96973058201272, -38.68156041904594]], "type": "LineString"}, "id": "405", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96982230626978, -38.68438252404345, 177.9725771239776, -38.681506429422456], "geometry": {"coordinates": [[177.9725771239776, -38.68438252404345], [177.96982230626978, -38.681506429422456]], "type": "LineString"}, "id": "406", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.96991426793522, -38.684328671872684, 177.97266861168046, -38.68145229996472], "geometry": {"coordinates": [[177.97266861168046, -38.684328671872684], [177.96991426793522, -38.68145229996472]], "type": "LineString"}, "id": "407", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97000599190818, -38.68427467986196, 177.97276033679495, -38.68139831021425], "geometry": {"coordinates": [[177.97276033679495, -38.68427467986196], [177.97000599190818, -38.68139831021425]], "type": "LineString"}, "id": "408", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9700962965707, -38.68421985217123, 177.97285348095377, -38.68134515598198], "geometry": {"coordinates": [[177.97285348095377, -38.68421985217123], [177.9700962965707, -38.68134515598198]], "type": "LineString"}, "id": "409", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97018920187935, -38.684166555873084, 177.9729440241504, -38.68129047029445], "geometry": {"coordinates": [[177.9729440241504, -38.684166555873084], [177.97018920187935, -38.68129047029445]], "type": "LineString"}, "id": "410", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9702809254271, -38.68411256367197, 177.97303574883887, -38.681236480353924], "geometry": {"coordinates": [[177.97303574883887, -38.68411256367197], [177.9702809254271, -38.681236480353924]], "type": "LineString"}, "id": "411", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97037264883295, -38.684058571407434, 177.97312747338543, -38.68118249034998], "geometry": {"coordinates": [[177.97312747338543, -38.684058571407434], [177.97037264883295, -38.68118249034998]], "type": "LineString"}, "id": "412", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97046437209693, -38.684004579079506, 177.97321919779012, -38.68112850028265], "geometry": {"coordinates": [[177.97321919779012, -38.684004579079506], [177.97046437209693, -38.68112850028265]], "type": "LineString"}, "id": "413", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97055609521905, -38.68395058668817, 177.97331092205292, -38.681074510151895], "geometry": {"coordinates": [[177.97331092205292, -38.68395058668817], [177.97055609521905, -38.681074510151895]], "type": "LineString"}, "id": "414", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97064805574655, -38.68389673401144, 177.97340240862357, -38.68102038018556], "geometry": {"coordinates": [[177.97340240862357, -38.68389673401144], [177.97064805574655, -38.68102038018556]], "type": "LineString"}, "id": "415", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9707397785846, -38.68384274149346, 177.97349413260295, -38.68096638992783], "geometry": {"coordinates": [[177.97349413260295, -38.68384274149346], [177.9707397785846, -38.68096638992783]], "type": "LineString"}, "id": "416", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9708298445698, -38.68378777327602, 177.97358751317194, -38.68091337520189], "geometry": {"coordinates": [[177.97358751317194, -38.68378777327602], [177.9708298445698, -38.68091337520189]], "type": "LineString"}, "id": "417", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97092298628883, -38.68373461648875, 177.97367781768517, -38.680858548994806], "geometry": {"coordinates": [[177.97367781768517, -38.68373461648875], [177.97092298628883, -38.680858548994806]], "type": "LineString"}, "id": "418", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9710147087016, -38.68368062378038, 177.9737695412385, -38.68080455854702], "geometry": {"coordinates": [[177.9737695412385, -38.68368062378038], [177.9710147087016, -38.68080455854702]], "type": "LineString"}, "id": "419", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9711979589247, -38.68367911235725, 177.97377437839197, -38.680703187443164], "geometry": {"coordinates": [[177.97377437839197, -38.68367911235725], [177.9711979589247, -38.680703187443164]], "type": "LineString"}, "id": "420", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97129442155068, -38.68362946686153, 177.97386781223224, -38.68065193361482], "geometry": {"coordinates": [[177.97386781223224, -38.68362946686153], [177.97129442155068, -38.68065193361482]], "type": "LineString"}, "id": "421", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97138785359908, -38.68357821070214, 177.9739642764269, -38.680602290241445], "geometry": {"coordinates": [[177.9739642764269, -38.68357821070214], [177.97138785359908, -38.680602290241445]], "type": "LineString"}, "id": "422", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97148431594374, -38.68352856507095, 177.9740577099946, -38.68055103627322], "geometry": {"coordinates": [[177.9740577099946, -38.68352856507095], [177.97148431594374, -38.68055103627322]], "type": "LineString"}, "id": "423", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97157774771966, -38.68347730877169, 177.97415417390792, -38.680501392764384], "geometry": {"coordinates": [[177.97415417390792, -38.68347730877169], [177.97157774771966, -38.680501392764384]], "type": "LineString"}, "id": "424", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.971674209783, -38.683427663005006, 177.97424760720313, -38.68045013865629], "geometry": {"coordinates": [[177.97424760720313, -38.683427663005006], [177.971674209783, -38.68045013865629]], "type": "LineString"}, "id": "425", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97176741337861, -38.68337628531771, 177.9743442987469, -38.6804006162548], "geometry": {"coordinates": [[177.9743442987469, -38.68337628531771], [177.97176741337861, -38.6804006162548]], "type": "LineString"}, "id": "426", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9718641030685, -38.68332676066374, 177.97443750385773, -38.68034924076402], "geometry": {"coordinates": [[177.97443750385773, -38.68332676066374], [177.9718641030685, -38.68034924076402]], "type": "LineString"}, "id": "427", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97195753429943, -38.68327550408474, 177.9745339672083, -38.68029959698423], "geometry": {"coordinates": [[177.9745339672083, -38.68327550408474], [177.97195753429943, -38.68029959698423]], "type": "LineString"}, "id": "428", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97205376796293, -38.683225737043536, 177.97462762779975, -38.68024846359465], "geometry": {"coordinates": [[177.97462762779975, -38.683225737043536], [177.97205376796293, -38.68024846359465]], "type": "LineString"}, "id": "429", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97214742675868, -38.683174601328254, 177.97472386302766, -38.68019869868114], "geometry": {"coordinates": [[177.97472386302766, -38.683174601328254], [177.97214742675868, -38.68019869868114]], "type": "LineString"}, "id": "430", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9722438879781, -38.68312495515516, 177.9748172955053, -38.68014744415346], "geometry": {"coordinates": [[177.9748172955053, -38.68312495515516], [177.9722438879781, -38.68014744415346]], "type": "LineString"}, "id": "431", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9723388338594, -38.683074503605944, 177.97491224307103, -38.68009699482873], "geometry": {"coordinates": [[177.97491224307103, -38.683074503605944], [177.9723388338594, -38.68009699482873]], "type": "LineString"}, "id": "432", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97243377960223, -38.683024051987886, 177.97500719049827, -38.680046545435175], "geometry": {"coordinates": [[177.97500719049827, -38.683024051987886], [177.97243377960223, -38.680046545435175]], "type": "LineString"}, "id": "433", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97252872520664, -38.68297360030099, 177.97510213778705, -38.6799960959728], "geometry": {"coordinates": [[177.97510213778705, -38.68297360030099], [177.97252872520664, -38.6799960959728]], "type": "LineString"}, "id": "434", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9726236706726, -38.68292314854527, 177.97519708493735, -38.679945646441574], "geometry": {"coordinates": [[177.97519708493735, -38.68292314854527], [177.9726236706726, -38.679945646441574]], "type": "LineString"}, "id": "435", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9727183881652, -38.68287257571599, 177.97529225978815, -38.67989531784092], "geometry": {"coordinates": [[177.97529225978815, -38.68287257571599], [177.9727183881652, -38.67989531784092]], "type": "LineString"}, "id": "436", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97281356118916, -38.682822244827335, 177.97538697882257, -38.67984474717264], "geometry": {"coordinates": [[177.97538697882257, -38.682822244827335], [177.97281356118916, -38.67984474717264]], "type": "LineString"}, "id": "437", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97290850623978, -38.682771792865125, 177.9754819255575, -38.67979429743494], "geometry": {"coordinates": [[177.9754819255575, -38.682771792865125], [177.97290850623978, -38.67979429743494]], "type": "LineString"}, "id": "438", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97300322331805, -38.68272121982884, 177.97557709999188, -38.67974396862829], "geometry": {"coordinates": [[177.97557709999188, -38.68272121982884], [177.97300322331805, -38.67974396862829]], "type": "LineString"}, "id": "439", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97309839592572, -38.6826708887342, 177.9756718186119, -38.679693397753034], "geometry": {"coordinates": [[177.9756718186119, -38.6826708887342], [177.97309839592572, -38.679693397753034]], "type": "LineString"}, "id": "440", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97327509086918, -38.682662614148356, 177.97568699641928, -38.679603173596995], "geometry": {"coordinates": [[177.97568699641928, -38.682662614148356], [177.97327509086918, -38.679603173596995]], "type": "LineString"}, "id": "441", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97337449426985, -38.682616242319675, 177.97578277357837, -38.67955504829112], "geometry": {"coordinates": [[177.97578277357837, -38.682616242319675], [177.97337449426985, -38.67955504829112]], "type": "LineString"}, "id": "442", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9734704866536, -38.68256822004597, 177.9758819615607, -38.67950857320721], "geometry": {"coordinates": [[177.9758819615607, -38.68256822004597], [177.9734704866536, -38.67950857320721]], "type": "LineString"}, "id": "443", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.973568075612, -38.68252097022283, 177.9759795526645, -38.67946132556135], "geometry": {"coordinates": [[177.9759795526645, -38.68252097022283], [177.973568075612, -38.67946132556135]], "type": "LineString"}, "id": "444", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97366704379493, -38.682474387780324, 177.97607576424457, -38.679413410418576], "geometry": {"coordinates": [[177.97607576424457, -38.682474387780324], [177.97366704379493, -38.679413410418576]], "type": "LineString"}, "id": "445", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97376303566253, -38.682426365031816, 177.9761749519367, -38.67936693536848], "geometry": {"coordinates": [[177.9761749519367, -38.682426365031816], [177.97376303566253, -38.67936693536848]], "type": "LineString"}, "id": "446", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97386062421805, -38.68237911498802, 177.97627254263696, -38.67931968750227], "geometry": {"coordinates": [[177.97627254263696, -38.68237911498802], [177.97386062421805, -38.67931968750227]], "type": "LineString"}, "id": "447", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97395980945493, -38.68233263765251, 177.976368536352, -38.67927166681636], "geometry": {"coordinates": [[177.976368536352, -38.68233263765251], [177.97395980945493, -38.67927166681636]], "type": "LineString"}, "id": "448", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97405580092598, -38.682284614679894, 177.9764677236343, -38.67922519154937], "geometry": {"coordinates": [[177.9764677236343, -38.682284614679894], [177.97405580092598, -38.67922519154937]], "type": "LineString"}, "id": "449", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97415338907837, -38.682237364415585, 177.97656531393136, -38.67917794346268], "geometry": {"coordinates": [[177.97656531393136, -38.682237364415585], [177.97415338907837, -38.67917794346268]], "type": "LineString"}, "id": "450", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97425279124718, -38.6821909919377, 177.9766610899033, -38.67912981748302], "geometry": {"coordinates": [[177.9766610899033, -38.6821909919377], [177.97425279124718, -38.67912981748302]], "type": "LineString"}, "id": "451", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97434878244133, -38.68214296899167, 177.97676027665622, -38.67908334174845], "geometry": {"coordinates": [[177.97676027665622, -38.68214296899167], [177.97434878244133, -38.67908334174845]], "type": "LineString"}, "id": "452", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97444637019026, -38.682095718507036, 177.97685786655038, -38.679036093441105], "geometry": {"coordinates": [[177.97685786655038, -38.682095718507036], [177.97444637019026, -38.679036093441105]], "type": "LineString"}, "id": "453", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9745453371467, -38.682049135412385, 177.97695407693791, -38.67898817762751], "geometry": {"coordinates": [[177.97695407693791, -38.682049135412385], [177.9745453371467, -38.67898817762751]], "type": "LineString"}, "id": "454", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9746413278247, -38.68200111199157, 177.97705326340062, -38.678941701926746], "geometry": {"coordinates": [[177.97705326340062, -38.68200111199157], [177.9746413278247, -38.678941701926746]], "type": "LineString"}, "id": "455", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97473891517083, -38.681953861286274, 177.97715085289127, -38.678894453399074], "geometry": {"coordinates": [[177.97715085289127, -38.681953861286274], [177.97473891517083, -38.678894453399074]], "type": "LineString"}, "id": "456", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97483809917853, -38.681907383300114, 177.97724684541643, -38.678846432040885], "geometry": {"coordinates": [[177.97724684541643, -38.681907383300114], [177.97483809917853, -38.678846432040885]], "type": "LineString"}, "id": "457", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97493408945996, -38.68185935965519, 177.97734603146932, -38.67879995612324], "geometry": {"coordinates": [[177.97734603146932, -38.68185935965519], [177.97493408945996, -38.67879995612324]], "type": "LineString"}, "id": "458", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97503167640292, -38.68181210872941, 177.97744362055673, -38.6787527073751], "geometry": {"coordinates": [[177.97744362055673, -38.68181210872941], [177.97503167640292, -38.6787527073751]], "type": "LineString"}, "id": "459", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97513107733988, -38.68176573560235, 177.97753939534152, -38.67870458072168], "geometry": {"coordinates": [[177.97753939534152, -38.68176573560235], [177.97513107733988, -38.67870458072168]], "type": "LineString"}, "id": "460", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97522706734438, -38.681717711984035, 177.97763858086506, -38.678658104336485], "geometry": {"coordinates": [[177.97763858086506, -38.681717711984035], [177.97522706734438, -38.678658104336485]], "type": "LineString"}, "id": "461", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97532465388394, -38.681670460837935, 177.97773616954956, -38.678610855367694], "geometry": {"coordinates": [[177.97773616954956, -38.681670460837935], [177.97532465388394, -38.678610855367694]], "type": "LineString"}, "id": "462", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9754236196139, -38.681623877091184, 177.97783237874455, -38.6785629388833], "geometry": {"coordinates": [[177.97783237874455, -38.681623877091184], [177.9754236196139, -38.6785629388833]], "type": "LineString"}, "id": "463", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9755641692542, -38.68159788835102, 177.9778893672319, -38.67849750321119], "geometry": {"coordinates": [[177.9778893672319, -38.68159788835102], [177.9755641692542, -38.67849750321119]], "type": "LineString"}, "id": "464", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97566304934782, -38.681552320030576, 177.97798824970386, -38.678451937036705], "geometry": {"coordinates": [[177.97798824970386, -38.681552320030576], [177.97566304934782, -38.678451937036705]], "type": "LineString"}, "id": "465", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97576214072794, -38.68150684904858, 177.9780869206203, -38.678406273376645], "geometry": {"coordinates": [[177.9780869206203, -38.68150684904858], [177.97576214072794, -38.678406273376645]], "type": "LineString"}, "id": "466", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97586080913928, -38.6814611831621, 177.97818601425192, -38.67836080446018], "geometry": {"coordinates": [[177.97818601425192, -38.6814611831621], [177.97586080913928, -38.67836080446018]], "type": "LineString"}, "id": "467", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97595990025502, -38.681415712028745, 177.97828468490508, -38.678315140648095], "geometry": {"coordinates": [[177.97828468490508, -38.681415712028745], [177.97595990025502, -38.678315140648095]], "type": "LineString"}, "id": "468", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97605693319326, -38.68136929172963, 177.97838541352138, -38.67827042580535], "geometry": {"coordinates": [[177.97838541352138, -38.68136929172963], [177.97605693319326, -38.67827042580535]], "type": "LineString"}, "id": "469", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9761574478372, -38.681324477290495, 177.97848266008452, -38.67822410502652], "geometry": {"coordinates": [[177.97848266008452, -38.681324477290495], [177.9761574478372, -38.67822410502652]], "type": "LineString"}, "id": "470", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9762565385564, -38.68127900593005, 177.97858133034276, -38.678178440986386], "geometry": {"coordinates": [[177.97858133034276, -38.68127900593005], [177.9762565385564, -38.678178440986386]], "type": "LineString"}, "id": "471", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97635520630965, -38.68123333966349, 177.9786804233133, -38.678132971691475], "geometry": {"coordinates": [[177.9786804233133, -38.68123333966349], [177.97635520630965, -38.678132971691475]], "type": "LineString"}, "id": "472", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97645429676444, -38.68118786815167, 177.97877909330825, -38.67808730749932], "geometry": {"coordinates": [[177.97877909330825, -38.68118786815167], [177.97645429676444, -38.67808730749932]], "type": "LineString"}, "id": "473", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97655296425444, -38.681142201733074, 177.97887818601436, -38.67804183805305], "geometry": {"coordinates": [[177.97887818601436, -38.681142201733074], [177.97655296425444, -38.67804183805305]], "type": "LineString"}, "id": "474", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.976651843029, -38.68109663265409, 177.97897706716697, -38.67799627112006], "geometry": {"coordinates": [[177.97897706716697, -38.68109663265409], [177.976651843029, -38.67799627112006]], "type": "LineString"}, "id": "475", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97675093308726, -38.6810511609152, 177.97907573676696, -38.677950606699866], "geometry": {"coordinates": [[177.97907573676696, -38.6810511609152], [177.97675093308726, -38.677950606699866]], "type": "LineString"}, "id": "476", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97684796499, -38.68100473999794, 177.9791764643081, -38.67790589126166], "geometry": {"coordinates": [[177.9791764643081, -38.68100473999794], [177.97684796499, -38.67790589126166]], "type": "LineString"}, "id": "477", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97694868997627, -38.6809600223783, 177.97927349841314, -38.677859472454315], "geometry": {"coordinates": [[177.97927349841314, -38.6809600223783], [177.97694868997627, -38.677859472454315]], "type": "LineString"}, "id": "478", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97704735680813, -38.68091435557965, 177.9793725904582, -38.67781400262961], "geometry": {"coordinates": [[177.9793725904582, -38.68091435557965], [177.97704735680813, -38.67781400262961]], "type": "LineString"}, "id": "479", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97714623492317, -38.680868786121415, 177.97947147095115, -38.67776843531738], "geometry": {"coordinates": [[177.97947147095115, -38.680868786121415], [177.97714623492317, -38.67776843531738]], "type": "LineString"}, "id": "480", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9772453243205, -38.680823314004066, 177.9795701398929, -38.677722770517136], "geometry": {"coordinates": [[177.9795701398929, -38.680823314004066], [177.9772453243205, -38.677722770517136]], "type": "LineString"}, "id": "481", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9773439907575, -38.680777646977404, 177.97966923154135, -38.67767730046538], "geometry": {"coordinates": [[177.97966923154135, -38.680777646977404], [177.9773439907575, -38.67767730046538]], "type": "LineString"}, "id": "482", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97744307989046, -38.68073217470869, 177.9797679002198, -38.67763163551313], "geometry": {"coordinates": [[177.9797679002198, -38.68073217470869], [177.97744307989046, -38.67763163551313]], "type": "LineString"}, "id": "483", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9775692354311, -38.68069934259461, 177.9798403088888, -38.67757442443524], "geometry": {"coordinates": [[177.9798403088888, -38.68069934259461], [177.9775692354311, -38.67757442443524]], "type": "LineString"}, "id": "484", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9776689070144, -38.68065484859895, 177.97993998299395, -38.67752993256445], "geometry": {"coordinates": [[177.97993998299395, -38.68065484859895], [177.9776689070144, -38.67752993256445]], "type": "LineString"}, "id": "485", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9777687858874, -38.68061044714299, 177.98003944954368, -38.67748534800372], "geometry": {"coordinates": [[177.98003944954368, -38.68061044714299], [177.9777687858874, -38.67748534800372]], "type": "LineString"}, "id": "486", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97786824979036, -38.680565860375665, 177.98013933081353, -38.67744094859088], "geometry": {"coordinates": [[177.98013933081353, -38.680565860375665], [177.97786824979036, -38.67744094859088]], "type": "LineString"}, "id": "487", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97796792098305, -38.68052136614805, 177.98023900452793, -38.6773964564881], "geometry": {"coordinates": [[177.98023900452793, -38.68052136614805], [177.97796792098305, -38.6773964564881]], "type": "LineString"}, "id": "488", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97806946090193, -38.68047770552319, 177.98033680920835, -38.677351130667745], "geometry": {"coordinates": [[177.98033680920835, -38.68047770552319], [177.97806946090193, -38.677351130667745]], "type": "LineString"}, "id": "489", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9781689245745, -38.68043311877609, 177.98043668992727, -38.677306730770745], "geometry": {"coordinates": [[177.98043668992727, -38.68043311877609], [177.9781689245745, -38.677306730770745]], "type": "LineString"}, "id": "490", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97826859537437, -38.680388624317786, 177.98053636325318, -38.67726223843474], "geometry": {"coordinates": [[177.98053636325318, -38.680388624317786], [177.97826859537437, -38.67726223843474]], "type": "LineString"}, "id": "491", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9783668118699, -38.680343481082296, 177.9806374906598, -38.67721839469029], "geometry": {"coordinates": [[177.9806374906598, -38.680343481082296], [177.9783668118699, -38.67721839469029]], "type": "LineString"}, "id": "492", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97846627499325, -38.680298893850086, 177.9807373711466, -38.67717399481452], "geometry": {"coordinates": [[177.9807373711466, -38.680298893850086], [177.97846627499325, -38.67717399481452]], "type": "LineString"}, "id": "493", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97856594540465, -38.68025439915854, 177.9808370440796, -38.67712950224784], "geometry": {"coordinates": [[177.9808370440796, -38.68025439915854], [177.97856594540465, -38.67712950224784]], "type": "LineString"}, "id": "494", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97866582310334, -38.680209997008134, 177.98093650945967, -38.677084916989806], "geometry": {"coordinates": [[177.98093650945967, -38.680209997008134], [177.97866582310334, -38.677084916989806]], "type": "LineString"}, "id": "495", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97876528583686, -38.68016540954348, 177.98103638955496, -38.677040516882535], "geometry": {"coordinates": [[177.98103638955496, -38.68016540954348], [177.97876528583686, -38.677040516882535]], "type": "LineString"}, "id": "496", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97886495585763, -38.68012091461996, 177.98113606209725, -38.67699602408391], "geometry": {"coordinates": [[177.98113606209725, -38.68012091461996], [177.97886495585763, -38.67699602408391]], "type": "LineString"}, "id": "497", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97896483316484, -38.68007651223809, 177.98123552708742, -38.67695143859347], "geometry": {"coordinates": [[177.98123552708742, -38.68007651223809], [177.97896483316484, -38.67695143859347]], "type": "LineString"}, "id": "498", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97906429550855, -38.680031924541, 177.98133540679117, -38.67690703825475], "geometry": {"coordinates": [[177.98133540679117, -38.680031924541], [177.97906429550855, -38.67690703825475]], "type": "LineString"}, "id": "499", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9791639651387, -38.67998742938555, 177.98143507894278, -38.67686254522417], "geometry": {"coordinates": [[177.98143507894278, -38.67998742938555], [177.9791639651387, -38.67686254522417]], "type": "LineString"}, "id": "500", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97926384205448, -38.6799430267722, 177.98153454354306, -38.676817959501285], "geometry": {"coordinates": [[177.98153454354306, -38.6799430267722], [177.97926384205448, -38.676817959501285]], "type": "LineString"}, "id": "501", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9793633040084, -38.67989843884266, 177.98163442285528, -38.6767735589311], "geometry": {"coordinates": [[177.98163442285528, -38.67989843884266], [177.9793633040084, -38.6767735589311]], "type": "LineString"}, "id": "502", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9794629732479, -38.67985394345525, 177.9817340946162, -38.67672906566861], "geometry": {"coordinates": [[177.9817340946162, -38.67985394345525], [177.9794629732479, -38.67672906566861]], "type": "LineString"}, "id": "503", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97956284977224, -38.67980954061044, 177.9818335588266, -38.6766844797133], "geometry": {"coordinates": [[177.9818335588266, -38.67980954061044], [177.97956284977224, -38.6766844797133]], "type": "LineString"}, "id": "504", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97969396731102, -38.679779603295366, 177.9819033734068, -38.67662765829986], "geometry": {"coordinates": [[177.9819033734068, -38.679779603295366], [177.97969396731102, -38.67662765829986]], "type": "LineString"}, "id": "505", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97979276772435, -38.6797355264956, 177.98200555052242, -38.6765850382917], "geometry": {"coordinates": [[177.98200555052242, -38.6797355264956], [177.97979276772435, -38.6765850382917]], "type": "LineString"}, "id": "506", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.97989325500188, -38.67969217698025, 177.98210604047222, -38.676541690876654], "geometry": {"coordinates": [[177.98210604047222, -38.67969217698025], [177.97989325500188, -38.676541690876654]], "type": "LineString"}, "id": "507", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9799935391073, -38.679648739743385, 177.98220673334285, -38.67649843102114], "geometry": {"coordinates": [[177.98220673334285, -38.679648739743385], [177.9799935391073, -38.67649843102114]], "type": "LineString"}, "id": "508", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98009591615602, -38.67960620508152, 177.98230533295788, -38.67645426847667], "geometry": {"coordinates": [[177.98230533295788, -38.67960620508152], [177.98009591615602, -38.67645426847667]], "type": "LineString"}, "id": "509", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9801947160647, -38.67956212796103, 177.98240750955154, -38.67641164815841], "geometry": {"coordinates": [[177.98240750955154, -38.67956212796103], [177.9801947160647, -38.67641164815841]], "type": "LineString"}, "id": "510", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.980295202829, -38.67951877813023, 177.98250799898793, -38.67636830042795], "geometry": {"coordinates": [[177.98250799898793, -38.67951877813023], [177.980295202829, -38.67636830042795]], "type": "LineString"}, "id": "511", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.980395689465, -38.6794754282206, 177.98260848829602, -38.67632495261863], "geometry": {"coordinates": [[177.98260848829602, -38.6794754282206], [177.980395689465, -38.67632495261863]], "type": "LineString"}, "id": "512", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98049786294806, -38.679432805605956, 177.98270729045555, -38.676280877391854], "geometry": {"coordinates": [[177.98270729045555, -38.679432805605956], [177.98049786294806, -38.676280877391854]], "type": "LineString"}, "id": "513", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98059645930982, -38.67938864052117, 177.98280966957486, -38.67623834440281], "geometry": {"coordinates": [[177.98280966957486, -38.67938864052117], [177.98059645930982, -38.67623834440281]], "type": "LineString"}, "id": "514", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98069714860316, -38.67934537801854, 177.98290995545028, -38.6761949087176], "geometry": {"coordinates": [[177.98290995545028, -38.67934537801854], [177.98069714860316, -38.6761949087176]], "type": "LineString"}, "id": "515", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9807976347259, -38.67930202779348, 177.98301044424502, -38.676151560592885], "geometry": {"coordinates": [[177.98301044424502, -38.67930202779348], [177.9807976347259, -38.676151560592885]], "type": "LineString"}, "id": "516", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98089980768708, -38.67925940486873, 177.9831092458998, -38.67610748504541], "geometry": {"coordinates": [[177.9831092458998, -38.67925940486873], [177.98089980768708, -38.67610748504541]], "type": "LineString"}, "id": "517", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98099860658647, -38.6792153271068, 177.9832114214495, -38.676064864106905], "geometry": {"coordinates": [[177.9832114214495, -38.6792153271068], [177.98099860658647, -38.676064864106905]], "type": "LineString"}, "id": "518", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98109909232426, -38.67917197664518, 177.98331190985922, -38.676021515745646], "geometry": {"coordinates": [[177.98331190985922, -38.67917197664518], [177.98109909232426, -38.676021515745646]], "type": "LineString"}, "id": "519", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98119937489307, -38.67912853846017, 177.98341260118673, -38.67597825494583], "geometry": {"coordinates": [[177.98341260118673, -38.67912853846017], [177.98119937489307, -38.67597825494583]], "type": "LineString"}, "id": "520", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9813017503731, -38.67908600286985, 177.98351119929063, -38.675934091437355], "geometry": {"coordinates": [[177.98351119929063, -38.67908600286985], [177.9813017503731, -38.675934091437355]], "type": "LineString"}, "id": "521", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98140054876785, -38.67904192478722, 177.98361337431837, -38.675891470188766], "geometry": {"coordinates": [[177.98361337431837, -38.67904192478722], [177.98140054876785, -38.675891470188766]], "type": "LineString"}, "id": "522", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9815010339924, -38.6789985740102, 177.98371386221476, -38.67584812151212], "geometry": {"coordinates": [[177.98371386221476, -38.6789985740102], [177.9815010339924, -38.67584812151212]], "type": "LineString"}, "id": "523", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98160151908868, -38.67895522315431, 177.9838143499828, -38.675804772756614], "geometry": {"coordinates": [[177.9838143499828, -38.67895522315431], [177.98160151908868, -38.675804772756614]], "type": "LineString"}, "id": "524", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9817036910061, -38.67891259960933, 177.9839131506281, -38.67576069656776], "geometry": {"coordinates": [[177.9839131506281, -38.67891259960933], [177.9817036910061, -38.67576069656776]], "type": "LineString"}, "id": "525", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98180248889625, -38.67886852120602, 177.98401532513384, -38.67571807500907], "geometry": {"coordinates": [[177.98401532513384, -38.67886852120602], [177.98180248889625, -38.67571807500907]], "type": "LineString"}, "id": "526", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98197339521164, -38.678856253107156, 177.98404893500134, -38.67564890282013], "geometry": {"coordinates": [[177.98404893500134, -38.678856253107156], [177.98197339521164, -38.67564890282013]], "type": "LineString"}, "id": "527", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98207568364003, -38.67881557713882, 177.98415122644164, -38.67560822888787], "geometry": {"coordinates": [[177.98415122644164, -38.67881557713882], [177.98207568364003, -38.67560822888787]], "type": "LineString"}, "id": "528", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98217797194494, -38.678774901088154, 177.9842535177584, -38.675567554873254], "geometry": {"coordinates": [[177.9842535177584, -38.678774901088154], [177.98217797194494, -38.675567554873254]], "type": "LineString"}, "id": "529", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98228026012626, -38.678734224955164, 177.9843558089516, -38.67552688077632], "geometry": {"coordinates": [[177.9843558089516, -38.678734224955164], [177.98228026012626, -38.67552688077632]], "type": "LineString"}, "id": "530", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98238254818406, -38.67869354873986, 177.98445810002124, -38.67548620659708], "geometry": {"coordinates": [[177.98445810002124, -38.67869354873986], [177.98238254818406, -38.67548620659708]], "type": "LineString"}, "id": "531", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98248483611835, -38.67865287244221, 177.98456039096732, -38.675445532335495], "geometry": {"coordinates": [[177.98456039096732, -38.67865287244221], [177.98248483611835, -38.675445532335495]], "type": "LineString"}, "id": "532", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98258712392914, -38.678612196062225, 177.98466268178984, -38.67540485799159], "geometry": {"coordinates": [[177.98466268178984, -38.678612196062225], [177.98258712392914, -38.67540485799159]], "type": "LineString"}, "id": "533", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98268941161638, -38.67857151959992, 177.98476497248882, -38.67536418356537], "geometry": {"coordinates": [[177.98476497248882, -38.67857151959992], [177.98268941161638, -38.67536418356537]], "type": "LineString"}, "id": "534", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98279169918007, -38.67853084305528, 177.98486726306425, -38.6753235090568], "geometry": {"coordinates": [[177.98486726306425, -38.67853084305528], [177.98279169918007, -38.6753235090568]], "type": "LineString"}, "id": "535", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98289398662024, -38.67849016642832, 177.9849695535161, -38.67528283446594], "geometry": {"coordinates": [[177.9849695535161, -38.67849016642832], [177.98289398662024, -38.67528283446594]], "type": "LineString"}, "id": "536", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9829962739369, -38.67844948971903, 177.98507184384442, -38.675242159792745], "geometry": {"coordinates": [[177.98507184384442, -38.67844948971903], [177.9829962739369, -38.675242159792745]], "type": "LineString"}, "id": "537", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98309856113002, -38.678408812927415, 177.9851741340492, -38.67520148503724], "geometry": {"coordinates": [[177.9851741340492, -38.678408812927415], [177.98309856113002, -38.67520148503724]], "type": "LineString"}, "id": "538", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9832008481996, -38.67836813605347, 177.9852764241304, -38.675160810199394], "geometry": {"coordinates": [[177.9852764241304, -38.67836813605347], [177.9832008481996, -38.675160810199394]], "type": "LineString"}, "id": "539", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98330313514566, -38.678327459097204, 177.98537871408806, -38.67512013527922], "geometry": {"coordinates": [[177.98537871408806, -38.678327459097204], [177.98330313514566, -38.67512013527922]], "type": "LineString"}, "id": "540", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9834054219682, -38.678286782058606, 177.98548100392216, -38.675079460276756], "geometry": {"coordinates": [[177.98548100392216, -38.678286782058606], [177.9834054219682, -38.675079460276756]], "type": "LineString"}, "id": "541", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98350770866722, -38.678246104937685, 177.98558329363271, -38.675038785191944], "geometry": {"coordinates": [[177.98558329363271, -38.678246104937685], [177.98350770866722, -38.675038785191944]], "type": "LineString"}, "id": "542", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9836099952427, -38.67820542773444, 177.98568558321972, -38.67499811002483], "geometry": {"coordinates": [[177.98568558321972, -38.67820542773444], [177.9836099952427, -38.67499811002483]], "type": "LineString"}, "id": "543", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98371228169464, -38.678164750448886, 177.98578787268315, -38.67495743477538], "geometry": {"coordinates": [[177.98578787268315, -38.678164750448886], [177.98371228169464, -38.67495743477538]], "type": "LineString"}, "id": "544", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98381456802306, -38.67812407308098, 177.98589016202303, -38.67491675944361], "geometry": {"coordinates": [[177.98589016202303, -38.67812407308098], [177.98381456802306, -38.67491675944361]], "type": "LineString"}, "id": "545", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9839290874983, -38.678088251947315, 177.98598026455736, -38.6748713010217], "geometry": {"coordinates": [[177.98598026455736, -38.678088251947315], [177.9839290874983, -38.6748713010217]], "type": "LineString"}, "id": "546", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98403166851466, -38.678048033455305, 177.9860828486426, -38.67483108455329], "geometry": {"coordinates": [[177.9860828486426, -38.678048033455305], [177.98403166851466, -38.67483108455329]], "type": "LineString"}, "id": "547", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98413443941712, -38.67800788932217, 177.98618524259078, -38.67479079356396], "geometry": {"coordinates": [[177.98618524259078, -38.67800788932217], [177.98413443941712, -38.67479079356396]], "type": "LineString"}, "id": "548", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9842368301794, -38.67796759622258, 177.98628801644512, -38.67475065136776], "geometry": {"coordinates": [[177.98628801644512, -38.67796759622258], [177.9842368301794, -38.67475065136776]], "type": "LineString"}, "id": "549", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9843394108278, -38.67792737748187, 177.98639060016234, -38.67471043465066], "geometry": {"coordinates": [[177.98639060016234, -38.67792737748187], [177.9843394108278, -38.67471043465066]], "type": "LineString"}, "id": "550", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9844404290384, -38.6778865459135, 177.98649474611872, -38.67467083056458], "geometry": {"coordinates": [[177.98649474611872, -38.6778865459135], [177.9844404290384, -38.67467083056458]], "type": "LineString"}, "id": "551", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98454281921295, -38.6778462523169, 177.98659751982476, -38.674630688368005], "geometry": {"coordinates": [[177.98659751982476, -38.6778462523169], [177.98454281921295, -38.674630688368005]], "type": "LineString"}, "id": "552", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98464539949543, -38.677806033326064, 177.9867001031718, -38.67459047140363], "geometry": {"coordinates": [[177.9867001031718, -38.677806033326064], [177.98464539949543, -38.67459047140363]], "type": "LineString"}, "id": "553", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9847481698852, -38.677765888941465, 177.9868024961606, -38.67455017967097], "geometry": {"coordinates": [[177.9868024961606, -38.677765888941465], [177.9847481698852, -38.67455017967097]], "type": "LineString"}, "id": "554", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98485231222983, -38.677726282534785, 177.98690351690814, -38.67450934982167], "geometry": {"coordinates": [[177.98690351690814, -38.677726282534785], [177.98485231222983, -38.67450934982167]], "type": "LineString"}, "id": "555", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98495489214227, -38.67768606329666, 177.98700609988924, -38.674469132607186], "geometry": {"coordinates": [[177.98700609988924, -38.67768606329666], [177.98495489214227, -38.674469132607186]], "type": "LineString"}, "id": "556", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98505766193873, -38.6776459184188, 177.98710849273525, -38.67442884087042], "geometry": {"coordinates": [[177.98710849273525, -38.6776459184188], [177.98505766193873, -38.67442884087042]], "type": "LineString"}, "id": "557", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98516005159914, -38.67760562457173, 177.98721126548338, -38.67438869792953], "geometry": {"coordinates": [[177.98721126548338, -38.67760562457173], [177.98516005159914, -38.67438869792953]], "type": "LineString"}, "id": "558", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9852626311436, -38.67756540508492, 177.98731384809645, -38.67434848046637], "geometry": {"coordinates": [[177.98731384809645, -38.67756540508492], [177.9852626311436, -38.67434848046637]], "type": "LineString"}, "id": "559", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9853654005714, -38.6775252599588, 177.98741624057507, -38.67430818848047], "geometry": {"coordinates": [[177.98741624057507, -38.6775252599588], [177.9853654005714, -38.67430818848047]], "type": "LineString"}, "id": "560", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9854677898645, -38.677484965862604, 177.98751901295446, -38.674268045291356], "geometry": {"coordinates": [[177.98751901295446, -38.677484965862604], [177.9854677898645, -38.674268045291356]], "type": "LineString"}, "id": "561", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98557036904094, -38.677444746127094, 177.98762159519944, -38.67422782757951], "geometry": {"coordinates": [[177.98762159519944, -38.677444746127094], [177.98557036904094, -38.67422782757951]], "type": "LineString"}, "id": "562", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98567313810008, -38.67740460075275, 177.98772398731072, -38.67418753534446], "geometry": {"coordinates": [[177.98772398731072, -38.67740460075275], [177.98567313810008, -38.67418753534446]], "type": "LineString"}, "id": "563", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98577377450738, -38.67736361895553, 177.98782851189222, -38.674148079324404], "geometry": {"coordinates": [[177.98782851189222, -38.67736361895553], [177.98577377450738, -38.674148079324404]], "type": "LineString"}, "id": "564", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98587635331793, -38.677323398969925, 177.98793109376706, -38.67410786136529], "geometry": {"coordinates": [[177.98793109376706, -38.677323398969925], [177.98587635331793, -38.67410786136529]], "type": "LineString"}, "id": "565", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.985979122233, -38.67728325359238, 177.98803348528634, -38.674067568636076], "geometry": {"coordinates": [[177.98803348528634, -38.67728325359238], [177.985979122233, -38.674067568636076]], "type": "LineString"}, "id": "566", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9860815105711, -38.67724295875001, 177.98813625714865, -38.67402742519841], "geometry": {"coordinates": [[177.98813625714865, -38.67724295875001], [177.9860815105711, -38.67402742519841]], "type": "LineString"}, "id": "567", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98625481661082, -38.6772294552167, 177.98816829509812, -38.6739607961715], "geometry": {"coordinates": [[177.98816829509812, -38.6772294552167], [177.98625481661082, -38.6739607961715]], "type": "LineString"}, "id": "568", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98635905282262, -38.67719194598028, 177.98827253469864, -38.67392328888531], "geometry": {"coordinates": [[177.98827253469864, -38.67719194598028], [177.98635905282262, -38.67392328888531]], "type": "LineString"}, "id": "569", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98646328891718, -38.677154436657666, 177.98837677418186, -38.67388578151291], "geometry": {"coordinates": [[177.98837677418186, -38.677154436657666], [177.98646328891718, -38.67388578151291]], "type": "LineString"}, "id": "570", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98656752489444, -38.677116927248825, 177.9884810135478, -38.673848274054315], "geometry": {"coordinates": [[177.9884810135478, -38.677116927248825], [177.98656752489444, -38.673848274054315]], "type": "LineString"}, "id": "571", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98667193886442, -38.67707948182201, 177.98858507468069, -38.67381070244458], "geometry": {"coordinates": [[177.98858507468069, -38.67707948182201], [177.98667193886442, -38.67381070244458]], "type": "LineString"}, "id": "572", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98677419115722, -38.67704125795318, 177.9886912973264, -38.67377390906397], "geometry": {"coordinates": [[177.9886912973264, -38.67704125795318], [177.98677419115722, -38.67377390906397]], "type": "LineString"}, "id": "573", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98688023212264, -38.67700439850499, 177.9887937309419, -38.67373575116122], "geometry": {"coordinates": [[177.9887937309419, -38.67700439850499], [177.98688023212264, -38.67373575116122]], "type": "LineString"}, "id": "574", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9869844676309, -38.67696688875129, 177.9888979698387, -38.67369824335776], "geometry": {"coordinates": [[177.9888979698387, -38.67696688875129], [177.9869844676309, -38.67369824335776]], "type": "LineString"}, "id": "575", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98708870302184, -38.67692937891136, 177.98900220861816, -38.67366073546808], "geometry": {"coordinates": [[177.98900220861816, -38.67692937891136], [177.98708870302184, -38.67366073546808]], "type": "LineString"}, "id": "576", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98719293829552, -38.67689186898521, 177.9891064472804, -38.6736232274922], "geometry": {"coordinates": [[177.9891064472804, -38.67689186898521], [177.98719293829552, -38.6736232274922]], "type": "LineString"}, "id": "577", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98729717345196, -38.676854358972854, 177.9892106858253, -38.673585719430115], "geometry": {"coordinates": [[177.9892106858253, -38.676854358972854], [177.98729717345196, -38.673585719430115]], "type": "LineString"}, "id": "578", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9874014084911, -38.676816848874275, 177.98931492425294, -38.67354821128182], "geometry": {"coordinates": [[177.98931492425294, -38.676816848874275], [177.9874014084911, -38.67354821128182]], "type": "LineString"}, "id": "579", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98750383808726, -38.67677868845972, 177.98942096794764, -38.673511353243285], "geometry": {"coordinates": [[177.98942096794764, -38.67677868845972], [177.98750383808726, -38.673511353243285]], "type": "LineString"}, "id": "580", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98760987821763, -38.67674182841848, 177.98952340075633, -38.6734731947266], "geometry": {"coordinates": [[177.98952340075633, -38.67674182841848], [177.98760987821763, -38.6734731947266]], "type": "LineString"}, "id": "581", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.987714112905, -38.67670431806126, 177.98962763883208, -38.67343568631968], "geometry": {"coordinates": [[177.98962763883208, -38.67670431806126], [177.987714112905, -38.67343568631968]], "type": "LineString"}, "id": "582", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9878183474751, -38.67666680761783, 177.98973187679053, -38.67339817782653], "geometry": {"coordinates": [[177.98973187679053, -38.67666680761783], [177.9878183474751, -38.67339817782653]], "type": "LineString"}, "id": "583", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98792258192793, -38.67662929708817, 177.98983611463171, -38.673360669247195], "geometry": {"coordinates": [[177.98983611463171, -38.67662929708817], [177.98792258192793, -38.673360669247195]], "type": "LineString"}, "id": "584", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98802699437087, -38.676591850542465, 177.98994017424243, -38.67332309651482], "geometry": {"coordinates": [[177.98994017424243, -38.676591850542465], [177.98802699437087, -38.67332309651482]], "type": "LineString"}, "id": "585", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98813105048177, -38.676554275770236, 177.9900445899622, -38.67328565182988], "geometry": {"coordinates": [[177.9900445899622, -38.676554275770236], [177.98813105048177, -38.67328565182988]], "type": "LineString"}, "id": "586", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98823528458283, -38.676516764981955, 177.9901488274515, -38.67324814299192], "geometry": {"coordinates": [[177.9901488274515, -38.676516764981955], [177.98823528458283, -38.67324814299192]], "type": "LineString"}, "id": "587", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98847294438522, -38.676525765488, 177.99012278153467, -38.673169973892676], "geometry": {"coordinates": [[177.99012278153467, -38.676525765488], [177.98847294438522, -38.673169973892676]], "type": "LineString"}, "id": "588", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9885799589323, -38.67649342296498, 177.99022980002746, -38.67313763315902], "geometry": {"coordinates": [[177.99022980002746, -38.67649342296498], [177.9885799589323, -38.67313763315902]], "type": "LineString"}, "id": "589", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98868681973187, -38.67646103392409, 177.99033697206178, -38.673105338756535], "geometry": {"coordinates": [[177.99033697206178, -38.67646103392409], [177.98868681973187, -38.673105338756535]], "type": "LineString"}, "id": "590", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.988793987709, -38.67642873764274, 177.99044383669556, -38.67307295141557], "geometry": {"coordinates": [[177.99044383669556, -38.67642873764274], [177.988793987709, -38.67307295141557]], "type": "LineString"}, "id": "591", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98890084829725, -38.676396348417484, 177.99055100851788, -38.67304065682926], "geometry": {"coordinates": [[177.99055100851788, -38.676396348417484], [177.98890084829725, -38.67304065682926]], "type": "LineString"}, "id": "592", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98900801606246, -38.6763640519523, 177.99065787294032, -38.67300826930392], "geometry": {"coordinates": [[177.99065787294032, -38.6763640519523], [177.98900801606246, -38.67300826930392]], "type": "LineString"}, "id": "593", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98911503008048, -38.67633170896899, 177.9907648909039, -38.67297592811003], "geometry": {"coordinates": [[177.9907648909039, -38.67633170896899], [177.98911503008048, -38.67297592811003]], "type": "LineString"}, "id": "594", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98922189035173, -38.67629931946717, 177.9908720624083, -38.67294363324797], "geometry": {"coordinates": [[177.9908720624083, -38.67629931946717], [177.98922189035173, -38.67294363324797]], "type": "LineString"}, "id": "595", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98932905779904, -38.67626702272621, 177.9909789265136, -38.672911245446116], "geometry": {"coordinates": [[177.9909789265136, -38.67626702272621], [177.98932905779904, -38.672911245446116]], "type": "LineString"}, "id": "596", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98943591785897, -38.67623463304003, 177.991086097806, -38.672878950400246], "geometry": {"coordinates": [[177.991086097806, -38.67623463304003], [177.98943591785897, -38.672878950400246]], "type": "LineString"}, "id": "597", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98954308509434, -38.676202336115246, 177.99119296169997, -38.672846562414016], "geometry": {"coordinates": [[177.99119296169997, -38.676202336115246], [177.98954308509434, -38.672846562414016]], "type": "LineString"}, "id": "598", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98965009858327, -38.67616999267167, 177.99129997913442, -38.672814220759896], "geometry": {"coordinates": [[177.99129997913442, -38.67616999267167], [177.98965009858327, -38.672814220759896]], "type": "LineString"}, "id": "599", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9897569583262, -38.676137602708934, 177.99140715010884, -38.67278192543829], "geometry": {"coordinates": [[177.99140715010884, -38.676137602708934], [177.9897569583262, -38.67278192543829]], "type": "LineString"}, "id": "600", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.98986412524368, -38.67610530550837, 177.99151401368573, -38.67274953717555], "geometry": {"coordinates": [[177.99151401368573, -38.67610530550837], [177.98986412524368, -38.67274953717555]], "type": "LineString"}, "id": "601", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9899709847753, -38.67607291536128, 177.99162118444818, -38.67271724167011], "geometry": {"coordinates": [[177.99162118444818, -38.67607291536128], [177.9899709847753, -38.67271724167011]], "type": "LineString"}, "id": "602", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99007815148084, -38.67604061797688, 177.9917280478137, -38.67268485322301], "geometry": {"coordinates": [[177.9917280478137, -38.67604061797688], [177.99007815148084, -38.67268485322301]], "type": "LineString"}, "id": "603", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99018516444067, -38.676008274073055, 177.9918350647189, -38.67265251110869], "geometry": {"coordinates": [[177.9918350647189, -38.676008274073055], [177.99018516444067, -38.67265251110869]], "type": "LineString"}, "id": "604", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9902920236553, -38.675975883649414, 177.99194223516338, -38.67262021532753], "geometry": {"coordinates": [[177.99194223516338, -38.675975883649414], [177.9902920236553, -38.67262021532753]], "type": "LineString"}, "id": "605", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99039919004292, -38.675943585989266, 177.99204909821182, -38.672587826603916], "geometry": {"coordinates": [[177.99204909821182, -38.675943585989266], [177.99039919004292, -38.672587826603916]], "type": "LineString"}, "id": "606", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9905060490462, -38.67591119538127, 177.99215626844432, -38.672555530638924], "geometry": {"coordinates": [[177.99215626844432, -38.67591119538127], [177.9905060490462, -38.672555530638924]], "type": "LineString"}, "id": "607", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9906132152219, -38.67587889753729, 177.9922631312814, -38.67252314173096], "geometry": {"coordinates": [[177.9922631312814, -38.67587889753729], [177.9906132152219, -38.67252314173096]], "type": "LineString"}, "id": "608", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99087819568925, -38.67588997146991, 177.99221295577883, -38.67244916589465], "geometry": {"coordinates": [[177.99221295577883, -38.67588997146991], [177.99087819568925, -38.67244916589465]], "type": "LineString"}, "id": "609", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99098781887437, -38.67586382535433, 177.9923228270891, -38.672423079425705], "geometry": {"coordinates": [[177.9923228270891, -38.67586382535433], [177.99098781887437, -38.672423079425705]], "type": "LineString"}, "id": "610", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99109756376996, -38.67583770818085, 177.99243257650332, -38.672396963820034], "geometry": {"coordinates": [[177.99243257650332, -38.67583770818085], [177.99109756376996, -38.672396963820034]], "type": "LineString"}, "id": "611", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99120743037574, -38.67581161994978, 177.9925422040217, -38.67237081907727], "geometry": {"coordinates": [[177.9925422040217, -38.67581161994978], [177.99120743037574, -38.67237081907727]], "type": "LineString"}, "id": "612", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99131717509067, -38.675785502579984, 177.99265195325535, -38.672344703275094], "geometry": {"coordinates": [[177.99265195325535, -38.675785502579984], [177.99131717509067, -38.672344703275094]], "type": "LineString"}, "id": "613", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.991426797915, -38.67575935607118, 177.992761824204, -38.67231861641383], "geometry": {"coordinates": [[177.992761824204, -38.67575935607118], [177.991426797915, -38.67231861641383]], "type": "LineString"}, "id": "614", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99153666424962, -38.67573326754581, 177.99287145145175, -38.67229247137617], "geometry": {"coordinates": [[177.99287145145175, -38.67573326754581], [177.99153666424962, -38.67229247137617]], "type": "LineString"}, "id": "615", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9916464086937, -38.67570714988141, 177.99298120041448, -38.67226635527941], "geometry": {"coordinates": [[177.99298120041448, -38.67570714988141], [177.9916464086937, -38.67226635527941]], "type": "LineString"}, "id": "616", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99175603124743, -38.67568100307764, 177.99309107109192, -38.67224026812387], "geometry": {"coordinates": [[177.99309107109192, -38.67568100307764], [177.99175603124743, -38.67224026812387]], "type": "LineString"}, "id": "617", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99186788254914, -38.67565538679097, 177.99319871274903, -38.672213650286636], "geometry": {"coordinates": [[177.99319871274903, -38.67565538679097], [177.99186788254914, -38.672213650286636]], "type": "LineString"}, "id": "618", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99197762672068, -38.67562926883374, 177.99330846144247, -38.672187533893535], "geometry": {"coordinates": [[177.99330846144247, -38.67562926883374], [177.99197762672068, -38.672187533893535]], "type": "LineString"}, "id": "619", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99208724939092, -38.67560312192354, 177.99341833146164, -38.672161446255274], "geometry": {"coordinates": [[177.99341833146164, -38.67560312192354], [177.99208724939092, -38.672161446255274]], "type": "LineString"}, "id": "620", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99219699338195, -38.67557700376978, 177.99352807997437, -38.672135329665885], "geometry": {"coordinates": [[177.99352807997437, -38.67557700376978], [177.99219699338195, -38.672135329665885]], "type": "LineString"}, "id": "621", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99230685869355, -38.675550914372835, 177.99363770698093, -38.67210918412503], "geometry": {"coordinates": [[177.99363770698093, -38.675550914372835], [177.99230685869355, -38.67210918412503]], "type": "LineString"}, "id": "622", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99241660250397, -38.675524796022785, 177.9937474553131, -38.672083067339145], "geometry": {"coordinates": [[177.9937474553131, -38.675524796022785], [177.99241660250397, -38.672083067339145]], "type": "LineString"}, "id": "623", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9925262248134, -38.675498648719326, 177.9938573249706, -38.67205697930855], "geometry": {"coordinates": [[177.9938573249706, -38.675498648719326], [177.9925262248134, -38.67205697930855]], "type": "LineString"}, "id": "624", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99263608985382, -38.67547255902811, 177.99396695170654, -38.672030833472796], "geometry": {"coordinates": [[177.99396695170654, -38.67547255902811], [177.99263608985382, -38.672030833472796]], "type": "LineString"}, "id": "625", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99274583339331, -38.67544644038345, 177.9940766997678, -38.672004716392344], "geometry": {"coordinates": [[177.9940766997678, -38.67544644038345], [177.99274583339331, -38.672004716392344]], "type": "LineString"}, "id": "626", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9928554554322, -38.67542029278508, 177.99418656915407, -38.6719786280675], "geometry": {"coordinates": [[177.99418656915407, -38.67542029278508], [177.9928554554322, -38.6719786280675]], "type": "LineString"}, "id": "627", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99296532020145, -38.67539420279957, 177.99429619561934, -38.67195248193684], "geometry": {"coordinates": [[177.99429619561934, -38.67539420279957], [177.99296532020145, -38.67195248193684]], "type": "LineString"}, "id": "628", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9931025048656, -38.67537473421409, 177.99437872890655, -38.67192031682081], "geometry": {"coordinates": [[177.99437872890655, -38.67537473421409], [177.9931025048656, -38.67192031682081]], "type": "LineString"}, "id": "629", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.993210654208, -38.67534922985427, 177.9944908802301, -38.67189572308949], "geometry": {"coordinates": [[177.9944908802301, -38.67534922985427], [177.993210654208, -38.67189572308949]], "type": "LineString"}, "id": "630", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99332080210834, -38.67532417996022, 177.99460103273714, -38.67187067472174], "geometry": {"coordinates": [[177.99460103273714, -38.67532417996022], [177.99332080210834, -38.67187067472174]], "type": "LineString"}, "id": "631", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9934309499212, -38.67529912996701, 177.9947111851567, -38.671845626254836], "geometry": {"coordinates": [[177.9947111851567, -38.67529912996701], [177.9934309499212, -38.671845626254836]], "type": "LineString"}, "id": "632", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99354309628566, -38.67527453444676, 177.99481933876615, -38.671820123144315], "geometry": {"coordinates": [[177.99481933876615, -38.67527453444676], [177.99354309628566, -38.671820123144315]], "type": "LineString"}, "id": "633", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99365324392198, -38.67524948425702, 177.99492949101233, -38.671795074477316], "geometry": {"coordinates": [[177.99492949101233, -38.67524948425702], [177.99365324392198, -38.671795074477316]], "type": "LineString"}, "id": "634", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99376339147088, -38.67522443396815, 177.995039643171, -38.67177002571118], "geometry": {"coordinates": [[177.995039643171, -38.67522443396815], [177.99376339147088, -38.67177002571118]], "type": "LineString"}, "id": "635", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99387353893232, -38.675199383580114, 177.99514979524224, -38.6717449768459], "geometry": {"coordinates": [[177.99514979524224, -38.675199383580114], [177.99387353893232, -38.6717449768459]], "type": "LineString"}, "id": "636", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99398168767357, -38.67517387851359, 177.99526194594227, -38.67172038243313], "geometry": {"coordinates": [[177.99526194594227, -38.67517387851359], [177.99398168767357, -38.67172038243313]], "type": "LineString"}, "id": "637", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99409183496164, -38.67514882792543, 177.9953720978369, -38.671695333371346], "geometry": {"coordinates": [[177.9953720978369, -38.67514882792543], [177.99409183496164, -38.671695333371346]], "type": "LineString"}, "id": "638", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99420198216225, -38.67512377723813, 177.99548224964408, -38.67167028421043], "geometry": {"coordinates": [[177.99548224964408, -38.67512377723813], [177.99420198216225, -38.67167028421043]], "type": "LineString"}, "id": "639", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99431412790332, -38.675099181036394, 177.9955904026522, -38.671644780393294], "geometry": {"coordinates": [[177.9955904026522, -38.675099181036394], [177.99431412790332, -38.671644780393294]], "type": "LineString"}, "id": "640", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99442427492738, -38.675074130152574, 177.99570055428597, -38.67161973103229], "geometry": {"coordinates": [[177.99570055428597, -38.675074130152574], [177.99442427492738, -38.67161973103229]], "type": "LineString"}, "id": "641", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.994534421864, -38.67504907916959, 177.99581070583224, -38.67159468157213], "geometry": {"coordinates": [[177.99581070583224, -38.67504907916959], [177.994534421864, -38.67159468157213]], "type": "LineString"}, "id": "642", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99464456871314, -38.67502402808747, 177.99592085729105, -38.67156963201283], "geometry": {"coordinates": [[177.99592085729105, -38.67502402808747], [177.99464456871314, -38.67156963201283]], "type": "LineString"}, "id": "643", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99475271685324, -38.67499852231426, 177.99603300736754, -38.671545036918644], "geometry": {"coordinates": [[177.99603300736754, -38.67499852231426], [177.99475271685324, -38.671545036918644]], "type": "LineString"}, "id": "644", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99486286352902, -38.67497347103203, 177.99614315864977, -38.67151998716285], "geometry": {"coordinates": [[177.99614315864977, -38.67497347103203], [177.99486286352902, -38.67151998716285]], "type": "LineString"}, "id": "645", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99497301011735, -38.674948419650654, 177.99625330984452, -38.67149493730792], "geometry": {"coordinates": [[177.99625330984452, -38.674948419650654], [177.99497301011735, -38.67149493730792]], "type": "LineString"}, "id": "646", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99508515523502, -38.674923822767425, 177.99636146225134, -38.67146943278419], "geometry": {"coordinates": [[177.99636146225134, -38.674923822767425], [177.99508515523502, -38.67146943278419]], "type": "LineString"}, "id": "647", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99519530164682, -38.674898771189525, 177.9964716132727, -38.67144438272917], "geometry": {"coordinates": [[177.9964716132727, -38.674898771189525], [177.99519530164682, -38.67144438272917]], "type": "LineString"}, "id": "648", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99530544797113, -38.674873719512476, 177.99658176420652, -38.67141933257502], "geometry": {"coordinates": [[177.99658176420652, -38.674873719512476], [177.99530544797113, -38.67141933257502]], "type": "LineString"}, "id": "649", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9953394628689, -38.67482939746333, 177.99676730147078, -38.67141165242381], "geometry": {"coordinates": [[177.99676730147078, -38.67482939746333], [177.9953394628689, -38.67141165242381]], "type": "LineString"}, "id": "650", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99544844996763, -38.67480140263174, 177.99687629292757, -38.67138365922842], "geometry": {"coordinates": [[177.99687629292757, -38.67480140263174], [177.99544844996763, -38.67138365922842]], "type": "LineString"}, "id": "651", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99555743697118, -38.67477340770372, 177.9969852842892, -38.67135566593661], "geometry": {"coordinates": [[177.9969852842892, -38.67477340770372], [177.99555743697118, -38.67135566593661]], "type": "LineString"}, "id": "652", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99566642387958, -38.67474541267926, 177.9970942755556, -38.671327672548344], "geometry": {"coordinates": [[177.9970942755556, -38.67474541267926], [177.99566642387958, -38.671327672548344]], "type": "LineString"}, "id": "653", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99577554209864, -38.67471745129438, 177.9972031353158, -38.67129964532958], "geometry": {"coordinates": [[177.9972031353158, -38.67471745129438], [177.99577554209864, -38.67129964532958]], "type": "LineString"}, "id": "654", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99588452881662, -38.67468945607714, 177.99731212639196, -38.67127165174835], "geometry": {"coordinates": [[177.99731212639196, -38.67468945607714], [177.99588452881662, -38.67127165174835]], "type": "LineString"}, "id": "655", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99599351543944, -38.674661460763474, 177.99742111737297, -38.67124365807068], "geometry": {"coordinates": [[177.99742111737297, -38.674661460763474], [177.99599351543944, -38.67124365807068]], "type": "LineString"}, "id": "656", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99610237056163, -38.674633431616975, 177.99753023966954, -38.67121569803099], "geometry": {"coordinates": [[177.99753023966954, -38.674633431616975], [177.99610237056163, -38.67121569803099]], "type": "LineString"}, "id": "657", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99621135699425, -38.67460543611029, 177.9976392304601, -38.67118770416058], "geometry": {"coordinates": [[177.9976392304601, -38.67460543611029], [177.99621135699425, -38.67118770416058]], "type": "LineString"}, "id": "658", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99632034333172, -38.67457744050718, 177.99774822115546, -38.67115971019373], "geometry": {"coordinates": [[177.99774822115546, -38.67457744050718], [177.99632034333172, -38.67115971019373]], "type": "LineString"}, "id": "659", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99642932957403, -38.67454944480764, 177.99785721175564, -38.671131716130446], "geometry": {"coordinates": [[177.99785721175564, -38.67454944480764], [177.99642932957403, -38.671131716130446]], "type": "LineString"}, "id": "660", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99653635538579, -38.67452094489945, 177.9979681626744, -38.67110422605348], "geometry": {"coordinates": [[177.9979681626744, -38.67452094489945], [177.99653635538579, -38.67110422605348]], "type": "LineString"}, "id": "661", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99664743317808, -38.67449348685616, 177.99807506126035, -38.67107569397961], "geometry": {"coordinates": [[177.99807506126035, -38.67449348685616], [177.99664743317808, -38.67107569397961]], "type": "LineString"}, "id": "662", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9967564191348, -38.674465490867405, 177.9981840515751, -38.671047699626925], "geometry": {"coordinates": [[177.9981840515751, -38.674465490867405], [177.9967564191348, -38.671047699626925]], "type": "LineString"}, "id": "663", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99686540499638, -38.674437494782225, 177.9982930417947, -38.671019705177805], "geometry": {"coordinates": [[177.9982930417947, -38.674437494782225], [177.99686540499638, -38.671019705177805]], "type": "LineString"}, "id": "664", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99697229902966, -38.674408960744145, 177.9984041237358, -38.67099224845729], "geometry": {"coordinates": [[177.9984041237358, -38.674408960744145], [177.99697229902966, -38.67099224845729]], "type": "LineString"}, "id": "665", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9970832450296, -38.674381468585075, 177.99851115335804, -38.67096374972576], "geometry": {"coordinates": [[177.99851115335804, -38.674381468585075], [177.9970832450296, -38.67096374972576]], "type": "LineString"}, "id": "666", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9971922306058, -38.674353472210456, 177.99862014329196, -38.670935754987475], "geometry": {"coordinates": [[177.99862014329196, -38.674353472210456], [177.9971922306058, -38.670935754987475]], "type": "LineString"}, "id": "667", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99730121608684, -38.6743254757394, 177.99872913313072, -38.670907760152765], "geometry": {"coordinates": [[177.99872913313072, -38.6743254757394], [177.99730121608684, -38.670907760152765]], "type": "LineString"}, "id": "668", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99740824115102, -38.674296975045834, 177.99884008327433, -38.67088026931823], "geometry": {"coordinates": [[177.99884008327433, -38.674296975045834], [177.99740824115102, -38.67088026931823]], "type": "LineString"}, "id": "669", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99751931816743, -38.67426951624585, 177.99894698111345, -38.670851736458125], "geometry": {"coordinates": [[177.99894698111345, -38.67426951624585], [177.99751931816743, -38.670851736458125]], "type": "LineString"}, "id": "670", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99756889198642, -38.67422442330339, 177.99911425366182, -38.67083825019287], "geometry": {"coordinates": [[177.99911425366182, -38.67422442330339], [177.99756889198642, -38.67083825019287]], "type": "LineString"}, "id": "671", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9976749447948, -38.67419358550536, 177.99922416484367, -38.670808496628226], "geometry": {"coordinates": [[177.99922416484367, -38.67419358550536], [177.9976749447948, -38.670808496628226]], "type": "LineString"}, "id": "672", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9977848516564, -38.67416383015774, 177.99933022162259, -38.670777660486245], "geometry": {"coordinates": [[177.99933022162259, -38.67416383015774], [177.9977848516564, -38.670777660486245]], "type": "LineString"}, "id": "673", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9978926880172, -38.67413349323957, 177.99943834877993, -38.67074740569352], "geometry": {"coordinates": [[177.99943834877993, -38.67413349323957], [177.9978926880172, -38.67074740569352]], "type": "LineString"}, "id": "674", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99800081092272, -38.67410323663543, 177.99954618917968, -38.67071707040299], "geometry": {"coordinates": [[177.99954618917968, -38.67410323663543], [177.99800081092272, -38.67071707040299]], "type": "LineString"}, "id": "675", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9981087904045, -38.674072939733044, 177.99965417280683, -38.67068677522013], "geometry": {"coordinates": [[177.99965417280683, -38.674072939733044], [177.9981087904045, -38.67068677522013]], "type": "LineString"}, "id": "676", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9982167697854, -38.67404264273648, 177.99976215633302, -38.670656479943126], "geometry": {"coordinates": [[177.99976215633302, -38.67404264273648], [177.9982167697854, -38.670656479943126]], "type": "LineString"}, "id": "677", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9983228219991, -38.67401180436337, 177.9998720668985, -38.67062672582361], "geometry": {"coordinates": [[177.9998720668985, -38.67401180436337], [177.9983228219991, -38.67062672582361]], "type": "LineString"}, "id": "678", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99843258492228, -38.673982008256125, 177.9999782664103, -38.67059592930906], "geometry": {"coordinates": [[177.9999782664103, -38.673982008256125], [177.99843258492228, -38.67059592930906]], "type": "LineString"}, "id": "679", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99854070732258, -38.6739517511818, 178.00008610630604, -38.67056559354713], "geometry": {"coordinates": [[178.00008610630604, -38.6739517511818], [177.99854070732258, -38.67056559354713]], "type": "LineString"}, "id": "680", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99864868629982, -38.67392145380857, 178.00019408942853, -38.6705352978935], "geometry": {"coordinates": [[178.00019408942853, -38.67392145380857], [177.99864868629982, -38.6705352978935]], "type": "LineString"}, "id": "681", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99875666517616, -38.673891156341185, 178.00030207245004, -38.67050500214571], "geometry": {"coordinates": [[178.00030207245004, -38.673891156341185], [177.99875666517616, -38.67050500214571]], "type": "LineString"}, "id": "682", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9988646439516, -38.67386085877964, 178.00041005537065, -38.670474706303764], "geometry": {"coordinates": [[178.00041005537065, -38.67386085877964], [177.9988646439516, -38.670474706303764]], "type": "LineString"}, "id": "683", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.9989724793046, -38.67383052091859, 178.00051818151732, -38.67044445057073], "geometry": {"coordinates": [[178.00051818151732, -38.67383052091859], [177.9989724793046, -38.67044445057073]], "type": "LineString"}, "id": "684", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99908045787834, -38.673800223168584, 178.0006261642359, -38.6704141545406], "geometry": {"coordinates": [[178.0006261642359, -38.673800223168584], [177.99908045787834, -38.6704141545406]], "type": "LineString"}, "id": "685", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99918857967236, -38.67376996553005, 178.00073400352684, -38.67038381821302], "geometry": {"coordinates": [[178.00073400352684, -38.67376996553005], [177.99918857967236, -38.67038381821302]], "type": "LineString"}, "id": "686", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99929655804414, -38.67373966759184, 178.00084198604372, -38.67035352199446], "geometry": {"coordinates": [[178.00084198604372, -38.67373966759184], [177.99929655804414, -38.67035352199446]], "type": "LineString"}, "id": "687", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99940453631498, -38.6737093695595, 178.00094996845965, -38.67032322568174], "geometry": {"coordinates": [[178.00094996845965, -38.6737093695595], [177.99940453631498, -38.67032322568174]], "type": "LineString"}, "id": "688", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99951237116412, -38.673679031227024, 178.00105809410096, -38.67029296947858], "geometry": {"coordinates": [[178.00105809410096, -38.673679031227024], [177.99951237116412, -38.67029296947858]], "type": "LineString"}, "id": "689", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99962034923328, -38.67364873300621, 178.00116607631486, -38.67026267297769], "geometry": {"coordinates": [[178.00116607631486, -38.67364873300621], [177.99962034923328, -38.67026267297769]], "type": "LineString"}, "id": "690", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99972847052206, -38.67361847489748, 178.00127391510182, -38.67023233617871], "geometry": {"coordinates": [[178.00127391510182, -38.67361847489748], [177.99972847052206, -38.67023233617871]], "type": "LineString"}, "id": "691", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99977058058994, -38.673567533139284, 178.00144634251686, -38.67021970570802], "geometry": {"coordinates": [[178.00144634251686, -38.673567533139284], [177.99977058058994, -38.67021970570802]], "type": "LineString"}, "id": "692", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99987559033283, -38.67353411771645, 178.00155481856197, -38.67018735848551], "geometry": {"coordinates": [[178.00155481856197, -38.67353411771645], [177.99987559033283, -38.67018735848551]], "type": "LineString"}, "id": "693", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [177.99998217476391, -38.67350118718337, 178.00166171964733, -38.670154526217], "geometry": {"coordinates": [[178.00166171964733, -38.67350118718337], [177.99998217476391, -38.670154526217]], "type": "LineString"}, "id": "694", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0000889154686, -38.67346830478756, 178.00176846423923, -38.670121645630964], "geometry": {"coordinates": [[178.00176846423923, -38.67346830478756], [178.0000889154686, -38.670121645630964]], "type": "LineString"}, "id": "695", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00019769967835, -38.6734360517519, 178.0018731650374, -38.67008813553653], "geometry": {"coordinates": [[178.0018731650374, -38.6734360517519], [178.00019769967835, -38.67008813553653]], "type": "LineString"}, "id": "696", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00030428410395, -38.67340312116835, 178.00198006548572, -38.67005530276981], "geometry": {"coordinates": [[178.00198006548572, -38.67340312116835], [178.00030428410395, -38.67005530276981]], "type": "LineString"}, "id": "697", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00040913694022, -38.67336965705147, 178.00208869737222, -38.67002300332427], "geometry": {"coordinates": [[178.00208869737222, -38.67336965705147], [178.00040913694022, -38.67002300332427]], "type": "LineString"}, "id": "698", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00051587721657, -38.673336774289865, 178.0021954415357, -38.66999012237247], "geometry": {"coordinates": [[178.0021954415357, -38.673336774289865], [178.00051587721657, -38.66999012237247]], "type": "LineString"}, "id": "699", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00062261738586, -38.67330389143681, 178.00230218559204, -38.66995724132924], "geometry": {"coordinates": [[178.00230218559204, -38.67330389143681], [178.00062261738586, -38.66995724132924]], "type": "LineString"}, "id": "700", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00073140104993, -38.67327163795266, 178.00240688586493, -38.66992373076885], "geometry": {"coordinates": [[178.00240688586493, -38.67327163795266], [178.00073140104993, -38.66992373076885]], "type": "LineString"}, "id": "701", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00083798494086, -38.673238706911214, 178.00251378577693, -38.6698908975456], "geometry": {"coordinates": [[178.00251378577693, -38.673238706911214], [178.00083798494086, -38.6698908975456]], "type": "LineString"}, "id": "702", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.000944724787, -38.67320582378546, 178.00262052951385, -38.66985801622643], "geometry": {"coordinates": [[178.00262052951385, -38.67320582378546], [178.000944724787, -38.66985801622643]], "type": "LineString"}, "id": "703", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00104973337113, -38.67317240734036, 178.0027290043617, -38.66982566801438], "geometry": {"coordinates": [[178.0027290043617, -38.67317240734036], [178.00104973337113, -38.66982566801438]], "type": "LineString"}, "id": "704", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.001156316626, -38.67313947579988, 178.0028359042672, -38.66979283474151], "geometry": {"coordinates": [[178.0028359042672, -38.67313947579988], [178.001156316626, -38.66979283474151]], "type": "LineString"}, "id": "705", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0012649436829, -38.673107173859464, 178.00294076008197, -38.669759371720325], "geometry": {"coordinates": [[178.00294076008197, -38.673107173859464], [178.0012649436829, -38.669759371720325]], "type": "LineString"}, "id": "706", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00137183916206, -38.673074338375834, 178.00304734732345, -38.66972644203012], "geometry": {"coordinates": [[178.00304734732345, -38.673074338375834], [178.00137183916206, -38.66972644203012]], "type": "LineString"}, "id": "707", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00147842241145, -38.67304140678491, 178.00315424659186, -38.669693608259045], "geometry": {"coordinates": [[178.00315424659186, -38.67304140678491], [178.00147842241145, -38.669693608259045]], "type": "LineString"}, "id": "708", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0015832740906, -38.673007941644315, 178.00326287727935, -38.66966130782544], "geometry": {"coordinates": [[178.00326287727935, -38.673007941644315], [178.0015832740906, -38.66966130782544]], "type": "LineString"}, "id": "709", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00169001318906, -38.67297505787681, 178.00336962026464, -38.66962842586785], "geometry": {"coordinates": [[178.00336962026464, -38.67297505787681], [178.00169001318906, -38.66962842586785]], "type": "LineString"}, "id": "710", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0017967521804, -38.67294217401787, 178.0034763631428, -38.669595543818794], "geometry": {"coordinates": [[178.0034763631428, -38.67294217401787], [178.0017967521804, -38.669595543818794]], "type": "LineString"}, "id": "711", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.001905534644, -38.67290991954708, 178.00358106226005, -38.66956203223334], "geometry": {"coordinates": [[178.00358106226005, -38.67290991954708], [178.001905534644, -38.66956203223334]], "type": "LineString"}, "id": "712", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00218498575546, -38.67292542891902, 178.00351647727047, -38.66948389679688], "geometry": {"coordinates": [[178.00351647727047, -38.67292542891902], [178.00218498575546, -38.66948389679688]], "type": "LineString"}, "id": "713", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00229286075736, -38.67289886671136, 178.00362808421775, -38.66945822380072], "geometry": {"coordinates": [[178.00362808421775, -38.67289886671136], [178.00229286075736, -38.66945822380072]], "type": "LineString"}, "id": "714", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00240458441874, -38.672873220943266, 178.00373584216646, -38.669431634223585], "geometry": {"coordinates": [[178.00373584216646, -38.672873220943266], [178.00240458441874, -38.669431634223585]], "type": "LineString"}, "id": "715", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0025122160522, -38.67284660061912, 178.00384769213093, -38.66940601894771], "geometry": {"coordinates": [[178.00384769213093, -38.67284660061912], [178.0025122160522, -38.66940601894771]], "type": "LineString"}, "id": "716", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0026240613194, -38.672820983710025, 178.00395532810757, -38.66937940012062], "geometry": {"coordinates": [[178.00395532810757, -38.672820983710025], [178.0026240613194, -38.66937940012062]], "type": "LineString"}, "id": "717", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00273379963426, -38.67279486494613, 178.0040650709426, -38.66935328292186], "geometry": {"coordinates": [[178.0040650709426, -38.67279486494613], [178.00273379963426, -38.66935328292186]], "type": "LineString"}, "id": "718", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00284353785884, -38.67276874608407, 178.00417481368734, -38.66932716562497], "geometry": {"coordinates": [[178.00417481368734, -38.67276874608407], [178.00284353785884, -38.66932716562497]], "type": "LineString"}, "id": "719", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0029531545924, -38.672742598258296, 178.00428467774745, -38.669301077093664], "geometry": {"coordinates": [[178.00428467774745, -38.672742598258296], [178.0029531545924, -38.669301077093664]], "type": "LineString"}, "id": "720", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0030610289729, -38.67271603535171, 178.0043962840517, -38.66927540342198], "geometry": {"coordinates": [[178.0043962840517, -38.67271603535171], [178.0030610289729, -38.66927540342198]], "type": "LineString"}, "id": "721", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00317275199072, -38.672690388908784, 178.00450404137956, -38.669248813145224], "geometry": {"coordinates": [[178.00450404137956, -38.672690388908784], [178.00317275199072, -38.669248813145224]], "type": "LineString"}, "id": "722", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0032805047932, -38.672663796936774, 178.0046157689056, -38.669223168144526], "geometry": {"coordinates": [[178.0046157689056, -38.672663796936774], [178.0032805047932, -38.669223168144526]], "type": "LineString"}, "id": "723", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00339210622684, -38.672638121435085, 178.00472364746142, -38.6691966065321], "geometry": {"coordinates": [[178.00472364746142, -38.672638121435085], [178.00339210622684, -38.6691966065321]], "type": "LineString"}, "id": "724", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00350196530988, -38.6726120308499, 178.0048332682589, -38.669170459781974], "geometry": {"coordinates": [[178.0048332682589, -38.6726120308499], [178.00350196530988, -38.669170459781974]], "type": "LineString"}, "id": "725", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00361170290228, -38.67258591130059, 178.00494301037133, -38.66914434179788], "geometry": {"coordinates": [[178.00494301037133, -38.67258591130059], [178.00361170290228, -38.66914434179788]], "type": "LineString"}, "id": "726", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00372131900443, -38.672559762786804, 178.00505287379843, -38.66911825258016], "geometry": {"coordinates": [[178.00505287379843, -38.672559762786804], [178.00372131900443, -38.66911825258016]], "type": "LineString"}, "id": "727", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0038291927635, -38.67253319918131, 178.00516447945967, -38.66909257823297], "geometry": {"coordinates": [[178.00516447945967, -38.67253319918131], [178.0038291927635, -38.66909257823297]], "type": "LineString"}, "id": "728", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00394091513775, -38.672507552063564, 178.0052722361667, -38.669065987256616], "geometry": {"coordinates": [[178.0052722361667, -38.672507552063564], [178.00394091513775, -38.669065987256616]], "type": "LineString"}, "id": "729", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00404866731947, -38.67248095939188, 178.005383963049, -38.66904034158118], "geometry": {"coordinates": [[178.005383963049, -38.67248095939188], [178.00404866731947, -38.66904034158118]], "type": "LineString"}, "id": "730", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00416026811024, -38.67245528321464, 178.00549184098324, -38.66901377926992], "geometry": {"coordinates": [[178.00549184098324, -38.67245528321464], [178.00416026811024, -38.66901377926992]], "type": "LineString"}, "id": "731", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0047322325426, -38.672510397177874, 178.00514485137003, -38.66892863374592], "geometry": {"coordinates": [[178.00514485137003, -38.672510397177874], [178.0047322325426, -38.66892863374592]], "type": "LineString"}, "id": "732", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0048464506509, -38.672502312477725, 178.00525907506182, -38.66892054982603], "geometry": {"coordinates": [[178.00525907506182, -38.672502312477725], [178.0048464506509, -38.66892054982603]], "type": "LineString"}, "id": "733", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00496066872134, -38.672494227667244, 178.00537329871568, -38.66891246579583], "geometry": {"coordinates": [[178.00537329871568, -38.672494227667244], [178.00496066872134, -38.66891246579583]], "type": "LineString"}, "id": "734", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00507488675387, -38.6724861427464, 178.0054875223317, -38.66890438165525], "geometry": {"coordinates": [[178.0054875223317, -38.6724861427464], [178.00507488675387, -38.66890438165525]], "type": "LineString"}, "id": "735", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00518910474855, -38.672478057715196, 178.0056017459098, -38.66889629740436], "geometry": {"coordinates": [[178.0056017459098, -38.672478057715196], [178.00518910474855, -38.66889629740436]], "type": "LineString"}, "id": "736", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00530332270534, -38.67246997257363, 178.00571596945002, -38.668888213043104], "geometry": {"coordinates": [[178.00571596945002, -38.67246997257363], [178.00530332270534, -38.668888213043104]], "type": "LineString"}, "id": "737", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00541754062425, -38.67246188732172, 178.00583019295237, -38.66888012857152], "geometry": {"coordinates": [[178.00583019295237, -38.67246188732172], [178.00541754062425, -38.66888012857152]], "type": "LineString"}, "id": "738", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0055317585053, -38.672453801959435, 178.0059444164168, -38.66887204398957], "geometry": {"coordinates": [[178.0059444164168, -38.672453801959435], [178.0055317585053, -38.66887204398957]], "type": "LineString"}, "id": "739", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00564597634846, -38.672445716486806, 178.00605863984336, -38.668863959297305], "geometry": {"coordinates": [[178.00605863984336, -38.672445716486806], [178.00564597634846, -38.668863959297305]], "type": "LineString"}, "id": "740", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00576019415374, -38.67243763090381, 178.00617286323202, -38.66885587449467], "geometry": {"coordinates": [[178.00617286323202, -38.67243763090381], [178.00576019415374, -38.66885587449467]], "type": "LineString"}, "id": "741", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0058744119211, -38.672429545210456, 178.0062870865828, -38.66884778958171], "geometry": {"coordinates": [[178.0062870865828, -38.672429545210456], [178.0058744119211, -38.66884778958171]], "type": "LineString"}, "id": "742", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0059886296506, -38.672421459406756, 178.0064013098957, -38.66883970455841], "geometry": {"coordinates": [[178.0064013098957, -38.672421459406756], [178.0059886296506, -38.66883970455841]], "type": "LineString"}, "id": "743", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00610284734225, -38.672413373492695, 178.0065155331707, -38.668831619424765], "geometry": {"coordinates": [[178.0065155331707, -38.672413373492695], [178.00610284734225, -38.668831619424765]], "type": "LineString"}, "id": "744", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00621706499595, -38.67240528746827, 178.0066297564078, -38.66882353418075], "geometry": {"coordinates": [[178.0066297564078, -38.67240528746827], [178.00621706499595, -38.66882353418075]], "type": "LineString"}, "id": "745", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00633128261182, -38.6723972013335, 178.006743979607, -38.66881544882643], "geometry": {"coordinates": [[178.006743979607, -38.6723972013335], [178.00633128261182, -38.66881544882643]], "type": "LineString"}, "id": "746", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00644550018978, -38.67238911508838, 178.0068582027683, -38.66880736336174], "geometry": {"coordinates": [[178.0068582027683, -38.67238911508838], [178.00644550018978, -38.66880736336174]], "type": "LineString"}, "id": "747", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00655971772986, -38.672381028732886, 178.00697242589172, -38.668799277786725], "geometry": {"coordinates": [[178.00697242589172, -38.672381028732886], [178.00655971772986, -38.668799277786725]], "type": "LineString"}, "id": "748", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00667393523204, -38.67237294226703, 178.00708664897724, -38.66879119210136], "geometry": {"coordinates": [[178.00708664897724, -38.67237294226703], [178.00667393523204, -38.66879119210136]], "type": "LineString"}, "id": "749", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00678815269637, -38.67236485569084, 178.0072008720249, -38.66878310630565], "geometry": {"coordinates": [[178.0072008720249, -38.67236485569084], [178.00678815269637, -38.66878310630565]], "type": "LineString"}, "id": "750", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00690237012276, -38.672356769004274, 178.0073150950346, -38.66877502039961], "geometry": {"coordinates": [[178.0073150950346, -38.672356769004274], [178.00690237012276, -38.66877502039961]], "type": "LineString"}, "id": "751", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0071688231881, -38.67235736503728, 178.0072772288592, -38.66876203633708], "geometry": {"coordinates": [[178.0071688231881, -38.67235736503728], [178.0072772288592, -38.66876203633708]], "type": "LineString"}, "id": "752", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00728351983517, -38.67235952192948, 178.00739183617878, -38.66876419196025], "geometry": {"coordinates": [[178.00728351983517, -38.67235952192948], [178.00739183617878, -38.66876419196025]], "type": "LineString"}, "id": "753", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0073981747028, -38.67236167793453, 178.007506485265, -38.66876634824391], "geometry": {"coordinates": [[178.0073981747028, -38.67236167793453], [178.007506485265, -38.66876634824391]], "type": "LineString"}, "id": "754", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00751070075367, -38.67236379364228, 178.00762326304994, -38.66876854460324], "geometry": {"coordinates": [[178.00751070075367, -38.67236379364228], [178.00762326304994, -38.66876854460324]], "type": "LineString"}, "id": "755", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00762531334644, -38.67236594860924, 178.00773795438747, -38.6687707014716], "geometry": {"coordinates": [[178.00762531334644, -38.67236594860924], [178.00773795438747, -38.6687707014716]], "type": "LineString"}, "id": "756", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00774209749946, -38.672368144495856, 178.00785047426356, -38.668772817188305], "geometry": {"coordinates": [[178.00774209749946, -38.672368144495856], [178.00785047426356, -38.668772817188305]], "type": "LineString"}, "id": "757", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00785679411976, -38.672370300820916, 178.0079650815564, -38.668774972244826], "geometry": {"coordinates": [[178.00785679411976, -38.672370300820916], [178.0079650815564, -38.668774972244826]], "type": "LineString"}, "id": "758", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00797144896066, -38.67237245625906, 178.00807973061586, -38.668777127961654], "geometry": {"coordinates": [[178.00797144896066, -38.67237245625906], [178.00807973061586, -38.668777127961654]], "type": "LineString"}, "id": "759", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00808397498528, -38.672374571410415, 178.00819650837352, -38.66877932374361], "geometry": {"coordinates": [[178.00808397498528, -38.672374571410415], [178.00819650837352, -38.66877932374361]], "type": "LineString"}, "id": "760", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00819858755128, -38.672376725810665, 178.0083111996843, -38.66878148004491], "geometry": {"coordinates": [[178.00819858755128, -38.672376725810665], [178.0083111996843, -38.66878148004491]], "type": "LineString"}, "id": "761", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00831541345113, -38.67237892189317, 178.00842367776212, -38.66878359443186], "geometry": {"coordinates": [[178.00831541345113, -38.67237892189317], [178.00842367776212, -38.66878359443186]], "type": "LineString"}, "id": "762", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00843006827057, -38.67238107687776, 178.0085383268002, -38.66878574969518], "geometry": {"coordinates": [[178.00843006827057, -38.67238107687776], [178.0085383268002, -38.66878574969518]], "type": "LineString"}, "id": "763", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00854472308467, -38.67238323174901, 178.00865297583286, -38.668787904845146], "geometry": {"coordinates": [[178.00854472308467, -38.67238323174901], [178.00865297583286, -38.668787904845146]], "type": "LineString"}, "id": "764", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00865720681878, -38.67238534553089, 178.00876979582534, -38.66879010086291], "geometry": {"coordinates": [[178.00865720681878, -38.67238534553089], [178.00876979582534, -38.66879010086291]], "type": "LineString"}, "id": "765", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0087719038865, -38.672387500990524, 178.00888440258512, -38.66879225497086], "geometry": {"coordinates": [[178.0087719038865, -38.672387500990524], [178.00888440258512, -38.66879225497086]], "type": "LineString"}, "id": "766", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00888868749485, -38.672389695682355, 178.0089969228988, -38.66879436961482], "geometry": {"coordinates": [[178.00888868749485, -38.672389695682355], [178.0089969228988, -38.66879436961482]], "type": "LineString"}, "id": "767", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0090033422875, -38.67239185010004, 178.00911157191007, -38.66879652431131], "geometry": {"coordinates": [[178.0090033422875, -38.67239185010004], [178.00911157191007, -38.66879652431131]], "type": "LineString"}, "id": "768", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00911795530072, -38.6723940036313, 178.00922626268792, -38.66879867966757], "geometry": {"coordinates": [[178.00911795530072, -38.6723940036313], [178.00922626268792, -38.66879867966757]], "type": "LineString"}, "id": "769", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00923052304685, -38.67239611844291, 178.00934299861905, -38.668800873521654], "geometry": {"coordinates": [[178.00923052304685, -38.67239611844291], [178.00934299861905, -38.668800873521654]], "type": "LineString"}, "id": "770", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00934517782355, -38.67239827252256, 178.0094576476141, -38.66880302787591], "geometry": {"coordinates": [[178.00934517782355, -38.67239827252256], [178.0094576476141, -38.66880302787591]], "type": "LineString"}, "id": "771", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00946196140458, -38.672400466636944, 178.0095701679015, -38.668805141963546], "geometry": {"coordinates": [[178.00946196140458, -38.672400466636944], [178.0095701679015, -38.668805141963546]], "type": "LineString"}, "id": "772", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00952514643757, -38.672401377664485, 178.00973626963506, -38.66880886342058], "geometry": {"coordinates": [[178.00952514643757, -38.672401377664485], [178.00973626963506, -38.66880886342058]], "type": "LineString"}, "id": "773", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00964183865472, -38.67240554706028, 178.00984870922795, -38.66881288115645], "geometry": {"coordinates": [[178.00964183865472, -38.67240554706028], [178.00984870922795, -38.66881288115645]], "type": "LineString"}, "id": "774", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0097564605673, -38.67240964230435, 178.00996321902267, -38.66881697282006], "geometry": {"coordinates": [[178.0097564605673, -38.67240964230435], [178.00996321902267, -38.66881697282006]], "type": "LineString"}, "id": "775", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00987097614558, -38.67241373367294, 178.01007783514805, -38.668821068132054], "geometry": {"coordinates": [[178.00987097614558, -38.67241373367294], [178.01007783514805, -38.668821068132054]], "type": "LineString"}, "id": "776", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.00998554489232, -38.67241782680882, 178.0101923981094, -38.66882516144942], "geometry": {"coordinates": [[178.00998554489232, -38.67241782680882], [178.0101923981094, -38.66882516144942]], "type": "LineString"}, "id": "777", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01009799016683, -38.67242184392257, 178.01030908443755, -38.66882933056499], "geometry": {"coordinates": [[178.01009799016683, -38.67242184392257], [178.01030908443755, -38.66882933056499]], "type": "LineString"}, "id": "778", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0102126125675, -38.672425938770196, 178.0104235937512, -38.66883342171604], "geometry": {"coordinates": [[178.0102126125675, -38.672425938770196], [178.0104235937512, -38.66883342171604]], "type": "LineString"}, "id": "779", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01032712766468, -38.672430029630384, 178.0105382103647, -38.668837516627455], "geometry": {"coordinates": [[178.01032712766468, -38.672430029630384], [178.0105382103647, -38.668837516627455]], "type": "LineString"}, "id": "780", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01044169641492, -38.67243412231386, 178.01065277332958, -38.668841609488254], "geometry": {"coordinates": [[178.01044169641492, -38.67243412231386], [178.01065277332958, -38.668841609488254]], "type": "LineString"}, "id": "781", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01055631881826, -38.67243821682045, 178.01076728264587, -38.66884570029861], "geometry": {"coordinates": [[178.01055631881826, -38.67243821682045], [178.01076728264587, -38.66884570029861]], "type": "LineString"}, "id": "782", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01067301055883, -38.67244238511838, 178.01087972273112, -38.66884971708714], "geometry": {"coordinates": [[178.01067301055883, -38.67244238511838], [178.01087972273112, -38.66884971708714]], "type": "LineString"}, "id": "783", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01078752614416, -38.67244647557834, 178.0109943388635, -38.668853811489775], "geometry": {"coordinates": [[178.01078752614416, -38.67244647557834], [178.0109943388635, -38.668853811489775]], "type": "LineString"}, "id": "784", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01090209489794, -38.67245056780518, 178.01110890183188, -38.66885790389823], "geometry": {"coordinates": [[178.01090209489794, -38.67245056780518], [178.01110890183188, -38.66885790389823]], "type": "LineString"}, "id": "785", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01101671682014, -38.672454661798724, 178.01122341163622, -38.66886199431263], "geometry": {"coordinates": [[178.01101671682014, -38.672454661798724], [178.01122341163622, -38.66886199431263]], "type": "LineString"}, "id": "786", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01113123240808, -38.67245875191797, 178.01133802777122, -38.668866088374266], "geometry": {"coordinates": [[178.01113123240808, -38.67245875191797], [178.01133802777122, -38.668866088374266]], "type": "LineString"}, "id": "787", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0112436776912, -38.67246276791648, 178.01145471410825, -38.668870256332625], "geometry": {"coordinates": [[178.0112436776912, -38.67246276791648], [178.01145471410825, -38.668870256332625]], "type": "LineString"}, "id": "788", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01135824644842, -38.67246685969089, 178.01156927708016, -38.6688743482845], "geometry": {"coordinates": [[178.01135824644842, -38.67246685969089], [178.01156927708016, -38.6688743482845]], "type": "LineString"}, "id": "789", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01147286885876, -38.672470953288006, 178.0116837864034, -38.668878438186354], "geometry": {"coordinates": [[178.01147286885876, -38.672470953288006], [178.0116837864034, -38.668878438186354]], "type": "LineString"}, "id": "790", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01158738396555, -38.672475042898846, 178.0117984030265, -38.668882531847395], "geometry": {"coordinates": [[178.01158738396555, -38.672475042898846], [178.0117984030265, -38.668882531847395]], "type": "LineString"}, "id": "791", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01170407619875, -38.672479210211385, 178.01191084263485, -38.66888654757608], "geometry": {"coordinates": [[178.01170407619875, -38.672479210211385], [178.01191084263485, -38.66888654757608]], "type": "LineString"}, "id": "792", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01181869812712, -38.67248330340916, 178.01202535244528, -38.66889063719554], "geometry": {"coordinates": [[178.01181869812712, -38.67248330340916], [178.01202535244528, -38.66889063719554]], "type": "LineString"}, "id": "793", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01193326688872, -38.67248739461327, 178.01213991542147, -38.668894728581485], "geometry": {"coordinates": [[178.01193326688872, -38.67248739461327], [178.01213991542147, -38.668894728581485]], "type": "LineString"}, "id": "794", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0120177344012, -38.67249126766353, 178.01228444649547, -38.66890103471833], "geometry": {"coordinates": [[178.0120177344012, -38.67249126766353], [178.01228444649547, -38.66890103471833]], "type": "LineString"}, "id": "795", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01213223075717, -38.67249645704562, 178.01239893706872, -38.66890622422275], "geometry": {"coordinates": [[178.01213223075717, -38.67249645704562], [178.01239893706872, -38.66890622422275]], "type": "LineString"}, "id": "796", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0122467271176, -38.67250164631399, 178.01251342764635, -38.66891141361346], "geometry": {"coordinates": [[178.0122467271176, -38.67250164631399], [178.01251342764635, -38.66891141361346]], "type": "LineString"}, "id": "797", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0123612234824, -38.67250683546864, 178.0126279182284, -38.66891660289046], "geometry": {"coordinates": [[178.0123612234824, -38.67250683546864], [178.0126279182284, -38.66891660289046]], "type": "LineString"}, "id": "798", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0124756597677, -38.67251202176603, 178.01274246889577, -38.668921794797335], "geometry": {"coordinates": [[178.0124756597677, -38.67251202176603], [178.01274246889577, -38.668921794797335]], "type": "LineString"}, "id": "799", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01259227573644, -38.67251730672516, 178.0128548399985, -38.66892688781269], "geometry": {"coordinates": [[178.01259227573644, -38.67251730672516], [178.0128548399985, -38.66892688781269]], "type": "LineString"}, "id": "800", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01270677211454, -38.67252249553659, 178.01296933059368, -38.668932076750615], "geometry": {"coordinates": [[178.01270677211454, -38.67252249553659], [178.01296933059368, -38.668932076750615]], "type": "LineString"}, "id": "801", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01282132810007, -38.67252768691229, 178.01308376159324, -38.668937262896755], "geometry": {"coordinates": [[178.01282132810007, -38.67252768691229], [178.01308376159324, -38.668937262896755]], "type": "LineString"}, "id": "802", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.012935824487, -38.672532875496216, 178.01319825219718, -38.668942451607315], "geometry": {"coordinates": [[178.012935824487, -38.672532875496216], [178.01319825219718, -38.668942451607315]], "type": "LineString"}, "id": "803", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0130503208783, -38.67253806396641, 178.01331274280557, -38.66894764020416], "geometry": {"coordinates": [[178.0130503208783, -38.67253806396641], [178.01331274280557, -38.66894764020416]], "type": "LineString"}, "id": "804", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01316481727403, -38.672543252322875, 178.01342723341833, -38.66895282868729], "geometry": {"coordinates": [[178.01316481727403, -38.672543252322875], [178.01342723341833, -38.66895282868729]], "type": "LineString"}, "id": "805", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01327931367413, -38.672548440565635, 178.0135417240355, -38.668958017056724], "geometry": {"coordinates": [[178.01327931367413, -38.672548440565635], [178.0135417240355, -38.668958017056724]], "type": "LineString"}, "id": "806", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01339381007867, -38.672553628694665, 178.01365621465706, -38.66896320531244], "geometry": {"coordinates": [[178.01339381007867, -38.672553628694665], [178.01365621465706, -38.66896320531244]], "type": "LineString"}, "id": "807", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01350830648755, -38.67255881670995, 178.013770705283, -38.66896839345445], "geometry": {"coordinates": [[178.01350830648755, -38.67255881670995], [178.013770705283, -38.66896839345445]], "type": "LineString"}, "id": "808", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01362068378592, -38.672563908663946, 178.0138873149213, -38.66897367743264], "geometry": {"coordinates": [[178.01362068378592, -38.672563908663946], [178.0138873149213, -38.66897367743264]], "type": "LineString"}, "id": "809", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01373518020355, -38.672569096453906, 178.01400180555612, -38.66897886534512], "geometry": {"coordinates": [[178.01373518020355, -38.672569096453906], [178.01400180555612, -38.66897886534512]], "type": "LineString"}, "id": "810", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01384967662554, -38.67257428413013, 178.01411629619534, -38.66898405314388], "geometry": {"coordinates": [[178.01384967662554, -38.67257428413013], [178.01411629619534, -38.66898405314388]], "type": "LineString"}, "id": "811", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.013964112968, -38.6725794689499, 178.01423084691987, -38.66898924357175], "geometry": {"coordinates": [[178.013964112968, -38.6725794689499], [178.01423084691987, -38.66898924357175]], "type": "LineString"}, "id": "812", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01407860939884, -38.67258465639873, 178.0143453375679, -38.66899443114305], "geometry": {"coordinates": [[178.01407860939884, -38.67258465639873], [178.0143453375679, -38.66899443114305]], "type": "LineString"}, "id": "813", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01419316591802, -38.67258984647649, 178.01445976813937, -38.66899961585795], "geometry": {"coordinates": [[178.01419316591802, -38.67258984647649], [178.01445976813937, -38.66899961585795]], "type": "LineString"}, "id": "814", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01413117357717, -38.6725827649786, 178.01475045450087, -38.66901937667508], "geometry": {"coordinates": [[178.01413117357717, -38.6725827649786], [178.01475045450087, -38.66901937667508]], "type": "LineString"}, "id": "815", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01424689623005, -38.67259508746358, 178.01486201404214, -38.6690312564028], "geometry": {"coordinates": [[178.01424689623005, -38.67259508746358], [178.01486201404214, -38.6690312564028]], "type": "LineString"}, "id": "816", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01436054014545, -38.672607188566516, 178.01497565227007, -38.669043357281346], "geometry": {"coordinates": [[178.01436054014545, -38.672607188566516], [178.01497565227007, -38.669043357281346]], "type": "LineString"}, "id": "817", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01447210532186, -38.672619068293656, 178.01509136918608, -38.669055679304506], "geometry": {"coordinates": [[178.01447210532186, -38.672619068293656], [178.01509136918608, -38.669055679304506]], "type": "LineString"}, "id": "818", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01458574928998, -38.67263116917161, 178.01520500746767, -38.66906777995396], "geometry": {"coordinates": [[178.01458574928998, -38.67263116917161], [178.01520500746767, -38.66906777995396]], "type": "LineString"}, "id": "819", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0147014720512, -38.67264349119418, 178.01531656711336, -38.66907965923593], "geometry": {"coordinates": [[178.0147014720512, -38.67264349119418], [178.01531656711336, -38.66907965923593]], "type": "LineString"}, "id": "820", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01481303730594, -38.67265537058697, 178.0154322841106, -38.66909198091233], "geometry": {"coordinates": [[178.01481303730594, -38.67265537058697], [178.0154322841106, -38.66909198091233]], "type": "LineString"}, "id": "821", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0149266813538, -38.672667471124356, 178.01554592247197, -38.669104081221235], "geometry": {"coordinates": [[178.0149266813538, -38.672667471124356], [178.01554592247197, -38.669104081221235]], "type": "LineString"}, "id": "822", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01504240419632, -38.67267979280009, 178.01565748219593, -38.669115960168895], "geometry": {"coordinates": [[178.01504240419632, -38.67267979280009], [178.01565748219593, -38.669115960168895]], "type": "LineString"}, "id": "823", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01515604829788, -38.67269189310835, 178.01577112060997, -38.66912806025286], "geometry": {"coordinates": [[178.01515604829788, -38.67269189310835], [178.01577112060997, -38.66912806025286]], "type": "LineString"}, "id": "824", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01526761365707, -38.672703772055335, 178.01588683771553, -38.66914038146689], "geometry": {"coordinates": [[178.01526761365707, -38.672703772055335], [178.01588683771553, -38.66914038146689]], "type": "LineString"}, "id": "825", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0153833365808, -38.67271609338428, 178.01599839751782, -38.66915226008024], "geometry": {"coordinates": [[178.0153833365808, -38.67271609338428], [178.01599839751782, -38.66915226008024]], "type": "LineString"}, "id": "826", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01549698076215, -38.672728193351944, 178.0161120360116, -38.669164359823654], "geometry": {"coordinates": [[178.01549698076215, -38.672728193351944], [178.0161120360116, -38.669164359823654]], "type": "LineString"}, "id": "827", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01560854619967, -38.67274007196458, 178.01622775319836, -38.66917668069091], "geometry": {"coordinates": [[178.01560854619967, -38.67274007196458], [178.01622775319836, -38.66917668069091]], "type": "LineString"}, "id": "828", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01572219043373, -38.67275217170727, 178.0163413917458, -38.66918878020523], "geometry": {"coordinates": [[178.01572219043373, -38.67275217170727], [178.0163413917458, -38.66918878020523]], "type": "LineString"}, "id": "829", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01583791346576, -38.67276449257379, 178.01645295165247, -38.66920065837283], "geometry": {"coordinates": [[178.01583791346576, -38.67276449257379], [178.01645295165247, -38.66920065837283]], "type": "LineString"}, "id": "830", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0159494789816, -38.67277637085208, 178.01656866892046, -38.66921297889331], "geometry": {"coordinates": [[178.0159494789816, -38.67277637085208], [178.01656866892046, -38.66921297889331]], "type": "LineString"}, "id": "831", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01606312329542, -38.67278847025418, 178.01668230754765, -38.66922507806709], "geometry": {"coordinates": [[178.01606312329542, -38.67278847025418], [178.01668230754765, -38.66922507806709]], "type": "LineString"}, "id": "832", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0161788464087, -38.672800790773884, 178.0167938675326, -38.66923695590036], "geometry": {"coordinates": [[178.0161788464087, -38.672800790773884], [178.0167938675326, -38.66923695590036]], "type": "LineString"}, "id": "833", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01629249077618, -38.67281288994685, 178.01690750621248, -38.66924905484919], "geometry": {"coordinates": [[178.01629249077618, -38.67281288994685], [178.01690750621248, -38.66924905484919]], "type": "LineString"}, "id": "834", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01598789631942, -38.672749086891194, 178.0174392277207, -38.66933751179165], "geometry": {"coordinates": [[178.01598789631942, -38.672749086891194], [178.0174392277207, -38.66933751179165]], "type": "LineString"}, "id": "835", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01609669144526, -38.67277753472899, 178.01754801794073, -38.66936595859176], "geometry": {"coordinates": [[178.01609669144526, -38.67277753472899], [178.01754801794073, -38.66936595859176]], "type": "LineString"}, "id": "836", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0162054866478, -38.672805982459245, 178.01765680823738, -38.66939440528435], "geometry": {"coordinates": [[178.0162054866478, -38.672805982459245], [178.01765680823738, -38.66939440528435]], "type": "LineString"}, "id": "837", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.016314281927, -38.67283443008196, 178.01776559861074, -38.66942285186939], "geometry": {"coordinates": [[178.016314281927, -38.67283443008196], [178.01776559861074, -38.66942285186939]], "type": "LineString"}, "id": "838", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01642307728292, -38.67286287759712, 178.01787438906072, -38.6694512983469], "geometry": {"coordinates": [[178.01642307728292, -38.67286287759712], [178.01787438906072, -38.6694512983469]], "type": "LineString"}, "id": "839", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01653187271552, -38.672891325004734, 178.01798317958742, -38.66947974471687], "geometry": {"coordinates": [[178.01653187271552, -38.672891325004734], [178.01798317958742, -38.66947974471687]], "type": "LineString"}, "id": "840", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01664066822482, -38.67291977230478, 178.01809197019077, -38.66950819097929], "geometry": {"coordinates": [[178.01664066822482, -38.67291977230478], [178.01809197019077, -38.66950819097929]], "type": "LineString"}, "id": "841", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01674946381078, -38.67294821949731, 178.0182007608708, -38.669536637134186], "geometry": {"coordinates": [[178.01674946381078, -38.67294821949731], [178.0182007608708, -38.669536637134186]], "type": "LineString"}, "id": "842", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01685825947342, -38.672976666582265, 178.01830955162745, -38.66956508318154], "geometry": {"coordinates": [[178.01685825947342, -38.672976666582265], [178.01830955162745, -38.66956508318154]], "type": "LineString"}, "id": "843", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01696705521277, -38.673005113559675, 178.0184183424608, -38.669593529121336], "geometry": {"coordinates": [[178.01696705521277, -38.673005113559675], [178.0184183424608, -38.669593529121336]], "type": "LineString"}, "id": "844", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0170758510288, -38.67303356042953, 178.0185271333708, -38.669621974953614], "geometry": {"coordinates": [[178.0170758510288, -38.67303356042953], [178.0185271333708, -38.669621974953614]], "type": "LineString"}, "id": "845", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01718464692155, -38.673062007191845, 178.0186359243575, -38.66965042067834], "geometry": {"coordinates": [[178.01718464692155, -38.673062007191845], [178.0186359243575, -38.66965042067834]], "type": "LineString"}, "id": "846", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01729325649634, -38.673090405109185, 178.01874490180703, -38.66967891503116], "geometry": {"coordinates": [[178.01729325649634, -38.673090405109185], [178.01874490180703, -38.66967891503116]], "type": "LineString"}, "id": "847", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01740223893702, -38.67311890039382, 178.01885350656084, -38.66970731180516], "geometry": {"coordinates": [[178.01740223893702, -38.67311890039382], [178.01885350656084, -38.66970731180516]], "type": "LineString"}, "id": "848", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01751084866495, -38.67314729809642, 178.018962484164, -38.669735805942544], "geometry": {"coordinates": [[178.01751084866495, -38.67314729809642], [178.018962484164, -38.669735805942544]], "type": "LineString"}, "id": "849", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01761983125928, -38.67317579316558, 178.01907108907085, -38.66976420250183], "geometry": {"coordinates": [[178.01761983125928, -38.67317579316558], [178.01907108907085, -38.66976420250183]], "type": "LineString"}, "id": "850", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01772844114032, -38.67320419065344, 178.01918006682757, -38.66979269642377], "geometry": {"coordinates": [[178.01772844114032, -38.67320419065344], [178.01918006682757, -38.66979269642377]], "type": "LineString"}, "id": "851", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01783742388827, -38.67323268550714, 178.01928867188755, -38.66982109276833], "geometry": {"coordinates": [[178.01783742388827, -38.67323268550714], [178.01928867188755, -38.66982109276833]], "type": "LineString"}, "id": "852", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01794603392239, -38.673261082780265, 178.01939764979787, -38.6698495864748], "geometry": {"coordinates": [[178.01794603392239, -38.673261082780265], [178.01939764979787, -38.6698495864748]], "type": "LineString"}, "id": "853", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01805501682395, -38.67328957741849, 178.01950625501087, -38.66987798260465], "geometry": {"coordinates": [[178.01805501682395, -38.67328957741849], [178.01950625501087, -38.66987798260465]], "type": "LineString"}, "id": "854", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0178103534337, -38.67320970746784, 178.0199589225091, -38.67003224924915], "geometry": {"coordinates": [[178.0178103534337, -38.67320970746784], [178.0199589225091, -38.67003224924915]], "type": "LineString"}, "id": "855", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01791167265205, -38.67325183432796, 178.02006023808548, -38.67007437446986], "geometry": {"coordinates": [[178.01791167265205, -38.67325183432796], [178.02006023808548, -38.67007437446986]], "type": "LineString"}, "id": "856", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01801323550973, -38.67329406227873, 178.02016131025616, -38.67011639841117], "geometry": {"coordinates": [[178.01801323550973, -38.67329406227873], [178.02016131025616, -38.67011639841117]], "type": "LineString"}, "id": "857", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01811431142607, -38.67333608775914, 178.02026286957545, -38.67015862462226], "geometry": {"coordinates": [[178.01811431142607, -38.67333608775914], [178.02026286957545, -38.67015862462226]], "type": "LineString"}, "id": "858", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0182156309817, -38.6733782143302, 178.02036418548903, -38.67020074955393], "geometry": {"coordinates": [[178.0182156309817, -38.6733782143302], [178.02036418548903, -38.67020074955393]], "type": "LineString"}, "id": "859", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01831719417746, -38.67342044199122, 178.0204652579961, -38.67024277320688], "geometry": {"coordinates": [[178.01831719417746, -38.67342044199122], [178.0204652579961, -38.67024277320688]], "type": "LineString"}, "id": "860", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0184185139582, -38.67346256836933, 178.02056657413422, -38.67028489794608], "geometry": {"coordinates": [[178.0184185139582, -38.67346256836933], [178.02056657413422, -38.67028489794608]], "type": "LineString"}, "id": "861", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01851959032317, -38.673504593465246, 178.0206681339042, -38.67032712377084], "geometry": {"coordinates": [[178.01851959032317, -38.673504593465246], [178.0206681339042, -38.67032712377084]], "type": "LineString"}, "id": "862", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01862091032854, -38.673546719650886, 178.02076945026738, -38.67036924831711], "geometry": {"coordinates": [[178.01862091032854, -38.673546719650886], [178.02076945026738, -38.67036924831711]], "type": "LineString"}, "id": "863", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01872247397503, -38.67358894692555, 178.02087052322295, -38.67041127158558], "geometry": {"coordinates": [[178.01872247397503, -38.67358894692555], [178.02087052322295, -38.67041127158558]], "type": "LineString"}, "id": "864", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0188235506765, -38.6736309717331, 178.02097208333095, -38.6704534971206], "geometry": {"coordinates": [[178.0188235506765, -38.6736309717331], [178.02097208333095, -38.6704534971206]], "type": "LineString"}, "id": "865", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01892487101912, -38.67367309762967, 178.02107340003133, -38.67049562137782], "geometry": {"coordinates": [[178.01892487101912, -38.67367309762967], [178.02107340003133, -38.67049562137782]], "type": "LineString"}, "id": "866", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01902643500372, -38.67371532461458, 178.0211744733233, -38.67053764435793], "geometry": {"coordinates": [[178.01902643500372, -38.67371532461458], [178.0211744733233, -38.67053764435793]], "type": "LineString"}, "id": "867", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01912775557145, -38.67375745031819, 178.0212757902482, -38.67057976842266], "geometry": {"coordinates": [[178.01912775557145, -38.67375745031819], [178.0212757902482, -38.67057976842266]], "type": "LineString"}, "id": "868", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01837146003854, -38.67321927887005, 178.02219711346186, -38.67123464331206], "geometry": {"coordinates": [[178.01837146003854, -38.67321927887005], [178.02219711346186, -38.67123464331206]], "type": "LineString"}, "id": "869", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0184347282351, -38.67329426815204, 178.02226038346018, -38.67130963037959], "geometry": {"coordinates": [[178.0184347282351, -38.67329426815204], [178.02226038346018, -38.67130963037959]], "type": "LineString"}, "id": "870", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0184979965691, -38.67336925739016, 178.02232365359598, -38.67138461740327], "geometry": {"coordinates": [[178.0184979965691, -38.67336925739016], [178.02232365359598, -38.67138461740327]], "type": "LineString"}, "id": "871", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0185606696635, -38.67344354089377, 178.0223875192632, -38.67146031005289], "geometry": {"coordinates": [[178.0185606696635, -38.67344354089377], [178.0223875192632, -38.67146031005289]], "type": "LineString"}, "id": "872", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01862393827108, -38.6735185300446, 178.0224507896752, -38.67153529698843], "geometry": {"coordinates": [[178.01862393827108, -38.6735185300446], [178.0224507896752, -38.67153529698843]], "type": "LineString"}, "id": "873", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01868720701614, -38.6735935191516, 178.02251406022458, -38.6716102838801], "geometry": {"coordinates": [[178.01868720701614, -38.6735935191516], [178.02251406022458, -38.6716102838801]], "type": "LineString"}, "id": "874", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01875047589866, -38.673668508214725, 178.02257733091142, -38.67168527072791], "geometry": {"coordinates": [[178.01875047589866, -38.673668508214725], [178.02257733091142, -38.67168527072791]], "type": "LineString"}, "id": "875", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01881374491862, -38.67374349723399, 178.02264060173576, -38.671760257531865], "geometry": {"coordinates": [[178.01881374491862, -38.67374349723399], [178.02264060173576, -38.671760257531865]], "type": "LineString"}, "id": "876", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01887701407605, -38.67381848620943, 178.02270387269752, -38.671835244291955], "geometry": {"coordinates": [[178.01887701407605, -38.67381848620943], [178.02270387269752, -38.671835244291955]], "type": "LineString"}, "id": "877", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0189402833709, -38.673893475140986, 178.02276714379673, -38.671910231008184], "geometry": {"coordinates": [[178.0189402833709, -38.673893475140986], [178.02276714379673, -38.671910231008184]], "type": "LineString"}, "id": "878", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01900414818934, -38.673969169716486, 178.0228298196303, -38.671984512013616], "geometry": {"coordinates": [[178.01900414818934, -38.673969169716486], [178.0228298196303, -38.671984512013616]], "type": "LineString"}, "id": "879", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01906741776043, -38.67404415855993, 178.0228930910031, -38.672059498642525], "geometry": {"coordinates": [[178.01906741776043, -38.67404415855993], [178.0228930910031, -38.672059498642525]], "type": "LineString"}, "id": "880", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01913068746896, -38.67411914735952, 178.02295636251336, -38.67213448522757], "geometry": {"coordinates": [[178.01913068746896, -38.67411914735952], [178.02295636251336, -38.67213448522757]], "type": "LineString"}, "id": "881", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.019193361925, -38.67419343042871, 178.02302022956803, -38.672210177434444], "geometry": {"coordinates": [[178.019193361925, -38.67419343042871], [178.02302022956803, -38.672210177434444]], "type": "LineString"}, "id": "882", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01925663190715, -38.674268419141, 178.02308350135453, -38.672285163931356], "geometry": {"coordinates": [[178.01925663190715, -38.674268419141], [178.02308350135453, -38.672285163931356]], "type": "LineString"}, "id": "883", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01931990202678, -38.67434340780943, 178.02314677327843, -38.6723601503844], "geometry": {"coordinates": [[178.01931990202678, -38.67434340780943], [178.02314677327843, -38.6723601503844]], "type": "LineString"}, "id": "884", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01938317228388, -38.67441839643402, 178.02321004533982, -38.67243513679359], "geometry": {"coordinates": [[178.01938317228388, -38.67441839643402], [178.02321004533982, -38.67243513679359]], "type": "LineString"}, "id": "885", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01944644267843, -38.674493385014756, 178.02327331753864, -38.672510123158894], "geometry": {"coordinates": [[178.01944644267843, -38.674493385014756], [178.02327331753864, -38.672510123158894]], "type": "LineString"}, "id": "886", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01950971321043, -38.67456837355162, 178.0233365898749, -38.67258510948035], "geometry": {"coordinates": [[178.01950971321043, -38.67456837355162], [178.0233365898749, -38.67258510948035]], "type": "LineString"}, "id": "887", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.0195729838799, -38.67464336204464, 178.02339986234867, -38.67266009575793], "geometry": {"coordinates": [[178.0195729838799, -38.67464336204464], [178.02339986234867, -38.67266009575793]], "type": "LineString"}, "id": "888", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01963685008587, -38.67471905617743, 178.02346253954386, -38.67273437632884], "geometry": {"coordinates": [[178.01963685008587, -38.67471905617743], [178.02346253954386, -38.67273437632884]], "type": "LineString"}, "id": "889", "properties": {"__folium_color": "red"}, "type": "Feature"}, {"bbox": [178.01970012103155, -38.67479404458232, 178.0235258122912, -38.67280936251912], "geometry": {"coordinates": [[178.01970012103155, -38.67479404458232], [178.0235258122912, -38.67280936251912]], "type": "LineString"}, "id": "890", "properties": {"__folium_color": "red"}, "type": "Feature"}], "type": "FeatureCollection"});\n", "\n", " \n", " \n", - " geo_json_8bbafc6520aa504169529c6cfe6447b1.bindTooltip(\n", + " geo_json_4f0b26953e08102f98b96661c68d59db.bindTooltip(\n", " function(layer){\n", " let div = L.DomUtil.create('div');\n", " \n", @@ -1479,33 +1506,33 @@ " ,{"className": "foliumtooltip", "sticky": true});\n", " \n", " \n", - " geo_json_8bbafc6520aa504169529c6cfe6447b1.addTo(map_758e61fc388e53d8d51ac15c18f36e35);\n", + " geo_json_4f0b26953e08102f98b96661c68d59db.addTo(map_383765db887b25064d0b0966c677d351);\n", " \n", " \n", - " var layer_control_6cdaa24598e0da9d732872059b5337eb_layers = {\n", + " var layer_control_2a2d1cbac622f388c270aae449f115b1_layers = {\n", " base_layers : {\n", - " "openstreetmap" : tile_layer_de73996e827d80725de98bae8b7c9d83,\n", + " "openstreetmap" : tile_layer_c2e6f069e8733eba1597a2fad7fa4ba4,\n", " },\n", " overlays : {\n", - " "shorelines" : geo_json_6e07e9abb8a7db1902b960f4941e1e22,\n", - " "DSAS transects" : geo_json_199109a23988388885c44c49a43fa022,\n", - " "bbox" : geo_json_77335e0167a9864592104703c41690e2,\n", - " "polyfit shoreline" : geo_json_b9058ae8bb193b0f9d2a5ae1953b8114,\n", - " "generated transects" : geo_json_8bbafc6520aa504169529c6cfe6447b1,\n", + " "shorelines" : geo_json_9f1df099ea4e9645ff892d097f60237a,\n", + " "DSAS transects" : geo_json_15be5194bfa98b3587d82cd4343dc06e,\n", + " "bbox" : geo_json_1b6ff7e4d5ad934db0ed5879de67f686,\n", + " "polyfit shoreline" : geo_json_c14aa61dec5e3e99f8218b2a53c8da21,\n", + " "generated transects" : geo_json_4f0b26953e08102f98b96661c68d59db,\n", " },\n", " };\n", - " let layer_control_6cdaa24598e0da9d732872059b5337eb = L.control.layers(\n", - " layer_control_6cdaa24598e0da9d732872059b5337eb_layers.base_layers,\n", - " layer_control_6cdaa24598e0da9d732872059b5337eb_layers.overlays,\n", + " let layer_control_2a2d1cbac622f388c270aae449f115b1 = L.control.layers(\n", + " layer_control_2a2d1cbac622f388c270aae449f115b1_layers.base_layers,\n", + " layer_control_2a2d1cbac622f388c270aae449f115b1_layers.overlays,\n", " {"autoZIndex": true, "collapsed": false, "position": "topright"}\n", - " ).addTo(map_758e61fc388e53d8d51ac15c18f36e35);\n", + " ).addTo(map_383765db887b25064d0b0966c677d351);\n", "\n", " \n", "</script>\n", "</html>\" style=\"position:absolute;width:100%;height:100%;left:0;top:0;border:none !important;\" allowfullscreen webkitallowfullscreen mozallowfullscreen>" ], "text/plain": [ - "" + "" ] }, "execution_count": 6,