Skip to content

Instantly share code, notes, and snippets.

@mbostock
Forked from mbostock/.block
Last active February 9, 2016 01:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mbostock/2869871 to your computer and use it in GitHub Desktop.
Save mbostock/2869871 to your computer and use it in GitHub Desktop.
Albers Projection
license: gpl-3.0
<!DOCTYPE html>
<meta charset="utf-8">
<title>Albers Projection</title>
<style>
path {
fill: #ccc;
stroke: #fff;
}
</style>
<svg width="960" height="500"></svg>
<script src="//d3js.org/d3.v3.min.js"></script>
<script>
var projection = d3.geo.albers();
var path = d3.geo.path()
.projection(projection);
var svg = d3.select("svg");
d3.json("states.json", function(error, collection) {
if (error) throw error;
svg.selectAll("path")
.data(collection.features)
.enter().append("path")
.attr("d", path);
});
</script>
Display the source blob
Display the rendered blob
Raw
{"type":"FeatureCollection","features":[{"type":"Feature","id":53,"properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[[-118.83697415503403,49.00010126026052],[-118.19700877800865,48.99999383052349],[-117.42998353364341,49.00047726434012],[-117.03337010592998,48.99918810749579],[-117.03337010592998,48.84647673631086],[-117.04270218658206,48.04553433190057],[-117.04342003893991,47.97726273401945],[-117.04090755568743,47.36598753033162],[-117.04090755568743,47.25925608659456],[-117.0405486295085,47.12717122491896],[-117.0405486295085,46.541679158117795],[-117.04090755568743,46.4258699016019],[-117.05705923373911,46.34540502856812],[-116.92353869517856,46.169273974711146],[-116.96050809160796,46.09890749695798],[-116.9170780239579,45.995506375068786],[-117.48023319869307,45.997816114414874],[-117.60298595188583,45.998890411785155],[-117.97770488268475,46.00071671731463],[-117.99708689634677,46.000770432183145],[-118.98700529782516,45.99985727941841],[-119.12662758142746,45.932821123513094],[-119.43207375969364,45.91826439414584],[-119.57169604329592,45.9254621865267],[-119.67004181632169,45.85686829943449],[-119.86816906708894,45.83597321558259],[-119.99953604857592,45.812446103173514],[-120.2145328297527,45.72424628907375],[-120.48229175923163,45.69497168573369],[-120.65349954657943,45.73719157238558],[-120.91587458337446,45.64136424695685],[-121.19655485529472,45.61681655204601],[-121.21306545952534,45.66666395002688],[-121.44098358314346,45.69717399534275],[-121.52281875193863,45.72467600802186],[-121.80780613800601,45.70609066351606],[-121.92230358908347,45.649099188022845],[-122.24928533808522,45.54768551626866],[-122.63225957099945,45.60618100808026],[-122.75034628386615,45.647380312230396],[-122.76254977394964,45.728167474475256],[-122.78552104940093,45.850529944949855],[-122.90396668844656,46.08365247430004],[-123.11932239580227,46.185442150133824],[-123.21228427614415,46.17276544116454],[-123.21336105468093,46.175719758932814],[-123.2786856192455,46.15090348967941],[-123.45635407781396,46.26848533685626],[-123.72806119526106,46.29066957755249],[-123.87665663333651,46.24012388628094],[-124.02022710490698,46.315432131937385],[-124.08232133386122,46.26955963422654],[-124.02345744051732,46.58255617305685],[-124.00910039336027,46.373820194011955],[-123.95346683562671,46.37736537533387],[-123.89532079464067,46.54909180997271],[-123.95956858066846,46.61360336705786],[-123.83896938454926,46.71802507144882],[-123.99869153417141,46.705348362479555],[-124.09811408573395,46.794139040132976],[-124.13723703923691,46.90441566519195],[-124.04678764214752,46.89351154688363],[-123.8231766326765,46.95775452962622],[-124.15123516021504,47.021728938026236],[-124.23378818136806,47.282084905712956],[-124.32028939048926,47.35524455662885],[-124.35438737748726,47.53416878364854],[-124.43191543213531,47.74978026586321],[-124.61066066924054,47.88073711530002],[-124.73161879153866,48.16880995513989],[-124.63793905883894,48.387644329465395],[-124.39171570009557,48.28757352942406],[-124.24993985941974,48.26485214004269],[-123.98110415140403,48.164781340001355],[-123.70724347688335,48.16784308750665],[-123.39569555357542,48.11434307846683],[-123.11716883872872,48.152050916163574],[-122.92693796389784,48.06514025890813],[-122.82931004322992,48.13459358389656],[-122.62579889977877,47.88874063070858],[-122.69363594759582,47.86757697251412],[-122.78336749232737,47.704606061443044],[-122.82141366729354,47.837765220488926],[-122.90970950730939,47.664212480320614],[-122.9879554143153,47.60614670745713],[-123.02277125367112,47.52025663270345],[-122.91652910470899,47.62091829629844],[-122.75321769329757,47.66775766164253],[-122.68394494076482,47.798660796210825],[-122.5260174220373,47.912482602591716],[-122.4890480256079,47.74360305598411],[-122.56047433521421,47.751606571392685],[-122.60785259083247,47.56854629949741],[-122.4958676230075,47.50983594821176],[-122.55221903309891,47.40337307881727],[-122.58559916773905,47.254153174085744],[-122.67281822921811,47.28686552901069],[-122.62723460449448,47.403480508554296],[-122.634413128073,47.40342679368578],[-122.72701608223596,47.33805579870441],[-122.76111406923394,47.167242516830306],[-122.83146360030348,47.24319534090891],[-122.80203165363153,47.35911202716184],[-122.92693796389784,47.280903178605655],[-122.94667890373879,47.20317776386608],[-123.07517447579436,47.098272625658495],[-122.94165393723381,47.17170085091696],[-123.00123568293556,47.07410093482726],[-122.90396668844656,47.07469179838091],[-122.81495299607288,47.1772871972424],[-122.69686628320616,47.097359472893764],[-122.58416346302334,47.18491470857137],[-122.53355487179475,47.31662356616738],[-122.41762171600159,47.320491036700375],[-122.3246598356597,47.34879877240718],[-122.42121097779085,47.576227525694904],[-122.34045258753247,47.60469640600725],[-122.43736265584253,47.66168788150047],[-122.39500936672924,47.77792685696448],[-122.30563674817662,47.94933100239223],[-122.19724104214092,48.03516736227739],[-122.34404184932173,48.09855090712376],[-122.39500936672924,48.22956147142908],[-122.47863916641904,48.17536316909859],[-122.37921661485649,48.087217069867336],[-122.51166037488025,48.13346557165777],[-122.5314013147212,48.249221113305154],[-122.40470037356025,48.25045655528098],[-122.38388265518253,48.29713477601953],[-122.65128265848253,48.411064012137444],[-122.70189124971112,48.49169002977676],[-122.61323648351636,48.52257607917224],[-122.48330520674509,48.45559363813544],[-122.48868909942897,48.645368268594936],[-122.49084265650254,48.742055031919904],[-122.64733447051435,48.77455252737079],[-122.8181833316832,48.93908116962877],[-122.7578837336236,49.00208871039554],[-121.75971003002991,48.99730808709781],[-120.8519857235256,49.00031611973458],[-120.05911779427767,48.99945668183835],[-118.83697415503403,49.00010126026052]]],[[[-122.87632937266925,48.55324726909365],[-122.82428507672495,48.42771562137674],[-122.94488427284415,48.46531602933645],[-122.87632937266925,48.55324726909365]]],[[[-123.14875434247422,48.62425832526898],[-123.01631058245046,48.5619490777929],[-123.0360515222914,48.458709100509246],[-123.13439729531717,48.49974726005384],[-123.14875434247422,48.62425832526898]]],[[[-122.89965957429945,48.71476787871485],[-122.7428088341087,48.66099929533247],[-122.94775568227556,48.59745460588057],[-123.01056776358763,48.65433865163675],[-122.89965957429945,48.71476787871485]]],[[[-122.5917009127808,48.39613127869059],[-122.50484077748065,48.30078738707847],[-122.65451299409287,48.28418949270768],[-122.73311782727771,48.22741287668853],[-122.60749366465353,48.209096106525294],[-122.5410923215522,48.01593743934943],[-122.52494064350051,48.09656345698875],[-122.37598627924615,48.03457649872374],[-122.37706305778293,47.90662768192371],[-122.60713473847461,48.031138747138854],[-122.61395433587421,48.157046398935364],[-122.7700872237071,48.2246197035258],[-122.66312722238709,48.40171762501603],[-122.5917009127808,48.39613127869059]]],[[[-122.53642628122616,47.698428851563946],[-122.48151057585045,47.5855201979478],[-122.57626708708696,47.598572910996666],[-122.53642628122616,47.698428851563946]]],[[[-122.43736265584253,47.40724054935027],[-122.52781205293192,47.345092446479725],[-122.47361419991407,47.51101767531907],[-122.43736265584253,47.40724054935027]]]]}},{"type":"Feature","id":30,"properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[[-105.05743921987909,48.999241822364304],[-104.0484977309176,48.99983268591795],[-104.04813880473867,48.634034431338506],[-104.04670310002297,48.38936320525784],[-104.04454954294941,47.996170367736326],[-104.04526739530726,47.39746444328075],[-104.04526739530726,47.33015971303287],[-104.04526739530726,46.64142766894805],[-104.04526739530726,46.540927149958605],[-104.04598524766512,46.28019517819229],[-104.04526739530726,45.94528297300832],[-104.04454954294941,45.88189942816195],[-104.03988350262337,45.2128270259532],[-104.05782981156968,44.99732297347556],[-105.03877505857493,45.00033100611234],[-105.08938364980352,45.00043843584937],[-106.02474527208514,44.993562932679595],[-106.26343118107106,44.99377779215365],[-107.91162019470006,45.00129787374559],[-108.2493697290696,44.99947156821612],[-108.62121725043713,45.00022357637532],[-109.79885404349392,45.002103596773296],[-110.70514264528252,44.99227377583526],[-111.04432788436776,45.001351588614106],[-111.05545459591447,44.66622452395608],[-111.04935285087272,44.474086439281976],[-111.2259445309044,44.57630583406386],[-111.2191249335048,44.62201718716916],[-111.37777030459017,44.75168487976164],[-111.47288574200562,44.70925013363569],[-111.50806050754038,44.536019682678464],[-111.61789191829179,44.55068384178275],[-111.82140306174293,44.50926967815856],[-111.86770453882441,44.56421998864825],[-112.09634051480039,44.52318182910365],[-112.28800709434697,44.56803374431273],[-112.38814749826737,44.448679306474915],[-112.47321300267288,44.4799950748185],[-112.78117166419153,44.484883127853266],[-112.81598750354738,44.3762179488497],[-113.00442374748361,44.45072047147844],[-113.00801300927289,44.525760142792315],[-113.13256039336027,44.77343940150976],[-113.24633999207987,44.82248107646292],[-113.34037865095853,44.784665809029164],[-113.45595288057275,44.86534554153699],[-113.45164576642564,45.0586653533184],[-113.55465757977746,45.11291737051741],[-113.69212630630618,45.26288928340813],[-113.77575610599598,45.40797314326409],[-113.80662375738363,45.602098678073204],[-113.90425167805155,45.621489745606716],[-113.93799073887061,45.69572369389289],[-114.27717597795585,45.48193851720768],[-114.3464487304886,45.46050628467066],[-114.47171396693383,45.56508913366716],[-114.56467584727572,45.55767648181224],[-114.49971020889008,45.66902740424149],[-114.56754725670713,45.77377139784353],[-114.50006913506901,45.849992796264715],[-114.41105544269531,45.851819101794185],[-114.41285007358995,45.97799532793326],[-114.50832443718431,46.03144162210456],[-114.46130510774498,46.09713490629702],[-114.43725705375692,46.27579055897415],[-114.34285946869934,46.519602347158596],[-114.3328095356894,46.660765021613045],[-114.59554349866337,46.63396130222462],[-114.67486618420605,46.73687899029719],[-114.94836793254781,46.859241460771784],[-114.95913571791559,46.93283083063579],[-115.04958511500499,46.96973294530481],[-115.14362377388365,47.1017640921119],[-115.34067424611412,47.262747553047966],[-115.52946941622929,47.29927366363739],[-115.55136391314379,47.34987306977746],[-115.72077706959695,47.42550360464499],[-115.62853304161291,47.479648192106964],[-115.75523398277386,47.5514112564415],[-115.68955049203036,47.59432943638407],[-115.72436633138621,47.69440023642541],[-115.82558351384338,47.75209000520931],[-116.04991237567225,47.9786593206008],[-116.04991237567225,48.21511217179885],[-116.0491945233144,48.502003284531426],[-116.0491945233144,49.00085326841972],[-114.72942296340284,49.00047726434012],[-114.06792201564188,48.998865818284706],[-112.1939684354683,48.99865095881065],[-111.2711692294491,48.99725437222929],[-110.74318882024869,48.998597243942136],[-109.48981860343848,49.00031611973458],[-108.23644838662825,48.99956411157538],[-107.17976971586958,48.99999383052349],[-106.1119643335642,48.99940296696984],[-105.05743921987909,48.999241822364304]]]]}},{"type":"Feature","id":16,"properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[[-114.95913571791559,46.93283083063579],[-114.94836793254781,46.859241460771784],[-114.67486618420605,46.73687899029719],[-114.59554349866337,46.63396130222462],[-114.3328095356894,46.660765021613045],[-114.34285946869934,46.519602347158596],[-114.43725705375692,46.27579055897415],[-114.46130510774498,46.09713490629702],[-114.50832443718431,46.03144162210456],[-114.41285007358995,45.97799532793326],[-114.41105544269531,45.851819101794185],[-114.50006913506901,45.849992796264715],[-114.56754725670713,45.77377139784353],[-114.49971020889008,45.66902740424149],[-114.56467584727572,45.55767648181224],[-114.47171396693383,45.56508913366716],[-114.3464487304886,45.46050628467066],[-114.27717597795585,45.48193851720768],[-113.93799073887061,45.69572369389289],[-113.90425167805155,45.621489745606716],[-113.80662375738363,45.602098678073204],[-113.77575610599598,45.40797314326409],[-113.69212630630618,45.26288928340813],[-113.55465757977746,45.11291737051741],[-113.45164576642564,45.0586653533184],[-113.45595288057275,44.86534554153699],[-113.34037865095853,44.784665809029164],[-113.24633999207987,44.82248107646292],[-113.13256039336027,44.77343940150976],[-113.00801300927289,44.525760142792315],[-113.00442374748361,44.45072047147844],[-112.81598750354738,44.3762179488497],[-112.78117166419153,44.484883127853266],[-112.47321300267288,44.4799950748185],[-112.38814749826737,44.448679306474915],[-112.28800709434697,44.56803374431273],[-112.09634051480039,44.52318182910365],[-111.86770453882441,44.56421998864825],[-111.82140306174293,44.50926967815856],[-111.61789191829179,44.55068384178275],[-111.50806050754038,44.536019682678464],[-111.47288574200562,44.70925013363569],[-111.37777030459017,44.75168487976164],[-111.2191249335048,44.62201718716916],[-111.2259445309044,44.57630583406386],[-111.04935285087272,44.474086439281976],[-111.04719929379917,43.9834548302763],[-111.04540466290453,43.50109531102176],[-111.04468681054668,43.31567158491188],[-111.04396895818883,43.02002494861156],[-111.04684036762023,42.51311773444618],[-111.04684036762023,42.0015373267201],[-111.50806050754038,41.99938873197954],[-112.1103386357785,41.99750871158156],[-112.16597219351206,41.997562426450074],[-113.0015523380522,41.99815329000373],[-114.04172040458027,41.99364124104856],[-114.28255987063974,41.99412467486518],[-115.03917625581613,41.99589726552614],[-116.14682244398232,41.9980458602667],[-117.01829520641508,41.99906644276846],[-117.02726836088823,41.99971102119062],[-117.02690943470931,43.68023439751551],[-117.02619158235146,43.840734424634945],[-116.98383829323816,43.87989256378156],[-116.93538325908312,43.98748344541484],[-116.97522406494394,44.08760796032469],[-116.89805493647481,44.15244180662093],[-116.97594191730178,44.24284393032977],[-117.22001171897159,44.30133942214137],[-117.22324205458193,44.48413111969407],[-117.14427829521817,44.545634644142446],[-117.03839507243495,44.74819341330824],[-116.89984956736944,44.84047555741507],[-116.83273037191024,44.93388571376069],[-116.84816419760406,45.02165580891234],[-116.78391641157629,45.07902328848516],[-116.68700634326622,45.26766990670586],[-116.55671614031601,45.506110208038926],[-116.46447211233199,45.61461424243694],[-116.54917869055856,45.75217802070095],[-116.79540204930193,45.855901431801236],[-116.9170780239579,45.995506375068786],[-116.96050809160796,46.09890749695798],[-116.92353869517856,46.169273974711146],[-117.05705923373911,46.34540502856812],[-117.04090755568743,46.4258699016019],[-117.0405486295085,46.541679158117795],[-117.0405486295085,47.12717122491896],[-117.04090755568743,47.25925608659456],[-117.04090755568743,47.36598753033162],[-117.04342003893991,47.97726273401945],[-117.04270218658206,48.04553433190057],[-117.03337010592998,48.84647673631086],[-117.03337010592998,48.99918810749579],[-116.0491945233144,49.00085326841972],[-116.0491945233144,48.502003284531426],[-116.04991237567225,48.21511217179885],[-116.04991237567225,47.9786593206008],[-115.82558351384338,47.75209000520931],[-115.72436633138621,47.69440023642541],[-115.68955049203036,47.59432943638407],[-115.75523398277386,47.5514112564415],[-115.62853304161291,47.479648192106964],[-115.72077706959695,47.42550360464499],[-115.55136391314379,47.34987306977746],[-115.52946941622929,47.29927366363739],[-115.34067424611412,47.262747553047966],[-115.14362377388365,47.1017640921119],[-115.04958511500499,46.96973294530481],[-114.95913571791559,46.93283083063579]]]]}},{"type":"Feature","id":38,"properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.18286278388265,48.999241822364304],[-99.52602787644774,48.999349252101325],[-98.99984209814197,48.999886400786465],[-97.9499830247829,49.000423549471606],[-97.22925925749912,49.000423549471606],[-97.15496153846141,48.75784720326298],[-97.09537979275966,48.68737329577279],[-97.16249898821886,48.54309515894453],[-97.11583858495845,48.3245293589616],[-97.14132234366221,48.193465079787764],[-97.14598838398825,48.17369800817466],[-97.02072314754301,47.872357595811856],[-96.89689361581348,47.674740594549334],[-96.85095106491093,47.49995241240521],[-96.83192797742784,47.237608994583475],[-96.84054220572207,47.15085948193358],[-96.83838864864852,47.00835393576628],[-96.76229629871617,46.934764565902285],[-96.80177817839804,46.79784536606043],[-96.79782999042986,46.63046983577122],[-96.78311401709388,46.63041612090271],[-96.73753039237026,46.48834029368352],[-96.60113844437831,46.331116873543436],[-96.56022085998073,46.11657968869904],[-96.5763725380324,46.021772945772064],[-96.56381012176999,45.935238292596225],[-97.22818247896234,45.93518457772771],[-97.97905604527591,45.93582915614988],[-98.00812906576893,45.93588287101839],[-98.72418679272666,45.938622329312594],[-99.00558491700478,45.93975034155139],[-99.71805338217325,45.94087835379018],[-99.88028801504788,45.941415502475316],[-100.51199808995796,45.94372524182141],[-101.99867032307019,45.94463839458615],[-102.00046495396482,45.94453096484912],[-102.94192832128819,45.94501439866575],[-102.99612617430604,45.945121828402776],[-104.04526739530726,45.94528297300832],[-104.04598524766512,46.28019517819229],[-104.04526739530726,46.540927149958605],[-104.04526739530726,46.64142766894805],[-104.04526739530726,47.33015971303287],[-104.04526739530726,47.39746444328075],[-104.04454954294941,47.996170367736326],[-104.04670310002297,48.38936320525784],[-104.04813880473867,48.634034431338506],[-104.0484977309176,48.99983268591795],[-102.93869798567785,48.999241822364304],[-102.02128267234254,48.998865818284706],[-101.49725045111032,48.99940296696984],[-100.18286278388265,48.999241822364304]]]]}},{"type":"Feature","id":27,"properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.3219255426854,48.99891953315322],[-95.1532302385901,48.998865818284706],[-95.1532302385901,49.38448485934577],[-94.95725654489641,49.37014298945256],[-94.8255306372305,49.2943513099795],[-94.68339587037573,48.884130859139084],[-94.69093332013318,48.77799027895568],[-94.58792150678137,48.71756105187758],[-94.43035291423278,48.70090944263828],[-94.3086769395768,48.71025582975969],[-94.22468821370808,48.64939688373347],[-93.84817465201452,48.630757824359165],[-93.79325894663882,48.51629143955611],[-93.46735397617384,48.546425480792394],[-93.4655593452792,48.59159968521256],[-93.20785034881021,48.64252138056371],[-93.0883279312278,48.62769607685388],[-92.72832497376484,48.53933511814856],[-92.63500416724403,48.5425580102594],[-92.71253222189209,48.46295257512184],[-92.50722644754632,48.44785869706944],[-92.37011664719651,48.22193396010012],[-92.26961731709719,48.248200530803395],[-92.26243879351865,48.35493197454045],[-92.05569731445718,48.35928287889007],[-92.00688335412322,48.26538928872783],[-91.7983472441671,48.20297261151472],[-91.71112818268804,48.117351111103616],[-91.55930240900227,48.10859558753585],[-91.56755771111757,48.04370802637109],[-91.24954911658898,48.08404789262501],[-91.0316809259808,48.18932903491219],[-90.88559797115784,48.24594450632581],[-90.74130964722951,48.09457600685373],[-90.13221192159179,48.111281330961546],[-89.87306722040708,47.9863942616668],[-89.76646614526601,48.02254436817663],[-89.56331392799379,47.99305490536252],[-89.97787366465353,47.829707990211844],[-90.43981165693152,47.73044291319822],[-90.73269541893528,47.62634349801834],[-91.02306669768656,47.46525260734525],[-91.47710831402817,47.12598949781166],[-91.79404013002,46.940834346044355],[-92.09338456324443,46.78823040459645],[-92.2028570478169,46.66017415805939],[-92.29258859254846,46.66318219069616],[-92.29294751872739,46.41722180777116],[-92.29366537108524,46.157295559032555],[-92.35037570735557,46.01634774405216],[-92.70786618156605,45.89489842634231],[-92.84102779394766,45.72999378000473],[-92.88697034485021,45.64415742011957],[-92.88445786159772,45.57599325197547],[-92.77390859848846,45.56815088117244],[-92.6468487311486,45.441491221216744],[-92.7455534303533,45.29603135728119],[-92.75811584661571,45.20955041897386],[-92.79257275979262,45.07886214387962],[-92.76960148434135,44.86196150482061],[-92.80405839751826,44.74722654567499],[-92.7319142355541,44.71435304614451],[-92.54886188430174,44.568248603786785],[-92.31627772035759,44.541015165450254],[-92.24198000131986,44.45426565280036],[-92.08369355641342,44.40726514285072],[-91.95842831996818,44.358438327371616],[-91.8586468422267,44.1929965323489],[-91.55930240900227,44.0252987128486],[-91.42506401808389,43.984314268172525],[-91.28400602976589,43.847072779119586],[-91.2567276401675,43.72836291970394],[-91.26893113025099,43.61652856345806],[-91.21760468666454,43.5005044474681],[-91.61098777876764,43.50061187720513],[-91.73086912252899,43.500665592073645],[-92.07974536844523,43.50061187720513],[-92.44908040656027,43.500450732599596],[-92.55316899844887,43.50023587312554],[-93.02443907137894,43.4996987244404],[-93.04848712536699,43.4996987244404],[-93.4971448490247,43.499483864966344],[-93.64861169653156,43.499645009571886],[-93.9712863313862,43.49959129470337],[-94.24801841533828,43.50012844338851],[-94.4429153304952,43.50039701773108],[-94.8556804362603,43.50082673667919],[-94.9145443296042,43.500450732599596],[-95.38796795960782,43.50023587312554],[-95.45508715506702,43.5005044474681],[-95.86103266343252,43.500021013651484],[-96.05305816915804,43.50012844338851],[-96.4529019324818,43.50039701773108],[-96.45326085866073,43.84965109280825],[-96.45254300630288,44.196595428539325],[-96.45254300630288,44.19670285827635],[-96.45182515394502,44.543539764270406],[-96.45146622776609,44.63130985942206],[-96.45146622776609,44.80631290104025],[-96.45182515394502,44.97739475725692],[-96.4529019324818,45.268905348681685],[-96.47048931524918,45.326541402597066],[-96.69589495561482,45.42032756302228],[-96.83587616539603,45.58614536212459],[-96.83802972246959,45.648293464995135],[-96.65390059268046,45.745678521610785],[-96.56381012176999,45.935238292596225],[-96.5763725380324,46.021772945772064],[-96.56022085998073,46.11657968869904],[-96.60113844437831,46.331116873543436],[-96.73753039237026,46.48834029368352],[-96.78311401709388,46.63041612090271],[-96.79782999042986,46.63046983577122],[-96.80177817839804,46.79784536606043],[-96.76229629871617,46.934764565902285],[-96.83838864864852,47.00835393576628],[-96.84054220572207,47.15085948193358],[-96.83192797742784,47.237608994583475],[-96.85095106491093,47.49995241240521],[-96.89689361581348,47.674740594549334],[-97.02072314754301,47.872357595811856],[-97.14598838398825,48.17369800817466],[-97.14132234366221,48.193465079787764],[-97.11583858495845,48.3245293589616],[-97.16249898821886,48.54309515894453],[-97.09537979275966,48.68737329577279],[-97.15496153846141,48.75784720326298],[-97.22925925749912,49.000423549471606],[-96.40552367686354,48.99999383052349],[-95.3219255426854,48.99891953315322]]]]}},{"type":"Feature","id":23,"properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[[-67.98897916509902,44.5016958816981],[-68.0586108438107,44.33238661614239],[-68.10204091146076,44.47499959204671],[-68.32206265914252,44.537201409785766],[-68.26678802758788,44.473280716254266],[-68.43368870078855,44.40157136678825],[-68.42256198924184,44.49616325024117],[-68.56685031317016,44.40457939942503],[-68.52449702405688,44.22866320504211],[-68.82168790020775,44.408339440221],[-68.75708118800104,44.511042268819516],[-68.84214669240654,44.62550865362257],[-68.81307367191353,44.68438014951377],[-68.81558615516602,44.6837355710916],[-68.86583582021568,44.599188368050775],[-68.80122910800897,44.565616575229605],[-68.82420038346024,44.46431033321245],[-69.01191877503862,44.43272599052629],[-68.9483888413687,44.35602115828849],[-69.02914723162709,44.24945085915698],[-69.10380387684373,44.07869129215139],[-69.07401300399286,44.04759038328186],[-69.21542991848978,43.93092168886973],[-69.36689676599661,43.9648694857705],[-69.35253971883958,44.01514660269948],[-69.38412522258508,44.07686498662191],[-69.5036476401675,43.83751153252412],[-69.5585633455432,43.89724246631154],[-69.66408764214749,43.85416314176342],[-69.65439663531649,44.017026623097465],[-69.72295153549139,43.940751509807775],[-69.77463690525676,43.894341863411796],[-69.70787663597649,43.825371972239985],[-69.7656637507836,43.76467417081931],[-69.77679046233031,43.76515760463594],[-69.82811690591676,43.981252520667226],[-69.80550455664441,44.02470784929495],[-69.7559727439526,44.13890565975544],[-69.75848522720509,44.13938909357206],[-69.82560442266428,44.0039739100486],[-69.92107878625865,43.92044728950953],[-69.86544522852509,43.94880874008486],[-69.83098831534816,43.97158384433473],[-69.77858509322495,43.74474595460067],[-69.85431851697837,43.70429865860973],[-69.88016120186106,43.894449293148824],[-69.89523610137596,43.78873843191353],[-69.94692147114132,43.865980412836464],[-70.14612550044535,43.799696265090354],[-70.2563158373757,43.67497034040115],[-70.1974519440318,43.564908574816236],[-70.3535848318647,43.53558025660766],[-70.43865033627019,43.35499086866404],[-70.54955852555838,43.325716265323976],[-70.67267020493006,43.07046321014607],[-70.8295209451208,43.13422275907204],[-70.80942107910093,43.22537689094007],[-70.98637168531154,43.38098886502475],[-70.96232363132349,43.54095174345905],[-70.98888416856403,43.79008130362637],[-71.01006081312067,44.28474152777059],[-71.04092846450833,44.802552860244276],[-71.08435853215839,45.30564631874517],[-71.0064715513314,45.3460398998676],[-70.83418698544683,45.27733858303836],[-70.82485490479476,45.399969627855526],[-70.638931144111,45.38170657256081],[-70.72327879615865,45.510192538045985],[-70.55242993498979,45.66703995410647],[-70.3851703356102,45.734076110011785],[-70.41639691317677,45.79316246537704],[-70.26169973005959,45.88888236106875],[-70.31625650925636,46.01908720234637],[-70.23765167607154,46.146498870461265],[-70.29256738144724,46.19145821540737],[-70.18991449427435,46.34980964778626],[-70.05639395571382,46.41652351448048],[-70.02301382107368,46.57396179409463],[-69.99717113619099,46.69551854154152],[-69.22440307296293,47.45982740562535],[-69.04314535260521,47.426685331752296],[-69.04099179553165,47.24502164643839],[-68.89993380721366,47.177770631059026],[-68.60740897138882,47.246955381704886],[-68.58013058179044,47.287080388484746],[-68.37769621687607,47.287348962827316],[-68.3629802435401,47.35465369307519],[-68.23448467148452,47.35529827149736],[-67.95344547338533,47.19667826477591],[-67.79013406197392,47.067225431657484],[-67.78116090750076,45.94345666747884],[-67.8062857400256,45.680683530709004],[-67.60851741543728,45.60612729321175],[-67.42546506418492,45.57841042105859],[-67.50191634029619,45.48999574748477],[-67.43013110451096,45.392664405737634],[-67.48863607167593,45.28265635502123],[-67.34219419067405,45.12607751330331],[-67.29014989472975,45.187312463409114],[-67.1648846582845,45.158682438491226],[-67.03854264330249,44.95365278537379],[-66.98075552849538,44.80625918617174],[-67.19323982641968,44.64527572523567],[-67.50909486387472,44.63775564364373],[-67.5679587572186,44.5311316296437],[-67.658408154308,44.56529428601852],[-67.71188815496801,44.49256435405074],[-67.7843912431111,44.60477471437622],[-67.84935688149673,44.56255482772431],[-67.89996547272533,44.3951792974351],[-67.98897916509902,44.5016958816981]]],[[[-68.66304252912238,44.269647649718195],[-68.64043017985003,44.1600693179499],[-68.73195635547621,44.221733987003816],[-68.66304252912238,44.269647649718195]]],[[[-68.3026806454805,44.43723803948146],[-68.18710641586627,44.37218933371116],[-68.33857326337312,44.22232485055747],[-68.43045836517823,44.31272697426631],[-68.3026806454805,44.43723803948146]]]]}},{"type":"Feature","id":26,"properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.99082667260653,46.09724233603405],[-89.09168492888479,46.13844164018418],[-89.92905970431957,46.29969367546282],[-89.92870077814064,46.28798383412679],[-90.12036735768721,46.336864364474415],[-90.23091662079648,46.50977252622056],[-90.41719930765917,46.565367415132414],[-90.02525192027178,46.67591261453396],[-89.88850104610091,46.76583130442617],[-89.78764278982266,46.81922388372895],[-89.41615419463406,46.84355671916573],[-89.23920358842345,46.907423697828726],[-89.11896331848318,46.99417321047862],[-88.93339848397835,47.031236469753196],[-88.8874559330758,47.10149551776934],[-88.6297469366068,47.22794031825098],[-88.62579874863862,47.13044783189831],[-88.51201914991901,47.10944531830938],[-88.4513606256805,46.938954325646364],[-88.4678712299111,46.75159686426999],[-88.24031203247189,46.931380529185915],[-88.04469726495712,46.91182831704686],[-87.81713806751793,46.89077208858943],[-87.6344446424445,46.812563240033235],[-87.57306826584812,46.72017366618938],[-87.33115202125188,46.4952157968533],[-87.11687309243295,46.49478607790519],[-87.02139872883859,46.53372935757774],[-86.81573402831388,46.43784831728048],[-86.75040946374932,46.47910133629914],[-86.63734771738758,46.4119577506568],[-86.46183281589268,46.55306671024273],[-86.13844032868019,46.67274343729163],[-85.86457965415951,46.68987848034756],[-85.48196434742421,46.68058580809466],[-85.2378945457544,46.75557176454002],[-84.95506071676058,46.76862447758889],[-85.0293584357983,46.68885789784579],[-85.03402447612434,46.48791057473541],[-84.83015440649427,46.44413295689661],[-84.63023252483238,46.48409681907093],[-84.593263128403,46.41383777105479],[-84.34129695079682,46.50198387028605],[-84.26017963435949,46.43086538437369],[-84.18301050589037,46.250598285641146],[-84.22249238557225,46.16315047970056],[-84.12235198165185,46.17851293209553],[-84.07210231660218,46.09326743576402],[-83.90089452925439,45.98277595123099],[-84.11409667953654,45.98223880254585],[-84.2149549358148,45.984978260840066],[-84.23218339240326,45.98487083110304],[-84.656434135894,46.053357288458216],[-84.73898715704702,45.945121828402776],[-84.75154957330943,45.83951839690451],[-85.00566930798917,46.00732364614183],[-85.42633078969065,46.102022959331784],[-85.5174980391379,46.09305257628996],[-85.65388998712984,45.96762835831008],[-85.86529750651736,45.96827293673225],[-85.91303468831455,45.91992955506977],[-86.06127120021107,45.96413689185668],[-86.31144274692261,45.9196609807272],[-86.36779415701402,45.78612581760172],[-86.46039711117697,45.75711978860423],[-86.70769724845711,45.64979748131353],[-86.53146449460435,45.849187073237005],[-86.78199496749482,45.860252336150864],[-86.87172651222637,45.71006556378609],[-87.0393450377849,45.744496794503476],[-87.16891738837725,45.66376334712713],[-87.26475067815053,45.55010268535179],[-87.4370352440351,45.29388276254063],[-87.61721618585605,45.10120752918139],[-87.74212249612236,45.197733147900806],[-87.64772491106477,45.340238694068105],[-87.8867697462296,45.35329140711697],[-87.79237216117203,45.50106101039862],[-87.83436652410639,45.56063079958051],[-87.78124544962532,45.67353945319665],[-87.84657001418988,45.722473698412784],[-88.05761860739847,45.7805931861448],[-88.13442880968867,45.8232427917448],[-88.11684142692128,45.9215947159937],[-88.41690371250357,45.97530958450757],[-88.53355472065458,46.021128367349895],[-88.6832269372668,46.01398428983755],[-88.9326806316205,46.073607793887945],[-88.99082667260653,46.09724233603405]]],[[[-83.38870687192673,45.2070258201537],[-83.3140502267101,45.054636738179866],[-83.42603519453506,45.0613510967441],[-83.42818875160862,44.928299367435244],[-83.32122875028861,44.858470038367216],[-83.2716969375968,44.713225033905715],[-83.31871626703612,44.51168684724168],[-83.34096969012955,44.33034545113886],[-83.50966499422485,44.273031686434564],[-83.56601640431626,44.16350706953479],[-83.57857882057868,44.049309259074306],[-83.6776424459623,43.99172692002743],[-83.84274848826836,43.99387551476799],[-83.90807305283292,43.91045632396595],[-83.91273909315895,43.67599092290291],[-83.6995369428768,43.58967112920113],[-83.51684351780338,43.734862418794116],[-83.46731170511157,43.727772056150286],[-83.2620059307658,43.97491416618259],[-83.05382874698861,44.00827109952971],[-82.92928136290122,44.069022615818895],[-82.7412040451439,43.99221035384406],[-82.63460297000283,43.832730909226385],[-82.60696565422552,43.69044022253315],[-82.53912860640847,43.43690604314769],[-82.50323598851585,43.168922564132004],[-82.41852941028927,42.97517303340247],[-82.47488082038068,42.888960669437715],[-82.51866981420967,42.62661725161598],[-82.64537075537062,42.630968155965604],[-82.70602927960914,42.68629447053489],[-82.81944995214981,42.616250281992805],[-82.87041746955732,42.45091591670712],[-82.89913156387142,42.38463176896101],[-83.07787680097667,42.31324470870608],[-83.16689049335035,42.169879724642556],[-83.19811707091694,42.034410826250586],[-83.4622867386066,41.786946427007194],[-83.48274553080539,41.73215726112305],[-83.76306687654673,41.72356288216083],[-83.88043573705559,41.72001770083891],[-84.3603200382799,41.706588983710446],[-84.39944299178285,41.705783260682736],[-84.80610635250622,41.69611458435024],[-84.8251294399893,41.75992784814471],[-85.19661803517789,41.75960555893363],[-85.29209239877225,41.759820418407685],[-85.65963280599267,41.759068410248496],[-85.7848980424379,41.759068410248496],[-86.06270690492677,41.76046499682985],[-86.2263772425171,41.760357567092825],[-86.52428597102583,41.75960555893363],[-86.82506610896597,41.7602501373558],[-86.61688892518879,41.89668590338103],[-86.48839335313322,42.109611642169995],[-86.36420489522476,42.24314680529548],[-86.27375549813536,42.41927785915245],[-86.2084309335708,42.76751135172786],[-86.2263772425171,42.98801088697729],[-86.27231979341965,43.11837687286045],[-86.46075603735589,43.47230414149833],[-86.53971979671965,43.654612405234396],[-86.43096516450503,43.81940962183495],[-86.51244140712127,44.03996287195289],[-86.38789402303388,44.1786546624557],[-86.25724489390475,44.369611020022504],[-86.2346325446324,44.51829377606889],[-86.23893965877951,44.70382493191579],[-86.07455146883133,44.77838116941304],[-86.07132113322099,44.89488871921962],[-85.93780059466046,44.96520148210428],[-85.80320327756314,44.95365278537379],[-85.61871522159508,45.1864530255129],[-85.56667092565078,45.0597933655572],[-85.6463525373724,44.88151371695966],[-85.64132757086743,44.77510456243369],[-85.59574394614381,44.76693990241958],[-85.47299119295106,44.98835259043375],[-85.52683011978998,44.74770997949162],[-85.4421235415634,44.859812910080066],[-85.36351870837856,45.11189678801564],[-85.38828461472447,45.207724113444385],[-85.36603119163105,45.276425430273626],[-85.20164300168287,45.36183207121067],[-85.09611870507857,45.365860686349215],[-84.9223984344783,45.422153868551746],[-85.03581910701897,45.43499172212657],[-85.11944890670877,45.56745258788176],[-84.94070366960354,45.72650231355133],[-84.73252648582634,45.78768354878862],[-84.46261399927386,45.652912943687326],[-84.20490500280486,45.626216654035936],[-84.11122527010514,45.506647356724066],[-83.90914983136969,45.48580598774068],[-83.77383466191452,45.40738227971043],[-83.57463063261049,45.347275341843414],[-83.49638472560459,45.356514299227804],[-83.38188727452713,45.26928135276128],[-83.38870687192673,45.2070258201537]]],[[[-88.51273700227686,47.28595237624596],[-88.42480008843995,47.36910299270542],[-88.21805860937847,47.44897700218554],[-87.85087712833699,47.474276705255576],[-87.71197269709256,47.40213763684145],[-87.95676035112021,47.38736604800014],[-87.93845511599498,47.346005599244464],[-88.22774961620948,47.19995487175525],[-88.41116089364075,46.97838103913554],[-88.4337732429131,47.094351440256986],[-88.61574881562868,47.127224939787475],[-88.62579874863862,47.226704876275164],[-88.51273700227686,47.28595237624596]]],[[[-88.65164143352129,48.13223012968196],[-88.4226465313664,48.19002732820287],[-88.68932868230854,48.00465731696151],[-89.00231231033217,47.908776276664256],[-88.95134479292466,47.879179384113115],[-89.16023982905969,47.82347706546423],[-89.21982157476144,47.910924871404816],[-88.65164143352129,48.13223012968196]]],[[[-83.56852888756875,45.922078149810325],[-83.84885023331009,45.96333116882897],[-83.67297640563626,46.035094233163505],[-83.71640647328634,46.101378380909615],[-83.58216808236794,46.08972225444211],[-83.47305452397438,45.986267417684395],[-83.56852888756875,45.922078149810325]]],[[[-84.19916218394205,46.53442765086842],[-84.13024835758821,46.527981866646755],[-84.19090688182675,46.41254861421045],[-84.28530446688433,46.487104851707706],[-84.19916218394205,46.53442765086842]]],[[[-84.56383118173105,45.816313573706516],[-84.35601292413278,45.77076336520676],[-84.49491735537721,45.734344684354355],[-84.56383118173105,45.816313573706516]]],[[[-85.53616220044206,45.75035171517149],[-85.49165535425522,45.608437032557845],[-85.62015092631079,45.582224176723074],[-85.53616220044206,45.75035171517149]]],[[[-85.96328435336422,45.06333854687911],[-86.05875871695858,45.10083152510179],[-85.99092166914153,45.1515920758474],[-85.96328435336422,45.06333854687911]]],[[[-83.45474928884914,41.732909269282246],[-83.46408136950123,41.73258698007116],[-83.45474928884914,41.732909269282246],[-83.45474928884914,41.732909269282246]]],[[[-83.48059197373183,41.73221097599156],[-83.46982418836404,41.73253326520265],[-83.48059197373183,41.73221097599156],[-83.48059197373183,41.73221097599156]]]]}},{"type":"Feature","id":55,"properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.9326806316205,46.073607793887945],[-88.6832269372668,46.01398428983755],[-88.53355472065458,46.021128367349895],[-88.41690371250357,45.97530958450757],[-88.11684142692128,45.9215947159937],[-88.13442880968867,45.8232427917448],[-88.05761860739847,45.7805931861448],[-87.84657001418988,45.722473698412784],[-87.78124544962532,45.67353945319665],[-87.83436652410639,45.56063079958051],[-87.79237216117203,45.50106101039862],[-87.8867697462296,45.35329140711697],[-87.64772491106477,45.340238694068105],[-87.74212249612236,45.197733147900806],[-87.61721618585605,45.10120752918139],[-87.62977860211846,44.984753694243324],[-87.76258128832114,44.96616834973752],[-87.90076786720773,44.82736912949768],[-87.98762800250786,44.67761207608102],[-87.99049941193927,44.67750464634399],[-87.99408867372854,44.67745093147548],[-88.04864545292531,44.56448856299082],[-87.9291230353429,44.53596596780995],[-87.76258128832114,44.644308857602425],[-87.73637967725954,44.67696749765885],[-87.61255014553001,44.8363395125395],[-87.40796222354209,44.90547054831685],[-87.23819014091,45.1667396687683],[-87.11974450186436,45.1930599543401],[-87.06841805827791,45.294957059910914],[-86.98407040623027,45.295386778859026],[-87.18937618057605,44.96853180395213],[-87.2051689324488,44.87501421786949],[-87.31966638352624,44.78681440376971],[-87.3752999412598,44.67557091107749],[-87.4836956472955,44.510773694476946],[-87.5439952453551,44.327498563107625],[-87.54076490974477,44.158995020579624],[-87.64234101838088,44.108073325228474],[-87.73279041547028,43.892193268671235],[-87.70264061644048,43.688291627792594],[-87.79273108735094,43.543046623331094],[-87.91081780021766,43.25669265928366],[-87.89287149127135,43.19201995759296],[-87.82682907434894,42.84222873383065],[-87.76042773124759,42.7843241055727],[-87.80601135597122,42.66803141524018],[-87.80493457743444,42.492598654673884],[-88.19688196482183,42.495069538625515],[-88.30455981849968,42.494586104808896],[-88.70727499125485,42.493511807438615],[-88.7765477437876,42.49200779112023],[-88.94021808137795,42.495015823757],[-89.36626345576332,42.50022616600285],[-89.40143822129808,42.50038731060839],[-89.83789245487232,42.50565136772275],[-89.92618829488816,42.50570508259126],[-90.42653138831125,42.50704795430411],[-90.64081031713017,42.508283396279936],[-90.70254561990548,42.630699581623034],[-90.89708360888348,42.67506806301549],[-91.06541998679985,42.752148899332894],[-91.15694616242602,42.988172031582835],[-91.17704602844589,43.08018560134708],[-91.05860038940025,43.25765952691691],[-91.20432441804428,43.34983424128671],[-91.20540119658106,43.422940177334084],[-91.21760468666454,43.5005044474681],[-91.26893113025099,43.61652856345806],[-91.2567276401675,43.72836291970394],[-91.28400602976589,43.847072779119586],[-91.42506401808389,43.984314268172525],[-91.55930240900227,44.0252987128486],[-91.8586468422267,44.1929965323489],[-91.95842831996818,44.358438327371616],[-92.08369355641342,44.40726514285072],[-92.24198000131986,44.45426565280036],[-92.31627772035759,44.541015165450254],[-92.54886188430174,44.568248603786785],[-92.7319142355541,44.71435304614451],[-92.80405839751826,44.74722654567499],[-92.76960148434135,44.86196150482061],[-92.79257275979262,45.07886214387962],[-92.75811584661571,45.20955041897386],[-92.7455534303533,45.29603135728119],[-92.6468487311486,45.441491221216744],[-92.77390859848846,45.56815088117244],[-92.88445786159772,45.57599325197547],[-92.88697034485021,45.64415742011957],[-92.84102779394766,45.72999378000473],[-92.70786618156605,45.89489842634231],[-92.35037570735557,46.01634774405216],[-92.29366537108524,46.157295559032555],[-92.29294751872739,46.41722180777116],[-92.29258859254846,46.66318219069616],[-92.2028570478169,46.66017415805939],[-92.10881838893825,46.74337848938737],[-92.00257623997611,46.68203610954453],[-91.81988281490268,46.69014705469013],[-91.5514060330659,46.755732909145564],[-91.25277945219932,46.83942067429017],[-91.10705542355528,46.8573614403738],[-90.86585703131689,46.96242772318693],[-90.75458991584978,46.8976475917592],[-90.8852390449789,46.755894053751106],[-90.85257676269663,46.699332297206],[-90.9275923340922,46.58534934621957],[-90.70146884136871,46.6648473516201],[-90.55000199386185,46.5831470366105],[-90.41719930765917,46.565367415132414],[-90.23091662079648,46.50977252622056],[-90.12036735768721,46.336864364474415],[-89.92870077814064,46.28798383412679],[-89.92905970431957,46.29969367546282],[-89.09168492888479,46.13844164018418],[-88.99082667260653,46.09724233603405],[-88.9326806316205,46.073607793887945]]],[[[-90.61173729663716,46.8740130496131],[-90.56902508134495,46.84763904917279],[-90.78473971487958,46.75251001703473],[-90.61173729663716,46.8740130496131]]]]}},{"type":"Feature","id":41,"properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[[-122.78552104940093,45.850529944949855],[-122.76254977394964,45.728167474475256],[-122.75034628386615,45.647380312230396],[-122.63225957099945,45.60618100808026],[-122.24928533808522,45.54768551626866],[-121.92230358908347,45.649099188022845],[-121.80780613800601,45.70609066351606],[-121.52281875193863,45.72467600802186],[-121.44098358314346,45.69717399534275],[-121.21306545952534,45.66666395002688],[-121.19655485529472,45.61681655204601],[-120.91587458337446,45.64136424695685],[-120.65349954657943,45.73719157238558],[-120.48229175923163,45.69497168573369],[-120.2145328297527,45.72424628907375],[-119.99953604857592,45.812446103173514],[-119.86816906708894,45.83597321558259],[-119.67004181632169,45.85686829943449],[-119.57169604329592,45.9254621865267],[-119.43207375969364,45.91826439414584],[-119.12662758142746,45.932821123513094],[-118.98700529782516,45.99985727941841],[-117.99708689634677,46.000770432183145],[-117.97770488268475,46.00071671731463],[-117.60298595188583,45.998890411785155],[-117.48023319869307,45.997816114414874],[-116.9170780239579,45.995506375068786],[-116.79540204930193,45.855901431801236],[-116.54917869055856,45.75217802070095],[-116.46447211233199,45.61461424243694],[-116.55671614031601,45.506110208038926],[-116.68700634326622,45.26766990670586],[-116.78391641157629,45.07902328848516],[-116.84816419760406,45.02165580891234],[-116.83273037191024,44.93388571376069],[-116.89984956736944,44.84047555741507],[-117.03839507243495,44.74819341330824],[-117.14427829521817,44.545634644142446],[-117.22324205458193,44.48413111969407],[-117.22001171897159,44.30133942214137],[-116.97594191730178,44.24284393032977],[-116.89805493647481,44.15244180662093],[-116.97522406494394,44.08760796032469],[-116.93538325908312,43.98748344541484],[-116.98383829323816,43.87989256378156],[-117.02619158235146,43.840734424634945],[-117.02690943470931,43.68023439751551],[-117.02726836088823,41.99971102119062],[-118.19700877800865,41.99697156289642],[-119.32403697983685,41.99385610052261],[-119.3602885239084,41.994285819470726],[-119.999177122397,41.994769253287345],[-120.87962303930291,41.9938023856541],[-121.44744425436413,41.99750871158156],[-122.28984399630387,42.00776825146771],[-123.23023058509045,42.00384706606619],[-123.51773045441033,42.000839033429415],[-123.82138200178187,41.99541383170951],[-124.21153475827464,41.998475579214805],[-124.35295167277155,42.10338071742239],[-124.42760831798819,42.334462081769054],[-124.38992106920094,42.57472868863159],[-124.41504590172578,42.660565048516744],[-124.51016133914122,42.73345612509007],[-124.55071999735988,42.84244359330471],[-124.47929368775357,42.95497624284126],[-124.38274254562242,43.271249388650915],[-124.21835435567424,43.610297638710456],[-124.15841368379355,43.86350952888483],[-124.11534254232242,44.27620086367688],[-124.08339811239799,44.41752468273687],[-124.06760536052523,44.82656340646997],[-124.00658791010778,44.91089575003675],[-124.00048616506604,45.04491434697886],[-123.93229019107007,45.40620055260313],[-123.96710603042591,45.783010355227916],[-123.99151301059288,45.94619612577305],[-123.92547059367047,46.00963338548793],[-124.01915032637021,46.22943462744668],[-123.90860106326093,46.18211182828596],[-123.76754307494295,46.20488693253584],[-123.59095139491127,46.18603301368748],[-123.49763058839046,46.23443011021847],[-123.363751123651,46.141234813346905],[-123.21228427614415,46.17276544116454],[-123.11932239580227,46.185442150133824],[-122.90396668844656,46.08365247430004],[-122.78552104940093,45.850529944949855]]]]}},{"type":"Feature","id":46,"properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.51199808995796,45.94372524182141],[-99.88028801504788,45.941415502475316],[-99.71805338217325,45.94087835379018],[-99.00558491700478,45.93975034155139],[-98.72418679272666,45.938622329312594],[-98.00812906576893,45.93588287101839],[-97.97905604527591,45.93582915614988],[-97.22818247896234,45.93518457772771],[-96.56381012176999,45.935238292596225],[-96.65390059268046,45.745678521610785],[-96.83802972246959,45.648293464995135],[-96.83587616539603,45.58614536212459],[-96.69589495561482,45.42032756302228],[-96.47048931524918,45.326541402597066],[-96.4529019324818,45.268905348681685],[-96.45182515394502,44.97739475725692],[-96.45146622776609,44.80631290104025],[-96.45146622776609,44.63130985942206],[-96.45182515394502,44.543539764270406],[-96.45254300630288,44.19670285827635],[-96.45254300630288,44.196595428539325],[-96.45326085866073,43.84965109280825],[-96.4529019324818,43.50039701773108],[-96.59898488730475,43.50039701773108],[-96.52396931590918,43.393504429388486],[-96.55519589347576,43.259808121657464],[-96.47515535557523,43.21973682974612],[-96.45397871101858,43.08335477858941],[-96.51033012110999,43.049997845242295],[-96.53832636306623,42.90878145591934],[-96.63057039105026,42.76606105027798],[-96.62410971982959,42.70713583951827],[-96.50961226875214,42.630592151886006],[-96.49884448338435,42.56076282281798],[-96.44715911361898,42.489805481511155],[-96.63128824340811,42.52434414196558],[-96.69804851268837,42.650305508630595],[-96.80608529254516,42.704127806881495],[-97.0164160333959,42.761602716191334],[-97.1603454311453,42.79968655796767],[-97.30822301686288,42.867528436900685],[-97.48481469689456,42.85028596410773],[-97.63556369204356,42.851467691215035],[-97.8677889298088,42.859632351229145],[-97.95357228657215,42.76896165317773],[-98.03468960300947,42.76401988527446],[-98.15349416823403,42.83900584171982],[-98.30998598224585,42.88262231495308],[-98.49842222618209,42.998700145811554],[-99.2553975375374,42.9981092822579],[-99.53428317856304,42.99800185252087],[-100.19829660957647,42.99864643094304],[-101.22805581691568,42.997894422783844],[-102.08265904893892,42.999344724233715],[-102.79225610467597,42.999989302655884],[-103.00079221463209,43.00068759594656],[-103.50364779130766,43.00068759594656],[-104.05352269742257,43.00444763674253],[-104.05495840213827,43.47778305808674],[-104.05459947595935,43.503190190893804],[-104.0553173283172,43.85346484847274],[-104.05459947595935,44.14100053962747],[-104.05459947595935,44.18037353824814],[-104.05603518067505,44.57093434721248],[-104.05782981156968,44.99732297347556],[-104.03988350262337,45.2128270259532],[-104.04454954294941,45.88189942816195],[-104.04526739530726,45.94528297300832],[-102.99612617430604,45.945121828402776],[-102.94192832128819,45.94501439866575],[-102.00046495396482,45.94453096484912],[-101.99867032307019,45.94463839458615],[-100.51199808995796,45.94372524182141]]]]}},{"type":"Feature","id":33,"properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[[-70.96232363132349,43.54095174345905],[-70.98637168531154,43.38098886502475],[-70.80942107910093,43.22537689094007],[-70.8295209451208,43.13422275907204],[-70.88802591228577,43.082495340693185],[-70.82018886446872,43.11767857956977],[-70.71215208461194,43.04306862720401],[-70.81803530739516,42.871879341250306],[-71.0312374576773,42.859095202544005],[-71.06497651849638,42.80623977192636],[-71.24551638649625,42.74258765273743],[-71.2559252456851,42.73603443877873],[-71.29433034683021,42.69698372936915],[-71.89876203214189,42.71143302899938],[-71.92891183117169,42.71223875202709],[-72.2828130435929,42.72153142427999],[-72.4583279450878,42.72695662599989],[-72.55523801339787,42.85431457924627],[-72.44397089793075,43.01105456556974],[-72.4515083476882,43.16129505280303],[-72.43320311256296,43.23332669148013],[-72.37936418572404,43.571569218511954],[-72.3294734468533,43.600145528561335],[-72.30327183579169,43.69581170938453],[-72.20528498894484,43.77117366990949],[-72.03982002045987,44.15587955820582],[-72.03264149688135,44.320408200463795],[-71.83738565554552,44.34796392801141],[-71.76380578886564,44.40576112653233],[-71.57716417582404,44.505079918414474],[-71.5369644437843,44.58463163868352],[-71.63172095502081,44.748623132256355],[-71.49425222849209,44.91180890280148],[-71.50107182589169,45.013437434029726],[-71.36180846846833,45.26750876210032],[-71.28499826617812,45.30097312518446],[-71.14645276111261,45.2407050427119],[-71.08435853215839,45.30564631874517],[-71.04092846450833,44.802552860244276],[-71.01006081312067,44.28474152777059],[-70.98888416856403,43.79008130362637],[-70.96232363132349,43.54095174345905]]]]}},{"type":"Feature","id":50,"properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[[-71.89732632742619,45.00795851744131],[-71.50107182589169,45.013437434029726],[-71.49425222849209,44.91180890280148],[-71.63172095502081,44.748623132256355],[-71.5369644437843,44.58463163868352],[-71.57716417582404,44.505079918414474],[-71.76380578886564,44.40576112653233],[-71.83738565554552,44.34796392801141],[-72.03264149688135,44.320408200463795],[-72.03982002045987,44.15587955820582],[-72.20528498894484,43.77117366990949],[-72.30327183579169,43.69581170938453],[-72.3294734468533,43.600145528561335],[-72.37936418572404,43.571569218511954],[-72.43320311256296,43.23332669148013],[-72.4515083476882,43.16129505280303],[-72.44397089793075,43.01105456556974],[-72.55523801339787,42.85431457924627],[-72.4583279450878,42.72695662599989],[-72.9299569441968,42.739257330889565],[-73.02291882453868,42.74113735128755],[-73.26483506913493,42.74591797458528],[-73.27380822360809,42.94364240558484],[-73.25442620994606,43.31475843214715],[-73.24832446490431,43.55255415505805],[-73.30252231792217,43.625660091105416],[-73.42635184965171,43.64349342745203],[-73.36210406362392,43.75296432948329],[-73.37897359403345,43.808559218395146],[-73.43711963501949,44.043508053274806],[-73.38974137940123,44.191868520110106],[-73.31293117711104,44.26416873312978],[-73.29570272052257,44.42837508617667],[-73.3384149358148,44.54681637124975],[-73.361745137445,44.56373655483162],[-73.38866460086446,44.61605483676413],[-73.33518460020446,44.80470145498484],[-73.37789681549667,44.83709152069869],[-73.34308097614084,45.01069797573552],[-73.19161412863399,45.013437434029726],[-72.55380230868217,45.008012232309824],[-71.89732632742619,45.00795851744131]]]]}},{"type":"Feature","id":36,"properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[[-73.31293117711104,44.26416873312978],[-73.38974137940123,44.191868520110106],[-73.43711963501949,44.043508053274806],[-73.37897359403345,43.808559218395146],[-73.36210406362392,43.75296432948329],[-73.42635184965171,43.64349342745203],[-73.30252231792217,43.625660091105416],[-73.24832446490431,43.55255415505805],[-73.25442620994606,43.31475843214715],[-73.27380822360809,42.94364240558484],[-73.26483506913493,42.74591797458528],[-73.35241305679291,42.509948557203856],[-73.50782809226794,42.08683653792012],[-73.49670138072123,42.049612134040004],[-73.48736930006916,42.04955841917149],[-73.51823695145681,41.666839981010185],[-73.53008151536137,41.52718132287413],[-73.54479748869734,41.366359006543604],[-73.48270325974312,41.21273448259394],[-73.7278498399497,41.10068526687401],[-73.65785923505909,40.991966373001944],[-73.65893601359588,40.97531476376264],[-73.79389225687211,40.88362348320947],[-73.79819937101922,40.81599646375051],[-73.91485037917023,40.797142544902144],[-74.01211937365923,40.70007977749758],[-73.92454138600124,40.87900400451727],[-73.91054326502312,40.91520782589562],[-73.8663953450152,41.07592271248912],[-73.87644527802513,41.18716620518134],[-73.97981601755588,41.32199052515115],[-73.98627668877654,41.3210236575179],[-73.90731292941278,41.14252914944632],[-73.9033647414446,40.99851958696063],[-74.2131180338579,41.13457934890626],[-74.23142326898312,41.143872021159154],[-74.36530273372259,41.20054120744129],[-74.70053978483965,41.354488020602034],[-74.75437871167857,41.4248544983552],[-74.98193790911776,41.47942880476529],[-75.06987482295467,41.60195241984543],[-75.05300529254515,41.752246621947236],[-75.14058328020313,41.85215627738303],[-75.25866999306984,41.86203981318958],[-75.36275858495844,41.99981845092765],[-75.48263992871979,41.99863672382035],[-76.10573577533563,41.99981845092765],[-76.14701228591214,41.99981845092765],[-76.55798276078262,41.99981845092765],[-76.92659994653981,41.99981845092765],[-76.96572290004276,41.99981845092765],[-77.60999539121525,41.999764736059134],[-77.74997660099646,41.99724013723899],[-78.20653070059056,41.99981845092765],[-78.30738895686882,41.99981845092765],[-78.91899916575902,41.997186422370476],[-79.06113393261379,41.99981845092765],[-79.60993206019192,41.99734756697602],[-79.7617578338777,41.99879786842589],[-79.7617578338777,42.26925223139322],[-79.54568427416413,42.36362925537208],[-79.31848400290386,42.501676467452725],[-79.13614950400937,42.569303486911686],[-79.04821259017245,42.69005451133086],[-78.85331567501554,42.786741274655824],[-78.9118206421805,42.955781965868965],[-78.88274762168749,43.02362384480199],[-79.06867138237124,43.08577194767253],[-79.06436426822412,43.263407017847896],[-78.8062963455762,43.32367510032046],[-78.46567540177526,43.37089046974414],[-77.99548210738196,43.36487440447059],[-77.75966760782747,43.34102500285043],[-77.57051351153336,43.23971876083328],[-77.37453981783968,43.27635230115973],[-77.14662169422155,43.28988844802523],[-76.99264236346222,43.261634427186934],[-76.7223709507308,43.34107871771894],[-76.61684665412652,43.417944694562294],[-76.41046410124396,43.52317212198096],[-76.23494919974905,43.529510476465596],[-76.18254597762584,43.67926752988227],[-76.19331376299363,43.679858393435914],[-76.19941550803537,43.680180682647],[-76.2327956426755,43.82268622881429],[-76.298479133419,43.8385858298944],[-76.12870705078691,43.89589959459869],[-76.20802973632959,43.977975913687885],[-76.13911590997577,44.07074149161134],[-76.28268638154624,44.010741983481346],[-76.39969631587617,44.11231679984107],[-76.31283618057604,44.199012597622456],[-75.86023026895013,44.40334395744921],[-75.76690946242933,44.51528574343211],[-75.28487160413147,44.848317928218094],[-74.97260582846569,44.98346453739899],[-74.7260235435434,44.994637230049875],[-74.02755319935305,44.99571152742015],[-73.34308097614084,45.01069797573552],[-73.37789681549667,44.83709152069869],[-73.33518460020446,44.80470145498484],[-73.38866460086446,44.61605483676413],[-73.361745137445,44.56373655483162],[-73.3384149358148,44.54681637124975],[-73.29570272052257,44.42837508617667],[-73.31293117711104,44.26416873312978]]],[[[-78.99652722040707,43.06466200434658],[-78.89423325941311,43.02571872467402],[-78.93874010559996,42.958575139031694],[-78.99652722040707,43.06466200434658]]],[[[-73.42419829257815,40.62342866012829],[-73.42383936639922,40.61102052550159],[-73.42419829257815,40.62342866012829],[-73.42419829257815,40.62342866012829]]],[[[-73.76661386727372,40.62009833828043],[-73.74400151800137,40.63739452594189],[-73.85706326436312,40.65055466872779],[-73.87608635184621,40.584109376376134],[-74.03796205854192,40.61080566602753],[-73.96043400389387,40.73725046650918],[-73.91054326502312,40.790965335023046],[-73.74651400125386,40.78011493158324],[-73.7142106451505,40.86971133226437],[-73.56705091179077,40.91569125971225],[-73.46403909843896,40.85945179237822],[-73.49741923307909,40.92353363051527],[-73.22140500148485,40.907150595618546],[-73.1589518463517,40.9677946821707],[-72.77418298254284,40.96532379821906],[-72.63922673926659,40.98127711416768],[-72.31511639969625,41.141669711550094],[-72.4734028446027,40.9891194849707],[-72.60656445698432,40.91456324747345],[-72.50175801273787,40.894581316386294],[-72.36572499092485,40.99808986801252],[-72.17477626373612,41.04632581993798],[-72.10119639705626,40.9914292243168],[-71.903069146289,41.086021107769724],[-71.87363719961705,41.05239560008005],[-72.43140848166834,40.85724948276916],[-72.50032230802216,40.8826029007077],[-72.64568741048727,40.796336821874434],[-72.72859935781922,40.81492216638023],[-72.88221976239961,40.743212816914216],[-73.02184204600191,40.748476874028576],[-73.14782513480499,40.69771632328297],[-73.23324956538943,40.71667767186837],[-73.42419829257815,40.657537601634594],[-73.73825869913856,40.59485235007891],[-73.76661386727372,40.62009833828043]]],[[[-73.833374136554,40.62708127118724],[-73.83409198891185,40.61354512432173],[-73.833374136554,40.62708127118724],[-73.833374136554,40.62708127118724]]],[[[-74.07852071676058,40.64921179701494],[-74.10544018018004,40.55290103776958],[-74.24936957792943,40.49644671096151],[-74.18512179190165,40.64287344253031],[-74.07852071676058,40.64921179701494]]]]}},{"type":"Feature","id":56,"properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[[-107.91162019470006,45.00129787374559],[-106.26343118107106,44.99377779215365],[-106.02474527208514,44.993562932679595],[-105.08938364980352,45.00043843584937],[-105.03877505857493,45.00033100611234],[-104.05782981156968,44.99732297347556],[-104.05603518067505,44.57093434721248],[-104.05459947595935,44.18037353824814],[-104.05459947595935,44.14100053962747],[-104.0553173283172,43.85346484847274],[-104.05459947595935,43.503190190893804],[-104.05495840213827,43.47778305808674],[-104.05352269742257,43.00444763674253],[-104.05280484506471,42.61163080330061],[-104.05280484506471,42.00169847132564],[-104.05280484506471,41.69794088987972],[-104.05280484506471,41.564190867280175],[-104.05208699270686,41.393216440800536],[-104.05352269742257,41.00136647499187],[-104.94330069498056,40.99819729774955],[-105.27710204138191,40.99825101261806],[-106.19092809292796,40.99792872340698],[-106.32014151734138,40.999056735645766],[-106.85888971190958,41.0026556318362],[-107.31831522093509,41.00292420617877],[-107.91843979209966,41.00201105341404],[-109.0501340342539,41.00066818170119],[-110.00092948222935,40.99766014906441],[-110.04830773784761,40.99766014906441],[-111.04684036762023,40.99792872340698],[-111.04648144144132,41.25173147713501],[-111.04576358908346,41.5797681791492],[-111.04684036762023,42.0015373267201],[-111.04684036762023,42.51311773444618],[-111.04396895818883,43.02002494861156],[-111.04468681054668,43.31567158491188],[-111.04540466290453,43.50109531102176],[-111.04719929379917,43.9834548302763],[-111.04935285087272,44.474086439281976],[-111.05545459591447,44.66622452395608],[-111.04432788436776,45.001351588614106],[-110.70514264528252,44.99227377583526],[-109.79885404349392,45.002103596773296],[-108.62121725043713,45.00022357637532],[-108.2493697290696,44.99947156821612],[-107.91162019470006,45.00129787374559]]]]}},{"type":"Feature","id":19,"properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.02443907137894,43.4996987244404],[-92.55316899844887,43.50023587312554],[-92.44908040656027,43.500450732599596],[-92.07974536844523,43.50061187720513],[-91.73086912252899,43.500665592073645],[-91.61098777876764,43.50061187720513],[-91.21760468666454,43.5005044474681],[-91.20540119658106,43.422940177334084],[-91.20432441804428,43.34983424128671],[-91.05860038940025,43.25765952691691],[-91.17704602844589,43.08018560134708],[-91.15694616242602,42.988172031582835],[-91.06541998679985,42.752148899332894],[-90.89708360888348,42.67506806301549],[-90.70254561990548,42.630699581623034],[-90.64081031713017,42.508283396279936],[-90.65409058575045,42.47847164425474],[-90.4739096439295,42.38146259171869],[-90.39315125367112,42.22719348934686],[-90.31777675609662,42.19378284113123],[-90.16272064680051,42.11670200481383],[-90.15374749232735,42.032047372035976],[-90.15195286143272,41.92891482448935],[-90.24240225852212,41.78297152673717],[-90.31598212520198,41.72877322440667],[-90.34326051480038,41.58782540942629],[-90.65588521664507,41.46213261710383],[-90.78617541959528,41.45289365971944],[-91.0399362280961,41.41851614387057],[-91.07188065802052,41.333592936750144],[-91.07188065802052,41.33337807727609],[-91.11315716859703,41.239914206061954],[-90.99004548922535,41.15568929223221],[-90.94912790482776,41.07269982037828],[-90.94912790482776,41.07060494050624],[-90.96240817344804,40.92584336986137],[-91.09018589314576,40.82459084271272],[-91.11243931623918,40.69631973670161],[-91.18530133056119,40.63777053002149],[-91.3539966346565,40.60656219141494],[-91.40639985677971,40.551934170136335],[-91.3651233462032,40.40083424500682],[-91.41932119922106,40.378274000230995],[-91.71687100155087,40.598451246269335],[-91.94299449427436,40.60581018325574],[-92.17988577236564,40.60054612614138],[-92.3507346335345,40.59726951916203],[-92.63787557667544,40.59082373494037],[-92.71432685278671,40.58937343349049],[-93.09730108570095,40.58394823177059],[-93.37439209583196,40.580349335580166],[-93.55672659472646,40.58024190584314],[-93.77423585915572,40.577556162417444],[-94.01543425139411,40.573849836489984],[-94.23222566346553,40.57191610122349],[-94.47127049863036,40.57084180385321],[-94.63206942678929,40.57137895253835],[-94.91490325578312,40.57508527846581],[-95.20240312510299,40.57841560031367],[-95.3739698386297,40.58051048018571],[-95.76555829983816,40.585183673746414],[-95.88364501270487,40.74783229560641],[-95.83411320001306,40.78371382777367],[-95.81329548163535,40.90167167903013],[-95.87933789855776,41.05330875284478],[-95.88077360327347,41.159825337107776],[-95.92348581856568,41.19081881624028],[-95.89190031482018,41.32037907909573],[-95.93784286572273,41.3907455568489],[-95.9963478328877,41.5069308174444],[-96.08859186087173,41.53051164472198],[-96.12268984786971,41.68295444156434],[-96.06526165924153,41.7974208263674],[-96.13884152592139,41.866283287802176],[-96.1320219285218,41.97430388838357],[-96.27272099066086,42.0472486798254],[-96.26733709797696,42.110685939540275],[-96.35670971652958,42.21494649932569],[-96.35635079035066,42.27650373864259],[-96.41162542190528,42.34106901059626],[-96.39762730092717,42.48486371360788],[-96.44715911361898,42.489805481511155],[-96.49884448338435,42.56076282281798],[-96.50961226875214,42.630592151886006],[-96.62410971982959,42.70713583951827],[-96.63057039105026,42.76606105027798],[-96.53832636306623,42.90878145591934],[-96.51033012110999,43.049997845242295],[-96.45397871101858,43.08335477858941],[-96.47515535557523,43.21973682974612],[-96.55519589347576,43.259808121657464],[-96.52396931590918,43.393504429388486],[-96.59898488730475,43.50039701773108],[-96.4529019324818,43.50039701773108],[-96.05305816915804,43.50012844338851],[-95.86103266343252,43.500021013651484],[-95.45508715506702,43.5005044474681],[-95.38796795960782,43.50023587312554],[-94.9145443296042,43.500450732599596],[-94.8556804362603,43.50082673667919],[-94.4429153304952,43.50039701773108],[-94.24801841533828,43.50012844338851],[-93.9712863313862,43.49959129470337],[-93.64861169653156,43.499645009571886],[-93.4971448490247,43.499483864966344],[-93.04848712536699,43.4996987244404],[-93.02443907137894,43.4996987244404]]]]}},{"type":"Feature","id":31,"properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[[-104.05280484506471,42.00169847132564],[-104.05280484506471,42.61163080330061],[-104.05352269742257,43.00444763674253],[-103.50364779130766,43.00068759594656],[-103.00079221463209,43.00068759594656],[-102.79225610467597,42.999989302655884],[-102.08265904893892,42.999344724233715],[-101.22805581691568,42.997894422783844],[-100.19829660957647,42.99864643094304],[-99.53428317856304,42.99800185252087],[-99.2553975375374,42.9981092822579],[-98.49842222618209,42.998700145811554],[-98.30998598224585,42.88262231495308],[-98.15349416823403,42.83900584171982],[-98.03468960300947,42.76401988527446],[-97.95357228657215,42.76896165317773],[-97.8677889298088,42.859632351229145],[-97.63556369204356,42.851467691215035],[-97.48481469689456,42.85028596410773],[-97.30822301686288,42.867528436900685],[-97.1603454311453,42.79968655796767],[-97.0164160333959,42.761602716191334],[-96.80608529254516,42.704127806881495],[-96.69804851268837,42.650305508630595],[-96.63128824340811,42.52434414196558],[-96.44715911361898,42.489805481511155],[-96.39762730092717,42.48486371360788],[-96.41162542190528,42.34106901059626],[-96.35635079035066,42.27650373864259],[-96.35670971652958,42.21494649932569],[-96.26733709797696,42.110685939540275],[-96.27272099066086,42.0472486798254],[-96.1320219285218,41.97430388838357],[-96.13884152592139,41.866283287802176],[-96.06526165924153,41.7974208263674],[-96.12268984786971,41.68295444156434],[-96.08859186087173,41.53051164472198],[-95.9963478328877,41.5069308174444],[-95.93784286572273,41.3907455568489],[-95.89190031482018,41.32037907909573],[-95.92348581856568,41.19081881624028],[-95.88077360327347,41.159825337107776],[-95.87933789855776,41.05330875284478],[-95.81329548163535,40.90167167903013],[-95.83411320001306,40.78371382777367],[-95.88364501270487,40.74783229560641],[-95.76555829983816,40.585183673746414],[-95.7099247421046,40.523733864166545],[-95.61373252615239,40.314192162093946],[-95.55486863280849,40.26477448306119],[-95.55235614955602,40.261873880161446],[-95.39694111408097,40.125008395188104],[-95.42098916806903,40.0564145080959],[-95.30828634788621,40.00001389615633],[-95.33987185163171,40.00001389615633],[-95.78817064911051,40.000443615104444],[-96.01070488004474,40.0006584745785],[-96.23934085602072,40.00087333405256],[-96.46366971784958,40.0010344786581],[-96.80572636636623,40.00146419760621],[-96.91627562947549,40.001517912474725],[-97.36924046728033,40.00194763142283],[-97.82184637890624,40.00205506115986],[-97.93167778965766,40.00205506115986],[-98.27409336435323,40.00264592471351],[-98.50452397122383,40.002269920633914],[-98.72634034980021,40.00237735037094],[-99.06732021978009,40.00232363550243],[-99.17930518760505,40.00210877602837],[-99.6254504280103,40.00178648681729],[-99.6283218374417,40.00178648681729],[-100.17783781737768,40.00157162734324],[-100.19363056925043,40.00167905708027],[-100.73919836121823,40.00210877602837],[-100.75893930105917,40.002269920633914],[-101.3256837375836,40.002699639582026],[-101.41146709434696,40.002538494976484],[-102.05179139755127,40.00302192879311],[-102.05143247137234,40.349160541496474],[-102.05143247137234,40.43999238415343],[-102.05143247137234,40.697555178677426],[-102.05143247137234,40.74955117139885],[-102.05250924990912,41.00233334262512],[-102.62104831732819,41.00244077236215],[-102.65335167343154,41.00233334262512],[-103.38268966900954,41.00227962775661],[-103.57435624855611,41.00174247907147],[-104.05352269742257,41.00136647499187],[-104.05208699270686,41.393216440800536],[-104.05280484506471,41.564190867280175],[-104.05280484506471,41.69794088987972],[-104.05280484506471,42.00169847132564]]]]}},{"type":"Feature","id":25,"properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[[-71.0502605451604,42.39285014384363],[-71.07430859914845,42.39059411936604],[-71.06425866613853,42.36926931656604],[-71.06497651849638,42.369054457091984],[-71.04021061215047,42.282251229573575],[-70.93109705375691,42.2474977096451],[-70.82593168333153,42.26457903783251],[-70.7842962465761,42.24062220647532],[-70.63964899646885,42.08780340555337],[-70.70999852753839,42.00723110278257],[-70.53950859254844,41.925853076984055],[-70.53771396165382,41.81025867994221],[-70.42249865821852,41.746445416147736],[-70.27605677721664,41.726570914797605],[-70.00183717651703,41.807734081122064],[-70.12423100353085,42.05315731536193],[-69.98030160578146,41.938368641347786],[-69.94189650463636,41.76433246736285],[-70.01727100221086,41.66936457983033],[-70.39665597333583,41.623169792908406],[-70.49320711546697,41.55178273265348],[-70.67338805728791,41.53002821090536],[-70.62170268752254,41.746445416147736],[-70.72220201762187,41.73543386810239],[-70.75701785697771,41.65346497875023],[-70.84351906609892,41.62913214331345],[-70.9282256443255,41.53915973855271],[-71.11953329769315,41.49731585598042],[-71.1324546401345,41.66028676705149],[-71.1956256476255,41.675112070761315],[-71.22685222519208,41.713142197669136],[-71.31766054846041,41.77609602356739],[-71.38119048213034,41.98493943234931],[-71.49784149028135,42.017168353457635],[-71.79933948057933,42.00803682581028],[-72.10227317559303,42.02877076505663],[-72.13565331023317,42.030167351637985],[-72.50929546249532,42.034142251908015],[-73.00856177738163,42.038869160337235],[-73.05342754974741,42.039782313101966],[-73.48736930006916,42.04955841917149],[-73.49670138072123,42.049612134040004],[-73.50782809226794,42.08683653792012],[-73.35241305679291,42.509948557203856],[-73.26483506913493,42.74591797458528],[-73.02291882453868,42.74113735128755],[-72.9299569441968,42.739257330889565],[-72.4583279450878,42.72695662599989],[-72.2828130435929,42.72153142427999],[-71.92891183117169,42.71223875202709],[-71.89876203214189,42.71143302899938],[-71.29433034683021,42.69698372936915],[-71.2559252456851,42.73603443877873],[-71.24551638649625,42.74258765273743],[-71.06497651849638,42.80623977192636],[-71.0312374576773,42.859095202544005],[-70.81803530739516,42.871879341250306],[-70.77173383031369,42.71009015728653],[-70.59083503613489,42.64079797690364],[-70.6525703389102,42.59159515734494],[-70.88802591228577,42.537343140145936],[-70.89520443586429,42.460208588960015],[-70.98385920205905,42.431685993779155],[-71.0502605451604,42.39285014384363]]],[[[-70.59801355971342,41.45251765563985],[-70.46449302115288,41.34836452559146],[-70.74194295746281,41.33413008543528],[-70.70138429924415,41.433072873237826],[-70.59801355971342,41.45251765563985]]],[[[-70.00901570009556,41.35207085151892],[-69.96558563244548,41.2528594893738],[-70.11777033231019,41.24222394540806],[-70.00901570009556,41.35207085151892]]]]}},{"type":"Feature","id":17,"properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.40143822129808,42.50038731060839],[-89.36626345576332,42.50022616600285],[-88.94021808137795,42.495015823757],[-88.7765477437876,42.49200779112023],[-88.70727499125485,42.493511807438615],[-88.30455981849968,42.494586104808896],[-88.19688196482183,42.495069538625515],[-87.80493457743444,42.492598654673884],[-87.83436652410639,42.3028777390829],[-87.75970987888974,42.15236867750704],[-87.68146397188383,42.07464326276747],[-87.60860195756182,41.84329332407824],[-87.52389537933524,41.70744842160667],[-87.52569001022987,41.46653723632197],[-87.52676678876665,41.2981948383995],[-87.52676678876665,41.16605626185539],[-87.5260489364088,41.01033685803368],[-87.5260489364088,40.7369281772981],[-87.52676678876665,40.49123636871566],[-87.52676678876665,40.47710935829651],[-87.5314328290927,40.14799835891204],[-87.53322745998732,39.8829154827961],[-87.53215068145055,39.60730449245144],[-87.53179175527161,39.47709965117382],[-87.53179175527161,39.34796910726648],[-87.6042948434147,39.25944700395563],[-87.62906074976061,39.157442468647794],[-87.52281860079846,38.902457987812454],[-87.53107390291376,38.85244944522604],[-87.495899137379,38.740829948454234],[-87.65167309903296,38.56813664618214],[-87.64557135399122,38.51426063306273],[-87.75612061710048,38.462962933631985],[-87.74355820083807,38.41440469249545],[-87.9100999478598,38.26803167579516],[-87.98834585486571,38.25664412367022],[-87.98475659307645,38.23037755296694],[-87.91081780021766,38.162857963245],[-88.09207552057538,37.8909532988278],[-88.02818666072652,37.79920830340612],[-88.15919471603458,37.66347083067157],[-88.13335203115189,37.57425043407004],[-88.06120786918773,37.50522682802971],[-88.08382021846008,37.473159051526935],[-88.278717133617,37.45323083530829],[-88.35803981915969,37.40456516443473],[-88.41510908160895,37.42341908328309],[-88.47576760584747,37.387644980852855],[-88.51094237138223,37.26103903576567],[-88.42480008843995,37.150601266101155],[-88.49048357918345,37.067987798326826],[-88.56621700293687,37.0802885032165],[-88.92801459129446,37.22644666044273],[-88.93303955779942,37.22499635899286],[-89.0863010362009,37.16053851677622],[-89.16777727881714,37.06492605082153],[-89.134397144177,36.98086228159733],[-89.2589445282644,37.06449633187343],[-89.31457808599795,37.01045917414847],[-89.37810801966788,37.039465203145966],[-89.48865728277714,37.25137035943317],[-89.48435016863003,37.33564898813143],[-89.42297379203366,37.39930110732037],[-89.52167849123835,37.566193203792956],[-89.52167849123835,37.57210183932948],[-89.51198748440734,37.685493926762256],[-89.6677614460613,37.75859986280963],[-89.67422211728199,37.80312948880763],[-89.84399419991406,37.90540259845803],[-89.93803285879272,37.87499998287919],[-89.99725567831554,37.963199796978955],[-90.20722749298736,38.08819429601073],[-90.25281111771098,38.12772843923693],[-90.36156574992562,38.22941068533369],[-90.34254266244253,38.38695639468486],[-90.26645031251017,38.52274758228792],[-90.25747715803702,38.53182539506677],[-90.18138480810467,38.66063364976303],[-90.16630990858977,38.77257543574592],[-90.11785487443474,38.80571750961899],[-90.11534239118225,38.85201972627794],[-90.27578239316226,38.92346050140138],[-90.452015147015,38.96734554897721],[-90.54856628914615,38.872485091181716],[-90.66593514965501,38.93414976023564],[-90.72228655974642,39.2241026204735],[-90.76894696300683,39.297423415994935],[-90.93692441474428,39.39969652564534],[-91.0277327380126,39.44116440413805],[-91.17812280698267,39.598119249935564],[-91.30518267432254,39.683901894952214],[-91.36584119856106,39.75867299192352],[-91.43511395109381,39.843596199043944],[-91.43547287727274,39.94522473027219],[-91.49469569679556,40.037399444641984],[-91.50546348216335,40.20047778545009],[-91.49720818004805,40.24871373737554],[-91.41932119922106,40.378274000230995],[-91.3651233462032,40.40083424500682],[-91.40639985677971,40.551934170136335],[-91.3539966346565,40.60656219141494],[-91.18530133056119,40.63777053002149],[-91.11243931623918,40.69631973670161],[-91.09018589314576,40.82459084271272],[-90.96240817344804,40.92584336986137],[-90.94912790482776,41.07060494050624],[-90.94912790482776,41.07269982037828],[-90.99004548922535,41.15568929223221],[-91.11315716859703,41.239914206061954],[-91.07188065802052,41.33337807727609],[-91.07188065802052,41.333592936750144],[-91.0399362280961,41.41851614387057],[-90.78617541959528,41.45289365971944],[-90.65588521664507,41.46213261710383],[-90.34326051480038,41.58782540942629],[-90.31598212520198,41.72877322440667],[-90.24240225852212,41.78297152673717],[-90.15195286143272,41.92891482448935],[-90.15374749232735,42.032047372035976],[-90.16272064680051,42.11670200481383],[-90.31777675609662,42.19378284113123],[-90.39315125367112,42.22719348934686],[-90.4739096439295,42.38146259171869],[-90.65409058575045,42.47847164425474],[-90.64081031713017,42.508283396279936],[-90.42653138831125,42.50704795430411],[-89.92618829488816,42.50570508259126],[-89.83789245487232,42.50565136772275],[-89.40143822129808,42.50038731060839]]]]}},{"type":"Feature","id":42,"properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[[-78.91899916575902,41.997186422370476],[-78.30738895686882,41.99981845092765],[-78.20653070059056,41.99981845092765],[-77.74997660099646,41.99724013723899],[-77.60999539121525,41.999764736059134],[-76.96572290004276,41.99981845092765],[-76.92659994653981,41.99981845092765],[-76.55798276078262,41.99981845092765],[-76.14701228591214,41.99981845092765],[-76.10573577533563,41.99981845092765],[-75.48263992871979,41.99863672382035],[-75.36275858495844,41.99981845092765],[-75.25866999306984,41.86203981318958],[-75.14058328020313,41.85215627738303],[-75.05300529254515,41.752246621947236],[-75.06987482295467,41.60195241984543],[-74.98193790911776,41.47942880476529],[-74.75437871167857,41.4248544983552],[-74.70053978483965,41.354488020602034],[-74.83836743754729,41.27729975454761],[-74.99162891594877,41.09225203251734],[-74.96686300960286,41.0944543421264],[-75.12048341418327,40.968278115987324],[-75.05013388311374,40.87051705529208],[-75.17252771012757,40.77796633684269],[-75.19693469029455,40.60849592668143],[-75.18975616671602,40.591790602573624],[-75.06772126588112,40.54129862617059],[-75.0619784470183,40.4220516180698],[-74.9428149556148,40.34169417477305],[-74.72422891264877,40.14730006562136],[-74.97404153318139,40.04851842242435],[-75.0591070375869,39.99324582272358],[-75.14345468963455,39.88893154806965],[-75.21739348249334,39.8701313440898],[-75.42413496155481,39.80712380332303],[-75.57990892320878,39.83865443114067],[-75.59354811800797,39.83741898916485],[-75.59426597036583,39.83736527429634],[-75.78844503316489,39.722200596202605],[-76.13552664818651,39.72112629883233],[-76.23315456885443,39.72134115830639],[-76.23997416625403,39.72134115830639],[-76.56946839850826,39.721180013700845],[-76.78697766293752,39.72080400962125],[-76.99946196086182,39.720105716330565],[-77.21625337293324,39.719837141987995],[-77.45924639606625,39.71999828659354],[-77.46929632907619,39.71999828659354],[-78.09957069927056,39.72209316646558],[-78.3429226485825,39.72225431107112],[-78.38060989736975,39.7225766002822],[-78.80844990264976,39.722845174624766],[-78.93120265584251,39.72279145975626],[-79.39242279576266,39.72155601778044],[-79.47641152163138,39.72107258396382],[-79.76355246477232,39.72075029475273],[-79.91645501699487,39.72075029475273],[-80.42110522456508,39.721180013700845],[-80.51945099759085,39.72150230291193],[-80.51909207141193,39.96246720306514],[-80.518733145233,40.01645064592158],[-80.51909207141193,40.159761915116576],[-80.51801529287515,40.3988467948718],[-80.51909207141193,40.47737793263908],[-80.51909207141193,40.638576253049195],[-80.518733145233,40.85144827696966],[-80.51945099759085,40.89952308428957],[-80.51945099759085,41.124534668494164],[-80.51909207141193,41.133236477193414],[-80.51945099759085,41.488990051360766],[-80.51945099759085,41.49941073585245],[-80.51945099759085,41.849309389351795],[-80.51945099759085,41.977311921020345],[-80.33065582747568,42.03586112770046],[-79.7617578338777,42.26925223139322],[-79.7617578338777,41.99879786842589],[-79.60993206019192,41.99734756697602],[-79.06113393261379,41.99981845092765],[-78.91899916575902,41.997186422370476]]]]}},{"type":"Feature","id":9,"properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[[-72.50929546249532,42.034142251908015],[-72.13565331023317,42.030167351637985],[-72.10227317559303,42.02877076505663],[-71.79933948057933,42.00803682581028],[-71.78964847374833,41.72447603492556],[-71.78749491667477,41.63987511701622],[-71.78928954756941,41.596849507336614],[-71.79754484968471,41.41652869373556],[-71.84779451473437,41.3295643216116],[-72.00428632874619,41.30700407683578],[-72.17728874698861,41.32247395896778],[-72.32660203742189,41.27740718428464],[-72.43104955548941,41.4236727712479],[-72.35675183645169,41.26870537558539],[-72.5473416374615,41.26263559544333],[-72.54411130185116,41.25919784385843],[-72.53657385209371,41.25495436924584],[-72.93569976305962,41.25812354648816],[-73.1054718456917,41.17217975686597],[-73.10834325512312,41.23158840144231],[-73.18012849090834,41.167828852516344],[-73.43317144705131,41.05556477732236],[-73.65785923505909,40.991966373001944],[-73.7278498399497,41.10068526687401],[-73.48270325974312,41.21273448259394],[-73.54479748869734,41.366359006543604],[-73.53008151536137,41.52718132287413],[-73.51823695145681,41.666839981010185],[-73.48736930006916,42.04955841917149],[-73.05342754974741,42.039782313101966],[-73.00856177738163,42.038869160337235],[-72.50929546249532,42.034142251908015]]]]}},{"type":"Feature","id":44,"properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[[-71.22685222519208,41.713142197669136],[-71.26059128601115,41.642883149653],[-71.35175853545839,41.752998630106426],[-71.39124041514027,41.7641176078888],[-71.4300044424643,41.650779235324535],[-71.42031343563329,41.46992127303834],[-71.48456122166108,41.371515633920936],[-71.85856230010215,41.30474805235819],[-71.84779451473437,41.3295643216116],[-71.79754484968471,41.41652869373556],[-71.78928954756941,41.596849507336614],[-71.78749491667477,41.63987511701622],[-71.78964847374833,41.72447603492556],[-71.79933948057933,42.00803682581028],[-71.49784149028135,42.017168353457635],[-71.38119048213034,41.98493943234931],[-71.31766054846041,41.77609602356739],[-71.22685222519208,41.713142197669136]]],[[[-71.21680229218215,41.63837110069783],[-71.24731101739087,41.48839918780711],[-71.32268551496537,41.5154714815381],[-71.21680229218215,41.63837110069783]]],[[[-71.11953329769315,41.49731585598042],[-71.1941899429098,41.457137134332044],[-71.1956256476255,41.675112070761315],[-71.1324546401345,41.66028676705149],[-71.11953329769315,41.49731585598042]]]]}},{"type":"Feature","id":6,"properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[[-120.87962303930291,41.9938023856541],[-119.999177122397,41.994769253287345],[-119.99989497475485,41.183889598201986],[-120.00097175329162,39.72241545567666],[-120.00348423654411,39.4479861924393],[-120.0074324245123,39.316008760500736],[-120.00420208890196,39.165607128661904],[-120.00348423654411,39.11264426830722],[-120.00240745800733,39.06741634901854],[-120.00097175329162,38.99989675929662],[-119.90442061116049,38.93329032233942],[-119.581028123948,38.70989018419024],[-119.32977979869968,38.53590772507382],[-119.15713630663618,38.414726981706536],[-118.42815723723712,37.89621735594216],[-117.8330576325775,37.46494067664432],[-117.16581386595374,36.97103246065929],[-115.89413841401829,36.0008345055618],[-115.65114539088526,35.81100616023379],[-114.63394859980848,35.00109337278168],[-114.63287182127169,34.86943823005419],[-114.47350859782847,34.71393368570654],[-114.43618027522015,34.5967815574778],[-114.34070591162579,34.45148283814778],[-114.13827154671142,34.303229801049504],[-114.25528148104135,34.173400963851485],[-114.43259101343088,34.087886893177405],[-114.43618027522015,34.027779955310386],[-114.53488497442484,33.92572170513404],[-114.49683879945867,33.696788935527934],[-114.52447611523598,33.552188509488595],[-114.6260522238721,33.43680897192081],[-114.72368014454001,33.40651378607899],[-114.73121759429746,33.30241437089911],[-114.67701974127961,33.27018544979079],[-114.70645168795156,33.08814576039729],[-114.6727126271325,33.04050067202549],[-114.51514403458391,33.026534806211885],[-114.46274081246068,32.90793237653326],[-114.52698859848847,32.757101025746316],[-114.7193730303929,32.71864117989038],[-116.10626378576366,32.61824809063796],[-117.12525520773508,32.53429175115079],[-117.11915346269333,32.67287611191657],[-117.23436876612864,32.71767431225714],[-117.28102916938904,32.82236459099067],[-117.2515972227171,32.874575443186146],[-117.32553601557589,33.115701487944904],[-117.51612581658569,33.341733654651264],[-117.5958074283073,33.38712271854548],[-117.7849615246014,33.54149925065434],[-118.00318864138852,33.65564334624631],[-118.11373790449778,33.74561575100704],[-118.2210568319967,33.77075430947153],[-118.28889387981376,33.70489988067352],[-118.41128770682758,33.740727697972275],[-118.39154676698664,33.83870361814157],[-118.45794811008798,33.96482612941213],[-118.54301361449349,34.03852292901316],[-118.73396234168221,34.032775438082176],[-118.80610650364638,34.000385372368314],[-118.94608771342759,34.04491499836631],[-119.21276986436973,34.1455766619613],[-119.27845335511323,34.266703690460076],[-119.4769395320594,34.3740797126193],[-119.56631215061202,34.41484929782132],[-119.87750114774101,34.40636234859613],[-120.0059967197966,34.45975492789891],[-120.29457336765324,34.47060533133872],[-120.47044719532707,34.44831366090546],[-120.51208263208251,34.52329961735082],[-120.64596209682198,34.57991508876444],[-120.60145525063513,34.70866962859218],[-120.61006947892935,34.84134535382144],[-120.67144585552573,34.90311745261239],[-120.65026921096909,34.974934231815425],[-120.65170491568479,35.14805725303563],[-120.75794706464694,35.15992823897719],[-120.89900505296492,35.25511098598376],[-120.82829659571647,35.33756330915256],[-120.8875194152393,35.43376663866089],[-121.00452934956922,35.461053791865936],[-121.16425149919138,35.632887656241806],[-121.2866453262052,35.66452571379647],[-121.34658599808587,35.79510655915369],[-121.46359593241581,35.888892719578905],[-121.49123324819313,35.982141731318976],[-121.57414519552506,36.02441533283939],[-121.71627996237984,36.19415431734321],[-121.89717875655863,36.3044846572707],[-121.97650144210132,36.578752775902515],[-121.81785607101594,36.672109217379614],[-121.80314009767997,36.855652923091505],[-121.93953204567192,36.97769310435501],[-122.1064327188726,36.95588486773838],[-122.29271540573528,37.10773680102709],[-122.40577715209703,37.19684976789159],[-122.4014700379499,37.36025039791078],[-122.51596748902736,37.52005213173955],[-122.5026872204071,37.708107886406594],[-122.51453178431166,37.78019323995221],[-122.41151997095984,37.80989756224038],[-122.39393258819246,37.70821531614362],[-122.35947567501555,37.592459774496234],[-122.26220668052656,37.57242412854056],[-122.11540587334575,37.46601497401459],[-121.98655137511125,37.46284579677227],[-122.109304128304,37.50334680763173],[-122.162784128964,37.670238904104316],[-122.32896694980683,37.799423162880174],[-122.31173849321837,37.89745279791798],[-122.38675406461394,37.964005520006666],[-122.2614888281687,38.052903627397114],[-122.14842708180696,38.02217872260718],[-122.01454761706749,38.05811396964296],[-121.7335084189683,38.02008384273515],[-121.60537177309165,38.10097843471703],[-121.5827594238193,38.04114007119258],[-121.57270949080936,38.10865966091451],[-121.6843355324554,38.08545483771652],[-121.65705714285701,38.18214160104148],[-121.8034990238589,38.06267973346664],[-121.93055889119877,38.05258133818603],[-122.05654198000185,38.1341742234586],[-122.13371110847098,38.04302009159056],[-122.23564614328602,38.069931240716016],[-122.29271540573528,38.15635846415483],[-122.30132963402951,38.1566270384974],[-122.24928533808522,38.078042185861605],[-122.40577715209703,38.1554990262586],[-122.40721285681273,38.15786248047321],[-122.4919194350393,38.112097412499395],[-122.5464762142361,38.15823848455281],[-122.48833017325005,38.106081347225846],[-122.50340507276495,37.92882228113008],[-122.43879836055824,37.88289606855072],[-122.5288888314687,37.81935137909882],[-122.66169151767139,37.91222438675929],[-122.70260910206898,37.894283620675665],[-122.87417581559569,38.02389759839963],[-123.00877313269301,38.0086962906102],[-122.94955031317019,38.16291167811352],[-122.83577071445059,38.08470282955733],[-123.00195353529341,38.29623198176494],[-123.12901340263328,38.449963935451635],[-123.33324239844228,38.56550461762497],[-123.53316428010416,38.76838567600184],[-123.72734334290323,38.9188947375777],[-123.68822038940027,39.03131995737723],[-123.8271248206447,39.349634268190414],[-123.77292696762684,39.53371512258744],[-123.78548938388926,39.65344556450485],[-123.85476213642201,39.83435724165956],[-124.02309851433839,40.001249338132155],[-124.11031757581745,40.10325387343998],[-124.36264267960256,40.25988643002643],[-124.40858523050511,40.443107846527234],[-124.2700397254396,40.69927405446987],[-124.22266146982135,40.684233891285984],[-124.11175328053315,41.02607531450825],[-124.15949046233034,41.07302210958937],[-124.06545180345168,41.46465721592398],[-124.1616440194039,41.73768989257998],[-124.25568267828255,41.781306365813236],[-124.21153475827464,41.998475579214805],[-123.82138200178187,41.99541383170951],[-123.51773045441033,42.000839033429415],[-123.23023058509045,42.00384706606619],[-122.28984399630387,42.00776825146771],[-121.44744425436413,41.99750871158156],[-120.87962303930291,41.9938023856541]]],[[[-120.05373390159377,34.037394916774375],[-119.97082195426182,33.94210474003077],[-120.12085309705297,33.894889370607075],[-120.23678625284613,34.008818606724994],[-120.05373390159377,34.037394916774375]]],[[[-119.90477953733941,34.074995324734076],[-119.5548265128864,33.99769962894262],[-119.72029148137136,33.95983064664034],[-119.84914597960585,33.96697472415269],[-119.90477953733941,34.074995324734076]]],[[[-119.5343677206876,33.28452731968399],[-119.4356630214829,33.23269247156811],[-119.54334087516075,33.23177931880337],[-119.5343677206876,33.28452731968399]]],[[[-118.59003294393281,33.02986512805974],[-118.37001119625107,32.83901620022996],[-118.49958354684343,32.85201519841032],[-118.59003294393281,33.02986512805974]]],[[[-118.60510784344771,33.478223135545],[-118.36713978681966,33.406460071210475],[-118.32478649770637,33.29924519365679],[-118.45615347919335,33.32180543843262],[-118.50927455367443,33.431706059411994],[-118.60510784344771,33.478223135545]]]]}},{"type":"Feature","id":49,"properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[[-111.04684036762023,42.0015373267201],[-111.04576358908346,41.5797681791492],[-111.04648144144132,41.25173147713501],[-111.04684036762023,40.99792872340698],[-110.04830773784761,40.99766014906441],[-110.00092948222935,40.99766014906441],[-109.0501340342539,41.00066818170119],[-109.04833940335928,40.653562701364564],[-109.05085188661175,40.22266202614632],[-109.05121081279069,39.66048221228017],[-109.05121081279069,39.497672445814636],[-109.05085188661175,39.36666188150931],[-109.0598250410849,38.499972478038046],[-109.04223765831753,38.15297442743845],[-109.04151980595968,37.88117719275828],[-109.0433144368543,37.48465403338891],[-109.04510906774894,36.999071622023536],[-110.00092948222935,36.99794360978474],[-110.75072627000614,37.0032076668991],[-111.41258614394602,37.00143507623814],[-112.540691124311,37.00068306807895],[-112.89925837705825,37.000360778867865],[-114.05069355905343,37.00041449373638],[-114.05248818994806,37.60481419425443],[-114.04997570669558,38.148569808220316],[-114.04997570669558,38.57286355461136],[-114.04997570669558,38.67728525900232],[-114.04782214962202,39.54268550562926],[-114.04710429726417,39.906012876257066],[-114.04710429726417,40.11695116491102],[-114.04207933075921,40.99991617354199],[-114.04172040458027,41.99364124104856],[-113.0015523380522,41.99815329000373],[-112.16597219351206,41.997562426450074],[-112.1103386357785,41.99750871158156],[-111.50806050754038,41.99938873197954],[-111.04684036762023,42.0015373267201]]]]}},{"type":"Feature","id":32,"properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[[-119.32403697983685,41.99385610052261],[-118.19700877800865,41.99697156289642],[-117.02726836088823,41.99971102119062],[-117.01829520641508,41.99906644276846],[-116.14682244398232,41.9980458602667],[-115.03917625581613,41.99589726552614],[-114.28255987063974,41.99412467486518],[-114.04172040458027,41.99364124104856],[-114.04207933075921,40.99991617354199],[-114.04710429726417,40.11695116491102],[-114.04710429726417,39.906012876257066],[-114.04782214962202,39.54268550562926],[-114.04997570669558,38.67728525900232],[-114.04997570669558,38.57286355461136],[-114.04997570669558,38.148569808220316],[-114.05248818994806,37.60481419425443],[-114.05069355905343,37.00041449373638],[-114.05033463287451,36.84313735872777],[-114.04387396165383,36.19334859431551],[-114.15334644622632,36.023179890863574],[-114.23338698412685,36.012812921240396],[-114.37049678447666,36.142641758438415],[-114.63071826419814,36.1422120394903],[-114.75598350064337,36.085650282945195],[-114.704298130878,35.85129231161919],[-114.67701974127961,35.51294235485034],[-114.59554349866337,35.32655176110721],[-114.56934188760177,35.162291693191804],[-114.64722886842874,35.1018624661137],[-114.63394859980848,35.00109337278168],[-115.65114539088526,35.81100616023379],[-115.89413841401829,36.0008345055618],[-117.16581386595374,36.97103246065929],[-117.8330576325775,37.46494067664432],[-118.42815723723712,37.89621735594216],[-119.15713630663618,38.414726981706536],[-119.32977979869968,38.53590772507382],[-119.581028123948,38.70989018419024],[-119.90442061116049,38.93329032233942],[-120.00097175329162,38.99989675929662],[-120.00240745800733,39.06741634901854],[-120.00348423654411,39.11264426830722],[-120.00420208890196,39.165607128661904],[-120.0074324245123,39.316008760500736],[-120.00348423654411,39.4479861924393],[-120.00097175329162,39.72241545567666],[-119.99989497475485,41.183889598201986],[-119.999177122397,41.994769253287345],[-119.3602885239084,41.994285819470726],[-119.32403697983685,41.99385610052261]]]]}},{"type":"Feature","id":39,"properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.51909207141193,41.133236477193414],[-80.51945099759085,41.124534668494164],[-80.51945099759085,40.89952308428957],[-80.518733145233,40.85144827696966],[-80.51909207141193,40.638576253049195],[-80.6680464356663,40.582444215452206],[-80.59662012605999,40.462337769455196],[-80.62892348216334,40.39540904328692],[-80.5994915354914,40.320799090921156],[-80.68204455664441,40.185545052003235],[-80.70286227502214,40.15718360142791],[-80.73408885258871,40.03347825924047],[-80.7531119400718,39.91294209429535],[-80.82274361878348,39.84869911155276],[-80.83315247797233,39.72053543527868],[-80.94406066726053,39.6067673437663],[-81.03881717849704,39.53994604733505],[-81.12137019965006,39.458138302588424],[-81.37082389400375,39.342167901466986],[-81.44081449889435,39.40920405737229],[-81.55351731907717,39.34351077317983],[-81.57325825891812,39.2658927881773],[-81.67842362934348,39.272016283187874],[-81.72544295878282,39.2159379604594],[-81.75666953634939,39.18037871750322],[-81.74805530805517,39.09695952670118],[-81.78323007358993,38.924051364955034],[-81.90849531003516,38.87850115645527],[-81.90131678645665,38.93688921852985],[-82.0021750427349,39.028258209871936],[-82.09872618486604,38.96202777699434],[-82.14395088341074,38.83778528612176],[-82.21932538098524,38.78826017735197],[-82.17481853479839,38.60455532703455],[-82.21501826683813,38.59166375859122],[-82.28716242880229,38.5826933755494],[-82.32126041580028,38.44974907597758],[-82.50503061941048,38.41171894906976],[-82.5958389426788,38.42170991461334],[-82.66547062139048,38.50571996896903],[-82.81586069036055,38.57076867473933],[-82.88800485232471,38.75415123584567],[-83.03085747153733,38.725574925796295],[-83.1564816341615,38.61857490771666],[-83.26738982344969,38.61841376311112],[-83.51468996072983,38.70011407812072],[-83.64498016368002,38.63656938866881],[-83.70527976173962,38.63748254143354],[-83.90412486486473,38.76795595705373],[-84.05272030294016,38.77128627890159],[-84.23038876150862,38.827364601630066],[-84.23182446622432,38.874741115659305],[-84.31940245388232,39.02159756617622],[-84.50604406692393,39.09502579143468],[-84.6234129274328,39.07434556705684],[-84.74401212355198,39.1473977882357],[-84.82010447348434,39.10544647592637],[-84.81938662112648,39.305212071929446],[-84.81543843315829,39.5219515663829],[-84.81472058080044,39.56755548975118],[-84.81436165462152,39.72655150055223],[-84.81256702372688,39.916916994565376],[-84.81077239283225,40.005063093796636],[-84.80359386925373,40.31005611721838],[-84.80395279543265,40.352759437686906],[-84.80251709071695,40.57213096069755],[-84.80215816453803,40.72811893886182],[-84.80287601689588,40.92256676288202],[-84.8032349430748,40.98933434444476],[-84.80359386925373,41.25253720016272],[-84.80359386925373,41.27128368927406],[-84.80395279543265,41.42603622546251],[-84.80467064779052,41.53008192577387],[-84.80610635250622,41.69611458435024],[-84.39944299178285,41.705783260682736],[-84.3603200382799,41.706588983710446],[-83.88043573705559,41.72001770083891],[-83.76306687654673,41.72356288216083],[-83.48274553080539,41.73215726112305],[-83.48059197373183,41.73221097599156],[-83.46982418836404,41.73253326520265],[-83.46408136950123,41.73258698007116],[-83.45474928884914,41.732909269282246],[-83.16545478863465,41.62322350777692],[-82.96948109494096,41.51976867101921],[-82.83273022077009,41.58723454587263],[-82.72720592416579,41.502418768489235],[-83.03875384747371,41.45751313841164],[-83.05670015642002,41.457298278937586],[-83.06208404910392,41.45724456406907],[-82.90164404712391,41.430440844680646],[-82.70028646074633,41.46379777802776],[-82.502518136158,41.38172145893857],[-82.34782095304081,41.426895663358735],[-82.01186604956591,41.51563262614364],[-81.96843598191585,41.504889652440866],[-81.74482497244483,41.487163745831296],[-81.48855168069154,41.631334452922516],[-81.28396375870362,41.76298959565001],[-81.0025656344255,41.85333800449033],[-80.51945099759085,41.977311921020345],[-80.51945099759085,41.849309389351795],[-80.51945099759085,41.49941073585245],[-80.51945099759085,41.488990051360766],[-80.51909207141193,41.133236477193414]]]]}},{"type":"Feature","id":18,"properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.19661803517789,41.75960555893363],[-84.8251294399893,41.75992784814471],[-84.80610635250622,41.69611458435024],[-84.80467064779052,41.53008192577387],[-84.80395279543265,41.42603622546251],[-84.80359386925373,41.27128368927406],[-84.80359386925373,41.25253720016272],[-84.8032349430748,40.98933434444476],[-84.80287601689588,40.92256676288202],[-84.80215816453803,40.72811893886182],[-84.80251709071695,40.57213096069755],[-84.80395279543265,40.352759437686906],[-84.80359386925373,40.31005611721838],[-84.81077239283225,40.005063093796636],[-84.81256702372688,39.916916994565376],[-84.81436165462152,39.72655150055223],[-84.81472058080044,39.56755548975118],[-84.81543843315829,39.5219515663829],[-84.81938662112648,39.305212071929446],[-84.82010447348434,39.10544647592637],[-84.87789158829145,39.03094395329764],[-84.87071306471293,38.90090025662556],[-84.79533856713843,38.857337498260804],[-84.81615628551614,38.783962987870865],[-85.02361561693547,38.76156388770058],[-85.20164300168287,38.69125112481593],[-85.33300998316984,38.73626418463055],[-85.45181454839441,38.70994389905876],[-85.42848434676421,38.58629227173983],[-85.43315038709025,38.52392930939523],[-85.63845616143603,38.380510610463205],[-85.7411090486089,38.26830025013773],[-85.7917176398375,38.28855075556746],[-85.90047227205213,38.178327845377],[-85.94892730620717,38.0067625553437],[-85.99881804507791,37.99972590756839],[-86.17899898689885,38.01127460429887],[-86.26693590073576,38.05703967227268],[-86.32974798204785,38.18155073748783],[-86.46111496353483,38.12117522527824],[-86.49090583638569,38.045813264753285],[-86.51064677622664,37.92635139717844],[-86.65565295251281,37.84287849150789],[-86.6445262409661,37.896754504627296],[-86.74969161139147,37.911526093468616],[-86.81358047124033,37.99827560611851],[-86.9790454397253,37.930218867711446],[-87.07954476982464,37.794159105765814],[-87.2683399399398,37.8789211682807],[-87.30207900075887,37.898741954762315],[-87.45103336501323,37.94101555628273],[-87.51169188925175,37.90653061069683],[-87.59926987690974,37.973996485550245],[-87.6150626287825,37.832028088068085],[-87.70120491172477,37.89772137226055],[-87.92696947826934,37.901588842793544],[-87.9072285384284,37.80705067420914],[-88.02818666072652,37.79920830340612],[-88.09207552057538,37.8909532988278],[-87.91081780021766,38.162857963245],[-87.98475659307645,38.23037755296694],[-87.98834585486571,38.25664412367022],[-87.9100999478598,38.26803167579516],[-87.74355820083807,38.41440469249545],[-87.75612061710048,38.462962933631985],[-87.64557135399122,38.51426063306273],[-87.65167309903296,38.56813664618214],[-87.495899137379,38.740829948454234],[-87.53107390291376,38.85244944522604],[-87.52281860079846,38.902457987812454],[-87.62906074976061,39.157442468647794],[-87.6042948434147,39.25944700395563],[-87.53179175527161,39.34796910726648],[-87.53179175527161,39.47709965117382],[-87.53215068145055,39.60730449245144],[-87.53322745998732,39.8829154827961],[-87.5314328290927,40.14799835891204],[-87.52676678876665,40.47710935829651],[-87.52676678876665,40.49123636871566],[-87.5260489364088,40.7369281772981],[-87.5260489364088,41.01033685803368],[-87.52676678876665,41.16605626185539],[-87.52676678876665,41.2981948383995],[-87.52569001022987,41.46653723632197],[-87.52389537933524,41.70744842160667],[-87.43488168696155,41.65287411519658],[-87.22275631521617,41.62376065646206],[-86.93274396264383,41.710080450163844],[-86.82506610896597,41.7602501373558],[-86.52428597102583,41.75960555893363],[-86.2263772425171,41.760357567092825],[-86.06270690492677,41.76046499682985],[-85.7848980424379,41.759068410248496],[-85.65963280599267,41.759068410248496],[-85.29209239877225,41.759820418407685],[-85.19661803517789,41.75960555893363]]]]}},{"type":"Feature","id":34,"properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[[-74.2131180338579,41.13457934890626],[-73.9033647414446,40.99851958696063],[-73.99273735999722,40.8008488708296],[-74.06847078375064,40.663714811513685],[-74.14384528132514,40.64346430608396],[-74.11764367026353,40.734618437951994],[-74.15999695937681,40.686919634711685],[-74.20809306735292,40.59538949876405],[-74.27413548427535,40.48865805502699],[-74.2228090406889,40.4511113619358],[-74.00135158829144,40.411308644367026],[-73.97586782958768,40.30527549392065],[-74.03473172293158,40.10346873291404],[-74.09646702570689,40.12361180860674],[-74.0322192396791,40.10115899356795],[-74.08928850212835,39.81120613333009],[-74.10579910635896,39.930882860378986],[-74.19732528198514,39.74476084097843],[-74.16035588555575,39.703776396302345],[-74.34161360591347,39.56546060987914],[-74.41447562023548,39.560948560923975],[-74.41734702966689,39.55729594986503],[-74.40945065373052,39.36440585703173],[-74.65567401247387,39.2891513262438],[-74.63090810612796,39.25219549670626],[-74.78632314160299,39.00048762285027],[-74.86421012242998,38.94005839577217],[-74.9715290499289,38.93995096603514],[-74.90082059268045,39.09148061011276],[-74.91481871365858,39.17742439973495],[-75.17073307923293,39.235060453650334],[-75.36562999438985,39.34501478949822],[-75.40726543114529,39.38180947443022],[-75.4130082500081,39.38417292864483],[-75.4169564379763,39.38761068022971],[-75.54258060060046,39.49654443357584],[-75.53827348645335,39.49692043765544],[-75.55657872157857,39.60665991402927],[-75.55945013100998,39.62981102235875],[-75.42736529716515,39.784563558547205],[-75.13232797808783,39.88436578424597],[-75.05444099726085,39.99066750903492],[-75.0591070375869,39.99324582272358],[-74.97404153318139,40.04851842242435],[-74.72422891264877,40.14730006562136],[-74.9428149556148,40.34169417477305],[-75.0619784470183,40.4220516180698],[-75.06772126588112,40.54129862617059],[-75.18975616671602,40.591790602573624],[-75.19693469029455,40.60849592668143],[-75.17252771012757,40.77796633684269],[-75.05013388311374,40.87051705529208],[-75.12048341418327,40.968278115987324],[-74.96686300960286,41.0944543421264],[-74.99162891594877,41.09225203251734],[-74.83836743754729,41.27729975454761],[-74.70053978483965,41.354488020602034],[-74.36530273372259,41.20054120744129],[-74.23142326898312,41.143872021159154],[-74.2131180338579,41.13457934890626]]]]}},{"type":"Feature","id":8,"properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[[-104.94330069498056,40.99819729774955],[-104.05352269742257,41.00136647499187],[-103.57435624855611,41.00174247907147],[-103.38268966900954,41.00227962775661],[-102.65335167343154,41.00233334262512],[-102.62104831732819,41.00244077236215],[-102.05250924990912,41.00233334262512],[-102.05143247137234,40.74955117139885],[-102.05143247137234,40.697555178677426],[-102.05143247137234,40.43999238415343],[-102.05143247137234,40.349160541496474],[-102.05179139755127,40.00302192879311],[-102.04999676665663,39.57400127397284],[-102.04999676665663,39.568146353304826],[-102.04712535722523,39.133109633211006],[-102.04640750486737,39.04700469898328],[-102.04533072633059,38.69748204956353],[-102.04497180015167,38.61513715613178],[-102.04461287397274,38.26872996908584],[-102.04497180015167,38.262337899732685],[-102.04245931689918,37.738510501985445],[-102.04174146454133,37.64429462261212],[-102.04174146454133,37.38920271203976],[-102.04245931689918,36.993538990566606],[-103.00222791934779,37.000092204525295],[-103.08621664521651,37.00025334913084],[-104.00793907269895,36.99617101912378],[-105.155067140547,36.99525786635905],[-105.2207506312905,36.99515043662202],[-105.71858124146111,36.9958487299127],[-106.00679896313883,36.99531158122756],[-106.47627440517428,36.99375385004066],[-107.4213270342869,36.99998477478827],[-107.4816266323465,36.99998477478827],[-108.37930100584087,36.99950134097165],[-109.04510906774894,36.999071622023536],[-109.0433144368543,37.48465403338891],[-109.04151980595968,37.88117719275828],[-109.04223765831753,38.15297442743845],[-109.0598250410849,38.499972478038046],[-109.05085188661175,39.36666188150931],[-109.05121081279069,39.497672445814636],[-109.05121081279069,39.66048221228017],[-109.05085188661175,40.22266202614632],[-109.04833940335928,40.653562701364564],[-109.0501340342539,41.00066818170119],[-107.91843979209966,41.00201105341404],[-107.31831522093509,41.00292420617877],[-106.85888971190958,41.0026556318362],[-106.32014151734138,40.999056735645766],[-106.19092809292796,40.99792872340698],[-105.27710204138191,40.99825101261806],[-104.94330069498056,40.99819729774955]]]]}},{"type":"Feature","id":54,"properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[[-79.91645501699487,39.72075029475273],[-79.76355246477232,39.72075029475273],[-79.47641152163138,39.72107258396382],[-79.48682038082023,39.20605442465285],[-79.27146467346454,39.32787974644229],[-79.06759460383446,39.48005396894209],[-78.96601849519836,39.43874723505492],[-78.79552856020842,39.60902336824388],[-78.65698305514292,39.53516542403732],[-78.46818788502775,39.51668750926854],[-78.43373097185084,39.620679494711396],[-78.33394949410935,39.63716995934515],[-78.26503566775553,39.62245208537235],[-78.17997016335002,39.69673974852703],[-78.0220426446225,39.619605197341116],[-77.83791351483337,39.606337624818195],[-77.88529177045163,39.55127988459148],[-77.82535109857096,39.49337525633352],[-77.71839109725096,39.320574524324414],[-77.82822250800237,39.1323039101833],[-78.03316935616921,39.264549916464446],[-78.22878412368398,39.39120957642015],[-78.34722976272963,39.465980673391456],[-78.3400512391511,39.35355545359192],[-78.41901499851485,39.257029834872505],[-78.40358117282103,39.16743343419137],[-78.50802869088855,39.08858000721301],[-78.54392130878117,39.05661966044726],[-78.71728265320252,38.90428429334193],[-78.78619647955634,38.88720296515452],[-78.86910842688829,38.762906759413426],[-78.99365581097567,38.84997856127441],[-79.05718574464561,38.761886176911666],[-79.2244453440252,38.47778823734181],[-79.31561259347245,38.41209495314935],[-79.47677044781031,38.457161727832485],[-79.53635219351206,38.549819876018915],[-79.64761930897917,38.59101918016905],[-79.68961367191353,38.43143230581435],[-79.80949501567487,38.30783439336393],[-79.7947790423389,38.26620537026569],[-79.92040320496307,38.18203417130445],[-79.96024401082387,38.06488204307571],[-80.05607730059717,37.95191967459104],[-80.1623194495593,37.87510741261622],[-80.29619891429877,37.69172485150986],[-80.22082441672427,37.627750443109846],[-80.32850227040213,37.56431318339497],[-80.29978817608803,37.508288575535005],[-80.47566200376187,37.42293564946647],[-80.51155462165448,37.48159228588361],[-80.76998147048133,37.37228252845789],[-80.85827731049717,37.428307136317855],[-80.85971301521288,37.429381433688135],[-80.84930415602402,37.34682168078231],[-80.98138898986885,37.293482816348046],[-81.22509986535972,37.234826179930906],[-81.36220966570953,37.33769015313496],[-81.56141369501356,37.2065721590926],[-81.74015893211879,37.23772678283065],[-81.85357960465946,37.287681610548546],[-81.9910483311882,37.48411688470377],[-81.92715947133934,37.51269319475314],[-81.96807705573691,37.53804661269169],[-82.12492779592766,37.55093818113502],[-82.3338228320627,37.741411104885195],[-82.41529907467894,37.85458833284392],[-82.49785209583196,37.94547389036938],[-82.54953746559733,38.06944780689939],[-82.63460297000283,38.137773119649026],[-82.60409424479411,38.24756631089137],[-82.5958389426788,38.42170991461334],[-82.50503061941048,38.41171894906976],[-82.32126041580028,38.44974907597758],[-82.28716242880229,38.5826933755494],[-82.21501826683813,38.59166375859122],[-82.17481853479839,38.60455532703455],[-82.21932538098524,38.78826017735197],[-82.14395088341074,38.83778528612176],[-82.09872618486604,38.96202777699434],[-82.0021750427349,39.028258209871936],[-81.90131678645665,38.93688921852985],[-81.90849531003516,38.87850115645527],[-81.78323007358993,38.924051364955034],[-81.74805530805517,39.09695952670118],[-81.75666953634939,39.18037871750322],[-81.72544295878282,39.2159379604594],[-81.67842362934348,39.272016283187874],[-81.57325825891812,39.2658927881773],[-81.55351731907717,39.34351077317983],[-81.44081449889435,39.40920405737229],[-81.37082389400375,39.342167901466986],[-81.12137019965006,39.458138302588424],[-81.03881717849704,39.53994604733505],[-80.94406066726053,39.6067673437663],[-80.83315247797233,39.72053543527868],[-80.82274361878348,39.84869911155276],[-80.7531119400718,39.91294209429535],[-80.73408885258871,40.03347825924047],[-80.70286227502214,40.15718360142791],[-80.68204455664441,40.185545052003235],[-80.5994915354914,40.320799090921156],[-80.62892348216334,40.39540904328692],[-80.59662012605999,40.462337769455196],[-80.6680464356663,40.582444215452206],[-80.51909207141193,40.638576253049195],[-80.51909207141193,40.47737793263908],[-80.51801529287515,40.3988467948718],[-80.51909207141193,40.159761915116576],[-80.518733145233,40.01645064592158],[-80.51909207141193,39.96246720306514],[-80.51945099759085,39.72150230291193],[-80.42110522456508,39.721180013700845],[-79.91645501699487,39.72075029475273]]]]}},{"type":"Feature","id":29,"properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.43547287727274,39.94522473027219],[-91.43511395109381,39.843596199043944],[-91.36584119856106,39.75867299192352],[-91.30518267432254,39.683901894952214],[-91.17812280698267,39.598119249935564],[-91.0277327380126,39.44116440413805],[-90.93692441474428,39.39969652564534],[-90.76894696300683,39.297423415994935],[-90.72228655974642,39.2241026204735],[-90.66593514965501,38.93414976023564],[-90.54856628914615,38.872485091181716],[-90.452015147015,38.96734554897721],[-90.27578239316226,38.92346050140138],[-90.11534239118225,38.85201972627794],[-90.11785487443474,38.80571750961899],[-90.16630990858977,38.77257543574592],[-90.18138480810467,38.66063364976303],[-90.25747715803702,38.53182539506677],[-90.26645031251017,38.52274758228792],[-90.34254266244253,38.38695639468486],[-90.36156574992562,38.22941068533369],[-90.25281111771098,38.12772843923693],[-90.20722749298736,38.08819429601073],[-89.99725567831554,37.963199796978955],[-89.93803285879272,37.87499998287919],[-89.84399419991406,37.90540259845803],[-89.67422211728199,37.80312948880763],[-89.6677614460613,37.75859986280963],[-89.51198748440734,37.685493926762256],[-89.52167849123835,37.57210183932948],[-89.52167849123835,37.566193203792956],[-89.42297379203366,37.39930110732037],[-89.48435016863003,37.33564898813143],[-89.48865728277714,37.25137035943317],[-89.37810801966788,37.039465203145966],[-89.31457808599795,37.01045917414847],[-89.2589445282644,37.06449633187343],[-89.134397144177,36.98086228159733],[-89.10101700953687,36.94304701416357],[-89.12291150645137,36.784856726390224],[-89.2000806349205,36.71733713666829],[-89.17710935946923,36.65271814984611],[-89.24997137379124,36.56424976140377],[-89.3274994284393,36.63182306599421],[-89.41830775170762,36.499039911027936],[-89.48470909480896,36.49791189878914],[-89.53926587400574,36.49818047313171],[-89.54536761904748,36.33682100811605],[-89.6128457406856,36.31044700767574],[-89.53459983367969,36.25463725928983],[-89.69575768801755,36.252757238891846],[-89.6293563449162,36.18534507890694],[-89.59346372702359,36.12813874393967],[-89.67888815760801,36.084629700443436],[-89.70688439956426,36.001855088063564],[-89.95920950334937,35.999115629769356],[-90.28906266178252,35.99637617147515],[-90.37771742797729,35.99562416331595],[-90.19035796257782,36.201298394855556],[-90.0640159475958,36.30303435582083],[-90.07944977328964,36.40025826783093],[-90.15518319704306,36.497965613657655],[-90.22086668778655,36.49785818392063],[-90.57620360492346,36.49855647721131],[-90.78473971487958,36.498502762342795],[-91.1264374372173,36.497697039315085],[-91.4074766353165,36.49705246089292],[-91.44982992442979,36.49764332444657],[-91.67236415536402,36.49946962997604],[-92.12030402666389,36.49887876642239],[-92.15045382569369,36.49861019207982],[-92.52947987063973,36.49861019207982],[-92.77247289377276,36.49764332444657],[-92.853949136389,36.49785818392063],[-93.29650511500498,36.498234188000225],[-93.31516927630913,36.4981267582632],[-93.5847228366827,36.49887876642239],[-93.86683881331868,36.49871762181685],[-94.07716955416942,36.49871762181685],[-94.61807130581117,36.49936220023901],[-94.61807130581117,36.66786574276702],[-94.61878915816902,36.76648624135848],[-94.61807130581117,36.99891047741799],[-94.61807130581117,37.056761390807424],[-94.61807130581117,37.33838844642564],[-94.61807130581117,37.3641715833123],[-94.61807130581117,37.65358729486502],[-94.61807130581117,37.67308579213555],[-94.61412311784298,38.03700402631701],[-94.61412311784298,38.060047704909465],[-94.61304633930621,38.38872898534582],[-94.61304633930621,38.47751966299924],[-94.60909815133802,38.738036775291505],[-94.60802137280123,38.84718538811169],[-94.60730352044338,39.04410409608353],[-94.60730352044338,39.11339627646642],[-94.60156070158057,39.15959106338835],[-94.77456311982299,39.1989103471405],[-94.8994694300893,39.29967944047252],[-94.8790106378905,39.37568597941964],[-94.96910110880097,39.418819018836274],[-95.10298057354044,39.533285403639326],[-95.05488446556433,39.62347266787411],[-94.9558208401807,39.745512849137626],[-94.88403560439546,39.72676636002628],[-94.87649815463801,39.820606235320014],[-94.99350808896796,39.89790193111147],[-95.08503426459413,39.86185925433866],[-95.30828634788621,40.00001389615633],[-95.42098916806903,40.0564145080959],[-95.39694111408097,40.125008395188104],[-95.55235614955602,40.261873880161446],[-95.55486863280849,40.26477448306119],[-95.61373252615239,40.314192162093946],[-95.7099247421046,40.523733864166545],[-95.76555829983816,40.585183673746414],[-95.3739698386297,40.58051048018571],[-95.20240312510299,40.57841560031367],[-94.91490325578312,40.57508527846581],[-94.63206942678929,40.57137895253835],[-94.47127049863036,40.57084180385321],[-94.23222566346553,40.57191610122349],[-94.01543425139411,40.573849836489984],[-93.77423585915572,40.577556162417444],[-93.55672659472646,40.58024190584314],[-93.37439209583196,40.580349335580166],[-93.09730108570095,40.58394823177059],[-92.71432685278671,40.58937343349049],[-92.63787557667544,40.59082373494037],[-92.3507346335345,40.59726951916203],[-92.17988577236564,40.60054612614138],[-91.94299449427436,40.60581018325574],[-91.71687100155087,40.598451246269335],[-91.41932119922106,40.378274000230995],[-91.49720818004805,40.24871373737554],[-91.50546348216335,40.20047778545009],[-91.49469569679556,40.037399444641984],[-91.43547287727274,39.94522473027219]]]]}},{"type":"Feature","id":20,"properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.75893930105917,40.002269920633914],[-100.73919836121823,40.00210877602837],[-100.19363056925043,40.00167905708027],[-100.17783781737768,40.00157162734324],[-99.6283218374417,40.00178648681729],[-99.6254504280103,40.00178648681729],[-99.17930518760505,40.00210877602837],[-99.06732021978009,40.00232363550243],[-98.72634034980021,40.00237735037094],[-98.50452397122383,40.002269920633914],[-98.27409336435323,40.00264592471351],[-97.93167778965766,40.00205506115986],[-97.82184637890624,40.00205506115986],[-97.36924046728033,40.00194763142283],[-96.91627562947549,40.001517912474725],[-96.80572636636623,40.00146419760621],[-96.46366971784958,40.0010344786581],[-96.23934085602072,40.00087333405256],[-96.01070488004474,40.0006584745785],[-95.78817064911051,40.000443615104444],[-95.33987185163171,40.00001389615633],[-95.30828634788621,40.00001389615633],[-95.08503426459413,39.86185925433866],[-94.99350808896796,39.89790193111147],[-94.87649815463801,39.820606235320014],[-94.88403560439546,39.72676636002628],[-94.9558208401807,39.745512849137626],[-95.05488446556433,39.62347266787411],[-95.10298057354044,39.533285403639326],[-94.96910110880097,39.418819018836274],[-94.8790106378905,39.37568597941964],[-94.8994694300893,39.29967944047252],[-94.77456311982299,39.1989103471405],[-94.60156070158057,39.15959106338835],[-94.60730352044338,39.11339627646642],[-94.60730352044338,39.04410409608353],[-94.60802137280123,38.84718538811169],[-94.60909815133802,38.738036775291505],[-94.61304633930621,38.47751966299924],[-94.61304633930621,38.38872898534582],[-94.61412311784298,38.060047704909465],[-94.61412311784298,38.03700402631701],[-94.61807130581117,37.67308579213555],[-94.61807130581117,37.65358729486502],[-94.61807130581117,37.3641715833123],[-94.61807130581117,37.33838844642564],[-94.61807130581117,37.056761390807424],[-94.61807130581117,36.99891047741799],[-95.00750620994607,36.99950134097165],[-95.07354862686849,36.99955505584016],[-95.40770889944876,36.99928648149759],[-95.52256527670514,36.99928648149759],[-95.78673494439481,36.99928648149759],[-95.96440340296327,36.999071622023536],[-96.00065494703482,36.99885676254948],[-96.52540502062489,36.99869561794394],[-96.74973388245375,36.99896419228651],[-97.14778301488288,36.99901790715502],[-97.46220234762221,36.99869561794394],[-97.80246436524423,36.99869561794394],[-98.11185873147859,36.99810475439028],[-98.34731430485417,36.9981584692588],[-98.54472370326357,36.99874933281245],[-99.00020102432089,36.999447626103134],[-99.45603727155714,36.999447626103134],[-99.54110277596264,36.999608770708676],[-100.0026818420617,37.001649935712194],[-100.08954197736185,37.002187084397335],[-100.63331513843501,37.000092204525295],[-100.9459398402797,36.99842704360137],[-101.06689796257783,36.99788989491623],[-101.55539649209636,36.99531158122756],[-102.02810226974213,36.99310927161849],[-102.04245931689918,36.993538990566606],[-102.04174146454133,37.38920271203976],[-102.04174146454133,37.64429462261212],[-102.04245931689918,37.738510501985445],[-102.04497180015167,38.262337899732685],[-102.04461287397274,38.26872996908584],[-102.04497180015167,38.61513715613178],[-102.04533072633059,38.69748204956353],[-102.04640750486737,39.04700469898328],[-102.04712535722523,39.133109633211006],[-102.04999676665663,39.568146353304826],[-102.04999676665663,39.57400127397284],[-102.05179139755127,40.00302192879311],[-101.41146709434696,40.002538494976484],[-101.3256837375836,40.002699639582026],[-100.75893930105917,40.002269920633914]]]]}},{"type":"Feature","id":10,"properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[[-75.54258060060046,39.49654443357584],[-75.53827348645335,39.49692043765544],[-75.54258060060046,39.49654443357584],[-75.54258060060046,39.49654443357584]]],[[[-75.55657872157857,39.60665991402927],[-75.55945013100998,39.62981102235875],[-75.55657872157857,39.60665991402927],[-75.55657872157857,39.60665991402927]]],[[[-75.7227615424214,38.82870747334292],[-75.74788637494623,39.143100598754586],[-75.75614167706154,39.24607200169568],[-75.76008986502973,39.296617692967224],[-75.76655053625039,39.37751228494911],[-75.78844503316489,39.722200596202605],[-75.59426597036583,39.83736527429634],[-75.59354811800797,39.83741898916485],[-75.57990892320878,39.83865443114067],[-75.42413496155481,39.80712380332303],[-75.6158015411014,39.61595258628218],[-75.56303939279925,39.56137827987209],[-75.58924100386086,39.46039432706601],[-75.51602006335992,39.363438989398475],[-75.40439402171388,39.256385256450336],[-75.39685657195643,39.057855102423076],[-75.31394462462448,38.950532795132375],[-75.18796153582139,38.80362262974694],[-75.09105146751132,38.80077574171571],[-75.09679428637415,38.62228123364412],[-75.04941603075589,38.451253092295964],[-75.06987482295467,38.451253092295964],[-75.08566757482743,38.451253092295964],[-75.34122301422288,38.451951385586646],[-75.69368852192838,38.460116045600756],[-75.70158489786475,38.56072399432723],[-75.70732771672758,38.63538766156151],[-75.7227615424214,38.82870747334292]]]]}},{"type":"Feature","id":24,"properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.78697766293752,39.72080400962125],[-76.56946839850826,39.721180013700845],[-76.23997416625403,39.72134115830639],[-76.23315456885443,39.72134115830639],[-76.13552664818651,39.72112629883233],[-75.78844503316489,39.722200596202605],[-75.76655053625039,39.37751228494911],[-75.76008986502973,39.296617692967224],[-75.75614167706154,39.24607200169568],[-75.74788637494623,39.143100598754586],[-75.7227615424214,38.82870747334292],[-75.70732771672758,38.63538766156151],[-75.70158489786475,38.56072399432723],[-75.69368852192838,38.460116045600756],[-75.34122301422288,38.451951385586646],[-75.08566757482743,38.451253092295964],[-75.107203145563,38.39936452931157],[-75.1524278441077,38.24697544733772],[-75.26190032868018,38.20357383357852],[-75.37783348447334,38.01514207483187],[-75.62082650760637,37.99456928019106],[-75.62298006467992,37.996234441114986],[-75.89576396066381,37.9226987861195],[-75.85520530244516,38.069501521767904],[-75.85556422862409,38.16994832588884],[-75.9503207398606,38.127245005420306],[-75.79454677820664,38.266420229739744],[-75.89612288684275,38.22898096638558],[-75.90760852456839,38.29150507333572],[-75.82864476520463,38.42358993501132],[-75.95965282051267,38.25030576918559],[-76.16854785664772,38.32180025917754],[-76.23638490446476,38.3472073919846],[-76.33114141570127,38.47418934115139],[-76.25289550869536,38.540097484817906],[-76.27227752235738,38.6075096448028],[-76.1642407425006,38.62066978758871],[-76.04400047256033,38.56185200656602],[-75.93775832359817,38.677016684659755],[-75.99734006929992,38.75366780202904],[-75.93273335709321,38.795833973812435],[-76.01528637824623,38.72509149197967],[-75.95534570636556,38.67497551965623],[-76.02533631125617,38.579255623964514],[-76.16962463518449,38.68561106362198],[-76.34190920106906,38.74867231925725],[-76.26474007259993,38.850676854565094],[-76.17285497079483,38.75211007084214],[-76.1972619509618,38.84578880153033],[-76.11147859419845,38.9246959433772],[-76.19654409860395,38.88097204040692],[-76.20300476982463,38.969601573454796],[-76.14342302412288,39.08772056931679],[-75.98549550539536,39.24580342735311],[-76.1190160439559,39.10974366540748],[-76.17752101112087,39.14073714453998],[-76.2274117499916,39.05382648728454],[-76.27694356268341,39.14761264770975],[-76.11147859419845,39.371120215595965],[-75.83331080553066,39.37380595902165],[-76.04077013694999,39.38959813036473],[-75.96970275352261,39.55858510670936],[-76.07594490248476,39.54343751378845],[-76.10250543972529,39.43525576860152],[-76.25289550869536,39.36725274506296],[-76.22310463584449,39.46818298300052],[-76.35913765765751,39.393841604977325],[-76.33437175131161,39.33840786067101],[-76.42446222222208,39.20653785846947],[-76.52962759264744,39.240861659449834],[-76.58346651948638,39.207451011234205],[-76.57736477444463,39.205624705704736],[-76.53321685443672,39.20761215583974],[-76.42482114840101,39.089708019451805],[-76.52316692142678,39.074184422451296],[-76.39431242319228,39.01176774523818],[-76.47614759198746,38.98157998913339],[-76.46861014223,38.910944937037655],[-76.55475242517228,38.76972854771469],[-76.52890974028959,38.7132205060381],[-76.51706517638503,38.53354427085921],[-76.38175000692986,38.385882097314585],[-76.42123188661175,38.31938309009442],[-76.63910007721994,38.465863536531735],[-76.69724611820598,38.664662264901565],[-76.69975860145846,38.54235350929548],[-76.6990407491006,38.497018160269775],[-76.48296718938705,38.32094082128132],[-76.3232450397649,38.1399754292581],[-76.32683430155416,38.051077321867645],[-76.45030490710477,38.15904420758052],[-76.70514249414235,38.28505928911406],[-76.74534222618209,38.22763809467273],[-76.86917175791162,38.3898032827161],[-76.8400987374186,38.26679623381934],[-76.92408746328732,38.29016220162288],[-77.04217417615403,38.44421644452065],[-77.20692129228115,38.359991530690905],[-77.27404048774035,38.482407716034004],[-77.07699001550988,38.690069397708626],[-77.01633149127134,38.80931640580941],[-76.90937148995135,38.89278931147996],[-77.00233337029323,38.96584153265883],[-77.11970223080209,38.93431090484118],[-77.32608478368464,39.05699566452686],[-77.46104102696088,39.07504386034752],[-77.52744237006223,39.146377205733934],[-77.45781069135055,39.223458042051334],[-77.56584747120733,39.30553436114053],[-77.67711458667445,39.32454942459444],[-77.71839109725096,39.320574524324414],[-77.82535109857096,39.49337525633352],[-77.88529177045163,39.55127988459148],[-77.83791351483337,39.606337624818195],[-78.0220426446225,39.619605197341116],[-78.17997016335002,39.69673974852703],[-78.26503566775553,39.62245208537235],[-78.33394949410935,39.63716995934515],[-78.43373097185084,39.620679494711396],[-78.46818788502775,39.51668750926854],[-78.65698305514292,39.53516542403732],[-78.79552856020842,39.60902336824388],[-78.96601849519836,39.43874723505492],[-79.06759460383446,39.48005396894209],[-79.27146467346454,39.32787974644229],[-79.48682038082023,39.20605442465285],[-79.47641152163138,39.72107258396382],[-79.39242279576266,39.72155601778044],[-78.93120265584251,39.72279145975626],[-78.80844990264976,39.722845174624766],[-78.38060989736975,39.7225766002822],[-78.3429226485825,39.72225431107112],[-78.09957069927056,39.72209316646558],[-77.46929632907619,39.71999828659354],[-77.45924639606625,39.71999828659354],[-77.21625337293324,39.719837141987995],[-76.99946196086182,39.720105716330565],[-76.78697766293752,39.72080400962125]]],[[[-76.27873819357805,38.98249314189812],[-76.37564826188812,38.851590007329825],[-76.3110415496814,39.03572457659537],[-76.27873819357805,38.98249314189812]]],[[[-75.24180046266032,38.02755020945857],[-75.26082355014341,38.02577761879761],[-75.24180046266032,38.02755020945857],[-75.24180046266032,38.02755020945857]]],[[[-75.06987482295467,38.451253092295964],[-75.04941603075589,38.451253092295964],[-75.06987482295467,38.451253092295964],[-75.06987482295467,38.451253092295964]]],[[[-76.03789872751858,37.95396083959457],[-76.04543617727603,37.95363855038349],[-76.03789872751858,37.95396083959457],[-76.03789872751858,37.95396083959457]]],[[[-76.00774892848878,37.98022741029786],[-75.99482758604745,37.953477405777946],[-76.00595429759416,37.953584835514974],[-76.02067027093013,37.97394277068173],[-76.00774892848878,37.98022741029786]]],[[[-76.02067027093013,37.97394277068173],[-76.02246490182476,37.95379969498903],[-76.02928449922436,37.953745980120516],[-76.02067027093013,37.97394277068173]]]]}},{"type":"Feature","id":51,"properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.7399583334982,37.273876889340485],[-76.7399583334982,37.273876889340485],[-76.7399583334982,37.273876889340485],[-76.7399583334982,37.273876889340485]],[[-77.82822250800237,39.1323039101833],[-77.71839109725096,39.320574524324414],[-77.67711458667445,39.32454942459444],[-77.56584747120733,39.30553436114053],[-77.45781069135055,39.223458042051334],[-77.52744237006223,39.146377205733934],[-77.46104102696088,39.07504386034752],[-77.32608478368464,39.05699566452686],[-77.11970223080209,38.93431090484118],[-77.09637202917189,38.907453470584244],[-77.04791699501685,38.84127675257516],[-77.05114733062719,38.789764193670365],[-77.04325095469082,38.719129141574626],[-77.15774840576826,38.64027571459627],[-77.24209605781591,38.66933545846227],[-77.30024209880196,38.50475310133578],[-77.32464907896893,38.3371627115725],[-77.2349175342374,38.33200608419517],[-77.04289202851189,38.40043882668185],[-77.02853498135484,38.2678168163211],[-76.83902195888182,38.163556256535685],[-76.61110383526369,38.148677237957344],[-76.52029551199537,38.0443092484349],[-76.57844155298142,38.01600151272809],[-76.47471188727175,38.015571793779976],[-76.2424866495065,37.883970365921],[-76.35052342936329,37.701286098105335],[-76.35052342936329,37.62119722915116],[-76.53357578061564,37.66040908316628],[-76.6154109494108,37.80699695934062],[-76.70155323235309,37.822681700946674],[-76.89752692604678,37.99037952044698],[-76.93557310101296,38.08137250770947],[-77.06155618981605,38.16339511193014],[-77.06442759924745,38.16189109561175],[-77.05581337095323,38.10753164867572],[-76.92767672507658,38.069232947425334],[-76.91906249678236,37.97485592344647],[-76.79451511269497,37.89530420317743],[-76.68324799722785,37.77030970414565],[-76.53178114972101,37.61185084202974],[-76.29812020724006,37.557598824830734],[-76.42230866514852,37.512746909621654],[-76.54829175395162,37.5679120795854],[-76.43774249084235,37.51135032304029],[-76.36344477180462,37.523006449507804],[-76.25217765633751,37.43835181672995],[-76.27837926739913,37.31099386348357],[-76.44420316206302,37.45102852569922],[-76.38964638286625,37.263617349454336],[-76.50486168630154,37.24691202534652],[-76.70370678942665,37.44941707964381],[-76.79559189123175,37.58912945264838],[-76.9635693429692,37.58289852790077],[-76.81928101904087,37.54964902429069],[-76.7564689377288,37.457366880183855],[-76.672839138039,37.368307628187864],[-76.61756450648437,37.30572980636921],[-76.38964638286625,37.19330458656968],[-76.41333551067537,37.13899885450216],[-76.3602144361943,37.162687111516775],[-76.38139108075094,37.11187284590265],[-76.2712007438206,37.0845319778291],[-76.38785175197161,36.98967152003361],[-76.62617873477859,37.12696672395505],[-76.60895027819014,37.168112313236676],[-76.6426893390092,37.21704655845281],[-76.86988961026947,37.242829695339466],[-76.87670920766907,37.368844776873004],[-76.87922169092155,37.26136132497675],[-77.01561363891349,37.3122830203279],[-77.25717095733081,37.3196419573143],[-77.2485567290366,37.38243463860701],[-77.31388129360116,37.3858723901919],[-77.31639377685363,37.30868412413747],[-77.25394062172047,37.292515948714794],[-77.09565417681404,37.30675038887097],[-77.00987082005068,37.23310730413846],[-76.80133471009457,37.20587386580193],[-76.67499269511255,37.13964343292433],[-76.6538160505559,37.03908919906637],[-76.48619752499738,36.95540143392176],[-76.52460262614248,36.907595200944414],[-76.53249900207886,36.84050533017059],[-76.40759269181255,36.89658365289907],[-76.3849803425402,36.83991446661694],[-76.40328557766543,36.814883337889476],[-76.29417201927188,36.83148123226026],[-76.24535805893791,36.83346868239528],[-76.22561711909698,36.83620814068948],[-76.21054221958208,36.832877818841624],[-76.32827000626986,36.87413083786028],[-76.32719322773309,36.963136374987755],[-76.1821870514469,36.92182964110059],[-75.99195617661603,36.91226839450512],[-75.86704986634972,36.55071361453827],[-75.89181577269564,36.55071361453827],[-75.94170651156637,36.71808914482749],[-75.98118839124825,36.55055246993273],[-76.01349174735161,36.55055246993273],[-76.0353862442661,36.55060618480125],[-76.12224637956623,36.55055246993273],[-76.31319510675496,36.550445040195704],[-76.49158141768127,36.55060618480125],[-76.54183108273094,36.55060618480125],[-76.91583216117202,36.55211020111963],[-76.91619108735094,36.54394554110553],[-77.16420907698894,36.546201565583104],[-77.29701176319162,36.54485869387026],[-77.76720505758492,36.545449557423915],[-77.89964881760868,36.544643834396204],[-78.04609069861056,36.544160400579585],[-78.32389956109942,36.54378439649999],[-78.45706117348104,36.54233409505011],[-78.73415218361204,36.54195809097051],[-78.79624641256628,36.541635801759426],[-79.13830306108292,36.54168951662794],[-79.21870252516239,36.54158208689091],[-79.34253205689191,36.54131351254834],[-79.47030977658963,36.5407763638632],[-79.51050950862937,36.54072264899469],[-79.71473850443836,36.54195809097051],[-80.02736320628307,36.54249523965565],[-80.05356481734468,36.54249523965565],[-80.44012831204817,36.55060618480125],[-80.61205395175381,36.55785769205062],[-80.83781851829838,36.559146848894954],[-80.90170737814724,36.56177887745213],[-81.35323651123637,36.57467044589546],[-81.67734685080671,36.58815287789244],[-81.64683812559798,36.61184113490705],[-81.82666014124,36.61420458912167],[-82.1461044404843,36.59470609185113],[-82.2433734349733,36.59561924461587],[-82.29398202620189,36.59561924461587],[-82.60911921129907,36.59406151342897],[-82.83057666369652,36.593739224217884],[-82.98527384681371,36.593739224217884],[-83.47197774543761,36.597284405539796],[-83.6747710365309,36.60072215712468],[-83.46085103389089,36.66485771013024],[-83.13566391578378,36.74269055460684],[-83.07213398211384,36.8544711959842],[-82.87831384549371,36.8924476080235],[-82.86934069102055,36.974201637901615],[-82.7232577361976,37.04467554539181],[-82.72684699798685,37.11509573801349],[-82.56533021747008,37.19604404486389],[-82.55384457974444,37.20265097369109],[-82.31049263043249,37.29896173293646],[-81.96807705573691,37.53804661269169],[-81.92715947133934,37.51269319475314],[-81.9910483311882,37.48411688470377],[-81.85357960465946,37.287681610548546],[-81.74015893211879,37.23772678283065],[-81.56141369501356,37.2065721590926],[-81.36220966570953,37.33769015313496],[-81.22509986535972,37.234826179930906],[-80.98138898986885,37.293482816348046],[-80.84930415602402,37.34682168078231],[-80.85971301521288,37.429381433688135],[-80.85827731049717,37.428307136317855],[-80.76998147048133,37.37228252845789],[-80.51155462165448,37.48159228588361],[-80.47566200376187,37.42293564946647],[-80.29978817608803,37.508288575535005],[-80.32850227040213,37.56431318339497],[-80.22082441672427,37.627750443109846],[-80.29619891429877,37.69172485150986],[-80.1623194495593,37.87510741261622],[-80.05607730059717,37.95191967459104],[-79.96024401082387,38.06488204307571],[-79.92040320496307,38.18203417130445],[-79.7947790423389,38.26620537026569],[-79.80949501567487,38.30783439336393],[-79.68961367191353,38.43143230581435],[-79.64761930897917,38.59101918016905],[-79.53635219351206,38.549819876018915],[-79.47677044781031,38.457161727832485],[-79.31561259347245,38.41209495314935],[-79.2244453440252,38.47778823734181],[-79.05718574464561,38.761886176911666],[-78.99365581097567,38.84997856127441],[-78.86910842688829,38.762906759413426],[-78.78619647955634,38.88720296515452],[-78.71728265320252,38.90428429334193],[-78.54392130878117,39.05661966044726],[-78.50802869088855,39.08858000721301],[-78.40358117282103,39.16743343419137],[-78.41901499851485,39.257029834872505],[-78.3400512391511,39.35355545359192],[-78.34722976272963,39.465980673391456],[-78.22878412368398,39.39120957642015],[-78.03316935616921,39.264549916464446],[-77.82822250800237,39.1323039101833]]],[[[-75.99482758604745,37.953477405777946],[-76.00595429759416,37.953584835514974],[-75.99482758604745,37.953477405777946],[-75.99482758604745,37.953477405777946]]],[[[-76.02246490182476,37.95379969498903],[-76.02928449922436,37.953745980120516],[-76.02246490182476,37.95379969498903],[-76.02246490182476,37.95379969498903]]],[[[-76.04543617727603,37.95363855038349],[-76.03789872751858,37.95396083959457],[-76.04543617727603,37.95363855038349],[-76.04543617727603,37.95363855038349]]],[[[-75.83869469821455,37.555396515221666],[-75.94027080685066,37.56254059273401],[-75.79382892584879,37.769020547301324],[-75.68938140778127,37.83578812886406],[-75.62082650760637,37.99456928019106],[-75.37783348447334,38.01514207483187],[-75.462181136521,37.89863452502529],[-75.41946892122878,37.88407779565803],[-75.60503375573361,37.70107123863128],[-75.62477469557456,37.57027553380001],[-75.79346999966985,37.501413072365224],[-75.91765845757831,37.30825440518936],[-75.97149738441725,37.11681461380593],[-76.0256952374351,37.2592127302362],[-75.93022087384072,37.551421614951636],[-75.83869469821455,37.555396515221666]]],[[[-75.26082355014341,38.02577761879761],[-75.24180046266032,38.02755020945857],[-75.26082355014341,38.02577761879761],[-75.26082355014341,38.02577761879761]]],[[[-75.96647241791227,36.55920056376347],[-75.92088879318865,36.55060618480125],[-75.96324208230195,36.550445040195704],[-75.96647241791227,36.55920056376347]]]]}},{"type":"Feature","id":21,"properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.50604406692393,39.09502579143468],[-84.31940245388232,39.02159756617622],[-84.23182446622432,38.874741115659305],[-84.23038876150862,38.827364601630066],[-84.05272030294016,38.77128627890159],[-83.90412486486473,38.76795595705373],[-83.70527976173962,38.63748254143354],[-83.64498016368002,38.63656938866881],[-83.51468996072983,38.70011407812072],[-83.26738982344969,38.61841376311112],[-83.1564816341615,38.61857490771666],[-83.03085747153733,38.725574925796295],[-82.88800485232471,38.75415123584567],[-82.81586069036055,38.57076867473933],[-82.66547062139048,38.50571996896903],[-82.5958389426788,38.42170991461334],[-82.60409424479411,38.24756631089137],[-82.63460297000283,38.137773119649026],[-82.54953746559733,38.06944780689939],[-82.49785209583196,37.94547389036938],[-82.41529907467894,37.85458833284392],[-82.3338228320627,37.741411104885195],[-82.12492779592766,37.55093818113502],[-81.96807705573691,37.53804661269169],[-82.31049263043249,37.29896173293646],[-82.55384457974444,37.20265097369109],[-82.56533021747008,37.19604404486389],[-82.72684699798685,37.11509573801349],[-82.7232577361976,37.04467554539181],[-82.86934069102055,36.974201637901615],[-82.87831384549371,36.8924476080235],[-83.07213398211384,36.8544711959842],[-83.13566391578378,36.74269055460684],[-83.46085103389089,36.66485771013024],[-83.6747710365309,36.60072215712468],[-83.93068540210527,36.587669444075814],[-84.01036701382688,36.59014032802745],[-84.22679949971936,36.59207406329395],[-84.26125641289627,36.59191291868841],[-84.77811011054997,36.60324675594484],[-84.78528863412849,36.603354185681866],[-84.97480165660151,36.61554746083451],[-85.27558179454165,36.626451579142824],[-85.29604058674045,36.62586071558917],[-85.43673964887951,36.61839434886575],[-85.78848730422716,36.62177838558212],[-85.97297536019522,36.628600173883385],[-86.2044827456026,36.63982658140278],[-86.41158315084301,36.65083812944812],[-86.56304999834985,36.63397166073477],[-86.76333080619067,36.648850679313114],[-87.0612395346994,36.64315690325064],[-87.11507846153832,36.642404895091445],[-87.33581806157792,36.64149174232671],[-87.6412642398441,36.638053990741824],[-87.69402638814626,36.63708712310857],[-88.07053994983981,36.67812528265317],[-88.05367041943028,36.497697039315085],[-88.48940680064666,36.50113479089997],[-88.51704411642397,36.501618224716594],[-88.81674747582734,36.50274623695539],[-88.82679740883727,36.502961096429445],[-88.83469378477365,36.50274623695539],[-89.34616358974345,36.503229670772015],[-89.41830775170762,36.499039911027936],[-89.3274994284393,36.63182306599421],[-89.24997137379124,36.56424976140377],[-89.17710935946923,36.65271814984611],[-89.2000806349205,36.71733713666829],[-89.12291150645137,36.784856726390224],[-89.10101700953687,36.94304701416357],[-89.134397144177,36.98086228159733],[-89.16777727881714,37.06492605082153],[-89.0863010362009,37.16053851677622],[-88.93303955779942,37.22499635899286],[-88.92801459129446,37.22644666044273],[-88.56621700293687,37.0802885032165],[-88.49048357918345,37.067987798326826],[-88.42480008843995,37.150601266101155],[-88.51094237138223,37.26103903576567],[-88.47576760584747,37.387644980852855],[-88.41510908160895,37.42341908328309],[-88.35803981915969,37.40456516443473],[-88.278717133617,37.45323083530829],[-88.08382021846008,37.473159051526935],[-88.06120786918773,37.50522682802971],[-88.13335203115189,37.57425043407004],[-88.15919471603458,37.66347083067157],[-88.02818666072652,37.79920830340612],[-87.9072285384284,37.80705067420914],[-87.92696947826934,37.901588842793544],[-87.70120491172477,37.89772137226055],[-87.6150626287825,37.832028088068085],[-87.59926987690974,37.973996485550245],[-87.51169188925175,37.90653061069683],[-87.45103336501323,37.94101555628273],[-87.30207900075887,37.898741954762315],[-87.2683399399398,37.8789211682807],[-87.07954476982464,37.794159105765814],[-86.9790454397253,37.930218867711446],[-86.81358047124033,37.99827560611851],[-86.74969161139147,37.911526093468616],[-86.6445262409661,37.896754504627296],[-86.65565295251281,37.84287849150789],[-86.51064677622664,37.92635139717844],[-86.49090583638569,38.045813264753285],[-86.46111496353483,38.12117522527824],[-86.32974798204785,38.18155073748783],[-86.26693590073576,38.05703967227268],[-86.17899898689885,38.01127460429887],[-85.99881804507791,37.99972590756839],[-85.94892730620717,38.0067625553437],[-85.90047227205213,38.178327845377],[-85.7917176398375,38.28855075556746],[-85.7411090486089,38.26830025013773],[-85.63845616143603,38.380510610463205],[-85.43315038709025,38.52392930939523],[-85.42848434676421,38.58629227173983],[-85.45181454839441,38.70994389905876],[-85.33300998316984,38.73626418463055],[-85.20164300168287,38.69125112481593],[-85.02361561693547,38.76156388770058],[-84.81615628551614,38.783962987870865],[-84.79533856713843,38.857337498260804],[-84.87071306471293,38.90090025662556],[-84.87789158829145,39.03094395329764],[-84.82010447348434,39.10544647592637],[-84.74401212355198,39.1473977882357],[-84.6234129274328,39.07434556705684],[-84.50604406692393,39.09502579143468]]],[[[-89.48470909480896,36.49791189878914],[-89.53926587400574,36.49818047313171],[-89.48470909480896,36.49791189878914],[-89.48470909480896,36.49791189878914]]]]}},{"type":"Feature","id":11,"properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[[-77.01633149127134,38.80931640580941],[-77.09637202917189,38.907453470584244],[-77.11970223080209,38.93431090484118],[-77.00233337029323,38.96584153265883],[-76.90937148995135,38.89278931147996],[-77.01633149127134,38.80931640580941]]]]}},{"type":"Feature","id":4,"properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[[-109.04510906774894,36.999071622023536],[-109.04582692010679,36.00233852188019],[-109.04582692010679,34.959679209157486],[-109.04654477246464,34.57921679547376],[-109.0472626248225,33.778220676194955],[-109.0472626248225,33.20889678481646],[-109.0472626248225,32.7775663906501],[-109.04762155100143,32.42632486543791],[-109.0501340342539,31.332099278941904],[-110.45999606507594,31.332582712758526],[-111.07483660957648,31.332099278941904],[-111.36664359304346,31.425992869104142],[-113.33355905355893,32.03882580397887],[-114.8137706154505,32.49400559976539],[-114.80946350130337,32.61679778918809],[-114.7193730303929,32.71864117989038],[-114.52698859848847,32.757101025746316],[-114.46274081246068,32.90793237653326],[-114.51514403458391,33.026534806211885],[-114.6727126271325,33.04050067202549],[-114.70645168795156,33.08814576039729],[-114.67701974127961,33.27018544979079],[-114.73121759429746,33.30241437089911],[-114.72368014454001,33.40651378607899],[-114.6260522238721,33.43680897192081],[-114.52447611523598,33.552188509488595],[-114.49683879945867,33.696788935527934],[-114.53488497442484,33.92572170513404],[-114.43618027522015,34.027779955310386],[-114.43259101343088,34.087886893177405],[-114.25528148104135,34.173400963851485],[-114.13827154671142,34.303229801049504],[-114.34070591162579,34.45148283814778],[-114.43618027522015,34.5967815574778],[-114.47350859782847,34.71393368570654],[-114.63287182127169,34.86943823005419],[-114.63394859980848,35.00109337278168],[-114.64722886842874,35.1018624661137],[-114.56934188760177,35.162291693191804],[-114.59554349866337,35.32655176110721],[-114.67701974127961,35.51294235485034],[-114.704298130878,35.85129231161919],[-114.75598350064337,36.085650282945195],[-114.63071826419814,36.1422120394903],[-114.37049678447666,36.142641758438415],[-114.23338698412685,36.012812921240396],[-114.15334644622632,36.023179890863574],[-114.04387396165383,36.19334859431551],[-114.05033463287451,36.84313735872777],[-114.05069355905343,37.00041449373638],[-112.89925837705825,37.000360778867865],[-112.540691124311,37.00068306807895],[-111.41258614394602,37.00143507623814],[-110.75072627000614,37.0032076668991],[-110.00092948222935,36.99794360978474],[-109.04510906774894,36.999071622023536]]]]}},{"type":"Feature","id":40,"properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.07354862686849,36.99955505584016],[-95.00750620994607,36.99950134097165],[-94.61807130581117,36.99891047741799],[-94.61878915816902,36.76648624135848],[-94.61807130581117,36.66786574276702],[-94.61807130581117,36.49936220023901],[-94.56315560043546,36.16192539623489],[-94.55202888888876,36.102248177315985],[-94.49316499554486,35.75917131211791],[-94.47270620334606,35.638527717435764],[-94.43142969276956,35.397133098334436],[-94.43250647130634,35.3807500634377],[-94.44794029700016,34.93394978713935],[-94.45440096822084,34.728973848890426],[-94.46157949179936,34.507453731139236],[-94.47019372009359,34.18978399874821],[-94.47737224367211,33.94092301292346],[-94.48598647196634,33.637863724768216],[-94.74620795168782,33.70285871567],[-94.77743452925439,33.762965653537016],[-94.86178218130205,33.743735730609046],[-94.96981896115882,33.861639866996995],[-95.15574272184259,33.93657210857384],[-95.21927265551253,33.962408960329014],[-95.31151668349655,33.87813033163075],[-95.55163829719817,33.888819590465005],[-95.59937547899534,33.94086929805495],[-95.76017440715427,33.87377942728112],[-95.84667561627548,33.83993906011739],[-95.93568930864917,33.88769157822622],[-96.08930971322958,33.85734267751589],[-96.17904125796112,33.76076334392795],[-96.37932206580193,33.72579496452542],[-96.42454676434663,33.77671665987657],[-96.62805790779777,33.844504823941065],[-96.5885760281159,33.89494308547559],[-96.65497737121724,33.91379700432396],[-96.77270515790502,33.83413785431789],[-96.86889737385724,33.85497922330127],[-96.93493979077965,33.95429801518341],[-96.94498972378959,33.94903395806905],[-97.09537979275966,33.79406656240654],[-97.10722435666422,33.721121770964714],[-97.20449335115322,33.80115692505038],[-97.18654704220691,33.9015500143028],[-97.30965872157859,33.888712160727984],[-97.3728297290696,33.81941998034509],[-97.46220234762221,33.840315064196986],[-97.48409684453671,33.915569594984916],[-97.56162489918476,33.89999228311589],[-97.68796691416678,33.98717151471391],[-97.86958356070343,33.84917801750177],[-97.97833819291806,33.889893887835285],[-97.94567591063577,33.98980354327108],[-98.08278571098558,34.00231910763482],[-98.13770141636128,34.14321320774669],[-98.16928692010679,34.1142071787492],[-98.3641838352637,34.157125358691786],[-98.42340665478652,34.0828376955371],[-98.4862187360986,34.06285576444994],[-98.61004826782813,34.15707164382327],[-98.76546330330316,34.13639141944543],[-98.95246384252371,34.21245167326107],[-99.1882783420782,34.21390197471094],[-99.21089069135056,34.336801593870675],[-99.37707351219338,34.45857320079161],[-99.39825015675002,34.37649688170242],[-99.47506035904023,34.39588794923593],[-99.5802257294656,34.41689046282485],[-99.69508210672197,34.37832318723189],[-99.84331861861848,34.5061645742949],[-99.92335915651903,34.57454360191305],[-99.99765687555674,34.56057773609945],[-100.00052828498815,34.74643118115743],[-100.00052828498815,35.03133484375499],[-100.00052828498815,35.182703343227075],[-100.00052828498815,35.42232537166744],[-100.00052828498815,35.61908293503374],[-100.00052828498815,35.88045948522222],[-100.00052828498815,36.05562367144594],[-100.00411754677741,36.4996844894501],[-100.54609607695595,36.499308485370506],[-100.95419514239501,36.49963077458158],[-101.08520319770307,36.49925477050199],[-101.62431031845018,36.499523344844555],[-102.03276831006818,36.50054392734632],[-102.16234066066053,36.500329067872265],[-103.00258684552671,36.50038278274078],[-103.00222791934779,37.000092204525295],[-102.04245931689918,36.993538990566606],[-102.02810226974213,36.99310927161849],[-101.55539649209636,36.99531158122756],[-101.06689796257783,36.99788989491623],[-100.9459398402797,36.99842704360137],[-100.63331513843501,37.000092204525295],[-100.08954197736185,37.002187084397335],[-100.0026818420617,37.001649935712194],[-99.54110277596264,36.999608770708676],[-99.45603727155714,36.999447626103134],[-99.00020102432089,36.999447626103134],[-98.54472370326357,36.99874933281245],[-98.34731430485417,36.9981584692588],[-98.11185873147859,36.99810475439028],[-97.80246436524423,36.99869561794394],[-97.46220234762221,36.99869561794394],[-97.14778301488288,36.99901790715502],[-96.74973388245375,36.99896419228651],[-96.52540502062489,36.99869561794394],[-96.00065494703482,36.99885676254948],[-95.96440340296327,36.999071622023536],[-95.78673494439481,36.99928648149759],[-95.52256527670514,36.99928648149759],[-95.40770889944876,36.99928648149759],[-95.07354862686849,36.99955505584016]]]]}},{"type":"Feature","id":35,"properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[[-105.2207506312905,36.99515043662202],[-105.155067140547,36.99525786635905],[-104.00793907269895,36.99617101912378],[-103.08621664521651,37.00025334913084],[-103.00222791934779,37.000092204525295],[-103.00258684552671,36.50038278274078],[-103.0420687252086,36.50043649760929],[-103.04099194667181,36.05524766736635],[-103.04135087285074,35.73935052563629],[-103.04170979902966,35.622359542013086],[-103.04278657756645,35.18313306217519],[-103.04278657756645,34.95409286283205],[-103.04278657756645,34.74734433392217],[-103.04422228228215,34.312737332776464],[-103.04422228228215,34.30258522262734],[-103.04745261789249,33.82511375640756],[-103.05247758439745,33.570612709388854],[-103.05678469854456,33.388411875389814],[-103.06468107448094,32.959015216489945],[-103.06468107448094,32.52220590573517],[-103.06432214830201,32.08706175590432],[-103.06432214830201,32.00052710272848],[-103.32633825891813,32.00036595812294],[-103.72295168663156,32.0002048135174],[-103.98030175692162,32.00009738378037],[-104.02444967692955,32.00004366891186],[-104.8478263313862,32.00052710272848],[-104.91817586245573,32.00047338785997],[-105.99782580866568,32.00229969338944],[-106.37721077979064,32.00122539601916],[-106.61840917202905,32.000419672991455],[-106.63599655479642,31.86613250170678],[-106.52795977493965,31.783895038012048],[-107.29677965019953,31.783572748800964],[-108.20845214467201,31.783680178537992],[-108.20845214467201,31.33333472091772],[-109.0501340342539,31.332099278941904],[-109.04762155100143,32.42632486543791],[-109.0472626248225,32.7775663906501],[-109.0472626248225,33.20889678481646],[-109.0472626248225,33.778220676194955],[-109.04654477246464,34.57921679547376],[-109.04582692010679,34.959679209157486],[-109.04582692010679,36.00233852188019],[-109.04510906774894,36.999071622023536],[-108.37930100584087,36.99950134097165],[-107.4816266323465,36.99998477478827],[-107.4213270342869,36.99998477478827],[-106.47627440517428,36.99375385004066],[-106.00679896313883,36.99531158122756],[-105.71858124146111,36.9958487299127],[-105.2207506312905,36.99515043662202]]]]}},{"type":"Feature","id":47,"properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.11507846153832,36.642404895091445],[-87.0612395346994,36.64315690325064],[-86.76333080619067,36.648850679313114],[-86.56304999834985,36.63397166073477],[-86.41158315084301,36.65083812944812],[-86.2044827456026,36.63982658140278],[-85.97297536019522,36.628600173883385],[-85.78848730422716,36.62177838558212],[-85.43673964887951,36.61839434886575],[-85.29604058674045,36.62586071558917],[-85.27558179454165,36.626451579142824],[-84.97480165660151,36.61554746083451],[-84.78528863412849,36.603354185681866],[-84.77811011054997,36.60324675594484],[-84.26125641289627,36.59191291868841],[-84.22679949971936,36.59207406329395],[-84.01036701382688,36.59014032802745],[-83.93068540210527,36.587669444075814],[-83.6747710365309,36.60072215712468],[-83.47197774543761,36.597284405539796],[-82.98527384681371,36.593739224217884],[-82.83057666369652,36.593739224217884],[-82.60911921129907,36.59406151342897],[-82.29398202620189,36.59561924461587],[-82.2433734349733,36.59561924461587],[-82.1461044404843,36.59470609185113],[-81.82666014124,36.61420458912167],[-81.64683812559798,36.61184113490705],[-81.67734685080671,36.58815287789244],[-81.72831436821423,36.39118045505208],[-81.91782739068725,36.28686618039815],[-81.93254336402322,36.265487662729626],[-82.08042094974081,36.10326875981775],[-82.22219679041665,36.1569299134631],[-82.41673477939464,36.072651284764845],[-82.50538954558941,35.97762968236381],[-82.6109138421937,35.967423857346176],[-82.60301746625733,36.03983150010287],[-82.63711545325532,36.06572206672655],[-82.78571089133075,35.98864123040916],[-82.82124458304445,35.92192736371493],[-82.89841371151357,35.94507847204441],[-82.96158471900458,35.790970514278115],[-83.07859465333452,35.78957392769676],[-83.2551863333662,35.71619941730681],[-83.25410955482941,35.69589519700857],[-83.49817935649922,35.563004612305264],[-83.66292647262634,35.569181822184355],[-83.7720400310199,35.56150059598687],[-83.95293882519869,35.46057035804931],[-83.96083520113507,35.463793250160144],[-84.02149372537359,35.40411603124124],[-84.02903117513104,35.29206681552131],[-84.12665909579896,35.241198835038674],[-84.21387815727802,35.26628367863465],[-84.29248299046286,35.20666017458426],[-84.32191493713479,34.98841666381241],[-84.62161829653816,34.988255519206874],[-84.77595655347642,34.987879515127275],[-84.81220809754795,34.987610940784705],[-84.97982662310649,34.98766465565322],[-85.26553186153173,34.98503262709603],[-85.36459548691535,34.98331375130359],[-85.47406797148783,34.982991462092514],[-85.60507602679589,34.98460290814792],[-85.86386180180166,34.988255519206874],[-86.3100070422069,34.9911024072381],[-86.31862127050113,34.99115612210662],[-86.78378959838946,34.99196184513433],[-86.83547496815483,34.99190813026581],[-87.21091175131161,34.99899849290964],[-87.22419201993188,34.99937449698924],[-87.60752517902505,35.00345682699629],[-87.98475659307645,35.00592771094793],[-88.20011230043217,34.99556074132475],[-88.36306478566465,34.99539959671921],[-88.38065216843204,34.99556074132475],[-88.78659767679754,34.995184737245154],[-88.82284922086909,34.995184737245154],[-89.01738720984707,34.994916162902584],[-89.19828600402586,34.99448644395448],[-89.35262426096412,34.99384186553231],[-89.6444312444311,34.99523845211367],[-89.72447178233165,34.99475501829704],[-90.30916252780239,34.995614456193266],[-90.21297031185017,35.02601707177212],[-90.17133487509474,35.118728934827054],[-90.0665284308483,35.139838878153],[-90.07334802824789,35.22223748645328],[-90.15195286143272,35.25591670901147],[-90.07550158532145,35.38413410015408],[-90.1433386331385,35.43494836576819],[-90.06724628320615,35.460892647260394],[-90.0543249407648,35.38929072753141],[-90.04140359832346,35.396595949649296],[-90.03996789360775,35.54731987069921],[-89.90931876447863,35.53791976870929],[-89.95777379863367,35.587230018005016],[-89.85691554235541,35.63267279676775],[-89.95382561066548,35.73607391865694],[-89.82281755535742,35.75632442408667],[-89.70221835923822,35.83179381434866],[-89.74385379599366,35.90597404776631],[-89.64479017061004,35.90436260171089],[-89.70688439956426,36.001855088063564],[-89.67888815760801,36.084629700443436],[-89.59346372702359,36.12813874393967],[-89.6293563449162,36.18534507890694],[-89.69575768801755,36.252757238891846],[-89.53459983367969,36.25463725928983],[-89.6128457406856,36.31044700767574],[-89.54536761904748,36.33682100811605],[-89.53926587400574,36.49818047313171],[-89.48470909480896,36.49791189878914],[-89.41830775170762,36.499039911027936],[-89.34616358974345,36.503229670772015],[-88.83469378477365,36.50274623695539],[-88.82679740883727,36.502961096429445],[-88.81674747582734,36.50274623695539],[-88.51704411642397,36.501618224716594],[-88.48940680064666,36.50113479089997],[-88.05367041943028,36.497697039315085],[-88.07053994983981,36.67812528265317],[-87.69402638814626,36.63708712310857],[-87.6412642398441,36.638053990741824],[-87.33581806157792,36.64149174232671],[-87.11507846153832,36.642404895091445]]]]}},{"type":"Feature","id":37,"properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.90170737814724,36.56177887745213],[-80.83781851829838,36.559146848894954],[-80.61205395175381,36.55785769205062],[-80.44012831204817,36.55060618480125],[-80.05356481734468,36.54249523965565],[-80.02736320628307,36.54249523965565],[-79.71473850443836,36.54195809097051],[-79.51050950862937,36.54072264899469],[-79.47030977658963,36.5407763638632],[-79.34253205689191,36.54131351254834],[-79.21870252516239,36.54158208689091],[-79.13830306108292,36.54168951662794],[-78.79624641256628,36.541635801759426],[-78.73415218361204,36.54195809097051],[-78.45706117348104,36.54233409505011],[-78.32389956109942,36.54378439649999],[-78.04609069861056,36.544160400579585],[-77.89964881760868,36.544643834396204],[-77.76720505758492,36.545449557423915],[-77.29701176319162,36.54485869387026],[-77.16420907698894,36.546201565583104],[-76.91619108735094,36.54394554110553],[-76.91583216117202,36.55211020111963],[-76.54183108273094,36.55060618480125],[-76.49158141768127,36.55060618480125],[-76.31319510675496,36.550445040195704],[-76.12224637956623,36.55055246993273],[-76.0353862442661,36.55060618480125],[-75.99518651222637,36.411108671270725],[-75.88033013497,36.284073007235435],[-75.7981360399959,36.07216785094822],[-75.94960288750275,36.266937964179505],[-76.01672208296193,36.34305193286366],[-75.91119778635765,36.16477228426613],[-76.0174399353198,36.187225099304925],[-76.23100101178088,36.37168195778155],[-76.2177207431606,36.29755543923241],[-76.05943429825416,36.15139728200617],[-76.16531752103738,36.12405641393262],[-76.2862756433355,36.21676827698755],[-76.19295483681469,36.10611564784898],[-76.25253658251644,36.103053900343696],[-76.45461202125188,36.19936465958906],[-76.30493980463966,36.09392237269634],[-76.49014571296557,36.085381708602625],[-76.40938732270718,36.06787066146711],[-76.51347591459577,36.006850570835354],[-76.69150329934315,36.06717236817643],[-76.72129417219404,36.14935611700265],[-76.68001766161753,36.30034861239513],[-76.77549202521189,36.3637321572415],[-76.93772665808652,36.405361180339746],[-76.78410625350611,36.36045555026215],[-76.72308880308866,36.24384057071855],[-76.75539215919201,36.15139728200617],[-76.68360692340678,35.98944695343686],[-76.7029889370688,35.92343138003332],[-76.39897846351832,35.98257145026709],[-76.36739295977281,35.93154232517891],[-76.16926570900557,35.99444243620865],[-76.06051107679093,35.99014524672754],[-76.04256476784462,35.687461962651895],[-76.16208718542704,35.69578776727154],[-76.01313282117268,35.669145192488664],[-75.98657228393215,35.888892719578905],[-75.81141630861616,35.92445196253508],[-75.74896315348302,35.883467517859],[-75.73424718014704,35.62493785570175],[-75.85520530244516,35.58454427457932],[-75.88786758472745,35.63895743638387],[-75.88068906114891,35.57578875101156],[-76.03107913011898,35.41109896414804],[-76.1506015477014,35.33627415230822],[-76.25397228723214,35.34776913417019],[-76.3903642352241,35.42903973023167],[-76.46968692076678,35.37274654802914],[-76.58633792891779,35.509182314054364],[-76.49122249150236,35.501554802725394],[-76.49481175329161,35.57165270613599],[-76.63766437250423,35.51256635077074],[-76.57485229119214,35.389237012662896],[-76.97828531630518,35.4841511853269],[-77.08955243177229,35.55902971203523],[-77.09852558624544,35.55097248175815],[-76.96536397386383,35.43414264274049],[-76.62258947298933,35.34126963508001],[-76.61325739233725,35.27643578878377],[-76.50199027687013,35.31656079556363],[-76.49122249150236,35.220411180923804],[-76.65345712437698,35.16707231648954],[-76.54757390159376,35.148379542246715],[-76.59710571428558,35.07393073448649],[-76.80348826716812,34.96510441087739],[-76.94562303402289,35.044548701409404],[-76.93772665808652,35.08725202187793],[-77.0306885384284,35.13366166827391],[-77.13190572088558,35.071244991060794],[-77.11324155958141,35.07194328435148],[-77.04002061908048,35.09896186321395],[-76.89716799986786,34.95135340453784],[-76.68504262812249,34.89742367654992],[-76.67463376893363,34.970207323386205],[-76.42518007457993,35.00028764975397],[-76.46358517572503,34.942275591759],[-76.2765846365045,34.95951806455195],[-76.45030490710477,34.81626051022546],[-76.50952772662758,34.72403208098715],[-76.57485229119214,34.721722341641055],[-76.62187162063148,34.812124465349896],[-76.69509256113241,34.71667314400075],[-76.89286088572075,34.72532123783148],[-77.0992434386033,34.67413096813777],[-77.1555948486947,34.7652851000058],[-77.11288263340249,34.706735893325686],[-77.34259538791525,34.526361364856115],[-77.51811028941015,34.44073986444501],[-77.7395677418076,34.293238835505925],[-77.7176732448931,34.29447427748174],[-77.71408398310385,34.29103652589686],[-77.85944908556894,34.149981281179436],[-77.91867190509177,34.052273935352716],[-77.95779485859472,34.19268460164797],[-77.9549234491633,33.9743873760076],[-78.02168371844358,33.88796015256879],[-78.16058814968801,33.91401186379801],[-78.4251167435566,33.89875684114008],[-78.55899620829607,33.867172498453925],[-78.57084077220063,33.87657260044385],[-78.57478896016882,33.88022521150279],[-78.65088131010117,33.94479048345646],[-79.07118386562372,34.29920118591096],[-79.07261957033943,34.30054405762381],[-79.45020991056977,34.62100696317755],[-79.46169554829541,34.63035335029896],[-79.68746011483998,34.804819243232004],[-79.92722280236266,34.80664554876148],[-79.92937635943622,34.80664554876148],[-80.32024696828682,34.81400448574788],[-80.5639578437777,34.817495952201284],[-80.79761878625865,34.81975197667886],[-80.78218496056482,34.93427207635043],[-80.83925422301408,35.00055622409654],[-80.90565556611543,35.07575704001596],[-81.0409707355706,35.04487099062048],[-81.03307435963421,35.148110967904145],[-81.32811167871154,35.16341970543059],[-81.36651677985664,35.16481629201195],[-81.76815517407503,35.180447318749486],[-81.87439732303719,35.18409992980843],[-81.9691538342737,35.18726910705075],[-82.2160950453749,35.19602463061851],[-82.35356377190364,35.19076057350415],[-82.57573907665893,35.14494179066182],[-82.76381639441625,35.06823695842402],[-82.89697800679787,35.056258542745425],[-83.00860404844391,35.027735947564565],[-83.10802660000645,35.0007710835706],[-83.10838552618539,35.000609938965056],[-83.48274553080539,34.99330471684717],[-83.54950580008565,34.99255270868798],[-83.936787147147,34.98755722591619],[-84.0053420473219,34.98723493670511],[-84.13060728376715,34.98755722591619],[-84.32191493713479,34.98841666381241],[-84.29248299046286,35.20666017458426],[-84.21387815727802,35.26628367863465],[-84.12665909579896,35.241198835038674],[-84.02903117513104,35.29206681552131],[-84.02149372537359,35.40411603124124],[-83.96083520113507,35.463793250160144],[-83.95293882519869,35.46057035804931],[-83.7720400310199,35.56150059598687],[-83.66292647262634,35.569181822184355],[-83.49817935649922,35.563004612305264],[-83.25410955482941,35.69589519700857],[-83.2551863333662,35.71619941730681],[-83.07859465333452,35.78957392769676],[-82.96158471900458,35.790970514278115],[-82.89841371151357,35.94507847204441],[-82.82124458304445,35.92192736371493],[-82.78571089133075,35.98864123040916],[-82.63711545325532,36.06572206672655],[-82.60301746625733,36.03983150010287],[-82.6109138421937,35.967423857346176],[-82.50538954558941,35.97762968236381],[-82.41673477939464,36.072651284764845],[-82.22219679041665,36.1569299134631],[-82.08042094974081,36.10326875981775],[-81.93254336402322,36.265487662729626],[-81.91782739068725,36.28686618039815],[-81.72831436821423,36.39118045505208],[-81.67734685080671,36.58815287789244],[-81.35323651123637,36.57467044589546],[-80.90170737814724,36.56177887745213]]],[[[-75.77588261690248,36.231002717143724],[-75.82038946308933,36.290465076588575],[-75.89181577269564,36.55071361453827],[-75.86704986634972,36.55071361453827],[-75.77337013364999,36.23148615096035],[-75.56950006401992,35.862572434007106],[-75.7378364419363,36.041872665106396],[-75.77588261690248,36.231002717143724]]],[[[-76.01349174735161,36.55055246993273],[-75.92088879318865,36.55060618480125],[-75.96324208230195,36.550445040195704],[-75.98118839124825,36.55055246993273],[-76.01349174735161,36.55055246993273]]],[[[-75.75183456291442,35.19274802363917],[-75.5210450298649,35.26972143021954],[-75.46756502920489,35.57997851075564],[-75.48299885489871,35.67156236157179],[-75.46038650562636,35.592064356171264],[-75.53109496287482,35.221754052636655],[-75.75003993201979,35.18748396652481],[-75.75183456291442,35.19274802363917]]],[[[-77.93805391875378,33.93275835290935],[-77.936977140217,33.92835373369122],[-77.93805391875378,33.93275835290935],[-77.93805391875378,33.93275835290935]]],[[[-78.55145875853862,33.86024328041563],[-78.5579194297593,33.86572219700405],[-78.55145875853862,33.86024328041563],[-78.55145875853862,33.86024328041563]]]]}},{"type":"Feature","id":48,"properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[[-103.00258684552671,36.50038278274078],[-102.16234066066053,36.500329067872265],[-102.03276831006818,36.50054392734632],[-101.62431031845018,36.499523344844555],[-101.08520319770307,36.49925477050199],[-100.95419514239501,36.49963077458158],[-100.54609607695595,36.499308485370506],[-100.00411754677741,36.4996844894501],[-100.00052828498815,36.05562367144594],[-100.00052828498815,35.88045948522222],[-100.00052828498815,35.61908293503374],[-100.00052828498815,35.42232537166744],[-100.00052828498815,35.182703343227075],[-100.00052828498815,35.03133484375499],[-100.00052828498815,34.74643118115743],[-99.99765687555674,34.56057773609945],[-99.92335915651903,34.57454360191305],[-99.84331861861848,34.5061645742949],[-99.69508210672197,34.37832318723189],[-99.5802257294656,34.41689046282485],[-99.47506035904023,34.39588794923593],[-99.39825015675002,34.37649688170242],[-99.37707351219338,34.45857320079161],[-99.21089069135056,34.336801593870675],[-99.1882783420782,34.21390197471094],[-98.95246384252371,34.21245167326107],[-98.76546330330316,34.13639141944543],[-98.61004826782813,34.15707164382327],[-98.4862187360986,34.06285576444994],[-98.42340665478652,34.0828376955371],[-98.3641838352637,34.157125358691786],[-98.16928692010679,34.1142071787492],[-98.13770141636128,34.14321320774669],[-98.08278571098558,34.00231910763482],[-97.94567591063577,33.98980354327108],[-97.97833819291806,33.889893887835285],[-97.86958356070343,33.84917801750177],[-97.68796691416678,33.98717151471391],[-97.56162489918476,33.89999228311589],[-97.48409684453671,33.915569594984916],[-97.46220234762221,33.840315064196986],[-97.3728297290696,33.81941998034509],[-97.30965872157859,33.888712160727984],[-97.18654704220691,33.9015500143028],[-97.20449335115322,33.80115692505038],[-97.10722435666422,33.721121770964714],[-97.09537979275966,33.79406656240654],[-96.94498972378959,33.94903395806905],[-96.93493979077965,33.95429801518341],[-96.86889737385724,33.85497922330127],[-96.77270515790502,33.83413785431789],[-96.65497737121724,33.91379700432396],[-96.5885760281159,33.89494308547559],[-96.62805790779777,33.844504823941065],[-96.42454676434663,33.77671665987657],[-96.37932206580193,33.72579496452542],[-96.17904125796112,33.76076334392795],[-96.08930971322958,33.85734267751589],[-95.93568930864917,33.88769157822622],[-95.84667561627548,33.83993906011739],[-95.76017440715427,33.87377942728112],[-95.59937547899534,33.94086929805495],[-95.55163829719817,33.888819590465005],[-95.31151668349655,33.87813033163075],[-95.21927265551253,33.962408960329014],[-95.15574272184259,33.93657210857384],[-94.96981896115882,33.861639866996995],[-94.86178218130205,33.743735730609046],[-94.77743452925439,33.762965653537016],[-94.74620795168782,33.70285871567],[-94.48598647196634,33.637863724768216],[-94.3869228465827,33.54499071710774],[-94.15792794442781,33.58984263231682],[-94.04343049335036,33.552188509488595],[-94.04343049335036,33.271206032292554],[-94.04343049335036,33.01917586922548],[-94.04343049335036,32.88107494227633],[-94.04343049335036,32.69301918760927],[-94.04343049335036,32.39226963880012],[-94.0427126409925,32.19599550925045],[-94.01579317757304,31.979846878350642],[-93.87904230340217,31.844216835353123],[-93.79469465135452,31.7019798635284],[-93.83489438339424,31.586170607012498],[-93.71573089199076,31.51424639807243],[-93.68414538824526,31.30180409310008],[-93.60051558855545,31.17616501564614],[-93.55241948057935,31.185511402767553],[-93.50898941292928,31.02893256104963],[-93.55852122562109,30.868808538009787],[-93.6313832399431,30.677905895311497],[-93.73942001979988,30.54061069139005],[-93.69778458304445,30.44381649832806],[-93.74157357687344,30.402241190098326],[-93.76598055704042,30.343369694207126],[-93.70927022077008,30.244212046930524],[-93.72147371085357,30.05153681357128],[-93.85463532323519,29.864985075222613],[-93.92929196845184,29.802944402089096],[-93.83920149754137,29.69223805808201],[-94.01435747285734,29.679776208586794],[-94.35426056430043,29.56138863838223],[-94.37077116853104,29.55542628797719],[-94.76020607266594,29.39546340954289],[-94.56459130515117,29.530771163329327],[-94.46983479391466,29.557198878638147],[-94.54556821766808,29.571701893136893],[-94.73938835428822,29.52652768871673],[-94.69488150810137,29.75637361108757],[-94.80291828795815,29.793920304178766],[-94.87434459756446,29.670161247122813],[-94.92710674586661,29.681280224905183],[-95.0161204382403,29.711521695878492],[-95.07498433158419,29.826364084761142],[-95.10226272118258,29.76867431597725],[-94.98274030360017,29.677788758451783],[-95.01827399531386,29.54806735099079],[-94.90987828927815,29.49462105681949],[-94.95223157839145,29.466313321112683],[-94.8829588258587,29.37779121780183],[-94.90485332277319,29.300226947667802],[-94.94218164538151,29.31392423913884],[-95.05667909645896,29.200156147626465],[-95.14964097680084,29.18178566259472],[-95.23721896445883,28.990883019896433],[-95.4012482282281,28.86433078967776],[-95.50713145101132,28.825817228953316],[-95.6919784331583,28.728647031811725],[-95.78852957528945,28.746695227632387],[-95.93497145629132,28.696149536360835],[-95.96153199353186,28.625245909922533],[-95.70454084942071,28.720267512323566],[-96.33409736725723,28.437512444466563],[-96.04623857175844,28.584315180114963],[-95.97481226215213,28.656131959318003],[-96.1636074322673,28.605263978835374],[-96.32297065571052,28.64313296113765],[-96.39080770352757,28.67466358895529],[-96.42849495231482,28.70753708848578],[-96.43531454971442,28.607788577655526],[-96.54945307461294,28.641306655608176],[-96.57421898095885,28.70544220861374],[-96.65605414975401,28.72016008258654],[-96.65892555918542,28.719730363638426],[-96.6600023377222,28.72134180969384],[-96.65964341154327,28.70119873400114],[-96.61011159885146,28.596186166056526],[-96.39726837474824,28.44245421236984],[-96.64923455235441,28.322723770452427],[-96.78562650034637,28.44761083974717],[-96.85992421938408,28.414898484822224],[-96.79065146685133,28.319124874261995],[-96.79854784278771,28.275776975371304],[-96.79711213807201,28.2250164246257],[-96.80931562815549,28.220396945933505],[-96.84161898425884,28.188060595088157],[-96.95934677094664,28.123495323134485],[-97.0178517381116,28.202778469060956],[-97.24218059994047,28.06285123658233],[-97.15998650496637,28.048670511294667],[-97.18726489456476,27.974597707614045],[-97.18439348513336,27.970569092475504],[-97.02538918786905,28.113611787327933],[-97.02754274494261,28.033415488636727],[-97.13629737715725,27.904177514992362],[-97.13737415569402,27.902673498673973],[-97.14275804837791,27.89429397918581],[-97.19085415635402,27.822853204062366],[-97.27376610368597,27.881456125610995],[-97.4909164419363,27.839934532249774],[-97.38718677622664,27.840364251197887],[-97.33083536613523,27.71741091716964],[-97.25402516384503,27.69656954818626],[-97.32545147345134,27.560832075451714],[-97.4155419443618,27.320404323983638],[-97.50814489852476,27.274692970878338],[-97.46722731412719,27.405649820315148],[-97.61331026895013,27.318255729243084],[-97.73390946506933,27.416553938623466],[-97.66212422928409,27.288229117743832],[-97.77698060654048,27.283502209314612],[-97.64812610830597,27.276196987196727],[-97.54583214731201,27.229357621852635],[-97.42379724647711,27.2629294146738],[-97.44892207900195,27.11585810468283],[-97.47117550209536,27.01680788714326],[-97.55624100650087,26.974104566674733],[-97.5483446305645,26.824347513258065],[-97.47225228063215,26.75677420866762],[-97.4442560386759,26.599819362870093],[-97.42559187737174,26.51494987061818],[-97.4263097297296,26.441253071017158],[-97.44676852192839,26.41063559596425],[-97.3907760380159,26.410420736490195],[-97.29530167442154,26.19523897322364],[-97.31145335247322,26.123207334546542],[-97.20915939147926,26.063422685890608],[-97.24971804969792,25.966521063091587],[-97.37534221232208,25.907756996937415],[-97.37318865524853,25.839700258530343],[-97.52034838860826,25.8860024751893],[-97.70555429693417,26.037048685450294],[-97.86168718476705,26.07013704445484],[-98.19261712173699,26.053163146004458],[-98.38643725835712,26.15763856526393],[-98.44530115170102,26.224406146826666],[-98.58671806619793,26.25776308017378],[-98.67573175857163,26.240413177643802],[-98.80386840444827,26.36718026733653],[-99.11110921360908,26.426374052438817],[-99.09208612612599,26.476436309893742],[-99.16961418077405,26.571726486637342],[-99.26831887997875,26.843201432106433],[-99.44562841236828,27.02062164280774],[-99.42624639870627,27.17558903847025],[-99.45388371448358,27.265078009414356],[-99.50413337953324,27.339204527963496],[-99.47864962082949,27.479454049653206],[-99.59422385044371,27.63839634558574],[-99.71159271095257,27.65827084693587],[-99.8777755317954,27.79943352139032],[-99.93340908952895,27.981688070257874],[-99.98868372108359,27.992269899355108],[-100.08846519882506,28.14782815857127],[-100.21265365673352,28.196762403787403],[-100.29412989934977,28.284532498939065],[-100.40144882684869,28.58705463840917],[-100.49799996897984,28.659354851428837],[-100.54753178167165,28.826408092506966],[-100.65162037356023,28.94361393560423],[-100.66741312543299,29.08429317624205],[-100.77544990528978,29.174480440476835],[-100.79483191895179,29.241838885593225],[-101.0048037336236,29.36516822370107],[-101.06043729135716,29.45847095030966],[-101.26107702537689,29.537592951630586],[-101.30019997887985,29.64163865194195],[-101.45382038346025,29.78693737127196],[-101.53637340461327,29.758038772011503],[-101.76142011879999,29.781189880340982],[-102.11603918357905,29.792416287860377],[-102.32062710556697,29.879058370773247],[-102.38918200574187,29.761207949253823],[-102.51660079926067,29.784197912977756],[-102.66770872058859,29.745308348173715],[-102.80912563508551,29.52040419370615],[-102.87732160908148,29.354854968946405],[-102.88665368973356,29.209985968564503],[-102.9900244292643,29.183397108650137],[-103.15225906213892,28.972673679470233],[-103.43365718641705,29.04540361143801],[-103.5549742348941,29.158365979922674],[-103.71936242484229,29.182161666674318],[-103.79258336534323,29.262733969445122],[-103.97204645480632,29.29603718792372],[-104.08259571791558,29.34615316024716],[-104.26205880737868,29.513528690536376],[-104.33707437877425,29.51949104094141],[-104.51007679701667,29.643787246682503],[-104.67733639639627,29.91311359741104],[-104.68702740322728,30.179270770897258],[-104.85967089529076,30.390585063630816],[-104.87187438537426,30.51036922041674],[-104.97991116523103,30.62929393930645],[-105.21500781242769,30.805854712111532],[-105.39447090189077,30.858495283255124],[-105.5567055347654,30.989183558349367],[-105.60587842127829,31.085010883778107],[-105.77349694683681,31.16681862852473],[-105.86897131043118,31.288697665182696],[-105.99710795630783,31.387210734037133],[-106.21856540870527,31.479278018669902],[-106.38187682011669,31.73270476831833],[-106.52795977493965,31.783895038012048],[-106.63599655479642,31.86613250170678],[-106.61840917202905,32.000419672991455],[-106.37721077979064,32.00122539601916],[-105.99782580866568,32.00229969338944],[-104.91817586245573,32.00047338785997],[-104.8478263313862,32.00052710272848],[-104.02444967692955,32.00004366891186],[-103.98030175692162,32.00009738378037],[-103.72295168663156,32.0002048135174],[-103.32633825891813,32.00036595812294],[-103.06432214830201,32.00052710272848],[-103.06432214830201,32.08706175590432],[-103.06468107448094,32.52220590573517],[-103.06468107448094,32.959015216489945],[-103.05678469854456,33.388411875389814],[-103.05247758439745,33.570612709388854],[-103.04745261789249,33.82511375640756],[-103.04422228228215,34.30258522262734],[-103.04422228228215,34.312737332776464],[-103.04278657756645,34.74734433392217],[-103.04278657756645,34.95409286283205],[-103.04278657756645,35.18313306217519],[-103.04170979902966,35.622359542013086],[-103.04135087285074,35.73935052563629],[-103.04099194667181,36.05524766736635],[-103.0420687252086,36.50043649760929],[-103.00258684552671,36.50038278274078]]],[[[-94.97556178002165,29.67854076661098],[-94.97125466587453,29.680850505957075],[-94.97556178002165,29.67854076661098],[-94.97556178002165,29.67854076661098]]],[[[-94.73400446160433,29.337075347468314],[-94.79430405966393,29.284058772245125],[-95.11661976833963,29.091705828096963],[-94.85137332211319,29.298400642138333],[-94.73400446160433,29.337075347468314]]],[[[-96.83049227271214,28.109422027583854],[-96.79029254067241,28.188758888378835],[-96.70953415041402,28.195526961811584],[-96.5982670349469,28.28501593275569],[-96.40480582450569,28.348130903259484],[-96.84090113190099,28.08976238570778],[-96.83049227271214,28.109422027583854]]],[[[-97.05876932250919,27.869316565326862],[-97.06379428901415,27.850086642398896],[-97.05876932250919,27.869316565326862],[-97.05876932250919,27.869316565326862]]],[[[-96.87356341418328,28.070156458700215],[-96.99057334851321,27.92389087173695],[-96.9765752275351,28.002099720293145],[-96.87356341418328,28.070156458700215]]],[[[-97.36924046728033,26.896540296540707],[-97.39005818565805,27.154371665407275],[-97.37211187671174,27.243914351219892],[-97.36098516516503,27.277969577857682],[-97.3577548295547,27.372883750521687],[-97.24756449262436,27.581404870092527],[-97.22243966009952,27.576355672452223],[-97.34806382272369,27.27791586298917],[-97.3771368432167,27.101032800973],[-97.36924046728033,26.896540296540707]]],[[[-97.16788288090275,27.724232705470904],[-97.07851026235012,27.828439550387806],[-97.20162194172181,27.615084092650722],[-97.16788288090275,27.724232705470904]]],[[[-97.31719617133604,26.600249081818205],[-97.31288905718893,26.60019536694969],[-97.31719617133604,26.600249081818205],[-97.31719617133604,26.600249081818205]]],[[[-97.25510194238181,26.50700007007813],[-97.26371617067603,26.51387557324791],[-97.33155321849308,26.56007036016983],[-97.30750516450503,26.60019536694969],[-97.33370677556664,26.674966463920995],[-97.30642838596825,26.649720475719477],[-97.28776422466409,26.600356511555233],[-97.25510194238181,26.50700007007813]]],[[[-97.30642838596825,26.649720475719477],[-97.35703697719684,26.724545287559298],[-97.38036717882704,26.887086479682264],[-97.36924046728033,26.896540296540707],[-97.30642838596825,26.649720475719477]]],[[[-97.24218059994047,26.411495033860472],[-97.22925925749912,26.411495033860472],[-97.24218059994047,26.411495033860472],[-97.24218059994047,26.411495033860472]]]]}},{"type":"Feature","id":5,"properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.5847228366827,36.49887876642239],[-93.31516927630913,36.4981267582632],[-93.29650511500498,36.498234188000225],[-92.853949136389,36.49785818392063],[-92.77247289377276,36.49764332444657],[-92.52947987063973,36.49861019207982],[-92.15045382569369,36.49861019207982],[-92.12030402666389,36.49887876642239],[-91.67236415536402,36.49946962997604],[-91.44982992442979,36.49764332444657],[-91.4074766353165,36.49705246089292],[-91.1264374372173,36.497697039315085],[-90.78473971487958,36.498502762342795],[-90.57620360492346,36.49855647721131],[-90.22086668778655,36.49785818392063],[-90.15518319704306,36.497965613657655],[-90.07944977328964,36.40025826783093],[-90.0640159475958,36.30303435582083],[-90.19035796257782,36.201298394855556],[-90.37771742797729,35.99562416331595],[-90.28906266178252,35.99637617147515],[-89.95920950334937,35.999115629769356],[-89.70688439956426,36.001855088063564],[-89.64479017061004,35.90436260171089],[-89.74385379599366,35.90597404776631],[-89.70221835923822,35.83179381434866],[-89.82281755535742,35.75632442408667],[-89.95382561066548,35.73607391865694],[-89.85691554235541,35.63267279676775],[-89.95777379863367,35.587230018005016],[-89.90931876447863,35.53791976870929],[-90.03996789360775,35.54731987069921],[-90.04140359832346,35.396595949649296],[-90.0543249407648,35.38929072753141],[-90.06724628320615,35.460892647260394],[-90.1433386331385,35.43494836576819],[-90.07550158532145,35.38413410015408],[-90.15195286143272,35.25591670901147],[-90.07334802824789,35.22223748645328],[-90.0665284308483,35.139838878153],[-90.17133487509474,35.118728934827054],[-90.21297031185017,35.02601707177212],[-90.30916252780239,34.995614456193266],[-90.24240225852212,34.925999986599294],[-90.30413756129742,34.85987698345872],[-90.40786722700709,34.83296583433328],[-90.48467742929729,34.86320730530659],[-90.45309192555179,34.74664604063149],[-90.56758937662924,34.723280072827954],[-90.46637219417205,34.673701249189655],[-90.58302320232306,34.64168718755539],[-90.56938400752387,34.52480363366921],[-90.57620360492346,34.41441957887321],[-90.75458991584978,34.36811736221426],[-90.74095072105058,34.30650640802885],[-90.84611609147595,34.21395568957946],[-90.93692441474428,34.23528049237946],[-90.82565729927717,34.141977765770875],[-90.95594750222736,34.12006209941721],[-90.95522964986951,34.118826657441396],[-90.88882830676818,34.029713690576884],[-91.08982696696683,33.96251639006604],[-91.02342562386549,33.762965653537016],[-91.13218025608012,33.7834310184408],[-91.11782320892307,33.705329599621635],[-91.21939931755918,33.66149826691432],[-91.13433381315367,33.59360267311279],[-91.23088495528482,33.56137375200447],[-91.21473327723314,33.529037401159115],[-91.23590992178978,33.439172426135414],[-91.13218025608012,33.47865285449311],[-91.14115341055327,33.29838575576057],[-91.08731448371435,33.140302897724254],[-91.20109408243394,33.10818140635296],[-91.12033569217556,33.055325975735315],[-91.16627824307811,33.01133349842246],[-91.16591931689918,33.00402827630457],[-91.2635472375671,33.00504885880633],[-91.4361907296306,33.0060694413081],[-91.46023878361865,33.00590829670256],[-92.06897758307744,33.00816432118014],[-92.7250946381545,33.014287816190716],[-92.98854645348632,33.01740327856452],[-93.23871800019786,33.01794042724966],[-93.49068417780404,33.01842386106629],[-93.52083397683384,33.01853129080331],[-93.80474458436444,33.019283298962506],[-93.81515344355331,33.01933701383102],[-94.04343049335036,33.01917586922548],[-94.04343049335036,33.271206032292554],[-94.04343049335036,33.552188509488595],[-94.15792794442781,33.58984263231682],[-94.3869228465827,33.54499071710774],[-94.48598647196634,33.637863724768216],[-94.47737224367211,33.94092301292346],[-94.47019372009359,34.18978399874821],[-94.46157949179936,34.507453731139236],[-94.45440096822084,34.728973848890426],[-94.44794029700016,34.93394978713935],[-94.43250647130634,35.3807500634377],[-94.43142969276956,35.397133098334436],[-94.47270620334606,35.638527717435764],[-94.49316499554486,35.75917131211791],[-94.55202888888876,36.102248177315985],[-94.56315560043546,36.16192539623489],[-94.61807130581117,36.49936220023901],[-94.07716955416942,36.49871762181685],[-93.86683881331868,36.49871762181685],[-93.5847228366827,36.49887876642239]]]]}},{"type":"Feature","id":45,"properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.87439732303719,35.18409992980843],[-81.76815517407503,35.180447318749486],[-81.36651677985664,35.16481629201195],[-81.32811167871154,35.16341970543059],[-81.03307435963421,35.148110967904145],[-81.0409707355706,35.04487099062048],[-80.90565556611543,35.07575704001596],[-80.83925422301408,35.00055622409654],[-80.78218496056482,34.93427207635043],[-80.79761878625865,34.81975197667886],[-80.5639578437777,34.817495952201284],[-80.32024696828682,34.81400448574788],[-79.92937635943622,34.80664554876148],[-79.92722280236266,34.80664554876148],[-79.68746011483998,34.804819243232004],[-79.46169554829541,34.63035335029896],[-79.45020991056977,34.62100696317755],[-79.07261957033943,34.30054405762381],[-79.07118386562372,34.29920118591096],[-78.65088131010117,33.94479048345646],[-78.57478896016882,33.88022521150279],[-78.56725151041137,33.85487179356424],[-78.8131159429758,33.74341344139797],[-79.00298789162775,33.572063010838725],[-79.147635141735,33.377883761161094],[-79.18065635019622,33.250955526862825],[-79.27469500907486,33.311760758020526],[-79.19178306174292,33.17102780251419],[-79.26787541167528,33.139336030091],[-79.4024727287726,33.18263021411318],[-79.2750539352538,33.125316449408885],[-79.42293152097137,33.01649012579979],[-79.57080910668897,33.013374663425985],[-79.75816857208844,32.84820144274584],[-79.8604625330824,32.76757542510652],[-79.90784078870065,32.78583848040124],[-79.79693259941246,32.93457495131614],[-79.92506924528911,32.82940123876598],[-79.95127085635072,32.9100272564053],[-79.93296562122548,32.75441528232062],[-79.87733206349192,32.750064377971],[-79.99111166221152,32.61771094195283],[-80.2498974372173,32.53074656982888],[-80.34429502227488,32.497013632402165],[-80.41966951984938,32.604335939692874],[-80.41213207009193,32.50764917636791],[-80.57472562914549,32.56533894515181],[-80.56288106524093,32.50238511925355],[-80.75526549714536,32.54621645196087],[-80.81161690723677,32.493307306474705],[-80.83458818268804,32.57210701858455],[-80.83171677325663,32.45941322444246],[-80.83566496122482,32.41499102818149],[-80.83028106854093,32.41015669001524],[-80.83745959211946,32.40027315420869],[-80.85899516285502,32.379270640619765],[-80.76531543015528,32.29359542534014],[-80.83171677325663,32.153238473913405],[-80.94729100287087,32.129711361504334],[-80.96236590238576,32.074599906409105],[-81.11706308550295,32.1175718012202],[-81.14434147510133,32.22629069509227],[-81.12854872322858,32.33823248107517],[-81.28109234927221,32.556314847241474],[-81.38912912912899,32.595419271519575],[-81.40492188100174,32.74496146546218],[-81.54167275517261,33.04565729940282],[-81.6141758433157,33.09528983790963],[-81.74446604626591,33.142129203253724],[-81.75702846252833,33.19815381111369],[-81.85214389994375,33.247517775277935],[-81.94438792792779,33.371975125624566],[-81.92895410223396,33.46474070354802],[-82.01258390192376,33.53209914866441],[-82.02837665379651,33.54493700223922],[-82.11523678909666,33.59661070574957],[-82.23224672342658,33.69340489881156],[-82.34674417450404,33.83548072603074],[-82.56461236511223,33.95574831663329],[-82.59476216414203,34.0138678043653],[-82.74084511896498,34.20874534733361],[-82.77422525360511,34.289425079841436],[-82.86431572451559,34.457445188552825],[-82.98922203478189,34.48199288346366],[-83.05167518991504,34.49370272479968],[-83.10371948585934,34.53645976013672],[-83.33809828069815,34.687129966318125],[-83.35245532785518,34.71613599531561],[-83.2429828432827,34.87771031980533],[-83.12704968748955,34.93856926583154],[-83.10802660000645,35.0007710835706],[-83.00860404844391,35.027735947564565],[-82.89697800679787,35.056258542745425],[-82.76381639441625,35.06823695842402],[-82.57573907665893,35.14494179066182],[-82.35356377190364,35.19076057350415],[-82.2160950453749,35.19602463061851],[-81.9691538342737,35.18726910705075],[-81.87439732303719,35.18409992980843]]],[[[-78.5579194297593,33.86572219700405],[-78.55145875853862,33.86024328041563],[-78.5579194297593,33.86572219700405],[-78.5579194297593,33.86572219700405]]],[[[-78.57084077220063,33.87657260044385],[-78.55899620829607,33.867172498453925],[-78.57084077220063,33.87657260044385],[-78.57084077220063,33.87657260044385]]],[[[-79.29658950598936,33.14562066970713],[-79.26931111639098,33.13143994441947],[-79.29658950598936,33.14562066970713],[-79.29658950598936,33.14562066970713]]],[[[-80.72511569811556,32.27082032109027],[-80.66984106656092,32.21570886599504],[-80.81161690723677,32.1102128642338],[-80.72511569811556,32.27082032109027]]],[[[-80.6529715361514,32.49867879332609],[-80.55821502491489,32.49051413331199],[-80.45771569481555,32.40854524395982],[-80.56323999141985,32.355474953868125],[-80.62318066330052,32.25878819054316],[-80.67307140217126,32.36406933283034],[-80.6529715361514,32.49867879332609]]],[[[-80.74413878559865,32.537675787867165],[-80.6831213351812,32.5207556042853],[-80.6666107309506,32.29751661074166],[-80.76603328251315,32.374651161927574],[-80.80982227634213,32.47697798644649],[-80.74413878559865,32.537675787867165]]]]}},{"type":"Feature","id":1,"properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.0978183394382,34.892213334304074],[-88.20011230043217,34.99556074132475],[-87.98475659307645,35.00592771094793],[-87.60752517902505,35.00345682699629],[-87.22419201993188,34.99937449698924],[-87.21091175131161,34.99899849290964],[-86.83547496815483,34.99190813026581],[-86.78378959838946,34.99196184513433],[-86.31862127050113,34.99115612210662],[-86.3100070422069,34.9911024072381],[-85.86386180180166,34.988255519206874],[-85.60507602679589,34.98460290814792],[-85.58318152988139,34.86030670240683],[-85.53400864336851,34.623853851208786],[-85.52718904596891,34.5886706123322],[-85.51390877734863,34.52421277011556],[-85.46222340758327,34.28636333233615],[-85.42202367554354,34.080796530533576],[-85.39869347391334,33.964074121252935],[-85.38648998382985,33.901764873776855],[-85.33839387585374,33.653118747426156],[-85.30429588885575,33.48289632910571],[-85.29388702966689,33.42810716322156],[-85.2364588410387,33.129506209152964],[-85.23286957924944,33.108073976615934],[-85.18405561891548,32.870493113179094],[-85.13524165858152,32.74646548178057],[-85.08104380556367,32.608042265620334],[-85.00100326766312,32.510442349530635],[-84.9719302471701,32.377712909432866],[-85.00638716034702,32.32824151553159],[-84.88794152130139,32.262440801602104],[-84.92311628683615,32.23085645891595],[-85.06166179190166,32.13164509677083],[-85.05591897303883,32.062997494810105],[-85.06812246312232,31.991717864292205],[-85.14062555126542,31.857967841692673],[-85.14098447744433,31.78045728642716],[-85.12734528264514,31.76267766494907],[-85.04551011384997,31.51714700097218],[-85.08750447678433,31.308679596269855],[-85.10078474540461,31.16504603786377],[-85.02864058344045,31.07561078178818],[-85.00243897237884,31.00062482534282],[-85.48842501864488,30.997079644020907],[-85.49811602547588,30.996918499415365],[-86.03506958914944,30.99326588835642],[-86.18725428901415,30.994017896515615],[-86.38861187539173,30.994179041121157],[-86.6883152347951,30.99450133033224],[-86.78594315546302,30.99697221428388],[-87.16353349569336,30.999013379287405],[-87.59891095073081,30.9974556481005],[-87.63480356862343,30.865907935110037],[-87.52963819819806,30.74268602673922],[-87.4068854450053,30.675112722148775],[-87.43272812988799,30.484317509187516],[-87.3903748407747,30.446233667411185],[-87.55978799722786,30.271982633952195],[-87.83831471207458,30.227130718743116],[-87.9689638412037,30.234597085466543],[-87.74678853644839,30.288473098585953],[-87.90686961224948,30.41035213524392],[-87.90220357192344,30.542329567182495],[-87.93809618981605,30.715076584323093],[-88.01921350625337,30.74499576608532],[-88.02029028479015,30.76766344059817],[-88.00198504966491,30.78689336352614],[-88.10356115830102,30.500807973821274],[-88.10715042009028,30.37758606545046],[-88.39608599412585,30.3870398823089],[-88.41259659835646,30.735541949226878],[-88.4255179407978,30.99826137112821],[-88.43197861201847,31.114285487118167],[-88.44956599478586,31.435768975173666],[-88.46428196812182,31.69784381865283],[-88.47361404877391,31.893849373859936],[-88.43126075966062,32.22763356680512],[-88.42156975282961,32.30863558852403],[-88.38890747054734,32.57812308385811],[-88.34798988614975,32.92904231985921],[-88.3404524363923,32.99119042272976],[-88.30455981849968,33.28828736047996],[-88.2747689456488,33.53392545419388],[-88.24892626076613,33.744917457716355],[-88.20729082401068,34.05834371549478],[-88.20370156222143,34.08654402146456],[-88.17355176319163,34.32106313739611],[-88.15632330660317,34.463192679483804],[-88.13981270237257,34.581741394293914],[-88.0978183394382,34.892213334304074]]],[[[-87.51851148665135,30.279449000675623],[-87.51851148665135,30.283907334762276],[-87.51851148665135,30.279449000675623],[-87.51851148665135,30.279449000675623]]]]}},{"type":"Feature","id":13,"properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.33809828069815,34.687129966318125],[-83.10371948585934,34.53645976013672],[-83.05167518991504,34.49370272479968],[-82.98922203478189,34.48199288346366],[-82.86431572451559,34.457445188552825],[-82.77422525360511,34.289425079841436],[-82.74084511896498,34.20874534733361],[-82.59476216414203,34.0138678043653],[-82.56461236511223,33.95574831663329],[-82.34674417450404,33.83548072603074],[-82.23224672342658,33.69340489881156],[-82.11523678909666,33.59661070574957],[-82.02837665379651,33.54493700223922],[-82.01258390192376,33.53209914866441],[-81.92895410223396,33.46474070354802],[-81.94438792792779,33.371975125624566],[-81.85214389994375,33.247517775277935],[-81.75702846252833,33.19815381111369],[-81.74446604626591,33.142129203253724],[-81.6141758433157,33.09528983790963],[-81.54167275517261,33.04565729940282],[-81.40492188100174,32.74496146546218],[-81.38912912912899,32.595419271519575],[-81.28109234927221,32.556314847241474],[-81.12854872322858,32.33823248107517],[-81.14434147510133,32.22629069509227],[-81.11706308550295,32.1175718012202],[-81.04204751410738,32.07938052970684],[-81.01333341979328,31.961422678450383],[-80.93472858660844,31.909534115465988],[-80.99143892287879,31.858290130903757],[-81.14864858924845,31.93440409958791],[-81.23227838893825,31.89127106017127],[-81.14326469656456,31.85318721839494],[-81.16121100551086,31.727709285546542],[-81.31985637659623,31.80957074516168],[-81.22402308682295,31.73474593332186],[-81.2096660396659,31.67737845374905],[-81.35180080652067,31.654119915682543],[-81.22294630828617,31.627423626031153],[-81.19818040194026,31.576125926600405],[-81.3317009405008,31.547334757076975],[-81.33672590700577,31.362663039126293],[-81.28575838959824,31.32296775129454],[-81.47598926442913,31.33913592671722],[-81.47455355971341,31.33639646842301],[-81.4454805392204,31.32930610577918],[-81.38984698148684,31.283970756753476],[-81.46306792198779,31.17670216433128],[-81.43758416328403,31.03709722106374],[-81.55423517143502,31.08017654561186],[-81.44440376068363,30.94701738656598],[-81.5018319493118,30.728290441977506],[-81.60663839355826,30.717386323669192],[-81.9049060482459,30.82830752715033],[-82.0362730297329,30.754771872154844],[-82.04955329835316,30.655238220798644],[-82.00540537834524,30.56349322537696],[-82.04991222453208,30.362277327924005],[-82.17015249447236,30.358893291207636],[-82.20855759561745,30.41378988682881],[-82.2146593406592,30.56848870814875],[-82.4188883364682,30.581756280671677],[-82.45980592086578,30.584227164623314],[-82.58399437877424,30.5915323867412],[-82.6891597491996,30.597602166883263],[-83.13674069432055,30.623976167323576],[-83.30938418638405,30.634396851815264],[-83.34096969012955,30.636330587081765],[-83.35712136818123,30.637297454715014],[-83.61160002903989,30.65126332052862],[-83.74368486288472,30.658514827777992],[-84.00749560439546,30.672104689512],[-84.08358795432781,30.675811015439457],[-84.28243305745292,30.685211117429382],[-84.38077883047869,30.68999174072712],[-84.8635345411344,30.711585117869696],[-84.86461131967118,30.711585117869696],[-85.00243897237884,31.00062482534282],[-85.02864058344045,31.07561078178818],[-85.10078474540461,31.16504603786377],[-85.08750447678433,31.308679596269855],[-85.04551011384997,31.51714700097218],[-85.12734528264514,31.76267766494907],[-85.14098447744433,31.78045728642716],[-85.14062555126542,31.857967841692673],[-85.06812246312232,31.991717864292205],[-85.05591897303883,32.062997494810105],[-85.06166179190166,32.13164509677083],[-84.92311628683615,32.23085645891595],[-84.88794152130139,32.262440801602104],[-85.00638716034702,32.32824151553159],[-84.9719302471701,32.377712909432866],[-85.00100326766312,32.510442349530635],[-85.08104380556367,32.608042265620334],[-85.13524165858152,32.74646548178057],[-85.18405561891548,32.870493113179094],[-85.23286957924944,33.108073976615934],[-85.2364588410387,33.129506209152964],[-85.29388702966689,33.42810716322156],[-85.30429588885575,33.48289632910571],[-85.33839387585374,33.653118747426156],[-85.38648998382985,33.901764873776855],[-85.39869347391334,33.964074121252935],[-85.42202367554354,34.080796530533576],[-85.46222340758327,34.28636333233615],[-85.51390877734863,34.52421277011556],[-85.52718904596891,34.5886706123322],[-85.53400864336851,34.623853851208786],[-85.58318152988139,34.86030670240683],[-85.60507602679589,34.98460290814792],[-85.47406797148783,34.982991462092514],[-85.36459548691535,34.98331375130359],[-85.26553186153173,34.98503262709603],[-84.97982662310649,34.98766465565322],[-84.81220809754795,34.987610940784705],[-84.77595655347642,34.987879515127275],[-84.62161829653816,34.988255519206874],[-84.32191493713479,34.98841666381241],[-84.13060728376715,34.98755722591619],[-84.0053420473219,34.98723493670511],[-83.936787147147,34.98755722591619],[-83.54950580008565,34.99255270868798],[-83.48274553080539,34.99330471684717],[-83.10838552618539,35.000609938965056],[-83.10802660000645,35.0007710835706],[-83.12704968748955,34.93856926583154],[-83.2429828432827,34.87771031980533],[-83.35245532785518,34.71613599531561],[-83.33809828069815,34.687129966318125]]],[[[-81.12352375672361,31.8507163344433],[-81.0370225476024,31.81746683083322],[-81.13070228030215,31.722660087906238],[-81.17520912648898,31.815962814514826],[-81.12352375672361,31.8507163344433]]],[[[-81.00651382239369,32.067616973502304],[-80.92431972741959,32.00734889102974],[-81.000053151173,31.955299183439802],[-81.00651382239369,32.067616973502304]]],[[[-81.13106120648106,31.695695223912278],[-81.17879838827825,31.557164578015012],[-81.19243758307745,31.665990901624106],[-81.13106120648106,31.695695223912278]]],[[[-81.33349557139543,31.306745861003357],[-81.32631704781691,31.307712728636606],[-81.29078335610322,31.216504881900057],[-81.39164161238148,31.13351541004613],[-81.43076456588443,31.20221672687537],[-81.38625771969758,31.312869356013938],[-81.33349557139543,31.306745861003357]]],[[[-81.19818040194026,31.536914072585283],[-81.27750308748294,31.378562640206397],[-81.32775275253262,31.47729056853489],[-81.19818040194026,31.536914072585283]]],[[[-81.40922899514885,30.933481239700484],[-81.48209100947086,30.73414536264552],[-81.5111640299639,30.88148524697906],[-81.40922899514885,30.933481239700484]]]]}},{"type":"Feature","id":28,"properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.82284922086909,34.995184737245154],[-88.78659767679754,34.995184737245154],[-88.38065216843204,34.99556074132475],[-88.36306478566465,34.99539959671921],[-88.20011230043217,34.99556074132475],[-88.0978183394382,34.892213334304074],[-88.13981270237257,34.581741394293914],[-88.15632330660317,34.463192679483804],[-88.17355176319163,34.32106313739611],[-88.20370156222143,34.08654402146456],[-88.20729082401068,34.05834371549478],[-88.24892626076613,33.744917457716355],[-88.2747689456488,33.53392545419388],[-88.30455981849968,33.28828736047996],[-88.3404524363923,32.99119042272976],[-88.34798988614975,32.92904231985921],[-88.38890747054734,32.57812308385811],[-88.42156975282961,32.30863558852403],[-88.43126075966062,32.22763356680512],[-88.47361404877391,31.893849373859936],[-88.46428196812182,31.69784381865283],[-88.44956599478586,31.435768975173666],[-88.43197861201847,31.114285487118167],[-88.4255179407978,30.99826137112821],[-88.41259659835646,30.735541949226878],[-88.39608599412585,30.3870398823089],[-88.47971579381566,30.318445995216692],[-88.54360465366452,30.386610163360793],[-88.750346132726,30.34895604053257],[-88.88350774510761,30.426950029614705],[-89.29017110583096,30.30313725769024],[-89.34077969705956,30.372805442152725],[-89.32857620697607,30.302976113084696],[-89.52347312213298,30.17857247760658],[-89.61751178101164,30.22723814848014],[-89.69001486915474,30.459286380460053],[-89.81528010559997,30.58599975528427],[-89.84219956901943,30.666464628318046],[-89.7280610441209,31.00228998626675],[-89.83573889779876,31.002021411924183],[-90.25963071511057,31.00062482534282],[-90.34720870276857,31.000356251000248],[-90.5478484367883,30.999711672578083],[-90.56723045045031,30.999711672578083],[-90.82601622545609,30.99933566849849],[-91.06003609411596,30.998905949550377],[-91.17632817608803,30.99906709415592],[-91.63683046365033,30.999389383367003],[-91.56396844932831,31.066801543351907],[-91.62606267828254,31.116863800806833],[-91.58945220803207,31.19115146396151],[-91.65477677259663,31.250184104458253],[-91.51551341517327,31.278169550953976],[-91.57832549648536,31.405205214989277],[-91.5047456298055,31.36497277847239],[-91.51120630102616,31.532563168235658],[-91.41214267564254,31.564684659606954],[-91.49469569679556,31.644988388035188],[-91.40137489027475,31.620279548518806],[-91.37948039336025,31.73431621437375],[-91.31774509058495,31.749786096505744],[-91.3457413325412,31.843840831273525],[-91.24811341187328,31.86983882763424],[-91.18853166617153,31.96136896358187],[-91.07582884598871,32.01680270788818],[-91.03060414744401,32.11434890910937],[-91.03096307362294,32.120526118988465],[-91.05321649671636,32.12423244491592],[-91.16591931689918,32.13449198480207],[-91.12392495396482,32.211035672434335],[-91.0029668316667,32.22301408811292],[-90.9125174345773,32.33946792305099],[-91.0044025363824,32.361491019141674],[-90.97999555621541,32.447810812843464],[-91.08982696696683,32.45441774167067],[-91.07080387948375,32.562223482778],[-91.04352548988535,32.576243063460126],[-91.15012656502643,32.64494438028936],[-91.05752361086347,32.72127320844757],[-91.13899985347972,32.7349704999186],[-91.14115341055327,32.835095014828454],[-91.07475206745193,32.88526470202041],[-91.09700549054536,32.986409799432025],[-91.17704602844589,32.90030486520429],[-91.16591931689918,33.00402827630457],[-91.16627824307811,33.01133349842246],[-91.12033569217556,33.055325975735315],[-91.20109408243394,33.10818140635296],[-91.08731448371435,33.140302897724254],[-91.14115341055327,33.29838575576057],[-91.13218025608012,33.47865285449311],[-91.23590992178978,33.439172426135414],[-91.21473327723314,33.529037401159115],[-91.23088495528482,33.56137375200447],[-91.13433381315367,33.59360267311279],[-91.21939931755918,33.66149826691432],[-91.11782320892307,33.705329599621635],[-91.13218025608012,33.7834310184408],[-91.02342562386549,33.762965653537016],[-91.08982696696683,33.96251639006604],[-90.88882830676818,34.029713690576884],[-90.95522964986951,34.118826657441396],[-90.95594750222736,34.12006209941721],[-90.82565729927717,34.141977765770875],[-90.93692441474428,34.23528049237946],[-90.84611609147595,34.21395568957946],[-90.74095072105058,34.30650640802885],[-90.75458991584978,34.36811736221426],[-90.57620360492346,34.41441957887321],[-90.56938400752387,34.52480363366921],[-90.58302320232306,34.64168718755539],[-90.46637219417205,34.673701249189655],[-90.56758937662924,34.723280072827954],[-90.45309192555179,34.74664604063149],[-90.48467742929729,34.86320730530659],[-90.40786722700709,34.83296583433328],[-90.30413756129742,34.85987698345872],[-90.24240225852212,34.925999986599294],[-90.30916252780239,34.995614456193266],[-89.72447178233165,34.99475501829704],[-89.6444312444311,34.99523845211367],[-89.35262426096412,34.99384186553231],[-89.19828600402586,34.99448644395448],[-89.01738720984707,34.994916162902584],[-88.82284922086909,34.995184737245154]]]]}},{"type":"Feature","id":22,"properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.0427126409925,32.19599550925045],[-94.04343049335036,32.39226963880012],[-94.04343049335036,32.69301918760927],[-94.04343049335036,32.88107494227633],[-94.04343049335036,33.01917586922548],[-93.81515344355331,33.01933701383102],[-93.80474458436444,33.019283298962506],[-93.52083397683384,33.01853129080331],[-93.49068417780404,33.01842386106629],[-93.23871800019786,33.01794042724966],[-92.98854645348632,33.01740327856452],[-92.7250946381545,33.014287816190716],[-92.06897758307744,33.00816432118014],[-91.46023878361865,33.00590829670256],[-91.4361907296306,33.0060694413081],[-91.2635472375671,33.00504885880633],[-91.16591931689918,33.00402827630457],[-91.17704602844589,32.90030486520429],[-91.09700549054536,32.986409799432025],[-91.07475206745193,32.88526470202041],[-91.14115341055327,32.835095014828454],[-91.13899985347972,32.7349704999186],[-91.05752361086347,32.72127320844757],[-91.15012656502643,32.64494438028936],[-91.04352548988535,32.576243063460126],[-91.07080387948375,32.562223482778],[-91.08982696696683,32.45441774167067],[-90.97999555621541,32.447810812843464],[-91.0044025363824,32.361491019141674],[-90.9125174345773,32.33946792305099],[-91.0029668316667,32.22301408811292],[-91.12392495396482,32.211035672434335],[-91.16591931689918,32.13449198480207],[-91.05321649671636,32.12423244491592],[-91.03096307362294,32.120526118988465],[-91.03060414744401,32.11434890910937],[-91.07582884598871,32.01680270788818],[-91.18853166617153,31.96136896358187],[-91.24811341187328,31.86983882763424],[-91.3457413325412,31.843840831273525],[-91.31774509058495,31.749786096505744],[-91.37948039336025,31.73431621437375],[-91.40137489027475,31.620279548518806],[-91.49469569679556,31.644988388035188],[-91.41214267564254,31.564684659606954],[-91.51120630102616,31.532563168235658],[-91.5047456298055,31.36497277847239],[-91.57832549648536,31.405205214989277],[-91.51551341517327,31.278169550953976],[-91.65477677259663,31.250184104458253],[-91.58945220803207,31.19115146396151],[-91.62606267828254,31.116863800806833],[-91.56396844932831,31.066801543351907],[-91.63683046365033,30.999389383367003],[-91.17632817608803,30.99906709415592],[-91.06003609411596,30.998905949550377],[-90.82601622545609,30.99933566849849],[-90.56723045045031,30.999711672578083],[-90.5478484367883,30.999711672578083],[-90.34720870276857,31.000356251000248],[-90.25963071511057,31.00062482534282],[-89.83573889779876,31.002021411924183],[-89.7280610441209,31.00228998626675],[-89.84219956901943,30.666464628318046],[-89.81528010559997,30.58599975528427],[-89.69001486915474,30.459286380460053],[-89.61751178101164,30.22723814848014],[-89.52347312213298,30.17857247760658],[-89.6250492307691,30.15488422059196],[-89.72877889647876,30.061742638588914],[-89.85942802560788,30.002709998092172],[-89.7951802395801,29.93202123112792],[-89.7280610441209,29.958126657225662],[-89.70544869484856,29.87336459471078],[-89.60566721710708,29.871215999970225],[-89.57910667986654,29.992450458206022],[-89.44522721512708,30.06045348174458],[-89.42333271821258,29.938144726138503],[-89.40251499983486,29.900705462784337],[-89.32391016665002,29.869389694440752],[-89.4140006375605,29.824484064363155],[-89.34903499917486,29.788441387590353],[-89.47035204765191,29.80896046736265],[-89.44450936276922,29.75051869041956],[-89.65232762036749,29.75051869041956],[-89.54608547140533,29.65275762972432],[-89.55721218295204,29.66011656671072],[-89.56331392799379,29.65947198828855],[-89.6415598349997,29.65066274985228],[-89.64694372768359,29.624933327834135],[-89.73846990330976,29.608066859120783],[-89.66560788898775,29.508855496975666],[-89.53567661221648,29.44488108857565],[-89.57551741807728,29.40309092087186],[-89.38528654324641,29.390736501113672],[-89.25068922614909,29.300119517930774],[-89.2000806349205,29.344810288534312],[-89.08953137181123,29.181463373383636],[-89.10783660693647,29.091974402439533],[-89.19936278256264,29.02848342785614],[-89.26073915915902,29.059638051594185],[-89.42117916113902,28.92905720623697],[-89.2700712398111,29.13285141737859],[-89.319244126324,29.216431752786168],[-89.45132896016882,29.184095401940816],[-89.49942506814493,29.324828357447153],[-89.60853862653849,29.388373046899062],[-89.79194990396977,29.38450557636606],[-89.81348547470533,29.417056786685464],[-89.87091366333352,29.4477816914754],[-89.9775147384746,29.459545247679934],[-90.12539232419219,29.549786226783233],[-90.11390668646655,29.650985039063364],[-90.1734884321683,29.6832676750402],[-90.16200279444266,29.572131612085002],[-90.22660950664937,29.519437326072897],[-90.04678749100735,29.430002069997308],[-90.0514535313334,29.324291208762013],[-90.0830390350789,29.299367509771578],[-90.06365702141689,29.206870506190697],[-90.08878185394171,29.166691784542323],[-90.22086668778655,29.086280626377064],[-90.26501460779447,29.139619490811334],[-90.35725863577849,29.30941219018367],[-90.40930293172279,29.22062151253025],[-90.40930293172279,29.234587378343853],[-90.40930293172279,29.240173724669297],[-90.4039190390389,29.257201337988192],[-90.39961192489179,29.26176710181187],[-90.5876892426491,29.31231279308342],[-90.58015179289166,29.24151659638214],[-90.60994266574252,29.210308257775587],[-90.6382978338777,29.223146111350403],[-90.71008306966293,29.13107882671763],[-90.8371429370028,29.136450313569014],[-90.9441029383228,29.1642746154592],[-90.80950562122548,29.235500531108592],[-90.92831018645005,29.27895585973631],[-90.95845998547985,29.337773640758996],[-91.05178079200066,29.188661165764497],[-91.13576951786938,29.23297593228844],[-91.13038562518548,29.337881070496024],[-91.25924012341999,29.445257092655247],[-91.21509220341207,29.587440349611455],[-91.31523260733248,29.48763812391269],[-91.4074766353165,29.553546267579208],[-91.54961140217127,29.51975961528398],[-91.55212388542375,29.632023690477965],[-91.62570375210362,29.627565356391315],[-91.63324120186107,29.742568889879507],[-91.85649328515315,29.737788266581774],[-91.82777919083905,29.828996113318322],[-91.97206751476737,29.833561877142003],[-91.98427100485087,29.794457452863902],[-92.16696442992429,29.700886151912748],[-92.10235771771758,29.700080428885038],[-92.10989516747503,29.616124089397864],[-92.3001260423059,29.532436324253254],[-92.61777571065558,29.580081412625056],[-92.94619316437303,29.70367932507547],[-93.17698269742256,29.77050062150672],[-93.48565921129908,29.768728030845764],[-93.74480391248377,29.735209952893108],[-93.83920149754137,29.69223805808201],[-93.92929196845184,29.802944402089096],[-93.85463532323519,29.864985075222613],[-93.72147371085357,30.05153681357128],[-93.70927022077008,30.244212046930524],[-93.76598055704042,30.343369694207126],[-93.74157357687344,30.402241190098326],[-93.69778458304445,30.44381649832806],[-93.73942001979988,30.54061069139005],[-93.6313832399431,30.677905895311497],[-93.55852122562109,30.868808538009787],[-93.50898941292928,31.02893256104963],[-93.55241948057935,31.185511402767553],[-93.60051558855545,31.17616501564614],[-93.68414538824526,31.30180409310008],[-93.71573089199076,31.51424639807243],[-93.83489438339424,31.586170607012498],[-93.79469465135452,31.7019798635284],[-93.87904230340217,31.844216835353123],[-94.01579317757304,31.979846878350642],[-94.0427126409925,32.19599550925045]]],[[[-89.50193755139742,29.633688851401896],[-89.5058857393656,29.635891161010967],[-89.52347312213298,29.65103875393188],[-89.50193755139742,29.633688851401896]],[[-89.53711231693218,29.660062851842206],[-89.52347312213298,29.65103875393188],[-89.53711231693218,29.660062851842206],[-89.53711231693218,29.660062851842206]],[[-89.50193755139742,29.633688851401896],[-89.53711231693218,29.660062851842206],[-89.50193755139742,29.633688851401896],[-89.50193755139742,29.633688851401896]]],[[[-91.89453946011932,29.63401114061298],[-91.71256388740375,29.553546267579208],[-91.84644335214321,29.47947346389858],[-92.02734214632201,29.567297273918754],[-91.89453946011932,29.63401114061298]]],[[[-90.40930293172279,29.21009339830153],[-90.40930293172279,29.202895605920673],[-90.40930293172279,29.21009339830153],[-90.40930293172279,29.21009339830153]]],[[[-89.712986144606,29.377468928590744],[-89.6731453387452,29.307371025180146],[-89.81599795795782,29.314568817561003],[-89.712986144606,29.377468928590744]]],[[[-91.23626884796872,29.36892826449704],[-91.16053542421528,29.3188122921736],[-91.19858159918147,29.221104946346873],[-91.30841300993288,29.30532986017662],[-91.23626884796872,29.36892826449704]]]]}},{"type":"Feature","id":12,"properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.38077883047869,30.68999174072712],[-84.28243305745292,30.685211117429382],[-84.08358795432781,30.675811015439457],[-84.00749560439546,30.672104689512],[-83.74368486288472,30.658514827777992],[-83.61160002903989,30.65126332052862],[-83.35712136818123,30.637297454715014],[-83.34096969012955,30.636330587081765],[-83.30938418638405,30.634396851815264],[-83.13674069432055,30.623976167323576],[-82.6891597491996,30.597602166883263],[-82.58399437877424,30.5915323867412],[-82.45980592086578,30.584227164623314],[-82.4188883364682,30.581756280671677],[-82.2146593406592,30.56848870814875],[-82.20855759561745,30.41378988682881],[-82.17015249447236,30.358893291207636],[-82.04991222453208,30.362277327924005],[-82.00540537834524,30.56349322537696],[-82.04955329835316,30.655238220798644],[-82.0362730297329,30.754771872154844],[-81.9049060482459,30.82830752715033],[-81.60663839355826,30.717386323669192],[-81.42789315645301,30.70084214416692],[-81.4400966465365,30.51654643029584],[-81.49573020427006,30.56628639853968],[-81.60161342705328,30.56048519274018],[-81.46270899580885,30.523153359123043],[-81.45445369369355,30.416851634334098],[-81.62960966900953,30.395204542323008],[-81.6292507428306,30.318499710085206],[-81.72436618024604,30.266987151180405],[-81.69134497178483,30.19119547170734],[-81.7663605431804,30.117767246448878],[-81.69062711942698,30.118787828950644],[-81.71252161634148,30.040417835788908],[-81.61202228624215,29.963390714340022],[-81.6059205412004,29.839524227547038],[-81.5563887285086,29.772917790589844],[-81.65186309210296,29.67606988265934],[-81.69457530739517,29.439670746329803],[-81.66837369633356,29.371667722791244],[-81.64181315909302,29.27691469473278],[-81.55531194997181,29.190809760505054],[-81.5291103389102,29.29952865437712],[-81.57397611127597,29.348624044198797],[-81.67842362934348,29.434084400004362],[-81.68021826023812,29.586419767109692],[-81.59192242022228,29.610860032283504],[-81.62458470250456,29.70051014783315],[-81.52516215094201,29.759327928855836],[-81.58869208461195,29.88969391473899],[-81.55315839289825,29.96715075513599],[-81.66873262251248,30.05739173423929],[-81.5894099369698,30.12582447672596],[-81.65617020625007,30.131142248708834],[-81.62350792396778,30.232931924542612],[-81.66406658218644,30.2805232980459],[-81.6098687291686,30.389457051392025],[-81.44081449889435,30.355455539622746],[-81.4304056397055,30.25216184747058],[-81.30478147708133,29.906614098320862],[-81.31160107448093,29.848602040325886],[-81.21899812031798,29.670590966070925],[-81.22402308682295,29.670590966070925],[-81.24699436227422,29.65914969907747],[-81.10844885720871,29.4268866076235],[-81.08296509850496,29.34964462670056],[-80.78792777942763,28.791117423893358],[-80.64040911988899,28.660858867747226],[-80.73947274527261,28.79117113876187],[-80.73265314787301,28.79117113876187],[-80.57580240768226,28.58743064248877],[-80.5241170379169,28.45599035923533],[-80.58405770979756,28.411084729157736],[-80.58836482394469,28.575989375495315],[-80.69173556347542,28.380144964893752],[-80.71757824835811,28.38557016661365],[-80.7215264363263,28.589901526440407],[-80.78397959145946,28.622399021891297],[-80.72906388608375,28.703293613873182],[-80.83566496122482,28.79117113876187],[-80.84966308220294,28.791117423893358],[-80.79510630300616,28.552945696902864],[-80.65727865029851,28.192894933254404],[-80.49217260799247,27.863837648738446],[-80.49971005774992,27.834509330529876],[-80.37731623073608,27.658217132067357],[-80.35613958617945,27.557179464392775],[-80.23302790680776,27.262983129542313],[-80.28507220275206,27.231613646330217],[-80.285431128931,27.20959055023953],[-80.15083381183368,27.12627878917452],[-80.08586817344803,26.970666815089842],[-80.10848052272038,26.97077424482687],[-80.11171085833072,26.970827959695384],[-80.12499112695099,26.970935389432412],[-80.13288750288736,26.970935389432412],[-80.07079327393313,26.94316480241074],[-80.04997555555542,26.558781203325502],[-80.07474146190133,26.32103919528312],[-80.11888938190924,25.97516915692232],[-80.12427327459314,25.900129485608446],[-80.18923891297877,25.758644521942916],[-80.29871139755126,25.62666709000434],[-80.34070576048562,25.469765959075332],[-80.3116327399926,25.370124877982107],[-80.42971945285932,25.235730276960407],[-80.43546227172213,25.23578399182892],[-80.48894227238213,25.212525453762417],[-80.48786549384535,25.20838940888685],[-80.55929180345166,25.240672044863683],[-80.69855516087502,25.161872332753838],[-80.85827731049717,25.176536491858123],[-80.90063059961047,25.139741806926125],[-81.08440080322066,25.11621469451705],[-81.17197879087865,25.2217644111468],[-81.13536832062817,25.34294515451409],[-81.06932590370576,25.254745340414317],[-80.96308375474362,25.202588203087352],[-80.90350200904187,25.25200588212011],[-80.9917978490577,25.34713491425817],[-81.11706308550295,25.35503099992971],[-81.21002496584482,25.507205222429498],[-81.27750308748294,25.690856357878417],[-81.19351436161422,25.723085278986737],[-81.26888885918872,25.769763499725286],[-81.29832080586067,25.696872423151966],[-81.34390443058429,25.80338900741497],[-81.50936939906926,25.90367466693036],[-81.59120456786442,25.893307697307186],[-81.73298040854027,25.99724596788152],[-81.80153530871517,26.09473845423419],[-81.84532430254416,26.330331867536017],[-81.86865450417436,26.463168737370815],[-82.03878551298537,26.529023166168816],[-82.08329235917222,26.678672789848456],[-82.05924430518417,26.770364070401627],[-82.09693155397142,26.912386182752293],[-81.98781799557786,26.967819927058606],[-82.11990282942268,26.968088501401176],[-82.15364189024174,26.924901747116024],[-82.25521799887785,27.005796339097913],[-82.25521799887785,26.99881340619111],[-82.1845095416294,26.936611588452053],[-82.14861692373678,26.797221504658562],[-82.30187840213826,26.846692898559837],[-82.35356377190364,26.945957975573464],[-82.44473102135088,27.05838319537299],[-82.56604806982793,27.38910564081288],[-82.68987760155746,27.477520314386705],[-82.60373531861518,27.5170007427444],[-82.55240887502873,27.645379278492545],[-82.38479034947021,27.82016746063667],[-82.49031464607451,27.91889538896516],[-82.47272726330712,27.822960633799394],[-82.53553934461921,27.839504813301666],[-82.52871974721961,27.936030432021084],[-82.64860109098095,28.018214180847302],[-82.71966847440834,27.935600713072972],[-82.59691572121558,27.86399879334399],[-82.63819223179209,27.705110212279966],[-82.7412040451439,27.751466143807434],[-82.84888189882176,27.862387347288575],[-82.79576082434069,27.989423011323872],[-82.78535196515183,28.172590712956165],[-82.67193129261115,28.43348382932802],[-82.63316726528713,28.694430660568393],[-82.68664726594713,28.73186992392256],[-82.68880082302069,28.90875298593873],[-82.75448431376418,28.997919667671752],[-82.75592001847988,28.99641565135336],[-82.75197183051169,29.059906625936755],[-82.83416592548579,29.154874513469274],[-83.0606483443882,29.177649617719155],[-83.1073087476486,29.32547293586932],[-83.17227438603425,29.330038699693],[-83.23580431970419,29.43376211079328],[-83.40378177144163,29.541943855980207],[-83.39050150282137,29.671396689098632],[-83.5337130482129,29.721673806027614],[-83.63528915684901,29.88174411419894],[-83.78065425931412,29.986165818589903],[-83.99206177870164,30.095099571936025],[-84.07605050457036,30.098644753257943],[-84.36103789063775,30.0636226589869],[-84.35816648120634,29.970373647246824],[-84.44969265683253,29.973327965015088],[-84.35385936705923,29.902907772393405],[-84.53368138270125,29.910965002670487],[-84.90301642081629,29.735048808287566],[-85.04838152328138,29.779471004548533],[-85.04874044946031,29.777805843624606],[-84.9938247440846,29.714798302857837],[-85.21779467973454,29.694064363611485],[-85.3118333386132,29.68885402136564],[-85.30070662706649,29.79864721260799],[-85.3886435409034,29.926058880722884],[-85.68727012176998,30.120614134480114],[-85.62230448338434,30.12528732804082],[-85.50816595848582,30.03434805564684],[-85.39115602415589,30.030212010771272],[-85.39115602415589,30.036765224729965],[-85.48340005213991,30.034294340778327],[-85.52395871035857,30.123246163037294],[-85.59538501996488,30.1166929490786],[-85.73357159885146,30.18593141459298],[-85.73608408210394,30.124535319881627],[-85.99630556182542,30.269189460789473],[-86.39722610368597,30.379036366900337],[-86.39686717750703,30.39815886009127],[-86.1043423416822,30.390961067710414],[-86.25724489390475,30.4865735336651],[-86.39471362043348,30.454022323345697],[-86.45429536613523,30.51128237318148],[-86.60145509949496,30.401542896807648],[-86.79922342408328,30.406216090368353],[-87.17681376431362,30.35051377171947],[-86.93812785532772,30.45310917058096],[-87.01924517176504,30.5047828740913],[-87.068059132099,30.448221117546197],[-87.15779067683054,30.579822545405175],[-87.17932624756611,30.54447816192305],[-87.17322450252436,30.43285866515123],[-87.26726316140302,30.344712565919973],[-87.46216007655994,30.30974418651744],[-87.42375497541484,30.40245604957238],[-87.34012517572503,30.43076378527919],[-87.43272812988799,30.484317509187516],[-87.4068854450053,30.675112722148775],[-87.52963819819806,30.74268602673922],[-87.63480356862343,30.865907935110037],[-87.59891095073081,30.9974556481005],[-87.16353349569336,30.999013379287405],[-86.78594315546302,30.99697221428388],[-86.6883152347951,30.99450133033224],[-86.38861187539173,30.994179041121157],[-86.18725428901415,30.994017896515615],[-86.03506958914944,30.99326588835642],[-85.49811602547588,30.996918499415365],[-85.48842501864488,30.997079644020907],[-85.00243897237884,31.00062482534282],[-84.86461131967118,30.711585117869696],[-84.8635345411344,30.711585117869696],[-84.38077883047869,30.68999174072712]]],[[[-87.51851148665135,30.279449000675623],[-87.51851148665135,30.283907334762276],[-87.51851148665135,30.279449000675623],[-87.51851148665135,30.279449000675623]]],[[[-86.80030020262006,30.38687873770336],[-86.91982262020248,30.371247710965825],[-86.91982262020248,30.374739177419226],[-86.79994127644113,30.392411369160286],[-86.80030020262006,30.38687873770336]]],[[[-81.42861100881088,30.25221556233909],[-81.42932886116873,30.39579540587666],[-81.38015597465584,30.25291385562977],[-81.30262792000778,29.94910255931533],[-81.42861100881088,30.25221556233909]]],[[[-81.10665422631409,29.4268866076235],[-81.21720348942335,29.67064468093944],[-81.21253744909731,29.67064468093944],[-81.10162925980912,29.42699403736053],[-81.10665422631409,29.4268866076235]]],[[[-85.11406501402487,29.688585447023073],[-85.09755440979427,29.63342027705933],[-85.22246072006058,29.678648196348007],[-85.11406501402487,29.688585447023073]]],[[[-82.84780512028497,28.171677560191426],[-82.84457478467465,28.17173127505994],[-82.84780512028497,28.171677560191426],[-82.84780512028497,28.171677560191426]]],[[[-80.3320915321914,27.5572868941298],[-80.32096482064468,27.557394323866827],[-80.3320915321914,27.5572868941298],[-80.3320915321914,27.5572868941298]]],[[[-82.64178149358135,27.389750219235044],[-82.63783330561317,27.38969650436653],[-82.64178149358135,27.389750219235044],[-82.64178149358135,27.389750219235044]]],[[[-80.2100566313565,27.263036844410827],[-80.20000669834656,27.262983129542313],[-80.2100566313565,27.263036844410827],[-80.2100566313565,27.263036844410827]]],[[[-82.37330471174457,26.946011690441978],[-82.37079222849209,26.94606540531049],[-82.37330471174457,26.946011690441978],[-82.37330471174457,26.946011690441978]]],[[[-80.08191998547984,26.970451955615786],[-80.08048428076414,26.970451955615786],[-80.08191998547984,26.970451955615786],[-80.08191998547984,26.970451955615786]]],[[[-82.27208752928739,26.789486563592565],[-82.2681393413192,26.78954027846108],[-82.27208752928739,26.789486563592565],[-82.27208752928739,26.789486563592565]]],[[[-82.15687222585208,26.705476509236874],[-82.05744967428953,26.497116534271576],[-82.09370121836108,26.488951874257474],[-82.15687222585208,26.705476509236874]]],[[[-81.43399490149476,25.80322786280943],[-81.42932886116873,25.803281577677943],[-81.43399490149476,25.80322786280943],[-81.43399490149476,25.80322786280943]]],[[[-80.2664080414479,25.348424071102503],[-80.41033743919729,25.11121921174526],[-80.54026871596858,25.002983751689815],[-80.35255032439018,25.203931074800195],[-80.2664080414479,25.348424071102503]]]]}},{"type":"Feature","id":15,"properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[[-157.0120036194435,21.182567443509438],[-156.91401677259665,21.167903284405153],[-156.71122348150337,21.148780791214215],[-156.8748938190937,21.04677625590638],[-157.06333006302995,21.10102827310539],[-157.3106302003101,21.10161913665904],[-157.25284308550297,21.224142751739173],[-157.0120036194435,21.182567443509438]]],[[[-155.85015957825948,20.267964377323803],[-155.5859899105698,20.119550195619983],[-155.45605863379853,20.098601396899575],[-155.2805437323036,20.018995961762023],[-155.0816986291785,19.847269527123185],[-155.0906717836517,19.735274026271767],[-155.0034527221726,19.73597231956245],[-154.98335285615275,19.642615878085344],[-154.8071201023,19.519931118399672],[-154.97689218493207,19.34702295665353],[-155.13123044187034,19.273218727315474],[-155.29310614856604,19.263281476640408],[-155.5106154129953,19.129209164829792],[-155.65562158928148,18.92197720210329],[-155.88066830346818,19.036067582826742],[-155.9179966260765,19.116747315334575],[-155.88569326997316,19.343316630726072],[-155.9904997142196,19.635471800573],[-156.06120817146805,19.727646514942798],[-155.93773756591744,19.849256977258197],[-155.82359904101892,20.02839606375195],[-155.89107716265704,20.123739955364066],[-155.8986146124145,20.231867985682484],[-155.85015957825948,20.267964377323803]]],[[[-159.39599129987118,22.227267921235665],[-159.31307935253923,22.183651448002404],[-159.33102566148557,21.961379322092018],[-159.44444633402622,21.868721173905595],[-159.63539506121495,21.91475481622198],[-159.75742996204986,21.978675509753483],[-159.78255479457468,22.06596217108852],[-159.72225519651508,22.15013337004975],[-159.58227398673387,22.223078161491586],[-159.39599129987118,22.227267921235665]]],[[[-160.0818992277991,21.99672370557414],[-160.07292607332596,21.900412946328778],[-160.15655587301578,21.863725691133805],[-160.20178057156045,21.777620756906074],[-160.22905896115884,21.88252589511366],[-160.0818992277991,21.99672370557414]]],[[[-156.98293059895047,20.92806639649073],[-156.89463475893464,20.91232794001617],[-156.80705677127668,20.807046797728987],[-156.83684764412754,20.760852010807056],[-156.9624718067517,20.73222198588917],[-157.05543368709357,20.910877638566294],[-156.98293059895047,20.92806639649073]]],[[[-156.56944764082755,20.60271543790223],[-156.55329596277585,20.535786711733948],[-156.67927905157893,20.503557790625628],[-156.67640764214752,20.555446353610026],[-156.56944764082755,20.60271543790223]]],[[[-156.6017509969309,21.031306373774385],[-156.47935716991705,20.898147214728507],[-156.32250642972633,20.9465443112595],[-156.22810884466872,20.927582962674105],[-156.1125346150545,20.82471898947005],[-156.00090857340845,20.792436353493212],[-155.98798723096712,20.708748588348605],[-156.04613327195315,20.65395942246446],[-156.30168871134862,20.583163225763183],[-156.4416699211298,20.60534746645941],[-156.46141086097074,20.778309343074067],[-156.62579905091894,20.811451416947122],[-156.6871754275153,20.88267733259651],[-156.66599878295867,21.005899240967327],[-156.6017509969309,21.031306373774385]]],[[[-157.98074537636526,21.71047717126374],[-157.83430349536337,21.526181457392656],[-157.84076416658405,21.46070303267425],[-157.76395396429385,21.46183104491304],[-157.6508922179321,21.29896756357899],[-157.79553946803935,21.256801391795605],[-157.89316738870727,21.33296907534827],[-158.10098564630553,21.295100093045995],[-158.27829517869506,21.575491706688386],[-158.12180336468325,21.584623234335744],[-157.98074537636526,21.71047717126374]]]]}},{"type":"Feature","id":2,"properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[[178.69918897996925,51.64276536140582],[178.99279059433084,51.58029496932419],[179.02545287661312,51.53162929845063],[179.28208509454535,51.38987576044253],[179.05955086361112,51.45492446621282],[178.93356777480804,51.54672317650302],[178.61807166353194,51.63981104363756],[178.69918897996925,51.64276536140582]]],[[[-178.80671905619894,51.836622321872376],[-178.77082643830633,51.74836879290409],[-178.8716846945846,51.781618296514175],[-178.80671905619894,51.836622321872376]]],[[[-176.28167338745328,51.86390947507742],[-176.2902876157475,51.74170814920837],[-176.4001190264989,51.737786963806855],[-176.42416708048697,51.85064190255449],[-176.28167338745328,51.86390947507742]]],[[[-176.18476331914323,51.883300542610925],[-176.03042506220496,51.84414240346432],[-176.09359606969596,51.79193155126883],[-176.21706667524657,51.8127192053837],[-176.18476331914323,51.883300542610925]]],[[[-175.99201996105987,51.91219914187138],[-175.9640237191036,51.84623728333636],[-176.11549056661048,51.88652343472176],[-175.99201996105987,51.91219914187138]]],[[[-178.09102025542015,51.91939693425225],[-177.9639603880803,51.917892917933855],[-177.92411958221948,51.85676539756508],[-177.6502589076988,51.81755354354995],[-177.82003099033088,51.78677492389151],[-177.85018078936068,51.682192074895],[-178.00200656304645,51.63798473810809],[-178.1093254905454,51.70743806309652],[-177.95068011946003,51.76566498056555],[-178.21556763950753,51.857785980066836],[-178.09102025542015,51.91939693425225]]],[[[-177.20698507672498,51.709908947048156],[-177.27266856746846,51.677787455676864],[-177.39111420651412,51.73354348919426],[-177.697996089496,51.71313183915899],[-177.29707554763544,51.78102743296052],[-177.2059082981882,51.82061529105524],[-177.2001654793254,51.92482213597214],[-177.04654507474498,51.897910986846696],[-177.12873916971907,51.833829148709654],[-177.12084279378269,51.73853897196605],[-177.20698507672498,51.709908947048156]]],[[[178.47844937992963,51.98756110239634],[178.59007542157568,51.94544864548147],[178.50249743391768,51.89962986263914],[178.47844937992963,51.98756110239634]]],[[[-176.58029996831988,52.00324584400239],[-176.62444788832778,51.83350685949857],[-176.42632063756054,51.83630003266129],[-176.46652036960026,51.729246299713154],[-176.6890546005345,51.69207561070155],[-176.7780682929082,51.632129817440074],[-176.8319072197471,51.724250816941364],[-176.93097084513073,51.59291796342495],[-176.9840919196118,51.65635522313983],[-176.8606213140612,51.74423274802852],[-176.91122990528982,51.80761629287488],[-176.7052062785862,51.78854751455246],[-176.81073057519046,51.92702444558121],[-176.58029996831988,52.00324584400239]]],[[[179.6471130185133,52.02623580772633],[179.76699436227463,51.97386381092531],[179.64962550176577,51.873685581146944],[179.52184778206802,51.89678297460791],[179.48236590238614,51.98283419396712],[179.6471130185133,52.02623580772633]]],[[[-176.13451365409355,52.11255560142811],[-176.0049413035012,52.06727396727092],[-176.05878023034012,52.00544815361146],[-176.18655795003784,51.9993783734694],[-176.13451365409355,52.11255560142811]]],[[[177.6116426578229,52.13253753251527],[177.659738765799,52.07001342556513],[177.55206091212116,51.98449935489105],[177.55313769065796,51.91230657160841],[177.35178010428038,51.907472233442164],[177.31193929841956,51.82598677790663],[177.20067218295245,51.89398980144519],[177.37367460119484,51.977892426063846],[177.48027567633594,51.98444564002254],[177.6116426578229,52.13253753251527]]],[[[-173.51937751443742,52.15214345952283],[-173.55096301818293,52.11760479906842],[-173.35283576741566,52.08542959282861],[-173.1737316041315,52.10911784984323],[-172.9587348229547,52.09423883126489],[-173.45154046662037,52.048527478159585],[-173.68950852324843,52.073666036624076],[-173.8316432901032,52.04073882222507],[-174.01505456753446,52.100738330355064],[-173.89122503580492,52.141131911477494],[-173.80400597432586,52.10213491693642],[-173.51937751443742,52.15214345952283]]],[[[-172.4293187090386,52.3870922944025],[-172.30261776787768,52.330154533777794],[-172.4142438095237,52.27724538829163],[-172.6087817985017,52.25301998259188],[-172.57791414711406,52.34916959723171],[-172.4293187090386,52.3870922944025]]],[[[-174.14534477048466,52.418085773535],[-173.98562262086253,52.31758525454555],[-174.06027926607916,52.22557168478129],[-174.1963122878922,52.195330213807985],[-174.0907879912879,52.13914446134248],[-174.3940806124805,52.09413140152786],[-174.73649618717607,52.007328174009444],[-174.88545055143044,52.04304856157117],[-175.22212330726322,52.00652245098174],[-174.84955793353782,52.1032092143067],[-174.61123095073086,52.110621866161615],[-174.33952383328372,52.18517810365886],[-174.23435846285835,52.27144418249214],[-174.35890584694573,52.31420121782918],[-174.27025108075097,52.40213245758638],[-174.14534477048466,52.418085773535]]],[[[173.74672556314582,52.512892516461974],[173.7259078447681,52.35722682750879],[173.6164353601956,52.39670725586648],[173.35657280665308,52.405140490223154],[173.60315509157536,52.50193468328515],[173.74672556314582,52.512892516461974]]],[[[-170.6630429825429,52.69831624257185],[-170.56290257862247,52.67398340713507],[-170.60382016302006,52.601736908983916],[-170.78866714516704,52.54023338453553],[-170.81809909183897,52.63627556943833],[-170.6630429825429,52.69831624257185]]],[[[-169.7624971996171,52.89109890566812],[-169.67384243342232,52.81965813054468],[-169.73414203148192,52.7759879424429],[-169.9900563970563,52.85629167087114],[-169.7624971996171,52.89109890566812]]],[[[172.83254058542084,53.001106956384525],[173.10676018612045,52.993210870712986],[173.26325200013227,52.864832334964845],[173.42943482097505,52.852209340864086],[173.17531508629534,52.79118925023233],[173.06153548757575,52.832818273330574],[172.9064793782796,52.74612247554919],[172.7377840741843,52.792961840893284],[172.79700689370716,52.88255824157442],[172.61180098538122,52.86451004575376],[172.63943830115855,52.92574499585957],[172.4452592383595,52.921931240195086],[172.64338648912675,53.00497442691753],[172.83254058542084,53.001106956384525]]],[[[-169.0852034999834,52.833086847673144],[-168.75965745569735,53.08146439968127],[-168.79375544269533,53.160532686133685],[-168.6042424202223,53.27789967383649],[-168.33648349074338,53.28149857002692],[-168.4341114114113,53.32608191089343],[-168.40467946473936,53.422983533692445],[-168.22485744909736,53.53121899374789],[-168.00447677523667,53.56602622854488],[-167.78624965844955,53.51392280608643],[-167.84260106854097,53.38651113797153],[-168.2707999999999,53.24282386469694],[-168.45672376068364,53.05664813042787],[-169.0852034999834,52.833086847673144]]],[[[-166.09786091278082,53.84400067310415],[-166.23820104874093,53.711486092480435],[-166.3085505798105,53.78749263142756],[-166.09786091278082,53.84400067310415]]],[[[-166.65778575190564,54.01373965760797],[-166.58133447579436,53.8372325996714],[-166.4036660172259,53.98408905018832],[-166.2647615859815,53.97753583622963],[-166.23963675345664,53.879882205271414],[-166.35233957363948,53.85887969168249],[-166.53862226050217,53.71401069130059],[-166.33008615054604,53.78389373523713],[-166.26512051216042,53.698164805089],[-166.50703675675666,53.65154029921896],[-166.56302924066912,53.568873116576114],[-166.6628107184106,53.6005648889993],[-166.64630011418,53.49979579566728],[-166.7902295119294,53.514030235823455],[-167.4510126073325,53.32178472141232],[-167.61863113289104,53.24781934746873],[-167.85229207537196,53.314479499294436],[-167.47434280896272,53.44661807583855],[-167.0809597168596,53.511398207266275],[-167.161718107118,53.60588266098217],[-166.99374065538055,53.62398457167134],[-167.0479385083984,53.70418087036255],[-166.71162467874458,53.729104569352984],[-167.02496723294712,53.75725116045425],[-167.1477199861399,53.866453488142945],[-167.02137797115788,53.95798362409058],[-166.65778575190564,54.01373965760797]]],[[[-169.74419196449185,56.6158490330253],[-169.4735616255815,56.601722022606154],[-169.57693236511227,56.53769389933762],[-169.74419196449185,56.6158490330253]]],[[[-170.12142337854328,57.238189499626976],[-170.2797098234497,57.131243196415866],[-170.41969103323092,57.19231700191614],[-170.12142337854328,57.238189499626976]]],[[[-164.99847002672993,54.137874718743525],[-164.95360425436414,54.078036355219076],[-165.1506547265946,54.076424909163656],[-165.19875083457072,54.116496201075],[-164.99847002672993,54.137874718743525]]],[[[-165.92988346104335,54.22129390954556],[-165.66786735042726,54.132073512944025],[-165.8753266818466,54.036407332120824],[-166.0472523215522,54.044464562397906],[-166.08458064416055,54.17235966432943],[-165.92988346104335,54.22129390954556]]],[[[-165.47871325413314,54.29515185375213],[-165.53901285219274,54.215492703746065],[-165.41123513249502,54.2121623818982],[-165.5494217113816,54.112199011593894],[-165.66966198132187,54.229028850611556],[-165.60505526911516,54.29423870098739],[-165.47871325413314,54.29515185375213]]],[[[-162.79071510015498,54.49008311158896],[-162.5441328152327,54.41020910210884],[-162.77564020064008,54.408221651973825],[-162.79071510015498,54.49008311158896]]],[[[-162.29539697323688,54.98511933981277],[-162.23545630135618,54.88359823832156],[-162.31800932250923,54.828379353489304],[-162.42568717618707,54.921789509834916],[-162.29539697323688,54.98511933981277]]],[[[-163.76591752829742,55.053337222825384],[-163.53835833085822,55.05408923098458],[-163.4432428934428,54.96986431715483],[-163.32228477114467,54.75022421980162],[-163.18912315876304,54.77369761734219],[-163.111595104115,54.694307041678684],[-163.2871100056099,54.697100214841406],[-163.33125792561782,54.74716247229633],[-163.42242517506506,54.65466546871545],[-163.58501873411862,54.61282158614315],[-163.80360477708467,54.63650984315776],[-164.10043672705663,54.617226205361284],[-164.33086733392722,54.5320881387668],[-164.35312075702066,54.46499826799298],[-164.64097955251944,54.391140323786416],[-164.84520854832846,54.41756803909524],[-164.94463109989098,54.53289386179451],[-164.91914734118723,54.60530150455121],[-164.70989337887326,54.66154097188522],[-164.56416935022924,54.87554100804448],[-164.43639163053152,54.932693628143234],[-164.2468786080585,54.905084185727105],[-163.8947720265319,55.0390490678007],[-163.76591752829742,55.053337222825384]]],[[[-161.8119234102233,55.17827800698864],[-161.63138354222343,55.10769666976142],[-161.7322417985017,55.05553953243445],[-161.89698891462882,55.16366756275287],[-161.8119234102233,55.17827800698864]]],[[[-159.50689948915937,55.22721225220477],[-159.4950549252548,55.13605812033674],[-159.64903425601415,55.049523467160896],[-159.50689948915937,55.22721225220477]]],[[[-159.8485972114971,55.25954860305012],[-159.86869707751697,55.094912531055115],[-160.11635614097602,54.98458219112763],[-160.11133117447108,55.16022981116798],[-159.97027318615307,55.119513940834466],[-159.93940553476543,55.25192109172115],[-159.8485972114971,55.25954860305012]]],[[[-160.3446331907731,55.36294972493932],[-160.33745466719455,55.24407872091813],[-160.52517305877296,55.31874238815241],[-160.3446331907731,55.36294972493932]]],[[[-160.71037896709885,55.40307473171918],[-160.67699883245874,55.30252049786122],[-160.57972983796972,55.31428405406576],[-160.4573360109559,55.190041563193176],[-160.52373735405723,55.13127749703901],[-160.85466729102717,55.207122891380585],[-160.84031024387014,55.33979861660984],[-160.71037896709885,55.40307473171918]]],[[[-160.25633735075724,55.46097935997713],[-160.17557896049885,55.39990555447686],[-160.3492992310991,55.41875947332523],[-160.25633735075724,55.46097935997713]]],[[[-158.89349464937453,56.87077979899212],[-158.89349464937453,56.802508201110996],[-158.61819827013815,56.75889172787773],[-158.6899835059234,56.97471806956646],[-158.61496793452784,57.06248816471812],[-158.3102396086195,57.287929467870825],[-158.08016792792782,57.370005786960014],[-157.93085463749452,57.47652237122301],[-157.72052389664378,57.56585019756158],[-157.55936604230592,57.465779397520244],[-157.60243718377708,57.62225080950114],[-157.6918098023297,57.61118554658728],[-157.70365436623425,57.721784460857336],[-157.59956577434568,58.082909521876076],[-157.52885731709722,58.16299839083025],[-157.40718134244122,58.17223734821464],[-157.55685355905345,58.32962191296027],[-157.48147906147895,58.4807755529583],[-157.26863583737574,58.60979866712861],[-157.06045865359854,58.725393064170454],[-156.98651986073975,58.8886325495841],[-157.03030885456874,58.95582985009495],[-157.15808657426646,58.86021738414026],[-157.5507518140117,58.75450652290497],[-158.14046752598742,58.615009009374454],[-158.31562350130338,58.65228712812308],[-158.35187504537492,58.72770280351655],[-158.5650771956571,58.80268875996191],[-158.49329195987184,58.99869431516902],[-158.61712149160138,58.91318024449494],[-158.77612578886567,58.88347592220677],[-158.80125062139052,58.73285943089388],[-159.08875049071037,58.8390537259458],[-158.90605706563696,58.763423191078274],[-158.76751156057145,58.56467817757696],[-158.69895666039656,58.48442816401724],[-158.89636605880594,58.39005114003837],[-159.05285787281775,58.43801851762126],[-159.39096633336624,58.762348893707994],[-159.64544499422487,58.84227661805663],[-159.61996123552112,58.93659992716699],[-159.72871586773576,58.914200826996705],[-159.79727076791067,58.80489106957098],[-159.9088968095567,58.77728162715485],[-160.01011399201388,58.88105875312365],[-160.24736419628408,58.89384289182995],[-160.27751399531388,59.0226511465262],[-160.38016688248678,59.05579322039926],[-160.8442584318383,58.86784489546923],[-161.03484823284813,58.839698304367964],[-161.07145870309859,58.822079827495415],[-161.3377819278618,58.73543774458255],[-161.38731374055362,58.65658431760419],[-161.7681344163943,58.55425749308527],[-161.80259132957121,58.623710818073704],[-162.1740799247598,58.647667649430886],[-161.8654034108833,58.7123940659901],[-161.64358703230693,58.80102359903798],[-161.75413629541617,58.8096179780002],[-161.79218247038236,58.980484974742815],[-161.54990729960718,59.109293229439075],[-161.81012877932866,59.11778017866426],[-161.88478542454533,59.06906079292219],[-162.0218952248951,59.22499505621794],[-161.9519046200045,59.38049960056559],[-161.70532233508223,59.499209459981245],[-161.86324985380975,59.63263719336969],[-161.96195455301444,59.79818641812943],[-162.08578408474398,59.87720098971334],[-162.23473844899834,60.07734258979601],[-162.1859244886644,60.13847011016479],[-162.46122086790075,60.30579192558549],[-162.31980395340383,60.37341894504445],[-162.21750999240987,60.57705201158053],[-162.26417039567028,60.60799177584451],[-162.40881764577753,60.38303390650843],[-162.56387375507364,60.32926532312605],[-162.45260663960653,60.193151846311906],[-162.47773147213138,60.03001979063529],[-162.62273764841754,59.97179287316626],[-163.20742839388828,59.84035258991282],[-163.753355112035,59.79464123680752],[-164.11587055275044,59.83702226806496],[-164.20883243309234,59.94907148378489],[-164.1126402171401,59.97211516237734],[-164.385424113124,60.07718144519047],[-164.6348778074777,60.242999244292776],[-164.6664633112232,60.3062216445336],[-164.5289945846945,60.39200428955025],[-164.56811753819744,60.46135018480165],[-164.42562384516373,60.48170811996841],[-164.4909484097283,60.56002439826163],[-164.3606582067781,60.562710141687326],[-164.26087672903662,60.64720362985964],[-164.11407592185583,60.665520400022864],[-164.03152290070278,60.75968256452768],[-163.78027457545448,60.75334421004304],[-163.78529954195943,60.57882460224148],[-163.63311484209473,60.59171617068481],[-163.4148877253076,60.72589591223245],[-163.55307430419418,60.80979853685112],[-163.9299467920667,60.85508017100831],[-163.70382329934318,60.86297625667985],[-163.56097068013057,60.91679855493074],[-163.77596746130735,60.93108670995543],[-163.94861095337086,60.85884021180428],[-163.99383565191556,61.04630510291768],[-164.1578649156848,60.94784574893176],[-164.0878743107942,60.87758670091562],[-164.53401955119944,60.84702294073123],[-164.61118867966857,60.928669540872306],[-164.80429096393087,60.894990318314115],[-164.866744119064,60.94478400142647],[-165.1337851961851,60.92023630651563],[-165.19480264660254,60.979967240303054],[-164.95683458997448,61.024550581169564],[-165.3617033198032,61.196491875282454],[-165.36601043395032,61.07960832139628],[-165.55265204699194,61.0893844274658],[-165.6369996990396,61.2272704949409],[-165.59572318846307,61.27287441830918],[-165.81574493614482,61.30349189336208],[-165.88968372900362,61.41758227408554],[-165.74001151239142,61.4813418230115],[-165.91301393063384,61.556166634851316],[-166.1086286981486,61.49246080079387],[-166.14308561132552,61.63448291314454],[-165.75723996897986,61.677186233613064],[-165.94639406527395,61.70936143985287],[-166.0949895033494,61.812708846873555],[-165.5989535240734,61.84391718548011],[-165.75688104280093,62.00635094786605],[-165.6671494980694,62.143323862576416],[-165.26945929181917,62.42736808727775],[-165.04692506088494,62.54022302602539],[-164.84233713889702,62.533884671540754],[-164.50710008777997,62.74745498875189],[-164.21206276870265,62.69932646656347],[-163.8660579322178,62.48280183158406],[-163.9410735036134,62.728869644246096],[-164.1043849150248,62.82518040349146],[-164.10079565323554,62.889477101102564],[-163.79606732732722,62.92385461695144],[-163.768071085371,63.01651276513786],[-163.5078496056495,63.11239380543511],[-163.3197722878922,63.037192989515695],[-163.0405277206876,63.06217040337465],[-162.82122382536372,63.205589102306675],[-162.58146113784102,63.27284011768604],[-162.35174838332827,63.45461123273697],[-162.30652368478357,63.541468175123896],[-162.00610247302237,63.48549728213244],[-162.14716046134035,63.43403843809616],[-161.52155213147202,63.45326836102412],[-161.1346297105896,63.506714655195424],[-160.76601252483243,63.77357012197232],[-160.9497827284426,64.08495521474723],[-160.97634326568317,64.23578656553416],[-161.2566646114245,64.38403960263244],[-161.5186807220406,64.3951048655463],[-161.4691489093488,64.50656321771257],[-161.07791937431926,64.49329564518965],[-160.80226406890395,64.61034034368137],[-160.78324098142087,64.71717921715545],[-160.89845628485617,64.82267521891669],[-161.1497046101045,64.9129699128885],[-161.01295373593362,64.932360980422],[-161.1705223284822,64.92908437344266],[-161.37690488136477,64.77304268040987],[-161.69922059004048,64.77744729962801],[-161.9134995188594,64.70165562015494],[-162.168337105897,64.68027710248643],[-162.23868663696652,64.61780671040479],[-162.5398257010856,64.53094976801786],[-162.63099295053286,64.38935737461532],[-162.79071510015498,64.32527553647827],[-162.84814328878318,64.49565909940426],[-163.18948208494197,64.6480481813781],[-163.354588127248,64.58681323127229],[-163.11087725175713,64.50543520547379],[-163.10764691614682,64.40912444622842],[-163.59829900273888,64.56333983373173],[-164.322253105633,64.56017065648942],[-165.04692506088494,64.43931220233321],[-165.33693741345732,64.4877092988642],[-166.23676534402523,64.58353662429295],[-166.48370655512645,64.73340110744664],[-166.38392507738496,64.81322140205825],[-166.42233017853007,64.8908393870608],[-166.69080696036684,64.98532384077669],[-166.90903407715396,65.13808892683012],[-166.67034816816806,65.10967376138629],[-166.46432454146444,65.17708592137119],[-166.3566466877866,65.27527670101455],[-166.04258628122616,65.23354024817927],[-165.82651272151261,65.0776059848835],[-165.64740855822845,65.06025608235353],[-165.41733687753677,65.13250258050468],[-165.5548056040655,65.17703220650267],[-165.85199648021637,65.18750660586288],[-165.9115782259181,65.14931533434952],[-166.1513409134408,65.28773855050976],[-166.8487344790944,65.37432691855412],[-167.39896831138822,65.40027120004632],[-167.90900241164232,65.55158598464988],[-168.07518523248513,65.57629482416627],[-167.79342818202807,65.70752024794564],[-167.58596885060874,65.70870197505295],[-167.58596885060874,65.79426976059554],[-167.28267622941613,65.88778734667818],[-167.1660252212651,65.83896053119908],[-166.80997045177034,65.9722808348505],[-166.65958038280027,66.07364079173617],[-166.28522037818027,66.16345205189135],[-166.05443084513075,66.10828688192761],[-165.61833553773545,66.11355093904197],[-165.503838086658,66.15555596621982],[-165.87748023892013,66.23908258675888],[-165.69658144474133,66.33818651916697],[-165.43815459591448,66.40226835730401],[-165.04369472527463,66.42944808077203],[-165.00493069795058,66.39297568505111],[-164.6991255935055,66.54520362241942],[-164.40121686499677,66.58103143971817],[-163.8344724284723,66.59209670263203],[-163.76232826650815,66.4548552135791],[-163.87359538197526,66.38900078478109],[-163.8301653143252,66.27195608628936],[-163.9249218255617,66.21679091632564],[-163.8477526970926,66.12209160313567],[-163.63598625152613,66.05784862039309],[-163.5010300082499,66.08680093452206],[-163.09293094281082,66.0629515329019],[-162.74656718014708,66.1004982259931],[-162.63135187671176,66.03727582575227],[-162.391948115368,66.02873516165857],[-162.03984153384144,66.07159962673265],[-161.8435089139688,65.96390131536234],[-161.77567186615175,66.0737482214732],[-161.48494166122157,66.26244855456241],[-161.1992364227963,66.21093599565762],[-160.98029145365135,66.23924373136443],[-161.15867776457765,66.3413556964093],[-161.69455454971444,66.39619857716195],[-161.94400824406813,66.32792697928082],[-161.87437656535647,66.50164086405468],[-162.1755156294755,66.68776288345522],[-162.47593684123675,66.73003648497564],[-162.62668583638572,66.85959674783109],[-162.48849925749914,66.944466240083],[-162.328777107877,66.94602397126991],[-162.01435777513768,66.77988388295651],[-162.06891455433444,66.64565042654036],[-161.90883347853338,66.54294759794183],[-161.57395535359524,66.43857960841939],[-161.17482944262935,66.53693153266829],[-160.78862487410476,66.36794455632365],[-160.24700527010515,66.38567046293323],[-160.19926808830797,66.4807994950713],[-160.31843157971147,66.5969847556668],[-160.65295077847068,66.58833666183605],[-160.81841574695565,66.65488938392474],[-161.1357064891264,66.64086980324262],[-161.2265148123947,66.5408527180698],[-161.48350595650584,66.52565141028037],[-161.87868367950358,66.71456660284365],[-161.79505387981376,66.87866552615351],[-161.48242917796907,66.96015098168905],[-161.83238220242208,67.05232569605886],[-162.2343795228194,66.99458221240644],[-162.60263778239766,66.98631012265531],[-162.74261899217888,67.05339999342912],[-162.9321320146519,67.02315852245582],[-163.73576772926762,67.1210807277566],[-163.87862034848024,67.41613650050328],[-164.12197229779218,67.60827458517738],[-164.51499646371636,67.72000151168623],[-165.35990868890858,68.02805628261328],[-165.9686474883674,68.14134094030902],[-166.08745205359196,68.22438412703146],[-166.56051675741665,68.36635252451362],[-166.3706448087647,68.40959299366727],[-166.22635648483637,68.57616280092878],[-166.21235836385827,68.87981295263768],[-165.34160345378334,68.8574138524674],[-164.2992818301817,68.92756547074652],[-163.97409471207462,68.98504038005635],[-163.5354869214268,69.14161922177428],[-163.1101593993993,69.37533261467811],[-162.917057115137,69.69251891325251],[-163.03586168036156,69.72737986291801],[-162.5936646279245,69.91403903100371],[-162.4630154987954,70.0422027072778],[-162.1590050252449,70.15307019589042],[-161.92283159951148,70.29160084178768],[-161.73583106029096,70.20635534545617],[-162.06927348051337,70.15489650141988],[-161.8503285113684,70.14753756443349],[-161.62241038775028,70.2405717166995],[-161.32450165924155,70.24196830328087],[-160.74196447084435,70.3714748512678],[-160.2147019140018,70.55910088698676],[-159.8981290241889,70.58735490782504],[-160.0065247302246,70.3880727456386],[-159.84357224499215,70.24733979013226],[-159.86546674190663,70.43324695005876],[-159.72979264627253,70.48540408738572],[-159.90710217866206,70.61614607734847],[-160.10128124146112,70.61850953156309],[-159.64831640365628,70.79431829620898],[-159.15658753852742,70.85925957224225],[-159.34466485628474,70.80522241451729],[-159.19571049203037,70.75945734654348],[-158.01197195393183,70.83481930706844],[-157.50229677985666,70.94864111344933],[-157.24961274989263,71.05252566915514],[-156.77511234135224,71.29918434537083],[-156.62831153417142,71.34258595913003],[-156.40290589380578,71.26781486215873],[-156.07484736626725,71.24246144422018],[-156.03249407715396,71.17032237580605],[-155.56696682308672,71.16516574842873],[-155.512051117711,71.08051111565086],[-155.72381756327746,70.9826426252186],[-156.17678240108228,70.91453217194302],[-155.9589142104741,70.89358337322261],[-156.1028436082235,70.8226797467843],[-155.6351627970827,70.81983285875307],[-155.47149245949234,70.85238406907247],[-155.50738507738498,70.94224904409617],[-155.25505997359986,71.01573098422314],[-155.1527660126059,71.10677768635415],[-155.0637523202322,71.03673349781207],[-154.81035043791033,71.08652718092442],[-154.56592171006162,70.99225758668258],[-154.6635496307295,70.8862244362362],[-154.17002613470603,70.76858887419084],[-153.92093136653125,70.8811752385959],[-153.48627176385165,70.8858484321566],[-153.13237055143043,70.92301912116821],[-152.78349430551418,70.87838206543319],[-152.68407175395163,70.74001256414145],[-152.57639390027379,70.88412955636417],[-152.22105698313686,70.82660093218581],[-152.42277349569338,70.69134689326789],[-152.42097886479877,70.60894828496762],[-152.0584634240833,70.58085540873486],[-152.59110987360975,70.54422186840841],[-151.70240865458854,70.55335339605577],[-151.88223067023057,70.43082978097563],[-151.3248183143582,70.41052556067739],[-151.20744945384934,70.3524597878139],[-151.12166609708598,70.43877958151569],[-150.6625995142394,70.45333631088295],[-150.73187226677214,70.31931771394085],[-150.40740300102289,70.40391863185019],[-150.1048282321881,70.43206522295145],[-149.86578339702328,70.51075750532426],[-149.1615702339701,70.48787497133736],[-148.84284378708367,70.39645226512675],[-148.59626150216138,70.39913800855246],[-148.49540324588313,70.31770626788543],[-148.10740404646393,70.34268368174438],[-147.79262578754566,70.22821729694132],[-147.0500075233474,70.14340151955793],[-146.5342306042305,70.1855676913413],[-145.9979948929148,70.12986537269242],[-145.84257985743974,70.16402802906725],[-145.2553766287165,69.99004556995082],[-144.6190005134804,69.96931163070448],[-144.48978708906697,70.0181921610521],[-143.2701559330758,70.11842410569898],[-142.76873606111593,70.04633875215336],[-142.37248155958144,69.92999234695232],[-142.233577128337,69.84920518470747],[-141.77917658581646,69.79264342816236],[-141.37287215127202,69.63375484709834],[-141.21207322311312,69.67957362994066],[-141.0006657037256,69.64573326277693],[-141.00138355608345,68.49827624158368],[-141.00174248226236,65.84411715857641],[-141.00174248226236,61.901875528606574],[-141.0021014084413,60.391682000339166],[-141.0021014084413,60.30638278913914],[-140.52042247632235,60.21979442109479],[-140.45832824736812,60.308101664931584],[-139.98095642939631,60.181979153661025],[-139.6930976338975,60.335227673531094],[-139.0746678276077,60.35252386119256],[-139.19885628551617,60.088300422972836],[-139.05385010922998,59.99483655175871],[-138.7074863465662,59.90631444844785],[-138.6263690301289,59.76858952557829],[-137.6073776081575,59.2437952601978],[-137.50005868065855,58.98537302777758],[-137.5266192178991,58.90635845619368],[-136.82922565224553,59.15994635044765],[-136.58443799821788,59.165854985984176],[-136.48968148698137,59.259748576146414],[-136.47747799689787,59.465798811765616],[-136.30555235719225,59.46450965492129],[-136.23986886644875,59.55942382758529],[-136.35400739134727,59.59976369383921],[-135.9527279233078,59.66218037105232],[-135.7222973164372,59.72878680800952],[-135.4796632194831,59.79802527352389],[-135.23379878691867,59.696128167953084],[-135.0288519387518,59.563667302197885],[-135.10099610071597,59.42755382538374],[-135.03064656964645,59.346336944190774],[-134.959938112398,59.28091223434088],[-134.70079341121328,59.249005602443646],[-134.67961676665664,59.192282701292996],[-134.48328414678403,59.13158489987233],[-134.33432978252966,58.96592824537556],[-134.2582374325973,58.86102310716797],[-133.84044736032723,58.72942167930899],[-133.70764467412457,58.612269551080246],[-133.37743258951247,58.43055215089783],[-133.4614213153812,58.38774140069228],[-133.1721268151667,58.15295371041816],[-133.07019178035165,58.00034976897026],[-132.869193120153,57.83968859724528],[-132.55405593505583,57.49650430231017],[-132.36920895290882,57.34884212876555],[-132.24789190443178,57.21127835050153],[-132.36920895290882,57.091494193715604],[-132.0450986133385,57.045084547319625],[-132.12406237270227,56.873626687023354],[-131.87281404745391,56.80599966756439],[-131.8354857248456,56.599197423786],[-131.58100706398693,56.612250136834874],[-131.06810155430145,56.40351415778998],[-130.7823963158762,56.36682690259501],[-130.6233920186119,56.2668635322907],[-130.46797698313685,56.24306784553905],[-130.4259826202025,56.141546744047844],[-130.2461606045605,56.096426254496194],[-130.1040258377057,56.1228002549365],[-130.00352650760638,56.00806529579088],[-130.0038854337853,55.9074573470644],[-130.15248087186075,55.76629467260996],[-130.12807389169376,55.58103209110563],[-129.97445348711335,55.281840273483375],[-130.10294905916894,55.19261987688184],[-130.18765563739552,55.06284475455234],[-130.34630100848088,54.917707179827865],[-130.65749000560987,54.772730749708934],[-130.73358235554224,54.87645416080922],[-130.83659416889407,54.76585524653916],[-130.93278638484628,54.80141448949534],[-131.00708410388398,55.02658721830548],[-130.83121027621016,55.11720420148837],[-131.02395363429352,55.09158220920726],[-131.08030504438491,55.196218773072275],[-130.87105108207095,55.31272632287885],[-130.89832947166934,55.713331812255284],[-131.2170559185558,55.98663306325385],[-131.3914940415139,55.96138707505233],[-131.4173367263966,56.00806529579088],[-131.75759874401862,55.87753816530218],[-131.9000924370523,55.871199810817544],[-131.7766218315017,55.782516562901144],[-131.97187767283754,55.49874091254238],[-132.18328519222507,55.588122453749456],[-132.2249206289805,55.74094125467141],[-132.05945566049553,55.81479919887798],[-132.04007364683352,55.959507054654345],[-131.96757055869045,55.9616556493949],[-131.97080089430077,56.172862512391426],[-131.76477726759714,56.206434305212596],[-131.9316779407978,56.23468832605089],[-131.99807928389916,56.35221645835924],[-132.1796959304358,56.390837448820704],[-132.20517968913958,56.45959248051846],[-132.3616715031514,56.534256147752735],[-132.2701453275252,56.67466681404799],[-132.45032626934614,56.671336492200126],[-132.49124385374373,56.744872147195615],[-132.77084734712724,56.837476580513524],[-132.93667124179112,56.99561315341835],[-132.8088935220934,56.962954513361915],[-132.8390433211232,57.09552280885415],[-132.8964715097514,57.02628434333977],[-133.29057245421234,57.10884409624558],[-133.51705487311474,57.17776027254888],[-133.52136198726186,57.27600476706074],[-133.1376699019898,57.310543427515164],[-133.4190680262679,57.34416893520484],[-133.52495124905113,57.49097167085324],[-133.4779319196118,57.574713150866366],[-133.67211098241086,57.63261777912432],[-133.58381514239503,57.73064741416213],[-133.16997325809314,57.58185722837871],[-133.42409299277287,57.727424522051294],[-133.57843124971112,57.7662066571183],[-133.56945809523796,57.88534623548207],[-133.53069406791394,57.91354654145185],[-133.51095312807303,57.92783469647654],[-133.6286809147608,57.84167604738029],[-133.724873130713,57.80117503652083],[-133.84942051480039,57.951093234543045],[-134.06513514833503,58.098433118876585],[-134.07769756459743,58.27972080011089],[-133.96894293238282,58.31791207162425],[-134.01201407385395,58.40014953531898],[-134.21624306966294,58.20435883958593],[-134.5188178384977,58.3560496282691],[-134.73058428406415,58.37431268356381],[-134.81098374814363,58.52616461685252],[-134.9462989175988,58.66249295314071],[-134.9488114008513,58.97135344709546],[-134.95814348150336,58.97199802551762],[-134.92476334686324,58.90555273316597],[-135.02633945549934,58.73414858773822],[-135.14442616836607,58.83991316384202],[-135.17601167211154,58.97387804591561],[-135.35403905685894,59.340804312733844],[-135.38634241296228,59.35272901354392],[-135.43802778272766,59.22837909293432],[-135.56688228096215,59.24449355348848],[-135.3823942249941,59.10155828837308],[-135.40069946011934,58.968237984721654],[-135.14155475893463,58.61694274464095],[-135.16667959145946,58.56231472336235],[-135.05792495924484,58.34944269944189],[-135.09345865095852,58.23664147556276],[-135.27722885456873,58.23363344292599],[-135.39244415800403,58.32371327742375],[-135.49402026664015,58.499898046149234],[-135.47679181005168,58.376622422909904],[-135.62251583869573,58.42818869668322],[-135.91791208395196,58.38129561647062],[-135.85438215028205,58.49184081587215],[-135.9717510107909,58.70874145493116],[-136.08947879747868,58.81574147301078],[-135.76680416262406,58.88417421549745],[-136.05035584397572,58.91344881883751],[-136.19177275847264,59.0706722389776],[-136.10742510642498,58.86322541677704],[-136.1759800065999,58.75407680395686],[-136.49362967494955,58.838946296208775],[-136.53024014520003,58.97108487275289],[-136.63073947529935,58.890243995639516],[-136.87768068640057,58.96238306405364],[-137.01766189618178,58.901309258553376],[-136.7448780001979,58.876600419037],[-136.50439746031734,58.80043273548433],[-136.62822699204688,58.773951305306994],[-136.35041812955802,58.68908181305508],[-136.51911343365333,58.594006495785536],[-136.3256522232121,58.639502989416776],[-136.2036173223772,58.612000976737676],[-136.03958805860793,58.381134471865074],[-136.2696597392996,58.31689148912248],[-136.27396685344672,58.36571830460159],[-136.49650108438095,58.305074218049434],[-136.6038200118799,58.36249541249076],[-136.588745112365,58.22176245698442],[-136.84609518265506,58.36491258157388],[-137.08083290367279,58.38220876923535],[-137.6088133128732,58.60125800303491],[-137.9447682163481,58.802366470750826],[-137.9709698274097,58.90018124631458],[-138.2204235217634,59.036670727208325],[-138.51725547173535,59.10607033732824],[-138.45839157839146,59.185192338649166],[-138.66262057420045,59.15129825661692],[-139.40380313368303,59.40891476600943],[-139.5814715922515,59.43958595593085],[-139.86215186417175,59.544759668481],[-139.69668689568678,59.59304933527497],[-139.66474246576234,59.567588487599394],[-139.47056340296328,59.70740829034099],[-139.62095347193335,59.90099667646498],[-139.50178998052985,59.987907333720415],[-139.311559105699,59.851901286643304],[-139.25233628617616,59.86140881837026],[-139.42497977823967,60.0029474969043],[-139.55383427647416,60.04796055671892],[-139.6162874316073,59.94746003772948],[-139.783188104808,59.827031302521384],[-140.3111685140084,59.6977396140085],[-140.86535053427042,59.7372200423662],[-141.44824664884652,59.883646773935],[-141.2587336263735,59.99585713426047],[-141.3915363125762,60.16516639981618],[-141.52649255585243,60.11924018723683],[-141.36928288948278,60.03243695971842],[-141.5932528251327,59.964111646968774],[-142.58424800514788,60.087763274287695],[-143.55263083589074,60.04957200277434],[-143.88535540375528,59.99639428294561],[-144.25217795861784,60.14217643609225],[-144.23566735438723,60.18375174432198],[-144.5956703118502,60.181979153661025],[-144.6954517895917,60.270608686708904],[-144.94059836979827,60.29349122069581],[-144.80779568359557,60.46220962269788],[-144.8013350123749,60.60337229715232],[-145.02099783387771,60.51930852792812],[-145.08452776754766,60.44405399714019],[-145.32177797181785,60.33544253300514],[-145.48544830940818,60.41628341011852],[-145.7417216011615,60.47381203429687],[-145.94738630168618,60.45452839650039],[-145.6089189149588,60.65864489685309],[-146.00912160446148,60.6176067373085],[-145.9161597241196,60.708438579965446],[-146.24816643962632,60.62475081482084],[-146.0572177124376,60.73760575356848],[-146.41973315315303,60.689906950328165],[-146.663085102465,60.69323727217602],[-146.69646523710512,60.73626288185563],[-146.33251409167397,60.78761429615489],[-146.17279194205184,60.847506374547855],[-146.54894657756645,60.80969110711409],[-146.7345114120713,60.908150461100014],[-146.6207318133517,61.08073633363507],[-146.2424236207635,61.08379808114036],[-146.30595355443344,61.132302607408384],[-146.57335355773344,61.11710129961896],[-146.97355624723613,60.93506161022546],[-147.10276967164955,61.011659012726234],[-147.17168349800338,60.93285930061639],[-147.38237316503304,60.872913507354916],[-147.5176883344882,60.89482917370857],[-147.51517585123574,61.08132719718872],[-147.61531625515613,61.00934927338014],[-147.6023949127148,60.85110527073828],[-147.7488367937167,60.82838388135691],[-147.85579679503667,60.820971229502],[-148.06648646206634,60.93242958166828],[-147.94983545391534,61.07160480598771],[-147.7685777335576,61.183600306839125],[-147.72514766590754,61.27717160779029],[-148.00152082368072,61.08788041114742],[-148.07115250239238,61.00467607981943],[-148.16913934923923,61.07106765730257],[-148.31773478731466,60.83391651281384],[-148.65620217404205,60.7272387839453],[-148.65656110022098,60.66697070147274],[-148.40638955350943,60.78004049969444],[-148.41966982212972,60.61900332388986],[-148.2800475385274,60.75334421004304],[-148.19282847704835,60.6098717962425],[-148.33245076065066,60.530320075973464],[-148.48212297726286,60.57404397894375],[-148.65620217404205,60.498198584602164],[-148.6651753285152,60.458073577822304],[-148.45592136620127,60.545199094551805],[-148.26963867933856,60.49040992866765],[-148.08156136158124,60.591501311210756],[-147.97926740058728,60.519147383322576],[-147.9684996152195,60.41590740603892],[-148.32563116325105,60.26179944827263],[-148.1084808250007,60.20647313370335],[-148.3661898214697,60.08749469994513],[-148.44371787611777,59.9436999969335],[-148.67091814737805,59.92113975215768],[-149.11814016632005,59.96448765104837],[-149.03128003101992,60.04366336723781],[-149.16480056958045,60.034692984196],[-149.30334607464596,59.925275797033244],[-149.37728486750476,60.124074525403074],[-149.38733480051468,59.99537370044384],[-149.5603372187571,59.90588472949974],[-149.6220725215324,59.81285057723372],[-149.68811493845482,59.953583532740055],[-149.75882339570327,59.66749814303519],[-150.06319279543268,59.847818956636246],[-150.07683199023188,59.764829484782325],[-149.92680084744075,59.72185758997123],[-150.0596035336434,59.66255637513191],[-150.08365158763146,59.578277746433656],[-150.31192863742854,59.53219038924876],[-150.23727199221187,59.738509199210526],[-150.4791882368081,59.458547304516244],[-150.6091195135794,59.5377767355742],[-150.60158206382195,59.42562009011724],[-150.7408454212453,59.42454579274697],[-151.0121936125135,59.20909545513784],[-151.03875414975403,59.32248754257061],[-151.16366046002034,59.20264967091617],[-151.4001928119327,59.25281935810813],[-151.46264596706587,59.20673200092323],[-151.74871013167,59.159033197682916],[-151.75588865524855,59.21538009475396],[-151.97914073854062,59.25378622574138],[-151.90520194568182,59.40101868033789],[-151.70958717816706,59.465637667160074],[-151.45151925551914,59.46692682400441],[-151.44613536283526,59.537615590968656],[-151.18160676896665,59.589343009347516],[-151.20493697059686,59.634570928636194],[-150.93071736989725,59.791794348776286],[-151.0642379084578,59.79313722048913],[-151.5042814038213,59.63376520560848],[-151.6431858350657,59.6469790632629],[-151.8693093277892,59.76918038913195],[-151.70384435930424,60.03130894747962],[-151.4220873088472,60.21291891792501],[-151.38152865062852,60.358754785940164],[-151.2989756294755,60.38426934848425],[-151.26200623304612,60.546756825738704],[-151.40988381876372,60.72009470643296],[-151.06280220374208,60.78745315154935],[-150.70602958188948,60.93780106851967],[-150.40237803451794,61.03620670763707],[-150.21753105237093,60.93001241258516],[-150.0563731980331,60.91110477886827],[-149.77066795960786,60.967612820544865],[-149.6464795016994,60.92388891757457],[-149.1116794950994,60.87624382920277],[-149.03989425931414,60.84154402414281],[-149.19602714714705,60.945267435243096],[-149.36149211563202,60.92872325574082],[-149.74195386529374,61.01831965642195],[-150.06570527868516,61.151102811388235],[-149.81194447018436,61.31487944548702],[-149.4067168141767,61.46248790416313],[-149.2380215100814,61.478656079585804],[-149.38266876018864,61.51099243043116],[-149.64719735405725,61.48633730578329],[-149.8880368201167,61.37772584164825],[-149.9892540025739,61.23785232403814],[-150.46877937761926,61.24462039747088],[-150.58614823812812,61.360966802671925],[-150.59224998316986,61.27948134713638],[-150.97163495429484,61.19160382224769],[-151.1618658291257,61.04899084634337],[-151.48059227601217,61.01090700456704],[-151.8003955014354,60.853683584426946],[-151.70384435930424,60.732395411322635],[-151.8484916094115,60.73470515066873],[-152.04554208164197,60.66272722686015],[-152.1008167131966,60.59273675318658],[-152.30971174933163,60.506363244616274],[-152.39226477048464,60.302085599658035],[-152.5627547054746,60.22269502399454],[-152.93388437448425,60.244718120085224],[-152.67976463980452,60.16693899047714],[-152.56921537669527,60.07175624347057],[-152.706684103224,59.915284831489664],[-152.80933699039687,59.87875872090024],[-153.22174316998306,59.86404084692744],[-153.27845350625338,59.81091684196722],[-152.99274826782815,59.81102427170425],[-153.05161216117205,59.69156240412941],[-153.2142057202256,59.63424863942511],[-153.41664008514,59.650094525636696],[-153.33444599016588,59.72067586286392],[-153.45576303864294,59.79646754233699],[-153.44391847473835,59.68989724320547],[-153.58677109395097,59.55152774191375],[-153.8272516338315,59.54094591281652],[-153.72782908226898,59.43534248131825],[-154.10613727485716,59.34402720484468],[-154.12803177177167,59.195559308272344],[-154.22207043065032,59.16934645243758],[-154.1628476111275,59.01572192848791],[-154.06378398574387,59.07212254042747],[-153.6955257261656,59.07400256082546],[-153.54764814044802,58.98370786685365],[-153.3308567283766,58.92113004503499],[-153.3100390099989,58.85489961215739],[-153.25296974754963,58.85581276492213],[-153.34485484935473,58.846949811617336],[-153.44535417945406,58.709332318484805],[-153.6775794172193,58.61157125778957],[-153.89796009108,58.606736919623316],[-153.96041324621314,58.48791963047064],[-154.0835249255848,58.48555617625603],[-154.04583767679756,58.35642563234869],[-154.18438318186307,58.32156468268319],[-154.10721405339393,58.276014474183434],[-154.32364653928641,58.15671375121413],[-154.34087499587488,58.08221122858539],[-154.4686527155726,58.17776997967157],[-154.4492707019106,58.09322277663074],[-154.56628063624052,58.10799436547205],[-154.7374884235883,58.01297276307102],[-155.0224758096557,58.02570318690881],[-155.0623166155165,57.90430758406746],[-155.35627715605705,57.796072124012014],[-155.40293755931745,57.74036980536314],[-155.6186521928521,57.78780003426088],[-155.59388628650618,57.66167752299032],[-155.73602105336096,57.63057661412079],[-155.73314964392952,57.54973573700742],[-156.0113174325973,57.570362246516744],[-156.0235209226808,57.439727686291015],[-156.20980360954348,57.474857210299085],[-156.5335550229349,57.328537908467304],[-156.5414513988713,57.2719761519222],[-156.3361456245255,57.31564634002398],[-156.406854081774,57.2134806601106],[-156.35588656436644,57.159926936202275],[-156.5471942177341,56.98648162577099],[-156.72593945483933,57.03971306046824],[-156.82715663729653,56.897744662986085],[-156.88673838299826,56.96488824862842],[-157.20115771573762,56.76453178907169],[-157.38528684552674,56.863367147137204],[-157.41830805398794,56.770010705660106],[-157.56833919677908,56.69126470841877],[-157.46209704781694,56.625678853963336],[-157.6329459089858,56.611068409727565],[-157.7370345008744,56.67595597089232],[-158.03781463881452,56.59887513457492],[-158.12288014322004,56.529368094717974],[-157.8235357099956,56.55719239660816],[-157.85835154935143,56.475975515415186],[-158.13544255948244,56.523566888918474],[-158.11893195525184,56.46657541342526],[-158.3292626961026,56.48419389029781],[-158.6903424321023,56.26643381334259],[-158.42868524766513,56.34249406715823],[-158.19287074811064,56.28582488087609],[-158.511956121176,55.98136900613949],[-158.6408106194105,56.11436702057983],[-158.6393749146948,55.98609591456871],[-158.84396283668272,56.01639110041053],[-158.91610699864688,55.927170703809],[-159.33605062799052,55.87807531398732],[-159.41070727320715,55.78960692554498],[-159.45449626703615,55.896606943624604],[-159.52987076461065,55.88758284571427],[-159.4950549252548,55.76344778457872],[-159.56432767778756,55.637969851730325],[-159.64400928950917,55.830430225615515],[-159.81090996270984,55.85658936658177],[-159.89202727914716,55.78509487658981],[-159.9735035217634,55.814262050192845],[-160.0198049988449,55.7180587206845],[-160.3571956070355,55.61315358247692],[-160.53773547503536,55.47569723394993],[-160.61023856317846,55.58103209110563],[-160.66658997326988,55.46038849642348],[-160.78144635052624,55.45179411746126],[-160.92106863412852,55.523503466927274],[-160.99751991023982,55.440245420730776],[-161.3183999141998,55.3582228165101],[-161.5075540104939,55.362896010070806],[-161.47130246642234,55.47859783684968],[-161.3593174985974,55.59317165138976],[-161.58723562221553,55.620082800515206],[-161.69993844239832,55.53349443247085],[-161.68665817377806,55.408016499622455],[-161.87796582714572,55.22361335601435],[-162.0297916008315,55.23951295709445],[-161.94544394878383,55.124885427685854],[-162.0599413998613,55.07369515799214],[-162.17731026037015,55.15442860536848],[-162.2480187176186,55.020463723294895],[-162.4687583176582,55.05134977269037],[-162.513624090024,55.25235081066926],[-162.6521695950895,55.30354108036298],[-162.72180127380116,55.2517062322471],[-162.61304664158655,55.1726916606632],[-162.56387375507364,54.95294413357296],[-162.6798069108668,55.04592457097047],[-162.71103348843337,54.957295037922584],[-162.91992852456843,54.95170869159714],[-163.00140476718465,55.080033512476774],[-163.20132664884653,55.131653501118606],[-163.21747832689823,55.02814494949238],[-163.02581174735164,54.949022948171454],[-163.3531524225323,54.8101700130631],[-163.27993148203137,55.033086717395655],[-163.30828665016654,55.112799582270235],[-163.20312127974117,55.165279008808284],[-162.8675253024452,55.18236033699569],[-162.78927939543928,55.31138345116601],[-162.65360529980518,55.379117900362],[-162.5111116067715,55.373424124299525],[-162.5563363053162,55.47032574709854],[-162.25268475794465,55.69689506249004],[-161.80725736989726,55.89198746493241],[-161.375828102828,55.956337877412025],[-161.10196742830732,55.96337452518734],[-160.87333145233134,56.001458366963675],[-161.02802863544852,55.898433249154074],[-160.78718916938905,55.72659938477821],[-160.6741274230273,55.696250484067875],[-160.77175534369525,55.88597139965886],[-160.53342836088825,55.87077009186943],[-160.47743587697576,55.793742970420546],[-160.25633735075724,55.76602609826739],[-160.22798218262207,55.8373594436538],[-160.5161999042998,55.940760565543],[-160.56860312642303,56.00430525499491],[-160.3571956070355,56.27959395612849],[-159.8281384192983,56.54392482408523],[-159.32492391644382,56.67031590969836],[-158.89349464937453,56.879589037428396],[-158.89349464937453,56.87077979899212]]],[[[-131.82651257037244,55.41940405174739],[-131.65530478302466,55.32201899513175],[-131.74862558954547,55.129128902298454],[-131.8699426380225,55.31412290946022],[-131.82651257037244,55.41940405174739]]],[[[-131.24002719400707,55.95241669201051],[-131.070255111375,55.82855020521753],[-130.93924705606693,55.618632499065335],[-130.9783700095699,55.40613647922447],[-131.06343551397538,55.259870892261205],[-131.21131309969297,55.192405017407786],[-131.47153457941445,55.2958598541655],[-131.28776437580427,55.46291309524363],[-131.52680921096908,55.297632444826455],[-131.82830720126708,55.445240903502565],[-131.63053887667877,55.601819745220496],[-131.7270900188099,55.64027959107642],[-131.73355069003057,55.73035942557418],[-131.54690907698895,55.797664155822055],[-131.60003015147004,55.899990980340974],[-131.24002719400707,55.95241669201051]]],[[[-160.69530406758395,58.80156074772312],[-160.88338138534127,58.57601201483339],[-161.07504796488786,58.54689855609887],[-161.05674272976262,58.69772990688581],[-160.69530406758395,58.80156074772312]]],[[[-157.24063959541948,56.57969892651547],[-156.99513408903397,56.55037060830689],[-157.3289354354353,56.53860705210236],[-157.24063959541948,56.57969892651547]]],[[[-155.56624897072885,55.76199748312885],[-155.74714776490765,55.801907630434656],[-155.55404548064536,55.87377812450621],[-155.56624897072885,55.76199748312885]]],[[[-153.8789370035969,56.565947920175915],[-153.95215794409785,56.507559858101345],[-154.1341335168134,56.50653927559958],[-153.8789370035969,56.565947920175915]]],[[[-154.48300976272967,56.60166830773764],[-154.57202345510333,56.49354027741922],[-154.75902399432388,56.40249357528822],[-154.6890333894333,56.52625263234417],[-154.48300976272967,56.60166830773764]]],[[[-154.07598747582736,56.58297553349481],[-154.23247928983918,56.49106939346758],[-154.36276949278937,56.54252823750387],[-154.22889002804993,56.61278728552001],[-154.07598747582736,56.58297553349481]]],[[[-153.2098986060785,57.20252282693377],[-152.9758787374186,57.187697523223946],[-152.91163095139083,57.12683857719773],[-153.18046665940653,57.09450222635238],[-153.3129104194303,56.99174568288535],[-153.38864384318373,57.10653435689949],[-153.2098986060785,57.20252282693377]]],[[[-153.4528916292115,57.96350136916975],[-153.28491417747406,57.90377043538232],[-153.20630934428922,57.79800585927852],[-153.4622237098636,57.880565612184334],[-153.4528916292115,57.96350136916975]]],[[[-153.26158397584388,57.99562286054104],[-152.99131256311244,57.90919563710222],[-152.939986119526,57.95222124678183],[-152.79569779559768,57.904092724593404],[-152.9098363204962,57.81922323234149],[-152.7314500095699,57.81798779036568],[-152.63525779361768,57.918595739092154],[-152.32478664884653,57.82169411629313],[-152.55665296043284,57.719689580985296],[-152.46476785862774,57.71834670927245],[-152.468357120417,57.598884841697604],[-152.15321993531984,57.61714789699232],[-152.34165617925606,57.42098119717967],[-152.51645322839312,57.43220760469907],[-152.74257672111662,57.50504496640388],[-152.81543873543862,57.470882310029054],[-152.6302328271127,57.4055650299162],[-152.7081198079397,57.276058481929255],[-152.81866907104896,57.26622866099122],[-153.00889994587985,57.33971060111819],[-153.09934934296922,57.31048971264665],[-152.94572893838884,57.259890306506584],[-153.07817269841257,57.21143949510707],[-153.26912142560133,57.223579055391205],[-153.4981163277562,57.065925916303],[-153.65891525591513,57.08461869054583],[-153.5433410263009,56.994431426311046],[-153.8997547219746,56.768936408289825],[-154.14813163779152,56.745516725617776],[-154.07275714021702,56.84107547670395],[-153.85488894960883,56.962847083624894],[-153.97046317922306,56.9562938696662],[-153.91841888327878,57.06211216063852],[-154.07419284493272,56.97278433429996],[-154.14059418803407,56.996204016972],[-153.980513112233,57.11862020231511],[-154.22889002804993,57.16126980791512],[-154.46937056793047,57.12485112706272],[-154.42594050028038,57.04852229890451],[-154.3028288209087,57.10948867466775],[-154.09680519420507,57.1209299416612],[-154.28380573342562,56.91068994629792],[-154.52500412566403,56.991638253148324],[-154.53792546810536,57.191618708625455],[-154.7525633231032,57.29023920721692],[-154.7224135240734,57.42060519310008],[-154.62981056991046,57.51020159378121],[-154.35846237864226,57.640889868875455],[-154.0092272065471,57.64642250033238],[-153.9858970049169,57.54645913002807],[-153.7612092169091,57.306729671850675],[-153.81361243903234,57.41754344559479],[-153.78525727089715,57.56767650309105],[-153.85883713757704,57.6511494087616],[-153.6050763290762,57.63788183623868],[-153.9378008969408,57.73408516574701],[-153.93564733986722,57.8130460224624],[-153.7242398204797,57.89678750247552],[-153.5734908253307,57.83420968065686],[-153.54836599280588,57.703037971746],[-153.48627176385165,57.836089701054846],[-153.2045147133946,57.78737031531277],[-153.23645914331902,57.89394061444428],[-153.0480228993828,57.817020922732425],[-153.27055713031703,57.95855960126647],[-153.26158397584388,57.99562286054104]]],[[[-153.1991308207107,58.101978300198496],[-153.0921708193907,58.088925587149625],[-152.95398424050413,57.981442135253374],[-153.23143417681408,58.050143452082615],[-153.4195114945714,58.05916754999294],[-153.26301968055958,58.145111339615134],[-153.1991308207107,58.101978300198496]]],[[[-152.31114745404733,58.4199703218006],[-152.23828543972533,58.339666593372364],[-152.09327926343914,58.37200294421771],[-152.147477116457,58.2669903762731],[-151.96298906048895,58.32999791703987],[-151.98631926211914,58.21375894157586],[-152.0803579209978,58.15488744568466],[-152.3255045012044,58.24700844518594],[-152.2652049031448,58.13549637815115],[-152.4353359119558,58.139847282500774],[-152.5548583295382,58.0849506868796],[-152.5684975243374,58.21837842026805],[-152.628797122397,58.077484320156174],[-152.779546117546,58.06529104500353],[-152.78026396990387,57.99444113343373],[-153.16144357192346,58.10976695613301],[-153.2030790086789,58.20806516551339],[-152.9909536369335,58.19409929969978],[-153.10006719532709,58.255763968753705],[-153.04443363759353,58.30657823436782],[-152.78672464112452,58.28095624208671],[-152.81220839982828,58.40347985716684],[-152.6632540355739,58.47986240019356],[-152.48558557700545,58.462136493583984],[-152.3628328238127,58.32672131006052],[-152.31114745404733,58.4199703218006]]],[[[-152.653204102564,58.56940508600618],[-152.34273295779286,58.63311092006363],[-152.47804812724803,58.47030115359809],[-152.62700249150237,58.495600856668126],[-152.653204102564,58.56940508600618]]],[[[-134.70976656568644,58.22530763830634],[-134.70043448503435,58.16149437451186],[-134.41401139425128,58.16756415465393],[-134.33432978252966,58.1294803128776],[-134.32786911130898,58.13071575485342],[-134.17783796851785,58.15961435411388],[-134.23060011682,58.12324938812999],[-133.90505407253397,57.807405961268444],[-133.89643984423972,57.68622521790115],[-133.972891120351,57.69116698580443],[-134.26326239910227,58.07071624672343],[-134.23562508332498,57.968443137073024],[-134.32786911130898,57.995837720015096],[-134.11610266574255,57.727585666656836],[-133.93412709302697,57.60882209237267],[-133.91582185790173,57.493657414278935],[-134.10318132330121,57.50536725561496],[-133.87167393789383,57.38193048777009],[-133.98294105336095,57.302808486449166],[-134.17388978054967,57.39229745739327],[-134.15486669306657,57.20880746654989],[-134.3002317955317,57.17034762069397],[-134.37022240042228,57.09267592082291],[-134.56583716793705,57.02418946346773],[-134.63439206811194,57.13720554682091],[-134.6157279068078,57.27245958573883],[-134.4843609253208,57.317526360421965],[-134.4857966300365,57.401697559383194],[-134.73201998877988,57.72194560546288],[-134.7065362300761,57.83286680894402],[-134.80954804342792,58.0574486742005],[-134.7639644187043,58.096177094399],[-134.74314670032658,58.188674097979884],[-134.7776036135035,58.09897026756172],[-134.8996385143384,58.194314159173835],[-134.95634885060872,58.41014050086256],[-134.70976656568644,58.22530763830634]]],[[[-134.53532844272831,58.344393501801584],[-134.26613380853368,58.20758173169676],[-134.63044388014376,58.24856617637285],[-134.68894884730872,58.300239879883186],[-134.53532844272831,58.344393501801584]]],[[[-134.27115877503866,55.91164710680849],[-134.11825622281611,55.914655139445266],[-134.27797837243827,55.84434237656061],[-134.27115877503866,55.91164710680849]]],[[[-135.05397677127667,56.73375316941324],[-135.2108275114674,56.7258570837417],[-135.18354912186902,56.80304534979613],[-135.36767825165813,56.81620549258203],[-135.38957274857262,56.94248914845814],[-135.2287738204137,57.03267641269292],[-135.40141731247718,57.09842341175389],[-135.36624254694243,57.24887875846124],[-135.5331432201431,57.23894150778617],[-135.6950189268388,57.35362275206328],[-135.48432925980916,57.356845644174115],[-135.60169812031802,57.40207356346279],[-135.54893597201584,57.50896615180539],[-135.32317140547127,57.53926133764721],[-135.35044979506966,57.47496464003611],[-135.20903288057275,57.488769361244174],[-135.0094699250898,57.39874324161493],[-134.8328782450581,57.39911924569453],[-134.86231019173007,57.27063328020936],[-134.69612737088727,56.90080641049137],[-134.61644575916563,56.637281265562336],[-134.66633649803637,56.254294253058454],[-134.6666954242153,56.16781331475112],[-134.80811233871222,56.24097296566701],[-135.05864281160268,56.529475524455],[-134.9585024076823,56.61794391289734],[-135.11894240966228,56.598176841284236],[-135.05397677127667,56.73375316941324]]],[[[-132.4097676111275,56.33841173715117],[-132.37100358380346,56.22759796340706],[-132.10037324489312,56.10324804279745],[-132.22097244101232,56.069622535107776],[-132.13016411774402,55.95682131122865],[-132.35162157014145,55.913580842074985],[-132.4592994238193,55.98029470876921],[-132.38356600006588,56.01886198436217],[-132.55872197538184,56.08971189593196],[-132.65958023166013,56.05264863665739],[-132.71808519882507,56.21787557220605],[-132.60143419067407,56.24000609803376],[-132.5429292235091,56.332341957009106],[-132.4097676111275,56.33841173715117]]],[[[-132.71054774906764,56.45212611379503],[-132.62081620433608,56.3912134529003],[-132.66245164109154,56.27481333283075],[-132.8735002343001,56.232432301573304],[-133.06767929709918,56.33357739898492],[-133.00271365871353,56.43064016638948],[-132.71054774906764,56.45212611379503]]],[[[-132.18866908490895,56.18317576714609],[-132.3645429125828,56.2819574103431],[-132.33798237534225,56.40034498054766],[-132.3893088189287,56.49128425294164],[-132.2536347232946,56.449547800106366],[-132.14488009107998,56.3400768980751],[-132.02787015675005,56.350712442040845],[-131.92234586014575,56.202566834679594],[-132.07883767415757,56.118932784403505],[-132.18866908490895,56.18317576714609]]],[[[-132.91226426162416,56.808792840727115],[-132.54113459261447,56.58458697955023],[-132.81786667656655,56.49520543834315],[-132.9474390271589,56.50949359336784],[-132.9255445302444,56.636206968192056],[-132.97866560472548,56.80272306058505],[-132.91226426162416,56.808792840727115]]],[[[-133.86772574992563,56.747772750095365],[-133.89141487773475,56.80707396493467],[-133.73097487575475,56.777101068303935],[-133.8960809180608,56.5112661840288],[-133.9937088387287,56.25552969503427],[-133.91905219351207,56.276800782965765],[-133.9714554156353,56.08331982657881],[-134.04180494670481,56.11635447071484],[-134.08164575256563,56.312467455658975],[-134.1308186390785,56.00054521419894],[-134.23024119064107,56.06822594852641],[-134.2786962247961,56.26385549965392],[-134.22665192885182,56.420702915714415],[-134.03785675873664,56.423334944271595],[-134.10677058509046,56.53618988301923],[-134.3185370306569,56.554506653182465],[-134.28264441276428,56.60623407156132],[-134.40144897798885,56.72542736479359],[-134.4118578371777,56.85584706554526],[-134.29018186252173,56.815131195211755],[-134.22413944559932,56.93255189778307],[-134.0220640068639,56.87636614531756],[-133.86772574992563,56.747772750095365]]],[[[-133.8881845421244,57.09772511846322],[-133.42840010691998,57.01194247344657],[-133.1050076197075,57.005711548698955],[-132.98153701415688,56.92739527040574],[-132.93344090618078,56.6638701254767],[-133.00522614196603,56.60311860918751],[-133.18433030525017,56.70651973107671],[-133.31713299145287,56.877333012950814],[-133.24283527241516,56.638946426486264],[-133.1064433244232,56.61837363184545],[-133.0884970154769,56.53833847775979],[-133.20407124509114,56.44761406483986],[-133.44024467082454,56.503047809146175],[-133.43557863049853,56.45486557208924],[-133.65667715671702,56.438321392586964],[-133.72918024486012,56.68148860234925],[-133.6645735326534,56.800628180713005],[-133.77296923868911,56.80702025006616],[-133.82070642048632,56.89736865890649],[-134.04862454410443,57.028862657028434],[-133.8881845421244,57.09772511846322]]],[[[-135.68927610797599,58.046705700497725],[-135.7883397333596,57.987511915395444],[-135.6645102016301,57.96978600878587],[-135.45130805134795,58.09676795795265],[-135.3357338217337,58.11997278115064],[-134.96819341451328,58.04772628299949],[-134.9132777091376,57.97666151195564],[-134.99834321354308,57.89028800338534],[-135.2208774444773,57.9536178333632],[-134.94952925320914,57.80498879218532],[-135.227338115698,57.77845364713947],[-135.38993167475155,57.850968719633194],[-135.89960684882672,58.00137035147202],[-135.37772818466806,57.8021956190226],[-135.2359523439922,57.70368255016816],[-135.11032818136806,57.758364286315285],[-134.9297883133682,57.7592237242115],[-134.83754428538418,57.482753295970625],[-135.08448549648537,57.46465138528145],[-135.17924200772188,57.52148171616912],[-135.82315557271545,57.770879850679016],[-135.56580550242538,57.593620784583244],[-135.55396093852082,57.454875279211926],[-135.71296523578513,57.36753490300838],[-135.84397329109316,57.390900870811905],[-136.0062079239678,57.53002238026283],[-135.8127467135266,57.44450830958875],[-136.1569569191168,57.64448876506588],[-136.12644819390806,57.686923511191836],[-136.31237195459184,57.790593207423605],[-136.35508416988404,57.83184622644225],[-136.39564282810272,57.83141650749414],[-136.41969088209078,57.831094218283056],[-136.35687880077867,57.99954404594255],[-136.02774349470337,57.8358748415808],[-136.02343638055626,57.840440605404474],[-136.4204087344486,58.07614144844333],[-136.36046806256795,58.1965164687829],[-136.2362796046595,58.1554245943698],[-136.13613920073908,58.212469784731525],[-135.97641705111693,58.20204910023983],[-135.82351449889438,58.282997407090235],[-135.49617382371372,58.17003503860557],[-135.68927610797599,58.046705700497725]]],[[[-136.4982957152756,58.097090247163734],[-136.34180390126377,58.0113613170156],[-136.45773705705693,57.84656410041505],[-136.55823638715628,57.911988810264944],[-136.4982957152756,58.097090247163734]]],[[[-135.45561516549503,58.31818064596682],[-135.45561516549503,58.32484128966254],[-135.45561516549503,58.31818064596682],[-135.45561516549503,58.31818064596682]]],[[[-135.76142026994015,57.34261120401794],[-135.62143906015893,57.223579055391205],[-135.5729840260039,57.09192391266372],[-135.63220684552672,57.013607634370494],[-135.84971610995598,56.99314226946671],[-135.8454089958089,57.33761572124615],[-135.76142026994015,57.34261120401794]]],[[[-164.7676804936804,62.78967487540379],[-164.4909484097283,62.76088370588036],[-164.79998384978376,62.6119323754914],[-164.84413176979166,62.795261221729234],[-164.7676804936804,62.78967487540379]]],[[[-164.4442880064679,63.028383751079424],[-164.12699726429716,62.9089755983731],[-164.09935994851983,62.80611162516904],[-163.9410735036134,62.68944293075691],[-163.9550716245915,62.5960327744113],[-164.20775565455554,62.725969041346346],[-164.84484962214952,62.80847507938365],[-164.81218733986722,62.90650471442146],[-164.6524651902451,63.030102626871866],[-164.4442880064679,63.028383751079424]]],[[[-164.04875135729125,63.260431983059334],[-163.7246410177209,63.2080062713898],[-163.52328343134332,63.11867844505124],[-163.77632638748628,63.02086366948748],[-163.89800236214225,62.89812519493329],[-164.10043672705663,62.898017765196265],[-164.3552743140942,63.02698716449807],[-164.57816747120737,63.070603637731324],[-164.5731425047024,63.14027182219381],[-164.33948156222147,63.23480999077822],[-164.04875135729125,63.260431983059334]]],[[[-162.31513791307782,60.2156046613507],[-162.221817106557,60.146581055310385],[-162.31836824868813,60.11086066774866],[-162.31513791307782,60.2156046613507]]],[[[-166.15708373230362,60.42922869343036],[-166.09211809391797,60.32437727009129],[-165.88358198396188,60.34387576736182],[-165.68186547140536,60.29300778687919],[-165.72673124377113,60.05596407212749],[-165.5655733894333,59.92694095795718],[-166.0199739319538,59.864524280744064],[-166.19441205491194,59.750326470283575],[-166.43991756129745,59.85775620731131],[-166.61722709368698,59.850719559535996],[-166.99589421245412,59.99413825846803],[-167.11218629442618,59.98935763517029],[-167.3426169012968,60.073689978737065],[-167.41727354651346,60.19175525973055],[-167.3192866996666,60.237735187178416],[-166.85806655974645,60.20427082409428],[-166.8379666937266,60.273133285529056],[-166.47581017919006,60.386525372961835],[-166.15098198726187,60.37648069254974],[-166.15708373230362,60.42922869343036]]],[[[-172.9364813998613,60.60417802018003],[-172.89089777513766,60.51039185975482],[-172.60268005345995,60.3945288883704],[-172.3812226010625,60.384699067432365],[-172.22042367290356,60.31137827191093],[-172.59011763719752,60.31486973836434],[-172.9486848899448,60.48041896312407],[-173.064259119559,60.500454609079746],[-172.9364813998613,60.60417802018003]]],[[[-164.91448130086118,60.92727295429095],[-164.86602626670617,60.86786430971461],[-164.6359545860145,60.89950236726928],[-164.67148827772817,60.819896932131726],[-164.43926303996292,60.822099241740794],[-164.2508267960267,60.778697627981586],[-164.2002182047981,60.67723024135889],[-164.37357954921944,60.57877088737297],[-164.52648210144199,60.55008714758657],[-164.4500308253307,60.479828099570426],[-164.58498706860695,60.449156909649005],[-164.6991255935055,60.29633810872705],[-164.8502335148334,60.30358961597642],[-165.12876022968013,60.433203593700384],[-164.97155056331047,60.53955903335785],[-165.19085445863436,60.497930010259594],[-165.42020828696818,60.55153744903644],[-164.97155056331047,60.711446612602224],[-165.04261794673783,60.78444511891257],[-164.89904747516738,60.81608317646724],[-164.91448130086118,60.92727295429095]]],[[[-144.24428158268148,59.982428417132006],[-144.59208105006093,59.79770298431281],[-144.5694687007886,59.85120299335262],[-144.24428158268148,59.982428417132006]]],[[[-147.8410808217007,60.06670704583026],[-147.9056875339074,59.97152429882369],[-148.05751330759318,59.949501202733],[-147.8410808217007,60.06670704583026]]],[[[-148.05177048873037,60.04194449144537],[-147.97208887700876,60.16011720217588],[-147.88810015114004,60.10849721353405],[-148.05177048873037,60.04194449144537]]],[[[-148.04387411279401,60.19363528012853],[-148.1756000204599,60.02631346470783],[-148.29440458568448,60.088945001395004],[-148.04387411279401,60.19363528012853]]],[[[-147.13579088011076,60.34387576736182],[-147.0062185295184,60.343123759202626],[-147.09343759099747,60.26131601445601],[-146.91289772299763,60.29553238569934],[-147.2021922232121,60.15114681913406],[-147.49471705903696,59.9402085304801],[-147.4380067227666,59.87354837865439],[-147.679205115005,59.79877728168309],[-147.92829988317976,59.78540227942313],[-147.8819984060983,59.86484656995515],[-147.43334068244056,60.09614279377586],[-147.1871173236972,60.25476280049732],[-147.13579088011076,60.34387576736182]]],[[[-148.00331545457533,60.38346362545654],[-148.02915813945802,60.28360768488926],[-148.14509129525118,60.327492732465096],[-148.00331545457533,60.38346362545654]]],[[[-146.536743087483,60.48579044997546],[-146.3533318100517,60.466130808099386],[-146.37307274989263,60.397590635875694],[-146.13438684090673,60.42444807013263],[-146.08987999471987,60.38620308375075],[-146.43050093852082,60.31255999901824],[-146.62180859188848,60.23376028690839],[-146.70077235125223,60.278236198037874],[-146.48685234861225,60.362353682130596],[-146.72051329109317,60.34210317670087],[-146.72912751938742,60.39007055428375],[-146.536743087483,60.48579044997546]]],[[[-147.91322498366486,60.25830798181923],[-147.8285184054383,60.44050881581827],[-147.61244484572472,60.4247166444752],[-147.76104028380018,60.15641087624842],[-147.91322498366486,60.25830798181923]]],[[[-145.7955605280004,60.59117902199967],[-145.79879086361075,60.561904418659616],[-146.21012026466013,60.45066092596739],[-146.2901608025607,60.51549477226363],[-145.7955605280004,60.59117902199967]]],[[[-147.43980135366124,60.69162582612061],[-147.30269155331143,60.660686061856616],[-147.4861028307427,60.61932561310094],[-147.43980135366124,60.69162582612061]]],[[[-148.65656110022098,60.69012180980222],[-148.65620217404205,60.682548013341766],[-148.65656110022098,60.69012180980222],[-148.65656110022098,60.69012180980222]]],[[[-148.19498203412192,60.76081057676647],[-148.0934059254858,60.66181407409541],[-148.2441549206348,60.69404299520373],[-148.19498203412192,60.76081057676647]]],[[[-148.03669558921547,60.926144942052154],[-147.9207624334223,60.8124305654083],[-148.14473236907224,60.79706811301333],[-148.03669558921547,60.926144942052154]]],[[[-153.42310075636064,59.41493083128298],[-153.33911203049192,59.35525361236407],[-153.54657136191125,59.3332842311419],[-153.42310075636064,59.41493083128298]]],[[[-150.62239978219966,59.399246089676936],[-150.72254018612009,59.28784145237917],[-150.68987790383778,59.416058843521775],[-150.62239978219966,59.399246089676936]]],[[[-151.88725563673552,60.43932708871097],[-152.00857268521258,60.37288179635931],[-151.92781429495417,60.51447418976187],[-151.88725563673552,60.43932708871097]]],[[[-150.55599843909832,70.49894023425122],[-150.62239978219966,70.4206776708265],[-150.76381669669658,70.49437447042754],[-150.55599843909832,70.49894023425122]]],[[[-162.42425147147136,63.63622120318236],[-162.3768732158531,63.554359743567225],[-162.70385496485486,63.57471767873398],[-162.42425147147136,63.63622120318236]]],[[[-171.66516487410476,63.78275536448819],[-171.6095313163712,63.67983767641562],[-170.97530875820866,63.563276411740524],[-170.47496566478557,63.6983693060529],[-170.28581156849145,63.68585374168917],[-170.10383599577588,63.60646316602568],[-170.04856136422126,63.48598071594907],[-169.6569729030128,63.429902393220594],[-169.5485771969771,63.359643345204454],[-169.01593074745065,63.34207858320042],[-168.69289718641707,63.30227586563164],[-168.8522604098603,63.1491347754986],[-169.30558417384407,63.1847477333233],[-169.57729129129117,63.02704087936658],[-169.5324255189254,62.97735462599125],[-169.74706337392328,62.95597610832273],[-169.7036333062732,63.036978130041646],[-169.91145156387145,63.146126742861824],[-170.26786525954515,63.187433476748986],[-170.23376727254717,63.272678973080495],[-170.5862327802527,63.39375228671076],[-170.8647594950994,63.4562763936609],[-171.28757453387442,63.37575780575861],[-171.43365748869738,63.30759363761451],[-171.73982151932142,63.366089129426115],[-171.85001185625174,63.48603443081758],[-171.66516487410476,63.78275536448819]]],[[[-164.73465928521918,66.53768354082747],[-164.8706923070322,66.49406706759422],[-165.47979003266994,66.40237578704104],[-164.73465928521918,66.53768354082747]]],[[[-132.72562264858254,54.928127864319556],[-132.62835365409353,54.87387584712055],[-132.6789622453221,54.76886327917594],[-132.81750775038762,54.922702662599654],[-132.72562264858254,54.928127864319556]]],[[[-131.2432575296174,55.00263038694829],[-131.19193108603096,54.91566601482434],[-131.34698719532707,54.85572022156286],[-131.49773619047608,54.93097475235079],[-131.2432575296174,55.00263038694829]]],[[[-132.8279166095765,55.19057871187832],[-132.6897300306899,55.02787637514981],[-132.75720815232802,54.992155987588085],[-132.89395902649892,55.03878049345813],[-132.8099703006302,55.095718254082826],[-132.8279166095765,55.19057871187832]]],[[[-133.1078790291389,55.243595287101506],[-133.01276359172346,55.128054604928174],[-133.03896520278508,55.04103651793571],[-132.7166494941094,54.76284721390238],[-132.6760908358907,54.68087832455022],[-132.8433504352703,54.691567583384476],[-133.0762935253934,54.91206711863391],[-133.2378103059102,55.101250885539756],[-133.21950507078495,55.241070688281354],[-133.1078790291389,55.243595287101506]]],[[[-131.48517377421365,55.248859344215866],[-131.36672813516802,55.165440153413826],[-131.3789316252515,55.018207698817314],[-131.64597270237257,55.034537018845526],[-131.53183417747405,55.149218263122634],[-131.6036194132593,55.21700642718714],[-131.48517377421365,55.248859344215866]]],[[[-133.3519488308087,55.347372413070296],[-133.22955500379487,55.26964699833073],[-133.26472976932965,55.21808072455742],[-133.44060359700347,55.211634940335756],[-133.43593755667743,55.33002251054032],[-133.3519488308087,55.347372413070296]]],[[[-133.56515098109085,55.41473085818669],[-133.4628570200969,55.38244822220985],[-133.67354668712656,55.29242210258061],[-133.56515098109085,55.41473085818669]]],[[[-133.43880896610884,55.488266513182175],[-133.62042561264548,55.45029010114287],[-133.52925836319824,55.52763951180284],[-133.43880896610884,55.488266513182175]]],[[[-133.72523205689194,55.555356383955996],[-133.5820205115004,55.537469332740876],[-133.6685217206216,55.44003056125672],[-133.77332816486805,55.494443723061266],[-133.72523205689194,55.555356383955996]]],[[[-133.35661487113475,55.57039654713988],[-133.287342118602,55.50164151544213],[-133.36379339471327,55.450773534959495],[-133.4549606441605,55.53242013510057],[-133.35661487113475,55.57039654713988]]],[[[-133.5726884308483,55.83564056786136],[-133.331131112431,55.770699291828095],[-133.54433326271314,55.77800451394598],[-133.5274637323036,55.695176186697594],[-133.69580011021998,55.78316114132331],[-133.5726884308483,55.83564056786136]]],[[[-133.29882775632763,55.91347341233796],[-133.2557566148565,55.77408332854447],[-133.3587684282083,55.8454703887994],[-133.29882775632763,55.91347341233796]]],[[[-131.42738665940652,55.949354944505224],[-131.6133104200903,55.928191286310756],[-131.4291812903012,55.99742975182513],[-131.42738665940652,55.949354944505224]]],[[[-133.42804118074105,56.16319383605893],[-133.28985460185447,56.14922797024533],[-133.29487956835945,56.01520937330322],[-133.37994507276494,56.03503015978484],[-133.63262910272897,55.967617999799934],[-133.7191303118502,55.90256929402964],[-133.8110154136553,55.940653135805974],[-133.62545057915045,56.10588007135463],[-133.42804118074105,56.16319383605893]]],[[[-133.60750427020415,56.35667479244589],[-133.44526963732952,56.32552016870784],[-133.17679285549275,56.32858191621313],[-133.03860627660617,56.17882486279647],[-133.10752010296,56.09986400608108],[-132.96969245025232,56.00204923051733],[-132.81355956241944,56.016337385542016],[-132.63553217767208,55.921745502089095],[-132.47150291390278,55.78101254658276],[-132.45427445731434,55.60933982681244],[-132.35880009372,55.648766540301615],[-132.29778264330253,55.54348539801443],[-132.1646210309209,55.45120325390761],[-132.4700672091871,55.560996445149954],[-132.66783553377542,55.48396932370107],[-132.4223300273899,55.51544623665019],[-132.3649018387617,55.38964601459071],[-132.2579418374417,55.41580515555697],[-132.09821968781955,55.26588695753476],[-132.26512036102025,55.216361848764976],[-132.10180894960882,55.19745421504809],[-132.02822908292896,55.276952220448614],[-131.99628465300452,55.10791152923547],[-132.15098183612173,55.063489332974505],[-132.00848814308802,55.035987320295405],[-131.9725955251954,54.90153900440519],[-132.11544814440802,54.89842354203139],[-131.96469914925905,54.83434170389434],[-132.02966478764466,54.701182544848464],[-132.24968653532642,54.738836667676686],[-132.41120331584318,54.97179805242133],[-132.6129198283997,54.969918032023344],[-132.51995794805782,55.11167157003144],[-132.63840358710348,55.07358772825511],[-132.59066640530628,55.17145621868738],[-132.69870318516308,55.144491354693415],[-132.95856573870563,55.265403523718135],[-133.21914614460604,55.279584249005794],[-133.20873728541716,55.384220812870815],[-133.0242492294491,55.38303908576351],[-133.15346265386253,55.472581771576124],[-133.06911500181488,55.62395027104821],[-133.22668359436346,55.57700347596708],[-133.38784144870132,55.619814226172636],[-133.15633406329394,55.8094277120266],[-133.2421174200573,55.88774399031981],[-133.29595634689622,56.164858996982865],[-133.5877633303632,56.18134946161662],[-133.65524145200135,56.28222598468567],[-133.60750427020415,56.35667479244589]]]]}},{"type":"Feature","id":72,"properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[[-67.1099689529088,17.946192900680355],[-67.21082720918706,17.994643712079863],[-67.1799595577994,18.1679278779056],[-67.186779155199,18.266655806234095],[-67.22518425634411,18.29716585154997],[-67.23918237732224,18.375213555500622],[-67.1591418394217,18.41490884333237],[-67.10279042933028,18.51293847837018],[-66.95778425304411,18.488551928064883],[-66.9014328429527,18.483825019635663],[-66.83682613074599,18.487209056352036],[-66.76504089496075,18.483556445293093],[-66.58665458403443,18.484684457531884],[-66.53425136191122,18.480226123445235],[-66.43877699831685,18.485705040033647],[-66.34976330594316,18.483878734504177],[-66.31494746658733,18.475391785278987],[-66.21373028413014,18.46529338999838],[-66.13979149127134,18.4622853573616],[-66.11323095403081,18.44031597613943],[-66.10784706134692,18.429250713225574],[-66.03642075174061,18.450199511945982],[-65.99263175791161,18.45766587866941],[-65.8293203465002,18.42296607360945],[-65.75071551331537,18.38493594670163],[-65.66995712305697,18.361945982977694],[-65.61468249150235,18.383055926303644],[-65.63478235752221,18.283898279027046],[-65.58991658515644,18.229914836170607],[-65.66170182094167,18.20756945086884],[-65.73922987558973,18.17399765804767],[-65.79665806421792,18.06984452799928],[-65.85049699105684,18.011456465924706],[-65.90936088440074,17.9804629867922],[-66.01991014751,17.97874411099976],[-66.07015981255967,17.967195414269277],[-66.20619283437269,17.962468505840057],[-66.3379187420386,17.97809953257759],[-66.45205726693712,17.982181862584646],[-66.53891740223726,17.974124632307564],[-66.69899847803833,17.977669813629483],[-66.75427310959296,17.998994616429485],[-66.85225995643981,17.954948424248116],[-66.85943848001834,17.954518705300003],[-66.98111445467431,17.95237011055945],[-67.1099689529088,17.946192900680355]]],[[[-65.3907125558524,18.160730085524744],[-65.27298476916462,18.130649759156977],[-65.54469188661174,18.081876658546385],[-65.57735416889402,18.118671343478386],[-65.3907125558524,18.160730085524744]]]]}},{"type":"Feature","id":78,"properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[[-64.89790691218677,18.362107127583236],[-64.83724838794824,18.31564376631874],[-65.03250422928409,18.360227107185253],[-64.89790691218677,18.362107127583236]]],[[[-64.77156489720475,17.781073394868724],[-64.6366086539285,17.722792762531174],[-64.90221402633388,17.680841450221845],[-64.89359979803965,17.744278709936722],[-64.77156489720475,17.781073394868724]]]]}}]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment