Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@maptastik
Last active August 29, 2015 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maptastik/42aa0216a39e4c0b0c24 to your computer and use it in GitHub Desktop.
Save maptastik/42aa0216a39e4c0b0c24 to your computer and use it in GitHub Desktop.
Leaflet Squirrel - Part 6
  1. Create style object with the various style preferences for each state (60-65)
  2. Toss that style into call for ssa-states.geojson (67-71)
<html>
<head>
<title>Leaflet Squirrel - Part 6</title>
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css"/>
<script src="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<style>
#map{ height: 100% }
</style>
</head>
<body>
<style>
.custom-popup .leaflet-popup-content-wrapper {
background: rgba(70, 145, 158, 0.7);
color: #fff;
font-size: 12px;
font-family: 'Comic Sans MS', monospace;
line-height: 18px;
}
.custom-popup .leaflet-popup-content-wrapper a {
color: rgba(255, 255, 255, 0.1);
}
.custom-popup .leaflet-popup-tip-container {
margin: 0 auto;
width: 40px;
height: 20px;
position: relative;
overflow: hidden;
}
.custom-popup .leaflet-popup-tip {
width: 15px;
height: 15px;
padding: 1px;
margin: -8px auto 0;
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
background: rgba(70, 145, 158, 0.7);
}
</style>
<div class="custom-popup" id="map"></div>
<script>
// initialize the map centered on the geographic center of the lower 48
var map = L.map('map').setView([39.833, -98.35], 4);
// load tile layer from mapstack we copied earlier and use the required attribution
L.tileLayer(
'http://{s}.sm.mapstack.stamen.com/((naip,$fff[difference],$fff[@60],$fff[hsl-saturation@90])[multiply],(mapbox-water,$fff[difference],$000[@60],$090d11[hsl-color]))/{z}/{x}/{y}.png', {
attribution: 'Map tiles by <a href=”http://stamen.com”>Stamen Design</a>, under <a href=”http://creativecommons.org/licenses/by/3.0”>CC BY 3.0</a>. Data by <a href=”http://openstreetmap.org”>OpenStreetMap</a>, under <a href=”http://creativecommons.org/licenses/by-sa/3.0”>CC BY SA</a>',
// we want to limit the scrollability
maxZoom: 19,
minZoom: 4
}).addTo(map);
var statesStyle = {
"color":"#000000",
"weight": 2,
"fillColor": "#ffffff",
"fillOpacity":0
};
$.getJSON("ssa-states.geojson", function(stateData){
L.geoJson(stateData, {
style: statesStyle
}).addTo(map);
});
// load the geojson file you saved in this directory
$.getJSON("ssa-capitals.geojson", function(data){
// use this to reference the icon in our repo
var squirrelIcon = L.icon({
iconUrl: 'http://i1185.photobucket.com/albums/z344/buspainter2005/squirrel-king-icon_zps670e8595.png',
iconSize: [48, 48]
});
// add it to the map
L.geoJson(data,{
pointToLayer: function(feature,latlng){
var marker = L.marker(latlng,{
icon: squirrelIcon
});
marker.bindPopup('<b>Name: </b>' + feature.properties.FeatureNa + '<br/>' + '<b>Elevation: </b>' + feature.properties.elev);
return marker;
}
}).addTo(map);
});
</script>
</body>
</html>
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
{"type":"FeatureCollection","features":[{"type":"Feature","properties":{"FeatureNa":"nw-extent","ID":21,"Class":null,"County":null,"State":null,"Latitude":null,"field_7":null,"elev":null,"map":null,"BGNDate":null,"EntryDate":null},"geometry":{"type":"MultiPolygon","coordinates":[[[[-161.8682755199999,66.7062848980001],[-161.88056393099995,66.81476471600003],[-161.73066158799995,66.953558661],[-161.58954830599993,66.99323151200012],[-161.83515377499987,67.05499909100003],[-161.99022376199989,67.04922109600015],[-162.43549557199992,66.99103424700003],[-162.73334713399993,67.04881419500005],[-162.9373266269999,67.02928294500008],[-163.14232337099986,67.05703359600015],[-163.6883031889999,67.10321686400006],[-163.7656143869999,67.13996002800015],[-163.81004798099994,67.335150458],[-163.96161861899995,67.49868398600013],[-164.1514786449999,67.61961497600005],[-164.44603430899986,67.70990631700006],[-164.69355221299986,67.82461172100001],[-164.8560277989999,67.84955475500014],[-165.05394446499986,67.93305084800004],[-165.43720455599987,68.06024811400009],[-165.92808997299989,68.13694896000011],[-166.1034643219999,68.23989492400001],[-166.54816646999987,68.3588320980001],[-166.37035071499992,68.44082265800002],[-166.2399796209999,68.56427643400004],[-166.19379635299987,68.7796898460001],[-166.23676510299993,68.87482330900015],[-165.81358801999988,68.87946198100009],[-165.66474361899992,68.86155833500014],[-165.04405676999986,68.88149648600002],[-164.7907608709999,68.91425202000015],[-164.3464249339999,68.92938873900015],[-163.96454830599987,69.00311920800009],[-163.6225479809999,69.11920807500012],[-163.28612219999988,69.31098053600012],[-163.15575110599985,69.35936107000013],[-163.0254613919999,69.62628815300015],[-163.04853268099987,69.68724192900005],[-162.94977779899992,69.79047272300006],[-162.53779049399986,69.956732489],[-162.46149654899992,70.05963776200015],[-162.19941158799986,70.16437409100003],[-161.90571041599995,70.32062409100017],[-161.84052486899992,70.19546133000013],[-161.63194739499988,70.25608958500011],[-161.34215247299989,70.258775132],[-160.8606664699999,70.34731679900001],[-160.21617591099994,70.57904694200006],[-159.94709225199992,70.59723541900014],[-159.92198645699995,70.54486725500009],[-160.05634518099993,70.37494538],[-159.8867895169999,70.39887116100006],[-159.79930579299992,70.49921295800014],[-159.94786536399994,70.636419989],[-159.66816158799986,70.80499909100008],[-159.34630286399988,70.86334870000017],[-159.35680091099994,70.76019928600014],[-158.71540279899986,70.79132721600014],[-158.45387680794641,70.80982436398935],[-161.70238677378114,66.63537062510284],[-161.8682755199999,66.7062848980001]]],[[[-161.94465084499993,66.33063385600015],[-161.86725826699995,66.48126862200009],[-161.93248450399994,66.55634186400012],[-162.26451575399992,66.72272370000012],[-162.44054114499988,66.73078034100014],[-162.6253149079999,66.86147695500001],[-162.6387426419999,66.89960358300009],[-162.41710364499988,66.92251211100007],[-162.3271378249999,66.960394598],[-162.12092037699995,66.80609772300012],[-162.01496334499996,66.77236562700013],[-162.08075924399992,66.666205145],[-161.87083899599992,66.53217194200003],[-161.79995506283902,66.50999181656049],[-161.94465084499993,66.33063385600015]]],[[[-163.35859127499992,64.603745835],[-163.3681534499999,64.5877953150001],[-163.40900631399995,64.52798086100013],[-163.67853756399987,64.58633047100012],[-163.9713842439999,64.56952545800011],[-164.34186764199995,64.59003327000006],[-164.65038001199986,64.50226471600008],[-164.6917211579999,64.53131745000015],[-165.03551184799994,64.44830963700015],[-165.44623775899987,64.51186758000016],[-165.8775121739999,64.54824453300013],[-166.18968665299994,64.58519114799999],[-166.37035071499992,64.637844143],[-166.48346920499995,64.72964101800007],[-166.4803768949999,64.80201013900007],[-166.39391028599988,64.82273997600011],[-166.39020748599992,64.89850495000009],[-166.68452922599988,64.98217990600004],[-166.74951017299992,65.06201045700011],[-166.46922766799995,65.18927643400009],[-166.48871822799993,65.23427969000006],[-166.14040990599995,65.285692726],[-166.9383031889999,65.38507721600008],[-167.39855450199988,65.40108154800002],[-167.7221176439999,65.50465834700005],[-168.08100338399993,65.591498114],[-167.82274329299992,65.72028229400011],[-167.5809220039999,65.7206891950001],[-167.56102454299986,65.80890534100008],[-167.34593665299994,65.89858633000013],[-167.21324622299986,65.86432526200015],[-167.05988522,65.877630927],[-166.8768204419999,65.94684479400017],[-166.72496497299986,66.06134674700017],[-166.2874649729999,66.17963288],[-166.09369869699995,66.12531159100017],[-165.7549942699999,66.10529205900009],[-165.50011145699992,66.15228913000011],[-165.8899633449999,66.24103424700009],[-165.7664281889999,66.32363515800007],[-165.3057348299999,66.43695709800015],[-164.9505509109999,66.46015045800009],[-164.7180883449999,66.55634186400012],[-164.27436275899987,66.60228099199999],[-163.98639889199993,66.61225006700009],[-163.80687415299988,66.57001373900006],[-163.7591039699999,66.50482819200015],[-163.8956192699999,66.39931875200016],[-163.85468502499992,66.2894554710001],[-163.9187719389999,66.24648672100012],[-164.0782364569999,66.22260163000006],[-163.8904923169999,66.16762929900007],[-163.68049068899992,66.078599351],[-163.3543595039999,66.09764232],[-163.12165279899995,66.07037995000009],[-162.9477026029999,66.1035016950001],[-162.76475989499994,66.10390859600012],[-162.65473385299993,66.03851959800006],[-162.48790442599991,66.06289297100001],[-162.3880102199999,66.03558991100012],[-162.17943274599992,66.07591380400002],[-162.14149701127408,66.07109796103092],[-163.25125615940604,64.64501699655634],[-163.35859127499992,64.603745835]]],[[[-164.52281653599988,63.088324286],[-164.57909094999985,63.14057038000011],[-164.3658341139999,63.229193427],[-164.46786973104693,63.08162420221982],[-164.52281653599988,63.088324286]]],[[[-164.8279516269999,62.65412018400018],[-164.88316809799989,62.73908112200003],[-164.8325902989999,62.80890534100017],[-164.81611080599993,62.92719147300009],[-164.72350012899994,63.01292552300005],[-164.5166723299999,63.03021881700015],[-164.8279516269999,62.65412018400018]]],[[[-165.8557836579999,61.320868231000034],[-165.92125403599985,61.39935944200006],[-165.78010006399992,61.457993882],[-165.77696692599994,61.51581452000012],[-165.92389889199995,61.5621605490001],[-166.13825436099992,61.51609935100005],[-166.19994055899986,61.59454987200009],[-165.9112035799999,61.70416901200004],[-166.00336666599995,61.73493073100012],[-166.1027725899999,61.821112372000144],[-165.78010006399992,61.82794830900018],[-165.6090795559999,61.85130442900008],[-165.7390844389999,61.965073960000055],[-165.7595108709999,62.02562083500014],[-165.70555579299986,62.11660390800007],[-165.59459387899994,62.17829010600009],[-165.27354895699995,62.43744538000011],[-165.13304602799985,62.51569245000003],[-164.9309789699999,62.53367747600005],[-164.89031621724203,62.538765066085546],[-165.84134649476806,61.31665648720894],[-165.8557836579999,61.320868231000034]]],[[[-167.0208227199999,59.991359768],[-167.18980872299989,60.02777741100009],[-167.43614661399988,60.19537995000009],[-167.28807532499994,60.23871491100006],[-166.87397213399987,60.21063873900006],[-166.79230709499987,60.29230377800015],[-166.6365860669999,60.32709381700012],[-166.61629408171515,60.32082058527381],[-166.90082460578893,59.95518848854668],[-167.0208227199999,59.991359768]]],[[[-173.05186926999986,52.06854889500015],[-173.23859615799995,52.07575104400017],[-173.50055904899992,52.022853908000016],[-173.57066809799989,52.04852936400009],[-173.8360082669999,52.04336172100007],[-173.99054928299992,52.10423411699999],[-173.53119869699992,52.14496491100006],[-173.5080053379999,52.111558335],[-173.10167395699995,52.09829336100016],[-173.05186926999986,52.06854889500015]]],[[[-176.35411536399994,51.83673737200009],[-176.26471920499992,51.816229559000035],[-176.29267330599995,51.741156317],[-176.3970434239999,51.741888739000146],[-176.35411536399994,51.83673737200009]]],[[[-177.84544837099992,51.851874091000084],[-177.77521725199986,51.7965355490001],[-177.8065079419999,51.70331452000006],[-177.95799719999985,51.637437242000104],[-178.04462643099993,51.665594794000086],[-177.9548233709999,51.72907135600009],[-178.21381588399987,51.876044012000094],[-178.14781653599994,51.91469961100013],[-177.95225989499988,51.92475006700012],[-177.84544837099992,51.851874091000084]]],[[[-177.13231360599994,51.73065827000012],[-177.2776586579999,51.680121161000116],[-177.38544674399986,51.726385809000035],[-177.2155248689999,51.818793036000145],[-177.17345130099991,51.93561432500012],[-177.0546768869999,51.90981679900007],[-177.13695227799988,51.82282135600012],[-177.13231360599994,51.73065827000012]]],[[[-176.5598852199999,51.960435289000074],[-176.64146887899994,51.85716380400005],[-176.5049535799999,51.823675848],[-176.42768307199992,51.83429596600014],[-176.4155981109999,51.754787502000156],[-176.52293860599988,51.74152252800003],[-176.58812415299988,51.68585846600011],[-176.8283178379999,51.67381419499999],[-176.91706295499995,51.601548570000105],[-176.9666235019999,51.669134833000086],[-176.88215084499984,51.72036367400004],[-176.9151098299999,51.79193756700006],[-176.77985592399992,51.82904694200006],[-176.78180904899986,51.936468817],[-176.72236080599993,51.96051666900014],[-176.5598852199999,51.960435289000074]]],[[[-175.9955948559999,52.032945054],[-176.04303951699993,51.96336497599999],[-176.17060299399992,52.00503164300012],[-176.16913815,52.09739817900008],[-176.06871497299989,52.107652085],[-175.9955948559999,52.032945054]]],[[[-174.1238907539999,52.39972565300009],[-174.01097571499992,52.35809967700014],[-173.99189205599993,52.312567450000174],[-174.0891820949999,52.22711823100006],[-174.1806534499999,52.190334377000156],[-174.10020911399994,52.140936591000084],[-174.2300512359999,52.09560781500009],[-174.37376868399994,52.11172109600015],[-174.47569739499994,52.06891510600015],[-174.7152807279999,52.0165062520001],[-174.97459876199989,52.05833567900011],[-174.85509192599994,52.10480377800015],[-174.72297115799992,52.124701239000146],[-174.6015518869999,52.104641018000095],[-174.55907141799995,52.17934804900001],[-174.33088131399995,52.202337958000086],[-174.22826087099992,52.267523505],[-174.32567298099988,52.309637762000065],[-174.34679114499988,52.364325262000094],[-174.1902970039999,52.41787344],[-174.1238907539999,52.39972565300009]]],[[[-170.1367895169999,57.22455475500011],[-170.25523841099988,57.141099351000136],[-170.39924068899995,57.16103750200001],[-170.3961075509999,57.201971747000144],[-170.1367895169999,57.22455475500011]]],[[[-172.5336401029999,60.39150625200001],[-172.57197018099993,60.32709381700012],[-172.7224828769999,60.36810944200012],[-172.78331458199992,60.412339585],[-173.03779049399992,60.50584544500005],[-172.90668697799995,60.52826569200006],[-172.8118383449999,60.477972723],[-172.5336401029999,60.39150625200001]]],[[[-171.67259680899986,63.79633209800015],[-171.64618893099995,63.71234772300009],[-171.5043432279999,63.65326569200006],[-171.4871720039999,63.608954169000114],[-171.31041419199988,63.62299225500006],[-170.9369604159999,63.57168203300013],[-170.6625870429999,63.67251211100002],[-170.49657141799992,63.70010000200004],[-170.29735266799992,63.69554271000008],[-170.08246822799995,63.615179755000085],[-170.0385636059999,63.53192780200014],[-169.7822159499999,63.43537018400018],[-169.59727942599994,63.424383856000034],[-169.5495092439999,63.362941799000154],[-169.3255509109999,63.36310455900012],[-169.12397213399996,63.30060455900018],[-169.0076391269999,63.34926992400001],[-168.71519934799989,63.31195709800015],[-168.7288712229999,63.23383209800012],[-168.8118383449999,63.17011139500006],[-169.28734290299985,63.19330475500003],[-169.5264786449999,63.091376044000086],[-169.59752356699988,62.98387278899999],[-169.7161759109999,63.02484772300009],[-169.8174535799999,63.12677643400009],[-170.1133927069999,63.20278554900001],[-170.23603268099993,63.19745514500015],[-170.23497473899985,63.28351471600003],[-170.4443253249999,63.35919830900012],[-170.8561498689999,63.460353908000016],[-171.0838516919999,63.444891669000086],[-171.43932044199994,63.31976959800012],[-171.7355850899999,63.37592194200015],[-171.82123775899987,63.44171784100003],[-171.85289466099994,63.52118561400012],[-171.8093969389999,63.63515859600015],[-171.75165768099995,63.66404857000008],[-171.67259680899986,63.79633209800015]]]]}},
{"type":"Feature","properties":{"FeatureNa":"Squirrel Creek (historical)","ID":1701413,"Class":"Populated Place","County":"Plumas","State":"CA","Latitude":"39.474100","field_7":"-120.430400","elev":"2992","map":"Case Mountain","BGNDate":"01-JAN-1928","EntryDate":"19-JAN-1981"},"geometry":{"type":"Polygon","coordinates":[[[-123.69502513438894,39.058453523676135],[-121.78582557453124,41.122176304858236],[-116.18861523678333,42.52996903140268],[-114.85581288192711,39.81289831010218],[-117.48328297037551,38.41156811860588],[-121.68916109713852,36.16912355283607],[-121.83560136599992,36.24917226800012],[-121.89562881899992,36.31392872900007],[-121.94630901099995,36.4918914360001],[-121.93769466699987,36.63924933500009],[-121.87000389099988,36.607212149000176],[-121.81425824699996,36.683237837000135],[-121.78981175499989,36.80619896700007],[-121.85993404899989,36.92747630400005],[-121.9372431629999,36.978306980000085],[-122.06086782799986,36.94881313600003],[-122.15364316,36.97707543600016],[-122.40445697799991,37.19452597499999],[-122.41836340499991,37.25230971900008],[-122.4003378179999,37.359741136000096],[-122.46324622299997,37.496649481000034],[-122.52047188699987,37.53142146],[-122.49474036399988,37.665228583000115],[-122.5151716469999,37.78112611800013],[-122.4187572459999,37.81114348400014],[-122.35454394099986,37.73000829500002],[-122.39245468799992,37.710330339000066],[-122.35851968299993,37.592805084000034],[-122.25792395699989,37.57151927300002],[-122.1830711039999,37.50755389300015],[-122.09333248599988,37.503566799000126],[-122.1463096669999,37.57896842600006],[-122.16277899099993,37.664433826000064],[-122.33150880499996,37.78238805400018],[-122.2955022839999,37.831292182000155],[-122.32875988899988,37.908057592000134],[-122.3950317959999,37.97026700400009],[-122.22704016799993,38.05841705900012],[-122.14793860599994,38.02362702000006],[-122.00398992599986,38.05613559600009],[-121.83712276299985,38.02306403700011],[-121.80308012799993,38.0628834030001],[-121.97126943499991,38.07491764400008],[-122.00029623299987,38.13731244500009],[-122.05516516799992,38.13373444200009],[-122.12108313699986,38.059881903000175],[-122.2714591659999,38.07450930800003],[-122.3965196489999,38.153231178000155],[-122.48742194699992,38.104826882000125],[-122.50343963699989,37.924811732000094],[-122.43880050499988,37.88208259000005],[-122.52842581299984,37.816371593],[-122.6723915689999,37.90657379200009],[-122.72773825799995,37.90303961500017],[-122.8393970989999,38.006349484000125],[-122.94688880099994,38.04531484600015],[-122.97453518599991,38.266194223000085],[-123.0295215569999,38.312691558000054],[-123.12872916099991,38.44931026500011],[-123.2526579799999,38.51066562400011],[-123.4336066769999,38.68679466900012],[-123.64830661699989,38.84953497100018],[-123.72524161299995,38.960372251000095],[-123.69502513438894,39.058453523676135]]]}},
{"type":"Feature","properties":{"FeatureNa":"Squirrel Run Golf Club","ID":2601376,"Class":"Locale","County":"Iberia","State":"LA","Latitude":"30.021100","field_7":"-91.495900","elev":"3461","map":"Decker","BGNDate":null,"EntryDate":"04-APR-1980"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-104.20478418730919,29.469572140359908],[-95.3350875561179,34.04135307006515],[-89.41874843581849,30.258941393155773],[-89.44253495999996,30.189764716000113],[-89.70840410099993,30.17527903900016],[-89.7703344389999,30.239691473000065],[-89.96914628799988,30.26471588700015],[-90.0585017569999,30.360296942000147],[-90.22240149599989,30.387600002000127],[-90.40501868399991,30.220160223000093],[-90.43297278599994,30.14329661700016],[-90.33910071499986,30.066066799000126],[-90.16836503799988,30.02448151200015],[-90.03697669199988,30.040269273000106],[-89.92731686099995,30.09552643400012],[-89.88044186099992,30.15485260600009],[-89.78880774599992,30.09886302300005],[-89.63955644399996,30.14057038],[-89.68114173099994,30.076361395000063],[-89.74767005099994,30.04100169500005],[-89.80044511599993,30.051214911000088],[-89.83893795499992,29.995347398000106],[-89.68651282499988,29.88255442900011],[-89.61969967399995,29.87986888200014],[-89.57119706899988,29.98847077],[-89.42731686099998,30.058661200000145],[-89.43472245999996,29.928900458000086],[-89.36953691299993,29.918646552000055],[-89.34532630099994,29.853216864],[-89.42003333199995,29.791978257000082],[-89.45677649599986,29.82925039300015],[-89.54458574099993,29.750799872000087],[-89.58556067599994,29.688706773000078],[-89.65387936099995,29.675034898000135],[-89.63906816299996,29.620266018],[-89.72325598899988,29.60162995000003],[-89.6683650379999,29.521795966000084],[-89.54157467399992,29.4708519550001],[-89.5157771479999,29.392523505000113],[-89.43394934799994,29.403469143000095],[-89.34227454299986,29.346096096000153],[-89.20197506399992,29.352932033000073],[-89.12653561099998,29.24970123900006],[-89.02318274599989,29.147406317000147],[-89.08263098899994,29.119045315],[-89.18814042899993,29.030462958],[-89.24974524599986,29.064886786000145],[-89.30955969999994,29.05019765800013],[-89.37401282499991,28.947455145000035],[-89.40746008999989,28.969305731000148],[-89.3118383449999,29.072333075000117],[-89.38365637899997,29.087836005000113],[-89.48253333199989,29.243068752000013],[-89.6082250639999,29.256048895],[-89.62267005099997,29.285142320000162],[-89.75770510499987,29.343163106000034],[-89.78180904899995,29.391669012000122],[-89.90770423099991,29.47703685100005],[-89.97118079299992,29.473374742000104],[-90.08039303299992,29.537258205000015],[-90.20933997299989,29.53847890800013],[-90.14346269399994,29.47679271000011],[-90.06981360599988,29.460028387000094],[-90.03628495999993,29.365871486000074],[-90.09504146999984,29.28384023600016],[-90.08023027299987,29.174709377000042],[-90.22923743399988,29.08665599200019],[-90.27131100199995,29.167425848],[-90.25108801999994,29.24738190300009],[-90.39370683499993,29.29828522300012],[-90.56200110599988,29.300726630000057],[-90.64073645699995,29.20209381700009],[-90.64085852799994,29.157416083000115],[-90.70592200399997,29.119533596000096],[-90.79308020699992,29.12620677300005],[-90.82860266799989,29.176336981000063],[-90.88402258999986,29.133775132],[-90.92992102799994,29.171291408000016],[-91.07957923099991,29.195868231000034],[-91.22858639199993,29.238592841000056],[-91.32799231699991,29.294867255000113],[-91.24657141799986,29.378119208000143],[-91.11310787699995,29.270982164000046],[-91.12157141799989,29.338120835000026],[-91.21983801999994,29.404445705000157],[-91.27818762899994,29.52423737200003],[-91.32091223899994,29.49664948100012],[-91.42902584499993,29.527899481000176],[-91.53433183499996,29.534002997000172],[-91.56895911399994,29.647121486000103],[-91.64415442599994,29.64516836100013],[-91.63044186099992,29.728827216000084],[-91.68468176999997,29.753119208000058],[-91.77843176999997,29.748480536000145],[-91.85846920499995,29.71906159100014],[-91.87791907499985,29.75934479400003],[-91.84752356699988,29.831244208000086],[-91.9844457669999,29.831976630000113],[-92.00047766799989,29.798895575000174],[-92.13414466099994,29.75682200700011],[-92.15021725199992,29.707505601000108],[-92.10741126199994,29.620428778000175],[-92.13686501599997,29.58686246000012],[-92.27649313299986,29.533836437000062],[-92.5462133449999,29.571682033000158],[-92.68305794599988,29.60413286400008],[-93.02684485599985,29.73285553600006],[-93.19959294999992,29.77281118800012],[-93.34549494599986,29.76204483400015],[-93.45339635799988,29.770424944000027],[-93.73937984299994,29.737247514],[-93.83102782699993,29.700134882000086],[-93.88823839099993,29.807175275000176],[-93.78194133199986,29.856514911000133],[-93.75995235399992,29.96057613900011],[-93.85407467399992,29.98655833500014],[-93.92439858799992,29.8656215890001],[-93.93271171199984,29.776194375000088],[-93.87584387899997,29.723374742000047],[-93.8758031889999,29.675034898000135],[-94.06012936099984,29.681830145000063],[-94.65428626199991,29.45189036700016],[-94.6054481779999,29.552650016000158],[-94.7552354449999,29.5242712470001],[-94.69274089399997,29.696340139000156],[-94.74462680499991,29.782205729000097],[-94.8264902309999,29.768144031000034],[-94.8760762439999,29.665842342000175],[-95.00894678599988,29.693465439000178],[-94.9845185079999,29.606120190000027],[-95.02391516799989,29.542181708000086],[-94.9839111119999,29.513819470000115],[-94.94294186099992,29.4220238300001],[-94.88882402299996,29.375962632000054],[-95.06517493399994,29.204169012000094],[-95.15916907499988,29.152411200000174],[-95.15892493399994,29.045721747000172],[-95.25999915299985,28.981756903000175],[-95.37938391799992,28.880560614],[-95.41917883999992,28.872300523000106],[-95.60191809799991,28.763861395],[-95.6888728509999,28.736314195000162],[-95.81737219999988,28.732489325000145],[-96.20490475199998,28.586655992000104],[-96.26040605399993,28.68870677299999],[-96.34577389199987,28.635321356000148],[-96.55947831899991,28.654282945000077],[-96.59044348899994,28.72036367400007],[-96.64565995999988,28.68707916900017],[-96.58193925699993,28.578924872000087],[-96.52037512899997,28.549221096000068],[-96.40379798099985,28.434881903000033],[-96.6537166009999,28.319484768000123],[-96.70592200399992,28.38849518400015],[-96.77745520699997,28.43740469000015],[-96.84447180899988,28.415594794000086],[-96.78115800699993,28.331854559000178],[-96.78233801999994,28.241603908000158],[-96.88023841099988,28.15062083500011],[-96.94505774599989,28.126450914000102],[-97.0201716789999,28.140082098000065],[-97.00743567599994,28.194525458000058],[-97.15733801999997,28.133856512000094],[-97.21751868399994,28.074774481000176],[-97.12987219999991,28.016750393],[-97.10610917899993,28.07094961100016],[-97.0249731109999,28.041449286000088],[-97.18407141799989,27.836615302],[-97.26720130099994,27.87938060099999],[-97.5210668609999,27.873195705000043],[-97.48704993399986,27.83527252800009],[-97.38560950399994,27.830064195000105],[-97.35606848899997,27.741766669000057],[-97.26280676999994,27.679266669000114],[-97.32933508999986,27.549627997000115],[-97.42235266799992,27.327785549000126],[-97.53408769399988,27.35175202],[-97.63023841099991,27.30023834800012],[-97.71764075399989,27.42743561400009],[-97.7401423819999,27.393377997000144],[-97.62952235699993,27.24466093500017],[-97.52112737399992,27.232190847000183],[-97.44011763799998,27.272232046000127],[-97.44595292899987,27.132717190000093],[-97.4968969389999,27.106024481000148],[-97.48070227799994,27.021958726000108],[-97.56281490799992,26.993719794000143],[-97.53770911399994,26.89557526200015],[-97.5547582669999,26.825140692000062],[-97.48839270699995,26.775091864000146],[-97.42491614499994,26.534898179000137],[-97.44786536399994,26.420152085],[-97.35191809799994,26.353827216000056],[-97.36107337099992,26.285793361000074],[-97.30874589799993,26.201076565000093],[-97.31053626199991,26.123277085],[-97.24669348899988,26.070705471000068],[-97.2362361319999,25.984198309000178],[-97.14317786399994,26.04775625200007],[-97.1392674623664,25.965827043004154],[-97.25305130999996,25.963480937],[-97.3551122639999,25.91278635700003],[-97.34573299199985,25.85222157800017],[-97.42541805099981,25.854857076000187],[-97.52027014199987,25.91278635700003],[-97.67961442099997,26.03463938500012],[-97.80201005099991,26.06373321500014],[-97.94166560999994,26.056808574000158],[-98.22265620999991,26.07541208900001],[-98.30042924099993,26.11143056200011],[-98.36933976299997,26.194009502000043],[-98.58162654599985,26.26227406800008],[-98.64056351799996,26.241810201000035],[-98.73991145899996,26.303253479000105],[-98.79585119699993,26.368314108],[-98.89302872799995,26.367849020000065],[-98.96284358799993,26.39952667300018],[-99.0854976,26.407639872000075],[-99.11510819499999,26.525617167000135],[-99.1648726,26.540448303000076],[-99.18112483799993,26.62990020800008],[-99.24827836199988,26.82709747300005],[-99.37684932499991,26.953756409000064],[-99.39932857299992,27.01266754200016],[-99.46172786499997,27.05695424400001],[-99.43198807799989,27.20759104400004],[-99.49759130899992,27.33879750600009],[-99.47291581299991,27.426647441000156],[-99.50950272699995,27.50002797400019],[-99.50720312499993,27.57377024400013],[-99.60016902699998,27.646427307000167],[-99.70036962999991,27.659191386000046],[-99.74044470299991,27.722159119000068],[-99.86335709699999,27.804660543000168],[-99.91433589699994,27.928244731000134],[-100.00058386299989,28.020409648000097],[-100.07489457299997,28.154406637000093],[-100.19762609899992,28.20716827400004],[-100.28433915299989,28.296516825000097],[-100.35162186799995,28.496711325000106],[-100.39709712799991,28.592726135000092],[-100.49393876199993,28.70837799100012],[-100.51905350799986,28.80496124300005],[-100.6243184,28.924721375],[-100.66896683799989,29.116208394000026],[-100.76250118099999,29.173775940000056],[-100.81608964099986,29.270772604000015],[-101.01623246299994,29.390067648000027],[-101.0377815359999,29.460063375000132],[-101.16356197199988,29.501301168000154],[-101.22647802799996,29.554450378000084],[-101.21901078299993,29.61028676400015],[-101.3643507499999,29.676665141000015],[-101.40930924499995,29.76578114900012],[-101.55397741699994,29.79668365500011],[-101.6322155359999,29.775651347000107],[-101.97224646099998,29.81818105100014],[-102.10934403499995,29.80210968100009],[-102.30217464199994,29.889391174000096],[-102.37454748599991,29.84810170500016],[-102.40609594799989,29.777279155000045],[-102.51528824899994,29.784720561000157],[-102.68346919799994,29.74371531200002],[-102.77966487699989,29.59230336600008],[-102.84113399299989,29.438307597000133],[-102.83767167199994,29.36632232699999],[-102.88306941799996,29.34376556400015],[-102.89689286299993,29.220284730000103],[-102.98838598699989,29.177134908000156],[-103.01582617199995,29.126776225000086],[-103.10468379799998,29.05786570200017],[-103.14798864799995,28.985105286000092],[-103.30154516699989,29.00236521400008],[-103.47853694699987,29.08205027300015],[-103.54171138599993,29.148816224000186],[-103.67312455299994,29.173569235000016],[-103.77771765199995,29.235296733000084],[-103.79417659599993,29.277593893000173],[-103.92812190799992,29.29301930800007],[-104.05731298899993,29.339037171000157],[-104.20478418730919,29.469572140359908]]],[[[-97.17800721699984,27.652843669],[-97.32025632199989,27.357574337000088],[-97.35164248799995,27.235170581000162],[-97.38975989499997,27.245550848000065],[-97.37025264099992,27.34836641800011],[-97.2306208979999,27.651190497000087],[-97.17800721699984,27.652843669]]],[[[-97.02867591099994,27.87152741100003],[-96.96397864499991,27.97671133000007],[-96.97256425699993,28.00991445500007],[-96.91405188699986,28.099107164000046],[-96.85008704299986,28.071193752000013],[-97.02867591099994,27.87152741100003]]],[[[-96.40672766799989,28.344427802000084],[-96.70262610599988,28.18553294500005],[-96.78115800699993,28.126450914000102],[-96.80776933499996,28.187648830000157],[-96.7103572259999,28.213364976000022],[-96.51496334499993,28.336818752000127],[-96.40672766799989,28.344427802000084]]],[[[-94.81427975199989,29.352932033000073],[-94.72440897099997,29.333154895000078],[-95.07595538699991,29.114043627000157],[-95.08128077599991,29.136083932000176],[-94.94309885699994,29.22286028800012],[-94.81427975199989,29.352932033000073]]],[[[-91.8020727199999,29.490057684000035],[-91.8404841789999,29.483832098000093],[-92.02049719999985,29.568752346000124],[-92.01231848899994,29.613714911000116],[-91.92926998599987,29.647121486000103],[-91.86139889199987,29.63719310099999],[-91.72020423099994,29.581732489000117],[-91.8020727199999,29.490057684000035]]]]}},
{"type":"Feature","properties":{"FeatureNa":"Squirrel Flat","ID":1314329,"Class":"Populated Place","County":"Fentress","State":"TN","Latitude":"36.292600","field_7":"-84.581000","elev":"2605","map":"Sargent Ponds","BGNDate":null,"EntryDate":"23-JAN-1980"},"geometry":{"type":"Polygon","coordinates":[[[-86.96015501396573,33.76939830313041],[-90.3522389101783,38.37236021510348],[-89.97269145240323,39.76849434138904],[-88.6480711181306,40.38644499841333],[-82.14895041829062,36.23293608526641],[-86.96015501396573,33.76939830313041]]]}},
{"type":"Feature","properties":{"FeatureNa":"Squirrels Corners","ID":966185,"Class":"Populated Place","County":"Sullivan","State":"NY","Latitude":"41.355800","field_7":"-74.445900","elev":"3996","map":"Bailey Creek","BGNDate":null,"EntryDate":"01-DEC-1988"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-75.88898989246724,35.63231402618146],[-75.94941592104966,35.91425797638095],[-75.86709550699993,35.94525788000006],[-75.79051673099985,35.93252187700001],[-75.72183183499993,35.82916901200012],[-75.74299068899995,35.76776764500012],[-75.72492428299992,35.69822825700011],[-75.75381425699993,35.61180247600011],[-75.86644446499989,35.59564850500006],[-75.88898989246724,35.63231402618146]]],[[[-76.00806174627951,36.18789561261015],[-76.16663880733371,36.92780594684077],[-75.98893008999991,36.91195854200005],[-75.92788652299987,36.70620351800015],[-75.97569739499991,36.60626862200017],[-75.91429602799991,36.57587311400012],[-75.90111243399986,36.49603913],[-76.01170813699986,36.4605980490001],[-75.91637122299991,36.40265534100011],[-75.78551184799991,36.081610419000086],[-75.83796139199987,36.09780508000016],[-75.91429602799991,36.246893622000144],[-76.00806174627951,36.18789561261015]]],[[[-76.25552111014815,37.34252503638266],[-76.29112968466937,37.50867234735134],[-76.24453691299988,37.44953034100003],[-76.25552111014815,37.34252503638266]]],[[[-76.3275406822924,37.678563712734324],[-76.38885615775335,37.964657764674925],[-76.2479088989999,37.90347101300016],[-76.2500707669999,37.822821356000034],[-76.3275406822924,37.678563712734324]]],[[[-76.42127419131829,38.115918217420564],[-76.4288553588417,38.151291455887765],[-76.4379091698102,38.193535953643185],[-76.46095236795847,38.30105402927334],[-76.40636145699992,38.308294989],[-76.38727779899995,38.22695547100001],[-76.32050662699993,38.13877612100005],[-76.35128354399993,38.05735794400006],[-76.42127419131829,38.115918217420564]]],[[[-76.46785865373852,38.33327831307476],[-76.47053056279252,38.34574526830797],[-76.47960916034847,38.38810541868103],[-76.50781859664139,38.51972882812743],[-76.3960568869999,38.39127517600009],[-76.46785865373852,38.33327831307476]]],[[[-76.51203577932955,38.5394059304244],[-76.73215213984642,39.566454664944665],[-76.98985536114486,43.269771127227834],[-76.93014724715867,43.30078251501351],[-76.71275933927194,43.33875548741349],[-76.66786880988435,43.40145504649254],[-76.49036724122396,43.48417136621654],[-76.41927830452167,43.53391890370179],[-76.24633937983181,43.53833436560876],[-76.18805528265973,43.58661008245835],[-76.16818570407835,43.66844330980095],[-76.27842506968916,43.88391785086134],[-76.20483403790624,43.874498198793134],[-76.14581403041635,43.91688663310009],[-76.13271482675898,44.045818120783764],[-76.20969104600391,44.08555727794652],[-76.30653684383023,44.0611250553946],[-76.357461837824,44.13147808177908],[-76.18349263868919,44.223025325317025],[-76.0538252406877,44.265708123751125],[-75.77020540419633,44.446153333682815],[-75.79149623352794,44.49651267701439],[-75.69968990099997,44.58167266800008],[-75.27023290999998,44.863774313000036],[-75.12964717599996,44.92516591400012],[-74.86847448699993,45.01012196900011],[-74.74155716999994,44.99885650700004],[-73.8978877369999,45.001957093],[-73.0691404926856,45.006028256865726],[-72.55457657620873,43.80088903188848],[-72.43062387393529,41.289173042660344],[-72.50792395699992,41.256415106000034],[-72.6048070949999,41.28375885600009],[-72.68667558499996,41.256415106000034],[-72.7794490229999,41.27016836100013],[-73.17010966299992,41.16957107100016],[-73.27152124199995,41.11762203700012],[-73.33238108499998,41.11371243700002],[-73.56484941299993,41.01894765800007],[-73.63458196399992,41.0070550730001],[-73.67699133999989,40.95477936400012],[-73.76439368399986,40.910101630000085],[-73.81991030099994,40.839129802000016],[-73.92682857999995,40.80479564000014],[-73.87218176999991,41.03363678600009],[-73.87531490799998,41.153265692],[-73.91787675699993,41.16351959800012],[-73.90636145699989,41.0162621110001],[-73.91808020699997,40.931463934000035],[-74.03192941299997,40.71418089700002],[-74.09600579999994,40.65475792700012],[-74.15001813899991,40.66418304800014],[-74.20964677299986,40.63423063800015],[-74.22166907499991,40.57208893400009],[-74.28268744599984,40.497318766000106],[-74.19713294199991,40.440863348000065],[-74.03233801999994,40.42161692900011],[-73.9723937439999,40.32765030000003],[-74.05746527699992,40.01212239100009],[-74.10368551899998,40.014023988000034],[-74.12726803299995,39.848456122000144],[-74.19019686199994,39.74416324300002],[-74.16755123599995,39.69936758000016],[-74.25641842399997,39.61163971600017],[-74.3867895169999,39.54441966400013],[-74.57896887899994,39.26776764500015],[-74.6543676419999,39.201361395000035],[-74.74571692599994,39.05451080900009],[-74.87511145699989,38.94452545800006],[-74.96764075399989,38.93577708500008],[-74.95256603899986,39.007548164000085],[-74.88727779899989,39.14679596600014],[-74.93858801999991,39.19253164300015],[-75.02668209499993,39.21067942900005],[-75.15933183499993,39.19863515800013],[-75.24950110599985,39.29694245000009],[-75.35936438699994,39.337876695000105],[-75.53160559799997,39.477972723],[-75.58793816799997,39.46277063900011],[-75.43441061999994,39.31487386300013],[-75.39415442599989,39.22459544500013],[-75.39378989099993,39.055551025000014],[-75.31484941299993,38.984076239],[-75.31032587399994,38.92781826400015],[-75.16632665399993,38.79438235700012],[-75.08434048499993,38.79596651100009],[-75.06612255199988,38.678024950000164],[-75.12092103699987,38.68383467299999],[-75.12604732999992,38.59003327000009],[-75.05772864499994,38.55272044500013],[-75.12547766799986,38.36033763200005],[-75.10440019399994,38.31622955900015],[-75.15428626199989,38.240912177],[-75.24266516799995,38.22695547100001],[-75.2904353509999,38.11082591400019],[-75.33389238199993,38.11155833500011],[-75.37828528599994,38.01166413000014],[-75.43434422299995,37.9618329930001],[-75.42489525199991,37.875113328000126],[-75.49228479599995,37.83108400000016],[-75.81870712299991,37.454237853000066],[-75.82843993399987,37.390693559000155],[-75.88730851099993,37.356967294000086],[-75.96642860099985,37.134795304000036],[-76.01695716099994,37.257798570000105],[-76.01056881399992,37.31635163000006],[-75.89378821499986,37.56273021000014],[-75.92174231699988,37.61054108300006],[-75.78868567599997,37.727484442],[-75.79820716099988,37.796128648000106],[-75.70811926999991,37.83315664300015],[-75.67096920499992,37.892564195000105],[-75.74299068899995,37.912176825000145],[-75.78628495999993,37.97589752800012],[-75.85802161399994,37.93113841400016],[-75.88634192599997,37.987941799000126],[-75.81444251199991,38.135199286000145],[-75.89346269399994,38.15607330900012],[-75.85602779899989,38.219712632],[-75.90664628799988,38.27098216400013],[-76.02867591099994,38.241766669000086],[-76.2210994129999,38.34389883000016],[-76.31895911399997,38.47394440300015],[-76.17198645699997,38.56622955900009],[-76.19864906599989,38.67505635800002],[-76.29731186999996,38.75093921600016],[-76.30467688699986,38.822739976000136],[-76.2124257239999,38.80763666100013],[-76.17178300699993,38.89691803600006],[-76.20795336399996,38.94404569800015],[-76.32884680899988,38.916489976000136],[-76.32209225199992,39.006415106000034],[-76.21621400899988,38.97431936800017],[-76.15099036399994,39.00910065300012],[-76.16812089799987,39.05670807500009],[-76.13052324099996,39.11782461100013],[-76.27268577799995,39.15155166500007],[-76.17495683499988,39.316229559000035],[-76.03426463199986,39.39287729700014],[-75.99966386599993,39.48550039300015],[-76.00835039299997,39.54868700800016],[-76.08299719999988,39.557806708000115],[-76.12035071499992,39.49494049700017],[-76.0650935539999,39.470770575000145],[-76.12242591099994,39.4110375020001],[-76.20970618399994,39.364650783000044],[-76.26683508999992,39.37885163000014],[-76.42446855399993,39.323675848],[-76.39049231699991,39.271551825000174],[-76.44917786799991,39.1949568860001],[-76.39854895699995,39.01439036700016],[-76.48615753599992,38.98652514000004],[-76.45961237899985,38.91213660300009],[-76.55166581899991,38.77558014500015],[-76.52152766199993,38.72489274800013],[-76.51203577932955,38.5394059304244]]],[[[-72.42073804945589,41.08885160588494],[-72.41798061472949,41.03297631825891],[-72.58004407799984,40.93287817200017],[-72.50136121499986,40.89738903200002],[-72.41386848734884,40.94965021158841],[-72.40951772216442,40.86148846699837],[-72.60527986099993,40.80133032400012],[-72.7269605789999,40.807789457000055],[-72.94681688299994,40.74189162300017],[-73.23332336899992,40.714504671000086],[-73.37221703599991,40.662365485000024],[-73.56112082499988,40.63804890500013],[-73.70734323899987,40.58279433900016],[-73.82955911499988,40.64881897000008],[-73.92641797699991,40.583698501000114],[-73.98812544599991,40.56937042600005],[-74.03583478099989,40.63885938600005],[-73.90859985299991,40.788677409000016],[-73.76425999299988,40.81003162200001],[-73.72020423099988,40.86623769700013],[-73.52046347799987,40.91760186000006],[-73.48568717099988,40.94562569600002],[-73.22459876199989,40.90827057500009],[-73.11314856699997,40.973456122000115],[-73.04844101399988,40.96301500900013],[-72.78112091099985,40.96507967500018],[-72.6061091789999,40.989935614],[-72.42073804945589,41.08885160588494]]],[[[-74.07461513599986,40.63403299500014],[-74.10210265499992,40.55457049200011],[-74.2071955109999,40.56031146300013],[-74.17092733899995,40.64341019400008],[-74.07461513599986,40.63403299500014]]]]}},
{"type":"Feature","properties":{"FeatureNa":"Squirrel","ID":398176,"Class":"Populated Place","County":"Fremont","State":"ID","Latitude":"44.013800","field_7":"-111.175700","elev":"0","map":"Sugarloaf Key","BGNDate":null,"EntryDate":"19-OCT-1979"},"geometry":{"type":"Polygon","coordinates":[[[-110.06112130666872,35.89185529001896],[-114.85581288192711,39.81289831010218],[-116.18861523678333,42.52996903140268],[-116.69468116061915,48.992514547000056],[-116.05895768299995,48.992514547000056],[-115.1796573499999,48.992514547000056],[-114.52026607299989,48.992514547000056],[-113.64104325499999,48.992514547000056],[-112.9816261399999,48.992514547000056],[-111.73076383333334,48.992617900000155],[-111.09513333333334,44.0347],[-110.06112130666872,35.89185529001896]]]}},
{"type":"Feature","properties":{"FeatureNa":"Squirrel Hill","ID":1188371,"Class":"Populated Place","County":"Allegheny","State":"PA","Latitude":"40.261700","field_7":"-79.550900","elev":"443","map":"Hustburg","BGNDate":null,"EntryDate":"19-MAY-1980"},"geometry":{"type":"Polygon","coordinates":[[[-77.39672602403259,34.51991799917848],[-79.74073912187293,36.06189802459772],[-82.42660146879425,41.4049708051711],[-82.36307875956433,41.4389294109057],[-82.25092602712716,41.450115247736704],[-82.04075004035515,41.511048622052954],[-81.87752513186064,41.490148769026604],[-81.74300072576148,41.49750787220489],[-81.6364903608307,41.54509256599154],[-76.73215213984642,39.566454664944665],[-76.51203577932955,38.5394059304244],[-76.50781859664139,38.51972882812743],[-76.47960916034847,38.38810541868103],[-76.46095236795847,38.30105402927334],[-76.4379091698102,38.193535953643185],[-76.46886145699997,38.139105536000145],[-76.53062903599988,38.13873932500003],[-76.56296942599991,38.19861049100017],[-76.69736408199986,38.23800295300008],[-76.75472485099993,38.22760231100007],[-76.9221743059999,38.291593193],[-76.97337678199989,38.34426377700005],[-77.02158187399993,38.461395300000035],[-77.20365121999995,38.364295392000045],[-77.25525856999985,38.393521921000016],[-77.26704148199991,38.494079540000186],[-77.18443762899997,38.60496653900013],[-77.22988847599996,38.65668366100006],[-77.32659247499993,38.450933675000144],[-77.29213146699993,38.340737020000105],[-77.24897884699996,38.32988472900003],[-77.01478062799987,38.372328363000165],[-77.03013151499991,38.30768206200018],[-76.96544348899994,38.2672386740001],[-76.95417122099985,38.21016771800011],[-76.88177320699995,38.17702667600018],[-76.61461341099994,38.15037669500013],[-76.53442335799994,38.075170823000136],[-76.53062903599988,38.02513255400011],[-76.38885615775335,37.964657764674925],[-76.3275406822924,37.678563712734324],[-76.31933291768874,37.64026681272366],[-76.31665550309812,37.62777416901183],[-76.48961341099997,37.658351955000015],[-76.58348548099994,37.777289130000085],[-76.61340052099985,37.73953901000009],[-76.5708052519999,37.6532445160001],[-76.52222111899991,37.61488081300014],[-76.44302324099993,37.618597723],[-76.30540615591103,37.57528544093387],[-76.30171385735805,37.55805741414201],[-76.29112968466937,37.50867234735134],[-76.25552111014815,37.34252503638266],[-76.40929114499994,37.407782294000086],[-76.37850494799989,37.27233238800012],[-76.49602940799986,37.24911484000013],[-76.6424861319999,37.409002997000115],[-76.67638098899994,37.39492422100007],[-76.60622363699989,37.295789101000096],[-76.46807337699994,37.21396628600009],[-76.29820716099997,37.14459870000009],[-76.26988684799991,37.06928131700012],[-76.29621334499993,37.01357656500012],[-76.42918860599985,36.97630442900005],[-76.45299231699994,37.03017812700007],[-76.61118758299989,37.11944219200008],[-76.6173396479999,37.199164130000085],[-76.65477454299995,37.23383209800015],[-76.72984778599997,37.220160223],[-76.87816321499994,37.268988348],[-76.89370683499993,37.206488348000065],[-76.80186926999991,37.206488348000065],[-76.7179949779999,37.150013821000144],[-76.65974336199992,37.04331010800003],[-76.5716039699999,37.027736721000124],[-76.47598222599993,36.90790436400009],[-76.31773841099994,36.883530992000104],[-76.2689013479999,36.96141536700013],[-76.16663880733371,36.92780594684077],[-76.00806174627951,36.18789561261015],[-76.19542395699995,36.10350169500013],[-76.41173255099989,36.08295319200009],[-76.52440344999991,36.01349518400015],[-76.68700110599988,36.056097723],[-76.72984778599997,35.94525788000006],[-76.55793209499987,35.93842194200012],[-76.47301184799991,35.97235748900009],[-76.38727779899995,35.93842194200012],[-76.19542395699995,35.993638414000074],[-76.04832923099988,35.98371002800015],[-76.08556067599997,35.86326732000013],[-76.0650935539999,35.76776764500012],[-75.99486243399986,35.73029205900009],[-75.98997962099989,35.88690827000006],[-75.94941592104966,35.91425797638095],[-75.88898989246724,35.63231402618146],[-75.89720618399986,35.579046942],[-76.15038001199989,35.34715403900016],[-76.2687068349999,35.34837474200019],[-76.33263098899991,35.40399811400012],[-76.37975012899989,35.37669505400014],[-76.49836178299995,35.39134349200005],[-76.57518469999988,35.49746328300007],[-76.62877356699997,35.39996979400014],[-76.99404863199993,35.49705638200008],[-76.97630774599992,35.43817780200003],[-76.90392005099989,35.443915106000176],[-76.69408118399986,35.35366445500016],[-76.49705969999985,35.31150950700011],[-76.49282792899993,35.230169989000146],[-76.61656653599988,35.19110748900009],[-76.56053626199986,35.124416408000016],[-76.60798092399997,35.07982005400014],[-76.76447506399995,34.989203192],[-76.83910071499989,34.99249909100014],[-76.94627844999988,35.06858958500014],[-76.94025631399998,34.979803778000175],[-76.80557206899994,34.9447289080001],[-76.76195227799994,34.91242096600017],[-76.64244544199991,34.98383209800015],[-76.44249426999997,35.01666901200015],[-76.33568274599989,34.89948151200015],[-76.50389563699986,34.76654694200012],[-76.5716039699999,34.78082916900003],[-76.65819251199986,34.721869208000086],[-76.89610755099989,34.73920319200006],[-77.20152747299991,34.65070221600014],[-77.25357011599996,34.594387111000074],[-77.39672602403259,34.51991799917848]]]}},
{"type":"Feature","properties":{"FeatureNa":"Squirrel Camp","ID":1161764,"Class":"Locale","County":"Klamath","State":"OR","Latitude":"43.215400","field_7":"-121.371400","elev":"2877","map":"Lake Isabella South","BGNDate":null,"EntryDate":"11-MAR-2008"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-121.78582557453124,41.122176304858236],[-123.80127188917488,46.13310547983384],[-123.81666083180339,46.17136643525046],[-123.82402710647442,46.18968092985733],[-123.72718891499996,46.17042230300014],[-123.61408443899985,46.186468817],[-123.51927318599988,46.23526921600002],[-123.6626684239999,46.270249742000104],[-123.69296746199988,46.30520225100018],[-123.85167325882546,46.25841652970195],[-123.92463425391166,46.43981673682052],[-123.90070553299991,46.513373114000146],[-123.92251542899996,46.65786367400001],[-123.91300216599984,46.72776869400015],[-124.03867561554075,46.723353530626014],[-124.1138993786073,46.910379573573834],[-124.0469279299999,46.891135833000035],[-123.88169294799985,46.941664439000036],[-124.01288372699993,46.9837261170001],[-124.02769934799991,47.028143622000115],[-124.14818274599993,47.02440013200008],[-124.12672143552979,46.942258576576435],[-124.17355151686567,47.05869046519955],[-124.21170743599993,47.22663804600005],[-124.27157933347875,47.30241337791455],[-124.28974151290532,47.347569328786825],[-124.29140534911053,47.351706062830544],[-124.34605635933538,47.487582835924336],[-124.35081946499994,47.546820380000085],[-124.45656155491368,47.76232779166263],[-124.67307998576575,48.300649509385195],[-124.68782611965436,48.337312273351515],[-124.70891460214565,48.38974378264244],[-124.57489390699993,48.370407625],[-124.39921398699994,48.29357992500003],[-124.2276505199999,48.258530992000075],[-124.05018191899984,48.17726302600006],[-123.97099138599995,48.16559843600011],[-123.70034372899993,48.16491069600015],[-123.58459962099991,48.13541681000008],[-123.24692672299989,48.11533374599999],[-123.11180940699991,48.14902750300011],[-122.99913489499995,48.09174225500006],[-122.79491126199991,48.141180731000034],[-122.7919815749999,48.08291250200001],[-122.67808997299994,47.93569570500007],[-122.66783606699993,47.870794989],[-122.73639889199987,47.79441966400016],[-122.83918209499987,47.78204987200003],[-122.94904537699995,47.59707265800013],[-122.76353919199988,47.66913483300006],[-122.73375403599997,47.74258047100007],[-122.58828691299993,47.904445705000015],[-122.52806555899987,47.90550364800008],[-122.46837317599989,47.75653717700014],[-122.62840735599985,47.69293854400014],[-122.59215247299994,47.59707265800013],[-122.50792395699993,47.520331122000115],[-122.58592688699989,47.33637116100009],[-122.58348548099985,47.264227606000176],[-122.68626868399987,47.301214911000116],[-122.72329667899989,47.23847077000012],[-122.79869544199994,47.20498281500009],[-122.8460180329999,47.31586334800012],[-122.92048092399995,47.278021552],[-122.9790746739999,47.10150788000011],[-122.89582271999987,47.09259674700009],[-122.79820716099995,47.15761953300013],[-122.72248287699998,47.089300848000065],[-122.5716039699999,47.209295966000084],[-122.53709876199989,47.27855052300005],[-122.44847571499989,47.2684593770001],[-122.40941321499993,47.325018622000115],[-122.3235977859999,47.3725446640001],[-122.36681067599989,47.44220612200009],[-122.41348222599989,47.64166901200004],[-122.38109290299988,47.720160223000065],[-122.4061173169999,47.77789948100009],[-122.32042395699992,47.942084052],[-122.2073461579999,48.014390367000075],[-122.30772864499995,48.06537506700006],[-122.36229407499994,48.12250397300015],[-122.37559973899995,48.21320221600014],[-122.52611243399993,48.17096588700004],[-122.53395031699988,48.249676800000046],[-122.42992102799988,48.25910065300003],[-122.3917537099999,48.309759833000115],[-122.53376217399995,48.3746605490001],[-122.58446204299992,48.437811591000084],[-122.68346106699991,48.43016185100005],[-122.63304602799988,48.51626211100002],[-122.50059973899992,48.45042552300005],[-122.4942520819999,48.52936432500009],[-122.44029700399989,48.58071523600002],[-122.48412024599993,48.634751695000105],[-122.52993730399993,48.76862213700012],[-122.6496475899999,48.76365794500008],[-122.77253170499989,48.886542059000035],[-122.75301232501458,48.992514892989064],[-122.21351741599999,48.992514547000056],[-121.33432043499991,48.992514547000056],[-120.67495499799995,48.992514547000056],[-119.79570634,48.992514547000056],[-119.3560432539999,48.992514547000056],[-118.2570664069999,48.992514547000056],[-117.37786942599992,48.992514547000056],[-116.69468116061915,48.992514547000056],[-116.18861523678333,42.52996903140268],[-121.78582557453124,41.122176304858236]]],[[[-122.42243404899992,47.40884023600002],[-122.41779537699989,47.37079498900003],[-122.51048743399994,47.332098700000145],[-122.5102432929999,47.45579661700005],[-122.42243404899992,47.40884023600002]]],[[[-122.4951065749999,47.601548570000105],[-122.57787024599995,47.601548570000105],[-122.5789281889999,47.669378973],[-122.51097571499993,47.695868231000176],[-122.4951065749999,47.601548570000105]]],[[[-122.58649654899995,48.39081452000006],[-122.59398352799991,48.30792877800003],[-122.66502844999988,48.22638580900009],[-122.59552975199995,48.20538971600017],[-122.54662024599988,48.017035223000065],[-122.46003170499992,48.05345286700013],[-122.38109290299988,48.01581452000012],[-122.34679114499993,47.95058828300013],[-122.44131425699995,47.915472723000065],[-122.53034420499985,47.96735260600015],[-122.61485755099989,48.074896552000055],[-122.60016842399989,48.13011302299999],[-122.74413001199987,48.205877997000144],[-122.7512100899999,48.24994538000006],[-122.65656490799984,48.385077216000084],[-122.58649654899995,48.39081452000006]]],[[[-122.99225826699985,48.51357656500015],[-123.07038326699987,48.4801292990001],[-123.15444902299991,48.51312897300015],[-123.17756100199996,48.598822333000115],[-123.12913977799987,48.620062567],[-123.02464758999986,48.56281159100014],[-122.99225826699985,48.51357656500015]]],[[[-122.85781816299995,48.708685614],[-122.74583899599988,48.66437409100014],[-122.86192786399991,48.60171133000013],[-123.02635657499987,48.63646067900011],[-122.92931067599991,48.70844147300015],[-122.85781816299995,48.708685614]]]]}},
{"type":"Feature","properties":{"FeatureNa":"Squirrel Creek","ID":1686809,"Class":"Populated Place","County":"Hall","State":"GA","Latitude":"34.224800","field_7":"-83.522200","elev":"1745","map":"McKeever","BGNDate":null,"EntryDate":"23-JAN-1980"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.88933695618763,30.226945976381714],[-86.96015501396573,33.76939830313041],[-82.14895041829062,36.23293608526641],[-79.74073912187293,36.06189802459772],[-77.39672602403259,34.51991799917848],[-77.53587805899994,34.46857330900009],[-77.66832434799989,34.376166083000086],[-77.83267167899996,34.20701732000013],[-77.8744197259999,34.12225983300014],[-77.91112219999991,33.95815664300004],[-77.97215735599988,33.95262278900019],[-78.03233801999994,33.89227936400006],[-78.25251217399989,33.92511627800015],[-78.38491777299996,33.92259349200005],[-78.65697180899988,33.83193594000012],[-78.76333574099988,33.77855052299999],[-78.93797766799986,33.64207591400016],[-79.1331274079999,33.41742584800015],[-79.20295162699992,33.192938544000114],[-79.38703365799992,33.01732005400005],[-79.49132239499991,32.99140045800014],[-79.52000891799986,33.04120514500012],[-79.58482825399994,33.01382070500016],[-79.60741126199994,32.91624583500014],[-79.7445369129999,32.79962799700003],[-79.8789770169999,32.73139069200012],[-79.88731848899994,32.68813711100013],[-79.98131262899992,32.64874909100014],[-80.00511633999989,32.611558335000055],[-80.20075436099992,32.569403387000094],[-80.33120683499993,32.48639557500012],[-80.40933183499993,32.48110586100013],[-80.52501380099997,32.540187893000066],[-80.57095292899993,32.49168528900019],[-80.46983801999994,32.44212474200016],[-80.4410701159999,32.366115627000156],[-80.55329342399992,32.27879466400016],[-80.63683020699989,32.26679108300014],[-80.75934811099995,32.36078522300009],[-80.79893958199989,32.3197289080001],[-80.67784583199992,32.21474844000009],[-80.7371313139999,32.152085679],[-80.88756262899997,32.06940338700012],[-80.83568274599989,32.00291575700011],[-80.94953365799992,31.913723049000154],[-80.98045813699989,31.86538320500013],[-81.07469641799986,31.88841380400011],[-81.06090247299994,31.788153387000094],[-81.1190486319999,31.73761627800009],[-81.19627844999994,31.71759674700003],[-81.3009333979999,31.570786851000108],[-81.36389932399996,31.415830010000136],[-81.3282771479999,31.315252997000144],[-81.26988684799989,31.274847723],[-81.43028723899988,31.073431708000115],[-81.49925696499992,30.968207098000065],[-81.52232825399997,30.854437567],[-81.49242102799991,30.771795966000028],[-81.49925696499992,30.704331773000135],[-81.42857825399997,30.681708075000145],[-81.44774329299995,30.508002020000063],[-81.38939368399994,30.384222723],[-81.39492753799996,30.298570054000137],[-81.32828630199992,30.052830108000038],[-81.2737610019999,29.88987365000004],[-81.25584876199994,29.789455471000153],[-81.17829342399989,29.585516669000143],[-81.07191437499989,29.36303152500004],[-80.92210852799988,29.068304755000142],[-80.56761633999992,28.557806708],[-80.5404353509999,28.45160553600006],[-80.5940649079999,28.401597398000135],[-80.59219316299993,28.207912502000156],[-80.6199438139999,28.206976630000085],[-80.61790930899988,28.379339911],[-80.58788001199991,28.505764065000122],[-80.60944576699984,28.610174872000172],[-80.68394934799989,28.59520091400013],[-80.76593990799992,28.612290757000082],[-80.78038489499988,28.680731512000037],[-80.74925696499989,28.724107164000102],[-80.84813391799989,28.790594794000114],[-80.82823645699992,28.66144440300009],[-80.79747473899991,28.608303127000013],[-80.73827063699991,28.373480536000145],[-80.38097083199992,27.666083075000145],[-80.34536699099993,27.514593817000033],[-80.17699133999992,27.150702216000028],[-80.14879309799994,27.138251044000114],[-80.07555091099991,26.97321198100009],[-80.03823808499993,26.811183986000103],[-80.03237870999988,26.587347723],[-80.05361894399996,26.55670807500009],[-80.0777074859999,26.28758372600008],[-80.11278235599988,26.06883372599999],[-80.12926184799997,25.887884833000058],[-80.17658443899992,25.858384507],[-80.19619706899988,25.75381094],[-80.24071204299989,25.729559637000094],[-80.30687415299985,25.61823151200015],[-80.34243730399993,25.493638414000102],[-80.31432044199994,25.371161200000145],[-80.39586341099997,25.29539622599999],[-80.42690995999988,25.221747137000037],[-80.51231848899991,25.248277085],[-80.58063717399992,25.241441148000078],[-80.71092688699986,25.145249742000132],[-80.77301998599998,25.145249742000132],[-80.85496985599991,25.186224677000055],[-80.91022701699984,25.145249742000132],[-81.08653723899994,25.12140534100014],[-81.14915930899994,25.165716864],[-81.17711341099997,25.227769273000135],[-81.14834550699993,25.331203518],[-81.07787024599992,25.272853908000016],[-80.94465084499987,25.212307033000016],[-80.92414303299992,25.26357656500015],[-80.9807836579999,25.318304755],[-81.09512285099993,25.351304429000052],[-81.14915930899994,25.395412502000127],[-81.17088782499991,25.474839585000055],[-81.21467037699998,25.527573960000055],[-81.27953040299988,25.70416901200018],[-81.3216853509999,25.782700914000102],[-81.39614824099988,25.851629950000145],[-81.56407630099991,25.920477606000034],[-81.68431555899988,25.925116278000147],[-81.6643774079999,25.981350002000127],[-81.80089270699992,26.098618882],[-81.82213294199988,26.29287344000015],[-81.85179602799994,26.34198639500009],[-81.85594641799986,26.448879299000126],[-81.92373613199987,26.454901434000064],[-81.97447669199994,26.510443427],[-82.03905188699989,26.527899481000148],[-82.08210201699984,26.68024323100009],[-82.05703691299993,26.865790106000148],[-82.14452063699989,26.940415757],[-82.19810950399989,26.803127346000068],[-82.31383216099991,26.849351304000052],[-82.37661699099988,26.940334377000013],[-82.5618383449999,27.27627187700007],[-82.54190019399991,27.30853913],[-82.57363847599987,27.395086981000148],[-82.64541581899996,27.442938544000086],[-82.66075598899991,27.520331122000087],[-82.57860266799992,27.547308661000145],[-82.54417883999989,27.65005117400007],[-82.39818274599989,27.796047268000066],[-82.42174231699994,27.917181708000143],[-82.48485266799992,27.89256419500005],[-82.5960180329999,27.983058986000103],[-82.67979895699992,28.013251044000114],[-82.71886145699997,27.92780182500009],[-82.60472571499989,27.881496486000103],[-82.59581458199995,27.829982815000122],[-82.63776607999992,27.701117255000142],[-82.68472245999988,27.701239325000117],[-82.79596920499992,27.815334377000013],[-82.84239661399988,27.828517971000068],[-82.76732337099986,28.10590241100006],[-82.78734290299991,28.193752346000124],[-82.66421464799993,28.447943427000112],[-82.63695227799991,28.746486721000124],[-82.64439856699991,28.900376695000105],[-82.68517005099997,28.913072007000082],[-82.75511633999989,29.01015859600001],[-82.77350826699993,29.119533596000096],[-82.84923255099989,29.18219635600009],[-83.02391516799989,29.174750067000033],[-83.0847875639999,29.272202867000075],[-83.15770423099991,29.305121161000145],[-83.21568762899989,29.410589911000116],[-83.27818762899992,29.43854401200015],[-83.40477454299992,29.53168366100003],[-83.40892493399988,29.667303778000033],[-83.5276586579999,29.716009833000058],[-83.59337317599989,29.826157945000077],[-83.68057206899991,29.92129140800013],[-83.78770911399991,29.989691473000036],[-83.85643469999991,30.002386786000088],[-84.02403723899991,30.106594143000066],[-84.14761308499993,30.08787669499999],[-84.26964270699997,30.09267812700007],[-84.3910212879999,30.02448151200015],[-84.44517981699994,29.968329169000143],[-84.34300696499992,29.946763414000046],[-84.34898841099991,29.902044989],[-84.50837154899992,29.922064520000063],[-84.65318762899992,29.852769273000106],[-84.73363196499992,29.79169342700014],[-84.8866267569999,29.730047919000114],[-84.87328040299988,29.804632880000142],[-85.00426184799997,29.716009833000058],[-85.12425696499992,29.721828518],[-85.24071204299986,29.688706773000078],[-85.30785071499992,29.693426825000174],[-85.30215410099993,29.797919012000094],[-85.35651607999995,29.888739325000174],[-85.67088782499991,30.122951565000065],[-85.70864824099996,30.247015692000062],[-85.7547094389999,30.319281317000147],[-85.85435950399994,30.264837958000143],[-85.7672419909999,30.24054596600014],[-85.74425208199992,30.139471747000144],[-85.88933695618763,30.226945976381714]]],[[[-80.16722571499989,27.19700755400011],[-80.30687415299985,27.46165599200016],[-80.33763587099995,27.606634833000115],[-80.16722571499989,27.19700755400011]]],[[[-80.61217200399992,28.568833726000136],[-80.65819251199986,28.437486070000134],[-80.71963456899994,28.388332424000012],[-80.73228919199991,28.544623114000146],[-80.65550696499989,28.59332916900017],[-80.61217200399992,28.568833726000136]]],[[[-81.26171836599994,31.38779247300012],[-81.3003204389999,31.411516397000085],[-81.23485087599994,31.52650110200007],[-81.1746502579999,31.521421082000032],[-81.26171836599994,31.38779247300012]]]]}},
{"type":"Feature","properties":{"FeatureNa":"Black Squirrel Mobile Home Park","ID":2694050,"Class":"Populated Place","County":"Marshall","State":"KS","Latitude":"39.500800","field_7":"-96.382100","elev":"991","map":"Ugh Lake","BGNDate":null,"EntryDate":"30-SEP-1980"},"geometry":{"type":"Polygon","coordinates":[[[-106.18466809805356,31.465251631136386],[-106.4516517434927,32.87890824100097],[-102.99445282915693,44.0347],[-101.45790181259358,48.992669577000086],[-100.2326627199999,48.992669577000086],[-99.35349157699996,48.992669577000086],[-98.45768406716131,48.992669577000086],[-89.97269145240323,39.76849434138904],[-90.3522389101783,38.37236021510348],[-95.3350875561179,34.04135307006515],[-104.20478418730919,29.469572140359908],[-104.26717098,29.526570943000124],[-104.3490264489999,29.537578024000098],[-104.44400773199989,29.589202779000132],[-104.53082413799989,29.66790598600012],[-104.57027909399999,29.78751108900012],[-104.61968176299992,29.83306386400001],[-104.68047908599993,29.942307841000073],[-104.6991084389999,30.03144968700009],[-104.68156429099993,30.192938538000178],[-104.74938960899996,30.26445872100011],[-104.85243241399986,30.4388666790001],[-104.88659053599994,30.55188303700011],[-105.00849524,30.676991679000096],[-105.0870434169999,30.709806214000125],[-105.22925695899994,30.810213522000097],[-105.3637707119999,30.850366109],[-105.55595536399991,31.00260487900006],[-105.59094030799992,31.071437887000073],[-105.76819047099988,31.180010071000154],[-105.86198319499997,31.288375550000026],[-106.00473933899995,31.396947734000108],[-106.18466809805356,31.465251631136386]]]}},
{"type":"Feature","properties":{"FeatureNa":"Squirrel Meadows Guard Station","ID":1594957,"Class":"Locale","County":"Teton","State":"WY","Latitude":"44.034800","field_7":"-111.011900","elev":"935","map":"New Home","BGNDate":null,"EntryDate":"25-SEP-1979"},"geometry":{"type":"Polygon","coordinates":[[[-111.09513333333334,44.0347],[-111.73076383333334,48.992617900000155],[-110.56371171199996,48.992617900000155],[-109.68454056899988,48.992617900000155],[-109.24485164499991,48.992617900000155],[-108.36562882499992,48.992617900000155],[-107.26662613899991,48.992617900000155],[-106.60718318699993,48.992617900000155],[-105.50815466299993,48.992617900000155],[-104.4090486249999,48.992617900000155],[-103.5298516439999,48.992617900000155],[-102.87038285399993,48.992617900000155],[-101.99118587299994,48.992669577000086],[-101.45790181259358,48.992669577000086],[-102.99445282915693,44.0347],[-111.09513333333334,44.0347]]]}},
{"type":"Feature","properties":{"FeatureNa":"Squirrel Mountain Valley Census Designated Place","ID":2408800,"Class":"Census","County":"Kern","State":"CA","Latitude":"35.372200","field_7":"-118.242700","elev":"3875","map":"Wawona","BGNDate":null,"EntryDate":"19-JAN-1981"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-118.57645428958554,34.038882841610395],[-117.48328297037551,38.41156811860588],[-114.85581288192711,39.81289831010218],[-110.06112130666872,35.89185529001896],[-106.4516517434927,32.87890824100097],[-106.18466809805356,31.465251631136386],[-106.28629838099995,31.580140687],[-106.35849035699997,31.71754832000012],[-106.42895117299992,31.75847605400004],[-106.51718868,31.77382395400012],[-107.15412654699995,31.77521921800009],[-108.21512121699993,31.777751364],[-108.21481115799995,31.327442932000125],[-109.24007157499992,31.327339580000015],[-109.96628047799993,31.32723622700017],[-111.00626867799991,31.327184550000155],[-111.06711767599994,31.3336441040001],[-111.50623816,31.474979147000013],[-112.32471533199994,31.727986959000148],[-113.14321834299993,31.98104644800013],[-113.96169551699991,32.23413177499999],[-114.82210811499999,32.50023956299999],[-114.80267777499992,32.5944973750001],[-114.72428462799992,32.71283640500015],[-115.27928951099992,32.67082346600013],[-115.79406429099997,32.63196278900007],[-116.5294715989999,32.576333110000164],[-117.12512148897225,32.531669490003665],[-117.1663712229999,32.66950104400014],[-117.2574763659999,32.701727606000176],[-117.28359725099996,32.83765398500013],[-117.2536409399999,32.88508136300014],[-117.27476966099991,32.99347565300015],[-117.32216122299988,33.108500616000086],[-117.50884421199989,33.335205337],[-117.77651933499989,33.529364325000145],[-117.97850501199994,33.63597239799999],[-118.09053621299988,33.73097720700018],[-118.17363927499994,33.763283160000114],[-118.25455189899995,33.765400526000164],[-118.30088189599994,33.709848763000096],[-118.41204094599992,33.741678190000144],[-118.39138805899985,33.83594099100013],[-118.48265540299988,33.99900950700005],[-118.57645428958554,34.038882841610395]]],[[[-118.59569063399994,33.03528130100007],[-118.48356260199989,32.921599942000014],[-118.35876639199991,32.82782849700011],[-118.42501108799989,32.80241614000006],[-118.49914971899994,32.85062791900005],[-118.59569063399994,33.03528130100007]]],[[[-118.53586083799986,33.47727816200013],[-118.36920648399987,33.408392662000054],[-118.30866539599992,33.33642000100015],[-118.46358558599988,33.32351431000011],[-118.48634580099987,33.415967844000036],[-118.53586083799986,33.47727816200013]]]]}},
{"type":"Feature","properties":{"FeatureNa":"Squirrel Hill","ID":1204716,"Class":"Populated Place","County":"Clarion","State":"PA","Latitude":"41.021900","field_7":"-79.244200","elev":"958","map":"D'Hanis","BGNDate":null,"EntryDate":"01-AUG-1994"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.73215213984642,39.566454664944665],[-81.6364903608307,41.54509256599154],[-81.34840561334147,41.72946680438466],[-81.02622407619586,41.845446270474525],[-80.86932799643468,41.893427623197],[-80.37582653729844,42.023536567389186],[-80.16255972719154,42.11832181632559],[-80.01920439727841,42.167186261429435],[-79.88909545308621,42.22959145638134],[-79.7517745877793,42.27197989068833],[-79.47080402843211,42.407093025041746],[-79.36836531219029,42.489809344765746],[-79.15068304017642,42.58106222417658],[-79.03131838662453,42.71411480964008],[-78.91592764878892,42.75738633632844],[-78.86750474987576,42.845695574467925],[-78.93638595562457,42.979631252312856],[-78.89311442893622,43.0293787897981],[-78.91489737434395,43.076477050139175],[-79.06523109298168,43.1057302338807],[-79.05863146442107,43.27820036318328],[-78.6894144529611,43.361421525202616],[-78.38018493740928,43.39615649220417],[-78.22696840923724,43.37996646521191],[-78.10657348124039,43.39409594331423],[-77.74877388471185,43.344642769956124],[-77.62469940512585,43.27134610230033],[-77.53800916968557,43.256922260070894],[-77.36668924769494,43.297838873742194],[-76.99088529853755,43.284571811837935],[-76.98996010420774,43.27127633429164],[-76.98985536114486,43.269771127227834],[-76.73215213984642,39.566454664944665]]],[[[-82.96526578415654,42.36125876414772],[-83.80476479061794,43.64306544845431],[-83.6788864078429,43.60809866373896],[-83.60455946574214,43.651370190427315],[-83.53788599094682,43.726727406973026],[-83.49034618441506,43.703178276802504],[-83.38923210674533,43.854481438148184],[-83.26692381192213,43.97634818678068],[-83.08647860199041,44.014026795053525],[-83.0334930591067,44.05199976745351],[-82.92354805762304,44.069955979208544],[-82.811689689313,44.02609572426593],[-82.68938139448979,43.921302095007064],[-82.63698457986035,43.811798639714084],[-82.57958357506968,43.52832598528627],[-82.5472035210852,43.450908219850646],[-82.52645085012242,43.2766446565887],[-82.47596740231933,43.10208672919961],[-82.41641170299994,43.017142843],[-82.48527054899995,42.81852447600012],[-82.47134374999987,42.77984466600013],[-82.51126379399992,42.64667450000006],[-82.57583349699988,42.571795349000084],[-82.63698457986035,42.59960716418587],[-82.63153884350841,42.669371462316064],[-82.70527705735489,42.702045880427676],[-82.81433896645719,42.63169285404322],[-82.86349777568817,42.557513094006026],[-82.88999054713003,42.40326629138903],[-82.96526578415654,42.36125876414772]]],[[[-83.9322019482996,43.83764554835692],[-84.01165221200382,43.95895585164751],[-83.37609296474359,45.19336872935238],[-83.32211708575932,45.16175252673992],[-83.30504396638567,45.09610932638955],[-83.43456418232361,45.06520109304071],[-83.46002667932049,44.99808607205472],[-83.3424282105314,44.892409350414425],[-83.30901788210195,44.83294779673383],[-83.28738211875778,44.70313321666876],[-83.31475798258101,44.62394926647036],[-83.32138117544149,44.40788599715572],[-83.35331968323527,44.32958513933869],[-83.53244025459489,44.26600248787824],[-83.59249053652975,44.062596876030256],[-83.69581234515296,44.00431277885818],[-83.82194737362889,44.00431277885818],[-83.88965112286917,43.95839197502565],[-83.9322019482996,43.83764554835692]]],[[[-78.98171803120285,42.9790425240586],[-79.01144880804314,43.06529121330817],[-78.91268964339046,43.03703225710353],[-78.98171803120285,42.9790425240586]]]]}},
{"type":"Feature","properties":{"FeatureNa":"Squirrel Mountain Valley","ID":1661499,"Class":"Populated Place","County":"Kern","State":"CA","Latitude":"35.372400","field_7":"-118.243500","elev":"804","map":"Rough And Ready","BGNDate":null,"EntryDate":"19-JAN-1981"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-121.68916109713852,36.16912355283607],[-117.48328297037551,38.41156811860588],[-118.57645428958554,34.038882841610395],[-118.78339865399992,34.02183923700012],[-118.9368074899999,34.043200309000056],[-119.21708747399994,34.1455018190001],[-119.26929996199992,34.2549585660001],[-119.45303379899988,34.36840122100013],[-119.61715964399991,34.42052717200015],[-119.73294749699991,34.397464126000145],[-119.87863581699995,34.40661306000014],[-120.00996766099988,34.461011957],[-120.13341223899995,34.47272370000003],[-120.47268143299988,34.45027297200009],[-120.50998579399995,34.52137453900012],[-120.64783419299995,34.58567558900013],[-120.60305365599991,34.70478195000008],[-120.64024817599996,34.75853099200019],[-120.6155731899999,34.85800259800003],[-120.67283934599996,34.90752128400014],[-120.63072669199995,35.07387929900001],[-120.64488684799989,35.13939036700005],[-120.70636959499986,35.174221096000096],[-120.7908422519999,35.179022528000175],[-120.89765418399992,35.24976551500011],[-120.8678311889999,35.33039216700017],[-120.8710967179999,35.40530839400016],[-120.90818414799988,35.44824381800014],[-121.00536216399992,35.460656967000105],[-121.10181169099991,35.54966720200015],[-121.1694015579999,35.63691940400007],[-121.26914589699992,35.66421059100013],[-121.33723230499987,35.78652867000015],[-121.46320087599987,35.886731338000075],[-121.4899796209999,35.98224518400009],[-121.5667388689999,36.020117263000074],[-121.68916109713852,36.16912355283607]]],[[[-120.04232451999987,34.028081162000106],[-119.99962846799991,33.941479228],[-120.10989116399989,33.89314015100014],[-120.17560998499988,33.92223155300003],[-120.21761599999986,34.01054115500004],[-120.04232451999987,34.028081162000106]]],[[[-119.83515986699985,34.06358567600002],[-119.71183593499991,34.042254864000185],[-119.65768259699992,33.986061776],[-119.71951204199989,33.95913429299999],[-119.85076733199989,33.967383031000125],[-119.88706871099993,34.008776658000144],[-119.83515986699985,34.06358567600002]]]]}},
{"type":"Feature","properties":{"FeatureNa":"Squirrel Meadows Forest Service Station","ID":1604906,"Class":"Locale","County":"Teton","State":"WY","Latitude":"44.034600","field_7":"-111.011900","elev":"1070","map":"Clermont","BGNDate":null,"EntryDate":"25-SEP-1979"},"geometry":{"type":"Polygon","coordinates":[[[-106.4516517434927,32.87890824100097],[-110.06112130666872,35.89185529001896],[-111.09513333333334,44.0347],[-102.99445282915693,44.0347],[-106.4516517434927,32.87890824100097]]]}},
{"type":"Feature","properties":{"FeatureNa":"Squirrel Town","ID":1058042,"Class":"Populated Place","County":"Adams","State":"OH","Latitude":"38.415000","field_7":"-83.224600","elev":"833","map":"Ryan","BGNDate":null,"EntryDate":"18-DEC-1979"},"geometry":{"type":"Polygon","coordinates":[[[-79.74073912187293,36.06189802459772],[-82.14895041829062,36.23293608526641],[-88.6480711181306,40.38644499841333],[-86.8935506474132,41.738359816890274],[-86.80120670432851,41.77715379297999],[-86.6565267358433,41.87606013969622],[-86.57960451055544,41.98026547812662],[-84.01165221200382,43.95895585164751],[-83.9322019482996,43.83764554835692],[-83.9433725760707,43.72790486348154],[-83.90436932922576,43.68198405964901],[-83.80476479061794,43.64306544845431],[-82.96526578415654,42.36125876414772],[-83.04261834704779,42.34086109643712],[-83.14608733773457,42.2328294617798],[-83.22129737221671,41.99468888293029],[-83.26692381192213,41.98261995371789],[-83.42072906834842,41.810416939345856],[-83.4591435869391,41.72151897295208],[-83.31475798258101,41.70886131548542],[-83.21850091300897,41.64616175640637],[-83.0956038899315,41.619668984964534],[-83.0189220348137,41.553731420487054],[-82.88454481077808,41.53636393698628],[-82.82817408043238,41.586405838598665],[-82.76635761373473,41.515169719832784],[-82.95901893494239,41.4892656766452],[-82.92560860651295,41.432453400108784],[-82.82905717281376,41.47072073663591],[-82.61637909096113,41.45453070964368],[-82.50481508677824,41.39565788421734],[-82.42660146879425,41.4049708051711],[-79.74073912187293,36.06189802459772]]]}},
{"type":"Feature","properties":{"FeatureNa":"Squirrel Campground","ID":1622930,"Class":"Locale","County":"Gogebic","State":"MI","Latitude":"46.133300","field_7":"-89.171800","elev":"2254","map":"Robbinsville","BGNDate":null,"EntryDate":"17-JUN-1980"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.97269145240323,39.76849434138904],[-98.45768406716131,48.992669577000086],[-97.15538285299994,48.992669577000086],[-96.27621171099995,48.992669577000086],[-95.17710567299991,48.992669577000086],[-95.15932898,49.01178985600008],[-95.1605692139999,49.36949412100007],[-94.98251806699994,49.35616160100015],[-94.82725622599995,49.29285797200005],[-94.8111848559999,49.16656077100005],[-94.71121679699993,48.91458648700008],[-94.71090673899994,48.80751292000018],[-94.59285192899995,48.726432597000056],[-94.47949967499997,48.700697734000144],[-94.31157710799994,48.71392690000006],[-94.23215043199986,48.65201853500004],[-93.8748854179999,48.63620554600014],[-93.80938553899998,48.54357554100007],[-93.7567789309999,48.51654876700003],[-93.49175634799988,48.54230946900013],[-93.37915940401622,48.61565482731145],[-93.1421043668718,48.588739694806804],[-92.96224788519436,48.60080862401921],[-92.8556880711727,48.535459787795986],[-92.68451533124562,48.53016123350761],[-92.7531021728673,48.45892511474173],[-92.51805241735266,48.43066615853709],[-92.49523919749996,48.3720876972379],[-92.38464046299998,48.23240590400003],[-92.29102860599994,48.24956248000008],[-92.30309505299994,48.31092824300005],[-92.15473201499992,48.35012481800011],[-92.04342097999995,48.33459604900018],[-91.95730220599987,48.22832346600002],[-91.76498836299993,48.18734405600016],[-91.69251216699993,48.09786631300007],[-91.57484492999995,48.04820526200008],[-91.42792883399994,48.03644887400016],[-91.27636185799994,48.064767558000156],[-91.07110306899997,48.17085927400011],[-90.92315344299999,48.22710907],[-90.84067785699997,48.220106914],[-90.78646927899993,48.100450134000155],[-90.7013065189999,48.08455963200005],[-90.5868432209999,48.104816793000154],[-90.531601115,48.08455963200005],[-90.17862524499989,48.116443990000036],[-90.07325699899997,48.101199443000084],[-89.980316936,48.0100938930001],[-89.90244055199994,47.98590932300006],[-89.80345434699987,48.013762919000115],[-89.66536966131966,47.97587358211868],[-89.74322897294599,47.93083587066752],[-90.08528008867299,47.81132403505208],[-90.53286074397668,47.71153459595445],[-90.79145962966186,47.616160618763786],[-90.94923880180443,47.51225008188629],[-91.01237990707418,47.493116413622744],[-91.51103273843522,47.1219232493097],[-91.79833212651573,46.950014599064815],[-91.89753283735911,46.91174726253769],[-92.09534553079159,46.80400999200751],[-92.05899156109082,46.72394294942768],[-91.9634704018366,46.69067980306181],[-91.79303357222736,46.705986737672646],[-91.35281202010195,46.81843383423694],[-91.22476362479968,46.88437139871445],[-91.12821219110049,46.85935044790824],[-90.96601755705093,46.950014599064815],[-90.83929380032076,46.96443844129425],[-90.76158167075799,46.89761778443537],[-90.85430637080447,46.79900580184625],[-90.86313729461843,46.700982547511416],[-90.90081590289127,46.60207620079518],[-90.78115688521225,46.63710553192385],[-90.73008470915491,46.68390942813778],[-90.56980344193171,46.60708039095641],[-90.43527903583254,46.576466521734716],[-90.36183518611318,46.60855221159207],[-90.05967040961252,46.68037705861221],[-89.79415396693976,46.8302083993222],[-89.39764548769341,46.863765909815214],[-89.22676711189347,46.93617948508961],[-89.13080440644855,47.005943783219834],[-88.96860977239899,47.01889580481361],[-88.88662936299282,47.11515287438567],[-88.68381247939911,47.228188699204225],[-88.63494803429525,47.15106529789574],[-88.53545295932474,47.12516125470816],[-88.51779111169684,47.06187296737485],[-88.44096207451548,46.981805924795026],[-88.48276178056817,46.84816461107724],[-88.38635752893255,46.85434625774701],[-88.23490718552331,46.94383295239504],[-88.19855321582254,46.91174726253769],[-88.06388162765981,46.93117529492838],[-87.79645181816069,46.90115015396094],[-87.7309557998739,46.85522935012841],[-87.62969454014059,46.828736578686545],[-87.59819757853751,46.76574265548038],[-87.45940489259493,46.625625330965704],[-87.39273141779961,46.597366374761066],[-87.34813525253915,46.51671060392698],[-87.22612132184308,46.50228676169755],[-87.0808526251036,46.539671005843246],[-86.97031889536565,46.54025973409753],[-86.88200965722615,46.45989832739059],[-86.75984854446651,46.501109305189004],[-86.6254713204309,46.44400266452547],[-86.48829763718754,46.55350611981845],[-86.28283147644964,46.62179859731299],[-86.14565779320628,46.69067980306181],[-86.09090606555979,46.67537286845095],[-85.86056613607926,46.70863601481685],[-85.52190020781428,46.68390942813778],[-85.20030739892293,46.77545667167573],[-85.03899585725478,46.77251303040441],[-85.01338617819432,46.72423731355482],[-85.05577461250128,46.532900630919244],[-84.83544306334322,46.45960396326345],[-84.65646967404717,46.501992397570405],[-84.56977943860689,46.42339717562626],[-84.42324011199992,46.51158070900006],[-84.30534033199987,46.50160715800014],[-84.19728491199993,46.546358948000105],[-84.11044266799993,46.52646352100011],[-84.15881180899996,46.43334259100003],[-84.10543005399987,46.34774058000015],[-84.22449031748144,46.35539906225884],[-84.2027073720737,46.25031106887283],[-84.25834219210158,46.21263246059996],[-84.02800226262106,46.149344173266655],[-84.04949084390167,46.093414989111636],[-83.90304469065366,45.98185098492874],[-84.02226216214198,45.96418913730085],[-84.54107893621155,46.027183060507014],[-84.65661685611073,46.05632510909305],[-84.72991352376653,45.9527089363427],[-84.73447616773706,45.85704059502493],[-84.82440440857579,45.880295361068306],[-85.02103964549974,46.0251225116171],[-85.3395416310562,46.109310651976756],[-85.54574370211195,46.09812481514575],[-85.66187035026539,45.984794626200056],[-85.89750883403428,45.97566933825897],[-85.9232656951583,45.953003300469845],[-86.07986741079236,45.97360878936905],[-86.25192324310082,45.9544751211055],[-86.29813841106049,45.92651052902798],[-86.37393717379689,45.806704329285395],[-86.52435724276118,45.76196098196138],[-86.62429386392238,45.65304625492266],[-86.71230873793475,45.67365174382189],[-86.62856214376579,45.78462701975053],[-86.56880622595806,45.80228886737842],[-86.56998368246659,45.89236429028071],[-86.67742658886965,45.84232238866832],[-86.7383599631859,45.86822643185593],[-86.85698870641997,45.731347112739684],[-86.98371246315014,45.704854341297846],[-86.98165191426023,45.78551011213193],[-87.05627322048811,45.81818453024354],[-87.09439337495165,45.70014451526373],[-87.17357732515008,45.66894191778778],[-87.28219768806166,45.539127337722704],[-87.34489724714071,45.42255914337858],[-87.5603717882011,45.190894575325956],[-87.6366120971282,45.00721135999578],[-87.82294458960254,44.949221626950845],[-87.840753619294,44.89358680692297],[-87.9717456558676,44.74051746081449],[-88.03267903018386,44.5677257181882],[-87.92243966457305,44.55300751183162],[-87.90433627075444,44.59362976137578],[-87.76716258751108,44.65662368458197],[-87.66016122729873,44.812931036088884],[-87.58966101885069,44.8559081986501],[-87.45013242259027,44.88622770374468],[-87.32797130983063,44.80351138402068],[-87.36535555397636,44.69253610809204],[-87.48545611784608,44.52622037626264],[-87.55021622581505,44.31280638409217],[-87.49575886229569,44.220376048172824],[-87.55021622581505,44.14825683702557],[-87.63764237157315,44.100275484303125],[-87.72433260701342,43.925423192786894],[-87.73213325638241,43.8232788406722],[-87.70048911271576,43.70935992347225],[-87.78762089434673,43.58160589229712],[-87.80793201911882,43.46621515446151],[-87.87180903470639,43.37349045441502],[-87.90727991202576,43.2672250045205],[-87.87180903470639,43.09619944665698],[-87.89565252900405,43.04027026250196],[-87.8411951654847,42.95843703515936],[-87.83825152421339,42.87719253607102],[-87.7830582503762,42.8118436998478],[-87.78040897323201,42.70410642931762],[-87.81043411419944,42.653475799450945],[-87.80351655721185,42.4827446057146],[-87.82250304341184,42.27933899386662],[-87.7515612887731,42.12509219124962],[-87.68753709112197,42.08505866995969],[-87.64838666221345,41.9446469813179],[-87.57759208963829,41.788633993938106],[-87.49369831340576,41.69796984278156],[-87.38581386081201,41.639980109736626],[-87.20168909929114,41.634975919575396],[-87.02963326698269,41.68119108753504],[-86.8935506474132,41.738359816890274],[-88.6480711181306,40.38644499841333],[-89.97269145240323,39.76849434138904]]],[[[-83.37609296474359,45.19336872935238],[-84.01165221200382,43.95895585164751],[-86.57960451055544,41.98026547812662],[-86.49256591703096,42.129507653156594],[-86.37894136395813,42.25520113544181],[-86.2731174602543,42.47185313301071],[-86.21924882498921,42.709404983605964],[-86.22233964832408,42.964324317701994],[-86.2726759140636,43.103264185708156],[-86.50492921037049,43.53951182211728],[-86.54290218277048,43.62752669612965],[-86.52200232974413,43.699057179022645],[-86.44193528716431,43.7850115041451],[-86.45267957780462,43.958097610898506],[-86.52185514768055,44.04522939252948],[-86.51832277815498,44.08320236492949],[-86.4126460565147,44.16179758687363],[-86.2675245418388,44.37462285078982],[-86.26369780818608,44.49560650704095],[-86.23411421340936,44.58538756581609],[-86.26958509072871,44.688415010312184],[-86.2261663819768,44.73080344461914],[-86.10312217683575,44.74728783573852],[-86.05970346808384,44.922434491381864],[-86.00112500678463,44.91536975233072],[-85.93680644500637,44.983662229825256],[-85.84717256829477,44.94951599107799],[-85.76151260729945,45.06255181589654],[-85.60343907102975,45.144090679112026],[-85.57915403054139,45.061374359388026],[-85.623014285484,45.024578843496556],[-85.6071186226189,44.94951599107799],[-85.65951543724833,44.85443637801444],[-85.58710186197395,44.82676615006409],[-85.52190020781428,44.99808607205472],[-85.42417131760656,44.930087958687295],[-85.37795614964689,45.10111351655078],[-85.39929754886394,45.22710136296314],[-85.3343902588314,45.31570496522977],[-85.17440335573534,45.37693270367316],[-85.04179231646252,45.37928761669022],[-85.02118682756331,45.439043534497955],[-85.10419751141444,45.52705840851033],[-85.08226738394313,45.631263309514935],[-84.9453880648269,45.737234395282314],[-84.82293258794013,45.76519898735984],[-84.77450968902697,45.799933954361364],[-84.57596108527666,45.73046402035831],[-84.45836261648756,45.67070810255058],[-84.31824529197289,45.67394610794901],[-84.22390158922718,45.64244914634594],[-84.09614755805204,45.50439237072118],[-83.94307821194357,45.50115436532272],[-83.84402468316377,45.44169281164213],[-83.7193614753235,45.42255914337858],[-83.67461812799948,45.38694108399565],[-83.51021576299645,45.35868212779101],[-83.38363918832982,45.27920381346544],[-83.37609296474359,45.19336872935238]]],[[[-86.99475111791759,45.22386335756471],[-87.08791736415476,45.14261885847637],[-87.18417443372681,44.98631150696943],[-87.23156705819501,44.878279872312106],[-87.29647434822755,44.820584503394315],[-87.37389211366317,44.84501672594624],[-87.40627216764766,44.922434491381864],[-87.36874074143837,45.00044098507175],[-87.28955679123995,45.07314892447329],[-87.23495224565703,45.175587640715094],[-87.13898954021211,45.1970762219957],[-87.1114664943253,45.26477997123601],[-86.98297655283231,45.29215583505925],[-86.99475111791759,45.22386335756471]]],[[[-85.487753969067,45.635384407294765],[-85.57297238387162,45.59152415235215],[-85.62507483437393,45.61507328252267],[-85.55810699545147,45.747537139731946],[-85.5049742705042,45.75254132989318],[-85.487753969067,45.635384407294765]]],[[[-86.85404506514865,45.387235448122766],[-86.96457879488659,45.342786464925894],[-86.95250986567419,45.423147871632835],[-86.85404506514865,45.387235448122766]]],[[[-84.36710973707673,45.77461863942804],[-84.48779902920072,45.744004770206345],[-84.58273146020069,45.813474704209426],[-84.42009527996044,45.826721089930345],[-84.36710973707673,45.77461863942804]]],[[[-83.51713331998404,45.94005127887604],[-83.65769219068942,45.95506384935976],[-83.71126646182738,45.93740200173187],[-83.83269166426919,45.96860459920782],[-83.77808711868627,46.02100141383727],[-83.69537079896227,46.04543363638919],[-83.68742296752971,46.1104881084853],[-83.56202384937163,46.07604750561089],[-83.48225117091894,45.99421427826829],[-83.51713331998404,45.94005127887604]]],[[[-86.60412992121385,46.472850348984366],[-86.67624913236112,46.47491089787428],[-86.69891517015026,46.553800483945565],[-86.6453408990123,46.566458141412255],[-86.60412992121385,46.472850348984366]]],[[[-87.71476577288165,47.41687610469563],[-87.89933208059321,47.40833954500883],[-87.94893243601489,47.35505963799798],[-88.06064362226137,47.30325155162282],[-88.24211910663803,47.18786081378718],[-88.42418331926898,46.99240303337177],[-88.51602492693405,47.13575836328488],[-88.61905237143014,47.1525371185314],[-88.60551162158208,47.23878580778097],[-88.5266220355108,47.28294042685073],[-88.43124805832014,47.37242712149876],[-88.20944468852642,47.45337725645996],[-88.05254860876524,47.4842854898088],[-87.81970658420408,47.483991125681655],[-87.71476577288165,47.41687610469563]]],[[[-88.6359783087402,48.034746407545015],[-88.94815146556334,47.93819497384581],[-88.96654922350908,47.89080234937762],[-89.13757478137258,47.83516752934975],[-89.21558127506246,47.86578139857144],[-89.21558127506246,47.917000756692346],[-89.12359248533382,47.964393381160534],[-88.8329079097913,48.060650450732595],[-88.63274030334176,48.14984278125348],[-88.57548648061466,48.11599090663336],[-88.6359783087402,48.034746407545015]]]]}},
{"type":"Feature","properties":{"FeatureNa":"Squirrel Point Light Station","ID":1907879,"Class":"Locale","County":"Sagadahoc","State":"ME","Latitude":"43.475900","field_7":"-69.480500","elev":"627","map":"Big Creek","BGNDate":null,"EntryDate":"27-JUN-1980"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-70.79378959006563,42.92947353697729],[-72.55457657620873,43.80088903188848],[-73.0691404926856,45.006028256865726],[-72.30196447799997,45.00976023300002],[-71.50408036399998,45.013739319000095],[-71.39488806199992,45.24152903300008],[-71.29339554899994,45.29232696600009],[-71.14172521999993,45.25232940700012],[-71.01653906299993,45.343124898],[-70.95160762599997,45.332014466000075],[-70.90690751199992,45.24623158800016],[-70.83525813799997,45.309793599000116],[-70.83383703699988,45.39309600800006],[-70.77187699399994,45.430044658],[-70.69673946199993,45.388651836000136],[-70.65025651099998,45.427460836000094],[-70.7228360599999,45.470920716000094],[-70.68679174899992,45.57272328700016],[-70.58961421699993,45.65178822900005],[-70.407351441,45.73152496400003],[-70.41716996299996,45.79379506500014],[-70.26252823899995,45.92303782100005],[-70.31689184599992,45.999002177000094],[-70.31136246799991,46.071865947],[-70.24400223899991,46.14100901300016],[-70.28089921099993,46.21185740100013],[-70.1883983969999,46.35841176400005],[-70.07432267299993,46.41954498300005],[-70.00776342799992,46.70407541900006],[-69.26762772699993,47.43984446200007],[-69.22197159899991,47.459688213000064],[-69.06965531399993,47.431886292000016],[-69.04019974799994,47.24905507400014],[-68.90622859699994,47.190221457000135],[-68.7618188079999,47.237040304000075],[-68.64420324699995,47.245282694000124],[-68.53966182499994,47.29985300800014],[-68.3856143809999,47.301713359000146],[-68.29972814899995,47.3678333540001],[-68.19704707899993,47.34140085900013],[-67.9624360759999,47.197688700000086],[-67.80518469299997,47.035631409000146],[-67.78973343999988,46.22901397800008],[-67.78456579699989,45.960141500000034],[-67.79924190299997,45.87565053400009],[-67.77283524599997,45.82805654000005],[-67.81112748299998,45.76650990800012],[-67.80012040199998,45.69984731100011],[-67.7173864339999,45.68537791000007],[-67.66033565299992,45.63737050400012],[-67.44996089699995,45.61080881700012],[-67.42618973799998,45.53344919900009],[-67.4932140709999,45.493141581000046],[-67.42882523699993,45.38704986600011],[-67.47502396699988,45.28235341400007],[-67.35627152599992,45.16592641200005],[-67.2061662079999,45.18940058600013],[-67.10029049399989,45.0693626970001],[-67.05199133999986,44.98338450700011],[-67.04369055899988,44.89402903900019],[-66.97732499899993,44.81553782800016],[-67.22439531199987,44.644232489],[-67.37132727799985,44.65770091400019],[-67.40453040299988,44.60569896000011],[-67.47252356699994,44.60313548400002],[-67.53905188699994,44.64622630400005],[-67.57498124899993,44.553493557000095],[-67.68370520699995,44.54804108300006],[-67.7141414049999,44.500759182000095],[-67.80663001199991,44.57538483300014],[-67.87486731699991,44.541774807000124],[-67.85228430899986,44.48253001500002],[-67.8996068999999,44.42210521000011],[-68.01952063699994,44.37669505400011],[-68.09752356699991,44.38572825700011],[-68.11152096299986,44.48008860900008],[-68.26980546799993,44.48607005400011],[-68.56301835799988,44.400580145],[-68.52599036399994,44.29478587400017],[-68.68370520699995,44.294460354000066],[-68.82762610599994,44.479112046000026],[-68.98660234299984,44.42116933800013],[-68.94456946499989,44.34882233300006],[-68.99897213399987,44.29478587400017],[-69.0883276029999,44.1365013690001],[-69.11876380099994,44.04087962400003],[-69.19139563699994,43.95217519700016],[-69.26341712099989,43.92991771000011],[-69.37014726499987,44.021511135000125],[-69.43036861899995,43.993109442],[-69.47878984299984,43.880316473],[-69.56749426999991,43.94163646],[-69.64940344999985,43.8975690780001],[-69.65697180899991,44.009222723000065],[-69.75922604099995,43.88641998900009],[-69.70726477799988,43.82693105700004],[-69.78730221299995,43.737534898000135],[-69.91014563699991,43.801296291000156],[-69.98582923099991,43.862779039000046],[-70.10883541599992,43.80674876500002],[-70.23912512899997,43.70005931200002],[-70.20494544199988,43.56114329600014],[-70.35643469999994,43.52696360900016],[-70.38243567599991,43.393744208],[-70.51952063699989,43.339544989000146],[-70.58165442599991,43.2748884140001],[-70.56891842399995,43.22898997600011],[-70.79378959006563,42.92947353697729]]],[[[-68.19892330599993,44.308620510000154],[-68.41405188699994,44.258612372000144],[-68.43480383999994,44.29999420800006],[-68.35496985599991,44.42328522300012],[-68.27403723899994,44.439276434000035],[-68.18529212099989,44.35700104400017],[-68.19892330599993,44.308620510000154]]]]}},
{"type":"Feature","properties":{"FeatureNa":"Squirrel Creek Campground","ID":1410108,"Class":"Locale","County":"Valdez-Cordova (CA)","State":"AK","Latitude":"61.395900","field_7":"-145.101800","elev":"3","map":"The Basin","BGNDate":null,"EntryDate":"04-SEP-1980"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-130.4721343306038,56.22473416260389],[-130.9068370991353,55.73259250518042],[-131.0615128249999,55.876776434000035],[-131.1651912099999,55.940578518000066],[-131.19225012899994,56.01455312700013],[-131.34186764199984,55.96092357000005],[-131.41437740799986,56.010199286000145],[-131.73591061099987,55.88670482000013],[-131.8932999339999,55.85537344000009],[-131.7638240229999,55.79734935100011],[-131.8277074859999,55.667873440000065],[-131.93626868399988,55.598089911000116],[-131.96141516799986,55.50104401200018],[-132.17162024599992,55.58852773600013],[-132.2119034499999,55.69806549700009],[-132.2615453769999,55.73965078300016],[-132.08600826699993,55.84577057500009],[-131.94351152299993,56.00690338700012],[-131.9630427729999,56.157375393000095],[-131.8137914699999,56.195990302000055],[-131.95933997299994,56.29450104400014],[-131.97130286399997,56.35643138200011],[-132.16104081899996,56.38019440300003],[-132.2032771479999,56.47125885600015],[-132.3497208319999,56.53693268400015],[-132.30504309799994,56.64020416900014],[-132.4768774079999,56.60447825700011],[-132.55003821499994,56.63898346600003],[-132.46873938699986,56.69188060099999],[-132.47948157499988,56.7428246110001],[-132.67320716099994,56.80280182500003],[-132.8604223299999,56.91885000200007],[-132.76768958199997,56.969671942],[-132.8776749339999,57.02130768400015],[-133.0930069649999,57.08649323100015],[-133.1210831369999,57.144273179],[-133.2441300119999,57.16844310100011],[-133.26646887899994,57.11318594000009],[-133.55199133999986,57.18146393400009],[-133.48509680899986,57.27700429900007],[-133.39146887899992,57.335150458000115],[-133.5003962879999,57.47601959800012],[-133.46084550699996,57.57990143400018],[-133.60509192599997,57.579291083000115],[-133.65880286399994,57.62091705900009],[-133.6482641269999,57.70282623900012],[-133.57286536399994,57.71605052300008],[-133.2104386059999,57.588934637000094],[-133.18272864499994,57.62376536700013],[-133.52892005099991,57.750921942],[-133.55431067599994,57.929429429],[-133.64012610599988,57.86790599200013],[-133.6863500639999,57.790716864],[-133.86115475199992,57.95673248900009],[-134.05972246,58.072170315000065],[-134.0870662099999,58.18659088700018],[-134.0676977199999,58.27887604400003],[-133.98241126199986,58.315619208000115],[-134.00450598899994,58.40859609600001],[-134.14712480399993,58.28497955900012],[-134.1128637359999,58.232082424000154],[-134.24160722599987,58.214300848000065],[-134.49795488199993,58.353949286000145],[-134.76732337099992,58.40033600500011],[-134.8269750639999,58.510972398000106],[-134.9756567049999,58.658921617000075],[-134.9207657539999,58.67829010600009],[-134.94611568899984,58.79975006700009],[-135.0521541009999,58.752386786000145],[-135.14362545499984,58.83388906500009],[-135.12857011599993,58.895209052],[-135.22960364499994,59.12588125200001],[-135.40111243399994,59.319891669000114],[-135.4670304029999,59.30573151200018],[-135.3954972,59.18317291900014],[-135.37498938699989,59.086981512000094],[-135.3858129549999,58.954331773000106],[-135.2310277989999,58.77167389500009],[-135.1684464179999,58.645738023000106],[-135.22618567599994,58.61229075700005],[-135.0996801419999,58.44379303600006],[-135.05284583199995,58.309271552],[-135.14561927,58.21678294499999],[-135.3095597,58.252142645],[-135.38158118399986,58.31093984600001],[-135.41592363199993,58.39496491100006],[-135.50706946499992,58.38068268400015],[-135.62751217399986,58.42625560100011],[-135.88670813699986,58.37938060100008],[-135.90318762899994,58.47748444200006],[-135.8411352199999,58.52838776200018],[-135.96401933499996,58.716457424000154],[-136.0602921209999,58.82591380400011],[-136.15953528599994,58.768255927000084],[-136.26911373599987,58.76414622600011],[-136.47520911399997,58.83657461100016],[-136.51081295499984,58.942572333000115],[-136.63345292899993,58.891791083000086],[-136.9112442699999,58.954331773000106],[-136.89586341099994,58.892401434000035],[-136.48477128799993,58.799627997000115],[-136.5633031889999,58.76068756700012],[-136.3838598299999,58.72508372600005],[-136.12824459499987,58.57074616100009],[-136.13190670499992,58.51951732000013],[-136.02672278599994,58.38812897300012],[-136.0762833319999,58.34560781500009],[-136.37059485599988,58.29954661700005],[-136.4928279289999,58.31443919499999],[-136.59837805899986,58.223049221000124],[-136.82624264199993,58.31899648600013],[-136.8475235669999,58.372748114],[-136.9793595039999,58.4068871110001],[-137.1314184239999,58.40131256700009],[-137.5185440749999,58.56476471600014],[-137.55426998599984,58.620835679],[-137.93097896999987,58.80304596600003],[-137.9843643869999,58.919989325000145],[-138.1848852199999,59.02558014500012],[-138.50694739499997,59.12470123900009],[-138.44908606699997,59.19163646],[-138.6536352199999,59.16396719000009],[-138.9816788399999,59.27484772300012],[-139.20588131399992,59.31976959800012],[-139.85700436099984,59.546291408000016],[-139.65758216099988,59.57550690300015],[-139.4733780589999,59.71759674700017],[-139.5620824859999,59.7723656270001],[-139.62108313699994,59.89028554900001],[-139.47321529899986,59.993597723],[-139.30516516799995,59.86469147300012],[-139.21873938699994,59.87103913000006],[-139.39024817599994,59.991359768],[-139.50723222599987,60.046535549000126],[-139.58482825399994,59.955064195000105],[-139.70596269399988,59.92177969000004],[-139.84902910099987,59.819403387000094],[-140.32274329299986,59.701239325000145],[-140.61701412699986,59.70848216399999],[-140.86314856699988,59.745550848],[-141.27415930899988,59.849188544000114],[-141.41319739499988,59.89996979400014],[-141.27525794199994,59.94354889500009],[-141.26158606699988,60.01178620000009],[-141.38589433499993,60.034816799000154],[-141.61388098899994,59.96906159100017],[-141.73265540299988,59.963120835000055],[-141.96910559799994,60.02814362200009],[-142.48741614499988,60.07591380400005],[-142.7984919909999,60.112372137000094],[-143.19579016799986,60.06769440300015],[-143.6096085279999,60.04946523600016],[-143.91860917899987,59.997015692],[-144.0507706369999,60.07965729400017],[-144.2054744129999,60.14516836100002],[-144.19054114499988,60.18659088700004],[-144.34756425699993,60.201117255000085],[-144.44855709499996,60.17633698100009],[-144.5711156889999,60.190619208],[-144.7840470039999,60.30597565300009],[-144.94163977799994,60.30662669500005],[-144.91454016799992,60.38117096600011],[-144.79084225199995,60.46491120000003],[-144.89321855399993,60.56732819200012],[-145.0195206369999,60.52643463700018],[-145.11400305899994,60.42942942900014],[-145.23591061099995,60.36810944200012],[-145.38914954299986,60.362534898000106],[-145.57258053299992,60.45111725500011],[-145.7316158069999,60.465277009000104],[-145.93875364099995,60.45606615100006],[-145.68130449099988,60.608099677],[-145.69176184799994,60.656683661000145],[-145.82420813699989,60.664862372000144],[-145.91429602799994,60.703924872000115],[-146.19774329299995,60.63654205900009],[-146.11729895699986,60.721380927000084],[-146.22248287699992,60.755764065],[-146.48228919199988,60.68695709800012],[-146.5626114569999,60.75096263200011],[-146.26284745999988,60.81085846600014],[-146.3872777989999,60.84788646],[-146.51146399599992,60.81858958500008],[-146.68350175699993,60.879828192],[-146.75328528599988,60.955023505],[-146.6727595689999,61.03270091400013],[-146.5568741529999,61.085923570000105],[-146.28376217399995,61.08144765800013],[-146.32579505099991,61.13646067900011],[-146.58584550699993,61.13646067900011],[-146.81554114499988,61.031805731000034],[-146.94871985599994,60.949652411000145],[-147.1006567049999,61.015285549000154],[-147.3646134109999,60.89126211100016],[-147.60383053299995,60.96116771000008],[-147.59679114499988,60.88568756700015],[-147.68195553299995,60.864691473],[-147.79246985599988,60.91681549700006],[-147.93809973899988,60.90875885600009],[-148.0504044259999,60.95014069200012],[-148.0209854809999,61.03742096600003],[-148.17235266799986,61.02326080900009],[-148.30646725199995,60.895697333000115],[-148.58637447799995,60.830471096000124],[-148.5789281889999,60.73578522300012],[-148.43305416599992,60.779608466000084],[-148.2646378249999,60.76080963700004],[-148.20628821499992,60.620550848],[-148.3152563139999,60.5497093770001],[-148.27660071499994,60.49494049700017],[-148.08360755099991,60.60488515800013],[-147.95693925699993,60.49843984600007],[-147.94188391799992,60.44306061400009],[-148.2170304029999,60.347601630000085],[-148.26484127499987,60.232163804],[-148.14130611899995,60.232163804],[-148.1649063789999,60.14907461100002],[-148.2786352199999,60.12726471600014],[-148.40196692599994,59.991359768],[-148.56175696499994,59.95709870000006],[-148.92601477799985,59.971502997000115],[-149.19273841099994,60.014105536000145],[-149.2312719389999,59.91559479400014],[-149.3411352199999,60.02240631700012],[-149.57685299399992,59.897609768],[-149.7385961579999,59.89085521000008],[-149.80724036399994,59.71759674700017],[-149.91649329299992,59.71759674700017],[-150.11030025899987,59.58002350500003],[-150.19945227799985,59.56883372599999],[-150.3262426419999,59.47597890800007],[-150.46519934799994,59.49445221600011],[-150.55333411399988,59.53571198100015],[-150.65306555899988,59.42389557500003],[-150.91767330599993,59.32656484600007],[-150.89195716099988,59.257513739000146],[-151.0924779939999,59.28510163000006],[-151.11034094999985,59.21893952000006],[-151.29442298099994,59.22418854400014],[-151.39683997299994,59.25828685100008],[-151.5012914699999,59.23468659100003],[-151.56810462099992,59.17576732000008],[-151.7415258449999,59.16714101800015],[-151.97716223899994,59.27936432500009],[-151.8965958319999,59.35956452000012],[-151.89403235599988,59.412827867000104],[-151.6518448559999,59.485907294000086],[-151.44041907499985,59.4936384140001],[-151.4414770169999,59.53221263200008],[-151.27330481699994,59.55996328300013],[-151.18455969999988,59.655503648000135],[-150.99278723899988,59.77903880400005],[-151.10912024599992,59.786525783000016],[-151.47260494699992,59.63568756700012],[-151.74693762899994,59.682847398000106],[-151.8313695949999,59.7162132830001],[-151.88288326699995,59.786525783000016],[-151.7060440749999,60.041693427000055],[-151.46544348899988,60.18768952000009],[-151.40326900899996,60.25242747599999],[-151.3902481759999,60.35944245000003],[-151.3059789699999,60.386948960000055],[-151.28278561099995,60.53705475500011],[-151.4173070949999,60.718166408000016],[-151.25300045499995,60.775336005000085],[-151.0714819,60.78534577000006],[-150.7632543609999,60.92670319200015],[-150.45250403599988,61.03424713700015],[-150.33482825399992,61.0328636740001],[-150.22529049399986,60.93724192900011],[-150.0437719389999,60.91681549700006],[-149.82404537699995,60.97821686400012],[-149.62169348899988,60.93724192900011],[-149.12608801999986,60.88361237200003],[-149.22504635299995,60.95087311400006],[-149.33405514199993,60.93032461100002],[-149.4837133449999,60.98240794500008],[-149.6179906889999,60.994614976000136],[-149.7831518219999,61.045355536],[-150.06733150899993,61.155747789000046],[-149.89598548099988,61.23208242400007],[-149.79674231699994,61.33901601800012],[-149.6557104159999,61.40900299700003],[-149.32001705599987,61.4791527360001],[-149.42817135299993,61.51316966400013],[-149.6486710279999,61.48818594],[-149.75739498599995,61.45335521000008],[-149.9110001289999,61.352687893000066],[-149.98375403599988,61.24632396],[-150.28050696499992,61.25995514500012],[-150.45055091099994,61.25259023600013],[-150.6336156889999,61.29865143400018],[-150.73090572799995,61.25397370000012],[-150.9477432929999,61.211004950000145],[-151.06090247299989,61.163275458],[-151.15477454299986,61.06443919499999],[-151.36237545499992,61.01235586100013],[-151.56676184799994,60.99453359600015],[-151.74693762899994,60.91681549700006],[-151.84068762899994,60.751125393000095],[-152.05138098899988,60.67316315300003],[-152.10130774599992,60.61383698100015],[-152.23289954299986,60.55988190300006],[-152.34007727799985,60.47614166900003],[-152.31757564999987,60.420558986000074],[-152.4159643219999,60.29775625200001],[-152.61615963399996,60.22426992400001],[-152.6717423169999,60.24518463700015],[-152.86266028599994,60.20770905200014],[-152.69843502499992,60.17011139500015],[-152.59028072799995,60.09223053600006],[-152.61713619699992,60.01927317900005],[-152.7379044259999,59.908392645000035],[-152.8566788399999,59.882066148000106],[-153.02118893099993,59.88890208500011],[-153.22972571499986,59.86847565300015],[-153.15082760299993,59.81964752800015],[-153.00007076699993,59.800360419000114],[-153.05528723899994,59.710150458],[-153.16624915299985,59.664007880000085],[-153.31720943899992,59.6388207050001],[-153.47301184799989,59.662339585000055],[-153.57323157499988,59.64215729400003],[-153.58641516799992,59.56745026200012],[-153.7918188139999,59.54291413],[-153.72472083199992,59.46605052299999],[-154.07636471299992,59.38117096600003],[-154.0272110669999,59.341701565000065],[-154.14020748599987,59.281683661000145],[-154.12352454299992,59.22418854400014],[-154.2394913399999,59.15159739800005],[-154.14037024599992,59.03115469000012],[-154.02196204299992,59.08392975500011],[-153.89476477799985,59.06561920800006],[-153.71153723899988,59.07074616100006],[-153.62389075399994,59.01129791900003],[-153.49742591099994,59.00348541900003],[-153.3316137359999,58.93378327000006],[-153.33836829299992,58.855047919000086],[-153.43883216099988,58.733587958],[-153.69066321499992,58.62156810100011],[-153.8994034499999,58.616685289000046],[-153.96711178299992,58.49111562700001],[-154.08165442599991,58.49518463700015],[-154.0689184239999,58.42218659100014],[-154.00023352799985,58.38556549700003],[-154.30011959499996,58.32037995000012],[-154.16572018099995,58.21678294499999],[-154.28034420499995,58.13304271000008],[-154.44318600199995,58.14447663000011],[-154.46983801999988,58.08982982000008],[-154.58311926999988,58.024969794000086],[-154.69273841099988,58.06891510600012],[-154.78888912699995,58.00389232000008],[-154.88105221299992,58.03119538000014],[-155.02314205599993,58.02558014500015],[-155.0686742829999,57.89736562700001],[-155.33466549399992,57.82648346600003],[-155.3102921209999,57.74042389500012],[-155.3943985669999,57.72573476800012],[-155.60509192599986,57.79222239800005],[-155.6386205719999,57.726467190000065],[-155.61180579299992,57.66583893400009],[-155.81615149599992,57.572495835],[-156.05113684799994,57.51788971600003],[-156.33885657499985,57.41543203300013],[-156.5572403639999,57.30560944200006],[-156.39195716099988,57.314846096000124],[-156.3460180329999,57.17780182500003],[-156.48835201699995,57.113836981000034],[-156.5088598299999,57.05174388200011],[-156.64537512899992,57.05857982000013],[-156.57420813699989,56.98322174700017],[-156.76752682199992,57.011786200000145],[-156.80943762899994,56.90668366100009],[-156.88935299399995,56.95209381700006],[-157.0503637359999,56.87815989799999],[-157.18940182199992,56.776271877000156],[-157.41966712099992,56.86737702000009],[-157.4042455719999,56.77374909100014],[-157.5091039699999,56.763739325000145],[-157.57343502499992,56.71662018400015],[-157.48578854099992,56.674994208],[-157.48265540299994,56.62034739800005],[-157.66466223899994,56.61139557500012],[-157.7508031889999,56.67426178600006],[-157.91344153599988,56.653876044000086],[-157.96361243399994,56.56997304900001],[-157.8588354159999,56.56513092700011],[-157.87714596299995,56.478216864000146],[-158.0679825509999,56.51190827000015],[-158.16633053299992,56.458929755],[-158.35505123599995,56.47113678600009],[-158.43101966099988,56.438055731000034],[-158.63280188699989,56.2982445330001],[-158.34544837099986,56.32558828300016],[-158.2082413399999,56.283921617000104],[-158.3488663399999,56.22931549700006],[-158.31830807199995,56.17470937700007],[-158.4416397779999,56.13312409100011],[-158.48363196499992,56.03237539300004],[-158.53364010299993,56.004461981000176],[-158.85944576699993,56.012925523000106],[-158.9282934239999,55.92084381700012],[-159.09931393099993,55.92829010600009],[-159.20164954299992,55.892889716000084],[-159.35590572799993,55.87946198100009],[-159.4756973949999,55.831488348],[-159.56444251199986,55.70429108300014],[-159.6779679029999,55.75202057500009],[-159.6252335279999,55.81268952000006],[-159.83039303299992,55.852728583],[-159.8568009109999,55.790472723],[-159.9731339179999,55.777492580000015],[-160.1640518869999,55.657131252000156],[-160.36640377499987,55.61298248900009],[-160.4351700509999,55.57684967700014],[-160.47752844999985,55.49461497600008],[-160.54853268099993,55.489081122000144],[-160.61347408799992,55.60553620000009],[-160.68342037699992,55.46466705900009],[-160.78258216099988,55.44708893400015],[-160.9245499339999,55.519110419000086],[-161.0249731109999,55.42743561400012],[-161.27916419199994,55.354885158000016],[-161.36872311099992,55.38544342700014],[-161.5184220039999,55.38336823100012],[-161.4819229809999,55.480373440000065],[-161.3887426419999,55.57217031500012],[-161.4387914699999,55.63873932500012],[-161.62079830599987,55.61298248900009],[-161.70836341099994,55.52708567900005],[-161.71642005099994,55.39325592700011],[-161.8945206369999,55.24241771000014],[-162.01801510299995,55.23981354400003],[-162.0323380199999,55.17413971600003],[-161.95661373599987,55.12571849200005],[-162.10578365799995,55.08942291900006],[-162.27476966099994,55.01959870000009],[-162.4227188789999,55.036363023000106],[-162.41649329299992,55.09788646000008],[-162.5833227199999,55.30109284100014],[-162.6682836579999,55.291408596000096],[-162.7183324859999,55.217922268],[-162.6141251289999,55.16632721600014],[-162.6454972,54.998439846000096],[-162.78294837099992,54.93593984600015],[-162.87763424399992,54.938950914000074],[-162.97435462099992,55.00950755400014],[-163.0411270819999,55.09935130400014],[-163.18305416599992,55.139146226000136],[-163.21764075399994,55.045355536000145],[-163.06725012899994,54.97329336100002],[-163.06257076699993,54.92877838700012],[-163.32079016799986,54.813869533000016],[-163.3897598949999,54.85887278900002],[-163.2813614569999,54.94464752800006],[-163.3345434239999,55.11953359600007],[-163.05170650899993,55.21434153900013],[-162.96202551999988,55.16901276200012],[-162.8336889309999,55.22939687700013],[-162.89635169199988,55.26666901200012],[-162.73700924399986,55.31093984600007],[-162.6533097,55.36151764500006],[-162.56676184799989,55.345445054],[-162.4910375639999,55.38027578300013],[-162.54999752499992,55.45872630400008],[-162.2269994779999,55.69790273600002],[-161.9129532539999,55.830877997000144],[-161.82628333199995,55.87986888200011],[-161.45771236899992,55.95392487200017],[-161.12421627499992,55.96124909100017],[-160.8203832669999,55.73916250200007],[-160.6887100899999,55.86229075700008],[-160.51219641799992,55.869940497000115],[-160.47626705599995,55.80475495000009],[-160.3192032539999,55.825262762000065],[-160.3192032539999,55.86627838700015],[-160.52074133999986,55.93520742400001],[-160.56810462099992,56.00755442900005],[-160.46259518099993,56.11261627800015],[-160.45555579299995,56.17234935100011],[-160.36872311099995,56.276841539000046],[-160.1887100899999,56.38690827000006],[-160.01703854099992,56.44537995000003],[-159.74571692599991,56.579331773000135],[-159.4563695949999,56.62933991100006],[-159.32457434799989,56.67401764500012],[-159.1752823559999,56.763739325000145],[-159.02489173099994,56.79657623900006],[-158.94501705599993,56.84292226800012],[-158.78075110599994,56.77753327000006],[-158.68146725199992,56.786607164000074],[-158.68211829299986,57.022040106000176],[-158.60789954299992,57.100978908000016],[-158.31244869699992,57.314886786000116],[-158.0796606109999,57.3966332050001],[-157.94074459499993,57.49746328300016],[-157.70966549399992,57.568670966000084],[-157.59752356699988,57.50096263200005],[-157.60216223899988,57.62400950700008],[-157.7045792309999,57.63764069200012],[-157.7088110019999,57.729925848000065],[-157.63666744699992,57.90936920800014],[-157.6055395169999,58.10521067900011],[-157.54352779899986,58.175848700000145],[-157.52904212099992,58.256008205000015],[-157.5684708319999,58.320746161000116],[-157.5026749339999,58.463690497000144],[-157.2672826809999,58.62026601800004],[-157.06187903599994,58.7262230490001],[-156.96129309799989,58.96344635600009],[-157.03490149599986,58.959418036000116],[-157.08446204299992,58.88666413000006],[-157.47520911399988,58.799627997000115],[-157.56817851299985,58.74789321500013],[-158.15367591099988,58.613999742000075],[-158.31586666599992,58.64655182500003],[-158.40831458199995,58.77008698100006],[-158.56615149599992,58.819484768],[-158.4888402989999,58.922512111000074],[-158.5778702459999,58.95917389500009],[-158.7938940089999,58.81635163000014],[-158.7879532539999,58.76976146000011],[-158.8893958519999,58.70629295300016],[-158.77000891799992,58.51845937700007],[-158.70868893099993,58.49225495000006],[-158.82966061099992,58.40477122599999],[-159.05125891799992,58.42470937700007],[-159.3849544269999,58.75582395500014],[-159.55146236899986,58.84739817900005],[-159.58694062899994,58.90746285400003],[-159.72517723099992,58.91043894400015],[-159.8070397679999,58.844662271000075],[-159.79485136499986,58.80027681800006],[-159.9114801099999,58.77580083900013],[-160.0458151009999,58.882590479000086],[-160.25719153599988,58.91193268400012],[-160.2551163399999,58.990301825000174],[-160.35216913099993,59.070659380000095],[-160.66715575099994,58.94764329000013],[-160.82936804899992,58.85264654100017],[-160.88855118499995,58.88410192800008],[-161.35746944399995,58.72624528200008],[-161.36388763599984,58.65964736900018],[-161.5623725989999,58.60202466400001],[-161.9128453099999,58.63186297900016],[-161.86541846299986,58.71626323400007],[-161.71737550099988,58.754842889000045],[-161.7995499339999,58.98395416900014],[-161.61400305899986,59.080755927000055],[-161.72313391799992,59.115790106000034],[-161.9741104809999,59.131415106000034],[-162.0295304029999,59.23012929900007],[-161.96825110599988,59.28082916900014],[-161.9466039699999,59.387762762000094],[-161.71393795499992,59.501369533000016],[-161.85924231699988,59.628119208000086],[-161.88154049399992,59.697170315],[-162.08177649599992,59.87787506700009],[-162.10875403599988,59.96515534100017],[-162.2098282539999,60.02545807500003],[-162.2400610019999,60.08978913000014],[-162.37494869699995,60.17633698100009],[-162.34166419199988,60.21898021000014],[-162.45857960699988,60.2950855910001],[-162.39047498899993,60.329466372000056],[-162.30308997299989,60.47085195500013],[-162.42894446499986,60.43695709800009],[-162.4978735019999,60.36127350500003],[-162.60834713399993,60.32709381700012],[-162.5584203769999,60.23749420800006],[-162.46918697799993,60.20490143400009],[-162.47553463399987,60.073431708000115],[-162.52582760299993,59.99750397300009],[-162.63975989499988,59.98139069200012],[-162.75169837099986,60.00495026200015],[-162.80797278599994,59.942572333],[-163.08763587099992,59.85911692900011],[-163.6149389309999,59.80084870000009],[-163.87714596299992,59.799546617000104],[-164.09833736899992,59.833685614],[-164.21226966099985,59.95498281500012],[-164.20055091099988,60.034328518000066],[-164.4126684239999,60.09178294500008],[-164.48530025899996,60.1837425800001],[-164.61469479099992,60.23187897300015],[-164.67328854099986,60.31220123900006],[-164.7534887359999,60.28709544500008],[-164.98896236899992,60.341376044000114],[-165.12157141799992,60.45050690300015],[-165.0239965489999,60.46898021000008],[-165.01044674399992,60.55451080900018],[-165.22175045499995,60.49900950700014],[-165.36974036399988,60.51211172100001],[-165.31427975199992,60.58087799700009],[-164.99921627499992,60.71137116100009],[-165.0313614569999,60.78701406500009],[-164.84825598899988,60.87164948100009],[-164.6684057279999,60.92177969000009],[-164.6691381499999,60.825751044000114],[-164.4648331369999,60.82054271000011],[-164.2708227199999,60.78790924700017],[-164.21837317599994,60.69017161699999],[-163.95563717399995,60.779852606000034],[-163.80687415299988,60.734930731000034],[-163.8361710279999,60.63955312700001],[-163.79438229099986,60.58417389500012],[-163.64354407499988,60.601548570000105],[-163.46430416599995,60.67658112200003],[-163.42430579299992,60.76471588700004],[-163.5436498689999,60.810003973000065],[-163.86152096299992,60.854681708000115],[-164.3637589179999,60.872056382],[-164.56444251199994,60.854681708000115],[-164.62804114499994,60.932318427000055],[-164.8148901029999,60.90810781500015],[-164.8558243479999,60.95087311400006],[-165.1289770169999,60.9234886740001],[-165.19847571499992,60.97821686400012],[-165.0587052069999,61.062892971000124],[-165.21149654899992,61.149562893000066],[-165.3463842439999,61.15672435100011],[-165.37372799399986,61.07160065300012],[-165.51280676999988,61.08698151200015],[-165.62169348899988,61.14350006700009],[-165.62372799399992,61.280462958000086],[-165.69945227799988,61.303412177000084],[-165.82872473899988,61.31297435100005],[-165.8557836579999,61.320868231000034],[-165.92125403599985,61.39935944200006],[-165.78010006399992,61.457993882],[-165.77696692599994,61.51581452000012],[-165.92389889199995,61.5621605490001],[-166.13825436099992,61.51609935100005],[-166.19994055899986,61.59454987200009],[-165.9112035799999,61.70416901200004],[-166.00336666599995,61.73493073100012],[-166.1027725899999,61.821112372000144],[-165.78010006399992,61.82794830900018],[-165.6090795559999,61.85130442900008],[-165.7390844389999,61.965073960000055],[-165.7595108709999,62.02562083500014],[-165.70555579299986,62.11660390800007],[-165.59459387899994,62.17829010600009],[-165.27354895699995,62.43744538000011],[-165.13304602799985,62.51569245000003],[-164.9309789699999,62.53367747600005],[-164.8347061839999,62.584377346000124],[-164.8279516269999,62.65412018400018],[-164.88316809799989,62.73908112200003],[-164.8325902989999,62.80890534100017],[-164.81611080599993,62.92719147300009],[-164.72350012899994,63.01292552300005],[-164.5166723299999,63.03021881700015],[-164.52281653599988,63.088324286],[-164.57909094999985,63.14057038000011],[-164.3658341139999,63.229193427],[-164.14537512899994,63.26215241100009],[-163.76732337099992,63.22475820500013],[-163.60252844999985,63.1056175800001],[-163.44066321499992,63.09601471600003],[-163.35053463399987,63.030829169000114],[-163.09398352799985,63.057359117000075],[-162.8808080719999,63.14093659100003],[-162.80634518099993,63.21954987200003],[-162.5965063139999,63.27667877800012],[-162.4016007149999,63.43121979400014],[-162.2800186839999,63.489081122000144],[-162.23725338399993,63.546291408000016],[-162.08421790299994,63.51471588700012],[-162.0869848299999,63.45233795800006],[-161.66034908799992,63.469631252000156],[-161.57343502499992,63.45538971600014],[-161.18626868399994,63.505560614000146],[-160.94989986899992,63.63666413],[-160.7915746739999,63.74652741100009],[-160.76695716099988,63.82412344000012],[-160.80504309799989,63.90448639500012],[-160.92878170499995,64.04816315300017],[-160.9734594389999,64.25047435100005],[-161.20311438699994,64.36408112200014],[-161.22675533799986,64.41181061400012],[-161.48570716099994,64.45709870000003],[-161.4569799469999,64.52114492400001],[-161.03502356699994,64.50775788000011],[-160.8031713529999,64.64337799700003],[-160.78770911399988,64.7178408870001],[-160.88471432199992,64.81012604400003],[-161.04438229099986,64.8625348980001],[-161.1825658839999,64.93952057500009],[-161.42218990799995,64.77435944200003],[-161.71642005099994,64.79486725500006],[-162.0808813139999,64.72109609600012],[-162.2702123689999,64.6192894550001],[-162.5112198559999,64.55866120000003],[-162.60716712099992,64.50678131700012],[-162.6426488919999,64.39443594000012],[-162.7813207669999,64.34369538000009],[-162.89618893099993,64.51801178600014],[-163.14765377499992,64.62714264500009],[-163.2425024079999,64.64838288000006],[-163.35859127499992,64.603745835],[-163.3681534499999,64.5877953150001],[-163.05296790299994,64.509955145],[-163.13499915299985,64.41254303600014],[-163.40900631399995,64.52798086100013],[-163.67853756399987,64.58633047100012],[-163.9713842439999,64.56952545800011],[-164.34186764199995,64.59003327000006],[-164.65038001199986,64.50226471600008],[-164.6917211579999,64.53131745000015],[-165.03551184799994,64.44830963700015],[-165.44623775899987,64.51186758000016],[-165.8775121739999,64.54824453300013],[-166.18968665299994,64.58519114799999],[-166.37035071499992,64.637844143],[-166.48346920499995,64.72964101800007],[-166.4803768949999,64.80201013900007],[-166.39391028599988,64.82273997600011],[-166.39020748599992,64.89850495000009],[-166.68452922599988,64.98217990600004],[-166.74951017299992,65.06201045700011],[-166.46922766799995,65.18927643400009],[-166.48871822799993,65.23427969000006],[-166.14040990599995,65.285692726],[-166.9383031889999,65.38507721600008],[-167.39855450199988,65.40108154800002],[-167.7221176439999,65.50465834700005],[-168.08100338399993,65.591498114],[-167.82274329299992,65.72028229400011],[-167.5809220039999,65.7206891950001],[-167.56102454299986,65.80890534100008],[-167.34593665299994,65.89858633000013],[-167.21324622299986,65.86432526200015],[-167.05988522,65.877630927],[-166.8768204419999,65.94684479400017],[-166.72496497299986,66.06134674700017],[-166.2874649729999,66.17963288],[-166.09369869699995,66.12531159100017],[-165.7549942699999,66.10529205900009],[-165.50011145699992,66.15228913000011],[-165.8899633449999,66.24103424700009],[-165.7664281889999,66.32363515800007],[-165.3057348299999,66.43695709800015],[-164.9505509109999,66.46015045800009],[-164.7180883449999,66.55634186400012],[-164.27436275899987,66.60228099199999],[-163.98639889199993,66.61225006700009],[-163.80687415299988,66.57001373900006],[-163.7591039699999,66.50482819200015],[-163.8956192699999,66.39931875200016],[-163.85468502499992,66.2894554710001],[-163.9187719389999,66.24648672100012],[-164.0782364569999,66.22260163000006],[-163.8904923169999,66.16762929900007],[-163.68049068899992,66.078599351],[-163.3543595039999,66.09764232],[-163.12165279899995,66.07037995000009],[-162.9477026029999,66.1035016950001],[-162.76475989499994,66.10390859600012],[-162.65473385299993,66.03851959800006],[-162.48790442599991,66.06289297100001],[-162.3880102199999,66.03558991100012],[-162.17943274599992,66.07591380400002],[-161.91563880099994,66.04242584800015],[-161.68529212099995,66.138617255],[-161.57123775899993,66.25800202000006],[-161.3600968089999,66.27521393400018],[-161.32066809799994,66.2328148460001],[-161.1143285799999,66.2069359400001],[-160.99701900899993,66.24103424700009],[-161.13573157499994,66.34316640800016],[-161.51069088399996,66.40766022300012],[-161.74461829299992,66.40550364800013],[-161.94465084499993,66.33063385600015],[-161.86725826699995,66.48126862200009],[-161.93248450399994,66.55634186400012],[-162.26451575399992,66.72272370000012],[-162.44054114499988,66.73078034100014],[-162.6253149079999,66.86147695500001],[-162.6387426419999,66.89960358300009],[-162.41710364499988,66.92251211100007],[-162.3271378249999,66.960394598],[-162.12092037699995,66.80609772300012],[-162.01496334499996,66.77236562700013],[-162.08075924399992,66.666205145],[-161.87083899599992,66.53217194200003],[-161.60716712099992,66.45392487200003],[-161.33918209499996,66.48871491100006],[-161.2628881499999,66.529242255],[-161.06098385299993,66.48615143400015],[-160.78477942599986,66.3744977890001],[-160.61717688699994,66.37140534100003],[-160.24909420499992,66.40228913000009],[-160.21918697799993,66.53204987200006],[-160.32542883999986,66.60480377800009],[-160.48485266799986,66.63446686400015],[-160.5517065089999,66.59113190300015],[-160.8809708319999,66.67243073100015],[-161.13605709499996,66.65192291900009],[-161.3137100899999,66.5353050800001],[-161.56261145699995,66.56639232],[-161.8682755199999,66.7062848980001],[-161.88056393099995,66.81476471600003],[-161.73066158799995,66.953558661],[-161.58954830599993,66.99323151200012],[-161.83515377499987,67.05499909100003],[-161.99022376199989,67.04922109600015],[-162.43549557199992,66.99103424700003],[-162.73334713399993,67.04881419500005],[-162.9373266269999,67.02928294500008],[-163.14232337099986,67.05703359600015],[-163.6883031889999,67.10321686400006],[-163.7656143869999,67.13996002800015],[-163.81004798099994,67.335150458],[-163.96161861899995,67.49868398600013],[-164.1514786449999,67.61961497600005],[-164.44603430899986,67.70990631700006],[-164.69355221299986,67.82461172100001],[-164.8560277989999,67.84955475500014],[-165.05394446499986,67.93305084800004],[-165.43720455599987,68.06024811400009],[-165.92808997299989,68.13694896000011],[-166.1034643219999,68.23989492400001],[-166.54816646999987,68.3588320980001],[-166.37035071499992,68.44082265800002],[-166.2399796209999,68.56427643400004],[-166.19379635299987,68.7796898460001],[-166.23676510299993,68.87482330900015],[-165.81358801999988,68.87946198100009],[-165.66474361899992,68.86155833500014],[-165.04405676999986,68.88149648600002],[-164.7907608709999,68.91425202000015],[-164.3464249339999,68.92938873900015],[-163.96454830599987,69.00311920800009],[-163.6225479809999,69.11920807500012],[-163.28612219999988,69.31098053600012],[-163.15575110599985,69.35936107000013],[-163.0254613919999,69.62628815300015],[-163.04853268099987,69.68724192900005],[-162.94977779899992,69.79047272300006],[-162.53779049399986,69.956732489],[-162.46149654899992,70.05963776200015],[-162.19941158799986,70.16437409100003],[-161.90571041599995,70.32062409100017],[-161.84052486899992,70.19546133000013],[-161.63194739499988,70.25608958500011],[-161.34215247299989,70.258775132],[-160.8606664699999,70.34731679900001],[-160.21617591099994,70.57904694200006],[-159.94709225199992,70.59723541900014],[-159.92198645699995,70.54486725500009],[-160.05634518099993,70.37494538],[-159.8867895169999,70.39887116100006],[-159.79930579299992,70.49921295800014],[-159.94786536399994,70.636419989],[-159.66816158799986,70.80499909100008],[-159.34630286399988,70.86334870000017],[-159.35680091099994,70.76019928600014],[-158.71540279899986,70.79132721600014],[-158.49299068899992,70.83234284100014],[-158.47992916599995,70.85325755400011],[-158.04303951699995,70.836859442],[-157.86493893099987,70.86644114800005],[-157.55907141799986,70.951361395],[-157.23119055899994,71.07135651200004],[-156.81720943899995,71.30634186400006],[-156.60444088399987,71.35366445500001],[-156.42841549399992,71.26496002800003],[-156.23700924399992,71.26919179900015],[-155.9993383449999,71.19452545800011],[-155.80089270699995,71.20880768400004],[-155.62474524599992,71.18353913000009],[-155.59373938699989,71.06972890800002],[-155.83075924399992,70.98309967700006],[-156.0720922519999,70.97394440300017],[-156.0872289699999,70.92698802300005],[-155.91978919199994,70.82542552300005],[-155.64704342399995,70.83588288000011],[-155.54242916599986,70.86640045800006],[-155.51789303299995,70.95213450700011],[-155.19672604099986,71.04144928600006],[-155.2891739569999,71.08612702000012],[-155.1093236969999,71.15037669500005],[-154.77525794199988,71.0839704450001],[-154.59711666599992,71.00047435100005],[-154.7128800119999,70.90558502800009],[-154.53880774599992,70.82615794499999],[-154.3090714179999,70.8307966170001],[-154.1309708319999,70.79132721600014],[-153.89354407499985,70.89838288000006],[-153.51402747299989,70.88690827000012],[-153.30243893099993,70.92865631700006],[-152.8157445949999,70.88690827000012],[-152.54584713399993,70.88751862200009],[-152.21922766799992,70.81801992400007],[-152.51410885299987,70.68891022300015],[-152.45616614499988,70.55585358300014],[-151.76036536399994,70.56671784100003],[-151.79039466099988,70.50238678600003],[-151.97968502499995,70.44871653900013],[-151.4541723299999,70.43895091399999],[-151.24360104099992,70.37929922100001],[-151.17772376199986,70.44871653900013],[-150.86241614499994,70.46979401200015],[-150.7935277989999,70.5033226580001],[-150.51313229099995,70.50389232000008],[-150.36152096299995,70.47972239800005],[-150.41673743399986,70.42137278900007],[-150.11913001199994,70.44285716399999],[-149.88971920499995,70.5127627620001],[-149.3444718089999,70.51007721600003],[-148.79584713399987,70.41453685100005],[-148.68244381399992,70.42011139500015],[-148.3814184239999,70.31248607000005],[-148.2573949859999,70.35447825700014],[-147.79869544199994,70.29043203300016],[-147.8061417309999,70.23647695500013],[-147.12368730399996,70.16754791900009],[-146.84878495999988,70.19342682500012],[-146.23058020699995,70.18602122600011],[-146.08263098899988,70.15566640800013],[-145.8801977199999,70.1749535180001],[-145.59968014199995,70.080755927],[-145.15392005099991,70.00307851800007],[-144.5901586579999,69.98281484600015],[-144.3861384759999,70.0440127620001],[-144.1869197259999,70.04360586100007],[-144.0174454419999,70.09259674700014],[-143.9189347,70.07135651200015],[-143.23566646999984,70.11823151200012],[-142.9636124339999,70.06264883000007],[-142.87954667899993,70.07404205900004],[-142.4378149079999,69.948960679],[-142.27090410099993,69.85602448100009],[-142.10732988199996,69.84894440300003],[-141.6533097,69.76215241100012],[-141.41291256399987,69.65037669499999],[-141.22061113199996,69.67405833500003],[-141.0055486371089,69.65094121827265],[-141.0052386069999,68.92204742500006],[-141.00500606299997,68.48470977900003],[-141.00469600499997,67.75581370100015],[-141.00423091699986,66.8811384080001],[-141.00392085799987,66.15226816900015],[-141.0036366389999,65.56917714500004],[-141.0033782559999,64.986008606],[-141.00314571199996,64.54867096000008],[-141.0029131679999,63.965502422000114],[-141.0026031099999,63.38248891200003],[-141.0022930499999,62.653592835000055],[-141.00198299199994,61.924619243000095],[-141.00167293399994,61.341579896000084],[-141.00136287499987,60.75841135700013],[-141.00115616899993,60.32107371000011],[-140.97955542099993,60.29580393500014],[-140.53374283899993,60.218547669000046],[-140.42411128799984,60.29316843700012],[-140.0157899579998,60.18738678000007],[-139.91693294399994,60.20785064700014],[-139.7284173179999,60.30903310200013],[-139.62834590799991,60.33409617100013],[-139.101608033,60.34660186800012],[-139.0731859949998,60.29983469700012],[-139.182145753,60.07338857000009],[-139.0037587079999,59.977218730000075],[-138.69209814499993,59.88688832600003],[-138.5992097579998,59.75382151300006],[-137.6113630779999,59.23933095400018],[-137.4843940849999,58.991904196000135],[-137.50775183199994,58.93996938100004],[-137.42310583599993,58.90772328700008],[-137.28189998399978,58.98714996400015],[-136.84081579699983,59.1481737270001],[-136.61349117099996,59.15421987000015],[-136.46654923599993,59.28780344700006],[-136.46755692599982,59.46164296500008],[-136.36683955999985,59.44955068000009],[-136.2750363779998,59.48644765300013],[-136.25849991899992,59.621581523000046],[-135.92381750599998,59.66674672500001],[-135.48275915599993,59.79247548400018],[-135.25987870299997,59.69821767200007],[-135.01619848699997,59.5434467570001],[-135.02325232,59.47714589500002],[-135.0957543539999,59.41885487900005],[-134.99325415099992,59.381906230000126],[-135.01619848699997,59.33617258700009],[-134.93243099,59.270646872],[-134.70551977599996,59.2401061],[-134.5567174899999,59.123058980000096],[-134.47757503299982,59.11494578100009],[-134.3980191659998,59.05195221000015],[-134.39938859199998,58.974954326000145],[-134.22219010499992,58.84271433500011],[-133.87122961499978,58.735899150000094],[-133.79640214099993,58.693421123000135],[-133.6262833259999,58.546401673],[-133.46308915199978,58.46222076400012],[-133.3745674239999,58.290965068],[-133.16558793199994,58.147304586000175],[-133.07515417499997,58.00788157199999],[-132.91715348399993,57.88049916600009],[-132.55244706299993,57.499075420000125],[-132.36230363,57.345699768000074],[-132.2309938159999,57.196819967000025],[-132.34121964599996,57.08039296500009],[-132.0318586839999,57.028406474000164],[-132.1073837899999,56.858752747000054],[-131.87155839099995,56.793459575000114],[-131.8879656579999,56.747958476000164],[-131.79910803299995,56.5876581830001],[-131.5858910729999,56.5950479130001],[-131.10054602099996,56.4076691690001],[-130.8390891119999,56.37245168100013],[-130.645767579,56.26194163100011],[-130.4721343306038,56.22473416260389]]],[[[-130.96280564008785,55.66922863335369],[-131.200380829168,55.400261753497865],[-131.26243456639338,55.33000862584795],[-131.31506293095936,55.27042628030069],[-131.40416419199994,55.26292552299999],[-131.39452063699986,55.36595286700005],[-131.5088598299999,55.311712958],[-131.66152910099996,55.343207098],[-131.7866104809999,55.42731354400014],[-131.81029212099992,55.47662995000003],[-131.65054277299993,55.55027903899999],[-131.61978105399993,55.59528229400017],[-131.70742753799993,55.62962474200013],[-131.7092179029999,55.73965078300016],[-131.62730872299989,55.78302643400012],[-131.67064368399986,55.839504299000154],[-131.53449459499987,55.85199616100006],[-131.5788468089999,55.907171942],[-131.40416419199994,55.92829010600009],[-131.2802628249999,55.96515534100017],[-131.1795548169999,55.923529364],[-131.04442298099988,55.790472723],[-130.96280564008785,55.66922863335369]]],[[[-131.3748494733322,55.20273992036702],[-131.49924349793304,55.06190925198311],[-131.58653723899994,55.21865469000012],[-131.5312393869999,55.27423737200017],[-131.3748494733322,55.20273992036702]]],[[[-176.35411536399994,51.83673737200009],[-176.26471920499992,51.816229559000035],[-176.29267330599995,51.741156317],[-176.3970434239999,51.741888739000146],[-176.35411536399994,51.83673737200009]]],[[[-177.84544837099992,51.851874091000084],[-177.77521725199986,51.7965355490001],[-177.8065079419999,51.70331452000006],[-177.95799719999985,51.637437242000104],[-178.04462643099993,51.665594794000086],[-177.9548233709999,51.72907135600009],[-178.21381588399987,51.876044012000094],[-178.14781653599994,51.91469961100013],[-177.95225989499988,51.92475006700012],[-177.84544837099992,51.851874091000084]]],[[[-177.13231360599994,51.73065827000012],[-177.2776586579999,51.680121161000116],[-177.38544674399986,51.726385809000035],[-177.2155248689999,51.818793036000145],[-177.17345130099991,51.93561432500012],[-177.0546768869999,51.90981679900007],[-177.13695227799988,51.82282135600012],[-177.13231360599994,51.73065827000012]]],[[[-176.5598852199999,51.960435289000074],[-176.64146887899994,51.85716380400005],[-176.5049535799999,51.823675848],[-176.42768307199992,51.83429596600014],[-176.4155981109999,51.754787502000156],[-176.52293860599988,51.74152252800003],[-176.58812415299988,51.68585846600011],[-176.8283178379999,51.67381419499999],[-176.91706295499995,51.601548570000105],[-176.9666235019999,51.669134833000086],[-176.88215084499984,51.72036367400004],[-176.9151098299999,51.79193756700006],[-176.77985592399992,51.82904694200006],[-176.78180904899986,51.936468817],[-176.72236080599993,51.96051666900014],[-176.5598852199999,51.960435289000074]]],[[[-175.9955948559999,52.032945054],[-176.04303951699993,51.96336497599999],[-176.17060299399992,52.00503164300012],[-176.16913815,52.09739817900008],[-176.06871497299989,52.107652085],[-175.9955948559999,52.032945054]]],[[[-173.10167395699995,52.09829336100016],[-173.05186926999986,52.06854889500015],[-173.23859615799995,52.07575104400017],[-173.50055904899992,52.022853908000016],[-173.57066809799989,52.04852936400009],[-173.8360082669999,52.04336172100007],[-173.99054928299992,52.10423411699999],[-173.53119869699992,52.14496491100006],[-173.5080053379999,52.111558335],[-173.10167395699995,52.09829336100016]]],[[[-172.38727779899986,52.296047268000095],[-172.5294083319999,52.25023021],[-172.63304602799988,52.26129791900003],[-172.55797278599988,52.35065338700015],[-172.44127356699988,52.39907461100013],[-172.3015844389999,52.344305731000034],[-172.38727779899986,52.296047268000095]]],[[[-174.1238907539999,52.39972565300009],[-174.01097571499992,52.35809967700014],[-173.99189205599993,52.312567450000174],[-174.0891820949999,52.22711823100006],[-174.1806534499999,52.190334377000156],[-174.10020911399994,52.140936591000084],[-174.2300512359999,52.09560781500009],[-174.37376868399994,52.11172109600015],[-174.47569739499994,52.06891510600015],[-174.7152807279999,52.0165062520001],[-174.97459876199989,52.05833567900011],[-174.85509192599994,52.10480377800015],[-174.72297115799992,52.124701239000146],[-174.6015518869999,52.104641018000095],[-174.55907141799995,52.17934804900001],[-174.33088131399995,52.202337958000086],[-174.22826087099992,52.267523505],[-174.32567298099988,52.309637762000065],[-174.34679114499988,52.364325262000094],[-174.1902970039999,52.41787344],[-174.1238907539999,52.39972565300009]]],[[[-170.5978490879999,52.61139557500012],[-170.70087643099993,52.597723700000174],[-170.82123775899987,52.61603424700006],[-170.6704809239999,52.70083242400001],[-170.5637100899999,52.672796942],[-170.5978490879999,52.61139557500012]]],[[[-169.78290768099987,52.89252350500006],[-169.67926998599995,52.85773346600011],[-169.7379044259999,52.778306382],[-169.86481686099992,52.820868231000034],[-169.95710201699995,52.79035065300009],[-170.01166744699992,52.837713934000035],[-169.78290768099987,52.89252350500006]]],[[[-168.00829016799986,53.570298570000105],[-167.95990963399996,53.53778717700011],[-167.79478919199988,53.50202057500009],[-167.8711645169999,53.426947333000086],[-167.8500463529999,53.3854027360001],[-168.1381729809999,53.273260809000035],[-168.28758704299992,53.242987372000144],[-168.39069576699995,53.12470123900012],[-168.4899389309999,53.042059637000065],[-168.58405514199993,53.030462958000115],[-168.7512914699999,52.960150458],[-168.78038489499988,52.91364166900017],[-168.89098059799989,52.9403343770001],[-168.8620092439999,53.00690338700018],[-168.7686254549999,53.08144765800013],[-168.75951087099992,53.186712958000086],[-168.6057022779999,53.27513255400011],[-168.3607885409999,53.27130768400009],[-168.4065649079999,53.40949127800012],[-168.37360592399992,53.460150458],[-168.19981848899994,53.54022858300006],[-168.00829016799986,53.570298570000105]]],[[[-166.0891820949999,53.844671942],[-166.1171768869999,53.793036200000145],[-166.22630774599995,53.727972723],[-166.29926510299987,53.78168366100009],[-166.16974850199995,53.842962958],[-166.0891820949999,53.844671942]]],[[[-166.74644934799989,53.975002346000124],[-166.60570227799985,53.98578522300015],[-166.63609778599994,53.87653229400003],[-166.45579993399994,53.8961449240001],[-166.27672278599988,53.97492096600014],[-166.2249242829999,53.90546295800014],[-166.34947669199985,53.87592194200006],[-166.44037838399993,53.754461981000176],[-166.27350826699993,53.68699778900002],[-166.40778561099995,53.672674872000115],[-166.54723059799989,53.62592194200012],[-166.6086319649999,53.555121161000116],[-166.75059973899994,53.479193427],[-166.8768204419999,53.481512762000065],[-167.39134680899994,53.344427802000084],[-167.50059973899985,53.27545807500003],[-167.60606848899994,53.28070709800012],[-167.6651098299999,53.241929429],[-167.8500463529999,53.30963776200012],[-167.71845455599993,53.381293036000145],[-167.5941869779999,53.37860748900006],[-167.47459876199989,53.434027411000145],[-167.3215225899999,53.416449286],[-167.2916153639999,53.47601959800012],[-167.1586401029999,53.47711823100015],[-167.15538489499994,53.622626044000086],[-167.03779049399995,53.62872955900018],[-167.06464596299995,53.682684637000094],[-166.9465225899999,53.71576569200012],[-166.8704320949999,53.67389557500003],[-166.76813717399986,53.71454498900012],[-166.96861731699988,53.772609768000095],[-167.03819739499988,53.7552757830001],[-167.1634008449999,53.85736725500006],[-167.02159583199992,53.96124909100003],[-166.89525305899994,53.98090241100009],[-166.74644934799989,53.975002346000124]]],[[[-165.87486731699988,54.17438385600009],[-165.6721085279999,54.12885163000014],[-165.7706192699999,54.07074616100009],[-165.83906002499987,54.08486562700001],[-166.0407608709999,54.03644440300003],[-166.12267005099994,54.11835358300006],[-166.07123775899993,54.1852074240001],[-165.97138424399995,54.219468492000075],[-165.87486731699988,54.17438385600009]]],[[[-165.51903235599994,54.27020905200011],[-165.5473119779999,54.22207265800016],[-165.44383704299995,54.20014069200015],[-165.5888158839999,54.110907294000086],[-165.68443762899986,54.235052802000055],[-165.66425533799992,54.272609768000066],[-165.51903235599994,54.27020905200011]]],[[[-162.62140865799992,54.45477936400003],[-162.54999752499992,54.38589101800015],[-162.7285863919999,54.39581940300015],[-162.7963761059999,54.423488674000154],[-162.82746334499993,54.50193919500002],[-162.62140865799992,54.45477936400003]]],[[[-132.7364395819999,54.92031484600007],[-132.61534583199995,54.882473049000126],[-132.68179277299996,54.783758856000176],[-132.79405677,54.90192291900003],[-132.7364395819999,54.92031484600007]]],[[[-162.27875729099992,54.85199616100009],[-162.37437903599988,54.85309479400003],[-162.42670650899987,54.938666083000115],[-162.3025610019999,54.98566315300015],[-162.22931881399995,54.92059967700011],[-162.27875729099992,54.85199616100009]]],[[[-163.75654049399992,55.06037018400015],[-163.5716446609999,55.057033596000124],[-163.42316646999987,54.912014065],[-163.37303626199989,54.79266998900012],[-163.3033341139999,54.761786200000145],[-163.14415442599994,54.77033112200009],[-163.17003333199995,54.701239325000174],[-163.23847408799992,54.68305084800009],[-163.36949622299989,54.76455312700004],[-163.4307348299999,54.68008047100007],[-163.6225479809999,54.61180247600008],[-163.7898656889999,54.637925523000135],[-164.13267981699988,54.62323639500012],[-164.3297013009999,54.5348167990001],[-164.4055883449999,54.43598053600006],[-164.65257727799985,54.39199453300013],[-164.84528561099995,54.423488674000154],[-164.9582413399999,54.58515045800014],[-164.7006729809999,54.678290106000176],[-164.54735266799992,54.88275788000006],[-164.3996475899999,54.92772044500008],[-164.3139542309999,54.893011786],[-164.15684973899988,54.95697663],[-164.05072994699992,54.971136786000116],[-163.91673743399994,55.036363023000106],[-163.75654049399992,55.06037018400015]]],[[[-161.73066158799995,55.16054922100007],[-161.65278072799987,55.10626862200006],[-161.7511694,55.058050848],[-161.90607662699986,55.13458893400018],[-161.84382076699987,55.17133209800009],[-161.73066158799995,55.16054922100007]]],[[[-132.79157467399995,55.17308177299999],[-132.72276770699995,55.13320547100001],[-132.6682022779999,55.05068594],[-132.7507218089999,54.99542877800009],[-132.8155004549999,55.01569245000009],[-132.8674210279999,55.16054922100007],[-132.79157467399995,55.17308177299999]]],[[[-133.06224524599992,55.18382396],[-132.9971410799999,55.12571849200005],[-132.9424942699999,54.94818756700012],[-132.8872777989999,54.93455638200008],[-132.8264867829999,54.844549872000115],[-132.76260331899994,54.824448960000055],[-132.68830318899984,54.717962958],[-132.75755774599992,54.67389557500009],[-133.0370987619999,54.87738678600003],[-133.06456458199995,54.94708893400018],[-133.21686764199993,55.099066473],[-133.12140865799992,55.251288153000175],[-133.06224524599992,55.18382396]]],[[[-159.92198645699995,55.22190989799999],[-159.8257950509999,55.18097565300015],[-159.84825598899988,55.134426174000126],[-159.95954342399995,55.06427643400015],[-160.09272213399993,55.05068594],[-160.1529027989999,55.121649481000176],[-160.00389563699986,55.11953359600007],[-159.92198645699995,55.22190989799999]]],[[[-133.2852677069999,55.31793854400014],[-133.20938066299993,55.270412502000156],[-133.30654863199987,55.20311107000013],[-133.4456274079999,55.2291527360001],[-133.43224036399988,55.31443919500008],[-133.2852677069999,55.31793854400014]]],[[[-160.33287512899994,55.352280992000104],[-160.32542883999986,55.276556708000115],[-160.49848385299993,55.30223216399999],[-160.48692786399988,55.353216864],[-160.33287512899994,55.352280992000104]]],[[[-160.69066321499992,55.307806708],[-160.5744522779999,55.32493724200013],[-160.5637100899999,55.22980377800015],[-160.6852514309999,55.180365302],[-160.84740149599986,55.20709870000012],[-160.85362708199992,55.331854559000035],[-160.78404700399994,55.389878648000106],[-160.65876217399992,55.363836981000034],[-160.69066321499992,55.307806708]]],[[[-131.81847083199995,55.41376373900009],[-131.63609778599994,55.29930247600008],[-131.7433162099999,55.142726955000015],[-131.81777910099993,55.197984117000104],[-131.85317949099993,55.300482489],[-131.81847083199995,55.41376373900009]]],[[[-133.56969153599997,55.424302476000136],[-133.47158769399988,55.41644928600006],[-133.63630123599987,55.25315989800005],[-133.65566972599987,55.37278880400005],[-133.56969153599997,55.424302476000136]]],[[[-133.49478105399993,55.429510809000035],[-133.60045325399994,55.447902736000074],[-133.5176895819999,55.514837958],[-133.4317520819999,55.496527411000116],[-133.49478105399993,55.429510809000035]]],[[[-133.3370255199999,55.46454498900012],[-133.43317623599987,55.52798086100013],[-133.3244522779999,55.55695221600014],[-133.2734268869999,55.50031159100014],[-133.3370255199999,55.46454498900012]]],[[[-133.5891007149999,55.811672268000095],[-133.31004798099985,55.78221263200011],[-133.54210364499994,55.69489166900003],[-133.6823624339999,55.790472723],[-133.5891007149999,55.811672268000095]]],[[[-155.5703832669999,55.78302643400012],[-155.7186933729999,55.77485107500003],[-155.74164791599995,55.831488348],[-155.63532467399986,55.90574778900013],[-155.5561010409999,55.91461823100015],[-155.5703832669999,55.78302643400012]]],[[[-134.2441300119999,55.92084381700012],[-134.1220597,55.923732815000065],[-134.25841223899988,55.81842682500003],[-134.3347875639999,55.89508698100009],[-134.2441300119999,55.92084381700012]]],[[[-133.39268958199995,56.16046784100017],[-133.30882727799994,56.103013414000074],[-133.2995499339999,56.01203034100003],[-133.47032630099994,56.01727936400003],[-133.6309708319999,55.91864655200014],[-133.79491126199986,55.943589585000055],[-133.6809789699999,56.069159247000115],[-133.39268958199995,56.16046784100017]]],[[[-132.48379472599987,56.19456614799999],[-132.35944576699984,56.217922268000066],[-132.19212805899988,56.176581122000144],[-132.0921931629999,56.10643138200008],[-132.16787675699987,56.05121491100006],[-132.12262936099987,55.94550202000012],[-132.30337480399993,55.91535065300009],[-132.42857825399994,55.96930573100012],[-132.38760331899994,56.030707098],[-132.4490860669999,56.06484609600001],[-132.64541581899996,56.058091539000074],[-132.70498613199987,56.11741771000014],[-132.68138587099995,56.229193427000084],[-132.6033422519999,56.23615143400015],[-132.52114824099993,56.34320709800009],[-132.38532467399995,56.33218008000013],[-132.3899633449999,56.235500393],[-132.48379472599987,56.19456614799999]]],[[[-133.58678137899992,56.35285065300015],[-133.2940974599999,56.31378815300009],[-133.18211829299986,56.332342841000084],[-133.14061438699986,56.266302802000084],[-133.05386308499993,56.234442450000145],[-133.0628149079999,56.052313544000114],[-132.91852779899995,56.065904039000074],[-132.7364395819999,55.99656810100011],[-132.5317276679999,55.848537502000156],[-132.46271725199986,55.776841539000046],[-132.46271725199986,55.667629299000126],[-132.3466690749999,55.64313385600009],[-132.28770911399994,55.53729889500009],[-132.40127519399996,55.51679108300014],[-132.25011145699995,55.41376373900009],[-132.09072831899994,55.276800848000065],[-131.99429277299996,55.268133856000176],[-131.9759822259999,55.176947333000086],[-132.07689368399994,55.04877350500014],[-132.2088516919999,55.00263092700011],[-132.1345922519999,54.97016022300012],[-131.97671464799993,54.99542877800009],[-131.9488012359999,54.78998444200012],[-132.0040177069999,54.693793036],[-132.14997311099992,54.69863515800007],[-132.29759680899986,54.74445221600017],[-132.26475989499994,54.844549872000115],[-132.42259680899994,54.93016185099999],[-132.57941646999984,54.954413153000175],[-132.51113847599993,55.11273834800015],[-132.6085505849999,55.119208075000145],[-132.7848201159999,55.18842194200012],[-132.8082169259999,55.22821686400012],[-132.95958411399997,55.276556708000115],[-133.21296139199993,55.27920156500012],[-133.25706946499992,55.33392975500006],[-133.17870032499985,55.386419989],[-133.01773027299993,55.350327867000075],[-133.0467016269999,55.437079169000086],[-133.1248673169999,55.50218333500011],[-133.0630997389999,55.623480536000145],[-133.25129146999987,55.58478424700009],[-133.3570450509999,55.61619700700014],[-133.38524329299986,55.709295966000084],[-133.30565344999988,55.76386139500006],[-133.14793860599988,55.81842682500003],[-133.23672441299993,55.900336005000085],[-133.2502335279999,56.05597565300015],[-133.28551184799994,56.16738515800007],[-133.42540442599994,56.16791413000006],[-133.61217200399994,56.212347723000065],[-133.58678137899992,56.35285065300015]]],[[[-132.6408585279999,56.44220612200017],[-132.64720618399986,56.28241608300006],[-132.86888587099986,56.24347565300015],[-133.03888912699992,56.330511786000116],[-133.0489395819999,56.362779039000046],[-132.92422441299993,56.451971747000115],[-132.6408585279999,56.44220612200017]]],[[[-132.15151933499996,56.351996161000145],[-132.0040177069999,56.33917877800012],[-131.92833411399994,56.19456614799999],[-131.99620520699992,56.18854401200018],[-132.0723363919999,56.11945221600017],[-132.2430313789999,56.202053127000156],[-132.35289466099997,56.277777411000116],[-132.3271378249999,56.33026764500009],[-132.33922278599994,56.48322174700017],[-132.23989824099993,56.44529857000005],[-132.15151933499996,56.351996161000145]]],[[[-154.46141516799992,56.60537344],[-154.73822994699987,56.398260809000035],[-154.7912491529999,56.430853583],[-154.70014400899987,56.53034088700018],[-154.5363256499999,56.59760163000011],[-154.46141516799992,56.60537344]]],[[[-154.0825902989999,56.60610586100013],[-154.09056555899986,56.54669830900009],[-154.21007239499988,56.50364817900005],[-154.33381100199986,56.519598700000145],[-154.33775794199994,56.563910223],[-154.2261856759999,56.60834381700012],[-154.0825902989999,56.60610586100013]]],[[[-132.88223222599987,56.80117422100001],[-132.81631425699993,56.79734935099999],[-132.73326575399994,56.7259789080001],[-132.5334366529999,56.60032786699999],[-132.72276770699995,56.510484117000075],[-132.93748938699989,56.51756419500013],[-132.95449785099993,56.59227122600005],[-132.89085852799988,56.62938060100005],[-132.9244278639999,56.757554429],[-132.88223222599987,56.80117422100001]]],[[[-133.98668372299997,56.865627346000096],[-133.9356176419999,56.812201239000146],[-133.92076575399994,56.69989655200014],[-133.8011775379999,56.7770042990001],[-133.7056778639999,56.6041527360001],[-133.85773678299992,56.58746979400014],[-133.8452042309999,56.43439362200017],[-133.95669511599993,56.35968659100017],[-133.98127193899992,56.28388092700011],[-133.89557857999986,56.219956773000106],[-133.94912675699996,56.092352606000034],[-134.08641516799992,56.09218984600007],[-134.21068274599992,56.06281159100017],[-134.2000626289999,56.15053945500007],[-134.26305091099994,56.246283270000035],[-134.21467037699992,56.291327216000084],[-134.28197180899994,56.362779039000046],[-134.23916581899994,56.404486395],[-134.1143692699999,56.39378489799999],[-134.03184973899994,56.42112864800005],[-134.0673722,56.47760651200018],[-134.1900935539999,56.54466380400005],[-134.30614173099994,56.56513092700011],[-134.26602128799993,56.62685781500012],[-134.39708411399988,56.72955963700015],[-134.40855872299994,56.84292226800012],[-134.2203263009999,56.88996002800015],[-134.1758520169999,56.92202383000013],[-133.98668372299997,56.865627346000096]]],[[[-133.76463782499985,57.07680898600002],[-133.58287512899992,57.050034898000106],[-133.38817298099988,56.997137762000065],[-133.10912024599986,56.998724677000084],[-132.98037675699993,56.9350446640001],[-132.9356583319999,56.86684804900001],[-132.99107825399997,56.80841705900012],[-132.93394934799989,56.64158763200014],[-132.9991755849999,56.605536200000174],[-133.10708574099993,56.62099844],[-133.0790909499999,56.53034088700018],[-133.14793860599988,56.46210358300006],[-133.3465876939999,56.475734768],[-133.52717037699992,56.439032294000114],[-133.65941321499992,56.46417877800009],[-133.6460668609999,56.59259674700017],[-133.6956680979999,56.659369208000115],[-133.69664466099988,56.83201732000008],[-133.82013912699992,56.85541413000014],[-133.8391820949999,56.919501044000114],[-134.01817786399988,57.017564195000105],[-134.01134192599994,57.05516185100011],[-133.88703365799984,57.09003327000015],[-133.76463782499985,57.07680898600002]]],[[[-153.18085689999987,57.174994208],[-152.95225989499988,57.17462799700017],[-153.11078854099992,57.08881256700012],[-153.32555091099988,57.022040106000176],[-153.41161048099988,57.079046942],[-153.26048743399986,57.20563385600009],[-153.18085689999987,57.174994208]]],[[[-170.1367895169999,57.22455475500011],[-170.25523841099988,57.141099351000136],[-170.39924068899995,57.16103750200001],[-170.3961075509999,57.201971747000144],[-170.1367895169999,57.22455475500011]]],[[[-135.56871497299994,57.24119700700008],[-135.60627193899987,57.20945872600011],[-135.54629472599993,57.141099351000136],[-135.6282445949999,57.010199286000116],[-135.8411352199999,56.989691473000065],[-135.82315019399996,57.07977936400012],[-135.7620743479999,57.11416250200007],[-135.83922278599994,57.24567291900003],[-135.82408606699994,57.33234284100017],[-135.72476152299993,57.328924872000144],[-135.56871497299994,57.24119700700008]]],[[[-135.40977942599994,57.448960679],[-135.2950333319999,57.481634833000115],[-135.14224199099993,57.469427802000055],[-134.9094945949999,57.33978913000006],[-134.97105872299994,57.312445380000085],[-134.80825761599993,57.18138255400011],[-134.72394771999984,56.99603913],[-134.68976803299986,56.849676825000174],[-134.6161189439999,56.72846100500011],[-134.6260473299999,56.48623281500009],[-134.64879309799994,56.33917877800012],[-134.62637285099993,56.261460679000024],[-134.7499893869999,56.21735260600012],[-134.88243567599997,56.329575914000046],[-135.05284583199995,56.53782786700005],[-135.15469316299996,56.74591705900018],[-135.3675430979999,56.82892487200017],[-135.2945043609999,56.89215729400014],[-135.35000566299996,56.97040436400012],[-135.31029212099986,57.047349351000136],[-135.4129125639999,57.157904364000146],[-135.33405514199987,57.250392971000124],[-135.5292048819999,57.23672109600001],[-135.67320716099997,57.349676825000145],[-135.50470943899987,57.46649811400012],[-135.51903235599985,57.50731028899999],[-135.38117428299986,57.55361562700007],[-135.2794083319999,57.51105377800012],[-135.40977942599994,57.448960679]]],[[[-153.2608129549999,57.88784414300004],[-153.28123938699994,57.81891510600015],[-153.54194088399993,57.935614325000145],[-153.48224850199995,57.977769273000106],[-153.2608129549999,57.88784414300004]]],[[[-153.0127660799999,57.92910390800007],[-152.8622940749999,57.93451569200012],[-152.8179825509999,57.86041901200015],[-152.72638912699995,57.83319733300006],[-152.63695227799985,57.915106512000094],[-152.4863175119999,57.910711981000034],[-152.3290909499999,57.825751044000086],[-152.45897376199994,57.76813385600012],[-152.4677628249999,57.657171942],[-152.1608780589999,57.62714264500015],[-152.3089086579999,57.50901927299999],[-152.3303116529999,57.445949611000074],[-152.41791744699992,57.43528880400005],[-152.69432532499988,57.474839585],[-152.72638912699995,57.428534247000115],[-152.59601803299992,57.373928127000156],[-152.69220943899987,57.28327057500003],[-152.83747311099995,57.270738023000135],[-152.91441809799994,57.33978913000006],[-153.05732174399986,57.32632070500007],[-152.9590958319999,57.257147528000175],[-153.09630286399985,57.21824778899999],[-153.25328528599994,57.23672109600001],[-153.45527096299986,57.116848049000126],[-153.5268448559999,57.12669505400008],[-153.61082923099988,57.02383047100007],[-153.5597631499999,56.986517645],[-153.7136124339999,56.91453685100008],[-153.7098282539999,56.85993073100009],[-153.8377172519999,56.844183661000145],[-153.9625138009999,56.74823639500015],[-154.1301163399999,56.7865257830001],[-153.85566158799992,56.97601959800012],[-153.96263587099986,56.99510325700011],[-154.09955807199987,56.96482982000013],[-154.1378067699999,57.003973700000145],[-154.0800268219999,57.06659577000006],[-153.95966549399995,57.120062567],[-154.12043209499996,57.147935289000046],[-154.36066647,57.147935289000046],[-154.4949438139999,57.113592841000084],[-154.3842260409999,57.05174388200011],[-154.27240963399987,57.11737702000012],[-154.1212052069999,57.123724677000055],[-154.1583145819999,56.969183661000116],[-154.23798580599993,56.89956289300012],[-154.38874264199995,56.96385325700005],[-154.5285538399999,56.99164459800012],[-154.53502356699988,57.17462799700017],[-154.60151119699992,57.258937893000066],[-154.75816809799986,57.31557851800015],[-154.7268774079999,57.428534247000115],[-154.61473548099994,57.526556708000115],[-154.4555557929999,57.57672760600012],[-154.2393285799999,57.673285223000065],[-154.0558569,57.65509674700017],[-153.93549557199992,57.53497955900018],[-153.8907364569999,57.40802643400015],[-153.8113500639999,57.412339585000055],[-153.80882727799985,57.51788971600003],[-153.75397701699995,57.56195709800012],[-153.8687231109999,57.62860748900003],[-153.81090247299989,57.65900299700017],[-153.92552649599995,57.729559637000065],[-153.92463131399995,57.81049225500011],[-153.84345455599993,57.8705915390001],[-153.7238256499999,57.90208567900011],[-153.57441158799992,57.839544989],[-153.55829830599993,57.73834870000012],[-153.3501684239999,57.81268952],[-153.19188391799992,57.805243231000034],[-153.2024633449999,57.94619375200001],[-153.0127660799999,57.92910390800007]]],[[[-136.33836829299992,58.01463450700008],[-136.4785863919999,57.92877838700004],[-136.56114661399988,58.01752350500003],[-136.47533118399994,58.09784577000012],[-136.33836829299992,58.01463450700008]]],[[[-153.20270748599992,58.098822333],[-153.10619055899986,58.094631252000156],[-153.0269262359999,57.98875560100008],[-153.25328528599994,58.05231354400014],[-153.41836503799993,58.065985419000086],[-153.29548092399995,58.146429755000085],[-153.20270748599992,58.098822333]]],[[[-135.7149958979999,58.22972239800002],[-135.63565019399996,58.23041413000014],[-135.38927161399988,58.141058661000116],[-134.92479407499988,58.0274925800001],[-134.91576087099986,57.92104726800012],[-135.03978430899986,57.86790599200013],[-135.01378333199997,57.785874742000104],[-135.25938880099994,57.79596588700018],[-135.50568600199983,57.89142487200009],[-135.49990800699987,57.83478424700009],[-135.3723852199999,57.805243231000034],[-135.32750403599997,57.729559637000065],[-135.19749915299985,57.709662177000055],[-134.98302161399988,57.761542059000064],[-134.9138891269999,57.75584544500008],[-134.81387285099993,57.49746328300016],[-134.90599524599992,57.457261460000055],[-135.0568741529999,57.46662018400009],[-135.32079016799992,57.58490631700012],[-135.51211503799993,57.64826080900015],[-135.62804114499994,57.706040757],[-135.71080481699997,57.64826080900015],[-135.60484778599988,57.6070824240001],[-135.54629472599993,57.466050523000135],[-135.70742753799993,57.36652252800015],[-135.8235570949999,57.386175848000036],[-135.94908606699994,57.461859442],[-135.94676673099985,57.51634349199999],[-136.1428116529999,57.64476146000008],[-136.08820553299984,57.68854401200004],[-136.27725175699987,57.77533600500006],[-136.3948461579999,57.88568756700012],[-136.3643692699999,57.97577545800006],[-136.29694576699993,58.010565497000115],[-136.40965735599994,58.07990143400015],[-136.40526282499985,58.133937893000066],[-136.22468014199984,58.14923737200003],[-136.10293535099993,58.22162506700006],[-135.98228919199994,58.16762929900007],[-135.9228409499999,58.23191966399999],[-135.8135473299999,58.27435944200006],[-135.7149958979999,58.22972239800002]]],[[[-134.38125566299996,58.27138906500015],[-134.25841223899988,58.19627513200014],[-134.59727942599994,58.23725006700006],[-134.67983964799996,58.309271552],[-134.56334387899992,58.34454987200003],[-134.48184160099987,58.33348216399999],[-134.38125566299996,58.27138906500015]]],[[[-134.91706295499986,58.37352122600011],[-134.80943762899994,58.33063385600006],[-134.6931860019999,58.168402411],[-134.4446508449999,58.17739492400001],[-134.33161373599984,58.14813873900009],[-134.18639075399994,58.168402411],[-134.1693416009999,58.077785549000154],[-134.00230872299994,57.939357815],[-133.97956295499992,57.87783437700013],[-133.88841712099992,57.798407294000114],[-133.86001542899987,57.65802643400009],[-133.96296139199987,57.69232819200006],[-134.01060950399994,57.80658600500011],[-134.1143692699999,57.880316473000065],[-134.1416723299999,57.95673248900009],[-134.31224524599992,57.97943756700012],[-134.25177975199992,57.85691966399999],[-134.2087296209999,57.83991120000012],[-134.01113847599993,57.65379466399999],[-133.93785559799997,57.61855703300013],[-133.86497962099992,57.35512929900001],[-133.98241126199986,57.30849844000009],[-134.14224199099996,57.35016510600015],[-134.12743079299992,57.26463450700014],[-134.16738847599996,57.19155508000016],[-134.24559485599985,57.18256256700012],[-134.50182044199994,57.0289574240001],[-134.57461503799993,57.029120184000064],[-134.6315811839999,57.19578685100008],[-134.46385657499994,57.39435455900012],[-134.56273352799985,57.480047919000086],[-134.6535538399999,57.59821198100006],[-134.7160538399999,57.745794989],[-134.72126217399997,57.89736562700001],[-134.80003821499994,58.03522370000012],[-134.79784094999985,58.112779039000074],[-134.91567949099988,58.20994700700008],[-134.9691462879999,58.36322663],[-134.91706295499986,58.37352122600011]]],[[[-152.60680091099994,58.468451239000146],[-152.4998266269999,58.46320221600017],[-152.4768774079999,58.361476955000015],[-152.09508216099988,58.36762116100009],[-151.9660131499999,58.33283112200003],[-151.9722387359999,58.23725006700006],[-152.12999426999988,58.166164455000015],[-152.30439205599993,58.25755442900005],[-152.33112545499995,58.16502513200008],[-152.56224524599995,58.11196523600013],[-152.80492102799988,57.99152252800003],[-153.01435299399992,58.045477606000034],[-153.08116614499986,58.11102936400006],[-153.16746985599988,58.111151434000035],[-153.22960364499988,58.16889069200009],[-153.0416967439999,58.30556875200013],[-152.7932836579999,58.28681061400009],[-152.74767005099994,58.45156484600015],[-152.60680091099994,58.468451239000146]]],[[[-152.48302161399988,58.480536200000145],[-152.64301510299995,58.53729889500012],[-152.4536840489999,58.62815989799999],[-152.36957760299993,58.6380882830001],[-152.3632706369999,58.551947333000115],[-152.48302161399988,58.480536200000145]]],[[[-160.82421157499988,58.65463465600011],[-160.89785828499987,58.570343310000155],[-161.0741255079999,58.54692394100006],[-161.0616757059999,58.70050507399999],[-160.85824336899987,58.74736492600012],[-160.68592395799993,58.81083861000015],[-160.82421157499988,58.65463465600011]]],[[[-148.08124752499995,60.13499583500008],[-148.1688126289999,60.037746486000074],[-148.2712296209999,60.10297272300009],[-148.08124752499995,60.13499583500008]]],[[[-147.11416581899988,60.35667552300008],[-146.92227128799988,60.31346263200008],[-147.01048743399986,60.23371002800003],[-147.23379472599987,60.13312409100011],[-147.4903051419999,59.939195054],[-147.4682511059999,59.876776434000035],[-147.64370683499993,59.86261627800012],[-147.84024003799993,59.786525783000016],[-147.88613847599993,59.85761139500006],[-147.70311438699986,59.99750397300009],[-147.5331111319999,60.05857982000005],[-147.3801977199999,60.139593817],[-147.29564368399986,60.232163804],[-147.2011612619999,60.24217357000008],[-147.1896052729999,60.3622093770001],[-147.11416581899988,60.35667552300008]]],[[[-145.11969967399995,60.32440827000012],[-145.28429114499994,60.341376044000114],[-145.11978105399993,60.40981679900007],[-145.11969967399995,60.32440827000012]]],[[[-167.0208227199999,59.991359768],[-167.18980872299989,60.02777741100009],[-167.43614661399988,60.19537995000009],[-167.28807532499994,60.23871491100006],[-166.87397213399987,60.21063873900006],[-166.79230709499987,60.29230377800015],[-166.6365860669999,60.32709381700012],[-166.45921790299985,60.387152411000116],[-166.37983150899993,60.34894440300015],[-166.18537350199992,60.402167059000035],[-165.98822994699995,60.32062409100011],[-165.7875463529999,60.341376044000114],[-165.68443762899986,60.29979075700014],[-165.73289954299995,60.17633698100009],[-165.67145748599995,60.12164948100015],[-165.64350338399993,60.00495026200015],[-165.55492102799994,59.93463776200004],[-165.97911536399988,59.876166083000086],[-166.24400794199988,59.80784739799999],[-166.40644283799986,59.85480377800012],[-166.6133520169999,59.85639069200015],[-166.6707657539999,59.88544342700011],[-167.0208227199999,59.991359768]]],[[[-146.5415746739999,60.46857330900018],[-146.3530981109999,60.47113678600009],[-146.36676998599992,60.4096540390001],[-146.15135657499988,60.43878815300015],[-146.0998429029999,60.39598216399999],[-146.22398841099988,60.35138580900009],[-146.3336075509999,60.352240302],[-146.4932755199999,60.30377838700012],[-146.60016842399992,60.24518463700015],[-146.65562903599988,60.306789455000015],[-146.49030514199995,60.36127350500003],[-146.72264563699986,60.38621653900013],[-146.5881241529999,60.4840355490001],[-146.5415746739999,60.46857330900018]]],[[[-147.6892797519999,60.503729559000035],[-147.61436926999988,60.43695709800009],[-147.63101152299993,60.37482330900015],[-147.73875891799992,60.259833075000174],[-147.8675837879999,60.27252838700004],[-147.7927953769999,60.47174713700004],[-147.6892797519999,60.503729559000035]]],[[[-172.5336401029999,60.39150625200001],[-172.57197018099993,60.32709381700012],[-172.7224828769999,60.36810944200012],[-172.78331458199992,60.412339585],[-173.03779049399992,60.50584544500005],[-172.90668697799995,60.52826569200006],[-172.8118383449999,60.477972723],[-172.5336401029999,60.39150625200001]]],[[[-146.0969132149999,60.479681708],[-146.2942602199999,60.45477936400006],[-146.2864477199999,60.517320054],[-145.9490453769999,60.56732819200012],[-145.87173417899987,60.54389069200015],[-146.0969132149999,60.479681708]]],[[[-148.1077774729999,60.66290924700009],[-148.23009192599991,60.729722398000135],[-148.12409420499995,60.751125393000095],[-148.1077774729999,60.66290924700009]]],[[[-148.03209387899994,60.93040599200002],[-147.91934160099993,60.838324286],[-148.02379309799994,60.791205145],[-148.12714596299992,60.800604559000035],[-148.12828528599988,60.85809967700011],[-148.03209387899994,60.93040599200002]]],[[[-162.38243567599991,63.62299225500006],[-162.3880102199999,63.56220123900012],[-162.61485755099994,63.548529364],[-162.58442135299987,63.628485419000086],[-162.38243567599991,63.62299225500006]]],[[[-171.67259680899986,63.79633209800015],[-171.64618893099995,63.71234772300009],[-171.5043432279999,63.65326569200006],[-171.4871720039999,63.608954169000114],[-171.31041419199988,63.62299225500006],[-170.9369604159999,63.57168203300013],[-170.6625870429999,63.67251211100002],[-170.49657141799992,63.70010000200004],[-170.29735266799992,63.69554271000008],[-170.08246822799995,63.615179755000085],[-170.0385636059999,63.53192780200014],[-169.7822159499999,63.43537018400018],[-169.59727942599994,63.424383856000034],[-169.5495092439999,63.362941799000154],[-169.3255509109999,63.36310455900012],[-169.12397213399996,63.30060455900018],[-169.0076391269999,63.34926992400001],[-168.71519934799989,63.31195709800015],[-168.7288712229999,63.23383209800012],[-168.8118383449999,63.17011139500006],[-169.28734290299985,63.19330475500003],[-169.5264786449999,63.091376044000086],[-169.59752356699988,62.98387278899999],[-169.7161759109999,63.02484772300009],[-169.8174535799999,63.12677643400009],[-170.1133927069999,63.20278554900001],[-170.23603268099993,63.19745514500015],[-170.23497473899985,63.28351471600003],[-170.4443253249999,63.35919830900012],[-170.8561498689999,63.460353908000016],[-171.0838516919999,63.444891669000086],[-171.43932044199994,63.31976959800012],[-171.7355850899999,63.37592194200015],[-171.82123775899987,63.44171784100003],[-171.85289466099994,63.52118561400012],[-171.8093969389999,63.63515859600015],[-171.75165768099995,63.66404857000008],[-171.67259680899986,63.79633209800015]]]]}},
{"type":"Feature","properties":{"FeatureNa":"Squirrel Run Country Club","ID":1977083,"Class":"Locale","County":"Plymouth","State":"MA","Latitude":"41.553900","field_7":"-70.431700","elev":"1447","map":"Baker","BGNDate":null,"EntryDate":"27-JUN-1980"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-72.40951772216442,40.86148846699837],[-72.41386848734884,40.94965021158841],[-72.36718444699991,40.994600253000144],[-72.27010426299995,41.00242761200012],[-72.15538489499991,41.054999091000056],[-72.10899817599994,41.00141022300012],[-71.95806781699989,41.06971829000004],[-71.92951164199985,41.03784787500017],[-72.40951772216442,40.86148846699837]]],[[[-72.43062387393529,41.289173042660344],[-72.55457657620873,43.80088903188848],[-70.79378959006563,42.92947353697729],[-70.81961015499994,42.718736070000105],[-70.7571101549999,42.65721263200005],[-70.6589656239999,42.68431224199999],[-70.64732825399992,42.604518947000045],[-70.86139889199987,42.546942450000145],[-70.83820553299992,42.49917226800012],[-70.97435462099992,42.41644928600006],[-71.03844153599991,42.307928778000175],[-70.96288001199989,42.280218817],[-70.78380286399994,42.25967031500015],[-70.63097083199989,42.09251536700013],[-70.65493730399996,41.957098700000174],[-70.56582597599987,41.95538971600017],[-70.52391516799989,41.86839427300002],[-70.53311113199993,41.81622955900015],[-70.43919837099989,41.756089585],[-70.27472896999984,41.71515534100014],[-70.07024135499992,41.7734583630001],[-69.94325532299993,41.85762526100008],[-69.93887285099996,41.674221096000124],[-69.97813880099997,41.68183014500006],[-70.2398982409999,41.643255927],[-70.42837480399987,41.63190338700004],[-70.50426184799991,41.563706773000106],[-70.65868167499988,41.521349108],[-70.65827389199987,41.721991278000175],[-70.77432206899991,41.64622630400011],[-70.90733801999994,41.61493561400006],[-70.92516028599991,41.55072663000011],[-71.04015051999991,41.50714752800009],[-71.04930579299989,41.551947333000115],[-71.18590247299997,41.46873607],[-71.26040605399993,41.65110911699999],[-71.3556208979999,41.74628327000006],[-71.44277910099993,41.57465241100009],[-71.42609615799998,41.46873607],[-71.4977107409999,41.366278387000094],[-71.5988844899999,41.367522493000095],[-71.82897249399988,41.316984425],[-71.89806067599994,41.34650299700017],[-72.11070716099994,41.31110260600015],[-72.19432532499991,41.32379791900003],[-72.28795325399992,41.282945054],[-72.43062387393529,41.289173042660344]]],[[[-70.01920213399993,41.37011683800007],[-69.95775981999992,41.27574790000001],[-70.00112988399988,41.2392566140001],[-70.1377452289999,41.24715236600004],[-70.04600989499997,41.30756256700009],[-70.01920213399993,41.37011683800007]]],[[[-70.59300696499989,41.47166575700011],[-70.55589758999989,41.46873607],[-70.50743567599989,41.36261627800015],[-70.78197180899986,41.35423411699999],[-70.65990149599989,41.4565290390001],[-70.59300696499989,41.47166575700011]]]]}},
{"type":"Feature","properties":{"FeatureNa":"Squirrel Hill","ID":686129,"Class":"Populated Place","County":"Madison","State":"MS","Latitude":"32.244100","field_7":"-90.074700","elev":"3031","map":"Carvers Gap","BGNDate":null,"EntryDate":"17-JUN-1980"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.41874843581849,30.258941393155773],[-95.3350875561179,34.04135307006515],[-90.3522389101783,38.37236021510348],[-86.96015501396573,33.76939830313041],[-85.88933695618763,30.226945976381714],[-86.06598873599995,30.3060570330001],[-86.3648168609999,30.380764065],[-86.23106848899997,30.414943752000013],[-86.14517167899993,30.39606354400017],[-86.15147864499988,30.45726146000011],[-86.28600012899994,30.497463283000016],[-86.40835527299993,30.46141185100005],[-86.48460852799988,30.48004791900003],[-86.68008378799993,30.422308661],[-86.8889867829999,30.408107815000093],[-87.01528886599988,30.521063544000143],[-87.06045488199993,30.494859117000104],[-87.15440833199997,30.58055247600008],[-87.15680904899992,30.474514065000037],[-87.32884680899991,30.31972890800013],[-87.47105872299991,30.29368724200016],[-87.47370357999998,30.359198309000092],[-87.57286536399994,30.321519273000106],[-87.59015865799992,30.275376695000105],[-87.78648841099991,30.236761786000145],[-87.77623450399997,30.31313711100016],[-87.91657467399989,30.42332591400016],[-87.9407445949999,30.483140367000104],[-87.91030839799996,30.54897695500007],[-87.9425349599999,30.659735419000143],[-88.00625566299993,30.68781159100014],[-88.05256100199992,30.65436432500009],[-88.11204993399986,30.453070380000085],[-88.12010657499991,30.338324286000116],[-88.18712317599989,30.367743231000034],[-88.35533606699994,30.403753973000093],[-88.47057044199988,30.32387929900007],[-88.55846106699994,30.348456122000087],[-88.59870357999992,30.395005601000108],[-88.66222083199995,30.35455963700018],[-88.74205481699997,30.35407135600009],[-88.84585527299993,30.422593492000132],[-88.9276423819999,30.442206122000087],[-89.01341712099986,30.37742747599999],[-89.24022376199989,30.320746161],[-89.32176673099991,30.380764065],[-89.33023027299993,30.30288320500013],[-89.41874843581849,30.258941393155773]]],[[[-86.61709550699993,30.412014065000093],[-86.90184485599991,30.36361318600008],[-86.8906957669999,30.393133856000148],[-86.61709550699993,30.412014065000093]]]]}},
{"type":"Feature","properties":{"FeatureNa":"Squirrel Camp (historical)","ID":1150307,"Class":"Locale","County":"Curry","State":"OR","Latitude":"42.345500","field_7":"-123.534200","elev":"5758","map":"Velasquez Butte","BGNDate":null,"EntryDate":"08-FEB-1980"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-131.49924349793304,55.06190925198311],[-131.3748494733322,55.20273992036702],[-131.3455297519999,55.058050848],[-131.47183183499996,55.00482819200012],[-131.49924349793304,55.06190925198311]]],[[[-131.200380829168,55.400261753497865],[-130.96280564008785,55.66922863335369],[-130.96715247299994,55.42377350500006],[-131.06517493399988,55.26105377800012],[-131.19200598899994,55.18573639500015],[-131.3113907539999,55.235581773000106],[-131.25625566299993,55.27057526200012],[-131.200380829168,55.400261753497865]]],[[[-130.9068370991353,55.73259250518042],[-130.4721343306038,56.22473416260389],[-130.4039735519998,56.12189849900015],[-130.07153906299996,56.08412302699999],[-130.0190099699999,56.002215882000044],[-130.0228165359999,55.90135325700014],[-130.1736547519999,55.74949778899999],[-130.1264542309999,55.65399811400009],[-130.14696204299986,55.54718659100011],[-130.05256100199992,55.41400788000011],[-130.0392960279999,55.330755927],[-129.98924719999988,55.284002997000115],[-130.07823645699997,55.23379140800013],[-130.20026607999984,55.10415273600013],[-130.2288712229999,55.0438500020001],[-130.36538652299993,54.90729401200018],[-130.5803116529999,54.80638255400014],[-130.7769262359999,54.83152903900013],[-130.86632239499988,54.77317942900011],[-130.93423417899987,54.824448960000055],[-130.93268795499984,54.94017161699999],[-131.00967363199993,55.00535716400002],[-130.94969641799992,55.07379791900014],[-131.06493079299992,55.14345937700013],[-131.0576065749999,55.19867584800015],[-130.87315833199992,55.34202708500008],[-130.88678951699987,55.451605536000116],[-130.86632239499988,55.55027903899999],[-130.9068370991353,55.73259250518042]]],[[[-124.67307998576575,48.300649509385195],[-124.45656155491368,47.76232779166263],[-124.48346920499985,47.812933661],[-124.63813010599985,47.907864261000086],[-124.68944251199989,48.10016510600012],[-124.73460723799991,48.17040360400016],[-124.68944251199989,48.21344635600009],[-124.67307998576575,48.300649509385195]]],[[[-124.1138993786073,46.910379573573834],[-124.03867561554075,46.723353530626014],[-124.09337895899986,46.74322839000014],[-124.13048255099993,46.885972398000106],[-124.1138993786073,46.910379573573834]]],[[[-123.92463425391166,46.43981673682052],[-123.85167325882546,46.25841652970195],[-123.92517429899995,46.25154058400001],[-124.06379013899993,46.35626714400014],[-124.06261145699993,46.59593333500014],[-124.0178930329999,46.56854889500006],[-124.01425110899991,46.385118637000076],[-123.92463425391166,46.43981673682052]]],[[[-123.80127188917488,46.13310547983384],[-121.78582557453124,41.122176304858236],[-123.69502513438894,39.058453523676135],[-123.76785035099996,39.19400673300008],[-123.82492424799992,39.34729559200015],[-123.81650937299992,39.443998058000105],[-123.76976831899994,39.544645807000094],[-123.79596738899988,39.691867604],[-123.85401880399989,39.833514269000105],[-124.11579342399993,40.107123114],[-124.36350979499994,40.26148093700006],[-124.34828314299996,40.31890737800016],[-124.4092019709999,40.44381766500008],[-124.38583202399992,40.509515360000094],[-124.27387476799989,40.70004705500004],[-124.21384469099993,40.701402471],[-124.11041334599993,41.015252825000076],[-124.1628897879999,41.13908026600002],[-124.12426181199993,41.181808722000184],[-124.06215535799994,41.43587598600011],[-124.1027725899999,41.602606512000094],[-124.15945881399989,41.73667478000006],[-124.26289518399994,41.77642785800005],[-124.21883713399991,41.850006372000124],[-124.21696831799991,42.00617733700001],[-124.3595557769999,42.11300239900005],[-124.37905904899988,42.220278054000076],[-124.4328135869999,42.32931074000008],[-124.4206749979999,42.49100483400015],[-124.39443925699995,42.56655508000013],[-124.4145401679999,42.66242096600014],[-124.51500403599994,42.748724677000084],[-124.54771887899997,42.845445054],[-124.4448834239999,43.029999070000045],[-124.37650426599987,43.340228799000144],[-124.3087075489999,43.35491127800013],[-124.23790317399995,43.54711586200001],[-124.15103105399989,43.88174062700007],[-124.11394579699991,44.19058272299999],[-124.11359615799985,44.30145905200011],[-124.0834337059999,44.42775211000016],[-124.0631939659999,44.60951951900013],[-124.06518479399996,44.82331108200019],[-124.03453528599994,44.8784040390001],[-123.97109941299992,45.1537132830001],[-123.9603572259999,45.29999420800014],[-123.98102779899992,45.34959544500008],[-123.9184464179999,45.41766998900003],[-123.97109941299992,45.45197174700017],[-123.95787512899997,45.57615794500013],[-123.92073228599995,45.66266321900004],[-123.9811386399999,45.76029374800005],[-123.95661373599988,45.87323639500009],[-123.99054928299992,45.93793366100003],[-123.9339900379999,45.97968170800006],[-123.93684173599986,46.08183125800004],[-123.99046790299994,46.20050690300006],[-123.83502983099993,46.16249077200014],[-123.80127188917488,46.13310547983384]]],[[[-155.6065189699999,20.137955566000144],[-155.5271939969999,20.12626898600014],[-155.3323127789999,20.046721443000123],[-155.1680427339999,19.946827215000113],[-155.0871411889999,19.860379834000028],[-155.08537090599992,19.727409311000045],[-155.0185440749999,19.745835679],[-154.97667173399986,19.70575727300009],[-154.94990596099996,19.611445574000143],[-154.8466232489999,19.54493798599999],[-154.8172094389999,19.479722398000078],[-154.87473623499994,19.4128841550001],[-154.98230051299993,19.339243956000146],[-155.09303142199994,19.28620959700011],[-155.2029575719999,19.255579602000026],[-155.29112743399995,19.259523502000107],[-155.36413604799992,19.203574675000155],[-155.50279700399994,19.13768138200011],[-155.61852255699992,18.95554368000016],[-155.68293237999987,18.93288639000015],[-155.81725325599984,19.01323075200004],[-155.87812988099995,19.029072187000068],[-155.9199304689999,19.138600656000065],[-155.88553045399988,19.334156958000065],[-155.9821971949999,19.60767473100016],[-156.0601639279999,19.731220553000085],[-156.0388077459999,19.783148505000057],[-155.9260147779999,19.868801174000126],[-155.82408327899992,20.020092445000117],[-155.8825559829999,20.104942986000182],[-155.89927049299985,20.216690077000138],[-155.86724216199988,20.263132036000158],[-155.7379858059999,20.243801174000126],[-155.71166938899995,20.19614910500009],[-155.6065189699999,20.137955566000144]]],[[[-156.53412841099995,20.53178747600019],[-156.67926130299986,20.50471293200009],[-156.60881453599993,20.59104598000006],[-156.56177406499995,20.598007555],[-156.53412841099995,20.53178747600019]]],[[[-156.91373752699985,20.734724091000047],[-156.98238614499988,20.759414015000075],[-156.99213619699987,20.846340236000017],[-157.05080962099993,20.871405682000116],[-156.99041420499995,20.92750878700015],[-156.89271962499987,20.914141356000172],[-156.81633843299988,20.84170417000003],[-156.83125712899988,20.76380716600012],[-156.91373752699985,20.734724091000047]]],[[[-156.5895997049999,21.027738813000113],[-156.52588858099986,20.987321553000143],[-156.4816715519999,20.904397075000034],[-156.2983292309999,20.952704169000086],[-156.24290930899986,20.94155508000007],[-156.11928101799987,20.83607094500006],[-156.00169837099986,20.800441799000126],[-155.97955290999988,20.75737428000015],[-156.00313353899986,20.685897726000107],[-156.12950442099995,20.62447291700012],[-156.2038298129999,20.626042974000185],[-156.3025938039999,20.581179336],[-156.40765319499985,20.587206654000013],[-156.4427499809999,20.660569389000088],[-156.4643194,20.781383147000085],[-156.53389852599994,20.77413896000003],[-156.62023427199995,20.807088095000083],[-156.69600919699985,20.915801977000072],[-156.66646901099986,21.003438187000043],[-156.5895997049999,21.027738813000113]]],[[[-157.24884316499993,21.221710607000105],[-156.89704547199986,21.165191023000105],[-156.80031220099994,21.177676245],[-156.70572493599994,21.156542963000064],[-156.75560462099992,21.095526434000035],[-156.86957760299993,21.053371486000103],[-157.0723738109999,21.099381265000048],[-157.27306067599994,21.08734772300012],[-157.30426998599992,21.128241278000147],[-157.24884316499993,21.221710607000105]]],[[[-157.8937636369999,21.59838170200011],[-157.83644887699992,21.53404933700007],[-157.8421273559999,21.461048946000133],[-157.7057999339999,21.374904690000093],[-157.64716739499985,21.30643147799999],[-157.7949652599999,21.254663326000113],[-157.9052385619999,21.305631189000124],[-157.99869171199992,21.31133754100013],[-158.0943090489999,21.293605861000103],[-158.22760032299988,21.483046969000114],[-158.23633824399985,21.584940710000083],[-158.1210724639999,21.585894982000084],[-158.01444510999988,21.70149857600002],[-157.9624325199999,21.705012456000148],[-157.8937636369999,21.59838170200011]]],[[[-160.19824030599992,21.783883779000107],[-160.24803626199986,21.828029690000037],[-160.23442352399994,21.874455639000033],[-160.12361967199985,21.95629587700016],[-160.08524609099987,21.893535615000175],[-160.17167726999986,21.848648381000103],[-160.19824030599992,21.783883779000107]]],[[[-159.38818451899994,22.2287890140001],[-159.3387345039999,22.213039455000015],[-159.29279537699995,22.146429755000113],[-159.33317555799985,22.049568974000053],[-159.33412758899993,21.958057444000147],[-159.43731532299995,21.868769246000014],[-159.6100095819999,21.899719360000134],[-159.6762085579999,21.955170900000056],[-159.75979373199988,21.978533373000133],[-159.7850660179999,22.057349453000043],[-159.7165337299999,22.15751404700002],[-159.58958210399993,22.2209538070001],[-159.38818451899994,22.2287890140001]]],[[[-131.24156653599994,54.974595445000105],[-131.20319576699984,54.90070221600011],[-131.33116614499994,54.86123281500015],[-131.45156816299993,54.954413153000175],[-131.24156653599994,54.974595445000105]]]]}}]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment